@charset "utf-8";

@import url(//cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css);
@font-face {
    font-family: 'SlowGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/neurimboGothicRegular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neurimboGothicRegular';
    src: url('https://cdn.jsdelivr.net/gh/woffz/a1@main/Nyangman/neurimboGothicRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: Regular;
}
@font-face {
    font-family: 'Gimje';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/GIMJE.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('//cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}



html,body { font-family:'Pretendard','Noto Sans KR', "Apple SD Gothic Neo", "Malgun Gothic", Sans-serif; }
body {overflow-y:visible;overflow-x:auto; min-height:100%;}
#doc {position:relative;background:#fff;min-width:360px; overflow:hidden;z-index:8999;min-width:360px;opacity:0;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}
#doc.show{ transition-delay:0s; opacity:1;}
#doc.main{position:relative; height:100%}
	@media only screen and (max-width:1200px){
		#doc.main{position:relative; left:auto; top:auto; width:auto; height:auto;}
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		
	}

/*=======================================================
  css default
=========================================================*/
.div-cont {position:relative;text-align:left;margin:0 auto 0 auto; max-width:1640px; padding:0 20px; box-sizing:border-box;}
.div-cont:after {clear:both;content:"";display:block;}
	@media only screen and (max-width:999px){
		.div-cont{padding:0 15px;}
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		
	}
.header-slider-ovclick{position:fixed;z-index:-1;width:30px;height:30px;background:none;border-radius:100%;right:18px;top:15px;cursor:pointer;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.header-slider-ovclick.active{z-index:2600;width:4000px;height:4000px; right:-2000px;top:-2000px; background:#fff;}
.layer-ovclick{position:fixed;z-index:2600;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.5);cursor:pointer }
	@media only screen and (min-width:1185px){
		.header-slider-ovclick{display:none !important}
	}
	@media only screen and (max-width:1184px){
		.layer-ovclick{display:none !important}
	}
	@media only screen and (max-width:900px){
		.header-slider-ovclick.active{width:3000px;height:3000px; right:-1500px;top:-1500px;}
	}


/*=======================================================
    z-index default
=========================================================*/
#header-wrap{position:absolute;z-index:2005;}
#container-wrap{position:relative;z-index:1004;}
#footer-wrap{position:relative;z-index:1005; height:auto !important}
#doc.show { transition-delay:0.3s; opacity:1;}


/*=======================================================
    #header-wrap 
=========================================================*/
#header-wrap {left:0; width:100%; top:0; min-width:360px; }
#header-wrap.fix{position:fixed;}
#header-wrap:after{position:absolute;left:50%; top:0; width:20000px;background:#fff;margin-left:-10000px;height:100%; box-sizing:border-box;z-index:-1;-webkit-transition: background 0.3s ease-out;-moz-transition: background 0.3s ease-out;-o-transition: background 0.3s ease-out;transition: background 0.3s ease-out;display:block; content:"";}
#header{position:relative; z-index:5001; height:100px; padding:0 50px;}

#logo{position:absolute; left:50px; top:25px; width:187px; height:51px; z-index:2009;}
#logo a{display:block; height:51px;background:url(../img/logo.png) no-repeat left center; background-size:100% auto}

.bt-est{width:150px;height:45px; z-index:2599;position:absolute;right:110px ;top:50% ;margin-top:-18px; background:#e55537; text-align:center; line-height:45px; border-radius:45px;}
.bt-est span{display:inline-block;vertical-align:top; font-size:16px ;font-weight:500; color:#fff; letter-spacing:-0.03em; /*padding-left:24px; background:url(../img/layout/bt-customer.png) no-repeat left center;*/}

.bt-est:hover{background:#555; }

#header .bt-mnall{position:absolute;z-index:2006; width:30px; height:30px; top:50%;margin-top:-15px; right:17px; overflow:hidden; display:none;}
#header .bt-mnall .bar{position:absolute;left:0;width:30px;border-bottom:1px solid #111}
#header .bt-mnall .bar.no1{top:10px;}
#header .bt-mnall .bar.no3{top:20px}
#header .bt-mnall .bar.no1, #header .bt-mnall .bar.no3{transition:transform .3s ease;-webkit-transition:transform .3s ease}
#header .bt-mnall .bar.no2{transition:left .3s ease, opacity .3s;-webkit-transition:left .3s ease, opacity .3s}
#header .bt-mnall.active .bar.no1{left:0; top:8px;width:30px;transform:translateY(8px) rotate(45deg);-webkit-transform:translateY(8px) rotate(45deg)}
#header .bt-mnall.active .bar.no3{left:0; top:24px;width:30px;transform:translateY(-8px) rotate(-45deg);-webkit-transform:translateY(-8px) rotate(-45deg)}

#header .bt-mnall:not(.active):hover .bar.no1 {-webkit-animation: line-animate .6s forwards;animation: line-animate .6s forwards}
#header .bt-mnall:not(.active):hover .bar.no3 {-webkit-animation: line-animate .6s .4s forwards; animation: line-animate .6s .4s forwards}

.bt-mnclose {position:absolute;display:none;z-index:2599; width:30px; height:30px; right:16px; top:15px;}
.bt-mnclose .bar{position:absolute;left:0;width:30px;border-bottom:1px solid #111}
.bt-mnclose .bar.no1{left:0; top:8px;transform:translateY(8px) rotate(45deg);-webkit-transform:translateY(8px) rotate(45deg)}
.bt-mnclose .bar.no2{left:0;top:24px;transform:translateY(-8px) rotate(-45deg);-webkit-transform:translateY(-8px) rotate(-45deg)}	

.fix #header .bt-mnall .bar, .isOver #header .bt-mnall .bar{background:#111;}
.fix #header .bt-allmenu .bar, .isOver #header .bt-allmenu .bar{background:#111;}	
	@media only screen and (min-width:1186px){
		
	}
	@media only screen and (min-width:1186px) and (max-width:1400px) {
		#logo{left:30px; width:120px;}
		.bt-est{height:42px; line-height:42px; border-radius:42px; margin-top:-21px;}
	}
	@media only screen and (max-width:1185px){
		#header{height:65px;}
		#logo{top:7px; left:20px; width:140px;}
		#header .bt-mnall{display:block;}

		.bt-est{width:130px;height:38px; right:70px ;margin-top:-19px; line-height:38px; border-radius:38px;}
		.bt-est span{font-size:14px ; background-size:14px auto;}
	}
	@media only screen and (max-width:999px){
		.bt-est{width:130px;height:32px; right:60px ;margin-top:-16px; line-height:32px; border-radius:32px;}
		.bt-est span{font-size:13px ; background-size:12px auto;}
		
	}
	@media only screen and (max-width:680px){
		.bt-est{width:120px;height:35px;margin-top:-17px; line-height:35px; border-radius:35px;}
		.bt-est span{font-size:15px;}
	}	
	@media only screen and (max-width:480px){

	}


#header .bt-info{position:absolute;z-index:2599; width:40px; height:40px; top:50%;margin-top:-20px; right:50px; overflow:hidden; box-sizing:Border-box;}
#header .bt-info .bar{position:absolute;left:0;width:40px;border-bottom:1px solid #111}
#header .bt-info .bar.no1{top:12px; width:40px;}
#header .bt-info .bar.no3{top:26px}
#header .bt-info .bar.no1, #header .bt-info .bar.no3{transition:transform .3s ease;-webkit-transition:transform .3s ease}
#header .bt-info.active .bar.no1{left:0; width:40px;transform:translateY(8px) rotate(45deg);-webkit-transform:translateY(8px) rotate(45deg)}
#header .bt-info.active .bar.no3{left:-1px; top:27px; width:40px;transform:translateY(-8px) rotate(-45deg);-webkit-transform:translateY(-8px) rotate(-45deg)}

#header .bt-info:not(.active):hover .bar.no1 {-webkit-animation: line-animate .6s forwards;animation: line-animate .6s forwards}
#header .bt-info:not(.active):hover .bar.no3 {-webkit-animation: line-animate .6s .4s forwards; animation: line-animate .6s .4s forwards}
	
.fix #header .bt-info .bar, .isOver #header .bt-info .bar{background:#111;}
.fix #header .bt-allmenu .bar, .isOver #header .bt-allmenu .bar{background:#111;}	


#layer-info{position:fixed; right:-560px; top:0; width:560px ;height:100%; z-index:9122; display:block; overflow-y:auto;background:#fff; box-sizing:border-box; text-align:center;padding:110px 80px 40px 80px;-webkit-transition:right .6s cubic-bezier(.77,0,.175,1);-moz-transition:right .6s cubic-bezier(.77,0,.175,1);transition:right .6s cubic-bezier(.77,0,.175,1)}
#layer-info.open{right:0;}
#layer-info h2{ height:45px;background:url(../img/logo.png) no-repeat center center; background-size:auto 45px;}
#layer-info .stit{ font-size:20px; color:#111; line-height:28px; margin:35px 0 0 0; font-weight:700;}
#layer-info .close{width:38px;height:38px; position:Absolute; right:30px; top:30px;}
#layer-info .close:before{width:20px;height:2px; background:#111; position:absolute; left:9px; top:18px; display:block; content:""}
#layer-info .close:after{width:20px;height:2px; background:#111; position:absolute; left:9px; top:18px; display:block; content:"";transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
#layer-info .close:hover:after{opacity:0;transform: scale(1,1) rotate(0deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(0deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(0deg)skew(0,0) translate(0,0); }

#layer-info .txt{margin-top:45px;}
#layer-info .txt p{font-size:16px; color:#111; line-height:23px}
#layer-info .txt p:nth-child(3){margin-top:35px;}
#layer-info .txt .blog-btn{display:inline-block;vertical-align:top; height:30px;background:url(../img/layout/bt-blog.png) no-repeat center center;  margin-top:45px; width:62px;} 
	@media only screen and (min-width:1186px) and (max-width:1400px) {
		#header .bt-info{right:30px;}
	}
	@media only screen and (max-width:1185px) {
		#header .bt-info{display:none;}
		#layer-info{display:none !important;}
	
	}
	@media only screen and (max-width:999px) {
	
		
		
	}
	@media only screen and (max-width:680px) {
		
	}

	/*=======================================================
		#mainNavi-wrap 
	=========================================================*/
	@media only screen and (min-width:1186px){
		#mainNavi-wrap {height:64px;overflow:hidden;position:absolute;left:0;top:20px;width:100%;display:block;z-index:2007;}
		#mainNavi-wrap .tmn-tit {display:none;}
		#mainNav {position:relative;}
		
		.topmenu {display:block;position:relative;text-align:center; font-size:0; padding:0 80px 0 150px ;}
		.topmenu:after {display:block;content:"";clear:both;}
		.topmenu .tgl-btn {display:none;}
		.topmenu .mn_l1 {display:inline-block;vertical-align:top;position:relative;text-align:left;}
		.topmenu .mn_l1:nth-child(n+2){margin-left:75px;}
		.topmenu .mn_a1 {font-size:20px;line-height:20px;padding:20px 0;display:block;color:#000;font-weight:400; letter-spacing:-0.01em; text-transform:uppercase;position:relative;text-align:left;z-index:14; }
		.topmenu .mn_a1 span{display:inline-block;vertical-align:top; position:Relative;}
		.topmenu .mn_a1 span:after {content:'';position:absolute;bottom:-15px;left:0;width:100%;border-bottom:1px solid #000;opacity:0;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:-webkit-transform .3s cubic-bezier(.77,0,.175,1),opacity .5s;-moz-transition:-moz-transform .3s cubic-bezier(.77,0,.175,1),opacity .5s;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .5s}
		.topmenu .mn_a1:hover span:after, .topmenu .over .mn_a1 span:after {opacity:1;-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scaleX(1);-moz-transform:scaleX(1); transform:scaleX(1);-webkit-transition:-webkit-transform .3s cubic-bezier(.77,0,.175,1),opacity .3s; -moz-transition:-moz-transform .3s cubic-bezier(.77,0,.175,1),opacity .3s;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .3s}

		.topmenu .mn_l1.is-open .depth2-wrap:after{background:#fff;}
		.topmenu .depth2-wrap {position:absolute;top:80px;left:-30px;display:none;visibility:hidden;padding:0; width:100% !important; min-width:180px;background:#fff; }
		.topmenu .depth2 {position:relative;height:auto;padding:20px 35px;overflow:hidden;box-sizing:border-box; z-index:2;}
		.topmenu .depth2 li {}
		.topmenu .depth2 .mn_l2 {text-align:left;}
		.topmenu .depth2 .mn_a2 {padding:6px 0 6px 0;display:block;line-height:1.35em ; text-transform:uppercase; position:relative;font-weight:400; font-size:16px;letter-spacing:-0.03em;color:#111;}
		.topmenu .depth2 .mn_a2:hover{color:#111;}
		.topmenu .depth2 .mn_a2 span{display:inline-block;vertical-align:top; position:relative;}
		.topmenu .depth2 .mn_a2 span:after {content:'';position:absolute;bottom:-2px;left:0;width:100%;border-bottom:1px solid #111;opacity:0;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:-webkit-transform .3s cubic-bezier(.77,0,.175,1),opacity .5s;-moz-transition:-moz-transform .3s cubic-bezier(.77,0,.175,1),opacity .5s;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .5s}
		.topmenu .depth2 .mn_a2:hover span:after, .topmenu .mn_l2.over .mn_a2 span:after {opacity:1;-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scaleX(1);-moz-transform:scaleX(1); transform:scaleX(1);-webkit-transition:-webkit-transform .3s cubic-bezier(.77,0,.175,1),opacity .3s; -moz-transition:-moz-transform .3s cubic-bezier(.77,0,.175,1),opacity .3s;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .3s}

		#mainNavi-wrap .ovbar {position:absolute;height:2px;top:71px;overflow:hidden; opacity:0 ;display:none !important;}
		#mainNavi-wrap .ovbar:after {position:absolute;bottom:0;left:0;background:#a56f07; height:2px;content:"";display:block;z-index:200; width:100%;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
		#header-wrap.isOver #mainNavi-wrap .ovbar, #header-wrap.fix #mainNavi-wrap .ovbar{opacity:1}

		.mn-bar {position:absolute;background:#fff;top:135px;width:20000px; left:50%;margin-left:-10000px;z-index:2000; height:0; box-sizing:border-box; display:none !important}
		.mn-other{display:none;}
	}
	@media only screen and (min-width:1186px) and (max-width:1400px){
		.topmenu .mn_l1:nth-child(n+2){margin-left:50px;}
		#header-wrap #mainNavi-wrap{}
		#header-wrap .topmenu{}
		.topmenu .mn_a1 {font-size:19px;}
	}
	@media only screen and (max-width:1185px) {
		#header .bt-allmenu{display:none}
		#header .bt-mnclose{display:block;}
		.topmenu {padding-right:0;}
	}
	@media only screen and (max-width:1185px) {
		#mainNavi-wrap{position:relative; z-index:4300; text-align:left; height:0 !Important; }
		#mainNavi {position:fixed;transition:right 0.3s ease;overflow:hidden;z-index:7000;right:-100%; width:100%;height:100%;top:0;background:none;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out; opacity:0;}
		#mainNavi:after{}
		#mainNavi.mn-h-open {right:0; opacity:1;transition-delay: 0.3s;}

		.tm-top{position:relative; }
		.tm-top h2{ background:url(../img/logo.png) no-repeat center center; background-size:130px auto; height:48px;}
		
		.topmenu {width:100%; max-width:380px;display:block;position:absolute; left:50%; top:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
		.topmenu:after {display:block;content:"";clear:both;}
		.topmenu li {line-height:1.3em;position:relative;text-transform:uppercase}
		
		.topmenu a {position:relative;text-align:center;}
		.topmenu .mn-txt{display:none;}

		.topmenu .has-sub .tgl-btn {padding:0;display:none !important;width:20px;height:20px;position:absolute;right:15px;top:8px;border:0;z-index:100;text-indent:-9999em;background:transparent;}
		.topmenu .has-sub .tgl-btn:before {content:'';position:absolute;left:2px;top:50%;width:50%;height:1px;background:#252525;transform: rotate(45deg);}
		.topmenu .has-sub .tgl-btn:after {content:'';position:absolute;right:2px;top:50%;width:50%;height:1px;background:#252525;transform: rotate(-45deg);}
		.topmenu .mn_l1 > .tgl-btn {right:20px;top:16px;}
		.topmenu .mn_l1.is-open > .tgl-btn:before, .topmenu .mn_l1.over > .tgl-btn:before {background:#5ec5cf;left:2px;transform: rotate(-45deg);}
		.topmenu .mn_l1.is-open > .tgl-btn:after, .topmenu .mn_l1.over > .tgl-btn:after {background:#5ec5cf;right:2px;transform: rotate(45deg);}
		.topmenu .mn_l1:nth-child(n+2){margin-top:10px;}
		.topmenu .mn_l2 > .tgl-btn {width:16px;height:16px;right:12px;top:16px;}
		.topmenu .mn_l2 > .tgl-btn:before, .topmenu .mn_l2 > .tgl-btn:after {height:1px;}
		.topmenu .mn_l2.is-open > .tgl-btn:before, .topmenu .mn_l2.over > .tgl-btn:before {transform: rotate(0);}
		.topmenu .mn_l2.is-open > .tgl-btn:after, .topmenu .mn_l2.over > .tgl-btn:after {transform: rotate(0);}

		.topmenu .mn_a1 {position:relative;display:block;overflow:hidden;font-size:32px; transform: skew(-0.001deg); font-weight:400; line-height:1.1em;letter-spacing:-0.035em;white-space:normal;cursor:pointer;color:#111;}
		.topmenu .mn_a1 span{display:block;position:relative;padding:12px 20px 12px 20px;}
		.topmenu .over .mn_a1, .topmenu  .mn_a1:hover, .topmenu .is-open .mn_a1{color:#000; font-weight:700}
		.topmenu .over .mn_a1 span:after, .topmenu  .mn_a1:hover span:after, .topmenu .is-open .mn_a1 span:after{ width:100%;}
	
		.topmenu .has-sub .is-ico {padding:0;display:block;width:30px;height:30px;position:absolute;right:0px;top:3px;border:1px solid red;}

		.topmenu li > div {display:none; opacity:0;}
		.topmenu .depth2-wrap {position:relative; width:auto !important}
		.topmenu .depth2 {position:relative;padding:35px 0 10px 0;}
		.topmenu .depth2:before{width:1px;height:15px; position:absolute; left:50%; top:6px; display:block; content:"";background:#aaa;-webkit-transition: background 0.3s ease-out,  transform 0.3s ease-out;-moz-transition: background 0.3s ease-out,  transform 0.3s ease-out;-o-transition: background 0.3s ease-out,  transform 0.3s ease-out;transition: background 0.3s ease-out,  transform 0.3s ease-out;transform: scale(1,1) rotate(45deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(45deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(45deg)skew(0,0) translate(0,0); }
		.topmenu .is-open .depth2:before{background:#111;transform: scale(1,1) rotate(-45deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(-45deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(-45deg)skew(0,0) translate(0,0); }
		.topmenu .depth2:after {clear:both;content:"";display:block}
		.topmenu .depth2 .mn_l2:nth-child(n+2){margin-top:12px}
		.topmenu .depth2 .mn_a2 { display:block;padding:3px 10px 3px 10px; position:relative;font-size:21px;font-weight:400; line-height:1.1em;cursor:pointer;color:#555;}
		.topmenu .depth2 .mn_a2:hover, .topmenu .depth2 .over .mn_a2{color:#111;}

		.mn-bar {display:none;}
	}
	@media only screen and (max-width:999px) {
		.topmenu .mn_a1 {font-size:29px;}
		.topmenu .depth2 .mn_a2 {font-size:19px;}
	}
	@media only screen and (max-width:680px) {
		.topmenu .mn_a1 {font-size:26px;}
		.topmenu .depth2 .mn_a2 {font-size:17px;}
	}
	@media only screen and (max-width:480px) {
		.topmenu .mn_a1 {font-size:23px;}
		.topmenu .depth2 .mn_a2 {font-size:15px;}
	}


/* ======================================================
   #container-wrap 
=========================================================*/
.main #container-wrap{margin-top:0;}
#container-wrap {position:relative;}
#container-wrap #contents{min-height:700px; }
.sub #container-wrap #contents{padding:100px 0px 200px; }
	@media only screen and (max-width:1600px){	
		.sub #container-wrap #contents{padding:140px 20px; }
	}
	@media only screen and (max-width:1184px){	
		#container-wrap {}
		.sub #container-wrap #contents{padding:100px 20px; }
	}
	@media only screen and (max-width:999px){
		.sub #container-wrap #contents{padding:80px 20px; }
	}
	@media only screen and (max-width:680px){
		.sub #container-wrap #contents{padding:60px 20px; }
	}
	@media only screen and (max-width:480px){

	}




.top-btn{ z-index:5004;right:-70px;width:50px;height:50px; text-align:Center; background:url(../img/layout/top-btn.png) no-repeat center center;background-size:100% auto; border-radius:100%; bottom:20px; text-transform:uppercase; color:#fff; font-size:13px; font-weight:500; position:fixed;-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out; }
.top-btn.over{right:20px;}
.top-btn:hover{background-image:url(../img/layout/top-btno.png)}
	@media only screen and (max-width:1185px) {
		.top-btn{width:40px;height:40px; right:-40px; bottom:15px;}
		.top-btn.over{right:15px;}
	}
	@media only screen and (max-width:999px) {
		.top-btn{width:30px;height:30px;}
	}
	@media only screen and (max-width:480px) {
		.top-btn{bottom:10px;}
		.top-btn.over{right:10px;}
	}


/* ======================================================
    top-vis & top-btn 
=========================================================*/
#top-vis{position:relative; z-index:12;}
#top-vis .line{width:1px; height:calc(25% - 40px); top:55%;left:50%;position:absolute;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
#top-vis .line:after{ position:absolute; left:0; top:0; width:100%;height:0;background:#fff; display:block; content:"";-webkit-transition: height 1s ease-out;-moz-transition: height 1s ease-out;-o-transition: height 1s ease-out;transition: height 1s ease-out;}
#top-vis .img{overflow:hidden;}
#top-vis .img img{width:100%;height:600px;object-fit:cover;filter: blur(10px); -webkit-filter: blur(10px);transform:scale(1.3, 1.3); -webkit-transform:scale(1.3, 1.3); -moz-transform:scale(1.3, 1.3); -ms-transform:scale(1.3, 1.3);-webkit-transition: transform 2s ease-in-out, filter 2s ease-in-out;-moz-transition: transform 2s ease-in-out, filter 2s ease-in-out;-o-transition: transform 2s ease-in-out, filter 2s ease-in-out;transition: transform 2s ease-in-out, filter 2s ease-in-out;}
#top-vis .txt {text-align:center; position:absolute ;left:0; width:100%; top:50%; margin-top:-40px;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}  
#top-vis .txt h2{font-size:58px; font-weight:300; font-family: 'neurimboGothicRegular'; color:#fff ;text-align:center; opacity:0;-webkit-transform:translateY(35%);-moz-transform:translateY(35%); -ms-transform:translateY(35%);-o-transform:translateY(35%);-webkit-transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;;-moz-transition:opacity 0.7s ease-in-out, transform 0.7s ease-in-out;;-o-transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;;transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;}

#top-vis.ani .img img{filter: blur(0); -webkit-filter: blur(0);transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); -ms-transform:scale(1,1);filter: blur(0); -webkit-filter: blur(0);}
#top-vis.ani .txt h2{transition-delay:1s; opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0); -ms-transform:translateY(0);-o-transform:translateY(0);}
#top-vis.ani .line:after{transition-delay:1.5s;height:100%;}

#snb-wrap{position:relative;z-index:123; margin-top:-100px; padding:0 20px; box-sizing:border-box; width:100%; overflow:hidden;}
#snb-wrap.ani .ov{transition-delay: 1.5s;-webkit-transform: translateY(0); -moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform:  translateY(0);transform: translateY(0);}
#snb-wrap .ov{max-width:1600px; margin:0 auto; position:relative;height:100px;-webkit-transform: translateY(100px); -moz-transform: translateY(100px);-ms-transform: translateY(100px); -o-transform:  translateY(100px);transform: translateY(100px);-webkit-transition: transform 0.65s ease-out;-moz-transition: transform 0.65s ease-out;-o-transition: transform 0.65s ease-out;transition: transform 0.65s ease-out;}
#snb-wrap .snb{position:absolute; left:0; bottom:0; width:50%; }
#snb-wrap .snb:after{width:20000px; right:0 ;height:100%; top:0;display:block; content:"";background:#fff; z-index:-1;position:absolute;}
#snb-wrap .snb ul{padding-top:50px;}
#snb-wrap .snb ul:after{display:block; content:"";clear:both}
#snb-wrap .snb li {float:left;}
#snb-wrap .snb li:nth-child(n+2){margin-left:40px;}
#snb-wrap .snb li a{display:block; line-height:50px; font-size:20px;color:#000; letter-spacing:-0.03em;}
#snb-wrap .snb li.active { font-weight:700;color:#000;}
#snb-wrap .snb li a span{display:inline-block;vertical-align:top; position:Relative; padding:0 5px;}
#snb-wrap .snb li a span:after {content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#111;opacity:0;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:-webkit-transform .3s cubic-bezier(.77,0,.175,1),opacity .5s;-moz-transition:-moz-transform .3s cubic-bezier(.77,0,.175,1),opacity .5s;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .5s}
#snb-wrap .snb li a:hover span:after, #snb-wrap .snb li.active a span:after {  opacity:1;-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scaleX(1);-moz-transform:scaleX(1); transform:scaleX(1);-webkit-transition:-webkit-transform .3s cubic-bezier(.77,0,.175,1),opacity .3s; -moz-transition:-moz-transform .3s cubic-bezier(.77,0,.175,1),opacity .3s;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .3s}
	@media only screen and (max-width:1400px) {
		#top-vis .img img{height:520px;}
		#top-vis .txt h2{font-size:32px;}
		
		#snb-wrap{ margin-top:-80px;}
		#snb-wrap .ov{height:80px;-webkit-transform: translateY(80px); -moz-transform: translateY(80px);-ms-transform: translateY(80px); -o-transform:  translateY(80px);transform: translateY(80px);}
		#snb-wrap .snb{}
		#snb-wrap .snb ul{padding-top:40px;}
		#snb-wrap .snb li:nth-child(n+2){margin-left:30px;}
		#snb-wrap .snb li a{line-height:40px; font-size:17px;}
	}
	@media only screen and (max-width:1100px) {
	
	
	}
	@media only screen and (max-width:999px) {
		#top-vis .img img{height:440px;}
		#top-vis .txt h2{font-size:28px;}
		
		#snb-wrap{ margin-top:0;background:#fff;}
		#snb-wrap .ov{height:auto;-webkit-transform: translateY(70px); -moz-transform: translateY(70px);-ms-transform: translateY(70px); -o-transform:  translateY(70px);transform: translateY(70px);}
		#snb-wrap .snb{position:Relative; left:auto; bottom:auto; width:auto;}
		#snb-wrap .snb:after{width:100%;}
		#snb-wrap .snb{height:auto;}
		#snb-wrap .snb ul{padding-top:30px;text-align:center; font-size:0;}
		#snb-wrap .snb li{display:inline-block;vertical-align:top; float:none;}
		#snb-wrap .snb li:nth-child(n+2){margin-left:20px;}
		#snb-wrap .snb li a{line-height:40px; font-size:17px;}
	}
	@media only screen and (max-width:680px) {
		#top-vis .img img{height:360px;}
		#top-vis .txt h2{font-size:33px;}
		
		#snb-wrap .snb ul{padding-top:20px;}
		#snb-wrap .snb li a{font-size:18px;}
	}
	@media only screen and (max-width:480px) {
		#top-vis .img img{height:260px;}
		#top-vis .txt {top:75%;}
		#top-vis .line{ top:70%;}
	}

.top-btn{ z-index:2004;right:-70px;width:50px;height:50px; text-align:Center; background:url(../img/layout/top-btn.png) no-repeat center center;background-size:100% auto; border-radius:100%; bottom:20px; text-transform:uppercase; color:#fff; font-size:13px; font-weight:500; position:fixed;-webkit-transition: right 0.3s ease-out;-moz-transition: right 0.3s ease-out;-o-transition: right 0.3s ease-out;transition: right 0.3s ease-out; }
.top-btn.over{right:20px;}
.top-btn:hover{background-image:url(../img/layout/top-btno.png)}
	@media only screen and (max-width:1185px) {
		.top-btn{width:40px;height:40px; right:-40px; bottom:15px;}
		.top-btn.over{right:15px;}
	}
	@media only screen and (max-width:999px) {
		.top-btn{width:30px;height:30px;}
	}
	@media only screen and (max-width:480px) {
		.top-btn{bottom:10px;}
		.top-btn.over{right:10px;}
	}



/* ======================================================
    #footer-wrap 
=========================================================*/
#footer-wrap {display:block; position:relative;background:#192849;}
#footer {position:relative;text-align:left;margin:0 auto; box-sizing:border-box; padding:100px 65px 70px;}

#footer .f-info h2{font-weight:600; color:#fff; letter-spacing:-0.01em; line-height:1.2em; font-size:36px;}
#footer .f-info h3{font-weight:400; color:#fff; letter-spacing:-0.02em; line-height:1.25em; font-size:30px; margin-top:12px; opacity:0.5}

#footer .in-comt{margin-top:70px;line-height:1.2em;}
#footer .in-comt p{font-size:17px; color:#fff; letter-spacing:-0.03em; line-height:1.2em; font-weight:400;}

#footer .in-info{margin-top:10px;font-size:0; line-height:1.2em;}
#footer .in-info p{font-size:16px; color:#fff; letter-spacing:-0.03em; line-height:1.2em; font-weight:400; display:inline-block;vertical-align:top;}
#footer .in-info p:nth-child(n+2){margin-left:15px;}

#footer .in-pole{margin-top:10px;font-size:0; line-height:1.2em;}
#footer .in-pole p{font-size:16px; color:#fff; letter-spacing:-0.03em; line-height:1.2em; font-weight:400; display:inline-block;vertical-align:top;}
#footer .in-pole p:nth-child(n+2){margin-left:15px;}

#footer .in-copy{margin-top:85px;font-size:15px; color:#fff; letter-spacing:-0.02em; line-height:1.2em; font-weight:400;}

#footer .f-sns{position:Absolute;right:65px; top:140px;}
#footer .f-sns ul{}
#footer .f-sns li{}
#footer .f-sns li:nth-child(n+2){margin-top:15px;}
#footer .f-sns li:last-child{margin-top:30px;}
#footer .f-sns li a{display:block; font-weight:400; color:#fff; font-size:15px; letter-spacing:-0.03em; line-height:1.3em;}
#footer .f-sns li a.blog{width:62px;height:29px;background:url(../img/layout/f-blog.png) no-repeat left center; background-size:100% auto;}
	@media only screen and (max-width:1400px) {
		#footer {padding:110px 50px;}

		#footer .f-info h2{font-size:32px;}
		#footer .f-info h3{font-size:27px;}
		
		#footer .in-comt{margin-top:50px;}
		#footer .in-comt p{font-size:14px;}
		#footer .in-info p{font-size:14px;}
		#footer .in-pole p{font-size:14px;}

		#footer .in-copy{margin-top:60px; font-size:14px;}

		#footer .f-sns{top:110px; right:50px;}
		#footer .f-sns li a{font-size:14px;}
	}
	@media only screen and (max-width:1185px) {
		#footer {padding:80px 20px;}
		#footer .f-sns{top:80px; right:20px;}
		#footer .f-sns li:nth-child(n+2){margin-top:12px;}
		#footer .f-sns li:last-child{margin-top:25px;}
	}
	@media only screen and (max-width:999px) {
		#footer {padding:60px 20px;}
		#footer .f-info h2{font-size:28px;}
		#footer .f-info h3{font-size:24px;}
		
		#footer .in-comt{margin-top:30px;}
		#footer .in-comt p{font-size:13px;}
		#footer .in-info{margin-top:7px}
		#footer .in-info p{font-size:13px;}
		#footer .in-info p:nth-child(3){margin-left:0; margin-top:5px; display:block;}
		#footer .in-pole{margin-top:7px}
		#footer .in-pole p{font-size:13px;}

		#footer .in-copy{margin-top:40px; font-size:13px; opacity:0.45}

		#footer .f-sns{top:70px; right:20px;}
		#footer .f-sns li:nth-child(n+2){margin-top:10px;}
		#footer .f-sns li:last-child{margin-top:20px;}
		#footer .f-sns li a{font-size:13px;}
		#footer .f-sns li a.blog{width:54px;height:24px;}
	}
	@media only screen and (max-width:680px) {
		#footer {padding:40px 15px;}

		#footer .f-info h2{font-size:24px;}
		#footer .f-info h3{font-size:21px; padding-right:120px;}
		
		#footer .in-comt p{font-size:14px;}
		#footer .in-info p{font-size:14px;}

		#footer .in-pole p{font-size:12px;}
		#footer .in-pole p:nth-child(n+2){margin-left:10px;}

		#footer .in-copy{margin-top:30px; font-size:12px;}

		#footer .f-sns{top:50px; right:15px;}
		#footer .f-sns li a{font-size:12px;}
		#footer .f-sns li a.blog{width:48px;height:20px;}
	}
	@media only screen and (max-width:680px) {
		#footer .f-info h2{font-size:22px;}
		#footer .f-info h3{font-size:19px;}

		#footer .in-comt{margin-top:25px;}
		#footer .in-copy{margin-top:25px;}
		
		#footer .f-sns li:nth-child(n+2){margin-top:8px;}
		#footer .f-sns li:last-child{margin-top:17px;}
		#footer .f-sns li a{font-size:11px;}
		#footer .f-sns li a.blog{width:42px;height:20px;}
	}






/* ======================================================
    line-animate
=========================================================*/
@keyframes line-animate {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	33% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	40% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}
