/* 초기화 */


/* 공통 */
html,body {
    height: 100%;
    scroll-behavior: smooth;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.brand_color {
    color:#FCB200;
}
.brand_bg {
    background:#FCB200;
}
.mg {
    font-family: '맑은 고딕';
}
.m_br{
    display: none;
}
.hidden{
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}



.fw700 {
    font-weight: 700;
}

.section {
    padding: 100px 0;
}

.br_m {
    display: none;
}
/* 공통 끝*/


/* 헤더 */
.header {
    font-family: 'pretendard',sans-serif;
    border-bottom:1px solid #ddd;
    position: fixed;
    left: 0;
    right: 0;
    background:#fff;
    z-index: 9999;;
}
.header > .inner {
    height:100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 202px;
    height: 34px;
    background:url('../img/logo.png') center no-repeat;
}
.logo2 {
    width: 202px;
    height: 34px;
    background:url('../img/logo2.png') center no-repeat;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

.nav > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.nav > li > a:hover {
    color:#5E428C;
    position: relative;
}
.nav > li.active {
    position: relative;
}


.nav > li.active:after {
    content:"";
    width: 3px;
    height: 3px;
    border-radius:50%;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    background:#5E428C;
}

.nav > li:last-child {
    margin-right: 0;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:0;
    position: absolute;
    top:100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
    border-radius: 0 0 10px 10px;

}

.snb > li {
    margin-bottom: 20px;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    color:#666;
    font-size: 16px;
    font-weight: 300;
}

.nav > li.active > .snb {
    display: block;
}

/* 헤더 끝*/

/* 메인배너 */
.main_banner {
    height: 100%;
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
    position: relative;
}

.main_banner > h2 {
    font-family: 'pretendard',sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 41px #000;
}
/* 메인배너 끝*/


/* 필드존제품소개 */
.section.product {
    text-align: center;
}
.tit2 {
    font-size: 16px;
    color:#DF0F1F;
}
.tit {
    font-size: 30px;
    font-weight: 700;
    margin-top: 12px;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 10px;
    color:#666;
}

.product_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.product_list > li {
    width: 413px;
}
.product_list > li > a {}
.product_list > li > a > .product_img {
    width: 100%;
    height: 300px;

}
.product_list > li > a > .product_img.img01 {
    background:url('../img/product_img01.png') no-repeat;
    background-size:cover;
}
.product_list > li > a > .product_img.img02 {
    background:url('../img/product_img02.png') no-repeat;
    background-size:cover;
}
.product_list > li > a > .product_img.img03 {
    background:url('../img/product_img03.png') no-repeat;
    background-size:cover;
}
.product_list > li > a > p {
    font-size: 16px;
    font-weight: 300;
    color:#DF0F1F;
    margin-top: 20px;
}
.product_list > li > a > h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;

}


/* 필드존의 기술력 */
.section.tech {
    background:#f9f9f9;
    text-align: center;
}
.section.tech.sub {
    text-align: center;
    background:#fff;
}

.tech_wrap {
    display: flex;
    background:#fff;
    height: 513px;
    margin-bottom: 40px;
}

.tech_wrap.first {
    margin-top: 60px;
}
.tech_img {
    width: 50%;
    height: 100%;
    position: relative;
}
.tech_img:after {
    content:"";
    position: absolute;
    width:1px;
    height: 400px;
    background:#ddd;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    
}
.tech_img.img01 {
    background:url('../img/tech_img01.png') center no-repeat;
}
.tech_img.img02 {
    background:url('../img/tech_img02.png') center no-repeat;
}
.tech_img.img03 {
    background:url('../img/tech_img03.png') center no-repeat;
}
.tech_cont {
    width: 50%;
    padding:68px 43px;
    text-align: left;
}
.tech_name {
    width: 400px;
    height: 83px;
    background:#ddd;
}
.tech_name.img01 {
    background:url('../img/tech_name01.png') no-repeat;
}
.tech_name.img02 {
    background:url('../img/tech_name02.png') no-repeat;
}
.tech_name.img03 {
    background:url('../img/tech_name03.png') no-repeat;
}
.tech_cont > h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
} 
.tech_cont > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 22px;    
} 
.tech_cont > .btn {
    width: 144px;
    height: 44px;
    background:#F20D21;
    border-radius:50px;
    margin-top: 40px;

} 
.tech_cont > .btn > a {
    width: 100%;
    height: 100%;
    color:#fff;
    text-align: center;
    line-height: 44px;
    display: block;
} 




