/***** Color Chart *****/
/*
Normal Text : #342f2d;
Hover Text : #093696;
*/
/***********************/

/* 스크롤 효과를 위한 애니메이션 설정 */
@keyframes scroll {
  0% { background-position: 0% 45%; }
  100% { background-position: 0% 80%; }
}

.container.product_detail {
    padding: 200px 50px !important;
}
/****************** Section Area **********************/
/* Video Section - swiperjs */
    .swiper-slide source {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

/* 페이지네이션 점을 감싸는 div */
.pagination-dot-wrap {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 36px;
  height:36px;
  background: none;
}

/* 큰 고리 (circle-ring) */
.pagination-dot-wrap .circle-ring {
	transform: rotate(-90deg);
}

.pagination-dot-wrap .circle-bg{
	stroke: #ccc;
	opacity: 0.6;
}

.pagination-dot-wrap .circle-fg{
	stroke: #fff;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	transition: stroke-dashoffset 12s linear;
}

.swiper-pagination .swiper-pagination-bullet-active .circle-fg {
  stroke-dashoffset: 0;  /* 원이 시계방향으로 채워짐 */
}

/* 작은 점 (circle) */
.pagination-dot-wrap .circle {
  width: 10px;
  height: 10px;
  background-color: #ccc; /* 기본 작은 점 색상 */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 중앙 정렬 */
}

.swiper-pagination .swiper-pagination-bullet-active .circle{
	background-color: blue;
}

/* Video Section */

.video_container{
	width:100%;
	height:100%;
	/* max-height: 120vh; */
	max-height: 100vh;
	padding-top: 80px;
	margin-bottom: 48px;
	min-height:0;
}

.video_container > div{
	width:100%;
	height:100%;
}

.element_video{
/* 	max-width: 120rem; */
/* 	margin: 0 auto; */
	width: 100%;
	height: 100%;
}

.cell{
	width: 100%;
	height: 100%;
}

.video.lazyLoaded{
	width: inherit;
	height: inherit;
}
/* Info Section */
.info_container{
/* 	margin-bottom: 48px; */
	margin-bottom: 120px;
    width: 100%;
    min-height: 0;
}
.info_container > .info_contents{
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 160px;
}

.info_container > .info_contents > div:nth-child(2){
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;	
}

.info_container > .info_contents > div:nth-child(2) > img{
	width: inherit;
	height: inherit;	
}

.info_detail_box{
	display: flex;
    gap: clamp(10px, 2vw, 32px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    /*width: 90%;*/
    margin: 0 auto;
}

.info_detail_box h1{
	font-size: clamp(24px, 8vw, 50px);
    text-align: center;
}

.info_detail_box > div > p{
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.info_detail_box > div:nth-child(3) > p{
	margin-top: 0;
}

.info_detail_box > div:not(:last-child){
	width: 80%;
/* 	margin-right: 16px; */
}
.h1_with_icon{
	display: flex;
	justify-content:center;
	align-items:center;
}
.h1_with_icon > img{
	margin-left: 16px;
}
.info_detail_box > div > h1:not(:last-child):after{
    content: "|";
    font-weight: 100;
    position: relative;
    left: clamp(10%, 6vw, 50%);
}

@media screen and (max-width: 1240px){
.info_container > .info_contents{
	/* width: 100%; */
	width: 90%;
	gap: 80px;
}
	
}

/* Features Section */
.features_container{
	width:100%;
	min-height: 2970px;
}

.features_container > div{
	position: relative;
	height:fit-content;	
	margin-bottom: 30px;
	background-size: cover;
	overflow: hidden;
}

.features_container > div > img{
	position: absolute;
	top: 4%;
/* 	right: 18%; */
	transform: translateX(25%);
	z-index:10;
}

/* .features_container > div:nth-child(1){
   background: url(/img/main/intro1.png) no-repeat;
   background-size: cover;
}
.features_container > div:nth-child(2){
   background: url(/img/main/intro2.png) no-repeat;
   background-size: cover;	
}
.features_container > div:nth-child(3){
   background: url(/img/main/intro3.jpg) no-repeat;
   background-size: cover;  
} */

  .lazy-background {
  background-color: #f0f0f0; /* 기본 배경색 */
  background-position: center;
  background-size: cover; /* 배경 이미지가 잘리거나 늘어나지 않도록 설정 */
  height: 500px;  /* 원하는 높이를 설정 */
  width: 100%;
  }

.features_container > div > div{
	width: 960px;
	height: 960px;
	backdrop-filter: blur(30px);
}

.features_container > div:nth-child(odd) > div{
	width: clamp(360px, 100vw, 960px);
	float: left;
	background-color: rgba(0,0,0,0.6);
	transform: translateX(0%);
}


.features_container > div:nth-child(even) > div{
	width: clamp(360px, 100vw, 960px);
	float: right;
	background-color: rgba(0,0,0,0.6);
}

@media screen and (max-width: 980px){
	.features_container > div > div{
		width: 100%;
		padding: 0 30px;
	}
}

.features_txt{
/* 	width:710px; */
/* 	width: 760px; */
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 10% auto;
	color: #fff;
	gap:4rem;
}
.f_icon_right{
/* 	margin-left: 85%; */
	margin-left: auto;
}

.features_txt > h2{
	font-size: clamp(48px, 10vw, 80px);
	text-align: left;
	font-family: "good-times", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.features_txt > .features_txt_1st{
	color: #9FE7C1;
}

.features_txt > .features_txt_2nd{
	color: #F097B2;
}

.features_txt > .features_txt_3rd{
	color: #4E70EF;
}

.features_txt > p{
	font-size: clamp(16px, 4vw, 20px);
    margin-right: clamp(10%, 2vw, 40%);
    line-height: 30px;
}

@media screen and (max-width: 980px){
	.features_txt{
		width: 100%;
	}
}


/* Main Slider section */

.main_slider {
	position: relative;
    z-index: 98;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    background: linear-gradient(180deg, #f7faf7 70%, #f1f6f5 30%);
}

.main_slider .container {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#hero_swiper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#hero_swiper .swiper-slide {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.product-area {
/*     max-width: 1500px; */
	max-width: 1720px;
}

.product-txt {
	width: 60%;
    display: inline-flex;
    flex-direction: column;
    color: #000;
    margin-left: calc((100vw - 1500px) / 2);
    margin-bottom: calc((100vh - 300px) / 2);
    opacity: 0;
    transform: translateY(-5%);
}

.product-txt > .view_more{
	width: 170px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	background-color: #1A736E;
}

.product-txt > .view_more:hover{
	background-color: #0C5652;
}

.swiper-slide-active .product-txt {
    opacity: 1;
    transition: 0.3s;
    transition-duration: 3s;
}

.product-subtitle {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-title {
    font-family: 'GongGothicLight';
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 40px;
    word-break: keep-all;
}
.product-desc {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;

    display: inline-flex;
    flex-direction: column;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);

    --list-style-type: "- ";
    list-style-position: inside;
    color: white;
}
.product-img {
    position: absolute;
    z-index: -1;
    opacity: 0;
/*     right: calc((100vw - 1500px)/2); */
	right: calc((100vw - 1000px) / 2);
    bottom: -50px; 
}

.swiper-slide-active .product-img {
    opacity: 1;
    bottom: 120px;

    transition: 0.3s;
    transition-delay: 0.3s;
    transition-duration: 1s;
}

.product-img img {
    max-width: 1000px;
    max-height: 800px;
    width: 800px;
    height: 700px;
}

@media screen and (max-width : 1720px) {
    .product-area {
        width: 100%;
    }

    .product-txt {
        width: 50%;
        margin-left: 50px;
    }

    .product-img {
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .product-img img {
        max-width: 800px;
        max-height: 600px;
        width: inherit;
        height: inherit;
    }
    .product-title {
        line-height: 70px;
    }
}

@media screen and (max-width : 840px) {
    .product-area {
        /*height: 100vh;*/
		height:100%;
        padding-top: 12vh;
    }

    .product-txt {
        width: 40%;
        margin-left: 30px;
        height: 100%;
    }

    .product-img {
        top: 240px;
        right: -100px;
        z-index: -1;
    }

    .product-subtitle {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .product-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .product-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width : 640px) {
    .product-txt {
        width: 80%;
        margin-left: 20px;
    }

    .product-img {
        right: auto;
        top: 360px;
        width:100%;
    }

    .product-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .product-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .product-desc {
        font-size: 20px;
        line-height: 30px;
    }
}

#hero_swiper .swiper-button-prev,
#hero_swiper .swiper-button-next {
	cursor: pointer;
    position: absolute;
    top: 50% !important;
    width: 35px;
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.4);
}

#hero_swiper .swiper-button-next:after,
#hero_swiper .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 300 !important;
}

#hero_swiper .swiper-button-prev {
/*     left: calc((100% - 1500px)/2) !important; */
	left: 0;
}

#hero_swiper .swiper-button-next {
/*     left: calc((100% - 1500px)/2 + 60px) !important; */
	right: 0;
}

#hero_swiper .swiper-button-prev:hover,
#hero_swiper .swiper-button-next:hover {
    cursor: pointer;
    color: white;
    border: 1px solid white;
}

@media screen and (max-width : 640px) {
    .main_slider {
        /*height: 100vh;*/
		height: 50vh;
    }

}

.content_menu_box{
    max-width: 1420px;
    width: 100%;
    height: 230px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: -15%;
    left: 15%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index:5;
}

.content_menu_box > a > div{
/* 	display: flex; */
	display: grid;
	grid-template-rows: 2fr 1fr;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	justify-items: center;
	gap: 8px;
	color: #000;
	width:100%;
	height: 100%;
}

.content_menu_box > a > div:nth-child(3){
	gap:1px;
}

.content_menu_box > a > div > div > img{
	width:inherit;
}


@media screen and (max-width: 1720px){
	.content_menu_box{
		left: 0;
	}
	
}


/* ETC section */
.etc_container{
	padding-top: 200px;
	padding-left: 5%;
	padding-right: 5%;
	/* width:100%; */
	/*width: 90%;*/
	width: 95%;
}

.etc_container > div{
	width: 100%;
	height: 100%;
	max-width: 1700px;
	max-height: 620px;
	display: flex;
	margin-bottom: 120px;
}

.etc_container > div:nth-child(1) > div{
	/* width: clamp(360px, 100vw, 1140px); */
	/*width: clamp(360px, 80vw, 1140px);*/
	width: clamp(240px, 80vw, 1140px);
    height: 100%;
    max-width: 1140px;
    max-height: 620px;
}

.etc_container > div:nth-child(1) > div > img{
	width: inherit;
	height: inherit;
}

.etc_container > div:nth-child(2){
	overflow:hidden;
}

.etc_container > div > div > h3{
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
	text-align:start;	    
}


.etc_container > div > div > p{
	margin-bottom: 50px;
    font-size: 18px;
    max-width: 440px;
}

.etc_container > div:nth-child(1){
	float:left;	
}

.etc_container > div:nth-child(1) > .inner_txt{
	margin-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
}

.etc_container > div:nth-child(2){
	margin-left: auto;
}

.etc_container > div:nth-child(2) > .inner_txt{
	margin-right: 170px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.etc_container > div:nth-child(2) > .inner_txt > h3{
	width: 300px;
}

.etc_btn{
	font-size: 18px;
	width: 200px;
	height: 50px;
	border: 1px solid #000;
	background-color: #fff;
}

.etc_btn:hover{
    color: #fff;
    background-color:#1A736E;
    border:none;
}

.gallery_slider img{
	max-width:570px;
	height: 620px;
}

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

.etc_container > div{
	display: block;
	max-height: none;
}

.etc_container > div:nth-child(1) > .inner_txt{
	margin-left: 0;
	margin-top: 40px;
}

.etc_container > div:nth-child(2) > .inner_txt{
	margin-bottom: 40px;
}
}

/* Partner section */
.partner_container{
    width: 100%;
    height: 240px;
    min-height: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 460px){
	.partner_container{
	padding: 20px;
	min-height: 300px;	
	}
}


/****************** Product Group **********************/

.main_product_category {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0 80px;
}

.main_product_category li,
.main_product_category li button {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    margin-right: 15px;

    font-weight: 400;
    font-size: 20px;
    color: var(--main-color);
}

.main_product_category > ul > li:not(:last-child):after {
    content: '•';
}

.main_product_category button.tab-link {
    padding: 10px 25px 8px;

    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 22.5px;
    outline: none;
    cursor: pointer;

    transition: border 0.3s;
}

.main_product_category .tab-link.active,
.main_product_category .tab-link:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.product_group {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 500px;
}

.product_group_area {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;

    animation: fadeIn 0.5s;
}

.product_group_txt {
    display: inline-flex;
    flex-direction: column;
    width: 60%;
}

.product_group_title {
    font-family: 'GongGothicLight';
    font-size: 55px;
    font-weight: 800;
    word-break: keep-all;
}

.product_group_desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.product_group_txt a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;

    font-weight: 200;
}

