@charset "utf-8";
/* CSS Document */

/* ===============================================================================
   9.企業簡介
=============================================================================== */
#about .txt {
    display: inline-block;
    padding: 30px 0;
}
@media (max-width: 1024px) {
    #about .txt {
        padding: 20px 0 10px;
    }
}
@media (max-width: 800px) {
    #about .txt {
        text-align: left;
        padding: 15px 0 5px;
    }
}

#about img {
    display: block;
    margin: 0 auto;
}



#about .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 1120px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}
#about .flex.margin-02 {
    margin: 0 auto 50px;
}
@media (max-width: 1200px) {
    #about .flex {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    #about .flex {
        width: 94%;
    }
}
@media (max-width: 800px) {
    #about .flex {
        display: -webkit-block;
        display: -moz-block;
        display: -ms-block;
        display: -o-block;
        display: block;
        width: 100%;
    }
}

#about .flex .pic, #about .flex .content {
    float: left;
    padding: 0;
    margin: 0;
}

#about .flex .pic {
    width: 50%;
}
@media (max-width: 1200px) {
    #about .flex .pic.width-01 {
        width: 45%;
        margin-left: 5%;
    }
}
@media (max-width: 800px) {
    #about .flex .pic {
        width: 100%;
    }
    #about .flex .pic.width-01 {
        width: 100%;
        margin: 10px 0 50px 0;
    }
}
@media (max-width: 432px) {
    #about .flex .pic.width-01 {
        margin: 10px 0 30px 0;
    }
}

#about .flex .pic img {
    border-radius: 15px;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 1px 0 6px 4px rgba(0, 0, 0, .15);
    box-shadow: 1px 0 6px 4px rgba(0, 0, 0, .15);
}

#about .flex .pic p {
    display: block;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 800px) {
    #about .flex .pic p {
        display: none;
    }
}

#about .flex .content {
    width: 45%;
    margin: 0;
}
#about .flex .content.width-01 {
    width: 50%;
}
#about .flex .content.margin-01 {
    margin-left: 5%;
}
@media (max-width: 800px) {
    #about .flex .content {
        width: 100%;
    }
    #about .flex .content.width-01 {
        width: 100%;
    }
    #about .flex .content.margin-01 {
        margin-left: 0;
        margin-top: 30px;
    }
}

#about .flex .content .en {
    font-size: 1.875rem;
    margin: 0 0 15px 15px;
}
#about .flex .content .txt {
    padding: 15px 50px 0 20px;
}
@media (max-width: 1200px) {
    #about .flex .content .txt.padding-01 {
        padding: 15px 20px 0 20px;
    }
}
@media (max-width: 1024px) {
    #about .flex .content .txt {
        padding: 15px 30px 0 20px;
    }
}
@media (max-width: 800px) {
    #about .flex .content .en {
        display: none;
    }
    #about .flex .content .txt, #about .flex .content .txt.padding-01 {
        padding: 15px 0 0 10px;
    }
}





/* ===============================================================================
   10.得獎紀錄
=============================================================================== */
#award {
    color: #000000;
	padding: 0;
	margin: 0 auto 30px;
}
@media (max-width: 1200px) {
    #award {
        padding: 0 50px;
    }
}
@media (max-width: 1199px) {
    #award {
        width: 99%;
    }
}
@media (max-width: 991px) {
    #award {
        width: 97%;
    }
}
@media (max-width: 800px) {
    #award {
        width: 100%;
        padding: 0;
    }
}


#award .ti-warp {
	margin-bottom: 20px;
}
#award .ti-warp p {
	width: 300px;
    text-align: center;
}
@media (max-width: 432px) {
    #award .ti-warp p {
        width: 100%;
    }
}

#award .history-wrap .ti-warp {
    text-align: center;
}


#award .history-wrap .page-wrap {
    margin-bottom: 100px;
}
#award .history-wrap .page-wrap.color-02 {
    margin-bottom: 0;
}


#award .history-wrap .box .main { /* 左 */
    background-color: #f7eaf0;
    padding: 10px 15px 20px 15px;
    margin-bottom: 1px;
}
#award .history-wrap .page-wrap.color-02 .box .main {
    background-color: #e7e9f7;
}
#award .history-wrap .box:nth-child(even) .main { /* 右 */
    background-color: #f0ebf4;
}
#award .history-wrap .page-wrap.color-02 .box:nth-child(even) .main {
    background-color: #f0ebf4;
}


#award .history-wrap .box .year {
    color: #541b86;
}
#award .history-wrap .page-wrap.color-02 .box .year {
    color: #333399;
}

#award .history-wrap .box .year span {
    display: inline-block;
    font-size: 1.625rem;
    padding-right: 5px;
}

#award .history-wrap .box .summary {
    position: relative;
    padding: 5px 0 0 30px;
    margin-bottom: 5px;
}
#award .history-wrap .box .summary:before {
    position: absolute;
    top: 7px;
    left: 5px;
    font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    content: '\f521';
}

@media only screen and (min-width: 801px) {
    #award .history-wrap .page-wrap {
        margin-bottom: 150px;
    }
    
    #award .history-wrap .list {
        margin: 0 auto;
        overflow: hidden;
    }

    
    #award .history-wrap .box {
        position: relative;
        padding: 0 55% 0 0;
        margin-top: 15px;
    }
    #award .history-wrap .box:nth-child(even) {
        padding: 0 0 0 55%;
        margin-top: 15px;
    }

    
    #award .history-wrap .main {
        position: relative;
        padding: 20px;
    }
    
    #award .history-wrap .box .main {
        padding: 15px 20px 25px 25px;
        margin-bottom: 0;
    }
    
    #award .history-wrap .box:before, #award .history-wrap .box:after,
    #award .history-wrap .box .main:before, #award .history-wrap .box .main:after {
        content: "";
        position: absolute;
        top: 50%;
        pointer-events: none;
    }

    #award .history-wrap .box:before {
        right: 50%;
        width: 2px;
        height: 150%;
        background-color: #541b86;
        margin-left: -2px;
    }
    #award .history-wrap .page-wrap.color-02 .box:before {
        background-color: #757dbb;
    }
    #award .history-wrap .box:nth-child(even):before {
        right: auto;
        left: 50%;
    }

    #award .history-wrap .box:after {
        right: calc(55% - 14px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 0 14px 14px;
        border-color: transparent transparent transparent #f7eaf0;
        margin-top: -14px;
    }
    #award .history-wrap .page-wrap.color-02 .box:after {
        border-color: transparent transparent transparent #e7e9f7;
    }
    #award .history-wrap .box:nth-child(even):after {
        right: auto;
        left: calc(55% - 14px);
        border-width: 14px 14px 14px 0;
        border-color: transparent #f0ebf4 transparent transparent
    }
    #award .history-wrap .page-wrap.color-02 .box:nth-child(even):after {
        border-color: transparent #f0ebf4 transparent transparent
    }

    #award .history-wrap .box .main:before {
        right: calc(-11% - 8px);
        width: 17px;
        height: 17px;
        background: #fff;
        border: 2px solid #541b86;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-top: -9px;
    }
    #award .history-wrap .page-wrap.color-02 .box .main:before {
        border: 2px solid #757dbb;
    }
    #award .history-wrap .box .main:after {
        right: calc(-11% - 4px);
        width: 9px;
        height: 9px;
        background: #541b86;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-top: -5px;
    }
    #award .history-wrap .page-wrap.color-02 .box .main:after {
        background: #757dbb;
    }

    #award .history-wrap .box:nth-child(even) .main:before {
        right: auto;
        left: calc(-11% - 9px)
    }
    #award .history-wrap .box:nth-child(even) .main:after {
        right: auto;
        left: calc(-11% - 5px)
    }
}





/* ===============================================================================
   11.企業公益
=============================================================================== */
#csr .container.padding-02 {
    padding: 30px 0 0 0;
}

#csr .container.bg {
    padding: 0 0 40px;
    margin: 30px auto 0;
}

#csr .container-wrap {
    padding: 30px 0 250px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    #csr .container-wrap {
        padding: 30px 0 20px;
    }
}
@media (max-width: 991px) {
    #csr .container-wrap {
        padding: 20px 0 0;
    }
}

#csr .ti-warp {
	margin: 30px 0 20px;
}
#csr .ti-warp p {
	width: 380px;
    text-align: center;
}
@media (max-width: 800px) {
    #csr .ti-warp p {
        width: auto;
    }
}

#csr .list {
    font-size: 0;
    margin: 10px -20px 0;
}

#csr .list .box {
    display: inline-block;
    width: calc(33.33% - 40px);
    vertical-align: top;
    margin: 20px;
}
@media (max-width: 1024px) {
    #csr .list .box {
        width: calc(33.33% - 20px);
        margin: 10px;
    }
}
@media (max-width: 991px) {
    #csr .list .box {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    #csr .list {
        text-align: center;
        margin: 10px 0 0;
    }

    #csr .list .box {
        width: 95%;
        margin: 0 auto 20px;
    }
}

#csr .list .box .pic {
    position: relative;
}
#csr .list .box .pic .ti {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 1.125rem;
    text-align: center;
    background: rgba(84, 27, 134, 0.95);
    padding: 6px;
    margin: 0;
    z-index: 2;
}
#csr .list .box .word {
    font-size: 0.937rem;
    color: #666666;
    text-align: center;
    padding: 10px 5px;
}
@media (max-width: 991px) {
    #csr .list .box .pic .ti {
        font-size: 1rem;
    }
}



#csr .down-area {
    position: relative;
    font-size: 0;
    padding: 20px 0 0;
}

#csr .down-area .left-img {
    display: inline-block;
    width: calc(100% - 540px);
    vertical-align: top;
}
#csr .down-area .right-txt {
    display: inline-block;
    width: 540px;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 40px;
}
@media (max-width: 1024px) {
    #csr .down-area .left-img {
        width: calc(100% - 400px);
    }
    #csr .down-area .right-txt {
        width: 400px;
    }
}
@media (max-width: 800px) {
    #csr .down-area {
        padding: 0;
    }
    #csr .down-area .left-img, #csr .down-area .right-txt {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #csr .down-area .right-txt {
        padding: 20px 0 0 20px;
    }
}

