@charset "utf-8";
/* CSS Document */

/****活動用****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}
/****活動用END****/

.pad {
  display: none;
}

.phone {
  display: none;
}

.web {
  display: block;
}

@media screen and (max-width: 800px) {
  .web {
    display: none;
  }

  .phone {
    display: none;
  }

  .pad {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .web {
    display: none;
  }

  .pad {
    display: none;
  }

  .phone {
    display: block;
  }
}

/*header menu*/
.headerschool {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  z-index: 999;
  border-bottom: 0px solid #00a0e9;

  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.headerschool h1 {
  float: left;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 64px;
  color: #e73920;
}

.headerschool img {
  width: 40px;
  margin-right: 6px;
  margin-left: 24px;
  vertical-align: middle;
  float: left;
  margin-top: 8px;
}

.menu {
  overflow: hidden;
  float: right;
}

.menu > li {
  float: left;
}

.menu > li div {
  line-height: 66px;
  height: 60px;
  color: #666;
  padding: 0 32px;
  font-size: 18px;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}

.menu > li div:hover {
  color: #e73920;
}

.menu_ok {
  color: #e73920 !important;
  border-bottom: 2px solid #e73920 !important;
}

@media screen and (max-width: 980px) {
  .headerschool img {
    margin-left: 20px;
  }

  .menu > li div {
    padding: 0 24px;
  }

  .menu > li span {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .headerschool img {
    display: none;
  }

  .headerschool {
    height: 44px;
  }

  .headerschool h1 {
    font-size: 22px;
    margin-left: 16px;
    display: none;
  }

  .menu {
    width: 100%;
  }

  .menu > li {
    width: calc(100% / 3);
    border-right: 0px solid #eee;
  }

  .menu > li:last-child {
    border-right: 0px solid #eee;
  }

  .menu > li div {
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    height: 44px;
    padding: 0 0px;
  }

  .menu > li span {
    display: none;
  }
}
/*header menu END*/

/*主視覺*/
.main {
  width: 100%;
  margin-top: 90px;
  background-image: url("../img/main_web.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 88;
  background-position: center;
  transition: all 0.3s;
}

.bg {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}

.box01 img {
  width: 100%;
  vertical-align: top;
  transition: all 0.3s;
}

.main_h {
  margin: 0 auto;
}

.main_mob {
  margin-bottom: -3px;
}

/*求職任務*/

/* .page {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px 20px;
} */

@media screen and (max-width: 736px) {
  .page {
    padding: 0 12px 20px;
    margin: 0 auto;
  }
  .main {
    margin-top: 74px;
  }
}

.bigbox {
  width: 100%;
}
.bg01 {
  background-color: #bbeb4c;
}

.bg02 {
  /* background-color: #ffffff; */
  background-image: url(../img/bg03.png);
}

.bg03 {
  background-color: #ffffe0;
}

.content01 {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 888;
  padding: 48px 0 58px;
}

.content01 > h1 {
  font-size: 28px;
  color: #0170c4;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 8px 16px 6px;
  border: 3px #0170c4 solid;
  transition: all 0.3s;
  box-shadow: 3px 4px 0 #0170c4;
}

.content01 > h3 {
  font-size: 30px;
  font-weight: bold;
  color: #0e6fac;
  text-align: center;
  margin-top: 20px;
}

.content01 > p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #007aff;
}

.totalwinners > h3 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.5;
  color: #f03b20;
  margin-bottom: 4px;
}

.sf {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  color: #f03b20;
}

.totalwinners {
  width: 100%;
  /* background-color: #fff;
border: 6px double #00a0ea; */
  position: relative;
  z-index: 8;
}

.titlebox_web {
  top: -68px;
  position: absolute;
  z-index: 8;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .content01 {
    padding: 24px 0px 43px;
    width: 100%;
  }

  .titlebox_web {
    top: -52px;
  }
}

@media screen and (max-width: 736px) {
  .content01 {
    padding: 24px 16px;
    width: 100%;
    overflow: hidden;
  }

  .content01 > h1 {
    font-size: 19px;
  }

  .content01 > h2 {
    font-size: 16px;
  }

  .content01 > h3 {
    font-size: 16px;
    margin-top: 14px;
  }

  .totalwinners > h3 {
    font-size: 40px;
  }

  .sf {
    font-size: 26px;
  }

  .titlebox_web {
    width: 320px;
    top: -23px;
    left: 50%;
    margin-left: -160px;
  }
}

@media screen and (max-width: 320px) {
  .titlebox_web {
    width: 260px;
    top: -22px;
    left: 50%;
    margin-left: -130px;
  }
  .winners > h3 {
    font-size: 40px;
  }

  .sf {
    font-size: 16px;
  }
}

/*任務*/
.taskbox {
  width: 100%;
  margin-bottom: 28px;
}

.taskbox ul {
  overflow: hidden;
  padding: 0 20px 20px 0;
}

.taskbox ul li {
  float: left;
  width: calc(100% / 3 - 30px);
  margin-right: 40px;
  position: relative;
}

.taskbox ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.task {
  background-color: #ffffff;
  padding: 40px 16px 28px;
  border-radius: 12px;
  /* border: 3px #ff6418 solid; */
  /* overflow: hidden; */
  min-height: 460px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
  position: relative;
  z-index: 8;
}

.task_shadow {
  z-index: -1;
  -webkit-border-radius: 20px;
  border-radius: 12px;
  position: absolute;
  top: 16px;
  left: 14px;
  width: 100%;
  min-height: 486px;
  background: rgba(122, 194, 240, 0.2);
}

@media screen and (max-width: 980px) {
  .taskbox ul {
    padding: 20px;
  }
}

@media screen and (max-width: 736px) {
  .taskbox ul {
    overflow: hidden;
    padding: 0;
  }
  .task_shadow {
    display: none;
  }
}
.task > h2 {
  font-size: 26px;
  color: #cf5700;
  /* line-height: 1.5; */
  font-weight: bold;
  margin-bottom: 8px;
}

.task > h1 {
  font-size: 28px;
  color: #0270c5;
  /* line-height: 1.5; */
  font-weight: bold;
  margin-bottom: 12px;
}

.task > p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 8px;
  color: #f03b20;
}
.task_sign {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 8px;
  color: #f03b20;
}

.explanation {
  border: #4e4e4e dashed 1px;
  margin-bottom: 12px;
  min-height: 80px;
}

.explanation p {
  font-size: 20px;
  color: #4e4e4e;
  line-height: 1.5;
  padding: 8px;
}

.buttonbox {
  width: 100%;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  text-align: center;
  background-color: #ff4e8a;
  box-shadow: 0 5px 0 #ff2670;
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s;
  margin: 0 auto;
}

.buttonbox:hover {
  color: #fff;
  background-color: #ff1464;
  box-shadow: 0 0 0 #ca305d;
  transform: translateY(5px);
}

.buttonbox_02 {
  background-color: #007ed0;
  box-shadow: 0 5px 0 #005d9a;
}

.buttonbox_02:hover {
  background-color: #009aff;
  box-shadow: 0 0 0 #0080d4;
  transform: translateY(5px);
}

.buttonbox_grey {
  width: 100%;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  text-align: center;
  background-color: #6d6d6d;
  box-shadow: 0 5px 0 #545454;
  color: #a4a4a4;
  border-radius: 6px;
  /* font-weight: bold; */
  transition: all 0.3s;
  margin: 0 auto;
}

.cta_double {
  width: 100%;
}

.cta_double > ul {
  overflow: hidden;
  padding: 0 0 20px 0;
}

.cta_double > ul > li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.cta_double > ul > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .task_title {
    width: 44px;
  }

  .explanation {
    min-height: 72px;
  }

  .task > h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 736px) {
  .explanation {
    min-height: auto;
  }
  .explanation p {
    min-height: auto;
    font-size: 16px;
  }

  .task {
    padding: 24px 16px 22px;
    min-height: auto;
  }

  .taskbox {
    padding: 0;
  }

  .taskbox ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .taskbox ul li:nth-last-child(1) {
    margin-bottom: 0;
  }

  .task > h2 {
    font-size: 24px;
  }
  .task > h1 {
    font-size: 24px;
  }

  .task > p {
    font-size: 14px;
  }

  .cta_double > ul {
    padding: 0;
  }

  .cta_double > ul > li {
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
  }
}

