@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 1px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Noto Sans TC', sans-serif, 'Microsoft JhengHei', 'arial';
  width: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 5px;
}

img {
  border: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
}

a,
button {
  text-decoration: none;
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 4px 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}

h2 {
  font-size: 30px;
}


html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
  background-color: #2027a2;
  color: #fff;
  text-shadow: none
}

::selection {
  background-color: #2027a2;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background-color: #2027a2;
  color: #fff;
  text-shadow: none
}

h1,
.h1 {
  font-size: 56px;
  line-height: 1.4em;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 2.4em;
}

h3,
.h3 {
  font-size: 30px;
  margin: 10px 0;
  line-height: 1.4em;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}

span {
  margin: 1rem 0;
  line-height: 1.6em;
  margin-left: 11px;
}

p {
  font-size: 25px;
  line-height: 45px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}

.center-text {
  display: block;
  text-align: center;
  width: 100%;
}

.center-text h1,
high-light {
  color: #4a7053;
}

.center-text h4 {
  font-weight: 900;
}

.side-blk {
  display: flex;
  justify-content: space-between;  
  width: 100%;
  align-items: flex-end;
}

.side-blk .left,
.side-blk .right,
.side-blk .middle {
  width: 49%;
}

/*iphone表格客製化*/
.side-blk.iphone {
  margin-top: 2em;
  background-color: rgba(256, 256, 256, .2);
  padding: 1.5em;
  border-radius: 50px;
}

.side-blk.iphone .h2 {
  display: block;
}

.side-blk.iphone .left {
  width: 35%;
}

.side-blk.iphone .right {
  width: 65%;
}

.side-blk.iphone .right mark ul li {
  font-size: 18px;
  background-color: transparent;
  color: #333;
}

input,
button {
 
  appearance: none;
  font-family: 'Noto Sans TC', sans-serif, 'Microsoft JhengHei', 'arial';
  font-size: 18px;
  line-height: 1;
  padding: .5em .8em;
  text-align: center;
  
  color: #333;
  border: none;
  line-height: 1;
  padding: 1em;
  border: 1px solid #fff;
  resize: none;
  background: #ececec;
  border-radius: 10px;
  letter-spacing: .1em;
  box-shadow: inset 3px 3px 2px 0px rgb(0 0 0 / 20%);
  width: 150px;
}


/*-----------------------共同樣式--------------------------*/
/*右側浮動按鈕*/
ul.application {
  position: absolute;
  top: 100px;
  right: 15px;
  display: none;
  z-index: 100;
  cursor: pointer;
}

ul.application li {
  list-style-type: none;
}

ul.application li img {
  display: block;
  width: 140px;
}

/*浮動按鈕*/
.float-wrap {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
  text-align: right;
}

.float-wrap>div a {
  display: inline-block;
  width: 51%;
  text-decoration: none;
  padding: 3em 0em;
  padding-right: 0.5em;
  margin: .5em 0;
  color: #fff;
  font-size: 20px;
  background-color: #4f2200;
  -webkit-box-shadow: -2px -2px 5px rgba(48, 48, 48, 0.3);
  box-shadow: -2px -2px 5px rgba(48, 48, 48, 0.3);
  border-radius: .5em 0 0 .5em;
}

.float-wrap>div a:first-of-type {
  background-color: #ffa000;
}

.float-wrap>div a:last-of-type {
  background-color: black;
}

.float-wrap>div a:hover {
  opacity: .8;
}

.title {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 3rem;
  text-align: center;
}

.title h1:first-of-type {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 56px;
}

.title .border {
  border-bottom: 3px solid #ffa000;
  width: calc(80% - 130px);
  margin: 0 auto;
  transform: translate(-10px, -3px);
  font-size: 20px;
}

.title-text {
  text-align: center;
  padding-top: 1.5em;
}

.h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.4em;
  color: #0040c0;
  z-index: 1;
  margin: 0 .5em;
}

.h2:after {
  position: absolute;
  content: "";
  background-color: #FFE526;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.btn,
.btn2,
.btn3,
.btn4 {
  display: inline-block;
  padding: 15px 40px;
  margin: 0px 5px;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
  transition: .3s all;
  cursor: pointer;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  min-width: 200px;
  font-weight: 600;
}

.btn {
  background-color: #eb765f;
}

.btn:hover {
  border: 3px solid #eb765f;
  background-color: #ffffff;
  color: #eb765f;
}

.btn2 {
 
  /* pointer-events: none; 
  opacity: 0.7; */
  background-color: #e6eddd ;
}

.btn2:hover {
 
  border: 3px solid #e6eddd ;
  background-color: #ffffff;
  color: #e6eddd;
}

.btn3 {
 
  /* pointer-events: none; 
  opacity: 0.7; */
  background-color: #5896d0;
}

.btn3:hover {
 
  border: 3px solid #5896d0;
  background-color: #ffffff;
  color: #e6eddd ;
}


.btn4 {
  background-color: #8b8b8b;
}
.btn4:disabled:disabled, .disabled {
  cursor: not-allowed;
}

.isDisabled {
cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.btn h3,
.btn2 h3,
.btn3 h3,
.btn4 h3 {
  line-height: 0.5em;
  font-size: 30px;
  font-weight: 600;
}

#demo {
  height: 0;
  font-size: 0px;
}

input,
button {
  width: 100px;
  height: 37px;
  font-size: 12px;

}

.inline {
  display: inline-flex;
  align-items: flex-end;
}

/*============================ head ============================*/
header {
  position: relative;
  width: 100%;
  height: 100vh;
  animation: show 1.5s linear forwards;
  background: #e6eddd;
  
}

/*============================ foot  ============================*/
.foot_notice2 p {
  text-align: center;
  font-size: 16px;
  color: rgb(104, 104, 104);
  font-weight: 500;
  margin-top: 100px;
}

.foot_notice2 a {
  color: #000; 
  text-decoration: underline;
}




@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.title-word {
  display: none;
  width: 100%;
  text-align: center;
}

.title-word img {
  width: 85%;
}

.head_left,
.head_center,
.head_right {
  position: absolute;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.head_left {
  left: 5vw;
  width: 53vw;
}

.head_center {
  margin: 0 35vw;
  z-index: 50;
  width: 30%;
}

.head_right {
  right: 5vw;
  width: 53vw;
}

.head_left::before,
.head_right::before,
.head_center::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.head_left:hover::before,
.head_right:hover::before,
.head_center:hover::before {
  background-color: transparent;
}

.bn-btn {
  cursor: pointer;
  bottom: 5%;
  max-height: 85px;
}

.bn-btn:hover {
  animation: pulse .5s linear both;
}


.head_center .role {
  position: absolute;
  margin: 100px auto;
  left: 0px;
  right: 0;
  width: 100%;
  animation: bottomDown .3s 1.8s ease-in both, shakeY 12s linear infinite;
}

.head_center .role.mobile {
display: none;
}


.topnav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 8px solid #b50033;
  font-family: 'Noto Sans TC', sans-serif, 'Microsoft JhengHei', 'arial';
  line-height: 1;
}

.topnav>a {
  margin: 0 20px;
}

.topnav .logo_l {
  max-width: 250px;
  width: 100%;
}

.topnav .right_blk {
  display: flex;
  float: right;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1em;
}

.topnav .logo_r img {
  vertical-align: middle;
  padding: 0 15px;
}

.topnav .menu a {
  display: inline-block;
  padding: 0px 5px 0px 3px;
  border-right: 2px solid;
  border-color: black;
  color: black;
  font-size: 20px;
  transition: .3s all;
}

.topnav .menu a span {
  display: inline;
  line-height: 16px;
}

.topnav .menu li:nth-last-of-type(2) a {
  margin-right: 8px;
  border-right: 2px solid;
  border-color: black;
}

.topnav .menu li .logbtn {
  padding: 10px 15px;
  background-color: #ff555a;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.topnav .menu li {
  display: inline-block;
  font-size: 20px;
  color: #4f2200;
}

.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index: -1;
}


