@charset "UTF-8";
/* ===== n26 메인 섹션 (patinex.unionz.io index.php 동일) ===== */
.n26_visual{ overflow: hidden; display: flex; flex-direction: column; justify-content: center; position: relative; height: 100vh;}
.n26_visual .scroll{ position: absolute; z-index: 30; left: 60px; bottom: 0; height: 140px;}
.n26_visual .scroll p{ position: absolute; top: 0; left: 0; transform: rotate(90deg) translate(50%,20px); font-size: 12px; font-weight: 500; color: rgba(255 255 255/100%); letter-spacing: 0; white-space: nowrap;}
.n26_visual .scroll span{ overflow: hidden; display: block; position: relative; width: 3px; height: 140px;}
.n26_visual .scroll span:before{ content: ""; display: block; position: absolute; top: 0; width: 3px; height: 100%; background: #FFF; animation: home_visual_scroll_down 2s infinite;}
@keyframes home_visual_scroll_down{
    0%   { top: -140px; opacity: 0;}
    49.9%  { top: 140px; opacity: 1;}
    50%  { top: -140px; opacity: 0;}
    100% { top: 140px; opacity: 1;}
}
.n26_visual .text{ display: flex; flex-direction: column; align-items: flex-start; grid-gap: 20px; position: absolute; z-index: 20; left: calc(50% - 650px);}
.n26_visual .text .t1{ font-size: 30px; font-weight: 700; color: #FFF;}
.n26_visual .text .t2{}
.n26_visual .text .t2 img{ display: block; width: auto;}
.n26_visual .text .t3{ font-size: 20px; color: #FFF;}
.n26_visual .text .t3 b{ font-size: 24px; font-weight: 700; color: #fbb03b;}
.n26_visual .text .t4{ font-size: 24px; font-weight: 600; color: #FFF;}
.n26_visual .text .t4 b{ font-weight: 600; color: #fbb03b;}
.n26_visual .text .time{ display: flex; grid-gap: 30px; margin: 30px 0; padding: 30px 40px; border-radius: 30px; border: 1px solid rgba(255 255 255/10%); background: rgba(51 20 98/40%);}
.n26_visual .text .time .wrap{}
.n26_visual .text .time .wrap .box{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; width: 100px; height: 100px; border-radius: 20px; background: rgba(0 0 0/50%); box-shadow: 0 0 0 2px rgba(0 0 0/80%);}
.n26_visual .text .time .wrap .box p{ font-size: 50px; font-weight: 800; color: #FFF;}
.n26_visual .text .time .wrap .box span{ display: block; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; border-radius: 20px; border-top: 1px solid rgba(255 255 255/15%);}
.n26_visual .text .time .wrap .box span::after{ content: ""; display: block; position: absolute; z-index: 2; top: 0; right: 0; bottom: 50%; left: 0; background: linear-gradient(180deg, rgba(0 0 0/0%),rgba(0 0 0/50%)); border-bottom: 1px solid rgba(0 0 0/100%);}
.n26_visual .text .time .wrap .box span::before{ content: ""; display: block; position: absolute; z-index: 2; top: 50%; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(255 255 255/10%),rgba(255 255 255/0%)); border-top: 1px solid rgba(255 255 255/30%);}
.n26_visual .text .time .wrap .tit{ padding-top: 15px; text-align: center; font-size: 15px; font-weight: 400; color: #FFF;}
.n26_visual .text .logo{ display: flex; grid-gap: 30px;}
.n26_visual .text .logo img{ display: block; width: auto; height: 40px;}
.n26_visual .bg{ position: absolute; z-index: 10; width: 100vw; height: 100vh; background: url(/images/2026/user/main/vbg.jpg) center/cover;}
.n26_visual .bg img:nth-child(1){ display: block; position: absolute; z-index: 2; left: calc(50% + 100px); bottom: 0; width: auto; height: 80vh;} 
.n26_visual .bg img:nth-child(2){ display: block; position: absolute; z-index: 2; right: 0; bottom: 0; width: auto;}
@media(max-width: 1700px){
    .n26_visual .scroll{ left: 30px; bottom: 80px;}
    .n26_visual .scroll p{ font-size: 10px;}
    .n26_visual .text{ left: 120px;}
}
@media(max-width: 1500px){
    .n26_visual .text{ grid-gap: 15px; left: 100px;}
    .n26_visual .text .t1{ font-size: 20px;}
    .n26_visual .text .t2 img{ width: 300px; height: auto;}
    .n26_visual .text .t3{ font-size: 16px;}
    .n26_visual .text .t3 b{ font-size: 16px;}
    .n26_visual .text .t4{ font-size: 16px;}
    .n26_visual .text .time{ grid-gap: 20px; margin: 15px 0; padding: 15px 30px; border-radius: 15px;}
    .n26_visual .text .time .wrap .box{ width: 70px; height: 70px; border-radius: 15px;}
    .n26_visual .text .time .wrap .box p{ font-size: 35px;}
    .n26_visual .text .time .wrap .box span{ border-radius: 15px;}
    .n26_visual .text .time .wrap .tit{ padding-top: 10px; font-size: 10px;}
    .n26_visual .text .logo{ grid-gap: 20px;}
    .n26_visual .text .logo img{ height: 24px;}
}
@media(max-width: 1000px){
    .n26_visual .text{ top: 200px; left: 60px;}
    .n26_visual .bg img:nth-child(1){ left: 40%; height: 70vh;} 
}
@media(max-width: 767px){
    .n26_visual .scroll{ left: 10px; bottom: 3.5rem; height: 100px;}
    .n26_visual .scroll p{ transform: rotate(90deg) translate(50%,15px); font-size: 8px;}
    .n26_visual .scroll span{ width: 2px; height: 100px;}
    .n26_visual .scroll span:before{ width: 2px;}
    @keyframes home_visual_scroll_down{
        0%   { top: -100px; opacity: 0;}
        49.9%  { top: 100px; opacity: 1;}
        50%  { top: -100px; opacity: 0;}
        100% { top: 100px; opacity: 1;}
    }

    .n26_visual .text{ grid-gap: 10px; top: 100px; left: 30px;}
    .n26_visual .text .t1{ font-size: 16px;}
    .n26_visual .text .t2 img{ width: 240px;}
    .n26_visual .text .t3{ font-size: 12px;}
    .n26_visual .text .t3 b{ font-size: 11px;}
    .n26_visual .text .t4{ font-size: 11px;}
    .n26_visual .text .time{ grid-gap: 10px; margin: 10px 0; padding: 15px; border-radius: 10px;}
    .n26_visual .text .time .wrap .box{ width: 50px; height: 50px; border-radius: 10px;}
    .n26_visual .text .time .wrap .box p{ font-size: 24px;}
    .n26_visual .text .time .wrap .box span{ border-radius: 10px;}
    .n26_visual .text .time .wrap .tit{ padding-top: 5px; font-size: 8px;}
    .n26_visual .text .logo{ grid-gap: 15px;}
    .n26_visual .text .logo img{ height: 18px;}
    .n26_visual .bg img:nth-child(1){ left: 30%; height: 60vh;} 
    .n26_visual .bg img:nth-child(2){ width: 200%;}
}



.n26_main_top{ display: flex; justify-content: center; padding: 0 60px;}
.n26_main_top .inner{ display: flex; grid-gap: 60px; padding: 130px 0 150px 0; max-width: 1300px;}
@media(max-width: 1500px){
    .n26_main_top{ padding: 0 30px;}
}
@media(max-width: 1000px){
    .n26_main_top .inner{ flex-direction: column; grid-gap: 120px;}
}
@media(max-width: 767px){
    .n26_main_top{ padding: 0 10px;}
    .n26_main_top .inner{ grid-gap: 40px; padding: 40px 0; width: 100%;}
}


.n26_main_schedule{ width: 50%;}
.n26_main_schedule .head{ display: flex; justify-content: space-between; align-items: center;}
.n26_main_schedule .head .tit{ font-size: 40px; font-weight: 700; color: #000;}
.n26_main_schedule .head .tit span{ font-weight: 700; color: #5b17c9;}
.n26_main_schedule .body{ position: relative; margin-top: 30px;}
.n26_main_schedule .body .rolling{ overflow: hidden; padding-left: 1px;}
.n26_main_schedule .body .swiper-wrapper{}
.n26_main_schedule .body .swiper-slide{}
.n26_main_schedule .body .swiper-slide a{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 320px; border-radius: 20px; border: 1px solid #DDD; transition: all .2s;}
.n26_main_schedule .body .swiper-slide img{ display: block; width: auto; height: 60px;}
.n26_main_schedule .body .swiper-slide .t1{ margin-top: 30px; font-size: 24px; font-weight: 700; color: #000;}
.n26_main_schedule .body .swiper-slide .t2{ margin-top: 5px; font-size: 15px; color: #999;}
.n26_main_schedule .body .swiper-slide .t3{ margin-top: 40px; font-size: 40px; font-weight: 900; color: #000;}
.n26_main_schedule .body .swiper-slide a.hover1 .t3{ color: #00aeba;}
.n26_main_schedule .body .swiper-slide a.hover2 .t3{ color: #df2f2f;}
.n26_main_schedule .body .swiper-slide a.hover3 .t3{ color: #8e08eb;}
.n26_main_schedule .body .swiper-slide a.hover1:hover{ border-color: #00aeba; background: #f8ffff;}
.n26_main_schedule .body .swiper-slide a.hover2:hover{ border-color: #df2f2f; background: #ffefef;}
.n26_main_schedule .body .swiper-slide a.hover3:hover{ border-color: #8e08eb; background: #f8efff;}
.n26_main_schedule .body .n26_main_schedule_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% - 20px); left: -20px; width: 40px; height: 40px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.n26_main_schedule .body .n26_main_schedule_prev svg{ width: 20px; height: 20px;}
.n26_main_schedule .body .n26_main_schedule_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% - 20px); right: -20px; width: 40px; height: 40px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.n26_main_schedule .body .n26_main_schedule_next svg{ width: 20px; height: 20px;}
@media(max-width: 1000px){
    .n26_main_schedule{ width: 100%;}
}
@media(max-width: 767px){
    .n26_main_schedule .head .tit{ font-size: 24px;}
    .n26_main_schedule .body{ margin-top: 20px;}
    .n26_main_schedule .body .swiper-slide a{ height: 180px; border-radius: 15px;}
    .n26_main_schedule .body .swiper-slide img{ height: 30px;}
    .n26_main_schedule .body .swiper-slide .t1{ margin-top: 15px; font-size: 17px;}
    .n26_main_schedule .body .swiper-slide .t2{ font-size: 11px;}
    .n26_main_schedule .body .swiper-slide .t3{ margin-top: 15px; font-size: 24px;}

    .n26_main_schedule .body .n26_main_schedule_prev{ display: none;}
    .n26_main_schedule .body .n26_main_schedule_next{ display: none;}
}


.n26_main_notice{ width: 50%;}
.n26_main_notice .head{ display: flex; justify-content: space-between; align-items: center;}
.n26_main_notice .head .tit{ font-size: 40px; font-weight: 700; color: #000;}
.n26_main_notice .head .tit span{ font-weight: 700; color: #5b17c9;}
.n26_main_notice .head .more{ display: flex; align-items: center; grid-gap: 10px;}
.n26_main_notice .head .more p{ font-size: 16px; font-weight: 500; color: #000;}
.n26_main_notice .head .more span{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.n26_main_notice .head .more span svg{ width: 20px; height: 20px;}
.n26_main_notice .body{ display: flex; flex-direction: column; margin-top: 30px; border-radius: 20px; height: 320px; border: 1px solid #DDD;}
.n26_main_notice .body .max{ display: flex; align-items: center; grid-gap: 30px; position: relative; padding: 40px 50px;}
.n26_main_notice .body .max .new{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 20px; left: 20px; width: 24px; height: 25px; border-radius: 50%; background: #F00; font-size: 12px; font-weight: 500; color: #FFF;}
.n26_main_notice .body .max .date{ text-align: center;}
.n26_main_notice .body .max .date p:nth-child(1){ font-size: 40px; font-weight: 800; color: #000;}
.n26_main_notice .body .max .date p:nth-child(2){ font-size: 14px; color: #666;}
.n26_main_notice .body .max .tit{ line-height: 1.2; font-size: 22px; font-weight: 500; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.n26_main_notice .body .max:hover .tit{ color: #000; text-decoration: underline;}
.n26_main_notice .body .list{ flex: 1; display: flex; flex-direction: column; justify-content: center; margin: 0 50px; border-top: 1px solid #DDD;}
.n26_main_notice .body .list a{ display: flex; align-items: center; padding: 10px 0;}
.n26_main_notice .body .list a p:nth-child(1){ flex: 1; font-size: 16px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.n26_main_notice .body .list a p:nth-child(2){ width: 30%; text-align: right; font-size: 16px; color: #666;}
.n26_main_notice .body .list a:hover p:nth-child(1){ color: #000; text-decoration: underline;}
@media(max-width: 1000px){
    .n26_main_notice{ width: 100%;}
}
@media(max-width: 767px){
    .n26_main_notice .head .tit{ font-size: 24px;}
    .n26_main_notice .head .more{ grid-gap: 5px;}
    .n26_main_notice .head .more p{ font-size: 12px;}
    .n26_main_notice .head .more span{ width: 24px; height: 24px;}
    .n26_main_notice .head .more span svg{ width: 12px; height: 12px;}

    .n26_main_notice .body{ margin-top: 20px; border-radius: 15px; height: auto;}
    .n26_main_notice .body .max{ grid-gap: 20px; padding: 25px 20px;}
    .n26_main_notice .body .max .new{ top: 10px; left: 10px; width: 16px; height: 16px; font-size: 8px;}
    .n26_main_notice .body .max .date p:nth-child(1){ font-size: 30px;}
    .n26_main_notice .body .max .date p:nth-child(2){ font-size: 10px;}
    .n26_main_notice .body .max .tit{ font-size: 17px;}
    .n26_main_notice .body .list{ margin: 0 20px; padding: 15px 0;}
    .n26_main_notice .body .list a{ padding: 6px 0;}
    .n26_main_notice .body .list a p:nth-child(1){ font-size: 13px;}
    .n26_main_notice .body .list a p:nth-child(2){ font-size: 12px;}
}


.n26_main_speaker{ padding: 0 60px; background: url(/images/2026/user/main/msbg.jpg) center/cover;}
.n26_main_speaker .inner{ margin: 0 auto; padding: 130px 0 150px 0; max-width: 1300px;}
.n26_main_speaker .head{}
.n26_main_speaker .head .tit{ text-align: center; font-size: 40px; font-weight: 700; color: #FFF;}
.n26_main_speaker .head .tit span{ font-weight: 700; color: #FFF;}
.n26_main_speaker .body{ margin-top: 50px;}
.n26_main_speaker .body .rolling{ overflow: hidden;}
.n26_main_speaker .body .swiper-wrapper{}
.n26_main_speaker .body .swiper-slide{}
.n26_main_speaker .body .swiper-slide a{ display: block;}
.n26_main_speaker .body .swiper-slide .img{ overflow: hidden; border-radius: 20px;}
.n26_main_speaker .body .swiper-slide .img img{ display: block; width: 100%; height: auto;}
.n26_main_speaker .body .swiper-slide .t1{ margin-top: 20px; font-size: 24px; font-weight: 500; color: #FFF;}
.n26_main_speaker .body .swiper-slide .t2{ margin-top: 10px; line-height: 1.2; font-size: 14px; font-weight: 300; color: rgba(255 255 255/60%);}

.n26_main_speaker .body .control{ display: flex; justify-content: space-between; align-items: center; grid-gap: 10px; position: relative; margin-top: 50px; padding: 0 70px; height: 40px;}
.n26_main_speaker .body .n26_main_speaker_prev{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.n26_main_speaker .body .n26_main_speaker_prev svg{ width: 20px; height: 20px;}
.n26_main_speaker .body .n26_main_speaker_next{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; width: 40px; height: 40px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.n26_main_speaker .body .n26_main_speaker_next svg{ width: 20px; height: 20px;}
.n26_main_speaker .body .n26_main_speaker_pagination{ width: calc(100% - 140px); height: 2px; background: rgba(255 255 255/30%);}
.n26_main_speaker .body .n26_main_speaker_pagination span{ background: #FFF;}
@media(max-width: 1500px){
    .n26_main_speaker{ padding: 0 30px;}
    .n26_main_speaker .inner{ width: 100%;}
}
@media(max-width: 767px){
    .n26_main_speaker{ padding: 0 10px;}
    .n26_main_speaker .inner{ width: 100%; padding: 40px 0;}
    .n26_main_speaker .head .tit{ font-size: 24px;}
    .n26_main_speaker .body{ margin-top: 20px;}
    .n26_main_speaker .body .swiper-slide .img{ border-radius: 15px;}
    .n26_main_speaker .body .swiper-slide .t1{ margin-top: 15px; font-size: 17px;}
    .n26_main_speaker .body .swiper-slide .t2{ font-size: 11px;}

    .n26_main_speaker .body .control{ margin-top: 20px; padding: 0 50px; height: 30px;}
    .n26_main_speaker .body .n26_main_speaker_prev{ width: 30px; height: 30px;}
    .n26_main_speaker .body .n26_main_speaker_prev svg{ width: 15px; height: 15px;}
    .n26_main_speaker .body .n26_main_speaker_next{ width: 30px; height: 30px;}
    .n26_main_speaker .body .n26_main_speaker_next svg{ width: 15px; height: 15px;}
    .n26_main_speaker .body .n26_main_speaker_pagination{ width: calc(100% - 100px);}
}


.n26_main_company{}
.n26_main_company .inner{ padding: 130px 0 150px 0; max-width: 100%; width: 100%;}
.n26_main_company .head{}
.n26_main_company .head .tit{ text-align: center; font-size: 40px; font-weight: 700; color: #000;}
.n26_main_company .head .tit span{ font-weight: 700; color: #5b17c9;}
.n26_main_company .body{ margin-top: 50px; overflow: hidden;}
.n26_main_company .body ul{ display: flex; grid-gap: 20px; flex-wrap: nowrap; width: max-content;}
.n26_main_company .body ul + ul{ margin-top: 50px;}
.n26_main_company .body ul.to_left{ animation: n26CompanyLeft 30s linear infinite;}
.n26_main_company .body ul.to_right{ animation: n26CompanyRight 30s linear infinite;}
.n26_main_company .body ul li{ flex: 0 0 auto; display: flex; justify-content: center; align-items: center; width: 200px; height: 50px;}
.n26_main_company .body ul li img{ display: block; width: auto; max-height: 40px;}
@keyframes n26CompanyLeft{ from{ transform: translateX(0);} to{ transform: translateX(-50%);}}
@keyframes n26CompanyRight{ from{ transform: translateX(-50%);} to{ transform: translateX(0);}}
@media(max-width: 767px){
    .n26_main_company .inner{ padding: 40px 0; width: 100%;}
    .n26_main_company .head .tit{ font-size: 24px;}
    .n26_main_company .body{ margin-top: 20px;}
    .n26_main_company .body ul{ grid-gap: 10px;}
    .n26_main_company .body ul + ul{ margin-top: 20px;}
    .n26_main_company .body ul li{ width: 120px; height: 40px;}
    .n26_main_company .body ul li img{ max-height: 30px;}
}

