:root {
    --albra: 'Albra';
    --notosans: 'Noto Sans KR', sans-serif;
    --songMyung: 'Song Myung';
}

header.change_header a {
    color: #fff;
}

header.change_header .logo a>img:first-of-type {
    display: none;
}

header.change_header .logo a>img:last-of-type {
    display: block;
}

header.change_header .menu span {
    background: #fff;
}


header.change_header:hover {
    background: #fff;
}

header.change_header:hover a {
    color: #000;
}

/* header.change_header.onOver a {color: #000;} */
header.change_header.onOver .menu span {
    background: #000;
}


._medicalAbout {
    height: 100vh;
    display: flex;
}

._medicalAbout .lbx {
    box-sizing: border-box;
    padding-top: 185px;
    padding-left: 60px;
    background: #f0f0f0;
    flex: 0.6;
    max-width: 630px;
}

._medicalAbout .lbx dt {
    font-size: 20px;
    font-weight: bold;
    font-family: var(--notosans);
    color: #1e39b4;
    letter-spacing: -0.025em;
}

._medicalAbout .lbx dd {
    font-family: var(--albra);
    margin-top: 30px;
    font-size: 80px;
    font-weight: normal;
    line-height: calc(90/80);
}

._medicalAbout .lbx .click_select {
    margin-top: 60px;
    display: inline-block;
    position: relative;
}

._medicalAbout .lbx .click_select>p {
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #888888;
    font-family: var(--notosans);
    padding-bottom: 1em;
    border-bottom: 1px solid #888;
    cursor: pointer;
    padding-right: 5em;
}

._medicalAbout .lbx .click_select>p i {
    margin-left: 35px;
}

._medicalAbout .lbx .click_select ul {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    overflow-y: auto;
    border: 1px solid #333;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    z-index: 5;
}

._medicalAbout .lbx .click_select ul li {
    font-size: 14px;
    padding: 1em 1.3em;
    cursor: pointer;
    color: #333;
    font-family: var(--notosans);
}

._medicalAbout .rbx {
    position: relative;
    background: #000;
    flex: 1;
    overflow: hidden;
}

._medicalAbout .rbx .progress {
    position: absolute;
    bottom: 60px;
    max-width: 1150px;
    left: 50%;
    transform: translateX(-50%);
    background: #919191;
    height: 3px;
    width: 90%;
}

._medicalAbout .rbx .progress .bar {
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffaa00;
}

._medicalAbout .rbx-scroll {
    height: 100%;
    display: flex;
}

._medicalAbout .rbx-scroll>li {
    box-sizing: border-box;
    padding: 210px 60px 0 82px;
    height: 100%;
    width: 1290px;
    flex: 0 0 auto;
}

._medicalAbout .rbx-scroll>li .fl {
    display: flex;
    align-items: center;
    position: relative;
}

._medicalAbout .rbx-scroll>li .imgBx {
    flex: 1;
    max-width: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    position: relative;
}

._medicalAbout .rbx-scroll>li .imgBx::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

._medicalAbout .rbx-scroll>li .fl .imgBx h1.bgtxt {
    position: absolute;
    top: 0;
    left: 93%;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-family: var(--albra);
    font-weight: 500;
    font-size: 80px;
    transform: translate(0, -70%);
    white-space: nowrap;
    z-index: -1;
}


._medicalAbout .rbx-scroll>li .rb {
    flex: 1;
    margin-left: 55px;
    color: #fff;
}

._medicalAbout .rbx-scroll>li .rb h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.025em;
    margin-bottom: 45px;
}

._medicalAbout .rbx-scroll>li .cul>li+li {
    margin-top: 40px;
}

._medicalAbout .rbx-scroll>li .cul h3 {
    font-size: 18px;
    letter-spacing: -0.025em;
}

._medicalAbout .rbx-scroll>li .cul h3 span {
    font-size: 16px;
    font-family: var(--albra);
    width: 1.875em;
    height: 1.875em;
    border-radius: 1000px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-right: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

._medicalAbout .rbx-scroll>li .cul p {
    margin-top: 20px;
    opacity: 0.6;
    font-size: 16px;
    line-height: calc(28/16);
    word-break: keep-all;
    letter-spacing: -0.025em;
}

._medicalAbout .rbx-scroll>li .cul .p_ul {
    margin-top: 20px;
}

._medicalAbout .rbx-scroll>li .cul .p_ul li {
    opacity: 0.6;
    font-size: 16px;
    line-height: calc(28/16);
    word-break: keep-all;
    letter-spacing: -0.025em;
}

._medicalAbout .rbx-scroll>li .cul .p_ul li+li {
    margin-top: 5px;
}

/* 스크롤수정 */
._medicalAbout .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

._medicalAbout .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background-color: transparent;
    margin-left: auto;
}

