@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Baloo');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Mukta+Vaani:700|Staatliches');
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body{
    /* background: url(img/bg.png),radial-gradient(ellipse at 0% 55%,var(--color-bg-3) 2%,var(--color-bg-2) 88%,var(--color-bg) 30%);
     */
     background: #fff2ea url(img/bg.png);
     background-size: 80%; 
    background-position:center top;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Arial","Noto Sans TC" , sans-serif;
 
  --color-text: #111;
  --color-number: #999;
  --color-bg: #ffe8da;
  --color-bg-2: #fff8f4;
  --color-bg-3: #fff;
  --color-link: #ffcccc;
  --color-link-hover: #fff;
  --color-title: #fff;
  /* #00c9ff */
   
}


#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 10vh;
border-radius:50%;
padding:6px 0px;
font-size:0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;
cursor: pointer;
z-index: 300;

}
@media screen and (max-width:46em){
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
  body {  
    font-weight: 300;
    background-size: 100%;
}
}

footer {
  position: relative;
  bottom: 0;
  color: #fff;
  padding: 8vh 8vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer h2{
  font-size:1.1em;
  line-height: 1.8;
  margin: 0 0px;
  text-align: left;
  color: #fff;
}
footer h3 {
  font-size: 1em;
  margin: 0 0;
  padding: 0 0 1vh 0.8vw;
  text-align: left;
}
.win{
  width:38vw;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.add{width:100%;color: #fff;}
.add td{padding: 5px 1px;}

footer nav{
  width: 11vw;  
  /*font-weight: 600;*/
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin: auto 0 auto 2vw;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer nav a{
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
  display: block;
  text-align: left;
}
footer nav a:hover{
  font-weight: 600;
  color: #ffff00;
}
footer span{
  background-color: #fff;
  color: rgba(77, 144, 254,1.0);
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
}
.shere{  
  display: inline-block;
  font-size:2.2em;
}
footer i{
  color: #fff;
  margin: auto 1vw;
}
@media (max-width: 68em){
  .win{
  width:50vw;
  display: inline-block;
  vertical-align: top;
}
footer {
  color: #fff;
  padding: 8vh 5vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  margin: auto 0 auto 6vw;
}
.add{font-size: 14px;}
}
@media (max-width: 50em){
 .win{
  width: 100%;
  font-size: 14px;
  display: block;
}
footer {
  font-weight: 300;
  color: #fff;
  font-size:13.5px;
  padding:5vh 3vw 10vh 3vw;
  background-color: rgba(77, 144, 254,1.0);
}
footer nav{
  width: 25vw;  
  margin-top: 3vh;
  margin-left:0vw;
  vertical-align: top;
}
.shere{  
  vertical-align: bottom;
  font-size: 1.6em;
}
}

#message{
  color:#333;
  text-align: center;
  padding: 5vh 10vw;
  margin: 0 auto;
}
#message h2{
  font-size: 2.2em;
  line-height: 1.2;
  margin-top:50px;
  margin-bottom: 5px;
  color:#03c;
  font-weight: 600;
  text-align: center;
}
h1,h2,h3,h4,h5,h6,p { font-weight: 300;}
table {border-collapse: collapse;border-spacing: 0;}
@media (max-width: 767px) {.hidden-xs {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important;}}
@media (min-width: 1200px) {.hidden-lg {display: none !important;}}
a {text-decoration: none;}
.red {color: #F00;font-weight: 600; font-family: "Arial Black" , "Noto Sans TC", sans-serif;}
.r_bg{
  background-color: #f00;color: #fff;padding: 5px 10px;border-radius: 20px;
}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#661d00}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}

/*tossing*/
.linefirend{
  font-size:2.5em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes linefirend {
  0% {transform: rotate(-4deg);}
  50% {transform: rotate(4deg);}
  100% {transform: rotate(-4deg);}            
}
@-webkit-keyframes linefirend {
  0% {-webkit-transform: rotate(-4deg);}
  50% {-webkit-transform: rotate(4deg);}
  100% {-webkit-transform: rotate(-4deg);}        
}
@media (max-width: 767px){
  .linefirend{
  font-size:1em;
  animation-name: linefirend;
  -webkit-animation-name: linefirend; 
  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: solid 1px #2a2921;
}
#ads {
  /* background-color:rgb(255 217 185); */
  padding: 5vh 2vw;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}

.ads,
.superbox_sale {
  margin: 1vh 1vw;
  width: 46%;
  background: #e9e8e8 url(img/toeic_bg.png)no-repeat;
  background-position: bottom center;
  border-radius: 1em;
  padding: 5vh 2vw;
  text-align: center;
  border: solid #fff 2px;
  display: inline-block;

}

.ads:hover,
.superbox_sale:hover {
  cursor: pointer;
}

.superbox_sale {
  background-color: #efe8ff;
}

.superbox_sale img {
  width: 48%;
  height: auto;
  background-color: rgb(255, 240, 240);
  border: solid #2a2921 1px;
  display: inline-block;
}

#ads p {
  vertical-align: top;
  font-size: 1.35em;
}

#ads p span {
  font-weight: 600;
  background-color: #f00;
  color: #fff;
  padding: 1vh 1vw;

}

#ads p ins {
  font-size: 60%;
}

#ads h3 {
  /* color: #622f15; */
  font-size: 1.35em;
  line-height: 1.3;
}

