/* 관계사 슬라이더 배너 1 */
.owl-partner-slider-1 .item-cont {position: relative;}
.owl-partner-slider-1 .item-cont .img-con {overflow: hidden;border-radius: 3px;}
.owl-partner-slider-1 .owl-dots {display: none;}

/* owl슬라이더 기본형 1 */
.owl-normal-slider-1 .item-cont {position: relative;}
.owl-normal-slider-1 .item-cont .text-box {padding: 1.2em 3px 0;}
.owl-normal-slider-1 .item-cont .text-con {display: flex;flex-wrap: wrap;gap: 0.5em;}
.owl-normal-slider-1 .item-cont .text-con .title-zone {flex: 100%;}
.owl-normal-slider-1 .item-cont .text-con .title-zone h6 {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-weight: 500;}
.owl-normal-slider-1 .item-cont .text-con p {flex: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 1.1;}
.owl-normal-slider-1.text-white .item-cont .text-con .title-zone h6 {color: #fff;font-weight: 300;}
.owl-normal-slider-1.text-white .item-cont .text-con p {color: rgba(255,255,255,0.5);}

/* 제품(메뉴)보기 carousel 배너 1 */
.owl-product-slider-1 .item-cont {position: relative;}
.owl-product-slider-1 .item-cont .text-box {position: absolute;top: 0;left: 0;width: calc(100% - 20px);height: calc(100% - 20px);margin: 10px;border: 1px solid transparent;}
.owl-product-slider-1 .item-cont:hover .text-box {border: 1px solid rgb(245, 207, 125);}
.owl-product-slider-1 .item-cont .text-box .text-con {padding: 15px 10px;}
.owl-product-slider-1 .item-cont .text-box .text-con p.title-eng {font-size: 14px;color: #f5cf7d;text-transform: uppercase;margin-bottom: 5px;}
.owl-product-slider-1 .item-cont .text-box .text-con h4.title-kor {font-weight: 600;margin-bottom: 10px;}
.owl-product-slider-1 .item-cont .text-box .text-con p.readmore {font-size: 14px;color: #fff;margin-bottom: 0;}

/* 제품(메뉴)보기 carousel 배너 1b */
.owl-product-slider-1b .item-cont {position: relative;}
.owl-product-slider-1b .item-cont .text-box {position: absolute;top: 0;left: 0;width: calc(100% - 20px);height: calc(100% - 20px);margin: 10px;border: 1px solid transparent;display: flex;align-items: flex-end;}
.owl-product-slider-1b .item-cont:hover .text-box {border: 1px solid rgba(255, 255, 255, 0.7);}
.owl-product-slider-1b .item-cont .text-box .text-con {padding: 15px 10px;}
.owl-product-slider-1b .item-cont .text-box .text-con p.title-eng {font-size: 14px;color: rgba(255, 255, 255, 0.7);;text-transform: uppercase;margin-bottom: 5px;}
.owl-product-slider-1b .item-cont .text-box .text-con h4.title-kor {font-weight: 600;margin-bottom: 10px;}
.owl-product-slider-1b .item-cont .text-box .text-con p.readmore {font-size: 14px;color: #fff;margin-bottom: 0;}

/* 제품(메뉴)보기 carousel 배너 1c */
.owl-product-slider-1c .item-cont {position: relative;background-color: transparent;padding-bottom: 100%;width: calc(100% - 2px);border: 1px solid rgba(255, 255, 255, 0.3);transition: all ease 0.3s;}
.owl-product-slider-1c .item-cont .text-box {position: absolute;top: 0;left: 0;width: calc(100% - 20px);height: calc(100% - 20px);margin: 10px;}
.owl-product-slider-1c .item-cont .text-box .text-con {padding: 30px 20px;height: 100%;position: relative;}
.owl-product-slider-1c .item-cont .text-box .text-con h4.title-kor {font-weight: 600;margin-bottom: 25px;font-size: 24px;color: #fff;transition: color ease 0.3s;}
.owl-product-slider-1c .item-cont .text-box .text-con p.guide {font-size: 16px;color: rgba(255, 255, 255, 0.8);margin-bottom: 0;transition: color ease 0.3s;}
.owl-product-slider-1c .item-cont .text-box .text-con img {position: absolute;left: 20px;bottom: 30px;height: 70px;width: auto;transition: all ease 0.3s;}
.owl-product-slider-1c .item-cont .text-box .text-con img.img-2 {display: none;}
.owl-product-slider-1c .item-cont .plus-btn {position: absolute;right: 0;bottom: 0;height: 46px;width: 46px;background-color: rgba(255, 255, 255, 0.7);padding: 10px;transition: all ease 0.3s;}
.owl-product-slider-1c .item-cont .plus-btn .plus-1 {opacity: 0.6;transition: all ease 0.3s;}
.owl-product-slider-1c .item-cont .plus-btn .plus-2 {display: none;transition: all ease 0.3s;}
.owl-product-slider-1c .item-cont:hover {background-color: #fff;}
.owl-product-slider-1c .item-cont:hover .plus-btn {background-color: #07573f;}
.owl-product-slider-1c .item-cont:hover .plus-btn .plus-1 {display: none;}
.owl-product-slider-1c .item-cont:hover .plus-btn .plus-2 {display: block;opacity: 1.0;}
.owl-product-slider-1c .item-cont:hover .text-box .text-con img.img-1 {display: none;}
.owl-product-slider-1c .item-cont:hover .text-box .text-con img.img-2 {display: block;}
.owl-product-slider-1c .item-cont:hover .text-box .text-con h4.title-kor {color: #323232;}
.owl-product-slider-1c .item-cont:hover .text-box .text-con p.guide {color: #767676;}

@media only screen and (max-width: 1000px) {
	.owl-product-slider-1c .item-cont {padding-bottom: 340px;}
}
@media only screen and (max-width: 800px) {
	.owl-product-slider-1c .item-cont {padding-bottom: 340px;}
}
@media only screen and (max-width: 480px) {
	.owl-product-slider-1c .item-cont {padding-bottom: 290px;}
}

/* 제품(메뉴)보기 carousel 배너 2 */
.owl-product-slider-2 .item-cont {position: relative;}
.owl-product-slider-2 .item-cont .img-con {overflow: hidden;}
.owl-product-slider-2 .item-cont .img-con img {transition: all ease 0.3s;}
.owl-product-slider-2 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.owl-product-slider-2 .item-cont .text-box {width: 100%;}
.owl-product-slider-2 .item-cont:hover .text-box {background-color: #3e4c86;}
.owl-product-slider-2 .item-cont .text-box .text-con {padding: 22px 15px;}
.owl-product-slider-2 .item-cont .text-box .text-con p.content {font-size: 14px;color: #909090;text-transform: uppercase;margin-bottom: 0;transition: color ease 0.3s;}
.owl-product-slider-2 .item-cont .text-box .text-con h4.title {font-weight: 600;margin-bottom: 10px;width: calc(100% - 28px);display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.owl-product-slider-2 .item-cont:hover .text-box .text-con p.content {color: #fff;opacity: 0.8;}
.owl-product-slider-2 .item-cont:hover .text-box .text-con h4.title {color: #fff;}

.owl-product-slider-2 .item-cont .text-box .text-con .title-zone {position: relative;}
.owl-product-slider-2 .item-cont .text-box .text-con .title-zone img {
	position: absolute;
	right: 0;
	top: 0;
	height: 90%;
	width: auto;;
}
.owl-product-slider-2 .item-cont .text-box .text-con .title-zone img.plus-1 {display: block;}
.owl-product-slider-2 .item-cont .text-box .text-con .title-zone img.plus-2 {display: none;}
.owl-product-slider-2 .item-cont:hover .text-box .text-con .title-zone img.plus-1 {display: none;}
.owl-product-slider-2 .item-cont:hover .text-box .text-con .title-zone img.plus-2 {display: block;}

/* 제품(메뉴)보기 carousel 배너 3 */
.owl-product-slider-3 .item-cont {position: relative;}
.owl-product-slider-3 .item-cont .img-con {overflow: hidden;}
.owl-product-slider-3 .item-cont .img-con img {transition: all ease 0.3s;}
.owl-product-slider-3 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.owl-product-slider-3 .item-cont .text-box {width: 100%;}
.owl-product-slider-3 .item-cont .text-box .text-con {padding: 22px 0;}
.owl-product-slider-3 .item-cont .text-box .text-con p.content {
	font-size: 14px;
	color: #909090;
	text-transform: uppercase;
	margin-bottom: 0;
	transition: color ease 0.3s;
	margin-top: 10px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.owl-product-slider-3 .item-cont .text-box .text-con h6.title {
	font-weight: 600;
	width: calc(100% - 40px);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.owl-product-slider-3 .item-cont .text-box .text-con .title-zone {position: relative;}
.owl-product-slider-3 .item-cont .text-box .text-con .title-zone img {
	position: absolute;
	right: 10px;
	top: 0;
	height: 90%;
	width: auto;;
}
.owl-product-slider-3 .item-cont .text-box .text-con .title-zone img.plus-1 {display: block;transition: all ease 0.3s;}
.owl-product-slider-3 .item-cont .text-box .text-con .title-zone img.plus-2 {display: none;}
.owl-product-slider-3 .item-cont:hover .text-box .text-con .title-zone img.plus-1 {transform: rotate(90deg);}

/* 제품(메뉴)보기 carousel 배너 4 */
.owl-product-slider-4 .item-cont {position: relative;}
.owl-product-slider-4 .item-cont .img-con {overflow: hidden;}
.owl-product-slider-4 .item-cont .img-con img {transition: all ease 0.3s;}
.owl-product-slider-4 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.owl-product-slider-4 .item-cont .text-box {width: 100%;}
.owl-product-slider-4 .item-cont .text-box .text-con {padding: 22px 0;}
.owl-product-slider-4 .item-cont .text-box .text-con p.content {font-size: 14px;color: #acacac;text-transform: uppercase;margin-bottom: 0;transition: color ease 0.3s;}
.owl-product-slider-4 .item-cont .text-box .text-con h4.title {font-weight: 600;margin-bottom: 10px;color: #fff;}

.owl-product-slider-4 .item-cont .text-box .text-con .title-zone {position: relative;}
.owl-product-slider-4 .item-cont .text-box .text-con .title-zone img {
	position: absolute;
	right: 10px;
	top: 0;
	height: 90%;
	width: auto;;
}
.owl-product-slider-4 .item-cont .text-box .text-con .title-zone img.plus-2 {display: block;transition: all ease 0.3s;}
.owl-product-slider-4 .item-cont .text-box .text-con .title-zone img.plus-1 {display: none;}
.owl-product-slider-4 .item-cont:hover .text-box .text-con .title-zone img.plus-2 {transform: rotate(90deg);}

@media only screen and (min-width: 1200px) {
	.owl-product-slider-4 .item-cont .text-box .text-con p.content {font-size: 16px;}
}

/* 제품(메뉴)보기 carousel 배너 4-1 */
.owl-product-slider-4-1 .item-cont {position: relative;}
.owl-product-slider-4-1 .item-cont .img-con {overflow: hidden;position: relative;}
.owl-product-slider-4-1 .item-cont .img-con img {transition: all ease 0.3s;}
.owl-product-slider-4-1 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.owl-product-slider-4-1 .item-cont .text-box {
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 10%;
	text-decoration: none;
	transition: all 0.3s ease;
	opacity: 0;
}
.owl-product-slider-4-1 .item-cont:hover .text-box {
	bottom: 15%;
	opacity: 1;
}
.owl-product-slider-4-1 .item-cont .text-box .text-con {padding: 0;}
.owl-product-slider-4-1 .item-cont .text-box .text-con p.content {font-size: 14px;color: rgba(255, 255, 255, 0.7);text-transform: uppercase;margin-bottom: 0;transition: color ease 0.3s;}
.owl-product-slider-4-1 .item-cont .text-box .text-con h6.title {font-weight: 600;margin-bottom: 10px;color: #fff;}

.owl-product-slider-4-1 .item-cont .text-box .text-con .title-zone {display: none;}

@media only screen and (min-width: 1200px) {
	.owl-product-slider-4-1 .item-cont .text-box .text-con p.content {font-size: 16px;}
}

/* 제품(메뉴)보기 carousel 배너 5 */
.owl-product-slider-5 .item-cont {position: relative;}
.owl-product-slider-5 .item-cont .img-con {overflow: hidden;}
.owl-product-slider-5 .item-cont .img-con img {transition: all ease 0.3s;}
.owl-product-slider-5 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.owl-product-slider-5 .item-cont .text-box {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.owl-product-slider-5 .item-cont .text-box .text-con {width: 100%;padding: 22px 22px;}
.owl-product-slider-5 .item-cont .text-box .text-con p.content {font-size: 16px;color: rgba(255, 255, 255, 0.8);text-transform: uppercase;margin-bottom: 0;text-align: center;word-break: keep-all;}
.owl-product-slider-5 .item-cont .text-box .text-con p.cate {font-weight: 600;margin-bottom: 15px;color: #63e2c2;text-align: center;}
.owl-product-slider-5 .item-cont .text-box .text-con h4.title {font-weight: 600;margin-bottom: 15px;color: #fff;font-size: 28px;text-align: center;}

.owl-product-slider-5 .item-cont .btn-zone {position: absolute;top: 10%;right: 5%;width: 50px;height: auto;}
.owl-product-slider-5 .item-cont .btn-zone img.plus-2 {display: block;transition: all ease 0.3s;}
.owl-product-slider-5 .item-cont .btn-zone img.plus-1 {display: none;}
.owl-product-slider-5 .item-cont:hover .btn-zone img.plus-2 {transform: rotate(90deg);}

@media only screen and (min-width: 1200px) {
	.owl-product-slider-4 .item-cont .text-box .text-con p.content {font-size: 16px;}
}

/* 보드 논슬라이드 배너 1 */
.em-tab-banner-1 .em-tab-menu {margin-bottom: 25px;}
.em-nonesloder-banner-1 {display: flex;flex-wrap: wrap;position: relative;}
.em-nonesloder-banner-1 .item-cont {position: relative;}
.em-nonesloder-banner-1 .item-cont .img-con {overflow: hidden;}
.em-nonesloder-banner-1 .item-cont .img-con img {transition: all ease 0.3s;}
.em-nonesloder-banner-1 .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.em-nonesloder-banner-1 .item-cont .text-box {width: 100%;}
.em-nonesloder-banner-1 .item-cont .text-box .text-con {padding: 22px 0;}
.em-nonesloder-banner-1 .item-cont .text-box .text-con p.content {font-size: 14px;color: #acacac;text-transform: uppercase;margin-bottom: 0;transition: color ease 0.3s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.em-nonesloder-banner-1 .item-cont .text-box .text-con p.datetime {font-size: 14px;color: #acacac;}
.em-nonesloder-banner-1 .item-cont .text-box .text-con h4.title {font-weight: 600;margin-bottom: 10px;color: #303030;}

.em-nonesloder-banner-1 .item-cont .text-box .text-con .title-zone {position: relative;}
.em-nonesloder-banner-1 .item-cont .text-box .text-con .title-zone img {
	position: absolute;
	right: 10px;
	top: 0;
	height: 90%;
	width: auto;;
}
.em-nonesloder-banner-1 .item-cont .text-box .text-con .title-zone img.plus-1 {display: block;transition: all ease 0.3s;}
.em-nonesloder-banner-1 .item-cont .text-box .text-con .title-zone img.plus-2 {display: none;}
.em-nonesloder-banner-1 .item-cont:hover .text-box .text-con .title-zone img.plus-1 {transform: rotate(90deg);}

@media only screen and (min-width: 1200px) {
	.em-tab-banner-1 .row {position: relative;}
	.em-tab-banner-1 .em-tab-menu {position: absolute;top: 0;right: 0;width: 50%;margin-bottom: 0;}
	.em-nonesloder-banner-1 .item-cont .text-box .text-con p.content {font-size: 16px;}
}

/* 프로파일 carousel 배너 1 */
.owl-profile-slider-4 .item-cont {position: relative;}
.owl-profile-slider-4 .item-cont .img-con {display: flex;justify-content: center;align-content: center;}
.owl-profile-slider-4 .item-cont .img-con .img-box {overflow: hidden;width: 100%;max-width: 200px;height: auto;border: 6px solid rgba(255, 255, 255, 0.7);border-radius: 50%;}
.owl-profile-slider-4 .item-cont .img-con .img-box img {transition: all ease 0.3s;}
.owl-profile-slider-4 .item-cont:hover .img-con .img-box img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.owl-profile-slider-4 .item-cont .text-box {width: 100%;}
.owl-profile-slider-4 .item-cont .text-box .text-con {padding: 22px 0;}
.owl-profile-slider-4 .item-cont .text-box .text-con p.content {font-size: 14px;color: #acacac;text-align: center;line-height: 1.2;text-transform: uppercase;margin-bottom: 0;transition: color ease 0.3s;}
.owl-profile-slider-4 .item-cont .text-box .text-con h6.title {font-weight: 600;margin-bottom: 10px;color: #fff;text-align: center;}

.owl-profile-slider-4 .item-cont .text-box .text-con .title-zone {position: relative;}
.owl-profile-slider-4 .item-cont .text-box .text-con .title-zone img {
	position: absolute;
	right: 10px;
	top: 0;
	height: 90%;
	width: auto;
	max-height: 23px;
}
.owl-profile-slider-4 .item-cont .text-box .text-con .title-zone img.plus-2 {display: block;transition: all ease 0.3s;}
.owl-profile-slider-4 .item-cont .text-box .text-con .title-zone img.plus-1 {display: none;}
.owl-profile-slider-4 .item-cont:hover .text-box .text-con .title-zone img.plus-2 {transform: rotate(90deg);}

@media only screen and (min-width: 1200px) {
	.owl-profile-slider-4 .item-cont .text-box .text-con p.content {font-size: 16px;}
}

/* col-1 풀 슬라이더 배너 1 */
.owl-main-full-slider-1 .owl-dots {
	bottom: 5%;
	position: absolute;
    width: 100%;
    text-align: center;
	margin-top:0
}
.owl-main-full-slider-1 .owl-dots span {
	display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255, .4);
	border-radius: 50%;
}
.owl-main-full-slider-1 .owl-dot {
	display: inline-block;
    margin: 0 0.25rem;
}
.owl-main-full-slider-1 .owl-dot.active span {
	background-color: rgba(255,255,255, .8);
}
