/* BASIC css start */
   body,html{    text-transform:uppercase; }
    #left_top_nav , #logo , #right_top_menu{position:fixed; top:20px;  z-index:5;}
    #left_top_nav {left:20px; cursor:pointer;}
    #logo{left:50%; margin-left:-9px;}
    #right_top_menu{right:20px;}
      #nav_wrap{width:90%;  height:100%; overflow:auto; position:fixed; z-index:3;
        top:0;
        border-radius:1px;
        -webkit-transform : translate3d(-120%, 0px, 0px);
        -webkit-box-shadow: 11px 0px 31px -2px rgba(0,0,0,0.37);
        -webkit-transition:all 0.5s; /* Safari */


        transform : translate3d(-120% , 0px, 0px);            
        box-shadow: 11px 0px 31px -2px rgba(0,0,0,0.37);        
        transition:all 0.5s;    
    }    

    #nav_wrap a{font-size:10px;}
    #nav_wrap.show{            
        -webkit-transform : translate3d(0px, 0px, 0px);
        transform : translate3d(0px, 0px, 0px);

        -webkit-transition:all 0.5s; /* Safari */
        transition:all 0.5s;    
    }


    #nav_mask{width:100%; height:100%; position:fixed; z-index:2; top:0; left:0; background-color:#fff; opacity:0.8; filter:alpha(opacity=80); 
        -webkit-transform : translate3d(-120%, 0px, 0px);
        transform : translate3d(-120%, 0px, 0px);

        -webkit-transition:all 0.5s; /* Safari */
        transition:all 0.5s;    
    }
    #nav_mask.show{left:0;
        -webkit-transform : translate3d(0px, 0px, 0px);
        transform : translate3d(0px, 0px, 0px);

        -webkit-transition:all 0.5s; /* Safari */
        transition:all 0.5s;    
    }
    #nav{overflow:auto; position:relative; z-index:2; width:100%; height:100%; display:table; background-color:#fff;}
    #nav ul{height:100%;}
    #nav li{line-height:35px; }
    #nav li:first-child{padding-top:65px;}
    #nav a{font-size:10px; display:inline-block; position:relative; margin-left:20px;}
    #nav a.active:before{content:''; position:absolute; left:0; right:0; bottom:5px;}
    #nav a.import:before{content:''; position:absolute; left:0; right:0; bottom:5px;}
    #nav .title{width:50%; min-height:100%; background-color:#fff; position:relative; z-index:2; float:left; border-right:1px solid #707070;}
    #nav .sub{width:50%; position:absolute; right:0; top:0; z-index:1; background-color:#fff;}
    #nav .sub div{position:absolute; 
                transition : all 0.3s ease-in-out;
                transform : translate3d(-100%, 0px, 0px);
                -webkit-transition : all 0.3s ease-in-out;
                -webkit-transform : translate3d(-100%, 0px, 0px);
                opacity:0;
    }
    #nav .sub .active{
        transition : all 0.3s ease-in-out;
        transform : translate3d(0, 0px, 0px);
        -webkit-transition : all 0.3s ease-in-out;
        -webkit-transform : translate3d(0, 0px, 0px);
        opacity:1;
    }
    
    
    
    
    
