@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,800");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,800,800i,900");

header {
    position: absolute;
    z-index: 80;
    background-color: white;
    width: 100%;
}

body #menu .cloud {
    width: 90px;
    height: auto;
    padding: 10px 0;
    display: block;
    border: 1px solid #c1c1c1;
    text-align: center;
    letter-spacing: 1px;
}

body #menu .cloud a.sitemap {
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 12px;
}

/* 20210613 */
#inner_logo {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 10;
}

#inner_logo svg {
    fill: white;
    transition: all .5s ease;
}

header #inner {
    position: relative;
}

header #inner .logo {
    position: relative;
    margin-right: 133px;
    width: 250px;
    float: left;
    position: relative;
    height: 129px;
}

header #inner .logo img {
    max-width: 100%;
    width: 167px;
    display: block;
    margin: 35px auto;
}

header #inner .menu {
    position: relative;
    display: flex;
    width: 42%;
    float: left;
    height: 129px;
    font-family: "Roboto", Open Sans, Myriad Pro, Myriad, Aria, sans-serif;
}

header #inner .menu .block {
    position: relative;
    margin-right: 45px;
}

header #inner .menu .block .link {
    position: relative;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
    display: block;
    color: #585858;
}

header #inner .menu .block .link:after {
    content: '';
    background-color: black;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0px;
}

header #inner .menu .block .link.active {
    color: #202020;
}

header #inner .menu .block .link.active:after {
    width: 100%;
}

header #inner .menu .block .has_sub {
    position: relative;
}

header #inner .menu .block .has_sub:before {
    background-color: #202020;
    width: 8px;
    height: 8px;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: 76px;
    left: 50%;
    margin-left: -4px;
    content: '';
    opacity: 0;
}

header #inner .more_info {
    position: relative;
    float: right;
    height: 129px;
    display: flex;
    margin-right: 46px;
}

header #inner .more_info .link {
    position: relative;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
    display: block;
    margin-right: 26px;
    color: #585858;
}

header #inner .more_info .lang-select {
    position: relative;
    width: 116px;
    height: 40px;
    margin-top: 44px;
    cursor: pointer;
}

header #inner .more_info .lang-select select {
    position: relative;
}

header #inner .sub_link {
    position: absolute;
    width: 100%;
    background-color: #202020;
    border-bottom: 1px solid #343434;
    height: 76px;
    top: 129px;
    z-index: 3;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: left;
    padding-left: 357px;
    visibility: hidden;
    opacity: 0;
}

header #inner .sub_link .link {
    position: relative;
    font-size: 12px;
    color: #787878;
    padding: 10px 10px;
    display: inline-block;
    margin: 0 8px;
}

header #inner .sub_link:before {
    content: '';
}

header #inner .sub_link:after {
    content: '';
}

.line_bg {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
}

.line_bg .line {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.line_bg .line:before {
    content: '';
    background-color: #ebebeb;
    width: 1px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

@media only screen and (max-width: 1500px) {
    header #inner .logo {
        margin-right: 2%;
    }

    header #inner .more_info {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    header #inner .logo img {
        margin-left: 20px;
    }

    header #inner .logo {
        width: 200px;
    }

    header #inner .menu .block {
        margin-right: 24px;
    }

    header #inner .more_info .link {
        margin-right: 24px;
    }
    #footer .sitemap{
        right: 0;
    }
}

* {
    font-family: "Poppins", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}

a {
    color: black;
    text-decoration: none;
}

select::-ms-expand {
    display: none;
}

input::-ms-expand {
    display: none;
}

input,
select,
textarea {
    -webkit-appearance: inherit;
}

br {
    font-family: sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.ui-widget {
    font-family: "Poppins", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Poppins", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
}

input,
textarea {
    font-family: "Poppins", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    font-size: 16px;
    color: #696061;
}

.move_scroll {
    height: 100vh;
    display: block;
    overflow: auto;
}

.scrollbar-track {
    opacity: 1 !important;
}

.back_linebg {
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1;
    width: calc(100% - 245px);
    height: 100%;
    display: flex;
    pointer-events: none;
}

.back_linebg div {
    width: 20%;
    position: relative;
    height: 100%;
}

.back_linebg div:after {
    content: '';
    background-color: #8383832e;
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
}

#loader .bg {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#loader .rock_ani {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50vh;
    margin-left: 15px;
    transform: rotate(-90deg);
    transform-origin: left top;
    margin-top: 30px;
}

#loader .rock_ani .icon {
    background-color: transparent;
}

#loader .rock_ani .icon svg {
    position: relative;
    fill: #161616;
    width: 37px;
    transform: rotate(45deg);
    top: 21px;
    animation-name: rock_shake;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loader .rock_ani .line {
    position: absolute;
    width: 40px;
    height: 100%;
    left: -19px;
    top: -2px;
}

#loader .rock_ani .line span b {
    background-color: black;
}

#loader .rock_ani .icon {
    width: 80px;
    height: 80px;
}

#loader .logo {
    position: absolute;
    width: 117px;
    height: 90px;
    left: 50%;
    margin-left: -171px;
    top: 50vh;
    margin-top: -43px;
    overflow: hidden;
    z-index: 3;
}

#loader .logo svg {
    width: 450px;
    fill: #231815;
    margin-left: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#loader .loadnum {
    position: absolute;
    width: 117px;
    height: 115px;
    left: 50%;
    margin-left: 0;
    top: 50vh;
    margin-top: -57px;
    z-index: 3;
    font-size: 114px;
    font-weight: bold;
    color: #252525;
    text-align: center;
    line-height: 115px;
}