.product_group_txt a svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    fill: black;
    border: 1px solid black;
    border-radius: 100px;
}

.product_group_img {
    position: relative;
    z-index: -1;
    display: inline-flex;
    width: 50%;
    margin: auto 50px;
    justify-content: center;
    align-items: center;

    animation-delay: 1s;
    animation: fadeIn 0.5s;
}

.product_group_img img{
    max-width: 500px;
    max-height: 500px;
}

.bg_main_product {
    position: absolute;
    width: 450px;
    height: 450px;
    background-color: #f0f0f0;
    border-radius: 450px;
    z-index: -5;
}

.sub_product_category {
    display: inline-flex;
    flex-direction: column;
    width: 24%;
    z-index: 10;
}

.sub_product_category button.tab-link2 {
    display: inline-flex;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;

    text-align: left;

    background-color: transparent;
    color: #ccc;

    font-size: 20px;
    font-weight: 500;

    transition: 0.3s;
}

.sub_product_category button.tab-link2.active {
    color: var(--main-color);
    border-bottom: 1.5px solid var(--main-color);
}

@media screen and (max-width : 1200px) {
    .container.product_detail {
        padding: 100px 50px 150px !important;
    }

    .product_group {
        height: 420px;
    }

    .sub_product_category {
        width: 24%;
    }

    .sub_product_category button.tab-link2 {
        font-size: 16px;
    }
    .product_group_txt {
        width: 60%;
    }

    .product_group_title {
        font-size: 40px;
    }

    .product_group_img {
        width: 26%;
    }

    .product_group_img img{
        max-width: 300px !important;
        max-height: 300px !important;
    }

    .bg_main_product {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width : 860px) {
    .container.product_detail {
        padding: 50px 30px 120px !important;
    }

    .main_product_category {
        margin: 40px 0;
        justify-content: center;
    }

    .sub_product_category {
        width: 100%;
        margin-bottom: 50px;
    }

    .product_group_area {
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        width: 90%;
    }

    .product_group {
        flex-direction: column;
        height: 100%;
    }

    .product_detail .product_group_desc {
        font-size: 16px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }
    .product_group_txt {
        width: 100%;
    }

    .product_group_img {
        margin-top: -40px;
        width: 100%;
        justify-content: flex-end;
    }
}

@media screen and (max-width : 640px) {
    .main_product_category button.tab-link {
        word-break : keep-all;
        padding: 5px 10px;
    }

    .main_product_category li,
    .main_product_category li button {
        margin-right: 5px;
        font-size: 18px;
    }

    .product_group_area {
        width: 100%;
        flex-direction: column;
    }

    .product_group_txt {
        width: 100%;
        margin-bottom: 50px;
    }
}

.business {
    background-image: url("/img/bg_business.png");
    padding: 200px 50px;
    color: white;
}

.business .business_group_area {
    position: relative;
}

.business .product_group_txt {
    position: inherit;
    z-index: 50;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.business .business_group_area img {
    position: absolute;
    width: 70%;
}

.business .business_group_area img#business_img1 {
    z-index: 10;
    top: -10vh;
    left: 35%;
}

.business .business_group_area img#business_img2 {
    top: 0;
    left: 60%;
}

