@charset "utf-8";

/* main.css */
/* 헤더 ~ 푸터 */
/* main.css */

/* 상단 레이아웃 */
#header {
    padding: 0 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    transition: all .3s
}

.gnb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
}

.gnb__logo {
    flex: 0 1 320px;
}

.gnb__logo-link {
}

.gnb__logo-link img {
    /* height: 80px; */
}

.gnb__logo-link__item.sub__header {
    display: none
}

.gnb__logo-link__item.active {
    display: none;
    transition: all .3s
}

.sub_header .gnb__2depth {
    top: 71px;
}

.gnb__menu {
    flex: calc(100% - 470px);
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.gnb__1depth {
    position: relative;
    flex: 0 1 calc(100% / 7);
    max-width: 120px;
    text-align: center;
}

.gnb__1depth-link {
    display: block;
    padding: 25px 0;
    font-size: 18px;
    color: #FFF;
}

.gnb__1depth-link:hover {
    font-weight: 700;
}

.gnb__2depth {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    width: 150%;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(0 33 56 / 50%);
    padding: 5px 0;
}

.gnb__2depth.gnb__2depth--active {
    display: block;
}

.gnb__2depth-link {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    color: #FFF;
    position: relative;
    transition: all 0.3s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
}

.gnb__2depth-link:before {
    display: block;
    content: '';
    width: 3px;
    height: 0;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gnb__2depth-link:hover {
    font-weight: 700;
}

.gnb__2depth-link:hover:before {
    height: calc(100% - 20px);
    opacity: 1
}

.gnb__line {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    z-index: -1;
    background-color: rgba(255, 255, 255, .3);
}

.gnb__line:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .5625em;
    height: .5625em;
    background-color: #FFF;
    border-radius: 50%;
    left: 0;
}

.gnb__line:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .5625em;
    height: .5625em;
    background-color: #FFF;
    border-radius: 50%;
    right: 0;
}

.fp-viewing-4 #header {
    background: #FFF;
    border-bottom: 1px solid #cdcdcd;
}

.fp-viewing-4 .gnb__logo-link__item {
    display: none;
}

.fp-viewing-4 .gnb__logo-link__item.active {
    display: block;
}

.fp-viewing-4 .gnb__1depth-link {
    color: #000;
}

.fp-viewing-4 .gnb__line {
    display: none;
}

@media screen and (max-width: 1500px) {
    #header {
        padding: 0 40px
    }

    .gnb__line {
        bottom: 0;
    }
}

@media screen and (max-width: 1400px) {
    .gnb__logo {
        flex: 0 1 280px;
    }

    .gnb__menu {
        padding: 0 0 0 5%;
    }

    .gnb-1depth-link {
        padding: 30px;
        font-size: 16px
    }

    .gnb-2depth-link {
        font-size: 15px
    }

    .gnb-1depth-item:nth-child(3) .gnb-1depth-link {
        padding: 30px 40px
    }
}

@media screen and (max-width: 1200px) {
    .gnb__menu {
        display: none;
    }

    .gnb-1depth-link {
        padding: 30px 20px;
        font-size: 15px
    }

    .gnb-1depth-item:nth-child(3) .gnb-1depth-link {
        padding: 30px 20px
    }
}

@media screen and (max-width: 1024px) {
    .gnb__logo {
        flex: 0 1 230px;
    }

    .gnb__logo img {
        flex: 0 1 200px;
    }

    .gnb-1depth-list {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #header {
        padding: 0px 20px
    }

    .gnb {
        padding: 10px 0;
    }

    .gnb__logo {
        flex: 0 1 200px;
    }
}

@media screen and (max-width: 500px) {
    .gnb__logo {
        flex: 0 1 150px;
        padding: 15px 0
    }
}

