/** @format */
@charset "utf-8";
html {
    &::-webkit-scrollbar {
        width: 12px;
        background: transparent;
    }
    &::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border: 0;
        border-radius: 100px;
    }
    &::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

/* 그리드 */
.grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3000px;
    background-image: linear-gradient(0deg, transparent 79px, #abced4 79px, #abced4 80px, transparent 80px), linear-gradient(#ddd 0.05em, transparent 0.05em);
    background-size: 100% 8px;
    z-index: 10000;
}
.main #container {
    width: 100%;
}

/* swiper */
.swiper + .bx_etc .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color-basic, #004384);
}

/*----------------------------------------------------------------
main banner
----------------------------------------------------------------*/
.main_banner {
    font-size: 0;
    background: #eef5fb;
}
.main_banner .inner {
    display: flex;
    position: relative;
}

.banner_box .swiper + .bx_etc,
.swiper .bx_etc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    padding: 8px 0;
    font-size: 16px;
    transform: translateX(-50%);
    z-index: 1;
}
.banner_box .swiper + .bx_etc .swiper-pagination,
.swiper .bx_etc .swiper-pagination {
    display: flex;
    align-items: center;
    position: static;
    width: auto;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper + .bx_etc .handleSlideBtn,
.swiper .bx_etc .handleSlideBtn {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    font-size: 0;
    background: url(../img_2024/svg/WH/icon_pause.svg) no-repeat 50% 50% / auto 22px;
    border: 0 none;
}
.swiper + .bx_etc .handleSlideBtn.stop,
.swiper .bx_etc .handleSlideBtn.stop {
    background-image: url(../img_2024/svg/WH/icon_play.svg);
}

.etc_site_link .swiper + .bx_etc .handleSlideBtn {
    background-image: url(../img_2024/svg/icon_pause.svg);
}
.etc_site_link .swiper + .bx_etc .handleSlideBtn.stop {
    background-image: url(../img_2024/svg/icon_play.svg);
}

.main_banner .banner_box .swiper .swiper-slide .img_bx {
    width: 100%;
    height: 100%;
    max-width: 1980px;
}
.main_banner .banner_box .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.main_banner .banner_box .swiper + .bx_etc {
    right: 0;
    left: auto;
    height: 56px;
    padding: 0 16px 0 24px;
    background-color: #70b646;
    border-radius: 30px 0 10px 0;
    transform: translate(0, 50%);
}
.main_banner .banner_box .swiper + .bx_etc .swiper-pagination {
    color: #fff;
}
.main_banner .banner_box .swiper + .bx_etc .swiper-pagination [class*='-current'] {
    font-weight: 700;
}
.main_banner .banner_box .swiper + .bx_etc .swiper-pagination em {
    margin: 0 5px 0 2px;
    opacity: 0.5;
}
.main_banner .banner_box .swiper + .bx_etc [class*='swiper-button-'],
.main_banner .banner_box .swiper + .bx_etc .handleSlideBtn {
    width: 32px;
    height: 35px;
}
.main_banner .banner_box .swiper + .bx_etc [class*='swiper-button-'] {
    position: static;
    height: auto;
    margin-top: 0;
}
.main_gallery .swiper + .bx_etc [class*='swiper-button-']:after,
.main_banner .banner_box .swiper + .bx_etc [class*='swiper-button-']:after {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: url(../img_2024/svg/WH/btn_prev.svg) no-repeat calc(50% - 2px) 50% / auto 18px;
}
.main_notice .notice > .on .swiper + .bx_etc .swiper-button-next:after,
.main_gallery .swiper + .bx_etc .swiper-button-next:after,
.main_banner .banner_box .swiper + .bx_etc .swiper-button-next:after {
    transform: rotate(180deg);
}

.main_notice .notice > .on .swiper + .bx_etc .swiper-button-next:after,
.main_banner .banner_box .swiper + .bx_etc .swiper-button-next:after {
    transform: rotate(180deg);
}

/* main_banner > side_banner, */
.main_banner .side_banner{
    position: absolute;
    top: 0;
    z-index: 100;
}
.side_banner .owl_control {
    bottom: 40px;
    background-color: transparent;
}
.side_banner .btn_function {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
    background: #007dc5;
    border-radius: 0 0 10px 10px;
}
.side_banner .btn_function * {
    color: #fff;
}
.side_banner .btn_function > button {
    position: relative;
    height: 35px;
    background-color: transparent;
    border: 0 none;
}
.side_banner .btn_function .sideBanner_handleBtn {
    padding-right: calc(20px + 5px);
    margin-left: auto;
}
.side_banner .btn_function .sideBanner_handleBtn:before,
.side_banner .btn_function .sideBanner_handleBtn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: #fff;
    border-radius: 9999px;
    transform: translate(50%, -50%) rotate(45deg);
}
.side_banner .btn_function .sideBanner_handleBtn:before {
    width: 20px;
    height: 3px;
}
.side_banner .btn_function .sideBanner_handleBtn:after {
    width: 3px;
    height: 20px;
}
/*side_banner*/
.side_banner {
    width: 312px;
    max-height: 440px;
    right: -312px;

    position: absolute;
    top: 0;
    z-index: 100;
}
.side_banner .owl_control {
    position: absolute;
    /* bottom: 0;
    background-color: rgba(0, 104, 179, 0.9); */
    width: 100%;
    z-index: 100;
    height: 32px;
    text-align: center;
    padding: 7px;
}
.side_banner .owl_control > div {
    display: inline-block;
    vertical-align: middle;
}
.side_banner .owl-dot {
    outline: none;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    zoom: 1;
}
.side_banner .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    margin: 4px 3px;
}
.side_banner .owl-dot span:hover,
.side_banner .owl-dot.active span {
    opacity: 1;
}
.side_banner .secondary .button {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-image: url(./img/control_icon.png);
    background-repeat: no-repeat;
    background-size: 80px 20px;
    opacity: 0.7;
}
.side_banner .secondary .button.on {
    display: inline-block;
}
.side_banner .secondary .play {
    background-position: -40px -1px;
}
.side_banner .secondary .stop {
    background-position: -62px -1px;
}
/*----------------------------------------------------------------
main_notices, 2025-02-17
----------------------------------------------------------------*/
.main_news {
    display: grid;
    position: relative;
    gap: 60px;
    grid-template-columns: repeat(2, calc(50% - 30px));
}
.main_news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    width: 50vw;
    height: 100%;
    background: #f7fbfb;
    transform: translateX(-100%);
}
/* main_news > notice_link, 2025-02-17 */
.main_news .notice_link {
    position: relative;
    vertical-align: top;
    background: #f7fbfb;
    border-radius: 0 30px 30px 0;
}
.main_news .notice_link .notice {
    padding-top: 0;
    padding-right: 30px;
}
.main_news .notice_link .notice h3 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(12px + 40px);
    color: #808284;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.main_news .notice_link .notice .on h3 {
    z-index: 10;
}
.main_news .notice_link .notice h3:hover:before,
.main_news .notice_link .notice .on h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-radius: 6px;
    transform: translate(-50%, -100%);
}
.main_news .notice_link .notice h3:hover:before {
    background-color: #808284;
}
.main_news .notice_link .notice .on h3:before {
    background-color: var(--theme-color-basic);
}
.main_news .notice_link .notice div:nth-child(2) h3 {
    transform: translateX(calc(100% + 24px));
}
.main_news .notice_link .notice div:nth-child(3) h3 {
    transform: translateX(calc((100% + 24px) * 2));
}
.main_news .notice_link .notice div:nth-child(4) h3 {
    transform: translateX(calc((100% + 24px) * 3));
}

