#wrap {
    min-width: 1180px;
    padding-top: 133px;
}
.layout {
    width: 1180px;
    margin: 0 auto;
}
.mobr {
    display: none;
}
.pcbr {
    display: block;
}
.pointer {
    cursor: pointer;
}

/* flex */
.flex {
    display: flex;
}
.flex_column {
    display: flex;
    flex-direction: column;
}
.flex_between {
    display: flex;
    justify-content: space-between;
}
.flex_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex_start {
    display: flex;
    align-items: start;
}
.flex_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_between_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_center {
    display: flex;
    align-items: center;
}
.flex_wrap {
    flex-wrap: wrap;
}
.flex_nowrap {
    flex-wrap: nowrap;
}
.flex_end {
    display: flex;
    align-items: flex-end;
}
.flex_justend {
    display: flex;
    justify-content: end;
}
.flex_justcenter {
    display: flex;
    justify-content: center;
}
.flex_center_center_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_nowrap {
    flex-wrap: nowrap;
}
.display_block {
    display: block;
}
.display_none {
    display: none;
}

.g5 {
    gap: 5px;
}
.g10 {
    gap: 10px;
}
.g15 {
    gap: 15px;
}
.g20 {
    gap: 20px;
}
.g25 {
    gap: 25px;
}
.g30 {
    gap: 30px;
}
.g40 {
    gap: 40px;
}
.g45 {
    gap: 45px;
}
.g50 {
    gap: 50px;
}
.g60 {
    gap: 60px;
}
.g80 {
    gap: 80px;
}
.g100 {
    gap: 100px;
}
.g140 {
    gap: 140px;
}

/* header */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    height: 133px;
    transition: 0.4s all ease;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
}
html.gnb2depth #header {
    height: 583px;
}
.header-top {
    background: #fff;
}
.header-top {
    height: 80px;
    border-bottom: 1px solid #eaeaea;
}
.header-top .layout {
    position: relative;
}
.header-top .logo {
    padding-top: 22px;
}
.header-body {
    background: #fff;
}
.top-menu {
    position: absolute;
    right: 0;
    top: 27px;
}
.top-menu li {
    position: relative;
    float: left;
    padding: 0 12px;
}
.top-menu li::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background: #b5b5b5;
    border-radius: 50%;
}
.top-menu li:first-child {
    padding-left: 0;
}
.top-menu li:first-child::after {
    display: none;
}
.top-menu li:last-child {
    padding-right: 0;
}
.top-menu li a {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    font-weight: 400;
}
.gnb > li {
    position: relative;
    float: left;
    width: 202px;
}
.gnb > li:last-child {
    width: 186px;
}
.gnb > li:first-child {
    width: 186px;
}
.gnb > li:first-child > a {
    padding-left: 0;
}
.gnb > li > a {
    font-size: 20px;
    line-height: 53px;
    font-weight: 500;
    color: #222;
    transition: 0.4s all;
    padding-left: 20px;
}
.gnb > li:hover a {
    color: #437eeb;
}
.gnb .depth2 {
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
    min-height: 400px;
    padding-top: 28px;
}
.gnb .depth2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    border-left: 1px solid #eaeaea;
}
.gnb .depth2 > ul > li {
    padding: 14px 0 13px;
}
.gnb .depth2 > ul > li > a {
    display: block;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #111111;
    transition: 0.4s all;
}
.gnb .depth2 > ul > li > a:hover {
    color: #437eeb;
}
.gnb > li:first-child .depth2::after {
    display: none;
}
.gnb > li:first-child .depth2 > ul > li > a {
    padding-left: 0;
}
.gnb > li.edu > a {
    color: #eb6b2d;
}
.gnb > li.edu .depth2 > ul > li > a:hover {
    color: #eb6b2d;
}
.btn-all-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 29px;
    width: 20px;
    height: 14px;
    z-index: 10;
    outline: none;
}
.btn-all-menu span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #444;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-all-menu span.bar1 {
    top: 0;
}
.btn-all-menu span.bar2 {
    top: 6px;
}
.btn-all-menu span.bar3 {
    bottom: 0;
}
.quick-menu {
    position: absolute;
    right: 20px;
    top: 532px;
    z-index: 11;
}
.main .quick-menu,
.mypage .quick-menu {
    top: 221px;
}
html.quick-fixed .quick-menu {
    position: fixed;
    top: 48px;
}
html.quick-fixed .main .quick-menu,
html.quick-fixed .mypage .quick-menu {
    top: 89px;
}

.quick-menu li {
    position: relative;
    margin-top: 15px;
    text-align: center;
    filter: drop-shadow(4px 0px 20px rgba(0, 0, 0, 0.06));
}
.quick-menu li:first-child {
    margin-top: 0;
}
.quick-menu li .scroll-txt {
    position: absolute;
    left: -97px;
    top: 9px;
    opacity: 1;
    transition: 0.4s all;
}
html.quick-fixed .quick-menu li .scroll-txt {
    opacity: 0;
}
.mo-top-menu {
    display: none;
}
/* //header */

/* footer */
.footer-public {
    height: 82px;
    border-top: 1px solid #d7d7d7;
    font-size: 0;
    text-align: center;
}
.footer-public .public-list li {
    display: inline-block;
}
.footer-public .public-list li a {
    display: block;
    line-height: 82px;
    padding: 0 20px;
}
.footer-public .public-list li:first-child a {
    padding-left: 0;
}
.footer-public .public-list li:last-child a {
    padding-right: 0;
}
.footer-public .public-list li a img {
    vertical-align: middle;
}
.footer-public .public-list li:nth-of-type(1) a img {
    width: 114px;
}
.footer-public .public-list li:nth-of-type(2) a img {
    width: 233px;
}
.footer-public .public-list li:nth-of-type(3) a img {
    width: 139px;
}
.footer-public .public-list li:nth-of-type(4) a img {
    width: 208px;
}
.footer-public .public-list li:nth-of-type(5) a img {
    width: 181px;
}
.footer-public .public-list li:nth-of-type(6) a img {
    width: 91px;
}

.footer-nav {
    height: 60px;
    background: #004896;
}
.footer-nav .layout {
    position: relative;
}
.footer-nav ul li {
    float: left;
    margin-left: 105px;
}
.footer-nav ul li:first-child {
    margin-left: 18px;
}
/* .footer-nav ul li:last-child {margin-left: 138px;} */ /*NAS로고를 제일 오른쪽에 붙여달라고 해서 이 부분 주석처리함*/
.footer-nav ul li:last-child {
    position: absolute;
    right: 0;
}
.footer-nav ul li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #b0b3b7;
}
.footer-nav ul li a img {
    vertical-align: middle;
}

.footer-cont {
    padding: 40px 0 49px;
}
.footer-cont::after {
    content: '';
    display: block;
    clear: both;
}
.footer-cont .footer-logo {
    float: left;
    margin-right: 50px;
    margin-top: 18px;
}
.footer-cont .footer-info {
    float: left;
}
.footer-cont .footer-info .fi-txt {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #555555;
}
.footer-cont .footer-info .fi-txt address {
    display: inline-block;
}
.footer-cont .footer-info .fi-txt span {
    display: inline-block;
    margin-left: 16px;
}
.footer-cont .footer-info .fi-txt span:first-child {
    margin-left: 0;
}
.footer-cont .footer-info .fi-copy {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #999999;
    margin-top: 14px;
}

/* //footer */

/* main */
.main-visual-slider {
    position: relative;
}
.mv-slide {
    position: relative;
    height: 540px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.mv-slide.slide1 {
    background-image: url(/images/main/main_visual1_bg.png);
}
.mv-slide.slide2 {
    background-image: url(/images/main/main_visual1_bg.png);
}
.mv-slide.slide3 {
    background-image: url(/images/main/main_visual1_bg.png);
}
.mv-slide .mv-txt-box {
    padding-top: 193px;
}
.mv-slide .mv-tit1 {
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(50px);
}
.mv-slide .mv-tit1 strong {
    font-size: 44px;
    line-height: 1.47;
    letter-spacing: -0.04em;
    background: linear-gradient(to right, #447feb, #44979f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mv-slide .mv-txt1 {
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #444;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(50px);
}
.mv-slide.slick-active .mv-tit1 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s all;
}
.mv-slide.slick-active .mv-txt1 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s all 0.3s;
}
.main-visual-slider .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 32px;
    font-size: 0;
    text-align: center;
    z-index: 10;
}
.main-visual-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}
.main-visual-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: 0.5;
    font-size: 0;
    border-radius: 50%;
    transition: 0.3s all;
}
.main-visual-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.btn-link1 {
    display: inline-block;
    padding: 0 36px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #444444;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
}
.btn-link1 span {
    font-weight: 500;
    font-size: 16px;
    color: #444;
}
.btn-link2 {
    display: inline-block;
    padding: 0 22px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #444444;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    background-color: #fff;
}
.btn-link2 span {
    font-weight: 500;
    font-size: 13px;
    color: #444;
}

.main-card {
    background: #f3f3f3;
    padding: 40px 0;
}
.card-list1 > li {
    position: relative;
    float: left;
    width: 580px;
    height: 260px;
    border-radius: 10px;
    transition: 0.3s;
}
.card-list1 > li.cl1 {
    background: #fff url('/images/main/main_card_img1.png') no-repeat 34px center;
    margin-right: 20px;
    box-shadow: 10px 10px 20px rgba(20, 24, 28, 0.08);
}
.card-list1 > li.cl2 {
    background: #3e3e3e url('/images/main/main_card_img2.png') no-repeat 100px 56px;
}
.card-list1 > li .card-cont-box {
    padding-left: 270px;
}
.card-list1 > li .card-cont-box h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.card-list1 > li .card-cont-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.card-list1 > li.cl1 .card-cont-box h3 {
    color: #222;
    padding-top: 48px;
}
.card-list1 > li.cl1 .card-cont-box p {
    color: #222;
}
.card-list1 > li.cl2 .card-cont-box h3 {
    color: #fff;
    margin-top: -43px;
    margin-bottom: 16px;
}
.card-list1 > li.cl2 .card-cont-box p {
    color: #fff;
}
.card-list1 > li.cl2 .btn-link1 {
    border-color: #fff;
}
.card-list1 > li.cl2 .btn-link1 span {
    color: #fff;
}

.main-board {
    padding-bottom: 90px;
}
.main-board .board-head {
    padding: 77px 0;
}
.main-board .board-head h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.46;
    letter-spacing: -0.04em;
    color: #111;
    margin-bottom: 21px;
}
.main-board .board-head h3 strong {
    color: #004896;
}
.main-board .board-head::after,
.main-board .board-body::after,
.main-board .board-foot::after {
    content: '';
    display: block;
    clear: both;
}
.main-board .board-head .board-txt-box {
    float: left;
    width: 295px;
    margin-top: 47px;
}
.main-board .board-head .card-list2 {
    float: left;
}
.card-list2 li {
    float: left;
    margin-left: 30px;
    width: 275px;
    height: 275px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    text-align: center;
}
.card-list2 li:first-child {
    margin-left: 0;
}
.card-list2 li a,
.card-list2 li span,
.card-list2 li strong {
    display: block;
}
.card-list2 li a {
    padding-top: 56px;
}
.card-list2 li .ico-img img {
    width: 72px;
}
.card-list2 li .ico-img {
    margin-bottom: 16px;
}
.card-list2 li .cl-tit {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222;
    margin-bottom: 10px;
}
.card-list2 li .cl-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #767676;
}

.main-board .board-body {
    margin-bottom: 60px;
}
.board-box {
    position: relative;
    float: left;
    width: 380px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.board-box .btn-more {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px;
    height: 19px;
    background: url('/images/main/ico_more.png') no-repeat 0 0;
    font-size: 0;
    transition: 0.3s all;
}
.board-box .btn-more:hover {
    transform: rotate(90deg);
}
.board-box .bb-tit {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: -0.04em;
    color: #111111;
    margin-bottom: 24px;
}
.board-box:nth-child(3n + 1) {
    margin-left: 0;
}
.board-list1 {
    height: 220px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
}
.board-list1 > li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 12px;
}
.board-list1 > li:last-child {
    border-bottom: 0;
}
.board-list1 > li > a {
    display: block;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #444444;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board-box .video-list {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}
.board-box .video-list iframe {
    width: 100%;
    height: 100%;
}
.board-box .contact-list {
    width: 380px;
    height: 294px;
    background: #f9f1e2 url('/images/main/main_contact_bg.png') no-repeat 0 0;
    border-radius: 10px;
    margin-top: -9px;
    padding-left: 39px;
    padding-top: 38px;
}
.board-box .contact-list h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #b66036;
    margin-bottom: 3px;
}
.board-box .contact-list .tel {
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.46;
    color: #222222;
    cursor: none;
    margin-bottom: 9px;
}
.board-box .contact-list .date-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #78664d;
}

