@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 {
	height: 100vh;
	display: flex;
}

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

.x-section3-list {
	margin: 0 12px 12px 12px;
}

.x-section3-item {
	display: flex;
	flex: 1;
	border-radius: 10px;
	background-color: #131417;
	margin: 0 12px 12px 12px;
}

.x-section3-item-circle {
	width: 100px;
	height: 100px;
	margin: 12px;
}

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

.x-section3-item-txt {
	margin: auto 12px auto 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.42px;
	color: #aeaeae;
}

.x-section3-txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: -1px;
	color: #aeaeae;
	margin: 0 12px;
}

/* 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: 12px;
}

.x-section4-info {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.48px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 12px;
}

.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: #1874bc;
	transition: width 0.2s;
}

.x-section4-tab>div.active {
	color: #1874bc;
}

.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;
}

.x-section4-txt3 {
	font-size: 10px;
	letter-spacing: -0.42px;
	color: #2fa8dc;
	margin: 0 12px;
}

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

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

.x-section5-list {
	/* display: flex; */
	margin: 12px;
}

.x-section5-item {
	display: flex;
	margin-bottom: 12px;
}

.x-section5-item>img {
	margin: 0 0 12px 0;
}

.x-section5-txt1 {
	display: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.8px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 24px auto;
}

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

.x-section5-txt3 {
	display: none;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-align: center;
	color: #2fa8dc;
}

/* section6 */
.x-section6 {
	background-color: #131417;
}

.x-section6-inner {
	margin: 12px 12px 24px 12px;
}

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

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

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

/* section7 */
.x-section7 {
	padding: 24px 0;
}

.x-section7-inner {}

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

.x-section7-content {
	margin: 12px 12px 24px 12px;
}

.x-section7-img {
	position: relative;
}

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

.x-section7-info {
	margin: 0 12px;
}

.x-section7-txt1 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #1874bc;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: 17px;
}

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

.x-section9-txt2 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #1874bc;
	display: flex;
	cursor: pointer;
	margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

.x-section10-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-section10-tab>div::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 2px;
	background-color: #1874bc;
	transition: width 0.2s;
}

.x-section10-tab>div.active {
	color: #1874bc;
}

.x-section10-tab>div.active::after {
	width: 100%;
}

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

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

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

.x-section10-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-section10-content-box span {
	margin: auto;
}

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

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

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

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

.x-section11-inner {
	height: 100%;
	margin: auto;
}

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

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

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

.x-section11-txt1 {
	font-family: 'GodoM';
	font-size: 24px;
	line-height: 1.4;
	text-align: right;
	color: #ffffff;
	margin: auto auto 16px auto;
}

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

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

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

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