@charset "utf-8";

/* typography */
@font-face{
    font-family:'Noto Sans Korean';font-style:normal;font-weight:300;
    src:url(//script.gmarket.com/fonts/NotoSansKR-DemiLight-Hestia.eot),
    url(//script.gmarket.com/fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype');
    src:local('Noto Sans DemiLight'),local('NotoSans-DemiLight'),
    url(//script.gmarket.com/fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(//script.gmarket.com/fonts/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}
@font-face{
    font-family:'Noto Sans Korean';font-style:normal;font-weight:400;
    src:url(//script.gmarket.com/fonts/NotoSansKR-Regular-Hestia.eot),
    url(//script.gmarket.com/fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype');
    src:local('Noto Sans Regular'),local('NotoSans-Regular'),
    url(//script.gmarket.com/fonts/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(//script.gmarket.com/fonts/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face{
    font-family:'Noto Sans Korean';font-style:normal;font-weight:500;
    src:url(//script.gmarket.com/fonts/NotoSansKR-Medium-Hestia.eot),
    url(//script.gmarket.com/fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype');
    src:local('Noto Sans Medium'),local('NotoSans-Medium'),
    url(//script.gmarket.com/fonts/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(//script.gmarket.com/fonts/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@font-face{
    font-family:'Noto Sans Korean';font-style:normal;font-weight:700;
    src:url(//script.gmarket.com/fonts/NotoSansKR-Bold-Hestia.eot),
    url(//script.gmarket.com/fonts/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype');
    src:local('Noto Sans Bold'),local('NotoSans-Bold'),
    url(//script.gmarket.com/fonts/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(//script.gmarket.com/fonts/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

/*************************/
/* COMMON
/**********************/
/*checkout page font setting */
*{font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Roboto,Noto Sans CJK KR,Tahoma,"Noto Sans KR",sans-serif}
*[x-apple-data-detectors] {  /*ios 에서 번호로 된 값은 전화번호로 인색해서 색깔이 바뀌는 이슈 해결 */
    color:inherit !important;
    text-decoration:none !important;
}

.sprite__mypage,
.sprite__mypage--before:before,
.sprite__mypage--after:after{display:inline-block;background:url(//pics.auction.co.kr/mobile/sprite/mypage/sprite__mypage.png) no-repeat;background-size:300px auto}

.sprite__mypage--before:before,
.sprite__mypage--after:after{content:''}

.service__mypage.page__review{background:#fff}
.service__mypage.page__review .header_fix{position:fixed;width:100%}
.service__mypage.page__review #header .ly_header_wrap .ly_btn_close:focus{outline:-webkit-focus-ring-color auto 5px}

.section__review-write{position:absolute;left:0;top:0;right:0;bottom:0}
.box__guide-line{position: fixed;left:0;top:48px;right:0;z-index:100}
.box__review-step .box__guide-line .box__progress-bar{position: absolute;left:0;top:0;width:0}
.box__review-step{overflow:hidden;position: relative;height:100%}
.box__review--step1 .box__guide-line .box__progress-bar{
	width:33%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function:cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition-timing-function:cubic-bezier(0.550, 0.085, 0.680, 0.530)
}
.box__review--step2 .box__guide-line .box__progress-bar{
	width:66%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-delay:0.7s;
	transition-delay:0.7s;
	-webkit-transition-timing-function:cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition-timing-function:cubic-bezier(0.550, 0.085, 0.680, 0.530)
}
.box__review--modify.box__review--step2 .box__guide-line .box__progress-bar{
	width:66%;
	-webkit-transition: none !important;
	transition: none !important;
}
.box__review--final .box__guide-line .box__progress-bar{
	width:100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function:cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition-timing-function:cubic-bezier(0.550, 0.085, 0.680, 0.530)
}
.box__guide-line .box__progress-bar .bar{display:block;width:100%;height:4px;background-color:#e63740}
.box__guide-line .box__tooltip{display:none;position:absolute;top:17px;height:24px;padding:0 10px;border:1px solid #e63740;box-sizing:border-box;-webkit-border-radius:12px;border-radius:12px;background-color:#fff;white-space:nowrap}
.box__guide-line .box__tooltip--none,
.box__guide-line .box__tooltip--none.box__tooltip--stop{display:none !important;}
.box__guide-line .box__tooltip--stop{display:block !important;opacity:1 !important;}
.box__review--final .box__guide-line .box__tooltip--stop{
	opacity:0 !important;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.box__guide-line .box__tooltip .text{line-height:22px;font-size:12px;color:#e63740}
.box__guide-line .box__tooltip .sprite__mypage{position:absolute;left:50%;top:-6px;width:5px;height:6px;margin-left:-2px;background-position: -48px -44px}
.box__review--modify .box__guide-line .box__tooltip,
.box__guide-line .box__tooltip.box__tooltip--active{display: none !important}
.box__review-step .box__review-content{padding-top:48px}
.box__review--final .box__review-score{display:none}
.box__review-step .box__review-score{position:relative;margin-top:100px;text-align:center}
.box__review-step .box__review-score .text__title{position:absolute;top:0;left:0;right:0;font-size:22px;color:#141414;line-height:29px;transform:translateY(600px)}
.box__review-step .box__review-score .box__review-item{position:relative}
.box__review-step .box__review-score .box__review-item .box__image{opacity:1;position:absolute;left:50%;top:51px;width:80px;height:80px;margin-left:-40px;transform:translateY(600px)}
.box__review-step .box__review-score .box__review-item .box__image:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #000;filter:alpha(opacity=10);opacity:0.1;}
.box__review-step .box__review-score .box__review-item .box__image .image{width:100%}
.box__review-step .box__review-score .box__review-item .text__option{opacity:1;height:18px;margin-top:2px;padding:0 40px;font-size:12px;color:#7f7f7f;line-height:18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transform:translateY(600px)}
.box__review-step .box__review-score .box__review-item .text__item-title{padding:146px 40px 0 40px;font-size:15px;color:#141414;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transform:translateY(600px)}
.box__review-score .box__score-item{margin-top:13px;transform:translateY(600px)}
.box__review-score .box__score-item .box__score-buttons{font-size:0}
.box__review-score .box__score-item .box__score-buttons .button{display:inline-block;margin:0 3px;border:0;text-indent:-9999px;transform:scale(1, 1)}
.box__review-score .box__score-item .box__score-buttons .button.sprite__mypage{width:44px;height:42px;background-position: 0 0}
.box__review-score .box__score-item .box__score-buttons .button.button--effect{-webkit-animation: star .1s;animation: star .1s}
.box__review-score .box__score-item .box__score-buttons .button.button--active.sprite__mypage{background-position: -46px 0}
.box__review-score .box__score-item .text{min-height:18px;margin:9px 0 0;font-size:12px;color:#e63740;line-height:18px}

@-webkit-keyframes star {
	0% {-webkit-transform:scale(1.1);transform:scale(1.1)}
	50% {-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}
	100% {-webkit-transform:scale(1.1);transform:scale(1.1)}
}
  @keyframes star {
	0% {-webkit-transform:scale(1.1);transform:scale(1.1)}
	50% {-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}
	100% {-webkit-transform:scale(1.1);transform:scale(1.1)}
}

.box__review--step1 .box__review-score .text__title{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.box__review--step1 .box__review-score .box__review-item .box__image{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition: transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.box__review--step1 .box__review-score .box__review-item .text__item-title{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition: transform 1s;
	transition: transform 1s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.box__review--step1 .box__review-score .box__review-item .text__option{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition: transform 1.1s;
	transition: transform 1.1s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.box__review--step1 .box__review-score .box__score-item{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition: transform 1.2s;
	transition: transform 1.2s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}

.box__review-step.box__review--step2{overflow-y:auto}

.box__review--step2 .box__review-score{
	margin-top:0;
	-webkit-transition: margin-top 0.6s;
	transition: margin-top 0.6s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	-webkit-transition-timing-function:linear;
	transition-timing-function:linear
}
.box__review--step2 .box__review-score .text__title{
	opacity:0;
	-webkit-transform:translateY(-300px);
	transform:translateY(-300px);
	-webkit-transition: opacity 0.6s, transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.box__review--step2 .box__review-score .box__review-item .box__image{
	opacity:0;
	-webkit-transform:translateY(-300px);
	transform:translateY(-300px);
	-webkit-transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.box__review--step2 .box__review-score .box__review-item .text__item-title{
	padding-top:50px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: padding-top 0.5s, transform 0.5s;
	transition: padding-top 0.5s, transform 0.5s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in
}
.box__review--step2 .box__review-score .box__review-item .text__option{
	-webkit-transform: translateY(-300px);
	transform: translateY(-300px);
	height:0;
	-webkit-transition: transform 0.5s, height 0.5s;
	transition: transform 0.5s, height 0.5s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.box__review--step2 .box__review-score .box__score-item{
	margin-top:0;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: margin-top 0.4s, transform 0.4s;
	transition: margin-top 0.4s, transform 0.4s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
  -webkit-transition-timing-function:ease-in-out;
  transition-timing-function:ease-in-out;
}
.box__review--step2 .box__review-score .box__score-item .box__score-buttons{
	-webkit-transform:scale(0.6);
	transform:scale(0.6);
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.box__review--step2 .box__review-score .box__score-item .box__score-buttons .button{
	margin:0 6px;
	-webkit-transition: margin 0.6s;
	transition: margin 0.6s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.box__review--step2 .box__review-score .box__score-item .text{
	margin-top:0;
	-webkit-transition: margin-top 0.6s;
	transition: margin-top 0.6s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
}
.box__review--step2 .box__review-detail .box__textcount{
	opacity:1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.box__review--step2 .box__review-detail .box__review-comment{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.box__review--step2 .box__review-detail--reuse .box__reuse-comment{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.box__review--step2 .box__review-detail .box__review-notice{
	position: relative;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 0.4s, transform 0.4s ;
	transition: opacity 0.4s, transform 0.4s ;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	z-index:120;
}
.box__review--step2 .box__review-detail .box__status{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: opacity 0.4s, transform 0.4s ;
	transition: opacity 0.4s, transform 0.4s ;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}

.box__review--modify.box__review--step2 .box__review-score{
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-score .text__title{display:none}
.box__review--modify.box__review--step2 .box__review-score .box__review-item .box__image{display:none}
.box__review--modify.box__review--step2 .box__review-score .box__review-item .text__item-title{
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-score .box__review-item .text__option{display:none}
.box__review--modify.box__review--step2 .box__review-score .box__score-item{
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-score .box__score-item .box__score-buttons{
	-webkit-transform:scale(0.6);
	transform:scale(0.6);
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-score .box__score-item .box__score-buttons .button{
	margin:0 6px;
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-score .box__score-item .text{
	margin-top:0;
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-detail .box__textcount{
	opacity:1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-detail .box__review-comment{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-detail--reuse .box__reuse-comment{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-detail .box__review-notice{
	position: relative;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition:none !important;
	transition:none !important;
}
.box__review--modify.box__review--step2 .box__review-detail .box__status{
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition:none !important;
	transition:none !important;
}

.box__review-step .box__review-detail{position:relative;padding:0 10px 110px 10px;visibility: hidden}
.box__review--step2 .box__review-detail{visibility:visible}
.box__review-detail .box__textcount{opacity:0;position: absolute;right:10px;top:-22px;font-size:11px;line-height:18px;color:#bbb;transform: translateY(300px)}
.box__review-detail .box__textcount .text__current{color:#7f7f7f}
.box__review-detail .box__review-comment{overflow-y: auto;opacity: 0;height:240px;margin-top:25px;border:1px solid #bbb;transform:translateY(300px)}
.box__review-detail .box__review-comment.box__review-comment--active{border:1px solid #e63740}

.box__review-detail .box__review-comment .box__form-textreview{position:relative;min-height:140px;padding:14px 14px 0;margin-bottom: -106px;z-index:110;}
.box__review-detail--reuse .box__review-comment.box__review--step2 .box__review-detail .box__review-comment.box__review-comment--active{border-bottom:0}
.box__review-detail--reuse .box__review-comment{height:240px;border-bottom:0}
.box__review-detail--reuse .box__review-comment .box__form-textreview{min-height:232px;padding:14px;margin-bottom:0}
.box__review-detail--reuse .box__reuse-comment{text-align:center;background-color:#eee;z-index:10000;transform: translateY(300px);border: 1px solid #bbb;border-top:0;box-sizing:border-box}
.box__review-detail--reuse .box__review-comment--active + .box__reuse-comment{border: 1px solid #e63740;border-top:0;}
.box__review-detail--reuse .box__reuse-comment .text{font-size:12px;line-height:36px;color:#7f7f7f}
.box__review-detail .box__review-notice{opacity: 0;transform:translateY(300px)}
.box__review-detail .box__status{opacity: 0;position: fixed;bottom:0;left:0;width:100%;height:50px;z-index:120;transform:translateY(300px)}
.box__review-detail .box__status .button{width:100%;height:50px;text-align:center;background-color:#333;font-size:16px;font-weight:bold;color:#fff;line-height:50px;border:0}
.box__review--final .box__review-detail{display:none}
.box__form-textreview .form__textarea{overflow:hidden;width:100%;height:100%;padding:0;border:0;color:#141414;font-size:16px;line-height:26px;text-indent:0;caret-color: #e63740;outline:none}
.box__form-textreview .form__textarea::placeholder{color:#7f7f7f}
.box__form-textreview .form__textarea::-webkit-input-placeholder{padding-left:2px;text-indent:0}
.box__review-detail--reuse .box__form-textreview .form__textarea{height:200px}
.box__photoreview{position: relative;margin:14px 0;overflow: hidden;height: 70px;padding-top: 176px}
.box__photoreview .box__list-photoreview{overflow-x: auto;position:relative;white-space: nowrap;padding-top: 106px;padding-bottom: 50px;margin-top: -176px;}
.box__photoreview .list__photoreview{float:left;font-size: 0;}
.box__photoreview .list__photoreview .list-item{display:inline-block;position:relative;width:70px;height:70px;margin:0 4px;vertical-align:top}
.box__photoreview .list__photoreview .list-item:first-child{margin-left:14px}
.box__list-photoreview.js-image--full .list__photoreview .list-item:last-child{margin-right:14px}
.box__photoreview .list__photoreview .box__image{overflow:hidden;position:relative;width:70px;height:70px;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.box__photoreview .list__photoreview .box__image .image{width:100%}
.box__photoreview .list__photoreview .box__image::before{content:'';opacity:0.3;position:absolute;left:0;top:0;right:0;bottom:0;background: #000;}
.box__photoreview .list__photoreview .button__photoedit-layer{position:absolute;left:0;right:0;bottom:0;top:0;width:70px;height:70px;background:none;border:0;text-indent:-9999px}
.box__photoreview .list__photoreview .button__photoedit-layer:after{content:'';position: absolute;right:0;top:0;width:22px;height:22px;background:url(//pics.auction.co.kr/mobile/sprite/mypage/sprite__mypage.png) no-repeat -92px 0;background-size:300px auto}
.box__photoreview .list__photoreview .button__photoedit-layer--active:after{background-position: -116px 0;}
.box__photoreview .text__photoreview{display:inline-block;padding-top:16px;font-size:12px;line-height:18px;color:#bbb;vertical-align:top}
.box__photoreview .list__photoreview .box__photoedit-layer{position: absolute;left:0;top:-106px;width:140px;background-color:#fff;border:1px solid #7f7f7f;box-sizing: border-box; z-index:100}
.box__photoreview .list__photoreview .box__photoedit-layer .list__photoedit-item .button{display:block;width:100%;padding:14px 0 14px;background-color:#fff;border:0;font-size:15px;line-height:20px;text-indent:14px;text-align:left}
.box__photoreview .list__photoreview .box__photoedit-layer .list__photoedit-item .button:hover{background-color:#eee}
.box__photoreview .box__list-item-more{display:inline-block;position:relative;margin:0 14px 0 4px}
.box__photoreview .box__list-item-more.js-first{margin-left:14px}
.box__photoreview .box__list-item-more .form__input-file{width:70px;height:70px;outline:none;-webkit-appearance: none;appearance: none}
.box__photoreview .box__list-item-more .form__input-file:focus + .text__label{outline:-webkit-focus-ring-color auto 5px; }
.box__photoreview .box__list-item-more .text__label{position:absolute;left: 0;top: 0;width: 70px;height: 70px;background-color: #eee}
.box__photoreview .box__list-item-more .text__label .sprite__mypage{position:absolute;left:50%;top:50%;width:23px;height:23px;margin:-11px 0 0 -11px;background-position: -140px 0;text-indent:-9999px}
.box__review-notice{margin-top:20px;text-align:center}
.box__review-notice .button{font-size:12px;line-height:18px;color:#7f7f7f;vertical-align:top;border:0}
.box__review-notice .sprite__mypage{width:18px;height:18px;margin:-2px 0 0 4px;background-position:-92px -24px;vertical-align:middle}

.box__review-step.box__review--final{overflow: auto}
.box__review--final{display:flex;align-items:center;justify-content: center}
.box__review-step .box__review-complete{display:none}
.box__review-step.box__review--final .box__review-complete{display:block}
.box__review-complete{text-align: center}
.box__review--final .box__review-content{padding-top:0;padding-bottom:0}
.box__review-complete .text__title{position:relative;padding-top:72px;font-size:22px;color:#141414;line-height:29px}
.box__review-complete .text__title .sprite__mypage{position: absolute;left:50%;top:0;width:52px;height:52px;margin-left:-26px;background-position: -112px -25px}
.box__review-complete .box__review-notice{margin-top:16px}
.box__review-complete .box__review-notice .text__notice{font-size:13px;color:#141619;line-height:20px}
.box__review-complete .box__review-notice .text__notice .text__emphasis{color:#e63740;font-weight:bold}
.box__review-complete .box__review-notice .button{position:absolute;bottom:50px;left:50%;width:120px;margin-left:-60px;white-space:nowrap}
.box__review-complete .box__review-notice .button .sprite__mypage{margin:-2px 0 0 4px;vertical-align:middle;text-indent:-9999px}

.box__review-complete .box__status{position: fixed;bottom:0;left:0;width:100%;height:50px;z-index:100}
.box__review-complete .box__status .button{width:100%;height:50px;text-align:center;background-color:#333;font-size:16px;font-weight:bold;color:#fff;line-height:50px;border:0}
.box__review--modify .box__review-complete{text-align: center}
.box__review--modify .box__review-complete .text__title{font-size:26px;line-height:34px;color:#141414}
.box__review--final .box__review-complete .box__status{position: static;width:200px;margin:24px auto 0}
.box__review--final .box__review-complete .box__status .button{background:#fff;border:1px solid #2a2a2c;color:#333}

.box__review-layer .box__layer-content{position:absolute;left:50%;top:-400px;width:290px;margin-left:-145px;z-index:1100;background-color: #fff;border:1px solid #000}
.box__review-layer .button__layer-close{position:absolute;right:8px;top:8px;width:40px;height:40px;border:0}
.box__review-layer .button__layer-close .sprite__mypage{position: absolute;right:8px;top:8px;width:24px;height:24px;background-position: -73px -44px; text-indent:-9999px}
.box__review-layer .box__layer-title{position:relative;text-align:center}
.box__review-layer .box__layer-title .text__title{display:block;padding-top:16px;font-size:14px;color:#222;line-height:20px}
.box__review-layer .box__layer-detail{padding:0 14px}
.box__review-layer .box__layer-detail .box__layer-list--number{padding:4px 0 14px}
.box__review-layer .box__layer-detail .list-item{position:relative;padding:8px 0 0 22px;font-size:12px;color:#141414;line-height:18px;text-align:left}
.box__review-layer .box__layer-detail .list-item .text__list-number{ position: absolute; left:0; top:8px; width:18px; height:18px;padding-top:5px;background-color: #141414;-webkit-border-radius:9px; border-radius:9px;text-align:center;color: #fff; font-size:10px; line-height:10px;}
.box__review-layer .box__layer-detail .box__layer-list{padding:10px 0 28px}
.box__review-layer .box__layer-detail .box__layer-list .text__title{display:block;padding-top:10px;font-size:12px;color:#141414;line-height:16px;text-align:left}
.box__review-layer .box__layer-detail .box__layer-list .list-item{position:relative;padding:4px 0 0 7px;font-size:11px;line-height:18px;color:#616161}
.box__review-layer .box__layer-detail .box__layer-list .list-item:before{content:'';position:absolute;left:0;top:12px;width:2px;height:2px;-webkit-border-radius:2px;border-radius:2px;background-color:#7b7b7b}
.box__review-layer .box__layer-detail .box__layer-list.box__layer-list--border{border-top:1px solid #d4d4d4}

.box__reward-layer .box__layer-content{top:50%;transform:translateY(-50%)}
.box__reward-layer .box__layer-content:before{content:'';width:100%;height:100%;}
.box__reward-layer .box__layer-detail .box__layer-list .text__title{padding-top:14px}

.box__cashbag-layer .box__layer-content{top:65px;margin-bottom:20px}
.box__cashbag-layer .box__layer-title{min-width:300px;height:48px;box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.26)}
.box__cashbag-layer .box__layer-title .text__title{padding-top:0;font-size:17px;line-height:48px;font-weight:normal}
.box__cashbag-layer .button__layer-close{width:48px;height:48px}
.box__cashbag-layer .button__layer-close .sprite__mypage{top:12px;right:12px}
.box__cashbag-layer .box__layer-detail{padding:0 10px;text-align:center}
.box__cashbag-layer .box__layer-detail .box__terms{margin-top:20px;background-color:#f2f2f2}
.box__cashbag-layer .box__layer-detail .box__terms .list__terms{padding:10px}
.box__cashbag-layer .box__layer-detail .box__terms .list-item{padding:0;background-color: #fff;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7}
.box__cashbag-layer .box__layer-detail .box__terms .list-item:last-child{border-bottom:1px solid #e7e7e7}
.box__cashbag-layer .box__layer-detail .box__terms .button__term-detail{position:relative;width:100%;padding:11px 0 9px 12px;font-size:15px;text-align:left;line-height:20px;color:#0c0c0c;border:0;border-top:1px solid #e7e7e7;box-sizing:border-box}
.box__cashbag-layer .box__layer-detail .box__terms .button__term-detail .sprite__mypage{position: absolute;right:8px;top:8px;width:24px;height:24px;background-position: 0 -68px}
.box__cashbag-layer .box__layer-detail .box__terms .list-item--active .button__term-detail .sprite__mypage{background-position: -26px -68px}
.box__cashbag-layer .box__layer-detail .box__terms .box__terms-detail{display:none;padding:12px 0 12px 12px;border-top:1px solid #e7e7e7}
.box__cashbag-layer .box__layer-detail .box__terms .list-item--active .box__terms-detail{display:block}
.box__cashbag-layer .box__layer-detail .box__terms .box__terms-detail .text{font-size:13px;line-height:20px;color:#727272 }
.box__cashbag-layer .box__layer-detail .box__terms .box__terms-detail .text .text__emphasis{font-weight:500;color:#000}
.box__cashbag-layer .box__layer-detail .box__layer-list{padding:8px 10px 16px;text-align:left}
.box__cashbag-layer .box__layer-detail .box__layer-list .list-item{padding-left:0;font-size:13px;line-height:17px;color:#94989f}
.box__cashbag-layer .box__layer-detail .box__layer-list .list-item::before{content:none}
.box__cashbag-layer .box__layer-detail .box__card-number{padding:19px 5px 0 10px;text-align:left}
.box__cashbag-layer .box__layer-detail .box__card-number .text__label{display:block;margin-bottom:6px; font-size:14px;line-height:15px;color:#444}
.box__cashbag-layer .box__layer-detail .box__card-number .form__input-text{ width:61px; padding:12px 10px; font-size:14px; color:#272727; border:1px solid #ccc; -webkit-border-radius:1px; border-radius:1px; box-sizing:border-box; caret-color: #141414;outline: none}
.box__cashbag-layer .box__layer-detail .box__card-number .form__input-text::placeholder{color:#bbb}
.box__cashbag-layer .box__layer-detail .box__card-number .form__input-text:focus{border:1px solid #141414}
.box__cashbag-layer .box__layer-detail .box__agreement{position:relative;padding:5px 0 20px 0}
.box__cashbag-layer .box__layer-detail .box__agreement .text__agreement{font-size:13px;line-height:14px;color:#747474}
.box__cashbag-layer .box__layer-detail .box__agreement .box__check-agreement{margin-top:18px}
.box__cashbag-layer .box__layer-detail .box__agreement .box__check-agreement .box__check-area{position: relative}
.box__cashbag-layer .box__layer-detail .box__agreement .box__check-agreement .box__check-area + .box__check-area{margin-left:12px}
.box__cashbag-layer .box__layer-detail .box__agreement .form__radio{position:absolute;left: 3px;top: 3px;width: 1px;height: 1px;appearance: none;-webkit-appearance: none;outline:none}
.box__cashbag-layer .box__layer-detail .box__agreement .text__label{position:relative;display:inline-block;padding-left:25px;font-size:14px;color:#141414;line-height:16px;vertical-align:top}
.box__cashbag-layer .box__layer-detail .box__agreement .sprite__mypage{position: absolute;left:0;top:-4px;width:22px;height:22px;background-position: -24px -94px;background-color: #f2f2f2}
.box__cashbag-layer .box__layer-detail .box__agreement .form__radio:checked + .text__label .sprite__mypage{background-position: 0 -94px}
.box__cashbag-layer .box__layer-detail .box__agreement .form__radio:focus +  .text__label .sprite__mypage{outline:-webkit-focus-ring-color auto 5px}

.box__review-cancel-layer .box__layer-content{top:30%}
.box__review-cancel-layer .box__layer-title{height:48px;box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.26)}
.box__review-cancel-layer .box__layer-title .text__title{padding-top:0;font-size:17px;line-height:48px}
.box__review-cancel-layer .box__layer-detail{padding:25px 0}
.box__review-cancel-layer .box__layer-detail .text{text-align:center;font-size:15px;color:#141414;line-height:23px;letter-spacing:-1px}
.box__review-cancel-layer .button__layer-close{width:48px;height:48px}
.box__review-cancel-layer .button__layer-close .sprite__mypage{top:12px;right:12px}

.box__for-a11y-layer .box__layer-content{top:30%}
.box__for-a11y-textarea{margin:14px 0 17px;border:1px solid #bbb}
.box__for-a11y-textarea .form__textarea{width:100%;padding:11px 10px;box-sizing:border-box;font-size:16px;color:#141414;line-height:24px;text-indent:0;border:0;caret-color: #e63740;outline:none}
.box__for-a11y-textarea .form__textarea::placeholder{color:#888}

.box__review-layer .box__layer-button{height:44px;background-color: #f7f7f7;border-top:1px solid #e5e5e5;font-size:0}
.box__review-layer .box__layer-button .button{display:inline-block;width:50%;font-size:15px;color:#333;line-height:43px;border:0}
.box__review-layer .box__layer-button .button__emphasis{border-left:1px solid #e5e5e5; color:#e63740}
.box__cashbag-layer .box__layer-button .button{width:100%}
.box__review-layer .box__dimmed{opacity:.4;position: fixed;left:0;top:0;width:100%;height:100%;background-color: #04040f;z-index:1000}
.box__review-step .box__review-layer-dimmed{opacity:.4;position: fixed;left:0;top:0;width:100%;height:100%;background-color:transparent;z-index:110}

/* 반응형 layer (absolute reset) */
.box__cashbag-layer.box__responsive-layer{overflow-y:auto}
.box__cashbag-layer.box__responsive-layer .box__layer-title{position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:100}
.box__cashbag-layer.box__responsive-layer .box__layer-content{position:static;top:inherit;left:inherit;width:auto;margin:0;padding-top:48px;border:0}
.box__cashbag-layer.box__responsive-layer .box__layer-content
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-detail,
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-button{margin:0 auto;min-width:300px;max-width:400px}
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-detail .box__card-number{position:relative;display:block;padding-top:40px;padding-right:0;overflow:hidden;zoom:1}
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-detail .box__card-number .text__label{position:absolute;top:18px;left:10px}
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-detail .box__card-number .form__input-text{float:left;width:23.1%;margin-right:5px}
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-button,
.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-button .button__emphasis{border:0}
@media screen and (min-width:375px){
	.box__cashbag-layer.box__responsive-layer .box__layer-content .box__layer-detail .box__card-number .form__input-text{width:23.5%}
}


/* 배송지 */
button{border:none}
.service__mypage{background:#f2f2f2}
.section__order-info{max-width:500px;margin:0 auto;padding-bottom:85px}

.box__smilebox-nudge{width:100%;background:#fff7ce}
.box__smilebox-nudge .link__smilebox-nudge{display:block;width:320px;height:70px;margin:0 auto;background:url(//pics.auction.co.kr/mobile/single/mypage/image__smilebox-banner.png) no-repeat;background-size:320px auto;}

.box__express-shop-address{padding-top:13px;padding-right:16px;text-align:right;}
.box__express-shop-address:after{width:24px;height:24px;background-position:-156px -109px;vertical-align:top;}
.box__express-shop-address .link__express-shop-address{font-size:0}
.box__express-shop-address .link__express-shop-address .text{position:relative;display:inline-block;color:#1d1d1e;font-size:14px;font-weight:normal;line-height:24px;letter-spacing:-0.6px}
.box__express-shop-address .link__express-shop-address .text:after{position:absolute;bottom:3px;display:block;width:100%;height:1px;background:#1d1d1e;content:''}

.box__address-add{background:#fff;margin:12px 0}
.box__address-add .button__address-add{display:block;width:100%;height:48px;background:#fff;font-size:16px;font-weight:normal}
.box__address-add .button__address-add .text{display:inline-block;position:relative;padding-left:30px;line-height:24px;vertical-align:middle;}
.box__address-add .button__address-add .text:before{display:block;position:absolute;top:0;left:0;width:24px;height:24px;background-position:-104px -109px;content:''}

.box__adress-list + .box__adress-list{padding-top:12px;background:#f2f2f2}
.box__adress-list .list__delivery-address{background:#fff}
.box__adress-list .list__delivery-address .input__delivery-choice{position:absolute;width:100%;height:100%;background:none;-webkit-appearance:none;border:0}
.box__adress-list .list__delivery-address .input__delivery-choice:checked{background:#f2fcff}

.box__adress-list .list__delivery-address > .list-item{position:relative;display:block;width:100%;min-height:136px;height:100%;border-bottom:1px solid #f2f2f2}
.box__adress-list .list__delivery-address .list-item:last-child{border:0}
.box__adress-list .list__delivery-address .list-item .box__delivery-address{position:relative;display:block;width:100%;top:0;left:0;padding:20px 20px 24px;box-sizing:border-box}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title .text{font-size:15px;line-height:24px;color:#ff7638}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title .text:before{margin-right:8px;width:24px;height:24px;background-position:-52px -79px;vertical-align:top}

.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.home .text{color:#43bed0}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.home .text:before{background-position:-78px -79px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.office .text{color:#0048c8}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.office .text:before{background-position:-130px -79px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.school .text{color:#706ff7}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.school .text:before{background-position:-104px -79px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.prev .text{color:#919191}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.prev .text:before{background-position:-156px -79px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.smilebox .text{color:#ff7638}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title.smilebox .text:before{background-position:-52px -79px}

.box__adress-list .list__delivery-address .list-item .box__delivery-address .icon__smilebox{width:80px;height:20px;margin-top:10px;background-position:0 -204px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .box__smilebox-noti{margin:5px 0 30px;background:#eef8ff;border:1px solid #dde9f2}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .box__smilebox-noti .text__message{position:relative;padding:16px 14px 16px 43px;font-size:12px;line-height:1.5;letter-spacing:-0.3px;color:#0091ea}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .box__smilebox-noti .text__message::before{content:'';overflow:hidden;display:inline-block;font-size:0;background:url(//pics.auction.co.kr/mobile/sprite/checkout/sprite__checkout.png) no-repeat;background-size:350px auto;position:absolute;top:50%;left:11px;width:24px;height:24px;margin-top:-12px;background-position:-280px -26px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .box__smilebox-noti .text__emphasis{font-weight:700}

.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address{display:flex;margin-top:14px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text{display:block;font-size:15px;line-height:20px;color:#1d1d1e;letter-spacing:-0.4px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text .text__zipcode{position:relative;margin-right:4px;padding-right:6px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text .text__zipcode:after{position:absolute;top:3px;right:0;width:1px;height:13px;background:#1d1d1e;content:''}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__addressee{margin-top:6px;padding-right:70px;font-size:0;word-wrap:break-word;word-break:break-all;}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__addressee .text{flex:1;font-size:15px;line-height:18px;color:#636366}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__addressee .text.text__name{padding-right:10px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__request{margin-top:6px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__request .text{display:block;padding-right:70px;font-size:14px;line-height:18px;color:#aeaeb2;letter-spacing:-0.4px}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text.text__old-address{color:#ff3b30}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text.text__old-address:after{display:inline-block;width:20px;height:20px;margin-left:5px;background-position:-211px -111px;vertical-align:top}
.box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text.text__old-address .text__zipcode:after{background:#ff3b30}
.box__adress-list .list__delivery-address .list-item .button__delivery-choice{position:absolute;top:16px;right:16px;display:block;width:46px;height:32px;font-size:14px;color:#2c2c2c;border:1px solid #bdbdbd;border-radius:2px}
.box__adress-list .list__delivery-address .list-item .button__delivery-choice:disabled{border:1px solid #dedede;color:#d1d1d6}
.box__adress-list .list__delivery-address .list-item .box__delivery-option {position:relative;z-index:1;padding:0 16px 24px 0;text-align:right;margin-top:-42px;font-size:0}
.box__adress-list .list__delivery-address .list-item .box__delivery-option .button__delivery{display:inline-block;color:#aeaeb2;font-size:14px;line-height:18px;letter-spacing:-0.4px}
.box__adress-list .list__delivery-address .list-item .box__delivery-option .button__delivery.button__delivery-change{margin-right:6px}
.box__adress-list .list__delivery-address .list-item .box__delivery-option .button__delivery.button__delivery-delete{position:relative;margin-left:6px}
.box__adress-list .list__delivery-address .list-item .box__delivery-option .button__delivery.button__delivery-delete:before{position:absolute;left:-6px;top:2px;width:1px;height:13px;background-color:#d5dce4;content:''}
.box__adress-list .button__address-more{display:block;width:200px;margin:15px auto;height:44px;font-size:0;background:#fff;color:#4d4d4d;border:1px solid #e0e0e0;border-radius:22px;text-align:center}
.box__adress-list .button__address-more .text{position:relative;display:inline-block;font-size:15px;line-height:24px;}
.box__adress-list .button__address-more .text:after{width:24px;height:24px;background-position:-234px -109px;content:'';vertical-align:top;}

.box__adress-list.box__adress-list-null{position:relative;height:100%;min-height:630px;padding-top:270px;box-sizing:border-box;background:#fff}
.box__adress-list.box__adress-list-null .text__null-title{font-size:20px;color:#222;line-height:29px;letter-spacing:0;text-align:center}
.box__adress-list.box__adress-list-null .text__null-title:before{position:absolute;top:160px;left:50%;transform:translate(-50%);display:block;width:80px;height:80px;content:'';background-position:-154px -248px}
.box__adress-list.box__adress-list-null .text__null-content{margin-top:12px;font-size:16px;color:#666;line-height:24px;letter-spacing:0;text-align:center}

.mypage__new-address{background:#fff;padding:18px 16px;}
.mypage__new-address .new-address{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:flex-start;margin-top:12px}
.mypage__new-address .new-address .box__label{width:74px}
.mypage__new-address .new-address .box__label .text__label{position:relative;font-size:15px;line-height:40px;color:#222;}
.mypage__new-address .new-address .box__label .text__label.text__label-check:after{display:block;position:absolute;top:2px;right:-6px;width:5px;height:5px;background-position: -52px -72px}
.mypage__new-address .new-address .box__input{position:relative;flex:1;}
.mypage__new-address .new-address .box__input .input_txt{width:100%;border:1px solid #e5e9ee;padding:0 38px 0 10px;font-size:15px;height:42px;line-height:40px;caret-color:#007aff;}
.mypage__new-address .new-address .box__input .input_txt::placeholder{color:#c4c4c4}
.mypage__new-address .new-address .box__input.js-input-focus .input_txt{z-index:1;border-color:#007aff;outline:none}
.mypage__new-address .new-address.new-address__message .box__input .input_txt{padding:0 75px 0 0}
.mypage__new-address .new-address .box__input.box__input-error .input_txt{z-index:1;border-color:red;outline:none}
.mypage__new-address .new-address .box__input.box__input-error:after{display:block;content:'';position:absolute;right:8px;top:10px;width:24px;height:24px;background-position:-208px -109px}
.mypage__new-address .new-address.js-input-focus .box__input-error:after{right:36px}
.mypage__new-address .new-address .box__input.box__input-error .text__error-message{margin-top:6px;font-size:13px;line-height:18px;letter-spacing:-0.4px;color:#ff2400}

.mypage__new-address .new-address .box__input .text__placeholder{position:absolute;top:0;left:0;width:100%;height:42px;padding-left:10px;font-size:15px;color:#1d1d1e;line-height:42px;background:#fff;border:1px solid #e5e9ee;}
.mypage__new-address .new-address .box__input .text__placeholder .text__deco{font-size:15px;color:#c4c4c4}
.new-address .box__input .text__counter{display:none;position:absolute;top:12px;right:38px;font-size:15px;line-height:20px;letter-spacing:-0.54px;color:#c4c4c4;}

.mypage__new-address .new-address .button__address-search{height:40px;margin-left:6px;border-radius:2px;color:#fff;background:#7e8497;font-size:13px;line-height:40px;padding:0 6px}
.mypage__new-address .box__input .button__input-delete{display:none;position:absolute;right:14px;top:13px;width:20px;height:20px;padding:0;background-position:-240px -168px;border:none;}
.mypage__new-address .box__input .button__input-delete--active{display:block}

.mypage__new-address .new-address__detail .box__input{position:relative;margin:12px 0 0 74px}
.mypage__new-address .new-address__detail .box__input.box__input-error .input_txt{z-index:1;border-color:red;outline:none}
.mypage__new-address .new-address__detail .box__input.box__input-error:after{display:block;content:'';position:absolute;right:14px;top:12px;width:20px;height:20px;background-position:-209px -112px}
.mypage__new-address .new-address__detail .box__input.box__input-error .text__error-message{font-size:13px;line-height:18px;letter-spacing:-0.4px;color:#ff2400}
.mypage__new-address .new-address__detail .box__input.js-input-focus .input_txt{z-index:1;border-color:#007aff;outline:none}
.mypage__new-address .new-address__detail .box__input .input_txt{width:100%;height:42px;border:1px solid #e5e9ee;padding:0 38px 0 10px;font-size:15px;line-height:40px;}

.mypage__new-address .box__select-icon{margin:14px 0 16px}
.mypage__new-address .box__select-icon .list-icon{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}
.mypage__new-address .box__select-icon .form__add-address--radio{display:inline-block;position:relative;width:66px;height:66px;min-height:20px;vertical-align:top}
.mypage__new-address .box__select-icon .add-address__radio{display:block;opacity:0;position:absolute;top:0;left:0;width:22px;height:22px;margin:0;padding:0;border:0;background:none;-webkit-appearance:none;appearance:none;z-index:20}
.mypage__new-address .box__select-icon .add-address__radio+.add-address__label:after{display:block;position:absolute;top:-1.5px;left:-1.5px;width:22px;height:22px;background-position:-240px -144px;content:''}
.mypage__new-address .box__select-icon .add-address__radio:checked+.add-address__label:after{background-position:-265px -144px}
.mypage__new-address .box__select-icon .add-address__radio:checked + .add-address__label{color:#222}
.mypage__new-address .box__select-icon .add-address__label{display:block;position:relative;width:66px;height:66px;border:1px solid #fff;border-radius:50%}
.mypage__new-address .box__select-icon .add-address__label:before{display:block;position:absolute;top:3px;left:3px;width:58px;height:58px;background-position:0 -144px;content:''}
.mypage__new-address .box__select-icon .home .add-address__label:before{background-position:-60px -144px}
.mypage__new-address .box__select-icon .office .add-address__label:before{background-position:-120px -144px}
.mypage__new-address .box__select-icon .school .add-address__label:before{background-position:-180px -144px}
.mypage__new-address .box__select-icon .add-address__radio:checked + .add-address__label{border-width:1.5px;border-color:#1a1a1a}
.mypage__new-address .box__select-icon .add-address__radio:checked + .add-address__label:before{top:2.5px;left:2.5px}

.mypage__new-address .new-address__message .box__form-group{flex:1;}
.box__form-group .text__label{color:#c4c4c4;}
.mypage__new-address .new-address__message .box__form-group > .box__form-control+.box__form-control{margin-top:-1px}
.mypage__new-address .new-address__message .box__control-select:after{content:'';position:absolute;z-index:1;top:50%;right:10px;width:24px;height:24px;margin-top:-12px;background-position:-182px -109px}
.mypage__new-address .new-address__message .box__control-select{position:relative;width:100%;height:42px;background:#fff;box-sizing:border-box}
.mypage__new-address .new-address__message .box__control-select .text__label{position:absolute;top:0;right:0;bottom:0;left:0;padding-left:10px;font-size:16px;color:#c4c4c4;height:100%;font-size:14px;line-height:42px}
.mypage__new-address .new-address__message .box__control-select .form__select{width:100%;height:100%;padding-left:10px;background:#fff;font-size:16px;line-height:42px;opacity:0}
.mypage__new-address .new-address__message .box__form-control{position:relative;z-index:0;border:1px solid #e5e9ee}
.mypage__new-address .new-address__message .box__form-control.js-input-focus{z-index:1;border-color:#007aff}
.mypage__new-address .new-address__message .box__form-control.js-input-focus .box__input .input_txt{outline:none}
.mypage__new-address .new-address__message .box__form-control .box__input{overflow:hidden}
.mypage__new-address .new-address__message .box__form-control .box__input .input_txt{width:100%;height:42px;padding:0 16px;border:none;font-size:14px;color:#222;caret-color:#007aff}
.mypage__new-address .new-address__message .box__form-control .box__input .input_txt::placeholder{color:#757575}
.mypage__new-address .new-address__message .box__form-control.box__form-input-text .text__label{width:1px;height:1px;margin:-1px;overflow:hidden;font-size:0;line-height:0}
.mypage__new-address .new-address__message .box__form-input-text .text__label{position:absolute;top:16px;left:16px;font-weight:normal;line-height:22px;color:#757575}
.mypage__new-address .new-address__message .box__form-group .box__input{display:none;max-height:90px;margin-top:-1px;padding:10px;border:1px solid #e5e9ee;overflow:hidden}
.mypage__new-address .new-address__message .box__form-group .box__input.js-input-focus{z-index:1;border-color:#007aff}
.mypage__new-address .new-address__message .box__form-group .box__input .input_txt{width:100%;height:100%;font-size:15px;line-height:24px;color:#1d1d1e;border:0;resize:none}
.mypage__new-address .new-address__message .box__form-group .box__input .text__counter{position:absolute;top:12px;right:38px;font-size:15px;line-height:20px;letter-spacing:-0.54px;color:#c4c4c4}

.mypage__new-address .button__new-address-area{position:fixed;bottom:0;left:0;z-index:310;width:100%;padding:10px 12px;background:#fff;text-align:center;font-size:0;box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);}
.mypage__new-address .new-address__button{display:inline-block;width:48%;font-size:16px;line-height:48px;border-radius:2px;}
.mypage__new-address .new-address__button + .new-address__button{margin-left:7px;}
.mypage__new-address .new-address__button.button__cancel{color:#000;background:#fff;border:1px solid #e5eaf0}
.mypage__new-address .new-address__button.button__confirm{color:#fff;background:#d1d1d6;border:1px solid #d1d1d6}
.mypage__new-address .new-address__button.button__confirm.js-button-active{background:#f0303a;border:1px solid #f0303a}

/* 배송지 PC */

.page__pcver.page__delivery-address{overflow-y:auto;overflow-x:hidden}
.page__pcver.page__delivery-address::-webkit-scrollbar{width:5px}
.page__pcver.page__delivery-address::-webkit-scrollbar-track{background-color:#F1F1F1;border-radius:3px}
.page__pcver.page__delivery-address::-webkit-scrollbar-thumb{background-color:#C1C1C1;border-radius:3px}
.page__pcver.page__delivery-address .ly_header_wrap{height:60px;box-shadow: 0 0.5px 1px 0 rgba(43, 45, 66, 0.2);}
.page__pcver.page__delivery-address .ly_header_wrap:after{display:none;}
.page__pcver.page__delivery-address .ly_header_wrap .ly_btn_close:after{top:18px;right:16px}
.page__pcver.page__delivery-address .ly_header_wrap .h_page{height:60px;font-size:18px;color:#000;line-height:60px}
.page__pcver.page__delivery-address .ly_header_wrap .ly_btn_close{width:60px;height:60px}
.page__pcver.page__delivery-address .ly_header_wrap .ly_btn_close:after{width:24px;height:24px;background-position:-222px -70px}

.page__pcver.service__mypage{background:#fff}
.page__pcver .section__order-info{background:#fff}
.page__pcver .box__smilebox-nudge{display:none}
.page__pcver .box__address-add{padding:10px 15px;margin:0;background:#f2f2f2}
.page__pcver .box__address-add .button__address-add{height:50px;border:1px solid #999;}
.page__pcver .box__express-shop-address{background:#f2f2f2}
.page__pcver .box__express-shop-address .link__express-shop-address .text{font-size:14px;line-height:20px;color:#000;letter-spacing:0;vertical-align:top}
.page__pcver .box__express-shop-address .link__express-shop-address .text:after{display:none}
.page__pcver .box__express-shop-address:after{width:20px;height:20px;background-position:-251px -204px}

.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address{padding:20px}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__title .text{font-size:18px;font-weight:bold}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address{margin-top:13px}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text{line-height:22px;color:#000;letter-spacing:0}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text.text__old-address{color:#ff3b30}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__addressee .text{line-height:22px;color:#666}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__addressee{margin-top:2px}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__request .text{color:#aaa;line-height:20px;letter-spacing:0}
.page__pcver .box__adress-list .list__delivery-address .list-item .button__delivery-choice{top:13px;width:60px;height:34px;right:20px;border-radius:0;border:1px solid #999;color:#000}
.page__pcver .box__adress-list .list__delivery-address .list-item .button__delivery-choice:disabled{border:1px solid #dedede;color:#d1d1d6}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-option .button__delivery{color:#aaa;letter-spacing:0;}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-option .button__delivery.button__delivery-delete:before{color:#d8d8d8}
.page__pcver .box__adress-list .button__address-more{display:none}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text .text__zipcode{position:relative;margin-right:6px;padding-right:6px;line-height:22px}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text .text__zipcode:after{position:absolute;top:3px;right:0;width:1px;height:14px;background:#aaa;content:''}
.page__pcver .box__adress-list .list__delivery-address .list-item .box__delivery-address .delivery-address__address .text.text__old-address .text__zipcode:after{background:#ff3b30}
.page__pcver .box__adress-list .list__delivery-address > .list-item{border-bottom:0}
.page__pcver .box__adress-list .list__delivery-address .list-item:after{display:block;margin:0 auto;width:460px;height:1px;background:#f2f2f2;content:'';}
.page__pcver .box__adress-list.box__adress-list-null{min-height:545px}

.page__pcver .mypage__new-address{padding:20px;border-top: 8px solid #f2f2f2}
.page__pcver .mypage__new-address .new-address{margin-top:14px}
.page__pcver .mypage__new-address .new-address .box__label .text__label{color:#000;line-height:46px}
.page__pcver .mypage__new-address .new-address .box__input .text__placeholder{height:46px;border:1px solid #e0e0e0}
.page__pcver .mypage__new-address .new-address .button__address-search{width:90px;height:46px;margin-left:10px;background:#fff;border:1px solid #999;color:#000;border-radius:0}
.page__pcver .mypage__new-address .box__select-icon{margin:0 9px 24px}
.page__pcver .mypage__new-address .box__select-icon .list-icon{display:block}
.page__pcver .mypage__new-address .box__select-icon .list-icon .list-item{float:left;width:83px}
.page__pcver .mypage__new-address .box__select-icon .list-icon .list-item+.list-item{margin-left:35px}
.page__pcver .mypage__new-address .box__select-icon .list-icon:after{display:block;content:'';clear:both}
.page__pcver .mypage__new-address .box__select-icon .form__add-address--radio{width:83px;height:83px}
.page__pcver .mypage__new-address .box__select-icon .add-address__label{width:83px;height:83px}
.page__pcver .mypage__new-address .box__select-icon .add-address__label:before{top:3px;left:3px;width:75px;height:75px;background-position:0 -248px;content:''}
.page__pcver .mypage__new-address .box__select-icon .home .add-address__label:before{background-position:-77px -248px}
.page__pcver .mypage__new-address .box__select-icon .office .add-address__label:before{background-position:0 -325px}
.page__pcver .mypage__new-address .box__select-icon .school .add-address__label:before{background-position:-77px -325px}
.page__pcver .mypage__new-address .box__select-icon .add-address__radio+.add-address__label:after{top:0;left:0;width:24px;height:24px;background-position:-199px -204px;content:'';}
.page__pcver .mypage__new-address .box__select-icon .add-address__radio:checked+.add-address__label:after{width:24px;height:24px;background-position:-225px -204px;content:'';}
.page__pcver .mypage__new-address .new-address .box__input .input_txt{height:46px;border:1px solid #e0e0e0}
.page__pcver .mypage__new-address .new-address .box__input .input_txt::placeholder{color:#aaa}
.page__pcver .mypage__new-address .button__new-address-area{padding:12px 17px;box-shadow:inset 0 1px 0 0 rgba(218, 218, 218, 0.5)}
.page__pcver .mypage__new-address .new-address__button{width:225px;line-height:58px;border-radius:0}
.page__pcver .mypage__new-address .new-address__button.button__cancel{border:1px solid #d6d6d6}
.page__pcver .mypage__new-address .new-address__button + .new-address__button{margin-left:10px}
.page__pcver .mypage__new-address .new-address__button.button__confirm.js-button-active{background:#e63740;border:1px solid #e63740}
.page__pcver .mypage__new-address .new-address__detail .box__input .input_txt{height:46px;border:1px solid #e0e0e0}
.page__pcver .mypage__new-address .new-address__message .box__form-group .box__input{height:46px;border:1px solid #e0e0e0}
.page__pcver .mypage__new-address .new-address__message .box__form-group .box__input.box__text-area{height:90px}
.page__pcver .mypage__new-address .new-address__message .box__form-group .box__input.box__text-area textarea{border:none}
.page__pcver .mypage__new-address .new-address__message .box__form-control{height:46px;border:1px solid #e0e0e0}
.page__pcver .mypage__new-address .new-address__message .box__control-select .text__label{line-height:46px}
.page__pcver .mypage__new-address .new-address__message .box__control-select .form__select{width:100.5%;line-height:46px;margin-left:-1px}
.page__pcver .mypage__new-address .new-address .box__input.box__input-error:after{display:none}
.page__pcver .mypage__new-address .new-address .box__input.box__input-error .input_txt{border-color:#e63740}
.page__pcver .mypage__new-address .new-address .box__input.box__input-error .text__error-message{font-size:14px;color:#e63740;letter-spacing:0}
.page__pcver .mypage__new-address .new-address .box__input.box__input-error .text__error-message:before{margin-right:7px;width:16px;height:18px;background-position:-284px -166.5px;vertical-align:top}

/*스마일박스 안내 팝업*/
.mypage__address-list-smilebox{width:100%;max-width:768px;margin:0 auto;overflow:hidden;}
.box__smilebox-top{padding-bottom:53%;background:url(//pics.auction.co.kr/mobile/single/mypage/image__smilebox-top.png) no-repeat;background-size:cover}
.box__smilebox-wrap .box__smilebox-usetip{padding:20px;background:#fff}
.box__smilebox-wrap .box__smilebox-usetip .text__title{font-size:13px;color:#1d1d1e;line-height:18px}
.box__smilebox-wrap .box__smilebox-usetip .list__step-tip{margin-top:13px}
.box__smilebox-wrap .box__smilebox-usetip .list__step-tip .list-item{position:relative;padding:7px 0 15px 11px;border-top:1px solid rgba(220, 225, 231, 0.5)}
.box__smilebox-wrap .box__smilebox-usetip .list__step-tip .list-item:first-child{padding-top:0;border-top:none}
.box__smilebox-wrap .box__smilebox-usetip .list__step-tip .list-item:after{display:block;content:'';position:absolute;top:11px;right:38px;width:37px;height:42px;background-position:-82px -204px}
.box__smilebox-wrap .box__smilebox-usetip .list__step-tip .list-item02:after{top:22px;background-position:-121px -204px}
.box__smilebox-wrap .box__smilebox-usetip .list__step-tip .list-item03:after{top:22px;background-position:-160px -204px}
.box__smilebox-wrap .box__smilebox-usetip .text__step-num{display:inline-block;font-weight:normal;font-size:14px;line-height:18px;color:#3190ff;font-weight:bold}
.box__smilebox-wrap .box__smilebox-usetip .text__step-con{margin-top:2px;font-size:14px;color:#222;line-height:20px}
.box__smilebox-wrap .box__smilebox-caution{padding:20px 20px 25px;background:#f4f7fb}
.box__smilebox-wrap .box__smilebox-caution .text__title{font-size:13px;color:#1d1d1e;line-height:18px}
.box__smilebox-wrap .box__smilebox-caution .list__caution .list-item{position:relative;font-size:12px;line-height:18px;padding:0 0 0 12px;margin-top:13px;color:#555}
.box__smilebox-wrap .box__smilebox-caution .list__caution .list-item.text__deco{color:#2e8de5}
.box__smilebox-wrap .box__smilebox-caution .list__caution .list-item:before{position:absolute;display:inline-block;content:'-';left:0;top:0}

/* iframe */
.box__checkout-iframe{display:block}
.box__checkout-iframe .box__iframe{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px;height:800px;background-color:transparent;z-index:1010;overflow:hidden}
.box__checkout-iframe.box__checkout-iframe-small .box__iframe{width:410px;height:640px}
.box__checkout-iframe iframe{width:100%;height:100%}
.box__checkout-iframe .view_area{top:0;left:0;right:0;bottom:0;overflow-x:hidden;-webkit-overflow-scrolling:touch;height:100%}

.body_dimmed{width:100%}
.dimmed{background:rgba(0,0,0,0.7);display:block;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000}
.box__layer{display:none;position:fixed;z-index:10020;width:100%;height:100%;position:fixed;top:0;left:0;}
.box__layer .box__layer-dimmed{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5;filter:alpha(opacity=50)}
.box__layer .box__layer-content{position:relative;background-color:#fff;z-index:1010}
.box__layer .box__layer-body{position:relative;height:100%}
.box__layer .box__layer-header .text__header{font-size:16px;line-height:48px;font-weight:normal;text-align:center}
.box__layer .button__close{position:absolute;top:0;right:0;width:48px;height:48px}
.box__layer .button__close:before{display:block;position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;background-position:-176px 0;content:''}
.body__scroll-lock{overflow:hidden}

/* 회원탈퇴 */
.page__withdraw .btn_prev{position: absolute;top: 0;left: 0;width: 48px;height: 48px;}
.page__withdraw .btn_prev:after{position: absolute;top: 15px;left: 17px;width: 10px;height: 18px;background-position: -46px -24px;}
.box__myinfo-withdrawal .text__modify-notice3{padding-right: 70px;}
.box__myinfo-withdrawal .button__withdrawal{position:absolute;top: 50%;right: 0;float: none;margin-top:-15px}
.box__withdrawal{padding: 0 16px;background-color: #fff;}
.box__withdrawal *{font-family: 'Noto Sans Korean', sans-serif;font-weight: 400;}
.box__withdrawal .box__withdrawal-head{overflow: hidden;}
.box__withdrawal .box__withdrawal-head .text__title{margin-top: 30px;font-size: 24px;line-height: 32px;color: #222;}
.box__withdrawal .box__withdrawal-head .text__subtitle{display: block;margin-top: 16px;font-size: 16px;line-height: 22px;color: #222;}
.box__withdrawal .box__withdrawal-body{padding: 24px 0 140px;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice{border: 1px solid #e0e0e0;padding: 16px;border-radius: 8px;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .text__notice--title{margin: 16px 0 8px;padding-top: 16px;border-top: 1px solid #eee;font-size: 14px;color: #2c2c2c;line-height: 20px;font-weight: bold;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .text__notice--title:first-child{margin-top: 0;padding-top: 0;border-top: 0;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots{}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list-item{margin-top: 8px;font-size: 14px;color: #616161;line-height: 24px;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list-item:first-child{margin-top: 0;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots > .list-item{position: relative;padding-left: 8px;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots > .list-item:before{content:'';position: absolute;top: 10px;left: 0;width: 2px;height: 2px;background-color: #BDBDBD;border-radius:50%;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list-item{}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal{margin-top: 8px;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item{position: relative;padding-left: 20px;line-height: 18px;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item::before{content:'';font-family: sans-serif;position: absolute;top: 2px;left: 0;color: #fff;font-size: 10px;width: 16px;height: 16px;text-align: center;line-height: 14px;background-color: #616161;border-radius: 50%;}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(1)::before{content:'1'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(2)::before{content:'2'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(3)::before{content:'3'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(4)::before{content:'4'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(5)::before{content:'5'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(6)::before{content:'6'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(7)::before{content:'7'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(8)::before{content:'8'}
.box__withdrawal .box__withdrawal-body .box__withdrawal-notice .list__dots .list__decimal > .list-item:nth-child(9)::before{content:'9'}
.box__withdrawal .box__withdrawal-body .form__table-agree{width:100%;border-collapse:collapse;font-size:12px;background-color:#fff;border:1px solid #DBDBDB}
.box__withdrawal .box__withdrawal-body .form__table-agree caption{position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;border: 0;clip: rect(0 0 0 0);overflow: hidden;text-indent: -5000em;}
.box__withdrawal .box__withdrawal-body .form__table-agree thead th,
.box__withdrawal .box__withdrawal-body .form__table-agree tbody td{padding:8px 4px;border:1px solid #e0e0e0;color:#9e9e9e;text-align:center;line-height:16px;font-size: 12px;}
.box__withdrawal .box__withdrawal-body .text__attention{display: block;margin-top: 8px;font-size: 12px;color:#9e9e9e;line-height:16px;word-break: keep-all;}
.box__withdrawal .box__withdrawal-body .list__decimal .list-item .text__attention,
.box__withdrawal .box__withdrawal-body .list__decimal .list-item .form__table-agree{width: calc(100% + 20px);margin:8px 0 0 -20px;}
.box__withdrawal .box__withdrawal-body .box__page-top{padding-top: 16px;text-align: right;}
.box__withdrawal .box__withdrawal-body .box__page-top .link__anchor{}
.box__withdrawal .box__withdrawal-body .box__page-top .link__anchor::after{content:'';width: 44px;height: 44px;background-position: -120px -24px;}
.box__withdrawal .box__bottom-button{padding: 14px 16px 8px 16px;background-color: #fff;}
.box__withdrawal .box__bottom-button--fixed{position: fixed;left: 0;bottom: 0;right: 0;box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);-webkit-box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);}
.box__withdrawal .box__bottom-button .text__agree{position: relative;}
.box__withdrawal .box__bottom-button .text__agree input{background-color: transparent;-webkit-appearance: none;appearance: none;}
.box__withdrawal .box__bottom-button .text__agree .form__checkbox{display: inline-block;vertical-align: middle;width: 20px;height: 20px;margin: 0;padding: 0;background-position: 100px 100px;border: 1px solid #D7DADD;box-sizing: border-box;}
.box__withdrawal .box__bottom-button .text__agree .form__checkbox:checked{border: 1px solid #E63740;background-color: #E63740;background-position: -177px -365px;}
.box__withdrawal .box__bottom-button .text__agree .form__label{display: inline-block;vertical-align: middle;margin: -2px 0 0 4px;font-size: 14px;color: #222;line-height: 20px;}
.box__withdrawal .box__bottom-button .box__button-wrap{display: flex;width: 100%;justify-content: space-between;margin-top: 14px;padding-top: 8px;}
.box__withdrawal .box__bottom-button .box__button-wrap .link__cancel,
.box__withdrawal .box__bottom-button .box__button-wrap .button__confirm{font-family: Gmarket Sans, sans-serif;display: block;width: 100%;height: 48px;margin: 0;padding: 0;background: #fff;font-size: 16px;color: #2c2c2c;line-height: 48px;text-align: center;border: 1px solid #bdbdbd;}
.box__withdrawal .box__bottom-button .box__button-wrap .link__cancel{margin-right: 4px;}
.box__withdrawal .box__bottom-button .box__button-wrap .button__confirm{margin-left: 4px;background: #e63740;color: #fff;border: 1px solid #e63740;opacity: 1;}
.box__withdrawal .box__bottom-button .box__button-wrap .button__confirm[disabled=disabled]{opacity: .4;}

.box__layer.layer-alert{}
.box__layer.layer-alert *{font-family: 'Noto Sans Korean', sans-serif;font-weight: 400;}
.box__layer.layer-alert.box__layer--active{position: fixed;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 1000;}
.box__layer.layer-alert .box__layer-content{position: relative;width: 270px;border-radius: 12px;background-color: rgba(242, 242, 242, 0.8);}
.box__layer.layer-alert .box__layer-content .box__layer-body{}
.box__layer.layer-alert .box__layer-content .box__layer-body .text__notice{padding: 20px 20px 0 20px;text-align: center;font-size: 13px;line-height: 18px;letter-spacing: -0.08px;color: #000;}
.box__layer.layer-alert .box__layer-content .box__layer-body .text__notice .text__wait{display: block;padding-bottom: 5px;font-size: 17px;line-height: 22px;letter-spacing: -0.41px;font-weight: bold;}
.box__layer.layer-alert .box__layer-content .box__layer-body .box__buttons{margin: 20px 0 0;padding:0;display: flex;border-top: 1px solid rgba(60, 60, 67, 0.29);}
.box__layer.layer-alert .box__layer-content .box__layer-body .box__buttons .button__close{position: static;width: 50%;height: auto;}
.box__layer.layer-alert .box__layer-content .box__layer-body .box__buttons .button__confirm{font-weight: bold;}
.box__layer.layer-alert .box__layer-content .box__layer-body .box__buttons button{width: 50%;height: 43px;margin: 0;padding: 0;font-size: 17px;color: #007aff;line-height: 43px;border-left: 1px solid rgba(60, 60, 67, 0.29);background-color:transparent;}
.box__layer.layer-alert .box__layer-content .box__layer-body .box__buttons button:first-child{border-left: 0;}
.box__layer.layer-alert .box__layer-content .box__layer-body .box__buttons button:first-child:last-child{width: 100%;}
/* ***************************************************************************************** */
/* page__privacy
/* ***************************************************************************************** */
.box__mypage-privacy{max-width: 768px;margin: 0 auto;background: #fff;}
.box__mypage-privacy .box__privacy-header{padding: 30px 20px 16px;}
.box__mypage-privacy .box__privacy-header .text__mypage-title{font-weight: 700;font-size: 18px;color: #222;line-height: 24px;}
.box__mypage-privacy .box__privacy-header .text__mypage-title .text__emphasis{color: #E63740;}
.box__mypage-privacy .box__privacy-header .text__mypage-message{margin-top: 4px;font-size: 12px;color: #616161;font-weight: 400;line-height: 16px;}
.box__mypage-privacy .box__privacy-content{}
.box__mypage-privacy .box__privacy-content .list__tabs{overflow: hidden;overflow-x: auto; display:-webkit-box;padding:0 16px;max-width: 768px;margin:0 auto;background-color: #fff;}
.box__mypage-privacy .box__privacy-content .list__tabs .list-item + .list-item{margin-left: 16px;}
.box__mypage-privacy .box__privacy-content .list__tabs .list-item .button__tab{display: inline-block;font-weight: 400;font-size: 16px;line-height: 22px; padding:12px 0;box-sizing: border-box;color: #616161;border-bottom: 2px solid #fff;}
.box__mypage-privacy .box__privacy-content .list__tabs .list-item .button__tab[aria-selected=true]{color: #222;border-bottom-color: #E63740;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel{}
.box__mypage-privacy .box__privacy-content .box__tabpanel{}
.box__mypage-privacy .box__privacy-content .box__tabpanel[aria-hidden=true]{display: none;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel{position: relative;padding: 24px 24px 32px;background-color: #F5F5F5;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .box__tabpanel{}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .text__privacy-title{font-size: 16px;font-weight: bold;color: #222;line-height: 22px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .text__privacy-subtitle{margin-top:24px; font-size: 14px;font-weight: bold;color: #222;line-height: 20px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy{width:100%;margin:12px auto; font-size:11px;line-height:14px;font-weight:400;color:#222;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy td{border: 1px solid #E0E0E0;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy thead .text__title{text-align: center;height:30px;line-height:30px;background-color:#EAEAEA;box-sizing: border-box;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy thead .text__title:nth-of-type(1){width:14%;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy thead .text__title:nth-of-type(2),
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy thead .text__title:nth-of-type(3){width: 43%;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy thead .text__title.text__block{line-height:14px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel tbody .text__number{text-align: center;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .table__privacy tbody td{padding:8px;vertical-align:top;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item{}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--title{position: relative;margin-top: 12px;padding-left: 8px;font-size: 12px;color: #222;line-height: 16px;font-weight:700;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--title::before{content:'';position: absolute;top: 8px;left: 0;width: 3px;height: 3px;border-radius:4px;background-color: #222;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--cont{margin-top: 4px;font-size: 12px;color: #222;line-height:16px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--cont.text__add{margin-top:12px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--cont .text__emphasis{font-weight:bold;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--cont .text__emphasis{display: block;margin-top: 16px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item .list-item--cont .text__emphasis:first-child{margin-top: 0;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item + .text__privacy-title,
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .list__privacy-item + .text__privacy-subtitle{margin-top: 28px;padding-top: 28px;}
.box__mypage-privacy .box__privacy-content .box__privacy-tabpanel .text__privacy-title.title-line{border-top: 1px solid #E0E0E0;margin-top:56px;padding-top:56px;}