    height: 100%;
    font-size: 100%;
    font-family: 微軟正黑體,"Microsoft JhengHei",MingLiU,arial,verdana,helvetica,tahoma,sans-serif
}

body {
    height: 100%;
    font-size: 1em;
    font-family: 微軟正黑體,"Microsoft JhengHei",MingLiU,arial,verdana,helvetica,tahoma,sans-serif
}

main {
    overflow: hidden
}

img {
    max-width: 100%
}

h1,h2,h3 {
    font-family: 微軟正黑體,"Microsoft JhengHei",MingLiU,arial,verdana,helvetica,tahoma,sans-serif;
    line-height: 100%
}

p {
    line-height: 100%;
    margin: 0
}

span {
    line-height: 100%
}

ul {
    margin: 0
}

a {
    text-decoration: none !important;
    color: #9d9d9e
}

a:hover {
    color: #3e3947
}

input {
    outline: none
}

button {
    outline: none
}

.hidden1 {
    opacity: 0
}

.visible {
    opacity: 1
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp1 {
    animation-name: fadeInUp1;
    animation-delay: 0s
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp2 {
    animation-name: fadeInUp1;
    animation-delay: .1s
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp3 {
    animation-name: fadeInUp1;
    animation-delay: .2s
}

@keyframes fadeInUp4 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp4 {
    animation-name: fadeInUp1;
    animation-delay: .3s
}

@keyframes fadeInUp5 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp5 {
    animation-name: fadeInUp1;
    animation-delay: .4s
}

@keyframes fadeInUp6 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp6 {
    animation-name: fadeInUp1;
    animation-delay: .5s
}

@keyframes fadeInUp7 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp7 {
    animation-name: fadeInUp1;
    animation-delay: .6s
}

@keyframes fadeInUp8 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp8 {
    animation-name: fadeInUp1;
    animation-delay: .7s
}

@keyframes fadeInUp9 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp9 {
    animation-name: fadeInUp1;
    animation-delay: .8s
}

@keyframes fadeInUp10 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp10 {
    animation-name: fadeInUp1;
    animation-delay: .9s
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight {
    animation-name: fadeInRight;
    animation-delay: .2s
}

@keyframes fadeInRight1 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight1 {
    animation-name: fadeInRight;
    animation-delay: .4s
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight2 {
    animation-name: fadeInRight;
    animation-delay: .6s
}

@keyframes fadeInRight3 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight3 {
    animation-name: fadeInRight;
    animation-delay: .8s
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft {
    animation-name: fadeInLeft;
    animation-delay: .4s
}

@keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft1 {
    animation-name: fadeInLeft;
    animation-delay: .6s
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft2 {
    animation-name: fadeInLeft;
    animation-delay: .8s
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft3 {
    animation-name: fadeInLeft;
    animation-delay: 1s
}

.is-hidden {
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.its-hidden {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.is-visible {
    opacity: 1;
    visibility: visible
}

.top {
    width: 100%;
    position: fixed;
    z-index: 999
}

.navbar-header {
    width: 23%;
    flex-grow: 1;
    min-width: 200px
}

@media(max-width: 1650px) {
    .navbar-header {
        width:15%
    }
}

.navbar-fixed-top {
    background: rgba(255,255,255,.15);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    min-height: 80px
}

@media(max-width: 768px) {
    .navbar-fixed-top {
        min-height:66px
    }
}

.container-fluid {
    width: 1606px;
    padding-right: 50px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 2360px) {
    .container-fluid {
        width:1930px;
        padding-right: 80px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .container-fluid {
        width:1730px;
        padding-right: 80px
    }
}

@media only screen and (max-width: 1750px) {
    .container-fluid {
        width:100%;
        padding-left: 8vw;
        padding-right: 8vw
    }
}

@media only screen and (max-width: 1630px) {
    .container-fluid {
        padding-left:6vw;
        padding-right: 6vw
    }
}

@media only screen and (max-width: 1199px) {
    .container-fluid {
        padding-left:3vw;
        padding-right: 3vw
    }
}

@media only screen and (max-width: 1100px) {
    .container-fluid {
        padding-left:15px;
        padding-right: 15px
    }
}

ul.menu-bg {
    float: left;
    position: relative;
}
/*
ul.menu-bg:after {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    background: #e2e2e2;
    float: left;
    position: absolute;
    right: 0px;
    top: 18px
}
*/
@media(max-width: 1300px) {
    ul.menu-bg {
        padding-right:10px
    }
}

@media(max-width: 1023px) {
    ul.menu-bg {
        float:right;
        padding-right: 0
    }

    ul.menu-bg:after {
        display: none
    }
}

ul.menu-bg li {
    float: left;
    position: relative
}

ul.menu-bg>li {
    padding: 20px 0
}

ul.menu-bg>li.hover {
    background-color: rgba(0,0,0,0) !important
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    transition: color .5s;
    -o-transition: color .5s;
    -webkit-transition: color .5s
}

.navbar-default .navbar-nav.menu-li-color>li>a {
    color: #000
}

.navbar-default .navbar-nav.menu-li-color>li>a.c-blue,.navbar-default .navbar-nav>li>ul>li>a.c-blue {
    color: #00b1b3
}

.navbar-default .navbar-nav.menu-li-color>li:hover>a,.navbar-default .navbar-nav.menu-li-color>li>a:focus {
    color: #e84185
}

ul.menu-bg>li>a:after,.navbar-default .navbar-nav ul li:after {
    content: "";
    transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    width: 0px;
    right: 0px;
    background: #fff;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -20px
}

.navbar-default .navbar-nav ul li:after {
    height: 1px;
    bottom: 0;
    right: 20px;
    background: rgba(255,255,255,.5)
}

ul.menu-li-color li a:after,.navbar-default ul.menu-li-color ul li:after {
    content: "";
    background: #e84185
}

.navbar-default .navbar-nav ul {
    display: none
}

.nav>li>a {
    padding: 10px 25px
}

@media(max-width: 1450px) {
    .nav>li>a {
        padding:10px 15px
    }
}

@media(max-width: 1300px) {
    .nav>li>a {
        padding:10px 7px
    }
}

@media(max-width: 1023px) {
    .nav>li>a {
        font-size:14px
    }
}

ul.menu-bg li:hover a:after {
    width: 100%;
    left: 0
}

.navbar-default .navbar-nav ul li:hover:after {
    left: 20px;
    width: calc(100% - 40px)
}

li.free-call p {
    color: #e84185 !important
}

li.free-call a span {
    color: #e84185;
    border: 2px solid #e84185;
    border-radius: 50px;
    padding: 4px 13px
}

li.free-call a {
    padding-top: 17px;
    padding-bottom: 15px
}

.navbar-default .navbar-nav ul {
    padding-left: 0
}

.navbar-default .navbar-nav ul li a {
    padding: 10px 10px 8px;
    display: block
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    background: rgba(0,0,0,0);
    box-shadow: inset 3px 3px 3px rgba(51,51,102,0)
}

@media(max-width: 900px) {
    .navbar-header {
        width:100%
    }

    ul.menu-bg {
        background: rgba(255,255,255,.95);
        margin: 0px -25px;
        padding: 50px 0;
        text-align: center;
        float: none;
        box-shadow: 1px 4px 4px rgba(0,0,0,.08)
    }

    .navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>ul>li>a {
        color: #333 !important
    }

    .navbar-default .navbar-nav>li>a.c-blue,.navbar-default .navbar-nav>li>ul>li>a.c-blue {
        color: #00b1b3 !important
    }

    ul.menu-bg li {
        float: none;
        padding: 0
    }

    .navbar-nav>li {
        float: none
    }

    ul.menu-bg li a:after {
        display: none
    }

    .nav>li>a {
        padding: 12px 25px
    }

    .navbar-default .navbar-nav ul {
        background: rgba(150,150,150,.1)
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
        color: #e84185 !important
    }

    .navbar-default .navbar-nav>li {
        position: relative
    }

    .navbar-default .navbar-nav .toggle-submenu {
        position: absolute;
        width: 30px;
        height: 44px;
        background: url(../images/submenu-arrow.svg) no-repeat center;
        left: 50%;
        top: 0;
        margin-left: 35px;
        display: block;
        transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s
    }

    .navbar-default .navbar-nav .active .toggle-submenu {
        transform: rotate(-180deg);
        background-image: url(../images/submenu-arrow_.svg)
    }
}

@media(max-width: 768px) {
    .menu {
        display:none
    }

    .navbar-header {
        width: 100%
    }

    .container-fluid {
        padding-left: 25px;
        padding-right: 25px
    }

    .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media(min-width: 480px)and (max-width: 768px) {
    ul.menu-bg {
        margin-top:0px
    }
}

@media(min-width: 901px) {
    .navbar-default .navbar-nav ul {
        position:absolute;
        top: 100%;
        width: 100%;
        text-align: center;
        padding-top: 4px;
        background: url(../images/submenu_bg.png) bottom repeat-x;
        background-size: auto 100%;
        padding-bottom: 6px
    }

    .navbar-default .navbar-nav.menu-li-color>li ul {
        background: rgba(255,255,255,.8);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
}

@media(min-width: 769px) {
    .collapse {
        float:left
    }

    .navbar-default .navbar-nav ul li {
        float: none;
        position: relative
    }

    .navbar-default .navbar-nav ul li a {
        padding: 10px 10px 8px;
        display: block
    }

    ul.menu-bg li a {
        color: #fff;
        text-decoration: none
    }

    .navbar-default .navbar-nav.menu-li-color>li ul li a {
        color: #000
    }

    .navbar-default .navbar-nav.menu-li-color>li ul li a:hover {
        color: #e84185
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
        color: #fff
    }
}

.logo {
    position: relative
}

.logo-area {
    position: relative
}

.white-logo {
    visibility: visible;
    position: absolute;
    width: 90px;
    left: 0;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    top: -5px;
}

.white-logo-out {
    visibility: visible;
    left: -100px;
    opacity: 0
}

.black-logo {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 90px;
    left: 0;
    transform: translateX(100px);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.black-logo-in {
    visibility: visible;
    position: absolute;
    opacity: 1;
    left: 0;
    transform: translateX(0);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    top: -5px;
}

.logo-phone {
    color: #e84185;
    display: block;
    margin-top: 0px;
    width: 200px;
    padding: 5px;
    margin-left: -200px;
    border-radius: 15px;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    font-size: 21px
}

.logo-phone-in {
    margin-left: 0;
    opacity: 1
}

.hamburger {
    padding: 0
}

@media(max-width: 480px) {
    .logo-phone {
        margin-left:-7px
    }
}

nav.navbar {
    width: 80%;
    margin: auto
}

nav.navbar ul li a {
    padding: 10px 10px
}

@media(min-width: 901px) {
    .hamburger-btn {
        display:none
    }
}

@media(max-width: 900px) {
    .hamburger-btn {
        float:right;
        display: block;
        position: relative;
        z-index: 99999
    }
}

.hamburger-box {
    margin-top: 9px;
    width: 30px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    background-color: #fff;
    width: 30px;
    height: 2px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner-02,.hamburger-inner-02::before,.hamburger-inner-02::after {
    background-color: #6c6c6c
}

@media(min-width: 901px) {
    .action-close {
        position:relative
    }
}

@media(max-width: 900px) {
    .action-close {
        position:absolute;
        visibility: hidden;
        top: 66px;
        left: 0;
        opacity: 0;
        width: 100%;
        transition: all .5s
    }

    .action-open {
        visibility: visible;
        display: block;
        opacity: 1
    }
}

.tel-number {
    padding: 21px 0 16px 45px;
    width: auto;
    height: auto;
    opacity: 1
}

@media only screen and (max-width: 1300px) {
    .tel-number {
        padding:21px 0 16px 20px
    }
}

@media only screen and (max-width: 1300px) {
    .tel-number {
        padding:21px 0 16px 20px
    }
}

@media only screen and (max-width: 1023px) {
    .tel-number {
        padding:21px 0 16px
    }
}

.tel-number a {
    padding: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600
}

.tel-number a:hover {
    color: #fff
}

.tel-number a span {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-bottom: 2px
}

.tel-number-2 a,.tel-number-2 a span,.tel-number-2 a:hover {
    color: #e84185
}

@media(max-width: 1023px) {
    .tel-number {
        display:none
    }
}

.navbar-toggle .icon-bar {
    background: #6c6c6c
}

.navbar-toggle {
    margin: 0
}

.container-fluid>.navbar-header {
    margin: 0;
    padding: 19px 0
}

@media(max-width: 780px) {
    .container-fluid>.navbar-header {
        padding:13px;
        padding-left: 1px
    }
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:block
    }
}

@media(min-width: 800px) {
    .navbar-toggle {
        display:none
    }
}

.animated {
    animation-duration: .9s;
    animation-fill-mode: both
}

#scrolltop>span {
    display: block;
    position: fixed;
    right: 0px;
    top: 101%;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #bebebe;
    border-radius: 33px;
    padding: 14px 5px
}

#scrolltop img {
    animation: scroll-act1 2.5s infinite
}

@keyframes scroll-act1 {
    0% {
        opacity: 0;
        transform: translateY(12px)
    }

    50% {
        opacity: 1;
        transform: translateY(0px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateY(-10px) scale(1)
    }
}

.select {
    padding: 85px 0 80px
}

@media(max-width: 767px) {
    .select {
        padding:85px 0 40px
    }
}

.titselect {
    text-align: center;
    letter-spacing: 2px
}

.titselect-pre {
    margin: 0;
    font-size: 34px;
    font-weight: 600
}

.titselect-main {
    margin: 10px 0 25px;
    font-size: 34px;
    font-weight: 600
}

.titselect-sub {
    font-size: 15px;
    font-weight: 500
}

#panel-select .post1 {
    position: relative;
    width: 100%;
    margin-top: 50px
}

#owl-demo {
    text-align: center
}

#owl-demo .item {
    width: 16.6666666667%;
    display: inline-block;
    margin-bottom: 35px
}

#owl-demo .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media(max-width: 575px) {
    .titselect-pre,.titselect-main {
        font-size:24px
    }

    #owl-demo .item {
        width: 25%
    }
}

#section1 {
    margin-top: 40px
}

.program {
    background: #f4f4f4;
    padding: 120px 0 40px;
    position: relative
}

.program.treeService {
    margin-top: 90px;
    padding: 90px 0 120px
}

@media(max-width: 992px) {
    .program {
        padding-top:140px
    }
}

.titprogram {
    margin: 0;
    text-align: center
}

.titprogram .maintitle {
    line-height: 1.47
}

.program__title {
    display: inline-block;
    padding: .25em 1.2em;
    margin: .25em 0 0;
    border: #dadada 1px solid;
    font-size: 18px
}

@media(max-width: 992px) {
    .titprogram {
        margin-top:0px;
        text-align: center
    }

    .box1 {
        padding: 0
    }
}

.subtitle01 {
    font-size: 28px;
    color: #858585;
    margin-bottom: 10px;
    margin-top: 0px
}

.maintitle {
    font-size: 34px;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 34px;
    letter-spacing: .2px;
    margin-bottom: 0px;
    margin-top: 0px
}

@media(max-width: 1024px) {
    .subtitle01 {
        font-size:24px
    }

    .program {
        padding: 100px 0 0
    }
}

@media(max-width: 480px) {
    .subtitle01 {
        font-size:20px
    }

    .maintitle {
        font-size: 24px
    }

    .program {
        padding: 80px 0 0
    }
}

.callbtn-box {
    position: relative;
    text-align: center;
    padding: 80px 0
}

.callbtn-box__pre {
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0 0 13px;
    padding: 0 0 0 4px
}

.callbtn-box button {
    border: none;
    border: 1px solid #1d2088;
    background: #1d2088;
    color: #fff;
    border-radius: 35px;
    margin-top: 60px;
    padding: 10px 13px;
    width: 140px;
    font-size: 16px;
    position: relative;
    z-index: 999;
    height: 45px;
    z-index: 1;
    transition: all .3s ease-in-out
}

.callbtn-box .callLink {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #1d2088;
    background: #1d2088;
    color: #fff;
    border-radius: 35px;
    margin: 30px auto 0;
    padding: 0 13px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: bold
}

.callbtn-box .callLink:hover {
    background: #fff;
    color: #1d2088;
}

@media(max-width: 767px) {
    .callbtn-box .callLink {
        width:147px;
        height: 45px;
        font-size: 14px;
        margin-top: 20px
    }
}

@media(max-width: 575px) {
    .callbtn-box button {
        margin-top:20px
    }

    .callbtn-box__pre {
        font-size: 16px;
        letter-spacing: 0
    }
}

@media(max-width: 374px) {
    .callbtn-box__pre {
        font-size:14px
    }
}

.icon-call {
    width: 22px;
    height: 22px;
    background: url(../images/icon_call.svg);
    display: inline-block;
    vertical-align: -0.16em;
    margin-right: 9px;
    background-size: contain
}

.callbtn-box a:hover button {
    color: #e84185;
    background: rgba(0,0,0,0) !important
}

.callbtn-box.portfolioTop {
    padding-bottom: 0
}

.callbtn-box.portfolioTop button {
    margin-top: 30px
}

@media(max-width: 576px) {
    .callbtn-box.portfolioTop {
        padding-top:60px
    }
}

.call {
    color: #e84285;
    font-size: 21px;
    text-align: center
}

.call a {
    color: #1d2088;
    font-weight: bold;
    font-size: 24px
}

.contact.changeStyle .call {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0
}

.contact.changeStyle .icon-call {
    width: 40px;
    height: 40px
}

.contact.changeStyle .call a {
    font-size: 40px;
    font-weight: bold
}

.callbtn-box .call {
    font-size: 28px
}

.callbtn-box .call a {
    font-size: 31px
}

@media(max-width: 576px) {
    .callbtn-box .call a {
        display:block
    }
}

.callbtn-box .icon-call {
    width: 30px;
    height: 30px;
    margin-top: -4px
}

#section2 .callbtn-box button {
    font-size: 14px
}

.contact .call {
    margin-bottom: 30px;
    font-size: 28px
}

.contact .icon-call {
    width: 30px;
    height: 30px
}

.contact .call a {
    font-size: 31px
}

@media(max-width: 414px) {
    .contact .call a {
        display:block
    }
}

button.hover {
    background: #e84185
}

button.hover {
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

@media(max-width: 320px) {
    .call {
        margin-top:35px
    }

    .call a {
        display: block;
        margin-top: 5px
    }
}

.aftersale {
    clear: both
}

.aftersale__head {
    display: block;
    margin: 0 0 30px;
    text-align: center
}

.aftersale__head__title {
    font-size: 34px;
    font-weight: 600
}

.aftersale__head__subtitle {
    font-size: 22px;
    letter-spacing: 1px
}

.aftersale__item {
    padding: 0 30px;
    text-align: center
}

.aftersale__item__icon {
    width: 62%;
    margin: 4% 0
}

.aftersale__item__title {
    margin: .5em 0 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4
}

.aftersale__item__title strong {
    display: inline-block;
    color: #e84185
}

.aftersale__item__title span {
    display: inline-block
}

.aftersale__item__p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify
}

.aftersale__item__link {
    display: inline-block;
    margin: 25px 0 10px;
    width: 9em;
    height: 2.6em;
    font-size: 14px;
    color: #fff;
    background: #e84185;
    outline: 0;
    border: rgba(0,0,0,0) 1px solid;
    border-radius: 25px;
    overflow: hidden;
    transition: all .25s
}

.no-touch .aftersale__item__link:hover {
    border-color: #e84185;
    background: #fff;
    color: #e84185
}

.RWDchecklist__container {
    position: relative;
    padding: 100px 40px 40px 20px
}

.RWDchecklist__table {
    display: flex;
    align-items: stretch
}

.RWDchecklist__col {
    position: relative;
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
    background: #fff
}

.RWDchecklist__col--head {
    flex: 0 0 7em;
    font-size: 16px;
    font-weight: 600;
    background: rgba(0,0,0,0)
}

.RWDchecklist__col--pc {
    border-right: 1px solid #c9caca
}

.RWDchecklist__col--pc .RWDchecklist__ul li {
    display: inline-block;
    width: 7em
}

.RWDchecklist__col--pad {
    flex: 0 0 11em;
    border-right: 1px solid #c9caca
}

.RWDchecklist__col--phone {
    flex: 0 0 13em
}

.RWDchecklist__col--phone .RWDchecklist__ul li {
    display: inline-block;
    width: 3.5em
}

.RWDchecklist__col>* {
    padding: 12px 0
}

.RWDchecklist__col>div:first-child {
    line-height: 26px;
    font-weight: 600;
    border-bottom: 1px solid #c9caca
}

.RWDchecklist__col>div:nth-child(2) {
    line-height: 26px;
    border-bottom: 1px solid #c9caca
}

.RWDchecklist__ul li {
    line-height: 2
}

.RWDchecklist__ps {
    padding: 10px 0 0;
    width: 100%;
    font-size: 14px;
    text-align: right
}

@media(max-width: 992px) {
    .aftersale__head__title {
        font-size:30px
    }

    .aftersale__item {
        padding: 0 15px
    }

    .aftersale__item__title {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .aftersale__head__title {
        font-size:24px
    }

    .aftersale__head__subtitle {
        font-size: 15px
    }

    .aftersale__item__icon {
        width: 70%;
        max-width: 260px;
        margin: 0
    }

    .aftersale__item {
        margin: 40px 0 0
    }
}

@media(max-width: 576px) {
    .aftersale__item {
        margin:20px 0 0
    }

    .aftersale__item__icon {
        max-width: 200px
    }
}

.portfolio {
    padding: 120px 0
}

#section2 .portfolio {
    padding: 90px 0 0
}

@media(max-width: 1400px) {
    #section2 .portfolio.setblocks {
        padding-top:135px
    }
}

@media(max-width: 1199px) {
    #section2 .portfolio.setblocks {
        padding-top:90px
    }
}

@media(max-width: 767px) {
    #section2 .portfolio.setblocks {
        padding-top:50px
    }
}

#section2 .portfolio .portfolio-content {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 576px) {
    #section2 .portfolio .portfolio-content .portfolio-img:nth-child(8)~.portfolio-img {
        display:none
    }
}

#section2 .portfolio .portfolio-content .portfolio-btn {
    width: 100%
}

#section2 .portfolio .portfolio-content .portfolio-btn .portfolio-link {
    color: #e84185;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #e84185;
    transition: all .3s ease-in-out;
    display: block;
    margin: 0 auto
}

#section2 .portfolio .portfolio-content .portfolio-btn .portfolio-link:hover {
    background: #e84185;
    color: #fff
}

.titportfolio {
    text-align: center;
    font-size: 34px;
    line-height: 1.5;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 15px
}

.titportfolio span {
    display: inline-block
}

.titportfolio+p {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 50px
}

.titportfolio+p span {
    display: inline-block
}

@media(max-width: 767px) {
    .titportfolio+p {
        font-size:14px
    }

    .titworld-d_tech {
        text-align: center;
        margin-top: 30px
    }

    .world-d_tech-h-logo {
        padding: 0
    }

    .titworld-d_tech+p {
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .titportfolio {
        font-size:22px
    }

    .titportfolio+p {
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0 0 35px
    }

    .titworld-d_tech {
        font-size: 30px
    }

    .world-d_tech {
        padding: 70px 0 0
    }

    .world-d_tech .container {
        padding-bottom: 70px
    }

    #section2 .portfolio {
        padding: 60px 0 0
    }

    #world-d_portfolio .owl-dots .owl-dot span {
        margin: 5px 4px
    }
}

@media(max-width: 359px) {
    .titportfolio {
        font-size:20px
    }

    .titportfolio+p {
        font-size: 12px
    }
}

@media(max-width: 1024px) {
    .portfolio {
        padding:100px 0
    }
}

@media(max-width: 480px) {
    .portfolio {
        padding:60px 0
    }
}

.portfolio-btn {
    text-align: center;
    position: relative;
    margin-top: 30px
}

button.hover {
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    background: #e84185 !important
}

@media(max-width: 480px) {
    .portfolio-btn {
        margin-top:40px
    }
}

.features {
    background: #e84185;
    background: linear-gradient(to bottom, #e84185 0%, #544185 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e84185", endColorstr="#544185",GradientType=0 )
}

@media(max-width: 992px) {
    .features {
        padding-bottom:80px
    }
}

.titfeatures {
    text-align: center;
    color: #fff;
    letter-spacing: 2px
}

.titfeatures h2:nth-child(1) {
    font-size: 34px;
    font-weight: 600;
    padding-top: 120px;
    padding-bottom: 25px;
    margin: 0px
}

.titfeatures h3:nth-child(2) {
    font-size: 18px;
    padding-bottom: 35px;
    margin: 0px;
    line-height: 26px
}

.box-icon {
    text-align: center
}

.features-description {
    text-align: center;
    padding: 0 25px
}

.features-description h3 {
    color: #fff;
    margin-bottom: 23px;
    font-size: 20px;
    margin-top: 55px
}

@media(max-width: 767px) {
    .features-description h3 {
        margin-top:40px
    }
}

@media(max-width: 576px) {
    .features-description h3 {
        margin-top:25px
    }
}

.features-description span {
    color: #dcdcdc;
    font-size: 14px
}

.features-content .list {
    opacity: 1
}

.features-box {
    padding-bottom: 30px
}

.features-hover {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    border-radius: 50px;
    padding: 40px 0;
    width: 75%;
    margin: auto;
    height: auto
}

.features-hover1 {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    border-radius: 50px;
    padding: 40px 0;
    width: 75%;
    margin: auto
}

.fe-btn-bg {
    text-align: center;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    opacity: 0;
    padding-top: 20px
}

.fe-btn-bg button {
    background: rgba(0,0,0,0);
    color: #ff0;
    border: none;
    text-transform: uppercase;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}

.fe-btn-bg button:hover {
    color: #b3b300
}

.fe-btn-bg1 {
    text-align: center;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    padding-top: 20px
}

.fe-btn-bg1 button {
    background: rgba(0,0,0,0);
    color: #ff0;
    border: none;
    text-transform: uppercase
}

.last-fe-btn {
    opacity: 1
}

.last-fe-btn button {
    border: none;
    background: rgba(0,0,0,0);
    color: #fff;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #fff;
    position: relative;
    z-index: 999;
    height: 45px;
    z-index: 1;
    opacity: .4;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    margin-top: 30px
}

.last-fe-btn button:hover {
    opacity: 1;
    border: 1px solid #e84185;
    color: #fff;
    background: #e84185
}

div.features-hover:hover .fe-btn-bg {
    opacity: 1
}

.features-hover:hover {
    background: rgba(76,21,47,.4)
}

@media(max-width: 1024px) {
    .titfeatures h2:nth-child(1) {
        padding:100px 0;
        padding-bottom: 10px
    }

    .fe-btn-bg {
        opacity: 1
    }

    .features-box {
        padding: 0px;
        margin-bottom: 50px
    }

    .features-box:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 480px) {
    .features-description {
        padding:0 20px
    }

    .titfeatures h2:nth-child(1) {
        padding: 60px 0;
        padding-bottom: 10px;
        font-size: 24px
    }
}

.plus-left {
    text-align: center;
    padding-top: 15px
}

.col-md-7.plus-right {
    letter-spacing: 1px
}

.plus {
    border-top: 1px solid #442d5d;
    padding-top: 80px;
    padding-bottom: 120px
}

.plus h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff
}

.plus h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 28px;
    margin-top: 20px
}

.plus p {
    font-size: 14px;
    color: #dcdcdc;
    padding-bottom: 20px;
    line-height: 24px
}

.plus button {
    border: none;
    background: rgba(0,0,0,0);
    color: #fff;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #fff;
    position: relative;
    z-index: 999;
    height: 45px;
    float: left;
    z-index: 1;
    opacity: .4;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.plus button:hover {
    opacity: 1;
    border: 1px solid #e84185;
    color: #fff;
    background: #e84185
}

@media(max-width: 480px) {
    .plus {
        padding-bottom:60px
    }
}

.update {
    padding: 120px 0
}

@media(max-width: 992px) {
    .update {
        padding:80px 0
    }
}

@media(max-width: 480px) {
    .update {
        padding:60px 0
    }
}

.update.ssl {
    padding: 120px 0;
    padding-top: 0px
}

.update.ssl .container {
    padding-top: 120px
}

@media(max-width: 992px) {
    .update {
        padding:80px 0
    }

    .update.ssl .container {
        padding: 80px 0
    }
}

@media(max-width: 480px) {
    .update {
        padding:60px 0
    }

    .update.ssl .container {
        padding: 60px 0
    }
}

.nine {
    background: #eee;
    padding: 120px 0 55px
}

.titnine {
    text-align: center
}

.nine-icon {
    width: 20%
}

.nine-sub {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600
}

.nine-text {
    margin-left: 16%;
    font-size: 14px;
    line-height: 26px;
    margin-top: 13px;
    letter-spacing: 0px
}

@media(max-width: 991px) {
    .nine-text {
        margin-left:0
    }
}

.titnine h2 {
    color: #50555a;
    font-size: 34px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px
}

.titnine h3 {
    color: #50555a;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px
}

.nine-content {
    margin-top: 80px
}

.nine-content .item {
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s
}

.nine-content .item,.nine-content .item2,.nine-content .item3,.nine-content .item4,.nine-content .item5,.nine-content .item6,.nine-content .item7,.nine-content .item8,.nine-content .item9,.nine-content .item10 {
    opacity: 1;
    transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease
}

@media(max-width: 991px) {
    .nine {
        padding:120px 0 85px
    }
}

@media(max-width: 991px)and (min-width: 769px) {
    .nine-content {
        display:flex;
        flex-wrap: wrap;
        align-items: stretch
    }

    .nine-content>div {
        margin-bottom: 35px
    }

    .nine-content>div>.row {
        display: flex;
        flex-wrap: wrap
    }

    .nine-content>div>.row .nine-icon {
        padding-left: 15px;
        padding-right: 0;
        width: 25%
    }

    .nine-content>div>.row .nine-sub {
        width: 75%
    }
}

@media(max-width: 768px) {
    .nine-text {
        margin-left:0;
        display: none
    }

    .nine {
        padding: 80px 0 35px
    }

    .titnine h2 {
        font-size: 34px
    }

    .titnine h3 {
        font-size: 16px
    }

    .nine-icon {
        text-align: center;
        width: 100%
    }

    .nine-content {
        text-align: center;
        margin-top: 50px
    }

    .nine-sub {
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 45px;
        margin-top: 12px
    }

    button.button-active a {
        color: #fff;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .nine-content>.col-xs-6:nth-child(2n+1) {
        clear:left
    }

    .nine-sub {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 480px) {
    .nine-text {
        margin-left:0;
        display: none
    }

    .nine {
        padding: 80px 0 50px
    }

    .titnine h2 {
        font-size: 24px
    }

    .titnine h3 {
        font-size: 16px
    }

    .nine-icon {
        text-align: center;
        width: 100%
    }

    .nine-content {
        text-align: center;
        margin-top: 50px
    }

    .nine-sub {
        margin-top: 12px;
        padding: 0 10px 20px
    }
}

@media(min-width: 480px) {
    .nine-content>div>div {
        margin-bottom:65px
    }
}

@media(max-width: 992px) {
    .nine-content>div>div {
        margin-bottom:10px
    }
}

.marketing_power {
    text-align: center;
    letter-spacing: 1px
}

.marketing_power .container {
    padding: 100px 0 50px
}

@media(max-width: 768px) {
    .marketing_power .container {
        padding:80px 0 30px
    }
}

.marketing_power__title1 {
    font-size: 34px;
    font-weight: 600
}

.marketing_power__title2 {
    margin: 18px 0 80px;
    font-size: 22px
}

@media(max-width: 768px) {
    .marketing_power__title2 {
        margin:18px 0 50px
    }
}

.marketing_power_icon {
    width: 100px
}

.marketing_power__item__title {
    margin: 35px 0 20px;
    font-size: 20px;
    font-weight: 700
}

.marketing_power__item__p {
    margin: 0 0 50px
}

.marketing_power__item__p span {
    display: block;
    font-size: 14px;
    line-height: 1.8
}

@media(max-width: 480px) {
    .marketing_power__title1 {
        font-size:24px
    }

    .marketing_power__title2 {
        font-size: 16px
    }
}

@media(max-width: 374px) {
    .marketing_power__title2 {
        font-size:13px
    }
}

.demand {
    margin: 100px 0
}

.titdemand {
    text-align: center;
    padding-bottom: 95px;
    font-size: 34px;
    font-weight: 600;
    margin: 0px
}

.dem-text-r p {
    border-radius: 30px;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    background: #eee;
    color: #505559;
    font-weight: bold;
    max-width: 75px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out
}

.dem-box a:hover .dem-text-r p {
    background-color: #e84185;
    color: #fff
}

.dem-l {
    margin-top: 30px
}

.dem-l p a {
    color: #9d9d9e;
    font-size: 14px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s
}

.dem-l p a:hover {
    color: #585858
}

.dem-l h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600
}

.dem-r {
    padding-left: 10px
}

.dem-box {
    padding-bottom: 75px
}

.dem-box:nth-child(3) {
    padding-bottom: 0px
}

.dem-l1 p:nth-child(1) {
    padding-bottom: 10px;
    float: left;
    padding-right: 15px
}

.dem-l1 {
    margin-top: 30px
}

.dem-l1 p {
    color: #9d9d9e;
    font-size: 14px
}

.dem-l1 div {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #50555a
}

.dem-r1 {
    padding-left: 10px;
    text-align: center
}

.dem-box1 {
    padding-bottom: 75px
}

.dem-box1:nth-child(3) {
    padding-bottom: 0px
}

.dem-l h3:before {
    content: "";
    height: 5px;
    width: 50px;
    background: #e84185;
    display: block;
    position: absolute;
    top: -20px;
    border-radius: 50px
}

@media(max-width: 736px) {
    .dem-l h3:before {
        content:"";
        height: 5px;
        width: 50px;
        background: #e84185;
        display: block;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -26px;
        border-radius: 50px
    }
}

.dem-text-r {
    margin-top: 50px
}

.dem-text-r1 {
    margin-top: 20px
}

.demand-line {
    width: 100%;
    height: 1px;
    margin-top: 35px;
    background: #e4e4e4
}

@media(max-width: 1024px) {
    .demand {
        margin:80px 0
    }

    .dem-l1 {
        text-align: center
    }

    .dem-l1 div {
        text-align: center
    }

    .dem-l1 p:nth-child(n) {
        display: inline-block;
        padding: 8px 30px;
        font-size: 15px;
        border-radius: 30px;
        float: none;
        background: #e84185
    }

    .dem-l1 p a {
        color: #fff
    }

    .dem-text-r {
        margin-top: 54px
    }

    .dem-l h3 {
        font-size: 16px
    }
}

@media(max-width: 736px) {
    .demand {
        margin:60px 0
    }

    .titdemand>span {
        line-height: 24px;
        font-size: 24px
    }

    .titdemand {
        padding-bottom: 57px
    }

    .dem-text-r {
        float: right;
        margin-top: -19px
    }

    .dem-l h3 {
        float: none;
        text-align: center
    }

    .dem-r img {
        display: none
    }

    .dem-box {
        padding-bottom: 35px
    }
}

@media(min-width: 480px)and (max-width: 736px) {
    .dem-box {
        padding:15px 0px;
        width: 300px;
        margin: auto
    }
}

@media(min-width: 736px) {
    .demand-line {
        display:none
    }
}

.past {
    padding: 3.6em 0;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    color: #fff
}

.past_text1 {
    position: relative;
    display: inline-block;
    padding: 20px 80px
}

.past_text1::before,.past_text1::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/past_sign.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: .15
}

