@charset "utf-8";
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-Regular.eot');
    src: url('../font/Pretendard/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-Regular.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-Light.eot');
    src: url('../font/Pretendard/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-Light.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-Medium.eot');
    src: url('../font/Pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-Medium.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-SemiBold.eot');
    src: url('../font/Pretendard/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-Thin.eot');
    src: url('../font/Pretendard/Pretendard-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-Thin.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-Black.eot');
    src: url('../font/Pretendard/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-Black.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-Bold.eot');
    src: url('../font/Pretendard/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-Bold.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-ExtraBold.eot');
    src: url('../font/Pretendard/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard/Pretendard-ExtraLight.eot');
    src: url('../font/Pretendard/Pretendard-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Pretendard/Pretendard-ExtraLight.woff2') format('woff2'),
        url('../font/Pretendard/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BodoniModa';
    src: url('../font/BodoniModa/BodoniModa28pt-Regular.eot');
    src: url('../font/BodoniModa/BodoniModa28pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/BodoniModa/BodoniModa28pt-Regular.woff2') format('woff2'),
        url('../font/BodoniModa/BodoniModa28pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, b {
    font-weight: inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    font-family: 'Pretendard';
    font-weight: 400;
    position: relative;
}
.header {
    width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header .inner {
    display: flex;
    align-items: center;
    width: 1800px;
    height: 100%;
    margin: 0 auto;
}
.header .inner .menu {
    width: 64px;
    height: 36px;
}
.header .inner .menu img {
    width: 64px;
    height: 36px;
    object-fit: contain;
}
.header .inner .menu_wrap {
    width: 1920px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -2000px;
    transition: left 0.5s;
    background-color: #ffffffba;
    overflow-y: scroll;
}
.header .inner .menu_inner {
    width: 948px;
    height: 1800px;
    background-color: #fff;
}
.header .inner .menu_wrap.active {
    left: 0;
}
.header .menu_logo {
    display: flex;
    gap: 60px;
}
.header .logo {
    width: 285px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin-top: 15px;
}
.header .menu_close {
    padding-top: 55px;
}
.header .menu_close a img {
    width: 46px;
    height: 46px;
    display: block;
    object-fit: cover;
    margin-left: 60px;
}
.header .inner .menu_wrap .nav_menu {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
    margin: 146px 60px 50px;
}
.header .inner .menu_wrap .nav_menu a {
    font-size: 20px;
    color: #666;
}
.header .inner .menu_wrap .nav_menu a:hover {
    font-weight: 600;
    color: #000;
}
.header .gnb li {
    margin-bottom: 26px;
}
.header .depth-01-1 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-1:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-1.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-2 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-2:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-2.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-3 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-3:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-3.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-4 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-4:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-4.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-5 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-5:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-5.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-6 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-6:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-6.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-7 {
    font-size: 24px;
    margin: 0 120px 0 60px;
    color: #666;
}
.header .depth-01-7:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-01-7.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}
.header .depth-02.active {
    display: block;
}
.header .text-01 {
    font-size: 18px;
    margin-bottom: 50px;
}
.header .text-01 li:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.header .text-01 li {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.header .text-01 li img {
    width: 8px;
    height: 8px;
    object-fit: cover;
    display: block;
}
.header .depth-02 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-2 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-3 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-4 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-5 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-6 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-7 {
    position: absolute;
    top: 370px;
    left: 364px;
    display: none;
}
.header .depth-02-2.active {
    display: block;
}
.header .depth-02-3.active {
    display: block;
}
.header .depth-02-4.active {
    display: block;
}
.header .depth-02-5.active {
    display: block;
}
.header .depth-02-6.active {
    display: block;
}
.header .depth-02-7.active {
    display: block;
}
.header .image_box {
    width: 524px;
    height: 200px;
    display: flex;
    gap: 24px;
    margin-bottom: 50px;
    overflow: hidden;
}
.header .image_box img {
    width: 280px;
    height: 100%;
    object-fit: cover;
    display: block;
}
.header .menu_inside {
    font-size: 20px;
    margin: 550px 0 50px 60px;
}
.header .menu_inside a {
    margin-bottom: 16px;
    display: block;
}
.header .menu_inside a:hover {
    font-weight: 600;
}
.header .menu_icon a {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 50px 0 0 60px;
    padding-bottom: 50px;
}
.header .menu_icon img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.header .inner .search {
    width: 300px;
    height: 31px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    margin-left: 1170px;
}
.header .inner .search:hover {
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.header .inner .help {
    font-size: 18px;
    margin: 0 30px 0 60px;
}
.header .inner .help:hover {
    font-weight: 600;
}
.header .box-01 {
    display: flex;
    gap: 24px;
}
.header .box-01 img {
    height: 24px;
    width: 27px;
    object-fit: contain;
}
.header .box-01 a:nth-of-type(1) img:hover {
    background: url(../img/user1.png) center center / contain no-repeat;
}
.header .box-01 a:nth-of-type(2) img:hover {
    background: url(../img/heart1.png) center center / contain no-repeat;
}
.header .box-01 a:nth-of-type(3) img:hover {
    background: url(../img/cart1.png) center center / contain no-repeat;
}
.header .btn1 {
    position: relative;
    display: block;
}
.header .btn1::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 126px;
    transform: translateY(-50%);
}
.header .btn1.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 126px;
    transform: translateY(-50%);
}
.header .btn2 {
    position: relative;
    display: block;
}
.header .btn2::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn2.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn3 {
    position: relative;
    display: block;
}
.header .btn3::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn3.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn4 {
    position: relative;
    display: block;
}
.header .btn4::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn4.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn5 {
    position: relative;
    display: block;
}
.header .btn5::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn5.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn6 {
    position: relative;
    display: block;
}
.header .btn6::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 54.67px;
    transform: translateY(-50%);
}
.header .btn6.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 54.67px;
    transform: translateY(-50%);
}
.header .btn7 {
    position: relative;
    display: block;
}
.header .btn7::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn7.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn8 {
    position: relative;
    display: block;
}
.header .btn8::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 103px;
    transform: translateY(-50%);
}
.header .btn8.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 103px;
    transform: translateY(-50%);
}
.header .btn9 {
    position: relative;
    display: block;
}
.header .btn9::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn9.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 150.98px;
    transform: translateY(-50%);
}
.header .btn10 {
    position: relative;
    display: block;
}
.header .btn10::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn10.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn11 {
    position: relative;
    display: block;
}
.header .btn11::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/plus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .btn11.active::after {
    content: '';
    display: block;
    width: 7px;
    height: 1.1px;
    background: url('../img/minus.png') center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
.header .depth03-1 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-1.active {
    display: block;
}
.header .depth03-2 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-2.active {
    display: block;
}
.header .depth03-3 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-3.active {
    display: block;
}
.header .depth03-4 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-4.active {
    display: block;
}
.header .depth03-5 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-5.active {
    display: block;
}
.header .depth03-6 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-6.active {
    display: block;
}
.header .depth03-7 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-7.active {
    display: block;
}
.header .depth03-8 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-8.active {
    display: block;
}
.header .depth03-9 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-9.active {
    display: block;
}
.header .depth03-10 {
    display: none;
    font-size: 16px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-10.active {
    display: block;
}
.header .depth03-11 {
    display: none;
    font-size: 18px;
    margin-top: 16px;
    margin-left: 10px;
}
.header .depth03-11.active {
    display: block;
}
.header .text-01-1 {
    font-size: 18px;
    margin-bottom: 50px;
}
.header .text-01-1 li:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.header .text-02 li {
    margin-bottom: 16px;
}
.header .low_icon {
    position: fixed;
    bottom: 50px;
    right: 60px;
}
.header .low_icon a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.header .low_icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-top: 20px;
}
#main_visual {
    position: relative;
}
#main_visual .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#main_visual .logo img {
    width: 475px;
    height: 200px;
    object-fit: contain;
}
#main_visual .logo h2 {
    font-family: BodoniModa;
    font-size: 300px;
    letter-spacing: -35px;
    position: relative;
    bottom: 16px;
}
#main_visual .video {
    position: relative;
    padding-bottom: 56.25%;
    z-index: -1;
}
#main_visual iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main_visual .nextpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}
#main_visual .nextpage img {
    width: 100px;
    height: 21px;
    object-fit: contain;
}
#main_visual .nextpage p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: end;
    padding-right: 32px;
}
#main_visual .video_icon {
    display: flex;
    gap: 16px;
    position: absolute;
    bottom: 60px;
    left: 60px;
}
#main_visual .video_icon a img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: block;
}
#main_visual .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#main_visual .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#main_visual .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section1 {
    position: relative;
}
#section1 .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#section1 .logo img {
    width: 475px;
    height: 200px;
    object-fit: contain;
}
#section1 .logo h2 {
    font-family: BodoniModa;
    font-size: 300px;
    letter-spacing: -35px;
    position: relative;
    bottom: 16px;
}
#section1 .imagebox a {
    display: flex;
    justify-content: center;
}
#section1 .imagebox a img {
    width: 650px;
    height: 100vh;
    object-fit: cover;
    display: block;
}
#section1 .nextpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}
#section1 .nextpage img {
    width: 100px;
    height: 21px;
    object-fit: contain;
}
#section1 .nextpage p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: end;
    padding-right: 32px;
}
#section1 h3 {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50% , 0);
    text-align: center;
}
#section1 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section1 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section1 .low p::after {
    content: '';
    width: 1.1px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section2 .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#section2 .logo a img {
    width: 475px;
    height: 200px;
    object-fit: contain;
}
#section2 .logo a h2 {
    font-family: BodoniModa;
    font-size: 300px;
    color: #fff;
    letter-spacing: -35px;
    position: relative;
    bottom: 16px;
}
#section2 .imagebox a {
    display: flex;
    justify-content: center;
}
#section2 .imagebox img {
    width: 650px;
    height: 100vh;
    object-fit: cover;
    display: block;
}
#section2 .nextpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}
#section2 .nextpage img {
    width: 100px;
    height: 21px;
    object-fit: contain;
}
#section2 .nextpage p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: end;
    padding-right: 32px;
}
#section2 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50% , 0);
    text-align: center;
}
#section2 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section2 .low p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section2 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section3 {
    width: 1800px;
    margin: 0 auto;
    position: relative;
}
#section3 img {
    width: 1192px;
    height: 700px;
    object-fit: cover;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50% , 0);
}
#section3 h2 {
    font-size: 200px;
    font-weight: 200;
    color: #23F444;
    letter-spacing: 70px;
    position: absolute;
    top: 273px;
    left: 50%;
    transform: translate(-50% , 0);
    margin-left: 20px;
}
#section3 h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 24px;
    position: absolute;
    top: 490px;
    left: 50%;
    transform: translate(-50% , 0);
}
#section3 span {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 566px;
    left: 50%;
    transform: translate(-50% , 0);
}
#section3 .text {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 110px;
    transform: translate(-50% , 0);
    font-size: 20px;
    font-weight: 500;
}
#section3 .text p:nth-of-type(1) {
    width: 189px;
    height: 24px;
    border-right: 1px solid #000;
}
#section3 .text p:nth-of-type(2) {
    width: 124px;
    height: 24px;
    border-right: 1px solid #000;
    margin-left: 10px;
}
#section3 .text p:nth-of-type(3) {
    margin-left: 10px;
}
#section3 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section3 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section3 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section4 {
    margin: 0 auto;
    position: relative;
}
#section4 h2 {
    font-family: BodoniModa;
    font-size: 40px;
    letter-spacing: -2px;
    position: absolute;
    top: 180px;
    left: 60px;
}
#section4 .new {
    position: absolute;
    top: 227px;
    right: 60px;
    display: inline-block;
}
#section4 .new a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#section4 .new a p {
    font-size: 20px;
}
#section4 .new a img {
    width: 8px;
    height: 14px;
    object-fit: cover;
    display: block;
}
#section4 .new:hover a p {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}
#section4 .new:hover a img {
    background: url('../img/arrow_right11.png');
}
#section4 .image_box {
    width: 1800px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 271px;
    left: 60px;
}
#section4 .image_box a {
    width: 300px;
    height: 300px;
    transition: all 0.3s ease;
}
#section4 .image_box a img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
}
#section4 .image_box .after {
    display: none;
}
#section4 .image_box a:hover .before {
    display: none;
}
#section4 .image_box a:hover .after {
    display: block;
}
#section4 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section4 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section4 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section5 {
    width: 1800px;
    margin: 0 auto;
    position: relative;
}
#section5 h2 {
    font-family: BodoniModa;
    font-size: 40px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
