@charset "UTF-8";
.no_scroll{
    overflow: hidden;
    height: 100vh;

}
.heroSe {
    position: relative;
    overflow: hidden;
}

.hero_se {
    position: relative;
}

.hero_se .video_box {
    /* position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; */
    margin-top: -4.2%;
}

.hero_se .iframe_box {
    position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* Aspect ratio 16:9 (100%/16*9 = 56.25%) */
            height: 0;
            overflow: hidden;
}
@media screen and (max-width: 768px){
    .hero_se .iframe_box {
        padding-bottom: 180%;
    }
}
.hero_se .video_box>video {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;

}

.hero_se .iframe_box>iframe {
    position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;

}

/* .hero_se video{
    width: 100%;
    margin-top: -4.2%;
} */
.heroSe .heroSe_box {
    position: absolute;
    bottom: 15%;
    left: calc(50% - 35px);
    z-index: 999;
}

.heroSe .swiper-pagination {
    display: flex;
    gap: 10px;
    align-items: center;
}

.heroSe .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 15px;
    opacity: 0.5;

    background-color: #ffffff8a;

}

.heroSe .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    width: 16px;
    height: 16px;

}

.hero_text {
    position: absolute;
    bottom: 30%;
    left: 10%;
    color: var(--font-white);
}

.hero_text>h3 {
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    font-family: "Pretendard";
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
}

.hero_text>p {
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    font-family: "Pretendard";
    font-size: 60px;
    line-height: 70px;
    font-style: normal;
    font-weight: 300;
    margin-top: 35px;
}

.hero_text>p>span {
    font-weight: 700;
}

.en_font {
    font-family: "Noto Serif", serif;
}

.main_se_pt {
    padding-top: 120px;
    box-sizing: border-box;
}

.main_sec_title {
    text-align: center;
}

.main_sec_title h3 {
    text-transform: uppercase;
    color: #C4A580;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4.8px;
}

.main_sec_title h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
}

.main_sec_title hr {
    background: #A77B4A;
    height: 1px;
    border: 0;
    width: 100px;
    margin-top: 40px;
}

.main_se_1 .cont_1 {
    margin-top: 100px;
}

.main_se_1 .cont_1>ul {
    display: flex;
}

.main_se_1 .cont_1>ul>li {
    position: relative;
    overflow: hidden;

}

.main_se_1 .cont_1>ul li .disabled  {
    display: block;
    width: 100%;
    cursor: default;
}

.main_se_1 .cont_1>ul li .disabled > img {
    transition: all 0.6s;
    display: block;
}

.main_se_1 .cont_1>ul li:nth-child(1) .hover_box {
    background: rgba(126, 84, 38, 0.90);
}

.main_se_1 .cont_1>ul li:nth-child(2) .hover_box {
    background-color: rgba(119, 37, 16, 0.9);
}

.main_se_1 .cont_1>ul li:nth-child(3) .hover_box {
    background-color: rgba(79, 84, 60, 0.9);
}