.business .product_group_title,
.business .product_group_txt a {
    margin-top: 100px;
}

.dark {
    color: white;
}

.dark .product_group_txt a {
    color: white;
}

.dark .product_group_txt a svg {
    border: 1px solid white;
    fill: white;
}

@media screen and (max-width: 1200px) {
    .business {
        padding: 100px 50px 500px;
    }

    .business .business_group_area {
        flex-direction: column;
    }

    .business .business_group_area img {
        position: absolute;
        width: 70%;
    }

    .business .product_group_title,
    .business .product_group_txt a {
        margin-top: 50px;
    }
    
    .business .business_group_area img#business_img1 {
        top: 15vh;
        left: 15vw;
    }
    
    .business .business_group_area img#business_img2 {
        top: 30vh;
        left: 45vw;
    }
}

@media screen and (max-width: 860px) {
    .business {
        padding: 100px 50px 500px;
    }

    .business .business_group_area {
        flex-direction: column;
    }

    .business .business_group_area img {
        position: absolute;
        width: 70%;
    }

    .business .product_group_title,
    .business .product_group_txt a {
        margin-top: 50px;
    }
    
    .business .business_group_area img#business_img1 {
        z-index: 50;
        top: 30vh;
        left: 10vw;
    }
    
    .business .business_group_area img#business_img2 {
        top: 40vh;
        left: 40vw;
    }
}