.past_text1::before {
    left: 0;
    top: 0
}

.past_text1::after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg)
}

.past_text1 span {
    display: inline-block
}

.past_highlight {
    margin: 30px 0 0;
    color: #fffe00
}

.past {
    background: #544185;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(84, 65, 133)), color-stop(100%, rgb(142, 65, 133)));
    background: linear-gradient(to bottom, rgb(84, 65, 133) 0%, rgb(142, 65, 133) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#544185", endColorstr="#8e4185", GradientType=0 )
}

@media(max-width: 992px) {
    .past {
        font-size:18px
    }

    .past_text1 {
        padding: 20px 50px
    }

    .past_text1::before,.past_text1::after {
        width: 30px;
        height: 30px
    }
}

@media(max-width: 555px) {
    .past {
        font-size:16px
    }

    .past_text1 {
        padding: 20px 0
    }

    .past_text1::before,.past_text1::after {
        display: none
    }
}

@media(max-width: 374px) {
    .past {
        font-size:14px
    }
}

.contact_call_pre {
    margin: 0 0 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center
}

.contact.changeStyle .contact_call_pre {
    color: #2e2e2e;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 10px
}

.contact {
    padding: 80px 0;
    background: url(../images/c-bg.webp) no-repeat;
    background-size: cover
}

.contact.changeStyle {
    padding: 120px 0;
    position: relative;
    background: none
}

.contact.changeStyle::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    max-width: 994px;
    height: 1px;
    background-color: #c9c9c9;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .contact.changeStyle {
        padding:80px 0
    }
}

.contact input::-webkit-input-placeholder {
    color: #4a4a4a
}

.contact textarea::-webkit-input-placeholder {
    color: #4a4a4a
}

.contact input {
    color: #292929
}

@media(max-width: 767px) {
    .contact.changeStyle .contact_call_pre {
        font-size:26px
    }

    .contact.changeStyle .call,.contact.changeStyle .call a {
        font-size: 32px
    }

    .contact.changeStyle .call a {
        display: block
    }

    .contact.changeStyle .icon-call {
        width: 32px;
        height: 32px
    }
}

@media(max-width: 480px) {
    .contact_call_pre {
        font-size:20px
    }

    .contact.changeStyle .contact_call_pre {
        font-size: 22px
    }

    .contact.changeStyle .call,.contact.changeStyle .call a {
        font-size: 28px
    }

    .contact.changeStyle .icon-call {
        width: 28px;
        height: 28px
    }

    .contact input {
        padding: 5px 15px
    }

    .contact textarea {
        padding: 5px 15px
    }
}

footer {
    position: relative;
    background: #252525;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative
}

@media(max-width: 767px) {
    footer {
        padding-top:80px
    }
}

footer a,footer a:hover {
    color: #fff
}

.footer-L,.footer-L p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px
}

.footer-L .footer__tel {
    margin: 5px 0 0;
    font-size: 13px
}

.footer__tel span {
    display: inline-block;
    line-height: 1.5
}

.footer__social__btn {
    display: inline-flex;
    align-items: center;
    height: 43px;
    padding: 0 20px 0 16px;
    border: #ddd 1px solid;
    border-radius: 2em;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    transition: all ease-in-out .25s
}

.footer__social__btn--fb,.footer__social__btn--fb:focus {
    border-color: #1876f1;
    color: #fff;
    outline: none
}

.no-touch .footer__social__btn--fb:hover {
    background-color: #1876f1
}

.footer__social__btn img {
    display: block;
    height: 24px;
    width: auto;
    margin: 0 12px 0 0
}

.footer-R {
    padding-top: 35px
}

.footer-R p {
    text-align: right;
    float: right;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #848484
}

.footer-R a {
    color: inherit
}

.footer-icon {
    width: 40px;
    height: 40px;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.footer-icon:hover {
    transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px)
}

.copyright a {
    color: #848484;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s
}

.copyright a:hover {
    color: #544185
}

@media(max-width: 1400px) {
    footer {
        padding-bottom:100px
    }
}

@media(max-width: 767px) {
    .footer-R {
        padding-top:0
    }

    .footer-R p {
        text-align: left;
        float: left
    }

    .footer__tel span {
        display: block
    }

    .footer-R p:nth-child(1) {
        margin-top: 26px
    }
}

@media(max-width: 480px) {
    span.footer-fax {
        padding-top:8px;
        display: block
    }
}

#footertop {
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0
}

#footertop img {
    position: fixed;
    right: 32px;
    border-radius: 50px;
    background: rgba(0,0,0,.5);
    padding: 16px 6.5px;
    z-index: 999999999;
    bottom: 160px
}

@media(max-width: 1400px) {
    #footertop img {
        bottom:110px
    }
}

@media(max-width: 450px) {
    #footertop img {
        right:26px;
        bottom: 80px
    }

    .dem-l1 p:nth-child(n) {
        padding: 6px 30px;
        font-size: 14px
    }
}

.circ-jump {
    width: 150px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px
}

@media(max-width: 767px) {
    .circ-jump {
        margin:0 auto
    }
}

.circ-jump>div {
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    animation: stretchdelay .7s infinite ease-in-out
}

.circ-jump .circ2 {
    animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s
}

.circ-jump .circ3 {
    animation-delay: -0.5s
}

.circ-jump .circ4 {
    animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s
}

.circ-jump .circ5 {
    animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

.white {
    color: #fff !important
}

.gray1c {
    color: #1c1c1c !important
}

.indexPortfolio .titportfolio {
    color: #1c1c1c
}

@media(max-width: 767px) {
    .indexPortfolio .titportfolio {
        font-size:18px
    }
}

.indexPortfolio .bigTit {
    font-size: 60px;
    line-height: 1.1;
    margin-top: 15px
}

@media(max-width: 1199px) {
    .indexPortfolio .bigTit {
        font-size:36px
    }
}

@media(max-width: 767px) {
    .indexPortfolio .bigTit {
        font-size:28px;
        margin-top: 10px
    }
}

@media(max-width: 359px) {
    .indexPortfolio .bigTit {
        font-size:26px
    }
}

.indexPortfolio .portfolio-content {
    padding-top: 65px
}

@media(max-width: 767px) {
    .indexPortfolio .portfolio-content {
        padding-top:55px
    }
}

.indexPortfolio .empty-gray-liink {
    width: 200px;
    height: 60px;
    border: 1px solid #999;
    color: #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 60px
}

@media(max-width: 767px) {
    .indexPortfolio .empty-gray-liink {
        width:147px;
        height: 45px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .indexPortfolio {
        margin-top:0
    }

    .indexPortfolio>.divider {
        display: none
    }
}

.divider {
    background: #eee;
    height: 1px;
    display: block;
    width: 100%;
    max-width: 1526px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    transition: width .3s ease-in-out;
    transition-delay: .5s
}

.divider.mt85 {
    margin-top: 85px
}

@media(max-width: 1625px) {
    .divider {
        max-width:calc(100% - 120px)
    }
}

@media(max-width: 767px) {
    .divider {
        max-width:calc(100% - 44px)
    }
}

.widthHidden {
    width: 0px;
    overflow: hidden
}

.widthAuto {
    width: 100%
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear
}

.marquee {
    max-width: 1425px;
    width: calc(100% - 70px);
    margin: 50px auto 0;
    overflow: hidden;
    position: relative
}

.marquee:before,.marquee:after {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 20;
    top: 0
}

.marquee:before {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
    left: 0
}

.marquee:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
    right: 0
}

.portfoliomarquee {
    padding-left: 30px;
    padding-right: 30px;
    display: flex
}

.portfoliomarquee .item {
    height: 75px;
    padding: 0 36px;
    flex: 0 0 auto;
    max-width: 200px;
    width: -moz-fit-content;
    width: fit-content
}

.portfoliomarquee .item .pic {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 75px
}

.portfoliomarquee .item .pic img {
    max-height: 75px;
    width: auto;
    height: auto
}

@media(max-width: 1199px) {
    .portfoliomarquee .item {
        padding:0 30px;
        height: 60px
    }

    .portfoliomarquee .item .pic {
        height: 60px
    }

    .portfoliomarquee .item .pic img {
        max-height: 60px
    }
}

@media(max-width: 767px) {
    .portfoliomarquee .item {
        padding:0 20px;
        height: 40px
    }

    .portfoliomarquee .item .pic {
        height: 40px
    }

    .portfoliomarquee .item .pic img {
        max-height: 40px
    }
}

@media(max-width: 479px) {
    .portfoliomarquee .item .pic img {
        max-width:120px;
        height: auto
    }
}

@media(max-width: 767px) {
    .portfoliomarquee {
        margin-top:30px
    }
}

@keyframes scrolling {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translatex(-100%)
    }
}

.max1365 {
    max-width: 1395px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.movieblock .portfolio {
    padding: 65px 0 0 !important
}

.movieblock {
    padding: 40px 0 60px;
    background: #000;
    color: #fff
}

@media(max-width: 991px) {
    .movieblock {
        padding-bottom:80px
    }
}

@media(max-width: 767px) {
    .movieblock {
        padding-top:0;
        padding-bottom: 0
    }
}

.movieblock .view_movie {
    width: 100%
}

.movieblock .view_movie:before {
    display: none
}

.movieblock .view_movie::after {
    padding-top: 45.615%
}

.movieblock .view_movie .movie_cover {
    height: 100% !important
}

@media(max-width: 767px) {
    .movieblock .view_movie::after {
        padding-top:87.07%
    }
}

@media(max-width: 576px) {
    .movieblock .view_movie .circle_out {
        width:70px;
        height: 70px
    }

    .movieblock .view_movie .circle_in {
        display: none
    }
}

.movieblock .view_movie .playbtn {
    width: 113px;
    height: 113px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    transition: transform .7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.movieblock .view_movie .playbtn:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px dotted #fff;
    border-radius: 50%;
    transition: border .7s ease-in-out
}

.movieblock .view_movie .playbtn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 30.3px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    transition: border .7s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 0;
    margin: auto
}

@media(max-width: 767px) {
    .movieblock .view_movie .playbtn {
        width:82px;
        height: 82px;
        min-width: 82px
    }

    .movieblock .view_movie .playbtn:after {
        border-width: 13px 0 13px 26px
    }
}

@media(hover: hover)and (pointer: fine) {
    .movieblock .view_movie:hover .playbtn {
        transform:scale(0.9)
    }

    .movieblock .view_movie:hover .playbtn:before {
        animation: rotateCircle 13s linear infinite
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pinkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e84185;
    background: #e84185;
    color: #fff;
    border-radius: 35px;
    margin: 0 auto;
    padding: 0 13px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: bold
}

.pinkBtn:hover {
    background: #fff;
    color: #e84185
}

@media(max-width: 767px) {
    .pinkBtn {
        width:147px;
        height: 45px;
        font-size: 14px
    }
}

.features-ph {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .features-ph {
        justify-content:center
    }

    .features-ph .features-box {
        margin-bottom: 35px
    }

    .features-ph .features-box:nth-of-type(1) {
        margin-top: 20px
    }
}

.features-ph .features-hover1 {
    width: 100%;
    padding: 40px 0 0
}

.features-ph .last-fe-btn {
    padding-top: 0
}

.features-ph .last-fe-btn button {
    margin-top: 15px
}

@media(max-width: 1024px) {
    #section3 .titfeatures h2:nth-child(1) {
        padding:100px 0 10px !important
    }
}

@media(max-width: 767px) {
    #section3 .titfeatures h2:nth-child(1) {
        padding:80px 0 10px !important
    }
}

.seo-program {
    width: 100%;
    margin-top: 105px;
    margin-bottom: 15px
}

.seo-program .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 420px;
    cursor: pointer;
    opacity: 1;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out
}

.seo-program .content:before {
    content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, #b0dbda, #acd7d8);
    border-radius: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 25px)
}

@media(hover: hover) {
    .seo-program .content:hover {
        transform:translateY(-10px);
        opacity: .95
    }
}

.seo-program .seo_tag {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff
}

.seo-program .seo_tag img {
    display: block
}

.seo-program .textarea {
    position: relative;
    z-index: 2;
    padding: 95px 25px 50px 125px;
    width: 55%
}

.seo-program .textarea .title {
    font-size: 40px;
    font-weight: 900
}

.seo-program .textarea .title .sub {
    font-size: 32px;
    display: block
}

.seo-program .textarea .title span {
    display: block;
    line-height: 1.2
}

.seo-program .textarea .script {
    font-size: 15px;
    color: #6e6e6e;
    padding: 5px 0 20px
}

.seo-program .textarea .script span {
    display: block;
    line-height: 2;
    letter-spacing: .05em
}

.seo-program .textarea .script .code {
    display: flex
}

.seo-program .textarea .script .code .hashtxt {
    background: #fff;
    width: 116px;
    text-align: center
}

.seo-program .imgbox {
    width: 57%;
    max-width: 645px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    transform: translateX(25px)
}

.seo-program .imgbox img {
    width: 100%
}

@media(max-width: 1200px) {
    .seo-program .content {
        min-height:380px
    }

    .seo-program .textarea {
        padding: 115px 25px 80px 75px
    }
}

@media(max-width: 991px) {
    .seo-program .textarea {
        width:100%;
        padding: 75px 25px 80px 0
    }

    .seo-program .textarea .title {
        text-align: center;
        padding-bottom: 25px
    }

    .seo-program .textarea .script {
        padding: 5px 0 20px 50px
    }

    .seo-program .btnImg {
        margin-left: 50px
    }
}

@media(max-width: 768px) {
    .seo-program .container {
        padding-left:25px;
        padding-right: 25px
    }

    .seo-program .content {
        flex-direction: column
    }

    .seo-program .content::before {
        height: 100%
    }

    .seo-program .seo_tag {
        top: -33px;
        left: -12px;
        background: rgba(0,0,0,0)
    }

    .seo-program .textarea {
        padding: 40px 0 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .seo-program .textarea .script {
        padding: 5px 0 30px;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center
    }

    .seo-program .textarea .script .code {
        justify-content: center
    }

    .seo-program .btnImg {
        margin-left: auto;
        margin-right: auto
    }

    .seo-program .imgbox {
        position: relative;
        transform: translateX(-15px);
        width: calc(100% + 15px);
        max-width: calc(100% + 15px)
    }
}

@media(max-width: 576px) {
    .seo-program .textarea .title {
        font-size:26px;
        line-height: 36px
    }

    .seo-program .textarea .title .sub {
        font-size: 26px;
        line-height: 36px
    }

    .seo-program .imgbox {
        transform: translateX(-7px);
        width: calc(100% + 20px);
        max-width: calc(100% + 20px)
    }

    .seo-program .imgbox img {
        display: block
    }
}

@media(max-width: 370px) {
    .seo-program .container {
        padding-left:15px;
        padding-right: 15px
    }
}

@media(max-width: 767px) {
    #world {
        padding:85px 0 60px !important
    }
}

.notosans {
    font-family: "Noto Sans TC","微軟正黑體","Microsoft JhengHei",Arial,Helvetica,sans-serif
}

#movie .portfolio {
    padding: 80px 0 0;
    text-align: center
}

.view_movie {
    position: relative;
    display: block;
    width: 813px;
    max-width: 100%;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0);
    transition: all ease-in-out .3s
}

.view_movie .circle_out {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    border: #fff 2px solid;
    border-radius: 50%;
    z-index: 2
}

.view_movie img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.view_movie::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: rgba(0,0,0,0) 9px solid;
    border-left: #fff 14px solid;
    border-right-width: 0px;
    z-index: 2
}

.view_movie::after {
    content: "";
    position: relative;
    display: block;
    padding-top: 50.67%;
    width: 100%;
    z-index: 3
}

.movieBackground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

#moviePlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000000
}

#moviePlayFrame {
    margin: 45px 90px;
    width: 100%;
    max-width: 1680px;
    z-index: 5
}

.closeBtn {
    position: absolute;
    right: -70px;
    top: 70px;
    width: 50px;
    height: 50px;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0);
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 6
}

.closeBtn::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.closeBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 1px;
    height: 100%;
    background: #fff
}

@media(hover: hover)and (pointer: fine) {
    .circle_in {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        border: #fff 1px dashed;
        border-radius: 50%;
        z-index: 2;
        opacity: 0;
        transition: opacity ease-in-out .3s
    }

    .view_movie:hover .circle_in {
        opacity: 1;
        animation: circle .5s linear infinite
    }

    @keyframes circle {
        0% {
            transform: translate(-50%, -50%) rotate(0deg)
        }

        100% {
            transform: translate(-50%, -50%) rotate(359deg)
        }
    }
}

@media screen and (min-width: 1800px) {
    .closeBtn {
        top:50%;
        transform: translateY(calc(-50vh + 20px)) rotate(-45deg)
    }
}

@media screen and (orientation: portrait)and (max-width: 992px) {
    #moviePlayFrame {
        margin:0
    }

    .closeBtn {
        top: -60px;
        right: 10px
    }
}

.page_list>div {
    display: flex;
    flex-wrap: wrap
}

.portfolio-container {
    position: relative;
    overflow: hidden
}

.portfolio-container>a {
    background: #fff;
    position: relative
}

.portfolio-container>a .hoverbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: .3s all ease-in-out
}

.portfolio-container>a .hoverbox .worklogo {
    text-align: center;
    margin-bottom: 24px;
    display: inline-block
}

.portfolio-container>a .hoverbox .worklogo img {
    max-width: 185px;
    max-height: 90px;
    width: auto;
    height: auto;
    aspect-ratio: 185/90
}

.portfolio-container>a .hoverbox .weblink {
    width: 144px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #606060;
    border-radius: 10px;
    color: #fff;
    transition: .3s all ease-in-out
}

html.no-touch .portfolio-container>a:hover .hoverbox {
    width: 100%;
    height: 100%;
    opacity: 1
}

html.no-touch .portfolio-container>a:hover .hoverbox .weblink:hover {
    border: 1px solid #fff
}

.portfolio-container>a::before {
    content: "";
    display: block;
    padding-top: 71.428%
}

.portfolio-container>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: center top;
    transition: transform .6s;
    aspect-ratio: 7/5
}

html.no-touch .portfolio-container>a:hover>img {
    transform: scale(1.08);
    transition: transform .7s
}

.portfolio-img {
    margin-bottom: 35px;
    position: relative
}

@media(max-width: 767px) {
    .portfolio-img {
        width:50%
    }
}

@media(max-width: 576px) {
    .portfolio-img {
        width:100%
    }
}

.portfolio-img a {
    position: relative;
    display: block;
    overflow: hidden
}

.portfolio-text::after {
    content: "";
    display: table;
    clear: both
}

.portfolio-type {
    position: relative;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.1;
    padding: 3px 6px;
    border-radius: 2px;
    margin: 10px 3px 0 0;
    color: #444;
    border: #999 1px solid;
    transition: all .2s
}

html.no-touch .portfolio-container:hover .portfolio-type:hover {
    color: #fff;
    background: #999
}

html.no-touch .portfolio-container:hover .portfolio-type--2 {
    color: #e84286;
    border-color: #e84286
}

html.no-touch .portfolio-container:hover .portfolio-type--2:hover {
    background: #e84286
}

html.no-touch .portfolio-container:hover .portfolio-type--3 {
    color: #f99a03;
    border-color: #f99a03
}

html.no-touch .portfolio-container:hover .portfolio-type--3:hover {
    background: #f99a03
}

.portfolio-title {
    display: block;
    float: left;
    color: #444;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 13px 2px 5px 4px;
    transition: all .2s
}

html.no-touch .portfolio-title:hover {
    color: #e84286
}

.portfolio-story {
    display: block;
    float: left;
    width: 30px;
    opacity: .2;
    padding: 9px 5px 2px 3px;
    transition: all .2s
}

.portfolio-story img {
    display: inline-block;
    vertical-align: top
}

html.no-touch .portfolio-story:hover {
    opacity: .8
}

.portfolio-img:hover .portfolio-overlay {
    opacity: 1;
    z-index: 1
}

.portfolio-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: rgba(84,65,133,.88);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}

.portfolio-img.world-d .portfolio-overlay {
    background: rgba(0,0,0,.6)
}

.overlay-text {
    color: #fff
}

.overlay-text p {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: auto;
    margin-top: -25px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px
}

.portfolio-img.world-d .overlay-text p {
    margin-top: -53px
}

.portfolio-img.world-d .overlay-text p::before {
    content: "客製化網站";
    display: block;
    background: url(../page_images/logo_world-d_white.png) top center/30% auto no-repeat;
    padding: 31px 0 12px;
    font-size: 12px
}

.portfolio-overlay>a {
    height: 100%;
    display: block
}

.overlay-icon a img {
    padding: 0px 15px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-property: transform;
    -o-transition-property: transform;
    transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out
}

.overlay-icon a img:hover {
    opacity: .9;
    position: relative;
    transform: translateY(-5px)
}

.overlay-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 140px;
    color: #fff;
    bottom: 50px;
    margin: auto
}

.portfolio-img.world-d .overlay-icon {
    margin-top: 44px
}

.portfolio-overlay span {
    border-radius: 300px;
    transition: all .27s ease-in;
    -webkit-transition: all .27s ease-in;
    -o-transition: all .27s ease-in
}

