a {
  color: #333;
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.notScroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

/* header */
header {
  background: #fcfcfc;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header a {
  display: inline-block;
  padding: 20px 0;
  width: 140px;
}
header a img {
  width: 100%;
}

header .today_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .today_wrap h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  background: #e6e6e6;
  color: #666;
  padding: 10px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .today_wrap h4 img {
  width: 18px;
}
header .today_wrap p {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ff5b00;
}

/* 기존 네이버 사이트 히든을 위한 header css */
/* header */
.highlight {
  color: #2486f7;
}
header .inner {
  height: 100%;
}
header .gnb_item a.active {
  color: #2486f7;
}
header.on .gnb_mo {
  top: 65px;
  display: block;
}
header .group_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .group_header .gnb_list {
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.2s;
}
header .group_header .gnb_list .gnb_item {
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 16px;
}
header .group_header .gnb_list .gnb_item a {
  color: #fcfcfc;
}
header .group_header .menu_wrap {
  width: 25px;
  height: auto;
  display: none;
  z-index: 0;
}

/* section1 */
.section1 {
  background: #fcfcfc;
  padding: 150px 0 75px;
  overflow: hidden;
}
.section1 .title_container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section1 .title_container .title_wrap {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.section1 .title_container .title_wrap span {
  display: block;
  font-size: 27px;
  font-family: "ONE-Mobile-Title";
  letter-spacing: -2px;
  color: #ff5b00;
  margin-bottom: 25px;
}
.section1 .title_container .title_wrap h1 {
  font-size: 80px;
  font-family: "ONE-Mobile-Title";
  letter-spacing: -4px;
  line-height: 1.25;
  color: #222;
  margin-bottom: 46px;
}
.section1 .title_container .title_wrap p {
  font-size: 32px;
  font-family: "ONE-Mobile-Regular";
  letter-spacing: -2px;
  color: #666;
}
.section1 .mian_bg {
  position: absolute;
  bottom: -75px;
  right: -353px;
  width: 900px;
}
.section1 .mian_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 900px;
  width: 100vw;
  height: 100%;
  background: #f4f4f4;
}
.section1 .mian_bg img {
  width: 100%;
}

.group_swiper {
  position: absolute;
  top: 45%;
  right: 245px;
  transform: translateY(-50%);
  width: 300px;
  height: 375px;
  z-index: 10;
}
.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-slide .img_wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 15px;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.swiper .swiper-slide .img_wrap.img1 img {
  height: 21px;
}
.swiper .swiper-slide .img_wrap.img2 img {
  height: 30px;
}
.swiper .swiper-slide .img_wrap.img3 img {
  height: 40px;
}

/* form_section */
.form_section {
  background: #f4f4f4;
}
.form_section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_section .title_wrap {
  background: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 55px 50px;
  padding-right: 110px;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0 120px 120px 0;
  position: relative;
}
.form_section .title_wrap::before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: -1px;
  right: 405px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.form_section .title_wrap h2 {
  font-size: 40px;
  font-family: "ONE-Mobile-Regular";
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
}
.form_section .title_wrap h2 b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ff5b00;
}
.form_section .title_wrap p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #ff5b00;
  letter-spacing: -1px;
}
.form_section .title_wrap p img {
  width: 7px;
}

.form_section .form_wrap form {
  display: flex;
  align-items: center;
  gap: 50px;
}
.form_section .form_wrap .input_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_section .form_wrap .form_box {
  display: flex;
  align-items: center;
}
.form_section .form_wrap .form_box label.title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: right;
  min-width: 100px;
  margin-right: 20px;
}
.form_section .form_wrap .form_box input[type="text"],
.form_section .form_wrap .form_box input[type="tel"],
.form_section .form_wrap .form_box select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 20px;
  outline: none;
  font-family: inherit;
  font-weight: 500;
  height: 50px;
  letter-spacing: -1px;
}
.form_section .form_wrap .form_box input[type="text"]::placeholder,
.form_section .form_wrap .form_box input[type="tel"]::placeholder {
  color: #bbb;
}
.form_section .form_wrap .form_box select {
  appearance: none;
  background: #fff url("./arrow_tel.png") no-repeat calc(100% - 14px) 50%;
  padding-right: 35px;
  margin-right: 10px;
}
.form_section .form_wrap .form_box .sex_cover {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}
.form_section .form_wrap .form_box .sex_cover .radio_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_section .form_wrap .form_box .sex_cover .radio_box input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.form_section .form_wrap .form_box .sex_cover .radio_box input[type="radio"]:checked {
  border: 1px solid #ff5b00;
}
.form_section .form_wrap .form_box .sex_cover .radio_box input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff5b00;
}
.form_section .form_wrap .form_box .sex_cover .radio_box label {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.form_section .form_wrap .form_box #customer_name {
  width: 250px;
}
.form_section .form_wrap .form_box #mobile2 {
  width: 300px;
}
.form_section .form_wrap .privacy_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 65px;
  position: relative;
}
.form_section .form_wrap .privacy_wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 123px;
  opacity: 0;
  z-index: 9;
}
.form_section .form_wrap .privacy_wrap input[type="checkbox"]:checked + i::before {
  border: solid #ff5b00;
  border-width: 0 3px 3px 0;
}
.form_section .form_wrap .privacy_wrap i {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 100%;
  margin-right: 7px;
  position: relative;
}
.form_section .form_wrap .privacy_wrap i::before {
  position: absolute;
  top: 1.5px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}
