.s2 {
    position: relative;
    padding-top: 945px;
}

.s2>.section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.s2 .s2_bg {
    position: absolute;
    top: 155px;
    left: 0;
    z-index: -1;
}


/* 공통 css */
.s2 .section h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    color: #8d1c2e;
    margin-bottom: 60px;
}

.s2 .section strong {
    font-family: 'KBIZHanmaumMyungjo';
    font-size: 20px;
    font-weight: 400;
    color: #999;
}

.s2 .section p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -1.2px;
    word-break: break-all;
}

.s2 .section ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.s2 .section .inner>div {
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    gap: 3.7rem;
}

.s2 .section .inner>div .img {
    width: calc((100% - 41% - 50px));
}

.s2 .section .inner>div .txt {
    width: 41%;
}


/* s21 css */
.s21 {
    padding-top: 12vw !important;
}

.s21 .inner>div .s21_video {
    height: 530px;
    border-radius: 51px;
    overflow: hidden
}

.s21 .inner>div .s21_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* s22 css */
.s22 {
    margin-bottom: 75px;
}

.s22 .inner h3 {
    text-align: right;
}

.s22 .inner>div .s22_img {
    height: 650px;
    border-radius: 56px;
    overflow: hidden
}

.s22 .inner>div .s22_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* s23 css */
.s23 {
    margin-bottom: 240px;
}

.s23 .inner>strong {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.s23 .inner h3 {
    text-align: center;
    margin-bottom: 135px;
}

.s23 .inner>div .s23_img {
    position: relative;
    width: 590px;
    height: 590px;
    border-radius: 50%;
}

.s23 .inner>div .s23_img video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.s23 .inner>div .s23_img img {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.s23 .inner>div .s23_txt {
    width: calc(100% - 50px - 590px);
    display: flex;
    flex-direction: column;
    gap: 140px;
}

.s23 .inner>div .s23_txt ul {
    width: 600px;
}

.s23 .inner>div .s23_txt .s23_t2 {
    margin-left: 130px;
}

.s23 .inner>div .s23_txt ul li strong {
    font-family: inherit;
    position: relative;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #333;
}

.s23 .inner>div .s23_txt ul li strong::after {
    position: absolute;
    top: 0%;
    font-size: 66px;
    color: #e5e5e5;
    transform: translate(-50%, -60%);
}

.s23 .inner>div .s23_txt .s23_t1 li strong::after {
    content: '01';
    left: -10%;
}

.s23 .inner>div .s23_txt .s23_t2 li strong::after {
    content: '02';
    left: -11%;
}

.s23 .inner>div .s23_txt .s23_t3 li strong::after {
    content: '03';
    left: -10%;
}

.s23 .inner>div .s23_txt ul li p {
    word-break: keep-all;
    font-size: 25px;
    font-weight: 300;
}