.sitemap {
    flex: 0 1 150px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.sitemap__mypage {
    width: 50px;
    height: 40px;
    background: url('../img/icon_mypage.png') no-repeat center;
    padding: 20px;
}

.sitemap__btn {
    width: 70px;
    height: 70px;
    border: 0;
    background: transparent;
    /* padding:20px; */
    position: relative;
    z-index: 10;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitemap__btn img:nth-child(1) {
}

.sitemap__btn img:nth-child(2) {
    display: none;
}

.sitemap__btn--active img:nth-child(1) {
    display: none;
}

.sitemap__btn--active img:nth-child(2) {
    display: block;
}

.sitemap__btn--active .sitemap__btn--top {
    animation: ease .7s top forwards
}

.sitemap__btn--no-active .sitemap__btn--top {
    animation: ease .7s top-2 forwards
}

.sitemap__btn--active .sitemap__btn--mid {
    animation: ease .7s scaled forwards
}

.sitemap__btn--no-active .sitemap__btn--mid {
    animation: ease .7s scaled-2 forwards
}

.sitemap__btn--active .sitemap__btn--bot {
    animation: ease .7s bottom forwards
}

.sitemap__btn--no-active .sitemap__btn--bot {
    animation: ease .7s bottom-2 forwards
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0)
    }

    50% {
        top: 6px;
        transform: rotate(0)
    }

    100% {
        top: 6px;
        transform: rotate(45deg);
        background: #000
    }
}

@keyframes top-2 {
    0% {
        top: 6px;
        transform: rotate(45deg)
    }

    50% {
        top: 6px;
        transform: rotate(0deg)
    }

    100% {
        top: 0;
        transform: rotate(0deg)
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0)
    }

    50% {
        bottom: 6px;
        transform: rotate(0)
    }

    100% {
        bottom: 12px;
        transform: rotate(135deg);
        background: #000
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 6px;
        transform: rotate(135deg)
    }

    50% {
        bottom: 10px;
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        transform: rotate(0)
    }
}

