@charset "euc-kr";

/* -------- 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;
}
#learningCenter>div:not(.renew) h2 { 
	line-height: 60px;
	font-size: 36pt;
	font-weight: 300;
	letter-spacing: -3px;
}
#learningCenter>div:not(.renew) h2 b { 
	font-weight: 700; 
}
#learningCenter>div:not(.renew) h3 { 
	margin: 40px 0 0;
	font-size: 21pt;
	font-weight: 700;
}
#learningCenter>div:not(.renew) h4 { 
	margin: 40px 0 0;
	line-height: 30px;
	font-size: 14.7pt;
	/* font-weight: 300; */
	font-weight: 400;
	color: #3d3d3d;
}
#learningCenter>div:not(.renew) h3 + h4 { 
	margin-top: 15px; 
}

/* ¹öÆ° */
#learningCenter>div:not(.renew) 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;
}
#learningCenter>div:not(.renew) a.btn:hover { 
	color: #fff;
	background: #212121;
}
#learningCenter>div:not(.renew) a.btn_mini {
	margin: 0;
	width: 240px; height: 60px;
	font-size: 16pt;
	color: #828282;
	border: solid 1px #8e8e8e;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#learningCenter>div:not(.renew) a.btn_mini:hover { 
	color: #fff;
	background: none;
	border-color: #fff;
}

/* ½ºÅ¸ÀÏ */
#learningCenter .w_wide { 
	width: 100% !important; 
}
#learningCenter .fc_white { 
	color: #fff !important; 
}


/* -------- °Ô½ÃÆÇ¹Ù·Î°¡±â ¸µÅ©¹öÆ° -------- */
.link_btn section { 
	display: flex;
	justify-content: space-between;
	margin: 30px auto 70px;
}
.link_btn .btn { 
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0; 
	padding: 0 30px;
	width: 44%; height: 80px;
	font-size: 18pt;
	font-weight: 400;
	background: #fff url('/images/alledu/btn_more.png') no-repeat 91% 53%;
	border: solid 1px #212121;
	letter-spacing: -1px;
}
.link_btn .btn:hover { 
	color: inherit;
}
.link_btn .btn .icon { 
	display: inline-block;
	margin: 0 15px 0 0;
	width: 48px; height: 48px;
	background: url('/images/alledu/icon_1.png') no-repeat; 
	overflow: hidden;
}
.link_btn .btn .icon1 { 
	background-position: 0 0; 
}
.link_btn .btn .icon2 { 
	background-position: -48px 0; 
}
.link_btn .btn .icon3 { 
	background-position: -96px 0; 
}
.link_btn .btn b { 
	margin: 0 10px 0 0; 
	font-weight: 700;
}


/* -------- »çÀÌÆ® ¼Ò°³ -------- */
.lc_alledu { 
	padding: 110px 0;
	background: url('/images/alledu/bg_introduce.jpg') 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 { 
	display: flex;
	justify-content: space-around;
}
.lc_alledu ul li { 
	padding: 55px 0 0;
	width: 240px; height: 240px;
	line-height: 36px;
	font-size: 24pt;
	font-weight: 300;
	border: solid 10px;
	border-radius: 50%;
}
.lc_alledu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top:75px;
}
.lc_alledu ul li:nth-child(1) { 
	 border-color: #38c4bf;
}
.lc_alledu ul li:nth-child(2) { 
	 border-color: #2894c8;
}
.lc_alledu ul li:nth-child(3) { 
	 border-color: #367ce8;
}
.lc_alledu ul li:nth-child(4) { 
	 border-color: #474ef1;
}
.lc_alledu ul li b { 
	display: block;
	margin: 10px 0 0;
	font-weight: 700; 
}
.lc_alledu ul+div { 
	margin: 80px 0 0;
}
.lc_alledu section { 
	margin: 80px auto 0; 
}
.lc_alledu section div { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	font-size: 22pt;
	font-weight: 300;
	border-top: solid 1px #8e8e8e;
}
.lc_alledu section div:first-of-type { 
	border-top: 0; 
}
.lc_alledu section span.bullet { 
	position: relative; top: -7px;
	margin: 0 15px 0 0;
	font-size: 10pt; 
}
.lc_alledu section div b { 
	font-weight: 700; 
	color: #f9f3b9;
}
.lc_alledu section p:last-child {  
	display: flex;
	flex-flow: row wrap;
}
.lc_alledu section p:last-child .btn_mini { 
	margin: 0 0 0 5px !important;
	width: 180px;
	letter-spacing: -2px;
}


