* {
  /* outline: 1px solid pink; */
}
.header {
  position: absolute;
  width: 100%;
  background-color: rgba(59, 49, 37, 0.7);
}

.footer {
  background-color: #3e2723;
}

.logo img {
  width: 110px;
}

.brand_title {
  margin-left: 17px;
  margin-top: 20px;
  height: 30px;
}

.container_1365 {
  max-width: 1365px;
  margin: 0 auto;
}

.kv {
  height: 61.3vh;
  background-image: url("https://img.eatogo.com.tw/eatogo_img/entrance-kv.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.kv .slogan {
  position: absolute;
  top: 55.7%;
  transform: translate(0, -50%);
  font-size: 50px;
  line-height: 75px;
  color: #ffffff;
  text-shadow: black 0 3px 6px;
  font-weight: bold;
}

.scroll_down {
  background-color: rgb(54, 38, 30);
  padding: 17px 0px 16px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 60px;
}

.scroll_down .title_group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.scroll_down .title_group .title {
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  line-height: 36px;
  margin-right: 15px;
}

.scroll_down .title_group .arrow_outer_block {
  height: 36px;
  width: 17px;
  position: relative;
}

.scroll_down .title_group .arrow_inner_block {
  margin-top: 7px;
  position: relative;
}

.nav_arrow_line {
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #fdd835;
  border-radius: 20px 20px 20px 20px;
  position: absolute;
  top: 0px;
  left: 9px;
  transition: height 0.3s ease;
  left: 50%;
  transform: translate(-50%, 0px);
}

.nav_arrow {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: top 0.3s ease;
}

.tip1 {
  position: absolute;
  top: 4px;
  left: 2px;
  transform: rotate(40deg);
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #fdd835;
  border-radius: 20px 20px 20px 20px;
}

.tip2 {
  transform: rotate(-40deg);
  position: absolute;
  top: 4px;
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #fdd835;
  border-radius: 20px 20px 20px 20px;
  left: -5px;
}

.scroll_down:hover .nav_arrow {
  top: 15px;
}

.scroll_down:hover .nav_arrow_line {
  height: 28px;
}

.brand_block .group_title {
  margin-top: 35px;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #3e2723;
  margin-bottom: 25px;
}

.brand_block .group_title.other {
  padding-top: 35px;
  margin-top: 0px;
}

.hr {
  margin-top: 25px;
  border-top: 1px solid #eeeeee;
}

.brand_block .title {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  color: #5d4037;
  position: relative;
  width: 460px;
  margin: 55px auto;
}

.brand_block .title::before {
  content: '';
  position: absolute;
  border-top: 1px solid #bcaaa4;
  width: 90px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.brand_block .title::after {
  content: '';
  position: absolute;
  border-top: 1px solid #bcaaa4;
  width: 90px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.brand_block .brand_list .swiper-wrapper {
  width: 100%;
}

.brand_block .brand_list.other {
  margin-bottom: 60px;
}

.brand_block .brand_list .item {
  padding-top: 9.85%;
  cursor: pointer;
  border: 5px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.brand_block .brand_list .item:hover {
  border: 5px solid #fdd835;
}

#other_brand,
#eatogo_brand {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 auto;
}

#other_brand .prev-block,
#other_brand .next-block,
#eatogo_brand .prev-block,
#eatogo_brand .next-block {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 30px 40px 30px 4px;
  z-index: 100;
  box-shadow: 0px 0px 10px 10px white;
  background-color: white;
}

#other_brand .prev-block,
#eatogo_brand .prev-block {
  padding: 30px 0px;
  left: -50px;
}

#other_brand .prev-block span,
#eatogo_brand .prev-block span {
  display: none;
}

#other_brand .next-block,
#eatogo_brand .next-block {
  right: -90px;
}

#other_brand .next-block .next,
#eatogo_brand .next-block .next {
  right: 0px;
  margin-left: auto;
}

.footer > .container_1366 > div {
  display: flex;
}

.privacy > a:last-child {
  margin-left: 0px;
}

.privacy > a:first-child {
  margin-right: 0px;
}

.privacy {
  padding-left: 64px;
  margin-bottom: 0px;
}

.privacy p {
  height: 26px;
}

