/* BASIC css start */
.submenu { padding: 0 15px; box-sizing: border-box; }

ul.board-list.mcate1 li a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0px 9px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
}
ul.board-list.mcate1 li a.on {
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
}

ul.board-list.mcate1 li { width: auto; }

ul.board-list.mcate1 li:last-child { padding-right: 50px; }


xi-star {    font-size: 1.2em;}

.write-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.write-btn a {
    color: var(--main-color);
    background-color: var(--bg-color);
    border: 1px solid var(--bg-border-color);
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 13px;
    width: 48%;
    text-align: center;
}

.write-btn a:first-child {margin-right: 2%;}

.search-wrap {
    display: flex;
    justify-content: right;
}
.search-wrap fieldset {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    align-items: center;
}

.search-wrap select.brd-st {
    height: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
    font-size: 15px;
    width: 45px;
    text-align: center;
    background: transparent;
    font-size:13px;
}
.search-wrap .key-wrap {
    position: relative;
}

.search-wrap input.MS_input_txt {
    border: none;
    height: 30px;
    background: transparent;
    font-size:14px;
    width:80%;
    }
.search-wrap .key-wrap button {
    background-color: inherit;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 20px;
    border: none;
}
.search-wrap .key-wrap button i.xi-search {
    font-size: 16px;
}


#review-board-list {
    border-top: 2px solid #000;
}

#review-board-list .item-wrap { position: relative; padding: 10px 14px; }
#review-board-list .item-wrap dl:before,
#review-board-list .item-wrap dl:after { content: ""; display: table; }
#review-board-list .item-wrap dl:after { clear: both; }
#review-board-list .item-wrap dt { float: left; position: relative; width: 48px; height: 48px; border: 1px solid #bfc2ca; }
#review-board-list .item-wrap dt img { width: 100%; height: 100%; }
#review-board-list .item-wrap dd.subject { display: table-cell; vertical-align: middle; position: relative; padding-left: 10px; height: 48px; font-size: .75em; font-weight: bold; color: #000; }
#review-board-list .item-wrap dd.link-view { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#review-board-list .item-wrap dd.link-view a { display: block; overflow: hidden; width: 100%; height: 100%; text-indent: -9999px; }
#review-board-list .title { position: relative; border-top: 1px solid #8b8b8b; border-bottom: 1px solid #8b8b8b; background-color: #bfc2ca; }

#review-board-list .title .btns { position: absolute; top: 3px; right: 14px; }
#review-board-list .search-wrap { position: relative; padding: 10px 15px; background-color: #fff; }
.search-wrap form { width: 50%; }
#review-board-list .search-wrap .item-search { position: relative; }
#review-board-list .search-wrap .item-search select{width : 70px; font-size:10px;    height: 25px;}
#review-board-list .search-wrap .item-search label { display: block; position: absolute; left: 0; top: 0; color: #000; }
#review-board-list .search-wrap .item-search .wrap { position: relative; margin-left: 75px; padding-right: 60px; }
#review-board-list .search-wrap .item-search .wrap input { width: 100%; height: 25px; }
#review-board-list .search-wrap .item-search a.btn-gray-h25 { position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    line-height: 22px;
    height: 23px;
    text-align: center;
}

#review-board-list .notice-bar {
    position: relative;
    padding: 14px;
    border-top: 1px solid #e2e2e2;
    background-color: #F7F8FA;
}

#review-board-list .notice-bar:first-child {
    border-top: none;

}

#review-board-list .notice-bar dt {
    color: #000;
}

#review-board-list .notice-bar dt strong { padding: 2px 4px; color: #fff; font-size: .75em; background-color: #7e8593; -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#review-board-list .notice-bar dd { margin-top: 5px; color: #777; }
#review-board-list .reviews {
    position: relative;
    border-top: 1px solid #F2F2F2;
}

#review-board-list .reviews>ul>li {
    position: relative;
    padding: 10px 14px;
    border-top: 1px solid #e2e2e2;
    list-style-type: none;
}

#review-board-list .reviews>ul>li:last-child {
    border-bottom: 1px solid #e2e2e2;
}

#review-board-list .reviews > ul > li.re {
    border-top: 1px solid #F2F2F2;
}

#review-board-list .reviews > ul > li:after { clear: both; }
#review-board-list .reviews > ul > li dl { position: relative; }
#review-board-list .reviews > ul > li dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#review-board-list .reviews > ul > li dl > dt.item-name { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #eaeaea; font-size: 11px; font-weight: bold; }
#review-board-list .reviews > ul > li dl h4 { margin: 0; color: #000; }
#review-board-list .reviews > ul > li dl h4 .depth {
    margin: 0 3px 0 -3px;
}
#review-board-list .reviews > ul > li dl h4 img { vertical-align: -2px; }
#review-board-list .reviews > ul > li dl h4 .cate { color: #239cdc; }
#review-board-list .reviews > ul > li dl h4 .reply { color: #fd6d1e; }
#review-board-list .reviews>ul>li dl h4 .original-del {
    font-weight: normal;
}

#review-board-list .reviews>ul>li dl .info {
    color: #878787;
    display: flex;
    align-items: center;
}

