﻿.main_banner {position: relative;display: flex;justify-content: center;align-items: center;height: 860px;overflow: hidden;}
.banner_img {height: 100%; width: auto;}
.banner_cont {position: absolute;}
.banner_txt {font-weight: 700;font-size: 54px;color: #fff;font-family: "Noto Serif KR";line-height: 1.37;margin-bottom: 50px;}
.banner_btn {display: inline-flex;align-items: center;justify-content: center;width: 200px;height: 60px;border: 1px solid #fff;border-radius: 40px;font-weight: 600;font-size: 18px;color: #fff;}
.banner_btn:hover {border-color: #F99F25;background-color: #F99F25;}

.contents1,.contents2,.contents3,.contents4 {padding: 150px 0;}
.contents1 {position: relative;}
.contents1:before {position: absolute;right: 80px;bottom: 70px;content: "";width: 345px;height: 352px;background-image: url("/resources/img/main/bg_frame.png");background-repeat: no-repeat;}
.content_box {position: relative;height: 330px;display: flex;align-items: center;justify-content: center;flex-direction: column;background-repeat: no-repeat;-webkit-background-size: cover;
background-size: cover;}
.content_box.box1 {background-image: url("/resources/img/main/group_bg1.png");}
.content_box.box2 {background-image: url("/resources/img/main/group_bg2.png");}
.content_box.box3 {background-image: url("/resources/img/main/group_bg3.png");}
.content_box.box4 {background-image: url("/resources/img/main/group_bg4.png");}
.content_box:hover {background: linear-gradient(135deg, #F99F25, #56BC7A, #0083CA);}
.content_txt {font-weight: 600;font-size: 22px;color: #fff;margin-top: 20px;}

.contents2 {background-repeat: no-repeat;-webkit-background-size: cover;
background-size: cover;background-image: url("/resources/img/main/bg_cont.png");}
.contents4 {background-color: #F9F9F9;}
.contents5 {padding: 100px 0;}
.sns_box {padding: 40px;height: 250px;margin: 18px 0;}	
.sns_box.box1 {background-color: #FCF6ED;}
.sns_box.box2 {background-color: #F3F3F3;}
.sns_box.box3 {background-color: #EEF4F9;}
.sns_box.box4 {background-color: #EEF9F2;}
.sns_box.box5 {background-color: #F3F3F3;}
.sns_t1 {font-weight: 700;font-size: 24px;color: #000;margin-bottom: 15px;}
.sns_t2 {font-size: 18px;color: #000;margin-bottom: 30px;line-height: 1.5;}
.sns_t3 {display: flex;align-items: center;justify-content: space-between;}
.sns_link {display: inline-flex;justify-content: center;align-items: center;width: 100px;height: 40px;border-radius: 40px;font-weight: 700;font-size: 14px;color: #fff;}

.sns_box.box1 .sns_link {background-color: #F99F25;}
.sns_box.box2 .sns_link {background-color: #F30000;}
.sns_box.box3 .sns_link {background-color: #0083CA;}
.sns_box.box4 .sns_link {background-color: #56BC7A;}
.sns_box.box5 .sns_link {background-color: #333;}

.main_title {font-weight: 700;font-size: 50px;color: #000;margin-bottom: 30px;}
.main_text {font-size: 20px;color: #000;line-height: 1.5;}
.main_small {font-weight: 700;font-size: 18px;color: #F99F25;margin-bottom: 15px;}

.contents2_slide {position: relative;}
#nav1 {position: absolute;width: 100%;top: 50%;z-index: 30;}
#nav1 a {display: flex;justify-content: center;align-items: center;width: 80px;height: 80px;background-color: #fff;border: 1px solid #ddd;border-radius: 50%;position: absolute;}
#nav1 a.prev {left: 0;}
#nav1 a.next {right: 0;}
#nav1 a:hover {background-color: #F99F25;border-color: #F99F25;}
#nav1 a:hover img {filter: invert(100%);}
.contents2_slide .owl-carousel .owl-item img {max-width: 1200px;margin: 0 auto;}

.flex_wrap {display: flex;}
.flex-left {flex: 1; max-width: 25%;}
.flex-right {flex: 2; max-width: 75%;}

.flex_nav {display: inline-flex;gap: 10px;}
.flex_nav a {display: flex;justify-content: center;align-items: center;width: 80px;height: 80px;background-color: #fff;border: 1px solid #ddd;border-radius: 50%;}
.flex_nav a:hover {background-color: #F99F25;border-color: #F99F25;}
.flex_nav a:hover img {filter: invert(100%);}


.slide2_img {height: 300px;overflow: hidden;display: flex;flex-direction: column;justify-content: center;}
.slide2_cont {padding: 30px;border: 1px solid #ddd;background-color: #fff;}
.slide2_cont_title,.slide3_cont_title {font-weight: 600;font-size: 20px;color: #000;margin-bottom: 20px;}
.slide2_cont_date,.slide3_cont_date {font-size: 15px;color: #999;}

.slide3_cont {padding-top: 30px;}
.slide3_item {border: 1px solid #ddd;padding: 30px;background-color: #fff;}
.slide3_item img { width: 100%;height: auto; object-fit: cover;max-height: 354px;}

@media (max-width: 1560px) {

}
@media (max-width: 1429px) {
	.contents2_slide .owl-carousel .owl-item img {max-width: 1000px;}
}
@media (max-width: 1399px) {

}
@media (max-width: 1259px) {
	.contents2_slide .owl-carousel .owl-item img {max-width: 800px;}
	.slide2_img {height: 250px;}
	.banner_txt {font-size: 40px;}
}
@media (max-width: 1219px) {
	.main_banner {height: 560px;}
	.content_box {height: 280px;}
	.main_title {font-size: 40px;}
	.slide2_img {height: 200px;}
	.slide2_cont {padding: 15px;}
	.slide2_cont_title, .slide3_cont_title {font-size: 18px;}
	.sns_t3 {gap: 20px;flex-direction: column;}
	.sns_box {height: 280px;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px;}
	.contents2_slide .owl-carousel .owl-item img {max-width: 700px;}
	.sns_t1 {font-size: 20px;}
	.sns_t2 {text-align: center;}
}

@media (max-width: 991px) {
	.banner_txt {font-size: 30px;margin-bottom: 25px;}
	.contents1, .contents2, .contents3, .contents4 {padding: 75px 0;}
	.content_box img {width: 50px;}
	.content_txt {font-size: 18px;margin-top: 10px;}
	.content_box {height: 200px;margin: 18px 0;}
	.main_title {font-size: 30px;margin-bottom: 15px;}
	.main_text {font-size: 16px;}
	.sns_box {margin: 18px 0;display: flex; justify-content: center; align-items: center;flex-direction: column;}
	.sns_t2 {font-size: 16px;margin-bottom: 15px;}
	.sns_t1 {font-size: 20px;}
	.contents2_slide .owl-carousel .owl-item img {max-width: 600px;}
	#nav1 a,.flex_nav a {width: 40px;height: 40px;}
	#nav1 a img,.flex_nav a img {width: 5px;}
	.banner_btn {width: 160px;height: 50px;font-size: 16px;}
}

@media (max-width: 767px) {
	.contents1, .contents2, .contents3, .contents4 {padding: 40px 0;}
	.contents5 {padding: 50px 0;}
	.main_banner {height: 460px;}
	.banner_txt {font-size: 25px;}
	.main_title {font-size: 25px;}
	.contents2_slide .owl-carousel .owl-item img {max-width: 100%;}
	.flex_wrap {flex-direction: column;gap: 20px;}
	.flex-left {max-width: 100%;}
	.flex-right {max-width: 100%;}
	.slide2_img {height: 300px;}
	.slide3_item img {object-fit: contain;}
	.content_box {height: 330px;}
	.slide2_cont_title, .slide3_cont_title {font-size: 16px;}
	.slide2_cont_date, .slide3_cont_date {font-size: 13px;}
	.sns_t2 {text-align: center;}
	.img_item {padding: 0 50px;}
}

@media (max-width: 575px) {

}