.section1 {
    background-color: #f5f6f8;
}
.section1 .section1_wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
    gap: 25px;
}
.section1 .section1_wrap .left{
    width: 55%;
}

.section1 .section1_wrap .left {
    position: relative;
    display: inline-block;
}

.section1 .section1_wrap .left img {
    display: block;
    width: 100%;
    height: auto;
}

.section1 .section1_wrap .left .text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 30px;
}
.section1 .section1_wrap .left .text-overlay pre {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}
.section1 .section1_wrap .left .text-overlay span {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    margin-top: 30px;
}
.section1 .section1_wrap .right {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    gap: 20px;
}
.section1 .section1_wrap .right a{
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 18px;
}
.section1 .section1_wrap .right a img{
    width: auto;
    height: 35%;
    margin-bottom: 20px;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
.section2 h2, .section7 h2{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}
.section2 .btn_wrap {
    display: flex;
    justify-content: space-around;
}

.section2 .btn1, .btn2, .btn3 {
    position: relative;
    display: inline-block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    transition: transform 0.3s ease; 
}

.section2 .btn1:hover, .btn2:hover, .btn3:hover {
    transform: translateY(-10px); 
}

/* 애니메이션 후 다시 원래 위치로 복귀 */
.section2 .btn1, .btn2, .btn3 {
    transition: transform 0.3s ease; 
}
.section2 .btn1 img, .btn2 img, .btn3 img {
    display: block;
    width: 100%;
    height: auto;
}

.section2 .text-overlay1, .text-overlay2, .text-overlay3 {
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding:40px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
}
.section2 .text-overlay1 span, .text-overlay2 span, .text-overlay3 span{
   color: #fff;
   font-size: 20px;
   font-weight: 600;
}
.section2 .text-overlay1 pre, .text-overlay2 pre, .text-overlay3 pre{
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.3;
 }
.section3 {
    background-color: #f5f6f8;
    padding: 80px 0;
}
.section3 .section3_wrap p{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.section3 .section3_wrap span{
    font-size: 21px;
    color: #ff6d00;
    font-weight: 600;
    display: block;
}
.section3_wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px 5px;
  }

.swiper-slide {
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
    width: unset !important;
    flex-direction: column!important;
    width: 20% !important;
    background-color: #fff !important;
    padding: 30px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important; 
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
}
.swiper-slide img{
    width: auto;
    height: 35%;
    margin-bottom: 20px;
}
.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;
    bottom: 0 !important;
    position: absolute !important;
    background-color: #fff !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ff6d00 !important;
    position: absolute;
    left: 0;
    top: unset !important;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.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;
}
.section4, .section5, .section6 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
.section4  p, .section5  p, .section6  p{
    font-size: 20px;
    font-weight: 600;
}
.section4 span, .section5 span, .section6 span{
    font-size: 21px;
    color: #ff6d00;
    font-weight: 600;
    margin-top: 10px;
}
.section4 .content{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.section5 .content{
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-top: 30px;
}
.section4 .content img, .section5 .content img{
    width: 45%;
}
.section4 .content .right, .section5 .content .right{
    width: 55%;
}
.section5 .content .right img{
    width: 5%;
}
.section5 .right {
    display: flex; 
    flex-direction: column; 
    flex: 1;
}
.section4 .content .right pre{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.section4 a {
    background-color: #f5f6f8;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #6e6e6e;
    font-size: 18px;
    transition: background-color 0.3s; 
}
.section4 a:hover {
    background-color: #ff6d00;
    color: #fff;
    border: 1px solid #debba4;
}
.section4 .btn_group1 {
    margin-top: 40px;
    display: flex;
    gap: 10px;
}
.section4 .btn_group2 {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.section5 .btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid #ff6d00;
    border-bottom: 1px solid #ff6d00;
    height: 100%;
}
.section5 .btn_wrap a{
    display: flex;
    padding: 30px 40px;
    border-bottom: 1px solid #ddd;
    align-items: center; 
    height: 33%;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}
.section5 .btn_wrap a:last-child{
    border-bottom: 0;
}
.section6 .btn_wrap{
    display: flex;
    width: 100%;
    margin-top: 30px;
    gap: 25px;
}
.section6 .btn_wrap .left, .section6 .btn_wrap .right{
    width: 50%;
    border: 1px solid #afafaf;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between; background-color: #fff;
}
.section6 .btn_wrap pre{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.section6 .btn_wrap a{
    font-size: 18px;
    background-color: #f5f6f8;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 15px;
    color: #757576;
   
}
.section7 {
    padding: 150px 0 80px;
    background-color: #f5f6f8;
    margin-top: -150px;
}

.section7 .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section7 .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
}

.section7 .btn_wrap .btn {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px); 
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
}
.section7 .btn_wrap .btn img {
    width:  auto;
    height: 65%;
    margin-bottom: 30px;
}

.section7 .btn_wrap .empty-cell {
    flex: 1 1 calc(33.333% - 20px); 
    max-width: calc(33.333% - 20px); 
}
.section1 .banner_mo {
    display: none !important;
}
.header_index {
    display: none;
}
.btn_wrap_mo {
    display: none;
}

@media screen and (max-width: 767px) {
    header {
     display: none;
    }

    .header_index {
     display: flex;
     justify-content: space-between;
     height: 6rem;
     border-bottom: 0;
     background-color: #f98e48;
     border-bottom: unset;
     padding: 1.5rem;
    }
    .header_index img {
     width: 60px;
 }
 .header_index .arrow {
    width: 25px;
}
    .header_index .i2 {
     width: 2.5rem !important;
     height: 2rem;
 }
 .header_index h1 {
     width: 35%;
     margin: unset;
     padding: 15px 0;
 }
 .header_index .right1 {
     text-align: right;
     display: flex;
     justify-content: right;
 }
 /* #wrap .left {
     display: none;
 }   */
 
 .header_index .nav_mo  {
     position: fixed;
     top: 0; left: -71%;
     width: 70%; min-height: 100vh;
     background: #fff;
     z-index: 999;
     transition: .3s;
     display: block;
 }
 .back2 {
     background: #00000014; 
     position: fixed;
     width: 100% !important;
     height: 100%;
     top: 0;
     display: none;
     z-index: 998; 
     left: 0;
 }
 
 .nav_mo.open + .back2 {
     display: block;
     
 }
 .nav_mo.open {
     left: 0;
 }
 .nav_logo {
     width: 100%; height: 6rem;
     display: flex;
     align-items: center;
     padding: 1.5rem;
     justify-content: flex-start;
     background-color: #f5f6f8;
 }
 .close{
     display: block;
     background: url(../img/mo-menu.png) no-repeat center/contain;
     width: 3rem; height: 2rem;
 
 }
 .nav_menu_mo {
   
     justify-content: center;
     align-items: center;
     flex-direction: column;
 
 }
 .nav_menu_mo .has-submenu{
     padding: 0;
     background-color: #fff;
     border-bottom: 1px solid #dadbdc;
     background-color: #f5f6f8;
 }
 .nav_menu_mo li:last-child  {
    border-bottom: 1px solid #dadbdc;
     
 }
 .nav_menu_mo li a {
     display: block;
     /* margin-bottom:3rem; */
     text-align: left;
     font-size: 16px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 2rem;
 }
 
 .nav_menu_mo li span {
    font-size: 16px;
 }
 .nav_menu_mo li a span {
     font-size: 1.8rem;
     display: inline-block;
     color: #2c2f2d;
     width: 17rem;
     font-weight: 600;
     white-space: nowrap;
 }
 
 .nav_menu_mo li .n {
     padding: 0;
 }
 .has-submenu  {
 }
 .has-submenu .span_mo {
     font-size: 18px;
     font-weight: 700;
     cursor: pointer;
     position: relative;
     display: flex;
     justify-content: space-between;
     align-items: center;
     line-height: 1.3;
     padding: 0;
     padding-right: 1.5rem; 
     border-bottom: 0;
 }
 
 
 .has-submenu .span_mo::after {
     content: '';
     background-image: url('../img/arrow-down.png');
     background-size: contain;
     background-repeat: no-repeat;
     position: absolute;
     width: 1.2rem;
     height: 1.2rem;
     right: 1rem;
     top: 55%; 
     transform: translateY(-50%);
 }
 
 .has-submenu.on .span_mo::after {
     background-image: url('../img/arrow-up.png');
     top: 50%; 
 }
 .has-submenu.on .span_mo {
     color: #050565;
 }
 
 .has-submenu.on .submenu{
     display: block;
     margin-top: 15px;
 }
 
 .has-submenu .submenu{
     display: none;
 }
 .section1 .section1_wrap {
    width: 100%;
    max-width: 100%;
    padding:  0;
    margin-top: -10px;
    gap: 0;
    flex-direction: column;
    align-items: center;
}
.section1 {
    background-color: unset;
}
.section1 .section1_wrap .left {
    width: 100%;
}
.section1 .section1_wrap .left .text-overlay pre {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.section1 .section1_wrap .left .text-overlay span {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    margin-top: 15px;
}
.section1  .banner_mo {
    display: block !important;
}
.section1 .section1_wrap .banner_pc {
    display: none !important;
}
.section1 .section1_wrap .right {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #f5f6f8;
    padding: 20px 15px;
}
.section1 .section1_wrap .right a {
    flex: 1 1 calc(50% - 15px);
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    padding: 5px;
}
.section1 .section1_wrap .left .text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 15px;
}
.section2 .btn_wrap_mo {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 15px;
}
.section2 .btn_wrap {
    display: none !important;
}
.section2 {
    width: 90%;
    max-width: 100%;
    margin: 25px auto;
}
.section2 h2, .section7 h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.section2 .text-overlay1, .text-overlay2, .text-overlay3 {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translateY(-50%);
    background-color: unset;
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: unset;
}
.section2 .text-overlay1 span, .text-overlay2 span, .text-overlay3 span {
    color: #f98e48;
    font-size:15px;
    font-weight: 600;
}
.section2 .text-overlay1 pre, .text-overlay2 pre, .text-overlay3 pre {
    color: unset;
    font-size: 15px;
    margin-top:5px;
    line-height: 1.3;
}
.swiper-container {
    padding: 20px 5px;
}
.section3 {
    background-color: #f5f6f8;
    padding: 30px 0;
}
.section3 .section3_wrap p {
    font-size: 18px;
}
.section3 .section3_wrap span {
    font-size: 19px;
}
.section3_wrap {
    position: relative;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
}
.swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: unset !important;
    flex-direction: column !important;
    width: 40% !important;
    background-color: #fff !important;
    padding: 30px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}
.swiper-slide img {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}
.section4 .content {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
}
.section4, .section5, .section6 {
    width: 90%;
    max-width: 100%;
    margin: 30px auto;
}
.section4 .content img, .section5 .content img {
    width: 100%;
}
.section4 .content .right, .section5 .content .right {
    width: 100%;
}
.section4 p, .section5 p, .section6 p {
    font-size: 18px;
    line-height: 1.3;
}
.section4 span, .section5 span, .section6 span {
    font-size: 19px;
    
}
.section4 .btn_group2 {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.section4 a {
    background-color: #f5f6f8;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 30px;
    color: #6e6e6e;
    font-size: 16px;
    transition: background-color 0.3s;
    text-align: center;
}
.section5 .content {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
}
.section5 .btn_wrap a {
    display: flex;
    padding: 25px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    height: 33%;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}
.section5 .content .right img {
    width: 7%;
}
.section6 .btn_wrap {
    display: flex;
    width: 100%;
    margin-top: 30px;
    gap: 25px;
    flex-direction: column;
}
.section6 .btn_wrap .left, .section6 .btn_wrap .right {
    width: 100%;
    padding: 20px;
    align-items: center;
}
.section6 .btn_wrap img {
    width: auto;
    height: 60px;
    
}
.section7 {
    padding: 270px 0 80px;
    margin-top: -270px;
}
.section7 .content {
    width: 90%;
    max-width: 100%;
}
.section7 .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.section7 .btn_wrap .btn {
    flex: 1 1 calc(50% - 10px); /* 첫 번째 및 두 번째 버튼은 50%씩 차지 */
    max-width: calc(50% - 10px);
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.3;
}

.section7 .btn_wrap .btn:last-child {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.section7 .btn_wrap .btn img {
    margin-bottom: 15px;
    height: 40px;
}
 }
 
 
 
 