/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #333;
    position: relative;
}
* {
    box-sizing: border-box;
}
main {
    margin: 6rem 0 3rem;
}
#wrap {
    padding-bottom: 13rem;
}
.g-font {
    font-family: 'g-font';
}
.back-color {
    background-color: #FFF2BB;
}
/* index */
#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #FFF2BB;
}
.indexImg {
    position: absolute;
    left: 50%; top: 30%;
    transform: translateX(-50%);
    width: 30%;
}
.loading {
    position: absolute;
    left: 50%; bottom: 6rem;
    transform: translateX(-50%);
    width: 10%;
}

/* home */
.home_header {
    position: fixed;
    left: 0; top: 0;
    height: 6rem;
    width: 100%;
    padding: 1.5rem;
    z-index: 99;
    background: #FFF2BB;
    display: flex;
    align-items: center;
}
.home_header img {
    display: block;
    height: 1.3rem;
}
.home_tit {
    padding: 2rem 1.5rem 2rem;
    height: 21rem;
    font-size: 1.8rem;
    color: #5E5E5F;
    line-height: 1.3;
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-position: 95% 40%;
    background-size: 10rem;
    background-color: #FFF2BB;
}
.red {
    display: inline-block;
    font-size: 2.4rem;
    font-family: 'g-font';
    color: #CC0202;
}
.home_bold {
    font-size: 2.4rem;
    font-family: 'g-font';
    color: #323232;
    line-height: 1.3;
}
.home_btn {
    margin: -40px 1.5rem 2rem;
}
.home_btn li:first-child {
    margin-bottom: 1.5rem;
}
.home_btn li a {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: .7rem;
    padding: 1.5rem 1rem;
    height: 14rem;
    background-repeat: no-repeat;
    background-size: 10rem;
    background-position: 95% 50%;
    background-color: #fff;
}
.home_btn li:first-child a {
    background-image: url(../img/btn-icon-2.png);
}
.home_btn li:nth-child(3) a {
    background-image: url(../img/btn-icon-1.png);
}
.home_btn_text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 48%;
}
.home_btn_text p {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.3;
}
.round {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    background: #323232;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: .7rem 1rem .7rem 0;
    border-radius: 2rem;
    width: 13rem;
}
.round::after {
    content: '';
    position: absolute;
    top: 50%; right: 1rem;
    transform: translateY(-50%);
    display: block;
    width: 1.2rem; height: 1.2rem;
    background: url(../img/btn-arrow.png) no-repeat center/contain;
}
.home_info {
    display: block;
    margin: 3rem 1.5rem 1.5rem;
    border: .1rem solid #C4BFB1;
    border-radius: .7rem;
    padding: 2rem 1rem;
}
.tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: .1rem solid #C0C0C0;
}
.tit p {
    font-size: 1.7rem;
    font-weight: 800;
}
.more {
    font-size: 1.5rem;
    display: inline-block;
    background: #FFF2BB;
    color: #6E6E6D;
    padding: 1rem 1.2rem;
    border-radius: 2rem;
    font-weight: 700;
}
.home_info .cont {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #6e6e6e;
    padding-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home_qna {
    display: block;
    margin: 1.5rem 1.5rem 1.5rem;
    border: .1rem solid #C4BFB1;
    border-radius: .7rem;
    padding: 2rem 1rem;
}
.home_qna .tit {
    border-bottom: none;
}
.home_qna_cont li {
    padding: 1rem 1.5rem;
    border-radius: .7rem;
    border: .1rem solid #D8D7D6;
    font-size: 1.4rem;
    color: #8A8A8A;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.home_qna_cont li span {
    font-size: 1.5rem;
    color: #4E3900;
    font-weight: 700;
}

/* header */
.allHeader {
    position: fixed;
    left: 0; top: 0;
    height: 6rem;
    width: 100%;
    padding: 1.5rem;
    z-index: 99;
    background: #FFF2BB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.back {
    display: block;
    background: url(../img/btn-back.png) no-repeat center/contain;
    width: 1.8rem; height: 1.8rem;
    position: relative;
}
.back::after {
    position: absolute;
    content: '';
    background: transparent;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; height: 3rem;
}
.allHeader a {
    display: block;
    padding: 2rem 0;
}
.allHeader a img {
    display: block;
    height: 1.3rem;
}

/* qna */
.qna_top {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 2rem 1.5rem;
}
.qna_tit {
    font-size: 2.3rem;
    line-height: 1.3;
}
.qna_top img {
    width: 32%;
}
.qna_box {
    margin: 1.5rem;
    border: .1rem solid #D8D7D6;
    border-radius: .7rem;
}
.ques_inner {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qna_box.on .ques_inner{
    border-bottom: .1rem solid #D8D7D6;
}
.ques {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #4F3A00;
    max-width: 29rem;
    font-weight: 700;
}
.ques span {
    font-size: 1.6rem;
    color: #513C01;
    font-weight: 800;
}
.qna_ico {
    background: url(../img/qna-arrow-down.png) no-repeat center/contain;
    width: 1.5rem; height: 1.5rem;
    display: block;
}
.qna_box.on .qna_ico {
    background-image: url(../img/qna-arrow-up.png);
}
.ans {
    display: none;
    padding: 1.5rem;
    font-size: 1.5rem;
    color: #9B9B9C;
    line-height: 1.5;
}
.qna_box.on .ans {
    display: block;
}
.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}
.pages a {
    display: block;
    font-size: 1.6rem;
    margin: 0 1rem;
}
.pages a.on {
    font-weight: 800;
    color: #513C01;
    font-size: 1.8rem;
}

/* sub */
.sub_top {
    padding: 2rem 1.5rem;
    height: 24rem;
    background-repeat: no-repeat;
    background-position: 95% 80%;
    background-size: 12rem;
}
.sub1 {
    background-image: url(../img/3page-img.png);
}
.sub2 {
    background-image: url(../img/4page-img.png);
}
.sub_top p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 1rem 0 2rem;
}
.sub_cont {
    padding: 3rem 1.5rem;
}
.cont_bold {
    font-size: 1.7rem;
    font-weight: 800;
    padding-bottom: 1rem;
}
.cont_text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #919191;
}
.black_btn {
    display: block;
    margin: 0 1.5rem;
    background-color: #323232;
    color: #fff;
    border-radius: .7rem;
    text-align: center;
    padding: 1.5rem 0;
    font-size: 1.7rem;
    font-weight: 700;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 1rem;
}
.cont_red_tit {
    font-size: 1.5rem;
    color: #CC0202;
    font-weight: 700;
    padding-bottom: 1rem;
}
.cont_text.sub2_txt {
    padding-bottom: 2rem;
}

