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

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

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

/* section1 */
.x-section1 {
    height: calc(100vh - 50px);
    background: url(../img/homffice/homffice_bg.png);
	background-size: cover;
	display: flex;
}

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

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

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

.x-section1-txt {
	color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
}

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

.x-section1-txt1 img {
	width: 160px;
}

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

.x-section1-txt3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px auto;
}

.x-section1-txt3 button {
	margin: 0 4px;
	width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    color: #033a7d;
    text-align: center;
    cursor: pointer;
}

.x-section1-txt4 {
	display: flex;
	margin: 0 auto 12px auto;
}

.x-section1-txt4 img {
	display: block;
	height: 30px;
	cursor: pointer;
}

.x-section1-txt4 img:nth-child(1) {
	margin: auto 10px auto auto;
}

.x-section1-txt4 img:nth-child(2) {
	margin: auto auto auto 10px;
}

/* section2 */
.x-section2 {
	height: 100vh;
	display: flex;
	background-image: url(../img/homffice/img_top_1.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

.x-section2-txt {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: -0.96px;
	color: #ffffff;
	margin: auto auto 45px 12px;
}

/* section3 */
.x-section3 {
	height: 100vh;
	display: flex;
	background-color: #033a7d;
}

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

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

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

.x-section3-img1 {
	margin: auto auto 20px auto;
	width: 100%;
}

.x-section3-txt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.32px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 20px auto;
}

.x-section3-img2 {
	margin: 0 auto auto auto;
	width: 100%;
}

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

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

.x-section4-img {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

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

.x-section4-list {}

.x-section4-item {
	margin: 0 auto 12px auto;
	display: flex;
}

.x-section4-item img {
	margin: auto 0;
}

.x-section4-txt {
	display: flex;
	flex-direction: column;
}

.x-section4-txt1 {
	margin: auto 0 0 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.48px;
	color: #333333;
}

.x-section4-txt2 {
	margin: 0 0 auto 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.71;
	letter-spacing: -0.7px;
	color: #666666;
}

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

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

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

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

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

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

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

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

.x-section5-tab>div.active {
	color: #053a7d;
}

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

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

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

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

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

/* section6 */
.x-section6 {
	display: flex;
	padding: 24px 0;
	background-color: #053a7d;
}

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

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

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

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

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

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

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

/* section7 */
.x-section7 {
	padding: 24px 12px;
	display: flex;
	flex-direction: column;
}

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

.x-section7-inner {
	margin: auto auto 48px auto;
	display: flex;
	flex-direction: column;
}

.x-section7-inner>img {
	width: 100%;
	margin-bottom: 12px;
}

.x-section7-txt1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.48px;
	color: #000000;
}

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

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

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

.x-section8-item {
	display: flex;
}

.x-section8-item img {
	margin: 0 auto 24px 0;
}

.x-section8-txt1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.48px;
	color: #333333;
	margin-bottom: 12px;
}

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

/* section9 */
.x-section9 {
	padding: 24px 12px;
	display: flex;
	background-color: #e9f2f7;
}

.x-section9-inner {
	margin: auto;
	display: flex;
	flex-direction: column;
}

.x-section9-inner>img {
	width: 100%;
	margin: auto auto 12px auto;
}

.x-section9-txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: -0.42px;
	color: #666666;
	margin: auto;
}