
/* subcontents */




#subcontent {


}




.subcontent__wrap {
    width: 1230px;
    margin: 0 auto;
    
}



.subcontent01__wrap {
    margin-top: 150px;
}



.subcontent02a__wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}




.subcontent02a__wrap ul {
    display: flex;
    justify-content: center;
    width: 1230px;
}


.subcontent02a__wrap ul li {
    width: 25%;
    border: 1px #dfdfdf solid;
    text-align: center;
}


.subcontent02a__wrap ul li:hover {
    background-color: #d3d3d3;
}



.subcontent02a__wrap ul li.active_a {
    background-color: var(--color-light-blue);
    border: 0;
}



.subcontent02a__wrap ul li a {
    font-size: 16px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2e2e2e;
    cursor: pointer;
}



.subcontent02a__wrap ul li a:hover {
    color: var(--color-white);
}


.subcontent02a__wrap ul li.active_a a {
    color: var(--color-white);
}



.subcontent__span {
    font-size: 16px;
    font-weight: 500;
}




/* swiper */


.swiper {
    width: 100%;
  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }


  .swiper-slide {
    background-size: cover;
    background-position: center;
  }


  .mySwiper2 {
    height: 80%;
    width: 100%;
  }


  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
margin-bottom: 20px;
  }


  .mySwiper .swiper-slide {
        width: 25%;
    height: 80%;
    opacity: 0.4;
  }


  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .swiper-button-next,.swiper-button-prev {
    padding-top: 50px;
  }



/* È­¸é³Êºñ 0~1350px */
@media (max-width: 1350px){


    #subcontent {
        margin-left: 5%;
        margin-right: 5%;
    }


    .subcontent__wrap {
        width: 100%;
    }




    .subcontent01__wrap {
        margin-top: 120px;
    }
        
    .sub_h1 {
        font-size: 4.9vw;
        line-height: 5vw;
    }


    .sub_h3 {
        font-size: 2.8vw;
        line-height: 4vw;
    }


    .sub_h4 {
        font-size: 2.2vw;
        line-height: 2.6vw;
        padding-left: 0;
    }



    .subcontent02a__wrap {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 90%;
    
    }
    
   
    .subcontent02a__wrap ul {
        width: 100%;
    }
    
    .subcontent02a__wrap ul li {
        width: 33.3%;
    }
        
    .subcontent02a__wrap ul li a {
        font-size: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
    }



}




 



/* È­¸é³Êºñ 0~670px */
@media (max-width: 670px){


    .subcontent01__wrap {
        margin-top: 20vw;
    }
   
        
    .sub_h1 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .sub_h3 {
        font-size: 20px;
        line-height: 38px;
    }


    .sub_h4 {
        font-size: 16px;
        line-height: 20px;
    }


    .subcontent02a__wrap ul {
        display: block;
        width: 100%;
        margin: 0 auto;
    }


    .subcontent02a__wrap ul li {
        width: 100%;
        border-top: 0;
      }


}