: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;
}
*, *::before, *::after {
    box-sizing: border-box;
}
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: space-between;}
header a {display: inline-block; padding: 12px 0;}
header a img {height:31px;}


/* common */
.btn-s01 { flex: 1; min-width: 0; font-size: 24px; font-weight: 600; border-radius: 10px; background-color: var(--main-color); color: #fff; display: flex; align-items: center; justify-content: center; padding: 0 8px; height: 80px;}
.btn-disabled { background-color: #dbdbdb;}


/* form */
.form_wrap .confirm_wrap { display: flex; align-items: center; width: 100%; gap: 30px; margin-top: 58px;}

/* section */
section { padding: 90px 0;}
section .sc-title { text-align: center; margin-bottom: 40px;}
section .sc-title .title { font-size: 58px; font-weight: 700; line-height:1.3; letter-spacing:-1px}
section .sc-title .sub-title { font-size: 40px; font-weight: 600; margin-bottom: 20px;}

.section {background: #003cdc; padding: 80px 0;}
.section .container {display: flex; justify-content: space-between; gap: 40px;}
.section .container .title_wrap {color: #fff; padding: 32px 0px; flex: 1; min-width: 0;}
.section .container .title_wrap h2 {font-size: 28px; letter-spacing: -1.2px; margin-bottom: 54px;}
.section .container .title_wrap p {font-size: 44px; font-weight: 600; letter-spacing: 1px; line-height: 1.4; margin-bottom: 72px;}
.section .container .title_wrap p b { font-size: 48px; font-weight: 700; letter-spacing: 1.6px;}
.section .container .title_wrap button {font-size: 24px; letter-spacing: -1px; border: 1px solid #fff; border-radius: 100px; padding: 15px 30px;}
.section .container ul {display: flex; flex-direction: column; gap: 30px; width: 480px; flex-shrink: 0;}
.section .container ul li {display: flex; align-items: flex-start; justify-content: flex-start; background: #fff; padding: 27px 46px; height: 100%; box-sizing: border-box; border-radius: 10px; align-items: center; gap: 30px;}
.section .container ul li:first-child img {width: 62px;}
.section .container ul li:nth-child(2) img {width: 48px;}
.section .container ul li:nth-child(3) img {width: 49px;}
.section .container ul li p {font-size: 24px; color: #333; line-height: 1.3; font-weight: 500;}

/* section1 */
.section1 {display: flex; align-items: center; }
.section1 .container > div {display: flex; align-items: center; width:100%;justify-content: space-between;gap:30px}
.section1 .title_wrap {background: linear-gradient(360deg, #0c80ac, #6bcaee);width:45%; color:#fff; border-radius:30px; min-width: 500px;}
.section1 .title_wrap .text_wrap {padding:60px 0 30px 40px}
.section1 .title_wrap h1 {font-family: 'GongGothicMedium';font-size:54px; margin-bottom:10px; letter-spacing:-2px}
.section1 .title_wrap span {font-size:40px}
.section1 .title_wrap .img_wrap {display: flex;justify-content: flex-end;}

.section1 .form_wrap {display: flex; align-items: center; justify-content: center; flex-direction: column; box-sizing: border-box;width: 100%; padding: 49px; background-color: #f0f8ff;}
.section1 .form_wrap form {width: 100%; min-width: 668px;}
.form_wrap .title_box { margin-bottom: 47px;}
.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(2, 1fr); gap: 40px;}
.form_wrap ul li, .section1 .form_wrap .name_cover {display: flex; flex-grow: 1; flex-direction: column;}

.form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 23px; height: 100%;}
.form_wrap ul li .sex_cover label {flex: 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: 0 12px; line-height: 86px; 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 { 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%;}
.privacy_wrap {display: flex; align-items: center; gap: 7px; margin: 10px; padding-left: 100px;}
.privacy_wrap input[type="checkbox"] {width: 18px; height: 18px; margin: 0; cursor: pointer;}
.privacy_wrap label {font-size: 20px; margin-bottom: 0; cursor: pointer;}
.privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 18px; cursor: pointer;}



/* section2*/
.section2 { padding-top: 0;}
.section2 .sc-contents{ display: grid; grid-template-columns: repeat( 2, 1fr); gap: 34px;}
.section2 .sc-contents .list_item { display: flex; align-items: center; border: 1px solid #ccc; padding: 0 30px; gap: 20px; height: 200px; box-sizing: border-box;}
.section2 .sc-contents .list_item .txt_wrap { flex: 1; min-width: 0;}
.section2 .sc-contents .list_item .txt_wrap p { font-size: 24px; font-weight: 600; margin-bottom: 20px;}
.section2 .sc-contents .list_item .txt_wrap span { font-size: 18px; color: #999; line-height: 1.4;}
.section2 .sc-contents .list_item .img_wrap { width: 80px; display: flex; align-items: center; justify-content: center;}



/* section3 */
.section3 {background: #f0f8ff;}
.section3 .sc-title { margin-bottom: 60px;}
.section3 .img_list { display: flex; align-items: center; gap: 40px;}
.section3 .img_item { flex: 1; min-width: 0; height: 380px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.section3 .img_item .txt_box { position: absolute; bottom: 0; left: 0; padding: 40px 35px; width: 100%; box-sizing: border-box; letter-spacing: -2px;}
.section3 .img_item .txt_box p { font-size: 42px; font-weight: 400; color: #fff; line-height: 1.3;}
.section3 .img_item .txt_box p b { background-color: var(--main-color); font-weight: 600; letter-spacing: -0.6px; font-size: 43px; padding: 0 4px;}
.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:  60px;}
.sc-footer .container { display: flex; flex-direction: column; align-items: center;}
.sc-footer h3{ font-size: 26px; font-weight: 600; cursor: pointer; user-select: none; border: 1px solid #bbb; border-radius: 100px; padding:10px 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;}



/* 푸터 */
.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;}




form #bohum_send_price, form #btn_submit__btm_price {
    background: #4881ff;
}