@charset "utf-8";

/***** 레이어팝업 *****/
.layer-popup-wrap.open {
	display: block;
}
.layer-popup-wrap.close {
    display: none;
}
.layer-popup-wrap::after {
    content: "";
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 560;
}
.layer-popup-wrap .layer-popup {
   position: fixed;
   left: 50%;
   top: 50%;
   min-width: 540px;
   width: 600px;
   min-height: 470px;
   height: 90%;
   margin: 0 auto;
   background-color: #fff;
   z-index: 1000;
   transform: translate(-50%, -50%);
   padding-bottom: 30px;
}
.layer-popup-wrap .layer-popup .layer-header {
    position: relative;
}
.layer-popup-wrap .layer-popup .layer-header h3 {
    border-bottom: 1px solid #ddd;
    line-height: 59px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
	padding: 0px 30px 0px 30px;
}
.layer-popup-wrap .layer-popup .layer-header a.btn_close {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: transform 0.3s;
    text-align: center;
}
.layer-popup-wrap .layer-popup .layer-header a.btn_close:before {
   content: "\2715";
   display: block;
   overflow: hidden;
   width: 40px;
   font-weight: normal;
   font-size: 25px;
	color: #999;
}
.layer-popup-wrap .layer-popup .layer-body {
   min-height: 400px;
   height: calc(100% - 60px);
   overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0px 30px 30px
}
.layer-body::-webkit-scrollbar {
   width: 4px;
}
.layer-body::-webkit-scrollbar-button {
   display: none;
}
.layer-body::-webkit-scrollbar-thumb {
   background: #cccccc;
}
.layer-body::-webkit-scrollbar-track {
   background-color: #f7f7f7;
}
.layer-popup-wrap .layer-popup .layer-body .pd-list ul {
   display: flex;
	margin-top: 30px;
}
.layer-popup-wrap .layer-popup .layer-body .pd-list .thumb {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
	margin-right: 20px;
}
.layer-popup-wrap .layer-popup .layer-body .pd-list .thumb img {
    width: 80px;
}
.layer-popup-wrap .layer-popup .layer-body .pd-list .pd-title {  
    width: calc(100% - 100px);
}
.layer-popup-wrap .layer-popup .layer-body .pd-list .pdname {
   display: block;
   width: 100%;
	height: 20px;
	line-height: 20px;
   color: #333;
   font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	word-break: break-all;
	text-overflow: ellipsis;
}
.layer-popup-wrap .star-score {
    display: inline-block;
    margin: 20px 0 0 0;
}
.star-score .scoreBox {
    position: relative;
    display: inline-block;
    width: 188px;
    height: 32px;
    font-size: 0;
}
.star-score .scoreBox .star {
    position: static;
    display: inline-block;
    margin-left: 7px;
    width: 32px;
    height: 32px;
    text-indent: 0;
    background: url(../../images/sub/ico-star-score-off.png) no-repeat 0 0;
    background-size: 32px 32px;
    z-index: 1;
}
.star-score .scoreBox .star:first-child {
    margin-left: 0;
}
.star-score .scoreBox .star.ui-active {
    background: url(../../images/sub/ico-star-score-on.png) no-repeat 0 0;
    background-size: 32px 32px;
}
.star-score .scoreBox .star strong {
    display: none;
    position: absolute;
    left: 200px;
    top: 50%;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    transform: translateY(-50%);
}
.layer-body .textarea-box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(238, 238, 238);
}
.layer-body .textarea-box .textArea {
    position: relative;
    height: 200px;
    padding: 15px 15px 35px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    background: rgb(255, 255, 255);
}
.layer-body .textarea-box .textArea textarea {
    padding: 0px;
    height: 100%;
    font-size: 13px;
    color: rgb(102, 102, 102);
    border: 0px;
}
.layer-body .textarea-box .textArea .word-count {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    color: rgb(153, 153, 153);
}
.layer-body .photo-inputbox {
    margin-top: 10px;
}
.layer-body .photo-inputbox .photo-box {
   font-size: 0;
}
.layer-body .photo-inputbox .photo-button {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 3px;
}
.layer-body .photo-inputbox .photo-button label {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
    background: rgb(238, 238, 238);
}
.layer-body .photo-inputbox .photo-button label::before {
    top: 36px;
    width: 25px;
    height: 1px;
    transform: translateX(-50%);
}
.layer-body .photo-inputbox .photo-button label::after {
    width: 1px;
    height: 25px;
    transform: translateY(-50%);
}
.layer-body .photo-inputbox .photo-button label::before,
.layer-body .photo-inputbox .photo-button label::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgb(153, 153, 153);
}
.layer-body .photo-inputbox .photo-box .photo-button span {
    overflow: hidden;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
}
.layer-body .photo-inputbox .photo-box .photo-button input[type="file"] {
    position: absolute;
    left: -3000px;
    top: 0px;
    opacity: 0;
}
.layer-body .photo-inputbox .txtStyle {
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: rgb(153, 153, 153);
	line-height: 20px;
    letter-spacing: -0.25px;
   word-break: break-word;
}
.layer-body .photo-inputbox .txtStyle::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 3px;
    height: 3px;
    background: #999;
}

