@charset "UTF-8";

/* 초기화 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 17px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #000;
    scroll-behavior: smooth;
}

html.hidden,
body.hidden {
    position: fixed !important;
    top: 0;
    height: 100vh !important;
    min-height: 100vh;
    overflow: hidden !important;
    touch-action: none;
}

html.hidden,
body.hidden .header {
    opacity: 1;
}

ul,
li {
    list-style: none;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

p {
    word-break: keep-all;
}

i,
em {
    font-style: normal;
}

/* font */
.NS {
    font-family: 'Noto Serif KR', serif;
}

/* 공통 */
/* .inner {max-width: 1500px; margin: auto;}
.inner2 {max-width: 1400px; margin: auto;} */
.main {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.inner {
    max-width: 1400px;
    width: 73vw;
    margin: 0 auto;
}

.inner2 {
    max-width: 1490px;
    width: 77.6vw;
    margin: 0 auto;
}

.inner3 {
    max-width: 1100px;
    width: 57.3vw;
    margin: 0 auto;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.f14 {
    font-size: .9rem;
}

.f16 {
    font-size: 1rem;
}

.f18 {
    font-size: 1.1rem;
}

.f21 {
    font-size: 1.2rem;
}

.f23 {
    font-size: 1.3rem;
}

/*  */
.f25 {
    font-size: 1.4rem;
}

.f28 {
    font-size: 1.6rem;
}

.f30 {
    font-size: 1.8rem;
}

.f32 {
    font-size: 2rem;
}

.f35 {
    font-size: 2.1rem;
}

.f40 {
    font-size: 2.3rem;
}

.f48 {
    font-size: 2.7rem;
}

.f50 {
    font-size: 2.9rem;
}

.f54 {
    font-size: 3rem;
}

/*  */
.f70 {
    font-size: 4.2rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-bottom: 20px;
}

.mt-40 {
    margin-bottom: 40px;
}

.EBd {
    font-weight: 800;
}

.SBd {
    font-weight: 600;
}

.Mm {
    font-weight: 500;
}

.Rr {
    font-weight: 400;
}

.ELt {
    font-weight: 200;
}

.img-wrap img {
    width: 100%;
}

/* .section:not(:last-of-type) {height: 100vh; overflow: hidden;} */


/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    transition: all 0.4s;
    overflow: hidden;
    z-index: 99;
    background: #fff;
}

#header:hover {
    height: 470px;
    box-shadow: 4px 4px 6px rgb(0 0 0 / 10%);
}

#header:hover::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    top: 80px;
}

#header .nav {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    line-height: 80px;
}

#header_logo a {
    display: block;
    position: relative;
}

#header_logo a img {
    display: inline-block;
    width: 210px;
    height: auto;
    vertical-align: middle;
}

#nav_list {
    color: #000;
}

#nav_list>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    color: #1a1a1a;
}

#nav_list>li .nav_sub {
    margin: 20px 0;
}

#nav_list>li .nav_sub li {
    line-height: 1;
    padding: 15px 0;
}

.lang {
    width: 58px;
    height: 22px;
    background: #7e192d;
    border-radius: 10px;
    position: absolute;
    margin-right: 25px;
    margin-top: 7px;
    top: 24px;
    right: 5%;
    cursor: pointer;
}

.lang>span {
    display: block;
    line-height: 22px;
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 99;
    text-align: center;
}

.lang .lang_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #7e1c2f;
    z-index: 9;
    padding: 23px 0 0;
    opacity: 0;
    transition: all 0.4s;
}

.lang .lang_menu>ul {
    line-height: 30px;
}

.lang .lang_menu>ul>li {
    padding: 0 12px;
    text-align: center;
}

.lang .lang_menu>ul>li>a {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0 0 2px 0;
    font-weight: 300;
    color: #fff;
    position: relative;
}

/* 모바일 nav css */
#header .mobile_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 19;
}

#header .mobile_bg.on {
    display: block;
}

#header .nav_mobile_btn {
    height: 80px;
    line-height: 80px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#header .nav_mobile_btn span {
    width: 25px;
    height: 2px;
    background-color: black;
}

#header .nav_mobile {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    padding: 10px;
    background-color: #fff;
}

