@charset "utf-8";
@media (max-width:1140px){
    .swiper-button-next,
    .swiper-button-prev{
        display: none !important;
    }
}
@media (max-width:1030px){

    img{
        width: unset;
    }
    .wrep_contents {
        width: 100%;
        padding:20px;
    }
    div.main_menu{
        width: 100%;
        padding:25px 20px;
    }
    .footer_area{
        width: 100%;
        padding:0 20px;
    }
    .banner_area_top{
        flex-direction: column;
        gap: 12px;
    }
    .banner_area_top_item2_butt,
    .sub_menu_boxs select{
        display: none !important;
    }
    .banner_area_top_item2_grid {
        display: grid;
        grid-template-columns:1fr 1fr 1fr 1fr;
        background-color: #ffff;
        border-radius: 10px;
        border: 1px solid #E3E5E8;
    }
    .banner_area_top_item1{
        width: unset;
    }
    .banner_area_top_item2_grid a{
        border: none;
        width: unset;
        border-right: 1px solid #E3E5E8 !important;
    }
    .banner_area_top_item2_grid a:nth-child(1){
        border-bottom: 1px solid #E3E5E8 !important;
    }
    .banner_area_top_item2_grid a:nth-child(2){
        border-bottom: 1px solid #E3E5E8 !important;
    }
    .banner_area_top_item2_grid a:nth-child(3){
        border-bottom: 1px solid #E3E5E8 !important;
    }
    .banner_area_top_item2_grid a:nth-child(4){
        border-bottom: 1px solid #E3E5E8 !important;
    }
    .banner_area_top_item2_grid a:nth-child(odd) {
        border-right:none;
    }
    .banner{
        gap: 12px;
    }
    .wrep_contents{
        gap: 20px;
    }
    .section_grid_3{
        gap: 12px;
    }
    .section_grid_2{
        gap: 12px;
    }
    .section_grid_1{
        gap: 12px;
    }
}
@media (max-width:880px){
    .banner_area_bottom_imgbox{
        display: none;
    }
    .banner_area_bottom a{
        padding: 24px 0;
    }
}
@media (max-width:670px){
    .section_grid_3{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:600px){
    .banner_area_bottom a{
        padding: 16px 4PX;
    }
    .banner_area_bottom a p{
        font-size: 14px;
    }
    .top_arrow_button{
        display: none;
    }
}

@media (max-width:500px){
    .banner_area_bottom a p br{
        display: block;
    }
    .banner_area_top_item1 {
        height:unset;
    }
    .banner_area_top_item2_grid_item_p {
        font-size: 11px;
        line-height: 12px;
    }
    .banner_area_bottom a p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: unset;
        text-align: center;
    }
    .section_grid_item_img {
        width: 40%;
        height: 120px;
        border-bottom: unset;
        border-right: 1px solid #E3E5E8;
        overflow: hidden;
    }
    .section_grid_item_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section_grid_3 {
        grid-template-columns: 1fr;
    }
    .section_grid_item{
        flex-direction: unset;
    }
    .section_grid_item_p{
        width: 60%;
        height: 100%;
        gap: 6px;
        padding: 0 12px;
        max-height: 120px;
    }
    .section_grid_item_p h2{
        font-size: 13px;
        word-break: keep-all;
    }
    .section h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .section_grid_item_p p {
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: keep-all;
    }
    .section_grid_2 {
        grid-template-columns: 1fr;
    }
    .banner_area_top_item1_inbox a p {
        font-size: 14px;
        line-height: 20px;
    }
    .banner_area_top_item1_inbox h1 {
        font-size: 16px;
        line-height: 24px;
        color: #ffce5d;
    }
    .banner_area_top_item1_inbox{
        width: 95%;
        padding: 12px 6px;
    }
    .sub_menu_box{
        margin-left: 27px;
    }
}