body {
    font-size: 18px;
    line-height: 1.8em;
    color: #333;
    font-family: "微軟正黑體", "新細明體", Ariel, Helvetica, sans-serif;
    background-color: #ffffff;
}

h2 {
    text-align: center;
    color: #f6821f;
    font-weight: 700;
    padding: 20px;
}


a {
    color: #ffcd3c;
}

a:hover {
    color: #FEF1CE;
    text-decoration: none;
}

p {
    text-align: justify;
}

.focus-txt {
    color: #ffc107;
    font-weight: 700;
}


section {
    padding: 2em;
}



.kv img {
    width: 100%;
}

.btn-primary {
    background-color: #0054db;
    border: 1px solid #0054db;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 0;
    border-radius: 44px;
    font-size: 1.5rem;   
    transition-duration: 0.3s; 
}


.btn-primary:hover {
    transform: translate(3px, 2px);    
    background-color: #003682;
    border: 1px solid #003682;

}

.form {
    color: #333;
}


.form-inner {
    margin-bottom: 25px;
    padding: 20px 20px 22px 18px;
    line-height: 1.78;
    background-color: #f9f6f7;
    border-radius: 20px;
}

nav.form {
    text-align: right;
}

nav.form .nav-item {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #0B2A5C;
    padding: 0.5em 1.5rem;
    background-color: #FF9326;
    border-radius: 10px;
    position: relative;
    transition: 0.2s;
    margin: 2rem 4rem 0;
}

nav.form .nav-item:hover{
	background-color:#FFC721;
}

.help-block {
    color: #F8AD72;

}

label>span {
    color: #f6821f;
}

input {
    margin: 0 5px;
}

.dl-box {
    position: relative;
    color: #333;
    background-color: #c4ebf5;
    padding: 18px 20px 10px;
    font-size: 16px;
    line-height: 1.5;    
    margin-top: 30px;
    margin-bottom: 20px;  
    transition-duration: 0.3s;
    cursor: pointer;
}

.dl-box:hover{
    transform: translate(3px, 2px);
    background-color: #acdce7;
}

.file-group .filebox:nth-child(5) .dl-box,
.file-group .filebox:nth-child(6) .dl-box,
.file-group .filebox:nth-child(7) .dl-box {
    background-color: #ffcca5;
}
.file-group .filebox:nth-child(5) .dl-box:hover,
.file-group .filebox:nth-child(6) .dl-box:hover,
.file-group .filebox:nth-child(7) .dl-box:hover {
    background-color: #ffd4b4;
}

/* 
.dl-box-all {
    position: relative;
    color: #fff;
    background-color: #0054db;
    padding: 18px 20px 10px;
    font-size: 16px;
    line-height: 1.5;    
    margin-top: 30px;
    margin-bottom: 20px;  
    transition-duration: 0.3s;
}

.dl-box-all:hover{
    transform: translate(3px, 2px);
    background-color: #005ef5;
} */

.dl-box h4{
    font-weight: 600;
    color: #0054db;
}
/* .dl-box-all h4{
    font-weight: 600;
    color:#fff;
} */
.dl-box h4 span {
    color: #f5821f;
}

.dl-box::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
}

.dl-box::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
}

.di-top{
    font-size: 3em;
    color: #0054db;
    margin-bottom: 15px;
    margin-top: -50px;
}
.di-top i {
    background-color: #dbdbdb;
    padding: 5px 10px 5px;
    border-radius: 8px;
}
.dl-box-all .di-top {
    color:#c4ebf5;
}

footer {
    color: #fff;
    display: block;
    text-align: center;
    background-color: #f5821f;
    padding: 15px 0;

}