@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      :web_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
body.fixe {overflow:hidden;}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.mb_dis {display:none;}
.search_btn {display:none; position:absolute; right:65px; top:26px;}
img {max-width:100%}
.pc_view {display:block}
.mb_view {display:none}
.mont {font-family:'Montserrat', sans-serif; }


#header.down, #header.over {background:#fff; box-shadow:0px 0px 9px rgba(0, 0, 0, 10%);}
.down .top_search:before, .over .top_search:before {background:#000;}
.down .top_menu > li:not(:first-child):before, .over .top_menu > li:not(:first-child):before, .sub_wrap .top_menu > li:not(:first-child):before {background:#000}
.sub_wrap .menu_btn span, .sub_wrap .menu_btn span:before, .sub_wrap .menu_btn span:after{background: #000;}

:is(.down, .over, .sub_wrap) .w_gnb .gnb > ul > li > a {color:#000;}
:is(.down, .over, .sub_wrap) .top_search > button {color:#000;}
:is(.down, .over, .sub_wrap) .top_search > button img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
:is(.down, .over, .sub_wrap) .top_lang > a {color:#000;}
:is(.down, .over, .sub_wrap) .top_lang > a img  {webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
:is(.down, .over, .sub_wrap) .top_menu > li a {color:#000;}
:is(.down, .over, .sub_wrap) .top_sns > li img {-webkit-filter:brightness(1) invert(1); filter:brightness(1) invert(1);}
:is(#header.down, #header.over, .sub_wrap #header) h1 img {-webkit-filter:brightness(1) invert(0); filter:brightness(1) invert(0);}



/*.down .menu_btn a img, .over .menu_btn a img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}*/



/* header */
#header {width:100%; position:fixed; padding:0px 10px; left:0px; top:0px; z-index:9999; box-sizing:border-box; transition:all 0.3s 0s ease-in-out; /*border-bottom:1px solid rgba(255, 255, 255, 20%);*/}
.in_header {max-width:1720px; width:100%; height:100px; box-sizing:border-box; margin:0 auto; position:relative; z-index:9;}
#header h1 {position:absolute; left:0px; top:50%; transform:translateY(-50%); -wbkit-transform:translateY(-50%); overflow:hidden; transition:all 0.3s 0s ease-in-out; z-index:10 }
#header h1 a {display:flex; color:#fff; font-size:18px; align-items:center; transition:all 0.3s 0s ease-in-out;}
#header h1 a img {filter:brightness(0) invert(1); -webkit-filter:brightness(0) invert(1); }
#header h1 a .ico {width:68px}
#header h1 a > strong {padding-left:10px;}
.top_search:before {display:none; content:""; width:1px; height:20px; background:#fff; position:absolute; left:-25px; top:50%; transform:translateY(-50%); opacity:0.4; transition:all 0.3s 0s ease-in-out;}
.top_search {position:absolute; right:190px; top:50%; transform:translateY(-50%);}
.top_search img {transition:all 0.3s 0s ease-in-out;}
.top_menu {display:flex; align-items:center; position:absolute; right:120px; top:50%; transform:translateY(-50%); }
.top_menu > li:not(:first-child):before {display:block; content:""; width:2px; height:2px; border-radius:100%; border-radius:100%; background:#fff; position:absolute; left:-1px; top:50%; margin-top:-1px;}
.top_menu > li:not(:first-child) {position:relative; padding-left:10px; margin-left:10px;}
.top_menu > li a {display:block; color:#fff; line-height:32px; font-weight:500; font-size:14px; transition:all 0.2s 0s ease-in-out;}

.top_sns {display:flex; align-items:center; position:absolute; right:0px; top:50%; transform:translateY(-50%);}
.top_sns > li {padding-left:5px;}
.top_sns > li img {transition:all 0.2s 0s ease-in-out; -webkit-filter:brightness(0) invert(1); filter:brightness(0) invert(1);}



.searchPop {width:100%; position:absolute; left:0px; top:100%; background:#fff; border-top:1px solid #000; border-bottom:1px solid #eee; box-shadow:0px 3px 5px rgba(0, 0, 0, 10%); padding:0px 5vw; font-size:18px;}
.searchPop .inner {width:100%; max-width:1400px; position:relative; height:240px; display:flex; justify-content:center; align-items:center;}
.searchPop .search_area_wrap {width:100%; margin-top:0px;}

.searchPop .search_area .input {background:none} 
.searchPop .close {position:absolute; right:0px; bottom:30px;} 
.searchPop .close a {color:#181818; font-weight:400; line-height:1.4em; height:24px; text-indent:-999999px; display:block; font-size:0px;} 
.searchPop .x_btn {padding-left:24px;}
.searchPop .x_btn:after {display:block; content:""; width:20px; height:4px; background:#333; transform-origin:center; transform:translate(-50%, -50%) rotate(45deg); position:absolute; top:55%; left:10px}
.searchPop .x_btn:before {display:block; content:""; width:20px; height:4px; background:#333; transform-origin:center; transform:translate(-50%, -50%) rotate(135deg); position:absolute; top:55%; left:10px;}
.search_area_wrap {margin:20px auto 0px auto; max-width:925px; position:relative;}
.search_area {display:flex; overflow:hidden; border-bottom:4px solid #000; height:52px; align-items:center; position:relative; z-index:1; font-weight:500; margin-bottom:25px;}
.search_area:before {content:""; width:calc(100% - 105px); background:#fff; position:absolute; left:0px; top:0px; bottom:0px; z-index:-1; }
.search_area .input {border:none; outline:none; flex:1; width:100%;}
.search_area .check {min-width:160px; color:#999999;}
.search_area .btn {min-width:40px; height:100%; display:flex; justify-content:center ;align-items:center; color:#fff; font-size:1.444em; line-height:1.3em; font-weight:600; background:url(../img/common/search.png) no-repeat center center; text-indent:-99999px;}



/* wrap */
#wrap {width:100%; overflow:hidden; margin:0 auto;  transition:all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%; margin:0 auto; position:relative; padding:0px 10px 100px 10px;}
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}

.inner {max-width:1460px; padding:0px 10px; margin:0 auto;}
.inner:after { clear:both; content:""; display:block;}
.bg_wrap {background:#f2f2f2}




.m_gnb_on {display:none;  position:absolute; right:10px; top:50%; box-sizing:border-box; transform:translateY(-50%);}
.m_gnb_on .menu_btn {margin:0 auto;}
.menu_btn {position:absolute; right:10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); box-sizing:border-box; display:none; }
.menu_btn a {width:33px; height:22px;}
.menu_btn a img { transition:all 0.3s 0s ease-in-out;}


/*.menu_btn a:before {display:block; content:"Menu"; position:absolute; right:100%; top:0px; line-height:20px; color:#fff; font-size:16px; padding-right:10px; font-weight:400;}*/





/* GNB */
.w_gnb {padding:0px 300px 0px 300px;}
.w_gnb .gnb {max-width:530px; margin:0 auto; box-sizing:border-box; padding:0px;}
.w_gnb .gnb > ul {display:flex; flex-wrap:wrap; justify-content:space-around}
.w_gnb .gnb > ul > li {text-align:center; flex:auto; padding:0px 5px; vertical-align:top; position:relative;}

.w_gnb .gnb > ul > li > a {display:block; color:#fff;}
.w_gnb .gnb > ul > li > a > span {display:flex; justify-content:center; align-items:center; box-sizing:border-box; font-size:20px; font-weight:600; height:100px; transition:all 0.2s 0s ease-in-out; position:relative;}

.w_gnb .gnb > ul > li:hover > a > span { color:#693816;}
/*.w_gnb .gnb > ul > li:hover > a:after {display:block; content:""; width:8px; height:8px; border-left:1px solid #333; border-top:1px solid #333; position:absolute; left:50%; top:100%; margin:-4px 0px 0px -4px; background:#fff; transform:rotate(45deg); -webkit-transform:rotate(45deg); z-index:99}*/


.w_gnb .sub_menu  {position:absolute; left:0px; width:100%; padding:20px 5px; padding-bottom:40px; box-sizing:border-box; overflow:hidden; top:100%; display:none}
.w_gnb .sub_menu > li {padding:3px 0px 3px 0; letter-spacing:-0.5px; text-align:left;}
.w_gnb .sub_menu > li > a {word-break:auto-phrase; display:block; font-size:15px; color:#000; font-weight:500; padding:3px 0px; text-align:center; line-height:1.3em;}
.w_gnb .sub_menu > li > a:hover {color:#f78c26; text-decoration:underline}

/*
.w_gnb .sub_menu  {position:absolute; left:50%; width:140%; transform:translateX(-50%);padding-top:20px; box-sizing:border-box; overflow:hidden; top:100%; display:none; padding-bottom:20px;}
.w_gnb .sub_menu > li {padding:5px 0px 5px 0; letter-spacing:-0.5px;}
.w_gnb .sub_menu > li > a {display:block; font-size:15px; text-align:center; color:#cccccc; font-weight:400; padding:3px 0px;  line-height:18px;}
.w_gnb .sub_menu > li > a:hover {color:#fff; text-decoration:underline;}
*/


.gnb08 {display:none !important;}
.gnb09 {display:none !important;}
.w_gnb .m_gnb_on {position:absolute; right:0px; top:-1px; padding:21px; background:#2d3749}
#gnb_bar {border-top:1px solid #ccc;position:absolute; display:none; left:0%; top:100%; width:100%; background:#fff; box-shadow:0px 2px 5px rgba(0, 0, 0, 10%)}

.gnb_bar_in {}






.slide_menu_wrap {width:80%; max-width:510px; box-sizing:border-box; height:100%;  z-index:998; position:fixed; right:-90%; top:0px; bottom:0px; box-shadow:-1px 0px 5px rgb(0, 0, 0, 0.25); }
.slide_menu_wrap:after {display:block; content:""; width:0%; height:100%; background:#000; position:fixed; left:0%; top:0px; opacity:0.2;  transition:all 0.3s 0s ease-in-out;}
.slide_menu_wrap.on:after {width:100%}
.slide_menu_inner {height:100%; padding-top:70px; background:#fff; box-sizing:border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; z-index:2; position:relative;}

.slide_menu_wrap .m_gnb_on {display:none !important}
.slide_menu_wrap .top_menu_wrap {text-align:center; position:relative; right:auto; top:auto; display:block; transform:none;}
.slide_menu_wrap .top_menu_wrap > .top_menu > li svg .white {fill:#333}
.slide_menu_wrap .top_menu {padding:0px 10px;}
.slide_menu_wrap .top_menu > li a .lang {background:url(../img/common/ico_lang.png) no-repeat left center !important;  background-size:14px auto; color:#fff; font-weight:600;}
.slide_menu_wrap .top_menu > li:nth-child(2):before {display:block;}
.slide_menu_wrap .top_menu > li:before {background:#fff !important;}
.slide_menu_wrap .top_menu {transform:none; margin-bottom:5px; right:auto; top:auto; position:relative; display:flex;}
.slide_menu_wrap .top_menu > li {width:50%; flex:1; box-sizing:border-box; float:none; padding:0px 2px; text-align:center; margin:0px;}
.slide_menu_wrap .top_menu > li > a {background:none !important; color:#333; display:flex; height:46px;justify-content:center; align-items:center; font-size:15px; font-weight:400; padding:0px; border:1px solid #ddd;}
.slide_menu_wrap .top_menu > li > a img {opacity:1 !important}
.slide_menu_wrap .top_menu > li > a img.pa {display:none;}
.slide_menu_wrap .in_header {background:url(../img/common/logo2.png) no-repeat 40% center; height:95px; padding:0px; background-size:50% auto;}

.slide_menu_wrap .gnb > ul {overflow:hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom:1px solid #e2e2e2; transform:translateX(30%); -webkit-transform:translateX(30%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}
.slide_menu_wrap .gnb > ul > li > a {display:block; line-height:60px; font-size:18px; font-weight:600; color:#333; padding-left:50px; background:#fff;} 
.slide_menu_wrap .gnb > ul > li:hover > a {background:linear-gradient(-45deg, #f78c26, #693816); color:#fff;}
.slide_menu_wrap .gnb > ul > li > a.on {background:linear-gradient(-45deg, #f78c26, #693816); color:#fff; } 
.slide_menu_wrap .gnb .sub_menu {background:#fff; display:none; padding:10px 0px;}
.slide_menu_wrap .gnb .sub_menu > li {border-top:1px solid #eee;} 
.slide_menu_wrap .gnb .sub_menu > li:first-child {border-top:none;} 
.slide_menu_wrap .gnb .sub_menu > li > a {display:block; line-height:23px; padding:10px 0px 10px 50px; font-size:15px; color:#333; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; font-weight:500;} 
.slide_menu_wrap .gnb .sub_menu > li > a:hover {padding-left:55px; } 

.slide_menu_wrap .gnb .three_depth > li {padding:0px 0px 0px 55px; } 
.slide_menu_wrap .gnb .three_depth > li > a {display:block; line-height:130%; padding:5px 0px 5px 10px; font-size:14px; color:#d62a6a; transition:all 0.3s 0s ease-in-out; -webkit-transition:all 0.3s 0s ease-in-out; position:relative;} 
.slide_menu_wrap .gnb .three_depth > li > a:before {display:block; content:""; width:5px; height:1px; background:#008e71; position:absolute; left:0px; top:50%;} 
.slide_menu_wrap .gnb .three_depth > li > a:hover {margin-left:5px;} 

.slide_menu_wrap.on .gnb > ul > li {transform:translateX(0%); -webkit-transform:translateX(0%); transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}

.main_content {font-family:'GmarketSans';}

#section1 {padding:0px;}

.main_visual .bg1 {background:url(../img/main/visual01.jpg) no-repeat center top/cover}
.main_visual .bg2 {background:url(../img/main/visual02.jpg) no-repeat center top/cover}
.main_visual .bg3 {background:url(../img/main/visual03.jpg) no-repeat center top/cover}
.main_visual .bg4 {background:url(../img/main/visual04.jpg) no-repeat center top/cover}
.main_visual .box {display:flex !important; padding-bottom:13%; justify-content:center; align-items:center; position:relative; height:1080px;}
.main_visual .box .icon {position:absolute; bottom:10%;  opacity:0; transition:all 0.8s 0s ease-in-out; -webkit-transition:all 0.8s 0s ease-in-out;}
.main_visual .box .icon img {max-width:min(567px, 32.9vw);}
.main_visual .box.bg2 .img_l img {max-width:min(653px, 37.9vw);}
.main_visual .box .img_l {left:0px; transform:translateX(-100%);}
.main_visual .box .img_r {right:0px; transform:translateX(100%)}
.main_visual .slick-active .box .img_l {transform:translateX(0px); opacity:1;}
.main_visual .slick-active .box .img_r {transform:translateX(0px); opacity:1;}
.main_visual .slick-dots {width:100%; position:absolute; z-index:9; bottom:350px;}
.main_visual .banner {display:flex; align-items:center; flex-direction:column; width:100%; height:327px; background:url(../img/main/visual_bottom.png) no-repeat center top; max-width:1920px; margin:0 auto; margin-top:-327px; position:relative; z-index:3;  padding-top:min(33px, 1.9vw)}
.main_visual .banner > h3 {margin:0.2em 0px 0.5em 0px;}
.main_visual .banner > h3 > span {display:inline-block; font-size:52px; line-height:1.3em; color:#fff; font-weight:600; position:relative;}
.main_visual .banner > h3 > span::before {z-index:-1; content:"고양버스커즈 일정"; position:absolute; left:0; -webkit-text-stroke:2px #000;}
.main_visual .banner > h3 > span::after {z-index:-2; content:"고양버스커즈 일정"; position:absolute; left:0.1em; top:0.1em; white-space:nowrap;  color:#000}
.main_visual .banner .bt {width:100%; max-width:420px;}
.main_visual .banner .bt > a {display:flex; height:3.9em; background:url(../img/main/arrow.png) no-repeat 94% center #333333; color:#fff; justify-content:center; align-items:center; font-size:1.05em; transition:all 0.3s 0s ease-in-out;}
.main_visual .banner .bt > a:hover {background-position:96% center; }




/* section */
.section {font-size:20px; padding:100px 0px; font-weight:400; line-height:140%; word-break:keep-all}
.section .inner {}

.main_wrap .more {display:flex; align-items:center;}
.main_wrap .more > img {margin-right:0.5em;}
.main_wrap .more > a {font-size:24px; margin-top:0.3em; color:#333333; font-weight:600; line-height:1.1em; border-bottom:1px solid #333;}
.main_wrap .more > a > span {}



.m_tit_wrap {padding:50px 0px 25px 0px; position:relative;}
.m_tit_wrap .dec {font-size:1.444em; line-height:1.4em; font-weight:400; padding-bottom:10px;}
.m_tit {padding:0px 0px 0.4em 0px; color:#000000; font-size:56px; line-height:1.3em; font-weight:700; }
.m_tit_txt {margin:0px 0px 0px 0px; word-break:keep-all; color:#000000; font-size:1.2em; font-weight:400; line-height:1.4em;}
.m_tit_line {word-break:keep-all; color:#fff; font-size:1.6em; font-weight:700; line-height:1.4em; -webkit-text-stroke:1px #f78c26;}

#section2 {padding:0px; margin:0 auto; overflow:hidden;}

.main_schedule {position:relative;}
.main_schedule .box {overflow-x:auto; width:100%; font-family:'Pretendard';}
.main_schedule .box > ul {display:flex;}
.main_schedule .box > ul > li {min-height:19em; padding:1em; flex:1; min-width:150px; border:1px solid #000; font-size:14px; line-height:1.4em;}
.main_schedule .box > ul > li:not(:first-child) {border-left:none;}
.main_schedule .box .top {display:flex; justify-content:space-between; font-weight:700;}
.main_schedule .box .bul01 {padding-top:1.5em; font-weight:500; font-size:0.95em}
.main_schedule .box .bul01 > li:not(:first-child) {margin-top:0.4em;}
.main_schedule .box .bul01 > li:after {background:#f78c26}
.main_schedule .box .bul01 > li.color1:after {background:#f78c26}
.main_schedule .box .bul01 > li.color2:after {background:#693816}
.main_schedule .box .bul01 > li.color3:after {background:#0e5b8a}
.main_schedule .box .bul01 > li.color4:after {background:#00b3c9}
.main_schedule .box .bul01 > li.color5:after {background:#5fa870}
.main_schedule .box .bul01 > li.color6:after {background:#f9572b}
.main_schedule .box .bul01 > li.color7:after {background:#795cbf}
.main_schedule .box .bul01 > li.color8:after {background:#578a6a}
.main_schedule .box .bul01 > li.color9:after {background:#dac598}
.main_schedule .box .bul01 > li.color10:after {background:#ffa5eb}
.main_schedule .box .bul01 > li.color11:after {background:#ff637b}
.main_schedule .box .bul01 > li.color12:after {background:#406cf5}
.main_schedule .box .bul01 > li.color13:after {background:#f2e049}
.main_schedule .box .bul01 > li.color14:after {background:#8deafd}
.main_schedule .box .bul01 > li.color15:after {background:#e240f5}
.main_schedule .box .bul01 > li.color16:after {background:#8890b4}
.main_schedule .box .bul01 > li.color17:after {background:#b588ff}
.main_schedule .box .bul01 > li.color18:after {background:#666666}
.main_schedule .box .bul01 > li.color19:after {background:#5df859}
.main_schedule .box .sun .top {color:#ff0000}
.main_schedule .box .today .top {color:#fff}
.main_schedule .box .today {color:#fff; background:#000}
.main_schedule .box .today .bul01 > li {color:#fff}
.main_schedule .box .today .bul01 > li:after {background:#fff;}
.main_schedule .more {position:absolute; right:0px; top:-80px;}

.main_notice {display:flex; justify-content:space-between;}
.main_notice .m_tit_wrap {width:30%; max-width:345px; min-width:280px; padding-top:0px; display:flex; flex-direction:column;}
.main_notice .m_tit_wrap .ico {margin-top:auto;}
.main_notice .notice_wrap {flex:1; width:70%; max-width:974px; padding-left:2em;}
.main_notice .notice_wrap > ul {border-top:2px solid #000000; }
.main_notice .notice_wrap > ul > li {border-bottom:1px solid #e6e6e6}
.main_notice .notice_wrap > ul > li > a {display:flex; align-items:center; overflow:hidden; height:6.15em; color:#000; padding:0px 1em;}
.main_notice .notice_wrap > ul > li > a:hover {color:#fff; background:#000}
.main_notice .notice_wrap .day {display:flex; flex-direction:column; min-width:11em; justify-content:center; align-items:center; text-align:center; font-size:13px; font-weight:200; line-height:1.4em;}
.main_notice .notice_wrap .day strong {font-size:32px; line-height:1.3em; font-weight:800;}
.main_notice .notice_wrap .txt_a {flex:1; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.main_notice .notice_wrap .more {margin:1em 0px 0px 0px; justify-content:flex-end}

#section4 {padding-top:0px;}
#section4 .inner {max-width:1720px;}

.main_banner {display:flex; justify-content:space-between; padding-top:70px;}
.main_banner .m_tit_wrap {max-width:345px; min-width:33%; padding-top:0px; display:flex; flex-direction:column;}
.main_banner .m_tit_wrap .ico {display:flex; align-items:flex-start; margin-top:1.5em;}
.main_banner .m_tit_wrap .search_area {max-width:474px; height:auto; border:1px solid #ff891f; border-radius:60px; }
.main_banner .m_tit_wrap .search_area:before {display:none; }
.main_banner .m_tit_wrap .search_area .input {height:4.8em; padding-left:2em; font-size:16px; }
.main_banner .m_tit_wrap .search_area .btn {background:url(../img/main/search.png) no-repeat center; min-width:70px; }

.main_banner .banner_wrap {flex:1; min-width:calc(66vw - 0%); padding-left:2em;}
.main_banner .banner_wrap {position:relative}
.main_banner .banner_wrap .swiper {overflow:inherit;}
.banner_wrap .main_title_box {position:relative; display:inline-block}
.banner_wrap .main_title_box::before {content:""; right:20px; bottom:-20px}
.banner_wrap .main_title_box p {position:relative; z-index:1}
.banner_wrap .card_box {display:none; perspective:500px; padding-top:60px; padding-bottom:60px}
.banner_wrap .card_box .btn_slide {transform:rotateY(-16deg) translate(0, 0); transition:.7s; box-shadow:30px 0 40px rgba(150,162,162,.2);background:#fff;	border-top-left-radius:30px; border-top-right-radius:30px; border-bottom-left-radius:30px; border:1px solid #eee; position:relative;height:0; overflow:hidden; padding-top:calc(580 / 472 * 100%);}
.banner_wrap .card_box .btn_slide .bg {position:absolute; left:50%; top:0; height:auto;	min-height:100%; width:auto;	min-width:100%; transform:translateX(-50%); -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out}
.banner_wrap .card_box .btn_slide::after {content:""; width:100%; height:100%; background:#fff; position:absolute; top:0; left:0; opacity:1; transition:all .3s ease-in-out}


.banner_wrap .card_box .btn_slide .text_wrap {position:absolute; z-index:33; top:0; left:0px; width:100%; height:100%; padding:2.5em; display:flex; flex-direction:column; font-size:18px; line-height:1.4em;}
.banner_wrap .card_box .btn_slide .text_wrap p {word-break:break-all}
.banner_wrap .card_box .btn_slide .text_wrap .cate {font-size:1.55em; line-height:1.4em; color:#f78c26; font-weight:600;}
.banner_wrap .card_box .btn_slide .text_wrap .tit_box {padding-top:6em}
.banner_wrap .card_box .btn_slide .text_wrap .tit_box .tit {font-size:1.65em; line-height:1.4em; color:#333;  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-overflow:ellipsis; white-space:normal; overflow:hidden; min-height:2.8em;}
.banner_wrap .card_box .btn_slide .text_wrap .desc {color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-overflow:ellipsis; white-space:normal; overflow:hidden; line-height:1.3em; height:3.9em; margin-bottom:2em; font-family:'Pretendard'; opacity:0.9;}

.banner_wrap .card_box .btn_slide .text_wrap .category {color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; text-overflow:ellipsis; white-space:normal; overflow:hidden; border-top:1px solid #eee; padding-top:1em; font-family:'Pretendard'; opacity:0.7;}

.banner_wrap .card_box .btn_slide .text_wrap .btn_box {display:none;}
.banner_wrap .control_box {position:relative; width:470px; display:flex; justify-content:center; gap:10px;}
.banner_wrap .control_box > div {position:relative; top:auto; right:auto; bottom:auto; left:auto; display:flex; align-items:center; justify-content:center; background:#f89e45; width:60px; height:60px; border-radius:100%; }
.banner_wrap .control_box .swiper-button-prev:after, .banner_wrap .control_box .swiper-button-next:after {color:#fff; font-size:10px; font-weight:600;}
 {font-size:10px; font-weight:600;}



.banner_wrap .swiper-slide-active .card_box,.banner_wrap .swiper-slide-next .card_box,.banner_wrap .swiper-slide-next+.swiper-slide .card_box,.banner_wrap .swiper-slide-next+.swiper-slide+.swiper-slide .card_box,.banner_wrap .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .card_box,.banner_wrap .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .card_box {
    display:block
}

.banner_wrap .swiper-slide-active .card_box {-webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out}
.banner_wrap .swiper-slide-active .card_box .btn_slide::after {background:#000; opacity:0.3;}
.banner_wrap .swiper-slide-active .card_box .btn_slide .category { color:#fff; border:none; padding-top:0px; opacity:1; }
.banner_wrap .swiper-slide-active .card_box .btn_slide .cate {font-size:1.33em; color:#fff; text-decoration:underline; text-underline-offset:0.3em;}
.banner_wrap .swiper-slide-active .card_box .btn_slide .text_wrap .tit_box {padding-top:1.5em;}
.banner_wrap .swiper-slide-active .card_box .btn_slide .text_wrap .tit_box .tit { color:#fff; font-size:2em; font-weight:600; min-height:inherit; max-height:2.8em;}
.banner_wrap .swiper-slide-active .card_box .btn_slide .text_wrap .tit_box .desc { color:#fff; margin-top:0.5em}
.banner_wrap .swiper-slide-active .card_box .btn_slide .btn_box {display:block; margin-top:auto; display:flex; background:url(../img/main/arrow2.png) no-repeat 94% center #fff; color:#ff891f; font-size:1.16em; font-weight:600; border-radius:60px; height:3.3333em; justify-content:center; align-items:center;}

.banner_wrap .swiper-slide-active .card_box .btn_slide::after {background:#000; opacity:0.3;}
.banner_wrap .swiper-slide-active .btn_slide {transform:rotateY(0deg) translate(0, 0)}
.banner_wrap .mySwiper {overflow:visible}
.banner_wrap .mySwiper .swiper-slide-active {margin-right:-50px !important; z-index:4}
.banner_wrap .mySwiper .swiper-slide-next {z-index:3}
.banner_wrap .mySwiper .swiper-slide-next+div {z-index:2}
.banner_wrap .mySwiper .swiper-slide-next+div+div {z-index:1}
.banner_wrap .mySwiper .swiper-slide-active .card_box:hover {margin-top:-10px}
.banner_wrap .mySwiper .swiper-slide-active .card_box:hover .bg {transform:translateX(-50%) scale(1.05)}

#section5 { background:url(../img/main/bg_section5.jpg) no-repeat center top/cover; margin-top:-100px; }

.floor-area1 {background:url(../img/main/s5_bg01.jpg) no-repeat left top/cover;}
.floor-area2 {background:url(../img/main/s5_bg02.jpg) no-repeat left top/cover;}
.floor-area3 {background:url(../img/main/s5_bg03.jpg) no-repeat left top/cover;}
.floor-area4 {background:url(../img/main/s5_bg04.jpg) no-repeat left top/cover;}
.floor-area5 {background:url(../img/main/s5_bg05.jpg) no-repeat left top/cover;}
.floor-area {position:relative; border-radius:1.25rem; padding:2.5em;}
.floor-inner {display:flex; justify-content:space-between;}
.floor-inner .info {width:1%; padding-right:20px; flex:1; text-align:left; font-size:18px; line-height:1.4em; color:#fff;}
.floor-inner .info .num {opacity:0.4;}
.floor-inner .info .txt_a {font-size:3.444em; font-weight:700; line-height:1.3em; padding-top:0.3em; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.floor-inner .info .txt_b {font-size:1.3333em; min-height:3em;}
.floor-inner .info .txt_c {min-height:6em;}
.floor-inner .info .txt_c > li {margin-top:0.5em; display:flex; align-items:center;}
.floor-inner .info .txt_c > li .subj {min-width:7.5em; align-self:flex-start}
.floor-inner .info .txt_c > li .subs {flex:1; opacity:0.7}
.floor-inner .info .btn {margin-top:2em;}
.floor-inner .info .btn > a {display:flex; max-width:377px; background:url(../img/main/arrow2.png) no-repeat 94% center #fff; color:#ff891f; font-size:1.16em; font-weight:600; border-radius:60px; height:3.3333em; justify-content:center; align-items:center;}

.floor-inner .img {width:38%; max-width:456px;}
.floor-inner .img > span {display:block; padding-bottom:100%; overflow:hidden; border-radius:1em; position:relative}
.floor-inner .img > span img {width:100%; height:100%; position:absolute; left:0px; top:0px;}


.arrow_group > span {display:inline-flex !important; vertical-align:top; width:95px; height:95px; font-weight:100; justify-content:center; align-items:center; color:#fff; font-size:17px; background:#181818; position:relative; border-radius:100%; cursor:pointer;  border:none; margin:0px 10px;}
.arrow_group > span:first-child {margin-left:0px;}
.arrow_group > span:last-child {margin-right:0px;}

.arrow_group > .prevArrow:before {display:block; content:""; width:24px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-45deg); margin-right:-6px;}
.arrow_group > .nextArrow:after {display:block; content:""; width:24px; height:26px; box-sizing:border-box; border:1px solid #fff; border-right:none; border-bottom:none; transform:rotate(-225deg); margin-left:-6px;}

.arrow_group > span:hover {background-color:rgba(0, 0, 0, 70%) !important;}


#section6 {position:relative; background:#fff; z-index:3; padding:0px;}

.txt_slide {position:relative; width:100%; height:10em; overflow-x:hidden; overflow-y:hidden; display:flex; justify-content:center; align-items:center; }
.txt_slide .track {display:inline-block; white-space:nowrap; will-change:transform; animation:marquee 70s linear infinite; }
.txt_slide .track .content {display:flex; font-weight:600; font-size:2.15em; line-height:1.3em; }
.txt_slide .track .content > p {padding:0px 0.4em;}
.txt_slide .track .content > p .line {color:#fff; -webkit-text-stroke:1px #333;}


@keyframes marquee {
  from { transform:translateX(0); }
  to { transform:translateX(-30%); }
}




a.main_bt {display:inline-flex; min-width:185px; height:50px; background:#0083cb; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:space-between; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden}

a.main_bt .txt {flex:1; color:#fff; text-align:center; z-index:2;  transition:all 0.3s 0s ease-in-out; }
a.main_bt .plus {width:50px; border-left:1px solid #4da8db; display:flex; justify-content:center; align-items:center; font-size:20px; color:#80c1e5; font-weight:800; z-index:2}


a.over:after {display:block; content:""; position:absolute; top:0; left:-20px; z-index:1; width:120%; height:100%; border-radius:6px; background:#0a79d5; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86);}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}
a.over:hover .txt {opacity:0.7;}

a.line_bt {display:inline-flex; min-width:185px; color:#fff; height:50px; border:1px solid #fff; padding:15px 0px; box-sizing:border-box; border-radius:6px; justify-content:center; align-items:center; font-size:15px; font-weight:400; position:relative; overflow:hidden; transition:all 0.3s 0s ease-in-out;}
a.line_bt:hover {border-color:rgba(255, 255, 255, 50%)}

a.line_bt.over:after {top:0; left:-20px; z-index:-1; border-radius:6px; background:#000; transform:scaleX(0); transform-origin:right; transition:transform .6s cubic-bezier(.785,.135,.15,.86); opacity:0.7;}
a.over:hover:after {transform:scaleX(1); transform-origin:left;}



/* footer */
#footerW {clear:both; background:#181818; position:relative; padding:0px 10px;}
#footerW.z_over {z-index:101; position:relative;}
#footerW .top_sns {position:relative; top:auto; right:auto; transform:none;}
#footerW .top_sns > li img {-webkit-filter:brightness(0) invert(1); filter:brightness(0) invert(1);}



#footer { position:relative; max-width:1440px; margin:0 auto; }
#footer .go_top {z-index:99; padding-top:40px;}
#footer .go_top > a {display:block; color:#333; border:1px solid #464646; text-align:center; background:#252b2b; padding:15px; margin-left:auto}
#footer .addressW {padding:30px 0px 45px 0px; box-sizing:border-box; font-size:16px; color:#fff; line-height:1.4em; font-weight:500; position:relative; display:flex; flex-wrap:wrap;}
#footer .addressW .f_logo {min-width:288px; align-self:flex-start}
#footer .addressW .logos {min-width:340px; display:flex; align-items:center; justify-content:space-between}
#footer .go_top > a {display:flex; justify-content:center; align-items:center; color:#fff !important; width:67px; height:67px; background:#181a26; border-radius:100%; flex-direction:column; font-size:10px;}
#footer .go_top > a .txt {display:block; font-weight:500; line-height:1.2em;}



#footer .addressW a {color:#fff}
#footer .addressW address {flex:1; line-height:150%;}
#footer .addressW address > span {padding:0.2em 0.5em;}

#footerW .copy {font-weight:300; padding-top:3em; padding-left:0.5em}


#footerW.z_over {z-index:101; position:relative;}
#footerW .familySite { z-index:109; position:relative;}
#footerW .familySite ul.show {display:block;}
#footerW .familySite ul {position:absolute; right:0px; bottom:100%; display:none; background:#363636; width:100%; border-top:1px solid #6c6f78;}
#footerW .familySite ul li {min-height:43px; border:1px solid #6c6f78; border-top:none; line-height:43px; font-size:13px; }
#footerW .familySite ul li:last-child {border-bottom:1px solid #6c6f78; }
#footerW .familySite ul li a {display:block; text-align:left; color:#fff; padding-left:17px; font-weight:300;}
#footerW .familySite ul li a:hover {color:#c0c2c5; background:#272727}
#footerW .familySite p.on {width:100%; text-align:left;  background:#fff; border:1px solid #cccccc; color:#666666; cursor:pointer; font-size:15px; display:flex; align-items:center; height:53px; padding:2px 32px 2px 17px; border-radius:4px;  box-sizing:border-box; font-weight:400;}
#footerW .familySite p.on:after {display:block; content:""; border-bottom:6px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; position:absolute; right:20px; top:50%; transform:translateY(-50%)}



#content {width:100%; max-width:1440px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}


.sub_visual {width:100%; height: 460px; padding: 0px 10px; display: flex;  justify-content: flex-end; flex-direction: column; box-sizing:border-box; overflow:hidden; position:relative; background:url(../img/common/sub_visual.jpg) no-repeat center top/cover; background-size:cover !important;}
.sub_visual .pa_img {position:absolute; right:0px; bottom:0px; max-width:50vw}
.location_wrap {max-width: 1440px; width: 100%; margin: 0 auto; padding-bottom: 10px;}
/*
.sub_visual:before {display:block; content:""; width:246px; height:296px; background:url(../img/common/sub_visual_bg01.png) no-repeat left top; position:absolute; left:50%; bottom:0px; margin-left:-960px;}
.sub_visual:after {display:block; content:""; width:432px; height:254px; background:url(../img/common/sub_visual_bg02.png) no-repeat left top; position:absolute; left:50%; bottom:0px; margin-left:460px;}
*/
.sub_visual .sub_txt {width: 100%; max-width:1440px; margin:0 auto; line-height:1.4em; position:relative; z-index:2; display: flex;} 
.sub_visual .sub_txt > span {display:block; position: relative; width: 22px; height:22px; border-radius:100%; background: #fff; align-self: flex-start; margin-left:30px;}
.sub_visual .sub_txt > span:before {transform: translateX(-70%); content: ""; display: block; background: #fff; width: 100%; height: 100%; position: absolute; top: 0px; border-radius:100%; }
.sub_visual .sub_txt > span:after {transform: translateX(70%); content: ""; display: block; background: #fff; width: 100%; height: 100%; position: absolute; top: 0px; border-radius:100%;}
.sub_visual .sub_txt > h2 {padding-bottom: 1.8em;} 







.sub_wrap {opacity:0;}
/*
.sub_wrap #header {background:#fff; }

.sub_wrap .w_gnb .gnb > ul > li > a {color:#000;}
.sub_wrap .top_search > button {color:#000;}
.sub_wrap .top_search > button img {-webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
.sub_wrap .top_search:before {background:#000;}
.sub_wrap .top_lang > a  {color:#000;}
.sub_wrap .top_lang > a img  {webkit-filter:brightness(1) invert(0.9); filter:brightness(1) invert(1);}
.sub_wrap .top_menu > li a.txt_bt {border:1px solid #cccccc; color:#000;}
.sub_wrap .menu_btn a span {background:#000}
.sub_wrap .menu_btn span, .sub_wrap .menu_btn span:before, .sub_wrap .menu_btn span:after {background:#000}

*/
/*
.sub_wrap #header.down {top:-100px;}
.sub_wrap.up #header {top:0px !important; transition:all 0.3s;}

*/




#sub_tit {font-size:64px; font-weight:700; line-height:1.2em; font-family: 'GmarketSans'; color: #fff;}

#sub_tit .txt_s {font-size:36px; display:inline-block;}

.lnb_position {display:none; position:relative;}

#m_lnb {display:none;}
#lnb_wrap {z-index:99; word-break:keep-all; box-shadow:none; box-sizing:border-box;width:100%; }

#lnb_wrap .lnbs1 {}

#lnb_wrap .lnb {display:flex; margin:0 auto; box-sizing:border-box; position:relative; z-index:9; left:50%; transform:translateX(-50%); transition:all 0.3s; background:#fff;  padding-left:50px; padding-right:50px; /*box-shadow:0 6px 10px rgb(0 0 0 / 9%);*/}
/*#lnb_wrap .lnb:before {display:block; content:""; width:300%; height:100%; border:1px solid #005e9c; box-sizing:border-box; border-left:none; border-right:none; left:50%; transform:translateX(-50%); position:absolute; background:#005e9c; z-index:-1;}*/
#lnb_wrap .lnb .lnbs { width:50%; max-width:240px; box-sizing:border-box; position:relative;}
#lnb_wrap .lnb .lnbs:after {display:block; content:""; width:1px; height:16px; background:#ccc; position:absolute; right:0px; top:50%; transform:translateY(-50%);}
#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:0px; top:calc(100% + 0px); top:-webkit-calc(100% + 0px); width:100%; display:none; background:#fff;}
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}

#lnb_wrap .ico_home {}
#lnb_wrap .ico_home a {display:block; width:16px; height:100%; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.png) no-repeat left center #fff ;}
.lnb ul li {color:#666666; display:block; padding:0px; margin-top:0px;}
.lnb .three_depth {padding:10px;}
.lnb ul li a {color:#333; font-size:16px; display:block; line-height:130%; height:45px; display:flex; align-items:center; padding:5px 30px 5px 20px; border:1px solid #e2e2e2; box-sizing:border-box; text-align:left; font-weight:500; position:relative;}
.lnb ul li a:after {display:none; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%) rotate(0deg); width:0; height:0; border-left:6px solid #fff; border-top:5px solid transparent; border-bottom:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
.lnb ul li:not(:first-child) a {border-top:1px solid transparent;}
.lnb ul li a:hover {color:#fff; font-weight:600; background:#693816; border-color:#77533a !important}
.lnb ul li a:hover:after {display:block;}

.lnb ul li.on a {color:#fff; font-weight:600; background:#693816; border-color:#77533a !important}
.lnb ul li.on a:after {display:block;}

.lnb .three_depth {border:none;}
.lnb ul li .three_depth a {padding:6px 15px; border:none; font-size:13px;}

.lnbs2 ul li.on a {border-radius:0px; }

#lnb_wrap .lnb .lnbs2 {}
#lnb_wrap .lnbs3 {width:100%; margin:0 auto; display:none;}
#lnb_wrap .lnbs3 > ul {display:flex; flex-wrap:wrap; justify-content:center; }
#lnb_wrap .lnbs3 > ul > li {position:relative; height:85px; padding:0px 0px; display:flex; justify-content:center; align-items:center;}
#lnb_wrap .lnbs3 > ul > li > a {display:flex; justify-content:center; align-items:center; text-align:center; height:40px; box-sizing:border-box; color:#999999; font-weight:600; padding:0px 30px; width:100%; font-size:17px; border:none; position:relative; background:#fff;}
#lnb_wrap .lnbs3 > ul > li.on > a {font-weight:600; background:#30cda7; border-radius:60px; color:#fff;}


#lnb_wrap.fixed {transform:none;}
/*#lnb_wrap.fixed .lnb {position:fixed; top:0px; width:100%; max-width:1820px; left:50%; transform:translateX(-50%); background:#fff;}*/


.up #lnb_wrap.fixed .lnb {top:100px;}

.drop.on .four_depth {display:block;}
.four_depth {background:#ececec; border-bottom:1px solid #e2e2e2 ; display:none;}
.lnb .four_depth li a {color:#333 !important; font-size:12px; line-height:18px; min-height:18px; height:auto; padding:10px 0px 10px 30px; background:#f4f4f4 !important; border:none !important; position:relative;}
.lnb .four_depth li a:before {display:block; content:""; width:5px; height:1px; background:#333; position:absolute; left:20px; top:50%;}
.lnb .four_depth li.on a {color:#55b664  !important;}
.lnb .four_depth li.on a:before {background:#55b664;}
.lnbs3 ul li.drop > a {position:relative;}
.drop > a:before {display:block; content:""; width:11px; height:1px; background:#999; position:absolute; right:0%; top:50%; margin:0px 10px 0px 0px;}
.drop > a:after {display:block; content:""; width:1px; height:11px; background:#999; position:absolute; right:0%; top:50%; margin:-5px 15px 0px 0px;}
.drop.on > a:before {background:#fff;}
.drop.on > a:after {background:#fff;}

.drop > a.on:after {display:none;}



.lnb_tit, a.lnb_tit {font-size:18px; display:block; box-sizing:border-box; padding-left:20px; color:#000000; line-height:55px; height:55px; cursor:pointer; padding-right:20px; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.lnb_tit:after {display:block; content:""; position:absolute; right:20px; top:50%; transform:translateY(-50%); width:0; height:0;border-top:6px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; transition:all 0.2s 0s ease-in-out;}
.lnb_tit.on:after {transform:rotate(-180deg); margin-top:-5px}


#lnb_menu .three_depth {display:none;}


.lnbs3 {margin: 0 auto; width: 100%; max-width:1440px; position: relative; z-index: 9;}
.lnbs3 > ul {display:flex; gap:30px; overflow-x:auto;}
.lnbs3 > ul::-webkit-scrollbar {width:3px; height:6px; background-color:#ddd;}
.lnbs3 > ul::-webkit-scrollbar-thumb {background:#000;}
.lnbs3 > ul > li {font-family: 'GmarketSans';}
.lnbs3 > ul > li > a {color:#fff; font-weight:600; line-height:1.5em; font-size:18px; padding:1em 0px 1.3em 0px; transition:all 0.2s 0s ease-in-out;position:relative; display:block; }

.lnbs3 > ul > li > a:after {display:block; content:""; width:100%; height:0.7em; position:absolute; left:0px; bottom:0px; z-index:-1}
.lnbs3 > ul > li.on > a {color:#000000;}
.lnbs3 > ul > li.on > a:after {background:#fff;}
.lnbs3 > ul > li.on > a:before {display:block; content:""; width:10px; height: 10px; border-radius:100%; position: absolute; left: 0px; top: 0px; border-radius:100%; background: #000 }
.lnbs3 > ul#three_menu {padding-top:30px;}
.lnbs3 > ul#three_menu > li > a {display:block; height:auto; min-width:inherit; font-size:18px; color:#000; background:none; border-radius:0px; padding:0px 5px;}
.lnbs3 > ul#three_menu > li.on > a {color:#437fc1; font-weight:800}






.title_bar {max-width:1440px; margin:0px auto 70px auto; padding-top:70px; position:relative;}
/*.title_bar:after {display:block; content:""; width:331px; height:167px; background:url(../img/introduce/01_img01.jpg) no-repeat 50% top/cover; position:absolute; right:50%; top:30px; margin-right:370px;}*/
.title_bar h2 {font-size:36px; text-align:center; font-weight:800; color:#000; line-height:1.3em; transition:all 0.2s 0s ease-in-out;}
/*.title_bar h2:after {display:block; content:""; width:1px; height:33px; margin:0 auto; margin-top:20px; background:#333}*/

.title_bar .s_txt {font-size:20px; text-align:center; color:#333333; padding-top:10px; line-height:140%; font-weight:300; word-break:keep-all}
.big_tit {font-size:46px; color:#000000; line-height:100%; transition:all 0.2s 0s ease-in-out; font-weight:700; padding:40px 0px 30px 0px;}


.location {position:relative; line-height:40px; height:40px; font-size:16px;}
.location span {display:inline-block; zoom:1; *display:inline; margin-left:14px; color:#fff; font-weight:400;}
.location > span:after {display:block; content:""; width:5px; height:5px; border-top:2px solid #fff; border-right:2px solid #fff; display:inline-block; transform:rotate(45deg); margin-left:11px; border-bottom:2px solid transparent; border-left:2px solid transparent;}
.location > span.home:after {display:none;}
.location > span:last-child:after {display:none;}
.location span:first-child {padding-left:0px; margin-left:0px; background:none}
.location #location_2 {font-weight:600; color:#fff}
.location #location_3 {font-weight:600;}
.location img {vertical-align:middle; margin-top:-4px;}
.sub_con { max-width:1440px; margin:0 auto; font-size:18px; font-weight:400; line-height:160%; color:#333333; word-break:keep-all;}
.sub_con > .s_tit:first-child {margin-top:0px;}
.sub_con img {max-width:100%;}



.s_tit {font-size:2.6666em; color:#000000;  line-height:130%; padding:0px 0px 20px 0px;  position:relative; margin-top:60px; font-weight:800; display:flex; align-items:center;}
.s_tit.no-flex {display:block; line-height:1.3em;}

.s_tit img {vertical-align:middle;}
/*
.s_tit:before {display:block; content:""; z-index:0; width:26px; height:26px; border-radius:100%; background:linear-gradient( 120deg, #00aa53, #005e9c ); align-self:flex-start; margin-right:10px;}
.s_tit:after {display:block; content:""; position:absolute; left:9px; top:10px; width:4px; height:4px; border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(45deg);}
*/
.txt_in {padding-left:36px}
.b_txt {font-size:1.44em; font-weight:700; margin-top:40px; margin-bottom:10px; line-height:1.3em;}
.b_txt + p {margin-top:-5px;}

.s_tit.tc {text-align:center; justify-content:center; background:none !important; padding-left:0px;}
.s_tit.tc:after {display:none;}
.s_tit.tc:before {display:none;}
.ss_tit {font-size:1.3em; position:relative; color:#000; line-height:140%; padding:0px 0px 0px 0px; margin-bottom:20px; margin-top:45px; font-weight:700; display:flex; align-items:center;}
.ss_tit.tc {justify-content:center; text-align:center}
.ss_tit.no-flex {display:block;}
/*.ss_tit:before {display:block; content:""; min-width:23px; width:23px; height:23px; background:url(../img/common/tit_bul.png) no-repeat left center/cover; align-self:flex-start; margin-top:0.2em; margin-right:10px;}*/
.ss_tit > span{font-weight:300;}
.s_titW {max-width:1440px; margin:0 auto; padding:50px 0px 5px 0px;}

.sss_tit {font-size:24px; color:#000; padding:0px 0px 0px 0px; margin:40px 0px 10px 0px; line-height:140%; position:relative;}
.sss_tit:before {display:none; content:""; width:10px; height:10px; background:#2b6b73 ; border-radius:100%; position:absolute; left:0px; top:8px;}
.ssss_tit {font-size:20px; color:#333; margin:40px 0px 10px 0px; line-height:140%; font-weight:700;}
.s_txt_r {text-align:right; margin-top:-35px; height:20px; padding-bottom:15px;}
.s_txt_r2 {height:40px; margin-top:-55px;}
.imgW img {max-width:100%;}

.box_txt {border:1px solid #d0d0d0; text-align:center; background:#f4f6f7; font-size:22px; line-height:140%; color:#004497; padding:30px 0px;}
.first_txt {font-size:2em !important; font-weight:500; line-height:140%; color:#000;}



.down_btn {text-align:center; padding:30px 0px 20px 0px;}
.down_btn > a {display:inline-flex; flex-wrap:wrap; height:68px; padding:0px 30px; justify-content:center; align-items:center; border:3px solid #000; border-radius:6px; background:#fdd000}
.down_btn > a > span {display:inline-block; color:#000; font-size:22px; padding-right:30px; background:url(../img/common/ico_down4.png) no-repeat right center; font-weight:600;}

.video_wrap {padding-bottom:56%; position:relative;}
.video_wrap iframe {position:absolute; left:0px; top:0px; width:100% !important; height:100% !important;}

.youtube_wrap_max {max-width:1200px; margin:0 auto; overflow:hidden;}
.youtube_wrap {padding-bottom:56%; position:relative;}
.youtube_wrap iframe {position:absolute; left:0px; top:0px; width:100% !important; height:100% !important;}




.arrow_wrap {display:inline-block; padding-left:50px; background:url(../img/guide/arrow2.png) no-repeat left 6px; margin-left:10px;}


.point_box {padding:20px; background:#f3f4f8}

.check_txt {font-size:18px; color:#494949}



#add_date {position:relative; padding-right:115px;}
#add_date .bt {position:absolute; right:0px; top:0px;}

.tooltip {color:#ff751a; border:1px solid #ff751a; border-radius:6px; text-align:center; line-height:38px; width:38px; height:40px; box-sizing:border-box; font-size:1.5em; vertical-align:middle;}
.br_box {border:1px solid #dce1eb; padding:20px 20px 20px 20px;}
.t_box {background:#757a85; color:#fff; padding:5px 5%; display:inline-block;}
td .br_box {padding:5px;}
td .gray_box {padding:5px;}


.radio_group_row > li {padding-top:8px;}
.radio_group_row > li:first-child {padding-top:0px;}
.radio_group_row > li.disabled {opacity:0.4;}

.radio_group {display:flex; flex-wrap:wrap; margin:-5px -10px;}
.radio_group > li {padding:5px 10px;}
.radio_group > li.etc_li {width:100%; max-width:560px;}
.radio_group > li.etc_li .input {width:calc(100% - 70px) !important; width:-webkit-calc(100% - 70px) !important;}

.radio_group .input {width:auto !important;}

.input_group {padding:5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.input_group > li {display:inline-block; padding:5px 0px 0px 15px;}
.input_group .input {width:auto !important;}


.input_etc {position:relative; padding-left:62px; box-sizing:border-box;}
.input_etc .pa {position:absolute; left:0px; top:0px; font-size:14px; line-height:40px;}

.btn-tc {text-align:center; padding:30px 0px; border-top:1px solid #333333; margin-top:30px;}
.btn-tc > a {margin:0px 10px;}
.btn-tl {text-align:left; padding:30px 0px; border-top:2px solid #333333; margin-top:30px;}
.btn-tr {text-align:right; padding:30px 0px; border-top:2px solid #333333; margin-top:30px;}

.bt_close {width:18px; height:18px; display:inline-block; vertical-align:middle; background:url(../img/common/close_bt.gif) no-repeat center center; background-size:cover; text-indent:-9999px; background-size:10px auto;}

/*atab*/
.atab_wrap {background: #eff1f6; border-radius:60px; padding:min(15px, 3vw); margin: 0 auto;margin-bottom: 50px;}
.atab_wrap .atab {margin: 0px; padding: 0px;}
.atab {display:flex; overflow-x:auto; margin:0 auto; column-gap:10px; margin-bottom:50px; padding-top:10px; position:relative;}
.atab::-webkit-scrollbar {width:5px; height:8px; background-color:#eee;}
.atab::-webkit-scrollbar-thumb {background:#666;}
.atab li {flex:1;}
.atab li a {display:flex; height:2.94em; justify-content:center; align-items:center; background:#fff;text-align:center; font-weight:400; font-size:17px; line-height:1.2em; color:#333; padding:0px 10px; border-radius:60px; }
.atab li.on {position:relative; z-index:2;}
.atab li.on a {background:#000000; color:#fff; }

.btab {border-bottom:1px solid #cccc; margin-bottom:40px; display:flex; flex-wrap:wrap; justify-content:center; padding:1.5em 0px;}
.btab li {padding:2px 1em;}
.btab li a {color:#999999; font-weight:600;}
.btab li.on a {color:#009477; font-weight:700;}

.ctab {display:flex; overflow-x:auto; margin-bottom:50px; padding-bottom:10px; position:relative; margin:0px -5px;}
.ctab::-webkit-scrollbar {width:5px; height:8px; background-color:#eee;}
.ctab::-webkit-scrollbar-thumb {background:#666;}
.ctab li {flex:1; padding:0px 5px; min-width:fit-content;}
.ctab li a {display:flex; height:60px; justify-content:center; align-items:center; background:#fff; box-sizing:border-box; text-align:center; font-weight:700; font-size:18px; line-height:1.2em; box-sizing:border-box; color:#999999; padding:0px 1em; border:1px solid #cccccc;}
.ctab li.on {position:relative; z-index:2;}
.ctab li.on a { color:#009477; border-color:#009477}






.of_hi .fl50 {float:left; width:49%;}
.of_hi .fr50 {float:right; width:49%;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display:none;}

/* 레이어팝 */
#black {display:none; background-color:#000; display:none; height:100%; left:0; opacity:0.6; filter:alpha(opacity=60); position:fixed; top:0; width:100%; z-index:9999;}
.layerPop {-webkit-overflow-scrolling:touch; overflow-y:auto; width:100%; position:fixed; left:0; right:0; top:0; bottom:0; z-index:99999; /*background:#d7d7d7;*/ background:rgba(0, 0, 0, 50%);  zoom:1;}

.layerPop_inner {width:100%; height:100%; padding:15px; display:table; position:relative; margin:0 auto; box-sizing:border-box;}
.pop_wrap {display:table-cell; vertical-align:middle; position:relative;}
.pop_wrap .pop_body {padding:15px 20px; font-size:17px; line-height:1.5em; background:#fff; word-break:keep-all;}
.pop_wrap .pop_body .btns {padding-top:20px;}
.pop_wrap .popup_scroll {max-height:700px; overflow-y:auto;}
.pop_wrap .pop_wrap_in {width:100%; margin:0 auto; border:1px solid #ddd; box-shadow:6px 5px 5px rgba(0, 0, 0, 10%); border-radius:14px; overflow:hidden}
.pop_wrap .x_btn {position:absolute; right:10px; top:50%; transform:translateY(-50%); display:block; cursor:pointer; background:none; width:40px; height:40px; font-size:0px;}
.pop_wrap .x_btn:after {display:block; content:""; width:20px; height:4px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(45deg); position:absolute; top:50%; left:50%;}
.pop_wrap .x_btn:before {display:block; content:""; width:20px; height:4px; background:#fff; transform-origin:center; transform:translate(-50%, -50%) rotate(135deg); position:absolute; top:50%; left:50%;}
.pop_wrap .pop_head.bg_no {background:#fff;}
.pop_wrap .pop_head.bg_no .title {color:#000}
/*.pop_wrap .pop_head.bg_no .x_btn {right:0px; top:0px; transform:none;}*/
.pop_wrap .pop_head.bg_no .x_btn:after {background:#000}
.pop_wrap .pop_head.bg_no .x_btn:before {background:#000;}
.pop_wrap .pop_head {min-height:60px; background:linear-gradient(-120deg, rgba(33,73,166,1) 0%, rgba(69,113,233,1) 100%); position:relative;}
.pop_wrap .pop_head .title {font-size:26px; line-height:140%; color:#fff; padding:20px 50px 15px 25px; text-align:left; font-weight:800;}
.pop_wrap .pop_head .title.tc {padding-left:50px;}
.pop_wrap .pop_head .s_txt {font-size:14px; line-height:14px;  color:#646464; text-align:center; padding:0px 0px 30px 0px;}
.pop_wrap .x_btn2 {position:absolute; right:0px; bottom:0px;}
.pop_wrap .x_btn3 {position:absolute; right:0px; bottom:-42px;}
.pop_body .btn-tc {padding:30px 0px 0px 0px; margin-top:25px;}
.pop_body .btn-tc > a {margin:0px 10px;}
.pol_sc {width:100%; height:310px; overflow-x:hidden; overflow-y:auto;}



/* 팝업 */

.main_layer_pop {position:absolute; left:5%;  top:100px; z-index:9999}
.main_pop_bottom {background:#fff; font-weight:300; color:#000; padding:10px; position:relative; font-size:14px; box-sizing:border-box; border:1px solid #ccc;}
.main_pop_bottom .close {position:absolute; right:10px; top:10px; padding-right:30px; background:url(../img/common/close.png) no-repeat right center; background-size:20px auto;}
.main_layer_pop_inner {width:100%; height:100%; display:table; position:relative; margin:0 auto; box-sizing:border-box;}
.main_layer_pop_inner .cell {display:table-cell; vertical-align:middle; position:relative; padding:0px 10px;}
.main_layer_pop .bx-wrapper .bx-controls-direction a {margin-top:-22px; width:44px; height:44px;}
.main_layer_pop .bx-wrapper .bx-prev {left:0px; background:url(../img/main/pop_l.png) no-repeat 0 0;}
.main_layer_pop .bx-wrapper .bx-next {right:0px; background:url(../img/main/pop_r.png) no-repeat 0 0;}
.main_layer_pop .pop_wrap_in {margin:0 auto;}
.main_layer_pop .pop_wrap_in{overflow-y:auto;}


.layers_wrap {background:#FFF; position:relative; min-width:300px;  font-weight:300;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#333;  text-align:center; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size:14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Pretendard; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Pretendard; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Pretendard; color:#444444; font-size:22px; line-height:38px;}





.print_wrap #header {display:none !important}
.print_wrap .sub_visual {display:none !important}
.print_wrap .lnb_position {display:none !important}
.print_wrap #lnb_wrap {display:none !important}
.print_wrap .title_bar {display:none !important}
.print_wrap .page_tab {display:none !important}
.print_wrap #footerW {display:none !important}
.print_wrap .print_bt {display:none !important}
.print_wrap .p_none {display:none !important}
.print_wrap .print_hide {display:none !important}
#wrap.print_wrap, .print_wrap #inner_wrap {padding:0px !important}

.ico_notice {display:inline-block; vertical-align:middle; padding:4px 10px; background:#ed2129; line-height:20px; color:#fff;}
.ico_note {position:relative; display:flex; align-items:center; font-size:15px;}
.ico_note:before {display:block; content:""; width:28px; box-sizing:border-box; border-bottom:22px solid #333333; border-left:13px solid transparent; border-right:13px solid transparent; border-radius:4px; margin-right:10px; align-self: flex-start}
.ico_note:after {display:block; content:"!"; width:28px; height:22px; color:#fff; font-size:15px; font-weight:600; text-align:center; line-height:1.8em; position:absolute; left:0px; top:0em;}
.ico_note_box {padding-left:40px; background:url(../img/common/notice.png) no-repeat left 5px;}
.ico_note.yellow:before {background:#fdd000}
.ico_note.yellow:after {color:#000}
.ico_note.yellow {color:#fff;}

.date_picker_two {overflow:hidden; position:relative}
.date_picker_two .date_picker {float:left; width:47%;}
.date_picker {display:flex; align-items:center;}
.date_picker .input {width:100%; flex:1;}
.date_picker img {min-width:fit-content; margin:0px 10px;}
.date_picker.two_col .input {width:100%;}
.date_picker_two .col-sm-2  {float:left; width:47%;}
.date_picker_two .pa {left:50%; top:0%; line-height:30px; text-align:center; width:10px; margin:0px 0px 0px -5px;}


.board-write .btnNormalB.gray {background:#5fc3d0;}
.board-write .btnNormalB.gray:after {display:block; content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; border:1px solid #2b6b73; box-sizing:border-box;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; color:#000; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}


.click_count {text-align:right; padding:10px 0px; font-size:1.05em; color:#666666}
.view_photo {padding:20px 0px 0px 0px; text-align:center;}

.scrollbox1 {background:#f1f1f1; height:100px; overflow-x:hidden; overflow-y:auto; padding:12px;}

.ico_notice {display:inline-block; vertical-align:middle; padding:4px 10px; background:#ed2129; line-height:20px; color:#fff;}

.leave {padding:170px 0px 0px 0px; margin-top:40px; background:url(../img/mypage/ico_leave.gif) no-repeat center top;} 
.gray_box {border:1px solid #e9e9e9; padding:28px 20px; background:#fafafa}

.sub_con > .sub_section:first-child, .item > .sub_section:first-child  {padding-top:0px;}
.sub_section.bg {padding:90px 0px; margin-top:100px; position:relative}
.sub_section.bg:before {display:block; content:""; width:100vw; height:100%; background:#effbf7; position:absolute; left:50%; top:0px; transform:translateX(-50%); z-index:-1}.sub_section .con
.sub_section.bg+.sub_section.bg {padding-top:50px;}
.sub_section {padding-top:115px; display:flex; flex-wrap:wrap; align-items:flex-start}
.sub_section .s_tit {margin-top:0px; width:100%; min-width:100%;}
.sub_section .subj {margin-top:0px; width:48%; min-width:48%; padding-right:10px;}

.sub_section .con {flex:1; padding-left:10px; width:1%}

.intro_top_bg {position: relative; color: #fff;}
.intro_top_bg img {position: relative; width: 1720px; max-width:none; object-fit: cover; position: relative; left: 50%; transform: translateX(-50%)}
.intro_top_bg .txt {font-size: 1.1em; line-height: 1.6em; position: absolute; left:0px; top:430px;}

.introduce {display: flex; padding-top:6em; justify-content: space-between;}
.introduce .img {width: 50%; padding-right: 1em}
.introduce .info {width: 50%;}
.introduce .info .txt_a {font-size: 2.2222em; line-height: 1.4em; font-weight: 100; padding-bottom: 1em}


.find_map .top {display:flex; flex-wrap:wrap; justify-content:space-between}
.find_map .top .bbs_search {width:40%;}
.find_map .top .navi {width:55%; max-width:600px; margin-bottom: 1em }
.find_map .navi > ul {display:flex; gap:4px;}
.find_map .navi > ul > li {flex:1}
.find_map .navi > ul > li > a {display:flex; justify-content:center; align-items:center; padding:5px 10px; border-radius:4px; height:60px; transition:all 0.2s 0s ease-in-out; font-size:15px; font-weight:600; border:1px solid #000; font-family:'GmarketSans';}
.find_map .navi > ul > li.color0 > a {border-color:#000; color:#000;}
.find_map .navi > ul > li.color1 > a {border-color:#f78c26; color:#f78c26;}
.find_map .navi > ul > li.color2 > a {border-color:#e54266; color:#e54266;}
.find_map .navi > ul > li.color3 > a {border-color:#693816; color:#693816;}
.find_map .navi > ul > li > a.on {border:1px solid #000 !important; background:#000 !important; color:#fff !important;}
.find_map .navi > ul > li > a.on img {-webkit-filter:brightness(0) invert(1) !important; filter:brightness(0) invert(1) !important;}
.find_map .navi > ul > li > a img {margin-right:5px; transition:all 0.2s 0s ease-in-out; }


.map_area {position:relative;}
.map_area .point {position:absolute; z-index:10}
.map_area .map_wrap {z-index:8 }
.map_wrap {border:1px solid #000; height:480px; overflow:hidden; box-sizing:border-box;}
.map_wrap > div {height:100% !important; width:100% !important;}
.map_wrap > div .wrap_map {height:100% !important; width:100% !important;}

.zone_view {display: flex; flex-wrap: wrap; margin:30px -10px; justify-content: space-between}
.zone_view > div {width: 50%; padding: 10px;}
.zone_view .info {max-width: 690px; font-size: 16px;}
.zone_view .info .subj {}
.zone_view .info .subs {color: #666666; font-weight:500; margin-top: -0.1em}
.zone_view .list {border-top:5px solid #000; border-bottom:1px solid #000; padding:2em 0px; }
.zone_view .list+.list {border-top:none; }
.zone_view .list > li {display: flex; align-items: flex-start; padding:0.5em 0px;}
.zone_view .list .subj {display: flex; align-items: center; min-width:12em;}
.zone_view .list .subj .ico {min-width:2.3em;}

.zone_view .list2 {padding: 2em 0px;}
.zone_view .list2 > li {padding:0.5em 0px;}
.zone_view .list3 .subj {min-width:6em}

.zone_view .top_sns {margin-top: 20px; position: relative; right: auto; top: auto; transform:none;}
.zone_view .top_sns > li {padding: 0px; min-width: 2.3em;}
.zone_view .top_sns > li:nth-child(4) img {-webkit-filter:none; filter:none;}

.zone_view .img {max-width:740px;}
.zone_view .slider-for .slick-slide {border-radius:4px; overflow: hidden; line-height:1px;}
.zone_view .slider-nav {display: flex; line-height:1px; margin:10px 0px 30px 0px; align-items: center;}
.zone_view .slider-nav .box {padding-bottom: calc(84 / 112 * 100%); position: relative; overflow: hidden;}
.zone_view .slider-nav .box img {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.zone_view .slider-nav .slick-current > div {border:1px solid #000;}
.zone_view .slider-nav .slick-slide {margin: 0px 5px;}

.zone_view .slider-nav .slick-list {flex: 1; width: 100%}
.zone_view .slider-nav .slick-arrow {display: flex; min-width:22px; height: 100%; align-items: center; text-indent:-99999em}
.zone_view .slider-nav .slick-arrow:after {content:''; width:7px; height:7px; border-top:3px solid #333; border-right:3px solid #333; display:inline-block; transform:rotate(45deg); }
.zone_view .slider-nav .slick-prev:after {transform:rotate(-135deg); }
.zone_view .slider-nav .slick-next {justify-content: flex-end}
.zone_view .btn > a {display: flex; height: 3.09em; font-weight: 600; background: url(../img/main/arrow.png) no-repeat 94% center #333333; color: #fff; justify-content: center; align-items: center; font-size: 1.1666em; transition: all 0.3s 0s ease-in-out;}

.pr .sort {position: absolute; right: 0px; top:30px;}
.sort {display: flex; gap:40px; align-items: center; font-size: 16px; justify-content: flex-end; margin-bottom: 1em}
.sort > li {position: relative}
.sort > li:not(:first-child):before {display: block; content: ""; width: 1px; height:1em; background: #ccc; position: absolute; left:-20px; top:50%; transform: translateY(-50%)}
.sort > li .gm {display: flex; align-items: center; opacity: 0.3;}
.sort > li .on {opacity: 1}
.sort > li .gm .ico {margin-right:8px; min-width:max-content;}


.schedule_ck {background: #f3f4f8; padding:min(25px, 5vw);}
.schedule_ck > ul {display: flex; flex-wrap: wrap; margin:-8px;}
.schedule_ck > ul > li {min-width:14.28%; padding:8px; font-size: 15px; line-height: 1.4em;}
.schedule_ck input[type="checkbox"] + label:before {width: 30px; height: 30px; border-radius:100% }
.schedule_ck input[type="checkbox"] + label > span {display: inline-block; width: 9px; height: 9px; border-radius:100%; margin:-5px 0px 0px 5px;}
.calendar .color1 {background:#f78c26}
.calendar .color2 {background:#693816}
.calendar .color3 {background:#0e5b8a}
.calendar .color4 {background:#00b3c9}
.calendar .color5 {background:#5fa870}
.calendar .color6 {background:#f9572b}
.calendar .color7 {background:#795cbf}
.calendar .color8 {background:#578a6a}
.calendar .color9 {background:#dac598}
.calendar .color10 {background:#ffa5eb}
.calendar .color11 {background:#ff637b}
.calendar .color12 {background:#406cf5}
.calendar .color13 {background:#f2e049}
.calendar .color14 {background:#8deafd}
.calendar .color15 {background:#e240f5}
.calendar .color16 {background:#8890b4}
.calendar .color17 {background:#b588ff}
.calendar .color18 {background:#666666}
.calendar .color19 {background:#5df859}

.sch_view_wrap .sch_topW {background: #f3f4f8}
.sch_view_wrap .sch_topW .in_box {padding: 0px; height: 110px;}
.sch_view_wrap .sch_type_bt {margin:1.5em 0px;}
.sch_view_wrap .sch_topW .in_box .date {font-size:30px;}

.schedule_view_list {display: flex; flex-wrap: wrap; margin:-30px -20px;}
.schedule_view_list > li {width: 50%; display: flex; padding:30px 20px;}
.schedule_view_list .img {width: 40%; max-width:276px;}
.schedule_view_list .pic {display: block; box-sizing: border-box; padding-bottom: calc(339 / 276 * 100%); position: relative; overflow: hidden; border-radius: 14px;}
.schedule_view_list .pic img {width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.schedule_view_list .pic .cate {display: block; position: absolute; left: 12px; top: 12px; z-index: 1;}
.schedule_view_list .pic .cate img {max-height:min(32px, 6vw); width: auto; height: auto; transform: none; -webkit-transform: none; position: relative; left: auto; top: auto;}
.schedule_view_list .info {flex: 1; padding-left:40px}
.schedule_view_list .txt_a {border-top:5px solid #000; color: #000; font-size:1.44em; line-height: 1.4em; font-weight:700; padding:0.7em 0px 0.3em 0px;}
.schedule_view_list .txt_a a {color: #000;}
.schedule_view_list .txt_a a:hover {color: #333333;}
.schedule_view_list .txt_b {min-height:3em; font-size:1.11em; line-height: 1.4em }
.schedule_view_list .txt_c:before {display: block; content: ""; width: 68px; height: 1px; background:#000; margin:0em 0px 2em 0px;}
.schedule_view_list .txt_c {font-size: 16px;}
.schedule_view_list .txt_c > li {display: flex; align-items: flex-start; padding:0.3em 0px;}
.schedule_view_list .txt_c .subj {display: flex; align-items: center; min-width:6em;}
.schedule_view_list .txt_c .subj .ico {min-width:2.3em;}
.schedule_view_list .txt_c .subj .ico img {vertical-align: middle}
.schedule_view_list .txt_c .subs {color: #666666; font-weight:500; margin-top: -0.1em}

.calendar .ui-datepicker {box-sizing:border-box; border:none; width:100%;}
.calendar .ui-datepicker thead th {background:none; font-weight:300;}
.calendar .ui-datepicker td span, .calendar .ui-datepicker td a {margin:0 auto;}
.calendar .ui-datepicker-calendar > tbody td:first-child a {color:#ff3333;}
.calendar .ui-datepicker .ui-datepicker-title {font-size:26px; line-height:1.2em; font-weight:600;}
.calendar .ui-datepicker .ui-datepicker-header {display:flex; justify-content:center;}
.calendar .ui-datepicker .ui-datepicker-prev:after {content:''; width:7px; height:7px; border-top:3px solid #333; border-left:3px solid #333; display:block; transform:rotate(-45deg); position:absolute; left:41%; top:34%;}
.calendar .ui-datepicker .ui-datepicker-next:after {content:''; width:7px; height:7px; border-top:3px solid #333; border-right:3px solid #333; display:block; transform:rotate(-315deg); position:absolute; left:33%; top:34%;}
.calendar .ui-datepicker .ui-datepicker-prev {left:50%; margin-left:-130px; top:50%; transform:translateY(-50%)}
.calendar .ui-datepicker .ui-datepicker-next {right:50%; margin-right:-130px; top:50%; transform:translateY(-50%)}
.calendar .ui-icon-circle-triangle-w {background:none;}
.calendar .ui-icon-circle-triangle-e {background:none;}
.calendar .ui-icon {background:none !important; position:relative;}

.application_wrap {position: relative; padding: 50px 0px; display: flex; gap:10px}
.application_wrap:before {display: block; content: ""; width: 100vw; height: 100%; background: #f3f4f8; position: absolute; left: 50%; top: 0px; transform: translateX(-50%); z-index:-1;}
.application_wrap .step_box {width:22%; }
.application_wrap .step_box:nth-child(2) {flex: 1; width: 100%;}
.application_wrap .step_box > h3 {display: flex; justify-content: center; align-items: center; color: #fff; font-size:14px; height: 50px; background: #333333; padding-top: 0.1em;}
.application_wrap .box {background: #fff; font-size:15px; line-height: 1.4em; border:1px solid #ccc; border-radius:4px; padding:20px 30px; margin-top: 5px; min-height:calc(100% - 55px)  }
.application_wrap input[type="radio"] + label:before {width: 30px; height: 30px; border-radius:100% }
.application_wrap input[type="radio"] + label > span {display: inline-block; width: 9px; height: 9px; border-radius:100%; margin:-5px 0px 0px 5px;}


.place_radio > ul > li:not(:first-child) {margin-top: 5px;}
.place_radio input[type="radio"] + label {flex-wrap: nowrap}
.application_wrap .time_list {text-align: center;}
.application_wrap .time_list > li:not(:first-child) {margin-top: 1em}
.application_wrap .time_list button { font-family:'GmarketSans'; text-align: center;}
.application_wrap .time_list button.disable {color:#cccccc; cursor: default}
.application_wrap .time_list button.on {color: #f78c26; font-weight: 700;}





/* ------------------------------------------------------------
 * Name      :mobile_layout.css    
 * Desc      :page layout 
 * Created   :
 * Updated   :
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position:relative;}

.down_file {display:inline-block; vertical-align:middle; color:#0c91dd; margin-left:10px;}
.down_file > span {display:block; padding-left:23px; background:url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}


/* 1024 이상 */
@media screen and (min-width:1024px) {
    

}
/* 1280px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
     
}

/* 1600px 이하 */
@media screen and (max-width:1600px) {
	#fp-nav {margin-left:-200px;}
}


/* 1440px 이하 */
@media screen and (max-width:1439px) {
	
	#lnb_wrap .lnb {padding-left:10px; padding-right:10px;}
	.intro_top_bg img {width: 116vw;}
	.intro_top_bg .txt {top:29.86vw}

}

/* 1280px 이하 */
@media screen and (max-width:1279px) {
	
	 .m_gnb_on {display:block; margin:0px;}
    .w_gnb {display:none;}
	 .in_header {height:80px;}
	.top_menu {display:none;}
	.menu_btn {right:0px; display:block}
	.top_lang {right:45px;}
	.top_sns {right:70px;}
	.top_search {right:130px;}
	
	
	.section .inner {padding:0px 10px; min-height:inherit}
	
	
	
	.main_visual .box {height:85vw; padding-bottom:25vw}
	.main_visual .box .txt_a img {max-width:55vw}
	.main_visual .slick-dots {bottom:28vw}
	
	.main_visual .banner {background-size:auto 25.54vw; height: auto; min-height: 25.54vw; margin-top:-25vw}
	.main_visual .banner .character img {max-width:14vw}
	.main_visual .banner > h3 > span {font-size:min(52px, 6vw)}
	.main_visual .banner .bt { margin:0 auto;}

	.pr .sort {position: relative; top: auto; right: auto}
	
	
}

/* 980px 이하 */
@media screen and (max-width:979px) {
	#header h1 a img {height:44px;}
	.m_tit {font-size:45px;}
	

	
	
	#header {padding:0px 10px; }
	.section {padding:70px 0px; font-size:17px;}
	#footerW {padding-left:10px; padding-right:10px;}
	#inner_wrap {padding-left:10px; padding-right:10px;}
	#lnb_wrap .lnb {padding-left:10px; padding-right:10px;}
	.lnbs3 {padding-left:10px; padding-right:10px;}
/*
	.sub_wrap #header.down {top:-80px}
	#wrap {padding-top:80px;}
	.sub_wrap {padding-top:80px;}
	
*/	
	.m_tit_wrap {padding-bottom:1em;}
	.main_notice {flex-wrap:wrap;}
	.main_notice .m_tit_wrap {width:100%}
	.main_notice .notice_wrap {max-width:100%; width:100%; padding:0px; position:relative}
	.main_notice .notice_wrap .more {margin:0px; position:absolute; right:0px; top:-80px;}
	.main_notice .m_tit_wrap .ico {display:none;}
	.main_banner {flex-wrap:wrap; padding-top: 0px;} 
	.main_banner .m_tit_wrap {width:100%; max-width:100%}
	.main_banner .banner_wrap {width:100%; padding-left:0px;}
	.main_banner .m_tit_wrap .ico {display:none;}
	
	.banner_wrap .card_box {padding-top: 20px;}
	
	.floor-inner {flex-wrap: wrap}
	.floor-inner .info {font-size:16px; flex: initial; width: 100%; padding-right: 0px;}
	.floor-inner .img {width: 100%; max-width:100%; padding-top: 1em}
	.floor-inner .info .btn > a {margin: 0 auto}

	.fp-section, .fp-tableCell {height:inherit !important}
    #sub_tit {font-size:58px;}
	.sub_visual {height: 360px;}
    .title_bar:before {display:none;}
	
/*	.down .sub_visual .sub_txt > div {top:81px;}*/
    

	
	
	.lnbs3 {display:none;}
	.lnb_position {display:block}
	
	 #lnb_wrap {padding:0px; margin:0px; top:0px; height:auto; }
	
	#lnb_wrap .lnbs1 {display:block;}
	#lnb_wrap .lnb .lnbs2 {display:block;}
	#lnb_wrap .lnbs3 {display:none;}
	#lnb_wrap .ico_home {display:block;}
	#lnb_wrap .lnb:before {border-radius:0px;}
	#lnb_wrap .lnb {padding:0px;}

	.lnb_tit {font-size:15px; line-height:50px; height:50px;}

    .lnb ul li a {font-size:14px;}
	.lnb_tit, a.lnb_tit {font-size:16px; padding-left:20px; line-height:60px; height:60px;}

	
	#footer .addressW .navi {justify-content:center}
	#footer_navi {flex-wrap:wrap; justify-content:center;}
	#footer_navi .btn {width:100%; max-width:600px; margin:0 auto; margin-top:20px;}

	
	#footer_navi .sel_box {justify-content:center; max-width:100%; width:100%; padding:20px 0px;}
    #footer_navi > ul {justify-content:center; text-align:center; width:100%;}
    #footer .addressW {text-align:center; flex-direction:column}
	#footer .addressW .f_logo {align-self:center; margin-bottom:1em}
	#footer .addressW address .tel {justify-content:center; padding:1em 0px;}

	#footer .addressW .f_link {display:none;}
	#footer .addressW .logos {margin-top:20px;}
	#footerW .copy {padding-top:1em}
	#footerW .top_sns {padding-top:1em; justify-content:space-around; max-width:180px;  margin:0 auto; }
	#footer .go_top {padding-top:1em}
	
	.sub_con {font-size:16px;}
	

	.introduce {flex-wrap: wrap;}
	.introduce .img {width:100%; padding: 0px 0px 1em 0px;}
	.introduce .info {width:100%;}

	.find_map .top .bbs_search {width:100%}
	.find_map .top .navi {width:100%; max-width: 100%}
	
	.zone_view > div {width: 100%}
	.zone_view .img {margin: 0 auto;}
	.zone_view .info {max-width: 100%}
	
	.schedule_view_list > li {width: 100%}
	
	.application_wrap {flex-wrap: wrap}
	.application_wrap .step_box:nth-child(1) {width: 100%}
	.application_wrap .place_radio > ul {display: flex; flex-wrap: wrap; margin: -8px;}
	.application_wrap .place_radio > ul > li {margin:0px; min-width: 14.28%; padding: 8px; font-size: 15px; line-height: 1.4em;}
	.application_wrap .box {padding:25px;}
	
}

/* 768 이하 */
@media screen and (max-width:767px) {
	
	
	
	
	.top_search > button .txt {display:none;}
	.pc_view {display:none}
	.mb_view {display:block}
	.main_layer_pop {-webkit-overflow-scrolling:touch; position:fixed; overflow-y:auto; width:100% !important; max-width:100% !important; transform:none !important; -webkit-transform:none !important; left:0 !important; right:0 !important; top:0 !important; bottom:0; z-index:99999; background:url(../img/common/png_70.png) repeat left top; zoom:1; margin:0px !important}
    .main_pop_bottom {padding:10px; font-size:14px;}
    .main_pop_bottom .close {right:10px; top:10px;}
	.main_layer_pop .pop_wrap_in {float:none !important;}
	
	

	
	.in_header {height:70px;}
	.up #lnb_wrap.fixed .lnb {top:70px; }
	
	.m_tit {font-size:min(40px, 8vw);}

	
	
	.main_tit > h3 {font-size:26px;}
	
	
	
	.section {font-size:16px}
	.main_wrap .more > a {font-size: 15px;}
	.main_notice .notice_wrap .day img {width: 50px;}
	
	.banner_wrap .control_box {width: 100%;}
	
	
	
	#footer_navi .navi > li a {font-size:14px;}
	#footer_navi .sel_box > li select {height:40px; font-size:14px;}
  	#footer .addressW {background-position:center 20px; font-size:13px; background-size:auto 40px;}

	#footer .go_top > a {padding:13px;}
	#footer .go_top img {width:30px;}
	#footerW .copy {font-size:13px; padding:10px 0px;}
	#footerW {padding:10px;}

	
	
/*    .down .sub_visual .sub_txt > div {top:71px; height:170px;} */
	.sub_con {font-size:15px;}
	#sub_tit {font-size:48px;}
	.sub_visual {height: 290px;}
	.sub_visual .sub_txt {font-size:18px; word-break:keep-all}
	.location_wrap {display:none;}
	
	.sub_visual .navi {display:none;}

    .title_bar {margin-bottom:35px; padding:55px 0px 20px 0px;}
	.title_bar h2 {font-size:36px;}

	.title_bar .s_txt {font-size:17px;}

	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}

	
	.s_tit {font-size:2.2em; margin-top:50px;}
	.ss_tit {font-size:1.5em; margin-bottom:15px;}

	.over_layerW {position:relative;}
	.over_layerW .table_style1 {width:100%; margin:0px;}
    .over_layer {overflow:auto;}
	.over_layer > div {overflow:inherit; min-width:680px;}
  
	.over_layer::-webkit-scrollbar {width:5px; height:8px; background-color:#eee;}
	.over_layer::-webkit-scrollbar-thumb {background:#666;}
	
    .over_layerW:after {display:block; content:""; width:10px; height:100%; position:absolute; right:0px; top:0px; background:url(../img/common/bg_shadow.png) repeat-y left top}
    .over_layer > table {min-width:900px;}

	.pop_wrap .pop_body {font-size:16px;}
	
    /*atab*/
    .atab li a {font-size:16px;}
    .atab li.on {margin-top:0px;}
  

    .btn-tc > a {margin:0px;}
    .btab li a {padding:5px 0px; font-size:15px;}
	
	.ctab li a {height:50px; font-size:16px;}


	.m_th_b {width:135px !important;}
	.m_th {width:115px !important;}
    .m_th_s {width:95px !important;}
    .m_th_ss {width:75px !important;}
	
	.txt_ico img {height:34px;}
	.s_tit > img {max-height:32px;}
	
	
	
	.lnbs3 > ul > li > a {font-size:16px;}

	.map_wrap {height:440px;}
	
	.intro_top_bg img {width:166vw; left:73%}
	.intro_top_bg .txt {top:42vw; font-size:min(1.1em, 2.6vw)}
	
	.zone_view .info {font-size:14px;}
	.zone_view .list .subj .ico img {max-height:18px; max-width: 18px;}
	
	.sort {font-size: 14px;}
	
	.schedule_ck > ul > li {font-size: 14px;}
	.schedule_view_list .txt_c {font-size:15px;}
	
	.application_wrap .step_box:nth-child(2) {flex: initial}
	.application_wrap .step_box {width:calc(50% - 5px);}
	
}





/* 480px 이하 */
@media screen and (max-width:479px) {
	.more > a {font-size:12px;}
	#header h1 a img {height: 34px;}
	
	

/*
	.sub_wrap #header.down {top:-60px}
	#wrap {padding-top:60px;}
	.sub_wrap {padding-top:60px;}
*/
	#header h1 img {height:24px;}
	.top_menu > li a img {width:60%}
	.top_sns > li img {width:5vw}

	.top_lang > a {font-size:15px;}
	
	.menu_btn a:before {display:none;}

	
    #wrap {transition:all 0.3s 0s ease-in-out;}
	.top_dday {font-size:20px; right:50px; padding-top:3px;}
    .in_header {height:60px;}
	.up #lnb_wrap.fixed .lnb {top:60px; }
    .menu_btn {}
	.main_wrap .more > img {display:none;}

	
    .menu_btn .line-middle {top:8px;}
	.top_search {right:105px;}
	.top_search > button img {width:20px;}
	.top_lang > a img {width:17px;}
	
	.menu_btn a img {width:20px;}
	.slide_menu_inner {padding-top:60px;}
    .slide_menu_wrap .gnb > ul > li > a {font-size:16px; padding-left:30px;}
	.slide_menu_wrap .gnb .sub_menu > li > a {padding-left:40px}
	
	.searchPop {font-size:15px;}
	.searchPop .inner {height:130px;}
	.searchPop .close {bottom:15px;}
	
	.main_visual .box {height: 115vw;}
	.main_visual .banner .bt {max-width:90%}

	.main_schedule .more {top: -50px;}
	.main_schedule .box > ul > li {font-size: 12px;}
	
	.main_notice .notice_wrap .more {top: -50px;}
	.main_notice .notice_wrap .day {min-width:6em; font-size:11px;}
	.main_notice .notice_wrap .day strong {font-size: 21px;}
	.main_notice .notice_wrap > ul > li > a {padding: 0px;}
	.main_notice .notice_wrap .day img {width: 34px;}
	.main_notice .notice_wrap > ul > li > a {height: 5em}
	
	.main_banner .m_tit_wrap .search_area .input {height: 3.5em; font-size: 14px;}
	
	
    .m_tit {font-size:22px;}
    .m_tit img {height:20px;}
    .m_tit_txt {font-size:15px;}
	.m_tit_line {font-size:18px}
	
	
	.ico_note {font-size:12px;}
	.section {font-size:14px; padding:40px 10px;}
	
	.main_tit {padding-bottom:20px;}
	.main_tit > h3 {font-size:16px;}
	.main_tit .ico img {width:50px}
	

	#section5 {margin-top: 0px;}
	#section5 .m_tit_wrap {padding-top: 0px;}
	
	.banner_wrap .card_box .btn_slide .text_wrap {font-size:3.75vw}
	.main_banner .m_tit_wrap .search_area {margin-bottom: 0px;}
	
	.floor-inner .info  {font-size:3vw}
	.floor-inner .info .txt_a {font-size: 2.2em}
	.floor-inner .info .txt_b {font-size: 1.15em}
	.floor-area {padding: 20px !important}
	.txt_slide {height: 6em}
	.txt_slide .track .content {font-size:4vw}
	
	
	#footer .addressW {font-size:12px; background-size:auto 34px;}
	#footer_navi .sns > a img {height:34px;}
	#footer_navi .navi > li {padding:0px 8px;}
	#footer_navi .navi > li:not(:first-child):after {height:10px; margin-top:-5px;}
  

    #footer .addressW address {margin:0px;}
    #footer .addressW address strong {display:block;}
    #footer .addressW address span {padding:2px 5px;}

	#footer_navi .navi > li a {font-size:13px;}
	
	#footerW .familySite ul li a {padding-left:10px;}
	#footerW .familySite ul li {min-height:38px;}
	#footerW .familySite ul li a {line-height:38px;}
	#footer .addressW .navi > li a {font-size:13px;}
	#footer .addressW .navi > li:not(:first-child):after {height:12px;}
	#footer .addressW address .tel {font-size:14px;}
	
	#footer_navi .btn .down {height:45px;}
	#footerW .familySite p.on {height:45px; font-size:13px;}
	#footerW .copy {font-size:12px;}

    .pop_wrap .pop_head .title {text-align:left !important; font-size:20px; padding-left:15px !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display:none;}
    .pop_wrap .x_btn {right:15px;}
    
    .web_dis {display:none;}
	.mb_dis {display:block;}
    #add_date .bt .tooltip {height:36px; line-height:34px;}
	
	
	#lnb_wrap {top:0px;}
	#lnb_wrap .lnb .lnbs {max-width:none;}
	#lnb_wrap .lnb {padding:0px;}
	#lnb_wrap .ico_home {display:none;}
	.lnb_tit, a.lnb_tit {height:50px; line-height:50px; font-size:14px;}
	.lnb ul li a {font-size:13px;}
	.lnb_tit:after {right:15px;}
   
    #sub_tit {font-size:30px;}

	.sub_visual {height: 190px;}
	.sub_visual .sub_txt h2 {font-size:7vw;}
	.sub_visual .sub_txt {}
	.sub_visual .sub_txt .txt_a {font-size:14px; line-height:1.3em;}
	.sub_visual .sub_txt > div > p {display:none;}
	.sub_visual .sub_txt > span {width:12px; height: 12px; margin-left:12px;}
	
/*	.down .sub_visual .sub_txt > div {display:none;}*/
	
	.location {display:none;}
	
    .ico_box > li {width:50%;}
    .ico_box > li .ico img {max-width:70px;}
	
 
	.down_btn > a > span {font-size:18px}
	.down_btn > a {height:54px;}


    
	.btn-tc > a {margin:5px 0px;}
	.subject {padding-left:10px;}


    .block_m {display:block;}
    .block_m.fl {float:none;}
    .list_btn .block_m {margin:2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display:block;}

    .s_tit {padding:0px 0px 10px 0px; font-size:24px; background-position:left 5px; background-size:20px auto; margin-top:35px;}
	.s_tit img {height:20px; }
	
    .s_tit:before {width:20px; height:20px; margin-right:5px;}
	.s_tit:after {left:6px; top:7px;}
	
    .sub_con > .s_tit:first-child {margin-top:0px}
	.ss_tit {font-size:18px; margin-top:25px; margin-bottom:10px;}
    .ss_tit:before {width:18px; height:18px; min-width:18px;}
	.sss_tit {font-size:17px; margin-top:25px;}
	.ssss_tit {font-size:15px; margin-top:25px;}

    .s_txt_r {margin-top:-25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top:-45px;}
    .b_txt {font-size:17px; margin-top:30px;}
    .txt_in {padding-left:25px;}
	#inner_wrap {padding-bottom:50px; padding-top:0px;}
    #inner_wrap.no_visual {padding-top:30px;}

  	#lnb_wrap .lnbs3 > ul > li > a {font-size:14px; height:55px;}
    
    .sub_visual .sub_txt .cell .sub_tit_s {font-size:20px; padding-bottom:20px;}
    .sub_con {font-size:13px;}
    .layerPop {font-size:0.95em;}
    .title_bar {padding:30px 0px 0px 0px; margin-bottom:20px; background-size:auto 60px;}
	.title_bar h2 {font-size:2em;}
	.title_bar h2:after {height:20px; margin-top:10px;}
    .title_bar .s_txt {font-size:14px;}
    .title_bar .s_txt br {display:none;}
    .title_bar .s_txt2 {font-size:1.25em; padding-top:0px; margin-bottom:15px;}
    .view_tit {padding:10px;}
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}
    
    
	
    .w_name {width:70px;}
    .w_date {width:80px;}
    .m_block {display:block !important; margin-bottom:3px !important; float:none !important;}
    .scrollbox {height:120px;}
    .atab {margin-bottom:20px;}
 
    .b_table > dl {font-size:16px; padding-left:0px;}
    .ul_table > ul > li {font-size:16px;}
    .check_txt {font-size:16px;}
    .radio_group > li {font-size:13px;}
    .b_table {padding-top:10px;}
    .b_table > dl > dt {font-size:16px; padding-top:13px;}
    .b_table > dl > dd {min-height:20px; font-size:13px;}
    .b_table > dl > dt {position:relative; padding-bottom:0px;}
    .input_etc .pa {font-size:13px; line-height:36px;}

    .textarea {padding:5px 5px; font-size:13px;}
    .b_table .btnNormalB span {padding:0px 18px; height:36px; line-height:34px; font-size:13px;}
    .security_code .code .num {height:34px; line-height:32px; font-size:14px;}
    .file_input label {height:36px;  line-height:34px; font-size:13px;}
    .radio_group {margin-top:-5px;}
    

    .find_box {padding:0px 0px 10px 0px;}
    .find_cell .bt {overflow:hidden;}
    .find_cell .bt > a {width:50%; float:left;}
    .find_cell .bt > a > span {display:block; padding:0px; margin:0px 2px;}  
    .print_bt {display:none !important}
    .gray_box {padding:5px;}
  
	.atab li a {font-size:13px;}

	.ctab li {padding:0px 2px;}
	.ctab li a {height:40px; font-size:13px;}

   
    .br_box {padding:10px;}
    .guide_tab > li > a {font-size:12px;}
	
    
    .tit_ico {height:19px; line-height:18px;}

    .board_w > ul {padding:10px 15px;}
    .btn-tc {padding:20px 0px; margin-top:20px;}
    
    .btab li a {font-size:14px; min-width:90px;}
  
    .b_check_box {padding:10px;}
    #inner_wrap .b_check_box .board-write th {font-size:1.05em !important;}

	
    .gray_wrap {padding-top:30px; padding-bottom:30px;}
    .gray_wrap2 {padding-top:30px; padding-bottom:30px;}

	
    .list_more > a > span {font-size:16px; padding:15px 20px 15px 0px;}
    

	
	

	.ico_note:before {transform:scale(0.7); margin-right:0px;}
	.ico_note:after {transform:scale(0.7); font-weight: 100;}
	
	.noteBox {padding:15px;}
	.noteBox:before {}
	
	
	.lnbs3 {padding-bottom:30px;}
	.lnbs3 > ul {margin:0px -10px;}
	.lnbs3 > ul > li {padding:5px 10px;}
	
	.lnbs3 > ul > li > a {font-size:14px; line-height:18px;}
	.lnbs3 > ul > li.on > a {border-width:4px; }

	.lnbs3 > ul > li > a .all {padding-left:24px; background-size:18px auto !important}
	

	
	.pop_wrap .pop_body {font-size:13px;}
	
	.map_bottom .info > ul > li {width:100%;}
	.map_wrap {height:250px;}
	.map_bottom {padding:10px;}
	.map_bottom > ul > li {flex-wrap:wrap}
	.map_bottom > ul > li .txt_t {width:100%; text-align:center; padding:0px 0px 0px 0px;}
	.map_info .metro .btn > a {font-size:13px;}
	
	.introduce {padding-top: 4em}
	.introduce .info .txt_a {font-size: 1.5em;}
	
	.zone_view {margin-bottom: 0px;}
	.zone_view .list > li {flex-wrap: wrap}
	.zone_view .list .subj .ico {min-width: 2em}
	.zone_view .list .subs {width: 100%; padding-left:2em}
	
	.schedule_ck > ul > li {font-size: 12px; min-width: 50%;}
	.schedule_ck input[type="checkbox"] + label:before {margin-top:-0.2em; width: 20px; height: 20px;}
	
	.schedule_view_list .info {padding-left: 20px;}
	.sch_view_wrap .sch_topW .in_box {height: 80px;}
	.sch_view_wrap .sch_topW .in_box .date {font-size: 20px;}
	.schedule_view_list .txt_a {border-top-width:3px;}
	
	.schedule_view_list .txt_c {font-size:13px;}
	.schedule_view_list .txt_c .subj {min-width: 5em;}
	.schedule_view_list .txt_c .subj .ico {min-width: 2em;}
	.schedule_view_list .txt_c .subj .ico img {width:18px}
	
	.calendar .ui-datepicker .ui-datepicker-title {font-size:20px; padding-top:5px;}
	
	.application_wrap .box {font-size:12px; padding: 20px;}
	.application_wrap .place_radio > ul > li {font-size: 12px; min-width:50%}
	.application_wrap input[type="radio"] + label:before {width: 20px; height: 20px; min-width:20px;}

}










