@charset "utf-8";
/* CSS Document */
@import url(sub_con.css);
@import url(vgnav.css);
@import url(vgnav-theme.css);

body {
	box-sizing: border-box;
	position: relative;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
	font-size: 1.6rem;
	line-height: 160%;
	color: #787878;
	word-break: keep-all;
	top: 0px !important;
}

body h1 {
	font-size: 4.2rem;
}
body h2 {
	font-size: 3.6rem;
}
body h3 {
	font-size: 3.2rem;
}
body h4 {
	font-size: 2.7rem;
}
body h5 {
	font-size: 2.4rem;
}
body h6 {
	font-size: 2.1rem;
}
body p,
body li,
body dt {
	font-size: 1.7rem;
	line-height: 160%;
}

h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 160%;
	color: #333;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
}

header {
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	width: 100%;
	height: 24.4rem;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #e2efff;
}
main {
	position: relative;
	padding-top: 24.4rem;	
}

.brown {
	color: #a78956;	
}
.black {
	color: #101010;	
}
.blue_txt {
	color: #19398a !important;	
}

#main_body {
	background-image: url(../main/images/top_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px;
}
#main_body header {
	background-color: transparent;	
}
header .inner1 {
	padding: 0px;
	text-align: center;
}

/******* HD_TOP CSS ********/
#hd_top .top_zone {
	padding: 0px;
	background-color: #5d88fb;
}
#hd_top .top_zone .inner {
	padding: 5px 10px 0px 10px;
	display: flex;
	justify-content: space-between;
}
#hd_top .top_zone .inner .site_link {
	display: flex;
	justify-content: space-between;
}
#hd_top .top_zone .site_link a {
	display: inline-block;
	padding: 5px 20px 8px 20px;
	color: #fff;
	font-weight: 500;
}
#hd_top .top_zone .site_link a.on,
#hd_top .top_zone .site_link a:hover {
	color: #5d88fb;
	background-color: #e2efff;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
#hd_top .top_zone .top_sns a {
	width: 24px;
	height: 22px;
	display: inline-block;
	margin: 5px 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
#hd_top .top_zone .top_sns a.instar {
	background-image: url(../main/images/instar.png);
}
#hd_top .top_zone .top_sns a.youtube {
	background-image: url(../main/images/youtube.png);
}
#hd_top .top_zone .top_sns a.cacao {
	background-image: url(../main/images/cacao.png);
}
#hd_top .top_zone .top_sns a.facebook {
	background-image: url(../main/images/facebook.png);
}

#hd_top .inner1.logo_zone {
	position: relative;
	max-width: 1300px;
}
#hd_top .logo_zone .logo {
	display: block;
    width: 360px;
	height: 53px;
    transition: all 0.3s ease-in-out;
	margin: 35px auto;
}
#hd_top .logo_zone .logo img {
	width: 100%;	
}
#hd_top .logo_zone .top_btn {
	position: absolute;
	width: auto;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#hd_top .logo_zone .top_btn li {
	display: inline-block;
	margin: 0px 10px;
}
#hd_top .logo_zone .top_btn li a {
	font-size: 1.6rem;
}
#hd_top .logo_zone .top_btn li a:hover {
	text-decoration: underline;
}

header.active {
    position: fixed;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 225px;
}
header.active #hd_top .top_zone .site_link a.on,
header.active #hd_top .top_zone .site_link a:hover {
	background-color: #fff;	
}
header.active #hd_top .top_zone .inner {
	max-width: 100%;
	padding-left: 100px;
	padding-right: 100px;
}
#main_body header.active {
	background-color: #fff;	
}
header.active #hd_top .inner1 {
    max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
header.active #hd_top .logo_zone .logo {
	margin: 25px auto;
}

