@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;
}
@font-face {
    font-family: 'BodoniModa';
    src: url('../font/BodoniModa/BodoniModa28pt-Italic.eot');
    src: url('../font/BodoniModa/BodoniModa28pt-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/BodoniModa/BodoniModa28pt-Italic.woff2') format('woff2'),
        url('../font/BodoniModa/BodoniModa28pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    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;
}
.header .wrap {
    width: 1800px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header .wrap .logo {
    display: flex;
    gap: 50px;
    align-items: center;
}
.header .wrap .logo .menu img {
    width: 64px;
    height: 32px;
    object-fit: contain;
}
.header .wrap .logo .hdlogo img {
    width: 285px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin-top: 15px;
}
.header .nav2 {
    display: flex;
    align-items: center;
}
.header .nav2 .search {
    width: 300px;
    height: 31px;
    border-bottom: 1px solid #000;
    font-size: 18px;
}
.header .nav2 a:nth-child(2) {
    font-size: 18px;
    margin-left: 60px;
    margin-right: 30px;
}
.header .nav2 .gnb2 {
    display: flex;
    gap: 24px;
    align-items: center;
}
.header .nav2 .gnb2 img {
    width: 27px;
    height: 24px;
    object-fit: contain;
    display: block;
}


.header .menu_wrap {
    width: 1920px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -2000px;
    transition: left 0.5s;
    background-color: #ffffffba;
    overflow-y: scroll;
    z-index: 99;
}
.header .menu_inner {
    width: 948px;
    height: 1800px;
    background-color: #fff;
    z-index: 99;
}
.header .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 .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 .menu_wrap .nav_menu a {
    font-size: 20px;
    color: #666;
}
.header .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;
}


.title h2 {
    font-family: BodoniModa;
    letter-spacing: -3px;
    font-size: 60px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.sub_nav .filter {
    font-size: 20px;
    display: flex;
    gap: 50px;
    margin-left: 60px;
}
.sub_nav .filter a {
    position: relative;
    display: block;
}
.sub_nav .filter .down::after {
    content: '';
    display: block;
    width: 12px;
    height: 13px;
    background: url('../img/aroow-down.png') center center / contain no-repeat;
    position: absolute;
    top: 58%;
    right: -22px;
    transform: translateY(-50%);
}
.sub_nav .filter .close::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url('../img/close.png') center center / cover no-repeat;
    position: absolute;
    top: 55%;
    right: -24px;
    transform: translateY(-50%);
}
.sub_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_nav .view {
    display: flex;
    gap: 30px;
    font-size: 20px;
    margin-right: 60px;
}
.sub_nav .view a img {
    width: 36px;
    height: 30px;
    object-fit: contain;
}
.sub_nav .view a {
    position: relative;
}
.sub_nav .view .down::after {
    content: '';
    display: block;
    width: 12px;
    height: 13px;
    background: url('../img/aroow-down.png') center center / contain no-repeat;
    position: absolute;
    top: 45%;
    right: -22px;
    transform: translateY(-50%);
}
.sub_nav .view .view_image {
    display: flex;
    gap: 30px;
}
.sub_nav .view .view_image .view1.active {
    width: 36px;
    height: 42px;
    border-bottom: 2px solid #000;
}
.section-01 .sec01_img1 img {
    width: 1720px;
    height: 2581px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.section-01 .text-01 {
    width: 1720px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 70px auto;
}
.section-01 .text-01 h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -5px;
}
.section-01 .text-01 p {
    font-family: BodoniModa;
    font-size: 30px;
    font-style: italic;
}
.section-01 .img_box {
    width: 1720px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: flex-end;
    align-items: end;
}
.section-01 .img_box2 {
    width: 1720px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: flex-end;
    align-items: end;
}
.section-01 .img_box img {
    width: 820px;
    height: 1200px;
    object-fit: cover;
    display: block;
}
.section-01 .img_box2 img {
    width: 820px;
    height: 1200px;
    object-fit: cover;
    display: block;
}
.section-01 .img_box h3 {
    width: 820px;
    font-size: 20px;
    position: relative;
    text-align: end;
}
.section-01 .img_box2 h3 {
    width: 820px;
    font-size: 20px;
    position: relative;
    text-align: start;
}
.section-01 .img_box h3::before {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 23px;
    right: 33px;
}
.section-01 .img_box2 h3::after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 23px;
    left: 33px;
}
.section-01 .sec01_img2 img {
    width: 1240px;
    height: 1860px;
    object-fit: cover;
    display: block;
    margin: 100px auto;
}
.section-01 .sec01_img3 img {
    width: 1720px;
    height: 2581px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin: 100px auto;
}
.section-01 span {
    font-size: 30px;
    font-family: BodoniModa;
    font-style: italic;
    margin: 70px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: block;
    text-align: center;
}
.section-02 .img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    margin-top: 100px;
}
.section-02 .img_box img {
    width: 820px;
    height: 1200px;
    object-fit: cover;
    display: block;
}
.section-02 .sec02_img1 img {
    width: 820px;
    height: 1200px;
    object-fit: cover;
    display: block;
    margin: 100px auto;
}
.section-02 .box01 {
    width: 1720px;
    margin: 0 auto;
    display: flex;
}
.section-02 .box01 a img {
    width: 820px;
    height: 1200px;
    object-fit: cover;
}
.section-02 .box01 {
    position: relative;
}
.section-02 .box01 .text-02 {
    position: absolute;
    top: 740px;
    left: 1100px;
}
.section-02 .box01 .text-02 h2 {
    font-size: 20px;
    letter-spacing: 10px;
}
.section-02 .box01 .text-02 p {
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 170px;
}
