* {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    font-family: "Noto Sans TC";
    max-width: 1440px;
}

a {
    text-decoration: none;
}

.nav_and_header {
    height: 600px;
    background-image: url("image/image_1.png");
}

nav {
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

nav a {
    color: #043E8D;
    text-decoration: none;
    font-size: 24px;
    margin: 10px;
    border: #043E8D solid 1px;
    border-radius: 20px;
    padding: 3px 24px;
}

nav .now_page {
    color: white;
    background-color: rgba(4, 62, 141, 0.4);
}

nav li {
    display: inline-block;
    position: relative;
}

nav a:hover {
    color: white;
    background-color: rgba(4, 62, 141, 0.4);
}

.dropdwon a {
    border: 0;
}

.dropdwon a:hover {
    background-color: transparent;
    color: #8faeda;
}

.dropdwon {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: none;
}

.dropdwon li {
    display: block;
}

nav span:hover .dropdwon {
    display: block;
    margin-top: 7px;
}

header h1 {
    text-align: right;
    font-size: 48px;
    color: #043E8D;
}

header span {
    color: white;
}

header .header_title1 {
    width: 455px;
    font-weight: 600;
    letter-spacing: 0.15cm;
    margin-top: 100px;
    margin-right: 200px;
    text-align: center;
}

header .header_title2 {
    width: 455px;
    font-weight: 900;
    font-size: 24.5px;
    letter-spacing: 0.05cm;
    margin-top: 5px;
    margin-right: 200px;
    text-align: center;
}

.purpose h2 {
    color: #043E8D;
    font-size: 32px;
}

.purpose h3 {
    color: #00C4C4;
    font-size: 24px;
    margin: 15px 0 30px 0;
}

.purpose .image_2 {
    margin: 55px 29px 50px 29px;
}

.purpose_title {
    margin: 55px auto;
    width: max-content;
    display: grid;
}

.purpose_title .icon {
    margin-bottom: 14px;
}

.purpose_content {
    width: max-content;
    display: flex;
    margin: auto;
}

.purpose_content .icon {
    margin: 15px auto 15px auto;
}

.purpose .column {
    margin: 0 30px;
    width: 260px;
    display: grid;
    text-align: center;
}

.purpose p {
    text-align: left;
}

.news {
    margin-bottom: 100px;
}

.news h2 {
    color: #043E8D;
    font-size: 32px;
}

.news h3 {
    color: #00C4C4;
    font-size: 24px;
}

.news h4 {
    color: #00C4C4;
    font-size: 16px;
}

.news_title {
    margin: 50px auto 85px auto;
    width: max-content;
    display: grid;
}

.news_title .icon {
    margin: 15px auto 15px auto;
}

.news_content {
    display: flex;
}

.news_content a:hover h3 {
    color: #80e6e6;
}

.news_content_left {
    width: 600px;
    margin-right: 40px;
    margin: auto;
    margin-top: 0;
}

.news_content_left .readmore {
    text-decoration-line: underline;
    margin-top: 25px;
}

.news_content_left h3 {
    margin-top: 35px;
}

.news_content_left h4 {
    margin-bottom: 35px;
}

.news_content_right {
    margin-left: 40px;
    margin: auto;
}

.news_content_right .column {
    margin-bottom: 30px;
}

.news_content_right .right_title {
    margin-left: 0;
    width: 263px;
}

.news_img_left {
    width: 600px;
    height: 400px;
    background-color: #D9D9D9;
}

.news_img_right {
    width: 240px;
    height: 160px;
    background-color: #D9D9D9;
    margin-left: auto;
    margin-right: 0;
}

.news .column {
    border-bottom: #000000 solid 1px;
    width: 554px;
    height: 190px;
    display: flex;
}

footer {
    height: 400px;
    background-color: #00C4C4;
}

footer h4 {
    color: white;
    font-size: 20px;
    margin: auto 20px;
}

footer p {
    color: white;
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
}

footer .hori_line {
    width: 579px;
    height: 1px;
    background-color: white;
    margin: auto 0;
}

footer div {
    display: flex;
}

footer .column {
    display: grid;
}

footer .plan_department_title {
    padding-top: 75px;
    justify-content: center;
}

footer .plan_department {
    width: max-content;
    margin: 20px auto auto auto;
}

footer .plan_department .column {
    margin: 0 30px;
}

footer .help_department_title {
    padding-top: 43px;
    justify-content: center;
}

footer .help_department {
    width: max-content;
    margin: auto;
}

footer .help_department .icon {
    margin: 20px 10px;
    width: 100%;
    height: 90%;
}

/* information_page */

/* .nav_and_header_2 {
    height: 120px;
    background-color: #00ffd9;
} */

.nav_and_header_2 {
    height: 400px;
    background-image: url("image/image_1.png");
}

.content {
    height: auto;
    padding-bottom: 100px;
    padding-top: 50px;
    background-image: linear-gradient(to bottom, rgba(0, 255, 217), rgba(0, 208, 255, 0.4)), url("image/image_4.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.info {
    display: flex;
    margin: auto 80px;
}

.info .column {
    width: 600px;
    height: 600px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    margin: 20px;
}

.info .text_box {
    width: 525px;
    height: 329px;
    margin: 30px 30px 5px 30px;
}

.info .title {
    display: flex;
    align-items: center;
}

.info h2 {
    color: #00C4C4;
    font-weight: 700;
    font-size: 36px;
    margin: 5px;
}

.info_line {
    width: 236px;
    height: 1px;
    background-color: #00C4C4;
}

.info a:hover h2 {
    color: #80e6e6;
}

.info a:hover .info_line {
    background-color: #80e6e6;
}

.info p {
    font-size: 20px;
    font-weight: 400;
    margin: 10px;
    padding-top: 5px;
}

.info .img_box {
    width: 525px;
    height: 190px;
    display: flex;
    background-color: white;
    margin-bottom: 35px;
}

/* information_page_1 */

.nav_and_header_3 {
    height: 120px;
    background-color: #00ffd9;
}

.info_1 {
    display: flex;
    margin: auto 80px;
}

.info_1 .column {
    width: 1260px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
}

.info_1 h2 {
    color: #00C4C4;
    font-weight: 700;
    font-size: 36px;
    margin: 5px;
}

.info_1 .title {
    display: flex;
    align-items: center;
    margin: 40px 80px 0 80px;
}

.info_1_line {
    width: 811px;
    height: 1px;
    background-color: #00C4C4;
}

.info_1 .content_box {
    width: 1100px;
    display: flex;
}

.info_1 p {
    font-size: 20px;
    font-weight: 400;
    margin: 10px;
    margin-bottom: 60px;
    padding-top: 5px;
}

.info_1 span {
    font-weight: 700;
}

.info_1 .img_box {
    display: block;
    margin-top: 10px;
    margin-bottom: 60px;
}

.info_1 img {
    width: 474px;
    margin: 5px;
}

/* information_page_2 */

.info_2 {
    display: flex;
    margin: auto 80px;
}

.info_2 .column {
    width: 1260px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
}

.info_2 h2 {
    color: #00C4C4;
    font-weight: 700;
    font-size: 36px;
    margin: 5px;
}

.info_2 .title {
    display: flex;
    align-items: center;
    margin: 40px 80px 0 80px;
}

.info_1_line {
    width: 811px;
    height: 1px;
    background-color: #00C4C4;
}

.info_2 .content_box {
    width: 1100px;
    display: flex;
}

.info_2 p {
    font-size: 20px;
    font-weight: 400;
    margin: 10px;
    margin-bottom: 60px;
    padding-top: 5px;
}

.info_2 span {
    font-weight: 700;
}

.info_2 .img_box {
    display: block;
    margin-bottom: 45px;
}

.info_2 img {
    width: 442px;
    margin: 26px;
}

/* information_page_3 */

.info_3 {
    display: flex;
    margin: auto 80px;
}

.info_3 .column {
    width: 1260px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
}

.info_3 h2 {
    color: #00C4C4;
    font-weight: 700;
    font-size: 36px;
    margin: 5px;
}

.info_3 .title {
    display: flex;
    align-items: center;
    margin: 40px 80px 0 80px;
}

.info_1_line {
    width: 811px;
    height: 1px;
    background-color: #00C4C4;
}

.info_3 .content_box {
    width: 1100px;
    display: flex;
}

.info_3 p {
    font-size: 20px;
    font-weight: 400;
    margin: 10px;
    margin-bottom: 60px;
    padding-top: 10px;
}

.info_3 span {
    color: #00C4C4;
    font-weight: 700;
}

.info_3 .img_box {
    display: block;
    margin-bottom: 45px;
}

.info_3 img {
    width: 432px;
    margin: 20px;
}

/* information_page_4 */

.info_4 {
    display: flex;
    margin: auto 80px;
}

.info_4 .column {
    width: 1260px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
}

.info_4 h2 {
    color: #00C4C4;
    font-weight: 700;
    font-size: 36px;
    margin: 5px;
}

.info_4 .title {
    display: flex;
    align-items: center;
    margin: 40px 80px 0 80px;
}

.info_1_line {
    width: 811px;
    height: 1px;
    background-color: #00C4C4;
}

.info_4 .content_box {
    width: 1100px;
    display: flex;
}

.info_4 p {
    font-size: 20px;
    font-weight: 400;
    margin: 10px;
    margin-bottom: 60px;
    padding-top: 5px;
}

.info_4 span {
    font-weight: 700;
}

.info_4 .img_box {
    display: block;
    margin-bottom: 45px;
}

.info_4 img {
    width: 441px;
    margin: 20px;
}