@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
b {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

input,
button,
textarea,
select,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

textarea:focus,
input:focus {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: "Noto Sans TC", serif, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
    font-size: 16px;
    color: #545454;
}

@media all and (min-width: 0\0) {
    body {
        font-family: "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
    }
}
.wrap .mobnu_ob {
  display: none;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

.wrapper .rightbar {
  width: 171px;
  height: 520px;
  background: url(../img/rb_bg.png) no-repeat;
  position: fixed;
  right: -8px;
  top: 24%;
  z-index: 9996;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .rightbar .right_gift {
  width: 154px;
  margin: 93px auto 5px auto;
}
.wrapper .rightbar .right_gift ul li {
  float: left;
  width: 62px;
  margin: 0 4%;
}
.wrapper .rightbar.active {
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}
.wrapper .rightbar ul {
  padding-top: 75px;
}
.wrapper .rightbar ul li {
  width: 140px;
  margin: 0 0 5% 14px;
}
.wrapper .rightbar ul li:hover {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
}
.wrapper .rightbar ul li:nth-child(4) {
  margin: 0 0 0 14px;
}
.wrapper .rightbar ul .minibtn {
  width: 144px;
  margin: 0 auto 0 13px;
  display: inline-block;
}
.wrapper .rightbar ul .minibtn ul {
  padding-top: 10px;
}
.wrapper .rightbar ul .minibtn ul li {
  width: 45px;
  float: left;
  margin: 0 0.5%;
}
.wrapper .rightbar ul .minibtn ul li:nth-child(1) {
  width: 40px;
}
.wrapper .rightbar .menu {
  width: 19px;
  height: 125px;
  background: url(../img/menu.png) no-repeat;
  position: absolute;
  z-index: 98;
  margin: -158px 0 0 -15px;
  cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

.header {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: transparent url("../img/bg_top.jpg") 50% 0 no-repeat;
}

.header-wrap {
    max-width: 1024px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.header-logo {
    width: 352px;
    height:auto;
    margin:255px auto  0 auto;
    z-index: 2;
}

.header-dl {
    width: 352px;
    margin:2px auto 0 auto;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-dl>div {
    width: 145px;
    height: 40px;
    margin: 0 8px;
}

.header-dl>div a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-dl .applestore {
    background-repeat: no-repeat;
    background: url("../img/preorder_ap_btn.png");
    background-size: 100%;
}

.header-dl .googleplay {
    background-repeat: no-repeat;
    background: url("../img/preorder_gg_btn.png");
    background-size: 100%;
}

.wrapper .header .topbar_ob {
    width: 100%;
    height: 80px;
    background-color:rgba(0,0,0,0.8);
    z-index: 10;
    position: fixed;
    display: block;
  }

  .wrapper .header .topbar_ob ul {
    width: 450px;
    margin: 0 auto;
  }
  .wrapper .header .topbar_ob ul li {
    float: left;
    margin: 0 20px;
    line-height: 90px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
  }
  .wrapper .header .topbar_ob ul li a {
    color: #ffffff;
  }
  .wrapper .header .topbar_ob ul li a:hover {
    color: #e0e0e0;
  }
  .wrapper .header .topbar_ob ul li .webpay {
    display: none;
    position: absolute;
    margin-top: -20px;
  }
  .wrapper .header .topbar_ob ul li .webpay ul li {
    float: none;
    width: 90px;
    margin: 0 0 3px 0;
    line-height: 1.5;
    padding-left: 2px;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .wrapper .header .topbar_ob ul li .webpay ul li a {
    color: #000000;
    display: block;
  }
  .wrapper .header .topbar_ob ul li .webpay ul li a:hover {
    background-color: white;
  }
.wrapper .footer {
    width: 100%;
    background-color: #000000;
    padding: 80px 0;
}
.wrapper .footer #footercopy {
    width: 940px;
    margin: 0 auto;
    color: #ffffff;
}
.wrapper .footer #footercopy::after {
    content: "";
    clear: both;
    display: block;
}
.wrapper .footer #footercopy .con {
    float: left;
    font-size: 12px;
    width: 45%;
}
.wrapper .footer #footercopy .con img {
    float: left;
    margin-right: 5px;
}
.wrapper .footer #footercopy .grade {
    width: 50%;
    float: right;
    font-size: 12px;
}
.wrapper .footer #footercopy .grade img {
    float: left;
    margin-right: 10px;
}
.wrapper .footer #footercopy .grade p {
    float: left;
    width: 88%;
}
@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none;
    }
    .header-acolyte {
        right: calc((100vw - 960px) / 2 - 70px);
    }
}

