@charset 'utf-8';
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");

@font-face { font-family: 'SCDream'; src: url('../Font/SCDream1.woff') format('woff'); font-weight: 100; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream2.woff') format('woff'); font-weight: 200; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream3.woff') format('woff'); font-weight: 300; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream4.woff') format('woff'); font-weight: 400; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream5.woff') format('woff'); font-weight: 500; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream6.woff') format('woff'); font-weight: 600; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream7.woff') format('woff'); font-weight: 700; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream8.woff') format('woff'); font-weight: 800; }
@font-face { font-family: 'SCDream'; src: url('../Font/SCDream9.woff') format('woff'); font-weight: 900; }

/* 기종별 글자 크기 초기화 */
html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}

#wrap {
	background: url('./mainbg.png') no-repeat center center;
	background-size: cover;
	width: 720px;
	height: 1674px;
	margin: 0 auto;
	position:relative;
}

#wrap > div > div.form-box > form > div.form-set > div.form-flex > span:nth-child(3) > label > span { margin: 0px;}
#wrap > div > div.form-box > form > div.form-set > div.form-flex > span:nth-child(2) > label > span {margin: 0px;}

a {	color: #fff; text-decoration: none; }

.container { width: 720px; margin: 0 auto; position: relative; }

/* 헤더 */

/* 상단 글자 */

/* 입력 폼 */
.form-box {position: absolute;top: 406px;left: 74px;}
.form-all { height: 65px; font-weight: 800; font-size: 28px; font-family:NanumSquare, sans-serif;}
.form-set div { margin-bottom: 10px; font-size: 0;}
.form-set div span {
    display: inline-block;
    width: 186px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    font-size: 36px;
    margin-right: 4px;
    box-sizing: border-box;
}
#mobile2 {
	width: 247px;
} 

.form-set .form-tel { display: inline-block; }
.form-set div .form-text { vertical-align: top; width: 375px; padding: 5px 10px; outline: none; border: 2px solid #000;; border-radius: 0; box-sizing: border-box;}
.form-set div .form-number { vertical-align: top; width: 118px; outline: none; border: 2px solid #000; border-radius: 0; margin-right: 10px; padding: 5px 10px; background-color: #fff !important;}
.form-set div .form-number:last-child { margin-right: 0; }
.form-set div select { outline: none; border: none; font-weight: 800;}

.form-set div input:focus, select:focus { border:2px solid #f00; }

.privacy { text-align: center; font-size: 36px; font-family:NanumSquare, sans-serif; color: #fff; margin-top: 15px; }
.privacy #check-box { width: 35px; height: 35px; vertical-align: -6px;}

.btn_submit {
	position: absolute;
	top: 288px;
	left: -29px;
	width: 629px;
	height: 99px;
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	overflow: visible;
	cursor: pointer;
}


/* Select box 스타일 초기화 */ 
select {
	padding: 0 10px 0 15px;
	background: url('arrow.png') no-repeat 100% 50% !important;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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-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: 927px;left: 85px;width: 620px;color: #3c2828;}
.bx-box .bx-wrapper, 
.bx-box .bx-viewport {
	height: 263px !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 35px; 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; }

.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;	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: 5px; }
#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{position: absolute;left: 391px; top: 44px;color: #000;font-weight: bold;font-family: 'SCDream';font-size: 15px;z-index: 9999;}
.title_img{position: absolute;left: 244px;top: 93px;}

.middle1{background-image: url('./middle_total1_mo.png'); background-position: center; background-repeat: no-repeat; height: 393px;}
.middle2{background-image: url('./middle_total2_mo.png'); background-position: center; background-repeat: no-repeat; height: 3062px;}

.bottom{background-image: url('./bottom.png'); background-position: center; background-repeat: no-repeat; height: 447px;}

.pop_btn {
    position: absolute;
    top: 1588px;
    left: 64px;
    width: 592px;
    height: 80px;
    cursor: pointer;
}