._medicalAbout .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1e39b4;
}

._medicalAbout .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #1e39b4;
}

._medicalAbout .click_btn {
    display: none;
}

@media screen and (max-width:1280px) {

    ._medicalAbout .lbx {
        padding-left: 4.6875vw;
        padding-right: 2.3438vw;
    }

    ._medicalAbout .lbx dd {
        font-size: 6.2500vw;
    }

    ._medicalAbout .lbx .click_select>p {
        font-size: 16px;
    }

}

@media screen and (max-width:1024px) {

    header.change_header {
        background: #fff;
    }

    header.change_header .menu span {
        background: #000;
    }

    header.change_header .l-m .loc {
        color: #000;
    }

    header.change_header .l-m .loc img {
        filter: brightness(0);
    }

    header.change_header .l-m .loc>img {
        width: 20px;
    }

    ._medicalAbout {
        display: block;
        height: auto;
        box-sizing: border-box;
        padding: 100px 5% 50px;
        background: #222222;
    }

    ._medicalAbout .lbx {
        padding: 0;
        max-width: none;
        flex: auto;
        background: none;
        padding-top: 50px;
    }

    ._medicalAbout .lbx dd {
        margin-top: 15px;
        color: #fff;
        font-size: 7.8125vw
            /*60*/
        ;
    }

    ._medicalAbout .lbx dd br {
        display: none;
    }

    ._medicalAbout .rbx {
        margin-top: 50px;
        background: none;
    }

    ._medicalAbout .rbx-scroll {
        display: flex;
        width: auto;
        height: auto;
    }

    ._medicalAbout .rbx-scroll>li {
        padding: 0;
        width: auto;
        height: auto;
    }

    ._medicalAbout .rbx-scroll>li .fl {
        display: block;
    }

    ._medicalAbout .rbx-scroll>li .imgBx {
        flex: auto;
        margin: 0 auto;
        width: 90%;
    }

    ._medicalAbout .rbx-scroll>li .fl .imgBx h1.bgtxt {
        display: none;
    }

    ._medicalAbout .rbx-scroll>li .rb {
        flex: auto;
        margin-left: 0;
        margin-top: 2.631578em;
        font-size: 38px;
    }

    ._medicalAbout .rbx-scroll>li .rb h2 {
        margin-bottom: 1.1842em;
    }

    ._medicalAbout .rbx-scroll>li .cul h3 span {
        margin-right: 1em;
    }

    ._medicalAbout .rbx-scroll>li .cul p {
        margin-top: 1.25em;
    }

    ._medicalAbout .rbx .progress {
        display: none !important;
    }


    ._medicalAbout .m_c {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    ._medicalAbout .lbx .click_select {
        margin-top: 10px;
    }

    ._medicalAbout .click_btn {
        display: flex;
        align-items: center;
        color: #fff;
        font-family: var(--albra);
        font-weight: 500;
        font-size: 16px;
        margin-top: 10px;
    }

    ._medicalAbout .click_btn button {
        all: unset;
        margin-left: 10px;
        border-radius: 100px;
        cursor: pointer;
    }

}

@media screen and (max-width:768px) {
    ._medicalAbout {
        padding: 50px 5% 50px;
    }

    ._medicalAbout .lbx .click_select>p {
        padding-right: 2.6875em;
    }

    ._medicalAbout .lbx .click_select ul li {
        padding: 1em 0.7em;
        line-height: 1.4;
    }

    ._medicalAbout .rbx-scroll>li .rb,
    ._medicalAbout .rbx-scroll>li .rb h2 {
        font-size: 24px;
    }

    ._medicalAbout .rbx-scroll>li .cul h3 {
        font-size: 16px;
    }

    ._medicalAbout .rbx-scroll>li .cul h3 span {
        font-size: 14px;
    }

    ._medicalAbout .rbx-scroll>li .cul p {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {

    ._medicalAbout .lbx dt {
        font-size: 18px;
    }

    ._medicalAbout .lbx dd {
        font-size: 8.8125vw;
    }

    ._medicalAbout .rbx-scroll>li .rb,
    ._medicalAbout .rbx-scroll>li .rb h2 {
        font-size: 20px;
    }

}



/* 인공수정체종류 */
._artificial {
    height: 100vh;
    display: flex;
}

._artificial .hb {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding: 0 6.7708vw;
    position: relative;
}

._artificial .hb::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .4s;
}

._artificial .hb.over::after {
    opacity: 1;
}

._artificial .hb .tbx {
    position: relative;
    z-index: 5;
}

._artificial .hb .tbx>h2 {
    margin-top: 30px;
    font-size: 42px;
    letter-spacing: -0.025em;
    font-weight: bold;
}

._artificial .hb .tbx>p {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: calc(34/20);
    opacity: 0.6;
    word-break: keep-all;
}

._artificial .hb dl {
    display: none;
}

._artificial .hb dl:first-of-type {
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
}

._artificial .hb dl:first-of-type::after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 1px;
    background: #adabaa;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

._artificial .hb dl+dl {
    margin-top: 60px;
}

._artificial .hb dl dt {
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: bold;
}

._artificial .hb dl dd {
    margin-top: 20px;
}

._artificial .hb dl:first-of-type dd ul {
    width: 80%;
    margin: 0 auto;
}

._artificial .hb dl:first-of-type dd ul li {
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
}

._artificial .hb dl:first-of-type dd ul li+li {
    margin-top: 8px;
}

._artificial .hb dl:first-of-type dd ul li p {
    opacity: 0.6;
    margin-left: 5px;
}

._artificial .hb dl:first-of-type dd ul li span {
    font-size: 16px;
    font-family: var(--albra);
    font-weight: normal;
    width: 1.875em;
    height: 1.875em;
    box-sizing: border-box;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    flex: 0 0 auto;
}


._artificial .hb:last-of-type dl:first-of-type dd {
    text-align: center;
}

._artificial .hb:last-of-type dl:first-of-type dd ul {
    width: auto;
}

._artificial .hb:last-of-type dl:first-of-type dd ul li {
    display: inline-flex;
    align-items: center;
}

._artificial .hb dl+dl dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 490px;
    margin: 0 auto;
    margin-top: -10px;
}

._artificial .hb dl+dl dd ul li {
    flex: 0 1 calc(25% - 20px);
    border-radius: 1000px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: calc(22/16);
    position: relative;
    margin: 10px 10px 0;
    max-width: 100px;
}

._artificial .hb dl+dl dd ul li:nth-of-type(1) {
    margin-left: 20px;
}

._artificial .hb dl+dl dd ul li:nth-of-type(3) {
    margin-right: 20px;
}

._artificial .hb dl+dl dd ul li p {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

._artificial .hb dl+dl dd ul li::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}


/* 이미지수정 */
._artificial .hb:first-of-type {
    background: url(/img/sub/arti/artificial_img01.jpg) no-repeat center/cover;
}

._artificial .hb:last-of-type {
    background: url(/img/sub/arti/artificial_img02.jpg) no-repeat center/cover;
}

@media screen and (min-width:1920px) {
    ._artificial .hb {
        padding: 0 130px;
    }
}

@media screen and (max-width:1280px) {
    ._artificial .hb .tbx>h2 {
        font-size: 32px;
    }

    ._artificial .hb .tbx>p {
        font-size: 16px;
    }

    ._artificial .hb dl:first-of-type {
        margin-top: 25px !important;
        padding-top: 25px !important;
    }

    ._artificial .hb dl:first-of-type dd ul li {
        font-size: 16px;
    }

    ._artificial .hb dl dt {
        font-size: 18px;
    }

    ._artificial .hb:last-of-type dl:first-of-type dd ul li {
        font-size: 16px;
    }

    ._artificial .hb dl+dl dd ul li {
        font-size: 1.0938vw;
    }


}

@media screen and (max-width:768px) {

    ._artificial {
        display: block;
        height: auto;
    }

    ._artificial .hb {
        flex: auto;
        padding: 25vw 5%;
    }

    ._artificial .hb::after {
        opacity: 1;
    }

    ._artificial .hb dl {
        display: block !important;
        height: auto !important;
    }

    ._artificial .hb dl+dl dd ul li {
        font-size: 16px;
    }

    ._artificial .hb .tbx>h2 {
        font-size: 24px;
    }

    ._artificial .hb .tbx>p {
        font-size: 14px;
    }

    ._artificial .hb dl dt {
        font-size: 16px;
    }

    ._artificial .hb dl:first-of-type dd ul li {
        font-size: 14px;
    }

    ._artificial .hb:last-of-type dl:first-of-type dd ul li {
        font-size: 14px;
    }

    ._artificial .hb dl+dl dd ul li {
        flex: 0 0 33%;
        margin: 10px 5px 0;
    }

    ._artificial .hb dl+dl dd ul li:nth-of-type(1) {
        margin-left: 5px;
    }

    ._artificial .hb dl+dl dd ul li:nth-of-type(3) {
        margin-right: 5px;
    }

}

@media screen and (max-width:480px) {

    ._artificial .hb {
        padding: 35vw 5%;
    }

    ._artificial .hb dl+dl dd ul li {
        font-size: 12px;
    }

}

/* 안질환 */
._disease {
    --letter: -0.025em;
    position: relative;
}

._disease .ful_bx {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 970px;
}

._disease .ful_bx .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    z-index: -1;
}

