:root {
  --main-color : #003CDC;
}
@import url("../font/pretendard/pretendard.css");

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 90% 50% / 15px !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 */
header {height: 90px; display: flex !important; align-items: center;}
header .container {display:flex; align-items:center; justify-content: center;}
header a {display: inline-block; padding: 12px 0;}
header a img {height:31px;}


/* common */
.btn-s01 { flex: 1; min-width: 0; font-size: 24px; height: 76px; font-weight: 600; border-radius: 10px; background-color: var(--main-color); color: #fff; display: flex; align-items: center; justify-content: center; padding: 26px 8px;}
.btn-disabled { background-color: #dbdbdb;}
.color {color: var(--main-color);}

/* form */
.form_wrap .title_box { margin-bottom: 32px;}
.form_wrap h2 {font-size: 34px ; letter-spacing:-0.8px; font-weight: 600;}
.form_wrap h3 { font-size: 23px; color: #999; margin-top: 17px;}
.form_wrap ul {display: grid; grid-template-columns: repeat(1, 1fr); gap: 20px;}
.form_wrap ul li{display: flex; gap: 10px;}

.form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 10px; height: 100%; flex-shrink: 0;}
.form_wrap ul li .sex_cover label {flex: 1; aspect-ratio: 1/1;}
.form_wrap label {font-size: 23px; color: #444; margin-bottom: 14px;}
.form_wrap input[type="radio"] {display: none;}
.form_wrap input[type="text"], .form_wrap input[type="tel"] {border: 0; font-size: 20px; padding: 28px 12px; height: 76px; outline: none; width: 170px; font-family: inherit; background: #fff; width: 100%; border-radius: 15px; padding-left:29px; }
.form_wrap input[type="text"]::placeholder,
.form_wrap input[type="tel"]::placeholder,
.form_wrap .sex_cover .sex_box label { color: #999; font-size: 20px; font-weight: 300;}
.form_wrap .tel_cover {display: flex; width: 100%;}
.form_wrap select {font-size: 20px; padding-left: 21px; padding-right: 44px; appearance: none; background: #f2f2f2 url("./arrow_tel.png") no-repeat 80% 50% !important; border: 0; margin-right: 8px; border-radius: 6px;}
.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: var(--main-color) !important; color: #fff !important;}
.form_wrap .sex_cover .sex_box {flex: 1;}
.form_wrap .sex_cover .sex_box label {margin-bottom: 0; cursor: pointer; background: #fff; min-width: auto; display: flex; justify-content: center; align-items: center; flex: 1; color: #999; border-radius: 15px; height: 100%;}
.form_wrap .confirm_wrap { display: flex; align-items: center; width: 100%; gap: 30px; margin-top: 25px;}


/* section */
section { padding: 90px 0;}
section .sc-title .sub-title { font-size: 32px; font-weight: 600; margin-bottom: 10px;}
section .sc-title .title { font-size: 40px; font-weight: 700; margin-bottom: 28px;}
section .sc-title p { margin-top: 40px; font-size: 20px; color: #999; line-height: 1.3;}
section .sc-contents { margin-top: 60px;}

.section_wrap { position: relative;}


/* section1 */
.section1 { padding: 30px 0 82px;}
.section1 .container { display: flex; justify-content: space-between; gap: 50px;}
.section1 .left_box { flex: 1; min-width: 0; padding: 76px 6px 0;}
.section1 .left_box .title_wrap p { text-align: center; font-size: 30px; font-weight: 600; margin-bottom: 20px;}
.section1 .left_box .title_wrap h2 { text-align: center; line-height: 1.3; font-size: 40px; font-weight: 700;}
.section1 .left_box .title_wrap span { text-align: center; display: block; font-size: 26px; color: #999; font-weight: 400; margin-top: 34px;}
.section1 .left_box ul { display: flex; margin-top: 70px;}
.section1 .left_box ul li { flex: 1; min-width: 0; position: relative; display: flex; flex-direction: column; align-items: center;}
.section1 .left_box ul li:not(:last-child):after { content:''; position: absolute; top: 50%; right: 0; transform: translate(-50%, -50%); width: 1px; height: 40px; background-color: #ccc;}
.section1 .left_box ul li p { font-size: 22px; font-weight: 500; line-height: 1.3; margin-top: 16px; text-align: center;}
.section1 .form_wrap { background-color: #f0f8ff; padding: 50px 42px; width: 460px; flex-shrink: 0;}



/* section2*/
.section2 { background-color: #f0f8ff;}
.section2 .sc-title { width: 720px;}
.section2 .sc-contents { display: flex; flex-direction: column; gap: 50px; width: 720px;}
.section2 .list_item { background-color: #fff; display: flex; align-items: center; gap: 30px; padding: 40px; min-height: 250px; box-sizing: border-box; border-radius: 20px;}
.section2 .list_item .img_wrap { flex-shrink: 0; width: 140px; display: flex; align-items: center; justify-content: center;}
.section2 .list_item .txt_wrap { flex: 1; min-width: 0; text-align: left;}
.section2 .list_item .txt_wrap span { display: inline-block; background-color: var(--main-color); color: #fff; padding: 6px 17px; border-radius: 5px; margin-bottom: 24px; font-weight: 300; font-size: 18px;}
.section2 .list_item .txt_wrap h5 { font-size: 24px; font-weight: 700;}
.section2 .list_item .txt_wrap p { font-size: 20px; color: #999; margin-top: 18px;  letter-spacing: -1.2px; line-height: 1.3; word-break: keep-all;}
.section2 .list_item .arrow_wrap { display: flex; align-items: center; width: 38px;}
.section2 .list_item .arrow_wrap img { width: 100%;}

.section2 .list_item .click_txt { display: none;}
.section2 .list_item .click_txt h5 { font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.section2 .list_item .click_txt p { margin-top: 10px; font-size: 20px; line-height: 1.4;}
.section2 .list_item.active .txt_wrap:not(.click_txt) { display: none;}
.section2 .list_item.active .click_txt {  display: block;}

/* section3 */
.section3 { padding: 125px 0 0;}
.section3 .sc-title { margin-bottom: 60px; width: 720px;}
.section3 .sc-title .title { font-size: 40px; word-spacing: -1px; letter-spacing: -1;}
.section3 .sc-contents { width: 720px;}
.section3 .img_list { display: flex; align-items: center; gap: 50px;}
.section3 .img_item { flex: 1; min-width: 0; height: 440px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; border-radius: 20px;}
.section3 .img_item .txt_box { padding: 45px 38px; width: 100%; height: 100%; box-sizing: border-box; letter-spacing: -2px;}
.section3 .img_item .txt_box span { color: #fff; font-size: 26px; display: block; margin-bottom: 26px;}
.section3 .img_item .txt_box p { font-size: 40px; font-weight: 600; letter-spacing: -0.6px;}
.section3 .img_item .txt_box p em { background-color: var(--main-color);  color: #fff; font-style: normal; padding: 0 8px; display: inline-block; line-height: 1.1;  vertical-align: middle; margin-bottom: 8px;}
.section3 .con_title { background-color: var(--main-color); color: #fff; text-align: center; font-size: 66px; font-weight: 700; padding: 30px; margin-top: 82px;}
.section3 .form_wrap { background-color: #fff; padding: 52px; margin-top: 82px;}
.section3 .form_wrap input[type="text"],
.section3 .form_wrap input[type="tel"],
.section3 .form_wrap .sex_cover .sex_box label{ background-color: #f7f7f7;}



/* sc-footer */
.sc-footer { padding : 100px 0 60px; }
.sc-footer .container { display: flex; flex-direction: column; align-items: center;}
.sc-footer h3{ font-size: 26px; font-weight: 700; cursor: pointer; user-select: none; border: 1px solid #bbb; border-radius: 100px; padding:16px 50px; display: inline; margin: 0 auto;}
.sc-footer .text_box { font-size: 18px; color: #999; line-height: 1.5; margin-top:36px; display: none;}
.sc-footer .text_box.open { display: block;}
.sc-footer .text_box ul { display: flex; flex-direction: column; gap: 20px; }
.sc-footer .text_box .sim_box { margin-top: 20px;}


#bohum_send_price {background: #4881ff;}