/* 푸터 */
footer {
    border-top:1px solid #ddd;
    padding:40px 0;
    background:#222;    
    margin-top: 100px;
}

footer > .inner {
    display: flex;
    
    
    position: relative;
}

.footer_info {
    margin-left: 50px;
}
.footer_info > h3 {
    font-size: 16px;
    color:#fff;
    font-weight: 600;
}
.footer_info > p {
    font-size: 16px;
    font-weight: 300;
    
    line-height: 26px;
    color:#ddd;
}
/* 푸터 끝 */

/* 인사말 */
.sub_banner {
    height: 400px;
    background:url('../img/sub_banner.png') center no-repeat;
    padding-left: 44px;
    color:#fff;
}
.sub_banner > .inner {}

.sub_banner > .inner > p {
    display: inline-block;
    margin-top: 170px;
    font-size: 18px;
    text-transform: uppercase;
    
}
.sub_banner > .inner > h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 6px;
    line-height: 40px;
}

.sub_tit {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}
.sub_tit2 {
    font-size: 20px;
    font-weight: 400;
    color:#666;
    margin-top: 12px;
    text-align: center;
}

.greeting_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    align-items: center;
}
.greeting_wrap > .greeting_cont {
    width: 640px;
}
.greeting_wrap > .greeting_cont > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.greeting_wrap > .greeting_cont > h3 {
    font-size: 20px;
    margin-top: 40px;
}
.greeting_wrap > .greeting_cont > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 30px;
}
.name {
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.name > p {
    font-size: 20px;
    font-weight: 300;
    margin-right: 20px;
}
.name > h2 {
    font-size: 26px;
    font-weight: 700;
}
.greeting_img {
    width: 600px;
    height: 400px;
    background:url('../img/greeting_img.png') center no-repeat;
}

.office_info {
    margin:80px 0;
}
.office_info > h2 {
    font-size: 30px;
    font-weight: 700;
}
.office_table {
    width: 100%;
    border-top:2px solid #000;
    margin-top: 40px;
    border-collapse: collapse;
}
.office_table  tr {
    height: 50px;

}
.office_table  td {
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    width: 25%;
    border:1px solid #ddd;
    width: 35%;
    padding-left: 30px;
}
.office_table  .subject {
    font-size: 18px;
    background:#F9F9F9;
    text-align: center;
    width: 15%;
    padding-left: 0;
}

.office_table  .subject2 {

    width: 15%;

}


.map {
    width: 100%;
    height: 500px;
    background:#ddd;
    overflow: hidden;
}

.map_info {
    height: 90px;
    background:#DF0F1F;
    padding:24px 70px;
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.s_product_img {
    background:#ddd;
    height: 500px;
    margin-top: 80px;
}

.stit {
    font-size: 30px;
    font-weight: 700;
    margin-top: 80px;
    text-align: center;
}
.stit_desc {
    font-size: 18px;
    font-weight: 300;
    margin-top: 18px;
    color:#666;
    text-align: center;
}

.sub01_cont_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.sub01_cont_wrap > .sub01_cont_img {
    width: 620px;
    height: 415px;
    background:#ddd;
}
.s_product_img.img01 {
    background:url('../img/s_product_img01.png') center no-repeat;
    background-size:contain;
}
.s_product_img.img02 {
    background:url('../img/s_product_img02.png') center no-repeat;
    background-size:cover;
}
.s_product_img.img03 {
    background:url('../img/s_product_img03.png') center no-repeat;
    background-size:cover;
}
.sub01_cont_img.img01 {
    background:url('../img/sub01_cont_img01.png') center no-repeat;
}
.sub01_cont_img2 {
    background:url('../img/sub01_cont_img02.png') center no-repeat;
}
.sub01_cont_wrap > .sub01_cont {}
.sub01_cont_wrap > .sub01_cont > .sub01_cont_img2 {
    width: 620px;
    height: 180px;

}
.sub01_cont_wrap > .sub01_cont > h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
}
.sub01_cont_wrap > .sub01_cont > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 26px;
    color:#666;
}