#csr .down-area .right-txt p {
    position: relative;
    margin-bottom: 10px;
}
#csr .down-area .right-txt p:before {
    position: absolute;
    top: 2px;
    left: -20px;
    font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    content: '\f111';
}

#csr .down-area .small-img {
    position: absolute;
    bottom: -220px;
    right: 200px;
    width: 420px;
}
@media (max-width: 1200px) {
    #csr .down-area .small-img {
        bottom: -240px;
        right: 170px;
    }
}
@media (max-width: 1024px) {
    #csr .down-area .small-img {
        display: none;
    }
}





/* ===============================================================================
   15.原創/授權
=============================================================================== */

/*---1501酷奇家族------------------------------------------------*/
#original .container.padding-02 {
    padding: 30px 0 0 0;
}
@media (max-width: 432px) {
    #original .container.padding-02 {
        padding: 0;
    }
}

#original .ti-warp {
	margin: 30px 0 20px;
}
#original .ti-warp p {
	width: 300px;
    text-align: center;
}
@media (max-width: 432px) {
    #original .ti-warp p {
        width: 100%;
    }
}



#original .list-info {
    font-size: 0;
    margin: 10px -20px 0;
}
@media (max-width: 800px) {
    #original .list-info {
        width: 90%;
        margin: 10px auto;
    }
}
@media (max-width: 640px) {
    #original .list-info {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #original .list-info {
        width: 95%;
    }
}

#original .list-info .box {
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
    margin: 20px 15px 30px;
}
@media (max-width: 800px) {
    #original .list-info .box {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 30px 0;
    }
}

#original .list-info .pic, #original .list-info .word {
    display: inline-block;
    vertical-align: middle;
}
#original .list-info .pic {
    width: 45%;
}
#original .list-info .word {
    width: 55%;
}
@media (max-width: 800px) {
    #original .list-info .pic {
        width: 300px;
    }
    #original .list-info .word {
        width: calc(100% - 300px);
    }
}
@media (max-width: 640px) {
    #original .list-info .pic {
        width: 250px;
    }
    #original .list-info .word {
        width: calc(100% - 250px);
    }
}
@media (max-width: 540px) {
    #original .list-info .pic {
        width: 200px;
    }
    #original .list-info .word {
        width: calc(100% - 200px);
    }
}
@media (max-width: 480px) {
    #original .list-info .pic, #original .list-info .word {
        display: block;
        width: 100%;
    }
    #original .list-info .pic {
        text-align: center;
    }
    #original .list-info .word {
        margin: 10px 0 50px;
    }
}

#original .list-info .word {
    padding-left: 20px;
}
@media (max-width: 1440px) {
    #original .list-info .word {
        padding-left: 20px;
    }
}
@media (max-width: 800px) {
    #original .list-info .word {
        padding-left: 30px;
    }
}

#original .list-info .word .ti {
    color: #541b86;
    font-size: 1.5625rem;
}
#original .list-info .word ul, #original .list-info .word ul li {
    margin-bottom: 3px;
}
#original .list-info .word ul li {
    position: inherit;
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    line-height: 20px;
    padding-left: 0;
}
#original .list-info .word ul li:before {
    position: absolute;
    content: '';
}
#original .list-info .word ul li:nth-of-type(1):after {
    content: '：';
}

@media (max-width: 1200px) {
    #original .list-info .word .ti {
        font-size: 1.25rem;
    }
    #original .list-info .word ul li {
        font-size: 0.9375rem;
    }
}
@media (max-width: 1024px) {
    #original .list-info .word ul, #original .list-info .word ul li {
        margin-bottom: 2px;
    }
    #original .list-info .word .ti {
        font-size: 1.125rem;
        margin: 0;
    }
    #original .list-info .word ul li {
        font-size: 0.875rem;
        line-height: 18px;
    }
}
@media (max-width: 800px) {
    #original .list-info .word .ti {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }
    #original .list-info .word ul li {
        font-size: 0.9375rem;
        line-height: 20px;
    }
}
@media (max-width: 540px) {
    #original .list-info .word .ti {
        font-size: 1.125rem;
    }
    #original .list-info .word ul li {
        font-size: 0.875rem;
        line-height: 18px;
    }
}
@media (max-width: 480px) {
    #original .list-info .word .ti {
        font-size: 1.25rem;
        margin-bottom: 5px;
    }
    #original .list-info .word ul li {
        font-size: 0.9375rem;
        line-height: 20px;
    }
}



#original .list {
    font-size: 0;
    margin: 10px -20px 0;
}

#original .list .box {
    display: inline-block;
    width: calc(33.33% - 40px);
    vertical-align: top;
    margin: 20px;
}
@media (max-width: 1024px) {
    #original .list .box {
        width: calc(33.33% - 20px);
        margin: 10px;
    }
}
@media (max-width: 991px) {
    #original .list .box {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    #original .list {
        text-align: center;
        margin: 10px 0 0;
    }

    #original .list .box {
        width: 95%;
        margin: 0 auto 20px;
    }
}

#original .list .box .pic {
    position: relative;
}
#original .list .box .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 45px);
  background: rgba(0,0,0,.3);
  pointer-events: none;
  opacity: 0;
    
  transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}
#original .list .box:hover .pic:before {
  opacity: 1;
}

#original .list .box .pic .ti {
    height: 45px;
    color: #ffffff;
    font-size: 1.125rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 8px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#original .list .box .pic .ti a, #original .list .box .pic .ti a:hover {
    display: inline-block;
    width: 100%;
    color: #ffffff;
}
#original .list .box .pic:hover, #original .list .box .pic .ti:hover {
    background: rgba(0, 0, 0, 1.00);
}

@media (max-width: 991px) {
    #original .list .box .pic .ti {
        font-size: 1rem;
    }
}



/*---1502神氣大聯盟------------------------------------------------*/
#original_0201 .container.padding-02 {
    padding-top: 80px;
}
@media (max-width: 432px) {
    #original_0201 .container.padding-02 {
        padding-top: 50px;
    }
}

#original_0201 p.title {
	width: 300px;
}
@media (max-width: 432px) {
    #original_0201 p.title {
        width: 100%;
    }
}



#original_0201 .list, #original_0201 .list-line {
    font-size: 0;
    margin: 10px -20px 0;
}

#original_0201 .list .box, #original_0201 .list-line .box {
    display: inline-block;
    width: calc(25% - 40px);
    vertical-align: top;
    /*margin: 20px 20px 0; 沒有名稱時*/
    margin: 20px;
}
@media (max-width: 1024px) {
    #original_0201 .list .box, #original_0201 .list-line .box {
        width: calc(25% - 20px);
        /*margin: 10px 10px 0;*/
        margin: 10px 10px 15px;
    }
}
@media (max-width: 800px) {
    #original_0201 .list, #original_0201 .list-line {
        margin: 10px 0 0;
    }
    #original_0201 .list .box, #original_0201 .list-line .box {
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 640px) {
    #original_0201 .list .box, #original_0201 .list-line .box {
        margin: 10px;
    }
}
@media (max-width: 604px) {
    #original_0201 .list .box, #original_0201 .list-line .box {
        width: calc(50% - 20px);
    }
}
@media (max-width: 432px) {
    #original_0201 .list .box, #original_0201 .list-line .box {
        width: calc(50% - 10px);
        /*margin: 5px 5px 0;*/
        margin: 5px 5px 10px;
    }
}
@media (max-width: 346px) {
    #original_0201 .list .box, #original_0201 .list-line .box {
        width: 95%;
        /*margin: 0 auto 10px;*/
        margin: 0 auto 17px;
    }
}

#original_0201 .list .box .pic .ti {
    font-size: 1.125rem;
    text-align: center;
    padding-top: 8px;
}
@media (max-width: 432px) {
    #original_0201 .list .box .pic .ti {
        font-size: 1.125rem;
        padding-top: 5px;
    }
}



#original_0201 .list-line .box .pic {
    position: relative;
}
#original_0201 .list-line .box .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  background: rgba(0,0,0,.3);
  pointer-events: none;
  opacity: 0;
    
  transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}
#original_0201 .list-line .box:hover .pic:before {
  opacity: 1;
}

#original_0201 .list-line .box .pic .ti {
    height: 80px;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 16px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#original_0201 .list-line .box .pic .ti a, #original_0201 .list-line .box .pic .ti a:hover {
    display: inline-block;
    width: 100%;
    color: #ffffff;
}
#original_0201 .list-line .box .pic:hover, #original_0201 .list-line .box .pic .ti:hover {
    background: rgba(0, 0, 0, 1.00);
}

@media (max-width: 1024px) {
    #original_0201 .list-line .box .pic .ti {
        font-size: 1rem;
    }
}
@media (max-width: 640px) {
    #original_0201 .list-line .box .pic .ti {
        font-size: 0.9375rem;
    }
}
@media (max-width: 400px) {
    #original_0201 .list-line .box .pic img {
        text-align: center;
        margin: 0 auto;
    }
    #original_0201 .list-line .box .pic .ti {
        font-size: 0.875rem;
    }
}



#original_0202 p.title {
    display: block;
	width: 350px;
}
@media (max-width: 480px) {
    #original_0202 p.title {
        width: 100%;
        text-align: center;
    }
}

#original_0202 .imgbox {
    display: inline-block;
    width: calc( 50% - 30px);
    margin: 30px 10px;
}
@media (max-width: 1200px) {
    #original_0202 .imgbox {
        display: inline-block;
        width: calc( 50% - 15px);
        margin: 30px 5px;
    }
}
@media (max-width: 1024px) {
    #original_0202 .imgbox {
        display: inline-block;
        width: calc( 50% - 5px);
        margin: 30px 0;
    }
}
@media (max-width: 800px) {
    #original_0202 .imgbox {
        display: block;
        width: 100%;
    }
    #original_0202 .imgbox img {
        margin: 0 auto;
    }
}