@keyframes scaled {
    50% {
        transform: scale(0)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.sitemap__menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #FFF;
    padding: 100px 150px;
    overflow-y: scroll;
    flex-wrap: wrap;
    gap: 50px;
    text-align: left;
}

.sitemap__menu--active {
    display: flex;
}

.sitemap__menu::-webkit-scrollbar {
    width: 5px
}

.sitemap__menu::-webkit-scrollbar-thumb {
    background-color: #2f2f2f;
    border-radius: 10px
}

.sitemap__menu::-webkit-scrollbar-track {
    background-color: #d8d8d8;
    border-radius: 10px
}

.sitemap__1depth {
    flex: 0 1 calc(100% / 3 - 38px);
    padding: 60px 40px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 15px rgb(0 0 0 / 14%)
}

.sitemap__1depth-link {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 3px solid #2f2f2f;
}

.sitemap__2depth {
}

.sitemap__2depth-link {
    display: block;
    font-size: 18px;
    padding: 0 0 10px;
}

.sitemap__2depth-link:hover {
    font-weight: 700;
    color: #005AD4;
}

.sitemap__2depth-link:last-child {
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .sitemap {
        flex: 0 1 180px
    }

    .sitemap__menu {
        gap: 20px;
        padding: 100px 80px;
    }

    .sitemap__1depth {
        flex: 0 1 calc(100% / 4 - 15px);
        padding: 50px 30px;
    }
}

@media screen and (max-width: 1200px) {
    .sitemap {
        flex: 0 1 calc(100% - 280px)
    }

    .sitemap__menu {
        padding: 80px 60px;
    }

    .sitemap__2depth-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .sitemap {
        flex: 0 1 calc(100% - 230px)
    }

    .sitemap__1depth {
        flex: 0 1 calc(100% / 3 - 14px);
    }

    .sitemap__1depth-link {
        font-size: 20px;
        line-height: 28px;
        border-bottom: 1px solid #2f2f2f
    }

    .sitemap__2depth-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .sitemap {
        flex: 0 1 calc(100% - 200px)
    }

    .sitemap__menu {
        padding: 60px 40px;
    }

    .sitemap__1depth {
        flex: 0 1 calc(100% / 2 - 10px);
        padding: 30px
    }

    .sitemap__btn {
        width: 45px;
        height: 60px;
    }

    .sitemap__btn img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 500px) {
    .sitemap {
        flex: 0 1 calc(100% - 150px);
    }

    .sitemap__menu {
        padding: 60px 20px;
        gap: 10px;
    }

    .sitemap__btn {
        width: 40px;
        height: 50px;
    }

    .sitemap__btn img {
        width: 40px;
        height: 40px;
    }

    .sitemap__btn span {
        display: block;
        width: 100%;
        height: 3px;
        background: #FFF;
        transition: all .3s;
        position: relative
    }

    .sitemap__btn span + span {
        margin-top: 6px;
    }

    .sitemap__1depth {
        flex: 0 1 100%;
        padding: 30px 20px;
    }

    .sitemap__1depth-link {
        font-size: 20px;
        margin: 0 0 15px
    }

    .sitemap__2depth-link {
    }

    .sitemap__mypage {
        width: 30px;
        height: 30px;
        padding: 15px;
    }
}

/* 퀵메뉴 */
.quick__menu {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(calc(100% - 64px));
    opacity: 1;
    transition: all 0.3s;
}

.quick__menu.active {
    transform: translateX(-50%);
}

.fp-viewing-sec01 .quick__menu {
    bottom: -100%;
    opacity: 0;
    transition: all 0.5s;
}

.fp-viewing-4 .quick__menu {
    bottom: -100%;
    opacity: 0;
    transition: all 0.5s;
}

.quick__menu-btn {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #009655 0%, #0389ba 100%);
    mix-blend-mode: normal;
    font-size: clamp(16px, 2vw, 20px);
    color: #FFF;
    padding: 20px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.quick__menu-btn__txt {
}

.quick__menu-btn__txt p {
    padding: 0 15px 0 0;
    display: inline-block;
}

.quick__menu-btn__txt span {
    padding: 0 0 5px;
}

.quick__menu-btn__txt span img {
    transition: all 0.3s linear;
}

.quick__menu-btn__txt span.rotate img {
    transform: rotate(180deg);
}

.quick__menu-con {
    padding: 50px 20px;
    background: #FFF;
}

.quick__menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.quick__menu-item {
    flex: 0 1 calc(100% / 3 - 20px);
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    position: relative;
    align-items: center;
}

.quick__menu-item::after {
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    background: url('../img/icon_quick_menu_line.png') no-repeat center;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.quick__menu-item:last-child:after {
    display: none;
}

.quick__menu-ttl {
    font-size: clamp(18px, 2vw, 36px);
    color: #000;
    padding: 0 0 20px;
    text-align: center;
    flex: 0 1 100%;
}

.quick__menu-txt {
    font-size: clamp(14px, 2vw, 18px);
    color: #404040;
    padding: 0 0 30px;
    text-align: center;
    flex: 0 1 100%;
}

.quick__menu-inner {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quick__menu-inner__link {
    display: flex;
    padding: 30px 50px;
    flex: 0 1 100%;
    border-radius: 10px;
    gap: 10px;
}

.quick__menu-inner__link:hover {
    font-weight: 600;
}

.quick__menu-inner__link:nth-child(1) {
    background: url('../img/bg_quick_menu_inner_link01.png') no-repeat -7% 20px #003358;
    background-size: contain;
    transition: all 0.2s;
}

.quick__menu-inner__link:nth-child(1):hover {
    background: url('../img/bg_quick_menu_inner_link01.png') no-repeat -7% 20px #00477a;
    background-size: contain;
}

.quick__menu-inner__link:nth-child(2) {
    background: url('../img/bg_quick_menu_inner_link02.png') no-repeat -7% 20px #003358;
    background-size: contain;
    transition: all 0.2s;
}

.quick__menu-inner__link:nth-child(2):hover {
    background: url('../img/bg_quick_menu_inner_link02.png') no-repeat -7% 20px #00477a;
    background-size: contain;
}

.quick__menu-inner__link-img {
    flex: 0 1 52px
}

.quick__menu-inner__link-img img {
}

.quick__menu-inner__link-txt {
    font-size: clamp(14px, 2vw, 18px);
    color: #FFF;
    flex: 0 1 calc(100% - 70px);
}

.quick__menu-inner02 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 350px;
    margin: 0 auto;
}

.quick__menu-inner02__link {
    flex: 0 1 100%;
    text-align: center;
    background: #003358;
    padding: 15px 0;
    color: #FFF;
    border-radius: 10px;
    transition: all 0.2s;
}

.quick__menu-inner02__link:hover {
    background: #00477a;
    font-weight: 700;
}

.quick__menu-inner03 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quick__menu-inner03__link {
    border-radius: 20px;
    flex: 0 1 100%;
    padding: 50px 30px;
}

.quick__menu-inner03__link:nth-child(1) {
    background: url('../img/bg_quick_menu_inner03_01.jpg') no-repeat center;
    background-size: 100%;
    transition: all 0.3s;
}

.quick__menu-inner03__link:nth-child(1):hover {
    background-size: 110%;
}

.quick__menu-inner03__link:nth-child(2) {
    background: url('../img/bg_quick_menu_inner03_02.jpg') no-repeat center;
    background-size: 100%;
    transition: all 0.3s;
}

.quick__menu-inner03__link:nth-child(2):hover {
    background-size: 110%;
}

.quick__menu-inner03__link-ttl {
    font-size: clamp(16px, 2vw, 20px);
    color: #FFF;
    padding: 0 0 10px;
}

.quick__menu-inner03__link-txt {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.6em;
    color: #FFF;
}

@media screen and (max-width: 1500px) {
    .quick__menu-inner03__link {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .quick__menu {
        bottom: -10px;
    }

    .quick__menu-list {
        gap: 20px;
    }

    .quick__menu-item::after {
        right: -15px;
    }

    .quick__menu-btn {
        padding: 15px 0
    }

    .quick__menu-item {
        padding: 0 10px;
    }

    .quick__menu-inner03__link:nth-child(1) {
        background: url('../img/bg_quick_menu_inner03_01.jpg') no-repeat center;
        background-size: auto;
    }

    .quick__menu-inner03__link:nth-child(1):hover {
        background-size: auto;
    }

    .quick__menu-inner03__link:nth-child(2) {
        background: url('../img/bg_quick_menu_inner03_02.jpg') no-repeat center;
        background-size: auto;
    }

    .quick__menu-inner03__link:nth-child(2):hover {
        background-size: auto;
    }
}

@media screen and (max-width: 768px) {
    .quick__menu {
        bottom: -15px;
        /* display: none; */
    }

    .quick__menu-con {
        padding: 20px 20px 30px;
    }

    .quick__menu-item {
        flex: 100%;
        justify-content: center;
    }

    .quick__menu-inner03__link {
        flex: 0 1 calc(100% / 2 - 10px);
        padding: 20px;
        background-size: auto !important;
    }

    .quick__menu-inner02__link {
        flex: 0 1 calc(100% / 3 - 10px);
        font-size: clamp(14px, 3vw, 18px);
    }

    .quick__menu-inner__link {
        flex: 1 0 calc(100% / 2 - 10px);
        padding: 20px;
        display: table;
        min-width: 190px;
    }

    .quick__menu-inner {
        max-width: unset;
    }

    .quick__menu-ttl {
        padding: 0 0 10px;
    }

    .quick__menu-txt {
        padding: 0 0 15px;
    }

    .quick__menu-inner__link-img img {
        display: none;
    }

    .quick__menu-inner02 {
        max-width: unset;
    }

    .quick__menu-item::after {
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -12px;
        background: #00000017
    }

    .quick__menu-inner__link-txt {
        display: table-cell;
        vertical-align: middle;
    }

    .quick__menu-item:last-child {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .quick__menu-inner__link {
        min-width: 150px;
    }
}

@media screen and (max-width: 400px) {
    .quick__menu-inner__link {
        min-width: 120px;
    }
}

/* 메인 시작 */

/* section01 */
#section01 {
}

#section01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 159px 0px 0;
    font-family: 'NanumMyeongjo' !important;!i;!;
}

#section01 .tit {
    position: relative;
    z-index: 2;
    color: #000;
    font-weight: 300;
    font-size: 38px;
    text-align: left;
    margin-left: -42%;
    padding-bottom: 46px;
    line-height: 1.1em;
    font-family: 'NanumMyeongjo';
}

#section01 .tit span {
    display: block;
    font-size: 73px;
    font-weight: 700;
    font-family: NanumMyeongjo;
}

#section01 .video_bx {
    position: relative;
    width: 100%;
    /* max-width: 100%; */
    height: 725px;
    aspect-ratio: 16 / 9;
    z-index: 1;
    overflow: hidden;
}

