* {
    box-sizing: border-box;
}
body.fixed {
    overflow: hidden;
}
:root {
    --border: 1.3rem;
    --mb: 4rem;
}
main {
    padding: 7.5rem 1.5rem 4rem;
}
#indexLoadImg {
    position: relative;
    background: #fff;
    min-height: 100vh;
}
#indexLoadImg img {
    position: absolute;
    display: block;
    height: 13rem;
    left: 55%; top: 40%;
    transform: translate(-50%, -50%);
}
#indexLoadImg a {
    display: block;
    color: #fff;
    background: #FF5001;
    width: 55%;
    padding: 1.2rem 0;
    border-radius: 3rem;
    position: absolute;
    left: 50%; bottom: 20%;
    transform: translate(-50%, -50%);
    font-size: 1.9rem;
    text-align: center;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* header */
#homeWrap header .back {
    display: none;
}
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    z-index: 9000;
    background: #fff;
}
header a {
    display: block;
    height: 1.6rem;
}
header a img {
    display: block;
    height: 100%;
}
header .back {
    position: absolute;
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/back.png) no-repeat center/contain;
    left: 1.5rem; top: 50%;
    transform: translateY(-50%);
}

/* home */
.home_banner {
    display: block;
    background-color: #F2F2F2;
    padding: 3.5rem 1.5rem;
    border-radius: var(--border);
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 13rem;
    margin-bottom: 3rem;
}
.home_banner h1 {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.home_banner p {
    font-size: 1.4rem;
    color: #585858;
    line-height: 1.3;
}
.home_banner a {
    background: #FF5001;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .7rem 1.3rem;
    border-radius: 3rem;
    width: fit-content;
    margin-top: 1.5rem;
}
.home_banner a span {
    color: #fff;
    font-size: 1.5rem;
}
.home_banner a .arrow {
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
}
#homeSelect {
    border-color: #DCDCDC;
    width: 100%;
    padding: 2rem 1.5rem;
    border-radius: var(--border);
    font-size: 1.6rem;
    color: #7B7B7B;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background: url(../img/arrow-2.png) no-repeat 95% 50% / 1.7rem;
    margin-bottom: 1rem;
}
#homeSelect:focus {
    outline: none;
}
#homeSelect option {
    font-size: 1.6rem;
}
.home_care_list li {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.home_care_list li:first-child {
    border-bottom: .1rem solid #F2F2F2;
}
.home_care_list li .type {
    font-size: 1.6rem;
    color: #FF5001;
}
.home_care_list li .name {
    font-size: 1.7rem;
    font-weight: 700;
}
.or_btn {
    display: block;
    padding: 2rem 0;
    border-radius: var(--border);
    background: #FF5001;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
}
.or_btn.home {
    margin: 1.5rem 0 4rem;
}
.main_tit {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
.home_calc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    padding: 2rem 1.5rem;
    border-radius: var(--border);
    box-shadow: rgba(0, 0, 0, 0.15) -1.95px -1.95px 2.6px;
    border: .1rem solid #E9E9E9;
    margin-bottom: 1.5rem;
}
.home_calc p {
    font-size: 1.5rem;
    color: #7B7B7B;
    margin-bottom: 1rem;
}
.home_calc h3 {
    font-size: 1.8rem;
    font-weight: 700;
}
.home_calc .right {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.home_calc .right span {
    font-size: 1.6rem;
    color: #FF5001;
}
.home_calc .right .arrow {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/arrow-3.png) no-repeat center/contain;
}
.homeSwiper {
    height: 14rem;
    margin-bottom: 4rem;
}
.homeSwiper .swiper-wrapper {
    align-items: center;
}
.homeSwiper .swiper-slide {
    box-shadow: rgba(0, 0, 0, 0.15) -1.95px -1.95px 2.6px;
    border: .1rem solid #E9E9E9;
    padding: 2rem 1.5rem;
    border-radius: var(--border);
    height: 12rem;
}
.homeSwiper .swiper-slide .top span {
    font-size: 1.6rem;
    color: #7B7B7B;
    margin-bottom: 1rem;
    display: block;
}
.homeSwiper .swiper-slide .top p {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.homeSwiper .swiper-slide .btm {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-end;
}
.homeSwiper .swiper-slide .btm span {
    font-size: 1.6rem;
    color: #FF5001;
}
.homeSwiper .swiper-slide .btm .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-3.png) no-repeat center/contain;
}
.main_tit.home_q {
    margin-bottom: 0;
}
.home_qna {
    margin-top: 1rem;
}
.home_qna li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}
.home_qna li a .left {
    display: flex;
    align-items: center;
    gap: .8rem;
    max-width: 90%;
}
.home_qna li a .left span {
    color: #fff;
    font-size: 1.6rem;
    background: #FF5001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2rem; height: 2.2rem;
    border-radius: 50%;
}
.home_qna li a .left p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}
.home_qna li a .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-4.png) no-repeat center/contain;
}

