@import url("../font/pretendard/pretendard.css");

a {
  color: #333;
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.notScroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: none;
}

/* Select box 스타일 초기화 */
select {
  padding: 0 10px 0 4px;
  background: #fff url("arrow.png") no-repeat 100% 50% !important;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
}

select option {
  color: #000;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* placeholder 초기화 */
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
textarea:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
  font-weight: 100;
}
input::placeholder {
  font-weight: 400;
  color: #aaa;
}

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 */
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header a {
  display: inline-block;
  padding: 12px 0;
}
header a img {
  height: 40px;
}

header .call_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .call_wrap img {
  width: 32px;
}
header .call_wrap p {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #14aadc;
}
header .hidden_menu_list {
  display: flex;
  gap: 20px;
}
header .hidden_menu_item a {
  color: #fff;
}

/* section1 */
.section1 {
  background: url("./main_bg.png") no-repeat center / cover;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.section1 .container {
}
.section1 .container > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}
.section1 .title_wrap {
  background: linear-gradient(360deg, #0c80ac, #6bcaee);
  width: 45%;
  color: #fff;
  border-radius: 30px;
  min-width: 500px;
}
.section1 .title_wrap .text_wrap {
  padding: 60px 0 30px 40px;
}
.section1 .title_wrap h1 {
  font-family: "GongGothicMedium";
  font-size: 54px;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
.section1 .title_wrap span {
  font-size: 40px;
}
.section1 .title_wrap .img_wrap {
  display: flex;
  justify-content: flex-end;
}

.section1 .form_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  width: 60%;
  height: 480px;
  border-radius: 30px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.section1 .form_wrap form {
  width: 100%;
  min-width: 668px;
}
.section1 .form_wrap h2 {
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 500;
}
.section1 .form_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  gap: 15px;
  width: 575px;
  margin: 0 auto;
}
.section1 .form_wrap ul li,
.section1 .form_wrap .name_cover {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.section1 .form_wrap ul li:first-child {
  flex-direction: row;
}
.section1 .form_wrap ul li .sex_cover {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-left: 7px;
}
.section1 .form_wrap label {
  font-size: 25px;
  font-weight: 500;
  min-width: 110px;
}
.section1 .form_wrap input[type="radio"] {
  display: none;
}
.section1 .form_wrap input[type="text"],
.section1 .form_wrap input[type="tel"] {
  border: 0;
  font-size: 20px;
  padding: 15px 12px;
  outline: none;
  width: 170px;
  font-family: inherit;
  background: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  padding-left: 20px;
}
.section1 .form_wrap .tel_cover {
  display: flex;
  width: 100%;
}
.section1 .form_wrap select {
  font-size: 20px;
  padding-left: 21px;
  padding-right: 44px;
  appearance: none;
  background: #f2f2f2 url("./arrow_tel.png") no-repeat 80% 50% !important;
  border: 0;
  margin-right: 8px;
  border-radius: 6px;
}
.section1 .form_wrap input[type="radio"] {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #bbb;
  margin: 0;
  margin-right: 8px;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.section1 .form_wrap input[type="radio"]:checked + label {
  background: #14aadc;
}
.section1 .form_wrap .sex_cover .sex_box label {
  margin-bottom: 0;
  font-size: 20px;
  cursor: pointer;
  background: #ccc;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  color: #fff;
  border-radius: 6px;
}
.section1 .privacy_wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 10px;
  padding-left: 100px;
}
.section1 .privacy_wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.section1 .privacy_wrap label {
  font-size: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.section1 .privacy_wrap button {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}
.btn_submit {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 26px;
  font-weight: 600;
  background: #14aadc;
  color: #fff;
  padding: 20px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-radius: 6px;
  margin-top: 40px;
}

/* section2*/
.section2 {
  background: #edf4fa;
}
.section2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section2 h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
}

.section2 .rolling_wrap {
  display: flex;
  align-items: center;
  width: 60%;
  overflow: hidden;
  padding: 50px 0 80px;
  position: relative;
}
.section2 .rolling_wrap ul li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  position: relative;
  padding: 20px 0;
  border-radius: 10px;
}
.section2 .rolling_wrap ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 50%;
  bottom: -34px;
  background: #333;
}
.section2 .rolling_wrap ul li:after {
  content: "";
  transform: rotateZ(180deg);
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.section2 .rolling_wrap span {
  display: inline-block;
}
.bx-wrapper {
  max-width: 100% !important;
}
.swiper-wrapper {
  padding: 0 0 30px 0;
  overflow: unset !important;
}
.section2 .rolling_wrap:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 80px;
  content: "";
}
.section2 .rolling_wrap .slide_txt {
  background: #f2f2f2;
  padding: 5px 20px;
  font-size: 13px;
  border-radius: 30px;
}
.section2 .rolling_wrap .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.section2 .rolling_wrap .age {
  font-size: 20px;
  padding: 12px 50px;
  border-radius: 25px;
  box-sizing: border-box;
  background: #f2f2f2;
  color: #666;
}
.section2 .rolling_wrap .num {
  color: #8a8a8a;
}
.section2 .rolling_wrap .time {
  font-size: 16px;
  color: #666;
  position: absolute;
  bottom: -70px;
}

