header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0%;
    z-index: 99;
    background-color: #ffffff;
    overflow: hidden;
}

.loadheader {
    max-width: 61.8%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.loadheader div {
    vertical-align: middle;
}

.logoarea {
    width: 100px;
    position: absolute;
    top: 30%;
    left: 3%;
}

.logoarea img {
    width: 100%;
}

.menu {
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 12%;
    vertical-align: middle;
}

.menu ul li {
    padding: 0% 4% 0.3% 0%;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Arial', 'Noto Sans TC';
}

.menu ul li:first-child {
    padding-left: 3%;
}

.menu ul li .link {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.menu ul li .baseline {
    width: 1px;
    height: 14px;
    background-color: #4c4948;
}

.menu ul .line {
    width: 1px;
    height: 40px;
    background-color: #3562a0;
}

.menu ul li a {
    text-decoration: none #3562a0;
    color: #4c4948;
}

.menu ul li a:hover {
    text-decoration: underline #3562a0;
}

.link.action {
    text-decoration: #3562a0;
}

.icon {
    text-align: start;
    width: 21.834%;
    position: absolute;
    bottom: 0%;
    right: -3%;
}

.icon .search {
    width: 30%;
    height: 32px;
    display: inline-block;
    position: relative;
    margin-right: 2%;
    text-align: end;
}

.icon .search button {
    width: 17px;
    position: absolute;
    top: 25%;
    left: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.icon .search button:focus {
    outline: none;
}

.icon .search button img {
    width: 100%;
    font-size: 0;
}

.icon .search input[type="text"] {
    width: 30%;
    height: 100%;
    background: transparent;
    border: none;
    text-align: start;
}

.icon .search input:focus {
    outline: none;
}

.icon .icons {
    height: 20px;
    font-size: 0;
    margin-right: 2%;
    display: inline-block;
}

.icons img {
    height: 100%;
}

.Searchinput {
    position: fixed;
    right: 18.5%;
    top: 0px;
    width: 10%;
    padding: 0% 0.3%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding-bottom: 0.1%;
    border-radius: 5px;
    z-index: 3;
    transition: all .5s ease-in-out;
}

.Searchinput.action {
    top: 90px;
    transition: all .5s ease-in-out;
}

.inputbox {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
}

.inputbox input {
    width: 100%;
    border: none;
    background-color: #e8e8e8;
    font-size: 18px;
    border-radius: 5px;
}

.Searchicon {
    display: inline-block;
    width: 9%;
    min-width: 14px;
    padding: 1% 1%;
    vertical-align: middle;
    margin-left: 2%;
    margin-top: 3%;
    cursor: pointer;
}

.Searchicon img {
    width: 100%;
}

footer{
    height: 40px;
}
.loadfooter {
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #315e97;
    color: #ffffff;
    padding-top: 0.5%;
    letter-spacing: 3px;
    font-family: 'Noto Sans TC', sans-serif;
}

@media screen and (max-width:1780px) {
    .menu ul li {
        padding: 0% 2% 0.3% 0%;
    }
}

@media screen and (max-width:1560px) {
    .menu ul li {
        font-size: 15px;
        padding: 0% 1% 0.7% 0%;
    }
    .menu ul li .baseline {
        height: 13px;
    }
    .icon {
        right: -2%;
        bottom: 4%;
    }
    .icon .search button {
        width: 17px;
        top: 23%;
    }
    .icon .icons {
        height: 20px;
    }
    .loadfooter {
        font-size: 14px;
    }
}

@media screen and (max-width:1450px) {
    .menu ul li {
        font-size: 14px;
        padding: 0% 1.5% 0.7% 0%;
    }
}

@media screen and (max-width:1366px) {
    .loadheader {
        max-width: 68.8%;
    }
    .menu ul li {
        font-size: 14px;
        padding: 0% 2% 0.9% 0%;
    }
    .icon .icons {
        height: 20px;
    }
    .icon {
        bottom: 14%;
        right: -4%;
        padding-right: 1%;
    }
    .loadfooter {
        font-size: 14px;
    }
    header {
        height: 70px;
    }
    .logoarea {
        top: 10%;
        left: 3%;
    }
    .menu ul li .baseline {
        height: 11px;
    }
    .icon .search {
        width: 20%;
        height: 20px;
    }
    .icon .search button {
        width: 16px;
        top: 10%;
        left: 40%;
    }
    .menu ul li:first-child {
        padding-left: 3%;
    }
    .icon .search input[type="text"] {
        width: 30%;
    }
    .Searchinput {
        width: 12%;
    }
    .Searchinput.action {
        top: 70px;
    }
}

@media screen and (max-width:1280px) {
    .loadheader {
        max-width: 70.8%;
    }
    .menu ul li:first-child {
        padding-left: 1%;
    }
    .icon .search button {
        width: 14px;
        top: 15%;
        left: 21%;
    }
    .icon .search input[type="text"] {
        width: 50%;
    }
    .icon {
        bottom: 14%;
        right: -13%;
        width: 30.834%;
    }
    .icon .icons {
        height: 18px;
    }
    .icon .search {
        height: 20px;
    }
    .menu ul li {
        padding: 0% 2% 1% 0%;
    }
    .logoarea {
        left: 0%;
    }
}

@media screen and (max-width:1240px) {
    .menu ul li {
        padding: 0% 1.4% 1% 0%;
    }
    .icon {
        right: -12%;
    }
    .Searchinput {
        width: 16%;
    }
}

@media screen and (max-width:1120px) {
    .menu ul li {
        margin: 0% 1%;
    }
}

@media screen and (max-width:1220px) {
    .menu {
        display: none;
    }
    .icon {
        display: none;
    }
    .humber {
        display: flex;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 32%;
        right: 7%;
        z-index: 99;
        cursor: pointer;
    }
    .humber .line {
        width: 100%;
        height: 4px;
        border-radius: 5px;
        background-color: #3562a0;
        transition: all .3s ease-in-out;
        margin: auto;
    }
    .humber .line.action {
        background: transparent;
        transform: rotate(90deg);
    }
    .humber .line::before,
    .humber .line::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #3562a0;
        border-radius: 5px;
        transition: all .3s ease-out;
    }
    .humber .line::before {
        transform: translateY(-250%);
    }
    .humber .line::after {
        transform: translateY(150%);
    }
    .humber .line.action::after {
        -webkit-transform: translateY(-100%) rotate(-45deg);
        -ms-transform: translateY(-100%) rotate(-45deg);
        transform: translateY(-100%) rotate(-45deg);
    }
    .humber .line.action::before {
        -webkit-transform: translateY(0%) rotate(45deg);
        -ms-transform: translateY(0%) rotate(45deg);
        transform: translateY(0%) rotate(45deg);
    }
}