@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
	font-family: 'GodoM';
	src: url('../fonts/Godo/GodoM.woff2') format('woff2'), url('../fonts/Godo/GodoM.woff') format('woff');
}

@font-face {
	font-family: 'GodoB';
	src: url('../fonts/Godo/GodoB.woff2') format('woff2'), url('../fonts/Godo/GodoB.woff') format('woff');
}

.header_wrap {
	height: unset;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	min-width: 1200px;
}

body {
	font-family: 'Noto Sans KR', sans-serif;
	background-color: #0a0b0f;
}

section {
	position: relative;
	box-sizing: border-box;
}

/* section1 */
.x-section1 {
	height: 100vh;
}

.x-section1-inner {
	display: flex;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.x-section1-img {
	position: relative;
	display: flex;
	flex: 1;
}

.x-section1-img img {
	position: absolute;
	width: 326px;
	top: calc(50% - 304.5px);
	right: 0;
}

.x-section1-txt {
	color: #ffffff;
	text-align: center;
	margin: 0 61px 0 66px;
	display: flex;
	flex-direction: column;
}

.x-section1-txt1 {
	margin: auto auto 50px auto;
}

.x-section1-txt2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.48;
	letter-spacing: -0.48px;
	white-space: pre-wrap;
	margin: 0 auto 48px auto;
}

.x-section1-txt3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.48px;
	margin: 0 auto auto auto;
}

.x-section1-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc((100% - 594px)/2);
	background-image: linear-gradient(to bottom, rgba(57, 73, 91, 0.5) 2%, rgba(0, 0, 0, 0) 97%);
}


/* section2 */
.x-section2 {
	display: flex;
}

.x-section2-inner {
	width: 1200px;
	margin: auto;
}

.x-section2-item {
	padding: 0 110px;
	display: flex;
}

.x-section2-ele {
	flex: 1;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: #ffffff;
	height: 146px;
	padding-top: 16px;
	border-top: 2px solid #e0e0e0;
}

.x-section2-ele:nth-child(1) {
	margin-right: 82px;
}

.x-section2-ele:nth-child(2) {
	margin-left: 82px;
}

.x-section2-ele span {
	display: block;
	white-space: pre-wrap;
}

.x-section2-ele span:nth-child(2) {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.24px;
	color: #aeaeae;
	margin-top: 8px;
}

.x-section2-remark {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.24px;
	color: #aeaeae;
}

/* section3 */
.x-section3 {
	display: flex;
	height: 100vh;
}

.x-section3-inner {
	width: 1200px;
	margin: auto;
}

.x-section3-txt1 {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 17px;
}

.x-section3-txt2 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.28px;
	text-align: center;
	color: #aeaeae;
	white-space: pre-wrap;
	margin-bottom: 60px;
}

.x-section3-img {
	display: flex;
}

.x-section3-space {
	flex: 1;
	position: relative;
}

.x-section3-info {
	position: absolute;
}

.x-section3-info-1-1 {
	top: 276px;
}

.x-section3-info-1-2 {
	top: 97px;
}

.x-section3-info-1-3 {
	top: 391px;
}

.x-section3-info-2-1 {
	margin-top: 103px;
}

.x-section3-info-2-2 {
	margin-top: 103px;
}

.x-section3-info-2-3 {
	margin-top: 351px;
}

.x-section3-info-txt1 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #1976d2;
	margin-bottom: 8px;
}

.x-section3-info-txt2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.48px;
	color: #aeaeae;
	white-space: pre-wrap;
}

.x-section3-center {
	position: relative;
	max-width: 606px;
	width: 100%;
	margin: 0 25px;
}

.x-section3-center img {
	width: 100%;
}

.x3s-img {
	position: absolute;
	top: 0;
	left: 0;
}

/* section4 */
.x-section4 {
	height: 100vh;
	display: flex;
	background-color: #131417;
}

.x-section4-inner {
	width: 770px;
	margin: auto;
}

