@charset "utf-8";

/* FORM CUSTOM */
select {
	height:40px;
	font-size:15px;
	color:#333;
	line-height:40px;
	padding:0 35px 0 10px;
	background-color:#fff;
	background-image:url('./img/select_btn.png');
	background-repeat:no-repeat;
	background-position:100% 50%;
    border:1px solid #ddd;
	border-radius:3px;
	outline:0;
    -webkit-appearance:none;
	-moz-appearance:none;    
	appearance:none;
}
select::-ms-expand {
	display: none;
}
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + label {
	color:#333;
	padding:0 5px 0 0;
}
input[type="checkbox"] + label span {
	width:20px;
	height:20px;
	margin:-2px 2px 0 0;
	vertical-align:middle;
	background:url('./img/check_radio.png') 0 0 no-repeat;
	cursor:pointer;
	display:inline-block;
}
input[type="checkbox"]:checked + label span {
	background:url('./img/check_radio.png') -20px 0 no-repeat;
}
input[type="radio"] {
	display:none;
}
input[type="radio"] + label {
	color:#333;
	padding:0 10px 0 5px;
}
input[type="radio"] + label span {
	width:20px;
	height:20px;
	margin:-2px 2px 0 0;
	vertical-align:middle;
	background:url('./img/check_radio.png') -40px 0 no-repeat;
	cursor:pointer;
	display:inline-block;
}

input[type="radio"]:checked + label span {
	background:url('./img/check_radio.png') -60px 0 no-repeat;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#999 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#999 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#999 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#999 !important;
}

/* 제품등록 */
#register_wrap {
	font-family: 'Malgun Gothic', dotum, sans-serif;
	max-width:1160px;
	margin:0 auto;
	padding:0 20px 50px 20px;
	overflow:hidden;
}
#register_wrap .register_contents {
	min-height:300px;
	padding:0;
	overflow:hidden;
}
#register_wrap .form_box { overflow:hidden; }
#register_wrap .form_box2 { margin-top:30px; }
#register_wrap .form_title {
	font-size:1.36rem;
	color:#212121;
	font-weight:400;
	text-align:left;
	display:block;
}
#register_wrap .form_title strong {
	float:right;
	font-size:0.86rem;
	color:#555;
	font-weight:normal;
	font-style:normal;
	margin:10px 0 0 0;
	padding-left:20px;
	background-image:url('./img/required.svg') !important;
	background-size:auto 12px;
	background-position:0 50% !important;
	background-repeat:no-repeat !important;
	display:inline-block;
}

/* 제품등록 테이블 */
#requestTB {
	width:100%;
	margin-top:15px;
	border-top:1px solid #eaeaea;
	border-spacing:0;
}
#requestTB th {
	font-size:15px;
	color:#212121;
	font-weight:normal;
	padding:10px 15px 10px 40px;
	background-color:#fbc02d;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #ffd54f;
	vertical-align:middle;
	text-align:left;
}
#requestTB th.required {
	background-image:url('./img/required.svg') !important;
	background-size:auto 12px;
	background-position:20px 50% !important;
	background-repeat:no-repeat !important;
}
#requestTB td {
	font-size:15px;
	color:#555;
	line-height:1.5em;
	padding:10px;
	background-color:#fafafa;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#requestTB td em {
	font-size:0.86rem;
	color:#e70012;
	font-style:normal;
	padding-left:10px;
	display:inline-block;
}
#requestTB th:last-child,
#requestTB td:last-child {
	border-right:none;
}
#requestTB .frm_input {
	font-size:15px;
	color:#333;
	padding:5px 10px;
	background:#fff;
	border:1px solid #ddd;
	vertical-align:middle;
	border-radius:3px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:	all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#requestTB .frm_input:disabled {
	background:#f2f2f2;
}
#requestTB .frm_textarea {
	width:97%;
	height:200px;
	font-size:15px;
	color:#333;
	line-height:1.5em;
	padding:6px 10px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
}
#product_name { display:none; }
#code_info {
	height:300px;
	display:none;
}
#code_info h1 {
	font-size:0.86rem;
	color:#e70012;
	font-weight:normal;
	padding:10px 0;
}
#code_info span {
	height:250px;
	display:block;
}
#code_info span img { height:100%; display:inline-block; }

/* 개인정보 취급방침 */
#privacy {
	position:relative;
	font-size:15px;
	color:#555;
	margin:20px 0;
	padding:5px 10px;
	text-align:center;
}
#privacy_show {
	position:relative;
	font-size:15px;
	color:#555;
	margin-right:3px;
	cursor:pointer;
}
#privacy_show:after {
	position:absolute;
	left:0;
	bottom:-2px;
	content:'';
	width:100%;
	border-bottom:1px solid #999;
	display:inline-block;
}
#privacy_show:hover {
	color:#000;
}
#privacy_info {
	position:absolute;
	left:50%;
	bottom:35px;
	width:600px;
	color:#555;
	line-height:1.5em;
	margin-left:-312px;
	padding:20px 10px 10px 10px;
	background:#fff;
	border:2px solid #000;
	-webkit-box-shadow:3px 3px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow:3px 3px 3px 0px rgba(0,0,0,0.35);
	box-shadow:3px 3px 3px 0px rgba(0,0,0,0.35);
	text-align:center;
	display:none;
}
#privacy_info:after {
	content:'';
	position:absolute;
	top:100%;
	left:50%;
	width:0;
	height:0;
	border-top:8px solid #000;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
}
#privacy_info .privacy_title {
	font-size:24px;
	color:#333;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 auto;
	padding:10px 0 13px 0;
	border-bottom:1px solid #555;
	display:block;
}
#privacy_close {
	position:absolute;
	top:10px;
	right:10px;
	width:39px;
	height:39px;
	display:inline-block;
	cursor:pointer;
}
#privacy_close:before {
	content:"";
	width:25px;
	height:1px;
	margin:19px 0 0 7px;
	background:#333;
	display:block;
	transform:rotate(45deg);
}
#privacy_close:after {
	content:"";
	width:25px;
	height:1px;
	margin:-1px 0 0 7px;
	padding:0;
	background:#333;
	display:block;
	transform:rotate(-45deg);
}
#privacy_info > textarea {
	width:100%;
	height:300px;
	font-size:13px;
	color:#555;
	margin-top:15px;
	padding:10px;
	background:#f9f9f9;
	resize:none;
	border:none;
}
#btn_confirm {
	margin-top:20px;
	text-align:center;
}
#btn_confirm .btn_submit {
	width:120px;
	font-family:'NanumSquare', sans-serif;
	font-size:16px;
	color:#fff;
	letter-spacing:0;
	font-weight:normal;
	padding:12px 0;
	background-color:#283593;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:inline-block;
}