#loader .loadnum SPAN {
    display: none;
}

#menu_box {
    position: fixed;
    z-index: 999;
    width: calc(100% - 245px);
    padding-left: 0;
    background-color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    display: none;
}

#menu_box.active {
    visibility: visible;
    display: block;
}

#menu_box.show .link {
    width: 35%;
}

#menu_box.show .link.about {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box.show .link.about img {
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -o-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
    transition: all 0.8s ease 0.3s;
    transform: translateX(0);
    opacity: 1;
}

#menu_box.show .link.work {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#menu_box.show .link.work img {
    -webkit-transition: all 0.8s ease 0.7s;
    -moz-transition: all 0.8s ease 0.7s;
    -o-transition: all 0.8s ease 0.7s;
    -ms-transition: all 0.8s ease 0.7s;
    transition: all 0.8s ease 0.7s;
    transform: translateX(0);
    opacity: 1;
}

#menu_box.show .link.news {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    height: 50%;
}

#menu_box.show .link.news img {
    -webkit-transition: all 0.8s ease 1.1s;
    -moz-transition: all 0.8s ease 1.1s;
    -o-transition: all 0.8s ease 1.1s;
    -ms-transition: all 0.8s ease 1.1s;
    transition: all 0.8s ease 1.1s;
    transform: translateX(0);
    opacity: 1;
}

#menu_box.show .link.contact {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    height: 100%;
}

#menu_box .right_btn {
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    width: 33.333%;
}

#menu_box .right_btn.about_hover .link .bg,
#menu_box .right_btn.work_hover .link .bg {
    width: 92%;
}

#menu_box .right_btn.news_h .bg {
    height: 93%;
}

#menu_box .right_btn.news_h .news.right_hover .bg {
    height: 110%;
}

#menu_box .right_btn.contact_h .bg {
    height: 93%;
}

#menu_box .right_btn.contact_h .contact.right_hover .bg {
    height: 110%;
}

/* CONTACT is now a full-height panel, so its original vertical-grow hover
   pushed the image and label off the top. Pin the height and use the same
   horizontal expand the ABOUT / TOOLS panels use instead. */
#menu_box .right_btn.contact_h .bg,
#menu_box .right_btn.contact_h .contact.right_hover .bg {
    height: 100%;
}

#menu_box .right_btn.contact_h .contact.right_hover .bg {
    width: 112%;
}

#menu_box .link {
    position: relative;
    color: white;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    width: 0;
}

#menu_box .link.nothover .bg {
    width: 100%;
}

#menu_box .link.about_hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.about_hover.about .bg {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 125%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
}

#menu_box .link.about_hover.work {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.about_hover.work .bg {
    width: 95%;
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
}

#menu_box .link.work_hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.work_hover.about {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.work_hover.about .bg {
    width: 90%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#menu_box .link.work_hover.work {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.work_hover.work .bg {
    width: 125%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
}

#menu_box .link .bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#menu_box .link.about {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#menu_box .link.about .bg {
    background-color: #e6003f;
}

#menu_box .link.about img {
    right: -15vw;
    width: 35vw;
    max-width: 1000px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu_box .link.work {
    height: 100%;
    display: block;
    position: absolute;
    left: 33.333%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#menu_box .link.work .bg {
    background-color: #242c51;
}

