@charset "UTF-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/*추가*/
.fp-section.fp-table{display: block !important;}

.fp-tableCell{display: block !important; height: auto !important;}
/* #fp-nav ul li{width: 60px !important; height: 60px !important; border-radius: 50%; text-align: center;}
#fp-nav ul li a.active{border-radius: 50%; background-color: #fff;}
#fp-nav ul li:nth-of-type(5) a.active{border-radius: 50%; background-color: #3c3c3c;}
#fp-nav ul li:nth-of-type(1) a.active p{color: #377fff; font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(2) a.active p{color: #ffd861; font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(3) a.active p{color: #56bad4; font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(4) a.active p{color: #eacccc; font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(5) a.active p{color: #eeeeee; font-weight: 900 !important;}

#fp-nav ul li:nth-of-type(2) a.active:before{border-radius: 50%; background-color: #fff;  font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(3) a.active:before{border-radius: 50%; background-color: #fff;  font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(4) a.active:before{border-radius: 50%; background-color: #fff;  font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(5) a.active:before{border-radius: 50%; background-color: #3c3c3c;  font-weight: 900 !important;}
#fp-nav ul li:nth-of-type(6){display: none;}

#fp-nav ul li a span{display: none;}
#fp-nav ul.active a:before {color:#3c3c3c !important;}
#fp-nav ul li p{font-size: 25px; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); color: #fff; font-weight: 900 !important;} */
.color{color: red !important;}
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'NanumSquare', sans-serif;
	font-weight: 500;
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: top;
}

ul {
    list-style: none;
}
em {
	font-style: normal;
}

input,
select,
button {
    vertical-align: middle;
}

label, button {
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}

.c-section.action .c-inner {
	opacity: 1;
	bottom: 0;
}
.c-section .c-inner {
	opacity: 0;
	position: relative;
   -webkit-transition: all .6s;
   -ms-transition: all .6s;
   transition: all .6s;
   bottom: -100px;
}

.mobile, .tablet { display: none; }

.c-drawer_trigger {
	display: none;
}

.c-quick {
	position: fixed;
	top: 50%;
	right: 43px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	display: none;
}
.c-quick a {
	display: block;
	width: 59px;
	height: 59px;
	-webkit-border-radius: 59px;
	border-radius: 59px;
	color: #fff;
	font-size: 25px;
	line-height: 59px;
	text-align: center;
	font-weight: 900;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-quick li.active a {
	background-color: #fff;
}
.c-quick.black li a {
	color: #808080;
}
.c-quick.black li.active a {
	background-color: #3c3c3c;
}
.c-quick li:nth-child(1).active a {
	color: #377fff;
}
.c-quick li:nth-child(2).active a {
	color: #ffd861;
}
.c-quick li:nth-child(3).active a {
	color: #56bad4;
}
.c-quick li:nth-child(4).active  a{
	color: #eacccc;
}
.c-quick li:nth-child(5).active a {
	color: #eeeeee;
}

.c-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #FFF8ED;
	font-size: 0;
	z-index: 50;
}
.c-h1  {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.c-logo {
	display: block;
	width: 253px;
	height: 100%;
	background: url('../images/c_logo_2024.png') no-repeat center center;
}
.c-gnb {
	position: absolute;
	top: 50%;
	right: -142px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.c-gnb ul {
	font-size: 0;
	text-align: right;
}
.c-gnb li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.c-gnb li + li {
	margin-left: 95px;
}
.c-gnb li + li:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: -47px;
	width: 5px;
	height: 43px;
	background-color: #e5e4e5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-gnb li a {
	display: block;
}

.c-inner {
	position: relative;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.c-heading {
	margin-bottom: 15px;
	text-align: center;
}
.c-heading.large {
	margin-bottom: 25px;
}
.c-txt {
	margin-bottom: 25px;
	text-align: center;
}
.c-image {
	font-size: 0;
	text-align: center;
}

.c-section {
	position: relative;
	min-height: 100vh;
	height: 100%;
	padding: 120px 0 60px;
}
/* #section-1 {
	padding: 0;
}
#section-1:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #fff8ed;
	z-index: 5;
}
#section-1:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff8ed;
	z-index: 5;
} */
#section-1 {
	background-color: #fff8ed;
}
#section-1:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/img/bg_1_2024.png') no-repeat center bottom;
}
#section-2 {
	background-color: #fff;
}
#section-2:before {
	/* content: " ";
	display: block;
	position: absolute;
	left: 148px;
	bottom: 0;
	width: 1132px;
	height: 303px;
	background: url('../images/section-2.png') no-repeat; */

	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/img/bg_2_2024.png') no-repeat center bottom;
}
#section-3 {
	background-color: #f2e3d7;
}
#section-3:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/img/bg_3_2024.png') no-repeat center bottom;
}
#section-4 {
	background-color: #ef7f98;
}
#section-4:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('/assets/img/bg_4_2024.png') no-repeat center bottom;
}
#section-5 {
	background-color: #eee ;
}
#section-5:before {
	content: " ";
	display: block;
	position: absolute;
	right: 236px;
	bottom: 0;
	width: 743px;
	height: 321px;
	background: url('../images/section-5.png') no-repeat center bottom;
}

