/*mpy ????*/
*{
	line-height:normal;
}

.btn.btn-md{
	height:44px;
	line-height:44px;
	border-radius:4px;
	font-weight:700;
}



.btn.primary{
	background-color: #0D5611;
	border-color: #0D5611;
	border-radius:4px;
}

.btn.btn-lg{
	height:44px;
	line-height:44px;
}

.notice{
	padding:10px 12px;
	border-radius:4px;
	background:#f5f5f5;
	color:#757575;
}

.notice .notice__icon{
	width:15px;
	height:15px;
	border:0;
	top:2px;
}

.notice .notice__icon .material-icons-outlined{
	font-size:15px;
	padding:0;
}

.notice .notice__content-col{
	padding-left:8px;
}

.notice .notice__content-col p, .notice .notice__content-col strong{
	font-size:12px;
	word-break:normal;
	font-weight:bold;
}

.app_setting{
	top:0px;
	right:70px;
}

.public-order--btn__group{
	overflow:hidden;
	position:relative;
}

.public-order--btn__group:before{
	content:"";
	left:0px;
	bottom:0px;
	width:100%;
	height:1px;
	background:#F5F5F5;
	position:absolute;
	z-index: -1;
}


.public-order--btn__group a{
	width:50%;
	height:50px;
	line-height:50px;
	box-sizing:border-box;
	font-size:14px;
	font-weight:400;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.public-order--btn__group a.is-active{
	border-bottom:2px solid #0D5611;
	color:#0D5611;
	font-weight:700;
}

.public-order--btn__group a.is-active small{
	margin-left:4px;
	background:#E6EEE7;
	color:#0D5611;
	font-size:14px;
	font-weight:700;
	line-height:14px;
	border-radius:4px;
	min-width:20px;
	height:20px;
	display:inline-block;
	box-sizing:border-box;
	padding:3px 5px;
	text-align:center;
}

.public-order--btn__group a small{
	margin-left:4px;
	background:#A3A3A3;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:14px;
	border-radius:4px;
	min-width:20px;
	height:20px;
	display:inline-block;
	box-sizing:border-box;
	padding:3px 5px;
	text-align:center;
}


.public-orderlist-loop li{
	border-radius:4px;
	padding:20px 12px;
	margin-bottom:20px;
	box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.10);
}

.public-orderlist-loop li.is_disabled{
	color:#A3A3A3;
	border:1px solid #D4D4D4;
	box-shadow:none;
}

.public-orderlist-loop li.is-done{
	color:#A3A3A3;
	border:1px solid #D4D4D4;
	box-shadow:none;
}

.public-orderlist-loop li .orderlist-title__row{
	margin-bottom:14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.public-orderlist-loop li .orderlist-title__row .statusWrap{
	display:flex;
	align-items: center;
	gap:8px;
}

.public-orderlist-loop li .orderlist-title__row strong{
	font-size:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
}

.public-orderlist-loop li .orderlist-title__row small{
	border-radius:32px;
	font-size:10px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	padding:0px 8px;
	display:inline-block;
	color:#0D5611;
	background:#EBF3EF;
	
}


.public-orderlist-loop li.is_disabled .orderlist-title__row small{
	color:#fff;
	background:#A3A3A3;
}

.public-orderlist-loop li.is-red .orderlist-title__row small{
	background:#F8E9E9;
	color:#FB7E7A;
}

.public-orderlist-loop li .orderlist-content__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:12px;
}

.public-orderlist-loop li .orderlist-content__row .orderlist-content__row-img{
	width:110px;
	height:110px;
	border-radius:4px;
	overflow:hidden;
	margin-right:16px;
}

.public-orderlist-loop li .orderlist-content__row .orderlist-content__row-txt{
	flex:1;
}

.public-orderlist-loop li .orderlist-content__row .orderlist-content__row-txt small{
	color:#0D5611;
	display:block;
	font-size:12px;
	font-weight:700;
	margin-bottom:4px;
	line-height:12px;
}

.public-orderlist-loop li .orderlist-content__row .orderlist-content__row-txt strong{
	font-size:16px;
	font-weight:700;
	line-height:20.8px;
	display:block;
}

.public-orderlist-loop li .orderlist-content__row .orderlist-content__row-txt a{
	font-size:14px;
	border:1px solid #D1D1D1;
	color:#757575;
	text-align:center;
	display:inline-block;
	padding:12px 20px;
	margin-top:10px;
	border-radius:4px;
}

.public-orderlist-loop li .orderlist-list__row{
	border-bottom:1px solid #EFEFEF;
	padding:12px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public-orderlist-loop li .orderlist-list__row strong{
	font-size:14px;
	font-weight:700;
	line-height:22.4px;
	color:#434343;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public-orderlist-loop li .orderlist-list__row button[type='submit']{
	font-size:12px;
	font-weight:400;
	color:#757575;
	display:flex;
	align-items: center;
	line-height:12px;
	border:0px;
	height:auto;
	padding:0px;
}

.public-orderlist-loop li .orderlist-list__row button[type='submit'] span{
	font-size:20px;
}

.public-orderlist-loop li .orderlist-list__row a{
	font-size:12px;
	font-weight:400;
	color:#757575;
	display:flex;
	align-items: center;
	line-height:12px;
}

.public-orderlist-loop li .orderlist-list__row a span{
	font-size:20px;
}

.public-orderlist-loop li .orderlist-list__row, .public-orderlist-loop li .orderlist-end__row{
	padding:12px 0px;
}

.public-orderlist-loop li .orderlist-end__row p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:14px;
	font-weight:700;
	line-height:22.4px;
	color:#a3a3a3;
}

.public-orderlist-loop li .orderlist-end__row p small{
	font-size:12px;
	line-height:12px;
	font-weight:400;
	color:#757575;
}

.public-orderlist-loop li .orderlist-detail__row{
	padding-top:12px;
}

.public-orderlist-loop li .orderlist-detail__row a{
	border-radius:4px;
	display:block;
	background:#F5F5F5;
	color:#757575;
	font-size:14px;
	font-weight:400;
	text-align:center;
	line-height:44px;
}


.public-orderlist-btn-group{
	text-align:center;
}

.public-orderlist-btn-group a{
	display: flex;
	align-items: center;
	width: 112px;
	height: 40px;
	border: 1px solid #D4D4D4;
	border-radius: 50px;
	justify-content: center;
	line-height: 40px;
	font-size:13px;
	font-weight:400;
	background:none;
	margin:0px auto;
}

.public__notice{
	padding: 9px 12px;
	border-radius: 4px;
	background: #f5f5f5;
}

.public__notice p{
	font-size:12px;
	font-weight:400;
	line-height:15.6px;
	color:#757575;
	padding-left:22px;
	position:relative;
}

.public__notice p:before{
	content:url("/shop/data/skin_mobileV2/light/common/img/myp/icon-info.svg");
	position:absolute;
	left:0px;
	top:-2px;
}

.public__notice p.bold{
	font-weight:700;
}

.public__notice p strong{
	color:#0D5611;
}


.public__btn-readmore{
	text-align:center;
	margin-top:24px;
}

.public__btn-readmore button{
	border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #434343;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #D4D4D4;
    width: 110px;
    margin: 0px auto;
}

.public__btn-readmore button img{
	margin-left:8px;
}


.public-select-box {
	border-radius:4px;
	border:1px solid #D4D4D4;
	position:relative;
}

.public-select-box.is-active{
	border-radius:4px 4px 0px 0px;
}

.public-select-box small {
	padding:16px;
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:normal;
	color:#525252;
	background: url('/shop/data/skin_mobileV2/light/common/img/myp/icon-down-525252-16.svg') right 16px center no-repeat ;
}


.public-select-box.is-active small{
	background: url('/shop/data/skin_mobileV2/light/common/img/myp/icon-up-525252-16.svg') right 16px center no-repeat ;
}

.public-select-box ul{
	position:absolute;
	border:1px solid #D4D4D4;
	width:100%;
	height:160px;
	z-index:9;
	background:#fff;
	border-radius: 0px 0px 4px 4px;
	left:-1px;
	display:none;
	overflow-y:scroll;
}

.public-select-box ul li{
	padding:12px 15px;
	color:#525252;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.public-select-box ul li:hover{
	background:rgba(217,217,217,.2);
}

.public-select-box.is-active ul{
	display:block;
}


.public-checkbox-switch{
	position:absolute;
	top:50%;
	right:0px;
	transform:translateY(-50%);
}

.public-checkbox-switch input[type='checkbox']{
	display:none;
}

.public-checkbox-switch .switch{
	position:relative;
	display:inline-block;
	width:28px;
	height:16px;
	padding:2px;
	border-radius:10px;
	background:#E5E5E5;
	box-sizing: border-box;
}

.public-checkbox-switch .switch .button{
	display:inline-block;
	width:12px;
	height:12px;
	background:#fff;
	position:absolute;
	left:2px;
	top:2px;
	border-radius:100%;
	transition: .4s;
}

.public-checkbox-switch input[type='checkbox']:checked + .switch{
	background:#0D5611;
}

.public-checkbox-switch input[type='checkbox']:checked + .switch .button{
	transform: translateX(12px);
}


/* ????? ??? */
.theme-alert-scroll .alert{
	padding:23px 20px 70px;
	border-radius:10px;
	overflow:hidden;
}

.theme-alert-scroll .alert .alert__head strong{
	font-size:18px;
	font-weight:700;
}

.theme-alert-scroll .alert__content{
	padding:0 0 20px 0;
	height: 200px !important;
	box-sizing: border-box;
	font-size: 14px;
	color: #757575;
	font-weight: 400;
	line-height: 20px;
}

.theme-alert-scroll .alert .alert__foot button{
	line-height:normal;
	height:auto;
	font-size:14px;
	font-weight:700;
	padding:11px 18px;
	border-radius:6px;
}

.theme-alert-scroll .alert .alert__foot .is-notagree{
	background:#F3F7F3;
	color:#0D5611;
	margin-right:10px;
}

.theme-alert-scroll .alert .alert__foot .is-confirm{
	background:#0D5611;
	color:#fff;
}


.order-payment-coupon__alert .alert{
	padding:24px 20px 16px;
	border-radius:16px;
	width:320px;
}

.order-payment-coupon__alert .alert .alert__head{
	margin-bottom:20px;
	font-size:18px;
	font-weight:700;
	line-height:normal;
}

.order-payment-coupon__alert .alert .alert__head strong{
	font-size:18px;
	font-weight:700;
}

.order-payment-coupon__alert .alert .alert__coupon{
	padding:0px;
}

.order-payment-coupon__alert .alert .alert__coupon input[type='text']{
	text-align:left;
	background:#fff;
	border:1px solid #D4D4D4;
}

.order-payment-coupon__alert .alert .alert__foot{
	margin-top:40px;
	font-size:0px;
}

.order-payment-coupon__alert .alert .alert__foot button{
	line-height:normal;
	height:auto;
	font-size:14px;
	font-weight:700;
	padding:11px 18px;
	border-radius:6px;
}

.order-payment-coupon__alert .alert .alert__foot .is-cancel{
	background:#F3F7F3;
	color:#0D5611;
	margin-right:4px;
}

.order-payment-coupon__alert .alert .alert__foot .is-confirm{
	background:#0D5611;
	color:#fff;
}


/*myp/menu_list.htm*/
.mypage .mypage__login-data-title{
	font-family:inherit;
	font-size:20px;
	font-weight:700;
}

.mypage .mypage__login-data-title small{
	display:block;
	font-size: 12px;
	font-weight: 400;
	margin-top:5px;
}

.mypage .mypage__login-section{
	width:auto;
	padding:35px 20px 24px;
}