#header .nav_mobile .close_btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -20px;
    border-right: 1px solid #999;
    background-color: #fff;
}

#header .nav_mobile .close_btn img {
    width: 15px;
    height: 15px;
}

#header .nav_mobile .gnb .depth01 {
    line-height: 1;
}

#header .nav_mobile .gnb .depth01>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

#header .nav_mobile .gnb .depth01>a span {
    display: block;
    width: 5px;
}

#header .nav_mobile .gnb .depth01 .depth02 {
    display: block;
    width: calc(50% / 2);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #000;
    padding: 10px 0;
}

#header .nav_mobile .gnb .depth01 .depth02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    font-size: 14px;
    color: white;
}

#header .nav_mobile .gnb .depth01 .depth02 a span {
    display: block;
    width: 5px;
}



.ms {
    margin-bottom: 180px;
}

/* main m1 css */
.m1 {
    position: relative;
    margin-top: 80px;
}

.m1 .m1_s {
    position: relative;
}

.m1 .m1_s .m1_txt {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
}

.m1 .m1_s .m1_txt h2 {
    font-weight: 600;
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 3vw;
    letter-spacing: -0.18vw;
    margin-bottom: 1.9vw;
}

.m1 .m1_s .m1_txt p {
    font-size: 1.2vw;
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: -0.05vw;
    color: #4d4d4d;
}

.m1 .m1_p {
    /* bottom: 65px; */
    bottom: 3.38vw;
}

.m1 .m1_p span {
    width: 4vw;
    height: 0.3vw;
    border-radius: 2px;
    background-color: #fff;
    opacity: 30%;
}

.m1 .m1_p span.swiper-pagination-bullet-active {
    opacity: 100%;
}

.mb_viw {
    display: none;
}

/* main m2 css */
.m2 .inner {
    position: relative;
    /* height: 738px; */
    height: 38.5vw;
    overflow: hidden;
}

.m2 .inner .ms2 {
    /* width: 1660px; */
    width: 86.5vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.m2 .inner .ms2 .swiper-slide {
    position: relative;
    /* height: 325px; */
    height: 40%;
    border-radius: 25px;
    overflow: hidden;
}

.m2 .inner .ms2 .swiper-slide-prev {
    /* height: 325px; */
    height: 40%;
    transition: .3s;
}

.m2 .inner .ms2 .swiper-slide-active {
    /* height: 738px; */
    height: 100%;
    transition: .3s;
}

.m2 .inner .ms2 .swiper-slide-next {
    /* height: 410px; */
    height: 55%;
    margin-top: 10%;
    transition: .3s;
}

/* 첫번째 슬라이드 */


.m2 .inner .ms2 .m2_s1 {
    background: url('/img/main/m2_slide1.png') center center / cover no-repeat;
    transition: 1s;
}

.m2 .inner .ms2 .swiper-slide:not(.swiper-slide-active) {
    background-size: 100%;
    transition: background-size 1.3s ease;
}

.m2 .inner .ms2 .swiper-slide:not(.swiper-slide-active):hover {
    background-size: 110%;
    transition: background-size .8s ease;
}

.m2 .inner .ms2 .m2_s1.swiper-slide-prev {
    background-position: 100% top;
}

.m2 .inner .ms2 .m2_s1.swiper-slide-next {
    background-position: 100% center;
}

/* 2번째 슬라이드 */
.m2 .inner .ms2 .m2_s2 {
    background: url('/img/main/m2_slide2.png') 100% 100% / cover no-repeat;
}

.m2 .inner .ms2 .m2_s2.swiper-slide-prev {
    background-position: 100% 70%;
}

.m2 .inner .ms2 .m2_s2.swiper-slide-next {
    background-position: 100% 70%;
}

/* 3번째 슬라이드 */
.m2 .inner .ms2 .m2_s3 {
    background: url('/img/main/m2_slide3.png') 100% 100% / cover no-repeat;
}

.m2 .inner .ms2 .swiper-slide p {
    font-family: 'Noto Serif KR' !important;
    position: absolute;
    top: 50%;
    left: 8.5%;
    transform: translateY(-50%);
    font-size: 1.9vw;
    line-height: 2.5vw;
    letter-spacing: -0.05vw;
    color: white;
    opacity: 0;
}

.m2 .inner .ms2 .swiper-slide-active p {
    opacity: 1;
    transition: 1s;
}

.m2 .inner .m2_txt {
    width: 40%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.m2 .inner .m2_txt h3 {
    font-family: 'Noto Serif KR', sans-serif;
    font-weight: 600;
    letter-spacing: -0.27vw;
    /* font-size: 45px;
  line-height: 60px;
  margin-bottom: 35px; */
    font-size: 2.35vw;
    line-height: 3.12vw;
    margin-bottom: 1.8vw;
}

.m2 .inner .m2_txt p {
    font-family: "Noto Sans KR";
    color: #808080;
    /* font-size: 20px;
  line-height: 31px;
  margin-bottom: 50px; */
    font-size: 1.05vw;
    line-height: 1.6vw;
    margin-bottom: 2.6vw;
}

.m2 .inner .m2_txt div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 3.65vw;
    border: 1px solid #7e192d;
    border-radius: 1.8vw;
}

.m2 .inner .m2_txt>div a {
    font-size: 1.04vw;
    color: #7e192d;
}

.m2 .inner .m2_txt>div a span {
    display: inline-block;
    width: 0.4vw;
    margin-left: 1.3vw;
}

.m2 .inner .m2_control {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.m2 .inner .m2_control .btn_stop {
    width: 9px;
    cursor: pointer;
}

.m2 .inner .m2_control .btn_stop p {
    display: none;
    transform: translate(-20%, -5%);
}

.m2 .inner .m2_control .btn_stop.on p {
    display: block;
}

.m2 .inner .m2_control .btn_stop.on img {
    display: none;
}

.m2 .inner .m2_control .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid
        /* #e5e5e5 */
        black;
    left: 0;
    top: 0;
    background-image: none;
    margin-top: 0;
}

.m2 .inner .m2_control .btn img {
    width: 10px;
    height: auto;
}

.m2 .inner .m2_control .btn_prev img {
    transform: translateX(-15%);
}

.m2 .inner .m2_control .btn_next img {
    transform: translateX(15%);
}


/* main m3 css */
.m3 {
    position: relative;
    height: 42vw;
    max-height: 800px;
}

.m3 .inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m3 .inner .m3_img {
    position: relative;
    width: 65%;
    height: 100%;
}

.m3 .inner .m3_img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70vw;
    height: 100%;
}

