@charset "utf-8";


#lat-wrap {
	position: relative;
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
	color: #333;
	letter-spacing:	-1px;
	font-size: 62.5%;
}

/*empty*/
.margin40 {
	clear: both;
	padding-top: 40px;
}

.margin30 {
	clear: both;
	padding-top: 30px;
}

.margin20 {
	clear: both;
	padding-top: 20px;
}

@media(max-width:1279px){
	.margin40 {
		clear: both;
		padding-top: 20px;
	}
	
	.margin30 {
		clear: both;
		padding-top: 15px;
	}

	.margin30 {
		clear: both;
		padding-top: 10px;
	}
}

/*weight*/

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

/*color*/

.font-white	{
	color: #fff;
}

.font-yellow1 {
	color: #FFE55B;
}

.font-yellow2 {
	color: #FCFF5B;
}

.font-blue {
	color: #31A5FF;
}

.font-purple {
	color: #C1ADFF;
}


/*layout*/

.lat-container1	{
	position: relative;
	width: 100%;
	background:	#31A5FF;
}

.lat-container2	{
	position: relative;
	width: 100%;
	background:	#ffffff;
}

.lat-container3	{
	position: relative;
	width: 100%;
	background:	#FFA3A3;
}

.lat-container4	{
	position: relative;
	width: 100%;
	background:	#fafafa;
}

.lat-container5	{
	position: relative;
	width: 100%;
	background:	#C1ADFF;
}

.sec {
	display: flex;
	align-items: center;
	padding: 0 40px;
	box-sizing:	border-box;
	margin:	0 auto;
	width: 1280px;
	font-size: 2.6rem;
}

.sec>div {
	display: flex;
	flex-direction:	column;	   
	width: 50%;
}

.sec>div.guide,
.sec>div.flow {
	display: flex;
	padding: 10rem 0 5rem 0;
	flex-direction:	column;
	width: 100%;
	text-align:	center;
}

.sec .left {
	padding: 40px 0;
	text-align:	left;
}

.sec .right	{
	overflow: hidden;
	text-align:	center;
}

.sec .right	img	{
	width: 50vw;
}

.btnarea {
	padding-bottom:	10rem;
	width: 100%;
	text-align:	center;
}

@media(max-width:1279px){
	html,
	body {
		font-size: 60%;
		-webkit-font-smoothing:	antialiased;
		-moz-osx-font-smoothing: auto;
	}

	.sec {
		flex-direction:	column;
		width: 100%;
	}
	
	.sec>div {
		width: 100%;
	}

	.sec .right	img	{
		width: 80vw;
	}
}

@media(max-width:720px){
	html,
	body {
		font-size: 40%;
		-webkit-font-smoothing:	antialiased;
		-moz-osx-font-smoothing: auto;
	}

	.sec {
		padding: 0 20px;
	}
	
	.sec>div {
		width: 100%;
	}

	.sec .right	img	{
		width: 100vw;
	}
}

/*section*/

.lat-container1	.sec .left h1,
.lat-container1	.sec .left h2,
.lat-container2	.sec .left h1,
.lat-container2	.sec .left h2,
.lat-container3	.sec .left h1,
.lat-container3	.sec .left h2,
.lat-container4	.sec .left h1,
.lat-container4	.sec .left h2,
.lat-container5	.sec .guide	h1 {
	display: block;
	width: 100%;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
}

.lat-container1	.sec .left h1 {
	font-size: 8rem;
	line-height: 8rem;
	letter-spacing:	-0.6rem;
	transform: skew(-0.1deg); /*웹폰트 깨짐 방지*/
}

.lat-container1	.sec .left h2 {
	font-size: 4rem;
	line-height: 4rem;
	letter-spacing:	-0.3rem;
}

.lat-container2	.sec .left h1,
.lat-container3	.sec .left h1,
.lat-container4	.sec .left h1 {
	font-size: 7rem;
	line-height: 9rem;
	letter-spacing:	-0.6rem;
	word-break:	keep-all;
}

.lat-container2	.sec .left h2,
.lat-container3	.sec .left h2,
.lat-container4	.sec .left h2 {
	font-size: 2.9rem;
	line-height: 4rem;
	letter-spacing:	-0.3rem;
	word-break:	keep-all;
}

.lat-container1	.sec button,
.lat-container2	.btnarea button	{
	padding-left: 3rem;
	background:	url("/edu/skin/default/content/images/leveltest/icn_btn.png"),	#FFE55B;
	background-position: center	right 3rem,	center center;
	background-repeat: no-repeat;
	background-size: 8%;
	width: 45rem;
	height:	8rem;
	border:	1px	solid transparent;
	border-radius: 8rem;
	text-align:	left;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 3rem;
	line-height: 3rem;
	color: #333;
	letter-spacing:	-2px;
}

.lat-container5	.sec .guide	h1 {
	font-size: 6rem;
	line-height: 8rem;
	letter-spacing:	-0.6rem;
	word-break:	keep-all;
}

.lat-container5	.sec .guide	p {
	font-size: 2.5rem;
	line-height: 3.8rem;
	word-break:	keep-all;
}

.lat-container5	.img-box {
	position: relative;
	padding-top: 5rem;
	height:	auto;
}

.lat-container5	.img-box .lv1 {
	display: flex;
	flex-direction:	row;
	align-items: center;
	flex-wrap: wrap;
	left: 0;
	top: 0;
	width: 95%;
	height:	350px;
	border:	2px	solid #fff;
	border-radius: 175px;
}

.lat-container5	.img-box .lv1>div,
.lat-container5	.img-box .lv2>div,
.lat-container5	.img-box .lv3>div {
	flex: 1	50%;
}

