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




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

#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;
}








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!important; top: 50px;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:400px!important;}





/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  text-align: center;
  
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;

  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 100000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}


/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 12px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 12px);
  transform: translate(-.5em, -50%);
}


/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}




#rt_wing {position:fixed;right:0;top:280px;border-top:1px solid #e7e7e7;z-index:999;}
#rt_wing li {position:relatvie;display:block;width:40px;height:40px;line-height:40px;text-align:center;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;}
#rt_wing li:hover {background-color:#f1f1f1;}
#rt_wing li:hover .img {opacity:0;}
#rt_wing li:hover .imgOver {opacity: 1;transition: opacity 0.2s linear;}
#rt_wing li .imgOver {opacity:0;}
#rt_wing li .img {opacity: 1;transition: opacity 0.2s linear;}
#rt_wing li img {position:absolute;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);}
#rt_wing li.search {position:relative;}

.searchArea_layer { background-color:#ffffff;position:fixed;opacity: 0;right:50px;border:1px solid #e7e7e7;top:500px;width:440px;z-index:999;padding:30px;}
.searchArea_layer .search {position:relative;} 
.searchArea_layer .search h2 {font-size:18px;color:#000000;margin-bottom:30px;}
.searchArea_layer .search .asi_close {position:absolute;right:0px;top:0px;} 
.searchArea_layer .search li {font-size:13px;display:inline-block;width:70%;padding-bottom:10px;}
.searchArea_layer .search li.title {width:28%;}
.searchArea_layer .search li input {width:100%;border:1px solid #e7e7e7;height:30px; }
.searchArea_layer .search li a { display:inline-block; width:100%;background:#000;color:#fff;text-align:center;font-size:14px;padding:10px 0; }
.show1 {opacity: 1;!important;transition: opacity 0.2s linear;}





/* BASIC css end */

