.content1 .banner{
    width: 100%;
}
.content2 {
    width: 100%;
    max-width: 1400px;
    margin: -350px auto 80px;
    position: relative;
}
.content2 img{
    width: 100%;
    display: block;
}
.content2 .title_box .title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: unset !important;
  }
  .swiper-pagination {
    margin-top: 10px;
    text-align: center;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: unset !important;
    bottom: -30px !important;
    position: absolute !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ff6d00 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

/* overlay-container 스타일 */
.overlay-container {
    position: relative;
    display: inline-block;
}

/* 이미지 스타일 */
.overlay-container img {
    display: block; 
    width: 100%; 
}

/* 텍스트 오버레이 스타일 */
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; 
    font-size: 24px; 
    padding: 10px;
    border-radius: 5px; 
    text-align: center; 
    max-width: 80%; 
    box-sizing: border-box; 
}
.content3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
}
.content3 .sub_title{
    font-size: 22px;
    font-weight: 800;
    color: #052f49;
    margin-bottom: 20px;
    display: inline-block;
}
.content3 .top_con{
    font-size: 20px;
    line-height: 1.3;
   
}
.content3  .point3{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.content3 .text_wrap{
    display: flex;
    margin: 20px 0;
    gap: 30px;
    align-items: flex-start;
}
.content3 .bold{
    display: flex;
    align-items: flex-start;
    background-color: #a8acb5;
    padding: 5px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
}
.content3 .bold img{
   height: auto;
   width: 25px;
   margin-right: 15px;
}
.content3 .con{
    font-size: 20px;
    line-height: 1.3;
}
.content3 .con .point2{
    font-size: 20px;
    line-height: 1.3;
    color: #cfd1d6;
}
.section_A .sub_title, .section_A1 .sub_title, .section_A2 .sub_title, .section_A3 .sub_title,.section_A4 .sub_title, .section_A5 .sub_title{
    margin-top: 0;
}
.sub_title{
    margin-top: 60px;
}
.section_B .arrow{
    width: 2%;
}
.section_B .box {
    
}
.box ul{
    border-top: 2px solid #b5b8c0;
    border-bottom: 2px solid #b5b8c0;
}
.box ul li{
    padding: 25px 20px;
    border-bottom: 1px solid #b5b8c0;
}
.box ul li a{
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 20px;
}
.btn {
    position: relative;
    display: inline-block;
    margin-top: 100px;
}
.btn:nth-of-type(2) {
    margin-top: 30px;
}
.btn:nth-of-type(3) {
    margin-top: 30px;
}

.btn_img {
    width: 100%;
    display: block;
}

.overlay_text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.arrow_img {
   width: 20%;
   margin-left: 30px;
}
.section_E .btn_wrap  {
    display: flex;
    margin: 50px 0;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
 }
.section_E .btn_wrap img{
    width: 100%;
 }
 .section_E .btn_wrap a {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .section_E .btn_wrap span{
    font-size: 20px;
    padding: 5px 25px;
    display: inline-block;
    margin-top: 22px;
    color: #395a6f;
    font-weight: 800;
 }
 .section_E .content1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 80px;
 }
 .section_E .content1 pre{
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    margin-top: 20px;
 }
 .section_E1 .box,  .section_E2 .box,  .section_E3 .box,
 .section_E4 .box,  .section_E5 .box,  .section_E8 .box  {
    border-top: 2px solid #b5b8c0;
    border-bottom: 2px solid #b5b8c0;
    margin-top: 60px;
 }
 .section_E1 .text_wrap, .section_E2 .text_wrap, .section_E3 .text_wrap,
.section_E4 .text_wrap, .section_E5 .text_wrap , .section_E8 .text_wrap  {
     display: flex;
     flex-direction: column !important;
     margin: 0;
     gap: 0;
 }
.section_E1 .text_wrap .bold, .section_E2 .text_wrap .bold, .section_E3 .text_wrap .bold,
 .section_E4 .text_wrap .bold, .section_E5 .text_wrap .bold, .section_E8 .text_wrap .bold{ 
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1.5px solid #e6e6e6;
    padding: 25px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    background-color: #fff;
    color: unset;
    width: 100%;
}
.section_E1 .text_wrap .bold::after, .section_E2 .text_wrap .bold::after, .section_E3 .text_wrap .bold::after,
.section_E4 .text_wrap .bold::after, .section_E5 .text_wrap .bold::after, .section_E8 .text_wrap .bold::after{ 
    content: '';
    background-image: url('../img/pc/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.section_E1 .text_wrap.on .bold::after, .section_E2 .text_wrap.on .bold::after, .section_E3 .text_wrap.on .bold::after,
.section_E4 .text_wrap.on .bold::after, .section_E5 .text_wrap.on .bold::after, .section_E8 .text_wrap.on .bold::after{ 
    background-image: url('../img/pc/aroow-up.png');
}
.section_E1 .text_wrap.on .con, .section_E2 .text_wrap.on .con, .section_E3 .text_wrap.on .con,
.section_E4 .text_wrap.on .con, .section_E5 .text_wrap.on .con, .section_E8 .text_wrap.on .con  { 
    font-size: 20px;
    display: block;
    padding: 25px 20px;
    background-color: #f5f7f2;
    border-bottom: 2px solid #b5b8c0;
    width: 100%;
}
.section_E1 .text_wrap .con, .section_E2 .text_wrap .con, .section_E3 .text_wrap .con,
.section_E4 .text_wrap .con, .section_E5 .text_wrap .con, .section_E8 .text_wrap .con { 
    display: none;
    line-height: 1.5;
}
.content1_mo {
    display: none;
}
.content2_mo {
    display: none;
}
@media screen and (max-width: 900px) {
.content1_mo {
    display: block !important;
}
.content1_mo img{
    width: 100%;
}
.section_A1 .content1,.section_A2 .content1,.section_A3 .content1,.section_A4 .content1,.section_A5 .content1 {
    display: none;
}
.content2 {
    display: none;
    
}
.content2 .title_box .title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.content3 {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 40px;
}
.content3 .sub_title {
    font-size: 18px;
}
.content3 .con {
    font-size: 16px;
    margin-bottom: 0;
}
.content3 .point3 {
    font-size: 16px;
}
.content3 .bold {
    padding: 5px 15px;
    font-size: 16px;
}
.btn {
    margin-top: 30px;
}
.overlay_text {
    top: 50%;
    left: 2%;
    color: white;
    font-size: 18px;
}
.section_B .sub_title{
    margin-top: 0;
}
.box ul li {
    padding: 20px 15px;
}
.box ul li a {
    font-size: 16px;
}
.arrow_img {
    width: 10%;
    margin-left: 6px;
}
.arrow {
    width: 4%;
}
.sub_title{
    margin-top: 40px !important;
}
.content3 .top_con {
    font-size: 16px;
}
.section_E1 .box, .section_E5 .box, .section_E8 .box {
    margin-top: 40px;
}
.section_E1 .text_wrap .bold, .section_E2 .text_wrap .bold, .section_E3 .text_wrap .bold, .section_E4 .text_wrap .bold, .section_E5 .text_wrap .bold, .section_E8 .text_wrap .bold {
    font-size: 16px;
    padding: 20px 15px;
}
.section_E2 .box, .section_E3 .box, .section_E4 .box{
    margin-top: 20px;
}
.section_E1 .text_wrap.on .con, .section_E2 .text_wrap.on .con, .section_E3 .text_wrap.on .con, .section_E4 .text_wrap.on .con, .section_E5 .text_wrap.on .con, .section_E8 .text_wrap.on .con {
    font-size: 16px;
    padding: 20px 15px;
}
.content2_mo {
    display: block;
    width: 90%;
    max-width: 100%;
    margin: -95px auto 40px;
}
.content2_mo .swiper {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scrollbar-color: #ff6d00 transparent;
}

.content2_mo .swiper::-webkit-scrollbar {
    height: 4px;
}

.content2_mo .swiper::-webkit-scrollbar-thumb {
    background-color: #ff6d00; 
}

.content2_mo .swiper::-webkit-scrollbar-track {
    background-color: transparent; 
}
.overlay-container img {
    display: block;
    width: 250px;
}
.content2_mo .title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}
.text-overlay {
    font-size: 18px;
    line-height: 1.3;
}
.section_E1 .text_wrap .bold::after, .section_E2 .text_wrap .bold::after, .section_E3 .text_wrap .bold::after, .section_E4 .text_wrap .bold::after, .section_E5 .text_wrap .bold::after, .section_E8 .text_wrap .bold::after {
    width: 4%;
    top: 55%;
}
.content3 .con .point2 {
    font-size: 16px;
}
}