.main_news .notice_link .notice .on h3 + div {
    padding: 40px 0;
    border-top: 1px solid var(--theme-color-basic);
}
.main_news .notice_link .notice li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;

    padding-bottom: 20px;
    font-size: 16px;
    font-size: 22px;
}
.main_news .notice_link .notice li a {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main_news .notice_link .notice li .item_top {
    flex-shrink: 0;
}
.main_news .notice_link .notice li .item_top b:last-child {
    display: none;
}
.main_news .notice_link .notice .item2 li b{
    display: none;
}
.main_news .notice_link .notice .item2 li .item_top,
.main_news .notice_link .notice .item3 li .item_top,
.main_news .notice_link .notice .item4 li .item_top{
    display: none;
}
.main_news .notice_link .notice li .item_top .notic_info {
    min-width: 60px;
    margin-right: 0;
    font-weight: 600;
    /* font-size: 22px; */
    font-size: calc(22px - 4px);
    line-height: 36px;
    text-align: center;
}
.main_news .notice_link .notice li .title {
    position: relative;
    width: auto;
    /* max-width: 96%; */
    font-weight: 600;
    font-size: calc(1.25rem + 2px);
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_news .notice_link .notice li a .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 12px;
    background-color: #f0ff27;
    transition: all 0.4s;
    opacity: 0.15;
}
.main_news .notice_link .notice li a:hover .title::before {
    width: 100%;
}
.main_news .notice_link .notice li .date {
    flex-shrink: 0;
    float: none;
    margin-left: auto;
    color: #808284;
    font-weight: 500;

    font-size: calc(1.25rem + 2px);
    line-height: 30px;
}
.main_news .notice_link .notice div .more,
.pic_lt .more {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: absolute;
    top: calc((12px + 40px) - 4px);
    right: 30px;
    width: auto;
    height: auto;
    font-size: 24px;
    color: var(--theme-color-basic);
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    z-index: 2;
}
.main_news .notice_link .notice div .more{
    display: none;
}
.main_news .notice_link .notice .on .more{
    display: flex;
}
.main_news .notice_link .notice div .more em,
.main_gallery  .pic_lt .more .img_bx {
    width: 30px;
    height: 30px;
}

.main_news .notice_link .notice .tab_bx {
    width: calc(100% - (102px + 1rem));
    margin-bottom: 22px;
}
.main_news .notice_link .notice .tab_bx .swiper {
    padding-top: calc(12px + 40px)
}
.main_news .notice_link .notice .tab_bx .swiper-slide {
    /* margin-top: calc(12px + 40px); */
    /* width: auto !important; */
    width: auto ;
    color: #808284;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    cursor: pointer;

    background-color: transparent;
    border: 0 none;
}
.main_news .notice_link .notice .tab_bx .swiper-slide.active {
    color: var(--theme-color-basic);
}
.main_news .notice_link .notice .tab_bx .swiper-slide:hover:before,
.main_news .notice_link .notice .tab_bx .swiper-slide.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-radius: 6px;
    transform: translate(-50%, -100%);
}
.main_news .notice_link .notice .tab_bx .swiper-slide:hover:before {
    background-color: #808284;
}
.main_news .notice_link .notice .tab_bx .swiper-slide.active:before {
    background-color: var(--theme-color-basic);
}
.main_news .notice_link .notice > .tab-content:not(.active) {
    display: none;
}
.main_news .notice_link .notice > .tab-content h3 {
    display: none;
}
.main_news .notice_link .notice > .tab-content h3 + div {
    padding: 40px 0 20px;
    border-top: 1px solid var(--theme-color-basic);
}


