@charset "utf-8";

.programCon_Custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 150px;
}

.programCon_Custom .gal_wrap ul li a .part_img img {
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.programCon_Custom .readBottom table tr td,
.programCon_Custom .readBottom table tr th {
    font-size: 18px;
    height: 45px;
}

.programCon_Custom .readTop .imgTitle {
    font-size: 24px;
}

.programCon_Custom .readTop .imgTitle_sub {
    font-size: 16px;
}

.programCon_Custom .read_rego input[type="submit"] {
    background-color: #6ca2ab;
}

.programCon_Custom .readBottom_btn dd a {
    background-color: #6ca2ab;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 8px;
}

.programCon_Custom .writeForm_btn a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 10px;
}

.write_btn dd a {
    background-color: #323232;
    border-radius: 8px;
}

.programCon_Custom .readBottom_btn dt a {
    background-color: #323232;
}

@media all and (max-width:1400px) {
    .programCon_Custom {
        width: 93.75%;
    }
}

@media all and (max-width:1000px) {
    .programCon_Custom .program_search {
        display: flex;
    }

    .programCon_Custom .program_search>span {
        margin-top: 0;
        width: 70%;
    }

    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 115px);
    }
}

@media all and (max-width:640px) {
    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 110px);
    }
}

/* face */
/* con01 */
.com_flex_box .sub_com_txt_box {
    width: calc(100% - 600px);
}

.com_flex_box .sub_circle_box {
    min-width: 520px;
    position: relative;
}

.sub_circle_box .circle {
    width: 77.2%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #6ca2ab;
}

.sub_circle_box .circle.reverse {
    margin-right: 0;
    margin-left: auto;
}

.sub_circle_box .circle .img {
    position: absolute;
    top: 0;
    right: 0;
}

.sub_circle_box .circle.reverse .img {
    right: unset;
    left: 0;
}

.sub_circle_box .circle .img img {
    width: 100%;
}

.face .con01 .com_flex_box {
    align-items: center;
}

.sub_com_txt_box .tit p {
    font-size: 36px;
    letter-spacing: -0.025em;
    line-height: 1.4em;
    color: #444;
    position: relative;
    width: fit-content;
    z-index: 1;
    font-weight: 600;
}

.sub_com_txt_box .tit p.blue {
    color: #223588;
}

