@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    --ch: "Noto Sans SC", sans-serif;
    --chserif: "Noto Serif SC", serif;
}

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

body,
html {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Pretendard Variable' !important;
    color: #000;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

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;
}

/* p {
    word-break: keep-all;
} */

i,
em {
    font-style: normal;
}

img {
    display: block;
    width: 100%;
}

.PoP {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.nts {
    font-family: 'Noto Serif KR', serif;
}

.nt {
    font-family: 'Noto Sans KR', sans-serif;
}

.noto-sans-sc-uniquifier {
    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.noto-serif-sc-uniquifier {
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

/* 공통 */
.inner {
    max-width: 1500px;
    margin: auto;
}

.inner2 {
    max-width: 1400px;
    margin: auto;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

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

.f16 {
    font-size: 1rem;
}

.f18 {
    font-size: 1.125rem;
}

.f21 {
    font-size: 1.2rem;
}

.f22 {
    font-size: 1.25rem;
}

.f23 {
    font-size: 1.3rem;
}

.f25 {
    font-size: 1.375rem;
}

.f26 {
    font-size: 1.5rem;
}

.f28 {
    font-size: 1.6rem;
}

.f29 {
    font-size: 1.7rem;
}

.f30 {
    font-size: 1.8rem;
}

.f32 {
    font-size: 2rem;
}

.f35 {
    font-size: 2.25rem;
}

.f48 {
    font-size: 2.7rem;
}

.f49 {
    font-size: 2.8rem;
}

.f50 {
    font-size: 2.9rem;
}

.f54 {
    font-size: 3rem;
}

.f56 {
    font-size: 3.4rem;
}

.f70 {
    font-size: 4.2rem;
}

.f99 {
    font-size: 8rem;
}

.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%;
}

/* header */
.header:hover {
    height: 280px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    /* transform: translateY(0); */
    width: 100%;
    transition: all .5s;
}

.nav .gnb1_dps>li .gnb2_dps {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 65px;
}

.nav .gnb1_dps>li .gnb2_dps li:hover a {
    color: #F7931E;
    text-decoration: underline;
}

.nav .gnb1_dps>li .gnb2_dps li a {
    padding: 8px 0;
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    transition: all 0.4s;
    line-height: 35px;
    white-space: nowrap;
}

.header:hover .header-wrap .img-wrap .logo {
    display: none;
}

.header .header-wrap .img-wrap .logo_b img {
    display: none;
}

.header:hover .header-wrap .img-wrap .logo_b img {
    display: block;
}

.header:hover .nav .gnb1_dps>li .gnb2_dps {
    display: block;
}

.header:hover .nav .gnb1_dps_a01 a {
    color: #333;
}

.header:hover .lang .lang_tit {
    color: #F7931E;
}

.header:hover .lang:hover .lang_tit {
    color: #fff;
}

.nav_box .active+.lang:hover .lang_tit {
    color: #fff;
}

.header:hover .hamburger span {
    background: #333;
}

.header:hover .gnb_btn>ul .fran {
    border: 2px solid #F7931E;
    box-sizing: border-box;
    line-height: 27px;
}

.header {
    padding: 0 5%;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header.active {
    background-color: rgb(0 0 0 / 50%);
}

.header.active:hover {
    background-color: #fff;
}

.header::before {
    content: '';
    background-color: rgb(255 255 255 / 50%);
    width: 97%;
    position: absolute;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header .img-wrap {
    max-width: 122px;
    position: relative;
    z-index: 99;
    margin-top: 5px;
}

.header .img-wrap img {
    height: 100%;
    object-fit: contain;
}

.header .hamburger {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    position: relative;
    z-index: 99;
}

.header .hamburger span {
    position: absolute;
    width: 30px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.header .hamburger span:first-of-type {
    margin-top: -10px;
}

.header .hamburger span:last-of-type {
    margin-top: 10px;
}

.header .nav {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 55%;
    justify-content: flex-end;
}

.header .nav .gnb {
    width: 80%;
}

.header .nav .gnb1_dps {
    display: flex;
    justify-content: space-between;
    margin-right: 5%;
    align-items: center;
}

.header .nav .gnb1_dps_a01 {
    position: relative;
}

.header .nav .gnb1_dps_a01 a {
    color: #fff;
}

/* .header .gnb_btn {
    width: 40%;
    position: relative;
} */

.header .gnb_btn>ul {
    display: flex;
    gap: 10px;
    /* position: fixed; */
    top: 25px;
}

.header .gnb_btn>ul .buy {
    width: 90px;
    height: 30px;
    background-color: #EBDAC0;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
}

.header .gnb_btn>ul .fran {
    width: 90px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
}

.header .gnb_btn>ul .buy a {
    color: #000;
    font-weight: 600;
}

.header .gnb_btn>ul .fran a {
    color: #F7931E;
    font-weight: 600;
}

.header #languageDropdown {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.8rem;
    width: 80px;
    height: 35px;
    padding: 0 5%;
}

.header #languageDropdown option {
    color: #000;
}

.lang {
    width: 90px;
    height: 30px;
    background: transparent;
    border: 2px solid #F7931E;
    border-radius: 15px;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
}

.lang .lang_tit {
    width: 100%;
    color: #fff;
    font-size: 0;
    padding: 1px 0 0;
    transition: all 0.4s;
    line-height: 24px;
}

.lang .lang_tit span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    margin-right: 10px;
}

.lang .lang_tit i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin-top: 1px;
    transition: all 0.4s;
}

.lang .lang_sub {
    width: 100%;
    background: transparent;
    padding-bottom: 5px;
    opacity: 0;
    z-index: -9;
    transition: all 0.4s;
}

.lang .lang_sub li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 5px 0 0;
    margin: 5px 0;
    font-size: 0.9rem;
    color: #fff;
    position: relative;
    transition: all 0.4s;
}

.lang .lang_sub li a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    width: 40%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: all 0.4s;
}