.portfolio-overlay span:nth-child(1) {
    display: block;
    width: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(1) {
    height: 22px;
    left: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(2) {
    display: block;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(2) {
    width: 22px;
    left: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(3) {
    display: block;
    width: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0
}

.portfolio-img:hover .portfolio-overlay span:nth-child(3) {
    height: 22px;
    right: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(4) {
    display: block;
    background: #fff;
    position: absolute;
    height: 3px;
    right: 0;
    top: 0
}

.portfolio-img:hover .portfolio-overlay span:nth-child(4) {
    width: 22px;
    right: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(5) {
    display: block;
    width: 3px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(5) {
    height: 22px;
    left: 20px;
    bottom: 20px
}

.portfolio-overlay span:nth-child(6) {
    display: block;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(6) {
    width: 22px;
    left: 20px;
    bottom: 20px
}

.portfolio-overlay span:nth-child(7) {
    display: block;
    width: 3px;
    height: 0;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(7) {
    height: 22px;
    right: 20px;
    bottom: 20px
}

.portfolio-overlay span:nth-child(8) {
    display: block;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(8) {
    width: 22px;
    right: 20px;
    bottom: 20px
}

.portfolio-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 1;
    transition: bottom ease-in-out .4s,opacity .5s
}

.portfolio-tag:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.portfolio-tag img {
    height: 19px;
    margin: 0 7px 0 0;
    width: auto;
    aspect-ratio: 200/54
}

.plan__head {
    margin: 70px 0
}

.plan__head h2 {
    margin: .7em 0;
    color: #1d2088;
    font-size: 1.875em;
    font-weight: 700
}

.plan__head div {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    color: #3e3947;
    letter-spacing: 1px
}

.plan__head div::before,.plan__head div::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 1px;
    background-color: #898989
}

.plan__head div::before {
    left: 0
}

.plan__head div::after {
    right: 0
}

.priceset {
    font-family: Arial,微軟正黑體;
    line-height: 1
}

.priceset--die {
    position: relative;
    padding: 0 8px
}

.priceset--die::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #666
}

.priceset__main {
    font-size: 2em;
    font-weight: 700
}

.priceset__after {
    font-size: .938em
}

.hostplan {
    font-family: Arial,微軟正黑體;
    font-size: 16px;
    text-align: center;
    max-width: 1170px;
    margin: 70px 0 0
}

.hostplan__body {
    position: relative;
    display: flex
}
/*
.hostplan__body::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: rgba(0,0,0,0) 16px solid;
    border-top: #fff 24px solid;
    border-bottom-width: 0
}
*/
.hostplan__card {
    flex: 1 1 25%
}

.hostplan__card__top,.hostplan__card__body {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hostplan__card__top {
    height: 2.34em;
    font-size: 1.5em;
    letter-spacing: 3px;
    color: #595757;
    background: #e5e5e5
}

.hostplan__card__top--hot {
    background: #b6b6b6
}

.hostplan__card__body {
    position: relative;
    height: 8.13em;
    color: #666;
    background: #fff
}

.hostplan__card__body>div:nth-child(2) {
    margin: 7px 0 0
}

.hostplan__card+.hostplan__card .hostplan__card__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8%;
    height: 84%;
    width: 1px;
    background: #c9caca;
    transform: scale(0.5, 1);
    transform-origin: center center
}

.highlight {
    color: #e84286
}

.designplan {
    margin: 70px 0 20px;
    text-align: center
}

.designplan__head h2 {
    margin: .5em 0 1em;
    color: #1d2088;
    font-size: 1.875em;
    font-weight: 700
}

.designplan__body {
    position: relative;
    padding: 0 0 20px;
    background: #fff
}

.designplan__body>div:first-child {
    padding: .5em;
    font-size: 1.5em;
    background: #ffc9df
}

.designplan__body .priceset {
    padding: 30px 10px 15px;
    font-family: Arial;
    color: #676767;
    background: #fff
}

.designplan__body .priceset .priceset__pre {
    font-size: 1.75em
}

.designplan__body .priceset .priceset__main {
    margin: 0 0 0 4px;
    font-size: 3.4em;
    font-weight: bold
}

.designplan__body .priceset span:nth-child(3) {
    margin: 0 0 0 .5em;
    text-decoration: line-through
}

.designplan__body>div:nth-child(3) {
    width: 90%;
    max-width: 30em;
    margin: 0 auto;
    padding: 5px 0;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    font-size: 14px;
    letter-spacing: 1px;
    color: #8c8c8c
}

.designplan__body2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: rgba(0,0,0,0) 16px solid;
    border-top: #fff 24px solid;
    border-bottom-width: 0
}

.designplan__subtotal {
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #8c8c8c
}

.designplan__subtotal span {
    display: inline-block
}

.designplan__subtotal strong {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #e84185
}

@media(max-width: 991px) {
    .plan__head {
        margin:50px 0 30px
    }

    .plan__head h2 {
        margin: .4em 0
    }

    .plan__head div {
        padding: 0;
        font-size: 1.25em
    }

    .plan__head div::before,.plan__head div::after {
        display: none
    }

    .priceset--die::after {
        height: 1px
    }

    .owl-item {
        float: left
    }

    .portfolio-overlay {
        display: none !important
    }

    .hostplan__body {
        flex-wrap: wrap
    }

    .hostplan__card {
        flex: 1 1 50%
    }

    .hostplan__card:nth-child(3) .hostplan__card__body::before {
        display: none
    }
    .SEO_optimization_padding {
        padding-top: 50px;
    }
}

@media(max-width: 480px) {
    .hostplan,.designplan {
        font-size:12px
    }

    .priceset--die {
        padding: 0 1px
    }

    .priceset__pre {
        font-size: .833em
    }

    .priceset__main {
        letter-spacing: -1px
    }

    .priceset__after {
        font-size: .833em
    }

    .designplan__subtotal {
        font-size: 13px
    }
}

.gift {
    font-size: 16px;
    color: #636363;
    cursor: default
}

.gift h2 {
    text-align: center;
    margin: 60px 0 50px
}

.gift-word {
    display: inline-block;
    color: #e84285;
    border: #e84285 1px solid;
    font-size: .765em;
    line-height: 1.308em;
    vertical-align: 1px;
    margin: 0 7px 0 0;
    padding: 0 5px
}

.gift .maintitle {
    margin-bottom: 10px
}

.gift .subtitle01 {
    letter-spacing: 1px
}

.boxnt0 {
    font-size: 12px
}

.gift-item {
    position: relative;
    background-color: #fff;
    text-align: center;
    border: #f4f4f4 2px solid;
    padding: 22px 6px;
    height: 160px
}

.gift-line h3 {
    color: #36ba5b
}

.gift-aftee h3 {
    color: #60bfb6
}

.gift-item-ic {
    width: 50%;
    max-width: 60px;
    margin-bottom: 10px
}

.gift h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px
}

.gift h3 span {
    display: inline-block
}

.gift-item.col-lg-4 h3>div {
    margin: 0 0 6px
}

.gift h3+div {
    font-size: .875em
}

.gift-seo {
    display: flex;
    align-items: center
}

.gift-seo .gift-item-ic {
    display: block;
    margin: 0 auto 10px;
    max-width: 100px
}

.gift-seo h3 {
    display: inline-block;
    margin: 0 0 4px;
    color: #e84185;
    font-size: 20px
}

.gift-seo h3+a {
    display: inline-block;
    padding: 0 .5em;
    border: #e84185 1px solid;
    color: #e84185;
    font-size: 13px;
    vertical-align: text-top
}

.gift-seo p {
    font-size: .875em;
    line-height: 1.857;
    color: #636363;
    text-align: justify
}

.gift-seo p:nth-child(1) {
    padding: 0 0 20px;
    color: #a1a1a1;
    border-bottom: #dedede 1px solid
}

.gift-seo p:nth-child(2) {
    padding: 20px 0 0
}

.gift-seo p span {
    display: block;
    line-height: 1.857
}

.gift-seo>div:nth-child(1) {
    flex: 1 1 36%
}

.gift-seo>div:nth-child(2) {
    flex: 1 1 61%;
    margin: 0 0 0 3%;
    padding: 0 30px 0 0
}

.gift-seo__btn {
    display: inline-block;
    margin: 60px 0 0;
    padding: 0 1.8em;
    line-height: 3;
    font-size: 14px;
    color: #e84185;
    outline: 0;
    background: rgba(0,0,0,0);
    border: #e84185 1px solid;
    border-radius: 1.3em;
    transition: all .3s
}

.gift-seo__btn:hover {
    color: #fff;
    background: #e84185
}

@media(min-width: 992px)and (max-width: 1199px) {
    .gift-item {
        height:180px
    }

    .gift-seo>div:nth-child(1) {
        flex: 1 1 40%
    }
}

@media(min-width: 768px) {
    .gift-item.col-lg-4 h3 {
        font-size:1.125em;
        font-weight: bold
    }
}

@media(min-width: 992px) {
    .gift-seo {
        height:320px
    }
}

@media(max-width: 767px) {
    .gift-seo {
        height:auto
    }

    .gift-seo__btn {
        margin: 1em 0 0
    }

    .gift,.gift h3 {
        font-size: 14px
    }
}

@media(max-width: 576px) {
    .gift-item {
        padding:16px 18px
    }
}

@media(max-width: 374px) {
    .gift h2 .maintitle>span:last-child {
        display:block;
        margin: 13px 0 0
    }
}

.section_revised {
    background: #dedede url(../images/revised_bg.webp?10311) center top repeat
}

@media screen and (min-width: 1900px) {
    .section_revised {
        background-repeat:no-repeat;
        background-size: cover
    }
}

.revised_wrap {
    width: 92%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0 75px;
    display: flex
}

.revised_text {
    flex: 1 1 55%;
    letter-spacing: 1px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1
}

.revised_text>div:nth-child(1) {
    margin: 1em 0;
    font-size: 1.563em
}

.revised_text>div:nth-child(2) {
    margin: 1.6em 0 1.4em;
    font-size: 1.875em;
    font-weight: 600
}

.revised_text>div:nth-child(2) span {
    display: block;
    font-size: 3.333em;
    font-weight: 800
}

.revised_text>div:nth-child(3) {
    margin: 1em 0;
    font-size: 1.563em
}

.revised_text a {
    display: block;
    margin: 2.3em auto 1em;
    width: 8em;
    line-height: 2.8;
    border-radius: 1.5em;
    color: #fff;
    background: #e74185;
    border: #e74185 1px solid;
    text-decoration: none;
    transition: all .25s
}

.revised_text a:hover {
    background: #fff;
    color: #e74185
}

.revised_pic {
    position: relative;
    flex: 1 1 45%
}

.revised_pic__apple {
    position: absolute;
    height: 134%;
    bottom: -75px;
    left: -45%
}

.revised_pic__apple img {
    height: 100%;
    max-width: none
}

@media(max-width: 992px) {
    .revised_text {
        font-size:13px
    }
}

@media(max-width: 767px) {
    .revised_text {
        font-size:1.8vw
    }
}

@media(max-width: 640px) {
    .revised_wrap {
        flex-flow:row wrap;
        padding: 0 0 70px
    }

    .revised_text {
        flex: 1 1 100%;
        font-size: 2.6vw;
        margin: -30px 0 0
    }

    .revised_pic {
        flex: 1 1 100%;
        order: -1
    }

    .revised_pic__apple {
        position: relative;
        height: auto;
        bottom: 0;
        left: -14%;
        width: 100%;
        margin: -20px 0 0
    }

    .revised_pic__apple img {
        height: 100%;
        max-width: none;
        height: auto;
        width: 100%
    }

    .revised_text a {
        font-size: 16px
    }
}

@media(max-width: 576px) {
    .revised_text a {
        margin:35px auto 10px
    }
}

.section_course {
    position: relative;
    padding: 60px 0;
    width: 92%;
    max-width: 1040px;
    margin: 0 auto
}

.course__title {
    text-align: center;
    margin: 60px 0 50px
}

.course__title .course__title__main {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 50px;
    letter-spacing: .2px
}

.course__title .course__title__sub {
    margin-top: 15px;
    color: #3e3947;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px
}

@media(max-width: 480px) {
    .section_course {
        padding:50px 0 80px
    }
}

.courseZoom {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 60px
}

@media(max-width: 767px) {
    .courseZoom {
        padding-bottom:0
    }
}

.courseItem {
    width: calc(50% - 36px);
    margin: 0 18px;
    position: relative;
    display: block;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: opacity .3s ease-in-out
}

.courseItem .dataBox {
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 45px 20px 50px;
    text-align: center;
    flex-direction: column
}

.courseItem .courseTit {
    font-size: 34px;
    text-align: center;
    max-width: 310px;
    display: block;
    line-height: 42px;
    margin: 0
}

@media(max-width: 800px) {
    .courseItem .courseTit {
        font-size:30px
    }
}

@media(max-width: 576px) {
    .courseItem .courseTit {
        font-size:24px
    }
}

.courseItem .courseTxt {
    max-width: 350px;
    margin-top: 20px;
    display: block;
    font-size: 15px;
    line-height: 1.6
}

.courseItem .courseBtn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: 47px;
    border-radius: 50px;
    background: #fff;
    line-height: 47px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    margin: 25px auto 0
}

.courseItem .posImg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform .3s ease-in-out
}

.courseItem .posImg img {
    aspect-ratio: 496/229;
    display: block;
    max-width: 100%;
    height: auto
}

.courseItem .bgBox {
    margin-top: 2px;
    border-radius: 10px;
    display: block
}

.courseItem .bgBox img {
    aspect-ratio: 496/167;
    display: block;
    max-width: 100%;
    height: auto
}

.courseItem.blue-col .dataBox {
    background: #1a78f3
}

.courseItem.blue-col .courseBtn {
    color: #1a78f3
}

@media(hover: hover) {
    .courseItem.blue-col:hover {
        opacity:.85
    }

    .courseItem.blue-col:hover .posImg {
        transform: translateY(-10px)
    }
}

.courseItem.green-col .dataBox {
    background: #00a710
}

.courseItem.green-col .courseBtn {
    color: #00a710
}

@media(max-width: 767px) {
    .courseItem {
        width:100%;
        max-width: 496px;
        margin: 0 auto 30px
    }

    .courseItem .courseTit {
        max-width: 100%
    }

    .courseItem .courseTxt {
        max-width: 100%
    }
}

@media(max-width: 440px) {
    .courseItem .courseTit {
        max-width:220px
    }

    .courseItem .courseTxt {
        max-width: 300px
    }
}

:root {
    --m: #c62769;
    --s: #f5bb17;
    --l: #79a42c;
    --r: #0c2070
}

#world {
    padding: 100px 0;
    background: #000
}

.world__title {
    margin: 0 0 50px;
    text-align: center;
    color: #fff
}

.world__title img {
    width: 230px;
    margin: 0 0 50px
}

.world__title__slogan {
    font-size: 32px;
    line-height: 1.6
}

.world__content {
    display: flex
}

.world__miracle .world__company__logo {
    border-bottom: 5px solid var(--m)
}

.world__shifang .world__company__logo {
    border-bottom: 5px solid var(--s)
}

.world__leadway .world__company__logo {
    border-bottom: 5px solid var(--l)
}

.world__river .world__company__logo {
    border-bottom: 5px solid var(--r)
}

.world__company {
    flex: 1 1 25%;
    margin: 0 8px;
    color: #fff;
    border: 1px solid #222;
    background: rgba(0,0,0,0);
    transition: all .4s
}

.world__company:hover,.world__company:focus,.world__company:active {
    color: #fff
}

.world__company__logo {
    position: relative;
    padding: 42% 0 0;
    z-index: 2
}

.world__company__logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 180px;
    transform: translate(-50%, -50%)
}

.world__company__slogan {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 2
}

.world__company__services {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
    z-index: 2
}

.world__company__services ul {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 14px;
    padding: 0
}

.world__company__services li {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.8;
    list-style: inside disc
}

@media(hover: hover)and (pointer: fine) {
    .world__company {
        position:relative
    }

    .world__company::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all .2s
    }

    .world__company:hover::before {
        opacity: 1;
        transition: all .4s ease-out
    }

    .world__miracle::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(199, 39, 105, 0.5) 95%)
    }

    .world__shifang::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(247, 189, 23, 0.5) 95%)
    }

    .world__leadway::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(122, 165, 44, 0.5) 95%)
    }

    .world__river::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(12, 32, 113, 0.8) 95%)
    }
}

@media screen and (max-width: 1199px) {
    .world__content {
        flex-wrap:wrap
    }

    .world__company {
        flex: 1 1 calc(50% - 40px);
        margin: 0 20px 40px
    }
}

@media screen and (max-width: 767px) {
    .world__company__services li {
        font-size:13px
    }
}

@media screen and (max-width: 640px) {
    .world__title__slogan {
        font-size:20px
    }

    .world__content {
        justify-content: space-between
    }

    .world__company {
        margin: 0 0 20px;
        flex: 0 0 calc(50% - 10px)
    }

    .world__company__slogan {
        font-size: 13px;
        letter-spacing: 0
    }

    .world__company__services {
        flex-direction: column;
        padding: 0 0 30px calc((100vw - 80px)*.07)
    }
}

