* {
    box-sizing: border-box;
}
main {
    padding: 6rem 0rem 12rem;
}
:root {
    --border-ra: 1.3rem;
}
#menu-panel200 {
    z-index: 1 !important;
    display: none !important;
}
iframe {
    display: none !important;
}

/* index */
#indexLoadImg {
    position: relative;
    width: 100%; min-height: 100vh;
}
#indexLoadImg .logo {
    display: block;
    height: 26rem;
    position: absolute;
    left: 50%; top: 20%;
    transform: translateX(-50%);
}


/* header */
#homeWrap header .sub_header {
    display: none;
}
#wrap header .sub_header {
    display: flex;
}
#wrap header .home_header {
    display: none;
}
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    background: #fff;
    padding: 0 1.5rem;
    z-index: 999;
}
header.on {
    background: #F7F7F7;
}
header > div {
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
}
header a {
    display: block;
    height: 2.5rem;
}
header a img {
    display: block;
    height: 100%;
}
header .sub_header {
    position: relative;
}
header .sub_header h1 {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: 600;
}
header .txt_header {
    justify-content: center;
}
header .back {
    position: absolute;
    left: 1.5rem; top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/back.png) no-repeat center/contain;
    z-index: 9999;
}
header .txt_header h1 {
    font-size: 1.8rem;
    font-weight: 600;
}

/* home */
.home_main_banner {
    position: relative;
}
.home_main_banner img {
    display: block;
    width: 100%;
}
.home_main_banner .cont_box {
    position: absolute;
    left: 1.5rem; top: 2rem;
}
.home_main_banner .cont_box .title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.home_main_banner .cont_box .title strong {
    font-size: 2.2rem;
    font-weight: 800;
    color: #974CFF;
}
.home_main_banner .cont_box > p {
    font-size: 1.7rem;
    color: #494456;
    letter-spacing: -1px;
    margin-bottom: 2.5rem;
}
.home_main_banner .cont_box a {
    display: flex;
    align-items: center;
    gap: .8rem;
    background: linear-gradient(to right, #9C63FF, #AC32FF);
    width: fit-content;
    padding: 1.2rem 1.3rem;
    border-radius: 2.5rem;
}
.home_main_banner .cont_box a .loca_ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/main-icon-1.png) no-repeat center/contain;
}
.home_main_banner .cont_box a p {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
}
.home_mid {
    margin: 4rem 1.5rem;
}
.title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333;
}
.home_mid .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.home_mid .list li {
    width: calc(100% / 4 - .7rem);
}
.home_mid .list li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}
.home_mid .list li a .top_img {
    width: 100%;
    height: 8rem;
    background-color: #F7F7F7;
    border-radius: var(--border-ra);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.5rem;
}
.home_mid .list li:nth-child(1) a .top_img {
    background-image: url(../img/main-icon-3.png);
    background-size: 4.7rem;
}
.home_mid .list li:nth-child(2) a .top_img {
    background-image: url(../img/main-icon-4.png);
    background-size: 5rem;
}
.home_mid .list li:nth-child(3) a .top_img {
    background-image: url(../img/main-icon-5.png);
}
.home_mid .list li:nth-child(4) a .top_img {
    background-image: url(../img/main-icon-6.png);
}
.home_mid .list li a p {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.home_mid .shadow_list {
    margin-bottom: 1.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_mid .shadow_list li {
    width: calc(50% - 1rem);
    height: 17rem;
}
.home_mid .shadow_list li a {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: var(--border-ra);
    height: 100%;
}
.home_mid .shadow_list li a img {
    display: block;
    height: 5.5rem;
}
.home_mid .shadow_list li:last-child a img {
    height: 6rem;
}
.home_mid .shadow_list li a h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .7rem;
}
.home_mid .shadow_list li a span {
    font-size: 1.7rem;
    color: #6D6B7B;
    letter-spacing: -1px;
}
.home_mid .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.2rem 1.5rem;
    border-radius: var(--border-ra);
    background: linear-gradient(to right, #9C63FF, #AC31FF);
}
.home_mid .link p {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}
.home_mid .link .arrow_ico {
    display: block;
    width: 2.6rem; height: 2.6rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
}
.home_list {
    padding: 0 1.5rem;
}
.home_list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_list .title a {
    font-size: 1.7rem;
    color: #6A6A6A;
    font-weight: 500;
}
.home_list .list {
    background: #F7F7F7;
    border-radius: var(--border-ra);
}
.home_list .list .none a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
    gap: .7rem;
}
.home_list .list .none a .more_ico {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/main-icon-2.png) no-repeat center/contain;
}
.home_list .list .none a p {
    font-size: 1.7rem;
    font-weight: 500;
}