#hd_top .inner1 {
	overflow: inherit !important;
	max-width: 1480px;
}
.menu_btn {
	position: absolute;
	right: 20px;
	top: 50%;
	margin: 0px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.menu_btn button {
	width: 27px;
	height: 22px;
	background: url(../main/images/m_btn.png) no-repeat;
	border: none;
	margin: 0px;
	background-size: 100%;
}


/******* MENU CSS ********/

nav {
	display: block;
}
nav .gnb {
	text-align: center;
}
nav .gnb > li {
	float: left;
	position: relative;
	text-align: center;
	padding: 0px;
	width: 12.5%;
}
nav .gnb > li > a {
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: -0.05rem;
    color: #000;
	padding: 25px 5px;
	position: relative;
	word-break: keep-all;
	overflow: hidden;
	display: flex;
    align-items: center;
	text-align: center;
	justify-content: center
}
nav .gnb > li > a:after {
	content: "";
	width: 0;
	height: 5px;
	background: #f5b500;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	z-index: 1000;
}
nav .gnb > li > a:hover:after {
	width: 100%;
}
nav .gnb > li > .depth2 {
	position: absolute;
	width: 100%;
	height: 585px;
	padding: 10px 0;
	display: none;
	left: 0px;
	background-color: rgba( 0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	overflow: auto;
}
nav .gnb > li > .depth2:after {
	content: "";
	width: 0;
	height: 4px;
	background: #5d88fb;
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	z-index: 1000;
}
nav .gnb > li > .depth2:hover:after {
	width: 100%;
}
nav .gnb > li:hover > .depth2,
nav .gnb > li > .depth2:hover {
	background-color: #f7f7f7;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
nav .gnb > li > .depth2:hover:after {
	width: 100%;
}
nav .gnb > li:first-child > .depth2:before {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
	height: 100%;
    display: block;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0px;
    left: 0px;
}
/*nav .gnb > li:last-child > .depth2:after {
	left: auto;
    right: 0px;
}*/
nav .gnb > li > .depth2 > li {
	text-align: left;
	padding: 0.7rem 2rem;
	letter-spacing: -0.05rem;
}
nav .gnb > li > .depth2 > li:last-child {
	margin: 0;
}
nav .gnb > li > .depth2 > li > a {
    font-size: 1.6rem;
	line-height: 140%;
    color: #222;
    font-weight: 400;
	word-break: keep-all;
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	vertical-align: top;
}
nav .gnb > li > .depth2:hover > li > a:hover,
nav .gnb > li > .depth2:hover > li .depth3 > li > a:hover {
	color: #333;
	font-weight: 500;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
nav .gnb > li > .depth2 > li .depth3 > li > a {
	color: #888;
    padding: 0.3rem 0rem;
    position: relative;
    font-size: 1.4rem;
	line-height: 140%;
	font-weight: 300;
	display: inline-block;
}


/******* MENU BG CSS ********/
.gnbBg {
	position: absolute;
	height: 0;
	background-color: #fff;
	z-index: 102;
	width: 100%;
	top: 157px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.gnbBg.on {
	position: absolute;
	height: 670px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gnbBg.on:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	top: 87px;
	left: 0px;
}

.active.gnbBg {
	position: fixed;
	top: 151px;
	display: block;
}
.active.gnbBg.on {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 640px;
}
.active.gnbBg.on:before {
	top: 72px;
}


/******* Mobile MENU CSS ********/
header nav .top {
	display: none;
}
header nav .top .img img {
	width: 140px;
}



/****** slide CSS *******/
#slide {
	padding: 30px 0px 0px 0px;
	position: relative;
	margin-bottom: 120px;
}
#slide .slide_box {
	max-width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
#slide .swiper-wrapper {
	width: 100%;
	padding: 30px 0px;
}
#slide .swiper-wrapper .swiper-slide {
	position: relative;
	padding: 10px 0px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#slide .swiper-wrapper .swiper-slide img {
	position: relative;
	border-radius: 2.4rem;
	width: 300px;
	height: 424px;
	/*margin: 30px 50px;*/
	display: block;
	object-fit: cover;
	transition: all 0.3s;
}
#slide .swiper-wrapper .swiper-slide .con {
	position: absolute;
	width: 300px;
	height: 424px;
	padding: 40px 30px;
	margin: 0px auto;
	border-radius: 2.4rem;
	background-color: rgba(0, 0, 0, 0.85);
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	color: #fff;
}
#slide .swiper-wrapper .swiper-slide-active img {
   	transform: scale(1.15);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#slide .swiper-wrapper .swiper-slide-active .con {
	transform: scale(1.15);	
	opacity: 1;
}

#slide .swiper-wrapper .swiper-slide .con .dday {
	padding: 0px 20px;
	font-size: 1.4rem;
	border-radius: 2rem;
	border: 2px solid rgba(256, 256, 256, 1);
	display: inline-block;
	margin-bottom: 2rem;
}
#slide .swiper-wrapper .swiper-slide .con  h6 {
	color: #fff;
	line-height: 130%;
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: -1px;
}
#slide .swiper-wrapper .swiper-slide .con .info {
	padding: 40px 0px;	
}
#slide .swiper-wrapper .swiper-slide .con .info p {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#slide .swiper-wrapper .swiper-slide .con .info p .tit {
	background-color: #5d88fb;
	border-radius: 2rem;
	display: inline-block;
	margin-right: 10px;
	padding: 2px 20px	
}
#slide .swiper-wrapper .swiper-slide .con .bnt_zone {
	text-align: center;	
}
#slide .swiper-wrapper .swiper-slide .con .yellow.button {
	background-color: #f5b500;
	color: #333;
	font-size: 1.4rem;
	padding: 10px 20px;
	font-weight: 700;
	letter-spacing: -1px;
}
#slide .swiper-wrapper .swiper-slide .con .yellow.button.basic {
	border-color: #f5b500;
	color: #f5b500;
}