@media screen and (max-width: 413px) {
    .world__company__services {
        padding:0 0 30px 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeInArrow {
    0% {
        opacity: 0
    }

    100% {
        opacity: .4
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownS {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpImg {
    from {
        opacity: 0;
        transform: translateY(30%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInRightImg {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftImg {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightImgS {
    from {
        opacity: 0;
        transform: translate3d(6%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.indexBN {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    overflow: hidden
}

.indexBN .indexBN_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    animation: fadeIn .5s forwards .7s;
    animation-fill-mode: forwards
}

.indexBN .indexBN_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -o-object-position: center bottom;
    object-position: center bottom;
    max-width: none;
    width: 100%;
    height: 100%
}

.indexBN .indexBN_bg:before {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

.indexBN .slider {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    opacity: 0
}

.indexBN .slider .slider-item {
    float: left;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.indexBN .slider .slider-item .item {
    display: flex;
    height: 100vh;
    min-height: 650px;
    align-items: center;
    justify-content: space-between;
    width: calc(50% + 788px);
    margin-left: calc(50% - 788px)
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item {
        width:calc(50% + 950px);
        margin-left: calc(50% - 950px)
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item {
        width:calc(50% + 850px);
        margin-left: calc(50% - 850px)
    }
}

@media only screen and (max-width: 1750px) {
    .indexBN .slider .slider-item .item {
        width:100%;
        margin-left: 0;
        padding-left: 8vw
    }
}

@media only screen and (max-width: 1630px) {
    .indexBN .slider .slider-item .item {
        padding-left:6vw
    }
}

.indexBN .slider .slider-item .item .textbox {
    width: 660px;
    order: 1;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox {
        width:895px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox {
        width:820px
    }
}

@media only screen and (max-width: 1400px) {
    .indexBN .slider .slider-item .item .textbox {
        width:600px
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .textbox {
        width:565px
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .textbox {
        width:500px
    }
}

.indexBN .slider .slider-item .item .textbox .animatebox {
    animation: fadeOut .5s both 0s;
    opacity: 0
}

@media only screen and (max-width: 1500px) {
    .indexBN .slider .slider-item .item .textbox .animatebox {
        height:200px
    }
}

.indexBN .slider .slider-item .item .textbox h1 {
    font-size: 70px;
    line-height: 1.25em;
    font-weight: 900;
    color: #040404;
    margin: 0;
    letter-spacing: .03em;
    width: 580px
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:96px;
        width: 815px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:82px;
        width: 740px
    }
}

@media only screen and (max-width: 1400px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:62px;
        width: 540px
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:58px;
        width: 485px
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:52px;
        width: 440px
    }
}

.indexBN .slider .slider-item .item .textbox .subTit {
    color: #040404;
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.25em;
    letter-spacing: .07em;
    font-weight: 400
}

.indexBN .slider .slider-item .item .textbox .subTit .space1 {
    padding-left: 20px
}

.indexBN .slider .slider-item .item .textbox .subTit .space {
    padding-left: 20px
}

.indexBN .slider .slider-item .item .textbox .subTit .pink {
    color: #1d2088;
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:42px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:38px
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:28px
    }
}

.indexBN .slider .slider-item .item .textbox .tags {
    margin-top: 23px
}

.indexBN .slider .slider-item .item .textbox .tags .tag {
    display: inline-flex;
    font-size: 18px;
    letter-spacing: .1em;
    color: #333334;
    height: 42px;
    width: 138px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border: 1px solid #575151;
    border-radius: 99em;
    background: #fff;
    margin-bottom: 8px
}

.indexBN .slider .slider-item .item .textbox .tags .tag+.tag {
    margin-left: 8px
}

.indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
    width: 156px;
    font-size: 16px
}

.indexBN .slider .slider-item .item .textbox .tags .tag.tag1+.tag1 {
    margin-left: 6px
}

.indexBN .slider .slider-item .item .textbox .tags .tagsStyle+.tagsStyle {
    margin-left: 6px
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox .tags {
        margin-top:45px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        font-size: 25px;
        height: 58px;
        width: 180px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 22px;
        width: 198px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox .tags {
        margin-top:35px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        font-size: 22px;
        height: 52px;
        width: 160px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 19px;
        width: 178px
    }
}

@media only screen and (max-width: 1500px) {
    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        display:block
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle+.tagsStyle {
        margin-left: 0
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .textbox .tags .tag {
        width:120px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        width: 138px
    }
}

.indexBN .slider .slider-item .item .textbox .text {
    margin-top: 12px;
    font-weight: 400;
    color: #555252;
    letter-spacing: .01em;
    font-size: 18px
}

.indexBN .slider .slider-item .item .textbox .text .pink {
    color: #d7447d;
    position: relative;
    letter-spacing: .1em
}

.indexBN .slider .slider-item .item .textbox .text .pink:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d7447d;
    position: absolute;
    bottom: -3px;
    left: 0
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox .text {
        font-size:25px;
        margin-top: 40px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox .text {
        font-size:22px;
        margin-top: 30px
    }
}

.indexBN .slider .slider-item .item .imgbox {
    width: 74%;
    order: 2;
    padding: 0;
    margin-left: -8%
}

.indexBN .slider .slider-item .item .imgbox h1 {
    display: none
}

@media only screen and (min-width: 1921px) {
    .indexBN .slider .slider-item .item .imgbox {
        width:80%;
        margin-left: -8%
    }
}

@media only screen and (max-width: 1920px) {
    .indexBN .slider .slider-item .item .imgbox {
        max-width:1250px
    }
}

.indexBN .slider .slider-item .item .imgbox .banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    animation: fadeOut .5s both 0s;
    opacity: 0
}

.indexBN .slider .slider-item .item .imgbox .banner-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    float: right
}

@media only screen and (max-width: 1630px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-12.5%;
        width: 80%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -9%
    }
}

@media only screen and (max-width: 1500px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-15%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -19%
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left:-17%
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-19%
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        right: -8%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -23%
    }
}

@media only screen and (max-width: 1100px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-23%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -27%
    }
}

@media only screen and (max-width: 1050px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-26%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -30%
    }
}

.indexBN .slider .slider-item.slick-active .item .textbox .animatebox {
    animation: fadeInLeft .8s both .7s
}

.indexBN .slider .slider-item.slick-active .item .imgbox .banner-img {
    animation: fadeInRight .8s both .3s
}

.indexBN .slider .slick-dots {
    bottom: 25px;
    z-index: 5;
    margin: 0;
    padding: 0;
    line-height: 1
}

.indexBN .slider .slick-dots li {
    margin: 0 6px;
    width: 10px;
    height: 10px
}

.indexBN .slider .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #535353;
    border-radius: 50%;
    background: rgba(215,68,125,0);
    transition: all .3s ease-in-out;
    cursor: pointer
}

.indexBN .slider .slick-dots li button:before {
    display: none
}

.indexBN .slider .slick-dots li.slick-active button {
    background: #d7447d;
    border: 1px solid #d7447d
}

.indexBN .slider.show {
    animation: fadeIn .5s both .4s
}

.indexBN .slider-arrow {
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    position: absolute;
    z-index: 2;
    bottom: 160px;
    opacity: 0;
    animation: fadeInArrow .5s forwards 1.5s
}

.indexBN .slider-arrow:hover {
    opacity: 1 !important
}

@media only screen and (min-width: 1024px)and (max-height: 780px) {
    .indexBN .slider-arrow {
        bottom:111px
    }
}

.indexBN .slider-next {
    left: calc(50% - 680px)
}

.indexBN .slider-prev {
    left: calc(50% - 788px)
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider-next {
        left:calc(50% - 852px)
    }

    .indexBN .slider-prev {
        left: calc(50% - 950px)
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider-next {
        left:calc(50% - 742px)
    }

    .indexBN .slider-prev {
        left: calc(50% - 850px)
    }
}

@media only screen and (max-width: 1750px) {
    .indexBN .slider-next {
        left:calc(8vw + 101px)
    }

    .indexBN .slider-prev {
        left: 8vw
    }
}

@media only screen and (max-width: 1630px) {
    .indexBN .slider-next {
        left:calc(6vw + 101px)
    }

    .indexBN .slider-prev {
        left: 6vw
    }
}

@media only screen and (max-width: 1023px) {
    .indexBN {
        min-height:800px
    }

    .indexBN .indexBN_bg {
        min-height: 800px
    }

    .indexBN .slider .slider-item .item {
        flex-direction: column;
        padding-left: 0;
        min-height: 800px
    }

    .indexBN .slider .slider-item .item .textbox {
        width: 100%;
        justify-content: center;
        padding-top: 125px;
        height: auto
    }

    .indexBN .slider .slider-item .item .textbox h1 {
        font-size: 50px;
        text-align: center;
        width: 100%
    }

    .indexBN .slider .slider-item .item .textbox .animatebox {
        height: auto
    }

    .indexBN .slider .slider-item .item .textbox .subTit {
        margin-top: 15px;
        text-align: center;
        max-width: 100%
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space1 {
        padding-left: 20px
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space {
        padding-left: 20px
    }

    .indexBN .slider .slider-item .item .textbox .tags {
        text-align: center
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        width: 138px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        display: inline-flex
    }

    .indexBN .slider .slider-item .item .textbox .text {
        text-align: center
    }

    .indexBN .slider .slider-item .item .imgbox {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -50px;
        height: calc(100vh - 300px);
        min-height: 440px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        right: 0
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img img {
        float: none;
        margin: 0 auto
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0
    }

    .indexBN .slider .slider-item.slick-active .item .textbox .animatebox {
        animation: fadeInDown .8s forwards .8s
    }

    .indexBN .slider .slider-item.slick-active .item .imgbox .banner-img {
        animation: fadeInUpImg .8s forwards 1.1s
    }

    .indexBN .slider .slick-dots {
        width: 10px;
        right: 43px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto
    }

    .indexBN .slider-arrow {
        bottom: auto;
        right: 30px
    }

    .indexBN .slider-prev {
        left: auto;
        transform: rotate(90deg);
        top: calc(50% - 57px)
    }

    .indexBN .slider-next {
        left: auto;
        transform: rotate(90deg);
        top: calc(50% + 42px)
    }
}

@media screen and (max-width: 820px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        max-width:440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .indexBN {
        min-height:650px
    }

    .indexBN .indexBN_bg {
        min-height: 650px
    }

    .indexBN .indexBN_bg:after {
        content: "";
        display: block;
        width: calc(100% - 44px);
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        height: 1px;
        background: #cdced2;
        position: absolute;
        z-index: 5;
        transition: bottom .3s ease-in-out
    }

    .indexBN .slider .slider-item .item {
        padding-top: 100px;
        padding-bottom: 75px;
        min-height: 650px;
        align-items: flex-start;
        justify-content: center
    }

    .indexBN .slider .slider-item .item .imgbox {
        margin-top: 0px;
        min-height: auto;
        height: auto;
        order: 1;
        max-height: calc(100vh - 215px);
        padding-bottom: 20px
    }

    .indexBN .slider .slider-item .item .imgbox h1 {
        font-size: 40px;
        max-width: 350px;
        display: block;
        margin: 0 auto;
        font-weight: 900;
        line-height: 1.2em;
        text-align: center;
        letter-spacing: .03em;
        color: #040404
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        max-height: calc(100vh - 430px);
        height: 100%
    }

    .indexBN .slider .slider-item .item .textbox {
        order: 2;
        padding-top: 0
    }

    .indexBN .slider .slider-item .item .textbox h1 {
        display: none
    }

    .indexBN .slider .slider-item .item .textbox .animatebox {
        height: 145px
    }

    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size: 20px;
        max-width: 100%;
        margin: 5px auto 0;
        font-weight: 900;
        line-height: 1.2em
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space1 {
        padding-left: 10px;
        padding-right: 10px
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space {
        padding-left: 10px
    }

    .indexBN .slider .slider-item .item .textbox .tags {
        margin-top: 10px;
        max-width: 350px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        width: auto;
        font-size: 15px;
        background: rgba(0,0,0,0);
        border: none;
        padding: 0 12px;
        height: 29px;
        line-height: 29px;
        margin-bottom: 0
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag+.tag {
        margin-left: 0;
        position: relative
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag+.tag:before {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: #bcb9b9
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 15px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1+.tag1 {
        margin-left: 0px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        border: 1px solid #bcb9b9;
        height: 31px;
        border-radius: 99em;
        padding: 0 2px;
        justify-content: center;
        max-width: 330px;
        width: 100%
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle+.tagsStyle {
        margin-top: 6px
    }

    .indexBN .slider .slider-item .item .textbox .text {
        margin-top: 15px;
        font-size: 16px
    }

    .indexBN .slider .slick-dots {
        right: 23px
    }

    .indexBN .slider-arrow {
        right: 12px
    }

    .indexBN .slider-arrow img {
        max-width: 18px
    }
}

@media screen and (max-width: 600px) {
    .indexBN .slider .slider-item .item .imgbox h1 {
        font-size:36px
    }
}

@media screen and (max-width: 575px) {
    .indexBN .indexBN_bg.scrollup:after {
        bottom:20px
    }

    .indexBN .slider .slider-item .item .imgbox {
        padding-bottom: 0
    }
}

@media screen and (max-width: 575px)and (min-height: 671px) {
    .indexBN .slider .slider-item .item {
        justify-content:center
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        height: calc(100vh - 450px)
    }
}

@media screen and (min-width: 768px)and (max-height: 650px) {
    .indexBN {
        min-height:770px
    }

    .indexBN .indexBN_bg {
        min-height: 100%
    }

    .indexBN .slider {
        height: auto
    }

    .indexBN .slider .slider-item .item {
        justify-content: flex-start;
        min-height: 770px;
        height: auto
    }

    .indexBN .slider .slider-item .item .imgbox {
        max-height: 100%;
        min-height: 350px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        min-height: 345px;
        max-height: 100%
    }
}

@media screen and (max-width: 767px)and (max-height: 650px) {
    .indexBN {
        min-height:770px
    }

    .indexBN .indexBN_bg {
        min-height: 100%
    }

    .indexBN .slider {
        height: auto
    }

    .indexBN .slider .slider-item .item {
        justify-content: flex-start;
        min-height: 770px;
        height: auto
    }

    .indexBN .slider .slider-item .item .imgbox {
        max-height: 100%;
        min-height: 350px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        min-height: auto;
        height: 345px;
        max-height: 100%
    }
}

@media screen and (max-width: 420px)and (max-height: 900px) {
    .indexBN {
        min-height:560px;
        height: calc(100vh - 70px)
    }

    .indexBN .indexBN_bg {
        min-height: 560px;
        height: calc(100vh - 70px)
    }

    .indexBN .slider {
        height: calc(100vh - 70px)
    }

    .indexBN .slider .slider-item .item {
        overflow: hidden;
        padding-top: 90px;
        min-height: 550px;
        height: calc(100vh - 110px);
        justify-content: space-between
    }

    .indexBN .slider .slider-item .item .textbox {
        flex-shrink: 0
    }

    .indexBN .slider .slider-item .item .textbox .tags {
        margin: 12px auto 0
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        font-size: 14px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 14px
    }

    .indexBN .slider .slider-item .item .textbox .text {
        margin-top: 8px
    }

    .indexBN .slider .slider-item .item .imgbox {
        flex-shrink: 1;
        min-height: auto;
        max-height: 100%;
        height: calc(100vh - 250px)
    }

    .indexBN .slider .slider-item .item .imgbox h1 {
        font-size: 30px;
        max-width: 240px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        max-height: 320px !important;
        min-height: auto;
        height: calc(100vh - 450px);
        margin-top: 15px;
        padding-bottom: 10px
    }

    .indexBN .slider .slider-item .item .imgbox.box1 .banner-img {
        height: calc(100vh - 475px)
    }

    .indexBN .slider .slick-dots {
        display: flex;
        flex-direction: column;
        justify-content: center;
        right: 16px;
        height: 100%;
        top: 0;
        transform: translateY(0)
    }

    .indexBN .slider .slick-dots li {
        margin: 3px 0
    }
}

@media screen and (max-width: 380px)and (max-height: 670px) {
    .indexBN {
        height:calc(100vh - 110px)
    }

    .indexBN .indexBN_bg {
        min-height: 560px;
        height: calc(100vh - 110px)
    }

    .indexBN .slider {
        height: calc(100vh - 110px)
    }

    .indexBN .slider .slider-item .item {
        justify-content: flex-start;
        height: calc(100vh - 150px)
    }

    .indexBN .slider .slider-item .item .imgbox {
        display: block
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        margin-top: 0;
        height: calc(100vh - 420px);
        padding-bottom: 0
    }

    .indexBN .slider .slider-item .item .imgbox.box1 .banner-img {
        height: calc(100vh - 445px)
    }

    .indexBN .slider .slick-dots {
        padding-top: 45px;
        right: 17px
    }

    .indexBN .slider .slick-dots li {
        margin: 3px 0
    }
}

@media screen and (max-width: 350px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:18px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        max-width: 300px
    }
}

@media screen and (max-width: 1700px)and (min-width: 1024px) {
    #movie .portfolio {
        padding:30px 0 0
    }
}

@media screen and (max-width: 767px) {
    #movie .portfolio {
        padding:15px 0 0
    }
}

@keyframes fadeDownNormal {
    from {
        opacity: 0;
        transform: translateY(-15%)
    }

    to {
        opacity: 1;
        transform: translateY(0%)
    }
}

@media(min-width: 2360px) {
    .fz_100 {
        font-size:110px
    }

    .fz_80 {
        font-size: 90px
    }

    .fz_60 {
        font-size: 72px
    }

    .fz_45 {
        font-size: 54px
    }

    .fz_36 {
        font-size: 43px
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .fz_100 {
        font-size:100px
    }

    .fz_80 {
        font-size: 84px
    }

    .fz_60 {
        font-size: 66px
    }

    .fz_45 {
        font-size: 49px
    }

    .fz_36 {
        font-size: 39px
    }
}

@media(max-width: 1920px) {
    .fz_100 {
        font-size:100px;
        transition: font-size .3s
    }

    .fz_80 {
        font-size: 80px;
        transition: font-size .3s
    }

    .fz_60 {
        font-size: 60px;
        transition: font-size .3s
    }

    .fz_45 {
        font-size: 40px;
        transition: font-size .3s
    }

    .fz_36 {
        font-size: 36px;
        transition: font-size .3s
    }
}

@media(max-width: 1650px) {
    .fz_100 {
        font-size:90px
    }

    .fz_80 {
        font-size: 71px
    }

    .fz_60 {
        font-size: 54px
    }

    .fz_45 {
        font-size: 38px
    }

    .fz_36 {
        font-size: 32px
    }
}

@media(max-width: 1500px) {
    .fz_100 {
        font-size:80px
    }

    .fz_80 {
        font-size: 64px
    }

    .fz_60 {
        font-size: 48px
    }

    .fz_45 {
        font-size: 32px
    }

    .fz_36 {
        font-size: 28px
    }
}

@media(max-width: 1200px) {
    .fz_100 {
        font-size:72px
    }

    .fz_80 {
        font-size: 58px
    }

    .fz_60 {
        font-size: 43px
    }

    .fz_45 {
        font-size: 28px
    }

    .fz_36 {
        font-size: 26px
    }
}

@media(max-width: 1023px) {
    .fz_100 {
        font-size:60px
    }

    .fz_80 {
        font-size: 26px
    }

    .fz_36 {
        font-size: 28px
    }
}

.fs_40 {
    font-size: 40px;
    transition: font-size .3s
}

@media(max-width: 767px) {
    .fs_40 {
        font-size:24px
    }

    .fz_100 {
        font-size: 48px
    }

    .fz_80 {
        font-size: 22px
    }

    .fz_36 {
        font-size: 18px
    }
}

@media(max-width: 370px) {
    .fs_40 {
        font-size:22px
    }

    .fz_100 {
        font-size: 40px
    }

    .fz_80 {
        font-size: 20px
    }
}

@media(max-width: 355px) {
    .fs_40 {
        font-size:20px
    }

    .fz_100 {
        font-size: 36px
    }

    .fz_80 {
        font-size: 18px
    }
}

.masterBN {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column
}

.masterBN .bgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    animation: fadeIn .5s forwards .7s;
    animation-fill-mode: forwards
}

.masterBN .bgbox img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: none;
    width: 100%;
    height: 100%
}

.masterBN .bgbox:before {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

@media(min-width: 1024px)and (max-height: 750px) {
    .masterBN {
        min-height:750px;
        max-height: 100%
    }
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN {
        max-height:720px
    }
}

@media(max-height: 600px) {
    .masterBN .bgbox {
        min-height:500px;
        overflow: hidden
    }
}

.masterBN .bannerbox {
    position: relative;
    height: calc(100% - 130px);
    margin-top: 130px
}

@media(max-width: 1023px) {
    .masterBN .bannerbox {
        height:100%;
        margin-top: 0
    }
}

.masterBN .bannerbox .piczoom {
    padding-left: 13vw;
    padding-right: 13vw;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .piczoom {
        display:none
    }
}

@media(min-width: 1921px)and (max-width: 2440px) {
    .masterBN .bannerbox .piczoom {
        padding-left:11vw;
        padding-right: 11vw
    }
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom {
        padding-left:8vw;
        padding-right: 8vw
    }
}

@media(max-width: 1630px) {
    .masterBN .bannerbox .piczoom {
        padding-left:6vw;
        padding-right: 6vw
    }
}

@media(max-width: 1199px) {
    .masterBN .bannerbox .piczoom {
        padding-left:3vw;
        padding-right: 3vw
    }
}

.masterBN .bannerbox .piczoom .leftwrapper,.masterBN .bannerbox .piczoom .rightwrapper {
    width: 50%;
    position: relative;
    height: 100%
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript {
    position: absolute;
    z-index: 30;
    padding-top: 50px;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation-fill-mode: forwards;
    animation: fadeIn .8s forwards .9s
}

@media(max-width: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript {
        padding-top:10px
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptTit,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptTit {
    font-weight: bold;
    color: #1c1c1c
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    letter-spacing: .05em
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        font-size:22px
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        font-size:19px
    }
}

@media(max-width: 1250px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        line-height:1.5
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt {
    padding: 0 15px;
    position: relative
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt+.txt:before,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt+.txt:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #aeaeae;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 12px
}

@media(max-width: 1600px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt {
        padding:0 8px
    }

    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt+.txt,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt+.txt {
        left: -4px
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
    max-width: 850px;
    position: relative;
    width: 100%;
    height: 100%
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .mainOne,.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01,.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic02,.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic03,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .mainOne,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic01,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic02,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic03 {
    opacity: 0
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-height:88%;
        max-width: 800px
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-height:92%;
        max-width: 720px
    }
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:650px
    }
}

@media(max-width: 1800px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:550px
    }
}

@media(max-width: 1600px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:500px
    }
}

@media(max-width: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:450px;
        height: calc(100% - 120px)
    }
}

@media(max-width: 1400px)and (min-height: 800px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:480px;
        max-height: 700px;
        height: 85%
    }
}

@media(max-width: 1300px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:420px
    }
}

@media(max-width: 1200px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:400px
    }
}

@media(max-width: 1100px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:375px
    }
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-height:550px;
        min-height: 550px
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript {
    margin-left: -6%
}

@media(max-width: 1200px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript {
        margin-left:-10%
    }

    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub {
        max-width: 220px;
        text-align: center
    }

    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt:nth-child(3):before {
        display: none
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic {
    position: relative;
    z-index: 10;
    height: 100%;
    background-size: contain;
    background-position: -45px center;
    background-repeat: no-repeat
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .mainOne {
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    animation: fadeInLeftImg 1s forwards 1.1s
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
    width: 76.93%;
    height: auto;
    position: absolute;
    top: -14.5%;
    left: -10%;
    z-index: 5;
    animation: fadeInDownS .6s forwards 1.5s;
    animation-timing-function: ease-in-out
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
        max-width:500px
    }
}

@media(max-width: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
        top:-16%;
        left: -15%
    }
}

@media(max-width: 1200px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
        top:-16%;
        left: -25%
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic02 {
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: fadeIn .6s forwards 1.8s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic03 {
    width: 53.84%;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: -10%;
    z-index: 5;
    animation: fadeInRight .6s forwards 2.1s;
    animation-timing-function: ease-in-out
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic03 {
        max-width:350px
    }
}

.masterBN .bannerbox .piczoom .rightwrapper .wrapscript {
    margin-left: 15%
}

@media(max-width: 1250px) {
    .masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        text-align:center;
        max-width: 260px
    }

    .masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt:nth-child(3):before {
        display: none
    }
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: flex-end
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .mainOne {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    right: -4.5%;
    z-index: 2;
    animation: fadeInRightImg 1s forwards 1.1s
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic01 {
    width: 53.85%;
    height: auto;
    max-width: 350px;
    position: absolute;
    top: 19%;
    left: 4.5%;
    z-index: 5;
    animation: fadeInDown .6s forwards 2.3s;
    animation-timing-function: ease-in-out
}

@media(max-width: 1600px) {
    .masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic01 {
        top:22%
    }
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic02 {
    width: 38.47%;
    height: auto;
    max-width: 250px;
    position: absolute;
    top: calc(50% - 50px);
    left: 4.5%;
    z-index: 5;
    animation: fadeInDown .6s forwards 2.6s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic03 {
    width: 50.77%;
    height: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0;
    right: -3%;
    z-index: 5;
    animation: fadeInDown .6s both 2.9s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .masterCenter {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    z-index: 50;
    padding-top: 50px
}

.masterBN .bannerbox .masterCenter .vline2 {
    content: "";
    height: 0;
    min-height: 0;
    overflow: hidden;
    width: 1px;
    background: #e84d8a;
    display: block;
    margin: 35px auto 0;
    transition: all .5s ease-in-out
}

.masterBN .bannerbox .masterCenter .vline2.active {
    min-height: 85px
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(90% - 605px)
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(93% - 605px)
    }
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(97% - 575px)
    }
}

@media(max-width: 1500px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(95% - 530px)
    }
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .masterCenter .vline2 {
        display:none
    }
}

.masterBN .bannerbox .masterCenter .circular {
    margin: 0 auto;
    width: 10em;
    height: 10em;
    font-size: 18px;
    opacity: 0;
    animation: fadeIn .8s forwards 1.7s;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(52deg);
    z-index: -1;
    color: #1c1c1c;
    display: none
}

.masterBN .bannerbox .masterCenter .circular path {
    fill: none
}

.masterBN .bannerbox .masterCenter .circular svg {
    display: block;
    overflow: visible
}

@media(min-width: 1024px) {
    .masterBN .bannerbox .masterCenter .circular {
        display:block;
        z-index: 1
    }
}

.masterBN .bannerbox .masterCenter .plusimg {
    display: none
}

@media(min-width: 1024px) {
    .masterBN .bannerbox .masterCenter .plusimg {
        display:block
    }
}

.masterBN .bannerbox .masterCenter .plusimg img {
    display: block;
    margin: 0 auto;
    height: auto;
    opacity: 0;
    animation: fadeIn .8s forwards 1.7s
}

.masterBN .bannerbox .masterCenter .plusimg .vline {
    width: 1px;
    background: #e84d8a;
    display: block;
    margin: 0 auto;
    height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.masterBN .bannerbox .masterCenter .plusimg .vline.active {
    height: 7vh;
    min-height: 35px
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height:11vh
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height:9vh
    }
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height:35px
    }
}

@media(max-height: 800px) {
    .masterBN .bannerbox .masterCenter .plusimg img {
        max-width:70px
    }

    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height: 35px
    }
}

.masterBN .bannerbox .masterCenter .script {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
    color: #1c1c1c;
    opacity: 0
}

.masterBN .bannerbox .masterCenter .script.active {
    animation: fadeIn 1s forwards .1s
}

.masterBN .bannerbox .masterCenter .tit {
    color: #1c1c1c;
    font-weight: bold;
    text-align: center;
    order: 1
}

@media(min-width: 1024px) {
    .masterBN .bannerbox .masterCenter .tit {
        display:none
    }
}

.masterBN .bannerbox .masterCenter .subTit1 {
    order: 1
}

.masterBN .bannerbox .masterCenter .subTit2 {
    order: 3;
    position: relative
}

.masterBN .bannerbox .masterCenter .subTit2:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #1c1c1c
}

.masterBN .bannerbox .masterCenter .bigTit {
    color: #1c1c1c;
    order: 2;
    margin: 30px 0
}

.masterBN .bannerbox .masterCenter .bigTit .tagtxt {
    display: block;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.2
}

.masterBN .bannerbox .masterCenter .bigTit .tagtxt .break {
    display: none
}

.masterBN .bannerbox .masterCenter .bigTit .special {
    color: #e84d8a;
    margin-top: 10px;
    display: block
}

@media(max-width: 1100px)and (max-height: 800px) {
    .masterBN .bannerbox .masterCenter .bigTit {
        margin:20px 0
    }
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .masterCenter {
        max-width:570px;
        width: 100%;
        top: auto;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 0;
        bottom: 100px;
        opacity: 0;
        animation: fadeInUpImg .9s forwards 1.7s;
        animation-timing-function: ease-out
    }

    .masterBN .bannerbox .masterCenter .script {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        animation: none;
        opacity: 1;
        margin-top: 0
    }

    .masterBN .bannerbox .masterCenter .script.active {
        animation: none
    }

    .masterBN .bannerbox .masterCenter .subTit1 {
        order: 3;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px
    }

    .masterBN .bannerbox .masterCenter .subTit2 {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px
    }

    .masterBN .bannerbox .masterCenter .subTit2:after {
        display: none
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        border-top: 1px solid #929292;
        border-bottom: 1px solid #929292;
        width: 100%;
        display: flex;
        align-items: flex-end;
        position: relative;
        margin: 20px 0;
        padding: 0 60px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        color: #e84d8a;
        text-align: left;
        width: 120px;
        letter-spacing: .1em;
        padding: 12px 0 15px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt .break {
        display: block
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        flex-grow: 1;
        padding-left: 35px;
        margin-top: 0;
        padding: 12px 0 15px 30px;
        border-left: 1px solid #929292
    }
}

@media(max-width: 850px)and (min-width: 576px)and (min-height: 900px) {
    .masterBN .bannerbox .masterCenter {
        bottom:220px
    }
}

@media(max-width: 767px) {
    .masterBN .bannerbox .masterCenter .bigTit {
        margin:15px 0;
        padding: 0 30px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 12px 0
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        text-align: center;
        padding: 15px 0
    }
}

@media(max-width: 575px) {
    .masterBN .bannerbox .masterCenter .subTit1 {
        padding-left:0
    }

    .masterBN .bannerbox .masterCenter .subTit2 {
        padding-right: 0
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        padding: 0 20px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 10px 20px 10px 0;
        letter-spacing: .05em;
        font-size: 16px;
        width: auto
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        padding: 10px 0
    }
}

@media(max-width: 575px)and (min-height: 700px) {
    .masterBN .bannerbox .masterCenter {
        position:relative;
        bottom: auto;
        padding-top: 20px
    }
}

@media(max-width: 480px) {
    .masterBN .bannerbox .masterCenter .script {
        justify-content:flex-start
    }

    .masterBN .bannerbox .masterCenter .tit {
        text-align: left;
        padding-left: 20px
    }

    .masterBN .bannerbox .masterCenter .subTit1 {
        padding-left: 20px
    }
}

@media(max-width: 380px)and (max-height: 670px) {
    .masterBN .bannerbox .masterCenter.ios {
        bottom:120px
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        margin: 15px 0
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 5px 25px 8px 0
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        padding: 5px 0 8px 20px;
        text-align: left
    }
}

@media(max-width: 355px) {
    .masterBN .bannerbox .masterCenter.ios {
        bottom:100px
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        padding: 0 12px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 5px 12px 5px 0;
        letter-spacing: normal
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        padding: 7px 0 7px 12px
    }
}

.masterBN .bannerbox .touchBox {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: calc(100% - 360px);
    display: none;
    min-height: 380px
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .touchBox {
        display:block
    }
}

.masterBN .bannerbox .touchBox .picBg {
    position: absolute;
    z-index: 2;
    top: 0;
    max-width: 768px;
    right: 0;
    opacity: 0;
    animation: fadeIn .5s forwards .8s
}

.masterBN .bannerbox .touchBox .picBg .decBg {
    width: auto;
    max-height: 100%;
    height: auto
}

.masterBN .bannerbox .touchBox .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto
}

.masterBN .bannerbox .touchBox .imgBox .pic01 {
    display: block;
    position: absolute;
    max-width: 465px;
    bottom: 35px;
    left: 0;
    max-height: 465px;
    width: 65.1%;
    height: auto;
    z-index: 5;
    opacity: 0;
    animation: fadeInDownS 1s forwards .9s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .touchBox .imgBox .pic02 {
    display: block;
    position: absolute;
    max-width: 450px;
    bottom: calc(14% + 35px);
    right: 0;
    max-height: 400px;
    width: 58.6%;
    height: auto;
    z-index: 3;
    opacity: 0;
    animation: fadeInRightImgS 1s forwards 1.2s;
    animation-timing-function: ease-in-out
}

@media(max-width: 850px)and (min-width: 576px)and (min-height: 900px) {
    .masterBN .bannerbox .touchBox {
        height:calc(100% - 430px)
    }

    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        right: 5%
    }

    .masterBN .bannerbox .touchBox .imgBox .pic02 {
        right: 5%
    }
}

@media(max-width: 767px) {
    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        width:73%
    }

    .masterBN .bannerbox .touchBox .imgBox .pic02 {
        width: 65%;
        bottom: 17%
    }
}

@media(max-width: 575px) {
    .masterBN .bannerbox .touchBox {
        padding-left:0;
        padding-right: 0;
        height: calc(100% - 330px)
    }

    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        width: 70.75%;
        bottom: 4%
    }

    .masterBN .bannerbox .touchBox .imgBox .pic02 {
        width: 54.5%;
        bottom: 0
    }
}

@media(max-width: 575px)and (min-height: 701px) {
    .masterBN .bannerbox .touchBox {
        max-height:500px;
        min-height: 380px
    }
}

@media(max-width: 575px)and (max-height: 700px) {
    .masterBN .bannerbox .touchBox {
        min-height:380px
    }
}

@media(max-width: 380px)and (max-height: 670px) {
    .masterBN .bannerbox .touchBox {
        min-height:340px;
        top: 0
    }

    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        bottom: 5.5%
    }
}

.masterBN .bannerbox .touchDec {
    position: absolute;
    max-width: 768px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none
}

@media(max-width: 1023px)and (min-width: 576px) {
    .masterBN .bannerbox .touchDec {
        display:block;
        opacity: 0;
        animation: fadeIn .7s forwards 1.5s
    }
}

.masterBN .bannerbox .touchDec .dec01 {
    position: absolute;
    max-width: 300px;
    width: 39%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 3
}

@media(max-width: 1023px)and (min-width: 576px) {
    .masterBN .bannerbox .touchDec.ios {
        bottom:100px
    }
}

.masterBN .bannerbox .phoneDec {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
    width: 100%
}

@media(max-width: 575px) {
    .masterBN .bannerbox .phoneDec {
        display:block
    }
}

.masterBN .bannerbox .phoneDec .dec01 {
    position: absolute;
    max-width: 175px;
    width: 45%;
    height: auto;
    bottom: -2%;
    left: 0%;
    z-index: 10;
    opacity: 0;
    animation: fadeIn .7s forwards 1.5s
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN~#movie .portfolio {
        padding-top:60px
    }
}

.grecaptcha-badge {
    display: none
}

.fixed_line {
    position: fixed;
    display: block;
    right: 25px;
    bottom: 24px;
    z-index: 9999999;
    overflow: hidden;
    height: 44px;
    width: 146px;
    background: #00c300;
    border-radius: 25px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.15);
    transition: height .3s ease-out,width .3s ease-out,background-color .3s ease-in-out
}

.fixed_line:hover {
    background: #00a800
}

@media(max-width: 767px) {
    .fixed_line {
        display:none
    }
}

.fixed_line_content {
    padding: 0 0 15px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
    position: fixed;
    z-index: 2147483648;
    bottom: 24px;
    right: 16px;
    width: 357px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    display: none
}

.fixed_line_content .content_head {
    background-color: #06c755;
    width: 100%;
    height: 66px;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 22px 25px 22px 68px;
    position: relative;
    border-radius: 10px 10px 0 0
}

.fixed_line_content .content_head .txt {
    padding-left: 12px;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 400
}

.fixed_line_content .content_head .line-close-btn {
    background-color: rgba(0,0,0,0);
    border: none;
    box-shadow: none;
    outline: none;
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer
}

.fixed_line_content .content_head .line-close-btn img {
    transition: all .3s ease-in-out
}

.fixed_line_content .content_head .line-close-btn:hover img {
    transform: rotate(90deg)
}

.fixed_line_content .content_service {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 30px
}

.fixed_line_content .content_service .zoom {
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed_line_content .content_service .zoom .servie-icon {
    display: block
}

.fixed_line_content .content_service .zoom .sevice-txt {
    padding-left: 22px;
    display: block;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: .05em;
    color: #444;
    max-width: 120px;
    text-align: left
}

.fixed_line_content .content_service .copyId-btn {
    width: 100%;
    margin-top: 25px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    box-shadow: none;
    outline: none;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 0 17px;
    height: 38px;
    transition: border .3s ease-in-out
}

.fixed_line_content .content_service .copyId-btn .lin-id {
    display: block
}

.fixed_line_content .content_service .copyId-btn .copy-txt {
    color: #065fd4;
    display: block
}

.fixed_line_content .content_service .copyId-btn:hover {
    border: 1px solid #ccc
}

.fixed_line_content .content_body {
    border-top: 1px solid #ebebeb;
    padding: 33px 8%;
    color: #444
}

.fixed_line_content .content_body .txt {
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.fixed_line_content .content_body .qrcode-img {
    border: 1px solid #cdcdcd;
    width: 156px;
    height: 156px;
    margin: 20px auto
}

.fixed_line_content .content_body .note {
    color: #999;
    font-size: 13px;
    line-height: 1.69;
    margin-top: 20px;
    text-align: left
}

@media(min-width: 768px) {
    .fixed_line_content {
        display:block
    }
}

@media(min-width: 768px) {
    .fixed_line_content.open {
        opacity:1;
        visibility: visible;
        pointer-events: auto
    }
}

.fixed_line_btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 10px 0 53px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: width .3s ease-in-out;
    float: right
}

.fixed_line_btn_text {
    display: block;
    position: relative;
    white-space: nowrap;
    transition: opacity .3s ease-in-out,transform .3s
}

.fixed_line_btn_img {
    position: absolute;
    width: 27px;
    left: 17px;
    top: 10px;
    transition: all ease-in-out .3s
}

.fixed_line.active {
    width: 56px
}

.fixed_line.active .fixed_line_btn_text {
    transform: translate(220px, 0, 0);
    opacity: 0
}

.fixed_line.active .fixed_line_btn_img {
    right: 13px
}

.fixed_line.active:hover {
    width: 135px
}

.fixed_line.active:hover .fixed_line_btn_img {
    right: 17px
}

.fixed_line.active:hover .fixed_line_btn_text {
    transform: translate(0, 0, 0);
    opacity: 1
}

.fixed_line_mobile {
    display: none;
    position: fixed;
    padding: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background: #00b900;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    z-index: 9999999;
    color: #fff;
    cursor: pointer;
    user-select: none;
    align-items: center;
    width: 195px;
    left: 30px;
    padding: 0
}

.fixed_line_mobile img {
    flex: 0 0 26px;
    width: 26px;
    height: 26px
}

.fixed_line_mobile span {
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.4)
}

@media(max-width: 767px) {
    .fixed_line_mobile {
        display:flex;
        height: 55px;
        bottom: 29px;
        border-radius: 58px
    }

    .fixed_line_mobile img {
        margin: 0 15px
    }

    .fixed_line_mobile.changeStyle {
        display: flex;
        font-size: 17px;
        font-weight: bold;
        width: 202px;
        height: 45px;
        bottom: 23px;
        justify-content: center;
        align-items: center;
        padding: 0 12px;
        opacity: 1
    }

    .fixed_line_mobile.changeStyle img {
        margin: 0 8px 0 0;
        flex: 0 0 50px;
        width: 50px;
        height: auto
    }

    .fixed_line_mobile.changeStyle span {
        flex: 0 0 auto;
        width: -moz-fit-content;
        width: fit-content;
        border-left: none
    }
}

@media(max-width: 450px) {
    .fixed_line_mobile {
        height:40px;
        bottom: 18px;
        border-radius: 20px;
        width: 210px
    }

    .fixed_line_mobile img {
        margin: 0 20px
    }

    .fixed_line_mobile.changeStyle {
        border-radius: 45px
    }
}

@media(max-width: 413px) {
    .fixed_line_mobile.changeStyle {
        width:187px;
        border-radius: 45px;
        left: 15px
    }

    .fixed_line_mobile.changeStyle span {
        letter-spacing: normal
    }

    .fixed_line_mobile.changeStyle img {
        margin: 0 4px 0 0
    }
}

@media(max-width: 370px) {
    .fixed_line_mobile {
        overflow:hidden
    }

    .fixed_line_mobile span {
        border-left: none;
        text-align: left
    }

    .fixed_line_mobile img {
        margin: 0 7px 0 12px
    }

    .fixed_line_mobile.changeStyle {
        width: 165px
    }

    .fixed_line_mobile.changeStyle span {
        display: none
    }

    .fixed_line_mobile.changeStyle:after {
        content: "線上諮詢";
        display: inline-block;
        color: #fff;
        font-size: 17px;
        font-weight: 900
    }
}

@media(max-width: 355px) {
    .fixed_line_mobile.changeStyle {
        width:calc(50% - 8px);
        min-width: 125px
    }
}

@media(hover: hover)and (pointer: fine) {
    .fixed_line_btn:hover,.fixed_line_btn:focus,.fixed_line_btn:active {
        color:#fff
    }

    .fixed_line_mobile:hover {
        color: #fff
    }
}

.fixed_contact {
    position: fixed;
    bottom: 15px;
    right: 25px;
    width: 146px;
    height: 44px;
    z-index: 999;
    overflow: hidden;
    background: #ffb31f;
    border-radius: 32px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.15);
    transition: height .3s ease-out,width .3s ease-out,background-color .3s ease-in-out;
    color: #fff
}

.fixed_contact .fixed_contact_link {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: background-color .3s ease-in-out;
    background: #d1d1e5;
    border: none;
    height: 44px;
    padding: 0 10px 0 40px
}

.fixed_contact .fixed_contact_link .txt {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .05em;
    white-space: nowrap;
    position: relative;
    transition: opacity .3s ease-in-out;
    transform: translateX(0px);
    opacity: 1
}

.fixed_contact .fixed_contact_link .icon {
    display: block;
    width: 30px;
    position: absolute;
    left: 17px;
    top: 6px
}

.fixed_contact .fixed_contact_link .icon img {
    width: 100%;
    display: block
}

.fixed_contact .fixed_contact_link:hover {
    background-color: #d1d1e5;
    will-change: background-color
}

.fixed_contact:hover {
    background: #ffa31f;
    will-change: background-color
}

@media(max-width: 1400px) {
    .fixed_contact {
        transform:translate(-155px, 56px)
    }
}

@media(max-width: 767px) {
    .fixed_contact {
        transform:translate(0, 56px)
    }

    .fixed_contact .fixed_contact_link {
        padding: 0;
        width: 144px;
        height: 45px
    }

    .fixed_contact .fixed_contact_link .icon {
        position: static;
        top: auto;
        right: auto;
        width: 26px;
        display: block
    }

    .fixed_contact .fixed_contact_link .icon img {
        display: inline-block
    }

    .fixed_contact .fixed_contact_link .txt {
        padding-left: 8px;
        line-height: 26px
    }
}

@media(max-width: 450px) {
    .fixed_contact {
        box-shadow:none
    }
}

@media(max-width: 413px) {
    .fixed_contact {
        transform:translate(10px, 56px)
    }
}

@media(max-width: 355px) {
    .fixed_contact {
        width:calc(100% - 210px);
        min-width: 125px
    }

    .fixed_contact .fixed_contact_link {
        max-width: 100%
    }

    .fixed_contact .fixed_contact_link .txt {
        padding-left: 5px
    }
}

.fixed_popform {
    position: fixed;
    bottom: 140px;
    right: 25px;
    z-index: 9999999;
    width: 370px;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
    color: #444;
    letter-spacing: .05em;
    font-family: "Noto Sans TC","微軟正黑體","Microsoft JhengHei",Arial,sans-serif !important;
    box-shadow: 2px 2px 12px rgba(0,0,0,.14);
    border-radius: 10px;
    background-color: #fff;
    pointer-events: none;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    transform-origin: right bottom
}

.fixed_popform .formOragne {
    color: #ffa31f
}

.fixed_popform .formZoom {
    position: relative
}

.fixed_popform .closeFrombtn {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    background-color: #f5f5f5;
    top: 3px;
    right: -3px;
    transition: background-color .3s ease-in-out
}

.fixed_popform .closeFrombtn:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #2c2c2c;
    transition: background-color .3s ease-in-out
}

.fixed_popform .closeFrombtn:hover {
    background-color: #ebebeb
}

.fixed_popform .closeFrombtn:hover:after {
    background: #2c2c2c
}

.fixed_popform .formContainer {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.fixed_popform .formContainer,.fixed_popform .successContainer {
    padding: 5px 5px;
    box-sizing: border-box;
    overflow: hidden
}

.fixed_popform .formTitle {
    font-size: 24px;
    font-weight: 700
}

.fixed_popform .formScript {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px
}

.fixed_popform .formBox {
    padding-top: 10px
}

.fixed_popform .formBox .formRow {
    margin-top: 20px
}

.fixed_popform .formBox .formTit {
    font-size: 16px
}

.fixed_popform .formBox .formInput {
    font-size: 15px;
    height: 38px;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    line-height: 36px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box
}

.fixed_popform .formBox .formInput::-webkit-input-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-moz-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-o-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-ms-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-moz-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput:focus {
    outline: none;
    border-color: #065fd4
}

.fixed_popform .formBox .formControl {
    padding-top: 5px
}

.fixed_popform .formBox .formControl .alertMsg,.fixed_popform .formBox .formControl .alertTypeMsg {
    display: none;
    font-size: 14px;
    color: #f50000;
    padding-top: 8px
}

.fixed_popform .formBox .formControl.inputAlert .alertMsg {
    display: block
}

.fixed_popform .formBox .formControl.inputAlert .formInput:focus {
    border-color: #f50000
}

.fixed_popform .formBox .formControl.typeAlert .alertTypeMsg {
    display: block
}

.fixed_popform .formBox .formControl.typeAlert .formInput:focus {
    border-color: #f50000
}

.fixed_popform .sendSumbit {
    width: 145px;
    height: 45px;
    line-height: 41px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #ffa31f;
    border-radius: 45px;
    margin: 0 auto;
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #444;
    font-family: "Noto Sans TC",sans-serif !important
}

.fixed_popform .sendSumbit:hover {
    background-color: #ffa31f;
    color: #fff
}

.fixed_popform .successContainer {
    width: 100%;
    overflow: hidden
}

.fixed_popform .successContainer iframe {
    overflow: hidden
}

.fixed_popform .successBtn {
    width: 145px;
    height: 45px;
    line-height: 41px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 45px;
    margin: 25px auto 0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #444;
    font-family: "Noto Sans TC",sans-serif !important;
    outline: none;
    box-shadow: none;
    cursor: pointer
}

.fixed_popform .successBtn:hover {
    background-color: #000;
    color: #fff
}

.fixed_popform .successBtn:focus,.fixed_popform .successBtn:active {
    outline: none;
    box-shadow: none
}

.fixed_popform .loadingContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.fixed_popform .square-tick {
    border: none
}

.fixed_popform .square-tick input[type=checkbox] {
    display: none
}

.fixed_popform .square-tick input[type=checkbox]+label {
    display: flex;
    color: #444;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .05em
}

.fixed_popform .square-tick input[type=checkbox]+label .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.fixed_popform .square-tick input[type=checkbox]+label .icon:after {
    content: "";
    display: block;
    opacity: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffa800;
    transition: opacity .2s ease-in-out
}

.fixed_popform .square-tick input[type=checkbox]+label .word {
    padding-left: 8px;
    display: block
}

.fixed_popform .square-tick input[type=checkbox]:checked+label .icon:after {
    opacity: 1
}

.fixed_popform.show {
    animation: bounceInOnce .3s both;
    pointer-events: auto
}

.fixed_popform.show .formContainer {
    opacity: 1
}

@media(max-width: 1400px) {
    .fixed_popform {
        bottom:85px
    }
}

@keyframes bounceInOnce {
    from,60%,80%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.foot-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

@media(max-width: 767px) {
    .foot-row {
        flex-wrap:wrap;
        justify-content: flex-start
    }
}

.footer-L.changeStyle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 700px;
    padding-right: 35px;
    padding-left: 20px
}

.footer-L.changeStyle .footer__social {
    margin-top: 27px
}

.footer-L.changeStyle .footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px
}

.footer-L.changeStyle .footer-info .footer__linking {
    width: 100%;
    max-width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.72);
    margin-bottom: 22px
}

.footer-L.changeStyle .footer-info .footer__linking .linking {
    display: inline-block;
    color: #fff;
    transition: color .3s ease-in-out
}

.footer-L.changeStyle .footer-info .footer__linking .linking+.linking {
    margin-left: 15px
}

.footer-L.changeStyle .footer-info .footer__linking .linking:hover {
    color: var(--m)
}

.footer-L.changeStyle .footer-info .slogan {
    color: #848484;
    line-height: 1.85;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 25px
}

.footer-L.changeStyle .footer-info .hashlink .alink {
    color: #848484;
    line-height: 1.85;
    white-space: nowrap;
    transition: color .3s ease-in-out
}

.footer-L.changeStyle .footer-info .hashlink .alink:hover {
    color: #fff
}

@media(max-width: 1199px) {
    .footer-L.changeStyle {
        padding-left:35px
    }
}

@media(max-width: 991px) {
    .footer-L.changeStyle {
        padding-right:15px
    }

    .footer-L.changeStyle .footer-info {
        flex-direction: column;
        width: -moz-fit-content;
        width: fit-content
    }

    .footer-L.changeStyle .footer-info .hashlink {
        margin-top: 12px
    }
}

@media(max-width: 767px) {
    .footer-L.changeStyle {
        width:100%
    }

    .footer-L.changeStyle .footer__social {
        margin-top: 25px
    }
}

@media(max-width: 650px) {
    .footer-L.changeStyle {
        padding-left:15px
    }
}

@media(max-width: 365px) {
    .footer-L.changeStyle {
        padding-left:10px;
        padding-right: 10px
    }
}

.foot-line-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    padding-right: 20px
}

.foot-line-box .line-box {
    width: 132px
}

.foot-line-box .line-box .line-box_head {
    padding: 12px 15px;
    background: #06c755;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.85;
    display: block
}

.foot-line-box .line-box .line-box_head .icon-line {
    display: block;
    text-align: center;
    line-height: 1.85
}

.foot-line-box .line-box .line-box_head .txt {
    display: block;
    text-align: center;
    line-height: 1.85
}

.foot-line-box .line-box .line-box_body {
    background: #fff;
    color: #000;
    padding: 25px 0;
    cursor: pointer
}

.foot-line-box .line-box .line-box_body .qrcode-img {
    width: 73px;
    height: 73px;
    display: block;
    margin: 0 auto
}

.foot-line-box .line-box .line-box_body .copyId-btn {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #2e2e2e
}

.foot-line-box .line-box .line-box_body .copyId-btn .copy-txt {
    color: #065fd4
}

.foot-line-box .copyright-txt {
    font-size: 13px;
    margin: 20px 0 0;
    color: #848484;
    line-height: 1.85;
    text-align: right;
    white-space: nowrap
}

.foot-line-box .copyright-txt .alink {
    color: #848484;
    transition: color .3s ease-in-out
}

.foot-line-box .copyright-txt .alink:hover {
    color: #fff
}

@media(max-width: 1199px) {
    .foot-line-box {
        padding-right:35px
    }

    .foot-line-box .copyright-txt {
        max-width: 175px;
        white-space: normal
    }
}
    height: 100%;
    font-size: 100%;
    font-family: 微軟正黑體,"Microsoft JhengHei",MingLiU,arial,verdana,helvetica,tahoma,sans-serif
}

body {
    height: 100%;
    font-size: 1em;
    font-family: 微軟正黑體,"Microsoft JhengHei",MingLiU,arial,verdana,helvetica,tahoma,sans-serif
}

main {
    overflow: hidden
}

img {
    max-width: 100%
}

h1,h2,h3 {
    font-family: 微軟正黑體,"Microsoft JhengHei",MingLiU,arial,verdana,helvetica,tahoma,sans-serif;
    line-height: 100%
}

p {
    line-height: 100%;
    margin: 0
}

span {
    line-height: 100%
}

ul {
    margin: 0
}

a {
    text-decoration: none !important;
    color: #9d9d9e
}

a:hover {
    color: #3e3947
}

input {
    outline: none
}

button {
    outline: none
}

.hidden1 {
    opacity: 0
}

.visible {
    opacity: 1
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp1 {
    animation-name: fadeInUp1;
    animation-delay: 0s
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp2 {
    animation-name: fadeInUp1;
    animation-delay: .1s
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp3 {
    animation-name: fadeInUp1;
    animation-delay: .2s
}

@keyframes fadeInUp4 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp4 {
    animation-name: fadeInUp1;
    animation-delay: .3s
}

@keyframes fadeInUp5 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp5 {
    animation-name: fadeInUp1;
    animation-delay: .4s
}

@keyframes fadeInUp6 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp6 {
    animation-name: fadeInUp1;
    animation-delay: .5s
}

@keyframes fadeInUp7 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp7 {
    animation-name: fadeInUp1;
    animation-delay: .6s
}

@keyframes fadeInUp8 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp8 {
    animation-name: fadeInUp1;
    animation-delay: .7s
}

@keyframes fadeInUp9 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp9 {
    animation-name: fadeInUp1;
    animation-delay: .8s
}

@keyframes fadeInUp10 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp10 {
    animation-name: fadeInUp1;
    animation-delay: .9s
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight {
    animation-name: fadeInRight;
    animation-delay: .2s
}

@keyframes fadeInRight1 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight1 {
    animation-name: fadeInRight;
    animation-delay: .4s
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight2 {
    animation-name: fadeInRight;
    animation-delay: .6s
}

@keyframes fadeInRight3 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight3 {
    animation-name: fadeInRight;
    animation-delay: .8s
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft {
    animation-name: fadeInLeft;
    animation-delay: .4s
}

@keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft1 {
    animation-name: fadeInLeft;
    animation-delay: .6s
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft2 {
    animation-name: fadeInLeft;
    animation-delay: .8s
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft3 {
    animation-name: fadeInLeft;
    animation-delay: 1s
}

.is-hidden {
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.its-hidden {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.is-visible {
    opacity: 1;
    visibility: visible
}

.top {
    width: 100%;
    position: fixed;
    z-index: 999
}

.navbar-header {
    width: 23%;
    flex-grow: 1;
    min-width: 200px
}

@media(max-width: 1650px) {
    .navbar-header {
        width:15%
    }
}

.navbar-fixed-top {
    background: rgba(255,255,255,.15);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    min-height: 80px
}

@media(max-width: 768px) {
    .navbar-fixed-top {
        min-height:66px
    }
}

.container-fluid {
    width: 1606px;
    padding-right: 50px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 2360px) {
    .container-fluid {
        width:1930px;
        padding-right: 80px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .container-fluid {
        width:1730px;
        padding-right: 80px
    }
}

@media only screen and (max-width: 1750px) {
    .container-fluid {
        width:100%;
        padding-left: 8vw;
        padding-right: 8vw
    }
}

@media only screen and (max-width: 1630px) {
    .container-fluid {
        padding-left:6vw;
        padding-right: 6vw
    }
}

@media only screen and (max-width: 1199px) {
    .container-fluid {
        padding-left:3vw;
        padding-right: 3vw
    }
}

@media only screen and (max-width: 1100px) {
    .container-fluid {
        padding-left:15px;
        padding-right: 15px
    }
}

ul.menu-bg {
    float: left;
    position: relative;
}
/*
ul.menu-bg:after {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    background: #e2e2e2;
    float: left;
    position: absolute;
    right: 0px;
    top: 18px
}
*/
@media(max-width: 1300px) {
    ul.menu-bg {
        padding-right:10px
    }
}

@media(max-width: 1023px) {
    ul.menu-bg {
        float:right;
        padding-right: 0
    }

    ul.menu-bg:after {
        display: none
    }
}

ul.menu-bg li {
    float: left;
    position: relative
}

ul.menu-bg>li {
    padding: 20px 0
}

ul.menu-bg>li.hover {
    background-color: rgba(0,0,0,0) !important
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    transition: color .5s;
    -o-transition: color .5s;
    -webkit-transition: color .5s
}

.navbar-default .navbar-nav.menu-li-color>li>a {
    color: #000
}

.navbar-default .navbar-nav.menu-li-color>li>a.c-blue,.navbar-default .navbar-nav>li>ul>li>a.c-blue {
    color: #00b1b3
}

.navbar-default .navbar-nav.menu-li-color>li:hover>a,.navbar-default .navbar-nav.menu-li-color>li>a:focus {
    color: #26298c
}

ul.menu-bg>li>a:after,.navbar-default .navbar-nav ul li:after {
    content: "";
    transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    width: 0px;
    right: 0px;
    background: #fff;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -20px
}

.navbar-default .navbar-nav ul li:after {
    height: 1px;
    bottom: 0;
    right: 20px;
    background: rgba(255,255,255,.5)
}

ul.menu-li-color li a:after,.navbar-default ul.menu-li-color ul li:after {
    content: "";
    background: #26298c
}

.navbar-default .navbar-nav ul {
    display: none
}

.nav>li>a {
    padding: 10px 25px
}

@media(max-width: 1450px) {
    .nav>li>a {
        padding:10px 15px
    }
}

@media(max-width: 1300px) {
    .nav>li>a {
        padding:10px 7px
    }
}

@media(max-width: 1023px) {
    .nav>li>a {
        font-size:14px
    }
}

ul.menu-bg li:hover a:after {
    width: 100%;
    left: 0
}

.navbar-default .navbar-nav ul li:hover:after {
    left: 20px;
    width: calc(100% - 40px)
}

li.free-call p {
    color: #e84185 !important
}

li.free-call a span {
    color: #e84185;
    border: 2px solid #e84185;
    border-radius: 50px;
    padding: 4px 13px
}

li.free-call a {
    padding-top: 17px;
    padding-bottom: 15px
}

.navbar-default .navbar-nav ul {
    padding-left: 0
}

.navbar-default .navbar-nav ul li a {
    padding: 10px 10px 8px;
    display: block
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    background: rgba(0,0,0,0);
    box-shadow: inset 3px 3px 3px rgba(51,51,102,0)
}

@media(max-width: 900px) {
    .navbar-header {
        width:100%
    }

    ul.menu-bg {
        background: rgba(255,255,255,.95);
        margin: 0px -25px;
        padding: 50px 0;
        text-align: center;
        float: none;
        box-shadow: 1px 4px 4px rgba(0,0,0,.08)
    }

    .navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>ul>li>a {
        color: #333 !important
    }

    .navbar-default .navbar-nav>li>a.c-blue,.navbar-default .navbar-nav>li>ul>li>a.c-blue {
        color: #00b1b3 !important
    }

    ul.menu-bg li {
        float: none;
        padding: 0
    }

    .navbar-nav>li {
        float: none
    }

    ul.menu-bg li a:after {
        display: none
    }

    .nav>li>a {
        padding: 12px 25px
    }

    .navbar-default .navbar-nav ul {
        background: rgba(150,150,150,.1)
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
        color: #e84185 !important
    }

    .navbar-default .navbar-nav>li {
        position: relative
    }

    .navbar-default .navbar-nav .toggle-submenu {
        position: absolute;
        width: 30px;
        height: 44px;
        background: url(../images/submenu-arrow.svg) no-repeat center;
        left: 50%;
        top: 0;
        margin-left: 35px;
        display: block;
        transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s
    }

    .navbar-default .navbar-nav .active .toggle-submenu {
        transform: rotate(-180deg);
        background-image: url(../images/submenu-arrow_.svg)
    }
}

@media(max-width: 768px) {
    .menu {
        display:none
    }

    .navbar-header {
        width: 100%
    }

    .container-fluid {
        padding-left: 25px;
        padding-right: 25px
    }

    .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media(min-width: 480px)and (max-width: 768px) {
    ul.menu-bg {
        margin-top:0px
    }
}

@media(min-width: 901px) {
    .navbar-default .navbar-nav ul {
        position:absolute;
        top: 100%;
        width: 100%;
        text-align: center;
        padding-top: 4px;
        background: url(../images/submenu_bg.png) bottom repeat-x;
        background-size: auto 100%;
        padding-bottom: 6px
    }

    .navbar-default .navbar-nav.menu-li-color>li ul {
        background: rgba(255,255,255,.8);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
}

@media(min-width: 769px) {
    .collapse {
        float:left
    }

    .navbar-default .navbar-nav ul li {
        float: none;
        position: relative
    }

    .navbar-default .navbar-nav ul li a {
        padding: 10px 10px 8px;
        display: block
    }

    ul.menu-bg li a {
        color: #fff;
        text-decoration: none
    }

    .navbar-default .navbar-nav.menu-li-color>li ul li a {
        color: #000
    }

    .navbar-default .navbar-nav.menu-li-color>li ul li a:hover {
        color: #e84185
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
        color: #fff
    }
}

.logo {
    position: relative
}

.logo-area {
    position: relative;
    height: 100%;
    width: 100%;
}

.white-logo {
    visibility: visible;
    position: absolute;
    width: 100px;
    left: 0;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    top: -10px;
}

.white-logo-out {
    visibility: visible;
    left: -100px;
    opacity: 0
}

.black-logo {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 90px;
    left: 0;
    transform: translateX(100px);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.black-logo-in {
    visibility: visible;
    position: absolute;
    opacity: 1;
    left: 0;
    transform: translateX(0);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    top: -5px;
}

.logo-phone {
    color: #e84185;
    display: block;
    margin-top: 0px;
    width: 200px;
    padding: 5px;
    margin-left: -200px;
    border-radius: 15px;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    font-size: 21px
}

.logo-phone-in {
    margin-left: 0;
    opacity: 1
}

.hamburger {
    padding: 0
}

@media(max-width: 480px) {
    .logo-phone {
        margin-left:-7px
    }
}

nav.navbar {
    width: 80%;
    margin: auto
}

nav.navbar ul li a {
    padding: 10px 10px
}

@media(min-width: 901px) {
    .hamburger-btn {
        display:none
    }
}

@media(max-width: 900px) {
    .hamburger-btn {
        float:right;
        display: block;
        position: relative;
        z-index: 99999
    }
}

.hamburger-box {
    margin-top: 9px;
    width: 30px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    background-color: #fff;
    width: 30px;
    height: 2px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner-02,.hamburger-inner-02::before,.hamburger-inner-02::after {
    background-color: #6c6c6c
}

@media(min-width: 901px) {
    .action-close {
        position:relative;
    }
}

@media(max-width: 900px) {
    .action-close {
        position:absolute;
        visibility: hidden;
        top: 66px;
        left: 0;
        opacity: 0;
        width: 100%;
        transition: all .5s
    }

    .action-open {
        visibility: visible;
        display: block;
        opacity: 1
    }
}

.tel-number {
    padding: 21px 0 16px 45px;
    width: auto;
    height: auto;
    opacity: 1
}

@media only screen and (max-width: 1300px) {
    .tel-number {
        padding:21px 0 16px 20px
    }
}

@media only screen and (max-width: 1300px) {
    .tel-number {
        padding:21px 0 16px 20px
    }
}

@media only screen and (max-width: 1023px) {
    .tel-number {
        padding:21px 0 16px
    }
}

.tel-number a {
    padding: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600
}

.tel-number a:hover {
    color: #fff
}

.tel-number a span {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-bottom: 2px
}

.tel-number-2 a,.tel-number-2 a span,.tel-number-2 a:hover {
    color: #e84185
}

@media(max-width: 1023px) {
    .tel-number {
        display:none
    }
}

.navbar-toggle .icon-bar {
    background: #6c6c6c
}

.navbar-toggle {
    margin: 0
}

.container-fluid>.navbar-header {
    margin: 0;
    padding: 19px 0;
}

@media(max-width: 780px) {
    .container-fluid>.navbar-header {
        padding:13px;
        padding-left: 1px
    }
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:block
    }
}

@media(min-width: 800px) {
    .navbar-toggle {
        display:none
    }
}

.animated {
    animation-duration: .9s;
    animation-fill-mode: both
}

#scrolltop>span {
    display: block;
    position: fixed;
    right: 0px;
    top: 101%;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #bebebe;
    border-radius: 33px;
    padding: 14px 5px
}

#scrolltop img {
    animation: scroll-act1 2.5s infinite
}

@keyframes scroll-act1 {
    0% {
        opacity: 0;
        transform: translateY(12px)
    }

    50% {
        opacity: 1;
        transform: translateY(0px) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateY(-10px) scale(1)
    }
}

.select {
    padding: 85px 0 80px
}

@media(max-width: 767px) {
    .select {
        padding:85px 0 40px
    }
}

.titselect {
    text-align: center;
    letter-spacing: 2px
}

.titselect-pre {
    margin: 0;
    font-size: 34px;
    font-weight: 600
}

.titselect-main {
    margin: 10px 0 25px;
    font-size: 34px;
    font-weight: 600
}

.titselect-sub {
    font-size: 15px;
    font-weight: 500
}

#panel-select .post1 {
    position: relative;
    width: 100%;
    margin-top: 50px
}

#owl-demo {
    text-align: center
}

#owl-demo .item {
    width: 16.6666666667%;
    display: inline-block;
    margin-bottom: 35px
}

#owl-demo .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media(max-width: 575px) {
    .titselect-pre,.titselect-main {
        font-size:24px
    }

    #owl-demo .item {
        width: 25%
    }
}

#section1 {
    margin-top: 0px;
}

.program {
    background: #f4f4f4;
    padding: 120px 0 40px;
    position: relative
}

.program.treeService {
    margin-top: 10px;
    padding: 90px 0 120px
}

@media(max-width: 992px) {
    .program {
        padding-top:140px
    }
}

.titprogram {
    margin: 0;
    text-align: center
}

.titprogram .maintitle {
    line-height: 1.47
}

.program__title {
    display: inline-block;
    padding: .25em 1.2em;
    margin: .25em 0 0;
    border: #dadada 1px solid;
    font-size: 18px
}

@media(max-width: 992px) {
    .titprogram {
        margin-top:0px;
        text-align: center
    }

    .box1 {
        padding: 0
    }
}

.subtitle01 {
    font-size: 28px;
    color: #858585;
    margin-bottom: 10px;
    margin-top: 0px
}

.maintitle {
    font-size: 34px;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 34px;
    letter-spacing: .2px;
    margin-bottom: 0px;
    margin-top: 0px
}

@media(max-width: 1024px) {
    .subtitle01 {
        font-size:24px
    }

    .program {
        padding: 100px 0 0;
    }
}

@media(max-width: 480px) {
    .subtitle01 {
        font-size:20px
    }

    .maintitle {
        font-size: 24px
    }

    .program {
        padding: 80px 0 0
    }
}

.callbtn-box {
    position: relative;
    text-align: center;
    padding: 80px 0
}

.callbtn-box__pre {
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0 0 13px;
    padding: 0 0 0 4px
}

.callbtn-box button {
    border: 1px solid #1d2088;
    background: #1d2088;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 35px;
    margin: 30px auto 0;
    padding: 0 13px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.callbtn-box .callLink {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1d2088;
    background: #1d2088;
    color: #fff;
    border-radius: 35px;
    margin: 30px auto 0;
    padding: 0 13px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: bold
}

.callbtn-box .callLink:hover {
    background: #fff;
    color: #1d2088
}

@media(max-width: 767px) {
    .callbtn-box .callLink {
        width:147px;
        height: 45px;
        font-size: 14px;
        margin-top: 20px
    }
}

@media(max-width: 575px) {
    .callbtn-box button {
        margin-top:20px
    }

    .callbtn-box__pre {
        font-size: 16px;
        letter-spacing: 0
    }
}

@media(max-width: 374px) {
    .callbtn-box__pre {
        font-size:14px
    }
}

.icon-call {
    width: 22px;
    height: 22px;
    background: url(../images/icon_call.svg);
    display: inline-block;
    vertical-align: -0.16em;
    margin-right: 9px;
    background-size: contain
}

.callbtn-box a:hover button {
    color: #1d2088;
    background: rgba(0,0,0,0) !important
}

.callbtn-box.portfolioTop {
    padding-bottom: 0
}

.callbtn-box.portfolioTop button {
    margin-top: 30px
}

@media(max-width: 576px) {
    .callbtn-box.portfolioTop {
        padding-top:60px
    }
}

.call {
    color: #1d2088;
    font-size: 21px;
    text-align: center
}

.call a {
    color: #1d2088;
    font-weight: bold;
    font-size: 24px
}

.contact.changeStyle .call {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0
}

.contact.changeStyle .icon-call {
    width: 40px;
    height: 40px
}

.contact.changeStyle .call a {
    font-size: 40px;
    font-weight: bold
}

.callbtn-box .call {
    font-size: 28px
}

.callbtn-box .call a {
    font-size: 31px
}

@media(max-width: 576px) {
    .callbtn-box .call a {
        display:block
    }
}

.callbtn-box .icon-call {
    width: 30px;
    height: 30px;
    margin-top: -4px
}

#section2 .callbtn-box button {
    font-size: 14px
}

.contact .call {
    margin-bottom: 30px;
    font-size: 28px
}

.contact .icon-call {
    width: 30px;
    height: 30px
}

.contact .call a {
    font-size: 31px
}

@media(max-width: 414px) {
    .contact .call a {
        display:block
    }
}

button.hover {
    background: #e84185
}

button.hover {
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

@media(max-width: 320px) {
    .call {
        margin-top:35px
    }

    .call a {
        display: block;
        margin-top: 5px
    }
}

.aftersale {
    clear: both
}

.aftersale__head {
    display: block;
    margin: 0 0 30px;
    text-align: center
}

.aftersale__head__title {
    font-size: 34px;
    font-weight: 600
}

.aftersale__head__subtitle {
    font-size: 22px;
    letter-spacing: 1px
}

.aftersale__item {
    padding: 0 30px;
    text-align: center
}

.aftersale__item__icon {
    width: 62%;
    margin: 4% 0
}

.aftersale__item__title {
    margin: .5em 0 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4
}

.aftersale__item__title strong {
    display: inline-block;
    color: #e84185
}

.aftersale__item__title span {
    display: inline-block
}

.aftersale__item__p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: justify;
    margin: 30px;
}

.aftersale__item__link {
    display: inline-block;
    margin: 25px 0 10px;
    width: 9em;
    height: 2.6em;
    font-size: 14px;
    color: #fff;
    background: #e84185;
    outline: 0;
    border: rgba(0,0,0,0) 1px solid;
    border-radius: 25px;
    overflow: hidden;
    transition: all .25s
}

.no-touch .aftersale__item__link:hover {
    border-color: #e84185;
    background: #fff;
    color: #e84185
}

.RWDchecklist__container {
    position: relative;
    padding: 100px 40px 40px 20px
}

.RWDchecklist__table {
    display: flex;
    align-items: stretch
}

.RWDchecklist__col {
    position: relative;
    margin: 0;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
    background: #fff
}

.RWDchecklist__col--head {
    flex: 0 0 7em;
    font-size: 16px;
    font-weight: 600;
    background: rgba(0,0,0,0)
}

.RWDchecklist__col--pc {
    border-right: 1px solid #c9caca
}

.RWDchecklist__col--pc .RWDchecklist__ul li {
    display: inline-block;
    width: 7em
}

.RWDchecklist__col--pad {
    flex: 0 0 11em;
    border-right: 1px solid #c9caca
}

.RWDchecklist__col--phone {
    flex: 0 0 13em
}

.RWDchecklist__col--phone .RWDchecklist__ul li {
    display: inline-block;
    width: 3.5em
}

.RWDchecklist__col>* {
    padding: 12px 0
}

.RWDchecklist__col>div:first-child {
    line-height: 26px;
    font-weight: 600;
    border-bottom: 1px solid #c9caca
}

.RWDchecklist__col>div:nth-child(2) {
    line-height: 26px;
    border-bottom: 1px solid #c9caca
}

.RWDchecklist__ul li {
    line-height: 2
}

.RWDchecklist__ps {
    padding: 10px 0 0;
    width: 100%;
    font-size: 14px;
    text-align: right
}

@media(max-width: 992px) {
    .aftersale__head__title {
        font-size:30px
    }

    .aftersale__item {
        padding: 0 15px
    }

    .aftersale__item__title {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .aftersale__head__title {
        font-size:24px
    }

    .aftersale__head__subtitle {
        font-size: 15px
    }

    .aftersale__item__icon {
        width: 70%;
        max-width: 260px;
        margin: 0
    }

    .aftersale__item {
        margin: 40px 0 0
    }
}

@media(max-width: 576px) {
    .aftersale__item {
        margin:20px 0 0
    }

    .aftersale__item__icon {
        max-width: 200px
    }
}

.portfolio {
    padding: 120px 0
}

#section2 .portfolio {
    padding: 90px 0 0
}

@media(max-width: 1400px) {
    #section2 .portfolio.setblocks {
        padding-top:135px
    }
}

@media(max-width: 1199px) {
    #section2 .portfolio.setblocks {
        padding-top:90px
    }
}

@media(max-width: 767px) {
    #section2 .portfolio.setblocks {
        padding-top:50px
    }
}

#section2 .portfolio .portfolio-content {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 576px) {
    #section2 .portfolio .portfolio-content .portfolio-img:nth-child(8)~.portfolio-img {
        display:none
    }
}

#section2 .portfolio .portfolio-content .portfolio-btn {
    width: 100%
}

#section2 .portfolio .portfolio-content .portfolio-btn .portfolio-link {
    color: #e84185;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #e84185;
    transition: all .3s ease-in-out;
    display: block;
    margin: 0 auto
}

#section2 .portfolio .portfolio-content .portfolio-btn .portfolio-link:hover {
    background: #e84185;
    color: #fff
}

