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

/* certification modal popup */
.modal-popup{display:none;position: fixed;top:50%;left:50%;transform: translate(-50%, -50%);z-index: 9999999;width:100%;}

.modal-cert{max-width:510px;}
.modal-cert .modal-close{position: absolute;top:0;right:-50px;display:inline-block;}
.modal-cert .modal-close img{display: block;}
.modal-cert .img-box{overflow-y:auto;max-height: calc(100% - 130px);height: 100%;}

/* metal modal popup */
.metal-modal {display:none;padding:30px 40px 50px;background:#f4f4f4;position:fixed;top:50%;left:50%;transform: translate(-50%, -50%);z-index: 9999999;}
.metal-modal .modal-close2 {position:absolute;top:30px;right:30px;}
.metal-modal h4 {font-size:30px;text-align:center;margin-bottom:34px;}


/* 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;}



/* 이용약관 레이어 */
.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%);border-radius: 10px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.14);border: solid 1px #d4d4e8;background-color: #f5f5f8;padding:60px;width:100%;max-width: 550px;}
.layer-password .layer-password-wrap .pop-title{padding-left:37px;position: relative; font-size: 25px;font-weight: 800;color: #202020;}
.layer-password .layer-password-wrap .pop-title:before{content:"";position: absolute;left:0;width:32px;height:32px;background: url(/_public/images2/icon/password_ico.svg) no-repeat;background-size: cover;}
.layer-password .layer-password-wrap .layer-body{margin-top: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"]{border-radius: 10px;border: solid 1px #ccc;background-color: #fff;width:100%;height:60px;font-size: 18px;font-weight: 500;letter-spacing: 0.45px;padding:0 20px;}
.layer-password .layer-password-wrap .layer-body .form-wrap input[type="password"]::placeholder{color:#787878;}
.layer-password .layer-password-wrap .layer-body .form-wrap .button{margin-top:15px;display: block;width:100%;border-radius: 10px;background-color: #333;height:60px;font-size: 18px;font-weight: 500;letter-spacing: 0.45px;color:#fff;}
.layer-password .layer-password-wrap .layer-body .form-wrap .button:hover{background: #001039;}
.layer-password .layer-password-wrap .layer-body .layer-password-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background: url(/_public/images2/icon/close_off.svg) no-repeat;background-size: cover;font-size:0;}
.layer-password .layer-password-wrap .layer-body .layer-password-close:hover{background: url(/_public/images2/icon/close_on.svg) no-repeat;background-size: cover;}


.modal-slide{max-width:790px;background: #fff;padding:30px 40px 50px;overflow: hidden;}
.modal-slide .modal-top{position: relative;}
.modal-slide .modal-top h3{text-align: center;font-size: 30px;font-weight: bold;letter-spacing: -0.6px;color: #202020;}
.modal-slide .modal-top .modal-close{position: absolute;top:0;right:0;display: inline-block;}
.modal-slide .modal-top .modal-close img{display:block;}
.modal-slide .modal-cont{margin-top:30px;}
.modal-slide .modal-cont .img-box{position: relative;}
.modal-slide .modal-cont .img-box .swiper-slide{cursor: grab;}
.modal-slide .modal-cont .img-box .swiper-slide .inner{position: relative;}
.modal-slide .modal-cont .img-box .swiper-slide .inner img{display: block;width:100%;}
.modal-slide .modal-cont .img-box .swiper-slide .inner .caption{position:absolute;left:0;bottom:0;width:100%;padding: 10px 20px;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #e5e5e5;background:rgba(0,0,0,0.5);}
.modal-slide .modal-cont .img-box .swiper-pagination{position: absolute;top:initial;left:initial;bottom:9px;right:20px;width:auto;display:inline-block;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #ccc;}
.modal-slide .modal-cont .img-box .swiper-pagination span{display:inline-block;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #ccc;}
.modal-slide .modal-cont .img-box .swiper-pagination .swiper-pagination-current{color: #fff;font-weight: bold;}
.modal-slide .modal-cont .thumb-box{position: relative;margin-top:30px;padding: 0 129px;}
.modal-slide .modal-cont .thumb-box .swiper-slide{cursor: grab;}
.modal-slide .modal-cont .thumb-box .swiper-slide .inner{position: relative;}
.modal-slide .modal-cont .thumb-box .swiper-slide .inner:after{content: "";position: absolute;top:0;left:0;width:100%;height:100%;border:3px solid #ff8600;transition: all 0.3s;opacity: 0;}
.modal-slide .modal-cont .thumb-box .swiper-slide .inner img{display: block;width:100%;}
.modal-slide .modal-cont .thumb-box .swiper-slide.swiper-slide-thumb-active .inner:after{opacity: 1;}
.modal-slide .modal-cont .thumb-box .swiper-button{margin:0;position:absolute;top:34px;right:initial;left:initial;bottom:initial;width:40px;height:40px;z-index: 10;}
.modal-slide .modal-cont .thumb-box .swiper-button:after{display: none;}
.modal-slide .modal-cont .thumb-box .swiper-button-prev{left:36px;background: url(/_public/images2/icon/target_prev4.svg) no-repeat;background-size: cover;}
.modal-slide .modal-cont .thumb-box .swiper-button-next{right:36px;background: url(/_public/images2/icon/target_next4.svg) no-repeat;background-size: cover;}



@media all and (max-width:1600px) {
    .modal-cert {padding:40px;}
    .modal-cert .modal-close {padding-top:20px;}

}

@media all and (max-width:1460px) {

}

@media all and (max-width:1280px) {

}

@media all and (max-width:1024px) {
    .modal-cert {padding:20px;}
    .modal-slide{padding:20px 30px 30px;}
    .modal-slide .modal-top h3{font-size:26px;}
    .modal-slide .modal-top .modal-close{width:26px;}
    .modal-slide .modal-cont .img-box .swiper-slide .inner .caption{font-size:15px;}
}


@media all and (max-width:768px) {
    .layer-password .layer-password-wrap{max-width:90%;padding:40px 20px;}
    .layer-password .layer-password-wrap .pop-title{font-size:20px;padding-left:30px;}
    .layer-password .layer-password-wrap .pop-title:before{width:25px;height:25px;}
    .layer-password .layer-password-wrap .layer-body .layer-password-close{width:30px;height:30px;}
    .layer-password .layer-password-wrap .layer-body .form-wrap input[type="password"]{height:50px;font-size:14px;}
    .layer-password .layer-password-wrap .layer-body .form-wrap .button{height:50px;font-size:16px;margin-top:10px;}

    .popup{top:50% !important;left:50% !important;transform: translate(-50%, -50%);width:100%;max-width: 90%;}
    .popup .popup-contents img{display: block;width:100% !important;}

    .modal-cert .modal-close {top:-60px;left:50%;right:auto;transform:translateX(-50%);}


    .modal-slide{padding:20px;max-width:100%;height:100%;}
    .modal-slide .modal-top h3{font-size:22px;}
    .modal-slide .modal-cont{margin-top:20px;height: calc(100% - 51px);}
    .modal-slide .modal-cont .slide-box{height:100%;}
    .modal-slide .modal-cont .img-box{height: calc(100% - 122px);}
    .modal-slide .modal-cont .img-box .imgSwiper{height:100%;}
    .modal-slide .modal-cont .img-box .swiper-slide .inner{ height: 100%; display: flex;  background: #000;  align-items: center;}
    /* .modal-slide .modal-cont .img-box .swiper-slide .inner img{ height: 100%;object-fit: cover;} */
    .modal-slide .modal-cont .img-box .swiper-slide .inner .caption{font-size:14px;}
    .modal-slide .modal-cont .img-box .swiper-pagination{font-size:14px;}
    .modal-slide .modal-cont .thumb-box{margin-top:20px;padding:0 20px;}
    .modal-slide .modal-cont .thumb-box .swiper-button{top:50%;transform:translateY(-50%);width:30px;height:30px;}
    .modal-slide .modal-cont .thumb-box .swiper-button-prev{left:0;}
    .modal-slide .modal-cont .thumb-box .swiper-button-next{right:0;}
}

@media all and (max-width:460px) {
    .modal-slide .modal-cont .img-box{height: calc(100% - 81px);}
}
