/*서브탭메뉴*/
.tabwrap {
    display: none;
    transform: rotate(-0.03deg);
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
   margin-top: 50px;
}

.tabwrap.tw_list {
    height: 104px;
}

.tabwrap ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.tabwrap > ul > li {
    display: block;
    /* margin-left: 5px;  */
    font-size: 15px;
    line-height: 46px;
    transform: rotate(-0.03deg);
    width: 100%;
    border: solid 1px #ccc;
    border-right: 0;
    text-align: center;
}

.tabwrap > ul > li:last-child {
    border-right: 1px solid #cccccc !important;
}

.tabwrap ul a {
    display: block;
    background: #fff;
    color: #636363;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

.tabwrap ul li:first-child a {
    border-left: none;
}


.tabwrap > ul > li > a.tab_on {
    background: #1c3b32 !important;
    color: #fff !important;
}


.tabwrap ul > li > .bt_li {
     width: 800px;
    margin: 0 auto;
    z-index: 999;
    display: none;
    /* display: none; */
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -100px;
}

.tabwrap ul > li > .bt_li li {
    position: relative;
    width: 100%;    
}

.tabwrap ul > li > .bt_li.ver2 {
    width: 1200px;
    left: 50%;
    margin-left: -120px;
}

.tabwrap ul > li > .bt_li.ver2 > ul {
    max-width: 400px;
}

.tabwrap ul > li > .bt_li.ver3 {
    left: 0;
    margin-left: -40px;
}


.tabwrap ul > li > .bt_li li:last-child:after  {
    display: none;
}

.tabwrap ul > li > .bt_li li.tab_on {
    background: #ffffff !important;
    color: #636363 !important;
}

.tabwrap ul > li > .bt_li li:after {
    content: "ㅣ";
    display: block;
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;
    color: #bbb;
    z-index: 111;
}

.intab_on {
    font-weight: 700 !important;
    color: #23201f !important;
}


/************************* depth_area start ****************************/



  .depth_area {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
  }

  .depth_area .depth_two {
    display: flex;
    flex-wrap: nowrap;
    border: 0;
  }


  .depth_area .depth_two li{
    position: relative;
    width: 100%;
    height: 76px;
    box-sizing: border-box;
    color: #afafaf;
    display: block;
    text-align: center;
    border: none;

  }

  .depth_area .depth_two li a {
       width: 100%;
    /* line-height: 4vw; */
    height: 76px;
    line-height: 76px;
    /* padding-top: 3.5vw; */
    box-sizing: border-box;
    font-size: 16px;
    color: #afafaf;
    background: #ffffff;
    display: block;
    text-align: center;
    border: none;
  }

  .depth_area .depth_two li::after {
    content: "ㅣ";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;
    color: #bbb;
    z-index: 111;
  }

  .depth_area .depth_two li:last-child::after {
    display: none;
  }

  .depth_on {
    color: #333 !important;
    font-weight: 600 !important;
    z-index: 11111;
  }


/************************* depth_area end ****************************/