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, thead, tbody, tfoot, th, td {
	border-collapse: collapse;
	border-spacing:0;
}
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;
}

.clearbox {
*zoom:1;
}
.clearbox:after, .clearbox:before {
	content: "";
	display: block;
	clear: both;
}

form {
	clear: both
}

select, button, input, textarea {
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'Noto Sans KR', 'Nanum Gothic', tahoma, Dotum, AppleGothic, sans-serif;
	font-size: 16px;
	color: #515151;
}
select:focus, input:focus {
	outline-color:rgba(255,187,0, .5);
}

textarea {
	overflow: auto;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #ddd;
}
*+html textarea {
	margin-top: -1px;
}

/*** selectbox setting ***/
select {
	height: 34px;
	padding: 0.2em 2.8em 0.2em 0.3em;
	border: 1px solid #ddd;
	background:url(/img/mall/select_arr2.png) no-repeat 97% 50%;
	-webkit-appearance: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
select::-ms-expand {
	display: none;
}
/* type1 */
span.select-type1 {
	text-align: left;
	display: inline-block;
	height: 18px;
	padding: 5px 0 0 0;
	border: 1px solid #dedede;
	background:url(/img/mall/select_arr2.png) no-repeat 100% 0 #fff;
	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: url(/img/mall/select_arr2.png) no-repeat 100% 0 #fff;
	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 */
/* type3 */
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;
}
/* type4 */
select.select-type4::-ms-expand {
	display:none;
}
select.select-type4 {
	box-sizing: border-box;
	padding: 0px 20px 0px 3px;
	border: 1px solid #dedede;
	background:url(/img/mall/select_arr3.png) no-repeat 94% 50% #ffffff;
	background-size:10px;
	color: inherit;
	font-size: inherit;
	cursor: default;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*** E:selectbox setting ***/

input[type=text], input[type=file], input[type=password], input[type=email] {
	height: 34px;
	padding: 0px 3px;
	line-height: 32px;
	border: 1px solid #ddd;
}
input[type=text].line, input[type=file].line, input[type=password].line {
	height: 30px;
	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;
}
::placeholder {
	color: #aaa;
	font-size:13px;
}
::-webkit-input-placeholder {
	color: #aaa;
	font-size:13px;
}
:-ms-input-placeholder {
	color: #aaa;
	font-size:13px;
}
input.ph_red::placeholder {
	color: #EA2A28;
	font-weight:bold;
}
input.ph_red::-webkit-input-placeholder {
	color: #EA2A28;
}
input.ph_red:-ms-input-placeholder {
	color: #EA2A28;
}

@media (max-device-width:539px) {
select, button, input, textarea {
	font-size: inherit;
}
select {
	height: 27px;
	padding: 0.2em 0.3em;
}
input[type=text], input[type=file], input[type=password] {
	height: 27px;
	line-height: 25px;
}

select.select-type3 {
	font-size: 12px;
}

}

/* file - input */
.fileup-btn {
  width: 128px;
  box-sizing:border-box;
  margin:0;
  padding:85px 0 30px 0;
  color: #999;
  text-align: center;
  background-color: #fff;
  background-image:url(/img/icons/i_photo.png);
  background-position:50% 35px;
  background-repeat:no-repeat;
  background-size:48px;
  border:3px dashed #eaeaea;
  border-radius: 6px;
  cursor: pointer;
}
.fileup-input {
  display: none;
}
@media (max-device-width:539px) {
.fileup-btn {
  width: 92px;
  padding-top:60px;
  padding-bottom:20px;
  font-size:12px;
  background-position:50% 25px;
  background-size:36px;
  border-width:2px;
}
}


/*** anchor reset ***/
a {
	color: inherit;
	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;
}

/* Date icon */
input[type="date"] {
	position:relative;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background:transparent;
  z-index:1;
  width:30px;
}
input[type="date"]::after {
	content:'';
	position:absolute;
	z-index:0;
	top:50%;
	right:0;
	width:28px;
	height:28px;
	background:url(/img/i_calendar.png)  50% 50% no-repeat;
	background-color:transparent;
	background-size:contain;
	transform:translateY(-50%);
}
/* END- Date icon */

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;
	margin-left:0;
}
.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%;
}

