@charset "UTF-8";
input {
    font-family: "Pretendard";
}

/* brandsory */
.pt50 {
    padding-top: 50px;
}
.bs1 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.bs1.on svg {
    opacity: 1;
}
.bs1_s1 {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
}
.bs1 svg {
    width: 90%;
    opacity: 0;
    transition: 0.4s ease;
    max-width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bs1_img {
    border-radius: 30px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 90%;
    max-width: 1000px;
}

.bs1_img img {
    transform: translateY(-80px);
    height: 480px;
    object-fit: cover;
    width: 100%;
}

.bs1_txt_wrap {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.bs1_txt_group {
    z-index: 2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 95%;
}
.bs1_tit {
    position: relative;
    font-family: "Spectral", serif;
    font-size: 80px;
    font-weight: 500;
}
.bs1_tit_group {
    transform: translateY(85px);
    margin-top: -85px;
}
.bs1_tit1 {
    display: flex;
    justify-content: center;
}
.bs1_tit2 {
    opacity: 0;
}
.bs1_tit_wrap1 {
    text-align: right;
    transform: translateY(-200px);
}
.bs1_tit_wrap2 {
    transform: translateY(200px);
}
.bs1_tit_wrap_bx {
    height: 85px;
    flex: 0 0 auto;
    text-align: left;
}
/* .bs1_tit_wrap_bx.upper{transform: translateX(42px);} */

.bs1_sub_txt {
    overflow: hidden;
    height: 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}
.bs1_sub_txt_wrap {
    height: max-content;
    padding-top: 20px;
}

/* 두번째 섹션 */
.bs2_s2_bg {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateY(100%);
}
.bs2_s2_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs2_con {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300vh;
    color: #fff;
}
.bs2_light {
    position: absolute;
    transition: 2s ease;
    z-index: 1;
    opacity: 0.6;
    width: max-content;
}
.bs2_con.onA .bs2_light {
    right: -30px;
    top: 390px;
}
.bs2_con.onB .bs2_light {
    right: 257px;
    top: 600px;
}
.bs2_con.onC .bs2_light {
    right: 80%;
    top: 0;
}
.bs2_txt_group_wrap {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: relative;
}
.bs2_txt_group {
    width: 600px;
    position: absolute;
    height: 295px;
    top: 50%;
    transform: translate(calc(-50% + 418px), -50%);
    left: 50%;
}
.bs2_txt_bx {
    opacity: 0;
    transition: 0.6s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.n_bs2_img_bx {
    /* max-width: calc(100% + 50%); */
    overflow: hidden;
    width: calc(100% + 60%);
    display: flex;
    gap: 20px;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
}
.n_bs2_img_bx img {
    width: 100%;
}
.n_bs2_img_bx .n_bs2_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s ease;
}
.n_bs2_img_bx .n_bs2_img:nth-child(1) {
    position: relative;
}
.bs1_txt_wrap.onA .n_bs2_img_bx .n_bs2_img:nth-child(1) {
    opacity: 1;
}
.bs1_txt_wrap.onB .n_bs2_img_bx .n_bs2_img:nth-child(2) {
    opacity: 1;
}
.bs1_txt_wrap.onC .n_bs2_img_bx .n_bs2_img:nth-child(3) {
    opacity: 1;
}
.bs2_tit {
    position: relative;
    color: #c2b297;
    font-family: "Spectral", serif;
    font-size: 24px;
    font-weight: 600;
}
.bs2_tit::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 10px);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.bs2_txt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
}
.bs2_txt .bold {
    font-weight: 700;
}
.bs2_txt .txt_op {
    color: #ffffff99;
}

.bs2_con.onA .bs2_txt_bx:nth-child(1) {
    opacity: 1;
}
.bs2_con.onB .bs2_txt_bx:nth-child(2) {
    opacity: 1;
}
.bs2_con.onC .bs2_txt_bx:nth-child(3) {
    opacity: 1;
}