.lang:hover {
    height: auto;
    background: #F7931E;
}

.lang:hover .lang_sub {
    opacity: 1;
    z-index: 9;
}

.lang:hover .lang_tit i {
    transform: rotate(180deg);
}

#header:hover .lang:hover {
    background: #F7931E;
}

.lang .lang_sub li a:hover::before {
    opacity: 1;
}

.header .nav_box {
    transition: all .3s;
    padding: 15vh 0 10vh;
    background-color: #fff;
    box-shadow: 0px 6px 10px 0px #c7c7c7;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: fixed;
    transform: translateY(-110%);
    left: 0;
    top: 0;
    z-index: 9;
}

.header .nav_box.active {
    transform: translateY(0);
}

.header .nav_box .gnb1_dps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}

.header .nav_box .gnb1_dps_a01 {
    width: 10%;
    font-size: 1.5rem;
    color: #727171;
}

.header .nav_box .gnb1_dps_a01.active {
    color: #F7931E;
    transition: all .5s;
}

.header .nav_box .gnb1_dps_a01.active .gnb2_dps {
    display: block;
    transition: all .5s;
}

.header .nav_box .gnb2_dps {
    margin-top: 20%;
    line-height: 2;
    font-size: 1rem;
    color: #333;
    transition: all .5s;
}

.header .nav_box .gnb2_dps li {
    text-transform: uppercase;
}

.header .nav_box .gnb2_dps li:hover {
    color: #F7931E;
    transition: all .3s;
    text-decoration: underline;
}


/* index */
.main_visual {
    position: relative;
}