.lat-container5	.img-box .lv1>div.left-img {
	height:	100%;
	background:	url("/edu/skin/default/content/images/leveltest/right-img06.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.lat-container5	.img-box .lv1>div.right-txt,
.lat-container5	.img-box .lv3>div.right-txt	{
	padding-right: 50px;
	text-align:	left;
}

.lat-container5	.img-box .right-txt	.title {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 3rem;
	color: #fff;
	transform :	rotate(0.04deg);
}

.lat-container5	.img-box .right-txt	.sub {
	padding-top: 3rem;
	color: #fff;
	font-weight: 500;
}

.lat-container5	.img-box .lv2 {
	display: flex;
	flex-direction:	row;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
	height:	350px;
	background:	#fff;
	border:	2px	solid transparent;
	border-radius: 175px;
	transform: translate(5%, -40px);
}

.lat-container5	.img-box .lv2>div.right-img	{
	height:	100%;
	background:	url("/edu/skin/default/content/images/leveltest/right-img07.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.lat-container5	.img-box .lv2>div.left-txt {
	padding-left: 50px;
	text-align:	right;
}

.lat-container5	.img-box .left-txt .title {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 3rem;
	color: #333;
	transform :	rotate(0.04deg);
}

.lat-container5	.img-box .left-txt .sub	{
	padding-top: 3rem;
	color: #333;
	font-weight: 500;
}

.lat-container5	.img-box .lv3 {
	display: flex;
	flex-direction:	row;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
	height:	350px;
	background-color: #C1ADFF;
	border:	2px	solid #fff;
	border-radius: 175px;
	transform: translateY(-80px);
}

.lat-container5	.img-box .lv3>div.left-img {
	height:	100%;
	background:	url("/edu/skin/default/content/images/leveltest/right-img08.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 60px center;
}

.flow img {
	display: block;
	margin:	0 auto;
	max-width: 75%;
	height:	auto;
}


@media(max-width:720px){
	.lat-container5	.img-box .lv1,
	.lat-container5	.img-box .lv2,
	.lat-container5	.img-box .lv3 {
		width: 100%;
		padding: 5rem 0;
		height:	400px;
		border-radius: 50px;
	}

	.lat-container5	.img-box .lv2 {
		transform: translate(0,	-20px);
	}

	.lat-container5	.img-box .lv3 {
		transform: translate(0,	-40px);
	}

	.lat-container5	.img-box .lv1>div,
	.lat-container5	.img-box .lv2>div,
	.lat-container5	.img-box .lv3>div {
		flex: 1	100%;
	}

	.lat-container5	.img-box .lv1>div.left-img,
	.lat-container5	.img-box .lv3>div.left-img {
		height:	50%;
		background-position: center	bottom;
	}

	.lat-container5	.img-box .lv1>div.right-txt,
	.lat-container5	.img-box .lv3>div.right-txt	{
		padding: 4rem;
		text-align:	left;
	}
	
	.lat-container5	.img-box .lv2>div.right-img	{
		height:	50%;
		order: 1;
		background-position: center	bottom;
	}

	.lat-container5	.img-box .lv2>div.left-txt {
		order: 2;
		padding: 4rem;
		text-align:	left;
	}

	.flow img {
		max-width: 100%;
	}

	.m-hide	{
		display: none;
	}
}

/*table*/

.tablewrap {
	padding: 5rem 0	10rem 0;
	width: 1200px;
	margin:	0 auto;
}

.tablewrap table {
	table-layout: fixed;
	word-wrap: break-word;
	border-collapse: separate;
	border-spacing:	0 5px;
	width: 1200px;
}

.tablewrap table .col {
	width: 130px;
}

.tablewrap table .col2 {
	width: 405px;
}

.tablewrap table thead {
	background:	#31A5FF;
	text-align:	center;
}

.tablewrap table th	{
	padding: 1.5rem	0;
	border-right: 1px solid	#80C7FF;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 1.8rem;
	transform :	rotate(0.04deg);
	color: #fff;
	white-space: nowrap;
	word-break:	keep-all;
}

.tablewrap table th:first-child	{
	border-radius: 10px	0 0	10px;
}

.tablewrap table th:last-child {
	border-radius: 0 10px 10px 0;
	border-right: none;
}

.tablewrap table tbody tr:nth-child(1) {
	background-color: #eff5fa;
}

.tablewrap table tbody tr:nth-child(2) {
	background-color: #e6f1fa;
}

.tablewrap table tbody tr:nth-child(3) {
	background-color: #dceefb;
}

.tablewrap table tbody tr:nth-child(4) {
	background-color: #d2e9fb;
}

.tablewrap table tbody tr:nth-child(5) {
	background-color: #c7e4fb;
}

.tablewrap table tbody td {
	padding: 50px 0;
	white-space: wrap;
	overflow: hidden;
	word-break:	keep-all;
	vertical-align:	middle;
	border-right: 1px solid	#fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.tablewrap table tbody td:first-child {
	border-radius: 30px	0 0	30px;
}

.tablewrap table tbody td:last-child {
	border-radius: 0 30px 30px 0;
}
.tablewrap table tbody td:nth-child(1),
.tablewrap table tbody td:nth-child(2),
.tablewrap table tbody td:nth-child(3) {
	color: #31A5FF;
	font-weight: 700;
}
.tablewrap table tbody td:nth-child(4),
.tablewrap table tbody td:nth-child(5) {
	padding: 0 30px;
	text-align:	left;
}

@media(max-width:1279px){
	.tablewrap {
		width: 90%;
		overflow-x:	auto;
	}

	.tablewrap table th	{
		font-size: 2.5rem;
	}

	.tablewrap table tbody td {
		padding: 30px 0;
		font-size: 2.5rem;
		line-height: 4rem;
	}	 
}