#section01 .video_bx video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 1225px 이하 */
@media screen and (max-width: 1225px) {
    #section01 {
        padding: 119px 20px 0;
        text-align: center;
        align-items: flex-start;
    }

    #section01 .tit {
        font-size: 32px;
        margin-left: 0;
        text-align: left;
        padding: 0px 29px 12px;
    }

    #section01 .tit span {
        font-size: 58px;
    }

    #section01 .video_bx {
        height: auto;
    }
}

/* 768px 이하 */
@media screen and (max-width: 768px) {
    #section01 {
        padding: 100px 0px 0;
    }

    #section01 .tit {
        font-size: 25px;
        padding-bottom: 30px;
        /* margin-left: 20px; */
    }

    #section01 .tit span {
        font-size: 44px;
    }

    #section01 {
        align-items: flex-start;
        /* padding-left: 9px; */
    }
}

/* 400px 이하 */
@media screen and (max-width: 400px) {
    #section01 {
        padding: 122px 7px 0;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }

    #section01 .tit {
        font-size: 16px;
        padding-bottom: 20px;
        line-height: 1.3em;
    }

    #section01 .tit span {
        font-size: 29px;
    }
}

@media (max-width: 450px) {
    #section01 .tit span {
        font-size: 35px;
    }

    #section01 .tit {
        font-size: 21px;
    }
}

