@charset "utf-8";

/* skip */
#skip { width: 100%; background-color: #333; position: absolute; top: -1px; left: 0; z-index: 999999; }
#skip a { margin-top: -100px; padding: 10px 25px; background-color: #0F3C3C; color: rgba(255, 255, 255, 0.5); text-align: center; line-height: 1; white-space: nowrap; position: absolute; top: 0; left: 0; }
#skip a:focus { margin-top: 0; text-decoration: underline; color: rgba(255, 255, 255, 1); }

/* global menu */
.header { width: 100%; background-color: #fff; display: flex; justify-content: center; flex-direction: column; top: 0; z-index: 700; }
.header .global { padding: 6px 0px; background-color: #edf1f5; font-size: 15px; font-weight: 500; color: #1d1d1d; }
.header .global .container { display: flex; align-items: flex-start; }
.header .global .container:before { width: 24px; min-width: 24px; height: 16px; margin-top: 1px; margin-right: 5px; content: ""; background-image: url("../images/common/icon_kr.png"); background-repeat: no-repeat; background-size: cover; display: inline-block; }
.header .top-wrap { display: flex; flex-wrap: wrap; }
.header .top-wrap .utility { width: 100%; padding: 10px 0; display: flex; justify-content: flex-end; }
.header .top-wrap .utility > ul { display: flex; gap: 20px; }
.header .top-wrap .utility > ul > li { display: flex; align-items: center; position: relative; }
.header .top-wrap .utility > ul > li > a { padding-right: 3px; font-size: 15px; font-weight: 500; color: #1d1d1d; display: flex; align-items: center; }
.header .top-wrap .utility > ul > li > ul { width: 120px; margin: 0; padding: 5px; background: white; border: 1px solid #ccc; border-radius: 10px; display: none; position: absolute; top: 100%; right: 0; }
.header .top-wrap .utility > ul > li > ul > li > a { padding: 5px 10px; font-size: 14px; color: #1d1d1d; text-decoration: none; display: block; }
.header .top-wrap .utility > ul > li > ul > li > a:hover, .header .top-wrap .utility > ul > li > ul > li > a:focus { background-color: rgba(0, 0, 0, .02); color: #1d1d1d; }
.header .top-wrap .utility > ul > li > ul > li > a:focus { color: #0072e6; }
.header .top-wrap .utility > ul > li > a:after { width: 5px; height: 5px; margin-top: -4px; margin-left: 7px; content: ""; border-left: 1.5px solid rgba(45,45,45,.7); border-bottom: 1.5px solid rgba(45,45,45,.7); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); display: inline-block; }
.header .top-wrap .logo a { width: 220px; height: 48px; margin-bottom: 16px; background: url("../images/common/logo.png") no-repeat 0 0; background-size: cover; display: block; }
.header .top-wrap .hamburger { width: 60px; height: 60px; margin-left: auto; background: url("../images/common/hamburger.png") no-repeat; background-size: 30px; background-position: 50%; display: none; }

/* GNB navigation (pc) */
.header .gnb { border-top: solid 1px #d8d8d8; border-bottom: solid 1px #d8d8d8; }
.header .gnb .nav { width: 100%; display: flex; }
.header .gnb .nav > ul { margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items:flex-start; }
.header .gnb .nav .nav-link { height: 64px; padding: 0 16px; font-size: 19px; font-weight: 700; color: #555; text-decoration: none; display:flex; justify-content:center; align-items:center; position: relative; }
.header .gnb .nav .nav-link:hover { text-decoration: none; }
.header .gnb .nav .nav-link:hover > span { color: #0072e6; transition-duration: 250ms; }
.header .gnb .nav .nav-link > span:after { width: 100%; height: 3px; content:""; background-color: #0072e6; display: block; position: absolute; left: 0; bottom: 0; transform: scale3d(0,1,1); transform-origin: center center; transition: transform .3s; }
.header .gnb .nav .nav-link:hover > span:after, .header .gnb .nav .nav-link.active > span:after { transform: scale3d(1,1,1); }
.header .gnb .nav .nav-link.active { color: #0072e6; text-decoration: none; }
.header .gnb .nav .nav-item { margin: 0 20px; }
.header .gnb .nav .nav-item.active .nav-link, .header .gnb .nav .nav-item:focus-within .nav-link { color: #0072e6; }
.header .gnb .nav .nav-item.active .sub-menu, .header .gnb .nav .nav-item:focus-within .sub-menu { clip-path: none; z-index: 56; }
.header .gnb .nav .nav-item .sub-menu { width: 100%; margin-top: 0; background-color: #fff; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #acacac; box-shadow: 18px 20px 20px rgba(0,0,0,.05); clip-path: inset(50%); position: absolute; left: 0; right: 0; z-index: 48; }
.header .gnb .nav .nav-item .sub-menu .container { height: 100%; min-height: 212px; display: flex; align-items: flex-start; position: relative; }
.header .gnb .nav .nav-item .sub-menu .container:before { width: 100vw; height: 100%; margin-right: -300px; content: ""; background-image: url("../images/common/nav_bg.png"); background-size: 260px 237px; background-position: right bottom; background-repeat: no-repeat; background-color: #edf1f5; position: absolute; right: 100%; }
.header .gnb .nav .nav-item .sub-menu .sub-title { width: 285px; height: 100%; min-height: 212px; position: relative; z-index: 70; }
.header .gnb .nav .nav-item .sub-menu .sub-title span { margin-top: 45px; font-size: 24px; font-weight: 700; display: block; }
.header .gnb .nav .nav-item:nth-child(1) .sub-menu .sub-title span:before { background-position: -90px 0; }
.header .gnb .nav .nav-item:nth-child(2) .sub-menu .sub-title span:before { background-position: -127px 0; }
.header .gnb .nav .nav-item:nth-child(3) .sub-menu .sub-title span:before { background-position: -164px 0; }
.header .gnb .nav .nav-item:nth-child(4) .sub-menu .sub-title span:before { background-position: -201px 0; }
.header .gnb .nav .nav-item:nth-child(5) .sub-menu .sub-title span:before { background-position: -238px 0; }
.header .gnb .nav .nav-item:nth-child(6) .sub-menu .sub-title span:before { background-position: -275px 0; }
.header .gnb .nav .nav-item:nth-child(7) .sub-menu .sub-title span:before { background-position: -312px 0; }
.header .gnb .nav .nav-item .sub-menu .wrap { width: calc(100% - 300px); min-height: 212px; box-sizing: border-box; position: relative; }
.header .gnb .nav .nav-item .sub-menu ul { padding: 15px 0 0 0; position: relative; display: flex; flex-wrap: wrap; z-index: 50; }
.header .gnb .nav .nav-item .sub-menu ul > li { width: calc(100% / 5 - 50px); margin: 0 25px 18px 25px; display: flex; flex-direction: column; }
.header .gnb .nav .nav-item .sub-menu ul > li > a { width: 100%; padding: 8px 0; font-size: 18px; font-weight: 500; color: #1d1d1d; line-height: 1.3; display: inline-block; }
.header .gnb .nav .nav-item .sub-menu ul > li > ol > li > a { margin: 2px 0; padding: 0 0 0 8px; font-size: 15px; color: #666; display: inline-block; position: relative; }
.header .gnb .nav .nav-item .sub-menu ul > li > ol > li > a:before { width: 3px; height: 3px; content: ""; background-color: rgba(32, 32, 32, .4); border-radius: 50px; display: inline-block; position: absolute; top: 9px; left: 0; }
.header .gnb .nav .nav-item .sub-menu .bg-line { width: 100%; height: 100%; margin: 0 auto; padding: 0; border-left: 1px solid #ececec; display: flex; flex-wrap: wrap; position: absolute; top: 0; left: 0; }
.header .gnb .nav .nav-item .sub-menu .bg-line span { width: 20%; height: 100%; display: block; position: relative; }
.header .gnb .nav .nav-item .sub-menu .bg-line span:before { width: 1px; height: 100%; content: ""; background-color: #ececec; display: block; position: absolute; top: 0; right: 0; z-index: 30; }
.header .gnb .nav .nav-item .sub-menu ul > li a[target="_blank"]:after { width: 13px; height: 13px; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230072e6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-external-link'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-size: cover; background-repeat: no-repeat; opacity: .6; display: inline-block; position: relative; top: 0; left: 4px; }
.header .hamburger { width: 64px; height: 64px; display: flex; justify-content: center; align-items: center; }
.header .hamburger span { width: 30px; height: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E"); background-size: 100%; display: inline-block; }
.header .hamburger:hover span { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230072e6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-menu'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E"); }

/* 메뉴 스타일 */
.sitemap { width: 100%; margin-top: 64px; padding: 15px 15px 30px 15px; background-color: #fff; border-top: solid 1px #d8d8d8; border-bottom: solid 1px #d8d8d8; box-shadow: 18px 20px 20px rgba(0, 0, 0, .05); box-sizing: border-box; display: none; position: absolute; left: 0; z-index: 99; }
.sitemap-head { margin: 0 0 15px 0; padding: 0 0 5px 0; border-bottom: solid 2px #d8d8d8; display: flex; align-items: center; position: relative; }
.sitemap-head .tit { margin-right: auto; font-size: 19px; font-weight: 700; display: inline-block; }
.sitemap .btn-close { width: 46px; height: 46px; margin-left: auto; cursor: pointer; display: inline-block; }
.sitemap .btn-close span { display: none; }
.sitemap .btn-close:before, .sitemap .btn-close:after { width: 25px; height: 1px; content: ""; background-color: rgba(0,0,0,.6); position: absolute; top: 24px; right: 13px; }
.sitemap .btn-close:before { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); }
.sitemap .btn-close:after { transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); }
.sitemap-body { grid-template-columns: repeat(5, 1fr); display: grid; gap: 40px; }
.sitemap-body > .wrap .title { width: 100%; padding: 8px 0; font-size: 18px; font-weight: 700; color: #1d1d1d; line-height: 1.3; display: inline-block; }
.sitemap-body > .wrap ul > li > a { margin: 2px 0; padding: 0 0 0 8px; font-size: 15px; color: #666; display: inline-block; position: relative; }
.sitemap-body > .wrap ul > li > a:before { width: 3px; height: 3px; content: ""; background-color: rgba(32, 32, 32, .4); border-radius: 50px; display: inline-block; position: absolute; top: 9px; left: 0; }
.sitemap-body > .wrap ul > li > ol { margin-bottom: 5px; }
.sitemap-body > .wrap ul > li > ol > li > a { margin: 2px 0; padding: 0 0 0 19px; font-size: 15px; color: #666; display: inline-block; position: relative; }
.sitemap-body > .wrap ul > li > ol > li > a:before { width: 6px; height: 1px; content: ""; background-color: rgba(32, 32, 32, .4); border-radius: 50px; display: inline-block; position: absolute; top: 10px; left: 8px; }
.sitemap-body > .wrap ul > li a:hover { color: #0072e6; }
.sitemap-body > .wrap > div + div { margin-top: 20px; }
.sitemap-body > .wrap .hospi ul { margin-top: 3px; grid-template-columns: repeat(2, 1fr); display: grid; gap: 7px 10px; }
.sitemap-body > .wrap .hospi ul > li { position: relative; }
.sitemap-body > .wrap .hospi ul > li > a { padding: 8px 20px; border: 1px solid #0072e6; box-sizing: border-box; border-radius: 7px; color: #0072e6; text-align: center; line-height: 1.4; display: block; }
.sitemap-body > .wrap .hospi ul > li > a:before { display: none; }
.sitemap-body > .wrap .hospi ul > li > a:hover, .sitemap-body > .wrap .hospi ul > li > a[aria-expanded="true"] { background-color: #0072e6;  color: #fff; text-decoration: none; }
.sitemap-body > .wrap .hospi ul > li > ol { width: 150px; padding: 10px; background-color: #fff; border: 1px solid #0072e6; border-radius: 7px; box-shadow: 5px 5px 10px rgba(0, 0, 0, .2); display: none; position: absolute; top: 0; left: 126px; z-index: 90; }
.sitemap-body > .wrap .hospi ul > li > ol:before { margin-left: -14px; content: ""; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; border-right: 12px solid #0072e6; display: inline-block; position: absolute; top: 13px; left: -5px; }
.sitemap-body > .wrap .hospi .btn-group { margin-top: 15px; display: flex; justify-content: center; }
.sitemap-body > .wrap .hospi .btn-group .btn { width: 100%; }
.sitemap-body > .wrap .hospi .btn-group .btn .icon { margin-right: 5px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E"); background-size: cover; background-repeat: no-repeat; position: relative; top: 2px; }

/* GNB navigation (mobile) */
.m-gnb { display: none; }
@media all and (max-width:1200px) {
    .m-gnb { width: 60%; max-width: 400px; height: 100%; background-color: #F8F8F8; overflow-y: auto; position: fixed; top: 0;
     right: -100%; z-index: 100;  transition: right 0.25s ease-in-out; display: block; }
    .m-gnb .m-head { height: 62px; background-color: #fff; border-bottom: 1px solid #E6E6E6; position: relative; }
    .m-gnb .m-head .top-wrap { height: 62px; padding: 0 1rem; display: flex; align-items: center; }
    .m-gnb .m-head .top-wrap .logo { width: 133px; height: 29px; }
    .m-gnb .m-head .top-wrap .logo:before { width: 133px; height: 29px; content: ""; background: url("../images/common/logo.png") no-repeat 0 0; background-size: 133px auto; display: inline-block; }
    .m-gnb .m-head .btn-close { width: 45px; height: 45px; background-color: transparent; border: none; text-indent: -9999em; display: flex; align-items: center; justify-content: center; position: absolute; top: 5px; right: 5px; }
    .m-gnb .m-head .btn-close:before, .m-gnb .m-head .btn-close:after { width: 16px; height: 1px; content: ""; background-color: rgba(0,0,0,.7); transform: rotate(-45deg); position: absolute; top: 22px; right: 12px; display: inline-block; }
    .m-gnb .m-head .btn-close:before { transform: rotate(-135deg); }
    .m-gnb .m-head .btn-close span { width: 1px; height: 1px; line-height: 1px; text-indent: -9999em; overflow: hidden; position: absolute; top: -9999em; left: -9999em; }
    .m-gnb.show { right: 0; }
    .m-gnb > ul { width:100%; height: calc(var(--vh, 1vh) * 100 - 150px); box-sizing: border-box; }
    .m-gnb > ul a { color: #000; text-decoration:none; display:block; cursor:pointer; }
    .m-gnb > ul > li { width: 35%; }
    .m-gnb > ul > li > a { height: 55px; padding:0 0 0 1rem; display: flex; align-items: center; position: relative; }
    .m-gnb > ul > li > a > span { position: relative; z-index: 50; }
    .m-gnb > ul > li.on > a:before, .m-gnb > ul > li > .active:before { width: 105%; height: 55px; content: ""; background-color: #0072e6; border-radius: 0 20px 20px 0; box-shadow: 5px 5px 7px rgba(0,0,0,.1); display: block; position: absolute; left: 0; z-index: 50; }
    .m-gnb > ul > li.on > a span, .m-gnb > ul > li > .active span { color: #fff; font-weight: 500; }
    .m-gnb > ul > li > .sub-menu { width: 65%; height:calc(var(--vh, 1vh) * 100 - 64px); padding: 10px 20px; background-color: #fff; box-sizing:border-box; overflow-y: auto; display:none; position:absolute; top: 63px; left: 35%; }
    .m-gnb > ul > li.on .sub-menu, .m-gnb > ul > li .active + .sub-menu { display: block !important; }
    .m-gnb > ul > li > .sub-menu > ul > li { margin: 0 0 2px; border-bottom: 1px solid #e6e6e6; }
    .m-gnb > ul > li > .sub-menu > ul > li > a { padding: 13px 0; font-size: 15px; position: relative; }
    .m-gnb > ul > li > .sub-menu > ul > li > a:hover { color: #0072e6; }
    .m-gnb > ul > li > .sub-menu > ul > li a[target="_blank"]:after { width: 13px; height: 13px; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230072e6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-external-link'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-size: cover; background-repeat: no-repeat; opacity: .6; display: inline-block; position: relative; top: 0; left: 4px; }
    .m-gnb > ul > li > .sub-menu > ul > li > ol { padding-top: 15px; padding-bottom: 15px; padding-left: 15px; border-top: 1px solid #e6e6e6; display: none; overflow: hidden; }
    .m-gnb > ul > li > .sub-menu > ul > li.active > a { color: #0072e6; }
    .m-gnb > ul > li > .sub-menu > ul > li > ol > li > a { font-size: 14px; color: #666; position: relative; }
    .m-gnb > ul > li > .sub-menu > ul > li > ol > li > a:before { width: 3px; height: 3px; content: ""; background-color: rgba(32, 32, 32, .4); border-radius: 50px; display: inline-block; position: absolute; top: 8px; left: -7px; }
    .m-gnb > ul > li > .sub-menu > ul > li > ol > li + li { margin-top: 8px; }
    .m-gnb > ul > li > .sub-menu > ul > li.drop > a:after { width: 7px; height: 7px; margin-top: -7px; content: ""; border-left: 1px solid rgba(45,45,45,.7); border-bottom: 1px solid rgba(45,45,45,.7); transform: rotate(-45deg); display: inline-block; position: absolute; top: 50%; bottom: 50%; right: 15px; }
    .m-gnb > ul > li > .sub-menu > ul > li.drop.active > a:after { margin-top: -2px; transform: rotate(135deg); }
    .m-backdrop { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); display: none; position: fixed; top: 0; left: 0; z-index: 65; cursor: pointer; }
    .m-backdrop.show { display: block; }    
}
@media all and (max-width:640px) {
    .m-gnb { width: 100%; max-width: 340px; }
}

/* link group */
.link-group { border-top: 1px solid #d8d8d8; }
.link-group .container { display: flex; }
.link-group .drop-box:first-child { border-left: 1px solid #d8d8d8; }
.link-group .drop-box { width: 100%; border-right: 1px solid #d8d8d8; position: relative; }
.link-group .drop-box > a { height: 56px; padding: 0 45px 0 24px; font-size: 17px; color: #1d1d1d; position: relative; display: flex; align-items: center; }
.link-group .drop-box > a:hover { color: #1d1d1d; font-weight: 500; text-decoration: none; }
.link-group .drop-box > a:after { width: 20px; height: 20px; content: ""; content: ""; background-image: url("../images/main/icon_plus.png"); background-repeat: no-repeat; background-size: cover; display: block; position: absolute; right: 15px; transition: all .2s ease-in-out; }
.link-group .drop-box > a:hover:after { transform: rotate(90deg); }
.link-group .drop-box > a.active { color: #1d1d1d; font-weight: 500; }
.link-group .drop-box > a.active:after { border-color: #fff; transform: rotate(180deg); }
.link-group .drop-box > a.active + .menu-list { clip-path: none; }
.link-group .drop-box .menu-list { width: 100%; background-color: #fff; border: 1px solid #d8d8d8; position: absolute; top: 56px; left: -1px; z-index: 3; clip-path: inset(50%); }
.link-group .drop-box .menu-list li { border-bottom: 1px solid #d8d8d8; }
.link-group .drop-box .menu-list li:last-of-type { border-bottom: 0; }
.link-group .drop-box .menu-list li a { padding: 10px 13px; background-color: #fff; color: #555; display: block; }
.link-group .drop-box .menu-list li a:hover, .link-group .drop-box .menu-list li a:focus-within { background-color: rgba(0, 0, 0,.02); color: #1d1d1d; font-weight: 500; text-decoration: none; }

/* footer */
.footer { border-top: 1px solid #D9D9D9; padding: 40px 0; background-color: #ededed; }
.footer ol { display: flex; flex-direction: column; }
.footer ol > li { display: flex; }
.footer .address { line-height: 1.8; }
.footer .service-link { margin-left: auto; padding-left: 24px; display: flex; flex-direction: column; }
.footer .service-link > ul > li + li { margin-top: 16px; }
.footer .service-link > ul > li a { font-size: 17px; font-weight: 700; color: #1d1d1d; display: flex; align-items: center; }
.footer .service-link > ul > li a:after { width: 7px; height: 7px; margin-left: 6px; content: ""; border-left: 1.5px solid #2d2d2d; border-bottom: 1.5px solid #2d2d2d; transform: rotate(-135deg); display: inline-block; }
.footer .service-link .sns-list { margin-top: 40px; display: flex; }
.footer .service-link .sns-list a + a { margin-left: 8px; }
.footer .service-link .sns-list a { width: 40px; height: 40px; background-image: url("../images/common/sns_sprites.png"); background-size: auto 50px; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; }
.footer .service-link .sns-list a span { width: 1px; height: 1px;  line-height: 1px; text-indent: -9999em; overflow: hidden; position: absolute; top: -9999em; left: -9999em; }
.footer .service-link .sns-list .insta { background-position: -5px -5px; }
.footer .service-link .sns-list .youtube { background-position: -55px -5px; }
.footer .service-link .sns-list .twitter { background-position: -105px -5px; }
.footer .service-link .sns-list .facebook { background-position: -155px -5px; }
.footer .service-link .sns-list .blog { background-position: -205px -5px; }
.footer ol > li:nth-child(2) { margin-top: 40px; padding-top: 16px; border-top: 1px solid #d8d8d8; display: flex; }
.footer ol > li:nth-child(2) > ul { margin-right: auto; display: flex; align-items: center; }
.footer ol > li:nth-child(2) > ul > li + li { margin-left: 26px; }
.footer ol > li:nth-child(2) > ul > li a { font-size: 17px; color: #1d1d1d; }
.footer ol > li:nth-child(2) > ul > li .policy { font-weight: 700; color: #003675; }
.footer ol > li:nth-child(2) > ul > li span { margin-left: auto; font-size: 15px; color: #555; text-align: right; }

.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }

/* sub location */
.page-location { margin-bottom: 50px; background-color: #F8F8F8; border-bottom: 1px solid #D9D9D9; }
.page-location:after { content: ""; clear: both; display: block; }
.page-location .drop-box { position: relative; }
.page-location .menu-list { clip-path: inset(50%); }
.page-location .wrap { display: flex; }
.page-location .wrap a { display: flex; align-items: center; }
.page-location .wrap .home { width: 50px; height: 50px; border-left: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; text-indent: -9999em; display: flex; align-items: center; justify-content: center; }
.page-location .wrap .home:hover { background-color: #FBFBFB; }
.page-location .wrap .home:before { width: 18px; height: 18px; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23959595' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-home'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E"); background-size: cover; }
.page-location .wrap .home span { width: 1px; height: 1px; line-height: 1px; text-indent: -9999em; overflow: hidden; position: absolute; top: -9999em; left: -9999em; }
.page-location .wrap > .drop-box { min-width: 250px; border-right: 1px solid #E6E6E6; position: relative; }
.page-location .wrap > .drop-box > a { height: 50px; padding: 0 45px 0 13px; color: #555; line-height: 1.3; position: relative; }
.page-location .wrap > .drop-box > a:hover { text-decoration: none; }
.page-location .wrap > .drop-box > a:after { width: 7px; height: 7px; margin-top: -7px; content: ""; border-left: 1px solid rgba(45,45,45,.7); border-bottom: 1px solid rgba(45,45,45,.7); transform: rotate(-45deg); display: inline-block; position: absolute; top: 50%; bottom: 50%; right: 15px; }
.page-location .wrap > .drop-box:last-child > a { color: #0072e6; }
.page-location .wrap > .drop-box > a.active { background-color: #F3F3F3; color: #0072e6; }
.page-location .wrap > .drop-box > a.active:after { margin-top: -2px; transform: rotate(135deg); }
.page-location .wrap > .drop-box > a.active + .menu-list { clip-path: none; }
.page-location .wrap > .drop-box .menu-list { width: 100%; background-color: #fff; border: 1px solid #E6E6E6; position: absolute; top:50px; left: -1px; z-index: 3; }
.page-location .wrap > .drop-box .menu-list li { border-bottom: 1px solid #E6E6E6; }
.page-location .wrap > .drop-box .menu-list li:last-of-type { border-bottom: 0; }
.page-location .wrap > .drop-box .menu-list li a { padding: 10px 13px; background-color: #fff; color: #555; display: block; }
.page-location .wrap > .drop-box .menu-list li a:hover, .page-location .wrap > .drop-box .menu-list li a:focus-within { background-color: rgba(0, 0, 0,.02); color: #1d1d1d; font-weight: 500; text-decoration: none; }

.page-tit h3 { padding-bottom: 20px; border-bottom: 1px solid #333; font-size: 36px; font-weight: 700; display: block; }

.sub-page .contents { padding: 60px 0 70px 0; position: relative; }

/* responsive */
@media screen and (max-width:1200px) {
    .container { max-width: 1200px; }
    body, input, textarea, button, select, pre { font-size: 15px; }
    .header .global { font-size: 13px; }
    .header .top-wrap { height: 60px; }
    .header .top-wrap .container { display: flex; align-items: center; }
    .header .top-wrap .utility { display: none; }
    .header .top-wrap .logo a { width: 147px; height: 32px; margin-bottom: 0; }    
    .header .top-wrap .hamburger { display: block; position: relative; right: -15px; }
    .header .gnb .nav { display: none; }

    .footer ol > li { flex-direction: column; }    
    .footer ul { justify-content: flex-start; flex-direction: column; }
    .footer ul li + li { margin-left: 0; }
    .footer .address { line-height: 1.7; }
    .footer .service-link { margin-top: 10px; margin-left: 0; padding-left: 0; }
    .footer .service-link > ul > li a { font-size: 16px; }
    .footer .service-link > ul > li + li { margin-top: 5px !important; }
    .footer .service-link .sns-list { margin-top: 20px; }

    .footer ol > li:nth-child(2) > ul { margin-bottom: 10px; }
    .footer ol > li:nth-child(2) > ul { margin-right: 0; align-items: flex-start; }
    .footer ol > li:nth-child(2) > ul > li a { font-size: 15px; }
    .footer ol > li:nth-child(2) > ul > li + li { margin-top: 5px; margin-left: 0; }

    .link-group .container { padding: 0; flex-direction: column; }
    .link-group .drop-box:first-child { border-left: none; }
    .link-group .drop-box { border-left: none !important; border-right: none !important; border-bottom: 1px solid #d8d8d8; }
    .link-group .drop-box .menu-list { border-top: 1px solid #d8d8d8; border-right: none; border-left: none; }
}

@media screen and (max-width:1000px) {
    .container { max-width: 1000px; }
    .page-head .page-tit h3 { font-size: 1.5rem; }
    /*.page-location .container { padding: 0; }
    .page-location .wrap > .drop-box { width: 50%; min-width: auto; }
    .page-location .wrap > .drop-box:last-child { border-color: transparent; }    */
    .page-location { background-color: transparent; }
    .page-location .wrap .home { width: auto; height: auto; border-left: none; border-right: none; }
    .page-location .wrap .home:before { width: 16px; height: 16px; }
    .page-location .wrap > .drop-box { min-width: auto; margin-left: 22px; border-right: none; font-size: 14px; }
    .page-location .wrap > .drop-box > a { height: 43px; padding: 0; }
    .page-location .wrap > .drop-box > a:after { margin-top: -4px; transform: rotate(-135deg); right: auto; left: -16px; }

}
