@charset "UTF-8"; 

.inner{max-width: calc(1280px + 80px); width: 100%; margin: 0 auto; padding: 0 40px;}
.container-wrap{display: flex;margin-top: 70px;position: relative;}
.container-cont{flex: 1;width: calc(100% - 330px);margin-top: 28px;}
.snb{margin-right: 60px;width: 270px;flex: none;height: 100%;position: sticky;top: 140px;z-index: 9;background: #fff;}
.snb-top { width: 100%; height: 165px; padding: 34px; background: no-repeat 50% / cover; background-image: url(../../images/cmn/snb-bg.png); position: relative; } 
.snb-top::after { content: ''; position: absolute; bottom: 24px; right: 34px; background: no-repeat 50% / cover; background-image: url(../../images/ico/ico-plant_w.svg); width: 37px; height: 27px; } 
.snb_hd { font-size: 28px; color: #fff; } 
.snb_ul{margin-top: 20px;border-top: 1px solid #e4e4e4;}
.snb_ul > li > a{padding: 20px 30px;font-size: 17px;font-weight: 500;color: #757575;border-bottom: 1px solid #E4E4E4;}
.snb_ul > li.active > a{border: 2px solid var(--color-main-blue); border-radius: 5px; background-color: #F8F9FC; font-weight: 700; color: var(--color-main-blue);}
.pc-ver{display: block;}
.pad-ver{display: none;}
.mobile-ver{display: none;}
.snb_20 .snb_ul > li:last-child, .snb_20 .snb_ul > li:nth-last-child(2),  .snb_20 .snb_ul > li:nth-last-child(3){
    display: none;
}
.modal__btn .btn {
    background: #2DB1A7;
    color: #fff;
    font-size: 16px;
}


/* 상단 레이아웃 */
#hd{position: fixed; z-index: 999; width: 100%; transition: .4s; background-color: #fff;}
.main #hd{background-color: transparent;}
#hd.on{ box-shadow: 0 3px 6px rgba(0,0,0,0.15);}
.main #hd.on{background-color: #fff;}
#hd:before { display:block; } 
#hd_h1 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
#hd_wrapper { position:relative; margin:0 auto; /* padding: 0px 90px; *//* height:115px; */zoom:1; z-index: 1000; max-width: none; } 
#hd_sch {max-width: calc(1280px + 80px);width: 100%;padding: 0 40px;margin: 0 auto;}
#logo a {max-width: 269px;display: flex;align-items: center;justify-content: center;} 
#logo img {width: 100%;object-fit: cover;}
.hd_sch_wr { position:absolute; top:25px; left:50%; width:430px; margin-left:-215px; } 
.input-wrap {width: 100%; position: relative;}
.input-wrap input{background-color: #f7f7f7; height: 45px; border: 0;}
.input-wrap input:focus{outline:none; box-shadow:0 0 0 1px var(--color-main-green);}
.input-btn_wrap {position: absolute; top: 50%; transform: translateY(-50%); right: 10px;}
#hd_sch input{font-size: 14px; padding: 0 10px;}
#hd_sch .input-wrap input[type="text"], 
#hd_sch .input-wrap input[type="password"], 
#hd_sch .input-wrap input[type="email"], 
#hd_sch .input-wrap input[type="tel"], 
#hd_sch .input-wrap input[type="url"], 
#hd_sch .input-wrap input[type="date"], 
#hd_sch .input-wrap input[type="datetime-local"], 
#hd_sch .input-wrap input[type="time"], 
#hd_sch .input-wrap input[type="number"], 
#hd_sch .input-wrap select, 
#hd_sch .input-wrap .txt-box, 
#hd_sch .input-wrap .attach__btn{border: 0;height: 55px;background-color: transparent;border-bottom: 2px solid var(--color-main-blue);font-size: 18px;font-weight: 500;}
#hd_sch input::placeholder{color: #888; font-weight: 400;}
.ico-search{width: 38px; height: 38px; background: no-repeat 50% / cover; background-image: url(../../images/cmn/ico-search.svg);}
.hd-sch__wrap { display: none; width: 100%; position: fixed; top: 0; left: 0; width: 100%; height: 190px; background: #fff; z-index: 999; padding-top: 67px; } 
.hd-sch__wrap .sch-close{position: absolute;top: calc(100% + 40px);left: 50%;transform: translateX(-50%);width: 60px;height: 60px;background: #fff;border-radius: 50%; z-index: 10;}
.hd-sch__wrap .sch-close i{width: 30px; height: 30px; background: no-repeat 50% / cover; background-image: url(../../images/ico/ico-close.svg);}
.sch-bg{position: fixed; top: 190px; left: 0; width: 100%; height: 100%; z-index: 9; background: rgba(0,0,0,0.3);}




/* 메인메뉴 */
#gnb {position:relative;/* float: right; *//* padding-top: 42px; *//* padding-left: 328px; *//* padding-bottom: 56px; */z-index: 9;} 
#gnb.on{background-color: #fff;}
#gnb h2 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
#gnb .gnb_wrap {margin:0 auto;position:relative;max-width: none;border-bottom: 1px solid #E4E4E4;} 
.main #gnb .gnb_wrap{border-bottom: 0;}
#gnb .gnb_1dul_wr {display: flex;align-items: center;width: 100%;position: relative;justify-content: space-between;max-width: calc(1750px + 80px);margin: 0 auto;padding: 0 40px;} 
.main #gnb.on .gnb_wrap{border-bottom: 1px solid #e4e4e4;}
#gnb #gnb_1dul {height: 90px;display: flex;align-items: center;} 
#gnb #gnb_1dul:after { display:block; clear:both; content:""; } 
#gnb .gnb_1dli {height: 100%;display: flex;align-items: center;justify-content: center;position: relative;text-align: center;padding: 0 50px;white-space: nowrap;} 
.gnb_1dli:nth-child(2) .gnb_2dli:last-child, .gnb_1dli:nth-child(2) .gnb_2dli:nth-last-child(2), .gnb_1dli:nth-child(2) .gnb_2dli:nth-last-child(3){display: none;}
#gnb .gnb_1dli:hover { /* background:#1a30a7; */-webkit-transition: background-color 2s ease-out; -moz-transition: background-color 0.3s ease-out; -o-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; } 
#gnb .gnb_1dli:not(:last-child)::before{content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 3px; height: 3px; background: var(--color-main-blue); border-radius: 50%;}
#gnb .gnb_1dli:hover:after, #gnb .gnb_1dli.active:after {content:'';position:absolute;width: 100%;left: 0;bottom: -2px;height: 2px;background: var(--color-main-green);} 
#gnb .gnb_1dli:hover>a, #gnb .gnb_1dli.active>a {color: var(--color-main-green);font-weight: 700;} 
.gnb_1dli .bg { display: none; width:10px; height:10px; overflow:hidden; background:url(../img/gnb_bg2.gif) no-repeat 50% 50%; text-indent:-999px;} 
.gnb_1da {display:inline-block;text-decoration:none;letter-spacing: -0.5px;word-spacing: -2px;width: 100%;display: flex;align-items: center;font-size: 20px;font-weight: 500;justify-content: center;} 
.gnb_2dli:first-child {margin-top: 20px;} 
.gnb_2dul {display: none;position: absolute;left: 50%;top: 100%;margin-left: -85px;width: 170px;height: 260px;} 
.gnb_2da {text-align: center; font-size: 16px; margin-bottom: 15px; color: #AAA; font-weight: 400;} 
.gnb_1dli:hover .gnb_2dul .gnb_2da:hover,
.gnb_1dli > a:focus ~ .gnb_2dul .gnb_2da:hover {color: var(--color-main-green); font-weight: 500;} 
.gnb_1dli:hover .gnb_2dul .gnb_2da, 
.gnb_1dli > a:focus ~ .gnb_2dul .gnb_2da{ color: #000; } 
.gnb_2dul.focus::before { content: ''; position: absolute; width: 100%; height: 2px; top: 0px; left: 0; background-color: var(--color-main-green); } 
.gnb_1dli_over2 .gnb_2dul { display:block; right:0 } 
.gnb_wrap .gnb_empty { padding:10px 0; width:100%; text-align:center; line-height:2em; color:#fff } 
.gnb_wrap .gnb_empty a { color:#fff; text-decoration:underline } 
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a { color:#555 } 
#gnb .gnb_close_btn {display: none; background:#4158d1; color:#fff; width:50px; height:50px; border:0; vertical-align:top; font-size:18px; position:absolute; top:-50px; left:0 } 
#gnb .gnb_mnal { padding:0; display: none; } 
#gnb_all {display:none;position: fixed;top: 0;padding-top: 80px;width:100%;z-index:99;height: 100% !important;background: #fff;} 
#gnb_all .gnb_al_ul:after { display:block; visibility:hidden; clear:both; content:"" } 
#gnb_all .gnb_al_li.active {background: no-repeat 50% / cover;background-image: url(../../images/cmn/gnb-bg.png);} 
#gnb_all .gnb_al_li.active > a{color: #fff;}
#gnb_all .gnb_al_li li {width: 100%;} 
#gnb_all .gnb_al_li li i { color:#9ca6cc; display: none; } 
#gnb_all .gnb_al_li li a {font-size: 16px; padding: 23px 0; width: 100%; border-bottom: 1px solid #E4E4E4;} 
#gnb_all .gnb_al_li li a:hover,
#gnb_all .gnb_al_li li a:active{text-decoration: underline;}
.menu-bg { width: 100%; height: 260px; background: #fff; display: none; position: absolute; top: 100%; left: 0; border: 1px solid #E4E4E4; border-top: 0; } 
#gnb .gnb-btn {position: relative;right: 0;background: none;width: 30px;height: 30px;border:0;display: none;align-items: center;justify-content: center;margin-left: 5px;}
#gnb .gnb-btn span{display: block;height: 2px;width: 18px;background: #000;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.5s;border-radius: 10px;}
#gnb .gnb-btn span:before {content: '';display: block;height: 100%;width: 100%;background: #4A4E67;position: absolute;top: -8px;transform: rotate(0deg);transition: all 0.5s;border-radius: 10px;} 
#gnb .gnb-btn span:after {content: '';display: block;height: 100%;width: 100%;background: #4A4E67;position: absolute;top: 8px;transform: rotate(0deg);transition: all 0.5s;border-radius: 10px;} 
#gnb .gnb-btn.active span {background: transparent;width: 25px;} 
#gnb .gnb-btn.active span:before { transform: rotate(135deg); top: 0; background: #4A4E67; } 
#gnb .gnb-btn.active span:after { transform: rotate(-135deg); top: 0; background: #4A4E67;} 



/* 화면낭독기 사용자용 */
#hd_login_msg { position:absolute; top:0; left:0; font-size:0; line-height:0; overflow:hidden } 
.msg_sound_only, .sound_only { display:inline-block !important; position:absolute; top:0; left:0; margin:0 !important; padding:0 !important; font-size:0; line-height:0; border:0 !important; overflow:hidden !important } 


/* 본문 바로가기 */
#skip_to_container a { z-index:100000; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden } 
#skip_to_container a:focus, #skip_to_container a:active { width:100%; height:75px; background:#21272e; color:#fff; font-size:2em; font-weight:bold; text-align:center; text-decoration:none; line-height:3.3em } 


/* 팝업레이어 */
#hd_pop {z-index: 9999;position:relative;margin:0 auto;height:0} 
#hd_pop h2 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
.hd_pops { position:absolute; border:1px solid #e9e9e9; background:#fff; } 
.hd_pops img { max-width:100% } 
.hd_pops_footer { padding: 0; background:#000; color:#fff; text-align:left; position:relative; } 
.hd_pops_footer:after { display:block; visibility:hidden; clear:both; content:"" } 
.hd_pops_footer button { padding: 10px; border:0; color:#fff } 
.hd_pops_footer .hd_pops_reject { background:#000; text-align:left } 
.hd_pops_footer .hd_pops_close { background:#393939; position:absolute; top:0; right:0 } 


/* 하단 레이아웃 */
.footer {border-top: 1px solid #E4E4E4;}
.ft-banner {height: 80px;max-width: calc(1280px + 80px);padding: 0 40px;width: 100%;margin: 0 auto;position: relative;}
.ft-banner--slide{height: 100%;width: 100%;max-width: calc(100% - 100px);margin: 0 auto;overflow: hidden;}
.ft-banner--slide > ul > li{display: flex;align-items: center;width: 200px;}
.ft-banner--slide > ul > li > a{width: 200px;height: 60px;background: no-repeat 50% / cover;margin: 0 auto;}
.ft-banner .btn{width: 35px;height: 35px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 11;}
.ft-banner .slide-btn__prev{left: 40px;background-image: url(../../images/cmn/banner-prev.svg);}
.ft-banner .slide-btn__next{right: 40px;background-image: url(../../images/cmn/banner-next.svg);}
#ft {background-color: #fff;border-top: 1px solid #e4e4e4;color: #9599A6;padding: 70px 0 50px;margin:0 auto;text-align: left;position: relative;min-height: 382px;} 
#ft h1 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
#ft_wr {margin:0 auto;max-width: calc(1280px + 80px);padding: 0 40px;display: flex;align-items: center;justify-content: space-between;} 
#ft_wr .r{display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;}
#ft_wr #ft_link { padding: 30px 0 10px 0; /* border-bottom:1px solid #eee; */ } 
#ft_wr #ft_link a { display:inline-block; padding: 0 11px; line-height:1.083em; font-size: 16px; color: #333333; border-left: 2px solid #333333; } 
#ft_wr #ft_link a:first-child { padding-left:0; border-left:0 } 
#ft_wr #ft_catch { margin: 70px 50px 0px 0px; position: absolute; float: right; right: 0; } 
#ft_wr #ft_catch img { margin: 0 16px; } 
#ft_wr #ft_adrr { padding: 10px 0; font-size: 14px; } 
#ft_wr #ft_adrr span { padding: 0 10px; border-left: 1px solid #fff; } 
#ft_wr #ft_adrr span.nonborder { border-left:none } 
#ft_wr #ft_adrr span:first-child { padding-left:0; border-left:0 } 
#ft_wr #ft_copy { font-size: 14px; margin-top: 60px;} 
#ft_copy br.mobile-ver{display: none;}
#ft_wr .ft-cont { margin-top: 24px; width: 100%; } 
#ft_wr .ft-cont h2 { font-size: 14px; } 
#ft_wr .ft_info span { margin-top: 8px; display: block; font-size: 14px; } 
#ft_wr .ft_info span b { margin-right: 8px; } 
.admin-login.btn { color: var(--color-main-blue); text-decoration: underline; font-weight: 700; } 
#top_btn { position: absolute; right: 85px; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: no-repeat 50% / cover; background-color: var(--color-main-blue); border-radius: 50%; background-image: url(../../images/cmn/ico-top.svg); background-size: 13px 16px; transition: .4s; } 
#top_btn:hover { background-image: url(../../images/cmn/ico-top_small.svg); } 
.ft_cnt > * { margin-bottom: 10px; } 
#ft_copy { padding-top: 20px; margin-top: 10px; border-top: 1px solid #e4e4e4; font-size: 14px; line-height: 1.5; } 
#ft_copy a { display: inline-block; color: inherit; font-size: 12px; text-decoration: underline; } 
.ft-media {display: flex; align-items: center;}
.ft-media .sns-list i{width: 28px; height: 28px;}
.ft-media .tit{margin-right: 25px; font-size: 14px; font-weight: 500; color: #37476E; opacity: .3;}
.ft-media .sns-list > li:not(:last-child){margin-right: 13px;}
.ft-logo { width: 196px; } 
#ft_copy > * { color: #9599A6; opacity: .5; } 
.ft-media .sns-list .btn{transition: .4s;}
.ft-media .sns-list .btn:hover{opacity: .7;}



/* 중간 레이아웃 */
#container {min-height: calc(100vh - 346px - 101px);padding-bottom: 100px; padding-top: 90px;} 
.main #container{padding-top: 0; padding-bottom: 0;}
#container_wr:after { display:block; visibility:hidden; clear:both; content:"" } 
#container_wr { z-index: 5; margin:0 auto; height:100%; zoom:1; position: relative; } 
#wrapper.index #container_wr { max-width: 100%; padding: 0; } 
#aside { float:right; width:305px; padding:0; background: #e7ebf3; height: 100%; border: 1px solid #adbfd2; margin:20px 0 20px 20px } 
#wrapper.index #container {width: 100%;padding: 0;margin: 0;padding-bottom: 100px;} 
#container:after { display:block; visibility:hidden; clear:both; content:"" } 
#container_title {font-size: 36px;} 
.subTit .state{min-width: 74px;height: 40px;display: inline-flex;align-items: center;justify-content: center;font-size: 16px;font-weight: 500; margin-bottom: 15px;}
.state-complete .subTit .state{background-color: #F7F7F7; border: 1px solid #e4e4e4; color: #888;}
.state-progress .subTit .state{background-color: #2DB1A7; color: #fff;}
.subTit span {font-size: 28px;} 
.title_slogan { position: absolute; bottom: 13px; right: 0; font-size: 15px; } 
.container_title_wr { border-bottom: 1px solid #E4E4E4; padding-bottom: 28px; display: flex; justify-content: space-between; align-items: center; } 
.title-control { display: flex; align-items: center; } 
.title-control > li:not(:last-child){margin-right: 10px;}
.title-control .btn{width: 40px; height: 40px; border-radius: 50%; border: 1px solid #E4E4E4; }
.title-control .btn i{width: 22px; height: 22px;}
.title-control .btn.print-btn i{background-image: url(../../images/ico/btn-print.svg);}
.title-control .btn.copy-btn i{background-image: url(../../images/ico/btn-file.svg);}
.subTit{text-align: center;padding-bottom: 35px;border-bottom: 1px solid #e4e4e4;}
.subTit .tit{font-size: 28px; font-weight: 700;}





/* location */
.home_btn{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 70px;height: 100%;display: flex;align-items: center;justify-content: center;border-left: 1px solid #E4E4E4;border-right: 1px solid #e4e4e4;} 
.home_btn .ico-home{ background-image: url(../../images/ico/ico_home.svg); width: 40px; height: 40px;} 
.loca {height: 60px;border-bottom: 1px solid #E4E4E4;} 
.loca_wrap {position: relative;max-width: 1280px;margin: 0 auto;width: 100%;height: 100%;padding-left: 70px;} 
.loca_btn_wrap_{display: flex;}
.loca ul {width: 190px;/* display: none; */}
.loca li {background-color: #fff;width: 100%;height: 0px;overflow: hidden;transition: .5s;/* display: none; */}
.loca li a {font-size: 16px;font-weight: 400;color: #666;display: flex;height: calc(100% - 4px);padding: 0 0 0 20px;align-items: center;margin-top: 2px;} 
.loca_btn {width: 190px;height: 60px;border: 0;font-size: 16px;font-weight: 400;color: #666;text-align: left;padding-left: 20px;border-right: 1px solid #e4e4e4;display: none;position:relative;} 
.loca_btn:after,
.loca_btn:before {content:'';position:absolute;height: 2px;width: 8px;background-color: #666;right: 16px;top: 50%;display: block;transition: all .2s;z-index: 1;} 
.loca_btn:after { margin-right: 0; transform: rotate(-45deg); } 
.loca_btn:before {transform: rotate(45deg);margin-right: 5px;} 
.loca_btn.open:after { transform: rotate(45deg); } 
.loca_btn.open:before { transform: rotate(-45deg); } 
.loca .loca_ul1 {position: relative;display: block;z-index: 11;} 
.loca ul.open {border: 1px solid #e4e4e4;border-top: 0;}
.loca .loca_li1 { display: block; } 
.loca .loca_ul2 { position: absolute; left: 100%; top: 0; } 
.loca ul.open>li {height: 60px;} 
.loca_ul1.open .loca_li1:not(:last-child) {border-bottom: 1px solid #E4E4E4;}
.loca_ul2.open .loca_li2:not(:last-child) {border-bottom: 1px solid #E4E4E4;}
.loca li a:hover{color: var(--color-main-green); text-decoration: underline;}
.loca_li2.selected a {color: var(--color-main-green);}
.loca ul.open>li.selected a {font-weight: 700; color: var(--color-main-green);}


/* paging */
.pg_wrap {margin-top: 40px;}
.pg_wrap .pg{display: flex; align-items: center; justify-content: center;}
.pg_wrap .pg_page, .pg_wrap .pg_current{width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; padding: 0 2.5px; font-size: 18px; color: #292929; font-weight: 400;}
.pg_wrap .pg_current{font-weight: 700; color: var(--color-main-green); text-decoration: underline;}
.pg_wrap .pg_prev,
.pg_wrap .pg_end{width: 38px; height: 38px; background: no-repeat 50% / cover;}
.pg_wrap .pg_prev{background-image: url(../../images/ico/ico_arr_prev.svg);margin-right: 25px;}
.pg_wrap .pg_end{background-image: url(../../images/ico/ico_arr_next.svg); margin-left: 25px;}


/* sns */
.sns-list{display: flex;}
.sns-list .btn{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: .3s;}
/* .sns-list .btn i{transition: .3s;} */
/* #hd .sns-list .btn.btn-blog:hover{background-color: #1EC800;}
#hd .sns-list .btn.btn-blog:hover .ico-blog{background-image: url(../../images/ico/ico-blog_active.svg);}
#hd .sns-list .btn.btn-instagram:hover{background-color: #B60781;}
#hd .sns-list .btn.btn-instagram:hover .ico-instagram{background-image: url(../../images/ico/ico-instagram_active.svg);}
#hd .sns-list .btn.btn-youtube:hover{background-color: #C4302B;}
#hd .sns-list .btn.btn-youtube:hover .ico-youtube{background-image: url(../../images/ico/ico-youtube_active.svg);}
#hd .sns-list .btn.btn-facebook:hover{background-color: #445A94;}
#hd .sns-list .btn.btn-facebook:hover .ico-facebook{background-image: url(../../images/ico/ico-facebook_active.svg);} */
#hd .sns-list > li:not(:last-child){margin-right: 12px;}
.sns-list .btn:hover {opacity: .7;}



.hd-control{display: flex; align-items: center;}
.sch-wrap{margin-left: 25px;}







/*--------------------------------------------------------------------- 반응형 --------------------------*/
@media screen and (min-width:1321px) {
    #gnb_all{display: none !important;}
}

@media screen and (max-width: 1320px) {
    .inner{max-width: 100%;}
    .pc-ver{display: none;}
    .pad-ver{display: block;}
    .mobile-ver{display: none;}


    /* 메인메뉴 */
    .hd-control .sns-list {display: none;}
    #gnb .gnb_1dul_wr #gnb_1dul{display: none;}
    #gnb .gnb_1dul_wr{height: 80px;max-width: 100%;position: relative;z-index: 999;}
    #logo a {max-width: 183px;}
    #hd_sch {margin-right: 65px;}
    #gnb .gnb-btn{display: flex;}
    #gnb_all .gnb_al_li > ul {position: absolute;top: 0;left: 185px;width: calc(100% - 185px);display: none;padding: 0 40px;border-left: 0;padding-top: 80px;}
    #gnb_all .gnb_al_li > a {width: 185px;flex: 0 0 auto;color: #000;text-align: center;padding: 25px 0;font-size: 16px;font-weight: 700;border-bottom: 1px solid #E4E4E4;width: 100%;}
    .gnb-left { width: 185px; height: 100%; position: static; top: 0; left: 0; background: #F7F7F7; } 
    #gnb_all .gnb_al_li.active > ul {display: block;}
    .sch-open .ico-search { width: 30px; height: 30px; } 
    .sch-wrap { margin-left: 0; } 
    #gnb .gnb_wrap.active .gnb_1dul_wr {border-bottom: 1px solid #e4e4e4;}
    .gnb_wrap.active .sch-wrap{display: none;}
    .gnb-sns { position: fixed; bottom: 0; left: 0; width: 100%; } 
    .gnb-sns__tit { background: #424242; padding: 16px 0; padding-left: calc((192px / 2) - 30px); font-size: 16px; font-weight: 700; color: #fff; } 
    .gnb-sns .sns-list { display: flex; background: #fff; } 
    .gnb-sns .sns-list > li { flex: 1; margin: 0; } 
    #hd .gnb-sns .sns-list > li:not(:last-child) {margin-right: 0;position: relative;} 
    .gnb-sns .sns-list .btn { width: 100%; height: 60px; } 
    #hd .sns-list .btn.btn-blog .ico-blog{}
    #hd .sns-list .btn.btn-instagram .ico-instagram{}
    #hd .sns-list .btn.btn-youtube .ico-youtube{}
    #hd .sns-list .btn.btn-facebook .ico-facebook{}
    #hd .sns-list .btn.btn-blog:hover{background-color: transparent;}
    #hd .sns-list .btn.btn-blog:hover .ico-blog{}
    #hd .sns-list .btn.btn-instagram:hover{background-color: transparent;}
    #hd .sns-list .btn.btn-instagram:hover .ico-instagram{background-image: url(../../images/ico/ico-instagram_black.png);}
    #hd .sns-list .btn.btn-youtube:hover{background-color: transparent;}
    #hd .sns-list .btn.btn-youtube:hover .ico-youtube{background-image: url(../../images/ico/ico-youtube_black.svg);}
    #hd .sns-list .btn.btn-facebook:hover{background-color: transparent;}
    #hd .sns-list .btn.btn-facebook:hover .ico-facebook{background-image: url(../../images/ico/ico-facebook_black.svg);}
    #hd .gnb-sns .sns-list > li:not(:last-child)::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 40px; background: #e4e4e4; } 
    
    #ft_wr{max-width: 100%;}
    .ft-banner{max-width: 100%;height: 65px;}
    .ft-banner--slide > ul > li > a{width: 135px;height: 47px;}
    #ft_wr .l{display: block;}
    #ft_wr .ft-cont{margin-left: 0; margin-top: 20px;}
    .ft-logo{width: 151px;}
    .ft-logo img{width: 100%;}
    #ft_wr .ft-cont h2{font-size: 18px;margin-bottom: 8px;}
    #ft_wr #ft_copy{margin-top: 20px;font-size: 12px;}
    #ft_wr .r {flex-direction: column-reverse;}
    #top_btn {transform: none; top: 60px; right: 40px;}

    /* location */
    .loca {height: 50px; }
    .loca_btn {height: 50px;}
    .loca ul.open>li {height: 50px;}
    .loca_wrap {max-width: 100%; padding-left: 110px;}
    .home_btn {left: 40px;}


    /* 중간 레이아웃 */
    #container{padding-top: 80px;}
    .container-cont{width: 100%;margin-top: 0;}
    .container-wrap{margin-top: 60px;}
    .subTit{padding-bottom: 30px;}

    /* snb */
    .snb{display: none;}
    .gnb_al_li:nth-child(2) > ul > li:last-child,
    .gnb_al_li:nth-child(2) > ul > li:nth-last-child(2),
    .gnb_al_li:nth-child(2) > ul > li:nth-last-child(3){
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .inner{padding: 0 16px;}
    .pc-ver{display: none;}
    .pad-ver{display: none;}
    .pad-ver.pad-ver2{display: block;}
    .mobile-ver{display: block;}
    

    #gnb .gnb_1dul_wr {padding: 0 20px;height: 70px;}
    .gnb_wrap #logo{display: block;}
    #logo a{width: 161px;}
    .gnb_wrap.active #hd_sch {display: block;}
    #gnb_all{ padding-top: 70px;}
    .gnb-sns__tit {padding-left: calc((124px / 2) - 24px);}
    .gnb-left { width: 124px;}
    #gnb_all .gnb_al_li > ul {left: 124px;width: calc(100% - 124px);padding: 0 20px;padding-top: 71px;}
    #gnb_all .gnb_al_li li a {padding: 18px 0;}
    #gnb_all .gnb_al_li > a {padding: 0 26px;height: 75px;display: flex;align-items: center;justify-content: center;}
    #ft{padding-bottom: 22px;}
    #ft_wr{padding: 0 20px;display: block;position: relative;}
    .ft-banner{padding: 0;}
    .ft-banner--slide{max-width: calc(100% - 90px);}
    .ft-banner .slide-btn__prev{left: 5px;}
    .ft-banner .slide-btn__next{right: 5px;}
    .ft-logo{width: 128px;}
    #ft_wr .ft-cont h2{font-size: 16px;margin-bottom: 14px;}
    #ft_wr .ft_info span{font-size: 12px;}
    #ft_copy br.mobile-ver{display: block;}
    #ft_wr .r { display: block; } 
    #top_btn { width: 50px; height: 50px; right: 20px; bottom: 5px; top: auto; } 
    .admin-login.btn { font-size: 14px; } 
    .ft-media { flex-direction: column; align-items: baseline; margin-top: 20px; } 
    .ft-media .tit { margin-right: 0; margin-bottom: 8px; } 
    #ft_copy { margin-top: 30px; } 



    /* location */
    .loca { height: 40px; } 
    .loca_wrap { padding-left: 55px; } 
    .home_btn { left: 16px; width: 40px;} 
    .home_btn .ico-home { width: 30px; height: 30px; } 
    .loca_btn {height: 40px;width: calc(50% - 8px);padding-left: 13px;font-size: 14px;} 
    .loca_btn:after, .loca_btn:before { right: 7px; } 
    .loca ul { width: calc(50% - 8px); } 
    .loca ul.open>li{height: 40px;}
    .loca li a {font-size: 14px;padding-left: 13px;} 
    .loca .loca_ul2 { width: 100%; } 
    

    /* 중간 레이아웃 */
    #container{padding-top: 70px;}
    .container-wrap { margin-top: 50px; } 
    #container_title { font-size: 20px; } 
    .container_title_wr { padding-bottom: 14px; } 
    .title-control .btn { width: 30px; height: 30px; } 
    .title-control .btn i { width: 20px; height: 20px; } 

    .subTit .state{margin-bottom: 10px;}
    .subTit .tit{font-size: 22px;}
    #hd_sch {padding: 0 20px;}
    
    #hd_sch .input-wrap input[type="text"], #hd_sch .input-wrap input[type="password"], #hd_sch .input-wrap input[type="email"], #hd_sch .input-wrap input[type="tel"], #hd_sch .input-wrap input[type="url"], #hd_sch .input-wrap input[type="date"], #hd_sch .input-wrap input[type="datetime-local"], #hd_sch .input-wrap input[type="time"], #hd_sch .input-wrap input[type="number"], #hd_sch .input-wrap select, #hd_sch .input-wrap .txt-box, #hd_sch .input-wrap .attach__btn {font-size: 14px;}
    
    .hd-sch__wrap .sch-close {top: calc(100% + 25px);}

}
 



@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
}