@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&&family=Lato:wght@300;400;700&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Marcellus&display=swap');
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body { font-family: 'Pretendard', sans-serif; font-size:16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height:normal; overflow-x: hidden; background: var(--white); color:var(--black); scroll-behavior: smooth;}
main {padding-top: 96px;}

:root {
    --white: #fff;
    --black: #000;
    --aaa: #aaa;
    --grey: #888;
    --grey-bg: #F6F6F6;
    --grey-border: 1px solid #E6E6E6;
    --grey-txt: #adadad;
    --red: #D72735;
    --primary: #D52534;
    --blue: #004EA3;
    --deep: #1F4465;

    --font12: 0.75rem;
    --font13: 0.8125em;
    --font14: 0.875rem;
    --font15: 0.9375rem;
    --font16: 1rem;
    --font17: 1.0625rem;
    --font18: 1.125rem;
    --font19: 1.1875rem;
    --font20: 1.25rem;
    --font21: 1.3125rem;
    --font22: 1.375rem;
    --font24: 1.5rem;
    --font26: 1.625rem;
    --font27: 1.6875rem;
    --font28: 1.75rem;
    --font30: 1.875rem;
    --font32: 2rem;
    --font34: 2.125rem;
    --font36: 2.25rem;
    --font38: 2.375em;
    --font40: 2.5rem;
    --font42: 2.625rem;
    --font45: 2.8125rem;
    --font46: 2.875rem;
    --font48: 3rem;
    --font50: 3.125rem;
    --font52: 3.25rem;
    --font56: 3.5rem;
    --font60: 3.75rem;
    --font70: 4.375rem;

    --thin: 100;
    --light: 300;
    --reg: 400;
    --medi: 500;
    --semi: 600;
    --bold: 700;
    --heavy: 900;

    --letter1: -0.5px;
}

.serif {font-family: "Montserrat", 'Pretendard', serif;}
.lato {font-family: "Lato", sans-serif;}
.mont {font-family: "Montserrat", sans-serif;}
.hat {font-family: "Red Hat Display", sans-serif;}
.amiri {font-family: "Amiri", serif;}
.marcel {font-family: "Marcellus", serif;}
.snow {font-family: 'SF_HambakSnow';}

.thin {font-weight: var(--thin);}
.light {font-weight: var(--light);}
.reg {font-weight: var(--reg);}
.medi {font-weight: var(--medi);}
.semi {font-weight: var(--semi);}
.bold {font-weight: var(--bold);}
.heavy {font-weight: var(--heavy);}
.fff {color: var(--white);}

.br_1240,
.br_1024,
.br_768,
.br_540,
.ta_only,
.mo_only {display: none;}
.br_imp {display: block !important;}

.redBtn {background: var(--primary); color: var(--white); font-size: var(--font24); font-weight: var(--semi); display: flex; justify-content: space-between; align-items: center; height: 64px; padding: 0 20px 0 15px;}
.redBtn > img {width: 14px;}
.redBtn.center {background: var(--primary); color: var(--white); width: 300px; height: 75px; font-size: var(--font28); display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; font-weight: var(--semi); padding: 0 !important;}
.blackBtn {width: 260px; height: 80px; background: var(--black); color: var(--white); font-size: var(--font28); font-weight: var(--semi); display: flex; align-items: center; justify-content: center; margin: 70px auto 0;}

.wrapper {width: 100%; max-width: 1480px; padding: 0 20px; margin: 0 auto;}
.wrapper_1540 {width: 100%; max-width: 1580px; padding: 0 20px; margin: 0 auto;}
.wrapper_1420 {width: 100%; max-width: 1460px; padding: 0 20px; margin: 0 auto;}
.wrapper_1320 {width: 100%; max-width: 1360px; padding: 0 20px; margin: 0 auto;}
.wrapper_1130 {width: 100%; max-width: 1170px; padding: 0 20px; margin: 0 auto;}
.wrapper_1013 {width: 100%; max-width: 1053px; padding: 0 20px; margin: 0 auto;}
.wrapper_1000 {width: 100%; max-width: 1040px; padding: 0 20px; margin: 0 auto;}
.wrapper_960 {width: 100%; max-width: 1000px; padding: 0 20px; margin: 0 auto;}
.wrapper .wrapper_1130,
.wrapper .wrapper_1000,
.wrapper .wrapper_960 {padding: 0;}
.wrapper .wrapper_1130 {max-width: 1130px;}
.wrapper .wrapper_1000 {max-width: 1000px;}
.wrapper .wrapper_960 {max-width: 960px;}

/* 서브 상단 배너 */
.subBanner {width: 100%; height: 426px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}
.subBanner .banner_bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1; transform-origin: center;
    -webkit-animation-name: subBannerZoom;
	animation-name: subBannerZoom;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