#ads h4 {
  text-align: center;
}

#ads h4 span {
  color: #1dcd00;
  font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
  font-weight: 800;
  font-size: 2em;
}

#ads nav {
  margin-top: 6vh;
}

#ads nav a {
  background-color: #1dcd00;
  color: #fff;
  padding: 5vh 1vw;
  margin: 0 0.5vw;
  border-radius: 50%;

}

@media screen and (max-width: 55em) {

  #ads h2 {
    font-size: 1.25em;
  }

  #ads h2 span {
    font-size: 1.8em;
  }

  #ads p {
    vertical-align: top;
    font-size: 1.1em;

  }

  #ads nav {
    margin-top: 5vh;

  }

  #ads nav a {
    padding: 4vh 2vw;
    margin: 0 0.1vw;
    font-size: 15px;

  }

  #ads {
    background-color: rgb(254, 175, 169, 0.5);
    padding: 5vh 3vw;
    text-align: center;
    letter-spacing: 0;
  }

  .ads,
  .superbox_sale {
    margin: 2vh 1vw;
    width: 95%;
    border-radius: 1em;
    padding: 5vh 2vw;

  }

  .superbox_sale img {
    width: 88%;
    height: auto;
  }
}


main {
  background: url(img/bg_px.png);
  background-size: 15%;
}
header {
    text-align: center;
    position: relative;
    padding: 1vh 5vw 15vh;
    letter-spacing: 1px;
    z-index: 9;
}
header img{
    width: 50%;
    
}
header h3 {
  font-weight: 600;
  color: #6c6391;
  font-size:2em;
  margin: 0;
}
@media screen and (max-width: 55em) {
  header {
    padding: 5vh 5vw 0vh;
    font-size: 1em;
    letter-spacing: 0.5px;
}
header img{
  width: 88%;
}
header h3 {
  display: none;
}
}
article {
    padding: 3vh 8vw;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #3f2f29;
    

}
@media screen and (max-width: 55em) {
  article {
    padding: 3vh 5vw;
    font-size: 1em;
    letter-spacing: 0.5px;

}
}

#rock {
  background:  rgba(255, 224, 212, 0.8) url(https://www.easywin.com.tw/ad/103/0113/img/bg_job.png);
  color: #7e6060;
  padding: 5vh 5vw;
  margin-top: -8vh;
  text-align: left;
  font-size: 1.1em;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center; 
}

#rock>section{
  background:  rgba(255, 255, 255, 0.51) ;
  width: 48%;
  padding: 5vh 3vw;
  margin: -2vh 0.5vw 0 0;
  border-radius: 3em;
  transform:  rotate(-2deg);
  border: rgba(255, 221, 134, 0.68) 2px solid;
  
} 
#rock>section:nth-child(2n) {
  transform:  rotate(2deg);
  margin-top: -8vh;
}
#rock>section:nth-child(4) {
  transform:  rotate(3deg);
  margin-top: 2vh;
}
#rock>section div{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items:center; 
  
} 
#rock>section div img {
  width: 25%;
  margin-right: 2vw;
  border-radius: 50%;
  background-color: #ffeeee;
}
#rock p {
  text-align: center;
  font-weight: 300;
  color: #c39b6c;
  font-style:italic;
  border-top:solid 1px;
  border-bottom: solid 1px;
  padding: 3vh 0;
}

#rock h3 {
  text-align:left;
  font-family: "Noto Sans TC" , sans-serif;
  color: #6c6391;
  font-weight: 600;
}
#rock strong {
  color: #7e65e0;
  font-size: 108%;
  font-weight: 400;

}
#rock span {
  font-weight: 500;
  font-size: 95%;
  color:#999dc7;
}

#rock nav {
  text-align: center;
}
#rock nav a, #rock nav a:hover {
  color: #661d00;
}
#rock nav a::before {
  content: '|';
  padding-right: 8px;
}
#rock ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#rock ul::first-letter {
  font-size: 200%;
  line-height: 1.2;
}
#rock ul li {
  padding: 3vh;
  border-bottom:  rgba(255, 221, 134, 0.813) 2px solid;
}
#rock ul li:last-child {
  border-bottom:  rgba(255, 221, 134, 0.813) 0px solid;
}
#rock .more {
  padding: 5vh 3vw 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-start;
    justify-content: left;
}