.form_section .form_wrap .privacy_wrap label {
  letter-spacing: -1px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}
.form_section .form_wrap .privacy_wrap button {
  display: block;
  color: #666;
  margin-left: 4px;
  letter-spacing: -1px;
  position: relative;
  top: -0.5px;
  font-weight: 500;
}

.form_section .form_wrap .btn_submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff5b00;
  color: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
}
.form_section .form_wrap .btn_submit img {
  width: 28px;
  margin-bottom: 15px;
}

/* section2 */
.section2 {
  padding: 100px 0;
  background: #fff;
}
.section2 h2 {
  text-align: center;
  font-family: "ONE-Mobile-Regular";
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.section2 ul li {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 30px 40px;
  position: relative;
  border-radius: 20px;
  width: calc(100% - 107px);
  margin-left: auto;
}
.section2 ul li:not(:last-child) {
  margin-bottom: 25px;
}
.section2 ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background: #ff5b00;
  border-radius: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  width: 48px;
  height: 48px;
}
.section2 ul li h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #2a2a2a;
  width: 24%;
  text-align: center;
  border-right: 1px solid #ddd;
  line-height: 1.4;
}
.section2 ul li p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #5d5d5d;
  padding-left: 45px;
}

/* banner_section */
.banner_section {
  padding: 50px 0;
  background: #fff5f0;
}
.banner_section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.banner_section img {
  width: 230px;
}
.banner_section .txt_wrap h3 {
  font-family: "ONE-Mobile-Regular";
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1a1a1a;
  margin-bottom: 25px;
}
.banner_section .txt_wrap h3 b {
  color: #ff5b00;
}
.banner_section .txt_wrap p {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #555;
}

/* section3 */
.section3 {
  padding: 80px 0;
  background: #fff;
}
.section3 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
.section3 ul li {
  border: 1px solid #ddd;
  padding: 50px 40px;
  border-radius: 20px;
}
.section3 ul li .txt_wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.section3 ul li .txt_wrap .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  height: 30px;
}
.section3 ul li .txt_wrap .logo_wrap img {
  width: 210px;
}
.section3 ul li .txt_wrap .logo_wrap p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #333;
}
.section3 ul li .txt_wrap h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #1e1e1e;
  white-space: nowrap;
}
.section3 ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  font-size: 30px;
  text-align: center;
  background: #ff5b00;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 18px 0;
  border-radius: 10px;
  margin-top: 32px;
}
.section3 ul li button img {
  width: 30px;
}
.section3 ul li.blank {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  background: #f5f5f5;
}
.section3 ul li.blank img {
  width: 220px;
}

/* section4 */
.section4 {
  padding: 110px 0 20px;
  background: url("./btm_img.png") no-repeat center / cover;
  text-align: center;
  margin-bottom: 60px;
}
.section4 h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "ONE-Mobile-Regular";
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 25px;
}
.section4 p.info {
  font-size: 30px;
  color: #b5bac1;
  letter-spacing: -1px;
  font-weight: 500;
}
.section4 ul {
  display: flex;
  align-items: center;
  position: relative;
  top: 80px;
}
.section4 ul li {
  width: 33.3%;
  padding: 45px 0;
}
.section4 ul li h4 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.section4 ul li p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  opacity: 0.7;
}
.section4 ul li:first-child h4 {
  font-weight: 600;
}
.section4 ul li:first-child p {
  font-weight: 500;
}
.section4 ul li:nth-child(1) {
  background: #f5f6f8;
}
.section4 ul li:nth-child(2) {
  background: #ff5b00;
  color: #fff;
}
.section4 ul li:nth-child(3) {
  background: #262626;
  color: #fff;
}