#slide .slide_pre,
#slide .slide_next {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 2px solid #666;
	border-radius: 50%;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
	font-family: 'Gmarket Sans';
	font-size: 36px;
	line-height: 60px;
	font-weight: 500;
	text-align: center;
}
#slide .slide_pre {
	left: 100px;;
}
#slide .slide_next {
	right: 100px;
}
#slide .swiper-pagination { 
	text-align: left;
	transform: translate(-50%, 0px);
	z-index: 10;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: auto;
}
#slide .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 2px;
	width: 11px;
	height: 11px;
	padding: 0;
	border-radius: 10px;
	background-color: #888;
	opacity: 1;
}
#slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 45px;
	background-color: #3c6be5;
}



/****** hot_zone CSS *******/
#main_con {
	margin-bottom: 120px;
}
.hot_zone {
	overflow: hidden;
}
.hot_zone .notice_zone {
	float: left;
	width: calc( 100% - 460px);
	height: 460px;
	background-color: #5d88fb;
	padding: 40px 40px 0px 40px;
}
.hot_zone .notice_zone .notice,
.hot_zone .notice_zone .notice a {
	display: flex;
	justify-content: space-between;
}
.hot_zone .notice_zone hr,
.hot_zone .notice_zone .notice {
	margin-bottom: 40px;	
}
.hot_zone .notice_zone .notice .tit {
	float: left;
	width: 170px;
}
.hot_zone .notice_zone .notice .tit h5,
.hot_zone .notice_zone .notice a {
	color: #fff;	
}
.hot_zone .notice_zone .notice .tit a {
	cursor: pointer;
}
.hot_zone .notice_zone .notice .tit {
	width: 170px;
}
.hot_zone .notice_zone .notice .nocice_list {
	width: calc(100% - 170px);
	padding-top: 5px;
}
.hot_zone .notice_zone .notice .nocice_list a {
	margin-bottom: 3px;	
}
.hot_zone .notice_zone .notice .nocice_list a .link {
	cursor: pointer;
	max-width: 440px;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot_zone .notice_zone .notice .nocice_list a .link:hover {
	text-decoration: underline;
}
.hot_zone .notice_zone .notice .nocice_list a .date {
	color: rgba(256, 256, 256, 0.75);
	width: 90px;
}

.hot_zone .link_zone {
	float: right;
	width: 460px;
	display: flex;
	flex-wrap: wrap;
}
.hot_zone .link_zone .link {
	width: 230px;
	height: 230px;
	padding: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	font-size: 1.9rem;
	color: #333;
	font-weight: 500;
	cursor: pointer;
}
.hot_zone .link_zone .link:hover {
	color: #fff;
	background-color: #666 !important;
	-webkit-transition: background-color 0.3s ease color 0.3s ease;
	-moz-transition: background-color 0.3s ease color 0.3s ease;
	-o-transition: background-color 0.3s ease color 0.3s ease;
	transition: background-color 0.3s ease color 0.3s ease;
}
.hot_zone .link_zone .link.two {
	background-color: #d2d2d2;
}
.hot_zone .link_zone .link.three {
	background-color: #f5b500;
}
.hot_zone .link_zone .link.four {
	background-color: #333;
	color: #fff;
}
.hot_zone .link_zone .link .tit {
	display: block;
	padding-top: 85px;
	background-image: url(../main/images/main_icon_01.png);
	background-position: top center;
	background-repeat: no-repeat;	
}
.hot_zone .link_zone .link.two .tit {
	background-image: url(../main/images/main_icon_02.png);
}
.hot_zone .link_zone .link.three .tit {
	background-image: url(../main/images/main_icon_03.png);
}
.hot_zone .link_zone .link.four .tit {
	background-image: url(../main/images/main_icon_04.png);
}

.hot_zone .link_zone .link:hover .tit {
	background-image: url(../main/images/main_icon_01_ov.png);
}
.hot_zone .link_zone .link.two:hover .tit {
	background-image: url(../main/images/main_icon_02_ov.png);
}
.hot_zone .link_zone .link.three:hover .tit {
	background-image: url(../main/images/main_icon_03_ov.png);
}
.hot_zone .link_zone .link.four:hover .tit {
	background-image: url(../main/images/main_icon_04_ov.png);
}


/****** course *******/
#course {
	margin-bottom: 120px;
}
#course h3 {
	text-align: center;
	margin-bottom: 40px;
}
#course h5 {
	margin-bottom: 20px;
}
#course .bus_course {
	/*margin-bottom: 80px;*/
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#course .bus_course .item {
	width: 12.5%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
