a { color: #333;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100vh; touch-action: none;}
#wrap {overflow: hidden;}

/* Select box 스타일 초기화 */ 
select {
	padding: 0 10px 0 4px;
	background: #fff url('arrow_tel.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;
}

/* 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{background-color: #f5f7f6;}
header .container {display: flex; align-items: center;}
header a {display: inline-block; padding: 20px 0;}
header a img {width: 200px;}
header .today_box{display: flex; align-items: center; background-color: #fff;width: fit-content; gap:10px; font-size: 20px;}
header .today_box img{width: 17px;}
header .today_box .today_txt{color:#0ab481; font-weight: 500; letter-spacing: -.1px;}

/* section1 */
.section1 {background-color: #f5f7f6; padding-bottom: 132px;}
.section1 .container {position: relative;}

.section1 .title_container {display: flex; justify-content: space-between;}
.section1 .title_container .text_wrap {white-space: nowrap; padding-top: 60px;}
.section1 .title_container .text_wrap span {width: fit-content; font-size: 20px; font-weight: 500; border: 1px solid #c4c4c4; padding: 10px 20px; background: #fff; display: flex; align-items: center; gap: 5px; border-radius: 40px; letter-spacing: -1px;}
.section1 .title_container .text_wrap span i {display: block; width: 5px; height: 5px; background: #ea1111; border-radius: 100%; animation: flicker 1s infinite linear;}
.section1 .title_container .text_wrap h2 {font-size: 80px; letter-spacing: -4px; font-weight: 700; line-height: 1.2; margin: 20px 0 30px;}
.section1 .title_container .text_wrap h2 b {color: #007de3;}
.section1 .title_container .text_wrap p {font-size: 27px; font-weight: 500; color: #2c2c2c; letter-spacing: -1px; line-height: 1.4;}
.section1 .title_container .img_wrap {position: absolute; top: -90px; left: 600px;}
.section1 .title_container .img_wrap p {position: absolute; top: 202px; left: 227px; font-size: 17px; font-weight: 600; letter-spacing: -1px; width: 163px; text-align: center; color: #222;}
.section1 .title_container .img_wrap img {width: 720px;}

.section_form {position: relative; top: -55px;}
.section_form .container {display: flex; align-items: center; justify-content: space-between; gap: 30px;}
.section_form .form_wrap {width: 55%; border: 1px solid #c4c4c4; padding: 55px 90px; box-sizing: border-box; background: #fff; border-radius: 15px;}
.section_form .form_wrap ul {display: flex; flex-direction: column; gap: 15px;}
.section_form .form_wrap input[type="text"],
.section_form .form_wrap input[type="tel"],
.section_form .form_wrap select {width: 100%; height: 70px; font-size: 24px; font-weight: 500; letter-spacing: -1px; border: 1px solid #c4c4c4; border-radius: 10px; padding: 0 24px; outline: none; box-sizing: border-box;}

.section_form .form_wrap .name_wrap {display: flex; align-items: center; gap: 10px;}
.section_form .form_wrap .name_wrap .gender_wrap {display: flex; align-items: center; gap: 10px;}
.section_form .form_wrap .name_wrap .gender_wrap input[type="radio"] {display: none;}
.section_form .form_wrap .name_wrap .gender_wrap label {width: 90px; height: 70px; display: flex; align-items: center; font-size: 24px; font-weight: 500; letter-spacing: -1px; border: 1px solid #c4c4c4; border-radius: 10px; box-sizing: border-box; justify-content: center; cursor: pointer;}
.section_form .form_wrap .name_wrap .gender_wrap input[type="radio"]:checked + label {background: #007de3; color: #fff;}

.section_form .form_wrap .tel_wrap {display: flex; align-items: center; gap: 10px;}
.section_form .form_wrap select {max-width: 115px; background: url("../Img/arrow_tel.png") no-repeat 75% 50% / 20px !important;}

.section_form .form_wrap .privacy_wrap {margin: 20px 0 30px; display: flex; align-items: flex-start; flex-flow: column; gap: 10px;}
.section_form .form_wrap .privacy_wrap .privacy_box {display: flex; align-items: center; justify-content: center; gap: 5px;}
.section_form .form_wrap .privacy_wrap input[type="checkbox"] {width: 22px; height: 22px; accent-color: #444; margin: 0;}
.section_form .form_wrap .privacy_wrap label {font-size: 22px; letter-spacing: -1px; color: #383838; cursor: pointer;}
.section_form .form_wrap .privacy_wrap button {font-size: 22px; letter-spacing: -1px; color: #383838;}
.section_form .form_wrap .btn_submit {width: 100%; font-size: 32px; font-weight: 600; color: #fff; background: #007de3; text-align: center; padding: 20px 0; border-radius: 10px; letter-spacing: -1px;}

.section_form .slide_wrap {width: 45%; border: 1px solid #c4c4c4; padding: 60px 55px; box-sizing: border-box; background: #fff; border-radius: 15px;}
.section_form .slide_wrap ul li {display: flex; align-items: center; justify-content: space-between;}
.section_form .slide_wrap ul li .dot {width: 10px; height: 10px; background: #007de3; border-radius: 100%;}
.section_form .slide_wrap ul li .client_wrap {display: flex; align-items: center; background: #efefef; padding: 15px 30px; border-radius: 30px; box-sizing: border-box; white-space: nowrap;}
.section_form .slide_wrap ul li .client_wrap p {font-size: 24px; letter-spacing: -1px; color: #111; padding-right: 20px; border-right: 2px solid #333;}
.section_form .slide_wrap ul li .client_wrap span {font-size: 24px; letter-spacing: -1px; color: #757575; font-weight: 500; padding-left: 20px;}
.section_form .slide_wrap ul li .time {font-size: 20px; color: #757575; font-weight: 500; letter-spacing: -1px;}

/* section2 */
.section2 .title_wrap h2,
.section3 h2 {font-size: 32px; font-weight: 700; margin-bottom: 25px; color: #007de3;}
.section2 .title_wrap p,
.section3 p {font-size: 43px; line-height: 1.2; font-weight: 500; letter-spacing: -1px;}

.section2 .container{display: flex; justify-content: space-between; padding: 100px 0;}
.section2 .container .grid_box{display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px 120px;}
.section2 .container .grid_box > div{display: flex; gap: 40px;}
.section2 .container .grid_box > div .color_box{background-color: #000; display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 20px;}
.section2 .container .grid_box > div:nth-child(1) .color_box,
.section2 .container .grid_box > div:nth-child(4) .color_box{background-color: #007de3;}

.section2 .container .grid_box > div .text_box{display: flex; flex-direction: column; justify-content: center; gap: 20px;}
.section2 .container .grid_box > div .text_box h3{font-size: 24px; font-weight: 700; letter-spacing: -1px;}
.section2 .container .grid_box > div .text_box p{font-size: 19px; font-weight: 300; line-height: 1.2; letter-spacing: -1px;}


.section3 ul {display: flex; flex-direction: column; gap: 50px; margin-top: 55px;}
.section3 ul li {background: #f7fafc; display: flex; align-items: center; border: 1px solid #ddd; border-radius: 10px; height: 180px; overflow: hidden;}
.section3 ul li .img_wrap {width: 510px; text-align: center;}
.section3 ul li .img_wrap img {width: 200px;}
.section3 ul li .img_wrap img.sam {width: 120px;}
.section3 ul li .img_wrap img.hd {width: 160px;}

.section3 ul li .title_wrap {text-align: center; width: 300px;}
.section3 ul li .title_wrap span {display: block; font-size: 25px; font-weight: 500; letter-spacing: -1px; color: #9d9d9d; margin-bottom: 14px;}
.section3 ul li .title_wrap p {font-size: 32px; letter-spacing: -1px; color: #444; font-weight: 500;}
.section3 ul li .button_wrap {display: flex; flex-direction: column; margin-left: auto; height: 100%;}
.section3 ul li .button_wrap button {font-size: 30px; letter-spacing: -1px; height: 50%; padding: 0 50px; color: #fff;}
.section3 ul li .button_wrap button.check {background: #0074e7;}
.section3 ul li .button_wrap button.apply {background: #333;}


/* bottom_form */
.bottom_form_wrap {padding: 80px 0;}
.bottom_form_wrap .container {display: flex; gap: 80px; align-items: center;}
.bottom_form_wrap .container .bottom_img {width: 580px;}
.bottom_form_wrap h2 {font-size: 50px; font-weight: 700; line-height: 1.3; letter-spacing: -2px; text-align: center; margin-bottom: 90px;}
.bottom_form_wrap form {display: flex; align-items: center; border-radius: 15px; justify-content: space-between; background-color: #fff; flex-direction: column; padding: 60px 45px; border: 1px solid #c4c4c4;}
.bottom_form_wrap ul {display: grid; grid-template-columns: repeat(1, 1fr); gap: 15px; width: 100%; border-radius: 15px; box-sizing: border-box;}
.bottom_form_wrap ul li {display: flex; align-items: center;}
.bottom_form_wrap ul li label{color: #383838;}
.bottom_form_wrap ul li .input_wrap {display: flex; align-items: center; gap: 10px;}
.bottom_form_wrap ul li:not(:last-child) > label {font-size: 22px; 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: 10px; box-sizing: border-box; font-size: 24px; font-weight: 500; outline: none; border: 1px solid #ddd; width: 100%; border-radius: 10px; height: 70px; padding-left: 22px; letter-spacing: -1px;}
.bottom_form_wrap ul li .gender_wrap {display: flex; align-items: center; gap: 10px;}
.bottom_form_wrap ul li .gender_wrap input[type="radio"] {display: none;}
.bottom_form_wrap ul li .gender_wrap label {font-size: 24px; font-weight: 500; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 10px; cursor: pointer; color: #000; border: 1px solid #ddd; height: 70px; width: 90px; box-sizing: border-box;}
.bottom_form_wrap ul li .gender_wrap input:checked + label {background: #007de3; color: #fff; border: 1px solid #007de3;}
.bottom_form_wrap ul li select {min-width: 115px; outline: none; border: 1px solid #ddd; font-size: 24px; background: #fff url("./arrow_tel.png") no-repeat 75% 50% / 20px !important; border-radius: 10px; color: #333; height: 70px; font-weight: 500; padding: 0 24px;}
.bottom_form_wrap ul li .mobile_wrap {display: flex; align-items: center; width: 100%; gap: 8px;}
.bottom_form_wrap .privacy_wrap {display: flex; align-items: flex-start; justify-content: center; gap: 10px; margin: 20px 0 30px; flex-flow: column;}
.bottom_form_wrap .privacy_wrap .privacy_box{display: flex; align-items: center; gap: 5px;}
.bottom_form_wrap .privacy_wrap input[type="checkbox"] {margin: 0; width: 22px; height: 22px; accent-color: #444;}
.bottom_form_wrap .privacy_wrap label {font-size: 22px; letter-spacing: -1px; color: #383838; cursor: pointer;}
.bottom_form_wrap .privacy_wrap button {font-size: 22px; letter-spacing: -1px; color: #383838;}
.bottom_form_wrap .btn_submit__btm {width: 100%; background: #007de3; color: #fff; font-size: 32px; font-weight: 600; padding: 20px 0; border-radius: 10px; letter-spacing: -1;}


/* section5 */
.section5 {background: #fff; color:#111; padding: 50px 0;width:100%;}
.section5 h3 {margin-bottom: 35px; font-size: 25px; font-weight: 700;}
.section5 ul {margin-bottom: 15px}
.section5 ul li {color:#111; position:relative;font-size: 15px;line-height: 1.4;margin-bottom: 10px; }
.section5 p{font-size: 16px;line-height: 1.5;color: #111;}



/* 푸터 */
.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;}


@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}