/* section02 */
#section02 {
}

#section02 .wr_1500 {
    padding: clamp(37px, 6.8vw, 110px) 0;
}

#section02 .tit {
    position: relative;
    z-index: 1;
    top: 16%;
    left: 0%;
    font-weight: 300;
    line-height: 1.6em;
    font-size: 18px;
    margin: 0 auto 70px auto;
    font-family: 'NanumMyeongjo';
}

#section02 .tit span {
    font-size: 40px;
    font-weight: 700;
    line-height: 5rem;
    font-family: 'NanumMyeongjo';
}

#section02 .img_box {
    display: flex;
    flex: 1 1 65%;
    gap: 54px;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#section02 .visual-slide {
    position: relative;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    height: 750px;
}

#section02 .visual-slide .slide-img a {
    position: relative;
}

#section02 .visual-slide .slide-img img {
    width: 100%;
    height: auto;
    display: block;
}

#section02 .visual-slide .top_tit {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    font-size: 27px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    line-height: 1.4;
    font-family: 'Pretendard';
}

#section02 .visual-slide .top_tit span {
    display: inline-block;
    background: #f47920;
    color: #fff;
    padding: 4px 9px;
    font-size: 17px;
    border-radius: 45px;
    margin-bottom: 9px;
}

#section02 .right_con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1 1 35%;
}

#section02 .right_con .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#section02 .right_con .item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#section02 .right_con .item:hover img {
    transform: scale(1.05);
}

#section02 .right_con .item a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 119, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

#section02 .right_con .item:hover::before {
    opacity: 1;
}

#section02 .right_con .txt_df {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
    font-family: 'Pretendard';
}

#section02 .visual-slide > div {
    height: 100% !important;
}

#section02 .visual-slide-arrow-wr1 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 48%;
    top: 52%;
    transform: translate(-50%, -50%);
    padding: 6px;
}

#section02 .slide-wr {
    position: relative;
}

