.scroll_down{
    display: none;
}

.center{
    width: 1300px;
}


/* sub intro */
#sub_intro{
    width: 100%;
    height: 665px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sub_intro .center{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 35px 0;
}

.sub_route{
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.sub_route i{
    font-size: 16px;
    color: #fff;
}

.sub_route i.xi-angle-right{
    font-size: 10px;
}

.sub_route p{
    font-size: 14px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub_title{
    font-size: 54px;
    color: #fff;
    font-family: 'SCDream7', sans-serif;
}


/* sub menu */
.sub_page_menu{
    width: 100%;
    height: 75px;
    transform: translateY(-37.5px);
}

.sub_page_menu .center{
    height: 100%;
}

.sub_page_menu ul{
    width: 100%;
    height: 100%;
    display: flex;
}

.sub_page_menu ul li{
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282828;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub_page_menu ul li.on{
    background-color: #fff;
    color: #282828;
    font-family: 'Pretendard-Bold', sans-serif;
}

#sub_content{
    width: 100%;
}


/* sub1_1 */
.sub1_1_intro{
    background-image: url(../images/sub1_1_intro.jpg);
}

.sub1_1_content{
    width: 100%;
    margin-top: 70px;
}

.s1_1_section1{
    width: 100%;
}

.s1_1_big_txt{
    width: 100%;
    font-size: 39px;
    line-height: 58px;
    color: #707070;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_1_big_txt span{
    color: #9ccb46;
}

.s1_1_small_txt{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}

.s1_1_small_txt p{
    width: max-content;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Pretendard-Light', sans-serif;
    box-sizing: border-box;
}

.s1_1_small_txt p:first-child{
    border-right: 1px solid #d7d7d7;
    padding-right: 75px;
}

.s1_1_small_txt p:last-child{
    padding-left: 75px;
}

.s1_1_section2{
    width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.gray_txt{
    font-size: 127px;
    line-height: 110px;
    color: #f4f4f4;
    font-family: 'SCDream9', sans-serif;
    text-transform: uppercase;
}

.s1_1_section2 .gray_txt{
    transform: translateX(140px);
}

.s1_1_sec2_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.s1_1_sec2_img img{
    max-width: 100%;
}


/* sub1_2 */
.sub1_2_intro{
    background-image: url(../images/sub1_2_intro.jpg);
}

.sub1_2_content{
    width: 100%;
    margin-top: 80px;
}

p.title_name{
    font-size: 39px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_2_conbox{
    width: 100%;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}

.s1_2_left_img{
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_2_left_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s1_2_right{
    width: 52.5%;
    margin-top: -180px;
}

.history_box{
    width: 100%;
    margin-top: 75px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
}

.history_box:after{
    content: " ";
    width: 1px;
    height: 100%;
    background-color: #d7d7d7;
    position: absolute;
    top: 3%;
    left: 185px;
    z-index: -1;
}

.his_con{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 70px;
}

.his_con:first-child{
    margin-top: 0;
}

.year_month{
    width: 190px;
    font-size: 34px;
    color: #282828;
    position: relative;
    font-family: 'Pretendard-Black', sans-serif;
}

.year_month span{
    color: #00552a;
}

.year_month:after{
    content: " ";
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background-color: #00552a;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);   
}

.his_txt{
    width: calc(100% - 190px);
    padding-left: 50px;
    box-sizing: border-box;
}

.his_txt p{
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_2_right_img{
    width: calc(100% - 185px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
}

.s1_2_right_img img{
    width: 100%;
}


/* sub1_3 */
.sub1_3_intro{
    background-image: url(../images/sub1_3_intro.jpg);
}

.sub1_3_content{
    margin: 0;
    padding: 80px 0 120px;
}

.mapbox{
    width: 100%;
    height: 590px;
    margin-top: 40px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.root_daum_roughmap .border1 {
    border: 0 !important;
}

.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    background-color: transparent !important;
}

.location_box{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.address_box{
    width: 610px;
    background-color: #282828;
    padding: 30px 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-top: -75px;
}

.address_logo{
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address_logo img{
    width: 100%;
}

.address_box ul{
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 65px;
}

.address_box ul li{
    width: max-content;
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.address_box ul li p{
    font-size: 17px;
    color: #fff;
    font-family: 'SCDream5', sans-serif;
}

.address_box ul li span{
    font-size: 17px;
    color: #d5d5d5;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub2_1 */
.sub2_1_intro{
    background-image: url(../images/sub2_1_intro.jpg);
}

.sub2_1_content{
    width: 100%;
    padding: 110px 0 120px;
}

.s2_1_section1{
    width: 100%;
}

.s2_1_imgbox{
    width: 100%;
    height: 485px;
    margin-top: 70px;
    background-image: url(../images/sub2_1_img1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s2_1_inner_txt{
    width: max-content;
    height: 235px;
    padding: 0 44px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s2_1_inner_txt p{
    font-size: 24px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 40px;
    position: relative;
}

.s2_1_inner_txt p:after{
    content: " ";
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.s2_1_inner_txt span{
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.s2_1_section2{
    width: 100%;
    margin-top: 85px;
}

.s2_1_sec2_top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s2_1_section2 ul{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 90px 0.8%;
}

.s2_1_section2 ul li{
    width: 32.8%;
}

.thumb{
    width: 100%;
    height: 315px;
    overflow: hidden;
    border: 1px solid #111;
    box-sizing: border-box;
}

.thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.s2_1_section2 ul li:hover .thumb img{
    transform: scale(1.2);
}

.list_txt{
    width: 100%;
    height: 155px;
    margin-top: 10px;
    background-color: #282828;
    padding: 25px 35px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.list_txt p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    word-break: keep-all;
}

.list_txt span{
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    position: relative;
    padding-top: 15px;
}

.list_txt span:after{
    content: " ";
    width: 28px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

button.more_btn{
    width: 100px;
    height: 100px;
    border: 1px solid #111;
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 70px auto 0;
}

button.more_btn i{
    color: #111;
    font-size: 40px;
}


/* sub2_2 */
.sub2_2_intro{
    background-image: url(../images/sub2_2_intro.jpg);
}

.s2_2_section1 .s2_1_imgbox{
    background-image: url(../images/sub2_2_img1.jpg);
    gap: 0 60px;
}


/* sub2_3 */
.sub2_3_intro{
    background-image: url(../images/sub2_3_intro.jpg);
}

.s2_3_section1 .s2_1_imgbox{
    background-image: url(../images/sub2_3_img.jpg);
}


/* sub3 */
.sub3_intro{
    background-image: url(../images/sub3_intro.jpg);
}

.sub_page_menu2 ul li{
    width: 100%;
}

.sub3_content{
    padding-bottom: 120px;
}

.sub3_content .s1_2_conbox{
    margin-top: 50px;
}

.s3_left_img{
    width: 48%;
}

.s3_right{
    width: 50%;
    margin-top: -130px;
}

.s3_right ul{
    width: 650px;
    margin-top: 45px;
}

.s3_right ul li{
    width: 100%;
    margin-bottom: 50px;
}

.s3_right ul li:last-child{
    margin-bottom: 0;
}

.s3_right ul li p{
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_right ul li input{
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 10px;
    transition: border .3s;
}

.s3_right ul li input:focus{
    border-bottom: 1px solid #00552a;
}

.s3_right ul li input::placeholder,
.s3_right ul li textarea::placeholder{
    font-size: 16px;
    color: #c4c4c4;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.s3_right ul li textarea{
    width: 100%;
    height: 170px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 15px;
    transition: border .3s;
}

.s3_right ul li textarea:focus{
    border: 1px solid #00552a;
}

.inquiry_btn{
    width: 650px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.inquiry_btn input{
    width: 150px;
    height: 50px;
    background-color: #00552a;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}




































/* mobile */
@media screen and (max-width: 767px){

    .center{
        width: 90%;
    }
    
    
    /* sub intro */
    #sub_intro{
        height: 300px;
    }
    
    #sub_intro .center{
        gap: 20px 0;
    }
    
    .sub_route{
        gap: 0 7px;
    }
    
    .sub_route i{
        font-size: 12px;
    }
    
    .sub_route i.xi-angle-right{
        font-size: 8px;
    }
    
    .sub_route p{
        font-size: 10px;
    }
    
    .sub_title{
        font-size: 25px;
    }
    
    
    /* sub menu */
    .sub_page_menu{
        height: 45px;
        transform: translateY(-22.5px);
    }
    
    .sub_page_menu ul li{
        cursor: inherit;
        font-size: 14px;
    }
    
    
    /* sub1_1 */
    .sub1_1_content{
        margin-top: 50px;
    }
    
    .s1_1_big_txt{
        font-size: 17px;
        line-height: 28px;
    }
    
    .s1_1_small_txt{
        margin-top: 20px;
        display: block;
    }
    
    .s1_1_small_txt p{
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }

    .s1_1_small_txt p br{
        display: none;
    }
    
    .s1_1_small_txt p:first-child{
        border-right: 0;
        padding-right: 0;
    }
    
    .s1_1_small_txt p:last-child{
        padding-left: 0;
        margin-top: 20px;
    }
    
    .s1_1_section2{
        margin-top: 35px;
    }
    
    .gray_txt{
        width: max-content;
        font-size: 30px;
        line-height: 30px;
    }
    
    .s1_1_section2 .gray_txt{
        transform: translateX(30px);
    }
    
    .s1_1_sec2_img{
        margin-top: 10px;
    }
    
    
    /* sub1_2 */
    .sub1_2_content{
        margin-top: 50px;
    }
    
    p.title_name{
        font-size: 20px;
    }
    
    .s1_2_conbox{
        margin-top: 0px;
        display: 0;
    }
    
    .s1_2_left_img{
        display: none;
    }

    .s1_2_right{
        width: 100%;
        padding-left: 5%;
        box-sizing: border-box;
        margin-top: 0;
    }
    
    .history_box{
        margin-top: 30px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        position: relative;
    }
    
    .history_box:after{
        left: 97px;
    }
    
    .his_con{
        margin-top: 30px;
    }
    
    .year_month{
        width: 100px;
        font-size: 20px;
    }
    
    .year_month:after{
        width: 5px;
        height: 5px;
    }
    
    .his_txt{
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    
    .his_txt p{
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
        margin-bottom: 10px;
    }

    .his_txt p:last-child{
        margin-bottom: 0;
    }
    
    .s1_2_right_img{
        width: calc(100% - 97px);
        margin-top: 50px;
    }
    
    
    /* sub1_3 */
    .sub1_3_content{
        margin-top: 0;
        padding: 50px 0 100px;
    }
    
    .mapbox{
        height: 250px;
        margin-top: 20px;
    }
    
    .location_box{
        flex-direction: column-reverse;
    }
    
    .address_box{
        width: 100%;
        padding: 20px 30px;
        margin-top: 0;
    }
    
    .address_logo{
        width: 150px;
    }
    
    .address_box ul{
        margin-top: 15px;
        padding-top: 15px;
        justify-content: space-between;
        gap: 15px 0;
    }
    
    .address_box ul li{
        display: block;
    }
    
    .address_box ul li p{
        font-size: 13px;
    }
    
    .address_box ul li span{
        font-size: 14px;
        margin-top: 5px;
    }
    
    
    /* sub2_1 */    
    .sub2_1_content{
        padding: 50px 0 100px;
    }
    
    .s2_1_imgbox{
        height: auto;
        margin-top: 30px;
        padding: 50px 0;
    }
    
    .s2_1_inner_txt{
        height: auto;
        padding: 30px;
    }
    
    .s2_1_inner_txt p{
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .s2_1_inner_txt p:after{
        width: 15px;
        bottom: -15px;
    }
    
    .s2_1_inner_txt span{
        font-size: 13px;
    }
    
    .s2_1_section2{
        margin-top: 60px;
    }
    
    .s2_1_section2 ul{
        margin-top: 15px;
        gap: 30px 2%;
    }
    
    .s2_1_section2 ul li{
        width: 49%;
    }
    
    .thumb{
        height: 120px;
    }
    
    .thumb img{
        transition: none;
    }
    
    .s2_1_section2 ul li:hover .thumb img{
        transform: none;
    }
    
    .list_txt{
        height: 110px;
        margin-top: 5px;
        padding: 15px 10px;
    }
    
    .list_txt p{
        font-size: 13px;
        line-height: 20px;
    }
    
    .list_txt span{
        font-size: 9px;
        padding-top: 15px;
    }
    
    .list_txt span:after{
        width: 20px;
    }
    
    button.more_btn{
        width: 50px;
        height: 50px;
        margin: 40px auto 0;
    }
    
    button.more_btn i{
        font-size: 25px;
    }
    
    
    /* sub2_2 */
    .s2_2_section1 .s2_1_imgbox{
        gap: 15px 0;
        flex-direction: column-reverse;
    }

    
    /* sub3 */
    .sub3_content{
        padding-bottom: 100px;
    }
    
    .sub3_content .s1_2_conbox{
        margin-top: 50px;
    }
    
    .s3_left_img{
        display: none;
    }
    
    .s3_right{
        width: 100%;
        margin-top: -50px;
        padding: 0 5%;
    }
    
    .s3_right ul{
        width: 100%;
        margin-top: 30px;
    }
    
    .s3_right ul li{
        margin-bottom: 30px;
    }
    
    .s3_right ul li p{
        font-size: 14px;
    }
    
    .s3_right ul li input{
        height: 30px;
        font-size: 13px;
        margin-top: 5px;
    }
    
    .s3_right ul li input::placeholder,
    .s3_right ul li textarea::placeholder{
        font-size: 13px;
    }
    
    .s3_right ul li textarea{
        height: 130px;
        font-size: 13px;
        margin-top: 10px;
    }
    
    .inquiry_btn{
        width: 100%;
        justify-content: center;
    }
    
    .inquiry_btn input{
        width: 100px;
        height: 40px;
        font-size: 14px;
    }

}
































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    .center{
        width: 90%;
    }
    
    
    /* sub intro */
    #sub_intro{
        height: 300px;
    }
    
    #sub_intro .center{
        gap: 20px 0;
    }
    
    .sub_route{
        gap: 0 7px;
    }
    
    .sub_route i{
        font-size: 12px;
    }
    
    .sub_route i.xi-angle-right{
        font-size: 8px;
    }
    
    .sub_route p{
        font-size: 10px;
    }
    
    .sub_title{
        font-size: 25px;
    }
    
    
    /* sub menu */
    .sub_page_menu{
        height: 45px;
        transform: translateY(-22.5px);
    }
    
    .sub_page_menu ul li{
        cursor: inherit;
        font-size: 14px;
    }
    
    
    /* sub1_1 */
    .sub1_1_content{
        margin-top: 50px;
    }
    
    .s1_1_big_txt{
        font-size: 22px;
        line-height: 35px;
    }
    
    .s1_1_small_txt{
        margin-top: 20px;
        display: block;
    }
    
    .s1_1_small_txt p{
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        word-break: keep-all;
    }

    .s1_1_small_txt p br{
        display: none;
    }
    
    .s1_1_small_txt p:first-child{
        border-right: 0;
        padding-right: 0;
    }
    
    .s1_1_small_txt p:last-child{
        padding-left: 0;
        margin-top: 20px;
    }
    
    .s1_1_section2{
        margin-top: 35px;
    }
    
    .gray_txt{
        width: max-content;
        font-size: 50px;
        line-height: 45px;
    }
    
    .s1_1_section2 .gray_txt{
        transform: translateX(50px);
    }
    
    .s1_1_sec2_img{
        margin-top: 10px;
    }
    
    
    /* sub1_2 */
    .sub1_2_content{
        margin-top: 50px;
    }
    
    p.title_name{
        font-size: 20px;
    }
    
    .s1_2_conbox{
        margin-top: 0px;
        display: 0;
    }
    
    .s1_2_left_img{
        display: none;
    }

    .s1_2_right{
        width: 100%;
        padding-left: 5%;
        box-sizing: border-box;
        margin-top: 0;
    }
    
    .history_box{
        margin-top: 40px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        position: relative;
    }
    
    .history_box:after{
        left: 117px;
    }
    
    .his_con{
        margin-top: 40px;
    }
    
    .year_month{
        width: 120px;
        font-size: 20px;
    }
    
    .year_month:after{
        width: 6px;
        height: 6px;
    }
    
    .his_txt{
        width: calc(100% - 120px);
        padding-left: 30px;
    }
    
    .his_txt p{
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }
    
    .s1_2_right_img{
        width: calc(100% - 117px);
        margin-top: 60px;
    }
    
    
    /* sub1_3 */
    .sub1_3_content{
        margin-top: 0;
        padding: 50px 0 100px;
    }
    
    .mapbox{
        height: 400px;
        margin-top: 20px;
    }
    
    .address_box{
        width: 60%;
        padding: 20px 30px;
        margin-top: -120px;
    }
    
    .address_logo{
        width: 150px;
    }
    
    .address_box ul{
        margin-top: 20px;
        padding-top: 20px;
        justify-content: space-between;
        gap: 20px 0;
    }

    .address_box ul li:first-child{
        width: 100%;
    }
    
    .address_box ul li p{
        font-size: 15px;
    }
    
    .address_box ul li span{
        font-size: 15px;
    }
    
    
    /* sub2_1 */    
    .sub2_1_content{
        padding: 50px 0 100px;
    }
    
    .s2_1_imgbox{
        height: auto;
        margin-top: 30px;
        padding: 50px 0;
    }
    
    .s2_1_inner_txt{
        height: auto;
        padding: 30px;
    }
    
    .s2_1_inner_txt p{
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .s2_1_inner_txt p:after{
        width: 15px;
        bottom: -15px;
    }
    
    .s2_1_inner_txt span{
        font-size: 13px;
    }
    
    .s2_1_section2{
        margin-top: 60px;
    }
    
    .s2_1_section2 ul{
        margin-top: 15px;
        gap: 50px 0.8%;
    }
    
    .thumb{
        height: 170px;
    }
    
    .thumb img{
        transition: none;
    }
    
    .s2_1_section2 ul li:hover .thumb img{
        transform: none;
    }
    
    .list_txt{
        height: 120px;
        margin-top: 5px;
        padding: 15px 10px;
    }
    
    .list_txt p{
        font-size: 16px;
        line-height: 25px;
    }
    
    .list_txt span{
        font-size: 12px;
        padding-top: 15px;
    }
    
    .list_txt span:after{
        width: 20px;
    }
    
    button.more_btn{
        width: 50px;
        height: 50px;
        margin: 40px auto 0;
    }
    
    button.more_btn i{
        font-size: 25px;
    }
    
    
    /* sub2_2 */
    .s2_2_section1 .s2_1_imgbox{
        gap: 0 20px;
    }

    
    /* sub3 */
    .sub3_content{
        padding-bottom: 100px;
    }
    
    .sub3_content .s1_2_conbox{
        margin-top: 50px;
    }
    
    .s3_left_img{
        display: none;
    }
    
    .s3_right{
        width: 100%;
        margin-top: -50px;
        padding: 0 5%;
    }
    
    .s3_right ul{
        width: 100%;
        margin-top: 40px;
    }
    
    .s3_right ul li{
        margin-bottom: 40px;
    }
    
    .s3_right ul li p{
        font-size: 16px;
    }
    
    .s3_right ul li input{
        font-size: 15px;
        margin-top: 5px;
    }
    
    .s3_right ul li input::placeholder,
    .s3_right ul li textarea::placeholder{
        font-size: 15px;
    }
    
    .s3_right ul li textarea{
        font-size: 15px;
        margin-top: 15px;
    }
    
    .inquiry_btn{
        width: 100%;
        justify-content: center;
    }

}







































/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px){
    
    .center{
        width: 1100px;
    }
    
    
    /* sub intro */
    #sub_intro{
        height: 450px;
    }
    
    #sub_intro .center{
        gap: 20px 0;
    }

    .sub_title{
        font-size: 40px;
    }
    
    
    /* sub menu */
    .sub_page_menu{
        height: 60px;
        transform: translateY(-30px);
    }

    .sub_page_menu ul li{
        cursor: inherit;
    }
    
    
    /* sub1_1 */        
    .s1_1_small_txt p{
        font-size: 16px;
        line-height: 28px;
    }
    
    .s1_1_small_txt p:first-child{
        padding-right: 50px;
    }
    
    .s1_1_small_txt p:last-child{
        padding-left: 50px;
    }
    
    .gray_txt{
        font-size: 100px;
        line-height: 90px;
    }
    
    .s1_1_section2 .gray_txt{
        transform: translateX(100px);
    }
    
    
    /* sub1_2 */    
    .s1_2_left_img{
        width: 40%;
    }
    
    .s1_2_right{
        width: 54.5%;
        margin-top: -170px;
    }
    
    .his_txt p{
        font-size: 16px;
        line-height: 28px;
    }

    
    /* sub3 */
    .s3_right ul{
        width: 530px;
    }

    .inquiry_btn{
        width: 530px;
    }

}