@charset "UTF-8";

/*===================== header =====================*/

.header { position: fixed; top: 0; left: 0; z-index: 99; width:100%;border-bottom:1px solid var(--colorGray10);background-color:#fff;}

.header .container.inner {display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:unset;}
.header .tnb-wrap { padding: 20px 0; border-bottom: 1px solid var(--colorGray10); }
.header.tnb-hide .tnb-wrap { display: none; }
.header .tnb-wrap .logo_area {width:330px;height:36px}
.header .tnb-wrap .logo_area .logo {display:block;height:100%;background-image:url(../../../../images/home/kor/user/common/logo.svg);background-position:left top;background-repeat:no-repeat;background-size:contain;}
.header .gnb-wrap { position: relative; }
.header .gnb_cont_area { width: 100%; }
.header .gnb_cont_area #gnb { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.header .gnb_cont_area #gnb > li {text-align:center}
.header .gnb_cont_area #gnb .sitemap_tit {display:flex;align-items:center;justify-content:center;height:55px;}
.header .gnb_cont_area #gnb .sitemap_tit .text {display:block;font-weight:700;font-size:20px;color:var(--colorGray90)}
.header .gnb_cont_area #gnb .sub_gnb_area {display:none;;position:absolute;right:0;left:0;padding:0;background-color:#fff;border-top:1px solid var(--colorGray20);z-index:3}
.header .gnb_cont_area #gnb .sub_gnb_area .container {display:flex;max-width:1400px;height:100%;min-height:400px;position:relative; padding: 0;}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area {width:320px;text-align:left;padding:40px 10px 0 10px;position:relative;z-index:1}
/* .header .gnb_cont_area #gnb .sub_gnb_area .title_area::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit.png);} */
.header .gnb_cont_area #gnb .sub_gnb_area .title_area::before {width:calc((100vw - 1400px) / 2 + 320px);content:'';background-color:var(--colorMain);background-position:left 12px bottom;background-repeat:no-repeat;position:absolute;left:calc((100vw - 1400px) / -2);right:0;top:0;bottom:0;z-index:-1}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area.bg1::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit1.png)}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area.bg2::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit2.png)}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area.bg3::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit3.png)}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area.bg4::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit4.png)}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area.bg5::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit5.png)}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area.bg6::before {background-image:url(../../../../images/home/kor/user/common/bg_gnb_tit6.png)}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area .title_cont {display:inline-block;max-width:100%;height:100%;text-align:left}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area .title {margin:0 0 13px;font-weight:600;font-size:32px;line-height:48px;color:#fff}
.header .gnb_cont_area #gnb .sub_gnb_area .title_area .text {font-weight:300;font-size:17px;line-height:1.5;color:#fff}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb {flex:1;display:flex;align-items:flex-start;flex-wrap:wrap;gap:32px 16px;width:100%;padding:40px;text-align:left}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb > li {width:calc(100% / 3 - 11px);margin-bottom:50px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb > li:last-child {margin-bottom:0}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb > li > a {display:flex;align-items:center;justify-content:space-between;height:53px;margin:0 0 12px 0;padding:0 16px;font-weight:700;font-size:19px;line-height:1.45;color:var(--colorGray90);background-color:#fff;outline:1px solid transparent;border:1px solid var(--colorGray20);border-radius:4px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb > li > a .icon {width:24px;color:#E6E8EA}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 {display:block;padding-left:20px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li {margin-bottom:3px;position:relative}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li:last-child {margin-bottom:0}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a {display:block;position:relative;padding:0 17px 0 14px;font-weight:400;font-size:1.05em;color:var(--colorGray90)}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a:before {content:'';position:absolute;top:10px;left:0;width:5px;height:5px;background-color:#D9D9D9;border-radius:4px;transition:0.3s}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a.on {text-decoration:underline;font-weight:700}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a.atv::after {font-family:'xeicon';content:'\e941';font-size:11px;color:var(--colorGray60);position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:0.2s}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a.atv.on::after {transform:translateY(-50%) rotate(90deg)}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb > li.on > a {color:var(--colorMain);outline-color:var(--colorMain);border-color:var(--colorMain)}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb > li.on > a .icon {color:var(--colorMain)}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a:hover,
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a:focus {font-weight:600;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a:hover::before, 
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth3 > li > a:focus::before {background-color:var(--colorGray90)}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 {display:none;margin:5px 0;padding:11px 16px;background-color:var(--colorBgGray);border-radius:4px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li {margin-bottom:4px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li:last-child {margin-bottom:0}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li > a {display:block;padding-left:11px;font-size:1em;font-weight:400;line-height:1.4;position:relative}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li > a::before {display:block;width:5px;height:2px;content:'';background-color:var(--colorGray60);position:absolute;left:0;top:9px}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li > a:hover, 
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li > a:focus {font-weight:700;color:var(--colorMain);text-decoration:underline}
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li > a:hover::before, 
.header .gnb_cont_area #gnb .sub_gnb_area .sub_gnb .depth4 > li > a:focus::before {width:auto;height:auto;background-color:transparent;border:4px solid transparent;border-left:6px solid var(--colorMain);top:7px}


/* .header .gnb_cont_area .head_btn_area {width:88px;font-size:0} */
/* .header .gnb_cont_area .head_btn_area .sch_btn {display:inline-block;margin:0 32px 0 0;vertical-align:middle} */
/* .header .gnb_cont_area .head_btn_area .sitemap_btn {display:inline-block;vertical-align:middle} */
.header .head_btn_area {display:inline-flex;align-items:center;column-gap:24px}
.header .head_btn_area > button,
.header .head_btn_area > a {color:var(--colorGray90)}
.header .head_btn_area .head_quick {}
.header .head_btn_area .head_quick .head_btn {display:inline-block;margin-right:3px;padding:0 15px;line-height:32px;border:1px solid var(--colorGray20);border-radius:34px}
.header .head_btn_area .head_quick .head_btn:last-child {margin-right:0}
.header .head_btn_area .head_quick .head_btn .icon {vertical-align:middle;transform:translateY(-1px);transition:0.3s}
.header .head_btn_area .head_quick .head_btn .icon.small {font-size:0.7em;transform:translateY(-3px)}
.header .head_btn_area .head_quick .head_btn .point {color:var(--colorMain)}
.header .head_btn_area .head_quick .head_btn .text {font-weight:600}
.header .head_btn_area .head_quick .head_btn:hover, 
.header .head_btn_area .head_quick .head_btn:focus {color:var(--colorMain);border-color:var(--colorMain)}
.header .head_btn_area .head_quick .head_btn:hover .icon, 
.header .head_btn_area .head_quick .head_btn:focus .icon {color:var(--colorMain)}
.header .head_btn_area .sch_btn {display:inline-block;width:26px;font-size:28px;text-align:center;line-height:26px}
.header .head_btn_area .sch_btn .icon {}
.header .head_btn_area .sch_btn:hover, 
.header .head_btn_area .sch_btn:focus {color:var(--colorMain)}
.header .head_btn_area .ic_menu {display:inline-flex;align-items:center;justify-content:right;width:26px;height:21px;position:relative}
.header .head_btn_area .ic_menu::before, 
.header .head_btn_area .ic_menu::after {display:block;width:100%;height:3px;content:'';;background-color:var(--colorGray90);border-radius:3px;position:absolute;right:0;transition:0.3s}
.header .head_btn_area .ic_menu::before {top:0}
.header .head_btn_area .ic_menu::after {bottom:0}
.header .head_btn_area .ic_menu .icon {display:block;width:calc(100% - 3px);height:3px;font-size:0;line-height:0;background-color:var(--colorGray90);border-radius:3px;position:absolute;right:0;top:9px;transition:width 0.3s}
.header .head_btn_area .ic_menu:hover::before, 
.header .head_btn_area .ic_menu:focus::before,
.header .head_btn_area .ic_menu:hover::after, 
.header .head_btn_area .ic_menu:focus::after {background-color:var(--colorMain)}
.header .head_btn_area .ic_menu:hover .icon, 
.header .head_btn_area .ic_menu:focus .icon {width:100%;background-color:var(--colorMain)}
.header .head_btn_area .ic_menu.m_gnb_btn {display:none}


/*.header .header_inner .gnb_cont_area .logo_area {width: 200px;}
.header .header_inner .gnb_cont_area .logo_area .logo {display: block;}
.header .header_inner .gnb_cont_area .logo_area .logo img {}
.header .header_inner .gnb_cont_area .gnb_area {width: 100%;}
.header .header_inner .gnb_cont_area .gnb_area #gnb {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex: 1;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li {position:relative; flex: 1; text-align: center;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li.none {display: none;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sitemap_tit {display: block;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sitemap_tit .text {display: block; font-weight: 700; font-size: 20px; line-height: 58px; color: #212121;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li:hover .sitemap_tit .text,
.header .header_inner .gnb_cont_area .gnb_area #gnb > li:focus .sitemap_tit .text {background-color: #5281a9; color: #ffffff;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area {display: none; position:absolute; right: 0; left: 0; padding: 25px 14% 50px; z-index: 3;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li:hover .sub_gnb_area {background-color: #f4f4f4;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb {}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb > li {padding: 0 0 15px;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb > li:last-child {padding: 0;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb > li > a {display: block; font-weight: 400; font-size: 16px; line-height: 28px; color: #424242; text-align: left;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb > li > a:hover,
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb > li > a:focus {color:#5281a9; font-weight: 500;}
.header .header_inner .gnb_cont_area .gnb_area #gnb > li .sub_gnb_area .sub_gnb > li .depth3 {display: none;}
.header .header_inner .gnb_cont_area .head_btn_area {width: 88px; font-size: 0;}
.header .header_inner .gnb_cont_area .head_btn_area .sch_btn {display: inline-block; margin: 0 32px 0 0; vertical-align: middle;}
.header .header_inner .gnb_cont_area .head_btn_area .sch_btn img {}
.header .header_inner .gnb_cont_area .head_btn_area .sitemap_btn {display: inline-block; vertical-align: middle;}
.header .header_inner .gnb_cont_area .head_btn_area .sitemap_btn img {}
.header .header_inner .gnb_cont_area .head_btn_area .m_gnb_btn {display: none;}*/

/* m_gnb */
.header .m_gnb_wrap {display:none; position:fixed; right:-480px; top:0; z-index:9999; max-width: 480px; width: 100%; height:100%;  background-color: #ffffff}
.header #m_gnb_wrap2 {z-index:10000}
.header .m_gnb_wrap .m_gnb_top {display:flex;align-items:center;justify-content:space-between;height:72px;padding-left:20px;border-bottom:1px solid var(--colorGray10);position:relative}
.header .m_gnb_wrap .m_gnb_top .m_gnb_close {display:flex;align-items:center;justify-content:center;width:72px;height:71px;font-size:25px;text-align:center;background-color:#fff}
.header .m_gnb_wrap .m_gnb_top .m_gnb_close:hover, 
.header .m_gnb_wrap .m_gnb_top .m_gnb_close:focus {color:#fff;background-color:var(--colorNavy)}
.header .m_gnb_wrap .head_quick .head_btn {display:inline-block;margin-right:3px;padding:0 15px;line-height:32px;border:1px solid var(--colorGray20);border-radius:34px}
.header .m_gnb_wrap .head_quick .head_btn:last-child {margin-right:0}
.header .m_gnb_wrap .head_quick .head_btn .icon {vertical-align:middle;transform:translateY(-1px);transition:0.3s}
.header .m_gnb_wrap .head_quick .head_btn .icon.small {font-size:0.7em;transform:translateY(-3px)}
.header .m_gnb_wrap .head_quick .head_btn .point {color:var(--colorMain)}
.header .m_gnb_wrap .head_quick .head_btn .text {font-weight:700}
.header .m_gnb_wrap .head_quick .head_btn:hover, 
.header .m_gnb_wrap .head_quick .head_btn:focus {color:var(--colorMain);border-color:var(--colorMain)}
.header .m_gnb_wrap .head_quick .head_btn:hover .icon, 
.header .m_gnb_wrap .head_quick .head_btn:focus .icon {color:var(--colorMain)}
.header .m_gnb_wrap .m_gnb {max-height:calc(100% - 72px);overflow-y:auto}
.header .m_gnb_wrap .m_gnb .item_list {}
.header .m_gnb_wrap .m_gnb .item_list > li {}
.header .m_gnb_wrap .m_gnb .item_list > li > a {display:block;padding:17px 20px;font-size:1.3em;font-weight:700;color:var(--colorGray90);border-bottom:1px solid var(--colorGray10);position:relative}
.header .m_gnb_wrap .m_gnb .item_list > li > a::after {display:block;font-family:'xeicon';content:'\e943';font-size:1.1rem;color:var(--colorGray50);position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:transform 0.3s}
.header .m_gnb_wrap .m_gnb .item_list > li > a .text {}
.header .m_gnb_wrap .sub_gnb_area .container {margin:0}
.header .m_gnb_wrap .sub_gnb_area {display:none;background-color:var(--colorBgGray)}
.header .m_gnb_wrap .sub_gnb_area .title_area {display:none}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb {}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li {}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li > a {display:block;padding:15px 20px 15px 35px;font-size:1.15rem;font-weight:500;color:var(--colorGray90);border-bottom:1px solid var(--colorGray20);position:relative}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li > a::before {display:block;width:6px;height:6px;content:'';background-color:var(--colorGray20);border-radius:6px;position:absolute;left:20px;top:24px}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li > a.has_depth3 {}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li > a.has_depth3::after {font-family:'xeicon';content:'\e913';color:var(--colorGray30);position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:0.3s}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li > a .icon {display:none}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 {display:none;background-color:var(--colorGray10)}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 > li {}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 > li > a {display:block;padding:12px 15px 12px 35px;font-size:1.1rem;font-weight:500;color:var(--colorGray80);border-bottom:1px solid var(--colorGray20);position:relative}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 > li > a:hover, 
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 > li > a:focus {color:#fff;background-color:#003A73}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 .has_depth4::after {font-family:'xeicon';content:'\e93e';color:var(--colorGray30);font-size:0.85em;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:0.2s}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 .has_depth4:hover::after, 
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth3 .has_depth4:focus::after {color:#fff}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb .depth4 {display:none}

.header .m_gnb_wrap .m_gnb .item_list > li.m_atv > a {border-bottom-color:var(--colorMain)}
.header .m_gnb_wrap .m_gnb .item_list > li.m_atv > a .text {color:var(--colorMain)}
.header .m_gnb_wrap .m_gnb .item_list > li.m_atv > a::after {color:var(--colorMain);transform:translateY(-50%) rotate(180deg)}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li.m_atv > a {color:#fff;background-color:var(--colorMain)}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li.m_atv > a::before {width:auto;height:auto;font-family:'xeicon';content:'\e936';color:#fff;font-size:15px;background-color:transparent;border-radius:0;transform:rotate(-90deg);top:17px;left:17px}
.header .m_gnb_wrap .sub_gnb_area .m_sub_gnb > li.m_atv > a.has_depth3::after {content:'\e91a';color:#fff}

.header .m_gnb_wrap .depth3_item_list {}
.header .m_gnb_wrap .depth3_item_list > li {}
.header .m_gnb_wrap .depth3_item_list > li > a {display:block;padding:17px 20px 17px 40px;font-size:1.3em;font-weight:700;color:var(--colorGray90);border-bottom:1px solid var(--colorGray10);position:relative}
.header .m_gnb_wrap .depth3_item_list > li > a::before {font-family:'xeicon';content:'\e93d';color:var(--colorGray50);position:absolute;left:13px;top:50%;transform:translateY(-50%)}
.header .m_gnb_wrap .depth3_item_list .depth4 {background-color:var(--colorBgGray)}
.header .m_gnb_wrap .depth3_item_list .depth4 > li {}
.header .m_gnb_wrap .depth3_item_list .depth4 > li > a {display:block;padding:15px 20px 15px 35px;font-size:1.15rem;font-weight:500;color:var(--colorGray90);border-bottom:1px solid var(--colorGray20);position:relative}
.header .m_gnb_wrap .depth3_item_list .depth4 > li > a::before {display:block;width:6px;height:6px;content:'';background-color:var(--colorGray20);border-radius:6px;position:absolute;left:20px;top:25px}
.header .m_gnb_wrap .depth3_item_list .depth4 > li > a:hover, 
.header .m_gnb_wrap .depth3_item_list .depth4 > li > a:focus {color:#fff;background-color:var(--colorGray90)}
.header .m_gnb_wrap .depth3_item_list .depth4 > li > a:hover::before, 
.header .m_gnb_wrap .depth3_item_list .depth4 > li > a:focus::before {width:auto;height:auto;background-color:transparent;border-radius:0;border:4px solid transparent;border-left:7px solid #fff}

.header .gnb_bg {position: absolute; left:0; display: none; width: 100%; background-color: #ffffff; box-shadow: 0 5px 10px rgba(211,211,211,0.5); z-index: 2;}
.header .m_gnb_bg {display: none; position: fixed; top: 0; right: 0; bottom: 0; left:0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 111;}

/*
.header.scrolled {}
.header.scrolled .gnb_header {position:fixed; top:0; z-index:3; width:100%; border-bottom: 1px solid #e2e4e8; box-shadow:0 2px 5px rgba(211,211,211,0.5); background-color: #ffffff;}
.header.scrolled .sub_gnb_cont {top: 94px;}
.header.scrolled .header_inner .header_top_cont {display: none;}
*/

/* sitemap (10/10) 
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; overflow: auto; background-color: rgba(36,71,101,0.97);}
.sitemap_wrap .sitemap_close {position: absolute; top: 95px; right: 10px; width: 30px; height: 29px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.sitemap_wrap .sitemap_close:hover, .sitemap_wrap .sitemap_close:focus {transform: rotate(180deg);}
.sitemap_wrap .inner_wrap {padding: 85px 0;}
.sitemap_wrap .inner_wrap .title {margin: 0 0 60px; font-weight: 500; font-size: 40px; line-height: 60px; color: #ffffff; text-align: center;}
.sitemap_wrap .sitemap {position: relative; font-size: 0;}
.sitemap_wrap .sitemap > li {display: inline-block; width: calc(25% - 30px); margin: 0 40px 40px 0; vertical-align: top;}
.sitemap_wrap .sitemap > li.none {display: inline-block !important;}
.sitemap_wrap .sitemap > li:nth-last-child(-n+4) {margin: 0 40px 40px 0;}
.sitemap_wrap .sitemap > li:nth-child(4n) {margin: 0 0 40px;}
.sitemap_wrap .sitemap > li:last-child {margin: 0;}
.sitemap_wrap .sitemap > li > a {display: block; border: 1px solid rgba(255,255,255,0.7); text-align: center;}
.sitemap_wrap .sitemap > li > a .text {font-weight: 700; font-size: 24px; line-height: 73px; color: #6decff;}
.sitemap_wrap .sitemap > li > .sub_gnb_area {display: block !important; top: inherit !important; height: inherit !important; min-height: 150px; margin: 25px 0 0; padding: 0 30px;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb {}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li {margin: 15px 0 0;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li:first-child {margin: 0;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > a {display: block; font-weight: 400; font-size: 18px; line-height: 28px; color: #ffffff;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > a:hover {text-decoration: underline;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > .depth3 {display: block; margin: 10px 0 0;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > .depth3 > li {margin: 0 0 10px;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > .depth3 > li:last-child {margin: 0;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > .depth3 > li > a {display: block; position: relative; padding: 0 0 0 10px; color: rgba(255,255,255,0.6); font-size: 18px; font-weight: 300;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > .depth3 > li > a:hover {text-decoration: underline;}
.sitemap_wrap .sitemap > li > .sub_gnb_area .sitemap_sub_gnb > li > .depth3 > li > a:before {display: inline-block; content:'-'; position: absolute; left: 0; top: 0;}*/
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; overflow: auto;background-color:#003A73;background-image:url(../../../../images/home/kor/user/common/sitemap_bg.png);background-position:right top;background-repeat:no-repeat}
.sitemap_wrap a, 
.sitemap_wrap button {color:#fff}
.sitemap_wrap .logo {width:188px;height:88px;position:absolute;right:calc(50% - 920px);top:30px;z-index:-1;transform:translateX(-50%)}
.sitemap_wrap .sitemap_close {display:flex;align-items:center;justify-content:center;width:80px;height:80px;font-size:1.7em;background-color:rgba(0,0,0,0.3);position:absolute;right:0;top:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.sitemap_wrap .sitemap_close .icon {transition:0.4s}
.sitemap_wrap .sitemap_close:hover, 
.sitemap_wrap .sitemap_close:focus {background-color:rgba(0,0,0,0.6)}
.sitemap_wrap .sitemap_close:hover .icon, 
.sitemap_wrap .sitemap_close:focus .icon {transform:rotate(180deg)}
.sitemap_wrap .container {max-width:1400px} 
.sitemap_wrap .sitemap {display:grid;grid-template-columns:1fr 1fr 1fr 1fr}
.sitemap_wrap .sitemap > li {padding:70px 0;border-left:1px solid rgba(255,255,255,0.2)}
/* .sitemap_wrap .sitemap > li:nth-child(4n) {border-right:1px solid rgba(255,255,255,0.2)} */
.sitemap_wrap .sitemap > li > a {padding-left:20px;font-size:32px;font-weight:700;color:#fff;position:relative}
.sitemap_wrap .sitemap > li > a::before {display:inline-block;width:4px;height:calc(100% - 6px);content:'';background-color:#fff;position:absolute;left:0;top:3px;transition:0.3s}
.sitemap_wrap .sitemap > li > a > .text {position:relative}
.sitemap_wrap .sitemap > li > a > .text::after {display:inline-block;width:32px;height:31px;content:'';background-image:url(../../../../images/home/kor/user/common/sitemap_hover.png);background-position:left top;background-size:cover;position:absolute;right:-18px;top:-18px;z-index:-1;opacity:0;transition:0.3s}
.sitemap_wrap .sub_gnb_area {height:auto !important;margin-top:10px;position:relative;z-index:1;top:auto !important}
.sitemap_wrap .sub_gnb_area .container {}
.sitemap_wrap .sub_gnb_area .title_area {display:none !important}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb {}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb > li {padding:0 32px}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb > li > a {display:block;padding:16px 0;color:#fff;font-size:19px;font-weight:700;border-bottom:1px solid #fff}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb > li > a .icon {display:none}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 {}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li {}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li > a {display:block;padding:16px 10px 16px 14px;color:#fff;font-size:17px;border-bottom:1px solid rgba(255,255,255,0.1);position:relative}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li > a::before {display:block;width:4px;height:4px;content:'';background-color:#fff;border-radius:4px;position:absolute;left:0;top:27px;transition:0.3s}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li.on > a, 
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li > a:hover, 
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li > a:focus {padding-left:30px;font-weight:700;background-color:var(--colorMain)}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li.on > a::before, 
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li > a:hover::before, 
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li > a:focus::before {left:16px}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 {padding:16px 24px;border-bottom:1px solid rgba(255,255,255,0.1)}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li {margin-bottom:3px}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li:last-child {margin-bottom:0}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li > a {padding-left:11px;font-size:1.05em;position:relative}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li > a::before {display:block;width:5px;height:1px;content:'';background-color:#fff;position:absolute;left:0;top:9px}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li > a:hover, 
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li > a:focus {text-decoration:underline;font-weight:700}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li > a:hover::before, 
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth4 > li > a:focus::before {}

.sitemap_wrap .sitemap > li.on > a::before {width:8px;background-color:#56D889}
.sitemap_wrap .sitemap > li.on > a > .text::after {opacity:1}
.sitemap_wrap .sub_gnb_area .sitemap_sub_gnb .depth3 > li.on .depth4 {background-color:#00264D}
/* .sitemap_wrap .sub_gnb_area .sitemap_sub_gnb > li.on > a {padding-left:14px;padding-right:14px;background-color:#00264D} */
/*===================== header =====================*/

/* ==================== POPZON ==================== */
.head_popzon {background-color: #31435a;}
.head_popzon .popzon_box {position: relative; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 150px; font-size: 0; text-align: center;}
.head_popzon .popzon_box .nav_box {position: absolute; top: 50%; left: 5px; margin: -13px 0 0; font-size: 0;}
.head_popzon .popzon_box .nav_box.m {display: none;}
.head_popzon .popzon_box .nav_box .nav {display: inline-block; width: 26px; height: 26px; margin: 0 5px 0 0; text-indent: -9999px; background-position: 0 0; background-size: contain; background-repeat: no-repeat; vertical-align: middle;}
.head_popzon .popzon_box .nav_box .nav:last-child {margin: 0;}
.head_popzon .popzon_box .nav_box .nav.prev {background-image: url('../../../../images/home/kor/user/header/popzon_prev_icon.png');}
.head_popzon .popzon_box .nav_box .nav.next {background-image: url('../../../../images/home/kor/user/header/popzon_next_icon.png');}
.head_popzon .popzon_box .nav_box .num {display: inline-block; margin: 0 0 0 30px; font-weight: 300; font-size: 16px; line-height: 24px; color: #ffffff; vertical-align: middle;}
.head_popzon .popzon_box .nav_box .num .now {font-weight: 500;}
.head_popzon .popzon_box .slide_zon {}
.head_popzon .popzon_box .slide_zon #head_slide {}
.head_popzon .popzon_box .slide_zon #head_slide li {}
.head_popzon .popzon_box .slide_zon #head_slide li a {display: block; padding: 18px 0 19px;}
.head_popzon .popzon_box .slide_zon #head_slide li a .title {height: 30px; margin: 0 0 5px; font-weight: 700; font-size: 20px; line-height: 30px; color: #ffffff; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.head_popzon .popzon_box .slide_zon #head_slide li a .text {height: 24px; font-weight: 400; font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, 0.6); word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.head_popzon .popzon_box .head_popzon_close {display: inline-block; position:absolute; top: 10px; right: 5px; width: 19px; height: 18px; background-image: url('../../../../images/home/kor/user/header/popzon_close.png'); background-size: cover; background-repeat: no-repeat;}
.head_popzon .popzon_box .slide_zon #head_slide .slick-dots {display: none !important;}

.head_popzon .popzon_box .chk_each {position: absolute; bottom: 10px; right: 5px; padding: 0 0 0 23px;}
.head_popzon .popzon_box .chk_each .chk_inp {display: block; position: absolute; left: 0; top: 50%; z-index: 1; width: 15px; height: 15px; margin: 0; border: 1px solid #ffffff; background-position: center; background-repeat: no-repeat; transform: translateY(-50%);}
.head_popzon .popzon_box .chk_each .chk_inp:checked {background-image: url('../../../../images/home/kor/user/board/chk.png');}
.head_popzon .popzon_box .chk_each label {display: block; font-size: 0;}
.head_popzon .popzon_box .chk_each label .text {display: inline-block; font-weight: 400; font-size: 14px; line-height: 21px; color: #ffffff;}
/* ==================== POPZON ==================== */

/* 메인팝업 */
.header .head_popzon_cont {position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 4;}
.header .head_popzon_cont .head_popzon_area {position:fixed; top: 50%; left: 50%; width: 100%; max-width: 625px; transform: translate(-50%, -50%);}
.header .head_popzon_cont .head_popzon_area .title_area {margin: 0 0 15px; text-align: center;}
.header .head_popzon_cont .head_popzon_area .title_area .title {font-weight: 500; font-size: 40px; line-height: 60px; color: #ffffff;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area {margin: 0 0 15px;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide {width: 100%; padding: 0 62px;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list { overflow: hidden; border-radius: 8px;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track {}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track li {}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track li .box {display: block; background-color: #ffffff;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track li .box .img_box {position: relative; width: 100%; padding-bottom: calc(100% + 10%);}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track li .box .img_box .inner_box {position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track li .box .img_box .inner_box > p { /* width: 100%; height: 100%; */ }
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-list .slick-track li .box .img_box .inner_box img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-arrow {position: absolute; top: 50%; width: 23px; height: 37px; text-indent: -9999px; background-size: cover; background-repeat: no-repeat; transform: translateY(-50%);}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-arrow.slick-prev {left: 0; background-image: url('../../../../images/home/kor/user/header/head_popzon_prev.png');}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-arrow.slick-next {right: 0; background-image: url('../../../../images/home/kor/user/header/head_popzon_next.png');}
.header .head_popzon_cont .head_popzon_area .popzon_slide_area #head_popzon_slide .slick-dots {display: none !important;}
.header .head_popzon_cont .head_popzon_area > .inner_box {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 500px; margin: 0 auto;}
.header .head_popzon_cont .head_popzon_area > .inner_box .chk_each {position: relative; padding: 0 0 0 30px; font-size: 0;}
.header .head_popzon_cont .head_popzon_area > .inner_box .chk_each .chk_inp {display: block; position: absolute; top: 50%; left: 0; width: 20px; height: 20px; margin: 0; border: none; padding: 0; background-color: transparent; background-image: url('../../../../images/home/kor/user/header/head_chk_icon.png'); background-size: cover; background-repeat: no-repeat; font-size: 0; transform: translateY(-50%); appearance: none;}
.header .head_popzon_cont .head_popzon_area > .inner_box .chk_each .chk_inp:checked {background-image: url('../../../../images/home/kor/user/header/head_chk_icon_on.png');}
.header .head_popzon_cont .head_popzon_area > .inner_box .chk_each label {font-size: 0;}
.header .head_popzon_cont .head_popzon_area > .inner_box .chk_each label .text {display: inline-block; font-weight: 700; font-size: 16px; line-height: 24px; color: #ffffff;}
.header .head_popzon_cont .head_popzon_area > .inner_box .slide_num {font-weight: 700; font-size: 18px; line-height: 24px; color: #ffffff;}
.header .head_popzon_cont .head_popzon_area > .inner_box .slide_num .num {display: inline-block; vertical-align: middle;}
.header .head_popzon_cont .head_popzon_area > .inner_box .slide_num .total {display: inline-block; vertical-align: middle;}
.header .head_popzon_cont .head_popzon_area > .inner_box .btn_area {font-size: 0;}
.header .head_popzon_cont .head_popzon_area > .inner_box .btn_area .colse_btn {display: inline-block; padding: 0 25px; background-color: var(--com-main-color); font-size: 0; border-radius: 8px;}
.header .head_popzon_cont .head_popzon_area > .inner_box .btn_area .colse_btn .text {display: inline-block; padding: 0 27px 0 0; background-image: url('../../../../images/home/kor/user/header/head_popzon_colse.png'); background-position: right center; background-repeat: no-repeat; font-weight: 700; font-size: 16px; line-height: 40px; color: #ffffff; vertical-align: middle;}
/* 메인팝업 */

.gnb_header {position:relative; }
.header .scroll_indicator {position:absolute; right: 0; bottom: 0; left: 0; height: 4px; font-size: 0;}
.header .scroll_indicator span {display: inline-block; height: 4px; background-color: #000;  -webkit-transition: width .4s ease-out; transition: width .4s ease-out;}