@charset "utf-8";
/* Web Font Load */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;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: #503e9d;
	color: white;
	text-shadow: none
}

::selection {
	background: #503e9d;
	color: white;
	text-shadow: none
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body {
	font-family: 'Noto Sans KR', 'NotoSansKR', 'Apple SD Gothic Neo', sans-serif;
	font-weight: normal;
	letter-spacing: -0.025em;
	font-size: 13px;
	line-height: 1.5;
	color: #2d2d2d;
	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: #2d2d2d
}

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;
	font-size: 0;
	line-height: 0
}

.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: 'Noto Sans KR', 'NotoSansKR', 'Apple SD Gothic Neo', sans-serif;
}

#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}
.mgt6 {margin-top:6px !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}
.pdt20{padding-top:20px!important}
.pdt80{padding-top:80px!important}
/* padding-bottom */
.pdb0 {padding-bottom:0 !important}
.pdb10{padding-bottom:10px !important}
.pdb20{padding-bottom:20px !important}
.pdb50{padding-bottom:50px !important}
/* padding-left */
.pdl0 {padding-left:0 !important;}
/* padding-right */
.pdr0 {padding-right:0 !important}
.pdr10{padding-right:10px !important}
.pdr50{padding-right:50px !important}
.pdr90{padding-right:90px !important}

