@charset "euc-kr";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	list-style: none;
}
body {
	color: #f5f5f5;
	background-color: #000000;
	margin: 0px 0px;
	font-size: 13px;
	line-height: 1.231;
	list-style: none;
}
nav {
	color: #313131;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol, dl {
	list-style: none;
}
img, video, input {
	border: 0;
	vertical-align: middle;
	font-size: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: middle;
}
label {
	cursor: pointer;
}
a {
selector-dummy : expression(this.hideFocus=true);
	text-decoration: none;
}
a:link {
	color: #5c5c5c;
	text-decoration: none;
}
a:visited {
	color: #5c5c5c;
	text-decoration: none;
}
a:active {
	color: #5c5c5c;
	text-decoration: none;
}
a:hover {
	color: #5c5c5c;
	text-decoration: none;
}
/*¼¿·ºÆ®,ÀÎÇ²*/

.input_sliding_m {
	width: 98%;
	height: 30px;
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #e8f0fe;
	padding-left: 2%;
	border: 1px solid #cbcbcb;
}
.input_board_navy_m {
	width: 94%;
	height: 30px;
	color: #e4e3e4;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #222534;
	padding: 0 3%;
	border: 1px solid #393e57;
	border-radius: 2px;
}
.input_search {
	width: 100%;
	height: 32px;
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
}
.input_select {
	width: 100%;
	height: 32px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #cbcbcb;
	font-size: 12px;
	color: #545454;
	letter-spacing: -1px;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	background: url('https://wimg.totodisk.com/2021/mobile/m_ver2/select_icon.png') no-repeat 100% -393px, -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whiteSmoke));
}
.input_select_bk {
	width: 100%;
	height: 32px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #393e57;
	font-size: 12px;
	font-weight: bold;
	color: #e4e3e4;
	letter-spacing: -1px;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	background: url('https://wimg.totodisk.com/2021/mobile/m_ver2/select_icon.png') no-repeat 100% -463px, -webkit-gradient(linear, 0 0, 0 100%, from(#222534), to(#222534));
}
.input_box_comment {
	width: 96%;
	height: 70px;
	padding: 2%;
	font-size: 12px;
	color: #696969;
	background-color: #ffffff;
	resize: none;
}
.input_pass {
	width: 94%;
	height: 20px;
	padding: 6px 3%;
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}
.input_default {
	width: 94%;
	height: 20px;
	padding: 6px 3%;
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
}
.input_board {
	height: 22px;
	padding: 0 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #393e57;
	background-color: #222534;
	border-radius:2px;
}
.input_multi_default {
	width: 94%;
	height: 100px;
	padding: 3%;
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
	resize: none;
}
input[type='checkbox'] {
	background: #fff;
	border: solid 1px #dadada;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
	-webkit-border-radius: 1px;
}
input[type='checkbox']:checked {
	background: #fff;
	border: solid 1px #dadada;
}
input[type='checkbox']:checked:after {
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	background: #009cff;
	position: relative;
	top: 1px;
	left: 1px;/*-webkit-border-radius: 5px;*/
}
input[type='radio'] {
	background: #fff;
	border: solid 1px #ffffff;
	height: 16px;
	width: 16px;
	-webkit-appearance: none;
	-webkit-border-radius: 50px;
}
input[type='radio']:checked {
	background: #fff;
	border: solid 1px #ffffff;
}
input[type='radio']:checked:after {
	content: ' ';
	display: block;
	width: 10px;
	height: 10px;
	background: #009cff;
	position: relative;
	top: 2px;
	left: 2px;
	-webkit-border-radius: 5px;
}
.in_color {
	border: 1px solid #bdbdbd;
}
.in_color:focus {
	border: solid 1px #FF0000;
}
.input_c[type=checkbox].css-checkbox + .label_c.css-label {
	padding-left: 19px;
	margin-top: 4px;
	height: 17px;
	display: inline-block;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	color: #717171;
	font-size: 13px;
	font-weight: bold;
}
.input_c[type=checkbox].css-checkbox:checked + .label_c.css-label {
	background-position: 0 -17px;
}
.label_c.css-label {
	background-image: url(https://wimg.totodisk.com/2021/mobile/m_ver2/chkbox_img.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input_r[type=radio].css-radiobox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.input_r[type=radio].css-radiobox + .label_r.css-label {
	padding-left: 19px;
	margin-top: 4px;
	height: 17px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	color: #717171;
	font-size: 13px;
	font-weight: bold;
}
.input_r[type=radio].css-radiobox:checked + .label_r.css-label {
	background-position: 0 -17px;
}
.label_r.css-label {
	background-image: url(https://wimg.totodisk.com/2021/mobile/m_ver2/radio_img.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
