@import url("font/font.css");


* {
    font-family: "SUIT", sans-serif;
    letter-spacing: -0.8px;
}

html,
body {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
    background-color: #fff;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: none !important;
}

.wrap {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.title_default {
    color: #333;
    text-align: center;
}

.title_default .sub {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    padding-bottom: 10px;
}

.title_default .title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    padding-bottom: 10px;
}

.title_default .title span {
    color: #842961;
    font-family: 'PuradakGentleGothic', sans-serif;
}

.title_default>span {
    font-size: 16px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.video-container {
    position: relative;
    height: 751px;
    overflow: hidden;
    background-color: #000;
}

.video-container .video-js {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.quickmenu {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.quickmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quickmenu__item {
    width: 220px;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(72, 24, 83, 0.18);
    text-align: left;
    pointer-events: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.quickmenu__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(72, 24, 83, 0.26);
}

.quickmenu__headline {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 6px;
}

.quickmenu__title {
    font-size: 15px;
    line-height: 1.45;
    color: #4d3a5a;
    margin: 0 0 10px;
    font-weight: 600;
}

.quickmenu__title strong {
    display: inline-block;
    margin-top: 4px;
    color: #842961;
    font-size: 18px;
    font-family: 'PuradakGentleGothic', sans-serif;
}

.quickmenu__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #842961;
    text-decoration: none;
    letter-spacing: -0.4px;
    position: relative;
    padding-right: 18px;
}

.quickmenu__link::after {
    content: "›";
    font-size: 16px;
    position: absolute;
    right: 0;
}

.quickmenu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #842961;
    text-decoration: none;
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.quickmenu__item--primary {
    background: linear-gradient(135deg, #842961 0%, #c63388 100%);
    color: #fff;
}

.quickmenu__item--primary .quickmenu__title {
    color: #fff;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.quickmenu__item--return {
    background: url('../img/bg1_item01.png') no-repeat center / cover;
    border: 1px solid rgba(132, 41, 97, 0.25);
}

.quickmenu__item--beauty {
    background: url('../img/bg1_item02.png') no-repeat center / cover;
    border: 1px solid rgba(84, 60, 153, 0.25);
}

.quickmenu__item--queen {
    background: url('../img/bg1_item03.png') no-repeat center / cover;
    border: 1px solid rgba(47, 64, 145, 0.25);
}

.quickmenu__item--return .quickmenu__link,
.quickmenu__item--return .quickmenu__title strong {
    color: #7d1b70;
}

.quickmenu__item--beauty .quickmenu__link,
.quickmenu__item--beauty .quickmenu__title strong {
    color: #5340a8;
}

.quickmenu__item--queen .quickmenu__link,
.quickmenu__item--queen .quickmenu__title strong {
    color: #2d4fb4;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-js .vjs-poster,
.video-js .vjs-big-play-button,
.video-js .vjs-control-bar {
    display: none !important;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 10;
}

.scroll-indicator__shape {
    position: relative;
    width: 26px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    overflow: hidden;
}

.scroll-indicator__wheel {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    animation: scroll-wheel 1.8s ease-in-out infinite;
}

.scroll-indicator__text {
    font-weight: 500;
}

@keyframes scroll-wheel {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    60% {
        transform: translateY(16px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.wrap .top_bg,
.wrap .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wrap .top_bg {
    background-color: #000000;
    opacity: 0.5;
    height: 40px;
    z-index: 1;
}

.wrap .top {
    color: #fff;
    background-color: transparent;
    height: 50px;
    z-index: 2;
    font-size: 13px;
}

.wrap .top .container {
    margin-top: 10px;
}

.wrap .top .container b {
    color: #eda0ff;
}

.main_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999999;
}

.main_title .container .main_title_inner h1,
.main_title .container .main_title_inner h1 span {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 20px;
}

.main_title .container .main_title_inner h1 span,
.section2 .container .section2_inner .section2_inner_left span,
.section3_inner_left .section3_title p.title span,
.section10 .container .section10_title .title,
.section17 .container .section17_title p>span {
    background: linear-gradient(to right, #f3c5ff, #d118ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_title .container .main_title_inner::before {
    content: url('../img/img.png');
}

.main_title .container .main_title_inner::after {
    content: url('../img/img.png');
    transform: rotate(180deg);
}

.main_title .container .main_title_inner p {
    color: #fff;
}

.section2 {
    height: 146px;
    background: url('../img/bg_type01.jpg') no-repeat top;
    background-size: cover;
}

.section2 .container .section2_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
}

.section2 .container .section2_inner .section2_inner_left,
.section2 .container .section2_inner .section2_inner_right {
    flex: 1;
}

.section2 .container .section2_inner .section2_inner_left,
.section2 .container .section2_inner .section2_inner_left span {
    font-size: 23px;
    font-weight: 500;
    color: #333;
    font-family: 'PuradakGentleGothic', sans-serif;
    text-align: left;
    line-height: 1.4;
}

.section2 .container .section2_inner .section2_inner_right {
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
}

.section3 {
    background: url('../img/bg1.jpg') no-repeat center center;
    height: 965px;
    background-size: cover;
}

.section3 .container {
    padding-top: 80px;
}

.section3_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.section3_inner_left {
    text-align: left;
}

.section3_inner_left .section3_title p.sub {
    font-family: 'Cafe24ShiningStar', sans-serif;
    background: linear-gradient(to right, #f3c5ff, #d118ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 0px;
}

.section3_inner_left .section3_title p.title,
.section3_inner_left .section3_title p.title span {
    color: #fff;
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 36px;
    margin-top: 4px;
    line-height: 1.4;
}

.section3_inner_left .section3_title p.title2 {
    color: #fff;
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 22px;
    margin-top: 40px;
    line-height: 1.4;
}

.section3_inner_center .item_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.section3_inner_center .item_list a {
    width: 375px;
    height: 161px;
    text-decoration: none;
}

.section3_inner_center .item_list a li {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
}

.section3_inner_center .item_list a li p {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    margin: 0px;
    font-size: 18px;
    padding-left: 20px;
}

.section3_inner_center .item_list a li p strong {
    font-size: 24px;
    font-weight: 800;
}

.section3_inner_center .item_list a:first-child,
.section3_inner_center .item_list a:first-child .item_arrow {
    color: #711f91;
}

.section3_inner_center .item_list a:nth-child(2),
.section3_inner_center .item_list a:nth-child(2) .item_arrow {
    color: #3f1f91;
}

.section3_inner_center .item_list a:last-child,
.section3_inner_center .item_list a:last-child .item_arrow {
    color: #1f2791;
}

.section3_inner_center .item_list a:first-child li {
    background: url('../img/bg1_item01.png') no-repeat center center;
}

.section3_inner_center .item_list a:nth-child(2) li {
    background: url('../img/bg1_item02.png') no-repeat center center;
}

.section3_inner_center .item_list a:last-child li {
    background: url('../img/bg1_item03.png') no-repeat center center;
}

.section3_inner_center .item_list a li strong {
    display: block;
}

.section3_inner_center .item_list .item_arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 38px;
    margin-top: 18px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px 0px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.section3_inner_center_text {
    background-color: #440667;
    border-radius: 10px;
    margin: 20px 0px;
    padding: 5px 30px;
    color: #fff;
}

.section3_inner_center_text p:first-child {
    text-align: left;
}

.section3_inner_center_text p:first-child span {
    color: #f3c5ff;
    font-weight: 700;
    font-size: 20px;
}

.section3_inner_center_text p:last-child {
    text-align: right;
}

.section4 {
    background: url('../img/bg2.jpg') no-repeat center center;
    height: 604px;
    background-size: cover;
}

.section4_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section4_inner_left img {
    margin-top: 5px;
}

.section4_title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-align: left;
}

.section4_title2 {
    text-align: left;
}

.section4_title2 dl {
    padding: 20px;
}

.section4_title2:last-child dl {
    padding: 20px 80px;
}

.section4_title2 dt {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #f2c4ff;
    border: 0px;
    margin-bottom: 20px;
}

.section4_title2 dd {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}

.section5 .container {
    padding: 50px 0px;
}

.section5_title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-align: center;
}

.section5_title span {
    color: #842961;
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 30px;
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
    list-style: none;
    position: relative;
    --space: 50px;
}

.stepper::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: calc(100% - var(--space));
    background: linear-gradient(90deg, #491d44 0%, #842961 73%, #842961 73%, #ca2a8c 100%);
}

.stepper_item {
    flex: 100%;
    padding: 20px 20px 20px 80px;
    background: white;
    margin: 0 0 0 calc(calc(-1 * var(--space)) + 1px);
    -webkit-clip-path: polygon(var(--space) 50%, 0% 0%, calc(100% - var(--space)) 0%, 100% 50%, calc(100% - var(--space)) 100%, 0% 100%);
    text-align: left;
    color: #fff;
}

.stepper_item:first-child {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
    background: #491d44;
}

.stepper_item:nth-child(2) {
    background: #842961;
}


.stepper_item:last-child {
    background: #ca2a8c;
}

.stepper_item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.stepper_item p {
    margin-top: 4px;
}

.section5_text span {
    font-weight: 900;
    font-size: 24px;
    color: #333;
}

.section5_text b {
    color: #842961;
}

.section6 {
    background: url('../img/bg_type01.jpg') no-repeat center center;
    padding-bottom: 100px;
    background-size: cover;
}

.section6 .container {
    padding-top: 65px;
}

.historySwiper {
    margin-top: 50px;
    padding: 0px 40px 44px 40px;
}

.historySwiper .swiper-wrapper {
    align-items: stretch;
}

.historySwiper .swiper-slide {
    height: auto;
}

.history-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.history-card img {
    width: 100%;
    height: 171px;
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
    object-fit: cover;
}

.history-card__title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
    padding-left: 20px;
    padding-top: 20px;
}

.history-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #5c4a68;
    padding-left: 20px;
}

.history-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.history-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #842961;
    opacity: 0.2;
}

.history-pagination .swiper-pagination-bullet-active {
    border-radius: 999px;
    background: #842961;
    opacity: 1;
}

.global-recognition {
    margin-top: 60px;
    padding: 30px 36px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 46px rgba(42, 16, 48, 0.18);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    text-align: left;
}

.global-recognition__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.global-recognition__item img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(76, 20, 67, 0.18);
}

.global-recognition__item h4 {
    margin: 0 0 10px;
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 18px;
    color: #431a47;
}

.global-recognition__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6c5a73;
}

