@charset "utf-8";

@import url("_base.css");

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body.noneScroll {
    overflow: hidden;
}

.marketing img {
    width: 100%;
}

.terms {
    padding: 20px 16px;
}
.terms h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.terms .item {
    margin-bottom: 40px;
}
.terms p {
    margin-bottom: 10px;
    line-height: 23px;
}
.terms ul > li {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    list-style: none;
    line-height: 22px;
}
.terms ul ul {
    margin-top: 10px;
    margin-bottom: 15px;
}
.terms .indent {
    margin-left: 20px !important;
}
.terms .index {
    padding: 20px 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.terms .index dt {
    margin-bottom: 5px;
    font-weight: 500;
}
.terms .index dd {
    padding: 4px 0;
}
.terms .index dd a {
    text-decoration: underline;
}
.terms-identity {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.terms-identity .terms {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.terms-identity .terms-tabmenu {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ddd;
}
.terms-identity .terms-tabmenu ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.terms-identity .terms-tabmenu ul li {
    float: left;
    padding: 0 10px;
    list-style: none;
}
.terms-identity .terms-tabmenu ul li a {
    display: inline-block;
    padding: 2px 0;
    text-decoration: none;
}
.terms-identity .terms iframe {
    width: 100%;
    border: none;
    display: block;
    flex: 1;
}

.diagnosis {
    padding: 16px 0;
}
.diagnosis .charge-specification {
    margin-top: 20px;
    padding: 0 16px;
}
.diagnosis .charge-specification .item {
    display: flex;
    justify-content: space-between;
}
.diagnosis .charge-specification .section1 {
    border-bottom: 2px solid #382db3;
}
.diagnosis .charge-specification .section1 > li {
    margin-top: 12px;
}
.diagnosis .charge-specification .section1 > li:first-child {
}
.diagnosis .charge-specification .section1 > li > .item {
    padding: 13px 12px 13px 0;
}
.diagnosis .charge-specification .section1 > li > .item .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.diagnosis .charge-specification .section1 > li > .item .title i {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #4b3edb;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 3px;
}
.diagnosis .charge-specification .section1 > li > .item .amount {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.diagnosis .charge-specification .section2 {
}
.diagnosis .charge-specification .section2 > li {
}
.diagnosis .charge-specification .section2 > li:first-child {
    border-top: 1px solid #382db3;
}
.diagnosis .charge-specification .section2 > li > .item {
    padding: 12px;
    background: #f8f6ff;
}
.diagnosis .charge-specification .section2 > li > .item .title {
    position: relative;
    z-index: 100;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #2c2f35;
}
.diagnosis .charge-specification .section2 > li > .item .amount {
    font-size: 13px;
    color: #5a6375;
}
.diagnosis .charge-specification .section3 {
}
.diagnosis .charge-specification .section3 > li > .item {
    padding: 10px 12px 10px 12px;
}
.diagnosis .charge-specification .section3 > li > .item .title {
    font-size: 14px;
    color: #474d58;
}
.diagnosis .charge-specification .section3 > li > .item .amount {
    font-size: 14px;
    color: #474d58;
}
.diagnosis .charge-specification .item.link-modal {
    cursor: pointer;
}
.diagnosis .charge-specification .item.link-modal .title {
    position: relative;
    padding-right: 10px;
    color: #2a67ff !important;
}
.diagnosis .charge-specification .item.link-modal .title:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    width: 4px;
    height: 8px;
    background: url("/assets/mobile/images/ic_arrow_right_blue_line.svg")
        no-repeat;
    background-size: 4px 8px;
}
.diagnosis .charge-specification .item.link-modal .amount {
    color: #2a67ff !important;
}

.diagnosis .summary-section {
    margin-top: 40px;
    padding: 0 16px;
}
.diagnosis .summary-section .item {
}
.diagnosis .summary-section .item .title {
    position: relative;
    z-index: 100;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #737880;
}
.diagnosis .summary-section .item .title:before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e4e6ea;
}
.diagnosis .summary-section .item .title span {
    display: inline-block;
    padding-right: 8px;
    background: #fff;
    font-weight: 500;
    font-size: 13px;
    color: #7f899c;
}
.diagnosis .summary-section .item .box {
    border: 1px solid #e4e6ea;
    border-radius: 16px;
    background: #f9fafc;
}
.diagnosis .summary-section .summary .box {
    padding: 12px 0;
}
.diagnosis .summary-section .summary ul {
    display: flex;
}
.diagnosis .summary-section .summary ul li {
    flex: 1;
    text-align: center;
    border-left: 1px solid #e4e6ea;
}
.diagnosis .summary-section .summary ul li:first-child {
    border-left: 0;
}
.diagnosis .summary-section .summary ul li .txt {
    display: block;
    line-height: 18px;
    color: #2c2f35;
    font-weight: 400;
}
.diagnosis .summary-section .summary ul li .amount {
    display: block;
    margin-top: 5px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.diagnosis .summary-section .summary ul li.total .txt i {
    display: inline-block;
    border-radius: 18px;
    background: #4b3edb;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    vertical-align: middle;
    font-weight: 700;
}
.diagnosis .summary-section .summary ul li.monthly .amount {
    color: #2a67ff;
}
.diagnosis .summary-section .summary ul li.monthly .amount span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.diagnosis .summary-section .summary ul li.monthly .amount span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 14px;
    height: 14px;
    background: url("/assets/mobile/images/ic_amount_down.svg") no-repeat;
}
.diagnosis .summary-section .analysis {
    margin-top: 20px;
}
.diagnosis .summary-section .analysis .box {
    padding: 20px 0;
}
.diagnosis .summary-section .analysis ul {
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
}
.diagnosis .summary-section .analysis ul li {
    position: relative;
    text-align: center;
    padding-top: 32px;
    width: 25%;
    box-sizing: border-box;
}
.diagnosis .summary-section .analysis ul li .txt {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #2c2f35;
}
.diagnosis .summary-section .analysis ul li .icon {
    overflow: hidden;
    position: absolute;
    left: calc(50% - 12px);
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -3000px;
}
.diagnosis .summary-section .analysis ul li .icon.good {
    background-image: url("/assets/mobile/images/ic_diagnosis_good.svg");
}
.diagnosis .summary-section .analysis ul li .icon.normal {
    background-image: url("/assets/mobile/images/ic_diagnosis_normal.svg");
}
.diagnosis .summary-section .analysis ul li .icon.bad {
    background-image: url("/assets/mobile/images/ic_diagnosis_bad.svg");
}

.diagnosis .user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    padding: 0 16px;
}
.diagnosis .user-info .user-details {
}
.diagnosis .user-info .user-details h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
.diagnosis .user-info .user-details .phone-info {
    margin-top: 8px;
    font-size: 14px;
    color: #474d58;
}
.diagnosis .user-info .status-icon {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #fafafa;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center center;
}
.diagnosis .user-info .status-icon.good {
    background-image: url("../images/ic_emoji_good.svg");
}
.diagnosis .user-info .status-icon.normal {
    background-image: url("../images/ic_emoji_normal.svg");
}
.diagnosis .user-info .status-icon.bad {
    background-image: url("../images/ic_emoji_bad.svg");
}
.diagnosis .result-txt {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #474d58;
    padding: 0 16px;
}

.diagnosis .period {
    padding: 0 16px;
}
.diagnosis .period .nav {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.diagnosis .period .nav button {
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 34px;
    border: 0;
    background-color: transparent;
    background-size: 9px 9px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -3000px;
    cursor: pointer;
}
.diagnosis .period .nav button.prev {
    background-image: url("/assets/mobile/images/ic_arrow_left_fill.svg");
}
.diagnosis .period .nav button.next {
    background-image: url("/assets/mobile/images/ic_arrow_right_fill.svg");
}
.diagnosis .period .info {
    margin-top: 8px;
    font-size: 12px;
    color: #737880;
}

.diagnosis .notice {
    background: #f6f7f9;
    padding: 20px;
    margin-top: 30px;
}
.diagnosis .notice ul {
}
.diagnosis .notice ul li {
    position: relative;
    padding: 3px 10px;
    color: #737880;
    font-size: 14px;
}
.diagnosis .notice ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background: #737880;
}

.diagnosis .cta-section {
    margin-top: 50px;
    padding: 0 16px;
}
.diagnosis .cta-section .txt {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    color: #737880;
}
.diagnosis .cta-section .action-buttons {
    display: flex;
    gap: 12px;
}
.diagnosis .cta-section .action-buttons .call-phone {
    flex: 4;
}
.diagnosis .cta-section .action-buttons .call-link {
    flex: 7;
}
.diagnosis .cta-section .action-buttons button {
    padding: 16px 0;
    text-align: center;
    border: none;
    background-color: #2a67ff;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}
.diagnosis .cta-section .action-buttons button.outline {
    border: 1px solid #2a67ff;
    background-color: #fff;
    color: #2a67ff;
}

.diagnosis .plan-section .summary {
}
.diagnosis .plan-section .summary .name {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    color: #2059e5;
}
.diagnosis .plan-section .summary .name small {
    font-size: 16px;
    color: #000;
    vertical-align: bottom;
}
.diagnosis .plan-section .summary .txt1 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.diagnosis .plan-section .summary .txt2 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.diagnosis .plan-section .summary .txt2 .font-strong {
    color: #2059e5;
}
.diagnosis .plan-section .summary .txt2 .bg-strong1 {
    display: inline-block;
    padding: 0 3px;
    background: #2a67ff;
    color: #fff;
}
.diagnosis .plan-section .summary .txt2 .bg-strong2 {
    background: #f0f4ff;
    color: #2a67ff;
    padding: 0 3px;
}
.diagnosis .plan-section .data-usage {
    margin-top: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.diagnosis .plan-section .data-usage .graph {
    position: relative;
    height: 12px;
    border-radius: 12px;
    background: #f0f4ff;
}
.diagnosis .plan-section .data-usage .graph .bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    background: #2a67ff;
    max-width: 100%;
}
.diagnosis .plan-section .data-usage ul {
    margin-top: 12px;
}
.diagnosis .plan-section .data-usage ul li {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
.diagnosis .plan-section .data-usage ul li .title {
    position: relative;
    padding: 0 0 0 16px;
    font-weight: 500;
    font-size: 14px;
    color: #474d58;
}
.diagnosis .plan-section .data-usage ul li .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #f0f4ff;
}
.diagnosis .plan-section .data-usage ul li .title.strong:before {
    background: #2a67ff;
}
.diagnosis .plan-section .data-usage ul li .data {
    font-weight: 600;
    font-size: 16px;
    color: #474d58;
}

.diagnosis .plan-section .plan {
    padding: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.diagnosis .plan-section .plan.bg {
    background: #f7f9ff;
}

.diagnosis .plan-section .plan .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    background: url("/assets/mobile/images/ic_money_bag.svg") no-repeat;
}
.diagnosis .plan-section .plan .title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.diagnosis .plan-section .plan .title strong {
    font-weight: 600;
    color: #2a67ff;
}
.diagnosis .plan-section .plan .recommend {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.diagnosis .plan-section .plan .recommend strong {
    background: #2a67ff;
    color: #fff;
    padding: 0 3px;
}

.diagnosis .plan-section .discount-contract {
    margin-top: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ececec;
}
.diagnosis .plan-section .discount-contract .item {
    text-align: center;
}
.diagnosis .plan-section .discount-contract .graph {
    position: relative;
    width: 54px;
    height: 90px;
    background: #e0e2e5;
    border-radius: 5px;
    margin: 0 auto;
}
.diagnosis .plan-section .discount-contract .item.active .graph {
    background: none;
}
.diagnosis .plan-section .discount-contract .graph .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #2a67ff;
    max-height: 60%;
}
.diagnosis .plan-section .discount-contract .graph .bar:before {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    right: 0;
    top: -30px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/assets/mobile/images/ic_smile.svg") center center
        no-repeat;
}
.diagnosis .plan-section .discount-contract .amount {
    display: block;
    margin-top: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #737880;
}
.diagnosis .plan-section .discount-contract .description {
    display: block;
    margin-top: 2px;
    font-weight: 500;
    font-size: 12px;
    color: #737880;
}
.diagnosis .plan-section .discount-contract .item.active .amount {
    color: #2a67ff;
}
.diagnosis .plan-section .family-discount {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fafafa;
    font-weight: 600;
    font-size: 14px;
    color: #2c2f35;
}
.diagnosis .plan-section .family-discount .arrow {
    display: inline-block;
    width: 20px;
    height: 19px;
    margin: 0 10px;
    background: url("/assets/mobile/images/ic_arrow_right2_fill.svg") no-repeat;
}
.diagnosis .plan-section .family-discount strong {
    font-weight: 600;
    font-size: 18px;
    color: #2a67ff;
}

.diagnosis .plan-section .cta-section {
    margin-top: 10px;
    padding: 0;
}
.diagnosis .plan-section .cta-section .txt {
    margin-top: 0;
    margin-bottom: 10px;
}

.diagnosis .tab-menu {
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #f6f7f9;
}

.diagnosis .tab-menu ul {
    display: flex;
    padding: 20px 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.diagnosis .tab-menu ul::-webkit-scrollbar {
    height: 6px;
}

.diagnosis .tab-menu ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.diagnosis .tab-menu ul li {
    margin-right: 4px;
    flex-shrink: 0;
}

.diagnosis .tab-menu ul li a {
    display: inline-block;
    border-radius: 20px;
    padding: 10px 15px;
    background: #f6f7f9;
    color: #474d58;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.diagnosis .tab-menu ul li a.active {
    background: #3a3e46;
    color: #fff;
}

.diagnosis .comprehensive {
    padding: 20px 16px 32px 16px;
    border-bottom: 12px solid #f6f7f9;
}
.diagnosis .comprehensive .txt {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #474d58;
}
.diagnosis .comprehensive .title {
    font-weight: 400;
    font-size: 14px;
    color: #474d58;
}
.diagnosis .comprehensive .action-buttons {
    margin-top: 20px;
    display: flex;
    gap: 8px;
}
.diagnosis .comprehensive .action-buttons button {
    flex: 1;
    padding: 16px 10px;
    background: #f6f7f9;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #474d58;
    cursor: pointer;
}

.diagnosis .tab-content-list {
    background-color: #ececec;
    padding: 16px 16px 60px 16px;
    background-image: url("/assets/mobile/images/bg_tab_content_list_gray.png");
    background-repeat: repeat-x;
    background-position: bottom;
}
.diagnosis .tab-content-list > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.diagnosis .tab-content-list > ul > li {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
}
.diagnosis .tab-content-list.blue {
    background-color: #b0c6ff;
    background-image: url("/assets/mobile/images/bg_tab_content_list_blue.png");
}

.diagnosis .tab-content-list .help {
}
.diagnosis .tab-content-list .help .title {
    position: relative;
    padding-top: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #2c2f35;
}
.diagnosis .tab-content-list .help .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("/assets/mobile/images/ic_help.svg") no-repeat;
}
.diagnosis .tab-content-list .help .description {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #474d58;
}

.diagnosis .result-summary {
    padding-top: 20px;
    padding-bottom: 28px;
}
.diagnosis .result-summary .no-data {
    padding: 0 16px 140px 16px;
    background: url("/assets/mobile/images/ic_nodata.svg") center bottom
        no-repeat;
}

.diagnosis .result-summary .no-data .txt1 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.diagnosis .result-summary .no-data .txt2 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.diagnosis .result-summary .no-data .link {
    font-weight: 400;
    font-size: 14px;
    color: #2a67ff;
    text-decoration: none;
}

.diagnosis .result-summary .title {
    font-weight: 700;
    font-size: 16px;
    color: #2c2f35;
    padding: 0 16px;
}

.diagnosis .result-summary .title small {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    color: #000;
}

.diagnosis .result-summary .summaries {
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
}

.diagnosis .result-summary .summaries ul {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px;
}

.diagnosis .result-summary .summaries ul::-webkit-scrollbar {
    height: 6px;
}

.diagnosis .result-summary .summaries ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.diagnosis .result-summary .summaries ul li {
    border: 1px solid #ececec;
    background: #fafafa;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 17px;
    min-width: 150px;
    flex-shrink: 0;
}

.diagnosis .result-summary .summaries ul li .name {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.diagnosis .result-summary .summaries ul li .name.icon {
    padding-left: 27px;
}

.diagnosis .result-summary .summaries ul li .name.icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background: url("/assets/mobile/images/ic_warning.svg") no-repeat;
}

.diagnosis .result-summary .summaries ul li span.txt {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 400;
    color: #2c2f35;
}

.diagnosis .result-summary .summaries ul li span.amount {
    display: block;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 600;
    color: #2a67ff;
}

.diagnosis .ai-plan-section {
}
.diagnosis .ai-plan-section {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.diagnosis .ai-plan-section .ai-plan {
    flex: 1;
    margin-top: 40px;
}
.diagnosis .ai-plan-section .ai-plan .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.diagnosis .ai-plan-section .ai-plan .title strong {
    color: #2a67ff;
}
.diagnosis .ai-plan-section .ai-plan .subtitle {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    color: #737880;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe {
    position: relative;
    margin-top: 60px;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-image: url("/assets/mobile/images/ic_arrow_double_right_line.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe > ul {
    display: flex;
    gap: 4px;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe > ul > li {
    flex: 1;
    padding: 60px 0;
    border-radius: 10px;
    background: #f6f7f9;
    text-align: center;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe > ul > li .title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe > ul > li > ul {
    margin-top: 14px;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe > ul > li > ul > li.monthly {
    margin-top: 2px;
    font-size: 13px;
    color: #737880;
    font-weight: 400;
}
.diagnosis .ai-plan-section .ai-plan .asis-tobe > ul > li > ul > li.yearly {
    margin-top: 2px;
    font-size: 15px;
    color: #474d58;
    font-weight: 500;
}
.diagnosis
    .ai-plan-section
    .ai-plan
    .asis-tobe
    > ul
    > li
    > ul
    > li.yearly
    strong {
    color: #2a67ff;
}
.diagnosis .ai-plan-section .consulting {
    padding: 32px 0 16px 0;
}
.diagnosis .ai-plan-section .consulting .txt {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #737880;
    text-align: center;
}
.diagnosis .ai-plan-section .consulting button {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    border: none;
    background-color: #2a67ff;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.diagnosis .doctor-info {
}
.diagnosis .doctor-info .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.diagnosis .doctor-info .photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 auto;
}
.diagnosis .doctor-info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.diagnosis .doctor-info .desc {
    margin-top: 12px;
    background: #fafafa;
    border-radius: 15px;
    padding: 20px;
    font-size: 14px;
    color: #474d58;
}
.diagnosis .doctor-info .consulting {
    margin-top: 32px;
}
.diagnosis .doctor-info .consulting button {
    position: relative;
    width: 100%;
    height: 54px;
    border-radius: 15px;
    background: #fae100;
    color: #371c1d;
    font-size: 16px;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.diagnosis .doctor-info .consulting button .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    flex-shrink: 0;
    background: url("/assets/mobile/images/ic_kakaotalk.png") no-repeat;
    background-size: 100% 100%;
}

.bottom-sheet-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: all 0.3s ease;
}

.bottom-sheet-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    /*box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);*/
    transform: translateY(100%); /* 화면 아래에 숨김 */
    transition: transform 0.3s ease;
}

.bottom-sheet-overlay.show .bottom-sheet-modal {
    transform: translateY(0); /* 아래에서 위로 슬라이드 */
}

.bottom-sheet-header {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.bottom-sheet-title {
    font-size: 18px;
    font-weight: bold;
}

.custom-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.bottom-sheet-content {
    position: relative;
    padding: 32px 30px 30px 30px;
}

.bottom-sheet-content:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(50% - 24px);
    top: 12px;
    width: 48px;
    height: 4px;
    background: #e0e2e5;
    border-radius: 4px;
}

.notice-detail {
}
.notice-detail .detail-header-wrapper {
    padding: 20px 16px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.notice-detail .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}
.notice-detail .date {
    font-size: 13px;
    color: #737880;
}

.notice-detail .detail-content-wrapper {
    padding: 20px 16px;
}

.notice-detail .desc {
    font-size: 15px;
    line-height: 1.8;
}

.notice-detail .desc img {
    max-width: 100% !important;
    height: auto !important;
}

.event-detail {
    position: relative;
    padding-bottom: 60px;
}
.event-detail .detail-header-wrapper {
    padding: 20px 16px;
    border-bottom: 1px solid #e0e0e0;
}

.event-detail .title {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
}

.event-detail .title .status {
    align-self: start;
    justify-self: end;
    flex-shrink: 0;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    padding: 4px 8px;
    background-color: #333;
}

.event-detail .title .status.progress {
    background-color: #2a67ff;
}

.event-detail .date {
    font-size: 13px;
    color: #737880;
}

.event-detail .desc img {
    max-width: 100% !important;
    height: auto !important;
}

.event-detail .btn-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    gap: 0;
}

.event-detail .btn-wrapper .btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 48px;
    background-color: #2a67ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.ckeditor-style {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.ckeditor-style h1,
.ckeditor-style h2,
.ckeditor-style h3,
.ckeditor-style h4,
.ckeditor-style h5,
.ckeditor-style h6 {
    font-weight: bold;
    margin: 1em 0;
}

.ckeditor-style p {
    margin: 1em 0;
}

.ckeditor-style blockquote {
    margin: 1em 40px;
    padding: 10px 20px;
    border-left: 5px solid #ccc;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
}

.ckeditor-style ul,
.ckeditor-style ol {
    list-style: initial;
    margin-left: 20px;
    padding-left: 20px;
}

.ckeditor-style ul {
    list-style-type: disc;
}

.ckeditor-style ol {
    list-style-type: decimal;
}

.ckeditor-style ul li,
.ckeditor-style ol li {
    margin-bottom: 0.5em;
}

.ckeditor-style table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.ckeditor-style th,
.ckeditor-style td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.ckeditor-style img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

.ckeditor-style a {
    color: #007bff;
    text-decoration: underline;
}

.ckeditor-style a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.ckeditor-style pre {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 1em 0;
    overflow: auto;
    font-size: 13px;
    line-height: 1.5;
}

.ckeditor-style code {
    background-color: #f5f5f5;
    padding: 2px 4px;
    font-size: 13px;
}

.ckeditor-style hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
}

.ckeditor-style caption {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.ckeditor-style iframe {
    max-width: 100%;
    height: auto;
}

.ckeditor-style .cke_widget_wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

.ckeditor-style .cke_widget_editable {
    padding: 5px;
    border: 1px dashed #ddd;
}

.ckeditor-style .cke_image_resizer {
    cursor: nwse-resize;
}

.ckeditor-style .cke_image_resizer_wrapper {
    position: relative;
}

.ckeditor-style .cke_image_resizer_wrapper img {
    display: block;
}

.ckeditor-style .cke_editable {
    min-height: 300px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
