/* BASIC css start */
#review-board-write { padding: 25px 14px 80px; }

.agreeBox {
    padding: 8px 0;
}

div.view {
    font-size: 13px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: -7px;
    display: inline-block;
    /* float: left; */
}


.view_box01 h1 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}

.txt {
    font-size: 13px;
    color: #000;
    line-height: 1.7;
}

.agreeBox li.ml10 label:first-of-type input {
    margin-top: -1px;
    margin-right: 5px;
}

.agreeBox li.privacy, .agreeBox li.mt5 {
    display: none;
}

.agreeBox li.ml10 label:first-of-type {
    font-size: 0;
    float: left;
}
.agreeBox li.ml10 label:last-of-type {
    display: none;
}

#review-board-write .form-wrap {
    background-color: #fff;
    padding: 15px 0;
}
#review-board-write table {width:100%;}
#review-board-write table th {
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
#review-board-write table th, #review-board-write table td {padding:8px 0;}
#review-board-write table .fixButtonR .MS_input_file_button {width: 115px; display: inline-block; position: absolute; top:0; right:0;}
#review-board-write table .fixButtonR .MS_input_file_button {
    height: 40px;
    line-height: 44px;
    background: #000;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    color:#fff;
}
#review-board-write table textarea {
    height: 110px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    width:100%;
}
#review-board-write table .agree a {position: absolute; right: 0; border: 1px solid #c4c4c4; padding: 2px 5px; margin-right: 10px; background-color: #fff;}
#review-board-write .pd10 {margin-top:20px; padding:0;}


#review-board-write .write-btn .btn_Red {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 47px;
    border: 1px solid #000;
    box-sizing: border-box;
        margin: 20px 0 0;
    font-size: 15px;
    font-weight: 500;
    background: #000;
    color: #fff;
}
#review-board-write .write-btn .btn_White {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 47px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 7px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    background: #fff;
}

#review-board-write .reviewInfo {padding: 14px;border: 1px solid #ccc;}
#review-board-write .reviewInfo figure { position:relative; overflow:hidden; }
#review-board-write .reviewInfo figure a {float: left;padding-right: 10px;}
#review-board-write .reviewInfo figure a img {width: 80px;}
#review-board-write .reviewInfo figure figcaption { line-height: 20px; }
#review-board-write .reviewInfo figure figcaption {  word-break: break-all; }
#review-board-write .reviewInfo figure figcaption.link-view {  }
#review-board-write .reviewInfo figure figcaption.link-view a { width: 85px; height: 23px; border: 1px solid #c7c7c7; display: inline-block; text-align: center; line-height: 23px; font-weight: bold; margin-top: 10px; }


#review-board-write table td input.MS_input_txt {
    width:100%;
    height: 40px;
    line-height: 42px;
    font-size: 13px;
    color: #666;
    font-family: BemboMTPro, 'NotoSansCJKR';
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding-left:12px;
}


#review-board-write table td input.MS_input_file {
    width:100%;
    height: 40px;
    line-height: 42px;
    font-size: 13px;
    color: #666;
    font-family: BemboMTPro, 'NotoSansCJKR';
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#review-board-write .reviewInfo figure figcaption { position:absolute; top: 50%; left: 95px; transform:translateY(-50%); }

figcaption {
font-size: 15px;
    color: #333;
    font-weight: 400;
}


.top_box .user_box, .top_box .links {
    display: none;
}

.top_box { padding-bottom:0; }


#review-board-write table td select { 
    width: 100%; 
    height: 40px;
    border: 1px solid #ccc;
	display:block;
    color:#666;
    background:#fff url('/design/coachkorea/MB/sel_icon.png') no-repeat 95% 15px; 
    background-size:12px 7px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
    padding-left:12px;	
    font-size:14px; 
    font-weight: 400; 
    color:#666666; 
        line-height: 42px; 
    outline:none;
}


.view_back01 {display:none;position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index: 200;}


.view_box01 {
    width: 90%;
    padding: 20px 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 201;
    transform: translate(-50%, -50%);
    background: #fff;
}

.view_box01 textarea {
    width: 100%!important;
    border: 1px solid #ccc;
    margin-top: 1px;
}

.view_box01>a {
    width: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.view_box01>a img { width:100%; }



/* BASIC css end */