/* main_news > notice_link, */
.notice_link {
    float: none;
    position: static;
}
.notice div .more:hover,
.notice div .more {
    font-weight: 500;
    background-color: transparent;
}

.notice .on .more {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

/*----------------------------------------------------------------
etc_site_link
----------------------------------------------------------------*/
.etc_site_link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 64px 0;
}
.etc_site_link h3 {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 32px;
    color: var(--theme-color-basic, #004384);
    font-weight: 700;
    font-size: 24px;
}
.etc_site_link .swiper {
    order: 1;
    display: flex;
    align-items: center;
    width: calc(100% / 12 * 11);
    height: auto;
    min-height: 100px;
    padding: 0;
    margin-left: auto;
    position: relative;
    background-color: #fff;    
    border: 1px solid #d9d9d9;
}
.etc_site_link .swiper li a {
    display: flex;
    align-items: center;
    height: 100%;
}
.etc_site_link .bx_etc {
    display: flex;
    flex-shrink: 0;
    padding-left: 1px;
    margin-right: 56px;
}
.etc_site_link .bx_etc [class*='swiper-button-'] {
    position: static;
    height: auto;
    margin-top: 0;
}
.etc_site_link .bx_etc [class*='swiper-button-'],
.etc_site_link .bx_etc .handleSlideBtn {
    width: 40px;
    height: 40px;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.etc_site_link .bx_etc [class*='swiper-button-']:after {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: url(../img_2024/svg/btn_prev.svg) no-repeat calc(50% - 2px) 50% / auto 18px;
}
.etc_site_link .bx_etc .swiper-button-prev {
    order: -1;
    border-radius: 5px 0 0 5px;
}
.etc_site_link .bx_etc .swiper-button-next {
    border-radius: 0 5px 5px 0;
}
.etc_site_link .bx_etc .swiper-button-next:after {
    transform: rotate(180deg);
}
/*----------------------------------------------------------------
floating_banner
----------------------------------------------------------------*/
.floating_banner {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 10%;
    z-index: 11;
}
.floating_banner > div {
    position: absolute;
    right: 0;
    width: 150px;
    margin-left: auto;
    text-align: center;
    transform: scale(1);
    transition: all 0.1s ease-out;
}
.floating_banner .img_bx {
    animation-duration: 3.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: floatingBanner1;
}
.floating_banner > div:hover {
    transform: scale(1.1);
}
.floating_banner:hover .img_bx {
    animation: none;
}
@keyframes floatingBanner1 {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.floating_banner p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    margin-top: -10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    background-color: #004384;
    border-radius: 20px;
}

/*----------------------------------------------------------------
max-width: 1499px
----------------------------------------------------------------*/
@media screen and (max-width: 1599px) {
    /* tnb */
    .nav {
        background-color: #fff;
    }
}
/*----------------------------------------------------------------
max-width: 1199px
----------------------------------------------------------------*/
@media screen and (max-width: 1247px) {
    /* main banner */
    .main_banner .inner {
        flex-flow: column;
    }

    .main_banner .inner .sns {
        top: 560px;
        bottom: auto;
        width: calc((480px + (12px * 2)) * 0.75);
        background-color: rgba(255, 255, 255, 0.75);
        transform: translate(0px, -100%);
        z-index: 2;
    }
    .main_banner .inner .quick_link {
        order: 1;
        width: 100%;
        padding-bottom: 0;
        margin-top: 30px;
    }
    .main_banner .inner .quick_link ul {
        grid-template: 1fr / repeat(7, 1fr);
    }

    .main_banner .banner_box .swiper + .bx_etc {
        transform: translate(0, 0);
    }

    /* main news */
    .main_news {
        flex-flow: column nowrap;

        &:before {
            display: none;
        }
    }

    .main_news .notice_link {
        position: relative;
        &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 50vw;
            height: 100%;
            background: #f7fbfb;
            transform: translateX(-100%);
            z-index: -1;
        }
    }
    .main_news .sns {
        width: 100%;
        padding-left: 0;
    }

    /* main_notices, 2025-02-17 */
    .main_notices {
        padding-top: calc(104px * 0.75);
    }

    /* main_etc */
    .main_etc {
        padding-top: calc((72px - 10px) * 2);
        padding-bottom: calc(72px * 0.75);
        margin-bottom: calc(60px * 0.75);
    }
    .main_etc .group {
        margin-top: calc(52px + 70px);
    }
    .main_etc .lat_title {
        top: 0;
        margin-top: 94px;
    }
    .main_etc .main_gallery2 .lat_title {
        right: calc(50% + 10px);
    }
    .main_etc .main_video2 .lat_title {
        right: auto;
        left: calc(50% + 10px);
    }

    /* family site */
    .etc_site_link {
        flex-wrap: wrap;
        padding: calc(64px * 0.75);
    }
    .etc_site_link h3 {
        margin-right: 0;
    }
    .etc_site_link h3 + div {
        width: 100%;
    }
    .etc_site_link .swiper {
        width: 100%;
        margin-top: calc(20px * 0.5);
    }
    .etc_site_link .bx_etc {
        margin-right: 0;
        margin-left: auto;
    }
}
/*----------------------------------------------------------------
max-width: 992px
----------------------------------------------------------------*/
@media screen and (max-width: 992px) {
    .inner,
    .tnb .inner,
    #hd_pop,
    #hd_wrapper,
    #ft_wr .inner,
    #ft_link .inner {
        padding-right: 35px;
        padding-left: 35px;
    }

    /* main banner */
    .main_banner .inner {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main_banner .inner .sns {
        top: 460px;
    }
    .main_banner .inner .quick_link {
        padding-right: 0;
        margin-bottom: 0;
    }
    .main_banner .inner .quick_link ul {
        grid-template: 1fr / repeat(5, 1fr);
    }

    /* main_notices, 2025-02-17 */
    .main_notices .quick_link .swiper li {
        transform: scale(1);
    }
    .main_notices .quick_link .swiper li a {
        padding-bottom: 24px;
    }
    .main_etc .sect_titl,
    .main_notices .quick_link .sect_titl {
        font-size: calc((3rem + 2px) * 0.75);
    }
    .main_notices .quick_link .sect_titl .img_bx {
        height: calc(128px * 0.75);
        width: auto;
    }
    .main_notices .quick_link .bx_etc [class*='swiper-button-'] {
        /* top: -12px; */
        width: calc(60px * 0.75);
        height: calc(60px * 0.75);
    }
    /* main_news */
    .main_news .notice_link {
        &:before {
            width: 100vw;
            transform: translateX(-50%);
        }
    }
    .main_news .notice_link .notice {
        padding-top: calc(((12px + 40px + 30px) * 0.75) + 22px);
        padding-right: 0;
    }
    .main_news .notice_link .notice h3 {
        margin-top: calc((12px + 40px) * 0.75);
        font-size: 27px;
    }
    .main_news .notice_link .notice div .more {
        right: 0;
    }
    .main_news .notice_link .notice div .more em {
        margin-top: -2px;
    }

    .main_news .notice_link .notice .on h3 + div {
        padding: 30px 0;
    }
    .main_news .notice_link .notice li a {
        gap: 18px;
    }
    .main_news .notice_link .notice li .title {
        /* font-size: 24px; */
    }
    .main_news .notice_link .notice li .item_top .notic_info {
        line-height: 32px;
    }

    
    /* main_etc */
    .main_etc {
        padding-top: calc(104px * 0.75);
        padding-bottom: 0;
        margin-bottom: calc(100px * 0.75);
    }
    .main_etc .sect_titl .img_bx {
        height: calc(120px * 0.75);
    }
    .main_etc .group {
        margin-top: calc((52px + 70px) * 0.75);
    }
    .main_etc .group > div .more {
        width: calc(68px * 0.75);
        height: calc(68px * 0.75);
    }
    .main_etc .group > div.on .more {
        right: 35px;
    }
    .main_etc .group > div .more:before {
        width: 21px;
        height: 3px;
    }
    .main_etc .group > div .more:after {
        width: 3px;
        height: 21px;
    }

    .main_etc .lat_title {
        height: calc(68px * 0.75);
        min-width: calc(208px * 0.875);
        margin-top: calc(94px * 0.75);
        padding-top: 4px;
        font-size: calc(27px);
    }

    .main_etc li .title {
        margin-top: calc(32px * 0.5);
        font-size: calc(30px * 0.75);
        line-height: calc(42px * 0.75);
    }

    .floating_banner > div {
        width: calc(150px * 0.875);
    }
    .floating_banner .img_bx {
        height: calc(130px * 0.75);
    }
    .floating_banner p {
        font-size: 16px;
        height: auto;
        padding-top: 12px;
        padding-bottom: 9px;
    }
    .main_etc .main_gallery2 .lat_title {
        right: calc(50% + 5px);
    }
    .main_etc .main_video2 .lat_title {
        left: calc(50% + 5px);
    }
}
/*----------------------------------------------------------------
max-width: 768px
----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    /* floating_banner */
    .floating_banner {
        display: none;
    }

    /* main banner */
    .main_banner .inner .sns {
        top: 405px;
        width: calc((480px + (12px * 2)) * 0.5);
    }
    .main_banner .inner .quick_link ul {
        grid-template: 1fr / repeat(4, 1fr);
    }

    .notice .on .more {
        top: -3px;
    }
    .notice div .more em {
        width: 36px;
        height: 36px;
    }
    .more em:before {
        width: 16px;
    }
    .more em:after {
        height: 16px;
    }

    /* main etc */
    /* main gallery */
    .main_etc .inner {
        flex-flow: column nowrap;
    }

    .main_etc .lat_title span,
    .main_etc .lat_title {
        font-size: calc(24px * 0.75);
    }

    .main_notices .quick_link .sect_titl span {
        display: block;
    }
    /* .main_etc .sect_titl .img_bx, */
    .main_notices .quick_link .sect_titl .img_bx {
        /* margin-left: 320px; */
        right: 0;
    }

    .main_notices .quick_link .bx_etc {
        position: absolute;
        top: calc((100% - 104px) / 2 + (62px + 22px));
        width: 100%;
        z-index: 1;
    }
    .main_notices .quick_link .bx_etc [class*='swiper-button-'] {
        top: 0;
    }
    .main_notices .quick_link .bx_etc .swiper-button-prev {
        right: auto;
        left: 0;
        transform: translate(-20px, -50%);
    }
    .main_notices .quick_link .bx_etc .swiper-button-next {
        right: 0;
        left: auto;
        transform: translate(20px, -50%);
    }

    /* family site */
    .etc_site_link h3 {
        height: 1.625em;
        font-size: calc(24px * 0.75);
        line-height: 1.625em;
    }
    .etc_site_link .owl_control {
        top: -41px;
    }
}
/*----------------------------------------------------------------
max-width: 499px
----------------------------------------------------------------*/
@media screen and (max-width: 499px) {
    /* floating_banner */
    .floating_banner {
        display: none;
    }

    /* main banner */
    .main_banner .inner {
        padding: 0 0;
    }
    .main_banner .banner_box .swiper {
        border-radius: 10px;
    }
    .main_banner .inner .sns {
        position: static;
        width: 100%;
        margin-top: 4px;
        transform: translate(0, 0);
    }
    .main_banner .inner .quick_link {
        margin-top: 20px;
        margin-top: 4px;
    }
    .main_banner .inner .quick_link ul {
        grid-template: 1fr / repeat(3, 1fr);
        gap: 4px;
    }

    /* notices */
    .main_notices {
        padding-left: 20px;
        padding-right: 20px;

        overflow-x: hidden;
        padding-top: calc(104px * 0.5);
    }
    .main_etc .sect_titl,
    .main_notices .quick_link .sect_titl {
        font-size: calc((3rem + 2px) * 0.5);
    }

    .main_notices .quick_link .sect_titl span {
        display: block;
    }
    .main_notices .quick_link .sect_titl .img_bx {
        right: 0;
    }

    .main_notices .quick_link ul > li span.titl {
        font-size: 18px;
    }
    .main_notices .quick_link .bx_etc {
        position: absolute;
        top: calc((100% - 104px) / 2 + (62px + 22px));
        width: 100%;
        z-index: 1;
    }
    .main_notices .quick_link .bx_etc [class*='swiper-button-'] {
        top: 0;
    }
    .main_notices .quick_link .bx_etc .swiper-button-prev {
        left: 0;
        right: auto;
        transform: translate(-20px, -50%);
    }
    .main_notices .quick_link .bx_etc .swiper-button-next {
        left: auto;
        right: 0;
        transform: translate(20px, -50%);
    }

    .main_news.inner {
        margin-top: 0;
    }
    .main_news .notice_link .notice h3 {
        font-size: 24px;
    }
    .main_news .notice_link .notice div:nth-child(2) h3 {
        transform: translateX(calc(100% + 16px));
    }
    .main_news .notice_link .notice div:nth-child(3) h3 {
        transform: translateX(calc((100% + 16px) * 2));
    }
    .main_news .notice_link .notice div:nth-child(4) h3 {
        transform: translateX(calc((100% + 16px) * 3));
    }
    .main_news .notice_link .notice div .more {
        top: calc(((12px + 40px) * 0.5) + 6px);
        gap: 0 3px;
        font-size: 18px;
    }
    .main_news .notice_link .notice div .more em, .main_gallery .pic_lt .more .img_bx {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .main_news .notice_link .notice li {
        padding-bottom: 14px;
    }
    .main_news .notice_link .notice li .date {
        display: none;
    }

    .main_news .notice_link .notice li .item_top .notic_info {
        font-size: 16px;
    }
    .main_news .notice_link .notice li .title {
        font-size: 20px;
        line-height: 32px;
    }
    .main_news .notice_link .notice .on h3 + div {
        padding: 20px 0;
    }

    .main_news .sns h3 {
        font-size: 24px;
    }
    .main_news .sns .quick {
        gap: 0 5px;
        margin-top: -5px;
    }
    .main_news .sns .quick .img_bx {
        width: 32px;
        height: 32px;
    }
    .main_news .sns ul {
        gap: 0 16px;
    }

    .inner,
    .tnb .inner,
    #hd_pop,
    #hd_wrapper,
    #ft_wr .inner,
    #ft_link .inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* main_etc */
    .main_etc .lat_title {
        margin-top: calc(94px * 0.875);
        min-width: calc(208px * 0.675);
    }
    .main_etc .sect_titl span {
        display: block;
    }
    .main_etc .sect_titl .img_bx {
        right: 60px;
    }
    .main_etc .group > div .more {
        top: 2px;
    }
    .main_etc .group > div.on .more {
        right: 20px;
    }
    .main_etc li .title {
        min-height: 2em;
        font-size: 18px;
        line-height: calc(42px * 0.5);
    }

    /* family site */
    .etc_site_link {
        padding: 40px 0;
    }
    .etc_site_link .item {
        width: 100%;
    }
    .etc_site_link .item a img {
        margin: 0 auto;
    }
}

.bx_slides {
	position: relative;
	margin: auto;
}
.bx_slides .slide {
	display: none;
	-webkit-animation: fade 1s;
	animation: fade 1s;
}
@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

.bg_diagram {
	max-width: 100%;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
.bg_diagram.bg1 {
	width: 1285px;
	height: 1271px;
	top: 700px;
	right: 0;
	transform: translateZ(-10px);
}
.bg_diagram.bg1 .box .item1 {
	position: absolute;
    right: 100px;
	width: 528px;
	height: 512px;
    background: #0F76B8;
	border-radius: 9999px;
	opacity: 0.1;
    -webkit-animation: diagram1-1 7s ease-in-out infinite both;
    animation: diagram1-1 7s ease-in-out infinite both;
    animation-delay: -1s;
	z-index: 1;
}
.bg_diagram.bg1 .box .item2 {
	position: absolute;
    top: 310px;
    right: 490px;
	width: 168px;
	height: 168px;
    background: #70B646;
	border-radius: 9999px;
	opacity: 0.15;
    -webkit-animation: diagram1-2 3s ease-in-out infinite both;
    animation: diagram1-2 3s ease-in-out infinite both;
    animation-delay: -1s;
	z-index: 1;
}
@-webkit-keyframes diagram1-1 {
	0% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	}
	40% {
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		opacity: 0.05;
	}
	90% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	}
	100% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
			opacity: 0.1;
	}
}
@keyframes diagram1-1 {
	0% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
		}
	40% {
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		opacity: 0.05;
	}
	90% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	}
	100% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
			opacity: 0.1;

	}
}
@-webkit-keyframes diagram1-2 {
	0% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	}
	40% {
		opacity: 0.15;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		opacity: 0.09;
	}
	90% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
	}
	100% {
	-webkit-transform: scale(0.8);
			transform: scale(0.8);
			opacity: 0.1;
	}
}
@keyframes diagram1-2 {
	0% {
	-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0.09;
	}
	50% {
		-webkit-transform: scale(0.92);
		transform: scale(0.92);
		opacity: 0.15;
	}
	60% {
		opacity: 0.15;
	}
	90% {
	-webkit-transform: scale(1);
			transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 0.09;

	}
}
.bg_diagram.bg2 {
    width: 1200px;
    height: 600px;
    top: 1890px;
    right: 370px;
    transform: translateZ(-10px);
}
.bg_diagram.bg2 .box .item1 {
    position: absolute;
    right: 55px;
    width: 520px;
    height: 240px;
	transform-origin: top center;
    background: url(/img_2024/svg/bg_diagram2-1.svg) no-repeat 50% 50% / auto 236px;
    -webkit-animation: diagram2-1 6s ease-in-out infinite both;
    animation: diagram2-1 6s ease-in-out infinite both;
    animation-delay: .35s;
    z-index: 1;
    top: 30px;
}
@-webkit-keyframes diagram2-1 {
	0% {
	-webkit-transform: rotate(-27deg);
			transform: rotate(-27deg);
			opacity: 0.06;
	}
	50% {
	-webkit-transform: rotate(28deg);
			transform: rotate(28deg);
	}
	70% {
		opacity: 0.03;
	}
	100% {
	-webkit-transform: rotate(-27deg);
			transform: rotate(-27deg);
			opacity: 0.06;
	}
}
@keyframes diagram2-1 {
	0% {
	-webkit-transform: rotate(-27deg);
			transform: rotate(-27deg);
			opacity: 0.06;
	}
	50% {
	-webkit-transform: rotate(28deg);
			transform: rotate(28deg);
	}
	70% {
		opacity: 0.03;
	}
	100% {
	-webkit-transform: rotate(-27deg);
			transform: rotate(-27deg);
			opacity: 0.06;
	}
}
.bg_diagram.bg3 {
	width: 1200px;
    height: 900px;
    top: 2040px;
    left: 0;
    transform: translateZ(-10px);
}
.bg_diagram.bg3 .box .item1 {
	position: relative;
    left: 55px;
    width: 456px;
    height: 456px;
    background: #E7F2F8;
    border-radius: 9999px;
    z-index: 1;
    top: 220px;
}
.bg_diagram.bg3 .box .item1 .innerWrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bg_diagram.bg3 .box .item2 {
	position: absolute;
	top: -25%;
	left: -25%;
	width: 150%;
	height: 150%;
	animation: forwardRotate 8s linear infinite;
	text-align: center;
    animation-delay: .35s;
    z-index: 1;

	& p {
        position: relative;
        top: 6%;
        left: 6%;
		width: 218px;
        height: 218px;
        color: #426190;
        font-size: 0;
        font-weight: bold;
        animation: reverseRotate 8slinear infinite;
        background: #E0DFF5;
        border-radius: 50%;
        box-shadow: 2px 2px 10px 2px #E0DFF5;
        opacity: 0.5;
	}
}
@keyframes forwardRotate {
	from { transform: rotate(0deg), translate(-50% -50%); }
	to { transform: rotate(360deg); }
}
@keyframes reverseRotate {
	from { transform: rotate(-0deg); }
	to { transform: rotate(-360deg); }
}
@media screen and (max-width: 1499px) {
	/* diagram */
    .bg_diagram.bg1 {
		top: 50vw;
	}
    .bg_diagram.bg1 .box .item1 {
        right: calc(100px - 240px);
    }
    .bg_diagram.bg1 .box .item2 {
        right: -70px;
        top: 400px;
    }

	.bg_diagram.bg2 {
		top: 95vw;
		right: 0;
	}
	.bg_diagram.bg2 .box .item1 {
		right: 105px;
	}
	.bg_diagram.bg3 {
		top: 138vw;
	}

}
@media screen and (max-width: 1247px) {
    /* diagram */
    .bg_diagram.bg1 {
		top: 50vw;
	}

	.bg_diagram.bg2 {
		top: 112vw;
	}
	.bg_diagram.bg2 .box .item1 {
		right: auto;
		left: 210px;
	}

	.bg_diagram.bg3 {
		top: 156vw;
	}
}
@media screen and (max-width: 992px) {
	.bg_diagram {
		display: none;
	}
}