#menu_box .link.work img {
    left: 19%;
    width: 28vw;
    top: 5%;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu_box .link.news {
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.news .bg {
    background-color: #308692;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#menu_box .link.news img {
    left: 9vw;
    top: -10vh;
    width: 28vw;
    max-width: 500px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu_box .link.contact {
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#menu_box .link.contact .bg {
    background-color: #308692;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#menu_box .link.contact .tw {
    left: 14%;
    right: auto;
    top: 11vh;
}

#menu_box .link.contact img {
    left: 9vw;
    top: 8vh;
    width: 28vw;
    max-width: 500px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu_box.show .link.contact img {
    -webkit-transition: all 0.8s ease 1.1s;
    -moz-transition: all 0.8s ease 1.1s;
    -o-transition: all 0.8s ease 1.1s;
    -ms-transition: all 0.8s ease 1.1s;
    transition: all 0.8s ease 1.1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#menu_box .link.contact svg {
    fill: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 35px;
    position: absolute;
    right: 14%;
    bottom: 58px;
}

#menu_box .link .en {
    position: absolute;
    font-weight: bold;
    font-size: 60px;
    -webkit-transform: translateY(-3px) rotate(-90deg);
    transform: translateY(-3px) rotate(-90deg);
    left: 11%;
    bottom: 0;
    transform-origin: left top;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu_box .link .en:before {
    content: attr(data-name);
    position: absolute;
    left: 0;
    color: rgba(0, 0, 0, 0.66);
    z-index: -1;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#menu_box .link .en:after {
    content: '';
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
}

#menu_box .link .tw {
    position: absolute;
    font-size: 14px;
    width: 20px;
    left: 14%;
    top: 11vh;
    line-height: 22px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu_box .link img {
    position: absolute;
}

.top_lang {
    position: fixed;
    right: 50px;
    font-size: 12px;
    z-index: 10;
    top: 50px;
    letter-spacing: 2px;
}

.top_lang .lang_link {
    color: white;
    display: inline-block;
    position: relative;
}

.top_lang .lang_link:nth-child(2)::before {
    content: '/';
    margin-right: 6px;
    opacity: 0.8;
    transform: scale(0.8);
    position: relative;
    display: inline-block;
}

.maintitle {
    color: white;
    font-size: 80px;
    font-weight: bold;
    line-height: 85px;
}

.maintitle>div {
    display: block;
}

.maintitle.show span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.maintitle.show span:before {
    left: 0;
    opacity: 0;
}

.maintitle.show span:after {
    width: 100%;
}

.maintitle span {
    display: inline-block;
    position: relative;
    font-family: "Poppins", "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.maintitle span:before {
    display: none;
    -webkit-transition: all 0.8s ease 0.5s;
    -moz-transition: all 0.8s ease 0.5s;
    -o-transition: all 0.8s ease 0.5s;
    -ms-transition: all 0.8s ease 0.5s;
    transition: all 0.8s ease 0.5s;
}

.maintitle span:nth-child(2) {
    -webkit-transition: all 1.2s ease 0.5s;
    -moz-transition: all 1.2s ease 0.5s;
    -o-transition: all 1.2s ease 0.5s;
    -ms-transition: all 1.2s ease 0.5s;
    transition: all 1.2s ease 0.5s;
}

.maintitle span:nth-child(2):after,
.maintitle span:nth-child(2):before {
    -webkit-transition: all 0.5s ease 0.8s;
    -moz-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    -ms-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.maintitle span:nth-child(3) {
    -webkit-transition: all 1.2s ease 1s;
    -moz-transition: all 1.2s ease 1s;
    -o-transition: all 1.2s ease 1s;
    -ms-transition: all 1.2s ease 1s;
    transition: all 1.2s ease 1s;
}

.maintitle span:nth-child(3):after,
.maintitle span:nth-child(3):before {
    -webkit-transition: all 0.5s ease 1.3s;
    -moz-transition: all 0.5s ease 1.3s;
    -o-transition: all 0.5s ease 1.3s;
    -ms-transition: all 0.5s ease 1.3s;
    transition: all 0.5s ease 1.3s;
}

.maintitle span:nth-child(4) {
    -webkit-transition: all 1.2s ease 1.5s;
    -moz-transition: all 1.2s ease 1.5s;
    -o-transition: all 1.2s ease 1.5s;
    -ms-transition: all 1.2s ease 1.5s;
    transition: all 1.2s ease 1.5s;
}

.maintitle span:nth-child(4):after,
.maintitle span:nth-child(4):before {
    -webkit-transition: all 0.5s ease 1.8s;
    -moz-transition: all 0.5s ease 1.8s;
    -o-transition: all 0.5s ease 1.8s;
    -ms-transition: all 0.5s ease 1.8s;
    transition: all 0.5s ease 1.8s;
}

.maintitle span:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.73);
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    width: 605px;
    z-index: 990;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu:before {
    content: '';
    background-color: white;
    height: 50vh;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 60px;
}

#menu:after {
    content: '';
    background-color: white;
    height: 50vh;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 50%;
    margin-bottom: 60px;
}

#menu.close {
    width: 245px;
    /* modify:2019/5/7 */
    transition: initial;
}

#menu.close .logo:before {
    width: 40px;
}

#menu.close .logo:after {
    width: 136px;
}

#menu.close .logo svg {
    margin-left: -31px;
}

#menu.close .logo .bg img {
    opacity: 1;
}

#menu.close .copyright {
    width: 100px;
}

#menu.close .cloud {
    opacity: 1;
}

#menu.close .closebg {
    margin-top: -166px;
    opacity: 1;
}

#menu .closebg {
    position: absolute;
    z-index: -1;
    top: 50%;
    margin-top: -87px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, margin 2s ease;
    -moz-transition: opacity 0.5s ease, margin 2s ease;
    -o-transition: opacity 0.5s ease, margin 2s ease;
    -ms-transition: opacity 0.5s ease, margin 2s ease;
    transition: opacity 0.5s ease, margin 2s ease;
}

#menu .title {
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    left: 50px;
    top: 50px;
    line-height: 16px;
    z-index: 3;
}

#menu .line {
    position: absolute;
    background-color: #dbdbdb;
    width: 1px;
    height: calc(100vh - 282px);
    display: block;
    left: 76px;
    top: 235px;
    z-index: 3;
}

#menu .logo {
    position: absolute;
    width: 100%;
    height: 145px;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -75px;
    overflow: hidden;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu .logo:before {
    content: '';
    background-color: white;
    width: 100px;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu .logo:after {
    content: '';
    background-color: white;
    width: 100px;
    right: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu .logo svg {
    width: 513px;
    fill: #ffffff;
    margin-left: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu .logo .bg {
    width: 100%;
    height: 100px;
    overflow: hidden;
    color: #FFF;
    position: relative;
    top: 0;
    -webkit-mask-image: url("../images/cosmo.svg");
    mask-image: url("../images/cosmo.svg");
}

#menu .logo .bg img {
    position: absolute;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#menu .logo .bg:after {
    content: '';
    background: #4d1f43;
    background: -moz-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4d1f43), color-stop(100%, #23294e));
    background: -webkit-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
    background: -o-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
    background: -ms-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
    background: radial-gradient(ellipse at center, #4d1f43 0%, #23294e 100%);
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    top: 0;
}

#menu .copyright {
    position: absolute;
    font-size: 12px;
    color: #434343;
    font-weight: 400;
    bottom: 44px;
    left: 102px;
    transform: scale(0.9);
    transform-origin: left;
    opacity: 0.7;
    line-height: 20px;
    width: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 3;
}

#menu .btn {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    cursor: pointer;
    top: 160px;
    left: 50px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

#menu .btn.close {
    transform: rotate(90deg);
}

#menu .btn.close .t1 {
    height: 0;
}