.x-section4-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
}

.x-section4-img {
	position: relative;
    width: 762px;
    height: 480px;
	margin: 0 auto 38px auto;
}

.x-section4-img img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.x-section4-img .base-img {
	display: block;
	opacity: 0;
	position: unset;
	top: unset;
	left: unset;
}

.x-section4-tab {
	display: flex;
	width: 720px;
	margin: 0 auto 60px auto;
}

.x-section4-tab>div {
	position: relative;
	flex: 1;
	margin: 0 30px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	transition: color 0.2s;
}

.x-section4-tab>div::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 2px;
	background-color: #1976d2;
	transition: width 0.2s;
}

.x-section4-tab>div.active {
	color: #1976d2;
}

.x-section4-tab>div.active::after {
	width: 120px;
}

.x-section4-txt-inner {
	display: none;
	margin: 0 190px;
}

.x-section4-txt1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.32px;
	color: #ffffff;
	margin-bottom: 24px;
}

.x-section4-txt2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.42px;
	color: #aeaeae;
	white-space: pre-wrap;
}

/* section5 */
.x-section5 {
	height: 100vh;
	display: flex;
}

.x-section5-inner {
	width: 1200px;
	margin: auto;
}

.x-section5-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
}

.x-section5-content {
	display: flex;
}

.x-section5-space {
	flex: 1;
	position: relative;
}

.x-section5-info {
	position: absolute;
	top: 200px;
	left: 0;
}

.x-section5-txt1 {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.42px;
	color: #1976d2;
	margin-bottom: 16px;
}

.x-section5-txt2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.42px;
	color: #aeaeae;
}

.x-section5-img {
	position: relative;
	width: 297px;
	margin: 0 40px;
}

.x-section5-img img {
	width: 100%;
}

.x5s-img2,
.x5s-img3 {
	position: absolute;
	top: 0;
	left: 0;
}

/* section6 */
.x-section6 {
	height: 100vh;
	display: flex;
}

.x-section6-inner {
	width: 770px;
	margin: auto;
}

.x-section6-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
}

.x-section6-img {
	position: relative;
    width: 762px;
    height: 480px;
	margin: 0 auto 38px auto;
}

.x-section6-img img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.x-section6-img .base-img {
	display: block;
	opacity: 0;
	position: unset;
	top: unset;
	left: unset;
}

.x-section6-tab {
	display: flex;
	width: 720px;
	margin: 0 auto 60px auto;
}

.x-section6-tab>div {
	position: relative;
	flex: 1;
	margin: 0 30px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	transition: color 0.2s;
}

.x-section6-tab>div::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 2px;
	background-color: #1976d2;
	transition: width 0.2s;
}

.x-section6-tab>div.active {
	color: #1976d2;
}

.x-section6-tab>div.active::after {
	width: 120px;
}

.x-section6-txt-inner {
	display: none;
	margin: 0 190px;
}

.x-section6-txt1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.32px;
	color: #ffffff;
	margin-bottom: 24px;
}

.x-section6-txt2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.42px;
	color: #aeaeae;
	white-space: pre-wrap;
}

/* section7 */
.x-section7 {
	height: 100vh;
	display: flex;
	background-color: #131417;
}

.x-section7-inner {
	width: 1200px;
	margin: auto;
}

.x-section7-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 52px;
}

.x-section7-list {
	display: flex;
	margin: 0 111px 80px 111px;
}

.x-section7-item {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.x-section7-item:nth-child(2) {
	margin: 0 156px;
}

.x-section7-item img {
	width: 160px;
	margin: 0 auto 32px auto;
}

.x-section7-item span {
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
}

.x-section7-info {
	display: flex;
}

.x-section7-info-inner {
	margin: 0 auto;
}

.x-section7-txt1 {
	margin-bottom: 16px;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -0.58px;
	color: #1976d2;
}

.x-section7-txt2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.42px;
	color: #aeaeae;
	white-space: pre-wrap;
}

