@charset "euc-kr";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");

/* ±âº»¼³Á¤
------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { width: 100%; height: 100%; min-width: 1280px; }
body { 
	font-family: 'Open Sans', 'Noto Sans KR', sans-serif;
	color: #212121;
	word-break: break-all;
	overflow-x: hidden;
}
ol, ul, li { list-style: none; }
a { color: inherit; text-decoration: none; outline: none; }
em { font-weight: 700; font-style: normal; }



/* ·¹ÀÌ¾Æ¿ô
------------------------------------------------------ */
#pro_carrot { 
	/* padding: 0 0 140px; */
	padding: 0 0 90px;
	font-size: 15px;
	letter-spacing: -0.5px;
}
#pro_carrot section { 
	margin: 0 auto;
	width: 1100px; 
}
#pro_carrot h1 { 
	text-indent: -9999px;
	text-align: center; 
}
#pro_carrot b {
	font-weight: 700;
}
#pro_carrot .footer { 
	text-align: center; 
}
.pro_phone .btn,
.pro_jr .btn,
.pro_sett .btn { 
	display: inline-block; 
	width: 500px; height: 70px;
	line-height: 70px;
	font-size: 16pt;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
}
.pro_jr .btn { 
	display: none; 
}


/* -------- º¸ÀÌ´Â ÀüÈ­¿Ü±¹¾î -------- */
.pro_phone { 
	background: #ff5a56 url('/carrot/imgs/phone_bg.png') no-repeat 50% 0;
	background-size: cover;
}
.pro_phone section { 
	height: 1767px;
	background: url('/carrot/imgs/phone_paper.png') no-repeat 50% 0; 
}

/* Å¸ÀÌÆ² */
.pro_phone .header { 
	padding: 145px 0 0;
	height: 372px; 
}
.pro_phone .header h1 {
	height: 250px;
	background: url('/carrot/imgs/phone_title.png') no-repeat 50% 0;
}
.pro_phone .header h3 { 
	margin: 50px 0 0;
	height: 30px;
	background: url('/carrot/imgs/phone_sub_title1.png') no-repeat 50% 0;
}

/* ÁøÇà¼ø¼­ */
.pro_phone .step { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 60px 0;
}
/* .pro_phone .step:after { 
	content: "";
	display: block;
	clear: both;
} */
.pro_phone .step li { 
	/* float: left; */
	margin: 0 120px 150px 0;
	width: 430px; height: 480px;
}
.pro_phone .step li:nth-child(1),
.pro_phone .step li:nth-child(2) { 
	margin-top: 0;
}
.pro_phone .step li:nth-child(2n) { 
	margin-right: 0; 
}
.pro_phone .step li:nth-child(1) { background: url('/carrot/imgs/phone_step1.png') no-repeat 0 20px; }
.pro_phone .step li:nth-child(2) { background: url('/carrot/imgs/phone_step2.png') no-repeat 0 20px; }
.pro_phone .step li:nth-child(3) { margin-bottom: 0; background: url('/carrot/imgs/phone_step3.png') no-repeat 0 30px; }
.pro_phone .step li:nth-child(4) { margin-bottom: 0; background: url('/carrot/imgs/phone_step4.png') no-repeat 0 10px; }
.pro_phone .step li h2 { 
	height: 390px;
	font-size: 24pt; 
}
.pro_phone .step li p { 
	height: 90px;
	line-height: 30px;
	font-size: 13.8pt;
	color: #757575;
}

/* -------- °­»çÁø¼Ò°³ -------- */
.pro_teacher { 
	position: relative;
	margin: 100px 0 0;
	padding: 90px 0 90px;
	background: #fff; 
}
.pro_teacher .bg { 
	position: absolute; top: -40px;
	margin-top: 0;
	width: 100%; height: 500px;
	background: url('/carrot/imgs/phone_bg_teacher.png') no-repeat 50% 0;
	z-index: 0;
}
.pro_teacher h2,
.pro_teacher h3,
.pro_teacher h4,
.pro_teacher div { 
	margin: auto;
	width: 1100px;
	line-height: 1; 
}
.pro_teacher h2 { 
	font-size: 58px;
	letter-spacing: -2.2px;
	text-indent: 28px;
}
.pro_teacher span:first-child { 
	color: #ff5a56; 
}
.pro_teacher span:nth-child(2) { 
	color: #ff8a5e; 
}
.pro_teacher h3 { 
	margin-bottom: 20px;
	font-size: 44px; 
	letter-spacing: -2.2px;
	text-indent: 30px;
}
.pro_teacher h4 { 
	margin-top: 45px;
	font-size: 23.5px;
	font-weight: 300;
	color: #616161;
	letter-spacing: -1px; 
	text-indent: 32px;
}
.pro_teacher b,
.pro_teacher span { 
	font-weight: 700; 
	vertical-align: baseline;
}
.pro_teacher div { 
	margin-top: 75px;
}
.pro_teacher figure { 
	width: 25%; 
	text-align: center;
}
.pro_teacher figcaption { 
	margin: 30px 0 0;
	font-size: 21px;
	font-weight: 700;
	color: #222;
}

