@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;*/}
.main-sw .swiper-slide.swiper-slide1 .bg {background:url("/assets/images/main_banner-01.jpg") no-repeat; background-size:cover; background-position:center; transition: all 0.5s ease-in;}
.main-sw.en .swiper-slide.swiper-slide1 .bg {background:url("/assets/images/main-banner-06.jpg") no-repeat; background-size:cover; background-position:center; transition: all 0.5s ease-in;}
.main-sw .swiper-slide.swiper-slide2 .bg {background:url("/assets/images/main-banner-02.jpg") no-repeat; background-size:cover; background-position:center; transition: all 0.5s ease-in;}
.main-sw .swiper-slide.swiper-slide3 .bg {background:url("/assets/images/main-banner-03.jpg") no-repeat; background-size:cover; background-position:center; transition: all 0.5s ease-in;}
.main-sw .swiper-slide.swiper-slide4 .bg {background:url("/assets/images/main-banner-04.jpg") no-repeat; background-size:cover; background-position:center; transition: all 0.5s ease-in;}
.main-sw .swiper-slide.swiper-slide5 .bg {background:url("/assets/images/main-banner-05.jpg") no-repeat; background-size:cover; background-position:center; transition: all 0.5s ease-in;}
/*.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;}