.hover_box {
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hover_box {
    text-align: center;
    opacity: 0;
    transition: all.6s;
}

.hover_box .bg_logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover_box h5 {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff46;
    font-weight: 400;
}

.hover_box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.hover_box p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.hover_box .go_btn {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    border-radius: 20px;
    border: solid 1px #fff;
    color: #fff;
    padding: 5px 15px;
    box-sizing: border-box;
    transition: all 0.6s;
}

.card_title {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.card_title ._1 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    min-width: 180px
}

.card_title ._2 {}

.card_title ._3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.main_se_2 {}

.main_se_2 .cont_1 {
    margin-top: 100px;
    margin-bottom: 75px;

}

.main_se_2_swiper {
    position: relative;
    overflow: hidden;
}

.main_se_2_swiper .img_box img {
    width: 100%;
    display: block;
}

.main_se_2_swiper .text_box {
    background: #F3F3F3;
    padding: 30px 20px;
}

.main_se_2_swiper .swiper-slide {
    position: relative;
}

.main_se_2_swiper .text_box .en_font {
    margin-top: 15px;
    color: #77251044;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.main_se_2_swiper .hover_box .bg_logo {
    top: 35%;
}

.main_se_2_swiper .hover_box {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(10px);
}

.main_se_2_swiper .hover_box .card_title {
    color: #fff;
}

.hover_box .card_title ._3 {
    text-align: left;
}

.hover_box .card_title ._1 {
    min-width: auto;
}

.main_se_2_swiper .hover_box .en_font {
    font-size: 32px;
    line-height: 40px;
}

.main_se_2_swiper .hover_box .go_btn:hover {
    background-color: #772510;
    color: #fff;
    transition: all 0.6s;
    border: solid 1px #772510;
}

.main_se_2_swiper .mo_go_btn {
    display: none;
}

.main_se_3 {
    position: relative;
    overflow: hidden;

}

.main_se_3_bg {
    background-image: url(/img/main/main_se_3_img_1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 150px;
}

.main_se_3 .bg_text {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.main_se_3 .doc_img {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.main_se_3 .text_box {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.main_se_3 .text_box h4 {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
}

.main_se_3 .text_box h2 {
    margin-top: 15px;
    font-family: "Noto Serif", serif;
    font-size: 48px;
    line-height: 75px;
    font-style: normal;
    font-weight: 300;
}

.main_se_3 .text_box h2>span {
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    vertical-align: bottom;
}

.main_se_3 .text_box a {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #FFF;
    padding: 8px 16px;
    box-sizing: border-box;
    margin-top: 10%;
    margin-bottom: 5%;
    transition: all 0.6s;
}

.main_se_3 ._1 {
    opacity: 0;
}

.main_se_3 ._2 {
    opacity: 0;
}

.main_se_3 ._3 {
    opacity: 0;
}

.main_se_3 ._1.animate__zoomInDown {
    opacity: 1;
}

.main_se_3 ._2.animate__fadeInUp {
    opacity: 1;
}

.main_se_3 ._3.animate__fadeInUp {
    opacity: 1;
}

.main_rolling {
    display: flex;
    margin: 35px 0;
    overflow: hidden;
}

.main_rolling .rolling_line {
    /* width: 100%; */
}

.rolling_line.original {
    animation: rollingleft1 30s linear infinite;
}

.rolling_line.clone {
    animation: rollingleft2 30s linear infinite;
}

.main_rolling img {
    max-width: none;
    margin-right: 100px;
}

@keyframes rollingleft1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    50.01% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rollingleft2 {
    0% {
        transition: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.main_se_4 {}

.main_se_4 .main_sec_title {
    color: #fff;
}

.main_se_4 .main_sec_title hr {
    background-color: #fff;
}

.main_se_4_bg {
    background-image: url(/img/main/main_se_4_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 125px;
    box-sizing: border-box;
}

.main_se_4 .cont_1 {}

.main_se_4 .cont_1 h4 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
}

.main_se_4 .cont_1 .text_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.main_se_4 .cont_1 .text_list>div {}

.main_se_4 .cont_1 .text_list .text_box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.main_se_4 .cont_1 .text_list .text_box:last-child {
    margin-bottom: 0;
}

.main_se_4 .cont_1 .text_list .text_box span {
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    font-weight: 700;
    color: #A77B4A;
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 5px;
    text-align: center;
}

.main_se_4 .cont_1 .video_box {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 0;
}

.main_se_4 .video_box video {
    width: 100%;
}

.main_bbs {
    margin-top: 70px;
}

.main_bbs .bbs_layout {
    display: flex;
}

.main_bbs .bbs_layout .box {
    width: 50%;
    padding: 8%;
    box-sizing: border-box;
}

.main_bbs .bbs_layout .left {
    background: #F9F2EB;
}

.main_bbs .bbs_layout .right {
    background: #FFF;
}

.main_bbs .bbs_layout .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: solid 1px #A77B4A;
}

.main_bbs .bbs_layout .top>a {
    font-size: 26px;
    color: #B48D55;
}

.main_bbs .bbs_layout .top>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_bbs .bbs_layout .top>div h3 {
    font-size: 32px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
}

.main_bbs .bbs_layout .top>div span {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    color: #B48D55;
}

.main_bbs .bbs_layout .top>div p {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    color: #B48D55;
}

.main_bbs .bbs_notice_title {}

.main_bbs .bbs_notice_title li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.main_bbs .bbs_notice_title li a {
    display: block;
    width: 100%;
    padding: 24px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 40px;
}

.main_bbs .bbs_notice_title li a .date {
    text-align: center;
}

.main_bbs .bbs_notice_title li a .date h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #272729;
}

.main_bbs .bbs_notice_title li a .date p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #27272985;
}

.main_bbs .bbs_notice_title li a .title {
    font-size: 24px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
}

.main_bbs .bbs_evet_title {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8%;
    row-gap: 20px;
}

.main_bbs .bbs_evet_title li {
    width: 32%;

}

.main_bbs .bbs_evet_title li a {}

.main_bbs .bbs_evet_title li a .img_box>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main_bbs .bbs_evet_title li a .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: #272729;
}

.bbs_layout .go_btn {
    display: none;
}