/* °úÁ¤¼Ò°³ */
.pro_phone .pro_teacher+h3 { 
	margin: 90px 0 50px;
	height: 30px;
	background: url('/carrot/imgs/phone_sub_title2.png') no-repeat 50% 0;
	text-align: center;
	text-indent: -9999px;
}
.pro_phone .lecture { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto; 
	width: 1100px;
}
.pro_phone .card { 
	position: relative;
	margin: 25px 0 0;
	width: 350px; height: 520px;
	cursor: pointer;
}
.pro_phone .card:nth-child(1),
.pro_phone .card:nth-child(2),
.pro_phone .card:nth-child(3) { 
	margin-top: 0; 
}
.pro_phone .card>div {
	position: absolute;
	width: 100%; height: 100%;
	background: #f2f2f2 url('/carrot/imgs/phone_card.png') no-repeat 10px 10px;
	box-sizing: border-box;
}
.pro_phone .card .front { 
	line-height: 1;
	text-align: center;
}
.pro_phone .card h5 { 
	margin: 85px 0 0;
	font-size: 11.7pt; 
	font-weight: 700;
	font-style: italic;
	color: #ce3432;
	letter-spacing: 0;
}
.pro_phone .card h2 { 
	margin: 25px 0 0;
	height: 40px;
	font-size: 30pt;
	font-weight: 700;
	letter-spacing: -1px;
}
.pro_phone .card h2 span { 
	position: relative; top: -3px;
	font-weight: 300; 
}
.pro_phone .card h4 { 
	font-size: 13.8pt;
	font-weight: 300;
	color: #757575; 
	letter-spacing: -1px;
}
.pro_phone .card .front h4 { 
	margin: 35px 0 0;
	padding: 132px 0 0;
	height: 18px;
	font-size: 11.7pt;
	background-repeat: no-repeat;
	background-position: center top;
}
.pro_phone .card:first-child .front h4 { background-image: url('/carrot/imgs/phone_picto1.png'); }
.pro_phone .card:nth-child(2) .front h4 { background-image: url('/carrot/imgs/phone_picto2.png'); }
.pro_phone .card:nth-child(3) .front h4 { background-image: url('/carrot/imgs/phone_picto3.png'); }
.pro_phone .card:nth-child(4) .front h4 { background-image: url('/carrot/imgs/phone_picto4.png'); }
.pro_phone .card:nth-child(5) .front h4 { background-image: url('/carrot/imgs/phone_picto5.png'); }
.pro_phone .card:nth-child(6) .front h4 { background-image: url('/carrot/imgs/phone_picto6.png'); }

.pro_phone .card p { 
	margin: 60px auto 0;
	width: 48px; height: 41px; 
	background: url('/carrot/imgs/btn_flip.png') no-repeat 0 0;
}
.pro_phone .card .back { 
	padding: 25px 30px 0;
	line-height: 24px;
}
.pro_phone .card .back h4 i { 
	margin: 0 20px 0 0;
	color: #333; 
}
.pro_phone .card .back dl { 
	margin: 30px 0 0; 
}
.pro_phone .card .back dt {
	height: 29px;
	line-height: 29px;
	font-weight: 700;
	color: #333; 
}
.pro_phone .card .back dt:before,
.pro_phone .card .back li:before { 
	content: "";
	display: inline-block;
	clear: both;
	position: relative; left: 0; top: -2px;
	margin: 0 7px 0 0;
	width: 5px; height: 5px;
	background: #333;
	border-radius: 2.5px;
}
.pro_phone .card .back dd { 
	margin: 0 0 20px;
	font-weight: 300;
	color: #616161; 
}
.pro_phone .card .back ul { 
	padding: 20px 0 0;
	border-top: solid 1px #dedede; 
}
.pro_phone .card .back li { 
	font-size: 9.75pt;
	font-weight: 700;
	text-transform: uppercase;
}
.pro_phone .card .back li em { 
	margin: 0 0 0 15px;
	color: #ff5a56; 
}

/* ¼ö°­½ÅÃ» ¹öÆ° */
.pro_phone .footer { 
	padding: 90px 0 0; 
}
.pro_phone .btn { 
	background: #2a2c2e; 
}