@media screen and (max-width: 1366px) {
  .container_1365 {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1199px) {
  .logo img {
    width: 68px;
  }

  .container_1365 {
    padding: 0 40px;
  }

  .privacy {
    justify-content: center;
  }

  .kv {
    height: 48.3vh;
    background-image: url("https://img.eatogo.com.tw/eatogo_img/entrance-kv_t.png");
  }

  .kv .slogan {
    font-size: 40px;
    line-height: 60px;
    top: 57.5%;
  }

  .scroll_down {
    margin-bottom: 40px;
  }

  .scroll_down .title {
    font-size: 24px;
  }

  .brand_block .title {
    font-size: 28px;
    line-height: 30px;
    width: 320px;
    margin: 30px auto 40px;
  }

  .brand_block .title::before {
    width: 30px;
  }

  .brand_block .title::after {
    width: 30px;
  }

  .brand_block .group_title {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 45px;
    padding: 0 40px;
  }

  .hr {
    margin: 25px 40px 0;
  }

  #other_brand,
  #eatogo_brand {
    width: calc(100% - 90px);
    margin: 0 0 0 90px;
  }

  #other_brand .next-block,
  #eatogo_brand .next-block {
    right: 0px;
    padding: 30px 40px 30px 4px;
    box-shadow: 0px 0px 15px 15px white;
  }

  #other_brand .prev-block,
  #eatogo_brand .prev-block {
    padding: 30px 0px;
    box-shadow: 0px 0px 15px 15px white;
  }

  .brand_block .brand_list .swiper-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .brand_block .brand_list .item {
    padding-top: 16.31%;
  }

  .brand_block .brand_list .item:last-child {
    display: block;
  }

  .footer {
    padding: 30px 0;
  }

  .footer .container_1366 {
    display: block;
    height: auto;
  }

  .footer .container_1366 > div {
    display: block;
  }

  .footer .container_1366 > div > p {
    margin-bottom: 20px;
  }

  .footer .container_1366 p {
    text-align: center;
  }

  .footer .container_1366 > div .privacy {
    padding-left: 0;
    margin-bottom: 28px;
    justify-content: center;
  }

  .copyright {
    font-size: 14px;
    line-height: 22px;
  }

  .brand_block .group_title.other {
    padding: 35px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    height: 39.2vh;
  }

  .kv .slogan {
    font-size: 28px;
    line-height: 42px;
    top: 61.3%;
  }

  .scroll_down {
    margin-bottom: 30px;
    padding: 14px 0px 14px;
  }

  .scroll_down .title_group {
    height: 27px;
  }

  .scroll_down .title_group .title {
    font-size: 20px;
    line-height: 27px;
  }

  .container_1365 {
    padding: 0 20px;
  }

  .brand_block .group_title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
    padding: 0 20px;
  }

  .hr {
    margin: 25px 20px 0;
  }

  .brand_block .group_title.other {
    padding: 30px 20px 0px;
  }

  .brand_block .brand_list {
    width: 100%;
    margin: 0 auto 10px;
    justify-content: space-evenly;
    justify-content: flex-start;
  }

  #other_brand,
  #eatogo_brand {
    margin: 0 0 0 70px;
    width: calc(100% - 86px);
  }

  .brand_block .brand_list .item {
    padding-top: 31.1%;
    margin-right: 8px;
    border-width: 3px;
  }

  .brand_block .brand_list .item:not(:nth-last-child(1)) {
    margin-right: 8px;
  }

  .brand_block .brand_list .item:hover {
    border-width: 3px;
  }

  #other_brand .prev-block,
  #eatogo_brand .prev-block {
    padding: 30px 20px 30px 4px;
    box-shadow: 10px 0px 10px 10px white;
  }

  #other_brand .next-block,
  #eatogo_brand .next-block {
    padding: 20px 20px 20px 4px;
    box-shadow: 0px 0px 10px 10px white;
    right: -16px;
  }

  #other_brand .prev-block,
  #eatogo_brand .prev-block {
    padding: 20px 4px 20px 20px;
    left: -70px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer .container_1366 {
    display: block;
    height: auto;
  }

  .footer .container_1366 > div {
    display: block;
  }

  .footer .container_1366 > div > p {
    margin-bottom: 20px;
  }

  .footer .container_1366 p {
    text-align: center;
  }

  .footer .container_1366 > div .privacy {
    padding-left: 0;
    margin-bottom: 28px;
  }

  .copyright {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 360px) {
  .font_20 {
    font-size: 18px;
    line-height: 30px;
  }

  .kv .slogan {
    font-size: 26px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .footer .container_1366 {
    padding: 0 40px !important;
  }
}

/* 第二階段 */
.container_1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* ==================  react 使用start ================= */
.keyword {
  color: #93703c;
  font-size: 18px;
  padding-top: 40px;
}

.keyword + .each-block {
  padding-top: 10px;
}

.block-area {
  background-color: #f5f5f5;
  padding-bottom: 70px;
}

.each-block {
  padding-top: 40px;
  padding-bottom: 30px;
}

.block-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: flex-end;
}