.titportfolio {
    text-align: center;
    font-size: 34px;
    line-height: 1.5;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 15px
}

.titportfolio span {
    display: inline-block
}

.titportfolio+p {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 50px
}

.titportfolio+p span {
    display: inline-block
}

@media(max-width: 767px) {
    .titportfolio+p {
        font-size:14px
    }

    .titworld-d_tech {
        text-align: center;
        margin-top: 30px
    }

    .world-d_tech-h-logo {
        padding: 0
    }

    .titworld-d_tech+p {
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .titportfolio {
        font-size:22px
    }

    .titportfolio+p {
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0 0 35px
    }

    .titworld-d_tech {
        font-size: 30px
    }

    .world-d_tech {
        padding: 70px 0 0
    }

    .world-d_tech .container {
        padding-bottom: 70px
    }

    #section2 .portfolio {
        padding: 60px 0 0
    }

    #world-d_portfolio .owl-dots .owl-dot span {
        margin: 5px 4px
    }
}

@media(max-width: 359px) {
    .titportfolio {
        font-size:20px
    }

    .titportfolio+p {
        font-size: 12px
    }
}

@media(max-width: 1024px) {
    .portfolio {
        padding:100px 0
    }
}

@media(max-width: 480px) {
    .portfolio {
        padding:60px 0
    }
}

.portfolio-btn {
    text-align: center;
    position: relative;
    margin-top: 30px
}

button.hover {
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    background: #e84185 !important
}

@media(max-width: 480px) {
    .portfolio-btn {
        margin-top:40px
    }
}

.features {
    background: #e84185;
    background: linear-gradient(to bottom, #e84185 0%, #544185 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e84185", endColorstr="#544185",GradientType=0 )
}

@media(max-width: 992px) {
    .features {
        padding-bottom:80px
    }
}

.titfeatures {
    text-align: center;
    color: #fff;
    letter-spacing: 2px
}

.titfeatures h2:nth-child(1) {
    font-size: 34px;
    font-weight: 600;
    padding-top: 120px;
    padding-bottom: 25px;
    margin: 0px
}

.titfeatures h3:nth-child(2) {
    font-size: 18px;
    padding-bottom: 35px;
    margin: 0px;
    line-height: 26px
}

.box-icon {
    text-align: center
}

.features-description {
    text-align: center;
    padding: 0 25px
}

.features-description h3 {
    color: #fff;
    margin-bottom: 23px;
    font-size: 20px;
    margin-top: 55px
}

@media(max-width: 767px) {
    .features-description h3 {
        margin-top:40px
    }
}

@media(max-width: 576px) {
    .features-description h3 {
        margin-top:25px
    }
}

.features-description span {
    color: #dcdcdc;
    font-size: 14px
}

.features-content .list {
    opacity: 1
}

.features-box {
    padding-bottom: 30px
}

.features-hover {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    border-radius: 50px;
    padding: 40px 0;
    width: 75%;
    margin: auto;
    height: auto
}

.features-hover1 {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    border-radius: 50px;
    padding: 40px 0;
    width: 75%;
    margin: auto
}

.fe-btn-bg {
    text-align: center;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    opacity: 0;
    padding-top: 20px
}

.fe-btn-bg button {
    background: rgba(0,0,0,0);
    color: #ff0;
    border: none;
    text-transform: uppercase;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}

.fe-btn-bg button:hover {
    color: #b3b300
}

.fe-btn-bg1 {
    text-align: center;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    padding-top: 20px
}

.fe-btn-bg1 button {
    background: rgba(0,0,0,0);
    color: #ff0;
    border: none;
    text-transform: uppercase
}

.last-fe-btn {
    opacity: 1
}

.last-fe-btn button {
    border: none;
    background: rgba(0,0,0,0);
    color: #fff;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #fff;
    position: relative;
    z-index: 999;
    height: 45px;
    z-index: 1;
    opacity: .4;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    margin-top: 30px
}

.last-fe-btn button:hover {
    opacity: 1;
    border: 1px solid #e84185;
    color: #fff;
    background: #e84185
}

div.features-hover:hover .fe-btn-bg {
    opacity: 1
}

.features-hover:hover {
    background: rgba(76,21,47,.4)
}

@media(max-width: 1024px) {
    .titfeatures h2:nth-child(1) {
        padding:100px 0;
        padding-bottom: 10px
    }

    .fe-btn-bg {
        opacity: 1
    }

    .features-box {
        padding: 0px;
        margin-bottom: 50px
    }

    .features-box:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 480px) {
    .features-description {
        padding:0 20px
    }

    .titfeatures h2:nth-child(1) {
        padding: 60px 0;
        padding-bottom: 10px;
        font-size: 24px
    }
}

.plus-left {
    text-align: center;
    padding-top: 15px
}

.col-md-7.plus-right {
    letter-spacing: 1px
}

.plus {
    border-top: 1px solid #442d5d;
    padding-top: 80px;
    padding-bottom: 120px
}

.plus h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff
}

.plus h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 28px;
    margin-top: 20px
}

.plus p {
    font-size: 14px;
    color: #dcdcdc;
    padding-bottom: 20px;
    line-height: 24px
}

.plus button {
    border: none;
    background: rgba(0,0,0,0);
    color: #fff;
    border-radius: 35px;
    padding: 10px 13px;
    width: 112px;
    font-size: 14px;
    border: 1px solid #fff;
    position: relative;
    z-index: 999;
    height: 45px;
    float: left;
    z-index: 1;
    opacity: .4;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.plus button:hover {
    opacity: 1;
    border: 1px solid #e84185;
    color: #fff;
    background: #e84185
}

@media(max-width: 480px) {
    .plus {
        padding-bottom:60px
    }
}

.update {
    padding: 120px 0
}

@media(max-width: 992px) {
    .update {
        padding:80px 0
    }
}

@media(max-width: 480px) {
    .update {
        padding:60px 0
    }
}

.update.ssl {
    padding: 120px 0;
    padding-top: 0px
}

.update.ssl .container {
    padding-top: 120px
}

@media(max-width: 992px) {
    .update {
        padding:80px 0
    }

    .update.ssl .container {
        padding: 80px 0
    }
}

@media(max-width: 480px) {
    .update {
        padding:60px 0
    }

    .update.ssl .container {
        padding: 60px 0
    }
}

.nine {
    background: #eee;
    padding: 120px 0 55px
}

.titnine {
    text-align: center
}

.nine-icon {
    width: 20%
}

.nine-sub {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600
}

.nine-text {
    margin-left: 16%;
    font-size: 14px;
    line-height: 26px;
    margin-top: 13px;
    letter-spacing: 0px
}

@media(max-width: 991px) {
    .nine-text {
        margin-left:0
    }
}

.titnine h2 {
    color: #50555a;
    font-size: 34px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px
}

.titnine h3 {
    color: #50555a;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px
}

.nine-content {
    margin-top: 80px
}

.nine-content .item {
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s
}

.nine-content .item,.nine-content .item2,.nine-content .item3,.nine-content .item4,.nine-content .item5,.nine-content .item6,.nine-content .item7,.nine-content .item8,.nine-content .item9,.nine-content .item10 {
    opacity: 1;
    transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease
}

@media(max-width: 991px) {
    .nine {
        padding:120px 0 85px
    }
}

@media(max-width: 991px)and (min-width: 769px) {
    .nine-content {
        display:flex;
        flex-wrap: wrap;
        align-items: stretch
    }

    .nine-content>div {
        margin-bottom: 35px
    }

    .nine-content>div>.row {
        display: flex;
        flex-wrap: wrap
    }

    .nine-content>div>.row .nine-icon {
        padding-left: 15px;
        padding-right: 0;
        width: 25%
    }

    .nine-content>div>.row .nine-sub {
        width: 75%
    }
}

@media(max-width: 768px) {
    .nine-text {
        margin-left:0;
        display: none
    }

    .nine {
        padding: 80px 0 35px
    }

    .titnine h2 {
        font-size: 34px
    }

    .titnine h3 {
        font-size: 16px
    }

    .nine-icon {
        text-align: center;
        width: 100%
    }

    .nine-content {
        text-align: center;
        margin-top: 50px
    }

    .nine-sub {
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 45px;
        margin-top: 12px
    }

    button.button-active a {
        color: #fff;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .nine-content>.col-xs-6:nth-child(2n+1) {
        clear:left
    }

    .nine-sub {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 480px) {
    .nine-text {
        margin-left:0;
        display: none
    }

    .nine {
        padding: 80px 0 50px
    }

    .titnine h2 {
        font-size: 24px
    }

    .titnine h3 {
        font-size: 16px
    }

    .nine-icon {
        text-align: center;
        width: 100%
    }

    .nine-content {
        text-align: center;
        margin-top: 50px
    }

    .nine-sub {
        margin-top: 12px;
        padding: 0 10px 20px
    }
}

@media(min-width: 480px) {
    .nine-content>div>div {
        margin-bottom:65px
    }
}

@media(max-width: 992px) {
    .nine-content>div>div {
        margin-bottom:10px
    }
}

.marketing_power {
    text-align: center;
    letter-spacing: 1px
}

.marketing_power .container {
    padding: 100px 0 50px
}

@media(max-width: 768px) {
    .marketing_power .container {
        padding:80px 0 30px
    }
}

.marketing_power__title1 {
    font-size: 34px;
    font-weight: 600
}

.marketing_power__title2 {
    margin: 18px 0 80px;
    font-size: 22px
}

@media(max-width: 768px) {
    .marketing_power__title2 {
        margin:18px 0 50px
    }
}

.marketing_power_icon {
    width: 100px
}

.marketing_power__item__title {
    margin: 35px 0 20px;
    font-size: 20px;
    font-weight: 700
}

.marketing_power__item__p {
    margin: 0 0 50px
}

.marketing_power__item__p span {
    display: block;
    font-size: 14px;
    line-height: 1.8
}

@media(max-width: 480px) {
    .marketing_power__title1 {
        font-size:24px
    }

    .marketing_power__title2 {
        font-size: 16px
    }
}

@media(max-width: 374px) {
    .marketing_power__title2 {
        font-size:13px
    }
}

.demand {
    margin: 100px 0
}

.titdemand {
    text-align: center;
    padding-bottom: 95px;
    font-size: 34px;
    font-weight: 600;
    margin: 0px
}

.dem-text-r p {
    border-radius: 30px;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    background: #eee;
    color: #505559;
    font-weight: bold;
    max-width: 75px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out
}

.dem-box a:hover .dem-text-r p {
    background-color: #e84185;
    color: #fff
}

.dem-l {
    margin-top: 30px
}

.dem-l p a {
    color: #9d9d9e;
    font-size: 14px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s
}

.dem-l p a:hover {
    color: #585858
}

.dem-l h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600
}

.dem-r {
    padding-left: 10px
}

.dem-box {
    padding-bottom: 75px
}

.dem-box:nth-child(3) {
    padding-bottom: 0px
}

.dem-l1 p:nth-child(1) {
    padding-bottom: 10px;
    float: left;
    padding-right: 15px
}

.dem-l1 {
    margin-top: 30px
}

.dem-l1 p {
    color: #9d9d9e;
    font-size: 14px
}

.dem-l1 div {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #50555a
}

.dem-r1 {
    padding-left: 10px;
    text-align: center
}

.dem-box1 {
    padding-bottom: 75px
}

.dem-box1:nth-child(3) {
    padding-bottom: 0px
}

.dem-l h3:before {
    content: "";
    height: 5px;
    width: 50px;
    background: #e84185;
    display: block;
    position: absolute;
    top: -20px;
    border-radius: 50px
}

@media(max-width: 736px) {
    .dem-l h3:before {
        content:"";
        height: 5px;
        width: 50px;
        background: #e84185;
        display: block;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -26px;
        border-radius: 50px
    }
}

.dem-text-r {
    margin-top: 50px
}

.dem-text-r1 {
    margin-top: 20px
}

.demand-line {
    width: 100%;
    height: 1px;
    margin-top: 35px;
    background: #e4e4e4
}

@media(max-width: 1024px) {
    .demand {
        margin:80px 0
    }

    .dem-l1 {
        text-align: center
    }

    .dem-l1 div {
        text-align: center
    }

    .dem-l1 p:nth-child(n) {
        display: inline-block;
        padding: 8px 30px;
        font-size: 15px;
        border-radius: 30px;
        float: none;
        background: #e84185
    }

    .dem-l1 p a {
        color: #fff
    }

    .dem-text-r {
        margin-top: 54px
    }

    .dem-l h3 {
        font-size: 16px
    }
}

@media(max-width: 736px) {
    .demand {
        margin:60px 0
    }

    .titdemand>span {
        line-height: 24px;
        font-size: 24px
    }

    .titdemand {
        padding-bottom: 57px
    }

    .dem-text-r {
        float: right;
        margin-top: -19px
    }

    .dem-l h3 {
        float: none;
        text-align: center
    }

    .dem-r img {
        display: none
    }

    .dem-box {
        padding-bottom: 35px
    }
}

@media(min-width: 480px)and (max-width: 736px) {
    .dem-box {
        padding:15px 0px;
        width: 300px;
        margin: auto
    }
}

@media(min-width: 736px) {
    .demand-line {
        display:none
    }
}

.past {
    padding: 3.6em 0;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    color: #fff
}

.past_text1 {
    position: relative;
    display: inline-block;
    padding: 20px 80px
}

.past_text1::before,.past_text1::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/past_sign.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: .15
}

