* {
    box-sizing: border-box;
}
main {
    padding: 7rem 1.5rem 5rem;
}
:root {
    --border-ra: 1.1rem;
}
body.fixed {
    overflow: hidden;
}

/* index */
#indexLoadImg {
    position: relative;
    width: 100%; min-height: 100vh;
}
#indexLoadImg img {
    display: block;
    height: 29rem;
    position: absolute;
    left: 50%; top: 20%;
    transform: translateX(-50%);
}
/* header */
#wrapHome .sub_header {
    display: none;
}
#wrap .home_header {
    display: none;
}
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    background: #fff;
    z-index: 999;
    padding: 0 1.5rem;
}
header > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .home_header a {
    display: block;
    height: 2rem;
}
header .home_header a img {
    display: block;
    height: 100%;
}
header .menu_ico {
    position: relative;
    display: block;
    width: 2.3rem; height: 2.3rem;
    background: url(../img/menu.png) no-repeat center/contain;
}
header .menu_ico::after {
    position: absolute;
    content: '';
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; height: 4rem;
    background: transparent;
}
header .sub_header .back {
    position: relative;
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/back.png) no-repeat center/contain;
}
header .sub_header .back:after {
    content: '';
    position: absolute;
    width: 4rem; height: 4rem;
    background: transparent;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
header .sub_header .header_tit {
    font-size: 1.8rem;
    font-weight: 700;
    color: #525252;
}

/* aside */
.background {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9995;
}
aside {
    display: none;
    position: fixed;
    right: 0; top: 0;
    width: 100%; height: 100%;
    background: #fff;
    z-index: 9999;
    width: 65%; height: 100%;
}
aside .top {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
aside .top .close_ico {
    position: relative;
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/cancel.png) no-repeat center/contain;
}
aside .top .close_ico::after {
    position: absolute;
    content: '';
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; height: 4rem;
    background: transparent;
}
aside .menu_list {
    padding: 0 1.5rem;
}
aside .menu_list li .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #5C6268;
}
aside .menu_list li.add .main{
    color: #F72727;
    font-weight: 700;
}
aside .menu_list li .main .arrow {
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
}
aside .menu_list li.more.on.add .main .arrow {
    background-image: url(../img/arrow-4.png);
}
aside .menu_list li.more .main .arrow {
    background-image: url(../img/arrow-7.png);
}
aside .menu_list .more.on .main .arrow {
    background-image: url(../img/arrow-6.png);
}
aside .menu_list .sub_menu {
    display: none;
    padding: 1.5rem 1.5rem 0;
    border-radius: var(--border-ra);
    background-color: #FFF3F3;
    margin-bottom: 2rem;
}
aside .menu_list .more.on .sub_menu {
    display: block;
}
aside .menu_list .sub_menu a {
    display: block;
    font-size: 1.7rem;
    color: #5D5E5E;
    padding-bottom: 1.5rem;
}
aside .menu_list .sub_menu a.on {
    color: #F72727;
}