.block-header .title {
  color: #3e2723;
  font-size: 30px;
  margin-right: auto;
}

.block-header .right {
  display: flex;
  min-width: 192px;
  align-items: center;
}
.block-header .more {
  text-decoration: underline;
  font-size: 18px;
  color: #93703c;
  margin-right: 35px;
  cursor: pointer;
  line-height: 27px;
}

.block-header .btn {
  display: flex;
  width: 85px;
  min-width: 85px;
  justify-content: space-between;
}

.next,
.prev {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #eeeeee;
  border-radius: 90px;
  padding: 7px;
  position: relative;
  cursor: pointer;
}

.next.disabled,
.prev.disabled {
  cursor: not-allowed;
}

.next::after,
.prev::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.disabled.next::after,
.disabled.prev::after,
.swiper-button-disabled .next::after,
.swiper-button-disabled .prev::after {
  opacity: 0.3 !important;
  cursor: not-allowed;
}

.next::after {
  background-image: url(../../images/next.svg);
}

.prev::after {
  background-image: url(../../images/prev.svg);
}

.brand_next,
.brand_prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
}

.brand_next {
  background-image: url(../../images/arrow-brand-right-normal.svg);
}

.brand_prev {
  background-image: url(../../images/arrow-brand-left-normal.svg);
}

.swiper-button-disabled .brand_next {
  background-image: url(../../images/arrow-brand-right-disable.svg);
}
.swiper-button-disabled .brand_prev {
  background-image: url(../../images/arrow-brand-left-disable.svg);
}

.each-store {
  /* display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none; */
  overflow-x: hidden;
}

.each-store::-webkit-scrollbar {
  display: none;
}

.store-block {
  min-width: calc((100% - 91px) / 4);
  width: calc((100% - 91px) / 4);
  margin-right: 30px;
}

.image-block {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comming-soon::after {
  content: '';
  background-color: rgba(13, 13, 13, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
}

/* tag */
.tag-group {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: end;
}

.tag-group div {
  padding: 5px 10px;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  width: max-content;
  margin-left: auto;
  max-width: 105px;
  text-align: start;
}

.color-one {
  background-color: #00bfa5;
}
.color-two {
  background-color: #ffa000;
}
.color-three {
  background-color: #dd2c00;
}

/* 店家距離 */
.image-block .distance {
  background-color: #d3a651;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px;
}

.store-title {
  color: #3e2723;
  font-size: 18px;
  margin-top: 10px;
}

.delivery-price {
  color: #93703c;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
}

.public-holiday {
  color: #8e8e8e;
  font-size: 14px;
  margin-top: 6px;
}

/* 內頁 */

.block-contain-area {
  padding-top: 120px;
  background-color: #f5f5f5;
}

.block-contain-area .each-block {
  padding-top: 35px;
  padding-bottom: 60px;
}

.block-contain-area .goback-btn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../../images/prev.svg);
  margin-right: 8px;
}

.block-contain-area .goback-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.block-contain-area .each-store {
  overflow-x: auto;
  flex-wrap: wrap;
  display: flex;
}

.block-contain-area .store-block:nth-child(4n + 4) {
  margin-right: 0px;
}

.block-contain-area .store-block {
  min-width: calc((100% - 91px) / 4);
  width: calc((100% - 91px) / 4);
  margin-right: 30px;
  margin-bottom: 40px;
}

.image-position {
  position: relative;
}

.comming-soon-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  width: 100%;
  text-align: center;
}

