<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Content CSS*/
footer {width:100%; background-color:#000; clear:both; text-align: left; border-top: 1px solid rgba(255,255,255,.2); }
.footer_con {width: 100%; max-width: 1420px; padding: 70px 60px; margin: 0 auto; }
.footer_con &gt; div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom:40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.2);  flex-wrap: wrap;}
.footer_con .top h2 {font-size: 19px; font-weight: 700; color:#fff;  }

.footer_con .top ul {display: flex;}
.footer_con .top ul li {margin-right: 60px;}
.footer_con .top ul li:last-child {margin-right: 0;}
.footer_con .top ul li a {font-size: 16px; font-weight: 600; color:#fff; word-break: keep-all; transition: color .3s ease;cursor: pointer;}
.footer_con .top ul li a:hover {color:#ffe600; }

footer .pc {display: block; }
footer .mob {display: none;}
/* .footer_con .btm {display: block;} */
.ft_copy {font-size: 14px; font-weight: 300; color: rgba(255, 255, 255, 0.7); word-break: keep-all; line-height: 1.8; }
.footer_con .btm span {font-size: 14px; font-weight: 300; color:rgba(255, 255, 255, .5);  line-height: 1.8; margin-top: 20px;}
.footer_con .btm span a {color:rgba(255, 255, 255, 0.5);}
.footer_con .btm .right {display: flex; flex-shrink: 0; margin-left: 30px; align-items: flex-end; }
.footer_con .btm .right .btns {display: flex; align-items: center; margin-right: 30px; padding-bottom: 8px;}
.footer_con .btm .right .btns li:nth-child(n+2) {margin-left: 10px; }
.footer_con .btm .right .btns a {display: block; position: relative;}
.footer_con .btm .right .btns a img {transition: opacity .3s; }
.footer_con .btm .right .btns a img + img {position: absolute; left:0; top:0; opacity: 0; z-index: 2;}
.footer_con .btm .right .btns a:hover img {opacity: 0;}
.footer_con .btm .right .btns a:hover img + img {opacity: 1; }
.footer_con .btm .right .brand_logo {margin-right: 20px;}


#top_btn {position: fixed; right: 20px; bottom: 100px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 26; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #ffe600; background: #ffe600; color: #000;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

/* 紐⑤떖 */
#policy .modal-header {text-align: center; }
#policy .modal-header h1 {font-size:20px; font-weight:600; color:#000; text-align: center; width: 100%; }
#policy .modal-body p { font-size:14px; font-weight: 300; color:#666; text-align: left; letter-spacing: -.5px;}
#policy .modal-body {min-height: 300px; }
#policy .modal-dialog {max-width: 1300px !important}
#policy .modal-dialog textarea {width: 100%; border:0; height: auto ; font-size:14px; font-weight: 300; color:#555; letter-spacing: -.5px; word-break: keep-all; line-height: 26px; height: 75vh; background-color: #f7f7f7; border-radius: 5px; padding:20px;}


@media screen and (max-width: 1420px) {
    /* .ft_copy.pc br {display: none;} */
    .footer_con  {padding: 60px 50px; }

    /* 紐⑤떖 */
    #policy .modal-dialog {padding: 0 15px; }
    #policy .modal-header h1 {font-size:18px;}

    .footer_con .top ul li {margin-right:25px;}
}

@media screen and (max-width: 1024px) {
    footer {text-align: center;}
    footer .pc {display: none; }
    footer .mob {display: block;}
    .footer_con &gt; div {flex-direction: column; align-items: center;}
    .footer_con {padding: 50px 30px;}
    .footer_con .top {margin-bottom: 30px; padding-bottom: 30px;}
    .footer_con .top h2 {font-size: 17px; margin:0 0 25px;}
    .footer_con .top .mob {display: none;}
    /* .footer_con .top ul  {display: none;} */
    .footer_con .top ul {flex-wrap: wrap;}
    .footer_con .top ul li a {font-size: 14px; }
    .footer_con .top ul li {margin:5px;}

    .footer_con .btm {display: block;}
    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }
    .footer_con .btm .right {margin:20px 0 0;display: block;}
    .footer_con .btm .right .btns {padding: 0; justify-content: center; margin:10px 0 15px;}
    .footer_con .btm .right .brand_logo {margin: 0;}

    /* .footer_con .top {display: block;}
    .footer_con .top  h1 {margin: 0 0 15px;}
    .footer_con .top ul {display: flex; justify-content: center; width: 100%;}
    .footer_con .top ul li {font-size: 13px;}
    .footer_con .top ul li::after {margin: 0 10px;} */
    #top_btn {width: 40px; height: 40px; bottom: 155px; right: 15px;}

    #policy .modal-body textarea {font-size: 12px; padding: 10px; line-height: 1.6;}

}
@media screen and (max-width: 640px) {
    .footer_con {padding:40px 20px;}

    .footer_con .top {border:0; margin-bottom: 15px; padding-bottom: 0; display: block ;}
    .footer_con .top h2 {font-size: 16px; margin-bottom: 0;}
    .footer_con .top ul {display: none; }
    .footer_con .top .mob {display: inline-block; font-size: 13px; font-weight:500; color:#fff; margin-top: 15px;}
    .footer_con .top .mob + .mob {margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.2); }


    /* .footer_con .top ul li a {font-size: 13px; }
    .footer_con .top ul li::after {margin:0 10px; top: 0; } */

    /* .ft_copy,
    .footer_con .btm span {font-size: 11px; line-height: 20px;} */

    .footer_con .logo img {height: 50px;}


}
</pre></body></html>