@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
    font-family: 'Noto Sans TC';
}
.header_line{

    border-bottom: 1px #ccc solid;
}
.container{
    padding-right:13px;
    padding-left:13px;
}
html,body{
    background:#F8F8F8;
}
.header{
    height: 60px;
}
.logo img{
    height: 40px;
}
.header .link li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 9px 0;
    line-height: 20px;
}

.header .link li:first-of-type {
    border-right: 1px solid #ccc;
}
.header .link li a {
    font-weight: 700;
    color: #868787;
    text-decoration: none;
}
.header .link li img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.split_line{
    height:6px;
    background-color:#0098C5;
}
.kb_bg{
    background:url('../image/kv_mobile_bg.png');background-size:cover;background-position: center;
}
.kv{
    max-height:355px;
    max-width: 100%;
}
.title_1{
    text-align:center;
    font-size:15px;
    color:#454445;
    font-weight: 700;
    margin-top:1.5em;
    letter-spacing:0.1em;
}
.title_2{
    text-align: center;
    color:#454445;
    font-weight: 400;
    margin-top:0.7em;
    font-size:15px;
    /* letter-spacing:0.1em; */
}

.block{
    border: 1px #193C58 solid;
    border-radius: 15px;
    background:white;
    padding-top:53px;
    padding-bottom: 48px;
}
.card_img,.card_btn,.online_btn,.shop_btn{
    width:192px;
    max-width: 100%;
}
.online_btn,.shop_btn{
    margin-top:32px;
}
.card_btn{
    margin-top:32px;
}
.main_content_1{
    margin-top: 54px;
}
.main_content_1_title{
    position: absolute;
    left:0;
    right:0;
    top:-28px;
    text-align: center;
}
.main_content_1_title img{
    height:57px;
    max-width:100%;
}

.main_content_2_title{
    position: absolute;
    left:0;
    right:0;
    top:-28px;
    text-align: center;
}
.main_content_2_title img{
    height:57px;
    max-width:100%;
}
.content_1{
    font-size:16px;
    font-weight: 500;
    letter-spacing:0.1em;
}
.content_1:nth-child(1n+2){
    margin-top: 20px;
}
.content_1_sub{
    padding-left:1em;
}
.sub_title,.content_n{
    font-size:12px;
    font-weight: 400;
    margin-top:6px;
}
.list{
    
    text-indent : -1.3em ;
    margin-left:1.3em;
}
.sub_content{
    font-size:10px;
    text-indent : -1.6em ;
    margin-left:1.6em;
    
    margin-top:6px;
    font-weight: 400;
}
.c_r{
    color:#E60034;
}
.c_r2{
    color:#A80000;
}
.c_b{
    color:#0046E2;
}
.image_title{
    font-size:20px;
    color:#193C58;
    font-weight: 700;
}
.sub_content_2{
    
    font-size:30px;
    padding-top:1em;
    margin-top: 18px;
}
.online{
    width:192px;
    max-width:100%;
    margin-top: 18px;
}
.content_list{
    margin-top:32px;
}
.precautions{
    font-size:18px;
    font-weight: 500;
    color:#193C58;
    padding-left:2em;
    padding-right:2em;
    height:42px;
    border-radius: 30px;
    border: 1px solid #193C58;
    background-color:white;
    line-height: 42px;
    margin-top:32px;
    margin-bottom:38px;
    cursor: pointer;
}
.precautions[aria-expanded="true"] .show{
    display: none;
}
.precautions[aria-expanded="false"] .show{
    display: block;
}
.precautions[aria-expanded="true"] .hide{
    display: block;
}
.precautions[aria-expanded="false"] .hide{
    display: none;
}

.precautions_content ul{
    padding:1em;
    list-style-type: decimal;
    padding-bottom: 0px;
}
.precautions_content_2{
    padding-left:0px;
}

.precautions_content_2 ul{
    list-style-type: none;
    text-indent : -1.6em ;
    margin-left:0.6em;
    margin-top:0px;
    padding-top: 0px;
}
.precautions_content_2_title{
    margin-top:35px;
    font-size:24px;
}
.precautions_tip{
    
    text-indent : -1.6em ;
    margin-left:0.6em;
    
}