/*quick_link*/
.quick_link ul > li span {
    display: block;
    margin-top: 2px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.025em;
}

/* .notice_link, */
.notice .on h3:after {
    border-bottom: 4px solid #0076d1;
}
.notice div h3:hover:after {
    background-color: #70aefb;
}

.notice div ul li {
    font-size: 16px;
}
.notice div ul li a:hover {
    color: #0068b3;
}
.notice div ul,
.notice div .more {
    display: none;
}
.notice .on ul,
.notice .on .more {
    display: block;
}

/*etc_site_link*/
.etc_site_link h3 + div {
    border: 1px solid #d9d9d9;
}

/* 퀵링크 */
.quick_link{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 64px 0;
}
.quick_link a{
	display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    transition: 0.2s all ease-in;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 52, 103, 0.1);
    transition: 0.3s all ease-in;
}
.quick_link .icon{
	width: 100px;
	height: 100px;
	background-color: #fafafa;
	border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_link .icon img{
    width: 70%;
}
.quick_link span{
    font-size: 1.5rem;
    font-weight: 500;
    transition: 0.2s color;
}
.quick_link li{
    position: relative;
}
.quick_link a:hover span{
	color: #fff;
}
.quick_link li .active {    
    background-color: var(--theme-color-linkTop-second);
}
.quick_link li .active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    visibility: hidden;
    transform: scale(0);
    transition: opacity 0.2s, transform ease-in-out 0.3s, border-radius ease-in-out 0.2s;
    z-index: 2;
}
.quick_link li:hover .active {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
    border-radius: 10px;
}
/* .notice_link, */
.notice .on h3:after {
    border-bottom: 4px solid #0076d1;
}
.notice div h3:hover:after {
    background-color: #70aefb;
}

