/*!
 * default.css - default styles for this theme.
 * Copyright (C) SmarTools Co. (https://smartools.co.kr)
*/
/*@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");@import url("/fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");@import url("//db.onlinewebfonts.com/c/67680f2eb947c5cbd58b40961b4a61e9?family=Apple+SD+Gothic+Neo"); */

@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
:root {
	--color1:#2c366e;
	--color2: #f4f6ff;
	--color3: #747fb9;
	--font16:16px;
	--font17:17px;
	--font18:18px;
	--font19:19px;
	--font20:20px;
	--font21:21px;
	--font22:22px;
	--font23:23px;
	--font24:24px;
	--font25:25px;
	--font26:26px;
	--font27:27px;
	--font28:28px;
	--font30:30px;
	--font32:32px;
	--font33:33px;
	--font35:35px;
	--font36:36px;
	--font37:37px;
	--font38:38px;
	--font40:40px;
	--font42:42px;
	--font44:44px;
	--font45:45px;
	--font46:46px;
	--font48:48px;
	--font49:49px;
	--font50:50px;
	--font52:52px;
	--font55:55px;
	--font58:58px;
	--font60:60px;
	--font62:62px;
	--font65:65px;
	--font70:70px;
	--font75:75px;
	--font80:80px;
}

@media screen and (max-width:1400px) {
	:root {
		--font16:16px;
		--font17:16px;
		--font18:16px;
		--font19:18px;
		--font20:18px;
		--font21:18px;
		--font22:19px;
		--font23:20px;
		--font24:20px;
		--font25:21px;
		--font26:21px;
		--font27:22px;
		--font28:24px;
		--font30:26px;
		--font32:27px;
		--font33:28px;
		--font35:30px;
		--font36:31px;
		--font37:32px;
		--font38:33px;
		--font40:36px;
		--font42:38px;
		--font44:39px;
		--font45:40px;
		--font46:41px;
		--font48:42px;
		--font49:43px;
		--font50:44px;
		--font52:46px;
		--font55:48px;
		--font58:50px;
		--font60:52px;
		--font62:54px;
		--font65:56px;
		--font70:60px;
		--font75:65px;
		--font80:70px;
	}
}

@media screen and (max-width:1100px) {
	:root {
		--font16:16px;
		--font17:16px;
		--font18:16px;
		--font19:16px;
		--font20:17px;
		--font21:18px;
		--font22:18px;
		--font23:18px;
		--font24:18px;
		--font25:19px;
		--font26:20px;
		--font27:20px;
		--font28:21px;
		--font30:23px;
		--font32:24px;
		--font33:25px;
		--font35:26px;
		--font36:27px;
		--font37:28px;
		--font38:29px;
		--font40:30px;
		--font42:32px;
		--font44:34px;
		--font45:35px;
		--font46:36px;
		--font48:37px;
		--font49:38px;
		--font50:39px;
		--font52:40px;
		--font55:42px;
		--font58:44px;
		--font60:46px;
		--font62:48px;
		--font65:50px;
		--font70:52px;
		--font75:54px;
		--font80:56px;
	}
}

@media screen and (max-width:767px) {
	:root {
		--font16:14px;
		--font17:14px;
		--font18: 16px;
		--font19:16px;
		--font20:16px;
		--font21:16px;
		--font22:16px;
		--font23: 16px;
		--font24:18px;
		--font25: 18px;
		--font26: 18px;
		--font27: 18px;
		--font28: 18px;
		--font30: 20px;
		--font32: 20px;
		--font33:23px;
		--font35:23px;
		--font36:24px;
		--font37:25px;
		--font38:26px;
		--font40:27px;
		--font42:28px;
		--font44: 28px;
		--font45: 28px;
		--font46:31px;
		--font48:32px;
		--font49:32px;
		--font50:32px;
		--font52:32px;
		--font55:32px;
		--font58:32px;
		--font60:32px;
		--font62:32px;
		--font65:32px;
		--font70:40px;
		--font75:40px;
		--font80: 40px;
	}
}

body{ font-family:'Pretendard', sans-serif !important; }
body, html{}
img{ max-width:100%; }
.w1400{width:100%;max-width:1400px;margin:0 auto;}
@media (max-width:1600px){
	.w1400{padding:0 20px;}
	#st-gal.w1400,
	#st-basic.w1400,
	#st-view.w1400{padding:0;}
}
.clearfix::after{ content:''; display:block; clear:both; }
/** Topbar **/
#st-body .topbar{ /*background-color: #f8f8f8; */
	/*border-bottom: 1px solid #ddd; */}
#st-body .topbar .btn-group{border-radius:0; }
/** PCbar **/
#st-body .pcbar{padding:15px 0 15px 0; }
#st-body .pcbar .brand{font-size:24px;font-weight:bold; }
#st-body .pcbar .brand a{color:#333;text-decoration:none; }
/** Navbar **/
#st-body .navbar{ border-radius:0; }
#st-body .navbar-nav > li > a{ font-weight:bold; }
#st-body .navbar-nav .label-logged-in{ font-size:10px; position:relative; top:-5px; padding:1px 3px; }
#st-body .navbar-nav .search{margin:0 15px; }
#st-body .navbar-nav .panel-search{min-width:250px;box-shadow:0 0;-webkit-box-shadow:0 0;margin-bottom:0; }
#st-body .navbar-nav .dropdown-submenu{ position:relative; }
#st-body .navbar-nav .dropdown-submenu > .dropdown-menu{ top:0; left:100%; margin-top:-6px; margin-left:-2px; -webkit-border-radius:0 0 6px 0; -moz-border-radius:0 0 6px 0; border-radius:0 0 6px 0; }
#st-body .navbar-nav .dropdown-submenu > a:after{ display:block; content:' '; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:5px 0 5px 5px; border-left-color:#cccccc; margin-top:5px; margin-right:-10px; }
#st-body .navbar-nav .dropdown-submenu.pull-left{ float:none; }
#st-body .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu{ left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; }
@media (max-width:767px){
	#st-body .navbar-nav .dropdown-submenu > a:after{margin-right:0; }
	#st-body .navbar-nav .dropdown-submenu .dropdown-menu{margin-top:0;margin-left:0; }
	#st-body .navbar-nav .dropdown-submenu .dropdown-menu li{padding-left:15px;padding-right:15px; }
}
@media (min-width:768px){
	#st-body .dropdown-menu > .active > a, #st-body .dropdown-menu > .active > a:hover, #st-body .dropdown-menu > .active > a:focus{color:#fff;background-color:#337ab7; }
	#st-body .navbar-collapse{padding-right:0;padding-left:0; }
}
/** Slider (carousel) **/
#st-body .carousel-main{ margin-bottom:30px; }
#st-body .carousel-main .item{width:100%;overflow:hidden;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover; }
@media (max-width:767px){
	#st-body .carousel-wrapper{margin:-20px -15px 0; }
}
/** Sidebar **/
#st-body .sidebar .banner{width:100%;text-align:center;margin-bottom:10px; }
#st-body .sidebar .banner img{margin:0 auto; }
/** Footer **/
#st-body .footer{background:#1b1b1b;padding:40px 0px;}
#st-body .footer .ft_info{color:#fff;display:flex;justify-content:flex-start;border-bottom:1px solid #3e3e3e;margin-bottom:30px;padding-bottom:30px;gap:100px;}
#st-body .footer .ft_info > div > span{font-weight:600;display:inline-block;width:100%;margin-bottom:8px;}
#st-body .footer .ft_info .call p{font-size:var(--font40);font-family:'Score';font-weight:600;}
#st-body .footer .ft_info .day_table{display:flex;gap:11px;}
#st-body .footer .ft_info .noti{background:#ff3030;padding:2px 10px;border-radius:50px;margin-top:10px;display:inline-block;}
#st-body .footer .ft_info .day_table li{display:flex;font-size:var(--font18);gap:5px;}
#st-body .footer .ft_info .day_table li:nth-child(1) .month{letter-spacing:0.5px;}
#st-body .footer .ft_info .day_table .month{color:#d2d2d2;margin-right:10px;width:120px;}
#st-body .footer .ft_info .time{width:calc(100% - 110px);}
#st-body .footer .ft_info .time *{line-height:1;}
#st-body .footer .ft_info .link_box{width: 460px;display:flex;gap:30px;align-items:flex-start;flex-wrap: wrap;}
#st-body .footer .link_box > div > span{margin-bottom:8px;display:inline-block;}
#st-body .footer .kakao_box a{display:inline-block;background: #ffffff;border:2px solid #1b1b1b;color:#3b1e1e;border-radius:11px;padding:15px;display:flex;gap:10px;align-items:center;width:214px;max-width:100%;height:73px;justify-content:center;}
#st-body .footer .kakao_box a img{width: 36px;}
#st-body .footer .naver_box a{display:inline-block;background:#55bb3d;border:2px solid #1b1b1b;color:#fff;border-radius:11px;padding:15px;display:flex;gap:10px;align-items:center;width:214px;max-width:100%;height:73px;justify-content:center;}
#st-body .footer .kakao_box a:hover{background:#eff5f0;}
#st-body .footer .naver_box a:hover{background:#3ea226;}
#st-body .footer .right .info{font-weight:300;color:#ddd;}
#st-body .copyright{color:#9f9f9f;}
#st-body .copyright a{color:#fff;}
#st-body .copyright a:hover{text-decoration:underline;}
#st-body .copyright .top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;flex-wrap:wrap;}
#st-body .copyright .top .link_box a ~ a{margin-left:30px;}
#st-body .copyright .copy_txt1{margin-bottom:10px;}
#st-body .copyright .copy_txt1 b{color:#c7c7c7;font-weight:500;}
@media (max-width:1100px){
	#st-body .footer .ft_info{
		display:flex;
		justify-content:space-between;
		gap:20px;
	}
	#st-body .footer .ft_info .link_box{width: 220px;}
	#st-body .footer .ft_info .link_box p{font-size:14px;}
	#st-body .footer .kakao_box a, #st-body .footer .naver_box a{padding:10px;gap:3px;height:62px;}
	#st-body .footer .ft_info .link_box > div{/* width:100%; */}
	#st-body .footer .ft_info .link_box{gap:10px;}
	#st-body .footer .ft_info div > span{margin-bottom:3px;}
	
}
@media screen and (max-width:1000px){
	#st-body .footer .ft_info{display:flex;gap:30px 40px;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;}
	#st-body .footer .ft_info .time,
	#st-body .footer .ft_info .call{ /* width: calc(50% - 35px); */}
	#st-body .footer .ft_info .link_box{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;}
	#st-body .footer .ft_info .link_box > div{ /* width:50%; */max-width:100%;}
	#st-body .footer .kakao_box a, #st-body .footer .naver_box a{ /* width:100%; */display:flex;justify-content:center;gap:10px;}
	#st-body .footer a img{width:30px;}
}
@media screen and (max-width:640px){
	#st-body .footer .ft_info .day_table li{display: flex;flex-direction: column;}
	#st-body .footer .ft_info .day_table .right{width:100%;}
	#st-body .footer .ft_info .time{width:100%;display: flex;justify-content: flex-start;gap: 5px;}
	#st-body .footer .ft_info .time > span{width: auto !important;}
	#st-body .footer .ft_info{display:flex;gap:30px 40px;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;}
	#st-body .footer .ft_info .link_box{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;}
	footer .top .link_box{position:inherit;display:block;width:100%;margin:25px 0 00;text-align:right;}
	#st-body .footer .ft_info .link_box > div{ /* width:50%; */max-width:100%;}
	#st-body .footer .kakao_box a, #st-body .footer .naver_box a{width:100%;display:flex;justify-content:center;}
}
@media screen and (max-width:448px){
	#st-body .footer .ft_info .link_box{width:100%;display:flex;flex-wrap:nowrap;flex-direction:column;}
	#st-body .footer .ft_info .link_box > div{width:100%;}
}
@media screen and (max-width:348px){
	#st-body .footer .ft_info .time > span{display:inline-block;width:100%;margin-bottom:0;}
	#st-body .footer .ft_info .time{line-height:1.2;}
	#st-body .footer .ft_info .day_table li{margin-bottom:8px;}
}
/** Common **/
#st-body .btn-nav{color:#777;font-weight:normal; /*background-color: #f8f8f8; */
	height:30px; line-height:30px;border-top:0;border-bottom:0;border-left:1px solid #ddd;border-right:1px solid #ddd;border-radius:0;padding:0 10px; }
