@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');
@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url('https://fonts.googleapis.com/css?family=Stylish');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');



/* Reset CSS  */
* {
	margin:0; padding:0; border:0; outline:0;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html { height: 100%; overflow-y:scroll;}
iframe html { background: #fff; }
body {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 12px;
	color:#ccc;
	font-weight: normal;
	letter-spacing:-0.5px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0px; padding:0px;  list-style:none; }
fieldset{ border: 0px; }
a{font-style:normal; text-decoration:none; color:#555; cursor:pointer;}
button {font-family:'NanumSquare', 'NotoSansKR', 'NanumBarunGothic', sans-serif; cursor:pointer;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; border: 0px solid #E5E5E5; }
input, select { vertical-align:middle; }
label { cursor:pointer; }
.blind,legend,hr,caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
td,th {vertical-align: middle;}
b{font-weight:600;}
td strong {
	font-weight: 100;
	font-size: 5px;
	vertical-align: bottom;
}
ul:after, dl:after, .clear:after{
	display: block;
	clear: both;
	content: '';
}

#wrap{width:100%;}
.subWrap{width:100%;}

.code_main{ width:100%; background:url(/_img/main_visual.png) no-repeat top center #0d0400;}
.code_product{padding-top:150px; width:100%; background:url(/_img/sub_visual_bg.png) no-repeat top center #0d0400;}
.code_company{padding-top:150px; width:100%; background:url(/_img/sub_visual_bg.png) no-repeat top center #0d0400;}

#header{top:50px; left:0; right:0; width:100%; height:110px; line-height:110px; background:rgba(34,18,5,0.8); position:absolute;}
#header img{vertical-align:middle;}
#header ul{margin:0 auto; width:1200px;}
#header ul li{float:left;}
#header .menu{width:375px; font-family: 'Stylish', sans-serif; text-align:right; font-size:28px;}
#header .menu span{width:49%; display:inline-block;}
#header .logo{width:450px; text-align:center;}
#header .language{width:375px; font-size:14px;}
#header .language i{padding-right:10px;}
#header .language a{margin-right:15px !important;}
#header .line a{margin:40px 0; height:30px; line-height:30px; color:#fff; display:inline-block;}
#header .line a:hover{border-bottom:1px solid #fff;}

.visualWrap{margin:100px auto 0; width:1200px; height:660px; font-family:'Nanum Myeongjo',sans-serif; overflow:hidden;}
.visualWrap h1{width:200px; height:70px; background:url(/_img/drcha_bg.png) no-repeat; text-indent:-9999px;
				
				/*ÅØ½ºÆ® ±×¶óµð¾ðÆ®
				font-size:70px; font-weight:200;
				background: -webkit-linear-gradient(130deg, #ffe8a8, #ffd189, #461f00);
				background: -moz-linear-gradient(130deg, #ffe8a8, #ffd189, #461f00);
				background: -o-linear-gradient(130deg, #ffe8a8, #ffd189, #461f00);
				background: linear-gradient(130deg, #ffe8a8, #ffd189, #461f00);
				color: transparent;
				-webkit-background-clip: text;
				background-clip: text;
				*/
			}
.visualWrap h2{font-size:40px; font-weight:200; color:#fff; text-shadow:0 0 10px #333;}
.visualWrap p{padding:15px 0; line-height:50px; font-size:26px; font-weight:200; color:#4e3f2e; text-shadow:0 0 10px #ffcb66;}
.visualWrap p em{font-size:30px; color:#a98356; display:inline-block;}
.visualWrap .pdImg{margin:50px auto 0; width:100%; text-align:center;}


.pagination{padding:10px 0; text-align:center;}
.pagination *{display:inline-block;}
.pagination ul{margin:0 6px; overflow:hidden;}
.pagination ul li{margin:0 1px; border:1px solid #ececec; font-size:14px; background:#fff; float:left;}
.pagination ul li a{font-family:'NanumSquare','Roboto','NotoSansKR'; width:30px; height:30px; line-height:30px; color:#777;}
.pagination ul li.active,
.pagination ul li.active a{color:#bc9c6e; border-color:#bc9c6e; cursor:default;}
.pagination .btnArrow{width:30px; height:30px; background:url(/_img/pagination_arr.png) no-repeat center center; text-indent:-999px;;}
.pagination .btnArrow.last{background-position:-30px 0;}



/* --------------------------------------------
 * ·Î±×ÀÎ / È¸¿ø°¡ÀÔ
/* ------------------------------------------ */
.loginContent {display:inline-block; width:100%; padding:0 0 30px 0;}
.auth_content .agree_box .txt_area h3 {font-size:14px; margin-top:5px; font-weight:500;}
.auth_content h1.tit{ font-size:17px; border-bottom:2px solid #333; color:#fff;  font-weight:700; text-align:left;  padding-bottom:15px; margin-bottom:0;}
body.auth #container{width:460px;margin:auto; display:block;background: transparent;}
.login_cont .checks label{color:#333;}

.auth_content {margin:auto;width:90%; max-width:430px;}

.login_cont .checksWrap_st2 {
	padding: 10px 0 30px;
}
.auth_content .join_box  { border-bottom:none;}

.auth_content .agree_box,
.auth_content .join_box {
	margin-bottom: 20px;
}
.auth_content .agree_box .tit {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 6px;
	font-weight:500;
}
.auth_content .agree_box .txt_area {
	height: 160px;
	padding: 20px;
	background: #fff;
	    overflow-y: scroll;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	border:1px solid #eee;
}
.auth_content .agree_box .txt_area pre {
	white-space: pre-wrap;
}
.auth_content .submit_area {
	margin-top:20px;
}
.login_cont .submit_area,
.findID_cont .submit_area {
	margin-bottom: 0;
}
.auth_content .submit_area a,
.auth_content .submit_area button, 
.auth_content .fullbtn button
{
	width: 48%;
	display: block;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 0;
	text-align: center;
	float:left;
	transition:all 0.3s ease;
	font-weight:500;
}

.auth_content .submit_area button, .auth_content .fullbtn button{margin-left:4%; background:#ffde00; border:2px solid #ffde00; color:#111;}
.auth_content .submit_area a{background:#111; color:#ffde00;border:2px solid #ffde00;}
.auth_content .btn_area {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.auth_content .fullbtn button {float:right; width:100%;}
.auth_content .btn_area ul {
	margin: 0 -5px;
}
.auth_content .btn_area li {
	width: 33.333333%;
	float: left;
	padding: 0 5px;
}
.auth_content.findID_cont .btn_area li {
	width: 100%;
}
.auth_content .btn_area a,
.auth_content .btn_area button {
	width: 100%;
	display: block;
	color: #333;
	border: 2px solid #aaa;
	font-size: 16px;
	line-height: 26px;
	padding: 15px 0;
	text-align: center;
	font-weight: 500;
}
.auth_content .btn_area a.goJoin {
	background: #fff;
	color: #454545;
}

.findIDSubmit {
	background: #3d4d63;
	margin-top: 10px;
	padding: 20px;
	color: #fff;
}
.findIDSubmit .tit {
	text-align: center;
	font-size: 14px;
	word-break: keep-all;
	line-height: 24px;
	margin-bottom: 12px;
}
.findIDSubmit .userID {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	padding: 10px;
	text-align: center;
	background: #515f73;
}
.findIDSubmit .info {
	margin-top: 12px;
}
.findIDSubmit .info p {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	word-break: keep-all;
	padding: 0 10px;
}
.findIDSubmit .info p:before {
	content: '';
	width: 4px; height: 2px;
	display: inline-block;
	background: #9ea6b1;
	position: absolute;
	left: 0; top: 8px;
}


/* inputWrap_st2 */
.inputWrap_st2{position:relative;margin-bottom:5px; border-radius:0;}
.inputWrap_st2 .input_tit{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    white-space: nowrap;
    color: #666;
    font-weight: 800;
    z-index: 10;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    width: 95px;
}
.inputWrap_st2 .input_tit strong{color:#1665c8}
.inputWrap_st2 input{width:100%;height:50px;font-size:13px;color:#333;letter-spacing:0.025em;line-height:46px}
.inputWrap_st2 input:focus,
.inputWrap_st2 input:hover{background:#f7f7f7;}

.inputWrap_st2.icon input{padding-left:120px}

.inputWrap_st2.icon .input_tit span.redcolor{color:red; margin-left:3px;}
.inputWrap_st2 button{
	width: 88px;
    height: 28px;
    display: inline-block;
    text-align: center;
    background: #ffde00;
    color: #333;
    font-size: 12px;
    border-radius: 2em;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -13px;
    z-index: 12;
}
.inputWrap_st2 .error{width:100%;height:40px;background:#3d4d63;color:#fff;font-size:14px;font-weight:600;text-align:center;line-height:40px}

.selectform {
	display: inline-block;
	border: 0;
	width: 100%;
	height: 80px;
	box-shadow: none;
	padding: 32px 85px 6px;
	letter-spacing: -0.025em;
	position: relative;
	border-radius: 4px !important;
	color: #333333;
	-webkit-appearance: none;
	zoom: 1;
	background: url(/_img/icon_arrow1.png) no-repeat #fff 95% center;
	-webkit-background-size: 28px 11px;
	background-size: 28px 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
    -o-appearance: none;
    appearance: none;
	font-size:15px; color:#999;
	border-left:1px solid #eee; border-right:1px solid #eee;
}
select::-ms-expand {display: none;}

.input_type2 {
    display: inline-block;
    border: 0;
    width: 100%;
    height: 50px;
    box-shadow: none;
    padding: 0 15px;
    position: relative;
    border: 1px solid #e9ebf0;
    border-radius: 4px !important;
    background-color: #f2f4f7;
    color: #333333;
    font-size: 15px;
    -webkit-appearance: none;
    zoom: 1;
}

/* --------------------------------------------
 * pagination
/* ------------------------------------------ */
.pagination{}
.pagination ul{text-align:center}
.pagination li{display:inline-block}
.pagination li a{width:34px;height:34px;line-height:32px;text-align:center;display:inline-block;font-size:13px;color:#999;border:1px solid #ddd;background:#fff}
.pagination li a:hover{background:#fafafa}
.pagination li.active a,
.pagination li.active a:hover{background:#3d4d63;border-color:#3d4d63;color:#fff;cursor:default}
.pagination li a.page_arr{background:url("/_img/pagination_arr.png") no-repeat}
.pagination li a.page_arr.page_first{background-position:0 0}
.pagination li a.page_arr.page_prev{background-position:-32px 0;margin-right:10px}
.pagination li a.page_arr.page_next{background-position:-64px 0;margin-left:10px}
.pagination li a.page_arr.page_last{background-position:-96px 0}
/* --------------------------------------------
 * auth_layout
/* ------------------------------------------ */
body {background:#222;}

#auth_header{ width:100%;}
#auth_header .inner{max-width:430px;margin:auto; }
#auth_header h1{padding:15% 0 3% 0%;}
#auth_header h1 .logo{display:inline-block;width:100%;height:77px;background:url("/_img/logo.png") no-repeat center; background-size:230px auto;;}
.auth {width:100%; }
.auth #container{max-width:750px;margin:auto;padding:10px;}
.table_st {width:100%;}
.table_st3 tbody {table-layout: fixed;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 20px 0;}
.table_st3 thead th{
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
    padding: 15px 12px;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #ddd;
    text-align: center;
    color: #333333;
    font-weight: normal;
	background:#f4f4f4;
	}
.table_st3 tbody td{
	text-align: center;
    padding: 3px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;

	}
.table_st3 tbody tr th{border-right:1px solid #ccc; padding:5px;}
.table_st3 tbody {margin:5px; border:1px solid #ccc;}


.pop_open { display:block; width:60px; height:30px; line-height:30px; background:#000; color:#fff; text-align:center; border-radius:3px; -webkit-border-radius:3px; }
.popup { position:fixed; left:0; top:0; width:100%; height:100%; overflow-y:auto; background:#fff; display:none; }
.popup_header { position:fixed; left:0; top:0; width:100%; height:50px; line-height:50px; background:#000; }
.popup_header h1 { font-size:16px; color:#fff; text-align:center; }
.popup_header a.pop_close { position:absolute; right:10px; top:0; font-size:12px; color:#fff; }
.popup_container { padding:60px 10px 10px; font-size:20px; line-height:1.4; }