.cook{
  width: 18%;
  height: auto;
  position: absolute;
  top: -5vh;
  right: 2vw;
}
.cook1{
  width:18%;
  height: auto;
  position: absolute;
  bottom:22vh;
  left: -4vw;
}
.cook2{
  width: 8%;
  height: auto;
  position: absolute;
  top: -8vh;
  right: 2vw;
}
.cook2-1{
  width: 8%;
  height: auto;
  position: absolute;
  top: -8vh;
  left: 2vw;
}
.cook3{
  width:18%;
  height: auto;
  position: absolute;
  bottom:22vh;
  right: -4vw;
}
.cook4{
  width:18%;
  height: auto;
  position: absolute;
  bottom:32vh;
  right: -5vw;
}
@media screen and (max-width: 55em) {
  #rock {
    background:  rgba(255, 255, 255, 0.8) url(https://www.easywin.com.tw/ad/103/0113/img/bg_job.png);
    padding: 5vh 0vw;
    margin-top: -8vh;
    font-size: 1em;
  }
  
  #rock>section{
    background:  rgba(255, 255, 255, 0.0) ;
    border:  rgba(255, 221, 134, 0.813) 0px solid;
    width: 100%;
    padding: 5vh 8vw;
    transform:  rotate(0deg);
    border-radius: 0;
    
  } 
  #rock>section:nth-child(2n) {
    transform:  rotate(0deg);
    margin-top: 0vh;
    background-color: rgba(255, 241, 206, 0.502);
  }
  #rock>section:nth-child(4) {
    transform:  rotate(0deg);
    margin-top: 0vh;
  }

  #rock>section div img {
    width: 22%;
    margin-right: 1vw;
  }
  #rock ul li {
    padding:3vh 0;
    border-bottom:  rgba(255, 221, 134, 0.813) 0px solid;
  }
  .cook,.cook1,
  .cook2,.cook2-1,.cook3,.cook4{
    display: none;
  }
  #rock p {
    text-align: center;
    border-top:solid 1px;
    border-bottom: solid 1px;
    padding: 3vh 0;
  }
  #rock .more img {
    width: 28%;
    height: auto;
  }
  #rock nav {
    text-align: center;
  }
  #rock nav a, #rock nav a:hover {
    display: block;
    text-align: left;
  }
  #rock .more {
    flex-wrap: wrap;
  }
  .more img{
    width: 18%;
  }
}

#leam {
  background:#6c6391;
  text-align: center;
  padding: 8vh 5vw;


}
#leam p {
  color: #fff;
}
#leam h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5vh;
  padding-bottom: 2vh;
  border-bottom: solid 1px;
  text-align: center;


}

#leam h2 span{
  border-radius: 15px;
  padding:0.8vh 1vw;
  margin-bottom: 0px;
  font-size:108%;
  background-color: #ff7b9f;
}
#leam h2 span:nth-last-child(3){background-color: #ff355e;}
#leam h2 span:nth-last-child(2){background-color: #1ed3ab;}
#leam h2 span:nth-last-child(1){background-color: #b89dec;}
#leam>section:nth-child(2) {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#leam table {
  width: 50%;
  background-color: #fff;
  border:solid 3px #fff;
  table-layout: fixed;
  color: #6c6391;
  line-height: 1.5;
}
#leam table caption {
  color: #fff;
}
#leam table:nth-child(2) {
  background-color: #fff2ea;
}
#leam table td ,#leam table th{
  padding: 8px 6px;
  border: solid 1px #6c6391;
  border-top-width: 0px ;
  border-right-width: 0px;

}

@media screen and (max-width: 55em) {

#leam {
  background:#6c6391;
  text-align: center;
  padding: 3vh 5vw;


}
  #leam h2 {
    color: #fff;
    font-weight: 600;
  }
  #leam h2 span{
    padding:0.8vh 2vw;
    font-size:95%;
  }
  #leam table {
    width: 100%;
    margin-bottom: 5vh;
  }

  #leam table:nth-child(2) {
    background-color: #fff2ea;
  }
  #leam table td ,#leam table th{
    padding: 8px 2px;
  
  }
}
#mv {

  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items:flex-start; 
  text-align: center;
  flex-wrap: wrap;
  margin: 5vh 0 10vh 0;
}
#mv iframe {
  width:30%;
  height: 220px;
  margin: 5vh 1vw;
  border: solid 2px saddlebrown;
}
@media screen and (max-width: 55em) {
  #mv iframe {
    width:100%;
    
  }
}