.historySwiper .swiper-button-prev,
.historySwiper .swiper-button-next {
    color: #842961;
}

.historySwiper .swiper-button-next,
.historySwiper .swiper-button-prev {
    color: #842961;
}

.section7 {
    background: url('../img/bg3.jpg') no-repeat center center;
    height: 576px;
    background-size: cover;
}

.section7 .container {
    color: #fff;
    text-align: left;
    padding-top: 120px;
}

.section7 .container .section7_title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.section7 .container .section7_content p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'PuradakGentleGothic', sans-serif;
    border-bottom: 1px solid #ffffff41;
}

.section7 .container .section7_content span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

.section8 {
    background: url('../img/bg4.jpg') no-repeat center center;
    height: 1003px;
    background-size: cover;
}

.section8 .container {
    padding-top: 120px;
}

.section8 .container .section8_title,
.section8 .container .section8_title span {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.section8 .container .section8_title span {
    color: #f2c4ff;
}

.section8 .container .section8_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section8 .container .section8_content li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
}

.section8 .container .section8_content li .cont {
    padding: 30px 40px;
    text-align: left;
}

.section8 .container .section8_content li .cont p {
    color: #440667;
    font-size: 24px;
}

.section8 .container .section8_content li .cont p b {
    font-weight: 900;
}


