a { color: inherit; 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; } 

h2 em { display: block; margin-bottom: 12px; font-size: 20px; color: #0061c1; font-weight: 600; } 
h2 span { display: block; margin-bottom: 20px; font-size: 48px; font-weight: 700; letter-spacing: -3px; color: #333; } 
h2 p { display: block; font-size: 21px; color: #777; font-weight: 500; line-height:1.3; letter-spacing:-1px}

/* header */
header { background: #ffffff; } 
header .container { display: flex; align-items: center; justify-content: space-between; } 
header a { display: inline-block; padding: 20px 0; width: 230px; } 
header a img { width: 100%; } 
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: #0061c1; } 


/* section1 */
.section1 { background: #f0fbff; padding: 20px 0 110px; } 
.section1 .container { display: flex; align-items: center; justify-content: space-between; } 
.section1 .title_wrap h2 { font-size: 68px; font-weight: 700; letter-spacing: -3px; color: #383838; margin-bottom: 40px; position: relative; } 
.section1 .title_wrap h2::before { content: ""; width: 155px; height: 95px; background: url("./main_txt.png") no-repeat center / contain; position: absolute; top: 60px; left: 0; z-index: 2; } 
.section1 .title_wrap h2 span { display: block; font-size: 50px; font-weight: 600; margin-bottom: 22px; } 
.section1 .title_wrap h2 b { color: #0061c1; } 
.section1 .title_wrap ul { margin-bottom: 40px; } 
.section1 .title_wrap ul li { font-size: 28px; letter-spacing: -2px; color: #555; font-weight: 500; line-height: 1.5; } 
.section1 .title_wrap p { font-size: 18px; font-weight: 500; letter-spacing: -1px; color: #777; line-height: 1.4; } 
.section1 .img_wrap img { width: 430px; position: relative; top: -20px; } 


/* form_section */
.form_section .container { display: flex; align-items: center; justify-content: space-between; border: 2px solid #0061c1; border-radius: 10px; box-sizing: border-box; background: #fff; padding: 45px 90px; position: relative; top: -90px; } 
.form_section .text_wrap span { display: block; font-size: 22px; font-weight: 500; letter-spacing: -1px; color: #777; margin-bottom: 10px; } 
.form_section .text_wrap h2 { font-size: 40px; font-weight: 700; line-height: 1.2; letter-spacing: -2px; color: #353535; margin-bottom: 30px; } 
.form_section .text_wrap p { display: flex; align-items: center; font-size: 18px; font-weight: 500; letter-spacing: -1px; color: #0061c1; } 
.form_section .text_wrap p img { width: 23px; margin-left: 25px; } 

.form_section .form_wrap .input_container { width: 400px; } 
.form_section .form_wrap form { display: flex; align-items: center; gap: 40px; padding-left: 48px; border-left: 1px solid #ccc; } 
.form_section .form_wrap ul { display: flex; flex-direction: column; gap: 10px; } 
.form_section .form_wrap input[type="text"],
.form_section .form_wrap input[type="tel"] { width: 100%; height: 50px; font-size: 20px; font-weight: 500; letter-spacing: -1px; padding: 0 20px; outline: none; border: 1px solid #999; font-family: 'Pretendard'; color: #333; } 
.form_section .form_wrap .name_wrap { display: flex; align-items: center; gap: 20px; } 
.form_section .form_wrap .name_wrap .gender_wrap { width: 200px; display: flex; align-items: center; gap: 30px; } 
.form_section .form_wrap .name_wrap .gender_wrap .radio_wrap { display: flex; align-items: center; gap: 5px; } 
.form_section .form_wrap .name_wrap .gender_wrap input[type="radio"] { width: 20px; height: 20px; margin: 0; } 
.form_section .form_wrap .name_wrap .gender_wrap label { font-size: 22px; font-weight: 500; color: #777; } 
.form_section .form_wrap .tel_wrap { display: flex; align-items: center; gap: 5px; } 
.form_section .form_wrap .tel_wrap select { width: 120px; height: 50px; appearance: none; font-family: 'Pretendard'; font-size: 20px; font-weight: 500; padding: 0 20px; border: 1px solid #999; outline: none; color: #333; background: url("../Img/arrow_tel.png") no-repeat calc(100% - 20px) 50%; } 
.form_section .form_wrap .privacy_wrap { display: flex; align-items: center; gap: 10px; margin-top: 15px; position: relative; } 
.form_section .form_wrap .privacy_wrap input[type="checkbox"] { width: 20px; height: 20px; margin: 0; opacity: 0; position: absolute; top: 50%; left: 1px; transform: translateY(-50%); z-index: 2; cursor: pointer; } 
.form_section .form_wrap .privacy_wrap i { width: 20px; height: 20px; border: 1px solid #999; border-radius: 100%; position: relative; } 
.form_section .form_wrap .privacy_wrap input[type="checkbox"]:checked + i::before { content: ""; border: solid #0061c1; border-width: 0 3px 3px 0; position: absolute; top: 3px; left: 6px; width: 5px; height: 9px; transform: rotate(45deg); } 
.form_section .form_wrap .privacy_wrap label { font-size: 18px; font-weight: 500; letter-spacing: -1px; color: #777; cursor: pointer; } 
.form_section .form_wrap .privacy_wrap button { font-size: 18px; font-weight: 500; letter-spacing: -1px; color: #777; text-decoration: underline; text-underline-position : under; line-height: 0; } 
.form_section .form_wrap .btn_submit { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: #0061c1; width: 200px; height: 205px; color: #fff; font-size: 34px; font-weight: 600; letter-spacing: -1px; line-height: 1.2; border-radius: 20px; outline: none; } 
.form_section .form_wrap .btn_submit img { width: 36px; } 


/* section2*/
.section2 { padding: 40px 40px; } 
.section2 .container { display: flex; flex-direction: column; gap: 40px; } 

.section2 .rolling_wrap { display:flex; align-items:center; width:100%; overflow:hidden; padding:50px 0 80px; position:relative; } 
.section2 .rolling_wrap ul li { white-space: nowrap; display: flex; align-items: center; gap: 13px; justify-content: center; flex-direction:column; background:#f7f7f7; position:relative; padding:25px 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 #f7f7f7 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:#fff; padding:8px 20px; font-size: 16px; font-weight: 500; 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: 19px; font-weight: 600; color: #222; position:absolute; bottom:-70px; } 


/* section3 */
.section3 .container { padding: 80px 0; } 
.section3 .banner { position: relative; padding: 50px 90px; background: #0061c1; border-radius: 30px; } 
.section3 .text_wrap { padding-top: 20px; } 
.section3 .text_wrap > p { font-size: 23px; letter-spacing: -1px; color: #ffffff80; margin-bottom: 15px; } 
.section3 .text_wrap h3 { font-size: 44px; font-weight: 600; letter-spacing: -2px; color: #fff; margin-bottom: 30px; } 
.section3 .text_wrap .check_btn { display: flex; align-items: center; justify-content: center; background: #fff; padding: 15px 55px; box-sizing: border-box; color: #0061c1; gap: 25px; border-radius: 50px; white-space: nowrap; } 
.section3 .text_wrap .check_btn p { display: flex; align-items: center; font-size: 28px; font-weight: 600; letter-spacing: -1.5px; } 
.section3 .text_wrap .check_btn p img { width: 30px; margin-left: 15px; } 
.section3 .img_wrap { position: absolute; right: 60px; top: -20px; } 
.section3 .img_wrap img { width: 400px; } 



/* section4 */
.section4 { padding: 80px 0 120px; } 
.section4 ul { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 40px; } 
.section4 ul li { display: flex; align-items: center; justify-content: space-between; padding: 50px 100px; } 
.section4 ul li:nth-child(2n) { border-left: 1px solid #999; } 
.section4 ul li:nth-child(1), .section4 ul li:nth-child(2) { border-bottom: 1px solid #999; } 
.section4 ul li h4 .title { display: block; margin-bottom: 15px; font-size: 28px; font-weight: 600; color: #005fc5; letter-spacing: -1px; } 
.section4 ul li h4 .txt { font-size: 21px; font-weight: 500; line-height: 1.3; color: #444; letter-spacing: -1px;}



/* section7 */
.section7 { background: #505050; padding: 60px 0; } 
.section7 h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; letter-spacing: -1px; color: #fff; } 
.section7 ul li { color:#aaa; position:relative; font-size: 17px; line-height: 1.5; margin-bottom: 10px; letter-spacing: -.5px; } 
.section7 ul li:last-child { margin-bottom: 0; } 
.section7 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; } 