
:root {
    --swiper-navigation-size: 25px !important;
}
body {
    font-family: 'NanumSquareNeo';
    color: #333;
}
* {
    box-sizing: border-box;
}
.inner {
    margin: 8rem 0 3rem;
}
/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #E1F9F9;
}
.indexImg {
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    width: 100%;
}
.indexLogo {
    position: absolute;
    left: 50%; top: 25%;
    transform: translateX(-50%);
    width: 45%;
}

/* header */
header {
    position: fixed;
    width: 100%; height: 6rem;
    left: 0; top: 0;
    border-bottom: .1rem solid #7DA9A8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    z-index: 999;
    background: #fff;
}
.header_logo {
    width: 35%;
    height: 3rem;
}
.header_link {
    display: block;
    width: 8%;
}
.header_link img {
    width: 100%;
}

/* home */
.home_tit {
    padding: 0 1.5rem 2rem;
    font-size: 1.7rem;
    font-weight: 700;
}
.home_tit > strong {
    font-size: 2.2rem;
    font-weight: 900;
    color: #393D3A;
}
.home_gr {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: #0A6648;
    margin-top: 1rem;
}
.home_btn_A {
    padding: 2rem 1.5rem;
}
.home_btn_A li:first-child a{
    margin-bottom: 1.5rem;
}
.home_btn_A li a {
    background: #DCF4EC;
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 1.5rem;
}
.home_btn_A li:last-child a {
    background: #F7E3D5;
}
.home_btn_A li a span{
    font-size: 1.8rem;
    font-weight: 800;
}
.home_btn_A li a img {
    display: block;
    padding-top: 2.5rem;
    width: 17%;
}
.home_btn_B {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.home_btn_B li {
    width: calc(100% / 2 - .5rem);
}
.home_btn_B li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 13.2rem;
}
.home_btn_B li:nth-child(1) a {
    border: .2rem solid #F9E2AF;
    margin-bottom: 1rem;
    background: url(../img/btn-icon-3.png) no-repeat;
    background-position: 90% 80%;
    background-size: 5rem;
}
.home_btn_B li:nth-child(2) a {
    border: .2rem solid #C6EBF7;
    margin-bottom: 1rem;
    
    background: url(../img/btn-icon-5.png) no-repeat;
    background-position: 90% 80%;
    background-size: 6rem;
}
.home_btn_B li:nth-child(3) a {
    border: .2rem solid #F7E3D4;
    background: url(../img/btn-icon-4.png) no-repeat;
    background-position: 90% 80%;
    background-size: 6rem;
}
.home_btn_B li:nth-child(4) a {
    border: .2rem solid #BEF2DF;
    background: url(../img/btn-icon-6.png) no-repeat;
    background-position: 90% 80%;
    background-size: 5rem;
}
.home_btn_B li a span {
    font-size: 1.6rem;
    font-weight: 800;
}
.home_btn_img {
    text-align: right;
}
.home_btn_B li a img {
    width: 30%;
    padding-top: 2.5rem;
}
.home_btn_B li:nth-child(2) a img {
    width: 35%;
}
.home_btn_B li:nth-child(3) a img {
    width: 40%;
}
.home_qna {
    padding: 2rem 1.5rem;
}
.home_qna_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
}
.home_qna_tit {
    font-size: 2rem;
    font-weight: 800;
}
.home_qna_top a {
    font-size: 1.5rem;
    font-weight: 800;
}
.home_que_inner {
    padding: 1.5rem;
    border: .2rem solid #E0DFDE;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.home_qna_wrap .home_que_inner:last-child {
    margin-bottom: 0;
}
.home_que_inner a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_que_inner a span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #898989;
    max-width: 27rem;
}
.home_que_inner a i {
    display: block;
    background: url(../img/bottom1.png) no-repeat center/contain;
    width: 2rem; height: 2rem;
}

/* day_child */
.day_tit {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
    padding: 0 1.5rem 2rem;
}
.day_tit strong {
    font-weight: 800;
    font-size: 2rem;
}
.day_gr {
    font-size: 2rem;
    font-weight: 800;
    color: #0A6648;
}
.day_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1.5rem 2rem;
    border-radius: 1rem;
    background: #F2F2F2;
}
.day_btn li {
    text-align: center;
    width: calc(100% / 2);
    border-radius: 1rem;
    border: 1px solid transparent;
}
.day_btn li.on {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 5px;
    border: 1px solid #f2f2f2;
}
.day_btn li a {
    display: block;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #8F918F;
}
.day_btn li.on a {
    color: #393D3A;
}
#birth {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
}
#birth p{
    font-size: 1.6rem;
    font-weight: 800;
    padding-right: 1rem;
}
#birth input {
    font-size: 1.5rem;
    font-weight: 800;
    border: .2rem solid #333;
    border-radius: 2rem;
    padding: .5rem 1rem;
    text-align: center;
}
.result {
    padding: 1rem 1.5rem 2rem;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
}
.result .top {
    background: #FCEED2;
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1.5rem 0;
}
.result p {
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #EEF4F5;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    border-right: 1px solid #EEF4F5;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result p:nth-child(3n) {
    border-right: none;
}
.result p b {
    font-size: 1.3rem;
    font-weight: 700;
}
.info_text {
    display: block;
    text-align: right;
    padding: 2rem 1.5rem 0;
    font-size: 1.3rem;
    font-weight: 700;
}
#sorry {
    padding: 0 1.5rem;
    font-size: 1.5rem;
}

