.s3 h3 {
    font-family: 'KBIZHanmaumMyungjo' !important;
}

.s2 h3 {
    font-family: 'KBIZHanmaumMyungjo' !important;
}

/* s31 css */
.s31 .main_slider {
    position: relative;
    width: 100%;
}

.s31 .main_slider img {
    display: block;
}

.s31 .main_slider .btn {
    width: 65px;
    height: 65px;
}

.s31 .main_slider .btn_next {
    right: 5.5%;
}

.s31 .main_slider .btn_prev {
    left: 5.5%;
}

.s31 .main_slider .btn::after {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
}

.s31 .main_slider .btn_next::after {
    background: url(/img/s3/slide_btn_next.svg) center center / cover no-repeat;
}

.s31 .main_slider .btn_prev::after {
    background: url(/img/s3/slide_btn_prev.svg) 100% 100% / cover no-repeat;
}

.s31 .s31_box {
    height: 75vh;
    display: flex;
    justify-content: center;
    gap: 45px;
    background: url(/img/s3/s3_box_img.jpg) no-repeat;
    overflow: hidden;
}

.s31 .s31_box .s31_txt {
    width: 37%;
    display: flex;
    justify-content: flex-end;
    padding-top: 100px;
}

.s31 .s31_box .s31_txt>div {
    width: 415px;
}

.s31 .s31_box .s31_txt>div h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: #801c2e;
    margin-bottom: 55px;
}

.s31 .s31_box .s31_txt>div p {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -1px;
}

/* .s31 .main_slider .swiper-wrapper > div:last-of-type {
  margin-right: 100px !important;
}

.s31 .s31_box .sub_slider .swiper-wrapper > div:last-of-type {
  margin-right: 100px !important;
} */

.s31 .s31_box .sub_slider {
    width: 61%;
    overflow: hidden;
}

.s31 .s31_box .sub_slider .swiper-slide {
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

.s31 .s31_box .sub_3-5 .swiper-slide {
    width: 50%;
}

.s31 .s31_box .sub_slider .swiper-slide strong {
    display: flex;
    font-family: 'KBIZHanmaumMyungjo';
    justify-content: center;
    align-items: center;
    position: relative;
    top: 200px;
    height: 75px;
    margin-bottom: 60px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #808080;
}

.s31 .s31_box .sub_slider .swiper-slide-active strong {
    font-size: 30px;
    font-weight: 700;
    color: #801c2e;
}

.s31 .s31_box .sub_slider .swiper-slide strong::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 50px;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/img/s3/s3_sSlide_pick_img.png) center no-repeat;
    opacity: 0;
}

.s31 .s31_box .sub_slider .swiper-slide-active strong::after {
    opacity: 1;
}

/* .s31 .s31_box .sub_slider .s31_slider{
  scale: 1.2;
  margin-left: 80px;
}

.s31_slider_wrap{left: -32%;} */
/* s32 css */
.s32 {
    padding: 130px 0 245px;
    background-color: #dddad4;
}

.s32 .inner {
    text-align: center;
}

.s32 .inner .s32_title {
    margin-bottom: 110px;
}

.s32 .inner .s32_title p {
    font-size: 30px;
    letter-spacing: -2px;
    color: #666;
}

.s32 .inner .s32_title h3 {
    font-size: 50px;
    font-weight: 700;
    color: #801c2e;
}


/* s33 css */
.s33 {
    padding: 125px 0 200px;
}

.s33 .inner h3 {
    font-size: 50px;
    font-weight: 700;
    color: #801c2e;
    text-align: center;
}

.s33 .inner .s33_common {
    display: flex;
    gap: 37px;
    padding: 130px 0 50px;
}


.s33 .inner .s33_common .s33_img {
    border-radius: 30px;
    overflow: hidden;
    width: 53%;
}

.s33 .inner .s33_common .s33_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s33 .inner .s33_common .s33_box {
    width: calc(100% - 53% - 55px);
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.s33 .inner .s33_common .s33_box>div {
    height: calc((100% - 30px) / 2);
}

.s33 .inner .s33_common .s33_box .s33_txt strong {
    font-family: 'KBIZHanmaumMyungjo';
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #801c2e;
    margin-bottom: 30px;
}

.s33 .inner .s33_common .s33_box .s33_txt p {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -1px;
    word-break: keep-all;
}

.s33 .inner .s33_common .s33_box .s33_mini_img img {
    width: auto;
    height: 100%;
}

.s31_img img,
.s32_img img,
.s33_img img,
.s34_img img,
.s35_img img,
.s36_img img,
.s37_img img {
    margin: 0 auto;
    width: 75%;
}

.s32_1 .s32_img img {
    width: 86%;
    margin-left: 10rem;
}