.section8 .container .section8_content li img {
    margin-bottom: -5px;
}


.section9 {
    background: url('../img/bg_type02.jpg') no-repeat center center;
    height: 1030px;
    background-size: cover;
}

.section9 .container {
    padding-top: 120px;
}

.section9 .container .section9_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.section9 .container .section9_content li {
    flex: 1;
    text-align: left;
    background-size: cover;
    height: 460px;
    position: relative;
}

.section9 .container .section9_content li p {
    bottom: 64px;
    left: 40px;
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.section9 .container .section9_content li span {
    bottom: 40px;
    left: 40px;
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}

.section9 .container .section9_content li:first-child {
    background: url('../img/img5_item01.png') no-repeat center center;
}

.section9 .container .section9_content li:nth-child(2) {
    margin-top: 150px;
    background: url('../img/img5_item02.png') no-repeat center center;
}

.section9 .container .section9_content li:last-child {
    background: url('../img/img5_item03.png') no-repeat center center;
}

.section10 {
    background: url('../img/bg6.jpg') no-repeat center center;
    height: 337px;
    background-size: cover;
}

.section10 .container .section10_title {
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-right: 240px;
}

.section10 .container .section10_title::before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 60px;
    background: url('../img/img.png') no-repeat center;
    background-size: contain;
}