/* -------- ÀÎ¹®ÇÐ°­ÁÂ -------- */
.lc_liberal { 
	padding: 80px 0 90px;
	background: url('/images/alledu/bg_liberal.jpg') no-repeat 50% 0;
	background-size: cover;
	text-align: center; 
}
.lc_liberal>section { 
	margin: 60px auto 0;
	width: 1100px;
}
.lc_liberal .bar { 
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	height: 44px;
	font-size: 13.6pt;
	font-weight: 500;
	color: #fff;
	background: #367ce8;
	border-radius: 22px;
	letter-spacing: -1px;
}
.lc_liberal .bar { 
	width: 200px;
	font-size: 13.6pt;
	font-weight: 500;
	color: #fff;
}
.lc_liberal .bar2 { 
	width: 300px;
	background: rgba(54,124,232,0.4);
}
.lc_liberal .bar3 { 
	width: 400px;
	background: rgba(54,124,232,0.1);
}
.lc_liberal ul { 
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 40px 0 0;
	text-align: left;
}
.lc_liberal li { 
	position: relative;
	margin: 20px 0 0;
	padding: 18px 20px 0 200px;
	width: 540px; height: 180px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 10px;
	box-shadow: 0 4px 17px rgba(0,0,0,0.13);
	cursor: default;
}
.lc_liberal li:nth-child(1),
.lc_liberal li:nth-child(2) { 
	margin: 0; 
}
.lc_liberal li h4 { 
	margin: 0 !important;
	padding: 0 0 0 20px;
	font-weight: 700 !important;
	letter-spacing: -1.25px;
}
.lc_liberal li h4+p { 
	margin: 7px 0 0;
	padding: 0 0 0 20px;
	height: 105px;
	line-height: 21px;
	font-size: 10.8pt;
	color: #757575;
	letter-spacing: -0.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.lc_liberal li .btn_more { 
	position: absolute; right: 30px; bottom: 20px;
	display: block;
	width: 36px; height: 12px;
	background: url('/images/alledu/btn_more.png') no-repeat 0 0;
	z-index: 6;
}
.lc_liberal li .btn_more:after { 
	display: none; 
}

/* -------- ¿Ü±¹¾î°­ÁÂ -------- */
.lc_english { 
	padding: 80px 0 90px;
	text-align: center;
}
.lc_english>div {
	margin: 60px auto 0;
	padding: 10px 0 0;
	background: url('/images/alledu/bg_english.png') no-repeat 50% 0; 
}
.lc_english ul {
	margin: 0 auto;
	width: 1100px;
}
.lc_english li a { 
	display: flex;
	align-items: center;
	height: 240px; 
	font-size: 16.5pt;
}
.lc_english li.cn a { 
	justify-content: flex-end; 
}
.lc_english li div { 
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 45px 0 0;
	width: 150px;
	height: 150px;
	font-size: 27pt;
	font-weight: 700;
	background: #fff;
	border: solid 10px;
	border-radius: 50%; 
}
.lc_english li.us div { 
	border-color: #aed6f1;
}
.lc_english li.cn div { 
	border-color: #f5b7b1;
}
.lc_english li.jp div { 
	border-color: #fad7a0;
}
.lc_english li p span:before { 
	content: "";
	display: inline-block;
	clear: both;
	position: relative; top: 3px;
	margin: 0 20px;
	width: 2px; height: 21px;
}
.lc_english li.us p span:before { 
	background: #85c1e9;
}
.lc_english li.cn p span:before { 
	background: #f1948a;
}
.lc_english li.jp p span:before { 
	background: #f8c471;
}
.lc_english h3 { 
	margin: 0;
	padding: 60px 0 5px;
	background: url('/images/alledu/bg_eng_line.png') no-repeat 50% 100%;
	/* 2020-02-19 ¹®±¸¼öÁ¤¿¡ µû¸¥ ÀÌ¹ÌÁö À§Ä¡ ¼öÁ¤ */
	background-position: 49.5% 100%;
}

/* -------- Æ®¸®½Ã½º ÀåÁ¡ -------- */
.lc_offer { 
	padding: 120px 0 80px;
	min-height: 220px;
	background: #367ce8 url('/images/alledu/bg_shop-off.png') no-repeat 50% 50%;
}
.lc_offer section {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.lc_offer ul { 
	 font-size: 0;
}
.lc_offer li { 
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
	padding: 125px 0 0;
	width: 260px; height: 220px;
	font-size: 15pt;
	background: #fff;
	border-radius: 10px;
	vertical-align: top;
	z-index: 1;
}
.lc_offer li:first-child { 
	margin-left: 0; 
}
.lc_offer li:before { 
	content: "";
	display: block;
	clear: both;
	position: absolute; top: -70px;
	width: 260px; height: 200px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	z-index: -1;
}
.lc_offer li:nth-child(1):before { 
	background-image: url('/images/alledu/offer_1.png'); 
}
.lc_offer li:nth-child(2):before { 
	background-image: url('/images/alledu/offer_2.png'); 
}
.lc_offer li:nth-child(3):before { 
	background-image: url('/images/alledu/offer_3.png'); 
}
.lc_offer li:nth-child(4):before { 
	background-image: url('/images/alledu/offer_4.png'); 
}
.lc_offer .ratio { 
	margin: 5px 0 0;
	font-size: 25.5pt; 
	letter-spacing: -4px;
}
.lc_offer .ratio b { 
	font-weight: 900; 
}

/* customer */
.ged_main .customer {
	padding: 60px 0;
}
.ged_main .customer section {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

/* °£Æí»ó´ã */
.customer .advice,
.customer .ask li,
.customer .tel {
	border: solid 1px #d5d5d5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.customer .advice {
	padding: 0 30px 30px;
	width: 500px;
	color: #111;
	background: #eff1f3;
	border: 0;
}
.advice h2 {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.advice h2 i {
	margin: 0 5px 0 0;
}
.advice h2 label {
	position: absolute; top: 20px; right: 0;
	display: block;
	height: 30px;
	line-height: 1;
	font-size: 11pt;
	font-weight: 400;
}
.advice li {
	line-height: 0;
}
.questioner input,
.questioner select,
.advice textarea {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 12pt;
	color: #666;
	background: #fff;
	border: 0;
}
.advice .questioner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}
.questioner .q_name {
	width: 180px;
}
.questioner .q_name input {
	width: 160px;
}
.questioner .q_tel select {
	width: 80px;
	vertical-align: bottom;
}
.questioner .q_tel input {
	margin: 0 0 0 5px;
	width: 60px;
}
.advice textarea {
	padding: 8px 14px 9px;
	width: 412px; height: 23px;
	line-height: 140%;
}
.advice .btn_advice {
	display: block;
	margin: 15px 0 0;
	height: 45px;
	line-height: 45px;
	font-size: 12pt;
	font-weight: 700;
	color: #fff;
	background: #0091ea;
	text-align: center;
}
.advice .btn_advice:hover {
	background: #0064b7;
}

/* ÀÚÁÖÇÏ´ÂÁú¹®+ÇÐ½ÀÀÚ·á½Ç */
.customer .ask li {
	margin: 20px 0 0;
	width: 320px; height: 110px;
}
.customer .ask li:first-child {
	margin: 0;
}
.customer .ask li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	line-height: 1;
	font-size: 19pt;
	font-weight: 400;
	text-align: center;
}
.customer .ask li a>i {
	margin: 0 10px 0 -5px;
}
.customer .ask li:hover {
	border-color: #0091ea;
}
.customer .ask li:hover a {
	color: #fff;
	background: #0091ea;
}

/* »ó´ã¹®ÀÇ */
.customer .tel {
	padding: 15px 20px 0;
	width: 340px; height: 240px;
	text-align: center;
}
.customer .tel h4 {
	font-size: 11pt;
	font-weight: 500;
	text-align: left;
}
.customer .tel h4>i {
	margin: 0 7px 0 5px;
}
.customer .tel h4+p {
	margin: 9px 0 0;
	line-height: 1;
	font-family: 'Noto Serif KR', serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
}
.customer .txt_point {
	color: #0091ea;
}
.customer  .tel h4+p>span {
	margin: 0 5px;
}
.customer .tel h5 {
	font-size: 10pt;
	font-weight: 400;
	color: #666;
}
.customer .tel hr {
	margin: 14px 0 10px;
	height: 1px;
	background: #ddd;
	border: 0;
}

/* footer */
.ged_ft .ged_copy {
	margin: 0 auto;
	padding: 45px 0 0 200px;
	width: 1020px;
	line-height: 1.6;
	font-size: 14px;
	color: #666;
	background: url('/images/edutri/footer_logo.png') no-repeat 0 46px;
	cursor: default;
}


/* ´ç±Ù¿µ¾î ·£µùÆäÀÌÁö Á¶Àý
------------------------------------------------------ */
.footer { float: none; }
.pro_tab { 
	top: 187px; 
}
.pro_tab_fixed { 
	top: 0; 
}