.address-list {
   height: 450px;
   overflow-y: auto;
   margin-top: 20px;
}
.address-list ul li {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   border: 1px solid #e5e5e5;
   padding: 15px 20px;
   border-radius: 5px;
   margin-bottom: 20px;
}
.address-list li .info {
   width: calc(100% - 70px);
}
.address-list li .info .name {
   font-size: 15px;
   color: #333;
   font-weight: bold;
   line-height: 22px;
}
.address-list li .info .name .tag {
   display: inline-block;
   padding: 2px 7px 4px 7px;
   font-size: 12px;
   line-height: 16px;
   color: #fff;
   border: none;
   border-radius: 4px;
   background-color: #eb7c8b;
   margin-left: 5px;
}
.address-list li .info .add {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 14px;
   color: #777;
   line-height: 22px;
   word-break: normal;
}
.address-list li .info .tel {
   position: relative;
   font-size: 14px;
   color: #999;
   line-height: 22px;
}
.address-list li .btnWrap {
   display: block;
   padding: 0;
}
.address-list li .btnWrap span {
   display: block;
}
.address-list li .btnWrap span {
   display: block;
}
.address-list li .btnWrap span a {
   display: block;
   display: inline-block;
   color: #555;
   padding: 5px 10px 7px;
   border: 1px solid #ddd;
   border-radius: 4px;
   font-size: 13px;
   font-weight: normal;
   margin-bottom: 5px;
}
.layer-body .btnWrap-layer {
   display: flex;
   justify-content: center;
   margin: 25px 0px 0px;
}
.layer-body .btnWrap-layer span a {
   display: block;
   height: 45px;
   line-height: 43px;
   color: #555;
   background: #4361c4;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   padding: 0px 20px;
   border-radius: 5px;
   min-width: 80px;
}
.layer-body .tableType1 {
   margin-top: 20px;
}
.layer-body .tableType1 .input-box {
   border-bottom: none;
   padding-bottom: 5px;
}
.layer-body .tableType1 .input-box label {
   width: 110px;
}
.layer-body .tableType1 .input-box .address-detail {
   width: calc(100% - 110px);
   margin-left: 110px;
}
.layer-body .agree-check {
   padding: 20px 0px 0px;
   text-align: center;
}
.layer-body .agree-check > label {
   font-size: 14px;
   color: #555;
}
.layer-body .tableType1 .input-box .address-detail .col-70 {
   width: 70%;
}
.layer-body .tableType1 .input-box .address-detail .col-30 {
   width: calc(30% - 5px);
}

/***** 1:1 문의 *****/