#menu .btn.close .t2 {
    top: 15px;
    transform: rotate(45deg);
    margin-left: 0;
}

#menu .btn.close .t3 {
    transform: rotate(-45deg);
    top: 15px;
    margin-left: 0;
}

#menu .btn span {
    position: absolute;
    height: 19px;
    width: 2px;
    background-color: black;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu .btn .t1 {
    top: 15px;
    left: 50%;
}

#menu .btn .t2 {
    top: 15px;
    left: 50%;
    margin-left: -5px;
}

#menu .btn .t3 {
    top: 15px;
    left: 50%;
    margin-left: 5px;
}
.menu_list{
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    padding: 20%;
    justify-content: center;
    left: 0;
    top: 50%;
    transform: translate(0%,-50%);
}
.menu_list::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #dbdbdb;
    left: 31%;

}
.menu_list a {
    margin: 25px 0 0 25px;
    transition: 0.6s ease;
}
.menu_list a:hover {
    letter-spacing: 2px;
    transition: 0.6s ease;
    text-decoration:line-through;
}
.menu_list a.active {
    letter-spacing: 2px;
    transition: 0.6s ease;
    text-decoration:line-through;
}
#menu .cloud {
    position: absolute;
    bottom: 98px;
    left: 100px;
    width: 40px;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#menu .cloud a {
    width: 22px;
    display: block;
    margin-bottom: 6px;
}
#menu.right{
    transition: 0.6s ease;
    transform: translateX(-100%);
}
#menu.right.active{
    transition: 0.6s ease;
    transform: translateX(0%);
}
#menu.move.active{
    transition: 0.6s ease;
    opacity: 1;
    transform: translateX(0%);
}
#menu.move{
    transition: 0.6s ease;
    opacity: 0;
    transform: translateX(-100%);
}
#menu.move .line{
    height: calc(100vh - 210px);
    top: 160px;

}
#menu.move .img_logo{
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    left: 50px;
    top: 40px;
    line-height: 16px;
    z-index: 3;
}
#menu.move .title{
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    left: 50px;
    top: 90px;
    line-height: 16px;
    z-index: 3;
}
#menu.move  .line {
    left: 50px;
}
#menu.move .menu_list::after {
    left: 50px;
}

@media( min-width: 1300px){
    #menu.move .cloud{
        left: 75px;
    }
    #menu.move  .copyright{
        left: 75px;
    }
}
#footer {
    position: relative;
    padding-right: 0;
    background-color: #18151c;
    width: 100%;
    z-index: 10;
    padding-left: 243px;
}

#footer .footerMenu a {
    font-size: 18px;
}

#footer .block {
    width: 826px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 167px;
    padding-bottom: 460px;
    z-index: 5;
}

#footer .rock_ani {
    transform: rotate(-90deg);
    right: auto;
    top: auto;
    bottom: 145px;
    left: 50%;
    margin-left: -41px;
}

#footer .light {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 1363px;
    top: -30px;
}

#footer .cloud {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    margin-top: 170px;
    width: 400px;
    margin-left: 246px;
}

#footer .cloud .link {
    position: relative;
}

#footer .cloud .link img {
    width: 28px;
}

#footer .info {
    position: relative;
    color: white;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    z-index: 5;
    border-top: 1px solid white;
    padding-top: 48px;
}

#footer .info .copyright {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    color: #727272;
    top: 214px;
    left: 0;
}

#footer_logo {
    display: block;
    position: absolute;
    width: 170px;
    left: 0;
    top: 84px;
}

#footer_logo svg {
    fill: white;
    transition: all .5s ease;
}

#footer .info .company_name {
    position: absolute;
    left: 0;
    font-size: 14px;
    top: 160px;
}

#footer .info .title {
    position: absolute;
    font-size: 30px;
    opacity: 1;
    right: 0;
    top: 80px;
    z-index: 3;
    cursor: pointer;
    color: white;
    line-height: 30px;
    font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
    font-weight: bold;
}

#footer .info .box {
    position: relative;
    display: block;
    width: 324px;
    margin: 0 auto 35px;
}

#footer .info .box a {
    color: white;

}

#footer .info .box:after {
    content: '';
    background-color: #38416d;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer .info .box .name {
    position: relative;
    opacity: 0.5;
    margin-bottom: 8px;
}

#footer .info .box .field {
    position: relative;
    color: white;
}

#footer .info .box .field a {
    color: white;
}

.rock_ani {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 56px;
    cursor: pointer;
    z-index: 5;
}

.rock_ani.show .icon,
.rock_ani.show .line {
    opacity: 1;
}

.rock_ani.show:before {
    width: 44px;
}

