hr {
	display: none;
}
h1 {
	font-size: 1%;
	line-height: 0;
	text-indent: -5000px;
}

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
}
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-family: 'Pretendard', 'Noto Sans KR', dotum, gulim,  Arial, sans-serif;
	font-size: inherit;
	color: inherit;
}
textarea {
	overflow: auto;
	overflow-x: hidden;
	padding: 5px;
	border: 1px solid #ddd;
}
*+html textarea {
	margin-top: -1px;
}
textarea:focus, input:focus {
	outline-color:#9096ff;
}

select {
	height: 34px;
	padding: 0.2em 1.8em 0.2em 0.3em;
	border: 1px solid #d2d2d2;
	border-radius:0.325rem;
	background-color:#ffffff;
	background-image:url(/img/mall/select_arr.png);
	background-position:97% 50%;
	background-repeat:no-repeat;
	background-size:22px;
	-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], input[type=email] {
	height: 34px;
	padding: 0px 3px;
	border: 1px solid #d2d2d2;
}
input[type=text].line, input[type=file].line, input[type=password].line {
	height: 30px;
	border: 1px solid #d2d2d2;
	padding-left: 5px;
}
input[type=checkbox], input[type=radio] {
	margin: 0px;
	padding: 0px;
	height: 12px;
}
input[type=image]:focus {
	outline:0;
}

input::-webkit-input-placeholder {
	color: #a5a5a5;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:#a5a5a5;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#a5a5a5;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color:#a5a5a5;
}
@media (max-width:767px) {
select {
	height: 32px;
/*	padding: 0.2em 0.3em;
	background: none;*/
	background-size:13px;
}
input[type=text], input[type=file], input[type=password], input[type=email] {
	height: 32px;
	line-height: 30px;
}
}

/*** anchor reset ***/
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #0087e8;
	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;
}

/***-----* input [type="radio"] Size UP  *-----***/
.inradio {
	position: relative;
}
.inradio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.inradio input[type="radio"] + label {
	display: inline-block;
	position: relative;
	margin-left:25px;
	margin-right:15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.inradio input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: -25px;
	top:5px;
	width: 17px;
	height: 17px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #c1c1c1;
	border-radius: 100%;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.inradio input[type="radio"] + label:active:before, .inradio 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);
}
.inradio input[type="radio"]:checked + label:before {
	background: #fff;
	border-color: #696fd6;
}
.inradio input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top:9px;
	left: -21px;
	width: 11px;
	height: 11px;
	background: #696fd6;
	border-radius: 100%;
	box-shadow:none;
}
.inradio._inonly input[type="radio"] + label {
	width:19px;
	height:19px;
	margin-right:0;
	padding-left:0;
	vertical-align:middle;
}
@media (max-device-width:1023px) {
.inradio input[type="radio"] + label:before {
	top:4px;
}
.inradio input[type="radio"]:checked + label:after {
	top:8px;
}
}
@media (max-device-width:539px) {
.inradio input[type="radio"] + label {
	margin-left: 20px;
}
.inradio input[type="radio"] + label:before {
	left:-20px;
	top:3px;
	width: 14px;
	height: 14px;
}
.inradio input[type="radio"]:checked + label:after {
	left:-16px;
	top:7px;
	width: 8px;
	height: 8px;
}
}


/***-----* input [type="checkbox"] Size UP  *-----***/
.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:0 0 0 31px;
}
.inok input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 21px;  /* 체크박스의 너비를 지정 */
	height: 21px;  /* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 -31px;
	text-align: center;
	vertical-align: middle;
	background-image:url(/img/icons/i_check_off.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius : 15px;
}
.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';   체크표시 유니코드 사용 */
	color:#ff4b71;
	text-shadow: 1px 1px #fff;
	background-image:url(/img/icons/i_check_on.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-color: #fff;
	border-color: #ff8fa7;
}
@media (max-device-width:767px) {
.inok input[type="checkbox"] + label {
	margin-left:29px;
}
.inok input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	width:19px;  /* 체크박스의 너비를 지정 */
	height: 19px;  /* 체크박스의 높이를 지정 */
	line-height: 19px; /* 세로정렬을 위해 높이값과 일치 */
	margin-left:-29px;
	margin-top:-3px;
}
}