/*============================ content0 ============================*/
.content .container {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1200px;
  width: 100%;
}

#CONTENT0 {
  animation: snow 90s linear infinite;
  background-size: contain, cover;
  background-position: center, center;
  background-repeat: repeat-y, repeat;
  background-color: #e6eddd;
  padding: 0px 0;
}
#CONTENT0 h2{
  margin-bottom: 25px;
  
}

#CONTENT0 label{
  font-size: 20px;
  text-align: right;
  margin-right: 23px;
  width: 76px;
}

#CONTENT0 .card-container{
  text-align: center;
 
}

#CONTENT0 .side-blk .left {
  text-align: center;
  padding-right: 1%;
}

#CONTENT0 .side-blk .left img {
  padding-bottom: 1rem;
  max-width: 314px;
  vertical-align: middle;
}


#CONTENT0 .side-blk .middle {
  text-align: right;
  padding-right: 1%;
}


#CONTENT0 .side-blk .right {
  width: 50%;
  padding-left: 0%;
  padding-right: 1%;
}

#CONTENT0 .side-blk .right img {
  max-width: 300px;
  width: 100%;
  padding: 10px 0px;
}

#CONTENT0 .side-blk .right p mark {
  color: #FFE526;
  background-color: transparent;
}

#CONTENT0 .side-blk.second .right p {
  display: inline-block;
  width: 65%;
}

#CONTENT0 .side-blk .right ul li {
  list-style: none;
  background-image: url(../images/list-type.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left: 28px;
  vertical-align: top;
}

#CONTENT0 .btn-wrap {
  width: 100%;
  text-align: center;
}

#CONTENT0 .btn-wrap a {
  margin-top: .5em;
}

#CONTENT0 .btn-image {
  display: inline-block;
  width: 450px;
  padding: 15px 0;
  margin: 0 .5em;
  vertical-align: middle;
  background: url(../images/btn.png) no-repeat;
  background-size: contain;
  color: #FFE526;
}

#CONTENT0 .btn-image:hover {
  filter: brightness(1.5);
  transition: all .3s;
  opacity: .9;
}

#CONTENT0 .card {
  width: 100%;
  height: 639px;
  border-radius: 10px;
  background: #fffefd6e;
  text-align: center;
  ustify-content: flex-start;
  psition: relative;
  Padding-top: 30px;
  align-items: flex-start;
  
}

#pubService,
#foodTxt,
#drinkTxt,
#pubServiceTxt,
#TransportationTxt,
#electricTxt {
  padding-left: 50px;
}

#CONTENT0 li {
  margin-bottom: 10px;
  list-style: none;
}

#CONTENT0 .card h4,
p,
span {
  transform: translatey(-50%);
}

#CONTENT0 h4 {
  color: #ff555a;
  font-size: 30px;
  line-height: 1.8em;
}

#CONTENT0 .center .twofrined {
  position: absolute;
  z-index: 99;
  left: 34%;
  width: 50%;
}

#CONTENT0 .twofrined img.friend-m {
  display: none;
}

#CONTENT0 .twofrined img {
  transform: translate(-200%, 0%);
}


#TransportationTxt .CarIMG {
  position: absolute;
  transform: translate(-18px, 500px);
  
}

#electricTxt .electricTxtIMG {
  position: absolute;
  transform: translate(-8px, 504px);
  
}

#drinkTxt .drinkTxtIMG {
  position: absolute;
  transform: translate(-15px, 428px);
}


#pubServiceTxt .pubServiceTxtIMG {
  position: absolute;
  transform: translate(-27px, 496px);
}

#foodTxt .foodTxtIMG {
  position: absolute;
  transform: translate( 0px, 406px);
}          

#pubService .pubServiceIMG {
  position: absolute;
  transform: translate( -22px, 389px);
  background-color: initial;
}

.kv_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  min-height: 520px;
  background: url(../images/bg1092.png) no-repeat;
  background-size: 100%;
}

#pubService .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
  text-align: right;
}

#pubService .areapicresult {
  display: flex;
  justify-content: end;
  width: inherit;
  color:  #a5a7a4;
} 

#pubService .areapicresult p {
  width: 280px;
  font-size: 12px;
  transform: translate(-4px, 10px);
  line-height: 0px;

}

#foodTxt .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
  text-align: right;
  
}

#foodTxt .areapicresult {
  display: flex;
  justify-content: end;
  width: inherit;
  color:  #a5a7a4;
} 

#foodTxt .areapicresult p {
  width: 280px;
  font-size: 12px;
  transform: translate(-9px, 13px);
  line-height: 0px;

}

#drinkTxt .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
  text-align: right;
}

#drinkTxt .areapicresult {
  display: flex;
  justify-content: end;
  width: inherit;
  color:  #a5a7a4;
} 

#drinkTxt .areapicresult p {
  width: 280px;
  font-size: 12px;
  transform: translate(-8px, 13px);
  line-height: 0px;

}

#pubServiceTxt .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
  text-align: right;
}

#pubServiceTxt .areapicresult {
  display: flex;
  justify-content: end;
  width: inherit;
  color:  #a5a7a4;
} 

#pubServiceTxt .areapicresult p {
  width: 280px;
  font-size: 12px;
  transform: translate(-9px, 13px);
  line-height: 0px;

}


#TransportationTxt .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
  text-align: right;
}

#TransportationTxt .areapicresult {
  display: flex;
  justify-content: end;
  width: inherit;
  color:  #a5a7a4;
} 

#TransportationTxt .areapicresult p {
  width: 280px;
  font-size: 12px;
  transform: translate(-9px, 13px);
  line-height: 0px;

}

#electricTxt .areapicresult p {
  width: 280px;
  font-size: 12px;
  transform: translate(-9px, 13px);
  line-height: 0px;
}


#electricTxt .titleresult,
#TransportationTxt .titleresult,
#pubServiceTxt .titleresult,
#drinkTxt .titleresult,
#foodTxt .titleresult,
#pubService .titleresult {
  font-size: 15px;
  width: 35%;
  text-align: right;
}

#electricTxt .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
}

#electricTxt .areapicresult {
  display: flex;
  justify-content: end;
  width: inherit;
  color:  #a5a7a4;
} 

#electricTxt .picresult {
  width: 40%;
  border-radius: 7px;
  height: 36px;
  font-size: 15px;
  text-align: right;
}



/*============================ 總co2排放合計區 content1 ============================*/
#CONTENT1 {
  background-size: cover, cover;
  background-position: bottom center, center;
  background-color: #e6eddd;
  /* background-image: url(../images/bg1092.png); */
}