@media screen and (max-width: 1225px) {
    #section02 {
        padding: 0 20px;
    }

    #section02 .img_box {
        display: flex;
        flex-direction: column;
    }
}

/* 768px 이하 */
@media screen and (max-width: 768px) {
    #section02 .tit span {
        font-size: 24px;
    }

    #section02 .wr_1500 {
        /* padding: 0px 20px; */
    }

    #section02 .img_box {
        display: block;
        padding-bottom: 30px;
    }

    #section02 .tit {
        margin: 0 auto 45px auto;
    }
}

@media screen and (max-width: 575px) {
    #section02 .visual-slide {
        height: 444px;
    }
}

@media screen and (max-width: 450px) {
    #section02 .right_con .txt_df {
        font-size: 18px;
    }

    #section02 .visual-slide .top_tit {
        font-size: 20px;
        padding: 2px 15px;
        left: 0;
    }
}

@media screen and (max-width: 400px) {
    #section02 .tit {
        font-size: 14px;
        margin: 0 auto 26px auto;
                    }

    #section02 .visual-slide .top_tit {
        top: 1%;
        left: 0;
        font-size: 13px;
    }

    #section02 .visual-slide .top_tit span {
        font-size: 11px;
    }

    #section02 .visual-slide {
        height: 400px;
    }
    #section02 .wr_1500{padding: 0;}


    #section02 .right_con .txt_df {
        font-size: 17px;
    }

    #section02 .visual-slide .top_tit {
        top: 0;
        left: 0;
        font-size: 14px;
    }
}

/* section03 */
#section03 .tit {
    font-weight: 300;
    line-height: 1.4em;
    font-size: 38px;
    margin: 0 auto 20px auto;
    font-family: 'NanumMyeongjo';
}

#section03 .tit span {
    font-size: 40px;
    font-weight: 700;
    line-height: 5rem;
}

#section03 {
    width: 100%;
    position: relative;
    background-color: #e5e5e5;
    align-items: center;
    transition: all 1s;
    background-size: contain;
}

#section03 .wr_1500 {
    display: flex;
    flex-wrap: wrap;
    padding: clamp(43px, 6.4vw, 109px) 2px;
    gap: 25px;
}

#section03 .wr_1500 > div {
    overflow: hidden;
}

#section03 .wr_1500 .left {
    flex: 0 1 calc(23%);
    height: 100%;
}

#section03 .wr_1500 .mid_slide {
    flex: 0 1 calc(32%);
}

#section03 .wr_1500 .news {
    flex: 0 1 calc(39%);
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

#section03 .wr_1500 .news .news__content {
}

#section03 .wr_1500 .news .news__content > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#section03 .wr_1500 .news .news__content > div .noticebox {
    flex: 0 1 calc(100% / 2 - 10px);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 170px;
}

#section03 .wr_1500 .news .news__content > div .noticebox .news__slide-tit {
    position: absolute;
    top: 25px;
    left: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding: 4px 8px;
    z-index: 2;
    font-family: 'Pretendard';
}

#section03 .wr_1500 .news .news__content > div .noticebox .title {
    font-weight: 300;
    font-size: 18px;
    padding: 13px 0px;
    z-index: 2;
    font-family: 'Pretendard';
    background-color: #ffffff;
    text-align: center;
    width: 100%;
}

#section03 .visual-slide-arrow-wr {
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1px;
}

#section03 .wr_1500 .news .news__content > div .noticebox .news__slide-tit::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

#section03 .gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

#section03 .gallery-item img {
    width: 100%;
    display: block;
}

#section03 .gallery-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
    font-family: 'Pretendard', sans-serif;
}

#section03 .left {
    width: 100%;
    max-width: 500px;
    /* 또는 원하는 고정값 */
    box-sizing: border-box;
}

#section03 .left .detail {
    width: 100%;
}

#section03 .left .detail a {
    display: block;
    width: 100%;
    height: auto;
}

#section03 .left .detail a img {
    display: block;
    width: 60%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    /* 또는 cover */
}

