img {
	max-width:100%;
	max-height:100%;
	border: 0;
	vertical-align: middle;
}
hr {
	display: none;
}
h1 {
	font-size: 1%;
	line-height: 0;
	text-indent: -5000px;
}

table, th, td {
	border-collapse: collapse;
}
caption {
	display: none;
}
ul, ol {
	list-style: none
}
legend {
	display: none;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	padding: 0;
	font-size: 0;
	line-height: 0
}
img, fieldset, iframe {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
form {
	clear: both
}

select, button, input, textarea {
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
	color: #515151;
	background:#fff;
}
textarea {
	overflow: auto;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #ddd;
}
*+html textarea {
	margin-top: -1px;
}

select {
	height: 34px;
	padding: 0.2em 1.8em 0.2em 0.3em;
	border: 1px solid #ddd;
	background:url(/img/mall/select_arr2.png) no-repeat 95% 50% #fff;
	-webkit-appearance: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
select::-ms-expand {
display: none;
}

input[type=text], input[type=file], input[type=password] {
	height: 34px;
	padding: 0px 3px;
	border: 1px solid #ddd;
}
input[type=text].line, input[type=file].line, input[type=password].line {
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 5px;
}
input[type=checkbox], input[type=radio] {
	margin: 0px;
	padding: 0px;
	height: 12px;
}
input::-webkit-input-placeholder {
	color: #aaa;
}

/*** anchor reset ***/
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active, a:visited {
	text-decoration: none;
}
.link-type02 {
	color: #5591c6;
	text-decoration: underline;
}
.link-type03 {
	color: #5591c6;
	font-weight: bold;
}
/*** anchor reset ***/

/*** inputbox reset ***/
input.txt {
	height:21px;
	padding:0 0 0 4px;
	border:1px solid #ddd;
	border-radius:0;
	background-color:#fff;
	color:#777;
	font-size:12px;
	font-family:dotum, gulim, sans-serif;
	vertical-align:middle;
}
input.txt2 {
	height: 15px;
	padding: 6px 0 0 4px;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	color: #777;
	font-size: 11px;
	font-family: dotum, gulim, sans-serif;
	vertical-align: middle;
}
input.txt3 {
	height: 15px;
	padding: 5px 0 0 4px;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	color: #777;
	font-size: 12px;
	font-family: dotum, gulim, sans-serif;
	vertical-align: middle;
}
input.txt4 {
	width: 700px;
	height: 130px;
	padding: 5px 0 0 4px;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	color: #777;
	font-size: 12px;
	font-family: dotum, gulim, sans-serif;
	vertical-align: middle;
}

*+html input.txt {
	margin-top: -1px;
}
*+html input.txt2 {
	margin-top: -1px;
}
*+html input.txt4 {
	margin-top: -1px;
}

input.check {
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

.inok {
	position: relative;
}
.inok input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.inok input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.inok input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 13px;  /* 체크박스의 너비를 지정 */
	height: 13px;  /* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	background: url(/img/mall/check2_off.png) no-repeat 0% 50%;
	border: 0px;
	border-radius : 0px;
}
.inok input[type="checkbox"] + label:active:before, .inok input[type="checkbox"]:checked + label:active:before {
/*	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}
.inok input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
/*	content: '\2714';  /* 체크표시 유니코드 사용 */
	text-shadow: 1px 1px #fff;
	background: url(/img/mall/check2_on.png) no-repeat 0% 50%;
}

/* file button */
.btn_file label {
	width:100%;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -1px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-image:url(/img/mall/arrow3.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.btn_file label:hover {
	background-color: #fff;
}

.btn_file label:active {
	background-color: #fff;
}

.btn_file input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sbtn {
	display: inline-block;
	padding:0 4px;
	cursor:pointer;
	line-height:19px;
	text-align:center;
	color:#fff;
	font-family:dotum, serif;
	font-size:11px;
	background-color:#3696f9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.sbtn:hover {
	text-decoration:none;
	color:#fff;
}
/* //END file button */

/**** inputbox reset ***/

/*** button reset ***/
button {
	border: 0;
	font-family: dotum, gulim, sans-serif;
}

button.X_gray {
	box-sizing: border-box;
	cursor: pointer;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	background:url(/img/mall/cancel_btn4.png) no-repeat 50% 50%;
	border: 0px;
}
button.X_red {
	box-sizing: border-box;
	cursor: pointer;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	background:url(/img/mall/cancel_btn5.png) no-repeat 50% 50%;
	border: 0px;
}

button.bt-itemop {
	box-sizing: border-box;
	cursor: pointer;
	width:100%;
	text-align: center;
	line-height: 37px;
	font-family: 'Nanum Gothic', 'NanumGothic', 'Noto Sans KR';
	font-size: 18px;
	color: #000;
	background: url(/img/mall/arrow1.png) no-repeat 97% 50% #ffffff;
	border: 2px solid #d1d1d1;
	border-radius: 1px;
}

button.btnOp {
	box-sizing: border-box;
	cursor: pointer;
	width:100%;
	text-align: center;
	line-height: 37px;
	letter-spacing: -1px;
	font-family: 'Nanum Gothic', 'NanumGothic', 'Noto Sans KR';
	font-size: 16px;
	color: #000;
	background: url(/img/mall/arrow3.png) no-repeat 97% 50% #ffffff;
	border: 1px solid #d1d1d1;
	border-radius: 1px;
}

button.btn_black {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 50px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumGothic';
	font-size: 18px;
	font-weight:400;
	color: #fff;
	background-color:#2c2c2c;
	border: 1px solid #222;
}
button.btn_black:hover {
	background-color:#666;
}

button.btn_gray {
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px 4px;
	text-align:center;
	line-height: 25px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumGothic';
	font-size: 14px;
	font-weight:400;
	color: #000;
	background-color:#eee;
	border: 1px solid #d2d2d2;
}
button.btn_gray:hover {
	background-color:#f5f5f5;
}

button.btn_add {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 43px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumGothic';
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background-color:#d7d7d7;
	border: 1px solid #c0c0c0;
}
button.btn_add:hover {
	color:#fe6600;
	background-color:#fff;
	border: 1px solid #ff8a2b;
}

button.btn_add2 {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 43px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumGothic';
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background-color:#fafafa;
	border: 1px solid #555;
}
button.btn_add2:hover {
	color:#f32835;
	background-color:#fff;
	border: 1px solid #f32835;
}

button.btn_service {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 43px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumGothic';
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background-color:#f32835;
	border: 1px solid #f32835;
}
button.btn_service:hover {
	color:#f32835;
	background-color:#fff;
	border: 1px solid #f32835;
}

/*** button reset ***/

/*** selectbox setting ***/
/* type1 */
span.select-type1 {
	text-align: left;
	display: inline-block;
	height: 18px;
	padding: 5px 0 0 0;
	border: 1px solid #dedede;
	background: #fff url('/img/sub/select_arrow.gif') no-repeat 100% 0;
	color: #777;
	font-size: 12px;
	line-height: 1.2;
	cursor: default;
	vertical-align: middle;
}
span.select-type1 .selected {
	display: inline-block;
	height: 23px;
	padding: 0 6px;
}
ul.select-type1 {
	overflow: auto;
	position: absolute;
	z-index: 100;
	max-height: 120px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #777;
	font-size: 12px;
	line-height: 1.2;
	cursor: default;
}
ul.select-type1 li {
	height: 19px;
	padding: 5px 0 0 6px;
}
ul.select-type1 li.hover {
	background-color: #dedede;
}
/* //type1 */
/* type2 */
span.select-type2 {
	display: inline-block;
	height: 17px;
	padding: 6px 0 0 0;
	border: 1px solid #dedede;
	background: #fff url('/kr/images/common/arrow_select03.gif') no-repeat 100% 0;
	color: #777;
	font-size: 11px;
	line-height: 1.2;
	cursor: default;
	vertical-align: middle;
}
span.select-type2 .selected {
	display: inline-block;
	height: 23px;
	padding: 0 6px;
}
ul.select-type2 {
	overflow: auto;
	position: absolute;
	z-index: 2000;
	max-height: 115px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #777;
	font-size: 11px;
	cursor: default;
}
ul.select-type2 li {
	height: 19px;
	padding: 4px 0 0 6px;
}
ul.select-type2 li.hover {
	background-color: #dedede;
}
/* //-type2 */
select.select-type3::-ms-expand {
	display: none;
}
select.select-type3 {
	box-sizing: border-box;
	height: 21px;
	padding: 0px 0px 0px 3px;
	border: 1px solid #dedede;
	background:url(/img/mall/select_arr.png) no-repeat 94% 50% #ffffff;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	cursor: default;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ipad input[type=text], input[type=image], button, input[type=button], input[type=submit], textarea {
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-border-radius: 0;
}

.obj-section01 {
	margin-top: 15px !important;
}


@media only screen and (min-device-width:320px) and (max-device-width:1078px) {
select, button, input, textarea {
	font-size: 14px;
}
select {
	height: 27px;
	padding: 0.2em 0.3em;
}
input[type=text], input[type=file], input[type=password] {
	height: 27px;
	line-height: 25px;
}

.btn_file label {
	font-size: 12px;
}

button.bt-itemop {
	min-height: 28px;
	padding: 0 1.5em 0 0.4em;
	text-align: left;
	line-height: 1.5em;
	font-size: 13px;
	background: url(/img/mall/arrow2.png) no-repeat 97% 50% #ffffff;
	border: 1px solid #d1d1d1;
}

button.btnOp {
	line-height: 27px;
	font-size: 12px;
}

select.select-type3 {
	font-size: 12px;
}

}

@media only screen and (min-device-width:320px) and (max-device-width:640px) {
button.X_red {
	width: 13px;
	height: 13px;
	background:url(/img/mall/cancel_btn5.png) no-repeat 50% 50%;
	background-size:cover;
}
}