#wrap {

}
a { color: #0F0F0F;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100vh; touch-action: none;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}

header h1 a img {
  width: 150px;
}
/* #########################################################
  section1
######################################################### */
.section_1 {padding: 30px 0; overflow: hidden; background: #FFF1E1;}
.section_1 .container {
  position: relative;
}
.section_1 .main_img {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.section_1 .main_info {
  position: absolute;
  top: 293px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  text-align: center;
  color: #666;
  line-height: 1.4;
}
.section_1 .form_wrap {width: 100%; background: #fff; padding: 50px 55px; box-sizing: border-box; border-radius: 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.section_1 .form_wrap h2 {font-size: 30px; font-weight: 700; letter-spacing: -1px; margin-bottom: 45px; text-align: center;}
.section_1 .form_wrap .form_row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section_1 .form_wrap h2 b {color: #fa8d00;}
.section_1 .form_wrap ul {width: 80%; margin: 0 auto; display: flex; flex-direction: column; gap: 30px;}
.section_1 .form_wrap ul li .form_title {display: block; font-size: 24px; font-weight: 600; letter-spacing: -1px; color: #2c2c2c; margin-bottom: 15px;}
.section_1 .form_wrap ul li .title_label {display: block; font-size: 20px; font-weight: 700; letter-spacing: -1px; color: #2c2c2c; margin-bottom: 15px;}
.section_1 .form_wrap ul li input[type="text"],
.section_1 .form_wrap ul li input[type="tel"] {width: 100%; border: 1px solid #dbdbdb; padding: 15px 25px; font-size: 22px; outline: none; letter-spacing: -1px; border-radius: 10px; box-sizing: border-box;}
.section_1 .form_wrap ul li .form_row {display: flex; gap: 20px;}
.section_1 .form_wrap ul li .form_col_left,
.section_1 .form_wrap ul li .form_col_right {flex: 1; display: flex; flex-direction: column;}
.section_1 .form_wrap ul li .gender_wrap {padding: 15px 0; display: flex; align-items: center; gap: 15px; }
.section_1 .form_wrap ul li .gender_wrap input[type="radio"] {    
  width: 22px;
  height: 22px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.section_1 .form_wrap ul li .gender_wrap .gender_box {position: relative; display: flex; align-items: center;}
.section_1 .form_wrap ul li .gender_wrap .gender_box i {display: block; width: 20px; height: 20px; border: 1px solid #bbb; border-radius: 100%; position: relative; flex-shrink: 0;}
.section_1 .form_wrap ul li .gender_wrap .gender_box input[type="radio"]:checked + i {background: #fa8d00; border: 1px solid #fa8d00;}
.section_1 .form_wrap ul li .gender_wrap .gender_box input[type="radio"]:checked + i::before {content: ""; position: absolute; top: 3px; left: 7px; width: 4px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);}
.section_1 .form_wrap ul li .gender_wrap .gender_box label {display: inline-block; margin-left: 8px; font-size: 20px; color: #2c2c2c; cursor: pointer;}
.section_1 .form_wrap ul li .tel_box {display: flex; align-items: center; gap: 10px;}
.section_1 .form_wrap ul li .tel_box select { border: 1px solid #dbdbdb; padding: 15px 25px; font-size: 22px; outline: none; letter-spacing: -1px; border-radius: 10px; appearance: none; cursor: pointer; flex-shrink: 0; box-sizing: border-box; background-image: url("../Img/arrow_tel.png"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px;}
.section_1 .form_wrap ul li .tel_box input[type="tel"] {flex: 1;}
.section_1 .form_wrap ul .join_wrap {display: flex; justify-content: center; align-items: center; gap: 80px; border: 1px solid #fa8d00; border-radius: 10px; padding: 0; overflow: hidden;}
.section_1 .form_wrap ul li .join_item { position: relative; display: flex; align-items: center; justify-content: center; padding: 18px 0; cursor: pointer;}
.section_1 .form_wrap ul li .join_item input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  opacity: 0;
  z-index: 1;
  cursor: pointer;

}
.section_1 .form_wrap ul li .join_item i {display: block; width: 20px; height: 20px; border: 1px solid #bbb; border-radius: 100%; margin-right: 5px; position: relative; flex-shrink: 0;}
.section_1 .form_wrap ul li .join_item input[type="radio"]:checked + i {background: #fa8d00; border: 1px solid #fa8d00;}
.section_1 .form_wrap ul li .join_item input[type="radio"]:checked + i::before {content: ""; position: absolute; top: 3px; left: 7px; width: 4px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);}
.section_1 .form_wrap ul li .join_item label {font-size: 20px; color: #2c2c2c; cursor: pointer; font-weight: 600;}

.section_1 .form_wrap .privacy_wrap {display: flex; align-items: center; position: relative; gap: 7px;}
.section_1 .form_wrap .privacy_wrap i {display: block; width: 20px; height: 20px; border: 1px solid #bbb; border-radius: 5px; flex-shrink: 0;}
.section_1 .form_wrap .privacy_wrap input[type="checkbox"] {width: 20px; height: 20px; margin: 0; position: absolute; top: 0; left: 0; opacity: 0; z-index: 1; cursor: pointer;}
.section_1 .form_wrap .privacy_wrap input[type="checkbox"] + i::before {content: ""; position: absolute; top: 5px; left: 8px; width: 4px; height: 9px; border: solid white; transform: rotate(45deg);}
.section_1 .form_wrap .privacy_wrap input[type="checkbox"]:checked + i {background: #fa8d00; border: 1px solid #fa8d00;}
.section_1 .form_wrap .privacy_wrap input[type="checkbox"]:checked + i::before {border: solid #fff; border-width: 0 2px 2px 0;}
.section_1 .form_wrap .privacy_wrap label {font-size: 18px; font-weight: 500; letter-spacing: -1px;  cursor: pointer;}
.section_1 .form_wrap .privacy_wrap button {background: transparent; color: #fa8d00; padding: 0; font-size: 16px; border: 0; cursor: pointer;}
.section_1 .form_wrap .btn_wrap {width: 70%;
  margin: 0 auto; display: flex; gap: 15px; margin-top: 40px;}
.section_1 .form_wrap .btn_submit {flex: 1; background: #fa8d00; color: #fff; font-size: 24px; letter-spacing: -1px; font-weight: 600; padding: 17px 0; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; border: 0; cursor: pointer;}
.section_1 .form_wrap .btn_consult {flex: 1; background: #003070; color: #fff; font-size: 24px; letter-spacing: -1px; font-weight: 600; padding: 17px 0; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; border: 0; cursor: pointer;}
.section_1 .form_wrap .btn_submit img {width: 25px;}


/* ######################################################### section_banner1 ######################################################### */
.section_banner1 {
  overflow: hidden;
  padding: 60px 0;
  background: linear-gradient(to right, #1c1c28 38%, #ea6206 70%);
}
.section_banner1 .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section_banner1 .sec_header_text .sec_title{
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.section_banner1 .sec_header_text .sec_sub_title {
  color: #F29D27;

}
.section_banner1 .sec_header_text ul li {
  color: #dddddd;
  line-height: 1.6;
}
.section_banner1 .img_box{
  position: absolute;
  bottom: -30px;
  right: 30px;
  z-index: 999;
}
.section_banner1 .img_box img {
  width: 300px;
  z-index: 9999;
  position: relative;
}
.section_banner1 .img_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 350px;
  height: 355px;
  background: #0f0f0f21;
  border-radius: 50%;
  z-index: 0;
}
/* #########################################################
  section2
######################################################### */
.section_2 {
  padding: 80px 0;
  background: #fff;
}

.section_2 .sec2_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.section_2 .sec_header_text {
  flex: 1;
}

.sec_sub_title {
  font-size: 20px;
  color: #F29D27;
  font-weight: 600;
  margin-bottom: 10px;
}
.sec_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
.sec_title span {
  color: #E95C00;
}
.section_2 .sec2_header_img {
  flex-shrink: 0;
  width: 400px;
}

.section_2 .sec2_header_img img {
  width: 100%;
  height: auto;
  display: block;
}

.section_2 .sec2_content_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.section_2 .sec2_block {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ffe8d1;
}

.sec_block_header {
  background: #ffe8d1;
  padding: 15px 35px;
}

.sec_block_header h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #2c2c2c;
}
.sec_block_header h3 span {
  color: #E95C00;
}

.sec_block_header h3 b {
  font-size: 18px;
}
.section_2 .sec2_block_body {
  padding: 20px;
  background: #fff;
}

.section_2 .sec2_block_body ul li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #2c2c2c;
  padding-left: 25px;
  position: relative;
}
.section_2 .sec2_block_body ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../Img/con2_check.png);
  background-repeat: no-repeat;
  background-size: 20px;
}
.section_2 .sec2_block_body ul li:last-child {
  margin-bottom: 0;
}

.section_2 .sec2_block_body ul li span {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}


/* #########################################################
  section3
######################################################### */
.section_3 {
  padding: 80px 0;
  background: #F4F5F9;

}

.section_3 .sec_header_text {
  margin-bottom: 50px;
}

.section_3 .content_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
.float_wrap {
  position: fixed;
  top: 80%;
  right: calc((100% - 1200px) / 2 - 270px);
  transform: translate(0, -50%);
}
.float_wrap img{
  width: 250px;
} 
.section_3 .content_list::before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
  content: "";
  display: block;
  background: url(../Img/con3_img_1.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 120px;
}
.section_3 .content_card {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  padding: 30px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.section_3 .content_card_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section_3 .content_card_text {
  flex: 1;
}

.section_3 .content_card_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section_3 .content_card_title b {
  color: #E95C00;
}
.section_3 .content_card_list {

}

.section_3 .content_card_list li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #2c2c2c;
  font-weight: 500;
}

.section_3 .content_card_list li:last-child {
  margin-bottom: 0;
}

.section_3 .content_card_list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #2c2c2c;
  font-weight: bold;
}

.section_3 .content_card_img {
  flex-shrink: 0;
  width: 170px;
}

.section_3 .content_card_img img {
  height: 100%;
  display: block;
}

.section_3 .content_banner {

}

.section_3 .content_banner_left {
  flex: 1;
}

.section_3 .banner_text_large {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.section_3 .banner_text_highlight {
  font-size: 48px;
  font-weight: 700;
  color: #fa8d00;
  margin-bottom: 15px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.section_3 .banner_text_small {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  letter-spacing: -0.5px;
}

.section_3 .content_banner_right {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}

.section_3 .banner_product_info {
  flex: 1;
}

.section_3 .banner_product_name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.section_3 .banner_product_desc {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.section_3 .banner_product_img {
  flex-shrink: 0;
  width: 150px;
}

.section_3 .banner_product_img img {
  width: 100%;
  height: auto;
  display: block;
}
.section4 { 
  background: #3D3D3D;
  padding: 60px 0;
}

.section4 h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.section4 p {
  color: #F29D27;
  font-size: 16px;
  margin-bottom: 15px;
}
.section4 ul li {
  color: #d5d5d5;
  line-height: 1.8;
  font-size: 15px;
}