@charset "utf-8";

/* 기종별 글자 크기 초기화 */
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.png') no-repeat 100% 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 a {display: inline-block; padding: 15px 0;}

/* section1 */
.section1 {background: #f7eee8; padding: 35px 0;}
.section1 .container {}

.section1 .title_wrap {display: flex; align-items: center; justify-content: space-between; background: url("./main_mo.png") no-repeat 100% 0; padding: 85px 0;}
.section1 .title_wrap h1 {font-size: 56px; font-family: 'JalnanGothic'; line-height: 1.2; letter-spacing: -1px; margin-bottom: 20px;}
.section1 .title_wrap h1 b {font-size: inherit; font-family: inherit; font-weight: inherit; color: #ef6b11;}
.section1 .title_wrap p {font-size: 21px; white-space: nowrap;}

.form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; background: #fff; box-sizing: border-box; width: 100%;}
.form_wrap form {width: 100%;}
.form_wrap ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 15px;}
.form_wrap ul li, .form_wrap .name_cover {display: flex; align-items: center; flex-grow: 1;}
.form_wrap ul li:first-child {flex-direction: row;}
.form_wrap ul li .sex_cover {display: flex; justify-content: center; gap: 6px; margin-left: 7px;}
.form_wrap label {font-size: 28px; font-weight: 500; min-width: 130px;}
.form_wrap input[type="radio"] {display: none;}
.form_wrap input[type="text"], .form_wrap input[type="tel"] {border: 0; font-size: 28px; padding: 15px; outline: none; font-family: inherit; background: #f2f2f2; width: 100%; border-radius: 6px;}
.form_wrap .tel_cover {display: flex; width: 100%;}
.form_wrap select {font-size: 28px; font-family: inherit; padding-left: 12px; padding-right: 32px; appearance: none; background: #f2f2f2 url("./arrow_tel.png") no-repeat 85% 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: #ef6b11;}
.form_wrap .sex_cover .sex_box label {margin-bottom: 0; font-size: 28px; cursor: pointer; background: #ccc; min-width: auto; display: flex; justify-content: center; align-items: center; height: 64px; width: 64px; color: #fff; border-radius: 6px;}
.privacy_wrap {display: flex; flex-direction: column; gap: 10px; margin: 15px 0 30px; margin-left: 130px; justify-content: center; white-space: nowrap;}
.privacy_wrap .privacy_box {display: flex; align-items: center; gap: 10px;}
.privacy_wrap input[type="checkbox"] {width: 28px; height: 28px; margin: 0; cursor: pointer;}
.privacy_wrap label {font-size: 26px; margin-bottom: 0; cursor: pointer;}
.privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 26px; cursor: pointer; position: relative; top: -2px;}
.btn_submit {background: none; border: 0; font-family: inherit; font-size: 36px; font-weight: 600; background: #ef6b11; color: #fff; padding: 26px; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; border-radius: 6px;}

.section1 .bottom_wrap {display: flex; flex-direction: column; align-items: center; background: #fff; padding: 50px 45px; box-sizing: border-box; border-radius: 20px; border: 1px solid #ccc; gap: 70px;}
.section1 .bottom_wrap .rolling_wrap {width: 100%;}
.section1 .bottom_wrap .rolling_wrap h2 {font-size: 36px; font-weight: 600; text-align: center; margin-bottom: 10px;}
.section1 .bottom_wrap .rolling_wrap .rolling_disclaimer {font-size: 22px; font-weight: 400; color: #888; text-align: center; margin: 0 0 36px; line-height: 1.4;}
.section1 .bottom_wrap .rolling_wrap ul li {white-space: nowrap; display: flex; align-items: center; gap: 50px; justify-content: center;}
.section1 .bottom_wrap .rolling_wrap span {display: inline-block;}
.section1 .bottom_wrap .rolling_wrap .name {font-size: 30px; font-weight: 500;}
.section1 .bottom_wrap .rolling_wrap .age {font-size: 30px; padding: 15px 55px; border-radius: 25px; box-sizing: border-box; background: #f2f2f2; color: #666;}
.section1 .bottom_wrap .rolling_wrap .time {font-size: 24px; color: #666;}



/* section2 */
.section2 {background: #262626; padding: 40px 0;}
.section2 ul {display: flex; justify-content: space-around;}
.section2 ul li {display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; gap: 25px;}
.section2 ul li p {color: #fff; font-size: 24px; line-height: 1.3;}


/* section3 */
.section3 {padding: 110px 0;}
.section3 h1 {text-align: center; font-size: 45px; font-weight: 600; margin-bottom: 45px;}
.section3 ul li {display: flex; flex-direction: column; align-items: center; justify-content: space-between; border: 1px solid #ddd; padding: 40px; box-sizing: border-box; border-radius: 10px;}
.section3 ul li:not(:last-child) {margin-bottom: 15px;}
.section3 ul li .left_wrap {display: flex; align-items: center; justify-content: space-between; gap: 60px; width: 100%; padding-bottom: 40px; border-bottom: 2px solid #ddd;}
.section3 ul li .left_wrap img {width: 200px;}
.section3 ul li .left_wrap span {display: block; font-size: 28px; font-weight: 600; padding: 20px 0; background: #f2f2f2; width: 250px; text-align: center; border-radius: 10px;}
.section3 ul li .left_wrap span b {color: #e0210e;}

.section3 ul li .right_wrap {display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; padding-top: 40px;}
.section3 ul li .right_wrap h4 {font-size: 28px; font-weight: 500; letter-spacing: -1px; white-space: nowrap;}
.section3 ul li .right_wrap .fee_wrap {display: flex; align-items: center; justify-content: space-between; padding: 0 5px;}
.section3 ul li .right_wrap .fee_wrap p {font-size: 20px; color: #999;}
.section3 ul li .right_wrap .fee_wrap span {font-size: 20px;}
.section3 ul li .right_wrap .btn_wrap {display: flex; flex-direction: column; align-items: center; gap: 15px;}
.section3 ul li .right_wrap .btn_wrap button {background: none; border: 0; font-family: inherit; padding: 17px 0; font-size: 28px; color: #fff; border-radius: 7px; width: 250px;}
.section3 ul li .right_wrap .btn_wrap .check_btn {background: #ef6b11;}
.section3 ul li .right_wrap .btn_wrap .apply_btn {background: #333;}


/* section5 */
.section5 {background: #f9f9f9;color:#333; 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:#666; position:relative;font-size: 15px;line-height: 1.4;margin-bottom: 10px; }
.section5 p{font-size: 16px;line-height: 1.5;color: #666;}


/* bottom_form */
.bottom_form_wrap .form_wrap {background: none;}
.bottom_form_wrap .form_wrap input[type="text"], .bottom_form_wrap .form_wrap input[type="tel"] {background: #fff !important; border: 1px solid #ddd;}
.bottom_form_wrap .form_wrap select {background-color: #fff !important; border: 1px solid #ddd;}



/* 푸터 */
.footer { background: #fff; box-sizing: border-box; padding: 50px 0;width:100%; text-align: center;}
.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: #777; display: inline-block; margin: 15px auto 0;}


#ajax_loding { position:fixed;z-index:999; top:0; left:0; width:100%; height:100vh; display:flex; background:rgba(0,0,0,0.7); color:#fff; font-size:30px; justify-content:center; align-items:center; flex-direction:column; display:none;}

/* 테이블자료  */
#sampleTable {
  margin: 0 auto;
  width: 100%;
}

#sampleTbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 10px;
}


#sampleTable tr:first-child .wonbg {
  display: none;
}

.bh_name {
  width: 120px;
  max-width: 24%;
}

.bh_name > img {
  width: 100%
}

.product {
  width: 368px;
  max-width: 56%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.price {
  width: 110px;
  max-width: 20%;
}

.bh_number {
  font-size: 14px;
  color: #999;
}

.wonbg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 110px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #ef6b11;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
}

.wonbg.on {
  display: none;
}

.jasehi {
  border: 1px solid #333;
  margin: 5px 0;
  color: #000;
  background: #fff;
}

.price > div,
.price > a {
  margin: 5px 0;
  cursor: pointer;
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-sizing: border-box;
}

.gaip {
  background: #333;
  color: #fff;
}

.price_num {
  font-size: 20px !important;
  font-weight: bold;
  cursor: inherit !important;
  position: relative;
  color: #f44;
}

.won {
  color: #f44;
}


#insubody {
  width: 100%;
}

.insuhead {
  width: 670px;
  margin: 0 auto;
  max-width: 100%;
}

.insuhead h2 {
  font-size: 42px;
  text-align: center;
  background: #383635;
  color: #ffe400;
  padding: 30px 0;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}

.main_top .tbl_form .child_box th {
  font-size: 34px;
  line-height: 1.2;
}


.par_name {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}


.age_box {
  position: absolute;
  top: 1352px;
  left: 50%;
  width: 720px;
  height: 51px;
  transform: translateX(-50%);
}

#bo_age {
  position: absolute;
  left: 197px;
  top: 10px;
  font-size: 38px;
  color: #ffdd00;
  font-weight: bold;
  width: 121px;
  text-align: center;
}

#bo_date {
  position: absolute;
  left: 478px;
  top: 10px;
  font-size: 38px;
  color: #ffdd00;
  font-weight: bold;
  width: 179px;
  text-align: center;
}


.infoBox { 
width: 653px;
height: 463px;
position: absolute;
top: 408px;
left:408px;
display:flex;
}
.infoBox > div {width:50%;}