/* SUB6 : 안구건조증 클리닉 */

.sc_visual[class*="s6_"] {
    background-image: url(/img/sub/s6_visual.png);
}

/* SUB6-1 : 안구건조증 */
.s6_1_2 .sub_tit {
    padding-bottom: 40px;
}

.s6_1_2 .top {
    display: flex;
    flex-wrap: wrap;
    gap: 76px;
    align-items: center;
    padding-bottom: 60px;
    justify-content: center;
}

.s6_1_2 .img_box {
    position: relative;
    max-width: 368px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.s6_1_2 .img_box img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.s6_1_2 .bg_area {
    position: absolute;
    width: 100%;
    height: calc(100% / 3);
    top: 0;
    opacity: 1;
    visibility: visible;
    background: rgba(89, 136, 255, 0.5);
    transition: all 0.6s;
}

/* 애니메이션 */
.s6_1_2 .con_area[data-index="1"] .bg_area{
    top: 0;
}

.s6_1_2 .con_area[data-index="2"] .bg_area {
    top: 50%;
    transform: translateY(-50%);
}

.s6_1_2 .con_area[data-index="3"] .bg_area {
    top: calc(100% - (100% / 3));
}

.s6_1_2 .list_box {
    width: 100%;
    flex: 1;
    max-width: 445px;
    display: flex;
    gap: 2.6rem;
    flex-direction: column;
}

.s6_1_2 .list_item {
    display: flex;
    align-items: center;
    min-height: 130px;
    padding: 22px 50px;
    border-radius: 999px;
    border: 1px solid #d4d4d4;
    gap: 24px;
    transition: border 0.6s;
}

.s6_1_2 .list_item.on {
    border: 1px solid #000;
}

.s6_1_2 .list_item .ico {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s6_1_2 .list_item:nth-child(1) .ico {
    background-image: url(/img/sub/s6_1_2_ico1.svg);
}

.s6_1_2 .list_item:nth-child(2) .ico {
    background-image: url(/img/sub/s6_1_2_ico2.svg);
}

.s6_1_2 .list_item:nth-child(3) .ico {
    background-image: url(/img/sub/s6_1_2_ico3.svg);
}

.s6_1_2 .list_item .txt {
    color: #404040;
    position: relative;
    line-height: 150%;
    font-size: 18px;
    width: calc(100% - 70px);
    padding-left: 24px;
}

.s6_1_2 .list_item .txt::before {
    width: 1px;
    display: block;
    height: 70px;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.s6_1_2 .list_item strong {
    display: block;
    font-size: 22px;
    padding-bottom: 2px;
    font-weight: 500;
}

.s6_1_2 .bottom p {
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
    text-align: center;
}

.s6_1_2 .bottom strong {
    font-weight: 600;
}

@media screen and (max-width: 980px) {
    .s6_1_2 .top {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px;
    }

    .s6_1_2 .list_box {
        gap: 20px;
    }

    .s6_1_2 .list_item {
        border-radius: 749.25px;
        width: 100%;
        padding: 16px 30px;
        min-height: 100px;
        min-height: unset;
        gap: 18px;
    }

    .s6_1_2 .list_item .ico {
        width: 36px;
        height: 36px;
    }

    .s6_1_2 .list_item .txt {
        font-size: 14px;
        width: calc(100% - 54px);
        padding-left: 18px;
    }

    .s6_1_2 .list_item .txt::before {
        height: 52px;
    }

    .s6_1_2 .list_item strong {
        font-size: 16px;
    }

    .s6_1_2 .bottom p {
        text-align: left;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.64px;
    }
}

@media screen and (max-width: 480px) {
    .s6_1_2 .img_box {
        max-width: 200px;
    }
}

.s6_1_3 {
    color: #404040;
    background: url(/img/sub/s6_1_3_bg.png) center center/cover no-repeat;
}

.s6_1_3 .tit_area {
    text-align: center;
    padding-bottom: 60px;
}

.s6_1_3 .main_tit {
    padding-bottom: 20px;
}

.s6_1_3_list {
    display: flex;
    gap: 80px;
    max-width: 1120px;
    margin: 0 auto;
}

.s6_1_3_list li {
    border-radius: 80px;
    overflow: hidden;
    background: #fff;
    padding: 40px 32px;
    flex: 1;
    width: 100%;
}

.s6_1_3_list .tag {
    display: inline-block;
    margin: 0 auto 30px;
    border-radius: 1561.397px;
    border: 1px solid #1e52af;
    padding: 12.5px 54px;
    color: #1e52af;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.s6_1_3_list .img_box {
    display: flex;
    gap: 3px;
    justify-content: center;
    padding-bottom: 30px;
}

.s6_1_3_list .img_box .img {
    position: relative;
    flex: 1;
}

.s6_1_3_list .img_box .img img {
    height: 100%;
    object-fit: cover;
}

.s6_1_3_list .img_box .img p {
    position: absolute;
    bottom: 11px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    white-space: nowrap;
}

.s6_1_3_list li {
    text-align: center;
}

.s6_1_3_list h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 6px;
}

.s6_1_3_list .desc {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1350px) {
    .s6_1_3_list {
        gap: 60px;
    }
}

@media screen and (max-width: 980px) {
    .s6_1_3 .tit_area {
        padding-bottom: 30px;
    }

    .s6_1_3_list {
        gap: 20px;
        flex-direction: column;
    }

    .s6_1_3_list li {
        padding: 26px 20px;
        border-radius: 50px;
    }

    .s6_1_3_list .tag {
        padding: 8px 34px;
        margin: 0 auto 20px;
        font-size: 15px;
    }

    .s6_1_3_list .img_box {
        padding-bottom: 20px;
    }

    .s6_1_3_list h4 {
        font-size: 16px;
    }

    .s6_1_3_list .desc {
        font-size: 14px;
    }

    .s6_1_3_list .img_box .img {
        flex: unset;
    }

    .s6_1_3_list .img_box .img p {
        font-size: 14px;
    }
}

/* 공통 레이아웃 처리 ::: sc_halfImg  ::: sub.css */
.s6_1_4 {}
/* 공통 컴포넌트 처리 ::: ico_list ::: sub.css */
.s6_1_4_list {}
.s6_1_4_list li:nth-child(1) .ico {
    background-image: url(/img/sub/s6_1_4_ico1.png);
}

.s6_1_4_list li:nth-child(2) .ico {
    background-image: url(/img/sub/s6_1_4_ico2.png);
}

.s6_1_4_list li:nth-child(3) .ico {
    background-image: url(/img/sub/s6_1_4_ico3.png);
}

.s6_1_4_list li:nth-child(4) .ico {
    background-image: url(/img/sub/s6_1_4_ico4.png);
}

.s6_1_4_list li:nth-child(5) .ico {
    background-image: url(/img/sub/s6_1_4_ico5.png);
}

.s6_1_4_list li:nth-child(6) .ico {
    background-image: url(/img/sub/s6_1_4_ico6.png);
}


/* 과천 스마트안과의 안구건조증 클리닉 */
.s6_1_5 {
    position: relative;
    overflow-x: hidden;
}

.s6_1_5 .tit_area {
    text-align: center;
}

.s6_1_5 .main_tit {
    padding-bottom: 20px;
}

.s6_1_5 .main_tit.serif {
    padding-bottom: 10px;
}

.s6_1_5_swiper {
    padding-bottom: 60px;
}

.s6_1_5_swiper_pagination {
    padding-top: 40px;
}

.s6_1_5_swiper .swiper-wrapper {
    overflow: visible;
}

.s6_1_5_swiper .swiper-slide {
    height: 574px;
    cursor: inherit;
    width: 400px;
    display: flex;
    align-items: center;
}

.s6_1_5_swiper .swiper-wrapper {
    align-items: center;
}

.s6_1_5_swiper .txt_wrap {
    text-align: center;
    display: none;
}

.s6_1_5_swiper .txt_wrap p {
    color: #fff;
}

.s6_1_5_swiper .txt_wrap p.txt {
    color: #6f96d1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 6px;
}

.s6_1_5_swiper .txt_wrap p.tit {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.s6_1_5_swiper .txt_wrap p:last-child {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.s6_1_5_swiper .img_box {
    background-size: cover;
    width: 400px;
    cursor: pointer;
    /* width: 100%; */
    height: 290px;
    border-radius: 200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    /* filter: grayscale(100%) brightness(100%); */
    transition: height 0.5s;
    background-color: #f2f2f2;
}

.s6_1_5_swiper .sl01 .img_box {
    background-image: url("/img/sub/s6_1_5_img1_off.png");
}

.s6_1_5_swiper .sl02 .img_box {
    background-image: url("/img/sub/s6_1_5_img2_off.png");
}

.s6_1_5_swiper .sl03 .img_box {
    background-image: url("/img/sub/s6_1_5_img3_off.png");
}

.s6_1_5_swiper .sl01.swiper-slide-active .img_box {
    background-image: url("/img/sub/s6_1_5_img1.png");
}

.s6_1_5_swiper .sl02.swiper-slide-active .img_box {
    background-image: url("/img/sub/s6_1_5_img2.png");
}

.s6_1_5_swiper .sl03.swiper-slide-active .img_box {
    background-image: url("/img/sub/s6_1_5_img3.png");
}

/* .s6_1_5_swiper .swiper-slide .img_box::before {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s
} */

.s6_1_5_swiper .swiper-slide-active .img_box {
    width: 400px;
    height: 574px;
    position: relative;
    overflow: hidden;
    border-radius: 500px;
    filter: none;
}

.s6_1_5_swiper .swiper-slide-active .img_box::before {
    opacity: 1;
}

.s6_1_5_swiper .swiper-slide-active .img_box .txt_wrap {
    display: flex;
    justify-content: center;
}

.s6_1_5_swiper .img_box .txt_wrap {
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.s6_1_5_swiper_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto 60px;
}

.s6_1_5_swiper_pagination>div {
    width: 20%;
    height: 100%;
    background: none;
    font-size: 19px;
    border-radius: 0;
    opacity: 1;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 36px 0 0 !important;
    color: #999999;
    transition: all 0.5s;
    line-height: 1;
}

.s6_1_5_swiper_pagination>div span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e1e1e1;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.s6_1_5_swiper_pagination>div span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 124px;
    height: 2px;
    left: 100%;
    top: 50%;
    background: #e5e5e5;
}

.s6_1_5_swiper_pagination div:last-child span:after {
    display: none;
}

.s6_1_5_swiper_pagination .swiper-pagination-bullet-active p {
    color: #1e52af;
    font-weight: 800;
}

.s6_1_5_swiper_pagination .swiper-pagination-bullet-active span {
    background: #1e52af;
}

.s6_1_5_swiper_pagination .swiper-pagination-bullet span::before {
    content: '';
    transition: all 0.5s;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgba(30, 82, 175, 0.3);
    margin-left: -5px;
    margin-top: -5px;
    opacity: 0;
    z-index: 1;
    position: relative;
}

.s6_1_5_swiper_pagination .swiper-pagination-bullet-active span::before {
    opacity: 1;
}

.s6_1_5 .rolling {
    position: absolute;
    bottom: 30px;
    /* width: 100%; */
    color: #e5e5e5;
    font-family: "Cormorant Garamond";
    font-size: 80px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -3.2px;
}

@media screen and (max-width: 1350px) {
    .s6_1_5_swiper {
        margin: 0 -10%;
    }
}

@media screen and (max-width: 980px) {
    .s6_1_5_swiper_pagination>div.swiper-pagination-bullet-active p {
        font-size: 16px;
    }

    .s6_1_5_swiper_pagination>div {
        font-size: 16px;
    }

    .s6_1_5_swiper .txt_wrap p.txt {
        font-size: 12px;
    }

    .s6_1_5_swiper .txt_wrap p.tit {
        font-size: 16px;
    }

    .s6_1_5_swiper .txt_wrap p:last-child {
        font-size: 14px;
    }

    .s6_1_5_swiper .img_box {
        width: 300px;
        height: 180px;
    }

    .s6_1_5_swiper .swiper-slide {
        width: 300px;
        height: 450px;
    }

    .s6_1_5_swiper .swiper-slide-active .img_box {
        width: 300px;
        height: 450px;
    }

    .s6_1_5 .rolling {
        font-size: 50px;
    }
}

@media screen and (max-width: 768px) {
    .s6_1_5_swiper {
        margin: 0 -18px;
    }

    .s6_1_5_swiper_pagination {
        position: relative;
    }

    .s6_1_5_swiper_pagination:before {
        content: '';
        position: absolute;
        display: block;
        width: 55vw;
        height: 2px;
        background: #e5e5e5;
        top: calc(50% + 1px);
    }

    .s6_1_5_swiper_pagination>div span:after {
        display: none;
    }

    .s6_1_5_swiper_pagination {
        gap: 50px;
    }

    .s6_1_5_swiper_pagination {
        max-width: unset;
    }
}

@media screen and (max-width: 480px) {
    .s6_1_5_swiper .img_box {
        width: 190px;
        height: 140px;
    }

    .s6_1_5_swiper .swiper-slide {
        width: 190px;
        height: 275px;
    }

    .s6_1_5_swiper .swiper-slide-active .img_box {
        width: 190px;
        height: 275px;
    }

    .s6_1_5_swiper_pagination:before {
        position: absolute;
        display: block;
        width: 55vw;
        height: 2px;
        background: #e5e5e5;
        top: calc(50% + 1px);
    }

    .s6_1_5_swiper_pagination {
        gap: 40px;
    }

    .swiper-pagination-bullet {
        flex-shrink: 0;
    }

    .s6_1_5_swiper_pagination>div {
        flex: 1;
    }

    .s6_1_5_swiper_pagination p {
        text-wrap: nowrap;
    }

    .s6_1_5_swiper_pagination:before {
        width: 68vw;
    }
}

/*  SUB6-2 : IPL */

.s6_2_2 .sc_inner {
    padding-bottom: 70px;
}

.s6_2_2 .tit_area {
    text-align: center;
}

.s6_2_2 .sub_tit {
    padding-bottom: 20px;
}

.s6_2_2 .con_area {
    display: flex;
    gap: 50px;
    align-items: center;
    padding-bottom: 120px;
}

.s6_2_2 .con_area>div {
    flex: 1;
    width: 50%;
}

.s6_2_2 .img_box {
    overflow: hidden;
    min-height: 530px;
    border-radius: 0px 500px 500px 0px;
    background: #f8f8f8;
    position: relative;
}

.s6_2_2 .img_box .img {
    position: absolute;
    bottom: 0;
    right: 150px;
}

.s6_2_2 .img_box .img img {
    display: block;
}

.s6_2_2 .txt_wrap {
    max-width: 520px;
}

.s6_2_2 .txt_box h3 {
    color: #262626;
    font-family: Pretendard;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}

.s6_2_2 .txt_box .desc {
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
    padding-bottom: 50px;
}

.s6_2_2_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s6_2_2_list li {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 12px 30px;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
}

.s6_2_2_list .ico {
    position: relative;
    width: 20px;
    height: 20px;
    background: url(/img/sub/ico_list_chk.svg) center center/100% no-repeat;
}

.s6_2_2_list .ico:before {
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e1e1e1;
    right: -12px;
}

.s6_2_2_list p {
    color: #404040;
    width: calc(100% - 40px);
}

@media screen and (max-width: 1350px) {
    .s6_2_2 .txt_wrap {
        max-width: unset;
    }

    .s6_2_2 .txt_box {
        padding-right: 5%;
    }

    .s6_2_2 .img_box {
        height: 50vh;
        min-height: unset;
    }

    .s6_2_2 .img_box .img {
        right: 20%;
    }

    .s6_2_2 .img_box img {
        width: 34vw;
    }

    .s6_2_2_list p {
        word-break: keep-all;
    }
}

@media screen and (max-width: 980px) {
    .s6_2_2 .sc_inner {
        padding-bottom: 30px;
    }

    .s6_2_2 .sub_tit {
        padding-bottom: 12px;
    }

    .s6_2_2 .con_area {
        gap: 30px;
        flex-direction: column;
        padding-bottom: 80px;
    }

    .s6_2_2 .con_area>div {
        width: 100%;
    }

    .s6_2_2 .con_area .img_box {
        height: 30vh;
        width: 95%;
        margin-right: 5%;
    }

    .s6_2_2 .img_box .img {
        display: flex;
        position: relative;
        justify-content: center;
        right: unset;
    }

    .s6_2_2 .txt_box {
        padding: 0 5%;
    }

    .s6_2_2 .txt_box h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .s6_2_2 .txt_box .desc {
        font-size: 16px;
        letter-spacing: -0.64px;
        padding-bottom: 20px;
    }

    .s6_2_2_list li {
        padding: 9px 22.5px;
    }

    .s6_2_2_list .ico {
        width: 15px;
        height: 15px;
    }

    .s6_2_2_list p {
        font-size: 14px;
        line-height: 130%;
    }
}

@media screen and (max-width: 768px) {
    .s6_2_2 .con_area {
        padding-bottom: 50px;
    }

    .s6_2_2 .con_area .img_box {
        width: calc(100% - 18px);
        margin-right: 18px;
    }
}

.s6_2_3 {
    background: url(/img/sub/s6_2_3_bg.png) center center/cover no-repeat;
}

.s6_2_3 .tit_area {
    text-align: center;
}

.s6_2_3 .main_tit {
    padding-bottom: 20px;
}

.s6_2_3_list {
    display: flex;
    justify-content: center;
    margin: 45px auto 0 0;
    width: calc(100% - 40px);
}

.s6_2_3_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    max-width: 320px;
    flex: 1;
    border-radius: 50%;
    gap: 60px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
}

.s6_2_3_list li {
    margin-right: -40px;
}

.s6_2_3_list li:nth-child(2n) {
    background: rgba(85, 98, 183, 0.3);
}

.s6_2_3_list .ico {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    position: relative;
}

.s6_2_3_list .ico:after {
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    width: 40px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #fff;
}

.s6_2_3_list li:nth-child(1) .ico {
    background-image: url(/img/sub/s6_2_3_ico1.svg);
}

.s6_2_3_list li:nth-child(2) .ico {
    background-image: url(/img/sub/s6_2_3_ico2.svg);
}

.s6_2_3_list li:nth-child(3) .ico {
    background-image: url(/img/sub/s6_2_3_ico3.svg);
}

.s6_2_3_list li:nth-child(4) .ico {
    background-image: url(/img/sub/s6_2_3_ico4.svg);
}

.s6_2_3_list p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 980px) {
    .s6_2_3_list {
        width: 100%;
        max-width: 500px;
        margin-top: 30px;
        justify-content: center;
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 16px;
    }

    .s6_2_3_list li {
        width: 50%;
        gap: 30px;
        max-width: 160px;
        flex: unset;
        margin: unset;
    }

    .s6_2_3_list .ico {
        width: 40px;
        height: 40px;
    }

    .s6_2_3_list .ico:after {
        bottom: -15px;
        width: 20px;
    }

    .s6_2_3_list p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .s6_2_3_list li {
        max-width: 140px;
    }
}

/* 치료 과정 */
.s6_2_4 {
    position: relative;
    background: url(/img/sub/s6_2_4_bg.png) center center/cover no-repeat;
}

.s6_2_4 .tit_area {
    text-align: center;
    padding-bottom: 46px;
}

.s6_2_4 .main_tit {
    padding-bottom: 20px;
}

.s6_2_4 .sub_txt strong {
    display: block;
}

.s6_2_4_list {
    display: flex;
    justify-content: space-between;
    height: 565px;
    align-items: flex-start;
}

.s6_2_4_list li {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: 1px solid #3d5b90;
    background: #fff;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 0 32px;
    flex-direction: column;
    justify-content: center;
}

.s6_2_4_list li:first-child,
.s6_2_4_list li:last-child {
    align-self: end;
}

.s6_2_4_list li:nth-child(2) {
    margin-left: -90px;
    margin-top: 120px;
}

.s6_2_4_list li:nth-child(3) {
    margin: 0 80px;
}

.s6_2_4_list li:nth-child(4) {
    margin-right: -90px;
    margin-top: 120px;
}

.s6_2_4_list .tag {
    display: inline-block;
    padding: 8px 20px;
    gap: 10px;
    background: #3d5b90;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 13px;
    border-radius: 847.284px;
}

.s6_2_4_list p {
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
}

.s6_2_4 img {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.s6_2_4 {
    position: relative;
    background: url(/img/sub/s6_2_4_bg.png) center center/cover no-repeat;
}

.s6_2_4 .tit_area {
    text-align: center;
    padding-bottom: 46px;
}

.s6_2_4 .main_tit {
    padding-bottom: 20px;
}

.s6_2_4 .sub_txt strong {
    display: block;
}

.s6_2_4_list {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 130px);
    margin: 0 auto;
}

.s6_2_4 img,
.s6_2_4 .s6_2_4_line {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.s6_2_4 .s6_2_4_line {
    width: 100%;
    bottom: 140px;
}

.s6_2_4 .s6_2_4_line path {
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .s6_2_4_list {
        max-width: unset;
    }

    .s6_2_4 .s6_2_4_line {
        bottom: 11vh;
        width: 78%;
    }
}

@media screen and (max-width: 1020px) {
    .s6_2_4_list {
        justify-content: center;
    }

    .s6_2_4 img {
        max-width: 44vw;
    }
}

@media screen and (max-width: 980px) {
    .s6_2_4_list {
        justify-content: space-between;
        height: 482px;
    }

    .s6_2_4_list li {
        max-width: 150px;
    }

    .s6_2_4_list li:nth-child(3) {
        margin: 0 40px;
    }

    .s6_2_4_list .tag {
        padding: 6px 14px;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .s6_2_4_list p {
        font-size: 16px;
        line-height: normal;
    }
}

@media screen and (max-width: 768px) {
    .s6_2_4 .tit_area {
        padding-bottom: 30px;
    }

    .s6_2_4_list {
        height: unset;
    }

    .s6_2_4 .s6_2_4_line {
        display: none;
    }

    .s6_2_4_list {
        flex-direction: column;
        gap: 8px;
    }

    .s6_2_4_list li {
        padding: 12px;
        justify-content: flex-start;
        aspect-ratio: unset;
        max-width: unset;
        margin: 0 !important;
        flex-direction: row;
        gap: 12px;
    }

    .s6_2_4_list .tag {
        margin: 0;
    }

    .s6_2_4 img {
        max-width: 58vw;
        position: relative;
        bottom: unset;
        left: unset;
        margin: 0 auto -50px;
        display: block;
        transform: unset;
    }
}