@keyframes subBannerZoom {
    0% {transform: scale(1.1);}
    100% {transform: scale(1);}
}
.subBanner .banner_txt {position: relative; z-index: 2;}
.subBanner .banner_txt.center {text-align: center; padding: 0 20px;}
.subBanner .banner_bg {background-repeat: no-repeat; background-size: cover; background-position: center center;}
.subBanner .serif {font-size: var(--font60); text-transform: uppercase; font-weight: var(--semi); line-height: 1.219; letter-spacing: -0.03rem; color: #222;}
.subBanner .serif.fff {color: var(--white);}
.subBanner .desc {font-size: var(--font28); line-height: 130%; margin-top: 10px;}

/* 페이지 별 상단 배너 */
#hospital .subBanner .banner_bg {background-image: url(/img/hospital/top_banner.jpg); background-position: right 32% center;}
#history .subBanner .banner_bg {background-image: url(/img/sub01/history_banner.jpg);}
#medical.medical1 .subBanner .banner_bg {background-image: url(/img/sub01/medical_banner1.jpg);}
#medical.medical2 .subBanner .banner_bg {background-image: url(/img/sub01/medical_banner2.jpg);}
#program.programAll .subBanner .banner_bg {background-image: url(/img/sub02/program_banner.jpg);}
#program.page_prd_view .subBanner .banner_bg {background-position: 77% center !important;}
#program.program_yes .subBanner .banner_bg {background-image: url(/img/sub02/program_banner1.jpg);}
#program.program_black .subBanner .banner_bg {background-image: url(/img/sub02/program_banner2.jpg);}
#program.program_pink .subBanner .banner_bg {background-image: url(/img/sub02/program_banner3.jpg);}
#program.program_demela .subBanner .banner_bg {background-image: url(/img/sub02/program_banner4.jpg);}
#program.program_pumpkin .subBanner .banner_bg {background-image: url(/img/sub02/program_banner5.jpg);}
#program.program_postpeel .subBanner .banner_bg {background-image: url(/img/sub02/program_banner6.jpg);}
#product.prd_peeling .subBanner .banner_bg {background-image: url(/img/sub03/prd_banner1.jpg);}
#product.prd_pro .subBanner .banner_bg {background-image: url(/img/sub03/prd_banner2.jpg); background-position: 88% center;}
#product.prd_retail .subBanner .banner_bg {background-image: url(/img/sub03/prd_banner3.jpg); background-position: 73% center;}
#product.search_result .subBanner .banner_bg {background: #EEEEFA url(/img/sub03/search_banner.jpg) no-repeat 73% center; background-size: auto 100%;}
#contact.contact .subBanner .banner_bg {background-image: url(/img/sub06/contact1_bg.jpg);}
#contact.overseas .subBanner .banner_bg {background-image: url(/img/sub06/contact2_bg.jpg);}
#network.hospital .subBanner .banner_bg {background-image: url(/img/sub04/hospital_bg.jpg);}
#network.overseas .subBanner .banner_bg {background-image: url(/img/sub04/network1_bg.jpg);}

/* 게시판 */
.interview .subBanner .banner_bg {background-image: url(/img/sub04/interview_bg.jpg);}
.article .subBanner .banner_bg {background-image: url(/img/sub04/article_bg.jpg);}
.overseasActivity .subBanner .banner_bg {background-image: url(/img/sub04/network2_bg.jpg);     background-position: right 20% bottom;}
.news .subBanner .banner_bg {background-image: url(/img/sub05/news_bg.jpg);}
.thesis .subBanner .banner_bg {background-image: url(/img/sub05/data_bg.jpg);}
.patents .subBanner .banner_bg {background-image: url(/img/sub05/patents_bg.jpg);}
.contents .subBanner .banner_bg {background-image: url(/img/sub05/content_bg.jpg);}

.sub_padding {padding-bottom: 200px;}

/* 회색, 빨강 탭 */
.sub_tab_list {display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 2px; row-gap: 7px; width: 100%; border-bottom: 1px solid #D9D9D9;}
.sub_tab_list > li > a {height: 55px; padding: 0 25px; display: flex; align-items: center; justify-content: center; font-size: var(--font20); font-weight: var(--medi); background: #F2F2F2;}
.sub_tab_list > li.active > a {background: var(--red); color: var(--white);}

/* 프로그램, 제품 상세 공통 */
.product_info {display: flex; align-items: stretch; justify-content: space-between;}
.product_info > div {width: calc((100% - 40px)/2);}
.product_info .thumbnail_wrap {border: 1px solid #D9D9D9;}
.product_info .thumbnail_wrap .swiper-slide {position: relative; overflow: hidden; height: 0; padding-bottom: 100%;}
.product_info .thumbnail_wrap .swiper-slide img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; object-fit: cover;}
.product_info .thumbnail_wrap .swiper-pagination {display: none; width: fit-content; max-width: 90%; left: 50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); bottom: 25px;}
.product_info .thumbnail_wrap .swiper-pagination .swiper-pagination-bullet {width: 60px; max-width: 33.3333%; height: 2px; background: #D9D9D9; margin: 0; opacity: 1; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0;}
.product_info .thumbnail_wrap .swiper-pagination .swiper-pagination-bullet-active {background: #2F2F2F;}
.product_info .detail_info_wrap {display: flex; flex-direction: column; justify-content: space-between;}
.product_info .detail_info_wrap .prd_name {font-size: var(--font32); font-weight: var(--medi);}
.product_info .detail_info_wrap .additional {margin: 1rem 0 30px; padding-bottom: 5px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #D9D9D9;}
.product_info .detail_info_wrap .additional .prd_name_eng {font-size: var(--font22); color: #808080;}
.product_info .detail_info_wrap .additional .prd_capacity {font-size: var(--font16); color: #6A6A6A;}
.product_info .detail_info_wrap .prd_desc {font-size: var(--font18); font-weight: var(--light); color: #2f2f2f; line-height: 1.5;}
.product_info .detail_info_wrap .inquiry_btn {width: 267px; height: 73px; display: flex; align-items: center; justify-content: center; background: var(--black); color: var(--white); font-size: var(--font22); font-weight: var(--semi);}

.product_editor {margin: 200px auto 0; z-index: 1;}
.product_editor img {max-width: 100%; height: auto !important;}

/* 게시판 리스트 */
.board_list {max-width: 1370px; margin: 120px auto 0;}
.board_list.top_search {margin: 0;}
.board_list.max_full {max-width: 100%;}
.board_list.max_1200 {max-width: 1200px;}
.board_layout {display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 17px; row-gap: 95px;}
.board_layout.grid3 {grid-template-columns: repeat(3, 1fr); row-gap: 80px;}
.board_layout.thumb_border > li .thumbnail {border: 1px solid #D9D9D9; box-sizing: border-box;}
.board_layout.square > li .thumbnail {padding-bottom: 100%;}
.board_layout.grid_video > li .thumbnail {padding-bottom: 56.25%;}
.overseasActivity .board_layout.thumb_border > li .thumbnail {padding-bottom: 59.6401%;}
.board_layout > li .thumbnail {margin-bottom: 28px; width: 100%; height: 0; padding-bottom: 105.4285%; position: relative; overflow: hidden;}
.board_layout > li .thumbnail img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);}
.board_layout > li .category {font-size: var(--font16); font-weight: var(--light); color: #6A6A6A; margin-bottom: 14px;}
.board_layout > li:not(.thead) .title {
    font-size: var(--font18);
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.board_layout > li:hover:not(.thead) .title {text-decoration: underline; text-underline-offset: 3px;}
.board_layout > li .year {font-size: var(--font14); font-weight: var(--light); color: #6A6A6A; margin-top: 30px;}
.board_layout.grid_list {display: block;}
.board_layout.grid_list li {display: grid; grid-template-columns: 140px auto 200px;     align-content: center; font-weight: 500;}
.board_layout.grid_list li.thead {height: 70px; font-size: var(--font22); text-align: center; border-top: 1px solid #111; border-bottom: 1px solid #D9D9D9;}
.board_layout.grid_list li.tbody {height: 85px; color: #777; border-bottom: 1px solid #D9D9D9;}
.board_layout.grid_list li.tbody .number {font-size: var(--font22); text-align: center;}
.board_layout.grid_list li.tbody .title_wrap {font-size: var(--font20); padding-left: 220px;}
.board_layout.grid_list li.tbody .title_wrap a .title {
    font-size: inherit;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.board_layout.grid_list li.tbody .date {font-size: var(--font20); opacity: 0.4; text-align: center;}

#boardSearchBar {
    margin: 70px 0 20px auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#boardSearchBar input {
    border: 0;
    border-bottom: 1px solid #2d2d2d;
    width: 160px;
    height: 40px;
    padding: 0 30px 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: var(--font20);
}

#boardSearchBar button {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* 게시판 검색 */
.contact_filter {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; margin-top: 80px;}
.contact_filter.contact_filter {justify-content: flex-end; margin: 45px 0 35px;}
.contact_filter .board_count {font-size: var(--font18); color: #ADADAD;}
.contact_filter .board_count span {margin-left: 15px; color: #454545;}
.contact_filter .board_search {display: flex; column-gap: 1rem; align-items: center;}
.contact_filter .board_search > * {height: 40px; width: 145px;}
.contact_filter .board_search select,
.contact_filter .board_search .board_search_bar input {padding: 0 30px 0 10px;}
.contact_filter .board_search select {border: 0; border-bottom: 1px solid var(--black); background: url(/img/sub06/form_select.png) no-repeat right center; background-size: 16px;}
.contact_filter .board_search .board_search_bar {position: relative;}
.contact_filter .board_search .board_search_bar input {height: inherit; width: inherit; border: 0; border-bottom: 1px solid var(--black);}
.contact_filter .board_search .board_search_bar button { position: absolute; right: 0; top: 50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
.contact_filter .board_search .board_search_bar button img {width: 20px;}

/* 게시판 뷰 */
.board_view {border-top: 1px solid #D9D9D9; margin-top: 75px; padding-bottom: 50px;}
.board_view.no_pb {padding-bottom: 0 !important;}
.board_view .board_info {text-align: center; margin: 90px 0 70px;}
.board_view .board_info .category {font-size: var(--font16); color: #6A6A6A;}
.board_view .board_info .title {font-size: var(--font32); font-weight: var(--semi); margin: 15px 0 35px;}
.board_view .board_info .date {font-size: var(--font16); color: #6A6A6A;}
.board_view .view_editor {width: 100%; max-width: 952px; margin: 0 auto;}
.board_view .view_editor * {font-family: inherit !important; line-height: 1.5;}
.board_view .view_editor img {max-width: 100%; height: auto !important; margin: 0 auto; display: block;}
.board_view_btns {border-top: 1px solid #D9D9D9; width: calc(100% - 40px); max-width: 1560px; margin: 0 auto; padding-top: 60px;}
.board_view_btns .wrapper {display: flex; align-items: center; justify-content: space-between; padding: 0; max-width: 1040px;}
.board_view_btns button { background: #F2F2F2; color: #ADADAD; font-size: var(--font18); font-weight: var(--semi); width: 70px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }

/* 문의 뷰 */
.contact_board_view {padding-top: 50px;}
.contact_board_view .thead .contact_type {font-size: 1rem; color: #6a6a6a;}
.contact_board_view .thead .flex {margin: 15px 0 50px; display: flex; justify-content: space-between; align-items: baseline;}
.contact_board_view .thead .contact_title {font-size: 2rem; font-weight: 600;}
.contact_board_view .thead .contact_date {font-size: 1.25rem; color: #6a6a6a;}
.contact_board_view .tbody {font-size: 1.375rem; font-weight: 500;}
.contact_board_view .tbody ul {display: flex; flex-wrap: wrap;}
.contact_board_view .tbody ul > li {width: 100%; border-top: 1px solid #d9d9d9; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.contact_board_view .tbody ul > li.half {width: 50%;}
.contact_board_view .tbody ul > li:nth-child(1),
.contact_board_view .tbody ul > li:nth-child(3) {border-right: 1px solid #d9d9d9;}
.contact_board_view .tbody ul > li > div {padding-top: 20px; padding-bottom: 20px;}
.contact_board_view .tbody ul > li .table_title {color: #8E8E8E; padding-left: 20px;}
.contact_board_view .tbody ul > li .table_cont {word-break: break-all;}
.contact_board_view .tbody ul > li:nth-child(1) .table_title,
.contact_board_view .tbody ul > li:nth-child(3) .table_title,
.contact_board_view .tbody ul > li.full .table_title  {width: 180px;}
.contact_board_view .tbody ul > li:nth-child(1) .table_cont,
.contact_board_view .tbody ul > li:nth-child(3) .table_cont,
.contact_board_view .tbody ul > li.full .table_cont {width: calc(100% - 180px);}

.contact_board_view .tbody ul > li:nth-child(2) .table_title,
.contact_board_view .tbody ul > li:nth-child(4) .table_title {width: 140px;}
.contact_board_view .tbody ul > li:nth-child(2) .table_cont,
.contact_board_view .tbody ul > li:nth-child(4) .table_cont {width: calc(100% - 140px);}

.contact_board_view .tbody ul > li.full {min-height: 140px;}
.contact_board_view .tbody ul > li.full .table_cont {font-size: 0.825em;}
.contact_board_view .tbody ul > li.full.reply {min-height: 190px; background: #F9F9F9;}
.contact_board_view .tbody ul > li.full.reply > div {padding-top: 50px; padding-bottom: 50px;}
.contact_board_view .tbody ul > li.full.reply .table_title {position: relative;}
.contact_board_view .tbody ul > li.full.reply .table_title::before {content: "└"; display: block; color: #d9d9d9; position: absolute; top: 40px; right: 85px;}
.contact_board_view .tbody ul > li.full.reply .table_title::after {content: "RE"; display: block; padding: 5px 10px; font-size: 1em; font-weight: 500; color: #fff; background: #D9D9D9; position: absolute; right: 25px; top: 45px;}
.board_view_btns.shorts {max-width: 1440px;}
.board_view_btns.shorts .wrapper > div {display: flex; align-items: center; column-gap: 5px;}

/* 상단 경로 */
#pageRoute {display: flex; align-items: center; color: #858585; font-size: var(--font14); margin: 110px 0 20px;}
#pageRoute li:not(:last-child) {display: flex; align-items: center;}
#pageRoute li:not(:last-child)::after {content: ">"; display: block; margin: 0 12px; font-family: "Red Hat Display", sans-serif;}
#pageRoute li:not(:first-child):hover a {text-decoration: underline; text-underline-offset: 3px;}

/* 유튜브 */
.video_wrap {aspect-ratio: 25 / 14;}
.video_wrap iframe {width: 100%; height: 100%;}

/* 뜨는 효과 */
.fadeAni {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.fadeAni.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.txtAni {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-filter 1.25s ease;
    transition: opacity 1s ease, -webkit-filter 1.25s ease;
    transition: filter 1.25s ease, opacity 1s ease;
    transition: filter 1.25s ease, opacity 1s ease, -webkit-filter 1.25s ease;
}
.txtAni.active {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
}

/* 팝업 */
.popup_bg {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(20, 20, 20, 0.15); display: none; z-index: 1001;}
.popup { display: none; width: calc(100% - 40px); position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; padding: 60px 50px; z-index: 1002; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.board_popup {width: 485px; max-width: calc(100% - 40px); background: var(--white); padding: 115px 20px 80px; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1002; display: none;}
.board_popup .popup_cont {margin-bottom: 70px; text-align: center; font-size: var(--font22);}
.board_popup .popup_cont p:not(:last-child) {margin-bottom: 30px;}
.board_popup .popup_cont input {width: 300px; max-width: 100%;}
.board_popup .blackBtn {width: 200px; height: 67px;}

/* 상단 */
#topBtn { position: fixed; right: 50px; bottom: 50px; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #000; z-index: 100; opacity: 0; transform: scale(0); transition: opacity .2s ease, transform .2s ease; -webkit-transition: opacity .2s ease, transform .2s ease; -moz-transition: opacity .2s ease, transform .2s ease; -ms-transition: opacity .2s ease, transform .2s ease; -o-transition: opacity .2s ease, transform .2s ease; cursor: pointer;}
#topBtn.show {opacity: 1; transform: scale(1);}
#topBtn img {height: 22px;}

/* 우측 퀵버튼 */
#quickZip { position: fixed; right: 120px; top: 200px; padding: 15px 10px; background: rgba(255,255,255,0.5); border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; z-index: 1000;}
#quickZip ul {display: flex; flex-direction: column; row-gap: 15px;}
#quickZip ul li a {display: flex; flex-direction: column; row-gap: 3px; align-items: center;}
#quickZip ul li img { transition: box-shadow .2s; -webkit-transition: box-shadow .2s; -moz-transition: box-shadow .2s; -ms-transition: box-shadow .2s; -o-transition: box-shadow .2s; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
#quickZip ul li p { font-size: var(--font14); text-align: center;}
#quickZip ul li:hover img {box-shadow: 0 0 12px rgba(215, 39, 53, 0.5);}
#quickZipMo {position: fixed; right: 18px; bottom: 58px; z-index: 1000; display: none;}

/* 상단 */
#header {position: absolute; top: 0; margin: 0 auto; padding: 0px; height: 96px; width: 100%; z-index: 1000; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; background: var(--red); color: var(--white);}
#header.white {background: #fff;}
.mo_link_banner {width: 100%; padding: 4px 0; background: rgba(0,0,0,0.9); color: var(--white); font-size: 10px; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; z-index: 1000; display: none;}
.mo_link_banner.fixed {position: fixed;}

/* 호버, 스크롤 시 header white */
#header.fixed,
#header.depth2Open {position: fixed; background: var(--white); color: var(--black); box-shadow: 0 0px 15px rgba(0,0,0,0.05);}
#header.fixed .wrapper .flex .logo img,
#header.depth2Open .wrapper .flex .logo img {filter: none;}
#header.fixed .hamburger .line,
#header.depth2Open .hamburger .line {background-color: var(--black);}
#header.fixed nav ul li#expertMall,
#header.depth2Open nav ul li#expertMall {color: var(--blue);}

#header .wrapper {
    max-width: 1720px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header .wrapper .flex {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#header .wrapper .flex > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
#header .wrapper .flex > .header_lt {
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
        column-gap: 55px;
}
#header .wrapper .flex > .header_rt {
    -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
            column-gap: 20px;
}
#header .wrapper .flex .logo {
    width: 152px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header .wrapper .flex .logo img {filter: brightness(0) invert(1);}

#header .header_depth1 .header_nav * {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
}

#header nav {text-align: center; height: 100%;}
#header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header nav > ul > li {position: relative;}
#header nav ul li#expertMall {width: 160px;}
#header nav ul li:not(#expertMall) .depth1 {padding: 0 20px;}
#header nav ul li:not(#expertMall):nth-child(1) .depth1,
#header .header_depth2 .header_nav > ul > li:nth-child(1) {width: 190px;}
#header nav ul li:not(#expertMall):nth-child(2) .depth1,
#header .header_depth2 .header_nav > ul > li:nth-child(2) {width: 161px;}
#header nav ul li:not(#expertMall):nth-child(3) .depth1,
#header .header_depth2 .header_nav > ul > li:nth-child(3) {width: 155px;}
#header nav ul li:not(#expertMall):nth-child(4) .depth1,
#header .header_depth2 .header_nav > ul > li:nth-child(4) {width: 161px;}
#header nav ul li:not(#expertMall):nth-child(5) .depth1,
#header .header_depth2 .header_nav > ul > li:nth-child(5) {width: 112px;}
#header nav ul li:not(#expertMall):nth-child(6) .depth1,
#header .header_depth2 .header_nav > ul > li:nth-child(6) {width: 150px;}

#header nav ul .depth1 {font-size: var(--font22); font-weight: var(--medi); cursor: pointer;}
#header nav ul li:not(#expertMall) .depth1::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: 2px solid #D20E1D; background: #FFF4F5; z-index: 1; opacity: 0; transition: opacity .2s; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; -ms-transition: opacity .2s; -o-transition: opacity .2s; box-sizing: border-box; }
#header nav ul .depth1 a {position: relative; z-index: 2;}
#header nav ul li:not(#expertMall).activeNav .depth1::before {opacity: 1;}
#header nav ul li:not(#expertMall) .depth1 {font-family: 'Montserrat', 'Pretendard', serif; font-weight: var(--semi);}
#header .header_depth2 .depth2 a {font-family: 'Montserrat', 'Pretendard', serif; text-transform: uppercase;}

.language_tab li a {font-size: var(--font18); font-weight: 500;}
.language_tab li a img {margin-left: 5px;}

.hamburger {
    width: 28px;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hamburger .line {
    width: 28px;
    height: 2px;
    background-color: var(--white);
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hamburger .line:nth-child(2) {margin: 11px 0;}

#header .header_depth2 { position: absolute; width: 100%; top: -150vh; left: 0; opacity: 0; background: var(--white); color: var(--black); transition: top .2s, opacity .2s; will-change: top, opacity; -webkit-transition: top .2s, opacity .2s; -moz-transition: top .2s, opacity .2s; -ms-transition: top .2s, opacity .2s; -o-transition: top .2s, opacity .2s; font-size: var(--font16);}
#header .header_depth2 .header_nav * {align-items: stretch;}
#header .header_depth2 .header_nav li { height: auto; align-items: flex-start; transition: background .2s ease; -webkit-transition: background .2s ease; -moz-transition: background .2s ease; -ms-transition: background .2s ease; -o-transition: background .2s ease; }
#header .header_depth2 .header_nav li:not(#expertMall).activeNav {background: var(--red); color: var(--white);}
#header .header_depth2 .logo {visibility: hidden;}
#header .header_depth2 nav > ul {align-items: stretch;}
#header .header_depth2 nav > ul > li#expertMall::before {display: none;}
#header .header_depth2 nav > ul > li#expertMall .depth2 a {flex-direction: column; text-align: left;}
#header .header_depth2 nav > ul > li#expertMall .depth2 > li {width: 130px; margin: 0 auto;}
#header .header_depth2 nav > ul > li#expertMall .depth2 p { display: block; width: 100%; font-size: var(--font14); font-weight: var(--semi); background: var(--blue); color: var(--white); padding: 6px 6px 7px 10px; border-radius:0 0 30px 0; -webkit-border-radius:0 0 30px 0; -moz-border-radius:0 0 30px 0; -ms-border-radius:0 0 30px 0; -o-border-radius:0 0 30px 0; }
#header .header_depth2 nav > ul .depth2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    height: auto;
    margin: 5px 0;
}
#header .header_depth2 .depth2 a {font-size: 1em; font-weight: 300; padding: 10px 0; width: 100%;}
#header.depth2Open .header_depth2 {top: 100%; opacity: 1; background: rgba(255, 255, 255, 0.7);}

.hamburger:hover {cursor: pointer;}
#header_ham {
    position: fixed;
    top: 0;
    left: -200%;
    z-index: 1002;
    height: 100vh;
    display: flex;
    align-items: stretch;
    transition: left 0.7s ease;
    -webkit-transition: left 0.7s ease;
    -moz-transition: left 0.7s ease;
    -ms-transition: left 0.7s ease;
    -o-transition: left 0.7s ease;
}
#header_ham.open {left: 0;}
#header_ham .left_line {width: 41px; height: 100%; background: var(--red);}
#header_ham .x_btn {width: 100%; height: 41px; cursor: pointer;}

#header_ham .ham_wrap {max-width: 555px; height: 100%; background: var(--white); padding: 40px 60px 40px 100px; overflow-y: scroll;}
#header_ham .ham_wrap::-webkit-scrollbar{width: 7px;}
#header_ham .ham_wrap::-webkit-scrollbar-track {background-color: var(--white);}
#header_ham .ham_wrap::-webkit-scrollbar-thumb {background-color:#e6e6e6;}
#header_ham .ham_wrap::-webkit-scrollbar-thumb:hover {background: #ddd;}
#header_ham .ham_wrap::-webkit-scrollbar-button:start:decrement,
#header_ham .ham_wrap::-webkit-scrollbar-button:end:increment {display: none;}

#header_ham #searchBar .searchBox {position: relative;}
#header_ham #searchBar .searchBox button#searchBtn { position: absolute; right: 0; top: 50%; transform:translateY(-50%) ; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
#header_ham #searchBar .searchBox input#search_text { width: 100%; border: 0; border-bottom: 2px solid var(--black); font-size: var(--font18); border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; padding: 0;}
#header_ham #searchBar .searchBox input#search_text::-webkit-input-placeholder,
#header_ham #searchBar .searchBox input#search_text::-moz-placeholder,
#header_ham #searchBar .searchBox input#search_text:-ms-input-placeholder,
#header_ham #searchBar .searchBox input#search_text::-ms-input-placeholder,
#header_ham #searchBar .searchBox input#search_text::placeholder {font-weight: var(--semi);}

#header_ham .nav_wrap {margin: 70px 0 60px; padding-left: 5px;}
#header_ham .nav_wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
}
#header_ham .nav_wrap > ul > li#expertMall .depth1 {font-size: var(--font26); font-weight: var(--semi); color: var(--blue)}
#header_ham .nav_wrap > ul > li:not(#expertMall) .depth1 {font-size: var(--font24); font-family: "Montserrat", 'Pretendard', serif; cursor: pointer; font-weight: var(--semi);}
#header_ham .nav_wrap .depth2 {margin-top: 15px; padding-left: 10px; font-size: var(--font18); display: none; font-family: "Montserrat", 'Pretendard', serif; text-transform: uppercase;}
#header_ham .nav_wrap .depth2 li:not(:last-child) {margin-bottom: 15px;}

#header_ham .ham_tel {color: #202020; text-align: center; padding: 30px 0 40px; border-top: 2px solid #d9d9d9;}
#header_ham .ham_tel .light {font-size: var(--font20); margin-bottom: 5px; color: #6A6A6A;}
#header_ham .ham_tel .bold {font-size: var(--font32); color: #2F2F2F;}
#header_ham .expertmall_box p {display: block; width: 100%; font-size: var(--font20); font-weight: var(--semi); background: var(--blue); color: var(--white); padding: 12px 10px 17px 15px; border-radius:0 0 30px 0; -webkit-border-radius:0 0 30px 0; -moz-border-radius:0 0 30px 0; -ms-border-radius:0 0 30px 0; -o-border-radius:0 0 30px 0;}

.header__lang_wrap {position: relative; font-size: var(--font18);}
.header__lang_wrap .now_language {display: flex; align-items: center; column-gap: 10px; cursor: pointer;}
.header__lang_wrap .lang_flex {display: flex; align-items: center; column-gap: 4px;}
.header__lang_wrap .now_language.open .lang_arrow img {transform: rotate(-180deg);}
.header__lang_wrap ul {position: absolute; display: none; background: #fff; color: #111; padding: 10px 12px; width: max-content; border-radius: 10px; left: 0; top: calc(100% + 5px);}
.header__lang_wrap ul li:not(:last-child) {margin-bottom: 5px;}
.header__lang_wrap ul li:hover {font-weight: 500;}
.header__lang_wrap .now_language .lang_arrow img {width: 15px; filter: invert(1); transition: transform .2s;}
#header.depth2Open .header__lang_wrap .now_language .lang_arrow img,
#header.fixed .header__lang_wrap .now_language .lang_arrow img {filter: invert(0);}


/* 하단 */
#footer {background: var(--grey-bg); color: #000; padding: 70px 0; font-weight: var(--light);}
#footer .wrapper {position: relative;}
#footer .footer_top {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 25px;}
#footer .footer_top .logo img {height: 55px;}
#footer .footer_top .sns_wrap {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px;}
#footer .footer_top .sns_wrap li.footerSns1 {margin-bottom: -4px;}
#footer .footer_top .sns_wrap li.footerSns1 img {max-height: 30px;}
#footer .footer_top .sns_wrap li.footerSns2 img,
#footer .footer_top .sns_wrap li.footerSns3 img {max-height: 26px;}

#footer .line_wrap .contact_list {margin-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-column-gap: 45px; -moz-column-gap: 45px; column-gap: 45px; flex-wrap: wrap;}
#footer .line_wrap .contact_list li .sm {font-size: var(--font14); margin-bottom: 8px;}
#footer .line_wrap .contact_list li .big {font-size: var(--font19); font-weight: var(--semi); color: var(--grey-txt);}
#footer .line_wrap .hour_wrap {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: var(--font14); padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #858585; row-gap: 3px;}
#footer .line_wrap .hour_wrap li:not(:last-child)::after {content: "|"; color: #000; padding: 0 8px;}

#footer .line_wrap .info_wrap {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: var(--font13); color: #8E8E8E; row-gap: 3px;}
#footer .line_wrap .info_wrap li:not(:last-child)::after {content: "|"; color: #8E8E8E; padding: 0 5px;}
#footer .line_wrap .info_wrap li a {display: inline-block; color: #000;}
#footer .line_wrap .info_wrap li a:hover {text-decoration: underline; text-underline-offset: 3px;}

#footer .family_site {position: absolute; right: 20px; top: 70px; width: fit-content; color: #63646B; font-weight: 400;}
#footer .family_site .select_btn {font-size: var(--font13); width: 218px; height: 28px; padding:  0 7px 0 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #534D4D; background: var(--white); cursor: pointer; letter-spacing: 0;}
#footer .family_site .select_btn img { transition: transform .3s; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; }
#footer .family_site .select_btn.open img {transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg);}
#footer .family_site > ul {position: absolute; right: 0; width: 100%; top: 100%; background: var(--white); padding: 10px 15px; display: none; border: 1px solid #534D4D; border-top: 0; font-size: var(--font13); line-height: 1.6;}
#footer .family_site > ul li a {transition: color .15s; -webkit-transition: color .15s; -moz-transition: color .15s; -ms-transition: color .15s; -o-transition: color .15s; }
#footer .family_site > ul li a:hover {color: var(--primary2);}

/* 페이징 */
.pager {display: flex; align-items: center; justify-content: center; font-size: var(--font18); font-weight: var(--medi); margin-top: 160px;}
.pager a.page {color: #ADADAD;}
.pager a.page.active {color: var(--black); font-weight: var(--bold);}
.pager a.page,
.pager .pager-btn { width: 24px; text-align: center; transition: color .2s; -webkit-transition: color .2s; -moz-transition: color .2s; -ms-transition: color .2s; -o-transition: color .2s; }
.pager a.page:not(.active):hover,
.pager .pager-btn:not(.active):hover {color: #757575;}
.pager .pager-btn {color: #ADADAD; font-weight: var(--bold); font-size: inherit;}
.pager .pager-prev {margin-right: 10px;}
.pager .pager-next {margin-left: 10px;}

.program_all + .pager {margin-top: 85px;}
.productList + .pager {margin-top: 0;}


@media screen and (max-width: 1800px) {
    #quickZip {right: 30px;}
    #quickZip ul li a img {width: 60px;}
}

@media screen and (max-width: 1660px) {
    main {padding-top: 90px;}
    #header {height: 90px;}
    #header .wrapper .flex .logo {width: 120px;}
    #header .wrapper .flex > .header_lt {column-gap: 25px;}
    #header .header_depth1 .header_depth2 nav {width: auto;}
    #header nav ul .depth1 {font-size: var(--font18);}
    #header .header_depth2 .depth2 a {font-size: var(--font14); padding: 8px 0;}
    #header .header_depth2 nav > ul > li#expertMall .depth2 p {font-size: 13px; border-radius: 0 0 15px 0; padding: 6px;}
    #header .header_depth2 nav > ul > li#expertMall .depth2 > li {width: 110px;}
    .hamburger {width: 24px;}
    .hamburger .line {width: 24px;}
    .hamburger .line:nth-child(2) {margin: 9px 0;}
    .header__lang_wrap {font-size: var(--font16);}
    .header__lang_wrap .now_language .lang_arrow img {width: 14px;}
    #header .wrapper .flex > .header_rt {-webkit-column-gap: 15px; -moz-column-gap: 15px; column-gap: 15px;}

    #header nav ul li#expertMall {width: 130px;}
    /* #header nav ul li:not(#expertMall) .depth1 {padding: 0 20px;} */
    #header nav ul li:not(#expertMall):nth-child(1) .depth1,
    #header .header_depth2 .header_nav > ul > li:nth-child(1) {width: 162px;}
    #header nav ul li:not(#expertMall):nth-child(2) .depth1,
    #header .header_depth2 .header_nav > ul > li:nth-child(2) {width: 139px;}
    #header nav ul li:not(#expertMall):nth-child(3) .depth1,
    #header .header_depth2 .header_nav > ul > li:nth-child(3) {width: 135px;}
    #header nav ul li:not(#expertMall):nth-child(4) .depth1,
    #header .header_depth2 .header_nav > ul > li:nth-child(4) {width: 139px;}
    #header nav ul li:not(#expertMall):nth-child(5) .depth1,
    #header .header_depth2 .header_nav > ul > li:nth-child(5) {width: 100px;}
    #header nav ul li:not(#expertMall):nth-child(6) .depth1,
    #header .header_depth2 .header_nav > ul > li:nth-child(6) {width: 130px;}
}

@media screen and (max-width: 1480px) {
    .subBanner {height: 380px;}
    .subBanner .serif {font-size: var(--font50);}
    .subBanner .desc {font-size: var(--font24);}
    .sub_Content {padding: 170px 0;}

    #topBtn {right: 20px; bottom: 40px; width: 50px; height: 50px;}
    #topBtn img {height: 20px;}

    #quickZip {right: 20px;}
}

@media screen and (max-width: 1360px) {
    main {padding-top: 75px;}
    #header {height: 75px;}
    #header nav {display: none;}
    #header_ham .ham_wrap {padding: 30px 40px 40px;}
    #header_ham .nav_wrap {margin: 50px 0 40px;}
    #header_ham .nav_wrap > ul {row-gap: 35px;}
    #header_ham .nav_wrap > ul > li#expertMall .depth1 {font-size: var(--font21);}
    #header_ham .nav_wrap > ul > li:not(#expertMall) .depth1 {font-size: var(--font20);}
    #header_ham .nav_wrap .depth2 {font-size: var(--font16);}
    #header_ham .ham_tel {padding: 25px 0 30px;}
    #header_ham .ham_tel .light {font-size: var(--font18);}
    #header_ham .ham_tel .bold {font-size: var(--font27);}
    #header_ham .expertmall_box p {font-size: var(--font18);}
}

@media screen and (max-width: 1240px) {
    .br_1240 {display: block;}
    .subBanner {height: 340px;}
    .subBanner .serif {font-size: var(--font45);}
    .subBanner .desc {font-size: var(--font22);}

    #product .sub_tab_list > li > a {font-size: var(--font17); height: 42px; padding: 0 20px;}

    #quickZip ul li a img {width: 54px;}

    .redBtn {height: 60px; font-size: var(--font20);}
    .redBtn > img {width: 11px;}

    .board_layout.grid_list li {grid-template-columns: 120px auto 180px;}
    .board_layout.grid_list li.thead {height: 65px; font-size: var(--font21);}
    .board_layout.grid_list li.tbody {height: 85px;}
    .board_layout.grid_list li.tbody .number {font-size: var(--font21);}
    .board_layout.grid_list li.tbody .title_wrap {font-size: var(--font19); padding-left: 120px;}
    .board_layout.grid_list li.tbody .date {font-size: var(--font19);}
}

@media screen and (max-width: 1024px) {
    .br_1024 {display: block;}
    .br_1024_none {display: none;}

    .sub_padding {padding-bottom: 150px;}
    .subBanner {height: 300px;}
    .subBanner .serif {font-size: var(--font38);}
    .subBanner .desc {font-size: var(--font17);}
    .sub_Content {padding: 130px 0;}

    #pageRoute {margin: 70px 0 20px;}

    .blackBtn {width: 200px; height: 70px; font-size: var(--font22); margin: 60px auto 0;}

    .redBtn.center {font-size: var(--font26); width: 280px; height: 70px;}

    .board_popup {width: 420px; padding: 90px 20px 60px;}
    .board_popup .popup_cont {margin-bottom: 50px; font-size: var(--font21);}

    #product .sub_tab_list > li > a {font-size: var(--font16); height: 36px; padding: 0 17px;}

    #header_ham .left_line {width: 36px;}
    #header_ham #searchBar .searchBox button#searchBtn img {width: 20px;}
    #header_ham .ham_wrap {width: 370px; max-width: 90%; padding: 30px;}
    #header_ham .nav_wrap {margin: 40px 0;}
    #header_ham .nav_wrap > ul {row-gap: 25px;}
    #header_ham .nav_wrap > ul > li#expertMall .depth1 {font-size: var(--font19);}
    #header_ham .nav_wrap > ul > li:not(#expertMall) .depth1 {font-size: var(--font18);}
    #header_ham .nav_wrap .depth2 {font-size: var(--font15);}
    #header_ham .ham_tel {padding: 20px 0 25px;}
    #header_ham .ham_tel .light {font-size: var(--font17);}
    #header_ham .ham_tel .bold {font-size: var(--font24);}
    #header_ham .expertmall_box p {font-size: var(--font17); padding: 10px 10px 15px 15px;}

    #footer .family_site .select_btn {width: 180px;}

    .product_editor {margin: 150px auto 0;}
    .product_info > div {width: calc((100% - 30px)/2);}
    .product_info .detail_info_wrap .prd_name {font-size: var(--font27);}
    .product_info .detail_info_wrap .additional .prd_name_eng {font-size: var(--font20);}
    .product_info .detail_info_wrap .additional .prd_capacity {font-size: var(--font15);}
    .product_info .detail_info_wrap .prd_desc {font-size: var(--font17);}
    .product_info .detail_info_wrap .inquiry_btn {width: 225px; height: 55px; font-size: var(--font20);}

    .board_list {margin: 90px auto 0;}
    .board_layout {grid-template-columns: repeat(3, 1fr); column-gap: 15px; row-gap: 70px;}
    .board_layout.grid3 {grid-template-columns: repeat(2, 1fr); row-gap: 60px;}
    .board_layout > li .thumbnail {margin-bottom: 24px;}
    .board_layout > li .category {font-size: var(--font15); margin-bottom: 12px;}
    .board_layout > li:not(.thead) .title {font-size: var(--font17);}
    .board_layout > li .year {font-size: var(--font14); margin-top: 20px;}

    .board_view {margin-top: 30px;}
    .board_view .board_info {margin: 70px 0 60px;}
    .board_view .board_info .title {font-size: var(--font28); margin: 12px 0 30px;}
    .board_view_btns {padding-top: 40px;}
    .board_view_btns button {font-size: var(--font17); height: 36px;}

    .pager {margin-top: 120px;}

    .contact_board_view .thead .contact_type {font-size: 0.875rem;}
    .contact_board_view .thead .flex {margin: 15px 0 40px;}
    .contact_board_view .thead .contact_title {font-size: 1.875rem;}
    .contact_board_view .thead .contact_date {font-size: 1rem;}
    .contact_board_view .tbody {font-size: 1.111rem;}
    .contact_board_view .tbody ul > li:nth-child(1) .table_title,
    .contact_board_view .tbody ul > li:nth-child(3) .table_title,
    .contact_board_view .tbody ul > li.full .table_title {width: 140px;}
    .contact_board_view .tbody ul > li:nth-child(1) .table_cont,
    .contact_board_view .tbody ul > li:nth-child(3) .table_cont,
    .contact_board_view .tbody ul > li.full .table_cont {width: calc(100% - 140px);}

    .contact_board_view .tbody ul > li:nth-child(2) .table_title,
    .contact_board_view .tbody ul > li:nth-child(4) .table_title {width: 100px;}
    .contact_board_view .tbody ul > li:nth-child(2) .table_cont,
    .contact_board_view .tbody ul > li:nth-child(4) .table_cont {width: calc(100% - 100px);}

    .contact_board_view .tbody ul > li.full.reply {min-height: 160px;}
    .contact_board_view .tbody ul > li.full.reply > div {padding-top: 40px; padding-bottom: 40px;}
    .contact_board_view .tbody ul > li.full.reply .table_title::before {top: 35px; right: 80px;}
    .contact_board_view .tbody ul > li.full.reply .table_title::after {font-size: 0.9em; right: 20px; top: 35px;}

    .board_layout.grid_list li {grid-template-columns: 80px auto 130px;}
    .board_layout.grid_list li.thead {height: 60px; font-size: var(--font18);}
    .board_layout.grid_list li.tbody {height: 75px;}
    .board_layout.grid_list li.tbody .number {font-size: var(--font18);}
    .board_layout.grid_list li.tbody .title_wrap {font-size: var(--font18); padding-left: 30px;}
    .board_layout.grid_list li.tbody .date {font-size: var(--font17);}

    #boardSearchBar {margin: 50px 0 20px auto;}
    #boardSearchBar input {width: 140px; height: 40px; padding: 0 30px 0 0; font-size: var(--font17);}
    #boardSearchBar button {width: 18px; height: 18px;}

    .overseasActivity .subBanner .banner_bg {background-size: cover;}
}

@media screen and (max-width: 768px) {
    html,body {font-size: 14px;}
    .br_768 {display: block;}
    .ta_only {display: block;}
    .pc_only_ta_none,
    .br_768_none {display: none;}

    #topBtn {bottom: 20px; width: 40px; height: 40px;}
    #topBtn img {height: 18px;}

    main {padding-top: 70px;}
    #header {height: 70px;}
    #header .wrapper .flex .logo {width: 100px;}
    #header_ham #searchBar .searchBox button#searchBtn img {width: 18px;}

    .blackBtn {width: 160px; height: 55px; font-size: var(--font21); margin: 50px auto 0;}
    .board_popup .blackBtn {width: 160px; height: 55px;}
    .redBtn {font-size: var(--font18); height: 55px; padding: 0 15px;}
    .redBtn > img {width: 10px;}
    .redBtn.center {font-size: var(--font24); width: 240px; height: 65px;}

    .board_popup {width: 360px; padding: 70px 20px 50px;}
    .board_popup .popup_cont {margin-bottom: 50px; font-size: var(--font20);}
    .board_popup .popup_cont p:not(:last-child) {margin-bottom: 25px;}

    #pageRoute {margin: 50px 0 20px;}
    #pageRoute li:first-child img {width: 17px;}
    #pageRoute li:not(:last-child)::after {margin: 0 10px;}

    #quickZip {right: 10px; padding: 10px 6px; border-radius: 30px; top: auto; bottom: 70px;}
    #quickZip ul {row-gap: 12px;}
    #quickZip ul li a img {width: 40px;}

    #footer {padding: 45px 0;}
    #footer .footer_top {margin-bottom: 30px;}
    #footer .footer_top .logo img {height: 50px;}
    #footer .footer_top .sns_wrap { -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
    #footer .footer_top .sns_wrap li.footerSns1 img {max-height: 27px;}
    #footer .footer_top .sns_wrap li.footerSns2 img,
    #footer .footer_top .sns_wrap li.footerSns3 img {max-height: 23px;}
    #footer .line_wrap .contact_list {column-gap: 40px; row-gap: 18px;}
    #footer .line_wrap .contact_list li .sm {margin-bottom: 6px;}
    #footer .family_site {top: 60px;}
    #footer .family_site .select_btn {width: 145px;}
    #footer .family_site > ul {padding: 6px 15px;}

    .sub_padding {padding-bottom: 120px;}
    .subBanner {height: 250px;}

    #product .sub_tab_list {border-bottom: 0; column-gap: 5px;}
    .product_editor {margin: 100px auto 0;}
    .product_info {align-items: flex-start;}
    .product_info > div {width: calc((100% - 20px)/2);}
    .product_info .detail_info_wrap .prd_name {font-size: var(--font24);}
    .product_info .detail_info_wrap .additional {margin: 10px 0 20px;}
    .product_info .detail_info_wrap .additional .prd_name_eng {font-size: var(--font18);}
    .product_info .detail_info_wrap .additional .prd_capacity {font-size: var(--font14);}
    .product_info .detail_info_wrap .prd_desc {font-size: var(--font15);}
    .product_info .detail_info_wrap .inquiry_btn {width: 160px; height: 43px; font-size: var(--font17); margin-top: 80px;}

    .board_list {margin: 60px auto 0;}
    .board_layout {grid-template-columns: repeat(2, 1fr); column-gap: 15px; row-gap: 60px;}
    .board_layout.grid3 {grid-template-columns: repeat(2, 1fr); row-gap: 50px;}
    .board_layout > li .thumbnail {margin-bottom: 20px;}
    .board_layout > li .category {font-size: var(--font15); margin-bottom: 10px;}
    .board_layout > li:not(.thead) .title {font-size: var(--font17);}
    .board_layout > li .year {font-size: var(--font14); margin-top: 15px;}

    .board_view {margin-top: 20px;}
    .board_view .board_info {margin: 50px 0;}
    .board_view .board_info .title {font-size: var(--font26); margin: 10px 0 20px;}
    .board_view_btns {padding-top: 30px;}
    .board_view_btns button {font-size: var(--font16); height: 32px;}

    .pager {margin-top: 80px; font-size: var(--font16);}
    .pager a.page, .pager .pager-btn {width: 21px;}
    .pager .pager-prev {margin-right: 7px;}
    .pager .pager-next {margin-left: 7px;}
    .program_all + .pager {margin-top: 60px;}

    .contact_filter .board_count {font-size: var(--font16);}
    .contact_filter .board_count span {margin-left: 5px;}

    .contact_board_view {padding-top: 35px;}
    .contact_board_view .thead .contact_type {font-size: 0.875rem;}
    .contact_board_view .thead .flex {margin: 10px 0 30px;}
    .contact_board_view .thead .contact_title {font-size: 1.625rem;}
    .contact_board_view .thead .contact_date {font-size: 1rem;}
    .contact_board_view .tbody {font-size: 1.05rem;}
    .contact_board_view .tbody ul > li > div {padding-top: 16px; padding-bottom: 16px;}
    .contact_board_view .tbody ul > li .table_title {padding-left: 12px;}
    .contact_board_view .tbody ul > li:nth-child(1) .table_title,
    .contact_board_view .tbody ul > li:nth-child(3) .table_title,
    .contact_board_view .tbody ul > li.full .table_title {width: 110px;}
    .contact_board_view .tbody ul > li:nth-child(1) .table_cont,
    .contact_board_view .tbody ul > li:nth-child(3) .table_cont,
    .contact_board_view .tbody ul > li.full .table_cont {width: calc(100% - 110px);}

    .contact_board_view .tbody ul > li:nth-child(2) .table_title,
    .contact_board_view .tbody ul > li:nth-child(4) .table_title {width: 70px;}
    .contact_board_view .tbody ul > li:nth-child(2) .table_cont,
    .contact_board_view .tbody ul > li:nth-child(4) .table_cont {width: calc(100% - 70px);}

    .contact_board_view .tbody ul > li.full .table_cont {font-size: 0.9em;}

    .contact_board_view .tbody ul > li.full {min-height: 120px;}
    .contact_board_view .tbody ul > li.full.reply {min-height: 130px;}
    .contact_board_view .tbody ul > li.full.reply > div {padding-top: 30px; padding-bottom: 30px;}
    .contact_board_view .tbody ul > li.full.reply .table_title::before {top: 23px; right: 65px;}
    .contact_board_view .tbody ul > li.full.reply .table_title::after {padding: 4px 8px; top: 25px;}

    .board_layout.grid_list li {grid-template-columns: 60px auto 120px;}
    .board_layout.grid_list li.thead {height: 50px; font-size: var(--font16);}
    .board_layout.grid_list li.tbody {height: 60px;}
    .board_layout.grid_list li.tbody .number {font-size: var(--font16);}
    .board_layout.grid_list li.tbody .title_wrap {font-size: var(--font16); padding-left: 0;}
    .board_layout.grid_list li.tbody .date {font-size: var(--font16);}

    #boardSearchBar {margin: 30px 0 15px auto;}
    #boardSearchBar input {width: 120px; height: 36px; padding: 0 24px 0 0; font-size: var(--font16);}
    #boardSearchBar button {width: 16px; height: 16px;}
}

@media screen and (max-width: 620px) {
    #footer .line_wrap .contact_list {row-gap: 15px; flex-direction: column; margin-bottom: 22px;}
    #footer .footer_top {margin-bottom: 20px;}
    #footer .family_site .select_btn {width: 110px; padding: 0px 5px 0 10px;}
    #footer .family_site .select_btn img {width: 24px;}
    #footer .family_site > ul {padding: 5px 5px 5px 10px; line-height: 1.8;}
}

@media screen and (max-width: 540px) {
    html, body {font-size: 13px;}
    .br_540 {display: block;}
    .pc_only {display: none;}
    .mo_only {display: block;}
    .br_540_none {display: none;}

    .sub_padding {padding-bottom: 70px;}
    .subBanner {height: 280px; margin-top: -71px;}
    .subBanner .banner_txt {position: absolute; top: 180px;}
    .subBanner .serif {font-size: var(--font32);}
    .subBanner .desc {font-size: var(--font17);}
    .page_prd_view .subBanner {display: none;}

    .fadeAni {-webkit-transform: translateY(50px); transform: translateY(50px);}

    #pageRoute {display: none;}

    #hospital .subBanner .banner_bg {background: url(/img/hospital/top_banner_mo.jpg) no-repeat center center; background-size: cover;}
    #history .subBanner .banner_bg {background-image: url(/img/sub01/history_banner_mo.jpg);}
    #medical.medical1 .subBanner .banner_bg {background-image: url(/img/sub01/medical_banner1_mo.jpg);}
    #medical.medical2 .subBanner .banner_bg {background-image: url(/img/sub01/medical_banner2_mo.jpg);}
    #program.programAll .subBanner .banner_bg {background-image: url(/img/sub02/program_banner_mo.jpg);}
    #product.prd_peeling .subBanner .banner_bg {background-image: url(/img/sub03/prd_banner1_mo.jpg); background-position: center top 75%;}
    #product.prd_pro .subBanner .banner_bg {background-image: url(/img/sub03/prd_banner2_mo.jpg); background-position: center bottom;}
    #product.prd_retail .subBanner .banner_bg {background-image: url(/img/sub03/prd_banner3_mo.jpg); background-position: center bottom;}
    #product.search_result .subBanner .banner_bg {background: #EEEEFA url(/img/sub03/search_banner_mo.jpg) no-repeat right bottom; background-size: auto 100%;}
    #network.hospital .subBanner .banner_bg {background-image: url(/img/sub04/hospital_bg_mo.jpg);}
    #network.overseas .subBanner .banner_bg {background-image: url(/img/sub04/network1_bg_mo.jpg); background-position: center bottom;}
    #contact.contact .subBanner .banner_bg {background-image: url(/img/sub06/contact1_bg_mo.jpg);}
    #contact.overseas .subBanner .banner_bg {background-image: url(/img/sub06/contact2_bg_mo.jpg);}

    .interview .subBanner .banner_bg {background-image: url(/img/sub04/interview_bg_mo.jpg);}
    .article .subBanner .banner_bg {background-image: url(/img/sub04/article_bg_mo.jpg);}
    .overseasActivity .subBanner .banner_bg {background-image: url(/img/sub04/network2_bg_mo.jpg); background-position: right 20% bottom;}
    .news .subBanner .banner_bg {background-image: url(/img/sub05/news_bg_mo.jpg);}
    .thesis .subBanner .banner_bg {background-image: url(/img/sub05/data_bg_mo.jpg);}
    .patents .subBanner .banner_bg {background-image: url(/img/sub05/patents_bg_mo.jpg);}
    .contents .subBanner .banner_bg {background-image: url(/img/sub05/content_bg_mo.jpg);}

    .sub_tab_list {margin-top: 24px;}
    .sub_tab_list > li > a {font-size: var(--font18); height: 50px; padding: 0;}
    .sub_tab_list > li {width: calc((100% - 2px)/2);}
    .sub_tab_list > li.w4 {width: calc((100% - 15px)/4);}
    .sub_tab_list > li.w3 {width: calc((100% - 10px)/3);}
    .sub_tab_list > li.w3.big {width: calc(((100% - 10px)/3 + 20px));}
    .sub_tab_list > li.w3.sm {width: calc(((100% - 10px)/3 - 10px));}
    #product .sub_tab_list > li > a {font-size: var(--font15); height: 27px; padding: 0;}

    #topBtn {width: 33px; height: 33px;}
    #topBtn img {height: 16px;}

    #quickZip {display: none;}
    #quickZipMo {display: block;}

    main {padding-top: 71px;}
    #header {height: 52px; top: 19px; background: rgba(215, 39, 53, 0.9);}
    #header .wrapper .flex .logo {width: 74px;}
    .hamburger {width: 20px;}
    .hamburger .line {width: 20px;}
    .hamburger .line:nth-child(2) {margin: 7px 0;}
    #header .header_rt .header__lang_wrap {display: none;}
    .mo_link_banner {display: flex;}
    #header.fixed .hamburger .line,
    #header.depth2Open .hamburger .line {background-color: var(--red);}

    .blackBtn {width: 112px; height: 44px; font-size: var(--font17); margin: 30px auto 0;}
    .board_popup .blackBtn {width: 112px; height: 44px;}
    .redBtn {font-size: var(--font14); height: 30px; padding: 0 10px 0 6px;}
    .redBtn > img {width: 6px;}
    .redBtn.center {width: 168px; height: 44px; font-size: var(--font17);}

    .board_popup {width: 295px; padding: 50px 20px 35px;}
    .board_popup .popup_cont {margin-bottom: 30px; font-size: var(--font17);}
    .board_popup .popup_cont p:not(:last-child) {margin-bottom: 20px;}

    #header_ham .left_line {display: none;}
    #header_ham .ham_wrap {width: 320px; padding: 20px;}
    #header_ham .nav_wrap {margin: 38px 0;}
    #header_ham .nav_wrap > ul {row-gap: 28px;}
    #header_ham .nav_wrap > ul > li#expertMall .depth1 {font-size: var(--font24);}
    #header_ham .nav_wrap > ul > li:not(#expertMall) .depth1 {font-size: var(--font24);}
    #header_ham .nav_wrap .depth2 {margin-top: 20px; font-size: var(--font20);}
    #header_ham .ham_tel {padding: 20px 0 15px; width: 200px;}
    #header_ham .ham_tel .light {font-size: var(--font16);}
    #header_ham .expertmall_box {width: 200px;}
    #header_ham .expertmall_box p {padding: 6px 10px 8px 10px;}
    #header_ham .header__lang_wrap {font-size: var(--font18); margin-bottom: 25px;}
    #header_ham .header__lang_wrap .lang_flex {column-gap: 3px;}
    #header_ham .header__lang_wrap .now_language {width: fit-content; margin-left: auto; column-gap: 3px;}
    #header_ham .header__lang_wrap .now_language .lang_arrow img { filter: invert(0); -webkit-filter: invert(0); width: 10px;}
    #header_ham .header__lang_wrap ul {left: auto; right: 0; z-index: 2; border: 1px solid #e6e6e6; padding: 8px 10px;}

    #footer {padding: 30px 0;}
    #footer .footer_top .logo img {height: 45px;}
    #footer .footer_top .sns_wrap { -webkit-column-gap: 16px; -moz-column-gap: 16px; column-gap: 16px;}
    #footer .footer_top .sns_wrap li.footerSns1 {margin-bottom: -3px;}
    #footer .footer_top .sns_wrap li.footerSns1 img {max-height: 21px;}
    #footer .footer_top .sns_wrap li.footerSns2 img,
    #footer .footer_top .sns_wrap li.footerSns3 img {max-height: 18px;}
    #footer .line_wrap .contact_list {column-gap: 24px;}
    #footer .line_wrap .contact_list li .sm {margin-bottom: 2px;}
    #footer .line_wrap .hour_wrap {flex-direction: column; align-items: flex-start;}
    #footer .line_wrap .hour_wrap li:not(:last-child)::after {display: none;}

    .product_editor {margin: 50px auto 0;}
    .page_prd_view .wrapper {padding: 0;}
    .product_info {flex-direction: column; row-gap: 40px;}
    .product_info > div {width: 100%;}
    .product_info .thumbnail_wrap {border: 0;}
    .product_info .thumbnail_wrap .swiper-pagination {display: block;}
    .product_info .thumbnail_wrap,
    .product_info .detail_info_wrap { transform: none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; }
    .product_info .detail_info_wrap .prd_name {font-size: var(--font28);}
    .product_info .detail_info_wrap .additional {margin: 10px 0; padding-bottom: 10px;}
    .product_info .detail_info_wrap .additional .prd_name_eng {font-size: var(--font17);}
    .product_info .detail_info_wrap .info_top {padding: 0 20px;}
    .product_info .detail_info_wrap .inquiry_btn_wrap { position: fixed; bottom: 0; left: 0; width: 100%; background: var(--white); padding: 14px 0; box-shadow: 0 -2px 4px rgba(0,0,0,0.05); border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -ms-border-radius: 20px 20px 0 0; -o-border-radius: 20px 20px 0 0; opacity: 0; z-index: 100; transition: .5s opacity 1s; -webkit-transition: .5s opacity 1s; -moz-transition: .5s opacity 1s; -ms-transition: .5s opacity 1s; -o-transition: .5s opacity 1s; }
    .product_info .detail_info_wrap.active .inquiry_btn_wrap {opacity: 1;}
    .product_info .detail_info_wrap .inquiry_btn { font-size: var(--font20); margin: 0 auto; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; }

    .contact_filter .board_count {font-size: var(--font13);}
    .contact_filter .board_count span {margin-left: 3px;}
    .contact_filter.contact_filter {margin: 7px 0 10px;}
    .contact_filter .board_search > * {width: 82px; height: 24px;}
    .contact_filter .board_search select,
    .contact_filter .board_search .board_search_bar input {padding: 0 15px 0 3px; font-size: 10px;}
    .contact_filter .board_search select {background-size: 8px; background-position: right 5px center;}
    .contact_filter .board_search .board_search_bar button img {width: 17px;}

    .board_list {margin: 40px auto 0;}
    .board_layout {grid-template-columns: repeat(1, 1fr); row-gap: 60px;}
    .board_layout.grid3 {grid-template-columns: repeat(1, 1fr); row-gap: 60px;}
    .board_layout > li .thumbnail {margin-bottom: 12px; padding-bottom: 59.5679%;}
    .board_layout > li .category {font-size: 10px; margin-bottom: 5px;}
    .board_layout > li:not(.thead) .title {font-size: 14px;}
    .board_layout > li .year {font-size: 11px; margin-top: 5px;}

    .board_view {margin-top: 25px;}
    .board_view .board_info {margin: 36px 0 32px;}
    .board_view .board_info .category {font-size: 12px;}
    .board_view .board_info .title {font-size: 18px; margin: 5px 0 7px;}
    .board_view .board_info .date {font-size: 10px;}
    .board_view_btns {padding-top: 20px;}
    .board_view_btns button {font-size: 12px; height: 28px;}

    .pager {margin-top: 70px; font-size: 10px;}
    .pager a.page, .pager .pager-btn {width: 18px;}
    .pager .pager-prev {margin-right: 5px;}
    .pager .pager-next {margin-left: 5px;}
    .program_all + .pager {margin-top: 30px;}

    .contact_board_view {padding-top: 30px;}
    .contact_board_view .thead .contact_type {font-size: 0.875rem;}
    .contact_board_view .thead .flex {margin: 7px 0 25px;}
    .contact_board_view .thead .contact_title {font-size: 1.5rem;}
    .contact_board_view .thead .contact_date {font-size: 0.9rem;}
    .contact_board_view .tbody {font-size: 1rem;}
    .contact_board_view .tbody ul > li.half {width: 100%;}
    .contact_board_view .tbody ul > li:nth-child(1),
    .contact_board_view .tbody ul > li:nth-child(3) {border-right: 0;}
    .contact_board_view .tbody ul > li > div {padding-top: 15px; padding-bottom: 15px;}
    .contact_board_view .tbody ul > li .table_title {padding-left: 10px;}
    .contact_board_view .tbody ul > li:nth-child(1) .table_title,
    .contact_board_view .tbody ul > li:nth-child(3) .table_title,
    .contact_board_view .tbody ul > li.full .table_title {width: 90px;}
    .contact_board_view .tbody ul > li:nth-child(1) .table_cont,
    .contact_board_view .tbody ul > li:nth-child(3) .table_cont,
    .contact_board_view .tbody ul > li.full .table_cont {width: calc(100% - 90px);}

    .contact_board_view .tbody ul > li:nth-child(2) .table_title,
    .contact_board_view .tbody ul > li:nth-child(4) .table_title {width: 90px;}
    .contact_board_view .tbody ul > li:nth-child(2) .table_cont,
    .contact_board_view .tbody ul > li:nth-child(4) .table_cont {width: calc(100% - 90px);}

    .contact_board_view .tbody ul > li.full .table_cont {font-size: 0.9em;}

    .contact_board_view .tbody ul > li.full {min-height: 80px;}
    .contact_board_view .tbody ul > li.full.reply {min-height: 100px;}
    .contact_board_view .tbody ul > li.full.reply > div {padding-top: 20px; padding-bottom: 20px;}
    .contact_board_view .tbody ul > li.full.reply .table_title::before {right: 50px; top: 16px;}
    .contact_board_view .tbody ul > li.full.reply .table_title::after {top: 17px; padding: 3px 7px; right: 17px;}

    .board_layout.grid_list li {grid-template-columns: 40px auto 90px;}
    .board_layout.grid_list li.thead {height: 30px; font-size: var(--font15);}
    .board_layout.grid_list li.tbody {height: 45px;}
    .board_layout.grid_list li.tbody .number {font-size: var(--font15);}
    .board_layout.grid_list li.tbody .title_wrap {font-size: var(--font15);}
    .board_layout.grid_list li.tbody .date {font-size: var(--font15);}

    #boardSearchBar {margin: 7px 0 10px auto;}
    #boardSearchBar input {width: 90px; height: 30px; padding: 0 24px 0 0; font-size: var(--font15);}
    #boardSearchBar button {width: 14px; height: 14px;}
}

@media screen and (max-width: 375px) {
    .overseasActivity .subBanner .banner_bg {
        background-size: 110%;
    }
    .interview .subBanner .banner_bg {
        background-size: 115%;
    }
}