.h_title .bg{line-height:40px; text-align:center; color:#fff; background-color:#666666;}    
    
    
/* 버튼 관련 */
.btn_White {width:100%; height:34px; line-height:34px; background-color:#a3a3a3; text-align:center; display:block; border:1px solid #a3a3a3; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:34px; line-height:34px; background-color:#666; color:#fff; text-align:center; display:block; border:1px solid #666; box-sizing: border-box; vertical-align: middle; color:#fff;}
.btn_Red {width:100%; height:34px; line-height:34px; background-color:#666; color:#fff; text-align:center; display:block; border:1px solid #666; box-sizing: border-box; vertical-align: middle; color:#fff;}
.btn_Grey {width:100%; height:34px; line-height:34px; background-color:#858585; color:#fff; text-align:center; display:block; border:1px solid #858585; box-sizing: border-box; vertical-align: middle; color:#fff;}


.btn_white.inline , .btn_Black.inline , .btn_Red.inline , .btn_Grey.inline{display:inline-block; width:80px; vertical-align:middle;}


.fixButtonR {position:relative; padding-right:120px;}
.fixButton {width:115px; position:absolute; top:0; right:0;}
.more {text-align:center; width:100%; margin-top:30px 0 10px;}
.btn_moreGray {font:500 0.8em 'Yantramanav', sans-serif;color:#666;}
.btn_moreGray span {color:#aaaaaa;}
.btn_moreGray span em {color:#f1191f;}
/* 버튼 관련 */    
    

/* 버튼 */
.bhs_button{width:150px; line-height:36px; border:1px solid #000; background-color:#000; color:#fff; text-align:center; display:inline-block; *zoom:1; *display:inline; vertical-align:middle;}
.bhs_button:hover{background-color:#fff; color:#000;}


.bhs_button.comment_submit{width:75px; line-height:47px;}
.bhs_button.big{width:180px;}
.bhs_button.small{width:80px; margin-bottom:3px;}
.bhs_button.small.top{margin:3px 0 0 0;}
.bhs_button.full{width:100%;}
.bhs_button.margin-up{margin-top:5px;}

.bhs_button.grey{background-color:#ebebeb; color:#000;}
.bhs_button.fixed:hover{background-color:#000; color:#fff;}

/* 영역&공통 */
.btnStrong.comment{height:50px; line-height:50px; width:12%; text-align:center;}

.btnArea {
    margin:10px auto; text-align:center; font-size:0; line-height:0; letter-spacing:-4px;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; vertical-align:top;
}
.btnArea:after { content:""; display:block; clear:both; }
.btnArea  a:first-child,
.btnArea  button:first-child { margin-left:0; }
.btnArea  a,.btnArea  span,.btnArea  button {
    width:100%;
    position:relative; display:inline-block; letter-spacing:0; text-align:center; cursor:pointer; 
    -moz-box-sizing:border-box; box-sizing:border-box;
}
.btnIcon { max-width:12px; max-height:12px; background-size:100% 100%; }

    .btnSubmit.pc:hover ,    .btnEm.pc:hover , .soldout.pc:hover ,     .btnNormal.pc:hover , .btnStrong.pc:hover , .btnBasic.pc:hover{opacity:0.7; filter:alpha(opacity=70);}


    /* 주요 버튼 디자인 */
    .btnArea .btnSubmit { height:36px; line-height:36px; color:#fff; border:1px solid #4a5164; background:#000; }
    .btnArea .btnEm { height:36px; line-height:40px;; border:1px solid #d5d5d5; background:#fff; }
    .btnArea .soldout { cursor:default; }

    

    /* 기본 버튼 디자인 */
    .btnNormal, .btnStrong, .btnBasic {
            display:inline-block; height:38px; line-height:36px; margin:0; padding:0 10px;
            cursor:pointer; vertical-align:middle; font-size:12px;; font-weight:400; border:0;
            -moz-box-sizing:border-box; box-sizing:border-box;
    }
    .btnNormal { color:#fff; border:1px solid #a3a3a3; background:#a3a3a3; }
    .btnStrong { color:#fff; border:1px solid #666666; background:#666666; }
    .btnBasic { color:#000; border:1px solid #c8c8c8; background:#c8c8c8; }
    
    .btnNormal.small {line-height:20px!important; height:22px!important; font-size:11px!important; font-weight:normal!important;}
    .btnStrong.small {line-height:20px!important; height:22px!important; font-size:11px!important; font-weight:normal!important;}
    .btnBasic.small {line-height:20px!important; height:22px!important; font-size:11px!important; font-weight:normal!important;}
    

    .btnNormal:hover {opacity:0.5; filter:alpha(opacity=50);}
    .btnStrong:hover {opacity:0.5; filter:alpha(opacity=50);}
    .btnBasic:hover {opacity:0.5; filter:alpha(opacity=50);}

    a.mini, button.mini { height:26px; line-height:24px; font-size:11px; }

    /* type1 */
    .btnArea.type1 a,
    .btnArea.type1 button { width:100%; margin:0 0 5px 0; height:38px; font-size:13px;; line-height:38px; display:block;}

    /* type2 */
    .btnArea.type2 { padding:0 3px; }
    .btnArea.type2  a,
    .btnArea.type2  button { width:50%; margin:0; font-size:12px;; }
    .btnArea.type2  a:nth-child(1),
    .btnArea.type2  button:nth-child(1) { left:-3px; }
    .btnArea.type2  a:nth-child(2),
    .btnArea.type2  button:nth-child(2) { right:-3px; }

    /* type3 */
    .btnArea.type3 { padding:0 6px; }
    .btnArea.type3  a,
    .btnArea.type3  button { width:33.333%; margin:0;  margin:0; font-size:12px;}
    .btnArea.type3  a:nth-child(1),
    .btnArea.type3  button:nth-child(1) { left:-6px; }
    .btnArea.type3  a:nth-child(3),
    .btnArea.type3  button:nth-child(3) { right:-6px; }

    /* type4 */
    .btnArea.type4 { padding:0 6px; }
    .btnArea.type4  a,
    .btnArea.type4  button { width:25%; margin:0; font-size:11px;  font-weight:normal; }
    .btnArea.type4  a:nth-child(1),
    .btnArea.type4  button:nth-child(1) { left:-5px; }
    .btnArea.type4  a:nth-child(2),
    .btnArea.type4  button:nth-child(2) { left:5px; }
    .btnArea.type4  a:nth-child(3),
    .btnArea.type4  button:nth-child(3) { right:-15px; }
    .btnArea.type4  a:nth-child(4),
    .btnArea.type4  button:nth-child(4) { right:-25px; }

    /* typeFull */
    .btnArea.typeFull { max-width:100%; padding:0 6px; }

    /* 좌우 영역으로 나눠지는 디자인 */
    .btnArea .gLeft { float:left; width:50%; text-align:left;}
    .btnArea .gLeft a, .btnArea .gLeft button { margin:0 0 0 5px; }
    .btnArea .gLeft a:first-child, .btnArea .gLeft button:first-child { margin-left:0; }
    .btnArea .gRight { float:right; width:50%; text-align:right;}
    .btnArea .gRight a, .btnArea .gRight button { margin:0 5px 0 0; }
    .btnArea .gRight a:last-child, .btnArea .gRight button:last-child { margin-right:0; }

/* 가운데 영역 */
.gCenter { text-align:center; }
.gCenter a, .gCenter button { margin:0 0 0 2px; }
.gCenter a:first-child { margin-left:0; }



/*게시판 일괄 적용*/

#review-board-list h3 , #review-board-write h3 , #review-board-type h3{background-color:#666666; color:#fff; line-height:34px; font-size:11px;}
#review-board-list .notice-bar{background-color:#d6c4d4; overflow:hidden;}
#review-board-list .search-wrap{display:none;}
.h_title > h3 > a{display:none;}
.paging a.now{background:none; color:#666; border:0;}
.paging li{list-style:none; display:inline-block; }
.paging a{border:0; color:#666;}


#review-board-type .small-btns{display:none;}

#review-board-write .form-wrap{background:none;}
#review-board-list .boardList li .bl_depth1{height:auto;}
/*
#review-board-list .boardList li dt{float:left;}
#review-board-list .boardList li dd{float:right;}
*/

    
/* BASIC css end */