#CONTENT1 .side-blk .left {
  text-align: center;
}

#CONTENT1 .side-blk .middle {
  text-align: center;
}

#CONTENT1 .side-blk .left img {
  padding-bottom: 1rem;
  width: 100%;
}

#CONTENT1 .side-blk .right {
  width: 33.3%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#CONTENT1 .side-blk .right img {
  max-width: 300px;
  width: 100%;
  padding: 10px 0px;
}

#CONTENT1 .side-blk .right ul li a {
  display: inline-block;
  width: 100%;
  padding: .2em 1em;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}

#CONTENT1 .side-blk .right ul li a:hover {
  background-color: rgba(0, 217, 225, .1);
}

#CONTENT1 .side-blk .right ul li.active a {
  background-color: rgba(0, 217, 225, .2);
  color: #00d9ff;
}

#CONTENT1 .btn-wrap {
  width: 100%;
  text-align: center;
}

#CONTENT1 .card { 
  height: 150px;
  background: #aac48fd9;
  text-align: center;
  justify-content: center;
  position: fixed;
  display: flex;
  z-index: 99;
  bottom: 0px;
  right: 0;
  left: 0px;
  border-radius: initial;
}

#result {
  font-size: 45px;
  color: #ffffff;

}

#CONTENT1 h4 {
  color: #4a7053;
  font-size: 20px;
  line-height: 1.8em;
  z-index: 88;
}

.new-acount {
  display: flex;
  flex-direction: column;
  margin: -5rem auto 0;
}

.new-acount .top {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 50px;
}

.new-acount .top .card {
  position: relative;
  width: 31%;
  background-color: #FFDFB3;
  border-radius: 10px;
  text-align: center;
  margin: .5em;
}

.new-acount .top .card.step2 {
  position: relative;
  width: 31%;
  background-color: rgba(256, 256, 256, .5);
  border-radius: 10px;
  text-align: center;
  margin: .5em;
}


.new-acount .top .card img {
  max-width: 100%;
}

.new-acount .top .card h3 {
  font-weight: bold;
}

.new-acount .top .card ul li {
  list-style-image: url(../images/li-type.png);
  max-width: 170px;
  margin: 0 auto;
  font-size: 16px;
}

.new-acount .top .card ul li.no-list-of-type {
  list-style: none;
  min-height: 36px;
}

.new-acount .top .card a {
  display: inline-block;
  border: 2px solid #212436;
  border-radius: 3px;
  color: #212436;
  padding: .5em;

  position: absolute;
  width: 70%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -1.5em);
}

.new-acount .top .card a:hover {
  background-color: #212436;
  color: #fff;
  transition: all .3s;
}

.new-acount .top .card:hover img:first-of-type {
  animation: bounce .8s linear both;
}

.new-acount .bottom {
  text-align: center;
  margin-top: 2rem;
}

.new-acount .stepbg {
  font-size: 25px;
  max-width: 100%;
  height: 120px;
  background: #DB6660 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
  color: #FFF9ED;
  padding-top: 15px;
}




@media(max-width:1440px) {

  
  .head_center .role {
    width: 230%;
    top: 395px;
  }

  
  .head_center .bn-btn {
    max-height: 60px;
    z-index: 51;
  }

  .head_center .role {
    width: 100%;
    top: 34px;
  }


}

@media(max-width:1280px) {

  .title {
    margin-bottom: 7rem;
  }

  .head_center .role {
    width: 100%;
    top: 64px;
  }
  
  #CONTENT0 .content .container {
    padding: 34px 0;
    max-width: calc(95% - 48px);
  }


  #CONTENT0 .twofrined img {
    display: none;
  }

  #CONTENT0 .twofrined img.friend-m {
    display: block;
    width: auto;
    height: 297px;
    transform: translate(-289%, -23%);
  }

  #CONTENT0 .side-blk .right {
    padding-left: 0;
  }

  #CONTENT0 .side-blk .middle {
    padding-left: 0;
  }
  #CONTENT0 .side-blk .left {
    padding-right: 0;
  }

  

}

@media(max-width:1024px) {
 
  #CONTENT0 .card h4, p, span {
    transform: translatey(-201%);
  }

  .foot_notice2 p {
  text-align: center;
  font-size: 16px;
  color: rgb(104, 104, 104);
  font-weight: 500;
  margin-top: 242px;
  }


  #CONTENT0 label {
    display: inline-block;
  }
  #pubService,
  #foodTxt,
  #drinkTxt,
  #pubServiceTxt,
  #TransportationTxt,
  #electricTxt {
    padding-left: 25px;
  }

  .title h1:first-of-type {
    font-size: 52px;
  }

  header {
    height: auto;
  }

  header .kv_wrapper {
    background: url(../images/bg1092.png) no-repeat;
    background-size: 100%;
    height: auto;
    text-align: center;
  }

  .title-word {
    display: inline-block;
    margin-top: 325px;
    margin-bottom: -175px;
    max-width: 800px;
  }

  .head_left::before,
  .head_right::before,
  .head_center::before {
    display: none;
  }

  .head_left,
  .head_right,
  .head_center {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 800px;
    left: auto;
    right: auto;
  }

  .head_left a,
  .head_center a,
  .head_right a {
    display: inline-block;
    width: 50%;
  }

  
  .head_center .role {
 
    position: relative;
    display: none;
    width: 100%;
    animation: shakeY 10s linear infinite;
  }

  .head_center .role.mobile {
    display: inline-block;
    right: 0;
    left: 0;
    width: 80%;
    top: -77px;
  }

  .head_left .bn-btn,
  .head_center .bn-btn,
  .head_right .bn-btn {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    max-height: none;
  }

  .line-img {
    display: none;
  }

  .head_center {
    left: unset;
    transform: unset;
  }

  ul.application li img {
    width: 100px;
  }

  #CONTENT2.content .container {
    max-width: calc(96% - 48px);
    padding: 63px 0;
  }
    
  
  #CONTENT1 .top {
    margin: -5px;
  }
  
  .title {
    margin-bottom: 2rem;
  }
  
  .role1 {
    width: 205px;
    height: 328px;
    margin: 30px 0 0 71px;
    max-width: 100%;
  }
  
  .role2 {
    width: 220px;
    height: 324px;
    margin: 40px 0px 0 64px;
    max-width: 100%;
  }
  
  .role3 {
    background: url(../images/card3img-M.gif) no-repeat;
    width: 210px;
    height: 313px;
    margin: 46px 0 0 57px;
    max-width: 100%;
  }


  #pubService .areapicresult,
  #foodTxt .areapicresult,
  #drinkTxt .areapicresult,
  #pubServiceTxt .areapicresult,
  #TransportationTxt .areapicresult,
  #electricTxt .areapicresult  {
    display: flex;
    justify-content: center;
    width: -webkit-fill-available;
    color: #a5a7a4;
  }
  
  .content .container {
    padding: 5px 0;
    max-width: calc(100% - 50px);
  }
  
    
  .side-blk {
    margin: 9px -48px;
  }
  
  
  
  #CONTENT0 .twofrined img {
    display: none;
  }
  
  #CONTENT0 .twofrined img.friend-m {
    display: block;
    width: auto;
    height: 297px;
    transform: translate(-289%, -23%);
  }
  
  #CONTENT0 .side-blk .right {
    padding-left: 0;
  }
  
  #CONTENT0 .side-blk .left {
    padding-right: 0;
  }
  
  .side-blk {
    display: flex;
    margin: 0px 0px;
    padding-top: 0px;
    align-items: center;
    font-size: 20px;
  }
  
  #pubService .pubServiceIMG {
    position: absolute;
    transform: translate(-37px, 407px);
    
    
  }
  
  #foodTxt .foodTxtIMG {
    position: absolute;
    transform: translate(-34px, 423px);
    
  }
  
  #drinkTxt .drinkTxtIMG {
    position: absolute;
    transform: translate(-52px, 431px);
  }
  
  #pubServiceTxt .pubServiceTxtIMG {
    position: absolute;
    transform: translate(-36px, 540px);
  }
  
  #TransportationTxt .CarIMG {
    position: absolute;
    transform: translate(-32px, 539px);
  }
  
  #electricTxt .electricTxtIMG {
    position: absolute;
    transform: translate(-30px, 545px);
  }
  
  #CONTENT0 h2 {
    margin-bottom: 65px;
    margin-top: 65px;
  }
  

  #electricTxt .titleresult, 
  #TransportationTxt .titleresult, 
  #pubServiceTxt .titleresult, 
  #drinkTxt .titleresult, 
  #foodTxt .titleresult,
  #pubService .titleresult {
    font-size: 13px;
    width: 63%;
    text-align: right;
  }

  #pubService .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(13px, 10px);
    line-height: 0px;
  }
  
  #foodTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(20px, 13px);
    line-height: 0px;
  }

  #drinkTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(14px, 13px);
    line-height: 0px;
  }

  #pubServiceTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(17px, 13px);
    line-height: 0px;
  }

  #TransportationTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(23px, 13px);
    line-height: 0px; 
  }

  #electricTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(15px, 13px);
    line-height: 0px;
  }

  #pubServiceTxt .picresult {
    width: 73%;
    border-radius: 7px;
    height: 36px;
    font-size: 15px;
    text-align: right;
  }

  #drinkTxt .picresult {
    width: 66%;
    border-radius: 7px;
    height: 36px;
    font-size: 15px;
    text-align: right;
  }

  #TransportationTxt .picresult {
    width: 70%;
    border-radius: 7px;
    height: 36px;
    font-size: 15px;
    text-align: right;
  }

  #electricTxt .picresult {
    width: 66%;
    border-radius: 7px;
    height: 36px;
    font-size: 15px;
    text-align: right;
  }

  #pubService .picresult,
  #foodTxt .picresult {
    width: 70%;
    border-radius: 7px;
    height: 36px;
    font-size: 15px;
    text-align: right;
  }

  #CONTENT0 .card h4, p, span {
    font-size: 14px;
  }


  #CONTENT0 .card#pubServiceTxt, 
  #CONTENT0 .card#TransportationTxt, 
  #CONTENT0 .card#electricTxt {
    HEIGHT: 780px;
  }


  #CONTENT0 .side-blk .left {
        padding-right: 9px;
        text-align: center;
        display: grid;
        padding-bottom: 0px;
        justify-content: center;
  }

}

