/* section title */
.section_title {
	color: #222;
}
.section_title .ttl {
	position: relative;
	font-size: 60px;
	transform: translateY(-20%);
	text-transform: uppercase;
}
.section_title .ttl span {
	font-weight:bold;
}
.section_title .ttl .sttl {
	margin-bottom: 6px;
	font-size: 22px;
	color: #666;
	text-transform: capitalize;
}
.section_title .line {
	display: inline-block;
	width: 50px; height: 1px;
	margin-top: 32px;
	background-color: #111;
}
.section_title .txt {
	margin-top: 35px;
	font-size: 20px;
	letter-spacing: 0.04em;
	word-break: keep-all;
}
.section_title .eng_txt {
	margin-top: 12px;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: rgba(255,255,255,0.4);
}


/* 버튼 */
.btn { position: relative; display: inline-block; padding: 5px 30px 5px 0; font-size: 16px; letter-spacing: 0.003em; color: #2b6eac; font-weight:500; }
.btn:hover { color: #2b6eac; }
.btn span { position: absolute; top: 0; right: 10px; line-height: 26px; transition: right 0.3s; }
.btn:hover span { right: 0; }
.btn span::before { content: ''; position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; width: 8px; height: 15px; background: url(http://img.einet.kr/P202002001/responsive/btnDeco.png) center center no-repeat; opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s; }
.btn:hover span::before { opacity: 1; visibility: visible; }
.btn > span > i { z-index: 2 }


a .a_btn { position: relative; display: inline-block; padding: 5px 30px 5px 0; font-size: 16px; letter-spacing: 0.04em; color: #2b6eac; }
a:hover .a_btn { color: #2b6eac; }
a .a_btn span { position: absolute; top: 0; right: 10px; line-height: 26px; transition: right 0.3s; }
a:hover .a_btn span { right: 0; }
a .a_btn span::before { content: ''; position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; width: 8px; height: 15px; background: url(http://img.einet.kr/P202002001/responsive/btnDeco.png) center center no-repeat; opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s; }
a:hover .a_btn span::before { opacity: 1; visibility: visible; }
a .a_btn > span > i { z-index: 2 }


.deco {
	width: 128px; height: 128px;
	background: url(http://img.einet.kr/P202002001/responsive/deco.png) center center no-repeat;
}
.ANI .deco.TRAN{
	transform: rotate(90deg) !important;
}

.ff-pt { font-family: 'Karla','Karla' ;}
.ff-pt span {font-weight: bold; ;}


.c-point { color: #2b6eac; }

.d-none {
	display: none;
}

.scrollDown {
	position: absolute;
	right: 0; bottom: 26px; left: 0;
	margin: auto;
	display: inline-block;
	width: 64px; height: 46px;
	background: url(http://img.einet.kr/P202001009/responsive/scrollDown.png) center center no-repeat;
	transition: bottom 0.3s;
	z-index: 10;
}


@media ( max-width: 1024px ) {
	/* section title */
	.section_title .ttl {
		font-size: 30px;
		opacity: 1 !important;
		transform: none !important;
	}
	.section_title .ttl .sttl {
		font-size: 12px;
	}
	.section_title .line {
		width: 25px;
		margin-top: 18px;
	}
	.section_title .txt {
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.56px;
	}
	.section_title .eng_txt {
		margin-top: 6px;
		font-size: 10px;
	}

	.btn { font-size: 14px; padding: 5px 26px 5px 0; }
	.btn span { line-height: 24px; }


}