/* 返回凍結 */
.goBack_fixed {
  background-color: #f5f5f5;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1199px) {
  .keyword {
    padding: 30px 40px 0px;
  }

  .each-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-header {
    padding: 0 40px 20px;
  }

  .block-header .more {
    line-height: 24px;
  }

  .each-store {
    overflow-x: auto;
    padding: 0 0 0 40px;
  }

  .store-block {
    min-width: calc((100% - 61px) / 2.779);
    width: calc((100% - 61px) / 2.779);
    margin-right: 20px;
  }

  .store-block:last-child {
    margin-right: 40px;
  }

  .store-title {
    font-size: 16px;
  }

  .delivery-price {
    margin-top: 20px;
  }

  /* 內頁 */
  .block-contain-area {
    padding-top: 0px;
  }

  .block-contain-area .goback {
    padding: 32px 40px 31px;
  }

  .block-contain-area .each-store {
    overflow-x: auto;
    padding: 0 40px;
  }

  .block-contain-area .store-block {
    min-width: calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    display: flex;
  }

  .block-contain-area .image-position {
    width: 45.59%;
    min-width: 45.59%;
  }

  .block-contain-area .image-block {
    width: 100%;
    min-width: 100%;
    padding-top: 100%;
  }

  .block-contain-area .text-block {
    width: 54.41%;
    margin-left: 10px;
  }

  .block-contain-area .store-block:nth-child(2n + 2) {
    margin-right: 0px;
  }

  .block-contain-area .image-block .distance {
    padding: 3px 7px;
    font-size: 12px;
  }

  .block-contain-area .tag-group div {
    font-size: 12px;
    padding: 3px 7px;
  }

  .block-contain-area .each-block {
    padding-top: 20px;
  }

  .block-contain-area .each-block {
    padding-bottom: 20px;
  }

  .block-contain-area .store-title {
    margin-top: 0px;
  }

  .block-contain-area .delivery-price {
    margin-top: 30px;
  }

  .block-contain-area .comming-soon-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .keyword {
    font-size: 16px;
    padding: 30px 20px 0px;
  }
  .store-block:last-child {
    margin-right: 20px;
  }

  .block-header {
    padding: 0 20px 20px;
  }

  .block-header .title {
    font-size: 24px;
  }

  .block-header .right {
    min-width: 56px;
    margin-left: 10px;
  }

  .block-header .more {
    font-size: 14px;
  }

  .block-header .btn {
    display: none;
  }

  .block-header .more {
    margin-right: 0px;
    line-height: 19px;
  }

  .store-block {
    min-width: calc((100% - 21px) / 1.595);
    width: calc((100% - 21px) / 1.595);
    margin-right: 20px;
  }

  .each-store {
    padding: 0 0 0 20px;
  }

  .image-block .distance {
    padding: 3px 7px;
    font-size: 12px;
  }

  .tag-group div {
    padding: 3px 7px;
    font-size: 12px;
    margin-bottom: 4px;
  }

  .each-block {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .block-area {
    padding-bottom: 50px;
  }

  .block-contain-area .each-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .block-contain-area .goback {
    padding: 16px 20px 10px;
  }

  .block-contain-area .goback-btn {
    font-size: 18px;
    height: 27px;
  }

  .block-contain-area .each-store {
    overflow-x: auto;
    padding: 0 20px;
  }

  .block-contain-area .store-block {
    min-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .comming-soon-text {
    font-size: 20px;
  }
}

/* ==================  react 使用end ================= */

/* 成為夥伴 */
.partner-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 23.44%;
  position: relative;
  background-image: url('../../images/eatogether_index-partner_pc.jpg');
}
.partner-area::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 23.44%;
}

.partner-area .container_1200 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
}

