@charset "utf-8";

/* mv */
.mv {
    position: relative;
    background: url('/img/mv_bg.jpg') no-repeat center / cover;
    /* border-radius: 0px 0px 50px 50px; */
    aspect-ratio: 1/0.5625;
    z-index: 10;
}

.mv .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.mv .mv_video_box {
    position: absolute;
    right: 0;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    max-width: 1116px;
    width: 67%;
    aspect-ratio: 1 / 0.54231;
}

.mv_video_box video {
    width: 100%;
    border-radius: 30px;
}

.mv_video_box img {
    border-radius: 30px;
}

.mv_txt_box {
    position: relative;
    z-index: 1;

    width: 33%;
}


.mv_label {
    color: var(--point_01, #933572);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mv_tit span {
    /* margin: 10px 0 35px; */
    color: var(--k-100, #222);
    font-family: Pretendard;
    font-size: clamp(32px, 3.2vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: block;
    margin-top: 9px;
}

.mv_alt.mini {
    color: var(--point_01, #933572);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 18px;
}

.mv_alt.mini p {
    color: var(--point_01, #933572);
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.mv_alt {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.96px;
    color: #666;
}

.mv_alt b {
    color: #666;
    font-weight: 700;
    line-height: 1.5em;
}

@media all and (max-width:1760px) {

    .mv_label,
    .mv_alt {
        font-size: 20px;
    }

    .mv .mv_video_box {
        top: calc(50% + 45px);
    }

}

@media all and (max-width:1400px) {

    .mv_label,
    .mv_alt {
        font-size: 18px;
    }

    .mv .mv_video_box {
        top: calc(50% + 40px);
    }
}

@media all and (max-width:1300px) {
    .mv {
        aspect-ratio: unset;
        padding: 160px 0 80px;
    }

    .com_btn_box01.flex-start {
        justify-content: center !important;
    }

    .mv .inner {
        flex-wrap: wrap;
        gap: 40px;
        text-align: center;
    }

    .mv_txt_box {
        width: 100%;
    }

    .mv .mv_video_box,
    .subPageContainer .subVisual .inner>div.mv_video_box.type02 {
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
        width: 100%;
    }

    .mv_label,
    .mv_alt {
        font-size: 16px;
    }
}

@media all and (max-width:700px) {
    .mv {
        padding: 140px 0 60px;
    }
}

/* END mv */



/* con01 */
.con {
    padding: 144px 0 144px;
    position: relative;
    /* margin-top: -45px; */
    border-radius: 0 0 100px 100px;
    background-color: #fff;
}

.main .con01 {
    z-index: 9;
}

.com_tit_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}

.com_tit01 {
  font-size: 60px;
font-style: normal;
font-weight: 800;
    line-height: 1.11em;

}

.com_tit01 span {
    transition: all 0.3s ease-in-out;
}

.com_tit01 .first {
    position: relative;
    display: inline-block;
    background-color: #933572;
    color: transparent;
    /* text-shadow: 0px 4px 10px rgba(255,255,255,0.75); */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

/* .com_tit01.white .first {
    text-shadow: 0px 4px 10px rgba(255,255,255,0.15);
} */

.com_tit01 .stroke {
    position: relative;
    display: inline-block;
    color: #333;
    /* text-shadow: 0px 2px 4px #fff, 0px 0px 0px #000, 0px 0px 2px #fff; */
}

/* .com_tit01 .stroke.type02 {
    text-shadow: 0px 2px 4px #fff, 0px 0px 0px #000, 0px 0px 2px #000;
} */

.com_tit01.white .stroke {
    color: #333;
    /* text-shadow: 
        0px 1px 3px rgba(255, 255, 255, 0.5), 
        0px 0px 0px rgba(0, 0, 0, 0.9), 
        0px 0px 1px rgba(255, 255, 255, 0.5); */
}

.com_tit01.active .first {
    color: #933572;
    /* text-shadow: 0px 4px 10px rgba(0,0,0,0.5); */
}

/* .com_tit01.white.active .first {    
    text-shadow: 0px 4px 10px rgba(255,255,255,0.5);
} */

.com_tit01.active .stroke {
    color: #fff;
    /* text-shadow: 0px 4px 10px rgba(0,0,0,0.5); */
}

/* .com_tit01.white.active .stroke {    
    text-shadow: 0px 4px 10px rgba(255,255,255,0.5);
} */

.com_tit01:hover .first {
    animation: text01 0.7s ease-in-out forwards;
}

.com_tit01:hover .stroke {
    animation: text02 0.7s ease-in-out forwards;
}

.com_tit01:hover .stroke.type02 {
    animation: text03 0.7s ease-in-out forwards;
}

.com_tit01.white:hover .first {
    animation: text04 0.7s ease-in-out forwards;
}

.com_tit01.white:hover .stroke {
    animation: text05 0.7s ease-in-out forwards;
}

@keyframes text01 {
    0% {
        color: transparent;
        /* text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.75); */
    }

    100% {
        color: #933572;
        /* text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); */
    }
}

@keyframes text02 {
    0% {
        color: #333;
        /* text-shadow: 0px 2px 4px #fff, 0px 0px 0px #000, 0px 0px 2px #fff; */
    }

    100% {
        color: #933572;
        /* text-shadow: 0px 4px 10px rgba(0,0,0,0.5); */
    }
}

@keyframes text03 {
    0% {
        color: #333;
        /* text-shadow: 0px 2px 4px #fff, 0px 0px 0px #000, 0px 0px 2px #000; */
    }

    100% {
        color: #933572;
        /* text-shadow: 0px 4px 10px rgba(0,0,0,0.5); */
    }
}

@keyframes text04 {
    0% {
        /* text-shadow: 0px 4px 10px rgba(255,255,255,0.15); */
    }

    100% {
        /* text-shadow: 0px 4px 10px rgba(255,255,255,0.5); */
    }
}

@keyframes text05 {
    0% {
        color: rgba(255, 255, 255, 0.2);
        text-shadow:
            0px 1px 3px rgba(255, 255, 255, 0.5),
            0px 0px 0px rgba(0, 0, 0, 0.9),
            0px 0px 1px rgba(255, 255, 255, 0.5);
    }

    100% {
        text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
    }
}


.com_alt01 {
    text-align: right;
    font-size: 24px;
    /* color: #666; */
    color: #222;
    font-weight: 400;
    line-height: 1.75em;
    margin-left: auto;
    word-break: auto-phrase;
}

.com_alt01.white {
    color: #F7F7F7;
}

.com_alt01 b {
    /* font-size: 28px; */
    font-size: 24px;
    color: #222;
    font-weight: 700;
    line-height: 1.5em;
}

.com_alt01.white b {
    color: #F7F7F7;
}

.com_slide_videon_box {
    display: flex;
    height: 650px;
    margin-top: 50px;
}

.scroll_videon_montion_box+.scroll_videon_montion_box {
    margin-left: -40px;
}

.com_slide_videon_box .scroll_videon_montion_box {
    flex-shrink: 0;
    flex: 1;
    transition: flex 0.3s ease-in-out;
    z-index: 999;
}

.com_slide_videon_box .scroll_videon_montion_box.active {
    flex: 3;
    z-index: 999;
}

/* .com_slide_videon_box .scroll_videon_montion_box.active + .scroll_videon_montion_box:not(:last-child) {
    border-radius: 0 ;
} */
/* .com_slide_videon_box .scroll_videon_montion_box.active + .scroll_videon_montion_box:last-child {
    border-radius: 0 40px 40px 0;
} */
/* .com_slide_videon_box .scroll_videon_montion_box.active  {
    border-radius: 40px;
    z-index: 5;
} */
.scroll_videon_montion_box {
    position: relative;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
    box-shadow: -4px 0 16px 0 rgba(0, 0, 0, 0.35);
}

/* .scroll_videon_montion_box.active {
    box-shadow: unset !important
} */

.scroll_videon_montion_box .video_tit {
    position: absolute;
    left: 50px;
    top: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75em;
    color: #fff;
    z-index: 5;
}

.scroll_videon_montion_box.active .video_tit {
    display: none;
}

.scroll_videon_montion_box.active {
    border-radius: 40px 0 0 40px;
    z-index: 2;
}

.scroll_videon_montion_box:last-child {
    border-radius: 40px;
}

.led-effect {
    text-shadow: 0 0 20px #ff0707;
}

.com_tit01 .stroke.led-effect {
    animation: flicker 0.8s infinite alternate ease-in-out;
}

.scroll_videon_montion_box::before {
    content: '';

    background-color: rgba(138, 74, 105, 0.7);
    box-shadow: -4px 0 16px 0 rgba(0, 0, 0, 0.35);
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;

}

.scroll_videon_montion_box.active::before {
    content: unset !important;
}


.scroll_videon_montion_box .txt-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 18px;
    color: #fff;
    /* text-shadow: 0 2px 12px rgba(0, 0, 0, .45); */
    /* 배경 위 가독성 */
    pointer-events: none;
    /* 텍스트 위에서도 카드 클릭되게 */

    height: 100%;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
}

.scroll_videon_montion_box.active .txt-wrap {
    justify-content: space-between;
}

.scroll_videon_montion_box .txt-wrap .card-desc,
.scroll_videon_montion_box .txt-wrap .card_sub_tit {
    display: none !important;
}

.scroll_videon_montion_box.active .txt-wrap .card-desc,
.scroll_videon_montion_box.active .txt-wrap .card_sub_tit {
    display: block !important;
}

/* 큰 타이틀 (예: Medical Staff) */
.scroll_videon_montion_box .video_tit,
.scroll_videon_montion_box .card-tit {
    /* display: block;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05; */
    /* 720px 기준 clamp: 모바일 큼직/PC는 과하지 않게 */
    font-size: clamp(22px, 5.2vw, 40px);

    color: #FFF;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 1000;
}


.scroll_videon_montion_box.active .video_tit,
.scroll_videon_montion_box.active .card-tit {
    font-size: clamp(22px, 5.2vw, 60px);
}


/* 서브타이틀 (예: History & Legacy 같은 카드 타이틀도 가능) */
.scroll_videon_montion_box .video_sub,
.scroll_videon_montion_box .card-sub {
    margin-top: clamp(6px, 1.2vw, 10px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-size: clamp(16px, 3.2vw, 26px);
    opacity: .95;
}

/* 설명문/보조카피 */
.scroll_videon_montion_box .video_desc,
.scroll_videon_montion_box .card-desc {
    margin-top: clamp(8px, 1.5vw, 14px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: clamp(13px, 2.4vw, 18px);
    /* opacity: .9; */
}

/* 카드가 active(hover, focus 등)일 때 텍스트 살짝 강조하고 부드럽게 */
.scroll_videon_montion_box.active .video_tit,
.scroll_videon_montion_box:hover .video_tit {
    text-shadow: 0 4px 18px rgba(0, 0, 0, .55);
    transition: text-shadow .25s ease;
}


.card_sub_tit {
    color: #FFF;
    font-family: Pretendard;
    font-size: clamp(16px, 1.5vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.com_alt01 {
    color: var(--k-100, #333);
    text-align: right;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.com_alt01 b {
    color: var(--k-100, #333);
    text-align: right;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
}


/* .com_tit01:hover .stroke {
    animation: flicker 0.8s infinite alternate ease-in-out;
} */
@keyframes flicker {
    0% {
        -webkit-text-stroke: 2px #fff;
        opacity: 0.6;
        text-shadow: 0 0 5px rgba(255, 7, 7, 0.6);
    }

    100% {
        -webkit-text-stroke: 2px #fff;
        opacity: 1;
        text-shadow: 0 0 20px rgba(255, 7, 7, 1);
    }
}

.video-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width:1760px) {
    .con {
        padding: 180px 0 80px;
    }

    .com_tit01 {
        font-size: 80px;
    }

    .com_alt01 {
        font-size: 20px;
    }

    .com_alt01 b {
        font-size: 24px;
    }
}

@media all and (max-width:1500px) {
    .mv_tit br {
        display: none;
    }
}

@media all and (max-width:1400px) {
    .con {
        padding: 160px 0 60px;
    }

    .com_tit01 {
        font-size: 70px;
    }

    .com_alt01 {
        font-size: 18px;
    }

    .com_alt01 b {
        font-size: 20px;
    }

    .com_slide_videon_box {
        flex-wrap: wrap;
        height: unset;
    }

    .com_slide_videon_box .scroll_videon_montion_box {
        flex: unset;
        width: 50%;
        height: 550px;
    }

    .scroll_videon_montion_box:nth-child(3) {
        margin-left: unset;
    }

    .scroll_videon_montion_box:nth-child(2) {
        border-radius: 40px;
    }

    .scroll_videon_montion_box:nth-child(2),
    .scroll_videon_montion_box:nth-child(4) {
        width: calc(50% + 20px);
    }

    .scroll_videon_montion_box:nth-child(3),
    .scroll_videon_montion_box:nth-child(4) {
        margin-top: 40px;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active {
        flex: unset;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active+.scroll_videon_montion_box:not(:last-child) {
        border-radius: 0 40px 40px 0;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active+.scroll_videon_montion_box:nth-child(3) {
        border-radius: 40px 0 0 40px;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active+.scroll_videon_montion_box:last-child {
        border-radius: 0 40px 40px 0;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active {
        border-radius: 40px;
        z-index: 5;
    }
}

@media all and (max-width:1024px) {
    .con {
        padding: 140px 0 60px;
    }

    .com_tit01 {
        font-size: 50px;
    }

    .com_alt01 {
        font-size: 16px;
    }

    .com_alt01 b {
        font-size: 22px;
    }

    .com_slide_videon_box {
        gap: 40px;
    }

    .com_slide_videon_box .scroll_videon_montion_box {
        height: 450px;
        width: 100% !important;
        border-radius: 40px;
    }

    .scroll_videon_montion_box+.scroll_videon_montion_box {
        margin-left: unset;
    }

    .scroll_videon_montion_box:nth-child(3),
    .scroll_videon_montion_box:nth-child(4) {
        margin-top: unset;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active+.scroll_videon_montion_box:not(:last-child) {
        border-radius: 40px;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active+.scroll_videon_montion_box:nth-child(3) {
        border-radius: 40px;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active+.scroll_videon_montion_box:last-child {
        border-radius: 40px;
    }

    .com_slide_videon_box .scroll_videon_montion_box.active {
        border-radius: 40px;
        z-index: 5;
    }
}

@media all and (max-width:700px) {
    .con {
        padding: 110px 0 60px;
        border-radius: 0 0 60px 60px;
    }

    .com_tit01 {
        font-size: 44px;
    }

    .com_alt01 {
        font-size: 14px;
    }

    .com_alt01 b {
        font-size: 16px;
    }

    .com_slide_videon_box .scroll_videon_montion_box {
        height: 350px;
    }

    .scroll_videon_montion_box .txt-wrap {
        padding: 25px;
    }
}

/* END con01 */


/* con02 */
.text_over_01 {
    overflow: hidden !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient:
        vertical !important;
}

.text_over_03 {
    overflow: hidden !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient:
        vertical !important;
}

.in_img_box {
    aspect-ratio: 1 / 0.6641221;
    /* max-width: 524px; */
    overflow: hidden;
    border-radius: 30px 30px 0 0;

}

.in_img_box img:hover {
    scale: 1.2;
}

.in_img_box img {
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    transition: all 0.4s ease-in-out;
}

.in_txt_box {
    border-radius: 0 0 30px 30px;
    background: #FAFAFA;
    padding: 18px 36px;
}

.in_txt_box p {
    color: #000;
    font-family: Pretendard;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.in_txt_box p b {
    display: block;
    margin-bottom: 9px;
}

.inside_slide_box {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    cursor: pointer;
}

.list_flex_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    row-gap: 36px;
    align-items: stretch;
}

.list_flex_box.three ul li {
    width: calc(33.333% - 48px);
}

.pro_list {
    height: 288px;
    position: relative;
    padding: 36px;
    border-radius: 30px;
    background: var(--bg, #F6F0F6);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    overflow: hidden;
}

.pro_side_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.arrow_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arrow_tit h4 {
    color: var(--k-100, #333);
    font-family: Pretendard;
    font-size: clamp(23px, 3.2vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pro_txt {
    margin-top: 18px;
    color: #000;
    font-family: Pretendard;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dot_tit {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    align-items: baseline;
}

.dot_tit .dot_one {
    color: #000;
    font-family: Pretendard;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 36px;
}

/* 공통: 자연스러운 전환 */
.img-xfade>img {
    display: block;
    transition: opacity .35s ease;
}

/* 겹치기 레이어 컨테이너 */
.img-xfade {
    position: relative;
    display: inline-block;
    /* 원래 img 자리 그대로 차지 */
    line-height: 0;
    /* 줄간격 영향 제거 */
}

/* 베이스/온 레이어 */
.img-xfade>img.base-layer {
    opacity: 1;
}

.img-xfade>img.on-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* 기본은 숨김 */
    pointer-events: none;
}

/* 호버 시 on-layer 보이고 base-layer 숨김 */
.img-xfade.is-on>img.on-layer {
    opacity: 1;
}

.img-xfade.is-on>img.base-layer {
    opacity: 0;
}

.infi_loop_box {
    margin-top: 144px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--point_00, #75265A);
    padding: 18px 0;
}

.infi_loop_box img {
    width: 100%;
}


@media all and (max-width:1680px) {
    .list_flex_box.three ul li {
        width: calc(50% - 18px);
    }

    .list_flex_box.three ul {
        gap: 36px;
    }

}

@media all and (max-width:1100px) {
    .list_flex_box.three ul li {
        width: 100%;
    }
}

/* con04 */

.list_flex_box.two ul {
    gap: 36px;
}

.list_flex_box.two ul li {
    width: calc(50% - 18px);
}

.be_a_box {
    border-radius: 30px;
    border: 1px solid #DEDEDE;
    background: #F3ECF2;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    padding: 72px 36px;
    height: 100%;
}

.be_a_img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.be_a_img {
    width: calc(50% - 9px);
    border-radius: 30px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.be_a_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.ba_logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 140px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.be_a_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/img/lock_img.png') no-repeat center;
    background-size: 70px 80px;
    background-color: rgba(110, 95, 95, 0.3);
    border-radius: 30px;
    backdrop-filter: blur(40px);

}

.be_a_img::before {
    content: '회원전용으로 성인인증 후 열람이 가능합니다.';
    position: absolute;
    left: 50%;
    top: calc(50% + 40px + 18px);
    transform: translateX(-50%);
    color: var(--w-100, #FAFAFA);
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(14px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    z-index: 99;
}

.be_a_txt_box {
    margin-top: 36px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.top_txt.flex {
    margin-top: 36px;

    align-items: end;
    justify-content: space-between;
}

.top_txt h4 {
    color: #000;
    font-size: clamp(23px, 3.2vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top_txt p {
    color: #000;
    text-align: right;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottom_txt {
    color: #000;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin-top: 18px;
}

.commonBtn02.type03.red {
    border: 2px solid var(--point_00, #75265A);
    color: var(--point_00, #75265A);
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media all and (max-width:1680px) {

    .list_flex_box.two ul li {
        width: 100%;
    }

    .be_a_img_box {
        justify-content: center;
    }

    .be_a_img {
        max-width: 500px;
    }

}

@media all and (max-width:800px) {

    .be_a_box {
        padding: 36px 18px;
    }

    .be_a_img {
        width: 100%;
    }
}


/* con05 */
.directions_box {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    align-items: stretch;
    border-radius: 30px;
}

.directions_box .side_box {
    width: 50%;
}

.side_box.txt {
    display: flex;
    flex-direction: column;
    gap: 36px;
    flex-wrap: wrap;
    padding: 72px;

    border-radius: 30px 0 0 30px;
    background: var(--bg, #F6F0F6);
}

.side_txt {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-wrap: wrap;
}

.pur_tit {
    color: var(--point_00, #75265A);
    font-family: Pretendard;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pur_tit span {
    color: var(--point_02, #AE4F8D);
    font-family: Pretendard;
    font-size: clamp(14px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.side_txt p {
    color: var(--k-100, #333);
    font-family: Pretendard;
    font-size: clamp(14px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.side_txt h5 {
    color: var(--k-100, #333);
    font-family: Pretendard;
    font-size: clamp(30px, 3.2vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.side_txt a {
    color: var(--point_00, #75265A);
    font-family: Pretendard;
    font-size: clamp(14px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: inline-block;
    width: fit-content;
}

.map_box {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border-radius: 30px;
}

.map_box iframe {
    border-radius: 0 30px 30px 0;
}


.map_to_box.main_map {
    gap: 0;
    align-items: stretch;
}

.map_to_box.main_map .ma_p_info_box {
    width: 50%;
    padding: 0 72px;
    border-radius: 0 30px 30px 0;
    background: var(--bg, #F6F0F6);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map_to_box.main_map .ma_p_box {
    width: 50%;
}

.map_to_box.main_map .ma_p_box iframe {
    border-radius: 30px 0 0 30px;
}

.map_to_box.main_map .map_pink_txt {
    border-radius: 30px 0 0 0;
}

.map_link {
    margin-top: 90px;
    color: var(--point_01, #933572);
    font-family: Pretendard;
    font-size: clamp(16px, 3.2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media all and (max-width:1680px) {
    .side_box.txt {
        padding: 36px;
    }
}

@media all and (max-width:1400px) {

    .map_to_box.main_map .ma_p_box,
    .map_to_box.main_map .ma_p_info_box {
        width: 100%;
    }

    .map_to_box.main_map .ma_p_info_box {
        padding: 36px 18px;
        border-radius: 0 0 30px 30px;
    }

    .map_to_box.main_map .ma_p_box,
    .map_to_box.main_map .ma_p_box iframe,
    .map_to_box.main_map .map_pink_txt {
        border-radius: 30px 30px 0 0;
    }
}

@media all and (max-width:1280px) {
    .directions_box .side_box {
        width: 100%;
    }

    .side_box.txt {
        padding: 36px 17px;
        border-radius: 30px 30px 0 0;
    }

    .map_box iframe {
        border-radius: 0 0 30px 30px;
    }

    .com_tit_box01 {
        flex-direction: column;
        gap: 15px 0;
    }

    .map_link {
        margin-top: 40px;
    }
}


/* 레이저 성형수술 */

.list_flex_box.two .ba_list li {
    width: 100%;
}

.list_flex_box.two .ba_list li .be_a_box {
    padding: 0;
    background: unset;
    box-shadow: unset;
    border: 0;

    align-items: center;
    justify-content: center;
}

.ba_list .be_a_img_box {
    gap: 36px;
    justify-content: center;
    align-items: center;
}

.ba_list .be_a_img_box .be_a_img {
    width: 400px;
    height: 300px;
    aspect-ratio: 4/3;
}

.ba_list .be_a_img_box .be_a_img:after,
.ba_list .be_a_img_box .be_a_img:before {
    display: none;
}

.pink_bg_tit {
    border-radius: 30px;
    background: var(--bg, #F6F0F6);
    padding: 36px 72px;
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-width: 900px) {
    .pink_bg_tit {
        padding: 36px  20px;
    }
    .ba_list .be_a_img_box .be_a_img {
        width: 100%;
    }
}


/* 20250829 추가 */
.list_flex_box.three .procedu_ul {
    gap: 36px;
}


.list_flex_box.three .procedu_ul li {
    width: calc(33.333% - 24px);
}

.procedu_ul.vision li .pro_list {
    border-radius: 100px 0;
/* background: linear-gradient(180deg, rgba(174, 79, 141, 0.40) 0%, rgba(117, 38, 90, 0.40) 100%); */
background: url('/img/vision_bg01.png') no-repeat center / cover;
box-shadow: unset;
padding: 72px 36px;
height: 100%;
}

.procedu_ul.vision li .pro_list .pro_txt {
    color: #fff;
    margin-top: 30px;
}

.procedu_ul.vision li .pro_list .arrow_tit h4 {
    color: #fff;
}


.procedu_ul.vision li .pro_list.two {
background: url('/img/vision_bg02.png') no-repeat center / cover;

}
.procedu_ul.vision li .pro_list.three {
background: url('/img/vision_bg03.png') no-repeat center / cover;

}

@media all and (max-width: 1400px) {
    .list_flex_box.three .procedu_ul li {
    width: calc(50% - 18px);
}
}

@media all and (max-width: 768px) {
    .list_flex_box.three .procedu_ul li {
    width: 100%;
}
}