.board-write .tableType1 .input-box {
   display: flex;
   justify-content: left;
   padding-bottom: 0px;
   margin-top: 0px;
   padding-left: 0px;
}
.board-write .tableType1 .input-box label {
   display: inline-block;
   width: 100px;
   padding: 10px 30px 10px 30px;
   font-size: 14px;
   font-weight: bold;
   color: #555;
   line-height: 35px;
   background: #f6f9ff;
}
.board-write .textarea-box .textArea {
   position: relative;
   height: 300px;
   padding: 15px 15px;
   border: 1px solid rgb(221, 221, 221);
   border-radius: 3px;
   background: rgb(255, 255, 255);
}
.board-write.layer-board .tableType1{
   border-top: 1px solid #978e8e;
}
.board-write.layer-board .tableType1 .input-box {
   border-bottom: 1px solid #efefef;
}
.board-write.layer-board .tableType1 .input-box label {
   width: 80px;
   padding: 10px 20px 10px 20px;
}
.board-write.layer-board .select-box {
   width: calc(100% - 150px);
   margin: 10px 0px 10px 15px;
}
.board-write.layer-board .tableType1 .input-box input[type=text] {
   width: calc(100% - 150px);
   margin: 10px 0px 10px 15px;
}
.board-write.layer-board .textarea-box {
   width: calc(100% - 150px);
   margin: 10px 0px 10px 15px;;
   padding-top: 0px;
   border-top: none;
}
.board-write.layer-board .textarea-box .textArea {
   height: 150px;
}

.board-write.layer-board .select-box select {
   width: 150px;
   height: 35px;
   color: #555;
   padding: 0 0 0 10px;
   background-color: #fff;
   border: 1px solid #ddd;
   line-height: 32px;
   border-radius: 3px;
   background: url(../../images/sub/icon_select.png) 0 0 no-repeat;
   background-position: bottom 16px right 10px;
}
.board-write.layer-board .photo-inputbox {
   width: calc(100% - 150px);
   margin: 15px;
}
.board-write.layer-board .photo-inputbox .photo-button {
   width: 60px;
   height: 60px;
}
.board-write.layer-board .photo-inputbox .photo-button label {
   display: inline-block;
   position: relative;
   width: 60px;
   height: 60px;
   cursor: pointer;
   box-sizing: border-box;
   border-radius: 3px;
   background: rgb(238, 238, 238);
}

.inquiry-inner {
   overflow-y: auto;
   height: calc(94vh - (60px + 133px));
   margin: 20px 0px 20px;
}
.layer-body .inquiry-head {
   display: flex;
   justify-content: space-between;
   flex-wrap: nowrap;
   padding: 20px 20px;
   background-color: #f8f8f8;
   border-radius: 5px;
}
.layer-body .inquiry-head .tit {
   color: #666;
   font-size: 0;
}
.layer-body .inquiry-head .tit .case {
   font-size: 14px;
   font-weight: bold;
}
.layer-body .inquiry-head .tit .state {
   font-size: 14px;
}
.layer-body .inquiry-head .tit .state::before {
   content: '';
   display: inline-block;
   width: 1px;
   height: 10px;
   margin: 0 14px 0px 14px;
   background: #bbb;
}
.layer-body .inquiry-head .date {
   color: #999;
   font-size: 14px;
}
.inquiry-body {
   margin-top: 20px;
}
.inquiry-body .inquiry-question {
   position: relative;
   padding-left: 30px;
   padding-right: 25px;
}
.inquiry-body .inquiry-question:before {
   content: 'Q';
   position: absolute;
   top: -2px;
   left: 0;
   line-height: 24px;
   color: #333;
   font-size: 20px;
   font-weight: 800;
   font-family: 'Malgun Gothic','맑은고딕';
}
.inquiry-body .inquiry-question .state {
   display: inline-block;
   font-size: 15px;
   font-weight: 700;
   line-height: 26px;
   color: #cc374d;
}
.inquiry-body .inquiry-question .tit {
   line-height: 26px;
   color: #333;
   font-size: 15px;
   font-weight: 700;
}
.inquiry-body .inquiry-question .q-text {
   color: #666;
   font-size: 15px;
   line-height: 26px;
   word-break: break-all;
}
.inquiry-body .consult-answer {
   position: relative;
   margin-top: 20px;
   padding: 20px 25px 0 30px;
   border-top: 1px solid #eee;
}
.inquiry-body .consult-answer:before {
   content: 'A';
   position: absolute;
   top: 18px;
   left: 0;
   line-height: 26px;
   color: #cc374d;
   font-size: 20px;
   font-weight: 800;
   font-family: 'Malgun Gothic','맑은고딕';
}
.inquiry-body .consult-answer .txt {
   line-height: 26px;
   color: #666;
   font-size: 15px;
}
.inquiry-body .consult-answer .info {
   margin-top: 20px;
   line-height: 1;
   font-size: 0;
}
.inquiry-body .consult-answer .info span {
   color: #999;
   font-size: 14px;
   margin-right: 5px;
}

