
.all_main * {
    box-sizing: border-box;
    max-width: 100%;
}

.all_main {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: 'Microsoft JhengHei', serif;
    border: 0;
    text-decoration: none;
    /* overflow: hidden; */
}

.all_main img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.pageIndex .main_part {
    border-top: none !important;
}

.edit,
.show_content {
    width: 100%;
    padding: 0;
    margin: auto;
}

.main_part {
    max-width: 100%;
    padding: 0;
}

.path,
.banner,
.promotion_title,
.clearfix,
.page {
    display: none;
}

.all_main ul {
    padding: 0 0;
    margin: 0;
}


.all_main li {
    list-style: none;
}

.all_main h6,
.all_main h5,
.all_main h4,
.all_main h3,
.all_main h2 {
    margin: 0;
}

.all_main u {
    text-decoration: none;
}

/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
    transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(.3);
}

/*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 1.3s ease, opacity 1.3s ease;
}

.fade-in {
    opacity: 0;
    transition: opacity 1.3s ease;
}

.all_main p {
    margin: 0;
}

.all_main em,
.all_main i {
    font-style: normal;
}

.all_main a {
    text-decoration: none;
}

.all_main dd,
.all_main dt {
    margin: 0 0;
}

.all_main_key_word {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.animated15 {
    animation: none;
}

/* 內容 除了首頁記得把其他keyword刪掉 */
/* 記得刪掉/jquery-1.11.3.min.js/上面那串 */
body.pageIndex #content_main{
    overflow: unset;
    position: relative;
    z-index:120;
}

.in01 {
    width: 100%;
    background-image: url(../img/siu_img001.jpg);
    background-position: center;
    background-repeat: repeat;
    position: relative;
}

.in01 strong {
    width: 55.8vw;
    position: absolute;
    right: 0;
    top: 0;
}

.in02 {
    width: 44%;
    padding: 6vw 20px 7.5vw 20px;
    padding-right: 80px;
}

.in03 {
    max-width: 600px;
    margin: 0 0 0 auto;
}

.in03 p+p {
    margin-top: 90px;
}

.in03 p a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-bottom: 35px;
}

.in03 p a i {
    display: block;
    color: #52EDBF;
    font-size: 45px;
    font-weight: 400;
    line-height: 120%;
}

.in03 p a b {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    margin-left: 20px;
}

.in03 p span {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
    word-break: break-all;
}

.in03 p span+span {
    margin-top: 40px;
}

.in04 {
    padding: 210px 20px 150px 20px;
    position: relative;
}

.in05 {
    max-width: 1560px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.in05 p {
    margin-right: 30px;
    white-space: nowrap;
}

.in05 p b {
    display: block;
    color: #52EDBF;
    font-size: 45px;
    font-weight: 400;
    line-height: 120%;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 10px;
}

.in05 p em {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    text-align: justify;
    word-break: break-all;
}

.in06 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1385px;
    width: 100%;
}

.in06 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 49%;
    position: relative;
    transition: 0.5s;
}

.in07 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.in07 em {
    display: block;
}

.in07 h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.5s;
}

.in07 h4 img+img {
    margin-top: 50px;
}

.in06 a h6 {
    padding-top: 30px;
}

