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

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

.sgg1 .main_cont_title {
    margin-bottom:40px;
}
.sgg1 .main_cont_title h2 {
    margin-bottom:20px; 
    font-size: 35px; 
    font-weight: 700; 
    color:#222222;
}
.sgg1 .main_cont_title span {
    font-size: 18px; 
    color:#666666;
}

.sgg1 .sgg1_swiper {
    position: relative;
}

.sgg1 .swiper-container {
    overflow: hidden;
}

.sgg1 .img_wrap {
    overflow:hidden;
    border-radius: 5px;
}

.sgg1 .swiper-button-prev {
    left: -66px;
}

.sgg1 .swiper-button-prev:after {
    display: none;
}

.sgg1 .swiper-button-next {
    right:-66px;
}

.sgg1 .swiper-button-next:after {
    display: none;
}

.sgg1 .more_box  {
    width: auto;
    max-width:500px;
    margin:0 auto;
    margin-top: 60px;
}

.sgg1 .more_box a {
    display: block;
    max-width:500px;
    margin:0 auto;
    border: 1px solid #e1e1e1;
    background-color:transparent; 
    color: #333333;
    font-size: 16px;
    border-radius: 50px; 
    text-align: center;
    padding: 18.5px 0;
    transition: all .5s;
}

.sgg1 .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: 2px;
    transition: all .5s;
}

.sgg1 .more_box a:hover {
    background-color: #001751;
    color:#fff;
    border: 1px solid #001751;
}

.sgg1 .more_box a:hover .arrow {
    background: url(/img/more_arrow_on.png) no-repeat center center / cover;
}


@media all and (max-width: 991px) {
    .sgg1 .img_wrap{border-radius: 4px;}
    .sgg1 .main_cont_title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .sgg1 .main_cont_title h2{
        font-size: 24px; 
        width: auto;
        margin-bottom: 15px;
    }
    .sgg1 .main_cont_title span {
        font-size: 13px;
    }

    .sgg1 .widget_box{margin-top: 18px;}

    .sgg1 .swiper-container{margin: 0;}
    .sgg1 .swiper-slide{padding: 0;}
    .sgg1 .more_box {
        max-width:none;
        margin:0;
    }
    .sgg1 .more_box a{border: 1px solid #f1f1f1;}
    

    .sgg1 .main_cont_title .more_box{margin-top: 0;}
    .sgg1 .main_cont_title .more_box a{max-width: none; border: 0; font-size: 12px; padding: 0; color: #888888;}
    .sgg1 .main_cont_title .more_box a:hover{background-color: transparent; color: #888888;}

    .sgg1 .swiper-pagination{
        right: 10px; 
        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;}
    .sgg1 .swiper-pagination span{font-size: 10px; color: white; font-weight: 500;}

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