@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
html, body
{
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#dcdcdc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#dcdcdc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#dcdcdc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#dcdcdc;
}
body
{
	background-color: #f7f7f7;
	font-family: 'Nanum Gothic', sans-serif;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
	margin:0px auto;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
}
/* Custom Popup */
.popupLayout{
	width:100%; height:100%; position:fixed; top:0;
	background:rgba(0,0,0,0.7); display:none; z-index:100; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0000000,endColorstr=#a0000000);
}
.popupLayout .message{
	width:70%; min-height:230px; position:fixed; top:25%; background:#fff; left:15%; border:3px solid #000;
}
.popupLayout .message .close_btn{
	display:none; position:absolute; width:24px; height:24px; border-radius:12px; right:0; background:#888; text-align:center; margin-top:10px; margin-right:10px; color:white; font-size:16px; 
}
.popupLayout .message .contents{
	width:80%; margin:0px auto; display:table; padding-top:30px; padding-bottom:20px; line-height:160%;
}
.popupLayout .message .title{
	 font-weight:bold; font-size:18px;
}
.popupLayout .message .content{
	 font-size:16px; padding:20px 0; min-height:50px;
}
.popupLayout .message .btn{
	width:100%; margin:0px auto; padding:12px 0; background:#888; color:white; text-align:center; cursor:pointer;
}






.bottom_div .btn_a1{
	color:#848484; padding-left:5px; padding-right:5px;
}
.bottom_div .bottom_view{
	float:left; margin-left:10px; padding-bottom:20px; color:#848484;
}
.bottom_div .bottom_info{
	line-height:160%;
}
.bottom_div .bottom_logo{width:194px; float:left; padding-left:10px; padding-right:25px; }
.bottom_btn{float:right;  width:auto;  padding-left:10px; }
.bottom_div .bottom_logo img{width:100%; margin-top:-20px; margin-bottom:7px; }
.footer .bottom_div{
	width:100%; margin:0px auto; display:table; font-size:0.9em; letter-spacing:-0.5px; padding-top:0px;
	text-align:left; max-width:550px;
}

/* sns icon */
.i-facebook-w{background: url(../images/icon/sns-icons.svg) 0 0 no-repeat; width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 15px;}
.i-facebook{background: url(../images/icon/sns-icons.svg) 0 -60px no-repeat; width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 15px;}
.i-google{background: url(../images/icon/sns-icons.svg) 0 -30px no-repeat; width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 15px;}