/* search */
.search_top {
    padding: 2rem 1.5rem;
    height: 24rem;
    background-repeat: no-repeat;
    background-position: 95% 80%;
    background-size: 12rem;
    background-image: url(../img/2page-img.png);
}
.search_top p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 1rem 0 2rem;
}
.search_cont {
    padding: 3rem 1.5rem;
}
.region_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3rem;
}
.region_inner span {
    /* display: block; */
    font-size: 1.5rem;
    font-weight: 800;
    color: #023644;
    padding-right: 1rem;
}
#region {
    font-size: 1.4rem;
    border-radius: .7rem;
    border: .1rem solid #E3E3E3;
    color: #9da1a3;
    padding: .5rem 1rem;
    width: 10rem;
    background: url(../img/2page-btn-arrow.png) no-repeat;
    background-size: 1.3rem;
    background-position: 85% 50%;
}
.submit {
    font-size: 1.5rem;
    background: #023644;
    font-weight: 700;
    border-radius: .7rem;
    color: #fff;
    padding: .7rem 2rem;
}
.result li {
    border: .1rem solid #CDCECF;
    border-radius: .7rem;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}
.name {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 1.5rem
}
.tel {
    font-size: 1.6rem;
    font-weight: 700;
    color: #A6A6A6;
}
.left_right {
    display: inline-block;
    background: #A8A8A8;
    border-radius: .7rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    padding: .7rem 1.5rem;
}










@media screen and (min-width: 270px) and (max-width: 300px) {
    .home_tit { 
        font-size: 1.6rem;
        background-size: 8rem;
    }
    .red {
        font-size: 2rem;
    }
    .home_bold {
        font-size: 2rem;
    }
    .home_btn li a {
        background-size: 8rem;
    }
    .home_btn_text p {
        word-break: break-all;
    }
    .ques {
        max-width: 18rem;
        word-break: break-all;
    }
    .round {
        width: 12rem;
    }
    .sub_top p {
        font-size: 1.3rem;
    }
    .search_top p {
        font-size: 1.4rem;
    }
    .search_top {
        background-size: 9rem;
    }
    .region_inner span {
        padding-right: .2rem;
        font-size: 1.4rem;
    }
    .submit {
        font-size: 1.3rem;
    }
}









/* 페이징 */
#paging {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
#paging p {font-size: 1.6rem;font-weight: bold;color: #222;}
#paging .pagination {display: flex;align-items: center;gap: 1rem;}
#paging .pagination img {width: .7rem;}
#paging .pagination img:first-of-type {margin-right: 1rem;}
#paging .pagination img:last-of-type {margin-left: 1rem;}
#paging .pagination a {font-size: 1.6rem;font-weight: bold;color: #aaa;}
#paging .pagination a.point {color: #111;font-weight: 800;}



footer {
    background-color: #f9f9fb;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4rem 0;
    border-top: 0.1rem solid #dddddd;
}
footer p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #302d28;
    text-align: center;
    margin-bottom: 1rem;
}
footer pre span{
    font-size: 1.4rem;
    font-weight: 600;
    color: #302d28;
}
footer pre {
    font-size: 1.3rem;
    font-weight: 500;
    color: #424a55;
    text-align: center;
    line-height: 1.5;
}