@charset "euc-kr";
@import url('/comm/css/base.css');
@import url('/comm/css/comm.css');

/* 
	main.css
------------------------------------------------------ */
main { 
	/* padding: 6rem 0 0; */
	text-align: center;
}


/* -------- common -------- */
section { 
	width: 92%;
}
h2 { 
	line-height: 1.5;
	font-size: 3.7rem; 
	font-weight: 800;
	letter-spacing: -2.5px;
	word-spacing: -2px;
}
h2 small { 
	display: block;
	font-size: 0.625em; 
	letter-spacing: -1px;
	word-spacing: -1px;
}
h4 { 
	margin-top: 2rem;
	line-height: 1.7;
	font-size: 1.6rem; 
	font-weight: 400;
}
h3 { 
	margin: 0 0 1.6rem;
	padding: 0 5%;
	font-size: 1.8rem; 
	font-weight: 700;
	color: #191b27;
}
h5 { 
	margin: 0 0 1.2rem;
	font-size: 1.4rem; 
	font-weight: 700;
}


/* -------- ¸ÞÀÎ¹è³Ê -------- */
.visual { 
	padding: 0 0 2.4rem;
	background: url('/images/main/bg_mainbn.png') repeat-x 0 0;
	background-size: contain;
}
.visual li img { 
	margin: auto;
	height: auto; 
}


/* -------- ¾ðÁ¦¾îµð¼­³ª -------- */
.whenever { 
	position: relative;
	padding: 10rem 0 7.2rem;
	color: #fff;
}
.whenever_bg { 
	background-image: url('/images/main/bg_whenever.png');
	background-position: center 61% !important;
}

