@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: #1e4ba0;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;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;}
.layer .layer-wrap .layer-body .goods-item table tbody tr td.goods-price em{font-size:14px;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 #1e4ba0;color:#1e4ba0;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:30px 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:45px 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:45px 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: absolute;right: 10px;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 .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;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:35px;height:35px;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:30px;height:30px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 500px;background-position:0 -10px;}
.private-layer .layer-contents .layer-body{height:500px;overflow-y: auto;}
.private-layer .layer-contents .layer-body .table-wrap table{border:1px solid #aeafaf;}
.private-layer .layer-contents .layer-body .table-wrap table thead tr th{border-left:1px solid #e3e3e3;padding:20px;background: #f7f8f9;font-size:16px;}
.private-layer .layer-contents .layer-body .table-wrap table tbody tr td{border-top:1px solid #e3e3e3;border-left:1px solid #e3e3e3;padding:20px;font-size:15px;text-align: center}
.private-layer .layer-contents .layer-body .table-wrap ul{margin-top:15px}
.private-layer .layer-contents .layer-body .table-wrap ul li{font-size:16px;color:#333;}


.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:30px;height:30px;background: url("/_public/images/@draft/sp_ico.png") no-repeat;background-size: 500px;background-position:0 -10px;}
.terms-layer .layer-contents .layer-body{height:500px;overflow-y: auto;}
.terms-layer .layer-contents .table-wrap{}
.terms-layer .layer-contents .table-wrap table{border:1px solid #aeafaf;}
.terms-layer .layer-contents .table-wrap table thead tr th{border-left:1px solid #e3e3e3;padding:20px;background: #f7f8f9;font-size:16px;}
.terms-layer .layer-contents .table-wrap table tbody tr td{border-top:1px solid #e3e3e3;border-left:1px solid #e3e3e3;padding:20px;font-size:15px;text-align: center}
.terms-layer .layer-contents .table-wrap ul{margin-top:15px}
.terms-layer .layer-contents .table-wrap ul li{font-size:16px;color:#333;}
.terms-layer .layer-contents .layer-body button{margin-top:25px;display: block;width:100%;border-radius: 10px;text-align: center;background: #ec5858;line-height: 60px;font-size:18px;font-weight: 600;color:#fff;}


.talk-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;}
.talk-layer .layer-contents{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;background: #fff;padding:20px 50px 50px;border-radius: 15px;}
.talk-layer .layer-contents .layer-top{position:relative;padding:20px 0;font-size:25px;font-weight:600;color:#333;}
.talk-layer .layer-contents .layer-top .talk-close{position:absolute;top:27px;right:0;width:35px;height:35px;overflow: hidden;text-indent: -99999px;}
.talk-layer .layer-contents .layer-top .talk-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-size: 500px;background-position:0 -10px;}
.talk-layer .layer-contents .layer-body{height:500px;overflow-y: auto;}
.talk-layer .layer-contents .layer-body .tit{font-size:17px;color:#333;font-weight:500;letter-spacing: -1px;}
.talk-layer .layer-contents .layer-body ul{font-size:0;margin-top:40px;}
.talk-layer .layer-contents .layer-body ul li{text-align: center;display: inline-block;width:50%;vertical-align: top;padding:40px 0;}
.talk-layer .layer-contents .layer-body ul li:nth-child(even){border-left:1px solid #ccc;}
.talk-layer .layer-contents .layer-body ul li:nth-child(3),
.talk-layer .layer-contents .layer-body ul li:nth-child(4){border-top:1px solid #ccc;}
.talk-layer .layer-contents .layer-body ul li figure{}
.talk-layer .layer-contents .layer-body ul li figure img{}
.talk-layer .layer-contents .layer-body ul li .txt-box{margin-top:20px;}
.talk-layer .layer-contents .layer-body ul li .txt-box h4{font-size:18px;}
.talk-layer .layer-contents .layer-body ul li .txt-box p{margin-top:10px;font-size:16px;}
.talk-layer .layer-contents .layer-body button{margin-top:25px;display: block;width:100%;border-radius: 10px;text-align: center;background: #ec5858;line-height: 60px;font-size:18px;font-weight: 600;color:#fff;}




/* 비밀글 레이어 */

.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;}
