@charset "utf-8";

/* main-popup */
.popup{border-radius: 15px;overflow: hidden;}
.popup .popup-contents{background: #fff;}
.popup a{display:block;}
.popup img{display:block;}
.popup .popup-bottom{display: flex;}
.popup .popup-bottom button{display:inline-block;padding: 15px 5px;width:30%;color:#fff;text-align: center;background: #008AD3;font-size: 13px;}
.popup .popup-bottom button:first-child{width:70%;background:#777;}


/* layer basic */
.layer{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}
.layer .layer-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:840px;background: #fff;padding:20px 50px 72px;border-radius: 15px;}
.layer .layer-wrap .layer-top{position:relative;padding:20px 0;font-size:32px;font-weight:600;color:#333;border-bottom:2px solid #f8f8f8;}
.layer .layer-wrap .layer-top .close-layer{position:absolute;top:27px;right:0;width:32px;height:32px;overflow: hidden;text-indent: -99999px;}
.layer .layer-wrap .layer-top .close-layer:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}
.layer .layer-wrap .layer-body{padding:15px 0;max-height: 600px;overflow-y: auto;}
.layer .layer-wrap .layer-body .goods-cancel{}
.layer .layer-wrap .layer-body .goods-item{}
.layer .layer-wrap .layer-body .goods-item .tit{font-size: 21px;font-weight: 400;}
.layer .layer-wrap .layer-body .goods-item table{border-top:1px solid #dbdbdb;margin-top:10px;}
.layer .layer-wrap .layer-body .goods-item table thead tr th{padding:15px 10px;font-size:16px;font-weight:500;background:#f9f9f9;border-bottom:1px solid #dbdbdb;}
.layer .layer-wrap .layer-body .goods-item table thead tr th.col-chk{text-align: left;}
.layer .layer-wrap .layer-body .goods-item table thead tr th .checkbox-type1 label{font-size:16px;}
.layer .layer-wrap .layer-body .goods-item table thead tr th .checkbox-type1 label:before{top:5px;}
.layer .layer-wrap .layer-body .goods-item table thead tr th .checkbox-type1 label:after{top:5px;}
.layer .layer-wrap .layer-body .goods-item table thead tr th .all-delete-button{display:inline-block;padding:0 10px;font-size:12px;line-height: 30px;border:1px solid #ef8c91;color:#ef8c91;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td{position: relative;padding:15px 10px;text-align: left;vertical-align: middle;text-align: center;border-bottom:1px solid #dbdbdb;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td:nth-child(2){text-align: left;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .checkbox-type1{position: absolute;top: 50%;left: 5px;transform: translateY(-50%);text-align: left !important;display: inline-block;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .checkbox-type1 label{padding:0;text-indent: -99999px;}

.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name{text-align: left;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name .tit{display: block;color: #333;font-size: 16px;font-weight: 600;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name ul {margin-top:10px;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name ul li {position: relative;display:inline-block;margin-left:10px;color: #adadad;font-size: 14px;font-weight: 300;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name ul li:first-child {margin-left: 0;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name ul li strong{display:inline-block;color:#333;font-size:15px;font-weight:300;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-name .price{margin-top:5px;font-family: "NanumSquareRound";color:#333;font-size:14px;font-weight:600;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td.goods-price{font-size:18px;font-weight:600;font-family: "NanumSquareRound";}
.layer .layer-wrap .layer-body .goods-item table tbody tr td.goods-price em{font-size:14px;font-family: "Noto Sans KR";font-weight:500;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .quantity{display:inline-block;width: 110px;border: 1px solid #e7e7e7;font-size:0;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .quantity button {display: inline-block;width: 27px;vertical-align: top;background:#f6f6f6;vertical-align:top;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .quantity button img{display:block;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .quantity input[type="number"] {display:inline-block;width: 54px;height: 27px;vertical-align: top;text-align: center;border: 0;vertical-align:top;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .goods-price{font-size:16px;font-weight:500;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .delete-button{position: relative;display:inline-block;width:15px;height:15px;overflow:hidden;vertical-align: middle;text-indent: -9999999px;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td .delete-button:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:15px;height:15px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-position: -100px -140px;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td select{width:100%;height:35px;border:1px solid #e1e1e1;text-align: center;padding:0 10px;}
.layer .layer-wrap .layer-body .search-top{position:relative;font-size:0;text-align: center;background:#fafafa;border-radius: 5px;padding:30px 20px;}
.layer .layer-wrap .layer-body .search-top input[type="text"]{width:100%;height:45px;border:1px solid #adadad;padding:0 65px 0 25px;border-radius: 20px;background: #fff;}
.layer .layer-wrap .layer-body .search-top button{position:absolute;top:41px;right:40px;display:inline-block;width:20px;height:20px;overflow: hidden;text-indent: -99999px;background: url(/_public/images/@draft/sp_ico.png) no-repeat;background-position:0 0; }

.layer .layer-wrap .layer-body .item-list{}
.layer .layer-wrap .layer-body .item-list .item{position: relative;padding:10px 40px;border-top:1px solid #e5e5e5;}
.layer .layer-wrap .layer-body .item-list .item:first-child{border-top:0;}
.layer .layer-wrap .layer-body .item-list .item .radio-type3{position: absolute;top:30px;left:0}
.layer .layer-wrap .layer-body .item-list .item .img{display:inline-block;font-size:0;vertical-align: middle;}
.layer .layer-wrap .layer-body .item-list .item .img img{width:100px;height:100px;}
.layer .layer-wrap .layer-body .item-list .item .item-name{vertical-align: middle;display:inline-block;padding-left:10px;}
.layer .layer-wrap .layer-body .item-list .item .item-name strong{display:block;font-size:16px;font-weight:600;}
.layer .layer-wrap .layer-body .item-list .item .item-name p{display:block;font-size:14px;font-weight:500;}
.layer .layer-wrap .layer-body .field-box{margin-top: 20px;}
.layer .layer-wrap .layer-body .field-box table{border-top:1px solid #dbdbdb;}
.layer .layer-wrap .layer-body .field-box table tbody tr th,
.layer .layer-wrap .layer-body .field-box table tbody tr td{text-align: left;padding:10px 20px;font-size:14px;border-bottom:1px solid #dbdbdb;}
.layer .layer-wrap .layer-body .field-box table tbody tr th{font-weight:500;background: #f9f9f9;}
.layer .layer-wrap .layer-body .field-box table tbody tr td input[type="text"]{width:300px;padding:0 10px;height:40px;border:1px solid #e5e5e5;}
.layer .layer-wrap .layer-body .field-box select{width:300px;height: 35px;border:1px solid #e5e5e5;padding:0 10px;background: url(/_public/images/@draft/select_icon01.png) 98% 50% no-repeat;}
.layer .layer-wrap .layer-body .field-box .txt{position:relative;}
.layer .layer-wrap .layer-body .field-box .txt textarea{width:100%;height:229px;margin-top:30px;display: block;padding:20px 20px 40px;resize: none;border:1px solid #c0c0c0;}
.layer .layer-wrap .layer-body .field-box .txt em{position: absolute;right:20px;bottom:20px;font-size:14px;color:#888;}

.layer .layer-wrap .layer-body .shipping-form{}
.layer .layer-wrap .layer-body .shipping-form table{}
.layer .layer-wrap .layer-body .shipping-form table tbody tr th{padding:15px 10px;font-size:16px;background:#fff;border-bottom:0;}
.layer .layer-wrap .layer-body .shipping-form table tbody tr td{padding:15px 10px;font-size:16px;text-align: left;border-bottom:0;}
.layer .layer-wrap .layer-body .shipping-form table tbody tr td input[type="text"],
.layer .layer-wrap .layer-body .shipping-form table tbody tr td input[type="tel"]{padding:0 10px;width:100%;height:40px;border:1px solid #ccc;}
.layer .layer-wrap .layer-body .shipping-form table tbody tr td .zip input[type="text"]{width:200px;}
.layer .layer-wrap .layer-body .shipping-form table tbody tr td .zip .addr-button{margin-left:10px;vertical-align: top;display:inline-block;border:1px solid #008AD3;color:#008AD3;font-size:13px;width:100px;line-height: 38px;text-align: center;}
.layer .layer-wrap .layer-body .shipping-form table tbody tr td .addr1{margin-top:10px;}
.layer .layer-wrap .layer-body .shipping-form table tbody tr td .addr2{margin-top:10px;}
.layer .layer-wrap .layer-body .shipping-form .ios-chk{margin-top:10px;}


.layer .layer-wrap .layer-bottom{position: absolute;left: 0;bottom: 0;width: 100%;padding:15px 50px 40px;font-size: 0;text-align: center;}
.layer .layer-wrap .layer-bottom .button{line-height:33px;width:125px;margin:0 5px;font-size:15px;}


/* Q&A 레이어  */
.qna-layer{display:none;position: fixed;top:0;left:0;width:100%;height:100%;z-index:1000;line-height: normal;}
.qna-layer .layer-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:840px;background: #fff;padding:20px 50px;border-radius: 15px;}
.qna-layer .layer-wrap .layer-top{position:relative;padding:20px 0;font-size:32px;font-weight:600;color:#333;border-bottom:2px solid #f8f8f8;}
.qna-layer .layer-wrap .layer-top .close-layer{position:absolute;top:27px;right:0;width:32px;height:32px;overflow: hidden;text-indent: -99999px;}
.qna-layer .layer-wrap .layer-top .close-layer:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}
.qna-layer .layer-wrap .layer-body{padding:15px 0;}
.qna-layer .layer-wrap .layer-body .tit{color:#333;font-size:16px;}
.qna-layer .layer-wrap .layer-body .txt{position:relative;}
.qna-layer .layer-wrap .layer-body .txt input[name="subject"]{margin-top:10px;width:100%;height:35px;border:1px solid #e1e1e1;padding:0 10px;}
.qna-layer .layer-wrap .layer-body .txt textarea{width:100%;height:229px;margin-top:30px;display: block;padding:20px 20px 40px;resize: none;border:1px solid #c0c0c0;}
.qna-layer .layer-wrap .layer-body .txt em{position: absolute;right:20px;bottom:20px;font-size:14px;color:#888;}
.qna-layer .layer-wrap .layer-body .button-group{text-align: center;padding:27px 0;}
.qna-layer .layer-wrap .layer-body .button-group button{display:inline-block;margin:0 5px;width:120px;font-size:16px;font-weight:500;line-height: 38px;}
.qna-layer .layer-wrap .layer-body .info-txt{color:#888;font-size:12px;}
.qna-layer .layer-wrap .layer-body .info-txt span{display:block;color:#333;font-size:14px;font-weight:500;margin-bottom:2px;}

/* 리뷰 쓰기 레이어 */
.review-layer{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}
.review-layer .layer-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:840px;background: #fff;padding:20px 50px;border-radius: 15px;}
.review-layer .layer-wrap .layer-top{position:relative;padding:20px 0;font-size:32px;font-weight:600;color:#333;border-bottom:2px solid #f8f8f8;}
.review-layer .layer-wrap .layer-top .close-layer{position:absolute;top:27px;right:0;width:32px;height:32px;overflow: hidden;text-indent: -99999px;}
.review-layer .layer-wrap .layer-top .close-layer:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}
.review-layer .layer-wrap .layer-body{padding:15px 0;max-height: 700px;overflow-y: auto;}
.review-layer .layer-wrap .layer-body .prd{display: flex;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;padding:15px 0;align-items: center;align-self: center;}
.review-layer .layer-wrap .layer-body .prd .col{padding:0 15px;}
.review-layer .layer-wrap .layer-body .prd .col:first-child{width:75px;padding:0;}
.review-layer .layer-wrap .layer-body .prd .thumnail img{display:block;width:75px;height:75px;}
.review-layer .layer-wrap .layer-body .prd .col .tit{font-size:16px;font-weight:500;}
.review-layer .layer-wrap .layer-body .prd .col .txt{margin-top:5px;font-size:16px;font-weight:400;}
.review-layer .layer-wrap .layer-body .prd .col .txt span{display:block;margin-top:5px;font-size:14px;font-weight:500;}
.review-layer .layer-wrap .layer-body table{width:100%;table-layout: fixed;border-bottom:2px solid #f8f8f8;}
.review-layer .layer-wrap .layer-body table tbody{}
.review-layer .layer-wrap .layer-body table tbody tr{}
.review-layer .layer-wrap .layer-body table tbody tr th{width:90px;border-top:2px solid #f8f8f8;padding:20px 10px;vertical-align: top;text-align: left;font-size:16px;font-weight: 500;}
.review-layer .layer-wrap .layer-body table tbody tr td{position:relative;border-top:2px solid #f8f8f8;padding:20px 10px;text-align: left;vertical-align: top;}
.review-layer .layer-wrap .layer-body table tbody tr td .txt{position:relative;}
.review-layer .layer-wrap .layer-body table tbody tr td .txt textarea{width:100%;height:229px;display: block;padding:20px 20px 40px;resize: none;border:1px solid #c0c0c0;border-radius: 15px;}
.review-layer .layer-wrap .layer-body table tbody tr td .txt em{position: absolute;right:20px;bottom:20px;font-size:14px;color:#888;}
.review-layer .layer-wrap .layer-body table tbody tr td .radio-group{font-size:0;margin-top:25px;}
.review-layer .layer-wrap .layer-body table tbody tr td .radio-group:first-child{margin-top:0;}
.review-layer .layer-wrap .layer-body table tbody tr td .radio-group p{font-size:14px;font-weight:500;margin-bottom:10px;}
.review-layer .layer-wrap .layer-body table tbody tr td .radio-group .radio-type1{display:inline-block;margin:0 5px 0 0;}
.review-layer .layer-wrap .layer-body table tbody tr td .radio-group .radio-type1 label{width:135px;border-color:#bbb;line-height: 30px;text-align: center;font-size:13px;border-radius: 5px;}
.review-layer .layer-wrap .layer-body table tbody tr td .info-txt{position: relative;right: 10px;margin-top:5px;font-size: 12px;text-align: right;}
.review-layer .layer-wrap .layer-body table tbody tr td .info-txt strong{display:block;font-size:16px;font-weight:500;}
.review-layer .layer-wrap .layer-body table tbody tr td .info-txt2{font-size:12px;margin-top:10px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star{float:left;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span{display: inline-block;font-size:0;width: 240px;height: 40px;background: url(/_public/images/@draft/sp_ico.png) no-repeat;background-size: 490px;background-position: 0 -92px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span.star1{background-position: -240px -92px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span.star2{background-position: 0 -132px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span.star3{background-position: -240px -132px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span.star4{background-position: -0 -172px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span.star5{background-position: -240px -172px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span i{cursor: pointer;display:inline-block;width:40px;height:40px;margin-left:10px;}
.review-layer .layer-wrap .layer-body table tbody tr td .star span i:first-child{margin-left:0;}
.review-layer .layer-wrap .layer-body .button-group{text-align: center;padding:27px 0;}
.review-layer .layer-wrap .layer-body .button-group button{display:inline-block;margin:0 5px;width:125px;font-size:15px;font-weight:500;line-height: 33px;}
.review-layer .layer-wrap .layer-body .info-use{}
.review-layer .layer-wrap .layer-body .info-use strong{font-size:14px;font-weihgt:500;}
.review-layer .layer-wrap .layer-body .info-use strong ul{}
.review-layer .layer-wrap .layer-body .info-use ul li{position:relative;font-size:12px;color:#888;margin-top:5px;padding-left:10px;}
.review-layer .layer-wrap .layer-body .info-use ul li:before{content: "-";display:inline-block;position: absolute;left:0;top:0;}

/* 상품 리뷰 쓰기 레이어 */
.review-layer2{display:none;position: fixed;top:0;left:0;width:100%;height:100%;z-index:1000;line-height: normal;}
.review-layer2 .layer-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:840px;background: #fff;padding:20px 50px;border-radius: 15px;}
.review-layer2 .layer-wrap .layer-top{position:relative;padding:20px 0;font-size:32px;font-weight:600;color:#333;border-bottom:2px solid #f8f8f8;}
.review-layer2 .layer-wrap .layer-top .close-layer{position:absolute;top:27px;right:0;width:32px;height:32px;overflow: hidden;text-indent: -99999px;}
.review-layer2 .layer-wrap .layer-top .close-layer:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}
.review-layer2 .layer-wrap .layer-body{padding:15px 0;max-height: 700px;overflow-y: auto;}
.review-layer2 .layer-wrap .layer-body .prd{display: flex;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;padding:30px 0;align-items: center;align-self: center;}
.review-layer2 .layer-wrap .layer-body .prd .col{padding:0 15px;}
.review-layer2 .layer-wrap .layer-body .prd .col:first-child{width:75px;padding:0;}
.review-layer2 .layer-wrap .layer-body .prd .thumnail img{display:block;width:75px;height:75px;}
.review-layer2 .layer-wrap .layer-body .prd .col .tit{font-size:16px;font-weight:500;}
.review-layer2 .layer-wrap .layer-body .prd .col .txt{margin-top:5px;font-size:16px;font-weight:400;}
.review-layer2 .layer-wrap .layer-body .prd .col .txt span{display:block;margin-top:5px;font-size:14px;font-weight:500;}
.review-layer2 .layer-wrap .layer-body table{width:100%;table-layout: fixed;border-bottom:2px solid #f8f8f8;}
.review-layer2 .layer-wrap .layer-body table tbody{}
.review-layer2 .layer-wrap .layer-body table tbody tr{}
.review-layer2 .layer-wrap .layer-body table tbody tr th{width:90px;border-top:2px solid #f8f8f8;padding:45px 10px;vertical-align: top;text-align: left;font-size:16px;font-weight: 500;}
.review-layer2 .layer-wrap .layer-body table tbody tr td{position:relative;border-top:2px solid #f8f8f8;padding:45px 10px;text-align: left;vertical-align: top;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .txt{position:relative;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .txt textarea{width:100%;height:229px;display: block;padding:20px 20px 40px;resize: none;border:1px solid #c0c0c0;border-radius: 15px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .txt em{position: absolute;right:20px;bottom:20px;font-size:14px;color:#888;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .radio-group{font-size:0;margin-top:25px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .radio-group:first-child{margin-top:0;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .radio-group p{font-size:14px;font-weight:500;margin-bottom:10px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .radio-group .radio-type1{display:inline-block;margin:0 5px 0 0;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .radio-group .radio-type1 label{width:135px;border-color:#bbb;line-height: 30px;text-align: center;font-size:13px;border-radius: 5px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .info-txt{font-size:12px;position:absolute;right:10px;text-align: right;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .info-txt strong{display:block;font-size:16px;font-weight:500;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .info-txt2{font-size:12px;margin-top:10px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star{float:left;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span{display: inline-block;font-size:0;width: 200px;height: 40px;background: url(/_public/images/@draft/sp_ico.png) no-repeat;background-size: 490px;background-position: 0 -225px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span.star1{background-position: 0 -265px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span.star2{background-position: 0 -305px;;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span.star3{background-position: -205px -225px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span.star4{background-position: -205px -265px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span.star5{background-position: -205px -305px;}
.review-layer2 .layer-wrap .layer-body table tbody tr td .star span i{cursor: pointer;display:inline-block;width:40px;height:40px;}
.review-layer2 .layer-wrap .layer-body .button-group{text-align: center;padding:27px 0;}
.review-layer2 .layer-wrap .layer-body .button-group button{display:inline-block;margin:0 5px;width:120px;font-size:16px;font-weight:500;line-height: 38px;}
.review-layer2 .layer-wrap .layer-body .info-use{}
.review-layer2 .layer-wrap .layer-body .info-use strong{font-size:14px;font-weihgt:500;}
.review-layer2 .layer-wrap .layer-body .info-use strong ul{}
.review-layer2 .layer-wrap .layer-body .info-use ul li{position:relative;font-size:12px;color:#888;margin-top:5px;padding-left:10px;}
.review-layer2 .layer-wrap .layer-body .info-use ul li:before{content: "-";display:inline-block;position: absolute;left:0;top:0;}

/* 리뷰 이미지 레이어 */
/*.layer-reviewimg{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}*/
.layer-reviewimg .layer-box{font-size:0;position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:900px;height:550px;background: #fff;}
.layer-reviewimg .layer-box .img-box{position: relative;display:inline-block;width:50%;height:100%;vertical-align: top;}
.layer-reviewimg .layer-box .img-box img{position: absolute;width:90%;height:90%;top:0;bottom:0;left:0;right:0;margin:auto;}
.layer-reviewimg .layer-box .txt-box{display:inline-block;padding:20px;width:50%;height:100%;vertical-align: top;border-left:1px solid #f3f3f3;}
.layer-reviewimg .layer-box .txt-box .top{padding-bottom:20px;border-bottom:1px solid #f3f3f3;}
.layer-reviewimg .layer-box .txt-box .name{display:inline-block;font-size:14px;font-weight:500;}
.layer-reviewimg .layer-box .txt-box em{display:block;margin-right:5px;vertical-align: middle;}
.layer-reviewimg .layer-box .txt-box .score{display:inline-block;vertical-align: top;}
.layer-reviewimg .layer-box .txt-box .score .star{display:inline-block;width:105px;height:20px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;}
.layer-reviewimg .layer-box .txt-box .score .star.star0{background-position: -5px -350px;}
.layer-reviewimg .layer-box .txt-box .score .star.star1{background-position: -5px -375px;}
.layer-reviewimg .layer-box .txt-box .score .star.star2{background-position: -5px -400px;}
.layer-reviewimg .layer-box .txt-box .score .star.star3{background-position: -120px -350px;}
.layer-reviewimg .layer-box .txt-box .score .star.star4{background-position: -120px -375px;}
.layer-reviewimg .layer-box .txt-box .score .star.star5{background-position: -120px -400px;}
.layer-reviewimg .layer-box .txt-box .score .date{display:block;position:relative;margin-top:8px;font-size:14px;font-weight:500;font-family: "NanumSquareRound";vertical-align: middle;}
.layer-reviewimg .layer-box .txt-box .bottom{position: relative;padding-top: 20px;height: calc(100% - 65px);}

.layer-reviewimg .layer-box .txt-box .option{color:#888;font-size:13px;}
.layer-reviewimg .layer-box .txt-box .txt{margin-top:10px;font-size:14px;height:250px;overflow-y: auto;}
.layer-reviewimg .layer-box .txt-box .review-satisfaction{position: absolute;width:100%;bottom:0;}
.layer-reviewimg .layer-box .txt-box .review-satisfaction p{font-size:14px;font-weight:400;color:#666;}
.layer-reviewimg .layer-box .txt-box .review-satisfaction p span{display: inline-block;margin-right:15px;width: 80px;border: 1px solid #f19ca6;font-size: 14px;font-weight: 500;text-align: center;border-radius: 25px;line-height: 30px;color: #f19ca6;}
.layer-reviewimg .layer-box .txt-box .review-satisfaction p + p{margin-top:10px;}
.layer-reviewimg .layer-box .controls{position: absolute;top:50%;margin-top:-50px;width:100%;}
.layer-reviewimg .layer-box .controls button{position: absolute;display:inline-block;width:45px;height:80px;font-size:0;background:url("/_public/images/@draft/sp_ico.png")no-repeat;    background-position: -340px -510px;}
.layer-reviewimg .layer-box .controls .review-prev{left:-100px;transform: rotate(-180deg);}
.layer-reviewimg .layer-box .controls .review-next{right:-100px;}

.layer-reviewimg .reviewimg-close{position: absolute;top:20px;right:20px;width:35px;height:35px;overflow: hidden;text-indent: -999999px;}
.layer-reviewimg .reviewimg-close:before{content: "";position: absolute;top:0;left:0;display:inline-block;width:30px;height:30px;background:url("/_public/images/@draft/sp_ico.png")no-repeat;background-position: -90px -475px;}

/* 이용약관 레이어 */
.private-layer{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:2000;line-height: normal;}
.private-layer .layer-contents{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;background: #fff;padding:20px 50px 50px;border-radius: 15px;}
.private-layer .layer-contents .layer-top{position:relative;padding:20px 0;font-size:25px;font-weight:600;color:#333;border-bottom:2px solid #f8f8f8;}
.private-layer .layer-contents .layer-top .private-close{position:absolute;top:27px;right:0;width:32px;height:32px;overflow: hidden;text-indent: -99999px;}
.private-layer .layer-contents .layer-top .private-close:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}
.private-layer .layer-contents .layer-body{height:500px;overflow-y: auto;}
.private-layer .layer-contents .layer-body em{display: block;margin-bottom: 10px;}
.private-layer .layer-contents .layer-body strong{display: block;}
.private-layer .layer-contents .layer-body table{border-collapse: collapse;  margin-top:25px; border-top: 1px solid #202020; margin: 30px 0;cursor: default;}
.private-layer .layer-contents .layer-body table thead th{padding: 15px;font-size:16px;font-weight:600;color: #fff;background: #008AD3;border-bottom:1px solid #e5e5e5;border-right: 1px solid #d5d5d5;}
.private-layer .layer-contents .layer-body table tbody th{padding:10px;font-size:13px;font-weight:500;background: #f4f4f4;border-bottom:1px solid #e5e5e5;}
.private-layer .layer-contents .layer-body table tbody td{padding:10px;text-align:center;font-size:12px;font-weight:400;border-bottom:1px solid #e5e5e5; word-break: keep-all;}
.private-layer .layer-contents .layer-body table tbody td {border-left: 1px solid #e5e5e5}


.terms-layer{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:2000;line-height: normal;}
.terms-layer .layer-contents{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;background: #fff;padding:20px 50px 50px;border-radius: 15px;}
.terms-layer .layer-contents .layer-top{position:relative;padding:20px 0;font-size:25px;font-weight:600;color:#333;border-bottom:2px solid #f8f8f8;}
.terms-layer .layer-contents .layer-top .terms-close{position:absolute;top:27px;right:0;width:35px;height:35px;overflow: hidden;text-indent: -99999px;}
.terms-layer .layer-contents .layer-top .terms-close:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}
.terms-layer .layer-contents .layer-body{height:500px;overflow-y: auto;}
.terms-layer .layer-contents .layer-body em{display: block;margin-bottom: 10px;}
.terms-layer .layer-contents .layer-body strong{display: block;}

/* 영수증 팝업 */
.popup-receipt{padding:10px;letter-spacing: -1px;}
.popup-receipt table{width: 100%;border-collapse: collapse;border-spacing: 0;}
.popup-receipt .popup-receipt-wrap{background: #608cc6;border-radius: 10px;padding: 25px 5px;text-align: center;}
.popup-receipt .popup-receipt-wrap .receipt-top{}
.popup-receipt .popup-receipt-wrap .receipt-body{text-align: left;background: #fff;padding:10px;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table1{width:100%;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table1 tbody tr td{padding:10px;border-bottom: 1px solid #ddd;border-left: 1px solid #ddd;color: #000;font-size:15px;font-weight:400;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table1 tbody tr td:first-child{border-left:0;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table1 tbody tr td p{padding-bottom: 5px;display: block;color: #555;font-size: 13px;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table1 tbody tr td span{padding:15px 0;display:inline-block;}
.popup-receipt .popup-receipt-wrap .receipt-body .bill-box{font-size:0;}
.popup-receipt .popup-receipt-wrap .receipt-body .bill-box > div{display:inline-block;width:50%;vertical-align: top;box-sizing: border-box;}
.popup-receipt .popup-receipt-wrap .receipt-body .bill-box .price{border: 2px solid #608cc6;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table2{}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table2 tbody tr th{padding:5px;text-align: center;border-bottom: 1px solid #ddd;background: #eaf2f9;font-weight:500;font-size:14px;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table2 tbody tr td{padding:5px;font-size:14px;border-bottom: 1px solid #ddd;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table2 tbody tr td p{padding-bottom: 5px;display: block;color: #555;font-size: 13px;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table3{font-size: 13px;background: #eaf2f9;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table3 tbody tr th{padding: 10px 2px;border: 1px solid #ddd;font-weight: 500;}
.popup-receipt .popup-receipt-wrap .receipt-body .receipt-table3 tbody tr td{padding: 10px 2px;border: 1px solid #ddd;text-align: right;}
.popup-receipt .popup-receipt-wrap .receipt-bottom{color:#fff;padding: 10px;text-align: center;}
.popup-receipt .popup-receipt-wrap .receipt-bottom p{padding: 10px;font-size:14px;font-weight:400;}
.popup-receipt .popup-receipt-wrap .receipt-bottom p em{color: #ff174e;font-weight: 500;}
.popup-receipt .popup-receipt-wrap .receipt-bottom p:first-child{border-bottom: 1px solid #d0dff1;}
.popup-receipt .button-group{text-align: center;padding:30px 0;}
.popup-receipt .button-group .button{line-height: 30px;width:80px;margin:0 5px;}


/* 비밀글 레이어 */

.layer-password{position: fixed;top:0;left:0;width:100%;height:100%;z-index:1000;line-height: normal;}
.layer-password .layer-password-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:500px;background: #fff;padding:20px 50px;border-radius: 15px;}
.layer-password .layer-password-wrap .layer-body{padding:20px;}
.layer-password .layer-password-wrap .layer-body .form-wrap{text-align: center;font-size:0;}

.layer-password .layer-password-wrap .layer-body .form-wrap input[type="password"]{padding:0 10px;width:270px;vertical-align: top;height:40px;border:1px solid #dbdbdb;}
.layer-password .layer-password-wrap .layer-body .form-wrap .button{line-height: 38px;border-radius:0;width:80px;font-size:12px;vertical-align: top;}
.layer-password .layer-password-wrap .layer-body .layer-password-close{position:absolute;top:10px;right:20px;width:35px;height:35px;overflow: hidden;text-indent: -99999px;}
.layer-password .layer-password-wrap .layer-body .layer-password-close:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}

.popup-overlay{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index: 1000;}
.popup-overlay .popup-wrap{position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);}
.popup-overlay .popup-wrap .txt-box{width:100%;max-width:400px;height:515px;overflow-y:auto;background-color: #fff;padding:30px 24px 100px;border-radius: 30px;}
.popup-overlay .popup-wrap .policybox{font-size:12px;padding:0;line-height: 1.83;}
.popup-overlay .popup-wrap .policybox strong{font-size:14px;margin-bottom: 5px;}
.popup-overlay .popup-wrap .policybox em{font-size:16px;margin-bottom: 10px;}
.popup-overlay .popup-wrap .button-box{position: absolute;bottom:0;left:0;width:100%;padding:24px;}
.popup-overlay .popup-wrap .button-box button{display: block;width:100%;border-radius: 20px;background-color: #008AD3;height:50px;text-align: center; font-size: 18px;font-weight: bold;color:#fff;}
.popup-overlay .popup-wrap .policybox .mo-slide{overflow-x: scroll;margin: 30px 0;}
.popup-overlay .popup-wrap .policybox table{border-collapse: collapse;  margin-top:25px; border-top: 1px solid #202020; margin: 30px 0;cursor: default;width:700px;}
.popup-overlay .popup-wrap .policybox table thead th{padding: 10px;font-size:12px;font-weight:600;color: #fff;background: #008AD3;border-bottom:1px solid #e5e5e5;border-right: 1px solid #d5d5d5;}
.popup-overlay .popup-wrap .policybox table tbody th{padding:10px;font-size:12px;font-weight:500;background: #f4f4f4;border-bottom:1px solid #e5e5e5;}
.popup-overlay .popup-wrap .policybox table tbody td{padding:10px;text-align:center;font-size:12px;font-weight:400;border-bottom:1px solid #e5e5e5; word-break: keep-all;}
.popup-overlay .popup-wrap .policybox table tbody td {border-left: 1px solid #e5e5e5}
.popup-overlay.marketing-popup .popup-wrap .txt-box{height:auto;}


.private-layer .layer-contents .layer-body p{padding:0;}

.deliver-layer{display:none;position: fixed;top:50%;left:50%;transform: translate(-50%, -50%); border-radius: 10px;border: solid 1px #707070;background-color: #fff;width:100%;max-width:830px;z-index: 99999;overflow: hidden;}
.deliver-layer .top{display: flex;padding:15px 30px;background: #2a3139;align-items: center;justify-content: space-between;}
.deliver-layer .top h3{font-size: 20px;font-weight: bold;color: #fff;}
.deliver-layer .pop-con{display: flex;padding:30px 30px 34px;}
.deliver-layer .pop-con .box{flex:1;}
.deliver-layer .pop-con .box h4{position:relative;border-bottom:2px solid #2a3139;font-size: 20px;font-weight: bold;color: #2a3139;padding:0 0 5px 32px;}
.deliver-layer .pop-con .box h4:before{content: "";position: absolute;top: 3px;left: 0;display: inline-block;width: 22px;height: 22px;background: url(/_public/images/icon/deliver_icon3.svg) no-repeat;background-size: cover;}
.deliver-layer .pop-con .box:first-child h4{color:#141f7e;}
.deliver-layer .pop-con .box:first-child h4:before{background: url(/_public/images/icon/deliver_icon2.svg) no-repeat;background-size: cover;}
.deliver-layer .pop-con .box dl{margin-top:20px;}
.deliver-layer .pop-con .box dl dt{font-size: 18px;font-weight: bold;color: #2a3139;}
.deliver-layer .pop-con .box dl dd{margin-top:5px;}
.deliver-layer .pop-con .box dl dd + dt{margin-top:30px;}
.deliver-layer .pop-con .box dl dd ul{min-height:47px; }
.deliver-layer .pop-con .box dl dd ul.auto{min-height:100%; }
.deliver-layer .pop-con .box dl dd ul li{position: relative;padding-left:10px;font-size: 15px;font-weight: 500;line-height: 1.53;color: #787878;}
.deliver-layer .pop-con .box dl dd ul li.blue{color:#141f7e;}
.deliver-layer .pop-con .box dl dd ul li.blue:before{background:#141f7e;}
.deliver-layer .pop-con .box dl dd ul li strong{color:#2a3139}
.deliver-layer .pop-con .box dl dd ul li:before{content: "";display: inline-block;width:5px;height:1px;background: #787878;position: absolute;left:0;top:10px;}
.deliver-layer .pop-con .box + .box{margin-left: 50px;}

/* s::온라인 견적서 */
.modal-quotation{display:none;position: fixed;top:50%;left:50%;transform: translate(calc(-50% + 0.5px),-50%);background: #fff;width:100%;max-width:780px;padding:20px 20px 30px;z-index: 999999;max-height:90%;overflow-y: auto;}
.modal-quotation .modal-top{padding:20px 25px;border-radius: 10px;background-color: #008ad3;position:relative;}
.modal-quotation .modal-top h3{font-size: 24px;font-weight: bold;letter-spacing: -0.6px;text-align: center;color: #fff;}
.modal-quotation .modal-top span{position: absolute;left:25px;top:12px;}
.modal-quotation .modal-top span img{display: block;}
.modal-quotation section{margin-top:30px;padding-bottom: 30px;border-bottom: 2px dashed #aaa;}
.modal-quotation section .date-box {width:100%;height:55px;background-color:#E5F6FF;border:2px dashed #008AD3;border-radius:10px;padding:17px 20px;margin-bottom:20px;position: relative;}
.modal-quotation section .date-box em {font-size:15px;font-weight:600;color:#004593;text-align:left}
.modal-quotation section .date-box p {font-size:18px;font-weight:700;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.modal-quotation section .box{display: flex;gap:20px;}
.modal-quotation section .box .left{width:320px;}
.modal-quotation section .box .left dl{}
.modal-quotation section .box .left dl dt{font-size: 15px;font-weight: 600;}
.modal-quotation section .box .left dl dd{margin-top:5px;}
.modal-quotation section .box .left dl dd + dt{margin-top:15px;}
.modal-quotation section .box .left dl dd input[type="text"]{width:100%;height:35px;border-radius: 10px;border: solid 1px #ccc;background-color: #fff;padding:0 10px;}
.modal-quotation section .box .left dl dd input[type="text"]::placeholder{color:#9f9f9f;}
.modal-quotation section .box .left .price-box{margin-top:25px;padding:18px;border-radius: 10px;border: solid 2px #008ad3;background-color: #fff;display: flex;flex-direction: column;gap:6px;}
.modal-quotation section .box .left .price-box em{display:block;font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;}
.modal-quotation section .box .left .price-box p{display: flex;gap:5px;font-size: 14px;font-weight: 500;letter-spacing: -0.35px;align-items: center;line-height: 1;}
.modal-quotation section .box .left .price-box p strong{font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #008ad3;}
.modal-quotation section .box .left .price-box p span{display: inline-block;margin-left: 10px; font-size: 12px;font-weight: 500;letter-spacing: -0.3px;color: #ec4315;}
.modal-quotation section .box .left .price-box i{margin-top:10px;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #888;}
.modal-quotation section .box .right{width:400px;overflow: hidden;border-radius: 10px;border: solid 1px #004593;background: #004593;}
.modal-quotation section table{}
.modal-quotation section table thead tr th{padding:8px 10px;background: #004593;font-size: 15px;font-weight: 500;letter-spacing: -0.38px;color: #fff;}
.modal-quotation section table tbody tr th{padding:8px 10px;background: #e9f3ff;text-align: center; font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;border-bottom: 1px solid #ccc;}
.modal-quotation section table tbody tr td{padding:8px 10px;background: #fff;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #202020;border-bottom: 1px solid #ccc;}
.modal-quotation section table tbody tr td .addr-box{display: flex;gap:10px;align-items: center;}
.modal-quotation section table tbody tr td .addr-box p{width:calc(100% - 65px);}
.modal-quotation section .box .right table {position:relative;}
.modal-quotation section .box .right table tbody td i {position:absolute;top:41%;right:5%;}
.modal-quotation section .box .right table tbody td i img {display:block;width:100%;}
.modal-quotation section .box2{overflow: hidden;border-radius: 10px;border: solid 1px #004593;background: #004593;}
.modal-quotation section .box2 table thead tr th{border-left:1px solid #fff;}
.modal-quotation section .box2 table thead tr th:first-child{border-left:0;}
.modal-quotation section .box2 table tbody tr td{border-left:1px solid #ccc;text-align: center;}
.modal-quotation section .box2 table tbody tr th{text-align: left;}
.modal-quotation section .box2 table tbody th.total {background:#E9F3FF;border-top:2px solid #004593;font-size:15px;font-weight:700;color:#004593;}
.modal-quotation section .box2 table tbody td.total2 {background:#f5f5f5;font-weight:600;border-top:2px solid #004593;}
.modal-quotation section .box2 table tbody td.canceline {position:relative;}
.modal-quotation section .box2 table tbody td.canceline:before {content:"";display:block;width:104%;height:1px;border-top:1px solid #ccc;position:absolute;transform: rotate(-14deg);top:50%;left:-2px;}
.modal-quotation section .deliver-price{margin-top:10px;overflow: hidden;border-radius: 10px;border: solid 1px #004593;display: flex;align-items: center;background:#004593;}
.modal-quotation section .deliver-price em{ font-size: 15px;background:#004593;font-weight: 500;width:250px;color: #fff;padding:0 15px;height:40px;display: flex;align-items: center;}
.modal-quotation section .deliver-price span{width:calc(100% - 250px);padding:0 15px;text-align: right;font-size: 13px;letter-spacing: -0.33px;color: #202020;line-height: 40px;height:40px;background: #fff;}
.modal-quotation section .total-box{margin-top:30px;padding:15px;overflow: hidden;border-radius: 10px;border: solid 2px #008ad3;background-color: #fff;display: flex;align-items:center;gap:60px;justify-content: space-between;}
.modal-quotation section .total-box .txt{font-size: 13px;font-weight: normal;line-height: 1.38;letter-spacing: -0.33px;color: #888;}
.modal-quotation section .total-box .price{display: flex;align-items:center;gap:5px;font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;padding-left:20px;position:relative;}
.modal-quotation section .total-box .price:before {content:"";display:block;width:1px;height:33px;background:#ccc;position:absolute;top:50%;left:0;transform:translateY(-50%);}
.modal-quotation section .total-box .price strong{display: inline-block;margin-left: 15px; font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #008ad3;position: relative;top: -1px;}
.modal-quotation section .total-box .price span{margin-left: 10px;display: inline-block; font-size: 12px;font-weight: 500;letter-spacing: -0.3px;color: #ec4315;}
.modal-quotation .button-box{margin-top:30px;display: flex;justify-content: center;gap:10px;}
.modal-quotation .button-box button{width:120px;height:50px;text-align: center;display: inline-block;font-size:16px;}
/* e::온라인견적서 */


/* s::거래명세표 */
.modal-specification{display:none;position: fixed;top:50%;left:50%;transform: translate(calc(-50% + 0.5px),-50%);background: #fff;width:100%;max-width:720px;padding:20px 20px 30px;z-index: 999999;max-height:90%;overflow-y: auto;}
.modal-specification .modal-top{display:flex;justify-content:space-between;align-items:center;padding:10px 25px;border-radius: 10px;background-color: #004593;position:relative;}
.modal-specification .modal-top h3{font-size: 24px;font-weight: bold;letter-spacing: -0.6px;text-align: center;color: #fff;}
.modal-specification .modal-top i{display: inline-block;}
.modal-specification .modal-top i img{display: block;}
.modal-specification .modal-top span{display:inline-block;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #fff;}
/* .modal-specification section{margin-top:30px;padding-bottom: 30px;border-bottom: 2px dashed #aaa;}
.modal-specification section .box{overflow: hidden; border-radius: 10px;border: solid 1px #008ad3;}
.modal-specification section .box + .box{margin-top:10px;}
.modal-specification section table{}
.modal-specification section table thead tr th{padding:8px 10px;background: #008ad3;font-size: 15px;font-weight: 500;letter-spacing: -0.38px;color: #fff;}
.modal-specification section table tbody tr th{padding:8px 10px;background: #e9f3ff;text-align: center; font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;border-bottom: 1px solid #ccc;}
.modal-specification section table tbody tr td{padding:8px 10px;background: #fff;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #202020;border-bottom: 1px solid #ccc;}
.modal-specification .box2{overflow: hidden;border-radius: 10px;border: solid 1px #004593;}
.modal-specification .box2 table thead tr th{border-left:1px solid #fff;background: #004593;}
.modal-specification section .box2 table thead tr th:first-child{border-left:0;}
.modal-specification section .box2 table tbody tr td{border-left:1px solid #ccc;text-align: center;}
.modal-specification section .box2 table tbody tr th{text-align: left;}
.modal-specification .box3{margin-top:10px;overflow: hidden;border-radius: 10px;border: solid 1px #008ad3;}
.modal-specification .box3 table tbody tr th{background: #008ad3;color:#fff;}
.modal-specification .box3 table tbody tr td:last-child{border-left:1px solid #ccc;}
.modal-specification .box3 table tbody tr td span{display:inline-block;font-size: 12px;font-weight: 500;letter-spacing: -0.3px;color: #ec4315;}
.modal-specification section .price-box{margin-top:10px;overflow: hidden;border-radius: 10px;border: solid 2px #004593;display: flex;align-items: center;}
.modal-specification section .price-box em{ font-size: 15px;background:#004593;font-weight: 500;width:160px;color: #fff;padding:0 15px;height:60px;display: flex;align-items: center;}
.modal-specification section .price-box span{width:calc(100% - 160px);padding:0 15px;text-align: right; font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;}
.modal-specification section .price-box span strong{ font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #004593;}
.modal-specification section ul{margin-top:20px;padding:15px;border-radius: 10px;border: solid 1px #ccc;background-color: #fff;}
.modal-specification section ul li{font-size: 13px;font-weight: normal;line-height: 1.38;letter-spacing: -0.33px;color: #888;}*/
.modal-specification .button-box{margin-top:30px;display: flex;justify-content: center;gap:10px;}
.modal-specification .button-box button{width:120px;height:50px;text-align: center;display: inline-block;font-size:16px;}

.modal-specification2 {max-width:880px;}
.modal-specification2 section{margin-top:30px;padding-bottom: 30px;border-bottom: 2px dashed #aaa;}
.modal-specification2 section .date-box {width:100%;height:55px;background-color:#E5F6FF;border:2px dashed #008AD3;border-radius:10px;padding:17px 20px;margin-bottom:20px;position: relative;}
.modal-specification2 section .date-box em {font-size:15px;font-weight:600;color:#004593;text-align:left}
.modal-specification2 section .date-box p {font-size:18px;font-weight:700;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.modal-specification2 section table thead tr th{padding:8px 10px;background: #008AD3;font-size: 15px;font-weight: 500;letter-spacing: -0.38px;color: #fff;text-align:left;}
.modal-specification2 section table tbody tr th{padding:8px 10px;background: #e9f3ff;text-align: center; font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;border-bottom: 1px solid #ccc;}
.modal-specification2 section table tbody tr td{padding:8px 10px;background: #fff;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #202020;border-bottom: 1px solid #ccc;}
.modal-specification2 section table tbody tr td .addr-box{display: flex;gap:10px;align-items: center;}
.modal-specification2 section table tbody tr td .addr-box p{width:calc(100% - 65px);}
.modal-specification2 section .box{display: flex;gap:20px;}
.modal-specification2 section .box table {}
.modal-specification2 section .box .left {width:410px;}
.modal-specification2 section .box .left .left-t-box {overflow: hidden;border-radius: 10px;border: solid 1px #008AD3;background: #008AD3}
.modal-specification2 section .box .left .price-box{margin-top:33px;padding:18px;border-radius: 10px;border: solid 2px #008ad3;background-color: #fff;display: flex;flex-direction: column;gap:6px;}
.modal-specification2 section .box .left .price-box em{display:block;font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;}
.modal-specification2 section .box .left .price-box p{display: flex;gap:5px;font-size: 14px;font-weight: 500;letter-spacing: -0.35px;align-items: center;line-height: 1;}
.modal-specification2 section .box .left .price-box p strong{font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #008ad3;}
.modal-specification2 section .box .left .price-box p span{display: inline-block;margin-left: 10px; font-size: 12px;font-weight: 500;letter-spacing: -0.3px;color: #ec4315;}
.modal-specification2 section .box .left .price-box i{margin-top:10px;font-size: 13px;font-weight: normal;letter-spacing: -0.33px;color: #888;}
.modal-specification2 section .box .right {width:410px;overflow: hidden;border-radius: 10px;border: solid 1px #008AD3;background: #008AD3;}
.modal-specification2 section .box .right table {position:relative;}
.modal-specification2 section .box .right table tbody td i {position:absolute;top:41%;right:5%;}
.modal-specification2 section .box .right table tbody td i img {display:block;width:100%;}
.modal-specification2 section .box2{overflow: hidden;border-radius: 10px;border: solid 1px #004593;background: #004593}
.modal-specification2 section .box2 table thead tr th{border-left:1px solid #fff;text-align:center;background:#004593;}
.modal-specification2 section .box2 table thead tr th:first-child{border-left:0;}
.modal-specification2 section .box2 table tbody tr td{border-left:1px solid #ccc;text-align: center;}
.modal-specification2 section .box2 table tbody tr th{text-align: left;}
.modal-specification2 section .box2 table tbody th.total {background:#E9F3FF;border-top:2px solid #004593;font-size:15px;font-weight:700;color:#004593;}
.modal-specification2 section .box2 table tbody td.total2 {background:#f5f5f5;font-weight:600;border-top:2px solid #004593;}
.modal-specification2 section .box2 table tbody td.canceline {position:relative;}
.modal-specification2 section .box2 table tbody td.canceline:before {content:"";display:block;width:104%;height:1px;border-top:1px solid #ccc;position:absolute;transform: rotate(-14deg);top:50%;left:-2px;}
.modal-specification2 section .deliver-price{margin-top:10px;overflow: hidden;border-radius: 10px;border: solid 1px #004593;display: flex;align-items: center;background: #004593;}
.modal-specification2 section .deliver-price em{ font-size: 15px;background:#004593;font-weight: 500;width:350px;color: #fff;padding:0 15px;height:40px;display: flex;align-items: center;}
.modal-specification2 section .deliver-price span{width:calc(100% - 350px);padding:0 15px;text-align: right;font-size: 13px;letter-spacing: -0.33px;color: #202020;height:42px;background: #fff;line-height: 42px;}
.modal-specification2 section .total-box{margin-top:30px;padding:15px;overflow: hidden;border-radius: 10px;border: solid 2px #008ad3;background-color: #fff;display: flex;align-items:center;gap:60px;justify-content: space-between;}
.modal-specification2 section .total-box .txt{font-size: 13px;font-weight: normal;line-height: 1.38;letter-spacing: -0.33px;color: #888;}
.modal-specification2 section .total-box .price{display: flex;align-items:center;gap:5px;font-size: 14px;font-weight: 500;letter-spacing: -0.35px;color: #202020;padding-left:20px;position:relative;}
.modal-specification2 section .total-box .price:before {content:"";display:block;width:1px;height:33px;background:#ccc;position:absolute;top:50%;left:0;transform:translateY(-50%);}
.modal-specification2 section .total-box .price strong{display: inline-block;margin-left: 15px; font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #008ad3;position: relative;top: -1px;}
.modal-specification2 section .total-box .price span{margin-left: 10px;display: inline-block; font-size: 12px;font-weight: 500;letter-spacing: -0.3px;color: #ec4315;}


/* e::거래명세표 */

/* tablet */
@media all and (max-width:1024px) {
    .qna-layer .layer-wrap{width:90%;height:90%;padding:20px;}
    .qna-layer .layer-wrap .layer-top{font-size:18px;}
    .qna-layer .layer-wrap .layer-body .txt{}
    .qna-layer .layer-wrap .layer-body .txt input[type="text"],
    .qna-layer .layer-wrap .layer-body .txt input[type="password"]{width:100%;margin:10px 0 0 !important;}

    .piw-form .label{margin-bottom:10px;font-size:15px;}
    .piw-form input[type="text"],
    .piw-form input[type="password"],
    .piw-form input[type="number"]{display:block;padding:15px;height:50px;font-size:15px;}
    .piw-form select{}
    .piw-form textarea{padding:15px;}
    .piw-form button{right:10px;top:10px;width:100px;line-height:30px;font-size:14px;}
    .piw-form select{padding:10px;height:50px;font-size:15px;}
    .piw-form.white.addr button{top:42px;}

    .review-layer .layer-wrap {width:90%;padding:20px;height:80%;overflow-y:auto;}
    .review-layer .layer-wrap .layer-top {font-size:24px;padding:0 0 15px;}
    .review-layer .layer-wrap .layer-top .close-layer {top:0;}
    .review-layer .layer-wrap .layer-body {overflow-y:initial;}
    .review-layer .layer-wrap .layer-body .prd {padding:0 0 10px;}
    .review-layer .layer-wrap .layer-body table tbody tr th {width:70px;font-size:15px;padding:15px 0;}
    .review-layer .layer-wrap .layer-body table tbody tr td {padding:15px 0;}
    .review-layer .layer-wrap .layer-body table tbody tr td .info-txt {display:block;}
    .review-layer .layer-wrap .layer-body table tbody tr td .info-txt strong {font-size:14px;display:none;}
    .review-layer .layer-wrap .layer-body table tbody tr td .star {float:none;clear:both;}
    .review-layer .layer-wrap .layer-body .info-use {padding-bottom:20px;}
    .review-layer .layer-wrap .layer-body .filebox label {width:100%;padding:0;margin: 0;text-align: center;}
    .review-layer .layer-wrap .layer-body .filebox label:before{left: inherit;margin-left: -35px;}
    .review-layer .layer-wrap .layer-body .filebox .upload-name {width:100%;margin-top:5px;}

    .layer .layer-wrap {width:90%;padding:20px;height:80%;overflow-y:auto;}
    .layer .layer-wrap .layer-top {font-size:24px;padding:0 0 15px;}
    .layer .layer-wrap .layer-top .close-layer {top:0;width:25px;height:25px;}
    .layer .layer-wrap .layer-top .close-layer:before {width:25px;height:25px;background-position: -230px -23px;}
    .layer .layer-wrap .layer-body .shipping-form table tbody tr th {font-size:14px;padding:15px 15px 15px 0;text-align:left;}
    .layer .layer-wrap .layer-body .shipping-form table tbody tr td {font-size:14px;padding:15px 0;}
    .layer .layer-wrap .layer-body .shipping-form table tbody tr td input[type="text"],
    .layer .layer-wrap .layer-body .shipping-form table tbody tr td input[type="tel"] {width:170px;}
    .layer .layer-wrap .layer-body .shipping-form table tbody tr td .zip input[type="text"] {width:170px;}
    .layer .layer-wrap .layer-body .shipping-form table tbody tr td .zip .addr-button {margin:10px 0 0 0;}
    .layer .layer-wrap .layer-bottom {position:relative;padding: 15px 0 20px;}
    .layer .layer-wrap .layer-bottom .button {margin:0;width:116px;}
    .layer .layer-wrap .layer-bottom .button + .button {margin-left:5px;}
}

/* mobile */
@media all and (max-width:640px) {
    .popup-overlay .popup-wrap{transform: none;top:0;left:0;max-width:100%;width:100%;height:100%;}
    .popup-overlay .popup-wrap .txt-box{max-width:100%;width:100%;height:100%;}
    .popup-overlay.marketing-popup .popup-wrap{height:auto;max-height:100%;top:50%;transform: translateY(-50%);}

    .qna-popup{transform:none;top:0;left:0;max-width:100%;height:100%;padding:60px 13px 55px;overflow-y: auto;}
    .qna-popup dl dt{float: none;width:100%;padding:0;}
    .qna-popup dl dd{padding:0;margin-top:15px;}
    .qna-popup dl dd + dt{margin-top:28px;}
    .qna-popup .button-box button{font-size:14px;}

    .popup-overlay .popup-wrap{transform: none;top:0;left:0;max-width:100%;width:100%;height:100%;}
    .popup-overlay .popup-wrap .txt-box{max-width:100%;width:100%;height:100%;}
    .popup-overlay.marketing-popup .popup-wrap{height:auto;max-height:100%;top:50%;transform: translateY(-50%);}



    .review-layer .layer-wrap {width:96%;height:96%;}
    .layer .layer-wrap .layer-body{max-height:inherit;}
    .layer .layer-wrap .layer-body .shipping-form table colgroup col:first-child{width:70px !important;}
    .layer .layer-wrap .layer-body.qna-body{max-height: calc(100% - 116px);}

    .layer .layer-wrap {width:100%;padding:20px;height:100vh;overflow-y:auto;top:0;left:0;transform: none;}
    .layer .layer-wrap .layer-body .shipping-form table tbody tr td{padding:5px 0;}


    .layer .layer-wrap .layer-body .receipt{}
    .layer .layer-wrap .layer-body .receipt colgroup col{width:25% !important;}
    .layer .layer-wrap .layer-body .receipt thead tr th{padding:10px 5px;font-size:12px;}
    .layer .layer-wrap .layer-body .receipt tbody tr td{padding:10px 5px;font-size:12px;}

    .info-layer{position: fixed;top:0;right: inherit;left:0;width:100%;height:100%;overflow-y: auto;}

    .layer .layer-wrap .layer-body .field-box select{width:100%;}

    .private-layer .layer-contents{width:100%;height:100vh;top:0;left:0;transform: none;padding:20px;}
    .private-layer .layer-contents .layer-top .private-close{top:16px;}
    .private-layer .layer-contents .layer-body{height: calc(100% - 75px);line-height: 1.63}
    .private-layer .layer-contents .layer-body table{width:500px;}
    .terms-layer .layer-contents .layer-top .terms-close{top:15px;}
    .terms-layer .layer-contents{width:100%;height:100vh;top:0;left:0;transform: none;padding:20px;}
    .terms-layer .layer-contents .layer-top .private-close{top:16px;}
    .terms-layer .layer-contents .layer-body{height: calc(100% - 75px);line-height: 1.63}
    .terms-layer .layer-contents .layer-body table{width:500px;}

    .deliver-layer{max-width:90%;}
    .deliver-layer .top{padding:10px 20px;}
    .deliver-layer .top h3{font-size:18px;}
    .deliver-layer .pop-con{display: block;padding:15px;max-height: calc(100vh - 100px);overflow-y: auto;}
    .deliver-layer .pop-con .box h4{font-size:16px;padding-left: 25px;}
    .deliver-layer .pop-con .box h4:before{top:0;width:18px;height:18px;}
    .deliver-layer .pop-con .box dl dt{font-size:16px;}
    .deliver-layer .pop-con .box dl dd ul{min-height:100%;}
    .deliver-layer .pop-con .box dl dd ul li{font-size:14px;}
    .deliver-layer .pop-con .box + .box{margin:30px 0 0;}
    .deliver-layer .pop-con .box dl dd + dt{margin-top:20px;}
}