/* section8 */
.x-section8 {
	position: relative;
	height: 100vh;
	display: flex;
}

.x-section8-inner {
	width: 1200px;
	margin: auto;
}

.x-section8-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 17px;
}

.x-section8-txt1 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.28px;
	text-align: center;
	color: #aeaeae;
	margin-bottom: 4px;
	;
}

.x-section8-txt2 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #1976d2;
	display: flex;
	cursor: pointer;
	margin-bottom: 23px;
}

.x-section8-txt2 span {
	margin: auto 0 auto auto;
}

.x-section8-txt2 img {
	margin: auto auto auto 0;
}

.x-section8-img {
	width: 910px;
	margin: 0 auto;
}

.x-section8-img img {
	display: block;
	width: 100%;
}

.x-section8-gradient {
	position: absolute;
	top: calc(100% - (100vh - 673px)/2);
	left: 0;
	width: 100%;
	height: calc((100vh - 673px)/2);
	background-image: linear-gradient(to bottom, rgba(57, 73, 91, 0.5) 2%, rgba(0, 0, 0, 0) 97%);
}

/* section9 */
.x-section9 {
	height: 100vh;
	display: flex;
}

.x-section9-inner {
	width: 1200px;
	margin: auto;
}

.x-section9-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 39px;
}

.x-section9-tab {
	display: flex;
	width: 720px;
	margin: 0 auto 56px auto;
}

.x-section9-tab>div {
	position: relative;
	flex: 1;
	margin: 0 30px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.48px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	transition: color 0.2s;
}

.x-section9-tab>div::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 2px;
	background-color: #1976d2;
	transition: width 0.2s;
}

.x-section9-tab>div.active {
	color: #1976d2;
}

.x-section9-tab>div.active::after {
	width: 120px;
}

.x-section9-content {
	margin-bottom: 85px;
}

.x-section9-content>div {
	display: flex;
}

.x-section9-content-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.32px;
	text-align: center;
	color: #ffffff;
}

.x-section9-content-box {
	margin: 0 auto 24px auto;
	width: 100px;
	height: 100px;
	display: flex;
	border: 1px solid #707070;
	box-sizing: border-box;
	font-size: 20px;
	letter-spacing: -0.4px;
	text-align: center;
	color: #aeaeae;
}

.x-section9-content-box span {
	margin: auto;
}

.xs9t {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.24px;
	color: #e0e0e0;
	white-space: pre-wrap;
}

.x-section9-txt {
	display: flex;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	text-align: center;
	color: #1976d2;
	cursor: pointer;
}

.x-section9-txt span {
	margin: auto 0 auto auto;
}

.x-section9-txt img {
	margin: auto auto auto 0;
}

/* section10 */
.x-section10 {
	height: 100vh;
	display: flex;
}

.x-section10-inner {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.x-section10-space {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
}

.x-section10-space.right {
	display: flex;
	flex-direction: column;
}

.x-section10-img {
	height: 100%;
}

.x-section10-txt1 {
	font-family: 'GodoM';
	font-size: 44px;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	margin: auto auto 56px auto;
	white-space: pre-wrap;
}

.x-section10-txt2 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #1976d2;
	display: flex;
	margin: 0 auto auto auto;
	cursor: pointer;
}

.x-section10-txt2-item {
	display: flex;
}

.x-section10-txt2-item:nth-child(1) {
	margin-right: 50px;
}

.x-section10-txt2 span {
	margin: auto 0 auto auto;
}

.x-section10-txt2 img {
	margin: auto auto auto 0;
}

