/*===========================================================================
	웹폰트
============================================================================*/

/* 폰트 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Pretendard-Thin.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Pretendard-ExtraLight.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Pretendard-Light.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Pretendard-Regular.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Pretendard-Medium.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Pretendard-SemiBold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Pretendard-Bold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Pretendard-ExtraBold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Pretendard-Black.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'xeicon';
    font-style: normal;
    src: url('../fonts/xeicon.ttf') format("truetype");
    font-display: swap;
}

/*===========================================================================
	CSS 초기화
============================================================================*/
* { font-family: "Pretendard", sans-serif; box-sizing:border-box; margin:0; padding:0; word-break: keep-all; line-height: 1.2;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, em, img, b, dl, dt, dd, ol, ul, li, form, label, legend, caption, article, aside, footer, header, menu, nav, section, video {border:0; outline:0; font-size: 16px; color:#202020; }
html { scroll-behavior: auto; }
body { line-height:1; -ms-overflow-style: none; width: 100%; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul, ol, li {list-style:none;}
a {margin:0; padding:0; font-size:100%; line-height: 100%; display: block; text-decoration: none; color:#202020; }
pre { font-family: "Pretendard", sans-serif; white-space: pre-line; line-height: 1.2; }
img {width: 100%;}
input, select {vertical-align:middle; outline:0; border: 0; background: none; font-family: "Pretendard", sans-serif;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="file"], input[type="checkbox"], input[type="radio"] { display: none; }
input[type="date"] { appearance: none; -webkit-appearance: none; -moz-appearance: none; text-align: left; } 
input::-webkit-date-and-time-value { text-align: left; }
select { appearance: none; background-image: url(../images/icon_arrow_down.png); background-repeat: no-repeat; background-position: right 8px center; background-size: 18px; width: 100%; min-width: 100%; }
select option { width: 100%; }
select option[value="disabled"][disabled] {display: none;}
label { cursor: pointer; }
button {cursor:pointer; border: 0; outline: 0; background: none; color:#202020; }
textarea { border: 0; outline: 0; resize: none; font-family: "Pretendard", sans-serif;}
i { font-family: 'xeicon'; font-style: normal; color: inherit; line-height: inherit; }

/* 콘텐츠 공통 */
#wrap { position: relative; }
main { width: 100%; min-height: calc( 100dvh - 217px ); }
.col-group {display:flex;}
.col-group.wrap { flex-flow: wrap; }
.row-group {display:flex; flex-flow: column;}
.container { width: 100%; margin: 0 auto; }
.container.w1440 { max-width: 1440px; }
.container.w1280 { max-width: 1280px; }
.container.w1080 { max-width: 1080px; }
.img-container { width: 100%; position: relative; }
.img-container img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; right: 0; bottom: 0; object-position: center; }

::-webkit-scrollbar { width: 2px; height: 2px; }
::-webkit-scrollbar-track { background: #a8a8a8; }
::-webkit-scrollbar-thumb { background: #01946f; border-radius: 4px;}

.blue { color: #0031b8; }
.red { color: #f72f2f; }
.green { color: #01946f; }
.lightgreen { color: #00ff44; }
.yellow { color: #fcdb00; }
.dagr { color: #636363; }
.gray { color: #999999; }

.pc { display: block; }
.mb { display: none; }

.mon { font-family: "Montserrat", sans-serif; }

@media screen and (max-width:1440px) {
    .container.w1440 { padding-left: 16px; padding-right: 16px; }
}
@media screen and (max-width:1280px) {
    main { min-height: calc( 100dvh - 56px - 280px ); }
    .container.w1280 { padding-left: 16px; padding-right: 16px; }

    .pc { display: none; }
    .mb { display: block; }
}

/* header */
#header {  width: 100%; position: fixed; top: 0; z-index: 99999; transition: .3s; }
#header * { transition: .3s; }
.header-wrap { height: 80px; width: 100%; padding: 0 4.167vw; margin: 0 auto; position: relative; display: flex; justify-content: space-around; align-items: center; border-bottom: 1px solid transparent; gap: 40px; }
.header-wrap .logo a { width: 160px; height: 80px; background-image: url(../images/logo.png); background-repeat: no-repeat; background-size: contain; }
.header-wrap .logo.eng a { background-image: url(../images/logo_eng.png); }
.gnb-wrap, .gnb-group { display: flex; width: 100%; justify-content: center; }
.gnb-item, .sub-gnb-item { width: 100%; max-width: 168px; position: relative; }
.gnb-item.home-menu { max-width: 48px; }
.gnb-title { text-align: center; font-size: 17px; display: flex; height: 80px; align-items: center; gap: 4px; justify-content: center; cursor: pointer; white-space: nowrap; position: relative; }
.gnb-title.mb { display: none; }
.gnb-title::after { content: ''; display: block; position: absolute; width: 0%; height: 2px; background: #01946f; bottom: 0; left: 50%; transform: translateX(-50%); transition: .3s; }
.gnb-item:hover .gnb-title::after { width: 100%; }
.gnb-title i { transition: 0s !important; }
.toggle-btn { font-size: 24px; cursor: pointer; }

.sub-gnb-wrap { padding: 32px 4.167vw 40px; transform: translateY(-100%); background-color: #fff; position: absolute; top: 0; width: 100%; z-index: -1; transition: .4s !important; transition-delay: .1s; background-image: url(../images/sub_gnb_bg.png); background-repeat: no-repeat; background-size: 24vw; background-position: left bottom; }
.sub-gnb-group { display: flex; padding-left: 160px; padding-right: 24px; justify-content: center; }
.sub-gnb-item { position: absolute; opacity: 0; visibility: hidden; padding-bottom: 24px; }
.sub-gnb-title { padding: 16px 0; line-height: 1.5; text-align: center; font-size: 17px; font-weight: 300; }
.sub-gnb-title:hover { text-decoration: underline; }

.header-btn-wrap { display: flex; gap: 36px; align-items: center; }
.header-btn { font-size: 15px; position: relative; white-space: nowrap; }
.header-btn * { transition: 0s !important; line-height: 1; }
.header-btn:not(:first-child)::after { content: ''; display: block; position: absolute; width: 1px; height: 12px; background: #202020; left: -18px; top: 50%; transform: translate(-50%, -50%); }

.lang-btn { position: relative; border-radius: 21px; cursor: pointer; z-index: 1; }
.lang-btn::after { content: ''; display: block; position: absolute; width: 100%; height: 40px; border-radius: 21px; border: 1px solid #222; top: 0; left: 0; transition: .3s; z-index: -1; box-sizing: border-box; }
.lang-btn.active::after { height: 106px; background: #fff; }
.lang-default { width: 103px; height: 40px; display: flex; align-items: center; padding: 0 24px; }
.lang-default .txt { font-size: 16px; }
.lang-default .icon { position: absolute; right: 16px; top: 10px; transition: 0s !important }
.lang-btn.active .lang-default .icon { transform: rotateX(-180deg); }
.lang-list { position: absolute; top: 42px; height: 0; visibility: hidden; transition: .3s;  overflow: hidden;}
.lang-btn.active .lang-list { height: 64px; visibility: visible; }
.lang-item { line-height: 32px; text-align: center; width: 103px; font-size: 16px; transition: .2s; }
.lang-btn.active .lang-item { color: #222; }

#header.invert .header-wrap {  }
#header.invert .header-wrap .logo a { background-image: url(../images/logo_w.png); }
#header.invert .header-wrap .logo.eng a { background-image: url(../images/logo_w_eng.png); }
#header.invert .gnb-title { color: #fff; }
#header.invert .toggle-btn { color: #fff; }
#header.invert .header-btn { color: #fff; }
#header.invert .header-btn:not(:last-child)::after { background: #fff; }
#header.invert .lang-btn::after { border-color: #fff; }
#header.invert .lang-btn.active::after { background: transparent; }
#header.invert .lang-default, #header.invert .lang-default .txt { color: #fff; }
#header.invert .lang-item { color: #fff; }

#header::after { content: ''; display: block; position: absolute; width: 100%; top: 0; height: 248px; background: #fff; transform: translateY(-100%); transition: .3s; z-index: -1; }
#header.active::after { transform: translateY(80px); }
#header.active .header-wrap { background: #fff; }
#header.active .header-wrap { border-bottom: 1px solid #e4e4e4; }
#header.active .header-wrap .logo a { background-image: url(../images/logo.png); }
#header.active .header-wrap .logo.eng a { background-image: url(../images/logo_eng.png); }
#header.active .gnb-title { color: #222; }
#header.active .toggle-btn { color: #222; }
#header.active .sub-gnb-item { opacity: 1; visibility: visible;transition-delay: .2s; }
#header.active .header-btn { color: #222; }
#header.active .header-btn:not(:last-child)::after { background: #222; }
#header.active .lang-btn::after { border-color: #222; }
#header.active .lang-btn.active::after { background: #fff; }
#header.active .lang-default, #header.active .lang-default .txt { color: #222; }
#header.active .lang-item { color: #222; }

@media screen and (max-width:1680px) {
    .header-wrap { padding: 0 24px; }
    .gnb-title { font-size: 16px; }
    .sub-gnb-title { font-size: 15px; }
}
@media screen and (max-width:1280px) {
    #header { position: fixed; top: 0; z-index: 9999; }
    #header::after { display: none; }
    .header-wrap { height: 56px; justify-content: space-between; padding: 0 16px; position: static; gap: 16px; padding-left: 0; }
    .header-wrap .logo a { width: 130px; height: 56px; }

    #header.active.invert .header-wrap { background: transparent; }
    #header.active.invert .header-wrap { border-bottom: 0 }
    #header.active.invert .header-wrap .logo a { background-image: url(../images/logo_w.png); }
    #header.active.invert .header-wrap .logo.eng a { background-image: url(../images/logo_w_eng.png); }
    #header.active.invert .toggle-btn { color: #fff; }

    #header.open { background-color: #fff !important; height: 100dvh; }
    #header.open .header-wrap { border-bottom: 1px solid #e4e4e4 !important; }
    #header.open .header-wrap .logo a { background-image: url(../images/logo.png) !important; }
    #header.open .header-wrap .logo.eng a { background-image: url(../images/logo_eng.png) !important; }
    #header.open .header-btn { color: #222 !important; }
    #header.open .toggle-btn { color: #222 !important; }

    .gnb-wrap { position: absolute; width: 100%; top: 56px; height: calc( 100dvh - 56px - 72px ); left: 0; display: none; overflow: auto; }
    #header.open  .gnb-wrap { display: block; }
    .gnb-group { flex-flow: column; justify-content: flex-start; }
    .gnb-item { max-width: unset; text-align: left; }
    .gnb-title.mb { display: flex; color: #222 !important; height: 48px; font-size: 16px; font-weight: 600; justify-content: space-between; padding: 0 16px; }
    .gnb-title.pc { display: none; }
    .gnb-title::after { display: none; }
    .gnb-item.active .gnb-title .icon { transform: rotate(180deg); }
    .sub-gnb-item { max-width: unset; position: static; opacity: 1; visibility: visible; padding-bottom: 0; padding: 0 16px; display: none; }
    .gnb-item.active .sub-gnb-item { display: block; }
    .sub-gnb-title { line-height: 36px; text-align: left; padding: 0 8px; font-size: 13px; font-weight: normal; }
    .sub-gnb-title:hover { text-decoration: none; font-weight: bold; color: #01946f; background: #f5f5f5; }

    .toggle-btn { font-size: 20px; }

    .header-btn-wrap { gap: 8px; margin-left: auto; }
    .header-btn { font-size: 20px; }
    .header-btn:not(:last-child)::after { display: none;}

    .lang-btn { position: absolute; z-index: 9; bottom: 16px; right: 16px; display: none; }
    #header.open .lang-btn { display: block; }
    .lang-btn::after { top: unset; bottom: 0; }
    .lang-default .icon { transform: rotateX(-180deg); }
    .lang-btn.active .lang-default .icon { transform: rotateX(0deg); }
    .lang-list { top: unset; bottom: 42px; }

    #header.open .lang-btn::after { border-color: #222 !important; }
    #header.open .lang-btn.active::after { background: #fff !important; }
    #header.open .lang-default, #header.open .lang-default .txt { color: #222 !important; }
    #header.open .lang-item { color: #222 !important; }
}


/* footer */
#footer { background-color: #484848; }
#footer .container { position: relative; }
.footer-btn-wrap { padding: 24px 0; gap: 56px; border-bottom: 1px solid #e4e4e4; }
.footer-btn { font-size: 16px; font-weight: 500; color: #fff; }
.footer-btn:hover { text-decoration: underline; }
.footer-wrap { padding: 24px 0 40px; }
.footer-txt { margin-bottom: 24px; font-size: 14px; color: #fff; line-height: 1.7; }
.footer-copy-txt { font-size: 14px; font-weight: 500; color: #fff; }
.footer-logo { position: absolute; right: 0; bottom: 40px; width: 160px; opacity: .6; }

@media screen and (max-width:1280px) {
    #footer .container { display: flex; flex-flow: column; }
    .footer-btn-wrap { padding: 0; gap: 8px 24px; flex-flow: wrap; border-bottom: 0; position: absolute; left: 16px; bottom: 60px; }
    .footer-btn { font-size: 13px; opacity: .7; }
    .footer-btn:hover { text-decoration: underline; opacity: 1; }
    .footer-wrap { padding: 16px 0; order: 2; }
    .footer-txt { margin-bottom: 56px; font-size: 13px; }
    .footer-copy-txt { font-size: 11px; font-weight: 300; opacity: .6; padding-top: 16px; border-top: 1px solid #fff; }
    .footer-logo { position: static; order: 1; width: 120px; transform: translateX(-12px) translateY(8px); }
}

/* pagination */
.pagination { justify-content: center; margin-top: 48px; align-items: center; }
.pagination .page-nav-btn { width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 20px; margin: 0 8px; }
.pagination .page-btn { width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; font-weight: 500; color: #aeaeae; transition: .2s; border-bottom: 2px solid transparent; }
.pagination .page-btn.active { color: #01946f; border-color: #01946f; }

@media screen and (max-width: 1280px) {
    .pagination { margin-top: 40px; }
    .pagination .page-nav-btn { width: 32px; height: 32px; line-height: 32px; font-size: 15px; }
    .pagination .page-btn { width: 32px; height: 32px; line-height: 32px; font-size: 13px; }
}


/* top btn */
#top_menu { position: fixed; right: 56px; bottom: 48px; z-index: 99; }
.top-btn-wrap { display: flex; flex-flow: column; gap: 24px; align-items: flex-end; }
.Top_Scroll_btn { width: 64px; height: 64px; border-radius: 100%; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); background-color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: .3s; position: relative; }
.Top_Scroll_btn.active { opacity: 1; }
.Top_Scroll_btn i { font-size: 24px; color: #01946f; z-index: 2; }
.Top_Scroll_btn .progress_bar { width: 100%; height: 100%; border-radius: 50%; position: absolute; left: 0; top: 0; z-index: 0; }
.Top_Scroll_btn .progress_bar::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; height: 90%; background-color: #fff; border-radius: 100%; }

.Top_Scroll_btn.index { position: fixed; right: 56px; bottom: 48px; z-index: 99; background-color: #01946f; }
.Top_Scroll_btn.index .progress_bar::before { background-color: #01946f; }
.Top_Scroll_btn.index i { color: #fff; } 

@media screen and (max-width: 1280px) {
    .top-btn-wrap { display: none; }
    .top-btn-wrap { right: 16px; gap: 8px; }
    .Top_Scroll_btn { width: 48px; height: 48px; }
    .Top_Scroll_btn i { font-size: 20px; }
}