@charset "utf-8";
/*
2024-04-04 (주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.sgg3 .main_cont_title h2{font-weight: 600; color: #1b1b1b; font-size: 28px;}
.sgg3 .main_cont_title h3{font-size: 14px; line-height: 24px; color: #666666; font-weight: 400; margin-top: 20px;}

.sgg3 .widget_box{margin-top: 36px;}
.sgg3 .widget_box .tap_list{display: flex; flex-wrap: wrap;}
.sgg3 .widget_box .tap_menu.pc .container_fix{width: 1230px !important;}
.sgg3 .widget_box .tap_list li{background-color: #f3f3f6; border-radius: 20px; padding: 9px 20px; margin-right: 10px; cursor: pointer;}
.sgg3 .widget_box .tap_list li:last-child{margin-right: 0;}
.sgg3 .widget_box .tap_list li.active{background-color: #8d70ed;}
.sgg3 .widget_box .tap_list li span{display: block; width: 100%; height: 100%; color: #5d5e68; font-size: 14px; text-align: center;}
.sgg3 .widget_box .tap_list li.active span{color: white;}

.sgg3 .widget_box .tap_content_box{ position: relative; overflow: hidden;}
.sgg3 .widget_box .tap_content_box .left_fake,
.sgg3 .widget_box .tap_content_box .right_fake{position: absolute; width: calc((100% - 1020px) / 2); top: 0; height: 100%; background-color: rgba(0,0,0,.6); z-index: 2;}
.sgg3 .widget_box .tap_content_box .left_fake{left: 0; border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
.sgg3 .widget_box .tap_content_box .right_fake{right: 0; border-top-left-radius: 8px; border-bottom-left-radius: 8px;}


.sgg3 .swiper-slide a {position: relative; overflow: hidden; border-radius: 8px;}

.sgg3 .widget_box .swiper-container{max-width: 1000px; margin: 0 auto; overflow: visible;}
.sgg3 .img_wrap { overflow: hidden; border-radius: 8px;}
.sgg3 .img_wrap .img_item{transition: all .5s}

.sgg3 .swiper-slide a .write_text {position: absolute; display: flex; flex-direction: column; gap: 15px 0; width: 100%; height: 100%; top: 0; left: 0; align-items: center; justify-content: center; background: rgba(17, 17, 17,0.5); border-radius: 8px; opacity: 0; visibility: hidden; overflow: hidden; transition: all .3s ease-in-out;}

.sgg3 .swiper-slide a .write_text .text_e {font-family: "EB Garamond", serif !important; font-size: 55px; font-weight: 400; color:#fff;}
.sgg3 .swiper-slide a .write_text .text_k {font-size: 16px; color: #fff;}

.sgg3 .swiper-slide a:hover .write_text {opacity: 1; visibility: visible;}

.sgg3 .swiper-button{top: 54%; transform: translateY(-50%);}
.sgg3 .swiper-button.swiper-button-disabled{display: none;}
.sgg3 .swiper-button.swiper-button-prev{left: 19%}
.sgg3 .swiper-button.swiper-button-next{right: 19%;}
.sgg3 .swiper-button::after{display: none;}
 


/* .sgg3 .more_box.widget_froala{width: auto; max-width: 500px; margin: 0 auto; margin-top: 60px;}
.sgg3 .more_box a{display: block; max-width: 500px; margin: 0 auto; border: 1px solid #e1e1e1; background-color:transparent; color: #333333; font-family: "Noto Sans KR"; font-size: 16px; border-radius: 50px; text-align: center; padding: 18.5px 0; transition: all .5s;}
.sgg3 .more_box a .arrow{width: 8px; height: 13px; background: url(/img/more_arrow.png) no-repeat center center / cover; display: inline-block; margin-left: 4px; position: relative; top: 1px; transition: all .5s;}
.sgg3 .more_box a:hover{background-color: #652df1; color: white; border: 1px solid #652df1;}
.sgg3 .more_box a:hover .arrow{background: url(/img/more_arrow_on.png) no-repeat center center / cover;} */

.sgg3 .swiper-pagination{display: none;}

@media all and (max-width: 1600px) {
    .sgg3 .swiper-button.swiper-button-prev{left: 3%}
    .sgg3 .swiper-button.swiper-button-next{right: 3%;}
}

@media all and (max-width: 1200px) {
    .sgg3 .main_cont_title{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
    .sgg3 .main_cont_title h2{font-size: 19px; width: auto;}

    .sgg3 .widget_box .tap_content_box .left_fake, .sgg3 .widget_box .tap_content_box .right_fake{width: calc(50% - 510px);}

    .sgg3 .widget_box{margin-top: 18px;}
    .sgg3 .widget_box .swiper-container{width: calc(100% - 40px);}
    .sgg3 .widget_box .tap_list li{padding: 9.5px 15px 7.5px;}
    .sgg3 .widget_box .tap_list li span{font-size: 13px;}
    .sgg3 .widget_box .tap_content_box{margin-top: 25px;}

    .sgg3 .swiper-button.swiper-button-prev,
    .sgg3 .swiper-button.swiper-button-next{display: none;}

    /* .sgg3 .more_box{margin-top: 25px;}
    .sgg3 .more_box a{max-width: 182px; font-size: 12px; padding: 14px 0 12px; border: 1px solid #f1f1f1;}
    .sgg3 .more_box a .arrow{width: 5px; height: 10px; top: .5px; background: url(/img/mmore_arrow.png) no-repeat center center / cover;}
    .sgg3 .more_box a:hover .arrow{background: url(/img/mmore_arrow_on.png) no-repeat center center / cover;} */

    .sgg3 .swiper-pagination{right: 25px; bottom: 10px; font-size: 10px; color: white; font-weight: 500; padding: 3px 11px; background-color: rgba(255,255,255,.45); left: auto; border-radius: 10px; width: auto; display: inline-block; opacity: 1;}
    .sgg3 .swiper-pagination span{font-size: 10px; color: white; font-weight: 500;}
}

.sgg3 .main_cont_title {display: flex; justify-content: space-between; align-items: flex-end;}
.sgg3 .main_cont_title .main_subject {width: 100%;}
.sgg3 .main_cont_title .more_box {width: auto;}
.sgg3 .main_cont_title .more_box a {font-size: 16px; color: #666666; white-space: nowrap;}


@media (max-width:991px) {
    .sgg3 .main_cont_title {flex-wrap:nowrap;} 
    .sgg3 .main_cont_title h2 {font-size: clamp(21px,2.825428859737639vw,28px);}
    .sgg3 .main_cont_title .more_box a {font-size: clamp(13px,1.614530776992936vw,16px);}
    
    .sgg3 .widget_box .swiper-container {width:100%; max-width: unset; margin: 0; overflow:hidden; padding:0 15px;}

    .sgg3 .img_wrap{overflow: hidden; border-radius: 4px;}
}

/* .sgg3 .widget_box .swiper-container .swiper-slide-next::after {opacity: 0; visibility: hidden; transition: all .3s ease-in-out; content: ''; width: 100%; position: absolute; top: 0; left: 0; height: 100%; background-color: rgba(0,0,0,.6);}

@media (max-width:991px) {
    .sgg3 .widget_box .swiper-container {max-width: unset; overflow:clip; width: 100%; padding: 0 15px;}
    .sgg3 .widget_box .swiper-container .swiper-slide-next::after {opacity: 1; visibility: visible;}
} */