/* BASIC css start */
/* header */



#topBnr {

    width: 100%;
    text-align: center;
    background-color: #000;
    height: 40px;
    line-height: 40px;
    
}

#topBnr .topWrap {
    position: relative;
    min-width: 1302px;
    color: white;
}

#topBnr .topWrap>a>img {
    width: 100%;
}

#xbtn {
display:block;

    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
}



/* 헤더시작 */


#header {
    position:relative;
    width: 1540px;
    margin:0 auto;
    height: 115px;

}

#header .header_inner {

    margin: 0 auto;
    height: 115%;
    width: 1540px;


}

#header .header_inner .headerTnb {
    position: relative;
    width: 100%;
    height: 30%;

}

#header .header_inner .headerTnb .tnbLeft {
    float: left;
height:100%
}

#header .header_inner .headerTnb .tnbLeft .tlogo {
    
    height: 100%;
    text-align: center;
    line-height: 100px;
    position:relative;
    z-index:10;


}

#header .header_inner .headerTnb .tnbLeft .tlogo a {
    display: block;
margin-top:50px;

}
#header .header_inner .headerTnb .tnbLeft .tlogo a img{

}

#header .header_inner .headerBottom .tnbLink {
  width: 40%;
  height: 100%;
  position: relative;
  display: inline-block;
}

#header .header_inner .headerBottom .tnbLink ul { 
  width: 40%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .header_inner .headerBottom .tnbLink ul li {
    float: left;

}

#header .header_inner .headerBottom .tnbLink ul li a {
font-size:12px;
    display: block;
    color: #a6a6a6;
    font-family: 'Montserrat', sans-serif !important;
}
#header .header_inner .headerBottom .tnbLink ul li a span{color:#222; font-weight:600}
#header .header_inner .headerBottom {
  position: relative;
  width: 100%;
  height: 30%;
  clear: both;
  text-align: right;
}



#header .headerBottom .searchArea {  top: 80%;
  transform: translateY(-50%);
  right: 0;
  width: 234px;
  height: 40px;
  border-bottom: 1px solid rgb(196, 196, 196);
  display: inline-block;
}

#header .headerBottom .searchArea .search {
    position: relative;
    width: 234px;
    height: 40px
}

#header .headerBottom .searchArea .search input {
    padding-left: 10px;
    width: 100%;
    height: 39px;
    line-height: 40px;
    border: none;
    background: #fff
}

#header .headerBottom .searchArea .search a {
    font-size:0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    text-indent: -9999em;
    background: url(/design/kanghansam/justone/PC/just_one/img/search.png) no-repeat center center;
}




.recent{
    margin-top: 20px;
    
}
.recent p{}
.recent .recent_view{
    border: 1px solid red;
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}







aside {
    width: 235px;
    height: 100vh;
    z-index:1;
    position: fixed;    
    top: 0;
    margin-top:155px;


}

aside .aside_inner{
    width: 50%;


    height: 850px;

}

aside .asideGnb{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
aside .asideGnb .depth1{
    /* display: flex; */
    /* border: 1px solid red; */
}
aside .asideGnb .depth1>li{


    /* background-color: white; */
    margin-bottom: 10px;
    position: relative;
}
aside .asideGnb .depth1>li.hasChild:hover ul.sub_menu.depth2{display:block;}
aside .asideGnb .depth1>li.hasChild ul.sub_menu.depth2{display:none}
aside .asideGnb .depth1>li.hasChild .sub_menu.depth2{
    display: block;
    z-index: 22222;
    border: 1px solid #ccc;
    padding: 17px;
    background: #fff;
    right: -60px;
    top: -10px;
    text-align: center;}




aside .asideGnb .depth1>li.hasChild .sub_menu.depth2 a{
    color: #7e7e7e;
    padding: 4px 0;
    display: block;}


aside .asideGnb .depth1>li a{color:#ddd}

aside .asideGnb .depth1>li>a{display: block;color:#636363; font-size:13px; }
aside .asideGnb .depth1 .sub_menu{
    position: absolute;    
    right: 0;
    top: 0;
    margin-right: 20px;
}

aside .boardArea li{
margin-bottom:10px;
}




.recent{
width:100px;
    margin-top: 120px;
    position:relative;
    
}
.recent p{
margin-bottom:10px}
.recent .recent_view{

    width: 100px;
    height: 100px;
    display: inline-block;
border:none;
    position: relative;
}




.arrows{
    position: absolute;
    top: 0;
    right: 0;
}
.arrows li{
margin-left:10px;
    float: left;
}

.recent_prd{display:none;}
.recent_prd.swiper-initialized{display:block; z-index:9000}


ul.depth1.csArea {
    margin-top: 30px;
}
ul.depth1.csArea li {
    line-height: 1.75em;
}
/*왼쪽메뉴 고정 css*/
.fix_detail { margin-top: 0;  position: fixed; top: 30px;transition: all 0.2s ease-out 0s; z-index: 11;}
#blk_scroll_wings {position:fixed!important;top:500px!important;}
#blk_scroll_wings.fixed {position:fixed!important;top:370px!important;}



/* BASIC css end */

