@font-face {
	font-family: 'GmarketB';
	src: url('wfont/GmarketSansBold.eot'),
		url('wfont/GmarketSansBold.woff') format('woff');
}

@font-face {
	font-family: 'GmarketL';
	src: url('wfont/GmarketSansLight.eot'),
		url('wfont/GmarketSansLight.woff') format('woff');
}

@font-face {
	font-family: 'GmarketM';
	src: url('wfont/GmarketSansMedium.eot'),
		url('wfont/GmarketSansMedium.woff') format('woff');
}

@font-face {
	font-family: 'myungjo';
	src: url('wfont/BookkMyungjo-Bd.woff2') format('woff');
}

br {
	font-family: 'Dotum';
}





html,
body {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}


/*-------------------------------------*/
/*햄버거*/
#wrapper {
	width: 100px;
	height: 100px;
	right: 0;
	z-index: 99;
	display: none;
}

#line-wrapper {
	cursor: pointer;
	width: 56px;
	height: 35px;
	position: relative;
	margin: 0 auto;
	float: right;
	top: 59px;
	top: 20px;
	z-index: 100;
}

.init {
	animation: none !important;
}

.line {
	background: #00a6e8;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 36px;
	height: 3px;
	border-radius: 2px;
	position: relative;
}

.line-top {
	animation: line-top .5s forwards ease-out,
		line-top-rotate .3s .5s forwards ease-out;
}

.top-reverse {
	animation: line-top-rotate-reverse .3s forwards ease-out,
		line-top-reverse .5s .3s forwards ease-out;
}

.line-mid {
	animation: line-mid .5s forwards ease-out;
}

.mid-reverse {
	animation: line-mid-invisible .3s forwards ease-out,
		line-mid-reverse .5s .3s forwards ease-out;
}

.line-bot {
	animation: line-bot .5s forwards ease-out,
		line-bot-rotate .3s .5s forwards ease-out;
}

.bot-reverse {
	animation: line-bot-rotate-reverse .3s forwards ease-out,
		line-bot-reverse .5s .3s forwards ease-out;
}

@keyframes line-top {
	0% {
		transform: translateY(0px)
	}

	100% {
		transform: translateY(9px)
	}
}

@keyframes line-top-reverse {
	0% {
		transform: translateY(9px)
	}

	100% {
		transform: translateY(0px)
	}
}

@keyframes line-top-rotate {
	0% {
		transform: translateY(9px) rotateZ(0deg)
	}

	100% {
		transform: translateY(9px) rotateZ(45deg)
	}
}

@keyframes line-top-rotate-reverse {
	0% {
		transform: translateY(9px) rotateZ(45deg)
	}

	100% {
		transform: translateY(9px) rotateZ(0deg)
	}
}

@keyframes line-mid {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(0)
	}
}

@keyframes line-mid-reverse {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes line-mid-invisible {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(0)
	}
}

@keyframes line-bot {
	0% {
		transform: translateY(0px)
	}

	100% {
		transform: translateY(-9px)
	}
}

@keyframes line-bot-reverse {
	0% {
		transform: translateY(-9px)
	}

	100% {
		transform: translateY(0px)
	}
}

@keyframes line-bot-rotate {
	0% {
		transform: translateY(-9px) rotateZ(0deg)
	}

	100% {
		transform: translateY(-9px) rotateZ(135deg)
	}
}

@keyframes line-bot-rotate-reverse {
	0% {
		transform: translateY(-9px) rotateZ(135deg)
	}

	100% {
		transform: translateY(-9px) rotateZ(0deg)
	}
}


/*사이드메뉴*/
.area_side {
	width: 100%;
	height: 100%;
	transition: all 0.5s 0.5s;
	position: fixed;
	z-index: 99;
	right: -100%;
	top: 0;
}

.side-left {
	width: 45%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	float: left;
}

.side-right {
	width: 55%;
	height: 100%;
	background-color: #00a6e8;
	float: right;
}

/*사이드 상단 로그인 및 햄버거 버튼 있는 위치*/
.area_side .log {
	width: 100%;
	height: 100px;
	background-color: black;
	position: relative;
	overflow: hidden;
}

