.samjung_section .frame_wrap {
    position: relative;
}
.samjung_section .frame_wrap .first_content {
    padding: 100px 0 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.samjung_section .frame_wrap .first_content {
    display: flex;
    flex-direction: column;
}
.samjung_section .frame_wrap .first_content .desc_video_wrap {
    padding-left: 19.4%;
}
.samjung_section .frame_wrap .first_content .desc_box .img_box {
    margin-bottom: 17px;
}
.samjung_section .frame_wrap .first_content .desc_box .img_box img {
    display: block;
    max-width: 250px;
}
.samjung_section .frame_wrap .first_content .desc_box h3 {
    margin-bottom: 4px;
    font-size: 80px;
    font-weight: 700;
    color: #CC3333;
    line-height: 1.3;
    font-family: "Campton", sans-serif;
}
.samjung_section .frame_wrap .first_content .desc_box p {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    line-height: 1.4;
    font-family: "Noto Sans KR", sans-serif;
}
.samjung_section .frame_wrap .first_content .video_box {
    max-width: 680px;
    width: 100%;
    height: 383px;
    background: #0B1B2C;
}
.samjung_section .frame_wrap .first_content .video_box .samjung_video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.samjung_section .frame_wrap .second_content {
    padding: 55px 0 60px;
    background: #CC3333;
}
.samjung_section .frame_wrap .second_content h3 {
    margin-bottom: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.6945;
    font-family: "Noto Sans KR", sans-serif;
}
.samjung_section .frame_wrap .second_content .samjungSwiper {
    overflow: hidden;
    max-width: 1410px;
    margin: 0 auto;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-slide .slide_inner_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-slide .slide_inner {
    position: relative;
    flex: 1;
    max-width: 330px;
    height: 220px;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-slide .slide_inner img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-slide .slide_inner .hover_inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 12px 11px;
    background: linear-gradient(rgba(107, 107, 107, 0) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 1) 100%);
    opacity: 0;
    transition: all .3s;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-slide .slide_inner .hover_inner:hover {
    opacity: 1;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-slide .slide_inner .hover_inner span {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 100%;
    font-family: "Noto Sans KR", sans-serif;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-button-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 46px;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-button-wrap .swiper-pagination-bullet {
    opacity: 0.3;
    transition: none;
}
.samjung_section .frame_wrap .second_content .samjungSwiper .swiper-button-wrap .swiper-pagination-bullet-active {
    opacity: 1;
}
.samjung_section .mo-only {
    display: none;
}