/* 기종별 글자 크기 초기화 */
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_tel.png') no-repeat 80% 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{background-color: #f5f7f6;}
header a {display: inline-block; padding: 20px 0;}
header a img {width: 200px;}
header .container {display: flex; align-items: center; justify-content: center;}
header .today_box{display: flex; align-items: center; background-color: #fff;width: fit-content; gap:10px; font-size: 22px;}
header .today_box p {letter-spacing: -1px;}
header .today_box img{width: 17px;}
header .today_box .today_txt{color:#0ab481;}

/* section1 */
.section1 {background-color:#f5f7f6; padding-top: 30px; padding-bottom: 640px; position: relative;}
.section1 .container {z-index: 1;}
.section1 .title_container {display: flex; flex-direction: column; align-items: center;}
.section1 .title_container .text_wrap {display: flex; flex-direction: column; align-items: center; white-space: nowrap;}
.section1 .title_container .text_wrap span {width: fit-content; font-size: 23px; font-weight: 500; border: 1px solid #c4c4c4; padding: 15px 25px; background: #fff; display: flex; align-items: center; gap: 10px; border-radius: 40px; letter-spacing: -1px;}
.section1 .title_container .text_wrap span i {display: block; width: 10px; height: 10px; 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; text-align: center;}
.section1 .title_container .text_wrap h2 b {color: #007de3;}
.section1 .title_container .text_wrap p {font-size: 28px; font-weight: 500; color: #2c2c2c; letter-spacing: -1px; line-height: 1.4; text-align: center;}

.section1 .img_wrap {position: absolute; width: 100%; max-width: 720px; bottom: 0; left: 50%; transform: translateX(-50%);}
.section1 .img_wrap p {position: absolute; top: 242px; left: 256px; font-size: 20px; font-weight: 600; letter-spacing: -1px; width: 195px; text-align: center; color: #222;}
.section1 .img_wrap img {width: 100%;}

.section_form {position: relative; top: -65px;}
.section_form .container {display: flex; flex-direction: column; align-items: center; gap: 30px;}
.section_form .form_wrap {width: 100%; border: 1px solid #c4c4c4; padding: 50px 40px; 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: 72px; font-size: 25px; 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: 72px; display: flex; align-items: center; font-size: 25px; 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; flex-flow: column; align-items: flex-start; 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: 25px; height: 25px; accent-color: #444; margin: 0;}
.section_form .form_wrap .privacy_wrap label {font-size: 25px; letter-spacing: -1px; color: #383838; cursor: pointer;}
.section_form .form_wrap .privacy_wrap button {font-size: 25px; letter-spacing: -1px; color: #383838;}
.section_form .form_wrap .btn_submit {width: 100%; font-size: 34px; font-weight: 600; color: #fff; background: #007de3; text-align: center; padding: 25px 0; border-radius: 10px; letter-spacing: -1px; margin-top: 15px;}

.section_form .slide_wrap {width: 100%; border: 1px solid #c4c4c4; padding: 50px 50px; 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: 15px; height: 15px; background: #007de3; border-radius: 100%;}
.section_form .slide_wrap ul li .client_wrap {display: flex; align-items: center; background: #efefef; padding: 15px 45px; border-radius: 30px; box-sizing: border-box; white-space: nowrap;}
.section_form .slide_wrap ul li .client_wrap p {font-size: 28px; letter-spacing: -1px; color: #111; padding-right: 30px; border-right: 2px solid #333;}
.section_form .slide_wrap ul li .client_wrap span {font-size: 28px; letter-spacing: -1px; color: #757575; font-weight: 500; padding-left: 30px;}
.section_form .slide_wrap ul li .time {font-size: 26px; color: #757575; font-weight: 500; letter-spacing: -1px;}


/* section2 */
.section2 {margin-top: 80px;}
.section2 .title_wrap {text-align: center; margin-bottom: 55px;}
.section2 .title_wrap h2 {font-size: 2.2rem; font-weight: 700; margin-bottom: 25px; color: #007de3;}
.section2 .title_wrap p {font-size: 2.8rem; line-height: 1.3; font-weight: 500; letter-spacing: -1px;}

.section2 .container .grid_box{display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; width: 100%; margin: 0 auto;}
.section2 .container .grid_box > div{display: flex; gap: 40px;}
.section2 .container .grid_box > div{background-color: #000; display: flex; align-items: center; justify-content: center; border-radius: 20px; padding: 35px 0;}
#wrap > div.section2 > div > div.grid_box > div:nth-child(1),
#wrap > div.section2 > div > div.grid_box > div:nth-child(4) {background-color: #007de3;}

.section2 > div > div.grid_box > div > div{color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px;}
.section2 > div > div.grid_box > div > div h3{font-size: 1.5rem; font-weight: 600; letter-spacing: -1px;}
.section2 > div > div.grid_box > div > div p{text-align: center; font-size: 1.2rem; font-weight: 300; line-height: 1.2; letter-spacing: -1px;}

.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: 1.5rem; font-weight: 700;}
.section2 .container .grid_box > div .text_box p{font-size: 1.2rem; font-weight: 300; line-height: 1.2; letter-spacing: -1px;}


/* section3 */
.section3 {padding: 160px 0 50px; text-align: center; margin-bottom: 80px;}
.section3 .sc_title_wrap h2 {font-size: 2.2rem; font-weight: 700; margin-bottom: 25px; color: #007de3;}
.section3 .sc_title_wrap p {font-size: 2.8rem; line-height: 1.3; font-weight: 500; letter-spacing: -1px; margin-bottom: 65px;}

.section3 ul {width: 100%; display: flex; flex-direction: column; gap: 70px;}
.section3 ul li {width: 100%; background: #f7fafc; border-radius: 10px; overflow: hidden;}
.section3 ul li .top_wrap {display: flex; align-items: center; text-align: center; padding: 45px 0; box-sizing: border-box;}
.section3 ul li .top_wrap .img_wrap {width: 50%;}
.section3 ul li .top_wrap .img_wrap img {width: 200px;}
.section3 ul li .top_wrap .img_wrap img.sam {width: 120px;}
.section3 ul li .top_wrap .img_wrap img.hd{width: 160px;}
.section3 ul li .top_wrap .title_wrap {width: 50%;}
.section3 ul li .top_wrap .title_wrap span {display: block; font-size: 25px; font-weight: 500; letter-spacing: -1px; color: #9d9d9d; margin-bottom: 13px;}
.section3 ul li .top_wrap .title_wrap p {font-size: 32px; letter-spacing: -1px; color: #444; font-weight: 500;}
.section3 ul li .bottom_wrap {display: flex; align-items: center;}
.section3 ul li .bottom_wrap button {display: block; width: 50%; color: #fff; font-size: 30px; letter-spacing: -1px; padding: 22px 0;}
.section3 ul li .bottom_wrap button.check {background: #0074e7;}
.section3 ul li .bottom_wrap button.apply {background: #333;}


/* section5 */
.section5 {background: #fff; color:#111; 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:#111; position:relative;font-size: 15px;line-height: 1.4;margin-bottom: 10px; }
.section5 p{font-size: 16px;line-height: 1.5;color: #111;}


/* bottom_form */
.bottom_form_wrap h2 {font-size: 38px; font-weight: 600; margin-bottom: 90px; letter-spacing: -1px; white-space: nowrap;}
.bottom_form_wrap img.bottom_img {width: 460px; margin-bottom: 40px;}

.bottom_form_wrap .form_wrap {display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; position: relative; width: 100%;}
.bottom_form_wrap .form_wrap ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 15px; flex-grow: 1;}
.bottom_form_wrap .form_wrap ul li, 
.bottom_form_wrap .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.bottom_form_wrap .form_wrap ul li:first-child {flex-direction: row;}
.bottom_form_wrap .form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 10px; margin-left: 10px;}
.bottom_form_wrap .form_wrap label {font-size: 28px; font-weight: 600; min-width: 130px; color: #111;}
.bottom_form_wrap .form_wrap input[type="radio"] {display: none;}
.bottom_form_wrap .form_wrap input[type="text"], .bottom_form_wrap .form_wrap input[type="tel"] {border: 0; font-size: 25px; padding: 20px; outline: none; font-family: inherit; background: #fff; width: 100%; border-radius: 10px; box-sizing: border-box; height: 72px; border: 1px solid #c4c4c4; font-weight: 500;}
.bottom_form_wrap .form_wrap .tel_cover {display: flex; width: 100%; gap: 10px;}
.bottom_form_wrap .form_wrap select {min-width: 115px; font-size: 25px; font-family: inherit; padding: 0 24px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat 75% 50% / 20px !important; border-radius: 10px; border: 1px solid #ccc; font-weight: 500;}
.bottom_form_wrap .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;}
.bottom_form_wrap .form_wrap input[type="radio"]:checked + label {background: #007de3; color: #fff; border: 0;}
.bottom_form_wrap .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: 72px; width: 90px; color: #111; border-radius: 10px; box-sizing: border-box; border: 1px solid #c4c4c4; font-weight: 500;}
.bottom_form_wrap .privacy_wrap {display: flex; align-items: center; justify-content: center; gap: 5px; color: #fff;}
.bottom_form_wrap .privacy_wrap input[type="checkbox"] {width: 25px; height: 25px; margin: 0; cursor: pointer; accent-color: #444;}
.bottom_form_wrap .privacy_wrap label {font-size: 25px; margin-bottom: 0; cursor: pointer; color: #383838;  font-weight: 400;}
.bottom_form_wrap .privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 25px; cursor: pointer; color: #383838;}
.bottom_form_wrap .btn_submit {border: 0; font-family: inherit; font-size: 36px; font-weight: 600; background: #007de3; color: #fff; padding: 25px 0; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; border-radius: 10px; letter-spacing: -1px; margin-top: 15px;}
.bottom_form_wrap .form_wrap select {background-color: #fff !important; border: 1px solid #c4c4c4; color: #333;}
#pure-form__btm {background-color: #fff; border: 1px solid #c4c4c4; box-sizing: border-box; width: 100%; padding: 50px 40px; border-radius: 15px;}
.bottom_form_wrap .form_wrap ul li {color: #fff; justify-content: center;}
.bottom_form_wrap .form_wrap .confirm_wrap {flex-flow: column; align-items: flex-start; gap: 10px; margin: 20px 0 30px;}
.bottom_form_wrap .form_wrap input[type="radio"]:checked + label {background:#007de3; color: #fff;}


/* 푸터 */
.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;
  }
}

.section1 .title_container .text_wrap p em {
  font-size: 18px;
}