
#wrap .header1 {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
}
#wrap .header1 img{
    width: 15%;
}
#wrap .header1 ul{
    display: flex;
    gap: 1.5rem;
}
#wrap .header1 ul li:hover {
    color: #f99029;
}
#wrap .section1 {
    display: flex;
    width: 100%;
	margin-bottom: 20px;
    padding: 0 1.5rem;
}
#wrap .section1 .right {
    text-align: right;
    width: 65%;
}
#wrap .section1 .right img{
   width: 350px;
   margin-top: 2rem;
}
#wrap .section1 .left {
    width:35%;
    margin-top: 3rem;
}
#wrap .section1 .left_mo {
    display: none;
}
#wrap .section1 .left .p1{
   font-size: 25px;
   line-height: 1.5;
   white-space: nowrap;
}

#wrap .section1 .left a{
   display: inline-block;
   padding: 1rem 1.5rem;
   border: 1px solid #f8a43d;
   border-radius: 30px;
   font-size: 20px;
   white-space: nowrap;
   margin-top: 1.5rem;
   color: #f8a43d;
}
#wrap .section2 {
    padding: 1.5rem 2rem;
}
#wrap h2{
    font-size: 20px;
    font-weight: 600;
}
#wrap .section2 .img_wrap{
   display: flex;
   margin-top: 1.5rem;
   gap: 1.5rem;
   white-space: nowrap; 
   padding: 1px;
}

swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 1.5rem;
    
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: .5rem;
  }

  swiper-slide img {
    box-shadow: 
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px,
    rgba(0, 0, 0, 0.1) 0px 1px 15px -3px; 
    border-radius: 10px;
    width: 100%; 

  }
  #wrap .section2 .img_wrap {
    display: none;
  }

#wrap .section2 .img_wrap img {
    box-shadow: 
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px,
    rgba(0, 0, 0, 0.1) 0px 1px 15px -3px; 
    border-radius: 10px;
}

#wrap .section3 {
    padding: 1.5rem;
}
#wrap .section3 .h2_mo{
   display: none;
}

#wrap .section3 .tap_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%; 
    margin-top: 1.5rem;
}

#wrap .section3 .tap_wrap .tap {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-basis: calc(33.333% - 20px); 
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px,
        rgba(0, 0, 0, 0.1) 0px 1px 15px -3px; 
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    background-image: url("../img/PC-go-btn.png");
    background-position: calc(100% - 1rem) calc(0% + 1rem); 
    background-repeat: no-repeat; 
}

#wrap .section3 .tap_wrap .tap img {
    margin-bottom: 1.5rem;
}
#wrap .section4 {
    display: flex;
    width: 100%;
	margin-bottom: 20px;
    background-color: #fff3e7;
    align-items: center;
}
#wrap .section4 .right {
    text-align: right;
    width: 65%;
    
}
#wrap .section4 .right img{
   width: 350px;
}
#wrap .section4 .left {
    width:35%;
    padding: 1.5rem;
}

#wrap .section4 .left .p1{
   font-size: 23px;
   white-space: nowrap;
   font-weight: 600;
   color: #f6951d;
}
#wrap .section4 .left .p2{
   font-size:18px;
   line-height: 1.5;
   white-space: nowrap;
   margin:1rem 0;
}
#wrap .section4 .left a{
   display: inline-block;
   padding: 1rem 1.5rem;
   border: 1px solid #f6951d;
   border-radius: 30px;
   font-size: 20px;
   white-space: nowrap;
   color: #f6951d;
}
#wrap .section5{
   padding: 1.5rem 1.5rem 3rem;
   display: flex;
   width: 100%;
   gap: 1rem;
}
#wrap .section5 .left{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 1rem;
}
#wrap .section5 .left a{
    display: flex;
    justify-content: space-between;
}
#wrap .section5 .left .btn1{
    padding: 1.5rem;
    background-color: #fffadd;
    border-radius: 1rem;
    height: 180px;
}

#wrap .section5 .left .btn2 {
    padding: 1.5rem;
    background-color: #f7f6f5;
    border-radius: 1rem;
    height: 180px;
}
#wrap .section5 .left .btn1 .left1_1 .p1,
#wrap .section5 .left .btn2 .left1_2 .p1 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

#wrap .section5 .left .btn1 .left1_1 .p2,
#wrap .section5 .left .btn2 .left1_2 .p2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: .8rem;
}

#wrap .section5 .left .btn1 .right,
#wrap .section5 .left .btn2 .right {
    position: relative;
}

#wrap .section5 .left .btn1 .right img,
#wrap .section5 .left .btn2 .right img {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}