#course .bus_course .item:before {
	content: "";
	position: absolute;
	height: 9px;
	width: 100%;
	background-color: #d2d2d2;
	display: block;
	top: 65px;
	left: 0px;
	z-index: 1;
}
#course .bus_course .bus_icon {
    width: 100%;
    height: 3rem;
    display: block;
    background-image: url(../main/images/view_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#course .inner1 .view_icon {
	display: block;
	padding-bottom: 4rem;
	margin: 2rem 0px 4rem 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-position: left 5px;	
}
#course .inner1 span.view_icon:nth-of-type(2) {
	border-bottom: none;
	padding-bottom: 0rem;
	margin: 2rem 0px 0rem 0px;
}
#course .bus_course .item .time {
	background-image: url(../main/images/bus_icon_02.png);
	background-position: top center;
	width: 49px;
	height: 73px;
	display: block;
	padding-top: 12px;
	font-size: 1.5rem;
	margin: 0px auto 15px auto;
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 10;
}
#course .bus_course.two .item .time {
	background-image: url(../main/images/bus_icon_04.png);	
}
#course .bus_course .item .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
}
#course .bus_course .item .tit .txt {
	word-break: keep-all;
	color: #666;
	display: block;
	letter-spacing: -0.5px;
	font-size: 1.6rem;
	line-height: 140%;
}
#course .bus_course .item .tit .txt .sm_txt {
	font-size: 1.3rem;
	
}
#course .bus_course .item:first-child .time,
#course .bus_course .item:last-child .time {
	background-image: url(../main/images/bus_icon_01.png);
}
#course .bus_course.two .item:first-child .time,
#course .bus_course.two .item:last-child .time {
	background-image: url(../main/images/bus_icon_03.png);
}
#course .bus_course .item:first-child .tit .txt,
#course .bus_course .item:last-child .tit .txt {
	color: #3c6be5;
	font-weight: 500;
}
#course .bus_course.two .item:first-child .tit .txt,
#course .bus_course.two .item:last-child .tit .txt {
	color: #c2961a;
}


/******** SNS CSS *******/
#sns_news {
	padding: 100px 0px;
	background-color: #5d88fb;
	background-image: url(../main/images/youtube_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#sns_news .inner1 {
	overflow: hidden;
	margin-bottom: 50px;
}
#sns_news .inner1 .sns_tit {
	float: left;
	width: 480px;
}
#sns_news .inner1 .sns_tit h3,
#sns_news .inner1 .sns_tit p,
#sns_news .sns_tab a  {
	color: #fff;
}
#sns_news .sns_tab {
	float: left;
	width: calc(100% - 480px);
	padding-top: 35px;
}
#sns_news .sns_tab a {
	font-size: 1.7rem;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding: 0.5rem 2.5rem;
	border: 3px solid rgba(256, 256, 256, 0);
	border-radius: 2.5rem;
}
#sns_news .sns_tab a.on {
	border: 3px solid rgba(256, 256, 256, 1);
}
#sns_news .sns_list .sns_item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#sns_news .sns_list .sns_item .item {
	width: 300px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}
#sns_news .sns_list .sns_item .item dd {
	overflow: hidden;
	height: 280px;
	display: block;
	position: relative;
}
#sns_news .sns_list .sns_item .item dd .grey {
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sns_news .sns_list .sns_item .item dd .grey .icon {
	margin: 0px;
	font-size: 3.5rem;
	color: rgba(256, 256, 256, 1);
}
#sns_news .sns_list .sns_item[typer='type_01'] dd {
	height: 170px;
}
#sns_news .sns_list .sns_item .item dd img {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
#sns_news .sns_list .sns_item dd:hover img {
	width: 110%;
}
#sns_news .sns_list .sns_item .item dt {
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}
#sns_news .sns_list .sns_item .item dt .tit {
	line-height: 24px;
	font-weight: 500;
	color: #333;
	letter-spacing: -1px;
	word-break: keep-all;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	height: 48px;
}
#sns_news .sns_list .sns_item .item dt .date {
	font-size: 14px;
	line-height: 22px;
	color: #787878;
	display: block;
}