.mypage .mypage__login-section--inner{
	position:relative;
	padding:0px;
}

/*?¥á??? ??*/
.mypage .mypage__foot{
	padding:0px;
	position:relative;
	border:1px solid rgba(255, 255, 255, 0.30);
	border-radius:8px;
	margin-top:35px;
}

.mypage .mypage__foot--inner{
	padding:0px;
}

.mypage .mypage__login-data-text{
	margin-bottom:16px;
	padding:16px 16px 0px 16px;
	font-size: 16px;
	font-weight: 700;
	font-family:inherit;
	line-height:normal;
}

.mypage .mypage__login-data-text__mid{
	font-size:12px;
	font-weight:400;
	line-height:12px;
	color:#fff;
	padding:6px 0px 5px;
}

.mypage .mypage__login-data{
	padding:0px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.mypage .mypage__login-data a{
	border-radius:8px;
	font-weight:700;
	font-size:13px;
	margin-bottom:0px;
	line-height:42px;
	height:44px;
}
.mypage .mypage__login-data img{
	margin-top:-6px;
}

.mypage .mypage__login-data a.mypage__login-button{
	background: rgba(255, 255, 255, 0.10);
}

.mypage .mypage__login-button{
	margin-right:10px;
	border:1px solid rgba(255, 255, 255, 0.30);
}

.mypage .mypage__register-button{
	background:#fff;
	color:#111;
}

.mypage .mypage-secton-list{
	padding:12px 20px;
}

.mypage .mypage-secton-list .mypage-secton-list__title{
	padding:20px 0px 12px 0px;
	font-size: 14px;
	font-weight: 500;
	color:#757575;
}

.mypage .mypage-secton-list li{
	height:inherit;
	line-height:normal;
	border-bottom:1px solid #EFEFEF;
}

.mypage .mypage-secton-list li:last-child{
	border-bottom:0px;
}

.mypage .mypage-secton-list li a{
	color:#111;
	font-size: 16px;
	font-weight: 700;
	padding:12px 0px;
	line-height:22.4px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-right-d4d4d4.svg') center right -8px no-repeat;
}

.mypage .mypage-login-group .mypage-login-group-col--outer{
	margin:0px 0px 12px;
}

.mypage .mypage-login-group .mypage-login-group-col{
	padding:0px;
	width:calc((100% - 12px) / 2);
}

.mypage .mypage-login-group .mypage-login-group-col:first-child{
	margin-right:12px;
}

.mypage .mypage-login-group .mypage-login-group-col button{
	font-size:14px;
}

.mypage .mypage-login-group .mypage-login-group-col button.qnaBtn{
	border:1px solid #0D5611;
	color:#0D5611;
}

.mypage .mypage-login-group .mypage-login-group-col button.kakaoBtn{
	color:#3B1E1E;
}

.mypage .mypage-login-group .loginBtn{
	font-size:13px;
}

.mypage .mypage-login-group .loginOutBtn{
	border:0px;
}


/*?¥á??? ??*/

.mypage__info-rating{

}

.mypage .mypage__info .mypage__info-rating{
	padding:0px;
}

.mypage .mypage__info .mypage__info-rating .mypage__info-rating--inner{
	padding:20px 16px;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}

.mypage .mypage__info .mypage__info-rating .mypage__info-title{
	margin-bottom:18px;
	padding:0px;
	line-height:17px;
}

.mypage .mypage__info .mypage__info-rating .mypage__info-text{
	font-size:21px;
	font-weight:700;
	line-height:25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mypage .mypage__info .mypage__info-rating .mypage__info-text .mypage__info-rating-link{
	background: none;
	border: 0px;
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	width: auto;
	padding:0px;
	line-height:12px;
	height: auto;
	position:relative;
	margin:0px;
	right:0;
	display:inline-block;
}




.mypage .mypage__info .mypage__info-title{
	color:#fff;
}

.mypage .mypage__info .mypage__info-text{
	color:#fff;
	position: relative;
}

.mypage .mypage__info .mypage__info-section{
	padding:16px 20px 16px 16px;
	display:flex;
	align-items: center;
}

.mypage .mypage__info .mypage__info-section .mypage__info-coupon .mypage__info-title{
	margin:0;
	line-height:17px;
}

.mypage .mypage__info .mypage__info-section .mypage__info-coupon .mypage__info-text{
	font-size:18px;
	font-weight:700;
	line-height:21px;
}

.mypage .mypage__info .mypage__info-section .mypage__info-list .mypage__info-text{
	top:50%;
	transform:translateY(-50%);
	font-size:18px;
	font-weight:700;
}

.mypage .mypage__info .mypage__info-section .mypage__info-section-col{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage .mypage__info .mypage__info-section .mypage__info-section-col:last-child{
	border-left:1px dashed rgba(255, 255, 255, 0.30);
	padding-left:23px;
	margin-left:23px;
	flex:1;
}

.mypage .mypage__info .mypage__info-section .mypage__info-section-col .mypage__info-list{
	margin-bottom:15px;
}

.mypage .mypage__info .mypage__info-section .mypage__info-section-col .mypage__info-list:last-child{
	margin:0px;
}

.mypage .mypage__info .mypage__info-section .mypage__info-section-col .mypage__info-list .mypage__info-title{
	line-height:21px;
}

.mypage .mypage__info .mypage__info-text span{
	margin-left:3px;
}


/*???????*/
.section-slide{
	position:relative;
	padding:28px 0px 32px;
	background:#F5F5F5;
	
}

.section-slide li{
	float:left;
	border-radius:4px;
	color:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding:0px 16px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-right-d4d4d4.svg') #A3A3A3 center no-repeat;
	background-position: center right 16px;
	width:242px;
	box-sizing:border-box;
}

.section-slide li:first-child{
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-right-525252.svg') #fff center no-repeat;
	color:#000;
	background-position: center right 16px;
}

.section-slide li a{
	padding:18px 0px;
	font-size:14px;
	line-height:normal;
	font-weight:700;
	display:block;
	text-align:left;
	position:relative;
}


.section-slide li a .toolBox{
	position:absolute;
	box-sizing:border-box;
	top:-40px;
	left:50%;
	transform:translateX(-50%);
}

.section-slide li a small{
	display:inline-block;
	padding:7px 10px;
	font-size:12px;
	font-weight:700;
	color:#0D5611;
	text-align:center;
	border-radius:4px;
	border:1px solid #0D5611;
	position:relative;
	background:#F3F7F3;
}

.section-slide li a small:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-8px;
	transform:translateX(-50%);
	width:21px;
	height:8px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-down-arrow-pointBg.svg') center no-repeat;
}

.section-slide li a small strong{
	color:#BD2420;
}

.section-slide li a img{
	vertical-align: text-bottom;
}

.section-slide .swiper-pagination-bullet{
	width:4px;
	height:4px;
	background:#D4D4D4;
	opacity:1;
	margin:0px 2px;
}

.section-slide .swiper-pagination-bullet-active{
	background:#757575;
}



/*myp/recommender.htm*/

.mypage-recommender::before{
	content:none;
}

.mypage-recommender .mypage-recommender__checkbox-group{
	margin:32px 0px;
	overflow:hidden;
}

.mypage-recommender .help-text{
	margin-top:4px;
	color: #737373;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	padding:0px;
}

.mypage-recommender .mypage-new__number strong{
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	margin-bottom:4px;
}

.mypage-recommender .mypage-recommender__btn{
	padding:20px;
}


/*myp/qna.htm*/
.order-questions::before{
	content:none;
}

.order-questions .order-questions--inner{
	padding:0px;
}

.order-questions-btn{
	padding: 24px 20px;
}

.order-questions--outer{
	padding:24px 20px 200px;
}

.order-questions--head{
	margin-bottom:24px;
}

.order-questions .order-questions--head h2{
	padding:0px;
	font-size:20px;
	display:flex;
	line-height:20px;
}

.order-questions .order-questions--head h2 small{
	padding:3px 5px;
	background:#E6EEE7;
	border-radius:4px;
	margin-left:10px;
	font-size:14px;
	font-weight:700;
	color:#0D5611;
	line-height:14px;
	min-width:20px;
	box-sizing:border-box;
	text-align:center;
	display: inline-block;
}

.order-questions .order-questions__list.is-active{
	padding:0px;
}

.order-questions .order-questions__list:first-child{
	border:0;
}

.order-questions .order-questions__list{
	border:0;
	padding:0px;
	margin-bottom:12px;
}

.order-questions .order-questions__list .order-questions__list-tag{
	color:#0D5611;
	font-size:12px;
	font-weight:500;
	line-height:12px;
}

.order-questions .order-questions__list .order-questions__list-title{
	padding:8px 0px 12px 0px;
	font-size:15px;
	font-weight:700;
	color:#111;
}

.order-questions .order-questions__list .order-questions__list--head{
	padding:20px 16px;
	border:1px solid #D4D4D4;
	border-radius:4px;
}

.order-questions .order-questions__list .order-questions__list-date{
	position:relative;
	color:#525252;
	font-weight:400;
	font-size:12px;
	line-height:12px;
}

.order-questions .order-questions__list .order-questions__list--side .is-complete{
	background:#0D5611;
	border-radius:32px;
	color:#fff;
	padding:5px 8px;
	font-size:10px;
	font-weight:700;
}

.order-questions .order-questions__list .order-questions__list--side .is-waiting{
	background:#D4D4D4;
	border-radius:32px;
	color:#fff;
	padding:5px 8px;
	font-size:10px;
	font-weight:700;
}

.order-questions .order-questions__no-data{
	border:0px;
	padding:0px;
	color:#434343;
}

.order-questions .order-questions__list .order-questions-content{
	border:1px solid #0D5611;
	border-radius:4px;
	padding:20px 16px;
	background:#F3F7F3;
}

.order-questions .order-questions__list .order-questions-content.my-content{
	margin-top:20px;
	padding:20px 0px 0px;
	border:0px;
	border-top: 1px solid #e5e5e5;
	background:#fff;
	border-radius:0px;
}

.order-questions .order-questions__list .order-questions-content .order-questions-content__text{
	background:none;
	padding:0px;
	color:#333;
	font-size:14px;
	font-weight:400;
	line-height:22px;
}

.order-questions .order-questions__list .order-questions-content--head{
	padding-bottom:20px;
	border-bottom:1px solid #E5E5E5;
	margin-bottom:12px;
}

.order-questions .order-questions__list .order-questions-content--head strong{
	font-weight:700;
	font-size:15px;
	color:#111;
	display:block;
	margin-bottom:12px;
}

.order-questions .order-questions__list .order-questions-content--head p{
	font-size:12px;
	font-weight:400;
	line-height:12px;
	color:#525252;
	padding:0px;
}


/*myp/add_qna.htm*/
.order-questions-write::before{
	content:none;
}

.order-questions-write .order-questions-write--inner{
	padding:20px 20px 24px;
}

.order-questions-write .order-questions-write__input .order-user-data__title-top{
	color:#111;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	margin-bottom:12px;
	display:block;
}

.order-questions-write .order-questions-write__input .order-user-data__title{
	color:#111;
	font-size:16px;
	font-weight:700;
	line-height:16px;
	margin-bottom:16px;
	padding:0px;
}

.order-questions-write .order-questions-write__input .order-user-data__title-sub{
	font-size:14px;
	font-weight:400;
	line-height:22.4px;
	color:#111;
	margin-bottom:4px;
	display:block;
}

.order-questions-write .order-questions-write__input{
	padding:0px;
	margin-bottom:24px;
}

.order-questions-write .order-questions-write__input .form-file{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.order-questions-write .order-questions-write__input .form-file label{
	height:auto;
	background: #f5f5f5;
	border: 0px;
	padding: 10px;
	border-radius: 4px;
	line-height:normal;
	font-weight:500;
	color:#434343;
	font-size:12px;
}

.order-questions-write .order-questions-write__btn-group .order-questions-write__btn-group--inner{
	display:flex;
	padding:0px;
}

.order-questions-write .order-questions-write__btn-group{
	padding: 18px 20px 110px;
	background: #FAFAFA;
	border-top: 1px solid #E5E5E5;
}

.order-questions-write .order-questions-write__btn-group small{
	font-size:13px;
	font-weight:700;
	line-height:13px;
	margin-bottom:10px;
	display:block;
	text-align:center;
}

.order-questions-write .order-questions-write__btn-group .form-checkbox .checkbox__label{
	color:#111;
	font-weight:700;
}

.order-questions-write .order-questions-write__btn-group .touch-point{
	text-decoration:underline;
}

.order-questions-write .order-questions-write__btn-group .order-questions-write__btn-group--inner button{
	line-height:normal;
}

.order-questions-write .order-questions-write__btn-group .order-questions-write__btn-group--inner button:first-child{
	width: 85px;
	margin-right: 10px;
}

.order-questions-write .order-questions-write__btn-group .order-questions-write__btn-group--inner input[type='submit']:disabled{
	background:#D4D4D4;
	border:1px solid #D4D4D4;
}


.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--inner{
	top:calc(50% - 40px);
	transform: translateY(-50%);
	margin: 20px;
	border-radius: 10px;
	overflow: hidden;
	bottom:inherit;
	width:calc(100% - 40px);
	height:auto;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--head{
	position:absolute;
	padding:24px 20px;
	border:0px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--head strong{
	font-size:18px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body{
	padding:66px 20px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body ul{
	height:295px;
	overflow-y:scroll;
}

.order-questions-write .order-questions-write__order-popup__radio{
	border-bottom:0px;
	border-top:1px solid #F5F5F5;
	padding:16px 0px 20px 0px;
}

.order-questions-write .order-questions-write__order-popup__radio .form-radio{
	display:flex;
	align-items: center;
}

.order-questions-write .order-questions-write__order-popup__radio .form-radio input[type="radio"] + .radio__icon + .radio__label{
	flex:1;
	margin-left:12px;
	
}


.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-number{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-number span{
	color:#0D5611;
	font-size:12px;
	font-weight:400;
	letter-spacing: 0.121px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-number small{
	display:inline-block;
	min-width:51px;
	line-height:10px;
	font-size:10px;
	border-radius:32px;
	text-align:center;
	padding:5px 8px;
	box-sizing: border-box;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-number small.green{
	background:#EBF3EF;
	color:#0D5611;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-number small.red{
	background:#F8E9E9;
	color:#FB7E7A;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-number small.gray{
	background:#A3A3A3;
	color:#fff;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-title{
	font-weight:bold;
	padding:7px 0px 10px;
	font-size:16px;
	font-weight:700;
	line-height:19px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--body .order-date{
	font-weight:400;
	font-size:12px;
	color:#757575;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--foot{
	border:0px;
	padding:20px;
	box-shadow: 0px -10px 15px 0px #fff;
	font-size:0px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--foot button{
	border-radius:6px;
	width:60px;
	height:40px;
	font-size:14px;
	font-weight:700;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--foot .is-cancel{
	background:#F3F7F3;
	color:#0D5611;
	margin-right:10px;
}

.order-questions-write .order-questions-write__order-popup .order-questions-write__order-popup--foot .is-completed{
	background:#0D5611;
	color:#fff;
}

.order-questions-write .order-questions-file {
	margin-bottom:12px;
}

.pop_private1 .alert__foot {
	padding:16px;
}
.pop_private1 .alert__foot--inner {
	font-size:0;
}
.pop_private1 .is-notagree {
	margin-right:8px !important;
}
.pop_private1 .is-confirm {
	margin-left:0 !important;
}


.order-questions-file .form-input-fieldset{
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	overflow:hidden;
	position:relative;
}

.order-questions-file .form-input-fieldset .form-input input[type="text"]{
	border:0px;
	background:#fff;
}

.order-questions-file .form-input-fieldset .form-input__btn{
	height:auto;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #f5f5f5;
	border: 0px;
	padding: 10px;
	border-radius: 4px;
	color:#434343;
	font-size:12px;
	font-weight:500;
}

.order-questions-file .form-input-fieldset .file_del_checkbox{
	display:none;
}

.order-questions-file .form-input-fieldset .file_del_checkbox + label.file_del{
	position:absolute;
	right:0;
	top:0;
	width:48px;
	height:48px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-close-525252-20.svg') center no-repeat;
}

.order-questions-file .form-input-fieldset .file_del_checkbox:checked + label.file_del{
	display:none;
}


/*myp/faq.htm*/
.mypage-faq{
	padding-bottom:140px;
}

.mypage-faq::before{
	content:none;
}

.mypage-faq .mypage-faq__content{
	padding:0px 20px 0px;
}

.mypage-faq .mypage-faq--inner{
	padding:0px;
}

.mypage-faq .mypage-faq--inner .mypage-faq__search{
	padding:20px 20px 0px;
}

.mypage-faq .mypage-faq--inner .mypage-faq__search .form-input input[type='text']{
	background:#F5F5F5;
	border:0px;
}

.mypage-faq .mypage-faq--inner .mypage-faq__search .form-input input[type='text']::placeholder{
	color: #A3A3A3;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.mypage-faq .mypage-faq--inner .mypage-faq__search .form-input button{
	position:absolute;
	right:0px;
	top:0px;
	background:url('/shop/data/skin_mobileV2/light/common/img/search/icon-search.svg') center no-repeat;
	width:48px;
	height:48px;
	
}

.mypage-faq .mypage-cs__slide{
	padding:0px 20px;
	position:relative;
	box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.03);
	margin-bottom:4px;
	overflow:hidden;
}

.mypage-faq .mypage-cs__slide:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	background:#e5e5e5;
	left:0px;
	bottom:0px;
}

.mypage-faq .swiper-slide{
	height:50px;
	line-height:50px;
}

.mypage-faq .swiper-slide span{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:13px;
	font-weight:400;
	color:#A3A3A3;
	line-height:18.2px;
	display:contents;
}

.mypage-faq .swiper-slide.is-active span{
	color:#0D5611;
	font-weight:700;
	position:relative;
	
}

.mypage-faq .swiper-slide.is-active span:after{
	content:"";
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	border-bottom:2px solid #0D5611;
	
}

.mypage-faq .mypage-cs-accodion__list{
	padding:16px 0px;
}

.mypage-faq .search-result-list-first{
	border-bottom:0px;
	padding:32px 0px 16px;
}

.mypage-faq .search-result-list-first h2{
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin-bottom:20px;
}

.mypage-faq .search-result-list-first small{
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#434343;
}

.mypage-faq .mypage-faq--inner .mypage-faq__content{
	padding-bottom:120px;
}

.mypage-faq .mypage-cs-accodion__list.is-current{
	padding:16px 0px;
}

.mypage-faq .mypage-cs-accodion--body{
	background-color: #F7F7F7;
	margin-top: 16px;
	padding: 12px;
	width:auto;
	margin:16px 0px 0px;
	border-radius:4px;
}

.mypage-faq .mypage-cs-accodion__list .mypage-cs-accodion--body p{
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:22px;
}

.mypage-faq .faq-more-btn{
	padding:20px;
	margin:0px;
}

.mypage-faq .faq-more-btn .mypage-notice__btn-readmore{
	border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #434343;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #D4D4D4;
    width: 110px;
    margin: 0px auto;
}


/*myp/sms_email.htm*/
.mypage-discount::before{
	content:none;
}

.mypage-discount .mypage-discount--inner{
	padding:20px 20px 140px;
}

.mypage-discount .mypage-discount__checkbox-group{
	margin:20px 0px 24px;
	background:#FAFAFA;
	padding:18px 12px 0px;
	overflow:hidden;
	border-radius:4px;
}

.mypage-discount .mypage-discount__checkbox{
	margin:0px 0px 24px;
}

.mypage-discount .mypage-discount__checkbox:first-child{
	border-bottom:1px solid #d4d4d4;
	padding-bottom:20px;
	margin:0px 0px 20px;
}

.mypage-discount .mypage-discount__checkbox-col{
	width:auto;
}

.mypage-discount .mypage-discount__checkbox-col .ziplab_checkbox_override span.checkbox__label{
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#434343;
}

.mypage-discount .mypage-discount__checkbox-col .ziplab_checkbox_override input[type="checkbox"]:checked + span.checkbox__icon + span.checkbox__label{
	font-weight:400;
}

.mypage-discount .mypage-discount--inner .mypage-discount--btn{
	padding:20px;
}


/*myp/couponlist.htm*/
.mypage-coupon::before{
	content:none;
}

.mypage-coupon .mypage-coupon--inner{
	padding:0px 0px 140px;
}

.mypage-coupon .mypage-coupon--inner .mypage-coupon--inner__head{
	padding:20px 20px 24px 20px;
}

.mypage-coupon .order-payment-coupon__enrollment{
	background:none;
	margin-top:16px;
	padding:0px;
}

.mypage-coupon .order-payment-coupon__enrollment .order-payment-coupon__enrollment-link{
	display:block;
	position:relative;
	top:inherit;
	right:inherit;
	height:44px;
	line-height:44px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background:#0D5611;
	border-radius:4px;
	font-size:14px;
	font-weight:700;
}

.mypage-coupon .mypage-coupon__list-outer{
	padding:24px 20px 0px;
	border-top:12px solid #F5F5F5;
}

.mypage-coupon .mypage-coupon__title{
	font-size: 20px;
	display: flex;
	padding: 0px;
	margin-bottom: 24px;
	font-weight: 700;
	line-height: 20px;
}

.mypage-coupon .mypage-coupon__title small{
	padding:3px 5px;
	background:#E6EEE7;
	border-radius:4px;
	margin-left:8px;
	font-size:14px;
	font-weight:700;
	color:#0D5611;
	line-height:14px;
	min-width:20px;
	box-sizing:border-box;
	text-align:center;
}

.mypage-coupon .mypage-coupon__list li{
	border:1px solid #D4D4D4;
	border-radius:4px;
	padding:20px 16px;
	position:relative;
	margin-bottom:12px;
}

.mypage-coupon .mypage-coupon__list li:first-child{
	border:1px solid #D4D4D4;
}

.mypage-coupon .mypage-coupon__list-content-title{
	font-size:15px;
	font-weight:700;
	color:#111;
	margin-bottom:6px;
	color:#111;
	padding:0px;
	line-height:normal;

}

.mypage-coupon .mypage-coupon__list-content-available{
	color:#111;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	margin-bottom:14px;
	display:block;
}

.mypage-coupon .mypage-coupon__list-content-text{
	color:#939393;
	font-size:11px;
	font-weight:400;
	line-height:11px;
}


.mypage-coupon__description{
	color:#525252;
}

.mypage-coupon .mypage-coupon__list-side{
	right:16px;
	top:50%;
	transform:translateY(-50%);
	margin:0px;
}

.mypage-coupon .mypage-coupon__list-content-tag{
	padding:5px 8px;
	color:#fff;
	border-radius:32px;
	background:#0D5611;
	width:auto;
	border:0px;
	font-weight:700;
	font-size:10px;
}

.mypage-coupon .mypage-coupon__list-content-tag.is-completed{
	background:#A3A3A3;
	border:0px;
}

/*myp/emoneylist.htm*/

.mypage-reserves::before{
	content:none;
}

.mypage-reserves .mypage-reserves--inner{
	padding:0px 0px 120px 0px;
}

.mypage-reserves .mypage-reserves--nemoney{
	padding:24px 20px;
}

.mypage-reserves .mypage-reserves--nemoney__title{
	padding:16px;
	background:#F3F7F3;
	border-radius:4px;
}

.mypage-reserves .mypage-reserves--nemoney__title strong{
	font-size:14px;
	color:#111;
	font-weight:600;
	margin-bottom:5px;
	display:block;
	line-height:normal;
}

.mypage-reserves .mypage-reserves--nemoney__title p{
	color:#0D5611;
	font-size:24px;
	font-weight:700;
	line-height:normal;
}


.mypage-reserves .mypage-reserves__list-outer{
	padding:24px 20px 0px;
	border-top:12px solid #F5F5F5;
}

.mypage-reserves .mypage-reserves--nemoney__regular{
	border-top:12px solid #F5F5F5;
	padding:24px 20px;
}

.mypage-reserves .mypage-reserves--nemoney__regular__title{
	font-size: 20px;
	font-weight: 700;
	display:flex;
	align-items: center;
	line-height:20px;
	margin-bottom:26px;
}

.mypage-reserves .mypage-reserves--nemoney__regular__title small{
	margin-left:8px;
	padding:3px 5px;
	border-radius:4px;
	font-size:14px;
	font-weight:700;
	line-height:14px;
}

.mypage-reserves .mypage-reserves--nemoney__regular__title small.is-use{
	color:#0D5611;
	background:#E6EEE7;
}

.mypage-reserves .mypage-reserves--nemoney__regular__title small.is-no{
	color:#fff;
	background:#A3A3A3;
}

.mypage-reserves .mypage-reserves--notice{
	background:#F5F5F5;
	border-radius:4px;
	padding:10px 15px;
}

.mypage-reserves .mypage-reserves--notice span{
	display:flex;
	align-items:center;
	margin-bottom:5px;
}

.mypage-reserves .mypage-reserves--notice span img{
	margin:0px 4px 0px -3px;
}

.mypage-reserves .mypage-reserves--notice span strong{
	font-size: 12px;
	font-weight: 700;
	color:#757575;
}

.mypage-reserves .mypage-reserves--notice p{
	font-size:12px;
	font-weight:400;
	color:#737373;
	line-height:16.8px;
}

.mypage-reserves--nemoney__regular__btn{
	margin-top:16px;
}


.mypage-reserves .mypage-reserves__title{
	font-size:20px;
	display:flex;
	padding:0px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 20px;
}

.mypage-reserves .mypage-reserves__title small{

	padding:3px 5px;
	background:#E6EEE7;
	border-radius:4px;
	margin-left:8px;
	font-size:14px;
	font-weight:700;
	color:#0D5611;
	line-height:14px;
	min-width:20px;
	box-sizing:border-box;
	text-align:center;

}


.mypage-reserves .mypage-reserves__tab{
	font-size:0px;
	margin-bottom:4px;
}

.mypage-reserves .mypage-reserves__tab button{
	width:48px;
	padding:8px;
	border-radius:6px;
	font-size:12px;
	font-weight:400;
	line-height:12px;
	color:#525252;
	background:#F5F5F5;
	border:0px;
	margin-right:8px;
}

.mypage-reserves .mypage-reserves__tab button.is-active{
	color:#fff;
	background:#0D5611;
	font-weight:700;
}

.mypage-reserves .mypage-reserves__list li:first-child{
	border-top:0px;
}

.mypage-reserves .mypage-reserves__list li{
	border-bottom:1px solid #E5E5E5;
	padding:16px 0px;
}

.mypage-reserves .mypage-reserves__list li.left.first{
	border:0px;
	padding:0px;
}

.mypage-reserves .mypage-reserves__list-content{
	padding-right:80px;
}

.mypage-reserves .mypage-reserves__list-content-text{
	margin-bottom:8px;
	color:#525252;
	font-size:12px;
	font-weight:400;
	line-height:normal;
}

.mypage-reserves .mypage-reserves__list-content-title{
	padding:0px;
	font-size:14px;
	font-weight:500;
	line-height:normal;
	color:#111;
}

.mypage-reserves .mypage-reserves__list-content-tag{
	font-size:14px;
	font-weight:700;
	line-height:normal;
}

.mypage-reserves .mypage-reserves__list-content-tag.is-min{
	color:#A3A3A3;
}

.mypage-reserves .mypage-reserves__list-content-tag.is-plus{
	color:#0D5611;
}

.mypage-reserves .mypage-reserves__list-content-tag span{
	font-size:14px;
	margin-left:2px;
}

.mypage-reserves .mypage-reserves__no-data{
	padding:0px;
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#434343;
	border:0px;
}


.mypage-reserves__alert .mypage-reserves__checkbox-col:first-child{
	margin-bottom:16px;
}

.mypage-reserves__alert .alert{
	width:320px;
}

.mypage-reserves__alert .alert .alert__head{
	margin-bottom:24px;
}

.mypage-reserves__alert .alert .alert__head p{
	margin-top:8px;
	font-size:13px;
	font-weight:400;
	color:#333;
	line-height:19.5px;
}

.mypage-reserves__alert .alert .alert__foot{
	margin-top:24px;
}


/*myp/pointlist.htm*/
.mypage-deposit::before{
	content:none;
}

.mypage-deposit .mypage-deposit--inner{
	padding:0px 0px 120px;
}

.mypage-deposit .mypage-deposit--nemoney{
	padding:24px 20px;
}

.mypage-deposit .mypage-deposit--nemoney__title{
	padding:16px;
	background:#F3F7F3;
	border-radius:4px;
}

.mypage-deposit .mypage-deposit--nemoney__title strong{
	font-size:14px;
	color:#111;
	font-weight:600;
	margin-bottom:5px;
	display:block;
}

.mypage-deposit .mypage-deposit--nemoney__title p{
	color:#0D5611;
	font-size:24px;
	font-weight:700;
}


.mypage-deposit .mypage-deposit__title{
	font-size:20px;
	display:flex;
	margin-bottom:20px;
	font-weight:700;
	line-height:20px;
	padding:0px;
}

.mypage-deposit .mypage-deposit__title small{
	padding:3px 5px;
	background:#E6EEE7;
	border-radius:4px;
	margin-left:8px;
	font-size:14px;
	font-weight:700;
	color:#0D5611;
	line-height:14px;
	min-width:20px;
	box-sizing:border-box;
	text-align:center;
}

.mypage-deposit .mypage-deposit__tab{
	font-size:0px;
	margin-bottom:4px;
}

.mypage-deposit .mypage-deposit__tab button{
	width:48px;
	padding:8px;
	border-radius:6px;
	font-size:12px;
	font-weight:400;
	line-height:"
	color:#525252;
	background:#F5F5F5;
	border:0px;
	margin-right:8px;
}

.mypage-deposit .mypage-deposit__tab button.is-active{
	color:#fff;
	background:#0D5611;
	font-weight:700;
}

.mypage-deposit .mypage-deposit__list-outer{
	padding:24px 20px 0px;
	border-top:12px solid #F5F5F5;
}

.mypage-deposit .mypage-deposit__list li:first-child{
	border-top:0px;
}

.mypage-deposit .mypage-deposit__list li{
	border-bottom:1px solid #E5E5E5;
	padding:16px 0px;
}

.mypage-deposit .mypage-deposit__list li.left.first{
	border:0px;
	padding:0px;
}

.mypage-deposit .mypage-deposit__list-content{
	padding-right:80px;
}

.mypage-deposit .mypage-deposit__list-content-text{
	margin-bottom:8px;
	color:#525252;
	font-size:12px;
	font-weight:400;
	line-height:normal;
}

.mypage-deposit .mypage-deposit__list-content-title{
	padding:0px;
	font-size:14px;
	font-weight:500;
	line-height:normal;
	color:#111;
}

.mypage-deposit .mypage-deposit__list-content-tag{
	font-size:14px;
	font-weight:700;
	line-height:normal;
}

.mypage-deposit .mypage-deposit__list-content-tag.is-min{
	color:#A3A3A3;
}

.mypage-deposit .mypage-deposit__list-content-tag.is-plus{
	color:#0D5611;
}

.mypage-deposit .mypage-deposit__list-content-tag span{
	font-size:14px;
	margin-left:2px;
}

.mypage-deposit .mypage-deposit__no-data{
	padding:0px;
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#434343;
	border:0px;
}

.mypage-deposit .mypage-deposit__btn-readmore{
	text-align:center;
}



/*myp/not_shippend.htm*/
.mypage-not-shipped{
	padding:20px 20px 200px;
}


.mypage-not-shipped .mypage-not-shipped--notice{
	background:#F5F5F5;
	border-radius:4px;
	padding:10px 15px;
}

.mypage-not-shipped .mypage-not-shipped--notice span{
	display:flex;
	align-items:center;
	margin-bottom:5px;
}

.mypage-not-shipped .mypage-not-shipped--notice span img{
	margin-right:4px;
}

.mypage-not-shipped .mypage-not-shipped--notice span strong{
	font-size: 12px;
	font-weight: 700;
	color:#757575;
}

.mypage-not-shipped .mypage-not-shipped--notice p{
	font-size:12px;
	font-weight:400;
	color:#737373;
	line-height:16.8px;
}


.mypage-not-shipped .mypage-not-shipped--outer{

}

.mypage-not-shipped--outer .mypage-not-shipped__title{
	font-size:20px;
	display:flex;
	padding:24px 0px 19px 0px;
	line-height:20px;
	align-items: center;
}

.mypage-not-shipped--outer .mypage-not-shipped__title small{
	padding:3px 5px;
	background:#E6EEE7;
	border-radius:4px;
	margin-left:10px;
	font-size:14px;
	font-weight:700;
	color:#0D5611;
}

.mypage-not-shipped--outer .mypage-not-shipped__checkbox-col{
	margin-bottom:19px;
}

.mypage-not-shipped--outer .mypage-not-shipped__checkbox-col .tooltipBox{
	padding:8px 10px 8px 13px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/tooltipBg.svg') no-repeat;
	font-size:12px;
	font-weight:700;
}


.mypage-not-shipped--outer table{
	display:none;
	width:100%;
}

.mypage-not-shipped--outer table th{
	font-size:14px;
	font-weight:400;
	color:#111;
	padding:6px 0px;
	width:65px;
	text-align:left;
}

.mypage-not-shipped--outer table td{
	padding:6px 0px;
}

.mypage-not-shipped__alert .alert{
	padding:24px 20px 16px;
	border-radius:16px;
}

.mypage-not-shipped__alert .alert .alert__head{
	margin-bottom:20px;
}

.mypage-not-shipped__alert .alert .alert__head strong{
	font-size:18px;
	font-weight:700;
}

.mypage-not-shipped__alert .alert .alert__coupon{
	padding:0px;
}

.mypage-not-shipped__alert .alert .alert__foot{
	margin-top:40px;
}

.mypage-not-shipped__alert .alert .alert__foot button{
	line-height:normal;
	height:auto;
	font-size:14px;
	font-weight:700;
	padding:11px 18px;
	border-radius:6px;
}

.mypage-not-shipped__alert .alert .alert__foot .is-cancel{
	background:#F3F7F3;
	color:#0D5611;
	margin-right:10px;
}

.mypage-not-shipped__alert .alert .alert__foot .is-confirm{
	background:#0D5611;
	color:#fff;
}

.mypage-not-shipped--btn{
	padding:20px;
}

.mypage-not-shipped--btn button:disabled{
	background:#D4D4D4;
	border:1px solid #D4D4D4;
}


/*myp/recipe.htm*/
.mypage-cookingmethod::before{
	content:none;
}

.mypage-cookingmethod .mypage-cookingmethod--inner{
	padding:0px 0px 120px;
}

.mypage-cookingmethod .mypage-cookingmethod--inner .mypage-cookingmethod__search{
	padding:20px 20px 0px;
}

.mypage-cookingmethod .mypage-cookingmethod--inner .mypage-cookingmethod__search .form-input input[type='text']{
	background:#F5F5F5;
	border:0px;
}

.mypage-cookingmethod .mypage-cookingmethod--inner .mypage-cookingmethod__search .form-input button{
	position:absolute;
	right:0px;
	top:0px;
	background:url('/shop/data/skin_mobileV2/light/common/img/search/icon-search.svg') center no-repeat;
	width:48px;
	height:48px;
	
}

.mypage-cookingmethod .mypage-cookingmethod--inner .mypage-cs__slide{
	padding:0px 0px 0px 20px;
	position:relative;
	box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.03);
	margin-bottom:4px;
}

.mypage-cookingmethod .mypage-cookingmethod--inner .mypage-cs__slide:before{
	width:100%;
	height:1px;
	background:#e5e5e5;
	content:"";
	left:0px;
	bottom:0px;
	position:absolute;
}


.mypage-cookingmethod .mypage-cs__slide .swiper-slide{
	height:50px;
	line-height:50px;
}

.mypage-cookingmethod .mypage-cs__slide .swiper-slide span{
	display:contents;
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	font-size:13px;
	font-weight:400;
	color:#A3A3A3;
	line-height:18.2px;
}

.mypage-cookingmethod .mypage-cs__slide .swiper-slide.is-active span{
	color:#0D5611;
	font-weight:700;
}

.mypage-cookingmethod .mypage-cs__slide .swiper-slide.is-active span:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom:0px;
	left: 0px;
	border-bottom: 2px solid #0D5611;
}

.mypage-cookingmethod .mypage-cs-accodion__list{
	padding:20px;
}

.mypage-cookingmethod .mypage-cookingmethod--inner .mypage-cookingmethod__content{
	padding:0px 20px 0px;
}

.mypage-cookingmethod-accodion__list:first-child{
	border-top:0px;
}

.mypage-cookingmethod .search-result-list-first{
	border-bottom:0px;
	padding:32px 0px 16px;
}

.mypage-cookingmethod .search-result-list-first h2{
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin-bottom:20px;
}

.mypage-cookingmethod .search-result-list-first small{
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#434343;
}


.mypage-cookingmethod .mypage-cs-accodion__list.is-current{
	padding:20px;
}

.mypage-cookingmethod-accodion__list {
	padding:16px 0px;
	border-bottom:1px solid #E5E5E5;
}

.mypage-cookingmethod-accodion__list .mypage-cs-accodion--head .mypage-cs__tag{
	color:#525252;
	font-size:12px;
	font-weight:400;
	line-height:normal;
	color:#525252;
	margin-bottom:8px;
}

.mypage-cookingmethod-accodion__list .mypage-cs-accodion--head .mypage-cs__title{
	font-weight:700;
	padding:0px;
	font-size:14px;
	line-height:normal;
	color:#111;
}

.mypage-cookingmethod .mypage-cs-accodion--body{
	background-color: #F9F9F9;
	margin-top: 16px;
	padding: 12px;
	width:auto;
	margin:16px 0px 0px;
}

.mypage-cookingmethod .mypage-cs-accodion__list .mypage-cs-accodion--body p{
	font-size:13px;
	color:#333;
	font-weight:400;
}

/*myp/unliked.htm*/

.mypage-unliked{
	
}

.mypage-unliked .mypage-unliked--inner{
	padding:0px 0px 350px;
	overflow:hidden;
}

.mypage-unliked .mypage-unliked--inner .mypage-unliked__search{
	padding:20px 20px 0px;
}

.mypage-unliked .mypage-unliked--inner .mypage-unliked__search .form-input input[type='text']{
	background:#F5F5F5;
	border:0px;
}

.mypage-unliked .mypage-unliked--inner .mypage-unliked__search .form-input button{
	position:absolute;
	right:0px;
	top:0px;
	background:url('/shop/data/skin_mobileV2/light/common/img/search/icon-search.svg') center no-repeat;
	width:48px;
	height:48px;
	
}

.mypage-unliked .mypage-unliked--inner .mypage-cs__slide{
	padding:0px 0px 0px 20px;
	position:relative;
	box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.03);
}

.mypage-unliked .mypage-unliked--inner .mypage-cs__slide:before{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#E5E5E5;
	left:0px;
	bottom:0px;
}


.mypage-unliked .mypage-cs__slide .swiper-slide{
	width:auto;
	height:50px;
	line-height:50px;
}

.mypage-unliked .mypage-cs__slide .swiper-slide span{
	display:inline-block;
	margin:0px;
	padding:0px;
	border:0px;
	font-size:13px;
	font-weight:400;
	line-height:18.2px;
	color:#a3a3a3;
}

.mypage-unliked .mypage-cs__slide .swiper-slide.is-active span{
	color:#0D5611;
	font-weight:700;
}

.mypage-unliked .mypage-cs__slide .swiper-slide.is-active span:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 2px solid #0D5611;
}

.mypage-unliked .mypage-unliked--inner .mypage-unliked__content{
	padding:16px 20px 20px;
}

#unliked-item-list h2.result_title{
	padding:16px 0px 20px;
	font-size:20px;
	font-weight:700;
	line-height:20px;
}

#unliked-item-list p.result_sub_title{
	margin-bottom:20px;
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#434343;
}

.mypage-unliked .mypage-cs-accodion__list{
	margin-bottom:20px;
	float:left;
	width:calc((100% - 24px) / 3);
	margin-right:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.mypage-unliked .mypage-cs-accodion__list:nth-child(3n){
	margin-right:0px;
}

.mypage-unliked .mypage-cs-accodion__list .ziplab_checkbox_override input[type="checkbox"]:checked + span.checkbox__icon + span.checkbox__label{
	color:#0D5611;
	font-weight:400;
}


.mypage-unliked .mypage-unliked--inner .mypage-unliked__content .mypage-cs__slider-content{
	overflow:hidden;
}

.mypage-unliked .mypage-unliked__btn-readmore {
	margin-top: 8px;
	text-align: center;
}

.mypage-unliked__btn-readmore button {
	border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #434343;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #D4D4D4;
    width: 110px;
    margin: 0px auto;
}

.mypage-unliked__btn-readmore button img{
	margin-left:8px;
}


.mypage-unliked .mypage-unliked__notice{
	padding:8px 12px;
	background:#FCF6F6;
	border-radius:4px;
	margin-top:20px;
	position:relative;
}

.mypage-unliked .mypage-unliked__notice h2{
	color:#BD2420;
	font-size:12px;
	font-weight:700;
	line-height:12px;
	position:relative;
	display: flex;
	align-items: center;
}

.mypage-unliked .mypage-unliked__notice h2 img{
	margin-right:4px;
}

.mypage-unliked .mypage-unliked__notice h2 span{
	font-size:14px;
}

.mypage-unliked .mypage-unliked__notice h2 button{
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
	font-size:12px;
	font-weight:600;
	color:#BD2420;
	line-height:15.6px;
	text-decoration: underline;
}

.mypage-unliked .mypage-unliked__notice-alert{
	display:none;
	padding:15px 12px;
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	font-size:12px;
	color:#737373;
	font-weight:700;
	position:absolute;
	left: 50%;
	top: 20px;
	width: calc(100% - 40px);
	transform: translateX(-50%);
	z-index:9;
}

.mypage-unliked .mypage-unliked__notice-alert span{
	font-size:18px;
}

.mypage-unliked .mypage-unliked__notice-alert button{
	position:absolute;
	right:8px;
	top:8px;
	width:28px;
	height:28px;
	border-radius:50px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-close.svg') #f4f4f4 center no-repeat;
}

.mypage-unliked .mypage-unliked__notice-alert p{
	margin-top:5px;
	font-size:12px;
	font-weight:400;
	line-height:16.8px;
}

.mypage-unliked .mypage-unliked__unlikedList{
	padding:20px 20px 12px 20px;
	background:#FAFAFA;
	font-size:0px;
	height:120px;
	overflow-y:scroll;
}

.mypage-unliked .mypage-unliked__unlikedList span{
	font-size:13px;
	font-weight:400;
	color:#939393;
	line-height:normal;
	margin-bottom:8px;
	display:block;
}

.mypage-unliked .mypage-unliked__unlikedList button{
	padding:6px 28px 6px 10px;
	border:1px solid #d1d1d1;
	border-radius:4px;
	color:#111;
	font-size:13px;
	font-weight:500;
	line-height:20px;
	display:inline-block;
	width:calc((100% - 16px) / 3);
	margin:0px 8px 8px 0px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-close-a3a3a3-20.svg') right 8px center no-repeat;
}

.mypage-unliked .mypage-unliked__unlikedList button:nth-child(3n){
	margin:0px;
}

.mypage-unliked .mypage-unliked__btn-group{
	padding:20px;
	background:#FAFAFA;
	border-top:1px solid #E5E5E5;
}

.mypage-unliked .mypage-unliked__btn-group .mypage-unliked__btn-group--inner{
	display:flex;
	padding:0px;
}

.mypage-unliked .mypage-unliked__btn-group .mypage-unliked__btn-group--inner{
	display:flex;
	padding:0px;
}

.mypage-unliked .mypage-unliked__btn-group .mypage-unliked__btn-group--inner button:first-child{
	width: 85px;
	margin-right: 10px;
}

/*myp/review.htm*/
.order-review{
	background:#fff;
	position:relative;
}

.order-review::before{
	content:none;
}

.order-review .order-review--inner{
	padding:0px 0px 140px;
}

.order-review-btn{
	font-size:0px;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
	position:relative;
}

.order-review-btn:before{
	content:"";
	background:#E5E5E5;
	width:100%;
	height:1px;
	left:0px;
	bottom:0px;
	position:absolute;
}


.order-review-btn a{
	padding:20px 0px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	color:#111;
	width:50%;
	position:relative;
	line-height:19.6px;
}

.order-review-btn a.is-active{
	color:#0D5611;
	font-weight:700;
}

.order-review-btn a.is-active:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-weight:700;
	border-bottom:2px solid #0D5611;
}

.order-review-btn a.is-active small{
	background:#E6EEE7;
	color:#0D5611;
}

.order-review-btn a small{
	padding:3px 5px;
	background:#A3A3A3;
	border-radius:4px;
	margin-left:4px;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	line-height:14px;
	min-width:20px;
	box-sizing:border-box;
	text-align:center;
	display: inline-block;
}


.order-review--outer{
	padding:32px 20px 20px;
}

.order-review .order-review__list{
	padding:20px 0px;
}

.order-review .order-review__list:first-child{
	border-top:0px;
	padding-top:0px;
}

.order-review .order-review--head p{
	padding:0px;
	margin-bottom:12px;
	font-size:14px;
	font-weight:400;
	line-height:18.2px;
	color:#111;
}

.order-review--body.my_review .order-review--head{
	margin-bottom:30px;
	padding:10px 12px;
	background:#F5F5F5;
	border-radius:4px;
}

.order-review--body.my_review .order-review--head p{
	padding:0px 0px 0px 30px;
	position:relative;
	line-height:18px;
	color:#757575;
	font-size:12px;
}

.order-review--body.my_review .order-review--head p span{
	position:absolute;
	left:0px;
	top:0;
	font-size:18px;
}

.order-review--body.my_review .order-review--head p strong{
	color:#0D5611;
}


.order-review .card.card-horizontal.card-horizontal-sm .card-horizontal__content--outer{
	padding:0px 0px 0px 82px !important;
}

.order-review .order-review__list .card-review{
	margin:0px;
}

.order-review .card-content.card-content-sm .card-content__text{
	padding:0px 0px 10px;
}

.order-review .card-content.card-content-sm .card-content__text p{
	font-size:18px;
	font-weight:600;
	color:#111;
}

.order-review .order-review__list .order-review-content{
	margin-top:12px;
	border-radius:4px;
	background:#f7f7f7;
}

.order-review .order-review__list .order-review-content .preview_vti{
	margin:10px 0px 0px;
}

.order-review .order-review__list .order-review-content p{
	padding:0px 0px;
	color:#333;
}

.order-review .order-review__no-data{
	border:0px;
	font-size:14px;
	font-weight:400;
	color:#434343;
}

.order-review .order-review-write-list{
	padding:16px 0px;
	border-bottom:1px solid #D4D4D4;
}

.order-review .order-review-write-list a{
	display:block;
}

.order-review .order-review-write-list .order-review-write-list__inner{
	display:flex;
	align-items:center;
}

.order-review .order-review-write-list .order-review-write-list__inner .img{
	width:70px;
	height:70px;
	background-size:cover;
	margin-right:12px;
	border-radius:4px;
}

.order-review .order-review-write-list .order-review-write-list__inner .txtWr{
	width: calc(100% - 82px);
}

.order-review .order-review-write-list .order-review-write-list__inner .txtWr p{
	display:flex;
	align-items:center;
	font-size:12px;
	font-weight:400;
	line-height:normal;
	color:#757575;
	margin-bottom:7px;
}

.order-review .order-review-write-list .order-review-write-list__inner .txtWr p:last-child{
	margin:0px;
}

.order-review .order-review-write-list .order-review-write-list__inner .txtWr strong{
	font-size:16px;
	font-weight:600;
	line-height:normal;
	color:#111;
	display:block;
	margin-bottom:8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.order-review .order-review-write-list .order-review-write-list__inner .txtWr small{
	color:#757575;
	font-size:12px;
	font-weight:700;
	line-height:normal;
	display:inline-block;
	width:50px;
}













/*myp/new_reivew_write.htm*/
.order-review-write::before{
	content:none;
}

.order-review-write .order-user-data__title{
	font-size:14px;
	font-weight:400;
	color:#111;
}

.order-review-write .order-questions-write--inner{
	padding:0px;
}

.order-review-write .order-questions-write__input{
	padding:30px 20px 26px;
	margin:0px;
	font-size:0px;
}

.order-review-write .review--select__view{
	display:flex;
	margin-top:16px;
	align-items: center;
}

.order-review-write .review--select__view .img{
	width:90px;
	height:90px;
	margin-right:16px;
	border-radius:4px;
	overflow:hidden;
	background:#000;
}

.order-review-write .review--select__view .txt strong{
	font-size:18px;
	font-weight:600;
	color:#111;
	line-height:normal;
	padding-bottom:3px;
}

.order-review-write .review--select__view .txt p{
	font-size:12px;
	font-weight:400;
	margin-top:7px;
	color:#757575;
	line-height:normal;
}

.order-review-write .review--select__view .txt p span{
	margin-right:8px;
	font-weight:700;
	min-width:43px;
	display:inline-block;
}

.order-review-write .order_user-question{
	padding:0px 0px 0px 34px !important;
	position:relative;
	margin-bottom:20px;
	font-size:20px;
	font-weight:700;
	color:#111;
}

.order-review-write .order_user-question:before{
	content:"";
	position:absolute;
	width:26px;
	height:26px;
	border-radius:50px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-q.svg') #0D5611 center no-repeat;
	top:50%;
	transform:translateY(-50%);
	left:0px;
}

.order-review-write .card-review__grade{
	text-align:center;
}

.order-review-write .card-review__star{
	width:40px;
	height:40px;
}

.order-review-write .card-review__star{
	margin:0px;
}

.order-review-write .card-review__star-text{
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#111;
	margin-top:4px;
}

.order-review-write .order-user-choice__taste{
	padding:21px 24px 18px;
	position:relative;
	border-top:1px solid #F5F5F5;
}


.order-review-write .order-user-choice__taste ul{
	width:100%;
	overflow:hidden;
}

.order-review-write .order-user-choice__taste ul li{
	width:calc((100% - 210px) / 3);
	position:relative;
	float:left;
	text-align:center;
}

.order-review-write .order-user-choice__taste ul li:first-child{
	font-size:16px;
	font-weight:700;
	color:#333;
	text-align:left;
	position:relative;
	padding-top:8px;
	line-height:normal;
}

.order-review-write .order-user-choice__taste ul li:first-child.is-exclamation{
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon_exclamation.svg') right bottom no-repeat;
}

.order-review-write .order-user-choice__taste ul li:not(:nth-of-type(3)){
	width:70px;
}

.order-review-write .order-user-choice__taste ul li:nth-of-type(3){
	width: calc(100% - 210px);
}

.order-review-write .order-user-choice__taste ul li:nth-of-type(3):before{
	content:"";
	width:100%;
	height:1px;
	background:#D9D9D9;
	position:absolute;
	top:15px;
	left:-40px;
	z-index:-1;
}

.order-review-write .order-user-choice__taste ul li:nth-of-type(3):after{
	content:"";
	width:100%;
	height:1px;
	background:#D9D9D9;
	position:absolute;
	top:15px;
	right:-40px;
	z-index:-1;
}

.order-review-write .order-user-choice__taste ul li input[type='radio']{
	display:none;
}

.order-review-write .order-user-choice__taste ul li input[type='radio'] + label span{
	display:inline-block;
	width:32px;
	height:32px;
	border-radius:50px;
	background:#D9D9D9;
	line-height:32px;
	color:#fff;
}

.order-review-write .order-user-choice__taste ul li input[type='radio']:checked + label span{
	background:#0D5611;
}

.order-review-write .order-user-choice__taste ul li small{
	display:block;
	margin-top:8px;
	font-size:14px;
	font-weight:400;
	color:#111;
	line-height:20px;
}

.order-review-write .form-textarea .textRed{
	display:none;
	float:left;
	font-size:12px;
	font-weight:400;
	color:#BD2420;
	margin-top:10px;
}

.order-review-write .form-textarea .textCount{
	float:right;
	font-size:12px;
	font-weight:400;
	color:#757575;
	margin-top:10px;
}


.order-review-write .ordedr-review-notice{
	font-size: 12px;
	color: #262626;
	opacity: 0.5;
	margin-bottom:32px;
	line-height:18px;
}


.order-review-write .order-reivew-write__precautions{
	background:#FAFAFA;
	padding:20px;
	counter-reset: var-count;
}

.order-review-write .order-reivew-write__precautions strong{
	color:#404040;
	font-size:13px;
	font-weight:500;
	line-height:13px;
	margin-bottom:17px;
	display:flex;
	align-items: center;
}

.order-review-write .order-reivew-write__precautions strong span{
	color:#737373;
	font-size:18px;
	padding:0px;
	margin-right:5px;
}

.order-review-write .order-reivew-write__precautions p{
	font-size:12px;
	font-weight:400;
	color:#737373;
	padding-left:20px;
	line-height:16.8px;
	position:relative;
}

.order-review-write .order-reivew-write__precautions p::before {
	counter-increment: var-count;
	content: counter(var-count) '.';
	left:5px;
	position:absolute;
}


.order-review-write .order-review-write-file{
	font-size:0px;
	padding:0px 0px 0px 0px;
}

.order-review-write .order-review-write-file ul{
	display:inline-block;
}

.order-review-write .order-review-write-file li{
	float:left;
	margin:0px 10px 24px 0px;
}

.order-review-write .order-review-write-file li:nth-child(3n){
	margin-right:0px;
}

.order-review-write .order-review-write-file input[type='file']{
	display:none;
}

.order-review-write .order-review-write-file input[type='file'] + label{
	width:100px;
	height:100px;
	border-radius:8px;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
	position:relative;
	padding:26px 0px 18px;
	line-height:normal;
	font-size:0px;
}

.order-review-write .order-review-write-file input[type='file'] + label small{
	position:absolute;
	width:130px;
	height:35px;
	line-height:27px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-review-tooltip.svg') center no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:400;
	left:50%;
	top:-15px;
	transform:translateX(-50%);
	padding-left:12px;
	box-sizing:border-box;
}

.order-review-write .order-review-write-file input[type='file'] + label small img{
	position:absolute;
	left:5px;
	top:5px;
}

.order-review-write .order-review-write-file input[type='file'] + label .imgAdd{
	border-radius:50px;
	width:32px;
	height:32px;
	text-align:center;
	display:inline-block;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-plus-color-22.svg') #EBF3EF center no-repeat;
}

.order-review-write .order-review-write-file input[type='file'] + label p{
	font-size:12px;
	font-weight:700;
	color:#757575;
	line-height:15.6px;
	margin-top:8px;
}

.order-review-write .order-review-write-file .sel_file{
	position:relative;
	border-radius:8px;
	width:100px;
	height:100px;
}

.order-review-write .order-review-write-file .sel_file a{
	width:24px;
	height:24px;
	text-align:center;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-close-17.svg') #F4F4F4 center no-repeat;
	border-radius:50px;
	position:absolute;
	top:10px;
	right:10px;

}

.order-review-write .order-review-write-file p.fileName{
	font-size:12px;
	font-weight:400;
	line-height:12px;
	color:#acacac;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100px;
	margin-top:8px;
}


/*myp/my-review*/
.my_review{
	
}

.my_review .my-review__list{
	padding: 20px 0px;
	border-top: 1px solid #E5E5E5;
}

.my_review .my-review__list:first-child{
	padding-top:0px;
	border-top:0px;
}

.my_review .my-review__list .my-review__list--head{
	display: flex;
	align-items: center;
}

.my_review .my-review__list .my-review__list--head .text{
	margin-left:12px;
	position:relative;
	flex:1;
}

.my_review .my-review__list .my-review__list--head .text strong{
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	color:#111;
	margin-bottom:7px;
	display:block;
}

.my_review .my-review__list .my-review__list--head .text p{
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	color:#757575;
	display: flex;
	align-items: center;
}

.my_review .my-review__list .my-review__list--head .text span.starBg{
	background: url('/shop/data/skin_mobileV2/light/common/img/goods/icon-stars-gray-16.svg') !important;
	width:80px;
	height:16px;
	display:inline-block;
	margin-left:8px;
}

.my_review .my-review__list .my-review__list--head .text span.starBg .star{
	display:inline-block;
	height:16px;
	background-image: url('/shop/data/skin_mobileV2/light/common/img/goods/icon-stars-color-16.svg') !important;
}

.my_review .my-review__list .my-review__list--head .text small{
	position:absolute;
	right:0px;
	bottom:0px;
	color: #A3A3A3;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.my_review .my-review__list .my-review__list--content{
	margin-top:12px;
	border-radius: 4px;
	background:#F7F7F7;
	color:#333;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding:12px;
	display:none;
}

.my_review .my-review__list.is-active .my-review__list--content{
	display:block;
}

.my_review .my-review__list .my-review__list--content .imgWrap{
	overflow:hidden;
}

.my_review .my-review__list .my-review__list--content .imgWrap .imgBox{
	width:90px;
	height:90px;
	border-radius:4px;
	margin:12px 12px 0px 0px;
	float:left;
}

.my_review .my-review__list .my-review__list--content .imgWrap .imgBox:nth-child(3n){
	margin-right:0px;
}






/*myp/orderlist.htm*/

.order-list::before{
	content:none;
}

.order-list .mypage-order--inner{
	padding:0px 0px 100px 0px;
}

.order-list .mypage-order-list--outer{
	padding:20px;
}


/*myp/orderlist_regular.htm*/
.order-regular::before{
	content:none;
}


/*myp/orderview.htm*/
.order-detail__view::before{
	content:none;
}

.order-detail__view .mypage-order--inner{
	padding:28px 20px 140px;
}

.order-detail__view .mypage-order-detail{
	border:1px solid #D1D1D1;
	border-radius:4px;
}

.order-detail__view .mypage-order-detail li{
	padding:15px 20px;
}

.order-detail__view .mypage-order-detail li:last-child{
	border:0px;
}

.order-detail__view .mypage-order-detail__title strong{
	font-weight:700;
	font-size:12px;
	color:#757575;
	line-height:18px;
}

.order-detail__view .mypage-order-detail .mypage-order-detail__content p{
	font-size:12px;
	font-weight:400;
	color:#111;
	line-height:18px;
	display: flex;
    align-items: center;
}

.order-detail__view .mypage-order-detail .mypage-order-detail__content p strong{
	font-weight:600;
}

.order-detail__view li .mypage-order-list__btn{
	right:20px;
	top:50%;
	transform:translateY(-50%);
}



.order-detail__view .more-btn{
	margin-top:40px;
	text-align:center;
	font-size:13px;
	font-weight:700;
	line-height:normal;
	color:#757575;
}

.order-detail__view .orderViewCancelBtn{
	font-size:13px;
	font-weight:400;
	color:#434343;
}

.order-detail__view .more-btn .orderViewListBtn{
	font-size:13px;
	font-weight:700;
	color:#757575;
	text-decoration:underline;
}


/*myp/orderview_option.htm*/
.orderview_option{
	padding-bottom:140px;
}

.orderview_option .order-option-list--outer{
	margin:20px 20px 100px;
	padding:20px 12px;
	border-radius:4px;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
}

.orderview_option .order-option-title{
	margin-bottom:20px;
}

.orderview_option .order-option-title strong{
	font-size:20px;
	font-weight:700;
	line-height:20px;
}

.orderview_option .order-option-title strong small{
	font-size:14px;
	font-weight:400;
	margin-left:5px;
}

.orderview_option .order-option-list--outer ul{
	overflow:hidden;
	margin-bottom:20px;
}

.orderview_option .order-option-list--outer ul li{
	float:left;
	margin-right:40px;
}

.orderview_option .order-option-list--outer ul li:last-child{
	margin:0px;
}

.orderview_option .order-option-list--outer ul li .orderview-option-img{
	border-radius:4px;
	overflow:hidden;
	width:72px;
	height:72px;
	background-size:cover;
	margin-bottom:12px;
}

.orderview_option .order-option-list--outer ul li .ziplab_checkbox_override input[type="checkbox"]:checked + span.checkbox__icon + span.checkbox__label{
	color:#0D5611;
	font-weight:400;
}

.orderview_option .btn-group__wrap{
	border-top:1px solid #E5E5E5;
	padding:20px;
}

.orderview_option .btn-group__wrap button[type='submit']{
	background:#0D5611;
	border:1px solid #0D5611;
}

.orderview_option .btn-group__wrap button[type='button']{
	background:#D4D4D4;
	border:1px solid #D4D4D4;
}


/*myp/order_calendar.htm*/
.order_calendar{
	padding-bottom:200px;
}

.order_calendar .order-calendar-list--outer{
	margin:20px;
	padding:20px 0px;
	border-radius:4px;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
}

.order_calendar .order-calendar-title{
	margin-bottom:25px;
	padding:0px 12px;
}

.order_calendar .order-calendar-title strong{
	font-size:20px;
	font-weight:700;
}

.order_calendar .calendal .calendal-body{
	height:auto;
	border:0px;
	background:#F9F9F9;
	padding:12px 0px;
}

.order_calendar .calendal .calendal-body .calendal__week{
	padding:16px 12px;
	text-align:right;
	font-size:16px;
	font-weight:700;
	line-height:16px;
	border-bottom: 1px solid #d4d4d4;
	display:none;
}

.order_calendar .calendal-list__input{
	padding:16px 12px;
	text-align:right;
	font-size:16px;
	font-weight:700;
	line-height:16px;

}

.calendal .calendal-body .calendal-date .monthTitle {
    line-height: 48px;
    background: #fff;
    text-align: right;
    padding: 0 12px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    display:inline-block;
    width:100%;
    box-sizing: border-box;
}



.order_calendar .calendal .calendal-head li{
	color:#0D5611;
}

.order_calendar .calendal .calendal-body .calendal-date{
	background: #F9F9F9;
	padding:0px;
}

.order_calendar .calendal .calendal-body .calendal-date.is-more{
	display:none;
}

.order_calendar .calendal .calendal-body .calendal-date.is-more.is-active{
	display:block;
}

.order_calendar .calendal-body .calendal-date li{
	position:relative;
}


.order_calendar .calendal-body .calendal-date li.is-active span,
.order_calendar .calendal-body .calendal-date li.active_start span{
	line-height: 32px !important;
	width: 32px;
	border-radius:8px;
	background:#0D5611;
	color:#fff;
	position:relative;
}

.order_calendar .calendal-body .calendal-date li.active_start:before{
	content: "";
    display: block;
    width: 32px;
    height: 24px;
    background: #D4E4D5;
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}

.order_calendar .calendal-body .calendal-date li.first:after{
	display: block;
	content: "¼ö·ÉÀÏ";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	white-space: nowrap;
	line-height: 1.3;
	font-weight: 700;
	color: #0D5611;
	z-index: 99;
}

.order_calendar .calendal-body .calendal-date li.is-active:after{
	display: block;
	content: "¼ö·ÉÀÏ";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	white-space: nowrap;
	line-height: 1.3;
	font-weight: 700;
	color: #0D5611;
}

.order_calendar .calendal-body .calendal-date li.first span {
	background: #0D5611 !important;
}

.order_calendar .calendal-body .calendal-date li.active_end:before {
	content: "";
	display: block;
	width: 32px;
	height: 24px;
	background: #D4E4D5;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index:-9;
}

.order_calendar  .calendal-body .calendal-date li.active_end span{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.order_calendar .calendal-body .calendal-date li.active2 span{
	display: inline-block;
	background-color: #D4E4D5;
	color: #fff;
	line-height: 48px;
	width: 32px;
}


.order_calendar .calendal-body .calendal-date li.is-disable{
	color: #CFCFCF;
}

.order_calendar .calendal-body .calendal-date li.is-today{
	color:#338B60;
}

.order_calendar .calendal-body .calendal-date li.is-today:after{
	display: block;
    content: "¿À´Ã";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    white-space: nowrap;
    line-height: 1.3;
    font-weight: 500;
    color: #338B60;
}

.order_calendar .inp_delivery_date .inp_week{
	margin-top:10px;
	align-items: center;
    display: flex;
    justify-content: space-between;
	padding:12px; 
	background:#F5F5F5;
	border-radius:4px;
	font-size:12px;
	font-weight:700;
	color:#757575;
}
.order_calendar .inp_delivery_date .inp_week:last-child{
	color:#0D5611;
}

.order_calendar .inp_delivery_date .inp_week span{
	width:190px;
}

.order_calendar .inp_delivery_date .inp_week small{
	font-size: 15px;
	font-weight: 700;
	line-height: 15px; /* 15px */
	white-space: nowrap;
}

.order_calendar .inp_delivery_date .inp_week input{
	background:none;
	border:0px;
	font-size:15px;
	font-weight:700;
	text-align:right;
	width:100%;
}

.order_calendar .inp_delivery_date{
	padding:0px 12px;
}

.order_calendar .calendal-foot{
	padding:24px 0px;
}

.order_calendar .calendal-foot .calendal-btn-more{
	display: flex;
	align-items: center;
	width: 112px;
	height: 40px;
	border: 1px solid #D4D4D4;
	border-radius: 50px;
	justify-content: center;
	line-height: 40px;
	font-size:13px;
	font-weight:400;
	background:none;
	margin:0px auto;
}

.order_calendar .calendal-foot .calendal-btn-more img{
	width:16px;
	margin-left:4px;
}

.order_calendar .calendal .calendal-body .calendal-date li.is-today{
	color:#338B60;
}



.order_calendar .calendal .calendal-body .calendal-date li.is-today:after {
    display:block;
    content: "¿À´Ã";
    position:absolute;
    bottom:-6px;
    left:50%;
    transform:translateX(-50%);
    font-size: 10px;
    white-space: nowrap;
    line-height: 1.3;
    font-weight:500;
    color:#338B60;
}

.order_calendar .btn-group__wrap{
	border-top:1px solid #E5E5E5;
	padding:20px;
}



/*myp/orderlist_regular_change.htm*/
.orderlist_regular_change{
	padding:20px 20px 140px;
}

.orderlist_regular_change .orderlist_regular_change--inner{
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
	border-radius:4px;
	padding:20px 12px;
} 

.orderlist_regular_change .orderlist_regular_change--checkbox{
	margin:24px 0px;
}

.orderlist_regular_change .orderlist_regular_change--list li{
	font-size:14px;
	font-weight:700;
	padding:16px 12px;
	border-radius:4px;
	margin:12px 0px;
	color:#757575;
	background:#F5F5F5;
}

.orderlist_regular_change .orderlist_regular_change--list li:not(.status_skip):not(.status_fail):not(.status_cancel):not(.status_success){
	border:1px solid #D4D4D4;
	background:#fff;
}

.orderlist_regular_change .orderlist_regular_change--list li .content{
	display: flex;
	justify-content: space-around;
	text-align: center;
	align-items: center;
	line-height: 18px;
}

.orderlist_regular_change .orderlist_regular_change--list li .content div{
	width:33%;
	white-space: nowrap;
}

.orderlist_regular_change .orderlist_regular_change--list li .content .state small{
	border-radius:32px;
	width:50px;
	height:20px;
	color:#fff;
	font-size:10px;
	font-weight:700;
	padding:5px 8px;
}

.orderlist_regular_change .orderlist_regular_change--list li .content .state small.gray{
	background:#A3A3A3;
}

.orderlist_regular_change .orderlist_regular_change--list li .content .state small.green{
	background:#EBF3EF;
	color:#0D5611;
}

.orderlist_regular_change .orderlist_regular_change--list li .content .state small.red{
	background:#F8E9E9;
	color:#FB7E7A;
}

.orderlist_regular_change .orderlist_regular_change--list li .btn-group{
	display:block;
	margin-top:16px;
	overflow:hidden;
	display:flex;
	align-items:center;
	gap:10px;
}

.orderlist_regular_change .orderlist_regular_change--list li .btn-group button{
	width:calc((100% - 10px) / 2);
	padding:12px 20px;
	font-size:13px;
	font-weight:400;
	color:#434343;
	border-radius:4px;
	text-align:center;
	border:1px solid #D4D4D4;
	height:auto;
	line-height:normal;
	flex-grow:1;
}

.orderlist_regular_change .orderlist_regular_change--list li .btn-group button.is-disabled{
	background:#EFEFEF;
	border:1px solid #EFEFEF;
	color:#A3A3A3;
	text-decoration: line-through;
}

.orderlist_regular_change .orderlist_regular_change--list li .btn-group button:hover{
	background:#0D5611;
	color:#fff;
	border:1px solid #0D5611;
}

.orderlist_regular_change .orderlist_regular_change--list li .btn-group button:first-child{
	
}

/*???????*/
.orderlist_regular_change .orderlist_regular_change--list .regular li .btn-group a{
	width:100%;
	box-sizing: border-box;
	margin:0px;
	flex-grow:1;
}
 
 .orderlist_regular_change .orderlist_regular_change--list .regular li .btn-group a.is-impossible{
	background:#EFEFEF;
	text-decoration:line-through;
	border:1px solid #EFEFEF;
	color:#A3A3A3;
 }





















/*myp/meal_menu.htm*/
.meal_menu{
	padding:20px 20px 140px;
}

.meal_menu .meal_menu--inner{
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
	border-radius: 4px;
	padding: 20px 12px;
}

.meal_menu .meal_menu--inner__title{
	margin-bottom:25px;
	color:#111;
	font-size:20px;
}

.meal_menu .meal_menu--calendar{
	margin-top:20px;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__month{
	margin-bottom:20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__month a{
	font-size:12px;
	font-weight:400;
	color:#262626;
	display: flex;
	align-items: center;
	line-height:12px;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__month a span{
	font-size:16px;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__month small{
	font-size:16px;
	font-weight:700;
	line-height:16px;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__week{
	overflow:hidden;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__week li{
	margin-right:8px;
	background:#F5F5F5;
	border-radius:4px;
	color:#525252;
	font-size:12px;
	font-weight:400;
	padding:8px 0px;
	width:calc((100% - 32px) /5);
	text-align:center;
	float:left;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__week li.is-active{
	color:#fff;
	background:#0D5611;
}

.meal_menu .meal_menu--calendar .meal_menu--calendar__week li:last-child{
	margin:0px;
}

.meal_menu .meal_menu--list__row{
	border-bottom:1px solid #D4D4D4;
	padding:32px 0px 12px;
}

.meal_menu .meal_menu--list__row strong{
	font-size:16px;
	line-height:16px;
	font-weight:700;
	color:#111;
	margin-bottom:16px;
	display:block;
}

.meal_menu .meal_menu--list__row ul{
	overflow:hidden;
}

.meal_menu .meal_menu--list__row li{
	width:calc((100% - 18px) / 4);
	float:left;
	margin:0px 6px 20px 0px;
}

.meal_menu .meal_menu--list__row li:nth-child(4n){
	margin-right:0px;
}

.meal_menu .meal_menu--list__row li .img{
	width:70px;
	height:70px;
	background-size:cover;
	margin-bottom:6px;
	overflow:hidden;
	border-radius:4px;
}

.meal_menu .meal_menu--list__row li p{
	font-size:12px;
	font-weight:500;
	line-height:15.6px;
	color:#111;
	text-align:center;
}

.meal_menu .meal_menu--notice{
	padding:10px 0px;
	counter-reset: var-count;
}

.meal_menu .meal_menu--notice strong{
	font-size:12px;
	color:#737373;
	margin-bottom:12px;
	display:block;
}

.meal_menu .meal_menu--notice strong span{
	font-size:14px;
}

.meal_menu .meal_menu--notice p{
	font-size:12px;
	color:#737373;
	font-weight:400;
	padding-left:20px;
	line-height:16.8px;
	position:relative;
}

.meal_menu .meal_menu--notice p::before {
	counter-increment: var-count;
	content: counter(var-count) '.';
	left:5px;
	position:absolute;
}



/*myp/delivery_cycle.htm*/
.delivery_cycle{
	padding:0px 0px 200px;
}

.delivery_cycle .delivery_cycle--inner{
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
	border-radius: 4px;
	padding: 20px 0px;
	margin:20px;
}

.delivery_cycle .delivery_cycle--inner__title{
	margin-bottom:25px;
	color:#111;
	font-size:20px;
	padding:0px 12px;
}

.delivery_cycle .delivery_cycle--notice{
	padding:10px 12px;
	counter-reset: var-count;
	overflow:hidden;
	background:#F5F5F5;
	border-radius:4px;
	margin:0px 10px 10px;
}

.delivery_cycle .delivery_cycle--notice strong{
	font-size:12px;
	color:#737373;
	margin-bottom:5px;
	display:block;
}

.delivery_cycle .delivery_cycle--notice strong span{
	font-size:14px;
}

.delivery_cycle .delivery_cycle--notice p{
	font-size:12px;
	color:#737373;
	line-height:18px;
	position:relative;
}

.delivery_cycle .delivery_cycle--notice__content{
	margin-top:15px;
}

.delivery_cycle .delivery_cycle--notice__content span{
	float:left;
	color: #D4D4D4;
}

.delivery_cycle .delivery_cycle--notice__content ul{
}

.delivery_cycle .delivery_cycle--notice__content li{
	float:left;
	padding:5px 10px;
	margin-bottom:5px;
}

.delivery_cycle .delivery_cycle--notice__content li:first-child{
	border-radius:30px 0px 0px 30px;
	margin-left:5px;
}

.delivery_cycle .delivery_cycle--notice__content li:last-child{
	border-radius:0px 30px 30px 0px;
	margin-right:5px;
}

.delivery_cycle .delivery_cycle--notice__content ul:nth-of-type(1) li{
	background:#F7EFC3;
	color:#E26911;
}

.delivery_cycle .delivery_cycle--notice__content ul:nth-of-type(2) li{
	background:#D2E7E3;
	color:#44883E;
}

.delivery_cycle .delivery_cycle--notice__content ul:nth-of-type(3) li{
	background:#EBE8E2;
	color:#8C7864;
}

.delivery_cycle .delivery_cycle--list__row{
	margin:20px 0px;
}

.delivery_cycle .delivery_cycle--list__row .delivery_cycle--list__title{
	padding: 0px 12px 20px;
	color:#111;
	font-size:16px;
	display:block;
}

.delivery_cycle .delivery_cycle--list__row .delivery_cycle--list__row--checkbox{
	padding:0px 12px;
	display:flex;
	align-items:center;
	gap:10px;
}

.delivery_cycle .delivery_cycle--list__row .delivery_cycle--list__row--checkbox button{
	flex-grow:1;
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	color: #434343;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px; /* 14px */
	padding:17px 0px;
}

.delivery_cycle .delivery_cycle--list__row .delivery_cycle--list__row--checkbox button.is-active{
	color: #fff;
	background:#0D5611;
	border:1px solid #0D5611;
	font-weight:700;
}

.delivery_cycle .select-group__cycle .select-group__cycle--before{
	color:#757575;
	font-size:12px;
	font-weight:700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#F5F5F5;
	border-radius:4px;
	padding:12px;
	margin:12px;
}

.delivery_cycle .select-group__cycle .select-group__cycle--before p{
	color:#757575;
	font-size:15px;
	font-weight:700;
	background:none;
}

.delivery_cycle .select-group__cycle .selectedWeek{
	margin-right: 20px;
	border-radius: 4px;
	background: #A5A5A5;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	min-width: 30px;
	height: 16px;
	line-height: 16px;
	box-sizing: border-box;
	display: inline-block;
}



.delivery_cycle .select-group__cycle .select-group__cycle--after{
	color:#0D5611;
	font-size:12px;
	font-weight:700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#F3F7F3;
	border-radius:4px;
	padding:12px;
	margin:0px 12px;
}


.delivery_cycle .select-group__cycle .select-group__cycle--after p{
	color:#0D5611;
	font-size:15px;
	font-weight:700;
	background:none;
}



/*myp/wishlist.htm*/
.order-wishlist::before{
	content:none;
}

.order-wishlist .form-checkbox-fieldset .form-checkbox-fieldset__right-col{
	width:auto;
	top:-7px;
}

.order-wishlist .form-checkbox-fieldset .form-checkbox-fieldset__right-col a{
	font-size:12px;
	font-weight:500;
	color:#404040;
	padding:0px 14px;
	background:#f5f5f5;
	border-radius:4px;
	height:32px;
	line-height:32px;
}


.order-wishlist .card.card-horizontal.card-horizontal-sm .card-horizontal__content--outer{
	padding: 0 33px 0 111px !important;
}

.order-wishlist .card-content.card-content-sm .card-content__price{
	
}

.order-wishlist .card.card-cart-order .card__btn-checkbox{
	top:50%;
	transform:translateY(-50%);
}

.order-wishlist .card-content.card-content-sm .card-content__price .thum__percent{
	color:#BD2420;
	background:none;
	font-size:13px;
	margin-right:4px;
	font-weight:700;
}

.order-wishlist .card-content.card-content-sm .card-content__price-discount{
	margin-right:4px;
}

.order-wishlist .card-content.card-content-sm .card-content__price-list-price{
	padding:0px;
	font-weight:400;
}

.order-wishlist .card .card__btn-cart{
	background: rgba(67, 67, 67, 0.7);
	border-radius:12px;
	width:32px;
	height:32px;
}

.order-wishlist .wish-btn .btn_wish_add_cart{
	background-color: #0D5611;
	border:1px solid #0D5611;
}

.order-wishlist .wish-btn .btn_wish_add_cart_no{
	background-color: #D4D4D4;
	border:1px solid #D4D4D4;
}


.order-wishlist .wish-btn .btn_wish_add_cart small{
	padding:3px 5px;
	background:#E6EEE7;
	border-radius:4px;
	margin-right:12px;
	font-size:14px;
	font-weight:bold;
	color:#0D5611;
	display:inline-block;
	min-width:20px;
	height:20px;
	line-height:14px;
	box-sizing: border-box;
}

.order-wishlist .wish-btn .more-btn{
	border-radius: 50px;
	padding: 13px 30px;
}


.order-wishlist .card.card-cart-order {
	font-size:0;
	padding:16px 0;
	border-bottom:1px solid #E5E5E5;
}

.order-wishlist .card.card-horizontal .card-horizontal__thum {
	top: 16px;
}

.order-wishlist .wish-btn {
	border-top: none;
	padding-top:24px;
}

.order-wishlist .wish-btn .more-btn {
	border:1px solid #d4d4d4;
}

.order-wishlist .wish-btn .more-btn img{
	vertical-align: top;
}

/*myp/footer*/
.footer{
	background:#fff;
	border-top:1px solid #E0E0E0;
	padding:48px 20px 128px;
}

.footer .footer-top .footer__title{
	font-weight:700;
	line-height:22px;
	padding-bottom:0px;
	margin-bottom:11px;
}

.footer .footer-top .footer-cs__number{
	color:#111;
	line-height:22px;
	padding-bottom:0px;
	margin-bottom:13px;
	font-weight:700;
}

.footer .footer-top .footer-cs__email{
	color:#111;
	line-height:24px;
	padding-bottom:0px;
	margin-bottom:16px;
}

.footer .footer-top .footer-cs-notice p{
	font-size:12px;
	font-weight: 400;
	line-height: 22px;
}

.footer-bottom{
	border-top:1px solid #F0F0F0;
}

.footer-bottom--copy{
	font-size:10px;
	font-weight:400;
	color:#ccc;
	line-height: 17.5px;
}

.mypage .section-line::after {
	content:none;
	background:#f5f5f5;
}

/*myp/my_reveiw*/
.my_review .card.card-review .card-review-data__date{
	font-size:12px;
	font-weight:400;
	line-height:normal;
	color:#a3a3a3;
}


/*myp/push*/

.mypage-push{
	padding:8px 20px 0px;
}

.mypage-push li{
	padding:16px 0px;
	border-bottom:1px solid #E5E5E5;
	position:relative;
}

.mypage-push li:last-child{
	border:0px;
}

.mypage-push li strong{
	font-size:14px;
	font-weight:700;
	line-height:normal;
	color:#111;
	display:block;
	margin-bottom:8px;
}

.mypage-push li small{
	font-size:12px;
	font-weight:400;
	line-height:normal;
	color:#525252;
	display:block;
}