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 {background: linear-gradient(to right, #c6e3ff, #dfecff);}
header .container {display: flex; align-items: center;}
header a {display: inline-block; padding: 25px 0; font-size: 24px; font-weight: 600; letter-spacing: -1px; color: #c8e4ff;}
header a img {width: 200px;}
header .list_wrap {margin-left: auto; color: #fff; display: flex; align-items: center; gap: 40px;}
header .list_wrap a {color: #dbebff;}

/* section1 */
.section1 {background: linear-gradient(to right, #c6e3ff, #dfecff); padding: 70px 0 110px; position: relative;}
.section1::before {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: url("../Img/main_bg.png") no-repeat 0 0 / cover;}
.section1 .title_wrap {display: flex; justify-content: space-between; align-items: center; margin-top: 40px;}
.section1 .title_wrap .text_wrap h1 {font-size: 80px; font-weight: 700; letter-spacing: -3px; line-height: 1.3;}
.section1 .title_wrap .text_wrap p {font-size: 33px; font-weight: 400; letter-spacing: -2px; color: #222; margin-top: 40px;}
.section1 .title_wrap .text_wrap p b {font-weight: 500; color: #0058d8;}
.section1 .title_wrap .img_wrap {position: relative;}
.section1 .title_wrap .img_wrap img {margin-right: 70px;}
.section1 .title_wrap .img_wrap p {position: absolute; top: 370px; right: 20px; font-size: 15px; letter-spacing: -1px; color: #fff;}

.section1 .form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; box-sizing: border-box; background: #fff; padding: 55px 40px; border-radius: 25px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.section1 .form_wrap form {width: 100%; display: flex; align-items: center; gap: 40px;}
.section1 .form_wrap ul {display: grid; grid-template-columns: 2.7fr 2.3fr; box-sizing: border-box; gap: 30px 40px;}
.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: 12px; margin-left: 12px;}
.section1 .form_wrap label {font-size: 24px; font-weight: 500; min-width: 80px; white-space: nowrap; letter-spacing: -1px;}
.section1 .form_wrap ul .birth_wrap label {min-width: 98px;}
.section1 .form_wrap input[type="radio"] {display: none;}
.section1 .form_wrap input[type="text"], 
.section1 .form_wrap input[type="tel"] {border: 1px solid #cccccc; font-size: 24px; padding: 0 20px; outline: none; font-family: inherit; background: #fff; width: 100%; height: 66px; border-radius: 10px; letter-spacing: -1px;}
.section1 .form_wrap input[type="text"]::placeholder, 
.section1 .form_wrap input[type="tel"]::placeholder {color:#aaa;}
.section1 .form_wrap .tel_cover {display: flex; width: 100%;}
.section1 .form_wrap select {font-size: 24px; padding-left: 12px; padding-right: 28px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important; border: 1px solid #cccccc; 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: #0058d8;}
.section1 .form_wrap input[type="radio"]:not(:checked) + label {color:#777;background-color: #fff;border: 1px solid #cccccc;box-sizing: border-box;}
.section1 .form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 24px; cursor: pointer; background: #ccc; min-width: auto; display: flex; justify-content: center; align-items: center; height: 66px; width: 66px; color: #fff; border-radius: 10px;}
.section1 .privacy_wrap {display: flex; flex-direction: column; align-items: flex-start; gap: 7px;}
.section1 .privacy_wrap .privacy_box {display: flex; align-items: center; gap: 10px; justify-content: center; position: relative;}
.section1 .privacy_wrap .privacy_box input[type="checkbox"] {width: 25px; height: 25px; margin: 0; cursor: pointer; position: absolute; left: 0; opacity: 0;}
.section1 .privacy_wrap .privacy_box i {width: 25px; height: 25px; background: url("../Img/check-off.png") no-repeat center / contain;}
.section1 .privacy_wrap .privacy_box input[type="checkbox"]:checked + i {background: url("../Img/check-on.png") no-repeat center / contain;}
.section1 .privacy_wrap .privacy_box label {font-size: 19px; margin-bottom: 0; cursor: pointer; letter-spacing: -1px; color: #999;}
.section1 .privacy_wrap .privacy_box button {font-family: inherit; margin: 0; padding: 5px 9px; background: #7a7a7a; color: #fff; border: 0; font-size: 13px; cursor: pointer; border-radius: 5px; letter-spacing: -1px;}
.section1 .form_wrap .btn_submit {display: block; border: 0; font-family: inherit; font-size: 25px; font-weight: 600; background: #0058d8; color: #fff; padding: 17px; width: 200px; cursor: pointer; border-radius: 10px; height: 171px; line-height: 1.3;}

/* section2 */
.section2 {background: url("../Img/con1_img_1.png") no-repeat center / cover; padding: 110px 0; text-align: center;}
.section2 .title_wrap {margin-bottom: 75px;}
.section2 .title_wrap h2 {font-size: 45px; letter-spacing: -2px; color: #fff; margin-bottom: 25px;}
.section2 .title_wrap p {font-size: 25px; letter-spacing: -1px; color: #fff; line-height: 1.3;}
.section2 .content_wrap {border: 1px solid #fff; padding: 25px 50px; width: fit-content; margin: 0 auto; border-radius: 50px;}
.section2 .content_wrap p {font-size: 28px; letter-spacing: -1px; color: #fff;}

/* section3 */
.section3 {padding: 80px 0;}
.section3 .title_wrap {text-align: center; margin-bottom: 80px;}
.section3 .title_wrap h2 {font-size: 42px; font-weight: 600; letter-spacing: -2px; color: #181818; margin-bottom: 30px;}
.section3 .title_wrap p {font-size: 25px; letter-spacing: -1px; color: #555;}
.section3 .content_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;}
.section3 .content_wrap ul li {background: #f7f9fc; padding: 60px 50px; border-radius: 20px; text-align: center;}
.section3 .content_wrap ul li .title_box {height: 108px; display: flex; flex-direction: column; justify-content: center; margin-bottom: 20px;}
.section3 .content_wrap ul li span {display: block; font-size: 25px; letter-spacing: -1px; color: #027bfe;}
.section3 .content_wrap ul li h4 {font-size: 32px; font-weight: 600; letter-spacing: -1px; margin-top: 18px;}
.section3 .content_wrap ul li img {width: 193px;}
.section3 .content_wrap ul li p {margin-top: 30px; font-size: 24px; letter-spacing: -1px; line-height: 1.4; color: #777; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align: left;}
.section3 .content_wrap ul li b {display: block; margin-top: 12px; letter-spacing: -1px; font-size: 21px; color: #999; }
 
/* section4 */
.section4 {background: #027bfe; padding: 100px 0 230px; position: relative;}
.section4 .title_wrap {text-align: center; margin-bottom: 80px; position: relative;}
.section4 .title_wrap img {position: absolute;}
.section4 .title_wrap img.img1 {top: 100px; left: 60px;}
.section4 .title_wrap img.img2 {top: 100px; right: 60px;}
.section4 .title_wrap span {display: block; color: #bfd9ff; font-size: 28px; letter-spacing: -1px; margin-bottom: 24px;}
.section4 .title_wrap h4 {font-size: 40px; font-weight: 600; letter-spacing: -1px; color: #fff; margin-bottom: 28px;}
.section4 .title_wrap p {font-size: 25px; letter-spacing: -1px; color: #bcddff; margin-bottom: 30px;}
.section4 .title_wrap button {font-size: 21px; font-weight: 600; background: #fff; padding: 14px 42px; color: #027bfe; letter-spacing: -1px; border-radius: 50px;}
.section4 .content_wrap {position: absolute; bottom: -470px; z-index: 9;}
.section4 .content_wrap ul {display: flex; gap: 35px;}
.section4 .content_wrap ul li {background: #fff; border-radius: 30px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.section4 .content_wrap ul li img {width: 374px; height: 201px; object-fit: cover;}
.section4 .content_wrap ul li .title_box {padding: 30px 40px;}
.section4 .content_wrap ul li .title_box h5 {font-size: 30px; font-weight: 600; letter-spacing: -1px; margin-bottom: 12px;}
.section4 .content_wrap ul li .title_box p {font-size: 24px; letter-spacing: -1px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 294px;}
.section4 .content_wrap ul li .title_box span {display: block; font-size: 19px; letter-spacing: -1px; line-height: 1.4; margin-top: 10px; color: #999;}

/* section5 */
.section5 {background: #f3f7fa; padding: 280px 0 100px; position: relative;}
.section5 .title_wrap h4 {font-size: 45px; letter-spacing: -2px; margin-bottom: 24px;}
.section5 .title_wrap h4 b {color: #027bfe; font-weight: 600;}
.section5 .title_wrap p {font-size: 28px; letter-spacing: -1px; color: #666;}
.section5 img {position: absolute; bottom: -100px; right: 0; width: 373px;}


/* bottom_form_wrap */
.bottom_form_wrap {padding: 100px 0;}
.bottom_form_wrap .title_wrap {text-align: center; margin-bottom: 60px;}
.bottom_form_wrap .title_wrap h4 {font-size: 42px; font-weight: 600; letter-spacing: -2px; color: #181818; margin-bottom: 22px;}
.bottom_form_wrap .title_wrap p {font-size: 24px; letter-spacing: -1px; color: #666;}
.bottom_form_wrap .form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;}
.bottom_form_wrap .form_wrap ul li {display: flex; flex-direction: column; gap: 18px;}
.bottom_form_wrap .form_wrap ul li .title_label {font-size: 25px; letter-spacing: -1px; color: #555;}
.bottom_form_wrap .form_wrap ul li input[type="text"],
.bottom_form_wrap .form_wrap ul li input[type="tel"] {border: 0; background: #f6faff; height: 80px; font-size: 21px; letter-spacing: -1px; font-family: inherit; padding: 0 25px; border-radius: 10px; width: 100%; outline: none;}
.bottom_form_wrap .form_wrap ul li input[type="radio"] {display: none;}
.bottom_form_wrap .form_wrap ul li .sex_cover,
.bottom_form_wrap .form_wrap ul li .tel_cover {display: flex; gap: 18px;}
.bottom_form_wrap .form_wrap ul li .sex_cover label {display: flex; align-items: center; justify-content: center; background: #f6faff; height: 80px; flex: 1; font-size: 21px; font-weight: 500; color: #aaa; border-radius: 10px; cursor: pointer;}
.bottom_form_wrap .form_wrap ul li input[type="radio"]:checked + label {border: 2px solid #027bfe; background: #fff; color: #027bfe; font-weight: 600;}
.bottom_form_wrap .form_wrap ul li select {background: #f6faff url("../Img/arrow_tel.png") no-repeat calc(100% - 25px) 50% / 19px !important; height: 80px; border-radius: 10px; border: 0; min-width: 200px; font-size: 24px; padding: 0 25px; color: #333; outline: none;}
.bottom_form_wrap .form_wrap .privacy_wrap {display: flex; flex-direction: column; gap: 10px; margin-top: 40px;}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box {display: flex; align-items: center; justify-content: center; gap: 15px; position: relative; width: fit-content; margin: 0 auto;}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box input[type="checkbox"] {width: 40px; height: 40px; opacity: 0; position: absolute; left: 0; margin: 0; cursor: pointer;}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box i {width: 40px; height: 40px; background: url("../Img/check-off.png") no-repeat center / contain;}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box input[type="checkbox"]:checked + i {background: url("../Img/check-on.png") no-repeat center / contain;}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box label {font-size: 24px; letter-spacing: -1px; color: #444; cursor: pointer;}
.bottom_form_wrap .form_wrap .privacy_wrap .privacy_box button {background: #027bfe; padding: 6px 14px; border-radius: 10px; font-family: inherit; color: #fff; letter-spacing: -1px; font-size: 19px;}
.bottom_form_wrap .form_wrap .btn_submit {display: block; width: fit-content; background: #027bfe; padding: 25px 50px; border-radius: 10px; color: #fff; margin: 0 auto; margin-top: 60px; font-size: 25px; font-weight: 500; letter-spacing: -1px;}

/* section6 */
.section6 {background: #f9f9f9;color:#333; padding: 60px 0;}
.section6 h3 {margin-bottom: 30px;font-size: 25px; font-weight: 700;}
.section6 ul li {color:#666; position:relative;font-size: 15px;line-height: 1.4; margin-bottom: 10px;}
.section6 ul li:last-child {margin-bottom: 0;}
.section6 p {font-size: 16px;line-height: 1.5;color: #666;}