/* 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:33.33%;  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;
    }
    
    
    
    
    
    
    
    
    
    

    
    
/*paging*/
.paging{text-align:center; line-height:30px; margin:20px 0 20px 0;}
.paging li{display:inline-block; *zoom:1; *display:inline; vertical-align:middle; border:1px solid #fff; width:30px; line-height:30px; text-align:center;}

.paging strong{background-color:#fff; color:#000;}
.paging a , .paging strong{display:inline-block; vertical-align:middle; *zoom:1; *display:inline; width:20px; line-height:20px;}


.paging .first{margin-right:10px;}
.paging .prev , .paging .first{border:0;}

.paging .next{margin-left:10px;}
.paging .next , .paging .last{border:0; display:none;}
    

/*테이블 일괄 셋팅*/
    .bhs_hide{visibility:hidden;}
    .tb-center{text-align:cenetr;}
    .bhs_table th , .bhs_table td{padding:15px 0 15px 0;}
    .bhs_table thead th{ font-weight:bold; border-bottom:2px solid #000;}

/*게시판 list*/
    #bbsData .braket{display:none;}
    #bbsData .tb-center.custom{padding-left:120px;}
    #bbsData .tb-center{text-align:center;}
    #bbsData th , #bbsData td{padding:10px; overflow:hidden;}
    #bbsData thead th{ font-weight:bold; border-bottom:2px solid #000;}
    .bbs-tit{background-color:#666666; text-align:center; line-height:40px; color:#fff; font-weight:normal;}
    
    .bbs-hd{display:none;}
    .bbs-sch{display:none;}
/*게시판 read*/    
    .view-link{width:100%; display:table;}
    .view-link > dl{width:48%; float:left;}    
    .view-link > dl+dl{float:right;}
    .wrt{margin-bottom:10px;}


/* 버튼 */
.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 {
    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; }

/* 팝업에서 grid를 사용하지 않는 경우 */
#popup .btnArea > a:nth-child(2),
#popup .btnArea > button:nth-child(2) { margin-left:3px; }

































@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("http://dimito01.godohosting.com/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"!important; src: url("http://dimito01.godohosting.com/fonts/slick.eot"); src: url("http://dimito01.godohosting.com/fonts/slick.eot?#iefix") format("embedded-opentype"), url("http://dimito01.godohosting.com/fonts/slick.woff") format("woff"), url("http://dimito01.godohosting.com/fonts/slick.ttf") format("truetype"), url("http://dimito01.godohosting.com/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next {
	background-size:cover;
    	z-index:5;
	background-size:50px;		
	position: absolute; display: block; height: 50px; width: 50px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; 
}
.slick-prev{background-image:url('http://dimito01.godohosting.com/img/left_arrow.png');}
.slick-next{background-image:url('http://dimito01.godohosting.com/img/right_arrow.png');}
/*
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
*/
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display:none;}

.slick-prev { left:0; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right:0; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -10px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; font-family: "slick"!important;}
.slick-dots li { position: relative; display: inline-block; height: 5px; width: 5px; margin: 0 5px; padding: 0; cursor: pointer; background-color:#aaa; border-radius:10px;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active{background-color:#000;}
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */}


/* BASIC css end */

