/* 태블릿 */
@media screen and (max-width: 1200px) {
  body{
  
    overflow-x:hidden;
  }

  .content_main{
    background:#fff;
    width:100%;
    padding:0px 0;
    margin: 50px 0;
    border-radius: 0px;
  }

  .navbar-toggler{
    display:block;
  }
  .header:hover .nav-link {
    color: #eee !important;
  }

  .header .nav-link:hover {
    color: #f79393 !important;
  }

  .dropdown-toggle::after {
    display:none;
  }

  
  .menu .navbar-nav{
    background: #000;
    padding:0;
  }

  .menu .nav-item{
    border-bottom: 1px solid #2d2d2d;
    padding: 0px;
  }

  .header .nav-item .nav-link{
    padding: 21px 40px !important;
    color:#000 !important;
  }

  .sub_nav {
    min-width: 100%;
    padding:0;
    position: relative;    
    overflow: unset;
  }

  .sub_nav .sub_ul{
    border-top:1px solid #272727;
    background:#1d1d1d;
    display: block;
    box-shadow: inset 1px 1px 3px rgb(0 0 0 / 10%);
  }

  .sub_nav .sub_ul .sub_li{
    padding: 15px 0 15px 38px !important;
    border-bottom: 1px solid #272727;
  }

  .sub_nav .sub_ul {
    margin-top:0;
  }

  .mobile_padding{
    padding:10px;
    text-align:center;
  }
  .menu1:hover .sub_nav{
    display:contents;
  }

  #navbarNavDropdown{
    display: none;
    order:1;
  }

  .mobile_nav{
    transition: all 0.3s ease-in-out;
    width:400px;
    height:100vmax;
    background: #fff;
    position: fixed;
    top:0;
    right:-500px;
    color: #000;
    z-index:99999;
    display:block;
    overflow-y: scroll;
    box-shadow: -10px -10px 10px rgb(0 0 0 / 5%);
  }

  .mobile_nav_close_box{
    display: block;
    position: absolute;
    cursor: pointer;
    right: 20px;
    padding: 20px;
    font-size: 2rem;
  }

  .mobile_nav_li{
    padding:2rem 2rem 0rem;
  }

  .mobile_nav_li .mobile_nav_a{
    font-size:1.2rem;
    font-weight:500px;
    margin-top:20px;
  }

  .mobile_sub_ul{
    padding-top:10px;
    padding-left: 0px;
  }
  
  .mobile_sub_li{
    padding:0.5rem 1.2rem;
  }

  .mobile_sub_li .mobile_nav_a{
    font-size:1rem;
  }
  
  .mobile_nav_a{
    color:#000;
  }

  .show{
    right: 0px;
  }

  .smap {
    text-align: center;
    padding-right: 0px;
    position: relative;
    display: block;
    margin-top: 20px;
  }

  .header:hover{
    background: unset;
  }
  .header:hover .menu_logo {    
    filter: brightness(10);
  }

  .header:hover a{
    color:#9e9e9e !important;
  }

  .main_logo_box {
    margin-left: 50px;
  }

  .sub_back{
    margin-top: 15px;
  }
  .menu{
    width:100%;
    padding: 30px 20px 0 20px;
    border-bottom:unset;
    justify-content: space-between;
  }
  .content_main .content_main_h4 .content_main_p{
    width:100%;
  }

  
  .content_main h4 img{
    width:100% !important;
    margin:0 0 30px;
  }


  .content_sub{
    width: 100%;
  }


  @keyframes theme1_toleft {
    from {
      margin-left:100%;
    }
    to {
      margin-left:50%;
    }
  }

  .theme1{
    height:200px;
  }

  .theme1 .theme1_txt_back{
    padding:10px 10px 30px;    
    width:50%;
  }

  .theme1 .theme1_txt{
    font-weight: 500;
    font-size:0.9rem;
    line-height:1.2rem;
  }
  
  .theme1 .theme1_txt2{
    margin-top:110px;
    font-weight: 400;
    font-size:0.7rem;
    line-height:1rem;
  }
}