.sub_con_box {}









































    



/* 둔내자연휴양림소개 */
.m_introduce {}
.tit_wrap {
    text-align: center;
}
.tit_wrap > .tit_img {
    width: 50px;
    height: 43px;
    background:url('../img/tit_img.png') center no-repeat;
    margin:0 auto;
}
.tit_wrap > h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
}
.tit_wrap > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
    color:#666;
}
.dunnae_merit {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.dunnae_merit > li {
    text-align: center;
    width: calc(25% - 40px);
    
}
.dunnae_merit > li > .merit_img {
    width: 80px;
    height: 80px;
    margin:0 auto;
}

.merit_img.img01 {
    background:url('../img/merit_img01.png') center no-repeat;
}
.merit_img.img02 {
    background:url('../img/merit_img02.png') center no-repeat;
}
.merit_img.img03 {
    background:url('../img/merit_img03.png') center no-repeat;
}
.merit_img.img04 {
    background:url('../img/merit_img04.png') center no-repeat;
}

.dunnae_merit > li > h3 {
    font-size: 18px;
    color:#A7BD23;
    margin-top: 36px;
}
.dunnae_merit > li > h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.dunnae_merit > li > p {
    font-size: 16px;
    color:#666;
    font-weight: 300;
    word-break: keep-all;

    margin-top: 24px;
}
.btn.m_introduce {
    margin-top: 60px;
}
.btn.m_introduce > a {
    font-family: 'pretendard',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#666;
}
/* 둔내자연휴양림소개 끝 */



/* 주택&숙박시설 */
.section.hotel {
    background:#f9f9f9;
}

.hotel_list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.hotel_list > li {
    border:1px solid #ddd;
    width: 305px;
    height: 438px;
}
.hotel_list > li > .hotel_img {
    width: 100%;
    height: 218px;
}

.hotel_img.img01 {
    background:url('../img/hotel_img01.png') center no-repeat;
}
.hotel_img.img02 {
    background:url('../img/hotel_img02.png') center no-repeat;
}
.hotel_img.img03 {
    background:url('../img/hotel_img03.png') center no-repeat;
}
.hotel_img.img04 {
    background:url('../img/hotel_img04.png') center no-repeat;
}
.hotel_list > li > .hotel_info {
    padding:20px;
}
.hotel_info > h2 {
    font-size: 20px;
    font-weight: 500;
}
.hotel_info > .ico_address {
    width: 20px;
    height: 20px;
    background:url('../img/ico_address.png') center no-repeat;
    display: inline-block;
    margin-top: 18px;
}
.hotel_info > span {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 18px;
    display: inline-block;
}
.hotel_info > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    color:#666;
}

.hotel_link {
    margin-top: 24px;
    display: flex;

}
.hotel_link > div {
    width: 30px;
    height: 30px;
    background:red;
    margin-right: 10px;
    border:1px solid #ddd;
}

.hotel_link > div > a {
    display: block;
    width: 30px;
    height: 30px;
}
.hotel_link > .kakao {
    background:url('../img/ico_kakao.png') center no-repeat;
}
.hotel_link > .naver {
    background:url('../img/ico_naver.png') center no-repeat;
}
.hotel_link > .google {
    background:url('../img/ico_google.png') center no-repeat;
}

