
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
	text-decoration: none;
}


a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
.container {
	width: 1140px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.space-between {
	justify-content: space-between;
}
.col {
	flex-direction: column;
}
.row {
	flex-direction: row;
}
.wrap {
	flex-wrap: wrap;
}
.section1 {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/landing1_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    user-select: none;
    transition: background-image 100ms;
    height: calc(calc(var(--vh, 1vh) * 100) + 26px);
}

.navi-bar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.navi-bar.active {
	background-color: #fff;
}
.navi-bar .logo {
	padding: 25px 0;
} 
.navi-bar .menu {
	cursor: pointer;
}
.navi-bar .logo a img:first-child {
	display: block;
}
.navi-bar .logo a img:last-child {
	display: none;
}
.navi-bar .menu img:first-child {
	display: block;
}
.navi-bar .menu img:last-child {
	display: none;
}
.navi-bar.active .logo a img:first-child {
	display: none;
}
.navi-bar.active .logo a img:last-child {
	display: block;
}
.navi-bar.active .menu img:first-child {
	display: none;
}
.navi-bar.active .menu img:last-child {
	display: block;
}



.section1 .txt {
	color: #fff;
	padding-top: 400px;
}
.section1 .txt .t1 {
	font-size: 22px;
	font-weight: 700;
}
.section1 .txt .t2 {
	font-size: 60px;
	font-weight: 700;
	padding: 15px 0;
}
.section1 .txt .t4 {
	padding-top: 70px;
}
.section2 {
	background-color: #f9f9f9;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    margin-top: calc(var(--vh, 1vh) * 100);
    padding-top: 60px;
}
.span-6 {
	min-width: 50%;
	width: 50%;
	max-width: 50%;
}
.section2 .span-6 .t1 {
	font-size: 22px;
	font-weight: 700;
	color: #0048e8;
	padding-top: 150px;
	padding-bottom: 20px;
}
.section2 .span-6 .t2 {
	font-size: 48px;
	font-weight: 700;
	color: #3a3a3a;
	padding-bottom: 200px;
}
.section2 .span-6 .t3 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
}
.section2 .span-6 .t4 {
	font-size: 20px;
	font-weight: 500;
	color: #636363;
	padding-bottom: 170px;
}
.section2 .span-6 .img {
	margin-top: 250px;
	padding-left: 50px;
}
.section2 .span-12 {
	width: 100%;
	height: 847px;
	background-image: url(../images/landing1_08.jpg);
}
.section2 .span-12 .t1 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 30px;
}
.section2 .span-12 .t2 {
	font-size: 20px;
	font-weight: 500;
	color: #636363;
}
.section3 {
	background-color: #5598ff;
}
.section3 .txt {
	color: #fff;
	position: sticky;
    top: 0px;
	height:  100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section3 .txt .t1 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	opacity: 0.6;
}
.section3 .txt .t2 {
	font-weight: 700;
	font-size: 48px;
	padding: 25px 0;
}
.section3 .txt .t3 {
	font-size: 26px;
	font-weight: 700;
}
.section3 .img {
	display: block;
}
.section4 {
	background-color: #e0f0ff;
}
.section4 .txt {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section4 .txt .t1 {
	font-size: 22px;
	font-weight: 700;
	color: #0048e8;
	opacity: 0.6;
}
.section4 .txt .t2 {
	font-size: 48px;
	font-weight: 700;
	color: #0048e8;
	padding-top: 20px;
	padding-bottom: 40px;
}
.section4 .txt .t3 {
	font-size: 26px;
	font-weight: 700;
	color: #3a3a3a;
}
.section5 {
	background-image: url(../images/landing1_13.jpg);
	height: 640px;
}
.section5 .txt {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}
.section5 .txt .t1 {
	padding-top: 140px;
}
.section5 .txt .t2 {
	font-size: 48px;
	padding-top: 24px;
}
.section5 .txt .t3 {
	padding: 10px 0 40px;
}
.allmenus {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	justify-content: flex-end;
}
.allmenus.open {
	display: flex;
}
.allmenus .menu {
	width: 300px;
	background-color: #fff;
	height: 100vh;
}
.allmenus .menu .close {
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin: 15px;
	background-color: #fff;
	background-image: url(../images/close.png);
	background-size: cover;
}
.allmenus .menu ul {
	padding-top: 50px;
}
.allmenus .menu ul li {
	border-bottom: 1px solid #eee;
}
.allmenus .menu ul li a {
	display: block;
	min-height: 50px;
	line-height: 50px;
	padding: 15px 30px;
}
.allmenus .menu ul li:has(img) {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 30px;
}
.allmenus .menu ul li:has(img) a {
	display: block;
	min-height: 0px;
	line-height: 0px;
	padding: 0;
	padding-right: 5px;
}
.allmenus .menu ul li:has(img) a img {
	width: 120px;
}

@media (max-width:768px) {
	.container {
		width: calc(100% - 30px);
		padding: 0 15px;
	}
	.section1 .txt .t1 {
		font-size: 18px;
	}
	.section1 .txt .t2 {
		font-size: 42px;
	}
	.section1 .txt .t3 img {
		width: 50%;
	}
	.section1 .txt {
		padding-top: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section2 {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.section2 .container {
		flex-direction: column;
	}
	.section2 .span-6 .t2 {
		font-size: 30px;
		padding-bottom: 50px;
	}
	.section2 .span-6 .t1 {
		padding-top: 50px;
	}
	.section2 .span-6 .t3 {
		font-size: 18px;
	}
	.section2 .span-6 .t4 {
		font-size: 16px;
		padding-bottom: 0;
	}
	.section2 .span-6 .img {
		margin-top: 50px;
		width: 100%;
		padding: 25px 0;
		margin: 0;
	}
	.section2 .span-12 .t1 {
		padding-top: 50px;
	}
	.section2 .span-12 {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position-y: bottom;
		height: 530px;
	}
	.section3 .container {
		flex-direction: column;
	}
	.span-6 {
		min-width: 100%;
		width: 100%;
		max-width: 100%;
	}
	.section3 .txt .t2 {
		font-size: 40px;
	}
	.section3 .txt .t3 {
		font-size: 20px;
	}
	.section3 .txt {
		height: 400px;
		position: relative;
	}
	.section3 .img {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.section4 .container {
		flex-direction: column;
	}
	.section4 .txt {
		height: unset;
		padding-top: 140px;
	}
	.section4 .txt .t2 {
		font-size: 36px;
	}
	.section4 .txt .t3 {
		font-size: 22px;
	}
	.section4 .span-6 img {
		width: 100%;
	}
	.section5 .txt {
		font-size: 20px;
		height: 640px;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	.section5 .txt .t1 {
		padding-top: 0;
	}
	.section5 .txt .t2 {
		font-size: 38px;
	}
	.section5 .txt .t3 img {
		width: 70%;
	}






}