.task_title {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 12px;
}

.task_img {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 14px;
}

@media screen and (max-width: 980px) {
  .task_title {
    left: 4px;
  }
}

@media screen and (max-width: 736px) {
  .task_title {
    width: 40px;
    left: 12px;
  }

  .task_img {
    width: 90px;
    margin-bottom: 12px;
  }
}

/*兌換注意事項*/
.note02_s {
  overflow: hidden;
  padding-left: 36px;
  color: #333333;
}
.note02_s > li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #005391;
  text-align: left;
}
.note02_s a {
  color: #333333;
  text-decoration: underline;
}

.note_s_step {
  overflow: hidden;
}
.note_s_step > li {
  padding-left: 16px;
}

.notebox > h1 {
  color: #005391;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 14px;
}

@media screen and (max-width: 736px) {
  .content h1 {
    padding-left: 2px;
    font-size: 22px;
  }
  .note {
    overflow: hidden;
    padding-left: 4px;
  }
  .note > li {
    font-size: 14px;
  }
  .note_s {
    overflow: hidden;
    padding-left: 18px;
  }
  .note02_s {
    overflow: hidden;
    padding-left: 26px;
  }
  .note02_s > li {
    font-size: 14px;
  }
}

.notice_p {
  color: #c91f12;
}

/*我的中獎紀錄CTA*/
.mygift {
  width: 100%;
  background-color: #ffffff;
  /* background-image: url(../img/button_bg.png);
  background-size: cover;
  background-position: center; */
  padding: 12px 20px;
  border-radius: 12px;
  /* border: 1px #0090ff solid; */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.mygift ul {
  overflow: hidden;
}

.mygift ul li {
  float: left;
  line-height: 54px;
  height: 54px;
}

.mygift ul li:nth-child(1) {
  width: 50px;
}
.mygift ul li:nth-child(2) {
  width: calc(100% - 190px);
}
.mygift ul li:nth-child(3) {
  width: 140px;
}

.cta_mygift {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  /* font-weight: bold; */
  color: #f03b20;
  /* background-color: #ff6418; */
  border: 1px #f03b20 solid;
  border-radius: 6px;
  transition: all 0.3s;
  margin-top: 2px;
  /* box-shadow: 0 5px 0 #aa0000;*/
}

.cta_mygift:hover {
  background-color: #f03b20;
  color: #fff;
}

.mygift h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0270c5;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .mygift {
    padding: 14px 16px 12px;
  }

  .mygift h2 {
    font-size: 24px;
  }

  .mygift ul li {
    line-height: 48px;
    height: 48px;
  }

  .mygift ul li:nth-child(1) {
    width: 34px;
  }
  .mygift ul li:nth-child(2) {
    width: calc(100% - 124px);
  }
  .mygift ul li:nth-child(3) {
    width: 90px;
    float: right;
  }

  .mygift_img {
    width: 34px;
    margin-top: 6px;
  }

  .cta_mygift {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .mygift h2 {
    font-size: 22px;
  }

  .mygift ul li:nth-child(1) {
    width: 34px;
  }

  .mygift ul li:nth-child(2) {
    width: calc(100% - 124px);
  }
  .mygift ul li:nth-child(3) {
    width: 90px;
    float: right;
  }
}

/*tab*/
.workbox {
  /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 736px) {
  .workbox {
    margin: 10px 0 0;
  }
  .junior_img_l img,
  .junior_img_r img {
    width: 250px;
  }
}

.tab {
  width: 100%;
}
.tab ul {
  overflow: hidden;
}
.tab li {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  float: left;
  width: calc(100% / 4);
  background-color: #0270c5;
  border-radius: 12px 12px 0px 0px;
  cursor: pointer;
}
.tablinks,
.tablinks2,
.tablinks3 {
  width: 100%;
  padding: 12px 0;
  display: block;
}
.tablinks p,
.tablinks2 p,
.tablinks3 p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.tab li:hover {
  background-color: #2b9df3;
  color: #fff;
}

.tabcontent {
  float: left;
  width: 100%;
  display: none;
  background-color: #ffffff;
  padding: 20px;
  /* border: 5px #ff6418 solid; */
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.tabcontent h1 {
  color: #ff3a72;
  font-size: 16px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: bold;
}

.active {
  background-color: #f03b20;
  border-radius: 6px 6px 0px 0px;
}

@media screen and (max-width: 736px) {
  .tablinks p,
  .tablinks2 p,
  .tablinks3 p {
    font-size: 14px;
  }

  .tab li {
    border-radius: 6px 6px 0px 0px;
  }
}
/*tab end*/

/* swiper滑塊 */
.namebox {
  width: 100%;
  /* height: 142px; */
  padding: 12px;
  border-radius: 6px;
  position: relative;
  background-color: #fffdcf;
  display: flex;
}
.giftphoto {
  width: 40%;
}
.namebox .txt {
  width: 60%;
  padding: 8px;
  text-align: left;
}
.namebox .txt h2 {
  font-size: 19px;
  color: #0270c5;
  margin-left: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  /* text-align: center;  */
  /* margin-top: 16px;*/
}

.namebox .txt p {
  font-size: 18px;
  color: #0270c5;
  margin-left: 8px;
  line-height: 1.3;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* text-align: center; */
}

.namebox .txt span {
  font-size: 24px;
  color: #f03b20;
  margin: 0 2px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .namebox .txt h2 {
    font-size: 20px;
  }
  .namebox .txt p {
    font-size: 16px;
  }
}

/******************popup******************/
.bgblack {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.bodyno {
  overflow: hidden;
}

.popup {
  width: 400px;
  min-height: 348px;
  position: absolute;
  top: 8%;
  z-index: 999;
  border-radius: 8px;
  background-color: #fffdec;
  padding-bottom: 30px;
  overflow: hidden;
}

.popup h1 {
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #0270c5;
}

.popup h3 {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #0270c5;
  margin-bottom: 20px;
  padding: 0 16px;
}

.popup h2 {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  padding: 14px 16px 0px;
  color: #f03b20;
  font-weight: bold;
  margin-bottom: 8px;
}

.popup h4 {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  padding: 14px 16px 0px;
  color: #0270c5;
  font-weight: bold;
  margin-bottom: 8px;
}
.popup > p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 0 16px;
  margin-bottom: -6px;
  color: #0270c5;
  margin-top: 12px;
}

@media screen and (max-width: 736px) {
  .popup {
    width: 300px;
    padding-bottom: 60px;
    min-height: 300px;
  }
  .popup h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .popup h3 {
    font-size: 16px;
  }
  .popup h4 {
    font-size: 20px;
  }
}

.box2s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box2s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.box2s li:last-child {
  margin-right: 0;
}
.box3s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box3s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.box3s li:nth-child(1) {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.box3s li:last-child {
  margin: 0;
}

/*close popup*/
.close {
  position: absolute;
  right: 20px;
  width: 40px;
  cursor: pointer;
}

@media screen and (max-width: 736px) {
  .close {
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
  }
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

/*CTA*/
.goto {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #f03b20;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

.goto:hover {
  background-color: #ff2100;
}

.goto:hover {
  background-color: #ff2100;
}

.goto_s2 {
  background-color: #0270c5;
}
.goto_s2:hover {
  background-color: #0090ff;
}

/*iknow popup*/
.iknow {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #f03c21;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.iknow:hover {
  background-color: #ff5301;
}

/*gift popup*/
.giftbox {
  width: 100%;
  padding: 0 20px;
}
.giftbox > ul {
  overflow: hidden;
}
.giftbox > ul > li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
  border: 2px #f03b20 solid;
  border-radius: 8px;
  overflow: hidden;
}
.giftbox > ul > li:nth-child(1) {
  margin-bottom: 16px;
}
.giftbox > ul > li:nth-child(2) {
  margin-bottom: 16px;
}
.giftbox > ul > li:nth-child(2n + 2) {
  margin-right: 0;
}

/*popup2*/
.popup2 {
  min-height: 364px;
}

@media screen and (max-width: 736px) {
  .popup2 {
    min-height: 320px;
  }
}

/*QAbox*/
.qabox {
  width: 90%;
  background-color: #ffffff;
  border: 2px #8ccdff solid;
  margin: 0 auto 52px;
  padding: 8px;
  border-radius: 6px;
}

.qabox > p {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #0270c5;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .qabox {
    margin: 0 auto 20px;
  }
}

/*中獎名單*/
.winners {
  width: 100%;
  padding: 8px 24px;
  text-align: center;
}

.winnerbox {
  width: 100%;
  z-index: 88;
  background-color: #fffcdb;
}

.winnerbox h4 {
  margin-bottom: 8px;
  color: #f03b20;
  font-size: 18px;
  text-align: left;
}

.winner_table {
  width: 100%;
  margin-bottom: 12px;
}

.winner_table table {
  width: 100%;
}

.winner_table td {
  max-width: 94px;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #005391;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 10px;
}

.winner_table td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.winner_table tr:nth-child(odd) {
  background-color: #fff9f9;
}

.winner_table tr:nth-child(even) {
  background-color: #fff;
}

.winner_table tr:nth-child(1) {
  background-color: #e7f8ff;
  text-align: center;
}

.winnerbox_pop {
  background-color: #fffce4;
  padding: 60px 20px 0 20px;
}

@media screen and (max-width: 736px) {
  .winnerbox {
    margin-top: 20px;
  }

  .winnerbox h4 {
    font-size: 14px;
  }

  .winner_table td {
    font-size: 14px;
  }
}

.popup4 {
  width: 400px;
  min-height: 300px;
  position: absolute;
  top: 8%;
  border-radius: 8px;
  background-color: #fffbda;
  padding-bottom: 20px;
  max-height: 80vh;
  overflow: auto;
  z-index: 999;
}

.popup4 h1 {
  width: 400px;
  font-size: 24px;
  background-color: #f03b20;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: fixed;
  z-index: 999;
}

.popup4 p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 8px 16px 16px;
  color: #6a3906;
}

.popup4 h2 {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  padding: 14px 16px 0px;
  color: #440000;
  font-weight: bold;
  margin-bottom: 24px;
}

.popup4 h4 {
  padding: 0px 16px;
  font-size: 16px;
  color: #ff6418;
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .popup4 {
    max-height: none;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0 !important;
    border-radius: 0px;
  }
  .popup4 h1 {
    width: 100%;
  }
}

/******************popup END******************/
