@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');
}

* {
	margin: 0;
	padding: 0;
}

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

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

/* section1 */
.x-section1 {
	height: calc(100vh - 50px);
}

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

.x-section1-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.x-section1-img img {
	position: absolute;
	width: 200px;
	top: 50%;
	left: calc(50% - 60px);
	transform: translate(-50%, -50%);
}

.x-section1-txt {
	position: absolute;
	top: 45%;
	right: 30px;
	transform: translate(0, -50%);
	color: #ffffff;
	text-align: right;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.x-section1-txt1 {
	width: 200px;
	margin: auto 0 auto auto;
}

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

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

.x-section1-txt3 {
	display: none;
	font-size: 16px;
	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% - 365px)/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 {
	margin: auto;
}

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

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

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

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

.x-section2-ele span:nth-child(2) {
	display: block;
	font-size: 10px;
	font-weight: 500;
	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;
}

.x-section3-inner {
	margin: auto;
}

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

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

.x-section3-img {
	margin-bottom: 48px;
}

.x-section3-src {
	width: calc(100% - 24px);
	margin: 0 auto;
}

.x-section3-src img {
	width: 100%;
}
.x-section3-info {
	width: calc(100% - 24px);
	margin: 0 auto 12px auto;
}

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

.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 {
	display: flex;
	background-color: #131417;
	padding: 24px 0;
}

.x-section4-inner {
	width: 100%;
	margin: auto;
}

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

.x-section4-img {
	position: relative;
	width: calc(100% - 24px);
	padding-bottom: 59%;
	margin: 0 auto 12px auto;
}

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

.x-section4-tab {
	display: flex;
	width: calc(100% - 24px);
	margin: 0 auto 20px auto;
}

.x-section4-tab>div {
	position: relative;
	flex: 1;
	margin: 0 6px;
	font-size: 14px;
	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: 100%;
}

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

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

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

/* section5 */
.x-section5 {
	display: flex;
	padding: 24px 0;
}

.x-section5-inner {
	margin: auto;
}

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

.x-section5-content {
	display: flex;
	margin: 0 12px 20px 12px;
}

.x-section5-img {
	position: relative;
	flex: 1;
	margin-right: 12px;
}

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

.x-section5-info {
	flex: 2;
}

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

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

/* section6 */
.x-section6 {
	display: flex;
	padding: 24px 0;
}

.x-section6-inner {
	width: 100%;
	margin: auto;
}

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

.x-section6-img {
	position: relative;
	width: calc(100% - 24px);
	padding-bottom: 59%;
	margin: 0 auto 12px auto;
}

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

.x-section6-tab {
	display: flex;
	width: calc(100% - 24px);
	margin: 0 auto 20px auto;
}

.x-section6-tab>div {
	position: relative;
	flex: 1;
	margin: 0 6px;
	font-size: 14px;
	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: 100%;
}

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

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

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

/* section7 */
.x-section7 {
	background-color: #131417;
	padding: 24px 0;
}

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

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

.x-section7-list {
	display: flex;
	margin: 0 auto 20px auto;
}

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

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

.x-section7-item img {
	width: 50px;
	margin: 0 auto 8px auto;
}

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

.x-section7-info {
	width: calc(100% - 24px);
	margin: 0 auto;
}

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

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

/* section8 */
.x-section8 {
	position: relative;
	display: flex;
	padding: 24px;
}

.x-section8-inner {
	margin: auto;
}

.x-section8-title {
	font-size: 24px;
	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: 16px;
}

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

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

.x-section8-img {
	width: 100%;
	margin: 0 auto;
}

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

.x-section8-gradient {
	display: none;
}

/* section9 */
.x-section9 {
	display: flex;
	padding: 24px 0;
}

.x-section9-inner {
	margin: auto;
}

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

.x-section9-tab {
	display: flex;
	margin: 0 auto 20px auto;
}

.x-section9-tab>div {
	position: relative;
    flex: 1;
    margin: 0 6px;
    font-size: 14px;
    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: 100%;
}

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

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

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

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

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

.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 {
	height: 100%;
	margin: auto;
}

.x-section10-space {
	float: left;
	width: 48%;
	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: 24px;
	line-height: 1.4;
	text-align: right;
	color: #ffffff;
	margin: auto auto 16px auto;
}

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

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

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

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