@media screen and (max-width : 640px) {
    .business {
        padding: 50px 30px;
        word-break: keep-all;
    }

    .product_group_title {
        font-size: 40px;
    }

    .business .product_group_title, .business .product_group_txt a {
        margin-top: 30px;
    }

    .business .business_group_area {
        display: inline-flex;
        justify-content: center;
    }

    .business .business_group_area img {
        position: relative;
        max-width: 95vw !important;
        width: 100% !important;
    }

    .business .business_group_area img#business_img1,
    .business .business_group_area img#business_img2 {
        top: auto;
        left: 0;
    }
}

/********************** Board Group ********************/

.board_group {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    gap: 80px;
    margin-bottom: 80px;
}

.board_group_title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.board_group_table {
    width: 30%;
}

.board_group_table table {
    width: 100%;
    border-collapse: collapse;
}

.board_group_table table tr th {
    height: 50px;
    vertical-align: top;
    border-bottom: 1px solid #d2d2d2;
}

.board_group_table table tr td {
    height: 80px;
    border-bottom: 1px solid #d2d2d2;
}

.board_group_table table tr th:first-child,
.board_group_table table tr td:first-child {
    text-align: left;
}

.board_group_table table tr th:nth-child(2),
.board_group_table table tr td:nth-child(2) {
    text-align: right;
}