/*---150301北海小英雄------------------------------------------------*/
#original_0301 p.title {
	width: 250px;
}
@media (max-width: 432px) {
    #original_0301 p.title {
        width: 100%;
    }
}

#original_0301 .txt {
    display: inline-block;
    padding: 30px 0;
}
@media (max-width: 1024px) {
    #original_0301 .txt {
        padding: 20px 0 10px;
    }
}
@media (max-width: 800px) {
    #original_0301 .txt {
        text-align: left;
        padding: 15px 0 5px;
    }
}

#original_0301 img {
    display: block;
    margin: 0 auto;
}



#original_0301 .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 1120px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    #original_0301 .flex {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    #original_0301 .flex {
        width: 94%;
    }
}
@media (max-width: 800px) {
    #original_0301 .flex {
        display: -webkit-block;
        display: -moz-block;
        display: -ms-block;
        display: -o-block;
        display: block;
        width: 100%;
    }
}

#original_0301 .flex .pic, #original_0301 .flex .content {
    float: left;
    padding: 0;
    margin: 0;
}

#original_0301 .flex .pic {
    width: 50%;
}
@media (max-width: 800px) {
    #original_0301 .flex .pic {
        width: 100%;
    }
}



#original_0301 .flex .content {
    width: 45%;
    margin: 0;
}
#original_0301 .flex .content.margin-01 {
    margin-left: 5%;
}
@media (max-width: 800px) {
    #original_0301 .flex .content {
        width: 100%;
    }
    #original_0301 .flex .content.margin-01 {
        margin-left: 0;
        margin-top: 30px;
    }
}

#original_0301 .flex .content .txt {
    padding-top: 15px;
}
#original_0301 .flex .content .txt.padding-01 {
    padding-bottom: 50px;
}
@media (max-width: 800px) {
    #original_0301 .flex .content .txt {
        display: block;
    }
    #original_0301 .flex .content .txt.padding-01 {
        padding-bottom: 30px;
    }
}




#original_0301 .list {
    font-size: 0;
    margin: 10px -20px 0;
}

#original_0301 .list .box {
    display: inline-block;
    width: calc(25% - 40px);
    vertical-align: top;
    margin: 20px 20px 0;
}
@media (max-width: 1024px) {
    #original_0301 .list .box {
        width: calc(25% - 20px);
        margin: 10px 10px 0;
    }
}
@media (max-width: 800px) {
    #original_0301 .list {
        margin: 10px 0 0;
    }
    #original_0301 .list .box {
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 604px) {
    #original_0301 .list .box {
        width: calc(50% - 20px);
    }
}
@media (max-width: 432px) {
    #original_0301 .list .box {
        width: calc(50% - 10px);
        margin: 5px 5px 0;
    }
}
@media (max-width: 346px) {
    #original_0301 .list .box {
        width: 95%;
        margin: 0 auto 10px;
    }
}

#original_0301 .list .box .pic .ti {
    font-size: 1.125rem;
    text-align: center;
    padding-top: 8px;
}
@media (max-width: 432px) {
    #original_0301 .list .box .pic .ti {
        font-size: 1.125rem;
        padding-top: 5px;
    }
}



/*---150302卡通爆報------------------------------------------------*/
#original_0302 p.title {
	width: 350px;
}
@media (max-width: 480px) {
    #original_0302 p.title {
        width: 100%;
        text-align: center;
    }
}

#original_0302 img {
    display: block;
    margin: 30px auto 60px;
}



/*---1504遊具娘------------------------------------------------*/
#original_04 .ti-warp p {
	width: 250px;
    text-align: center;
}
@media (max-width: 432px) {
    #original_04 .ti-warp p {
        width: 100%;
    }
}



#original_04 .list-info {
    font-size: 0;
    margin: 0 -20px;
}
@media (max-width: 1024px) {
    #original_04 .list-info {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 800px) {
    #original_04 .list-info {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #original_04 .list-info {
        width: 95%;
    }
}



#original_04 .list-info .box {
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
    margin: 0 15px 70px;
}
@media (max-width: 1024px) {
    #original_04 .list-info .box {
        display: block;
        width: 100%;
        vertical-align: top;
        margin: 0 0 50px;
    }
    #original_04 .list-info .box.box2 {
        display: inline-block;
        width: 50%;
    }
}
@media (max-width: 640px) {
    #original_04 .list-info .box.box2 {
        display: block;
        width: 100%;
    }
}



#original_04 .list-info .pic, #original_04 .list-info .word {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
@media (max-width: 800px) {
    #original_04 .list-info .pic {
        width: 300px;
    }
    #original_04 .list-info .word {
        width: calc(100% - 300px);
    }
}
@media (max-width: 640px) {
    #original_04 .list-info .pic {
        width: 250px;
    }
    #original_04 .list-info .word {
        width: calc(100% - 250px);
    }
}
@media (max-width: 540px) {
    #original_04 .list-info .pic {
        width: 200px;
    }
    #original_04 .list-info .word {
        width: calc(100% - 200px);
    }
}
@media (max-width: 480px) {
    #original_04 .list-info .pic, #original_04 .list-info .word {
        display: block;
        width: 100%;
    }
    #original_04 .list-info .pic img {
        text-align: center;
        margin: 0 auto;
    }
    #original_04 .list-info .word {
        margin: 10px 0 50px;
    }
}



#original_04 .list-info .word .sti {
    color: #000000;
    font-size: 1rem;
    padding: 0;
    margin: 0;
}
#original_04 .list-info .word .ti {
    color: #541b86;
    font-size: 1.5625rem;
    padding: 0;
    margin: 0;
}
#original_04 .list-info .word .txt {
    font-size: 1rem;
    padding: 15px 0 20px;
    margin: 0;
}
#original_04 .list-info .word .sti ,#original_04 .list-info .word .ti, #original_04 .list-info .word .txt {
    padding-left: 20px;
}
@media (max-width: 640px) {
    #original_04 .list-info .word .txt {
        padding: 5px 0 20px 20px;
    }
}
@media (max-width: 540px) {
    #original_04 .list-info .word .sti {
        font-size: 0.9375rem;
    }
    #original_04 .list-info .word .ti {
        font-size: 1.25rem;
    }
    #original_04 .list-info .word .txt {
        font-size: 0.9375rem;
        line-height: 22px;
        padding: 5px 0 20px 20px;
    }
}
@media (max-width: 480px) {
    #original_04 .list-info .word .sti ,#original_04 .list-info .word .ti, #original_04 .list-info .word .txt {
        padding-left: 0;
    }
    #original_04 .list-info .word .sti {
        font-size: 1rem;
    }
    #original_04 .list-info .word .ti {
        font-size: 1.375rem;
    }
    #original_04 .list-info .word .txt {
        font-size: 1rem;
    }
}


#original_04 .list-info .word .bg_01, #original_04 .list-info .word .bg_02, #original_04 .list-info .word .bg_03 {
    color: #ffffff;
    font-size: 0.9375rem;
    border-radius: 20px;
    padding: 20px;
}
#original_04 .list-info .word .bg_01 {
    background-color: #171c60;
}
#original_04 .list-info .word .bg_02 {
    background-color: #f38401;
}
#original_04 .list-info .word .bg_03 {
    background-color: #d50050;
}
@media (max-width: 540px) {
    #original_04 .list-info .word .bg_01, #original_04 .list-info .word .bg_02, #original_04 .list-info .word .bg_03 {
        font-size: 0.875rem;
        border-radius: 15px;
        padding: 15px;
    }
}
@media (max-width: 480px) {
    #original_04 .list-info .word .bg_01, #original_04 .list-info .word .bg_02, #original_04 .list-info .word .bg_03 {
        font-size: 0.9375rem;
        border-radius: 20px;
        padding: 20px;
    }
}



#original_04 .list-info .word ul, #original_04 .list-info .word ul li {
    margin-bottom: 1px;
}
@media (max-width: 540px) {
    #original_04 .list-info .word ul, #original_04 .list-info .word ul li {
        margin-bottom: 0;
    }
}

#original_04 .list-info .word ul li {
    position: inherit;
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
#original_04 .list-info .word ul li:before {
    position: absolute;
    content: '';
}
#original_04 .list-info .word ul li:nth-of-type(1):after {
    content: '：';
}



@media (max-width: 1024px) {
    #original_04 .scroll-fade-left, #original_04 .scroll-fade-right {
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        -moz-transition: opacity 0.8s, -moz-transform 0.8s;
        -o-transition: opacity 0.8s, -o-transform 0.8s;
        -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
        transition: opacity 0.8s, transform 0.8s;
    }
    #original_04 .scroll-fade-left.scroll-view, #original_04 .scroll-fade-right.scroll-view {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}





/* ===============================================================================
   14.會員權益說明
=============================================================================== */
#remarks {
    width: 880px;
    margin: 0 auto 50px;
}
@media (max-width: 992px) {
    #remarks {
        width: 90%;
    }
}

#remarks li {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#remarks li:last-child {
    border-bottom: 0 dotted #cccccc;
    padding-bottom: 0;
    margin-bottom: 0;
}

#remarks li.color_01 {
    color: #cc0066;
}




/* ===============================================================================
   17.關係企業
=============================================================================== */
#related {
    margin: 0 0 30px;
}

#related .container.bg {
    padding: 50px 0;
    margin: 10px auto 50px;
}
@media (max-width: 800px) {
    #related .container.bg {
        padding: 40px 0 30px;
        margin: 0 auto 30px;
    }
}
@media (max-width: 480px) {
    #related .container.bg {
        padding: 30px 0;
        margin: 0 auto 30px;
    }
}

#related .pic {
    position: relative;
    float: left;
    width: 60%;
    max-width: 725px;
}
#related .content {
    float: right;
    width: 40%;
    padding: 50px;
}
@media (max-width: 1199px) {
    #related .content {
        padding: 30px;
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    #related .pic {
        width: 55%;
    }
    #related .content {
        width: 45%;
    }
}
@media (max-width: 800px) {
    #related .pic {
        width: 100%;
    }
    #related .content {
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }
}

