/* BASIC css start */
#review .tit-sch { padding-bottom:5px; font-size:18px; color:#202020; font-weight:bold }
#review .table-sch { padding:30px 0 30px 113px; text-align:center; border:1px solid #e3e3e3 }
#review .table-sch table { width:857px }
#review .table-sch th { font-size:16px; color:#555; font-weight:normal; }
#review .table-sch td { padding:10px 0 }
#review .table-sch td p { padding-top:9px }
#review .table-sch td select[form=review_search] { width:150px; height:30px }
#review .table-sch td select[name=branduid] { width:563px }
#review .table-sch td input {  width:563px; height:38px; line-height:38px; border:1px solid #ddd }
#review .table-sch td .btn_search { display:inline-block; width:138px; height:38px; font-size:14px; color:#fff; text-align:center; line-height:38px; border:1px solid #000; background:#000; -webkit-transition:all 0.3s ease; transition:all 0.3s ease }
#review .table-sch td .btn_search:hover { color:#000; background:#fff }
#review .table-sch td .btn_search:active { position: relative; top: 1px }


#review .table-review-info .score-icon { padding-top:5px }
#review .table-review-info { margin-top:20px }
#review .table-review-info th { background-color:#f5f6f8; }
#review .foot-msg { margin-top:35px; font-size:14px; color:#7b7b7b; line-height:14px }
#review .foot-msg span { color:#0e0d0d }
#review .notice-list { width: 400px; }
#review .notice-list li { word-wrap: break-word; }


#contentWrapper { background-color:#f5f6f8; }
#content { padding-bottom:60px; }

.page-body { min-height:500px; }
.bbsWrap { width:100%; padding:60px; border:0px solid #e5e5e5; background-color:#fff; box-sizing:border-box; overflow:hidden; /*box-shadow:10px 15px 20px rgba(0,0,0,0.04)*/; }
.bbs-hd01 { width:100%; padding:60px 0; }
.bbs-hd01 h3 { font-size:27px; font-weight:500; margin-bottom:5px; color:#222; text-align:center; }
.bbs-hd01 h3 span { color:#3ba0ec; }
.bbs-hd01 h4 { font-size:16px; font-weight:300; margin-bottom:30px; color:#3ba0ec; text-align:center; }
.bbs-hd01 .link01 { width:100%; text-align:center; font-size:0; }
.bbs-hd01 .link01 li { display:inline-block; }
.bbs-hd01 .link01 li a { display:block; width:198px; height:43px; font-size:14px; font-weight:400; color:#39406a; text-align:center; line-height:43px; border:1px solid #39406a; border-right:none; }
.bbs-hd01 .link01 li:last-child a { border-right:1px solid #39406a; }

.bbs-hd01 .link01 li a:hover{	background-color:rgba(57,64,106,0.5); color:#fff; }

.bbs-hd01 .link01 li a.lets { background-color:#39406a; color:#fff; }

.bbs-tit { margin-top:0 !important; }
.bbs-tit > h3 { font-size:17px !important; font-weight:600; color:#222; line-height:40px; }

.bbs-table-list > table { background-color:#fff; }
.bbs-table-list > table > thead > tr > th { padding:15px 0 !important; background-color:#f5f6f8; }

.paging { padding:50px 0 0 !important; }
.paging a { width:40px; height:40px; font-size:14px; text-align:center; line-height:40px; color:#222; border:0px solid #fff; padding:0 !important; margin:0 6px !important; background-color:#fff; }
.paging a.now { border-bottom:1px solid #0083cb; background-color:#fff; color:#0083cb; }
.paging a:hover { border-bottom:1px solid #0083cb; }
.paging a.next,
.paging a.last,
.paging a.first,
.paging a.prev { font-size:14px !important; line-height:40px !important; }

.bbs-sch .key-wrap a { display:inline-block; width:38px; height:38px; border:1px solid #39406a; background-color:#39406a; text-align:center; line-height:38px; color:#fff; font-size:14px; }
.bbs-sch .key-wrap .MS_input_txt { width:198px !important; height:38px !important; border:1px solid #39406a; }

.tb-thumb a { display:inline-block; width:70px; border:1px solid #fff; transition:all .2s; }
.tb-thumb a:hover { border:1px solid #3ba0ec; }

.tb-left a { transition:all .2s; }
.tb-left a strong { display:inline-block; margin-bottom:8px; }
.tb-left a:hover { color:#3ba0ec; }

.review-tx { background-color:#f5f6f8; color:#222 !important; }




/* 탭메뉴 */
.tab_menu{
    width:100%;
    margin-top:150px;
    margin-bottom:50px;
    background:none;
    background-color#fff;
}

.tab_menu ul{
    width:100%;
    margin-bottom:0px;
    overflow:hidden;
}

.tab_menu ul li{
    width:50%;
    height:60px;
    float:left;
}

.tab_menu ul li a{
    display:block;
    width:100%;
    height:100%;
    line-height:60px;
    text-align:center;
    font-family:'Noto Sans KR', sans-serif;
    font-size:16px;
    font-weight:400;
    color:#b4b4b4;
    background-color:#fff;
    border:1px solid #e2e2e2;
    border-left:none;
    box-sizing:border-box;
    transition:all 0.8s;
}
.tab_menu ul li:nth-child(1) a{
    border-left:1px solid #e2e2e2;
}

.tab_menu ul li:hover a{
    box-shadow: 600px 0 0 0 rgba(0,0,0,0.25) inset,
                -600px 0 0 0 rgba(0,0,0,0.25) inset;
    color:#fff;
}

.tab_menu ul li.active a{
    box-shadow:600px 0 0 0 rgba(0,0,0,0.45) inset;
    color:#fff;
}
    
.tab_menu h1{
    font-family:'Noto Sans KR', sans-serf;
    font-size:40px;
    color:#222;
    font-weight:600;
    clear:both;
    margin:30px 0;
}

.tab_menu h1 span{
    font-size:16px;
    font-weight:400;
    color:#333;
}






/* BASIC css end */