/* bottom_form_section */
.bottom_form_section {
  background: #fff;
  padding: 110px 0;
}
.bottom_form_section h2 {
  font-size: 42px;
  font-family: "ONE-Mobile-Regular";
  font-weight: 600;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.bottom_form_section .form_wrap {
  border: 1px solid #ddd;
  padding: 50px 90px;
  border-radius: 20px;
}
.bottom_form_section .form_wrap .input_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.bottom_form_section .form_wrap .btn_container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bottom_form_section .form_wrap .form_box {
  display: flex;
  align-items: center;
}
.bottom_form_section .form_wrap .form_box label.title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-right: 20px;
}
.bottom_form_section .form_wrap .form_box input[type="text"],
.bottom_form_section .form_wrap .form_box input[type="tel"],
.bottom_form_section .form_wrap .form_box select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 20px;
  outline: none;
  font-family: inherit;
  font-weight: 500;
  height: 50px;
  letter-spacing: -1px;
}
.bottom_form_section .form_wrap .form_box input[type="text"]::placeholder,
.bottom_form_section .form_wrap .form_box input[type="tel"]::placeholder {
  color: #bbb;
}
.bottom_form_section .form_wrap .form_box select {
  appearance: none;
  background: #fff url("./arrow_tel.png") no-repeat calc(100% - 14px) 50%;
  padding-right: 35px;
  margin-right: 10px;
}
.bottom_form_section .form_wrap .form_box .sex_cover {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}
.bottom_form_section .form_wrap .form_box .sex_cover .radio_box {
  display: flex;
  align-items: center;
}
.bottom_form_section .form_wrap .form_box .sex_cover .radio_box input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  position: relative;
  border-radius: 100%;
  border: 1px solid #ccc;
}
.bottom_form_section .form_wrap .form_box .sex_cover .radio_box input[type="radio"]:checked {
  border: 1px solid #ff5b00;
}
.bottom_form_section .form_wrap .form_box .sex_cover .radio_box input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff5b00;
}
.bottom_form_section .form_wrap .form_box .sex_cover .radio_box label {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 10px;
}

.bottom_form_section .form_wrap .form_box #customer_name__btm {
  width: 260px;
}
.bottom_form_section .form_wrap .form_box #mobile2__btm {
  width: 300px;
}
.bottom_form_section .form_wrap .privacy_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bottom_form_section .form_wrap .privacy_wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.bottom_form_section .form_wrap .privacy_wrap input[type="checkbox"]:checked + i::before {
  border: solid #ff5b00;
  border-width: 0 3px 3px 0;
}
.bottom_form_section .form_wrap .privacy_wrap i {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 100%;
  margin-right: 7px;
}
.bottom_form_section .form_wrap .privacy_wrap i::before {
  position: absolute;
  top: 2.2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}
.bottom_form_section .form_wrap .privacy_wrap label {
  letter-spacing: -1px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}
.bottom_form_section .form_wrap .privacy_wrap button {
  display: block;
  color: #666;
  margin-left: 4px;
  letter-spacing: -1px;
  position: relative;
  top: -0.5px;
  font-weight: 500;
}

.bottom_form_section .form_wrap .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff5b00;
  color: #fff;
  padding: 18px 100px;
  border-radius: 12px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
}
.bottom_form_section .form_wrap .btn_submit span {
  font-size: 20px;
  font-weight: 400;
  color: #ffc09d;
  margin-right: 20px;
}
.bottom_form_section .form_wrap .btn_submit img {
  width: 30px;
  margin-left: 15px;
}

/* section5 */
.section5 {
  background: #f2f2f2;
  color: #333;
  padding: 60px 0;
}
.section5 h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}
.section5 ul li {
  color: #555;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.section5 ul li:last-child {
  margin-bottom: 0;
}
.section5 ul li::before {
  position: absolute;
  left: 0;
  content: "-";
}

/* 푸터 */
.footer {
  background: #282a29;
  box-sizing: border-box;
  padding: 30px 0;
}
.footer h4 {
  color: #999;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 25px;
}
.footer p {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}
.footer p:last-of-type {
  margin-bottom: 0;
}

h1.siteTitle,
h2.siteSubTitle {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