.section10 .container .section10_title .sub {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    padding-bottom: 5px;
}

.section10 .container .section10_title .title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    padding-bottom: 10px;
}

.section10 .container .section10_title span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}

.section11 {
    background-color: #fff7fe;
    height: 600px;
}

.section11 .container {
    padding-top: 80px;
}

.section11 .container .section11_title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.section11 .container .section11_title .sub {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    padding-bottom: 5px;
}

.section11 .container .section11_title .title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #491d44;
    margin: 0px;
    padding-bottom: 10px;
}

.section11 .container ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.section11 .container ul li {
    border-radius: 10px;
    position: relative;
}

.section11 .container ul li img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
}

.section11 .container ul li:nth-child(1),
.section11 .container ul li:nth-child(3),
.section11 .container ul li:nth-child(6),
.section11 .container ul li:nth-child(8) {
    background-color: transparent;
    border: 3px solid #491d44;
    color: #491d44;
}

.section11 .container ul li:nth-child(2),
.section11 .container ul li:nth-child(4),
.section11 .container ul li:nth-child(5),
.section11 .container ul li:nth-child(7) {
    background-color: #491d44;
    border: 3px solid #491d44;
    color: #fff;
}

.section11 .container ul li dl {
    padding: 20px;
    text-align: left;
}

.section11 .container ul li dl dt {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
}

.section12 {
    background: url('../img/form_bg.jpg') no-repeat center center;
    height: 827px;
    background-size: cover;
}

.section12_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 100px;
}

.section12_title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 10px rgba(245, 47, 47, 0.5);
    text-align: left;
}

.section12_inner_left {
    max-width: 480px;
    text-align: left;
}

.section12_inner .section12_inner_left ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section12_inner .section12_inner_left ul li {
    background-color: #b8283e41;
    max-width: 480px;
    width: 464px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-radius: 10px;
    padding: 16px 22px;
    box-shadow: 0 6px 18px rgba(73, 29, 68, 0.08);
    color: #fff;
}

.section12_inner_left ul li div p {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
}

.section12_inner .section12_inner_left ul li div span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.section12_inner .section12_inner_left ul li>span {
    font-size: 40px;
    font-weight: 700;
    padding: 0px 10px;
}

.section13 {
    background: url('../img/bg7.jpg') no-repeat center center;
    height: 456px;
    background-size: cover;

}

.section13 .container {
    padding-top: 100px;
}