/***-----* input Check Type - [type="radio"] [type="checkbox"] *-----***/
.incheck {
	position: relative;
}
.incheck input[type="radio"],
.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="radio"] + label,
.incheck input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left:0;
	margin-right:12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.incheck input[type="radio"] + label:before,
.incheck input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 21px;  /* 체크박스의 너비를 지정 */
	height: 21px;  /* 체크박스의 높이를 지정 */
	line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	font-size:13px;
	background: #fff;
	border: 1px solid #BCBCBC;
	border-radius:3px;
}
.incheck input[type="radio"] + label:before {
	border-radius:12px;
}
.incheck input[type="radio"] + label:active:before, .incheck input[type="radio"]:checked + label:active:before,
.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="radio"]:checked + label:before,
.incheck input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
	content: '\2714';  /* 체크표시 유니코드 사용 */
	color: #ffffff;
	font-weight:bold;
	background: #6666ff;
	border-color: #6666ff;
}
.incheck._inonly input[type="radio"] + label,
.incheck._inonly input[type="radio"] + label:before,
.incheck._inonly input[type="checkbox"] + label,
.incheck._inonly input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
	margin-right:0;
	margin-left:0;
}


/***-----* input Card Type - [type="radio"] *-----***/
.incard {
	position: relative;
}
.incard input[type="radio"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.incard input[type="radio"] + label {
	display: inline-block;
	position: relative;
	width:180px;
	box-sizing:border-box;
	margin-right:5px;
	padding:25px 10px;
	text-align:center;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #d2d2d2;
	border-radius:0.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.incard input[type="radio"]:checked + label {  /* 체크박스를 체크했을때 */
	color: #ffffff;
	font-weight:bold;
	background-color: #f7759d;
	border-color: #f7759d;
}
@media (max-device-width:1023px) {
.incard input[type="radio"] + label {
	width:auto;
	min-width:160px;
}
}


/***-----* input ChackTab Type - [type="radio"][type="checkbox"] *-----***/
.intxtbox {
	position: relative;
	vertical-align:middle;
	box-sizing:border-box;
}
.intxtbox input[type="radio"],
.intxtbox input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	outline:none;
}
.intxtbox input[type="radio"] + label,
.intxtbox input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width:auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing:border-box;
	margin:3px 15px 3px 0;
	padding:8px 15px 8px 40px;
	vertical-align:middle;
	text-align:center;
	font-weight:500;
	color: #898989;
	background-color:#fff;
	border:1px solid #a6a6a6;
	border-radius:5rem;
	outline:none;
	backface-visibility:hidden;
}
.intxtbox input[type="radio"] + label:before,
.intxtbox input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	left:10px;
	top:7px;
	width: 23px;
	height: 23px;
	text-align: center;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url(/img/icons/i_check-circle-fill.svg);
	background-size:cover;
	border:0;
	border-radius: 100%;
	box-shadow:none;
	opacity:0.15;
}
.intxtbox input[type="radio"] + label:active:before, .intxtbox input[type="radio"]:checked + label:active:before,
.intxtbox input[type="checkbox"] + label:active:before, .intxtbox input[type="checkbox"]:checked + label:active:before {
	box-shadow:none;
}

.intxtbox input[type="radio"]:checked + label,
.intxtbox input[type="checkbox"]:checked + label {
/*	content: '\2714';*/
	color: #ffffff;
	background-color:#6666ff;
	border-color:#6666ff;
}
.intxtbox input[type="radio"]:checked + label:before,
.intxtbox input[type="checkbox"]:checked + label:before {
	opacity:1;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(106%) contrast(102%);
}
@media (max-device-width:599px) {
.intxtbox input[type="radio"] + label,
.intxtbox input[type="checkbox"] + label {
	margin-right:12px;
	padding:7px 10px 7px 34px;
}
.intxtbox input[type="radio"] + label:before,
.intxtbox input[type="checkbox"] + label:before {
	top:5px;
	left:5px;
}
}
@media (max-device-width:539px) {
.intxtbox input[type="radio"] + label,
.intxtbox input[type="checkbox"] + label {
	padding-left:30px;
}
.intxtbox input[type="radio"] + label:before,
.intxtbox input[type="checkbox"] + label:before {
	width: 21px;
	height: 21px;
}
}


