@charset "utf-8";
:root{
  --text:#2b2b2b;
  --muted:#666;
  --line:#e6e6e6;
  --bg:#fff;
  --accent:#f59e0b;
  --card:#fafafa;
  --lgreen:#25cbae;
  --green:#13927c;
  --orange:#ee6500;
  --radius:20px;
  --shadow: 0 2px 5px rgba(0,0,0,.06);
}

.entry {background:#69b6ed !important; color:#69b6ed;}
.beginner {background:#39b987 !important; color:#39b987;}
.inter {background:#f79a48 !important; color:#f79a48;}
.hiint {background:#f15f5f !important; color:#f15f5f;}
.advan {background:#b88fe6 !important; color:#b88fe6;}
.business {background:#384de9 !important; color:#384de9;}


/***************************************  HEADER  ************************************/
.t_logo {
	width:135px;
	padding-top:15px;
}

.gnb_wrap {
	position:relative;
	width:100%; 
}
.gnb {
	width:1100px;
	margin:0px auto;
}
.gnb a {
	display:block;
}
.gnb dt {
	float:left;
	width:20%;
	height:82px;
	line-height:82px;
	font-size:1.3rem;
}
.gnb_sub {
	font-weight:400;
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:15px 0;
	z-index:300;
	position:absolute;
	top:80px; left:0;
	*top:76px; left:0;
	font-size:;
	display:none;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.gnb_sub dl {
	margin:0 auto;
	overflow:hidden;
	width:1100px;
}
.gnb_sub dd {
	width:19.9%;
	float:left;
	border-right:1px dotted #999;
	padding:5px 0;
}
.gnb_sub dd:first-child {
}
.gnb_sub ul {
	width:100%;
}
.gnb_sub li {
	text-align:center;
	height:38px;
	line-height:37px;
}
.gnb_sub li a {
	color:#333;
	margin:0 auto;
}
.gnb_sub li a:hover {
	color:#38ae8a;
	font-weight:400;
}
.gnb_sub li.welcom {
	line-height:1.6rem !important;
	color:#f97613;
}
.gnb_sub li p {
	width:94%; margin:0 auto;
	line-height:1.5rem !important;
	word-break: keep-all;
}
/*.gnb_wrap {
	position:relative;
	width:1100px;
	margin:0 auto;
	display:flex;
	 justify-content: space-between;
	 font-family: "Asta Sans", sans-serif;
}
.gnb {
	width:820px;
	margin:10px 0;
	*margin:0;
	z-index:400;
}
.gnb a {
	display:block;
	color:#222;
}
.gnb > li {
	float:left;
	width:25%;
	height:70px;
	line-height:70px;
	font-size:1.4rem;
	font-weight:500;
}
.gnb li a {
	display:block;
}
.gnb_sub {
	font-size:17px;
	position:absolute;
	top:75px;
	display:none;
	z-index:100;
	background:#fff;
	border-radius:30px;
	border:2px solid var(--green);
}
.gnb_sub li {
	float:left;
	padding:10px 15px;
	height:30px; line-height:30px;
}
.gnb_sub li:first-child {
	padding-left:30px !important;
}
.gnb_sub li:last-child {
	padding-right:30px;
}
.gnb_sub li a {
	color:#222;
}
.gnb_sub li a:hover {
	color:var(--green);
	background:none;
}
*/
.tnb {
	width:100%;
	background:#eee;
}
.tnb ul {
	display:flex;
	width:1100px;
	margin:0 auto;
}
.tnb li {
	line-height:20px;
	padding:8px;
	font-size:15px;
}
.none {display:none;}
.on {display:block}
.menu_top {z-index:1000;}

/** 서브메뉴 위치조절 
.pos01 { left:0px; }
.pos02 { left:150px; }
.pos03 { left:220px; }
.pos04 { left:400px; }
.pos05 { left:840px; }**/

/***************************************  MAIN(COMMON)  ************************************/
.inner {
	width:1100px;
	margin:0 auto;
	position:relative;
	padding:0px;
}
.mn2026 {
	width:100%;
	min-height:540px;	
	background-color:#2c2926;
	position:relative;
}
.mn2026 p {
	position:absolute;
	
}
.mnt01 {
	top:90px;
	left:50%;
	margin-left:-420px;
	z-index:100;
}
.mnt02 {
	bottom:16%;
	left:50%;
	margin-left:-150px;
	z-index:100;
}
.mnt03 {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-49px;
	z-index:100;
}
.video-container .mnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url("../image/main/2026_mb.jpg") top center no-repeat;
  object-fit: cover;
  z-index: -1;
}
.n_main_like {
	width:100%;
	min-height:540px;
	background-color:#1ac092;
	text-align:center;
	position:relative;
	color:#0e0e0e;
	font-weight:400;
	line-height:1.75rem;
	letter-spacing:-0.03rem;
	padding-bottom:10px;
	opacity:1 !important;
}
.n_main_like div {
	opacity:0;
	max-width:780px;
	margin:0 auto;
	word-break:keep-all;
	opacity:1 !important;
}
.n_main_like p {
	width:100%;
	height:47px;
	color:#fff;
	padding:35px 0 40px;
	background:url('../image/main/main_txt_bg.png') center repeat-x;
}
#main_img {
	width:100%;
	height:680px;
	position:relative;
	overflow:hidden;
}
#slideshow, #slides {
	width:100%; height:100%;
	overflow:hidden;
	position:relative;
}
#slides li {
	width:100%; height:100%;
	background-size:cover;
}
.pagination {
	display:none;
}
.arrow1,.arrow2 {
	position:absolute;
	width:45px; height:84px;
	top:50%;
	margin-top:-20px;
	z-index:200;
	cursor:pointer;
}
.arrow1 {
	left:2%;
}
.arrow2 {
	right:2%;
}
.main_quick {
	width:100%;
	overflow:hidden;
	border-top:1px solid #ddd;
}
.main_quick ul {
	width:1100px;
	margin:0 auto;
	display:flex;
	 justify-content: space-between;
}
.main_quick li {
	padding:15px 0;
}
.main_quick li img {
}
.main_con1,.main_con2,.main_con3 {
	width:50%;	
	overflow:hidden;
	text-align:left;
}
.main_con3 img {
	width:549px;
	height:auto;
}
.main_con1 {
	float:left;
	margin-top:20px;
}
.main_con2 h1 {
	font-size:1.4rem;
	font-weight:600;
	color:#222;
}
.main_con2 {
}
.main_con3 {
	padding:0px;
	line-height:0px;
}
.m_column .inner{
	display:flex;
	gap:0px 70px;
	padding:30px 0 50px;
	line-height:1.55rem;
}
.m_column .inner span {
	padding:0px 10px; background:#4b4b4b; color:#fff;
	font-size:0.75rem; border-radius: 20px;
	display:inline-block;
}
.m_column .inner span a {
	color:#fff;
}
.m_column {
	width:100%;
	position:relative;
	 background: linear-gradient(to right, #eee 50%, #fff 50%);
	 border-top:1px solid #ddd;
}
.main_noti {
	clear:both;
	overflow:hidden;
	width:90%;
	margin-top:20px;
}
.main_noti h2 {
	font-size:1.2rem;
	font-weight:500;
	color:var(--green);
	margin-bottom:5px;
}
.main_noti dt {
	float:left;
	width:95px;
	height:95px;
	margin-right:15px;
}
.main_noti dd {
	line-height:1.5rem;
	width:100%;
}
.more {
	color:#666;
}

.ft_copy {
	width:550px;
	padding:30px 0px;
}
.ft_count {
	width:240px;
	padding:30px 25px;
	background:#494949 !important;
}
.ft_tel {
	width:210px;
	padding:30px 25px;
	background:var(--green);
}
.you_bg {
	position: relative; !important; 
	width: 100%; 
	min-height:600px; 
	left: 0; bottom: 0;
}

.gnb_menu.is-hover:before,
.gnb_menu.is-hover:focus:before {
	right:0;
}
.gnb_menu.is-hover a,
.gnb_menu.is-hover > a,
.gnb_menu.is-hover {
	color:var(--green);
}