.c-visual {
	position: relative;
	width: 100%;
	min-height: 100vh;
	z-index: 10;
	/* background: url('../images/c-visual.png') no-repeat center center; */
	/* background: url('/assets/img/bg_1.png') no-repeat center center; */
	background-size: auto 100%;
}
.c-visual img {
	display: none;
}
.c-sns {
	margin-top: 50px;
	font-size: 22px;
	text-align: left;
	max-width: 950px;
	margin: 25px auto;
	line-height: 32px;
}
.c-sns > a {
	display: inline-block;
	width: 47px;
	height: 47px;
	-webkit-border-radius: 47px;
	border-radius: 47px;
	background-color: #000 !important;
	font-size: 0;
	vertical-align: middle;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2
}
.c-sns > a.c-sns-1 {
	background: url('../images/c-sns-1.png') no-repeat center center;
}
.c-sns > div > a.c-sns-2 {
	/* background: url('../images/c-sns-2.png') no-repeat center center; */
	padding: 1rem;
	background-color: #e6324f;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
}
.c-sns > div > a.c-sns-3 {
	/* background: url('../images/c-sns-2.png') no-repeat center center; */
	padding: 1rem;
	background-color: #ea6f89;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
}
/* .c-sns > a.c-sns-3 {
	background: url('../images/c-sns-3.png') no-repeat center center;
}
*/
/* .c-sns > div > a.c-sns-4 {
	background: url('../images/c-sns-4.png') no-repeat center center;
} */
/*
.c-sns > a.c-sns-5 {
	background: url('../images/c-sns-5.png') no-repeat center center;
} */
.c-sns > a + a {
	margin-left: 6px;
}


.c-sns2 {
	font-size: 22px;
	text-align: left;
	max-width: 1070px;
	margin: 2rem auto;
	line-height: 32px;
}
.c-sns2 > a {
	display: inline-block;
	width: 47px;
	height: 47px;
	-webkit-border-radius: 47px;
	border-radius: 47px;
	background-color: #000 !important;
	font-size: 0;
	vertical-align: middle;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2
}

.c-sns2 > div > a.c-sns-4 {
	padding: 1rem 1rem;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
	border: 1px solid #fff;
	font-weight: 600;
}


.c-sns2 > div > a.c-sns-4:hover {
	color: #e6324f;
	border: 1px solid #e6324f;
	background-color: #fff;
	font-weight: 600;
}

.btn_elearning {
	text-align: left;
	padding-top: 0.5rem;
}

.c-sns .txt-primary {
	color: #ea6f89;
	font-weight: 700;
}
.c-thumb {
	margin-top: 20px;
	margin-bottom: 20px;
}

.c-thumb-text{
	margin-top: 15px;
	text-align: center;
}

.c-thumb-text > span {
	color: #fff;
	font-weight: 600;
	font-size: 17px;
}

.c-thumb ul {
	font-size: 0;
	text-align: center;
}
.c-thumb ul li {
	display: inline-block;
	vertical-align: middle;
}
.c-thumb ul li + li {
	margin-left: 14px;
}
.c-thumb ul li a {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	width: 100px;
}
/* .c-thumb ul li a span {
	display: table-cell;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 119px;
	border-radius: 119px;
	background-color: #fff;
	color: #56bad4;
	font-size: 20px;
	font-weight: 900;
	vertical-align: middle;
} */

/* .c-thumb ul li a span {
    display: table-cell;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 119px;
    border-radius: 119px;
    background-color: #fff;
    color: #56bad4;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding: 25px 11px 11px 11px;
} */

.c-thumb ul li a span {
    display: table-cell;
    width: 230px;
    height: 80px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
	line-height: 24px;
}
#p3_span1 { padding: 10px 10px 10px 10px; }
#p3_span2 { padding: 10px 10px 10px 10px; }
#p3_span3 { padding: 10px 10px 10px 10px; }
#p3_span4 { padding: 10px 10px 10px 10px; }
#p3_span5 { padding: 10px 10px 10px 10px; }
#p3_span6 { padding: 10px 10px 10px 10px; }
#p3_span7 { padding: 10px 10px 10px 10px; }
#p3_span8 { padding: 10px 10px 10px 10px; }