@media screen and (max-width: 1600px) {

	html,
	body {
		min-width: 1024px;
	}

	.x-section1-inner {
		width: 1024px;
	}

	.x-section1-img img {
		width: 250px;
		top: calc(50% - 250px);
	}

	.x-section1-txt1 {
		width: 250px;
	}

	.x-section1-txt img {
		width: 100%;
	}

	.x-section1-txt2 {
		font-size: 32px;
	}

	.x-section1-txt3 {
		font-size: 20px;
	}

	.x-section1-gradient {
		height: calc((100% - 428px)/2);
	}

	.x-section2-inner {
		width: 1024px;
		margin: auto;
	}

	.x-section2-ele {
		font-size: 20px;
	}

	.x-section3-inner {
		width: 1024px;
	}
	
	.x-section3-txt1 {
		font-size: 32px;
		margin-bottom: 12px;
	}
	
	.x-section3-txt2 {
		margin-bottom: 12px;
	}

	.x-section3-info-1-1 {
		top: 220px;
	}
	
	.x-section3-info-1-2 {
		top: 97px;
	}
	
	.x-section3-info-1-3 {
		top: 300px;
	}
	
	.x-section3-info-2-1 {
		margin-top: 80px;
	}
	
	.x-section3-info-2-2 {
		margin-top: 80px;
	}
	
	.x-section3-info-2-3 {
		margin-top: 300px;
	}

	.x-section3-info-txt1 {
		font-size: 24px;
	}
	
	.x-section3-info-txt2 {
		font-size: 12px;
	}

	.x-section3-center {
		max-width: 500px;
	}

	.x-section4-inner {
		width: 700px;
	}
	
	.x-section4-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.x-section4-img {
		position: relative;
		width: 500px;
		height: 315px;
		margin: 0 auto 24px auto;
	}

	.x-section4-tab {
		width: 700px;
		margin: 0 auto 32px auto;
	}

	.x-section4-tab>div {
		margin: 0 24px;
		font-size: 20px;
	}

	.x-section4-txt1 {
		margin-bottom: 20px;
	}

	.x-section5-info {
		top: 160px;
	}

	.x-section5-inner {
		width: 1024px;
	}
	
	.x-section5-title {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.x-section5-txt1 {
		font-size: 24px;
	}
	
	.x-section5-img {
		width: 250px;
		margin: 0 40px;
	}

	.x-section6-inner {
		width: 700px;
	}
	
	.x-section6-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.x-section6-img {
		width: 500px;
		height: 315px;
		margin: 0 auto 24px auto;
	}

	.x-section6-tab {
		width: 700px;
		margin: 0 auto 32px auto;
	}

	.x-section6-tab>div {
		margin: 0 24px;
		font-size: 20px;
	}

	.x-section6-txt1 {
		margin-bottom: 20px;
	}

	.x-section7-inner {
		width: 1024px;
		margin: auto;
	}

	.x-section7-title {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.x-section7-item img {
		width: 120px
	}

	.x-section7-info {}

	.x-section7-item span {
		font-size: 20px;
	}

	.x-section7-txt1 {
		font-size: 24px;
	}

	.x-section8-inner {
		width: 1024px;
	}
	
	.x-section8-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.x-section8-img {
		width: 720px;
	}

	.x-section8-gradient {
		top: calc(100% - (100vh - 530px)/2);
		height: calc((100vh - 530px)/2);
	}

	.x-section9-inner {
		width: 1024px;
	}

	.x-section9-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.x-section9-tab {
		width: 700px;
		margin: 0 auto 40px auto;
	}

	.x-section9-tab>div {
		margin: 0 30px;
		font-size: 20px;
	}

	.x-section10-inner {
		width: 1024px;
	}

	.x-section10-txt1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 1024px) {

	html,
	body {
		min-width: 768px;
	}

	.x-section1-inner {
		width: 768px;
	}

	.x-section1-img img {
		width: 200px;
		top: calc(50% - 200px);
	}

	.x-section1-txt1 {
		width: 180px;
		margin: auto auto 20px auto;;
	}

	.x-section1-txt img {
		width: 100%;
	}

	.x-section1-txt2 {
		font-size: 24px;
		margin: 0 auto 24px auto;
	}

	.x-section1-txt3 {
		font-size: 16px;
	}

	.x-section1-gradient {
		height: calc((100% - 338px)/2);
	}

	.x-section2-inner {
		width: 768px;
		margin: auto;
	}

	.x-section2-ele {
		font-size: 16px;
	}

	.x-section2-ele:nth-child(1) {
		margin-right: 20px;
	}

	.x-section2-ele:nth-child(2) {
		margin-left: 20px;
	}

	.x-section3-inner {
		width: 768px;
	}
	
	.x-section3-txt1 {
		font-size: 24px;
		margin-bottom: 8px;
	}
	
	.x-section3-txt2 {
		margin-bottom: 8px;
	}

	.x-section3-info-1-1 {
		top: 180px;
	}
	
	.x-section3-info-1-2 {
		top: 50px;
	}
	
	.x-section3-info-1-3 {
		top: 230px;
	}
	
	.x-section3-info-2-1 {
		margin-top: 50px;
	}
	
	.x-section3-info-2-2 {
		margin-top: 50px;
	}
	
	.x-section3-info-2-3 {
		margin-top: 230px;
	}

	.x-section3-info-txt1 {
		font-size: 20px;
	}
	
	.x-section3-info-txt2 {
		font-size: 10px;
	}

	.x-section3-center {
		max-width: 400px;
	}

	.x-section4-inner {
		width: 600px;
	}
	
	.x-section4-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.x-section4-img {
		position: relative;
		width: 400px;
		height: 252px;
		margin: 0 auto 20px auto;
	}

	.x-section4-tab {
		width: 600px;
		margin: 0 auto 24px auto;
	}

	.x-section4-tab>div {
		margin: 0 20px;
		font-size: 16px;
	}

	.x-section4-txt1 {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.x-section4-txt2 {
		font-size: 12px;
	}

	.x-section5-info {
		top: 80px;
	}

	.x-section5-inner {
		width: 768px;
	}
	
	.x-section5-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.x-section5-txt1 {
		font-size: 20px;
	}

	.x-section5-txt2 {
		font-size: 12px;
	}
	
	.x-section5-img {
		width: 180px;
		margin: 0 32px;
	}

	.x-section6-inner {
		width: 600px;
	}
	
	.x-section6-title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	
	.x-section6-img {
		width: 400px;
		height: 252px;
		margin: 0 auto 20px auto;
	}

	.x-section6-tab {
		width: 600px;
		margin: 0 auto 24px auto;
	}

	.x-section6-tab>div {
		margin: 0 20px;
		font-size: 16px;
	}

	.x-section6-txt1 {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.x-section6-txt2 {
		font-size: 12px;
	}

	.x-section7-inner {
		width: 768px;
		margin: auto;
	}

	.x-section7-title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.x-section7-list {
		margin: 0 150px 30px 150px;
	}

	.x-section7-item:nth-child(2) {
		margin: 0 20px;
	}

	.x-section7-item img {
		width: 80px
	}

	.x-section7-info {}

	.x-section7-item span {
		font-size: 16px;
	}

	.x-section7-txt1 {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.x-section7-txt2 {
		font-size: 12px;
	}

	.x-section8-inner {
		width: 768px;
	}
	
	.x-section8-title {
		font-size: 24px;
	}

	.x-section8-img {
		width: 580px;
	}

	.x-section8-gradient {
		top: calc(100% - (100vh - 450px)/2);
		height: calc((100vh - 450px)/2);
	}

	.x-section9-inner {
		width: 768px;
	}

	.x-section9-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.x-section9-tab {
		width: 600px;
	}

	.x-section9-tab>div {
		margin: 0 24px;
		font-size: 16px;
	}

	.x-section9-content {
		margin-bottom: 40px;
	}

	.x-section10-inner {
		width: 768px;
	}

	.x-section10-txt1 {
		font-size: 32px;
	}
}