@charset "utf-8";

/* 인풋박스 */
.input_style_basic { margin:2px 2px; padding:1px 1px; text-align:left; background:#FFF; border:1px solid #ededed; text-align:center; font-size:16px; color:#bbb; }
.input_style_normal { margin:5px 5px; padding:5px 5px; background:#f7f7f7; font-size:16px; border:1px solid #ededed; text-align:center;} /* 그레이 */
.input_style_normal_white { margin:5px 5px; padding:5px 5px; text-align:left; background:#fff; font-size:16px; border:1px solid #ededed; color: #282828; }  /* 화이트 */
.input_style_password { margin:5px 5px; padding:12px 5px; background:#f7f7f7; font-size:16px; border:1px solid #ededed; text-align:center; border-radius: 10px; letter-spacing: 5px; } /* 그레이 */
.email_select { font-size: 12px; border-radius: 8px; color: #282828; padding: 10px 5px;  }

/* placeholder컬러 */
::-webkit-input-placeholder { /* WebKit browsers */ color:    #CCC; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:    #CCC; opacity:  1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:    #CCC; opacity:  1; }
:-ms-input-placeholder { /* Internet Explorer 10+ */color:    #CCC; }


/* form */
label,button{cursor:pointer}
input.inp_tx{height:28px;padding:0 5px;border:1px solid #cacaca;color:#363940;line-height:28px;-webkit-box-sizing:border-box}
input.t1{ width: 50%; border-style: solid; border-width:1px; border-color: #adafb4 #adafb4 #e7e8ed #e7e8ed; border-radius:2px;  height: 22px; line-height: 22px; padding: 0 1%;    }
input.t2{ width: 50%; border-style: solid; border-width:1px; border-color: #adafb4 #adafb4 #e7e8ed #e7e8ed; border-radius:2px;  height: 27px; line-height: 27px; padding: 0 1%;    }
input.title{width: 90%;}
input.tel1{ width: 20%; max-width:50px; }
textarea.textarea{  width: 90%; height: 100px; border-style: solid; border-width:1px; border-color: #adafb4 #adafb4 #e7e8ed #e7e8ed; border-radius:2px;   padding: 1%;}
textarea.textarea.w100{width: 98%;}


/* 포커스 발생시 모든 인풋박스 placeholder 숨기기.시작 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */
 color:transparent;
 }
 input:focus:-moz-placeholder,
 textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:transparent;
 }
 input:focus::-moz-placeholder,
 textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:transparent;
 }
 input:focus:-ms-input-placeholder,
 textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:transparent;
 }
/* 포커스 발생시 모든 인풋박스 placeholder 숨기기.끝 */ 

/* input[type="text"]:focus {outline:none;} /* -webkit input에 포커스 라인 없애기 */


/* 입력 */
.text_area_style { border:1px solid #ededed; font-size:14px; color:#939393; font-weight:bold; height:30px; padding:5px 0; margin:5px 0;  background-color:#FFF; font-size:13px;}
.text_area_style .placeholder { color:#666;}
.text_area_style_small { border:1px solid #ededed; font-size:12px; color:#939393; font-weight:bold; height:24px; margin-top:-2px; background-color:#FFF; font-size:13px; text-align:center;}
.text_area_style_small .placeholder { color:#666;}
.chk_stlye { padding:2px;color:#000; background-color:#FFF; height:16px; width:16px;  margin-top:5px; margin-bottom:5px; vertical-align:middle; border:1px solid #ededed; background-color:#FFF; font-size:13px;}

.file_stlye {padding:2px;border:1px solid #ededed; font-size:11px; color:#939393; height:23px;  margin-top:5px; margin-bottom:5px;  border:1px solid #ededed; background-color:#FFF; font-size:13px;}

.select_stlye { padding:2px;border:1px solid #ededed; font-size:12px; color:#939393; height:32px; margin-top:5px; margin-bottom:5px;  border:1px solid #ededed; background-color:#FFF; font-size:13px;}
.select_style2 {width:100%;padding:3px 3px;height:29px;border:1px solid #ededed; border-radius:0; background:#fff url(/oktomato_g4/default/icon/sel_arr.gif) 100% 50% no-repeat;background-size:26px 6px;-webkit-background-size:26px 6px;-webkit-appearance:none;-moz-appearance:none;font-size:14px;line-height:18px;color:#000;text-indent:0.01px;text-overflow:''; }

input[type=radio].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:18px;
	padding-right:10px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
label.css-label {
	background-image:url(/oktomato_g4/default/icon/radio_style.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
			
.list_style_wrap { width:360px; margin:0 auto; text-align:center; }
.list_style {padding:5px;border:1px solid #ededed; font-size:11px; color:#939393; cursor:pointer; background-color:#FFF; margin-top:5px; margin-bottom:5px;vertical-align:middle; }
.list_style_on {padding:5px;border:1px solid #ededed; font-size:11px; color:#FFF!important; cursor:pointer; background-color:#ff1f01; margin-top:5px; margin-bottom:5px;vertical-align:middle; }
.list_style2 {width:22px; padding:2px;border:1px solid #ededed; font-size:11px; color:#939393; height:23px; cursor:pointer; background-image:url(/img/basic_style/cate_bg.png); background-repeat:repeat-x;  margin-top:5px; margin-bottom:5px; vertical-align:central; }
.list_style3 {width:50px; padding:2px;border:1px solid #FFF; font-size:11px; color:#FFF; height:23px; cursor:pointer; background-color:#222222; margin-top:5px; margin-bottom:5px; }

/* 모바일 셀렉트박스 스타일 */
.sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 100%;
}
.sbHolder:focus .sbSelector{ }
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url('/_plugin/_js/_common/_jquery_lib/_button/jquery.selectbox-0.2/img/select-icons.png') 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url('/_plugin/_js/_common/_jquery_lib/_button/jquery.selectbox-0.2/img/select-icons.png') 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url('/_plugin/_js/_common/_jquery_lib/_button/jquery.selectbox-0.2/img/select-icons.png') 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url('/_plugin/_js/_common/_jquery_lib/_button/jquery.selectbox-0.2/img/select-icons.png') 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}
.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
