/* COOKIE POPUP */
.popup {
  max-width: 600px;
  max-height: 698px;
  width: 100%;
  height: 100%;
  padding: 27px;
  position: fixed;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); */
  /* background-color: #243c84; */
  background-color: #413a2e;
  border: 1px solid var(--white);
  z-index: 1000;
  color: var(--white_color);
  box-sizing: border-box;
  justify-content: space-between;
}

.popup>div {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.event_wapper .event_left {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 54px;
  gap: 10px;
}

.event_wapper .event_left>div,
.event_wapper .event_left>ul {
  flex-direction: column;
}

.event_wapper .event_left>div {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 54px;
  gap: 10px;
}

.event_wapper .event_left>div h2 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 10px;
}

.event_wapper .event_left>div p:not(:first-of-type) {
  color: #ffc631;
  margin-top: 5px;
}

.event_wapper .event_left>ul {
   padding-top: 27px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  gap: 10px;
}

.event_wapper .event_right {
  justify-content: flex-end;
}

.event_wapper .event_right img {
  width: 68%;
  height: auto;
  z-index: -1;
  position: absolute;
  bottom: 204px;
  right: -77px;
}

.popup label {
  font-weight: 300;
  margin-right: 10px;
}

.popup button {
  color: #fff;
  background-color: var(--primarycolor);
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 27px;
}

.close_btn {
  position: absolute;
  top: 0;
  right: 0;

}

.close_btn .fa-solid {
  font-size: 24px;
  cursor: pointer;
}

/* ---------------- Main slide -------------- */
.form {
  padding-top: 108px;
  background: url(../images/banner_bg.jpg) no-repeat center /cover;
  height: 750px;
}

.form .main_tt {
  margin-bottom: 108px;
}

.form h3 {
  font-size: 52px;
}

.form .sub_tt,
.form .sub_tt {
  color: var(--main_color);
}

.form .main_tt span {
  color: var(--highlight_color);
}

.form img {
  margin-bottom: 81px;
}

.banner_title {
  margin: 124px 0 0 20px;
}

.banner h3 {
  font-size: 40px;
  color: var(--highlight_color);
  width: 402px;
  line-height: 66px;
  margin-top: 34px;
}

.recommend {
  background-color: var(--sub_highlight_color);
  position: relative;
  padding: 108px 0;
}

.recommend_wrap {
  margin-left: 95px;
}

.check_llist {
  font-size: 24px;
  line-height: 78px;
  font-weight: 600;
  width: 625px;
  height: 81px;
  background-color: var(--white);
  background: #FFFFFF;
  border: 2px solid rgba(31, 65, 160, 0.5);
  box-sizing: border-box;
  border-radius: 100px;
  filter: drop-shadow(4px 4px 4px rgba(31, 65, 160, 0.25));
  margin-bottom: 24px;
  display: inline-block;
}

.recommend img {
  position: absolute;
  bottom: 46px;
  left: 50%;
  /* transform: translateX(-50% ); */
  transform: translateX(calc(-100% - 188px));
  width: 280px;
}

.procedure .sub_tt {
  margin-bottom: 27px;
}

.procedure h4 {
  width: 385px;
  margin: 0 auto 72px;
}

.procedure .svg {
  height: 120px;
  margin-bottom: 25px;
}

.procedure .check {
  width: 32px;
  height: 26px;
  margin-bottom: 30px;
}

.procedure_wrap {
  gap: 160px;
}

.procedure_wrap>div {
  position: relative;
  width: 223px;
}

.procedure_wrap div span span {
  color: #fff;
}

.procedure .bar {
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.procedure_btn {
  margin: 108px 0;
  height: 81px;
  width: 100%;
  position: relative;
}

.procedure_btn>span {
  height: 81px;
  line-height: 81px;
  width: 100%;
  color: #FFC631;
  font-size: 34px;
}

.procedure_btn>i {
  position: absolute;
  font-size: 35px;
  right: 30%;
  top: 50%;
  color: #FFC631;
  transform: translatey(-50%);
}

.form form fieldset {
  padding: 40px 100px;
  font-size: 18px;
  border: 1px solid var(--highlight_color);
  font-weight: 500;
  background-color: var(--white_color);
}

.form input {
  color: var(--main_color);
}

.form input::placeholder,
.form .gneder,
.form .agree, 
.form .mediaId{
  color: var(--sub_color);
}

.form .agree {
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}
.form .agree a{
  color: var(--highlight_color);
}


.form .gneder input:checked {
  border-color: black;
}

.form .mediaId {
  gap: 5px;
}
.form .mediaId select{
  flex: 1;
}

option:checked {
  color: yellow;
}

.form .desc_tt {
  color: var(--highlight_color);
  font-weight: 700;
}

.form ul {
  gap: 35px;
}

.form li {
  width: 197px;
  /* width: 257px; */
  line-height: 37px;
  text-align: left;
  display: flex;
  flex: 1;
  /* margin-bottom: 27px; */
}

.form ul:not(:first-of-type) {
  margin-top: 54px;
}

.form input {
  border-bottom: 1px solid var(--sub_color);
  padding-bottom: 10px;
  outline: none;
  width: 100%;
}


.birth span {
  padding: 0 10px;
}

#nomore {
  height: 18px;
  width: 18px;
  margin: 3px 5px 0 0;
}