.sub_com_txt_box .tit p {
    background: linear-gradient(to top, #e7f0f1 45%, rgba(255, 255, 255, 0));
    display: inline;
}

/* .sub_com_txt_box .tit p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    height: 40%;
    background-color: #e7f0f1;
    z-index: -1;
} */

/* .sub_com_txt_box .tit p.no_line::after {
    display: none;
} */

.sub_com_txt_box .tit p.no_line {
    background: unset;
}

.sub_com_txt_box .alt {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 300;
    color: #444;
    line-height: 1.5em;
}

.sub_com_txt_box .alt b {
    color: #222;
    font-weight: 600;
}

.sub_com_txt_box .alt.white {
    color: #fff;
}

.sub_com_txt_box .alt p+p {
    margin-top: 40px;
}

/* END con01 */

/* con02 */
.sub_com_txt_box .tit.blue p {
    color: #223588;
}

.sub_com_txt_box .tit.blue p::after {
    background-color: #e6e9f0;
}

.sub_com_txt_box .tit.blue p {
    background: linear-gradient(to top, #e6e9f0 45%, rgba(255, 255, 255, 0));
}

.sub_com_txt_box .tit.white p {
    color: #fff;
}

.sub_com_txt_box .tit.white p::after {
    background-color: #223588;
}

.sub_com_txt_box .tit.white p {
    background: linear-gradient(to top, #223588 45%, rgba(255, 255, 255, 0));
}

.sub_com_txt_box .tit.green p {
    color: #fff;
}

.sub_com_txt_box .tit.green p::after {
    background-color: #79989d;
}

.sub_com_txt_box .tit.green p {
    background: linear-gradient(to top, #79989d 45%, rgba(255, 255, 255, 0));
}

.com_box_flex {
    display: flex;
    flex-wrap: wrap;
}

.com_box_flex.item03 {
    gap: 30px;
}

.com_box_flex.item04 {
    gap: 28px;
}

.com_box_flex.item05 {
    gap: 25px;
}

.com_box_flex .box {
    position: relative;
    text-align: center;
    background-color: #fff;
    /* padding: 60px 10px; */
    padding: 50px 10px;
    z-index: 1;
    height: 100%;
}

.com_box_flex .box .num {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    color: #bbb;
}

.com_box_flex .box .num.blue {
    color: #223588;
}

.com_box_flex .box .tit {
    font-size: 27px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #223588;
    margin: 20px 0 30px;
}

.com_box_flex .big_box {
    position: relative;
}

.com_box_flex.item03 .big_box {
    width: calc(33.333% - 20px);
}

.com_box_flex.item04 .big_box {
    width: calc(25% - 21px);
}

.com_box_flex.item05 .big_box {
    width: calc(20% - 20px);
}

.com_box_flex .big_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d7dbe8;
    right: -15px;
    top: 15px;
}

.com_box_flex.before_arrow .big_box+.big_box:before {
    content: '';
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #6ca2ab url(/img/laser_con03_arrow01.png)no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-66%, -50%);
    z-index: 3;
    box-shadow: 0px 8px 48px 0px rgba(108, 162, 171, 0.33);
}

.com_box_flex.before_arrow.before_arrow_w50 .big_box+.big_box:before {
    width: 50px;
}

/* END con02 */

/* con03 */
.com_img_flex_box {
    display: flex;
    justify-content: center;
}

.com_img_flex_box .box {
    position: relative;
    text-align: center;
}

.com_img_flex_box .box .alt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    margin-top: 25px;
}

.com_img_flex_box .box.arw {
    padding-right: 50px;
    margin-right: 50px;
}

.com_img_flex_box .box.arw .arw {
    position: absolute;
    right: 0;
    transform: translate(50%, -70%);
    top: 50%;
}

/* END con03 */

/* con04 */
.com_left_txt_wrap .txt_box {
    width: 50%;
    height: 100%;
    background-color: rgba(121, 152, 157, 0.75);
    padding: 120px 0;
    padding-left: calc((100% - 1400px) /2);
}

.com_num_txt_box {
    padding-right: 120px;
}

.com_num_txt_box .box {
    display: flex;
    color: #fff;
}

.com_num_txt_box .box .num {
    font-size: 24px;
    position: relative;
    letter-spacing: 0;
    font-weight: 500;
    padding-right: 20px;
    margin-right: 20px;
    min-width: 50px;
}

.com_num_txt_box .box .alt {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.025em;
}

.com_num_txt_box .box .num::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 5px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.com_num_txt_box .box+.box {
    margin-top: 30px;
}

/* END con04 */

/* con05 */
.com_chk_box_wrap {
    max-width: 1920px;
    margin: 0 auto;
}

.com_chk_box_wrap .flex_box {
    display: flex;
}

.com_chk_box_wrap .flex_box.reverse {
    flex-direction: row-reverse;
}

.com_chk_box_wrap .flex_box .left img {
    width: 100%;
    height: 100%;
}

.com_chk_box_wrap .flex_box .left {
    width: 55%;
}

.com_chk_box_wrap .flex_box.reverse .right {
    margin-right: 0;
    margin-left: calc((100% - 1400px) / 2);
    border-left: 1px solid #dae8ea;
    border-right: unset;
}

.com_chk_box_wrap .flex_box .right {
    width: 45%;
    margin-right: calc((100% - 1400px) / 2);
    padding: 0 80px;
    border: 1px solid #dae8ea;
    border-left: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.com_chk_box_wrap .flex_box .right.bg-white {
    background-color: #fff;
}

.com_chk_box .box+.box {
    margin-top: 30px;
}

.com_chk_box .box {
    display: flex;
    gap: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dae8ea;
}

.com_chk_box .box.bb_none {
    border-bottom: unset;
}

.com_chk_box .box .img {
    min-width: 28px;
}

.com_chk_box .box .txt .tit {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222;
}

.com_chk_box .box .txt .alt {
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: -0.025em;
    font-size: 18px;
    color: #444;
    line-height: 1.55em;
}

.com_tit_box.line {
    padding-left: 40px;
    position: relative;
}

.com_tit_box.line.white::after {
    background-color: #fff;
}

.com_tit_box.line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #444444;
}

/* END con05 */

/* con06 */
.face_table_box {
    display: flex;
    width: 100%;
}

.face_table_box .tit_box {
    width: 14%;
}

.face_table_box .big_box {
    width: 43%;
}

.face_table_box .tit_box>div,
.face_table_box .big_box>div {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.face_table_box .tit_box>div {
    background-color: #f0f1f1;
    border-right: 1px solid #ddd;
}

.face_table_box .big_box .tit {
    background-color: #f0f1f1;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #222;
}

.face_table_box .alt {
    /* font-size: 18px; */
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #444444;
    text-align: center;
    line-height: 1.55em;
    background-color: #fff;
}

.face_table_box .alt.b {
    font-weight: 600;
    color: #222;
}

.face_table_box .big_box.blue .tit {
    color: #223588;
    background-color: #e6e9f0;
}

.face_table_box .big_box.blue {
    position: relative;
}

.face_table_box .big_box.blue::after {
    content: '';
    position: absolute;
    height: 100%;
    border: 10px solid #223588;
    top: -10px;
    left: 0;
    right: 0;
}

.face_table_box .big_box.blue::before {
    content: 'vs';
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #6ca2ab;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
    box-shadow: 0px 8px 18px 0px rgba(108, 162, 171, 0.4);
}

.com_box_flex.gray .box {
    background-color: #f7f8f9;
}

/* END con06 */
@media all and (max-width:1800px) {
    .com_chk_box_wrap .flex_box .right {
        padding: 0 40px;
    }
}

@media all and (max-width:1600px) {

    .com_chk_box_wrap .flex_box {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .com_chk_box_wrap .flex_box.reverse {
        flex-direction: column;
    }

    .com_chk_box_wrap .flex_box .right {
        width: 100%;
        margin-right: unset;
        border: unset;
        padding: 0 3.125%;
    }

    .com_chk_box_wrap .flex_box.reverse .right {
        margin-left: unset;
    }

    .face .con01 .com_flex_box {
        flex-direction: column;
    }

    .com_flex_box .sub_com_txt_box {
        width: 100%;
    }

    .com_flex_box .sub_circle_box {
        margin-right: auto;
    }

    .com_box_flex.item03 .big_box {
        width: calc(50% - 15px);
    }

    .com_box_flex.item04 .big_box {
        width: calc(50% - 14px);
    }

    .com_box_flex.item05 .big_box {
        width: calc(50% - 17.5px);
    }

    .com_box_flex.item03,
    .com_box_flex.item05 {
        justify-content: center;
    }

    .com_left_txt_wrap .txt_box {
        padding-left: 3.125%;
    }

    .com_num_txt_box {
        padding-right: 3.125%;
    }
}

@media all and (max-width:1400px) {
    .com_num_txt_box {
        padding-right: unset;
    }

    .com_chk_box_wrap .flex_box .left {
        width: auto;
        padding: 0 3.125%;
    }

    .com_left_txt_wrap .txt_box {
        padding: 140px 3.125%;
        width: 100%;
    }

    .sub_com_txt_box .tit p {
        font-size: 29px;
    }

    /* .face_table_box .tit_box {
        display: none;
    } */

    .face_table_box .big_box {
        width: 50%;
    }

    .face_table_box .big_box.blue::before {
        width: 50px;
        font-size: 18px;
    }
    
}

@media all and (max-width:1024px) {
    .face_table_box .tit_box {
        width: 60px;
    }

    .face_table_box .alt {
        font-size: 14px;
    }

    .face_table_box .tit_box {
        background-color: #f0f1f1;
        border-bottom: 1px solid #ddd;
    }

    .face_table_box .alt.b {
        border-bottom: unset;
    }

    .face_table_box .big_box.blue .alt:last-child {
        border-bottom: unset;
    }
}

@media all and (max-width:900px) {
    .com_con_tit {
        font-size: 35px;
    }

    .com_con_sub_tit {
        font-size: 14px;
    }

    .sub_com_txt_box .tit p {
        font-size: 25px;
    }

    .sub_com_txt_box .alt {
        font-size: 18px;
    }

    .com_tit {
        font-size: 40px;
    }

    .com_con_sub_tit.bold {
        font-size: 20px;
    }

    .face_table_box .big_box .tit {
        font-size: 18px;
    }

    .face_table_box .alt {
        padding: 0 10px;
    }

    .face_table_box .alt br {
        display: none;
    }

    /* .face_table_box .big_box {
        width: 100%;
    } */

    

    /* .face_table_box div:nth-child(2) div:last-child {
        padding: 15px 0 35px;
    } */
}

@media all and (max-width:700px) {
    .sub_com_txt_box .tit p::after {
        display: none;
    }

    .com_box_flex.item03 .big_box,
    .com_box_flex.item04 .big_box,
    .com_box_flex.item05 .big_box {
        width: 100%;
    }

    .com_box_flex .big_box::after {
        display: none;
    }

    .com_flex_box .sub_circle_box {
        min-width: 100%;
    }

    .sub_circle_box .circle .img {
        width: 77.2%;
        aspect-ratio: 1/1;
    }

    .sub_com_txt_box .tit p {
        font-size: 23px;
    }

    .sub_com_txt_box .tit br {
        display: none;
    }

    .com_left_txt_wrap {
        background-position: right !important;
    }

    .com_box_flex.before_arrow .big_box+.big_box:before {
        left: 50%;
        top: 0;
        transform: translate(-50%, -66%) rotate(90deg);
    }
}

/* END face */

/* thread */
.com_box_flex .cate .img {
    position: relative;
}

.com_box_flex .cate .img img {
    width: 100%;
}

.com_box_flex .cate .img .label {
    position: absolute;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 196px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #fff;
}
.com_box_flex .cate .img .label.custom {
    width: 100%;
    top: unset;
    bottom: 0;
}

.com_box_flex .cate .img .label.gray {
    background-color: rgba(255, 255, 255, 0.8);
    color: #222;
}

.com_box_flex .cate .img .label.w360 {
    min-width: 360px;
}

.com_box_flex .cate .img .label.w450 {
    min-width: 450px;
}

.com_box_flex .cate .img .label.w100 {
    min-width: 100%;
}

.com_box_flex.cate02 {
    gap: 40px;
}

.com_box_flex.cate02 .cate {
    width: calc(50% - 20px);
}

.com_box_flex.cate03 {
    gap: 40px;
}

.com_box_flex.cate03 .cate {
    width: calc(33.333% - 26.666px);
}

.com_chk_box_wrap .flex_box .left.txt {
    width: 50%;
}

.com_chk_box_wrap .flex_box .right.txt {
    border: unset;
    padding-right: unset;
    width: 50%;
}

.com_chk_box_wrap .flex_box.reverse .right.txt {
    padding: 0 80px;
    padding-left: unset;
}

.com_type_box .type {
    display: flex;
    flex-wrap: wrap;
    background-color: #eff1f3;
}

.com_type_box .type+.type {
    margin-top: 30px;
}

.com_type_box .type.reverse {
    flex-direction: row-reverse;
}

.com_type_box .type .alt_box {
    width: 54%;
    padding: 80px;
}

.com_type_box .type .img {
    width: 46%;
}

.com_type_box .type .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com_type_box .type .alt_box .label {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500;
    color: #b5ccd1;
}

.com_type_box .type .alt_box .tit {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.025em;
    color: #6ca2ab;
    line-height: 1;
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #6ca2ab;
}

.com_type_box .sub_com_txt_box .alt {
    font-weight: 400;
}

@media all and (max-width:1600px) {
    .com_chk_box_wrap .flex_box .right.txt {
        width: 100%;
        padding: 0 3.125%;
    }

    .com_chk_box_wrap .flex_box.reverse .right.txt {
        width: 100%;
        padding: 0 3.125%;
    }
}

@media all and (max-width:1400px) {
    .com_chk_box_wrap .flex_box .left.txt {
        width: auto;
    }
}

@media all and (max-width:1024px) {
    .com_box_flex.cate02 .cate {
        width: 100%;
    }

    .com_box_flex.cate03 .cate {
        width: calc(50% - 20px);
    }

    .com_type_box .type .alt_box,
    .com_type_box .type .img {
        width: 100%;
    }

    .com_type_box .type .alt_box {
        padding: 40px;
    }

    .com_type_box .type.reverse,
    .com_type_box .type {
        flex-direction: column;
    }
}

@media all and (max-width:700px) {
    .com_box_flex .cate .img .label {
        width: 100%;
        min-width: auto !important;
    }

    .com_box_flex.cate03 .cate {
        width: 100%;
    }

    .com_box_flex .cate .img .label {
        height: 40px;
    }
}

/* END thread */

/* handwritten */
.common_table_box {
    border-top: 1px solid #dbdbdb;
}

.common_table_box .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}

.common_table_box .box:hover .arw {
    background-color: #444;
}

.common_table_box .arw_box {
    position: relative;
    margin: 0 60px;
}

.common_table_box .box:hover .arw img {
    filter: brightness(0) invert(1);
}

.common_table_box .box .arw {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    position: relative;
    min-width: 48px;
    border: 1px solid #444444;
    transition: all 0.3s ease;
    border-radius: 50%;
    z-index: 1;
}

.common_table_box .box .arw_box::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    left: -10px;
    top: 0;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
}

.common_table_box .box .img {
    aspect-ratio: 1/0.66;
    margin-right: 80px;
    min-width: 240px;
    max-width: 240px;
}

.common_table_box .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_table_box .box .left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.common_table_box .box .left .tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.45em;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_table_box .box .left .label {
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.3em;
    font-weight: 600;
    color: #6ca2ab;
}

.common_table_box .box .left .alt {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.65em;
    color: #444;
}

.common_table_box .box .left .alt .bar {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.common_table_box .box .left .alt .bar::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    background-color: #aaa;
    transform: translateY(-50%);
}

.common_table_box .box .left .alt .date {
    color: #888;
}

.common_page_box {
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.common_page_box .arw_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.common_page_box a {
    min-width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #888;
    transition: all 0.3s ease;
}

.common_page_box a.active {
    color: #fff;
    background-color: #223588;
}

.common_page_box .num_box {
    display: flex;
    gap: 10px;
}

.common_table_box .box .left .alt_box {
    min-width: 0;
}

@media all and (max-width:1024px) {
    .common_table_box .box .img {
        margin-right: 40px;
    }

    .common_table_box .arw_box {
        margin: 0 30px;
    }
}

@media all and (max-width:700px) {

    .common_table_box .box,
    .common_table_box .box .left {
        gap: 20px;
    }

    .common_table_box .arw_box {
        display: none;
    }

    .common_table_box .box .img {
        margin-right: unset;
    }

    .common_table_box .arw_box {
        margin: unset;
    }

    .common_table_box .box .left .tit {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .common_table_box .box .left {
        width: 100%;
    }

    .common_table_box .box .img {
        min-width: 150px;
        max-width: 150px;
    }
}

/* END handwritten */

/* beforeAfter */
.common_tab_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.common_tab_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #6ca2ab;
    border-radius: 37.5px;
    height: 75px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #666666;
    width: calc(16.666% - 9px);
}

.common_tab_box a.active,
.common_tab_box a:hover {
    color: #fff;
    background-color: #6ca2ab;
}

.ba_slide_wrap .big_slide .item {
    display: flex;
}

.ba_slide_wrap .big_slide .item>div {
    aspect-ratio: 1/0.73;
    width: 50%;
    position: relative;
}

.ba_slide_wrap .big_slide .item>div .txt {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
}

.ba_slide_wrap .big_slide .item>div .img {
    aspect-ratio: 1/0.66;
}

.ba_slide_wrap .item .before .img {
    background-color: #e8e8e8;
}

.ba_slide_wrap .big_slide .item .before .txt {
    background-color: #323232;
}

.ba_slide_wrap .item .after .img {
    background-color: #d1d1d1;
}

.ba_slide_wrap .big_slide .item .after .txt {
    background-color: #6ca2ab;
}

.ba_slide_wrap .big_slide .item>div .img img,
.ba_slide_wrap .small_slide .item>div .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba_slide_wrap .small_slide .item {
    aspect-ratio: 1/0.333;
    display: flex;
    cursor: pointer;
    z-index: 2;
}

.ba_slide_wrap .small_slide .item>div {
    aspect-ratio: 1/0.66;
    width: 50%;
}

.ba_slide_wrap .small_slide .item>div .img {
    width: 100%;
    height: 100%;
}

.ba_slide_wrap .small_slide_wrap {
    position: relative;
}

.ba_slide_wrap .slide_arw {
    position: absolute;
    aspect-ratio: 1/1;
    width: 50px;
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    z-index: 2;
    cursor: pointer;
}

.ba_slide_wrap .slide_arw.prev {
    left: 0;
    transform: translate(-180%, -50%);
}

.ba_slide_wrap .slide_arw.next {
    right: 0;
    transform: translate(180%, -50%);
}

.ba_slide_wrap .prev {
    background: url('/img/ba_slide_prev.png') no-repeat center / cover;
}

.ba_slide_wrap .next {
    background: url('/img/ba_slide_next.png') no-repeat center / cover;
}

.ba_slide_wrap .prev:hover {
    background: url('/img/ba_slide_prev_on.png') no-repeat center / cover;
}

.ba_slide_wrap .next:hover {
    background: url('/img/ba_slide_next_on.png') no-repeat center / cover;
}

.ba_slide_wrap .swiper-slide-thumb-active {
    border: 1px solid #6ca2ab;
}

@media all and (max-width:1860px) {
    .ba_slide_wrap .slide_arw.prev {
        left: 0;
        transform: translateY(-50%);
    }

    .ba_slide_wrap .slide_arw.next {
        right: 0;
        transform: translateY(-50%);
    }
}

@media all and (max-width:1400px) {
    .common_tab_box a {
        width: calc(25% - 8px);
    }
}

@media all and (max-width:1024px) {
    .common_tab_box a {
        height: 60px;
        font-size: 18px;
        width: calc(33.333% - 7px);
    }

    .ba_slide_wrap .big_slide .item>div .txt {
        height: 40px;
        font-size: 18px;
    }
}

/* END beforeAfter */

/* eostory */
.common_table_box2 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #666666;
    padding-top: 60px;
    gap: 60px 25px;
}

.common_table_box2 .box .img {
    aspect-ratio: 1/0.66;
    margin-bottom: 20px;
    position: relative;
}

.beforeAfter .common_table_box2 .box .img {
    aspect-ratio: 1/1;
}

.beforeAfter .common_table_box2 .box .img img {
    object-fit: contain;
}

.beforeAfter .common_table_box2 {
    border-top: unset;
    padding-top: unset;
}

.common_table_box2 .box:hover .img::after {
    content: '';
    position: absolute;
    width: 60px;
    aspect-ratio: 1/1;
    background: url('/img/plus_icon.png') no-repeat center / cover;
    bottom: 0;
    right: 0;
}

.common_table_box2 .box:hover .tit {
    color: #223588;
}

.common_table_box2 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_table_box2 .box .tit {
    transition: all 0.3s ease;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1.4em;
    font-weight: 600;
}

.common_table_box2 .box .alt {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.45em;
    color: #444;
    margin: 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.common_table_box2 .box .date {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #888;
}

.common_table_box2 .box {
    width: calc(33.333% - 17px);
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

@media all and (max-width:1400px) {
    .common_table_box2 .box {
        width: calc(50% - 12.5px);
    }
}

/* END eostory */

/* notice_page */
.common_tab_box2 {
    display: flex;
    flex-wrap: wrap;
}

.common_tab_box2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    width: 33.333%;
    color: #909ac3;
    font-size: 20px;
    letter-spacing: -0.025em;
    border-bottom: 2px solid #c8cce1;
    transition: all 0.3s ease;
    font-weight: 600;
}

.common_tab_box2 a.active,
.common_tab_box2 a:hover {
    color: #223588;
    border-color: #223588;
}

/* END notice_page */

/* Infusion */
.common_img_flex_box .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common_img_flex_box .box.reverse {
    flex-direction: row-reverse;
}

.common_img_flex_box .box+.box {
    margin-top: 30px;
}

.common_img_flex_box .box>div {
    width: 50%;
}

.common_img_flex_box .box .txt_box {
    padding-left: 50px;
}

.common_img_flex_box .box.reverse .txt_box {
    padding-left: unset;
    padding-right: 50px;
}

.common_img_flex_box .box.reverse .img {
    text-align: right;
}

.com_num span {
    aspect-ratio: 1/1;
    width: 48px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #223588;
    border: 1px solid #223588;
}

.com_num {
    position: relative;
    z-index: 2;
    width: fit-content;
}

.com_num::after {
    content: '';
    position: absolute;
    border: 1px solid #79989d;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    left: -10px;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.common_img_flex_box .box .txt_box .tit {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #223588;
    margin: 30px 0;
}

.common_img_flex_box .box .txt_box .tit .black {
    color: #222;
}

.com_injection_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 10px;
}

.com_injection_flex_box .box {
    padding: 35px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #8da5a9;
    border: 1px solid #eaeff0;
    width: calc(20% - 8px);
}

.com_injection_flex_box .box .tit {
    font-size: 24px;
    letter-spacing: -0.025em;
    color: #fff;
    font-weight: 700;
    margin: 25px 0;
}

.com_injection_flex_box .box .alt {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.55em;
    color: #fff;
    text-align: center;
}

@media all and (max-width:1600px) {
    .common_img_flex_box .box>div {
        width: 100%;
        text-align: center;
    }

    .common_img_flex_box .box {
        align-items: center;
    }

    .common_img_flex_box .box+.box {
        margin-top: 60px;
    }

    .common_img_flex_box .box .txt_box {
        padding-left: unset;
        margin-top: 30px;
    }

    .common_img_flex_box .box.reverse .txt_box {
        padding-right: unset;
    }

    .common_img_flex_box .box.reverse .img {
        text-align: center;
    }

    .common_img_flex_box .com_num {
        margin: 0 auto;
    }

    .com_injection_flex_box .box {
        width: calc(33.333% - 7px);
    }
}

@media all and (max-width:1200px) {
    .com_injection_flex_box .box {
        width: calc(50% - 5px);
    }
}

@media all and (max-width:700px) {
    .common_img_flex_box .alt br {
        display: none;
    }

    .com_injection_flex_box .box {
        width: 100%;
    }
}

/* END Infusion */

/* thermage */
.thermage .con02 .row01 {
    text-align: center;
    margin-top: 80px;
}

.thermage .con02 .row01 .img img {
    width: 100%;
}

.thermage .con02 .row01 .alt {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #444;
    text-align: center;
    margin-top: 40px;
}

a.com_btn02 {
    max-width: 270px;
    width: 100%;
    height: 60px;
    border-radius: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #85d4e1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #85d4e1;
    padding: 0 30px;
    transition: all 0.3s ease-in-out;
}

a.com_btn02:hover {
    opacity: 0.7;
}

.com_btn02 .circle {
    aspect-ratio: 1/1;
    width: 7px;
    background-color: #85d4e1;
    border-radius: 50%;
}

.common_img_flex_box .l_alt_box {
    padding-right: 15px;
}

.common_img_flex_box.center .box {
    align-items: center;
}

.thermage .con04 .common_img_flex_box .box+.box,
.thermage .con04 .row03 {
    margin-top: 120px;
}

.com_step_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.com_step_flex_box .box {
    border: 1px solid #d7dbe8;
    border-top: unset;
    padding-bottom: 50px;
}

.com_step_flex_box .box .alt_box .tit {
    font-size: 18px;
    letter-spacing: 0;
    color: #bbb;
    padding: 25px 0;
}

.com_step_flex_box .box .alt_box {
    text-align: center;
}

.com_step_flex_box .box img {
    width: 100%;
}

.com_step_flex_box.item05 .box {
    width: calc(20% - 20px);
}

.com_step_flex_box .sub_com_txt_box .alt {
    margin: unset;
}

.com_chk_box2 .box {
    display: flex;
    gap: 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #fff;
}

.com_chk_box2 .box .img {
    min-width: 28px;
}

.com_chk_box2 .box+.box {
    margin-top: 25px;
}

@media all and (max-width:1600px) {
    .common_img_flex_box.center .box>div {
        text-align: start;
    }

    .common_img_flex_box.center .box {
        gap: 60px;
    }

    .com_step_flex_box.item05 .box {
        width: calc(33.33333% - 17px);
    }
}

@media all and (max-width:700px) {
    .com_step_flex_box.item05 .box {
        width: calc(50% - 12.5px);
    }
}

/* END thermage */

/* ulthera */
.img.w100 img {
    width: 100%;
}

.com_img_flex_box.item03 {
    gap: 35px;
    flex-wrap: wrap;
}

.com_img_flex_box.item05 {
    gap: 20px;
    flex-wrap: wrap;
}

.com_img_flex_box.item04 {
    gap: 24px;
    flex-wrap: wrap;
}

.com_img_flex_box.item04 .box {
    width: calc(25% - 18px);
}

.com_img_flex_box.item05 .box {
    width: calc(20% - 16px);
}

.com_img_flex_box.item03 .box {
    width: calc(33.33333% - 24px);
    text-align: left;
}

.com_img_flex_box .box .sub_tit {
    font-size: 18px;
    letter-spacing: 0;
    color: #bbb;
    margin: 15px 0 10px;
    font-weight: 500;
}

.com_img_flex_box .box .tit {
    font-size: 28px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #223588;
}

@media all and (max-width:1024px) {
    .com_img_flex_box.item04 .box {
        width: calc(50% - 12px);
    }

    .com_img_flex_box.item05 .box {
        width: calc(33.333% - 14px);
    }

    .com_img_flex_box.item03 .box {
        width: calc(50% - 17.5px);
    }
}

@media all and (max-width:700px) {

    .com_img_flex_box.item04 .box,
    .com_img_flex_box.item03 .box {
        width: 100%;
    }

    .com_img_flex_box.item05 .box {
        width: calc(50% - 10px);
    }

    .com_left_txt_wrap .alt br {
        display: none;
    }
}

/* END ulthera */

/* back_neckInjection */
.com_left_txt_wrap.black .txt_box {
    background-color: rgba(0, 0, 0, 0.75);
}

.com_left_txt_wrap.reverse .txt_box {
    padding-left: unset;
    padding: 120px 140px;
    padding-right: unset;
    margin-left: auto;
}

.sub_com_txt_box .sub_tit {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1.25em;
    color: #222;
}

@media all and (max-width:1600px) {
    .com_left_txt_wrap.reverse .txt_box {
        padding: 120px 3.125%;
    }
}


@media all and (max-width:1400px) {
    .com_left_txt_wrap.reverse .txt_box {
        padding: 140px 3.125%;
    }
}

@media all and (max-width:700px) {
    .com_left_txt_wrap.reverse {
        background-position: left !important;
    }
}

/* END back_neckInjection */

.laserShave .con03 .gray_alt {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #6ca2ab;
    letter-spacing: -0.025em;
    line-height: 1.333em;
    background-color: #f7f7f7;
    font-weight: 600;
}

/* acne */
/* END acne */

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

            로그인 페이지

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.login_page .con01 .inner {
    max-width: 500px;
}

.login_page .con01 .login_con_alt .tit {
    text-align: center;
}

.login_page .con01 .login_con_alt .tit h3 {
    font-size: 70px;
    color: #6ca2ab;
    letter-spacing: 0;
    font-weight: 700;
}

.login_page .con01 .login_con_alt .input_box {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.login_page .con01 .login_con_alt .input_box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    height: 56px;
    padding: 20px 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.login_page .con01 .login_con_alt .input_box input::placeholder {
    font-weight: 300;
    color: #aaaaaa;
    font-size: 16px;
    letter-spacing: -0.045em;
}

.login_page .con01 .login_con_alt .input_check label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.login_page .con01 .login_con_alt .input_check label input[type="checkbox"] {
    display: none;
}

.login_page .con01 .login_con_alt .input_check label input[type="checkbox"]:checked~i {
    background: #6ca2ab url(/img/check_on_icon.png)no-repeat center center;
    border-color: #6ca2ab;
}

.login_page .con01 .login_con_alt .input_check label i {
    width: 18px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    display: block;
}

.login_page .con01 .login_con_alt .input_check label span {
    font-weight: 500;
    color: #666666;
    letter-spacing: -0.045em;
    font-size: 16px;
}

.login_page .con01 .login_con_alt .bot_box {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.login_page .con01 .login_con_alt .btn_alt_box {
    width: 100%;
}

.login_page .con01 .login_con_alt .btn_alt_box .btn {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 20px;
    letter-spacing: -0.045em;
    font-weight: 600;
    transition: .5s;
}

.login_page .con01 .login_con_alt .btn_alt_box .btn.blue_btn {
    border: 1px solid #6ca2ab;
    color: #6ca2ab;
}

.login_page .con01 .login_con_alt .btn_alt_box .btn.yellow_btn {
    background-color: #ffe227;
    color: #080818;
}

.login_page .con01 .login_con_alt .btn_alt_box .btn.green_btn {
    background-color: #4bac3b;
    color: #ffffff;
}

.login_page .con01 .login_con_alt .btn_alt_box .btn.blue_btn:hover {
    background-color: #6ca2ab;
    color: #fff;
}

.login_page .con01 .login_con_alt .user_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_page .con01 .login_con_alt .user_list ul li {
    position: relative;
}

.login_page .con01 .login_con_alt .user_list ul li+li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 18px;
    background-color: #666;
}

.login_page .con01 .login_con_alt .user_list ul li:hover a {
    color: #222;
}

.login_page .con01 .login_con_alt .user_list ul li a {
    font-size: 18px;
    color: #666666;
    font-weight: 300;
    letter-spacing: -0.045em;
    padding: 0 15px;
}

/* 문의상담예약 */
.text_ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_table_box .box .left .tit.lock {
    position: relative;
    padding-right: 30px;
}

.common_table_box .box .left .tit.lock::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 16px;
    height: 21px;
    background: url('/img/lock_icon.png') no-repeat center / cover;
}

.common_table_box .box .right_box {
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.common_table_box .box .state {
    min-width: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #6ca2ab;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #6ca2ab;
    transition: all 0.3s ease;
}

.common_table_box .box .left .num {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    padding: 0 60px;
    color: #444444;
}

.common_table_box .box .state.active {
    background-color: #6ca2ab;
    color: #fff;
}

@media all and (max-width:700px) {
    .common_table_box .box .left .num {
        display: none;
    }

    .common_table_box .box .right_box {
        margin-left: 30px;
    }
}

/* END 문의상담예약 */

.sub_com_txt_box .alt ul.dash-list li:before {
    position: relative;
    content: '-';
    top: 0;
    left: 0;
}

/* 베이직이오펫주사 */
.com_circle_overlap_box {
    display: flex;
    flex-wrap: wrap;
}

.com_circle_overlap_box .box {
    aspect-ratio: 1/1;
    padding: 80px 40px 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.com_circle_overlap_box.item05 .box {
    width: calc(20% + 32px);
}

.com_circle_overlap_box .box .tit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.com_circle_overlap_box .box .line {
    margin: 15px auto 25px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.com_circle_overlap_box .box .alt {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.55em;
}

.com_circle_overlap_box .box:nth-child(1) {
    background-color: #6ca2ab;
}

.com_circle_overlap_box .box:nth-child(2) {
    background-color: #5d8ca4;
}

.com_circle_overlap_box .box:nth-child(3) {
    background-color: #476b99;
}

.com_circle_overlap_box .box:nth-child(4) {
    background-color: #314b8f;
}

.com_circle_overlap_box .box:nth-child(5) {
    background-color: #1b2a6d;
}

.com_circle_overlap_box .box:not(:first-child) {
    margin-left: -40px;
}

.com_qna_box .sub_box {
    display: flex;
    padding: 20px 40px;
    border: 1px solid #fff;
    width: 100%;
    gap: 40px;
    align-items: center;
}

.com_qna_box .sub_box+.sub_box {
    margin-top: 10px;
}

.com_qna_box .sub_box .label {
    aspect-ratio: 1/1;
    border-radius: 50%;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: 700;
}

.com_qna_box .sub_box .label.q {
    background-color: #6ca2ab;
    color: #fff;
}

.com_qna_box .sub_box .label.a {
    background-color: #fff;
    color: #6ca2ab;
}

.com_qna_box .sub_box .alt {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #fff;
    word-break: break-all;
}

.sub_com_txt_box .alt {
    word-break: break-all;
}

.com_step_flex_box02 {
    display: flex;
    flex-wrap: wrap;
}

.com_step_flex_box02 .box {
    text-align: center;
    padding: 40px 0;
}

.com_step_flex_box02 .box+.box {
    border-left: 1px solid #ddd;
}

.com_step_flex_box02 .box .label {
    margin: 0 auto;
    max-width: 120px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    width: 100%;
}

.com_step_flex_box02 .box:nth-child(1) .label {
    background-color: #1b2a6d;
}

.com_step_flex_box02 .box:nth-child(2) .label {
    background-color: #314b8f;
}

.com_step_flex_box02 .box:nth-child(3) .label {
    background-color: #476b99;
}

.com_step_flex_box02 .box:nth-child(4) .label {
    background-color: #5d8ca4;
}

.com_step_flex_box02 .box:nth-child(5) .label {
    background-color: #6ca2ab;
}

.com_step_flex_box02 .box .img {
    margin: 20px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_step_flex_box02 .box .tit {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222;
}

.com_step_flex_box02 .box .alt {
    margin-top: 15px;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #444444;
}

.com_step_flex_box02.item05 .box {
    width: 20%;
}

.gradient_link_box {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: linear-gradient(to right, #6ca2ab, #1b2b6d);
    font-size: 22px;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.gradient_link_box .tit {
    color: #fff;
}

@media all and (max-width:1600px) {
    .com_circle_overlap_box {
        justify-content: center;
    }

    .com_circle_overlap_box.item05 .box {
        width: calc(33.333% + 13px);
    }

    .com_circle_overlap_box .box:not(:first-child) {
        margin-left: -20px;
    }

    .com_circle_overlap_box .box {
        padding: 50px 20px 0;
    }

    .com_step_flex_box02 {
        justify-content: center;
    }

    .com_step_flex_box02.item05 .box {
        width: 33.333%;
    }

    .com_step_flex_box02.item05 .box+.box {
        border: unset;
    }
}

@media all and (max-width:1024px) {
    .com_qna_box .sub_box {
        padding: 20px;
        gap: 20px;
    }

    .com_qna_box .sub_box .label {
        width: 40px;
        min-width: 40px;
    }

    .com_step_flex_box02.item05 .box {
        width: 50%;
    }
}

@media all and (max-width:900px) {
    .com_circle_overlap_box.item05 .box {
        width: 50%;
    }

    .com_circle_overlap_box .box:not(:first-child) {
        margin-left: unset;
    }

    .com_circle_overlap_box .box {
        padding: 40px 15px 0;
    }

    .com_circle_overlap_box .box .line {
        margin: 10px auto 10px;
    }
}

@media all and (max-width:700px) {
    .com_circle_overlap_box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .com_circle_overlap_box.item05 .box {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 360px;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .com_qna_box .sub_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .gradient_link_box {
        padding: 20px 30px;
    }
}

/* END 베이직이오펫주사 */

/* 프리미엄이오팻주사 */
.com_flex_box02 {
    display: flex;
    flex-wrap: wrap;
}

.com_flex_box02 .box {
    position: relative;
    text-align: center;
    padding: 60px;
    background-color: #fff;
}

.com_flex_box02 .box .tit {
    margin: 30px auto 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222;
}

.com_flex_box02 .box .alt {
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    font-weight: 300;
    color: #444;
    word-break: break-all;
}

.com_flex_box02 .box .num_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 45px solid transparent;
    border-top: 45px solid #223588;
    border-left: 45px solid #223588;
    border-right: 45px solid transparent;
}

.com_flex_box02 .box .num {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.com_flex_box02.item03 {
    gap: 30px;
}

.com_flex_box02.item03 .box {
    width: calc(33.333% - 20px);
}

.com_flex_box02.border .box {
    border: 1px solid #ddd;
}

.com_flex_box02.item04 {
    gap: 25px;
}

.com_flex_box02.item04.flex_end .box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.com_flex_box02.item04 .box {
    width: calc(25% - 19px);
}

.com_table_box02 {
    white-space: nowrap;
    overflow: auto;
}

.com_table_box02 table {
    width: 100%;
}

.com_table_box02 table th,
.com_table_box02 table td {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.com_table_box02 table th {
    background-color: #fff;
    color: #444444;
}

.com_table_box02 table th:first-child {
    background-color: #e2e7e8;
}

.com_table_box02 table td {
    color: #fff;
    background-color: transparent;
}

.com_table_box02 table td:first-child {
    background-color: #6d898d;
}

.com_table_box02 table tbody tr {
    border-bottom: 1px solid #a5babd;
}

.com_table_box02 table td:not(:first-child)+td {
    border-left: 1px solid #a5babd;
}

.com_table_box02 table .flex_box {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.com_table_box02 table .flex_box .circle {
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    width: 20px;
    min-width: 20px;
}

.com_table_box02 table .flex_box .circle.active {
    background-color: #fff;
}

@media all and (max-width:1600px) {
    .com_flex_box02 .box {
        padding: 40px 20px;
    }

    .com_flex_box02.item03 {
        gap: 20px;
    }

    .com_flex_box02 .box .num_box {
        border-bottom: 30px solid transparent;
        border-top: 30px solid #223588;
        border-left: 30px solid #223588;
        border-right: 30px solid transparent;
    }

    .com_flex_box02 .box .num {
        left: 10px;
        top: 10px;
    }

    .com_flex_box02.item04 {
        gap: 20px;
    }

    .com_flex_box02 {
        justify-content: center;
    }

    .com_flex_box02.item03 .box {
        width: calc(33.33333% - 14px);
    }

    .com_flex_box02.item04 .box {
        width: calc(33.33333% - 14px);
    }
}

@media all and (max-width:1024px) {

    .com_flex_box02.item03 .box,
    .com_flex_box02.item04 .box {
        width: calc(50% - 10px);
    }
}

@media all and (max-width:700px) {

    .com_flex_box02.item03 .box,
    .com_flex_box02.item04 .box {
        width: 100%;
    }

    .com_con_tit {
        line-height: 1.2em;
    }

    .com_tit_box.line {
        padding-left: 20px;
    }

    .com_con_tit {
        font-size: 33px;
    }
}

/* END 프리미엄이오팻주사 */

/* 마스터즈이오펫주사 */
.com_news_box {
    background: url('/img/news_bg.jpg') no-repeat center / cover;
    padding: 60px;
    color: #444444;
}

.com_news_box .tit {
    font-family: 'Noto Serif KR';
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.025em;
}

.com_news_box .sub_tit {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 20px 0 30px;
    padding: 10px 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.com_news_box .alt {
    word-break: break-all;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.7em;
}

.com_news_box .alt p+p {
    margin-top: 20px;
}

@media all and (max-width:1024px) {
    .com_news_box {
        padding: 30px;
    }
}

@media all and (max-width:700px) {
    .com_news_box .tit {
        font-size: 24px;
    }

    .com_news_box .alt {
        font-size: 16px;
    }

    .com_news_box .sub_tit {
        font-size: 14px;
    }
}

/* END 마스터즈이오펫주사 */

/* 다어어트약 & 수액처방 */
.com_hover_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.com_hover_flex_box .box {
    flex: 1;
    padding: 40px 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    height: 440px;
    display: flex;
    flex-direction: column;
}

.com_hover_flex_box .box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.com_hover_flex_box .box .img::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0));
}

.com_hover_flex_box .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com_hover_flex_box .box .label {
    padding: 10px 20px;
    border-radius: 18px;
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    width: max-content;
}

.com_hover_flex_box .box .txt_box {
    margin-top: auto;
}

.com_hover_flex_box .box .txt_box .tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    transition: all 0.3s ease;
}

.com_hover_flex_box .box .txt_box .alt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: 1.55em;
    transition: all 0.3s ease;
    visibility: hidden;
    height: 0;
    word-break: break-all;
}

.com_hover_flex_box .box.active .label {
    background-color: #6ca2ab;
}

.com_hover_flex_box .box.active .txt_box .alt {
    margin-top: 20px;
    height: 100%;
    visibility: visible;
}

.com_hover_flex_box .box.active {
    flex: 2;
}

.com_hover_flex_box .box.active .img::before {
    background: linear-gradient(to top, rgba(46, 103, 115, 1), rgba(255, 255, 255, 0));
}

.common_circle_plus_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.common_circle_plus_flex_box .box {
    width: 33.3333%;
}

.common_circle_plus_flex_box .big_box {
    width: calc(66.6666% - 120px);
    position: relative;
}

.common_circle_plus_flex_box .icon {
    width: 40px;
    aspect-ratio: 1/1;
    position: relative;
    margin-bottom: 80px;
}

.common_circle_plus_flex_box .icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #444444;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common_circle_plus_flex_box .icon span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.common_circle_plus_flex_box .box.blue .circle {
    background-color: #223588;
    aspect-ratio: 1/1;
    padding: 6.5%;
    border-radius: 50%;
}

/* .common_circle_plus_flex_box .big_box .box_wrap .circle,
.common_circle_plus_flex_box .box.blue .circle {
    max-width: 360px !important;
} */

.common_circle_plus_flex_box .box.blue .circle {
    margin: 0 auto;
}

.common_circle_plus_flex_box .box.blue .line_box {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.33);
}

.common_circle_plus_flex_box .circle {
    color: #fff;
}

.common_circle_plus_flex_box .circle .tit {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}

.common_circle_plus_flex_box .circle .sub_tit {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.common_circle_plus_flex_box .box .txt_box,
.common_circle_plus_flex_box .big_box .txt_box {
    text-align: center;
    color: #444;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    font-size: 20px;
    margin-top: 20px;
    word-break: break-all;
}

.common_circle_plus_flex_box .big_box .box_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.common_circle_plus_flex_box .big_box .box_wrap .circle {
    width: calc(50% + 40px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(108, 162, 171, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common_circle_plus_flex_box .big_box .box_wrap .circle:last-child {
    right: 0;
    left: unset;
}

.common_circle_plus_flex_box .big_box .box_wrap .circle .span {
    color: rgba(255, 255, 255, 0.1);
    font-size: 120px;
    letter-spacing: 0;
    font-weight: 700;
    position: absolute;
    left: 48px;
    top: 48px;
}

.common_circle_plus_flex_box .big_box .box_wrap .circle:last-child .span {
    bottom: 48px;
    top: unset;
    left: unset;
    right: 48px;
}

.common_circle_plus_flex_box .big_box {
    display: flex;
    flex-direction: column;
}

.common_circle_plus_flex_box .big_box .txt_box {
    margin-top: auto;
}

@media all and (max-width:1600px) {

    .common_circle_plus_flex_box .big_box .box_wrap .circle,
    .common_circle_plus_flex_box .box {
        max-width: 440px;
    }

    .common_circle_plus_flex_box {
        flex-direction: column;
        justify-content: center;
    }

    .common_circle_plus_flex_box .box,
    .common_circle_plus_flex_box .big_box {
        width: 100%;
        margin: 0 auto;
    }

    .common_circle_plus_flex_box .icon {
        margin-bottom: unset;
        margin: 0 auto;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle {
        width: 100%;
        position: relative;
    }

    .common_circle_plus_flex_box .big_box .box_wrap {
        justify-content: center;
        margin-bottom: 20px;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle {
        right: unset;
        top: unset;
        left: unset;
        bottom: unset;
        transform: translateX(20px);
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle:last-child {
        right: unset;
        top: unset;
        left: unset;
        bottom: unset;
        transform: translateX(-20px);
    }

}

@media all and (max-width:1400px) {
    .com_hover_flex_box .box {
        flex: unset;
        width: 50%;
    }

    .com_hover_flex_box .box.active {
        flex: unset;
    }

    .com_hover_flex_box .box .img::before {
        background: linear-gradient(to top, rgba(46, 103, 115, 1), rgba(255, 255, 255, 0));
    }

    .com_hover_flex_box .box .txt_box .alt {
        margin-top: 20px;
        height: 100%;
        visibility: visible;
    }

    .com_hover_flex_box .box .label {
        background-color: #6ca2ab;
    }

    .com_hover_flex_box .box {
        padding: 40px 20px;
    }
}


@media all and (max-width:1024px) {
    .common_circle_plus_flex_box .big_box .box_wrap .circle .span {
        font-size: 90px;
        left: 74px;
        top: 24px;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle:last-child .span {
        bottom: 24px;
        top: unset;
        left: unset;
        right: 74px;
    }

}

@media all and (max-width:700px) {
    .com_hover_flex_box .box {
        width: 100%;
    }

    .common_circle_plus_flex_box .big_box .box_wrap {
        flex-direction: column;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle {
        transform: unset;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle:last-child {
        transform: translateY(-40px);
    }

    .common_circle_plus_flex_box .txt_box br {
        display: none;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle,
    .common_circle_plus_flex_box .box.blue .circle {
        max-width: 250px !important;
    }

    .common_circle_plus_flex_box .box.blue .circle {
        padding: 4.5%;
    }

    .common_circle_plus_flex_box .big_box .box_wrap .circle .span {
        font-size: 74px;
    }

    .common_circle_plus_flex_box .circle .sub_tit {
        font-size: 23px;
    }

    .common_circle_plus_flex_box .circle .tit {
        font-size: 18px;
    }
}

/* END 다어어트약 & 수액처방 */

/* 반영구클리닉 */
.com_txt_box02 {
    background-color: #fff;
    padding: 40px;
}

.com_txt_box02.gray {
    background-color: #f7f8f9;
}

.com_txt_box02 .box_tit {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
    margin-bottom: 15px;
}

.com_txt_box02 .box_alt p {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #444444;
    line-height: 1.55em;
    text-align: left;
}

.com_txt_box02 .box_alt p::after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.common_square_box {
    display: flex;
    flex-wrap: wrap;
}

.common_square_box .box {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.common_square_box.item04 {
    gap: 25px;
}

.common_square_box.item04 .box {
    width: calc(25% - 19px);
}

.common_square_box .box .tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #222;
    margin: 20px 0 10px;
}

.common_square_box .box .alt {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #444444;
    line-height: 1.5em;
}

@media all and (max-width:1600px) {
    .common_square_box.item04 .box {
        width: calc(50% - 12.5px);
    }
}

@media all and (max-width:700px) {
    .common_img_flex_box .box .txt_box .tit {
        font-size: 20px;
    }

    .sub_com_txt_box .alt,
    .com_txt_box02 .box_alt p {
        font-size: 16px;
    }

    .com_txt_box02 {
        padding: 20px;
    }

    .common_square_box.item04 .box {
        width: 100%;
        padding: 40px 20px;
    }

    .ulthera02 .sub_com_txt_box .alt br,
    .ulthera .sub_com_txt_box .alt br {
        display: none;
    }
}

/* END 반영구클리닉 */

/* 슈링크유니버스 */
.sub_com_txt_box .blue_alt_box {
    margin-top: 25px;
}

.blue_alt_box p {
    position: relative;
    padding-left: 18px;
    color: #223588;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    font-weight: 300;
}

.blue_alt_box p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    aspect-ratio: 1/1;
    background-color: #223588;
}

.common_square_box.circle .box {
    border-radius: 50%;
    border: unset;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.common_square_box.circle .box .alt {
    font-size: 22px;
    letter-spacing: -0.025em;
    color: #223588;
    line-height: 1.45em;
    margin-top: 20px;
    font-weight: 600;
}

.com_img_flex_box .box .alt.black {
    color: #222;
    font-size: 22px;
}

.oligio .com_con_tit b {
    line-height: 1.25em;
}

.white_ment {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    letter-spacing: -0.025em;
}

.com_flex_box02 .box.green .num_box {
    border-bottom: 45px solid transparent;
    border-top: 45px solid #6ca2ab;
    border-left: 45px solid #6ca2ab;
    border-right: 45px solid transparent;
}

.com_flex_box02 .box.green {
    border: 1px solid #dbdbdb;
}

.com_flex_box02 .box .img_tit {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.35em;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    word-break: auto-phrase;
}

/* END 슈링크유니버스 */

.mb_flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media all and (max-width:700px) {
    .com_table_box02 {
        overflow: unset;
    }

    .com_table_box02 table th,
    .com_table_box02 table td {
        padding: 20px 5px;
        font-size: 14px;
    }

    .com_table_box02 table .flex_box .circle {
        width: 14px;
        min-width: 14px;
    }
}

/* about */
.about_introduce_box {
    background: url('/img/about_con01_bg.jpg') no-repeat center bottom / cover;
    padding: 160px 0;
}

.about_introduce_box .inner {
    display: flex;
    flex-wrap: wrap;
}

.about_introduce_box .inner>div {
    width: 50%;
    color: #222;
}

.about_introduce_box .tit {
    font-family: 'NanumMyeongjo';
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.025em;
    margin-bottom: 60px;
}

.about_introduce_box .sub_tit {
    font-size: 28px;
    font-weight: 100;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #222;
    word-break: break-all;
}

.about_introduce_box .alt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    word-break: break-all;
}

.about_introduce_box .alt.light {
    font-weight: 300;
}

.about_introduce_box .alt+.alt {
    margin-top: 30px;
}

.br_mb_only {
    display: none;
}


@media all and (max-width:1400px) {

    .about_introduce_box .alt br,
    .about_introduce_box .sub_tit br {
        display: none;
    }
}

@media all and (max-width:1024px) {
    .about_introduce_box .inner>div {
        width: 100%;
    }

    .about_introduce_box .inner .right_box {
        margin-top: 40px;
    }

    .about_introduce_box .alt {
        word-break: break-all;
    }

    .br_mb_only {
        display: block;
    }
    
}

@media all and (max-width:700px) {
    .about_introduce_box .alt {
        /* word-break: break-all; */
    }
}

.about_introduce_box .sign {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #222;
    justify-content: flex-end;
}

/* END about */

/* medical */
.medical_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.medical_flex_box>div {
    width: 50%;
}

.com_medical_tit {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
    margin-bottom: 30px;
}

.com_medical_alt p {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    padding-left: 15px;
}

.com_medical_alt p::after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.medical_img_flex_box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.medical_img_flex_box .img {
    width: calc(33.3333% - 7px);
}

.medical_flex_box.reverse {
    flex-direction: row-reverse;
}

.medical_flex_box.reverse .left_box {
    padding-left: 100px;
}

.line02 .com_con_tit.black {
    margin-bottom: 100px;
    position: relative;
}

.line02 .com_con_tit.black::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 1px;
    height: 40px;
    background-color: #fff;
}

@media all and (max-width:1600px) {

    .medical_flex_box,
    .medical_flex_box.reverse {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .medical_flex_box>div {
        width: 100%;
    }

    .medical_flex_box .right_box {
        text-align: center;
    }

    .medical_flex_box.reverse .left_box {
        padding-left: unset;
    }
}

@media all and (max-width:1024px) {
    .medical_img_flex_box .img {
        width: calc(50% - 5px);
    }
}

/* END medical */

/* guide */
.guide_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.guide_flex_box .img {
    width: 54%;
}

.guide_flex_box .img img {
    height: 100%;
}

.guide_flex_box .sub_com_txt_box {
    width: 46%;
    padding-left: 80px;
}

.guide_time_box {
    border: 1px solid #dbdbdb;
    padding: 45px 50px;
}

.guide_time_box_tit {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #6ca2ab;
}

.guide_time_box .com_map_time .box {
    color: #222222;
    font-size: 24px;
}

.etc_ment01 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #888888;
}

.guide_map_box {
    position: relative;
    aspect-ratio: 1/0.42;
}

.guide_map_box #daumRoughmapContainer1714629358678 {
    width: 100%;
    height: 100%;
}

.guide_map_box .root_daum_roughmap .wrap_map {
    height: 100%;
}

.guide_map_box .alt_box {
    position: absolute;
    width: 40%;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 1/0.71;
    padding: 70px;
    background-color: rgba(34, 53, 136, 0.66);
    z-index: 10;
}

.com_tit_box.line.custom {
    padding-left: 20px;
}

.com_con_tit.custom {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.45em;
    margin: unset;
}

.guide_map_box .box {
    margin-top: 30px;
    color: #fff;
}

.guide_map_box .box .tit {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}

.guide_map_box .box .alt {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

@media all and (max-width:1600px) {
    .guide_flex_box {
        gap: 40px;
    }

    .guide_flex_box .img {
        width: 100%;
        text-align: center;
    }

    .guide_flex_box .sub_com_txt_box {
        width: 100%;
        padding-left: unset;
    }

    .guide_map_box .alt_box {
        padding: 70px 20px;
    }
}

@media all and (max-width:1400px) {
    .guide_map_box .alt_box {
        right: unset;
        left: 5%;
        width: 50%;
    }

    .guide_map_box .box .tit {
        font-size: 14px;
    }

    .guide_map_box .box .alt {
        font-size: 16px;
    }

    .com_con_tit.custom {
        font-size: 18px;
    }

    .guide_time_box .com_map_time .box {
        justify-content: flex-start;
    }
}

@media all and (max-width:1024px) {
    .guide_map_box .alt_box {
        padding: 20px;
    }

}

@media all and (max-width:700px) {
    .guide_map_box {
        position: relative;
        width: 100%;
        aspect-ratio: unset;
        display: flex;
        flex-direction: column;
    }

    .guide_time_box_tit {
        font-size: 20px;
    }

    .com_map_time .box {
        font-size: 18px;
    }

    .etc_ment01 {
        font-size: 16px;
    }

    .guide_time_box {
        padding: 20px 30px;
    }

    .guide_map_box .alt_box {
        position: relative;
        top: unset;
        transform: unset;
        left: unset;
        width: 100%;
        aspect-ratio: unset;
        order: 2;
    }

    .guide_map_box #daumRoughmapContainer1714629358678 {
        aspect-ratio: 1 / 0.42;
    }
    .sub_com_txt_box .alt br {
        display: none;
    }
}

/* END guide */

/* remodeling */
.com_circle_mix_flex {
    display: flex;
    justify-content: center;
    padding-left: 25px;
}

.com_circle_mix_flex .box {
    width: 320px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    background-color: #6ca2ab;
    mix-blend-mode: multiply;
    margin-left: -25px;
}

.com_circle_mix_flex .box:nth-child(even) {
    background-color: #223588;
}

.com_circle_mix_flex .box .tit {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 19px;
}

.com_circle_mix_flex .box .tit::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #fff;
}

.com_circle_mix_flex .box .sub_tit {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #fff;
}

.remodeling_txt_box {
    text-align: center;
    padding: 60px 20px;
    border: 1px solid #dbdbdb;
}

.remodeling_txt_box .tit {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #444444;
    margin-bottom: 15px;
}

.remodeling_txt_box .alt {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.com_left_txt_wrap.reverse.custom .txt_box {
    background-color: unset;
    padding-left: unset;
}

@media all and (max-width:1400px) {
    .com_left_txt_wrap.reverse.custom .txt_box {
        background-color: rgba(121, 152, 157, 0.75);
        padding: 140px 3.125%;
    }
    .com_circle_mix_flex .box {
        width: 220px;
    }
    .com_circle_mix_flex .box .tit {
        font-size: 20px;
    }
    .com_circle_mix_flex .box .sub_tit {
        font-size: 16px;
    }
}

@media all and (max-width:700px) {
    .com_circle_mix_flex {
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .com_circle_mix_flex .box {
        width: 50%;
    }
    .remodeling_txt_box .alt br {
        display: none;
    }
    .remodeling_txt_box .tit {
        font-size: 22px;
    }
    .remodeling_txt_box .alt {
        font-size: 16px;
    }
}
/* END remodeling */

/* curejet */
.curejet .custom_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.curejet .con02 {
    z-index: 1;
}
.curejet .con02 .inner {
    position: unset;    
}
.curejet_txt_box {
    display: flex;
    gap: 20px;
}
.curejet_txt_box .box {
    padding: 60px 70px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    min-width: 28.5%;
}
.curejet_txt_box .box .tit {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #aaaaaa;
    margin-bottom: 20px;
}
.curejet_txt_box .box .tit b {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #444444;
}
.curejet_txt_box .box .alt {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #444444;
}

@media all and (max-width:1600px) {
    .curejet .custom_img {
        position: relative;
        top: unset;
        right: unset;        
        order: 2;
    }
    .curejet .con02 .inner {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .curejet_txt_box {
        margin-top: 40px;
    }
    .curejet .con02 .inner .com_con_tit.black {
        margin: unset;
    }
    .curejet_txt_box .box {
        padding: 40px 20px;
        width: calc(50% - 10px);
    }
    .curejet_txt_box .box .alt {
        font-size: 15px;
    }
}

@media all and (max-width:700px) {
    .curejet_txt_box .box .alt  br {
        display: none;
    }
}

.booster_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.booster_flex_box > div {
    width: calc(50% - 30px);
}
.booster_flex_box .right_box {
    text-align: right;
}
.com_flex_box06 {
    display: flex;
    flex-wrap: wrap;
}
.com_flex_box06 > div {
    width: 50%;
}
.com_flex_box06 .sub_com_txt_box {
    padding-left: 60px;
}

.com_flex_box06 .left_box {
    padding-left: 40px;
    position: relative;
    display: flex;
}
.com_flex_box06 .left_box .box {
    width: 50%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -40px;
    mix-blend-mode: multiply;
    max-width: 380px;
    position: relative;
}
.com_flex_box06 .left_box .plus {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);    
    z-index: 2;
}
.com_flex_box06 .left_box .box .tit {
    margin: 15px 0 5px;
    font-size: 32px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.com_flex_box06 .left_box .box .sub_tit {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: 1.2em;
}

@media all and (max-width:1600px) {
    .com_flex_box06 {
        gap: 40px;
    }
    .com_flex_box06 > div {
        width: 100%;
    }
    .com_flex_box06 .sub_com_txt_box {
        padding-left: unset;
    }
    .com_flex_box06 .left_box {
        justify-content: center;
    }
    .com_flex_box06 .left_box .plus {        
        left: 50%;
    }
    .booster_flex_box > div {
        width: 100%;
    }
    .booster_flex_box .right_box {
        text-align: left;
    }
}

@media all and (max-width:700px) {
    .com_flex_box06 .left_box .box .tit {
        font-size: 20px;
    }
    .com_flex_box06 .left_box .box .sub_tit {
        font-size: 16px;
    }
    .com_flex_box06 .left_box .box .img {
        width: 48px;
    }
    .com_flex_box06 .left_box {
        padding-left: 30px;
    }
    .com_flex_box06 .left_box .box {
        margin-left: -30px;
    }
}
/* END curejet */

.writeForm_btn a.member_out {
    right: unset;
    background: #87888a;
    left: 0;
}

/* 2024.06.14 추가 */
.com_lang_box05 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
}

.com_lang_box05 a.active {
    font-weight: 700;
    color: #6ca2ab;
}

@media all and (max-width:1024px) {
    #header .com_lang_box05 {
        display: none;
    }
}

.custom_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

@media all and (max-width:1600px) {
    .custom_inner {
        width: 93.75%;
    }
}

/* header */
#custom_header .m_btn {
    display: none;
    width: 24px;
    margin: 0 auto;
    text-align: right;
    cursor: pointer;
}

#custom_header .m_btn i {
    display: inline-block;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background: #000;
    transition: all 0.5s;
}

#custom_header .m_btn i:nth-of-type(2) {
    width: 84%;
}

#custom_header .m_btn.on i:nth-of-type(1) {
    margin: 11px 0 -2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#custom_header .m_btn.on i:nth-of-type(2) {
    width: 0;
    margin: 0;
}

#custom_header .m_btn.on i:nth-of-type(3) {
    margin: 0 0 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media all and (max-width:1024px) {
    #custom_header .m_btn {
        display: inline-block;
    }
}

#custom_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 105px;
    transition: all 0.3s ease;
}

#custom_header.active {
    background-color: #fff;
}

#custom_header .custom_h_inner {
    display: flex;
    max-width: 1920px;
    height: 100%;
    padding: 0 30px;
    font-family: 'Playfair Display';
    justify-content: space-between;
}

#custom_header .custom_logo {
    display: flex;
    align-items: center;
	max-width: 227px;
}

#custom_header .gnb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 975px;
}

.custom_h_right_box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.custom_h_right_box a {
    position: relative;
}

#custom_header .custom_lang_box02 {
    position: relative;
    cursor: pointer;
}
#custom_header .custom_lang_box02 .custom_lang_box_ch {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    display: none;
}
#custom_header .custom_lang_box02 .custom_lang_box_ch a {
    display: block;
    padding: 5px 0;
}