/* sub1 */
.sub_cont {
    font-size: 1.6rem;
    color: #7B7B7B;
    line-height: 1.3;
    word-break: break-all;
    display: block;
}
.sub_cont .point3 {
    font-size: 1.6rem;
    color: #FF5001;
    font-weight: 500;
    word-break: break-all;
}
.main_tit.mt {
    margin-top: 4rem;
}
.box_cont {
    display: block;
    padding: 2rem 1.5rem;
    border-radius: var(--border);
    background: #F2F2F2;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    color: #7B7B7B;
    line-height: 1.3;
    word-break: break-all;
}
.box_cont .point3 {
    font-size: 1.6rem;
    color: #FF5001;
    font-weight: 500;
    word-break: break-all;
    display: inline-block;
    padding-bottom: 1rem;
}
.sub_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem 0 1.5rem;
}
.sub_select .main_tit {
    margin-bottom: 0;
    margin-top: 0;
}
.sub_select select {
    font-size: 1.6rem;
    color: #7B7B7B;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    padding: 1rem;
    width: 35%;
    border-radius: 1rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 1.5rem;
}
.sub_select select:focus {
    outline: none;
}
.sub_select select option {
    font-size: 1.6rem;
}
.sub_select_cont {
    font-size: 1.6rem;
    color: #7B7B7B;
    line-height: 1.3;
}
.sub_select_cont .point3 {
    font-size: 1.6rem;
    color: #FF5001;
    font-weight: 500;
}
.sub_select_cont .point2 {
    font-size: 1.7rem;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 1rem;
}
.sub_tit {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-top: 1rem;
}
.sub_bold {
    font-size: 1.6rem;
    color: #FF5001;
    font-weight: 500;
    margin: 1rem 0;
    line-height: 1.3;
}
.sub_cont.sub3 {
    margin-bottom: 3rem;
}
.sub_cont.sub3 .point1 {
    font-size: 1.6rem;
    color: #7B7B7B;
    line-height: 1.3;
    display: block;
    background: #F2F2F2;
    padding: 2.5rem 1.5rem;
    border-radius: 1.3rem;
}