/* -------- It's Me ÁÖ´Ï¾î°úÁ¤ -------- */
.pro_jr { 
	background: #ecf5e9 url('/carrot/imgs/jr_bg.png') no-repeat 50% 0;
}
.pro_jr h2 { 
	letter-spacing: -2px; 
}
.pro_jr h2,
.pro_jr h3 { 
	font-weight: 700; 
}
.pro_jr h3 { 
	font-size: 18pt;
	text-transform: capitalize; 
}
.pro_jr ul { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

/* Å¸ÀÌÆ² */
.pro_jr .header { 
	padding: 137px 0 0;
	height: 430px; 
}
.pro_jr .header h1 {
	height: 373px;
	background: url('/carrot/imgs/jr_title.png') no-repeat 50% 0;
}

/* ·¯´×ÆÐÅ°Áö¶õ */
.pro_jr .introduce section { 
	padding: 45px 0 0;
	width: 980px !important;
}
.pro_jr .introduce h2 { 
	font-size: 22pt; 
}
.pro_jr .introduce h4 { 
	margin: 15px 0 0;
	font-size: 13.8pt;
	color: #757575; 
}
.pro_jr .introduce h4 em { 
	color: #1bb45b;
}

/* ·¯´×ÆÐÅ°Áö - ±³Àç¸®½ºÆ® */
.pro_jr .introduce ul { 
	margin: 40px 0 0; 
}
.pro_jr .introduce h3 { 
	margin: 17px 0 3px; 
}
.pro_jr .introduce h3+span { 
	font-size: 13.2pt;
	color: #9e9e9e; 
}

/* ·¯´×ÆÐÅ°Áö ¼³¸í */
.pro_jr .explan { 
	margin: 250px 0 0; 
}
.pro_jr .explan h2 { 
	line-height: 54px;
	font-size: 30pt;
	text-align: center; 
}
.pro_jr .explan h2 .thin { 
	font-weight: 400; 
}
.pro_jr .explan h2 em { 
	display: inline-block;
	width: 380px; height: 40px;
	line-height: 40px;
	background: url('/carrot/imgs/jr_txt_its-me.png') no-repeat 0 0;
	text-indent: -9999px; 
}

/* ·¯´×ÆÐÅ°Áö - ±³ÀçÀÌ¹ÌÁö */
.pro_jr .explan .jr_book { 
	/* position: relative; */
	margin: 85px 0 90px; 
	height: 460px;
	background: url('/carrot/imgs/jr_books.png') no-repeat 50% 0;
	/* background-size: cover; */
}

/* ·¯´×ÆÐÅ°Áö - °£´ÜÇÑ ¼³¸í */
.pro_jr .explan li { 
	flex-basis: 33%;
	width: 33%;
}
.pro_jr .explan h3:before { 
	content: "";
	display: block;
	clear: both;
	width: 100%; height: 60px;
	background: url('/carrot/imgs/jr_chk.png') no-repeat 50% 0;
}
.pro_jr .explan p { 
	padding: 20px 0 0;
	line-height: 30px;
	font-size: 13.8pt;
	color: #525751;
}
.pro_jr .explan .bar { 
	flex-basis: 1px;
	width: 1px;
	background: #bad1bb; 
}

/* ¼ö°­½ÅÃ» ¹öÆ° */
.pro_jr .footer { 
	padding: 120px 0 0; 
}
.pro_jr .btn { 
	background: #1bb45b; 
}

/* ¼ö°­½ÅÃ» ¸®½ºÆ® */
.pro_jr table { 
	margin: 0 auto; 
	width: 1100px;
	border-bottom: solid 1px #bad1bb;
	text-align: center;
}
.pro_jr table th { 
	height: 50px;
	font-weight: 400;
	color: #fff;
	background: #1bb45b;
	letter-spacing: -0.5px;
	vertical-align: middle;
}
.pro_jr table th:last-child { 
	background: #05804c; 
}
.pro_jr table td {
	height: 80px;
	line-height: 1.4;
	font-size: 12pt;
	background: rgba(255,255,255,0.6);
	/* border-right: solid 1px #bad1bb; */
	vertical-align: middle;
}
.pro_jr table .subject,
.pro_jr table .price { 
	font-size: 13pt;
}
.pro_jr table .subject { 
	text-indent: 15px;
	text-align: left; 
}
.pro_jr table .subject i {
	margin: 0 12px 0 0;
}
.pro_jr table .price s { 
	font-size: 9pt; 
	opacity: 0.5;
}
.pro_jr table .price em { 
	margin: 0 0 0 7px;
	font-size: 11pt;
	color: #f74343; 
	-webkit-animation-name: twk;
	-webkit-animation-duration: 0.5s;
	-webkit- animation-iteration-count: infinite;
	animation-name: twk;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes twk {
	0 { color: #f74343; }
	50% { color: #f27a24; }
}
@keyframes twk {
	0 { color: #f74343; }
	50% { color: #f27a24; }
}
.pro_jr .btn_mini { 
	display: block;
	width: 100%; height: 80px;
	line-height: 80px;
	font-size: 13pt;
	font-weight: 500;
}



/* -------- 2020-03-04 Ãß°¡: ¼ö°­¹®ÀÇ -------- */
.cns_num { 
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 90px auto 0;
	padding: 30px 0 0;
	width: 1100px;
	font-size: 11pt;
	border-top: solid 1px #fff;
	text-align: left;
	box-sizing: border-box;
}
.cns_num h4 { 
	font-size: 15pt;
	font-weight: 700;
	border-color: rgba(255,255,255,0.5);
}
.cns_num h4+p { 
	padding: 0 0 0 50px; 
	font-weight: 300;
}
.cns_num b { 
	margin-right: 15px; 
	font-weight: 500;
}
.pro_phone .cns_num { 
	color: #fff;
}
.pro_jr .cns_num { 
	color: #525751;
	border-color: #bad1bb; 
}



/* -------- ÅÇ¸Þ´º -------- */
.pro_tab { 
	position: absolute; left: 50%; top: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 10px;
	width: 1080px; height: 60px;
	background: #fff;
	border-radius: 0 0 30px 30px;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	transform: translateX(-50%);
	z-index: 1;
}
.pro_tab a { 
	display: block;
	width: 540px; height: 60px;
	line-height: 60px;
	font-size: 15pt;
	font-weight: bold;
	color: #777;
	border-radius: 30px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.pro_tab span { 
	position: relative; top: -4px;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 25px; height: 28px;
	background-repeat: no-repeat;
	background-position: left center; 
	background-size: contain;
}
.pro_tab a:first-child span { 
	background-image: url('/carrot/imgs/tab_phone.png'); 
}
.pro_tab a:last-child span { 
	background-image: url('/carrot/imgs/tab_jr.png'); 
}
/* .pro_tab a:hover, */
.pro_tab a.on { 
	color: #fff;
	background: #f74343;
	background-image: linear-gradient(141deg, #f74343 0%, #f27a24 61%);
}
.pro_phone + .pro_tab a.on { 
	background: #047d4b; 
	background-image: linear-gradient(141deg, #047d4b 0%, #1bb45b 61%);
}

/* fixed */
.pro_tab_fixed { 
	position: fixed; top: 0; 
}



/* °áÁ¦È­¸é
------------------------------------------------------ */
.subtitle,
.pro_sett { 
	margin: 0 auto;
	width: 1100px; 
	font-size: 12pt;
}
.subtitle .title_text { 
	padding: 60px 0 0;
	font-size: 24pt;
	font-weight: 400;
}
.subtitle .text { 
	margin: 10px 0;
	font-size: 11pt;
}
.subtitle .text b { 
	font-weight: 500; 
}
.pro_sett { 
	margin-top: 20px;
	padding: 0 0 100px; 
}
.pro_sett h4 { 
	font-size: 11pt;
	font-weight: 500;
	color: #f74343;
}
.pro_sett table { 
	margin: 15px 0 0;
	border-top: solid 1px #333;
	border-collapse: collapse;
}
.pro_sett th,
.pro_sett td { 
	height: 45px;
	line-height: 45px;
	border-bottom: solid 1px #ddd; 
	vertical-align: middle;
}
.pro_sett th { 
	font-weight: 500;
	text-indent: 15px;
	text-align: left; 
}
.pro_sett td.tel { 
	padding: 10px 0 15px;
	line-height: 1.6; 
	font-size: 11pt;
	letter-spacing: -0.5px;
}
.pro_sett td.tel span { 
	font-size: 0.93em;
	color: #f00;
}
.pro_sett select { 
	font-family: 'Noto Sans KR', sans-serif; 
}
.pro_sett b { 
	color: #f74343; 
}
.pro_sett p { 
	margin: 30px 0 40px;
	padding: 25px 0;
	font-size: 13pt;
	border: solid 1px #333; 
	text-align: center;
}
#LGD_BUTTON1,
#LGD_BUTTON2 { 
	text-align: center;
}
.pro_sett .btn { 
	background: #1bb45b; 
	cursor: pointer;
}

/* -------- 2020-07-10 Ãß°¡ -------- */
.pro_sett h2 {
	font-size: 20px;
	font-weight: 500; 
	color: #222;
}
.pro_sett h2:before,
.pro_sett h3:before { 
	content: "";
    display: inline-block;
	position: relative; top: -4px;
	margin: 0 7px 0 0;
    width: 5px; height: 5px;
    background: #1b8ee1;
}
.pro_sett h3 { 
	font-size: 16px;
	font-weight: 400;
	color: #484848;
}
.pro_sett h3:before { 
	top: -5px;
	margin: 0 5px 0 0;
	width: 3px; height: 3px; 
}


/* -------- 2020-05-26 Ãß°¡: btn_top -------- */
.btn_top:before { 
	content: "\e915";
}