.notice div ul li {
    font-size: 16px;
}
.notice div ul li a:hover {
    color: var(--theme-color-linkTop-second);
}

/*----------------------------------------------------------------
main notice
----------------------------------------------------------------*/
.main_notice .notice > .on .swiper + .bx_etc [class*='swiper-button-']:after {
    background-image: url(/theme/pyc/img_2024/svg/btn_prev.svg);
}

.main  .inner{
    width: 1980px;
}
/* main_news > notice_link, 2025-02-17 */
.main_news .notice_link {
    position: relative;
    vertical-align: top;
    background: #f7fbfb;
    border-radius: 0 30px 30px 0;
}
.main_news .notice_link .notice {
    padding-top: calc((12px + 40px + 30px) + 22px);
    padding-right: 30px;
}
.main_news .notice_link .notice h3 {
    position: absolute;
    top: 0;
    margin-top: calc(12px + 40px);
    color: #808284;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.main_news .notice_link .notice .on h3 {
    color: var(--theme-color-linkTop-second);
    z-index: 10;
}
.main_news .notice_link .notice h3:hover:before,
.main_news .notice_link .notice .on h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-radius: 6px;
    transform: translate(-50%, -100%);
}

.gnb_wrap .new_pg:hover::after, .gnb_wrap .new_pg_w:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Crect x='1.5' y='5' width='6' height='6' stroke='%23fff'/%3E%3Cpath d='M3 2.5L10 2.5' stroke='%23fff' stroke-width='2'/%3E%3Cline x1='10' y1='1.5' x2='10' y2='9.5' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.main_gallery .pic_lt{
    position: relative;
}
.main_gallery .pic_lt .lat_title{
    display: flex;
    gap: 12px;
    padding-top: 52px;
    margin-bottom: 16px;
    align-items: center;
}
.main_gallery .pic_lt .lat_title strong{
    font-size: 30px;
    font-weight: 700;
}
.main_gallery .pic_lt .lat_title strong em{
    color: var(--theme-color-linkTop-second);
    font-style: normal;
}
.main_gallery .pic_lt .lat_title span{
    font-size: 16px;
    font-weight: normal;
    color: #666;
}
.main_gallery .pic_lt ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.main_gallery .pic_lt ul a{
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.main_gallery .pic_lt .img_bx,
.main_gallery .pic_lt img{
    width: 100%;
}
.main_gallery .bg_color{
    position: absolute;
    background-color: var(--theme-color-linkTop-second);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    scale: 0;
    transition: opacity 0.2s, scale ease-in-out 0.2s;
}
.main_gallery a:hover .bg_color{
    scale: 1;
    opacity: 0.85;
}
.main_gallery .text_bx{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    padding: 18px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
}
.main_gallery .text_bx span{
    display: -webkit-box;
    -webkit-box-orient: vertical;   /* 세로로 쌓이도록 설정 */
    -webkit-line-clamp: 3;          /* 2줄까지만 표시 */
    overflow: hidden;               /* 넘치는 텍스트 숨기기 */
    text-overflow: ellipsis;
}
.main_gallery a:hover .text_bx{
    opacity: 1;
}
.pic_lt .more{
    right: 0;
}

@media screen and (max-width: 1599px) {
    .inner {
        padding-right: 40px;
        padding-left: 40px;
    }
    .quick_link .icon {
        width: 80px;
        height: 80px;
    }
    .quick_link span {
        font-size: 1.25rem;
    }
    .main_news .notice_link .notice h3,
    .main_gallery .pic_lt .lat_title strong{
        font-size: 24px
    }
    .main_news .notice_link .notice div .more, .pic_lt .more{
        font-size: 18px;
    }
    .main_news .notice_link .notice li .date,
    .main_news .notice_link .notice li .title{
        font-size: 18px;
    }
    .main_news .notice_link .notice li .item_top .notic_info{
        font-size: 14px; 
        line-height: 28px;
    }
    .main_news .notice_link .notice li{
        padding-bottom: 16px;
    }
    .main_news .notice_link .notice .on h3 + div{
        padding: 32px 0;
    }
}
@media screen and (max-width: 1247px) {
    .inner {
        padding-right: 35px;
        padding-left: 35px;
    }
    .main_news{
        grid-template-columns: repeat(1, 100%);
    }
    .quick_link a{
        flex-direction: column;
    }    
    .main_gallery .pic_lt .lat_title{
        padding-top: 0;
    }
    .pic_lt .more{
        top: 0; 
    }
    .main_news .notice_link .notice div .more, .pic_lt .more{
        line-height: 30px;
    }
}
@media screen and (max-width: 992px) {
    .quick_link{
        padding: 40px 0;
        gap: 16px;
    }
    .quick_link span {
        font-size: 1.125rem;
    }
    .quick_link a {
        gap: 12px;
        padding: 12px;
    }
    .main_news .notice_link .notice{
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .quick_link{
        grid-template-columns: repeat(2, 1fr);
    }
    .main_news .notice_link{
        padding-bottom: 40px;
    }
    .main_news .notice_link .notice li .date{
        display: none;
    }
    .main_news .notice_link .notice div .more, .pic_lt .more {
        position: relative;
        top: 0;
        right: 0;
        justify-content: center;
        max-width: 200px;
        line-height: 40px;
        padding-left: 1rem;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid var(--theme-color-basic);
        border-radius: 9999px;
    }
    .main_gallery .pic_lt ul{
        margin-bottom: 40px;
    }
    .etc_site_link .bx_etc [class*='swiper-button-'], .etc_site_link .bx_etc .handleSlideBtn {
        width: 30px;
        height: 30px;
    }
    .etc_site_link .bx_etc [class*='swiper-button-']:after {
        display: block;
        width: 24px;
        height: 24px;
        font-size: 0;
        background: url(../img_2024/svg/btn_prev.svg) no-repeat calc(50% - 2px) 50% / auto 14px;
    }
}
@media screen and (max-width: 499px) {
    .inner {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main_news .notice_link .notice h3, .main_gallery .pic_lt .lat_title strong {
        font-size: 20px;
    }
    .main_news .notice_link .notice .on h3 + div{
        padding: 24px 0 8px 0;
    }
    .main_news .notice_link .notice {
        padding-top: 80px;
    }
    .main_news .notice_link .notice h3{
        margin-top: 40px;
    }
    .main_gallery .pic_lt ul{
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .main_gallery .pic_lt .lat_title span{
        font-size: 14px;
    }
    .main_news{
        gap: 40px;
    }
}