._disease .ful_bx .tbx {
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

._disease .ful_bx .tbx .dl_1 dt {
    font-size: 20px;
    letter-spacing: var(--letter);
    font-weight: bold;
}

._disease .ful_bx .tbx .dl_1 dd {
    font-size: 100px;
    font-family: var(--albra);
    font-weight: normal;
    margin-top: 25px;
}

._disease .ful_bx .tbx .tb {
    font-size: 24px;
    letter-spacing: var(--letter);
    line-height: calc(40/24);
    margin-top: 70px;
}

._disease .ful_bx .tbx .tb h2 {
    font-weight: bold;
}

._disease .ful_bx .tbx .tb p {
    font-weight: 300;
    word-break: keep-all;
}

._disease .ful_bx .tbx .tb_2 .u_p h2 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: var(--letter);
}

._disease .ful_bx .tbx .tb_2 .u_p p:first-of-type {
    letter-spacing: var(--letter);
    font-size: 28px;
    font-weight: 500;
    line-height: calc(42/28);
    margin-top: 20px;
    word-break: keep-all;
}

._disease .ful_bx .tbx .tb_2 .u_p p:last-of-type {
    letter-spacing: var(--letter);
    font-size: 20px;
    line-height: calc(34/20);
    font-weight: normal;
    margin-top: 25px;
    word-break: keep-all;
}