.custom_h_right_box a .ab_qr_box02 {
    position: absolute;
    top: 130%;
    right: 0;
    transform: translateX(-7%);
    min-width: 203px;
    display: none;
}
.custom_h_right_box a.active .ab_qr_box02 {
    display: block;
}
#custom_header .gnb>ul {
    display: flex;
    height: 100%;
}

#custom_header .gnb>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 50px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #222222;
    white-space: nowrap;
}

/* END header */

/* mv */
.custom_mv {
    position: relative;
    overflow: hidden;
}

.custom_mv .img {
    width: 100%;
}

.custom_mv .img img {
    width: 100%;
}

.custom_mv_txt {
    position: absolute;
    right: -5%;
    bottom: 5%;
    color: rgba(0, 0, 0, 0.1);
    font-size: 112px;
    letter-spacing: 0;
}

/* END mv */

/* custom_con */
.custom_con01 {
    padding: 120px 0;
}

.com_custom_tit {
    font-size: 60px;
    letter-spacing: 0;
    color: #fff;
}

.com_custom_sub_tit {
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
}

.custom_w1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.custom_con02_slide .custom_flex_box01 {
    display: flex;
    flex-wrap: wrap;
}

.custom_con02_slide .custom_flex_box01>div {
    width: 50%;
}