.rock_ani:before {
    content: '';
    background-color: white;
    width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.rock_ani .line {
    position: absolute;
    width: 40px;
    height: 100%;
    left: -40px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rock_ani .line span {
    position: absolute;
    width: 18px;
    height: 3px;
    overflow: hidden;
}

.rock_ani .line span b {
    position: relative;
    width: 18px;
    height: 3px;
    background-color: white;
    display: block;
    border-radius: 10px;
    animation-name: rock_move;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    /* The magic keyword for infinite*/
    animation-timing-function: linear;
}

.rock_ani .line .line1 {
    top: 50%;
    left: 0;
}

.rock_ani .line .line1 b {
    animation-delay: 0.1s;
}

.rock_ani .line .line2 {
    top: 50%;
    margin-top: -9px;
    left: 9px;
}

.rock_ani .line .line3 {
    top: 50%;
    margin-top: 9px;
    left: 6px;
}

.rock_ani .line .line3 b {
    animation-delay: 0.2s;
}

.rock_ani .icon {
    position: relative;
    background-color: white;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rock_ani .icon svg {
    position: relative;
    fill: #161616;
    width: 37px;
    transform: rotate(44deg);
    top: 21px;
}

.topbg {
    position: absolute;
    background-color: #151519;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.sitemapContent {
    padding-top: 200px;
}

.sitemapContent article.about.show,
.sitemapContent article.contact.show,
.sitemapContent article.news.show,
.sitemapContent article.works.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.sitemapContent article.about:nth-child(odd),
.sitemapContent article.contact:nth-child(odd),
.sitemapContent article.news:nth-child(odd),
.sitemapContent article.works:nth-child(odd) {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.sitemapContent article.about,
.sitemapContent article.contact,
.sitemapContent article.news,
.sitemapContent article.works {
    position: relative;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 190px;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
    -webkit-transition: all .5s 0s ease-out;
    transition: all .5s 0s ease-out;
}

.sitemapContent article.about h2,
.sitemapContent article.contact h2,
.sitemapContent article.news h2,
.sitemapContent article.works h2 {
    font-size: 1.875rem;
    padding-left: 88px;
    display: block;
}

.sitemapContent article.about .itemContent,
.sitemapContent article.contact .itemContent,
.sitemapContent article.news .itemContent,
.sitemapContent article.works .itemContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 40px;
}

.sitemapContent article.about .itemContent a.item:nth-child(3n+1),
.sitemapContent article.contact .itemContent a.item:nth-child(3n+1),
.sitemapContent article.news .itemContent a.item:nth-child(3n+1),
.sitemapContent article.works .itemContent a.item:nth-child(3n+1) {
    margin-left: 25%;
}

.sitemapContent article.about.show .itemContent a.item,
.sitemapContent article.contact.show .itemContent a.item,
.sitemapContent article.news.show .itemContent a.item,
.sitemapContent article.works.show .itemContent a.item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sitemapContent article.about .itemContent a.item,
.sitemapContent article.contact .itemContent a.item,
.sitemapContent article.news .itemContent a.item,
.sitemapContent article.works .itemContent a.item {
    width: 25%;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: .875rem;
    margin-bottom: 30px;
    font-weight: 700;
    padding-right: 10%;
    line-height: 1.5;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, 'Microsoft JhengHei', sans-serif;
    -webkit-transition: all .5s 0s ease-out;
    transition: all .5s 0s ease-out;
}
 .sitemapContent article.about .subtitle,  .sitemapContent article.contact .subtitle,  .sitemapContent article.news .subtitle,  .sitemapContent article.works .subtitle {
    padding-top: 25px;
    padding-bottom: 0;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sitemapContent article.about::after, .sitemapContent article.contact::after, .sitemapContent article.news::after, .sitemapContent article.works::after {
    position: absolute;
    width: calc(100% - 88px);
    height: 2px;
    background: #000;
    content: '';
    top: 0;
    left: 88px;
}

 .sitemapContent article.about .subtitle a.item:nth-child(3n+1),  .sitemapContent article.contact .subtitle a.item:nth-child(3n+1),  .sitemapContent article.news .subtitle a.item:nth-child(3n+1),  .sitemapContent article.works .subtitle a.item:nth-child(3n+1) {
    margin-left: 25%;
}
 .sitemapContent article.about .subtitle a.item,  .sitemapContent article.contact .subtitle a.item,  .sitemapContent article.news .subtitle a.item,  .sitemapContent article.works .subtitle a.item {
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}
.sitemapContent article.about.show, .sitemapContent article.contact.show, .sitemapContent article.news.show, .sitemapContent article.works.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
 .sitemapContent article.about .subLine,  .sitemapContent article.contact .subLine,  .sitemapContent article.news .subLine,  .sitemapContent article.works .subLine {
    width: 75%;
    height: 2px;
    background-color: #000;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 0;
}
@media only screen and (max-width: 1300px) {
    #footer .block {
        width: 730px;
    }

    #footer .cloud {
        margin-left: 195px;
    }

    #menu .cloud {
        bottom: 21px;
        left: auto;
        right: 120px;
        opacity: 1;
    }

    #menu .line {
        height: calc(100vh - 340px);
    }

    #menu .copyright {
        bottom: 20px;
        left: 143px;
    }
    #menu.move .line{
        height: calc(100vh - 265px);
        top: 160px;
    }
}