._disease .ful_bx .tbx .tb_2 .d_p {
    margin-top: 60px;
}

._disease .ful_bx .tbx .tb_2 .d_p dt {
    font-size: 20px;
    letter-spacing: var(--letter);
    font-weight: bold;
    word-break: keep-all;
}

._disease .ful_bx .tbx .tb_2 .d_p dd {
    font-size: 16px;
    letter-spacing: var(--letter);
    line-height: calc(28/16);
    font-weight: normal;
    margin-top: 15px;
    opacity: .6;
    word-break: keep-all;
}

._disease .ful_bx .tbx .tb_2 .d_p ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
}

._disease .ful_bx .tbx .tb_2 .d_p ul li {
    margin: 10px calc(45px/2) 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: var(--letter);
}

._disease .ful_bx .tbx .tb_2 .d_p ul li img {
    margin-right: 10px;
}


@keyframes barTime {
    0% {
        top: -50%;
    }

    100% {
        top: 100%;
    }
}

._disease .ful_bx .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

._disease .ful_bx .scroll p {
    font-family: var(--albra);
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

._disease .ful_bx .scroll .scroll-bar {
    height: 120px;
    width: 1px;
    background: #959598;
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
    overflow: hidden;
}

._disease .ful_bx .scroll .scroll-bar .bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    background: #fff;
    animation: barTime 2s infinite linear;
}


._disease .menu {
    position: absolute;
    top: 320px;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 20px;
    font-weight: 500;
    margin-left: 60px;
    font-family: var(--notosans);
    display: inline-block;
    max-width: none !important;
    width: auto !important;
}

._disease .menu li {
    color: #98918e;
    cursor: pointer;
    position: relative;
    transition: color .4s;
    white-space: nowrap;
}

._disease .menu li::after {
    width: 0;
    height: 2px;
    background: #fff;
    margin-left: 20px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    transition: width .4s;
}

._disease .menu li+li {
    margin-top: 40px;
}


._disease .menu li.on {
    font-family: var(--songMyung);
    font-size: 32px;
    color: #fff;
}

._disease .menu li.on::after {
    width: 80px;
}

/* 이미지변경 */
._disease .ful_bx:nth-of-type(1) .back {
    background-image: url(/img/sub/dis/disease_img01.jpg);
}