@media (max-width:820px) {


  #CONTENT0 .card h4, p, span {
    transform: translatey(-40%);
  }

  #pubService, #foodTxt, 
  #drinkTxt, #pubServiceTxt, 
  #TransportationTxt, 
  #electricTxt {
    padding-left: 30px;

  }
  input, button {
    width: 100px;
    height: 37px;
  }

  #CONTENT0 label {
    display: flex;
  }

  #CONTENT0 .side-blk .left img {
    padding-bottom: 1rem;
    max-width: 295px;
    vertical-align: middle;
  }
 
  #CONTENT0 h2 {
    margin-bottom: 23px;
    margin-top: 23px;
  }

  #CONTENT0 .side-blk .left {
    padding-right: 9px;
    text-align: center;
    display: grid;
    padding-bottom: 0px;
    justify-content: center;
  }

  .side-blk {
    display: flex ;
    margin: 27px 0px;
    padding-top: 0px;
    align-items: center;
  }
  .content .container {
    padding: 1px 12px;
    max-width: calc(106% - 48px);
  }
  /* display btn2 */
  #CONTENT1 .btn-wrap .btn2 {
    display: none;
  }
   /* display btn2 */
   #CONTENT1 .btn-wrap .btn3 {
    display: none;
  }


  #pubService .pubServiceIMG {
    position: absolute;
    transform: translate(-70px, 653px);
  }

  #drinkTxt .drinkTxtIMG {
    position: absolute;
    transform: translate(-83px, 660px);
 }

  #foodTxt .foodTxtIMG {
    position: absolute;
    transform: translate(-59px, 650px);
  }

  #pubServiceTxt .pubServiceTxtIMG {
  position: absolute;
  transform: translate(-71px, 772px);
  }

  #TransportationTxt .CarIMG {
  position: absolute;
  transform: translate(-62px, 765px);
  
  }

  #electricTxt .electricTxtIMG {
  position: absolute;
  transform: translate(-55px, 766px);
  }

  #electricTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-18px, 13px);
    line-height: 0px;
  }

  #pubService .areapicresult,
  #foodTxt .areapicresult,
  #drinkTxt .areapicresult,
  #pubServiceTxt .areapicresult,
  #TransportationTxt .areapicresult,
  #electricTxt .areapicresult  {
    
    justify-content: center;
    color: #a5a7a4;
  }


  #TransportationTxt .picresult,
  #pubServiceTxt .picresult,
  #electricTxt .picresult,
  #pubService .picresult,#foodTxt .picresult,
  #drinkTxt .picresult
   {
    width: 72%;
    border-radius: 7px;
    height: 36px;
    font-size: 15px;
  }

  #electricTxt .titleresult, 
  #TransportationTxt .titleresult,
  #pubServiceTxt .titleresult, 
  #drinkTxt .titleresult, 
  #foodTxt .titleresult,
  #pubService .titleresult {
    font-size: 15px;
    width: 83%;
    text-align: right;
  }


  .foot_notice2 p {
    text-align: center;
    font-size: 16px;
    color: rgb(104, 104, 104);
    font-weight: 500;
    margin-top: 102px;
  }


  #pubServiceTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-7px, 13px);
    line-height: 0px;
  }

  #TransportationTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-3px, 13px);
    line-height: 0px;
  }

  #electricTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-4px, 13px);
    line-height: 0px;
  }

  #pubService .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-5px, 10px);
    line-height: 0px;
  }

  #foodTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-6px, 13px);
    line-height: 0px;
  }

  #drinkTxt .areapicresult p {
    width: 280px;
    font-size: 12px;
    transform: translate(-7px, 13px);
    line-height: 0px;
  }

  #CONTENT0 .card#pubService, 
  #CONTENT0 .card#foodTxt,
  #CONTENT0 .card#drinkTxt {
    HEIGHT: 840px
  }

  #CONTENT0 .card#pubServiceTxt, 
  #CONTENT0 .card#TransportationTxt,
  #CONTENT0 .card#electricTxt{
    HEIGHT: 930px
  }





}

