@charset "utf-8";
/* 메인 슬라이드 */
.mainVisual {padding-top: 119.5px; margin-bottom: 132px; overflow: hidden;}
.mainVisual .main_slide_wrap {position: relative; width: 70.1%; margin: 0 auto 30px auto;}
.mainVisual .main_slide {overflow: visible;}
.mainVisual .main_slide .swiper-slide img {display: block; width: 100%; object-fit: cover;}
/* .mainVisual .main_slide .swiper-slide::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #161616; opacity: 0.8; visibility: visible; transition: all 0.5s;}
.mainVisual .main_slide .swiper-slide.swiper-slide-prev::before,
.mainVisual .main_slide .swiper-slide.swiper-slide-active::before,
.mainVisual .main_slide .swiper-slide.swiper-slide-next::before {opacity: 0; visibility: hidden;} */
.mainVisual .page_wrap {width: 75%; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto;}
.mainVisual .page_wrap .page {position: static; width: 93%; background: #e9e9e9;}
.mainVisual .page_wrap .page .swiper-pagination-progressbar-fill {background: #111111;}
.mainVisual .control_bx {display: flex; align-items: center; gap: 20px;}
.mainVisual .control_bx .btn-autoplay {display: block; width: 12px; height: 18px; background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/main_slide_stop.png'); background-size: 100%; background-repeat: no-repeat;}
.mainVisual .control_bx .slide_btn {position: static; display: block; width: 12px; height: 22px; background-size: 100%; background-repeat: no-repeat; color: transparent; margin-top: 0;}
.mainVisual .control_bx .slide_btn.prev {background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/main_slide_prev2.png');}
.mainVisual .control_bx .slide_btn.next {background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/main_slide_next2.png'); }
.mainVisual .control_bx .btn-autoplay.on {width: 15px; height: 18px; background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/main_slide_play.png');}
/* .mainVisual .control_bx .slide_btn_mo {display: none;} */

@media screen and (max-width: 1280px) {
    .mainVisual .slide_btn {width: 20px; height: 37px;}
}

@media screen and (max-width: 1024px) {
    .mainVisual {padding-top: 99.5px;}
    .mainVisual .main_slide .swiper-slide.swiper-slide-prev::before {opacity: 0.8; visibility: visible;}
}

@media screen and (max-width: 768px) {
    .mainVisual {margin-bottom: 65px;}
    .mainVisual .main_slide_wrap {width: 45%; margin: 0 auto 20px auto;}
    /* .mainVisual .main_slide .swiper-slide.swiper-slide-prev::before,
    .mainVisual .main_slide .swiper-slide.swiper-slide-next::before {opacity: 0.8; visibility: visible;} */
    .mainVisual .slide_btn.prev {left: -55%;}
    .mainVisual .slide_btn.next {right: -55%;}
    .mainVisual .page_wrap {width: 95%;}
}

@media screen and (max-width: 480px) {
    .mainVisual {padding-top: 77px;}
    .mainVisual .main_slide_wrap {width: calc(100% - 40px); overflow: hidden;}
    /* .mainVisual .main_slide .swiper-slide::before {display: none;} */
    .mainVisual .slide_btn {display: none;}
    .mainVisual .page_wrap {width: calc(100% - 40px);}
    .mainVisual .page_wrap .page {width: calc(100% - 100px);}
    .mainVisual .control_bx {display: flex; align-items: center; gap: 20px;}
    .mainVisual .control_bx .btn-autoplay {width: 10px; height: 16px;}
    .mainVisual .control_bx .slide_btn_mo {display: block; width: 10px; height: 18px; background-size: 100%; background-repeat: no-repeat; color: transparent; position: static; margin-top: 0;}
    .mainVisual .control_bx .slide_btn_mo.prev {background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/slide_prev_mo.png');}
    .mainVisual .control_bx .slide_btn_mo.next {background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/slide_next_mo.png');}
}

/* sec1 */
.sec1 {margin-bottom: 130px;}
.sec1 .inner {width: 1400px; margin: 0 auto; display: flex; gap: 50px;}
.sec1 .title_area {display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px;}
.sec1 .title_area .tit {font-size: 37px; color: #111111; font-weight: 600; letter-spacing: -0.03em; line-height: 1;}
.sec1 .title_area .more {display: block; width: 25px; height: 25px; font-size: 0; background: url('/humanframe/theme/anbu2026/assets/img/main/new/more_icon.png') no-repeat; background-size: 100%; transition: all 0.3s;}
.sec1 .title_area .more:hover {transform: rotate(360deg);}
.sec1 .notice_wrap {width: 50%;}
.sec1 .notice_list {height: 400px; border-top: 1px solid #000000;}
.sec1 .notice_list li {height: 80px; border-bottom: 1px solid #d0d0d0; box-sizing: border-box;}
.sec1 .notice_list li a {height: 100%; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s;}
.sec1 .notice_list li a:hover {background: #f8f8f8;}
.sec1 .notice_list li a .tit {font-size: 17px; color: #000000; font-weight: 400; text-overflow: ellipsis; overflow: hidden; text-wrap: nowrap; max-width: 80%;}
.sec1 .notice_list li a .date {flex-shrink: 0; font-size: 17px; color: #666666; font-weight: 400;}
.sec1 .banner_wrap {width: calc(50% - 50px);}
.sec1 .banner_wrap .control_bx {display: flex; align-items: center; gap: 23px;}
.sec1 .banner_wrap .btn_bx {display: flex; align-items: center; gap: 18px;}
.sec1 .banner_wrap .slide_btn {position: static; width: 14px; height: 26px; color: transparent; margin-top: 0; opacity: 1; background-repeat: no-repeat; background-size: 100%;}
.sec1 .banner_wrap .slide_btn.prev {background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/banner_prev.png'); opacity: 1;}
.sec1 .banner_wrap .slide_btn.next {background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/banner_next.png');}
.sec1 .banner_wrap .btn_area .btn-autoplay {display: block; width: 12px; height: 22px; background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/banner_stop.png'); background-repeat: no-repeat; background-size: 100%;}
.sec1 .banner_wrap .btn_area .btn-autoplay.on {width: 15px; height: 18px; background-image: url('/humanframe/theme/anbu2026/assets/img/main/new/banner_play.png');}
.sec1 .banner_wrap .page {position: static; opacity: 1; font-size: 17px; color: #111111; font-weight: 400;}
.sec1 .banner_wrap .page .swiper-pagination-current {font-weight: 700;}
.sec1 .banner_wrap .banner_list {height: 400px;}
.sec1 .banner_wrap .banner_slide {height: 100%;}
.sec1 .banner_wrap .banner_slide img {display: block; width: 100%; height: 100%; object-fit: cover;}

@media screen and (max-width: 1400px) {
    .sec1 .inner {width: 90%;}
}

@media screen and (max-width: 1025px) {
    .sec1 .inner {width: 95%; flex-direction: column;}
    .sec1 .notice_wrap {width: 100%;}
    .sec1 .banner_wrap {width: 100%;}
    .sec1 .banner_wrap .banner_list {height: auto;}
}

@media screen and (max-width: 768px) {
    .sec1 {margin-bottom: 65px;}
    .sec1 .title_area {margin-bottom: 30px;}
    .sec1 .title_area .tit {font-size: 30px;}
    .sec1 .notice_list {height: auto;}
    .sec1 .notice_list li {height: auto;}
    .sec1 .notice_list li a {padding: 30px 10px;}
}

@media screen and (max-width: 480px) {
    .sec1 {margin-bottom: 60px;}
    .sec1 .title_area {margin-bottom: 21px;}
    .sec1 .title_area .tit {font-size: 25px;}
    .sec1 .title_area .more {width: 21px; height: 21px;}
    .sec1 .notice_list li a {padding: 20px 10px;}
    .sec1 .notice_list li a .tit {max-width: 70%;}
    .sec1 .banner_wrap .slide_btn {width: 10px; height: 19px;}
    .sec1 .banner_wrap .btn_area .btn-autoplay {width: 10px; height: 17px;}
}
/* sec1 */

/* 챗봇 */
/* #floating_button_bx {
    position: fixed;
    right: 50px;
    bottom: 185px;
    margin: 0;
    padding: 0;
    z-index: 100;
}

#floating_button_bx>a {
    cursor: pointer;
}

#floating_button_bx>a>.chat_bot_icon {
    display: block;
}

#floating_button_bx>a>.chat_bot_icon_hover {
    display: none;
}

#floating_button_bx>a:hover>.chat_bot_icon {
    display: none;
}

#floating_button_bx>a:hover>.chat_bot_icon_hover {
    display: block;
}

@media screen and (max-width: 1025px) {

    #floating_button_bx {

        left: inherit;
        right: 10px;
        bottom: 180px;
        margin: 0;
        padding: 0;

    }

    #floating_button_bx>a>img {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {
    #floating_button_bx {
        bottom: 100px;
    }
} */