.bang {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
}
/* 주택&숙박시설 끝*/



/* 아름다운산책로 */
.section.walk {
    height: 100%;
    background:url('../img/walk_bg.png') center no-repeat;
    background-size:cover;
    text-align: center;
    color:#fff;
}
.section.walk > h3 {
    font-size: 20px;
    margin-top: 220px;
}
.section.walk > h2 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 12px;
}
.section.walk > p {
    font-size: 18px;
    font-weight: 300;
    width: 800px;
    line-height: 30px;
    word-break: keep-all;
    margin:40px auto 0;
}
.section.walk > .btn {
    margin-top: 60px;
}

/* 아름다운산책로 끝 */

/* 숙박예약 */
.section.reservation {
    height: 100%;
    background:url('../img/reservation_bg.png') center no-repeat;
    background-size:cover;
    text-align: center;
    color:#fff;
}
.section.reservation > h3 {
    font-size: 20px;
    margin-top: 220px;
}
.section.reservation > h2 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 12px;
}
.section.reservation > p {
    font-size: 18px;
    font-weight: 300;
    width: 800px;
    line-height: 30px;
    word-break: keep-all;
    margin:40px auto 0;
}
.section.reservation > .btn {
    margin-top: 60px;
}

/* 숙박예약 끝 */



/* 숲속나만의 공간 */
.place_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.place_list > li {
    width: calc(25% - 10px);
    height: 392px;
    border:1px solid #ddd;
    padding:30px 20px;
}
.place_list > li > h2 {
    font-size: 18px;
    padding-bottom: 24px;
    border-bottom:1px solid #ddd;

}
.place_list > li > h3 {
    font-size: 18px;
    margin-top: 28px;
}
.place_info {
    margin-top: 36px;
}
.place_info > h4 {
    font-size: 16px;
    letter-spacing: -1px;
}
.place_info.type3 > h4 {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 30px;
}
.place_info.type3 > p {
    font-size: 16px;
    color:#666;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}
.place_info > p {
    font-size: 16px;
    color:#666;
    margin-top: 10px;
    margin-bottom: 20px;
}
.btn.place {
    margin-top: 60px;
}
.btn.place > a{
    color:#000;
}
/* 숲속나만의 공간 끝*/


.map {
    margin-top: 60px;
}


/* 문의하기 */
.section.qa {
    background:#f9f9f9;
}
/* 문의하기 끝*/


/* 모바일메뉴 */
.m_nav_btn {
    display: none;
}
.m_nav_wrap,.m_nav_m_btn {
    display: none;
}
/* 모바일메뉴끝 */

.main_visual {
    height: 100%;
    background:url('../img/mimg.png') center no-repeat;
    background-size:cover;
    position: relative;
}
.ico_people_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 579px;
}

.ico_people {
    height: 688px;
    width: 579px;
    background:url('../img/ico_people.png');
    
}


    

.main_txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_txt_wrap > .box {
    width: 248px;
    height: 50px;
    border-radius:10px;
    margin:0 auto;
}
.main_txt_wrap > .box > p {
    font-family: 'GmarketSans';
    font-size: 24px;
    font-weight: 300;
    color:#fff;
    margin-left: 67px;
    margin-top: 12px;
    position: relative;
    display: inline-block;
    
}

