@charset "utf-8";

.visual { width: 100%;overflow: hidden;}
.visual .mySwiperVisual {height: 100%;position: relative;}
.visual .swiper-slide a{display: flex; justify-content: center; align-items: center;}
.visual .swiper-slide a img {width: 100%; height:70vh; object-fit: cover; }
.visual .swiper-slide a .visual_txt{position: absolute; top: 50%!important; left: 50% !important; transform: translate(-50%, -50%)}
.swiper-wrapper { align-items: center;}
.swiper-pagination {position: absolute; top: 90% !important;  left: 50% !important; transform: translate(-50%, 0) !important; z-index: 10; display: flex; width: fit-content !important;  }
.swiper-pagination .swiper-pagination-bullet {display: inline-block; color: white; opacity: 0.8!important; font-size: 20px; cursor: pointer; text-align: center; background: none; margin: 0 15px !important;}
.swiper-pagination .swiper-pagination-bullet-active {font-weight: 600;opacity: 1!important;}
.swiper-pagination .underline { display: block; width: 140%; height: 1px; margin-left: 1px; background-color: white; margin-top: 4px; }
.visual .visual_txt{text-align: center; width: 100%;}
.visual .visual_txt .visual_stit{color:#e44126; border: 1px solid #e44126; font-weight: 900; width:280px;margin: 0px auto; padding: 4px 0; font-size: 24px;}
.visual .visual_txt .visual_btit{color: white; font-size: 48px; font-weight: bold; margin-top:20px;}


.main .title {text-align: center; margin-top: 50px; margin-bottom: 45px;  border-bottom:1px solid #6d6e67}
.main .title-pt01 { margin-top: 120px;}
.g_tit{color:#000; font-size: 24px;font-weight: bold; margin-bottom: 35px; display: flex; align-items:center; line-height: 0;}
.g_tit img{margin-right: 5px; width: 12px; }


/*콘텐츠1,2*/
.big_cont {display: flex; justify-content: space-between;}
.big_cont >div {width: 48%;}
.big_cont >div .img {overflow: hidden; border-radius: 20px 20px 0 0; }
.big_cont >div .img img{border-radius: 20px 20px 0 0; object-fit:cover; height:100%; width: 100%;   transition: all 0.2s linear;}
.big_cont > div:hover .img img,.big_cont > div .txt_wrap:hover + .img im { transform: scale(1.2, 1.2);  transition-duration: 0.5s;}
.big_cont .txt_wrap {background: #f0f0f0; border:1px solid #bdbdbd; padding: 5% 7% 0% 7%; min-height: 160px;border-radius: 0 0 20px 20px ; }
.big_cont .txt_wrap .tit{ font-weight: bold;margin-top: 5px; font-size: 22px}
.big_cont .txt_wrap .txt{ margin-top: 7px; font-size: 16px; }


/*콘텐츠3,4,5*/
.tit_flex{display: flex;justify-content: space-between; align-items: center; width: 100%; margin-bottom: 24px;}
.tit_flex .more_tit{height: fit-content;}
.tit_flex .g_tit{margin: 0;}
.tit_flex .more_tit a{color:#e44126; border-radius: 30px; border: 1px solid #e44126; padding: 4px 18px; font-size: 16px;}


.small_cont { display: flex; justify-content: space-between; align-items: stretch; height:100%;  }
.small_cont .img { position: relative;  flex: 0 0 auto; border-radius: 15px; overflow: hidden;}
.small_cont .img:after { position: absolute; left:0; top:0; width:100%; height:100%;box-sizing: border-box;  background: transparent; pointer-events: none; content:''; border:1px solid #5d5d5d; border-radius: 15px;}
.small_cont .box_wrap { margin-left: 12px; overflow: hidden; width:100%; }
.small_cont .box_wrap .box { overflow: hidden; height:calc(100% + 0.6em); margin-right: -0.6em; margin-bottom:-0.6em; display:flex; flex-wrap: wrap;}
.small_cont .box_wrap .box .box_cont { display:flex; align-items: center; width: calc(50% - 0.6em); margin-right:0.6em; height:calc(50% - 0.6em); margin-bottom:0.6em; border-radius: 15px;  border:1px solid #5d5d5d}
.small_cont .box_wrap .box .box_cont a{color: #fff;display:block;  word-break: keep-all; transition: 0.3s ease-in-out; font-size: 19px; font-weight:500; padding: 0px 6%;}
.small_cont .box_wrap .box .box_cont a:hover{color: #e5d04d;  word-break: keep-all;}
.small_cont .box_wrap .box .box_cont.gray{background: #8a8a8a;}
.small_cont .box_wrap .box .box_cont.red{background: #ee4b31}

@media all and (max-width : 1440px){
    .visual .visual_txt .visual_stit{font-size: 20px;}
    .visual .visual_txt .visual_btit{ font-size: 36px; }}

@media all and (max-width : 1320px){
    div[class*="main_section"]{padding: 0 20px; margin: 0 auto;}    }

@media all and (max-width : 1259px){

    .small_cont .box_wrap .box .box_cont a { font-size: 16px;}
    .big_cont .txt_wrap { padding: 20px 20px;min-height: 180px;  }
}

@media all and (max-width : 1024px){
    .visual .visual_txt .visual_stit{font-size: 18px;}
    .visual .visual_txt .visual_btit{ font-size: 30px; }


    .main .title { margin-top: 80px; margin-bottom: 36px; }
    .g_tit{font-size: 20px;}

    .big_cont .txt_wrap .tit{ font-weight: bold;margin-top: 5px; font-size: 16px}
    .big_cont .txt_wrap .txt{ margin-top: 5px; font-size: 14px; }
    .big_cont .txt_wrap { padding: 20px 20px;min-height: 160px;  }
    
    .small_cont .img { width: 33%;}
    .small_cont .box_wrap .box .box_cont a{font-size: 12.5px;}
}

@media all and (max-width : 856px){
    .small_cont { display: block; } 
    .small_cont .img { width: 100%; } 
    .small_cont .img img { width:100%; height: auto; } 
    .small_cont .img .pc-only{display: none;} 
    .small_cont .img .mo-only{display: block;} 
    .small_cont .box_wrap { margin-left: 0; overflow: unset; } 
    .small_cont .box_wrap .box{  display: block; margin-right:0;}
    .small_cont .box_wrap .box .box_cont { width: 100%;  margin:20px 0 0 0;}
    .small_cont .box_wrap .box .box_cont.pc-only{display: none;}
    .small_cont .box_wrap .box .box_cont a { font-size: 14px; padding: 20px;}
}


@media all and (max-width : 768px) {
    .swiper-pagination {top: 80%;}
    .visual .visual_txt{width: 100%;}
    .visual .visual_txt .visual_stit{font-size: 18px; width:180px;}
    .g_tit{font-size: 14px;}
    
    .big_cont {display: block;}
    .big_cont >div {width: 100%;}
    .g_tit{ font-size: 20px; margin-top: 40px; margin-bottom: 20px;}
    .big_cont >div .img {width: 100%;}
    .big_cont .txt_wrap .tit{ font-weight: bold;margin-top: 5px; font-size: 18px}
    .big_cont .txt_wrap .txt{ margin-top: 5px; font-size: 16px; }
    .big_cont .txt_wrap { min-height: fit-content}

    .swiper-pagination .swiper-pagination-bullet { scale: 0.7;}
    /* .swiper-pagination .underline { width: 100%; margin-left:0;} */
}

@media all and (max-width : 480px){
    .visual .visual_txt .visual_stit{font-size: 16px; }
    .visual .visual_txt .visual_btit{ font-size: 20px; }
    .g_tit{font-size: 16px;}
    .tit_flex .more_tit a{padding: 4px 8px; font-size: 14px;}
} 