.section13 .container .section13_title {
    color: #fff;
}

.section13 .container .section13_title .title {
    font-size: 22px;
    margin-bottom: 4px;
}

.section13 .container .section13_title .title span {
    font-size: 36px;
    font-weight: 700;
}

.section13 .container .section13_title .sub {
    font-family: 'Cafe24ShiningStar', sans-serif;
    text-decoration: italic;
    background: linear-gradient(to right, #f3c5ff, #d118ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 0px;
}

.section13 .container .section13_title .text {
    font-size: 16px;
}

.section14 {
    background: url('../img/bg8.jpg') no-repeat center center;
    height: 770px;
    background-size: cover;
}

.section14 .container {
    position: relative;
    padding-top: 100px;
}

.section14 .container .section14_title {
    position: absolute;
    left: 100px;
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #a269ae;
    text-align: left;
}

.section14 .container .section14_title span {
    color: #3b193e;
    font-family: 'PuradakGentleGothic', sans-serif;
}

.section14 .container .section14_content {
    background: url('../img/bg8_img.png') no-repeat center center;
    width: 996px;
    height: 727px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -57px;
}

.section14 .container .section14_content .type {
    position: absolute;
    color: #3b193e;
}

.section14 .container .section14_content .type .sub {
    background-color: #fee9fa;
    border-radius: 50px;
    display: inline;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 700;
}

.section14 .container .section14_content .type .title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.4;
}

.section14 .container .section14_content .type.type01 {
    top: 250px;
    left: 66px;
}

.section14 .container .section14_content .type.type02 {
    top: 90px;
    right: 66px;
}

.section14 .container .section14_content .type.type03 {
    top: 355px;
    right: 106px;
}

.section14 .container .section14_content_text {
    background-color: #3c1e42;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section14 .container .section14_content_text span {
    font-size: 20px;
    color: #fff;
}

.section14 .container .section14_content_text p {
    font-weight: 900;
    color: #eab7f9;
    font-size: 24px;
    margin: 0px;
    line-height: 1.4;
}

.section15 {
    padding-bottom: 100px;
}

.section15 .container {
    padding-top: 100px;
}

.section15 .container .title_default .title,
.section16 .container .title_default .title {
    color: #3c1e42;
}

.section15_content {
    position: relative;
}

