:root{
    --m1-color: #009147;
    --m2-color: #d89705;
    font-family: Noto Sans KR;
}

.inner {
    width: calc(100% - 60px);
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.header{
    z-index: 50;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px #00000050;
    
   
}
.header_lay{
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    
}

.hd_logo{
    height: 100px;
    
}
.hd_logo img{
    height: 100%;
}
.hd_menu_lay{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
}
.hd_menu_lay_m{
    display: none;
    margin: auto 0;
}
.hd_menu{
    cursor: pointer;
}
.hd_menu_title{
    padding: 10px 15px;
}
.hd_menu_down{
    position: absolute;
    display: none;
    background-color: #555;
    color: #fff;
    padding: 25px;
}
.hd_menu:hover .hd_menu_down{
    display: block;
}
.hd_menu_down > div{
    padding: 15px;
}





.main_banner {
    background-color: var(--m1-color);
    /* 
    background: linear-gradient(-45deg, #f3f5f0 50%, #dfe8eb 50%);
    #dde1e7 
    #f6f5ef
    #f3f5f0
    #dfe8eb
    */
}
.main_banner .inner {
width: 100%;
}
.main_banner .promo_banner_pc {
/*width: auto;*/
width: 100%;
aspect-ratio: 5 / 2;
position: relative;
overflow: hidden;
}
.main_banner .promo_banner_m {
/*width: auto;*/
display: none;
width: 100%;
aspect-ratio: 1 / 1;
position: relative;
overflow: hidden;
}
.main_banner .swiper-container {
/* 819px 슬라이드 3개와 그 사이 여백 10px씩 = 2477px */
width: 100%;
/* aspect-ratio: 9 / 3; */
position: absolute;
}
.main_banner .swiper-slide {
position: relative;
display: flex;
align-items: center;
}
.main_banner .swiper-slide img{
/* background-color: var(--m1-color); */
background-image: url(../images/bg_2@2x.png);
background-repeat: no-repeat;
background-position: center bottom;
background-attachment: scroll;
background-size: cover;
width: 100%;
}
/* .main_banner .swiper-slide-active {
opacity: 1;
} */
.main_banner .swiper-slide .btn {
/*width: 130px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.swiperNavi{
    position: absolute;
    cursor: pointer;
    bottom: 8px;
    z-index: 11;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    border-radius: 50px;
    padding:2px 8px;
}
.swiperNavi > div{
    position: relative;
    display: flex;
}
.main_banner .swiper-pagination {
/* position: relative;
bottom: 0px; */
/* left: 0;
right: 0; */
}

.swiper-slide .slide_button{
    position: absolute;
    right: 7%;
    bottom: 8%;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.4s;
    border: 3px solid #333;
  }
  .swiper-slide .slide_button:hover{
    background-color: #fafafa;
    color: #333;
  }


.n_main_banner{
    background-image: url(../images/bg_2@2x.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.n1_main_banner{
    background-image: url(../images/bg_2@2x.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-attachment: scroll;
    background-size: 100% 700px;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.n2_main_banner{
    background-image: url(../images/Asset-10@2x.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-attachment: scroll;
    background-position: right bottom;
    background-size: cover;
    
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.n3_main_banner{
    background-image: url(../images/bg_2@2x.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-attachment: scroll;
    background-position: right bottom;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.o_main_banner{
    background-image: url(../images/Asset-8@2x.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-attachment: scroll;
    background-position: right ;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}
.o1_main_banner{
    background-image: url(../images/Asset-8@2x.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-attachment: scroll;
    background-position: right bottom;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
}


.m_lay{
    padding: 100px 0;
    margin: auto;
}
.m_title{
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}
.m_cont{
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
}
.m_button{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    background-color: var(--m2-color);
    width: 200px;
    text-align: center;
    padding: 10px 0;
}







.rows{
    padding: 100px 0;
    font-size: 20px;
    line-height: 1.4;
}
.row2{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.r2_c1 , .r2_c2{
    width: calc(50% - 20px);
}

.rows .title{
    font-size: 40px;
    font-family: Noto Sans KR;
    font-weight: 900;
    padding-bottom: 30px;
}

.rowsBB{
    background-color: #f2f2f2;
}

.r_image{
    margin: 50px auto 0 auto;
    text-align: center;
    width: 300px;
    position: relative;
}

.r_image > img{
    max-width: 100%;

}
.r_image.phone:before {
    content:"";
    position: absolute;
    inset: -3px;
    transform: translate(2px, 5px);
    z-index: -1;
    background: linear-gradient(-70deg, #57f84e 0%, #5795eb 100% );
    filter: blur(10px);
    opacity: 0.5;
    border-radius: 40px;
}




.m1Color{
    color: var(--m1-color);
}
.m2Color{
    color: var(--m1-color);
}

.row1{
    text-align: center;
}
.rows li{
    text-indent: -1.8rem;
    margin-left: 1.8rem;
}


.f24{
    font-size: 24px;
}
.f30{
    font-size: 30px;
}
.f50{
    font-size: 50px;
}



.button{
    padding: 10px 20px;
    background-color: var(--m1-color);
    color: #fff;
    width: 150px;
    text-align: center;
}
.r_list{
    padding-bottom: 20px;
}

.m_menu{
    display: none;
    
}
.m_menu_lay{
    z-index: 130;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 50px;
    font-size: 20px;
    box-sizing: border-box;
}
.m_menu_lay > div{
    padding: 10px 0;
}
.m_menu_block{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    background-color: #00000030;
    width: 100%;
    height: 100vh;
}
.m_menu_but{
    cursor: pointer;
}


details summary::marker{font-size:0;}
details > div{
    margin-top: 15px;
    margin-left: 20px;
}



.row5{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.r5_box{
    width: calc(30%);
    padding: 0 20px;
    margin-bottom: 80px;
}
.r5_box > div{
    width: 100%;
}
.r5_box > img{
    width: 100%;   
    margin-bottom: 20px;
}


.rowBox1{
    background-color: #f2f2f2;
    padding: 40px;
}



.rowFaq{}
.rFaq_q{
    font-weight: 600;
    line-height: 1.6;
}
.rFaq_a{
    margin-bottom: 50px;
    font-weight: 300;
    line-height: 1.6;
}



.fc1{
    color: var(--m1-color);
}
.fc2{
    color: var(--m2-color);
}


.row3{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.r3_c1{
    width: calc(45% - 20px);
}
.r3_c2{
    width: calc(55% - 20px);
}
.pm_box{
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
}
.pm_box .summ{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
}

.pm_box .detail{
    display: none;
    padding: 20px;
}
.pm_box .detail p{
    color: #777;
    text-indent: 1rem;
    margin-bottom: 20px;
}




.footer{
    background-color: #404040;
    color: #fff;
}
.footer img{max-width: 120px; width: 100%;}
.footer_lay{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    line-height: 1.2;
}
.footer_lay > div{ padding: 10px;}





.r2_c2 .video {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    border-radius: 30px;
    background-color: #f0f0f0;
    
    
    
}
   
.r2_c2 .video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
}
   
.r2_c2  iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}





@media (max-width: 1000px) {
    .r5_box{
        width: calc(50%);
    }
    .row3{
        justify-content: center;
        flex-wrap: wrap;
    }
    .r3_c1 , .r3_c2{
        width: calc(100% - 20px);
    }
    .r3_c1{
        margin-bottom: 30px;
    }
}
@media (max-width: 900px) {
    .hd_menu_lay{
        display: none;
    }
    .hd_menu_lay_m{
        display: block;
    }
}
@media (max-width: 800px) {
    /* .header_lay{
        padding: 20px 20px;
    } */
    .row2{
        justify-content: center;
        flex-wrap: wrap;
    }
    .r2_c1 , .r2_c2{
        width: calc(100% - 20px);
    }
    .r2_c1{
        margin-bottom: 30px;
    }

}
@media (max-width: 600px) {

}

