@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width:100%;
	position: relative;
}
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;
}

html, body {
	min-width: 320px;
	max-width: 768px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-family:'Roboto','Noto Sans KR','Helvetica Neue','Helvetica','Arial','sans-serif','NotoSansKR-Thin','Noto Sans Korean','맑은 고딕','Malgun Gothic','dotum';font-weight:300;
	color:#000;
}

td,th,table,div,ul,li,dd,dt,dl,a,
input,select,textarea{
	font-family:'Roboto','Noto Sans KR','NotoSansKR-Thin','Noto Sans Korean','맑은 고딕','Malgun Gothic','dotum';font-weight:300;
	box-sizing: border-box;
	border:0;
	font-size:18px;
}
textarea{resize:none;border:none;background:none}

a {text-decoration:none;cursor:pointer;}
a:link, a:visited {text-decoration:none;}
a:hover, a:focus, a:active{background:none;text-decoration:none;outline:none;}
a {selector-dummy: expression(this.hideFocus=true);}
a,img {selector-dummy: expression(this.hideFocus=true);}
a,img,input{selector-dummy: expression(this.hideFocus=true);}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
    display: block;
    clear: both;
    content: "";
}
.txt_a_ct {
	text-align: center !important;
}
.txt_a_le {
	text-align: left !important;
	padding-left: 10px !important;
}
.txt_a_le_pop {
	text-align: left !important;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.txt_a_rh {
	text-align: right;
}
.txt_bold {
	font-weight: bold;
}
.ob {
	font-style: oblique;
}

.img100 img {
	width: 100%;
}
.editor_desc p {
	font-size: 13px !important;
	line-height: 26px !important;
}
.editor_desc table td {
	font-size: 13px !important;
	line-height: 26px !important;
	border: 1px solid #ddd;
}

.editor_desc img {
	width: 100%;
	margin: 10px 0;
}



/* 인풋 스타일 */
.input_s1 {
	width: 100%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #000;
	padding-left: 10px;
}
.input_s2 {
	width:34px;
	height:24px;
	line-height: 24px;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
}

.input_s2_60 {
	width: 50%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: right;
	color: #333;
	background: #f9f9f9;
	border-bottom:1px solid #999;
	padding-right: 10px;
	margin-top: 5px;
}
.input_s3 {
	width: 100%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}

.input_s3_68 {
	width: 67%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}
.input_s3_52 {
	width: 52%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}
.input_s3_40 {
	width: 43%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}
.input_s3_30 {
	width: 30%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}


.input_s4 {
	width: 100%;
	font-size: 13px;
	height:32px;
	line-height: 32px;
	text-align: left;
	color: #666;
	padding-left: 10px;
	border-bottom:1px solid #415968;
}

/* 로그인 인풋 스타일 */
.input_s6 {
	width:100%;
	background: #efefef;
	border-radius: 4px;
	height:48px;
	padding:0 30px 0 30px;
	line-height: 48px;
}
.input_s6::placeholder {
}


/* 버튼 스타일 */
.btn_join {
	width: 30%;
	padding: 12px;
	background: #415968;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	border-radius:4px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}
.btn_set {
	width: 30%;
	padding: 12px;
	background: #415968;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	border-radius:4px;
	cursor: pointer;
	text-align: center;
	margin: 24px auto;
}

.btn_s3_30 {
	display: inline-block;
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color: #6a7f8c;
	color: #fff;
	cursor: pointer;
}
.btn_s4_30 {
	display: inline-block;
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color: #6a7f8c;
	color: #fff;
	cursor: pointer;
}
.btn_s5_30 {
	display: inline-block;
	width: 32%;
	font-size: 13px;
	border-radius: 4px;
	font-weight: 500;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color: #6a7f8c;
	color: #fff;
	cursor: pointer;
}

.btn_s5_70 {
	display: inline-block;
	width: 70%;
	font-size: 13px;
	font-weight: 400;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color: #415968;
	color: #fff;
	cursor: pointer;
}