#review-board-list .reviews > ul > li dl .info .id {
    width: 34px;
    height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    color: #000;
    overflow: hidden;
    word-break: break-all;
}
#review-board-list .reviews > ul > li dl .info .id img {
    width: 100%;
}
#review-board-list .reviews > ul > li dl .info .btns { display: inline-block; margin-left: 10px; }
#review-board-list .reviews > ul > li dl .info a { font-size: .75em; }
#review-board-list .reviews > ul > li dl .rating { margin-top: 5px; font-size: .75em; color: #777; }
#review-board-list .reviews > ul > li dl .rating label { display: block; }

h4 .gray { 
    padding: 0 3px;
    color: #fff;
    font-size: 11px;
    background-color: #7e8593;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 500;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}
h4 .blue {
    padding: 0 3px;
    color: #fff;
    font-size: 8px;
    background-color: var(--main-color);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 500;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}
#review-board-list .reviews > ul > li.use-image > div dl .icon { position: relative; left: 0; bottom: 0; }
#review-board-list .reviews > ul > li.use-image {}
#review-board-list .reviews > ul > li.use-image > div div.image { float: left; position: relative; width: 93px; z-index: 2; }
#review-board-list .reviews > ul > li.use-image > div div.image img { width: 100%; height: auto; }
#review-board-list .reviews > ul > li.use-image > div dl { position: relative;  }
#review-board-list .reviews > ul > li.use-image > div dl:before,
#review-board-list .reviews > ul > li.use-image > div dl:after { content: ""; display: table; }
#review-board-list .reviews > ul > li.use-image > div dl:after { clear: both; }
#review-board-list .reviews > ul > li .none-data { text-align:center; }
#review-board-list .write-btn { text-align: center; padding: 10px 0; border-top: 1px solid #bababa; border-bottom: 1px solid #bababa; }



/* =============================================================================
   Ä¿¹Â´ÏÆ¼ °Ô½ÃÆÇ ¸ÞÀÎ
   ========================================================================== */
#container .sub-title h4.community { background: url(/images/d3/m_01/bull/sub_title_community@2x.gif) no-repeat 10px center; background-size: 17px 10px; }

#container .reply_status {
    font-size: 12px;
    display: inline-block;
    width: 45px;
    text-align: center;
    margin-left: 20px;
}

#container .reply_status.reply_NONE { 
    color: #878787; }
#container .reply_status.reply_PROGRESS {
    color: var(--main-color);
}
#container .reply_status.reply_DONE {
    color: var(--main-color);
}



#community .board-list li a span { font-weight: normal; font-size: smaller; }
#community .board-list li.board { background: url(/images/d3/m_01/bull/board_list_board@2x.gif) no-repeat 16px center; background-size: 19px 15px; }
#community .board-list li.faq { background: url(/images/d3/m_01/bull/board_list_faq@2x.gif) no-repeat 14px center; background-size: 22px 15px; }
#community .board-list li.review-zip { background: url(/images/d3/m_01/bull/board_list_review_zip@2x.gif) no-repeat 17px center; background-size: 17px 18px; }
#community .board-list li.vs,#community .board-list li.email { background: url(/images/d3/m_01/bull/board_list_vs@2x.gif) no-repeat 15px center; background-size: 19px 17px; }
#community .board-list li.review { background: url(../images/d3/m_01/bull/board_list_review@2x.gif) no-repeat 15px center; background-size: 21px 18px; }
#community .board-list li.q-a { background: url(../images/d3/m_01/bull/board_list_q_a@2x.gif) no-repeat 18px center; background-size: 15px 18px; }


#community .board-list li.fp_board {
    display: inline-block;
    border: 1px solid #e1e1e1;
    width: 26%;
    text-align: center;
    margin-bottom: 5px;
}



.main_title{}
.main_title h1 {font-size:14px; font-weight:400; margin-left:10px}
.main_title img {width:100%}


.cs_notice_box {
    margin: 10px 15px;
    background-color: #F7F8FA;
    padding: 25px 20px;
}

.cs_notice_box h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.cs_notice_box h4 i {
    margin: 0 5px 0 10px;
}

.cs_notice_box p {
    font-size: 13px;
}

.cs_notice_box p span {
    font-size: 12px;
}

#header #fp_top ul .prd_cate i{
    display: inline-block;
    border: none;
    font-size: 15px;
}


.board_big_cate > div {
    font-size: 16px;
    font-weight: 500;
}

.board_big_cate #productAllCategory_bd {
    background-color: #fff;
    position: fixed;
    top: 42px;
    left: 27px;
    width: 104px;
    overflow-y: auto;
    z-index: 999;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    display: none;
    padding: 10px;
}

.board_big_cate #productAllCategory_bd .big_category {
}

.board_big_cate #productAllCategory_bd .big_category > li {
    border-bottom: 1px solid #e2e2e2;
    display: block;
    position: inherit;
}

.board_big_cate #productAllCategory_bd .big_category > li:last-child {
    border-bottom: none;
}

.board_big_cate #productAllCategory_bd .big_category > li > div {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
}

.board_big_cate #productAllCategory_bd .big_category > li > div i {
    float: right;
    line-height: 27px;
    color: #979797;
}

.board_big_cate #productAllCategory_bd .big_category > li > ul {
    display: none;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
}

.board_big_cate #productAllCategory_bd .big_category > li > ul li {
    display: block;
    position: initial;
    line-height: 25px;
}

.board_big_cate #productAllCategory_bd .big_category > li > ul li:last-child {
    margin-bottom: 0;
}

.board_big_cate #productAllCategory_bd .big_category > li > ul a {
    font-size: 13px;
    font-weight: 300;
    color: #777777;
}


/* BASIC css end */