/****** footer CSS *******/
#footer {
	background-color: #333;
	padding: 80px 0px;
}
#footer hr {
	border-color: rgba(256, 256, 256, 0.2);
	margin-bottom: 30px;	
}
#footer .inner1 .block {
	margin-bottom: 30px;
	padding: 0px;
	overflow: hidden;
	padding-right: 280px;
}
#footer .inner1 .sitemap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#footer .inner1 .sitemap .item {
	width: 12.5%;	
}
#footer .inner1 .sitemap .item .big {
	font-size: 1.9rem;
	font-weight: 700;	
	margin-bottom: 10px;
	color: #fff;
}
#footer .inner1 .sitemap .item li a {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: -0.05rem;
	color: rgba(256, 256, 256, 0.6);
}
#footer .inner1 .sitemap .item li a:hover,
#footer .inner1 .footer_link a:hover {
	text-decoration: underline;	
}
#footer .inner1 .footer_link {
	float: left;
}
#footer .inner1 .footer_link a {
	color: #fff;
	line-height: 44px;
}
#footer .inner1 .footer_link a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 17px;
	background-color: rgba(256, 256, 256, 0.2);
	display: inline-block;
	margin: 0px 14px 0px 18px;
	vertical-align: -3px;
}
#footer .inner1 .footer_link a:last-child:after,
#footer .inner1 .copyright div p .bar:last-child:after  {
	display: none;	
}
#footer .inner1 .footer_sns {
	float: right;
	width: 250px;
	display: flex;
	justify-content: space-between;
}
#footer .inner1 .footer_sns a {
	width: 44px;
	height: 44px;
	background-color: #7a7a7a;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	border-radius: 50%;	
}
#footer .inner1 .footer_sns a.instar {
	background-image: url(../main/images/instar.png);
}
#footer .inner1 .footer_sns a.youtube {
	background-image: url(../main/images/youtube.png);
}
#footer .inner1 .footer_sns a.cacao {
	background-image: url(../main/images/cacao.png);
}
#footer .inner1 .footer_sns a.facebook {
	background-image: url(../main/images/facebook.png);
}
#footer .inner1 .copyright {
	padding: 0px 0px 0px 220px;
	min-height: 95px;
	background-image: url(../main/images/f_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
#footer .inner1 .copyright div {
	width: 100%;
	text-align: right;
}
#footer .inner1 .copyright div p {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
}

#footer .inner1 .copyright div p .bar:after {
	content: "";
	width: 1px;
	height: 15px;
	background-color: rgba(256, 256, 256, 0.1);
	display: inline-block;
	margin: 0px 4px 0px 8px;
	vertical-align: -3px;
}
#footer .inner1 .ui.selection.dropdown {
	position: absolute;
	width: 250px;
	right: 0px;
	top: 0px;
	border: 1px solid rgba(256, 256, 256, 0.2);
	background-color: #262424;	
    color: #999;
    border-radius: 0px;
}
footer .ui.selection.dropdown>.dropdown.icon {
    color: #999;
    width: 32px;
    height: 32px;
    line-height: 32px;
	margin-top: 5px;
	padding: 0px;
	margin: 0px;
	font-family: Icons;
	font-size: 1.6;
	top: 5px;
	right: 10px;
}
.ui.dropdown>.dropdown.icon:before {
    content: "\f078";
	display: block;
}
footer .ui.selection.dropdown:hover,
footer .ui.selection.dropdown:focus,
footer .ui.selection.dropdown:focus .menu,
footer .ui.selection.active.dropdown,
footer .ui.selection.active.dropdown .menu,
footer .ui.selection.active.dropdown:hover .menu {
   border: 1px solid #676767;
}
footer .ui.selection.active.dropdown:hover {
	border-color: #bababa;
}
footer .ui.default.dropdown:not(.button)>.text,
footer .ui.dropdown:not(.button)>.default.text {
    color: rgba(256,256,256,0.87);
}
footer .ui.selection.dropdown .menu>.item {
    font-size: 1.4rem;
    line-height: 160%;
}