.m3 .inner .m3_txt {
    width: 30%;
}

.m3 .inner .m3_txt h3 {
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 2.3vw;
    font-weight: 600;
    letter-spacing: -0.15vw;
    margin-bottom: 1.8vw;
    line-height: 3.12vw;
}

.m3 .inner .m3_txt p {
    font-family: 'Noto Sans KR';
    font-size: 1.04vw;
    letter-spacing: 0.05vw;
    color: #808080;
    margin-bottom: 2.6vw;
    line-height: 1.56vw;
}

.m3 .inner .m3_txt .m3_list {
    display: flex;
    gap: 1.2vw;
    flex-wrap: wrap;
}

.m3 .inner .m3_txt .m3_list li {
    display: block;
    padding: 1.05vw 2.5vw;
    border-radius: 1.8vw;
    font-size: 1.05vw;
    cursor: pointer;
    letter-spacing: -0.05vw;
}

.m3 .inner .m3_txt .m3_list li:last-child {
    padding: 1.04vw 2.08vw;
    border: 1px solid #7e192d;
    letter-spacing: 0px;
    color: #7e192d;
}

.m3 .inner .m3_txt .m3_list li:last-child a span {
    display: inline-block;
    width: 0.4vw;
    margin-left: 1.05vw;
}

.m3 .inner .m3_txt .m3_list .link {
    background-color: #f5f5f5;
}

.m3 .inner .m3_txt .m3_list .link.on {
    background-color: #7e192d;
    color: #fff;
}


/* main m4 css */
.m4 {
    width: 100%;
    max-width: 1920px;
    background: url('/img/main/m4_bg_img.png') 100% 100% / contain no-repeat;
}

.m4 .inner3 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.m4 .inner3 .m4_left {
    display: flex;
    flex-direction: column;
    gap: 4.17vw;
    width: 44%;
    padding-top: 4%;
}

