a { color: #333; text-decoration: none; } 
.container { width: 1200px; margin: 0 auto; position: relative; } 
.notScroll { overflow: hidden; width: 100%; height: 100vh; touch-action: 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: #fcf6f5; padding: 20px 0; } 
header .logo { display: inline-block; width: 260px; } 
header .logo img { width: 100%; } 


/* section1 */
.section1 { background: #fcf6f5; padding: 30px 0 55px; border-radius: 0 0 100px 100px; } 
.section1 .title_wrap { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; } 
.section1 .title_wrap .title { width: 640px; } 
.section1 .title_wrap .list { width: 560px; } 
.section1 .bohum_wrap { position: relative; width: 42%; } 
.section1 .bohumSwiper { height: 400px; padding: 0 25px; margin-bottom: 30px; } 
.section1 .deco { position: absolute; bottom: 10px; left: -45px; z-index: 1; } 
.section1 .deco img { width: 125px; } 
.section1 .bohumSwiper ul { flex-direction: column; } 
.section1 .bohumSwiper ul li { border: 1px solid #e7e7e7; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 30px; box-sizing: border-box; transition: opacity 0.25s ease-in, transform 0.25s ease-in; max-height: 100px;}
.section1 .bohumSwiper ul li img { width: 160px; } 
.section1 .bohumSwiper ul li img.resize { width: 145px; } 
.section1 .bohumSwiper ul li img.resize2 { width: 110px; } 
.section1 .bohumSwiper ul li p { font-size: 28px; color: #797979; font-weight: 500; } 
.section1 .form_wrap { background: #fff; padding: 40px 55px; box-sizing: border-box; border-radius: 10px; border: 1px solid #ddd; } 
.section1 .form_wrap .top_wrap ul { display: flex; align-items: center; justify-content: space-between; } 
.section1 .form_wrap .top_wrap ul li { display: flex; flex-direction: column; } 
.section1 .form_wrap .top_wrap ul li .title_label { font-size: 24px; font-weight: 600; letter-spacing: -1px; margin-bottom: 15px; color: #333; } 
.section1 .form_wrap .top_wrap ul li input[type="text"],
.section1 .form_wrap .top_wrap ul li input[type="tel"],
.section1 .form_wrap .top_wrap ul li select,
.section1 .form_wrap .top_wrap .gender_wrap label { border: 0; border-bottom: 2px solid #c2c2c2; font-family: inherit; padding: 10px; box-sizing: border-box; font-size: 24px; font-weight: 500; letter-spacing: -1px; outline: none; } 
.section1 .form_wrap .top_wrap ul li select { appearance: none; padding-right: 30px; background: #fff url("./arrow_tel.png") no-repeat calc(100% - 7px) 50% / 22px; color: #000; } 

.section1 .form_wrap .top_wrap ul li input[type="text"],
.section1 .form_wrap .top_wrap ul li input[type="tel"] { width: 250px; } 

.section1 .form_wrap .top_wrap .tel_wrap { display: flex; align-items: center; gap: 10px; } 
.section1 .form_wrap .top_wrap .gender_wrap { display: flex; align-items: center; gap: 10px; } 
.section1 .form_wrap .top_wrap .gender_wrap input[type="radio"] { display: none; } 
.section1 .form_wrap .top_wrap .gender_wrap input[type="radio"]:checked + label { color: #f56c87; } 
.section1 .form_wrap .top_wrap .gender_wrap label { display: block; padding: 12px 20px; color: #999; cursor: pointer; } 

.section1 .form_wrap .bottom_wrap { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; } 
.section1 .form_wrap .bottom_wrap .privacy_wrap { position: relative; display: flex; align-items: center; gap: 7px; } 
.section1 .form_wrap .bottom_wrap .privacy_wrap input[type="checkbox"] { width: 25px; height: 25px; position: absolute; top: 0; left: 0; opacity: 0; z-index: 9; margin: 0; cursor: pointer; } 
.section1 .form_wrap .bottom_wrap .privacy_wrap i { display: block; width: 22px; height: 22px; border: 2px solid #999; border-radius: 100%; } 
.section1 .form_wrap .bottom_wrap .privacy_wrap input[type="checkbox"] + i::before { content: ""; position: absolute; top: 5px; left: 9px; width: 5px; height: 10px; border: solid white; transform: rotate(45deg); } 
.section1 .form_wrap .bottom_wrap .privacy_wrap input[type="checkbox"]:checked + i::before { border: solid #f56c87; border-width: 0 3px 3px 0; } 

.section1 .form_wrap .bottom_wrap .privacy_wrap label,
.section1 .form_wrap .bottom_wrap .privacy_wrap button { font-size: 21px; font-weight: 500; letter-spacing: -1px; color: #888; cursor: pointer; } 

.section1 .form_wrap .bottom_wrap .btn_submit { display: flex; align-items: center; justify-content: center; background: #f56c87; padding: 20px 0; box-sizing: border-box; color: #fff; gap: 25px; border-radius: 10px; width: 700px; white-space: nowrap; } 
.section1 .form_wrap .bottom_wrap .btn_submit span { font-size: 24px; letter-spacing: -1px; opacity: .7; } 
.section1 .form_wrap .bottom_wrap .btn_submit p { display: flex; align-items: center; font-size: 38px; font-weight: 600; letter-spacing: -1.5px; } 
.section1 .form_wrap .bottom_wrap .btn_submit p img { width: 30px; margin-left: 15px; } 

/* section_banner */
.section_banner { background: #515151; padding: 42px 0; border-radius: 0 0 80px 80px; position: relative; } 
.section_banner::after { content: ""; width: 100%; height: 150px; background: #515151; position: absolute; top: -150px; left: 0; z-index: -1; } 
.section_banner h2 { text-align: center; color: #ccc; font-size: 28px; font-weight: 500; letter-spacing: -1px; } 
.section_banner h2 b { color: #f56c87; } 
.section_banner h2 strong { color: #fff; } 
.section_banner h2 span { display: inline-block; background: #fff; padding: 10px 22px 0px; color: #515151; border-radius: 5px; font-size: 35px; letter-spacing: -3px; vertical-align: -8px; margin-right: 10px; margin-left: 15px; } 
.section_banner h2 span:first-of-type { margin-left: 10px; } 


/* section2*/
.section2 { padding: 140px 0 90px; } 
.section2 .container { display: flex; align-items: center; justify-content: space-between; } 
.section2 .title_wrap h2 { font-size: 48px; font-weight: 600; color: #f56c87; letter-spacing: -2px; margin-bottom: 20px; } 
.section2 .title_wrap p { font-size: 25px; font-weight: 500; letter-spacing: -1px; color: #333; line-height: 1.4; margin-bottom: 30px; } 
.section2 .title_wrap span { display: block; background: #dcdcdc; padding: 20px; box-sizing: border-box; font-size: 25px; letter-spacing: -1.5px; line-height: 1.4; color: #333; font-weight: 500; width: 600px; text-align: center; border-radius: 10px; white-space: nowrap; } 
.section2 .title_wrap span b { color: #e51313; } 

.section2 .slide_wrap { width: 500px; background: #f56c87; padding: 0 65px; box-sizing: border-box; color: #fff; border-radius: 20px; } 
.section2 .slide_wrap ul li { display: flex; align-items: center; justify-content: space-between; white-space: nowrap; border-bottom: 1px solid #f78da2; } 
.section2 .slide_wrap ul li .left_box span { display: block; font-size: 20px; letter-spacing: -1px; margin-bottom: 20px; } 
.section2 .slide_wrap ul li .left_box p { font-size: 25px; letter-spacing: -1px; } 
.section2 .slide_wrap ul li .right_box { text-align: center; } 
.section2 .slide_wrap ul li .right_box span { display: block; font-size: 18px; letter-spacing: -1px; background: #f898ab; padding: 8px 20px; border-radius: 20px; margin-bottom: 20px; } 
.section2 .slide_wrap ul li .right_box p { font-size: 20px; letter-spacing: -1px; opacity: .7; } 


/* section3 */
.section3 { padding: 80px 0 120px; } 
.section3 h2 { font-size: 46px; font-weight: 600; letter-spacing: -2px; color: #f56c87; text-align: center; margin-bottom: 70px; } 
.section3 ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px 40px; } 
.section3 ul li { display: flex; align-items: center; justify-content: flex-end; padding: 30px 65px; border: 1px solid #ddd; box-sizing: border-box; border-radius: 10px; position: relative; } 
.section3 ul li span { width: 60px; height: 68px; background: url("./con1_img.png") no-repeat 0 0 / contain; position: absolute; top: -20px; left: 75px; } 
.section3 ul li span b { position: absolute; top: 40%; left: 42%; transform: translate(-50%, -50%); color: #fff; font-size: 28px; letter-spacing: -1px; font-weight: 500; } 
.section3 ul li p { width: 270px; font-size: 29px; font-weight: 500; letter-spacing: -1px; line-height: 1.3; color: #333; } 
.section3 ul li img { width: 95px; } 


/* section4 */
.section4 { background: #fcf6f5; padding: 80px 0 0; } 
.section4 .container { display: flex; justify-content: space-between; } 
.section4 .text_wrap { padding-top: 20px; } 
.section4 .text_wrap > p { font-size: 28px; letter-spacing: -1px; color: #9d9d9d; margin-bottom: 15px; } 
.section4 .text_wrap h3 { font-size: 42px; font-weight: 600; letter-spacing: -2px; color: #3f3f3f; margin-bottom: 35px; } 

.section4 .text_wrap .check_btn { display: flex; align-items: center; justify-content: center; background: #f56c87; padding: 20px 70px; box-sizing: border-box; color: #fff; gap: 25px; border-radius: 10px; width: 700px; white-space: nowrap; } 
.section4 .text_wrap .check_btn span { font-size: 24px; letter-spacing: -1px; opacity: .7; } 
.section4 .text_wrap .check_btn p { display: flex; align-items: center; font-size: 38px; font-weight: 600; letter-spacing: -1.5px; } 
.section4 .text_wrap .check_btn p img { width: 30px; margin-left: 15px; } 

.section4 .img_wrap { padding-right: 40px; } 
.section4 .img_wrap img { width: 370px; } 


/* section7 */
.section7 { background: #505050; padding: 50px 0; width:100%; } 
.section7 h3 { margin-bottom: 30px; font-size: 25px; font-weight: 700; color: #fff; } 
.section7 ul li { color:#aaa; position:relative; font-size: 17px; line-height: 1.4; margin-bottom: 10px; } 
.section7 ul li:last-child { margin-bottom: 0; } 
.section7 p { font-size: 16px; line-height: 1.5; color: #666; } 