@media (max-width: 1499px) {
	html {
		font-size: 9px;
		box-sizing: border-box;
	}
	header {
		height: 22.8rem;
	}
	header.active {
		height: 205px;
	}
	#hd_top .logo_zone .logo {
		width: 324px;
		height: 48px;
		margin: 25px auto;
	}
	
	nav .gnb > li > a {
		padding: 20px 5px;
	}
	#hd_top .top_zone .site_link a {
		padding: 5px 15px 9px 15px;
	}
	.gnbBg {
	    top: 140px;
	}
	.gnbBg.on,
	.active.gnbBg.on {
		height: 600px;
	}
	.active.gnbBg.on:before {
		top: 60px;
	}
	.active.gnbBg {
		top: 140px;
	}
	.gnbBg.on:before {
		top: 64.5px;
	}
	nav .gnb > li > .depth2 {
		height: 534px;
	}

	
}

@media (max-width: 1299px) {
	#main_body {
		background-size: 1560px;
	}
	header,
	header.active {
		height: 140px;
	}
	main {
		padding-top: 140px;
	}
	header nav {
		position: fixed;
		width: 90%;
		max-width: 380px;
		right: 0;
		top: 0;
		z-index: 10000;
		background: #fff;
		overflow-y: scroll;
		height: 100%;
		padding: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		right: -380px;
		text-align: left;
	}
	.gnbBg_m {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		left: 0;
		top: 0;
		display: none;
		z-index: 1000;
	}
	.gnbBg {
		display: none;	
	}
	
	header nav .top {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding: 20px;
		position: relative;
	}
	header nav .top .img img {
		width: 270px;
		display: inline-block;
	}
	header nav .menu_close {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -9px;
	}
	header nav .menu_close button {
		width: 19px;
		height: 19px;
		background: url("../main/images/menu_close.png") no-repeat center;
		border: none;
	}
	header nav .gnb > li > .depth2:before {
		display: none;
	}
	header nav .gnb > li {
		float: none;
		border-bottom: 1px solid #e1e1e1;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	header nav .gnb > li > a {
		font-weight: 500;
		text-align: left;
		padding: 15px 20px;
		font-size: 17px;
		line-height: 160%;
		width: 100%;
		height: auto;
		text-align: left;
		display: block;
	}
	header nav .gnb > li > a:focus, 
	header nav .gnb > li:hover > a {
		background: #5d88fb;
		color: #fff !important;
	}
	nav .gnb > li > a:after {
		background: rgba(0, 0, 0, 0.2);
	}
	header nav .gnb > li > .depth2 {
		position: static;
		background: #f5f5f5;
		padding: 20px 14px;
		width: 100%;
		height: auto;
	}
	header nav .gnb > li > .depth2 > li {
		margin-bottom: 5px;
		padding-left: 0px;
	}
	header nav .gnb > li > .depth2 > li:last-child {
		margin: 0;
	}
	header nav .gnb > li > .depth2 > li > a {
		color: #333;
		text-align: left;
		position: relative;
		padding: 0px;
		font-size: 1.6rem;
		width: 100%;
    	display: block;
		padding-left: 15px;
	}
	nav .gnb > li > .depth2:after {
		display: none;	
	}
	header nav .gnb > li > .depth2 > li > a:focus,
	header nav .gnb > li > .depth2 > li > a:hover {
		color: #c90050;
	}
	header nav .gnb > li > .depth2 > li > a:before {
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #999;
		display: block;
		position: absolute;
		left: 5px;;
		top: 8px;
		display: block;
	}
	nav .gnb > li > .depth2 > li .depth3 > li > a {
		padding: 0.3rem 15px;
		font-size: 1.5rem;
		display: block;
	}
	#slide {
		padding: 20px 0px 0px 0px;
		margin-bottom: 80px;
	}
	#slide .slide_pre {
		left: 50px;
	}
	#slide .slide_next {
		right: 50px;
	}
	#slide .slide_pre, #slide .slide_next {
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
	.hot_zone .notice_zone {
		float: none;
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.hot_zone .notice_zone hr {
		margin: 30px 0px;
	}
	.hot_zone .notice_zone .notice {
		margin-bottom: 0px;
	}
	.hot_zone .link_zone {
		float: none;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.hot_zone .link_zone .link {
		width: 25%;
		height: auto;
		padding: 30px;
		font-size: 1.8rem;
	}
	.hot_zone .link_zone .link .tit {
		padding-top: 75px;
		background-size: 70px;
	}
	#main_con,
	#course {
		margin-bottom: 60px;
	}
	#course .inner1 {
		padding: 0px 20px;	
	}
	.viewbox-button-close {
		top: 40px !important;
		right: 25px !important;
	}
	.viewbox-button-default {
		height: 36px !important;
		width: 36px !important;
	}
	#sns_news,
	#footer {
    	padding: 40px 20px;
	}
	#sns_news .inner1 {
		margin-bottom: 30px;
	}
	
	#sns_news .sns_list .sns_item .item dd {
		height: 230px;
	}
	#sns_news .sns_list .sns_item[typer='type_01'] dd {
		height: 135px;
	}
	#sns_news .sns_list .sns_item .item {
		min-width: 240px;
		width: 23%;
	}
}
@media (max-width: 1023px) {
	#hd_top .logo_zone .logo,
	header.active #hd_top .logo_zone .logo {
		margin: 25px 20px;
	}
	header.active #hd_top .inner1 {
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	header.active #hd_top .top_zone .inner {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#slide .swiper-wrapper .swiper-slide img,
	#slide .swiper-wrapper .swiper-slide .con {
		border-radius: 2rem;
		width: 225px;
		height: 318px;
	}
	#slide .swiper-wrapper .swiper-slide .con {
		padding: 30px 15px;
	}
	#slide .swiper-wrapper .swiper-slide .con .info p .tit {
		background-color: #5d88fb;
		border-radius: 0.5rem;
		display: inline-block;
		margin-right: 5px;
		padding: 2px 5px;
	}
	#slide .swiper-wrapper .swiper-slide .con .info {
		padding: 20px 0px;
	}
	#slide .swiper-wrapper .swiper-slide .con .yellow.button {
		padding: 8px 15px;
	}
	#main_con {
		padding: 0px;
	}
	.hot_zone .link_zone .link {
		padding: 30px 20px;
	}
	.hot_zone .link_zone .link .tit {
		padding-top: 60px;
		background-size: 60px;
	}
	#main_con, #course {
		margin-bottom: 40px;
	}
	#course .bus_course .item {
		width: 16.66%;
		margin-bottom: 30px;
	}
	#sns_news {
    	padding: 40px 20px 20px 20px;
	}
	#sns_news .inner1 {
		margin-bottom: 0px;
	}
	#sns_news .sns_list .sns_item {
		height: auto;
		overflow-y: hidden;
		overflow-x: scroll;
		overscroll-behavior: none;
		position: relative;
		user-select: none;
		white-space: nowrap;
		width: 100%;
		user-select: none;
		-webkit-user-drag: none;
		touch-action: auto;
	}
	#sns_news .sns_list .sns_item .item {
		display: inline-block;
    	margin: 5px;
	}
	#sns_news .inner1 .sns_tit {
		width: 380px;
	}
	#sns_news .sns_tab {
		width: calc(100% - 380px);
		margin-bottom: 20px;
	}
	#footer {
    	padding: 40px 20px;
	}
	#footer .inner1 .sitemap {
		margin-bottom: 20px;
	}
	#footer .inner1 .sitemap .item {
		width: 25%;
		margin-bottom: 30px;
	}
	
	
	#footer hr {
		margin-bottom: 20px;
	}
	#footer .inner1 .footer_sns a {
		width: 38px;
		height: 38px;
		background-size: 24px;
	}
	#footer .inner1 .footer_link {
    	float: none;
	}
	#footer .inner1 .footer_sns {
		float: none;
		width: 250px;
	}
	#footer .inner1 .copyright {
		background-size: 160px;
	}
}