/* ——————————————————————————
 * font
/* —————————————————————————— */
.txt_red {color:#d6463f !important;}
.btn_event {font-weight: 600!important;}
.txt_wht {color:#FFFFFF !important;}
.txt_org {color:#fa6c39 !important;}
.txt_pp {color:#503e9d !important;}
.txt_blue {color:#4fa0ec !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}

/* ——————————————————————————
 * 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}

.ico.business {
	background: url("../img/ico_business.png") center/cover no-repeat;
	width: 54px;
	height: 54px;
}
/* ——————————————————————————
 * flag
/* —————————————————————————— */
.flag.flag-bespoke {
	background: #052561;
}
.flag-wells-homeCare {display: none !important}

body:not(.view) .flag_wrap .flag.flag-new-item{
    background-image: url("/assets/images/flag_new_item.png");
    font-size: 0 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 60px;
    height: 60px !important;
    line-height: 60px !important;
    display: block!important;
    position: absolute;
    top: -72px;
    right: 12px;
}

span.flag.flag-free12 {
	position: absolute;
	right: 10px;
	top: -60px;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 6px 0 4px;
	font-size: 15px;
	background: linear-gradient(-135deg,#f5821f 0%,#e0113a 100%);
	border-radius: 5px;
	font-weight: bold;
}
.compare span.flag.flag-free12 {
	display: inline-block;
	background: #2d2d2d;
	color: #fff;
	height: 23px;
	line-height: 23px;
	padding: 0 6px;
	font-size: 12px;
	border-radius: 2px;
	position: relative;
	font-weight: normal;
	width: auto;
	top: auto;
	right: auto;
}

/* ——————————————————————————
 * 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: 12px;
}
.btn.org:before {
	background-color: #fb6d3a;
}
.btn.pp:before {
	background-color: #503e9d;
}

.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.bk:hover:before {
	background-color: #392b79;
}


/* 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: 2px solid #ddd;
}
.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: 4px
}

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

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

/* infotoon box */
.infotoon_wrap {
	margin-bottom: 36px;
}

.infotoon_wrap .box_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3px;
}

/* ——————————————————————————
 * 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;
	line-height: 26px;
	z-index: 10;
	font-size: 15px;
	color: #888;
	padding-left: 34px
}

.checksType_1 label:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 2px solid #ddd;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0
}

.checksType_1.checks label:hover:before {
	border-color: #fa6c39
}

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

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

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

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

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

.order_form .agree_info2 {
	padding: 25px;
	border: 2px solid #e4e4e4;
	background: #fff;
}

.order_form .agree_info2 h3 {
	font-size: 18px
}

.order_form .agree_info2 p {
	font-size: 14px;
	margin: 6px 0 10px
}

.order_form .agree_info2 ol li {
	font-size: 14px;
	color: #777
}

.order_form .agree_info2 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_rnd.org label.on {
	color: #fb6d3a;
	border-color: #fb6d3a
}

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

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

.radioType_1 ul {
	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: 50%
}

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

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

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

.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:nth-child(2n - 1):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:#bbbbbb}

/* 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: 15px;
	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: 12px;
	-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_1 input.readonly {
	background: #e8e8e8;
	color: #bbb;
}

.inputType_1 input.readonly:focus,
.inputType_1 input.readonly:hover {
	border-color: #e4e4e4
}

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

.inputType_addr > p {
	position: relative;
	height: 58px;
	border: 2px solid #e4e4e4;
	border-radius: 12px;
	-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: 15px;
	z-index: 2
}

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

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

.inputType_addr > p > span.addr1 {
	width: 80%;
	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: #fff
}

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

/* inputType_qty */
.inputType_qty {
	width: 120px;
	height: 48px;
	display: inline-block;
	position: relative;
	background: #f2f2f2;
	border-radius: 12px;
	padding: 12px 44px
}

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

.inputType_qty button {
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: -99999em;
	background: url("../img/ico_qty.png") no-repeat 0 0;
	-webkit-background-size: 14px 28px;
	background-size: 14px 28px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 20px
}

.inputType_qty button.btn_minus {
	background-position: 0 100%;
	right: auto;
	left: 20px
}


/* —————————————————————————————————————
 * 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: 15px;
	z-index: 99999
}

.selectric_wrap .selectric {
	border: 2px solid #e4e4e4;
	border-radius: 12px;
	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: 12px 12px 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 12px 12px
}

.selectric_wrap .selectric .label {
    min-height: 50px;
    height: auto;
    line-height: normal;
    font-size: 15px;
    margin: 0 52px 0 20px;
    letter-spacing: 0;
    padding: 15px 0;
    white-space: unset;
}

.selectric-hover .selectric .button,
.selectric_wrap .selectric .button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    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: transform 0.4s, -webkit-transform 0.4s;
}

.selectric-open .selectric .button:after {
	border-top-color: #fb6c3a;
	-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 12px 12px;
	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: 12px 12px 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.4;
	padding: 8px 20px;
	letter-spacing: 0;
	color: #999
}

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

.selectric_wrap .selectric-items li:hover {
	color: #2d2d2d;
	background: transparent
}

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

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

/* h50 */
.sm.selectric_wrap .selectric .label {
	height: 48px;
	font-size: 15px;
	line-height: 48px;
	margin: 0 42px 0 16px
}

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

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

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

/* ——————————————————————————
 * 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: 40px 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;
	position: relative;
	font-size: 14px;
}

.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 a:before {
	display: none
}

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

.txt-center {
	text-align: center;
}

.sch_em {
	vertical-align: middle;
	padding-right: 5px;
}

/*mypage add*/
.f15 {
	font-size: 15px;
}

.pageTit {
	padding: 80px 0 40px;
}

.pageTit h2 {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 1
}

#mb_confirm_id {
	font-size: 17px;
	color: #fa6c39;
	font-weight: 700;
}

.mem_modi {
	font-size: 15px;
	text-align: center;
}

.text-center {
	text-align: center;
}

.lh18 {
	line-height: 18px;
}

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

.bdt_line {
	border-top: 1px solid #e4e4e4;
	padding-top: 50px;
}

.my_pw_input label {
	vertical-align: middle;
}

.my_pw_input {
	padding-top: 20px;
}

.mem_id_posi {
	margin-right: 313px;
}

.btn_small, .btn_small:before, .btn_small 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_small:before{
	content: '확인';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #fb6d3a;
	border-radius: 6px;
}

.btn_small {
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	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;
	border-radius: 6px;
	margin-left: 8px;
}

.btn_small:hover:before {
	background-color: #cc5027;
}

.out_undline {
	border-bottom: 2px solid #2d2d2d;
}

.btn_wrap_leave .btn {
	margin: 0 4px;
}


.tbl_frm01 th {
	background-color: #eee;
}

.leave_label {
	position: relative;
	padding: 0;
}

.my_cont .leave_label {
	width: 50%;
	line-height: 22pt;
	font-size: 15px;
	position: relative;
	display: inline-block;
	float: left;
}

.my_cont .leave_label label {
	padding-left: 4px;
}

.tit_pwdok {
	font-weight: 500;
	font-size: 32px
}

.fw500 {
	font-weight: 500;
}

.btn_txt {
	font-size: 13px;
	vertical-align: middle;
}


/* paging */
.paging a.first, .prev {
	display: inline-block;
	zoom: 1;
	width: 30px;
	height: 30px;
	padding: 0 6px 0 0;
	margin-left: 5px;
	border: 0;
	vertical-align: middle;
}

.paging a.last, .next {
	display: inline-block;
	zoom: 1;
	width: 30px;
	height: 30px;
	padding: 0 0 0 6px;
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}

.paging strong {
	display: inline-block;
	zoom: 1;
	padding: 5px 9px 5px 9px;
	color: #fa6c39;
	vertical-align: middle;
	text-decoration: underline;
	font-weight: bold;
}