.c-thumb ul li a span:hover {
    background-color: #f34563;
    color: #fff;
}
.c-thumb ul li a span.on {
    background-color: #f34563;
    color: #fff;
}
.c-box {
	padding-top: 10px;
}
.c-box + .c-box {
	padding-top: 0;
}
.c-sheading {
	width: 411px;
	height: 73px;
	margin-bottom: 20px;
	background: url('../images/c-sheading.png') no-repeat;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 62px;
}
.c-list ul {
	margin: 0 -10px;
	font-size: 0;
	text-align: center;
}
.c-list ul li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}
.c-list ul li a {
	display: block;
}
.c-list_image img {
	width: 100%;
}
#section-4 .c-list_image img {
	max-width: 248px;
}
.c-list_subject {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	padding: 20px 0;
	color: #444;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.c-footer {
	padding: 35px 0 90px;
	background-color: #2d2d2d;
	font-size: 0;
	/* text-align: center; */
	position: relative;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.c-footer > img {
	float: left;
}

.c-video {
	position: relative;
	max-width: 800px;
	height: 450px;
	margin: 0 auto;
	text-align: center;
}
.c-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#fp-nav {
	display: none;
}
.footer_text {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #888;
	float: right
}

/* @media (max-width: 1700px) {
	.c-gnb {
		right: 0;
	}
} */

@media (max-width: 1500px) {

	#fp-nav {
		display: none;
	}
	.fp-section.fp-table, .fp-slide.fp-table{height: auto !important;}
	.tablet { display: block !important; }

	.c-quick {
		display: none;
	}

	.c-wrap {
		padding-top: 80px;
	}

	.c-section {
		overflow: hidden;
		min-height: auto;
		padding: 50px 0;
	}
	.c-inner {
		padding: 0 30px;
	}

	.c-header {
		height: 80px;
	}
	/* .c-logo {
		width: 110px;
		background-size: 110px auto;
	} */
	.c-gnb {
		right: 30px;
	}
	/* .c-gnb li:nth-child(1) img {
		height: 40px;
	}
	.c-gnb li:nth-child(2) img {
		height: 35px;
	} */
	.c-gnb li:nth-child(3) img {
		height: 20px;
	}
	.c-gnb li + li {
		margin-left: 40px;
	}
	.c-gnb li + li:before {
		left: -18px;
		width: 3px;
		height: 20px;
	}
	.c-sheading {
		margin: 0 auto 35px;
	}
	/* .c-visual {
		background: none;
		min-height: auto;
	} */

	.c-footer {
		padding: 25px 0 50px;
	}

	.c-video {
		max-width: 650px;
		height: 365px;
	}
}

