/* 기종별 글자 크기 초기화 */
html, body{
  -webkit-text-size-adjust : none;
  -ms-text-size-adjust : none;
  -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;
}

/* section1 */
.section1 {background: url("./main_bg_mo.webp") no-repeat center / cover; padding-bottom: 38px;}
.section1 h1 { padding: 20px 0 45px;}
.section1 h1 a img {width: 130px; filter: brightness(0) invert(1);}
.section1 b {font-weight: 500;}

.section1 .title_wrap {display: flex; align-items: center; justify-content: center; flex-direction: column;}
.section1 .title_wrap h2 {text-align: center; color: #fff; font-size: 64px; line-height: 1.3; font-weight: 800; font-family: 'NanumSquare', sans-serif}
.section1 .title_wrap h1 b {font-size: inherit; font-family: inherit; font-weight: inherit; color: #142e6c;}
.section1 .title_wrap p {font-size: 25px; color: #fff; padding: 20px 0 60px; font-family: 'NanumSquare', sans-serif;}

.section1 .title_wrap img {width: 650px;}

.form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; box-sizing: border-box; width: 100%; padding: 60px 40px 40px; background: #fff; box-shadow: rgba(100, 100, 93, 0.1) 0px 13px 27px -5px, rgba(100, 100, 100, 0.1) 0px 8px 16px -8px; border-radius: 10px;}
.form_wrap form {width: 100%;}
.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;justify-content: center;}
.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: 1px solid #cccccc; font-size: 28px; padding: 17px; outline: none; font-family: inherit; background: #fff; width: 100%;}
.form_wrap .tel_cover {display: flex; width: 100%;}
.form_wrap select {font-size: 28px; font-family: inherit; padding-left: 17px; padding-right: 36px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat calc(100% - 15px) 50% !important; border: 1px solid #cccccc; margin-right: 8px;}
.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: #6563ea; color: #fff;}
.form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 28px; cursor: pointer; background: #fff; min-width: auto; display: flex; justify-content: center; align-items: center; height: 70px; width: 70px; color: #000; border: 1px solid #ccc;}
.privacy_wrap {display: flex; flex-direction: column; gap: 15px; margin: 15px 0 5px; justify-content: center;}
.bottom_form_wrap .privacy_wrap {margin: 30px 0; margin-left: 60px;}
.privacy_wrap .privacy_box {display: flex; align-items: center; gap: 10px; white-space: nowrap;}
.privacy_wrap input[type="checkbox"] {width: 28px; height: 28px; margin: 0; cursor: pointer;}
.privacy_wrap label {font-size: 26px; margin-bottom: 0; cursor: pointer; font-weight: 500 !important; letter-spacing: -1px;}
.privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 26px; cursor: pointer; position: relative; top: -1px; font-weight: 500 !important; letter-spacing: -1px;}
.confirm_wrap {width: 100%; margin: 0 auto;}
.btn_submit {background: none; border: 0; font-family: inherit; font-size: 30px; font-weight: 600; background: #333; color: #fff; padding: 27px; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; margin-top: 30px; font-family: 'NanumSquare', sans-serif; letter-spacing: -1px;}
.btn_submit img {width: 30px; height: 30px;}

.section1 .bottom_wrap {display: flex; flex-direction: column; align-items: center; background: #fff; padding: 50px 45px; box-sizing: border-box; border-radius: 20px; border: 1px solid #ccc; gap: 70px;}

/* section2 */
.section2 {padding-top: 38px;}

.swiper {width: 100%; height: 730px; box-shadow: rgba(150, 150, 150, 0.1) 0px 4px 8px, rgba(150, 150, 150, 0.1) 0px -4px 8px; padding: 55px 0; box-sizing: border-box; border-radius: 10px;}
.swiper-slide {text-align: center; font-size: 18px; background: #fff; display: flex; align-items: center; flex-direction: column;}

.swiper-slide > h2 {font-size: 36px; color: #1a1a1a; font-weight: 700; padding: 45px 0 50px; font-family: 'NanumSquare', sans-serif;}
.swiper-slide > p {font-size: 24px; color: #999; line-height: 35px; margin-bottom: 60px; font-family: 'NanumSquare', sans-serif;}
.swiper-slide h3 {font-size: 25px; color: #383838; font-weight: 700; padding: 30px 0 15px; font-family: 'NanumSquare', sans-serif;}
.swiper-slide .swipersecond_wrap {display: grid; grid-template-columns: repeat(2,1fr); gap: 25px 45px;}
.swiper-slide .swipersecond_wrap li p {font-size: 23px; color: #808080; line-height: 1.4em; font-family: 'NanumSquare', sans-serif; letter-spacing: -1px;}
.section2 .rolling {width: 100%;}
.section2 .rolling li {display: flex; align-items: center; font-size: 25px; white-space: nowrap; justify-content: center;}

.section2 .rolling li span {display: inline-block; margin-right: 35px; white-space: nowrap; font-family: 'NanumSquare', sans-serif;}
.section2 .rolling .name {width: 48px;}
.section2 .rolling .age {width: 55px;}
.section2 .rolling .num {width: 175px;}
.section2 .rolling li .done {font-size: 20px; background-color: #f2f2f2; padding: 10px 30px; border-radius: 30px; margin-right: 0;}
.swiper-pagination-bullets.swiper-pagination-horizontal {position: relative !important; top: 0;}
.swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #6563ea; width: 30px; border-radius: 50px; height: 13px;}
.swiper-pagination-bullet {width: 13px; height: 13px;}


/* section3 */
.section3 {padding: 105px 0 0;background-color: #fff;}
.section3 .container > p {font-size: 28px; color: #6563ea; text-align: center; padding-bottom: 15px; font-weight: 500; letter-spacing: -1px; font-family: 'NanumSquare', sans-serif;}
.section3 h1 {text-align: center; font-size: 39px; font-weight: 700; margin-bottom: 65px; line-height: 1.2; font-family: 'NanumSquare', sans-serif;}
.section3 ul li { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; border: 0; box-sizing: border-box;  width: 100%; background-color: #fff; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;}
.section3 ul li h2 {width: 100%; background: #f8f8ff; text-align: center; font-size: 27px; font-weight: 600; padding: 30px 0px; font-family: 'NanumSquare', sans-serif;}
.section3 ul li h3 {display: inline-block; color: #a3a3a3; letter-spacing: -.5; font-family: 'NanumSquare', sans-serif;}
.section3 ul li span {color: #343434; margin-left: 30px; font-family: 'NanumSquare', sans-serif;}
.section3 ul li b {color: #e0210e; font-weight: bold; margin-right: 10px;letter-spacing: -.5; font-family: 'NanumSquare', sans-serif;}
.section3 ul li img {display: block; padding-bottom: 55px;}
.section3 ul li:not(:last-child) {margin-bottom: 35px;}
.section3 ul li .all_wrap {width: 100%; display: flex; justify-content: space-between; font-size: 23px; margin: 40px 0 45px 0;}
.section3 ul li .left_wrap {width: 60%; padding-left: 40px;}
.section3 ul li .left_wrap img {width: 200px; height: 60px;}
.section3 ul li .left_wrap h4 {font-size: 28px; font-weight: 500; letter-spacing: -1px; white-space: nowrap;margin-top: 30px;}

.section3 ul li .right_wrap span {display: block; font-size: 25px; font-weight: 600; padding: 17px 0; background: #f2f2f2; width: 210px; text-align: center; border-radius: 10px;}
.section3 ul li .right_wrap span b {color: #e0210e;}
.section3 ul li .right_wrap {width: 40%}
.section3 ul li .right_wrap .fee_wrap {display: flex; align-items: center; justify-content: space-between; padding: 0 5px;}
.section3 ul li .right_wrap .fee_wrap p {font-size: 20px; color: #999;}
.section3 ul li .right_wrap .fee_wrap span {font-size: 20px;}
.section3 ul li .right_wrap .btn_wrap {display: flex; align-items: center; flex-direction: column; gap: 20px}
.section3 ul li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; font-size: 24px; color: #fff; width: 210px; height: 65px; font-family: 'NanumSquare', sans-serif;}
.section3 ul li .right_wrap .btn_wrap .modal_btn {color: #6563ea; border: 2px solid #6563ea; font-weight: 600; }
.section3 ul li .right_wrap .btn_wrap .apply_btn {background: #333;}

#btn_submit__btm{background-color: #333;}

/* section4 */
.section4{background-color: #142e6c;}
.section4 .container{display: flex;justify-content: space-between;align-items: end;}
.section4 .container span{padding: 65px 0 50px; color: #fff;display: flex;flex-direction: column;gap: 40px;justify-content: space-between;}
.section4 .container span h1{font-size: 38px;font-weight: 600;line-height: 1.2em;}
.section4 .container span p{color: #c1c8d9;font-size: 25px;font-weight: 500;line-height: 1.5em;}
.section4 .container img{width: 240px; height: 180px;}


/* section5 */
.section5 {background: #6c6ee9;color:#fff; padding: 367px 0 30px 0; width:100%; box-sizing: border-box; margin-top: 290px;}
.section5 h3 {margin-bottom: 35px;font-size: 22px; font-weight: 700; font-family: 'NanumSquare', sans-serif;}
.section5 ul {display: flex; flex-direction: column; gap: 10px;}
.section5 ul li {color:#fff; position:relative;font-size: 14px;line-height: 20px; font-family: 'NanumSquare', sans-serif;}
.section5 ul li:last-child {margin-bottom: 20px;}
.section5 p{font-size: 16px;color: #fff; line-height: 30px; font-family: 'NanumSquare', sans-serif;}
.section5 p:last-child {margin-bottom: 27px;}


/* bottom_form */
.bottom_form_wrap {position: absolute; margin: 0 auto; width: 100%; display: flex; justify-content: center;}
.bottom_form_wrap .form_wrap {width: 100%;}
.bottom_form_wrap .form_wrap {background: #fff;}
.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;}



/* 푸터 */
.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;}