* {
    box-sizing: border-box;
}
main {
    padding: 7rem 1.5rem 11rem;
}
:root {
    --border-ra: 1.3rem;
}
body.fixed {
    overflow: hidden;
}

/* index */
#indexLoadImg {
    position: relative;
    width: 100%; min-height: 100vh;
}
#indexLoadImg .logo {
    display: block;
    height: 20rem;
    position: absolute;
    left: 50%; top: 25%;
    transform: translateX(-50%);
}
/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}
header > div {
    height: 100%;
}
header .home_header {
    display: flex;
    align-items: center;
}
#homeWrap header .sub_header {
    display: none;
}
#wrap header .home_header {
    display: none;
}
#wrap header .sub_header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
header .home_header a {
    display: block;
    height: 3.2rem;
}
header .home_header a img {
    display: block;
    height: 100%;
}
#wrap header .sub_header .h_title {
    font-size: 1.8rem;
    font-weight: 600;
}
#wrap header .sub_header .back {
    position: absolute;
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/back.png) no-repeat center/contain;
    left: 0; top: 50%;
    transform: translateY(-50%);
}

/* home */
.main_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.home_sub {
    font-size: 1.6rem;
    color: #595959;
}
.home_today {
    border: .2rem solid #00D9D6;
    border-radius: var(--border-ra);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
    margin: 3rem 0 1.5rem;
}
.home_today p {
    display: flex;
    align-items: center;
    gap: .8rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -1px;
}
.home_today p .date_ico {
    display: block;
    width: 2.2rem; height: 2.2rem;
    background: url(../img/calander.png) no-repeat center/contain;
}
.home_record {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.3rem;
}
.home_record li {
    width: calc(50% - .7rem);
    border: .1rem solid #F3F3F3;
    background: #F3F3F3;
    border-radius: var(--border-ra);
    height: 13rem;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_record li.more_blood {
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.home_record li .btm {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.home_record li .title {
    font-size: 1.7rem;
    font-weight: 700;
}
.home_record li .btm div {
    display: flex;
    align-items: center;
    gap: .7rem;
}
.home_record li .time_ico {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/time.png) no-repeat center/contain;
}
.home_record li .blood_ico {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/blood.png) no-repeat center/contain;
}
.home_record li div p {
    font-size: 1.6rem;
    color: #7D7D7D;
}
.home_record li.more_blood a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
}
.home_record li.more_blood a .more_ico {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/main-icon-1.png) no-repeat center/contain;
}
.home_record li.more_blood a p {
    font-size: 1.8rem;
    color: #636B73;
    border: .1rem solid #B5C1D1;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
}
.home_btns {
    margin: 1.3rem 0 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_btns li {
    width: calc(50% - .7rem);
}
.home_btns li a {
    display: block;
    border-radius: var(--border-ra);
    padding: 2.5rem 0;
    text-align: center;
}
.home_btns li a.light {
    background-color: #DEF9F4;
}
.home_btns li a.bold {
    background-color: #D7F1F9;
}
.home_btns li a p {
    font-size: 1.8rem;
    font-weight: 600;
}
.home_btns li a.light p {
    color: #00878E;
}
.home_btns li a.bold p {
    color: #097AC0;
}
.home_chart .main_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.home_chart .main_title a {
    font-size: 1.6rem;
    color: #606060;
    font-weight: 500;
}
.home_btm_banner {
    background-color: #00B8A5;
    background-image: url(../img/main-img-1.png);
    background-repeat: no-repeat;
    background-position: 95% 75%;
    background-size: 8rem;
    border-radius: var(--border-ra);
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    height: 16rem;
}
.home_btm_banner p {
    color: #fff;
    font-size: 1.6rem;
}
.home_btm_banner h3 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    margin-top: 1rem;
}
.home_btm_banner > p {
    display: flex;
    align-items: center;
    gap: .7rem;
}
.home_btm_banner > p .arrow_ico {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
}

/* footer */
footer {
    position: fixed;
    left: 0; bottom: 0;
    width: 100%; height: 7.5rem;
    border-top: .1rem solid #DBDBDB;
    background: #fff;
    z-index: 999;
    padding: 1rem 0;
    box-shadow: 0px -1px 13px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem 1.3rem 0 0;
}
footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
footer ul li {
    width: calc(100% / 4);
    height: 100%;
}
footer ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100%;
}
footer ul li a img {
    height: 2.5rem;
}
footer ul li a span {
    font-size: 1.6rem;
    color: #959595;
}
footer ul li.on a span {
    color: #202A38;
    font-weight: 700;
}