/*******/
.incheck {
	position: relative;
}
.incheck input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.incheck input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.incheck input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 17px;  /* 체크박스의 너비를 지정 */
	height: 17px;  /* 체크박스의 높이를 지정 */
	line-height: 17px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	font-size:13px;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius : 0;
}
.incheck input[type="checkbox"] + label:active:before,
.incheck 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);
}
.incheck input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
	content: '\2714';  /* 체크표시 유니코드 사용 */
	color: #000;
	text-shadow: 1px 1px #fff;
	background: #fff;
	border-color: #222222;
}

/*******/
.inok-sq {
	position: relative;
}
.inok-sq input[type="checkbox"],
.inok-sq input[type="radio"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.inok-sq input[type="checkbox"] + label,
.inok-sq input[type="radio"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-left:0;
	margin-right:20px;
	margin-top:4px;
	margin-bottom:4px;
}
.inok-sq input[type="checkbox"] + label:before,
.inok-sq input[type="radio"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 21px;  /* 체크박스의 너비를 지정 */
	height: 21px;  /* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	background: url(/img/mall/check2_i_off.png) no-repeat 0% 50%;
	border: 0px;
	border-radius : 0px;
}
.inok-sq input[type="checkbox"] + label:active:before, .inok-sq input[type="checkbox"]:checked + label:active:before,
.inok-sq input[type="radio"] + label:active:before, .inok-sq input[type="radio"]: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-sq input[type="checkbox"]:checked + label:before,
.inok-sq input[type="radio"]:checked + label:before {  /* 체크박스를 체크했을때 */
/*	content: '\2714';  /* 체크표시 유니코드 사용 */
	text-shadow: 1px 1px #fff;
	background: url(/img/mall/check2_i_on.png) no-repeat 0% 50%;
}
.inok-sq._only input[type="checkbox"] + label, .inok-sq._only input[type="checkbox"] + label:before,
.inok-sq._only input[type="radio"] + label, .inok-sq._only input[type="radio"] + label:before {
	margin-right:0;
}

/*******/
.inok-nobd {
	position: relative;
}
.inok-nobd input[type="checkbox"],
.inok-nobd input[type="radio"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.inok-nobd input[type="checkbox"] + label,
.inok-nobd input[type="radio"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-left:0;
	margin-right:20px;
	margin-top:4px;
	margin-bottom:4px;
	color:#9d9d9d;
}
.inok-nobd input[type="checkbox"]:checked + label,
.inok-nobd input[type="radio"]:checked + label {  /* 체크박스를 체크했을때 */
	color:#000;
}
.inok-nobd input[type="checkbox"] + label:before,
.inok-nobd input[type="radio"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 21px;  /* 체크박스의 너비를 지정 */
	height: 21px;  /* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 5px 0 0;
	text-align: center;
	vertical-align: middle;
	background: url(/img/mall/check3_i_on.png) no-repeat 0% 50%;
	background-size:cover;
	border: 0px;
	border-radius : 0px;
	opacity: .3;
}
.inok-nobd input[type="checkbox"] + label:active:before, .inok-nobd input[type="checkbox"]:checked + label:active:before,
.inok-nobd input[type="radio"] + label:active:before, .inok-nobd input[type="radio"]: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-nobd input[type="checkbox"]:checked + label:before,
.inok-nobd input[type="radio"]:checked + label:before {  /* 체크박스를 체크했을때 */
/*	content: '\2714';  /* 체크표시 유니코드 사용 */
	text-shadow: 1px 1px #fff;
	background: url(/img/mall/check3_i_on.png) no-repeat 0% 50%;
	background-size:cover;
	opacity:1;
}

/*******/
.inok-circle {
	position: relative;
}
.inok-circle input[type="radio"],
.inok-circle input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.inok-circle input[type="radio"] + label,
.inok-circle input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-left:0;
	margin-right:20px;
	margin-top:4px;
	margin-bottom:4px;
}
.inok-circle input[type="radio"] + label:before,
.inok-circle input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 24px;  /* 체크박스의 너비를 지정 */
	height: 24px;  /* 체크박스의 높이를 지정 */
	line-height: 24px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	background: url(/img/mall/check_i_off.png) no-repeat 0% 50%;
	border: 0px;
	border-radius : 0px;
}
.inok-circle input[type="radio"] + label:active:before, .inok-circle input[type="radio"]:checked + label:active:before,
.inok-circle input[type="checkbox"] + label:active:before, .inok-circle 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-circle input[type="radio"]:checked + label:before,
.inok-circle input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
/*	content: '\2714';  /* 체크표시 유니코드 사용 */
	text-shadow: 1px 1px #fff;
	background: url(/img/mall/check_i_on.png) no-repeat 0% 50%;
}