@media(max-width:768px) {

 
  .foot_notice2 p {
    text-align: center;
    font-size: 16px;
    color: rgb(104, 104, 104);
    font-weight: 500;
    margin-top: 32px;
  }


  #electricTxt .titleresult, 
  #TransportationTxt .titleresult, 
  #pubServiceTxt .titleresult, 
  #drinkTxt .titleresult, 
  #foodTxt .titleresult, 
  #pubService .titleresult {
    font-size: 15px;
    width: 100%;
    text-align: right;
  }

  .content .container {
    padding: 1px 10px;
    max-width: calc(100% - 5px);
  }

  #CONTENT0 h2 {
    margin-bottom: 35px;
    text-align: center;
  }

  

  #CONTENT0 .twofrined img {
    display: none;
  }

  #CONTENT0 .twofrined img.friend-m {
    display: block;
    width: auto;
    height: 241px;
    transform: translate(-224%, -167%);
  }


  #CONTENT0 .side-blk .right {
    padding-left: 0;
  }

  #CONTENT0 .side-blk .left {
    padding-right: 12px;
    display: grid;

  }

  #CONTENT0 .top {
    margin: 0px;
  }

  #CONTENT1 .top {
    margin: 0px;
  }

  .title {
    margin-bottom: 7rem;
  }

  .role1 {
    width: 205px;
    height: 328px;
    margin: 30px 0 0 34px;
    max-width: 100%;
  }

  .role2 {
    width: 220px;
    height: 324px;
    margin: 40px 0px 0 23px;
    max-width: 100%;
  }

  .role3 {
    background: url(../images/card3img-M.gif) no-repeat;
    width: 210px;
    height: 313px;
    margin: 46px 0 0 9px;
    max-width: 100%;
  }


  .new-acount .stepbg {
    font-size: 24px;

  }

  #CONTENT1 .btn-wrap {
    margin-top: 43px;
  }

 

}

@media(max-width:441px) {

  header .kv_wrapper {
    background: url(../images/bg-m.png) no-repeat;
    background-size: 100%;
    height: auto;
    text-align: center;
  }

  
  .head_center .role.mobile {
    display: inline-block;
    right: 0;
    left: 0;
    width: 100%;
    top: 0px;
  }

  
  .head_center {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5em;
    max-width: 800px;
    left: auto;
    right: auto;
  }

  input,
  button {
    width: 100px;
    height: 37px;

  }

  #CONTENT0 {
    background-image: none;
    background-size: contain, cover;
    background-position: center, center;
    background-repeat: repeat-y, repeat;
    background-color: #e6eddd;
    padding: 0px 0;
  }

  #CONTENT0 .twofrined img.friend-m {
    display: block;
    width: auto;
    right: 0;
    height: 270px;
    transform: translate(20%, -30%);
  }

  #foodTxt.card-container  {
    margin-left: 0px;
  }

  
  h1,
  .h1,
  .title h1:first-of-type {
    font-size: 40px;
  }

  h1,
  .h1,
  .title h1:first-of-type.h1-M {
    font-size: 45px;
  }

  #CONTENT0 .card#electricTxt {
    padding-bottom: 248px;
    HEIGHT: 80%;

  }


 
  #pubService .pubServiceIMG {
    position: absolute;
    transform: translate( -7px, 268px );
  }

  #electricTxt .electricTxtIMG {
    position: absolute;
    transform: translate( 13px, 360px );
  }

  #TransportationTxt .CarIMG {
  position: absolute;
  transform: translate( -4px, 326px );
  }

  #foodTxt .foodTxtIMG {
    position: absolute;
    transform: translate( 2px, 284px );
  }

  #drinkTxt .drinkTxtIMG {
    position: absolute;
    transform: translate(-31px, 333px);
  }

  #pubServiceTxt .pubServiceTxtIMG {
    position: absolute;
    transform: translate(-22px, 340px);
    z-index: 12;
  }

  #CONTENT1 .top {
    display: block;
  }

  #CONTENT1 .card {
    width: 100%;
    height: 17%;
    margin-bottom: 30px;
    border-radius: initial;
  }


  #CONTENT0 .side-blk .left {
    padding-right: 9px;
    text-align: center;
    display: grid;
    padding-bottom: 43px;
  }

  #CONTENT0 label {
    display: inline-block;
    margin-right: 0px;
    width: 76px;
  }

  #CONTENT0 h2 {
    margin-bottom: 55px;
    margin-top: 43px;
  }

  #CONTENT1 h4 {
    font-size: 22px;
    line-height: initial;
  }


  .foot_notice2 p {
    text-align: center;
    font-size: 16px;
    color: rgb(104, 104, 104);
    font-weight: 500;
    margin-top: 58px;
    margin-bottom: 30px;
    line-height: 35px;
    
  }


}

@media(max-width:430px) {
  
  #CONTENT0 .side-blk .left {
    padding-right: 9px;
    text-align: center;
    display: grid;
    padding-bottom: 0px;
  }

  #CONTENT0 .card#pubService, 
  #CONTENT0 .card#foodTxt, 
  #CONTENT0 .card#drinkTxt {
    HEIGHT: 700px;
  }

  #CONTENT0 .card#pubServiceTxt, 
  #CONTENT0 .card#TransportationTxt, 
  #CONTENT0 .card#electricTxt {
    HEIGHT: 680px;
  }

  #pubService, #foodTxt, 
  #drinkTxt, #pubServiceTxt, 
  #TransportationTxt, #electricTxt {
    padding-left: 78px;
  }

  #CONTENT0 .card h4, p, span {
    transform: translatey(-75%);
  }

  #CONTENT0 h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 35px;
    
  }
  
  .side-blk {
    display: block;
    margin: 0px 0px;
  }

  #pubServiceTxt .pubServiceTxtIMG {
    position: absolute;
    transform: translate(-40px, 525px);
    z-index: 12;
  }

  #pubService .pubServiceIMG {
    position: absolute;
    transform: translate(-36px, 372px);
  }
  
  #TransportationTxt .CarIMG {
    position: absolute;
    transform: translate( -30px, 452px);
  }

  #drinkTxt .drinkTxtIMG {
    position: absolute;
    transform: translate(-44px, 464px);
  }

  #foodTxt .foodTxtIMG {
    position: absolute;
    transform: translate(-20px, 434px);
  }

  #electricTxt .electricTxtIMG {
    position: absolute;
    transform: translate(-30px, 526px);
  }

  #CONTENT0 .card#electricTxt {
    padding-bottom: 360px;
    HEIGHT: 80%;
  }

  #DailyNecessitiesTxt h2 {
    margin-top: 40px;

  }

  #CONTENT0 .card#pubServiceTxt {
    padding-bottom: 180px;
    HEIGHT: 100%;
  }

  #pubService .titleresult,
  #foodTxt .titleresult,
  #drinkTxt .titleresult,
  #pubServiceTxt .titleresult,
  #TransportationTxt .titleresult,
  #electricTxt .titleresult {
    font-size: 15px;
    width: 114%;
    text-align: justify;

  }

  #pubService .areapicresult p,
  #foodTxt  .areapicresult p,
  #drinkTxt .areapicresult p,
  #pubServiceTxt .areapicresult p,
  #TransportationTxt .areapicresult p,
  #electricTxt .areapicresult p
  {
    width: 577px;
    font-size: 12px;
    transform: translate(-29px, 10px);
    line-height: 0px;
  }

  #TransportationTxt .picresult, 
  #pubServiceTxt .picresult, 
  #electricTxt .picresult, 
  #pubService .picresult, 
  #foodTxt .picresult, 
  #drinkTxt .picresult {
    width: 151%;
    border-radius: 4px;
    height: 36px;
    font-size: 15px;
    text-align: center;
  }

}

