@charset "utf-8";

/* 기종별 글자 크기 초기화 */
html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;
}

#wrap {overflow: hidden; position: relative; margin: 0 auto;}
.container { width: 650px; margin: 0 auto; position: relative; }

/* Select box 스타일 초기화 */ 
select {
	padding: 0 10px 0 4px;
	background: #fff url('arrow.png') no-repeat 100% 50% !important;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  color: inherit;
  outline: none;
}

select option { 
	color: #000;
}

/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand { display: none; }

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: 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;
}

/* alert 버튼 */
.btn-box2 { top: 2764px; left: 737px; width: 264px; height: 56px; position:absolute; cursor:pointer; }
.btn-box1 { top: 1630px; left: 29px; width: 196px; height: 42px; position:absolute; cursor:pointer; }

/* header */
header a {display: inline-block; padding: 15px 0;}

/* section1 */
.section1 {background: linear-gradient(#fff, #c5dce5); padding: 35px 0 120px; margin-bottom: 840px;}
.section1 .container {}
.section1 .container img{display: block;scale: 1.1;}

.section1 .title_wrap {display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 60px;}
.section1 .title_wrap h1 {font-size: 55px; font-family: 'NanumSquare'; line-height: 1.2; letter-spacing: -1px; margin: 50px 0 20px;font-weight: 800;}
.section1 .title_wrap h1 b {font-size: inherit; font-family: inherit; font-weight: inherit; color: #314790;}
.section1 .title_wrap p {font-size: 30px;font-weight: 500;}

.form_wrap {display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; width: 100%;position: relative;}
.section1 .form_wrap .today_box{display: flex;align-items: center; background-color: #fff;width: fit-content; padding: 30px 40px 10px; border-radius: 15px 15px 0 0; gap:10px; font-size: 23px;position: absolute;top: 0;}
.section1 .form_wrap .today_box img{width: 17px;}
.section1 .form_wrap .today_box .today_txt{color:#4f88ff;}
.section1 .form_wrap form {background-color: #fff; width: fit-content; display: flex; padding: 29px 40px; border-radius: 0 15px 15px 15px; box-shadow: 10px 9px 10px -4px rgba(0,0,0,0.09), -8px 9px 10px -4px rgba(0,0,0,0.09); gap:15px;transform: translateY(60px);}
.form_wrap ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 15px;}
.form_wrap ul li, .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.form_wrap ul li:first-child {flex-direction: row;}
.form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 6px; margin-left: 7px;}
.form_wrap label {font-size: 28px; font-weight: 600; min-width: 130px;}
.form_wrap input[type="radio"] {display: none;}
.form_wrap input[type="text"], .form_wrap input[type="tel"] {border: 0; font-size: 25px; padding: 15px; outline: none; font-family: inherit; background: #fff; width: 100%; border-radius: 6px; border: 1px solid #ccc; box-sizing: border-box;}
.form_wrap .tel_cover {display: flex; width: 100%;}
.form_wrap select {font-size: 25px; font-family: inherit; padding-left: 12px; padding-right: 32px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important; border: 0; margin-right: 8px; border-radius: 6px; border: 1px solid #ccc;}
.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;}
.form_wrap input[type="radio"]:checked + label {background: #324891; color: #fff; border: 0;}
.form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 25px; cursor: pointer; background: #fff; min-width: auto; display: flex; justify-content: center; align-items: center; height: 64px; width: 64px; color: #777; border-radius: 6px; border: 1px solid #ccc; box-sizing: border-box;}
.privacy_wrap {display: flex; align-items: center; gap: 10px; margin: 20px 0 30px; justify-content: center;}
.privacy_wrap input[type="checkbox"] {width: 28px; height: 28px; margin: 0; cursor: pointer;}
.privacy_wrap label {font-size: 26px; margin-bottom: 0; cursor: pointer;}
.privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 26px; cursor: pointer; position: relative; top: -2px;}
.btn_submit {background: none; border: 0; font-family: inherit; font-size: 30px; font-weight: 600; background: #324891; color: #fff; padding: 26px; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; border-radius: 6px;}

.section1 .bottom_wrap {display: flex; flex-direction: column; align-items: center; gap: 130px; position: absolute;}
.section1 .bottom_wrap .rolling_wrap {width: 100%; background: #324891; border-radius: 15px; padding: 50px 0;}
.section1 .bottom_wrap .rolling_wrap h2 {font-size: 36px; font-weight: 600; text-align: center; margin-bottom: 55px;}
.section1 .bottom_wrap .rolling_wrap ul li {white-space: nowrap; display: flex; align-items: center; gap: 50px; justify-content: center; color:#fff;}
.section1 .bottom_wrap .rolling_wrap span {display: inline-block;}
.section1 .bottom_wrap .rolling_wrap .name {font-size: 30px; font-weight: 500;}
.section1 .bottom_wrap .rolling_wrap .age {font-size: 30px; padding: 15px 55px; border-radius: 25px; box-sizing: border-box;}
.section1 .bottom_wrap .rolling_wrap .time {font-size: 20px; background: #707fb2; border-radius: 20px; padding: 10px 20px;}



/* section2 */
.section2 {padding: 35px 0; margin-top: 220px;}
.section2 .container > div{display: flex;align-items: center;justify-content: center;}
.section2 .container .floating_txtbox{position: absolute; color: #fff;}
.section2 .container .floating_txtbox h1{font-size: 32px; font-family: 'NanumSquare'; font-weight: 800; text-align: center;}
.section2 .container .floating_txtbox .dash{height: 1px; background-color: #fff; display: block;margin: 20px auto;width: 30px;}
.section2 .container .floating_txtbox p{font-family: 'NanumSquare';line-height: 1.5em;font-size: 23px;text-align: center;}
.section2 .container .floating_txtbox p span{background-color: #4f88ff;}
.section2 ul {display: flex; justify-content: space-around;}
.section2 ul li {display: flex; align-items: center;}
.section2 ul li p {color: #fff; font-size: 22px; line-height: 1.3; margin-left: 15px;}


/* section3 */
.section3 {padding: 110px 0 80px;}
.section3 h1 {font-size: 42px; font-weight: 600; margin-bottom: 45px;line-height: 1.3em;}
.section3 ul li {align-items: center; justify-content: space-between; border: 1px solid #ddd; box-sizing: border-box; border-radius: 10px;margin-bottom: 20px; padding: 40px 60px;}
.section3 ul li:not(:last-child) {}
.section3 ul li .left_wrap {display: flex; flex-direction: column; align-items: center; gap: 50px; justify-content: space-between; width: 100%;}
.section3 ul li .left_wrap > div{text-align: center;}
.section3 ul li .left_wrap .fee_wrap{display: flex; align-items: center; justify-content: space-between; width: 100%;padding: 0 50px; box-sizing: border-box;}
.section3 ul li .left_wrap .fee_wrap span{font-size: 30px;}
.section3 ul li .left_wrap img {width: 200px;}
.section3 ul li .left_wrap p{margin-bottom: 15px; color: #4f88ff; font-size: 25px;}
.section3 ul li .left_wrap h4 {font-size: 30px; font-weight: 500;}
.section3 ul li .right_wrap {display: flex; flex-direction: column; gap: 20px; border-top: 1px solid #ddd;padding-top: 30px; margin-top: 30px;}
.section3 ul li .right_wrap .btn_wrap {display: flex; align-items: center; gap: 15px; justify-content: space-between;}
.section3 ul li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; padding: 20px 0; font-size: 25px; color: #fff; width: 260px;}
.section3 ul li .right_wrap .btn_wrap .check_btn {background: #375ca9;}
.section3 ul li .right_wrap .btn_wrap .apply_btn {background: #262626;}


/* section4 */
.section4{background: #f7f7f7;padding: 80px 0;}
.section4 .container > div > h1{font-size: 42px; line-height: 1.2em; font-weight: 600;}
.section4 .container > div .sec4_grid{display: grid; grid-template-columns: repeat(2, 1fr);margin-top: 30px; gap:15px;}
.section4 .container > div .sec4_grid > div{border-radius: 25px; border: 1px solid #ccc; padding: 50px 40px; background-color: #fff;}
.section4 .container > div .sec4_grid > div h1{font-size: 32px; font-weight: 700;}
.section4 .container > div .sec4_grid > div p{margin-top: 22px;line-height: 1.3em;font-size: 20px;}
.section4 .container > div .sec4_grid > div img{margin-top: 50px;margin-left: auto;display: block;}


/* section5 */
.section5 {background: #f9f9f9;color:#333; padding: 50px 0;width:100%;}
.section5 h3 {margin-bottom: 30px;font-size: 25px; font-weight: 700;}
.section5 ul {margin-bottom:15px}
.section5 ul li {color:#666; position:relative;padding-left:15px;font-size: 15px;line-height: 1.4;margin-bottom: 10px; }
.section5 ul li::before {position:absolute; left:0;content:'-';}
.section5 p{font-size: 16px;line-height: 1.5;color: #666;}


/* bottom_form */
.bottom_form_wrap .form_wrap {background-color: #314790; padding: 40px; border-radius: 25px;}
.bottom_form_wrap .form_wrap input[type="text"], .bottom_form_wrap .form_wrap input[type="tel"] {background: #fff !important; border: 1px solid #ddd;}
.bottom_form_wrap .form_wrap select {background-color: #fff !important; border: 1px solid #ddd; color: #333;}
.bottom_form_wrap .form_wrap li{color: #fff;}
.bottom_form_wrap .form_wrap .confirm_wrap .privacy_wrap{color: #fff;}
.bottom_form_wrap .form_wrap input[type="radio"]:checked + label{background: #3d86e0;}
/* 푸터 */
.footer { background: #fff; box-sizing: border-box; padding: 50px 0;width:100%;}
.footer .f-cont { color: #333; overflow: hidden; }
.footer .f-cont>div p { margin-bottom: 10px; font-size: 15px; }
.footer .f-copy { margin-top: 20px;	color: #333; font-size: 15px; text-align: right;}
.footer .f-copy p {	margin-bottom: 15px; }
.footer .mt { margin-top: 20px; }
.footer .f-logo { position: absolute; top: -15px; right: 0; text-align: right;}
.footer a { color: #222; margin-bottom: 10px; display: inline-block; margin-top: 21px;}