.m4 .inner3 .m4_left .m4_txt h3 {
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 2.34vw;
    font-weight: 600;
    letter-spacing: -0.1vw;
    margin-bottom: 1.56vw;
}

.m4 .inner3 .m4_left .m4_txt p {
    font-family: 'Noto Sans KR';
    font-size: 1.04vw;
    line-height: 1.56vw;
    letter-spacing: -0.05vw;
    color: #808080;
    word-wrap: break-word;
}

.m4 .inner3 .m4_left .m4_L1 {
    border-radius: 25px;
    overflow: hidden;
}

.m4 .inner3 .m4_left a {
    width: 75%;
    font-size: 1.04vw;
    text-align: center;
    padding: 1.04vw 2.08vw;
    border: 1px solid #7e192d;
    border-radius: 35px;
    color: #7e192d;
}

.m4 .inner3 .m4_left a span {
    display: inline-block;
    width: 0.4vw;
    margin-left: 1.3vw;
}

.m4 .inner3 .m4_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.m4 .inner3 .m4_right div {
    border-radius: 25px;
    overflow: hidden;
}

.m4 .inner3>div img {
    transition: all 0.5s;
}

.m4 .inner3>div img:hover {
    scale: 1.05;
    transition: 0.3s;
}

.m4 .inner3 .m4_right .m4_R1 {
    width: 100%;
    height: 45%;
}

.m4 .inner3 .m4_right .m4_R1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m4 .inner3 .m4_right .m4_R2 {
    width: 80%;
    height: 48%;
}


/* main m5 css */
.m5 .inner {
    text-align: center;
}

.m5 .inner h3 {
    display: block;
    line-height: 6.25vw;
    border-bottom: 1px solid #000;
    font-size: 2.34vw;
    font-weight: 600;
    letter-spacing: -0.1vw;
}

.m5 .inner .m5_board {
    text-align: left;
    margin-bottom: 45px;
}

.m5 .inner .m5_nav {
    display: flex;
    justify-content: space-between;
}

.m5 .inner .m5_nav .nav_box {
    position: relative;
    width: calc((100% - 60px) / 4);
    height: 140px;
    color: #fff;
    border-radius: 17px;
    transition: 0.5s;
}

.m5 .inner .m5_nav .nav_box:hover {
    transform: translateY(-10px);
    transition: all 0.3s;
}

.m5 .inner .m5_nav .nav_box:nth-child(1),
.m5 .inner .m5_nav .nav_box:nth-child(3) {
    background-color: #7e192d;
}

.m5 .inner .m5_nav .nav_box:nth-child(2),
.m5 .inner .m5_nav .nav_box:nth-child(4) {
    background-color: #000;
}

.m5 .inner .m5_nav .nav_box>a {
    display: block;
    width: 100%;
    height: 100%;
}

.m5 .inner .m5_nav .nav_box strong {
    position: absolute;
    top: 12%;
    left: 8%;
}

.m5 .inner .m5_nav .nav_box img {
    position: absolute;
    width: auto;
    height: 45px;
    right: 7%;
    bottom: 12%;
}

.m5 .inner>a {
    display: inline-block;
    margin-top: 100px;
    padding: 20px 50px 20px 60px;
    border: 1px solid #7e192d;
    border-radius: 35px;
    font-size: 20px;
    color: #7e192d;
}

.m5 .inner>a span {
    display: inline-block;
    width: 7.5px;
    margin-left: 25px;
}


footer {
    background-color: #000;
    color: #fff;
    font-size: 15px;
}

footer .inner2 .info {
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .inner2 .info .f_txt {
    width: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
    gap: 5%;
}

footer .inner2 .info .f_txt img {
    width: 210px;
}

footer .inner2 .info .f_txt ul li:first-child {
    margin-bottom: 5px;
}

footer .inner2 .f_link {
    width: 40%;
}

footer .inner2 .info .f_link ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

footer .inner2 .info .f_link ul li {
    padding: 0 17px;
    text-align: center;
    border-left: 1px solid #fff;
}

footer .inner2 .info .f_link ul li a {
    letter-spacing: -0.5px;
}


footer .copy {
    height: 60px;
    line-height: 60px;
    border-top: 2px solid #fff;
    text-align: center;
}