#related .content .title {
    font-size: 1.875rem;
    color: #000000;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 20px 0;
}
@media (max-width: 1199px) {
    #related .content .title {
        font-size: 1.375rem;
    }
}

#related .content .info li {
    position: relative;
    font-size: 1rem;
    color: #666666;
    text-align: left;
    padding-left: 100px;
    margin-bottom: 10px;
}
#related .content .info li:before {
    content: attr(data-tit);
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1024px) {
    #related .content .info li {
        padding-left: 80px;
    }
}
@media (max-width: 400px) {
    #related .content .info li {
        margin-bottom: 6px;
    }
}

#related .content .info li a {
    color: #666666;
}
#related .content .info li a:hover {
    color: #541b86;
}

#related .content .info li .map {
    background-color: #ffffff;
    color: #aaaaaa;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 3px 15px;
    margin-left: 10px;
}
#related .content .info li .map:hover {
    background: #541b86;
    color: #ffffff;
    border-color: #541b86;
}
@media (max-width: 400px) {
    #related .content .info li .map {
        display: block;
        width: 80px;
        text-align: center;
        margin-left: 0;
    }
}


.a-link2 {
    display: inline-block;
    font-size: 0;
    text-align: left;
    vertical-align: middle;
    margin-top: 10px;
}

.a-link2 > a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: url("../../upload/editor/images/a_link2.png") no-repeat 0 0 #fff;
    background-size: 200px auto;
    margin: 0 6px;
}

.a-link2 > a.ig {
    background-position: -40px 0;
}

.a-link2 > a.youtube {
    background-position: -80px 0;
}

.a-link2 > a.line {
    background-position: -120px 0;
}

.a-link2 > a.web {
    background-position: -160px 0;
}

.a-link2 > a.fb:hover {
    background-position: 0 -40px;
}

.a-link2 > a.ig:hover {
    background-position: -40px -40px;
}

.a-link2 > a.youtube:hover {
    background-position: -80px -40px;
}

.a-link2 > a.line:hover {
    background-position: -120px -40px;
}

.a-link2 > a.web:hover {
    background-position: -160px -40px;
}





/* ===============================================================================
   12.投資人專區
=============================================================================== */

/*---1201公司基本資料table-investors、120301董事名單table-director、1205組織運作規章table-resolution、1206股東會相關資訊table-shareholder------------------------------------------------*/
/*---1207重大訊息table-seminar、1208股利及股價table-dividend------------------------------------------------*/

/*...1201公司基本資料......................................*/
.table-investors a {
    color: #000000;
}
.table-investors a:hover {
    color: #cc0066;
}

.table-investors .head, .table-director th, .table-regulations thead, .table-shareholder th,
.table-seminar th, .table-seminar02 th, .table-dividend th {
    width: 200px;
    background-color: #e981ae;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.table-investors.table-striped > tbody > tr:nth-of-type(odd), .table-director > tbody > tr:nth-of-type(odd),
.table-regulations > tbody > tr:nth-of-type(odd), .table-shareholder > tbody > tr:nth-of-type(odd),
.table-seminar02 > tbody > tr:nth-of-type(odd), .table-dividend > tbody > tr:nth-of-type(odd) {
  background-color: #fff2f7;
}

@media (max-width: 1024px) {
    .table-investors .head {
        width: 150px;
        white-space: normal;
    }
}
@media (max-width: 800px) {
    .table-investors {
        border: 1px solid #dddddd;
    }
    .table-investors .head {
        width: 200px;
        white-space: nowrap;
        border: 0;
        border-bottom: 1px solid #dddddd;
    }
    .table-investors > tbody > tr {
        border: 0;
    }
    .table-investors > tbody > tr > td {
        display: inline-block;
        width: calc(100% - 200px);
        border: 0;
        border-bottom: 1px solid #dddddd;
    }
    .table-investors.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: transparent;
    }
    .table-investors .bgcolor {
        background-color: #fff2f7;
    }
    .table-investors .border {
        border-bottom: 0px solid #dddddd; 
    }
}
@media (max-width: 768px) {
    .table-investors .height {
        height: 61px;
        line-height: 40px;
    }
}
@media (max-width: 540px) {
    .table-investors .head {
        width: 120px;
        white-space: normal;
    }
    .table-investors > tbody > tr > td {
        width: calc(100% - 120px);
    }
    .table-investors .head.height {
        height: auto;
        line-height: 22.8571px;
    }
    .table-investors .height02 {
        height: 61px;
        line-height: 42px;
    }
}
@media (max-width: 432px) {
    .table-investors .head {
        display: none;
    }
    .table-investors > tbody > tr > td {
        width: 100%;
    }
    .table-investors > tbody > tr > td:before {
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    .table-investors .head.height, .table-investors .height02 {
        height: auto;
        line-height: 22.8571px;
    }
}



/*...120301董事名單......................................*/
.table-director a, .M_shareholder a, .table-seminar a, .M_dividend a {
    color: #733fa1;
}
.table-director a:hover, .M_shareholder a:hover, .table-seminar a:hover, .M_dividend a:hover {
    color: #c13d88;
}



.table-director th {
    width: calc(100% / 3);
}
.table-director > tbody > tr {
  text-align: center;
}
@media (max-width: 720px) {
    .table-director th:nth-of-type(2) {
        width: 50%;
    }
    .table-director th:nth-of-type(1), .table-director th:nth-of-type(3) {
        width: 25%;
    }
}
@media (max-width: 504px) {
    .table-director {
        border: 0px;
    }
    .table-director th {
        display: none;
    }
    .table-director > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        padding: 2px 20px;
    }
    .table-director td:before {
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    .table-director td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 15px;
    }
    .table-director td:nth-of-type(2) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    .table-director td:nth-of-type(3) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 15px;
        margin-bottom: 30px
    }
    .table-director > tbody > tr:nth-of-type(odd) {
      background-color: transparent;
    }
    .table-director > tbody > tr:nth-of-type(odd) > td {
      background-color: #fff2f7;
    }
}
@media (max-width: 400px) {
    .table-director > tbody > tr > td {
        font-size: 0.9375rem;
        padding: 2px 10px;
    }
    .table-director td:nth-of-type(1) {
        padding-top: 10px;
    }
    .table-director td:nth-of-type(3) {
        padding-bottom: 10px;
        margin-bottom: 15px
    }
}





/*---1202稽核組織------------------------------------------------*/
.audit .img {
    padding-top: 10px;
}
.audit .img .img-desktop {
    display: inline-block !important;
}
.audit .img .img-tablet, .audit .img .img-mobile {
    display: none !important;
}
@media (max-width: 992px) {
    .audit .img .img-desktop, .audit .img .img-mobile {
        display: none !important;
    }
    .audit .img .img-tablet {
        display: inline-block !important;
    }
}
@media (max-width: 432px) {
    .audit .img .img-desktop, .audit .img .img-tablet {
        display: none !important;
    }
    .audit .img .img-mobile {
        display: inline-block !important;
    }
}





/*---1204公司組織------------------------------------------------*/
.organization .img {
    padding: 20px 0 10px;
}
.organization .img .img-desktop {
    display: inline-block !important;
}
.organization .img .img-tablet {
    display: none !important;
}
@media (max-width: 540px) {
    .organization .img .img-desktop {
        display: none !important;
    }
    .organization .img .img-tablet {
        display: inline-block !important;
    }
}
@media (max-width: 432px) {
    .organization h3 {
        font-size: 1.125rem;
    }
    .organization h5 {
        font-size: 0.75rem;
    }
}





/*---1205組織運作規章------------------------------------------------*/
@media (max-width: 720px) {
    .table-regulations {
        border: 0;
    }
}

.table-regulations thead {
    width: 100%;
}

.table-regulations thead th {
    position: relative;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.table-regulations thead th:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,1.0);
    margin-top: -11px;
}
.table-regulations thead th:last-child:after {
    display: none;
}

.table-regulations tbody tr {
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
    .table-regulations thead th {
        font-size: 1rem
    }
}
@media (max-width: 640px) {
    .table-regulations thead th {
        padding: 10px 5px
    }
}



.table-regulations tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.table-regulations thead th, .table-regulations tbody td { /*檔案下載*/
    width: 200px;
    vertical-align: middle;
}
.table-regulations thead th:nth-child(1), .table-regulations tbody td:nth-child(1) {
    width: calc(100% - 200px);
    text-align: left;
    vertical-align: middle;
    padding: 10px 5%;
}

@media (max-width: 767px) {
    .table-regulations thead th, .table-regulations tbody td {
        width: 170px;
    }
    .table-regulations thead th:nth-child(1), .table-regulations tbody td:nth-child(1) {
        width: calc(100% - 170px);
    }
}
@media (max-width: 640px) {
    .table-regulations thead th, .table-regulations tbody td {
        width: 30%
    }
    .table-regulations thead th:nth-child(1), .table-regulations tbody td:nth-child(1) {
        width: 70%
    }
}



