@charset "utf-8";

html,body { font-family:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic'; color: #4b4b4b; font-size: 16px; word-break: keep-all;} 
#doc {position:relative;min-width:320px; overflow:hidden;-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;}
body {overflow-y:visible;overflow-x:hidden;}


/*=======================================================
  css default
=========================================================*/
.div-cont {position:relative;text-align:left;margin:0 auto 0 auto; max-width:1100px; box-sizing:border-box; width: 94%;}

.doc-pg{overflow:hidden;}
.body-slide-wr {position:relative;width:100%;transition:margin 0.3s ease;}
.body-slider-ovclick{position:fixed;z-index:2600;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.65);cursor:pointer }
.header-slider-ovclick{position:fixed;z-index:2600;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.65);cursor:pointer; display: none;}
	@media only screen and (min-width:1001px){
		.header-slider-ovclick{display:none !important;}
	}
	

/*=======================================================
    z-index dafault
=========================================================*/
#header-wrap{position:relative;z-index:2005;}
#container-wrap{position:relative;z-index:1004; min-height: calc(100vh - 211px) }
#footer-wrap{position:relative;z-index:1001; }



/*=======================================================
    #header-wrap 
=========================================================*/
#header-wrap {width:100%; min-width:320px; left:0; top:0; border-bottom: 1px solid #9a9a9a;}
#header{position:relative;height:100px; display: flex ;justify-content: space-between; align-items: center;}

.bt-mnall { display:block; z-index:2599; width:43px; height:34px; background:url("../images/Layout/bt-mnall.jpg")no-repeat center center; background-size: contain;}
.bt-mnclose {position:absolute;right:0;top:0;width:60px;height:60px; z-index:5400;border:0; background: none;}
.bt-mnclose:before {position:absolute;top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 1px; height:25px; background: #333; content:"";}
.bt-mnclose:after {position:absolute;top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 25px; height:1px; background: #333; content:"";}

#logo{ width: 235px; height:53px; z-index:2010; position: relative;}
#logo a{display:block; background:url(../images/logo.png) no-repeat center center; background-size: contain; width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

#top {position: absolute; top: 0; right: 0; display: flex;justify-content: center; align-items: center;}
#top li {}
#top li a {display: block; padding: 0 10px; font-size: 14px; font-weight: 500;}
#top li.selected a {color:#1292a4; }

#menu-wrap {width: 200px; height: auto; background: #fff; position: absolute; top: 101px; right: 0; box-shadow: 0 4px 4px rgba(0,0,0,0.4); display: none;}
#menu-wrap ul {}
#menu-wrap ul li {line-height: 40px; text-align: center;}
#menu-wrap ul li:hover a {color: #1292a4 }
#menu-wrap ul li a {display: block;}
#menu-wrap ul li a span {}

.mobile{ display: none;}

#header-wrap .mn-bar {position:absolute;background:#fff;left:0;top:80px;width:20000px; left:50%;margin-left:-10000px;z-index:2000;box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) ;-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) ; -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05) }
	
	@media only screen and (max-width: 768px){
		#header{height:50px;}
		.bt-mnall{width: 30px;}
		.bt-mnclose{height:50px; width:50px; background-size:18px;}
		
		#logo {width: 140px; height: 40px;}
		#logo a {}
		
	}
	
	/* #mainNavi-wrap */
	@media only screen and (min-width:1000px){
		#mainNavi-wrap {height:100px;overflow:hidden;position: relative;display:block;z-index:2007;}
		#mainNavi-wrap .tm-top{display:none;}
		
		#mainNavi {position:relative; height: 100%;}
		
		.topmenu {display:block;position:relative;text-align:center; height: 100%; display: flex; justify-content: space-between; align-items: center;}
		.topmenu .mn_a1 {font-size:16px;display:block;color:#383838;  padding: 10px;  position:relative; text-align:center;}
		.topmenu .mn_a1 span {font-weight: 600}
		.topmenu .mn_l1 {display:inline-block;vertical-align:top;position:relative;}

	}
	@media only screen and (min-width:1000px) and (max-width:1240px){
		.topmenu .mn_a1 {padding:10px}
	}
	@media only screen and (max-width:999px) {
		#mainNavi-wrap{position:relative; z-index:4300; text-align:left; height:0 !Important}
		#mainNavi {position:fixed;background:#fff;transition:right 0.3s ease;z-index:7000;right:-260px;overflow-y:auto;overflow-x:hidden;top:0px;width:260px;height:100%;-webkit-transition: right 0.2s ease-out;-moz-transition: right 0.2s ease-out;-o-transition: right 0.2s ease-out;	transition: right 0.2s ease-out;}
		#mainNavi.mn-h-open {right:0;}

		.tm-top{position:relative;}
		.tm-top h3{ background:#fff url(../images/logo.png)no-repeat 15px center; background-size:125px auto; height:60px; border-bottom:1px solid #444}
		
		.topmenu {width:100%;display:block;position:relative;}
		.topmenu:after {display:block;content:"";clear:both;}
		.topmenu li {line-height:1.3em;position:relative;text-transform:uppercase}
		
		.topmenu .mn_a1 {position:relative;display:block;border-bottom:1px solid #e6e6e6;z-index:101}
		.topmenu .mn_a1 span {display:block;padding:15px 30px 17px 17px;font-size:16px;letter-spacing:-0.03em;color:#333;}

		#top {position: relative; justify-content: space-around;}
		#top li {}
		#top li a {}
		
		.mobile {display: block!important;}
		.pc {display: none!important;}
		.mn-bar {display:none;}
	}
	@media only screen and (max-width:680px) {
		#mainNavi{right:-230px;width:230px;}
		.tm-top h3{height:50px;}
		.topmenu .mn_a1 span {padding: 10px;font-size:15px;}
		
		#top {flex-direction: column; align-items: flex-start;}
		#top li {}
		#top li a {}
		
	}
	



/* ======================================================
   #container 
=========================================================*/
#container-wrap{}
#container-wrap.mcontainer #contents{min-height:1000px; padding: 0}
#container-wrap.scontainer #contents{padding-bottom:100px; min-height:700px;}



/* ======================================================
    #footer-wrap 
=========================================================*/
#footer-wrap {display:block; position:relative; background:#e6e6e6; padding: 30px 0;}
#footer { position:relative; display: flex; justify-content: space-between; align-items: center;}
#footer #flogo {position: relative; width: 171px; height: 51px;}
#footer #flogo a {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: url("../images/f-logo.jpg") no-repeat center center; }
#footer .f-info {width: calc(100% - 171px); padding-left: 70px; box-sizing: border-box;}
#footer .f-info p {line-height: 150%; word-break: keep-all; color: #707070; font-size: 12px;}

	@media only screen and (max-width: 768px) {
		#footer {flex-direction: column;}
		#footer .f-info {width: 100%; padding-left: 0; }
		#footer .f-info p {text-align: center;}
	}