@media (max-width: 720px) {
	#section-3 .c-heading{margin-top: 10px;}
	#fp-nav{display: none;}
	.fp-tableCell{display: table-cell;}
	/* .pc, .tablet { display: none !important; } */
	.mobile { display: block !important; }

	.c-drawer_trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 15px;
		width: 30px;
		height: 100%;
		padding: 21px 0;
	}
	.c-drawer_trigger span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #f34563;
	}
	.c-drawer_trigger span + span {
		margin-top: 5px;
	}

	.c-wrap {
		padding-top: 0;
	}

	.c-inner {
		padding: 0 15px;
	}
	.c-section {
		padding: 30px 0;
	}
	.c-visual {
		min-height: 70vh;
	}

	#section-1 {
		background-color: #fff;
	}
	#section-1:before {
		content: " ";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url('') no-repeat center bottom;
	}

	#section-4::before {
		content: " ";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url('/images/c-visual--m-4.png') no-repeat center bottom;
		background-size: contain;
	}
	.c-sns2 {
		font-size: 22px;
		text-align: left;
		max-width: 1070px;
		margin: 18rem auto;
		line-height: 32px;
	}

	.c-sns > div > a.c-sns-2 {
		font-size: 1rem;
	}
	.c-sns > div > a.c-sns-3 {
		font-size: 1rem;
	}

	.btn_elearning {
		text-align: center;
		padding-top: 0.5rem;
	}

	.c-header {
		height: 61px;
	}
	.c-logo {
		width: 150px;
		background-size: 150px auto;
	}

	.is-drawer-open,
	.is-drawer-open body {
		height: 100%;
		overflow-y: hidden;
	}
	.c-gnb {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height:100%;
		min-height: 100vh;
		background-color: rgba(0,0,0,0.5);
		-webkit-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 100;
	}
	.c-gnb.active {
		opacity: 1;
		visibility: visible;
	}
	.c-gnb ul {
		display: block;
		position: absolute;
		top: 0;
		right: -30%;
		width: 300px;
		height: 100%;
		padding-top: 63px;
		text-align: left;
		background-color: #fff;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}
	.c-gnb.active ul {
		right: 0;
	}
	.c-gnb li:first-child {
		border-top: 1px solid #e5e4e5;
	}
	.c-gnb li {
		display: block;
		border-bottom: 1px solid #e5e4e5;
	}
	.c-gnb li + li {
		margin-left: 0;
	}
	.c-gnb li + li:before {
		display: none;
	}
	.c-gnb li a {
		height: 55px;
		padding: 0 20px;
	}
	.c-gnb li:nth-child(1) img,
	.c-gnb li:nth-child(2) img,
	.c-gnb li:nth-child(3) img {
		width: 24%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.c-gnb li:nth-child(2) img {
		width: 42%;
	}
	.c-gnb li:nth-child(3) img {
		width: 50%;
	}

	.c-visual img {
		display: block;
	}
	.c-heading {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.c-heading img {
		max-width: 50%;
	}
	#section-4 .c-heading img,
	#section-5 .c-heading img {
		margin-top: 30px;
		max-width: 40%;
	}
	.c-txt {
		margin-bottom: 15px;
	}
	.c-txt img {
		width: 50%;
		margin: 0 auto;
	}

	.c-sns {
		margin-top: 20px;
	}
	.c-sns > a {
		width: 37px;
		height: 37px;
		-webkit-border-radius: 37px;
		border-radius: 37px;
		background-size: 20px auto !important;
	}
	.c-thumb {
		margin-top: 15px;
	}
	.c-thumb ul:before,
	.c-thumb ul:after {content: " ";display: table;}
	.c-thumb ul:after {clear: both;}
	.c-thumb ul li {
		float: left;
		width: 25%;
	}
	.c-thumb ul li a {
		height: 120px;
	}

	.c-thumb ul li + li {
		margin-left: 0;
	}
	.c-thumb ul li:nth-child(4) ~ li {
		margin-top: 7px;
	}
	.c-thumb ul li a {
		width: 22vw;
		margin: 0 auto;
	}
	/* .c-thumb ul li a span {
		width: 22vw;
		height: 22vw;
		border-radius: 22vw;
		font-size: 3.5vw;
	} */
	.c-thumb ul li a span {
		width: 17vw;
		height: 20vw;
		border-radius: 2vw;
		font-size: 3vw;
		padding: 12px 6px 11px 7px;
		word-break: keep-all;
	}
	.c-thumb-text > span {
		font-size: 3vw;
	}
	#p3_span1 { padding: 10px 10px 10px 10px; }
	#p3_span2 { padding: 10px 10px 10px 10px; }
	#p3_span3 { padding: 10px 10px 10px 10px; }
	#p3_span4 { padding: 10px 10px 10px 10px; }
	#p3_span5 { padding: 10px 10px 10px 10px; }
	#p3_span6 { padding: 10px 10px 10px 10px; }
	#p3_span7 { padding: 10px 10px 10px 10px; }
	#p3_span8 { padding: 10px 10px 10px 10px; }
	.c-sheading {
		width: 300px;
		margin: 0 auto 15px;
		height: 40px;
		border-radius: 50px;
		background: #ff4b6c;
		border: 2px solid #000;
		font-size: 17px;
		line-height: 38px;
	}
	.c-list_subject {
		padding: 15px 0;
		font-size: 15px;
	}
	.c-list ul li {
		display: block;
		width: 100%;
	}
	.c-list_image img,
	#section-4 .c-list_image img {
		max-width: 500px;
	}

	.c-footer {
		padding: 15px 0 20px;
		height: 130px;
		text-align: center;
	}
	.c-footer img {
		width: 120px;
	}

	.c-video {
		height: auto;
		padding-bottom: 0vw;
	}

	.c-sns {
		font-size: 18px;
		text-align: left;
		line-height: 28px;
	}

	.c-footer > img {
		float: none;
	}
	.footer_text {
		font-size: 0.7rem;
		padding-top: 1rem;
		color: #666;
		line-height: 1rem;
		float: none;
	}

	#c-gnb-4 {
		height: 50px;
		padding-top: 10px;
	}
}