/***-----* input Height List Type - [type="radio"][type="checkbox"] *-----***/
.inlist {
	position: relative;
	vertical-align:middle;
	box-sizing:border-box;
}
.inlist input[type="radio"],
.inlist input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	outline:none;
}
.inlist input[type="radio"] + label,
.inlist input[type="checkbox"] + label {
	display:block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	box-sizing:border-box;
	margin:0;
	padding:15px;
	vertical-align:middle;
	text-align:left;
	font-weight:500;
	color: inherit;
	background-color: transparent;
	border:1px solid #cccccc;
	border-width:1px 0;
	border-radius:0;
	outline:none;
	backface-visibility:hidden;
}
.inlist label + input + label {
	margin-top:-1px !important;
}
.inlist input[type="radio"] + label:before {
	content: '';
	display:inline-block;
	position: relative;
	box-sizing:border-box;
	vertical-align:middle;
	width: 23px;
	height: 23px;
	margin-right:10px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:100%;
	box-shadow:none;
}
.inlist input[type="checkbox"] + label:before {
	content: '';
	display:inline-block;
	position: relative;
	box-sizing:border-box;
	vertical-align:middle;
	width: 23px;
	height: 23px;
	margin-right:10px;
	background-color:#ffffff;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:none;
	background-size:18px;
	border:1px solid #cccccc;
	border-radius: 4px;
	box-shadow:none;
}
.inlist input[type="radio"] + label:active, .inlist input[type="radio"]:checked + label:active,
.inlist input[type="checkbox"] + label:active, .inlist input[type="checkbox"]:checked + label:active {
	box-shadow:none;
	background-color:#ffffff;
}
.inlist input[type="radio"]:checked + label,
.inlist input[type="checkbox"]:checked + label {
	background-color:#ffffff;
}
.inlist input[type="radio"]:checked + label:before {
	border-width:9px;
	border-color:#6666ff;
}
.inlist input[type="checkbox"]:checked + label:before {
	background-color:#6666ff;
	background-image:url(/img/icons/i_check_white.png);
	border-color:#6666ff;
}
@media (max-device-width:539px) {
.inlist input[type="radio"] + label,
.inlist input[type="checkbox"] + label {
	padding:11px 15px;
}

.inlist input[type="radio"] + label:before {
	width: 21px;
	height: 21px;
	margin-right:6px;
}
.inlist input[type="radio"]:checked + label:before {
	border-width:7px;
}
.inlist input[type="checkbox"] + label:before {
	width: 21px;
	height: 21px;
	margin-right:6px;
}
}


/* 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;
}
@media (max-device-width:767px) {
.btn_file label {
	font-size: 12px;
}
}
/* //END file button */

/**** inputbox reset ***/

/*** button reset ***/
button {
	border: 0;
}