.custom_con02_slide .custom_flex_box01>.alt_box {
    padding-left: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom_con02_slide_wrap {
    position: relative;
}

.custom_slide_arw_box02 {
    display: flex;
    position: absolute;
    left: 50%;
    z-index: 5;
    bottom: 8%;
    margin-left: 110px;
}

.custom_slide_arw_box02 a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.custom_slide_arw_box02 a.prev {
    background: url('/img/custom_slide_prev.png') no-repeat center / cover;
}
.custom_slide_arw_box02 a.next {
    background: url('/img/custom_slide_next.png') no-repeat center / cover;
    margin-left: -20px;
}
.custom_slide_arw_box02 a.prev:hover {
    background: url('/img/custom_slide_prev_active.png') no-repeat center / cover;
}
.custom_slide_arw_box02 a.next:hover {
    background: url('/img/custom_slide_next_active.png') no-repeat center / cover;
}

.custom_con_label02 {
    font-size: 18px;
    letter-spacing: 0;
    color: #6ca2ab;
}

.custom_con_label02.white,
.custom_con_alt02.white,
.custom_con_tit02.white {
    color: #fff;
}

.custom_con_tit02 {
    font-size: 46px;
    letter-spacing: 0;
    margin: 25px 0 70px;
    color: #223588;
}

.custom_con_alt02 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 2em;
    color: #444444;
}