.download-btn, .un-download {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    font-size: .813rem;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 36px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.download-btn:before, .un-download:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin: 10px 8px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.download-btn {
    background: #733fa1;
    color: #ffffff;
}
.download-btn:before {
    background: url("../../upload/editor/images/download_icon.png")no-repeat 0 -16px;
}
.download-btn:hover {
    background: #c13d88;
    color: #ffffff;
}

.un-download {
    background: #dddddd;
    color: #666666;
    cursor: default;
}
.un-download:before {
    background: url("../../upload/editor/images/download_icon.png")no-repeat 0 0;
}
.un-download:hover {
    background: #ddd;
    color: #666;
}

@media (max-width: 480px) {
    .download-btn, .un-download {
        max-width: 40px;
        height: 40px;
        font-size: 0;
        border-radius: 40px;
    }
    .download-btn:before, .un-download:before {
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }
}





/*---1206股東會相關資訊------------------------------------------------*/
.table-shareholder th {
    width: calc(100% - 300px / 4);
}
.table-shareholder th:first-of-type {
    width: 300px;
}

.table-shareholder td span {
    display: inline-block;
    padding-left: 5px;
}

@media (max-width: 1024px) {
    .table-shareholder th {
        width: calc(100% - 200px / 4);
    }
    .table-shareholder th:first-of-type {
        width: 200px;
    }
}
@media (max-width: 800px) {
    .table-shareholder th {
        width: calc(100% - 160px / 4);
    }
    .table-shareholder th:first-of-type {
        width: 160px;
    }
}
@media (max-width: 604px) {
    .table-shareholder td span {
        display: block;
        padding: 5px 0 0 0;
    }
}
@media (max-width: 540px) {
    .table-shareholder td span {
        display: inline-block;
        padding: 0 0 0 5px;
    }
}

.table-shareholder > tbody > tr, .table-shareholder tbody tr td {
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 640px) {
    .table-shareholder .download-btn, .table-shareholder .un-download {
        width: 100%;
        max-width: 70px;
        height: 70px;
        font-size: .75rem;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        border-radius: 70px;
        padding: 13px 5px 0;
        margin: 0 auto;
    }
    .table-shareholder .download-btn:before, .table-shareholder .un-download:before {
        margin: 0 auto;
    }
}
@media (max-width: 540px) {
    .table-shareholder {
        border: 0px;
    }
    .table-shareholder th {
        display: none;
    }
    .table-shareholder > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        padding: 4px 20px;
    }
    .table-shareholder td:before {
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
        width: 100px;
    }
    .table-shareholder.table-report td:before {
        width: 135px;
    }
    
    .table-shareholder td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 15px;
    }
    .table-shareholder td:nth-of-type(2), .table-shareholder td:nth-of-type(3), .table-shareholder td:nth-of-type(4) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    .table-shareholder td:nth-of-type(5) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 15px;
        margin-bottom: 30px
    }
    .table-shareholder > tbody > tr:nth-of-type(odd) {
      background-color: transparent;
    }
    .table-shareholder > tbody > tr:nth-of-type(odd) > td {
      background-color: #fff2f7;
    }
    .table-shareholder .download-btn, .table-shareholder .un-download {
        max-width: 120px;
        height: 32px;
        font-size: .75rem;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        border-radius: 32px;
        padding-top: 5px;
        margin: 0 auto;
    }
    .table-shareholder .download-btn:before, .table-shareholder .un-download:before {
        margin: 0 8px 0 0;
    }
}
@media (max-width: 346px) {
    .table-shareholder.table-report > tbody > tr > td {
        font-size: 0.875rem;
        padding: 4px 15px;
    }
    .table-shareholder.table-report td:before {
        width: 115px;
    }
    .table-shareholder.table-report td:nth-of-type(1) {
        padding-top: 20px;
    }
    .table-shareholder.table-report td:nth-of-type(5) {
        padding-bottom: 20px;
    }
}


.M_shareholder {
    margin: 50px 0 0;
}
@media (max-width: 432px) {
    .M_shareholder {
        padding-bottom: 20px;
        margin: 20px 0 0;
        word-wrap: break-word;
    }
}





/*---1207重大訊息------------------------------------------------*/
.M_seminar h3 {
    text-align: center;
}

.M_seminar02 {
    margin: 20px 0 60px;
}
.M_seminar02 ul.a li {
    position: relative;
    list-style-type:decimal;
    padding-left: 0;
    margin-left: 38px;
}
.M_seminar02 ul.a li:before {
    display: none;
}
@media (max-width: 800px) {
    .M_seminar02 {
        margin: 20px 0 40px;
    }
}
@media (max-width: 480px) {
    .M_seminar02 {
        margin: 20px 0;
    }
    .M_seminar02 ul.a li {
        margin-left: 20px;
    }
}



.table-seminar th {
    width: calc(100% / 2);
}
.table-seminar > tbody > tr {
    text-align: center;
    vertical-align: middle;
}
.table-seminar > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-seminar > tbody > tr > td, .table-seminar02 > tbody > tr > td {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}



.table-seminar02 thead th, .table-seminar02 tbody td {
    width: calc(100% / 2);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 640px) {
    .table-seminar02 thead th:nth-of-type(1), .table-seminar02 tbody td:nth-of-type(1) {
        width: 150px;
    }
    .table-seminar02 thead th, .table-seminar02 tbody td {
        width: calc(100% - 150px);
    }
}
@media (max-width: 432px) {
    .table-seminar02 thead th:nth-of-type(1), .table-seminar02 tbody td:nth-of-type(1) {
        width: 100px;
    }
    .table-seminar02 thead th, .table-seminar02 tbody td {
        width: calc(100% - 100px);
    }
}





/*---1208股利及股價------------------------------------------------*/
.table-dividend th {
    width: calc((100% - 200px) / 5);
}
.table-dividend th:first-of-type {
    width: 200px;
}
@media (max-width: 800px) {
    .table-dividend th {
        width: calc(100% - 130px / 5);
    }
    .table-dividend th:first-of-type {
        width: 130px;
    }
}

.table-dividend > tbody > tr, .table-dividend tbody tr td {
    text-align: center;
    vertical-align: middle;
}
.table-dividend tbody tr td {
    padding-bottom: 5px;
    vertical-align: middle;
}

@media (max-width: 640px) {
    .table-dividend {
        border: 0px;
    }
    .table-dividend th {
        display: none;
    }
    .table-dividend > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        padding: 2px 20px;
    }
    .table-dividend td:before {
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
        width: 100px;
    }
    .table-dividend > tbody > tr > td:nth-of-type(1) {
        height: 40px;
        color: #c13d88;
    }
    .table-dividend > tbody > tr > td:nth-of-type(1) p {
        display: inline-block;
    }
    .table-dividend td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 15px;
    }
    .table-dividend td:nth-of-type(2), .table-dividend td:nth-of-type(3), .table-dividend td:nth-of-type(4), .table-dividend td:nth-of-type(5) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    .table-dividend td:nth-of-type(6) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 15px;
        margin-bottom: 30px
    }
    .table-dividend > tbody > tr:nth-of-type(odd) {
      background-color: transparent;
    }
    .table-dividend > tbody > tr:nth-of-type(odd) > td {
      background-color: #fff2f7;
    }
}
@media (max-width: 346px) {
    .table-dividend > tbody > tr > td:nth-of-type(1) {
        height: auto;
    }
    .table-dividend > tbody > tr > td:nth-of-type(1) p {
        display: block;
        margin-left: 100px;
    }
}

.M_dividend {
    margin: 50px 0 0;
}
@media (max-width: 604px) {
    .M_dividend {
        font-size: 0.9375rem;
        word-wrap: break-word;
        padding-bottom: 20px;
        margin: 0;
    }
    .M_dividend h4 {
        font-size: 1rem;
        line-height: 22px;
    }
}

.M_dividend span {
    color: #c13d88;
}





/*---1210投資人服務------------------------------------------------*/
.M_investorservice {
    height: 670px;
    background: url("../../upload/editor/images/P_121001.jpg") 100% 0 no-repeat;
    padding: 110px 0 0 130px;
    margin-bottom: 30px;
}

.M_investorservice .txt {
    width: 550px;
    background-color: rgba(245,245,245,0.95);
    font-size: 1.25rem;
    padding: 100px;
}

.M_investorservice a {
    color: #333333;
}
.M_investorservice a:hover {
    color: #cc0066;
}

@media (max-width: 1024px) {
    .M_investorservice {
        height: 550px;
        padding: 80px 0 0 100px;
    }
    .M_investorservice .txt {
        width: 500px;
        padding: 70px;
    }
}
@media (max-width: 800px) {
    .M_investorservice {
        height: 450px;
        background: url("../../upload/editor/images/P_121002.jpg") 100% 0 no-repeat;
        padding: 60px 0 0 80px;
    }
    .M_investorservice .txt {
        width: 400px;
        font-size: 1.125rem;
        padding: 50px 45px;
    }
}
@media (max-width: 720px) {
    .M_investorservice {
        height: 400px;
    }
}
@media (max-width: 640px) {
    .M_investorservice {
        height: 350px;
        padding: 50px 0 0 60px;
    }
    .M_investorservice .txt {
        width: 350px;
        font-size: 1rem;
        padding: 40px 35px;
    }
}
@media (max-width: 504px) {
    .M_investorservice {
        height: 350px;
        padding: 50px 0 0 0;
        margin: 0 auto 30px;
    }
    .M_investorservice .txt {
        width: 80%;
        font-size: 1rem;
        padding: 40px 35px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .M_investorservice .txt {
        width: 70%;
        padding: 35px 25px;
    }
}
@media (max-width: 400px) {
    .M_investorservice .txt {
        width: 85%;
        padding: 35px 25px;
    }
}





/* ===============================================================================
   04.主題旅遊
=============================================================================== */
#proView .panel-body ul li, #proView .panel-body ol li {
    margin-left: 20px;
}

#proView .panel-body ol li {
    padding-left: 5px;
}

#proView .panel-body a {
    color: #000000;
}
#proView .panel-body a:hover {
    color: #e5384e;
}




/* ===============================================================================
   20.優質客房
=============================================================================== */
.table-room th, .table-room > tbody > tr > th {
    background-color: #383838;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.table-room td, .table-room > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.table-room td.td02 {
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}
.table-room td.td03 {
    white-space: normal;
}

.table-room2 > tbody > tr > td span {
    display: block;
}


