/* BASIC css start */
/* =============================================================================
   로그인 login.html
   ========================================================================== */
body { overflow:unset !important; }
#adult-info {	position: relative; width:90%;	margin-left:5%; border-bottom:2px solid #ed1c24; margin-bottom:10px; min-height:180px; }
#adult-info h1 { float: left; display:inline; width:50%; text-align:center; }
#adult-info p { float:right; display inline; width:45%; font-size:0.75em; font-weight:bold; color:#000; font-family:"바탕", "나눔고딕", "굴림", "돋움"; margin-top:20px; }
#adult-info a img { margin:20px 0 20px 0; border:none; }
#adult-login {	width:90%; text-align:left;margin-left:5%; margin-bottom:20px;}
#adult-login h1 { margin:0 0 5px 0; padding:0; width:100%; }
#adult-login .input-wrap { position: relative; padding-right: 100px; padding-bottom:20px; border-bottom:1px dotted #eee; }
#adult-login .input-wrap2 { position: relative; padding-bottom:30px; border-bottom:1px solid #eee; text-align:center; }
#adult-login .input-wrap .input-comm { display: block; height: 29px; border: 1px solid #d6d6d6; padding: 0 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#adult-login .input-wrap .input-comm  input { font-size: .75em; -webkit-appearance: none; }
#adult-login .input-wrap .login-input { display: block; width: 100%; height: 100%; border: 0 none; padding: 0; }
#adult-login .input-wrap .input-pwd { margin-top: 6px; }
#adult-login .input-wrap .btn-submit { display: block; position: absolute; right: -2px; top: 0;}
#adult_footer {position: relative; width:90%;	text-align:center; margin-top:20px; font-family:Verdana, Geneva, sans-serif; font-size:1.5em; }