@media only screen and (max-width: 768px) {
    .header {
        height: 50vw;
        background-size: 200%;
    }
    .header-logo {
        top: 10px;
        left: 0px;
        width: 40vw;
        height: 18.5vw;
        background-size: 100%;
    }
    .header-dl {
        text-align: left;
        top: calc(50vw - 44px);
        left: 0px;
        width: 100%;
        background-color: #888;
    }
    .header-dl>div {
        width: calc(50% - 2px);
        margin: 0 1px;
        height: 44px;
    }
    .header-dl .applestore {
        background: #000 url("../img/dl_apple.png") 50% 50% no-repeat;
        background-size: auto 90%;
    }
    .header-dl .googleplay {
        background: #000 url("../img/dl_google.png") 50% 50% no-repeat;
        background-size: auto 90%;
    }
    .header-acolyte {
        width: 65vw;
        right: -5vw;
        top: 5vw;
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .header-wrap {
        padding: 0 14px;
    }
}

.notice {
    background: url("../img/dot-grid.png");
}

.notice-wrap {
    padding: 100px 0 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.notice-top {
    position: relative;
}

.notice-top>* {
    display: inline-block;
}

.notice-top h3 {
    font-family: "Noto Sans CJK TC", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #565656;
    margin: 0;
}

.notice-top select,
.notice-top input {
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #565656;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.notice-top input[type="text"] {
    width: 150px;
}

.notice-top input[type="button"] {
    background-color: #565656;
    border: 0;
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    cursor: pointer;
}

.notice-top-search,
.notice-top-select {
    float: right;
    margin-top: 14px;
    font-size: 14px;
    border-radius: 0;
}

.notice-top-select {
    width: 78px;
    margin-right: 10px;
    padding: 2px 6px 2px 10px;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/sel.png") 95% 50% no-repeat;
}

.notice-top:after {
    clear: both;
    content: "";
    display: table;
}

.notice-list {
    margin-top: 10px;
}

.notice-list_th {
    width: 100%;
    padding: 10px 0;
    background-color: #eaeaea;
}

.notice-list_th>span {
    display: inline-block;
    text-align: center;
}

.notice-list_th .no {
    width: 65px;
}

.notice-list_th .title {
    width: calc(100% - 110px);
}

.notice-list_th .date {
    width: 85px;
}

.notice-list_td {
    position: relative;
    margin-top: 5px;
}

.notice-list_td li {
    position: relative;
    border-bottom: 1px dotted #ae8e4a;
}

.notice-list_td li>* {
    display: inline-block;
}

.notice-list_td li a {
    padding: 12px 0px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #545454;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list_td li a:before {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 6px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
}

.notice-list_td li:before {
    width: 0%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(174, 142, 74, 0.05);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media only screen and (min-width: 1281px) {
    .notice-list_td li:hover:before {
        width: 100%;
    }
}

.notice-list_td li .no {
    text-align: center;
    width: 65px;
    color: #999;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.notice-list_td li .date {
    color: #3f3f3f;
    font-size: 12px;
    text-align: center;
    width: 85px;
    z-index: 1;
    position: relative;
}

.notice-list_td li.icoevent a:before {
    content: '活動';
    background-color: #383838;
}

.notice-list_td li.iconews a:before {
    content: '新聞';
    background-color: #383838;
}

.notice-list_td li.icosystem a:before {
    content: '系統';
    background-color: #383838;
}

.notice-pagination {
    position: relative;
    margin: 0px auto;
    padding: 20px 0;
}

.notice-pagination ul {
    text-align: center;
}

.notice-pagination ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin: 5px 4px;
    border-radius: 24px;
    text-align: center;
}

.notice-pagination ul li a {
    color: #545454;
    width: 24px;
    height: 24px;
    display: block;
}

.notice-pagination ul li:not(.now):hover {
    font-weight: bold;
    color: #ae8e4a;
}

.notice-pagination ul li.first,
.notice-pagination ul li.last {
    font-size: 12px;
}

.notice-pagination ul li.now a {
    color: #ae8e4a;
}

@media screen and (min-width: 1025px) and (max-width: 1280px){
  .wrapper .header .topbar_ob::before {
    content: "";
    position: absolute;
    background: url(../img/lefttop_cloud.png) no-repeat left top;
    width: 300px;
    height: 229px;
    left: 0;
    top: 0;
    background-size: 60%;
  }
  .wrapper .header .topbar_ob::after {
    content: "";
    position: absolute;
    background: url(../img/righttop_cloud.png) no-repeat right top;
    width: 312px;
    height: 183px;
    right: 0;
    top: 0;
    background-size: 80%;
  }
}

@media only screen and (max-width: 1024px) {
    .notice-wrap {
        padding: 40px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 480px) {
    .notice-wrap {
        padding: 30px 0;
        width: 90%;
        margin: 0 5%;
    }
    .notice-top>* {
        display: block;
    }
    .notice-list_th .no {
        display: none;
    }
    .notice-list_th .title {
        width: calc(100% - 90px);
    }
    .notice-list_td li a {
        width: calc(100% - 97px);
        white-space: normal;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .notice-list_td li .no {
        display: none;
    }
    
    
}

.notice-theme {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

.notice-theme-icon {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.notice-theme-icon.icoevent {
    background-color: #dbc33a;
}

.notice-theme-icon.iconews {
    background-color: #a83535;
}

.notice-theme-icon .icosystem {
    background-color: #4d8832;
}

.notice-theme-title {
    font-weight: bold;
    font-size: 21px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.notice-date {
    right: 0;
    font-weight:500;
    top: 0;
    color: #9e9e9e;
    font-size: 12px;
    position: absolute;
    padding: 10px 0;
}

.notice .ntContent {
    font-size: 15px;
    line-height: 1.67;
    padding: 50px;
    background-color: rgba(238, 238, 238, 0.85);
}

.notice .ntContent h1 {
    font-size: 24px;
    color: #199DC2;
    margin-bottom: 10px;
    font-weight: bold;
}

.notice .ntContent h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.notice .ntContent h3 em {
    color: #85A00D;
    font-weight: bold;
}

.notice .ntContent p {
    line-height: 1.8;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.notice .ntContent a {
    color: #0078C7;
    padding-bottom: 2px;
    font-weight: bold;
}

.notice .ntContent em {
    color: #85A00D;
    font-style: normal;
}

.notice .ntContent ol,
.notice .ntContent ul {
    margin: 0;
    padding-left: 20px;
}

.notice .ntContent ol li {
    list-style: decimal;
}

.notice .ntContent ul li {
    list-style: disc;
}

.notice .ntContent strong {
    color: #E75F63;
}

.notice .ntContent img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.notice .ntContent table {
    border: 1px solid #99D3E3;
    margin: 30px auto;
    width: 100%;
}

.notice .ntContent table tr:first-child td {
    border: 1px solid #99D3E3;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #86C4D5;
    letter-spacing: 4px;
    text-shadow: 0 0 8px #398BA2;
    color: #fff;
}

.notice .ntContent table tr:first-child td p {
    text-align: center;
}

.notice .ntContent table td {
    border: 1px solid #99D3E3;
    color: #555;
    padding: 10px 10px;
}

.notice .ntContent table td p {
    margin: 0;
}

.notice .ntContent table td img {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .notice .ntContent {
        padding: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .notice .ntContent {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .notice .ntContent p {
        
    }
}

.notice-btns {
    text-align: center;
    margin: 30px 0 10px;
}

.notice-btns li {
    display: inline-block;
    background: url("../img/bg_pattern_04.jpg") 50% 50%;
    margin: 0 5px;
    border-radius: 3px;
}

.notice-btns li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    display: block;
}

footer {
    pointer-events: none;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .wrapper .header .topbar_ob {
    display: none;
  }
  .wrapper .mobnu_ob {
    display: block;
  }
  .wrapper .mask, .wrapper .mask_ob {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9997;
  }
  .wrapper .mask ul, .wrapper .mask_ob ul {
    padding-top: 38%;
  }
  .wrapper .mask ul li, .wrapper .mask_ob ul li {
    text-align: center;
    font-size: 2em;
    margin-bottom: 5%;
    color: #ffffff;
  }
  .wrapper .mask ul li a, .wrapper .mask_ob ul li a {
    color: #ffffff;
  }

  .wrapper .close-btn {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: -7%;
    display: none;
    z-index: 9999;
    background: url(../img/close.png) no-repeat;
    width: 56px;
    height: 56px;
  }
  .wrapper .close-btn:hover {
    -webkit-animation: spin 1s ease-in-out;
            animation: spin 1s ease-in-out;
  }
.wrapper .mobnu_ob {
    display: block;
  }
  .wrapper .mobnu_ob .mobmenu {
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob {
    width: 51px;
    height: 51px;
    background: url(../img/mob_menu.png) no-repeat;
    border-radius: 30px;
    position: fixed;
    cursor: pointer;
    right: 3%;
    padding: 2% 0 0 0;
    margin: 3% 0 0 0;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 11px;
    pointer-events: none;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::before {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 20px auto 0 0;
    pointer-events: none;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 0;
    pointer-events: none;
    -webkit-animation: lin 2s ease-in-out;
            animation: lin 2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(13px, -2px);
            transform: rotate(45deg) translate(13px, -2px);
    opacity: 1;
    z-index: 9999;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::before {
    opacity: 0;
  }
  .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::after {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
            transform: rotate(-90deg) translate(19px, 0px);
  }
  .rightbar {
    display: none;
  }
  .wrapper .footer {
    width: 100%;
    background-color: #000000;
    padding: 7% 0;
  }
  .wrapper .footer #footercopy {
    width: 80%;
    margin: 0 10%;
    color: #ffffff;
  }
  .wrapper .footer #footercopy::after {
    content: "";
    clear: both;
    display: block;
  }
  .wrapper .footer #footercopy .con {
    float: left;
    font-size: 12px;
    width: 48%;
    margin: 0 0 4% 0;
  }
  .wrapper .footer #footercopy .con img {
    width: 63%;
    margin: 0;
    float: none;
  }
  .wrapper .footer #footercopy .con p {
    text-align: left;
  }
  .wrapper .footer #footercopy .grade {
    width: 48%;
    float: left;
    font-size: 12px;
  }
  .wrapper .footer #footercopy .grade img {
    width: 12%;
    float: left;
    margin: 0 4% 0 0;
  }
  .wrapper .footer #footercopy .grade p {
    float: left;
    width: 84%;
    text-align: left;
  }
}


@media screen and (max-width:767px) {
    .wrapper .header .topbar_ob {
        display: none;
    }
    
    
.rightbar {
    display: none;
  }
  .rightbar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .wrapper .rightbar .menu .open {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .wrapper .rightbar .menu .open.active {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .rightbar ul {
    width: 90%;
    margin: 4px 2% 0 8%;
  }
  .rightbar ul li {
    margin: 0 0 9px 0;
  }
  .rightbar ul li ul.social_rightbar li {
    float: left;
  }
  .rightbar ul li:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar ul li.payarea {
    float: left;
    width: 50%;
    margin: 0 0 5% 0;
  }
  .rightbar ul li.store {
    padding-left: 3%;
    clear: both;
  }
  .rightbar ul li.store img {
    width: 90%;
  }
  .rightbar ul li.number {
    margin-left: 2.5%;
  }
  .rightbar ul .social_rightbar {
    clear: both;
    padding-left: 3px;
  }
  .rightbar ul .social_rightbar .social_fb, .rightbar ul .social_rightbar .social_baha, .rightbar ul .social_rightbar .social_yt {
    float: left;
    padding: 0 8px;
  }
  .rightbar ul .social_rightbar .social_fb:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar ul .social_rightbar .social_baha:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar ul .social_rightbar .social_yt:hover {
    opacity: 0.85;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
  .rightbar .menu {
    width: 34px;
    height: 101px;
    z-index: -1;
    padding-top: 8px;
    margin: 12px 0 0 -26px;
    position: absolute;
    background: url(../img/rightbarmenu.png) center top no-repeat;
    cursor: pointer;
  }
  .rightbar .menu .open {
    margin: 7px 0 0 5px;
    background: url(../img/rightopen.png) no-repeat;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    width: 14px;
    height: 16px;
  }
  .rightbar .menu .open.active {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
    .wrapper .mask, .wrapper .mask_ob {
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9997;
      }
      .wrapper .mask ul, .wrapper .mask_ob ul {
        padding-top: 38%;
      }
      .wrapper .mask ul li, .wrapper .mask_ob ul li {
        text-align: center;
        font-size:1.7em;
        margin-bottom: 5%;
        color: #ffffff;
      }
      .wrapper .mask ul li a, .wrapper .mask_ob ul li a {
        color: #ffffff;
      }
      .wrapper .mask ul li .mobwebpay, .wrapper .mask_ob ul li .mobwebpay {
        display: block;
        position: absolute;
        margin-top: 0;
        width: 100%;
      }
      .wrapper .mask ul li .mobwebpay ul, .wrapper .mask_ob ul li .mobwebpay ul {
        padding-top: 2%;
        width: 90%;
        display: inline-block;
        margin: 0 5%;
      }
      .wrapper .mask ul li .mobwebpay ul li, .wrapper .mask_ob ul li .mobwebpay ul li {
        float: left;
        width: 48%;
        color: #ffffff;
        margin: 0 1%;
        line-height: 2.5;
        padding-left: 0;
        font-size: 17px;
        background-color: rgba(255, 176, 57, 0.9);
      }
      .wrapper .mask ul li .mobwebpay ul li a, .wrapper .mask_ob ul li .mobwebpay ul li a {
        color: #000000;
        display: block;
      }
      .wrapper .mask ul li .mobwebpay ul li a:hover, .wrapper .mask_ob ul li .mobwebpay ul li a:hover {
        background-color: rgba(255, 176, 57, 0.9);
      }
      .wrapper .close-btn {
        cursor: pointer;
        position: absolute;
        top: 2%;
        right: -7%;
        display: none;
        z-index: 9999;
        background: url(../img/close.png) no-repeat;
        width: 56px;
        height: 56px;
      }
      .wrapper .close-btn:hover {
        -webkit-animation: spin 1s ease-in-out;
                animation: spin 1s ease-in-out;
      }
    .wrapper .mobnu_ob {
        display: block;
      }
      .wrapper .mobnu_ob .mobmenu {
        display: block;
        width: 65px;
        height: 65px;
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob {
        width: 51px;
        height: 51px;
        background: url(../img/mob_menu.png) no-repeat;
        border-radius: 30px;
        position: fixed;
        cursor: pointer;
        right: 2%;
        padding: 2.5% 0 0 0;
        margin: 3% 0 0 0;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn {
        width: 30px;
        border-radius: 1px;
        height: 3px;
        display: block;
        background-color: #fff;
        margin: 0 auto 7px 11px;
        pointer-events: none;
        z-index: 9999;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::before {
        content: "";
        position: absolute;
        width: 30px;
        border-radius: 1px;
        height: 3px;
        display: block;
        background-color: #fff;
        margin: 10px auto 0 0;
        pointer-events: none;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn::after {
        content: "";
        position: absolute;
        width: 30px;
        border-radius: 1px;
        height: 3px;
        display: block;
        background-color: #fff;
        margin: 20px auto 0 0;
        pointer-events: none;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h {
        width: 30px;
        border-radius: 1px;
        height: 3px;
        display: block;
        background-color: #fff;
        margin: 0 auto 7px 0;
        pointer-events: none;
        -webkit-animation: lin 2s ease-in-out;
                animation: lin 2s ease-in-out;
        -webkit-transform: rotate(45deg) translate(13px, -2px);
                transform: rotate(45deg) translate(13px, -2px);
        opacity: 1;
        z-index: 9999;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::before {
        opacity: 0;
      }
      .wrapper .mobnu_ob .mobmenu .ham_ob .linebtn_h::after {
        -webkit-transform: rotate(-90deg) translate(19px, 0px);
                transform: rotate(-90deg) translate(19px, 0px);
      }
    .notice-top h3 {
        text-align: center
    }
    .notice-top-select {
        float: left;
        padding: 2px 0;
    }
    .wrapper .footer {
        width: 100%;
        background-color: #000000;
        padding: 15% 0;
      }
      .wrapper .footer #footercopy {
        width: 90%;
        margin: 0 5%;
        color: #ffffff;
      }
      .wrapper .footer #footercopy::after {
        content: "";
        clear: both;
        display: block;
      }
      .wrapper .footer #footercopy .con {
        float: none;
        font-size: 12px;
        width: 100%;
        margin: 0 0 10% 0;
      }
      .wrapper .footer #footercopy .con img {
        width: 54%;
        margin: 0 23%;
        float: none;
      }
      .wrapper .footer #footercopy .con p {
        text-align: center;
      }
      .wrapper .footer #footercopy .grade {
        width: 100%;
        float: none;
        clear: both;
        font-size: 12px;
      }
      .wrapper .footer #footercopy .grade img {
        width: 10%;
        float: none;
        margin: 0 45% 3% 45%;
      }
      .wrapper .footer #footercopy .grade p {
        float: none;
        width: 100%;
        text-align: center;
      }
      .notice-theme-title {
        text-align: left;
      }
      .notice-top-search{
        float: left;
      }
}