.footer{
    background:#0E3580;
    min-height: 155px;
    margin-top:58px;
}
.footer span{
    color:white;
    text-align: center;
    font-size:15px;
}


@media (min-width: 768px){

    
.kb_bg{
    background:url('../image/kv_bg.png');background-size:cover;
}
.kv{
    max-height:355px;
    max-width: 100%;
}
.title_1{
    text-align:center;
    font-size:32px;
    color:#454445;
    font-weight: 700;
    margin-top:1.5em;
    letter-spacing:0.1em;
}
.title_2{
    text-align: center;
    color:#454445;
    font-weight: 400;
    margin-top:0.7em;
    font-size:28px;
    letter-spacing:0.1em;
}

.block{
    border: 1px #193C58 solid;
    border-radius: 15px;
    background:white;
    padding-top:70px;
    padding-bottom: 57px;
}
.card_img,.card_btn,.online_btn,.shop_btn{
    width:285px;
    max-width: 100%;
}
.online_btn,.shop_btn{
    margin-top:32px;
}
.card_btn{
    margin-top:32px;
}
.main_content_1{
    margin-top: 115px;
}
.main_content_1_title{
    position: absolute;
    left:8%;
    top:-55px;
    text-align:left;
}
.main_content_1_title img{
    height:112px;
    max-width:100%;
}

.main_content_2_title{
    position: absolute;
    left:8%;
    top:-55px;
    text-align:left;
}
.main_content_2_title img{
    height:112px;
    max-width:100%;
}
.content_1{
    font-size:24px;
    font-weight: 500;
    letter-spacing:0.1em;
}
.content_1:nth-child(1n+2){
    margin-top: 20px;
}
.content_1_sub{
    padding-left:1em;
}
.sub_title,.content_n{
    font-size:16px;
    font-weight: 400;
    margin-top:6px;
}
.list{
    
    text-indent : -1.3em ;
    margin-left:1.3em;
}
.sub_content{
    font-size:12px;
    text-indent : -1.6em ;
    margin-left:1.6em;
    
    margin-top:6px;
    font-weight: 400;
}
.c_r{
    color:#E60034;
}
.c_r2{
    color:#A80000;
}
.c_b{
    color:#0046E2;
}
.image_title{
    font-size:30px;
    color:#193C58;
    font-weight: 700;
}
.sub_content_2{
    
    font-size:30px;
    padding-top:1em;
    margin-top: 18px;
}
.online{
    width:192px;
    max-width:100%;
    margin-top: 18px;
}
.content_list{
    margin-top:32px;
}
.precautions{
    font-size:30px;
    font-weight: 500;
    color:#193C58;
    padding-left:2em;
    padding-right:2em;
    height:60px;
    border-radius: 30px;
    border: 1px solid #193C58;
    background-color:white;
    line-height: 60px;
    margin-top:70px;
    margin-bottom:38px;
    cursor: pointer;
}
.precautions[aria-expanded="true"] .show{
    display: none;
}
.precautions[aria-expanded="false"] .show{
    display: block;
}
.precautions[aria-expanded="true"] .hide{
    display: block;
}
.precautions[aria-expanded="false"] .hide{
    display: none;
}

.precautions_content ul{
    padding:1em;
    list-style-type: decimal;
    padding-bottom: 0px;
}
.precautions_content_2{
    padding-left:0px;
}

.precautions_content_2 ul{
    list-style-type: none;
    text-indent : -1.6em ;
    margin-left:0.6em;
    margin-top:0px;
    padding-top: 0px;
}
.precautions_content_2_title{
    margin-top:35px;
    font-size:24px;
}
.precautions_tip{
    
    text-indent : -1.6em ;
    margin-left:0.6em;
    
}

.footer{
    background:#0E3580;
    min-height: 155px;
    margin-top:58px;
}
.footer span{
    color:white;
    text-align: center;
    font-size:15px;
}
.d-md-block{
    display:inline-block!important;
}
}