@media (max-width: 540px) {
    .table-room {
        border: 0px;
    }
    .table-room th {
        display: none;
    }
    .table-room > tbody > tr > td {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        border-bottom: 1px dotted #cccccc;
        padding: 2px 0 5px 50px;
        margin-bottom: 5px;
    }
    .table-room td:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    .table-room > tbody > tr > td:last-of-type {
        border-bottom: 0px dotted #cccccc;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    
    .table-striped.table-room2 > tbody > tr {
      background-color: #f9f9f9;
    }
    .table-striped.table-room2 > tbody > tr:nth-of-type(odd) {
      background-color: #ffffff;
    }
    .table-room2 > tbody > tr > td {
        border-bottom: 0px dotted #cccccc;
        padding: 2px 0 5px 85px;
        margin: 0 0 0 20px;
    }
    .table-room2 > tbody > tr > td:first-of-type{
        color: #cc0066;
        margin-top: 15px
    }
    .table-room2 > tbody > tr > td:last-of-type{
        margin-bottom: 15px
    }
    .table-room2 > tbody > tr > td span {
        position: relative;
        display: inline-block;
        padding-left: 15px;
    }
    .table-room2 > tbody > tr > td span:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'、';
    }
    .table-room2 > tbody > tr > td span.span2 {
        padding-left: 0;
    }
    .table-room2 > tbody > tr > td span.span2:before {
		content: attr(data-mbtit)'';
    }
}
@media (max-width: 400px) {
    .table-room2 > tbody > tr > td {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 360px) {
    .table-room2 > tbody > tr > td span {
        position: relative;
        display: block;
        padding-left: 0;
    }
}




/* ===============================================================================
   21.中西美食
=============================================================================== */
.table-place td, .table-place > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.table-place > tbody > tr > td span {
    display: block;
}

p.textcolor_01 {
    color: #4e59ab;
}
p.textcolor_02 {
    color: #000000;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
p.textcolor_03 {
    color: #e5384e;
}
span.textcolor_03 {
    color: #e5384e;
}

@media (max-width: 640px) {
    .table-place {
        border: 0px;
    }
    .table-place th {
        display: none;
    }
    
    .table-striped.table-place > tbody > tr {
      background-color: #f9f9f9;
    }
    .table-striped.table-place > tbody > tr:nth-of-type(odd) {
      background-color: #ffffff;
    }
    .table-place > tbody > tr > td {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        border-bottom: 0px dotted #cccccc;
        padding: 2px 0 5px 85px;
        margin: 0 0 0 20px;
    }
    .table-place td:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    .table-place > tbody > tr > td:first-of-type {
        color: #cc0066;
        margin-top: 15px
    }
    .table-place > tbody > tr > td:last-of-type {
        margin-bottom: 15px
    }
    .table-place > tbody > tr > td span {
        position: relative;
        display: inline-block;
        padding-left: 10px;
    }
    .table-place > tbody > tr > td span:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'';
    }
    .table-place > tbody > tr > td span.span2, .table-place > tbody > tr > td span.span3 {
        padding-left: 15px;
    }
    .table-place > tbody > tr > td span.span2:before {
		content: attr(data-mbtit)'、';
    }
    .table-place > tbody > tr > td span.span3:before {
		content: attr(data-mbtit)'：';
    }
}
@media (max-width: 540px) {
    .table-place > tbody > tr > td span.span2, .table-place > tbody > tr > td span.span3 {
        display: block;
        padding-left: 0;
    }
    .table-place > tbody > tr > td span.span2:before {
		content: attr(data-mbtit)'';
    }
    .table-place > tbody > tr > td span.span3:before {
		content: attr(data-mbtit)'';
    }
}
@media (max-width: 432px) {
    .table-place > tbody > tr > td {
        position: inherit;
        width: 95%;
        border-bottom: 1px dotted #cccccc;
        padding: 2px 0 10px 0;
        margin: 0 0 10px 10px;
    }
    .table-place td:before {
        position: inherit;
        display: block;
    }
}





/* ===============================================================================
   22.璀璨婚宴
=============================================================================== */
.table-place.table-banquet > tbody > tr > td {
    text-align: left;
}
@media (max-width: 640px) {
    .table-place.table-banquet > tbody > tr > td.td_02 {
        padding: 2px 0 5px 140px;
    }
    .table-place.table-banquet td:first-of-type:before {
		color: #541b86;
    }
    .table-place.table-banquet > tbody > tr > td:first-of-type {
        color: #541b86;
    }
}
@media (max-width: 504px) {
    .table-place.table-banquet > tbody > tr > td {
        padding-right: 40px;
    }
}
@media (max-width: 432px) {
    .table-place.table-banquet > tbody > tr > td {
        padding-right: 0;
    }
    .table-place.table-banquet > tbody > tr > td.td_02 {
        padding: 2px 0 5px 0;
    }
    .table-place.table-banquet td:before {
        position: inherit;
        display: inline-block;
    }
    .table-place.table-banquet td.td_03:before {
        display: block;
    }
}



.table-banquet2 th, .table-banquet2 > tbody > tr > th {
    background-color: #686868;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.table-banquet2 td, .table-banquet2 > tbody > tr > td {
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 432px) {
    .table-banquet2 th, .table-banquet2 > tbody > tr > th, .table-banquet2 td, .table-banquet2 > tbody > tr > td {
        font-size: 15px;
    }
}





/*---婚禮須知------------------------------------------------*/
.table-notice th, .table-notice > tbody > tr > th, .table-notice02 th, .table-notice02 > tbody > tr > th { /* table-notice02婚禮籌劃 */
    background-color: #cc6666;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.table-notice td, .table-notice > tbody > tr > td, .table-notice02 td, .table-notice02 > tbody > tr > td {
    vertical-align: middle;
}

.table-notice ol {
    list-style-type: decimal-leading-zero;
    padding-left: 30px;
}

@media (max-width: 640px) {
    .table-notice02 td, .table-notice02 > tbody > tr > td {
        display: block;
        width: 100%;
        border-bottom: 0;
        border-left: 0;
    }
    .table-notice02 td:nth-of-type(1), .table-notice02 > tbody > tr > td:nth-of-type(1) {
        background-color: #ffffff;
    }
    .table-notice02 td:nth-of-type(2), .table-notice02 > tbody > tr > td:nth-of-type(2) {
        background-color: #f9f9f9;
    }
}
@media (max-width: 480px) {
    .table-notice th, .table-notice > tbody > tr > th {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-notice th span {
        display: block;
    }
    .table-notice th.th_02, .table-notice td.td_02 {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .table-notice th.th_02 {
        background-color: #e1a3a3;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
    }
    .table-notice td.td_02 {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
    }
    .table-striped02 > tbody > tr:nth-of-type(odd) {
      background-color: #ffffff;
    }
}
@media (max-width: 360px) {
    .table-notice th, .table-notice > tbody > tr > th, .table-notice td, .table-notice > tbody > tr > td {
        font-size: 15px;
    }
}





/*---餐飲宴會定型化契約------------------------------------------------*/
.M_contract h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.M_contract ul.a {
    list-style-type: inherit;
    padding-left: 35px;
}
.M_contract ol.b {
    list-style-type: decimal-leading-zero;
    padding-left: 10px;
}

.M_contract ul li {
    margin-bottom: 15px;
}
.M_contract ol li {
    margin-bottom: 5px;
}

@media (max-width: 432px) {
    .M_contract ul.a {
        padding-left: 3px;
    }
}





/* ===============================================================================
   24.休閒設施
=============================================================================== */
.table-facility th, .table-facility > tbody > tr > th {
    background-color: #383838;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.table-facility td, .table-facility > tbody > tr > td {
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}

.table-facility > tbody > tr > td span, .table-facility > tbody > tr > td span.span2 {
    display: block;
}
    
.table-striped.table-facility > tbody > tr {
  background-color: #f9f9f9;
}
.table-striped.table-facility > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}


@media (max-width: 540px) {
    .table-facility {
        border: 0px;
    }
    .table-facility th {
        display: none;
    }
    
    .table-facility > tbody > tr > td {
        position: relative;
        display: block;
        width: 90%;
        text-align: left;
        border: 0px;
        border-bottom: 1px dotted #cccccc;
        padding: 5px 0 10px 85px;
        margin: 10px auto;
    }
    .table-facility > tbody > tr > td:last-of-type {
        border-bottom: 0px dotted #cccccc;
    }
    
    .table-facility td:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    
    .table-facility > tbody > tr > td span {
        display: inline-block;
    }
    
    .table-facility > tbody > tr > td span.span2 {
        position: relative;
        display: inline-block;
        padding-left: 15px;
    }
    .table-facility > tbody > tr > td span.span2:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'、';
    }
}
@media (max-width: 424px) {
    .table-facility > tbody > tr > td {
        padding: 25px 0 10px 0;
    }
    
    .table-facility td:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    
    .table-facility > tbody > tr > td span {
        display: inline-block;
    }
    
    .table-facility > tbody > tr > td span.span2 {
        position: relative;
        display: inline-block;
        padding-left: 15px;
    }
    .table-facility > tbody > tr > td span.span2:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'、';
    }
}
@media (max-width: 346px) {
    .table-facility > tbody > tr > td {
        font-size: 15px;
    }
}





/* ===============================================================================
   25.飯店交通
=============================================================================== */
#traffic .area-box {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#traffic .area-box.two {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#traffic .area-box .title {
    position: relative;
    color: #541b86;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 0;
    padding-left: 90px;
    margin: 10px 0;
}
#traffic .area-box .title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    pointer-events: none;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#traffic .area-box .title.car:before {
    background-image: url("../../upload/editor/images/ic_traffic01.png");
}
#traffic .area-box .title.train:before {
    background-image: url("../../upload/editor/images/ic_traffic02.png");
}
#traffic .area-box .title.coordinate:before {
    background-image: url("../../upload/editor/images/ic_traffic03.png");
}


#traffic .area-box .stitle {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    padding-left: 15px;
}


.br-432-hide {
    display: none;
}

#traffic .area-box .way-list {
    font-size: 0;
}

#traffic .area-box .box {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 15px 0;
}

#traffic .area-box .box .txt {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #757dbb;
    color: #ffffff;
    font-size: 17px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #757dbb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#traffic .area-box .box .txt:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 84px;
    height: 84px;
    border: 7px solid rgba(84, 27, 134, 0);
    pointer-events: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#traffic .area-box .box:hover .txt {
    background-color: #541b86;
}
#traffic .area-box .box:hover .txt:before {
    border-color: rgba(84, 27, 134, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

#traffic .area-box .box .summary {
    display: inline-block;
    width: calc(100% - 70px);
    color: #666666;
    font-size: 17px;
    line-height: 30px;
    vertical-align: middle;
    padding: 5px 0 0 30px;
}