@media(max-width:414px) {

  #CONTENT0 label {
    display: inline-block;
    margin-right: 7px;
    width: 76px;
  }

  #CONTENT0 .card#pubService, 
  #CONTENT0 .card#foodTxt, 
  #CONTENT0 .card#drinkTxt {
    HEIGHT: 674px;
  }
 
  #pubService, #foodTxt, 
  #drinkTxt, #pubServiceTxt, 
  #TransportationTxt, 
  #electricTxt {
    padding-left: 68px;
  }


  #CONTENT0 .card h4, p, span {
    transform: translatey(-74%);
  }

  .goTop {
    right: 20px;
    bottom: 146px;
    width: 50px;
    height: 50px;
  }

  .topnav .logo_l {
    max-width: 250px;
    width: 72%;
  }

  #CONTENT2.content .container {
    max-width: calc(112% - 50px);
    padding: 38px 0;
  }

  #foodTxt .card-container {
    margin-left: 3px;
  }

  #CONTENT1 .btn-wrap .btn4 {
    display: none;
  }
  
  .head_center .role.mobile {
    display: inline-block;
    right: 0;
    left: 0;
    width: 100%;
    top: -175px;
  }

  #drinkTxt .drinkTxtIMG {
    position: absolute;
    transform: translate(-22px, 437px);
  }
  
  #pubService .pubServiceIMG {
    position: absolute;
    transform: translate(-35px, 377px);
  }

  #foodTxt .foodTxtIMG {
    position: absolute;
    transform: translate(-20px, 430px);
  }

  #pubServiceTxt .pubServiceTxtIMG {
    position: absolute;
    transform: translate(-34px, 521px);
    z-index: 12;
  }


  #TransportationTxt .CarIMG {
    position: absolute;
    transform: translate(-33px, 446px);
  }


  #electricTxt .electricTxtIMG {
    position: absolute;
    transform: translate(-23px, 530px);
  }

  #CONTENT0 .card#electricTxt {
    padding-bottom: 248px;
    HEIGHT: 91%;
  }

  #CONTENT0 .card#pubServiceTxt {
    padding-bottom: 190px;
    HEIGHT: 100%;
}

}

@media(max-width:390px) {

  #CONTENT0 .card#pubServiceTxt {
    padding-bottom: 193px;
    HEIGHT: 100%;
  }

  #pubService .areapicresult p, 
  #foodTxt .areapicresult p, 
  #drinkTxt .areapicresult p, 
  #pubServiceTxt .areapicresult p, 
  #TransportationTxt .areapicresult p, 
  #electricTxt .areapicresult p {
    width: 457px;
    font-size: 12px;
    transform: translate(-19px, 10px);
    line-height: 0px;
  }

  #CONTENT0 .side-blk .left {
    padding-right: 9px;
    text-align: center;
    display: grid;
    padding-bottom: 3px;
  }

  #pubService, #foodTxt, 
  #drinkTxt, #pubServiceTxt, 
  #TransportationTxt, 
  #electricTxt {
    padding-left: 50px;
  }
  #CONTENT0 h2 {
    margin-top: 29px;
    text-align: center;
    margin-bottom: 40px;
  }

 
  .head_center .role.mobile {
    display: inline-block;
    right: 0;
    left: 0;
    width: 100%;
    top: -111px;
  }

  #foodTxt .foodTxtIMG {
    position: absolute;
    transform: translate(-37px, 424px);
  }

  #pubService .pubServiceIMG {
    position: absolute;
    transform: translate(-36px, 376px);
  }

  #drinkTxt .drinkTxtIMG {
    position: absolute;
    transform: translate(-37px, 432px);
  }

  #pubServiceTxt .pubServiceTxtIMG {
    position: absolute;
    transform: translate(-42px, 520px);
    
  }

  #electricTxt .electricTxtIMG {
    position: absolute;
    transform: translate(-33px, 520px);
  }

  #TransportationTxt .CarIMG {
    position: absolute;
    transform: translate(-29px, 438px);
  }

}

@media(max-width:375px) {

  #pubService .areapicresult p, 
  #foodTxt .areapicresult p, 
  #drinkTxt .areapicresult p, 
  #pubServiceTxt .areapicresult p, 
  #TransportationTxt .areapicresult p, 
  #electricTxt .areapicresult p {
    width: 577px;
    font-size: 12px;
    transform: translate(-25px, 12px);
    line-height: 0px;
  }

  #CONTENT0 .card h4, p, span {
    transform: translatey(-50%);
  }

  #pubService, #foodTxt, 
  #drinkTxt, #pubServiceTxt, 
  #TransportationTxt, 
  #electricTxt {
    padding-left: 55px;
  }

  #CONTENT0 label {
    display: inline-block;
    margin-right: 0px;
    width: 63px;
}

  .head_center .role.mobile {
    display: inline-block;
    right: 0;
    left: 0;
    width: 100%;
    top: -175px;
  }

}

/*===================== 成功推薦好友名單 ============================*/


.content,
.content h1,
.content h2,
.content h3,
.content h4 {
  font-family: 'Noto Sans TC', sans-serif, 'Microsoft JhengHei', 'arial';
}

.content,
.content h1,
.content h2,
.content h4 {
  margin: 0;
}

.content h1,
.content h4 {
  font-weight: 600;
}




.content ul,
.content ol {
  margin: 0 auto;
  /*margin-left: 30px;*/
}

.content ul span {
  color: #ff555a;
  margin-left: -1.65rem;
}

.content ul span:before {
  content: "◎";
  color: #ff555a;
}

.content ul li,
.content ol li {
  font-size: 20px;
  line-height: 1.7;
  padding: .2rem 0;
}

.content ol {
  margin-left: 5px;
  width: 95%;
}

.content ol>li>ol>li,
.content ol>li>ul>li>ol>li {
  list-style-type: decimal-leading-zero;
}

.content ol>li>ul>li {
  list-style-type: disc;
}

.content ol>li>ul>li>ol {
  margin-left: 35px;
}

ul.contain li {
  list-style-type: none;
}

ul.contain li::before {
  margin-left: -25px;
  margin-right: 5px;
}

ul.contain li:nth-child(1)::before {
  content: "(1)";
}

ul.contain li:nth-child(2)::before {
  content: "(2)";
}

ul.contain li:nth-child(3)::before {
  content: "(3)";
}

.CONTENT2 #accordion h5+div a,
.content ul li a {
  font-weight: bold;
  text-decoration: underline;
}

.foot_notice2 {
  width: 100%;
  line-height: 1.8;
 
  color: rgb(104, 104, 104);
  font-family: 'Noto Sans TC', sans-serif, 'Microsoft JhengHei', 'arial';
}

@media screen and (max-width:768px) {


  
  .foot_notice2 {
    padding: 4.5rem 2rem 0 2rem;
  }

}

@media(max-width:430px) {
  
  .foot_notice2 {
    padding: 7.5rem 2rem 0 2rem;}
 }


