@import url('/resource/css/basic.css');

/* 전체 레이아웃 */
html, body {word-break: keep-all;}
.container {max-width: 72rem; padding: 0 1rem; margin: 0 auto; width: 100%; position: relative;}
.container:after {display: none;}

/* 최상단 기능 */
.top_menu {background: #dadbdd; padding: 0.35rem 0;}
.top_menu .container {display: flex; justify-content: space-between; align-items: center; font-size: 0;}
.top_menu .container .lft a {font-size: 0.65rem; font-weight: 600;}
.top_menu .container .lft a i {color: #3b68fa; margin-right: 0.1rem;}
.top_menu .container .rght {display: flex; align-items: center;}
.top_menu .container .rght > ul {display: flex;}
.top_menu .container .rght > ul li {padding-right: 1.5rem; font-size: 0; position: relative;}
.top_menu .container .rght > ul li:after {content: ""; display: block; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #3b68fa; position: absolute; right: 0.6rem; top: calc(50% - 0.15rem);}
.top_menu .container .rght > ul li a {font-size: 0.65rem;}
.top_menu .container .rght .fs_control {display: flex; align-items: center; font-size: 0;}
.top_menu .container .rght .fs_control p {font-size: 0.65rem;}
.top_menu .container .rght .fs_control ul {display: flex; margin-left: 0.4rem;}
.top_menu .container .rght .fs_control ul li + li {margin-left: 0.2rem;}
.top_menu .container .rght .fs_control ul li a {display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #3f4656; font-size: 1rem; color: #fff;}
.top_menu .container .rght .fs_control ul li a.stop {font-size: 0.8rem;}
/* 최상단 기능 : active */
.top_menu .container .rght > ul li a:hover,
.top_menu .container .rght > ul li a:focus {text-decoration: underline;}

/* header */
header {display: flex; justify-content: space-between; width: 100%; max-width: 72rem; padding: 0 1rem; margin: 0 auto; height: 3.9rem; }
header h1 {font-size: 0; height: 3.9rem; display: flex; align-items: center; justify-content: center; }
header .gnb_Wrap { width: calc(100% - 12rem); position: relative; }
header .gnb_Wrap::before { position: absolute; content: ""; height: 1px; background: #ccc; left: -500%; width: 1000%; top: 3.9rem; z-index: 1; }

/* gnb */
#nav {position: relative; z-index: 99;}
#gnb {position: relative; z-index: 3; display: flex; }
#gnb::before { display: none; }
#gnb > li { position: relative; flex: 1; }
#gnb li a {display: block; position: relative; word-break: break-all;}
#gnb > li > a {  display: flex; align-items: center; justify-content: center; padding: 0; height: 3.9rem; color: #444; font-size: 0.95rem; font-weight: 600; transition: 0.15s; -webkit-transition: 0.15s; }
#gnb li a[target='_blank'] > span:after {content: "\e980"; display: inline-block; padding-left: 0.25rem; font-family: 'xeicon';}
/* gnb - active */
#gnb > li.on > a,
#gnb .box > ul > li > a:hover,
#gnb .box > ul > li > a:focus { color: #0044a5; }

/* gnb - fullDown 12.20 추가 */
#web.fullDown { position: relative; height: 3.9rem; overflow: hidden; }
#web.fullDown:after { content: ""; width: 200vw; height: 0; background: #fff; box-shadow: 0 0.15rem 0.35rem rgba(165,170,172,0.35); position: absolute; left: -100vw; top: calc(3.9rem + 1px); opacity: 0; visibility: hidden; z-index: 2; }
#web.fullDown #gnb { display: table; table-layout: fixed; width: 100%; position: relative;  }
#web.fullDown #gnb::before { display: none; }
#web.fullDown #gnb > li { display: table-cell; position: relative; }
#web.fullDown #gnb > li::before { position: absolute; content: ""; height: calc(100% - 3.9rem); top: 3.9rem; border-left: 1px solid #efefef; }
#web.fullDown #gnb > li + li::before { left: -1px; }
#web.fullDown #gnb > li > a { display: flex; align-items: center; justify-content: center; padding: 0; height: 3.9rem; color: #444; font-size: 0.95rem; font-weight: 600; transition: 0.15s; -webkit-transition: 0.15s; }
#web.fullDown #gnb > li > a span { padding: 0; min-width: none; }
#web.fullDown #gnb .box { transform: none; top: auto; left: auto; padding: 0.5rem 0 1.25rem;}
#web.fullDown #gnb .box::before { position: absolute; content: ""; display: block; width: 100%; height: calc(100% - 3.9rem); top: 3.9rem; left: 0; z-index: -1; opacity: 0; background: #0044a5; }
#web.fullDown #gnb .box > ul > li.dep > a { padding-right: 1.55rem !important; }
#web.fullDown #gnb .box > ul > li > a { display: block; position: relative; word-break: break-all; padding: 0.4rem 0.55rem; }
#web.fullDown #gnb .deep_box { display: none; }
#web.fullDown #gnb .deep_box > ul > li > a { padding: 0.25rem 0; padding-left: calc(3px + 0.25rem); font-size: 0.7rem; }
/* gnb - fullDown : active */
#web.fullDown.active { height: auto; overflow: visible; }
#web.fullDown #gnb > li.on > a { color: #0044a5; }
#web.fullDown #gnb > li.on > .box::before { opacity: 0.05; }
#web.fullDown.active:after {height: calc(100% - calc(3.9rem + 1px)); opacity: 1; visibility: visible;}

/* gnb - oneDown 12.29 추가 */
#web.oneDown #gnb .box {width: 120%; border-radius: 1rem 0 0 1rem; border-width: 2px; border-style: solid; background: #fff; box-shadow: 0.15rem 0.15rem 0.35rem rgba(165,170,172,0.35); position: absolute; left: -10%; top: calc(3.9rem + 1px); opacity: 0; visibility: hidden;}
#web.oneDown #gnb .box > ul {padding: 0.75rem 0;}
#web.oneDown #gnb .box > ul > li > a {padding: 0.4rem 0.85rem; font-size: 0.75rem;}
#web.oneDown #gnb .box > ul > li > a > span {z-index: 0;}
/* gnb : oneDown : active */
#web.oneDown #gnb .box > ul > li.dep.active > a:before {content: '\e944';}
#web.oneDown #gnb > li.on > .box { opacity: 1; visibility: visible; border-color: #4d85d4; }

/* gnb - oneFull 12.29 추가 */
#web.oneFull > ul > li {position: static;}
#web.oneFull .box {display: none; width: 100%; position: absolute; left:0; top: calc(3.9rem + 1px);}
#web.oneFull .box:before {content: ""; width: 200vw; height: 100%; background: #fff; box-shadow: 0 0.15rem 0.35rem rgba(165,170,172,0.35); position: absolute; left: -100vw; top: 0;}
#web.oneFull .box > ul {display: flex; flex-wrap: wrap; width: 100%; max-width: 60rem; padding: 0.8rem 0 1.9rem; margin: 0 auto;}
#web.oneFull .box > ul > li {width: 25%; padding: 0.6rem 0.65rem;}
#web.oneFull .box > ul > li > a {padding: 0.75rem 1rem; border-radius: 0.5rem; border: 1px solid #d9dee9; font-weight: 600; position: relative; z-index: 2; overflow: hidden; }
#web.oneFull .box > ul > li.dep > a {padding-right: 2.4rem !important;}
#web.oneFull .box > ul > li > a:before {content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; right: auto; top: 0; z-index: -1; opacity: 0.05;}
#web.oneFull .box > ul > li.dep > a:after {content: ""; display: block; width: 1.4rem; height: 1.4rem; border-radius: 50%; position: absolute; right: 0.5rem; top: 0.65rem; opacity: 0.2;}
#web.oneFull .box > ul > li.dep > a > span:before,
#web.oneFull .box > ul > li.dep > a > span:after {content: ""; display: block; background: #000; position: absolute; opacity: 0.35;}
#web.oneFull .box > ul > li.dep > a > span:before {width: 2px; height: 0.7rem; right: 1.15rem; top: 1rem;}
#web.oneFull .box > ul > li.dep > a > span:after {width: 0.7rem; height: 2px; right: 0.85rem; top: 1.3rem;}
/* gnb : oneFull:active */
#web.oneFull > ul > li.on > .box {display: block;}
#web.oneFull > ul > li.on > .box a { border-color: #4d85d4; }
#web.oneFull .box > ul > li > a:hover:before,
#web.oneFull .box > ul > li > a:focus:before,
#web.oneFull .box > ul > li.active > a:before {background: #fff; opacity: 1;}
#web.oneFull .box > ul > li.dep.active > a:after {opacity: 0.25;}
#web.oneFull .box > ul > li.dep.active > a > span:before {display: none;}
#web.oneFull .box > ul > li.dep.active > a > span:after {opacity: 0.4;}

/* gnb - tablet, mobile */
#tablet {display: none;}
#tabletHeader {display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 1rem;}
#tabletLogo {flex: 1; margin-right: 1rem;}
#tabletLogo a {display: block; width: 100%;}
#tabletLogo a img {max-width: 100%;}
#menuOpen a {display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 2.5rem; background: #3b68fa; border-radius: 0.5rem; font-size: 1.3rem; color: #fff;}
#mNavi {display: flex; flex-direction: column; width: 100%; height: 100%; background: #fff; box-shadow: -0.3rem 0 1.5rem rgba(0,0,0,0); position: fixed; right: 0; top: 0; z-index: 999; transform: translateX(100%); overflow-y: auto;}
#mtitle {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e0e0e0; padding: 0.65rem 1rem;}
#mtitle h4 {font-size: 1.2rem; color: #222; font-weight: 700;}
#menuClose {display: flex; justify-content: center; align-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: #515160; font-size: 1.2rem; color: #fff;}
#mNavi .snb {border-bottom: 1px solid #e4e4e4; background: #f6f6f6; padding: 0.2rem 1rem; overflow: hidden;}
#mNavi .snb ul {display: flex; flex-wrap: wrap; margin: 0.25rem calc(-1rem - 5px);}
#mNavi .snb ul li {padding-left: 5px; position: relative;}
#mNavi .snb ul li:before {content: ""; width: 5px; height: 5px; border-radius: 50%; background: #e1e1e1; position: absolute; left: 0; top: calc(1.1rem - 5px);}
#mNavi .snb ul li a {display: block; padding: 0.4rem 1rem; font-size: 0.75rem; color: #222; font-weight: 600;}

/* mgnb */
#mgnb {flex: 1; overflow-y: auto;}
#mgnb #gnb { flex-direction: column; display: flex; }
#mgnb #gnb > li {border-bottom: 1px solid #e5e5e5; position: relative; flex: 1; }
#mgnb #gnb > li > a {padding: 0.9rem 1rem; color: #222; font-weight: 600; text-align: start; display: block; height: auto; }
#mgnb li a[target='_blank']:after { content: '\e980'; display: inline-block; padding-left: 0.25rem; font-family: 'xeicon';  }
#mgnb #gnb > li > a span { display: block; padding: 0; text-align: start; font-size: 0.8rem; min-width: 3.75rem; color: #444; font-weight: 600; position: relative; }
#mgnb #gnb > li.dep > a {padding-right: 2.4rem;}
#mgnb #gnb > li.dep > a:before {content: ""; display: block; width: 2px; height: 0.9rem; background: #000; position: absolute; right: 1.15rem; top: 1rem;}
#mgnb #gnb > li.on > a:before { display: none; }
#mgnb #gnb > li.dep > a:after {content: ""; display: block; width: 0.9rem; height: 2px; background: #000; position: absolute; right: 0.75rem; top: 1.4rem;}
#mgnb .box { position: relative; top: 0; opacity: 1; visibility: visible; }
#mgnb .box ul {display: none; border: none; border-top: 2px solid #3b68fa; background: rgba(59,104,250,0.05); padding: 0.5rem 1rem; position: relative; z-index: 2; max-width: 100%; border-radius: 0; overflow: hidden; min-width: 7.5rem; box-shadow: 0 0 0.5rem rgba(0,0,0,0.1); }
#mgnb .box ul > li { border:none; }
#mgnb .box ul > li > a {display: block; padding: 0.35rem 0; color: #222; }
#mgnb .box ul > li.dep > a {padding-right: 1.8rem; position: relative;}
#mgnb .box ul > li.dep > a:before {content: "\e941"; font-family: 'xeicon'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
#mgnb .dep03ul {display: none; margin: 0 -0.25rem; border-radius: 0.25rem; background: #fff; padding: 0.35rem 0.75rem;}
#mgnb .dep03ul > li > a {display: block; padding: 0.35rem 0; padding-left: 0.55rem; font-size: 0.75rem; position: relative;}
#mgnb .dep03ul > li > a:before {content: ""; display: block; width: 3px; height: 3px; background: #3b68fa; position: absolute; left: 0; top: calc(50% - 1px);}
/* gnb - tablet, mobile : active */
#mgnb .box ul li a::before { display: none; }
#mNavi,
#mgnb #gnb > li.row > a.on:before {transition: 0.15s ease-out;}
#mgnb li.dep.on > div.actv {display: block;}
#mNavi.actv {box-shadow: -0.3rem 0 1.5rem rgba(0,0,0,0.1); transform: translateX(0);}
#mNavi .snb ul li a:hover,
#mNavi .snb ul li a:focus {text-decoration: underline;}
#mgnb .mNavi > li.dep > a.on:before {opacity: 0;}
#mgnb .box ul > li.dep > a.on {color: #3b68fa;}
#mgnb .box ul > li.dep > a.on:before {content: "\e944";}

/* footer */
footer .box_link{border-top: 1px solid #e2e6e9;}
footer .box_link .container ul{ display: flex; align-items: center; height: 3.5rem; color: #444444;}
footer .box_link .container ul li ~ li{padding-left: 2.25rem; position: relative;}
footer .box_link .container ul li ~ li::before{content: ''; display: block; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #e2e2e2; top: 50%; left: 1.15rem; transform: translate(-50%, -50%);}
footer .box_link .container ul li a strong{font-weight: 500; color: #3b68fa;}
footer .box_link .container > a.ft_link {line-height: 2rem; display: inline-block; padding-left: 1.1rem; padding-right: 3rem; border-radius: 2rem; background: #376ca2; color: #fff; font-weight: 600; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);}
footer .box_link .container > a.ft_link i {display: flex; justify-content: center; align-items: center; width: 2rem; height: 100%; border-radius: 2rem; background: #183f66; font-size: 1.1rem; color: #fff; position: absolute; right: 0; top: 0;}

footer .box_info {border-top: 1px solid #9097a1; background: #32394c; padding: 1.5rem 0 2.5rem; font-size: 0.75rem; color: #fff; font-weight: 600; line-height: 1.8;}
footer .box_info .container address,
footer .box_info .container .copyright { padding-right: 10rem; }
/* footer : active */
footer .box_info .container > a.ft_link,
footer .box_info .container > a.ft_link i {transition: 0.15s ease-out;}
footer .box_info .container > a.ft_link:hover,
footer .box_info .container > a.ft_link:focus {padding-right: 4rem;}
footer .box_info .container > a.ft_link:hover i,
footer .box_info .container > a.ft_link:focus i {width: 3rem;}

#wrap { position: relative; overflow:hidden; }
#wrap ::-webkit-scrollbar {width: 5px; height: 5px;}
#wrap ::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 10px;}
#wrap ::-webkit-scrollbar-track {background-color: #ddd; border-radius: 10px;}

/* 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; z-index: 0 !important;}
.slider .control {z-index: 1 !important;}
/* slick arrow show */
.arwShow .slick-arrow.slick-hidden { display: inline-block; }

/* sub layout */
#sub_container {background:#fff;}
.subCntBody {display: flex; flex-wrap: wrap; max-width: 72rem; padding: 0 1rem; margin: 2rem auto 0; overflow: hidden;}
.subCntBody .sub_container {width: calc(100% - 12.25rem); padding-top: 1.5rem; padding-left: 2rem; position: relative; margin-bottom: 2rem;}
.subCntBody .sub_container .subHeader {padding-right: 7.5rem; padding-bottom: 1rem; background: url('../../../resource/images/common/pttrn_sublocation.png') repeat-x bottom; margin-bottom: 3rem; position: relative;}
.subCntBody .sub_container .subContent {min-height: 30rem; line-height: 1.6; word-break: keep-all;}

/* 서브 비주얼 */
.subvisual{ position:relative; width:100%; line-height:0; overflow:hidden; }
.subvisual img{ position:relative; width:auto; height:auto; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); word-break: break-all;}

/* lnb */
#lnb {width: 12.25rem; margin-bottom: 2rem;}
#lnb h2 {display: flex; justify-content: center; align-items: center; min-height: 8rem; border-radius: 1rem 1rem 0 0; background: linear-gradient(to bottom right, #184f79, #3285d3); padding: 2.25rem 0.5rem; position: relative; overflow: hidden; }
#lnb h2:before {content: ""; display: block; width: 11rem; height: 11rem; border-radius: 50%; background: #3285d3; position: absolute; left: -3.2rem; top: -5.15rem; opacity: 0.25;}
#lnb h2 span {display: block; font-size: 1.3rem; color: #fff; font-weight: 700; position: relative; z-index: 1;}
#lnb nav { background: #fff; border-radius: 1rem; margin-top: -1rem; position: relative; border: 1px solid #c8ccd4; padding: 1rem 0 2rem; }
#lnb ul { width: 100%; padding: 0 0.8rem; }
#lnb li {position: relative;}
#lnb li a {display: block; position: relative;}
#lnb :before,
#lnb :after {display: block;}
#lnb .dep01 > li { border-bottom: 1px dashed #d1dae1; padding: 0.25rem 0;  }
#lnb .dep01 > li:last-child { border-bottom: none; }
#lnb .dep01 > li > a { display: flex; align-items: center;  padding:0.65rem 0.7rem; font-size: 0.85rem; color: #333; font-weight: 600; position: relative; z-index: 1; }
#lnb .dep01 > li > a::before { position: absolute; content: ""; width: calc(100% + 1.6rem); height: 100%; left: -0.8rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #0044a5; border-radius: 0.5rem; z-index: -1; opacity: 0; box-shadow: 1px 1px 6px rgba(50,66,89,0.47); }
#lnb .dep01 > li > a::after {position: absolute;content: "\e93f";font-family: 'xeicon';color: #2a74b7;display: flex;background: #fff;border-radius: 50%;align-items: center;justify-content: center;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 1.2rem;height: 1.2rem;opacity: 0;}
#lnb .dep01 > li.dep > a {padding-right: 2.4rem;}
#lnb .dep01 > li.dep > a:before {content: ""; display: block; width: 0.9rem; height: 2px; background: #000; position: absolute; right: 0.75rem; top: 50%; margin-top: -1px;}
#lnb .dep01 > li.dep > a:after {content: ""; display: block; width: 2px; height: 0.9rem; background: #000; position: absolute; right: 1.15rem; top: 50%; margin-top: -0.45rem;}
#lnb .dep02 {display: none; padding: 0.8rem; position: relative;}
#lnb .dep02:before {content: ""; display: block; width: 100%; height: calc(100% + 1rem); border-radius: 0.5rem; position: absolute; left: 0; bottom: 0; opacity: 0.05;}
#lnb .dep02 > li > a {padding: 0.3rem 0; padding-left: 0.65rem; font-size: 0.75rem; color: #222; font-weight: 600;}
#lnb .dep02 > li > a:before {content: "";  width: 0.25rem; height: 0.25rem; border-radius: 50%; background: rgba(112,112,112,0.3); position: absolute; left: 0; top: 0.75rem;}
#lnb .dep02 > li > a:after {font-family: 'xeicon'; font-size: 0.9rem; position: absolute; right: 0; top: 0.45rem;}
#lnb .dep02 > li.dep > a:after {content: "\e941";}
#lnb .dep03 {display: none; padding: 0.75rem; border-radius: 0.4rem; background: #fff;}
#lnb .dep03 > li + li {margin-top: 1px;}
#lnb .dep03 > li > a {padding: 0.1rem; padding-left: 0.7rem; font-size: 0.7rem; color: #222; font-weight: 400;}
#lnb .dep03 > li > a:before {content: ""; display: block; width: 0.25rem; height: 2px; background: #d2d2d2; position: absolute; left: 0; top: 0.55rem;}
/* lnb : active */
#lnb li > a,
#lnb li > a:before,
#lnb li > a:after,
#lnb .dep01 > li > a::before,
#lnb .dep01 > li > a::after {transition: 0.2s;}
#lnb .dep01 > li > a {transition: background-color 0.2s, color 0.2s;}
#lnb li.active > ul {display: block;}
#lnb .dep01 > li.active { border-bottom: none; }
#lnb .dep01 > li.active > a {color: #fff !important; font-weight: 700; border-bottom: none; }
#lnb .dep01 > li.active > a::before,
#lnb .dep01 > li.active > a::after { opacity: 1; }
#lnb .dep01 > li.active > a::before { left: 0; }
#lnb .dep01 > li.active > a::after { right: -1rem; }

/* location */
#pageTitle {font-size: 1.4rem; color: #000; font-weight: 700;}
.subLocation {display: flex; align-items: center; height: 2rem; margin-top: 0.6rem;}
.subLocation ul {display: flex; flex-wrap: wrap;}
.subLocation ul li {font-size: 0.75rem; color: #373737; line-height: 1.25rem;}
.subLocation ul li:first-child {padding-left: 1.75rem; position: relative;}
.subLocation ul li:last-child { font-weight: 600; }
.subLocation ul li + li:before {content:"\e93f"; display: inline-block; font-family: 'xeicon'; font-size: 0.8rem; margin: 0 0.6rem;}
.subLocation ul li i {display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #8b8b8b; font-size: 0.75rem; color: #fff; position: absolute; left: 0; top: 0;}

/* location : sns */
.snsBox {display: flex; font-size: 0.9rem; position: absolute; right: 0; bottom: 1rem;}
.snsBox button {display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #eaeaea; color: #232757;}
.snsBox button + button {margin-left: 0.5rem;}
.snsBox .snsMore {position: absolute; right: calc(100% + 0.5rem); top: 0rem; z-index: 2; opacity: 0; visibility: hidden;}
.snsBox .snsMore p {display: flex; border-radius: 2rem; border: 2px solid #e5e5e5; background: #fff; padding: 0 0.8rem;}
.snsBox .snsMore p a {display: inline-flex; justify-content: center; align-items: center; padding: 0 0.4rem; height: 1.9rem;}
.snsBox .snsMore p a.snsT {color: #59acee;}
.snsBox .snsMore p a.snsK {color: #ffc20d;}
.snsBox .snsMore p a.snsF {color: #3c5899;}
.snsBox .snsMore p a.snsIn {color: #d63497;}
.snsBox .snsMore p a.snsClose {width: 2rem; height: 2rem; border-radius: 50%; background: #232757; padding: 0; color: #fff; position: absolute; right: 0; top: -2.5rem;}
/* location : sns : active */
.snsBox .snsMore.active {opacity: 1; visibility: visible;}
.snsBox .snsMore a.snsT:hover,
.snsBox .snsMore a.snsT:focus {color: #257fc9;}
.snsBox .snsMore a.snsK:hover,
.snsBox .snsMore a.snsK:focus {color: #d36e10;}
.snsBox .snsMore a.snsF:hover,
.snsBox .snsMore a.snsF:focus {color: #183372;}
.snsBox .snsMore a.snsIn:hover,
.snsBox .snsMore a.snsIn:focus {color: #af1c4d;}

/* 첨부파일 */
.popover { position:absolute; z-index:1060; background-color:#fff; border:1px solid #ccc; border-radius:6px; }
.popover.top { margin-top:-10px; }
.popover.right { margin-left:10px; }
.popover.bottom { margin-top:10px; }
.popover.left { margin-left:-10px; }
.popover-title { padding:8px 14px; margin:0; font-size:14px; background-color:#f7f7f7; border-bottom:1px solid #ebebeb; border-radius:5px 5px 0 0 }
.popover-content { padding:9px 14px; }
.popover>.arrow, .popover>.arrow:after { position:absolute; display:block; width:0; height:0; border-color:transparent; border-style:solid; }
.popover>.arrow { border-width:11px; }
.popover>.arrow:after { content:""; border-width:10px; }
.popover.top>.arrow { bottom:-11px; left:50%; margin-left:-11px; border-top-color:#999; border-top-color:rgba(0, 0, 0, .25); border-bottom-width:0; }
.popover.top>.arrow:after { bottom:1px; margin-left:-10px; content:" "; border-top-color:#fff; border-bottom-width:0; }
.popover.right>.arrow { top:50%; left:-11px; margin-top:-11px; border-right-color:#999; border-right-color:rgba(0, 0, 0, .25); border-left-width:0; }
.popover.right>.arrow:after { bottom:-10px; left:1px; content:" "; border-right-color:#fff; border-left-width:0; }
.popover.bottom>.arrow { top:-11px; left:50%; margin-left:-11px; border-top-width:0; border-bottom-color:#999; border-bottom-color:rgba(0, 0, 0, .25)}
.popover.bottom>.arrow:after { top:1px; margin-left:-10px; content:" "; border-top-width:0; border-bottom-color:#fff; }
.popover.left>.arrow { top:50%; right:-11px; margin-top:-11px; border-right-width:0; border-left-color:#999; border-left-color:rgba(0, 0, 0, .25)}
.popover.left>.arrow:after { right:1px; bottom:-10px; content:" "; border-right-width:0; border-left-color:#fff; }
.popover-content .btn_view { padding:1px 4px 2px !important; background:none; border-radius:5px !important; border:1px solid #004896; color:#004896; font-size:14px; margin: 0 0 0 10px !important; }
.popover-content .btn_view.ml0 { margin: 0 0 0 0 !important; }
.popover-content .btn_view i {padding-left:0 !important;}

/* aside */
#asideMenu {display: flex; flex-direction: column; align-items: flex-end; position: absolute; right: 1.1rem; top: 11.5rem; z-index: 2; transition: margin-top 0.3s;}
.openPop #asideMenu {margin-top: 7rem;}
#asideMenu .box {width: 8.5rem; border-radius: 0.75rem; border: 1px solid #d9dee9; background: #fff; box-shadow: 0 0.15rem 0.35rem rgba(124,124,124,0.57); padding: 0 1.05rem; text-align: center;}
#asideMenu .dDay {padding-right: 3.5rem; margin-bottom: 0.8rem;}
#asideMenu .dDay .box {padding-top: 0.25rem; padding-bottom: 0.45rem; position: relative; overflow: hidden;}
#asideMenu .dDay .box:before {content: ""; display: block; width: 5.3rem; height: 5.3rem; border-radius: 50%; background: #e4edff; position: absolute; right: calc(-2.5rem - 1px); bottom: calc(-2.9rem - 1px);}
#asideMenu .dDay * {position: relative; z-index: 1;}
#asideMenu .dDay .box h3 {font-size: 0.8rem; color: #111; font-weight: 600;}
#asideMenu .dDay .box p {line-height: 1.35rem; border-radius: 1.35rem; background: #415786; font-family: 'Montserrat'; color: #fff; font-weight: 700; margin-top: 0.15rem;}
#asideMenu .viewMob {padding-top: 0.1rem; padding-right: 3.5rem; margin-bottom: 0.8rem;}
#asideMenu .viewMob .box {padding-top: 0.75rem; padding-bottom: 0.8rem;}
#asideMenu .viewMob .box h3 {font-size: 0.75rem; color: #111;}
#asideMenu .viewMob .box p {font-size: 0; line-height: 0; margin-top: 0.5rem;}
/* aside : active */
#asideMenu.fixed {position: fixed; top: 4.5rem;}
.openPop #asideMenu.fixed {top: -2.5rem;}

/* 퀵메뉴 */
#quickMenu {position: relative;}
#quickMenu .toggleBtn {display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 5.35rem; border-radius: 2.5rem; background: #415786; box-shadow: 0.15rem 0.15rem 0.35rem rgba(124,124,124,0.57); color: #fff; font-weight: 600; letter-spacing: -0.25rem; writing-mode: vertical-lr; position: relative; z-index: 1;}
#quickMenu .toggleBtn:before {content: "\e93b"; display: inline-block; font-family: 'xeicon'; font-size: 0.5rem; margin-bottom: 0.5rem;}
#quickMenu .inner {width: 8.5rem; border-radius: 1rem; border: 1px solid #d9dee9; background: #fff; box-shadow: 0.15rem 0.15rem 0.35rem rgba(124,124,124,0.57); padding: 0.3rem 1rem 0.6rem; position: absolute; right: 0; top: 0; opacity: 0; visibility: hidden; transition: 0.3s;}
#quickMenu .inner h3 {border-bottom: 2px solid #dbdbdb; background: url(/resource/images/common/qckTitBg.png) left 0.1rem center no-repeat; padding: 0.6rem 0; padding-left: 1.55rem; font-size: 0.9rem; color: #415786; font-weight: 700;}
#quickMenu .inner .list {margin-top: 0.6rem;}
#quickMenu .inner .list ul li a {display: block; padding: 0.2rem 0; padding-left: 0.65rem; font-size: 0.75rem; position: relative;}
#quickMenu .inner .list ul li a:before {content: ""; display: block; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #97b9ff; position: absolute; left: 0; top: 0.65rem;}
/* 퀵메뉴 : active */
#quickMenu.active .toggleBtn:before {content: "\e93e";}
#quickMenu.active .inner {right: calc(100% + 1rem); opacity: 1; visibility: visible;}

/* 만족도 조사 */
.satisfaction {position: relative; bottom: 0; right: 0; margin: 0; width:100%;}
.satisfaction .satisfaction_list .input_radio span {margin-right: 0;}
.satisfaction .btn_na.mini {border: none;}
.satisfaction{ margin:60px 0 20px; border:1px solid #e1e1e1;  background-color:#fff; padding-bottom: 15px;}
.satisfaction .question{position:relative;color:#fff;font-size:14px;padding:10px 20px 10px 50px;background:#858a92 url('/resource/images/board/survey_icon1.png') no-repeat 20px 13px;}
.satisfaction .question_link{position:absolute; right:20px; top:8px; font-size:15px; line-height:16px; color:#fff; padding:5px 10px 5px 32px; border:1px solid #b2bac0; background:url('/common/images/board/survey_icon2.png') no-repeat 10px center}
.satisfaction .satisfaction_list{padding:16px 20px 10px; overflow:hidden; font-size:14px}
.satisfaction .satisfaction_list label {vertical-align:middle}
.satisfaction_list input {font-size:inherit; font-family:inherit; color:inherit; line-height:24px; padding:1px 5px; border:solid 1px #dedede; vertical-align:middle}
.satisfaction .satisfaction_list .input_radio{display:block; width:100%; line-height:24px; float:left}
.satisfaction .satisfaction_list .input_radio span{display:inline-block; margin-right:5%}
.satisfaction .satisfaction_list label{display:inline-block; margin-right:15px; color:#535252}
.satisfaction .satisfaction_list .opinion{width:100%; display:block; float:left; text-align:left; margin-top:10px;}
.satisfaction .satisfaction_list .opinion input[type="text"]{width:60%; border:1px solid #e1e1e1}
.satisfaction .satisfaction_list .opinion input[type="button"]{width:20%; border:1px solid #454f5f; background-color:#454f5f; color:#fff}
.satisfaction .admin_info{position:relative; border-top:1px solid #e1e1e1; font-family:"NotoR"; font-size:13px}
.satisfaction .admin_info h3 {position:absolute; top:10px; left:20px; height:25px; color:#333; line-height:20px; background:url('/images/web/common/sub/survey_arrow.png') no-repeat 85px 8px; padding-right:10px;}
.satisfaction .admin_info ul{margin-left:120px; line-height:25px; padding:7px 0; border-left:1px solid #e1e1e1}
.satisfaction .admin_info ul li{float:left; margin-left:25px; padding-left:10px; background:url('/images/web/common/sub/survey_dot.png') no-repeat left 50%}
.satisfaction .admin_info ul li a{color:#333}
.satisfaction .admin_info ul li span{ float:left;  font-family:"NotoM"; color:#1c55cc; margin:0 10px 0 0; padding-right:8px; background:url('/images/web/common/sub/survey_line.gif') no-repeat right 50% }


/* media query mobile */
@media (max-width: 1640px) {

    /* gnb - web */
    #gnb .box ul li a {white-space: normal;}
    #gnb { margin-right: 0; }

	/* aside */
	#asideMenu {display: none;}
}



@media (max-width: 1440px) {

    /* gnb - web */
    #gnb > li > a {padding: 0 1.8rem;}
}

@media (max-width: 1400px) {
     /* gnb - web */
     header {display: none;}
     header .gnb_Wrap::before,
     #gnb:before { display: none; }
     #gnb li a[target='_blank'] > span:after { display: none; }

     /* gnb - tablet, mobile */
     #tablet {display: block;}
 
    .container {padding: 0 1rem;}
    .subContent .container {padding: 0;}
 
    /* 최상단 기능 */
    .top_menu {display: none;}

     /* sub layout */
     .subCntBody .sub_container {width: 100%; padding: 0;}
     .subCntBody .sub_container .subHeader {padding-right: 2.5rem; margin-bottom: 2.5rem;}
 
     /* 서브 비주얼 */
     .subvisual img{ width:150%; left:-25%; transform: none; -webkit-transform: none; -ms-transform: none;}
 
     /* lnb */
     #lnb {display: none;}
}

@media (max-width: 1240px) {

	/* location : snsBox */
	.snsBox button.btnPrint {display: none;}
	.snsBox .snsMore {top: 0;}
	.snsBox .snsMore p a.snsClose {right: -0.5rem; top: 0; transform: translateX(100%);}
}



@media (max-width: 1024px) {

    /* 리셋 */
    #container {padding-top: 0;}


    /* footer */
    footer .box_link .container {padding-bottom: 2rem;}
    footer .box_link .container ul{flex-wrap: wrap;}
    footer .box_link .container > a.ft_link{top: auto; transform: none; bottom: 0.5rem;}
    footer .box_info {padding: 1rem 0 2rem; font-weight: 400;}


}



@media (max-width: 768px) {

    /* 전체 레이아웃 */
    .container {padding: 0 0.75rem;}

    /* gnb - tablet, mobile */
    #tabletHeader {padding: 0.5rem 0.75rem;}
    #tabletLogo {margin-right: 0.75rem;}
    #mNavi {width: 100%;}
    #mtitle {padding: 0.65rem 0.75rem;}
    #mtitle h4 {font-size: 1.1rem;}
    /* gnb - tablet, mobile : active */
    #mNavi.actv {box-shadow: unset;}

    /* footer */
    footer .box_link .container{padding-bottom: 3rem;}
    footer .box_link .container ul{height: auto; padding-top: 1rem;}
    footer .box_link .container ul li{margin-right: 1.5rem;}
    footer .box_link .container ul li ~ li{padding-left: 0;}
    footer .box_link .container ul li ~ li::before{display: none;}
    footer .box_link .container ul li a {font-size: 0.75rem;}
    footer .box_info {padding: 1rem 0 1.5rem; font-size: 0.7rem;}

    /* sub layout */
	.subCntBody {padding: 0.75rem;}
	.subCntBody .sub_container .subHeader {padding-right: 0; margin-bottom: 2rem;}
	.subCntBody .sub_container .subContent {word-break: break-all;}

	/* location */
	#pageTitle {font-size: 1.3rem; padding-right: 2.5rem;}
	.subLocation {height: auto; padding: 0.35rem 0;}
	.subLocation ul li + li:before {margin: 0 0.3rem;}

	/* location : snsBox */
	.snsBox {bottom: auto; top: 0;}
}

@media (max-width: 640px) {
    /* footer */
    footer .box_info .container address, footer .box_info .container .copyright { padding-right: 0; }
    footer .box_info .container > a.ft_link { right: auto; bottom: auto; position: relative; margin: 0.5rem 0; }
}

@media (max-width: 380px) {

    /* gnb - tablet, mobile */
    #mtitle h4 {font-size: 1rem;}
    #mNavi .snb ul li a {font-size: 0.7rem;}
    #mgnb {font-size: 0.75rem;}
    #mgnb .dep03ul > li > a {font-size: 0.7rem;}

    /* footer */
    footer .box_link .container ul li{width: 100%; margin-right: auto; margin-bottom: 0.5rem; text-align: center;}
    footer .box_link .container ul li a {font-size: 0.7rem;}
    footer .box_link .container > a.ft_link{right: auto; left: 50%; transform: translateX(-50%);}
}