@charset "utf-8";

#header, #container, #footer{min-width:1500px;}

/* mainVisual */
.mainVisual{
    height: 400px;
}
.mainVisual .visualTxt{
    width:1150px;
    margin:0 auto;
    padding:100px 0 80px;
}
.mainVisual .visualTxt>span{
    font-size:24px;
    text-transform:capitalize;
}
.mainVisual .slide1 .visualTxt>span{
    color:#adb3dc;
}
.mainVisual .slide2 .visualTxt>span{
    color:#eb0000;
}
.mainVisual .visualTxt>h2{
    font-size:50px;
    line-height:60px;
    margin:10px 0 30px;
}
.mainVisual .slide1 .visualTxt>h2{
    color:#fff;
}
.mainVisual .slide2 .visualTxt>h2{
    color:#333;
}
.mainVisual .visualTxt>p{
    margin-bottom:60px;
    font-size:20px;
    color:#777;
}
.mainVisual .bx-wrapper{
    box-shadow: none;
    margin-bottom:0;
}
.mainVisual .slider{
    height: 400px;
    position: relative;
}
.mainVisual .slider li{
    width: 100%;
    height: 100%;
    position: absolute;
}



.mainVisual .bx-wrapper .bx-controls-direction a.disabled{
	display:block !important;
}

.mainVisual .bx-wrapper .bx-prev{
	width:83px;
	height:83px;
    background:url('../images/main/visual_left.png')no-repeat center;
    border-radius:50%;
    left:2%;
    opacity:1;
    transition:.3s;
}
.mainVisual:hover .bx-wrapper .bx-prev{
    opacity:1;
}
.mainVisual .bx-wrapper .bx-next{
    opacity:1;
    right:2%;
    border-radius:50%;
    width:83px;
	height:83px;
    background:url('../images/main/visual_right.png')no-repeat center;
    transition:.3s;
}
.mainVisual:hover .bx-wrapper .bx-next{
	opacity:1;
}
.mainVisual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	bottom:30px;
	width:100%;
	text-align:center;
}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a{
	background:#666 !important;
	border-radius:30px;
}
.mainVisual .bx-wrapper .bx-pager-item a.active{
	background:#eb0000 !important;
}
.mainVisual .bx-wrapper .bx-loading{
	background:none;
}
.bx-start, .bx-stop{
	background:none !important;
}

/* content01 */
#mainContents .content01{
    height: 1054px;
    background: url('../images/main/mainContent01_bg.jpg')no-repeat center;
}
#mainContents .content01 h2{
    padding-top: 100px;
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.BusinessList{
    margin-top: 70px;
}
.BusinessList>ul>li{
    width:259px;
    height:295px;
    background: #fff;
    padding: 40px 30px;
    float: left;
    position: relative;
    margin: 0 37px 40px 0;
}
.BusinessList>ul>li>h3{
    font-size: 24px;
    margin: 15px 0 30px 0;
}

.BusinessList>ul> li .data{
    color:#777777;
    display: block;
    position: absolute;
    bottom: 90px;
}
.BusinessList >ul> li .detail{
    width:109px;
    height:40px;
    line-height: 38px;
    color:#777777;
    border: 1px solid #bbbbbb;;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 40px;
}
.BusinessList> ul >li:hover, .BusinessList> ul >li:hover a{
    background: #eb0000;
    color: #fff;
}
.BusinessList >ul >li:hover .data,.BusinessList > ul > li:hover .detail{
    color: #fff;
}
.BusinessList .infoA{
	width:555px;
	overflow:hidden;
	position:relative;
}
.BusinessList .infoA .item img{
	width:556px;
}
.BusinessList .infoA #counter{
	position:absolute;
	bottom:0;
	right:54px;
	z-index:2;
	color:#fff;
	background:rgba(0,0,0,.7);
	height:54px;
	line-height:54px;
	padding:0 20px;
	border-right:1px solid rgba(225,225,225,.2);;
}

.BusinessList .infoA .owl-prev{
	position:absolute;
	left:0;
	top:41%;
	width:56px;
	height:56px;
}
.BusinessList .infoA .owl-next{
	position:absolute;
	right:0;
	top:41%;
	width:56px;
	height:56px;
}
.BusinessList .infoA .owl-prev img, .BusinessList .infoA .owl-next img{
	position:absolute;
	top:16px;
	left:21px;
} 
.BusinessList .infoBtn{
	position:absolute;
	bottom:0;
	right:0;
	width:54px;
	height:54px;
	background:rgba(0,0,0,.7);
	z-index:10;
	cursor:pointer;
}
.BusinessList .infoBtn .play{
	display:none;
	width:100%;
	height:100%;
	background: url('../images/main/infoPlay_g.png')no-repeat center;
	cursor:pointer;
	
}
.BusinessList .infoBtn .stop{
	width:100%;
	height:100%;
	background: url('../images/main/infoStop_gray.png')no-repeat center;
}
.BusinessMore{
    width:54px;
    height:54px;
    display: block;
    margin: 30px auto 0;
    background: url('../images/main/BusinessListMore.png')no-repeat left 0 center;
}
.BusinessMore:hover{
    background: url('../images/main/BusinessListMore.png')no-repeat right 0 center;
}