@media only screen and (min-width: 1025px) and (max-height: 750px) {
    #menu_box .link .en {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1025px) {
    #menu .btn:hover {
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .rock_ani .icon:hover svg {
        animation-name: rock_shake;
        animation-duration: 100ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
}

@media only screen and (max-width: 1024px) {
    .sitemapContent article.about:nth-child(odd), .sitemapContent article.contact:nth-child(odd), .sitemapContent article.news:nth-child(odd), .sitemapContent article.works:nth-child(odd) {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .sitemapContent article.about, .sitemapContent article.contact, .sitemapContent article.news, .sitemapContent article.works{
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 90%;
    }
    .sitemapContent article.about .itemContent a.item, .sitemapContent article.contact .itemContent a.item, .sitemapContent article.news .itemContent a.item, .sitemapContent article.works .itemContent a.item {
        padding-right: 6%;
    }
    .sitemapContent article.about .itemContent a.item, .sitemapContent article.contact .itemContent a.item, .sitemapContent article.news .itemContent a.item, .sitemapContent article.works .itemContent a.item {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    #inner_logo,
    #footer_logo {
        display: none;
    }

    #footer .info {
        margin-top: 102px;
    }

    #footer .info .company_name {
        display: block;
        top: 0;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        padding-bottom: 30px;
        width: 100%;
        margin-bottom: 25px;
    }

    #footer .info .title {
        font-size: 24px;
        top: 14px;
    }

    #footer {
        padding-left: 0;
    }

    #footer .block {
        padding-top: 90px;
        min-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 360px;
        width: 100%;
    }

    #footer .info .copyright {
        display: block;
        color: #777777;
        position: absolute;
        bottom: auto;
        z-index: 3;
        font-size: 12px;
        transform: scale(0.9);
        transform-origin: left;
        padding-left: 0;
        top: 688px;
        line-height: 16px;
    }

    #footer .info {
        width: calc(100% - 18px);
        margin-left: auto;
        margin-right: auto;
        border: 0;
    }

    #footer .breadcrumb {
        display: none;
    }

    #footer .info .box {
        margin-top: 25px;
        padding: 0 0;
        width: 100%;
        padding-top: 25px;
    }

    #footer .info .box.addr {
        margin-top: 85px;
        margin-bottom: 25px;
        position: absolute;
        top: 350px;
    }

    #footer .info .box.email {
        position: absolute;
        top: 70px;
        padding-bottom: 25px;

        margin-top: 0;
    }

    #footer .info .box.fx {
        border-bottom: 2px solid #38416d;
        padding-bottom: 25px;
    }

    #footer .info .box.t {
        margin-top: 130px;
    }

    #footer_logo svg {
        max-width: 150px;
    }

    .back_linebg {
        width: 100%;
    }

    .back_linebg {
        display: none;
    }

    #menu .btn.close {
        transform: scale(0.8) rotate(90deg);
    }

    .move_scroll {
        padding-top: 78px;
        height: auto;
    }

    #menu {
        width: 100%;
        height: 78px;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.09);
    }

    #menu.close {
        width: 100%;
    }

    #menu.close .logo {
        /* width: 260px; */
    }

    #menu.close .logo svg {
        margin-left: 0;
    }

    #menu .btn {
        right: 5%;
        left: auto;
        top: 14px;
        transform: scale(0.7);
    }

    #menu .logo {
        height: 100%;
        top: 0;
        margin-top: 0;
        width: 215px;
    }

    #menu .logo svg {
        margin-left: 0;
        background-color: black;
        width: 230px;
        top: 4px;
        position: absolute;
        left: 0;
    }

    #menu .closebg,
    #menu .copyright,
    #menu .line,
    #menu .logo:after,
    #menu .logo:before,
    #menu .title {
        display: none;
    }

    #menu_box .link.contact svg {
        width: 25px;
        bottom: 42px;
    }

    #menu_box {
        width: 100%;
        height: calc(100% - 78px);
        right: 0;
        top: 78px;
    }

    #menu_box .link .en {
        font-size: 35px;
    }

    #menu_box .right_btn,
    #menu_box .link.work,
    #menu_box .link.about {
        min-height: 500px;
    }

    #menu_box .link.about img {
        right: -22vw;
        width: 50vw;
        max-width: 500px;
        top: 12vh;
    }

    #menu_box .link.work img {
        width: 46vw;
        max-width: 500px;
        top: 18vh;
        left: 0;
    }

    #menu_box .link.news img {
        max-width: 500px;
        width: 41vw;
        left: 5vw;
        top: -8vh;
    }

    .top_lang {
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        right: 5%;
        margin-right: 75px;
        top: 34px;
        letter-spacing: 1px;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .top_lang .lang_link {
        color: black;
    }

    .top_lang.show {
        visibility: visible;
        opacity: 1;
    }

    /* #footer {
        padding-left: 0;
    } */

    #footer .cloud {
        margin-left: auto;
        margin-right: auto;
        margin-top: 90px;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 100px;
        padding-right: 100px;
        width: 100%;
    }

    #footer .rock_ani {
        transform: rotate(-90deg) scale(0.9);
        top: auto;
        left: auto;
        margin-left: 0;
        right: 90px;
        bottom: 133px;
    }

    .rock_ani .icon,
    .rock_ani .line {
        opacity: 1;
    }

    .rock_ani:before {
        width: 44px;
    }

    .maintitle span:before {
        width: 120%;
    }
}