.cuustom_con03 {
    padding: 100px 0;
}
.custom_con_tit_box {
    text-align: center;
}
.custom_con_tit_box.type02 {
    padding: 60px 0;
}
.custom_con_label {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #6ca2ab;
}
.custom_con_tit {
    font-size: 46px;
    letter-spacing: 0;
    color: #fff;
}
.custom_con_tit.blue {
    color: #223588;
}
.custom_tab_box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.custom_tab_box02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6ca2ab;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    min-width: 150px;
    padding: 16px;
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.custom_tab_box02 a.active,
.custom_tab_box02 a:hover {
    background-color: #6ca2ab;
}

.custom_tab_content02 {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    display: none;
}
.custom_tab_content02 .box {
    width: calc(25% - 8px);   
}
.custom_tab_content02 .box .img {
    aspect-ratio: 1/1;
    width: 100%;
    background-color: #fff;
}
.custom_tab_content02 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_tab_content02 .box .alt_box {
    position: relative;
    padding-left: 20px;
    color: #fff;
}
.custom_tab_content02 .box .alt_box::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 5px;
    background-color: #fff;
}
.custom_tab_content02 .box .alt_box .tit {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.custom_tab_content02 .box .alt_box .alt {
    font-size: 20px;
    letter-spacing: 0;
}
.custom_tab_content02.active {
    display: flex;
}

.custom_flex_box03 {
    display: flex;
    flex-wrap: wrap;
}
.custom_flex_box03 .box {
    width: 33.3333%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 150px;
    background-color: #f7f8f9;
}
.custom_flex_box03 .box:first-child .img {
    align-items: flex-end;
}
.custom_flex_box03 .box:nth-child(even) {
    background-color: #f2efed;
}
.custom_flex_box03 .box .img {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}
.custom_flex_box03 .box .alt_box {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 2em;
    color: #444444;
}

.custom_flex_box04 {
    display: flex;
    flex-wrap: wrap;
}
.custom_flex_box04.reverse {
    flex-direction: row-reverse;
}
.custom_flex_box04 > div {
    width: 50%;
}
.custom_flex_box04 .left_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_con_sub_tit02 {
    font-size: 24px;
    letter-spacing: 0;
    color: #222222;
    margin-bottom: 40px;
}
.custom_con_alt02 p {
    position: relative;
    padding-left: 10px;
    color: #666666;
}
.custom_con_alt02 p::after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.custom_flex_box05 {
    display: flex;
    flex-wrap: wrap;
}
.custom_flex_box05 .box {
    width: 25%;
    aspect-ratio: 1/1.54;
    padding: 80px 0;
    text-align: center;
}
.custom_flex_box05 .box .tit {
    display: inline-block;
    padding: 0 25px;
    position: relative;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    font-size: 28px;
    letter-spacing: 0;
    color: #222222;
    line-height: 1;
    margin-bottom: 50px;
}
.custom_flex_box05 .box .alt {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #222222;
}
.custom_flex_box06 {
    display: flex;
    flex-wrap: wrap;
}
.custom_flex_box06 > div {
    width: 50%;
}
.custom_flex_box06 .left_box {
    background-color: #79989d;
}
.custom_flex_box06 .left_box .alt_inner {
    margin-left: 160px;
    padding: 100px 0;
    padding-right: 30px;
}
.custom_flex_box06 .left_box .num {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 50px;
    color: #fff;
}
.custom_f_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom_f_box a {
    flex: 1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    height: 70px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}
.custom_whiteBox {
    height: 230px;
}

#m_menu.custom_m_menu {    
    left: unset;
    right: -100%;
}
#m_menu.custom_m_menu.on {
    left: unset;
    right: 0;
}
@media all and (max-width:1600px) {
    #custom_header .gnb>ul>li>a {
        padding: 0 25px;
        font-size: 16px;
    }
    #custom_header .custom_h_inner {
        padding: unset;
    }
    .custom_flex_box03 .box {        
        padding-top: unset;        
        padding: 60px 0;
        justify-content: center;
    }
    .custom_flex_box03 .box .img {
        margin-bottom: 40px;
        height: 100px;
    }    
    .custom_flex_box03 .box .img img {
        max-height: 100%;
    }
    .custom_flex_box03 .box .alt_box {
        font-size: 16px;
        text-align: left;
        word-break: break-all;
    }
    .custom_con02_slide .custom_flex_box01>.alt_box {
        padding-left: 40px;
    }
    .custom_mv_txt {
        font-size: 80px;        
    }
    .com_custom_tit {
        font-size: 50px;        
    }
    .com_custom_sub_tit {
        font-size: 20px;
    }
    .custom_con_label02 {
        font-size: 16px;
    }
    .custom_con_tit02 {
        font-size: 36px;        
        margin: 15px 0 50px;        
    }
    .custom_con_alt02 {
        font-size: 18px;
    }
    .custom_slide_arw_box02 {
        margin-left: 40px;
    }
    .custom_con_label {
        font-size: 16px;
    }
    .custom_con_tit {
        font-size: 36px;
    }
    .custom_tab_box02 a {
        font-size: 18px;        
        min-width: 140px;
        padding: 14px;
    }
    .custom_con_sub_tit02 {
        font-size: 20px;
    }
    .custom_flex_box05 .box .alt {
        font-size: 16px;
    }
    .custom_flex_box05 .box .tit {
        padding: 0 20px;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .custom_flex_box06 .left_box .num {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .custom_flex_box05 .box {
        padding: 60px 0;
    }
    .custom_flex_box06 .left_box .alt_inner {
        margin-left: unset;
        padding: 80px 30px;
    }
    .custom_f_box a {
        font-size: 14px;
        height: 60px;
    }
    .custom_f_box a .img {
        width: 30px;
        min-width: 30px;
    }
}

@media all and (max-width:1400px) {
    #custom_header .gnb>ul>li>a {
        font-size: 14px;
        padding: 0 15px;
    }
    #custom_header .custom_logo {
        max-width: 180px;
    }

    .custom_con02_slide .custom_flex_box01>div {
        width: 100%;
    }
    .custom_con02_slide .custom_flex_box01>.alt_box {
        padding-left: unset;
        padding: 40px 20px;
        padding-bottom: 130px;
    }
    .custom_con02_slide .custom_flex_box01 .img {
        text-align: center;
    }
    .custom_slide_arw_box02 {        
        position: relative;
        position: absolute;  
        left: unset;
        bottom: 40px;
        margin-left: 20px;        
    }
    .custom_con01 {
        padding: 100px 0;
    }
    .custom_flex_box03 .box {
        padding: 30px 20px;
    }
    .custom_flex_box03 .box .img {
        margin-bottom: 30px;
        height: 80px;
    }
    .custom_flex_box03 .box .alt_box br {
        display: none;
    }
    .custom_con_alt02 {
        font-size: 16px;
    }
    .custom_con_tit02 {
        font-size: 30px;
        margin: 10px 0 30px;
    }
    .custom_con_sub_tit02 {
        margin-bottom: 25px;
    }
    .custom_flex_box05 .box {
        padding: 40px 0;
    }
    .custom_flex_box05 .box .alt {
        font-size: 14px;
    }
    .custom_flex_box05 .box .tit {        
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media all and (max-width:1024px) {
    #custom_header .gnb {
        display: none;
    }
    .custom_mv_txt {
        font-size: 60px;
    }
    .custom_con01 {
        padding: 80px 0;
    }
    .com_custom_tit {
        font-size: 40px;
    }
    .com_custom_sub_tit {
        font-size: 16px;
    }
    .custom_tab_content02 .box {
        width: calc(50% - 5px);
    }
    .custom_flex_box03 .box {
        width: 50%;
    }
    .custom_flex_box03 .box:nth-child(even) {
        background-color: #f7f8f9;
    }     
    .custom_flex_box03 .box:nth-child(3n),
    .custom_flex_box03 .box:nth-child(2) {
        background-color: #f2efed;
    }
    .custom_flex_box04,
    .custom_flex_box04.reverse {
        flex-direction: column-reverse;
    }
    .custom_flex_box04 > div {
        width: 100%;
    }
    .custom_flex_box04 .right_box {
        text-align: center;
        width: 93.75%;
        margin: 0 auto;
    }
    .custom_flex_box04 .left_box {
        display: block;
        width: 93.75%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .custom_whiteBox {
        height: 100px;
    }
    .custom_con_label {
        margin-bottom: 20px;
    }
    .custom_flex_box05 .box {
        width: 50%;        
    }
    .custom_flex_box06 > div {
        width: 100%;
    }
    .custom_flex_box06 > .map_box {
        aspect-ratio: 1/0.6;
    }
}

@media all and (max-width:700px) {
    .custom_mv_txt {
        font-size: 40px;
    }
    .com_custom_tit {
        font-size: 30px;
    }
    .com_custom_sub_tit {
        font-size: 14px;
    }
    .custom_con01 {
        padding: 60px 0;
    }
    .custom_con_alt02 {
        font-size: 14px;
    }
    .custom_f_box a {
        flex: unset;
        width: 100%;
    }
    .custom_tab_box02 a {
        min-width: 100px;
    }
    .custom_flex_box06 .left_box .alt_inner {
        padding: 40px 20px;
    }
    #footer .f_alt .box.bar p:not(:last-child):after {
        display: none;
    }
    #footer .f_alt .box.bar p {
        margin-right: unset;
        padding-right: unset;
    }
    #footer .f_alt .box.bar p + p {
        padding-left: 15px;
    }
}
/* END custom_con */
/* END 2024.06.14 추가 */