#wrap .section5 .btn3{
    width: 50%;
    background-color: #f6941c; 
    padding: 1.5rem; 
    border-radius: 1rem;
}

#wrap .section5 .btn3 .top {
    height: 50%;
    padding: 0 1.5rem 0 0;
}

#wrap .section5 .btn3 .top .p1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

#wrap .section5 .btn3 .top .p2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: .8rem;
    color: #fff;
}

#wrap .section5 .btn3 .bottom {
    position: relative;
    height: 50%;
}

#wrap .section5 .btn3 .bottom .img3 {
    width: 150px;
    height: auto;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
}
@media screen and (max-width: 900px) {
    #wrap .header1 ul {
        display: none;
    }

    #wrap .section1 {
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
        text-align: center;
    }

    #wrap .header1 img {
        width: 25%;
    }

    #wrap .section1 .left {
        display: none;
    }

    #wrap .section1 .left_mo {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center; 
    }

    #wrap .section1 .left_mo img {
        width: 250px;
    }

    #wrap .section1 .left_mo a {
        display: inline-block;
        padding: 1rem 1.5rem;
        border: 1px solid #f8a43d;
        border-radius: 30px;
        font-size: 14px;
        white-space: nowrap;
        margin-top: 1.5rem;
        color: #f8a43d;
    }

    #wrap .section1 .right {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center; 
        width: 100%;
        margin-left: 15px;
    }

    #wrap .section1 .right img {
        width: 250px;
        margin-top: 2rem;
    }
    #wrap .section2 {
        text-align: center;
    }
    .mySwiper {
        display: none;
    }
    #wrap .section2 .img_wrap {
        display: flex;
        overflow-x: auto; 
        gap: 1.5rem;
        padding: .5rem;
    }
    #wrap .section2 .img_wrap img {
        width: 80%;
    }
    #wrap .section2 .img_wrap::-webkit-scrollbar { 
        display: none;
    }
    
    #wrap h2{
        font-size: 18px;
        font-weight: 800;
    }
    #wrap .section3 {
        text-align: center;
    }
    #wrap .section3 h2{
       display: none;
       
    }
    #wrap .section3 .h2_mo{
       display: block;
       line-height: 1.5;
    }
    #wrap .section3 .tap_wrap .tap {
        flex-basis: calc(50% - 20px); 
        font-size: 15px;
        font-weight: 700;
        padding: 1rem;
        line-height: 1.3;
        background-size: 20px;
        justify-content: center;
    }
    #wrap .section3 .tap_wrap .tap img {
        margin-bottom: 1.5rem;
        width: 40px;
    }
    #wrap .section4  {
        padding: 15px 0 40px;
        position: relative; 
    }
    #wrap .section4 .left .p1 {
        font-size: 16px;
    }
    #wrap .section4 .left .p2{
        font-size:14px;
     }
    #wrap .section4 .left a{
        font-size: 14px;
    }
    #wrap .section4 .right {
        display: flex;
        position: absolute;
        bottom: 1rem; 
        right: 0; 
        justify-content: flex-end
    }
    #wrap .section4 .right img {
        width: 200px;
    }
    #wrap .section5 .left .btn1 {
        padding: 1.5rem 0 0 1.5rem;
        height: 130px;
    }
    #wrap .section5 .left .btn2 {
        padding: 1.5rem 0 0 1.5rem;
        height: 130px;
    }
    #wrap .section5 .left .btn1 .left1_1 .p1,
    #wrap .section5 .left .btn2 .left1_2 .p1 {
        font-size: 15px;
}
    #wrap .section5 .left .btn1 .left1_1 .p2, #wrap .section5 .left .btn2 .left1_2 .p2 {
        font-size: 14px;
    }
    #wrap .section5 .left .btn1 .left1_1 .p2 .arrow , #wrap .section5 .left .btn2 .left1_2 .p2 .arrow  {
        width: 15px;
    }
    #wrap .section5 .left .btn1 .right img, #wrap .section5 .left .btn2 .right img {
        width: 55px;
        height: auto;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }
    #wrap .section5 .left .btn1 .right, #wrap .section5 .left .btn2 .right {
        position: relative;
        display: flex;
    }
    #wrap .section5 .btn3 {
        padding: 1.5rem 0 0 1.5rem;
    }
    #wrap .section5 .btn3 .top .p1 {
        font-size: 15px;
    }
    #wrap .section5 .btn3 .top .p2 {
        font-size: 14px;
    }
    #wrap .section5 .btn3 .top .arrow {
        width: 15px;
    }
    #wrap .section5 .btn3 .bottom .img3 {
        width: 75px;
    }
}
