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

table, tr, 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
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a5a5a5;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a5a5a5;
}
:-moz-placeholder {
	color: #a5a5a5;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #a5a5a5;
}
::-moz-placeholder {
	color: #a5a5a5;
}
::-webkit-input-placeholder {
	color: #a5a5a5;
}

select, button, input, textarea {
	box-sizing: border-box;
	vertical-align: middle;
	font-family: inherit;
	font-size: 16px;
	color: #515151;
}
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%;
	-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;
	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[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;
}
@media screen and (max-device-width:1078px) {
select, button, input, textarea {
	font-size: 14px;
}
select {
	height: 27px;
	padding: 0.2em 0.3em;
	background: none;
}
input[type=text], input[type=file], input[type=password] {
	height: 27px;
	line-height: 25px;
}
}

/*** 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%;
}

.check-circle {
	position: relative;
}
.check-circle input[type="checkbox"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.check-circle input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color:#999;
}
.check-circle input[type="checkbox"]:checked + label {
	color:#000;
}
.check-circle 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;
	background: url(/img/mall/check_circle_off.png) no-repeat 50% 50%;
	background-size:contain;
	border: 0px;
	border-radius : 0px;
	box-shadow: none;
}
.check-circle input[type="checkbox"] + label:active:before,
.check-circle input[type="checkbox"]:checked + label:active:before {
	box-shadow: none;
}
.check-circle input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
	background: url(/img/mall/check_circle_on.png) no-repeat 50% 50%;
	background-size:contain;
}


/* 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 screen and (max-device-width:1078px) {
.btn_file label {
	font-size: 12px;
}

}
/* //END file button */

/*** button reset ***/
button {
	border: 0;
}
button:focus {
	outline: none;
}

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-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-size: 16px;
	color: #000;
	background: url(/img/mall/arrow3.png) no-repeat 97% 50% #ffffff;
	border: 1px solid #d1d1d1;
	border-radius: 1px;
}
@media screen and (max-device-width:1078px) {
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;
}
}

@media screen and (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;
}
}

button.btn_black {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 50px;
	font-family: inherit;
	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: inherit;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background-color:#f9c2cc;
	border: 1px solid #f9c2cc;
}
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: inherit;
	font-size: 24px;
	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;
}

.btnXL {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	height:64px;
	padding:15px 24px;
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	color:#000;
	text-decoration:none;
	background-color:transparent;
	border-width:3px;
	border-style:solid;
	border-color:transparent;
	border-radius:12px;
	cursor:pointer;
}
.btnL {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	height:52px;
	padding:15px;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	color:#000;
	white-space:nowrap;
	text-decoration:none;
	background-color:transparent;
	border-width:2px;
	border-style:solid;
	border-color:transparent;
	border-radius:8px;
	cursor:pointer;
}
.btnM {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	height:34px;
	padding:8px;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:#000;
	white-space:nowrap;
	text-decoration:none;
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	border-radius:4px;
	cursor:pointer;
}
.btnS {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	height:21px;
	padding:2px 5px;
	font-size: 14px;
	text-align:center;
	color:#000;
	text-decoration:none;
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	border-radius:4px;
	cursor:pointer;
}
.btnXL:hover, .btnL:hover, .btnM:hover, .btnS:hover {
	text-decoration:none;
}
@media (max-width:1023px) {
.btnXL {
	height:54px;
	padding:12px 15px;
	font-size:19px;
}
.btnL {
	padding:12px;
	font-size:16px;
}
.btnM {
	padding:5px;
}
}
@media (max-width:767px) {
.btnXL {
	height:52px;
	font-size:17px;
}
}
@media (max-width:539px) {
.btnXL {
	height:48px;
	padding:10px;
	font-size:15px;
}

.btnL {
	height:42px;
	padding:10px;
	font-size: 15px;
}
}

.btc_black {
	color: #fff;
	background-color:#2c2c2c;
	border-color:#222;
}
.btc_black:hover {
	color: #fff;
	background-color:#666;
	border-color:#222;
}

