@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo.css');

/* 초기화 */
html {overflow:hidden;overflow-y:scroll;}
body {overflow:hidden;margin:0;padding:0;font-size:0.75em;font-family:'NanumSquareNeo', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
/* h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif} */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'NanumSquareNeo', dotum, sans-serif;font-size:.8em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'NanumSquareNeo', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}
#sns_login {padding:0 45px}

/* Common */
.skip,
.skip a {width:0px;height:0px;line-height:0;border:none;position:fixed;top:0px;left:0px;font-size:0;overflow:hidden;z-index:100000;}
.skip a:focus, .skip a:active {width:100%;height:50px;line-height:50px;background:#21272e;color:#fff;font-size:24px;font-weight:bold;text-align:center;text-decoration:none;}
.hidden{width:0px;height:0px;line-height:0;border:none;position:absolute;top:0;left:0;font-size:0;overflow:hidden;}
.cfix:after{display:block;clear:both;content:"";}
.marno{margin:0}
.blind{ position: absolute; left:-9999px;}
.justify{text-align:justify;}
.justify:after {content:""; display:inline-block;width:100%;}
.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.pt160{padding-top:160px !important}
.pb160{padding-bottom:160px !important}
/* 마진 */
.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}
.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}
.mb100{margin-bottom:100px !important;}
.mb150{margin-bottom:150px !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt75{margin-top:75px !important;}
.mt80{margin-top:80px !important;}
.mt85{margin-top:85px !important;}
.mt90{margin-top:90px !important;}
.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}
.mt150{margin-top:150px !important;}
@font-face {
  font-family: 'NanumSquareNeo';
  src: url('/assets/fonts/NanumSquareNeo.woff2') format('woff2'),
  font-weight: 400; 
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/fonts/NotoSansKR-Thin.woff2') format('woff2'),
	   url('/assets/fonts/NotoSansKR-Thin.woff') format('woff'),
	   url('/assets/fonts/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/NotoSansKR-Light.woff2') format('woff2'),
	   url('/assets/fonts/NotoSansKR-Light.woff') format('woff'),
	   url('/assets/fonts/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 350;
  src: url('/assets/fonts/NotoSans-DemiLight.woff2') format('woff2'),
	   url('/assets/fonts/NotoSans-DemiLight.woff') format('woff'),
	   url('/assets/fonts/NotoSans-DemiLight.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url('/assets/fonts/NotoSansKR-Regular.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Regular.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Regular.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('/assets/fonts/NotoSansKR-Medium.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Medium.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Medium.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url('/assets/fonts/NotoSansKR-Bold.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Bold.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Bold.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url('/assets/fonts/NotoSansKR-Black.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Black.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Black.otf') format('opentype');
 }

@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 100; 
	src: url('/assets/fonts/scdream1-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream1-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 200; 
	src: url('/assets/fonts/scdream2-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream2-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 300; 
	src: url('/assets/fonts/scdream3-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream3-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 400; 
	src: url('/assets/fonts/scdream4-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream4-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 500; 
	src: url('/assets/fonts/scdream5-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream5-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 600; 
	src: url('/assets/fonts/scdream6-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream6-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 700; 
	src: url('/assets/fonts/scdream7-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream7-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 800; 
	src: url('/assets/fonts/scdream8-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream8-webfont.woff') format('woff');
}
@font-face {
	font-family: 'S Core Dream'; 
	font-style: normal;
	font-weight: 900; 
	src: url('/assets/fonts/scdream9-webfont.woff2') format('woff2'), 
       url('/assets/fonts/scdream9-webfont.woff') format('woff');
}
@font-face {
   font-family: 'Eulyoo';
   font-style: normal;
   font-weight: 400;
   src: url('/assets/fonts/Eulyoo1945-Regular.woff2') format('woff2'),
		url('/assets/fonts/Eulyoo1945-Regular.woff') format('woff'),
		url('/assets/fonts/Eulyoo1945-Regular.eof') format('eot');
}
@font-face {
   font-family: 'Eulyoo';
   font-style: normal;
   font-weight: 600;
   src: url('/assets/fonts/Eulyoo1945-SemiBold.woff2') format('woff2'),
		url('/assets/fonts/Eulyoo1945-SemiBold.woff') format('woff'),
		url('/assets/fonts/Eulyoo1945-SemiBold.eof') format('eot');
}
@font-face {
   font-family: 'FelixTitling';
   font-style: normal;
   font-weight: 400;
   src: url('/assets/fonts/FelixTitling.woff2') format('woff2'),
		url('/assets/fonts/FelixTitling.woff') format('woff');
}
@font-face {
   font-family: 'Futura Bk Book';
   font-style: normal;
   font-weight: 400;
   src: url('/assets/fonts/Futura-Bk-Book.woff2') format('woff2'),
		url('/assets/fonts/Futura-Bk-Book.woff') format('woff');
}


/* font-size */
.txt180{font-size:180px;line-height:1.2; letter-spacing:-10px;}
.txt98{font-size:98px;line-height:1.2;}
.txt88{font-size:88px;line-height:1.2;}
.txt84{font-size:84px;line-height:1.2;}
.txt78{font-size:78px;line-height:1.2;}
.txt74{font-size:74px;line-height:1.2;}
.txt72{font-size:72px;line-height:1.2;}
.txt68{font-size:68px;line-height:1.2;}
.txt66{font-size:66px;line-height:1.2;}
.txt62{font-size:62px;line-height:1.428;}
.txt58{font-size:58px;line-height:1.428;}
.txt56{font-size:56px;line-height:1.428;}
.txt54{font-size:54px;line-height:1.428;}
.txt52{font-size:52px;line-height:130%;}
.txt50{font-size:50px;line-height:130%;}
.txt48{font-size:48px;line-height:130%;}
.txt46{font-size:46px;line-height:1.2;}
.txt45{font-size:45px;line-height:1.428;}
.txt44{font-size:44px;line-height:1.428;}
.txt42{font-size:42px;line-height:1.2;}
.txt40{font-size:40px;line-height:1.428;}
.txt38{font-size:38px;line-height:130%;}
.txt36{font-size:36px;line-height:1.428;}
.txt34{font-size:34px;line-height:1.428;}
.txt32{font-size:32px;line-height:1.428;}
.txt30{font-size:30px;line-height:180%;}
.txt28{font-size:28px;line-height:1.33;}
.txt26{font-size:26px;line-height:1.33;}
.txt24{font-size:24px;line-height:1.2;}
.txt22{font-size:22px;line-height:1.33;}
.txt21{font-size:21px;line-height:1.33;}
.txt20{font-size:20px;line-height:1.33;}
.txt19{font-size:19px;line-height:1.33;}
.txt18{font-size:18px;line-height:1.53;}
.txt17{font-size:17px;line-height:1.33;}
.txt16{font-size:16px;line-height:1.53;}
.txt15{font-size:15px;line-height:1.33;}
.txt14{font-size:14px;line-height:1.5;}
.txt13{font-size:13px;line-height:1.5;}
.txt12{font-size:12px;line-height:1.5;}
.txt11{font-size:11px;line-height:1.5;}
.txt10{font-size:10px;line-height:1.5;}
.txt8{font-size:8px;line-height:1.33;}


/* 공통 */
.row {width: 100%; margin:0 auto; position: relative;}
.tly-60{position:absolute;left:0;top:60%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);}
.tly-50{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);}
.tly-40{position:absolute;left:0;top:40%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);}
.tly-30{position:absolute;left:0;top:30%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);}
.tly-20{position:absolute;left:0;top:20%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);}



.tlx-50{position:absolute;left:50%;top:0;transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);}
.tl-50{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);}

article {position: relative;}
.white {color: #fff;}
.black {color: #151515;}
.blue {color: #008ce5;}
.gray {color: #666;}
.gray8 {color: #888;}
.gray9 {color: #999;}
.beige {color: #d9b391;}
.beige1 {color: #ce9c6c;}
.yellow {color: #fbf4d4;}

.all_block {display: block;}
.inline_1280 {display: block;}
.inline_1000 {display: block;}
.inline_980 {display: block;}
.inline_820 {display: block;}
.inline_520 {display: block;}
.in820_b520 {display: block;}

.fwn {font-weight: normal;}
.fwb {font-weight: bold;}
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw350 {font-weight: 350;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}
.wk {-ms-word-break: keep-all;word-break: keep-all;}
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}

.pd30{ padding-left:30px;}
.pd18{ padding-left:18px;}
.pd10{ padding-left:10px;}

.lh1 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.33;}
.lh15 {line-height: 1.5;}
.lh17 {line-height: 1.7;}
.lh2 {line-height: 2;}
.lh3 {line-height: 3;}

.w1800 {max-width: 1830px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1600 {max-width: 1630px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1500 {max-width: 1530px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1400 {max-width: 1430px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1300 {max-width: 1330px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1200 {max-width: 1230px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1100 {max-width: 1130px; margin: 0 auto; position: relative; padding: 0 15px;}
.w1000 {max-width: 1030px; margin: 0 auto; position: relative; padding: 0 15px;}
.w900 {max-width: 930px; margin: 0 auto; position: relative; padding: 0 15px;}
.w800 {max-width: 830px; margin: 0 auto; position: relative; padding: 0 15px;}


.ff_eulyoo {font-family: 'Eulyoo'; }
.ff_felix {font-family: 'FelixTitling'; letter-spacing: 1px;}
.ff_futura {font-family: 'Futura Bk Book';}
.ff_mont {font-family: 'Montserrat';}


.full_img {width: 2000px;position: relative; left: 50%; margin-left: -1000px;}
.slick-prev:before,
.slick-next:before {display: none;}
/* ani */
.ani_top{position:relative;opacity:0;top:25px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}
.ani_top.move{opacity:1;top:0;}
.ani_left{position:relative;opacity:0;left:-100px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}
.ani_left.move{opacity:1;left:0;}
.ani_right{position:relative;opacity:0;right:-100px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}
.ani_right.move{opacity:1;right:0;}
.ani_down{position:relative;opacity:0;bottom:25px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}
.ani_down.move{opacity:1;top:0;}

.trans_d1{transition-delay:0.15s;}
.trans_d2{transition-delay:0.25s;}
.trans_d3{transition-delay:0.35s;}
.trans_d4{transition-delay:0.45s;}
.trans_d5{transition-delay:0.55s;}
.trans_d6{transition-delay:0.65s;}



/* 팝업로그인 */
#pop_login {position:fixed; top:0; left:0; width:100%; height:100%; z-index:10000; display:none; }
#pop_login .dimmed{position:absolute; top:0; left:0; background:rgba(0,0,0,0.7); width:100%; height:100%;}
#pop_mb_login {width:450px; height:auto; position:absolute; top:50%; left:50%; -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); background:#FFFFFF;  /*overflow: hidden;*/ margin: 0;  border-radius:35px;}
#pop_login .in {padding: 10px 0; min-height:222px; padding:20px 0 0 0;}
#pop_login .in .tit {font-size: 15px; font-weight: 500; margin:0 0 15px; letter-spacing:-1px; line-height:150%;  }
#pop_login .in .tit .mint {color: #1f9f9d;}
.poplogin_btn {cursor: pointer;}
#plogin_fs {vertical-align: middle; width:100%; margin:0 auto; padding:0 45px;}
#login_fs{padding:0 50px}
#pop_mb_login #lpogin_fs .frm_input{margin:0 0 10px;}
#pop_mb_login .frm_input{height: 50px; width: 100%;padding-left: 10px; margin-top:5px; border:1px solid #ddd; }
#pop_mb_login #plogin_fs .btn_submit { height: 50px;  width: 100%; padding: 0; margin: 0;text-align: center; background-color: #333; color:#fff;  border-radius:5px; font-size: 16px; margin-top:20px; border:none; }
#pop_mb_login #plogin_info{background:#f6f6f6;padding:15px 5px;border-top:1px solid #e8e8e8; background-color:#2b3751; margin:10px 45px 20px; }
#pop_mb_login #plogin_info:after {display:block;visibility:hidden;clear:both;content:""}
#pop_mb_login #plogin_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#pop_mb_login #plogin_info .btn_wrap a{display:inline-block;width:50%;float:left; text-align:center; padding: 0 25px; color:#fff; font-size:14px; transition:.5s; letter-spacing:-1px;}
#pop_mb_login #plogin_info .btn_wrap a:first-child {text-align: right;}
#pop_mb_login #plogin_info a:hover{color:#ddd;  }
#plogin_password_lost{border-right:1px solid #ddd}
.closeWrap{height:45px; padding:0 10px; color:#949393; background-color:#222; line-height:45px; width:100%; font-size:16px;   border-bottom-right-radius:35px;  border-bottom-left-radius:35px;}

#pop_mb_login_notmb{margin:30px auto;padding:20px 30px }
#pop_mb_login_notmb h2{font-size:1.25em;margin:20px 0 10px}
#guest_privacy{border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#pop_mb_login_notmb .btn_submit{display:block;text-align:center;line-height:45px}

#pop_mb_login_od_wr{margin:30px auto;padding:20px 30px }
#pop_mb_login_od_wr h2{font-size:1.25em;margin:20px 0 10px}
#pop_mb_login_od_wr .frm_input{margin:10px 0 0 }
#pop_mb_login_od_wr p{background:#f3f3f3;margin:20px 0 0 ;padding:15px 20px;line-height:1.5em}






@media all and (max-width:1230px){
	.txt88,
	.txt84,
	.txt78,
	.txt72,
	.txt74{font-size:60px;}
	.txt68,
	.txt66{font-size:54px;}
	.txt62,
	.txt60{font-size:52px;}
	.txt58,
	.txt56,
	.txt54{font-size:48px;}
	.txt52,
	.txt50{font-size:42px;}
	.txt48{font-size:38px;}
	.txt46{font-size:37px;}
	.txt45,
	.txt44{font-size:36px;}
	.txt42,
	.txt40{font-size:32px;}
	.txt38{font-size: 30px;}
	.txt36,
	.txt34{font-size:28px;}
	.txt32{font-size:26px;}
	.txt30{font-size:24px;}
	.txt28,
	.txt26{font-size:20px;}
	.txt24{font-size: 19px;}
	.txt22,
	.txt21{font-size:18px;}
	.txt20,
	.txt19{font-size:17px;}
	.txt18,
	.txt17{font-size:16px;}
	.txt16{font-size:15px;}
	.txt15{font-size:14px;}
	.txt14{font-size:13px;}
	.txt12{font-size:11px;}
	.txt11{font-size:10px;}

	img {max-width:100%;}
	.inline_1280 {display: inline;}
}

@media all and (max-width:820px){
	
	.ani_left{left: auto;top:25px;}
	.ani_left.move{left: auto;top:0;}
	.ani_right{right: auto;top: 25px;}
	.ani_right.move{ right: auto;top:0;}
	.ani_top1.move{opacity:1;top:auto; bottom: 40px;}
	.trans_d1,
	.trans_d2,
	.trans_d3,
	.trans_d4,
	.trans_d5,
	.trans_d6{transition-delay:0.2s;}
	.inline_820 {display: inline;}
	.no_820 {display: none;}
	.block_820 {display: block;}
	.in820_b520 {display: inline;}
	
	
#pop_login {position:fixed; top:0; left:0; width:100%; height:100%; z-index:10000; display:none; }
#pop_login .dimmed{position:absolute; top:0; left:0; background:rgba(0,0,0,0.7); width:100%; height:100%;}
#pop_mb_login {width: 90%;height:auto;position:absolute;top: 53%;left:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#FFFFFF;/*overflow: hidden;*/margin: 0;border-radius:35px;/* scale: .9; */}
#pop_login .in {padding: 10px 0; min-height:222px; padding:20px 0 0 0;}
#pop_login .in .tit {font-size: 15px; font-weight: 500; margin:0 0 15px; letter-spacing:-1px; line-height:150%;  }
#pop_login .in .tit .mint {color: #1f9f9d;}
.poplogin_btn {cursor: pointer;}
#plogin_fs {vertical-align: middle;width:100%;margin:0 auto;padding: 0 25px;}
#login_fs{padding:0 50px}
#pop_mb_login #lpogin_fs .frm_input{margin:0 0 10px;}
#pop_mb_login .frm_input{height: 35px;width: 100%;padding-left: 10px;margin-top:5px;}
#pop_mb_login #plogin_fs .btn_submit {height: 40px;width: 100%;padding: 0;margin: 0;text-align: center;background-color: #333;color:#fff;border-radius:5px;font-size: 13px;margin-top:20px;border:none;}
#pop_mb_login #plogin_info{background:#f6f6f6;padding:15px 5px;border-top:1px solid #e8e8e8;background-color:#2b3751;margin: 10px 25px 20px;}
#pop_mb_login #plogin_info:after {display:block;visibility:hidden;clear:both;content:""}
#pop_mb_login #plogin_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#pop_mb_login #plogin_info .btn_wrap a{display:inline-block;width: -webkit-fill-available;float:left;text-align:center;padding: 0 5px;color:#fff;font-size: 12px;transition:.5s;letter-spacing:-1px;}
#pop_mb_login #plogin_info .btn_wrap a:first-child {text-align: right;}
#pop_mb_login #plogin_info a:hover{color:#ddd;  }
#plogin_password_lost{border-right:1px solid #ddd}
.closeWrap{height:45px; padding:0 10px; color:#949393; background-color:#222; line-height:45px; width:100%; font-size:16px;   border-bottom-right-radius:35px;  border-bottom-left-radius:35px;}





}
@media all and (max-width:520px){ 
	.txt88,
	.txt84{font-size:36px;}
	.txt78,
	.txt74,
	.txt72{font-size:35px;}
	.txt68,
	.txt66{font-size:34px;}
	.txt62,
	.txt60{font-size:33px;}
	.txt58,
	.txt56,
	.txt54{font-size:32px;}
	.txt52,
	.txt50{font-size:28px;}
	.txt48,
	.txt46{font-size:26px;}
	.txt45,
	.txt44{font-size:24px;}
	.txt42,
	.txt40{font-size:22px;}
	.txt38,
	.txt36,
	.txt34{font-size:20px;}
	.txt32,
	.txt30,
	.txt28{font-size:18px;}
	.txt26{font-size:17px;}
	.txt24,
	.txt22,
	.txt21{font-size:16px;}
	.txt20,
	.txt19{font-size:15px;}
	.txt18,
	.txt17,
	.txt16{font-size:14px;}
	.txt15{font-size:13px;}
	.txt14{font-size:12px;}
	.txt12{font-size:10px;}

	.inline_520 {display: inline;}
	.no_520 {display: none;}
	.block_520 {display: block;}
	.in820_b520 {display: block;}
}

#wrap{width: 100%; min-width:320px; font: 16px/1 'NanumSquareNeo', sans-serif; font-weight: 400; letter-spacing: -0.5px; color: #222;}
.tit_ani_wrap { position:relative; }
.tit_ani_wrap .txt_ani_box { overflow:hidden; display:block; }
.tit_ani_wrap .txt_ani_box:nth-child(2) .txt-ani { transition-delay:.2s; }
.tit_ani_wrap .txt_ani_box:nth-child(3) .txt-ani { transition-delay:.4s; }
.tit_ani_wrap .txt_ani_box:nth-child(4) .txt-ani { transition-delay:.6s; }
.tit_ani_wrap .txt_ani { display:block; transition-duration:.5s; transition-property:transform; transform:translateY(100%); }
.tit_ani_wrap.on .txt_ani { transform:translateY(0); }



@keyframes fadeInUp {
    0% {
        transform:translateY(20px);
        opacity:0;
    }
    100% {
        transform:translateY(0);
        opacity:1;
    }
}

@keyframes rotate_circle{
	100% {transform: rotate(360deg); }
}

.slick_nav {width: 240px; display: flex; flex-wrap:wrap;justify-content:space-between; position: absolute; bottom: 145px; left: 50%; transform:translate(-690px,0);  }
/* 슬라이드 arrow */
.slick_arrow {position: absolute; top: 3px; left: 0;}
.slick_arrow .prev_btn,
.slick_arrow .next_btn {width: 20px; height: 7px; background-color: transparent; padding: 0; border: none; background-repeat: no-repeat; background-image: url('/assets/images/main/sm_arr_prev.png'); text-indent: -9999px; position: absolute; top: 0; left: 10px; }
.slick_arrow .next_btn {background-image: url('/assets/images/main/sm_arr_next.png'); left: 105px;}

/* 슬라이드 play */
.slider_play_btn { /* position: absolute; bottom: 140px; left: 50%; transform:translateX(-510px); */ padding-right: 5px;	}
.slider_play_btn button {width: 8px; height: 12px; background-color: transparent; background-repeat: no-repeat; background-size:cover; border: none; padding: 0; margin: 0 8px; text-indent: -9999px;}
.slider_play_btn .slider_pause {background-image: url('/assets/images/main/visual_pause_grey.png');}
.slider_play_btn .slider_play {background-image: url('/assets/images/main/visual_play_grey.png');}

/* 슬라이드 counter */
.slick_counter {/* position: absolute; bottom: 135px; left: 50%; transform:translateX(-655px);  */font-family: 'Eulyoo';  font-size: 18px;  color: #cdcdcd; padding: 0 50px;}
.slick_counter span {padding: 0 3px; font-weight: 600;}
.slick_counter .current {color: #000;}
/* 슬라이드 progress */
.slider_progress{ /* position: absolute; left: 50%; bottom: 110px; transform:translateX(-700px); */width: 100%; height: 2px; background-color: #cdcdcd; position: relative; width: 100%; margin-top: 25px;}
.slider_progress span{ position: absolute; left: 0; bottom: 0; display: block; width: 0px; height: 100%; background-color: #000; transition: all 0s linear; }
.slider_progress span.active { width: 100%; }



/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

/* #logo {float:left;padding:30px 0 0} */

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 최상단 */
#header {position: fixed; top: 0; left: 0; width: 100%; /*background-color: #fff;*/ z-index: 8; transition:.25s; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
#header .inner {display: flex; align-items:center; position: relative; z-index: 2;}
#header #logo { }
#header #logo a {display: flex; align-items:center;}
#header #logo img:nth-child(2) {display: none;}
#header .link_box {display: flex; align-items:center; width: 155px; height: 40px; line-height: 40px; margin: 0 40px; border-radius:50px; border: 1px solid #fff; position: relative;}
#header .link_box > a {position: relative; display: block; width: 100%; height: 100%; padding: 0 0 0 28px; color: #fff; font-size: 16px; font-weight: 300;}
#header .link_box > a:after {content:''; display: block; width: 10px; height: 7px; position: absolute; top: 47%; right: 27px; background: url('../images/common/arrow.png') 0 0 no-repeat; transition:.3s;}
#header .link_box > a.active {}
#header .link_box > a.active:after {transform:translateY(-50%) rotate(180deg); animation:effect .5s alternate infinite;}

#header .link_box .links {display: none;padding: 8px 0; position: absolute; left: 0; right: 0; top: 42px; background-color: #f0f0f0; border-radius:5px; z-index: 9;	}
#header .link_box .links a {display: block; padding: 0 0 0 28px; color: #222; font-size: 14px; font-weight: 400; transition:.3s;}
#header .link_box .links a:hover {text-decoration: underline;}
#header .link_box {display: flex; align-items:center; width: 155px; height: 40px; line-height: 40px; margin: 0 40px; border-radius:50px; border: 1px solid #fff; position: relative;}
#header .link_box > a {position: relative; display: block; width: 100%; height: 100%; padding: 0 0 0 28px; color: #fff; font-size: 16px; font-weight: 300;}


#header .hd_banner {position: absolute; top: 25px; right: 3%; scale:.9;}
.hd_banner span {display: inline-block; margin: 0 4px;}



#header:hover .link_box,
#header.stiky .link_box {border: 1px solid #222; }
#header:hover .link_box > a,
#header.stiky .link_box > a { color: #222; }

#header #gnb_wrap {position: relative;letter-spacing:-1.5px;left:35%;}
#header #gnb_wrap .dep1_wrap {position: relative;display: flex;align-items: end;}
#header #gnb_wrap .dep1_con {	position: relative;}
#header #gnb_wrap .dep1_con .dep1 {display: inline-block; padding: 0 25px;font-size: 20px; font-weight: 500; color: #fff; line-height: 110px; transition:.25s;}
#header #gnb_wrap .dep1_con:hover .dep1{color:#0a6ec2; }
#header #gnb_wrap .dep1_con .dep1.active{color:#0a6ec2; }

#header #gnb_wrap .dep2_wrap { display: none; position: absolute; top: calc(100% - 1px); left: 0;/*  left: 50%; transform:translateX(-50%);  */background-color: transparent; height: 300px; padding: 15px 5px;  z-index: 1;}
#header #gnb_wrap .dep2_con {width: 10em; padding:7px 0;	}
#header #gnb_wrap .dep1_con:nth-child(3) .dep2_con {width: 12em;}
#header #gnb_wrap .dep1_con:nth-child(4) .dep2_con {width: 12.5em;}
#header #gnb_wrap .dep1_con:nth-child(7) .dep2_con {width: 12em;}
#header #gnb_wrap .dep2_con .dep2 {display: block; padding: 0.2em 1.3em; font-size: 16px; color: #fff; transition:.5s;}
#header #gnb_wrap .dep2_con .dep2:hover {color: #333; font-weight:400;}
#header #gnb_wrap .dep2_con .dep2.active {color: #333; font-weight:400;}


#header .hd_icon { position: absolute; top: 30px; right: 15px; display: flex; }
#header .hd_icon a {display: flex; align-items:center; justify-content:center;  width: 50px; height: 50px; border-radius:50%; border: 1px solid #a8a8a8; margin-left: 11px; transition:.4s; background-color:#fff;}
#header .hd_icon a:hover {transform:translateY(-10px);}

#menu_wrap {display: none;position: fixed; top: 110px; left: 0; width: 100%; background-color: rgba(255, 255, 255, .9);  z-index: 3;}
#menu_wrap .dep1_wrap {width: 1400px; margin: 0 auto; padding: 90px 0; display: flex; justify-content:center; gap:0 35px}
#menu_wrap .dep1_wrap .dep1_con {flex:1;}
#menu_wrap .dep1_wrap .dep1_con .dep1 {display: block; padding: 0 0 24px 0; font-size: 20px; color: #222; font-weight: 500;  transition:.5s; position: relative; }
#menu_wrap .dep1_wrap .dep1_con .dep1:after {content:''; display: block; width: 100%; height: 1px; background-color: rgba(0,0,0,.1); position: absolute; bottom: 0; left: 0;}
#menu_wrap .dep2_wrap {padding: 20px 0 0;} 
#menu_wrap .dep2_wrap .dep2_con {margin-bottom: 9px;}
#menu_wrap .dep2_wrap .dep2_con .dep2 {display: block; font-size: 16px; line-height: 26px; color: #222; transition:.5s;}
#menu_wrap .dep1_wrap .dep1_con .dep1:hover {transform:translateX(10px); color:#0a6ec2;}
#menu_wrap .dep1_wrap .dep1_con .dep1.active {color:#0a6ec2; font-weight:500;}
#menu_wrap .dep2_wrap .dep2_con .dep2:hover {transform:translateX(10px); color:#0a6ec2; }
#menu_wrap .dep2_wrap .dep2_con .dep2:hover {transform:translateX(10px); color:#0a6ec2; }
#menu_wrap .dep2_wrap .dep2_con .dep2.active { transform:translateX(10px); color: #0a6ec2; }

.all_menu_btn {position: fixed ; top: 0; right: 50%; margin-right: -900px; padding: 25px; z-index: 1050; background: rgba(255,255,255,0); transition: background 0.4s; display: none;}
.all_menu_btn.active {position: fixed; z-index: 9999; display: block;}
.all_menu_btn .menu_btn {cursor: pointer; background: none; border: none; position: relative; display: block; margin: 0 0 0 auto; width: 50px; height: 45px; overflow: hidden; transition: height 0.8s;}
.all_menu_btn .menu_btn span {position: absolute; display: block; height: 4px; background: #fff;}
.all_menu_btn .menu_btn span.ham_top {top: 0; right: 0; width: 100%; transition: top 0.6s, transform 0.6s, background 0.6s;}
.all_menu_btn .menu_btn span.ham_btm {top: 0.7rem; right: 0; width: 70%; transition: top 0.6s, transform 0.6s, width 0.4s, background 0.6s;}
.all_menu_btn .menu_btn:hover .ham_btm {width: 100%;}
.all_menu_btn .menu_btn:before,
.all_menu_btn .menu_btn:after {position: absolute; bottom: 0; right: 0; font-family: 'S Core Dream'; font-size: 13px; color: #fff; letter-spacing: -0.5px; transition: all 0.6s;}
.all_menu_btn .menu_btn:before {content: '전체메뉴'; }
.all_menu_btn .menu_btn:after {content: '메뉴닫기';  transform: translate(0,-100%);  opacity: 0; color: #fff;}
.all_menu_btn.active {}
.all_menu_btn.active {}
.all_menu_btn.active span {background: #fff;}
.all_menu_btn.active span.ham_top {top: 1rem;  transform: rotate(45deg);}
.all_menu_btn.active span.ham_btm {top: 1rem; width: 100%; transform: rotate(-45deg);}
.all_menu_btn.active .menu_btn {height: 65px;}
.all_menu_btn.active .menu_btn:before {opacity: 1; transform: translate(0,100%);}
.all_menu_btn.active .menu_btn:after {opacity: 1; transform: translate(0,0);}


.all_menu_btn.stiky {position: fixed; }
.all_menu_btn.stiky .menu_btn span {background: #000;}
.all_menu_btn.stiky .menu_btn:before,
.all_menu_btn.stiky .menu_btn:after {color: #000;}
.all_menu_btn.stiky.active  {background-color: transparent;}
.all_menu_btn.stiky.active .menu_btn span {background: #fff;}
.all_menu_btn.stiky.active .menu_btn:before,
.all_menu_btn.stiky.active .menu_btn:after {color: #fff;}

/* 전체메뉴 */
.all_menu_wrap {visibility:hidden; opacity: 0; position: fixed; top: 0; left: 25%; right: 0; bottom: 0; overflow-x:hidden;overflow-y:auto; z-index: 999; background-color: #222;box-shadow:-1px 0px 5px rgba(0,0,0,.3); transition:.25s;}
.all_menu_wrap .all_menu_logo {position: absolute; top: 4%; left: 4%;}
.all_menu_wrap #all_menu {width: 80%; max-width:1200px; margin: 130px auto 30px; border-bottom: 1px solid #666;}
.all_menu_wrap .dep1_con {display:flex; opacity: .4; margin-bottom: 30px; transition:.25s;}
.all_menu_wrap .dep1_con:hover {opacity: 1;}
.all_menu_wrap .dep1_con .dep1 {width: 130px;color: #fff; font-size: 18px; margin-right: 15px; font-weight: 500; word-break: keep-all; line-height: 1.2;}
.all_menu_wrap .dep2_wrap {display:flex; align-items:end; flex-wrap:wrap;}
.all_menu_wrap .dep2_con {}
.all_menu_wrap .dep2_con .dep2 {color: #fff; font-size: 16px; margin: 0 15px;line-height: 1.52; position: relative;}
.all_menu_wrap .dep2_con .dep2:after {content:''; display: block; width: 100%; height: 2px; background-color: transparent; position: absolute; bottom: -3px; left: 0; transition:.25s;}
.all_menu_wrap .dep2_con .dep2:hover {color: #0a6ec2;}
.all_menu_wrap .dep2_con .dep2:hover:after {background-color: #0a6ec2;}
.all_menu_wrap .all_menu_bottom {width: 80%; max-width:1200px; margin: 0 auto 20px;}
.all_menu_wrap .all_menu_bottom p {color: #fff;  font-family: 'Montserrat'; opacity: .2; font-weight: 200; letter-spacing:0;}

.gnb_dim {position: absolute; top: 100%; left: 0; width: 100%; height: 320px; background-color: #0a6ec2; /* background-color: rgba(0,174,178,.7); */ z-index: 1; display: none;}

#header:hover,
#header.stiky { background-color: rgba(255,255,255,.85); box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1);  background: rgba(255,255,255,.85);}
#header:hover #gnb_wrap:after,
#header.stiky #gnb_wrap:after {opacity: 0;}
#header:hover #gnb_wrap .dep1_con .dep1,
#header.stiky #gnb_wrap .dep1_con .dep1 {color: #222;}
#header:hover #gnb_wrap .dep1_con .dep1:hover,
#header.stiky #gnb_wrap .dep1_con .dep1:hover{ color:#0a6ec2; }
#header:hover  #gnb_wrap .dep1_con .dep1.active,
#header.stiky #gnb_wrap .dep1_con .dep1.active{ color:#0a6ec2; }
#header:hover #logo img:nth-child(1),
#header.stiky #logo img:nth-child(1) {display: none;}
#header:hover #logo img:nth-child(2),
#header.stiky #logo img:nth-child(2) {  display: inline;}


.stiky #gnb_wrap .dep2_con:hover .dep2 {color: #d29e75;}
.stiky .gnb_bg {opacity: 1; border-top: 1px solid #ddd; background-color: #fff;}



#header.stiky  .top_util a {display:  inline-block;  transition:.25s; z-index:9999; color:#222; font-weight:500;}
.all_menu_wrap .top_util_mobile { display:none;}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* .bg_motion {overflow: hidden;} */
.bg_motion > .bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%;background-size:cover; background-position: 50% 50%; background-repeat: no-repeat;}
.treebg_con {padding: 225px 15px; text-align: center; position: relative;}
.treebg_con .bg { background-image: url('/assets/images/common/treebg.jpg');  }
.treebg_con h3 {color: #f0e8df;}

/* 하이엔드 치료케이스 */
.case_slide_wrap {padding: 200px 0 160px; position: relative; overflow: hidden;}
.case_slide_wrap:after {content:''; display: block; width: 100%; height: 100%;background: url('/assets/images/common/case_slide_bg.jpg') 50% 100% no-repeat; background-size:100% auto; position: absolute; bottom: -100%; left: 0; transition:1s; z-index: -1;}
.case_slide_wrap.active:after {bottom: 0;}
.case_slide_wrap .inner {position: relative;}
.case_slide_wrap .tit_box {max-width:1430px; padding: 0 15px; margin: 0 auto; position: relative;}
.case_slide_wrap .tit_box .tit_wrap {position: absolute; top: 0; left: 15px;}
.case_slide_wrap .tit_box .tit_wrap h3 {letter-spacing: -0.2rem;}
.case_slide_wrap .case_slide {  max-width:2600px; margin: 0 auto; text-align: right; position: relative;}
.case_slide_wrap .case_slide .case_list {display: inline-block;width: 55%; }
.case_slide_wrap .case_slide .list {text-align: center; margin: 0 20px;}
.case_slide_wrap .case_slide .list_in {}
.case_slide_wrap .case_slide .list .img {margin-bottom: 25px; border-radius:0 70px 0 0; overflow: hidden; }
.case_slide_wrap .case_slide .list .img img {max-width:100%;transition:.5s; }
.case_slide_wrap .case_slide .list:hover .img img {transform:scale(1.2);}
.case_slide_wrap .case_slide .list h4 {margin-bottom: 25px; font-weight: 500;}
.case_slide_wrap .case_slide .list span {display: inline-block; padding: 15px 90px; border: 1px solid #cf9d6d; border-radius:50px; transition:.1s; position: relative; overflow: hidden;}
.case_slide_wrap .case_slide .list:hover span { color: #fff; border-color: #9d7365;}
.case_slide_wrap .case_slide .list span:after {content:''; display: block; width: 0; height: 100%; background-color: #9d7365; position: absolute; top: 0; right: 0;  transition:.25s; z-index: -1;}
.case_slide_wrap .case_slide .list:hover span:after {left: 0; width: 100%;} 


/* 하단 지도 */
.company_info_bot {display: flex;background-color: #9d7365; overflow: hidden;}
.company_info_bot .company_info_lt {width: 50%; display: flex; justify-content:flex-end; align-items:center; }
.company_info_bot .company_info_rt { position: relative; width: 50%; }
.company_info_bot .info_txt_box {width: 700px; padding-right: 70px;color: #fff;}
.company_info_bot .tit_wrap {padding-bottom: 30px; margin-bottom: 30px;}
.company_info_bot .tit_wrap:after {content:''; display: block; width: 100%; height: 9px; background: url('/assets/images/common/company_info_bar.jpg') 0 0 repeat-x; position: absolute; bottom: 0; left: 0;}
.company_info_bot .way_box {padding: 0 100px;}
.company_info_bot .way_box > div {position: relative;}
.company_info_bot .way_box .subway_info {margin-bottom: 30px;}
.company_info_bot .way_box .subway_info:before,
.company_info_bot .way_box .bus_info:before {content:''; display: block; width: 54px; height: 55px; background-image: url('/assets/images/common/icon_subway.png'); background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 0; left: -87px;}
.company_info_bot .way_box .bus_info:before {background-image: url('/assets/images/common/icon_bus.png');}
.company_info_bot .way_box .bus_info dl {display: flex; flex-wrap:wrap;}
.company_info_bot .way_box .bus_info dt,
.company_info_bot .way_box .bus_info dd { margin-bottom: 10px; line-height: 1.33;}
.company_info_bot .way_box .bus_info dt {width: 85px;}
.company_info_bot .way_box .bus_info dd {width: calc(100% - 85px);}

.company_info_bot .way_box .parking_info {margin-top:30px;}
.company_info_bot .way_box .parking_info:before {content:''; display: block; width: 54px; height: 55px; background-image: url('/assets/images/common/icon_park.png'); background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 0; left: -87px;}



.company_info_bot .company_map {position: relative; }
.company_info_bot .company_map .map {width: 100%; height: 795px; overflow: hidden;}
.company_info_bot .map_btn {position: absolute; top: 0; left: 0; z-index: 2;}
.company_info_bot .map_btn a {display: block;  padding: 25px; line-height: 1.33; font-size: 16px;	transition:.25s;}
.company_info_bot .map_btn .map_btn_naver {background-color: #04ce5c; color: #fff;}
.company_info_bot .map_btn .map_btn_daum {background-color: #f4db18;}
.company_info_bot .map_btn a:hover {background-color: #2c303b; color: #fff;}





#footer {padding: 70px 0;background-color: #222;}
#footer .inner {display:flex; flex-direction:row-reverse;}
#footer .inner > div {width: 50%;}
#footer .f_menu {text-align: center; }
#footer .f_menu a {display: inline-block; padding: 0 15px; color: #fff;font-weight: 300; opacity: .5; position: relative; transition:.25s;}
#footer .f_menu a:hover {opacity: .75;}
#footer .f_menu a:after {content:''; display: block; clear: both; position: absolute; top: 10%; left: 0; width: 1px; height: 80%; background-color: rgba(255,255,255,.5);}
#footer .f_menu a:first-child:after {display: none;}
#footer .f_logo {margin-bottom: 25px;}
#footer .f_bot {color: #fff; font-weight: 300; opacity: .7;}
#footer .f_bot .copyr {font-family: 'Montserrat'; opacity: .4; letter-spacing:0;}

@keyframes bouncing { 	
	0% {  transform:translate(0,-10px); }
	100% { transform:translate(0,0); }
}

#progress_circle {width: 149px; height: 149px; position: fixed; bottom: 40px; right:5%; /*right: 50%; transform:translateX(980px);*/ cursor: pointer; overflow: hidden; z-index: 9;}
#progress_circle .progress_circle_bg {width: 100%; height: 100%; background: url('/assets/images/common/progress_circle.png') 50% 50% no-repeat; animation: progress_Rotate 1s linear infinite; animation-play-state: paused; animation-delay: calc(var(--scroll) * -1s);animation-iteration-count: 1;
  animation-fill-mode: both;}
#progress_circle .progress_circle_logo {position: absolute; top: 0; left: 0; transition:.5s; }
#progress_circle .progress_circle_logo img {display: inline-block; max-width:100%; }
#progress_circle .progress_circle_logo:hover {top: -100%;}

@keyframes progress_Rotate {
  to {
    transform: rotate(360deg);
  }
}
/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}


/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

.m2{background:#f8fafd}

.m2_con ul{overflow:hidden;}
.m2_con li{float:left; width:25%; margin-top:50px}



.m4{background:url('/assets/images/main/m4_bg.jpg')no-repeat; background-position:50% 50%}
.m5{background:#538dd4}
.m5_con ul{overflow:hidden;}
.m5_con li{float:left; width:31.3333333%; background:#fff; border-radius:20px; padding:40px; margin:10px}



.move_text_box .text { display: flex; flex: 0 0 auto; white-space: nowrap; overflow: hidden; transition: 0.3s; font-size: 7rem; color: #fff; opacity:0.1}
.move_text_box .text p { animation: textLoop 20s linear infinite; padding-right: 3.3rem; line-height: 1.4; font-weight: 700; }

@keyframes textLoop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes textLoop2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.m6 .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.m6 .swiper-wrapper {
    display: flex;
    gap: 20px; /* 이미지 간격 */
    width: 200%; /* 원본 + 복제본을 위한 넓이 설정 */
    animation: infiniteScroll 20s linear infinite; /* 끊김 없는 무한 애니메이션 */
}

.m6 .swiper-slide {
    flex: 0 0 auto;
    width: 230px; /* 이미지 크기 조절 */
}

.m6 .swiper-slide img {
    width: 100%;
    height: auto;
}

/* 무한 흐름 애니메이션 */
@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* 50%만 이동하면 자연스럽게 반복 */
    }
}

.m7{background:#f8fafd}

.m7 .inquiry-form {
  width: 886px;
  margin:0 auto
}
.m7 .inquiry-form .sub-title1 {
  background: #d4ebf9;
  padding: 15px 24px 14px;
  border-radius: 10px;
}
.m7 .form-area {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}

.m7 .form-area fieldset {
  width: 100%;
}

.m7 .form-area ul.form {
  text-align: left;
}
.m7 .form-area ul.form > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eff2f6;
  padding: 14px 0;
}
.m7 .form-area ul.form > li:last-child {
  align-items: flex-start;
}
.m7 .form-area label {
  min-width: 130px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.m7 .form-area label::after {
  display: inline-block;
  margin-left: 4px;
  color: #ff4a55;
  content: "*";
  position: absolute;
  top: 4px;
}
.m7 .form-area input {
  width: 300px;
  border: 1px solid #cbcfda;
  padding: 14px;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: left;
}

.form .flex_con{padding-top:14px}

.m7 .form-area input:focus,
.m7 .form-area textarea:focus {
  outline: 0;
  border: 1px solid #515662;
}

.m7 .form-area input.error,
.m7 .form-area textarea.error {
  border: 1px solid #ff4a55;
}

.m7 .form-area .select-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 272px;
  border: 1px solid #cbcfda;
  padding: 8px 14px;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
.m7 .form-area .select-box img {
  width: auto;
}
.m7 .form-area .select-list {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  width: calc(100% - 20px);
  max-height: 430px;
  padding: 8px 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.006em;
}
.m7 .form-area .select-list li {
  padding: 4px;
}
.m7 .form-area .select-list li:hover {
  background-color: #f7f7f7;
  border-radius: 4px;
}

.m7 .form-area textarea {
  border: 1px solid #cbcfda;
  border-radius: 5px;
  width: 738px;
  height: 130px;
  padding: 10px;
  line-height: 160%;
  resize: none;
  box-sizing: border-box;
  text-align: left;
}
.m7 .form-area .textLength-box {
  text-align: right;
  margin-top: -8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.004em;
}

.m7 .privacy-area {
  background: #f7f7f7;
  margin: 30px 0;
  border-radius: 10px;
}

.m7 .privacy-area .check-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
}
.m7 .privacy-area .check-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.m7 .privacy-area .check-wrap .check-btn {
  background: url("https://laundry24.net/wp-content/themes/laundry/css/v2/../../images/v2/icon_unCheck.svg") no-repeat;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.m7 .privacy-area .check-wrap.checked .check-btn {
  background: url("https://laundry24.net/wp-content/themes/laundry/css/v2/../../images/v2/icon_check.svg") no-repeat;
}
.m7 .privacy-area .btn {
  background-color: #d0d0d2;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.004em;
  border-radius: 6px;
}
.m7 .privacy-area .btn.clicked {
  background-color: #2e3138;
}
.m7 .privacy-area .text-box {
  display: none;
}

.m7 .privacy-area .text-box .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.004em;
  padding-bottom: 6px;
}
.m7 .privacy-area .text-box .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.004em;
}
.m7 .privacy-area .text-box.show {
  display: block;
  padding: 4px 0 24px 55px;
}
.m7 .privacy-area .text-box.show .title,
.m7 .privacy-area .text-box.show .info {
  height: auto;
  opacity: 1;
}

.m7 .btn-area {
  text-align: center;
  margin-top: 30px;
}
.m7 .submit-btn {
  background-color: #0a6ec2;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  border:0;
}

.m7 .submit-btn:hover {
  background-color: #083f6e;
}

.tel_icon{padding-right:10px}

.pc { display:block;}	
.m { display:none;}


.only_m{display:none}
/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

@media all and (max-width:2000px){
	#progress_circle { right: 15px; transform:translateX(0); }
}
@media all and (max-width:1800px){
	.all_menu_btn {right: 0; margin-right: 0;}
	
	#header #gnb_wrap .dep1_con .dep1 {display: inline-block;padding: 0 15px;font-size: 17px;transition:.25s;}

}
@media all and (max-width:1600px){
	#header #gnb_wrap {display: none;}
	#header #logo a {height: 80px;}
	#header .hd_icon {top: 15px; right: 100px;}
	.all_menu_btn {display: block;}
}
@media all and (max-width:1500px){
	
}
@media all and (max-width:1430px){ 
	img,
	.slick-slide img {max-width:100%;}
	.slick_nav {left: 15px; transform:translate(0,0)} 
	.company_info_bot .info_txt_box {width: 100%; padding: 0 30px;}
}
@media all and (max-width:1230px){ 
	.all_menu_wrap {left: 5%; width: 95%;}
	.all_menu_wrap .dep1_con {margin-bottom: 25px;}
	.all_menu_wrap #all_menu,
	.all_menu_wrap .all_menu_bottom  {width: 100%; padding: 0 10%;}
	.all_menu_wrap .dep1_con .dep1 {font-size: 16px;}
	.all_menu_wrap .dep2_con .dep2 {font-size: 14px;}

	
	
	#header .top_util {display: none;}

	.all_menu_wrap .top_util_mobile {position: absolute; top: 10%; right: 3%;;  font-family: 'Montserrat', sans-serif; display:block; }
	.all_menu_wrap .top_util_mobile li {display: inline-block; padding: 0 7px; text-align: center; position: relative; z-index:2; letter-spacing:-0.5px; }
	.all_menu_wrap .top_util_mobile a {display:  inline-block;  transition:.25s; z-index:9999;  color:#fff; font-weight:600;	}
	.all_menu_wrap .top_util_mobile a:hover { opacity: 1;}


	
}
@media all and (max-width:980px){
	.company_info_bot {flex-wrap:wrap;}
	.company_info_bot .company_info_lt,
	.company_info_bot .company_info_rt {width: 100%;}
	.company_info_bot .info_txt_box {padding: 50px 20px;}
	.company_info_bot .company_map .map {height: 500px;}
	.company_info_bot .company_map .map .wrap_map {height: 530px !important;}
	.company_info_bot .map_btn a {padding: 20px; font-size: 14px;}
	#footer .inner {flex-wrap:wrap;}
	#footer .inner > div {width: 100%;}
	#footer .f_menu {text-align: left; margin-bottom: 30px;}
	#footer .f_menu a:first-child {padding-left: 0;}
}
@media all and (min-width:821px){
	.all_menu_wrap .dep2_wrap {display: flex !important; margin: 0!important; padding: 0!important; height: auto !important;}
}
@media all and (max-width:820px){ 
	#header #logo a {height: 70px;line-height: 70px;}
	#header #logo img {width: 150px; vertical-align: sub;}
	#header .link_box {display: none;}
	#header .hd_icon {right: 80px;}
	#header .hd_icon a {width: 40px; height: 40px; margin-left: 5px;}
	#header .hd_icon a img {width: 17px;}
	.all_menu_btn {top: 0; padding: 15px;}
	.all_menu_btn .menu_btn {width: 45px; height: 40px;}
	.all_menu_btn.active .menu_btn {height: 55px;}
	.all_menu_btn .menu_btn:before, .all_menu_btn .menu_btn:after {font-size: 11px;}
	.all_menu_wrap .all_menu_logo {top: 15px; left: 15px;}
	.all_menu_wrap .all_menu_logo img {width: 150px;}
	.all_menu_wrap #all_menu,
	.all_menu_wrap .all_menu_bottom {padding: 0 20px;}
	.all_menu_wrap #all_menu {margin-top: 120px; padding-bottom: 20px;}

	.all_menu_wrap .dep1_con {flex-wrap:wrap; margin-bottom: 0; opacity: 1;}
	.all_menu_wrap .dep1_con .dep1 {width: 100%; color: #999; line-height: 35px; font-size: 15px; position: relative; margin: 0;}
	.all_menu_wrap .dep1_con .dep1:after,
	.all_menu_wrap .dep1_con .dep1:before {content: ''; position: absolute; top: 50%; right: 0; width: 0.8em; height: 1px; background: #777b7d; transition: background 0.5s, transform 0.5s;}
	.all_menu_wrap .dep1_con .dep1:after {transform: translate(0,-50%) rotate(90deg);}
	.all_menu_wrap .dep1_con .dep1:before {transform:translate(0,-50%);}
	.all_menu_wrap .dep1_con.active .dep1:after,
	.all_menu_wrap .dep1_con.active .dep1:before {background: #fff; height: 1px;}
	.all_menu_wrap .dep1_con.active .dep1:after {transform: translate(0,-50%) rotate(0);}
	.all_menu_wrap .dep1_con.active .dep1 {color: #fff;}
	.all_menu_wrap .dep2_wrap {display: none; width: 100%; padding: 15px; background-color: #333; border-top: 1px solid #777; border-bottom: 1px solid #777; }
	.all_menu_wrap .dep2_wrap.active {/* height: auto !important; */ padding: 15px !important; flex-wrap:wrap; }
	.all_menu_wrap .dep2_con {width: 100%;}
	/* .all_menu_wrap .dep2_wrap.active .dep2_con .dep2, */
	.all_menu_wrap .dep2_con .dep2 {display: block; width: 100%; line-height: 25px; font-size: 13px; margin: 0; color: #999;}
	.all_menu_wrap .dep2_con:hover .dep2 {color: #0a6ec2;}
	.all_menu_wrap .dep2_con .dep2:after {display: none;}

	/* .all_menu_wrap .dep2_con .dep2:hover {color: #d9b391;}
	.all_menu_wrap .dep2_con .dep2:hover:after {background-color: #d9b391;} */

	.slick_nav  {position: static; width: 100%; padding: 0 15px; margin-top: 40px;}
	.slick_arrow .prev_btn,
	.slick_arrow .next_btn {left: 25px;}
	.slick_arrow .next_btn {left: 125px;}
	.treebg_con {padding: 140px 15px;}
	.case_slide_wrap {padding: 120px 0;}
	.case_slide_wrap .tit_box .tit_wrap {position: static; margin-bottom: 40px;}
	.case_slide_wrap .case_slide .case_list {width: 100%; }
	.case_slide_wrap .case_slide .list .img {border-radius:0 50px 0 0}

	.company_info_bot .way_box {padding: 0 15px 0 55px;}
	.company_info_bot .way_box .subway_info:before,
	.company_info_bot .way_box .bus_info:before {width: 40px; height: 40px; background-size:cover; left: -55px;}
	.company_info_bot .way_box .parking_info:before {width: 40px; height: 40px; background-size:cover; left: -55px;}


	.m2_con li{width:50%; padding:5px}
	.move_text_box .text{font-size:3rem;}
	.m5_con li{width:100%; margin:10px 0; padding:25px}
	.m6 .swiper-slide{width:125px}

	.flex_con{display:block !important}
	.form li{margin-bottom:10px}
	.m7 .form-area input{width:66%}
	.m7 .form-area label{min-width:100px; font-size:14px}
	.m7 .inquiry-form{width:100%}
	.m7 .form-area{display:block}
	.m7 .form-area textarea{width:240px; max-width:242px}
	.m7 .privacy-area .check-wrap{font-size:12px}
	.m7 .privacy-area .btn{font-size:12px}
	.m7 .privacy-area .check-box{padding:14px}
	.mt60{margin-top:20px !important;}

	.mt100{margin-top:50px !important;}


	#footer {padding: 50px 0 100px;}
	#footer .f_logo img {width: 200px;}
	#progress_circle {width: 120px; height: 120px;}
	#progress_circle .progress_circle_bg {background-size:cover;}
	
	.m { display:block;}	
	.pc { display:none;}

	.only_m{display:block}
	.only_pc{display:none}

	.pt160{padding-top:70px !important}
	.pb160{padding-bottom:70px !important}
	.mt50{margin-top:20px !important;}

}
@media all and (max-width:520px){
    .tit_ani_wrap .txt_ani_box { padding: 0 20px;}
	.case_slide_wrap .case_slide .list span {padding: 10px;}
	.case_slide_wrap .case_slide .list .img {border-radius:0 30px 0 0}
	.company_info_bot .way_box {padding: 0 5px 0 40px;}
	.company_info_bot .way_box .subway_info:before,
	.company_info_bot .way_box .bus_info:before {width: 30px; height: 30px; left: -40px;}
	.company_info_bot .way_box .bus_info dt {width: 65px;}
	.company_info_bot .way_box .bus_info dt,
	.company_info_bot .way_box .bus_info dd {margin-bottom: 5px; font-size: 14px;}
	.company_info_bot .way_box .parking_info:before  {width: 30px; height: 30px; left: -40px;}



	.company_info_bot .map_btn a {padding: 15px;font-size: 12px;}
	.company_info_bot .company_map .map {height: 350px;}
	.company_info_bot .company_map .map .wrap_map {height: 330px !important;}

	#footer .f_menu a {padding: 0 5px;}
	#progress_circle {width: 80px; height: 80px;}
}

@media all and (max-width:360px){
.m7 .form-area textarea{width:220px}
}