.main_txt_wrap > .box > p:before {
    content:"";
    width: 24px;
    height: 30px;
    background:url('../img/train_ico.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
    
}

.main_txt_wrap > h2 {
    width: 100%;
    font-family: 'GmarketSans';
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;

    margin-top: 30px;
}
.main_txt_wrap > .box2 {
    padding:0 60px;
    width: 857px;
    height: 56px;
    border:1px solid #ddd;
    background:#fff;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans KR', sans-serif;
    margin:0 auto;

}
.main_txt_wrap > .box2 > .call {
    margin-left: 41px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.main_txt_wrap > .box2 > .call:before,
.main_txt_wrap > .box2 > .addr:before {
    content:"";
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -41px;
}

.main_txt_wrap > .box2 > .addr {
    margin-left: 87px;
    font-size: 20px;
    position: relative;
}

.main_txt_wrap > .box2 > .call:before {
    background:url('../img/call_ico.png') center no-repeat;
}
.main_txt_wrap > .box2 > .addr:before {
    background:url('../img/location_ico.png') center no-repeat;
}

.section_01 {
    padding:100px 0;
    scroll-behavior: smooth;
    background:url('../img/section_01_bg.png') top center no-repeat;
}

#section_01 {
    scroll-behavior: smooth;
}

.section_01 .round_bar {
    width: 356px;
    border-radius:20px;
    height: 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 32px;
    margin:0 auto;
    text-transform: uppercase;
}

.cont_tit {
    font-family: 'GmarketSans';
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 70px;
    text-align: center;
    margin-top: 26px;
}

.cont_desc {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 21px;
    margin-top: 12px;
    text-align: center;
    color:#555;
}

.cont_desc2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 8px;
    text-align: center;
    color:#555;
}

.price_wrap {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.price_01 {
    width: 280px;
    height: 240px;
    border-radius:20px;
    color:#fff;
    text-align: center;
    background:#FCB200;
    margin-right: 20px;
}
.price_01 p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 52px;
    display: inline-block;
}
.price_01 h2 {
    font-family: 'GmarketSans';
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
}
.price_01 span {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 2px;
}

.price {
    font-family: 'GmarketSans'!important;
    font-size: 70px!important;
    font-weight: 700!important;
}

.bg2 {
    background:#1EA780;
}

.bg3 {
    background:#548CFB;
}

.rental_img_wrap {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    margin:60px auto 0;

}
.rental_img {
    width: 630px;
    height: 406px;
    border:2px solid #FCB200;
    background:#ddd;
}

.rental_img.img01 {
    margin-right: 20px;
    background:url('../img/rental_img01.png') center no-repeat;
    background-size:cover;
}
.rental_img.img02 {
    background:url('../img/rental_img02.png') center no-repeat;
    background-size:cover;
}

.rental_info_wrap {
    max-width: 1280px;
    border:1px solid #ddd;
    margin:40px auto 0;
    border-radius:10px;

}

.rental_info {
    width: 100%;
    height: 218px;
}

.rental_info > ul {
    display: flex;
    padding:30px 70px;
    font-family: 'Noto Sans KR', sans-serif;

}

.rental_info > ul > li:first-child {
    margin-right: 160px;
}

.rental_info > ul > li {
    letter-spacing: -1px;
}
.rental_info > ul > li > h2 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.rental_info > ul > li > h2:before {
    content:"";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    background:url('../img/dot_ico.png') center no-repeat;
}

.rental_info > ul > li > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
}


.section_02 {
    padding:100px 0;
    margin:0 auto;
    background:#f9f9f9;
}

.section_02 .inner {
    display: flex;
}

.waytocome_info {
    width: 50%;
}

.waytocome_info > h3 {
    font-family: 'roboto',sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 10px;
    margin-left: 15px;
    position: relative;
}

.waytocome_info > h3:before {
    content:"";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    background:url('../img/dot_ico.png') center no-repeat;

}

.waytocome_info > h2 {
    font-family: 'GmarketSansMedium';
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 60px;
    margin-top: 30px;
}
.waytocome_info > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 60px;
}
.waytocome_info > span {
    font-family: 'roboto',sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 30px;
    display: block;
}

.waytocome_btn_wrap {
    width: 560px;
    display: flex;
    justify-content: space-between;
    margin-top: 89px;
}
.waytocome_btn_wrap > li {
    width: calc( 33% - 10px);
    border:1px solid #ddd;
    height: 60px;
    text-align: center;
    
}