/* footer */
footer {
    position: fixed;
    left: 0; bottom: 0;
    background: #fff;
    height: 11rem; width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}
#wrap footer {
    background: #F7F7F7;
}
footer .footer_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; height: 7rem;
    background: #EDEBEE;
    border-radius: 3.5rem;
    padding: 0 1.5rem;
}
footer .footer_box li {
    width: calc(100% / 4);
}
footer .footer_box li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    align-items: center;
    width: 100%;
    height: 5rem;
}
footer .footer_box li.on a {
    background: #9A51FF;
    border-radius: 3rem;
}
footer .footer_box li a img {
    display: block;
    height: 2rem;
    object-fit: contain;
}
footer .footer_box li a p {
    font-size: 1.5rem;
    color: #929099;
}
footer .footer_box li.on a p {
    color: #fff;
}

/* hospi_search */
.search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    border: .1rem solid #B0AEB7;
    background: #fff;
    border-radius: var(--border-ra);
    margin-bottom: 1.5rem;
}
.search_box input {
    font-size: 1.6rem;
    padding: 1.8rem 0;
    width: 80%;
}
.search_box input:focus {
    outline: none;
}
.search_box .submit {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/search.png) no-repeat center/contain;
}
.select_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.select_box select {
    width: calc(50% - .7rem);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-color: #EDEBF3;
    padding: 1.5rem;
    border-radius: var(--border-ra);
    font-size: 1.6rem;
    color: #443F5B;
    font-weight: 700;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 1.3rem;
    background-color: #fff;
}
.select_box select option {
    font-size: 1.6rem;
    color: #333;
}
.search_inner {
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: var(--border-ra);
    padding: 2.3rem 1.5rem;
    border: .1rem solid #E8E6EF;
}
.search_inner .search_name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.3rem;
}
.search_inner .search_address {
    display: block;
    font-size: 1.6rem;
    color: #5F5F5F;
    margin-bottom: 1.3rem;
}
.search_inner .search_num {
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
    border-radius: var(--border-ra);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: .1rem solid #C7C7C7;
    width: fit-content;
}
.search_inner .search_num .phone_ico {
    display: block;
    background: url(../img/call-icon.png) no-repeat center/contain;
    width: 2rem; height: 2rem;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    gap: .7rem;
}
.pagination a {
    font-size: 1.7rem;
    color: #868686;
    padding: .7rem;
    display: block;
}
.pagination span,
.pagination .active {
    font-size: 1.7rem;
    color: #fff;
    background: linear-gradient(to right, #9C61FF, #AA36FF);
    display: block;
    padding: .7rem 1.3rem;
    border-radius: .8rem;
}
.pagination .next {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/arrow-on-2.png) no-repeat center/contain;
    margin-left: 1rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: .7rem;
}
.pagination .next.none {
    background-image: url(../img/arrow-off-2.png);
}
.pagination .prev {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/arrow-on-1.png) no-repeat center/contain;
    margin-right: 1rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: .7rem;
}
.pagination .prev.none {
    background-image: url(../img/arrow-off-1.png);
}
.search_none_box {
    text-align: center;
    padding-top: 8rem;
}
.search_none_box p {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.search_none_box span {
    font-size: 1.6rem;
    color: #706E7D;
}

/* all_list */
#searchBtn {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/search.png) no-repeat center/contain;
}
.selectWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.selectWrap select {
    width: calc(50% - .7rem);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-color: #EDEBF3;
    padding: 1.5rem;
    border-radius: var(--border-ra);
    font-size: 1.6rem;
    color: #443F5B;
    font-weight: 700;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 1.3rem;
    background-color: #fff;
}
.selectWrap select option {
    font-size: 1.6rem;
    color: #333;
}
#resultContainer > a {
    display: block;
    background: #fff;
    margin-bottom: 1.5rem;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-ra);
}
#resultContainer a .name {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    word-break: break-all;
}
#resultContainer a .address {
    font-size: 1.6rem;
    color: #5D5D5D;
    line-height: 1.3;
    word-break: break-all;
    margin-bottom: 1rem;
}
#resultContainer a .callBtn {
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
    border-radius: var(--border-ra);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: .1rem solid #C7C7C7;
    width: fit-content;
}
#resultContainer a .callBtn .tel_ico {
    display: block;
    background: url(../img/call-icon.png) no-repeat center / contain;
    width: 2rem;
    height: 2rem;
}
.dutyName {
    font-size: 2rem;
    font-weight: 700;
    padding: 2rem 1.5rem 3rem;
    color: #333;
}
.detail.p_d {
    padding: 0 1.5rem;
}
.detail.p_d p.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.detail.p_d p.flex b {
    font-size: 1.6rem;
    color: #6D6B7B;
    font-weight: 500;
    display: block;
    width: 25%;
}
.detail.p_d p.flex span {
    font-size: 1.6rem;
    font-weight: 500;
    word-break: break-all;
    width: 74%;
    line-height: 1.3;
}
.detail.p_d h3 {
    font-size: 1.6rem;
    color: #6D6B7B;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.time_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.time_box p {
    width: calc(50% - .7rem);
    background: #F7F7F7;
    padding: 1.5rem 2rem;
    margin-bottom: 1.3rem;
    border-radius: var(--border-ra);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    color: #706E7D;
    font-weight: 500;
}
.time_box p.sun .color{
    color: #F41515;
    font-size: 1.6rem;
    font-weight: 500;
}
.time_box p.rest .color {
    color: #166FF1;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -1px;
}
.time_box p .pd {
    padding-left: .7rem;
}
.time_box p span {
    font-size: 1.6rem;
}
.mapWrap h3 {
    padding: 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.5rem;
}
.mapWrap h3 .map_ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/map.png) no-repeat center/contain;
}
.linkBtn {
    display: block;
    margin: 2rem 1.5rem 0;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: var(--border-ra);
    background: linear-gradient(to right, #9C62FF, #AC31FF);
}

/* clinic_record */
.record_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.record_title a {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.record_title a .add_ico {
    display: block;
    width: 2.3rem; height: 2.3rem;
    background: url(../img/main-icon-2.png) no-repeat center/contain;
}
#record_form select {
    width: calc(50% - .7rem);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-color: #EDEBF3;
    padding: 1.5rem;
    border-radius: var(--border-ra);
    font-size: 1.6rem;
    color: #443F5B;
    font-weight: 700;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 1.3rem;
    margin-bottom: 3rem;
    background-color: #fff;
}
#record_form select option {
    font-size: 1.6rem;
    color: #333;
}
.list_none {
    display: none; 
    padding: 12rem 0;
    text-align: center;
}
.list_none p {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.list_none span {
    font-size: 1.6rem;
}
.record_list li {
    position: relative;
    border: .1rem solid #EAEAEC;
    padding: 2.5rem 1.5rem;
    background: #fff;
    margin-bottom: 1.5rem;
    border-radius: var(--border-ra);
}
.record_list li .hospi_name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}
.record_list li .ico_box {
    position: absolute;
    right: 1.5rem; top: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.record_list li .modify_ico {
    display: block;
    width: 3rem; height: 3rem;
    background: url(../img/sub-icon-1.png) no-repeat center/contain;
}
.record_list li .delete_ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/delete.png) no-repeat center/contain;
}
.record_list li .record_date {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #686676;
}
.record_list li .record_kind {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}
.record_list li .record_kind span {
    font-size: 1.7rem;
    color: #9344FF;
    font-weight: 500;
    display: block;
    padding: 1rem 2rem;
    border-radius: 2rem;
    background: #F0EDF9;
}
.record_list li .cont_box.btm {
    margin-top: 3rem;
}
.record_list li .cont_box p {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.record_list li .cont_box pre {
    font-size: 1.6rem;
    color: #686676;
    line-height: 1.3;
}

/* clinic_add */
#add_form {
    padding: 1rem 1.5rem;
}
#add_form .hospi_name_box {
    margin-bottom: 4rem;
}
#add_form .hospi_name_box h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
#add_form .hospi_name_box h2 a {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: 1.6rem;
}
#add_form .hospi_name_box h2 a .arrow_ico {
    display: block;
    width: 2.3rem; height: 2.3rem;
    background: url(../img/arrow-4.png) no-repeat center/contain;
}
#add_form .hospi_name_box input {
    border: .1rem solid #EAEAEC;
    font-size: 1.6rem;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
    display: block;
    width: 100%;
}
#add_form .hospi_name_box input::placeholder {
    color: #A0A0A0;
}
#add_form .hospi_name_box h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.hospi_date_box {
    margin-bottom: 4rem;
}
.hospi_date_box h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.hospi_date_box .input_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hospi_date_box .input_box label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .1rem solid #E9E9EC;
    background: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    color: #333;
    padding: 0 1.5rem;
    border-radius: var(--border-ra);
}
.hospi_date_box .input_box label:nth-child(1) {
    width: 40%;
}
.hospi_date_box .input_box label:nth-child(2),
.hospi_date_box .input_box label:nth-child(3) {
    width: 26%;
}
.hospi_date_box .input_box label input {
    display: block;
    width: 90%;
    padding: 1.5rem 0;
    font-size: 1.7rem;
}
.hospi_date_box .input_box label input::placeholder {
    color: #A5A5A5;
}
.hospi_date_box .input_box label input:focus {
    outline: none;
}
.hospi_kind_box {
    margin-bottom: 4rem;
}
.hospi_kind_box h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.hospi_kind_box .hospi_kind {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.hospi_kind_box .hospi_kind li {
    width: fit-content;
    font-size: 1.6rem;
    color: #828282;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    background: #fff;
    border: .1rem solid #E9E9EC;
}
.hospi_kind_box .hospi_kind li.choice {
    background: #9A51FF;
    border-color: #9A51FF;
    color: #fff;
}
.hospi_cont_box {
    margin-bottom: 4rem;
}
.hospi_cont_box h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.hospi_cont_box #hospi_cont {
    resize: none;
    width: 100%;
    height: 17rem;
    border-color: #E9E9EC;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
}
.hospi_memo_box {
    margin-bottom: 4rem;
}
.hospi_memo_box h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.hospi_memo_box #hospi_memo {
    resize: none;
    width: 100%;
    height: 17rem;
    border-color: #E9E9EC;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
}
textarea::placeholder {
    color: #A0A0A0;
}
#add_form .submit {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: var(--border-ra);
    background: linear-gradient(to right, #9C62FF, #AC31FF);
}
#add_form .submit.non {
    background: #D4D4D6;
    pointer-events: none;
}