.btc_gray {
	color: #000;
	background-color:#eee;
	border-colorr:#d2d2d2;
}
.btc_gray:hover {
	color: #000;
	background-color:#f5f5f5;
	border-colorr:#d2d2d2;
}

.btc_pink {
	color: #fff;
	background-color:#f1a6b6;
	border-color:#f1a6b6;
}
.btc_pink:hover {
	color: #fff;
	background-color:#f390a5;
	border-color:#f1a6b6;
}
.btc_deeppink {
	color: #fff;
	background-color:#F76483;
	border-color:#F76483;
}
.btc_deeppink:hover {
	color: #fff;
	background-color:#F37F97;
	border-color:#EA7990;
}
.btc_pinkline {
	color: #ed728c;
	background-color:#fff;
	border-color:#f1a6b6;
}
.btc_pinkline:hover {
	color: #ed728c;
	background-color:#fff;
	border-color:#f1a6b6;
}
.btc_greenline {
	color: #fff;
	background-color:#76C6AB;
	border-color:#fff;
	border-width:4px;
	box-shadow:3px 3px 10px rgba(108,108,108, .4), inset 3px 3px 5px rgba(108,108,108, .3);
}
.btc_greenline:hover {
	color: #fff;
}

.btc_groupsel {
	color: #fff;
	text-shadow:5px 5px 5px rgba(108,108,108, .4);
	padding-right:64px !important;
	background:url(/img/icons/i_check_white.png) no-repeat 98% 50%;
	background-size:contain;
	background-color:#c10f50;
	border-width:4px;
	border-color:#fff;
	box-shadow:3px 3px 10px rgba(108,108,108, .4);
}
.btc_groupsel:hover {
	color: #fff;
	background-color:#97073c;
	border-color:#fff;
}


.btnicon {
	display:inline-block;
	vertical-align:middle;
	width:21px;
	height:21px;
	margin:0 5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.i_ques {background-image:url(/img/icons/i_question.png);}
@media (max-width:1023px) {
.btc_groupsel {
	padding-right:52px !important;
	background-size:38px;
}
}
@media (max-width:539px) {
.btc_groupsel {
	padding-right:34px !important;
	background-size:26px;
}
}
/*** 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/mall/select_arr.png') no-repeat 98% 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;
}
/* End-type1 */
/* type2 - li select box */
.divSelectBox {
	position:relative;
	display:inline-block;
	width:108px;
	height:30px;
	line-height:30px;
	border: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
	border-radius:1px;
	background:url(/img/mall/select_arr2.png) no-repeat 94% 5px #ffffff;
}
.divSelectText {
	width: 100%;
	box-sizing:border-box;
	float: left;
	padding-left:8px;
	text-align:left;
}
.divSelectBox ul {
	display: none;
	position:absolute;
	top:30px;
	left:-1px;
	margin: 0px;
	padding: 5px 0 0 0px;
/*	width: 245px;  /* divSelectWrap에서 현재 padding값 뺀 값 */
	height: 90px;
	list-style-type: none;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
}
.divSelectBox ul li {
	padding:0px 8px;
	line-height: 30px;
	text-align:left;
	font-size: inherit;
	color: inherit;
	background-color: #fff;
}
.divSelectBox ul li.selected, .divSelectBox ul li.selected a {
	color:#000;
	background-color: #f0f0f0;
}
.divSelectBox ul li:hover, .divSelectBox ul li a:hover {
	color:#000;
	background-color: #f0f0f0;
}
.divSelectBox ul li a, .divSelectBox ul li a:hover {
	text-decoration:none;
}

.select-list-align, .select-list-align ul {
	width:108px;
}
/* End-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;
}
/* End-type3 */
@media screen and (max-device-width:1078px) {
select.select-type3 {
	font-size: 12px;
}

}


.obj-section01 {
	clear:both;
	display:block;
	margin-top: 15px !important;
}
.section-part01 {
	clear:both;
	display:block;
	margin-top: 30px;
}
.section-part02 {
	clear:both;
	display:block;
	margin-top: 60px;
}

