/* 메인영역 - 비주얼 */
.main .visual { position:relative; }
.main .visual_bg { position:relative; z-index:1; }
.main .visual_bg .item { display: table; width: 100%; height:100vh; background-size:cover; background-position:center;  }
.main .visual_bg .item.one { background-image:url('../images/image/main_visual_big_1.jpg');}
.main .visual_bg .item.two { background-image:url('../images/image/main_visual_big_2.jpg');}
.main .visual_bg .item.three { background-image:url('../images/image/main_visual_big_3.jpg');}
.main .visual_bg .item.four { background-image:url('../images/image/main_visual_big_4.jpg');}
.main .visual_bg .item_box { display:table-cell; vertical-align:middle;}
.main .visual_bg .item_caption {  width:50%; padding: 0px 10px; margin: 0px auto;  }
.main .visual_bg .item_caption .tag { font-size:21px; color:#fff; margin-bottom: 10px; }
.main .visual_bg .item_caption .tit { font-family: 'BMDoHyeon'; font-size:28px; color:#fff; margin-bottom:10px; }
.main .visual_bg .item_caption .link a { font-size:14px; color:#ffffff; text-decoration:underline; }
.main .visual_division { position:absolute; left:0px; top: 0px; right:0px; height:100%; z-index:2; }
.main .visual_division .division { overflow: hidden; position: relative; float:left; width:16.666666%; height:100vh; border-right:1px solid #FFF; }
.main .visual_division .division:last-child { border-right:0px; }
.main .visual_division .division.one a:hover { background-image:url('../images/image/main_division_bg_1.jpg'); }
.main .visual_division .division.two a:hover { background-image:url('../images/image/main_division_bg_2.jpg'); }
.main .visual_division .division.three a:hover { background-image:url('../images/image/main_division_bg_3.jpg'); }
.main .visual_division .division.four a:hover { background-image:url('../images/image/main_division_bg_4.jpg'); }
.main .visual_division .division a { position: relative; display:block; height:100%; background-position:center; background-size:cover; left: -100%;  transition: all 0.3s ease-in-out; }
.main .visual_division .division:hover a { left: 0px; }
.main .visual_division .division .subject { display: none; position:absolute; left:10px; right:10px; bottom: 70px; font-size:16px; line-height:22px; color:#fff; }
.main .visual_division .division .category { display: none; background-color: rgba(255, 255, 255, 0.2); position:absolute; left:0px; right:0px; bottom: 0px; font-size:16px; text-align:center; line-height:50px; height:50px; color:#fff; }
.main .visual_division .division:hover .subject,
.main .visual_division .division:hover .category { display:block; }
@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
}
@media screen and (max-width: 768px ) {
	.main .visual_bg .item_caption { width:80%; }
	.main .visual_bg { position:relative; z-index:3; }
	.main .visual_division { display:none; z-index:1; }
}
@media screen and (max-width: 540px ) {
}

/* 메인영역 - 컨텐츠 */
.main .section_contents { padding: 80px 0px; overflow:hidden; }
.main .section_contents .container { max-width:1140px; }
.main .section_contents .contents_title { position: relative; font-size:30px; font-weight:300; text-align: center; margin-bottom:40px; }
.main .section_contents .owl-carousel .owl-stage-outer { overflow:visible; }
.main .section_contents .owl-item { opacity:0.2; }
.main .section_contents .owl-item.active { opacity: 1; }
.main .section_contents .owl-nav { position:absolute; top: -90px; right:0px; }
.main .section_contents .owl-prev,
.main .section_contents .owl-next{ display: block; overflow: hidden; text-indent: -9999px; text-align: left; width: 102px; height: 8px; margin-left: 8px; }
.main .section_contents .owl-prev { background-image: url('../images/sub/ico_arr_lft1.gif') !important; background-repeat: no-repeat; background-position: center; cursor: pointer; }
.main .section_contents .owl-next { background-image: url('../images/sub/ico_arr_rgh1.gif') !important; background-repeat: no-repeat; background-position: center; cursor: pointer; }
.main .section_contents .owl-prev:hover,
.main .section_contents .owl-next:hover { background-color: #FFF !important; }
.main .section_contents .item_thumb { margin-bottom:25px; }
.main .section_contents .item_cont { }
.main .section_contents .item_cont .tag { position: relative; font-size: 14px;margin-bottom:10px; }
.main .section_contents .item_cont .tit { font-family: 'Noto Serif KR', serif; font-size:22px; line-height:28px; }
@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
	.main .section_contents .item_cont .tit { font-size: 16px; line-height: 24px; }
}
@media screen and (max-width: 768px ) {
	.main .section_contents .owl-nav { display: none; }
}
@media screen and (max-width: 540px ) {
}

/* 메인영역 - 하이파이브 */
.main .section_hifive { padding: 80px 0px; }
.main .section_hifive .hifive_title { position: relative; font-size:30px; font-weight:300; text-align: center; margin-bottom:40px; }
.main .section_hifive .hifive_cont {}
.main .section_hifive .hifive_cont:after { display:block; content:''; clear:both; }
.main .section_hifive .hifive_cont .cont_lt { float:left; width: 50%; }
.main .section_hifive .hifive_cont .cont_rt { display: table; float:right; width: 50%; background-color:#f7f7f7; }
.main .section_hifive .hifive_cont .caption { display: table-cell; text-align: center; vertical-align: middle; }
.main .section_hifive .hifive_cont .txt1 { font-size:16px; font-weight:700; margin-bottom:30px; }
.main .section_hifive .hifive_cont .txt2 { font-family: 'Noto Serif KR', serif; font-size:36px; color: #54adc2; line-height: 52px;  margin-bottom:30px;}
.main .section_hifive .hifive_cont .txt3 { font-size:16px; line-height:28px; margin-bottom:30px;}
.main .section_hifive .hifive_cont .link {}
.main .section_hifive .hifive_cont .link a { display: inline-block; font-size: 14px; padding: 10px 20px; border: 1px solid #000; }
@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
}
@media screen and (max-width: 768px ) {
	.main .section_hifive .hifive_cont .cont_lt { float:initial; width: 100%; }
	.main .section_hifive .hifive_cont .cont_lt img { width:100%; }
	.main .section_hifive .hifive_cont .cont_rt { float: initial; width: 95%; height: initial !important; padding: 30px 15px; margin: 0px auto; position: relative; top: -20px; }
	.main .section_hifive .hifive_cont .txt1 { font-size:14px; }
	.main .section_hifive .hifive_cont .txt2 { font-size:22px; line-height: 32px; }
	.main .section_hifive .hifive_cont .txt3 { font-size:14px; line-height:24px; }
}
@media screen and (max-width: 540px ) {
}

/* 메인영역 - 뉴스 */
.main .section_news { background-color:#e8eae8; padding: 80px 0px; }
.main .section_news .news_title { position: relative; font-size:30px; font-weight:300; margin-bottom:40px; }
.main .section_news .news_title:after { display:block; content:''; clear:both; width: 26px; height:2px; background-color:#000; position: absolute; left:0px; bottom:-10px; }
.main .section_news .news_cont { background-color:#ffffff; padding: 20px 30px; min-height:150px; }
.main .section_news .news_cont .tag { position: relative; font-size:16px; padding-left: 10px; margin-bottom:5px; }
.main .section_news .news_cont .tag:after { display:block; content:''; clear:both; width:2px; height:16px; background-color:#000; position: absolute; left: 0px; top: 50%; margin-top:-8px; }
.main .section_news .news_cont .tit { font-size:18px; }
.main .section_news .owl-prev { position: absolute; left: -40px; top: 50%; margin-top: -70px; width: 30px; height: 42px; background-image:url('../images/image/main_news_slide_left.png') !important; background-repeat:no-repeat; background-position:center; }
.main .section_news .owl-next { position: absolute; right: -40px; top: 50%; margin-top: -70px; width: 30px; height: 42px; background-image:url('../images/image/main_news_slide_right.png') !important; background-repeat:no-repeat; background-position:center;  }
.main .section_news .owl-prev:hover { background-color:initial !important; }
.main .section_news .owl-next:hover { background-color:initial !important; }
.main .section_news .owl-prev span { font-size: 0px; }
.main .section_news .owl-next span { font-size: 0px; }

@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
}
@media screen and (max-width: 768px ) {
	.main .section_news .owl-prev { left:-20px; }
	.main .section_news .owl-next { right:-20px; }
	.main .section_news .news_cont{min-height: 200px}

}
@media screen and (max-width: 540px ) {
}

/* 메인영역 - 배너 */
.main .section_banner{padding:80px 0}
.main .banner_wrap{display: flex; justify-content: space-around;}
.main .banner_wrap img{ width:100%}
@media screen and (max-width: 1280px ) {
}
@media screen and (max-width: 1024px ) {
}
@media screen and (max-width: 768px ) {
	.main .banner_wrap{display: block }
	.main .banner_wrap .item{margin-top:60px}
}
@media screen and (max-width: 540px ) {
}