/* qna */
.qna_wrap {
    padding: 3rem 0 2rem;
}
.qna_box {
    margin: 0 1.5rem 2rem;
    border: 1px solid #8EB4B3;
    border-radius: 1rem;
}
.question_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}
.qna_box.open .question_inner {
    border-bottom: 1px solid #8EB4B3;
}
.question {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #627C79;
    max-width: 27rem;
}
.question_inner i {
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/qna-down-arrow.png) no-repeat center/contain;
}
.qna_box.open .question_inner i {
    background-image: url(../img/qna-up-arrow.png);
}
.answer {
    display: none;
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
}
.qna_box.open .answer {
    display: block;
}

/* taboo */
.taboo_inner {
    padding: 0 1.5rem 2rem;
}
.taboo_cont {
    font-size: 1.4rem;
    line-height: 1.5;
}
.taboo_tit {
    padding: 3rem 0 2rem;
    font-size: 1.8rem;
    font-weight: 800;
}
.taboo_btn {
    display: block;
    margin: 3rem 0 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    padding: 1.5rem;
    text-align: center;
    background: #3C7475;
    border-radius: .7rem;
}

/* search */
.search_txt {
    padding: 0 1.5rem;
}
.search_txt h3 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1rem 0 2rem;
}
.search_txt p{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.search_wrap {
    padding: 0 1.5rem;
}
.search_wrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1rem 0 2.5rem;
}
.search_wrap h4 {
    font-size: 1.4rem;
    font-weight: 700;
}
#tellform {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input_inner {
    padding: .3rem 1.5rem;
    border-radius: 2.5rem;
    border: 2px solid #FCEED2;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 70%;
}
.input_inner i {
    display: block;
    background: url(../img/search.png) no-repeat center/contain;
    width: 2rem; height: 2rem;
}
.search_area {
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    width: 80%;
}
.search_area::placeholder {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ABABAB;
}
.submit {
    width: 25%;
    font-size: 1.6rem;
    font-weight: 800;
    background: #FCEED2;
    padding: 1.5rem 0;
    text-align: center;
    border-radius: 2.5rem;
}
.golink {
    padding: 3rem 0 2rem;
}
.golink a{
    display: block;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    padding: 2rem;
    text-align: center;
    background: #3C7475;
    border-radius: .7rem;
}
.before {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4rem 0;
}
.noresult {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4rem 0;
}
.name {
    font-size: 1.7rem;
    font-weight: 800;
    margin: 1rem 0;
    line-height: 1.4;
}
.symptom {
    font-size: 1.5rem;
    line-height: 1.4;
}

/* list */
.list_wrap {
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list_wrap li {
    background: #FBECD0;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    text-align: center;
    margin: 0 1rem 1rem 0;
}
.list_wrap li a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
}
.list {
    margin: 0 1.5rem;
}

/* list_sub */
.sub_wrap {
    padding: 0 1.5rem;
}
.list_name {
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
    padding: 3rem 1rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #B0B0B0 !important;
    top: 40px !important;
}
.list_cont {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
}
.list_bold {
    font-size: 1.7rem;
    font-weight: 800;
    padding: 2rem 0;
}
@media screen and (min-width: 280px) and (max-width: 290px) {
    .list_name { 
        font-size: 1.5rem
    }
    .result {
        width: 280px;
        grid-template-columns: 85px 100px 70px;
    }
    .result .top {
        font-size: 1.2rem;
        font-weight: 700;
    }
}
@media screen and (min-width: 760px) and (max-width: 1020px) {
    .home_btn_B li a img {
        padding-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .home_btn_B li a img {
        padding-top: 0;
        width: 20%;
    }
    .home_btn_B li:nth-child(3) a img {
        width: 30%;
    }
}










#fromtext {
    font-size: 1.2rem;
    color: #aaa;
    line-height: 1.4;
    margin: 1.8rem;
    border-left: 2px solid #ddd;
    padding-left: 1.2rem;
}