@charset "utf-8";

/*setting*/
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,900");
*{font-family:"Nanum Gothic" !important;  } 

body,div,ul,li,dl,dt,dd,ol,p,h1,h2,h3,h4,h5,h6,from{margin:0; padding:0;}
img{border:0; vertical-align:top;}

ul,il,dl{list-style:none}
ul{list-style:none; padding:0; margin:0;}



html {
	height:100%;}

body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Nanum Gothic', sans-serif;
}
.clear { clear:both;}
header{
	background-color: #fff;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(0,0,0,1);
	line-height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#mob_call { position:absolute; top:0px; right:0px; z-index:12; }
#mob_logo { position:relative;  width:103px; height:26px; margin:10px auto 0; z-index:12;}

.mobile{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.mobile-inner{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
	width: 100%;
	margin-bottom: 30px;
}
.mobile-inner p{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}
.mobile-inner-header{
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:11;
}
.mobile-inner-header-icon{
	color: #000;
	background:#103c69;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:left;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(0,0,0,0.8);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index:21;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}


/*footer
-------------------------------------------------------*/
footer{ position:relative; bottom:0; background:#393939; max-width:100%; text-align:center; color:#666; font-size:0.9em; line-height:150%;}
footer img { margin:50px auto 20px;}
footer .copy { border-top:1px solid #666; background:#393939;max-width:100%; height:80px; padding:20px 0;}
footer .copy ul { text-align:center; margin:20px 0;}
footer .copy ul li { display:inline-block; background:#666; border-radius:15px; width:30px; height:30px;  line-height:30px; color:#d9d9d9;}


/*layout
-----------------------------------*/
/*wrapper*/
.wrapper{
	width: 100%;
	float: left;
	margin-top: 50px;

}
.wrapper .inner{
	max-width:98%;
	margin-right: auto;
	margin-left: auto;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}