@charset "utf-8";

:root {
	--hd-h: 80px;
}

* {margin: 0; padding: 0;}
body { position: relative; font-family: 'Pretendard', '맑은 고딕', sans-serif; font-weight: 400; letter-spacing: -0.056em; }
.silka { font-family: 'Silka', '맑은 고딕', sans-serif; } 
.web-view { display: block; }
.mob-view { display: none; }
.scrolling { transform: translateY(-100%); }
.binding { transform: translateY(0);}
.opened { transform: rotate(180deg); }

.view-scroll { opacity: 0; transform: translate3D(0px, 10vw, 0); } 
.on { opacity: 1; transform: translate3d(0,0,0); transition: 0.8s opacity cubic-bezier(0.52,0.01,0,1), 0.8s transform cubic-bezier(0.52,0.01,0,1) .15s; } 
.blind  { overflow: hidden !important; }
.hide { display: none; }
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}


/* ==================== PAGING ==================== */
.pagination-wrap {margin-top: 80px;}
.pagination { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px;}
.pagination .page-link { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #666; border: 1px solid transparent; border-radius: 100%;}
.pagination .page-link:not(.arrow):hover {border-color: #333;}
.pagination .page-link.current {background: #333; color: #fff;}
.pagination .page-link.arrow {width: 40px; height: 40px; border-radius: 0; background: url("../images/sub/news/paging-arrow.svg") no-repeat center / 6px 12px; margin-left: 16px;}
.pagination .page-link.arrow.disabled {background-image: url("../images/sub/news/paging-arrow_disabled.svg");}
.pagination .page-link.arrow.prev {margin-left: 0 !important; margin-right: 16px; transform: rotate(180deg);}

.grecaptcha-badge { z-index: 2; }


.btn-board {display: flex; align-items: center; justify-content: center; width: fit-content; margin: 40px auto 120px; padding: 12px 46px; font-size: 18px; line-height: 1.5; letter-spacing: -0.056em; border-radius: 80px; background: #333; color: #fff;}


@keyframes move-bg {
    to {
        background-position: var(--bg-size) 0;
    }
}

header { position: fixed; top: 0; left: 0; width :100%; z-index: 4; transition: .4s;}
header .header-wrap { display: flex; align-items:center; flex-wrap: wrap; justify-content: space-between; padding: 0px 40px; background: #fff; height: var(--hd-h);}
header .header-wrap a { position: relative; width: 100px; height: 30px; }
header .header-wrap a img { position: absolute; top: 0; left: 0; width: 100px; transition: .4s; transition-delay: .4s; }

header .header-wrap nav ul { display: flex; flex-wrap: wrap; }
header .header-wrap nav ul li { margin-left: 50px; color: #222; font-size: 18px; font-weight: bold; line-height: 1.2; letter-spacing: -0.04em; transition: color 0.3s; transition-delay: 0.5s; }
header .header-wrap nav ul li.active {color: #FA5A00;}
header .header-wrap nav ul li:nth-of-type(1) { margin-left: 0; }
header .header-wrap .open-gnb { cursor: pointer; }

/* header hambuger */
header .header-wrap .menu-trigger { position: relative; display: flex;  flex-direction: row; flex-wrap: wrap; justify-content: flex-end; width: 32px; height: 32px; font-size: 0; cursor: pointer; z-index: 2; text-indent: -9999px; transition: all .4s, color 1s ; }
header .header-wrap .menu-trigger a { visibility: hidden; text-indent: -9999px; }
header .header-wrap .menu-trigger span { position: absolute; top: 50%; width: 2px; height: 15px; display: inline-block; box-sizing: border-box; transition: all .4s; border-radius: 2px; background: #222; transform: translate(-50%, -50%); }
header .header-wrap .menu-trigger span:nth-of-type(1) { left: calc(50% - 7px); }
header .header-wrap .menu-trigger span:nth-of-type(2) { top: calc(50% - 3px); left: 50%; height: 10px; } 
header .header-wrap .menu-trigger span:nth-of-type(3) { left: calc(50% + 7px); }
header .header-wrap .menu-trigger.active { z-index: 99999; background: #00003f; }
header .header-wrap .menu-trigger.active span { background: #fff; }
header .header-wrap .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translate(6px, -53%) rotate(-45deg); transform: translate(6px, -53%) rotate(-45deg); }
header .header-wrap .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
header .header-wrap .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translate(-8px, -53%) rotate(45deg); transform: translate(-8px, -53%) rotate(45deg); }


header .header-gnb { display: none; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 10; }
header .header-gnb .close-gnb { position: absolute; top: 32px; right: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 32px; height: 32px; background: #00003f;}
header .header-gnb .close-gnb img { height: 12px; }
header .header-gnb-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
header .header-gnb-wrap .gnb-menu { display: flex; align-items: center; width: 50%; height: 100vh; padding-left: 10.41666%; background: #ff5a00; }
header .header-gnb-wrap .gnb-menu h4 { display: none; }
header .header-gnb-wrap .gnb-menu-item { display: flex; flex-direction: column; justify-content: flex-start; width: auto; }
header .header-gnb-wrap .gnb-menu-item li a { display: flex; color: #fff; font-size: 64px; line-height: 1.75; font-weight: bold; letter-spacing: -0.04em;  transition: .2s; }
header .header-gnb-wrap .gnb-menu-item li a small { padding-top: 20px; margin-left: 10px; color: #fff; font-size: 18px; line-height: 1.6667; font-weight: 400; letter-spacing: 0; transition: .2s; }

header .header-gnb-wrap .gnb-info { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; width: 50%; height: 100vh; padding-left: 7.8125%; background: #fff; }
header .header-gnb-wrap .company-info { margin-bottom: 120px; }
header .header-gnb-wrap .company-info h3 { margin-bottom: 30px; }
header .header-gnb-wrap .company-info p { color: #222; font-size: 28px; line-height: 1.5; font-weight: 300; letter-spacing: -0.05em; }
header .header-gnb-wrap .company-info .en { color: #777; font-size: 18px; line-height: 1.6667; font-weight: 400; letter-spacing: -0.048em;}
header .header-gnb-wrap .company-info ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 28px; }
header .header-gnb-wrap .company-info ul li { display: flex; flex-wrap: wrap; align-items: center; }
header .header-gnb-wrap .company-info ul li:nth-of-type(1):after { display: inline-block; content:''; clear: both; width: 1px; height: 12px; margin: 0 18px; background: #ddd; }
header .header-gnb-wrap .company-info ul li a { color: #777; font-size: 16px; letter-spacing: -0.048em; }
header .header-gnb-wrap .company-info ul li a span { color: #00003f; font-weight: bold; } 
header .header-gnb-wrap .gnb-family small { display: block; margin-bottom: 18px; color: #777; font-size: 15px; line-height: 2; letter-spacing: -0.048em; } 
header .header-gnb-wrap .gnb-family a { display: flex; flex-wrap: wrap; align-items: baseline; }
header .header-gnb-wrap .gnb-family p { position: relative; width: fit-content; color: #222; margin-bottom: 12px; font-size: 22px; font-weight: bold; line-height: 38px;  letter-spacing: -0.024em; }
header .header-gnb-wrap .gnb-family p:after { position: absolute; bottom: -2px; left: 0; display: block; content:''; clear: both; width: 100%; height: 3px; background: #222; }
header .header-gnb-wrap .gnb-family a img { height: 16px; padding-bottom: 4px; margin-left: 10px; transition: .2s; }

header .gnb-link-wrap {display: flex; align-items: flex-start; gap: 80px; }
header .gnb-menu .gnb-link-wrap  {display: none;}
header .header-gnb .links a { position: relative; bottom: 0; left: 0; display: inline-flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: flex-start; width: 200px; background: #fff; }
header .header-gnb .links a:after {position: absolute; right: 0; top: 50%; display: inline-block; content:''; clear: both; width: 20px; height: 20px; background: url('../images/icon/icon_gnblink_arrow.svg')no-repeat center/ 100% auto; transform: translateY(-50%);}
header .header-gnb .links small {display: block; color: #777; font-size: 15px; line-height: 1; letter-spacing: -0.03em; } 
header .header-gnb .links p { color: #222; font-size: 22px; font-weight: bold; line-height: 1.2; letter-spacing: -0.044em; margin-top: 12px; }

header .header-rt {display: flex; align-content: center; gap:14px}
header .header-rt .btn-link {display: flex; align-items: center; justify-content: center; width: auto; height: auto; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: -0.028em; padding: 12px 20px; background: #fff; border: 1px solid #bbb; border-radius: 80px;}
header .header-rt .btn-link:hover {color: #fff; background: #333; border-color: #333;}

@media (hover: hover) {
    header .header-gnb-wrap .gnb-menu-item li:hover a, header .header-gnb-wrap .gnb-menu-item li:hover a small { color: #00003f; }
    header .header-gnb-wrap .gnb-family a:hover img { transform: translate(5px, -5px);} 
}

/* 구버전 개인정보처리방침 팝업 */
#terms {display: none;}
/* .modal-wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; overflow-y: auto; }
.modal-wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); opacity: 1; }
.modal-layer { position: relative; left: 50%; top: 50%; width: 100%; max-width: 640px; padding: 0 50px; background: #fff; transform: translate(-50%, -50%); }
.modal-layer .btn-close { position: absolute; top: 40px; right: 40px; cursor: pointer; }
.modal-wrap .layer_head { padding: 48px 0 20px; border-bottom: 1px solid #f1f1f1; letter-spacing: -0.048em; }
.modal-wrap .layer_head h3 { color: #222; font-size: 30px; font-weight: 700; text-align: center; }
.modal-wrap .layer_body { width: 100%; max-width: 640px; padding: 24px 0 42px; }
.modal-wrap .layer_body ul li { color: #777; font-size: 18px; line-height: 1.6667; letter-spacing: -0.048em; } 
.modal-wrap .layer_body ul li:nth-of-type(1), .modal-wrap .layer_body ul li:nth-of-type(5) { margin-bottom: 30px; }
.modal-wrap .layer_body ul li.privacy { font-size: 16px; word-break: keep-all; }
.modal-wrap .layer_body ul li b { display: inline-block; color: #333; }
.modal-wrap .layer_body ul li span { color: #3249bd; font-weight: bold; } */


/* ==================== MODAL ==================== */
body.modal-open {overflow: hidden;}
.modal-overlay {display: none;position: fixed;z-index: 999;top: 0; left: 0;width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.5);}
.modal-box {display: none;position: fixed;z-index: 1000;top: 50%; left: 50%;transform: translate(-50%, -50%);background: #fff; width: 100%; max-width: 600px; animation: fadeIn 0.3s ease;}
.modal-body {padding: 18px 40px 42px;}
.modal-header {display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; padding: 10px 10px 0;}
.modal-close {display: inline-block; width: 32px; height: 32px; background: url(../images/icon/ico_modal-close.svg) no-repeat center / 100% auto; cursor: pointer;}

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -45%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/* ==================== 플로팅 버튼 ==================== */
.float-btn-wrap {float: right; position:fixed; right: 40px; bottom: 80px; margin-bottom: 40px; z-index: 2; transition: bottom 0.3s linear;}
.float-btn-wrap [class*="btn-"] {position: relative; width: 64px; height: 64px; font-size: 14px; line-height: 1.2; font-weight: 700; background: #fff; border: 1px solid #ddd; box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);}
.float-btn-wrap .btn-top {display: none; margin-top: 12px;}
body.is-scroll .float-btn-wrap .btn-top { display: block;}
.float-btn-wrap .btn-contact {background: #222; border-color: #222; color: #fff;}
.float-btn-wrap [class*="btn-"] i {display: inline-block; width: 20px; height: 20px; vertical-align: middle; background: url(../images/icon/ico_contact.svg) no-repeat center / 100% auto;}
.float-btn-wrap .btn-top i {width: 24px; height: 24px; background-image: url(../images/icon/ico_top.svg);}
.float-btn-wrap [class*="btn-"] p {margin-top: 4px;}


/* ==================== FOOTER ==================== */
footer {clear: both; position: relative; width: 100%; }
footer .footer-wrap { display: flex; flex-wrap: wrap; flex-direction: column; padding: 80px 80px 44px; background: #222;}
footer .footer-info { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
footer .footer-group { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
footer .footer-info h4 { margin-bottom: 24px; }
footer .footer-info h4 img { width: 100px; }
footer .footer-info .btn-terms { position: static; width: fit-content; margin-bottom: 30px; color: #fff; font-size: 18px; line-height: 1.6667; font-weight: bold; letter-spacing: -0.048em; }
footer .footer-info .family-site, footer .footer-info .footer-family a { position: absolute; right: 0; top: 0; display: flex; justify-content: space-between; align-items: center; width: 215px; padding: 20px 24px; background: #2f2f2f; color: #aaa; font-size: 14px; line-height: 1.5; font-weight: bold; z-index: 0; }
footer .footer-info .footer-family img { height: 10px; transition: .2s; }
footer .footer-info .footer-family { display: none; position: absolute; top: -60px; right: 0; display: flex; flex-wrap: wrap; flex-direction: column; transform: translateY(20%); transition: .4s; visibility: hidden; opacity: 0; z-index: 0; }
footer .footer-info .footer-family.list-open { visibility: visible; opacity: 1; transform: translateY(0); }
footer .footer-info .footer-family li:after { display: none; }
footer .footer-info .footer-family > li a { position: relative; color: #aaa; font-size: 14px; line-height: 1.5; font-weight: bold; transition: .2s; }

footer .footer-info ul { display: flex; flex-wrap: wrap; flex-direction: row; max-width: 700px; margin-bottom: 24px; }
footer .footer-info li { display: flex; align-items: center; color: #666; font-size: 18px; font-weight: 300; line-height: 2; letter-spacing: -0.05em; }
footer .footer-info li:after { display: inline-block; content:''; clear: both; width: 1px; height: 10px; margin: 0 10px; background: #333; }
footer .footer-info li:nth-of-type(1) { color: #fff; }
footer .footer-info li span { font-family: 'Pretendard'; font-weight: 300; }
footer .footer-copy { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 30px 0; }
footer .footer-copy p { color: #555; font-size: 15px;line-height: 26px; }
footer .footer-copy p b { color: #777; }
footer .footer-copy ul { display: flex; flex-wrap: wrap; flex-direction: row; }
footer .footer-copy ul li { margin-left: 28px; } 
footer .footer-copy ul li a { display: flex; align-items: baseline; color: #fff; font-size: 18px; line-height: 1.6667; font-weight: bold; letter-spacing: -0.048em; }
footer .footer-copy ul li a img { margin-left: 10px; transform: translateY(-3px); transition: .2s; }

@media (hover: hover) {
    footer .footer-info .footer-family li:hover a { color: #ff5a00; } 
    footer .footer-copy ul li a:hover img { transform: translate(5px, -8px);}
}


/* 문의하기 모달 */
.modal-box .inquire-form-title p { color: #222; font-size: 24px; letter-spacing: -0.04em; font-weight: bold; } 
.modal-box .inquire-form-title small  { display: block; color: #999; font-size: 16px; line-height: 1.2; margin-top: 8px; }
.modal-box .inquire-form  { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px; }
.modal-box .inquire-form li { width: calc(50% - 10px); margin-bottom: 28px; }
.modal-box .inquire-form li label { display: block; padding-bottom: 8px; color: #222; font-size: 14px; font-weight: bold; letter-spacing: -0.028em; }
.modal-box .inquire-form li input { width: 100%; padding-bottom: 12px; color: #222; border: 0; border-bottom: 1px solid #c4c4c4; border-radius: 0; font-size: 14px; letter-spacing: -0.028em; outline: none; }
.modal-box .inquire-form li input:focus  {border-bottom: 1px solid #ff5a00} 
.modal-box .inquire-form li input::placeholder, .inquire-form li textarea::placeholder { color: #aaa; font-size: 14px; font-family: "Pretendard"; font-weight: 300; letter-spacing: -0.028em; }
.modal-box .inquire-form li:last-child label { font-size: 16px; line-height: 1.2; letter-spacing: -0.032em; }
.modal-box .inquire-form li textarea { width: 100%; height: 100px; margin-top: 16px; padding: 16px; border: 1px solid #c4c4c4; font-size: 14px; letter-spacing: -0.028em; outline: none; resize: none;}
.modal-box .inquire-form li textarea:focus  { border: 1px solid #ff5a00} 
.modal-box .inquire-form li:last-child { width: 100%; margin-bottom: 12px;}
.modal-box .chk_box { display: block; position: relative; width: fit-content; padding-left: 36px; cursor: pointer; font-size: 14px; line-height: 24px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.modal-box input[type="checkbox"] { display: none; }
.modal-box .on { position: absolute; top: 50%; left: 0; transform: translateY(-50%);  width: 24px; height: 24px;  background: url('../images/icon/ico_check.svg')no-repeat center; border: 1px solid #ddd; box-sizing: border-box; }
.modal-box input[type="checkbox"]:checked + .on { background: url('../images/icon/ico_check-w.svg')no-repeat center, #ff5a00; border: 1px solid #ff5a00; }
.modal-box .on:after { content: ""; position: absolute; display: none; }
.modal-box input[type="checkbox"]:checked + .on:after { display: block; }
.modal-box .chk_box .btn-terms { position: relative; display: inline-block; margin-left: 12px; font-size: 18px; color: #aaa; z-index: 2; }
.modal-box .chk_box .btn-terms:after { margin-top: -2px; display: block; content:''; clear: both; width: 100%; height: 1px; background: #aaa;}
.modal-box .inquire-btn { display: flex;  justify-content: center; } /* 251103 dy 추가 -> 문의하기 버튼 가운데 정렬*/
.modal-box .btn-submit { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 200px; height: 56px; margin-top: 32px; background: #222; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.032em; }




@media (min-width: 1281px) and (max-width: 1480px ) {
header .header-gnb-wrap .gnb-menu h4 { display: none; }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    header .header-gnb-wrap .gnb-menu { justify-content: center; flex-direction: row; flex-wrap: wrap; align-content: center; padding-left: 0; }
    header .header-gnb-wrap .gnb-menu h4 { display: none; }
    header .header-gnb-wrap .gnb-menu-item li a { font-size: 48px; }

    header .header-gnb-wrap .gnb-info { padding-left: 0; align-content: center; }
    header .header-gnb-wrap .company-info p { font-size: 24px; }
    header .header-gnb-wrap .company-info .en { font-size: 16px; }
    .header .header-gnb-wrap .company-info { margin-bottom: 80px; }

}


@media (max-width: 1023px) {
.web-view { display: none; }
.mob-view { display: block; }

header nav { display: none; }
header .header-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 56px; }
header .header-wrap .open-gnb { cursor: pointer; }


/* header hambuger */
header .header-wrap a { width: 110px; height: 32px; }
header .header-wrap a img { width: auto; height: 32px; }
header .header-wrap .menu-trigger { width: 48px; height: 48px; }
header .header-wrap .menu-trigger span { position: absolute; top: 50%; width: 5px; height: 24px; border-radius: 0; }
header .header-wrap .menu-trigger span:nth-of-type(1) { left: calc(50% - 12px); }
header .header-wrap .menu-trigger span:nth-of-type(2) { top: calc(50% - 4px); left: 50%; height: 16px; } 
header .header-wrap .menu-trigger span:nth-of-type(3) { left: calc(50% + 12px); }
header .header-wrap .menu-trigger.active { margin-right: 0; width: 48px; height: 48px; z-index: 99999; background: #fff; }
header .header-wrap .menu-trigger.active span { background: #00003f !important; }
header .header-wrap .menu-trigger.active span:nth-of-type(1) { height: 24px; -webkit-transform: translate(9px, -50%) rotate(-45deg); transform: translate(9px, -50%) rotate(-45deg); }
header .header-wrap .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
header .header-wrap .menu-trigger.active span:nth-of-type(3) { height: 24px; -webkit-transform: translate(-15px, -50%) rotate(45deg); transform: translate(-15px, -50%) rotate(45deg); }


header .header-gnb { overflow-y: scroll; background: #fff; }
header .header-gnb-wrap {flex-direction: column; height: 100%; width:100%; }
header .header-gnb-wrap .gnb-menu {flex: 1; align-items: flex-start; flex-direction: column; justify-content: space-between; width: 100%; height: auto; padding: 22px 0 0; }
header .header-gnb-wrap .gnb-menu h4 { display: block; padding-left: 56px; visibility: visible; }
header .header-gnb-wrap .gnb-menu h4 img { height: 32px; }
header .header-gnb-wrap .gnb-menu-item {flex: 1; justify-content: space-evenly; margin: 40px 56px;}
header .header-gnb-wrap .gnb-menu-item li a { font-size: 34px; line-height: 1; }
header .header-gnb-wrap .gnb-menu-item li a small { display: none; }
header .header-gnb-wrap .gnb-info .company-info{ display: none; }

header .header-gnb-wrap .gnb-info {display: block; padding-left: 0px; width: 100%; height: auto;}
header .header-gnb .gnb-link-wrap {display: flex; gap: 0; flex-direction: column;width: 100%; padding: 0 56px; background: #fff;}
header .header-gnb .links {width: 100%;}
header .header-gnb .links a {display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: flex-start; width: 100%; padding: 25px 0px;}
header .header-gnb .links + .links a {border-top: 1px solid #ddd;}
header .header-gnb .links small {font-size: 18px; line-height: 24px; letter-spacing: -0.048em; } 
header .header-gnb .links p { color: #002222; font-size: 28px; font-weight: bold; line-height: 1.25; letter-spacing: -0.048em; }


footer .footer-wrap { padding: 100px 56px 60px; }
footer .footer-info { padding-bottom: 50px; border-bottom: 2px solid rgba(255,255,255,0.08); }
footer .footer-group { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
footer .footer-info h4 { margin-bottom: 38px; }
footer .footer-info h4 img { width: auto; }
footer .footer-info .family-site, footer .footer-info .footer-family a { position: relative; width: 100%; padding: 20px 40px; font-size: 20px; line-height: 1.5; z-index: 0; }
footer .footer-info .family-site img { height: 14px; transition: .2s; }
footer .footer-info .footer-family { position: absolute; top: auto; right: auto; bottom: 120px; width: 100%; max-width: 100%; margin-bottom: 0; z-index: 0 }
footer .footer-info .footer-family li { margin-bottom: 0; }
footer .footer-info .footer-family li a { font-size: 20px; line-height: 1.5; }

footer .footer-info ul { flex-direction: column; max-width: 700px; margin-bottom: 24px; }
footer .footer-info li { flex-wrap: wrap;  margin-bottom: 12px; font-size: 18px; line-height: 30px;}
footer .footer-info li:after { display: none; }
footer .footer-copy { justify-content: center; }
footer .footer-copy p { color: #555; font-size: 16px; line-height: 26px; }
footer .footer-copy p b { color: #777; }
footer .footer-copy ul { display: none; }

/* ==================== MODAL ==================== */
/* .modal-layer { top:0; left: 0; max-width: 100%; height: 100vh; padding: 0 56px; background: #f1f1f1; transform: translate(0, 0); overflow-y: scroll; }
.modal-layer .btn-close { position: absolute; top: 60px; right: 56px; width: 64px; height: 64px; background: url('../images/icon/ico_close-c.svg')no-repeat center/26px, #fff; cursor: pointer; }
.modal-wrap .layer_head { padding: 68px 0 40px; border-bottom: 2px solid #ccc; }
.modal-wrap .layer_head h3 { font-size: 36px; font-weight: 700; line-height: 1.5; text-align: left; }
.modal-wrap .layer_body { max-width: 100%; padding: 48px 0 102px; }
.modal-wrap .layer_body ul li { font-size: 24px; line-height: 1.5556; letter-spacing: -0.048em; word-break: keep-all; } 
.modal-wrap .layer_body ul li:nth-of-type(1) { margin-bottom: 28px; }
.modal-wrap .layer_body ul li.privacy { font-size: 20px; } */
}

@media (max-width: 719px) { 
:root {
	--hd-h: 72px;
}
.web-view { display: none; }
.mob-view { display: block; }
.view-scroll { transform: translate3D(0px, 15vw, 0); } 
.on { transform: translate3d(0,0,0); } 


.pagination-wrap {margin-top: 40px;}
.btn-board { margin: 40px auto 72px; font-size: 16px; line-height: 1.5; padding: 12px 46px; }

header nav { display: none; }
header .header-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 28px;}
header .header-wrap .open-gnb { cursor: pointer; }


/* header hambuger */
header .header-wrap a { width: 84px; height: 25px;}
header .header-wrap a img { width: 84px; height: auto; }
header .header-wrap .menu-trigger { width: 32px; height: 32px; }
header .header-wrap .menu-trigger span { position: absolute; top: 50%; width: 3px; height: 16px; border-radius: 0; }
header .header-wrap .menu-trigger span:nth-of-type(1) { left: calc(50% - 6px); }
header .header-wrap .menu-trigger span:nth-of-type(2) { top: calc(50% - 3px); left: 50%; height: 10px; } 
header .header-wrap .menu-trigger span:nth-of-type(3) { left: calc(50% + 6px); }
header .header-wrap .menu-trigger.active { margin-top: 0; margin-right: 0; width: 32px; height: 32px; z-index: 99999; background: #fff; }
header .header-wrap .menu-trigger.active span { background: #00003f !important; }
header .header-wrap .menu-trigger.active span:nth-of-type(1) { height: 13px; -webkit-transform: translate(5px, -50%) rotate(-45deg); transform: translate(5px, -50%) rotate(-45deg); }
header .header-wrap .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
header .header-wrap .menu-trigger.active span:nth-of-type(3) { height: 13px; -webkit-transform: translate(-7px, -50%) rotate(45deg); transform: translate(-7px, -50%) rotate(45deg); }

header .header-gnb-wrap .gnb-menu { align-items: flex-start; flex-direction: column; width: 100%; height: 100vh; padding: 23px 0 0; }
header .header-gnb-wrap .gnb-menu h4 { padding-top: 0px; padding-left: 28px; visibility: visible; }
header .header-gnb-wrap .gnb-menu h4 img { width: auto; height: 25px;}
header .header-gnb-wrap .gnb-menu-item { margin: 20px 0; justify-content: space-evenly; padding-left: 28px; }
header .header-gnb-wrap .gnb-menu-item li a { font-size: 30px; line-height: 1; }
header .header-gnb-wrap .gnb-menu-item li a small { display: none; }

header .header-gnb .gnb-link-wrap {padding: 0 28px;}
header .header-gnb .links a {padding: 25px 0px;}
header .header-gnb .links a:after { right: 0;}
header .header-gnb .links small { font-size: 14px; line-height: 1.2} 
header .header-gnb .links p { font-size: 24px; }

header .header-rt .btn-link  {display: none;}

footer .footer-wrap { padding: 50px 28px 30px; }
footer .footer-info { padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.08); }
footer .footer-group { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
footer .footer-info h4 { margin-bottom: 19px; }
footer .footer-info h4 img { width: 84px; }
footer .footer-info .btn-terms { margin-bottom: 18px; font-size: 14px; }
footer .footer-info .family-site, footer .footer-info .footer-family a { position: relative; width: 100%; padding: 17px 20px; font-size: 14px; line-height: 22px; }
footer .footer-info .family-site {width: 70%;}
footer .footer-info .family-site img { height: 8px; transition: .2s; }
footer .footer-info .footer-family { position: absolute; top: auto; right: auto; bottom: 81px; width: 70%; margin-bottom: 0; }
footer .footer-info .footer-family li { margin-bottom: 0; }
footer .footer-info .footer-family li a { font-size: 14px; line-height: 22px; }
footer .footer-info ul { flex-direction: column; max-width: 700px; margin-bottom: 12px; }
footer .footer-info li { flex-wrap: wrap;  margin-bottom: 6px; font-size: 14px; line-height: 22px;}
footer .footer-info li:after { display: none; }

footer .footer-copy { padding: 15px 0; }
footer .footer-copy p { color: #555; font-size: 11px; line-height: 22px; }
footer .footer-copy p b { color: #777; }
footer .footer-copy ul { display: none; }

.float-btn-wrap {right: 16px; bottom: 80px; margin-bottom: 16px;}
.float-btn-wrap [class*="btn-"] {width: 48px; height: 48px; font-size: 10px;}
.float-btn-wrap [class*="btn-"] i {width: 16px; height: 16px;}
.float-btn-wrap [class*="btn-"] p {margin-top: 6px;}
.float-btn-wrap .btn-top {margin-top: 8px;}

.modal-open .modal-box {display: flex !important; flex-direction: column;}
.modal-box {max-width: 100%; height: 100%;}
.modal-header {padding: 30px 28px 0;}
.modal-body {flex: 1; overflow-y: scroll; padding: 40px 28px 80px;} 

.modal-box .inquire-form li {width: 100%;}
.modal-box .on {width: 24px; height: 24px;background: url('../images/icon/ico_check.svg')no-repeat center / 13px auto;}
.modal-box input[type="checkbox"]:checked + .on {background: url('../images/icon/ico_check-w.svg')no-repeat center / 13px auto, #ff5a00;}
.modal-box .btn-submit {width:100%}

}