/* section3 */
.section3 {
  background: #fff;
  padding: 100px 0;
}
.section3 .container > p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  color: #919191;
  letter-spacing: -1px;
}
.section3 .container > h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 45px;
}
.section3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.section3 ul li {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  border: 1px solid#ddd;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px 50px;
}
.sec3_txt_wrap {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}
.sec3_txt_wrap p {
  font-size: 30px;
  letter-spacing: -1px;
  color: #14aadc;
  margin-bottom: 15px;
  font-weight: 600;
}
.sec3_txt_wrap span {
  letter-spacing: -1.5px;
  font-size: 21px;
  white-space: nowrap;
}

/* section4 */
.section4 {
  padding: 110px 0;
  background: #f7f7f7;
}
.section4 p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  color: #919191;
  letter-spacing: -1px;
}
.section4 h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 45px;
}
.section4 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #ddd;
  padding: 50px;
  padding-right: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}
.section4 ul li:not(:last-child) {
  margin-bottom: 20px;
}
.section4 ul li .left_wrap {
  display: flex;
  align-items: center;
  gap: 70px;
}
.section4 ul li .left_wrap h4 {
  font-size: 27px;
  font-weight: 600;
}
.section4 ul li .right_wrap {
  display: flex;
  gap: 20px;
}
.section4 ul li .right_wrap .fee_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 10px;
}
.section4 ul li .right_wrap .fee_wrap p {
  font-size: 20px;
  color: #999;
}
.section4 ul li .right_wrap .fee_wrap span {
  font-size: 25px;
  display: flex;
  gap: 10px;
}
.section4 ul li .right_wrap .fee_wrap span b {
  color: #e0210e;
}
.section4 ul li .right_wrap .btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.section4 ul li .right_wrap .btn_wrap button {
  background: none;
  border: 0;
  font-family: inherit;
  padding: 17px 0;
  font-size: 19px;
  color: #fff;
  border-radius: 7px;
  width: 200px;
}
.section4 ul li .right_wrap .btn_wrap .check_btn {
  background: #14aadc;
}
.section4 ul li .right_wrap .btn_wrap .apply_btn {
  background: #262626;
}

/* bottom_form */
.bottom_form_wrap {
  background: #333;
  padding: 40px 0;
}
.bottom_form_wrap form {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.bottom_form_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
  width: 80%;
  color: #fff;
}
.bottom_form_wrap ul li {
  display: flex;
  align-items: center;
}
.bottom_form_wrap ul li.privacy_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bottom_form_wrap ul li.privacy_wrap > div {
  display: flex;
  align-items: center;
}
.bottom_form_wrap ul li .input_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bottom_form_wrap ul li > label {
  font-size: 22px;
  font-weight: 500;
  min-width: 100px;
}
#pure-form__btm > ul > li:nth-child(5) > label {
  display: inline-block;
  font-size: 18px;
  margin: 0 6px 0 10px;
}
.bottom_form_wrap ul li input[type="text"],
.bottom_form_wrap ul li input[type="tel"] {
  font-family: inherit;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  outline: none;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 5px;
}
.bottom_form_wrap ul li .gender_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bottom_form_wrap ul li .gender_wrap input[type="radio"] {
  display: none;
}
.bottom_form_wrap ul li .gender_wrap label {
  font-size: 22px;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
}
.bottom_form_wrap ul li .gender_wrap input:checked + label {
  background: #14aadc;
  color: #fff;
}
.bottom_form_wrap ul li select {
  padding: 10px;
  padding-right: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  font-size: 20px;
  background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important;
  height: 45px;
  border-radius: 5px;
  color: #000;
}
.bottom_form_wrap ul li .mobile_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.bottom_form_wrap ul li input[type="checkbox"] {
  margin: 0;
  width: 20px;
  height: 20px;
}
.bottom_form_wrap .privacy_wrap label {
  display: inline-block;
  font-size: 18px;
  margin: 0 10px 0 10px;
}
.bottom_form_wrap .privacy_wrap button {
  font-size: 18px;
  position: relative;
  top: -2px;
}
.bottom_form_wrap .btn_submit__btm {
  background: #14aadc url(./arrow_icon.png) no-repeat calc(100% - 45px) 50%;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  text-align: left;
  padding: 0 30px;
  width: 29%;
  border-radius: 5px;
  height: 125px;
}

/* section5 */
.section5 {
  background: #f9f9f9;
  color: #333;
  padding: 50px 0;
  width: 100%;
}
.section5 h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}
.section5 ul {
  margin-bottom: 15px;
}
.section5 ul li {
  color: #666;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.section5 ul li::before {
  position: absolute;
  left: 0;
  content: "-";
}
.section5 p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

/* 푸터 */
.footer {
  background: #fff;
  box-sizing: border-box;
  padding: 50px 0;
  width: 100%;
}
.footer .f-cont {
  color: #333;
  overflow: hidden;
}
.footer .f-cont > div p {
  margin-bottom: 10px;
  font-size: 15px;
}
.footer .f-copy {
  margin-top: 20px;
  color: #333;
  font-size: 15px;
  text-align: right;
}
.footer .f-copy p {
  margin-bottom: 15px;
}
.footer .mt {
  margin-top: 20px;
}
.footer .f-logo {
  position: absolute;
  top: -15px;
  right: 0;
  text-align: right;
}
.footer a {
  color: #222;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 21px;
}