/* 2020-10-23 Ãß°¡ */
.whenever figure { 
	display: flex;
	justify-content: space-evenly;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.whenever figure>p { 
	position: relative; left: -1.2rem; 
}
.whenever figure>p img { 
	width: 93%;
}
.whenever h4 u { 
	font-weight: 700;
	color: #ffff56;
}

/* ¼ö°­»ý ÇÊµ¶»çÇ× ¹öÆ° */
.whenever .btn_readme { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute; left: 50%; bottom: -2.4rem;
	padding: 0 2rem;
	width: 92%; height: 5.4rem;
	font-size: 1.6rem;
	color: #656565;
	background: #ffd632;
	border-radius: 4px;
	transform: translateX(-50%);
}
.whenever .btn_readme em { 
	font-weight: 600; 
}

/* ¼ö°­½ÅÃ»&³ªÀÇ°­ÀÇ½Ç ¹öÆ° */
.btn_inb { 
	display: flex;
	position: absolute; top: 0;
	padding: 0 4%;
}
.btn_inb a { 
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 1.4rem 0 8px;
	height: 5.6rem;
	background: #fff;
	border-radius: 3rem;
	box-shadow: 0 0.12rem 0 rgba(0,0,0,0.15);
	word-break: keep-all;
}
.btn_inb a span { 
	margin: 0 6px 0 0; 
}

/* ¼ö°­½ÅÃ» ¹öÆ° */
.btn_inb .btn_class { 
	font-size: 1.8rem;
	font-weight: 700;
	color: #4a64f5; 
	-webkit-animation: twk 1.5s infinite ease-in-out;
	animation: twk 1.5s infinite ease-in-out;
}
@keyframes twk {
	0 { color: #4a64f5; }
	50% { color: #4dd0e1; }
}
/* 2020-09-07 Ãß°¡ */
.btn_inb .btn_class:before { 
	content: "¹«·á";
	display: flex;
	clear: both;
	justify-content: center;
	align-items: center;
	position: absolute; right: 2.8rem; top: -3.1rem;
	width: 4.22rem; height: 2.37rem;
	font-size: 1.27rem;
	color: #0043ca !important;
	background: #ffff56;
	border-radius: 2rem;
	/* text-shadow: 0 0.08rem 0 rgba(255,255,255,0.5); */
	/* box-shadow: 0 0.08rem 2px rgba(0,0,0,0.15); */
	z-index: 1;
}
.btn_inb .btn_class:after { 
	content: "";
	display: block;
	clear: both;
	position: absolute; right: 4.27rem; top: -1rem;
	width: 0; height: 0;
	border-left: 0.6rem solid transparent;
	border-right: 0.6rem solid transparent;
	border-top: 0.6rem solid #ffff56;
	z-index: 1;
}

/* ¼ö°­½ÅÃ» - ¾Ö´Ï¸ÞÀÌ¼Ç */
.btn_class>span { 
	position: relative;
	display: block;
	width: 7rem; height: 4rem;
	background: #f2f4ff; 
	border-radius: 2rem;
}
.btn_class .inner_icon { 
	position: absolute; left: 50%; bottom: 0;
	display: block;
	width: 100%; height: 61px;
	background: url('/images/main/inner_icon.png') no-repeat center bottom;
	background-size: contain;
	transform: translateX(-50%);
	z-index: 61;
}
.btn_class .inner_mov { 
	position: relative;
	display: block; 
	z-index: 60;
}
.btn_class .inner_mov img {
	position: absolute;
	animation: pingpong 1s infinite ease-in-out;
}
@keyframes pingpong { 
	0% { transform: translateY(0); }
	50% { transform: translateY(-36px); }
	100% { transform: translateY(0); }
}
.btn_class .inner_mov img:nth-child(1) {
	left: 2px;
	width: 32%;
	animation-delay: 0.15s;
	z-index: 6;
}
.btn_class .inner_mov img:nth-child(2) {
	left: 8px;
	width: 60%;
	animation-delay: 0.3s;
}
.btn_class .inner_mov img:nth-child(3) {
	left: 51px;
	width: 30%;
	animation-delay: 0.45s;
}

/* ³ªÀÇ°­ÀÇ½Ç ¹öÆ° */
.btn_inb .btn_myclass { 
	margin: 0 0 0 8px;
	padding-left: 1.2rem;
	font-size: 1.7rem;
	font-weight: 600;
	color: #40424e;
}
.btn_myclass .icon { 
	width: 24px; height: 24px;
	background-image: url('/images/comm/icon.png');
	background-position: 0 -264px;
}


/* -------- °úÁ¤Ä«Å×°í¸® -------- */
.lec_cate { 
	padding: 4.8rem 0 3.2rem; 
	background: #ebeef3; 
}
.lec_cate ul { 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lec_cate li { 
	flex-basis: 48.8%; 
	margin: 1rem 0 0;
}
.lec_cate li:nth-child(1),
.lec_cate li:nth-child(2) { 
	margin: 0; 
}
.lec_cate li a { 
	display: flex;
	align-items: center;
	padding: 0 0 0 1.6rem;
	height: 6rem;
	font-size: 1.5rem;
	font-weight: 600;
	background: #fff;
	border-radius: 4px;
	letter-spacing: -1.5px;
	box-shadow: 0 0.12rem 0 #d9dbe0;
}
.lec_cate li a.all { 
	justify-content: space-between;
	padding: 0 1.5rem 0 1.8rem;
	font-weight: 600;
	color: #656565;
	background: #ffd632;
	box-shadow: none;
}
.lec_cate li .icon { 
	margin: 0 4px 0 0;
	width: 32px; height: 32px;
	background-image: url('/images/comm/icon.png');
	background-position: -2px 0;
}
.lec_cate li:nth-child(2) .icon { background-position: -2px -32px; }
.lec_cate li:nth-child(3) .icon { background-position: -2px -64px; }
.lec_cate li:nth-child(4) .icon { background-position: -2px -96px; }
.lec_cate li:nth-child(5) .icon { background-position: -2px -128px; }
.lec_cate li:nth-child(6) .icon { background-position: -2px -160px; }
.lec_cate li:nth-child(7) .icon { background-position: -2px -192px; }

/* 2023-07-05 Ãß°¡ */
.lec_cate li a.kedu {
	justify-content: space-between;
	padding: 0 1.5rem 0 1.8rem;
	color: #fff;
	background: #4a64f5; 
}

/* -------- ÀÌº¥Æ® ¹è³Ê -------- */
.event_banner { 
	background: #ebeef3;
}
.event_banner li img { 
	margin: auto;
	height: auto; 
}
.event_banner .bx-wrapper .bx-pager{
	text-align: center;
	right: unset;

	bottom: 1rem;
}


/* ÀÚ°ÝÁõ È°¿ë ¹æ¹ý */
.license_use { 
	padding:3.5rem 0 1rem;
	background: #f0f1f5 url('/images/emart/license_use_bg.png') no-repeat center top;
}
.license_use section { 
	/* height: 915px; */
}
.license_use h3 { 
	margin: 0 0 70px;
	height: 36px;
	background: url('/images/emart/license_use_title.png') no-repeat center top;
}
.license_use .use_tab {
	margin-top: 3rem;
}
.license_use .use_tab li { 
	float: left;
	position: relative;
	width: 50%; height: 5rem;
	line-height: 5rem;
	font-size: 1.7rem;
	font-weight: 500;
	color: #9e9e9e;
	background: #484848;
	letter-spacing: -.15rem;
	text-align: center; 
	cursor: pointer;
}
.license_use .use_tab li b { 
	font-weight: 500; 
	vertical-align: baseline;
}
.license_use .use_tab li.on { 
	align-items: flex-end;
	margin: -1.2rem 0 0;
	padding: 1.5rem 0 0;
	/* width: calc(50% - 1rem); */ height: 6.15rem;
	line-height: 1;
	font-size: 2.3rem;
	font-weight: 300;
	color: #222; 
	background: #fff;
	border: solid #484848;
	border-width: .2rem .2rem 0;
}
.license_use .use_tab li.on:before { 
	content: "\e84a";
	display: inline-block;
	clear: both;
	position: relative; top: .2rem;
	margin: 0 .5rem 0 0;
	font-family: 'xeicon';
	font-size: 3rem;
}
.license_use .use_tab li.on b { 
	font-weight: 700; 
}
.license_use .use_con { 
	background: #fff; 
}
.license_use .use_job,
.license_use .use_etc { 
	height: 30rem; 
	background-repeat: no-repeat;
	border: solid #484848;
	border-width: 0 .2rem;
	box-sizing: border-box;
	padding: 2rem 0;
	background-size: contain;
}
.license_use .use_job {
	background-image: url('/images/emart/license_use_img1.png');
	background-position: 50% 4rem;
}
.license_use .use_etc { 
	background-image: url('/images/emart/license_use_img2.png');
	background-position: 50%;
}
.use_job p{
	color: #1976d2;
	background: linear-gradient(-15deg, #1976d2, #0bbdab);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2rem;
	font-weight: bold;
}
}

/* ÀÚ°ÝÁõ Ãëµæ ¹æ¹ý */
.license_get { 
	position: relative;
	margin: -115px 0 0;
	padding: 140px 0 80px;
	background: #0bbdab; 
}
.license_get .img { 
	position: absolute; left: 50%; top: -.2rem;
	width: 30rem; height: 15rem;
	background: url('/images/emart/license_get_img.png') no-repeat center top; 
	transform: translateX(-50%);
	background-size: contain
}
.license_get h3 { 
	height: 36px;
	background: url('/images/emart/license_get_title.png') no-repeat center top;
}
.license_get p { 
	margin: 1.35rem 0 0;
	text-align: center;
}
.license_get p:last-child{margin-top: 4rem;}

/* alledu */
/* -------- »çÀÌÆ® ¼Ò°³ -------- */
/* -------- common -------- */
.ged_main { 
	color: #222;
	background: #fff; 
}
.event_bn { 
	padding: 0; 
}

#learningCenter>div:not(.renew) * { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	letter-spacing: -1px;
}
.lc_alledu h2 { 
	line-height: 3rem;
	font-size: 2.3rem;
	font-weight: 300;
	letter-spacing: -.2rem;
}
.lc_alledu h2 b { 
	font-weight: 700; 
}
.lc_alledu h3 { 
	margin: 40px 0 0;
	font-size: 21pt;
	font-weight: 700;
}
.lc_alledu h4 { 
	margin: 40px 0 0;
	line-height: 30px;
	font-size: 14.7pt;
	/* font-weight: 300; */
	font-weight: 400;
	color: #3d3d3d;
}
.lc_alledu h3 + h4 { 
	margin-top: 15px; 
}

/* ¹öÆ° */
.lc_alledu a.btn { 
	display: flex; 
	justify-content: center;
	align-items: center;
	margin: 70px auto 0;
	width: 500px; height: 80px;
	font-size: 18pt;
	font-weight: 500;
	background: transparent;
	border: solid 1px #212121;
	letter-spacing: -1px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.lc_alledu a.btn:hover { 
	color: #fff;
	background: #212121;
}
.lc_alledu a.btn_mini {
	margin: 0;
	width: 13.3rem; height: 4rem;
	font-size: 1.3rem;
	color: #fff;
	border: solid 1px #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}


/* ½ºÅ¸ÀÏ */
.lc_alledu{ 
	color: #fff !important; 
}
.lc_alledu { 
	padding: 4rem 0;
	background: url('/images/emart/bg_introduce.png') no-repeat 50% 0;
	background-size: cover;
	text-align: center;
}
.lc_alledu h4 { 
	font-weight: 300 !important;
	color: #fff !important;
}
.lc_alledu .lc_con { 
	margin-top: 80px; 
}
.lc_alledu ul { 
	position: relative;
	/* margin-bottom: 62px; */
	max-width: 35rem;
	height: 26rem;
	left: 50%;
	transform: translateX(-50%);
}
.lc_alledu ul li { 
	position: absolute;
	padding: 3.6rem 0;
	width: 15rem; /* height: 240px; */
	line-height: 1.2;
	font-size: 2rem;
	font-weight: 300;
	border: solid .5rem;
	border-radius: 50%;
}
.lc_alledu ul li:nth-child(1) { 
	 border-color: #38c4bf;
	 left: 0
}
.lc_alledu ul li:nth-child(2) { 
	 border-color: #2894c8;
	 right: 0;
}
.lc_alledu ul li:nth-child(3) { 
	 border-color: #367ce8;
	 bottom: 1.5rem;
	 left: 50%; transform: translateX(-50%);
}
.lc_alledu ul li b { 
	display: block;
	font-weight: 700; 
}
.lc_alledu ul+div { 
	/* margin: 80px 0 0; */
}
.lc_alledu section { 
	margin: 3rem auto 0; 
}
.lc_alledu section div { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
	font-size: 1.5rem;
	font-weight: 300;
	border-top: solid 1px #8e8e8e;
	text-align: left;
	letter-spacing: -.1rem;
}
.lc_alledu section div:last-child{
	padding: 2rem 0 0;
}
.lc_alledu section div:first-of-type { 
	border-top: 0; 
}
.lc_alledu section span.bullet { 
	position: relative; top: -.4rem;
	margin: 0 .5rem 0 0;
	font-size: .3rem; 
	padding-left: 0 !important;
}
.lc_alledu section span.bullet:before{content: none !important;}
.lc_alledu section div b { 
	font-weight: 700; 
	color: #f9f3b9;
	letter-spacing: 0;
	padding-left: 1.4rem;
	font-size: 1.8rem;
}
.lc_alledu section p:last-child {  
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.lc_alledu section p:last-child .btn_mini { 
	margin: 0 0 0 5px !important;
	width: 11rem;
}

/*-------- ÇÐ½ÀÁö¿ø ¾÷¹«Çù¾à --------*/
.agreement{
	padding: 4rem 0;
	background: #edeeff url("/images/emart/agree_bg.png") no-repeat center top;
	text-align: center;
}
.agreeBox{
	position: relative;
	margin-top: 2.5rem;
	/* height: 5.7rem; */
	box-sizing: border-box;
	border: .6rem solid #fff;
	background: #f7f7ff;
	border-radius: 3rem;
}
.agreeBox ul{
	padding: 1.5rem;
	background: #fcfcff;
	display: flex;
	justify-content: space-around;
	border-radius: 2.4rem 2.4rem 0 0;
}
.agreeBox ul li{
	display: flex;
	align-self: center;
	width: 10rem;
}
p.agreemore{
	font-size: 1.3rem;
	font-weight: 400;
	padding: 2.8rem 0rem 4rem;
	line-height: 1.6;
}
p.agreemore b{
	font-size: 1.5rem;
	color: #1e8581;
}
p.agreemore strong{
	font-size: 1.5rem;
	color: #fff;
	position: relative;
	z-index:0;
	font-weight: 500;
}
p.agreemore strong:before{
	content:"";
	position: absolute;
	display: block;
	z-index:-1;
	top: -.1rem; left: -.2rem;
	width: calc(100% + .4rem);
	height: calc(100% + .1rem);
	background: #fcb040;
}
.agreesmlBox{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: .4rem .5rem 1.5rem rgba(0,0,0,.16);
	border-radius: 2rem;
	padding: 2rem 3rem;
	text-align: center;
}
.agreesmlBox p{
	font-size: 1.5rem;
	line-height: 1.3;
}
.agreesmlBox p b{
	color: #4182e8;
	font-size: 1.8rem;
}
.agreeppl{
	position: absolute;
	left: 50%; transform: translateX(-50%);
	bottom: 0;
	width: 25rem;
	z-index: 1;
}



/* -------- ¼ö°­ÈÄ±â -------- */
.review { 
	padding: 2.8rem 0 3.2rem;
	background: #fff;
	text-align: left;
}
.review h3,
.review ul { 
	display: flex;
}
.review h3 { 
	justify-content: space-between;
	align-items: center;
}
.review h3 .more { 
	display: inline-block;
	font-size: 0.7em;
	font-weight: 400;
	color: #999baa; 
}
.review ul { 
	padding: 0 0 0 4%;
	overflow-x: auto;
}
.review li { 
	padding: 0 1.2rem 0 0;
}
.review li:last-child { 
	padding-right: 4%; 
}
.review li a { 
	display: block;
	padding: 1.6rem 2rem;
	width: 20rem;
	background: #f5f7fa;
	border-radius: 8px;
}
.review li a p { 
	display: -webkit-box;
	margin: 0 0 1rem; 
	height: 10rem;
	line-height: 2.5rem;
	color: #6b6d7b;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.review li a span { 
	font-size: 1.25rem;
	color: #5d73f0; 
}
.review li a span em { 
	margin: 0 3px 0 0;
	font-weight: 600; 
}

/*------ »ó´ã¹®ÀÇ ------*/
.tel h4 {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.tel h4>i {
	font-size: 2.2rem;
	margin: 0 .7rem 0 .5rem;
}
.tel h4+p {
	margin: 1rem 0 0;
	line-height: 1;
	font-family: 'Noto Serif KR', serif;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: -.2rem;
}
.txt_point {
	color: #0091ea;
}
.tel h4+p>span {
	margin: 0 .5rem;
}
.tel h5 {
	font-size: 1.68rem;
	font-weight: 400;
	color: #666;
	padding: 2rem 0;
}
.tel hr {
	margin: 1.4rem 0 1rem;
	height: .1rem;
	background: #ddd;
	border: 0;
	width: 80%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 383px){
	.license_use{padding-bottom: 4rem;}
}