.language_group {display: none;}

.notice-box{padding-bottom: 10%; color:#797d82;}

.notice-box>p:nth-child(2){font-size: 1.1rem; line-height: 1.5rem; margin-bottom: 10px; font-weight: 500; text-align: justify;}
.notice-box .header{font-size: 1rem; line-height: 1.2rem; padding:0px 5px; margin-bottom: 10px; text-align: justify;}

.content-box{padding: 20px; border: 2px solid #ccc;}
.content-box :first-child{margin-top:0px;}
.content-box>p{font-size: 0.875rem; line-height: 1.25rem; text-align: justify; margin-bottom: 10px; font-weight: 300;}
.content-box>h3{font-size: 1rem; line-height: 1.5rem; text-align: justify; margin-top: 20px; font-weight: 500;}

.content-box th{padding: 10px; font-size: 0.875rem; border: 1px solid #ccc; background: #eee;}
.content-box td{padding: 10px; font-size: 0.875rem; border: 1px solid #ccc;line-height: 1.25rem;}

.indent{padding-left:15px;}
.d-block{display:block;}
.imp{font-weight:500!important;color:#0073ff;}
a:hover{color:#fcb737;}


@media (max-width:1200px){
    :root{font-size: 15px;}
}

@media (max-width:1024px){
    :root{font-size: 14px;}
}

@media (max-width:768px){
    :root{font-size: 13px;}
}

@media (max-width:480px){
    :root{font-size: 12px;}
    .content-box{padding: 10px;}
}