/* sub1 */
.s1_con1{
    padding: 290px 0 160px;
    position: relative;
}
.s1_con1_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.s1_con1_sect{
    margin-top: 105px;
}
.s1_con1_img{
    width: 45%;
    position: relative;
}
.s1_con1_img img{
    width: 100%;
}
.s1_con1_img_bg{
    position: absolute;
    bottom: -5%;
    right: 0;
}
.s1_con1_txt{
    width: 50%;
    gap: 50px 0;
}
.s1_con1_txt span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.s1_con1_txt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15%; /* 글자와 밑줄 간격 */
  width: 0%;
  height: 12px;
  background-color: #fcc056;
  transition: width 2.5s ease; /* 밑줄 애니메이션 */
  z-index: -1;
}
.s1_con1_txt span.active::after {
  width: 100%;
}

.s1_con2{
    padding: 430px 0 145px;
    background-image: url(../img/s1_con2_bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.s1_con2_sec1{
    gap: 30px 0;
}
.s1_con2_sec1 .circle{
    gap: 0 10px;
}
.s1_con2_sec1 .circle p{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #94954c;
}
.s1_con2_sec2{
    margin-top: 200px;
    padding: 4vw 0;
    background-color: #767652;
    border-radius: 10px;
}
.s1_con2_sec2_img{
    width: 40%;
}
.s1_con2_sec2_img img{
    width: 100%;
}
.s1_con2_sec2_txt{
    width: 50%;
    gap: 30px 0;
}

.s1_con3{
    padding: 90.5px 0; 
    background-image: url(../img/s1_con3_bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.s1_con3_sect{
    margin-top: 60px;
    gap: 10px 0;
}
.s1_con3_sect li{
    width: 25%;
    height: 100%;
}
.s1_con3_sect .title{
    padding: 14.5px 0;
    background-color: #94954c;
    border-radius: 10px;
}
.s1_con3_sect .cont{
    height: 70px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 10px;
}
.s1_con3_sect .cont li:not(:last-child){
    border-right: 1px solid #ccc;
}

.s1_con4{
    padding: 130px 0 135px;
    position: relative;
}
.s1_con4_bg{
    position: absolute;
    z-index: -1;
    right: 3%;
    bottom: -5%;
}
.s1_con4_map{
    margin-top: 80px;
}
.map_info{
    margin-top: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 2vw 3.5vw;
}
.map_info li{
    gap: 0 2vw;
}
.map_info .txts{
    gap: 20px 0;
}
.root_daum_roughmap .cont .section.lst{
    display: none;
}

/* sub2 */
.sub2{
    padding-bottom: 220px;
}
.sub2_title{
    padding: 295px 0 65px;
    position: relative;
}
.sub2_title_bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.sub_lnb{
    background-color: #fff;
    position: sticky;
    top: 120px;
    height: 80px;
    z-index: 99;
}
.sub_lnb .center2{
    height: 100%;
}
.sub_lnb ul{
    overflow: hidden;
    height: 100%;
    gap: 0 .5vw;
}
.sub_lnb li{
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.sub_lnb a{
    padding: .5vw;
    display: block;
}

.s2_con1{
    margin-top: 65px;
    padding: 105px 0 125px;
    background-color: #767652;
}
.s2_title{
    gap: 25px 0;
}
.s2_title .num{
    border: 1px solid #2f3001;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.s2_con1 .s2_title .num{
    border: 1px solid #ffffff;
}
.s2_title .highlight{
    box-shadow: inset 0px -0.4em 0 0 #fcc056;
}
.swiper-container {
    position: relative; 
    margin: 80px 0 0; 
    overflow: hidden;
}
.swiper-container .swiper-wrapper {
    transition-timing-function: linear !important; 
    position: relative;
}
.swiper-container .swiper-slide {
    width: auto; 
    padding: 0 20px;
}

.s2_con2{
    padding: 115px 0 0;
}
.s2_content{
    margin-top: 55px;
    border: 1px solid #767652;
    border-radius: 10px;
    padding: 60px 0;
}
.s2_con2 .s2_content{
    padding: 85px 0;   
}
.s2_con2_sect li{
    width: 48%;
}
.s2_con2_sect li img{
    width: 100%;
}

/* s2_con_sect 공통 */
.s2_con_sect .imgs{
    width: 100%;
}
.s2_con_sect .imgs img{
    width: 100%;
}
.s2_con_sect li{
    gap: 20px 0;
}
.s2_con{
    padding: 100px 0 0;
}
.s2_con_txt p{
    padding: 13px 0;
    border-radius: 5px;
    background-color: #94954c;
}
/* s2_con_sect 공통 */

.s2_con3_sect ul{
    gap: 0 15px;
}
.s2_con3_sect .list2{
    margin: 0 3vw 0 2vw;
}

.s2_con4_sect{
    gap: 0 6vw;
}

.s2_con6_sect{
    gap: 0 3vw;
    align-items: flex-end;
}

.s2_con7_sect{
    gap: 0 3vw;
}
.s2_con7_sect ul{
    gap: 0 3vw;
}
.s2_con7_sect .imgs{
    height: 27vw;
}

.s2_con8_sect{
    gap: 0 3vw;
}

/* sub3 */
.sub3{
    padding: 205px 0 115px;
}
.s3_title{
    gap: 25px 0; 
    padding: 235px 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.s3_1_title{
    background-image: url(../img/s3_1_bg.webp);
}
.s3_2_title{
    background-image: url(../img/s3_2_bg.webp);
}
.s3_3_title{
    background-image: url(../img/s3_3_bg.webp);
}
.s3_4_title{
    background-image: url(../img/s3_4_bg.webp);
}
.s3_5_title{
    background-image: url(../img/s3_5_bg.webp);
}
.s3_6_title{
    background-image: url(../img/s3_6_bg.webp);
}
.s3_7_title{
    background-image: url(../img/s3_7_bg.webp);
}
.s3_8_title{
    background-image: url(../img/s3_8_bg.webp);
}
.s3_9_title{
    background-image: url(../img/s3_9_bg.webp);
}
.s3_10_title{
    background-image: url(../img/s3_10_bg.webp);
}
.s4_title{
    background-image: url(../img/s4_bg.webp);
}
.s3_title p{
    padding-left: 5vw;
}
.sub3_nav{
    margin-top: 55px;
    gap: 0 .5vw;
}
.sub3_nav p{
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 5px;
    padding: .5vw;
}
.sub3_nav p.on{
    background-color: #94954c;
}
.s3_con{
    margin-top: 30px;
}
.s3_ul {
    margin-top: 20px;
    gap: 40px 20px;
}
.s3_ul li{
    width: calc((100% - (20px * 5)) / 6);
    gap: 20px 0;
}
.s3_ul .imgs{
    border: 1px solid #cccccc;
    border-radius: 10px;
    width: 100%;
/*    aspect-ratio: 1/1;*/
    height: 11.5vw;
}
.s3_ul .imgs img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.s3_ul li p{
    transition: all .5s;
}
.s3_ul li:hover p{
    box-shadow: inset 0px -0.4em 0 0 #fcc056;
}
.s3_popup,
.s5_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    background-color: rgba(0, 0, 0, .5);
}
.pop_box{
    width: 90%;  
    max-width: 450px;
    max-height: 90vh; 
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 3vw;
}
.pop_box .close_btn{
    position: absolute;
    top: 0%;
    right: -20%;
    transform: translate(-50%, -50%);
}
.pop_box .imgs{
    width: 23vw;
    height: 23vw;
    margin: auto;
}
.pop_box .imgs img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pop_box .txts{
    margin-top: 2vw;
    padding-top: 2vw;
    gap: 1vw 0;
    border-top: 1px solid #2f3001;
    overflow-y: auto;
    height: 150px;
}
.page_btn{
    margin-top: 75px;
    gap: 0 3px;
}
.page_btn a{
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 10px;
}
.page_btn .page_arrow{
    background-color: #f2f2f2;
    letter-spacing: -3px;
}
.page_btn .page_num{
    background-color: #94954c;
}

/* sub5 */
.sub5{
    padding: 290px 0 175px;
    position: relative;
}
.s5_bg1{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.s5_bg1 img{
    width: 100%;
}
.s5_bg2{
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: -1;
}
.s5_bg2 img{
    width: 100%;
}
.s5_ul{
    gap: 80px 30px;
    margin-top: 105px;
}
.s5_ul li{
    width: calc((100% - (30px * 4)) / 5);
    gap: 10px 0;
}
.s5_ul .imgs{
    width: 100%;
    height: 19vw;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.s5_ul .imgs img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.s5_ul .txts{
    padding: 13px 0;
    background-color: #767652;
    border-radius: 5px;
}
.s5_popup .pop_box{
    max-width: 350px;
}
.s5_popup .pop_box .imgs{
    width: 17vw;
    height: 23vw;
}

/* sub6 */
.sub6{
    padding: 290px 0 150px;
    position: relative;
}
.s6_bg1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.s6_bg1 img{
    width: 100%;
}
.s6_bg2{
    position: absolute;
    bottom: -15%;
    right: 0;
    z-index: -1;
}
.s6_bg2 img{
    width: 100%;
}
.s6_form{
    margin-top: 105px;
}
.s6_form ul{
    gap: 30px 0;
    align-items: flex-start;
}
.s6_form li{
    gap: 10px;
}
.s6_form .list100{
    width: 100%;
}
.s6_form .list50{
    width: 48%;
}
.s6_form input[type="text"],
.s6_form textarea{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 13.5px 15px;
}
.s6_form textarea{
    padding: 13.5px 15px 350px;
}
.s6_form input::placeholder{
    font-size: 18px;
    color: #959595;
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
.s6_file{
    padding: 9px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background-color: #fff;
}
.s6_submit{
    justify-content: flex-end;
}
.s6_submit input{
    padding: 19.5px 59px;
    background-color: #767652;
    border: 0;
    border-radius: 10px;
}
.file_upload_btn{
    background-color: #ccc;
    padding: 5px;
    border: 1px solid #333;
}
/* mobile */ 
@media screen and (max-width: 767px){ 
    /* sub1 */
    .s1_con1 {
        padding: 200px 0 100px;
    }
    .s1_con1_sect{
        margin-top: 55px;
        flex-direction: column;
        gap: 50px 0;
    }
    .s1_con1_img{
        width: 100%;
    }
    .s1_con1_txt {
        width: 90%;
    }
    .s1_con2{
        padding: 200px 0 100px;
    }
    .s1_con2_sec2 {
        margin-top: 100px;
    }
    .s1_con2_sec2 .center{
        flex-direction: column;
        gap: 30px 0;
    }
    .s1_con2_sec2_img{
        width: 100%;
    }
    .s1_con2_sec2_txt{
        width: 100%;
        gap: 15px 0;
    }
    .s1_con3{
        padding: 55px 0;
    }
    .s1_con3_sect {
        margin-top: 30px;
    }
    .s1_con4{
        padding: 100px 0;
    }
    .s1_con4_map {
        margin-top: 40px;
    }
    .map_info{
        align-items: flex-start;
        flex-direction: column;
        gap: 30px 0;
    }
    .map_info .icons{
        width: 15%;
    }
    .map_info .icons img{
        width: 100%;
    }
    .map_info .txts{
        width: 80%;
        gap: 10px 0;
    }
    .s1_con4_bg{
        right: -50%;
    }
    .s1_con4_bg img{
        width: 100%;
    }

    /* sub2 */
    .sub2 {
        padding-bottom: 100px;
    }
    .sub2_title{
        padding: 200px 0 35px;
    }
    .sub_lnb{
        height: 100px;
    }
    .sub_lnb ul{
        flex-wrap: wrap;
        gap: 0 1vw;
    }
    .sub_lnb a{
        padding: 1vw;
    }
    .s2_con1{
        padding: 100px 0;
    }
    .s2_title {
        gap: 15px 0;
    }
    .s2_title .highlight{
        box-shadow: unset;
    }
    .swiper-container{
        margin: 40px 0 0;
    }
    .swiper-container .swiper-slide{
        width: 40vw;
    }
    .swiper-container .swiper-slide img{
        width: 100%;
    }
    .s2_con2 {
        padding: 100px 0 0;
    }
    .s2_con_sect{
        flex-direction: column;
        gap: 30px 0;
    }
    .s2_con2 .s2_content {
        padding: 45px 0;
    }
    .s2_con_sect li{
        width: 100%;
        gap: 10px 0;
    }
    .s2_con_txt p {
        padding: 8px 0;
    }
    .s2_con7_sect .imgs {
       height: unset;
    }

    /* sub3 */
    .sub3 {
        padding: 150px 0 100px;
    }
    .s3_title {
        padding: 100px 0 30px;
        gap: 10px 0;
    }
    .sub3_nav {
        margin-top: 30px;
        gap: 2vw;
        flex-wrap: wrap;
        justify-content: unset;
    }
    .sub3_nav p{
        padding: 1.5vw;
    }
    .s3_ul{
        gap: 40px 0;
        justify-content: space-between;
    }
    .s3_ul li{
        width: 48%;
    }
    .s3_ul .imgs{
        height: 43vw;
    }
    .pop_box{
        width: 75%;
        min-height: 40%;
    }
    .pop_box .close_btn{
        right: -12%;
    }
    .pop_box .imgs {
        width: 50vw;
        height: 50vw;
    }
    .pop_box .txts {
        margin-top: 10vw;
        padding-top: 5vw;
        gap: 2vw 0;
    }
    .page_btn {
        margin-top: 50px;
        gap: 0 5px;
    }
    .page_btn a {
        width: 30px;
        height: 30px;
    }

    /* sub5 */
    .sub5{
        padding: 150px 0 100px;
    }
    .s5_ul{
        gap: 40px 0;
        justify-content: space-between;
    }
    .s5_ul li{
        width: 48%;
    }
    .s5_ul .imgs{
        height: 50vw;
    }
    .s5_ul .imgs img {
        width: 95%;
        height: 95%;
    }
    .s5_ul .txts {
        padding: 8px 0;
    }
    .s5_popup .pop_box {
        min-height: 35%;
    }
    .s5_popup .pop_box .imgs {
        width: 57vw;
        height: 70vw;
    }

    /* sub6 */
    .sub6 {
        padding: 150px 0 100px;
    }
    .s6_form {
        margin-top: 55px;
    }
    .s6_form input::placeholder{
        font-size: 13px;
    }
    .s6_form input[type="text"], 
    .s6_form textarea {
        padding: 10px;
    }
    .s6_form textarea{
        padding: 10px 10px 200px;
    }
    .s6_form .list50 {
        width: 100%;
    }
    .s6_submit input {
        padding: 14.5px 40px;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    /* sub1 */
    .s1_con1 {
        padding: 220px 0 120px;
    }
    .s1_con1_sect{
        margin-top: 60px;
        flex-direction: column;
        gap: 55px 0;
    }
    .s1_con1_img{
        width: 100%;
    }
    .s1_con1_txt {
        width: 90%;
    }
    .s1_con2{
        padding: 220px 0 120px;
    }
    .s1_con2_sec2 {
        margin-top: 110px;
    }
    .s1_con2_sec2 .center{
        flex-direction: column;
        gap: 35px 0;
    }
    .s1_con2_sec2_img{
        width: 100%;
    }
    .s1_con2_sec2_txt{
        width: 100%;
        gap: 20px 0;
    }
    .s1_con3{
        padding: 60px 0;
    }
    .s1_con3_sect {
        margin-top: 35px;
    }
    .s1_con4{
        padding: 110px 0;
    }
    .s1_con4_map {
        margin-top: 45px;
    }
    .map_info{
        flex-direction: column;
        gap: 35px 0;
        align-items: flex-start;
    }
    .map_info .icons img{
        width: 100%;
    }
    .map_info .txts{
        width: 80%;
        gap: 15px 0;
    }
    .s1_con4_bg{
        right: -30%;
    }
    .s1_con4_bg img{
        width: 100%;
    }

    /* sub2 */
    .sub2 {
        padding-bottom: 120px;
    }
    .sub2_title{
        padding: 220px 0 40px;
    }
    .sub_lnb{
        height: 120px;
    }
    .sub_lnb ul{
        flex-wrap: wrap;
        gap: 0 1.5vw;
    }
    .sub_lnb a{
        padding: 1.5vw;
    }
    .s2_con1{
        padding: 110px 0;
    }
    .s2_title {
        gap: 20px 0;
    }
    .s2_title .highlight{
        box-shadow: unset;
    }
    .swiper-container{
        margin: 45px 0 0;
    }
    .swiper-container .swiper-slide{
        width: 20vw;
    }
    .swiper-container .swiper-slide img{
        width: 100%;
    }
    .s2_con2 {
        padding: 110px 0 0;
    }
    .s2_con2 .s2_content {
        padding: 50px 0;
    }
    .s2_con_sect li{
        gap: 15px 0;
    }
    .s2_con_txt p {
        padding: 10px 0;
    }
    .s2_con7_sect .imgs {
       height: 30vw;
    }

    /* sub3 */
    .sub3 {
        padding: 160px 0 110px;
    }
    .s3_title {
        padding: 110px 0 40px;
        gap: 15px 0;
    }
    .sub3_nav {
        margin-top: 35px;
        gap: 1.5vw;
        flex-wrap: wrap;
        justify-content: unset;
    }
    .sub3_nav p{
        padding: 1.5vw;
    }
    .s3_ul li{
        width: calc((100% - (20px * 2)) / 3);
    }
    .s3_ul .imgs {
        height: 28.5vw;
    }
    .pop_box{
        max-width: 70%;
        min-height: 40%;
    }
    .pop_box .close_btn{
        right: -12%;
    }
    .pop_box .imgs {
        width: 40vw;
        height: 40vw;
    }
    .pop_box .txts {
        margin-top: 8vw;
        padding-top: 3vw;
        gap: 2vw 0;
    }
    .page_btn {
        margin-top: 55px;
        gap: 0 4px;
    }
    .page_btn a {
        width: 33px;
        height: 33px;
    }

    /* sub5 */
    .sub5{
        padding: 160px 0 110px;
    }
    .s5_ul{
        gap: 40px 20px;
    }
    .s5_ul li{
        width: calc((100% - (20px * 2)) / 3);
    }
    .s5_ul .imgs{
        height: 30vw;
    }
    .s5_ul .txts {
        padding: 10px 0;
    }
    .s5_popup .pop_box {
        max-width: 70%;
        min-height: 35%;
    }
    .pop_box .close_btn {
        right: -10%;
    }
    .s5_popup .pop_box .imgs {
        width: 43vw;
        height: 60vw;
    }

    /* sub6 */
    .sub6 {
        padding: 160px 0 110px;
    }
    .s6_form {
        margin-top: 60px;
    }
    .s6_form input::placeholder{
        font-size: clamp(18px, calc(18px + 0vw), 18px);
    }
    .s6_form input[type="text"], 
    .s6_form textarea {
        padding: 12px;
    }
    .s6_form textarea{
        padding: 12px 12px 250px;
    }
    .s6_form .list50 {
        width: 100%;
    }
    .s6_submit input {
        padding: 16.5px 42px;
    }


 
} 