.inner { width: 1200px; margin: 0 auto; } 

/* header css start*/
#header { width: 100%; position: relative; padding: 30px 0; background: #FEF8F2; } 
.header_inner { width: 1200px; margin: 0 auto; } 
.header_inner .logo a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #777; font-weight: 300;     letter-spacing: -1px; font-size: 20px;} 
.header_inner .logo a p {color: #777; font-weight: 300; letter-spacing: -1px; font-size: 22px;} 
.header_inner .logo a img { width: 135px; } 
/* section1 css start*/
.section1 { width: 100%; position: relative; background: #FEF8F2; padding: 50px 0 80px 0; } 
.section1 .row { display: flex; justify-content: space-between; align-items: center; } 
.section1 .main_title .desc { color: #6D6D6D; font-weight: 500; font-size: 33px; letter-spacing: -2px; } 
.section1 .main_title .title { font-size: 100px; font-weight: 700; line-height: 1.2; margin-top: 20px; letter-spacing: -2.2px; } 
.section1 .main_title .title b { color: #F08A18; } 
.section1 .main_title .hash { margin-top: 30px; display: flex; gap: 10px; } 
.section1 .main_title .hash span { color: #747574; font-size: 25px; font-weight: 500; letter-spacing: -2px; } 
.section1 .img_box { width: 40%; display: flex; justify-content: center; align-items: center; } 
.section1 .img_box img { width: 250px; } 
/* section1 form*/
.section1 .form_wrap { margin-top: 55px; } 
.section1 .form_wrap form { width: 100%; display: flex; align-items: center; gap: 35px; background: #fff; padding: 50px 55px; border-radius: 15px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 15px 0px; } 
.section1 .form_wrap ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 35px; } 
.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: 23px; font-weight: 500; min-width: 95px; letter-spacing: -1px; } 
.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: 22px; padding: 12px 20px; outline: none; font-family: 'Pretendard'; background: #fff; width: 100%; border-radius: 10px; height: 60px; letter-spacing: -1px; min-width: 230px; } 
.section1 .form_wrap input[type="text"]::placeholder, .section1 .form_wrap input[type="tel"]::placeholder { color:#777 } 
.section1 .form_wrap .tel_cover { display: flex; width: 100%; } 
.section1 .form_wrap select { font-size: 20px; 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: #F08A18; } 
.section1 .form_wrap input[type="radio"]:not(:checked) + label { color:#777; background-color: #fff; border: 1px solid #cccccc } 
.section1 .form_wrap .sex_cover .sex_box label { margin-bottom: 0; font-size: 20px; cursor: pointer; background: #ccc; min-width: auto; display: flex; justify-content: center; align-items: center; height: 60px; width: 60px; color: #fff; border-radius: 10px; } 
.section1 .privacy_wrap { display: flex; align-items: center; gap: 7px; justify-content: center; position: relative; } 
.section1 .privacy_wrap input[type="checkbox"] { width: 25px; height: 25px; margin: 0; position: absolute; top: 0; left: 0; opacity: 0; z-index: 1; cursor: pointer; } 
.section1 .form_wrap .privacy_wrap i { display: block; width: 25px; height: 25px; border: 1px solid #bbb; border-radius: 6px; } 
.section1 .form_wrap .privacy_wrap input[type="checkbox"] + i::before { content: ""; position: absolute; top: 6px; left: 9px; width: 5px; height: 11px; border: solid white; transform: rotate(45deg); } 
.section1 .form_wrap .privacy_wrap input[type="checkbox"]:checked + i { background: #fa8d00; border: 1px solid #fa8d00; } 
.section1 .form_wrap .privacy_wrap input[type="checkbox"]:checked + i::before { border: solid #fff; border-width: 0 2px 2px 0; } 
.section1 .privacy_wrap label { font-size: 20px; margin-bottom: 0; cursor: pointer; color: #747574; font-weight: 500; margin-left: 5px; } 
.section1 .privacy_wrap button { font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 18px; cursor: pointer; color: #fff; background: #797A7A; padding: 6px 10px; border-radius: 6px; font-size: 14px; letter-spacing: -1px; } 
.btn_submit { display: block; border: 0; font-family: inherit; font-size: 25px; font-weight: 600; background: #F08A18; color: #fff; padding: 17px; width: 185px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 15px; justify-content: center; border-radius: 10px; height: 150px; letter-spacing: -1px; } 


/* section2 */
.section2 { padding: 200px 0; } 
.section2 .title_wrap { margin-bottom: 58px; } 
.section2 .title_wrap p { font-size: 32px; font-weight: 500; letter-spacing: -2px; color: #777; margin-bottom: 22px; } 
.section2 .title_wrap h3 { font-size: 50px; font-weight: 600; letter-spacing: -2px; line-height: 1.2; } 
.section2 .title_wrap h3 b { color: #F08A18; } 
.section2 .step_wrap ul { display: flex; justify-content: space-between; } 
.section2 .step_wrap ul li img { width: 280px; margin-bottom: 26px; } 
.section2 .step_wrap ul li p { font-size: 24px; letter-spacing: -1px; font-weight: 500; } 
.section2 .step_wrap ul li p b { color: #ED6C18; font-weight: 600; } 

/* section3 */
.section3 { padding: 200px 0; } 
.section3 { background: #f9f9f9; } 
.section3 .title_wrap { margin-bottom: 58px; } 
.section3 .title_wrap p { font-size: 32px; font-weight: 500; letter-spacing: -2px; color: #777; margin-bottom: 22px; } 
.section3 .title_wrap h3 { font-size: 50px; font-weight: 600; letter-spacing: -2px; line-height: 1.2; } 
.section3 .title_wrap h3 b { color: #F08A18; } 
.section3 .list_wrap ul { display: flex; align-items: center; justify-content: space-between; gap: 25px; } 
.section3 .list_wrap ul li { width: 100%; padding: 30px 0; background: #fff; border: 1px solid #eee; text-align: center; border-radius: 20px; } 
.section3 .list_wrap ul li img { height: 70px; width: auto; } 
.section3 .list_wrap ul li p { font-size: 27px; font-weight: 600; letter-spacing: -1px; margin-top: 20px; } 

.section3 .list_wrap .notice_wrap { margin-top: 45px; } 
.section3 .list_wrap .notice_wrap p { font-size: 20px; letter-spacing: -1.4px; color: #232323; line-height: 1.5; font-weight: 500; } 

/* section4 */
.section4 { background: #F08A18; padding: 120px 0; } 
.section4 .inner { display: flex; justify-content: space-between; align-items: center; } 
.section4 img { width: 300px; } 
.section4 .title_wrap p { font-size: 32px; font-weight: 500; letter-spacing: -2px; color: #fff; margin-bottom: 22px; } 
.section4 .title_wrap h3 { font-size: 50px; font-weight: 600; letter-spacing: -2px; line-height: 1.2; color: #fff; } 
/* section5 */
.section5 { padding: 200px 0; background: #FEF9F3; } 
.section5 .inner { display: flex; align-items: center; justify-content: space-between; } 
.section5 .title_wrap p { font-size: 32px; font-weight: 500; letter-spacing: -2px; color: #777; margin-bottom: 22px;; line-height: 1.2; } 
.section5 .title_wrap h3 { font-size: 50px; font-weight: 600; letter-spacing: -2px; line-height: 1.2; } 
.section5 .slide_wrap { width: 48%; background: #fff; border: 1px solid #ddd; border-radius: 15px; padding: 30px 60px; } 
.section5 .slide_wrap ul li { display: flex; align-items: center; justify-content: center; gap: 50px; } 
.section5 .slide_wrap ul li p { font-size: 26px; letter-spacing: -1px; font-weight: 500; color: #1a1a1a; white-space: nowrap; } 
.section5 .slide_wrap ul li .name { width: 52px; } 
.section5 .slide_wrap ul li .phone { width: 180px; } 
.section5 .slide_wrap ul li .done { background: #fa8d00; font-size: 23px; color: #fff; border-radius: 50px; padding: 10px 25px; } 

/* section6 */
.section6 { background: #fff; padding: 50px 0; width:100%; } 
.section6 h3 { margin-bottom: 10px; font-size: 20px; font-weight: 700; color: #444; display: flex; align-items: center; gap: 5px; } 
.section6 ul li { color:#333; position: relative; font-size: 14px; line-height: 1.8; } 
.section6 ul li:last-child { margin-bottom: 0; } 
.section6 p { font-size: 15px; line-height: 1.2; color: #333; } 