.main-partner {
    background: #f3f3f3;
    padding: 35px 0 40px;
}
.main-partner h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.46;
    letter-spacing: -0.04em;
    color: #111111;
    text-align: center;
    margin-bottom: 24px;
}
.main-partner-slider {
    padding: 0 38px;
}
.main-partner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 11px;
    height: 19px;
    font-size: 0;
    z-index: 10;
}
.main-partner-slider .slick-arrow.slick-prev {
    left: 0;
    background: #f3f3f3 url('/images/main/btn_slide_prev.png') no-repeat 0 0 / 100%;
}
.main-partner-slider .slick-arrow.slick-next {
    right: 0;
    background: #f3f3f3 url('/images/main/btn_slide_next.png') no-repeat 0 0 / 100%;
}
.main-partner-slider .mp-slide a {
    display: block;
    padding: 0 14px;
}

.main-infolink {
    padding: 80px 0;
}
.main-infolink .infolink-cont {
    float: left;
    width: 33.3333%;
}
.main-infolink .infolink-cont {
    position: relative;
    padding-left: 191px;
}
.main-infolink .infolink-cont::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -43px;
    width: 1px;
    height: 86px;
    border-left: 1px solid #dedede;
}
.main-infolink .infolink-cont:first-child::after {
    display: none;
}
.main-infolink .infolink-cont a {
    display: block;
}
.main-infolink .infolink-cont strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222222;
    margin-bottom: 6px;
}
.main-infolink .infolink-cont span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #767676;
}
.main-infolink .infolink-cont.mi1 {
    padding-left: 175px;
    background: url('/images/main/ico_main4.png') no-repeat 82px center / 70px;
}
.main-infolink .infolink-cont.mi2 {
    background: url('/images/main/ico_main5.png') no-repeat 93px center / 70px;
}
.main-infolink .infolink-cont.mi3 {
    background: url('/images/main/ico_main6.png') no-repeat 98px center / 70px;
}
/* //main */

/* sub */
.sub-visual {
    height: 280px;
}
.sub-visual h2 {
    padding-top: 107px;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.47;
    text-align: center;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.community .sub-visual {
    background: url('/images/sub/sub_visual_community.png') no-repeat center top;
    background-size: cover;
}
.hygiene .sub-visual {
    background: url('/images/sub/sub_visual_hygieneedu.png') no-repeat center top;
    background-size: cover;
}
.lecture .sub-visual {
    background: url('/images/sub/sub_visual_lecture.png') no-repeat center top;
    background-size: cover;
}
.introduce .sub-visual {
    background: url('/images/sub/sub_visual_introduce.png') no-repeat center top;
    background-size: cover;
}
.business .sub-visual {
    background: url('/images/sub/sub_visual_business.png') no-repeat center top;
    background-size: cover;
}
.partner .sub-visual {
    background: url('/images/sub/sub_visual_partner.png') no-repeat center top;
    background-size: cover;
}
.volunteer .sub-visual {
    background: url('/images/sub/sub_visual_volunteer.png') no-repeat center top;
    background-size: cover;
}
.edu .sub-visual {
    background: url('/images/sub/sub_visual_edu.png') no-repeat center top;
    background-size: cover;
}
.bakery .sub-visual {
    background: url('/images/sub/sub_visual_bakery.png') no-repeat center top;
    background-size: cover;
}
.mypage .sub-visual {
    background: url('/images/sub/sub_visual_mypage.png') no-repeat center top;
    background-size: cover;
}

.snb-wrap {
    border-bottom: 1px solid #eaeaea;
}
.snb {
    text-align: center;
}
.snb > li {
    display: inline-block;
    margin: 0 50px;
}
.snb > li > a {
    position: relative;
    display: block;
    line-height: 70px;
    font-weight: 500;
    font-size: 20px;
    color: #9f9f9f;
}
.snb > li > a::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #437eeb;
}
.snb > li > a.c1::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #cfcfcf;
}
.snb > li.active > a {
    font-weight: bold;
    color: #222;
}
.snb > li.active > a::after {
    display: block;
}
.sub-content {
    min-height: 640px;
}
.sub-tab-menu {
    text-align: center;
    padding: 13px 0 40px;
}
.sub-tab-menu > li {
    display: inline-block;
    margin: 0 40px;
}
.sub-tab-menu > li > a {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #929292;
}
.sub-tab-menu > li > a::after {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -13px;
    width: 7px;
    height: 7px;
    background: #3d85ad;
    border-radius: 50%;
}
.sub-tab-menu > li.active > a {
    font-weight: bold;
    color: #3d85ad;
}
.sub-tab-menu > li.active > a::after {
    display: block;
}

/* sub - board */
.search-box {
    background: #f7f7f7;
    padding: 22px 30px;
}
.search-box::after {
    content: '';
    display: block;
    clear: both;
}
.search-box .sb-txt {
    float: left;
    line-height: 46px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
}
.search-box .sb-txt strong {
    font-weight: bold;
    color: #222;
    font-size: 24px;
}
.search-box form {
    float: right;
}
.search-box select {
    width: 220px;
    height: 46px;
    margin-right: 6px;
    border-color: #bdbdbd;
    font-size: 14px;
}

.search-inp {
    position: relative;
    width: 400px;
    display: inline-block;
}
.search-inp input {
    width: 100%;
    height: 46px;
    padding-left: 17px;
    padding-right: 46px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border-color: #bdbdbd;
}
.search-inp input::placeholder {
    color: #666;
}
.search-inp button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background: #004896;
    border: none;
}
.search-inp button span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: url('/images/sub/ico_search.png') no-repeat center center / 24px;
}

.search-box + .tbl-board-warp {
    margin-top: 29px;
}
.tbl-board-warp {
    min-height: 420px;
}
.tbl-board1 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board1 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.tbl-board1 tbody td {
    height: 55px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.tbl-board1 tbody td.subject {
    text-align: left;
    padding-left: 50px;
}
.tbl-board1 tbody td.subject a {
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
}
.tbl-board1 + .tbl-board-footer {
    margin-top: 37px;
}
.tbl-board-footer {
    position: relative;
}
.tbl-board-footer .btn-style1 {
    position: absolute;
    right: 0;
    top: -7px;
}
.sub-board-list .sub-content {
    padding-top: 40px;
    padding-bottom: 111px;
}
.tbl-board1 tbody td.nodata span {
    display: inline-block;
    padding-left: 30px;
    line-height: 24px;
    background: url('/images/sub/ico_nodata.png') no-repeat left center / 24px;
}

.tbl-board1 tbody tr.fixed {
    background-color: #f4f6fd;
}

.tbl-board-warp2 {
    height: auto;
    margin-bottom: 40px;
}
.tbl-board-warp3 {
    height: auto;
    margin-bottom: 30px;
    padding-top: 12px;
}

.btn-style1 {
    display: inline-block;
    width: 193px;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    background: #437eeb;
    border-radius: 5px;
    text-align: center;
}
.btn-style1.c1 {
    background: #222222;
}
.btn-style2 {
    display: inline-block;
    width: 193px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #222222;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}
.btn-style3 {
    display: inline-block;
    width: 100px;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    background: #004896;
    border-radius: 5px;
    text-align: center;
}
.btn-style3.c1 {
    color: #222222;
    background: #f7f7f7;
}
.btn-style3.c2 {
    color: #ffffff;
    background: #004896;
}
.btn-style4 {
    display: inline-block;
    width: 104px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #444444;
    border: 1px solid #444444;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
}
.btn-style5 {
    display: inline-block;
    width: 105px;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    height: 38px;
    color: #ffffff;
    background: #437eeb;
    border: 1px solid #437eeb;
    border-radius: 5px;
    text-align: center;
}
.btn-style5.c2 {
    border: 1px solid #bdbdbd;
    background: none;
    color: #222;
}
.btn-style5.c3 {
    border: none;
    background: #f1f1f1;
    color: #929292;
}
.btn-style6 {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
}
.btn-style7 {
    display: inline-block;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    background: #004896;
    border-radius: 5px;
    text-align: center;
}
.btn-style8 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #bdbdbd;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #bdbdbd;
}
.btn-style8:hover {
    color: #222;
    background: #ffffff;
    border: 1px solid #222;
}
.btn-style8.active {
    color: #222;
    background: #ffffff;
    border: 1px solid #222;
}
.btn-style9 {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    color: #444;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #444;
    line-height: 60px;
}
.btn-style10 {
    display: inline-block;
    width: 90px;
    font-size: 14px;
    line-height: 36px;
    height: 38px;
    color: #ffffff;
    background: #437eeb;
    border: 1px solid #437eeb;
    border-radius: 5px;
    text-align: center;
}
.btn-style10.c2 {
    border: 1px solid #bdbdbd;
    background: none;
    color: #222;
}
.btn-style10.c3 {
    border: 1px solid #f7323f;
    background: none;
    color: #f7323f;
}

.fl-left {
    float: left;
}
.fl-right {
    float: right;
}

.tbl-view1 {
    padding-bottom: 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #c3cad0;
}
.tbl-view1 .tbl-view-top {
    padding: 20px 0 32px;
    border-bottom: 1px solid #333;
}
.tbl-view1 .tbl-view-top .subject {
    margin-bottom: 27px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.tbl-view1 .tbl-view-top .view-info > li {
    float: left;
    margin-left: 60px;
}
.tbl-view1 .tbl-view-top .view-info > li:first-child {
    margin-left: 0;
}
.tbl-view1 .tbl-view-top .view-info > li strong,
.tbl-view1 .tbl-view-top .view-info > li span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #666666;
}
.tbl-view1 .tbl-view-top .view-info > li strong {
    margin-right: 18px;
}
.tbl-view1 .tbl-view-body {
    padding: 40px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 220%;
    color: #444444;
    word-break: keep-all;
}
.tbl-view1 .tbl-view-body iframe {
    max-width: 100%;
}
.tbl-view1 .tbl-view-footer {
    background: #f7f7f7;
    padding: 24px 0 24px 58px;
}
.tbl-view1 .tbl-view-footer::after {
    content: '';
    display: block;
    clear: both;
}
.tbl-view1 .tbl-view-footer h4 {
    display: inline-block;
    margin-right: 48px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
    color: #222222;
}
.tbl-view1 .tbl-view-footer ul {
    display: inline-block;
    vertical-align: middle;
}
.tbl-view1 .tbl-view-footer ul li {
    margin-top: 20px;
}
.tbl-view1 .tbl-view-footer ul li a {
    display: inline-block;
    padding-left: 34px;
    background: url('/images/sub/ico_file1.png') no-repeat left center / 25px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.04em;
    color: #004896;
}
.tbl-view1 .tbl-view-footer ul li a:hover {
    text-decoration: underline;
}
.tbl-view1 .tbl-view-footer ul li:first-child {
    margin-top: 0;
}
.view-wrap .btn-wrap {
    text-align: right;
    margin: 30px 0 40px;
    overflow: hidden;
}
.view-wrap .btn-wrap .fl-left .c1 {
    margin-right: 10px;
}
.view-page-list {
    border-top: 1px solid #c3cad0;
    border-bottom: 1px solid #c3cad0;
}
.view-page-list::after {
    content: '';
    display: block;
    clear: both;
}
.view-page-list a {
    position: relative;
    float: left;
    width: 50%;
    min-height: 100px;
}
.view-page-list a strong,
.view-page-list a span {
    display: block;
}
.view-page-list a.prev {
    border-right: 1px solid #c3cad0;
}
.view-page-list a.prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100px;
    background: #ededed url('/images/sub/wrtie_page_prev.png') no-repeat center center;
    transition: 0.3s all;
}
.view-page-list a.prev:hover::after {
    background-position: 40% center;
}
.view-page-list a.prev .page-cont {
    padding-left: 120px;
    padding-right: 20px;
}
.view-page-list a.next {
    text-align: right;
}
.view-page-list a.next::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100px;
    background: #ededed url('/images/sub/wrtie_page_next.png') no-repeat center center;
    transition: 0.3s all;
}
.view-page-list a.next:hover::after {
    background-position: 60% center;
}
.view-page-list a.next .page-cont {
    padding-right: 120px;
    padding-left: 20px;
}
.view-page-list .page-cont {
    padding: 30px 0 23px;
}
.view-page-list .page-cont strong {
    font-size: 18px;
    color: #004896;
    margin-bottom: 11px;
}
.view-page-list .page-cont span {
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-title1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 25px;
}
.tbl-wrtie1 {
    border-top: 2px solid #333;
    width: 100%;
}
.tbl-wrtie1 tbody th {
    height: 70px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-align: left;
    padding-left: 18px;
    border-bottom: 1px solid #d9d9d9;
}
.tbl-wrtie1 tbody td {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #222;
}
.tbl-wrtie1 .w-cont textarea {
    height: 270px;
}
.write-wrap .btn-wrap {
    text-align: right;
    padding-top: 30px;
}
.radio-list li {
    display: inline-block;
    margin-right: 66px;
}
.radio-style1 {
    position: relative;
}
.radio-style1 input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.radio-style1 input[type='radio'] + label {
    display: inline-block;
    padding-left: 32px;
    font-size: 16px;
    color: #222;
    min-height: 24px;
    line-height: 22px;
    background: url('/images/sub/ico_radio_off.png') no-repeat left center;
    vertical-align: middle;
}
.radio-style1 input[type='radio']:checked + label {
    background: url('/images/sub/ico_radio_on.png') no-repeat left center;
}
input.inp-style1 {
    width: 100%;
    height: 46px;
    line-height: 44px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 0 21px;
    color: #222;
    font-size: 16px;
}
input.inp-style1::placeholder {
    color: #999;
}
textarea.txtaa-style1 {
    width: 100%;
    padding: 21px 18px;
    border-color: #ddd;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
}
textarea.txtaa-style1::placeholder {
    color: #999;
}
.filebox input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.filebox label {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background: #004896 url('/images/sub/ico_file_add.png') no-repeat center center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0;
}
.plus-file input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.plus-file label {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 0;
}