.past_text1::before {
    left: 0;
    top: 0
}

.past_text1::after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg)
}

.past_text1 span {
    display: inline-block
}

.past_highlight {
    margin: 30px 0 0;
    color: #fffe00
}

.past {
    background: #544185;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(84, 65, 133)), color-stop(100%, rgb(142, 65, 133)));
    background: linear-gradient(to bottom, rgb(84, 65, 133) 0%, rgb(142, 65, 133) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#544185", endColorstr="#8e4185", GradientType=0 )
}

@media(max-width: 992px) {
    .past {
        font-size:18px
    }

    .past_text1 {
        padding: 20px 50px
    }

    .past_text1::before,.past_text1::after {
        width: 30px;
        height: 30px
    }
}

@media(max-width: 555px) {
    .past {
        font-size:16px
    }

    .past_text1 {
        padding: 20px 0
    }

    .past_text1::before,.past_text1::after {
        display: none
    }
}

@media(max-width: 374px) {
    .past {
        font-size:14px
    }
}

.contact_call_pre {
    margin: 0 0 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center
}

.contact.changeStyle .contact_call_pre {
    color: #2e2e2e;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 10px
}

.contact {
    padding: 80px 0;
    background: url(../images/c-bg.webp) no-repeat;
    background-size: cover
}

.contact.changeStyle {
    padding: 120px 0;
    position: relative;
    background: none
}

.contact.changeStyle::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    max-width: 994px;
    height: 1px;
    background-color: #c9c9c9;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    .contact.changeStyle {
        padding:80px 0
    }
}

.contact input::-webkit-input-placeholder {
    color: #4a4a4a
}

.contact textarea::-webkit-input-placeholder {
    color: #4a4a4a
}

.contact input {
    color: #292929
}

@media(max-width: 767px) {
    .contact.changeStyle .contact_call_pre {
        font-size:26px
    }

    .contact.changeStyle .call,.contact.changeStyle .call a {
        font-size: 32px
    }

    .contact.changeStyle .call a {
        display: block
    }

    .contact.changeStyle .icon-call {
        width: 32px;
        height: 32px
    }
}

@media(max-width: 480px) {
    .contact_call_pre {
        font-size:20px
    }

    .contact.changeStyle .contact_call_pre {
        font-size: 22px
    }

    .contact.changeStyle .call,.contact.changeStyle .call a {
        font-size: 28px
    }

    .contact.changeStyle .icon-call {
        width: 28px;
        height: 28px
    }

    .contact input {
        padding: 5px 15px
    }

    .contact textarea {
        padding: 5px 15px
    }
}

footer {
    position: relative;
    background: #252525;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative
}

@media(max-width: 767px) {
    footer {
        padding-top:80px
    }
}

footer a,footer a:hover {
    color: #fff
}

.footer-L,.footer-L p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px
}

.footer-L .footer__tel {
    margin: 5px 0 0;
    font-size: 13px
}

.footer__tel span {
    display: inline-block;
    line-height: 1.5
}

.footer__social__btn {
    display: inline-flex;
    align-items: center;
    height: 43px;
    padding: 0 20px 0 16px;
    border: #ddd 1px solid;
    border-radius: 2em;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    transition: all ease-in-out .25s
}

.footer__social__btn--fb,.footer__social__btn--fb:focus {
    border-color: #1876f1;
    color: #fff;
    outline: none
}

.no-touch .footer__social__btn--fb:hover {
    background-color: #1876f1
}

.footer__social__btn img {
    display: block;
    height: 24px;
    width: auto;
    margin: 0 12px 0 0
}

.footer-R {
    padding-top: 35px
}

.footer-R p {
    text-align: right;
    float: right;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #848484
}

.footer-R a {
    color: inherit
}

.footer-icon {
    width: 40px;
    height: 40px;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.footer-icon:hover {
    transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px)
}

.copyright a {
    color: #848484;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s
}

.copyright a:hover {
    color: #544185
}

@media(max-width: 1400px) {
    footer {
        padding-bottom:100px
    }
}

@media(max-width: 767px) {
    .footer-R {
        padding-top:0
    }

    .footer-R p {
        text-align: left;
        float: left
    }

    .footer__tel span {
        display: block
    }

    .footer-R p:nth-child(1) {
        margin-top: 26px
    }
}

@media(max-width: 480px) {
    span.footer-fax {
        padding-top:8px;
        display: block
    }
}

#footertop {
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0
}

#footertop img {
    position: fixed;
    right: 32px;
    border-radius: 50px;
    background: rgba(0,0,0,.5);
    padding: 16px 6.5px;
    z-index: 999999999;
    bottom: 160px
}

@media(max-width: 1400px) {
    #footertop img {
        bottom:110px
    }
}

@media(max-width: 450px) {
    #footertop img {
        right:26px;
        bottom: 80px
    }

    .dem-l1 p:nth-child(n) {
        padding: 6px 30px;
        font-size: 14px
    }
}

.circ-jump {
    width: 150px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px
}

@media(max-width: 767px) {
    .circ-jump {
        margin:0 auto
    }
}

.circ-jump>div {
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    border-radius: 50%;
    display: inline-block;
    animation: stretchdelay .7s infinite ease-in-out
}

.circ-jump .circ2 {
    animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s
}

.circ-jump .circ3 {
    animation-delay: -0.5s
}

.circ-jump .circ4 {
    animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s
}

.circ-jump .circ5 {
    animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s
}

@keyframes stretchdelay {
    0%,40%,100% {
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

.white {
    color: #fff !important
}

.gray1c {
    color: #1c1c1c !important
}

.indexPortfolio .titportfolio {
    color: #1c1c1c
}

@media(max-width: 767px) {
    .indexPortfolio .titportfolio {
        font-size:18px
    }
}

.indexPortfolio .bigTit {
    font-size: 60px;
    line-height: 1.1;
    margin-top: 15px
}

@media(max-width: 1199px) {
    .indexPortfolio .bigTit {
        font-size:36px
    }
}

@media(max-width: 767px) {
    .indexPortfolio .bigTit {
        font-size:28px;
        margin-top: 10px
    }
}

@media(max-width: 359px) {
    .indexPortfolio .bigTit {
        font-size:26px
    }
}

.indexPortfolio .portfolio-content {
    padding-top: 65px
}

@media(max-width: 767px) {
    .indexPortfolio .portfolio-content {
        padding-top:55px
    }
}

.indexPortfolio .empty-gray-liink {
    width: 200px;
    height: 60px;
    border: 1px solid #999;
    color: #464646;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 60px
}

@media(max-width: 767px) {
    .indexPortfolio .empty-gray-liink {
        width:147px;
        height: 45px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .indexPortfolio {
        margin-top:0
    }

    .indexPortfolio>.divider {
        display: none
    }
}

.divider {
    background: #eee;
    height: 1px;
    display: block;
    width: 100%;
    max-width: 1526px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    transition: width .3s ease-in-out;
    transition-delay: .5s
}

.divider.mt85 {
    margin-top: 85px
}

@media(max-width: 1625px) {
    .divider {
        max-width:calc(100% - 120px)
    }
}

@media(max-width: 767px) {
    .divider {
        max-width:calc(100% - 44px)
    }
}

.widthHidden {
    width: 0px;
    overflow: hidden
}

.widthAuto {
    width: 100%
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear
}

.marquee {
    max-width: 1425px;
    width: calc(100% - 70px);
    margin: 50px auto 0;
    overflow: hidden;
    position: relative
}

.marquee:before,.marquee:after {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 20;
    top: 0
}

.marquee:before {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
    left: 0
}

.marquee:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
    right: 0
}

.portfoliomarquee {
    padding-left: 30px;
    padding-right: 30px;
    display: flex
}

.portfoliomarquee .item {
    height: 75px;
    padding: 0 36px;
    flex: 0 0 auto;
    max-width: 200px;
    width: -moz-fit-content;
    width: fit-content
}

.portfoliomarquee .item .pic {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 75px
}

.portfoliomarquee .item .pic img {
    max-height: 75px;
    width: auto;
    height: auto
}

@media(max-width: 1199px) {
    .portfoliomarquee .item {
        padding:0 30px;
        height: 60px
    }

    .portfoliomarquee .item .pic {
        height: 60px
    }

    .portfoliomarquee .item .pic img {
        max-height: 60px
    }
}

@media(max-width: 767px) {
    .portfoliomarquee .item {
        padding:0 20px;
        height: 40px
    }

    .portfoliomarquee .item .pic {
        height: 40px
    }

    .portfoliomarquee .item .pic img {
        max-height: 40px
    }
}

@media(max-width: 479px) {
    .portfoliomarquee .item .pic img {
        max-width:120px;
        height: auto
    }
}

@media(max-width: 767px) {
    .portfoliomarquee {
        margin-top:30px
    }
}

@keyframes scrolling {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translatex(-100%)
    }
}

.max1365 {
    max-width: 1395px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.movieblock .portfolio {
    padding: 65px 0 0 !important
}

.movieblock {
    padding: 40px 0 60px;
    background: #000;
    color: #fff
}

@media(max-width: 991px) {
    .movieblock {
        padding-bottom:80px
    }
}

@media(max-width: 767px) {
    .movieblock {
        padding-top:0;
        padding-bottom: 0
    }
}

.movieblock .view_movie {
    width: 100%
}

.movieblock .view_movie:before {
    display: none
}

.movieblock .view_movie::after {
    padding-top: 45.615%
}

.movieblock .view_movie .movie_cover {
    height: 100% !important
}

@media(max-width: 767px) {
    .movieblock .view_movie::after {
        padding-top:87.07%
    }
}

@media(max-width: 576px) {
    .movieblock .view_movie .circle_out {
        width:70px;
        height: 70px
    }

    .movieblock .view_movie .circle_in {
        display: none
    }
}

.movieblock .view_movie .playbtn {
    width: 113px;
    height: 113px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    transition: transform .7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.movieblock .view_movie .playbtn:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px dotted #fff;
    border-radius: 50%;
    transition: border .7s ease-in-out
}

.movieblock .view_movie .playbtn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 30.3px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    transition: border .7s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 0;
    margin: auto
}

@media(max-width: 767px) {
    .movieblock .view_movie .playbtn {
        width:82px;
        height: 82px;
        min-width: 82px
    }

    .movieblock .view_movie .playbtn:after {
        border-width: 13px 0 13px 26px
    }
}

@media(hover: hover)and (pointer: fine) {
    .movieblock .view_movie:hover .playbtn {
        transform:scale(0.9)
    }

    .movieblock .view_movie:hover .playbtn:before {
        animation: rotateCircle 13s linear infinite
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pinkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e84185;
    background: #e84185;
    color: #fff;
    border-radius: 35px;
    margin: 0 auto;
    padding: 0 13px;
    width: 200px;
    height: 60px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    font-weight: bold
}

.pinkBtn:hover {
    background: #fff;
    color: #e84185
}

@media(max-width: 767px) {
    .pinkBtn {
        width:147px;
        height: 45px;
        font-size: 14px
    }
}

.features-ph {
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .features-ph {
        justify-content:center
    }

    .features-ph .features-box {
        margin-bottom: 35px
    }

    .features-ph .features-box:nth-of-type(1) {
        margin-top: 20px
    }
}

.features-ph .features-hover1 {
    width: 100%;
    padding: 40px 0 0
}

.features-ph .last-fe-btn {
    padding-top: 0
}

.features-ph .last-fe-btn button {
    margin-top: 15px
}

@media(max-width: 1024px) {
    #section3 .titfeatures h2:nth-child(1) {
        padding:100px 0 10px !important
    }
}

@media(max-width: 767px) {
    #section3 .titfeatures h2:nth-child(1) {
        padding:80px 0 10px !important
    }
}

.seo-program {
    width: 100%;
    margin-top: 105px;
    margin-bottom: 15px
}

.seo-program .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 420px;
    cursor: pointer;
    opacity: 1;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out
}

.seo-program .content:before {
    content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, #b0dbda, #acd7d8);
    border-radius: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 25px)
}

@media(hover: hover) {
    .seo-program .content:hover {
        transform:translateY(-10px);
        opacity: .95
    }
}

.seo-program .seo_tag {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff
}

.seo-program .seo_tag img {
    display: block
}

.seo-program .textarea {
    position: relative;
    z-index: 2;
    padding: 95px 25px 50px 125px;
    width: 55%
}

.seo-program .textarea .title {
    font-size: 40px;
    font-weight: 900
}

.seo-program .textarea .title .sub {
    font-size: 32px;
    display: block
}

.seo-program .textarea .title span {
    display: block;
    line-height: 1.2
}

.seo-program .textarea .script {
    font-size: 15px;
    color: #6e6e6e;
    padding: 5px 0 20px
}

.seo-program .textarea .script span {
    display: block;
    line-height: 2;
    letter-spacing: .05em
}

.seo-program .textarea .script .code {
    display: flex
}

.seo-program .textarea .script .code .hashtxt {
    background: #fff;
    width: 116px;
    text-align: center
}

.seo-program .imgbox {
    width: 57%;
    max-width: 645px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    transform: translateX(25px)
}

.seo-program .imgbox img {
    width: 100%
}

@media(max-width: 1200px) {
    .seo-program .content {
        min-height:380px
    }

    .seo-program .textarea {
        padding: 115px 25px 80px 75px
    }
}

@media(max-width: 991px) {
    .seo-program .textarea {
        width:100%;
        padding: 75px 25px 80px 0
    }

    .seo-program .textarea .title {
        text-align: center;
        padding-bottom: 25px
    }

    .seo-program .textarea .script {
        padding: 5px 0 20px 50px
    }

    .seo-program .btnImg {
        margin-left: 50px
    }
}

@media(max-width: 768px) {
    .seo-program .container {
        padding-left:25px;
        padding-right: 25px
    }

    .seo-program .content {
        flex-direction: column
    }

    .seo-program .content::before {
        height: 100%
    }

    .seo-program .seo_tag {
        top: -33px;
        left: -12px;
        background: rgba(0,0,0,0)
    }

    .seo-program .textarea {
        padding: 40px 0 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .seo-program .textarea .script {
        padding: 5px 0 30px;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center
    }

    .seo-program .textarea .script .code {
        justify-content: center
    }

    .seo-program .btnImg {
        margin-left: auto;
        margin-right: auto
    }

    .seo-program .imgbox {
        position: relative;
        transform: translateX(-15px);
        width: calc(100% + 15px);
        max-width: calc(100% + 15px)
    }
}

@media(max-width: 576px) {
    .seo-program .textarea .title {
        font-size:26px;
        line-height: 36px
    }

    .seo-program .textarea .title .sub {
        font-size: 26px;
        line-height: 36px
    }

    .seo-program .imgbox {
        transform: translateX(-7px);
        width: calc(100% + 20px);
        max-width: calc(100% + 20px)
    }

    .seo-program .imgbox img {
        display: block
    }
}

@media(max-width: 370px) {
    .seo-program .container {
        padding-left:15px;
        padding-right: 15px
    }
}

@media(max-width: 767px) {
    #world {
        padding:85px 0 60px !important
    }
}

.notosans {
    font-family: "Noto Sans TC","微軟正黑體","Microsoft JhengHei",Arial,Helvetica,sans-serif
}

#movie .portfolio {
    padding: 80px 0 0;
    text-align: center
}

.view_movie {
    position: relative;
    display: block;
    width: 813px;
    max-width: 100%;
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0);
    transition: all ease-in-out .3s
}

.view_movie .circle_out {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    border: #fff 2px solid;
    border-radius: 50%;
    z-index: 2
}

.view_movie img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.view_movie::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: rgba(0,0,0,0) 9px solid;
    border-left: #fff 14px solid;
    border-right-width: 0px;
    z-index: 2
}

.view_movie::after {
    content: "";
    position: relative;
    display: block;
    padding-top: 50.67%;
    width: 100%;
    z-index: 3
}

.movieBackground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

#moviePlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000000
}

#moviePlayFrame {
    margin: 45px 90px;
    width: 100%;
    max-width: 1680px;
    z-index: 5
}

.closeBtn {
    position: absolute;
    right: -70px;
    top: 70px;
    width: 50px;
    height: 50px;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0);
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 6
}

.closeBtn::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.closeBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 1px;
    height: 100%;
    background: #fff
}

@media(hover: hover)and (pointer: fine) {
    .circle_in {
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        border: #fff 1px dashed;
        border-radius: 50%;
        z-index: 2;
        opacity: 0;
        transition: opacity ease-in-out .3s
    }

    .view_movie:hover .circle_in {
        opacity: 1;
        animation: circle .5s linear infinite
    }

    @keyframes circle {
        0% {
            transform: translate(-50%, -50%) rotate(0deg)
        }

        100% {
            transform: translate(-50%, -50%) rotate(359deg)
        }
    }
}

@media screen and (min-width: 1800px) {
    .closeBtn {
        top:50%;
        transform: translateY(calc(-50vh + 20px)) rotate(-45deg)
    }
}

@media screen and (orientation: portrait)and (max-width: 992px) {
    #moviePlayFrame {
        margin:0
    }

    .closeBtn {
        top: -60px;
        right: 10px
    }
}

.page_list>div {
    display: flex;
    flex-wrap: wrap
}

.portfolio-container {
    position: relative;
    overflow: hidden
}

.portfolio-container>a {
    background: #fff;
    position: relative
}

.portfolio-container>a .hoverbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: .3s all ease-in-out
}

.portfolio-container>a .hoverbox .worklogo {
    text-align: center;
    margin-bottom: 24px;
    display: inline-block
}

.portfolio-container>a .hoverbox .worklogo img {
    max-width: 185px;
    max-height: 90px;
    width: auto;
    height: auto;
    aspect-ratio: 185/90
}

.portfolio-container>a .hoverbox .weblink {
    width: 144px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #606060;
    border-radius: 10px;
    color: #fff;
    transition: .3s all ease-in-out
}

html.no-touch .portfolio-container>a:hover .hoverbox {
    width: 100%;
    height: 100%;
    opacity: 1
}

html.no-touch .portfolio-container>a:hover .hoverbox .weblink:hover {
    border: 1px solid #fff
}

.portfolio-container>a::before {
    content: "";
    display: block;
    padding-top: 71.428%
}

.portfolio-container>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: center top;
    transition: transform .6s;
    aspect-ratio: 7/5
}

html.no-touch .portfolio-container>a:hover>img {
    transform: scale(1.08);
    transition: transform .7s
}

.portfolio-img {
    margin-bottom: 35px;
    position: relative
}

@media(max-width: 767px) {
    .portfolio-img {
        width:50%
    }
}

@media(max-width: 576px) {
    .portfolio-img {
        width:100%
    }
}

.portfolio-img a {
    position: relative;
    display: block;
    overflow: hidden
}

.portfolio-text::after {
    content: "";
    display: table;
    clear: both
}

.portfolio-type {
    position: relative;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.1;
    padding: 3px 6px;
    border-radius: 2px;
    margin: 10px 3px 0 0;
    color: #444;
    border: #999 1px solid;
    transition: all .2s
}

html.no-touch .portfolio-container:hover .portfolio-type:hover {
    color: #fff;
    background: #999
}

html.no-touch .portfolio-container:hover .portfolio-type--2 {
    color: #e84286;
    border-color: #e84286
}

html.no-touch .portfolio-container:hover .portfolio-type--2:hover {
    background: #e84286
}

html.no-touch .portfolio-container:hover .portfolio-type--3 {
    color: #f99a03;
    border-color: #f99a03
}

html.no-touch .portfolio-container:hover .portfolio-type--3:hover {
    background: #f99a03
}

.portfolio-title {
    display: block;
    float: left;
    color: #444;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 13px 2px 5px 4px;
    transition: all .2s
}

html.no-touch .portfolio-title:hover {
    color: #e84286
}

.portfolio-story {
    display: block;
    float: left;
    width: 30px;
    opacity: .2;
    padding: 9px 5px 2px 3px;
    transition: all .2s
}

.portfolio-story img {
    display: inline-block;
    vertical-align: top
}

html.no-touch .portfolio-story:hover {
    opacity: .8
}

.portfolio-img:hover .portfolio-overlay {
    opacity: 1;
    z-index: 1
}

.portfolio-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: rgba(84,65,133,.88);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}

.portfolio-img.world-d .portfolio-overlay {
    background: rgba(0,0,0,.6)
}

.overlay-text {
    color: #fff
}

.overlay-text p {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: auto;
    margin-top: -25px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px
}

.portfolio-img.world-d .overlay-text p {
    margin-top: -53px
}

.portfolio-img.world-d .overlay-text p::before {
    content: "客製化網站";
    display: block;
    background: url(../page_images/logo_world-d_white.png) top center/30% auto no-repeat;
    padding: 31px 0 12px;
    font-size: 12px
}

.portfolio-overlay>a {
    height: 100%;
    display: block
}

.overlay-icon a img {
    padding: 0px 15px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-property: transform;
    -o-transition-property: transform;
    transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out
}

.overlay-icon a img:hover {
    opacity: .9;
    position: relative;
    transform: translateY(-5px)
}

.overlay-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 140px;
    color: #fff;
    bottom: 50px;
    margin: auto
}

.portfolio-img.world-d .overlay-icon {
    margin-top: 44px
}

.portfolio-overlay span {
    border-radius: 300px;
    transition: all .27s ease-in;
    -webkit-transition: all .27s ease-in;
    -o-transition: all .27s ease-in
}

.portfolio-overlay span:nth-child(1) {
    display: block;
    width: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(1) {
    height: 22px;
    left: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(2) {
    display: block;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(2) {
    width: 22px;
    left: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(3) {
    display: block;
    width: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0
}

.portfolio-img:hover .portfolio-overlay span:nth-child(3) {
    height: 22px;
    right: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(4) {
    display: block;
    background: #fff;
    position: absolute;
    height: 3px;
    right: 0;
    top: 0
}

.portfolio-img:hover .portfolio-overlay span:nth-child(4) {
    width: 22px;
    right: 20px;
    top: 20px
}

.portfolio-overlay span:nth-child(5) {
    display: block;
    width: 3px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(5) {
    height: 22px;
    left: 20px;
    bottom: 20px
}

.portfolio-overlay span:nth-child(6) {
    display: block;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(6) {
    width: 22px;
    left: 20px;
    bottom: 20px
}

.portfolio-overlay span:nth-child(7) {
    display: block;
    width: 3px;
    height: 0;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(7) {
    height: 22px;
    right: 20px;
    bottom: 20px
}

.portfolio-overlay span:nth-child(8) {
    display: block;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px
}

.portfolio-img:hover .portfolio-overlay span:nth-child(8) {
    width: 22px;
    right: 20px;
    bottom: 20px
}

.portfolio-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 1;
    transition: bottom ease-in-out .4s,opacity .5s
}

.portfolio-tag:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.portfolio-tag img {
    height: 19px;
    margin: 0 7px 0 0;
    width: auto;
    aspect-ratio: 200/54
}

.plan__head {
    margin: 70px 0
}

.plan__head h2 {
    margin: .7em 0;
    color: #1d2088;
    font-size: 1.875em;
    font-weight: 700
}

.plan__head div {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    color: #3e3947;
    letter-spacing: 1px
}

.plan__head div::before,.plan__head div::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 1px;
    background-color: #898989
}

.plan__head div::before {
    left: 0
}

.plan__head div::after {
    right: 0
}

.priceset {
    font-family: Arial,微軟正黑體;
    line-height: 1
}

.priceset--die {
    position: relative;
    padding: 0 8px
}

.priceset--die::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #666
}

.priceset__main {
    font-size: 2em;
    font-weight: 700
}

.priceset__after {
    font-size: .938em
}

.hostplan {
    font-family: Arial,微軟正黑體;
    font-size: 16px;
    text-align: center;
    max-width: 1170px;
    margin: 70px 0 0
}

.hostplan__body {
    position: relative;
    display: flex
}
/*
.hostplan__body::after {
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: rgba(0,0,0,0) 16px solid;
    border-top: #fff 24px solid;
    border-bottom-width: 0;
}
*/

.hostplan__card {
    flex: 1 1 25%
}

.hostplan__card__top,.hostplan__card__body {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hostplan__card__top {
    height: 2.34em;
    font-size: 1.5em;
    letter-spacing: 3px;
    color: #595757;
    background: #e5e5e5
}

.hostplan__card__top--hot {
    background: #b6b6b6
}

.hostplan__card__body {
    position: relative;
    height: 100%;
    color: #666;
    background: #fff
}

.hostplan__card__body>div:nth-child(2) {
    margin: 7px 0 0
}

.hostplan__card+.hostplan__card .hostplan__card__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8%;
    height: 84%;
    width: 1px;
    background: #c9caca;
    transform: scale(0.5, 1);
    transform-origin: center center
}

.highlight {
    color: #e84286
}

.designplan {
    margin: 70px 0 20px;
    text-align: center
}

.designplan__head h2 {
    margin: .5em 0 1em;
    color: #1d2088;
    font-size: 1.875em;
    font-weight: 700
}

.designplan__body {
    position: relative;
    padding: 0 0 20px;
    background: #fff
}

.designplan__body>div:first-child {
    padding: .5em;
    font-size: 1.5em;
    background: #ffc9df
}

.designplan__body .priceset {
    padding: 30px 10px 15px;
    font-family: Arial;
    color: #676767;
    background: #fff
}

.designplan__body .priceset .priceset__pre {
    font-size: 1.75em
}

.designplan__body .priceset .priceset__main {
    margin: 0 0 0 4px;
    font-size: 3.4em;
    font-weight: bold
}

.designplan__body .priceset span:nth-child(3) {
    margin: 0 0 0 .5em;
    text-decoration: line-through
}

.designplan__body>div:nth-child(3) {
    width: 90%;
    max-width: 30em;
    margin: 0 auto;
    padding: 5px 0;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    font-size: 14px;
    letter-spacing: 1px;
    color: #8c8c8c
}

.designplan__body2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: rgba(0,0,0,0) 16px solid;
    border-top: #fff 24px solid;
    border-bottom-width: 0
}

.designplan__subtotal {
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #8c8c8c
}

.designplan__subtotal span {
    display: inline-block
}

.designplan__subtotal strong {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #e84185
}

@media(max-width: 991px) {
    .hostplan__card__body {
        height: 8.5rem;
    }
    .plan__head {
        margin:50px 0 30px
    }

    .plan__head h2 {
        margin: .4em 0
    }

    .plan__head div {
        padding: 0;
        font-size: 1.25em
    }

    .plan__head div::before,.plan__head div::after {
        display: none
    }

    .priceset--die::after {
        height: 1px
    }

    .owl-item {
        float: left
    }

    .portfolio-overlay {
        display: none !important
    }

    .hostplan__body {
        flex-wrap: wrap
    }

    .hostplan__card {
        flex: 1 1 50%;
    }

    .hostplan__card:nth-child(3) .hostplan__card__body::before {
        display: none
    }
}

@media(max-width: 480px) {
    .hostplan,.designplan {
        font-size:12px
    }

    .priceset--die {
        padding: 0 1px
    }

    .priceset__pre {
        font-size: .833em
    }

    .priceset__main {
        letter-spacing: -1px
    }

    .priceset__after {
        font-size: .833em
    }

    .designplan__subtotal {
        font-size: 13px
    }
}

.gift {
    font-size: 16px;
    color: #636363;
    cursor: default
}

.gift h2 {
    text-align: center;
    margin: 60px 0 50px
}

.gift-word {
    display: inline-block;
    color: #e84285;
    border: #e84285 1px solid;
    font-size: .765em;
    line-height: 1.308em;
    vertical-align: 1px;
    margin: 0 7px 0 0;
    padding: 0 5px
}

.gift .maintitle {
    margin-bottom: 10px
}

.gift .subtitle01 {
    letter-spacing: 1px
}

.boxnt0 {
    font-size: 12px
}

.gift-item {
    position: relative;
    background-color: #fff;
    text-align: center;
    border: #f4f4f4 2px solid;
    padding: 22px 6px;
    height: 160px
}

.gift-line h3 {
    color: #36ba5b
}

.gift-aftee h3 {
    color: #60bfb6
}

.gift-item-ic {
    width: 50%;
    max-width: 60px;
    margin-bottom: 10px
}

.gift h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4px
}

.gift h3 span {
    display: inline-block
}

.gift-item.col-lg-4 h3>div {
    margin: 0 0 6px
}

.gift h3+div {
    font-size: .875em
}

.gift-seo {
    display: flex;
    align-items: center
}

.gift-seo .gift-item-ic {
    display: block;
    margin: 0 auto 10px;
    max-width: 100px
}

.gift-seo h3 {
    display: inline-block;
    margin: 0 0 4px;
    color: #e84185;
    font-size: 20px
}

.gift-seo h3+a {
    display: inline-block;
    padding: 0 .5em;
    border: #e84185 1px solid;
    color: #e84185;
    font-size: 13px;
    vertical-align: text-top
}

.gift-seo p {
    font-size: .875em;
    line-height: 1.857;
    color: #636363;
    text-align: justify
}

.gift-seo p:nth-child(1) {
    padding: 0 0 20px;
    color: #a1a1a1;
    border-bottom: #dedede 1px solid
}

.gift-seo p:nth-child(2) {
    padding: 20px 0 0
}

.gift-seo p span {
    display: block;
    line-height: 1.857
}

.gift-seo>div:nth-child(1) {
    flex: 1 1 36%
}

.gift-seo>div:nth-child(2) {
    flex: 1 1 61%;
    margin: 0 0 0 3%;
    padding: 0 30px 0 0
}

.gift-seo__btn {
    display: inline-block;
    margin: 60px 0 0;
    padding: 0 1.8em;
    line-height: 3;
    font-size: 14px;
    color: #e84185;
    outline: 0;
    background: rgba(0,0,0,0);
    border: #e84185 1px solid;
    border-radius: 1.3em;
    transition: all .3s
}

.gift-seo__btn:hover {
    color: #fff;
    background: #e84185
}

@media(min-width: 992px)and (max-width: 1199px) {
    .gift-item {
        height:180px
    }

    .gift-seo>div:nth-child(1) {
        flex: 1 1 40%
    }
}

@media(min-width: 768px) {
    .gift-item.col-lg-4 h3 {
        font-size:1.125em;
        font-weight: bold
    }
}

@media(min-width: 992px) {
    .gift-seo {
        height:320px
    }
}

@media(max-width: 767px) {
    .gift-seo {
        height:auto
    }

    .gift-seo__btn {
        margin: 1em 0 0
    }

    .gift,.gift h3 {
        font-size: 14px
    }
}

@media(max-width: 576px) {
    .gift-item {
        padding:16px 18px;
        width: 100%;
    }
}

@media(max-width: 374px) {
    .gift h2 .maintitle>span:last-child {
        display:block;
        margin: 13px 0 0
    }
}

.section_revised {
    background: #dedede url(../images/revised_bg.webp?10311) center top repeat
}

@media screen and (min-width: 1900px) {
    .section_revised {
        background-repeat:no-repeat;
        background-size: cover
    }
}

.revised_wrap {
    width: 92%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 75px;
    display: flex
}

.revised_text {
    flex: 1 1 55%;
    letter-spacing: 1px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1
}

.revised_text>div:nth-child(1) {
    margin: 1em 0;
    font-size: 1.563em
}

.revised_text>div:nth-child(2) {
    margin: 1.6em 0 1.4em;
    font-size: 1.875em;
    font-weight: 600
}

.revised_text>div:nth-child(1) span {
    display: block;
    font-size: 3.333em;
    font-weight: 800
}

.revised_text>div:nth-child(3) {
    margin: 1em 0;
    font-size: 16px;
}

.revised_text a {
    display: block;
    margin: 2.3em auto 1em;
    width: 8em;
    line-height: 2.8;
    border-radius: 1.5em;
    color: #fff;
    background: #e74185;
    border: #e74185 1px solid;
    text-decoration: none;
    transition: all .25s
}

.revised_text a:hover {
    background: #fff;
    color: #e74185
}

.revised_pic {
    position: relative;
    flex: 1 1 45%
}

.revised_pic__apple {
    position: absolute;
    height: 134%;
    bottom: -75px;
    left: 0%;
}

.revised_pic__apple img {
    height: 100%;
    max-width: none
}

@media(max-width: 992px) {
    .revised_text {
        font-size:13px
    }
}

@media(max-width: 767px) {
    .revised_text {
        font-size:1.8vw
    }
}

@media(max-width: 640px) {
    .revised_wrap {
        flex-flow:row wrap;
        padding: 0 0 70px
    }

    .revised_text {
        flex: 1 1 100%;
        font-size: 2.6vw;
        margin: -30px 0 0
    }

    .revised_pic {
        flex: 1 1 100%;
        order: -1
    }

    .revised_pic__apple {
        position: relative;
        height: auto;
        bottom: 0;
        left: 0%;
        width: 100%;
        margin: -20px 0 0;
    }

    .revised_pic__apple img {
        max-width: none;
        height: auto;
        width: 100%
    }

    .revised_text a {
        font-size: 16px
    }
}

@media(max-width: 576px) {
    .revised_text a {
        margin:35px auto 10px
    }
}

.section_course {
    position: relative;
    padding: 60px 0;
    width: 92%;
    max-width: 1040px;
    margin: 0 auto
}

.course__title {
    text-align: center;
    margin: 60px 0 50px
}

.course__title .course__title__main {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 50px;
    letter-spacing: .2px;
    font-weight: bold;
}

.course__title .course__title__sub {
    margin-top: 15px;
    color: #3e3947;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px
}

@media(max-width: 480px) {
    .section_course {
        padding:50px 0 80px
    }
}

.courseZoom {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 60px
}

@media(max-width: 767px) {
    .courseZoom {
        padding-bottom:0
    }
}

.courseItem {
    width: calc(50% - 36px);
    margin: 0 18px;
    position: relative;
    display: block;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: opacity .3s ease-in-out
}

.courseItem .dataBox {
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 45px 20px 50px;
    text-align: center;
    flex-direction: column
}

.courseItem .courseTit {
    font-size: 34px;
    text-align: center;
    max-width: 310px;
    display: block;
    line-height: 42px;
    margin: 0
}

@media(max-width: 800px) {
    .courseItem .courseTit {
        font-size:30px
    }
}

@media(max-width: 576px) {
    .courseItem .courseTit {
        font-size:24px
    }
}

.courseItem .courseTxt {
    max-width: 350px;
    margin-top: 20px;
    display: block;
    font-size: 15px;
    line-height: 1.6
}

.courseItem .courseBtn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: 47px;
    border-radius: 50px;
    background: #fff;
    line-height: 47px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    margin: 25px auto 0
}

.courseItem .posImg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform .3s ease-in-out
}

.courseItem .posImg img {
    aspect-ratio: 496/229;
    display: block;
    max-width: 100%;
    height: auto
}

.courseItem .bgBox {
    margin-top: 2px;
    border-radius: 10px;
    display: block
}

.courseItem .bgBox img {
    aspect-ratio: 496/167;
    display: block;
    max-width: 100%;
    height: auto
}

.courseItem.blue-col .dataBox {
    background: #1a78f3
}

.courseItem.blue-col .courseBtn {
    color: #1a78f3
}

@media(hover: hover) {
    .courseItem.blue-col:hover {
        opacity:.85
    }

    .courseItem.blue-col:hover .posImg {
        transform: translateY(-10px)
    }
}

.courseItem.green-col .dataBox {
    background: #00a710
}

.courseItem.green-col .courseBtn {
    color: #00a710
}

@media(max-width: 767px) {
    .courseItem {
        width:100%;
        max-width: 496px;
        margin: 0 auto 30px
    }

    .courseItem .courseTit {
        max-width: 100%
    }

    .courseItem .courseTxt {
        max-width: 100%
    }
}

@media(max-width: 440px) {
    .courseItem .courseTit {
        max-width:220px
    }

    .courseItem .courseTxt {
        max-width: 300px
    }
}

:root {
    --m: #c62769;
    --s: #f5bb17;
    --l: #79a42c;
    --r: #0c2070
}

#world {
    padding: 100px 0;
    background: #000
}