/*******/
.inradio-card {
	position: relative;
	vertical-align:middle;
	box-sizing:border-box;
}
.inradio-card input[type="radio"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.inradio-card input[type="radio"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width:187px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing:border-box;
	margin:4px 6px;
	padding:24px 15px;
	vertical-align:middle;
	text-align:center;
	color: inherit;
	background-color:#fff;
	border:1px solid #c6c6c6;
	border-radius:12px;
}
.inradio-card input[type="radio"]:checked + label {  /* 체크박스를 체크했을때 */
/*	content: '\2714';  /* 체크표시 유니코드 사용 */
	color:#000;
	background-color:#ffb1b1;
	border-color:transparent;
}
@media only screen and (max-device-width:1199px) {
.inradio-card input[type="radio"] + label {
	width:auto;
	min-width:140px;
	padding-left:12px;
	padding-right:12px;
}
}
@media only screen and (max-device-width:420px) {
.inradio-card input[type="radio"] + label {
	min-width:auto;
	margin-left:4px;
	margin-right:4px;
	padding-top:15px;
	padding-bottom:15px;
}
}


/* 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;
}
/* //END file button */

/**** inputbox reset ***/

/*** button reset ***/
button {
	border: 0;
	font-family: inherit;
}
button:focus {
	outline:0;
}
button:disabled {
	opacity:.6;
}
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;
}
@media (max-device-width:767px) {
button.X_red {
	width: 13px;
	height: 13px;
	background:url(/img/mall/cancel_btn5.png) no-repeat 50% 50%;
	background-size:cover;
}
}