/* home */
.home_top_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.home_top_banner .left {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_top_banner .left p {
    font-size: 1.7rem;
    color: #666666;
    margin-bottom: .5rem;
}
.home_top_banner .left h1 {
    line-height: 1.4;
    font-size: 3rem;
    font-weight: 600;
}
.home_top_banner .left h1 strong {
    font-size: 3rem;
    font-weight: 800;
}
.home_top_banner img {
    display: block;
    width: 42%;
    max-width: 50%;
    object-fit: contain;
}
.home_more {
    display: block;
    background: #F73131;
    padding: 2.3rem 0;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: var(--border-ra);
    margin-bottom: 2rem;
}
.home_blue_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
}
.home_blue_btns li {
    width: calc(50% - .7rem);
    height: 11.7rem;
}
.home_blue_btns li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #EFF0F4;
    padding: 1.5rem 0;
    border-radius: var(--border-ra);
    gap: 1rem;
    height: 100%;
}
.home_blue_btns li a img {
    display: block;
    height: 6rem; width: 6rem;
    object-fit: contain;
}
.home_blue_btns li:last-child a img {
    height: 5rem; width: 5rem;
    margin-top: .5rem;
}
.home_blue_btns li a p {
    font-size: 1.7rem;
    font-weight: 500;
}
.home_menu_btns {
    padding-top: 2rem;
}
.home_tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.home_menu_btns .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.home_menu_btns .btns li {
    width: calc(50% - .7rem);
    height: 21rem;
}
.home_menu_btns .btns li a {
    padding: 2rem 1.5rem;
    height: 100%;
}
.home_menu_btns .btns li.a a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #617184;
    border-radius: var(--border-ra);
}
.home_menu_btns .btns li.a img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.home_menu_btns .btns li.a p {
    font-size: 1.9rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
}
.home_menu_btns .btns li.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.home_menu_btns .btns li.flex a {
    height: calc(50% - .7rem);
    background-color: #EFF0F4;
    width: 100%;
    border-radius: var(--border-ra);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-position: 90% 80%;
    background-size: 5rem;
    letter-spacing: -1px;
}
.home_menu_btns .btns li.flex a:nth-child(1) {
    background-image: url(../img/main-img-5.png);
}
.home_menu_btns .btns li.flex a:nth-child(2) {
    background-image: url(../img/main-img-6.png);
    background-size: 4.5rem;
}
.home_top {
    padding: 2rem 0;
}
.home_top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    border-radius: var(--border-ra);
    padding: 0 1.5rem;
    height: 11rem;
}
.home_top a.pink {
    background-color: #FFE7E6;
    background-image: url(../img/main-img-7.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 7.5rem;
    margin-bottom: 1.5rem;
}
.home_top a.blue {
    background-color: #DCEFF7;
    background-image: url(../img/main-img-8.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 7.5rem;
}
.home_top a p {
    font-size: 1.9rem;
    font-weight: 600;
    max-width: 70%;
}
.home_top a span {
    font-size: 1.6rem;
    color: #5C5D5D;
    display: block;
    max-width: 75%;
    line-height: 1.2;
}
.home_qna {
    padding-top: 2rem;
}
.home_qna .home_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_qna .home_tit a {
    font-size: 1.6rem;
    color: #585858;
}
.homeSwiper {
    margin-bottom: 1.5rem;
}
.homeSwiper .swiper-slide {
    width: fit-content;
    font-size: 1.6rem;
    color: #7E7E7E;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    border: .1rem solid #B9B9B9;
    background: #fff;
    letter-spacing: -1px;
}
.homeSwiper .swiper-slide.on {
    background: #617184;
    border-color: #617184;
    color: #fff;
    font-weight: 500;
}
.qna_box {
    background: #EFF0F4;
    margin-bottom: 1.5rem;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-ra);
}
.qna_box.open {
    background-color: #FFF3F3;
}
.qna_box .question_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qna_box.open .question_inner {
    padding-bottom: 2.5rem;
    border-bottom: .1rem solid #AEA9A9;
}
.qna_box .question_inner .que {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    max-width: 85%;
    word-break: break-all;
}
.qna_box.open .question_inner .que {
    color: #F72929;
    font-weight: 700;
}
.qna_box .question_inner .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-7.png) no-repeat center/contain;
}
.qna_box.open .question_inner .arrow {
    background-image: url(../img/arrow-4.png);
}
.qna_box .ans {
    display: none;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #5C5D5D;
    padding-top: 2.5rem;
}
.qna_box.open .ans {
    display: block;
}

