@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;700&display=swap');

html, body{
	max-width:750px;
	margin:0 auto;
	overflow-x:hidden;
}
body{
	overflow-y:hidden;
}
*{ 
	font-family: 'NanumSquare', sans-serif; 
	margin: 0;
	padding: 0;                
	line-height: 1.6;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	font-size:10px;
}

button {
	border: none;
	cursor: pointer;
}
a {
	text-decoration: none;
	color: inherit;
}
input {
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
  	-moz-appearance: none;
	appearance: none;
	border:1px solid #fff;
	width:100%;
	height:90px;
	line-height: 90px;
	font-size:3rem;
	padding:0 20px;
	background:transparent;
	color:#fff;
}
*:focus{
	outline: 0;
}
*::placeholder{
	font-size: 3rem;
	color:#b0b0b0;
}
[type=checkbox],
[type=radio] {
	appearance: auto;
}
select {
	-webkit-appearance: none;
  	-moz-appearance: none;
	appearance: none;
	width:100%;
	height:90px;
	line-height: 90px;
	border:1px solid #fff;
	background:transparent;
	font-size:3rem;
	padding:0 20px;
	color:#fff;
}
select option{
	font-sizE:3rem;
	color:#000;
}
select::-ms-expand {display:none}
.select-wrap{
	position:relative;
}
.select-wrap::before{
	content:'';
	position:absolute;
	right:20px;
	top:50%;
	transform: translate(0, -50%);
	background:url(https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/select-arrow.png) no-repeat center center;
	width:20px;
	height:20px;
	background-size:100%;
}
img{
	width:100%;
}

/* section01 */
#section01{
	width : 100%;
	height : 0;
	padding-top: calc(855/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_01.jpg") center center / cover no-repeat;
}

/* section03 */
#section03{
	width : 100%;
	height : 0;
	padding-top: calc(1005/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_03.jpg") center center / cover no-repeat;
}
/* section04 */
#section04 .inner{
	width : 100%;
	height : 0;
	padding-top: calc(664/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_04.jpg") center center / cover no-repeat;
	position:relative;

}
#section04 .slider-wrap {
    position: absolute;
    top: 62%;
    width:100%;
	max-width: 750px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
	z-index: 1;
}
#section04 .slick-dots li {
    margin: 0 2px;
}
#section04 .slick-dots > li button{
	background: #fff;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}
#section04 .slick-dots > li.slick-active button{
	background:#57ffba;
}
#section04 .slick-dots > li button::before{
	display:none;
}
#section04 .slick-arrow{
	display:none;
}
/* section05 */
#section05{
	width : 100%;
	height : 0;
	padding-top: calc(1827/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_05.png") center center / cover no-repeat;
	margin-top: -91px;
	position: relative;
}
/* section06 */
#section06{
	width : 100%;
	height : 0;
	padding-top: calc(1778/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_06.png") center center / cover no-repeat;
	margin-top: -113px;
	position: relative;
}
/* section07 */
#section07{
	width : 100%;
	height : 0;
	padding-top: calc(922/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_07.jpg") center center / cover no-repeat;
}
/* section08 */
/*
#section08{
	width : 100%;
	height : 0;
	padding-top: calc(1344/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_08.jpg") center center / cover no-repeat;
}
*/
/* section09 */
#section09{
	width : 100%;
	height : 0;
	padding-top: calc(1400/750*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/section_09.jpg") center center / cover no-repeat;
	position:relative;
}

.contact-form{
	position:absolute;
	left:0;
	right:0;
	width:90%;
	top:18%;
	z-index: 1;
	margin:0 auto;
}
.form-box{
	margin:10px 0;
	display:table;
	width:100%;
	font-size:0;
}
.form-box > div{
	display:inline-block;
	margin-right:2%;
	vertical-align: top;
}
.form-box > div:last-child{
	margin-right:0;
}
.form-tel > div{
	width:32%;
}
.form-birth > div{
	width:32%;
}
.contact-form p{
	font-size:2.6rem;
	color:#ffffff;
	margin-top:25px;
	font-weight:bold;
}
.form-price > div{
	width:49%;
}
.form-textarea textarea{
	background:transparent;
	border:1px solid #fff;
	padding:20px;
	color:#fff;
	width:100%;
	height:280px;
	border-radius: 2px;
	font-size:3rem;
}
.form-checkbox{
	margin:25px 0 17px;
}
.form-checkbox p{
    margin-top: 0px;
}

.form-checkbox input[type="checkbox"]{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0
}
.form-checkbox input[type="checkbox"] + label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	color:#fff;
	font-size:2.4rem;
}
.form-checkbox input[type="checkbox"] + label span{
	display: inline-block;
	margin-left:30px;
	font-size:2.4rem;
}
.form-checkbox input[type="checkbox"] + label:before {
	content: ' ';
	display: inline-block;
	width:24px;
	height:24px;
	background:url(https://frogstock.speedgabia.com/smi/landing/images/smi_210914/check_off.png) no-repeat center center;
	background-size:100%;
	vertical-align: middle;
	margin-right:15px;
}

.form-checkbox input[type="checkbox"]:checked + label:before {
	content: ' ';
	display: inline-block;
	width:24px;
	height:24px;
   background:url(https://frogstock.speedgabia.com/smi/landing/images/smi_210914/check_on.png) no-repeat center center;
	background-size:100%;
}


.form-checkbox input[type="checkbox"] + #all_check:before, .form-checkbox input[type="checkbox"]:checked + #all_check:before  {
	width:34px;
	height:34px;
	
}
.form-checkbox #all_check{
    font-size:34px;
	font-weight:bold;

}