@media (max-width: 767px) {
	body h1 {
		font-size: 3.6rem;
	}
	body h2 {
		font-size: 3.0rem;
	}
	body h3 {
		font-size: 2.4rem;
	}
	body h4 {
		font-size: 2.2rem;
	}
	body h5 {
		font-size: 2.0rem;
	}
	body h6 {
		font-size: 1.8rem;
	}
	body p,
	body li,
	body dt {
		font-size: 1.6rem;
		line-height: 150%;
	}

	header, header.active {
    	height: 154px;
	}
	#hd_top .top_zone .site_link a {
		padding: 5px 8px 9px 8px;
		font-size: 1.4rem;
	}
	#hd_top .top_zone .inner .top_sns {
		display: none;
	}
	#hd_top .logo_zone .logo {
		width: 252px;
		height: 37px;
		margin: 25px auto 50px auto;
	}
	#hd_top .logo_zone .top_btn li {
    	margin: 0px 5px;
	}
	#hd_top .logo_zone .top_btn {
		position: absolute;
		width: auto;
		right: 20px;
		top: auto;
		bottom: -50px;
	}
	header nav {
		width: 75%;
	}
	header nav .top .img img {
		width: 230px;
	}
	header nav .gnb > li > a {
		padding: 13px 20px;
		font-size: 16px;
	}
	#slide .slide_pre, #slide .slide_next {
		width: 40px;
		height: 40px;
		font-size: 30px;
		line-height: 44px;
		border: 1px solid #666;
	}
	#slide .slide_pre {
    	left: 25%;
	}
	#slide .slide_next {
		right: 25%;
	}
	#slide .swiper-wrapper .swiper-slide .con h6 {
		font-size: 1.8rem;	
	}
	main {
    	padding-top: 154px !important;
	}
	body p, body li, body dt {
    	font-size: 1.6rem;
	}
	.hot_zone .link_zone .link {
		padding: 20px 15px;
	}
	.hot_zone .link_zone .link .tit {
		padding-top: 48px;
		background-size: 48px;
	}
	.hot_zone .link_zone .link {
		font-size: 1.4rem;
		line-height: 130%;
	}
	
	.hot_zone .notice_zone {
		padding: 20px;
	}
	.hot_zone .notice_zone .notice {
    	display: block;
	}
	.hot_zone .notice_zone .notice .tit {
		width: 100%;
		float: none;
		position: relative;
	}
	.hot_zone .notice_zone .notice .tit a {
		position: absolute;
		right: 20px;
		top: 10px;
	}
	.hot_zone .notice_zone .notice .nocice_list {
		width: 100%;
		padding-top: 5px;
	}
	.hot_zone .notice_zone .notice .nocice_list a .link {
		max-width: calc(100% - 120px);
	}
	#course h3 {
    	margin-bottom: 20px;
	}
	#course .bus_course .item,
	#footer .inner1 .sitemap .item {
		width: 33.33%;
		margin-bottom: 20px;
	}
	#footer .inner1 .block {
		padding: 0px;
		overflow: hidden;
		padding-right: 0px;
	}
	#sns_news .inner1 .sns_tit,
	#sns_news .sns_tab,
	#footer .inner1 .footer_link {
		float: none;
		width: 100%;
	}
	#footer .inner1 .footer_link,
	#footer .inner1 .footer_sns {
		text-align: center;	
	}
	#footer .inner1 .footer_sns {
		margin: 0px auto;
		width: 180px;
	}
	#sns_news .sns_tab {
		padding-top: 10px;
	}
	#footer {
		position: relative;
		margin-top: 39px;
	}
	#footer .inner1 {
		position: static;
		padding: 0px;
	}
	#footer .inner1 .ui.selection.dropdown {
		position: absolute;
		width: 100%;
		top: -39px;
		border: 1px solid rgba(256, 256, 256, 0.2);
	}
	#footer .inner1 .copyright {
		padding: 110px 0px 0px 0px;
		background-position: center top;
	}
	#footer .inner1 .copyright div {
		text-align: left;
	}
	#footer .inner1 .copyright div p .bar:nth-child(3) {
		display: block;	
	}
	#slide {
		height: 460px;
		overflow: hidden;
		padding: 20px 0px 0px 0px;
    	margin-bottom: 0px;
	}
	#slide .slide_box {
		position: absolute;
		left: 50%;
		top: 0px;
		width: 100%;
		min-width: 800px;
		padding-bottom: 30px;
		transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transition: all 0.3s ease-in-out;
	}
	#slide .swiper-wrapper .swiper-slide {
		width: 260px;
		margin: 0px !important;
	}
	#slide .swiper-pagination {
		bottom: 0px;
	}
	#footer .inner1 .sitemap .item li {
		padding-right: 0.5rem;
	}
	
	.field_list li .tit {
		padding: 0px 10px 5px 10px;
	}
}


/*********** 애니메이션 ***********/
@keyframes Fadein {
  0% {
    transform:translateY(30px);
	-moz-transform:translateY(30px);
	-webkit-transform:translateY(30px);
	-o-transform:translateY(30px);
	-ms-transform:translateY(30px);
	opacity:0;
  }
  100% {
    transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	opacity:1;
  }
}
@keyframes FadeDown {
  0% {
    transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	opacity:0;
  }
  100% {
    transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	opacity:1;
  }
}
@keyframes imgloading {
	0% {
	  	transition: transform 3s ease-in-out, opacity 3s ease-in-out;
		transform: scale(1.2) rotate(0.003deg);
		opacity: .7;
	}
	100% {
		transform: scale(1) rotate(0.003deg);
		opacity: 1;
	}
}