.w-file .file-preview {
    float: left;
    margin-right: 10px;
}
.w-file .plus-file {
    float: left;
}
.w-file .file-imgs {
    float: left;
}
.file-preview li {
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.file-preview li:first-child {
    margin-left: 0;
}
.file-preview li.noimg {
    padding: 52px 8px 0;
    background: #ededed url('/images/sub/ico_file_prv.png') no-repeat center 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
}
.file-preview li.noimg span {
    display: block;
    font-size: 12px;
    color: #444;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}
.file-imgs {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.file-imgs {
    position: relative;
}
.file-imgs .close {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 24px;
    height: 24px;
    background: url('/images/sub/ico_file_close.png') no-repeat 0 0;
    font-size: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    cursor: pointer;
}
.file-imgs .close:hover {
    background-image: url('/images/sub/ico_file_close_hover.png');
}
.file-imgs .in-imgs {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.file-imgs .in-imgs.noimg {
    padding: 52px 8px 0;
    background: #ededed url('/images/sub/ico_file_prv.png') no-repeat center 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
}
.file-imgs .in-imgs.noimg .file-name {
    display: block;
    font-size: 12px;
    color: #444;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}

/* 1:1문의내역 */
.qa-board-top {
    position: relative;
}
.qa-board-top .sub-title1 {
    margin-bottom: 31px;
}
.qa-board-top .btn-style1 {
    position: absolute;
    right: 0;
    top: 0;
}
.qa-board1 {
    width: 100%;
    border-top: 2px solid #333;
}
.qa-board1 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.qa-board1 thead th.subject {
    text-align: left;
    padding-left: 45px;
}
.qa-board1 tbody td {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #222222;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board1 tbody .question td {
    padding: 24px 0;
    cursor: pointer;
}
.qa-board1 tbody .question td.q-subject {
    text-align: left;
    padding-left: 24px;
}
.qa-board1 tbody .question td.q-subject div {
    padding-left: 12px;
    line-height: 1.4;
}
.qa-board1 .txt-c1 {
    color: #004896;
}
.qa-board1 tbody .answer {
    display: none;
}
.qa-board1 tbody .answer.on {
    display: table-row;
}
.qa-board1 tbody .answer td {
    background: #f7f7f7;
}
.qa-board1 tbody .answer td.a-cont {
    text-align: left;
    padding-left: 24px;
    padding-right: 30px;
}
.qa-board1 tbody .answer .a-subject {
    padding: 18px 0 13px 12px;
    font-weight: 500;
    line-height: 180%;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board1 tbody .answer .a-answer {
    position: relative;
    padding: 20px 0;
}
.qa-board1 tbody .answer .a-answer::after {
    content: '';
    clear: both;
    display: block;
}
.qa-board1 tbody .answer .a-answer .txt-box1 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-left: 10px;
    width: 65px;
    height: 34px;
    line-height: 32px;
    background: #cddeff;
    border: 1px solid #a1c2ff;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #437eeb;
    text-align: center;
}
.qa-board1 tbody .answer .a-answer .cont {
    float: left;
    padding-left: 12px;
    display: block;
    line-height: 180%;
    font-weight: normal;
}
.qa-board1 tbody .answer .a-answer .txt-box1 + .cont {
    width: 87%;
    padding-left: 0;
}
.qa-board-footer {
    margin-top: 40px;
}
.qa-write-wrap .write-wrap .btn-wrap {
    text-align: center;
    padding-top: 20px;
}
.qa-write .layer-popup-wrap {
    padding-top: 35px;
}

/* 협회소개 */
.introduce .intro-top {
    text-align: center;
    margin: 40px 0 100px 0;
}
.introduce .intro-top h3 {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    line-height: 140%;
}
.introduce .intro-top h3 strong {
    color: #004896;
}
.introduce .cont-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.introduce .cont-wrap .chairman img {
    width: 300px;
    height: auto;
}
.introduce .cont-wrap .textarea {
    font-size: 18px;
    letter-spacing: -0.04em;
}
.introduce .cont-wrap .textarea p {
    margin-bottom: 50px;
    line-height: 30px;
}
.introduce .cont-wrap .textarea strong {
    font-size: 24px;
}

.introduce .history img {
    width: 80%;
}
.introduce .organization img {
    width: 80%;
}

.tbl-board4 {
    width: 100%;
    margin: 40px 0;
    border-top: 2px solid #333;
}
.tbl-board4 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.tbl-board4 tbody td {
    height: 55px;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.tbl-board4 .job-details {
    text-align: left;
}
.tbl-board4 .division {
    border-right: 1px solid #d9d9d9;
    font-weight: bold;
}

.introduce .map-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.introduce .map-wrap .map {
    width: 100%;
    max-width: 800px;
    height: 450px;
    background-color: #b2b2b2;
}
.introduce .map-wrap .info {
    width: 100%;
    max-width: 800px;
    margin: 30px 0;
}
.introduce .map-wrap .info span {
    padding-left: 30px;
}
.introduce .map-wrap .info .bigfont {
    font-size: 20px;
}
.introduce .map-wrap .info .focus {
    color: #eb6b2d;
    font-weight: bold;
}

.qa-board2 {
    width: 100%;
    border-top: 2px solid #333;
}
.qa-board2 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.qa-board2 thead th.subject {
    text-align: left;
    padding-left: 45px;
}
.qa-board2 tbody td {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #222222;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board2 tbody .question td {
    padding: 24px 0;
}
.qa-board2 tbody .question td.q-subject {
    text-align: left;
    padding-left: 24px;
}
.qa-board2 tbody .question td.q-subject div {
    padding-left: 12px;
    line-height: 1.4;
}
.qa-board2 .txt-c1 {
    color: #004896;
}
.qa-board2 tbody .answer {
    display: none;
}
.qa-board2 tbody .answer.on {
    display: table-row;
}
.qa-board2 tbody .answer td {
    background: #f7f7f7;
}
.qa-board2 tbody .answer td.a-cont {
    text-align: left;
    padding: 20px;
}
.qa-board2 tbody .answer .a-subject {
    padding: 18px 0 13px 12px;
    font-weight: 500;
    line-height: 180%;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board2 tbody .answer .a-answer {
    position: relative;
    padding-bottom: 15px;
}
.qa-board2 tbody .answer .a-answer:last-child {
    padding-bottom: 0px;
}
.qa-board2 tbody .answer .a-answer::after {
    content: '';
    clear: both;
    display: block;
}
.qa-board2 tbody .answer .a-answer .txt-box1 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-left: 10px;
    width: 65px;
    height: 34px;
    line-height: 32px;
    background: #ededed;
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #626262;
    text-align: center;
}
.qa-board2 tbody .answer .a-answer .cont {
    float: left;
    padding-left: 12px;
    display: block;
    line-height: 180%;
    font-weight: normal;
}
.qa-board2 tbody .answer .a-answer .txt-box1 + .cont {
    width: 87%;
    padding-left: 0;
}

/* 사업소개 */
.business .intro-top {
    text-align: center;
    margin: 40px 0;
}
.business .intro-top h3 {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    line-height: 140%;
}
.business .intro-top h3 strong {
    color: #004896;
}
.business .cont-wrap .video-list {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.business .cont-wrap .video-list iframe {
    width: 100%;
    height: 100%;
}
/* .business .cont-wrap .bakeryshow-img {max-width: 1180px; height: auto;} */
.business .cont-wrap .bakeryshow-details {
    margin: 40px 0;
    text-align: center;
}
.business .cont-wrap .bakeryshow-details p {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 140%;
}
.business .bakeryshow-cont-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0 140px 0;
}
.business .bakeryshow-cont-wrap .bakeryshow-apply {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-decoration: underline;
}
.business .bakeryshow-cont-wrap .bakeryshow-apply-info {
    max-width: 750px;
    padding-top: 30px;
    font-size: 18px;
    letter-spacing: -0.04em;
}
.business .info {
    max-width: 750px;
    padding-top: 30px;
    margin: 0 auto;
}
.business .info .label {
    min-width: 70px;
    font-weight: bold;
    color: #004896;
    font-size: 18px;
    line-height: 140%;
}
.business .info .label-details {
    font-size: 18px;
    line-height: 140%;
}
.business .info2 {
    padding-top: 30px;
    margin: 0 auto;
}
.business .info2 .label {
    min-width: 70px;
    font-weight: bold;
    color: #004896;
    font-size: 18px;
    line-height: 140%;
}
.business .info2 .label-details {
    font-size: 18px;
    line-height: 140%;
}

.business .bakery-intro-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 75px;
}
.business .bakery-intro {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}
.business .bakery-intro-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #004896;
}
.business .bakery-intro-cont {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04em;
}
.business .bakery-info {
    display: flex;
}
.business .bakery-info-title {
    width: 200px;
    font-size: 18px;
}
.business .bakery-info-cont {
    width: 200px;
    font-size: 18px;
}

.business .bakery-intro table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    word-wrap: break-word;
    word-break: keep-all;
}
.business .bakery-intro thead th {
    font-size: 16px;
    border: 1px solid #373737;
    padding: 10px;
    text-align: center;
}
.business .bakery-intro tbody td {
    font-size: 16px;
    border: 1px solid #373737;
    padding: 10px;
    text-align: center;
}
.business .bakery-intro tr {
    width: 100%;
    height: 32px;
}
.business .bakery-intro table .right_txt {
    text-align: right;
}
.business .bakery-intro tr.bc1 {
    background: #d8d2c4;
    color: #373935;
}
.business .bakery-intro tr.bc2 {
    background: #ece8df;
    color: #373935;
}
.business .bakery-intro .infotxt {
    line-height: 1.4;
    font-size: 14px;
    color: #888;
}
.business .bakery-intro .c1 {
    color: #b07c57;
}
.business .intro-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
}
.business .intro-img img {
    border: 1px solid #eee;
}
.business .intro-img .bakery-direct {
    display: inline-block;
    height: 55px;
    width: 200px;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #b2b3b7;
    color: #828285;
    border-radius: 54px;
    letter-spacing: -0.04em;
}

.business .title-box h4 {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #222;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
}

.business .master-notice {
    width: 80%;
    margin: 0 auto;
}

.business .winner-wrap {
    padding: 100px 0 60px 0;
}
.business .winner-img img {
    display: block;
    margin: 0 auto;
}

/* 파트너 */
.company-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.company-container .company {
    width: 300px;
    height: 220px;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}
.company-container .company .name {
    color: #222;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
.company-container .company .tel,
.site {
    color: #222;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
.company-container .company .sell {
    color: #004896;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
.company-container .company .line {
    width: 80%;
    height: 1px;
    background-color: #dbdbdb;
    margin-bottom: 10px;
}

.partner .partnership-wrap {
    width: 100%;
}
.partnership-wrap .partnership-cont {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.partnership-wrap .partnership-cont p {
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 24px;
    text-align: center;
}
.partner .inquiry-info {
    padding-top: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.partner .info-details {
    display: flex;
    gap: 10px;
    font-size: 18px;
}

/* 위생교육메뉴, 온라인위생교육, 위생교육 강의/설문/평가/수료증출력 */
.hyg-edu-list .sub-content {
    padding-top: 56px;
}
.he-list-top {
    text-align: center;
    margin-bottom: 60px;
}
.he-list-top h3 {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
.he-list-top p {
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: -0.04em;
    color: #767676;
}
.he-list-top p strong {
    font-weight: 500;
    color: #004896;
}
.he-card-list {
    margin-bottom: 50px;
}
.he-card-list::after {
    content: '';
    display: block;
    clear: both;
}
.he-card-list .card-cont {
    float: left;
    width: 380px;
    height: 220px;
    margin-left: 20px;
    padding: 39px 0 0 187px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 10px;
    background-position: 30px 49px;
    background-repeat: no-repeat;
}
.he-card-list .card-cont.type1 {
    margin-left: 0;
    padding: 39px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
}
.he-card-list .card-cont.type1 > div {
    justify-self: center;
}
.he-card-list .card-cont.type1 dt {
    grid-column: 1 / -1;
}
.he-card-list .card-cont.type2 {
    padding-left: 177px;
    background-image: url('/images/sub/ico_bakery.png');
    background-position: 23px 41px;
}
.he-card-list .card-cont.type3 {
    background-image: url('/images/sub/ico_changedbakery.png');
}
.he-card-list .card-cont dt {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222222;
    margin-bottom: 12px;
}
.he-card-list .card-cont dt strong {
    color: #004896;
}
.he-card-list .card-cont dd p {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #767676;
}
.he-card-list .card-cont2 {
    margin: 0 auto;
    width: 380px;
    height: 220px;
    padding: 39px 0 0 187px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 10px;
    background-position: 30px 49px;
    background-repeat: no-repeat;
}
.he-card-list .card-cont2.type1 {
    background-image: url('/images/sub/ico_findbakey.png');
}
.he-card-list .card-cont2 dt {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222222;
    margin-bottom: 12px;
}
.he-card-list .card-cont2 dt strong {
    color: #004896;
}
.he-card-list .card-cont2 dd p {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #767676;
}

.tbl-board-title h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222222;
    vertical-align: middle;
    margin-right: 21px;
}
.tbl-board-title p {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #555555;
    vertical-align: middle;
}
.tbl-board-title p strong {
    font-weight: 500;
    color: #004896;
}
.hyg-edu-list .tbl-board-title {
    margin-bottom: 30px;
}
.tbl-board2 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board2 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.tbl-board2 tbody td {
    height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.tbl-board2 tbody td.naming,
.address {
    max-width: 200px;
}
.tbl-board2 tbody td.btn-pay {
    width: 105px;
}
.tbl-board2 tbody td .nothing {
    font-size: 20px;
}
.tbl-board2 + .tbl-board-footer {
    margin-top: 30px;
}
.tbl-board2.expanded tbody tr:last-of-type td {
    border-bottom: 1px solid #a1a1a1;
}
.find-bakery-wrap .find-search-wrap {
    margin-bottom: 42px;
}
.find-bakery-wrap .fb-txt1 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    margin-bottom: 22px;
}
.find-bakery-wrap .fb-txt1 strong {
    font-weight: 500;
}
.find-bakery-wrap .title-box h4 {
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin-bottom: 16px;
}
.find-search-wrap fieldset {
    overflow: hidden;
}
.find-search-wrap select {
    float: left;
    width: 220px;
    font-size: 14px;
    color: #222;
}
.find-search-wrap select + select,
.find-search-wrap select + .search-inp {
    margin-left: -1px;
}
.find-search-wrap .search-inp {
    width: 354px;
}
.find-search-wrap .search-inp.sm {
    width: 349px;
}

.edu .bakery-intro-cont a {
    color: #004896;
}
.edu .bakery-intro-cont a:hover {
    text-decoration: underline;
}

.edu_process {
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}
.edu_process .num {
    background: #f1f1f1;
    color: #929292;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    font-weight: bold;
}
.edu_process .num.on {
    background: #004896;
    color: #fff;
}
.edu_process .line {
    width: 477px;
    height: 1px;
    background: #cacaca;
}
.edu_process_text {
    margin-bottom: 68px;
}
.edu_process_text .text {
    font-size: 16px;
    font-weight: bold;
    color: #929292;
}
.edu_process_text .text.on {
    color: #222;
}

.tbl-board3 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board3 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.tbl-board3 tbody td {
    height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.tbl-board3 + .tbl-board-footer {
    margin-top: 30px;
}

.tbl-board5 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board5 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.tbl-board5 tbody td {
    height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}

.tbl-board6 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board6 th {
    height: 60px;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
}
.tbl-board6 td {
    height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}

.tbl-board7 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board7 th {
    height: 60px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
}
.tbl-board7 td {
    height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #222;
    text-align: center;
}
.tbl-board7 tbody.active {
    background: #e5f2ff;
}
.tbl-board7 tbody td.nodata span {
    display: inline-block;
    padding-left: 30px;
    line-height: 24px;
    background: url('/images/sub/ico_nodata.png') no-repeat left center / 24px;
}

.lecture .bottom-btn-wrap {
    padding: 50px 0 200px 0;
}
.bottom-btn-wrap .infomation {
    margin-bottom: 15px;
}
.bottom-btn-wrap .infomation p {
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: -0.04em;
    color: #767676;
    text-align: center;
}

.lecture .certbox-group {
    padding-top: 30px;
}
.lecture .certbox-wrap {
    margin: 20px 0;
}
.lecture .certbox {
    width: 100%;
    min-height: 180px;
    height: 100%;
    padding: 20px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 10px;
}
.lecture .certbox .cb-right {
    width: 250px;
}
.lecture .certbox .cb-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #767676;
}
.lecture .certbox .cb-right strong {
    font-size: 18px;
    font-weight: 500;
    color: #004896;
    word-break: break-all;
}
.lecture .certbox .cb-right a {
    margin-top: 12px;
}

.lecture .code-info-wrap {
    width: 100%;
    min-height: 60px;
    border-radius: 5px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lecture .code-info-wrap .code-info {
    color: #929292;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 140%;
}
.lecture .code-info-wrap .code-info span {
    color: #222;
    font-weight: 500;
}
.lecture .code-info-wrap .code-id {
    padding: 0 5px;
}
.lecture .code-info-wrap .btn-wrap {
    margin-left: 20px;
}

/* 마이페이지 구독정보 */
.mypage .subscribe-box {
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border-radius: 10px;
}
.mypage .subscribe-box .status-on {
    width: 80px;
    height: 30px;
    color: #fff;
    background-color: #437eeb;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.mypage .subscribe-box .status-off {
    width: 80px;
    height: 30px;
    color: #929292;
    background-color: #dddddd;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
}
.mypage .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.mypage .inner-box:last-child {
    margin-bottom: 0px;
}
.mypage .inner-box .dash {
    padding: 0 5px;
}

/* 마이페이지>나의제과점>이력보기*/
.mypage .inner-box .code-num {
    font-size: 16px;
}

/* util */
.util .sub-content {
    padding-top: 80px;
    padding-bottom: 130px;
}
.util .layout {
    width: 480px;
}
.util .title-box {
    border-bottom: 2px solid #333;
    text-align: center;
    margin-bottom: 24px;
}
.util .title-box h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    color: #222;
    margin-bottom: 24px;
}
.util .txt-box.type1 {
    margin-bottom: 30px;
}
.util .txt-box p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #767676;
}
.util .txt-box p strong {
    font-weight: 500;
    color: #004896;
}
.util .txt-box p b {
    font-weight: 500;
    color: #222;
}
.util .txt-box a {
    font-size: 14px;
    color: #eb6b2d;
}
.util .txt-box.type2 {
    margin-bottom: 30px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #eaeaea;
}
.util .title-box2 {
    text-align: center;
}
.util .title-box2 h4 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin-bottom: 16px;
}
.util .title-box2.underline {
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
}
.util .underline h4 {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #222;
    margin-bottom: 16px;
}
.util .btn-wrap {
    margin-top: 40px;
}
.util .btn-style1,
.util .btn-style2 {
    width: 100%;
}
.util .btn-wrap::after {
    content: '';
    display: block;
    clear: both;
}
.util .btn-wrap .fl-left {
    width: 120px;
}
.util .btn-wrap .fl-right {
    width: 340px;
}
.util .text-btn-wrap {
    margin-top: 22px;
}
.inp-box + .inp-box {
    margin-top: 30px;
}
.inp-box .inp-cont {
    position: relative;
    margin-bottom: 12px;
}
.inp-box .inp-cont input[type='text'],
.inp-box .inp-cont input[type='password'],
.inp-box .inp-cont input[type='number'] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #bdbdbd;
    background: #fff;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}
.inp-box .inp-cont input:read-only {
    background: #f7f7f7;
}
.inp-box .inp-cont input::placeholder {
    color: #999;
}
.inp-box .inp-cont.postcode {
    padding-right: 154px;
}
.inp-box .inp-cont.postcode button {
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
    height: 46px;
    background: #004896;
    border: none;
}
.inp-box .inp-cont.postcode button:disabled {
    background: #afafaf;
}
.inp-box .inp-cont.postcode button:disabled span {
    color: #eeeeee;
}
.inp-box .inp-cont.postcode button span {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.inp-box .inp-cont.postcode2 {
    padding-right: 154px;
}
.inp-box .inp-cont.postcode2 button {
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
    height: 46px;
    background: #222;
    border: none;
}
.inp-box .inp-cont.postcode2 button:disabled {
    background: #afafaf;
}
.inp-box .inp-cont.postcode2 button:disabled span {
    color: #eeeeee;
}
.inp-box .inp-cont.postcode2 button span {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.inp-box .inp-cont select {
    width: 100%;
    padding: 0 14px;
}
.inp-box h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222222;
    margin-bottom: 10px;
}
.inp-box .inp-txt1 {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.inp-box .inp-txt1.c1 {
    color: #666666;
}
.inp-box .inp-txt1.c2 {
    color: #004896;
}
.inp-box .inp-txt1.c3 {
    color: #f7323f;
}
.inp-box .inp-txt1.c4 {
    color: #19ce60;
}
.inp-box > .w-file {
    height: 100px;
}
.inp-box .inp-check input {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.inp-box .inp-check label {
    margin-left: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #444444;
    vertical-align: middle;
}
.agree-box .agree-cont {
    position: relative;
    margin-bottom: 12px;
}
.agree-box .agree-cont div {
    width: 100%;
    height: 200px;
    resize: none;
    overflow-y: scroll;
    padding: 14px;
    border: 1px solid #bdbdbd;
    background: #fff;
    font-size: 14px;
    color: #222;
}
.agree-box .agree-cont div > p {
    line-height: 1.5;
}
.agree-box h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #222222;
    margin-bottom: 10px;
}
.util .find-box-wrap {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 24px;
}
.util .find-box-wrap .find-box {
    width: 50%;
    height: 45px;
    background-color: #d7d7d7;
    text-align: center;
    line-height: 45px;
    letter-spacing: -0.04em;
    background: #f1f1f1;
    color: #929292;
    border-radius: 5px;
}
.util .find-box-wrap .find-box.on {
    background-color: #004896;
    color: #ffffff;
}

/* layer */
/* .layer-popup {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; } */
.layer-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.layer-popup-scroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    overflow: auto;
    z-index: 2;
}
.layer-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.layer-popup-wrap {
    position: relative;
    z-index: 2;
}
.layer-popup .popup-hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.layer-popup .popup-wrap {
    position: relative;
    width: 872px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 40px;
    z-index: 2;
}
.layer-popup .popup-wrap .sub-title1 {
    margin-bottom: 16px;
}
.layer-popup .btn-popup-close {
    position: absolute;
    right: 40px;
    top: 36px;
    width: 21px;
    height: 21px;
    font-size: 0;
    background: url('/images/sub/btn_layer_close.png') no-repeat 0 0;
    background-size: 21px;
}
html.layerPopupOn {
    overflow: hidden;
    padding-right: 17px;
}
html.layerPopupOn::after {
    content: '';
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 17px;
    background: #f1f1f1;
    z-index: 10;
}
html.layerPopupOn .quick-menu {
    right: 37px;
}
.layer-popup .popup-wrap.type2 {
    padding: 0;
}
.layer-popup .popup-wrap.type2 .popup-in-cont {
    padding: 30px 40px;
    max-height: 75vh;
    overflow-y: scroll;
}
.layer-popup .popup-wrap.type2 .popup-in-cont::-webkit-scrollbar {
    width: 5px;
}
.layer-popup .popup-wrap.type2 .popup-in-cont::-webkit-scrollbar-track {
    background: transparent;
    -webkit-border-radius: 20px;
}
.layer-popup .popup-wrap.type2 .popup-in-cont::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    background: #cfcfcf;
}
.layer-popup .popup-wrap.type2 .popup-in-cont::-webkit-scrollbar-scrollbar {
    -webkit-border-radius: 20px;
    background: #dcdae2;
}
.layer-popup .tbl-board-warp {
    min-height: auto;
}
.popup-wrap.type2 .popup-head {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.popup-wrap.type2 .popup-head .title-box {
    padding: 15px 0;
    text-align: center;
}
.popup-wrap.type2 .popup-head h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #222;
}
.layer-popup .popup-wrap.type2 .btn-popup-close {
    top: 22px;
}
.popup-wrap.type2 .popup-footer {
    padding: 16px 41px;
    border-top: 1px solid #d9d9d9;
    text-align: right;
}

.find-bakery .layer-popup-wrap {
    padding-top: 35px;
}

.common-popup .layer-popup-wrap {
    padding-top: 150px;
}
.layer-popup .popup-wrap.common-popup-wrap {
    width: 500px;
}
.common-popup-wrap .btn-style1,
.common-popup-wrap .btn-style2 {
    width: 100%;
}
.common-popup-wrap .btn-wrap {
    margin-bottom: 10px;
}
.common-popup-wrap .btn-wrap::after {
    content: '';
    display: block;
    clear: both;
}
.common-popup-wrap .btn-wrap .fl-left {
    width: 120px;
}
.common-popup-wrap .btn-wrap .fl-right {
    width: 290px;
}
.common-popup-wrap .title-box span {
    display: inline-block;
    line-height: 30px;
}
.common-popup-wrap .txt-box {
    padding-top: 6px;
    margin-bottom: 39px;
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: -1px;
    color: #666666;
}
/* .common-popup-wrap .txt-box h4 {font-weight: 500; font-size: 18px; line-height: 150%; letter-spacing: -1px; color: #222222; margin-bottom: 14px;}
.common-popup-wrap .txt-box p {font-weight: normal; font-size: 14px; line-height: 140%; letter-spacing: -1px; color: #666666; } */
.layer-popup .video-popup-wrap {
    width: 70%;
}
.video-popup-wrap .area {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
}
.video-popup-wrap .area .video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.layer-popup .viewer-popup-wrap {
}
.viewer-popup-wrap .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.viewer-popup-wrap .area .viewer-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.viewer-popup-wrap .area .viewer-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.layer-popup .notice-popup-wrap {
    width: 700px;
}
.notice-popup-wrap .popup-in-cont {
    max-height: 700px;
    overflow-y: scroll;
}
.notice-popup-wrap .popup-in-cont::-webkit-scrollbar {
    display: none;
}
.notice-popup-wrap .area .viewer-img {
    width: 100%;
    margin-bottom: 30px;
}
.notice-popup-wrap .area .viewer-text {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 140%;
}
.notice-popup-wrap .bottom-controler {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    padding: 23px 40px;
}
.notice-popup-wrap .popup-close {
    display: inline-block;
    padding: 0 36px;
    height: 38px;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #444444;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
}
.notice-popup-wrap .bottom-controler .inp-check {
    display: flex;
    align-items: center;
}
.notice-popup-wrap .bottom-controler .inp-check label {
    margin-left: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.04em;
    color: #444444;
    vertical-align: middle;
}

/* 월간베이커리 */
.sub-section {
    padding: 60px 0 40px 0px;
}
.bakery_logo {
    width: 200px;
    height: 280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.magazin_wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.bakery .bakery-prev {
    width: 50px;
}
.bakery .bakery-next {
    width: 50px;
}
.bakery .intro-top {
    text-align: center;
    margin-bottom: 20px;
}
.bakery .intro-top h3 {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 140%;
}
.bakery .intro-top h3 span {
    font-weight: normal;
    font-size: 16px;
    color: #b9b9b9;
    letter-spacing: -0.04em;
}

.cover_image {
    width: 50%;
    height: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
}
.story_wrap {
    width: 100%;
}
.bakery .text-underline {
    width: auto;
    padding: 5px 0px;
    border-bottom: 4px solid #cfcfcf;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
}

.story_view {
    display: flex;
    align-items: flex-start;
}
.story-page {
    width: 32%;
}
.bakery .page-img {
    width: 370px;
    height: 450px;
    border: solid 1px #eee;
    overflow: hidden;
    margin: 0 auto;
}
.bakery .page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-text {
    width: 100%;
    height: auto;
}
.page-text p {
    color: #868686;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.page-text h3 {
    line-height: 32px;
    letter-spacing: -0.04em;
}

.video-area {
    max-width: 900px;
    width: 100%;
    height: 500px;
    background: #ccc;
    background-size: contain;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}
.video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.watch_wrap {
    width: 100%;
    height: 110px;
    text-align: center;
}
.watch_wrap p {
    font-size: 16px;
    width: 100%;
    letter-spacing: -0.04em;
    color: #999;
}
.watch_wrap button {
    width: 260px;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #222;
    color: #222;
    border-radius: 34px;
    letter-spacing: -0.04em;
}
.insta_wrap {
    max-width: 1180px;
    height: 400px;
    padding: 30px 0px;
    box-sizing: border-box;
}
.insta_gallery {
    width: 100%;
    height: 236px;
    padding: 30px 0px;
    display: flex;
}
.insta_img {
    width: 236px;
    height: 236px;
    background-color: #ccc;
    border: 1px solid #fff;
    overflow: hidden;
}
.insta_img img {
    width: 100%;
    height: 100%;
    background-position: center;
    cursor: pointer;
}
.bc1 {
    background-color: #fbfbfb;
    box-sizing: border-box;
}

.bottom-controler {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    text-align: center;
    padding: 25px;
}
.bottom-controler .viewer-page {
    font-size: 30px;
    width: 170px;
}
.bottom-controler .bakery-prev {
    width: 30px;
}
.bottom-controler .bakery-next {
    width: 30px;
}
.bottom-controler span {
    padding: 0 5px;
}

/* //sub - board */
@media screen and (max-width: 768px) {
    .mobr {
        display: block;
    }
    .pcbr {
        display: none;
    }
    #wrap {
        min-width: 100%;
        padding-top: 50px;
    }
    .layout {
        width: 100%;
    }
    .quick-menu {
        display: none;
    }
    /* header */
    #header {
        height: 51px;
        overflow: visible;
        background: #fff;
    }
    .header-top {
        height: auto;
        border-bottom: none;
        height: 50px;
    }
    #header .logo {
        padding-top: 12px;
        margin-left: 21px;
    }
    #header .logo img {
        height: 26px;
    }

    .header-body {
        display: none;
        position: absolute;
        top: 50px;
        width: 100%;
        height: calc(100vh - 50px);
        overflow: auto;
        border-top: 1px solid #eaeaea;
    }
    .header-body > .layout /*{position: absolute; left: 0; top: 0; width: 100%; bottom: 50px; overflow: auto; }*/
     .btn-all-menu {
        overflow: hidden;
    }
    html.gnbOn {
        overflow: hidden;
    }
    html.gnbOn .header-body {
        display: block;
    }
    html.gnbOn .btn-all-menu span.bar1 {
        top: 0;
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }
    html.gnbOn .btn-all-menu span.bar2 {
        opacity: 0;
    }
    html.gnbOn .btn-all-menu span.bar3 {
        bottom: 0;
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

    .gnb {
        padding: 0 20px;
    }
    .gnb > li {
        width: 100%;
    }
    .gnb > li > a {
        position: relative;
        display: block;
        border-bottom: 1px solid #eaeaea;
        line-height: 54px;
        font-size: 18px;
        padding-left: 0;
    }
    .gnb > li:hover > a {
        color: #222;
    }
    .gnb > li > a::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        margin-right: 7px;
        height: 16px;
        border-left: 2px solid #999;
    }
    .gnb > li > a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        width: 16px;
        border-bottom: 2px solid #999;
    }
    .gnb > li.active > a::before,
    .gnb > li.active > a::after {
        border-color: #437eeb;
    }
    .gnb > li.edu.active > a::before,
    .gnb > li.edu.active > a::after {
        border-color: #eb6b2d;
    }

    .gnb > li:first-child {
        width: 100%;
    }
    .gnb > li:last-child {
        width: 100%;
    }
    .gnb .depth2 {
        display: none;
        position: relative;
        top: auto;
        min-height: auto;
        padding: 10px 0 22px 20px;
        background: #f9f9f9;
    }
    .gnb .depth2 > ul > li {
        padding: 10px 0 11px;
    }
    .gnb .depth2 > ul > li > a {
        font-size: 16px;
        line-height: 1.2;
    }
    .gnb .depth2::after {
        display: none;
    }

    .top-menu {
        display: none; /*right: 61px;*/
    }
    .btn-all-menu {
        display: block;
        right: 20px;
        top: 18px;
    }
    .top-menu.mo-top-menu {
        display: block;
        padding: 25px 0 60px 0;
        position: relative; /* top: auto; left: 0; right: 0; bottom: 0; */
        text-align: center;
        background: #fff;
    }
    .top-menu.mo-top-menu li {
        float: none;
        display: inline-block;
        padding: 0 12px;
    }
    .top-menu.mo-top-menu li a {
        font-size: 14px;
    }
    /* //header */

    /* footer */
    .footer-public {
        height: auto;
        padding: 22px 0 34px;
    }
    .footer-public .public-list li a {
        padding: 0 22px;
        line-height: 38px;
    }
    .footer-public .public-list li:first-child a {
        padding-left: 22px;
    }
    .footer-public .public-list li:last-chi ld a {
        padding-right: 22px;
    }

    .footer-nav {
        height: auto;
        text-align: center;
    }
    .footer-nav ul li {
        margin-left: 0;
        display: inline-block;
        margin: 0 20px;
    } /*NAS로고때문에 float: none; 제거함*/
    .footer-nav ul li:last-child {
        margin-left: 0;
        margin: 0 20px;
    }
    .footer-nav ul li a {
        color: #fff;
    }
    .footer-nav ul li a img {
        max-width: 80px;
    }

    .footer-cont .layout {
        padding: 0 40px;
    }
    .footer-cont .footer-logo {
        float: none;
        display: none;
    }
    .footer-cont .footer-info {
        float: none;
        text-align: center;
    }
    /* //footer */

    /* main */
    .mv-slide {
        height: 88.89vw;
        background-size: cover;
    }
    .mv-slide.slide1 {
        background-image: url(/images/main/mo_main_visual1_bg.png);
    }
    .mv-slide.slide2 {
        background-image: url(/images/main/mo_main_visual1_bg.png);
    }
    .mv-slide.slide3 {
        background-image: url(/images/main/mo_main_visual1_bg.png);
    }

    .mv-slide .layout {
        height: 100%;
    }
    .mv-slide .mv-txt-box {
        height: 100%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 42px;
    }
    .main-visual-slider .slick-dots {
        bottom: 40px;
    }

    .main-card {
        padding: 40px;
    }
    .card-list1 > li {
        float: none;
        width: 100%;
        height: 280px;
    }
    .card-list1 > li.cl1 {
        margin-bottom: 30px;
        background-size: auto 120px;
        background-position: 6% center;
    }
    .card-list1 > li.cl2 {
        background-size: auto 151px;
        background-position: 16% center;
    }
    .card-list1 > li .card-cont-box {
        padding-left: 48%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .card-list1 > li.cl1 .card-cont-box h3 {
        padding-top: 0;
    }

    .main-board .layout {
        padding: 0 40px;
    }
    .main-board .board-head .board-txt-box {
        float: none;
        width: 100%;
        margin-top: 0;
        text-align: center;
        margin-bottom: 44px;
    }
    .main-board .board-head h3 br {
        display: none;
    }
    .main-board .board-head .card-list2 {
        float: none;
        width: 100%;
    }
    .card-list2 {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
        border-radius: 10px;
    }
    .card-list2 li {
        position: relative;
        width: 33.33333%;
        height: auto;
        margin-left: 0;
        box-shadow: none;
    }
    .card-list2 li::after {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 70px);
        height: 140px;
        border-left: 1px solid #dedede;
    }
    .card-list2 li a {
        padding-top: 43px;
        padding-bottom: 52px;
    }
    .card-list2 li .cl-txt {
        display: none;
    }
    .card-list2 li .cl-tit {
        margin-bottom: 0;
    }

    .board-box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .board-box:last-child {
        margin-bottom: 0;
    }
    .board-box .contact-list {
        width: 100%;
        margin-top: 0;
    }

    .main-board {
        padding-bottom: 60px;
    }
    .main-board .board-body {
        margin-bottom: 20px;
    }
    .board-box .contact-list {
        background-size: contain;
        background-position: right -23px bottom;
    }
    .board-box .video-list {
        height: auto;
        padding-bottom: 56.25%;
    }
    .board-box .video-list iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .board-box .btn-more {
        width: 20px;
        height: 20px;
        background: none;
    }
    .board-box .btn-more span {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .board-box .btn-more span::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -1px;
        height: 100%;
        border-left: 2px solid #999;
    }
    .board-box .btn-more span::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 100%;
        border-bottom: 2px solid #999;
    }

    .main-partner-slider .slick-arrow {
        margin-top: -9px;
    }
    .main-partner-slider .slick-arrow.slick-prev {
        left: 15px;
    }
    .main-partner-slider .slick-arrow.slick-next {
        right: 15px;
    }

    .main-infolink {
        padding: 38px 0;
    }
    .main-infolink .layout {
        padding: 0 40px;
    }
    .main-infolink .infolink-cont {
        padding-left: 0;
        padding-top: 70px;
        text-align: center;
    }
    .main-infolink .infolink-cont.mi1 {
        padding-left: 0;
        background: url('/images/main/ico_main4.png') no-repeat center top / 70px;
    }
    .main-infolink .infolink-cont.mi2 {
        background: url('/images/main/ico_main5.png') no-repeat center top / 70px;
    }
    .main-infolink .infolink-cont.mi3 {
        background: url('/images/main/ico_main6.png') no-repeat center top / 70px;
    }
    .main-infolink .infolink-cont span {
        display: none;
    }
    /* //main */

    /* sub */
    .sub-visual {
        height: 77.778vw;
    }
    .community .sub-visual {
        background: url('/images/sub/mo_sub_visual_community.png') no-repeat center top;
        background-size: cover;
    }
    .hygiene .sub-visual {
        background: url('/images/sub/mo_sub_visual_hygieneedu.png') no-repeat center top;
        background-size: cover;
    }
    .lecture .sub-visual {
        background: url('/images/sub/mo_sub_visual_lecture.png') no-repeat center top;
        background-size: cover;
    }
    .bakery .sub-visual {
        background: url('/images/sub/mo_sub_visual_bakery.png') no-repeat center top;
        background-size: cover;
    }
    .introduce .sub-visual {
        background: url('/images/sub/mo_sub_visual_introduce.png') no-repeat center top;
        background-size: cover;
    }
    .business .sub-visual {
        background: url('/images/sub/mo_sub_visual_business.png') no-repeat center top;
        background-size: cover;
    }
    .partner .sub-visual {
        background: url('/images/sub/mo_sub_visual_partner.png') no-repeat center top;
        background-size: cover;
    }
    .volunteer .sub-visual {
        background: url('/images/sub/mo_sub_visual_volunteer.png') no-repeat center top;
        background-size: cover;
    }
    .edu .sub-visual {
        background: url('/images/sub/mo_sub_visual_edu.png') no-repeat center top;
        background-size: cover;
    }
    .mypage .sub-visual {
        background: url('/images/sub/mo_sub_visual_mypage.png') no-repeat center top;
        background-size: cover;
    }
    .sub-visual h2 {
        width: 100%;
        height: 100%;
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .snb > li {
        margin: 14px 0;
        width: 30%;
    }
    .snb > li > a {
        font-size: 18px;
        line-height: 50px;
    }
    .sub-tab-menu > li {
        margin: 0 14px;
    }
    .sub-board-list .sub-content .layout {
        padding: 0 40px;
    }

    .snb.cols-2 > li {
        width: 45%;
        margin: 10px 0;
    }

    .search-box form {
        float: none;
        margin-bottom: 13px;
    }
    .search-box select {
        float: left;
        width: 216px;
        margin-right: 0;
    }
    .search-inp {
        float: left;
        width: calc(100% - 216px);
        margin-left: -1px;
    }
    .find-search-wrap .search-inp.sm {
        width: 100%;
    }
    .btn-style1 {
        width: 100%;
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }
    .btn-style2 {
        width: 100%;
        font-size: 16px;
        line-height: 44px;
        height: 44px;
    }
    .btn-style3 {
        width: 74px;
        font-size: 16px;
        line-height: 44px;
        height: 44px;
    }
    .btn-style7 {
        width: 100%;
        font-size: 16px;
        line-height: 44px;
        height: 44px;
    }
    .board-num-list + .btn-style1 {
        margin-top: 30px;
    }
    .sub-board-list .sub-content {
        padding-bottom: 42px;
    }
    .tbl-board-footer .btn-style1 {
        position: relative;
        top: 0;
        width: 100%;
    }
    .tbl-board-warp {
        min-height: 310px;
    }

    .tbl-view1 {
        border-bottom: none;
    }
    .tbl-view1 .tbl-view-footer {
        padding: 30px;
    }
    .tbl-view1 .tbl-view-footer h4 {
        margin-bottom: 20px;
        display: block;
        margin-right: 0;
    }
    .view-wrap .btn-wrap {
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .view-wrap .btn-wrap .fl-right {
        width: 47.5%;
        max-width: 193px;
    }
    .view-wrap .btn-wrap .fl-left .c1 {
        margin-right: 1px;
    }

    .view-page-list {
        border: none;
    }
    .view-page-list a {
        min-height: auto;
        height: 58px;
    }
    .view-page-list a.prev {
        border: none;
    }
    .view-page-list .page-cont {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .view-page-list .page-cont strong {
        margin-bottom: 0;
    }
    .view-page-list .page-cont span {
        display: none;
    }
    .view-page-list a.prev .page-cont {
        padding-left: 70px;
    }
    .view-page-list a.next .page-cont {
        padding-right: 70px;
    }
    .view-page-list a.prev::after {
        width: 52px;
        height: 58px;
    }
    .view-page-list a.next::after {
        width: 52px;
        height: 58px;
    }
    .tbl-wrtie1 tbody th {
        width: 22%;
    }
    input.inp-style1 {
        height: 40px;
        line-height: 38px;
        padding: 0 13px;
        font-size: 14px;
    }
    textarea.txtaa-style1 {
        padding: 15px 13px;
        font-size: 14px;
    }
    .tbl-wrtie1 .w-cont textarea {
        height: 240px;
    }
    .filebox label {
        width: 80px;
        height: 80px;
        background-size: 26px;
    }
    .file-preview li {
        width: 80px;
        height: 80px;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .file-preview li:first-child {
        margin-left: 0;
    }
    .w-file .file-preview {
        margin-right: 5px;
    }
    .file-preview li.noimg {
        padding: 38px 5px 0;
        background-size: 18px;
        background-position: center 17px;
    }
    .file-preview li.noimg span {
        font-size: 10px;
        line-height: 12px;
        height: 24px;
    }

    .plus-file label {
        width: 80px;
        height: 80px;
        margin: 2px 0;
    }
    .file-imgs {
        width: 80px;
        height: 80px;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-right: 5px;
    }
    .file-imgs .in-imgs.noimg {
        padding: 38px 5px 0;
        background-size: 18px;
        background-position: center 17px;
    }
    .file-imgs .in-imgs.noimg .file-name {
        font-size: 10px;
        line-height: 12px;
        height: 24px;
    }

    .radio-list {
        font-size: 0;
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .radio-list li {
        margin: 2px 0;
        margin-right: 0;
        width: 33.3333%;
    }
    .radio-style1 input[type='radio'] + label {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        background-size: 20px;
        padding-left: 25px;
        word-break: break-all;
    }
    .radio-style1 input[type='radio']:checked + label {
        background-size: 20px;
    }

    .qa-board-top .btn-style1 {
        width: 165px;
    }
    .sub-title1 {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .qa-board-top .sub-title1 {
        padding-top: 12px;
        margin-bottom: 18px;
    }
    .qa-board1 thead th {
        font-size: 14px;
    }
    .qa-board1 tbody td {
        font-size: 14px;
    }
    .qa-board1 tbody .answer .a-answer .txt-box1 {
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .edu_process .num {
        font-size: 13px;
        width: 38px;
        height: 38px;
    }
    .edu_process .num.on {
        background: #004896;
        color: #fff;
    }
    .edu_process .line {
        width: 200px;
    }
    .edu_process_text {
        margin-bottom: 50px;
    }
    .edu_process_text .text {
        font-size: 13px;
    }

    .lecture .certbox .cb-right {
        max-width: 200px;
    }

    .introduce .intro-top {
        margin: 40px 0 50px 0;
    }
    .introduce .cont-wrap {
        flex-direction: column;
    }
    .introduce .intro-top h3 {
        font-size: 20px;
    }
    .introduce .cont-wrap .textarea {
        font-size: 16px;
        text-align: center;
    }

    .introduce .history img {
        width: 100%;
    }
    .introduce .organization img {
        width: 100%;
    }

    .business .cont-wrap .video-list {
        position: relative;
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    .business .bakeryshow-cont-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 50px 0 70px 0;
    }
    .business .bakeryshow-cont-wrap .bakeryshow-apply {
        font-size: 18px;
    }
    .business .bakeryshow-cont-wrap .bakeryshow-apply-info {
        font-size: 16px;
    }

    .business .master-notice {
        width: 100%;
    }

    .business .bakery-intro td,
    tr,
    th {
        word-break: break-all;
    }

    /* layer */
    .layer-popup {
        padding: 15px 0;
    }
    .qa-write .layer-popup-wrap {
        padding-top: 15px;
    }
    .find-bakery .layer-popup-wrap {
        padding-top: 15px;
    }
    .layer-popup .popup-wrap {
        width: 90.625%;
        padding: 42px 15px 25px;
    }
    .layer-popup .btn-popup-close {
        right: 15px;
        top: 22px;
    }
    html.layerPopupOn {
        overflow: hidden;
        padding-right: 0;
    }
    html.layerPopupOn::after {
        display: none;
    }

    .layer-popup .video-popup-wrap {
        width: 90%;
    }

    .hyg-edu-list .sub-content {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .hyg-edu-list .sub-content .layout {
        padding: 0 40px;
    }
    .he-card-list .card-cont {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .he-card-list .card-cont.type1 {
        margin-top: 0;
        margin-left: auto;
    }
    .he-card-list .card-cont2 {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .he-card-list .card-cont2.type1 {
        margin-top: 0;
        margin-left: auto;
    }
    .tbl-board2 thead th {
        font-size: 16px;
    }
    .tbl-board2 tbody td {
        font-size: 14px;
        line-height: 25px;
    }
    .tbl-board2 tbody td .mo-view {
        display: inline-block;
        margin-right: 6px;
        vertical-align: top;
        line-height: 25px;
        font-size: 14px;
    }
    .tbl-board2 tbody td .comple {
        display: inline-block;
        line-height: 25px;
        vertical-align: top;
    }
    .tbl-board2 tbody td .comple img {
        vertical-align: middle;
        margin-top: -2px;
    }
    .tbl-board2 {
        display: block;
    }
    .tbl-board2 tbody,
    .tbl-board2 tr,
    .tbl-board2 th,
    .tbl-board2 tbody td {
        display: block;
        border: none;
        padding: 0;
        height: auto;
    }
    .tbl-board2 thead,
    .tbl-board2 thead th {
        display: none;
    }
    .tbl-board2.expanded tbody {
        position: relative;
        padding: 8px 0 20px 38px;
        border-bottom: 1px solid #d9d9d9;
    }
    .tbl-board2:not(.expanded) tbody tr {
        position: relative;
        padding: 8px 0 20px 38px;
        border-bottom: 1px solid #d9d9d9;
    }
    .tbl-board2 tbody td {
        position: relative;
        display: inline-block;
        margin: 3px 0 4px;
        padding: 0 10px;
    }
    .tbl-board2 tbody td.address,
    .tbl-board2 tbody td.naming {
        text-align: left;
        max-width: none;
        white-space: normal;
    }
    .tbl-board2 tbody td::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        height: 10px;
        border-left: 1px solid #c4c4c4;
    }
    .tbl-board2 tbody td.btn-pay {
        width: 100%;
        padding: 0;
        padding-left: 10px;
        margin: 7px 0 0 0;
    }
    .tbl-board2 tbody td.btn-pay::after {
        display: none;
    }
    .tbl-board2 tbody td.num {
        position: absolute;
        width: 48px;
        height: 100%;
        padding: 13px 0 0 9px;
        margin: 0;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #929292;
        background: #fff;
        text-align: left;
        z-index: 1;
    }
    .tbl-board2 tbody td.num::after {
        display: none;
    }
    .tbl-board2 tbody td.naming {
        font-weight: 500;
        max-width: none;
        text-align: left;
    }
    .tbl-board2 .btn-style5 {
        width: 100%;
    }
    .tbl-board2 .btn-style10 {
        width: 100%;
    }
    .tbl-board2 tbody td.a-box::after {
        display: none;
    }
    .tbl-board2 tbody td.a-answer::after {
        display: none;
    }

    .find-search-wrap fieldset {
        min-width: auto;
    }
    .find-search-wrap select {
        width: calc(50% - 5px);
        height: 40px;
        box-sizing: border-box;
    }
    .find-search-wrap select + select,
    .find-search-wrap select + .search-inp {
        margin-left: 0;
    }
    .find-search-wrap select + select {
        margin-left: 10px;
    }
    .find-search-wrap .search-inp {
        margin-top: 10px;
        width: 100%;
    }

    .tbl-board3 thead th {
        font-size: 16px;
    }
    .tbl-board3 tbody td {
        font-size: 14px;
        line-height: 25px;
    }
    .tbl-board3 tbody td .mo-view {
        display: inline-block;
        margin-right: 6px;
        vertical-align: top;
        line-height: 25px;
        font-size: 14px;
    }
    .tbl-board3 tbody td .comple {
        display: inline-block;
        line-height: 25px;
        vertical-align: top;
    }
    .tbl-board3 tbody td .comple img {
        vertical-align: middle;
        margin-top: -2px;
    }
    .tbl-board3 {
        display: block;
    }
    .tbl-board3 tbody,
    .tbl-board3 tr,
    .tbl-board3 th,
    .tbl-board3 tbody td {
        display: block;
        border: none;
        padding: 0;
        height: auto;
    }
    .tbl-board3 thead,
    .tbl-board3 thead th {
        display: none;
    }
    .tbl-board3 tbody tr {
        position: relative;
        padding: 8px 0 20px 65px;
        border-bottom: 1px solid #d9d9d9;
    }
    .tbl-board3 tbody td {
        position: relative;
        display: inline-block;
        margin: 3px 0 4px;
        padding: 0 10px;
    }
    .tbl-board3 tbody td::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        height: 10px;
        border-left: 1px solid #c4c4c4;
    }
    .tbl-board3 tbody td.class {
        position: absolute;
        width: 48px;
        height: 100%;
        padding: 13px 0 0 9px;
        margin: 0;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #929292;
        background: #fff;
        text-align: left;
        z-index: 1;
    }
    .tbl-board3 tbody td.class::after {
        display: none;
    }
    .tbl-board3 tbody td.order::after {
        display: none;
    }
    .tbl-board3 tbody td.btn-play {
        width: 100%;
        padding: 0;
        padding-left: 10px;
        margin: 7px 0 0 0;
    }
    .tbl-board3 tbody td.btn-play::after {
        display: none;
    }
    .tbl-board3 .btn-style5 {
        width: 100%;
    }
    .tbl-board3 tbody td.description {
        font-weight: 500;
    }

    .tbl-board-warp2 {
        margin-bottom: 20px;
    }
    .tbl-board-warp3 {
        margin-bottom: 20px;
        padding-top: 7px;
    }
    .tbl-board5 thead th {
        font-size: 16px;
        line-height: 25px;
    }
    .tbl-board5 tbody td {
        font-size: 14px;
        line-height: 25px;
    }
    .tbl-board6 th {
        font-size: 14px;
        line-height: 25px;
    }
    .tbl-board6 td {
        font-size: 14px;
        line-height: 25px;
    }

    .qa-board2 tbody td.q-btn::after {
        display: none;
    }
    .qa-board2 .btn-style5 {
        width: 100%;
    }
    .qa-board2 tbody td {
        font-size: 14px;
    }

    .qa-board2 {
        display: block;
    }
    .qa-board2 tbody,
    .qa-board2 tbody tr,
    .qa-board2 tbody td {
        display: block;
        border-bottom: none;
        height: auto;
        padding: 0;
    }
    .qa-board2 tbody tr {
        border-bottom: 1px solid #d9d9d9;
    }
    .qa-board2 tbody .question {
        position: relative;
        padding: 8px 0 20px 38px;
    }

    .qa-board2 tbody .answer.on {
        display: block;
    }
    .qa-board2 tbody .answer td.a-cont {
        padding: 18px 15px;
    }
    .qa-board2 tbody .answer .a-answer {
        padding: 0 0 10px 0;
    }
    .qa-board2 tbody .answer .a-answer .txt-box1 {
        float: none;
        width: 54px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .qa-board2 tbody .answer .a-answer .cont {
        float: none;
        line-height: 1.8;
        padding-left: 0;
    }
    .qa-board2 tbody .answer .a-answer .txt-box1 + .cont {
        width: 100%;
        padding-left: 5px;
    }

    .qa-board2 tbody .question td {
        position: relative;
        display: inline-block;
        margin: 8px 0 10px;
        padding: 0 10px;
    }
    .qa-board2 tbody td::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }
    .qa-board2 tbody .question td.q-sort::after {
        display: none;
    }
    .qa-board2 thead {
        display: none;
    }
    .qa-board2 thead th {
        display: none;
    }
    .qa-board2 tbody td.q-sort {
        position: absolute;
        width: 48px;
        height: 100%;
        padding: 16px 0 0 9px;
        margin: 0;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #929292;
        background: #fff;
        text-align: left;
        z-index: 1;
    }
    .qa-board2 tbody td.q-btn {
        width: 100%;
        padding: 0;
        padding-left: 10px;
        margin: 7px 0 0 0;
    }
    .qa-board2 tbody td .mo-view {
        display: inline-block;
        margin-right: 6px;
        vertical-align: top;
    }

    .qa-board2 tbody td.q-area {
        font-weight: 500;
    }

    .util .title-box2 h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* 월간베이커리 */
    .bakery_logo {
        width: 40%;
        height: auto;
        margin: auto;
    }
    .cover_image {
        width: 70%;
        height: 100%;
        border: 1px solid #eee;
        box-sizing: border-box;
        cursor: pointer;
    }
    .story-page {
        width: 90%;
        justify-content: center;
    }
    .bakery .page-img {
        width: 90%;
        height: 100%;
    }
    .page-text {
        width: 90%;
        height: auto;
    }
    .video-area {
        max-width: 600px;
        width: 100%;
        height: 400px;
        background: #ccc;
        background-size: contain;
        box-sizing: border-box;
        position: relative;
    }
    .bakery .bakery-prev {
        width: 20px;
    }
    .bakery .bakery-next {
        width: 20px;
    }

    .insta_wrap {
        width: 600px;
        height: 100%;
        padding: 30px 0px;
        box-sizing: border-box;
        margin: auto;
    }
    .insta_gallery {
        width: 100%;
        height: 100%;
        padding: 30px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .insta_img {
        width: 50%;
        height: 300px;
        background-size: contain;
        background-color: #ccc;
        border: 1px solid #fff;
        overflow: hidden;
    }

    .viewer-popup-wrap .area .viewer-img {
        width: 100%;
        height: 60vh;
        overflow: hidden;
        margin: 0 auto;
    }
    .bottom-controler {
        justify-content: center;
    }
}

@media screen and (max-width: 560px) {
    /* footer */
    .footer-public {
        padding: 11px 0 17px;
    }
    .footer-public .public-list li a {
        padding: 0 11px;
        line-height: 38px;
    }
    .footer-public .public-list li:first-child a {
        padding-left: 11px;
    }
    .footer-public .public-list li:last-child a {
        padding-right: 11px;
    }
    .footer-public .public-list li:nth-of-type(1) a img {
        width: 62px;
    }
    .footer-public .public-list li:nth-of-type(2) a img {
        width: 126px;
    }
    .footer-public .public-list li:nth-of-type(3) a img {
        width: 75px;
    }
    .footer-public .public-list li:nth-of-type(4) a img {
        width: 112px;
    }
    .footer-public .public-list li:nth-of-type(5) a img {
        width: 98px;
    }
    .footer-public .public-list li:nth-of-type(6) a img {
        width: 49px;
    }

    .footer-nav ul li:nth-of-type(1),
    .footer-nav ul li:nth-of-type(2) {
        display: none;
    }
    .footer-nav ul li a {
        font-size: 12px;
        line-height: 44px;
    }

    .footer-cont {
        padding: 30px 0;
    }
    .footer-cont .layout {
        padding: 0 20px;
    }

    .footer-cont .footer-info .fi-txt {
        font-size: 12px;
    }
    .footer-cont .footer-info .fi-txt span:first-child {
        display: block;
    }
    .footer-cont .footer-info .fi-txt span {
        margin-left: 8px;
    }
    .footer-cont .footer-info .fi-copy {
        font-size: 12px;
        margin-top: 12px;
    }
    /* //footer */

    /* main */
    .mv-slide .mv-txt-box {
        padding-left: 21px;
    }
    .mv-slide .mv-tit1 strong {
        font-size: 22px;
    }
    .mv-slide .mv-txt1 {
        font-size: 12px;
    }
    .main-visual-slider .slick-dots {
        bottom: 20px;
    }

    .main-card {
        padding: 20px;
    }
    .card-list1 > li {
        height: 140px;
    }
    .card-list1 > li.cl1 {
        margin-bottom: 15px;
        background-size: auto 60px;
    }
    .card-list1 > li.cl2 {
        background-size: auto 76px;
        background-position: 14% center;
    }

    .card-list1 > li .card-cont-box {
        padding-left: 44%;
    }
    .card-list1 > li .card-cont-box h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .card-list1 > li .card-cont-box p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .card-list1 > li.cl2 .card-cont-box h3 {
        margin-bottom: 5px;
        margin-top: -28px;
    }
    .card-list1 > li .tit-img {
        margin-top: -15px;
        padding-left: 9px;
    }
    .card-list1 > li .tit-img img {
        width: 125px;
    }

    .btn-link1 {
        padding: 0 30px;
        line-height: 28px;
        height: 30px;
    }
    .btn-link1 span {
        display: block;
        font-size: 12px;
        line-height: 28px;
    }
    .btn-link2 {
        padding: 0 20px;
        line-height: 28px;
        height: 30px;
    }
    .btn-link2 span {
        display: block;
        font-size: 12px;
        line-height: 28px;
    }

    .main-board {
        padding-bottom: 30px;
    }
    .main-board .layout {
        padding: 0 20px;
    }
    .main-board .board-head .board-txt-box {
        margin-bottom: 22px;
    }
    .main-board .board-head {
        padding: 39px 0 30px;
    }
    .main-board .board-head h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .card-list2 li::after {
        top: calc(50% - 35px);
        height: 70px;
    }
    .card-list2 li .ico-img {
        margin-bottom: 15px;
    }
    .card-list2 li .ico-img img {
        width: 55px;
    }
    .card-list2 li .cl-tit {
        font-size: 12px;
    }

    .board-box {
        margin-bottom: 20px;
    }
    .board-box .bb-tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .board-box .btn-more {
        top: 5px;
        width: 16px;
        height: 16px;
    }

    .board-list1 {
        height: auto;
        padding: 10px 27px;
    }
    .board-list1 > li {
        padding-top: 0;
    }
    .board-list1 > li > a {
        font-size: 12px;
        line-height: 30px;
    }

    .board-box .contact-list {
        height: 241px;
        padding-left: 38px;
        padding-top: 30px;
    }
    .board-box .contact-list h4 {
        font-size: 22px;
        margin-bottom: 2px;
    }
    .board-box .contact-list .tel {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .board-box .contact-list .date-txt {
        font-size: 12px;
    }

    .main-partner-slider .mp-slide a {
        padding: 0 1px;
    }

    .main-partner {
        padding: 20px 0;
    }
    .main-partner h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main-infolink .layout {
        padding: 0 20px;
    }

    .main-infolink .infolink-cont {
        padding-top: 56px;
    }
    .main-infolink .infolink-cont::after {
        height: 70px;
        margin-top: -35px;
    }
    .main-infolink .infolink-cont strong {
        font-size: 12px;
    }
    .main-infolink .infolink-cont.mi1 {
        background-size: 55px auto;
    }
    .main-infolink .infolink-cont.mi2 {
        background-size: 55px auto;
    }
    .main-infolink .infolink-cont.mi3 {
        background-size: 55px auto;
    }

    .notice-popup-wrap .popup-in-cont {
        max-height: 50vh;
        overflow-y: scroll;
    }
    .notice-popup-wrap .area .viewer-img {
        margin-bottom: 15px;
    }
    .notice-popup-wrap .area .viewer-text {
        font-size: 16px;
    }
    .notice-popup-wrap .bottom-controler {
        padding: 15px;
    }
    .notice-popup-wrap .popup-close {
        font-size: 14px;
    }
    .notice-popup-wrap .bottom-controler .inp-check {
        display: flex;
        align-items: center;
    }
    .notice-popup-wrap .bottom-controler .inp-check label {
        font-size: 14px;
    }
    /* //main */

    /* sub */
    .sub-visual h2 {
        font-size: 38px;
    }
    .sub-board-list .sub-content {
        padding-top: 20px;
    }
    .sub-tab-menu {
        padding: 0 0 16px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .sub-tab-menu {
        font-size: 0;
    }
    .sub-tab-menu.cols-3 > li {
        margin: 14px 0;
        width: 33.33333%;
    }
    .sub-tab-menu > li > a {
        font-size: 16px;
    }
    .sub-tab-menu > li > a::after {
        width: 6px;
        height: 6px;
        top: -10px;
    }
    .sub-board-list .sub-content .layout {
        padding: 0 20px;
    }
    .sub-content {
        min-height: 50vh;
    }

    .search-box {
        background: none;
        padding: 0;
    }

    .search-box select {
        float: left;
        margin-right: 0;
        width: 108px;
        height: 40px;
        font-size: 12px;
        background-position: right 9px center;
    }
    .search-inp {
        float: left;
        width: calc(100% - 107px);
        margin-left: -1px;
    }
    .search-inp input {
        height: 40px;
        padding-right: 40px;
        font-size: 12px;
        padding-left: 16px;
    }
    .search-inp button {
        width: 40px;
        height: 40px;
    }
    .search-inp button span {
        background-size: 20px;
    }

    .search-box .sb-txt {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }
    .search-box .sb-txt strong {
        font-size: 16px;
    }
    .search-box + .tbl-board-warp {
        margin-top: 19px;
    }

    .tbl-board1 {
        display: block;
    }
    .tbl-board1 tbody,
    .tbl-board1 tr,
    .tbl-board1 th,
    .tbl-board1 td {
        display: block;
    }
    .tbl-board1 tbody tr {
        position: relative;
        padding: 13px 0 18px 58px;
        border-bottom: 1px solid #d9d9d9;
        font-size: 0;
    }
    .tbl-board1 tbody td {
        position: relative;
        display: inline-block;
        font-size: 14px;
        height: auto;
        border-bottom: none;
        line-height: 1.6;
        padding: 0 10px;
    }
    .tbl-board1 tbody td:first-child {
        position: absolute;
        left: 9px;
        top: 13px;
        color: #929292;
        padding: 0;
    }
    .tbl-board1 tbody td:first-child::after {
        display: none;
    }
    .tbl-board1 tbody td.nodata:first-child {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        width: calc(100% + 58px);
        margin-left: -58px;
    }
    .tbl-board1 tbody td::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }
    .tbl-board1 tbody td.subject {
        display: block;
        padding-left: 0;
        margin-bottom: 8px;
    }
    .tbl-board1 tbody td.subject::after {
        display: none;
    }
    .tbl-board1 tbody td.subject a {
        font-size: 14px;
        line-height: 1.6;
        height: auto;
    }
    .tbl-board1 tbody td:nth-of-type(3) {
        padding-left: 0;
    }
    .tbl-board1 tbody td:nth-of-type(3)::after {
        display: none;
    }
    .tbl-board1 thead {
        display: none;
    }
    .tbl-board1 thead th {
        display: none;
    }

    .tbl-view1 .tbl-view-top {
        padding: 13px 0;
    }
    .tbl-view1 .tbl-view-top .subject {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.6;
    }
    .tbl-view1 .tbl-view-top .view-info > li strong,
    .tbl-view1 .tbl-view-top .view-info > li span {
        font-size: 14px;
        line-height: 1.6;
    }
    .tbl-view1 .tbl-view-top .view-info > li strong {
        display: none;
    }
    .tbl-view1 .tbl-view-top .view-info > li {
        position: relative;
        margin-left: 0;
        padding: 0 10px;
    }
    .tbl-view1 .tbl-view-top .view-info > li::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }
    .tbl-view1 .tbl-view-top .view-info > li:first-child {
        padding-left: 0;
    }
    .tbl-view1 .tbl-view-top .view-info > li:first-child::after {
        display: none;
    }
    .tbl-view1 .tbl-view-body {
        padding: 20px 0;
        font-size: 14px;
        line-height: 1.8;
    }

    .tbl-view1 .tbl-view-footer {
        padding: 15px;
        padding-bottom: 22px;
    }
    .tbl-view1 .tbl-view-footer h4 {
        font-size: 14px;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tbl-view1 .tbl-view-footer ul li {
        margin-top: 12px;
    }
    .tbl-view1 .tbl-view-footer ul li a {
        display: block;
        font-size: 12px;
        line-height: 20px;
        background-size: 20px;
        padding-left: 26px;
    }

    .view-page-list .page-cont strong {
        font-size: 12px;
    }
    .view-page-list a.prev::after {
        background-size: 9px;
    }
    .view-page-list a.next::after {
        background-size: 9px;
    }

    .tbl-wrtie1 tbody th {
        font-size: 14px;
        padding-left: 10px;
        height: 60px;
    }
    .tbl-wrtie1 tbody td {
        padding: 10px 0;
        padding-left: 4px;
        font-size: 14px;
    }

    .radio-list li {
        width: 50%;
    }
    .qa-board1 thead {
        display: none;
    }
    .qa-board1 thead th {
        display: none;
    }

    .qa-board1 {
        display: block;
    }
    .qa-board1 tbody,
    .qa-board1 tbody tr,
    .qa-board1 tbody td {
        display: block;
        border-bottom: none;
        height: auto;
        padding: 0;
    }
    .qa-board1 tbody tr {
        border-bottom: 1px solid #d9d9d9;
    }
    .qa-board1 tbody .question {
        position: relative;
        padding: 13px 0 18px 83px;
    }
    .qa-board1 tbody .question td {
        padding: 0;
    }
    .qa-board1 tbody .question td.q-subject {
        padding-left: 0;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .qa-board1 tbody .question td.q-subject div {
        padding-left: 0;
    }
    .qa-board1 tbody .question td.q-sort {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        color: #929292;
        line-height: 16px;
        word-break: break-all;
    }
    .qa-board1 tbody .question td.q-date {
        display: inline-block;
        padding-right: 10px;
    }
    .qa-board1 tbody .question td.q-ans {
        position: relative;
        display: inline-block;
        padding-left: 10px;
    }
    .qa-board1 tbody .question td.q-ans::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }

    .qa-board1 tbody .answer.on {
        display: block;
    }
    .qa-board1 tbody .answer .a-box {
        display: none;
    }
    .qa-board1 tbody .answer td.a-cont {
        padding: 18px 15px;
    }
    .qa-board1 tbody .answer .a-subject {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 16px;
        line-height: 1.4;
    }
    .qa-board1 tbody .answer .a-answer {
        padding: 15px 0 0 0;
    }
    .qa-board1 tbody .answer .a-answer .txt-box1 {
        float: none;
        width: 54px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .qa-board1 tbody .answer .a-answer .cont {
        float: none;
        line-height: 1.8;
        padding-left: 0;
    }
    .qa-board1 tbody .answer .a-answer .txt-box1 + .cont {
        width: 100%;
    }

    .qa-write-wrap .btn-style1 {
        width: 165px;
    }

    .hyg-edu-list .sub-content .layout {
        padding: 0 20px;
    }
    .he-card-list .card-cont {
        padding: 30px 0 30px 150px;
        height: auto;
        min-height: 180px;
        background-size: 110px;
        background-position: 22px center;
    }
    .he-card-list .card-cont.type2 {
        padding-left: 150px;
        background-position: 22px center;
    }
    .he-card-list .card-cont dt {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .he-card-list .card-cont dd p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .he-card-list .card-cont2 {
        padding: 30px 0 30px 150px;
        height: auto;
        min-height: 180px;
        background-size: 110px;
        background-position: 22px center;
    }
    .he-card-list .card-cont2.type2 {
        padding-left: 150px;
        background-position: 22px center;
    }
    .he-card-list .card-cont2 dt {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .he-card-list .card-cont2 dd p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .btn-style4 {
        width: 86px;
        line-height: 30px;
        height: 32px;
        font-size: 12px;
    }
    .tbl-board-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .hyg-edu-list .tbl-board-title {
        margin-bottom: 18px;
    }
    .tbl-board-title h3 {
        font-size: 16px;
        margin-right: 0;
        min-width: 90px;
    }
    .tbl-board-title p {
        font-size: 12px;
    }
    .he-list-top {
        margin-bottom: 25px;
    }
    .he-list-top h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    .he-list-top p {
        font-size: 14px;
        line-height: 1.4;
    }

    .edu_process .line {
        width: 100px;
    }

    .bottom-btn-wrap .infomation p {
        font-size: 14px;
        line-height: 1.4;
    }

    .layer-popup .popup-wrap.type2 .popup-in-cont {
        padding: 15px;
        padding-bottom: 30px;
    }

    .popup-wrap.type2 .popup-head .title-box {
        padding: 22px 0 16px;
    }
    .popup-wrap.type2 .popup-head h3 {
        font-size: 18px;
    }
    .layer-popup .popup-wrap.type2 .btn-popup-close {
        top: 25px;
    }

    .find-bakery-wrap .find-search-wrap {
        margin-bottom: 26px;
    }
    .find-bakery-wrap .fb-txt1 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .find-search-wrap select {
        font-size: 12px;
    }
    .find-bakery-wrap .title-box h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .popup-wrap.type2 .popup-footer {
        padding: 11px 15px;
    }

    .util .layout {
        padding: 0 20px;
        max-width: 520px;
        width: 100%;
    }
    .util .sub-content {
        padding-top: 40px;
        padding-bottom: 96px;
    }
    .util .title-box {
        margin-bottom: 25px;
    }
    .util .title-box h2 {
        font-size: 20px;
        margin-bottom: 17px;
    }
    .util .btn-wrap {
        margin-top: 20px;
    }
    .util .txt-box p {
        line-height: 1.4;
        font-size: 16px;
    }
    .util .txt-box.type1 {
        margin-bottom: 22px;
    }
    .inp-box h3 {
        margin-bottom: 7px;
    }
    .inp-box .inp-cont {
        margin-bottom: 7px;
    }
    .inp-box .inp-cont input[type='text'],
    .inp-box .inp-cont input[type='password'],
    .inp-box .inp-cont input[type='number'] {
        height: 40px;
    }
    .inp-box .inp-cont.postcode button {
        height: 40px;
    }
    .inp-box .inp-cont.postcode2 button {
        height: 40px;
    }
    .inp-box + .inp-box {
        margin-top: 20px;
    }
    .util .inp-box + .btn-wrap {
        margin-top: 30px;
    }
    .util .btn-wrap .fl-left {
        width: 31.25%;
    }
    .util .btn-wrap .fl-right {
        width: 62.5%;
    }

    .layer-popup .popup-wrap.common-popup-wrap {
        max-width: 500px;
        width: 90.625%;
    }
    .common-popup-wrap .btn-wrap .fl-left {
        width: 36.67%;
    }
    .common-popup-wrap .btn-wrap .fl-right {
        width: 60%;
    }
    .util .txt-box.type2 {
        margin-bottom: 22px;
    }

    .business .intro-top h3 {
        font-size: 20px;
    }
    .business .cont-wrap .bakeryshow-details p {
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 140%;
    }

    .business .info .label {
        font-size: 16px;
    }
    .business .info .label-details {
        font-size: 16px;
    }
    .business .info2 .label {
        font-size: 16px;
    }
    .business .info2 .label-details {
        font-size: 16px;
    }

    .lecture .code-info-wrap {
        flex-direction: column;
        padding: 15px 20px;
        gap: 10px;
        text-align: center;
    }
    .lecture .code-info-wrap .code-info {
        font-size: 14px;
    }

    .util .find-box-wrap .find-box {
        font-size: 14px;
    }

    .partnership-wrap .partnership-cont p {
        font-size: 16px;
    }
    .partner .inquiry-info {
        flex-direction: column;
        padding-top: 60px;
        gap: 10px;
    }
    .partner .info-details {
        font-size: 14px;
    }

    /* 베이커리 시작 */
    .bakery .intro-top h3 {
        font-size: 20px;
    }
    .bakery .intro-top h3 span {
        font-size: 14px;
    }
    .bakery_logo {
        width: 40%;
        height: auto;
        margin: auto;
    }
    .cover_image {
        min-width: 200px;
        width: 70%;
        height: 100%;
        border: 1px solid #eee;
        box-sizing: border-box;
        cursor: pointer;
    }
    .text-underline {
        width: auto;
        padding: 15px 0px;
        border-bottom: 4px solid #114769;
        font-size: 20px;
    }
    .page-text p {
        color: #868686;
        line-height: 20px;
        font-size: 14px;
    }
    .page-text h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .video-area {
        max-width: 600px;
        width: 100%;
        height: 300px;
        background: #ccc;
        background-size: contain;
        box-sizing: border-box;
        position: relative;
    }

    .watch_wrap {
        height: 100px;
    }
    .watch_wrap p {
        font-size: 14px;
    }
    .watch_wrap button {
        width: 200px;
        height: 50px;
        font-size: 14px;
    }

    .insta_wrap {
        width: 220px;
        height: 100%;
        padding: 30px 0px;
        box-sizing: border-box;
        margin: auto;
    }
    .insta_gallery {
        width: 100%;
        height: 100%;
        padding: 30px 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .insta_img {
        width: 220px;
        height: 220px;
        background-color: #ccc;
        border: 1px solid #fff;
        overflow: hidden;
    }

    .bottom-controler .viewer-page {
        font-size: 20px;
        width: 100px;
    }
    .bottom-controler .bakery-prev {
        width: 20px;
    }
    .bottom-controler .bakery-next {
        width: 20px;
    }

    /* 마이페이지 구독정보 */
    .mypage .subscribe-box h3 {
        font-size: 16px;
    }
    .mypage .subscribe-box .inner-box p {
        font-size: 14px;
    }
    .mypage .subscribe-box .inner-box .status-on {
        font-size: 14px;
    }
    .mypage .subscribe-box .inner-box .status-off {
        font-size: 14px;
    }
    .mypage .subscribe-box {
        padding: 20px;
        margin-bottom: 10px;
    }

    /* 마이페이지>나의제과점>이력보기*/
    .mypage .inner-box .code-num {
        font-size: 14px;
    }
}