/* record_choice */
.record_choice_title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 5rem;
    text-align: center;
}
.record_choice_subTit {
    text-align: center;
    font-size: 1.6rem;
    color: #6B6B6B;
    margin: .7rem 0 5rem;
}
#record_choice_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
#record_choice_form a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: calc(100% / 3 - .7rem);
    height: 14rem;
    border: .2rem solid #00D7D9;
    border-radius: var(--border-ra);
    padding: 2rem 0;
}
#record_choice_form a img {
    display: block;
    height: 5.5rem;
    object-fit: contain;
}
#record_choice_form a p {
    font-size: 1.8rem;
    font-weight: 700;
}
.record_choice_btm {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.record_choice_banner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.record_choice_banner li {
    background: #EFEFEF;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.record_choice_banner li p {
    font-size: 1.6rem;
    font-weight: 700;
}
.record_choice_banner li span {
    font-size: 1.6rem;
    color: #5B5B5B;
    font-weight: 500;
    letter-spacing: -.8px;
}

/* record */
.record_title {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 1rem 0 2rem;
}
.record_form > p {
    font-size: 1.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
}
.record_form .time .time_ico {
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/time.png) no-repeat center/contain;
}
.record_form .input_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.record_form .input_box select {
    width: 45%; 
    border-color: #ADBBCB;
    padding: 1.5rem;
    border-radius: var(--border-ra);
    font-size: 1.6rem;
    font-weight: 500;
}
.record_form .input_box select:focus {
    outline: none;
}
.record_form .input_box select option {
    font-size: 1.6rem;
    color: #757575;
    font-weight: 500;
}
.record_form .input_box label {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.5rem 1.3rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #515151;
    border: .1rem solid #ADBBCB;
    border-radius: var(--border-ra);
}
.record_form .input_box label input {
    width: 85%;
    padding-left: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.record_form .input_box label input:focus {
    outline: none;
}
.record_form > p.blood {
    margin-top: 4rem;
}
.record_form p.blood .blood_ico {
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/blood.png) no-repeat center/contain;
}
.record_form .input_box.blood label {
    width: 100%;
    color: #919191;
}
.record_form .input_box.blood label input::placeholder {
    color: #AAAAAA;
}
.record_form > p.memo {
    margin-top: 4rem;
}
.record_form p.memo .memo_ico {
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/memo.png) no-repeat center/contain;
}
.record_form .input_box #record_memo {
    resize: none;
    width: 100%; height: 17rem;
    border-color: #ADBBCB;
    border-radius: var(--border-ra);
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
}
.record_form .input_box #record_memo::placeholder {
    font-size: 1.6rem;
    color: #9E9E9E;
    line-height: 1.3;
    letter-spacing: -1px;
}
.record_form .input_box #record_memo:focus {
    outline: none;
}
.record_submit {
    display: block;
    text-align: center;
    margin-top: 3rem;
    background: #D9E8F4;
    padding: 2.5rem 0;
    border-radius: var(--border-ra);
    font-size: 1.8rem;
    font-weight: 700;
    width: 100%;
}

/* self_test */
.self_tit {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}
.self_sub_tit {
    font-size: 1.6rem;
    color: #5F5F5F;
    font-weight: 500;
    margin-bottom: 4rem;
}
.self_list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.self_list li {
    display: flex;
    align-items: center;
    gap: .7rem;
}
.self_list li .check_ico {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/check-off.png) no-repeat center/1.2rem;
    border-radius: .7rem;
    border: .1rem solid #B4C0CF;
}
.self_list li .check_ico.check {
    background-color: #2C3542;
    border-color: #2C3542;
    background-image: url(../img/check-on.png);
}
.self_list li {
    font-size: 1.6rem;
    color: #585858;
    line-height: 1.2;
}
.test_submit {
    display: block;
    width: 100%;
    background: #D9E8F4;
    padding: 2rem 0;
    text-align: center;
    border-radius: var(--border-ra);
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 4rem;
}

/* test_result */
.test_result_box {
    margin-top: 4rem;
}
.test_img_box {
    text-align: center;
    margin-bottom: 4rem;
}
.test_img_box img {
    height: 9rem;
    object-fit: contain;
}
.test_result_box .total_num {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #01878E;
    margin-bottom: 2rem;
}
.test_result_box .result_txt {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.test_result_box .result_sub_txt {
    font-size: 1.8rem;
    color: #626262;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.4;
}
.test_result_box .result_war {
    background: #F3F3F3;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
}
.test_result_box .result_war p {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.test_result_box .result_war span {
    font-size: 1.7rem;
    color: #5C5C5C;
    line-height: 1.4;
}
.home_link {
    display: block;
    background: #DEF9F4;
    font-size: 1.9rem;
    color: #008088;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: var(--border-ra);
    font-weight: 700;
    margin-top: 5rem;
}

/* chart */
.blood_chart {
    padding: 0 1.5rem 4rem;
    border-bottom: .7rem solid #F6F7FC;
}
.chart_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    padding: 0 1.5rem;
}
.chart_tab li {
    width: calc(100% / 3 - 1rem);
}
.chart_tab li a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #909090;
    background: #F6F7FC;
    padding: 1.3rem 0;
    border-radius: 2.5rem;
}
.chart_tab li.on a {
    background: linear-gradient(to right, #75F9E0, #7BE4EF);
    color: #333;
    font-weight: 700;
}
.chart_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.chart_tit .right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.chart_tit .right p {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.7rem;
    color: #626262;
}
.chart_tit .right p.on {
    color: #333;
    font-weight: 600;
}
.chart_tit .right p .ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/radio-button-off.png) no-repeat center/contain;
}
.chart_tit .right p.on .ico {
    background-image: url(../img/radio-button-on.png);
}
.weight_chart {
    padding: 4rem 1.5rem 0;
}
.blue_link {
    margin: 4rem 1.5rem 0;
    display: block;
    padding: 2.5rem 0;
    font-size: 1.8rem;
    color: #008188;
    background: #DEF9F4;
    border-radius: var(--border-ra);
    text-align: center;
    font-weight: 700;
}

