*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Noto Sans TC' , sans-serif;
}
ol, ul {
	list-style: none;
}
body{
    background-color: #0E7BCC;
}
::-moz-selection { /* Code for Firefox */
  color: #E02626;
  background: #B8CFE3;
}
 
::selection {
  color: #E02626;
  background: #B8CFE3;
}
.wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
}
/* right */
.right{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
}
.right a img{
    width: 150px;
    margin: 10px 0;
}
.right a:nth-child(2) img{
    width: 50px;
}
.right a img:hover{
    transform: scale(1.1,1.1);
}
@keyframes scaleDraw {  
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(0.95);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(0.95);
    }
}
@media screen and (max-width:520px){
    .right{
        bottom: 25px;
        right: 5px;
    }
    .right a img{
        width: 110px;
        margin: 0px 0 10px;
    }
    .right a:nth-child(2) img{
        width: 40px;
    }
    .wrap{
        width: 100%;
        height: auto;
    }
}
/* rule */
.wrap2{
    overflow: hidden;
}
.rule h3{
    color: #231815;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: -12px auto 55px;
    letter-spacing: 2px;
  }
  .rule .h3_2{
    margin: 60px auto -18px;
  }
  .rule h4{
    color: #e8782e;
    font-size: 26px;
    text-align: left;
    margin: 0 0 10px 0;
    font-weight: 700;
  }
  .rule h4 img{
    width: 17px;
    vertical-align: middle;
    padding-right: 5px;
  }
  body.rule{
    background: url(../img/rule_bg.png) center top #f7f8f8;
  }
  .rule a.logo{
    background: url(../img/logo.png) no-repeat center;
    background-size: contain;
  }
  .rule .nav a{
    color: #3A3A3A;
  }
  .rule .nav span{
    background: rgba(0, 0, 0, 0.7);
  }
  .rule .top.sticky{
    background: #efefef;
  }
  .rule_kv{
    background-color: #efefef;
    position: relative;
    width: 100%;
    height: 370px;
  }
  .rule_kv > div{
    position: absolute;
  }
  .rule_tt{
    background: url(../img/rule_kv.png) no-repeat center;
    background-size: contain;
    width: 470px;
    height: 182px;
    top: 120px;
    left: calc(50% - 220px);
  }
  .rule_title{
    background: url(../img/rule_title.png) no-repeat center;
    background-size: contain;
    width: 325px;
    height: 99px;
    top: 440px;
    left: calc(50% - 129px);
  }
  .rule_cont{
    max-width: 1100px;
    background-color: rgba(255, 196, 69, 0.2);
    margin: 140px auto 60px;
    padding: 90px 50px;
    border-radius: 100px;
  }
  .subtitle2.sub1{
    max-width: 1110px;
    height: 76px;
    background: url(../img/rule_t1.png) no-repeat center;
  }
  .subtitle2.sub2{
    max-width: 1110px;
    height: 76px;
    background: url(../img/rule_t2.png) no-repeat center;
  }
  .subtitle2.sub3{
    max-width: 1110px;
    height: 76px;
    background: url(../img/rule_t3.png) no-repeat center;
    margin: 100px 0 50px;
  }
  .subtitle2.sub4{
    max-width: 1110px;
    height: 76px;
    background: url(../img/rule_t4.png) no-repeat center;
    margin: 50px 0;
  }
  .rule_t p{
    color: #595757;
    padding-left: 38px;
  }
  .rule_t span{
    color: #fff;
  }
  .rule_t table{
    width:80%;
    color: #000;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    border-collapse: collapse;
    margin: 10px 0 50px 40px ;
  }
  .rule_t table thead{
    background: #e8782e;
    color: #fff;
  }
  .rule_t table tbody{
    background: #fff;
  }
  .rule_t th{
    padding: 15px 10px;
  }
  .rule_t td{
    padding: 30px 20px;
    color: #595757;
  }
  .rule_t th,.rule_t td{
    border: 1px solid #b5b5b6;
    font-weight: 400;
  }
  .rule_t b{
    font-weight: 400;
    font-size: 16px;
  }
  .rule_table1 td,.rule_table2 td,table.rule_table7a td,table.rule_table7b td{
    padding: 20px 15px;
  }
  table.rule_table7a,table.rule_table7b{
    display: inline-table;
    vertical-align: top;
  }
  table.rule_table7a th:nth-child(1){
    width: 223px;
  }
  table.rule_table7a th:last-child{
    width: 63px;
  }
  table.rule_table7a{
    width: 60%;
    margin: 10px 20px 0 40px;
  }
  table.rule_table7b{
    width: 30%;
    margin: 10px 0 80px 0;
  }
  table.rule_table7b th:last-child{
    width: 100px;
  }
  .rule_ul1{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .rule_ul1 ul li{
    color: #e8782e;
    list-style: decimal;
    margin-bottom: 100px;
  }
  .rule_ul1 ul li,.rule_ul2 ul li{
    margin-bottom: 5px;
  }
  .rule_ul1 ul li p{
    color: #595757;
    word-break: break-all;
  }
  .rule_ul1 a,.rule_ul2 a{
    color: #e8782e;
    font-weight: 500;
    text-decoration: underline;
  }
  .rule_ul2{
    color: #595757;
    font-size: 16px;
    margin-bottom: 100px;
    letter-spacing: 1px;
  }
  .rule_ul2 ul li{
    list-style: decimal;
  }
  @media screen and (max-width:1200px){
    .rule_kv{
        height: 420px;
      }
    .rule_cont{
        max-width: 1100px;
        background-color: rgba(255, 196, 69, 0.2);
        margin: 0 auto;
        padding: 90px 50px;
        border-radius: 0;
      }
      .rule_title{
        top: 347px;
        left: calc(50% - 129px);
      }
      .rule_t table {
        width: 90%;
        margin: 20px auto
    }
    table.rule_table7a{
        width: 90%;
      }
      table.rule_table7b{
        width: 90%;
      }
  }
  @media screen and (max-width:750px){
      }
      @media screen and (max-width:520px){
    }
 
/* top */
.top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-bottom: 30px;
    background-color: rgba(255, 230, 41, 0.9);
}
  .top .cont{
    position: relative;
    top: 15px;
    left: 210px;
    max-width: 1500px;
    margin: auto;
  }
  a.logo{
    display: inline-block;
    background: url(../img/logo.png) no-repeat center;
    background-size: contain;
    width: 155px;
    height: 42px;
    margin: 15px 50% 10px 0;
  }
  .nav{
    position: absolute;
    top: 20px;
    left: 42%;
  }
  .nav a{
    width: 120px;
    color: #3A3A3A;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    vertical-align: middle;
    margin: 0 25px;
    transition: .5s;
    z-index: 120;
    font-size: 21px;
    position: relative;
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
  }
  .nav .nav-bg{
    width: 125px;
    height: 10px;
    background: url(../img/nav-hover.png)no-repeat top center;
    margin: -10px 0 0 -3px;
    display: none;
    transition: .3s;
  }
  .nav a:nth-child(3){
    margin-left: 0px;
  }
  .nav a:hover .nav-bg{
    display: block;
  }
  .nav img{
    vertical-align: middle;
  }
  .m_nav{
    display: none;
  }
  @media screen and (max-width:1500px){
    .nav{
        left: 39%;
      }
      a.logo{
        margin: 15px 55% 10px 20px;
      }
  }
  @media screen and (max-width:1200px){
    .top .cont{
        max-width: 850px;
        top: 13px;
        left: 0px;
      }
      .top,.top.sticky,.rule .top.sticky{
        background: rgba(255, 230, 41, 0.9);
      }
      .nav{
        left: 34%;
      }
  }
  @media screen and (max-width:750px){
    .toggle{
      display: block;
      position: fixed;
      top:35px;
      right:15px;
      z-index: 205;
      background:url(../img/nav.png) no-repeat;
      background-size: contain;
      height: 30px;
      width: 30px;
    }
    .active{
      background:url(../img/close.png) no-repeat;
      background-size: contain;
    }
    a.logo{
        margin: 15px 60% 10px 20px;
      }
    .nav,.nav span{
      display: none;
    }
    .m_nav{
      display: none;
      position: fixed;
      right:0;
      top:70px;
      z-index:202;
      height:100%;
      width:100%;
      background: rgba(255, 230, 41, 0.9);
    }
    .m_nav a{
      background:url(../img/arr1.png) no-repeat right;
      color: #231815;
      text-decoration: none;
      width: calc(100% - 60px);
      position: relative;
      border-bottom: 1px solid #3A3A3A;
      padding: 25px 30px ;
      display: block;
      text-align: left;
      font-size: 20px;
      z-index:202;
      font-weight: 500;
      letter-spacing: 2px;
    }
    }
    @media screen and (max-width:430px){
        .toggle{
            top:18px;
            right:20px;
          }
        a.logo{
            top: 18px;
            right: 40px;
            width: 155px;
            height: 27px;
            margin: 5px 50% 5px 0;
          }
    }
    .w1200{
        width: 1200px;
        margin: 0 auto;
    }
    /* kv */
    .kv{
        background: url(../img/kv-bg.png)no-repeat center top;
        width: 100%;
        height: 883px;
        background-size: cover;
        background-color: #FFE527;
        position: relative;
        margin-bottom: -2px;
    }
    .kv a{
      text-decoration: none;
      transition: .3s;
    }
    .kv a:hover{
      filter: brightness(1.2);
      transform: scale(1.1,1.1);
    }
    .kv .people{
      display: none;
    }
    .kv .ball1{
      position: absolute;
      background: url(../img/kv-ball1.png)no-repeat center;
      width: 121px;
      height: 215px;
      background-size: contain;
      top: 115px;
      left: calc(50% - 610px);
      z-index: 4;
      animation-name: ball1;
      animation-duration: 2s;
      animation-iteration-count: infinite;
    }
    .kv .ball2{
      position: absolute;
        background: url(../img/kv-ball2.png)no-repeat center;
        width: 190px;
        height: 244px;
        background-size: contain;
        top: 115px;
        left: calc(50% - -470px);
        z-index: 1;
        animation-name: ball2;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .kv .time{
      position: absolute;
        background: url(../img/kv-time.png)no-repeat center;
        width: 202px;
        height: 201px;
        background-size: contain;
        bottom: 160px;
        left: calc(50% - -240px);
        z-index: 5;
    }
    .kv .cont{
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 130px;
    }
    .kv .cont .man img{
      width: 390px;
    }
    .kv .cont .woman{
      z-index: 2;
    }
    .kv .cont .woman img{
      width: 390px;
    }
    .kv .cont .title{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 4;
    }
    .kv .cont .title img{
      width: 715px;
      margin: 0 -150px;
    }
    @keyframes ball1{
      0%  {margin-top: 0}
      40% {margin-top: 10px}
      80% {margin-top: -10px}
      100%{margin-top: 0}
  }
    @keyframes ball2{
      0%  {margin-top: 0}
      50% {margin-top:-10px}
      70% {margin-top: 10px}
      100%{margin-top: 0}
  }
    @media screen and (max-width:1500px){
      .kv .cont{
        justify-content: center;
      }
      .kv .cont .man img{
        width: 300px;
      }
      .kv .cont .woman img{
        width: 300px;
      }
      .kv .cont .title img{
        width: 655px;
        margin: 0 -110px;
      }
      .kv .time{
        width: 170px;
        height: 170px;
        bottom: 225px;
        left: calc(50% - -200px);
      }
      .kv .ball1{
        width: 101px;
        height: 195px;
        top: 160px;
        left: calc(50% - 550px);
      }
    .kv .ball2{
        width: 170px;
        height: 224px;
        top: 135px;
        left: calc(50% - -380px);
      }
    }
    @media screen and (max-width:1200px){
        .w1200{
            width: 96%;
            margin: 0 auto;
        }
        .kv{
            background: url(../img/kv-bg-s.png)no-repeat center top;
            background-color: #FFE527;
            width: 100%;
            height: 721px;
            background-size: cover;
        }
        .kv .cont{
          padding-top: 170px;
        }
        .kv .cont .man img{
          width: 250px;
        }
        .kv .cont .woman img{
          width: 250px;
        }
        .kv .cont .title img{
          width: 450px;
          margin: 0 -90px;
        }
        .kv .time{
          width: 140px;
          height: 140px;
          bottom: 170px;
          left: calc(50% - -145px);
        }
        .kv .ball1{
          width: 101px;
          height: 195px;
          top: 160px;
          left: calc(50% - 430px);
        }
      .kv .ball2{
          width: 170px;
          height: 224px;
          top: 135px;
          left: calc(50% - -250px);
        }
    }
    @media screen and (max-width:700px){
      .kv{
        background: url(../img/kv-bg-m.png)no-repeat center top;
        background-color: #FFE527;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
      .kv .cont{
        width: 100%;
        padding: 150px 0 250px;
        flex-wrap: wrap;
      }
      .kv .people{
        display: block;
        width: 100%;
      }
      .kv .people img{
        width: 100%;
        margin-bottom: -30px;
      }
      .kv .cont .title{
        position: relative;
      }
      .kv .cont .title img{
        width: 98%;
        margin: auto;
      }
      .kv .time{
        background: url(../img/kv-time-m.png)no-repeat;
        background-size: contain;
        width: 100%;
        height: 110px;
        bottom: -70px;
        left: calc(50% - 150px);
      }
      .kv .cont .man{
        display: none;
      }
      .kv .cont .woman{
        display: none;
      }
      .kv .ball1{
        width: 101px;
        height: 195px;
        top: 700px;
        left: calc(50% - 80px);
      }
    .kv .ball2{
        width: 150px;
        height: 204px;
        top: 160px;
        left: calc(50% - -100px);
      }
    }
    @media screen and (max-width:520px){
      .kv .cont{
        padding-top: 120px;
        flex-wrap: wrap;
        padding: 110px 0 180px;
      }
      .kv .ball1{
        width: 70px;
        height: 164px;
        top: 500px;
        left: calc(50% - 80px);
      }
    .kv .ball2{
        width: 120px;
        height: 174px;
        top: 120px;
        left: calc(50% - -100px);
      }
      .kv .time{
        width: 100%;
        height: 110px;
        bottom: -80px;
        left: calc(50% - 200px);
      }
    }
    @media screen and (max-width:430px){
      .kv .people img{
        margin-bottom: -25px;
      }
      .kv .cont .title img{
        padding: 5px 0;
      }
      .kv .ball1{
        width: 50px;
        height: 144px;
        top: 520px;
        left: calc(50% - 60px);
      }
    .kv .ball2{
        width: 100px;
        height: 154px;
        top: 120px;
        left: calc(50% - -70px);
      }
      .kv .time{
        width: 100%;
        height: 110px;
        bottom: -80px;
        left: calc(50% - 200px);
      }
    }
    @media screen and (max-width:400px){
      .kv .ball1{
        top: 500px;
        left: calc(50% - 40px);
      }
    .kv .ball2{
        top: 100px;
        left: calc(50% - -70px);
      }
    }
    /* p1 */
    .p1{
      background: url(../img/p1-bg.png)no-repeat center top;
      width: 100%;
      height: 599px;
      background-size: cover;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: end;
      position: relative;
      top: 0;
    }
    .p1 .cont{
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }
    .p1 img{
      width: 239px;
      z-index: 3;
    }
    .p1 .text img{
      width: 778px;
      margin: 0 -70px 70px;
      z-index: 1;
    }
    .p1 .text-m{
      display: none;
    }
    .p1 .ball3{
      position: absolute;
      background: url(../img/kv-ball3.png)no-repeat center;
      width: 121px;
      height: 252px;
      background-size: contain;
      top: 20px;
      left: calc(50% - -610px);
      z-index: 4;
      animation-name: ball1;
      animation-duration: 2s;
      animation-iteration-count: infinite;
    }
    @media screen and (max-width:1500px){
      .p1{
        width: 100%;
        height: 499px;
      }
      .p1 img{
        width: 219px;
      }
      .p1 .text img{
        width: 758px;
        margin: 0 -70px 50px;
      }
      .p1 .ball3{
        position: absolute;
        background: url(../img/kv-ball3.png)no-repeat center;
        width: 101px;
        height: 232px;
        background-size: contain;
        top: 200px;
        left: calc(50% - -510px);
      }
    }
    @media screen and (max-width:1200px){
      .p1{
        width: 100%;
        height: 499px;
      }
      .p1 img{
        width: 189px;
      }
      .p1 .text-m{
        display: block;
      }
      .p1 .text-pc{
        display: none;
      }
      .p1 .text img{
        width: 581px;
      }
      .p1 .ball3{
        position: absolute;
        background: url(../img/kv-ball3.png)no-repeat center;
        width: 101px;
        height: 232px;
        background-size: contain;
        top: 80px;
        left: calc(50% - -350px);
      }
    }
    @media screen and (max-width:700px){
      .p1{
        background: url(../img/p1-bg-m.png)no-repeat center top;
        width: 100%;
        height: 522px;
        background-size: cover;
      }
      .p1 img{
        width: 20%;
      }
      .p1 img:nth-child(1){
        margin-right: -100px;
      }
      .p1 img:nth-child(3){
        margin-left: -100px;
      }
      .p1 .text img{
        width: 85%;
        margin: 0 auto 50px;
      }
      .p1 .ball3{
        position: absolute;
        background: url(../img/kv-ball3.png)no-repeat center;
        width: 101px;
        height: 200px;
        background-size: contain;
        top: 50px;
        left: calc(50% - -150px);
      }
    }
    @media screen and (max-width:520px){
      .p1{
        height: 430px;
      }
      .p1 .ball3{
        height: 150px;
        top: 30px;
        left: calc(50% - -100px);
      }
    }
    @media screen and (max-width:430px){
      .p1{
        height: 400px;
      }
    }
    @media screen and (max-width:390px){
      .p1{
        height: 370px;
      }
      .p1 .ball3{
        height: 120px;
        top: 30px;
        left: calc(50% - -90px);
      }
    }
    /* p2 */
    .p2{
      background: url(../img/p2-bg.png)no-repeat top center;
      background-color: #0E7BCC;
      background-size: cover;
      width: 100%;
      height: 870px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: 0;
    }
    .p2 .cont{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: auto;
    }
    .p2 .cont img{
      width: 583px;
      margin: auto;
    }
    .p2 .cont img:nth-child(2){
      padding: 20px 0;
    }
    .p2 .cont .text{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    .p2 .ball4{
      position: absolute;
      background: url(../img/kv-ball4.png)no-repeat center;
      width: 226px;
      height: 373px;
      background-size: contain;
      top: 90px;
      left: calc(50% - 830px);
      animation-name: ball2;
      animation-duration: 2s;
      animation-iteration-count: infinite;
    }
    .p2 .ball5{
      position: absolute;
      background: url(../img/kv-ball5.png)no-repeat center;
      width: 261px;
      height: 437px;
      background-size: contain;
      top: 500px;
      left: calc(50% - -630px);
      animation-name: ball1;
      animation-duration: 2s;
      animation-iteration-count: infinite;
    }
    /* p3 */
    .tag{
      position: absolute;
      top:430px;
  }
    .tag2{
      position: absolute;
      top:-50px;
  }
    .p3{
      background: url(../img/p3-bg.png)no-repeat center top;
      width: 100%;
      height: 1634px;
      background-size: cover;
      position: relative;
      margin-top: -200px;
    }
    .p3 .cont{
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding-top: 530px;
    }
    .p3 .cont img{
      width: 583px;
      padding: 10px 0;
    }
    .p3 .cont .text{
      display: flex;
      justify-content: center;
    }
    .p3 .cont .text img{
      width: 329px;
    }
    @media screen and (max-width:1500px){
      .p2 .cont img{
        width: 553px;
      }
      .p2 .ball4{
        width: 196px;
        height: 343px;
        top: 90px;
        left: calc(50% - 570px);
      }
      .p2 .ball5{
        width: 211px;
        height: 387px;
        top: 70px;
        left: calc(50% - -340px);
      }
      .p3{
        width: 100%;
        height: 1534px;
        margin-top: -200px;
      }
      .p3 .cont img{
        width: 553px;
      }
      .p3 .cont .text img{
        width: 280px;
      }
    }
    @media screen and (max-width:1200px){
      .p2{
        width: 100%;
        height: 920px;
      }
      .p2 .cont img{
        width: 500px;
      }
      .p2 .cont .text img{
        padding: 5px 0;
      }
      .p3{
        background: url(../img/p3-bg-s.png)no-repeat top center;
        width: 100%;
        height: 1600px;
      }
    }
    @media screen and (max-width:900px){
      .p2{
        height: 960px;
      }
      .p3{
        background: url(../img/p3-bg-m.png)no-repeat top center;
        background-size: cover;
        width: 100%;
        height: 3000px;
        margin-top: -120px;
      }
      .p3 .cont{
        padding-top: 350px;
      }
      .p3 .cont img{
        width: 65%;
      }
      .p3 .cont .text{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      .p3 .cont .text img{
        width: 56%;
      }
    }
    @media screen and (max-width:700px){
      .p2 .cont img{
        width: 90%;
        margin: auto;
      }
      .p3{
        height: 2250px;
      }
      .p3 .cont{
        padding-top: 250px;
      }
    }
    @media screen and (max-width:520px){
      .p2{
        height: 600px;
        padding: 40px 0;
      }
      .p3{
        background: url(../img/p3-bg-m2.png)no-repeat top center;
        background-size: cover;
        width: 100%;
        height: 2000px;
        margin-top: -50px;
      }
      .p3 .cont{
        padding-top: 180px;
      }
      .p3 .cont img{
        width: 90%;
      }
      .p3 .cont .text img{
        width: 70%;
      }
      .tag{
        position: absolute;
        top:80px;
    }
    .tag2{
      position: absolute;
      top:-30px;
  }
    }
    @media screen and (max-width:430px){
      .p2 .ball4{
        width: 90px;
        top: 495px;
        left: calc(50% - 170px);
      }
      .p3{
        height: 1770px;
        padding-bottom: 50px;
      }
      .p3 .cont{
        padding-top: 160px;
      }
    }
    @media screen and (max-width:400px){
      .p2{
        padding: 20px 0;
      }
      .p2 .ball4{
        width: 80px;
        top: 450px;
      }
      .p3{
        height: 1600px;
        padding-bottom: 50px;
      }
      .p3 .cont{
        padding-top: 140px;
      }
    }
    /* notice */
    .add{
      background-color: #0057AD;
      width: 100%;
      height: auto;
      color: #fff;
      position: relative;
      top: 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
    .add .notice-bg{
      background: url(../img/not-bg.png)no-repeat center bottom;
      width: 100%;
      height: 729px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0;
    }
    .add .cont{
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 0px 20px 0;
    }
    .add .cont .title{
      margin: auto;
    }
    .add .cont .title img{
      width: 218px;
      padding: 80px 0 0;
    }
    .add .cont p,.add .cont li,.add .cont a{
      font-size: 20px;
      letter-spacing: 1.5px;
      line-height: 1.7;
    }
    .add .cont ul li,.not-cont ul li{
      list-style-type: decimal;
      margin-left: 25px;
    }
    .add a{
      color: #FFF100;
    }
    .add .cont img{
      width: 117px;
      padding-top: 40px;
    }
    .add .cont .item,.notice .not-cont{
      position: relative;
      z-index: 10;
    }
    .notice{
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 70px 0;
      z-index: 10;
    }
    .notice .not-cont{
      padding: 40px 20px 100px;
      text-align: left;
    }
    .notice .not-cont a{
      color: #FFF100;
      font-size: 16px;
      letter-spacing: 1.5px;
      line-height: 1.6;
    }
    .notice p,.notice .not-cont li{
      font-size: 16px;
      color: #fff;
      letter-spacing: 1.5px;
      line-height: 1.6;
    }
    .accordionqa {
      .notice {
          width: 100%;
          margin: 0 0 10px;
  
          button.not-title {
              position: relative;
              width: 100%;
              &:after {
                  content: "";
                  border: 4px solid #fff;
                  border-top: none;
                  border-left: none;
                  position: absolute;
                  top: 18px;
                  right: 15px;
                  width: 8px;
                  height: 8px;
                  transform: rotate(45deg);
                  transition: transform 0.5s;
              }
  
          }
      }
  }
  button.not-title{
    background-color: initial;
    border: 1px solid #fff;
    padding: 0px 15px 3px;
    cursor: pointer;
    margin: auto;
  }
  .not-title p{
    text-align: center;
    font-size: 23px;
  }
  @media screen and (max-width:520px){
    .add .cont .title img{
      width: 175px;
      padding: 60px 0 0px;
    }
    .notice{
      padding: 40px 0;
    }
    button.not-title{
      padding: 3px 10px;
      margin: 20px auto;
    }
    .not-title p{
      font-size: 19px;
    }
    .notice .not-cont{
      padding: 0 20px 20px;
    }
    .add .cont img{
      width: 95px;
      padding-top: 30px;
    }
    .add .cont p,.add .cont ul li,.add .cont a{
      font-size: 16px;
      letter-spacing: 1.5px;
      line-height: 1.7;
    }
    .notice .not-cont p,.notice .not-cont li,.notice .not-cont a{
      font-size: 14px;
    }
  }


    /* footer */
    footer {
      position: relative;
      top: 0px;
      z-index: 9;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
    }
    footer .icon_fb {
      background-image: url(../img/icon_fb.png);
      background-repeat: no-repeat;
      width: 26px;
      height: 26px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
    }
    .footer .icon_line {
      background-image: url(../img/icon_line.png);
      background-repeat: no-repeat;
      width: 26px;
      height: 26px;
      display: inline-block;
      vertical-align: middle;
    }
    .footer_inner {
      margin: 0px auto;
      padding: 15px 30px;
      max-width: 1180px;
      overflow: hidden;
    }
    .footer_top {
      background-color: #fff;
    }
    .footer_top .footer_inner {
      display: flex;
      flex-wrap: wrap;
    }
    .footer_bottom {
      background-color: #27327a;
      color: #fff;
    }
    .footer_bottom .footer_inner {
      text-align: center;
    }
    .footer_link ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: 2px;
    }
    .footer_link li {
      display: inline-block;
      position: relative;
      margin-bottom: 15px;
    }
    .footer_link li:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      background-color: #262626;
      left: -2px;
    }
    .footer_link li:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      background-color: #262626;
      right: 1px;
    }
    .footer_link a {
      padding: 0 20px;
      color: #262626;
    }
    .footer_link .style_pc {
      display: none;
    }
    .footer_link .style_mb {
      display: none;
    }
    .footer_info li {
      margin-bottom: 15px;
      line-height: 18px;
      display: flex;
    }
    .footer_info .link_map {
      border-radius: 15px;
      color: #fff;
      background: #112879;
      padding: 2px 5px;
      margin-left: 3px;
    }
    .footer_title {
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 15px;
    }
    .icon_footer_fb:before {
      content: "";
      background-image: url(../img/icon_footer_fb.png);
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      flex: 0 0 16px;
      max-width: 16px;
    }
    .icon_footer_map:before {
      content: "";
      background-image: url(../img/icon_footer_map.png);
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      flex: 0 0 18px;
      max-width: 18px;
    }
    .icon_footer_phone:before {
      content: "";
      background-image: url(../img/icon_footer_phone.png);
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      flex: 0 0 18px;
      max-width: 18px;
    }
    .copyright {
      font-size: 12px;
      line-height: 26px;
      display: inline-block;
    }
    .footer_more_content {
      padding: 15px 0 0 10px;
      border-radius: 10px;
      background: #cdcdcd;
      overflow: hidden;
      -webkit-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
      display: none;
    }
    .footer_more_content.active2 {
      display: block;
    }
    .btn_footer_more {
      cursor: pointer;
    }
    .btn_footer_more.active2 .icon-footer-arrow {
      transform: rotate(0deg);
    }
    .icon-footer-arrow {
      background: url(../img/arr2.png) no-repeat;
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      transform: rotate(-180deg);
    }
    @media (min-width: 1px) and (max-width: 767.98px) {
      .footer_link {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
      }
      .footer_link .style_mb {
        display: block;
      }
      .footer_info {
        max-width: 100%;
        flex: 0 0 100%;
      }
    }
    @media (min-width: 768px) {
      .footer_link {
        max-width: 60%;
        flex: 0 0 60%;
      }
      .footer_link .style_pc {
        display: block;
      }
      .footer_info {
        margin-left: 5%;
        max-width: 30%;
        flex: 0 0 30%;
      }
    }
    @media screen and (max-width:520px){
      .footer {
          top: 570px;
        }
      .footer {
      top: 0px;
      }
      .footer_inner {
          padding: 15px 10px;
      }
    }