/* sub1 */
.sub_top {
    padding-bottom: 2rem;
}
.sub_top .sub_tit {
    font-size: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub_top .sub_tit .ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/sub-icon-1.png) no-repeat center/contain;
}
.sub_top .blue_box {
    background: #EFF0F4;
    color: #60605F;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-ra);
}
.sub_main_title {
    padding-top: 2rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub_cont {
    font-size: 1.6rem;
    color: #60605F;
    line-height: 1.4;
    padding-bottom: 2rem;
}
.sub_title {
    font-size: 1.7rem;
    font-weight: 500;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
}
.sub_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.sub_tab .tab {
    width: calc(50% - .7rem);
    text-align: center;
    padding: 2rem 0;
    border-radius: 1rem;
    border: .1rem solid #BABABA;
    font-size: 1.7rem;
    color: #7A7A7A;
}
.sub_tab.b .tab {
    width: calc(100% / 3 - .7rem);
}
.sub_tab .tab.on {
    border-color: #F73131;
    background-color: #F73131;
    color: #fff;
    font-weight: 500;
}
.tab_contents_wrap {
    padding-bottom: 2rem;
}
.sub_tab_cont {
    display: none;
    background: #EFF0F4;
    padding: 2rem 1.5rem 0;
    border-radius: 1rem;
}
.sub_tab_cont.on {
    display: block;
}
.sub_tab_cont p {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.sub_tab_cont pre {
    font-size: 1.6rem;
    color: #5B5A5A;
    line-height: 1.4;
    padding-bottom: 2rem;
}
.red_link {
    font-size: 1.8rem;
    color: #fff;
    background: #F73131;
    border-radius: var(--border-ra);
    padding: 2.2rem 0;
    text-align: center;
    display: block;
    font-weight: 500;
    margin: 4rem 0 1.5rem;
}
.navy_link {
    font-size: 1.8rem;
    color: #fff;
    background: #617184;
    border-radius: var(--border-ra);
    padding: 2.2rem 0;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.navy_link.a {
    margin-top: 5rem;
}

/* sub1_a */
.sub_main_title.a {
    padding-top: 0;
}

/* docu_list */
.docu_list_tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.docu_list_tit strong {
    font-size: 2rem;
    font-weight: 700;
    color: #F72929;
}
.docu_list_btn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.docu_list_btn li {
    height: 21rem;
}
.docu_list_btn li a {
    display: block;
    height: 100%;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
}
.docu_list_btn li.pink a {
    background: #FFE7E6;
    background-image: url(../img/sub-img-3.png);
    background-position: 93% 70%;
    background-size: 11.5rem;
    background-repeat: no-repeat;
}
.docu_list_btn li.blue a {
    background: #DCEFF7;
    background-image: url(../img/sub-img-4.png);
    background-position: 93% 70%;
    background-size: 11.5rem;
    background-repeat: no-repeat;
}
.docu_list_btn li a p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.docu_list_btn li a p strong {
    font-size: 2rem;
    font-weight: 700;
    color: #F72929;
}
.docu_list_btn li a span {
    font-size: 1.6rem;
    color: #585B5B;
    line-height: 1.4;
}

/* docu_list_a */
.listSwiper .swiper-slide {
    width: fit-content;
    font-size: 1.7rem;
    color: #818181;
    padding: 1rem 1.5rem;
    border: .1rem solid #BBBBBB;
    border-radius: 2rem;
}
.listSwiper .swiper-slide.on {
    background: #617184;
    color: #fff;
    border-color: #617184;
}
.list_title {
    margin-top: 4rem;
    font-size: 1.9rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}
.list_title.b {
    margin-top: 0;
}
.common_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_list li {
    width: calc(50% - .7rem);
    background: #EFF0F4;
    border-radius: var(--border-ra);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 14rem;
    padding: 2rem .5rem;
}
.common_list li img {
    display: block;
    width: 7rem; height: 7rem;
    object-fit: contain;
}
.common_list li:first-child img {
    width: 9rem; height: 7rem;
}
.common_list li p {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.more_docu.b {
    margin-top: 1.5rem;
}
.more_docu li {
    background: #EFF0F4;
    border-radius: var(--border-ra);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.more_docu li img {
    display: block;
    width: 3.5rem; height: 3.5rem;
    object-fit: contain;
}
.more_docu li p {
    font-size: 1.7rem;
    font-weight: 600;
}
.list_sub_cont {
    font-size: 1.6rem;
    color: #6A6A6A;
    line-height: 1.4;
}

/* compare */
.nice-select .current {
    font-size: 1.6rem;
    font-weight: 600;
}
.top_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.compare_list_box {
    display: block;
    background: #fff;
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
}
.com_kind {
    font-size: 1.6rem;
    padding: .6rem 1rem;
    border-radius: 1rem;
    border: .1rem solid #F73B3B;
    display: block;
    width: fit-content;
    color: #F61E1E;
    font-weight: 600;
    margin-bottom: 1.3rem;
}
.com_kind.blue {
    color: #304FFF;
    border-color: #3452FF;
}
.com_name {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    word-break: break-all;
}
.com_company {
    font-size: 1.7rem;
    color: #888888;
    margin-bottom: 2.5rem;
}
.com_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com_btm > li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.com_btm .left {
    max-width: 54%;
    width: 100%;
}
.com_btm .left .btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com_btm .left .btm li {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.com_btm .right {
    max-width: 35%;
    width: 100%;
}
.com_btm .right .btm {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.com_btm > li > p {
    font-size: 1.6rem;
    color: #656565;
    font-weight: 500;
}
.com_btm > li .ico {
    display: block;
    width: 2rem; height: 2rem;
}
.com_btm .left .btm li:nth-child(1) .ico {
    background: url(../img/sub-icon-2.png) no-repeat center/contain;
}
.com_btm .left .btm li:nth-child(2) .ico {
    background: url(../img/sub-icon-3.png) no-repeat center/contain;
}
.com_btm .right .btm .ico {
    width: 1.9rem; height: 1.9rem;
    background: url(../img/sub-icon-4.png) no-repeat center/contain;
}
.com_btm .right .btm p {
    font-size: 1.5rem;
    font-weight: 500;
}
.com_cont {
    font-size: 1.6rem;
    color: #5B5B5B;
    line-height: 1.4;
    display: block;
    margin-top: 4rem;
}
.com_cont .point3 {
    font-size: 1.7rem;
    font-weight: 600;
}

/* insu_test */
.insu_test_box {
    margin-top: 4rem;
}
.test_page {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.test_tit {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.test_title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.input_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4rem;
    flex-wrap: wrap;
}
.gender_box label {
    width: calc(50% - .7rem);
    display: block;
}
.gender_box label span {
    display: block;
    text-align: center;
    border: .1rem solid #DBDBDB;
    color: #838383;
    padding: 2rem 0;
    border-radius: var(--border-ra);
    font-size: 1.8rem;
}
.age_box label {
    width: calc(100% / 3 - .7rem);
    display: block;
    margin-bottom: 1.3rem;
}
.age_box label span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    border: .1rem solid #DBDBDB;
    color: #838383;
    padding: 2rem 0;
    border-radius: var(--border-ra);
}
.input_box input[type="radio"] {
    display: none;
}
.gender_box input[type="radio"]:checked + span {
    background-color: #FFEBEB;
    color: #F62020;
    border-color: #F72B2B;
}
.age_box input[type="radio"]:checked + span {
    background-color: #FFEBEB;
    color: #F62020;
    border-color: #F72B2B;
}
.submit_btn_box {
    background: #fff;
    position: fixed;
    left: 50%; bottom: 1.5rem;
    transform: translateX(-50%);
    width: 100%;
}
.test_submit {
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    display: block;
    width: 90%;
    padding: 2rem 0;
    border-radius: var(--border-ra);
    background: #617184;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}
.test_qna_box {
    border: .1rem solid #D9D9D9;
    border-radius: var(--border-ra);
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}
.test_qna_box.last {
    margin-bottom: 5rem;
}
.test_qna_box .qna_tit_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.test_qna_box.on .qna_tit_box {
    padding-bottom: 1.5rem;
    border-bottom: .1rem solid #D9D9D9;
}
.test_qna_box .qna_tit_box .left {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.test_qna_box .qna_tit_box .left p {
    font-size: 1.7rem;
    color: #7F7F7F;
}
.test_qna_box .qna_tit_box .left .ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/sub-icon-5.png) no-repeat center/contain;
}
.test_qna_box .qna_tit_box .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-8.png) no-repeat center/contain;
}
.test_qna_box.on .qna_tit_box .arrow {
    background-image: url(../img/arrow-9.png);
}
.test_qna_box .ans {
    display: none;
}
.test_qna_box.on .ans {
    display: block;
    padding-top: 1.5rem;
    font-size: 1.7rem;
    color: #7F7F7F;
    line-height: 1.4;
    word-break: break-all;
}
.loading_cont {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.loading_cont .loading_ico {
    display: block;
    height: 7rem;
    object-fit: contain;
    margin-bottom: 2.5rem;
}
.loading_cont p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.loading_cont p strong {
    font-size: 2rem;
    font-weight: 700;
    color: #FF3636;
}
.loading_cont span {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    color: #7B7B7B;
    margin-bottom: 6rem;
}
.loading_cont .load_bar_box {
    position: relative;
    text-align: center;
}
.loading_cont .load_bar {
    position: absolute;
    left: 50%; top: 0;
    transform: translateX(-50%);
    width: 70%;
    background: #EFF0F4;
    height: .7rem;
    border-radius: 1rem;
}
.loading_cont .load_bar:after {
    display: block;
    content: '';
    position: absolute;
    left: 0; top: 0;
    background: #FF3636;
    width: 0; height: .7rem;
    border-radius: 1rem;
    animation: load 5s linear;
    animation-fill-mode: both;
}
@keyframes load {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
.test_result_tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.test_result_tit strong {
    color: #FF3636;
    font-size: 2rem;
    font-weight: 700;
}
.result_item {
    display: block;
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: var(--border-ra);
    padding: 2.5rem 1.5rem;
}
.test_re {
    display: block;
    position: absolute;
    left: 50%; bottom: 2rem;
    transform: translateX(-50%);
    background: #617184;
    font-size: 1.9rem;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
    border-radius: var(--border-ra);
    width: 90%;
}

/* hospi_list */
.search_box {
    border: .1rem solid #BDBDBD;
    padding: 0 2rem;
    border-radius: var(--border-ra);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.search_box input {
    display: block;
    padding: 1.5rem 0;
    width: 80%;
    font-size: 1.7rem;
}
.search_box input::placeholder {
    color: #868686;
}
.search_box input:focus {
    outline: none;
}
.search_box .search_btn {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/search.png) no-repeat center/contain;
}
.search_result li {
    background: #EFF0F4;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
    margin-bottom: 1.5rem;
}
.search_result li .hospi_name {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    word-break: break-all;
    line-height: 1.2;
}
.search_result li .location {
    font-size: 1.6rem;
    color: #5E5E5D;
    line-height: 1.3;
    max-width: 90%;
    margin-bottom: 1.5rem;
}
.search_result li .number {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border: .1rem solid #DBDBDC;
    padding: 1rem 1.5rem;
    width: fit-content;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 1.5rem;
}
.search_result li .number .call_ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/call.png) no-repeat center/contain;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
}
.pagination strong {
    font-size: 1.6rem;
    font-weight: 700;
}
.pagination a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #9F9F9F;
}
.pagination .prev {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
    transform: rotate(180deg);
}
.pagination .next {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
}
.search_none {
    font-size: 1.9rem;
    font-weight: 700;
    background: #fff !important;
    text-align: center;
    margin-top: 10rem;
}
.search_none span {
    display: block;
    font-size: 1.7rem;
    color: #838383;
    margin-top: 1.5rem;
}

/* sub4 */
.sub4_tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub4_tit.mt {
    margin-top: 2rem;
}
.sub4_tit.pt {
    padding-top: 2rem;
}
.sub4_tit strong {
    color: #F72828;
    font-size: 2rem;
    font-weight: 700;
}
.color_box {
    background: #EFF0F4;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-ra);
}
.color_box.pink_box {
    background: #FFF3F3;
    margin-bottom: 2rem;
}
.color_box.blue_box {
    margin-bottom: 1.5rem;
}
.color_box > p {
    font-size: 1.8rem;
    color: #5F6F82;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.color_box.pink_box > p {
    color: #F72F2F;
}
.color_box .list li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.color_box .list li:last-child {
    margin-bottom: 0;
}
.color_box .list li p {
    font-size: 1.7rem;
    font-weight: 600;
    width: 10rem;
}
.color_box .list li span {
    font-size: 1.6rem;
    color: #5F6060;
    letter-spacing: -1px;
}
.sub4_sub {
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1rem 0;
}
.sub_link_btn {
    display: block;
    background: #617184;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: var(--border-ra);
    margin-top: 2rem;
}

/* qna */
.qnaSwiper {
    margin-bottom: 2rem;
}
.qnaSwiper .swiper-slide {
    width: fit-content;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    color: #828282;
    border: .1rem solid #DADADA;
    border-radius: 2rem;
}
.qnaSwiper .swiper-slide.on {
    background: #617184;
    border-color: #617184;
    color: #fff;
    font-weight: 500;
}