#st-body .btn-nav:hover,
#st-body .btn-nav:active,
#st-body .btn-nav.active{color:#3b3b3b; }
#st-body .btn-nav .fa{font-size:1.3em;position:relative;top:1px; }
#st-body .btn-nav .glyphicon{font-size:1.2em;position:relative;top:2px; }
/** Preloader **/
#st-preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffff;z-index:999999; }
#st-preloader .spinner{margin:150px auto 0;width:70px;text-align:center;position:fixed;z-index:999999;width:250px;height:250px;position:absolute;left:50%;top:50%;background-size:32px 32px;background-repeat:no-repeat;background-position:center;margin:-125px 0 0 -125px; }
#st-preloader .spinner > div{width:18px;height:18px;background-color:#ccc;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out;animation:bouncedelay 1.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode:both;animation-fill-mode:both; }
#st-preloader .spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s; }
#st-preloader .spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s; }
@-webkit-keyframes bouncedelay{
	0%, 80%, 100%{ -webkit-transform:scale(0.0) }
	40%{ -webkit-transform:scale(1.0) }
}
@keyframes bouncedelay{
	0%, 80%, 100%{transform:scale(0.0);-webkit-transform:scale(0.0); }
	40%{transform:scale(1.0);-webkit-transform:scale(1.0); }
}
/** Back to top menu **/
.chat{position:fixed;right:20px;bottom:20px;width:60px;height:60px;border-radius:500px;overflow:hidden;background:#1f50d4;:;ter;transition:all 0.3s ease;z-index:100;}
.chat:hover{ width:149px; transition:all 0.3s ease; }
.chat p{ position:absolute; right:63px; font-size:18px; color:#fff; top:17px; font-weight:500; }
.chat span{:;: #1f50d4; */ border-radius:50%; position:absolute; right:16px; top:16px; }
.talk{position:fixed;right:20px;bottom:90px;width:60px;height:60px;border-radius:500px;overflow:hidden;background:#f7e409;:;ter;transition:all 0.3s ease;z-index:100;}
.talk:hover{ width:149px; transition:all 0.3s ease; }
.talk p{position:absolute;right:63px;font-size:18px;color:#381c1e;top:17px;font-weight:600;}
.talk span{:;: #1f50d4; */ border-radius:50%;position:absolute;right:10px;top:12px;}
.talk span img{width:40px;}
#st-backtotop{border-radius:50px;text-align:center;width:45px;height:45px;display:none;-ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)';background:#0b0b0b;z-index:100;line-height:45px;cursor:pointer;}
#st-backtotop:hover{ }
#hd_pop{ z-index:1000; position:relative; margin:0 auto; width:100%; height:0 }
#hd_pop h2{ position:absolute; font-size:0; line-height:0; overflow:hidden }
.hd_pops{ position:absolute; border:1px solid #e9e9e9; background:#fff }
.hd_pops_con{ }
.hd_pops_con p{ margin:0 }
.hd_pops_footer{ padding:10px 0; background:#000; color:#fff; text-align:right }
.hd_pops_footer button{margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff;font-size: 14px;height: 30px;}
.quick_menu_f{display:flex;flex-direction:column; /* ÃªÂ°â‚¬Ã«Â¡Å“ Ã¬Â â€¢Ã«Â Â¬ */gap:8px;}
.quick_menu_f li{width:70px;height:70px;transition:all 0.3s ease;display:flex;align-items:flex-start;justify-content:center;}
.quick_menu_f li a{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.quick_wrap{position:fixed;top:50%;right:10px;z-index: 999;transform:translate(0px, -50%);}
@media (max-width: 767px) {
#hd_pop { background: #fff; }
.hd_pops { left: 20px !important; right: 20px !important;  background: #fff; }
.hd_pops_con {width: 100% !important;height: auto !important;background: #fff;}
.hd_pops_con img { width: 100% !important; height: auto !important; }
	.hd_pops_con p br{
    display: none !important;
    clear: unset !important;
}
}

@media screen and (max-width:767px){
	.quick_menu_f li{width: 40px;height: 40px;}
	.quick_menu_f{gap:5px;}
	.quick_wrap{bottom:10px;transform: none;top: auto;}
	#st-backtotop{width:40px;height:40px;line-height: 40px;}
	#st-backtotop img{width: 11px;}
}
/* btn-motion4 */
.motion4{color:#fff;text-align:center;position:absolute;left:50%;bottom:9px;transform:translate(-50%, 0px);}
.btn-motion4,
.btn-motion4:before{ position:absolute; left:6px; }
.btn-motion4{width:35px;height:55px;bottom:25px;box-shadow:inset 0 0 0 1px #fff;border-radius:25px;left:10px;}
.btn-motion4:before{content:'';width:6px;height:6px;background:#fff;margin-left:9px;top:8px;border-radius:4px;animation:btn-motion4 1.5s ease-in-out infinite;}
@keyframes btn-motion4{
	0%{ opacity:1; }
	100%{ opacity:0; transform:translateY(46px); }
}
@media screen and (max-width:1200px){
}
#header{z-index:50;position:fixed;overflow:visible;width:100%;height:auto;margin:0 auto;transition:all 0.1s ease-in-out;background:#fff;top:0;z-index:20;}
#header .header_wrap{position:relative;width:100%;margin:0 auto;}
#header .header_wrap > ul{margin:0;width:100%;align-items:center;height:90px;justify-content:space-between;display:flex;padding-left:50px;position:relative;}
#header .logo{}
#header .logo a{display:block;}
#header .lnb{width:auto;height:107px; /* margin-left:180px; */padding:0; /* position: relative; */}
#header .lnb .dep1{ /* position:relative; */margin:0;display:flex;margin-right:20px;}
#header .lnb .dep1 > li:last-child{display:none;}
#header .lnb .dep1 > li{list-style:none; /* position:relative; *//* width: 180px; */text-align:center;font-weight:500;padding:0 25px 0 0;}
#header .lnb .dep1 > li > a{line-height:107px;font-size:20px;text-align:center;text-decoration:none !important;color:#000;letter-spacing:-1px;font-weight:500;}
#header .lnb .dep1 > li > a span{margin-top:45px;height:16px;text-indent:-9999999%;}
#header .lnb .dep1 > li:nth-child(1) > a span{ background-position:0 0; width:60px; }
#header .lnb .dep1 > li:nth-child(2) > a span{ background-position:-150px 0; width:60px; }
#header .lnb .dep1 > li:nth-child(3) > a span{ background-position:-300px 0; width:58px; }
#header .lnb .dep1 > li:nth-child(4) > a span{background-position:-434px 0;width:89px;}
#header .lnb .dep1 > li:nth-child(5) > a span{ background-position:-600px 0; width:59px; }
#header .lnb .dep2{display:none;position:absolute;top:100%;left:0;z-index:20;width:100vw;background:hsl(0deg 0% 100% / 95%);width:100%; /* display: flex; */flex-wrap:wrap;justify-content:center;gap:20px;}
#header .lnb .dep1 > li.open .dep2{display:flex;}
#header .lnb .dep2 > li{text-align:center;list-style:none;width:auto;padding:20px 0px;}
#header .lnb .dep2 > li:hover a{
	font-weight:600;
}
#header .lnb .dep2 > li a{font-size:18px;color:#000000;display:inline-block;word-break:break-all;font-family:'Pretendard';font-weight:300;white-space:nowrap;}
#header .gnb{width:auto;display:flex;align-items:center;gap:0;flex-wrap:wrap;}
#header .gnb ul{ /* width:80px; */height:90px; /* float: left; */background:var(--color1);display:flex;align-items:center;padding:0 20px;}
#header .gnb li{display:flex;align-items:center;}
#header .gnb li:nth-child(1):after{content:'';display:block;width:1px;height:10px;background:#ffffff91;float:right;margin:0 13px;}
#header .gnb a{color:#fff;}
.bg_off #header .lnb .dep2{ opacity:0; display:none; height:0; }
.bg_on #header .lnb .dep2{ opacity:1; height:auto; }
.bg_on #header{ background-color:#ffffff; transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; }
.bg_on #header .lnb .dep1 > li > a{ color:#111111; }
#header .lnb .dep3{ display:none; }
#header .lnb .dep3 > li{ padding-top:16px; padding-left:10px; }
#header .lnb .dep3 > li > a{ color:#666; }
.bg_on #header .gnb a{ color:#000; border-color:#000; }
.main-wrap #header .lnb .dep1 > li > a{ *font-family:'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; text-decoration:none; }
.main-wrap.bg_on:after{ z-index:3; content:''; display:block; position:absolute; left:0; top:0; width:100%; height:106px; background:#ffffff; }
.main-wrap.bg_off:after{ display:none; }
.main-wrap.bg_off #header .lnb .dep1 > li > a{}
.main-wrap.bg_off #header .lnb .dep1 > li:nth-child(1) > a span{ background-position:0 -60px; }
.main-wrap.bg_off #header .lnb .dep1 > li:nth-child(2) > a span{ background-position:-150px -60px; }
.main-wrap.bg_off #header .lnb .dep1 > li:nth-child(3) > a span{ background-position:-300px -60px; }
.main-wrap.bg_off #header .lnb .dep1 > li:nth-child(4) > a span{ background-position:-434px -60px; }
.main-wrap.bg_off #header .lnb .dep1 > li:nth-child(5) > a span{ background-position:-600px -60px; }
.main-wrap.bg_off #header .gnb > li > a{ color:#fff; }
#header .lnb_bg{display:none;position:absolute;top:97px;left:0;width:100vw;height:0;background:#ffffff;}
#header .lnb_bg:before{ display:block; position:absolute; top:0; left:0; width:100%; height:1px; background:#dddddd; content:''; }
.bg_off #header .lnb_bg{ opacity:0; display:none; height:0; }
.bg_on #header .lnb_bg{ opacity:0.9; height:270px; }
.sub-wrap:after{ content:''; position:absolute; left:0; top:0; width:100%; height:106px; background:#ffffff; }
/* Slick */
.slick-list, .slick-slider, .slick-track{ position:relative; display:block }
.slick-loading .slick-slide, .slick-loading .slick-track{ visibility:hidden }
.slick-slider{ -moz-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent }
.slick-list{overflow:hidden;margin:0;padding:0}
.slick-list:focus{ outline:0 }
.slick-list.dragging{ cursor:pointer; cursor:hand }
.slick-slider .slick-list, .slick-slider .slick-track{ -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0) }
.slick-track{ top:0; left:0 }
.slick-track:after, .slick-track:before{ display:table; content:'' }
.slick-track:after{ clear:both }
.slick-slide{ display:none; float:left; height:100%; min-height:1px }
[dir=rtl] .slick-slide{ float:right }
.slick-slide .img{display:block;object-fit:cover;width:100%;height:100%;}
.slick-slide.slick-loading img{ display:none }
.slick-slide.dragging img{ pointer-events:none }
.slick-initialized .slick-slide{ display:block }
.slick-vertical .slick-slide{ display:block; height:auto; border:1px solid transparent }
.slick-arrow.slick-hidden{ display:none }
.main #main{ position:relative; top:-119px; width:100%; margin-bottom:-35px; }
.visual-wrap{position:relative;height:800px;overflow:hidden;background:#000;z-index:3;margin-top: 90px;}
.visual-wrap .visual{opacity:1;position:relative;top:0px;left:0;width:100%;height:800px;}
.visual-wrap .visual .txt_box{position:absolute;left:0;max-width:1400px;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10;color:#fff;}
.visual-wrap .visual .txt_box span{font-size:20px;text-transform:uppercase;letter-spacing:2px;font-weight:300;}
.visual-wrap .visual .txt_box small{font-size: var(--font28);margin-top:10px;display:inline-block;line-height:1.2;}
.visual-wrap .visual .txt_box p{font-size:80px;line-height:1.2;font-weight:600;letter-spacing:-2px;}
.visual-wrap .visual video{object-fit:cover;width:100%;height:100%;opacity:0.7;}
.visual-wrap .visual .img{width:100%;height:100vh;position:relative;transform:scale(1.1);transition-delay:0.5s;object-fit:cover;}
.visual-wrap .visual.first{opacity:1;}
.visual-wrap .visual.loading{display:none; }
.visual-wrap .visual.slick-active{opacity:1; z-index:1; }
.visual-wrap .visual.slick-active div.txt,
.visual-wrap .slick-active .visual div.txt{opacity:1;transform:translate(0%, -1%);transition-duration:1s;}
.visual-wrap .visual.slick-active .img, .visual-wrap .slick-active .visual .img{transform:scale(1); transition-duration:10s;}
.visual-wrap .visual.slick-active.show .img, .visual-wrap .slick-active .visual.show .img{transform:scale(1) !important;}
.visual-wrap .bx-controls{position:absolute;left:0;top:0;z-index:99;}
.navbar-brand{ /* height: 60px; *//* margin-top: 2px; */}
.visual-wrap .visual .txt_box br.mo{
    display: none;
}
@media screen and (max-width:1400px){
	.visual-wrap .visual .txt_box{padding:0 20px;top: 40%;}
	.visual-wrap .visual .txt_box p{font-size:65px;}
}
@media screen and (max-width:1100px){
	.visual-wrap .visual .txt_box br.mo{display: block;}
.visual-wrap{height:700px;}
}
@media screen and (max-width:670px){
	.visual-wrap .visual{display:flex;align-items:flex-start;height:550px;}
	.visual-wrap .visual .w1200 div.txt{font-size:16px;}
	.visual-wrap .visual .txt_box span{font-size:14px;}
	.visual-wrap .visual .txt_box p{font-size:35px;}
	.visual-wrap{height:500px;}
}
.pc_ver{ /* display:block; */}
.mo_ver{display:none;}
@media (max-width:1100px){
	.pc_ver{ /* display:none; */}
	.mo_ver{ /* display:block; */}
	.navbar-header.visible-xs-block{ /* display:block !important; *//* width:100%; *//* height:80px; *//* position:relative; *//* margin:0 auto; */}
	.mo_ver .container{width:100%;height:65px;padding:0 9px;}
	.navbar{ margin-bottom:0px !important; }
	.navbar-brand{width:82%;height:auto;max-height:50%; /* margin-top: 20px; */padding:0 0 0 3px;position:absolute;top:50%;left:0;transform:translate(0px, -50%);}
	@media (max-width:1100px){
		.navbar-brand{ /* padding: 14px 0px 0 10px !important; */}
	}
	.more_btn{ display:inline-block; border:1px solid #000; font-size:18px; color:#000; width:200px; height:50px; border-radius:50px; line-height:50px; }
	.more_btn:hover{color:#000;}
	@media (max-width:767px){
	}
}
.more_link{font-size:var(--font21);background:var(--color1);color:#fff;display:flex;width:240px;height:58px;align-items:center;justify-content:center;margin:30px auto 0;}
.more_link:hover{color:#fff;}
/* main_part */
#main_part .main_part_box{ text-align:center; }
#main_part .main_part_box .c_1{color:red;}
#main_part .main_part_box .c_2{color:orange;}
#main_part .main_part_box .c_3{color:#ffd300;}
#main_part .main_part_box .c_4{color:#35b535;}
#main_part .main_part_box .c_5{}
#main_part .main_part_box .c_6{color:#222276;}
#main_part .main_part_box .c_7{color:#894389;}
#main_part{ position:relative; padding:80px 0 0 0; overflow:hidden; }
#main_part h2{ text-align:center; font-size:80px; color:#193fa5; font-weight:700; margin:0; line-height:1; }
#main_part .sub_tit{font-size:40px;font-weight:600;}
#main_part .tit_txt{margin:10px 0 30px;font-size:18px;color:#353535;font-weight:300;}
#main_part .img01{ display:block; margin:40px auto 0; }
#main_part::after{ content:''; display:block; position:absolute; top:50px; right:-50px; width:30vw; height:624px; background:url('../../st-basic/img/common/logo_bg.png'); z-index:-1; }
.day_info{position:absolute;bottom:0;right:0;background:#fff;z-index:10;border-radius:10px 10px 0 0; /* overflow:hidden; */}
.day_info .top{background:var(--color1);color:#fff;text-align:center;padding:10px;font-size:var(--font21);font-weight:600;position:relative;border-radius:10px 10px 0 0;}
.day_info .top::before{content:'';display:block;width:54px;height:58px;background:url('../img/day/img01.png');background-repeat:no-repeat;position:absolute;left:35px;bottom:10px;}
.day_info .btm{padding:10px 32px;}
.day_info .btm li{display:flex;justify-content:center;font-size:var(--font18)}
.day_info .btm li > span{display:flex;width:46px;justify-content:space-between;margin-right:15px;}
.day_info .btm b{font-weight:bold;}
.day_info .btm .noti{font-size:var(--font16);color:#979797;}
@media screen and (max-width:767px){
	.more_link{height:45px;font-size: 14px;width: 100%;}
}
@media screen and (max-width:450px){
	.day_info{width:100%;border-bottom:1px solid #dfdfdf;}
	.day_info .btm{padding:10px 20px;}
}
#sc01_2{position:relative;}
#sc01_2 .w1400{display:flex;align-items:flex-start;}
#sc01_2 h2{width:250px;text-align:left;}
#sc01_2 .quick_menu{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;}
#sc01_2 .quick_menu a{height:430px;flex:1;display:flex;justify-content:space-between;align-items:flex-end;color:#000;font-size:var(--font18);text-align:center;position:relative;background:#000;padding:24px;overflow:hidden;}
#sc01_2 .quick_menu a b{font-weight:600;letter-spacing:-1px;z-index:1;color:#fff;text-align:left;font-size:var(--font32);line-height:1.2;}
#sc01_2 .quick_menu a div{z-index:1;color:#fff;border:1px solid #ffffff7d;padding:0 10px;font-size: var(--font16);position:absolute;right:20px;bottom:20px;display:none;}
#sc01_2 .quick_menu a:hover div{display:block;}
#sc01_2 .quick_menu img{max-width:50px;max-height:50px;}
#sc01_2 .quick_menu a:hover{}
#sc01_2 .quick_menu a::before{content:'';position:absolute;inset:0;opacity:0.3;z-index:0;transition:all 0.3s ease;}
#sc01_2 .quick_menu a:nth-child(1)::before{background-image:url('../img/clinic/quick01.png');background-size:cover;}
#sc01_2 .quick_menu a:nth-child(2)::before{background:url('../img/clinic/quick02.png');background-size:cover;}
#sc01_2 .quick_menu a:nth-child(3)::before{background:url('../img/clinic/quick03.png');background-size:cover;}
#sc01_2 .quick_menu a:nth-child(4)::before{background:url('../img/clinic/quick04.png');background-size:cover;}
#sc01_2 .quick_menu a:nth-child(5)::before{background:url('../img/clinic/quick05.png');background-size:cover;}
#sc01_2 .quick_menu a:nth-child(6)::before{background:url('../img/clinic/quick06.png');background-size:cover;}
#sc01_2 .quick_menu a:hover::before{opacity:1;transition:all 0.3s ease;}
#sc01_2 .quick_menu a::after{content:'';display:block;width:100%;height:130px;background:var(--color1);position:absolute;left:0;bottom:-100%;transition:all 0.3s ease;}
#sc01_2 .quick_menu a:hover::after{bottom:0;transition:all 0.3s ease;}
#sc01_2.day .quick_menu{}
#sc01_2.day .quick_menu a{position:relative;max-width:209px;height:209px;display:flex;align-content:flex-start;justify-content:space-between;text-align:left;align-items:flex-start;}
#sc01_2.day .quick_menu a b{font-size:var(--font21);line-height:1.1;}
#sc01_2.day .quick_menu a span{color:#a8a8a8;font-size:var(--font16);}
#sc01_2.day .quick_menu img{position:absolute;bottom:37px;right:20px;}
@media screen and (max-width:1836px){
	#sc01_2:before{left:2%;}
}
@media screen and (max-width:1524px){
	#sc01_2:before{left:1%;height:104px;}
}
@media screen and (max-width:1456px){
	#sc01_2:before{left:17vw;height:111px;}
}
@media screen and (max-width:1400px){
	#sc01_2 .quick_menu a{height: 270px;padding: 20px;}
	
}
@media screen and (max-width:1100px){
	#sc01_2 .quick_menu a{height: 239px;width: 33.33%;flex: none;}
}
@media screen and (max-width:969px){

}
@media screen and (max-width:767px){
	#sc01_2 .quick_menu a{width:50%;padding: 15px;}
	#sc01_2 .quick_menu a div{top: 50%;bottom:auto;right: 15px;}
}
@media screen and (max-width:464px){


}
#sc01{position:relative;}
#sc01.day::before{content:'';display:block;background:url('../img/main/deco01.png');width:280px;height:530px;background-repeat:no-repeat;position:absolute;bottom:130px;left:0;}
#sc01 h2{text-align:center;margin-top:80px;}
#sc01 .quick_menu{margin-top:35px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;}
#sc01 .quick_menu a{border:3px solid #fafafa;background:#fafafa;border-radius:15px;padding:20px;max-width:170px;height:160px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:#000;font-size:var(--font18);}
#sc01 .quick_menu a:hover{border:3px solid var(--color1) !important;background:#fff;box-shadow:10px 10px 20px #00000012;}
#sc01.day .quick_menu{}
#sc01.day .quick_menu a{position:relative;max-width:209px;height:209px;display:flex;align-content:flex-start;justify-content:space-between;text-align:left;align-items:flex-start;background:#fff;border:3px solid #f0f0f0;}
#sc01.day .quick_menu a b{font-size:21px;line-height:1.1;}
#sc01.day .quick_menu a span{color:#a8a8a8;font-size:var(--font16);}
#sc01.day .quick_menu img{position:absolute;bottom:37px;right:20px;}
@media screen and (max-width:1400px){
	#sc01 .quick_menu a{height:140px;padding:10px;}
	#sc01.day .quick_menu a{padding:15px;height:175px;}
	#sc01 .quick_menu a img{max-width:50%;}
	#sc01.day .quick_menu a span{font-size:14px;line-height:1;}
	#sc01.day .quick_menu img{bottom:40px;}
}
@media screen and (max-width:1100px){
	#sc01 .quick_menu{display:flex;flex-wrap:wrap;justify-content:center;}
	#sc01 .quick_menu a,
	#sc01.day .quick_menu a{height:140px;padding:10px;width:calc(25% - 15px);max-width:none;flex:none;}
	#sc01.day .quick_menu a{height:130px;padding:15px;}
	#sc01.day .quick_menu a span{font-size:14px;}
	#sc01.day .quick_menu a b{font-size:18px;}
	#sc01.day .quick_menu img{height:48px;}
}
@media screen and (max-width:767px){
	#sc01 .quick_menu a{width:calc(50% - 5px);height:129px;}
	#sc01.day .quick_menu a{width:calc(33.33% - 7px);height:150px;}
	#sc01.day .quick_menu a span{}
	#sc01 .quick_menu{gap:10px;}
	#sc01.day .quick_menu{gap:10px;}
	#sc01 .quick_menu a img{max-width:36px;max-height:43px;}
	#sc01.day .quick_menu a img{max-width:none;}
	#sc01.day .quick_menu a:nth-child(6) img{height:58px;}
	#sc01.day::before{
		height:280px;
		background-size:contain;
		top:-230px;
		bottom:auto;
	}
}
@media screen and (max-width:456px){
	#sc01.day .quick_menu a{width:calc(50% - 5px);height:150px;}
}
#sc02{background:url('../img/main/sc2_bg.png') center  / cover;padding-top:80px;}
#sc02 h2{font-size:var(--font65);text-align:center;line-height:1.2;font-weight:300;}
#sc02 h2 small{font-size:var(--font24);width: 100%;}
#sc02 h2 *{line-height: 1.1;display: inline-block;}
#sc02 img{margin-top:20px;}
#sc03{background:#fafafa;padding:80px 0;position:relative;overflow: hidden;}
#sc03 h2{text-align:center;font-size:var(--font50);font-weight:700;line-height:1.2;}
#sc03 span{color:var(--color1);line-height:1;}
#sc03 h2 small{font-size:var(--font24);width:100%;display:inline-block;line-height:1;color:#d2d2d2;letter-spacing:5px;}
#sc03 .sub_tit{font-size:var(--font18);text-align:center;margin-bottom:40px;margin-top: auto;font-weight: 400;}
#sc03.sc03_02{background:#f0faf8;margin-top:120px;}
#sc03.sc03_02::before{content:'';display:block;width:142px;height:132px;background:url('../img/day/ico01.png?bv1');position:absolute;bottom:100%;left:2vw;}
#sc03.sc03_02::after{content:'';display:block;width:157px;height:100px;background:url('../img/day/ico02.png?bv1');position:absolute;bottom:100%;right:2vw;}
#sc03 .slick-list{overflow:initial;}
#sc03 .slick-list .img_box{border-radius:15px 0 0 0;overflow:hidden;height: 300px;background: #fff;border-bottom: 1px solid #ddd;}
#sc03 .slick-list .img_box .img{object-fit:cover;width:100%;height:100%;object-position: top center;}
#sc03 .slick-list li:hover .text{color:#fff;padding:20px 17px 17px 17px;transition:none;}
#sc03 .slick-list .slick-slide{margin-right:30px;background:#fff;border-radius:15px 0 0 0;border:1px solid #e1e2ea;transition:none;}
#sc03 .slick-list .slick-slide:hover{background:var(--color1);box-shadow:10px 10px 30px #00000029;border: 2px solid var(--color1);box-sizing:border-box;transition:none;}
#sc03 .slick-list .slick-slide:last-child{margin-right:0;}
#sc03 .slick-list .text{color:#000;font-size:var(--font24);font-weight:600;padding:20px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
#sc03 .slick-list .text img{height:auto;}
#sc03 .slick-list .text b{width:calc(100% - 40px);}
#sc03 .slick-list .date{color:#707070;font-size:var(--font18);}
@media screen and (max-width:767px){
	#sc03 .slick-list .slick-slide{margin-right:10px;}
	#sc03.sc03_02::before{width:102px;height:95px;background-size:contain;background-repeat:no-repeat;}
	#sc03.sc03_02::after{width:107px;height:68px;background-size:contain;background-repeat:no-repeat;}
	#sc03.sc03_02{margin-top:80px;}
	#sc03 .slick-list .text{padding:10px;}
	#sc02 h2 small{width: 230px;}
}
#sc04{position:relative;padding-bottom:170px;margin-top:100px;overflow: hidden;}
#sc04 h2{text-align:center;font-size:var(--font50);line-height:1.2;}
#sc04 h2 p{line-height:1.2;font-weight:200;margin-top:20px;}
#sc04 h2 b{line-height:1;}
#sc04 h2 span:nth-child(2){font-weight:200;margin-left:0; /* font-size: 49px; */line-height:1;}
#sc04 h2 span:nth-child(2) a{color:var(--color1);margin-left:7px;}
#sc04 .slide_wrap{display:flex;gap:40px;flex-wrap:wrap;align-items:stretch;align-content:space-between;margin-top:40px;}
#sc04 .slide_wrap .nav-slider2{width:470px;height:500px;}
#sc04 .nav-slider2 > div{width:100%;height:calc(33.33% - 15px);background:#f1f3ff;border-radius:90px 0 90px 90px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;padding:10px 20px;cursor:pointer;border:4px solid #f1f3ff;}
#sc04 .nav-slider2 > div:last-child{margin-bottom:0;}
#sc04 .nav-slider2 > div:hover{border:4px solid var(--color1);}
#sc04 .nav-slider2 > div.active{background:var(--color1);color:#fff;border-color:var(--color1);}
#sc04 .nav-slider2 .num{font-size:var(--font75);font-weight:600;margin-right:15px;color:#bcbfd4;}
#sc04 .nav-slider2 .active .num{color:#fff;}
#sc04 .nav-slider2 .txt{font-size:var(--font28);line-height:1;font-weight:600;}
#sc04 .nav-slider2 .txt span{font-size:var(--font18);display:inline-block;font-weight:300;line-height:1.2;margin-top:5px;}
#sc04 .main-slider2{width:calc(100% - 510px);}
#sc04 .main-slider2 .slide{position:relative;background:#ddd;border-radius:20px;overflow:hidden;}
#sc04 .main-slider2 .img_box{height:500px;}
#sc04 .main-slider2 .img_box .bg{height:100%;object-fit: cover;}
#sc04 .main-slider2 .img_box img{object-fit:cover;height:100%;width:100%;}
#sc04 .main-slider2 .txt_box{position:absolute;bottom:0;left:0;color:#fff;padding:40px 20px;background:linear-gradient(to top, #000000ab, #00000000);width:100%;}
#sc04 .main-slider2 .txt_box .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#sc04 .main-slider2 .txt_box p{font-weight:300;font-size:var(--font18);line-height:1.2;}
#sc04 .main-slider2 .txt_box h4{font-size:var(--font40);font-weight:700;line-height: 1.2;}
#sc04 .main-slider2 .slick-slide{width:100%;height:100%;}
@media screen and (max-width:1400px){
	#sc04 .slide_wrap .nav-slider2{width:388px;height:450px;}
	#sc04 .main-slider2 .img_box{height:440px;}
	#sc04 .main-slider2{width:calc(100% - 450px);}
}
@media screen and (max-width:1100px){
	#sc04 .slide_wrap{display:flex;flex-direction:column;}
	#sc04 .slide_wrap .nav-slider2{width:100%;max-width:none;height:auto;display:flex;gap:14px;}
	#sc04 .nav-slider2 > div{width:33.33%;display:flex;flex-direction:column;padding: 10px 15px;text-align:left;align-content:flex-start;align-items:flex-start;border-radius:40px 40px 0 40px;p;height: 160px;180px;margin:0;}
	#sc04 .nav-slider2 .num{font-size:var(--font37);}
	#sc04 .main-slider2{width:100%;}
}
@media screen and (max-width:767px){
	#sc04 h2 img{width:150px;}
	#sc04 h2 p{font-size:25px;}
	#sc04 h2 b{font-size:var(--font50);}
	#sc04 .slide_wrap .nav-slider2{display:flex;flex-wrap:wrap;}
	#sc04 .nav-slider2 > div{width:100%;height:auto;padding:8px 20px;border-radius:20px 20px 0 20px;}
	#sc04 .main-slider2 .img_box{height: 300px;}
	#sc04::before{display:none;}
	#sc04 .main-slider2 .txt_box{
		padding:20px;
	}
	#sc04 .main-slider2 .txt_box p br{display:none;}
}
#sc05{padding:80px 0;background:#f5f6ff;margin-top:140px;}
#sc05 h2{text-align:center;font-size:var(--font50);font-weight:700;}
#sc05 span{color:var(--color1);}
#sc05 .sub_tit{font-size:var(--font18);text-align:center;margin-top: auto;font-weight: 400;}
#sc05 ul{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px;}
#sc05 ul li{width:calc(33.33% - 14px);}
#sc05 ul li.no_post{width:100%;text-align:center;display: flex;justify-content: center;flex-direction: column;color: var(--color3);}
#sc05 ul li.no_post span{color: var(--color3);font-size: 50px;margin-bottom: 5px;}
#sc05 ul li a{display:inline-block;width:100%;border:4px solid #fff;background:#fff;padding:30px 25px;border-radius:20px 0 0 0;min-height: 234px;}
#sc05 ul li a:hover{border:4px solid var(--color1);background:#fff;box-shadow:10px 10px 30px #00000029;}
#sc05 ul li h3{font-size:var(--font24);color:#000;font-weight:600;margin-bottom:10px;}
#sc05 ul li .txt{height:40px;color:#707070;font-size:var(--font18);line-height:1.2;margin-bottom:20px;}
#sc05 ul li .date{color:#707070;}

@media screen and (max-width:1100px){
	#sc05 ul li a{padding:15px;}

}
@media screen and (max-width:767px){
	#sc05 ul li{width:100%;}
	#sc05 ul li{/* width:100%; */}
	#sc05 ul li .txt{height: 36px;}
	#sc05{margin-top:80px;}
}

#sc06{margin-top:130px;}
#sc06 h2{font-size:var(--font60);font-weight:700;display: flex;align-items: center;gap: 15px;}
#sc06 h3{font-size:var(--font40);font-weight:700;display:flex;justify-content:space-between;align-items:flex-end;line-height:1;margin-bottom: 0;}
#sc06 .sub_tit{display:inline-block;width:100%;font-size:var(--font20);color:#626262;font-weight:300;line-height: 1.2;margin-top: auto;text-align: left;margin-bottom: 14px;}
#sc06 .w1400{display:flex;gap:50px;flex-wrap: wrap;}
#sc06 .left{width: calc(100% - 550px);}
#sc06 .left video{width:100%;height:500px;box-shadow:10px 10px #00000014;margin-top:10px;background: #000;}
#sc06 .right{width:500px;display:flex;flex-direction:column;justify-content:flex-end;}
#sc06 .right .gell_list2{margin-top:17px;margin-bottom:22px;}
#sc06 .right .gell_list2 li a{width:100%;}
#sc06 .right .gell_list2 li a img{width:100%;}
#sc06 .right .slick-list.draggable{padding:0 !important;}
#sc06 .right h3 a{font-size:var(--font17);color:#aaaaaa;font-weight:300;border:1px solid #aaa;padding:5px 10px;}
#sc06 .right .link_box{display:grid;grid-template-columns: repeat(2, 1fr);margin-top:10px;}
#sc06 .right .link_box a{font-size:var(--font23);font-weight:600;height:90px;display:flex;align-items:center;gap:10px;}
#sc06 .right .link_box a:nth-child(1){background: #ffffff;color:#3a2020;padding: 0 10px 0 10px;border: 1px solid #32b34a;}
#sc06 .right .link_box a:nth-child(2){background:#32b34a;color:#fff;padding:0 10px 0 10px;}
#sc06 .right .link_box a:nth-child(3){background:linear-gradient(9deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5););d5);color:#fff;padding:0 10px 0 15px;}
#sc06 .right .link_box a:nth-child(4){background:#d4272d;color:#fff;padding:0 10px 0 12px;}

@media screen and (max-width:1400px){
#sc06 h2 img{height:50px;}
}

@media screen and (max-width:1100px){
	#sc06 .w1400{display:flex;flex-direction: column;}
	#sc06 .left{width:100%;}
	#sc06 .left video{height:auto;}
	#sc06 .right{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
	#sc06 .right .top{width: calc(50% - 20px);}
	#sc06 .top h3{height: 50px;display: flex;align-items: flex-start;}
	#sc06 .right .btm{width:50%;display: flex;flex-wrap: wrap;align-content: space-between;}
	#sc06 .right .link_box{width:100%;height: calc(100% - 70px);display: flex;flex-wrap: wrap;}
	#sc06 .right .link_box a{width:50%;height:50%;}
	#sc06 .right .gell_list2{margin-bottom:0;}
	#sc06 .left iframe{height:350px;}
	#sc06 .right .link_box a:nth-child(1){padding:0 10px 0 8px;}
	#sc06 .right .link_box a:nth-child(1) img{height:35px;}
	#sc06 .right .link_box a:nth-child(2) img{height:30px;}
	#sc06 .right .link_box a:nth-child(3) img{height:30px;}
	#sc06 .right .link_box a:nth-child(4) img{height:30px;}
}
@media screen and (max-width:767px){
	#sc06 h2 img{height:35px;}
	#sc06{margin-top:80px;}
	#sc06 .right .link_box{
    grid-template-columns: repeat(1, 1fr);}
	#sc06 .right{display:flex;flex-direction: column;}
	#sc06 .right .top{width:100%;}
	#sc06 .right .btm{width:100%;margin-top:20px;}
	#sc06 .left iframe{height: 250px;}
	#sc06 .right .link_box a{width:100%;height: 50px;}
	#sc06 .right .link_box a:nth-child(1){padding:0 10px 0 8px;}
	#sc06 .right .link_box a:nth-child(1) img{height:35px;}
	#sc06 .right .link_box a:nth-child(2) img{height:30px;}
	#sc06 .right .link_box a:nth-child(3) img{height:30px;}
	#sc06 .right .link_box a:nth-child(4) img{height:30px;}
}

#sc07{background:#000;position:relative;height:100vh;display:flex;align-items:center;}
#sc07 .more_link2{color:#fff;border:1px solid #fff;border-radius:5px;width:227px;height:55px;display:flex;align-items:center;justify-content:center;margin-top:90px;}
#sc07 .w1400{z-index:1;position:relative;color:#fff;}
#sc07 .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0.5;}
#sc07 h3 b{font-size:var(--font23);font-weight:300;width:100%;display:inline-block;margin-bottom:6px;}
#sc07 h3 b em{font-size:var(--font32);font-family:'Nanum Myeongjo', serif;font-weight:normal;}
#sc07 h3{font-size:var(--font80);line-height:1.1;font-weight:500;word-break: auto-phrase;}
#sc07 h3 p{font-size:var(--font28);margin-top:10px;font-weight:400;}
@media screen and (max-width:767px){
#sc07 h3 br{display:none;}
	#sc07{height:600px;}
}

#map{position:relative;padding-top:50px;overflow:hidden;}
#map h2{text-align:center;font-size:var(--font50);font-weight:700;line-height:1.2;margin-bottom:40px;}
#map h2 span{color:var(--color1);line-height:1;}
#map h2 small{font-size:var(--font24);width:100%;display:inline-block;line-height:1;color:#d2d2d2;letter-spacing:5px;}
#map .map_info{width:100%;height:100%;max-width:1400px;top:190px;left:50%;margin:0 auto;position:absolute;transform:translate(-50%, 0%);z-index: 10;}
#map .map_wrap{position:absolute;width:427px;background:#fff;top:10%;z-index:10;padding:15px 30px;border-radius:0;box-shadow:5px 5px 20px #0000002e;}
#map .map_wrap .txt{font-size:var(--font21);margin-bottom:5px;}
#map .map_wrap .wrap{background:#f6f6f6;border-radius:50px;padding:3px 10px;display:inline-block;color:#555555;}
#map .map_wrap .wrap .b1{color:#de4b57;}
#map .map_wrap .wrap .b2{background:#fef461;display:inline-block;width:20px;height:20px; /* display: flex; */text-align:center;border-radius:50%;border:1px solid #000;align-items:center;line-height:1;justify-content:center;padding:1px;margin-right:3px;}
#map .map_wrap .wrap .b3{}
#map .btn_wrap{display:flex;flex-wrap:wrap;gap:15px;margin-top:18px;}
#map .btn_wrap a{display:flex;flex:1;border-radius:5px;color:#fff;align-items:center;gap:13px;padding:4px;}
#map .btn_wrap a:nth-child(1){background:#31b449;}
#map .btn_wrap a:nth-child(2){background:#067dff;}
.wrap_map{width:100% !important;height:550px !important;}
div#daumRoughmapContainer1753682569033{width:100% !important;z-index: 1;}
.root_daum_roughmap .cont{display:none;}

@media screen and (max-width:1400px){
	#map .map_wrap{left:20px;}
}
@media screen and (max-width:767px){
	#map .map_wrap{width:280px;/* bottom:20px; */top: 0;to; */padding:15px;/* height: auto; */padding: 15px;position: unset;box-shadow: none;width: 100%;}
	#map .btn_wrap{ /* width:100%; *//* display: flex; *//* flex-direction: column; */gap:10px;}
	#map .btn_wrap img{width:30px;}
	#map .btn_wrap a{font-size:14px;gap:5px;}
	.wrap_map{height:300px !important;}
	#map .map_info{position:unset;transform: none;}
	#map {display:flex;flex-direction: column-reverse;}
	#map > *:not(h2) {order: -1;}
	#map h2{flex:none;}
}
.sub_visual{display:flex;width:100%;height:790px;font-size:17px;color:#c6c6c6;text-align:center;text-align:left;align-items:center;margin-top: 90px;}
.sub_visual *{color:#fff;}
.sub_visual h2{font-size:70px;color:#ffffff;font-weight:600;}
.sub_visual.sub_visual_img,
.sub_visual.sub_visual_img10{background:url(../img/sub/sub_visual01.jpg?v1) top center no-repeat;background-size: cover;letter-spacing:2px;}
.sub_visual.sub_visual_img1020{ background:url(../img/sub/sub_visual02.jpg) top center no-repeat; background-size:cover; letter-spacing:2px; }
.sub_visual.sub_visual_img1030{ background:url(../img/sub/sub_visual03.png) top center no-repeat; background-size:cover; letter-spacing:2px; }
.sub_visual.sub_visual_img1040{ background:url(../img/sub/sub_visual04.png) top center no-repeat; background-size:cover; letter-spacing:2px; }
.sub_visual.sub_visual_img1050{ background:url(../img/sub/sub_visual05.png) top center no-repeat; background-size:cover; letter-spacing:2px; }
.sub_visual.sub_visual_img20,
.sub_visual.sub_visual_img2020,
.sub_visual.sub_visual_img2030,
.sub_visual.sub_visual_img2040{background:url(../img/sub/sub_visual06.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img30,
.sub_visual.sub_visual_img3020,
.sub_visual.sub_visual_img3030,
.sub_visual.sub_visual_img2040{background:url(../img/sub/sub_visual07.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img40,
.sub_visual.sub_visual_img4020,
.sub_visual.sub_visual_img4030,
.sub_visual.sub_visual_img4040{background:url(../img/sub/sub_visual08.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img50,
.sub_visual.sub_visual_img5020{background:url(../img/sub/sub_visual09.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img60{background:url(../img/sub/sub_visual10.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img70,
.sub_visual.sub_visual_img7020,
.sub_visual.sub_visual_img7030,
.sub_visual.sub_visual_img7040,
.sub_visual.sub_visual_img7050,
.sub_visual.sub_visual_img7060{background:url(../img/sub/sub_visual11.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img80,
.sub_visual.sub_visual_img8020,
.sub_visual.sub_visual_img8030,
.sub_visual.sub_visual_img8040,
.sub_visual.sub_visual_img8050{background:url(../img/sub/sub_visual13.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.sub_visual.sub_visual_img90,
.sub_visual.sub_visual_img9020{background:url(../img/sub/sub_visual12.png) top center no-repeat;background-size:cover;letter-spacing:2px;}
.location{ /* position:absolute; */height:64px;z-index:10;background:#f6f6f6;top:100px;left:0;width:100%;}
.location > div > ul > li{position:relative;float:left;}
.location .stle_li03 a{width:64px;height:64px;border-left:1px solid #dadada;min-width:auto;display:flex;align-items:center;justify-content:center;gap:0;}
.location .stle_li03 img{ /* width: 30px; */display:inline-block;}
.location > div > ul > li > a{line-height:64px;display:block;font-size:var(--font18); /* min-width: 280px; */padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-left:1px solid #dadada;color:#000000;gap:20px;}
.location > div > ul > li:nth-child(2) > a{min-width:219px;width:auto;}
.location > div > ul > li:nth-child(2) > a{border-left:1px solid #dadada;}
.location > div > ul > li:nth-child(3) > a{border-right:1px solid #dadada;width:auto;min-width:280px;}
.location > div > ul > li:nth-child(3) > a img{margin-left:5px;}
.location > div > ul > li.home > a{ background:rgba(255, 255, 255, 1) url(../image/ico_home.png) no-repeat center; border-right:none; min-width:50px; padding:0; text-indent:-9999px;}
.location > div > ul > li > ul{position:absolute;top:64px;left:0;width:calc(100% - 1px);border:1px solid #dadada;z-index:12;box-sizing:content-box;}
.location > div > ul > li.stle_li01 > ul > li > a{ /* min-width:550px; */width:100%;display:block;color:#333;padding:15px 30px 15px 20px;line-height:1.2em;font-size:18px;);border-top:1px solid rgb(239 239 239);border-bottom:1px solid #f5f5f5;background:#fff;}
.location > div > ul > li.stle_li02 > ul > li > a{ /* min-width:550px; */width:100%;display:block;color:#333;height:60px;padding:0 20px;line-height:60px;font-size:18px;);border-top:1px solid rgb(239 239 239);border-bottom:1px solid #f5f5f5;background:#fff;}
.location > div > ul > li.stle_li01 > ul > li > a:hover{ background:#f5f5f5;}
.location > div > ul > li.stle_li02 > ul > li > a:hover{ background:#f5f5f5;}
.stle_ul > li > ul{ display:none; z-index:10000; }
.location .wrap_box{position:relative;margin:0 auto;padding:0 2vw; /* border-bottom: 1px solid #b7b7b7; */}
.stle_ul{max-width:1400px;margin: 0 auto;}
@media screen and (max-width:1400px){
	.location{
	}
}
.content_wrap{}
.content_wrap .sub_title{text-align:center;margin:100px 0 40px;}
.content_wrap .sub_title h2{font-size:var(--font48);font-family:'Score';font-weight:600;position:relative;display:inline;margin:0 auto;width:auto;}
@media screen and (max-width:1100px){
	.location{display:none;}
	.content_wrap .sub_title{margin:30px 30px 40px 30px;}
	.content_wrap .sub_title h2::before{
		width:15px;
		height:15px;
		background-size:contain;
		background-repeat:no-repeat;
	}
}
.wide_wrap{width:100%;margin:0 auto;position:relative;overflow:hidden;background:#f5f5f5; }
.wide_wrap_blue{width:100%;margin:0 auto;position:relative;overflow:hidden;background:#f8fcef; }
.wide2_wrap{width:100%;margin:0 auto;position:relative;overflow:hidden;background:#f5f5f5; }
.content_wrap h2.content_title{font-size:45px;font-weight:700;text-align:center;margin:70px 0 20px 0;color:#111111;}
.navbar-header{display:block !important;}
.navbar-toggle{display:flex;background:#333;border-radius:0;margin:0;padding:0;width:90px;height:90px;justify-content:center;align-items:center;flex-direction:column;gap:3px;}
.navbar-toggle span{background:#fff;}
@media screen and (max-width:1100px){
	.content_wrap{ *padding-left:15px; *padding-right:15px;}
	.sub_visual{height:370px;}
	.sub_visual{ font-size:18px; padding-top:50px; }
	.sub_visual h2{font-size:50px;}
	.sub_menutab{ /* height:50px; */}
	.sub_menutab ul li a{ /* line-height:50px; */font-size:18px;}
	.map_lo{ width:100% !important; }
	.even_wrap .map_lo{ float:none !important; margin-right:0 !important; }
}
@media screen and (max-width:1000px){
	.sub_menutab{width:100%;}
	.sub_menutab ul{ width:100%; }
	.sub_menutab1 ul li{ width:100% }
	.sub_menutab2 ul li{ width:50% }
	.sub_menutab3 ul li{ width:33.333333% }
	.sub_menutab4 ul li{ width:25% }
	.sub_menutab0 ul li{ width:33.333333% }
	.content_wrap h2.content_title{font-size:37px;}
}
@media screen and (max-width:850px){
	.sub_visual{ /* height:150px; */}
	.sub_visual{ font-size:16px; padding-top:40px; }
	.sub_visual h2{ /* font-size:30px; */margin-top:10px;}
	.sub_menutab{ /* height:40px; */}
	.sub_menutab ul li a{ /* line-height:40px; */font-size:16px;}
	.content_wrap h2.content_title{ /* font-size:25px; */}
}
@media screen and (max-width:1100px){
	.sub_visual{ /* height:200px; */padding-top:100px;font-size:1em;}
	.sub_visual h2{ /* font-size:1.8em; *//* margin-top:0.3%; */}
	.content_wrap h2.content_title{ /* margin-top:10%; */}
	.even_wrap .explain{ font-size:1.1em !important; color:#bbb; }
	.even_wrap .tit_pc{ display:none !important; font-size:1.5em !important; }
	.even_wrap .tit_mo{ display:block !important; font-size:1.5em !important; }
	.even_wrap .even_btxt{ text-align:center; letter-spacing:-0.05em; margin:2% 0; }
	.even_wrap .line{ width:35px !important; }
	.even_wrap .even_btxt_mo{ display:block !important; text-align:center; letter-spacing:-0.05em; margin-top:3%; }
	.even_wrap .even_btxt_pc{ display:none !important; }
	.designbox_wrap h3.btitle span{ margin-bottom:2% !important; }
	.designbox_wrap h3.btitle span:after{ width:35px !important; margin-left:-15.5px !important; }
	.even_wrap .map_area{ margin-bottom:5%; font-size:1em !important; }
	.even_wrap .map_area h3{ font-size:1em !important; }
	.even_wrap .youtube li{ width:100% !important; margin-top:0.5% !important; }
	#st-gal .thumbnail .caption a{ font-size:1.1em !important; }
	#btn_submit{ margin-bottom:10%; }
	.table-hover{ /* font-size:0.8em !important; */}
	.table tr td{ /* font-size:0.9em !important; */}
	.form-inline{ width:90%; margin:0 auto; }
	#st-basic .table td.sbj .desc{ display:none !important; }
	#st-basic .info{ font-size:0.8em !important; }
	#st-body .actions .btn{font-size:0.8em !important;margin:0;padding:10px 20px;display:inline-block;float:left;margin-left:-1px;}
	.even_wrap .even_pr{ font-size:0.8em; }
	.even_wrap .cntPrivacy02{ font-size:0.8em !important; }
	.cntPrivacy02 dd{ padding:2% 0 0% !important; }
	.even_wrap .even_title{ font-size:1.5em !important; }
	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{ font-size:20px !important; }
	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{ font-size:20px !important; }
	#main_part ul li div.main_part_box div.txt_wrap h3{ padding-bottom:2%; }
	#main_part ul li div.main_part_box div.txt_wrap{ font-size:0.65em !important; letter-spacing:-0.05em; }
	.img_pc{ display:none !important; }
	.img_mo{ display:block !important; }
	#st-body .navbar{width:100%;border-color:unset !important;position:fixed !important;z-index:999;border:0px;left:0;padding:0 10px;border-bottom:1px solid #ffffff4f !important;height:80px;background:#fff;}
	.navbar-brand{display:inline-block;height:100%;width:240px;}
	.navbar-brand > img{height:100%;width:240px;}
	#st-body .navbar .navbar-toggle{border-color:unset !important;border:0px !important;right:0;margin-right:0;padding-right:0;top:14px;display:block;}
	#st-body .navbar .navbar-toggle:hover, #st-body .navbar .navbar-toggle:focus{ background-color:unset !important; }
	#st-body .navbar .navbar-toggle .icon-bar{background-color:#000000;}
	.mo_map_img{ position:relative; overflow:hidden; }
	.mo_map_img div{ width:49%; float:left; margin-right:1%; margin-top:1%; }
	.mo_map_img img{ width:100%; }
}
@media screen and (max-width:500px){
	.sub_menutab ul li a{font-size:15px;line-height:54px;}
	.content_wrap h2.content_title{ /* font-size:22px; */}
	.sub_menutab ul li{float:left;list-style:none;font-size:19px;font-weight:400;display:table-cell;width:33.33%;margin:0;}
	#daumRoughmapContainer1680594073355{ height:300px !important; }
	.st-write-ul .map_area{ display:none; }
	.category_tab ul li{ width:33.3% !important; display:inline-block !important; }
	.category_tab ul li a{ font-size:0.75em !important; }
}
.btn-info{background-color:#fff !important;border-color:#bababa !important;color:#000;}
#st-basic .table th{border-top:2px solid #000000 !important;color:#111111 !important;font-weight:400 !important;}
#st-basic .table th,
#st-basic .table th a,
#st-basic .table td,
#st-basic .table td a{ color:#111111 !important; }
.menu_bg{width:100%;height:100%;padding-top:90px;position:fixed;top:0;right:0px; /* overflow:hidden; */display:none;z-index:999; /* background: #fff; */}
.menu_bg .menu{position:absolute;margin-top:90px;padding-top:50px;padding-bottom:40px;left:0;width:100%;height:calc(100% - 90px);background-color:#ffffff;text-align:center;color:#000000;overflow:auto;box-shadow:0px 150px 50px #0000000d;}
.menu_bg .menu .menu_cate{ /* flex:1; */width:auto;}
.menu_bg .menu .menu_cate:last-child{display:none;}
.menu_bg .menu .logo{width:200px;margin:0 auto 30px;}
.menu_bg .btn_menuhide{position:fixed;right:0px;top:0;background:none;border:none;padding:0.4em 0.85em; /* color: #fff; */font-weight:600;cursor:pointer;background:#333333;width:90px;height:90px;z-index:99999;}
.menu_bg .btn_menuhide img{width:26px;}
.menu_bg .menu .menu_cate h2{font-size:var(--font21);font-weight:600; /* border-bottom:1px solid #e8e8e8; */cursor:pointer;margin:0;background-size:14px; /* border-top: 1px solid #000; */position:relative;display:inline;}
.menu_bg .menu .menu_cate h2::after{content:'';display:block;width:5px;height:5px;background:var(--color1);border-radius:50%;position:absolute;right:-9px;top:1px;}
.menu_2{display:block !important;}
.menu_bg .menu .menu_cate ul{ padding:0px 0 0; margin-bottom:0; }
.menu_bg .menu .menu_cate ul li{background:#fff; /* border-bottom:1px dashed #eee; */list-style:none;}
.menu_bg .menu .menu_cate ul li:hover a{
	color:var(--color1);
	font-weight:600;
}
.menu_bg .menu .menu_cate ul li a{display:block;padding:13px 0;color:#666;font-size:var(--font16);font-weight:400;}
.menu_bg .menu .menu_cate.go_link{display:flex;justify-content:center;align-items:center;align-content:center;gap:20px;margin-top:30px;flex-wrap:wrap;margin-bottom:60px;flex-direction:column;}
.menu_bg .menu .menu_cate.go_link h2{background:#ebf8f5; /* width: 180px; */border:none;border-radius:40px;padding:2px 20px;text-align:center;}
.menu_bg .menu .menu_cate.go_link h2 a{color:var(--color1) !important;display:flex;justify-content:center;}
.menu_bg .menu .ico_box{display:flex;justify-content:center;gap:10px;}
.sitemap_wrap{}
.sitemap{display:grid;justify-content:center;gap:20px 45px;grid-template-columns: repeat(8, auto);}
.menu_cate h2{font-size:18px;font-weight:bold;margin-bottom:10px;padding-bottom:5px; /* border-bottom: 1px solid #ccc; */color:#222;}
/* modal */
#termsModal #contact{padding:0;}
#termsModal .top_fix{position:sticky;background:#fff;top:-20px;width:100%;border-bottom:1px solid #ddd;padding-top:10px;margin-bottom:20px;margin-top:-10px;}
#termsModal .top_fix .close{right:0px;top:20px;}
#termsModal h2{font-size:23px;}
#termsModal .tit_txt{font-size:16px;margin:0 0 11px 0;}
#termsModal .modal-content{overflow:auto;}
#termsModal .submit_btn{margin-bottom:40px;width:100%;}
#openModal{ background:none; width:auto; height:auto; display:inline-block; margin-left:5px; }
.modal{ display:none; /* Hidden by default */position:fixed; z-index:9999; left:0; top:0; width:100vw; height:100vh; overflow:auto; background-color:rgb(0, 0, 0); background-color:rgba(0, 0, 0, 0.4); }
.modal-content{background-color:#fefefe;font-size:16px;mar;margin:15vh auto;padding:20px;border:1px solid #888;width:80%;height:70vh;max-width:600px;color:#000;position:relative;}
.modal-content .popup{ overflow-y:auto; height:100%; }
.close{color:#aaa;float:right;font-size:28px;font-weight:bold;position:absolute;right:30px;top:23px;z-index:999;width:30px;height:30px;text-align:center;background:#fff;opacity:1;}
.close:hover,
.close:focus{ color:black; text-decoration:none; cursor:pointer; }
#myModal h3{ font-size:20px; margin:10px 0px 10px; font-weight:500; color:#000 }
#myModal p{ margin:20px 0px 20px; color:#888888; line-height:21px; font-size:14px; color:#3a3a3a; font-weight:400; }
#myModal dl{ }
#myModal dl dt{ color:#000; font-weight:bold; padding:8px 15px; font-size:15px; background:#f0f0f0; font-weight:500; }
#myModal dl dd{ font-size:13px; color:#515151; line-height:21px; padding:13px 15px 15px; font-weight:400; }
@media screen and (max-width:767px){
	.menu_bg .menu .ico_box img{width:34px;}
}
.more_btn2:hover{color:#fff;}
.sub11 .flow_box{animation:flow 300s linear infinite;background-image:url('../img/sub11/img03.png');background-position:center left;background-repeat:repeat-x;padding:10px 0;width:10000%;height:122px;margin-left:-100%;position:absolute;bottom:0;z-index:-1;}
#sc04 .flow_box{animation:flow 300s linear infinite;background-image:url('../img/main/deco02.png');background-position:center left;background-repeat:repeat-x;padding:10px 0;width:10000%;height:122px;margin-left:-100%;position:absolute;bottom:-9px;z-index:-1;}
@keyframes flow{
	0%{
		transform:translateX(0);
	}
	100%{
		transform:translateX(-10%);
	}
}
@media screen and (min-width:1902px){
	.visual-wrap .visual .w1200{ !important; }
}
@media screen and (max-width:1740px){
	#header .lnb .dep1 > li > a{font-size:18px;}
	#header .header_wrap > ul{padding-left:20px;}
}
@media screen and (max-width: 1548px){
	#header .lnb .dep1 > li > a{font-size:17px;}
	#header .lnb .dep1 > li{padding:0 15px 0 0;}
	#st-body .copyright .top img,
	#header .logo img{height:50px;}
	#header .gnb ul{padding:0 15px;height:80px;}
	#header .gnb li:nth-child(1):after{margin:0 5px;}
	#header .gnb a{font-size:14px;}
	.menu_bg{padding-top:80px;}
	.menu_bg .menu{height:100%;margin-top:80px;height:calc(100% - 80px);}
	#header .header_wrap > ul{height:80px;}
	
.sub_visual,
	.visual-wrap{margin-top:80px;}
	.navbar-toggle,
	.menu_bg .btn_menuhide{height:80px;width:80px;}
	.sitemap{grid-template-columns: repeat(4, auto);}
}
@media screen and (max-width:1400px){
	#header .lnb{display:none;}
}
@media screen and (max-width:1200px){
	#header .header_wrap{width:100%;}
	#header .lnb{}
	#header .gnb a:nth-child(2){/* display:none; */}
	#header .gnb a:nth-child(1){right:0px;}
	#header{ /* padding: 0 20px; */}
}
@media screen and (max-width:1070px){
	#header .lnb{ /* width:730px; */}
}
@media screen and (max-width:950px){
	#header .lnb{ /* width:630px; */}
}
@media screen and (max-width: 870px){
	#header .lnb{ /* width:530px; */}
	#header .lnb .dep1 > li > a{font-size:16px;}
	#header .logo{/* width:150px; */}
	#header .lnb{width:calc(100% - 270px);right:117px;left:initial;transform:translate(0px, 0px);}
	.sitemap{grid-template-columns: repeat(1, 1fr);}
	.menu_bg .menu .menu_cate{text-align:left;padding:0 20px;border-bottom:1px solid #ddd;padding-bottom:20px;}
	.menu_bg .menu{gap:20px;padding-top:30px;margin-top:60px;height:calc(100% - 60px);}
	.menu_bg .menu .menu_cate ul li a{padding:0;margin-top:15px;}
	.navbar-toggle, .menu_bg .btn_menuhide{height: 60px;width: 60px;}
	.navbar-header.visible-xs-block{height:60px;}
	#header .header_wrap > ul{height:60px;}
	.sub_visual{margin-top:60px;height: 230px;background-position: center;}
	.visual-wrap{margin-top:60px;background-position: center;}
	#header .gnb ul{height:60px;background:none;padding: 0;margin-right: 7px;}
	#header .logo img,
	#st-body .copyright .top img{height: 34px;}
	.menu_bg{padding-top:60px;}
	.menu_bg .btn_menuhide img{width:20px;}
	#header .gnb li a{color:#333;font-size: 14px;}
	#header .gnb li:nth-child(1):after{background:#666;}
}

@media (max-width: 767px) {
#hd_pop { background: #fff; }
.hd_pops { left: 20px !important; right: 20px !important;  background: #fff; }
.hd_pops_con { width: 100% !important; height: auto !important; background: #fff; }
.hd_pops_con img { width: 100% !important; height: auto !important; }
}