._disease .ful_bx:nth-of-type(2) .back {
    background-image: url(/img/sub/dis/disease_img02.jpg);
}

._disease .ful_bx:nth-of-type(3) .back {
    background-image: url(/img/sub/dis/disease_img03.jpg);
}

._disease .ful_bx:nth-of-type(4) .back {
    background-image: url(/img/sub/dis/disease_img04.jpg);
}

._disease .ful_bx:nth-of-type(5) .back {
    background-image: url(/img/sub/dis/disease_img05.jpg);
}

._disease .ful_bx:nth-of-type(6) .back {
    background-image: url(/img/sub/dis/disease_img06.jpg);
}

._disease .ful_bx:nth-of-type(7) .back {
    background-image: url(/img/sub/dis/disease_img07.jpg);
}

@media screen and (max-width:1550px) {
    ._disease .menu {
        margin-left: 30px;
        font-size: 16px;
    }

    ._disease .menu li::after {
        margin-left: 10px;
    }

    ._disease .menu li+li {
        margin-top: 30px;
    }

    ._disease .menu li.on {
        font-size: 28px;
    }

    ._disease .menu li.on::after {
        width: 40px;
    }

    ._disease .ful_bx .tbx .dl_1 dt {
        font-size: 18px;
    }

    ._disease .ful_bx .tbx .dl_1 dd {
        font-size: 6.4516vw;
    }

    ._disease .ful_bx .tbx .tb {
        font-size: 20px;
    }

    ._disease .ful_bx .tbx .tb_2 .u_p h2 {
        font-size: 34px;
    }

    ._disease .ful_bx .tbx .tb_2 .u_p p:first-of-type {
        font-size: 20px;
    }

    ._disease .ful_bx .tbx .tb_2 .u_p p:last-of-type {
        font-size: 16px;
    }

    ._disease .ful_bx .tbx .tb_2 .d_p dt {
        font-size: 18px;
    }

    ._disease .ful_bx .tbx .tb_2 .d_p dd {
        font-size: 14px;
    }

}

@media screen and (max-width:1280px) {
    ._disease .ful_bx .tbx .dl_1 dd {
        font-size: 8.4516vw;
    }

    ._disease .menu {
        display: none;
    }

    ._disease .ful_bx:nth-of-type(2) .back {
        background-image: url(/img/sub/dis/disease_img02_m.jpg);
    }

    ._disease .ful_bx:nth-of-type(3) .back {
        background-image: url(/img/sub/dis/disease_img03_m.jpg);
    }

    ._disease .ful_bx:nth-of-type(4) .back {
        background-image: url(/img/sub/dis/disease_img04_m.jpg);
    }

    ._disease .ful_bx:nth-of-type(5) .back {
        background-image: url(/img/sub/dis/disease_img05_m.jpg);
    }

    ._disease .ful_bx:nth-of-type(6) .back {
        background-image: url(/img/sub/dis/disease_img06_m.jpg);
    }

    ._disease .ful_bx:nth-of-type(7) .back {
        background-image: url(/img/sub/dis/disease_img07_m.jpg);
    }
}


@media screen and (max-width:768px) {
    ._disease .ful_bx {
        min-height: calc(var(--vh, 1vh) * 100);
    }

    ._disease .ful_bx .tbx .dl_1 dt {
        font-size: 16px;
    }

    ._disease .ful_bx .tbx .dl_1 dd {
        font-size: 9.4516vw;
    }

    ._disease .ful_bx .tbx .tb {
        margin-top: 2.91666em;
        font-size: 18px;
    }

    ._disease .ful_bx .tbx .tb_2 .u_p h2 {
        font-size: 24px;
    }

    ._disease .ful_bx .tbx .tb_2 .u_p p:first-of-type {
        font-size: 16px;
        margin-top: 0.7142em;
    }

    ._disease .ful_bx .tbx .tb_2 .u_p p:last-of-type {
        font-size: 14px;
        margin-top: 1.25em;
    }

    ._disease .ful_bx .tbx .tb_2 .d_p {
        font-size: 16px;
        margin-top: 3em;
    }

    ._disease .ful_bx .tbx .tb_2 .d_p dt {
        font-size: 16px;
    }

    ._disease .ful_bx .tbx .tb_2 .d_p dd {
        font-size: 14px;
    }

    ._disease .ful_bx .tbx .tb_2 .d_p ul li {
        font-size: 14px;
        margin: 10px calc(25px/2) 0;
    }


}