#section5 .best {
    display: inline-block;
    position: absolute;
    top: 207px;
    right: 0;
}
#section5 .best a {
    display: flex;
    gap: 12px;
    align-items: center;
}
#section5 .best a p {
    font-size: 20px;
}
#section5 .best:hover a p {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}
#section5 .best:hover a img {
    background: url(../img/arrow_right11.png);
}
#section5 .best a img {
    width: 8px;
    height: 14px;
    object-fit: cover;
    display: block;
}
#section5 .swiper {
    position: static;
}
#section5 .swiper-slide {
    height: 550px;
}
#section5 .swiper-slide a {
    width: 400px;
    height: 100%;
    display: block;
}
#section5 .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#section5 .swiper-slide a .after {
    display: none;
    position: relative;
}
#section5 .swiper-slide a .after .txt {
    width: 352px;
    height: 200px;
    background-color: #ffffffcc;
    font-size: 20px;
    position: absolute;
    left: 24px;
    bottom: 75px;
    padding: 40px 30px;
}
#section5 .swiper-slide a .after .txt p {
    margin-bottom: 16px;
}
#section5 .swiper-slide a .after .txt img {
    width: 33.5px;
    object-fit: contain;
    display: block;    
}
#section5 .swiper-slide a:hover .before {
    display: none;
}
#section5 .swiper-slide a:hover .after {
    display: block;
}
#section5 .swiper-scrollbar {
    width: 1800px;
    position: absolute;
    left: 0;
    bottom: 125px;
    background-color: #f2f2f2;
}
#section5 .swiper-scrollbar-drag {
    background-color: #000;
}
#section5 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section5 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section5 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section6 {
    width: 1532px;
    margin: 0 auto;
    position: relative;
}
#section6 h2 {
    font-family: BodoniModa;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}