.waytocome_btn_wrap > li > a:before {
    content:"";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
}

.waytocome_btn_wrap > li:first-child > a:before {
    background:url('../img/map_ico01.png') center no-repeat;
}

.waytocome_btn_wrap > li:nth-child(2) > a:before {
    background:url('../img/map_ico02.png') center no-repeat;
}

.waytocome_btn_wrap > li:nth-child(3) > a:before {
    background:url('../img/map_ico03.png') center no-repeat;
}

.waytocome_btn_wrap > li > a {
    display: block;
    line-height: 60px;
    padding-left: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    position: relative;
}

.waytocome_map {
    width: 50%;
    height: 554px;
    
    
}

.daummap {
    bordeR:2px solid #ddd;
    width: 100%;
}

.section_03 {
    padding:100px 0;
    text-align: center;
    background:url('../img/section_03_bg.png') top center no-repeat;
}
.section_03 h3 {
    font-family: 'roboto',sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1px;
}
.section_03 h2 {
    font-family: 'GmarketSansMedium';
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 18px;

}
.section_03 p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 14px;
}

.tram_img {
    width: 920px;
    height: 146px;
    background:url('../img/tram_img.png') center no-repeat;
    margin:366px auto 0;

}

.infra_tit {
    margin-top: 50px!important;
    font-size: 30px!important;
}
.infra_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.infra_list.infra2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.infra_list.infra2 > li:first-child {
    margin-right: 10px;
}


.infra_list > li {
    width: calc(20% - 10px);
    height: 92px;
    border:1px solid #ddd;
}

.infra_list > li  {}
.infra_list > li >  ul {}


.infra_list > li > ul > li {
    height: 50px;
    line-height: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.infra_list > li >  ul > li:nth-child(2) {
    display: flex;
    height: 40px;
    line-height: 40px;
}
.infra_list > li >  ul > li:nth-child(2) > .daum_btn {
    background:url('../img/daum_btn.png') center no-repeat;
    background-size:cover;
    width: 50%;
}
.infra_list > li >  ul > li:nth-child(2) > .naver_btn {
    background:url('../img/naver_btn.png') center no-repeat;
    background-size:cover;
    width: 50%;
}

.infra_list > li >  ul > li:nth-child(2) > div > a {
    width: 100%;
    height: 100%;
    display: block;
}

.section_04 {
    background:#f9f9f9;
    padding:100px 0;
}
.section_04  h2 {
    font-family: 'roboto',sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.section_04  p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-top: 14px;
}




footer > .inner > h4 {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.addr_info {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    color:#fff;
    margin-right: 44px;
}
.addr_info > a {
    color:#fff;
}
.price_info_shot {
    display: flex;
}
.price_info_shot > li {
    border-radius:20px;
    height: 40px;
    border:1px solid #222;
    background:#fff;
    padding:0px 30px;
    display: flex;
    margin-right: 10px;
    
}
.price_info_shot > li > h2 {
    margin-right: 33px;
    line-height: 40px;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 18px;
        font-weight: 700;
    position: relative;
}

.price_info_shot > li > h2:after {
    content:"";
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-40%);
    background:#FCB200;
}

.price_info_shot > li > p {
    line-height: 40px;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 18px;
        font-weight: 300;

}

.call_btn {
    width: 135px!important;
    background:#F8DD56!important;
    text-align: center!important;
    padding:0!important;
}

.call_btn > h2 {
    text-align: center!important;
    margin-right: 0!important;
}

.m_nav_wrap {
    display: none;
}


.copyright {
    background:#222;
    padding:40px 0 60px;
    text-align: center;
}

.copyright > .logo {
    font-size: 20px;
    color:#fff;
}
.m_addr > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#222;
    margin-top: 30px;
    line-height: 24px;
    text-align: center;
}

.m_addr > h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#222;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.copyright > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    margin-top: 30px;
    line-height: 30px;
}

