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

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

.main_cont73 .swiper-container{max-width: 1800px; margin: 0 auto;}
.main_cont73 .main_cont_title h2{font-size: 28px; color: #fff; font-weight: 700; font-family: "Pretendard";}
.main_cont73 .main_cont_title h2 .bold{font-weight: 700;}
.main_cont73 .tap_content_box{margin-top: 36px;}
.main_cont73 .post_subject{font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 18px; font-weight: 600; font-family: "Pretendard";}
.main_cont73 .post_content_text p{font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 8px; font-weight: 400; font-family: "Pretendard";}
.main_cont73 .img_wrap{overflow: hidden; border-radius: 5px;}
.main_cont73 .img_wrap .img_item{transition: all .5s}
.main_cont73 .img_wrap:hover .img_item{transform: scale(1.1);}

.main_cont73 .img_wrap img {display: block; width: 100%;}

.main_cont73 .tap_content_box .swiper-button{top: 47%; width: 64px; opacity: .35; transition: all .5s; display: none;  transition: all .5s;}
.main_cont73 .tap_content_box .swiper-button img{border-radius: 50%; box-shadow: 3px 0 8px rgba(61,61,61,.15);}
.main_cont73 .tap_content_box .swiper-button.swiper-button-next{right: -18px;}
.main_cont73 .tap_content_box .swiper-button.swiper-button-prev{left: -18px;}
.main_cont73 .tap_content_box .swiper-button::after{display: none;}
.main_cont73 .tap_content_box:hover .swiper-button{display: block;}
.main_cont73 .tap_content_box:hover .swiper-button.swiper-button-disabled{opacity: 0;}

.main_cont73 .tap_content_box .swiper-button:hover{opacity: 1;}
.main_cont73 .tap_content_box .swiper-button.swiper-button-disabled:hover{opacity: 0;}

.main_cont73 .more_box{margin-top: 58px;}
.main_cont73 .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;}
.main_cont73 .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;}
.main_cont73 .more_box a:hover{background-color: #652df1; color: white; border: 1px solid #652df1;}
.main_cont73 .more_box a:hover .arrow{background: url(/img/more_arrow_on.png) no-repeat center center / cover;}



@media all and (max-width: 991px) {
    .main_cont73 .container_fix{padding-right: 0;}
    .main_cont73 .main_cont_title h2{font-size: 19px; width: auto;}

    .main_cont73 .tap_content_box{margin-top: 18px;}

    .main_cont73 .post_content{width: 90%;}
    .main_cont73 .post_subject{font-size: 13px; font-weight: 400; margin-top: 15px;}
    .main_cont73 .post_content_text p{font-size: 13px;}

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

@media all and (max-width: 768px) {
    .main_cont73 .widget_box.mobile_divide {position: relative; padding-bottom: 0;}
    .main_cont73 .widget_box.mobile_divide:after {content: ""; display: block; width: calc(100% + 30px); height: 10px; background: #f9f9fa; position: absolute; bottom: 0; left: -15px; display: none;}
}