@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&display=swap');

body {
    font-family: 'Microsoft JhengHei';
    color: #000;
}
.font-nanum-gothic {
    font-family: 'Nanum Gothic', sans-serif !important;
}
.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-bottom: 1px solid #abcddd;
    z-index: 9999999;
    background: #fff;
    padding-right: 5px;
}

.brand-image {
    height: 28px;
    margin: 20px 0px 0px 13px;
}

      .left-nav,
        .right-nav {
            position: relative;
            top: 22px;
            padding-left: 10px;
            color: #737273;
        }
        .right-nav {
            padding-right: 10px;
        }
            .right-nav span,
            .left-nav span {
                position: relative;
                right: 2px;
                top: 2px;
            }
            .left-nav span  {                  
                    left: 2px;
                }
        @media screen and (max-width: 320px) {
            .brand-image {
                height: 18px;
            }
           
        }
        @media screen and (max-width: 420px) {            

            .plr {
                padding-left: 5px;
                padding-right: 5px;
            }
        }

.nav-menu-wrap {
    background: #faf5fb;
    height: auto;
    z-index: 11111;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    border-bottom: 1px solid #a660a3;
}

.nav-menu-closed {
    margin-top: -380px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-menu-open {
    margin-top: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-menu-wrap ul.nav-menu {
    list-style-type: none;
    margin: 10px auto 0px;
    width: 80%;
    padding-left: 0px;
}

    .nav-menu-wrap ul.nav-menu li {
        list-style-type: none;
        padding: 15px 0px;
        border-bottom: 1px solid #a660a3;
    }

        .nav-menu-wrap ul.nav-menu li a {
            color: #000;
            font-weight: 400;
            text-decoration: none;
        }

            .nav-menu-wrap ul.nav-menu li a:hover {
                font-weight: bold;
            }

        .nav-menu-wrap ul.nav-menu li:last-child {
            border: none;
            padding: 20px 20px 30px 0px;
        }

.sub-menu, .sub-menu-home {
    display: none;
}

.hambuger {
    width: 22px;
    line-height: 60px;
    margin: 18px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.main-wrap {
    background-image: url("https://image.email-epicx.roche.com/lib/fe3211737364047d721478/m/1/7d929c73-d00f-40ab-8da0-caf196180552.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
    overflow: hidden;
    padding-top: 35vw;
    padding-bottom: 8vw;
    position: relative;
    margin-top: 60px;
}

.nav-menu-wrap.nav_home_menu {
    position: relative;
    top: 0px;
    z-index: 1;
}

    

.main-wrap h1 {
    font-size: 34px;
    color: #a660a3;
}

.main-wrap p {
    color: #22b8c5;
}

.main-wrap span {
    color: #737273;
}

    .main-wrap span.label-warning {
        color: #717071;
        background-color: #fbf482;
        letter-spacing: 3.5px;
        border-radius: 10px;
    }

footer p {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 15px 0px 5px;
    text-align: justify;
}

footer hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #a660a3;
}

footer ul {
    font-size: 10px;
    font-weight: 300;
    padding: inherit;
    font-weight: bold;
}

footer ol {
    font-size: 10px;
    font-weight: 300;
    list-style: none;
    padding-left: 15px;
}

    footer ol li {
        margin-bottom: 2px;
        border-radius: 10px;
        background-color: rgb(34 184 197 / 10%);
    }

        footer ol li.two {
            background-color: rgb(166 96 163 / 10%);
        }

    footer ol span {
        background-color: #22b8c5;
        font-weight: bold;
        border-radius: 10px;
        padding: 0px 5px;
        color: #fff;
    }

        footer ol span.purple {
            background-color: #a660a3;
        }

.vvpm {
    padding-bottom: 15px;
}

/******* Second page  ********/

.main-body {
    position: relative;
    margin-top: 60px;
}

.heading {
    color: #a660a3;
    font-size: 16px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mtb-20 {
    margin: 20px 0px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.plr-20 {
    padding: 0 20px;
}

.pl-10 {
    padding-left: 10px;
}

.main-body hr {
    border-top: 1px solid #a660a3;
}

.info-box {
    background: #fbe5e8;
    border-radius: 50px;
}

.info-box-g {
    background: #d3ebf7;
}

.info-box tr th {
    padding: 5px 8px;
}

.info-box-p {
    background: #faf5fb;
    border-radius: 10px;
    position: relative
}

.info-image {
    width: 18%;
    float: left;
    position: relative;
    left: 10px;
    z-index: 1;
    top: 10px;
}

    .info-image img {
        width: 100%;
    }

.info-content {
    background: rgb(250 245 251);
    width: 82%;
    float: left;
    border-radius: 10px;
    padding: 10px 20px;
}

.info-title {
    font-weight: bold;
    color: #a660a3;
}

.info-box-p hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.info-content ul {
    list-style-type: square;
    padding-left: 18px;
}

    .info-content ul li {
        margin-bottom: 10px;
        text-align: justify;
    }

.info-lable {
    background: rgb(250 245 251);
    padding: 10px;
    border-radius: 12px;
}

    .info-lable .label-primary {
        border-radius: 50px;
        background-color: #a660a3;
    }

.border-3px {
    width: 100%;
    height: 10px;
    background-color: #a660a3;
}

p.info {
    font-size: 18px;
    font-weight: bold;
    color: #22b8c5;
    padding-left: 22px;
}

p.infop {
    font-size: 16px;
    color: #a660a3;
}

p {
    text-align: justify;
}

    p.info:before {
        content: '';
        position: absolute;
        left: 15px;
        top: 6px;
        width: 12px;
        height: 12px;
        border-radius: 20px;
        background-color: #22b8c5;
    }

    p.infop:before {
        background-color: #a660a3;
    }

.g-info-lable {
    background: rgb(246 250 251);
    padding: 10px;
    border-radius: 12px;
}

    .g-info-lable p span {
        margin-left: 70px;
    }

ul.last {
    padding-left: 15px;
    list-style-type: none;
}



    ul.last li::before {
        content: "\2022";
        color: #a660a3;
        font-weight: bold;
        display: inline-block;
        width: 10.2px;
        margin-left: -1em;
    }


    ul.last li {
        margin-bottom: 10px;
        text-align: justify;
    }


ol.info-list-g {
    list-style-type: none;
    padding-left: 20px;
}


    ol.info-list-g li span {
        line-height: 18px;
        background-color: #a660a3;
        color: #fff;
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 12px;
        text-align: center;
        font-size: 10px;
        position: relative;
        left: -8px;
    }

.text-table {
    color: #4c4a49
}

.table > tbody > tr > td {
    border-top: 1px solid #a660a3;
}

.table > tbody:first-child > tr:first-child > td {
    border-top: 2px solid #a660a3;
    font-weight: bold;
}

.table > tbody:last-child > tr:last-child > td {
    border-bottom: 2px solid #a660a3;
}

hr.two {
    border-top: 2px solid #a660a3;
}

.badge-p {
    background-color: #a660a3;
    margin-bottom: 5px;
}

.box-heading {
    background: #22b8c5;
    width: 65%;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.box {
    background: #f2fbfa;
    border-top: 2px solid #22b8c5;
    padding: 18px;
    text-align: justify;
}

hr.three {
    border-top: 2px solid #22b8c5;
}

.badge-g {
    background-color: #22b8c5;
    margin-bottom: 5px;
}

.reflist {
    margin-left: -18px;
    font-size: 10px;
}

    .reflist .div5per,
    .reflist .div95per {
        display: inline-block;
        float: left;
        width: 4%;
    }

    .reflist .div95per {
        width: 96%;
        margin-bottom: 10px;
        text-align: justify;
    }

@media screen and (max-width: 460px) {
    .mobile_hide {
        display: none;
    }
}

.text-justify {
    text-align: justify;
}

.space {
    padding: 5px;
}

.p-10 {
    padding: 0 10px !important;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px !important;
}
.t-small td {
    padding: 5px 2px !important;
    font-size: 12px;
}
.t-small .font-size-small {
    font-size: 9.5px;
}
.t-small .yellow_btn, .t-small .grey_btn, .t-small .brown_btn {
    width: 90%;
    background: #fff115;
    border-radius: 5px;
    padding: 5px;
}
.t-small .grey_btn {
    background: #d1d3d6;
}
.t-small .brown_btn {
    background: #ca9d72;
}
.w_100 {
    width:100%;
}
.p-5 {
    padding: 0 5px;
}
.bg_menu {
    background-color: #faf5fb;
}


        .tabArea {
            width: 100%;
            padding: 0 15px;
        }
        .tabArea ul {
            list-style: none;
            padding: 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
            .tabArea ul li.on {
                background-color: #a660a3;
            }
                .tabArea ul li.on > a {
                    color: #fff;
                }

            .tabArea ul li > a {
                display: table;
                position: relative;
                width: 100%;
                height: 40px;
                text-align: center;
                color: #a660a3;
                font-size: 14px;
                font-weight: 500;
                word-break: keep-all;
                text-decoration: none;
            }
            .tabArea ul li:first-child {
                margin-left: 0;
            }
            .tabArea ul li {
                flex: 1;
                -ms-flex: 1;
                border: 1px solid #a660a3;
                background-color: #fff;
            }
            .tabArea ul li {
                margin-left: 3px;
            }
                .tabArea ul li > a > span {
                    display: table-cell;
                    vertical-align: middle;
                    padding: 0 10px;
                }