<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

a {text-decoration: none;}

#wrap {
  background: url("./main_bg.png") no-repeat center / cover;
  padding: 70px 0;
}

#wrap .title {width: 45%; border-radius: 30px; background: linear-gradient(180deg, #54b951, #007e3e); display: flex; flex-direction: column; justify-content: space-between;}
#wrap .title .text_wrap {padding: 60px 0 30px 40px;}
#wrap .title h1 {font-family: 'GongGothicMedium'; font-size: 64px; margin-bottom: 10px; letter-spacing: -2px; color: #fff;}
#wrap .title p {font-size: 40px; color: #fff; opacity: .8;}
#wrap .title img {display: flex; margin-left: auto;}


.container { width: 1200px; margin: 0 auto; position: relative; display: flex; gap: 30px;}
.bottom .container {display: block;}

/* �ㅻ뜑 */

/* �곷떒 湲��� */
.header-text { position: absolute; top: 298px; left: 0px; color: #ffff00; text-shadow: 3px 3px 20px rgba(0,0,0,0.5); text-align: center; width: 100%;}
.header-text p { font-size: 65px; font-weight: 400;}
.header-text .color-text { margin-bottom: 11px; font-weight: 400;}
.header-text .small { font-size: 23px; margin-top: 18px; }
/* �낅젰 �� */
.form-box {width: 60%; box-sizing: border-box; background: #fff; padding: 50px; box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1); border-radius: 30px;}
.form-box &gt; h2 {font-size: 30px; font-weight: 500; letter-spacing: -1px; text-align: center; margin-bottom: 40px; font-family: 'Pretendard';}
.pure-form {}
.form-all {font-weight: 400; font-size: 14px;}
.form-set { width: 100%; margin-right: 30px;}
.form-set div {display: flex; margin-bottom: 15px; align-items: center;}
.form-set div span {font-weight: 600;display: block;min-width: 110px;font-size: 24px; font-family: 'Pretendard';}

.form-set div:nth-child(3) { border-bottom: none; width: 100%; justify-content: flex-start !important;}
.form-set div:nth-child(3) span {}

.form-set .form-tel { display: inline-block; }
.form-set div .form-text {text-indent: 5px; height: 50px;   background: #fff; border: 1px solid #ddd;font-family: 'Pretendard';font-weight: 600;vertical-align: top;width: 100%;padding: 2px 10px;outline: none;border-radius: 5px;box-sizing: border-box; font-size: 20px;}
.form-set div .form-text::placeholder{text-indent: -5px; font-size: 20px;}
.form-set div .form-number {padding-left: 13px; color: #222;margin-top: 1px;border: none;background: none;font-family: 'Pretendard';vertical-align: top;width: 125px;font-weight: 500;outline: none;border-radius: none; padding: 7px -1px; background-color: #fff !important; border: 1px solid #ddd; border-radius: 5px; font-size: 20px; height: 50px;}
#mobile1{margin-right: 5px;}
#mobile2 {width: 100%;margin: 0;margin-top: 1px;padding: 0 10px;text-indent:10px; font-size: 20px;}
#mobile2::placeholder{text-indent: 0px; font-size: 20px;}
.form-set div select { outline: none; border: none;}


.privacy {
  text-align: center;
  font-size: 17px;
  font-family: 'SCoreDream';
  margin: 25px 0 !important;
  font-weight: 400;
  justify-content: center;
}
.privacy #check-box { width: 20px; height: 20px; vertical-align: -3.5px; margin: 0; padding: 0;}
.privacy .agree-text { cursor: pointer; margin-left: 5px;display: flex;align-items: center; gap: 5px; font-size: 20px; font-family: 'Pretendard';}
.privacy a { color: #000; font-family: 'Pretendard';}

.btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  background: #007f41;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Pretendard';
  padding: 20px;
}
/* Select box �ㅽ��� 珥덇린�� */ 
select {
	padding: 0 0 0 4px;
	background: url('arrow.png') no-repeat 90% 50% !important;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 cursor:pointer;

}

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;
  font-size: 15px;
  padding-left: 10px;

}
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; }



/* 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; }

/* bx-slider */
.bx-box { position : absolute; top: 766px; left: 645px; color: #000; width: 400px; }
.bx-box .bx-wrapper, 
.bx-box .bx-viewport { 
	height: 120px !important;
}
.bx-box ul li {	margin-bottom: 6px; }
.bx-box ul li span { font-size: 18px; font-weight: bold;}
.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: -1.5px; 	}
.bx-box ul li span.sex { letter-spacing: -1px; padding: 0 30px 0 23px; vertical-align: -1.5px; }
.bx-box ul li span.age { display: inline-block;  color: #fff; border: 1px solid #00a663; background: #00a663; font-size: 13px; padding: 4px 15px; }
.bx-box ul li span.age i { font-size: 15px;  font-weight: normal;}

.bx-box2 { left: 281px; }
.bx-box2 ul li span.age { background: #bbb; border: 1px solid #bbb;}
/* �レ옄 移댁슫�� */
.count-num {    position: absolute;
    top: 30px;
    left: 701px;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    color: #222;}
.count-num&gt;div { width: 100px; position: absolute; color: #00cf80;}
.count-num&gt;div:nth-child(2) { left: 212px; color: #fd7a4d;}

.count-num2 {    position: absolute;
    top: 813px;
    left: -6px;
    font-size: 21px;
    text-align: right;
    font-weight: 800;
    color: #fff;}
.count-num2&gt;div { width: 100px; position: absolute; color: #ff5014;}
.count-num2&gt;div .num-char { color: #fff; }
.count-num2&gt;div:nth-child(2) { left: 123px; }
.count-num2&gt;div:nth-child(3) { width: 200px;left: 192px; }

.main-slide {
	position: absolute;
	z-index: 9999;
	top: 540px;
	left: 591px;
	overflow: hidden;
	width: 406px;
}

.slick-dots { position: absolute; bottom: 5px; left: 50%; transform: translate(-50%, 0%);  }
.slick-dots li { float: left; margin-right: 5px;}
.slick-dots button { background: #fff; border: none; text-indent: -9999; width: 30px; height: 3px;}
.slick-dots .slick-active button { background: #00cf80; width: 30px; height: 3px;}

/* �명꽣 */
.footer { background: #fff; box-sizing: border-box; padding: 50px 0; }
.footer .f-cont { color: #333; overflow: hidden; }
.footer .f-cont&gt;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;}


.btn-popup { cursor: pointer; position: absolute;}
.btn-popup1 {top: 484px;left: 592px;width: 407px;height: 47px;}

.body-mask { width: 100%; height: auto; position: relative;}

.mask { position: absolute; width: 100%; height: 100%; 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 17px 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); }


.middle, .middle2 {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid #ddd;
}

.middle2 {
	margin-bottom: 50px;
}

.middle &gt; img,
.middle2 &gt; img {
	width: 100%;
	object-fit: contain;
}

.bottom{background-image: url('./bottom.png'); background-position: center; background-repeat: no-repeat; width: 100%; padding: 50px 0;}

.today_txt {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	font-family: 'SCoreDream';
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  margin-bottom: 30px;
  width: fit-content;
}
.today_txt span{
  color: #ff7700 !important;
  font-family: 'SCoreDream';
}

#inputform_2{display: flex; flex-direction: column;}


/* bottom_form */
.bottom_form_wrap {margin-bottom: 60px; width: 1200px;}
.bottom_form_wrap form {display: flex; align-items: center; gap: 0 40px;}
.bottom_form_wrap ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 45px; width: 77%;}
.bottom_form_wrap ul li {display: flex; align-items: center;}
.bottom_form_wrap ul li .input_wrap {display: flex; align-items: center; gap: 5px;}
.bottom_form_wrap ul li:not(:last-child) &gt; label {font-size: 22px; font-weight: 500; min-width: 100px; color: #fff;}
.bottom_form_wrap ul li input[type="text"], .bottom_form_wrap ul li input[type="tel"] {font-family: inherit; padding: 10px; box-sizing: border-box; font-size: 20px; outline: none; border: 1px solid #ddd; width: 100%; border-radius: 5px;}
.bottom_form_wrap ul li input[type="text"]::placeholder, .bottom_form_wrap ul li input[type="tel"]::placeholder {font-size: inherit; padding-left: 0;}
.bottom_form_wrap ul li .gender_wrap {display: flex; align-items: center; gap: 5px;}
.bottom_form_wrap ul li .gender_wrap input[type="radio"] {display: none;}
.bottom_form_wrap ul li .gender_wrap label {font-size: 22px; height: 46px; width: 46px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 5px; cursor: pointer;}
.bottom_form_wrap ul li .gender_wrap input:checked + label {background: #007f41; color: #fff;}
.bottom_form_wrap ul li select {padding: 10px; padding-right: 30px; box-sizing: border-box; outline: none; border: 1px solid #ddd; font-size: 20px; background: #fff url("./arrow.png") no-repeat 100% 50% !important; height: 46px; border-radius: 5px; font-family: 'Pretendard'; font-weight: 500;}
.bottom_form_wrap ul li .mobile_wrap {display: flex; align-items: center; width: 100%; gap: 8px;}
.bottom_form_wrap ul li input[type="checkbox"] {margin: 0; width: 20px; height: 20px;}
.bottom_form_wrap .privacy_wrap label {display: inline-block; font-size: 18px; margin: 0 6px 0 10px; color: #fff;}
.bottom_form_wrap .privacy_wrap button {font-size: 18px; position: relative; top: -2px; color: #fff;}
.bottom_form_wrap .btn_submit__btm {background: #007f41; color: #fff; font-size: 23px; font-weight: 500; text-align: left; padding: 30px; width: 23%; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 12px; height: 110px;}
.bottom_form_wrap button {font-family: inherit; border: 0; background: none; cursor: pointer;}</pre></body></html>