#section6 .swiper {
    position: static;
    padding: 40px 0;
}
#section6 .swiper.specialswipe .swiper-wrapper {
    width: 1532px;
    margin: 0 auto;
    position: static;
}
#section6 .swiper-slide a {
    display: block;
}
#section6 .swiper-slide a img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}
#section6 .swiper-slide a p {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
#section6 .swiper-slide {
    transform: scale(0.8);
}
#section6 .swiper-slide.swiper-slide-next {
    transform: scale(1.1);
}
#section6 .swiper-button-next, 
#section6 .swiper-rtl .swiper-button-prev {
    background: url('../img/next.png') center center / 100% no-repeat;
    right: -80px;
    top: 500px;
}
#section6 .swiper-button-prev, 
#section6 .swiper-rtl .swiper-button-next {
    background: url('../img/prev.png') center center / 100% no-repeat;
    left: -80px;
    top: 500px;
}
#section6 .swiper-button-prev:after,
#section6 .swiper-rtl .swiper-button-next:after {
    display: none;
}
#section6 .swiper-button-next:after, 
#section6 .swiper-rtl .swiper-button-prev:after {
    display: none;
}
#section6 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section6 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section6 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section7 {
    position: relative;
}
#section7 h2 {
    font-family: BodoniModa;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}