.copyright > h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    margin-top: 30px;
}


.q_menu_warp {
    position: fixed;
    bottom:200px;
    right: 30px;
    z-index: 9999;
    
}

.q_menu_warp > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}
.q_menu_warp > ul > li.active {
    width: 200px;
    height: 60px;
    border-radius:60px;
    background:#fff;
    box-shadow: 3px 3px 20px rgba(0,0,0, .18);
    margin-bottom: 16px;
   
    
}

.q_menu_warp > ul > li {
    width: 60px;
    height: 60px;
    border-radius:60px;
    background:#fff;
    box-shadow: 3px 3px 20px rgba(0,0,0, .18);
    margin-bottom: 16px;
    transition: all .2s;
    overflow: hidden;
    margin-left: auto;
}

.q_menu_warp > ul > li:hover {
    background:#FCB200
}

.q_menu_warp > ul > li:hover a >p {
    color:#fff;
}

.q_menu_warp > ul > li > a > p {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    margin-left: 14px;
    
    width: auto;
    height: auto;
    visibility: visible;
    
}


.q_menu_warp > ul > li.active > a > p {
    display: block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    margin-left: 14px;
    
    width: auto;
    height: auto;
    visibility: visible;
}


.q_menu_warp > ul > li.active > a,
.q_menu_warp > ul > li > a {
    display: flex;
    align-items: center;
    height: 60px;
}
.q_menu_warp > ul > li > a > .q_ico {
    width: 47px;
    height: 47px;
    background-size:contain;
    border-radius:47px;
    margin-left: 7px;
}

.q_menu_warp > ul > li > a > .q_ico.ico01 {
    background:url('../img/q_ico01.png') center no-repeat;
}
.q_menu_warp > ul > li > a > .q_ico.ico02 {
    background:url('../img/q_ico02.png') center no-repeat;
}
.q_menu_warp > ul > li > a > .q_ico.ico03 {
    background:url('../img/q_ico03.png') center no-repeat;
}


.familysite {
    display: none;
}

.board_inner {
    max-width: 1280px;
    margin:0 auto;
}


/* 고정배너 */
.fix_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background:#A7BD23;
}
.fix_banner > .inner {}
.fix_banner > .inner > ul {
    display: flex;
    border-left:1px solid #D8EB6B;
}
.fix_banner > .inner > ul > li {
    width: 33%;
    text-align: center;
    border-right:1px solid #D8EB6B;
    height: 80px;
    
}

.fix_banner > .inner > ul > li:first-child {
    width: 60%;
}
.fix_banner > .inner > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}
.fix_banner > .inner > ul > li > a > p {
    text-align: center;
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    color:#222;
    font-weight: 600;
}
.fix_ico {
    width: 24px;
    height: 24px;
    background:red;
    margin-right: 10px;
}
.fix_ico.img01 {
    background:url('../img/fix_ico01.png') center no-repeat;
}
.fix_ico.img02 {
    background:url('../img/fix_ico02.png') center no-repeat;
}
.fix_ico.img03 {
    background:url('../img/fix_ico03.png') center no-repeat;
}
/* 고정배너 끝*/
.sub_con_box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.sub_con_box > li {
    width: 413px;
    height: 400px;
    padding:40px 30px;
    border:1px solid #ddd;
}
.round {
    width: 60px;
    height: 30px;
    background:#DF0F1F;
    border-radius:30px;
    color:#fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
.sub_con_box > li > h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}
.sub_con_box > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    position: relative;
    margin-left: 10px;
    word-break: keep-all;
    line-height: 24px;
}

.sub_con_box > li > p:after {
    content:"";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 4px;
    height: 4px;
    background:#DF0F1F;
    border-radius:4px;
}