.login-fail { display: block; position: absolute; left: -1px; top: -1px; width: 100%; height: 100%; background: #fff; border: 3px solid #e7e7e7; -webkit-box-shadow: 3px 3px 10px #99a4b3; -moz-box-shadow: 3px 3px 10px #99a4b3; box-shadow: 3px 3px 10px #99a4b3; }
.login-fail .fail-content { padding: 20px 20px 10px; color: #222; }
.login-fail .fail-content h3 { margin: 0; font-size: .875em; font-weight: bold; }
.login-fail .fail-content p { margin: 0; font-size: .75em; color: #222; }
.login-fail .btn-ok { display: block; width: 100%; padding: 6px 0; margin-top: 20px; }

.login-set { overflow: hidden; width: 100%; margin-top: 15px; }
.login-set li { list-style-type: none; float: left; margin-right: 15px; font-size: .75em; line-height: 1em; color:#999; }
.login-set .chk-rdo { vertical-align: bottom; margin-right: 5px; }
.loginButton { margin-top: 10px; }

.loginCheck { overflow: hidden; width: 100%; margin-top: 5px; }
.loginCheck label {font-size: 14px; color:#fff;}
.loginCheck li { list-style-type: none; float: left; margin-right: 15px; font-size: 14px; color:#666; line-height: 1em; letter-spacing:-1px; }
.loginCheck .chk-rdo {margin-right: 5px; margin-top: 0.5px;}

.login_f {line-height: 1.2; margin-bottom: 5px; font-size: 12px; color:#fff;}


<style type="text/css">
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
	color: #333;
}
a { color: #333; text-decoration: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* box radius */
.box {
	/* Firefox */
	-moz-border-radius: 3px;
	/* Safari and Chrome */
	-webkit-border-radius: 3px;
	/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border-radius: 3px;/* This lets IE know to call the script on all elements which get the 'box' class */
}
.mintro_warp { width: 100%; text-align: center; height: inherit; padding-bottom: 0.5em; }
.mintro_warp dd { line-height: 1.5em; }
.mintro_goout { display: block; font-size: 1.25em; background-color: #333; color: #fff; line-height: 2em; margin: 1em auto; }
.mintro_certbox { clear: both; width: 90%; background-color: #fafafa; border-top: 2px solid #ed1c24; margin: 10px auto; padding: 1em; overflow: auto; box-sizing: border-box; text-align: left; border-radius: 5px; }
.mintro_certbox h2 { padding: 0.5em 0 0.3em 0; color: #333; }
.mintro_certbox .box { display: block; background-color: #ed1c24; width: 48%; border:1px solid #942911; color: #fff; float: left; font-size: 1em; padding: 0.5em 0; text-align: center; box-sizing: border-box; font-weight:bold; text-shadow: -1px 2px 4px #854629; margin-bottom: 1.2em; margin-top: 1.0em; }
.mintro_certbox .box img { margin-bottom: 5px; }
.mintro_certbox div {font-size: 16px; margin-bottom: 5px; margin-left: 5px;  }
.mintro_certbox a:nth-child(2) .box { margin-right:4%; }
.intro_url { font-size: 1.25em; letter-spacing: 3px; }
.login_note {line-height:1.4; font-size:14px; }

/* 모달 팝업 */
.login_btn { position: fixed; right: 5%; bottom: 0; z-index: 99; }
.small_xbtn { position: absolute; z-index: 100; right: -5px; top: -5px; }
#login_showbtn { display:none; }

/* modal */
#intro_login { display:none;}
.login_modal { z-index:100; position:absolute; left:320px; top:50px; background: linear-gradient(315deg, rgba(251,131,110,0.95), rgba(251,131,110,0.95), rgba(217,31,104,0.95)); width:320px; height:inherit; border-radius:6px;  box-shadow : 0px 2px 1px 1px #ccc; padding-bottom:20px;}
.login_modalbox { width:95%; margin-left:20px;}
.login_title { margin: 20px 0 10px 0; }
.login_goout { position:absolute; right:10px; top:10px; }
input[type=text], input[type=password] { border:1px solid #ccc; border-radius:5px; padding:3px 5% 3px 5%; line-height:30px; font-size:16px; margin-bottom:5px; color:#666; width:95%; height:30px;} 
input[type=text] { background:url(/design/epluskorea/m/img/intro/inputbg_id.gif) no-repeat right;}
input[type=text]:focus { background:none; }
input[type=password] { background:url(/design/epluskorea/m/img/intro/inputbg_pw.gif) no-repeat right;}
input[type=password]:focus { background:none; }

.loginButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed1c24), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #ed1c24 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #ed1c24 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #ed1c24 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #ed1c24 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #ed1c24 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#bc3315',GradientType=0);
	background-color:#ed1c24;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1.5em;
	font-weight:bold;
	line-height:2em;;
	text-align:center;
	text-decoration:none;
	text-shadow:-1px 2px 4px #854629;
	width:95%;
}
.loginButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #ed1c24));
	background:-moz-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #ed1c24 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #ed1c24 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#ed1c24',GradientType=0);
	background-color:#bc3315;
	color:#fff;
}
.loginButton:active { position:relative; top:1px; }
@media only screen and (max-width: 480px) {
.mintro_warp dt img { width: 200px; }
.mintro_warp dd { padding: 0 5%; }
.mintro_goout { width: 100%; }
.login_popbtn { width: 70px; }
.small_xbtn { width: 25px; }
.login_modal { text-align:left; width:90%; }
.login_title{ width:120px; }
.login_goout img { width:25px;}
.login_modal { left:5%; top:25%; }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
.mintro_warp dt { float: left; width: 30%; margin-left: 5%; }
.mintro_warp dt > img { width: 100%; }
.mintro_warp dd { float: left; width: 60%; margin-top: 1.5em; text-align: left; }
.mintro_goout { width: 100%; text-align: center; }
.login_popbtn { width: 70px; }
.small_xbtn { width: 25px; }
.login_modal { text-align:left; width:60%; }
.login_title{ width:120px; }
.login_goout img { width:25px; }
.login_modal { left:20%; top:5%; }
}

@media only screen and (min-width: 801px) {
.mintro_warp dt { float: left; width: 30%; margin-left: 5%; }
.mintro_warp dt > img { width: 100%; }
.mintro_warp dd { float: left; width: 60%; margin-top: 2em; text-align: left; font-size: 1.75em; }
.mintro_goout { width: 50%; text-align: center; margin: 1em 0; font-size: 0.75em; }
.login_modal { text-align:left; width:60%; }
.login_modal { left:20%; top:15%; }
}

.intro_kcc { margin-top: 10px;  border-top: 1px solid #e0e0e0; padding: 5px 0 5px; }
.intro_kcc li { width: 95%; display: inline-block; cursor: pointer; line-height: 33px; text-align: center; margin-top: 5px; margin-right: 1.5%; border-radius: 5px; padding-top: 5px; }
.intro_kcc li:nth-child(1) { background-color: #2db400; border: 1px solid #29a200; }
.intro_kcc li:nth-child(2) { background-color: #ffdc00; border: 1px solid #eecd00; }
.intro_kcc li:nth-child(3) { background-color: #1d1d1f; border: 1px solid #111114; }
.intro_kcc li:nth-child(4) { background-color: #3d5a98; border: 1px solid #324f8e; }
.intro_kcc li a { font-weight: bold; font-size: 18px; font-family: Arial; color: #fff; }
.intro_kcc li a>img { width: 25px; height: 25px; vertical-align: middle; margin-right: 5px; margin-bottom: 3px; }
.kakao_intro_c { color: #371d1e; none; }

.mintro_warp dd { font-size: 14px; }

.redtext { color: #ed1c24; }

.intro_certinfo { text-align: center; margin-top: -10px; margin-bottom: 20px; }
.bluetext { color: #39c; }


window.ChannelIO('hide');
/* BASIC css end */