#section7 .swiper-slide.item_wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}
#section7 .box {
    width: 456px;
    height: 620px;
    position: relative;
}
#section7 .box img {
    width: 456px;
    height: 620px;
    object-fit: cover;
    display: block;
}
#section7 .box .text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
}
#section7 .box .text p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
#section7 .box .text p:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#section7 .swiper.collection {
    width: 1619px;
    position: static;
}
#section7 .swiper.slide_wrap_inner {
    width: 1139px;
}
#section7 .swiper.slide_wrap_inner a {
    width: 312px;
    height: 450px;
}
#section7 .swiper.slide_wrap_inner a img {
    width: 312px;
    height: 450px;
    object-fit: cover;
    display: block;
}
#section7 .swiper-button-next, 
#section7 .swiper-rtl .swiper-button-prev {
    background: url('../img/next.png') center center / 100% no-repeat;
    top: 519px;
    right: 60px;
}
#section7 .swiper-button-prev, 
#section7 .swiper-rtl .swiper-button-next {
    background: url('../img/prev.png') center center / 100% no-repeat;
    top: 519px;
    left: 60px;
}
#section7 .swiper-button-next:after, 
#section7 .swiper-rtl .swiper-button-prev:after {
    display: none;
}
#section7 .swiper-button-prev:after, 
#section7 .swiper-rtl .swiper-button-next:after {
    display: none;
}
#section7 .swiper.slide_wrap_inner {
    position: static;
}
#section7 .swiper-scrollbar {
    width: 1139px;
    position: absolute;
    left: 480px;
    bottom: 65px;
    background-color: #f2f2f2;
}
#section7 .swiper-scrollbar-drag {
    background-color: #000;
}
#section7 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section7 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section7 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#section8 {
    width: 1496px;
    margin: 0 auto;
    position: relative;
}
#section8 h2 {
    font-family: BodoniModa;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}