#traffic .area-box .title a, #traffic .area-box .box .summary a {
    color: #000000;
}
#traffic .area-box .title a:hover, #traffic .area-box .box .summary a:hover {
    color: #cc0066;
}


#traffic .info-box {
    position: relative;
    top: 70px;
    font-size: 0;
    background-color: #997349;
    padding: 30px 50px;
    margin: 0 auto;
    z-index: 1;
}
#traffic .info-box.bg_02 {
    background-color: #694589;
    padding: 70px 50px;
}

#traffic .info-box .logo {
    display: inline-block;
    width: 235px;
    height: 75px;
    overflow: hidden;
    vertical-align: middle;
    background: url("../../upload/editor/images/logo_jph.png") 0 bottom no-repeat;
    -webkit-background-size: 235px 150px;
    -o-background-size: 235px 150px;
    background-size: 235px 150px;
}
#traffic .info-box .logo.logo_02 {
    background: url("../../upload/editor/images/logo_fancyworld.png") 0 bottom no-repeat;
    -webkit-background-size: 235px 150px;
    -o-background-size: 235px 150px;
    background-size: 235px 150px;
}

#traffic .info-box .main {
    position: relative;
    display: inline-block;
    width: calc(100% - 435px);
    vertical-align: middle;
    padding-left: 120px;
}
#traffic .info-box .main:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60px;
    width: 1px;
    height: 80px;
    background-color: #ffffff;
    pointer-events: none;
    margin-top: -40px;
}

#traffic .info-box .main p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin: 5px 0;
}

#traffic .info-box .main a {
    color: #ffffff;
}
#traffic .info-box .main a:hover, #traffic .info-box .main .link {
    color: #ffdcb6;
}

#traffic .info-box .google-map {
    display: inline-block;
    width: 200px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#traffic .info-box .google-map:hover {
    background-color: #ffffff;
    color: #997349;
}

#traffic .google-maps {
    position: relative;
    padding-bottom: 27%;
    /*This is the aspect ratio height: 0;*/
    z-index: 0;
    overflow: hidden;
}

#traffic .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
@media (max-width: 1200px) {
    #traffic .info-box .logo, #traffic .info-box .logo.logo_02 {
        width: 204px;
        height: 65px;
        -webkit-background-size: 204px 130px;
        -o-background-size: 204px 130px;
        background-size: 204px 130px;
    }
    #traffic .info-box .main {
        width: calc(100% - 374px);
        padding-left: 100px;
    }
    #traffic .info-box .main:before {
        left: 40px;
    }
    #traffic .info-box .main p {
        font-size: 16px;
    }
    #traffic .info-box .google-map {
        width: 170px;
    }
}
@media (max-width: 1024px) {
    #traffic .info-box .logo, #traffic .info-box .logo.logo_02 {
        width: 172px;
        height: 55px;
        -webkit-background-size: 172px 110px;
        -o-background-size: 172px 110px;
        background-size: 172px 110px;
    }
    #traffic .info-box .main {
        width: calc(100% - 322px);
        padding-left: 60px;
    }
    #traffic .info-box .main:before {
        left: 25px;
    }
    #traffic .info-box .google-map {
        width: 150px;
    }
}
@media (max-width: 800px) {
    .br-800-hide {
        display: block;
        line-height: 20px;
    }
    
    #traffic .info-box, #traffic .info-box.bg_02 {
        top: 0;
        padding: 30px 50px 50px;
        margin: 30px auto;
    }
    
    #traffic .area-box .stitle {
        display: inline-block;
        font-size: 15px;
        padding-left: 10px;
    }
    
    #traffic .area-box .box .summary {
        padding: 5px 15px 0 15px;
    }
    
    #traffic .info-box .logo {
        display: block;
        margin: 0 auto;
    }
    
    #traffic .info-box .main {
        display: block;
        max-width: 440px;
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    #traffic .info-box .main:before {
        display: none;
    }
    
    #traffic .info-box .google-map {
        display: block;
        margin: 0 auto;
    }
    
    #traffic .google-maps {
        padding-bottom: 50%;
    }
}
@media (max-width: 768px) {
    #traffic .area-box .stitle {
        display: block;
        line-height: 26px;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 604px) {
    .br-xs-hide {
        display: none;
    }
    
    #traffic .area-box .box {
        display: block;
        width: 100%;
    }

    #traffic .info-box {
        top: auto;
        padding: 20px 20px 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 540px) {
    .br-540-hide {
        display: block;
        line-height: 20px;
    }
    
    #traffic .area-box .title {
        font-size: 18px;
        line-height: 60px;
        padding-left: 80px;
        margin: 0;
    }
    #traffic .area-box .stitle {
        font-size: 15px;
        line-height: 22px;
    }
    #traffic .area-box .box .txt {
        width: 60px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
    }
    #traffic .area-box .box .txt:before {
        top: -8px;
        left: -8px;
        width: 74px;
        height: 74px;
    }
    #traffic .area-box .box .summary {
        width: calc(100% - 60px);
        font-size: 16px;
        line-height: 30px;
        padding: 5px 0 0 25px;
    } 
    #traffic .info-box .main p {
        font-size: 17px;
        line-height: 26px;
    }   
}
@media (max-width: 480px) {
    #traffic .info-box .main p {
        font-size: 16px;
    }   
    #traffic .google-maps {
        padding-bottom: 70%;
    }
}
@media (max-width: 432px) {
    #traffic .area-box .title.title02 {
        line-height: 30px;
    }
    .br-432-hide {
        display: block;
        line-height: 20px;
    }
    #traffic .area-box .box .summary {
        line-height: 24px;
    } 
    #traffic .info-box .main p span.br_432 {
        display: none;
    }   
}
@media (max-width: 400px) {
    #traffic .area-box .box .summary {
        padding: 5px 0 0 20px;
    }   
}





/* ===============================================================================
   30.遊園資訊
=============================================================================== */

/*---票價資訊------------------------------------------------*/
.ticket {
    width: 80%;
    margin: 0 auto;
}
.businesstime {
    width: 90%;
}
.maintenancetime {
    width: 100%;
    margin-top: 50px;
}
.pageservice {
    width: 100%;
}

@media (max-width: 1024px) {
    .ticket {
        width: 90%;
    }
}
@media (max-width: 800px) {
    .ticket {
        width: 100%;
    }
}

.ticket .panel-body a {
    color: #000000;
    text-decoration: underline;
}
.ticket .panel-body a:hover {
    color: #cc0066;
}


.ticket .panel-title a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ticket .panel-title a:after {
    content: '\f0d7';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
}
.ticket .panel-title a.collapsed:after {
    content: '\f0d8';
}



.info-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    font-size: .875rem;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 36px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.info-btn:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin: 10px 8px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.info-btn:before {
    background: url("../../upload/editor/images/info_icon.png")no-repeat 0 -16px;
}

.info-btn.btn_02 {
    max-width: 160px;
    font-size: 1rem;
    line-height: 38px;
    border-radius: 38px;
}
.info-btn.btn_02:before {
    margin: 13px 8px 0 0;
}
.info-btn.btn_03 {
    max-width: 80px;
}
.info-btn.btn_03:before {
    display: none;
}

.info-btn, #traffic .info-btn, .ticket .table_ticket .info-btn,
.info-btn:active, #traffic .info-btn:active, .ticket .table_ticket .info-btn:active {
    background: #733fa1;
    color: #ffffff;
    text-decoration: none;
}


.info-btn:hover, #traffic .info-btn:hover, .ticket .table_ticket .info-btn:hover {
    background: #c13d88;
    color: #ffffff;
}



.ticket .table_ticket > tbody > tr, .ticket .table_time > tbody > tr {
  background-color: #ffffff;
}
.ticket .table_ticket > tbody > tr:nth-of-type(odd), .ticket .table_time > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ticket .table_ticket > tbody > tr > th {
    /*background-color: #cc6699;*/
    background-color: #e981ae;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.ticket .table_ticket > tbody > tr > th.th_02 {
    background-color: #3390be;
}
.ticket .table_ticket > tbody > tr > th.th_03 {
    background-color: #67ae4a;
}


.ticket .table_ticket > tbody > tr > td, .ticket .table_time > tbody > tr > td {
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}
.ticket .table_time > tbody > tr > td.text-left {
    text-align: left;
}

.ticket .table_ticket > tbody > tr > td:nth-of-type(1), .ticket .table_ticket > tbody > tr > td:nth-of-type(2) {
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}
.ticket .table_ticket > tbody > tr > td:nth-of-type(3) {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	white-space: keep-all;
}

.ticket .table_ticket > tbody > tr > td span {
    display: block;
    font-size: 14px;
}



.ticket ol.ol_price {
    list-style-type: decimal-leading-zero;
    padding-left: 30px;
}
.ticket ol.ol_price li {
    position: inherit;
    list-style: decimal-leading-zero;
    padding-left: 5px;
    margin-bottom: 8px;
}
.ticket ol.ol_price li:before {
    content: '';
}

