a { color: #333;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100vh; touch-action: none;}

/* 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;
  font-family: inherit;
}

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;
}


/* header */
.section1 { padding: 0 0 140px 0; width: 100%;}
.section1 .title_wrap h1 {font-family: 'NanumSquare', sans-serif;  color: #fff; font-size: 66px; line-height: 1.3; margin-bottom: 25px; font-weight: 800;}
.section1 .title_wrap h1 b {font-family: 'NanumSquare', sans-serif;font-weight: normal;font-weight: 600;}
.section1 .title_wrap p {font-size: 27px; color: #fff; font-family: 'NanumSquare', sans-serif;}
.section1_wrap {background: url("main_bg_pc.webp") no-repeat; background-size: 100% 1000px;}
.section1_wrap .logoimg {display: inline-block; margin: 25px 0 195px; width: 130px; user-select: none; filter: brightness(0) invert(1);}
.section1_wrap .today_wrap {display: flex;align-items: center;gap: 10px;color: #777;}
.section1_wrap .today_wrap img {width: 19px;}
.section1_wrap .today_wrap .today_txt {color: #2d7cdd;}
.section1txt_wrap {display: flex; justify-content: space-between;}

.section1_wrap .img_wrap img {width: 630px;}

/* swiper */

.swiper_wrap {position: relative; margin: 0 auto; margin-top: 35px; width: 1200px;}

.swiper {width: 1200px; height: 380px; box-shadow: rgba(100, 100, 100, 0.1) 0px 13px 27px -5px, rgba(100, 100, 100, 0.1) 0px 8px 16px -8px; border-radius: 10px;}

.swiperleft_wrap {width: 40%; text-align-last: left;}
.swiperleft_wrap h2 {font-size: 41px; color: #1a1a1a; font-weight: 700; font-family: 'NanumSquare', sans-serif;}
.swiperleft_wrap p {font-size: 23px; color: #999; padding-top: 40px; line-height: 35px; letter-spacing: -.5; font-family: 'NanumSquare', sans-serif;}
.swiperright_wrap {width: 55%; overflow: hidden; transform: translateX(-30px);}
.swiper-slide {text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: space-between; align-items: center;  padding: 0px 35px 0 65px; box-sizing: border-box;}
.rolling li {display: flex; align-items: center; justify-content: flex-end; font-size: 25px;}

.rolling li div {display: flex; gap: 30px;}
.rolling span {white-space: nowrap; font-family: 'NanumSquare', sans-serif;}
.rolling .name {width: 60px;}
.rolling .age {width: 70px;}
.rolling .num {width: 180px;}

.rolling .done {margin-left: 40px; background-color: #f2f2f2; padding: 10px 30px; border-radius: 30px; font-size: 20px;}

.swiper-button-next {right: -150px;}
.swiper-button-prev {left: -150px;}
.swiper-button-next:after{position: absolute; content: ""; background: url(arrow_icon_2.png) no-repeat; width: 35px; height: 63px; display: block; color: #000; 
}

.swiper-button-prev:after{position: absolute; content: ""; background: url(arrow_icon_1.png) no-repeat; width: 35px; height: 63px; display: block; color: #000;
}



.swiperall_wrap > h2 {font-size: 40px; color: #1a1a1a; font-weight: 700; text-align: left; width: 30%; font-family: 'NanumSquare', sans-serif; line-height: 1.3;}
.swipersecond_wrap {width: 75%;}
.swipersecond_wrap ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px 30px;}
.swipersecond_wrap ul li img {width: 80px; height: 80px;}
.swipersecond_wrap ul li {display: flex; align-items: center;}
.swipersecond_wrap ul li .swipersecondtxt {text-align: left;}
.swipersecond_wrap ul li .swipersecondtxt h3 {font-size: 26px; font-weight: 600; color: #383838; font-family: 'NanumSquare', sans-serif;}
.swipersecond_wrap ul li .swipersecondtxt p{font-size: 22px; color: #808080; padding-top: 12px; line-height: 30px; font-family: 'NanumSquare', sans-serif; letter-spacing: -1px;}
.swipersecondtxt {margin-left: 30px;}


.section1 .form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; box-sizing: border-box; overflow: hidden; border-radius: 10px;}
.section1 .form_wrap form {width: 100%; display: flex; align-items: center; background: #fff;}
.section1 .form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); box-sizing: border-box; gap: 15px 30px; background: #fff; padding: 30px;}
.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: 6px; margin-left: 7px;}
.section1 .form_wrap label {font-size: 25px; font-weight: 500; min-width: 115px; font-weight: 600;}
.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: 20px; padding: 12px; outline: none; font-family: 'Pretendard'; background: #fff; width: 100%;}
.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;}
.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: #6563ea;}
.section1 .form_wrap input[type="radio"]:not(:checked) + label {color:#777;background-color: #fff;border: 1px solid #cccccc;box-sizing: border-box;}
.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: 48px; width: 48px; color: #fff;}
.section1 .privacy_wrap {display: flex; flex-direction: column; align-items: flex-start; gap: 7px;}
.section1 .privacy_wrap .privacy_box {display: flex; align-items: center; gap: 7px; justify-content: center;}
.section1 .privacy_wrap input[type="checkbox"] {width: 18px; height: 18px; margin: 0; cursor: pointer;}
.section1 .privacy_wrap label {font-size: 18px; margin-bottom: 0; cursor: pointer; font-weight: normal; letter-spacing: -.5px;}
.section1 .privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 18px; cursor: pointer; position: relative; top: -1px; letter-spacing: -.5px;}
.btn_submit {border: 0; font-family: 'NanumSquare', sans-serif; font-size: 29px; font-weight: 600; background: #6563ea; color: #fff; padding: 17px; width: 230px; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 15px; justify-content: center; height:201px; letter-spacing: -.5; line-height: 1.2;}


/* section2 */
.section2 {padding: 120px 0; margin-top: 80px;}
.section2 h2 {font-size: 36px; text-align: center; font-weight: 800; margin-bottom: 45px; font-family: 'NanumSquare';}
.section2 ul {display: flex; align-items: center; justify-content: space-between; gap: 25px;}
.section2 ul li {border: 1px solid #ddd; padding: 35px 0 115px; box-sizing: border-box; border-radius: 15px; display: flex; flex-direction: column; align-items: center; position: relative; width: 100%;}
.section2 ul li span {display: inline-block; font-size: 22px; padding: 5px 10px; border: 1px solid #2d7cdd; border-radius: 40px; width: 95px; text-align: center; color: #2d7cdd; margin-bottom: 50px;}
.section2 ul li h4 {font-size: 23px; font-weight: 600; margin-bottom: 20px; color: #333;}
.section2 ul li p {font-size: 22px; text-align: center; line-height: 1.4; color: #777;}
.section2 ul li .icon {position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%);}



/* section3 */
.section3 .container > p {text-align: center; margin-bottom: 18px; font-size: 28px; color: #5f5de9; font-weight: 500; letter-spacing: -1; font-family: 'NanumSquare', sans-serif;}
.section3 h1 {text-align: center; font-size: 44px; font-weight: 700; margin-bottom: 70px; font-family: 'NanumSquare', sans-serif; letter-spacing: -.5;}
.section3 ul li {box-shadow: rgba(100, 100, 100, 0.1) 0px 13px 27px -5px, rgba(100, 100, 100, 0.1) 0px 8px 16px -8px; box-sizing: border-box; background-color:#fff;}
.section3 ul li h2 {width: 100%; text-align: center; font-size: 27px; color: #1f1f1f; font-weight: 600; padding: 30px 0; background: #f8f8ff; font-family: 'NanumSquare', sans-serif;}
.section3 ul li:not(:last-child) {margin-bottom: 45px;}
.section3 ul li .all_wrap {padding: 40px 50px; display: grid; grid-template-columns: repeat(3,1fr);}
.section3 ul li .center_wrap {display: flex; align-items: center; justify-content: space-between; font-size: 23px; padding: 0 30px;}
.section3 ul li .center_wrap p {color: #9b9b9b;font-size: 25px; letter-spacing: -1; font-family: 'NanumSquare', sans-serif;}
.section3 ul li .center_wrap span {color: #191919; font-size: 28px; font-family: 'NanumSquare', sans-serif;}
.section3 ul li .center_wrap span b {color: red; margin-right: 12px;}
.section3 ul li .left_wrap {display: flex; align-items: center;}
.section3 ul li .left_wrap img {width: 180px;}
.section3 ul li .left_wrap h4 {font-size: 24px; font-weight: 600;}
.section3 ul li .right_wrap .btn_wrap {display: flex; align-items: end; gap: 10px;flex-direction: column;}
.section3 ul li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; padding: 9px 0; font-size: 21px; color: #fff; width: 170px; font-family: 'NanumSquare', sans-serif;}
.section3 ul li .right_wrap .btn_wrap .modal_btn {background: #fff; color: #5f5de9; border: 2px solid #5f5de9; font-weight: 600;}
.section3 ul li .right_wrap .btn_wrap .apply_btn {background: #262626; font-weight: 400;}


/* bottom_form */
.bottom_form_wrap {padding: 50px 0 80px; position: relative;}
.bottom_form_wrap form {position: absolute; width: 100%; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; display: flex; flex-direction: column; background: #fff; z-index: 10;}
.bottom_form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 45px;   padding: 50px 40px 30px 45px; box-sizing: border-box; }
.bottom_form_wrap ul li {display: flex; align-items: center;}
.bottom_form_wrap ul li .input_wrap {display: flex; align-items: center; gap: 5px; justify-content: space-between; width: 100%;}
.bottom_form_wrap ul li:not(:last-child) > label {font-size: 25px; font-weight: 600; min-width: 100px;}
.bottom_form_wrap ul li input[type="text"], .bottom_form_wrap ul li input[type="tel"] {font-family: inherit; padding: 17px; box-sizing: border-box; font-size: 20px; outline: none; border: 1px solid #ddd; width: 100%;}
.bottom_form_wrap ul li .gender_wrap {display: flex; align-items: center; gap: 5px;}
.bottom_form_wrap ul li .gender_wrap input[type="radio"] {display: none;}
.bottom_form_wrap ul li .gender_wrap label {font-size: 23px; border: 1px solid #ddd; height: 60px; width: 60px; display: flex; align-items: center; justify-content: center; background: #fff; cursor: pointer;color: #777;}
.bottom_form_wrap ul li .gender_wrap input:checked + label {background: #5f5de9; color: #fff;}
.bottom_form_wrap ul li select {padding: 10px; padding-right: 30px; box-sizing: border-box; outline: none; border: 1px solid #ddd; font-size: 20px; background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important; height: 60px;}
.bottom_form_wrap ul li .mobile_wrap {display: flex; align-items: center; width: 100%; gap: 8px;}
.bottom_form_wrap ul li input[type="checkbox"] {margin: 0; width: 24px; height: 24px; cursor: pointer;}
.bottom_form_wrap .privacy_wrap {display: flex; flex-direction: column; gap: 10px; align-items: flex-start;}
.bottom_form_wrap .privacy_wrap .privacy_box {display: flex; align-items: center;}
.bottom_form_wrap .privacy_wrap label {display: inline-block; font-size: 20px; margin: 0 6px 0 10px; cursor: pointer; letter-spacing: -1px;}
.bottom_form_wrap .privacy_wrap button {font-size: 20px; position: relative; top: -1px; letter-spacing: -1px;}
.bottom_form_wrap .btn_submit__btm {font-weight: 600; border: 0; font-family: 'NanumSquare', sans-serif; font-size: 24px;  background: #333; color: #fff; padding: 17px; width: 340px; cursor: pointer; display: flex; align-items: center; gap: 8px; justify-content: center; border-radius: 6px; height: 60px; border-radius: 10px; letter-spacing: -1px;}
.bottom_form_wrap .bottombtn_wrap {margin: 0 auto; padding-bottom: 50px;}
.bottom_form_wrap .bottombtn_wrap img {width: 20px; height: 20px;}


/* section4 */
.section4{background-color: #142e6c;}
.section4 .container{display: flex;justify-content: space-between;}
.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: 46px;font-weight: 700;}
.section4 .container span p{color: #c1c8d9;font-size: 30px;font-weight: 500;line-height: 1.5em;}



/* section5 */
.section5 {background: #6c6ee9; color:#fff; padding: 57px 0;width:100%;}
.section5 h3 {padding: 250px 0 40px; font-size: 25px; font-weight: 700; font-family: 'NanumSquare', sans-serif;}
.section5 ul {display: flex; flex-direction: column; gap: 10px;}
.section5 ul li {position:relative;font-size: 15px;line-height: 20px; font-family: 'NanumSquare', sans-serif;}
.section5 p{font-size: 16px; line-height: 25px; font-family: 'NanumSquare', sans-serif;}


/* 푸터 */
.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;}



@media screen and (max-width: 1530px) {
  .swiper-button-next, .swiper-button-prev {display: none;}
}