html, body {max-width: 100%; overflow-x: hidden; letter-spacing: -0.5px; font-family:'Albert Sans', 'Pretendard', sans-serif;}

:root {
	--white-color: #fff;
	--black-color:#100f0f;
	--gray-color: #5a5a5a;
	--main-color: #f37021;
	--main-h-color: #df671f;
	--light-gray-color: #f1f1f1;
	--border-color: #dddddd;

	--font-subtit: 70px;
	--font-mvtit: 64px;
	--font-mvtxt: 20px;

	--font-large: 52px;
	--font-medium: 34px;
	--font-basic: 24px;
	--font-regular: 20px;
	--font-small: 18px;
	--font-smaller: 16px;

	--font-footer: 15px;
}

.section {
	position: relative;
	padding: 140px 0;
}
.section-in {
	position: relative;
	max-width: 1440px;
	margin: auto;
}
.sub-top {
	padding: 90px 0 50px;
}
.inner {
	width: 90%;
    margin: 0 auto;
}
.wrap-in {
	width: 1440px;
    margin: 0 auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.contact-btn {
	display: block;
	padding: 20px 0;
	width: 230px;
	font-size: var(--font-basic);
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
}

.main-title {
	margin-bottom: 12px;
	font-size: var(--font-large);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.05em;
	word-break: keep-all;
}
.main-title-content {
	display: block;
	margin-bottom: 30px;
	font-size: var(--font-basic);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.05em;
	word-break: keep-all;
}

.flex {
	display: flex;
}
.half {
	width: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}

input.input {
	width: 100%;
    height: var(--height-input);
    font-weight: 500;
    font-size: var(--font-small);
    padding: 0 0 0 15px;
    border-radius: 8px;
    border: 1px solid var(--gray-color);
    background: #fff;
}
button.button, a.button {
	display: block;
    margin: 50px auto;
    background: #4b5afa;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 20px 55px;
    font-size: 20px;
    border-radius: 70px;
}
.geZAaL {
    bottom: 105px;
}


/************************* ¼­ºê °ø¿ë *************************/
.sub-top {
	padding: 170px 0 90px;
	margin-bottom: 90px;
	border-bottom: 1px solid var(--black-color);
}
.sub-title {
	display: block;
	width: 100%;
	font-size: var(--font-subtit);
	font-weight: 700;
	color: var(--main-color);
	word-break: keep-all;
}
.sub-title-content {
	display: block;
	width: 50%;
	font-size: var(--font-regular);
	font-weight: 500;
	line-height: 1.4;
	color: var(--gray-color);
	word-break: keep-all;
}
.sub-title-content span {
	display: block;
}
.sub-top:after {
	content: "";
	display: block;
	clear: both;
}
.sub-title-content.mobile {
	display: none;
}
/************************* ¼­ºê °ø¿ë *************************/

@media all and (max-width:1501px){
	.section-in, .wrap-in {max-width: 90%; margin: auto;}
}

@media all and (max-width:1281px){	

	:root {
		--font-subtit: 60px;
		--font-mvtit: 54px;
		--font-mvtxt: 18px;
		--font-large: 44px;
		--font-medium: 30px;
		--font-basic: 22px;
		--font-regular: 18px;
		--font-small: 16px;
		--font-smaller: 15px;
		--font-footer: 14px;
	}

	.section {padding: 120px 0;}

	.contact-btn {padding: 18px 0; width: 220px;}
}

@media all and (max-width:1025px){
	.sub-top {padding: 130px 0 70px; margin-bottom: 70px;}
	
	:root {
		--font-subtit: 50px;
		--font-mvtit: 44px;
		--font-mvtxt: 17px;
		--font-large: 38px;
		--font-medium: 26px;
		--font-basic: 20px;
	}
}

@media all and (max-width:877px){
	.section {padding: 100px 0;}
	.sub-title-content {width: 60%;}
	
	:root {
		--font-large: 34px;
		--font-basic: 19px;
	}
}

@media all and (max-width:641px){

	:root {
		--font-subtit: 40px;
		--font-mvtit: 34px;
		--font-mvtxt: 17px;
		--font-large: 32px;
		--font-medium: 24px;
		--font-basic: 18px;
		--font-regular: 16px;
		--font-small: 15px;
		--font-smaller: 14px;
		--font-footer: 13px;
	}

	.section {padding: 90px 0;}

	.sub-top {padding: 110px 0 50px; margin-bottom: 50px;}
	.sub-title {margin-bottom: 12px;}
	.sub-title-content {width: 65%;}
	.sub-title-content span {display: inline;}
}

@media all and (max-width:481px){

	:root {
		--font-subtit: 36px;
		--font-mvtit: 30px;
		--font-mvtxt: 16px;
		--font-large: 28px;
		--font-medium: 22px;
	}

	.sub-top {padding: 110px 0 40px; margin-bottom: 40px;}
	.sub-title-content {width: 100%;}
}