/***** 주문취소 *****/
.calcel-inputbox {
   width: 100%;
   margin: 0;
}
.layer-body .cancel-inputbox .txtStyle {
   position: relative;
   padding-left: 10px;
   margin-top: 10px;
   font-size: 13px;
   color: rgb(153, 153, 153);
   line-height: 20px;
   word-break: break-word;
}
.layer-body .cancel-inputbox .txtStyle::before {
   content: "";
   display: block;
   position: absolute;
   top: 9px;
   left: 0px;
   width: 3px;
   height: 3px;
   background: #999;
}
.layer-popup-wrap .layer-popup .layer-body .pd-list .pd-cancel .pdname {
   display: block;
   width: 100%;
   height: 80px;
   line-height: 22px;
   color: #555;
   font-size: 15px;
   overflow: hidden;
   white-space: normal;
   word-wrap: break-word;
   word-break: break-all;
   text-overflow: ellipsis;
}


/***** 반품 신청 *****/
.layer-pdlist {

}
.layer-pdlist::-webkit-scrollbar {
   width: 4px;
}
.layer-pdlist::-webkit-scrollbar-button {
   display: none;
}
.layer-pdlist::-webkit-scrollbar-thumb {
   background: #cccccc;
}
.layer-pdlist::-webkit-scrollbar-track {
   background-color: #f7f7f7;
}
.layer-body ul.pdlist {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   padding: 20px 0px;
   border-bottom: 1px solid #efefef;
}
.layer-body ul.pdlist li.check {
   width: calc(100% - 90px);
   font-size: 0;
}
.layer-body ul.pdlist li .checkbox {
   display: inline-block;
   vertical-align: middle;
   padding-right: 15px;
}
.layer-body ul.pdlist li .img {
   display: inline-block;
   height: 70px;
   vertical-align: middle;
}
.layer-body ul.pdlist li .img a {
   display: inline-block;
   width: 70px;
   height: 70px;
   background: #f5f5f5;
   border-radius: 5px;
   overflow: hidden;
}
.layer-body ul.pdlist li .img img {
   width: 70px;
}
.layer-body ul.pdlist li .title {
   display: inline-block;
   width: calc(100% - 113px);
   height: 70px;
   vertical-align: top;
   padding-left: 20px;
   overflow: hidden;
}
.layer-body ul.pdlist li .title a {
   display: block;
   height: 20px;
   white-space: nowrap;
   word-wrap: break-word;
   word-break: break-all;
   text-overflow: ellipsis;
   overflow: hidden;
   font-size: 13px;
   color: #333;
}
.layer-body .orderCount {
   display: block;
   font-size: 13px;
   line-height: 24px;
}
.layer-body .price {
   display: block;
   font-size: 13px;
}
.layer-body ul li .price b {
   font-size: 16px;
   font-weight: 800;
   color: #222222;
   line-height: 24px;
}
ul.pdlist li .option .count .numInput {
   width: 20px;
   font-size: 12px;
}
.layer-body ul li.orderStatus {
   min-width: 100px;
   text-align: center;
}

.layer-body ul:last-child {
	border-bottom: none
}
.layer-body ul li.orderStatus span {
   font-size: 13px;
   font-weight: normal;
}
.layer-body ul li.orderStatus span.return a {
   display: inline-block;
   color: #555;
   height: 28px;
   line-height: 27px;
   border: 1px solid #ddd;
   border-radius: 5px;
	font-size: 13px;
	font-weight: normal;
   width: 90px;
}