.area_side .log a {
	font-family: 'GmarketM';
	text-decoration: none;
	color: #636363;
	line-height: 100px;
	margin-left: 22px;
}

#menu-btn,
#sub1-chk,
#sub2-chk,
#sub3-chk,
#sub4-chk,
#sub5-chk,
#sub6-chk,
#sub7-chk {
	display: none;
}

#menu-btn + label {
	position: fixed;
	color: #000;
	left: 0;
	z-index: 9;
	margin-left: 0;
}

.side-nav label {
	display: block;
	padding: 20px 0;
	padding-left: 25px;
	margin-top: 0px;
	cursor: pointer;
	/*	유저셀렉트 드래그 노*/
	user-select: none;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.side-nav a {
	font-family: 'GmarketM';
	text-decoration: none;
	color: #231f20;
	display: block;
}


.site {
	width: 100%;
	height: 100px;
	background-color: #0062e8;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

.site ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.site ul li {
	width: 100%;
	height: 40%;
	padding: 7px 0px 0 20px;
}

.site ul li a {
	text-decoration: none;
	color: white;
	font-family: 'GmarketL';
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 100%;
}







/*탑바*/
/* End Nav Styles */
.top_bar {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 0%;
	height: 3px;
	background-color: #00a6e8;
}




.top {
	position: fixed;
	width: 50px;
	height: 50px;
	background: rgba(0, 166, 232, 0.4);
	bottom: 50px;
	right: 50px;
	border-radius: 10px;
	font-family: 'GmarketM';
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	text-align: center;
	z-index: 99999;
	transition: all 0.5s;
}

.top:hover {
	background: rgb(0, 166, 232);
}










/*푸터 시작*/
footer {
	height: 305px;
	width: 100%;
	max-width: 1920px;
	background-color: #1a1a1a;
	z-index: 9;
	position: relative;
}

.footer-top {
	width: 100%;
	height: 60px;
	background-color: #000;
}

.footer-top ul {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.footer-top ul li {
	font-family: 'GmarketL';
	color: #fff;
	float: left;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 14px;
	height: 16px;
	margin-top: 22px;
}

.footer-top ul li:first-child {
	padding-right: 10px;
}

.footer-top ul li:nth-child(2) {
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.footer-top ul li:nth-child(3) {
	padding: 0 20px;
	border-right: 1px solid #fff;
}

.footer-top ul li:nth-child(4) {
	padding: 0 20px;
}

.footer-top ul li:nth-child(5) {
	width: 60px;
	height: 60px;
	background: url("img/sns-kakao.png") 50% 50% no-repeat;
	margin-top: 0;
	float: right;
}

.footer-top ul li:nth-child(6) {
	width: 60px;
	height: 60px;
	margin-top: 0;
	float: right;
	background: url("img/sns-you.png") 50% 50% no-repeat;
}

.footer-top ul li:nth-child(7) {
	width: 60px;
	height: 60px;
	background: url("img/sns-insta.png") 50% 50% no-repeat;
	margin-top: 0;
	float: right;
}

.footer-top ul li:nth-child(8) {
	width: 60px;
	height: 60px;
	margin-top: 0;
	float: right;
	background: url("img/sns-blog.png") 50% 50% no-repeat;
}



.footer-top ul li a {
	width: 100%;
	height: 100%;
	display: block;
}



/*푸터-보톰*/
.footer-bottom {
	max-width: 1200px;
	height: 245px;
	margin: 0 auto;
}

.footer-bottom .footer-logo {
	width: 184px;
	height: 50px;
	background: url('img/logo-gray.png') 0 bottom no-repeat;
	background-size: 90%;
	padding-top: 40px;
}

.footer-bottom h1,
.footer-bottom h2 {
	color: #5e5e5e;
	letter-spacing: 1px;
	padding-left: 3px;
}

.footer-bottom h1 {
	font-family: 'GmarketL';
	margin-top: 30px;
	line-height: 20px;
	font-size: 13px;
}

.footer-bottom h2 {
	font-family: 'GmarketL';
	margin-top: 8px;
	font-size: 12px;
}



/*------------------------------------------------------>*/
/*스크롤 스파이*/
.navbar {
	position: fixed;
	z-index: 98;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}

.navbar .nav-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navbar .nav-menu li {
	position: relative;
	min-width: 200px;
	text-align: right;
}

.navbar .nav-menu li .dot {
	display: block;
	color: #fff;
	padding: 5px 0;
}

.navbar .nav-menu li .dot::before,
.navbar .nav-menu li .dot::after {
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;
	top: 50%;
	transition: all .3s ease;
}

.navbar .nav-menu li .dot::before {
	width: 5px;
	height: 5px;
	right: 0;
	border: 2px solid #181818;
	transform: translateY(-50%);
}

.navbar .nav-menu li .dot::after {
	width: 15px;
	height: 15px;
	border: 2px solid #000;
	right: -5px;
	transform: translateY(-50%) scale(0);
}

.navbar .nav-menu li .dot.active::before,
.navbar .nav-menu li:hover .dot::before {
	background: #000;
	border-color: #000;
}

.navbar .nav-menu li .dot.active::after,
.navbar .nav-menu li:hover .dot::after {
	transform: translateY(-50%) scale(1);
}

.navbar .nav-menu li .dot span {
	display: inline-block;
	opacity: 0;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: capitalize;
	background-color: #000;
	padding: 10px 20px;
	border-radius: 3px;
	margin-right: 30px;
	transform: translateX(20px);
	transition: all .3s ease;

}

.navbar .nav-menu li .dot span::before {
	display: block;
	position: absolute;
	content: '';
	border-left: 7px solid #000;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	top: 50%;
	transform: translate(7px, -50%);
	right: 0;
	transition: all .3s ease;
}

.navbar .nav-menu li .dot.active span,
.navbar .nav-menu li:hover .dot span {
	transform: translateX(0px);
	opacity: 1;
}

/*스크롤스파이 끝*/



/*링크그룹*/
.link-group {
	position: fixed;
	width: 100px;
	height: 250px;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	z-index: 999;
}


.link-bottom {
	width: 100%;
	height: 250px;
	margin-top: 20px;
	border-radius: 12px;
	border: 2px solid rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}

.link-bottom li {
	width: 100%;
	height: 50%;
}


.link-bottom li:nth-of-type(1) {
	background: #fff url("img/q.png") 50% bottom no-repeat;
	border-bottom: 1px dashed #000;
}

.link-bottom li:nth-of-type(2) {
	background: url("img/q-non.png") 50% bottom no-repeat;
}

.link-bottom li p {
	font-family: 'GmarketM';
	text-align: center;
	font-size: 15px;
	padding-top: 92px;
}






/*-------------------------------------*/
/*헤더 시작*/

header {
	height: 45px;
	display: block;
	width: 100%;
	z-index: 98;
	text-align: center;
	padding: 0px 0 0 0;
	top: 0px;
	transition: all 0.7s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	background-color: #fff;
}




/*-------------------------------------*/
/*헤더 3/3 네비*/
header nav {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

header nav ul {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

header nav ul li {
	float: left;
	width: 16.666%;
	height: 100%;
	text-align: center;
	transition: all 0.5s;
	line-height: 45px;
	box-sizing: border-box;
}


header nav ul li a {
	font-family: 'GmarketM';
	text-decoration: none;
	font-size: 17px;
	color: #231f20;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}

header nav ul li a:hover {
	color: #00a6e8;
	font-family: 'GmarketB';
}







header nav ul li:last-of-type {

	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	box-sizing: border-box;
	background: #efefef;
}


header nav ul li:last-of-type a {
	color: #6f6f6f;
}


header nav ul li:last-of-type a:hover {
	font-family: 'GmarketM';
	color: #000;
}


header nav ul li:last-of-type:hover {
	background-color: rgba(0, 0, 0, 0.1);
}






.hover-me:hover a,
.hover-me2:hover a,
.hover-me3:hover a,
.hover-me4:hover a {
	font-size: 0;
}

.hover-me:hover a:before {
	content: '4FLAG';
	font-size: 18px;
}

.hover-me2:hover a:before {
	content: 'HIGH EDU';
	font-size: 18px;
}

.hover-me3:hover a:before {
	content: 'HIGH TOP';
	font-size: 18px;
}

.hover-me4:hover a:before {
	content: 'HIGH SCORE';
	font-size: 18px;
}









#section0 {
	height: 95px;
	border-bottom: 1px solid #c4c4c4;
}

.sc0-wrap {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;

}

.hdlogo {
	width: 200px;
	height: 100%;
	float: left;
	background: url('img/logo-color.png') 0px 50% no-repeat;
	position: relative;
	background-size: 70%;
	top: 0px;
	float: left;
}

.menulist {
	/* width: 28%; */
	width: 20%;
	height: 100%;
	position: relative;
	float: right;
}

.sc0-wrap ul {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.sc0-wrap ul li {
	float: left;
	/* width: 33.33%; */
	width: 50%;
	height: 100%;
}


.hover1 {
	background: url("img/logo-edu.png") left 50%/70% no-repeat;
}

.hover2 {
	background: url("img/logo-top.png") 50% 50%/70% no-repeat;
}

.hover3 {
	background: url("img/logo-score.png") right 45%/73% no-repeat;
}

.hover1,
.hover2,
.hover3 {
	width: 100%;
	height: 100%;
	cursor: pointer;
}



.hover1:hover,
.hover2:hover,
.hover3:hover {
	background-size: 80%;
}



/*섹션 공통*/
#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}




/*섹션1*/
#section1 {
	height: 700px;
	background: url("img/5main.jpg") 50% 70% no-repeat;
}



#section9,
#section10 {
	padding-top: 100px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


.sec9top,
.sec9bot,
.sec10top,
.sec10bot {
	width: 100%;
	overflow: hidden;
}

.sec9top,
.sec10top {
	text-align: center;
	line-height: 36px;
	height: 120px;
}

.sec9top h1,
.sec10top h1 {
	font-family: 'GmarketB';
	font-size: 32px;
	padding: 0px 0px 10px 0px;
	color: #212121;
}

.sec9top h3,
.sec10top h3 {
	font-family: 'GmarketM';
	font-size: 20px;
	color: #838383;
	line-height: 27px;
}





/*섹션9-------------------------------------*/
#section9 {
	/*	background: #ffdd00;*/
	background: url('img/kakabg2.jpg') 50% top/cover no-repeat;

}


.sec9top h1,
.sec9top h3 {
	color: #000;
}

.sec9bot {
	width: 100%;
	max-width: 880px;
	min-width: 600px;
	height: 740px;
	margin: 0 auto;
	overflow: hidden;
}



#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 90;
}



.accordion-item {
	border-bottom: 2px solid #E0E0E0;
}

.accordion-item-active .accordion-header {
	background: #FFDE32;
	transition: .25s;
}


.accordion-item-active .accordion-header h1 {
	color: #000000;
}

.accordion-item-active .accordion-header h1 span {
	color: #000000;
}



.accordion-header {
	background: #ffffff;
	padding: 18.5px 20px;
	cursor: pointer;
	border: 2px solid #575757;
	min-height: 25px;
	transition: .25s;
	margin: 3px 0;
}

.accordion-header:hover {
	background: #FFDE32;
}

.accordion-header h1 {
	font-family: 'GmarketM';
	float: left;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	line-height: 28px;
	color: #212121;
}

.accordion-header h1 span {
	color: #00a6e8;
}

.accordion-content {
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	border-top: 2px solid #9b9b9b;
	display: none;
	padding: 20px 25px;
	color: #212121;
	background: #efefef;
	font-size: 15px;
	line-height: 1.45em;
}



.accordion-content h3 {
	color: #818181;
	font-size: 18.5px;
	padding-bottom: 10px;
	font-family: 'GmarketM';
}

.accordion-content h4 {
	color: #6f6f6f;
	font-family: 'GmarketM';
	font-size: 17px;
	padding-bottom: 2px;
	line-height: 25px;
}




.accordion-header-icon {
	float: right;
	color: #000;
	font-size: 30px;
	/* vertical-align: middle; */
	position: relative;
	top: -6px;
	left: 4px;
	font-weight: bold;
}



.accordion-header-icon.accordion-header-icon-active {
	transform: rotate(45deg) translateX(1px) translateY(-1px);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	/* 0=0, 1=90, 2=180, 3=270 */
	color: #2e2727;
}





.kakao {
	width: 100%;
	height: 94px;
	position: relative;
	top: -160px;
	/*background: url("kakao.png") 50% 50% no-repeat;*/
	z-index: 1;
}

/*섹션9끝-------------------------------------*/


/*섹션10-------------------------------------*/
#section10 {
	background-color: #eaeaea;
	padding-top: 90px;
	padding-bottom: 75px;
}

.sec10-wrap {
	color: #999999;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga"on;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cards__item {
	display: flex;
	padding: 1rem;
	box-sizing: border-box;
}

@media (min-width: 40rem) {
	.cards__item {
		width: 50%;
	}

}

@media (min-width: 40rem) {
	.card__image::before {
		padding-top: 66.6%;
		box-sizing: border-box;
	}
}

@media (min-width: 56rem) {
	.cards__item {
		width: 33.3333%;
	}

}

.card {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.card:hover .card__image {
	filter: contrast(100%);
}

.card:hover .card__title {
	color: #00a6e8;
	font-weight: bold;
}

.card:hover .card__text {
	color: #000000;
	font-weight: bold;
}

.card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1rem;
}

.card__image {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	filter: contrast(70%);
	overflow: hidden;
	position: relative;
	transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.card__image::before {
	content: "";
	display: block;
	padding-top: 56.25%;
	box-sizing: border-box;
}



.card__image--homep {
	background: url('img/pic1.jpg') 50% 50% no-repeat;
}

.card__image--commu {
	background: url('img/pic2.jpg') 50% 50% no-repeat;
}

.card__image--edu {
	background: url('img/pic3.jpg') 50% 50% no-repeat;
}


.card__title {
	color: #696969;
	font-size: 1.25rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'GmarketM';
	margin-bottom: 0.75rem;
	margin-top: 0.5rem;
	text-align: center;
}

.card__text {
	font-family: 'GmarketL';
	text-align: center;
	flex: 1 1 auto;
	font-size: 1.05rem;
	line-height: 1.3;
	margin-bottom: 0.3rem;
}





#section3 {
	height: auto;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 30px;
	height: 1900px;
	background: url('img/sec11bg2.jpg') 50% 50%/cover no-repeat;
	background-attachment: fixed;
}

.section3-wrap {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0px 0;
	overflow: hidden;
}

.section3-wrap iframe {
	width: 100%;
	max-width: 640px;
	height: 1700px;
	margin: 0 auto;
}

.section4-wrap {
	max-width: 640px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0px 0;
	overflow: hidden;
}




.price {
	width: 100%;
	height: 444px;
	margin: 0 auto;
	margin-top: 30px;
	background: url("img/5main4.png") 50% 50% no-repeat;
}




.mobile,
.mobile1,
.mobile2,
.mobile3,
.mobile4,
.mobile5,
.mobile6,
.mobile7,
.mobile8,
.mobile9,
.mobile10,
.mobile11 {
	display: none;
}









/*반응형-mob*/
@media screen and (max-width: 640px) {

	/*반응형-mob*/
	@media screen and (max-width: 640px) {

		header,
		#navbar,
		.top,
		.link-group,
		#section0 .menulist,
		#section1,
		#section2,
		#section4,
		#section5,
		#section6,
		#section7,
		#section8 {
			display: none;
		}



		/*-------------------------------------*/
		/*햄버거*/
		#wrapper {
			display: inline;
			margin-top: -36px;
		}


		body,
		html {
			max-width: 100%;
			width: 100%;
			min-width: 100%;
			height: auto;
			overflow: auto;
		}

		.hdlogo {
			position: absolute;
			height: 70px;
			background: url('img/logo-color.png') 12px 50%/70% no-repeat;
		}

		#section0 {
			height: 30px;
		}

		/*section3*/
		#section3 {
			height: 1850px;
		}

		.section3-wrap {
			padding: 10px 0 20px;
		}




		.section3-wrap iframe {
			height: 1850px;
		}


		/*	section2*/
		#section2 > h1 {
			font-size: 2.7rem;
			padding: 80px 0 20px 0;
		}

		.price {
			width: 100%;
			height: 0;
			padding-top: calc(426 / 575*100%);
			background: url("img/5main3.png") 50% 50%/90% no-repeat;
		}





		.sec9top,
		.sec9bot,
		.kakao,
		.sec10top,
		.sec10bot {
			opacity: 1;
		}

		#section9 {
			padding-top: 60px;
			height: 950px;
		}


		#section10 {
			padding-top: 60px;
			padding-bottom: 0px;
		}

		.sec10bot {
			position: relative;
			top: -40px;
			margin: 0;
			padding: 0;
		}

		.sec9top h1,
		.sec10top h1 {
			font-size: 1.5rem;
			padding: 0;
		}

		.sec9top h3,
		.sec10top h3 {
			font-size: 1rem;
		}


		.sec9bot {
			width: 85%;
			min-width: 400px;
			position: relative;
			top: -30px;
			height: 100%;
		}

		.kakao {
			height: 70px;
			top: -190px;
			background: url("img/kakao.png") 50% 50%/contain no-repeat;
		}

		.accordion-header {
			padding: 15px 12px;
		}

		.accordion-header h1 {
			font-size: 16px;
		}


		.accordion-content {
			padding: 20px 25px;
			font-size: 14px;
			line-height: em;
		}



		.accordion-content h3 {
			font-size: 17px;
			padding-bottom: 5px;
		}

		.accordion-content h4 {
			font-size: 16px;
			line-height: 22px;
		}





		/*푸터 시작*/
		footer {
			max-width: 640px;
			height: 240px;
		}

		.footer-top {
			width: 100%;
			height: 50px;
			position: relative;
			top: -35px;
		}

		.footer-top ul {
			max-width: 640px;
		}

		.footer-top ul li {
			letter-spacing: 0px;
			height: 21px;
			font-size: 12px;
			margin-top: 22px;
		}

		.footer-top ul li:first-child {
			width: 10.33%;
			padding-right: 0px;
			padding-left: 15px;
			box-sizing: border-box;
		}

		.footer-top ul li:nth-child(2) {
			padding-right: 0px;
			border-right: 0;
			width: 23%;
		}

		.footer-top ul li:nth-child(3) {
			width: 33.33%;
			padding: 0 0px;
			border-right: 0;
			text-align: center;
		}

		.footer-top ul li:nth-child(4) {
			padding: 0 0px;
			width: 33.33%;
			text-align: center;
		}

		.footer-top ul li:nth-child(5) {
			margin-top: 40px;
			width: 55px;
		}

		.footer-top ul li:nth-child(6) {
			margin-top: 40px;
			width: 55px;

		}

		.footer-top ul li:nth-child(7) {
			margin-top: 40px;
			width: 55px;

		}

		.footer-top ul li:nth-child(8) {
			margin-top: 40px;
			width: 55px;

		}



		/*푸터-보톰*/
		.footer-bottom {
			max-width: 640px;
			height: 190px;
		}

		.footer-bottom .footer-logo {
			width: 184px;
			height: 50px;
			position: relative;
			top: -25px;
			background: url('img/logo-gray.png') 10px 70%/95% no-repeat;
		}

		.footer-bottom h1,
		.footer-bottom h2 {
			text-align: center;
			position: relative;
			top: -30px;
		}

		.mobile,
		.mobile1,
		.mobile2,
		.mobile3,
		.mobile4,
		.mobile5,
		.mobile6,
		.mobile7,
		.mobile8,
		.mobile9,
		.mobile10,
		.mobile11 {
			display: block;
		}




		.mobile {
			width: 100%;
			height: 0;
			position: relative;
			top: 65px;
			padding-top: calc(1895 / 1024*100%);
			background: url("img/5main-mobile.jpg") 50% 50%/cover no-repeat;
		}





	}