.foot_notice2 img {
  width: 120px;
  margin: 0 1rem;
}

.copyright {
  width: 100%;
  float: left;
  text-align: right;
  background-color: #b50033;
  position: fixed;
  bottom: 0;
  height: 30px;
  z-index: 133;
}

.copyright img {
  float: right;
}

/*==== mypoint ====================================*/

.CONTENT1 .top .userId {
  margin: 0 0 .5rem 0;
}

.goTop {
  position: fixed;
  display: inline-block;
  bottom: 216px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 100;
  background-image: url(../images/arrow-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: black;
  border-radius: 50px;
  opacity: 0.5;
  transition: .3s all;
}

.goTop:hover {
  opacity: 0.7;
}

@media (min-width: 1450px) {}

@media screen and (min-width: 1280px) {

  #CONTENT0 .side-blk .left {
    padding-right: 12px;
    display: grid;

  }
  .topnav .logo_r {
    margin: 0 20px 0 15px;
    width: 190px;
  }

  .topnav .menu a:hover {
    color: #ffa000;
  }

  .share-code .line:hover {
    background-color: #4db52f;
  }

  .share-code .fb:hover {
    background-color: #5375b7;
  }

  .share-code button:hover {
    background-color: #dddddd;
  }

  .topnav .menu li a.logbtn:hover {
    background-color: #4f2200;
    color: #fff;
  }

  #Mitable02 tr td:nth-child(3) span:hover {
    color: #ff8040;
  }

  #Mitable02 tr td:nth-child(3) span {
    border-bottom: 1px solid;
    cursor: pointer;
  }

  .tab .tab_nav li:hover {
    background-color: #749c89;
  }
}

@media screen and (max-width:1279px) {
  body {
    overflow: hidden;
  }

  .topnav .right_blk {
    flex-direction: row-reverse;
    justify-content: unset;
  }

  .menu,
  .menu::before,
  .menu::after {
    height: 5px;
    width: 50px;
    background-color: black;
  }

  .menu {
    margin: 0 20px;
  }

  .menu::before,
  .menu::after {
    display: inline-block;
    position: absolute;
    content: "";
  }

  .menu::before {
    top: 16px;
  }

  .menu::after {
    top: 46px;
  }

  .menu ul {
    position: absolute;
    display: none;
    left: 0;
    top: 66px;
    width: 100%;
    background-color: #e6eddd;
  }

  .topnav .menu li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }

  .topnav .menu li:last-child {
    border-bottom: none;
    font-size: 32px;
  }

  .topnav .menu li .logbtn {
    display: inline-block;
    width: auto;
    margin: 1rem auto;
    padding: 15px 30px;
    border-radius: 50px;
  }

  
  .topnav .menu li:nth-last-of-type(2) a {
    border-right: none;
  }

  

}

@media screen and (max-width:991px) {
  #CONTENT0 .btn-image {
    width: 400px;
    padding: 10px 0;
  }

  .myScore {
    position: relative;
    width: 580px;
    height: 922px;
    margin: 0 auto;
  }

  .myTask {
    height: 600px;
  }

  .myScore-wrap {
    top: 158px;
    width: calc(100% - 22%);
    height: calc(100% - 50%);
  }

  .myTask .myScore-wrap {
    top: 120px;
    height: calc(100% - 38%);
  }

  .myTask table td:first-child,
  .myTask table td:last-child {
    width: 30%;
  }

  .myScore .table-wrap {
    height: calc(100% - 209px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .myScore .alltable-wrap {
    max-height: 95%;
    overflow-y: scroll;
  }

  .share-code .left {
    font-size: 24px;
  }

  .share-code input {
    font-size: 16px;
    width: calc(100% - 72px);
  }

  .share-code button {
    font-size: 16px;
    line-height: 25px;
  }

  .share-code .right a {
    padding: 6px;
    font-size: 16px;
  }

  .share-code .right a i {
    margin-right: 4px;
  }

  .share-code .right a i img {
    max-width: 30px;
  }

  #CONTENT1 .side-blk .left img,
  #CONTENT3 .side-blk .left img {
    width: 100%;
  }

  .swiper2 img {
    width: 100%;
  }

  .swiper2 .swiper-button-prev,
  .swiper2 .swiper-button-next {
    width: 70px;
    height: 50px;
  }


  .swiper2 .swiper-button-prev {
    left: 5%;
  }

  .swiper2 .swiper-button-next {
    right: 5%;
  }
  
}

/* 只有手機橫向才有 */
@media (min-width:501px) and (max-width:812px) {
  .kv_wrapper {
    min-height: unset;
  }
}

/* 手機橫向 */
@media screen and (max-width:812px) {


  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3,
  .content h3 {
    font-size: 20px;
    margin: 5px 0;
  }

  h4,
  .h4,
  .content h4 {
    font-size: 25px;
  }

  p {
    font-size: 20px;
  }

  .content ul li,
  .content ol li {
    font-size: 16px;
  }

  #CONTENT0 .side-blk .right ul li,
  #CONTENT1 .side-blk .right ul li {
    background-size: 16px;
    background-position: 0px 8px;
    padding-left: 20px;
  }

  .content ul li::marker {
    width: 10px;
  }

  .topnav {
    padding: 0.8rem 0.5rem;
  }

  .topnav .menu a,
  .topnav .menu li:last-child,
  .topnav .menu li .logbtn {
    font-size: 1.4rem;
  }

  .topnav .menu li .logbtn {
    font-size: 1.4rem;
  }

  .topnav>a {
    margin: 0;
  }

  .menu {
    margin: 0 0 3px 10px;
  }

  .menu ul {
    top: 60px;
  }

  .menu,
  .menu::after,
  .menu::before {
    width: 40px;
  }

  .menu::before {
    top: 18px;
  }

  .menu::after {
    top: 40px;
  }

  /*CONTENT0 按鈕*/
  #CONTENT0 .btn-image {
    width: 300px;
    padding: 8px 0;
  }

  .side-blk.box {
    height: 460px;
    justify-content: center;
  }

  #CONTENT1 .side-blk.box .left img {
    max-width: 200px;
  }

  #CONTENT1 .btn {
    margin-top: .5em;
  }

  #CONTENT1 .btn-wrap a {
    margin-top: .5em;
  }

  .swiper-slide a {
    font-size: 20px;
    padding: 5px 20px;
  }

  ul.application li img {
    width: 100px;
  }

  .friend_list_wrap {
    height: 320px;
    width: 350px;
  }

  .friend_list .content {
    width: calc(100% - 100px);
    height: calc(100% - 105px);
    max-width: 250px;
    max-height: 215px;
  }

  .friend_list .list-wrap {
    height: 180px;
  }

  .close-btn {
    right: 22px;
    top: 22px;
    width: 33px;
    height: 33px;
    line-height: 33px;
  }

  .goTop {
    width: 80px;
    height: 80px;
  }
}