/* list */
#listForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
#listForm select {
    width: calc(50% - .7rem);
    border-color: #ECECEC;
    box-shadow: rgba(0, 0, 0, 0.15) -1.95px -1.95px 2.6px;
    padding: 2rem 1.5rem;
    border-radius: var(--border);
    font-size: 1.6rem;
    color: #7B7B7B;
    background: url(../img/arrow-2.png) no-repeat 93% 50% / 1.5rem;
}
#listForm select:focus {
    outline: none;
}
#listForm select option {
    font-size: 1.6rem;
}
.list_result {
    display: flex;
    flex-direction: column;
}
.list_result .result_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-bottom: .1rem solid #F8F8F8;
}
.list_result .result_box .left {
    height:7rem;
}
.list_result .result_box .left .name {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.list_result .result_box .left .address {
    font-size: 1.6rem;
    color: #494949;
    margin-bottom: 1rem;
}
.list_result .result_box .left .people {
    font-size: 1.6rem;
    color: #494949;
}
.list_result .result_box .right {
    height: 7rem;
}
.list_result .result_box .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.list_result .result_box .right .type {
    color: #FF5001;
    font-size: 1.6rem;
}
.list_result .result_box .right .go_link {
    font-size: 1.6rem;
    color: #FF5001;
    display: flex;
    align-items: center;
    gap: .3rem;
    background: #F2F2F2;
    padding: .5rem .7rem .5rem 1rem;
    border-radius: .7rem;
}
.list_result .result_box .right .go_link .arrow {
    display: block;
    width: 1.4rem; height: 1.4rem;
    background: url(../img/arrow-3.png) no-repeat center/contain;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 1rem;
}
.pagination a {
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem; height: 2.5rem;
    font-weight: 500;
}
.pagination strong {
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem; height: 2.5rem;
    background: #FF5001;
    color: #fff;
    border-radius: .5rem;
    font-weight: 300;
}
.pagination .page_btn {
    display: block;
    width: 1.4rem; height: 1.4rem;
}
.pagination .page_btn.prev {
    background: url(../img/arrow-6.png) no-repeat center/contain;
}
.pagination .page_btn.next {
    background: url(../img/arrow-7.png) no-repeat center/contain;
}

/* list_sub */
.list_sub_name {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.map_box {
    margin-bottom: 3rem;
}
#map {
    border-radius: var(--border);
}
.sub_result {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.sub_result p {
    color: #FF5001;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
.sub_result span {
    font-size: 1.6rem;
    color: #585858;
}
.list_back {
    display: block;
    width: 100%;
    margin-top: 5rem;
    background: #FF5001;
    color: #fff;
    font-size: 1.7rem;
    padding: 2rem 0;
    border-radius: 1.3rem;
    text-align: center;
}
#calcForm {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.calc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calc_box p {
    font-size: 1.6rem;
    font-weight: 500;
    width: 28%;
}
.calc_box select {
    width: 69%;
    border-color: #F2F2F2;
    padding: 1.5rem 2rem;
    border-radius: 1.3rem;
    background-color: #F2F2F2;
    font-size: 1.6rem;
    color: #7B7B7B;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 1.5rem;
}
.calc_box select:focus {
    outline: none;
}
.calc_box select option {
    font-size: 1.5rem;
}
.calc_box .right {
    width: 69%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calc_box .right label {
    display: block;
    text-align: center;
    background-color: #F2F2F2;
    padding: 1.5rem 0;
    font-size: 1.5rem;
    color: #7D7D7D;
    letter-spacing: -2px;
    border-radius: 1.3rem;
}
.calc_box .right.top label {
    width: calc(100% / 3 - .7rem);
}
.calc_box .right.btm label {
    width: calc(100% / 4 - .7rem);
}
.calc_box .right label.selected {
    background: #FF5001;
    color: #fff;
}
.calc_btn {
    /* position: absolute; */
    left: 50%; bottom: 3rem;
    /* transform: translateX(-50%); */
    display: block;
    width: 100%;
    background: #FF5001;
    color: #fff;
    font-size: 1.8rem;
    padding: 2rem 0;
    border-radius: 1.3rem;
    text-align: center;
}
.arrow_box {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}
.arrow_box img {
    display: block;
    height: 3.3rem;
    object-fit: contain;
}
.calc_result {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
}
.calc_result li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 1.3rem;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.calc_result li span {
    font-size: 1.6rem;
    font-weight: 500;
}
.calc_result li p {
    font-size: 1.6rem;
    font-weight: 500;
}
.calc_result li p strong {
    font-size: 1.7rem;
    color: #FF5001;
    font-weight: 500;
}

/* qna */
.qna_box .que_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.qna_box .que_inner .que {
    font-size: 1.7rem;
    font-weight: 700;
    max-width: 85%;
    line-height: 1.3;
}
.qna_box .que_inner .arrow {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/arrow-10.png) no-repeat center/contain;
}
.qna_box.open .que_inner .arrow {
    background-image: url(../img/arrow-9.png);
}
.qna_box .ans {
    display: none;
    background: #F2F2F2;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    color: #585858;
    line-height: 1.4;
    word-break: break-all;
}
.qna_box.open .ans {
    display: block;
}
.qna_box .ans .point1 {
    font-size: 1.6rem;
    font-weight: 700;
}
.qna_box .ans .point3 {
    font-size: 1.6rem;
    color: #FF5001;
    font-weight: 500;
}