/* 2024.11.28 추가 */
.guide_map_box .root_daum_roughmap {
    width: 100%;
    height: 100%;
}
/* END 2024.11.28 추가 */




/* 20241224 추가 */


/* 바디리프팅 */
.face_table_box.blue_plus_custom .big_box {
    width: 50%;
}

/* 줄기세포 */
.medical_img_flex_box.img_two_custom .img {
    width: calc(50% - 5px);
}


.com_flex_reverse_custom {
    flex-direction: row-reverse;
}

.com_flex_reverse_custom .sub_com_txt_box .tit p {
    font-size: 28px;
}

.jc_center_custom {
    justify-content: center;
}






.com_type_box.height_300_custom .type .alt_box {
    padding: 62.5px 80px;
}



.alt_blue_box.important_box_custom {
    border: 2px solid transparent; /* 투명 테두리 */
    border-image: linear-gradient(0deg, #6ca2ab, #223588) 1; /* 그라디언트 테두리 */
    text-align: center;
    padding: 20px;
    font-size: 24px;
    position: relative;
}

.alt_blue_box.important_box_custom::after {
    position: absolute;
    top: -19px;
    left: 22%;
    content: 'EO clinic';
    background-color: #fff;

    color: #223588;
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
}

.alt_blue_box.important_box_custom::before {
    position: absolute;
    bottom: -14px;
    right: 22%;
    content: 'Body program';
    background-color: #fff;
    color: #6ca2ab;

    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
}


@media (max-width: 1024px) {


    .com_flex_reverse_custom .sub_com_txt_box .tit p {
        font-size: 23px;
    }

    .com_flex_reverse_custom .sub_com_txt_box .tit .br_on {
        display: block;
    }

    .com_type_box.height_300_custom .type .alt_box {
        padding: 20px;
    }


    .com_type_box .type .alt_box .label {
        font-size: 22px;
    }
    .com_type_box .type .alt_box .tit {
        font-size: 35px;
    }

    .medical_img_flex_box.img_two_custom .img {
        width: 100%;
        text-align: center;
    }

    .alt_blue_box.important_box_custom {
        font-size: 21px;
    }
 
}

.black_b{
    color: #444;
    font-family: Pretendard;
    font-size: var(--font-size-20, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-30, 30px); /* 150% */
    letter-spacing: var(--letter-spacing--0_5, -0.5px);
}


/* 20251208 Ultherapy Principle Section */
/* Ultherapy Principle Section */
.ultherapy_principle_section { padding-top: 140px; padding-bottom: 140px; background: #F7F8F9; display: flex; flex-direction: column; align-items: center; }
.ultherapy_principle_inner { width: 1400px; max-width: 1400px; position: relative; }

/* Content */
.ultherapy_principle_content { display: flex; flex-direction: column; gap: 56px; }

/* Header */
.ultherapy_principle_header { display: flex; align-items: center; gap: 39px; }
.ultherapy_principle_header_line { width: 1px; height: 94px; background: #444444; }
.ultherapy_principle_header_text { width: 1019px; display: flex; flex-direction: column; gap: 25px; }
.ultherapy_principle_subtitle { height: 21px; color: #BBBBBB; font-size: 18px; font-family: 'Pretendard', sans-serif; font-weight: 500; letter-spacing: 3.60px; margin: 0; }
.ultherapy_principle_title { height: 48px; color: #222222; font-size: 48px; font-family: 'Pretendard', sans-serif; font-weight: 600; line-height: 48px; margin: 0; }

/* Description Wrap */
.ultherapy_principle_description_wrap { display: flex; flex-direction: column; gap: 35px; }
.ultherapy_principle_highlight { width: 952px; height: 43px; position: relative; background: linear-gradient(0deg, #E7F0F1 45%, white 100%); }
.ultherapy_principle_highlight_text { position: absolute; left: 0; top: -4px; color: #444444; font-size: 36px; font-family: 'Pretendard', sans-serif; font-weight: 600; line-height: 50.40px; margin: 0; }
.ultherapy_principle_description { color: #444444; font-size: 20px; font-family: 'Pretendard', sans-serif; font-weight: 300; line-height: 30px; margin: 0; }

/* Cards */
.ultherapy_principle_cards { display: flex; gap: 20px; }
.ultherapy_principle_card { flex: 1; display: flex; flex-direction: column; gap: 30px; }

/* Card Image */
.ultherapy_principle_card_image_wrap { height: 266.67px; position: relative; background: #C4C4C4; overflow: hidden; }
.ultherapy_principle_card_image { width: 100%; height: auto; position: absolute; left: 0; top: 0; object-fit: cover; }
.ultherapy_principle_card_overlay { width: 100%; height: 60px; min-width: 196px; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.60); display: flex; justify-content: center; align-items: center; }
.ultherapy_principle_card_label { text-align: center; color: white; font-size: 20px; font-family: 'Pretendard', sans-serif; font-weight: 600; margin: 0; }
.ultherapy_principle_card_text { text-align: center; color: #444444; font-size: 20px; font-family: 'Pretendard', sans-serif; font-weight: 300; line-height: 30px; margin: 0; }

/* Responsive */
@media (max-width: 1680px) {
  .ultherapy_principle_section { width: 100%; padding-left: 40px; padding-right: 40px; }
  .ultherapy_principle_inner { width: 100%; max-width: 1400px; }
}

@media (max-width: 1400px) {
  .ultherapy_principle_section { padding-top: 120px; padding-bottom: 120px; }
  .ultherapy_principle_header_text { width: 100%; }
  .ultherapy_principle_highlight { width: 100%; max-width: 912px; }
}

@media (max-width: 1200px) {
  .ultherapy_principle_section { padding-top: 100px; padding-bottom: 100px; }
  .ultherapy_principle_content { gap: 48px; }
  .ultherapy_principle_header { gap: 32px; }
  .ultherapy_principle_header_line { height: 80px; }
  .ultherapy_principle_title { font-size: 42px; line-height: 42px; }
  .ultherapy_principle_highlight_text { font-size: 32px; line-height: 45px; }
  .ultherapy_principle_description { font-size: 18px; line-height: 28px; }
}

@media (max-width: 968px) {
  .ultherapy_principle_section { padding-top: 80px; padding-bottom: 80px; padding-left: 24px; padding-right: 24px; }
  .ultherapy_principle_content { gap: 40px; }
  .ultherapy_principle_header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .ultherapy_principle_header_line { width: 80px; height: 1px; }
  .ultherapy_principle_title { font-size: 36px; line-height: 36px; }
  .ultherapy_principle_highlight_text { font-size: 28px; line-height: 39px; }
  .ultherapy_principle_description { font-size: 17px; line-height: 26px; }
  .ultherapy_principle_cards { flex-direction: column; gap: 32px; }
  .ultherapy_principle_card_image_wrap { height: 300px; }
}

@media (max-width: 768px) {
  .ultherapy_principle_section { padding-top: 60px; padding-bottom: 60px; }
  .ultherapy_principle_content { gap: 36px; }
  .ultherapy_principle_title { font-size: 32px; line-height: 32px; }
  .ultherapy_principle_highlight_text { font-size: 24px; line-height: 34px; }
  .ultherapy_principle_description { font-size: 16px; line-height: 24px; }
  .ultherapy_principle_card_label { font-size: 18px; }
  .ultherapy_principle_card_text { font-size: 18px; line-height: 28px; }
}

@media (max-width: 480px) {
  .ultherapy_principle_section { padding-top: 50px; padding-bottom: 50px; padding-left: 20px; padding-right: 20px; }
  .ultherapy_principle_content { gap: 32px; }
  .ultherapy_principle_subtitle { font-size: 16px; letter-spacing: 2.5px; }
  .ultherapy_principle_title { font-size: 28px; line-height: 28px; }
  .ultherapy_principle_highlight_text { font-size: 20px; line-height: 28px; }
  .ultherapy_principle_description { font-size: 15px; line-height: 23px; }
  .ultherapy_principle_card_image_wrap { height: 250px; }
  .ultherapy_principle_card_label { font-size: 16px; }
  .ultherapy_principle_card_text { font-size: 16px; line-height: 24px; }
}



/* 20260127 추가 */
/* Section Stemcell */
.section_stemcell {
  background: white;
  overflow: hidden;
}

.section_stemcell .header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.section_stemcell .line02 {
  width: 1px;
  height: 107px;
  background: #A8A9AA;
  flex-shrink: 0;
}

.section_stemcell .header_content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section_stemcell .subtitle {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #82B2BD;
  font-size: 16px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  line-height: 36px;
}

.section_stemcell .dot {
  width: 3px;
  height: 3px;
  background: #82B2BD;
  border-radius: 50%;
}

.section_stemcell .title {
  color: black;
  font-size: 48px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 600;
  margin: 0;
}

.section_stemcell .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.section_stemcell .card {
  display: flex;
  background: #EFF1F3;
}

.section_stemcell .card_image {
  flex: 0 0 325px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.section_stemcell .card_image.bg_color {
  background: #51D2D5;
}

.section_stemcell .card_image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.section_stemcell .card_content {
  flex: 1;
  padding: 55px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.section_stemcell .card_header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section_stemcell .card_title {
  color: #82B2BD;
  font-size: 40px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.section_stemcell .card_line {
  flex: 1;
  height: 1px;
  background: #B1CCD1;
}

.section_stemcell .card_desc {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section_stemcell .card_desc p {
  color: #606975;
  font-size: 20px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.section_stemcell .card_desc strong {
  font-weight: 700;
}

@media (max-width: 1600px) {
  .section_stemcell .header {
    margin-bottom: 50px;
  }
  
  .section_stemcell .title {
    font-size: 42px;
  }
  
  .section_stemcell .content {
    gap: 50px;
  }
  
  .section_stemcell .card_content {
    padding: 60px;
  }
  
  .section_stemcell .card_title {
    font-size: 36px;
  }
  
  .section_stemcell .card_desc p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .section_stemcell .header {
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .section_stemcell .line02 {
    height: 80px;
  }
  
  .section_stemcell .title {
    font-size: 36px;
  }
  
  .section_stemcell .content {
    gap: 40px;
  }
  
  .section_stemcell .card_content {
    padding: 40px;
  }
  
  .section_stemcell .card_title {
    font-size: 32px;
  }
  
  .section_stemcell .card_desc p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section_stemcell .header {
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .section_stemcell .line02 {
    height: 60px;
  }
  
  .section_stemcell .header_content {
    gap: 15px;
  }
  
  .section_stemcell .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  
  .section_stemcell .title {
    font-size: 28px;
  }
  
  .section_stemcell .content {
    gap: 30px;
  }
  
  .section_stemcell .card {
    flex-direction: column;
  }
  
  .section_stemcell .card_image {
    flex: 0 0 auto;
    /* aspect-ratio: 16/10; */
  }
  
  .section_stemcell .card_content {
    padding: 30px 20px;
    gap: 20px;
  }
  
  .section_stemcell .card_header {
    gap: 12px;
  }
  
  .section_stemcell .card_title {
    font-size: 24px;
  }
  
  .section_stemcell .card_desc {
    gap: 12px;
  }
  
  .section_stemcell .card_desc p {
    font-size: 14px;
  }
}


/* 20260128추가 */
.section_stemcell .notice_box {
  position: relative;
  max-width: 1194px;
  margin: 60px auto 0 auto;
}

.section_stemcell .notice_box::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 25px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #91A9AF;
  /* z-index: -1; */
}

.section_stemcell .notice_content {
  background: #91A9AF;
  padding: 60px 35px;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* text-align: center; */
  gap: 3px;
}

.section_stemcell .notice_title {
  color: white;
  font-size: 36px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  margin: 0;
}

.section_stemcell .notice_desc {
  color: white;
  font-size: 24px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1600px) {
  .section_stemcell .notice_box {
    margin-top: 50px;
  }
  
  .section_stemcell .notice_title {
    font-size: 32px;
  }
  
  .section_stemcell .notice_desc {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .section_stemcell .notice_box {
    margin-top: 40px;
  }
  
  .section_stemcell .notice_content {
    padding: 50px 30px;
  }
  
  .section_stemcell .notice_title {
    font-size: 28px;
  }
  
  .section_stemcell .notice_desc {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .section_stemcell .notice_box {
    margin-top: 30px;
  }
  
  .section_stemcell .notice_box::after {
    top: 10px;
    left: 15px;
    right: -8px;
    bottom: -10px;
  }
  
  .section_stemcell .notice_content {
    padding: 40px 20px;
  }
  
  .section_stemcell .notice_title {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .section_stemcell .notice_desc {
    font-size: 16px;
    line-height: 1.4;
  }
}