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;
	outline:0;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
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::-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%;
}

.inround {
	position: relative;
}
.inround input[type="checkbox"] , .inround input[type="radio"] {  /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.inround input[type="checkbox"] + label , .inround input[type="radio"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin:0px 5px;
	padding:10px 24px;
	line-height:22px;
	font-weight:400;
	color:#fff;
	background-color:#c6c6c6;
	border: 0px solid #ddd;
	border-radius : 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.inround input[type="checkbox"]:checked + label , .inround input[type="radio"]:checked + label {  /* 체크박스를 체크했을때 */
/*	content: '\2714';  /* 체크표시 유니코드 사용 */
	color:#fff;
	border-color:#f04e4e;
	background-color:#f04e4e;
}
@media (max-width:1199px) {
.inround input[type="checkbox"] + label , .inround input[type="radio"] + label {
	padding-left:12px;
	padding-right:12px;
}
}
@media (max-width:1023px) {
.inround input[type="checkbox"] + label , .inround input[type="radio"] + label {
	padding-top:8px;
	padding-bottom:8px;
}
}

/* 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 {
	cursor:pointer;
	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: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%;
/*	padding-right: 45px;*/
	text-align: center;
	line-height: 56px;
	font-size: 17px;
	font-weight:400;
	color: #000;
	background-color:#e2e2e2;
/*	background: url(/img/mall/arrow1.png) no-repeat 97% 50% #ffffff;*/
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}
button.bt-itemop:active, button.bt-itemop:hover {
	color:#fff;
	border-color:#303030;
	background-color:#303030;
}

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_black {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 50px;
	font-size: 18px;
	font-weight:400;
	color: #fff;
	background-color:#000;
	border: 1px solid #000;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
}
button.btn_black:hover {
	background-color:#454545;
}

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

button.btn_blue {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 48px;
	font-size: 18px;
	font-weight:400;
	color: #fff;
	background-color:#06F;
	border: 1px solid #06F;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
}
button.btn_blue:hover {
	color:#000;
	background-color:#fff;
}


button.btn_add {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 43px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background-color:#fff;
	border:1px solid #c0c0c0;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
button.btn_add:hover {
	border-color:#000;
}

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_mainmore {
	box-sizing: border-box;
	cursor: pointer;
	width: 160px;
	text-align:center;
	line-height: 43px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background-color:#b6beff;
	border: 0px;
}

button.btn_service {
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	text-align:center;
	line-height: 56px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	background-color:#00b2bd;
	border: 1px solid #00b2bd;
	border-radius:4px;
}
button.btn_service:hover {
	color:#000;
	background-color:#fff;
}

.btbg_yellow {
	background-color:#ffff00 !important;
}
.btbg_skyblue {
	background-color:#88d7ff !important;
}
.btbg_pink {
	background-color:#fee4ec !important;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: gulim, dotum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: .7em 2em .55em;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button02 {
	display: inline-block;
	width: 132px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: gulim, dotum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button02:hover {
	text-decoration: none;
}
.button02:active {
	position: relative;
	top: 1px;
}
/* orange */

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* gray */

.gray {
	color: #000;
	border: solid 0px #ccc;
	background: #ccc;
}
.gray:hover {
	color: #e9e9e9;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* blue */

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* white */

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/*** 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 (max-width:820px) {
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;
}

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

button.bt-itemop {
	line-height:45px;
	font-size: 14px;
}

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

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

button.btn_mainmore {
	font-size:20px;
}

}

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