button.X_gray {
	box-sizing: border-box;
	cursor: pointer;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 0;
	font-size: 0;
	background-image:url(/img/mall/cancel_btn4.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:cover;
	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-image:url(/img/mall/cancel_btn5.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:cover;
	border: 0px;
}
@media (max-device-width:767px) {
button.X_red {
	width: 13px;
	height: 13px;
}
}

.bt-itemop {
	box-sizing: border-box;
	cursor: pointer;
	position:relative;
	width:100%;
	padding:13px 25px;
	text-align: center;
	word-break:keep-all;
	line-height:1.2;
	font-size:21px;
	font-weight:600;
	color: #000000;
	background-color:#ffffff;
/*	background-image: url(/img/mall/arrow1.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-size:contain;*/
	border: 3px solid #5e3fcc;
	border-radius:5rem;
}
.bt-itemop:hover {
	color:#ffffff;
	background-color:#5e3fcc;
}
.bt-itemop._itemop_plus {
	width:calc(100% - 55px);
	margin-right:55px;
}
.bt-itemop._itemop_plus::after {
	content:'';
	display:block;
	position:absolute;
	top:5px;
	right:-55px;
	width:47px;
	height:47px;
	box-sizing:border-box;
	overflow:hidden;
	background-color: transparent;
	background-image:url(/img/icons/i_plus_circle.svg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:5rem;
	filter: brightness(0) saturate(100%) invert(21%) sepia(80%) saturate(2447%) hue-rotate(244deg) brightness(97%) contrast(84%);
}
.bt-itemop._itemop_check {
	color:#fff;
	background-color:#f43309;
	border-color:#f43309;
}
.bt-itemop._itemop_check:hover {
	background-color:#1E1E1E;
	border-color:#1E1E1E;
}
@media (max-device-width:1399px) {}
@media (max-device-width:1199px) {
.bt-itemop {
	font-size:18px;
	border-width:2px;
}
}
@media (max-device-width:1079px) {
.bt-itemop {
	padding:13px 15px;
	font-weight:500;
}
.bt-itemop._itemop_plus {
	width:calc(100% - 51px);
	margin-right:51px;
}
.bt-itemop._itemop_plus::after {
	top:5px;
	right:-51px;
	width:43px;
	height:43px;
	background-size:29px;
}
}
@media (max-device-width:1023px) {
.bt-itemop {
	padding:12px 15px;
	font-size:16px;
}
.bt-itemop._itemop_plus {
	width:calc(100% - 40px);
	margin-right:40px;
}
.bt-itemop._itemop_plus::after {
	top:50%;
	right:-40px;
	transform:translateY(-50%);
	width:32px;
	height:32px;
	background-size:22px;
}
}
@media (max-device-width:767px) {
.bt-itemop {
	padding-top:9px;
	padding-bottom:9px;
	font-size: 14px;
}
.bt-itemop._itemop_plus {
	width:calc(100% - 29px);
	margin-right:29px;
}
.bt-itemop._itemop_plus::after {
	right:-29px;
	width:23px;
	height:23px;
	background-size:17px;
}
}
@media (max-device-width:539px) {
.bt-itemop {
	padding:9px 12px;
	font-size:13px;
}
}

button.btnOp {
	box-sizing: border-box;
	cursor: pointer;
	width:100%;
	height:37px;
	padding:8px 20px;
	line-height:1;
	text-align: center;
	letter-spacing: -1px;
	font-size: 16px;
	color: #000;
	background-color:#f8f8f8;
	border: 1px solid #d1d1d1;
	border-radius:4px;
}
@media (max-device-width:900px) {
button.btnOp {
	height: 27px;
	padding:5px 12px;
	font-size: 14px;
}
}

.btnXL, .btnL, .btnM, .btnS, .btnSS, .btnB {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	vertical-align:middle;
	word-break:keep-all;
	text-align:center;
	color: #000;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #333;
	border-radius:0.38rem;
	cursor:pointer;
}
.btnS, .btnSS, .btnB {
	font-family:'Noto Sans KR';
}

.btnXL {
	min-width:150px;
	padding:15px 40px;
	line-height:1;
	font-size:28px;
	font-weight:bold;
}
.btnL {
	min-width:150px;
	padding:15px 25px;
	line-height:1;
	font-size:20px;
	font-weight:500;
}
.btnM {
	min-height:39px;
	padding:10px 25px;
	line-height:1.2;
	font-size:16px;
	font-weight:400;
}
.btnS {
	padding:6px 8px;
	line-height:1.1;
	font-size:14px;
	font-weight:500;
}
.btnSS,
.btnB {
	min-width:60px;
	height:27px;
	padding:5px 6px;
	line-height:1;
	font-size:14px;
	font-weight:500;
}
.btnXL:hover, .btnL:hover, .btnM:hover,
.btnSS:hover, .btnS:hover,
.btnB:hover {
	text-decoration:none;
	color:#000;
}
.btn_radius {
	border-radius:5rem;
}
.btn_radius8 {
	border-radius:0.5rem;
}
@media (max-device-width:1199px) {
.btnXL {
	padding-left:30px;
	padding-right:30px;
	font-size:24px;
}
.btnL {
	padding:15px;
	font-size:18px;
}
.btnM {
	padding-left:15px;
	padding-right:15px;
}
}
@media (max-device-width:1023px) {
.btnXL {
	padding:12px 25px;
	font-size:20px;
}
.btnL {
	padding:12px 15px;
	font-size:17px;
}
.btnM {
	padding-left:12px;
	padding-right:12px;
	font-size:14px;
}
}
@media (max-device-width:767px) {
.btnXL {
	padding-left:20px;
	padding-right:20px;
	font-size:18px;
	font-weight:500;
}
.btnL {
	font-size:16px;
}
}
@media (max-device-width:539px) {
.btnXL, .btnL, .btnS, .btnB {
	font-family:'Noto Sans KR';
}
.btnXL {
	min-width:128px;
	padding:12px 15px;
}
.btnL {
	min-width:98px;
	padding-left:8px;
	padding-right:8px;
}
.btnM {
	padding:8px;
}
.btnSS {
	min-width:45px;
	height:22px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
}
}

.btnicon {
	display:inline-block;
	width:24px;
	height:24px;
	margin:6px 4px;
	padding:0;
	vertical-align:middle;
	cursor:pointer;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: contain;
}
@media (max-device-width:767px) {
.btnicon {
	margin:2px 4px;
}
}
@media (max-device-width:539px) {
.btnicon {
	width:20px;
	height:20px;
}
}
.i_trash {
	background-image:url(/img/icons/i_trash.png);
	opacity:0.3;
}
.i_del {
	background-image:url(/img/icons/i_del_circle.png);
}
.i_cancel {
	background-image:url(/img/icons/i_close.svg);
	background-size:20px;
}


.btnc_brand {
	color:#fff;
	background-color:#6666ff;
	border-color:#6666ff;
}
.btnc_brand:hover {
	color:#fff;
}
.btnc_black {
	color:#fff;
	background-color:#242424;
	border-color:#242424;
}
.btnc_black:hover {
	color:#fff;
}
.btnc_gray {
	color:#fff;
	background-color:#909090;
	border-color:#909090;
}
.btnc_gray:hover {
	color:#fff;
}
.btnc_yellow {
	color:#fff;
	background-color:#f8c512;
	border-color:#f8c512;
}
.btnc_yellow:hover {
	color:#fff;
}
.btnc_cbtblue {
	color:#fff;
	background-color:#7d9de4;
	border-color:#7d9de4;
}
.btnc_cbtblue:hover {
	color:#fff;
}
.btnc_purple {
	color:#fff;
	background-color:#696fd6;
	border-color:#696fd6;
}
.btnc_purple:hover {
	color:#fff;
}

.btnb_primary {
	color:#5f5ad5;
	border-color:#5f5ad5;
}
.btnb_primary:hover {
	color:#5f5ad5;
}

.btn_success {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position: relative;
	text-align:center;
	font-size:26px;
	font-weight:600;
	color:#fff;
	background-color:#6666ff;
	outline:none;
}
.btn_success:hover {
	background-color:#5959df;
}
.btn_success span::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	width:40px;
	height:40px;
	background:url(/img/icons/i_check-circle-fill.svg) no-repeat 50% 50%;
	background-size:contain;
}

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 {
	background-color:#f5f5f5;
}

.btn_add, .btn_add2, .btn_service {
	display:block;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 43px;
	font-size: 18px;
	font-weight: 400;
}
.btn_add {
	color: #000;
	background-color:#d7d7d7;
	border: 1px solid #c0c0c0;
}
.btn_add:hover {
	color:#fe6600;
	background-color:#fff;
	border: 1px solid #ff8a2b;
}
.btn_add2 {
	color: #000;
	background-color:#fafafa;
	border: 1px solid #555;
}
.btn_add2:hover {
	color:#f32835;
	background-color:#fff;
	border: 1px solid #f32835;
}
.btn_service {
	color: #fff;
	background-color:#f32835;
	border: 1px solid #f32835;
}
.btn_service:hover {
	color:#f32835;
	background-color:#fff;
	border: 1px solid #f32835;
}

.btni_buy::before,
.btni_del::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:24px;
	height:24px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:url(/img/icons/i_trash.png);
	background-size:contain;
	filter:invert(1);
}
.btni_buy::before {
	background-image:url(/img/icons/i_buy.png);
}
@media (max-device-width:1023px) {
.btni_buy::before,
.btni_del::before {
	margin-right:8px;
	width:20px;
	height:20px;
}
}
@media (max-device-width:767px) {
.btni_buy::before,
.btni_del::before {
	margin-right:6px;
	width:18px;
	height:18px;
}
}



/*** selectbox setting ***/
/* 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_arr.png) no-repeat 100% 0 #ffffff;
	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: 13px;
	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_arr.png) no-repeat 100% 0 #ffffff;
	color: #777;
	font-size: 13px;
	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;
}
@media (max-width:767px) {
select.select-type3 {
	font-size: 14px;
}
}


.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;
}