/* 320橫向 */
@media screen and (max-width:568px) {
  .myScore {
    width: 562px;
  }

  .myTask {
    margin-bottom: 50px;
  }

  .myScore-wrap {
    width: calc(100% - 50px);
    height: calc(100% - 63%);
  }

  .menu ul {
    top: 50px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .topnav .logo_r {
    width: 80%;
  }

  .tab .tab_nav li {
    width: 30%;
    text-align: center;
    padding: 5px 20px;
  }

  .table_page .title h1 {
    font-size: 26px;
  }

  .table_page .title span {
    font-size: 18px;
  }
}

/* 手機直向 */
@media screen and (max-width:567px) {
  .content .container {
    padding: 6px 9px;
  }

  header {
    height: 100%;
  }

  .topnav .right_blk {
    width: calc(100% - 42vw);
  }

  .menu ul {
    max-height: initial;
  }

  .menu,
  .menu::after,
  .menu::before {
    width: 28px;
  }

  .menu::before {
    top: 18px;
  }

  .menu::after {
    top: 38px;
  }

  .title {
    margin-bottom: 1rem;
  }

  .title h1:first-of-type {
    width: 100%;

  }

  .title h1:first-of-type:before,
  .title h1:first-of-type:after {
    width: 50px;
  }

  .title .border {
    width: calc(100% - 80px);
    transform: translate(-4px, -3px);
  }

  .kv_wrapper {
    height: 75vh;
  }

  ul.application {
    display: flex;
    position: fixed;
    bottom: 30px;
    top: unset;
    left: 0;
    width: 100%;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.5);
  }

  ul.application li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  ul.application li img {
    width: 80px;
  }

  .copyright {
    position: fixed;
    bottom: 0;
    height: 30px;
    z-index: ;
  }

  .myScore {
    width: 375px;
    height: 713px;
    background-image: url(../images/table_bg2_long.png);
  }

  .myScore-wrap {
    height: calc(100% - 25%);
    max-height: initial;
  }

  .myScore .table-wrap {
    width: 100%;
    height: calc(100% - 62%);
  }

  .myScore table td,
  .myScore table td:first-child,
  .myScore table td:last-child {
    width: 100%;
  }

  .myScore .bt-content {
    margin: 5px 0;
  }

  .myScore table tr:nth-child(odd) td,
  .myScore table tr:nth-child(even) td {
    background-color: transparent;
    padding: 2px 0;
  }

  .myTask .table-wrap:nth-child(1) table tr td:nth-child(even) {
    margin-bottom: 10px;
  }

  .myScore table.bt tbody td::before {
    width: 40%;
    margin-right: 5px;
    line-height: 30px;
    background-color: #e03459;
    color: #ffffff;
    font-weight: 400;
    content: attr(data-th) " ";
  }

  #Mitable02 tbody td::before {
    background-color: #5f84ce;
  }

  .myScore table.bt tbody td .bt-content {
    width: 60%;
    margin: 0;
    line-height: 30px;
    background-color: #f7eec9;
  }

  .myScore .side-blk .right {
    text-align: left;
  }

  .myTask table td:nth-child(4) {
    width: 100%;
  }

  .myScore-wrap {
    width: calc(100% - 70px);
  }

  .myScore-wrap {
    top: 104px;
  }

  .myTask .myScore-wrap {
    top: 160px;
  }

  .myTask {
    background-image: url(../images/table_bg1_long.png);
    height: 756px;
  }

  .myTask .alltable-wrap {
    height: 100%;
    max-height: 100%;
    overflow: scroll;
  }

  .myTask .table-wrap {
    height: 50%;
  }

  .side-blk .right .side-blk .left {
    width: 100%;
  }

  .side-blk .left,
  .side-blk .right {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  /*iphone客製化*/
  .side-blk.iphone .right p {
    text-align: left;
  }

  #CONTENT3 .btn-blk {
    margin-top: 2rem;
  }


  .myScore .side-blk .left {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .myScore .side-blk .left i {
    font-size: 1rem;
  }

  .myScore .side-blk .left span {
    line-height: 0;
  }

  .myScore p {
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 1em;
  }

  .share-code {
    display: flex;
    flex-direction: column;
  }

  .share-code .side-blk::before,
  .share-code .side-blk::after {
    display: none;
  }

  .title-text {
    text-align: left;
  }

  #CONTENT0 .side-blk .left {
    width: 100%;
    text-align: center;
    padding-right: 0%;
  }

  #CONTENT0 .side-blk .right {
    display: block;
    width: 80%;
    margin-top: 106px;
  }

  #CONTENT0 .side-blk .right img {
    display: block;
    margin: 0 auto;
  }

  #CONTENT0 .btn-wrap {
    flex-direction: column;
  }

  #CONTENT1 .side-blk .right {
    display: block;
    width: 80%;
  }

  #CONTENT1 .side-blk .right img {
    display: block;
    margin: 0 auto;
  }

  #CONTENT1 .btn-wrap {
    flex-direction: column;
  }

  
  .share-code .left {
    width: 100%;
  }

  .share-code .right {
    width: 100%;
    text-align: center;
  }

  #CONTENT1 .side-blk .right,
  #CONTENT3 .side-blk .right {
    width: 80%;
    /*width     : 100%;*/
    /*text-align: center;*/
  }

  #CONTENT1 .side-blk .right p {
    width: 100%;
  }

  #CONTENT1 .new-acount {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 336px;
    margin: 2rem auto;
    float: none;
  }

  #CONTENT3 .new-acount {
    width: 100%;
    margin: 1rem auto 0;
  }

  #CONTENT3 .side-blk .left {
    width: 95%;
  }

  #CONTENT-last,
  #CONTENT3-SCORE {
    padding: 2em 0;
  }

  #CONTENT-last .btn-wrap .btn,
  #CONTENT-last .btn-wrap .btn2,
  #CONTENT-last .btn-wrap .btn3 {
    padding: 12px 0;
    font-size: 20px;
  }

  #CONTENT-last .container ol {
    margin-left: 20px;
  }


  .copyright img {
    width: 100%;
  }

  .swiper2 {
    margin-top: 2rem;
  }

  .swiper2 .swiper-button-prev,
  .swiper2 .swiper-button-next {
    width: 60px;
    height: 50px;
  }

  .swiper2 .swiper-button-prev {
    left: 0px;
  }

  .swiper2 .swiper-button-next {
    right: 0px;
  }

  .goTop {
    right: 20px;
    bottom: 232px;
    width: 50px;
    height: 50px;
  }

  .table_page table th {
    padding: 0px;
  }

  .table_page table td {
    padding: 0px;
  }
}

@media screen and (max-width: 480px) {
  .menu::before {
    top: 14px;
  }

  .menu::after {
    top: 34px;
  }

  .btn,
  .btn2,
  .btn3,
  .btn4 {
    padding: 15px 30px;
  }
}

@media screen and (max-width:320px) {

  .menu,
  .menu::after,
  .menu::before {
    width: 30px;
  }

  .menu::before {
    top: 14px;
  }

  .menu::after {
    top: 34px;
  }

  .title h1:first-of-type:before,
  .title h1:first-of-type:after {
    display: none;
  }

  .title .border {
    width: 100%;
  }

  .myScore {
    width: 320px;
    height: 610px;
  }

  .myScore .table-wrap {
    height: calc(100% - 65%);
  }

  .myTask .table-wrap {
    height: 50%;
  }

  .myTask {
    height: 633px;
  }

  .share-code .side-blk {
    width: 100%;
  }

  .friend_list_wrap {
    width: 306px;
    height: 280px;
  }

  .friend_list .list-wrap {
    height: 125px;
  }
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}