a { color: inherit; text-decoration: none; } 
.container { width: 1200px; margin: 0 auto; position: relative; } 
.notScroll { overflow: hidden; width: 100%; height: 100%; touch-action: none; } 

/* header */
header {background: #fff; padding: 20px 0;}
header a {display: flex; align-items: center; height: 30px; font-size: 25px; font-weight: 700;}
header a img {height: 30px;}

/* section1 */
.section1 {padding: 60px 0 30px; position: relative;}
.section1::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 72%; background: #fafcff;}
.section1 .top_wrap {display: flex; justify-content: space-between;}
.section1 .top_wrap .text_wrap p {font-family: 'paybooc'; font-weight: 500; font-size: 27px; color: #606060; letter-spacing: -1px; margin-bottom: 25px;}
.section1 .top_wrap .text_wrap h1 {font-family: 'paybooc'; font-weight: 800; font-size: 76px; line-height: 1.3; letter-spacing: -1px; color: #333;}
.section1 .top_wrap .text_wrap h1 b {color: #1052b2;}
.section1 .top_wrap .img_wrap img {width: 600px; margin-top: 20px;}

.section1 .btm_wrap {display: flex; align-items: center; justify-content: space-between; gap: 30px;}
.section1 .btm_wrap .nav_wrap {background: #fff; padding: 45px 35px; width: 515px; border: 1px solid #ddd; border-radius: 20px;}
.section1 .btm_wrap .nav_wrap h2 {font-size: 30px; font-weight: 600; letter-spacing: -1px; color: #333; text-align: center; margin-bottom: 30px;}
.section1 .btm_wrap .nav_wrap h2 b {color: #1052b2;}
.section1 .btm_wrap .nav_wrap ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;}
.section1 .btm_wrap .nav_wrap ul li a {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; border: 1px solid #ddd; padding: 18px 0; border-radius: 10px; font-size: 18px; font-weight: 600; color: #333;}
.section1 .btm_wrap .nav_wrap ul li a.on {border: 3px solid #1052b2; background: #fafcff; color: #1052b2;}
.section1 .btm_wrap .nav_wrap ul li a img {width: 45px;}

.section1 .btm_wrap .form_wrap {background: #fff; padding: 40px 35px; border: 1px solid #ddd; border-radius: 20px;}
.section1 .btm_wrap .form_wrap h2 {font-size: 30px; font-weight: 600; letter-spacing: -1px; color: #333; text-align: center; margin-bottom: 30px;}
.section1 .btm_wrap .form_wrap h2 b {color: #1052b2;}
.section1 .btm_wrap .form_wrap form {display: flex; align-items: center; gap: 25px;}
.section1 .btm_wrap .form_wrap ul {display: flex; flex-direction: column; gap: 18px; width: 100%;}
.section1 .btm_wrap .form_wrap ul li {display: flex; align-items: center;}
.section1 .btm_wrap .form_wrap ul li .title_label {min-width: 75px; font-size: 22px; font-weight: 600; letter-spacing: -1px; color: #333; margin-right: 20px;}
.section1 .btm_wrap .form_wrap ul li .gender_wrap {display: flex; align-items: center;}
.section1 .btm_wrap .form_wrap ul li .gender_wrap .gender_box {display: flex; align-items: center; gap: 10px;}
.section1 .btm_wrap .form_wrap ul li .gender_wrap .gender_box input[type="radio"] {display: none;}
.section1 .btm_wrap .form_wrap ul li .gender_wrap .gender_box label {width: 50px; height: 50px; font-size: 20px; color: #888; cursor: pointer; background: #f7f7f7; display: flex; align-items: center; justify-content: center; border-radius: 10px;}
.section1 .btm_wrap .form_wrap ul li .gender_wrap .gender_box input[type="radio"]:checked + label {background: #1052b2; color: #fff;}
.section1 .btm_wrap .form_wrap ul li input[type="text"],
.section1 .btm_wrap .form_wrap ul li input[type="tel"],
.section1 .btm_wrap .form_wrap ul li select {width: 100%; font-size: 20px; padding: 0 22px; border-radius: 10px; font-family: 'Pretendard'; letter-spacing: -1px; outline: none; height: 50px; background: #f7f7f7;}
.section1 .btm_wrap .form_wrap ul li select {width: 100px; appearance: none; background: #f7f7f7 url("../img/arrow_tel.png") no-repeat calc(100% - 10px) 50% / 20px; border-radius: 10px 0 0 10px;}
.section1 .btm_wrap .form_wrap ul li #mobile2 {border-radius: 0 10px 10px 0;}
.section1 .btm_wrap .form_wrap ul li .tel_box {display: flex; align-items: center; justify-content: center; border-radius: 10px; width: 100%; position: relative;}
.section1 .btm_wrap .form_wrap ul li .tel_box::before {content: ""; width: 1px; height: 60%; background: #ddd; position: absolute; top: 50%; left: 84px; transform: translateY(-50%);}
.section1 .btm_wrap .form_wrap ul li.name_wrap {position: relative; z-index: 1;}
.section1 .btm_wrap .form_wrap ul li.name_wrap::after {content: ""; width: 100px; height: 100%; position: absolute; top: 0; right: 0; background: #f7f7f7; z-index: -1; border-radius: 0 10px 10px 0;}
.section1 .btm_wrap .form_wrap ul li.name_wrap input[type="text"] {width: 230px; border-radius: 10px 0 0 10px;}
.section1 .btm_wrap .form_wrap ul li.tel_wrap input[type="tel"],
.section1 .btm_wrap .form_wrap ul li.tel_wrap select {border: 0;}
.section1 .btm_wrap .form_wrap .btn_submit {display: flex; flex-direction: column; justify-content: center; align-items: center; background: #1052b2; color: #fff; text-align: center; font-size: 30px; font-weight: 600; letter-spacing: -1px; width: 100%; height: 252px; border-radius: 15px; padding: 0;}
.section1 .btm_wrap .form_wrap .btn_submit img {display: block; width: 72px; margin-top: 15px;}
.section1 .btm_wrap .form_wrap .privacy_wrap {display: flex; flex-direction: column; align-items: flex-start; margin-left: 95px; position: relative; gap: 7px;}
.section1 .btm_wrap .form_wrap .privacy_box {display: flex; align-items: center; gap: 8px; position: relative;}
.section1 .btm_wrap .form_wrap .privacy_wrap input[type="checkbox"] {width: 20px; height: 20px; margin: 0; opacity: 0; position: absolute; top: 0; left: 0; cursor: pointer; z-index: 9;}
.section1 .btm_wrap .form_wrap .privacy_wrap i {width: 20px; height: 20px; border: 2px solid #ccc; background: #fff; cursor: pointer; position: relative;}
.section1 .btm_wrap .form_wrap .privacy_wrap input[type="checkbox"] + i::before {content: ""; position: absolute; top: 1px; left: 5px; width: 4px; height: 8px; border: solid #ccc; transform: rotate(45deg); border-width: 0 3px 3px 0;}
.section1 .btm_wrap .form_wrap .privacy_wrap input[type="checkbox"]:checked + i {background: #1052b2; border: 2px solid #1052b2;}
.section1 .btm_wrap .form_wrap .privacy_wrap input[type="checkbox"]:checked + i::before {border: solid #fff; border-width: 0 3px 3px 0;}
.section1 .btm_wrap .form_wrap .privacy_wrap label {font-size: 18px; letter-spacing: -1px; color: #888; cursor: pointer;}
.section1 .btm_wrap .form_wrap .privacy_wrap button {font-size: 18px; letter-spacing: -1px; color: #888;}

/* section2 */
.section2 {padding-bottom: 140px;}
.section2 .container {display: flex; align-items: center; gap: 20px;}
.section2 .container .contents_wrap {display: flex; align-items: center; justify-content: space-between; width: 50%; border: 1px solid #ddd; padding: 40px 50px; border-radius: 20px;}
.section2 .container .contents_wrap.bg {background: url("../img/con1_img1.png") no-repeat 0 0 / cover;}
.section2 .container .contents_wrap h3 {font-size: 29px; font-weight: 700; letter-spacing: -1px; line-height: 1.3; color: #333; margin-bottom: 20px;}
.section2 .container .contents_wrap h3 b {color: #1052b2;}
.section2 .container .contents_wrap p {font-size: 18px; letter-spacing: -1px; color: #999;}
.section2 .container .contents_wrap img {width: 160px;}

/* section3 */
.section3 {padding-bottom: 140px;}
.section3 h2 {font-size: 46px; font-weight: 700; letter-spacing: -2px; text-align: center; color: #333; margin-bottom: 55px;}
.section3 h2 b {color: #1052b2;}
.section3 ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
.section3 ul li {display: flex; align-items: center; justify-content: space-between; border: 1px solid #ddd; border-radius: 20px; padding: 42px 60px;}
.section3 ul li h4 {font-size: 30px; font-weight: 700; letter-spacing: -1px; color: #333; margin-bottom: 16px;}
.section3 ul li p {font-size: 22px; letter-spacing: -1px; color: #999; line-height: 1.3;}
.section3 ul li img {width: 130px;}

/* section4 */
.section4 {padding: 50px 0; background: #606060;}
.section4 .container {display: flex; gap: 60px;}
.section4 h3 {color: #fff; font-size: 26px; letter-spacing: -1px; font-weight: 500; line-height: 1.4;}
.section4 ul li {font-size: 15px; letter-spacing: -.5px; line-height: 1.8; color: #bbb;}

/* footer */
footer {background: #282a29; padding: 25px 0;}
footer p {margin: 12px 0; font-size: 14px; line-height: 1.4; color: #999;}

body {min-width: 1200px;}