.main_visual .swiper-slide .txt {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.main_visual .swiper-slide .txt .f16 {
    margin-bottom: 1rem;
}

.main_visual .swiper-slide .txt .f56 {
    font-size: 3.5rem;
    text-transform: lowercase;
}

.main_visual .swiper-slide .txt .f56::first-letter {
    text-transform: uppercase;
}

.main_visual .swiper-slide .txt .slash {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 100;
    transform: skewX(-37deg);
    margin: 1rem;
}

.main_visual .swiper-slide .txt .f22 {
    line-height: 31px;
    letter-spacing: -1px;
    font-weight: 200;
    margin-bottom: 2rem;
    text-transform: lowercase;
}

.main_visual .swiper-slide .txt .f22::first-letter {
    text-transform: uppercase;
}

.main_visual .swiper-slide .txt .sty_btn {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    width: 165px;
    height: 40px;
}

.main_visual .swiper-slide .txt .sty_btn a {
    text-transform: uppercase;
    font-weight: 200;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-container-rtl .swiper-button-next,
.main_visual .swiper-button-next,
.main_visual .swiper-container-rtl .swiper-button-prev {
    color: #fff;
    letter-spacing: 3px;
    background: none;
    transform: rotate(90deg);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    width: 100px;
    text-align: center;
    line-height: 40px;
}

.main_visual .swiper-button-next,
.main_visual .swiper-container-rtl .swiper-button-prev {
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 0;
}




/* m1 */
.m1 {
    position: relative;
    height: 100vh;
}

.m1 .m1_bg_swiper {
    height: 100%;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 {
    background: url(../kr/img/main/m1_bg011.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 {
    background: url(../kr/img/main/m1_bg022.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide03 {
    background: url(../kr/img/main/m1_bg011.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide04 {
    background: url(../kr/img/main/m1_bg022.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide {
    display: flex;
    padding-inline: 16rem;
    height: auto;
    align-items: center;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .side_txt p,
.m1 .m1_bg_swiper .swiper-slide.slide03 .side_txt p {
    color: #E7E7E7;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 .side_txt p,
.m1 .m1_bg_swiper .swiper-slide.slide04 .side_txt p {
    color: #333333;
}


.m1 .side_txt {
    flex: 0 0 30%;
    display: flex;
    gap: 1rem;
}

.m1 .side_txt .bar {
    width: 45px;
    height: 2px;
    margin-top: 0.5rem;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .side_txt .bar,
.m1 .m1_bg_swiper .swiper-slide.slide03 .side_txt .bar {
    background-color: #EFE5D7;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 .side_txt .bar,
.m1 .m1_bg_swiper .swiper-slide.slide04 .side_txt .bar {
    background-color: #73342B;
}

.m1 .m1_bg_swiper .swiper-slide .side_txt p {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: -0.8px;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .side_txt p,
.m1 .m1_bg_swiper .swiper-slide.slide03 .side_txt p {
    color: #E7E7E7;
}



.m1 .m1_bg_swiper .swiper-slide.slide01 .item_img::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 5rem;
    left: -27rem;
    width: 471px;
    height: 167px;
    background: url(../img/main/s01_top.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .item_img::after {
    position: absolute;
    content: '';
    bottom: 3rem;
    right: -19rem;
    width: 541px;
    height: 168px;
    background: url(../img/main/s01_bot.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 .item_img::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 5rem;
    left: -23rem;
    width: 398px;
    height: 167px;
    background: url(../img/main/s02_top.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 .item_img::after {
    position: absolute;
    content: '';
    bottom: 2rem;
    right: -13rem;
    width: 458px;
    height: 168px;
    background: url(../img/main/s02_bot.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.m1 .m1_bg_swiper .swiper-slide.slide03 .item_img::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 4rem;
    left: -22rem;
    width: 399px;
    height: 167px;
    background: url(../img/main/s03_top.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide03 .item_img::after {
    position: absolute;
    content: '';
    bottom: 2rem;
    right: -15rem;
    width: 459px;
    height: 168px;
    background: url(../img/main/s03_bot.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.m1 .m1_bg_swiper .swiper-slide.slide04 .item_img::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 4rem;
    left: -21rem;
    width: 414px;
    height: 167px;
    background: url(../img/main/s04_top.png) no-repeat center;
    background-size: cover;
}

.m1 .m1_bg_swiper .swiper-slide.slide04 .item_img::after {
    position: absolute;
    content: '';
    bottom: 2rem;
    right: -11rem;
    width: 407px;
    height: 168px;
    background: url(../img/main/s04_bot.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}



.m1 .item_img {
    flex: 0 0 51%;
    margin-bottom: 16rem;
    position: relative;
}

.m1 .item_img::before {
    background: url(../img/main/s01_top/png) no-repeat center;
}

.m1 .more {
    flex: 0 0 20%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 21rem;
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding-bottom: 1rem;
    justify-content: end;
    margin-left: -2rem;
    letter-spacing: 4px;
}

.m1 .more a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: block;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .more,
.m1 .m1_bg_swiper .swiper-slide.slide03 .more {
    color: #EFE5D7;
    border-bottom: 2px solid #EFE5D7;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 .more,
.m1 .m1_bg_swiper .swiper-slide.slide04 .more {
    color: #08111A;
    border-bottom: 2px solid #23070C;
}

.m1 .m1_bg_swiper .swiper-slide.slide02 .more a,
.m1 .m1_bg_swiper .swiper-slide.slide04 .more a {
    background-color: #23070C;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .more a,
.m1 .m1_bg_swiper .swiper-slide.slide03 .more a {
    background-color: #74342B;
    border: 1px solid #EFE5D7;
    color: #EFE5D7;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .more a,
.m1 .m1_bg_swiper .swiper-slide.slide02 .more a,
.m1 .m1_bg_swiper .swiper-slide.slide03 .more a,
.m1 .m1_bg_swiper .swiper-slide.slide04 .more a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m1 .m1_bg_swiper .swiper-slide.slide01 .more a img,
.m1 .m1_bg_swiper .swiper-slide.slide02 .more a img,
.m1 .m1_bg_swiper .swiper-slide.slide03 .more a img,
.m1 .m1_bg_swiper .swiper-slide.slide04 .more a img {
    width: 20px;
}

.m1 .m1_item_swiper {
    width: 1340px;
    height: 255px;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 10rem;
    background-color: white;
    border: 1px solid #74342B;
    z-index: 1;
    padding-inline: 3.5rem;
    padding-block: 1rem 0;
}

/* .m1_item_swiper .swiper-wrapper {
    gap: 3rem;
} */
.m1_item_swiper .swiper-wrapper .swiper-slide {
    display: flex;
    /* justify-content: center; */
}

.m1_item_swiper .swiper-wrapper img {
    width: 160px;
}

.m1_item_swiper span {
    font-size: 1.125rem;
    color: #23070C;
    letter-spacing: -0.8px;
    margin-block: 1.5rem 0.5rem;
    display: block;
    justify-self: center;
}

.m1_item_swiper p {
    color: #666666;
    letter-spacing: -0.8px;
    text-align: center;
}

.m1_item_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.m1_item_swiper .title {
    font-weight: 500;
    color: #262626;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0.5rem;
}

.m1 .swiper-button-prev {
    left: 3%;
    background: none;
}

.m1 .swiper-button-next {
    right: 3%;
    background: none;

}

.m1 .swiper-button-prev i,
.m1 .swiper-button-next i {
    color: #B2B2B2;
    font-size: 2rem;
}


/* m2 */
.m2 {
    padding: 10% 0 5% 13%;
    display: flex;
    justify-content: space-between;
}

.m2 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m2 .left .PoP {
    font-weight: 500;
}

.m2 .left .tit {
    line-height: 1.2;
    font-weight: 700;
    margin: 5% 0 5% 0;
    letter-spacing: -0.8px;
    max-width: 83%;
    font-size: 2.5rem;
}

.m2 .left .tit span {
    background-color: #74342B;
    line-height: 1.5;
}

.m2 .left .txt {
    letter-spacing: -1px;
    line-height: 31px;
    margin-bottom: 2rem;
}

.m2 .left ul li a {
    line-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: -0.8px;
    cursor: pointer;
    font-size: 1.5rem;
}

.m2 .left ul li a::before {
    content: '';
    height: 1px;
    width: 65%;
    background-color: rgb(128 128 128 / 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.m2 .left ul li:nth-child(4) a::before {
    display: none;
}

.m2 .left ul li span {
    margin-right: 5%;
    font-weight: 700;
    color: #74342B;
}

.m2 .right {
    position: relative;
}

.m2 .right .txt-wrap::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    background-color: rgb(255 255 255 / 50%);
}

.m2 .right .txt-wrap p:first-child {
    position: absolute;
    top: 5%;
    left: 7%;
    writing-mode: tb;
    letter-spacing: 6px;
    color: #fff;
}

.m2 .right .txt-wrap p:last-child {
    position: absolute;
    bottom: 5%;
    left: 3%;
    writing-mode: tb;
    letter-spacing: 6px;
    color: #fff;
}

.m3 {
    padding: 5% 13% 0% 13%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
    align-items: flex-start;
}

.m3 .left {
    width: 42.5%;
    display: flex;
    flex-direction: column;
    gap: 150px;
    position: relative;
}

.m3 .left .top .sub_tit {
    text-transform: uppercase;
    font-size: 8rem;
    font-weight: 600;
    opacity: .1;
    letter-spacing: -3px;
}

.m3 .left .top .tit {
    font-weight: 600;
    margin-top: -13%;
}

.m3 .left .top .txt {
    margin-top: 5%;
    line-height: 30px;
    letter-spacing: -1.15px;
}

.m3 .left .mid {
    padding-bottom: 150%;
}

.m3 .left .mid .img-wrap,
.m3 .right .cont .img-wrap {
    width: 80%;
    position: relative;
}

.m3 .left .mid .img-wrap::before,
.m3 .right .top .img-wrap::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 11.5%;
    background-color: rgb(255 255 255 / 50%);
}

.m3 .left .mid .img-wrap .txt-wrap .PoP,
.m3 .right .top .img-wrap .txt-wrap .PoP {
    position: absolute;
    color: #fff;
    right: 3%;
    top: 50%;
    writing-mode: tb;
    transform: translateY(-50%) rotate(180deg);
    letter-spacing: 6px;
    height: 65%;
}

.m3 .right .top .img-wrap .txt-wrap .PoP {
    height: 60%;
}

.m3 .left .cont .img-wrap .txt-wrap i,
.m3 .right .cont .img-wrap .txt-wrap i {
    width: 60px;
    height: 60px;
    background-color: #74342B;
    border-radius: 50%;
    line-height: 49px;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    bottom: -5.5%;
    right: 6%;
    font-size: 4rem;
    font-weight: 100;
    cursor: pointer;
}

.m3 .left .mid .txt-wrap,
.m3 .right .cont .txt-wrap {
    margin-top: 5%;
}

.m3 .left .cont .txt-wrap .tit,
.m3 .right .cont .txt-wrap .tit {
    font-weight: 700;
}

.m3 .left .cont .txt-wrap .tit {
    font-size: 32px;
    width: max-content;
}

.m3 .left .cont .txt-wrap .inher {
    max-width: 90%;
}

.m3 .right .cont .txt-wrap .tit {
    font-size: 35px;
}

.m3 .left .cont .txt-wrap .txt,
.m3 .right .cont .txt-wrap .txt {
    margin-top: 3%;
    letter-spacing: -1.15px;
    line-height: 30px;
    color: #333;
    font-weight: 300;
}

.m3 .left .bot {
    position: absolute;
    bottom: 6rem;
    width: 94%;
    left: -6rem;
}

.m3 .left .bot .img-wrap {
    width: 100%;
}

.m3 .left .bot .img-wrap .txt-wrap i {
    top: 13rem;
    right: 2rem;
    /* right: auto !important;
    bottom: auto !important; */
    cursor: pointer;
}

.m3 .left .bot>.txt-wrap {
    position: absolute;
    top: 13.5rem;
    right: -25rem;
}

.m3 .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.m3 .right .cont {
    width: 89.5%;
}

.m3 .right .bot {
    margin-left: 24%;
}

.m4 {
    display: flex;
    position: relative;
    margin-top: -14%;
    z-index: 9;
    align-items: flex-end;
}

.m4 .left {
    display: flex;
    flex-direction: column;
}

.m4 .left .top {
    background-color: #74342B;
    border-radius: 0 150px 0 0;
    text-align: left;
    padding: 7% 0 18% 24.5%;
    position: relative;
    z-index: -1;
}

.m4 .left .top .txt-wrap .f49 {
    line-height: 1.2;
    font-weight: 700;
}

.m4 .left .top .txt-wrap .f49 br {
    display: none;
}

.m4 .left .top .txt-wrap .PoP {
    width: auto;
    text-transform: uppercase;
    font-weight: bolder;
    opacity: .1;
    position: absolute;
    bottom: -20%;
    right: 4%;
}

.m4 .left .bot {
    position: relative;
}

.m4 .left .bot img {
    filter: brightness(0.9);
}

.m4 .left .bot .img-wrap .txt-wrap .PoP {
    position: absolute;
    color: #fff;
    right: 2%;
    top: 50%;
    writing-mode: tb;
    transform: translateY(-50%);
    letter-spacing: 6px;
    height: 80%;
}

.m4 .left .bot .img-wrap .txt-wrap::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    transform: translateY(-50%);
    top: 50%;
    right: 6%;
    background-color: rgb(255 255 255 / 50%);
}

.m4 .left .bot>.txt-wrap {
    position: absolute;
    bottom: 10%;
    text-align: right;
    right: 11%;
}

.m4 .left .bot>.txt-wrap .sub_tit {
    letter-spacing: 2.7px;
    margin-bottom: 5%;
}

.m4 .left .bot>.txt-wrap .tit {
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1px;
}

.m4 .right {
    background-color: #EFE5D7;
    display: flex;
    flex-direction: column;
    /* gap: 50px; */
    width: 47%;
    position: relative;
}

.m4 .right .top {
    padding: 5% 10% 0% 10%;
}

.m4 .right .top .tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.m4 .right .top .tit .img-wrap,
.m4 .right .bot .location .img-wrap {
    width: 50px;
    cursor: pointer;
}

.m4 .right .top ul li {
    line-height: 1.3;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: -0.4px;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    color: #4D4D4D;
    padding-block: 1rem;
}

.m4 .right .top ul li span {
    font-size: 1.125rem;
    font-weight: 300;
    color: #808080;
    letter-spacing: -0.8px;
}

.m4 .f22 {
    font-size: 1.25rem;
    font-weight: 500;
}

.m4 .right .top ul li::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgb(128 128 128 / 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.m4 .right .top ul li:nth-child(4):before {
    display: none;
}

.m4 .right .top .f22 {
    font-weight: 500;
}

.m4 .right .bot {
    padding: 0% 31% 10% 10%;
}

.m4 .right .bot hr {
    width: 100%;
    border: 1.5px solid #74342B;
    margin-block: 3rem 3.5rem;
}

.m4 .right .bot .tit {
    margin-bottom: 5%;
}

.m4 .right .bot .location {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.m4 .right .bot .location .f18 {
    font-weight: 500;
    color: #4D4D4D;
}

.m4 .right .bot .location_btn {
    background-color: #74342B;
    border: 0;
    width: 150px;
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
}

.m4 .right .bot hr {
    width: 100%;
    border: 1.5px solid #74342B;
    margin-block: 3rem 3.5rem;
}

.m4 .right>.img-wrap {
    position: absolute;
    right: -7%;
    bottom: 5%;
    width: 35%;
}

.m4 .left .txt-wrap a {
    display: block;
    color: white;
    font-weight: 300;
    padding: 0.8rem 2rem;
    background-color: #74342B;
    width: fit-content;
    margin-left: 3.5em;
    margin-top: 1rem;
    text-transform: uppercase;
}

/* footer */
.footer {
    background-color: #000;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    position: relative;
    /* padding: 3% 0 0 0; */
}

.footer .top {
    display: flex;
    width: 100%;
    /* padding-bottom: 3%;  */
    justify-content: space-between;
    position: relative;
}

.footer .top::before {
    content: '';
    position: absolute;
    width: 136%;
    height: 1px;
    background-color: rgb(255 255 255 / 50%);
    bottom: 0;
    left: -18%;
}

.footer .top .left {
    padding: 3% 0 4% 0;
}

.footer .top .left .img-wrap {
    width: 200px;
}

.footer .top .left .info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

.footer .top .left .info li {
    color: #666;
    display: flex;
    gap: 15px;
    width: 100%;
    line-height: 30px;
    letter-spacing: -0.8px;
    font-weight: 500;
    text-transform: lowercase;
}

.footer .top .left .info li:nth-child(2),
.footer .top .left .info li:nth-child(3) {
    width: 22%;
}

.footer .top .left .info li span {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.footer .top .right {
    display: flex;
    width: 45%;
}

.footer .top .right>div {
    width: 25%;
    text-align: center;
    line-height: 40px;
    letter-spacing: -0.8px;
    border-right: 1px solid rgb(255 255 255 / 50%);
    padding-top: 5%;
}

.footer .top .right .customer {
    border: 0;
}

.footer .top .right>div p {
    color: #fff;
}

.footer .top .right>div ul li {
    color: #fff;
}

.footer .top .right>div ul li a {
    color: rgb(255 255 255 / 50%);
    font-weight: 300;
    font-size: 0.875rem;
}

.footer .bot {
    width: 100%;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
}

.footer .bot ul {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.footer .bot .f16 {
    color: rgb(255 255 255 / 50%);
    font-size: 1rem;
    position: relative;
    font-weight: 300;
}

.footer .bot ul li {
    color: rgb(255 255 255 / 50%);
    font-size: 1rem;
    position: relative;
    font-weight: 300;
}

.footer .bot ul .before::before {
    content: '';
    position: absolute;
    right: -15px;
    height: 100%;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    top: 0;
}

.footer #topBtn {
    position: absolute;
    background-color: #74342B;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    right: 10%;
    top: -10%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    padding-top: 15px;
    border: 1px solid #fff;
    cursor: pointer;
}

.footer #topBtn i {
    font-size: 1.3rem;
    line-height: 9px;
}

.footer #topBtn p::before {
    content: '';
    height: 1px;
    width: 30%;
    position: absolute;
    top: 28%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}






/*  */
/* .m1 .top .item {
    display: none;
}

.m1 .top .item.on {
    display: block;
} */

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

    .m1 .m1_bg_swiper .swiper-slide.slide01 .more,
    .m1 .m1_bg_swiper .swiper-slide.slide02 .more,
    .m1 .m1_bg_swiper .swiper-slide.slide03 .more,
    .m1 .m1_bg_swiper .swiper-slide.slide04 .more {
        border-bottom: 0;
    }

}