.board_group_table table tr td:nth-child(2) {
    font-size: 16px;
    color: #9f9f9f;
}

.board_group_table table tr td:first-child {
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.board_group_table .tb_title{
    font-weight: 600;
    font-size: 20px;
    color: var(--main-color);
}

.board_group_table .more{
    font-weight: 500;
    font-size: 16px;
}

@media screen and (max-width: 1720px) {
    section.container.board {
        padding: 200px 50px;
    }
}

@media screen and (max-width: 1200px) {
    section.container.board {
        padding: 100px 50px;
    }

    .board_group {
        gap: 30px;
        justify-content: flex-start;
    }

    .board_group_title {
        font-size : 32px;
    }

    .board_group_table {
        width: 40%;
    }

    .board_group_table table{
        width: 90%;
    }

    .board_group_table table tr td:first-child {
        font-size: 16px;
    }

    .board_group_table table tr td:nth-child(2) {
        font-size: 14px;
    }

    .board_group_table table col:first-child,
    .board_group_table table tr td:first-child {
        width: 50%;
        max-width: 220px;
    }
}

@media screen and (max-width: 860px){
    section.container.board {
        padding: 100px 30px;
        word-break: keep-all;
    }

    .board_group {
        flex-direction: column;
    }

    .board_group_table {
        width: 100%;
    }

}

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

    section.container.board {
        padding: 50px 30px;
    }

    .board_group_table table col:first-child,
    .board_group_table table tr td:first-child {
        width: 50%;
        max-width: 250px;
    }

    .board_group_table table col:nth-child(2) {
        width: 20%;
    }

    .board_group_table table tr td:first-child {
        font-size: 18px;
    }
}

/********************************* Tab Section *********************************/
.tabs {
    display: inline-block;
    overflow: hidden;
    background: none;
    width: 100%;

    margin-top: 10px;
}

.tab-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16.4%;
    height: 40px;
    margin: 1px;

    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    
    font-weight: 600;
    font-size: 16px;
}

.tab-link:hover {
    background-color: #ddd;
}

.tab-link.active, .tab-link:hover {
    background-color: #09338e;
    color: white;
}

@media screen and (max-width: 640px) {
    .tab-link {
        width: 16%;
        height: 40px;
        margin: 1px;
    
        background-color: #f1f1f1;
        padding: 10px;
        
        font-weight: 500;
        font-size: 12px;
    }
}

/********************************* Tab content *********************************/

.tab-content {
    display: none;
    padding: 30px 0 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tab-content img {
    height: 240px;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab-content h3 {
    margin: auto 0 5px;
}

.tab-content .culture_content {
    display: inline-block;
    width: 99%;
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 2.1rem;
}


    .gallery_swiper {
      width: 100%;
      height: 100%;
      max-width:1200px;
    }

    .swiper-slide.innerSlide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      margin:0 auto;
      padding:0;
      position:relative; 
      max-width:570px; 
      min-height:620px;
    }

    .swiper-slide.innerSlide img {
      display: block;
/*       width: clamp(345px, 60vw, 504.7px); */
      width: clamp(345px, 100vw, 570px);
      height: 100%;
      object-fit: cover;
      position:absolute; 
      top:0; 
      left:0;
    }
    .swiper-slide.innerSlide div{
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
/*       color: #333; */
	  color: #fff;
	  position: relative;
	  width: clamp(150px, 100vw, 570px);
	  padding: 5%;
    }
    .swiper-slide.innerSlide div p{
      text-align: start; 
      line-height: 30px;
      font-weight: regular;
    }
    
    .swiper-slide.innerSlide div p span{
      font-size: 24px;
      font-weight: medium;
    }    

@media screen and (max-width: 360px){
	.features_txt > h2{
	  font-size: 44px;
	}
	.content_menu_box p{
	  font-size: 12px;
	} 
	
}