@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Play:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

/* ——————————————————————————
 * Reset
/* —————————————————————————— */
*{margin:0;padding:0;border:0;outline:0;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
::-moz-selection{background:#00C1C2;color:white;text-shadow:none}
::selection{background:#00C1C2;color:white;text-shadow:none}
html{-ms-overflow-style:-ms-autohiding-scrollbar}

body {
	font-family: 'NotoSansKR', 'Noto Sans KR', 'Lato', 'Apple SD Gothic Neo', sans-serif;
	font-weight: normal;
	letter-spacing: -0.025em;
	font-size: 13px;
	line-height: 1.5;
	color: #212529;
	word-break: keep-all
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{margin:0;padding:0;list-style:none}
b, h1, h2, h3, h4, h5, h6, strong{font-weight:normal}
fieldset{border:0}
a{font-style:normal;text-decoration:none;color:#212529}
caption{font-size:0;height:0;line-height:0;visibility:hidden;width:0}
.checks *, .chk *, .radioType_rnd label, a, a:hover, button, button:hover{cursor:pointer;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;-o-transition:all 0.1s linear;transition:all 0.1s linear}
a:focus{outline:none !important}
button img{vertical-align:middle}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
img, video{border:0;vertical-align:top}
table{width:100%;border-collapse:collapse;border-spacing:0;word-break:break-all}
input, select{vertical-align:middle}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset;}
button, label{cursor:pointer}
.blind, caption, hr, legend{position:absolute;top:-9999px;line-height:0;text-indent:-9999em}
.hide_text{position:absolute;display:inline-block;font-size:0;height:0;line-height:0;visibility:hidden;width:0;text-indent:-9999em}
address, em, i{font-style:normal;font-weight:inherit}
td, th{vertical-align:middle}
button, input, select, textarea{background:transparent;font-size:13px;position:relative;zoom:1;font-family:'Lato','NotoSansKR','Noto Sans KR','Apple SD Gothic Neo',sans-serif;/* -webkit-appearance: none;-webkit-border-radius: 0; */}
#container:after, #contents:after, #footer:after, #header:after, #wrap:after, .inner:after, .item_type:after, dl:after, ol:after, ul:after, .box:after, .h_right:after, .ft_row:after, .prd_info:after, .view_detail_wrap:after, .rv_rating:after, .btn_wrap:after, .cart_bottom:after, .order_form_wrap:after, .inputType_addr > p:after, [class*="checksType_"]:after, .share_balloon_inner:after, #sticky_inquiry .inquiry_bar .form:after{display:block;clear:both;content:""}

/* ——————————————————————————
 * skip
/* —————————————————————————— */
#skip_navi {position:relative;text-align:center;}
#skip_navi a {display:block;overflow:hidden;width:0;height:0;font-weight:bold;white-space:nowrap;}
#skip_navi a:focus, #skip_navi a:active {overflow:hidden;width:100%;height:30px;line-height:30px;color:#ffffff;background:#006cb8;}

/* ——————————————————————————
 * 여백
/* —————————————————————————— */
/* margin */
.mg0{margin:0 !important;}
/* margin-top */
.mgt0 {margin-top:0 !important}
.mgt8 {margin-top:8px !important}
.mgt10 {margin-top:10px !important}
.mgt15 {margin-top:15px !important}
.mgt20 {margin-top:20px !important}
.mgt30 {margin-top:30px !important}
/* margin-bottom */
.mgb0 {margin-bottom:0 !important}
.mgb10{margin-bottom:10px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb30 {margin-bottom:30px !important;}
/* margin-left */
.mgl0 {margin-left:0 !important}
.mgl10 {margin-left:10px !important;}
.mgl20 {margin-left:20px !important;}
.mgl30{margin-left:30px !important;}
/* margin-right */
.mgr0 {margin-right:0 !important}
.mgr10 {margin-right:10px !important}
.mgr20 {margin-right:20px !important;}
.mgr30{margin-right:30px!important;}

/* padding */
.pd0 {padding:0 !important}
/* padding-top */
.pdt0 {padding-top:0 !important}
/* padding-bottom */
.pdb0 {padding-bottom:0 !important}
/* padding-left */
.pdl0 {padding-left:0 !important;}
/* padding-right */
.pdr0 {padding-right:0 !important}

/* ——————————————————————————
 * font
/* —————————————————————————— */
.txt_blue {color:#1d2088 !important;}
.txt_red {color:#f03e3e !important;}
.txt_teal {color:#00C6B7 !important;}
.txt_wht {color:#FFFFFF !important;}
.txt_org {color:#fa6c39 !important;}
.txt_pp {color:#503e9d !important;}
.txt_yellow {color:#50749d !important;}

.txt_fs13 {font-size:13px;}
.txt_fs14 {font-size:14px;}

.txt_c000 {color:#000000 !important;}
.txt_c222 {color:#222222 !important;}
.txt_c333 {color:#333333 !important;}
.txt_c666 {color:#666666 !important;}
.txt_c888 {color:#888888 !important;}
.txt_c999 {color:#999999 !important;}
.txt_cAAA {color:#aaaaaa !important;}
.txt_through{text-decoration:line-through;}
.txt_under{text-decoration:underline;}

.txt_fw300 {font-weight:300;}
.txt_fw400 {font-weight:400;}
.txt_fw500 {font-weight:500;}
.txt_fw700 {font-weight:700;}
.txt_fw900 {font-weight:900;}

.txt_lt{text-align:left !important}
.txt_ct{text-align:center !important}
.txt_rt{text-align:right !important}

.ff_NSR,.ff_NS {font-family:'NanumSquare','Lato','NotoSansKR','Noto Sans KR','Apple SD Gothic Neo',sans-serif}
.ff_Play {font-family:'Play','Lato','NotoSansKR','Noto Sans KR','Apple SD Gothic Neo',sans-serif}
.ff_Cabin {font-family:'Cabin','Lato','NotoSansKR','Noto Sans KR','Apple SD Gothic Neo',sans-serif}


/* ——————————————————————————
 * icon
/* —————————————————————————— */
.ico{display:inline-block;background:url("../img/ico.png?=v4") no-repeat;-webkit-background-size:400px 400px;background-size:400px 400px}
.ico.search{width:40px;height:40px;background-position:0 0}
.ico.user{width:20px;height:20px;background-position:0 -154px}
.ico.heart{width:20px;height:20px;background-position:-20px -154px}
.ico.cart{width:20px;height:20px;background-position:-40px -154px}
.ico.login{width:20px;height:20px;background-position:-60px -154px}
.ico.logout{width:20px;height:20px;background-position:-80px -154px}
.ico.admin{width:20px;height:20px;background-position:-100px -154px}
.ico.filter{width:22px;height:22px;background-position:0 -40px}
.ico.reset{width:18px;height:18px;background-position:0 -62px}
.ico.heart2{width:20px;height:20px;background-position:-22px -56px}
button:hover .ico.heart2, .on .ico.heart2{background-position:-42px -56px}
.ico.home{width:18px;height:18px;background-position:-40px -26px}
.ico.heart3{width:22px;height:22px;background-position:0 -80px}
button:hover .ico.heart3, .on .ico.heart3{background-position:0 -102px}
.ico.share{width:22px;height:22px;background-position:-22px -80px}
button:hover .ico.share, .on .ico.share{background-position:-22px -102px}
.ico.bulReq{width:7px;height:7px;background-position:-22px -129px}
.ico.phone{width:30px;height:30px;background-position:-71px -34px}
.ico.phone2{width:54px;height:54px;background-position:-158px 0}
.ico.search_none{width:140px;height:140px;background-position:0 -179px}
.ico.list_none{width:140px;height:140px;background-position:-140px -179px}


/* ——————————————————————————
 * button
/* —————————————————————————— */
.btn, .btn:before, .btn span{
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.btn {
	min-width: 200px;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 17px;
	letter-spacing: -0.025em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	white-space: nowrap;
	position: relative;
}
.btn:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #2d2d2d;
	border-radius: 3px;
}
.btn.org:before {
	background-color: #fb6d3a;
}
.btn.pp:before {
	background-color: #503e9d;
}
.btn.blue:before {
	background-color: #1d2088;
}
.btn.teal:before {
	border:1px solid #fff;
	background:transparent;
}
.btn.yellow:before {
    background-color: #50749d;
}
.btn span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.btn:hover:before {
	background-color: #000;
}
.btn.org:hover:before {
	background-color: #cc5027;
}
.btn.pp:hover:before {
	background-color: #392b79;
}
.btn.blue:hover:before {
	background-color: #1d2088;
}
.btn.teal:hover:before {
	background-color: #fff;
}
.btn.yellow:hover:before {
    background-color: #244d7e;
}
.btn.teal:hover span {
	color:#222;
} 

/* btn h50 */
.btn.h50 {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}
/* btn h72 */
.btn.h72 {
	min-width: 280px;
	height: 72px;
	line-height: 74px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
}


/* btn line */
.btn.line {
	color: #2d2d2d;
}
.btn.line:before {
	background: #fff;
	border: 1px solid #d8d8d8;
}
.btn.line:hover:before {
	border-color: #2d2d2d;
}

/* btn medium */
.btn.md {
	min-width: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

/* btn small */
.btn.sm {
	min-width: auto;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #555
}

.btn.sm:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 2px
}

.btn.sm:hover {
	color: #fff
}

.btn.sm:hover:before {
	border: 0;
	background: #2d2d2d
}

.btn.sm.ff_Raj {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.01em
}

/* btn arr_lt */
.btn.arr_lt span {
	position: relative
}

.btn.arr_lt span:after {
	content: '';
	width: 12px;
	height: 9px;
	display: inline-block;
	background: url("../img/btn_ico_arr_lt.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4.5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out
}

.btn.arr_lt:hover span {
	padding-left: 30px
}

.btn.arr_lt:hover span:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1
}

.btn.arr_lt.h72:hover span {
	padding-left: 35px
}

.btn.arr_lt.h72 span:after {
	width: 16px;
	height: 12px;
	margin-top: -7px;
}

.btn.arr_lt.line span:after {
	background-image: url("../img/btn_ico_arr_lt2.png")
}

/* btn arr_rt */
.btn.arr_rt span {
	position: relative
}

.btn.arr_rt span:after {
	content: '';
	width: 12px;
	height: 9px;
	display: inline-block;
	background: url("../img/btn_ico_arr_rt2.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4.5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out
}

.btn.arr_rt:hover span {
	padding-right: 30px
}

.btn.arr_rt:hover span:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1
}

.btn.arr_rt.h72:hover span {
	padding-right: 35px
}

.btn.arr_rt.h72 span:after {
	width: 16px;
	height: 12px;
	margin-top: -7px;
	background: url("../img/btn_ico_arr_rt.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.btn.arr_rt.line span:after {
	background-image: url("../img/btn_ico_arr_rt2.png")
}


/* ——————————————————————————
 * box
/* —————————————————————————— */
.box {
	position: relative;
	background-color: #fff
}

.box.sdw {
	-webkit-box-shadow: 0 2px 0 #ede9e7;
	-moz-box-shadow: 0 2px 0 #ede9e7;
	box-shadow: 0 2px 0 #ede9e7
}

.box.rnd20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.box.rnd12 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.box.rnd4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

/* box_tit */
.box .box_tit {
	line-height: 36px;
	margin-bottom: 30px;
	position: relative
}

.box .box_tit h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.05em
}

.box .box_tit .desc {
	display: inline-block;
	font-size: 15px;
	color: #999999;
	padding-left: 10px
}

.box .box_tit .desc i.bulReq {
	vertical-align: middle;
	margin: -3px 6px 0 0
}


/* ——————————————————————————
 * checkbox
/* —————————————————————————— */
.checksType_1 {
	position: relative;
	text-align: left
}

.checksType_1 .checks {
	position: relative;
	line-height: 16px;
	display: inline-block;
	overflow: hidden;
	margin: 5px 0
}

.checksType_1 input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: -1;
	width: 12px;
	height: 12px;
	-webkit-appearance: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0
}

.checksType_1 label {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	height: 26px;
	line-height: 26px;
	z-index: 10;
	font-size: 15px;
	color: #888;
	padding-left: 26px
}

.checksType_1 label:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/ico_ckbox2.png") no-repeat center center #fff;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px
}

.checksType_1.checks.on label:before,
.checksType_1.checks.on label:hover:before {
	border-color: #50749d !important;
	background: url("../img/ico_ckbox.png") no-repeat center center #50749d;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px
}

.checksType_1 label span {
	display: inline-block;
	line-height: 26px;
	font-size: 15px;
	padding-left: 8px
}

.checksType_1 label p {
	display: inline-block;
	line-height: 26px;
	font-size: 16px;
	padding-left: 8px;
	color: #888
}

.checksType_1 label p em {
	display: inline-block;
	margin-right: 4px;
	color: #2d2d2d
}

.checksType_1 .btn_agree {
	float: right
}

/* agree_info */
[class*="checksType_"] .agree_info {
	width: 440px;
	padding: 25px;
	position: absolute;
	bottom: 38px;
	right: 0;
	border: 2px solid #2d2d2d;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	z-index: 99;
	display: none
}

[class*="checksType_"] .agree_info h3 {
	font-size: 18px;
	color: #2d2d2d;
}

[class*="checksType_"] .agree_info p {
	font-size: 14px;
	margin: 6px 0 10px;
	color: #2d2d2d;
}

[class*="checksType_"] .agree_info ol li {
	font-size: 14px;
	color: #777
}

[class*="checksType_"] .agree_info ol li .num {
	display: inline-block;
	margin-right: 6px
}

/* ——————————————————————————
 * radio
/* —————————————————————————— */
/* radioType_rnd */
.radioType_rnd {
	position: relative
}

.radioType_rnd ul {
	height: 32px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ede9e7;
	border-radius: 2em
}

.radioType_rnd ul li {
	float: left
}

.radioType_rnd input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	zoom: 1
}

.radioType_rnd label {
	position: relative;
	display: block;
	height: 30px;
	color: #999;
	font-size: 13px;
	line-height: 28px;
	padding: 0 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 2em;
	border: 1px solid #fff;
	z-index: 1
}

.radioType_rnd label.on {
	height: 32px;
	line-height: 30px;
	color: #2d2d2d;
	border-color: #2d2d2d;
	margin-top: -1px;
	z-index: 2
}

/* radioType_1 */
.radioType_1 {
	position: relative
}

.radioType_1 ul {
	height: 58px;
	background: #f6f6f6;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 3px
}

.radioType_1 ul li {
	float: left;
	position: relative
}

.radioType_1 ul.col1 li {
	width: 100%
}

.radioType_1 ul.col2 li {
	width: 50%
}

.radioType_1 ul.col3 li {
	width: 33.333333%
}

.radioType_1 ul.col4 li {
	width: 25%
}

.radioType_1 ul.col5 li {
	width: 20%
}

.radioType_1 ul li:before {
	content: '';
	width: 1px;
	height: 16px;
	background: #e4e4e4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 2
}

.radioType_1 ul li:first-child:before {
	display: none
}

.radioType_1 input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	zoom: 1
}

.radioType_1 label {
	position: relative;
	display: block;
	height: 50px;
	color: #666666;
	font-size: 15px;
	line-height: 46px;
	padding: 0 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0;
	border-radius: 12px;
	border: 2px solid #f6f6f6;
	z-index: 1
}

.radioType_1 label.on {
	border-color: #2d2d2d;
	color: #2d2d2d;
	font-weight: 700;
	background: #fff;
	z-index: 3
}

.radioType_1.org label.on {
	color: #fb6d3a;
	border-color: #fb6d3a
}

.radioType_1.pp label.on {
	color: #503e9d;
	border-color: #503e9d
}



/* ——————————————————————————
 * input
/* —————————————————————————— */
[class*="inputType_"] input::-webkit-input-placeholder{color:#bbbbbb}
[class*="inputType_"] input:-moz-placeholder{color:#bbbbbb;opacity:1}
[class*="inputType_"] input::-moz-placeholder{color:#bbbbbb;opacity:1}
[class*="inputType_"] input:-ms-input-placeholder{color:#bbbbbb}
[class*="inputType_"] input:placeholder-shown{color:#fff}

/* inputType_1 */
.inputType_1 {
	position: relative
}

.inputType_1 .tit {
	display: inline-block;
	font-size: 14px;
	color: #2d2d2d;
	letter-spacing: 0;
	line-height: 20px;
	background: #fff;
	padding: 0 8px;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 2
}

.inputType_1 .tit .bulReq {
	margin: 6px 0 0 4px
}

.inputType_1 input {
	width: 100%;
	height: 58px;
	line-height: 24px;
	padding: 15px 20px;
	font-size: 15px;
	color: #2d2d2d;
	letter-spacing: 0;
	border: 2px solid #e4e4e4;
	border-radius: 3px;
	-webkit-transition: border 300ms, -webkit-box-shadow 300ms;
	transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.inputType_1 input:focus,
.inputType_1 input:hover,
.inputType_1.focus input {
	border-color: #2d2d2d
}

.inputType_1 .txt_info {
	display: block;
	color: #888;
	padding: 8px 10px
}

/* inputType_addr */
.inputType_addr {
	position: relative
}

.inputType_addr > p {
	position: relative;
	height: 58px;
	border: 2px solid #e4e4e4;
	border-radius: 3px;
	-webkit-transition: border 300ms, -webkit-box-shadow 300ms;
	transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.inputType_addr.focus > p {
	border-color: #2d2d2d
}

.inputType_addr .tit {
	display: inline-block;
	font-size: 14px;
	color: #2d2d2d;
	letter-spacing: 0;
	line-height: 20px;
	background: #fff;
	padding: 0 8px;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 2
}

.inputType_addr > p > span {
	width: 100%;
	display: block;
	float: left;
	position: relative
}

.inputType_addr > p > span.post {
	width: 24%
}

.inputType_addr > p > span.addr1 {
	width: 76%;
	padding-right: 110px
}

.inputType_addr > p > span.post:before {
	content: '';
	width: 1px;
	height: 16px;
	background: #e8e8e8;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px
}

.inputType_addr > p input {
	width: 100%;
	height: 54px;
	padding: 15px 20px;
	line-height: 24px;
	font-size: 15px;
	color: #2d2d2d;
	letter-spacing: 0
}

.inputType_addr > p .btn.sm {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
	color: #777
}

.inputType_addr > p .btn.sm:before {
	border: 0;
	background: #e8e8e8
}

/* inputType_qty */
.inputType_qty {
	width: 126px;
	height: 44px;
	display: inline-block;
	position: relative;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	padding: 9px 42px
}

.inputType_qty input {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 24px
}

.inputType_qty button {
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -99999em;
	background: url("../img/ico_qty.png") no-repeat 0 0;
	-webkit-background-size: 42px 84px;
	background-size: 42px 84px;
	position: absolute;
	top: 0
}

.inputType_qty button.btn_plus {
	right: 0;
	border-left: 1px solid #e4e4e4
}

.inputType_qty button.btn_minus {
	background-position: 0 100%;
	right: auto;
	left: 0;
	border-right: 1px solid #e4e4e4
}


/* —————————————————————————————————————
 * textarea
/* ————————————————————————————————————— */
[class*="textareaType_"] textarea::-webkit-input-placeholder{color:#bbbbbb}
[class*="textareaType_"] textarea:-moz-placeholder{color:#bbbbbb;opacity:1}
[class*="textareaType_"] textarea::-moz-placeholder{color:#bbbbbb;opacity:1}
[class*="textareaType_"] textarea:-ms-input-placeholder{color:#bbbbbb}
[class*="textareaType_"] textarea:placeholder-shown{color:#bbbbbb}

/* textareaType_1 */
.textareaType_1 {
	position: relative
}

.textareaType_1 textarea {
	width: 100%;
	height: 200px;
	line-height: 24px;
	padding: 18px 20px;
	font-size: 15px;
	color: #2d2d2d;
	letter-spacing: 0;
	border: 2px solid #e4e4e4;
	border-radius: 12px;
	resize: none;
	-webkit-transition: border 300ms, -webkit-box-shadow 300ms;
	transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.textareaType_1 textarea:focus,
.textareaType_1 textarea:hover,
.textareaType_1.focus textarea {
	border-color: #2d2d2d
}

/* textareaType_2 */
.textareaType_2 {
	position: relative;
	background: #f2f2f2;
	border-radius: 12px;
	padding: 20px 20px 40px
}

.textareaType_2 textarea {
	width: 100%;
	height: 120px;
	resize: none;
	font-size: 13px;
	letter-spacing: -0.025em;
	line-height: 1.55
}

.textareaType_2 .wdCounter {
	font-size: 12px;
	letter-spacing: 0;
	color: #999;
	line-height: 20px;
	position: absolute;
	right: 20px;
	bottom: 12px
}


/* ——————————————————————————
 * select
/* —————————————————————————— */
/* selectric */
.selectric_wrap {
	position: relative;
}

.selectric_wrap .tit {
	display: inline-block;
	font-size: 14px;
	color: #777;
	letter-spacing: 0;
	line-height: 20px;
	background: #fff;
	padding: 0 8px;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 99999
}

.selectric_wrap .selectric {
	border: 2px solid #e4e4e4;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms
}

.selectric-focus .selectric,
.selectric-hover .selectric {
	border-color: #000
}

.selectric-open .selectric {
	border-color: #2d2d2d;
	border-bottom: 0;
	padding-bottom: 2px;
	border-radius: 3px 3px 0 0
}

.selectric-above.selectric-open .selectric {
	border-bottom: 2px solid #2d2d2d;
	border-top: 0;
	padding-top: 2px;
	padding-bottom: 0;
	border-radius: 0 0 3px 3px
}

.selectric_wrap .selectric .label {
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	margin: 0 52px 0 20px;
	letter-spacing: 0
}

.selectric-hover .selectric .button,
.selectric_wrap .selectric .button {
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #fff;
	color: #2d2d2d
}

.selectric-hover .selectric .button:after,
.selectric_wrap .selectric .button:after {
	border-top-color: #2d2d2d;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.selectric-open .selectric .button:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.selectric_wrap .selectric-items {
	background: #fff;
	border: 2px solid #2d2d2d;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s
}

.selectric-above .selectric-items {
	border-top: 2px solid #2d2d2d;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	padding-bottom: 12px
}

.selectric_wrap .selectric-items:before {
	content: '';
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0
}

.selectric-above .selectric-items:before {
	top: auto;
	bottom: 0
}

.selectric_wrap .selectric-items li {
	font-size: 15px;
	line-height: 1.5;
	padding: 8px 20px;
	letter-spacing: 0;
	color: #999
}

.selectric_wrap .selectric-items li.highlighted,
.selectric_wrap .selectric-items li.selected {
	background: transparent;
	color: #000
}

.selectric_wrap .selectric-items li:hover {
	background: #f7f7f7
}

.selectric_wrap .selectric-items li:first-child {
	padding-top: 16px
}

.selectric_wrap .selectric-items li.last {
	padding-bottom: 16px
}

/* sm */
.sm.selectric_wrap .selectric {
	border-width: 1px
}

.sm .selectric-open .selectric {
	padding-bottom: 1px
}

.sm .selectric-above.selectric-open .selectric {
	padding-top: 1px
}

.sm.selectric_wrap .selectric .label {
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	margin: 0 42px 0 14px
}

.sm.selectric-hover .selectric .button,
.sm.selectric_wrap .selectric .button {
	width: 42px;
	height: 42px;
	line-height: 42px
}

.sm.selectric_wrap .selectric-items {
	border-width: 1px
}

.sm.selectric_wrap .selectric-items:before {
	left: 18px;
	right: 18px
}

.sm.selectric_wrap .selectric-items li {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px
}

/* ——————————————————————————
 * table
/* —————————————————————————— */
.tblType_1 {
	border-top: 2px solid #2d2d2d
}

.tblType_1 td,
.tblType_1 th {
	padding: 24px 15px;
	position: relative;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #878787;
	vertical-align: middle;
	border-bottom: 1px solid #eee
}

.tblType_1 thead th {
	padding: 18px 15px;
	border-color: #e4e4e4;
	color: #2d2d2d
}

.tblType_1 thead th span {
	display: block;
	position: relative
}

.tblType_1 thead th span:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -6px;
	background: #e4e4e4
}

.tblType_1 thead th:first-child span:before {
	display: none
}


/* ——————————————————————————
 * paging
/* —————————————————————————— */
.paging {
	text-align: center;
	margin: 60px 0
}

.paging a,
.paging ol,
.paging p.page_arr {
	display: inline-block;
	vertical-align: middle
}

.paging p.page_arr.disabled {
	cursor: default;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25
}

.paging a {
	width: 32px;
	height: 42px;
	position: relative
}

.paging p.page_arr a:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url("../img/paging_arr.png") no-repeat;
	-webkit-background-size: 20px 80px;
	background-size: 20px 80px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px
}

.paging p.page_arr.first a:after {
	background-position: 0 0
}

.paging p.page_arr.prev a:after {
	background-position: 0 -20px
}

.paging p.page_arr.next a:after {
	background-position: 0 -40px
}

.paging p.page_arr.last a:after {
	background-position: 0 -60px
}

.paging ol {
	margin: 0 6px
}

.paging li {
	float: left;
	margin: 0 2px
}

.paging li a {
	width: 42px;
	line-height: 38px;
	border: 2px solid #ddd;
	border-radius: 12px;
	font-size: 15px;
	color: #999;
	font-weight: 700;
	display: block
}

.paging li a:hover {
	background-color: #fff;
	border-color: #503e9d;
	color: #503e9d
}

.paging li.on a {
	color: #fff;
	border-color: #503e9d;
	background-color: #503e9d
}


/* ——————————————————————————
 * loading
/* —————————————————————————— */
#loadingWrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
	display: none
}

#loadingWrap.active {
	display: block
}

#loadingWrap .loadingLayer {
	top: 50%;
	left: 50%;
	font-size: 50px;
	position: absolute;
	transform: translate(-50%, -50%)
}

#loadingWrap .loadingLayer:before {
	content: '';
	width: 140px;
	height: 140px;
	display: inline-block;
	background: url("../img/loading.gif") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

#loadingWrap .loadingLayer p {
	font-size: 18px
}

#loadingWrap .loadingLayer p em {
	font-weight: 900
}