body,
body * {
    font-family: "微軟正黑體", "Microsoft JhengHei" !important;
}

.ttl-01 .font-en-b {
    color: #EC7A9B;
}
.header--logo p.items {
    margin-right: 30px;
}

.header--logo p span:nth-child(2) {
   /** height: 40px;**/
}

.header--logo span {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
}

.header--logo span a {
    margin-right: 15px;
}

.header>.inner {
    padding-bottom: 10px;

    max-width: 96%;
}
.pc_menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pc_menu ul li a span{font-size: 18px;}
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    background-color: #fff;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 11px 0;
    width: auto;
    display: none;
}

.menu-item-has-children .sub-menu li {
    padding: 0;
}

.menu-item-has-children a {
    padding: 10px 20px;
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #003d59;
    white-space: nowrap;
}

.menu-item-has-children:hover>ul {
   display: block;
}
.header .gnav--menu a{position: relative;}
@media screen and (max-width:1024px) {
 .gnav .gnav--menu .sub-menu{display: none;box-sizing: border-box;padding-left: 15px;}
}