@media only screen and (max-width: 650px) {
    /* #footer .info .box {
        width: 270px;
    } */
    .sitemapContent {
        padding-top: 0;
    }
    .sitemapContent article.about h2, .sitemapContent article.contact h2, .sitemapContent article.news h2, .sitemapContent article.works h2 {
        padding-left: 0;
        font-size: 1rem;
        font-weight: 800;
    }
    .sitemapContent article.about .itemContent {
        padding-bottom: 30px;
    }
    .sitemapContent article.about .itemContent, .sitemapContent article.contact .itemContent, .sitemapContent article.news .itemContent, .sitemapContent article.works .itemContent {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .sitemapContent article.about .itemContent a.item, .sitemapContent article.contact .itemContent a.item, .sitemapContent article.news .itemContent a.item, .sitemapContent article.works .itemContent a.item {
        width: 50%;
        color: #6a6a6a;
    }
    .sitemapContent article.about .itemContent a.item {
        margin-bottom: 20px;
    }
    .sitemapContent article.about .itemContent a.item {
        margin-bottom: 20px;
    }
    .sitemapContent article.about, .sitemapContent article.contact, .sitemapContent article.news, .sitemapContent article.works {
        padding-bottom: 0;
    }

    .sitemapContent article.about .subLine, .sitemapContent article.contact .subLine, .sitemapContent article.news .subLine, .sitemapContent article.works .subLine{
        width: 100%;
    }
    .sitemapContent article.about::after, .sitemapContent article.contact::after, .sitemapContent article.news::after, .sitemapContent article.works::after {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .sitemapContent article.about:nth-child(odd), .sitemapContent article.contact:nth-child(odd), .sitemapContent article.news:nth-child(odd), .sitemapContent article.works:nth-child(odd),
    .sitemapContent article.about, .sitemapContent article.contact, .sitemapContent article.news, .sitemapContent article.works{
        margin: 0 auto;
    }
    .sitemapContent article.about .itemContent a.item:nth-child(3n+1), .sitemapContent article.contact .itemContent a.item:nth-child(3n+1), .sitemapContent article.news .itemContent a.item:nth-child(3n+1), .sitemapContent article.works .itemContent a.item:nth-child(3n+1){
        margin-left: 0;
    }
    .sitemapContent article.about .subtitle a.item:nth-child(3n+1), .sitemapContent article.contact .subtitle a.item:nth-child(3n+1), .sitemapContent article.news .subtitle a.item:nth-child(3n+1), .sitemapContent article.works .subtitle a.item:nth-child(3n+1){
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {

    /* #footer_logo {
        display: block;
        position: relative;
        width: 170px;
        left: 0;
        top: 0;
        margin-bottom: 50px;
    } */
    #footer .block {
        min-width: 100%;
        padding-left: 8%;
        padding-right: 8%;
    }

    #footer .cloud {
        padding-left: 8%;
        padding-right: 8%;
        margin-top: 46px;
    }

    #footer .info .title {
        font-size: 18px;
        top: 16px;
    }

    #footer .info {
        font-size: 13px;
        margin-top: 65px;
        padding-top: 0;
    }

    #footer .info .company_name {
        position: relative;
    }

    #footer .info .box.email {
        top: 75px;
    }

    #footer .info .box.t {
        margin-top: 100px;
    }

    #footer .info .box.addr {
        top: 350px;
        width: calc(100% - 115px);
    }

    #footer .rock_ani {
        transform: rotate(-90deg) scale(0.5);
        top: auto;
        left: auto;
        margin-left: 0;
        right: 0;
        bottom: 100px;
    }

    #footer .info .copyright {
        top: 620px;
    }

    #menu .cloud {
        bottom: 12px;
        right: 80px;
    }

    #loader .logo svg {
        width: 330px;
    }

    #loader .logo {
        position: absolute;
        width: 94px;
        height: 70px;
        margin-left: -167px;
        top: 50vh;
        margin-top: -30px;
        overflow: hidden;
        z-index: 3;
    }

    #loader .rock_ani {
        -webkit-transform: scale(0.7) rotate(-90deg);
        transform: scale(0.7) rotate(-90deg);
        margin-top: 21px;
        margin-left: 26px;
    }

    .pace-activity {
        font-size: 84px;
        margin-left: -63px;
    }

    .pace-activity:before {
        width: 1px;
        height: 67px;
        left: 14px;
        top: 25px;
    }

    .pace .pace-progress:after {
        font-size: 13px;
        margin-left: -61px;
        margin-top: -21px;
    }

    .topbg {
        background-color: #181b17;
    }

    .move_scroll {
        padding-top: 60px;
    }

    .maintitle span:after {
        height: 1px;
    }

    #menu {
        height: 61px;
    }

    #menu .logo {
        height: 38px;
        top: 12px;
        margin-top: 0;
        width: 123px;
        left: 6%;
    }

    #menu .logo svg {
        width: 160px;
        left: -19px;
        top: -6px;
    }

    #menu.close .logo {
        /* width: 140px; */
    }

    #menu.close .logo svg {
        /* width: 180px;
        left: -21px;
        top: 3px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; */
    }

    #menu .btn {
        right: 8%;
        left: auto;
        top: 5px;
        transform: scale(0.65);
        margin-right: -14px;
    }

    #menu_box {
        width: 100%;
        height: calc(100% - 61px);
        right: 0;
        top: 61px;
    }

    #menu_box .link .en {
        font-size: 20px;
    }

    #menu .btn.close {
        -webkit-transform: scale(0.7) rotate(90deg);
        transform: scale(0.7) rotate(90deg);
    }

    .top_lang {
        right: 8%;
        margin-right: 62px;
        top: 25px;
    }

    #menu_box .link.about img {
        top: 50%;
        margin-top: -34vw;
    }

    #menu_box .link.work img {
        top: 50%;
        margin-top: -34vw;
    }

    #menu_box .link.news img {
        top: 10vh;
    }

    #menu_box .link .tw,
    #menu_box .link.contact .tw {
        top: 25px;
    }

    #menu_box .link.contact svg {
        width: 18px;
        bottom: 26px;
    }

    #footer .cloud {
        /* margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: absolute;
        top: 50px;
        width: 100%; */
    }

    #footer .block {
        /* padding-top: 145px;
        padding-bottom: 175px;
        width: 84%; */
    }

    /* #footer .info {
        border-top: 0;
        padding: 0 9px;
    }
    #footer .info .company_name {
        display: none;
    }
    #footer .rock_ani {
        -webkit-transform: rotate(-90deg) scale(0.5);
        transform: rotate(-90deg) scale(0.5);
        top: auto;
        bottom: 65px;
        left: auto;
        margin-left: 0;
        right: 8%;
        transform-origin: top right;
        margin-right: 10px;
    }
    #footer .info .box {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #footer .info .title {
        font-size: 18px;
        top: 0;
    }
    #footer .info .copyright {
        bottom: -146px;
        top: auto;
        width: 200px;
        line-height: 18px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transform-origin: left;
    }
    #footer .info .copyright br {
        display: none;
    }
    #footer .info .box.t:after {
        width: 100%;
    } */
}