.in06 a h6 b {
    display: block;
    color: #333333;
    font-size: 36px;
    font-weight: 400;
    line-height: 180%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.in06 a h6 b::before {
    content: "";
    width: 8px;
    height: 35px;
    background-color: #52EDBF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.in06 a h6 span {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
    word-break: break-all;
}

.in06 a:hover .in07 h4 {
    transition: 0.5s;
    opacity: 1;
}

.in08 {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
    z-index: 1;
    padding-bottom: 92px;
}

.in08 img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.in08 i {
    display: block;
    color: #52EDBF;
    font-size: 45px;
    font-weight: 400;
    line-height: 120%;
}

.in08 b {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    margin-left: 10px;
    position: relative;
    bottom: 3px;
}

.in09 {
    padding: 150px 20px 120px 20px;
    background-image: url('../img/siu_img001.jpg');
    background-position: center;
    background-repeat: repeat;
    position: relative;
}

.in09 p {
    max-width: 1564px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.in09 p a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    position: relative;
    padding: 0 20px;
    transition: 0.5s;
}

.in09 p a em {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 163px;
    transition: 0.5s;
}

.in09 p a em img{
    transition: 0.5s;
}

.in09 p a:hover img{
    transition: 0.5s;
    transform: translateY(-10px);
}

.in09 p a::after {
    content: "";
    width: 1px;
    height: 187px;
    background-color: #365FBE;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.in09 p a:last-child::after {
    display: none;
}

.in09 p a b {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    margin-top: 40px;
}

@media (max-width:1366px) {

    .in03 p a i,
    .in05 p b {
        font-size: 36px;
    }

    .in03 p a b,
    .in03 p span,
    .in05 p em {
        font-size: 18px;
    }

    .in06 a h6 b {
        font-size: 26px;
    }

    .in03 p+p {
        margin-top: 40px;
    }

    .in07 h4 img+img {
        margin-top: 30px;
    }
}

@media (max-width:1080px) {
    .in02 {
        padding-right: 20px;
    }

    .in03 {
        margin: auto;
    }

    .in04 {
        padding-top: 80px;
    }
}

@media (max-width:980px) {
    .in09 p {
        flex-wrap: wrap;
        justify-content: center;
    }

    .in09 p a {
        width: 33.33%;
    }

    .in09 p a:nth-child(n+4) {
        margin-top: 40px;
    }

    .in09 p a:nth-child(3)::after {
        display: none;
    }
}

@media (max-width:950px) {
    .in08 i {
        font-size: 36px;
    }

    .in08 b {
        font-size: 17px;
        bottom: 1px;
    }

    .in05 {
        justify-content: center;
    }

    .in06 {
        max-width: 600px;
        flex-direction: column;
    }

    .in06 a {
        width: 100%;
    }

    .in06 a+a {
        margin-top: 40px;
    }

    .in09 p a:nth-child(2n+1)::after {
        display: block;
    }

    .in09 p a:nth-child(2n)::after {
        display: none;
    }

    .in09 p a:last-child::after {
        display: none;
    }

    .in09 p a b {
        font-size: 17px;
    }
}

@media (max-width:900px) {
    .in01 {
        padding: 80px 20px;
    }

    .in02 {
        padding: 0;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .in01 strong {
        position: static;
        max-width: 800px;
        width: 100%;
    }
}

@media (max-width:600px) {
    .in04 {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .in05 {
        flex-direction: column;
        align-items: center;
    }

    .in05 p {
        margin: 0;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .in08 {
        bottom: -40px;
        padding-bottom: 50px;
    }

    .in09 p a {
        width: 50%;
    }

    .in09 p a:nth-child(n+3) {
        margin-top: 45px;
    }

    .in07 h4 img+img {
        margin-top: 15px;
    }

    .in06 a:nth-of-type(1) .in07 h4 img:nth-of-type(2) {
        width: 150px;
    }

    .in07 h4 img:nth-of-type(1) {
        width: 100px;
    }

    .in07 h4 img:nth-of-type(2) {
        width: 200px;
    }

    
    .in09 p a b {
        font-size: 16px;
    }
}

@media (max-width:450px) {
    .in01 {
        padding: 50px 20px;
    }

    .in03 p a {
        flex-direction: column;
        align-items: flex-start;
    }

    .in03 p a b {
        margin: 0;
        margin-top: 10px;
    }

    .in06 a h6 b {
        font-size: 23px;
    }

    .in09 {
        padding: 80px 20px;
    }

    .in09 p a:nth-child(n) {
        width: 100%;
        padding-bottom: 35px;
    }

    .in09 p a:nth-child(n)::after {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        top: auto;
        transform: unset;
        display: block;
    }

    .in09 p a:nth-child(n+2) {
        margin-top: 45px;
    }

    .in09 p a:last-child::after {
        display: none;
    }
}