/* commono_sense */
.senseSwiper {
    margin-bottom: 2rem;
}
.senseSwiper .swiper-slide {
    width: fit-content;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    border: .1rem solid #E4E4E7;
    background: #fff;
    border-radius: 2rem;
}
.senseSwiper .swiper-slide.on {
    background: #9A51FF;
    border-color: #9A51FF;
    color: #fff;
}
.search_box.sense {
    margin-bottom: 3rem;
}
.search_box.sense input::placeholder {
    color: #9E9E9E;
}
.sense_list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.sense_list li {
    background: #fff;
    position: relative;
    padding: 2.5rem 1.5rem;
    border: .1rem solid #D5D5D5;
    border-radius: var(--border-ra);
}
.sense_list li > a {
    display: block;
}
.sense_list li a .more_btn {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-size: 1.6rem;
    font-weight: 500;
    position: absolute;
    right: 1.5rem; top: 2.2rem;
}
.sense_list li a span .more_arrow {
    display: block;
    width: 2.3rem; height: 2.3rem;
    background: url(../img/arrow-4.png) no-repeat center/contain;
}
.sense_list li .type {
    font-size: 1.6rem;
    color: #9344FF;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}
.sense_list li .title {
    font-size: 2rem;
    font-weight: 700;
}
.sense_list li .cont {
    line-height: 1.4;
    font-size: 1.6rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #777584;
}
.no-results {
    padding-top: 8rem;
    text-align: center;
}
.no-results p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #555;
    padding-bottom: 1rem;
}
.no-results span {
    font-size: 1.6rem;
    color: #747281;
}