/* breadcrumb */
.breadcrumb-wrapper {
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
}

.breadcrumb {
    display: inline-block;
    position: relative;

    font-size: 12px;
    letter-spacing: 1px;
    color: #727272;
}

.breadcrumb+.breadcrumb {
    margin-left: 20px;
}

.breadcrumb+.breadcrumb::before {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);

    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #727272;
}


@media only screen and (max-width: 1024px) {
    .breadcrumb-wrapper {
        bottom: calc(100% + 10px);
    }
}

#phone_menu {
    display: none;
}

@media only screen and (max-width: 600px) {
    .breadcrumb-wrapper {
        display: none;
    }

    #footer .info {
        font-size: 13px;
        margin-top: 65px;
    }

    #phone_menu {
        position: fixed;
        top: 60px;
        width: 100%;
        background-color: #242c51;
        z-index: 10;
        font-size: 14px;
        display: flex;
        height: 37px;
        align-items: center;
        transform: translateY(-60px);
        opacity: 0;
        transition: all .6s ease;
    }

    #phone_menu.show {
        transform: translateY(-0);
        opacity: 1;
    }

    #phone_menu .link {
        color: white;
        width: 25%;
        text-align: center;
        border-right: 1px solid #53619e;
        height: 100%;
        line-height: 38px;
    }

    #phone_menu .link:last-child {
        border-right: 0;
    }


}

#footer .sitemap {
    width: 90px;
    height: auto;
    padding: 10px 0;
    display: block;
    border: 1px solid #c1c1c1;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

#footer .disclaimer {
    width: 90px;
    height: auto;
    padding: 10px 0;
    display: block;
    border: 1px solid #3b383e;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 10;
    font-size: 12px;
    line-height: 12px;
}

@media only screen and (max-width: 1024px) {
    #footer .disclaimer {
        right: 0;
        bottom: -63px;
        top: auto;
        left: auto;
    }

}

@media only screen and (max-width: 600px) {
    #footer .disclaimer {
        bottom: -63px;
    }

}

/* Derrick add */
#inner_logo svg {
    opacity: 0;
  }
  
  .inner_gif {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: scale(1.3) translate(0px, 0px);
            transform: scale(1.3) translate(0px, 0px);
  }
  
  .inner_gif.is-black {
    opacity: 0;
  }
  /* 20221114 */
  /*  */
  .sec1 .big-title {
      z-index: 1;
  }

  .sec1 .big-title .title-item {
      overflow: hidden;
  }

  .sec1 .big-title span {
      transition: initial;
      transform: translateY(0) skewY(0);
  }

  .sec1 .big-title>div {
      position: relative;
  }

  .sec1 .big-title>div:after {
      content: '';
      background-color: rgba(255, 255, 255, 0.73);
      width: 0;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
      -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      -ms-transition: all 1.5s ease;
      transition: all 1.5s ease;
  }

  .sec1 .big-title>div:nth-child(2):after {
      transition: all 2s ease;
  }

  .sec1 .big-title>div:nth-child(3):after {
      transition: all 2.5s ease;
  }

  .sec1 .big-title.show>div:after {
      width: 100%;
  }

  /*  */
  .sec3 .big-title {
      z-index: 1;
  }

  .sec3 .big-title .title-item {
      overflow: hidden;
  }

  .sec3 .big-title span {
      transform: translateY(300px) skewY(40deg);
  }

  .sec3 .big-title.show span {
      transform: translateY(0px) skewY(0deg);
  }

  .sec3 .big-title>div {
      position: relative;
  }

  .sec3 .big-title>div:after {
      content: '';
      background-color: rgba(255, 255, 255, 0.73);
      width: 0;
      height: 2px;
      position: absolute;
      bottom: -2px;
      left: 0;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
  }

  .sec3 .big-title>div:nth-child(2):after {
      transition: all 1.5s ease;
  }

  .sec3 .big-title.show>div:after {
      width: 100%;
  }

  .sec3 .award .title.show .main_name::after {
      display: none;
  }

  .sec3 .work_box .big-title>div::after {
      background-color: #000;
  }