/* sub1 */
.sub1_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub1_title .point3 {
    font-size: 2rem;
    font-weight: 700;
    color: #00858C;
}
.sub1_cont {
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
    margin-bottom: 5rem;
}
.sub1_cont.c5 {
    margin-bottom: 3rem;
}
.sub1_cont .point3 {
    font-size: 1.6rem;
    font-weight: 600;
}
.sub_link {
    display: block;
    padding: 2.5rem 0;
    font-size: 1.8rem;
    color: #008188;
    background: #DEF9F4;
    border-radius: var(--border-ra);
    text-align: center;
    font-weight: 700;
}
.sub_link.sub5 {
    margin-top: 2rem;
}
.sub_img {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
}
.sub2_cont {
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.medi_cont {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.medi_cont li {
    display: flex;
    align-items: center;
    gap: .7rem;
    background: #EDFCF8;
    color: #00828A;
    font-size: 1.6rem;
    font-weight: 500;
    padding: .7rem 1.3rem;
    border-radius: 1.5rem;
}
.medi_cont li .medi_ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/sub-icon-4.png) no-repeat center/contain;
}
.cont_box {
    margin-bottom: 4rem;
}
.sub3_cont {
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
    margin-bottom: 4rem;
}
.sub3_tit {
    width: fit-content;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: .2rem solid #00E9BB;
    padding-bottom: .5rem;
}
.sub4_list > li {
    padding: 3rem 1.5rem 0;
    border-bottom: .7rem solid #F6F7FC;
}
.sub4_list > li:last-child {
    border-bottom: none;
}
.sub4_list > li.none {
    padding: 0 1.5rem;
}
.sub4_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub4_list .sub_list li p {
    font-size: 1.7rem;
    color: #007E86;
    font-weight: 700;
    margin-bottom: 2rem;
}
.sub4_list .sub_list li pre {
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
    padding-bottom: 3rem;
}
.sub5_bold {
    font-size: 1.7rem;
    color: #007E86;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}
.sub5_bold.b11 {
    margin-bottom: 3rem;
}
.sub5_cont {
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
    padding-bottom: 3rem;
}
.sub5_cont.c14 {
    padding-bottom: 4rem;
}
.sub5_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub6_top {
    padding: 0 1.5rem 4rem;
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
}
.sub6_cont_box {
    padding: 0 1.5rem;
    border-bottom: .7rem solid #F6F7FC;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}
.sub6_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub6_cont {
    font-size: 1.6rem;
    color: #6C6C6C;
    line-height: 1.4;
}
.sub6_cont .point3 {
    font-size: 1.7rem;
    color: #007E86;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub6_inner .sub6_cont_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sub_link.sub6 {
    margin: 0 1.5rem;
}
.dia_title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.dia_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.dia_list li {
    width: calc(50% - 1rem);
}
.dia_list li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: .1rem solid #B8C3D2;
    border-radius: var(--border-ra);
    padding: 2rem 0;
}
.dia_list li a img {
    display: block;
    height: 5rem;
    object-fit: contain;
    margin-bottom: 1.5rem;
}
.dia_list li a p {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}
.dia_list li a p strong {
    font-size: 1.8rem;
    font-weight: 700;
}
.dia_btm_list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
.dia_btm_list li a {
    display: flex;
    align-items: center;
    gap: .7rem;
    background: #F6F7FC;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
}
.dia_btm_list li a .ico {
    display: block;
    width: 2rem; height: 2rem;
}
.dia_btm_list li:nth-child(1) a .ico {
    background: url(../img/sub-icon-5.png) no-repeat center/contain;
}
.dia_btm_list li:nth-child(2) a .ico {
    background: url(../img/sub-icon-6.png) no-repeat center/contain;
}
.dia_btm_list li:nth-child(3) a .ico {
    background: url(../img/sub-icon-7.png) no-repeat center/contain;
}
.dia_btm_list li:nth-child(4) a .ico {
    background: url(../img/sub-icon-8.png) no-repeat center/contain;
}
.dia_btm_list li a p {
    font-size: 1.7rem;
    font-weight: 700;
}
.small {
    font-size: 1.3rem;
    margin-top: 4rem;
    color: #808080;
    font-weight: 300;
    line-height: 1.2;
}