.bt-itemop {
	display:block;
	box-sizing: border-box;
	cursor: pointer;
	width:100%;
	padding:10px 0;
	text-align: center;
	line-height:30px;
	font-size: 24px;
	font-weight:bold;
	color: #fff;
	/*background: url(/img/mall/arrow1.png) no-repeat 97% 50% #ffffff;*/
	background-color:#ffb1b1;
	border: 0px solid #d1d1d1;
	border-radius:15px;
}
.bt-itemop:hover {
	color: #fff;
	text-decoration:none;
	background-color:#ff9a9a;
}
.btn-guide {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:relative;
	box-sizing:border-box;
	width:186px;
	max-height:50px;
	padding: 9px 10px 9px 44px;
	word-break:break-all;
	font-size:18px;
	color:#6c6c6c;
	border:1px solid #ffb1b1;
	background-color:#fff;
}
.btn-guide:hover {
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
.btn-guide::before {
	content:'';
	display:inline-block;
	position:absolute;
	left:8px;
	top:50%;
	transform:translateY(-50%);
	width:28px;
	height:28px;
	vertical-align:middle;
}
.btn-guide-size::before {
	background:url(/img/icons/i_ruler.png) no-repeat 50% 50%;
	background-size: contain;
}
.btn-guide-size::after {
	content:'안내';
	margin-left:5px;
}
.btn-guide-print::before {
	background:url(/img/icons/i_print_guide.png) no-repeat 50% 50%;
	background-size: contain;
}
.btn-guide-free::before {
	background:url(/img/icons/i_free_cloth.png) no-repeat 50% 50%;
	background-size: contain;
}
@media screen and (max-device-width:1199px) {
.btn-guide {
	width:142px;
	height:100%;
	max-height:100%;
	padding:7px 8px 7px 32px;
	line-height:1.2;
	font-size:inherit;
}
.btn-guide::before {
	width:22px;
	height:20px;
}
}
@media screen and (max-device-width:1023px) {
.btn-guide {
	width:124px;
	padding-right:6px;
}
.btn-guide::before {
	left:6px;
}
.btn-guide-size::after {
	display:none;
}
}
@media screen and (max-device-width:767px) {
.btn-guide {
	width:90px;
	padding-left:28px;
	font-size:12px;
	font-weight:600;
}
.btn-guide::before {
	width:20px;
	height:20px;
	left:5px;
}
}
@media screen and (max-device-width:539px) {
.btn-guide {
	padding-right:5px;
}
.btn-guide::before {
	width:18px;
	height:18px;
}
}

button.btnOp {
	box-sizing: border-box;
	cursor: pointer;
	width:100%;
	text-align: center;
	line-height: 37px;
	letter-spacing: -1px;
	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_apply {
	box-sizing: border-box;
	width:100%;
	height:52px;
	cursor: pointer;
	padding:0;
	text-align:center;
	line-height:50px;
	font-size: 20px;
	font-weight:700;
	color: #000;
	background-color:#ffb1b1;
	border: 1px solid #d76b6b;
}
button.btn_apply:hover {
	color: #000;
	background-color:#f97575;
	border-color:#f97575;
}
button.btn_gray {
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px 4px;
	text-align:center;
	line-height: 25px;
	font-size: 14px;
	font-weight:400;
	color: #000;
	background-color:#eee;
	border: 1px solid #d2d2d2;
}
button.btn_gray:hover {
	color: #000;
	background-color:#f5f5f5;
}

button.btn_add {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	height:45px;
	text-align:center;
	line-height: 41px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background-color:#ffb1b1;
	border: 2px solid #ffb1b1;
}
button.btn_add:hover {
	color: #f09090;
	background-color:#ffffff;
	border-color:#f09090;
}

button.btn_add2 {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 43px;
	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-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;
}

.btn_same {
	display:inline-block;
	box-sizing: border-box;
	cursor: pointer;
	width:calc(100% - 10px);
	margin:5px;
	padding:4px;
	text-align:center;
	word-break:keep-all;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration:none;
	background-color:#e6e6e6;
	border: 0;
	border-radius:0.5rem;
	box-shadow:0 3px 7px rgba(0,0,0,0.2), inset 0 3px 5px rgba(108,108,108,0.3);
}
.btn_same:hover {
	text-decoration:none;
	color: #fff;
	background-color:#838383;
}
@media (max-device-width:539px) {
.btn_same {
	font-size:11px;
	border-radius:0.314rem;
}
}

button.btn_mainmore {
	box-sizing: border-box;
	cursor: pointer;
	width: 270px;
	text-align:center;
	line-height: 58px;
	font-size: 18px;
	font-weight: 400;
	color: #585858;
	background-color:#fff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.i_plus {
	background:url(/img/more_plus.png) no-repeat 50% 50%;
	background-size:cover;
}

.btn_XL, .btn_L, .btn_M, .btn_S, .btn_Mbd, .btn_Sbd {
	display:inline-block;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;
	line-height:1.2;
	text-decoration:none;
	text-align:center;
	word-break:keep-all;
	cursor:pointer;
}
.btn_XL {
	padding:15px 50px;
	font-size:30px;
	font-weight:400;
	border:0;
	border-radius:12px;
}
.btn_L {
	min-height: 54px;
	padding:15px 50px;
	font-size:20px;
	font-weight:400;
	border-radius:12px;
}
.btn_M {
	min-height:39px;
	padding:10px 25px;
	font-size:15px;
	font-weight:400;
	border-width:0;
	border-radius:8px;
}
.btn_S {
	min-height:28px;
	padding:5px 10px;
	font-size:15px;
	font-weight:400;
	border-width:0;
	border-radius:5px;
}
.btn_Lbd {
	min-height: 54px;
	padding:12px 47px;
	font-size:20px;
	font-weight:400;
	border:3px solid transparent;
	border-radius:12px;
}
.btn_Mbd {
	padding:0px 25px;
	line-height:37px;
	font-size:15px;
	font-weight:400;
	border:1px solid transparent;
	border-radius:8px;
}
.btn_Sbd {
	padding:0 5px;
	line-height:26px;
	font-size:15px;
	font-weight:400;
	border:1px solid transparent;
	border-radius:5px;
}

.btn_XL:hover, .btn_L:hover, .btn_M:hover, .btn_S:hover, .btn_Lbd:hover, .btn_Mbd:hover, .btn_Sbd:hover {
	text-decoration:none;
}

.btn_radius0 {
	border-radius:0;
}
.bt_black, .bt_black:hover {
	color:#fff;
	background-color:#0a0a0a;
}
.bt_gray, .bt_gray:hover {
	color:#fff;
	background-color:#909090;
}
.btbd_gray, .btbd_gray:hover {
	color:#000;
	background-color:#dbdbdb;
	border-color:#909090;
}
.bt_sky, .bt_sky:hover {
	color:#fff;
	background-color:#9ed2f9;
}
.bt_yellow, .bt_yellow:hover {
	color:#fff;
	background-color:#ffb400;
}
.bt_yellow_bdr2, .bt_yellow_bdr2:hover {
	color:#ffb61a;
	background-color:#fff;
	border-color:#ffb61a;
	border-width:2px;
	border-radius:12px;
}
.bt_red, .bt_red:hover {
	color:#fff;
	background-color:#f32835;
}
.bt_pink, .bt_pink:hover {
	color:#fff;
	background-color:#ff7676;
}
.btbd_pink, .btbd_pink:hover {
	color:#000;
	background-color:#ffffff;
	border-color:#ffb1b1;
}
.bt_purple, .bt_purple:hover {
	color:#fff;
	background-color:#dc99ff;
}

.btn_primary {
	display:inline-block;
	box-sizing: border-box;
	cursor: pointer;
	padding-left:24px;
	padding-right:24px;
	text-align:center;
	font-weight:700;
	color: #666;
	background-color:#fff;
	border: 2px solid #cfcfcf;
}
.btn_primary:hover {
	text-decoration:none;
	color: #666;
	background-color:#fff;
}
.btn_success {
	display:inline-block;
	box-sizing: border-box;
	cursor: pointer;
	padding-left:24px;
	padding-right:24px;
	text-align:center;
	font-weight:700;
	color: #1b1b1b;
	background-color:#ffb1b1;
}
.btn_success:hover {
	text-decoration:none;
	color: #fff;
	background-color:#f97575;
}

.btnicon {
	display:inline-block;
	padding:0;
	margin:6px;
	vertical-align:middle;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.i_trash {
	width:24px;
	height:24px;
	background-image:url(/img/icons/i_trash.png);
}

@media (max-device-width:1199px) {
.btn_file label {
	font-size: 12px;
}

button.bt-itemop {
	padding:8px 3px;
	line-height: 1.5;
	font-size: inherit;
}

button.btnOp {
	line-height: 27px;
	font-size: 12px;
}

.btn_S {
	height:27px;
	padding:6px 8px;
	font-size:12px;
}
.btn_Sbd {
	font-size:12px;
}
}
@media (max-device-width:1023px) {
.btn_XL {
	font-size:24px;
}
.btn_Lbd, .btn_L {
	font-size:18px;
}
.btn_Lbd {
	border-width:2px;
}
._order_listveiw .btn_L {
	height:auto;
	font-size:15px;
}
}
@media (max-device-width:767px) {
.btn_XL {
	font-size:20px;
}
.btn_L {
	padding:15px 25px;
	font-size:16px;
}
.btn_Lbd {
	padding:13px 23px;
	font-size:16px;
}
.btnicon {
	margin:2px 4px;
}
}
@media (max-device-width:539px) {
.btn_XL {
	font-size:18px;
}
.btn_L {
	min-height:42px;
	padding:12px 20px;
	font-size: inherit;
}
.btn_Lbd {
	min-height:42px;
	padding:10px 18px;
	font-size: inherit;
}
.btn_M {
	min-height:34px;
	padding:8px 15px;
	font-size: inherit;
}
.btn_Mbd {
	padding:0px 14px;
	line-height:32px;
	font-size: inherit;
}

._order_listveiw .btn_L {
	font-size: inherit;
}
}
/*** button reset ***/


.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;
}

.required {
	display:inline-block;
	vertical-align:middle;
	color:inherit;
	font-size:inherit;
}
.required::before {
	content:'\002A';
	color:#ff0000;
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
}

.warning_icon {
	display: inline-block;
	width:21px;
	height:21px;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:center;
	color:inherit;
	line-height:21px;
	font-size:16px;
	background-color:#FACD05;
	border-radius:100%;
}
.warning_icon._red {
	background-color:#EA3737;
}
.warning_icon::before {
	content:'\0021';
	color:#fff;
	font-weight:bold;
}