/***** 쿠폰 선택 *****/
.layer-body .coupon > .title {
   font-size: 16px;
   font-weight: bold;
   color: #333;
   padding: 10px 0px 12px;
   border-bottom: 1px solid #ddd;
}
.layer-body .pd-name {
   width: 60%;
   line-height: 24px;
   white-space: nowrap;
   word-wrap: break-word;
   word-break: break-all;
   text-overflow: ellipsis;
   overflow: hidden;
   font-size: 14px;
   color: #333;
}
.layer-body .coupon .pdlist {
   border-top: 1px solid #efefef;
   border-bottom: 1px solid #efefef;
}
.layer-body .coupon .coupon-area {
   padding: 10px 0px 15px;
   margin-bottom: 20px;
   border-top: 1px solid #efefef;
   border-bottom: 1px solid #efefef;
}
.layer-body .coupon span.radio-option {
   width: 100%;
}
.layer-body .coupon .coupon-area ul {
   width: 100%;
}
.layer-body .coupon .coupon-area .radio-option label {   margin-right: 20px;
}
.layer-body .coupon .coupon-area ul .title {
   width: calc(100% - 220px);
   white-space: nowrap;
   word-wrap: break-word;
   word-break: break-all;
   text-overflow: ellipsis;
   overflow: hidden;
}
.layer-body .coupon .coupon-area .expired {
   float: right;
   margin-left: 5px;
   font-size: 13px;
   color: #999;
}

.layer-body .cart-result {
   padding: 10px 0px 10px 0px;
   text-align: center;
   background: #f8f8f8;
   border: 1px solid #e0e0e0;
}
.layer-body .cart-result > span {
   display: inline-block;
   font-size: 15px;
   letter-spacing: -0.5px;
   color: #222;
   vertical-align: top;
   padding: 0px 12px;
}
.layer-body .cart-result > span > span {
   display: block;
   font-size: 13px;
   line-height: 24px;
   color: #555;
}
.layer-body .cart-result > span b {
   display: inline-block;
   font-size: 19px;
   font-weight: bold;
   line-height: 30px;
}
.layer-body .cart-result span.price_operator {
   text-align: center;
   font-size: 35px;
   line-height: 60px;
}
.layer-body .cart-result span.price_operator.minus {
   line-height: 56px;
}
.layer-body .cart-result span.price_total b {
   color: #e40e46;
}
.layer-body .cart-result .saving {
   padding: 15px 5px 0px;
   border-top: 1px solid #e9e9e9 ;
   margin-top: 20px;
   color: #666;
}
.layer-body .cart-result .saving span {
   display: inline-block;
   margin-left: 7px;
   color: #1473e9;
   font-weight: bold;
}
.layer-body .cart-result .saving .point-icon {
   display: inline-block;
   margin-right: 7px;
   color: #8d9eb8;
   font-size: 10px;
   font-weight: bold;
   border: 1px solid #8d9eb8;
   border-radius: 50px;
   padding: 3px 5px;
   margin-top: -1px;
}

.layer-body span.radio-option {
   width: calc(100% - 160px);
}
.layer-body .radio-option ul {
   display: inline-block;
   font-size: 0;
}
.layer-body .radio-option ul li {
   display: inline-block;
   font-size: 14px;
   color: #555;
   line-height: 35px;
}
.layer-body .radio-option input[type="radio"] {
   width: 1px;
   height: 1px;
   position: absolute;
   left: -5000px;
   top: 0px;
}
.layer-body .radio-option ul li > label {
   display: inline-block;
   width: auto;
   position: relative;
   font-weight: normal;
   line-height: 35px;
   color: #555;
   margin-right: 30px;
   padding-left: 22px;
   cursor: pointer;
}
.layer-body .radio-option input[type=radio] + label::before {
   content: "";
   display: inline-block;
   width: 17px;
   height: 17px;
   position: absolute;
   left: 0px;
   top: 9px;
   background-color: #dddddd;
   border-radius: 50%;
   vertical-align: top;
   margin-right: 5px;
}
.layer-body .radio-option input[type=radio]:checked + label::before {
   content: "";
   display: inline-block;
   width: 17px;
   height: 17px;
   position: absolute;
   left: 0px;
   top: 9px;
   background-color: #a3999a;
   border-radius: 50%;
   vertical-align: top;
   margin-right: 5px;
}
.layer-body .radio-option input[type=radio] + label::after {
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   position: absolute;
   left: 1px;
   top: 10px;
   background-color: #ddd;
   border: 3px solid #fff;
   border-radius: 50%;
   vertical-align: top;
   margin-right: 5px;
   box-sizing: border-box;
}
.layer-body .radio-option input[type=radio]:checked + label::after {
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   position: absolute;
   left: 1px;
   top: 10px;
   background-color: #a3999a;
   border: 3px solid #fff;
   border-radius: 50%;
   vertical-align: top;
   margin-right: 5px;
   box-sizing: border-box;
}
.layer-body .radio-option input[type=radio]:checked + label {
   color: #6aa338;
}