/* content02 */
.content02{
    padding: 100px 0;
}
.content02 .section01, .content02 .section02{
    float: left;
    width: 700px;
    position: relative;
}
.content02 .section01 h3, .content02 .section02 h3{
    vertical-align: top;
    height: 70px;
    border-bottom: 2px solid #666666;
    font-size: 36px;
}
.content02 .section01 li, .content02 .section02 li{
    height: 61px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    padding: 0 10px;
}
.content02 .section01 li a, .content02 .section02 li a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
}
.content02 .section01{
    margin-right: 90px;
}
.content02 .data{
    float: right;
}
.content02 .sectionMore{
    padding-right: 15px;
    background: url('../images/main/sectionMore.png') no-repeat right 0 center;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    color: #999;
}
.content02 .sectionMore:hover{
    color: #333;
}

.banner_wrap{
	position:relative; 
	width:1150px; 
	margin:0 auto; 
	padding-left:120px; 
	height:54px; margin-top:40px; box-sizing:border-box;}
.banner_wrap .area_control {position:absolute;left:0;top:13px;overflow:hidden;width:90px;box-sizing:border-box;}
.banner_wrap .area_control .text {float:left;margin-right:11px;}
.banner_wrap .area_control .wrap_controls {float:left;height:26px;}
.banner_wrap .area_control .wrap_controls a {display:inline-block;height:26px; line-height:26px;float:left;}
.banner_wrap .area_control .wrap_controls a img{vertical-align:top;}
.banner_wrap .area_control .wrap_controls .play {display:none;}
.banner_wrap .area_control .view_more {display:inline-block;margin-top:4px;margin-left:3px;line-height:54px;}
.banner_wrap .owl-item {box-sizing:border-box;}
.banner_wrap .owl-item.active:last-child {border:none;}
.banner_wrap .owl-carousel.owl-loaded {margin-top:18px;}
.banner_wrap .owl-carousel .owl-item a img{border:1px solid #dcdcdc; width:187px; height:52px; box-sizing:border-box;}
.banner_wrap .owl-carousel.owl-drag .owl-item ul li a{display:block; text-align:center;padding:0 10px;}

.notice-container{
	display:flex;
	align-items: center;
	width:1400px;
	height:125px;
	margin: 0 auto;
	border-bottom:2px solid #000;
}
.notice-container h2{
	width:190px;
	font-size:25px;
	font-weight:600; /*semi-bold*/
	padding:0 0 0 30px;
	background:url('../images/main/notice_icon.png')no-repeat left center;
}
.notice-container ul{
	display:flex;
	align-items: center;
	width:100%;
    justify-content: center;
}
.notice-container ul li{
	width:33.333%;
	font-size:17px;
	font-weight:500;
	color:#0d0d0d;
}

.notice-container ul li a{
	background:url('../images/main/notice_dot.png')no-repeat left center;
	padding-left:5px;
}

.notice-container ul li span{
	color:#7b7b7b;
	font-size:13px;
	padding-left:25px;
}

.lec-container {
	width:1400px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

.title-area{margin-bottom:40px;}

/* 헤더 섹션 */
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
}

.title-area h2 {
	font-size: 50px;
	font-weight: 600;
	color: #0d0d0d;
	padding:50px 0 0 0;
	margin-bottom: 8px;
}

.title-area p {
	font-size: 16px;
	color: #666;
}

.view-all-btn {
	position:absolute;
	top:0;
	right:0;
	background: #000;
	color: white;
	padding: 12px 24px;
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	transition: background 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.view-all-btn:hover {
	background: #0e3683;
}

.view-all-btn::before {
	content: "≡";
	font-size: 20px;
}

/* 캐러셀 컨테이너 */
.carousel-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* 클래스 카드 스타일 */
.class-card {
	background: white;
	overflow: hidden;
	margin: 15px 5px;
	cursor: pointer;
}

.class-card:hover {
	transform: translateY(-4px);
}

.card-image {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.class-card:hover .card-image img {
	transform: scale(1.05);
}

/* 배지 스타일 */
.badge {
	position: absolute;
	top: 12px;
	right: 12px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius: 150px;
	font-size: 13px;
	font-weight: 600;
	background: #fff;
	z-index: 2;
}

.badge.hot {
	color: #0a77f1;
}

.badge.new {
	color: #2ed573;
}

.badge.best {
	color: #ffa502;
}

.badge.out {
	color: #f10a51;
}

.category-tag {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

/* 카드 콘텐츠 */
.card-content {
	padding: 20px;
	background:#eeeeee;
}

.card-content .category-box{
	position:relative;
}

.category-box span{
	font-size:13px;
	font-weight:400;
	padding:0 2px;
	margin-right:3px;
	background:#fff;
}

.category-box .greenBox{
	color:#4c7f23;
	border:1px solid #4c7f23;
}

.category-box .blueBox{
	border:1px solid #2881e5;
	color:#2881e5;
	
}

.category-box .purpleBox{
	color:#94479d;
	border:1px solid #94479d;
}

.class-title {
	font-size: 25px;
	font-weight: 700;
	color: #333;
	margin:10px 0 20px 0;
}

.class-info {
	margin-bottom: 16px;
}

.info-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	font-size: 13px;
}

.info-label {
	font-size:15px;
	font-weight: 600;
	width:100px;
}

.info-value {
	color: #666;
	font-weight: 500;
	font-size:15px;
	text-align: left;
	flex: 1;
	margin-left: 10px;
}
.info-value strong{
	color:#f56c11;
}


/* 버튼 그룹 */
.button-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 16px;
}

.btn {
	padding: 10px 12px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	border: none;
	text-decoration: none;
	display: inline-block;
}

.btn-outline {
	background: white;
}

.btn-primary {
	background: #292929;
	color: #fff;
}

.btn-disabled {
	background: #292929;
	color: #5b5b5b;
	cursor: not-allowed;
}

/* Owl Carousel 네비게이션 커스터마이징 */
.owl-carousel .owl-nav {
	position: absolute;
	top: 37%;
	width: 100%;
	transform: translateY(-50%);
	margin: 0;
}

.owl-carousel .owl-nav button {
	position: absolute;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	transition: all 0.3s ease;
	outline: none;
	z-index: 20;
}

.owl-carousel .owl-nav button:hover {
	transform: scale(1.05);
}

.owl-carousel .owl-nav .owl-prev {
	left: 0px;
	width:61px;
	height:85px;
	background:url('../images/main/class_left.png')no-repeat left center !important;
	text-indent:-99999px;
}

.owl-carousel .owl-nav .owl-next {
	right: 0px;
	width:61px;
	height:85px;
	background:url('../images/main/class_right.png')no-repeat left center !important;
	text-indent:-99999px;
}

.owl-carousel .owl-nav button span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

/* Owl Carousel 도트 커스터마이징 */
.owl-carousel .owl-dots {
	display:none;
	text-align: center;
	margin-top: 30px;
}

.owl-carousel .owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ddd !important;
	border-radius: 50%;
	margin: 0 5px;
	transition: all 0.3s ease;
	outline: none;
}

.owl-carousel .owl-dot.active {
	background: #333 !important;
	transform: scale(1.3);
}

.owl-carousel .owl-dot:hover {
	background: #666 !important;
}

/* 부분 노출 효과 */
.owl-item:not(.active) .class-card {
	opacity: 0.6;
	transform: scale(0.95);
}

.owl-item.active .class-card {
	opacity: 1;
	transform: scale(1);
}


.sort-container{
	width:1400px;
	margin:0 auto;
}
.sort-container h3{
	font-size:30px;
	font-weight:600;
	margin:60px 0 50px 0;
}
.sort-container ul{
	display: flex;
	margin-top: 16px;
}
.sort-container ul li{
	flex-grow: 1;
	width:100%;
}

.sort-container ul li a{
	display:block;
	width:139px;
	height:139px;
	text-align:center;
	line-height:139px;
	font-size:21px;
	font-weight:500;
	color:#fff;
}

.sort-container ul li a.sortIcon01{
	background:url('../images/main/category_01.png')no-repeat center;
}
.sort-container ul li a.sortIcon02{
	background:url('../images/main/category_02.png')no-repeat center;
}
.sort-container ul li a.sortIcon03{
	background:url('../images/main/category_03.png')no-repeat center;
}
.sort-container ul li a.sortIcon04{
	background:url('../images/main/category_04.png')no-repeat center;
}
.sort-container ul li a.sortIcon05{
	background:url('../images/main/category_05.png')no-repeat center;
}
.sort-container ul li a.sortIcon06{
	background:url('../images/main/category_06.png')no-repeat center;
}
.sort-container ul li a.sortIcon07{
	background:url('../images/main/category_07.png')no-repeat center;
}
.sort-container ul li a.sortIcon08{
	background:url('../images/main/category_08.png')no-repeat center;
}
.sort-container ul li a.sortIcon09{
	background:url('../images/main/category_09.png')no-repeat center;
}
.sort-container ul li a.sortIcon10{
	background:url('../images/main/category_10.png')no-repeat center;
}
.sort-container ul li a:hover{
	transform: scale(1);
}

.temp-container{
	width:1400px;
	margin:70px auto 0 auto;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
	.container {
		padding: 20px 15px;
	}

	.section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.title-area h2 {
		font-size: 24px;
	}

	.title-area p {
		font-size: 14px;
	}

	.class-card {
		margin: 10px 3px;
	}

	.card-content {
		padding: 16px;
	}

	.class-title {
		font-size: 16px;
	}

	.owl-carousel .owl-nav button {
		width: 36px;
		height: 36px;
		font-size: 14px !important;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: -18px;
	}

	.owl-carousel .owl-nav .owl-next {
		right: -18px;
	}

	.owl-item:not(.active) .class-card {
		opacity: 0.8;
		transform: scale(0.98);
	}
}