#section8 .trf {
    display: inline-block;
    z-index: 99;
    position: absolute;
    top: 170px;
    right: 0;
}
#section8 .trf a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}
#section8 .trf a p {
    font-size: 20px;
}
#section8 .trf:hover a {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}
#section8 .trf:hover a img {
    background: url(../img/arrow_right11.png);
}
#section8 .trf a img {
    width: 8px;
    height: 14px;
    object-fit: cover;
}
#section8 .swiper {
    position: static;
}
#section8 .swiper-slide {
    width: 1496px;
    margin: 0 auto;
}
#section8 .swiper-slide img {
    width: 500px;
    height: 700px;
    object-fit: cover;
    display: block;
}
#section8 .swiper-slide .item {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 1032px;
    height: 498px;
    background-color: #000;
    position: absolute;
    top: 70px;
    left: 464px;
}
#section8 .swiper-slide .item a {
    width: 312px;
    height: 450px;
    display: block;
}
#section8 .swiper-slide .item a img {
    width: 312px;
    height: 450px;
    object-fit: cover;
    display: block;
}
#section8 .swiper-slide .item a .after {
    display: none;
    position: relative;
}
#section8 .swiper-slide .item a .after .wrap {
    width: 262px;
    height: 100px;
    background-color: #00000091;
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 20px;
}
#section8 .swiper-slide .item a .after .wrap span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#section8 .swiper-slide .item a .after .wrap .box {
    display: flex;
    justify-content: space-between;
}
#section8 .swiper-slide .item a .after .wrap .box p {
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
}
#section8 .swiper-slide .item a .after .wrap .box img {
    width: 33.5px;
    height: auto;
    object-fit: contain;
    display: block;
}
#section8 .swiper-slide .item a:hover .before {
    display: none;
}
#section8 .swiper-slide .item a:hover .after {
    display: block;
}
#section8 .swiper-button-next, 
#section8 .swiper-rtl .swiper-button-prev {
    background: url('../img/next.png') center center / 100% no-repeat;
    right: -70px;
    top: 509px;
}
#section8 .swiper-button-prev, 
#section8 .swiper-rtl .swiper-button-next {
    background: url('../img/prev.png') center center / 100% no-repeat;
    left: -70px;
    top: 509px;
}
#section8 .swiper-button-next:after, 
#section8 .swiper-rtl .swiper-button-prev:after {
    display: none;
}
#section8 .swiper-button-prev:after, 
#section8 .swiper-rtl .swiper-button-next:after {
    display: none;
}
#section8 .low {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 0);
}
#section8 .low p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 21px;
}
#section8 .low p::after {
    content: '';
    width: 1.5px;
    height: 15px;
    background-color: #000;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 99;
}
#footer {
    width: 1800px;
    margin: 0 auto;
}
#footer .logo {
    width: 713px;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto 100px;
}
#footer .wrap {
    display: flex;
    margin-bottom: 100px;
}
#footer .wrap .box-01 {
    display: flex;
    gap: 60px;
    margin-right: 73px;
}
#footer .wrap .box-01 .list h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}
#footer .wrap .box-01 .list p {
    margin-top: 16px;
}
#footer .wrap .newsletter {
    margin-right: 260px;
}
#footer .wrap .newsletter h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 55px;
}
#footer .wrap .icon {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
#footer .wrap .icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: block;
}
#footer .wrap .newsletter .email {
    width: 736px;
    height: 34px;
    border-bottom: 1px solid #000;
}
#footer .wrap .newsletter .email input {
    font-size: 20px;
    border: none;
}
#footer .wrap .newsletter .email input:focus {
    outline: none;
}
#footer .wrap .newsletter p:nth-of-type(1) {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
#footer .wrap .newsletter a:nth-child(4) {
    width: 736px;
    height: 70px;
    background-color: #000;
    color: #fff;
    display: block;
    line-height: 70px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
#footer .box-02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#footer .box-02 p b {
    font-weight: 600;
}
#footer .box-02 .list {
    display: flex;
    gap: 40px;
}
#footer .box-02 .list .item {
    display: flex;
    gap: 20px;
    position: relative;
}
#footer .box-02 .list .item p:first-child::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 51px;
    transform: translate(0 , -50%);
}
#footer .box-03 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
#footer .box-03 p:nth-of-type(1)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 181px;
    transform: translate(0 , -50%);
}
#footer .box-03 p:nth-of-type(2)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 415px;
    transform: translate(0 , -50%);
}
#footer .box-03 p:nth-of-type(3)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 762px;
    transform: translate(0 , -50%);
}
#footer .box-03 p:nth-of-type(4)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 1224px;
    transform: translate(0 , -50%);
}
#footer .box-03 p:nth-of-type(5)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 1422px;
    transform: translate(0 , -50%);
}
#footer .box-03 p:nth-of-type(6)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 1713px;
    transform: translate(0 , -50%);
}
#footer .box-04 {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
}
#footer .box-04 a {
    font-weight: 700;
}
#footer .box-04 p:nth-of-type(1)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 323px;
    transform: translate(0 , -50%);
}
#footer .box-04 a:nth-of-type(1)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 454px;
    transform: translate(0 , -50%);
}
#footer .box-04 a:nth-of-type(2)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 630px;
    transform: translate(0 , -50%);
}
#footer .box-04 a:nth-of-type(3)::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 706px;
    transform: translate(0 , -50%);
}