@media (max-width: 1140px) {
   .info-tag span {
      padding: 3px 9px 5px;
      font-size: 11px;
   }
}


@media (max-width: 1024px) {
   .info-tag span {
      padding: 3px 7px 5px 6px;
      font-size: 10px;
   }
}


@media (max-width: 768px) {
   .layer-popup-wrap .layer-popup {
		width: 100%;
      min-width: 100%;
		min-height: 100%;
		height: 100%;
	}
   .layer-body .tableType1 .input-box label {
      width: 100px;
   }
   .layer-body .tableType1 .input-box.input-w300 input[type=text] {
      width: calc(100% - 100px);
   }
   .layer-body .tableType1 .input-box .address-detail {
      width: calc(100% - 100px);
      margin-left: 100px;
   }
   .layer-body .tableType1 {
      padding-top: 0px;
  }
  .board-write.layer-board .tableType1 .input-box label {
      display: inline-block;
      width: 60px;
      font-size: 13px;
      padding: 10px 15px 10px 15px;
   }
   .board-write.layer-board .select-box {
      width: calc(100% - 120px);
   }
   .board-write.layer-board .tableType1 .input-box input[type=text] {
      width: calc(100% - 120px);
   }
   .board-write.layer-board .textarea-box {
      width: calc(100% - 120px);
   }
   .board-write.layer-board .photo-inputbox .photo-button {
      width: 60px;
      height: 60px;
   }
   .board-write.layer-board .photo-inputbox .photo-button label {
      width: 60px;
      height: 60px;
   }
   .layer-body .btnWrap-layer span.new-add a {
      height: 40px;
      line-height: 38px;
      font-size: 13px;
   }
   .layer-pdlist {
      height: auto;
   }

}

@media (max-width: 600px) { 
   .layer-body ul li.orderStatus {
      display: block;
      margin-top: 20px;
   }
   .layer-body ul li.orderStatus span.return a {
      height: 36px;
      line-height: 33px;
      width: 100%;
      box-sizing: border-box;
   }
   .layer-body .cart-result {
      padding: 15px 15px 20px 15px;
      text-align: left;
   }
   
   .layer-body .cart-result > span {
      padding: 0px 5px;
   }
   .layer-body .cart-result > span b {
      font-size: 14px;
      line-height: 27px;
   }
   .layer-body .cart-result > span > span {
      font-size: 12px;
      line-height: 22px;
   }
   .layer-body .cart-result span.price_operator {
      font-size: 20px;
      line-height: 46px;
   }
   .layer-body .cart-result span.price_operator.minus {
      line-height: 46px;
   }
   .layer-body .cart-result span.price_operator.equal {
      display: none;
   }
   .layer-body .cart-result span.price_total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
   }
   .layer-body .cart-result span.price_total span {
      font-size: 15px;
      font-weight: bold;
   }
   .layer-body .cart-result span.price_total b {
      font-size: 20px;
   }
}

@media (max-width: 480px) {
   .layer-popup-wrap .layer-popup .layer-header h3 {
      padding: 0px 20px 0px 20px;
   }
   .layer-popup-wrap .layer-popup .layer-body {
      padding: 0px 20px 20px;
   }
   .address-list ul li {
      display: block;
      padding: 20px 20px;
   }
   .address-list li .info {
      width: 100%;
   }
   .address-list li .btnWrap {
      margin-top: 10px;
   }
   .address-list li .btnWrap span {
      display: inline-block;
   }
   .address-list li .btnWrap span a {
      min-width: auto;
   }

}