@charset 'utf-8';
@media screen and (max-width:1024px) {

	/* 스크롤 */
	.scroll-txt {
		font-size: 1.1rem;
	}

	/* 헤더 */
	.header .container {
		width: 90%;
	}

	.header-logo-wrap {}

	.gnb {
		display: none;
	}

	.mobile-menu-wrap {
		display: block;
	}

	.mobile-menu-wrap i {
		font-size: 2.6rem;
		color: #555;
	}

	.pages-tit {
		font-size: 3.5rem;
		margin-bottom: 1rem;
	}

	.pages-sub-tit {
		font-size: 2.6rem;
		margin-bottom: 1rem;
	}

	.pages-txt {
		font-size: 1.5rem;
	}

	.pages-hard {
		font-size: 1.2rem;
		border-radius: .4rem;
		padding: .1rem .4rem;
	}

	/* 1페이지 */
	.page-1 .container {
		width: 85%;
	}

	.logo img {
		width: 20rem;
	}

	.page-1-tit {
		font-size: 2.5rem;
	}

	.page-1-txt {
		font-size: 3.5rem;
	}

	.page-1-right img {
		width: 35rem;
		height: auto;
	}

	.page-1-btn {
		touch-action: auto;
	}

	/* 2페이지 */
	.page-2 .container {
		width: 85%;
	}

	/* 3페이지 */
	.page-3 .container {
		width: 85%;
	}

	/* 4페이지 */
	.page-4 .container {
		width: 85%;
	}

	.page-4-main-wrap {
		position: relative;
	}

	.page-4-main {
		position: relative;
		display: block;
		height: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.page-4-left-wrap {
		transform: translateY(0);
		margin-bottom: 2rem;
	}

	.page-4-right-wrap {
		transform: translateY(0);
	}

	.page-4-left img {
		width: 30rem;
		height: auto;
	}

	/* 5페이지 */
	.page-5 .container {
		width: 90%;
	}

	.page-5-main {
		position: relative;
		top: 45%;
		transform: translateY(-50%);
	}

	.page-5-right img {
		width: 30rem;
		height: auto;
	}

	/* 6페이지 - 이노페이 */
	.page-6 .container {
		width: 90%;
	}

	.page-6-main {
		position: relative;
		top: 45%;
		transform: translateY(-50%);
	}

	.page-6-right img {
		width: 30rem;
		height: auto;
	}

	/* 다운로드영역 */
	.download-section .container  {
		width: 90%;
	}

	.download-main {
		position: relative;
		top: 40%;
		transform: translateY(-50%);
	}

	.download-right-img img {
		width: 30rem;
		height: auto;
	}

	/* 이용문의 */
	.ask .container {
		width: 85%;
		height: 80%;
	}

	.ask-txt {
		font-size: 2rem;
		margin-bottom: 0.5rem;
	}

	.ask-sub-tit {
		font-size: 2.8rem;
		margin-bottom: 0.5rem;
	}

	.ask-tit {
		font-size: 2.7rem;
	}

	.form {
		width: 30rem;
	}

	#check_icon {
		width: 76%;
	}

	/* 풋터 */
	.company-info {
		float: none;
	}
	.company-link {
		float: none;
		top: 0;
		margin-top: 2rem;
	}

	.footer {
		height: 20%;
	}
	.footer .container {
		width: 90%;
	}
	.footer-logo-wrap {
		margin-bottom: 0rem;
	}
}