.world__title {
    margin: 0 0 50px;
    text-align: center;
    color: #fff
}

.world__title img {
    width: 230px;
    margin: 0 0 50px
}

.world__title__slogan {
    font-size: 32px;
    line-height: 1.6
}

.world__content {
    display: flex
}

.world__miracle .world__company__logo {
    border-bottom: 5px solid var(--m)
}

.world__shifang .world__company__logo {
    border-bottom: 5px solid var(--s)
}

.world__leadway .world__company__logo {
    border-bottom: 5px solid var(--l)
}

.world__river .world__company__logo {
    border-bottom: 5px solid var(--r)
}

.world__company {
    flex: 1 1 25%;
    margin: 0 8px;
    color: #fff;
    border: 1px solid #222;
    background: rgba(0,0,0,0);
    transition: all .4s
}

.world__company:hover,.world__company:focus,.world__company:active {
    color: #fff
}

.world__company__logo {
    position: relative;
    padding: 42% 0 0;
    z-index: 2
}

.world__company__logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 180px;
    transform: translate(-50%, -50%)
}

.world__company__slogan {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 2
}

.world__company__services {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
    z-index: 2
}

.world__company__services ul {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 14px;
    padding: 0
}

.world__company__services li {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.8;
    list-style: inside disc
}

@media(hover: hover)and (pointer: fine) {
    .world__company {
        position:relative
    }

    .world__company::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all .2s
    }

    .world__company:hover::before {
        opacity: 1;
        transition: all .4s ease-out
    }

    .world__miracle::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(199, 39, 105, 0.5) 95%)
    }

    .world__shifang::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(247, 189, 23, 0.5) 95%)
    }

    .world__leadway::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(122, 165, 44, 0.5) 95%)
    }

    .world__river::before {
        background: linear-gradient(135deg, rgba(44, 44, 44, 0) 20%, rgba(12, 12, 12, 0.5) 60%, rgba(12, 32, 113, 0.8) 95%)
    }
}

@media screen and (max-width: 1199px) {
    .world__content {
        flex-wrap:wrap
    }

    .world__company {
        flex: 1 1 calc(50% - 40px);
        margin: 0 20px 40px
    }
}

@media screen and (max-width: 767px) {
    .world__company__services li {
        font-size:13px
    }
}

@media screen and (max-width: 640px) {
    .world__title__slogan {
        font-size:20px
    }

    .world__content {
        justify-content: space-between
    }

    .world__company {
        margin: 0 0 20px;
        flex: 0 0 calc(50% - 10px)
    }

    .world__company__slogan {
        font-size: 13px;
        letter-spacing: 0
    }

    .world__company__services {
        flex-direction: column;
        padding: 0 0 30px calc((100vw - 80px)*.07)
    }
}