/* 반응형 */
@media screen and (max-width: 1225px) {
    #section03 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    #section03 .wr_1500 {
        display: block;
        padding: 31px 0px;
    }

    #section03 .wr_1500 .left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #section03 .tit > br {
        display: none;
    }

    #section03 .wr_1500 .mid_slide {
        text-align: center;
        padding-top: 22px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    #section03 .tit {
        font-size: 28px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    #section03 .wr_1500 .news .news__content > div .noticebox .title {
        padding: 13px 12px;
        font-size: 14px;
        text-align: center;
        height: 52px;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    #section03 .wr_1500 .news .news__content > div .noticebox {
        /* flex: 0 1 100%; */
        /* 한 줄에 하나씩 */
    }
}

@media screen and (max-width: 420px) {
    #section03 .tit {
        font-size: 22px;
        margin: 0;
    }
}

/* footer */
#footer {
    background-color: #0d0d0d;
    color: #ccc;
    font-family: 'Pretendard', sans-serif;
    border-top: 1px solid #222;
}

#footer .footer_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
}

#footer .footer_logo img {
    width: auto;
    max-height: 70px;
}

#footer .footer.df {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer .footer.df .half {
    font-size: 15px;
    line-height: 1.8;
}

#footer .footer.df .half .text {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

#footer .footer.df .half .text p {
    margin: 0;
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

#footer .footer.df .btm_con {
    position: relative;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    color: #888
}

@media screen and (max-width: 920px) {
    #footer .footer_inner .top_con > .df .text .txt p {
        line-height: 25px !important;
    }
}

@media screen and (max-width: 560px) {
    #footer .footer_inner .top_con > .df .text .txt {
        display: flex;
        flex-direction: column;
    }

    #footer .footer_inner .top_con > .df .text .txt p {
        padding: 0 !important;
        border: none !important;
    }

    #footer .footer_inner .top_con > .df .text .address {
        line-height: 25px;
    }
}

@media screen and (max-width: 420px) {
    #section03 .wr_1500 .news .news__content > div .noticebox .news__slide-tit {
        font-size: 14px;
        top: 14px;
        left: 7px;
    }

    #section02 .right_con {
        gap: 15px
    }

    #section03 .wr_1500 .news .news__content > div {
        gap: 15px;
    }
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    /* 이미지 아래 여백 */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

.slick-dots li {
    width: 24px;
    height: 4px;
    background: #eee;
    transition: background 0.3s;
}

.slick-dots li.slick-active {
    background: #bbb;
}

.slick-dots li button {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#footer .footer_inner .top_con {
    width: 100%;
    padding: 0 0 26px;
    border-bottom: 1px solid #333333;
}

#footer .footer_inner .top_con > .df {
    padding: 15px clamp(40px, 10vw, 200px) 0;
    flex-direction: column;
    gap: clamp(12px, 2vw, 24px);
}

#footer .footer_inner .top_con > .df .text {
    flex-direction: column;
    gap: 12px;
}

#footer .footer_inner .top_con > .df .text .address {
    font-size: 16px;
    font-weight: 400;
}

#footer .footer_inner .top_con > .df .text .txt {
    display: flex;
    font-size: 16px;
}

#footer .footer_inner .top_con > .df .text .txt p {
    padding: 0 clamp(12px, 2.4vw, 26px);
    border-right: 1px solid;
    line-height: 10px;
    font-weight: 100;
}

#footer .footer_inner .top_con > .df .text .txt p:nth-child(1) {
    padding-left: 0;
}

#footer .footer_inner .top_con > .df .text .txt p:nth-child(4) {
    padding-right: 0;
    border-right: 0;
}

#footer .footer_inner .top_con > .df .text .txt p span {
    font-weight: 900;
}

#footer .footer_inner .top_con > .df .text .txt p a {
    color: #ccc;
    font-weight: 400;
    padding: 0 0 0 6px;
}

#footer .footer_inner .btm_con {
    width: 100%;
    height: 100%;
    padding: 18px clamp(40px, 10vw, 200px) 30px;
    font-size: 14px;
    font-weight: 400;
}


#section01 .video_bx  iframe{width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;}