@import url("../../../common/Font/pretendard/pretendard.css");
@font-face {
  font-family: 'SCoreDream';
  src: url('../../../common/Font/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SCoreDream';
  src: url('../../../common/Font/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SCoreDream';
  src: url('../../../common/Font/S-CoreDream-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* ê¸°ì¢…ë³„ ê¸€ìž í¬ê¸° ì´ˆê¸°í™” */
html, body{
  -webkit-text-size-adjust : none;  /* í¬ë¡¬, ì‚¬íŒŒë¦¬, ì˜¤íŽ˜ë¼ ì‹ ë²„ì „ */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* íŒŒì´ì–´í­ìŠ¤ */
  -o-text-size-adjust : none;  /* ì˜¤íŽ˜ë¼ êµ¬ë²„ì „ */
}

#wrap {
	width: 720px;
	margin: 0 auto;
	position:relative;
	background: #fff;
}

.title {background: linear-gradient(180deg, #54b951, #007e3e); box-sizing: border-box; border-radius: 30px; margin-bottom: 40px;}
.title .text_wrap {padding: 50px 40px 0;}
.title h1 {font-size: 80px; font-family: 'GongGothicMedium'; line-height: 1.2; letter-spacing: -2px; margin-bottom: 7px; color: #fff;}
.title p {font-size: 45px; letter-spacing: -2px; color: #fff; opacity: .8;}
.title img {display: flex; margin-left: auto;}


a {	color: #fff; text-decoration: none; }

.container { width: 720px; margin: 0 auto; position: relative; padding: 25px 35px 40px; box-sizing: border-box;}


.form-all { height: 68px; font-weight: bold; font-size: 28px; font-family: 'Pretendard';}
.form-set div {margin-bottom: 10px; display: flex;}
.form-set div span { font-family: 'Pretendard'; display: block; min-width: 120px; line-height: 68px; font-weight: 500; text-align: left;}


.form-set .form-tel { display: inline-block; }
.form-set div .form-text {font-family: 'Pretendard';color: #222;background: none;vertical-align: top;width: 100%;padding: 5px 5px;outline: none;border: none;border-radius: 0;box-sizing: border-box;}
.form-set div .form-number {font-family: 'Pretendard';color: #222;margin-top: 2px;background: none;border:none;vertical-align: top;width: 100px;outline: none;border-radius: 0;padding: 5px 5px;}
.form-set div .form-number:last-child { margin-right: 0; }
.form-set div select { outline: none; border: none; font-weight: 400;}
 #mobile2 {width: 100%; margin: 0;margin-top: 2;padding: 0; padding-left: 10px;}

.form-set .btn-sex .Rdio { display: none;}
.form-set .btn-sex {width: 130px !important;padding: 0 !important; min-width: unset;}
.form-set .btn-sex:not(:last-of-type){margin-right: 5px;}
.form-set .btn-sex label { text-align: center; display: flex; background:#fff !important; vertical-align: top; border: 2px solid #fff; cursor: pointer; width: 100%;}

.form-set .btn-sex .Txt {font-size: 22px;font-weight: 600;font-family: 'Pretendard';color: #222;width: 100% !important;display: block; text-align: center !important; padding: 0 !important; min-width: unset;}

.btn-sex label.Selected {background:#009F88 !important; border: 2px solid #fff;}
.btn-sex label.Selected .Txt { color: #fff; }

/* new */
.form-box {width: 100%; background: #fff; padding: 40px 50px; box-sizing: border-box; border-radius: 30px;     box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);}
.form-box > h2 {font-size: 35px; margin-bottom: 40px; font-weight: 500; text-align: center; font-family: 'Pretendard';}
.pure-form{display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
.form-set .form-tel { display: inline-block; }
.form-set div .form-text {text-indent: 5px; background: #fff; border: 1px solid #ddd;font-family:'Pretendard';font-weight: 500;vertical-align: top;width: 100%;padding: 2px 4px;outline: none;border-radius: 5px;box-sizing: border-box; text-indent: 10px;}
.form-set div .form-text::placeholder{text-indent: 10px; font-family: 'Pretendard';}
.form-set div .form-number {padding-left: 13px; color: #222;border: none;background: none;font-family:'Pretendard';vertical-align: top;width: 88px;font-weight: 500;outline: none;border-radius: 0; background-color: #fff !important; border: 1px solid #ddd; border-radius: 5px;}
#mobile1{margin-right: 7px; font-family: 'Pretendard'; min-width: 100px; width: auto; font-size: 26px;}
#mobile2 {margin: 0;padding: 0;text-indent:20px;}
#mobile2::placeholder{text-indent: 20px; font-family: 'Pretendard';}
.form-set div select { outline: none; border: none;}

#inputform_1{width: 100%;}


.privacy {text-align: center;font-size: 25px;font-family:NanumSquare, sans-serif;color: #222;margin-top: 30px;}
.privacy #check-box { width: 30px; height: 30px; vertical-align: -5px;}
.privacy a { color: #222; }

.sub_btn {width: 100%;}
.btn_submit {
	width: 100%;
	background: #007f41;
	border: none;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 26px 0;
	cursor: pointer;
	margin-top: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-family: 'NanumSquare';
}


/* Select box ìŠ¤íƒ€ì¼ ì´ˆê¸°í™” */ 
select {
	padding: 0 10px 0 15px;
	background: url('arrow2.png') no-repeat 80% 50% / 14px !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;
     
}

/* alert ë²„íŠ¼ */
.btn-box { position: absolute; cursor: pointer; }
.btn-box1 { top: 4872px; left: 428px; width: 264px; height: 72px; }
.btn-box2 { top: 3567px; left: 511px; width: 175px; height: 176px; }
.btn-popup { position: absolute; cursor: pointer; }
.btn-popup1 {top: 1646px;left: 31px;width: 659px;height: 76px;}
/* bx-slider */
.bx-box { position : absolute; top: 2197px; left: 55px;	width: 620px; color: #3c2828; }
.bx-box .bx-wrapper, 
.bx-box .bx-viewport { 
	height: 148px !important;
}
.bx-box ul li {	margin-bottom: 10px; }
.bx-box ul li span { font-size: 30px; }
.bx-box ul li span:nth-child(2) {
}
.bx-box ul li span:nth-child(1),
.bx-box ul li span:nth-child(2) {
	display: inline-block;
}
.bx-box ul li span.name_new {  letter-spacing: -1px; vertical-align: -3px; }
.bx-box ul li span.sex { letter-spacing: -1px; padding: 0 66px; vertical-align: -3px; }
.bx-box ul li span.age { display: inline-block; color: #fff; border: 1px solid #00a663; background: #00a663; font-size: 25px; padding: 8px 26px; font-weight: normal;}

.bx-box2 { top: 2000px; }
.bx-box2 ul li span.age { border: 1px solid #bbb; background: #bbb; }

/* ìˆ«ìž ì¹´ìš´íŒ… */

.count-num>div>span {font-family:'gotic',sans-serif !important;}
.count-num>div { display: inline-block; width: auto; position: absolute; left:140px; color: #00cf80;}
.count-num>div:nth-child(2) { left: 355px; color: #fd7a4d;}

.count-num2 {    position: absolute;
    top: 1027px;
    left: 84px;
    font-size: 30px;
    text-align: right;
    font-weight: 800;
    color: #fff;}
.count-num2>div { width: 100px; position: absolute; color: #ff5014;}
.count-num2>div .num-char { color: #fff; }
.count-num2>div:nth-child(2) { left: 188px; }
.count-num2>div:nth-child(3) { width: 200px; left: 347px;}
#wrap > div.container > div.form-box > form > div.form-set > div:nth-child(3){justify-content: flex-start !important; padding-right: 0 !important;}

.main-slide {
	position: absolute;
	z-index: 9999;
	top: 1826px;
	left: 30px;
	overflow: hidden;
	width: 659px;
}
.main-slide img { 
	width: 659px;
}

.slick-dots { position: absolute; bottom: 20px; left: 50%; transform: translate(-50%, 0%);  }
.slick-dots li { float: left; margin-right: 8px;}
.slick-dots button { background: #fff; border: none; text-indent: -9999; width: 45px; height: 5px;}
.slick-dots .slick-active button { background: #00cf80;}

/* í‘¸í„° */
#footer { width: 720px; background: #fff; margin: 0 auto;	text-align: left;	color: #333; box-sizing: border-box; padding: 30px 50px;	font-size: 16px; }
#footer div { margin-bottom: 20px; }
#footer div:last-child { margin-bottom: 0; }
#footer .copyright ul li { margin-bottom: 10px; }
#footer .copyright ul li:last-child { margin-bottom: 0px; }
#footer p { margin-top: 12px; }
#footer a { color: #333; }

.mask { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; background: rgba(0,0,0,0.5); display: none; z-index:9999; }

.popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.p-header { background: #00864b; overflow: hidden; padding: 18px 25px 18px 30px; font-size: 18px; box-sizing: border-box;}
.p-header .p-title { color: #fff; float: left;}
.p-header .p-close { float: right; color: #fff;}

.p-container { width: 600px; background: #fff; box-sizing: border-box; padding: 30px 27px 27px; position: relative;}
.p-container .p-cont { padding: 20px; overflow-y: scroll; height: 450px; border-bottom: 1px solid #aaa; background: #f9f9f9; border-top: 1px solid #aaa; margin-top: -3px;}
.p-container .p-cont ul li { font-size: 13px; margin-bottom: 10px; color: #888; line-height: 19px;}

.p-confirm { margin: 0 auto; text-align: center;}
.p-confirm p { margin-top: 25px;background: #00a087; cursor: pointer; font-size: 15px; padding: 12px 28px; color: #fff; text-align: center; display: inline-block; }

.p-close { cursor: pointer; width: 20px; height: 20px; position: relative;}
.p-top, .p-bottom { width: 2px; height: 20px; background: #fff; position: absolute; top: -2px; left: 9px; }
.p-top { transform: rotate(45deg); }
.p-bottom { transform: rotate(-45deg); }

#container{position: relative;}
.today_txt {
	color: #000 !important;
	font-weight: 500;
	font-size: 16px !important;
	font-family: 'SCoreDream';
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  margin: 50px 0;
  width: fit-content;
}
.today_txt span{
  color: #ff7700 !important;
	font-family: 'SCoreDream';
}
.middle, .middle2 {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid #ddd;
}

.middle2 {
	margin-bottom: 50px;
}

.middle > img,
.middle2 > img {
	width: 100%;
	object-fit: contain;
}

.bottom {background-image: url('./bottom.png'); background-position: center; background-repeat: no-repeat; background:#505050;}
.bottom .container {width:720px; background:#505050; display:flex; align-items:flex-start; flex-direction:column; justify-content:center; padding: 55px 40px; box-sizing: border-box;}

.agree-text, .agree-text a{font-family: 'Pretendard';}

.middle, .middle2{width: 660px; margin: 0 auto;}


/* bottom_form */
.bottom_form_wrap {margin-bottom: 50px;}
.bottom_form_wrap .form_wrap input[type="text"], .bottom_form_wrap .form_wrap input[type="tel"] {background: #fff !important; border: 1px solid #ddd; font-weight: 500;}
.bottom_form_wrap .form_wrap select {background-color: #fff !important; border: 1px solid #ddd; font-weight: 500; font-size: 26px !important;}
.bottom_form_wrap .form_wrap {display: flex; align-items: center; flex-direction: column; justify-content: center; background: none; box-sizing: border-box; width: 100%;}
.bottom_form_wrap .form_wrap form {width: 100%;}
.bottom_form_wrap .form_wrap ul {display: flex; justify-content: space-between; flex-direction: column; box-sizing: border-box; gap: 15px;}
.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: 6px; margin-left: 7px;}
.bottom_form_wrap .form_wrap label {font-size: 28px; font-weight: 500; min-width: 130px; color: #fff;}
.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: 28px; padding: 15px; outline: none; font-family: inherit; background: #f2f2f2; width: 100%; border-radius: 6px;}
.bottom_form_wrap .form_wrap .tel_cover {display: flex; width: 100%;}
.bottom_form_wrap .form_wrap select {font-size: 28px; font-family: inherit; padding-left: 12px; padding-right: 38px; appearance: none; border: 0; margin-right: 8px; border-radius: 6px;}
.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: #007f41;}
.bottom_form_wrap .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;}
.bottom_form_wrap .privacy_wrap {display: flex; align-items: center; gap: 10px; margin: 20px 0 30px; justify-content: center;}
.bottom_form_wrap .privacy_wrap input[type="checkbox"] {width: 28px; height: 28px; margin: 0; cursor: pointer;}
.bottom_form_wrap .privacy_wrap label {font-size: 26px; margin-bottom: 0; cursor: pointer;}
.bottom_form_wrap .privacy_wrap button {font-family: inherit; margin: 0; padding: 0; background: none; border: 0; font-size: 26px; cursor: pointer; position: relative; top: -2px; color: #fff;}
.btn_submit {background: none; border: 0; font-family: inherit; font-size: 36px; font-weight: 600; background: #007f41; color: #fff; padding: 26px; width: 100%; cursor: pointer; display: flex; align-items: center; gap: 15px; justify-content: center; border-radius: 6px;}