@media (max-width: 640px) {
	.ticket .table_ticket > tbody > tr > td:nth-of-type(1) {
		padding-left: 8px;
		padding-right: 8px;
		text-align: left;
		white-space: keep-all;
	}
	.ticket .table_ticket > tbody > tr > td:nth-of-type(2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ticket .table_ticket > tbody > tr > td:nth-of-type(3) {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 540px) {
    .ticket .table_ticket {
        border: 0px;
    }
    .ticket .table_ticket th {
        display: none;
    }
    .ticket .table_ticket td:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    .ticket .table_ticket > tbody > tr > td {
        position: relative;
        display: block;
        width: 95%;
        text-align: left;
        border: 0px;
        border-bottom: 1px dotted #cccccc;
        padding: 2px 0 8px 50px;
        margin: 0 auto 8px;
    }
    .ticket .table_ticket > tbody > tr > td.td_02 {
        padding: 2px 0 8px 80px;
    }
    
	.ticket .table_ticket > tbody > tr > td:nth-of-type(1) {
		padding-left: 105px;
	}
	.ticket .table_ticket > tbody > tr > td:nth-of-type(2) {
		padding-left: 55px;
	}
	.ticket .table_ticket > tbody > tr > td:nth-of-type(3) {
		padding-left: 70px;
	}
	
	.ticket .table_ticket.table_ticket220818 > tbody > tr > td:nth-of-type(1) {
		padding-left: 85px;
	}
	.ticket .table_ticket.table_ticket220818 > tbody > tr > td:nth-of-type(2) {
		padding-left: 120px;
	}
	
    .ticket .table_ticket > tbody > tr > td:last-of-type {
        border-bottom: 0 dotted #cccccc;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .ticket .table_ticket > tbody > tr > td:first-of-type {
        color: #cc0066;
        margin-top: 20px;
    }
    .ticket .table_ticket > tbody > tr > td:last-of-type {
        margin-bottom: 20px;
    }
    .ticket .table_ticket > tbody > tr:nth-child(2) > td:first-of-type {
        margin-top: 0;
    }
    .ticket .table_ticket > tbody > tr:nth-of-type(even):last-child > td:last-of-type {
        margin-bottom: 0;
    }
    
    .info-btn.btn_03 {
        max-width: 70px;
    }
}
@media (max-width: 432px) {
    .info-btn.btn_03 {
        max-width: 60px;
    }
}
@media (max-width: 400px) {
    .ticket {
        font-size: 15px;
        line-height: 22px;
    }
    .ticket .table_ticket > tbody > tr > td {
        font-size: 15px;
        line-height: 22px;
    }
    .ticket .table_ticket > tbody > tr > td {
        padding: 2px 0 8px 45px;
    }

	.ticket .table_ticket > tbody > tr > td:nth-of-type(1) {
		padding-left: 100px;
	}
	.ticket .table_ticket > tbody > tr > td:nth-of-type(3) {
		padding-left: 65px;
	}
	
	.ticket .table_ticket.table_ticket220818 > tbody > tr > td:nth-of-type(1) {
		padding-left: 80px;
	}
	.ticket .table_ticket.table_ticket220818 > tbody > tr > td:nth-of-type(2) {
		padding-left: 110px;
	}
	
    .info-btn.btn_02 {
        max-width: 135px;
        font-size: .875rem;
        line-height: 36px;
        border-radius: 36px;
    }
    .info-btn.btn_02:before {
        margin: 10px 8px 0 0;
    }
}
@media (max-width: 360px) {
    .info-btn.btn_03 {
        max-width: 50px;
    }

	.ticket .table_ticket > tbody > tr > td:nth-of-type(1) {
		white-space: normal;
	}
}
@media (max-width: 320px) {
    .info-btn.btn_02 {
        max-width: 130px;
    }
}





/*---營業時間------------------------------------------------*/
.businesstime h5 {
    color: #cc0066;
    text-align: right;
}

.ticket .table_time > tbody > tr {
  background-color: #ffffff;
}
.ticket .table_time > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ticket .table_time > tbody > tr > th {
    background-color: #8a4892;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.ticket .table_time > tbody > tr > th.th_02 {
    background-color: #a263aa;
}
.ticket .table_time > tbody > tr > th.th_03 {
    background-color: #3390be;
}
.ticket .table_time > tbody > tr > th.th_04 {
    background-color: #67add0;
}

.ticket .table_time > tbody > tr > td.td_01 {
    vertical-align: top;
}


.ticket .table_time td span {
    position: relative;
    padding-right: 15px;
}
.ticket .table_time td span:after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: attr(data-mbtit)'，';
}


.br-432, .br-400 {
    display: none;
}

.ticket .table_time ul {
    padding-left: 0;
    margin: 15px 0 0;
}
.ticket .table_time li {
    list-style-type: none;
    padding-left: 0;
}
.ticket .table_time li:before {
    position: inherit;
    content: '';
}

@media (max-width: 991px) {
    .ticket .table_time.table_time220818 > tbody > tr > th.th_02 {
		white-space: normal;
    }
}
@media (max-width: 640px) {
    .ticket .table_time > tbody > tr > th span {
        display: block;
    }
}
@media (max-width: 540px) {
    .ticket .table_time > tbody > tr > td.td_01 {
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 480px) {
	.ticket .table_time > tbody > tr > th.th_02 {
		white-space: normal;
	}
    .br-400 {
        display: block;
    }
}
@media (max-width: 432px) {
    .ticket .table_time > tbody > tr > th, .ticket .table_time > tbody > tr > td {
        font-size: 15px;
        line-height: 22px;
    }
    .ticket .table_time td span {
        position: inherit;
        padding-right: 0;
    }
    .ticket .table_time td span:after {
        position: inherit;
        left: 0;
        display: block;
        content: attr(data-mbtit)'';
    }
    .br-432 {
        display: block;
    }
}
@media (max-width: 400px) {
}
@media (max-width: 360px) {
    .ticket .table_time > tbody > tr > td.td_01 {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .ticket .table_time > tbody > tr > th, .ticket .table_time > tbody > tr > td {
        font-size: 14px;
    }
}





/*---交通指南------------------------------------------------*/
#traffic .table_traffic {
    margin-top: -20px;
}
#traffic .table_traffic02 {
    margin-top: -20px;
}

#traffic .table_traffic > tbody > tr > td {
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
}

#traffic .table_traffic ul {
    padding-left: 20px;
    margin: 15px 0;
}
#traffic .table_traffic li {
    list-style-type: disc;
    padding-left: 5px;
}
#traffic .table_traffic li:before {
    position: inherit;
    content: '';
}
@media (max-width: 768px) {
    #traffic .table_traffic > tbody > tr > th {
        display: block;
        width: 100%;
    }
    #traffic .table_traffic > tbody > tr > td {
        display: block;
        width: 100%;
        font-size: 15px;
        border: 0;
    }
    #traffic .table_traffic > tbody > tr > td:first-of-type {
        border-bottom: 1px dotted #cccccc;
    }
}





/*---服務中心------------------------------------------------*/
#M_faq .panel-heading {
	height: 38px;
}
#M_faq h3.panel-title {
	font-size: 1rem;
    margin-top: 0;
}


.anchor {
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}


#M_faq .text-center {
	margin: 0 auto 20px;
}


#M_faq {
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
@media (max-width: 400px) {
	#M_faq {
		width: 100%;
	}
}

#M_faq .list {
  margin-top: 0px;
}

#M_faq .list .item {
  font-family: 'Open Sans', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  margin-bottom: 20px;
}


/*問題*/
#M_faq .list .item a.question {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  text-decoration:none;
  background: #8e8e8e;
  transition: background .3s cubic-bezier(0,.4,.4,1);
  -ms-transition: background .3s cubic-bezier(0,.4,.4,1);
  -moz-transition: background .3s cubic-bezier(0,.4,.4,1);
  -webkit-transition: background .3s cubic-bezier(0,.4,.4,1);
  padding: 8px 40px 8px 60px;
  margin: 0;
}
@media (max-width: 479px) {
  #M_faq .list .item a.question {
    font-size: .9375rem;
    padding: 8px 24px 8px 40px;
  }
}

#M_faq .list .item.open a.question {
	text-decoration:none;
  	background: #8a4892;
}

#M_faq .list .item a.question:before {
  content: 'Q';
  position: absolute;
  top: 8px;
  left: 20px;
  display: block;
  width: 24px;
  height: 24px;
  color: #8e8e8e;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  transition: color .3s cubic-bezier(0,.4,.4,1);
  -ms-transition: color .3s cubic-bezier(0,.4,.4,1);
  -moz-transition: color .3s cubic-bezier(0,.4,.4,1);
  -webkit-transition: color .3s cubic-bezier(0,.4,.4,1);
}
@media (max-width: 479px) {
  #M_faq .list .item a.question:before {
    left: 10px;
  }
}

#M_faq .list .item.open a.question:before {
  color: #8a4892;
}

#M_faq .list .item a.question:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 20px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .3s cubic-bezier(0,.4,.4,1);
  -ms-transition: all .3s cubic-bezier(0,.4,.4,1);
  -moz-transition: all .3s cubic-bezier(0,.4,.4,1);
  -webkit-transition: all .3s cubic-bezier(0,.4,.4,1);
}
@media (max-width: 479px) {
  #M_faq .list .item a.question:after {
    right: 15px;
  }
}

#M_faq .list .item.open a.question:after {
  top: 16px;
  right: 18px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 479px) {
  #M_faq .list .item.open a.question:after {
    right: 15px;
  }
}

#M_faq .list .item a.question .link--effect {
  background: rgba(255,255,255,.1);
}

#M_faq .list .item a.question:hover { text-decoration:none;}


/*答案*/
#M_faq .list .item .answer {
  display: none;
  padding: 0 20px;
  margin-top: 20px;
}
@media (max-width: 800px) {
  #M_faq .list .item .answer {
	margin-top: 15px;
  }
}
@media (max-width: 424px) {
  #M_faq .list .item .answer {
    padding: 0 5px;
	margin-top: 10px;
  }
}

#M_faq .list .item .answer .date {
  position: relative;
  float: left;
  width: 70px;
  color: #8a4892;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
  border-right: 1px solid #8a4892;
  padding-right: 5px;
}
#M_faq .list .item .answer .date span {
  display: block;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 479px) {
  #M_faq .list .item .answer .date {
    float: none;
    position: relative;
    width: 100%;
    border-right: none;
    text-align: left;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  #M_faq .list .item .answer .date:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #8a4892;
    left: 0;
    bottom: 0;
  }
  #M_faq .list .item .answer .date span {
    display: inline-block;
    margin-right: 6px;
  }
}

#M_faq .list .item .answer .content {
  float: right;
  width: calc(100% - 80px);
  font-size: 1rem;
  text-align: left;
  padding: 0 0 0 7px;
  margin-top: 0;
}
#M_faq .list .item .answer .content ul {
  margin-left: 20px;
}
@media (max-width: 479px) {
  #M_faq .list .item .answer .content {
    float: none;
    width: 100%;
    font-size: .9375rem;
	padding: 0 7px;
  }
}