.product_photo_warp {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_photo {
    width: 620px;
    height: 340px;
    margin-bottom: 20px;
}

.product_photo.img01 {
    background:url('../img/product_photo01.png') center no-repeat;
}
.product_photo.img02 {
    background:url('../img/product_photo02.png') center no-repeat;
}
.product_photo.img03 {
    background:url('../img/product_photo03.png') center no-repeat;
}
.product_photo.img04 {
    background:url('../img/product_photo04.png') center no-repeat;
}
.product_photo.img05 {
    background:url('../img/product_photo05.png') center no-repeat;
}
.product_photo.img06 {
    background:url('../img/product_photo06.png') center no-repeat;
}
.product_photo.img07 {
    background:url('../img/product_photo07.png') center no-repeat;
}
.product_photo.img08 {
    background:url('../img/product_photo08.png') center no-repeat;
}



/* 가맹문의 */

.privacy {
    font-family: 'pretendard',sans-serif;

}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:30px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 28px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {
    font-family: 'pretendard',sans-serif;

}
.inquiry_list > li {
    display: flex;
    height: 98px;
    align-items: center;
    border-bottom:1px solid #ddd;
    
}
.inquiry_01 {
    width: 20%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.inquiry_02 {
    width: 80%;
    height: 50px;
}
.fr-con > input {
    background:#F6F6F6;
    width: 100%;
    height: 50px;
    border:0;
    padding-left: 40px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    height: 240px!important;
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 920px;
    margin: 80px auto 0;
    border:1px solid #ddd;
    padding:70px 60px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box .form-con ul li .fr-con .text-box select {
    width: 30%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:0;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 196px;
    height: 65px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #DF0F1F !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}

@media (max-width: 600px) {
    .form-box .receive-btn input {
        padding: 10px 0;
    }
    
.form-box .form-con {
    width: 100%;
    margin: 60px auto 0;
}

.form-box .form-con ul li {
    display: table;
    width: 100%;
    padding: 0px 0;
    height: 65px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.form-box .form-con ul li .fr-con {
    float: left;
    width: 100%;
    height: 100%;
}

.form-box .form-con ul li:last-child {
    height: 180px;
}

.form-box .form-con ul li .fr-con input,
.form-box .form-con ul li .fr-con select,
.form-box .form-con ul li .fr-con textarea {
    font-size: 16px !important;
    width: 100%;
    border: 0;
    height: 100%;
    line-height: 65px;
    padding: 0 0px;
    padding-left: 20px;
}


}


/* 문의하기 */
.section.qa {}
.section.qa > .tit {
    font-family: 'pretendard',sans-serif;
    font-size: 50px;
    font-weight: 700;
    color:#000;
    text-align: center;
}
.section.qa > .sub_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
    text-align: center;
}


/* 사업분야 */
.business_wrap {
    margin-top: 60px;
}
.business_wrap > li {
    height: 180px;
    display: flex;
    margin-bottom: 40px;
    border:1px solid #ddd;


}
.busi_img {
    width: 400px;
    height: 100%;
    background:#ddd;
}
.busi_img.img01 {
    background:url('../img/busi_img01.png') center no-repeat;
}
.busi_img.img02 {
    background:url('../img/busi_img02.png') center no-repeat;
}
.busi_img.img03 {
    background:url('../img/busi_img03.png') center no-repeat;
}
.busi_cont {
    width: 100%;
    padding:50px;
}
.busi_cont > h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}
.busi_cont > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
}
.chang {
    max-width: 1280px;
    margin:40px auto;
    padding:50px 0;
    background:#F7F6F4;
    border:2px solid #E7E6E2;
}
.chang2 {
    text-align: center;
}
.chang2 > h3 {
    font-size: 20px;
    font-weight: 600;
}
.chang2 > h2 {
    font-size: 55px;
    margin-top: 12px;
    font-weight: 700;
}
.chang2 > p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    position: relative;
}
.chang2 > p:after {
    content:"";
    width: 220px;
    height: 1px;
    background:#222;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.chang2 > span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin-top: 20px;
}