.contact-form button{
	background:transparent;
}
.contact-form button img{
	width:100%;
}



/* section10 */
#section10{
	width : 100%;
	height : 0;
	padding-top: calc(27988/1080*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/blue_keyword01.jpg") center center / cover no-repeat;
	position:relative;
}

/* section11 */
#section11{
	width : 100%;
	height : 0;
	padding-top: calc(15850/1080*100%);
	background :url("https://frogstock.speedgabia.com/smi/landing/2022/smi_2022_frogstock/all/blue_keyword02.jpg") center center / cover no-repeat;
	position:relative;
}





/* footer */
footer{
	background:#e5e9ee;
	padding:40px 0 132px 0;
	text-align:center;
}
footer ul li{
	list-style: none;
	display:inline-block;
	margin:0 5px;
	font-size:1.2rem;
	position: relative;
	color:#24303d;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 100;
}
footer ul li:first-child::before{
	content: '';
    position: absolute;
    right: -7px;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #24303d;
    opacity: 0.7;
}


footer p img {
    width: auto;
	margin-bottom:5px;

}

@media (max-width: 750px) {
	input[type="text"], input[type="tel"], select {
		height: 60px;
		line-height: 60px;
		font-size:2.5rem;
	}
	*::placeholder, select option{
		font-size:2.5rem;
	}
	.form-textarea textarea{
		font-size:2.5rem;
		height:200px;
	}
}
@media (max-width: 650px){
	.contact-form p {
		font-size: 2.2rem;
	}
	.form-checkbox input[type="checkbox"] + label,
	.form-checkbox input[type="checkbox"] + label span {
		font-size: 1.8rem;
	}
	.form-checkbox input[type="checkbox"] + label:before,
	.form-checkbox input[type="checkbox"]:checked + label:before {
		width: 28px;
		height: 28px;
	}

}
@media (max-width:550px){
	input[type="text"], input[type="tel"], select {
		height: 50px;
		line-height: 50px;
		font-size:2rem;
	}
	*::placeholder, select option{
		font-size:2rem;
	}
	.form-textarea textarea{
		font-size:2rem;
		height:150px;
	}
	.contact-form p {
		font-size: 1.8rem;
	}
	.form-checkbox input[type="checkbox"] + label,
	.form-checkbox input[type="checkbox"] + label span {
		font-size: 1.6rem;
	}
	.form-checkbox input[type="checkbox"] + label:before,
	.form-checkbox input[type="checkbox"]:checked + label:before {
		width: 20px;
		height: 20px;
	}
	#section04 .slick-dots > li button {
		width: 12px;
		height: 12px;
	}
	#section04 .slick-dots li {
		margin: 0;
	}
	#section04 .slider-wrap {
		top: 58%;
	}
	#section06 {
		margin-top: -55px;
	}
	header .logo {
		width: 200px;
	}
	header .logo.hana {
		width: 320px;
	}
        footer{
        padding-bottom: 200px;
    }
}
@media (max-width:450px){
	input[type="text"], input[type="tel"], select {
		height: 40px;
		line-height: 40px;
		font-size:1.5rem;
		padding:0 10px;
	}
	*::placeholder, select option{
		font-size:1.5rem;
	}
	.select-wrap::before {
		width: 13px;
		height: 13px;
		right:10px;
	}
	.form-textarea textarea{
		font-size:1.5rem;
		height:100px;
		padding:10px;
	}
	.contact-form p {
		font-size: 1.5rem;
	}
	.form-checkbox input[type="checkbox"] + label,
	.form-checkbox input[type="checkbox"] + label span {
		font-size: 1.4rem;
	}
	.form-checkbox input[type="checkbox"] + label:before,
	.form-checkbox input[type="checkbox"]:checked + label:before {
		width: 18px;
		height: 18px;
		margin-right: 5px;
	}
	.form-checkbox input[type="checkbox"] + label span {
		margin-left: 0;
	}
	.form-checkbox {
		margin: 20px 0;
	}
	footer{
		padding:25px 0;
	}
	#section04{
		background: #000;
		padding-bottom: 38px;
	}
	#section06 {
		margin-top: -45px;
	}
}
@media (max-width:340px){
	input[type="text"], input[type="tel"], select {
		height: 35px;
		line-height: 35px;
		font-size:1.3rem;
	}
	*::placeholder, select option{
		font-size:1.3rem;
	}
	.select-wrap::before {
		width: 13px;
		height: 13px;
	}
	.form-textarea textarea{
		font-size:1.3rem;
		height:80px;
	}
	.contact-form p {
		font-size: 1.3rem;
	}
	.form-checkbox input[type="checkbox"] + label,
	.form-checkbox input[type="checkbox"] + label span {
		font-size: 1.3rem;
	}
	.contact-form {
		top: 17%;
	}
	.form-checkbox input[type="checkbox"] + label span{
		margin-left:22px;
	}
	footer ul li {
		font-size: 1.1rem;
	}
	#section06 {
		margin-top: -36px;
	}
	header .logo {
		width: 165px;
	}
	header {
		padding: 5px 0;
	}
	.form-checkbox {
		margin: 10px 0 5px;
	}
}
/* .register_btn{display:none;} */
.register_btn.fixed{display:block; cursor:pointer; position:fixed; bottom:30px; z-index:99;max-width:750px; left:0;right:0;margin:0 auto;text-align: center;} 
.register_btn img{width:90%;}