/* sense_detail */
.sense_detail_title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sense_detail_bold {
    font-size: 1.6rem;
    color: #9344FF;
    background: #F0EDF9;
    width: fit-content;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.sense_detail_cont {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #6A6878;
    padding: 1.7rem 1.5rem;
    border-radius: var(--border-ra);
    background: #F7F7F7;
    margin-bottom: 4rem;
}
.sense_detail_cont.c1 {
    background: transparent;
    padding: 0;
}
.sen_link_btn {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    padding: 2.5rem 0;
    border-radius: var(--border-ra);
    background: linear-gradient(to right, #9C62FF, #AC31FF);
}

/* sub1 */
.sub_top_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.sub_top_tab li {
    width: calc(100% / 3);
}
.sub_top_tab li a {
    display: block;
    font-size: 1.6rem;
    color: #9F9F9F;
    text-align: center;
    border-bottom: .1rem solid #DDDDE1;
    padding-bottom: 1.5rem;
}
.sub_top_tab li a.on {
    color: #984EFF;
    font-weight: 500;
    border-color: #9A51FF;
}
.sub1_cont_sec {
    background: #F7F7F7;
    padding: 3rem 1.5rem;
    min-height: 100vh;
}
.sub1_cont_sec .list li {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: #fff;
    border: .1rem solid #DCDCE0;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
}
.sub1_cont_sec .list li p {
    font-size: 1.6rem;
    color: #fff;
    background: #9A51FF;
    width: 2.5rem; height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub1_cont_sec .list li pre {
    max-width: 88%;
    font-size: 1.6rem;
    line-height: 1.4;
    word-break: break-all;
}
.sub1_cont_sec .list li pre .point3 {
    font-size: 1.6rem;
    color: #9549FF;
    font-weight: 600;
}
.sub_link {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 600;
    padding: 2.5rem 0;
    border-radius: var(--border-ra);
    background: linear-gradient(to right, #9C62FF, #AC31FF);
    margin-top: 5rem;
}
.sub2_img_box {
    background-color: #fff;
    height: 17rem;
    border-radius: var(--border-ra);
    background-image: url(../img/sub-img-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22rem;
    margin-bottom: 2rem;
}
.sub_cont {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #6E6C7B;
}

/* sub3 */
.sub3_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    gap: 1.5rem;
}
.sub3_list li .left {
    font-size: 1.6rem;
    color: #fff;
    background: #9A51FF;
    border-radius: var(--border-ra);
    padding: 1.5rem 2rem;
}
.sub3_list li .right {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #6E6C7B;
}
.sleep_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sleep_tab li {
    width: calc(100% / 3 - 1rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.sleep_tab li .img_box {
    background-color: #fff;
    border-radius: var(--border-ra);
    height: 11rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5rem;
}
.sleep_tab li:nth-child(1) .img_box {
    background-image: url(../img/sub-icon-2.png);
}
.sleep_tab li.on:nth-child(1) .img_box {
    background-image: url(../img/sub-icon-5.png);
}
.sleep_tab li:nth-child(2) .img_box {
    background-image: url(../img/sub-icon-3.png);
    background-size: 4.5rem;
}
.sleep_tab li.on:nth-child(2) .img_box {
    background-image: url(../img/sub-icon-6.png);
}
.sleep_tab li:nth-child(3) .img_box {
    background-image: url(../img/sub-icon-4.png);
}
.sleep_tab li.on:nth-child(3) .img_box {
    background-image: url(../img/sub-icon-7.png);
}
.sleep_tab li p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #716F7E;
}
.sleep_tab li.on p {
    color: #9A51FF;
    font-weight: 700;
}
.tab_contents_wrap {
    margin-top: 3rem;
}
.sub3_cont {
    display: none;
    background: #fff;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #716F7E;
}
.sub3_cont.on {
    display: block;
}
.sub3_cont strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
}
.sub4_img {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
}

/* sub4 */
.sub4Swiper .swiper-slide {
    background: #F7F7F7;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-ra);
}
.sub4Swiper .swiper-slide .tit {
    font-size: 1.6rem;
    color: #9B52FF;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub4Swiper .swiper-slide img {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
}
.sub4Swiper .swiper-slide pre {
    font-size: 1.6rem;
    color: #666374;
    line-height: 1.4;
}
.sub4Swiper .swiper-slide pre span {
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
}

/* sub5 */
.sub5_title {
    font-size: 1.9rem;
    font-weight: 600;
    color: #333;
    border-bottom: .1rem solid #DDDDE1;
    padding-bottom: 2rem;
    margin: 4rem 0 2rem;
}
.sub5_title.t1 {
    margin: 1rem 0 2rem;
}
.sub5_box {
    padding-bottom: 1rem;
}
.sub5_box .sub5_que {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.sub5_box.open .sub5_que {
    color: #9244FF;
    font-weight: 700;
}
.sub5_box.open .sub5_que .arrow {
    background-image: url(../img/arrow-3.png);
}
.sub5_box .sub5_que .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
}
.sub5_box .sub5_ans {
    display: none;
    font-size: 1.6rem;
    line-height: 1.4;
    background: #F7F7F7;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
    color: #757382;
    margin-bottom: 3rem;
}
.sub5_box.open .sub5_ans {
    display: block;
}

/* sub6 */
.sub6_top_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.sub6_top_tab li {
    width: 50%;
}
.sub6_top_tab li a {
    display: block;
    font-size: 1.6rem;
    color: #9F9F9F;
    text-align: center;
    border-bottom: .1rem solid #DDDDE1;
    padding-bottom: 1.5rem;
}
.sub6_top_tab li a.on {
    color: #984EFF;
    font-weight: 500;
    border-color: #9A51FF;
}
.sub6_title {
    font-size: 1.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}
.sub6_bold {
    font-size: 1.7rem;
    color: #9446FF;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sub6_cont {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #6B6979;
    padding-bottom: 3rem;
}
/* sub7 */
.sub7_title {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0 1.5rem;
    color: #333;
}
.sub7_title.top {
    margin: 5rem 0 1.5rem;
}

/* sub8 */
.sub8_cont {
    font-size: 1.6rem;
    color: #696777;
    padding: 1rem 0 4rem;
    line-height: 1.4;
    word-break: break-all;
}
.sub8_cont strong {
    font-size: 1.6rem;
    color: #9345FF;
    font-weight: 600;
}
.sub8_tab {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.sub8_tab li {
    width: fit-content;
    font-size: 1.7rem;
    color: #737373;
    border: .1rem solid #DBDBDF;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
}
.sub8_tab li.on {
    background: #9A51FF;
    border-color: #9A51FF;
    color: #fff;
}
.tab_contents_wrap.sub8 {
    margin-top: 2rem;
}
.sub8_cont_box {
    background: #F7F7F7;
}
.sub8_tit {
    font-size: 2rem;
    font-weight: 700;
    margin: 4rem 0 1.5rem;
    color: #333;
}
.sub8_list li {
    background: #F0EDF9;
    text-align: center;
    font-size: 1.7rem;
    color: #9A51FF;
    font-weight: 600;
    padding: 2rem 0;
    border-radius: var(--border-ra);
    margin-bottom: 1.5rem;
}