@charset "utf-8";

.main-intro-slide {position:relative; margin-right:60px;}
.main-intro-slide .main-sw {border-radius:0 30px 30px 0;}
.main-sw .swiper-slide {height:420px;}
.main-sw .swiper-slide .sw-text {display:flex; height:100%;  width:1480px; padding-left:30px; margin:0 auto;    flex-wrap: wrap;     flex-direction: column; justify-content: flex-start; align-items: flex-start; text-align: center; text-align:center;}
.main-sw .swiper-slide .sw-text > div {/*transition:0.5s ease-out; opacity:0; transform:translateY(30px);*/  animation-name: textAni; animation-duration: 0.5s; animation-timing-function: ease-in; animation-iteration-count: 1; animation-direction: alternate; animation-fill-mode: forwards; /*animation-play-state:paused;*/ transform:translateY(30px); opacity:0;}
.main-sw .swiper-slide .sw-text .t1 {font-size:52px; font-weight:800; color:#fff; animation-delay:0.3s; margin-top:90px;}
.main-sw .swiper-slide .sw-text .t2 {font-size:26px; font-weight:300; line-height:36px; color:#fff; margin-top:80px; animation-delay:0.7s;}
.main-sw .swiper-slide .sw-text .t3 {margin-top:55px; transform:translateY(0); animation-delay:1.3s;}
.main-sw .swiper-slide .sw-text .t3 a {padding:0 35px; border:2px solid #fff; line-height:38px; color:#fff; font-size:18px; font-weight:500; background:rgb(255 255 255 / 14%); display: inline-block;}
.main-sw .swiper-slide.swiper-slide-active .sw-text > div {/*opacity:1; transform:translateY(0);*/ /* animation-play-state:running; */}
/*.main-sw .swiper-slide.swiper-slide-active .sw-text .t1 {}*/
/*.main-sw .swiper-slide.swiper-slide-active .sw-text .t2 {}*/
/*.main-sw .swiper-slide.swiper-slide-active .sw-text .t3 {}*/
/*.main-sw .swiper-slide.swiper-slide-active .sw-text .t3 a {}*/
.main-sw .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 10s ease;
	/*transition-delay:0.5s;*/
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in;
}
.main-sw .swiper-slide.swiper-slide1 .bg {background-image:url("/assets/images/main-banner-01-2026-kr.jpg");}
.main-sw.en .swiper-slide.swiper-slide1 .bg {background-image:url("/assets/images/main-banner-01-2026-en.jpg");}
.main-sw .swiper-slide.swiper-slide2 .bg {background-image:url("/assets/images/main-banner2026-02.jpg");}
.main-sw .swiper-slide.swiper-slide3 .bg {background-image:url("/assets/images/main-banner2026-03.jpg");}
.main-sw .swiper-slide.swiper-slide4 .bg {background-image:url("/assets/images/main-banner2026-04.jpg");}
.main-sw .swiper-slide.swiper-slide5 .bg {background-image:url("/assets/images/main-banner-05.jpg");}
/*.main-sw .swiper-slide.swiper-slide-active .bg {transform:scale(1.2);}*/
.sidebtn {z-index:16; position:absolute; top:0; bottom:0; height:100%; font-size:16px; font-weight:500; color:#fff;  width:70px; opacity:0.5; background:rgb(255,255,255, 0%); display:flex; align-items: center; justify-content: center; transition:0.5s; cursor:pointer;}
.sidebtn:hover {opacity:1; background:rgb(255 255 255 / 10%);}
.sidebtn-left {left:0; border-right:1px solid rgb(255 255 255 / 20%);}
.sidebtn-left span {display: inline-block; /*transform-origin:left top;*/ transform:rotate(-90deg);}
.sidebtn-right {right:0; border-left: 1px solid rgb(255 255 255 / 20%);}
.sidebtn-right span {display: inline-block; /*transform-origin:left top;*/ transform:rotate(90deg);}
.sw-control {position:absolute; right:160px; bottom:35px; color:#fff; z-index:10; display:flex; width:65px; justify-content: space-between; align-items: center;}
.sw-control > div {cursor:pointer;}
.sw-control .sw-prev, .sw-control .sw-next {font-size:20px;}
.sw-control .sw-play .fa-pause { display: inline; }
.sw-control .sw-play .fa-play {display:none;}
.sw-control .sw-play.on .fa-pause {display:none;}
.sw-control .sw-play.on .fa-play {display:inline;}
.main-intro-slide .swiper-pagination {position:absolute; right:235px; bottom:35px; display:flex; height:23px;     align-items: center;}
.main-intro-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin :0; margin-right: 20px; }
.main-intro-slide .swiper-pagination-bullet { position: relative; width: 12px; height: 12px; text-align: left; border-radius: 50%; opacity: 1; margin-right: 12px; background:#fff; }
.main-intro-slide .swiper-pagination-bullet::last-child {margin-right:0;}
.main-intro-slide .swiper-pagination-bullet-active { background-color: #FFD500; display:inline-block; width:24px; height:12px; border-radius:6px;}

@keyframes countingBar {
    0% {width: 0;}
    100% {width:100%;}
}

@keyframes textAni {
    0% {/*transform:translateY(30px); opacity:0;*/}
    100% {transform:translateY(0); opacity:1;}
}

.main-contents {padding:60px 0 400px;}
.main-contents .con {position:relative; padding-left:900px;}
.main-contents .left {width:900px; position:absolute; left:0; top:0;}
.main-contents .right {margin-left:70px;}
.main-contents .left .top .content{margin-bottom: 28px; position: relative; padding-bottom:56.25%;}
.main-contents .left .top .content iframe{
    position: absolute;
    top: 0;
    left: 0 ;
    right: 0;
    bottom: 0;
    width:100%;
    height: 100%;
}
.main-contents .left .top {}
.main-contents .box-list {display:flex; justify-content: space-between; align-items: flex-start;}
.main-contents .box-list .box {position:relative;}
.main-contents .box-list .box .entire {width:100%; height:100%; position:absolute; left:0; top:0;}
.main-contents .box-list .box.overview {width:280px; height:170px; background:#F9F9F9; border-radius:10px; overflow:hidden; display: flex;     justify-content: center; align-items: center; align-content: center; flex-direction: column;}
.main-contents .box-list .box.overview .icon {margin-bottom:15px;}
.main-contents .box-list .box.overview .icon .hover {display:none;}
.main-contents .box-list .box.overview:hover .icon .hover {display:inline;}
.main-contents .box-list .box.overview:hover .icon .default {display:none;}
.main-contents .box-list .box.overview .txt {font-size:16px; font-weight:600; color:#333;}
.main-contents .box-list .box.conference {width:215px;}
.main-contents .box-list .box.conference .thumb {height:125px; border-radius:10px; overflow:hidden;}
.main-contents .box-list .box.conference .thumb img {width:100%; height:100%; object-fit: cover;}
.main-contents .box-list .box.conference.c2 .thumb img {width: 100%; height: 100%; object-fit: cover; max-width: none; object-position: center;}
.main-contents .box-list .box.conference .txt {color:#333; font-size:16px; font-weight:700; line-height:28px; padding-left:8px; padding-top:8px;}
.main-contents .box-list .box.conference .txt span {color:#0064F9; font-size:16px; font-weight:700; line-height:28px; margin-right:10px;}
.main-contents .right .bot {margin-top:28px;}
.main-contents .right .link-col-2 {display:flex;}
.main-contents .right .link-col-2 .col {width:50%; position:relative; z-index:1; height:170px; overflow:hidden;}
.main-contents .right .link-col-2 .col .bg {position:absolute; left:0; top:0; width:100%; height:100%; transition: 0.5s;}
.main-contents .right .link-col-2 .col .bg img {width:100%; height:100%; object-fit: cover;}
.main-contents .right .link-col-2 .col:hover .bg {transform: scale(1.2);}
.main-contents .right .link-col-2 .col:last-child .bg img {    transform: scale(1.5); object-position: bottom; }
.main-contents .right .link-col-2 .col .entire {z-index:2;}
.main-contents .right .link-col-2 .col .txt {position:absolute; left:18px; bottom:65px; padding-right:30px; width: 100%;}
.main-contents .right .link-col-2 .col .txt .t1 {font-size:26px; font-weight:500; word-break: keep-all;}
.main-contents .right .link-col-2 .col .txt .t2 {font-size:10px; margin-top:7px; font-weight:300;}
.main-contents .right .link-col-2 .col:first-child {border-radius:10px 0 0 10px;}
.main-contents .right .link-col-2 .col.white .txt .t1 {color:#fff;}
.main-contents .right .link-col-2 .col.white .txt .t2 {color:#fff;}
.t2-link { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px;}
.col.white .txt { bottom: 15px !important;}
.t2-link a { text-align: center; color: #fff; width: 100%; background-color: rgb(255, 255, 255, 0.3); padding: 5px; border-radius: 5px; line-height: 1.2;}
.main-contents .right .link-col-2 .col:last-child {border-radius:0 10px 10px 0;}
.main-contents .right .link-col-2 .col.black .txt .t1 {color:#414141;}
.main-contents .right .link-col-2 .col.black .txt .t2 {color:#414141;}
.main-contents .right {min-height: 870px;}
.main-contents .right .notice {padding-top:10px;}
.main-contents .right .notice .tit {display:flex; align-items: center; justify-content: space-between; padding-bottom:24px; border-bottom:2px solid #333333;}
.main-contents .right .notice .tit .t1 {font-size:24px; font-weight:700; color:#333;}
.main-contents .right .notice .tit a.more {font-size:14px; font-weight:500; color:#777777;}
.main-contents .right .notice ul { min-height:308px;}
.main-contents .right .notice ul li {padding:18px 0; position:relative; border-bottom:1px solid #CCCCCC;}
.main-contents .right .notice ul li a.entire {position:absolute; left:0; top:0; width:100%; height:100%; z-index:1;}
.main-contents .right .notice ul li .bo-tit {font-size:16px; font-weight:500; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.main-contents .right .notice ul li:hover .bo-tit{color:#0064F9;}
.main-contents .right .notice ul li .bo-date {font-size:14px; font-weight:300; color:#999999; margin-top:10px;}
.main-contents .right .coplogo {margin-top: 40px;}
.main-contents .right .coplogo ul{display: flex; align-items: center; flex-wrap: wrap; gap: 20px 3%; margin-top: 20px;}
.main-contents .right .coplogo .t1 {font-size: 24px; font-weight: 700; color: #333;}
.main-contents .right .coplogo ul li{width: 31%;}

.main-contents .right .coplogo .col{ border-radius: 10px; position: relative; z-index: 1; height: 170px; overflow: hidden;}
.main-contents .right .coplogo .col a{z-index: 2;}
.main-contents .right .coplogo .col .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s;}
.main-contents .right .coplogo .col:hover .bg{transform: scale(1.2);}
.main-contents .right .coplogo .col .bg img{transform: scale(1.5); object-position: bottom; object-fit: cover; width: 100%; height: 100%;}
.main-contents .right .coplogo .col .txt{position: absolute; left: 33px; bottom: 44px; padding-right: 40px;}
.main-contents .right .coplogo .col .txt .t1{font-size: 30px; line-height: 36px; color: #000;}
.main-contents .right .coplogo .col .txt .t2{padding-top: 10px; font-size: 16px;color: #000;}

/* 효과 */
@-webkit-keyframes spin { 100%{ -webkit-transform: rotate(-360deg); } } @-moz-keyframes spin { 100%{ -moz-transform: rotate(-360deg); } } @-ms-keyframes spin { 100%{ -ms-transform: rotate(-360deg); } } @keyframes spin { 100%{ transform: rotate(-360deg); } }
.test {-webkit-animation:spin 10000ms infinite linear; -moz-animation:spin 10000ms infinite linear; -ms-animation:spin 10000ms infinite linear; animation:spin 10000ms infinite linear;}


/* [ Main 슬라이드 섹션 ] ---------------------------------------------- */
.tm-slider-parallax-container {
	width: 100%;
	height: calc(90vh - 100px);
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.tm-slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/* 투명도와 변환(transform) 모두 전환되도록 설정 (1.5초) */
	transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out; 
	z-index: 5;
}
/* Motion: Fade (기본값) :변환 없음 */
.tm-slider-item[data-motion="fade"] { transform: none;}
/* Motion: Slide Right - 화면 왼쪽 밖에서 시작 */
.tm-slider-item[data-motion="slide-right"] { transform: translateX(-100%);}
/* Motion: Slide Right - 화면 왼쪽 밖에서 시작 */
.tm-slider-item[data-motion="slide-left"] { transform: translateX(100%);}
/* Motion: Scale Down - 크게 시작 */
.tm-slider-item[data-motion="scale-down"] { transform: scale(1.1);}
/* Motion: Rotate - 회전 및 축소된 상태로 시작 */
.tm-slider-item[data-motion="rotate"] { transform: rotateZ(5deg) scale(0.9);}
/* --- 활성화된 슬라이드 상태 --- */
.tm-slider-item.active {
	opacity: 1;
	z-index: 15; /* 활성화된 슬라이드를 위로 */
	transform: none !important; /* 모든 활성화된 슬라이드는 transform을 초기화 */
}
/* 슬라이드 이미지/비디오 스타일 (시차 효과 적용 대상) */
.tm-slide-media {
	width: 100%;
	height: 120%; /* 시차 스크롤을 위해 실제 컨테이너보다 크게 설정 */
	object-fit: cover;
	object-position: center; /* 배경 이미지가 항상 중앙에 위치 */
	position: absolute;
	top: calc((100% - 120%) / 2);/*  120% 높이 요소를 100% 부모 컨테이너에 수직 중앙 배치: (100% - 120%) / 2 = -10% */
	left: 0;
	transition: transform 0.1s linear; /* 스크롤에 따른 변환 효과 */
	z-index: 1; /* 미디어가 캡션 뒤에 있도록 설정 */
}
.tm-slide-media.mo-view-bg, .tm-slide-media.tab-view-bg { display: none;}
/* 슬라이드 내용 (텍스트) 스타일 - 컨테이너 역할만 수행 */
/* 유튜브 컨테이너 */
.youtube-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%; /* 패럴랙스용 */
	margin-top: -1%;
    overflow: hidden;
}
.youtube-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
	display: block;
    width: 100vw;
    height: 56.25vw; /* 16:9 비율 계산 */
    min-height: 100vh;
    min-width: 213.33vh; /* 120 * 1.777 */
    transform: translate(-50%, -55%);
    pointer-events: none; /* 클릭 방지 */
}

.tm-slider-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	z-index: 10;
	color: white;
	padding: 160px 20px; /* 모바일 대응을 위해 기본 패딩을 줄이고 */
}
.tm-slider-caption.caption-center { align-items: center;}
.tm-slider-caption.caption-bottom { align-items: flex-end;}
/* 캡션 내부 요소 (h2, p) 초기 상태 */
.tm-slider-caption h2, .tm-slider-caption p {
	opacity: 0;
	transform: translateY(10px);
	/* 기본 전환 설정 (지연 시간은 아래에서 개별 설정) */
	transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
}
.tm-slider-caption h2 { transition-delay: 1.6s;}		/* 배경 전환 완료 후 즉시 시작 (1.6초 지연) */
.tm-slider-caption p { transition-delay: 2.3s;}			/* h2가 나타난 후 시간차를 두고 시작 (2.3초 지연) */
/* 활성화된 슬라이드 내의 캡션 요소 상태: 원래 위치로 돌아오고 불투명해짐 */
.tm-slider-item.active .tm-slider-caption h2, .tm-slider-item.active .tm-slider-caption p {
	opacity: 1;
	transform: translateY(0);
}
.tm-slider-text { max-width: 860px;}
.tm-slider-caption h2 {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 1.4em;
}
.tm-slider-caption h2.lang-en { font-size: 40px;}
.tm-slider-caption p {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
	color: #eeeeee;
}
.tm-slider-caption p.lang-en { font-size: 24px;}
.tm-slider-text .mov-play {
	display: block;
	font-size: 150px;
	transition: all 0.3s ease-in-out;
	color: rgba(255,255,255,.2);
}
.tm-slider-text .mov-play:hover { color: rgba(255,255,255,.6);}
.tm-slider-text .link-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 10px 25px;
	font-size: 24px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	color: #0064F9;	
	background-color: #fff;
	border-radius: 5px;
}
.tm-slider-text .link-btn:hover { 
	color: #fff;
	background-color: #0064F9;
}
.tm-slider-text .link-btn i { margin-left: 10px;}
/* 네비게이션 버튼 스타일 */
.nav-button {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 100px;
	font-size: 30px;
	transform: translateY(-50%);
	opacity: 0.4;
	z-index: 20;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 0 6px 6px 0;
}
.nav-button:hover { opacity: 0.7;}
.prev-button { left: 0; border-left: 0;/* 모바일에서 가장자리와 간격 유지 */}
.next-button { right: 0; border-right: 0; /* 모바일에서 가장자리와 간격 유지 */}
/* 인디케이터 스타일 */
.control-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	opacity: 0.6;
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.4);
	border-radius: 3px;
}
.control-button:hover { opacity: 0.9;}
.control-button span { font-size: 12px;}
.Indicators-wrap {
	position: absolute;
	bottom: 100px;
	width: 100%;
	z-index: 20;
}
.Indicators-wrap > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.slide-Indicators {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.indicator-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.indicator-dot.active {
	width: 40px;
	background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1400px) {
	.tm-slide-media.pc-view-bg { display: none;}
	.tm-slide-media.tab-view-bg { display: block;}
}
@media (max-width: 820px) {
	.tm-slide-media.pc-view-bg, .tm-slide-media.tab-view-bg { display: none;}
	.tm-slide-media.mo-view-bg { display: block;}
}
@media (max-width: 640px) {
	.tm-slider-parallax-container { height: calc(100vh - 70px);}
	.tm-slider-caption { padding: 140px 40px;}
	.tm-slider-caption h2 { font-size: 28px;}
	.tm-slider-caption h2.lang-en { font-size: 26px;}
	.tm-slider-caption p { font-size: 20px;}
	.tm-slider-caption p.lang-en { font-size: 20px;}
	.tm-slider-text .link-btn { font-size: 20px;}
	.nav-button {
		width: 50px;
		height: 80px;
		font-size: 20px;
	}
	.Indicators-wrap { bottom: 100px;}
}

.section1-link-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}
.section1-link-wrap > div { 
	max-width: 1600px;
	margin: 0 auto;
}
.section1-link-wrap > div > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.section1-link-wrap > div > ul > li { width: 33.333333%;}
.section1-link-wrap > div > ul > li > a { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 60px;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease-in-out;
	color: rgba(255,255,255,.8);
	background-color: rgba(0,0,0,.5);
	border-top: 1px solid rgba(255,255,255,.3);
	border-right: 1px solid rgba(255,255,255,.3);
}
.section1-link-wrap > div > ul > li > a:first-child { border-left: 1px solid rgba(255,255,255,.3);}
.section1-link-wrap > div > ul > li > a:hover { 
	color: rgba(255,255,255,1);
	background-color: #0064F9;
}
/* End : [ Main 슬라이드 섹션 ] ---------------------------------------- */


/* [ 통계 및 상세정보 섹션 ] ---------------------------------------------- */
.stats-details-wrap {
	position: relative;
	display: flex;	
    flex-direction: column;
    justify-content: center;
	min-height: 100vh;
	padding: 100px 20px;
	z-index: 1;	
}
.stats-details-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right;
	/*background-image: url(/assets/images/main/img-mainBg01.svg);*/
}
.stats-details-wrap .jarallax-container > div { 
	opacity: 0.1;
	background-size: auto 100% !important;
	background-position: right 50% !important;
}
.stats-details-section {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 2;
}
.section-title {
	display: flex;	
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 20px;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 80px;
}
.section-title strong { 
	display: block;
	width: calc(100% - 100px);
	letter-spacing: -1px;
}
.section-title strong b {
	text-transform: uppercase;
	color: #0064f9;
}
.stats-grid {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
.stat-item { 
	display: flex;
	width: calc(25% - 45px);
}
/*.stats-grid > .stat-item:nth-child(1) { min-width: 149px;}
.stats-grid > .stat-item:nth-child(2) { min-width: 308px;}
.stats-grid > .stat-item:nth-child(3) { min-width: 273px;}*/
.stat-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	gap: 20px;
	flex: 1;
	text-align: center;
    padding: 25px 15px;
	background-color: rgba(255,255,255,.6);
	border: 1px solid #dddddd;
    border-radius: 8px;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.05);
}
.stat-item-box > span {
	font-size: 30px;
	font-weight: 700;
	color: #222;
}
.stat-item-box > i {
	width: 50%;
	max-width: 80px;
}
.stat-item-box > div { 
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 10px;
	width: 100%;
}
.stat-item-box > div > em {
    font-size: 20px;
    font-weight: 500;
}
.stat-item-box > div > h5 {
    display: flex;
	justify-content: center;
    align-items: center;
	gap: 5px;
}
.stat-item-box > div > h5 p { font-size: 18px;}
.stat-item-box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 5px;
}
.stat-item-box ul .li01 { font-size: 22px;}
.stat-item-box ul .li01 strong { font-size: 30px; color: #ff3c00;}
.stat-item-box ul .li02 { 
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
}
.stat-item-box ul .li02 strong { color: #000;}
.stat-value {
    font-size: 50px;
    font-weight: 600;
	letter-spacing: -1px;
    color: #0064f9;
}
.stat-label {
    font-size: 24px;
    font-weight: 700;
    color: #777;
}
/* End : [ 통계 및 상세정보 섹션 ] ---------------------------------------- */


/* [ 메인 유튜브 링크 섹션 ] --------------------------------------------- */ 
.main-video-section {
    display: flex;
	justify-content: center;
    align-items: center;
	padding: 100px 20px;
	min-height: 100vh;
}
.main-video-wrap {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.main-video-wrap ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	gap: 80px;
	width: 100%;
}
.main-video-wrap ul li { width: calc(50% - 40px);}
.main-video-wrap ul li i {
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	background-color: #555;	
}
.main-video-wrap ul li i iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;	
}
/* End : [ 메인 유튜브 링크 섹션 ] --------------------------------------- */ 


/* [ 뉴스/보도자료 섹션 ] ------------------------------------------------ */
.news-press-section { 
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 100vh;
	padding: 100px 20px;
}
.news-press-section .jarallax-container > div {
	opacity: 0.2;
	margin-top: -100px;
	background-size: 60% !important;
	background-position: bottom left !important;
}
.dadan-2dan {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 100px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.dadan-2dan > div { width: calc(50% - 50px) !important;}
.press-box {
	display: flex;
	flex-direction: column;	
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.box-header {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
	gap: 20px;
    margin-bottom: 80px;
}
.box-header h2 { margin-right: auto;}
.box-header h2 strong { 
	margin-right: 20px;
    font-size: 46px;
    font-weight: 600;
	color: #000;
}
.box-header h2 em {
    font-size: 24px;
    font-weight: 500;
	color: #777;
}

/* 컨트롤 그룹 스타일 */
.control-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
	font-size: 0;
	opacity: 1;
    cursor: pointer;
    background-color: unset !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50%;
    border: 1px solid #555;
}
.arrow-btn:hover, .arrow-btn:hover:not(:disabled) { opacity: 1;}
.arrow-btn:disabled, .arrow-btn.disabled {
	opacity: 0.5;
    cursor: default;
}
.control-group .arrow-btn.prev-btn { background-image: url(/assets/images/arrow-gray-line-left.svg);} 
.control-group .arrow-btn.next-btn { background-image: url(/assets/images/arrow-gray-line-right.svg);} 
.more-link {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 4px;
    min-width: 80px;
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #aaa;
    text-decoration: none;
}
.more-link:hover { color: #333; border-color: #333;}
.link-blue {
	padding: 5px 15px;
	color: #fff;
	background-color: #0064F9;
	border-color: #0064F9;
}
.link-20 { font-size: 20px;}
.link-20 i { font-size: 14px;}
.link-blue:hover { 
	color: #fff;
	background-color: #0040f9;
	border-color: #0040f9;
}

/* 뉴스, 보도자료 슬라이더 관련 CSS */
.slide-viewport {
    overflow: hidden; 
    width: 100%;
}
.card-grid {
    display: flex; 
    gap: 40px;
    transition: transform 0.5s ease-in-out; 
}
.card {
    flex-shrink: 0; 
    display: block; 
    width: calc((100% - (40px * 2)) / 3); 
}
.card:hover { box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.card-img {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 65%;
	margin-bottom: 25px;
	background-color: #ddd;
    /*box-shadow: 0 5px 20px rgba(0,18,72,0.2);*/
}
.card-img img {
	position: absolute;
	left: 50%;
	top: 50%;
    display: block;
	width: 100%;    /* 일단 가로를 채우고 */
    height: 100%;   /* 세로도 채웁니다 */
    object-fit: cover; /* 핵심: 비율을 유지하며 요소의 크기에 맞춰 이미지를 자름 */
    object-position: center; /* 이미지의 중심을 기준으로 정렬 */
	transform: translate(-50%, -50%) scale(1);
}
.card-title {
    padding: 0 5px;
    font-weight: 500;
}
.card-title span, .card-title strong { display: block;}
.card-title span { 
	margin-bottom: 10px;
	font-size: 16px;
}
.card-title strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 55px;
    font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
}
.card:hover .card-title strong { color: #000;}
.card:hover .card-img img { transform: translate(-50%, -50%) scale(1.1);}
.latest-wrap { border-top: 1px solid #aaa;}
.latest-list { border-bottom: 1px solid #ddd;}
.latest-list:last-child { border-bottom: 1px solid #aaa;}
.latest-list a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
}
.latest-list a:hover { background-color: #f4f4f4;}
.latest-list a strong {
	display: box;
	display: -webkit-box;
	width: calc(100% - 70px);
	font-size: 16px;
	font-weight: 600;
	color: #555;
}
.latest-list:hover a strong { color: #000;}
/* End : [ 뉴스/보도자료 섹션 ] ------------------------------------------ */


/* [ 참관등록 버튼 ] --------------------------------------------------- */
.link-reg {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	flex: 1;
}
.link-reg a { 
	display: flex;
	position: relative;
	width: calc(33.333333% - 13.333333px);
	border-radius: 10px;
}
.link-reg a:hover { transform: scale(1.03);}
.link-reg a:before, .link-reg a:after { 
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 18px;
    background-image: radial-gradient(circle, #fff 50%, transparent 50%);
    background-size: 30px 18px;
    z-index: 1;
}
.link-reg a:before { bottom: 100%; transform: translateY(50%);}
.link-reg a:after { top: 100%; transform: translateY(-50%);}
.link-reg a:nth-child(1) { background-color: #e93e4a;}
.link-reg a:nth-child(2) { background-color: #0064f9;}
.link-reg a:nth-child(3) { background-color: #294062;}
.link-reg-btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 0;
}
.link-reg-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -35%);
	opacity: 0.3;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 110%;
	background-image: url(/assets/images/main/img-mainBg01-white.svg);
}
.link-reg-btn li { width: 100%;}
.link-reg-btn .li01 { 
	margin-bottom: 30px;
	color: #fff;
}
.link-reg-btn .li01 strong {
	display: block;
	padding: 0 40px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
}
.link-reg-btn .li01 em {
	display: block;
	/* 배경 이미지로 점선 구현 */
	background-image: linear-gradient(to right, #fff 40%, rgba(255,255,255,0) 0%);
	background-position: bottom; /* 위치 */
	background-size: 10px 2px;     /* 가로 8px(점+간격), 세로 3px(두께) */
	background-repeat: repeat-x;

	padding-bottom: 5px; /* 선과 텍스트 사이 간격 */
}
.link-reg-btn .li02 { 
	padding: 0 40px;
	margin-left: auto;
}
.link-reg-btn .li02 span, .link-reg-btn .li02 strong, .link-reg-btn .li02 strong b { display: block;}
.link-reg-btn .li02 span { width: 70px; margin-left: auto;}
.link-reg-btn .li02 strong {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	font-size: 30px;
	font-weight: 500;
	background-color: #fff;
	border-radius: 50%;
}
.link-reg a:nth-child(1) .link-reg-btn .li02 strong { color: #e93e4a;}
.link-reg a:nth-child(2) .link-reg-btn .li02 strong { color: #0064f9;}
.link-reg a:nth-child(3) .link-reg-btn .li02 strong { color: #294062;}
.link-reg-btn .li02 strong b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* End : [ 참관등록 버튼 ] --------------------------------------------- */

@media (max-width: 1280px) {
	
	/* [ Main 슬라이드 섹션 ] ------------------------------------------ */
	.tm-slider-caption { padding: 150px 40px;}
	
	/* [ 통계 및 상세정보 섹션 ] ------------------------------------------ */
	.stats-grid { gap: 20px;}
	.stat-item { width: calc(25% - 15px);}
	.stat-item-box {}
	.stat-item-box > span { font-size: 24px;}
	.stat-item-box > i { width: 40%;}
	.stat-value { font-size: 36px;}
	.stat-item-box ul .li01 strong { font-size: 24px;}
	.stat-item-box ul .li01, .stat-item-box ul .li02 { font-size: 16px;}
	
	/* [ 메인 유튜브 링크 섹션 ] ----------------------------------------- */ 
	.main-video-wrap ul { gap: 20px;}
	
	/* [ 뉴스/보도자료 섹션 ] -------------------------------------------- */
	.dadan-2dan > div { width: 100% !important;}
	
	/* [ 참관등록 버튼 ] ----------------------------------------------- */
	.link-reg-btn {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 35px;
	}
	.link-reg a { width: calc(50% - 10px);}
	.link-reg a:before, .link-reg a:after {
		left: unset;
		right: unset;
		top: 5px;
		bottom: 5px;
		width: 14px;
		height: unset;
		background-repeat: repeat-y;
		background-image: radial-gradient(circle, #fff 50%, transparent 50%);
		background-size: 14px 20px;		
	}
	.link-reg a:before {
		right: 100%;
		transform: translateX(50%);
	}
	.link-reg a:after {
		left: 100%;
		transform: translateX(-50%);
	}
	.link-reg-btn:before {
		transform: translate(-50%, -50%);
		background-size: auto 200% ;
		background-position: 75% center;
	}
	.link-reg-btn li { min-height: 150px;}
	.link-reg-btn .li01 { 
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		margin-bottom: 0;
		padding: 0;
	}
	.link-reg-btn .li01 em {
		flex: 0 0 2px;
		background-image: linear-gradient(to bottom, #fff 40%, rgba(255, 255, 255, 0) 0%);
		background-position: bottom;
		background-size: 2px 10px;
		background-repeat: repeat-Y;
	}
	.link-reg-btn .li01 strong { 
		min-width: 130px;
		padding: 20px 0 0;
		margin: 0;
		font-size: 30px;
	}
	.link-reg-btn .li02 { 
		display: flex;
		align-items: flex-end;
		padding: 20px 0;
	}
	.link-reg-btn .li02 strong { }
}

@media (max-width: 768px) {
	
    /* [ 슬라이드 인디케이터 중앙 정렬 ] -------------------------------------- */
    .slide-indicators { }
	.section1-link-wrap > div > ul > li > a { font-size: 16px;}
    	
	/* [ 통계 및 상세정보 섹션 ] ------------------------------------------ */
	.section-title { margin-bottom: 30px;}
	.stats-grid { gap: 10px;}
	.stat-item { width: calc(50% - 5px);}
	.stats-details-wrap:before { background-size: 110% auto;}
	
	/* [ 메인 유튜브 링크 섹션 ] ----------------------------------------- */ 
	.main-video-section { min-height: unset;}
	.main-video-wrap ul { }
	.main-video-wrap ul li { width: 100%; max-width: 520px;}
	
	/* [ 뉴스/보도자료 섹션 ] -------------------------------------------- */
	.news-press-section { min-height: unset;}
	.news-press-section .jarallax-container > div { 
		margin-top: 0;
		background-size: 100% auto !important;
		background-position: 100% center !important;
	}
    .box-header { margin-bottom: 30px;}
    .box-header h2 { margin: 0;}
    .box-header h2 strong { font-size: 30px;}
	.box-header h2 em { font-size: 20px;}
	.section-title strong { 
		width: 100%;
		font-size: 30px;
	}
    .control-group { justify-content: flex-start;}
	.card-title strong { font-size: 16px;}
    .card-grid { gap: 20px;}
    .card { width: 100%;}
	
	/* [ 뉴스/보도자료 섹션 ] -------------------------------------------- */
	.dadan-2dan { gap: 80px;}
	.dadan-2dan > div { width: 100% !important;}
	
	/* [ 참관등록 버튼 ] ----------------------------------------------- */
	.link-reg a { width: 100%; max-width: 460px;}
	.link-reg-btn li { min-height: 130px;}
	.link-reg-btn .li01 strong { min-width: 110px; font-size: 24px;}
	.link-reg-btn .li02 span { width: 60px;}
	.link-reg-btn .li02 strong { font-size: 24px;}	
}