.bs2_img_wrap {
    position: absolute;
    top: 0;
    transform: translateY(300px);
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bs2_img_group {
    height: 100vh;
    position: relative;
}
.bs2_img_group .bs2_img {
    position: absolute;
    overflow: hidden;
    border-radius: 30px;
}

.bs2_img_group:nth-child(1) {
}
.bs2_img_group:nth-child(1) .bs2_img:nth-child(1) {
    top: 109px;
    left: 68%;
}
.bs2_img_group:nth-child(1) .bs2_img:nth-child(2) {
    top: 530px;
    left: 15%;
}
.bs2_img_group:nth-child(1) .bs2_img:nth-child(3) {
    left: 50%;
    top: 711px;
}
.bs2_img_group:nth-child(2) .bs2_img:nth-child(1) {
    top: 470px;
    left: 18%;
}
.bs2_img_group:nth-child(2) .bs2_img:nth-child(2) {
    top: 690px;
    left: 66%;
}
.bs2_img_group:nth-child(3) .bs2_img:nth-child(1) {
    top: 445px;
    left: 25%;
}
.bs2_img_group:nth-child(3) .bs2_img:nth-child(2) {
    top: 691px;
    left: 61%;
}

.logo_section {
    min-height: 1000px;
    padding: 120px 0;
}
.logo_con {
    max-width: 1360px;
    width: 90%;
    margin: 0 auto;
}
.logo_tit {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.logo_tit_en {
    display: flex;
    font-size: 30px;
    font-weight: 700;
    color: #c2b297;
    font-family: "Spectral", serif;
}
.logo_en_span {
    overflow: hidden;
}
.logo_en_wrap {
    display: block;
    transform: translateY(100%);
    transition: 1s ease;
}

.logo_tit.on .logo_en_wrap {
    transform: translateY(0);
}
.logo_tit.on .logo_en_span:nth-child(1) .logo_en_wrap {
    transition-delay: 0s;
}
.logo_tit.on .logo_en_span:nth-child(2) .logo_en_wrap {
    transition-delay: 0.2s;
}
.logo_tit.on .logo_en_span:nth-child(3) .logo_en_wrap {
    transition-delay: 0.4s;
}
.logo_tit.on .logo_en_span:nth-child(4) .logo_en_wrap {
    transition-delay: 0.6s;
}

.logo_tit_kr {
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: 1s;
}
.logo_tit.on .logo_tit_kr {
    transition-delay: 0.8s;
    opacity: 1;
}

.logo_con {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.logo_list_group {
    display: flex;
    gap: 91px;
    justify-content: center;
}
.logo_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.logo_list_tit_group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.logo_list_tit {
    font-size: 20px;
    font-family: "Noto Serif KR", serif;
    color: #fff;
    font-weight: 700;
}
.logo_list_line {
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.logo_list_left_group {
    display: flex;
    gap: 30px;
    align-items: center;
}
.logo_list_left_group2 {
    display: flex;
    gap: 40px;
}
.logo_list_right_group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.brand {
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: #fff; /* background: url(/img/sub/brand_arr.webp)no-repeat center /contain; */
}
.brand_circle_group {
    justify-content: center;
    display: flex;
    padding-top: 60px;
}
.brand_circle {
    width: 220px;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #fff;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.brand_circle_tit {
    font-weight: 700;
    font-size: 20px;
}
.brand_circle_txt {
    font-size: 18px;
    line-height: 1.3;
}

.brand_circle:nth-child(2) {
    margin: 0 -20px;
}
.brand_bottom {
    position: relative;
    line-height: 1.3;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Serif KR", serif;
    padding: 110px 0;
    text-align: center;
}
.brand_bottom .bs2_light2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}
.brand_bottom span {
    color: #c2b297;
    font-weight: 700;
}
.logo_list_left {
    transform: translateX(-40px);
    opacity: 0;
    transition: 1s ease;
}
.logo_list_right {
    transform: translateY(-40px);
    opacity: 0;
    transition: 1s ease;
}

.logo_list_tit_group {
    opacity: 0;
    transition: 1s ease;
}
.brand_circle_group {
    transform: translateY(-40px);
    transition: 1s ease;
    opacity: 0;
}
.brand_bottom {
    transition: 1s ease;
    opacity: 0;
}

.logo_list_group.on .logo_list_left {
    opacity: 1;
    transform: translateX(0);
}
.logo_list_group.on .logo_list_left1 {
    transition-delay: 0.2s;
}
.logo_list_group.on .logo_list_left2 {
    transition-delay: 0.4s;
}
.logo_list_group.on .logo_list_left3 {
    transition-delay: 0.6s;
}
.logo_list_group.on .logo_list_left4 {
    transition-delay: 0.8s;
}
.logo_list_group.on .logo_list_right {
    opacity: 1;
    transform: translateY(0);
}
.logo_list_group.on .logo_list_right1 {
    transition-delay: 0.2s;
}
.logo_list_group.on .logo_list_right2 {
    transition-delay: 0.4s;
}
.logo_list_group.on .logo_list_right3 {
    transition-delay: 0.6s;
}
.logo_list_group.on .logo_list_tit_group {
    opacity: 1;
}
.brand.on .logo_list_tit_group {
    opacity: 1;
}
.brand.on .brand_circle_group {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
}
.brand.on .brand_bottom {
    opacity: 1;
    transition-delay: 0.6s;
}

.brand_circle_m {
    display: none;
}

.m_bs2_img_bx {
    display: none;
}

@media screen and (max-width: 1650px) {
    .bs2_txt_group {
        transform: translate(calc(-50% + 325px), -50%);
    }

    .n_bs2_img_bx {
        max-width: calc(100% + 30%);
        width: max-content;
    }
    .n_bs2_img_bx img {
        width: auto;
    }
}

@media screen and (max-width: 1250px) {
    .bs1_tit {
        font-size: 45px;
    }
    .bs1_tit_group {
        transform: translateY(45px);
        margin-top: -45px;
    }
    /* .bs1_tit_wrap1 {transform: translateY(y);} */
    .bs1_tit_wrap_bx {
        height: auto;
        text-align: center;
    }
    .bs2_txt_group {
        transform: translate(calc(-50% + 240px), -50%);
    }
    .bs1_sub_txt {
        font-size: 16px;
    }
    .n_bs2_img_bx {
        max-width: 100%;
    }
    .bs2_tit {
        font-size: 20px;
    }
    .bs2_txt {
        font-size: 16px;
    }
    .bs2_txt_group {
        height: 240px;
    }
}

@media screen and (max-width: 1100px) {
    .bs2_txt_group {
        width: 80%;
        top: 160px;
        left: 10%;
        transform: translate(0, 0);
    }
    .bs2_txt_group {
    }

    .logo_list_group {
        flex-direction: column;
        gap: 80px;
    }
    .logo_list_left_group {
        justify-content: center;
    }
    .logo_list_right_group {
        align-items: center;
    }
    .logo_list_right img {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
    .logo_list_right {
        width: 100%;
    }

    .n_bs2_img_bx {
        display: none;
    }
    .m_bs2_img_bx {
        display: block;
        position: absolute;
        top: calc(100% + 30px);
        width: 100%;
        max-width: 800px;
        left: 50%;
        transform: translateX(-50%);
    }
    .m_bs2_img_bx img {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .bs2_img_group .bs2_img {
        border-radius: 20px;
    }

    .bs2_img_group:nth-child(1) .bs2_img:nth-child(1) {
        top: 40px;
        left: auto;
        right: 5%;
        width: 212px;
    }
    .bs2_img_group:nth-child(1) .bs2_img:nth-child(2) {
        top: 700px;
        left: 5%;
        width: 161px;
    }
    .bs2_img_group:nth-child(1) .bs2_img:nth-child(3) {
        left: auto;
        top: 865px;
        width: 200px;
        right: 5%;
    }
    .bs2_img_group:nth-child(2) .bs2_img:nth-child(1) {
        top: 616px;
        left: 5%;
        width: 150px;
    }
    .bs2_img_group:nth-child(2) .bs2_img:nth-child(2) {
        top: 556px;
        left: auto;
        right: 5%;
        width: 125px;
    }
    .bs2_img_group:nth-child(3) .bs2_img:nth-child(1) {
        top: 30px;
        left: auto;
        right: 5%;
        width: 140px;
    }
    .bs2_img_group:nth-child(3) .bs2_img:nth-child(2) {
        top: 600px;
        left: auto;
        right: 5%;
        width: 216px;
    }

    .logo_list_left_group {
        flex-direction: column;
    }
    .logo_list_left_group2 {
        gap: 15px;
    }
    .logo_con {
        gap: 40px;
    }
    .logo_section {
        padding: 100px 0;
    }
    .logo_tit_en {
        font-size: 20px;
    }
    .logo_tit_kr {
        font-size: 16px;
    }
    .logo_list_tit {
        font-size: 18px;
    }

    /* .brand{background-image: url(/img/sub/brand_arr_m.webp);} */
    .brand_circle {
        display: none;
    }
    .brand_circle_m.brand_circle {
        display: block;
        width: 100%;
        max-width: 400px;
        border: none;
        aspect-ratio: auto;
    }
    .brand_circle_group {
        padding-top: 0;
    }
    .brand_bottom {
        padding: 70px 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }
}

@media screen and (max-width: 400px) {
    .vh_group {
        height: calc(100vh + 60px) !important;
    }
    .bs1_sub_txt {
        font-size: 15px;
    }
}

/******************** shaburo21 map 시작  ********************/
.map {
    position: relative;
    overflow: hidden;
}
.map .map_con {
    align-items: center;
    padding: 100px 0 60px;
    position: relative;
    z-index: 3;
    justify-content: space-between;
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    width: 90%;
}
.map .map_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.map .map_bg img {
    width: 100%;
    height: calc(100% + 200px);
    object-fit: cover;
    object-position: top right;
    transform: translateY(-20px);
}
.right_linear {
    position: absolute;
    z-index: 3;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #0a090980 85%);
}

.map .map_right {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 41px;
}
.map .map_right_txt_bx {
    display: flex;
    gap: 30px;
}
.map .map_right_txt {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-family: "Noto Serif KR", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.map .map_right_txt_group {
}
.map .map_right_txt_wrap {
    overflow: hidden;
}
.map .txt_wrap {
    transform: translateY(-100%);
    opacity: 0;
    transition: 1.4s ease;
}
.map .map_right_txt1 .txt_wrap {
    transform: translateY(0);
}

.map .map_right_txt.map_right_txt2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: -3px;
}
.map.on .map_right_txt .txt_wrap {
    transform: translateY(0);
    opacity: 1;
}
.map.on .map_right_txt4 .txt_wrap {
    transition-delay: 1.2s;
}
.map.on .map_right_txt3 .txt_wrap {
    transition-delay: 0.8s;
}
.map.on .map_right_txt2 .txt_wrap {
    transition-delay: 0.4s;
}
.map.on .map_right_txt1 .txt_wrap {
    transition-delay: 0s;
    opacity: 1;
}
.map .map_right_btn {
    opacity: 0;
    transition: 1.4s ease;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    position: relative;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 16px 32px;
    align-items: center;
    gap: 10px;
}
.map .map_btn_bg {
    transition: 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
}
.map .map_right_btn_txt {
    transition: 0.6s ease;
    position: relative;
    z-index: 3;
}
.map .map_right_arr {
    transition: 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.map .map_right_btn:hover .map_btn_bg {
    width: 100%;
}
.map .map_right_btn:hover .map_right_btn_txt {
    color: #0a0909;
}
.map .map_right_btn:hover .map_right_arr {
    transform: translateX(5px);
    filter: brightness(0);
}
.map.on .map_right_btn {
    opacity: 1;
    transition-delay: 1.6s;
}

.map .map_left {
    position: relative;
    max-width: 50%;
}
.map .map_left_txt {
    opacity: 0;
    transition: 1.6s ease;
    white-space: nowrap;
    position: absolute;
    left: calc(100% - 65px);
    top: 50%;
    transform: translateY(calc(-100%));
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    display: flex;
    position: absolute;
    align-items: flex-end;
}
.map .map_left_txt1 {
    padding-bottom: 17px;
    margin-right: 7px;
}
.map .map_left_txt2 {
    width: 130px;
    text-align: right;
    letter-spacing: -0.05rem;
    padding: 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 100px;
}
.map .map_left_txt3 {
    padding-bottom: 17px;
    margin-left: 2px;
}
.map.on .map_left_txt {
    opacity: 1;
    transition-delay: 1.8s;
}
.map .map_img img {
    width: 100%;
}

.map .map_left_dot {
    position: absolute;
    opacity: 0;
    transition: 0.6s ease;
    width: 3%;
}
.map .map_left_dot1 {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #ff7d45;
    position: relative;
    z-index: 2;
}
.map .map_left_dot2 {
    animation: mapAni 2s ease-in-out infinite forwards;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 125, 69);
}
.map .map_left_dot_bx1 {
    width: 7%;
}
.map .map_left_dot_bx1 .map_left_dot1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.map .map_left_dot_bx1 .map_left_dot2 {
    width: 99%;
    animation: mapAni2 2s ease-in-out infinite forwards;
}

.map .map_left_dot:nth-child(1) {
    left: 22.1%;
    top: 18.9%;
}
.map .map_left_dot:nth-child(2) {
    left: 17.8%;
    top: 23.4%;
}
.map .map_left_dot:nth-child(3) {
    left: 23%;
    top: 24.4%;
}
.map .map_left_dot:nth-child(4) {
    left: 20.8%;
    top: 26.3%;
}
.map .map_left_dot:nth-child(5) {
    left: 27.7%;
    top: 24.7%;
}
.map .map_left_dot:nth-child(6) {
    left: 29.2%;
    top: 27.8%;
}
.map .map_left_dot:nth-child(7) {
    left: 41.1%;
    top: 15.2%;
}
.map .map_left_dot:nth-child(8) {
    left: 45.2%;
    top: 25.7%;
}
.map .map_left_dot:nth-child(9) {
    left: 28.1%;
    top: 35.8%;
}
.map .map_left_dot:nth-child(10) {
    left: 34.8%;
    top: 45.5%;
}
.map .map_left_dot:nth-child(11) {
    left: 18.6%;
    top: 53.3%;
}
.map .map_left_dot:nth-child(12) {
    left: 60.8%;
    top: 55.3%;
}
.map .map_left_dot:nth-child(13) {
    left: 78.5%;
    top: 52%;
}
.map .map_left_dot:nth-child(14) {
    left: 78.6%;
    top: 61.4%;
}
.map .map_left_dot:nth-child(15) {
    left: 60.8%;
    top: 68.1%;
}
.map .map_left_dot:nth-child(16) {
    left: 73%;
    top: 68.9%;
}
.map .map_left_dot:nth-child(17) {
    left: 21.5%;
    top: 69.2%;
}
.map .map_left_dot:nth-child(18) {
    left: 10.2%;
    top: 76.3%;
}
.map .map_left_dot:nth-child(19) {
    left: 36.3%;
    top: 73.3%;
}
.map .map_left_dot:nth-child(20) {
    left: 40.4%;
    top: 77.4%;
}

.map.on .map_left_dot {
    opacity: 1;
}
.map.on .map_left_dot:nth-child(1) {
    transition-delay: 1.6s;
}
.map.on .map_left_dot:nth-child(2) {
    transition-delay: 1.65s;
}
.map.on .map_left_dot:nth-child(3) {
    transition-delay: 1.7s;
}
.map.on .map_left_dot:nth-child(4) {
    transition-delay: 1.75s;
}
.map.on .map_left_dot:nth-child(5) {
    transition-delay: 1.8s;
}
.map.on .map_left_dot:nth-child(6) {
    transition-delay: 1.85s;
}
.map.on .map_left_dot:nth-child(7) {
    transition-delay: 1.9s;
}
.map.on .map_left_dot:nth-child(8) {
    transition-delay: 1.95s;
}
.map.on .map_left_dot:nth-child(9) {
    transition-delay: 2s;
}
.map.on .map_left_dot:nth-child(10) {
    transition-delay: 2.05s;
}
.map.on .map_left_dot:nth-child(11) {
    transition-delay: 2.1s;
}
.map.on .map_left_dot:nth-child(12) {
    transition-delay: 2.15s;
}
.map.on .map_left_dot:nth-child(13) {
    transition-delay: 2.2s;
}
.map.on .map_left_dot:nth-child(14) {
    transition-delay: 2.25s;
}
.map.on .map_left_dot:nth-child(15) {
    transition-delay: 2.3s;
}
.map.on .map_left_dot:nth-child(16) {
    transition-delay: 2.35s;
}
.map.on .map_left_dot:nth-child(17) {
    transition-delay: 2.4s;
}
.map.on .map_left_dot:nth-child(18) {
    transition-delay: 2.45s;
}
.map.on .map_left_dot:nth-child(19) {
    transition-delay: 2.5s;
}
.map.on .map_left_dot:nth-child(20) {
    transition-delay: 2.55s;
}

.map {
}

@keyframes mapAni {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes mapAni2 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@media screen and (max-width: 1100px) {
    .map .map_left_txt {
        font-size: 16px;
    }
    .map .map_left_txt2 {
        width: 40px;
        font-size: 30px;
    }
    .map .map_left_txt1,
    .map .map_left_txt3 {
        padding-bottom: 2px;
    }

    .map .map_right_txt.map_right_txt2 {
        font-size: 20px;
    }
    .map .map_right_txt_bx {
        gap: 16px;
    }
    .map .map_left_dot_bx1 .map_left_dot1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .map .map_left_txt {
        top: auto;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
    }
    .map .map_con {
        flex-direction: column-reverse;
        gap: 85px;
    }
    .map .map_left {
        max-width: 400px;
        width: 100%;
    }
    .map .map_right_txt_bx {
        justify-content: center;
    }
    .map .map_con {
        padding: 100px 0;
    }
    /* .map.on .map_left_txt{transition-delay: 1.8s;} */
    .map .map_right_btn {
        padding: 12px 20px;
    }
}

/******************** shaburo21 map 끝 ********************/

/******************** shaburo21 food 시작  ********************/
.food {
    padding: 150px 0 3px;
}
.food .food_con {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 90%;
    max-width: 1276px;
    margin: 0 auto;
}
.food .food_top_group {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.food .com_tit_group {
    text-align: center;
}
.food .food_sub_tit_gorup {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.food .food_nav_group {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    row-gap: 10px;
}
.food .food_nav_list {
    letter-spacing: 0.04rem;
    padding-bottom: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    font-weight: 1000;
    font-family: "Poppins", sans-serif;
}
.food .food_nav_tit {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.food .food_nav_tit_wrap {
    height: 0%;
    transition: 0.6s ease;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.food .food_nav_list.on .food_nav_tit_wrap,
.food .food_nav_list:hover .food_nav_tit_wrap {
    height: 100%;
}
.food .food_sub_line {
    background-color: #fff;
    height: 1px;
}
.food .food_sub_txt {
    color: #fff;
    line-height: 1.6;
    text-align: center;
}
.food .food_sub_txt span {
    font-weight: 700;
}
.food .food_nav_list.arr .food_nav_tit {
    display: flex;
    gap: 5px;
    position: relative;
}
.food .food_nav_list.arr .food_nav_tit img {
    transition: 0.6s ease;
}
.food .food_nav_list.arr .food_nav_tit img.abimg {
    position: absolute;
    opacity: 0;
    top: 30px;
    right: 20px;
}
.food .food_nav_list.arr:hover .food_nav_tit img {
    transform: translate(20px, -30px);
    opacity: 0;
}
.food .food_nav_list.arr:hover .food_nav_tit img.abimg {
    opacity: 1;
    top: 5px;
    right: 0px;
    transform: translate(0, 0);
}

.food .food_menu_group {
    position: relative;
}
.food .food_menu_bx {
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s ease;
    z-index: 1;
}
.food .food_menu_bx.on {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition-delay: 0.2s;
}
.food .food_menu_list {
    position: relative;
    background-color: #0a0909;
    width: calc(100% / 3);
    aspect-ratio: 1/1;
}
.food .food_menu_list::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 100%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.food .food_menu_list::before {
    content: "";
    position: absolute;
    right: 20px;
    left: 20px;
    height: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.food .food_menu_list_wrap {
    gap: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
    z-index: 3;
    padding: 30px;
}
.food .list_tit .food_menu_list_wrap {
    gap: 20px;
}
.food .food_list_tit1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #0a0909;
    background-color: #fff;
    padding: 4px 12px;
    line-height: 1.2;
    width: max-content;
    max-width: 100%;
}
.food .food_list_tit2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}
.food .food_menu_list_txt {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.food .food_menu_list_tit {
    font-family: "Noto Serif KR", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.food .food_menu_price {
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.food .com_tit1,
.food .food_nav_group {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s ease;
}
.food .food_sub_txt {
    opacity: 0;
    transition: 1s ease;
}
.food .food_sub_line {
    width: 0;
    transition: 1s ease;
}
.food {
}
.food.on .com_tit1,
.food.on .food_nav_group,
.food.on .food_sub_txt {
    transform: translateY(0);
    opacity: 1;
}
.food.on .food_sub_line {
    width: 30px;
}

.food.on .com_tit1 {
    transition-delay: 0s;
}
.food.on .food_nav_group {
    transition-delay: 0.2s;
}
.food.on .food_sub_line {
    transition-delay: 0.4s;
}
.food.on .food_sub_txt {
    transition-delay: 0.6s;
}

.food {
}
.food {
}

@media screen and (max-width: 1300px) {
    .food .food_list_tit1 {
        font-size: 18px;
        padding: 4px 12px;
    }
    .food .food_list_tit2 {
        font-size: 14px;
    }
    .food .food_menu_list_tit {
        font-size: 16px;
    }
    .food .food_menu_price {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .food .food_menu_list.list_tit {
        width: 100%;
        aspect-ratio: auto;
    }
    .food .food_list_tit1 {
        margin: 0 auto;
    }
    .food .list_tit .food_menu_list_wrap {
        text-align: center;
        gap: 10px;
        padding: 20px;
    }
    .food .food_menu_list_img img {
        width: 100%;
    }
    .food .food_menu_list {
        width: 50%;
        aspect-ratio: auto;
    }
    .food .food_menu_list_wrap {
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .food {
        padding: 100px 0 3px;
    }

    .food .food_nav_list.arr {
        width: 100%;
    }
    .food .food_nav_list.arr .food_nav_tit {
        justify-content: center;
    }
    .food .food_nav_list.arr .food_nav_tit_wrap {
        left: 50%;
        transform: translateX(calc(-50% - 9px));
        width: max-content;
    }
    .food .food_nav_list.arr .food_nav_tit img.abimg {
        display: none;
    }
    .food .food_nav_list.arr:hover .food_nav_tit img {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .food .food_nav_group {
        gap: 20px;
        row-gap: 10px;
    }
    .food .food_nav_list {
        font-size: 18px;
    }
    .food .food_top_group {
        gap: 20px;
    }
    .food.on .food_sub_line {
        width: 20px;
    }
    .food .food_sub_txt {
    }
    .food .food_con {
        gap: 40px;
    }
}

/******************** shaburo21 food 끝  ********************/

/********************  shaburo21 fmenu 시작 ********************/
.fmenu {
    position: relative;
}
.fmenu .menu_left_line {
    top: 0;
    left: 60px;
    z-index: 2;
    background: linear-gradient(to bottom, #ffffff2f, transparent);
    position: absolute;
    width: 1px;
    height: 100%;
}
.fmenu .menu_right_line {
    top: 0;
    right: 60px;
    z-index: 2;
    background: linear-gradient(to bottom, #ffffff2f, transparent);
    position: absolute;
    width: 1px;
    height: 100%;
}
.fmenu .menu_con {
    display: flex;
    gap: 7%;
}
.fmenu .menu_left {
    width: 42%;
    position: relative;
    min-height: 100vh;
}
.fmenu .menu_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 200px 0 0;
    overflow: hidden;
}
.fmenu .menu_bg_img {
    transform: scale(1.1);
    opacity: 0;
    transition: 1.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.fmenu .menu_bg_img:nth-child(1) {
    position: relative;
}
.fmenu .menu_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fmenu .menu_bg_img.on {
    opacity: 1;
    transform: scale(1);
}
.fmenu .menu_nav_group {
    position: relative;
    z-index: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fmenu .menu_nav_wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.fmenu .menu_nav_tit {
    color: #fff;
    font-family: "Spectral", serif;
    display: flex;
    flex-direction: column;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
}
.fmenu .menu_nav_tit1 {
    color: #c2b297;
}
.fmenu .menu_nav_bx {
    font-family: "Noto Serif KR", serif;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fmenu .menu_nav_list {
    transition: 0.6s ease;
    opacity: 0.6;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    cursor: pointer;
}
.fmenu .menu_nav_list:hover,
.fmenu .menu_nav_list.on {
    opacity: 1;
}

.fmenu .menu_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fmenu .menu_right .menu_right_wrap {
    position: relative;
}
.fmenu .menu_group {
    opacity: 0;
    display: flex;
    transition: 0.6s ease;
    flex-direction: column;
    gap: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.fmenu .menu_group:nth-child(1) {
    position: relative;
}
.fmenu .menu_group_top_group {
    font-family: "Noto Serif KR", serif;
    position: relative;
    z-index: 3;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.fmenu .menu_group_tit {
    display: flex;
    gap: 20px;
    align-items: center;
}
.fmenu .menu_group_tit1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.fmenu .menu_group_tit1_1 {
    opacity: 0;
    transition: 0.6s ease;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
}
.fmenu .menu_group_tit1_2 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fmenu .menu_group_tit1_2_txt {
    opacity: 0;
    transition: 0.6s ease;
    font-size: 20px;
    font-size: 20px;
    color: #e6d6bf;
}
.fmenu .menu_group_tit1_2_line {
    width: 0;
    transition: 0.6s ease;
    height: 1px;
    background-color: #e6d6bf;
}
.fmenu .menu_group_tit2 {
    opacity: 0;
    transform: rotate(90deg);
    transition: 1.5s ease;
}
.fmenu .menu_group_txt {
    transition: 1s ease;
    opacity: 0;
    transform: translateY(30px);
    font-size: 16px;
    color: #818181;
    letter-spacing: -0.05rem;
    line-height: 1.6;
}

.fmenu .menu_group2 .menu_swi_nav_group {
    display: none;
}

.fmenu .menu_list_swi_group {
    display: flex;
    gap: 18px;
    align-items: center;
}
.fmenu .menu_list_swi {
    height: 394px;
    margin: unset;
}
.fmenu .menu_group2 .menu_list_swi {
    height: 118px;
}
.fmenu .menu_list_swi .swiper-slide {
    opacity: 0;
    transition: 0.6s ease;
    overflow: hidden;
    background-color: rgb(255, 255, 255, 0.05);
    border-radius: 6px;
    height: 118px;
    display: flex;
    justify-content: space-between;
    width: 459px;
    padding-left: 50px;
    box-sizing: border-box;
}
.fmenu .menu_list_swi .swiper-slide.swiper-slide-active {
    opacity: 1;
    background: rgb(255, 255, 255, 0.85);
}
.fmenu .menu_list_swi .swiper-slide.swiper-slide-active .swi_tit1 {
    color: #0a0909;
}
.fmenu .menu_list_swi .swiper-slide.swiper-slide-active .swi_tit2 {
    color: #666;
}
.fmenu .menu_list_swi .swiper-slide.swiper-slide-prev {
    opacity: 1;
}
.fmenu .menu_list_swi .swiper-slide.swiper-slide-next {
    opacity: 0.2;
}
.fmenu .swi_tit_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.fmenu .swi_tit1 {
    line-height: 1.3;
    transition: 0.6s ease;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif KR", serif;
    color: #fff;
}
.fmenu .swi_tit2 {
    transition: 0.6s ease;
    font-size: 16px;
    color: #818181;
}
.fmenu .menu_swi_nav_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fmenu .menu_swi_nav_group > div {
    cursor: pointer;
}

.fmenu .menu_group.on {
    z-index: 3;
    opacity: 1;
}
.fmenu .menu_group.on .menu_group_tit1_1 {
    opacity: 1;
    transition-delay: 0.3s;
}
.fmenu .menu_group.on .menu_group_tit1_2_txt {
    opacity: 1;
    transition-delay: 0.5s;
}
.fmenu .menu_group.on .menu_group_tit1_2_line {
    transition-delay: 0.7s;
}
.fmenu .menu_group1.on .menu_group_tit1_2_line {
    width: 108px;
}
.fmenu .menu_group2.on .menu_group_tit1_2_line {
    width: 41px;
}
.fmenu .menu_group3.on .menu_group_tit1_2_line {
    width: 162px;
}
.fmenu .menu_group4.on .menu_group_tit1_2_line {
    width: 83px;
}
.fmenu .menu_group.on .menu_group_tit2 {
    opacity: 1;
    transition-delay: 0.9s;
    transform: rotate(0);
}
.fmenu .menu_group.on .menu_group_txt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}
.fmenu .menu_group.on {
}
.fmenu .menu_group.on {
}
.fmenu .menu_group.on {
}
.fmenu .menu_group.on {
}
.fmenu .menu_group.on {
}
.fmenu {
}

/* 241224 추가 */
.fmenu .swi_img {
    max-width: 212px;
}

@media screen and (max-width: 1250px) {
    .fmenu .menu_right_line {
        display: none;
    }
    .fmenu .menu_left_line {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .fmenu .menu_con {
        flex-direction: column;
    }
    .fmenu .menu_list_swi .swiper-slide {
        width: 100%;
    }
    .fmenu .menu_list_swi {
        width: calc(100%);
        max-width: 700px;
    }
    .fmenu .menu_bg {
        border-radius: 0;
    }
    .fmenu .menu_left {
        min-height: unset;
        width: 100%;
    }
    .fmenu .menu_nav_group {
        padding: 125px 0;
        width: 90%;
        margin: 0 auto;
    }
    .fmenu .menu_nav_wrap {
        width: 100%;
        gap: 30px;
    }
    .fmenu .menu_nav_bx {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .fmenu .menu_right {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 85px;
    }
    .fmenu .menu_group {
        gap: 50px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .fmenu .menu_swi_nav_group {
        display: none;
    }
    .fmenu .menu_list_swi .swiper-slide {
        max-width: 100%;
        box-sizing: border-box;
    }
    .fmenu .menu_list_swi {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .fmenu .menu_nav_tit {
        font-size: 28px;
    }
    .fmenu .menu_nav_tit1 {
    }
    .fmenu .menu_nav_bx {
        row-gap: 12px;
    }
    .fmenu .menu_nav_list {
        font-size: 18px;
    }

    .fmenu {
    }
    .fmenu {
    }
    .fmenu .menu_list_swi .swiper-slide {
        padding-left: 24px;
    }
    .fmenu .swi_img {
        max-width: 140px;
        height: 100%;
    }
    .fmenu .swi_img img.b_500 {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/********************  shaburo21 fmenu 끝 ********************/

/* shaburo21 f&b */
.fnb {
}
.fnb .s1 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
}
.fnb .s1_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.fnb .s1_bg img {
    transform: translateX(-100px);
    width: calc(100% + 100px);
    max-width: unset;
    height: 100%;
    object-fit: cover;
    object-fit: left;
}

.fnb .s1_txt_group {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 3;
}
.fnb .map_right {
    color: #fff;
}
.fnb .map_right_txt_bx {
    display: flex;
    gap: 26px;
    justify-content: flex-end;
}
.fnb .map_right_txt {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-family: "Noto Serif KR", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.fnb .map_right_txt_group.color .map_right_txt_wrap {
    color: #c2b297;
}
.fnb .map_right_txt_wrap {
    overflow: hidden;
    text-align: center;
}
.fnb .txt_wrap {
    transform: translateY(-100%);
    opacity: 0;
    transition: 1.4s ease;
}
/* .fnb .map_right_txt1 .txt_wrap{transform: translateY(0);} */

.fnb .map_right_txt.map_right_txt2_1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #c2b297;
}
.fnb .map_right_txt.map_right_txt2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.fnb .s1.on .map_right_txt .txt_wrap {
    transform: translateY(0);
    opacity: 1;
}
.fnb .s1.on .map_right_txt6 .txt_wrap {
    transition-delay: 1s;
}
.fnb .s1.on .map_right_txt5 .txt_wrap {
    transition-delay: 0.8s;
}
.fnb .s1.on .map_right_txt4 .txt_wrap {
    transition-delay: 0.6s;
}
.fnb .s1.on .map_right_txt3 .txt_wrap {
    transition-delay: 0.4s;
}
.fnb .s1.on .map_right_txt2_1 .txt_wrap {
    transition-delay: 0.2s;
}
.fnb .s1.on .map_right_txt2 .txt_wrap {
    transition-delay: 0s;
}
/* .fnb .s1.on .map_right_txt1 .txt_wrap{transition-delay: 0s;opacity: 1;} */

.fnb .fnb_s1_btn {
    opacity: 0;
    transition: 1.4s ease;
}
.fnb .s1.on .fnb_s1_btn {
    transition-delay: 1.2s;
    opacity: 1;
}
.fnb .fnb_s1_btn_wrap {
    cursor: pointer;
    transition: 1s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 32px 15px 32px 14px;
    font-size: 18px;
    letter-spacing: -0.04rem;
    border-radius: 50px;
    border: 1px solid #fff;
}
.fnb .fnb_s1_btn_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 1s ease;
    background-color: #fff;
}
.fnb .fnb_s1_btn_txt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.fnb .fnb_s1_btn_txt,
.fnb .fnb_s1_btn_img {
    position: relative;
    z-index: 2;
    transition: 1s ease;
}
.fnb .fnb_s1_btn_img {
    display: flex;
    justify-content: center;
    transition: 1s ease;
}
.fnb .fnb_s1_btn_wrap:hover .fnb_s1_btn_bg {
    height: 100%;
}
/* .fnb .fnb_s1_btn:hover .fnb_s1_btn_txt{} */
.fnb .fnb_s1_btn_wrap:hover .fnb_s1_btn_txt {
    color: #0a0909;
}
.fnb .fnb_s1_btn_wrap:hover .fnb_s1_btn_img {
    filter: brightness(0);
}

.fnb .s1_light_group > div {
    position: absolute;
    width: max-content;
    pointer-events: none;
}
.fnb .s1_light1 {
    right: 0;
    top: 0;
    transform: translate(-50%, -50%);
}
.fnb .s1_light2 {
    top: 80%;
    left: 0;
    transform: translate(-50%, -50%);
}

.fnb .s1 .s1_scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    line-height: 1.5;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}
.fnb .s1 .s1_scroll_line_group {
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.fnb .s1 .line {
    width: 2px;
    background-color: #ffffff38;
    height: 35px;
}
.fnb .s1 .line_wh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    animation: lineAni 4s ease infinite forwards;
}

@keyframes lineAni {
    0% {
        top: 0;
        bottom: auto;
        height: 0;
    }
    49% {
        height: 100%;
        top: 0;
        bottom: auto;
    }
    50% {
        top: auto;
        bottom: 0;
        height: 100%;
    }
    99% {
        height: 0;
        top: auto;
        bottom: 0;
    }
}

.fnb .s2 {
    padding: 242px 0;
    position: relative;
    overflow: hidden;
}
.fnb .s2_con {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 4;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}
.fnb .s2_logo {
    position: absolute;
    top: -3%;
    left: -3%;
}
.fnb .s2_bg_group {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.fnb .s2_bg_group .s2_bg_img {
    transition: 1.2s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.fnb .s2_bg_group .s2_bg_img.on {
    opacity: 1;
    transition-delay: 0.9s;
}
.fnb .s2_bg_group .s2_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fnb .s2_txt_group {
    position: relative;
    color: #fff;
}
.fnb .s2_txt_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.fnb .s2_txt_list:nth-child(1) {
    position: relative;
}
.fnb .s2_tit {
    transition: 1.2s ease;
    opacity: 0;
    font-size: 28px;
    font-weight: 500;
    font-family: "Noto Serif KR", serif;
}
.fnb .s2_line {
    transition: 1.2s ease;
    width: 0px;
    height: 1px;
    background-color: #fff;
}
.fnb .s2_txt {
    transition: 1.2s ease;
    opacity: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
}
.fnb .s2.on .s2_txt_list.on .s2_tit {
    opacity: 1;
}
.fnb .s2.on .s2_txt_list.on .s2_line {
    width: 60px;
    transition-delay: 0.2s;
}
.fnb .s2.on .s2_txt_list.on .s2_txt {
    opacity: 1;
    transition-delay: 0.4s;
}
.fnb .s2_txt_list.on {
}
.fnb .c1 {
    color: #c2b297;
}
.fnb .c2 {
    color: #a1a0cb;
}
.fnb .c3 {
}
.fnb .s2_nav_list {
    display: flex;
    gap: 20px;
}
.fnb .s2_nav {
    cursor: pointer;
    transition: 0.6s ease;
    opacity: 0.2;
}
.fnb .s2_nav:hover,
.fnb .s2_nav.on {
    opacity: 1;
}
.fnb .s2_nav img {
    opacity: 0;
    transform: translateY(30px);
    display: block;
    transition: 1.2s ease;
}
.fnb .s2.on .s2_nav img {
    opacity: 1;
    transform: translateY(0px);
    display: block;
}
.fnb .s2.on .s2_nav:nth-child(1) img {
    transition-delay: 0.6s;
}
.fnb .s2.on .s2_nav:nth-child(2) img {
    transition-delay: 0.7s;
}
.fnb .s2.on .s2_nav:nth-child(3) img {
    transition-delay: 0.8s;
}

.fnb .s3 {
    position: relative;
    padding: 302px 0 252px;
    overflow: hidden;
}
.fnb .s3_bg {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.fnb .s3_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
}
.fnb .s3_con {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 5;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
.fnb .s3_logo {
    opacity: 0;
    transition: 1.2s ease;
}
.fnb .s3_tit {
    opacity: 0;
    transition: 1.2s ease;
    font-size: 28px;
    line-height: 1.4;
    font-family: "Noto Serif KR", serif;
    font-weight: 200;
}
.fnb .s3_tit span {
    font-weight: 700;
}
.fnb .s3_line {
    width: 0;
    transition: 1.2s ease;
    height: 1px;
    background-color: #fff;
}
.fnb .s3_txt {
    opacity: 0;
    transition: 1.2s ease;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6;
}
.fnb .s3.on .s3_logo {
    opacity: 1;
    transition-delay: 0s;
}
.fnb .s3.on .s3_tit {
    opacity: 1;
    transition-delay: 0.2s;
}
.fnb .s3.on .s3_line {
    width: 60px;
    transition-delay: 0.4s;
}
.fnb .s3.on .s3_txt {
    opacity: 1;
    transition-delay: 0.6s;
}
.fnb {
}
.fnb {
}
.fnb {
}

@media screen and (max-width: 767px) {
    .fnb .s1 {
        align-items: flex-start;
        padding-top: 100px;
        box-sizing: border-box;
    }
    .fnb .s1_bg img {
        transform: translateX(0px);
        width: calc(100%);
    }
    .fnb .s1 .line {
        height: 30px;
    }
    .fnb .map_right_txt_bx {
        gap: 16px;
    }
    .fnb .map_right_txt.map_right_txt2_1 {
        font-size: 20px;
    }
    .fnb .map_right_txt.map_right_txt2 {
        font-size: 20px;
    }
    .fnb .map_right_txt {
        gap: 14px;
        font-size: 14px;
    }
    .fnb .fnb_s1_btn_wrap {
        font-size: 16px;
        padding: 20px 12px;
    }

    .fnb .s2 {
        padding: 121px 0 540px;
    }
    .fnb .s2_bg_group {
        top: 50%;
    }
    .fnb .s2_logo {
        width: 250px;
        left: auto;
        right: -10%;
    }
    .fnb .s2_txt_list {
        gap: 30px;
    }
    .fnb .s2_tit {
        font-size: 20px;
    }
    .fnb .s2.on .s2_txt_list.on .s2_line {
        width: 40px;
    }
    .fnb .s2_con {
        gap: 30px;
    }
    .fnb .s2_nav img {
        width: 80px;
        height: 80px;
    }
    .fnb .s2_nav_list {
        gap: 16px;
    }

    .fnb .s3 {
        padding: 200px 0;
    }
    .fnb .s3_con {
        gap: 30px;
    }
    .fnb .s3_tit {
        font-size: 20px;
    }
    .fnb .s3_logo {
        width: 200px;
    }
}

.c2 {
    color: #c2b297;
}
/* startup 시작 */
.startup .s1 {
    position: relative;
    padding: 200px 0;
    background: url(/img/sub/s_s1_bg2.webp) no-repeat top center / cover;
}
.startup .s1 .s1_right_line,
.startup .s1 .s1_left_line {
    top: 0;
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 1px;
    opacity: 0.15;
    background: linear-gradient(to bottom, #ffffff, transparent);
}
.startup .s1 .s1_right_line {
    right: 60px;
}
.startup .s1 .s1_left_line {
    left: 60px;
}
.startup .s1_con {
    text-align: center;
    display: flex;
    gap: 100px;
    flex-direction: column;
}
.startup .s1_upper {
    align-items: center;
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
}
.startup .s1_tit_group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.startup .s1_tit {
    position: relative;
    z-index: 2;
    font-family: "Noto Serif KR", serif;
    font-size: 40px;
    letter-spacing: 0.3rem;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.startup .s1_tit_wrap {
    opacity: 0;
    transition: 1.2s ease;
}
.startup .s1.on .s1_tit_wrap {
    opacity: 1;
}
.startup .s1.on .s1_tit_wrap:nth-child(1) {
    transition-delay: 0s;
}
.startup .s1.on .s1_tit_wrap:nth-child(2) {
    transition-delay: 0.2s;
}
.startup .s1.on .s1_tit_wrap:nth-child(3) {
    transition-delay: 0.4s;
}
.startup .s1_tit span {
    color: #c2b297;
}
.startup .s1_tit_en {
    opacity: 0;
    transition: 1.2s ease;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3rem;
}
.startup .s1.on .s1_tit_en {
    opacity: 1;
    transition-delay: 0.5s;
}
.startup .s1_tit_circle_group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
}
.startup .s1_tit_line {
    height: 89px;
}
.startup .s1_tit_line_wrap {
    transition: 1.2s ease;
    width: 1px;
    height: 0px;
    background-color: #fff;
}
.startup .s1.on .s1_tit_line_wrap {
    transition-delay: 0.6s;
    height: 89px;
}
.startup .s1_logo {
    opacity: 0;
    transition: 1.2s ease;
}
.startup .s1.on .s1_logo {
    transition-delay: 0.7s;
    opacity: 1;
}
.startup .s1_bottom {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.startup .s1_txt_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.startup .s1_txt_list {
    font-size: 20px;
    font-family: "Noto Serif KR", serif;
    line-height: 1.6;
}
.startup .s1_txt_wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.startup .s1_txt {
    position: relative;
    color: #444;
}
.startup .s1_txt2 {
    color: #c2b297;
    font-weight: 700;
}
.startup .s1_txt_ani {
    white-space: nowrap;
    position: absolute;
    width: 0;
    overflow: hidden;
    z-index: 2;
    top: 0;
    left: 0;
    color: #ffffff;
}
.startup .s1_txt_list1 .s1_txt_ani {
    color: #c2b297;
}
/* .startup .s1_txt_ani_wrap{width: max-content;} */

.startup .s2 {
    padding: 150px 0;
    background: url(/img/sub/s_s2_bg.webp) no-repeat center / cover;
}
.startup .s2_con {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.startup .s2_tit_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.startup .s2_tit_en {
    overflow: hidden;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    font-family: "Spectral", serif;
}
.startup .s2_tit_en span {
    display: inline-block;
    transform: translateY(100%);
    transition: 1.2s ease;
}
.startup .s2.on .s2_tit_en span {
    transform: translateY(0);
}
.startup .s2.on .s2_tit_en span:nth-child(1) {
    transition-delay: 0s;
}
.startup .s2.on .s2_tit_en span:nth-child(2) {
    transition-delay: 0.1s;
}
.startup .s2.on .s2_tit_en span:nth-child(3) {
    transition-delay: 0.2s;
}
.startup .s2.on .s2_tit_en span:nth-child(4) {
    transition-delay: 0.3s;
}
.startup .s2.on .s2_tit_en span:nth-child(5) {
    transition-delay: 0.4s;
}
.startup .s2.on .s2_tit_en span:nth-child(6) {
    transition-delay: 0.5s;
}
.startup .s2.on .s2_tit_en span:nth-child(7) {
    transition-delay: 0.6s;
}
.startup .s2.on .s2_tit_en span:nth-child(8) {
    transition-delay: 0.7s;
}
.startup .s2.on .s2_tit_en span:nth-child(9) {
    transition-delay: 0.8s;
}
.startup .s2.on .s2_tit_en span:nth-child(10) {
    transition-delay: 0.9s;
}
.startup .s2.on {
}
.startup .s2_list_group {
    display: flex;
    flex-direction: column;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.startup .s2_list {
    border-bottom: 1px solid #333;
    display: flex;
    gap: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    align-items: center;
}
.startup .s2_num {
    overflow: hidden;
    width: 180px;
    font-size: 120px;
    font-family: "Advent Pro", sans-serif;
    font-weight: 700;
}
.startup .s2_right_group {
    display: flex;
    gap: 40px;
    align-items: center;
}
.startup .s2_right_img {
    transform: translateY(30px);
    opacity: 0;
    transition: 1.2s ease;
}
.startup .s2_right_txt_group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.startup .s2_right_tit {
    transform: translateY(30px);
    transition: 1.2s ease;
    opacity: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif KR", serif;
    line-height: 1.6;
}
.startup .s2_right_txt {
    transform: translateY(30px);
    transition: 1.2s ease;
    opacity: 0;
    color: #818181;
    font-size: 16px;
    line-height: 1.6;
}
.startup .s2_num_wrap {
    background: linear-gradient(180deg, #3e3e3e 0%, #151515 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(100%);
    transition: 1.2s ease;
}
.startup .s2_list.on .s2_num_wrap {
    transform: translateY(0);
}
.startup .s2_list.on .s2_right_img {
    opacity: 1;
    transform: translateY(0);
}
.startup .s2_list.on .s2_right_tit {
    opacity: 1;
    transform: translateY(0);
}
.startup .s2_list.on .s2_right_txt {
    opacity: 1;
    transform: translateY(0);
}
.startup .s2_list.on {
}
.startup .s2_list.on {
}
.startup .s2_list.on {
}
.startup .s2_tit_ko {
    opacity: 0;
    transition: 1.2s ease;
    font-size: 20px;
    line-height: 1.6;
    color: #818181;
    font-family: "Poppins", sans-serif;
}
.startup .s2.on .s2_tit_ko {
    opacity: 1;
    transition-delay: 0.4s;
}
.startup {
}

@media screen and (max-width: 767px) {
    .startup .s1 {
        padding: 150px 0 100px;
    }
    .startup .s1_txt_list {
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
    }
    .startup .s1_tit {
        font-size: 30px;
    }
    .startup .s1_tit_group {
        gap: 20px;
    }
    .startup .s1_tit_circle_group {
        width: 290px;
    }
    .startup .s1_con {
        gap: 40px;
    }
    .startup .s1_tit_en {
        font-size: 14px;
    }
    .startup .s1_logo {
        width: 200px;
        margin: 0 auto;
    }
    .startup .s1 .s1_right_line,
    .startup .s1 .s1_left_line {
        display: none;
    }

    .startup .s2 {
        padding: 40px 0 150px;
    }
    .startup .s2_list {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
    .startup .s2_num {
        width: auto;
    }
    .startup .s2_tit_en {
        font-size: 30px;
    }
    .startup .s2_tit_ko {
        font-size: 18px;
    }
    .startup .s2_num {
        font-size: 80px;
    }
    .startup .s2_right_group {
        gap: 20px;
    }
    .startup .s2_right_txt_group {
        width: calc(100% - 80px);
    }
    .startup .s2_right_tit {
        font-size: 16px;
    }
    .startup .s2_right_txt {
        font-size: 14px;
    }
}

/* startup 끝 */

/************************ community zone ************************/

.community_con {
    padding: 150px 0 1px;
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}
.com_tit_group {
    flex-direction: column;
    display: flex;
    gap: 10px;
}
.com_tit1 {
    line-height: 1.6;
    color: #c2b297;
    font-weight: 700;
    font-size: 30px;
    font-family: "Spectral", serif;
}
.com_tit2 {
    color: #fff;
    font-size: 20px;
}

/* content  시작*/

.content {
    padding-top: 85px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.content_con {
    display: flex;
    gap: 32px;
    padding: 0;
}
.content_con .content_left {
    padding-bottom: 75px;
    min-height: calc(100vh - 85px);
    box-sizing: border-box;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 80%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.content_con .com_tit_group {
}

.content_con .content_right {
    width: calc(20% - 32px);
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content .content_search {
    width: 100%;
    padding: 10px 16px;
    gap: 16px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #333;
    display: flex;
    border-radius: 10px;
}
.content .search {
    width: calc(100% - 16px - 24px);
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}
.content .search::placeholder {
    color: #ffffff46;
}
.content .search_icon {
}
.content .search_icon input {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/img/sub/search.webp) no-repeat center / cover;
    border: none;
}
.content .catagory {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.content .cat_tit {
    color: #4e4e4e;
    font-family: "Spectral", serif;
    font-size: 16px;
    letter-spacing: -0.04rem;
}
.content .cat_list_group {
    display: flex;
    flex-direction: column;
}
.content .cat_list {
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    transition: 0.6s ease;
}
.content .cat_list:hover {
    filter: brightness(0.8);
}
.content .cat_list.on {
    background-color: #fff;
    color: #0a0909;
}
.content .content_list {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 30px 0;
    border-top: 1px solid #ffffff2f;
    border-bottom: 1px solid #ffffff2f;
    transition: 0.6s ease;
}
.content .content_list_mb {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(100% - 100px);
}
.content .content_list:hover {
    border-bottom: 1px solid #fff;
}
.content .content_list_num {
    width: 40px;
    font-size: 16px;
    font-weight: 700;
}
.content .content_list_tag {
    border-radius: 50px;
    border: 1px solid #c2b297;
    color: #c2b297;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    width: 100px;
    text-align: center;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .content_list_tit {
    width: calc(100% - 294px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
}
.content .content_list_date {
    padding: 0 10px;
    width: 90px;
    opacity: 0.6;
    font-size: 16px;
}
.content .content_list_arr {
    width: 24px;
}
.pag_move_group,
.pag_num_group,
.pagination {
    display: flex;
    gap: 11px;
}
.pagination {
    margin-right: 40px;
    margin-left: auto;
}
.pag_btn {
    cursor: pointer;
    color: #fff;
    width: 24px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    transition: 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #333;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pag_btn img {
    transition: 0.4s ease;
}
.pag_btn:hover,
.pag_btn.on {
    background-color: #c2b297;
    border: 1px solid #c2b297;
    color: #0a0909;
}
.pag_btn:hover img,
.pag_btn.on img {
    filter: brightness(0);
}
.content {
}
.content {
}
.content {
}
.content_con .com_tit_group.m_tit {
    display: none;
}

.content_view .com_tit_group {
    text-align: center;
    align-items: center;
}
.content_view .content_view_con {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
/* .content_view .content_view_txt_content{display: flex;flex-direction: column;gap: 30px;} */
.content_view .content_view_txt_content {
    display: flex;
    flex-direction: column;
}
.content_view .content_view_txt_content img {
    display: block;
    margin: 0 auto;
    width: auto;
}
.content_view .content_view_txt_content p {
    font-size: 16px;
    line-height: 1.6;
    color: #818181;
}
.content_view_goback {
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 0;
    display: flex;
    width: max-content;
    margin-left: auto;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    cursor: pointer;
}
.content_view .content_view_txt_group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.content_view .content_view_tit_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.content_view .content_view_tit {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}
.content_view .content_view_info_group {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.content_view .content_view_tag {
}
.content_view .content_view_line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.6);
}
.content_view .content_view_date {
}
.content_view {
}
.content_view {
}

@media screen and (max-width: 767px) {
    .community_con {
        padding: 100px 0;
    }
    .content {
        padding-top: 40px;
    }
    .content_con {
        flex-direction: column-reverse;
        padding: 60px 0;
        gap: 30px;
    }
    .content_con .content_left {
        padding-top: 0px;
        min-height: unset;
        width: 100%;
        border-right: none;
        gap: 30px;
        padding-bottom: 0;
    }
    .content_con .content_right {
        padding: 0;
        width: 100%;
    }
    .content_con .com_tit_group.pc_tit {
        display: none;
    }
    .content_con .com_tit_group.m_tit {
        display: flex;
        text-align: center;
        gap: 0;
    }
    .content .content_list {
        gap: 10px;
        padding: 20px 0;
    }
    .content .content_list_mb {
        width: calc(100% - 50px);
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .content .content_list_tit {
        width: 100%;
    }
    .content .content_list_arr {
        display: none;
    }
    .content .content_list_date {
        padding: 0;
    }
    .pagination {
        margin: 0 auto;
    }
    .pag_move_group,
    .pag_num_group,
    .pagination {
        gap: 8px;
    }
    .content .cat_list_group {
        flex-direction: row;
        gap: 10px;
    }
    .content .cat_list {
        height: 37px;
        padding: 0;
        width: calc(100% / 4 - 5px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .content .cat_tit {
        text-align: center;
    }

    .content .content_search {
        padding: 9px 16px;
    }
    .content_view .content_view_con {
        gap: 50px;
    }
    .content_view .content_view_txt_group {
        gap: 30px;
    }

    .content_view .content_view_tit {
        font-size: 16px;
    }
    .content_view .content_view_info_group {
        font-size: 14px;
    }
    .content_view .content_view_txt_content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .content .content_list_tag {
        font-size: 14px;
        width: 80px;
        height: 29px;
    }
    .content .content_list_mb {
        gap: 10px;
    }
    .content .content_list_tit {
        font-size: 14px;
    }
    .content .content_list_date {
        font-size: 12px;
    }
    .content_con .com_tit_group.m_tit {
        gap: 3px;
    }

    .com_tit1 {
        font-size: 20px;
    }
    .com_tit2 {
        font-size: 18px;
    }
}

/* content  끝*/

/* content new */

/* event 시작 */
.content_n .event_con {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 1px;
}
.content_n .com_tit_group {
    text-align: center;
}
.content_n .event_content_section {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.content_n .event_list_group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.content_n .event_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.content_n .event_list_img_group {
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.content_n .event_list_img {
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
}
.content_n .event_list_img img {
    transition: 0.6s ease;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_n .event_list:hover .event_list_img img {
    transform: scale(1.1);
}
.content_n .event_list_img_txt_group {
    transition: 0.6s ease;
    opacity: 0;
    background-color: #0000008a;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content_n .event_list:hover .event_list_img_txt_group {
    opacity: 1;
}
.content_n .event_list_img_tit {
    margin: 0 auto;
    text-align: center;
    max-width: 70%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.content_n .content_view_goback {
    margin: 0 auto;
}
.content_n .event_list_txt_group {
    cursor: pointer;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 6px;
}
.content_n .event_list_tit {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    max-width: 280px;
    margin: 0 auto;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.content_n .event_list_date {
    font-size: 16px;
    color: #666666;
}
.content_n .content_txt_group {
    background-color: #000000b0;
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.content_n .end_txt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.content_n .event_list .content_txt_group {
    color: #fff;
    display: flex;
    opacity: 0;
    transition: 0.6s ease;
    flex-direction: column;
    gap: 10px;
}
.content_n .content_hover_txt {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}
.content_n .event_list:hover .content_txt_group {
    opacity: 1;
}
.content_n .event_list .event_list_img_txt_group {
    display: none;
}
.content_n .event_list .event_list_img img {
    /* filter: grayscale(1); */
}
.content_n .content_list_tag {
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #c2b297;
    color: #c2b297;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    width: 100px;
    text-align: center;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_n .content_sort {
    margin-left: auto;
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/ 8%;
    box-sizing: border-box;
    height: 46px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 10px;
    width: 160px;
}

.content_n .event_bottom_group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.content_n .event_search_group {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.content_n .event_search {
    height: 46px;
    width: 100%;
    max-width: 400px;
    padding: 10px 16px;
    gap: 16px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #333;
    display: flex;
    border-radius: 10px;
}
.content_n .search {
    width: calc(100% - 16px - 24px);
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}
.content_n .search::placeholder {
    color: #ffffff46;
}
.content_n .search_icon {
}
.content_n .search_icon input {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/img/sub/search.webp) no-repeat center / cover;
    border: none;
}
.content_n .event_cat {
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/15%;
    box-sizing: border-box;
    height: 46px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 10px;
    width: 90px;
}
.content_n option {
    background-color: #0a0909;
}
.content_n .pagination {
    margin: 0 auto;
}

@media screen and (max-width: 1350px) {
    .content_n .event_list_tit {
        max-width: 200px;
    }
}

@media screen and (max-width: 1250px) {
    .content_n .event_list_group {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        margin: 0 auto;
    }
    .content_n .event_list_img_tit {
        max-width: 90%;
    }
    .content_n .event_list_tit {
        font-size: 16px;
        max-width: 150px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .content_n .event_list_group {
        gap: 15px;
    }
    .content_n .event_list_img_tit {
        font-size: 14px;
        max-width: 70%;
    }
}

@media screen and (max-width: 400px) {
    .content_n .content_sort {
        width: 100%;
        margin: 0 auto;
        background-size: 5%;
    }
    .content_n .content_list_tag {
        font-size: 14px;
        width: 80px;
        height: 29px;
    }
    .content_n .event_list_group {
    }
    .content_n .event_list_txt_group {
    }
    .content_n .event_list_date {
        font-size: 14px;
        max-width: 70%;
        margin: 0 auto;
    }
    .content_n .event_list_img_tit {
        max-width: 90%;
    }
    /* .content_view_goback{font-size: 14px;} */
}

/* news 시작 */

.news {
}
.news .news_con {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 1px;
}
.news .com_tit_group {
    text-align: center;
}
.news_line_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.news_line1 {
    height: 67px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.news_line2 {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.news .news_content_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news .news_top_group {
    display: flex;
    gap: 40px;
    align-items: center;
}
.news .news_top_img {
    width: 54%;
    aspect-ratio: 686/299;
    overflow: hidden;
    border-radius: 20px;
}
.news .news_top_img img {
    transition: 2s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news .news_top_group .news_top_img:hover img {
    transform: scale(1.1);
}
.news .news_top_txt_group {
    color: #666666;
    width: calc(46% - 40px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.news .news_top_info_group {
    gap: 10px;
    display: flex;
    align-items: center;
}
.news .news_top_company {
    color: #c2b297;
}
.news .news_top_line {
    height: 15px;
    width: 1px;
    background-color: #666666;
}
.news .news_top_date {
}
.news .news_top_tit {
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.news .news_top_txt {
    height: 154px;
    line-height: 1.6;
}
.news .news_top_txt_wrap {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .news_top_group .content_view_goback {
    margin-left: unset;
}
.news .news_list_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.news .news_list {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(to bottom, #ffffff17, #49494915);
    color: #666666;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    padding: 40px 30px;
}
.news .new_tag {
    position: absolute;
    right: 24px;
    top: 0;
}
.news .news_list_tit {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.news .news_list_txt {
    height: auto;
    line-height: 1.6;
}
.news .news_list_txt_wrap {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .news_bottom_group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.news .news_search_group {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.news .news_search {
    height: 46px;
    width: 100%;
    max-width: 400px;
    padding: 10px 16px;
    gap: 16px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #333;
    display: flex;
    border-radius: 10px;
}
.news .search {
    width: calc(100% - 16px - 24px);
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}
.news .search::placeholder {
    color: #ffffff46;
}
.news .search_icon {
}
.news .search_icon input {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/img/sub/search.webp) no-repeat center / cover;
    border: none;
}
.news .news_cat {
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/15%;
    box-sizing: border-box;
    height: 46px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 10px;
    width: 90px;
}
.news option {
    background-color: #0a0909;
}
.news .pagination {
    margin: 0 auto;
}

@media screen and (max-width: 1250px) {
    .news .news_list_group {
        gap: 16px;
    }
    .news .news_top_group {
        flex-direction: column;
    }
    .news .news_top_img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .news .news_top_txt_group {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .news .news_top_img {
        aspect-ratio: auto;
    }
}
@media screen and (max-width: 1024px) {
    .news .news_list_group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .news .news_search {
        padding: 9px 16px;
    }
    .news .news_list_group {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        grid-template-columns: repeat(1, 1fr);
    }
    .news .news_top_tit {
    }
    .news_line_group .news_line1 {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .news .news_list {
        padding: 30px 20px;
    }
    .news .news_top_info_group {
        font-size: 14px;
    }
    .news .news_list_tit {
        font-size: 14px;
    }
    .news .news_list_txt_wrap {
        -webkit-line-clamp: 6;
        font-size: 12px;
    }
    .news .news_top_tit {
        font-size: 14px;
    }
    .news .news_top_txt_wrap {
        -webkit-line-clamp: 6;
        font-size: 12px;
    }
}

/* news 끝 */

/* event 시작 */
.event .event_con {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 1px;
}
.event .com_tit_group {
    text-align: center;
}
.event .event_content_section {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.event .event_list_group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.event .event_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.event .event_list_img_group {
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.event .event_list_img {
    position: relative;
    z-index: 1;
}
.event .event_list_img img {
    transition: 0.6s ease;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event .event_list:hover .event_list_img img {
    transform: scale(1.1);
}
.event .event_list_img_txt_group {
    transition: 0.6s ease;
    opacity: 0;
    background-color: #0000008a;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.event .event_list:hover .event_list_img_txt_group {
    opacity: 1;
}
.event .event_list_img_tit {
    margin: 0 auto;
    text-align: center;
    max-width: 70%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.event .content_view_goback {
    margin: 0 auto;
}
.event .event_list_txt_group {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 6px;
}
.event .event_list_tit {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.event .event_list_date {
    font-size: 16px;
    color: #666666;
}
.event .end_txt_group {
    background-color: #00000077;
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.event .end_txt {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.event .event_list.end .end_txt_group {
    display: flex;
}
.event .event_list.end .event_list_img_txt_group {
    display: none;
}
.event .event_list.end .event_list_img img {
    filter: grayscale(1);
}
.event {
}
.event {
}

.event .event_bottom_group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.event .event_search_group {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.event .event_search {
    height: 46px;
    width: 100%;
    max-width: 400px;
    padding: 10px 16px;
    gap: 16px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #333;
    display: flex;
    border-radius: 10px;
}
.event .search {
    width: calc(100% - 16px - 24px);
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}
.event .search::placeholder {
    color: #ffffff46;
}
.event .search_icon {
}
.event .search_icon input {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/img/sub/search.webp) no-repeat center / cover;
    border: none;
}
.event .event_cat {
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/15%;
    box-sizing: border-box;
    height: 46px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 10px;
    width: 90px;
}
.event option {
    background-color: #0a0909;
}
.event .pagination {
    margin: 0 auto;
}

@media screen and (max-width: 1250px) {
    .event .event_list_group {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        margin: 0 auto;
    }
    .event .event_list_img_tit {
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .event .event_list_group {
        gap: 15px;
    }
    .event .event_list_img_tit {
        font-size: 14px;
        max-width: 70%;
    }
}

@media screen and (max-width: 400px) {
    .event .event_list_txt_group {
    }
    .event .event_list_tit {
        font-size: 16px;
    }
    .event .event_list_date {
        font-size: 14px;
        max-width: 70%;
        margin: 0 auto;
    }
    .event .event_list_img_tit {
        max-width: 90%;
    }
    .content_view_goback {
        font-size: 14px;
    }
}

/* event 끝 */

/* voc 시작 */

.voc {
    padding: 150px 0 1px;
}
.voc_con {
    display: flex;
    gap: 40px;
    padding: 0;
    flex-direction: column;
}
.voc_con .voc_left {
    padding-bottom: 75px;
    min-height: calc(100vh - 85px);
    box-sizing: border-box;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 80%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.voc_con .com_tit_group {
    text-align: center;
}

.voc_con .voc_right {
    width: calc(20% - 32px);
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voc .voc_list {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 30px 0;
    border-top: 1px solid #ffffff2f;
    border-bottom: 1px solid #ffffff2f;
    transition: 0.6s ease;
}
.voc .voc_list:nth-child(1) {
    border-top: none;
}
.voc .voc_list_mb {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(100% - 100px);
}
.voc .voc_list:hover {
    border-bottom: 1px solid #fff;
}
.voc .voc_list_num {
    width: 40px;
    font-size: 16px;
    font-weight: 700;
}
.voc .voc_list_tag {
    border-radius: 50px;
    border: 1px solid #666;
    color: #666;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    width: 100px;
    text-align: center;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voc .voc_list_tag.complete {
    border: 1px solid #c2b297;
    color: #c2b297;
}
.voc .voc_cat {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    width: 30px;
}
.voc .voc_list_tit {
    width: calc(100% - 344px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
}
.voc .voc_list_date {
    padding: 0 10px;
    width: 90px;
    opacity: 0.6;
    font-size: 16px;
}
.voc .voc_list_arr {
    width: 24px;
}

.voc .pagination {
    margin: auto;
}

.voc .voc_bottom_group {
    display: flex;
    justify-content: space-between;
}
.voc .voc_search_group {
    display: flex;
    gap: 10px;
}
.voc .voc_search {
    height: 46px;
    max-width: 100%;
    width: 400px;
    padding: 10px 16px;
    gap: 16px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #333;
    display: flex;
    border-radius: 10px;
}
.voc .search {
    width: calc(100% - 16px - 24px);
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}
.voc .search::placeholder {
    color: #ffffff46;
}
.voc .search_icon {
}
.voc .search_icon input {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(/img/sub/search.webp) no-repeat center / cover;
    border: none;
}
.voc .voc_sel_cat {
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/15%;
    box-sizing: border-box;
    height: 46px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 10px;
    width: 90px;
}
.voc option {
    background-color: #0a0909;
}
.voc .pagination {
    margin: 0 auto;
}
.voc_write_btn {
    padding: 6px 0;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    width: max-content;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    cursor: pointer;
}
.voc_write_btn_txt {
    display: flex;
    gap: 6px;
    align-items: center;
}

.voc_view .com_tit_group {
    text-align: center;
}
.voc_view .voc_view_con {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 800px;
    padding: 150px 0 1px;
}
.voc_view .voc_view_txt_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.voc_delete,
.voc_view_goback {
    padding: 6px 0;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    width: max-content;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    cursor: pointer;
}
.voc_view .voc_view_txt_group {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.voc_view .voc_view_q_group {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.voc_view .voc_view_q_tit_group,
.voc_view .voc_view_a_tit_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.voc_view .voc_view_tit {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.voc_view .voc_info_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.voc_view .voc_info_group {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.voc_view .voc_q_bottom {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}
.voc_view .voc_q_txt,
.voc_view .voc_a_txt {
    line-height: 1.6;
}
.voc_view .voc_line {
    width: 1px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.6);
}
.voc_view .voc_view_a_group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: rgba(255, 255, 255, 0.6);
}
.voc_view .voc_view_bottom_gorup {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.voc_view {
}
.voc_view {
}
.voc_view {
}
.voc_view {
}

.voc_write {
}
.voc_write .com_tit_group {
    text-align: center;
}
.voc_write .voc_write_con {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    padding: 150px 0 1px;
}
.voc_write .voc_write_form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.voc_write .voc_write_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.voc_write .voc_write_list {
    display: flex;
    gap: 18px;
}
.voc_write .voc_write_list_tit {
    height: 47px;
    display: flex;
    align-items: center;
    width: 80px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.voc_write textarea,
.voc_write input {
    color: #fff;
    width: calc(100% - 80px - 18px);
    height: 46px;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.voc_write textarea {
    resize: vertical;
    font-family: "Pretendard";
    padding: 10px 0 0px 10px;
}
.voc_write textarea::-webkit-scrollbar {
    width: 4px;
}
.voc_write textarea::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}
.voc_write .star {
    font-weight: 700;
    color: #ff3737;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 3px;
}
.voc_write select {
    cursor: pointer;
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/12%;
    font-family: "Pretendard";
    color: #fff;
    font-size: 16px;
    width: 90px;
    height: 46px;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.voc_write select option {
    background-color: #0a0909;
}
.voc_write .voc_write_privacy_group {
    justify-content: center;
    display: flex;
    gap: 10px;
    color: #fff;
    line-height: 1.3;
    align-items: center;
}
.voc_write .voc_write_privacy_group input {
    display: none;
}
.voc_write .voc_write_privacy_group .voc_write_privacy_label {
    cursor: pointer;
    padding-left: 26px;
    position: relative;
}
.voc_write .voc_write_privacy_group .voc_write_privacy_label::after {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 5px;
    background-color: #fff;
}
.voc_write .voc_write_privacy_group .voc_write_privacy_label::before {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 3;
    transition: 0.4s ease;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 5px;
    background: url(/img/sub/check.svg) no-repeat center / cover;
}
.voc_write .voc_write_privacy_group input:checked + .voc_write_privacy_label::before {
    opacity: 1;
}
.voc_write .privacy_btn {
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: 0.4s ease;
}
.voc_write .privacy_btn:hover {
    filter: brightness(0.8);
}
.voc_write .voc_write_btn_group {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.voc_write {
}

@media screen and (max-width: 767px) {
    .voc {
        padding: 100px 0 1px;
    }
    .voc_con {
        padding: 0;
        gap: 30px;
    }
    .voc_view .voc_view_con {
        padding: 100px 0 1px;
    }

    .voc .voc_list {
        gap: 10px;
        padding: 20px 0;
    }
    .voc .voc_list_mb {
        width: calc(100% - 50px);
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .voc .voc_list_tit {
        width: 100%;
    }
    .voc .voc_list_arr {
        display: none;
    }
    .voc .voc_list_date {
        padding: 0;
    }

    .voc .voc_bottom_group {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .voc_write_btn {
        font-size: 14px;
        padding: 6px 0;
    }
    .voc .voc_search {
        padding: 9px 16px;
        width: auto;
    }

    .voc_view .voc_view_con {
        gap: 50px;
    }
    .voc_view .voc_view_txt_group {
        gap: 40px;
    }
    .voc_delete,
    .voc_view_goback {
        font-size: 14px;
        padding: 6px 0;
    }

    .voc_view .voc_view_tit {
        font-size: 16px;
    }
    .voc_view .voc_info_wrap {
        font-size: 14px;
    }
    .voc_view .voc_info_group {
        gap: 10px;
    }

    .voc_view .voc_q_txt,
    .voc_view .voc_a_txt {
        font-size: 14px;
    }

    .voc_write .voc_write_con {
        padding: 100px 0 1px;
    }
    .voc_write .voc_write_list_tit {
        font-size: 14px;
        width: 60px;
        height: 42px;
    }
    .voc_write textarea,
    .voc_write input {
        font-size: 14px;
        width: calc(100% - 60px - 18px);
        height: 42px;
    }
    .voc_write select {
        font-size: 14px;
    }
    .voc_write .voc_write_privacy_group {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .voc .voc_list_tag {
        font-size: 14px;
        width: 80px;
        height: 29px;
    }
    .voc .voc_list_mb {
        gap: 10px;
    }
    .voc .voc_list_tit {
        font-size: 14px;
    }
    .voc .voc_list_date {
        font-size: 12px;
    }
    .voc_con .com_tit_group.m_tit {
        gap: 3px;
    }
    .voc_write .voc_write_privacy_group {
        gap: 3px;
    }
    .voc_write .voc_write_privacy_group .voc_write_privacy_label {
        padding-left: 23px;
    }
}

/* voc 끝 */

/* space - 시작 */
.space_circle {
    width: 90px;
    height: 90px;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    background: linear-gradient(to bottom, rgb(10, 9, 9, 0.5), rgb(10, 9, 9, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border-radius: 50%;
    will-change: transform;
    transition:
        0.1s transform,
        0.4s ease opacity;
    z-index: 99999;
}
.space_circle img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.space_circle .sca_txt {
    font-size: 16px;
}
.space_circle.on {
    opacity: 1;
}
.space {
    position: relative;
}
.space .space_swiper_group {
    position: relative;
}
.space .bottom_linear {
    pointer-events: none;
}
.space .space_swiper .swiper-slide {
    height: 100vh;
    width: 100%;
    z-index: 3 !important;
}
.space .space_swiper .swiper-slide.swiper-slide-active {
}
.space .space_swiper .swiper-slide img {
    transform: scale(1.15);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s ease;
}
.space .space_swiper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}
/* .space .space_ab_con{position: absolute;z-index: 4;height: auto;width: 100%;bottom: 140px;left: 0;} */
/* .space .space_ab_con_wrap{gap: 98px; width: 90%; display: flex;flex-direction: column;justify-content: flex-end; max-width: 1280px;margin: 0 auto;height: auto; box-sizing: border-box;} */
.space .ab_txt_group {
    pointer-events: none;
    z-index: 4;
    display: flex;
    gap: 30px;
    align-items: center;
    position: absolute;
    width: 90%;
    max-width: 1280px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.space .ab_logo {
    opacity: 0;
    transition: 1.3s ease;
    transform: translateY(30px);
    display: flex;
    gap: 30px;
    align-items: center;
}
.space .ab_line {
    opacity: 0;
    transition: 1.3s ease;
    height: 0;
    width: 1px;
    background-color: #c2b297;
}
.space .ab_txt {
    opacity: 0;
    transition: 1.3s ease;
    transform: translateY(30px);
    font-size: 20px;
    color: #c2b297;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.2rem;
}
.space.on .ab_logo {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
}
.space.on .ab_line {
    height: 23px;
    opacity: 1;
    transition-delay: 0.4s;
}
.space.on .ab_txt {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
}
.space .space_thumb_group {
    position: absolute;
    z-index: 4;
    width: 90%;
    max-width: 1280px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    gap: 18px;
    justify-content: center;
}
/* .space .space_thumb_list{cursor: pointer; transition: 0.6s ease;border: 5px solid transparent;}
.space .space_thumb_list:hover,
.space .space_thumb_list.on{border-color: rgb(10, 9, 9, 0.6);} */
.space .space_thumb_group > div img {
    opacity: 0;
    transition: 1.3s ease;
}
.space.on .space_thumb_group > div img {
    opacity: 1;
}
.space.on .space_thumb_group > div:nth-child(1) img {
    transition-delay: 0.5s;
}
.space.on .space_thumb_group > div:nth-child(2) img {
    transition-delay: 0.6s;
}
.space.on .space_thumb_group > div:nth-child(3) img {
    transition-delay: 0.7s;
}
.space.on .space_thumb_group > div:nth-child(4) img {
    transition-delay: 0.8s;
}
.space.on .space_thumb_group > div:nth-child(5) img {
    transition-delay: 0.9s;
}
.space.on .space_thumb_group > div:nth-child(6) img {
    transition-delay: 1s;
}
.space.on .space_thumb_group > div:nth-child(7) img {
    transition-delay: 1.1s;
}
.space.on .space_thumb_group > div:nth-child(8) img {
    transition-delay: 1.2s;
}
.space {
}

.space .space_thumb_list:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid rgba(0, 0, 0, 0);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.45s all;
}
.space .space_thumb_list.on:after,
.space .space_thumb_list:hover:after {
    border-color: rgba(0, 0, 0, 0.6);
}
.space .space_thumb_list {
    position: relative;
    cursor: pointer;
    transition: 0.6s ease;
}
.space .space_thumb_list.on,
.space .space_thumb_list:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
    .space .space_thumb_group {
        gap: 6px;
    }
    .space_circle {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .space.on .ab_txt_group {
        justify-content: center;
    }
    /* .space .space_ab_con{bottom: 250px;} */
    /* .space .space_ab_con_wrap{padding-bottom: 0px;} */
    .space.on .ab_txt_group {
        gap: 20px;
    }
    .space .ab_txt {
        font-size: 16px;
    }
    .space .ab_logo img {
        width: 160px;
    }
    .space .space_thumb_list:after {
        border: 3px solid rgba(0, 0, 0, 0);
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }
    .space .space_thumb_list {
        width: calc(100% / 4 - (18px / 4));
    }
    .space .space_thumb_group {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 400px) {
}

/* space - 끝 */

/* 패스워드 체크부분, 개인정보 - 시작 */
html.ovh {
    overflow: hidden;
}

.password_check {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.6);
}
.password_check.on {
    display: flex;
}
.password_bx {
    box-sizing: border-box;
    position: relative;
    background-color: #0a0909;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
}
.password_bx .x_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.password_tit {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.password_input {
}
.password_input input {
    box-sizing: border-box;
    width: 300px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 0.15);
    padding: 12px 16px;
}
.password_input input::placeholder {
    color: rgb(255, 255, 255, 0.3);
}
.password_check_btn {
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    width: max-content;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    cursor: pointer;
}

.privacy_pop {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.6);
}
.privacy_pop.on {
    display: flex;
}
.privacy_pop_bx {
    box-sizing: border-box;
    position: relative;
    background-color: #0a0909;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
}
.privacy_pop_bx .x_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.privacy_pop_tit {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.privacy_pop_btn {
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    width: max-content;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    cursor: pointer;
}
.privacy_pop_txt {
    max-height: 153px;
    overflow-y: auto;
    text-align: left;
}
.privacy_pop_txt::-webkit-scrollbar {
    width: 4px;
}
.privacy_pop_txt::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}
.privacy_pop_txt_wrap {
    font-size: 14px;
    line-height: 1.5;
    color: #818181;
}

@media screen and (max-width: 767px) {
    .password_bx {
        max-width: 400px;
        width: 90%;
        padding: 30px 20px;
    }
    .password_input {
        width: 100%;
    }
    .password_input input {
        padding: 12px 16px;
        width: 100%;
    }

    .privacy_pop_bx {
        max-width: 400px;
        width: 90%;
        padding: 30px 20px;
    }
    .space .space_thumb_list {
        border-width: 3px;
    }
}

@media screen and (max-width: 400px) {
    .password_check_btn {
        font-size: 14px;
    }
}

/* 패스워드 체크부분, 개인정보 - 끝 */

/* inquiry 시작 */
.inquiry {
    overflow: hidden;
    position: relative;
}
.inquiry .com_tit_group {
    height: 250px;
}
.inquiry .inq_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.inquiry .inq_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}
.inquiry .inq_con {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    max-width: 1360px;
    margin: 0 auto;
    gap: 60px;
    width: 90%;
    align-items: center;
    padding: 180px 0 120px;
}
.inquiry .inq_right {
    width: 800px;
    max-width: calc(100% - 320px);
}
.inquiry .inq_right form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.inquiry .com_tit1 {
    overflow: hidden;
}
.inquiry .com_tit1 span {
    opacity: 0;
    display: inline-block;
    transform: translateY(100%);
    transition: 0.6s ease;
}
.inquiry .com_tit2 {
    overflow: hidden;
}
.inquiry .com_tit2 span {
    opacity: 0;
    display: inline-block;
    transform: translateY(100%);
    transition: 0.6s ease;
}
.inquiry.on .com_tit1 span,
.inquiry.on .com_tit2 span {
    transform: translateY(0);
    opacity: 1;
}
.inquiry.on .com_tit1 span:nth-child(1),
.inquiry.on .com_tit2 span:nth-child(1) {
}
.inquiry.on .com_tit1 span:nth-child(2),
.inquiry.on .com_tit2 span:nth-child(2) {
    transition-delay: 0.1s;
}
.inquiry.on .com_tit1 span:nth-child(3),
.inquiry.on .com_tit2 span:nth-child(3) {
    transition-delay: 0.2s;
}
.inquiry.on .com_tit1 span:nth-child(4),
.inquiry.on .com_tit2 span:nth-child(4) {
    transition-delay: 0.3s;
}
.inquiry.on .com_tit1 span:nth-child(5) {
    transition-delay: 0.4s;
}
.inquiry.on .com_tit1 span:nth-child(6) {
    transition-delay: 0.5s;
}
.inquiry.on .com_tit1 span:nth-child(7) {
    transition-delay: 0.6s;
}
.inquiry.on .com_tit1 span:nth-child(8) {
    transition-delay: 0.7s;
}
.inquiry.on .com_tit1 span:nth-child(9) {
    transition-delay: 0.8s;
}
.inquiry.on .com_tit1 span:nth-child(10) {
    transition-delay: 0.9s;
}
.inquiry.on .com_tit1 span:nth-child(11) {
    transition-delay: 1s;
}
.inquiry.on .com_tit1 span:nth-child(12) {
    transition-delay: 1.1s;
}
.inquiry.on .com_tit1 span:nth-child(13) {
    transition-delay: 1.2s;
}
.inquiry.on .com_tit1 span:nth-child(14) {
    transition-delay: 1.3s;
}
.inquiry.on .com_tit1 span:nth-child(15) {
    transition-delay: 1.4s;
}
.inquiry.on .com_tit1 span:nth-child(16) {
    transition-delay: 1.5s;
}
.inquiry {
}
.inquiry {
}

.form_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form_info .input_box {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    display: flex;
    gap: 40px;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}
.form_info .input_box label {
    min-width: 160px;
    color: #fff;
    font-family: "Pretendard";
    font-size: 20px;
    font-weight: 600;
    line-height: 20px; /* 100% */
    letter-spacing: -0.8px;
}
.form_info .input_box label > span {
    color: #ff7d45;
    margin-left: 5px;
}
.form_info .input_box input[type="text"] {
    width: 100%;
    color: #fff;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px; /* 116.667% */
    letter-spacing: -0.72px;
    background-color: transparent;
    border: none;
}
.form_info .input_box input[type="text"]::placeholder {
    color: #ffffff75;
}
.form_info .input_box select {
    cursor: pointer;
    background: url(/img/sub/cat_arr.svg) no-repeat 90% 50%/3%;
    width: 100%;
    color: #fff;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px; /* 116.667% */
    letter-spacing: -0.72px;
    border: none;
}
.form_info .input_box select option {
    background-color: #333;
}
.form_info .input_box textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 400;
    line-height: 21px; /* 116.667% */
    letter-spacing: -0.72px;
}
.form_info .input_box textarea::placeholder {
    color: #ffffff75;
}
.inquiry .form_submit {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.inquiry .form_submit button {
    transition: 0.4s;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    border-radius: 99px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    background-color: transparent;
    padding: 16px 32px;
    cursor: pointer;
    transition: all 0.6s;
}
.inquiry .form_submit button:hover {
    filter: brightness(0.8);
}
.inquiry .form_submit .arrow_img {
}
.inquiry .form_submit {
}

.form_info .input_box,
.inquiry .form_submit,
.inquiry .voc_write_privacy_group {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.6s ease;
}
.inquiry.on .form_info .input_box,
.inquiry.on .form_submit,
.inquiry.on .voc_write_privacy_group {
    transform: translateY(0px);
    opacity: 1;
}
.inquiry.on .form_info .input_box:nth-child(1) {
    transition-delay: 0s;
}
.inquiry.on .form_info .input_box:nth-child(2) {
    transition-delay: 0.1s;
}
.inquiry.on .form_info .input_box:nth-child(3) {
    transition-delay: 0.2s;
}
.inquiry.on .form_info .input_box:nth-child(4) {
    transition-delay: 0.3s;
}
.inquiry.on .form_info .input_box:nth-child(5) {
    transition-delay: 0.4s;
}
.inquiry.on .form_info .input_box:nth-child(6) {
    transition-delay: 0.5s;
}
.inquiry.on .voc_write_privacy_group {
    transition-delay: 0.6s;
}
.inquiry.on .form_submit {
    transition-delay: 0.7s;
}

.inquiry .voc_write_privacy_group {
    display: flex;
    gap: 10px;
    color: #fff;
    line-height: 1.3;
    align-items: center;
}
.inquiry .voc_write_privacy_group input {
    display: none;
}
.inquiry .voc_write_privacy_group .voc_write_privacy_label {
    cursor: pointer;
    padding-left: 26px;
    position: relative;
}
.inquiry .voc_write_privacy_group .voc_write_privacy_label::after {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 5px;
    background-color: #fff;
}
.inquiry .voc_write_privacy_group .voc_write_privacy_label::before {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 3;
    transition: 0.4s ease;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 5px;
    background: url(/img/sub/check.svg) no-repeat center / cover;
}
.inquiry .voc_write_privacy_group input:checked + .voc_write_privacy_label::before {
    opacity: 1;
}
.inquiry .privacy_btn {
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: 0.4s ease;
}
.inquiry .privacy_btn:hover {
    filter: brightness(0.8);
}

@media screen and (max-width: 1024px) {
    .inquiry .inq_con {
        flex-direction: column;
    }
    .inquiry .com_tit_group {
        height: auto;
        text-align: center;
    }
    .inquiry .inq_right {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .inquiry .voc_write_privacy_group {
        font-size: 14px;
        justify-content: center;
    }
    .inquiry .inq_con {
        padding: 100px 0;
    }
    .form_info .input_box {
        padding: 20px 20px;
        gap: 20px;
        box-sizing: border-box;
    }
    .form_info .input_box label {
        font-size: 14px;
        min-width: 100px;
        line-height: 1;
    }
    .form_info .input_box input[type="text"] {
        font-size: 14px;
        line-height: 1;
    }
    .form_info .input_box select {
        font-size: 14px;
    }
    .form_info .input_box textarea {
        font-size: 14px;
    }
    .form_info .input_box:last-child {
        flex-direction: column;
    }
    .inquiry .form_submit {
        justify-content: center;
    }
    .inquiry .form_submit button {
        padding: 12px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .inquiry .voc_write_privacy_group {
        gap: 3px;
    }
    .inquiry .voc_write_privacy_group .voc_write_privacy_label {
        padding-left: 23px;
    }
}

@media screen and (max-width: 353px) {
    .inquiry .voc_write_privacy_group {
        font-size: 12px;
    }
}

/* inquiry 끝 */

/*rgba(255, 255, 255, 0.15) */

/************************ community zone 끝 ************************/
