a { color: #1c1c1c;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100%; 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 */
header {background: #fff;}
header .container {display: flex; align-items: center; justify-content: space-between;}
header a {display: inline-block; padding: 20px 0;}
header a img {width: 100%;}


/* section1 */
.section1 {background: #fff; padding: 40px 0 130px;}
.section1 .container {display: flex; align-items: center; justify-content: space-between;}
.section1 .left_wrap .title_wrap {margin-bottom: 50px;}
.section1 .left_wrap .title_wrap p {font-size: 23px; letter-spacing: -1px; color: #222; margin-bottom: 15px;} 
.section1 .left_wrap .title_wrap h2 {font-size: 62px; font-weight: 600; letter-spacing: -3px; color: #333; line-height: 1.25;}
.section1 .left_wrap .title_wrap h2 b {font-size: 86px; color: #0064ed; letter-spacing: -6px;}

.section1 .left_wrap .form_wrap {width: 525px; border-radius: 15px; overflow: hidden; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.section1 .left_wrap .form_wrap .input_container {padding: 35px; box-sizing: border-box;}
.section1 .left_wrap .form_wrap p {text-align: center; font-size: 32px; font-weight: 600; letter-spacing: -2px; color: #262626; margin-bottom: 30px;}
.section1 .left_wrap .form_wrap p b {color: #0064ed;}
.section1 .left_wrap .form_wrap ul {display: flex; flex-direction: column; gap: 20px;}
.section1 .left_wrap .form_wrap ul li {display: flex; align-items: center;}
.section1 .left_wrap .form_wrap ul li .input_title {font-size: 28px; font-weight: 500; letter-spacing: -1px; min-width: 100px;}
.section1 .left_wrap .form_wrap ul li .tel_wrap {display: flex; align-items: center; gap: 10px;}
.section1 .left_wrap .form_wrap ul li input[type="text"],
.section1 .left_wrap .form_wrap ul li input[type="tel"] {width: 100%; height: 55px; font-size: 24px; padding: 0 14px; background: #f2f2f2; border: 0; border-radius: 6px; outline: none; letter-spacing: -1px; font-weight: 500; font-family: 'Pretendard';}
.section1 .left_wrap .form_wrap ul li input[type="text"]::placeholder,
.section1 .left_wrap .form_wrap ul li input[type="tel"]::placeholder {color: #bbb;}
.section1 .left_wrap .form_wrap ul li select {min-width: 95px; height: 55px; font-size: 24px; padding: 0 14px; background: #f2f2f2 url("./arrow_tel.png") no-repeat calc(100% - 14px) 50%; border: 0; border-radius: 6px; outline: none; appearance: none; font-family: 'Pretendard'; font-weight: 500; letter-spacing: -1px; color: inherit;}
.section1 .left_wrap .form_wrap .privacy_wrap {display: flex; flex-direction: column; align-items: flex-start; padding-left: 100px; margin-top: 5px; gap: 10px;}
.section1 .left_wrap .form_wrap .privacy_wrap .box {display: flex; align-items: center;}
.section1 .left_wrap .form_wrap .privacy_wrap input[type="checkbox"] {width: 25px; height: 25px; margin: 0;}
.section1 .left_wrap .form_wrap .privacy_wrap label {font-size: 24px; font-weight: 500; letter-spacing: -1.5px; margin: 0 12px;}
.section1 .left_wrap .form_wrap .privacy_wrap button {font-size: 24px; font-weight: 500; letter-spacing: -1.5px;}
.section1 .left_wrap .form_wrap .btn_submit {display: flex; align-items: center; justify-content: center; gap: 15px; width: 100%; background: #0064ed; text-align: center; font-size: 34px; font-weight: 500; letter-spacing: -1px; padding: 25px 20px; box-sizing: border-box; color: #fff;}

.section1 .right_wrap img {width: 600px;}

/* section2 */
.section2 {background: #fbfcfe; padding: 80px 0;}
.section2 h2 {font-size: 46px; font-weight: 700; letter-spacing: -2px; text-align: center; margin-bottom: 40px; color: #1a1a1a;}
.section2 .list_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
.section2 .list_wrap ul li {background: #fff; padding: 35px 65px 80px; border: 1px solid #f1f1f1; border-radius: 10px; position: relative;}
.section2 .list_wrap ul li span {display: inline-block; background: #0064ed; color: #fff; font-size: 23px; font-weight: 500; padding: 8px 18px; border-radius: 20px; margin-bottom: 32px;}
.section2 .list_wrap ul li h4 {font-size: 36px; font-weight: 500; letter-spacing: -2px; color: #333; margin-bottom: 15px;}
.section2 .list_wrap ul li h4 b {color: #0064ed;}
.section2 .list_wrap ul li p {font-size: 21px; color: #b2b2b2; letter-spacing: -1px;}
.section2 .list_wrap ul li img {position: absolute; bottom: 30px; right: 55px;}
.section2 .notice {text-align: right; font-size: 14px; letter-spacing: -.5px; margin-top: 20px; color: #777;}


/* section3 */
.section3 {padding: 140px 0 120px; background: #fff;}
.section3 h2 {font-size: 46px; font-weight: 700; letter-spacing: -2px; text-align: center; margin-bottom: 70px; color: #1a1a1a;}
.section3 .list_wrap ul li {display: flex; align-items: center; justify-content: space-between; background: #fafafa; padding: 36px 50px; padding-left: 70px; box-sizing: border-box; border-radius: 18px;}
.section3 .list_wrap ul li:not(:last-child) {margin-bottom: 28px;}
.section3 .list_wrap ul li .logo_wrap {width: 290px;}
.section3 .list_wrap ul li .logo_wrap img {height: 48px; max-width: 290px;}
.section3 .list_wrap ul li .title_wrap {width: 300px;}
.section3 .list_wrap ul li .title_wrap p {font-size: 24px; font-weight: 500; letter-spacing: -1.5px; color: #333; margin-bottom: 10px;}
.section3 .list_wrap ul li .title_wrap span {display: block; font-size: 26px; font-weight: 600; letter-spacing: -1.5px;}
.section3 .list_wrap ul li button {display: flex; align-items: center; justify-content: center; font-size: 30px; letter-spacing: -1px; background: #0064ed; color: #fff; width: 330px; padding: 20px 0; box-sizing: border-box; gap: 15px;}
.section3 .list_wrap ul li button img {width: 32px; height: 32px;}


/* section4 */
.section4 {background: #0064ed; padding: 60px 0;}
.section4 .container {display: flex; align-items: center; justify-content: space-between; position: relative;}
.section4 .text_wrap p {font-size: 29px; letter-spacing: -1px; color: #fff; line-height: 1.6; margin-bottom: 32px;}
.section4 .text_wrap button {display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px 70px; background: #fff; color: #0064ed; font-size: 30px; letter-spacing: -1.5px; font-weight: 500; outline: none;}
.section4 .img_wrap {position: absolute; top: 0; right: -70px;}
.section4 .img_wrap img {width: 480px;}




/* section5 */
.section5 {background: #f5f6f8; color:#1c1c1c; padding: 70px 0;}
.section5 h3 {margin-bottom: 30px; font-size: 30px; font-weight: 700; letter-spacing: -1px; color: #0064ed;}
.section5 ul {margin-bottom: 15px}
.section5 ul li {color:#666; position:relative;padding-left:15px;font-size: 16px;line-height: 1.5;margin-bottom: 10px; letter-spacing: -.5px;}
.section5 ul li:last-child {margin-bottom: 0;}
.section5 ul li::before {position:absolute; left:0;content:'-';}
.section5 p{font-size: 15px;line-height: 1.5;color: #666; letter-spacing: -.5px; margin-top: 25px;}


/* 푸터 */
.footer { background: #282a29; box-sizing: border-box; padding: 35px 0;}
.footer_inner {display: flex; flex-direction: column; gap: 8px; width: 1200px; margin: 0 auto;}
.footer p {color: #999; font-size: 14px; line-height: 1.4; letter-spacing: -.2px;}
.footer button {font-size: 15px; color: #999; font-weight: 600; margin-top: 15px; width: fit-content;}