@import url('/common/css/basic.css');

/* 스크롤 */
* {scrollbar-arrow-color: #ddd; scrollbar-Track-Color: #ddd; scrollbar-base-color: #aaa; scrollbar-Face-Color: #aaa; scrollbar-3dLight-Color: #aaa; scrollbar-DarkShadow-Color: #aaa; scrollbar-Highlight-Color: #aaa; scrollbar-Shadow-Color: #aaa;}
::-webkit-scrollbar {width: 5px; height: 5px;}
::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 10px;}
::-webkit-scrollbar-track {background-color: #ddd; border-radius: 10px;}

#wrap {position: relative; overflow: hidden;}
.container {position: relative; margin: 0 auto; width: 100%; max-width: 70rem;}
.container:after {clear: both; display: block; content: "";}

/* slick slide common */
.slick-slider { -webkit-transition:all ease-in-out .3s; transition:all ease-in-out .3s; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-slide { display:none; height:100%; min-height:1px; vertical-align:middle;}
.slick-list { overflow:hidden;}
.slick-list.dragging { cursor:pointer;}
.slick-initialized .slick-slide { display:inline-block;}
.slick-arrow.slick-hidden { display:none;}
.slick-current { opacity:1; display:block;}
.slick-track { position:relative; left:0; top:0; display:block; margin-left:auto; margin-right:auto;}
/* slick arrow show */
.arwShow .slick-arrow.slick-hidden { display:inline-block;}

/* header */
/* #header {position: relative; width: 100%; height: 4.25rem; background: #fff; transition: top .2s linear; -webkit-transition: top .2s linear; z-index: 99;} */
#header {position: relative; margin:0 auto; max-width: 70rem; height: 4.25rem; /* background: #2C2F3E; */ transition: top .2s linear; -webkit-transition: top .2s linear; z-index: 99;}
#header:before {background: #2C2F3E; position: absolute;  width: 500%; height: 100%; content: ""; left:-200%;}
#header h1.logo {position: absolute;top: 0;left: 0.5rem;display: flex;height: 4.25rem;align-items: center;z-index: 100;}
/* #header h1.logo a {display: block; width: 250px; height: 40px; background: url('/images/web/main/layout/logo.png') no-repeat;} */
#header h1.logo a {display: block; width: 250px; height: 40px; background: url('/images/web/main/layout/logo2.png') no-repeat;background-size:contain;}
/* #header .fullmenu {position: absolute; top: 0.625rem; right: 2rem; display: block; padding: 0.85rem 0.75rem; width: 3rem; height: 3rem; background: #ffd602; border-radius: 0.5rem 0.5rem 0.5rem 0; z-index: 100;} */
#header .fullmenu {position: absolute; top: 0.9rem; right: 0.5rem; display: block; padding: 0.6rem 0.75rem; width: 2.5rem; height: 2.5rem; background: #ffd602; border-radius: 0.5rem 0.5rem 0.5rem 0; z-index: 100;}
#header .fullmenu p {overflow: hidden;}
#header .fullmenu span,
#header .fullmenu em {float: left; display: inline-block; width: 100%; height: 0.2rem; border-radius: 0.2rem; background: #0067c5; -webkit-transition: all 0.25s ease; transition: all 0.25s ease;}
#header .fullmenu em {margin-left: 0.15rem; width: 0.3rem; height: 0.3rem; background: #f47521; border-radius: 0.3rem;}
#header .fullmenu .line1 span {margin-top: 0.05rem; width: calc(100% - 0.45rem); background: #00915c;}
#header .fullmenu .line2 span {margin: 0.3rem 0;}
#header .fullmenu:hover .line1 span {width: 0.2rem;}
#header .fullmenu:hover .line1 em {width: calc(100% - 0.35rem);}
#header .login {position: absolute;top: 0.9rem;right: 3.5rem;width: 2rem;color: #fff;z-index: 100;width: 2.5rem;height: 2.5rem;background: #006fba;border-radius: 0.5rem  0.5rem 0rem 0.5rem; font-size: .6rem;text-align: center;padding-top: 1.4rem;}
#header .login:before {content:'\e964';font-family: 'xeicon';color:#fff;text-align:center;font-size: 1.1rem;z-index: 200;display: block;width: 100%;height: 100%;top: 0rem;left: 0;position: absolute;}
#header .mob {display: none;}

/* web navigation */
/* gnb common */
#nav {position: relative; width: 100%; z-index: 99;}
#gnb {position: relative; height: 50px; z-index: 2;}
#gnb:before {position: absolute; left: 0; top: calc(4.25rem - 1px); width: 100%; height: 1px; background: #f3f3f3; opacity: 0; content:'';}
#gnb li a {position: relative; display: block; font-weight: 400;}
#gnb li a span {position: relative; z-index: 2;}
/* #gnb .depth01 {margin: 0 8rem 0 18rem; width: 100%; max-width: calc(100% - 26rem); z-index: 1;} */
#gnb .depth01 {margin: 0 8rem 0 13.5rem; width: 100%; max-width: calc(100% - 20rem); z-index: 1;}
#gnb .depth01 > ul {display: table; width: 100%; line-height: 0; text-align: center; font-size: 0;}
#gnb .depth01 > ul > li {display: table-cell; width: 16.66%; vertical-align: top; line-height: 1.6; font-size: 0.8rem;}
#gnb .depth01 > ul > li.on > a {color: #35a55d;}
#gnb .depth01 > ul > li > a {display: flex; justify-content: center; align-items: center; padding: 0 3rem; width: 100%; height: 4.25rem; line-height: 1.2; font-size: 0.95rem; font-weight: 600; color: #000;}
#gnb .depth01 > ul > li > a > span {display: inline-block;}
#gnb .depth01 > ul > li > a[target='_blank'] > span:after {display: inline-block; padding-left: 0.25rem; font-family: 'xeicon'; font-size: 0.9rem; content: "\e980";}
#gnb .depth01 > ul > li + li > a:before {position: absolute; top: calc(50% - 0.175rem); left: -0.175rem; width: 0.35rem; height: 0.35rem; background: #ccc; border-radius: 50%; content: "";}
#gnb .depth01.depWidth > ul {display: table;}
#gnb .depth01.depWidth > ul > li {display: table-cell;}
#gnb .depth01.depWidth > ul > li > a {padding: 0;}
#gnb .depth02 {width: 100%; height: auto; text-align: left;}
#gnb .depth02 > ul {padding: 0.75rem 0;}
#gnb .depth02 > ul > li.dep:hover:before {color: #fff;}
#gnb .depth02 > ul > li.dep > a {padding-right: 1.25rem;}
#gnb .depth02 > ul > li > a {padding: 0.65rem 1rem; font-size: 0.8rem; font-weight: 400; color: #111; outline:none;}
#gnb .depth02 > ul > li > a[target='_blank'] > span:after {display: inline-block; padding-left: 0.25rem; vertical-align: middle; font-family: 'xeicon'; font-size: 0.8rem; content: "\e980";}
#gnb .depth03 {position: relative; display: none;}
#gnb .depth03 > ul {padding: 0.5rem;}
#gnb .depth03 > ul > li + li {margin-top: 0.25rem;}
#gnb .depth03 > ul > li > a {padding-left: 0.5rem; padding-right: 1rem; font-size: 0.75rem; color: #000; opacity: 0.8; border-bottom: 1px solid transparent;}
#gnb .depth03 > ul > li > a:before {position: absolute; left: 0; top: 0.5rem; width: 3px; height: 3px; background: #333; border-radius: 50%; content: "";}
#gnb .depth03 > ul > li > a::after {position: absolute; right: 0; top: 0; font-family: 'xeicon'; font-size: 0.7rem; content: '\e93f';}
#gnb .depth03 > ul > li > a[target='_blank'] > span:after {display: inline-block; padding-left: 0.15rem; vertical-align: middle; font-family: 'xeicon'; font-size: 0.7rem; content: "\e980";}
#gnb .depth03 > ul > li > a:hover,
#gnb .depth03 > ul > li > a:focus {font-weight: 700; color: #2f69bb; border-bottom: 1px solid #35a55d; opacity: 1;}
#gnb .depth03 > ul > li > a:hover:before,
#gnb .depth03 > ul > li > a:focus:before {background: #35a55d;}
#gnb .active > .depth03 {display: block;}
#gnb:before, #nav a, #gnb li > a:before, #gnb li > a:after, #gnb li > a > span:before {transition: all .1s; -webkit-transition: all .1s;}
/** :active **/
#gnb.active:before {opacity: 1;}

/* gnb : fullDown */
#nav.fullDown #gnb {height: 4.25rem; overflow: hidden;}
#nav.fullDown #gnb:after {position: absolute; top: 4.25rem; left: 0; width: 100%; height: 0; background: #fdfdfd url('/images/web/main/layout/bg_full.png') no-repeat; background-position: left center; border-bottom: 1px solid #2aa054; opacity: 0; content: ""; z-index: 0;}
#nav.fullDown ul,
#nav.fullDown li {height: 100%;}
#nav.fullDown .depth01 {position: relative; height: 4.25rem;}
#nav.fullDown .depth01 > ul > li {position: relative;}
#nav.fullDown .depth01 > ul > li:before {position: absolute; top: 4.25rem; right: 0; width: 1px; height: calc(100% - 4.25rem); background: #2aa054; content: "";}
#nav.fullDown .depth01 > ul > li:after {position: absolute; top: calc(4.25rem - 0.2rem); left: calc(50% - 1rem); width: 2rem; height: 0.4rem; background: #35a55d; border-radius: 0.4rem; opacity: 0; content: ""; transition: all 0.25s; -webkit-transition: all 0.25s;}
/* #nav.fullDown .depth01 > ul > li > a {color: #000;} */
#nav.fullDown .depth01 > ul > li > a {color: #fff;}
#nav.fullDown .depth01 > ul > li > a > span {position: relative;}
#nav.fullDown .depth02 {position: relative; top: auto; left: auto; text-align: center; visibility: hidden; opacity: 0; transition-delay: 0s;}
#nav.fullDown .depth02 > ul {padding: 0.5rem 0 1rem;}
#nav.fullDown .depth02 > ul > li > a {display: inline-block; padding: 0.35rem 1.5rem 0.35rem 0.75rem;}
#nav.fullDown .depth02 > ul > li.dep > a:before {position: absolute; top: 0.45rem; right: 0.5rem; font-family: 'xeicon'; font-size: 0.7rem; content: '\e913'; z-index: 2;}
#nav.fullDown .depth03 > ul {padding: 0.5rem;}
#nav.fullDown .depth03 > ul > li > a {display: inline-block; font-size: 0.7rem; border: none;}
#nav.fullDown .depth03 > ul > li > a:hover,
#nav.fullDown .depth03 > ul > li > a:focus {border: none;}
#nav.fullDown .depth03 > ul > li > a:before {display: none;}
/** fullDown:active **/
#nav.fullDown #gnb.active {height: auto;}
#nav.fullDown #gnb.active:after {height: calc(100% - 4.25rem); opacity: 1;}
#nav.fullDown .active .depth01 {height: auto;}
#nav.fullDown .active .depth01 > ul > li.on {background: #e6f6eb; border-bottom: 1px solid #2aa054;}
#nav.fullDown .active .depth01 > ul > li.on:after {opacity: 1;}
/* #nav.fullDown .active .depth01 > ul > li > a {color: #222;} */
#nav.fullDown .active .depth01 > ul > li > a {color: #fff;}
#nav.fullDown .active .depth01 > ul > li.on > a {color: #2aa054; background: #fff;}
#nav.fullDown .active .depth01 > ul > li .depth02 {opacity: 1; visibility: visible;}
#nav.fullDown .active .depth01 > ul > li.on .depth02 {margin-top: -1px; border-top: 1px solid #f3f3f3;}
#nav.fullDown .depth02 > ul > li > a:hover,
#nav.fullDown .depth02 > ul > li > a:focus,
#nav.fullDown .depth02 > ul > li.active > a {font-weight: 700; color: #35a55d;}
#nav.fullDown .depth02 > ul > li.active > a::after {width: calc(100% + 0.75rem); opacity: 1;}
#nav.fullDown .depth02 > ul > li.dep.active > a:before {content: '\e91a';}

/* gnb : oneDown */
#nav.oneDown #gnb {height: 4.25rem;}
#nav.oneDown #gnb:before {top: calc(4.25rem + 1px); z-index: 1;}
#nav.oneDown ul,
#nav.oneDown li {height: 100%;}
#nav.oneDown .depth01 {position: relative;}
#nav.oneDown .depth01 > ul {width: 100%; text-align: center;}
#nav.oneDown .depth01 > ul > li {position: relative;}
#nav.oneDown .depth01 > ul > li > a:before {display: none;}
#nav.oneDown .depth02 {position: absolute; top: calc(4.25rem - 1px); left: -10%; width: 120%; text-align: left; border-top: 4px solid #2aa054; border-right: 1px solid #6694d5; border-bottom: 2px solid #2aa054; border-left: 1px solid #2aa054; box-shadow: 2px 2px 5px rgba(0,0,0,0.3); opacity: 0; visibility: hidden; transition-delay: 0s;}
#nav.oneDown .depth02:before {position: absolute; top: 0; left: 0; width: 100%; height: 0; background: rgba(255,255,255,0.9); opacity: 0; content: ""; z-index: 0;}
#nav.oneDown .depth02 > ul > li > a {padding: 0.25rem 0.5rem;}
#nav.oneDown .depth02 > ul > li > a::after {width: 100%; height: 100%; background: #35a55d; position: absolute; top: 0; right: 0; opacity: 0; z-index: 1; transition: width 0.25s; -webkit-transition: width 0.25s; box-shadow: 0 0 0.25rem rgba(0,0,0,0.5); content: '';}
#nav.oneDown .depth02 > ul > li > a > span {position: relative; padding: 0 0.25rem; z-index: 2;}
#nav.oneDown .depth02 > ul > li > a > span:before {position: absolute; bottom: 0; left: 50%; width: 0; height: 0.5rem; background: #35a55d; border-radius: 0.5rem; opacity: 0; content: ""; z-index: -1;}
#nav.oneDown .depth02 > ul > li.dep > a:before {position: absolute; top: 0.4rem; right: 0.5rem; font-family: 'xeicon'; font-size: 0.65rem; content: '\e913'; z-index: 2;}
#nav.oneDown .depth03 {background: #fff;}
/** oneDown : active **/
#nav.oneDown .depth01 > ul > li.on > .depth02 {display: block; opacity: 1; visibility: visible;}
#nav.oneDown .depth01 > ul > li.on > .depth02:before {height: 100%; opacity: 1;}
#nav.oneDown .depth02 > ul > li.dep.active > a:before {content: '\e91a';}
#nav.oneDown .depth02 > ul > li > a:hover,
#nav.oneDown .depth02 > ul > li > a:focus,
#nav.oneDown .depth02 > ul > li.dep.active > a {color: #fff; background: #35a55d;}
#nav.oneDown .depth02 > ul > li > a:hover > span:before,
#nav.oneDown .depth02 > ul > li > a:focus > span:before,
#nav.oneDown .depth02 > ul > li.dep.active > a > span:before {left: 0; width: 100%; opacity: 0.2;}
#nav.oneDown .depth02 > ul > li.dep.active > a::after {width: calc(100% + 0.75rem); opacity: 1;}

/* gnb : oneFull */
#nav.oneFull #gnb {height: 4.25rem;}
#nav.oneFull #gnb:before {top: 4.25rem; z-index: 1;}
#nav.oneFull ul,
#nav.oneFull li {height: 100%;}
#nav.oneFull .depth01 > ul {width: 100%; line-height: 0; text-align: center; font-size: 0;}
#nav.oneFull .depth01 > ul > li {line-height: 1.6; vertical-align: top; font-size: 0.8rem;}
#nav.oneFull .depth02 {position: absolute; top: 4.25rem; left: 0; text-align: left; opacity: 0; visibility: hidden; transition-delay: 0s;}
#nav.oneFull .depth02:before {position: absolute; top: 0; left: 0; width: 100%; height: 0; background: rgba(255,255,255,0.9); border-bottom: 2px solid #2aa054; box-shadow: 0 5px 10px rgba(0,0,0,0.1); opacity: 0; content:""; z-index: 0;}
#nav.oneFull .depth02 > ul {margin: 0 auto; width: 100%; max-width: 60rem; line-height: 0; font-size: 0;}
#nav.oneFull .depth02 > ul > li {display: inline-block; padding: 0.5rem; width: 25%; line-height: 1.6; vertical-align: top; font-size: 0.8rem;}
#nav.oneFull .depth02 > ul > li.dep > a:before {position: absolute; top: 0.6rem; right: 0.75rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; font-family: 'xeicon'; font-size: 0.85rem; color: #fff; background: #35a55d; border-radius: 50%; content: '\e913';}
#nav.oneFull .depth02 > ul > li > a {font-size: 0.85rem; border: 2px solid #35a55d;}
#nav.oneFull .depth02 > ul > li > a:hover,
#nav.oneFull .depth02 > ul > li > a:focus,
#nav.oneFull .depth02 > ul > li.dep.active > a {color: #fff; background: #35a55d;}
#nav.oneFull .depth02 > ul > li > a[target='_blank'] > span:after {display: none;}
#nav.oneFull .depth02 > ul > li > a[target='_blank']::after {position: absolute; top: 0.6rem; right: 0.75rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; font-family: 'xeicon'; font-size: 0.85rem; color: #fff; background: #35a55d; border-radius: 50%; content:'\e980';}
#nav.oneFull .depth03 {margin: 0; opacity: 0;}
#nav.oneFull .depth03 > ul > li > a:before {background: #35a55d;}
/** oneFull:active **/
#nav.oneFull #gnb.active {height: auto;}
#nav.oneFull .depth02 > ul > li.dep > a:hover:before,
#nav.oneFull .depth02 > ul > li.dep > a:focus::before,
#nav.oneFull .depth02 > ul > li.dep.active > a:before {color: #35a55d; background: #fff;}
#nav.oneFull .depth02 > ul > li.dep.active > a:before {content: "\e91a";}
#nav.oneFull .depth02 > ul > li > a:hover[target='_blank']::after {color: #35a55d; background: #fff;}
#nav.oneFull .depth02 > ul > li.active .depth03 {display: block; background: #f5f5f5; box-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.1); opacity: 1;}
#nav.oneFull .depth01 > ul > li.on > .depth02 {opacity: 1; visibility: visible;}
#nav.oneFull .depth01 > ul > li.on > .depth02:before {height: 100%; opacity: 1; transition-delay: 0s; -webkit-transition-delay: 0s;}

/* moblie navigation  */
#mNav {position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; font-weight: 400; background: rgba(0,0,0,0.7); overflow: auto; visibility: hidden; transition: 0.25s ease; -webkit-transition: 0.25s ease; z-index: 999;}
#mNav h4 {display: none;}
#mNav .inBox {position: relative; float: right; width: calc(100% - 2rem); height: 100vh; background: #fff;}
#mNav .inBox:after {clear: both; display: block; content: "";}
#mNav .snb {padding: 0 1rem; height: 3.5rem; font-size: 1rem; color: #000; overflow: hidden;}
#mNav .logo img {max-height: 2rem;}
#mNav #mNavClose {float: right; display: inline-block; margin-top: 0.75rem; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; background: #ffd602; border-radius: 3rem 3rem 3rem 0;}
#mNav #mNavClose i {font-weight: 200;}
#mNav.active {right: 0; visibility: visible;}

/* mgnb */
#mgnb {padding: 0 1rem; box-shadow: inset 0 2px 6px rgba(0,0,0,0.1);}
#mgnb div,
#mgnb ul {overflow: hidden;}
#mgnb li, 
#mgnb li a {position: relative; display: block;}
#mgnb li a[target='_blank']:after {display: inline-block; padding-left: 0.25rem; font-family: 'xeicon'; font-weight: 400; content: '\e980';}
#mgnb li a {font-weight: 600; color: #000;}
#mgnb .depth01 > ul > li {border-bottom: 1px solid #d4d4d4; overflow: hidden;}
#mgnb .depth01 > ul > li > a {padding: 0.75rem 1rem 0.75rem 0; font-size: 0.8rem;}

#mgnb .depth02 {display: none; background: #f6f6f6;}
#mgnb .depth02 > ul > li {border-bottom: 1px solid #fff;}
#mgnb .depth02 > ul > li > a {padding: 0.65rem 2rem 0.65rem 0.35rem; font-size: 0.75rem;}

#mgnb .depth03 {display: none; background: #fff;}
#mgnb .depth03 > ul > li {border-bottom: 1px dashed #e0e0e0;}
#mgnb .depth03 > ul > li > a {padding: 0.5rem 1rem; font-size: 0.75rem;}
#mgnb .depth03 > ul > li > a:before {position: absolute; top: 0.85rem; left: 0.5rem; width: 4px; height: 4px; background: #868686; border-radius: 50%; content: "";}

/* depth, _blank icon */
#mgnb li.dep > a:before {position: absolute; font-family: 'xeicon';}
#mgnb .depth01 > ul > li.dep.active > a {background-image: url('/common/images/common/bg_mNav_active.png'); background-repeat: no-repeat; background-position: right top; background-size: contain;}
#mgnb .depth01 > ul > li.dep > a:before {top: 1rem; right: 0.5rem; font-size: 1rem; content: '\e943';}
#mgnb .depth02 > ul > li > a:before {position: absolute; top: 0.8rem; right: 0.65rem; font-family: 'xeicon'; content: '\e94a';}
#mgnb .depth02 > ul > li.dep > a:before {content: '\e9c5';}
/* mgnb : active */
#mgnb li.dep.active > div {display: block;}
#mgnb .depth01 > ul > li.dep.active > a {color: #127335; font-weight: 700; border-bottom: 1px solid #209b4b;}
#mgnb .depth01 > ul > li.dep.active > a:before {content: '\e946';}
#mgnb .depth02 > ul > li.dep.active > a {color: #127335; background: #ebfff2;}
#mgnb .depth02 > ul > li.dep.active > a:before {content: '\e9c1';}

/* 사이트맵 */
.popFullmenu {position: fixed; top: 0; left: 0; display: none; padding: 5rem 2rem; width: 100%; height: 100vh; background: rgba(28, 34, 50, 0.97); z-index: 999;}
.popFullmenu h1.logo {position: absolute; top: 0; left: 0; padding: 0 2.5rem; height: 3rem; line-height: 3rem;}
.popFullmenu h1.logo a {display: inline-block; width: 250px; height: 40px; vertical-align: middle; background: url('/images/web/main/layout/logo2.png') no-repeat;}
.popFullmenu .fullmenu_wrap {margin: 0 auto; width: 100%; max-width: 80rem; height: 100%; overflow-y: auto;}
.popFullmenu a {position: relative; color: #fff; -webkit-transition: 0.3s; transition: 0.3s;}
.popFullmenu a > span {position: relative; display: inline-block; z-index: 1;}
.popFullmenu a[target="_blank"] > span:after {display: inline-block; margin-left: 0.25rem; vertical-align: middle; font-family: "xeicon"; font-weight: 400; content: "\e980";} 

.popFullmenu .depth01 > li {padding: 2.5rem 0; line-height: 1.3; vertical-align: top; font-size: 0.8rem; overflow: hidden;}
.popFullmenu .depth01 > li:first-of-type {padding-top: 0;}
.popFullmenu .depth01 > li + li {border-top: 1px solid rgba(255,255,255,0.2);}
.popFullmenu .depth01 > li > a {float: left; display: inline-block; padding-bottom: 1rem; width: 7.5rem; font-size: 1rem; font-weight: 600; border-bottom: 1px solid #0090ff;}
.popFullmenu .depth02 {float: left; display: flex; flex-wrap: wrap; margin-left: 1.5rem; width: calc(100% - 9rem); overflow: hidden;}
.popFullmenu .depth02 > li {padding: 0 0.75rem; width: calc(100% / 5);}
.popFullmenu .depth02 > li:nth-of-type(n+6) {margin-top: 1rem;}
.popFullmenu .depth02 > li > a {display: block; padding: 0.75rem; text-align: center; font-size: 0.9rem; font-weight: 500; border: 2px solid #fff; border-radius: 0.5rem;} 
.popFullmenu .depth02 > li > a:hover,
.popFullmenu .depth02 > li > a:focus {border-color: #0090ff;}

.popFullmenu .depth03 {padding: 0.75rem 0;}
.popFullmenu .depth03 > li > a {display: block; padding: 0.25rem 1rem;}
.popFullmenu .depth03 > li > a:hover span,
.popFullmenu .depth03 > li > a:focus span {text-decoration: underline;}

.popFullmenu .depth04 {margin: 0.75rem 0; padding: 0.75rem; background: #313647; border-radius: 0 0.5rem 0.5rem 0.5rem;}
.popFullmenu .depth04 > li > a {position: relative; display: block; padding: 0.25rem 0.75rem 0.25rem 0.5rem; font-size: 0.75rem;}
.popFullmenu .depth04 > li > a:before {position: absolute; top: 0.75rem; left: 0; width: 2px; height: 2px; background: #fff; border-radius: 50%; content: "";}
.popFullmenu .depth04 > li > a:hover span,
.popFullmenu .depth04 > li > a:focus span {text-decoration: underline;}

#fullmenuClose {position: absolute; top: 0; right: 0; width: 3rem; height: 3rem; line-height: 3rem; text-align: center; font-size: 1.7rem; color: #92bfe2; background: #0068b8;}
#fullmenuClose > i {position: relative; transition: transform .3s; -webkit-transition: transform .3s;}
#fullmenuClose:focus > i,
#fullmenuClose:hover > i {-webkit-transform: rotate(180deg); transform: rotate(180deg);}

/* footer */
#footer {position: relative; float: left; width: 100%; color: #fff; background: #2e3640; z-index: 4;}
#footer .container {position: relative; padding: 1rem 0 3rem;}
#footer .ftWrap {height: 2.5rem;}
#footer .ftWrap:after {clear: both; display: block; content: "";}
#footer .ftLink ul {float: left; overflow: hidden;}
#footer .ftLink li {position: relative; float: left; display: inline-block; line-height: 2.5rem;}
#footer .ftLink li + li {margin-left: 2rem; padding-left: 2rem;}
#footer .ftLink li + li:before {position: absolute; top: calc(50% - 1px); left: -1px; width: 3px; height: 3px; background: #fff; border-radius: 50%; content: "";}
#footer .ftLink li a {display: inline-block; letter-spacing: -0.025em;}
#footer .ftLink li a:hover,
#footer .ftLink li a:focus {text-decoration: underline;}
#footer .ftLink li a strong {font-weight: 600; color: #d9f0f4;}
#footer .ftBox {float: left; margin-top: 1.25rem; width: 100%;}
#footer .ftBox address span {display: inline-block; margin-right: 1rem;}
#footer .ftBox address span i {display: inline-block; margin-right: 0.25rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; background: rgba(255,255,255,0.15); border-radius: 50%;}
#footer .ftBox .copyright {margin-top: 0.75rem; padding-right: 4rem; color: #a4a4a4;}
#footer .top_btn {position: absolute; top: -1.75rem; right: -6.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 0.25rem; width: 3.5rem; height: 3.5rem; font-family: 'Montserrat'; font-size: 0.7rem; font-weight: 700; color: #fff; letter-spacing: 0; background: #006fba; border-radius: 50%; overflow: hidden; z-index: 100; transition: all .2s; -webkit-transition: all .2s;}
#footer .top_btn i {margin-bottom: 0.25rem; font-size: 1rem;}
#footer .top_btn:hover,
#footer .top_btn:focus {background: #5c738c;}

/* footer :site link */
.siteLink {float: right;}
.siteLink:after {clear: both; display: block; content: "";}
.siteLink .wrap {float: left; position: relative; width: 11.5rem;}
.siteLink .wrap + .wrap {margin-left: 0.5rem;}
.siteLink .wrap button {position: relative; display: block; padding: 0 1.5rem 0 1rem; width: 100%; height: 2.5rem; line-height: 2.5rem; text-align: left; background: rgba(125,135,146,0.5); border: 0; border-radius: 0.5rem; color:#fff;}
.siteLink .wrap button:before {position: absolute; top: 0; right: 1rem; font-family: 'xeicon'; font-size: 1rem; content: "\e930";}
.siteLink .wrap .lst {position: absolute; left: 0; bottom: 2.5rem; display: none; padding: 0.75rem; width: 100%; background: rgba(60, 78, 98, 0.9); border-radius: 0.5rem; z-index: 10;}
.siteLink .wrap .lst ul {max-height: 5rem; padding-right: 5px; overflow-y: auto;}
.siteLink .wrap .lst a {display: block; padding: 0.25rem 0; line-height: 1.1rem; font-size: 0.7rem; font-weight: 400; color: #fff;}
.siteLink :before,
.siteLink a, 
.siteLink button {transition: all .2s; -webkit-transition: all .2s;}
/* footer :site link :active */
.siteLink .wrap button:hover,
.siteLink .wrap button.active {background: #7d8792;}
.siteLink .wrap button.active:before {transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.siteLink .lst a:hover,
.siteLink .lst a:focus {text-decoration: underline;}

/* 서브레이아웃 */
#sub_container {position: relative; padding-bottom: 2rem; background: #fff;}
#sub_container:after {clear: both; display: block; content: "";}

/* 서브비주얼 */
.subvisual {position: relative; width: 100%; height: 15rem; font-size: 0; line-height: 0; overflow: hidden;}
.subvisual img {width: 100%; height: 100%; object-fit: cover;}

.sub_content {position: relative; margin: 0 auto; width: 100%; max-width: 70rem;}
.sub_content:after {clear: both; display: block; content: "";}

/* 서브메뉴 */
#snb {float: left; position: relative; margin-top: -3rem; width: 13.5rem;}
#snb h2 {display: flex; align-items: center; justify-content: center; width: 100%; height: 6.5rem; line-height: 1.3; font-size: 1.15rem; font-weight: 600; color: #fff; background: url('/images/web/main/sub/bg_sub_h2.png') no-repeat center / cover; border-radius: 1rem 1rem 0 0;}
#snb .lnb a {position: relative; display: block; width: 100%; font-weight: 400; color: #000;}
#snb .lnb a:after {position: absolute; top: 0.8rem; right: 0.75rem; font-family: 'xeicon'; font-size: 1rem; color: #1f9b4b;}
#snb .lnb a[target="_blank"]:after {content:"\e980";}
#snb .lnb > li {margin-top: 0.7rem;}
#snb .lnb > li > a {position: relative; display: block; width: 100%; padding: 0.75rem 1.75rem 0.75rem 0.75rem; background: #fff; border: 1px solid #e9e9e9;}
#snb .lnb > li.dep > a:after {content: "\e94a";}
#snb .subLnb {display: none; padding: 0 0.75rem; background: #fff; border: 1px solid #1f9b4b; border-radius: 0 0 1rem 0;}
#snb .subLnb > li {margin: 0.5rem 0;}
#snb .subLnb > li > a {padding-left: 0.75rem; font-size: 0.75rem;}
#snb .subLnb > li > a:before {position: absolute; left: 0; top: 0.35rem; width: 4px; height: 4px; background: #056126; border-radius: 50%; content: "";}
#snb .subLnb > li > a[target="_blank"] {padding-right: 1.5rem;}
#snb .subLnb > li > a[target="_blank"]:after {top: 0.1rem; right: 0;}
/* active */
#snb .lnb a, 
#snb .lnb a:before {transition: all .2s; -webkit-transition: all .2s;} 
#snb .lnb > li.open > a {color: #fff; background: url('/images/web/main/sub/bg_sub.png') no-repeat center / cover; border-color: #1f9b4b;}
#snb .lnb > li.open > a:before {color: #fff; content: "\e931";}
#snb .lnb > li.open > .subLnb {display: block;} 
#snb .lnb > li:not(.open) > a:hover,
#snb .lnb > li:not(.open) > a:focus {font-weight: 600; color: #1f9b4b;}
#snb .subLnb > li > a.on,
#snb .subLnb > li > a:hover,
#snb .subLnb > li > a:focus {font-weight: 800; color: #056126;}

/* 서브페이지 */
#subContent {float: left; padding: 1rem 0 1rem 2.5rem; width: calc(100% - 13.5rem);}
.contents {padding: 2rem 0;}

/* sub title */
.title_area {position: relative; padding-bottom: 1rem; color: #111; border-bottom: 1px solid #f0f0f0;}
.title_area .location {margin-bottom: 1.25rem; padding-right: 5rem; line-height: 1.25rem; font-weight: 400;}
.title_area .location span,
.title_area .location strong {position: relative; display: inline-block; padding-left: 1.25rem;}
.title_area .location span:before,
.title_area .location strong:before {position: absolute; top: 0; left: 0; width: 1.25rem; text-align: center; font-family:'xeicon'; content:'\e93f';}
.title_area .location strong{ font-weight:600; }
.title_area #pageTitle {font-size: 1.15rem; font-weight: 700;}

/* etc :sns */ 
.snsBox {position: absolute; top: 0; right: 0; z-index: 2;} 
.snsBox button {float: left;}
.snsBox > button {position: relative; width: 1.9rem; height: 1.9rem; line-height: calc(1.9rem - 2px); text-align: center; font-size: 1rem; color: #999; background: #fff; border: 1px solid #e9e9e9; border-radius: 50%;} 
.snsBox > button ~ button {margin-left: 0.25rem;}
.sns_more {display: none; position: absolute; right: 2.15rem; top: 0; width: 10rem; padding: 0 0.45rem; height: 1.9rem; background: #fff; border: 1px solid #e9e9e9; border-radius: 2rem; overflow: hidden;}
.sns_more > button {position: relative; float: left; display: block; margin: 0 3px; width: 1.5rem; height: calc(1.9rem - 2px); font-size: 1rem; overflow: hidden;}
.sns_more .btnTwt {color: #1c9cea;}
.sns_more .btnFbook {color: #4867aa;}
.sns_more .btninsta {color: #f60089;} 
.sns_more .btnkks {color: #f7e111;}
.sns_more .btnClose {color: #999;}
.snsBox > button:hover,
.snsBox > button:focus {color: #1f9b4b;}
/* active */
.sns_more.active {display: block;}

/* media query mobile */
@media screen and (max-width: 1700px){
	/* header */
	#header {height: 4rem;}
	#header h1.logo {height: 4rem;}

	/* web navigation */
	#gnb .depth01 > ul > li > a {height: 4rem;}

	/* gnb : fullDown */
	#nav.fullDown #gnb {height: 4rem;}
	#nav.fullDown #gnb:before {top: calc(4rem - 1px);}
	#nav.fullDown .depth01 {height: 4rem;}
	#nav.fullDown .depth01 > ul > li:before {top: 4rem; height: calc(100% - 4rem);}

	/* gnb : oneDown */
	#nav.oneDown #gnb {height: 4rem;}
	#nav.oneDown #gnb:before {top: calc(3.9rem + 1px);}
	#nav.oneDown .depth02 {top: calc(4rem - 4px);}

	/* gnb : oneFull */
	#nav.oneFull #gnb {height: 4rem;}
	#nav.oneFull #gnb:before {top: calc(3.9rem + 1px);}
	#nav.oneFull .depth02 {top: 4rem;}
}

@media screen and (max-width: 1660px){   
	/* footer */
	#footer .top_btn {top: auto; right: 0; bottom: 3rem;}
}

@media screen and (max-width: 1440px){   
    .container {padding: 0 2rem;}

	/* header */
	#header {padding-top: 3.5rem; height: 7rem;}
	#header h1.logo {height: 3.5rem;}
	#header .fullmenu {top: 0.5rem; padding: 0.55rem 0.45rem; width: 2.5rem; height: 2.5rem;}
	#header .login {top:0.5rem;}

	/* web navigation */
	#nav {border-top: 1px solid #eee;}
	#gnb .depth01 {margin: 0; max-width: 100%;}
	#gnb .depth01 > ul > li > a {height: 3.5rem;}

	/* gnb : fullDown */
	#nav.fullDown #gnb {height: 3.5rem;}
	#nav.fullDown #gnb:before {top: calc(3.5rem - 1px);}
	#nav.fullDown .depth01 {height: 3.5rem;}
	#nav.fullDown .depth01 > ul > li:before {top: 3.5rem; height: calc(100% - 3.5rem);}

	/* gnb : oneDown */
	#nav.oneDown #gnb {height: 3.5rem;}
	#nav.oneDown #gnb:before {top: calc(3.5rem + 1px);}
	#nav.oneDown .depth02 {top: calc(3.5rem - 4px);}

	/* gnb : oneFull */
	#nav.oneFull #gnb {height: 3.5rem;}
	#nav.oneFull #gnb:before {top: calc(3.5rem + 1px);}
	#nav.oneFull .depth02 {top: 3.5rem;}

	/* footer */
	#footer .container {padding: 1rem 2rem 2.5rem;}
	#footer .top_btn {right: 2rem;}
}

@media screen and (max-width: 1240px){ 
	/* header */
	#header h1.logo {left: 1rem;}
	#header .fullmenu {right: 1rem;}

	/* oneDown */
	#nav.oneDown .depth02{width: 100%; left: 0;}

    /* 서브비주얼 */
    .subvisual {height: 10rem;}

	/* 서브메뉴 */
	#snb {margin-top: 0; width: 100%;}
	#snb h2 {position: relative; display: block; padding: 1rem 2.5rem 1rem 1.25rem; width: 100%; height: auto; font-size: 0.9rem; color: #fff; border-radius: 0; cursor: pointer;}
	#snb h2:after {position: absolute; right: 1rem; top: 1rem; font-family: 'xeicon'; content:"\e94a";}
	#snb nav {display: none; padding: 0.5rem; max-height: 10rem; overflow: hidden; overflow-y: auto; box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
	#snb .lnb > li > a {padding: 0.5rem 0.75rem; font-size: 0.8rem;}
	#snb .lnb a:after {top: 0.5rem;}
	#snb .subLnb > li > a {font-size: 0.7rem;}
 
	/* 서브페이지 */
	#subContent {width: 100%; padding: 1rem;}

	.snsBox .btnPrint {display: none;}
	.sns_more {right: 0; padding: 0.5rem 0; width: 1.9rem; height: auto; text-align: center;}
	.sns_more > button {float: none; margin: 3px 0; width: 100%;}
}

@media screen and (max-width: 1024px){ 
    .container {padding: 0 1rem;}

	/* header */
	#header {padding-top: 0; height: 3.5rem;}
	#header h1.logo a {width: 12.5rem; height: 100%; background-position: center; background-size: 100% auto;}
	#header .web, 
	#nav {display: none;}
	#header .mob, 
	#tablet {display: block;}
}

@media screen and (max-width: 960px){ 
	/* footer */
	#footer .container {padding: 0.5rem 1rem 2rem;}
	#footer .ftWrap {height: auto;}
	#footer .ftLink ul {width: 100%;}
	#footer .ftBox address span {margin-bottom: 0.5rem;}
	#footer .ftBox address span:nth-of-type(1) {width: 100%;}
	#footer .top_btn {right: 1rem;}
	/* footer :site link */
	.siteLink {float: left; margin-top: 0.5rem; width: 100%;}
	.siteLink .wrap {width: calc(50% - 0.25rem);}
}

@media (max-width: 768px) { 
	#footer .top_btn {bottom: 2rem; width: 3rem; height: 3rem;}
    
    /* 서브비주얼 */
    .subvisual {height: 9rem;}

	.subContent {padding: 1.5rem 0;}
}

@media (max-width: 600px) {
	/* header */
	#header h1.logo a {width: 10rem;}
	#header .fullmenu {top: 0.75rem; padding: 0.45rem 0.35rem; width: 2rem; height: 2rem;}
	#header .fullmenu .line2 span {margin: 0.2rem 0;}
}

@media (max-width: 480px) {
	/* footer */
	#footer {font-size: 0.75rem;}
	#footer .ftLink li {line-height: 1.5rem;}
	#footer .ftLink li + li {margin-left: 0.75rem; padding-left: 0.75rem;}
	/* footer :site link */
	.siteLink .wrap {width: 100%;}
	.siteLink .wrap + .wrap {margin-left: 0; margin-top: 0.5rem;}
    
    /* 서브비주얼 */
    .subvisual {height: 7rem;}
}
