/* 작성 : 상품 */
html, body {
    height: 100%;
}
.layer-pop {
    height:90%;
    overflow-y:auto;
    background:#ffffff;
}
.review-write-top {
    border-bottom:1px solid #f1f1f1;
}
.review-write-top .goods-wrap {
    display:table;
    table-layout:fixed;
    width:100%;
    box-sizing:border-box;
}
.review-write-top .goods-thumb {
    position:relative;
    display:table-cell;
    width:76px;
    height:76px;
    background:#eeeeee;
    vertical-align:top;
    border:1px solid #dddddd;
    box-sizing: border-box;
}
.review-write-top .goods-thumb img {
    display: block;
    width:100%;
    height:100%;
    vertical-align:top;
    -o-object-fit:cover;
    object-fit:cover;
}
.review-write-top .goods-thumb .goods-thumb-box {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.review-write-top .goods-thumb .goods-thumb-box > img {
    display: block;
    width:100%;
    height:100%;
    vertical-align:top;
    -o-object-fit: cover;
    object-fit: cover;
}
.review-write-top .goods-info {
    display:table-cell;
    vertical-align:middle;
    padding:0 0 0 12px;
}
.review-write-top .goods-info .goods-option {
    margin:4px 0 0;
}
.review-write-top .goods-info .goods-option .goods-option-txt,
.review-write-top .goods-info .goods-nm .goods-nm-txt {
    display:block;
    overflow:hidden;
    width:100%;
    text-overflow:ellipsis;
    line-height:20px;
    white-space:nowrap;
    font-size:15px;
    color:#999999;
}
.review-write-top .goods-info .goods-nm .goods-nm-txt {
    font-size:16px;
    color:#000000;
}


/* 작성 : 별점 */
.score-box-wrap {
    border-bottom:1px solid #f1f1f1;
    text-align:center;
}
.score-box-wrap .score-box-tit {
    padding:20px 0 0;
    color:#000000;
    font-size:18px;
    font-weight:bold;
}
.score-box-wrap .score-box-cont {
    padding-bottom:20px;
}
.btn-star-group {
    overflow:hidden;
}
.btn-star-group .btn-star-item {
    display:inline-flex;
    padding:14px 2px 20px;
}
.btn-star-group .btn-star-item .btn-star {
    color:#dddddd;
    font-size:30px;
}
.score-box-wrap .score-box-cont .score-detail-box {}
.score-box-wrap .score-box-cont .score-detail-box .score-detail-txt {
    color:#000000;
    font-size:16px;
    font-weight:400;
}


/* 작성 : 공통 : 섹션 */
.review-rating-item {}
.review-rating-item .review-rating-tit {
    padding:10px 0 16px;
    line-height:1;
    color:#000000;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}


/* 작성 : 상세리뷰 */
.text-box-wrap {
    position:relative;
    padding:15px 16px 11px;
    border:1px solid #eeeeee;
    background:#f8f8f8;
}
.text-box-wrap .text-box-label {
    position:absolute;
    top:13px;
    left:16px;
    font-size:16px;
    line-height:24px;
    color:#999999;
}
.text-box-wrap .text-box {
    position:relative;
    width:100%;
    min-height:122px;
    max-height:350px;
    box-sizing: border-box;
    font-size:16px;
    line-height:24px;
    color:#333333;
    resize:none;
    background:none;
    border:none;
    -webkit-appearance:none;
}
.text-box-wrap .text-box:focus {
    outline:none;
}
.text-box-wrap .cnt-txt-box {
    position:relative;
    margin:13px 0 0;
    font-size:15px;
    color:#999999;
    text-align:right;
}


/* 작성 : 사진영상첨부 */
.review-media {
    padding-top:30px;
}
.review-media .media-tooltip {
    padding-top:12px;
}
.review-media .media-tooltip .review-media-txt {
    position:relative;
    padding-left:10px;
    padding-bottom:4px;
    line-height:1.3;
    text-align:left;
    font-size:14px;
}
.review-media .media-tooltip .review-media-txt:before {
    content:"";
    position:absolute;
    top:8px;
    left:0;
    width:2px;
    height:2px;
    background:#DC3545;
}
.review-media .attach-view-wrap {
    overflow: hidden;
    display:flex;
    display:-webkit-flex;
    justify-content:flex-start;
    align-content:center;
    flex-wrap:wrap;
    margin-top:16px;
}
.review-media .attach-view-box {
    display:flex;
    display:-webkit-flex;
    justify-content:flex-start;
    width:calc(100% + 1px);
    margin-left:-1px;
    overflow-x: auto;
}



.review-media .attach-view-box .attach-view-thumb {
    position:relative;
    overflow:hidden;
    display:block;
    flex-basis:calc(25% - 1px);
    flex-shrink:0;
    margin-left:1px;
    border:1px solid #eeeeee;
    background:#ffffff;
}
.review-media .attach-view-box .attach-view-thumb:after {
    content:"";
    display:block;
    padding-bottom:100%;
}
.review-media .attach-view-box .attach-view-thumb .uploaded-img {
    overflow:hidden;
    position:absolute;
    display:block;
    width:100%;
    height:100%;
}
.review-media .attach-view-box .attach-view-thumb .uploaded-img img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:cover;
}
.review-media .attach-view-box .attach-view-thumb .btn-del-attach {
    position:absolute;
    display:block;
    z-index:10;
    top:0;
    right:0;
    width:1.275rem;
    height:1.275rem;
    background: url(//static.wconcept.co.kr/mobile/images/mypage/svg/btn_upload_img_delete.svg) no-repeat 0 0;
    background-size:cover;
    text-indent:-99999px;
    font-size:0;
}









.btn-group-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
    padding:20px 0 30px;
    box-sizing:border-box;
}
.btn-box {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:50%;
}
.btn-box.btn-left {
    padding-right:2px;
}
.btn-box.btn-right {
    padding-left:2px;
}


/* 작성 : 작성시주의사항 */
.review-write-notify {}
.review-write-notify .notify-tit {
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}
.review-write-notify .notify-tit .btn-notify-tit {
    position:relative;
    display:block;
    width:100%;
    padding:20px;
    box-sizing:border-box;
    color:#000000;
    font-size:14px;
    font-weight:400;
    text-align:left;
}
.review-write-notify .notify-tit .btn-notify-tit:after {
    font-family: icomoon;
    content: "\e901";
    position:absolute;
    top:50%;
    right:20px;
    margin-top:-10px;
    color:#959595;
    font-size:20px;
}
.review-write-notify .notify-tit.active .btn-notify-tit:after {
    transform:rotate(180deg);
}
.review-write-notify .notify-cont {
    display:none;
}
.review-write-notify .notify-cont li {
    position:relative;
    padding-left:10px;
    padding-bottom:10px;
    color:#959595;
    font-size:13px;
    line-height:1.6;
}
.review-write-notify .notify-cont li:before {
    content:"";
    position:absolute;
    top:10px;
    left:0;
    width:3px;
    height:3px;
    border-radius:3px;
    background:#959595;
}

/* .progress-bar */

.progress-bar__wrap {
    display: none;
    position:fixed;
    z-index: 99999;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}
.progress-bar__wrap .dim {
    position:absolute;
    z-index: 10;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
}

.progress-bar__container {
    position:absolute;
    z-index: 1000;
    top:50%;
    left:10%;
    margin-top:-16px;
    height: 32px;
    width: 80%;
    background-color: #fff;
    border-radius: 2rem;
    overflow: hidden;
    transition: all 0.5s;
    will-change: transform;
    box-shadow: 0 0 5px #e76f51;
}

.progress-bar {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #e76f51;
    top:0;
    bottom: 0;
    left: -100%;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items:center;
    color: white;
    font-family: sans-serif;
}

.progress-bar__text {
    display: none;
}