a { color: #1c1c1c;	text-decoration: none; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.notScroll {overflow: hidden; width: 100%; height: 100%; 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;
  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;
}

/* header */
header {background: #f7f6f5;}
header .container {display: flex; align-items: center; justify-content: space-between;}
header a {display: inline-block; padding: 20px 0; width: 168px;}
header a img {width: 100%;}

header .today_wrap {background: #fff; padding: 12px 20px; box-sizing: border-box; border: 1px solid #333; border-radius: 12px;}
header .today_wrap p {font-weight: 600; letter-spacing: -1px; color: #444; font-size: 19px;}


/* section1 */
.section1 {background: #f7f6f5; padding: 40px 0 130px; border-radius: 0 0 0 250px;}
@media screen and (max-width: 1300px) {
  .section1 {border-radius: 0;}
}
.section1 .container {display: flex; align-items: center; justify-content: space-between;}
.section1 .txt_wrap h1 {font-size: 85px; font-weight: 600; letter-spacing: -2px; line-height: 1.2; color: #1c1c1c; margin-bottom: 35px;}
.section1 .txt_wrap h1 b {color: #ee7200; font-weight: 700;}
.section1 .txt_wrap p {font-size: 25px; font-weight: 500; color: #888; letter-spacing: -1px;}
.section1 .img_wrap {position: absolute; top: 3px; right: 10px;}
.section1 .img_wrap img {width: 620px;}
.section1 .img_wrap .today_wrap {display: flex; align-items: center; justify-content: center; position: absolute; top: 32px; left: 0; width: 274px; height: 47px;}
.section1 .img_wrap .today_wrap p {font-weight: 600; letter-spacing: -1px; color: #444; font-size: 20px;}



/* section2 */
.section2 {padding-bottom: 90px;}
.section2 .form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; box-sizing: border-box; margin-bottom: 20px; position: relative; top: -60px;}

.section2 .form_wrap .left_box {width: 100%;}
.section2 .form_wrap .right_box {width: 100%;}
.section2 .form_wrap .left_box .notice {display: flex; align-items: center; gap: 8px; color: #888; letter-spacing: -1px; font-size: 17px; font-weight: 500; margin-bottom: 25px; margin-top: 20px;}
.section2 .form_wrap .left_box .notice img {width: 20px;}

.section2 .form_wrap form {width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; border: 1px solid #ddd; padding: 42px 78px; box-sizing: border-box; border-radius: 20px;}
.section2 .form_wrap ul {display: flex; align-items: center; gap: 20px;}
.section2 .form_wrap ul li, .section2 .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.section2 .form_wrap ul li:first-child {flex-direction: row;}
.section2 .form_wrap .name_cover {width: 250px;}
.section2 .form_wrap label {font-size: 22px; font-weight: 600; min-width: 100px;}
.section2 .form_wrap input[type="radio"] {display: none;}
.section2 .form_wrap input[type="text"], .section2 .form_wrap input[type="tel"] {border: 1px solid #ddd; font-size: 22px; padding: 16px 24px; outline: none; background: #fff; width: 100%; border-radius: 10px; font-family: 'Pretendard'; font-weight: 500;}
.section2 .form_wrap input[type="text"]::placeholder, .section2 .form_wrap input[type="tel"]::placeholder {color:#999; font-family: inherit; font-weight: 500; letter-spacing: -1px;}
.section2 .form_wrap .tel_cover {display: flex; width: 400px; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box; position: relative;}
.section2 .form_wrap .tel_cover::before {content: ""; width: 2px; height: 32px; background: #ddd; position: absolute; top: 50%; left: 100px; transform: translateY(-50%); z-index: 9;}
.section2 .form_wrap .tel_cover #mobile2 {border: 0; padding: 17px 24px; position: relative;}

.section2 .form_wrap select {font-size: 22px; border: none; padding-left: 24px; padding-right: 32px; appearance: none; background: #fff url("./arrow_tel.png") no-repeat calc(100% - 8px) 50% !important; margin-right: 8px; border-radius: 10px; font-family: 'Pretendard'; font-weight: 500; letter-spacing: -1px}
.section2 .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;}
.section2 .form_wrap input[type="radio"]:checked + label {background: #ee7200;}
.section2 .form_wrap input[type="radio"]:not(:checked) + label {color:#777; background-color: #fff; border: 1px solid #ddd; box-sizing: border-box;}
.section2 .privacy_wrap {display: flex; flex-direction: column; align-items: center; gap: 7px; justify-content: center; font-weight: 600; white-space: nowrap; margin-bottom: 18px; position: relative;}
.section2 .privacy_wrap .box {display: flex; align-items: center; gap: 7px;}
.section2 .privacy_wrap input[type="checkbox"] {width: 18px; height: 18px; margin: 0; cursor: pointer; position: absolute; top: 1px; left: 62px; opacity: 0; z-index: 9;}
.section2 .privacy_wrap input[type="checkbox"]#check-box_mkt {top: 28px; left: 58px;}
.section2 .privacy_wrap input[type="checkbox"]:checked + i::before {border: solid #ee7200; border-width: 0 3px 3px 0;}
.section2 .privacy_wrap i {width: 18px; height: 18px; cursor: pointer; background: #fff; border-radius: 100%; position: relative; border: 1px solid #bbb;}
.section2 .privacy_wrap i::before {position: absolute; top: 1.5px; left: 6px; width: 4px; height: 8px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); content: "";}
.section2 .privacy_wrap label {font-size: 17px; margin-bottom: 0; cursor: pointer; font-weight: 600; letter-spacing: -.5px; color: #888;}
.section2 .privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 16px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #888; color: #888; position: relative; top: -1px; margin-left: 5px;}
.btn_submit {border: 0; font-family: inherit; font-size: 24px; font-weight: 500; background: #ee7200; color: #fff; padding: 5px; cursor: pointer; display: flex; align-items: center; gap: 12px; justify-content: center; width: 100%; border-radius: 10px; white-space: nowrap; line-height: 1.3; height: 58px; letter-spacing: -1px;}
.btn_submit img {width: 22px;}

.section2 .content_wrap {display: flex; align-items: center; gap: 50px;}
.section2 .benefit_wrap {width: 50%; border: 1px solid #ddd; border-radius: 20px;}
.section2 .benefit_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr);}
.section2 .benefit_wrap ul li {display: flex; justify-content: center; align-items: center; padding: 31px 40px; box-sizing: border-box; gap: 20px;}
.section2 .benefit_wrap ul li:nth-child(2n - 1) {border-right: 1px solid #ddd;}
.section2 .benefit_wrap ul li:nth-child(-n + 2) {border-bottom: 1px solid #ddd;}
.section2 .benefit_wrap ul li img {width: 55px;}
.section2 .benefit_wrap ul li p {font-size: 20px; font-weight: 500; letter-spacing: -1px; line-height: 1.3; color: #1c1c1c;}
.section2 .benefit_wrap ul li p b {font-weight: 700;}

.section2 .rolling_wrap {width: 50%; height: 230px; overflow: hidden; pointer-events: none;}
.section2 .rolling_wrap ul li {display: flex; align-items: center; justify-content: space-between; border: 1px solid #ddd; padding: 20px 45px; box-sizing: border-box; width: 100% !important; border-radius: 10px;}
.section2 .rolling_wrap ul li span {display: block; font-size: 19px; font-weight: 500; letter-spacing: -1px; color: #1c1c1c;}
.section2 .rolling_wrap ul li .complete {font-size: 16px; background: #ee7200; color: #fff; padding: 5px 18px; border-radius: 5px; font-weight: 400;}
.section2 .rolling_wrap ul li .time {color: #888;}


/* section3 */
.section3 {padding: 95px 0; background: #f5f6f8;}
.section3 h2 {font-size: 42px; font-weight: 600; letter-spacing: -1px; margin-bottom: 45px; color: #1a1a1a;}
.section3 h2 b {color: #ee7200; font-weight: 700;}
.section3 ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.section3 ul li {display: flex; background: #fff; padding: 40px 52px; box-sizing: border-box; justify-content: space-between; align-items: center; border-radius: 20px; border: 1px solid #ddd;}
.section3 ul li .company_wrap {display: flex; align-items: center; justify-content: space-between; gap: 20px;}
.section3 ul li .company_wrap .txt_wrap p {font-size: 26px; font-weight: 600; margin-bottom: 15px; letter-spacing: -1px; color: #1c1c1c;}
.section3 ul li .company_wrap .txt_wrap span {display: block; letter-spacing: -1px; font-size: 20px; font-weight: 500; color: #777;}
.section3 ul li .company_wrap img {width: 70px;}
.section3 ul li .apply_btn {display: block; background: #4f4f4f; color: #fff; font-weight: 500; padding: 10px 20px; font-size: 22px; letter-spacing: -1px; border-radius: 6px;}


/* section4 */
.section4 {background: #fff; padding: 100px 0;}
.section4 .container {display: flex; align-items: center; justify-content: space-between;}

.section4 .left_box img {width: 75px; margin-bottom: 35px;}
.section4 .left_box h3 {font-size: 45px; font-weight: 700; letter-spacing: -1px; margin-bottom: 35px; color: #1a1a1a;}
.section4 .left_box span {display: block; font-size: 26px; letter-spacing: -1px; margin-bottom: 20px; color: #ee7200; font-weight: 600;}
.section4 .left_box p {font-size: 22px; letter-spacing: -1px; line-height: 1.5; font-weight: 500; color: #1c1c1c;}

.section4 form {background: #fff; padding: 40px 62px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 10px;}
.section4 ul {display: flex; flex-direction: column; gap: 12px;}
.section4 ul li {display: flex; align-items: center;}
.section4 ul li .input_wrap {display: flex; align-items: center; gap: 5px; width: 100%;}
.section4 ul li > label {font-size: 24px; font-weight: 600; min-width: 105px; letter-spacing: -1px; color: #1c1c1c;}
.section4 ul li input[type="tel"] {width: 250px !important;}
.section4 ul li input[type="text"],
.section4 ul li input[type="tel"] {font-family: inherit; padding: 15px 25px; box-sizing: border-box; font-size: 20px; outline: none; border: 1px solid #ddd; width: 100%; border-radius: 5px; font-weight: 500;}
.section4 ul li input[type="text"]::placeholder, .section4 ul li input[type="tel"]::placeholder {color:#999; font-family: inherit; font-weight: 500; letter-spacing: -1px;}
.section4 ul li .gender_wrap {display: flex; align-items: center; gap: 5px;}
.section4 ul li .gender_wrap input[type="radio"] {display: none;}
.section4 ul li .gender_wrap label {font-size: 22px; height: 45px; width: 45px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 5px; cursor: pointer;color: #999; border: 1px solid #ddd;}
.section4 ul li .gender_wrap input:checked + label {background: #d82525; color: #fff;}
.section4 ul li select {padding: 10px; padding-left: 25px; padding-right: 40px; box-sizing: border-box; outline: none; border: 1px solid #ddd; font-size: 20px; background: #fff url("./arrow_tel.png") no-repeat 75% 50% !important; height: 56px; border-radius: 5px; color: #1c1c1c; font-weight: 500;}
.section4 ul li .mobile_wrap {display: flex; align-items: center; width: 100%; gap: 8px;}
.section4 .privacy_wrap {font-weight: 600; display: flex; flex-direction: column; position: relative; margin-left: 105px; margin-top: 15px; margin-bottom: 25px; color: #1c1c1c; gap: 10px;}
.section4 .privacy_wrap .box {display: flex; align-items: center; gap: 7px;}
.section4 .privacy_wrap label {display: inline-block; font-size: 17px; letter-spacing: -1px; cursor: pointer; color: #888;}
.section4 .privacy_wrap i {width: 18px; height: 18px; cursor: pointer; background: #fff; border-radius: 100%; position: relative; border: 1px solid #bbb;}
.section4 .privacy_wrap i::before {position: absolute; top: 1.5px; left: 6px; width: 4px; height: 8px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); content: "";}
.section4 .privacy_wrap button {font-size: 16px; position: relative; color: #888; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #888; top: -1px; margin-left: 5px;}
.section4 .privacy_wrap input[type="checkbox"] {margin: 0; width: 18px; height: 18px; position: absolute; top: 1px; left: 1px; opacity: 0; z-index: 9; cursor: pointer;}
.section4 .privacy_wrap input[type="checkbox"]#check-box_mkt__btm {top: 32px;}
.section4 .privacy_wrap input[type="checkbox"]:checked + i::before {border: solid #ee7200; border-width: 0 3px 3px 0;}
.section4 .btn_submit__btm {background: #ee7200; color: #fff; font-size: 28px; font-weight: 500; padding: 15px; border-radius: 8px; text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; gap: 15px; letter-spacing: -1px;}
.section4 .btn_submit__btm img {width: 24px;}



/* section5 */
.section5 {background: #f5f6f8; color:#1c1c1c; padding: 50px 0;}
.section5 h3 {margin-bottom: 30px; font-size: 25px; font-weight: 700; letter-spacing: -1px;}
.section5 ul {margin-bottom:15px}
.section5 ul li {color:#666; position:relative;padding-left:15px;font-size: 15px;line-height: 1.5;margin-bottom: 10px; letter-spacing: -.5px;}
.section5 ul li:last-child {margin-bottom: 0;}
.section5 ul li::before {position:absolute; left:0;content:'-';}
.section5 p{font-size: 15px;line-height: 1.5;color: #666; letter-spacing: -.5px; margin-top: 25px;}


/* 푸터 */
.footer { background: #282a29; box-sizing: border-box; padding: 35px 0;}
.footer_inner {display: flex; flex-direction: column; gap: 8px; width: 1200px; margin: 0 auto;}
.footer p {color: #999; font-size: 14px; line-height: 1.4; letter-spacing: -.2px;}
.footer button {font-size: 15px; color: #999; font-weight: 600; margin-top: 15px; width: fit-content;}