.section15_content .plus {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section15_content .item_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.section15_content .item {
    width: 448px;
    height: 302px;
    color: #fff;
    text-align: left;
    position: relative;
}

.section15_content .item.item01 {
    background: url('../img/bg9_item01.png') no-repeat center center;
}

.section15_content .item.item02 {
    background: url('../img/bg9_item02.png') no-repeat center center;
}

.section15_content .item p {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 4px;
    position: absolute;
    bottom: 58px;
    left: 38px;
}

.section15_content .item span {
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    position: absolute;
    bottom: 36px;
    left: 38px;
}

.section15_content_text {
    color: #333;
}

.section15_content_text p {
    font-size: 24px;
    font-weight: 900;
    color: #3c1e42;
    margin: 0px;
    margin-top: 50px;
}

.section16 {
    background: url('../img/bg_type01.jpg') no-repeat center center;
    height: 783px;
    background-size: cover;
}

.section16 .container {
    padding-top: 100px;
}

.section16 .container .section16_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.section16 .container .section16_content li {
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 213px 1fr;
    box-shadow: 0 10px 20px rgba(76, 20, 67, 0.18);
}

.section16 .container .section16_content li div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.section16 .container .section16_content li div:last-child {
    padding: 20px;
    text-align: left;
}

.section16 .container .section16_content li .title {
    width: 213px;
    height: 219px;
    color: #fff;
    font-weight: 700;
}

.section16 .container .section16_content li:first-child .title {
    background: url('../img/bg10_item01.png') no-repeat center center;
}

.section16 .container .section16_content li:nth-child(2) .title {
    background: url('../img/bg10_item02.png') no-repeat center center;
}

.section16 .container .section16_content li:nth-child(3) .title {
    background: url('../img/bg10_item03.png') no-repeat center center;
}

.section16 .container .section16_content li:nth-child(4) .title {
    background: url('../img/bg10_item04.png') no-repeat center center;
}

.section17 {
    background: url('../img/bg11.jpg') no-repeat center center;
    height: 951px;
    background-size: cover;
}

.section17 .container {
    padding-top: 100px;
    position: relative;
}

.section17 .container .section17_inner {
    width: 1033px;
    height: 411px;
    background: url('../img/bg11_img.png') no-repeat center center;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.section17 .container .section17_title {
    padding-top: 80px;
    padding-left: 137px;
}

.section17 .container .section17_title p {
    margin: 0px;
    padding: 0px;
}

.section17 .container .section17_title p,
.section17 .container .section17_title p>span {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin: 0px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.section17 .container .section17_title span {
    font-size: 16px;
}

.section17 .container .section17_title2 {
    padding-top: 20px;
    padding-left: 137px;
}

.section17 .container .section17_title2 p {
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 6px;
}

.section17_content {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    position: absolute;
    top: 371px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
}

.section17_content .section17_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section17_content .section17_info ul li {
    margin-bottom: 4px;
}

.section17_content .section17_info ul:last-child {
    margin-left: 50px;
}

.section17_content .section17_content_title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3333332f;
}

.section17_content .section17_content_title spna {
    font-weight: 900;
}


.section18 {
    background: #fff;
    padding: 90px 0;
}

.clinic-guide {
    display: flex;
    flex-direction: column;
    gap: 36px;
    text-align: left;
}

.clinic-guide__head {
    text-align: center;
}

.clinic-guide__label {
    font-size: 14px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #caa77c;
    display: inline-block;
    margin-bottom: 10px;
}

.clinic-guide__title {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #842961;
    margin: 0;
}

.clinic-guide__title span {
    font-family: 'PuradakGentleGothic', sans-serif;
    color: #333;
}

.clinic-guide__info {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
}

.clinic-guide__card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 18px 40px rgba(32, 16, 6, 0.08);
}

.clinic-guide__card h3 {
    font-family: 'PuradakGentleGothic', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 18px;
}

.clinic-guide__card--schedule dl {
    display: grid;
    gap: 12px;
    margin: 0 0 20px;
}

.clinic-guide__card--schedule dl div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}

.clinic-guide__card--schedule dl div.highlight dt,
.clinic-guide__card--schedule dl div.highlight dd {
    color: #842961;
    font-weight: 700;
}

.clinic-guide__card--schedule dt {
    font-weight: 600;
}

.clinic-guide__card--schedule dd {
    margin: 0;
}

.clinic-guide__card--schedule ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 1.6;
}

.clinic-guide__side {
    display: grid;
    gap: 24px;
}

.clinic-guide__card strong {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #842961;
    ;
}

.clinic-guide__card p {
    margin: 0;
    color: #333;
    line-height: 1.6;
}

.clinic-guide__phone {
    font-size: 24px;
    font-weight: 700;
    color: #c08038;
    letter-spacing: 0.05em;
}

.clinic-guide__map {
    border: 0;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(32, 16, 6, 0.12);
}

.root_daum_roughmap .cont {
    display: none !important;
}

.footer {
    background: linear-gradient(135deg, #150016 0%, #3b0f3c 60%, #5a1a5c 100%);
    color: rgba(255, 255, 255, 0.9);
    padding: 40px 0 30px;
}

.footer__inner {
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer__logo img {
    width: 120px;
}

.footer__info {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.footer__primary {
    margin: 0 0 4px;
    font-weight: 600;
}

.footer__secondary {
    margin: 0;
}

.footer__secondary a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer__secondary a:hover {
    text-decoration: underline;
}

.footer__copy {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1240px) {
    body {
        width: 1240px;
    }
}