
/*
review_register.jsp 페이지에 대한 css 파일
Test Url : http://www.bizhows.com/mall/review/review_register.jsp
또는 메인 페이지 하단의 후기 작성하기 버튼 클릭
*/
body#reviewPopupContainerBody {
    margin: auto;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    max-width: 600px;
}

#reviewPopupContainer {
    background: #ffffff;
    width: 100%;
    /*max-width: 584px;*/
    /*margin-top: 80px;*/
    font-family: 'Nanum Square', sans-serif;
    position: relative;
    top: 55px;
}

#reviewPopupContainer .coupon_info {
    text-align: center;
    background: #4d4d4d;
    color: #ffffff;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

#reviewPopupContainer .header {
    text-align: center;
    font-size: 13px;
    /*height: 63px;*/
    padding-bottom: 40px;
    border-bottom: 0.5px #dfdfdf solid;
}

#reviewPopupContainer .header .count_info {
    font-family: 'Nanum Square', sans-serif;
    margin-top: 38px;
    font-size: 25px;
    font-weight: bold;
    /*line-height: 0.96;*/
    letter-spacing: normal;
    color: #090909;
}

.main_contents .scrollable {
    position: relative;
    overflow-y: scroll;
}

.main_contents .commodity_wrap .commodity_cell  {
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.main_contents .commodity_wrap .commodity_cell:hover {
    background-color: #f8f8f8;
}

.main_contents .commodity_wrap .date  {
    font-size: 13px;
    color: #959595;
}

.main_contents .commodity_wrap .title  {
    font-size: 15px;
    margin-top:5px;
    color: #484848;
    font-weight:bold;
}

.main_contents .commodity_wrap .commodity_cell .commodity_image {
    width: 130px;
    height: 130px;
    background: #eeeeee;
    margin: 25px 29px 10px 29px;
    line-height:130px;
    text-align: center;
    outline:1px solid #e5e5e5;
}

.main_contents .commodity_wrap .commodity_cell .commodity_image img {
    max-width:100%; max-height:100%;
    vertical-align:middle;
}

.main_contents .commodity_wrap .selected_cell .commodity_image {
    outline:3px solid #4784ff;
}

.selected_cell .check_mark {
    position: absolute;
    right: 6px;
    top: 6px;
}

.footer {
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
    clear: both;
    /*height: 80px;*/
    /*width: 600px;*/
    text-align: center;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    padding: 15px;
}

.footer .next_button {
    font-family: "Nanum Square", sans-serif;
    width: 270px;
    height: 56px;
    background-color: #3e3e3e;
    font-size: 18px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    cursor:pointer;
}

.step2 {
    /*position: absolute;*/
    /*top: 80px;*/
    /*top: 0;*/
    /*left: 100%;*/
    width: 100%;
    background: #ffffff;
    display: none;
}

.step2 .header {
    height: 35px; !important;
}

.step2 .main_contents {
    overflow-y: auto;
}

.step2 .necessary_point {
    font-family: "Nanum Square", sans-serif;
    /*height: 152px;*/
    width: 100%;
    text-align: center;
    top: 30px;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
}

.step2 .necessary_point .commodity_title {
    font-weight: bold;
    color: #090909;
}

.step2 .necessary_point .rating_msg {
    font-size: 13px;
    font-weight: bold;
    color: #505050;
    position:relative;
    top:-6px;
}

.step2 .optional_point {
    height: 0;
    overflow: hidden;
    text-align: center;
    font-size: 17px;
    background: #f6f6f6;
    /*margin-top: 50px;*/
}

.step2 .optional_point .description {
    padding: 15px 10px 0 10px;
    position: relative;
}

.step2 .optional_point .description img {
    left: 70px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.step2 .optional_point span {
    font-size: 13px;
}

.step2 .optional_point:nth-child(0){
    color: #676767
}

.step2 .optional_point ul.categories {
    list-style:none;
    font-size: 13px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
    position: relative;
    right: 38px;
}

.step2 .optional_point ul.categories li {
    margin: 14px;
    height: 27px;
    color: #272727;
}

.step2 .optional_point ul.categories li .title {
    font-size: 17px;
    line-height: 27px;
    vertical-align: top;
}

.stars {
    margin-left: 20px;
    display: inline-block;
}

.star {
    background-size: auto 100%;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    margin-right: 7px;
}

.off {
    background: url('../images/category_gray_star.png') no-repeat right 0;
}

.on {
    background: url('../images/category_star.png') no-repeat right 0;
}

.point ul.characters {
    display: inline-block;
    list-style:none;
    /*margin: 20px;*/
    padding:0;
}

.point ul.characters > li {
    float: left;
    width: 70px;
    /*height: 54px;*/
    margin: 14px;
    cursor: pointer;
}

.point ul.characters > .unselected {
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.point ul.characters > .selected {
    filter: alpha(opacity=100);
    opacity: 1;
}

.review_input {
    text-align: center;
}

.point .review_text {
    /*width: 485px;*/
    height: 212px;
    padding: 14px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    line-height: 20px;
    font-size: 13px;
    resize: none;
    box-sizing: border-box;
    width: 95%;
}

.review_text:-ms-input-placeholder,
.review_text::-webkit-input-placeholder {
    opacity: 0.4;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #090909;
}

.point .photo_container {
    height: 100px;
    text-align: center;
    list-style:none;
    margin: 20px 0 2px -11px;
}

.point .photo_container li {
    position: relative;
}

.review_input .photo_container .photo_box {
    background: #e5e5e5;
    width: 95px;
    height: 95px;
    margin: 5px;
    float: left;
    line-height: 95px;
    position: relative;
    cursor: pointer;
}

.review_input .photo_container .photo_box:hover {
    background: #d6d6d6;
}

.review_input .photo_container .photo_box .thumb_wrap {
    background: #e5e5e5;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 95px;
    height: 95px;
}

.review_input .photo_container .photo_box .close_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    border: none;
    background: url("../images/photo_close.png") no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
}

.review_input .photo_container .photo_box img {
    max-width:100%; max-height:100%;
    vertical-align:middle;
    position:relative;
    top:-3px;
}

/*.review_input .my_design {*/
/*    margin-top: 45px;*/
/*}*/

.review_input .my_design .my_design_photo {
    background: #eeeeee;
    margin: auto;
    width: 130px;
    height: 130px;
    line-height:130px;
    text-align: center;
    outline: 1px solid #ddd;
}

.review_input .my_design .my_design_photo img {
    max-width:100%; max-height:100%;
    vertical-align:middle;
    position: relative;
    top: -2px;
}

.review_input .my_design .my_design_checkable {
    margin: 20px;
    height: 26px;
}

.review_input .include_my_design {
    font-family:'Nanum Square', sans-serif;
    font-size: 19px;
    line-height: 26px;
    vertical-align: middle;
    left: 10px;
    margin-left: 7px;
    font-weight: 600;
}

.review_input .clear_text_align {
    text-align: left;
}

.review_input .register_info {
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: #919191;
}

.review_input .clear_text_align .register_info {
    /*left: 34px;*/
    padding: 0 34px;
}

.include_my_design .coupon_service {
    left: 10px;
}

.review_input .design_checkbox {
    width: 26px;
    height: 26px;
    background: white;
    border: 1px #999 solid;
    border-radius: 2px;
    display: inline-block;
    cursor:pointer;
    line-height: 24px;
    margin-left: 57px;
}

.marketing {
    background-color: #ebebeb;
    font-size: 13px;
    text-align: center;
    /*height : 66px;*/
    padding-top : 20px;
    margin-top : 32px;
}

.marketing .check_box_wrap {
    line-height: 22px;
    margin: auto;
}

.marketing .check_box{
    cursor:pointer;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: white;
    border :1px solid #989898;
    display: inline-block;
    vertical-align: text-top;
    line-height: 18px;
}

.marketing .check_box_wrap p {
    margin: 0;
    font-size : 12px;
    color : #777;
}

.coupon_info .popup_close {
    display: inline;
    left: 93%;
    position: absolute;
}

.coupon_info .popup_close img{
    vertical-align : text-top;
    cursor: pointer;
}