@charset "utf-8";

/* ******************** member.css ******************** */

/* ---------- form css ::start ---------- */
form[class*="form-"] input[type="text"],
form[class*="form-"] input[type="password"],
form[class*="form-"] input[type="number"],
form[class*="form-"] select,
form[class*="form-"] textarea {
	border:1px solid #ccc; border-radius:0;
	height:40px; padding:6px 12px;
	font-size:16px; line-height:1; color:#666;
	background-color:#fff; background-image:none;
	width:100%;
	-webkit-appearance: none; /*¸ð¹ÙÀÏ¿¡¼­ ÀÔÃ¼È¿°ú ¾ø¾Ö±â*/
	-moz-appearance: none;
	appearance: none;
}
form[class*="form-"] input::-webkit-input-placeholder {color:#999 !important;} /*Å©·Ò,»çÆÄ¸®*/
form[class*="form-"] input::-moz-placeholder {color:#999 !important;} /*ÆÄÆø*/
form[class*="form-"] input::-ms-input-placeholder {color:#999 !important;} /*ie*/

input:focus,select:focus,textarea:focus {outline:none !important; border:1px solid #333 !important; background-color:#fff !important;}

select {
	padding-right:40px !important;
	background-image:url(../images/common/arrow-down.png) !important;
	background-color:#fff !important;
	background-repeat:no-repeat !important;
	background-position:calc(100% - 15px) center !important;
	/*background-size:30px !important;*/
	-webkit-appearance: none; /*¸ð¹ÙÀÏ¿¡¼­ ÀÔÃ¼È¿°ú ¾ø¾Ö±â*/
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {display:none;} /*ie ¾ø¾Ö±â*/

form[class^="form-"] textarea {width:100% !important; height:120px !important; resize:none;}

input:read-only {background-color:#eee !important;}
input:-moz-read-only {background-color:#eee !important;}
input:read-only:focus {border:1px solid #ccc !important;}
input:-moz-read-only:focus {border:1px solid #ccc !important;}

textarea:disabled {background:#f9f9f9 !important;}
/* ---------- form css ::end ---------- */
.prod_qnantity_class{text-align:center;}


* {box-shadow:none;}

/*·¹ÀÌ¾îÆË¾÷µÇ¾úÀ»¶§ ¹öÆ°Àº normal·Î Á¦¾î*/
.btn-normal {color:#333 !important; background-color:#fff; border:1px solid #333; padding:10px 17px; font-size:16px;}
.btn-normal:hover {color:#fff !important; background-color:#333;}

a.typeB {
	display:inline-block;
	padding:0 10px; height:40px; line-height:40px;
	font-size:13px; border:1px solid transparent; background:#333; color:#fff !important; vertical-align:middle;
}
a.typeB:hover {background:#000;}

.btn_box>ul>li:first-child>a.typeA {background:#ff9701 !important; border:1px solid #ff9701;}
.btn_box>ul>li:first-child>a.typeA:hover {background:#ffba01 !important; border:1px solid #ffba01;}
.block {display:block !important;}
.mar0 {margin:0 !important;}
.ver_base a {vertical-align:baseline;}
.inputW-xs {width:100px !important;}
.inputW-md {width:300px !important;}
.AddrWrap .inputW-md {width:100% !important;}
label.block {display:inline-block !important;}
label.block~p {display:block !important;}
.inputW-md.marR5 {margin-bottom:5px;}


/* ******************** PC (991~) ******************** */
@media screen and (min-width: 991px), print{
	
	/* ******************** member ******************** */
	
	.memberLayout {padding:0 !important;}
	
	/* °ø¿ë */
	.msg_box * {vertical-align:top;}
	.msg_box p {display:inline-block; font-size:13px !important;}
	.mail2 i {position:absolute; top:5px; left:5px;} /* ¸ÞÀÏ ÀÔ·Â µÎ¹øÂ° @ ºÎºÐ¿¡ »ç¿ë */
	.mail2 input {padding-left:25px !important;} /* ¸ÞÀÏ ÀÔ·Â µÎ¹øÂ° @ ºÎºÐ¿¡ »ç¿ë */
	i.msg {display:inline-block; width:50px; height:50px; background:url(../images/common/i_msg.svg) no-repeat 0 3px; background-size:contain !important; margin-right:10px;}

	.join .checkbox {text-align:right;}
	.btn_box {text-align:center;}
	.btn_box li {display:inline-block;}
	
	
	/* ***** È¸¿ø-·Î±×ÀÎ,ºñ¹ø/¾ÆÀÌµðÃ£±â ***** */
	.login_box+.login_box {padding-top:50px; margin-top:50px; border-top:1px dashed #eee;}
	.dash-line {
		padding-top:50px; margin-top:50px; border-top:1px dashed #eee;
	}
	
	.login_box {margin:0 auto; text-align:center; padding:0; width:60%;}
	.login_box .btn {border:1px solid #333;}
		
	.contents.shop h3,
	.contents.mypage h3,
	.memberLayout h3 {margin:0; color:#5975a6; font-size:30px; font-weight:700; letter-spacing:-2px; text-align:center;}
	.memberLayout .titBox p {font-size:14px; margin:20px 0; color:#666; font-weight:300;}
	
	.contents.shop h3,
	.contents.mypage h3 {margin-bottom:30px;}
	
	
	.login_box .form-group {text-align:center;}
	.login_box .form-group label {display:none;}
	.login_box .form-group>* {margin-bottom:10px; padding:0;}
	
	.login_box .btn-wrap a {
		display:inline-block;
		width:100%; transition:all .2s;
		color:#000 !important; background-color:#fff; line-height:1;
		border:2px solid #000;
		font-size:20px;
		padding:20px 10px;
		text-align:center;
	}
	.login_box .btn-wrap .site {margin-top:20px;}
	.login_box .btn-wrap .site li {float:left; display:inline-block; width:50%;}
	.login_box .btn-wrap .site li a {font-size:16px; padding:20px 10px;}
	.login_box .btn-wrap .site li a span {
		display:inline-block; padding:3px 0 3px 30px; line-height:1; background-repeat:no-repat; background-position:left center;
		background-repeat:no-repeat; background-position:left center;
	}
	.login_box .btn-wrap .site li.naver {padding-right:5px;}
	.login_box .btn-wrap .site li.naver a {border-color:#33b306;}
	.login_box .btn-wrap .site li.naver a span {padding-left:30px; background-image:url(/style_member/img/icon_Naver.jpg);}
	.login_box .btn-wrap .site li.kakao {padding-left:5px;}
	.login_box .btn-wrap .site li.kakao a {border-color:#f9e000; background:#f9e000;}
	.login_box .btn-wrap .site li.kakao a span {padding-left:30px; background-image:url(/style_member/img/icon_Kakao.jpg); background-size:20px;}
	
	.login_box .form-group .btn-wrap {
		margin:0; width:100%;
		overflow:hidden;
	}
	.login_box .btn-wrap>a:hover {background:#5975a6; border:2px solid #5975a6; color:#fff !important;}
	
	.login_box .info {margin-top:30px; text-align:left; font-size:14px !important;}
	.login_box .info>* {float:left; display:inline-block; width:50%;}
	.login_box .info span {
		display:inline-block; width:100%; padding-left:15px;
		color:#666;
		margin-bottom:5px;
		position:relative;
	}
	.login_box .info span:before {
		position:absolute; top:8px; left:0;
		display:block; content:"";
		width:5px; height:5px; border-radius:50%;
		background:#ddd;
	}
	.login_box .info>div:first-child {border-right:1px solid #eee; padding-right:20px;}
	.login_box .info>div:last-child {padding-left:20px;}
	
	.login_box .info>div a {font-size:14px; color:#000; margin-left:15px; padding-bottom:2px; border-bottom:1px solid #999; transition:all .2s;}
	.login_box .info>div a:hover {color:#5975a6; border-bottom:1px solid #5975a6;}

	.login_box2 .info>div:first-child {border-right:0; padding:0;}
	
	/* ***** È¸¿ø°¡ÀÔ ***** */
	.memberLayout .join {margin-top:20px;}
	.memberLayout .join .h4 {font-size:17px; margin-bottom:10px; color:#000;}
	
	.memberLayout .agree,
	.memberLayout .privacy {padding:20px !important; margin:0; border:1px solid #e5e5e5; background-color:#f9f9f9; overflow-y:auto;}
	
	
	
	.memberLayout .agree.pc {height:300px !important;}
	.memberLayout .privacy.pc {height:300px !important;}
	
	.memberLayout .agree pre,
	.memberLayout .privacy pre {
		font-family:inherit !important;
		width:100%; font-size:13px;
		margin:0; padding:0; color:#555;
		line-height:inherit;
		background:transparent; border:none;
		word-break:keep-all; overflow:hidden;
	}
	.agree pre strong, .privacy pre strong {font-size:14px; color:#000; font-weight:400;}
	

	/*ºñÈ¸¿ø·Î±×ÀÎ*/
	.guest_login {text-align:left;}
	.guest_login strong {font-size:16px !important;}
	.guest_login dl {display:table; width:100%;}
	.guest_login dl dt {display:table-cell; width:20px;}
	.guest_login dl dd {display:table-cell;}
	
	/* ***** È¸¿ø-°¡ÀÔÆû ***** */
	
	/* ---------- ¾à°üµ¿ÀÇ/Á¤º¸ÀÔ·Â/°¡ÀÔ¿Ï·á start °ÅÀÇ»ç¿ë¾ÈÇÔ ---------- */
	.join_step {margin:0 30px; text-align:center; font-size:12px; letter-spacing:-1px; /* border:1px solid #ccc; */}
	.join_step li {padding:20px; color:#000; background:url(../images/member/arrow_right.png) no-repeat 100% 50%; background-size:30px; opacity:.2; font-size:16px; font-weight:bold; line-height:1.4;}
	.join_step li span {background-size:60px !important; display:inline-block; width:100%; height:50px; padding-top:70px;}
	.join_step li .i_check {background:url(../images/member/i_check.png)no-repeat center;}
	.join_step li .i_write {background:url(../images/member/i_write.png)no-repeat center;}
	.join_step li .i_finish {background:url(../images/member/i_finish.png)no-repeat center;}
	.join_step li:last-child {background:none;}
	.join_step li.on {color:#000; /* border-bottom:1px solid #000;  */opacity:1; font-size:16px;}
	/* ---------- ¾à°üµ¿ÀÇ/Á¤º¸ÀÔ·Â/°¡ÀÔ¿Ï·á end °ÅÀÇ»ç¿ë¾ÈÇÔ ---------- */
	
	/* Ã¼Å©¹Ú½º:: */
	.checkWrap_sunnong {padding:15px 0; color:#000; font-size:17px; background-color:transparent; text-align:right;}
	.checkWrap_sunnong>* {display:inline-block; vertical-align:middle; line-height:1; font-weight:normal;}
	.checkWrap_sunnong input {display:none;}
	.checkWrap_sunnong label {height:25px; padding-left:35px; padding-top:4px; font-size:16px; cursor:pointer; position:relative;}
	.checkWrap_sunnong label:before {position:absolute; top:0; left:0; content:""; width:25px; height:25px; border:3px solid #5975a6; display:block; border-radius:50%;}
	.checkWrap_sunnong input:checked+label:before {background:#5975a6 url(../images/common/icon_check.svg)no-repeat center; background-size:70%;}
	
	/* Ã¼Å©¹Ú½º::shop>order.html*/
	.checkWrap_shopPart {text-align:left;}
	.checkWrap_shopPart>p {position:relative; height:auto !important; line-height:normal !important;}
	.checkWrap_shopPart>p>label>* {display:inline-block; vertical-align:top; line-height:1; font-weight:300;}
	.checkWrap_shopPart input {display:none !important;}
	.checkWrap_shopPart span {display:inline-block; height:25px; padding-left:30px; padding-top:6px; cursor:pointer; color:#000; font-size:14px;}
	.checkWrap_shopPart span:before {position:absolute; top:0; left:0; content:""; width:25px; height:25px; border:3px solid #5975a6; display:block; border-radius:50%;}
	.checkWrap_shopPart input:checked+span:before {background:#5975a6 url(../images/common/icon_check.svg)no-repeat center; background-size:70%;}
	
	/* ´Üµ¶¹öÆ°:: */
	.memberBtn-single {padding:30px 0 0; margin:0; font-size:0; text-align:center;}
	.memberBtn-single li {display:inline-block;}
	.memberBtn-single li+li {margin-left:10px;}
	.memberBtn-single li a {display:block; padding:21px 60px; line-height:1; background:#5975a6; color:#fff; font-size:16px; transition:all .2s;}
	
	.memberBtn-single li a:hover {color:#fff; background:#ff9000;}
	
	/*join_agree.html*/
	.member.join_agree .memberBtn-single li a {border:1px solid #000; background:#fff; font-weight:400; color:#000; transition:all .2s;}
	.member.join_agree .memberBtn-single li a:hover {border:1px solid #5975a6; background:#5975a6; color:#fff;}
	
	
	
	.join .title {padding-bottom:10px; margin-bottom:0; border-bottom:1px solid #333; font-size:16px; color:#000;}
	.join .title span {font-size:12px; color:#666; font-weight:normal;}
	.join .formGroup a.btn {min-height:32px; font-size:11px; letter-spacing:0; padding:0 20px; line-height:2.8;}
	.join .formGroup .gender {padding:0;}
	.join .formGroup .gender.checkWrap_sunnong label {padding-left:25px; font-size:14px;}
	.join .formGroup .gender.checkWrap_sunnong label:before {width:20px; height:20px; top:3px;}
	.join .formGroup>div {min-height:34px; margin-bottom:20px;}
	.join .formGroup>div>div {padding-left:0;}
	.join .formGroup>div>div.gender label {display:inline-block; margin-left:10px; vertical-align:baseline;}
	.join .formGroup>div:last-child {margin-bottom:0;}
	.join .formGroup>div p {clear:both; margin:0; font-size:12px; color:#999; line-height:1.4;}
	.join .formGroup>div>* {margin-bottom:5px;}
	.join .formGroup input[type="text"].inline {height:34px; padding:4px 12px; border:1px solid #ccc;}
	.join .formGroup span.inline {display:block; float:left; height:34px; padding:6px 5px;}
	.join .formGroup .select_box {height:34px;border:1px solid #ccc;}
	.join .formGroup .mail {border-right:0 !important;}
	.join .formGroup .divinner label {display:block; }
	.join .formGroup .divinner label input {vertical-align:middle; margin:0 !important;}
	.join .formGroup .divinner label .check_text {vertical-align:middle; padding-left:5px; font-family:'NanumGothic-Bold';}
	.join .formGroup .divinner>div {padding-right:5px !important;}
	.join .formGroup .divinner>div:last-child {padding-right:0 !important;}
	.join .formGroup .check_text {font-weight:normal; font-size:12px;}
	.join .formGroup .autoCodeWrap {position:relative;}
	.autoCode {position:relative; top:0; left:0; z-index:100; border:1px solid #e5e5e5; width:100px; height:40px; line-height:40px; text-align:center; color:#999; font-weight:bold; font-size:16px; vertical-align:top;}
	.autoCode>span {color:#3e9eff !important; font-style:italic !important;}
	.autoCode+div input {padding-left:92px;}
	
	.join .formGroup {border-bottom:1px solid #ddd; padding:10px 0;}
	.join .formGroup .labelName {
		display:inline-block; text-align:center; width:206px;
		vertical-align:top; padding:7px 20px; font-size:14px; text-align:left;
		color:#000;
	}
	.join .formGroup .inputWrap {display:inline-block;}
	.join .formGroup .inputWrap a.cal_Img {
		width:40px; height:40px; display:inline-block; border:1px solid #ddd; vertical-align:top;
		background:#f9f9f9 url(../images/common/i_cal.svg)no-repeat center;
		background-size:90%;
	}
	.join .formGroup .inputWrap.address br:after {}
	.join .formGroup .inputWrap>* {display:inline-block; margin:0 !important;}
	.join .formGroup .inputWrap select {background-position:calc(100% - 10px) center !important;}
	.join .formGroup .inputWrap select,
	.join .formGroup .inputWrap input:not([type=radio]):not([type=checkBox]) {width:230px; height:40px; border:1px solid #ddd; font-size:14px;}
	.join .formGroup .inputWrap>div:last-child {display:inline-block;}
	.join .formGroup .inputWrap.h0 {height:auto !important; width:76.8%}
	.join .formGroup .inputWrap.h0>div:first-child {margin-bottom:5px !important;}
	.join .formGroup .inputWrap.h0>div:last-child {display:block;}
	.join .formGroup .inputWrap>div:last-child input {}
	
	.telWrap select {width:100px !important;}
	.telWrap input:not([type=radio]):not([type=checkbox]) {width:100px !important;}
	
	.btn_box {text-align:center;}
	.board_ebi .write_normal .form-group>div p {letter-spacing:-1px;}
	.padr5 {padding-right:5px !important;}



	/* ***** È¸¿ø-°¡ÀÔ¿Ï·á ***** */
	.join_end {text-align:center; padding:0; margin-top:20px;}
	.join_end .title {font-size:20px; color:#000;}
	.join_end .title span {color:#5975a6;}
	.join_end p {margin-top:20px; font-size:14px;}
	
	/* ***** ÀÌ¿ë¾à°ü/°³ÀÎÁ¤º¸Ã³¸®¹æÄ§ ***** */
	.member.agree .agree,
	.member.privacy .privacy {margin-top:30px !important;}
	
	/* ***** °³ÀÎÁ¤º¸¼öÁ¤ ***** */
	.mypageTab {display:none;}	
		
	/* ***** È¸¿øÅ»Åð ***** */
	.join.memberEnd .include_textarea .inputWrap {width:80%;}
	
	
	
	/* ´Þ·Â */
	#calenderPop { z-index:10000; }
	.input_sel {border:1px solid #7f9db9; background:#f7f9fb;font-size:11px;height:19px; vertical-align:middle; }
	.input_sel {color:#555555;}

	.Calendar_Day_mouseOver { background:#72a6ef; }
	.Calendar_Day_mouseOut {  background:#ffffff; }
	#cursorData td{ border:1px solid white; width:100%; padding:4px 8px;font-family:"µ¸¿ò", sans-serif; font-size:11px; letter-spacing:-1px;}
	/* ***** ¸ð¹ÙÀÏ ´Þ·Â START ***** */
	.mobileCal .mobileCalPopup {z-index:9990; display:none; position:fixed; width:100%; height:100%; left:0; top:0;}
	.mobileCal .mobileCalPopup .bg {z-index:9991; width:100%; height:100%; background:#000; opacity:.6; filter:alpha(opacity=60);}
	.mobileCal .mobileCalPopup .mobileCalFrame {z-index:9992; position:fixed; text-align:center; max-width:90%;}

	.mobileCalInner {text-align:center; background:#fff; padding:40px 30px;}


	/* ÇÏ´Ü ÆäÀÌÁö ¹öÆ° */ 
	.mobileCalInner .btn_box {text-align:center; padding-top:20px;}
	.mobileCalInner .btn_box ul {overflow:hidden;}
	.mobileCalInner .btn_box li {display:inline-block;}
	.mobileCalInner .btn_box li a {display:block;}


	.mobileCalInner select {
		display:inline-block; height:32px; padding:8px; margin:0 2px 2px 0; vertical-align:middle;
		font-size:inherit; line-height:1.4;
		max-width:100%;
		border:1px solid rgba(0,0,0,.3); 
		background:#fff url(/img/common_responsive/select.png)right center  no-repeat !important;
		box-shadow:none !important; width:80px;
	}
	.mobileCalInner select:nth-child(2),
	.mobileCalInner select:nth-child(3) {width:65px;}

	.mobileCalInner select {
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */	
		appearance:none; padding:0 20px 0 10px !important; 
	}


	.mobileCalInner select::-ms-expand {
		display: none;
	}
	/* ***** ¸ð¹ÙÀÏ ´Þ·Â END ***** */
	
	/*·¹ÀÌ¾îÆË¾÷-Àå¹Ù±¸´Ï*/
	/* .popup_cart {z-index:10000; position:relative; text-align:center; visibility:hidden;} */
	.popup_cart {z-index:10000; position:fixed; left:0; top:0; display:table; width:100%; height:100%; text-align:center; visibility:hidden; background:rgba(0,0,0,.5);}
	.popup_cart .tcWrap {display:table-cell; vertical-align:middle; text-align:center;}
	/* .cart_bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.6);} */
	.popup_cartCon {display:inline-block; max-width:600px; background:#fff; top:0;}
	.popup_cartCon .cart_head {position:relative; background:#ff9701; color:#fff;}
	.popup_cartCon .cart_head p {font-size:18px; padding:12px;}
	.popup_cartCon .cart_head a {display:inline-block; position:absolute; top:10px; right:20px;}
	.popup_cartCon .cart_body {padding:20px 100px; font-size:18px; color:#000;}
	.popup_cartCon .cart_foot {padding:0 0 30px; font-size:0;}
	
	.layer-btn {
		padding:8px 15px; font-size:14px; display:inline-block; min-width:120px; text-align:center;
		border:1px solid #ccc;
	}
	.layer-btn.on {border:1px solid #000; font-weight:500; color:#000;}
	.layer-btn+.layer-btn {margin-left:5px;}
	
	/* ********** Àå¹Ù±¸´Ï ********** */
	.order_process {border:1px solid #e5e5e5; background:#f9f9f9; display:table; width:100%;}
	.order_process>* {display:table-cell; vertical-align:middle; padding:15px 0; text-align:center;}
	.order_process span.icon-nextStep {
		width:5%;
		background:url(/style_member/img/icon_nextStep.svg)no-repeat center;
		background-size:50%;
	}
	.order_process p {font-size:16px; font-weight:300; color:#000; width:30%; line-height:1.4;}
	.order_process p>span {display:inline-block; width:100%; color:#5975a6; font-weight:500; font-size:15px;}
	.order_process p.on {color:#000; font-weight:500;}
	
	.cart_wrap .order_process {
		margin:0 auto 10px;
		/* border:1px solid red; */
	}
	/* Àå¹Ù±¸´Ï ¹öÆ° */
	.cart_wrap .memberBtn-single.type-cart li:nth-child(1) a {padding:21px 60px 21px 80px; background:#ff9000 url(../images/shop/i-buy.png)50px center no-repeat;}
	.cart_wrap .memberBtn-single.type-cart li:nth-child(2) a {padding:21px 60px 21px 80px; background:#5975a6 url(../images/shop/i-sample.png)50px center no-repeat;}
	.cart_wrap .memberBtn-single.type-cart li:nth-child(3) a {background:#f5f5f5; color:#000; border:1px solid #ccc;}
	
	.include-updown-btn {position:relative; display:inline-block; width:60px; border:1px solid #ddd;}
	.include-updown-btn>input {padding:5px 10px 6px; width:60px; height:36px; text-align:right; background:#fff; overflow:hidden; border:0; font-weight:300;}
	.include-updown-btn>p {display:inline-block; position:absolute; right:-26px; top:-1px;}
	.include-updown-btn p>a {display:block; height:19px; width:25px; border:1px solid #ddd; height:19px;}
	.include-updown-btn p>a:first-child {background:#fff url(../images/common/ea_up.png) 50% no-repeat; border-bottom:0;}
	.include-updown-btn p>a:last-child {background:#fff url(../images/common/ea_down.png) 50% no-repeat;}
	.include-updown-btn p>a:hover {background-color:#eee;}



}

/* ******************** ÅÂºí¸´ (~991) ******************** */
@media screen and (max-width: 991px), print{
	
	
	.memberLayout {padding:0 !important;}
	
	.input-lg {border-radius:3px !important; font-size:14px;}
	.form-control {border:1px solid #e5e5e5 !important; box-shadow:initial; -webkit-box-shadow:initial;}
	
	/* °ø¿ë */
	.msg_box * {vertical-align:top;}
	.msg_box p {display:inline-block; font-size:12px !important;}
	.mail2 i {position:absolute; top:5px; left:5px;} /* ¸ÞÀÏ ÀÔ·Â µÎ¹øÂ° @ ºÎºÐ¿¡ »ç¿ë */
	.mail2 input {padding-left:25px !important;} /* ¸ÞÀÏ ÀÔ·Â µÎ¹øÂ° @ ºÎºÐ¿¡ »ç¿ë */
	i.msg {display:inline-block; width:40px; height:40px; background:url(../images/member/i_msg.png) no-repeat 0 1px; background-size:28px;}

	.join .checkbox {text-align:right;}
	.btn_box {text-align:center;}
	.btn_box li {display:inline-block;}
	
	
	
	/* ***** È¸¿ø-·Î±×ÀÎ,ºñ¹ø/¾ÆÀÌµðÃ£±â ***** */
	.login_box+.login_box {padding-top:30px; margin-top:30px; border-top:1px dashed #eee;}
	
	.dash-line {padding-top:30px; margin-top:30px; border-top:1px dashed #eee;}
	
	.login_box {text-align:center; padding:0; width:100%;}
	.login_box .btn {border:1px solid #333;}

	.contents.shop h3,
	.contents.mypage h3,
	.memberLayout h3 {margin:0; color:#5975a6; font-size:24px; font-weight:700; letter-spacing:-2px; text-align:center;}
	.memberLayout .titBox p {font-size:14px; margin:20px 0; color:#666; font-weight:300;}
	
	.contents.shop h3,
	.contents.mypage h3 {margin-bottom:30px;}
	
	.login_box .form-group {text-align:center;}
	.login_box .form-group label {display:none;}
	.login_box .form-group>* {margin-bottom:10px; padding:0;}
	
	.login_box .btn-wrap a {
		display:inline-block;
		width:100%; transition:all .2s;
		color:#000 !important; background-color:#fff; line-height:1;
		border:2px solid #000;
		font-size:20px;
		padding:20px 10px;
		text-align:center;
	}
	.login_box .btn-wrap>a:hover {background:#5975a6; border:2px solid #5975a6; color:#fff !important;}
	
	.login_box .btn-wrap .site {margin-top:20px;}
	.login_box .btn-wrap .site li {float:left; display:inline-block; width:50%;}
	.login_box .btn-wrap .site li a {font-size:16px; padding:20px 10px;}
	.login_box .btn-wrap .site li a span {
		display:inline-block; padding:3px 0 3px 30px; line-height:1; background-repeat:no-repat; background-position:left center;
		background-repeat:no-repeat; background-position:left center;
	}
	.login_box .btn-wrap .site li.naver {padding-right:5px;}
	.login_box .btn-wrap .site li.naver a {border-color:#33b306;}
	.login_box .btn-wrap .site li.naver a span {padding-left:30px; background-image:url(/style_member/img/icon_Naver.jpg);}
	.login_box .btn-wrap .site li.kakao {padding-left:5px;}
	.login_box .btn-wrap .site li.kakao a {border-color:#f9e000; background:#f9e000;}
	.login_box .btn-wrap .site li.kakao a span {padding-left:30px; background-image:url(/style_member/img/icon_Kakao.jpg); background-size:20px;}
	
	.login_box .info {margin-top:30px; text-align:left; font-size:14px !important; padding:0;}
	.login_box .info>* {float:left; display:inline-block; width:100%;}
	.login_box .info span {
		display:inline-block; width:100%; padding-left:15px;
		color:#666;
		margin-bottom:5px;
		position:relative;
	}
	.login_box .info span:before {
		position:absolute; top:8px; left:0;
		display:block; content:"";
		width:5px; height:5px; border-radius:50%;
		background:#ddd;
	}
	.login_box .info>div+div {margin-top:20px;}
	
	.login_box .info>div a {font-size:14px; color:#000; margin-left:15px; padding-bottom:2px; border-bottom:1px solid #999; transition:all .2s;}
	.login_box .info>div a:hover {color:#5975a6; border-bottom:1px solid #5975a6;}
	
	
	



	/* ***** È¸¿ø°¡ÀÔ ***** */
	.join {margin-top:20px;}
	.join .h4 {font-size:17px; margin-bottom:10px; color:#000;}
	
	.memberLayout .agree,
	.memberLayout .privacy {padding:20px !important; margin:0; border:1px solid #e5e5e5; background-color:#f9f9f9; overflow-y:auto;}
	
	
	
	.memberLayout .agree.mobile {height:300px !important;}
	.memberLayout .privacy.mobile {height:300px !important;}
	
	.memberLayout .agree pre,
	.memberLayout .privacy pre {
		font-family:inherit !important;
		width:100%; font-size:13px;
		margin:0; padding:0; color:#555;
		line-height:inherit;
		background:transparent; border:none;
		word-break:keep-all; overflow:hidden;
	}
	.agree pre strong, .privacy pre strong {font-size:14px; color:#000; font-weight:400;}

	/*ºñÈ¸¿ø·Î±×ÀÎ*/
	.guest_login strong {font-size:16px !important;}
	.guest_login dl {display:table; width:100%;}
	.guest_login dl dt {display:table-cell; width:20px;}
	.guest_login dl dd {display:table-cell;}
	
	
	
	
	/* ***** È¸¿ø-°¡ÀÔÆû ***** */
	
	/* ---------- ¾à°üµ¿ÀÇ/Á¤º¸ÀÔ·Â/°¡ÀÔ¿Ï·á start °ÅÀÇ»ç¿ë¾ÈÇÔ ---------- */
	.join_step {margin:0 30px; text-align:center; font-size:12px; letter-spacing:-1px; /* border:1px solid #ccc; */}
	.join_step li {padding:20px; color:#000; background:url(../images/member/arrow_right.png) no-repeat 100% 50%; background-size:30px; opacity:.2; font-size:16px; font-weight:bold; line-height:1.4;}
	/* .join_step li:first-child {padding-right:30px;} */
	/* .join_step li:nth-child(2) {padding-right:60px;} */
	.join_step li span {background-size:60px !important; display:inline-block; width:100%; height:50px; padding-top:70px;}
	.join_step li .i_check {background:url(../images/member/i_check.png)no-repeat center;}
	.join_step li .i_write {background:url(../images/member/i_write.png)no-repeat center;}
	.join_step li .i_finish {background:url(../images/member/i_finish.png)no-repeat center;}
	.join_step li:last-child {background:none;}
	.join_step li.on {color:#000; /* border-bottom:1px solid #000;  */opacity:1; font-size:16px;}
	/* ---------- ¾à°üµ¿ÀÇ/Á¤º¸ÀÔ·Â/°¡ÀÔ¿Ï·á end °ÅÀÇ»ç¿ë¾ÈÇÔ ---------- */
	
	/* Ã¼Å©¹Ú½º:: */
	.checkWrap_sunnong {padding:15px 0; color:#000; font-size:17px; background-color:transparent; text-align:right;}
	.checkWrap_sunnong>* {display:inline-block; vertical-align:middle; line-height:1; font-weight:normal;}
	.checkWrap_sunnong input {display:none;}
	.checkWrap_sunnong label {height:25px; padding-left:40px; padding-top:5px; font-size:16px; cursor:pointer; position:relative;}
	.checkWrap_sunnong label:before {position:absolute; top:0; left:0; content:""; width:25px; height:25px; border:3px solid #5975a6; display:block; border-radius:50%;}
	.checkWrap_sunnong input:checked+label:before {background:#5975a6 url(../images/common/icon_check.svg)no-repeat center; background-size:70%;}
	
	/* Ã¼Å©¹Ú½º::shop>order.html*/
	.checkWrap_shopPart {text-align:left;}
	.checkWrap_shopPart>p {position:relative; height:auto !important; line-height:normal !important;}
	.checkWrap_shopPart>p>label>* {display:inline-block; vertical-align:top; line-height:1; font-weight:300;}
	.checkWrap_shopPart input {display:none !important;}
	.checkWrap_shopPart span {display:inline-block; height:25px; padding-left:30px; padding-top:6px; cursor:pointer; color:#000; font-size:14px;}
	.checkWrap_shopPart span:before {position:absolute; top:0; left:0; content:""; width:25px; height:25px; border:3px solid #5975a6; display:block; border-radius:50%;}
	.checkWrap_shopPart input:checked+span:before {background:#5975a6 url(../images/common/icon_check.svg)no-repeat center; background-size:70%;}
	
	
	/* ´Üµ¶¹öÆ°:: */
	.memberBtn-single {padding:30px 0 0; margin:0; font-size:0; text-align:center;}
	.memberBtn-single li {display:inline-block;}
	.memberBtn-single li+li {margin-left:10px;}
	.memberBtn-single li a {display:block; padding:25px 50px; line-height:1; background:#5975a6; color:#fff; font-size:17px; transition:all .2s;}
	
	.memberBtn-single li a:hover {color:#fff; background:#ff9000;}
	
	
	/*join_agree.html*/
	.member.join_agree .memberBtn-single li a {border:1px solid #000; background:#fff; font-weight:400; color:#000; transition:all .2s;}
	.member.join_agree .memberBtn-single li a:hover {border:1px solid #5975a6; background:#5975a6; color:#fff;}
	
	.join .title {padding-bottom:10px; margin-bottom:0; border-bottom:1px solid #333; font-size:16px; color:#000;}
	.join .title span {font-size:12px; color:#666; font-weight:normal;}
	.join .formGroup a.btn {min-height:32px; font-size:11px; letter-spacing:0; padding:0 20px; line-height:2.8;}
	.join .formGroup label {clear:left; font-size:14px; padding-left:0; padding-right:0; letter-spacing:-1px;}
	.join .formGroup>label	{padding-right:30px; font-family:'NanumGothic'; word-break:keep-all; font-weight:normal;}
	.join .formGroup .gender {padding:0;}
	.join .formGroup .gender.checkWrap_sunnong label {padding-left:25px; font-size:14px;}
	.join .formGroup .gender.checkWrap_sunnong label:before {width:20px; height:20px; top:3px;}
	
	.join .formGroup>div {min-height:34px; margin-bottom:20px;}
	.join .formGroup>div>div {padding-left:0;}
	.join .formGroup>div>div.gender label {display:inline-block; margin-left:10px; vertical-align:baseline;}
	.join .formGroup>div:last-child {margin-bottom:0;}
	.join .formGroup>div p {clear:both; margin:0; font-size:12px; color:#999; line-height:1.4;}
	.join .formGroup>div>* {margin-bottom:5px;}
	.join .formGroup input[type="text"].inline {height:34px; padding:4px 12px; border:1px solid #ccc;}
	.join .formGroup span.inline {display:block; float:left; height:34px; padding:6px 5px;}
	.join .formGroup .select_box {height:34px;border:1px solid #ccc;}
	.join .formGroup .mail {border-right:0 !important;}
	.join .formGroup .divinner label {display:block; }
	.join .formGroup .divinner label input {vertical-align:middle; margin:0 !important;}
	.join .formGroup .divinner label .check_text {vertical-align:middle; padding-left:5px; font-family:'NanumGothic-Bold';}
	.join .formGroup .divinner>div {padding-right:5px !important;}
	.join .formGroup .divinner>div:last-child {padding-right:0 !important;}
	.join .formGroup .check_text {font-weight:normal; font-size:12px;}
	.join .formGroup .autoCodeWrap {position:relative;}
	.autoCode {position:relative; top:0; left:0; z-index:100; border:1px solid #e5e5e5; width:100px; height:40px; line-height:40px; text-align:center; color:#999; font-weight:bold; font-size:16px; vertical-align:top;}
	.autoCode>span {color:#3e9eff !important; font-style:italic !important;}
	.autoCode+div input {padding-left:92px;}
	
	.join .formGroup {display:table; width:100%; border-bottom:1px solid #ddd; padding:10px 0;}
	.join .formGroup .labelName {
		display:table-cell; width:200px;
		vertical-align:top; padding:0 20px 7px; font-size:14px; text-align:left;
		color:#000;
	}
	.join .formGroup .inputWrap {display:table-cell; height:40px;}
	.join .formGroup .inputWrap a.cal_Img {
		width:40px; height:40px; display:inline-block; border:1px solid #ddd; vertical-align:top;
		background:#f9f9f9 url(../images/common/i_cal.svg)no-repeat center;
		background-size:90%;
	}
	.join .formGroup .inputWrap>*{display:inline-block; margin:0 !important;}
	.join .formGroup .inputWrap select {background-position:calc(100% - 10px) center !important;}
	.join .formGroup .inputWrap select,
	.join .formGroup .inputWrap input:not([type=radio]):not([type=checkBox]) {width:150px; height:40px; border:1px solid #ddd; padding-left:5px; font-size:14px;}
	.join .formGroup .inputWrap>div:last-child {display:inline-block;}
	.join .formGroup .inputWrap.h0 {height:auto !important;}
	.join .formGroup .inputWrap.h0>div:first-child {margin-bottom:5px !important;}
	.join .formGroup .inputWrap.h0>div:last-child {display:block;}
	.join .formGroup .inputWrap>div:last-child input {}
	.join .formGroup .telWrap>input,
	.join .formGroup .telWrap>select {width:100px !important; background-position:calc(100% - 10px) center !important;}
	

	.join .formGroup .inputWrap>p {display:block;}
	.inputW-md.marR5 {margin-bottom:5px;}
	.inputW-md {width:100% !important;}
	.email .inputW-md {width:220px !important;}
	
	
	/* ***** È¸¿ø-°¡ÀÔ¿Ï·á ***** */
	.join_end {text-align:center; padding:0; margin-top:20px;}
	.join_end .title {font-size:16px; color:#000;}
	.join_end .title span {color:#5975a6;}
	.join_end p {margin-top:20px; font-size:13px;}
	.join_end p br {display:none;}
		
	
	/* ***** ÀÌ¿ë¾à°ü/°³ÀÎÁ¤º¸Ã³¸®¹æÄ§ ***** */
	.member.agree .agree,
	.member.privacy .privacy {margin-top:30px !important;}
	
	
	
	/* ***** °³ÀÎÁ¤º¸¼öÁ¤ ***** */
	.mypageTab {display:none;}	
	
	
	
	/* ***** È¸¿øÅ»Åð ***** */
	.join.memberEnd textarea {width:520px;}
	
	
	
	/* ´Þ·Â */
	#calenderPop { z-index:10000; }
	.input_sel {border:1px solid #7f9db9; background:#f7f9fb;font-size:11px;height:19px; vertical-align:middle; }
	.input_sel {color:#555555;}

	.Calendar_Day_mouseOver { background:#72a6ef; }
	.Calendar_Day_mouseOut {  background:#ffffff; }
	#cursorData td{ border:1px solid white; width:100%; padding:4px 8px;font-family:"µ¸¿ò", sans-serif; font-size:11px; letter-spacing:-1px;}

	/* ***** ¸ð¹ÙÀÏ ´Þ·Â START ***** */
	.mobileCal .mobileCalPopup {z-index:9990; display:none; position:fixed; width:100%; height:100%; left:0; top:0;}
	.mobileCal .mobileCalPopup .bg {z-index:9991; width:100%; height:100%; background:#000; opacity:.6; filter:alpha(opacity=60);}
	.mobileCal .mobileCalPopup .mobileCalFrame {z-index:9992; position:fixed; text-align:center; max-width:90%;}

	.mobileCalInner {text-align:center; background:#fff; padding:50px 10px;}


	/* ÇÏ´Ü ÆäÀÌÁö ¹öÆ° */ 	
	.mobileCalInner .btn_box {text-align:center; padding-top:20px;}
	.mobileCalInner .btn_box ul {overflow:hidden;}
	.mobileCalInner .btn_box li {display:inline-block;}
	.mobileCalInner .btn_box li a {display:block;}

	.mobileCalInner select {
		display:inline-block; height:32px; padding:8px; margin:0 2px 2px 0; vertical-align:middle;
		font-size:inherit; line-height:1.4;
		max-width:100%;
		border:1px solid rgba(0,0,0,.3); background-color:#fff;
		box-shadow:none !important;
		background:#fff url(/img/common_responsive/select.png)right center  no-repeat !important;
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		appearance:none; padding:0 30px 0 10px !important;
		background:#fff url(/img/common_responsive/select.png)right center  no-repeat !important;
	}
	
	.mobileCalInner select::-ms-expand {
		display: none;
	}
	/* ***** ¸ð¹ÙÀÏ ´Þ·Â END ***** */
	
	
	/* ********** Àå¹Ù±¸´Ï ********** */
	.order_process {border:1px solid #e5e5e5; background:#f9f9f9; display:table; width:100%;}
	.order_process>* {display:table-cell; vertical-align:middle; padding:15px 0; text-align:center;}
	.order_process span.icon-nextStep {
		width:5%;
		background:url(/style_member/img/icon_nextStep.svg)no-repeat center;
		background-size:60%;
	}
	.order_process p {font-size:15px; font-weight:300; color:#000; width:30%; line-height:1.4;}
	.order_process p>span {display:inline-block; width:100%; color:#5975a6; font-weight:500; font-size:15px;}
	.order_process p.on {color:#000; font-weight:500;}
	
	.cart_wrap .order_process {
		margin:0 auto 10px;
	}
	/* Àå¹Ù±¸´Ï ¹öÆ° */
	.cart_wrap .memberBtn-single.type-cart li:nth-child(1) a {padding:25px 50px 25px 70px; background:#ff9000 url(../images/shop/i-buy.png)calc(50% - 35px) center no-repeat;}
	.cart_wrap .memberBtn-single.type-cart li:nth-child(2) a {padding:25px 50px 25px 70px; background:#5975a6 url(../images/shop/i-sample.png)calc(50% - 35px) center no-repeat;}
	.cart_wrap .memberBtn-single.type-cart li:nth-child(3) a {background:#f5f5f5; color:#000; border:1px solid #ccc;}
	
	.include-updown-btn {position:relative; display:inline-block; width:60px; border:1px solid #ddd;}
	.include-updown-btn>input {padding:5px 10px 6px; width:60px; height:36px; text-align:right; background:#fff; overflow:hidden; border:0; font-weight:300;}
	.include-updown-btn>p {display:inline-block; position:absolute; right:-26px; top:-1px;}
	.include-updown-btn p>a {display:block; height:19px; width:25px; border:1px solid #ddd; height:19px;}
	.include-updown-btn p>a:first-child {background:#fff url(../images/common/ea_up.png) 50% no-repeat; border-bottom:0;}
	.include-updown-btn p>a:last-child {background:#fff url(../images/common/ea_down.png) 50% no-repeat;}
	.include-updown-btn p>a:hover {background-color:#eee;}
	
	
	
}


/* ******************** ¸ð¹ÙÀÏ (~768) ******************** */
@media screen and (max-width: 768px), print{
	
	/* ***** È¸¿ø-·Î±×ÀÎ,ºñ¹ø/¾ÆÀÌµðÃ£±â ***** */
	.login_box {width:100%;}
	.login_box .login {margin-top:0; padding:20px;}
	.login_box .info span {width:100%; margin-bottom:0; font-size:13px;}
	.login_box .info>div+div {margin-top:10px;}
	.login_box .info>div:first-child {border-right:none; padding-right:0;}
	.login_box .info>div:last-child {padding-left:0;}
	.login_box .info>div a {font-size:13px;}
	
	.login_box .btn-wrap>a {padding:20px 10px; font-size:15px;}
	.login_box .btn-wrap .site {margin-top:10px;}
	.login_box .btn-wrap .site li {width:100%;}
	.login_box .btn-wrap .site li+li {margin-top:10px;}
	.login_box .btn-wrap .site li a {font-size:14px; padding:20px 10px;}
	.login_box .btn-wrap .site li a span {
		display:inline-block; padding:3px 0 3px 30px; line-height:1; background-repeat:no-repat; background-position:left center;
		background-repeat:no-repeat; background-position:left center;
	}
	.login_box .btn-wrap .site li.naver {padding-right:0;}
	.login_box .btn-wrap .site li.kakao {padding-left:0;}
	
	
	
	/* ***** È¸¿ø-°¡ÀÔÆû ***** */
	.join_step li {word-break:keep-all;}	
	.join .formGroup .divinner>div {width:50% !important;}
	.join .formGroup  .autoCodeWrap>div {width:100px !important;}
	.autoCode {font-size:15px; width:100% !important; text-align:left; border:0; height:auto; line-height:auto;}
	.autoCode+div {width:100% !important; }
	.autoCode+div input {padding-left:8px;}
	.autoCode {position:static;}
	.telWrap>div:last-child {padding-right:5px !important;}
	
	.join .formGroup {display:block;}
	.join .formGroup .labelName{display:block; padding-left:0; width:100%; font-size:13px; text-align:left;}
	.join .formGroup .inputWrap select {width:100% !important;}
	.join .formGroup .inputWrap {display:block; height:auto;}
	.join .formGroup .gender {padding-left:0; text-align:left;}
	.join .formGroup .telWrap {}
	.join .formGroup .telWrap select, 
	.join .formGroup .telWrap input:not([type=radio]):not([type=checkbox]) {width:30% !important;}
	.join .formGroup .telWrap input[type=checkbox] {width:20px !important;}
	.join .formGroup .emailWrap input[type=checkbox] {width:20px !important;}
	.join .formGroup .emailWrap a {vertical-align:baseline;}

	.join .formGroup .inputWrap.address input.inputW-xs:not([type=radio]) {width:90px !important;} 
	
	.join_step {margin:30px; text-align:center; font-size:12px; letter-spacing:-1px;}
	.join_step li {width:100%; padding:0 0 10px 0; color:#000; background:url(../images/member/arrow_right.png) no-repeat 135px 5px; background-size:18px; opacity:.2; font-size:16px; font-family:'NanumGothic-Regular' !important; font-weight:normal; line-height:1.4;}
	.join_step li span {background-size:50px !important; display:inline-block; width:100%; height:50px; padding-top:0; padding-left:60px; text-align:left;}
	.join_step li .i_check {background:url(../images/member/i_check.png)no-repeat left;}
	.join_step li .i_write {background:url(../images/member/i_write.png)no-repeat left;}
	.join_step li .i_finish {background:url(../images/member/i_finish.png)no-repeat left;}
	.join_step li:last-child {background:none;}
	.join_step li.on {color:#000; opacity:1; font-size:16px;}
	
	.join .formGroup .inputWrap.address div:first-child input:not([type=radio]):not([type=checkBox]) {width:150px !important;}
	
	
	/* Ã¼Å©¹Ú½º::shop>order.html*/
	.checkWrap_shopPart span {display:inline-block; height:20px; padding-left:25px; padding-top:3px; cursor:pointer; color:#000; font-size:14px;}
	.checkWrap_shopPart span:before {position:absolute; top:0; left:0; content:""; width:20px; height:20px; border:3px solid #5975a6; display:block; border-radius:50%;}
	.checkWrap_shopPart input:checked+span:before {background:#5975a6 url(../images/common/icon_check.svg)no-repeat center; background-size:70%;}
	
	/* ´Üµ¶¹öÆ°:: */
	.memberBtn-single {padding:20px 0 0; margin:0; font-size:0; text-align:center;}	
	.memberBtn-single li {float:left; width:100%; display:inline-block;}
	.memberBtn-single li+li {margin-left:0; margin-top:5px;}
	.memberBtn-single li a {display:inline-block; width:100%; padding:15px 10px; line-height:1; background:#5975a6; color:#fff; font-size:16px;}
	.memberBtn-single li a:hover {color:#fff; background:#ff9000;}
	
	/*join_agree.html*/ 
	.member.join_agree .memberBtn-single li.naver a {border-top:0;}
	
	/* ***** È¸¿øÅ»Åð ***** */
	.join.memberEnd textarea {width:100%;}
	
	.selectW_mo select {width:100% !important;}
	.join .formGroup .inputWrap>div:last-child {width:100%;}
	
	.join .formGroup .inputWrap.email input:not([type=radio]):not([type=checkBox]) {width:200px !important;}
	
	.calendar_view tr td {padding:5px;}
	.calPop {z-index:-100; position:fixed; opacity:0; top:0; left:0; width:100%; height:100%; padding:20px; background:rgba(0,0,0,.7);}
	.calPop.on {z-index:900; opacity:1;}
	.calPop .inner {position:relative; width:100%; background:#fff; text-align:center; border-radius:7px; overflow-y:auto;}
	.calPop .inner span {display:block; height:60px; padding:15px; font-size:20px; font-family:"NotoSansM", sans-serif; text-align:left; background:#fdb924; color:#fff; letter-spacing:-1px;}
	.calPop.on .inner span font {font-weight:normal;}
	.calPop.on .inner div>a {
		display:block; padding:18px 18px 18px 30px; font-size:15px; text-align:left; line-height:1.4; color:#000; word-break:break-all;
		background:url(../images/common/arrow_right.png) no-repeat 15px 25px #fff;
		background-size:4px;
		border-bottom:1px solid #eee;
	}
	.calPop.on .inner div>a p {line-height:1.2;}
	.calPop .inner .popClose {position:absolute; display:block; right:0; top:0; width:60px; height:60px; font-size:24px; color:#fff; text-align:center; line-height:1; padding-top:18px; cursor:pointer; background-color:rgba(0,0,0,.2);}
	
	
	.calendar_view td {position:relative; height:80px;}
	.calendar_view tr td div {display:none;}
	.calendar_view tr td div.num {position:absolute; bottom:0px; display:block; visibility:visible !important; height:auto !important; text-align:center;}
	.calendar_view tr td div.num p {display:inline-block; padding:0 !important; width:24px; height:24px; border-radius:50%; line-height:1.6; background:#fdb924; color:#fff; text-align:center; cursor:pointer; font-size:14px;}
	
	.guest_login .checkbox label {padding:10px 0;}
	
	
	/* ********** Àå¹Ù±¸´Ï ********** */
	.order_process span.icon-nextStep {
		background-size:100%;
	}
	.order_process p {font-size:13px; line-height:1.4;}
	.order_process p>span {font-size:14px;}
	
	/* Àå¹Ù±¸´Ï ¹öÆ° */
	.cart_wrap .memberBtn-single.type-cart li:nth-child(1) a {padding:16px 10px 16px 25px;}
	.cart_wrap .memberBtn-single.type-cart li:nth-child(2) a {padding:16px 10px 16px 25px;}
	.cart_wrap .memberBtn-single.type-cart li:nth-child(3) a {background:#f5f5f5; color:#000; border:1px solid #ccc;}
	
	.include-updown-btn p>a {display:block !important; margin-top:0 !important; }
	
}

