@media screen and (max-width: 413px) {
    .world__company__services {
        padding:0 0 30px 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeInArrow {
    0% {
        opacity: 0
    }

    100% {
        opacity: .4
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownS {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpImg {
    from {
        opacity: 0;
        transform: translateY(30%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInRightImg {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftImg {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightImgS {
    from {
        opacity: 0;
        transform: translate3d(6%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.indexBN {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    overflow: hidden
}

.indexBN .indexBN_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    animation: fadeIn .5s forwards .7s;
    animation-fill-mode: forwards
}

.indexBN .indexBN_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -o-object-position: center bottom;
    object-position: center bottom;
    max-width: none;
    width: 100%;
    height: 100%
}

.indexBN .indexBN_bg:before {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

.indexBN .slider {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    opacity: 0
}

.indexBN .slider .slider-item {
    float: left;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.indexBN .slider .slider-item .item {
    display: flex;
    height: 100vh;
    min-height: 650px;
    align-items: center;
    justify-content: space-between;
    width: calc(50% + 788px);
    margin-left: calc(50% - 788px)
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item {
        width:calc(50% + 950px);
        margin-left: calc(50% - 950px)
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item {
        width:calc(50% + 850px);
        margin-left: calc(50% - 850px)
    }
}

@media only screen and (max-width: 1750px) {
    .indexBN .slider .slider-item .item {
        width:100%;
        margin-left: 0;
        padding-left: 8vw
    }
}

@media only screen and (max-width: 1630px) {
    .indexBN .slider .slider-item .item {
        padding-left:6vw
    }
}

.indexBN .slider .slider-item .item .textbox {
    width: 660px;
    order: 1;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox {
        width:895px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox {
        width:820px
    }
}

@media only screen and (max-width: 1400px) {
    .indexBN .slider .slider-item .item .textbox {
        width:600px
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .textbox {
        width:565px
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .textbox {
        width:500px
    }
}

.indexBN .slider .slider-item .item .textbox .animatebox {
    animation: fadeOut .5s both 0s;
    opacity: 0
}

@media only screen and (max-width: 1500px) {
    .indexBN .slider .slider-item .item .textbox .animatebox {
        height:200px
    }
}

.indexBN .slider .slider-item .item .textbox h1 {
    font-size: 70px;
    line-height: 1.25em;
    font-weight: 900;
    color: #040404;
    margin: 0;
    letter-spacing: .03em;
    width: 580px
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:96px;
        width: 815px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:82px;
        width: 740px
    }
}

@media only screen and (max-width: 1400px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:62px;
        width: 540px
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:58px;
        width: 485px
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        font-size:52px;
        width: 440px
    }
}

.indexBN .slider .slider-item .item .textbox .subTit {
    color: #040404;
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.25em;
    letter-spacing: .07em;
    font-weight: 400
}

.indexBN .slider .slider-item .item .textbox .subTit .space1 {
    padding-left: 20px
}

.indexBN .slider .slider-item .item .textbox .subTit .space {
    padding-left: 20px
}

.indexBN .slider .slider-item .item .textbox .subTit .pink {
    color: #1d2088;
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:42px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:38px
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:28px
    }
}

.indexBN .slider .slider-item .item .textbox .tags {
    margin-top: 23px
}

.indexBN .slider .slider-item .item .textbox .tags .tag {
    display: inline-flex;
    font-size: 18px;
    letter-spacing: .1em;
    color: #333334;
    height: 42px;
    width: 138px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border: 1px solid #575151;
    border-radius: 99em;
    background: #fff;
    margin-bottom: 8px
}

.indexBN .slider .slider-item .item .textbox .tags .tag+.tag {
    margin-left: 8px
}

.indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
    width: 156px;
    font-size: 16px
}

.indexBN .slider .slider-item .item .textbox .tags .tag.tag1+.tag1 {
    margin-left: 6px
}

.indexBN .slider .slider-item .item .textbox .tags .tagsStyle+.tagsStyle {
    margin-left: 6px
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox .tags {
        margin-top:45px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        font-size: 25px;
        height: 58px;
        width: 180px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 22px;
        width: 198px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox .tags {
        margin-top:35px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        font-size: 22px;
        height: 52px;
        width: 160px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 19px;
        width: 178px
    }
}

@media only screen and (max-width: 1500px) {
    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        display:block
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle+.tagsStyle {
        margin-left: 0
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .textbox .tags .tag {
        width:120px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        width: 138px
    }
}

.indexBN .slider .slider-item .item .textbox .text {
    margin-top: 12px;
    font-weight: 400;
    color: #555252;
    letter-spacing: .01em;
    font-size: 18px
}

.indexBN .slider .slider-item .item .textbox .text .pink {
    color: #d7447d;
    position: relative;
    letter-spacing: .1em
}

.indexBN .slider .slider-item .item .textbox .text .pink:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d7447d;
    position: absolute;
    bottom: -3px;
    left: 0
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider .slider-item .item .textbox .text {
        font-size:25px;
        margin-top: 40px
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider .slider-item .item .textbox .text {
        font-size:22px;
        margin-top: 30px
    }
}

.indexBN .slider .slider-item .item .imgbox {
    width: 74%;
    order: 2;
    padding: 0;
    margin-left: -8%
}

.indexBN .slider .slider-item .item .imgbox h1 {
    display: none
}

@media only screen and (min-width: 1921px) {
    .indexBN .slider .slider-item .item .imgbox {
        width:80%;
        margin-left: -8%
    }
}

@media only screen and (max-width: 1920px) {
    .indexBN .slider .slider-item .item .imgbox {
        max-width:1250px
    }
}

.indexBN .slider .slider-item .item .imgbox .banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    animation: fadeOut .5s both 0s;
    opacity: 0
}

.indexBN .slider .slider-item .item .imgbox .banner-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    float: right
}

@media only screen and (max-width: 1630px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-12.5%;
        width: 80%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -9%
    }
}

@media only screen and (max-width: 1500px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-15%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -19%
    }
}

@media only screen and (max-width: 1300px) {
    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left:-17%
    }
}

@media only screen and (max-width: 1200px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-19%
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        right: -8%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -23%
    }
}

@media only screen and (max-width: 1100px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-23%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -27%
    }
}

@media only screen and (max-width: 1050px) {
    .indexBN .slider .slider-item .item .imgbox {
        margin-left:-26%
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-left: -30%
    }
}

.indexBN .slider .slider-item.slick-active .item .textbox .animatebox {
    animation: fadeInLeft .8s both .7s
}

.indexBN .slider .slider-item.slick-active .item .imgbox .banner-img {
    animation: fadeInRight .8s both .3s
}

.indexBN .slider .slick-dots {
    bottom: 25px;
    z-index: 5;
    margin: 0;
    padding: 0;
    line-height: 1
}

.indexBN .slider .slick-dots li {
    margin: 0 6px;
    width: 10px;
    height: 10px
}

.indexBN .slider .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #535353;
    border-radius: 50%;
    background: rgba(215,68,125,0);
    transition: all .3s ease-in-out;
    cursor: pointer
}

.indexBN .slider .slick-dots li button:before {
    display: none
}

.indexBN .slider .slick-dots li.slick-active button {
    background: #1d2088;
    border: 1px solid #1d2088
}

.indexBN .slider.show {
    animation: fadeIn .5s both .4s
}

.indexBN .slider-arrow {
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    position: absolute;
    z-index: 2;
    bottom: 160px;
    opacity: 0;
    animation: fadeInArrow .5s forwards 1.5s
}

.indexBN .slider-arrow:hover {
    opacity: 1 !important
}

@media only screen and (min-width: 1024px)and (max-height: 780px) {
    .indexBN .slider-arrow {
        bottom:111px
    }
}

.indexBN .slider-next {
    left: calc(50% - 680px)
}

.indexBN .slider-prev {
    left: calc(50% - 788px)
}

@media only screen and (min-width: 2360px) {
    .indexBN .slider-next {
        left:calc(50% - 852px)
    }

    .indexBN .slider-prev {
        left: calc(50% - 950px)
    }
}

@media only screen and (min-width: 1921px)and (max-width: 2359px) {
    .indexBN .slider-next {
        left:calc(50% - 742px)
    }

    .indexBN .slider-prev {
        left: calc(50% - 850px)
    }
}

@media only screen and (max-width: 1750px) {
    .indexBN .slider-next {
        left:calc(8vw + 101px)
    }

    .indexBN .slider-prev {
        left: 8vw
    }
}

@media only screen and (max-width: 1630px) {
    .indexBN .slider-next {
        left:calc(6vw + 101px)
    }

    .indexBN .slider-prev {
        left: 6vw
    }
}

@media only screen and (max-width: 1023px) {
    .indexBN {
        min-height:800px
    }

    .indexBN .indexBN_bg {
        min-height: 800px
    }

    .indexBN .slider .slider-item .item {
        flex-direction: column;
        padding-left: 0;
        min-height: 800px
    }

    .indexBN .slider .slider-item .item .textbox {
        width: 100%;
        justify-content: center;
        padding-top: 125px;
        height: auto
    }

    .indexBN .slider .slider-item .item .textbox h1 {
        font-size: 50px;
        text-align: center;
        width: 100%
    }

    .indexBN .slider .slider-item .item .textbox .animatebox {
        height: auto
    }

    .indexBN .slider .slider-item .item .textbox .subTit {
        margin-top: 15px;
        text-align: center;
        max-width: 100%
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space1 {
        padding-left: 20px
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space {
        padding-left: 20px
    }

    .indexBN .slider .slider-item .item .textbox .tags {
        text-align: center
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        width: 138px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        display: inline-flex
    }

    .indexBN .slider .slider-item .item .textbox .text {
        text-align: center
    }

    .indexBN .slider .slider-item .item .imgbox {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -50px;
        height: calc(100vh - 300px);
        min-height: 440px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        right: 0
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img img {
        float: none;
        margin: 0 auto
    }

    .indexBN .slider .slider-item .item .imgbox.box1 {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0
    }

    .indexBN .slider .slider-item.slick-active .item .textbox .animatebox {
        animation: fadeInDown .8s forwards .8s
    }

    .indexBN .slider .slider-item.slick-active .item .imgbox .banner-img {
        animation: fadeInUpImg .8s forwards 1.1s
    }

    .indexBN .slider .slick-dots {
        width: 10px;
        right: 43px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto
    }

    .indexBN .slider-arrow {
        bottom: auto;
        right: 30px
    }

    .indexBN .slider-prev {
        left: auto;
        transform: rotate(90deg);
        top: calc(50% - 57px)
    }

    .indexBN .slider-next {
        left: auto;
        transform: rotate(90deg);
        top: calc(50% + 42px)
    }
}

@media screen and (max-width: 820px) {
    .indexBN .slider .slider-item .item .textbox h1 {
        max-width:440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .indexBN {
        min-height:650px;
    }

    .indexBN .indexBN_bg {
        min-height: 650px
    }

    .indexBN .indexBN_bg:after {
        content: "";
        display: block;
        width: calc(100% - 44px);
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        height: 1px;
        background: #cdced2;
        position: absolute;
        z-index: 5;
        transition: bottom .3s ease-in-out
    }

    .indexBN .slider .slider-item .item {
        padding-top: 100px;
        padding-bottom: 75px;
        min-height: 650px;
        align-items: flex-start;
        justify-content: center
    }

    .indexBN .slider .slider-item .item .imgbox {
        margin-top: 0px;
        min-height: auto;
        height: auto;
        order: 1;
        max-height: calc(100vh - 215px);
        padding-bottom: 20px
    }

    .indexBN .slider .slider-item .item .imgbox h1 {
        font-size: 40px;
        max-width: 350px;
        display: block;
        margin: 0 auto;
        font-weight: 900;
        line-height: 1.2em;
        text-align: center;
        letter-spacing: .03em;
        color: #040404
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        max-height: calc(100vh - 430px);
        height: 100%
    }

    .indexBN .slider .slider-item .item .textbox {
        order: 2;
        padding-top: 0
    }

    .indexBN .slider .slider-item .item .textbox h1 {
        display: none
    }

    .indexBN .slider .slider-item .item .textbox .animatebox {
        height: 145px
    }

    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size: 20px;
        max-width: 100%;
        margin: 5px auto 0;
        font-weight: 900;
        line-height: 1.2em
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space1 {
        padding-left: 10px;
        padding-right: 10px
    }

    .indexBN .slider .slider-item .item .textbox .subTit .space {
        padding-left: 10px
    }

    .indexBN .slider .slider-item .item .textbox .tags {
        margin-top: 10px;
        max-width: 350px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        width: auto;
        font-size: 15px;
        background: rgba(0,0,0,0);
        border: none;
        padding: 0 12px;
        height: 29px;
        line-height: 29px;
        margin-bottom: 0
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag+.tag {
        margin-left: 0;
        position: relative
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag+.tag:before {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: #bcb9b9
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 15px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1+.tag1 {
        margin-left: 0px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        border: 1px solid #bcb9b9;
        height: 31px;
        border-radius: 99em;
        padding: 0 2px;
        justify-content: center;
        max-width: 330px;
        width: 100%
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle+.tagsStyle {
        margin-top: 6px
    }

    .indexBN .slider .slider-item .item .textbox .text {
        margin-top: 15px;
        font-size: 16px
    }

    .indexBN .slider .slick-dots {
        right: 23px
    }

    .indexBN .slider-arrow {
        right: 12px
    }

    .indexBN .slider-arrow img {
        max-width: 18px
    }
}

@media screen and (max-width: 600px) {
    .indexBN .slider .slider-item .item .imgbox h1 {
        font-size:36px
    }
}

@media screen and (max-width: 575px) {
    .indexBN .indexBN_bg.scrollup:after {
        bottom:20px
    }

    .indexBN .slider .slider-item .item .imgbox {
        padding-bottom: 0
    }
}

@media screen and (max-width: 575px)and (min-height: 671px) {
    .indexBN .slider .slider-item .item {
        justify-content:center
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        height: calc(100vh - 450px)
    }
}

@media screen and (min-width: 768px)and (max-height: 650px) {
    .indexBN {
        min-height:770px
    }

    .indexBN .indexBN_bg {
        min-height: 100%
    }

    .indexBN .slider {
        height: auto
    }

    .indexBN .slider .slider-item .item {
        justify-content: flex-start;
        min-height: 770px;
        height: auto
    }

    .indexBN .slider .slider-item .item .imgbox {
        max-height: 100%;
        min-height: 350px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        min-height: 345px;
        max-height: 100%
    }
}

@media screen and (max-width: 767px)and (max-height: 650px) {
    .indexBN {
        min-height:770px
    }

    .indexBN .indexBN_bg {
        min-height: 100%
    }

    .indexBN .slider {
        height: auto
    }

    .indexBN .slider .slider-item .item {
        justify-content: flex-start;
        min-height: 770px;
        height: auto
    }

    .indexBN .slider .slider-item .item .imgbox {
        max-height: 100%;
        min-height: 350px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        min-height: auto;
        height: 345px;
        max-height: 100%
    }
}

@media screen and (max-width: 420px)and (max-height: 900px) {
    .indexBN {
        min-height:560px;
        height: calc(100vh - 70px)
    }

    .indexBN .indexBN_bg {
        min-height: 560px;
        height: calc(100vh - 70px)
    }

    .indexBN .slider {
        height: calc(100vh - 70px)
    }

    .indexBN .slider .slider-item .item {
        overflow: hidden;
        padding-top: 90px;
        min-height: 550px;
        height: calc(100vh - 110px);
        justify-content: space-between
    }

    .indexBN .slider .slider-item .item .textbox {
        flex-shrink: 0
    }

    .indexBN .slider .slider-item .item .textbox .tags {
        margin: 12px auto 0
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag {
        font-size: 14px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tag.tag1 {
        font-size: 14px
    }

    .indexBN .slider .slider-item .item .textbox .text {
        margin-top: 8px
    }

    .indexBN .slider .slider-item .item .imgbox {
        flex-shrink: 1;
        min-height: auto;
        max-height: 100%;
        height: calc(100vh - 250px)
    }

    .indexBN .slider .slider-item .item .imgbox h1 {
        font-size: 30px;
        max-width: 240px
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        max-height: 320px !important;
        min-height: auto;
        height: calc(100vh - 450px);
        margin-top: 15px;
        padding-bottom: 10px
    }

    .indexBN .slider .slider-item .item .imgbox.box1 .banner-img {
        height: calc(100vh - 475px)
    }

    .indexBN .slider .slick-dots {
        display: flex;
        flex-direction: column;
        justify-content: center;
        right: 16px;
        height: 100%;
        top: 0;
        transform: translateY(0)
    }

    .indexBN .slider .slick-dots li {
        margin: 3px 0
    }
}

@media screen and (max-width: 380px)and (max-height: 670px) {
    .indexBN {
        height:calc(100vh - 110px)
    }

    .indexBN .indexBN_bg {
        min-height: 560px;
        height: calc(100vh - 110px)
    }

    .indexBN .slider {
        height: calc(100vh - 110px)
    }

    .indexBN .slider .slider-item .item {
        justify-content: flex-start;
        height: calc(100vh - 150px)
    }

    .indexBN .slider .slider-item .item .imgbox {
        display: block
    }

    .indexBN .slider .slider-item .item .imgbox .banner-img {
        margin-top: 0;
        height: calc(100vh - 420px);
        padding-bottom: 0
    }

    .indexBN .slider .slider-item .item .imgbox.box1 .banner-img {
        height: calc(100vh - 445px)
    }

    .indexBN .slider .slick-dots {
        padding-top: 45px;
        right: 17px
    }

    .indexBN .slider .slick-dots li {
        margin: 3px 0
    }
}

@media screen and (max-width: 350px) {
    .indexBN .slider .slider-item .item .textbox .subTit {
        font-size:18px
    }

    .indexBN .slider .slider-item .item .textbox .tags .tagsStyle {
        max-width: 300px
    }
}

@media screen and (max-width: 1700px)and (min-width: 1024px) {
    #movie .portfolio {
        padding:30px 0 0
    }
}

@media screen and (max-width: 767px) {
    #movie .portfolio {
        padding:15px 0 0
    }
}

@keyframes fadeDownNormal {
    from {
        opacity: 0;
        transform: translateY(-15%)
    }

    to {
        opacity: 1;
        transform: translateY(0%)
    }
}

@media(min-width: 2360px) {
    .fz_100 {
        font-size:110px
    }

    .fz_80 {
        font-size: 90px
    }

    .fz_60 {
        font-size: 72px
    }

    .fz_45 {
        font-size: 54px
    }

    .fz_36 {
        font-size: 43px
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .fz_100 {
        font-size:100px
    }

    .fz_80 {
        font-size: 84px
    }

    .fz_60 {
        font-size: 66px
    }

    .fz_45 {
        font-size: 49px
    }

    .fz_36 {
        font-size: 39px
    }
}

@media(max-width: 1920px) {
    .fz_100 {
        font-size:100px;
        transition: font-size .3s
    }

    .fz_80 {
        font-size: 80px;
        transition: font-size .3s
    }

    .fz_60 {
        font-size: 60px;
        transition: font-size .3s
    }

    .fz_45 {
        font-size: 40px;
        transition: font-size .3s
    }

    .fz_36 {
        font-size: 36px;
        transition: font-size .3s
    }
}

@media(max-width: 1650px) {
    .fz_100 {
        font-size:90px
    }

    .fz_80 {
        font-size: 71px
    }

    .fz_60 {
        font-size: 54px
    }

    .fz_45 {
        font-size: 38px
    }

    .fz_36 {
        font-size: 32px
    }
}

@media(max-width: 1500px) {
    .fz_100 {
        font-size:80px
    }

    .fz_80 {
        font-size: 64px
    }

    .fz_60 {
        font-size: 48px
    }

    .fz_45 {
        font-size: 32px
    }

    .fz_36 {
        font-size: 28px
    }
}

@media(max-width: 1200px) {
    .fz_100 {
        font-size:72px
    }

    .fz_80 {
        font-size: 58px
    }

    .fz_60 {
        font-size: 43px
    }

    .fz_45 {
        font-size: 28px
    }

    .fz_36 {
        font-size: 26px
    }
}

@media(max-width: 1023px) {
    .fz_100 {
        font-size:60px
    }

    .fz_80 {
        font-size: 26px
    }

    .fz_36 {
        font-size: 28px
    }
}

.fs_40 {
    font-size: 40px;
    transition: font-size .3s
}

@media(max-width: 767px) {
    .fs_40 {
        font-size:24px
    }

    .fz_100 {
        font-size: 48px
    }

    .fz_80 {
        font-size: 22px
    }

    .fz_36 {
        font-size: 18px
    }
}

@media(max-width: 370px) {
    .fs_40 {
        font-size:22px
    }

    .fz_100 {
        font-size: 40px
    }

    .fz_80 {
        font-size: 20px
    }
}

@media(max-width: 355px) {
    .fs_40 {
        font-size:20px
    }

    .fz_100 {
        font-size: 36px
    }

    .fz_80 {
        font-size: 18px
    }
}

.masterBN {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column
}

.masterBN .bgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    animation: fadeIn .5s forwards .7s;
    animation-fill-mode: forwards
}

.masterBN .bgbox img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: none;
    width: 100%;
    height: 100%
}

.masterBN .bgbox:before {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255))
}

@media(min-width: 1024px)and (max-height: 750px) {
    .masterBN {
        min-height:750px;
        max-height: 100%
    }
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN {
        max-height:720px
    }
}

@media(max-height: 600px) {
    .masterBN .bgbox {
        min-height:500px;
        overflow: hidden
    }
}

.masterBN .bannerbox {
    position: relative;
    height: calc(100% - 130px);
    margin-top: 130px
}

@media(max-width: 1023px) {
    .masterBN .bannerbox {
        height:100%;
        margin-top: 0
    }
}

.masterBN .bannerbox .piczoom {
    padding-left: 13vw;
    padding-right: 13vw;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .piczoom {
        display:none
    }
}

@media(min-width: 1921px)and (max-width: 2440px) {
    .masterBN .bannerbox .piczoom {
        padding-left:11vw;
        padding-right: 11vw
    }
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom {
        padding-left:8vw;
        padding-right: 8vw
    }
}

@media(max-width: 1630px) {
    .masterBN .bannerbox .piczoom {
        padding-left:6vw;
        padding-right: 6vw
    }
}

@media(max-width: 1199px) {
    .masterBN .bannerbox .piczoom {
        padding-left:3vw;
        padding-right: 3vw
    }
}

.masterBN .bannerbox .piczoom .leftwrapper,.masterBN .bannerbox .piczoom .rightwrapper {
    width: 50%;
    position: relative;
    height: 100%
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript {
    position: absolute;
    z-index: 30;
    padding-top: 50px;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation-fill-mode: forwards;
    animation: fadeIn .8s forwards .9s
}

@media(max-width: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript {
        padding-top:10px
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptTit,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptTit {
    font-weight: bold;
    color: #1c1c1c
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    letter-spacing: .05em
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        font-size:22px
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        font-size:19px
    }
}

@media(max-width: 1250px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        line-height:1.5
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt {
    padding: 0 15px;
    position: relative
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt+.txt:before,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt+.txt:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #aeaeae;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 12px
}

@media(max-width: 1600px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt {
        padding:0 8px
    }

    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt+.txt,.masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt+.txt {
        left: -4px
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
    max-width: 850px;
    position: relative;
    width: 100%;
    height: 100%
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .mainOne,.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01,.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic02,.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic03,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .mainOne,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic01,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic02,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic03 {
    opacity: 0
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-height:88%;
        max-width: 800px
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-height:92%;
        max-width: 720px
    }
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:650px
    }
}

@media(max-width: 1800px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:550px
    }
}

@media(max-width: 1600px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:500px
    }
}

@media(max-width: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:450px;
        height: calc(100% - 120px)
    }
}

@media(max-width: 1400px)and (min-height: 800px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:480px;
        max-height: 700px;
        height: 85%
    }
}

@media(max-width: 1300px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:420px
    }
}

@media(max-width: 1200px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:400px
    }
}

@media(max-width: 1100px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-width:375px
    }
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic,.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
        max-height:550px;
        min-height: 550px
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrapscript {
    margin-left: -6%
}

@media(max-width: 1200px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript {
        margin-left:-10%
    }

    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub {
        max-width: 220px;
        text-align: center
    }

    .masterBN .bannerbox .piczoom .leftwrapper .wrapscript .scriptSub .txt:nth-child(3):before {
        display: none
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic {
    position: relative;
    z-index: 10;
    height: 100%;
    background-size: contain;
    background-position: -45px center;
    background-repeat: no-repeat
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .mainOne {
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    animation: fadeInLeftImg 1s forwards 1.1s
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
    width: 76.93%;
    height: auto;
    position: absolute;
    top: -14.5%;
    left: -10%;
    z-index: 5;
    animation: fadeInDownS .6s forwards 1.5s;
    animation-timing-function: ease-in-out
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
        max-width:500px
    }
}

@media(max-width: 1400px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
        top:-16%;
        left: -15%
    }
}

@media(max-width: 1200px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic01 {
        top:-16%;
        left: -25%
    }
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic02 {
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: fadeIn .6s forwards 1.8s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic03 {
    width: 53.84%;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: -10%;
    z-index: 5;
    animation: fadeInRight .6s forwards 2.1s;
    animation-timing-function: ease-in-out
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .piczoom .leftwrapper .wrappic .mainPic .decopic03 {
        max-width:350px
    }
}

.masterBN .bannerbox .piczoom .rightwrapper .wrapscript {
    margin-left: 15%
}

@media(max-width: 1250px) {
    .masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub {
        text-align:center;
        max-width: 260px
    }

    .masterBN .bannerbox .piczoom .rightwrapper .wrapscript .scriptSub .txt:nth-child(3):before {
        display: none
    }
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: flex-end
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic {
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .mainOne {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    right: -4.5%;
    z-index: 2;
    animation: fadeInRightImg 1s forwards 1.1s
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic01 {
    width: 53.85%;
    height: auto;
    max-width: 350px;
    position: absolute;
    top: 19%;
    left: 4.5%;
    z-index: 5;
    animation: fadeInDown .6s forwards 2.3s;
    animation-timing-function: ease-in-out
}

@media(max-width: 1600px) {
    .masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic01 {
        top:22%
    }
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic02 {
    width: 38.47%;
    height: auto;
    max-width: 250px;
    position: absolute;
    top: calc(50% - 50px);
    left: 4.5%;
    z-index: 5;
    animation: fadeInDown .6s forwards 2.6s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .piczoom .rightwrapper .wrappic .mainPic .decopic03 {
    width: 50.77%;
    height: auto;
    max-width: 330px;
    position: absolute;
    bottom: 0;
    right: -3%;
    z-index: 5;
    animation: fadeInDown .6s both 2.9s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .masterCenter {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    z-index: 50;
    padding-top: 50px
}

.masterBN .bannerbox .masterCenter .vline2 {
    content: "";
    height: 0;
    min-height: 0;
    overflow: hidden;
    width: 1px;
    background: #e84d8a;
    display: block;
    margin: 35px auto 0;
    transition: all .5s ease-in-out
}

.masterBN .bannerbox .masterCenter .vline2.active {
    min-height: 85px
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(90% - 605px)
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(93% - 605px)
    }
}

@media(max-width: 1920px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(97% - 575px)
    }
}

@media(max-width: 1500px) {
    .masterBN .bannerbox .masterCenter .vline2.active {
        height:calc(95% - 530px)
    }
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .masterCenter .vline2 {
        display:none
    }
}

.masterBN .bannerbox .masterCenter .circular {
    margin: 0 auto;
    width: 10em;
    height: 10em;
    font-size: 18px;
    opacity: 0;
    animation: fadeIn .8s forwards 1.7s;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(52deg);
    z-index: -1;
    color: #1c1c1c;
    display: none
}

.masterBN .bannerbox .masterCenter .circular path {
    fill: none
}

.masterBN .bannerbox .masterCenter .circular svg {
    display: block;
    overflow: visible
}

@media(min-width: 1024px) {
    .masterBN .bannerbox .masterCenter .circular {
        display:block;
        z-index: 1
    }
}

.masterBN .bannerbox .masterCenter .plusimg {
    display: none
}

@media(min-width: 1024px) {
    .masterBN .bannerbox .masterCenter .plusimg {
        display:block
    }
}

.masterBN .bannerbox .masterCenter .plusimg img {
    display: block;
    margin: 0 auto;
    height: auto;
    opacity: 0;
    animation: fadeIn .8s forwards 1.7s
}

.masterBN .bannerbox .masterCenter .plusimg .vline {
    width: 1px;
    background: #e84d8a;
    display: block;
    margin: 0 auto;
    height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.masterBN .bannerbox .masterCenter .plusimg .vline.active {
    height: 7vh;
    min-height: 35px
}

@media(min-width: 2360px) {
    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height:11vh
    }
}

@media(min-width: 1921px)and (max-width: 2359px) {
    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height:9vh
    }
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height:35px
    }
}

@media(max-height: 800px) {
    .masterBN .bannerbox .masterCenter .plusimg img {
        max-width:70px
    }

    .masterBN .bannerbox .masterCenter .plusimg .vline.active {
        height: 35px
    }
}

.masterBN .bannerbox .masterCenter .script {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
    color: #1c1c1c;
    opacity: 0
}

.masterBN .bannerbox .masterCenter .script.active {
    animation: fadeIn 1s forwards .1s
}

.masterBN .bannerbox .masterCenter .tit {
    color: #1c1c1c;
    font-weight: bold;
    text-align: center;
    order: 1
}

@media(min-width: 1024px) {
    .masterBN .bannerbox .masterCenter .tit {
        display:none
    }
}

.masterBN .bannerbox .masterCenter .subTit1 {
    order: 1
}

.masterBN .bannerbox .masterCenter .subTit2 {
    order: 3;
    position: relative
}

.masterBN .bannerbox .masterCenter .subTit2:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #1c1c1c
}

.masterBN .bannerbox .masterCenter .bigTit {
    color: #1c1c1c;
    order: 2;
    margin: 30px 0
}

.masterBN .bannerbox .masterCenter .bigTit .tagtxt {
    display: block;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.2
}

.masterBN .bannerbox .masterCenter .bigTit .tagtxt .break {
    display: none
}

.masterBN .bannerbox .masterCenter .bigTit .special {
    color: #e84d8a;
    margin-top: 10px;
    display: block
}

@media(max-width: 1100px)and (max-height: 800px) {
    .masterBN .bannerbox .masterCenter .bigTit {
        margin:20px 0
    }
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .masterCenter {
        max-width:570px;
        width: 100%;
        top: auto;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 0;
        bottom: 100px;
        opacity: 0;
        animation: fadeInUpImg .9s forwards 1.7s;
        animation-timing-function: ease-out
    }

    .masterBN .bannerbox .masterCenter .script {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        animation: none;
        opacity: 1;
        margin-top: 0
    }

    .masterBN .bannerbox .masterCenter .script.active {
        animation: none
    }

    .masterBN .bannerbox .masterCenter .subTit1 {
        order: 3;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px
    }

    .masterBN .bannerbox .masterCenter .subTit2 {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px
    }

    .masterBN .bannerbox .masterCenter .subTit2:after {
        display: none
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        border-top: 1px solid #929292;
        border-bottom: 1px solid #929292;
        width: 100%;
        display: flex;
        align-items: flex-end;
        position: relative;
        margin: 20px 0;
        padding: 0 60px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        color: #e84d8a;
        text-align: left;
        width: 120px;
        letter-spacing: .1em;
        padding: 12px 0 15px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt .break {
        display: block
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        flex-grow: 1;
        padding-left: 35px;
        margin-top: 0;
        padding: 12px 0 15px 30px;
        border-left: 1px solid #929292
    }
}

@media(max-width: 850px)and (min-width: 576px)and (min-height: 900px) {
    .masterBN .bannerbox .masterCenter {
        bottom:220px
    }
}

@media(max-width: 767px) {
    .masterBN .bannerbox .masterCenter .bigTit {
        margin:15px 0;
        padding: 0 30px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 12px 0
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        text-align: center;
        padding: 15px 0
    }
}

@media(max-width: 575px) {
    .masterBN .bannerbox .masterCenter .subTit1 {
        padding-left:0
    }

    .masterBN .bannerbox .masterCenter .subTit2 {
        padding-right: 0
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        padding: 0 20px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 10px 20px 10px 0;
        letter-spacing: .05em;
        font-size: 16px;
        width: auto
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        padding: 10px 0
    }
}

@media(max-width: 575px)and (min-height: 700px) {
    .masterBN .bannerbox .masterCenter {
        position:relative;
        bottom: auto;
        padding-top: 20px
    }
}

@media(max-width: 480px) {
    .masterBN .bannerbox .masterCenter .script {
        justify-content:flex-start
    }

    .masterBN .bannerbox .masterCenter .tit {
        text-align: left;
        padding-left: 20px
    }

    .masterBN .bannerbox .masterCenter .subTit1 {
        padding-left: 20px
    }
}

@media(max-width: 380px)and (max-height: 670px) {
    .masterBN .bannerbox .masterCenter.ios {
        bottom:120px
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        margin: 15px 0
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 5px 25px 8px 0
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        padding: 5px 0 8px 20px;
        text-align: left
    }
}

@media(max-width: 355px) {
    .masterBN .bannerbox .masterCenter.ios {
        bottom:100px
    }

    .masterBN .bannerbox .masterCenter .bigTit {
        padding: 0 12px
    }

    .masterBN .bannerbox .masterCenter .bigTit .tagtxt {
        padding: 5px 12px 5px 0;
        letter-spacing: normal
    }

    .masterBN .bannerbox .masterCenter .bigTit .special {
        padding: 7px 0 7px 12px
    }
}

.masterBN .bannerbox .touchBox {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: calc(100% - 360px);
    display: none;
    min-height: 380px
}

@media(max-width: 1023px) {
    .masterBN .bannerbox .touchBox {
        display:block
    }
}

.masterBN .bannerbox .touchBox .picBg {
    position: absolute;
    z-index: 2;
    top: 0;
    max-width: 768px;
    right: 0;
    opacity: 0;
    animation: fadeIn .5s forwards .8s
}

.masterBN .bannerbox .touchBox .picBg .decBg {
    width: auto;
    max-height: 100%;
    height: auto
}

.masterBN .bannerbox .touchBox .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto
}

.masterBN .bannerbox .touchBox .imgBox .pic01 {
    display: block;
    position: absolute;
    max-width: 465px;
    bottom: 35px;
    left: 0;
    max-height: 465px;
    width: 65.1%;
    height: auto;
    z-index: 5;
    opacity: 0;
    animation: fadeInDownS 1s forwards .9s;
    animation-timing-function: ease-in-out
}

.masterBN .bannerbox .touchBox .imgBox .pic02 {
    display: block;
    position: absolute;
    max-width: 450px;
    bottom: calc(14% + 35px);
    right: 0;
    max-height: 400px;
    width: 58.6%;
    height: auto;
    z-index: 3;
    opacity: 0;
    animation: fadeInRightImgS 1s forwards 1.2s;
    animation-timing-function: ease-in-out
}

@media(max-width: 850px)and (min-width: 576px)and (min-height: 900px) {
    .masterBN .bannerbox .touchBox {
        height:calc(100% - 430px)
    }

    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        right: 5%
    }

    .masterBN .bannerbox .touchBox .imgBox .pic02 {
        right: 5%
    }
}

@media(max-width: 767px) {
    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        width:73%
    }

    .masterBN .bannerbox .touchBox .imgBox .pic02 {
        width: 65%;
        bottom: 17%
    }
}

@media(max-width: 575px) {
    .masterBN .bannerbox .touchBox {
        padding-left:0;
        padding-right: 0;
        height: calc(100% - 330px)
    }

    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        width: 70.75%;
        bottom: 4%
    }

    .masterBN .bannerbox .touchBox .imgBox .pic02 {
        width: 54.5%;
        bottom: 0
    }
}

@media(max-width: 575px)and (min-height: 701px) {
    .masterBN .bannerbox .touchBox {
        max-height:500px;
        min-height: 380px
    }
}

@media(max-width: 575px)and (max-height: 700px) {
    .masterBN .bannerbox .touchBox {
        min-height:380px
    }
}

@media(max-width: 380px)and (max-height: 670px) {
    .masterBN .bannerbox .touchBox {
        min-height:340px;
        top: 0
    }

    .masterBN .bannerbox .touchBox .imgBox .pic01 {
        bottom: 5.5%
    }
}

.masterBN .bannerbox .touchDec {
    position: absolute;
    max-width: 768px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none
}

@media(max-width: 1023px)and (min-width: 576px) {
    .masterBN .bannerbox .touchDec {
        display:block;
        opacity: 0;
        animation: fadeIn .7s forwards 1.5s
    }
}

.masterBN .bannerbox .touchDec .dec01 {
    position: absolute;
    max-width: 300px;
    width: 39%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 3
}

@media(max-width: 1023px)and (min-width: 576px) {
    .masterBN .bannerbox .touchDec.ios {
        bottom:100px
    }
}

.masterBN .bannerbox .phoneDec {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
    width: 100%
}

@media(max-width: 575px) {
    .masterBN .bannerbox .phoneDec {
        display:block
    }
}

.masterBN .bannerbox .phoneDec .dec01 {
    position: absolute;
    max-width: 175px;
    width: 45%;
    height: auto;
    bottom: -2%;
    left: 0%;
    z-index: 10;
    opacity: 0;
    animation: fadeIn .7s forwards 1.5s
}

@media(min-width: 1024px)and (max-width: 1100px)and (min-height: 900px)and (max-height: 1400px) {
    .masterBN~#movie .portfolio {
        padding-top:60px
    }
}

.grecaptcha-badge {
    display: none
}

.fixed_line {
    position: fixed;
    display: block;
    right: 25px;
    bottom: 24px;
    z-index: 9999999;
    overflow: hidden;
    height: 44px;
    width: 146px;
    background: #00c300;
    border-radius: 25px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.15);
    transition: height .3s ease-out,width .3s ease-out,background-color .3s ease-in-out
}

.fixed_line:hover {
    background: #00a800
}

@media(max-width: 767px) {
    .fixed_line {
        display:none
    }
}

.fixed_line_content {
    padding: 0 0 15px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
    position: fixed;
    z-index: 2147483648;
    bottom: 24px;
    right: 16px;
    width: 357px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    display: none
}

.fixed_line_content .content_head {
    background-color: #06c755;
    width: 100%;
    height: 66px;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 22px 25px 22px 68px;
    position: relative;
    border-radius: 10px 10px 0 0
}

.fixed_line_content .content_head .txt {
    padding-left: 12px;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 400
}

.fixed_line_content .content_head .line-close-btn {
    background-color: rgba(0,0,0,0);
    border: none;
    box-shadow: none;
    outline: none;
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer
}

.fixed_line_content .content_head .line-close-btn img {
    transition: all .3s ease-in-out
}

.fixed_line_content .content_head .line-close-btn:hover img {
    transform: rotate(90deg)
}

.fixed_line_content .content_service {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 30px
}

.fixed_line_content .content_service .zoom {
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed_line_content .content_service .zoom .servie-icon {
    display: block
}

.fixed_line_content .content_service .zoom .sevice-txt {
    padding-left: 22px;
    display: block;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: .05em;
    color: #444;
    max-width: 120px;
    text-align: left
}

.fixed_line_content .content_service .copyId-btn {
    width: 100%;
    margin-top: 25px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    box-shadow: none;
    outline: none;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding: 0 17px;
    height: 38px;
    transition: border .3s ease-in-out
}

.fixed_line_content .content_service .copyId-btn .lin-id {
    display: block
}

.fixed_line_content .content_service .copyId-btn .copy-txt {
    color: #065fd4;
    display: block
}

.fixed_line_content .content_service .copyId-btn:hover {
    border: 1px solid #ccc
}

.fixed_line_content .content_body {
    border-top: 1px solid #ebebeb;
    padding: 33px 8%;
    color: #444
}

.fixed_line_content .content_body .txt {
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.fixed_line_content .content_body .qrcode-img {
    border: 1px solid #cdcdcd;
    width: 156px;
    height: 156px;
    margin: 20px auto
}

.fixed_line_content .content_body .note {
    color: #999;
    font-size: 13px;
    line-height: 1.69;
    margin-top: 20px;
    text-align: left
}

@media(min-width: 768px) {
    .fixed_line_content {
        display:block
    }
}

@media(min-width: 768px) {
    .fixed_line_content.open {
        opacity:1;
        visibility: visible;
        pointer-events: auto
    }
}

.fixed_line_btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 10px 0 53px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: width .3s ease-in-out;
    float: right
}

.fixed_line_btn_text {
    display: block;
    position: relative;
    white-space: nowrap;
    transition: opacity .3s ease-in-out,transform .3s
}

.fixed_line_btn_img {
    position: absolute;
    width: 27px;
    left: 17px;
    top: 10px;
    transition: all ease-in-out .3s
}

.fixed_line.active {
    width: 56px
}

.fixed_line.active .fixed_line_btn_text {
    transform: translate(220px, 0, 0);
    opacity: 0
}

.fixed_line.active .fixed_line_btn_img {
    right: 13px
}

.fixed_line.active:hover {
    width: 135px
}

.fixed_line.active:hover .fixed_line_btn_img {
    right: 17px
}

.fixed_line.active:hover .fixed_line_btn_text {
    transform: translate(0, 0, 0);
    opacity: 1
}

.fixed_line_mobile {
    display: none;
    position: fixed;
    padding: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background: #00b900;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    z-index: 9999999;
    color: #fff;
    cursor: pointer;
    user-select: none;
    align-items: center;
    width: 195px;
    left: 30px;
    padding: 0
}

.fixed_line_mobile img {
    flex: 0 0 26px;
    width: 26px;
    height: 26px
}

.fixed_line_mobile span {
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.4)
}

@media(max-width: 767px) {
    .fixed_line_mobile {
        display:flex;
        height: 55px;
        bottom: 29px;
        border-radius: 58px
    }

    .fixed_line_mobile img {
        margin: 0 15px
    }

    .fixed_line_mobile.changeStyle {
        display: flex;
        font-size: 17px;
        font-weight: bold;
        width: 202px;
        height: 45px;
        bottom: 23px;
        justify-content: center;
        align-items: center;
        padding: 0 12px;
        opacity: 1
    }

    .fixed_line_mobile.changeStyle img {
        margin: 0 8px 0 0;
        flex: 0 0 50px;
        width: 50px;
        height: auto
    }

    .fixed_line_mobile.changeStyle span {
        flex: 0 0 auto;
        width: -moz-fit-content;
        width: fit-content;
        border-left: none
    }
}

@media(max-width: 450px) {
    .fixed_line_mobile {
        height:40px;
        bottom: 18px;
        border-radius: 20px;
        width: 210px
    }

    .fixed_line_mobile img {
        margin: 0 20px
    }

    .fixed_line_mobile.changeStyle {
        border-radius: 45px
    }
}

@media(max-width: 413px) {
    .fixed_line_mobile.changeStyle {
        width:187px;
        border-radius: 45px;
        left: 15px
    }

    .fixed_line_mobile.changeStyle span {
        letter-spacing: normal
    }

    .fixed_line_mobile.changeStyle img {
        margin: 0 4px 0 0
    }
}

@media(max-width: 370px) {
    .fixed_line_mobile {
        overflow:hidden
    }

    .fixed_line_mobile span {
        border-left: none;
        text-align: left
    }

    .fixed_line_mobile img {
        margin: 0 7px 0 12px
    }

    .fixed_line_mobile.changeStyle {
        width: 165px
    }

    .fixed_line_mobile.changeStyle span {
        display: none
    }

    .fixed_line_mobile.changeStyle:after {
        content: "線上諮詢";
        display: inline-block;
        color: #fff;
        font-size: 17px;
        font-weight: 900
    }
}

@media(max-width: 355px) {
    .fixed_line_mobile.changeStyle {
        width:calc(50% - 8px);
        min-width: 125px
    }
}

@media(hover: hover)and (pointer: fine) {
    .fixed_line_btn:hover,.fixed_line_btn:focus,.fixed_line_btn:active {
        color:#fff
    }

    .fixed_line_mobile:hover {
        color: #fff
    }
}

.fixed_contact {
    position: fixed;
    bottom: 15px;
    right: 25px;
    width: 146px;
    height: 44px;
    z-index: 999;
    overflow: hidden;
    background: #ffb31f;
    border-radius: 32px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.15);
    transition: height .3s ease-out,width .3s ease-out,background-color .3s ease-in-out;
    color: #fff
}

.fixed_contact .fixed_contact_link {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: background-color .3s ease-in-out;
    background: #d1d1e5;
    border: none;
    height: 44px;
    padding: 0 10px 0 40px
}

.fixed_contact .fixed_contact_link .txt {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .05em;
    white-space: nowrap;
    position: relative;
    transition: opacity .3s ease-in-out;
    transform: translateX(0px);
    opacity: 1
}

.fixed_contact .fixed_contact_link .icon {
    display: block;
    width: 30px;
    position: absolute;
    left: 17px;
    top: 6px
}

.fixed_contact .fixed_contact_link .icon img {
    width: 100%;
    display: block
}

.fixed_contact .fixed_contact_link:hover {
    background-color: #d1d1e5;
    will-change: background-color
}

.fixed_contact:hover {
    background: #ffa31f;
    will-change: background-color
}

@media(max-width: 1400px) {
    .fixed_contact {
        transform:translate(-155px, 56px)
    }
}

@media(max-width: 767px) {
    .fixed_contact {
        transform:translate(0, 56px)
    }

    .fixed_contact .fixed_contact_link {
        padding: 0;
        width: 144px;
        height: 45px
    }

    .fixed_contact .fixed_contact_link .icon {
        position: static;
        top: auto;
        right: auto;
        width: 26px;
        display: block
    }

    .fixed_contact .fixed_contact_link .icon img {
        display: inline-block
    }

    .fixed_contact .fixed_contact_link .txt {
        padding-left: 8px;
        line-height: 26px
    }
}

@media(max-width: 450px) {
    .fixed_contact {
        box-shadow:none
    }
}

@media(max-width: 413px) {
    .fixed_contact {
        transform:translate(10px, 56px)
    }
}

@media(max-width: 355px) {
    .fixed_contact {
        width:calc(100% - 210px);
        min-width: 125px
    }

    .fixed_contact .fixed_contact_link {
        max-width: 100%
    }

    .fixed_contact .fixed_contact_link .txt {
        padding-left: 5px
    }
}

.fixed_popform {
    position: fixed;
    bottom: 140px;
    right: 25px;
    z-index: 9999999;
    width: 370px;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
    color: #444;
    letter-spacing: .05em;
    font-family: "Noto Sans TC","微軟正黑體","Microsoft JhengHei",Arial,sans-serif !important;
    box-shadow: 2px 2px 12px rgba(0,0,0,.14);
    border-radius: 10px;
    background-color: #fff;
    pointer-events: none;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    transform-origin: right bottom
}

.fixed_popform .formOragne {
    color: #ffa31f
}

.fixed_popform .formZoom {
    position: relative
}

.fixed_popform .closeFrombtn {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    background-color: #f5f5f5;
    top: 3px;
    right: -3px;
    transition: background-color .3s ease-in-out
}

.fixed_popform .closeFrombtn:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #2c2c2c;
    transition: background-color .3s ease-in-out
}

.fixed_popform .closeFrombtn:hover {
    background-color: #ebebeb
}

.fixed_popform .closeFrombtn:hover:after {
    background: #2c2c2c
}

.fixed_popform .formContainer {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.fixed_popform .formContainer,.fixed_popform .successContainer {
    padding: 5px 5px;
    box-sizing: border-box;
    overflow: hidden
}

.fixed_popform .formTitle {
    font-size: 24px;
    font-weight: 700
}

.fixed_popform .formScript {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px
}

.fixed_popform .formBox {
    padding-top: 10px
}

.fixed_popform .formBox .formRow {
    margin-top: 20px
}

.fixed_popform .formBox .formTit {
    font-size: 16px
}

.fixed_popform .formBox .formInput {
    font-size: 15px;
    height: 38px;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    line-height: 36px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box
}

.fixed_popform .formBox .formInput::-webkit-input-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-moz-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-o-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-ms-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::-moz-placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput::placeholder {
    color: #d6d6d6 !important
}

.fixed_popform .formBox .formInput:focus {
    outline: none;
    border-color: #065fd4
}

.fixed_popform .formBox .formControl {
    padding-top: 5px
}

.fixed_popform .formBox .formControl .alertMsg,.fixed_popform .formBox .formControl .alertTypeMsg {
    display: none;
    font-size: 14px;
    color: #f50000;
    padding-top: 8px
}

.fixed_popform .formBox .formControl.inputAlert .alertMsg {
    display: block
}

.fixed_popform .formBox .formControl.inputAlert .formInput:focus {
    border-color: #f50000
}

.fixed_popform .formBox .formControl.typeAlert .alertTypeMsg {
    display: block
}

.fixed_popform .formBox .formControl.typeAlert .formInput:focus {
    border-color: #f50000
}

.fixed_popform .sendSumbit {
    width: 145px;
    height: 45px;
    line-height: 41px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #ffa31f;
    border-radius: 45px;
    margin: 0 auto;
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #444;
    font-family: "Noto Sans TC",sans-serif !important
}

.fixed_popform .sendSumbit:hover {
    background-color: #ffa31f;
    color: #fff
}

.fixed_popform .successContainer {
    width: 100%;
    overflow: hidden
}

.fixed_popform .successContainer iframe {
    overflow: hidden
}

.fixed_popform .successBtn {
    width: 145px;
    height: 45px;
    line-height: 41px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 45px;
    margin: 25px auto 0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #444;
    font-family: "Noto Sans TC",sans-serif !important;
    outline: none;
    box-shadow: none;
    cursor: pointer
}

.fixed_popform .successBtn:hover {
    background-color: #000;
    color: #fff
}

.fixed_popform .successBtn:focus,.fixed_popform .successBtn:active {
    outline: none;
    box-shadow: none
}

.fixed_popform .loadingContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.fixed_popform .square-tick {
    border: none
}

.fixed_popform .square-tick input[type=checkbox] {
    display: none
}

.fixed_popform .square-tick input[type=checkbox]+label {
    display: flex;
    color: #444;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .05em
}

.fixed_popform .square-tick input[type=checkbox]+label .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.fixed_popform .square-tick input[type=checkbox]+label .icon:after {
    content: "";
    display: block;
    opacity: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffa800;
    transition: opacity .2s ease-in-out
}

.fixed_popform .square-tick input[type=checkbox]+label .word {
    padding-left: 8px;
    display: block
}

.fixed_popform .square-tick input[type=checkbox]:checked+label .icon:after {
    opacity: 1
}

.fixed_popform.show {
    animation: bounceInOnce .3s both;
    pointer-events: auto
}

.fixed_popform.show .formContainer {
    opacity: 1
}

@media(max-width: 1400px) {
    .fixed_popform {
        bottom:85px
    }
}

@keyframes bounceInOnce {
    from,60%,80%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.foot-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

@media(max-width: 767px) {
    .foot-row {
        flex-wrap:wrap;
        justify-content: flex-start
    }
}

.footer-L.changeStyle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 700px;
    padding-right: 35px;
    padding-left: 20px
}

.footer-L.changeStyle .footer__social {
    margin-top: 27px
}

.footer-L.changeStyle .footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px
}

.footer-L.changeStyle .footer-info .footer__linking {
    width: 100%;
    max-width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.72);
    margin-bottom: 22px
}

.footer-L.changeStyle .footer-info .footer__linking .linking {
    display: inline-block;
    color: #fff;
    transition: color .3s ease-in-out
}

.footer-L.changeStyle .footer-info .footer__linking .linking+.linking {
    margin-left: 15px
}

.footer-L.changeStyle .footer-info .footer__linking .linking:hover {
    color: var(--m)
}

.footer-L.changeStyle .footer-info .slogan {
    color: #848484;
    line-height: 1.85;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 25px
}

.footer-L.changeStyle .footer-info .hashlink .alink {
    color: #848484;
    line-height: 1.85;
    white-space: nowrap;
    transition: color .3s ease-in-out
}

.footer-L.changeStyle .footer-info .hashlink .alink:hover {
    color: #fff
}

@media(max-width: 1199px) {
    .footer-L.changeStyle {
        padding-left:35px
    }
}

@media(max-width: 991px) {
    .footer-L.changeStyle {
        padding-right:15px
    }

    .footer-L.changeStyle .footer-info {
        flex-direction: column;
        width: -moz-fit-content;
        width: fit-content
    }

    .footer-L.changeStyle .footer-info .hashlink {
        margin-top: 12px
    }
}

@media(max-width: 767px) {
    .footer-L.changeStyle {
        width:100%
    }

    .footer-L.changeStyle .footer__social {
        margin-top: 25px
    }
}

@media(max-width: 650px) {
    .footer-L.changeStyle {
        padding-left:15px
    }
}

@media(max-width: 365px) {
    .footer-L.changeStyle {
        padding-left:10px;
        padding-right: 10px
    }
}

.foot-line-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    padding-right: 20px
}

.foot-line-box .line-box {
    width: 132px
}

.foot-line-box .line-box .line-box_head {
    padding: 12px 15px;
    background: #06c755;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.85;
    display: block
}

.foot-line-box .line-box .line-box_head .icon-line {
    display: block;
    text-align: center;
    line-height: 1.85
}

.foot-line-box .line-box .line-box_head .txt {
    display: block;
    text-align: center;
    line-height: 1.85
}

.foot-line-box .line-box .line-box_body {
    background: #fff;
    color: #000;
    padding: 25px 0;
    cursor: pointer
}

.foot-line-box .line-box .line-box_body .qrcode-img {
    width: 73px;
    height: 73px;
    display: block;
    margin: 0 auto
}

.foot-line-box .line-box .line-box_body .copyId-btn {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #2e2e2e
}

.foot-line-box .line-box .line-box_body .copyId-btn .copy-txt {
    color: #065fd4
}

.foot-line-box .copyright-txt {
    font-size: 13px;
    margin: 20px 0 0;
    color: #848484;
    line-height: 1.85;
    text-align: right;
    white-space: nowrap
}

.foot-line-box .copyright-txt .alink {
    color: #848484;
    transition: color .3s ease-in-out
}

.foot-line-box .copyright-txt .alink:hover {
    color: #fff
}

@media(max-width: 1199px) {
    .foot-line-box {
        padding-right:35px
    }

    .foot-line-box .copyright-txt {
        max-width: 175px;
        white-space: normal
    }
}

@media(max-width: 991px) {
    .foot-line-box .copyright-txt {
        max-width:220px
    }
}

@media(max-width: 767px) {
    .foot-line-box {
        align-items:flex-start;
        padding-left: 35px;
        padding-right: 35px
    }

    .foot-line-box .line-box {
        display: none
    }

    .foot-line-box .copyright-txt .phoneNone {
        display: none
    }
}

@media(max-width: 650px) {
    .foot-line-box {
        padding-left:15px;
        padding-right: 15px
    }
}
.LINE_qrcode {
    background: url(../images/@LINE.png) no-repeat;
    background-size: auto;
    height: 360px;
    position: relative;
    width: 360px;
}
#section2,#section3,#section4 {
    margin-top: 10px;
    background: #f4f4f4;
}
.SEO_optimization {
    height: 100%;
}
.SEO_optimization_cost {
    font-family: Arial, 微軟正黑體;
    line-height: 3;
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}