.slogan {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.partner-area a.common_btn {
  background-color: #d3a651;
  border: 1px solid #d3a651;
}

.partner-area a.common_btn:hover {
  background-color: #bc7b00;
  border: 1px solid #bc7b00;
}

@media screen and (max-width: 1199px) {
  .partner-area,
  .partner-area::after {
    padding-top: 58.6%;
  }

  .slogan {
    font-size: 36px;
    line-height: 53px;
  }
}

@media screen and (max-width: 767px) {
  .partner-area {
    padding-top: 83.4%;
    background-image: url('../../images/eatogether_index-partner_m.jpg');
  }
  .partner-area::after {
    padding-top: 83.4%;
  }

  .slogan {
    font-size: 24px;
    line-height: 36px;
  }
}

/* ================== 成為合作夥伴表單 ================== */
.form_container {
  background-image: url('../../images/eatogether_partner.jpg');
  width: 100%;
  /* padding-top: 56.25%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form_container .container_1200 {
  padding: 135px 0px;
}

.form_container .form {
  width: 550px;
  padding: 60px 30px 50px;
  background-color: #ffffff;
  border-radius: 3px;
  right: 0;
  margin-left: auto;
}

.form_container .form .title {
  font-size: 40px;
  color: #3e2723;
  padding-bottom: 40px;
}

.form_container .input_title {
  padding-bottom: 4px;
}

.form_container .form_block {
  margin-top: 20px;
}

.form_container .form_block:first-of-type {
  margin-top: 0px;
}

.form_container .font_16 {
  font-size: 16px;
  color: #3e2723;
  line-height: 26px;
}

.form_container input {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  padding: 9px 8px;
}

.form_container .radio-label input[type='radio']:checked + .circle {
  background-color: #3e2723;
  border: 2px solid #3e2723;
}

.form_container .radio-label {
  padding-left: 32px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  min-height: 26px;
  margin-right: 50px;
  display: inline-flex;
}

.form_container .radio-label .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid #3e2723;
  padding-right: 8px;
}

.form_container .radio-label .circle::after {
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.form_container .radio-label input[type='radio']:checked + .circle::after {
  opacity: 1;
}

.form_container .common_radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: none;
}

.form_container .remark {
  padding: 9px 8px;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

.form_container textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8e8e8e;
  opacity: 1; /* Firefox */
}

.form_container textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8e8e8e;
}

.form_container textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8e8e8e;
}

.form_container .form-btn {
  color: #fff;
  border: 0;
  min-width: 237px;
  width: 237px;
  padding: 13px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 25px;
  display: block;
  margin: 50px auto 0px;
  cursor: pointer;
  background-color: #3e2723;
  text-align: center;
}

.form_container .checkbox-label {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #212121;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  min-height: 26px;
  display: flex;
  margin-top: 20px;
}

.form_container .checkbox-label input[type='checkbox'] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  display: none;
}

.form_container .checkbox-label .circle {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 2px solid #3e2723;
  overflow: hidden;
  border-radius: 3px;
}

.form_container .checkbox-label input[type='checkbox']:checked + .circle {
  background-color: #3e2723;
  border: 1px solid #3e2723;
}

.form_container .checkbox-label .circle::after {
  content: '\f00c';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0;
  left: 0;
  top: 0;
}

.form_container .checkbox-label input[type='checkbox']:checked + .circle::after {
  opacity: 1;
}

.policy {
  color: #d3a651;
}

.apply_success_block {
  background-color: white;
  border-radius: 3px;
  padding: 60px;
  width: 500px;
  margin: 10% auto 25%;
  text-align: center;
  box-shadow: 0px 3px 14px 14px rgba(0, 0, 0, 0.3);
}

.apply_success_block .title {
  font-size: 30px;
  color: #3e2723;
  margin-bottom: 15px;
}

.apply_success_block .content {
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .form_container .container_1200 {
    padding: 135px 40px 135px;
  }

  .form_container .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form_container .container_1200 {
    padding: 110px 20px 60px;
  }

  .form_container .form {
    padding: 30px 20px;
  }

  .form_container .form .title {
    font-size: 30px;
  }

  .form_container input {
    padding: 7px 8px 3px;
  }

  .form_container .form-btn {
    min-width: 237px;
    width: 237px;
    padding: 13px;
    margin: 40px auto 0px;
  }

  .apply_success_block {
    padding: 40px;
    width: 90%;
  }
}

.enter-page-right-block .right-block {
  background-image: url(../../images/enter-page-img.png);
}
@media screen and (max-width: 1199px) {
  .enter-page-right-block .right-block {
    background-image: url(../../images/enter-page-img-tb.png);
  }
}
@media screen and (max-width: 767px) {
  .enter-page-right-block .right-block {
    background-image: url(../../images/enter-page-img-mb.png);
  }
}
.common_pop_close,
.pop_login .common_pop_close {
  background-image: url(../../images/eatogether_close.svg) !important;
}
