section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{ 
    max-width:1470px; 
    width:100%; 
    margin:0 auto; 
    padding: 0 15px;
    position: relative;
    z-index: 4;
}

.main_sc{
    width: 100%; 
    position: relative; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover;
    padding: 100px 0;
}

.mb-0{
    margin-bottom: 0 !important;
}

/* 메인 섹션 */
#sc01{ 
    background-color:#4B4B4B; 
    height: 100vh; 
    position: relative; 
    overflow: hidden;
    padding: 0;
}
#sc01::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
#sc01::before{
    content: "";
    width: 100%; 
    height: 50%; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 4, 12, 0.00) 0%, #00040C 100%);
}

.video-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
    pointer-events:none;
}

.video-bg iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:56.25vw;
    min-height:100vh;
    min-width:177.77vh;
    transform:translate(-50%,-50%);
}

.main-caption{
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.main-caption > h2{
    font-size: 120px;
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 136px;
}

.sc01-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sc01-tit > h3{
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.sc01-tit > p{
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(204, 204, 204, 0.80) 50%, rgba(153, 153, 153, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* mouse */
.mouse {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}
.mouse .wheel {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    animation: wheel 1.4s infinite;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
@keyframes wheel {
    0% {
        top: 8px;
        transform: translateX(-50%, 15px);
        opacity: 1;
    }
    100% {
        top: 1.2rem;
        transform: translateX(-50%, -2rem);
        opacity: 0;
    }
}

.more-btn{
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    padding: 18px 30px;
    transition: .2s;
    border: 1px solid #D1D5DB;
    background: #FFF;
	color: #111214;
    text-transform: uppercase;
}
.more-btn > span{
    display: inline-block;
    margin-left: 10px;
    transform: rotate(-45deg);
    color: #004097;
    transition: .2s;
}
.more-btn:hover{
    background-color: #004097;
    border-color: #004097;
    color: #fff;
}
.more-btn:hover > span{
    color: #fff;
}
.sc01-btn{
    display: flex;
    align-items: center;
}

#sc01 .more-btn{
    background-color: #004097;
    border-color: #004097;
    color: #fff;
}
#sc01 .more-btn > span{
    color: #fff;
}

#sc01Sli{ 
    position:relative; 
    z-index:1; 
    background-color:#333; 
    overflow:hidden; 
}
#sc01_bg{ 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
#sc01_mbg{ 
    display:none; 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
#sc01_fr{ 
    position:relative; 
    z-index:1; 
    min-height:max(600px,36.4583333vw); 
    padding:150px 70px; 
    display:flex; 
    align-items:center; 
    /*background-color:rgba(0,0,0,.35);*/ 
}

#sc01mw{ 
    position:relative; 
    z-index:1; 
    overflow:hidden; 
    background-color:#333; 
    width: 100%; 
    height: 100%;
}
#sc01mw > #sc01_bdo{ 
    position:absolute; 
    z-index:1; 
    top:50%; 
    left:50%; 
    min-width:100%; 
    transform:translate(-50%,-50%); 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}

.sect-tit{
    margin-bottom: 50px;
}
.sect-tit > h5{
    font-size: 12px;
    font-weight: 600;
    color: #004097;
    letter-spacing: 1.5px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.sect-tit > h5::before{
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background: #004097;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sect-tit > h3{
    font-size: 40px;
    color: #111214;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.sect-tit > p{
    font-size: 16px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.6;
}

/* sc02 */
#sc02{
    background: #F5F7FB;
}
.sc02-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.sc02-tit .sect-tit{
    margin-bottom: 0;
}
.sc02-slide{
    width: 100%;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc02-card{
    display: block;
    width: calc((100% - 48px) / 3);
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: .3s;
}
.sc02-img{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.sc02-img img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc02-caption{
    width: 100%;
    padding: 22px;
    border-bottom: 1px solid #E5E7EB;
}
.sc02-caption > h5{
    font-size: 12px;
    color: #004097;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}
.sc02-caption > h3{
    font-size: 18px;
    color: #111214;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}
.sc02-caption > p{
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.6;
}
.sc02-btn{
    width: 100%;
    padding: 1rem 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sc02-btn > h5{
    display: inline-block;
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
    background: #F0F4FA;
}
.sc02-btn > span{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #004097;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    transition: .3s;
}
.sc02-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.sc02-card:hover .sc02-img img{
    transform: scale(1.05);
}
.sc02-card:hover .sc02-btn > span{
    background-color: #1a5cbf;
}
.sc02-pn{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}
.swiper-pagination.sc02pn,
.swiper-button-prev.sc02nav,
.swiper-button-next.sc02nav{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
}
.swiper-button-prev.sc02nav,
.swiper-button-next.sc02nav{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #111214;
    transition: .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev.sc02nav:hover,
.swiper-button-next.sc02nav:hover{
    background-color: #004097;
    border-color: #004097;
    color: #fff;
}
.swiper-pagination.sc02pn{
    width: 30px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 700;
}
.swiper-pagination.sc02pn > span.swiper-pagination-current{
    color: #111214;
}

/* sc09 */
#sc09{
    background: #fff;
}
.sc09-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.sc09-tit .sect-tit{
    margin-bottom: 0;
}
.sc09-wrap{
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.sc09-box{
    display: block;
    width: calc((100% - 30px) / 2);
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: .3s;
}
.sc09-img{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.sc09-img img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc09-caption{
    width: 100%;
    padding: 30px;
    background-color: #fff;
}
.sc09-caption > h5{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 12px;
    font-size: 12px;
    color: #9ca3af;
    font-weight: 400;
}
.sc09-caption > h5 > span{
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}
.sc09-caption > h5 > span.cl1{
    background-color: #F0F4FA;
    color: #004097;
}
.sc09-caption > h5 > span.cl2{
    background-color: #EAF5EE;
    color: #3D8C5E;
}
.sc09-caption > h3{
    font-size: 22px;
    color: #111214;
    font-weight: 800;
    margin-bottom: 1rem;
}
.sc09-caption > p{
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 24px;
    border-bottom: 1px solid #F3F4F6;
}
.sc09-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}
.sc09-btn > p{
    font-size: 13px;
    color: #004097;
    font-weight: 600;
}
.sc09-btn > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 64, 151, 0.10);
    font-size: 13px;
    color: #004097;
    transform: rotate(-45deg);
}
.sc09-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.sc09-box:hover .sc09-img img{
    transform: scale(1.05);
}

/* sc03 */
#sc03{
    background: #F5F7FB;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 30px;
}
.sc03-gallery{
    width: calc(68% - 30px);
}
.sc03-paper{
    width: 32%;
    text-align: right;
}
.sc03-tit{
    display: inline-block;
    font-size: 12px;
    color: #111214;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
}
.sc03-tit::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #004097;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sc03-gal-wrap{
    width: 100%;
    padding-top: 30px;
    display: flex;
    gap: 1rem;
}
.sc03-gal-card{
    display: block;
    width: calc((100% - 2rem) / 3);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
    transition: .3s;
}
.sc03-img{
    width: 100%;
    height: 195px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc03-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.sc03-img > span{
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(2px);
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}
.sc03-caption{
    width: 100%;
    padding: 18px;
}
.sc03-caption > h5{
    font-size: 10px;
    color: #004097;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sc03-caption > h3{
    font-size: 14px;
    color: #111214;
    font-weight: 800;
    margin-bottom: 10px;
}
.sc03-caption > p{
    font-size: 12px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.6;
}
.sc03-gal-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}
.sc03-gal-card:hover .sc03-img img{
    transform: scale(1.04);
    filter: brightness(0.96);
}

.sc03-pp-wrap{
    width: 100%;
    display: flex;
    gap: 14px;
    padding-top: 30px;
}
.sc03-pp-card{
    display: flex;
    width: calc((100% - 14px) / 2);
    border-radius: 6px;
    border: 1px solid #E8D89A;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.08);
    transition: .3s;
    overflow: hidden;
}
.sc03-pp-card img{
    width: 100%;
}
.sc03-pp-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

/* sc04 */
#sc04{
    background: #333;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
    pointer-events: none;
}
.sc04-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.sc04-tit .sect-tit{
    margin-bottom: 0;
}
.sc04-tit .sect-tit > h5, .sc04-tit .sect-tit > h3, .sc04-tit .sect-tit > p{
    color: #fff;
}
.sc04-tit .sect-tit > h5::before{
    background-color: #fff;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 5;
    align-items: stretch;
}
.sc04-yt{
    width: 55%;
}
.sc04-caption{
    width: calc(45% - 40px);
    height: 446px;
    min-height: 0;
}
.yt-cont{ position:relative; z-index:1; width:100%; padding-top:56.25%; }
.yt-cont > iframe{ position:absolute; z-index:1; top:0; left:0; width:100%; height:100%; border-radius: 14px;}

.yt-pm.none{display: none;}
.yt-list-wrap{
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;

    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: 6px;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling: touch;
}
.yt-list-wrap::-webkit-scrollbar{ width:4px; }
.yt-list-wrap::-moz-scrollbar{ width:4px; }
.yt-list-wrap::-o-scrollbar{ width:4px; }
.yt-list-wrap::-webkit-scrollbar-track{ background-color:transparent; }
.yt-list-wrap::-moz-scrollbar-track{ background-color:transparent; }
.yt-list-wrap::-o-scrollbar-track{ background-color:transparent; }
.yt-list-wrap::-webkit-scrollbar-thumb{ background-color:#d0d5de; border-radius:2px; }
.yt-list-wrap::-moz-scrollbar-thumb{ background-color:#d0d5de; border-radius:2px; }
.yt-list-wrap::-o-scrollbar-thumb{ background-color:#d0d5de; border-radius:2px; }

.yt-list{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    border-radius: 12px;
    transition: .2s;
    cursor: pointer;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.6);
}
.yt-list:hover{
    background: #f7f9fc;
    border-color: #e5e7eb;
}
.yt-list.on{
    background: #e8f0fb;
    border-color: rgba(0, 64, 151, 0.2);
}
.yt-thum{
    width: 164px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.yt-thum img{
    width: 100%;
}
.yt-caption > h5{
    font-size: 15px;
    font-weight: 700;
    color: #111214;
    line-height: 1.4;
    margin-bottom: 6px;
    transition: .2s;
}
.yt-caption > p{
    font-size: 13px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.5;
}
.yt-list.on .yt-caption > h5{
    color: #004097;
}

/* sc05 */
#sc05{
    background-color: #fff;
}
#sc05 .sect-tit{
    margin-bottom: 20px;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    padding-top: 30px;
    gap: 20px;
}
.sc05-box{
    width: calc((100% - 60px) / 4);
}
.sc05-card{
    display: block;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    transition: .3s;
    overflow: hidden;
}
.sc05-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc05-img img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc05-img > ul{
    display: flex;
    gap: 6px;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.sc05-img > ul > li{
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 30px;
}
.sc05-img > ul > li.cl1{
    background-color: #3D8C5E;
}
.sc05-img > ul > li.cl2{
    background-color: #B8860B;
}
.sc05-img > ul > li.cl3{
    background-color: #D4780A;
}
.sc05-caption{
    width: 100%;
    padding: 20px;
    min-height: 195px;
    background: #0F2044;
    position: relative;
}
.sc05-caption > h5{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc05-caption > h5 > span{
    display: inline-block;
    color: rgba(255, 255, 255, 0.42);
    font-style: italic;
    font-weight: 400;
    margin-left: 10px;
}
.sc05-caption > h3{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    line-height: 1.4;
}
.sc05-btn{
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: space-between;
}
.sc05-btn > h5{
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}
.sc05-btn > h5 > span{
    font-size: 12px;
    color: #f0c040;
    font-weight: 800;
}
.sc05-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.10);
    font-size: 13px;
    color: #fff;
    transform: rotate(-45deg);
    transition: .3s;
}
.sc05-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 28px 64px rgba(0,0,0,0.2);
}
.sc05-card:hover .sc05-img img{
    transform: scale(1.05);
}
.sc05-card:hover .sc05-icon{
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.45);
}
.sc05-bt{
    width: 100%;
    display: flex;
    margin-top: 40px;
}
.sc05-bt img{
    width: 100%;
}

/* sc06 */
#sc06{
    background: #F5F7FB;
}
.sc06-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.sc06-tit .sect-tit{
    margin-bottom: 0;
}
.sc06-slide{
    width: 100%;
    padding-left: calc((100% - 1440px) / 2);
}
.sc06Swiper{
    padding: 30px 0 0 !important;
}
.sc06-img{
    display: flex;
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: .3s;
}
.sc06-img img{
    width: 100%;
}
.sc06-img:hover{
    transform: translateY(-8px);
}

/* sc07 */
#sc07{
    background-color: #0D1B2A;
}
#sc07 .sect-tit{
    margin-bottom: 20px;
}
#sc07 .sect-tit > h5{
    color: #4DB8C0;
}
#sc07 .sect-tit > h5::before{
    background-color: #4DB8C0;
}
#sc07 .sect-tit > h3{
    color: #fff;
}
#sc07 .sect-tit > p{
    color: rgba(255, 255, 255, 0.45);
}
.sc07-slide{
    width: 100%;
}
.sc07Swiper{
    padding: 30px 0 0 !important;
}
.sc07-img{
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition: .3s;
}
.sc07-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(164deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 60%, rgba(0, 0, 0, 0.78) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}
.sc07-img img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc07-img > span{
    display: inline-block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
    letter-spacing: 1.3px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.sc07-caption{
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.sc07-caption > h5{
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.3;
}
.sc07-caption > p{
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
    line-height: 1.4;
}
.sc07-img:hover{
    transform: translateY(-6px);
}
.sc07-img:hover img{
    transform: scale(1.07);
    filter: brightness(0.4) saturate(0.8);
}

/* sc08 */
#sc08{
    background-color: #F5F7FB;
}
#sc08 .sect-tit{
    margin-bottom: 0;
}
.sc08-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.sc08-slide{
    width: 100%;
}
.sc08Swiper{
    padding: 30px 0 0 !important;
}
.sc08-img{
    display: flex;
    margin-bottom: 1rem;
    border-radius: 3px 6px 6px 3px;
    overflow: hidden;
    transition: .3s;
}
.sc08-caption{
    font-size: 14px;
    color: #111214;
    font-weight: 700;
}
.sc08-pn{
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}
.swiper-pagination.sc08pn,
.swiper-button-prev.sc08nav,
.swiper-button-next.sc08nav{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
}
.swiper-button-prev.sc08nav,
.swiper-button-next.sc08nav{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #111214;
    transition: .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev.sc08nav:hover,
.swiper-button-next.sc08nav:hover{
    background-color: #004097;
    border-color: #004097;
    color: #fff;
}
.swiper-pagination.sc08pn{
    width: 42px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 700;
}
.swiper-pagination.sc08pn > span.swiper-pagination-current{
    color: #111214;
}
.sc08-img:hover{
    transform: translateY(-8px);
}

@media(min-width:1200px){
	.ms-img{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }
	.ms-img-m{
        display: none;
    }

    .d-lg-flex{
        display: flex;
    }

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }

    #sc01-mo{
        display: none;
    }
    
    .mo-con{display: none;}


}
@media(max-width:1600px){
    .mc-con{
        max-width: 1440px;
    }
    .main-caption{
        max-width: 1440px;
        gap: 40px;
    }
    .main-caption > h2{
        font-size: 110px;
        line-height: 125px;
    }
    .sc01-tit > h3{
        font-size: 44px;
    }
    .sc01-tit > p{
        font-size: 22px;
    }
    .more-btn{
        font-size: 15px;
        padding: 1rem 24px;
    }
    .sect-tit > h3{
        font-size: 36px;
    }
    .sc04-caption > h3{
        font-size: 38px;
    }
    .sc06-slide {
        padding-left: calc((100% - 1410px) / 2);
    }
    .sc02-wrap{
        gap: 20px;
    }
    .sc02-card{
        width: calc((100% - 40px) / 3);
    }
    .sc09-wrap{
        gap: 24px;
    }
    .sc09-box{
        width: calc((100% - 24px) / 2);
    }
    .sc04-wrap{
        gap: 30px;
    }
    .sc04-caption{
        width: calc(45% - 30px);
        height: 436px;
    }
    .yt-list-wrap{
        gap: 12px;
    }
}
@media(max-width:1440px){
    .mc-con{
        max-width: 1300px;
    }
    .main-caption{
        max-width: 1300px;
        gap: 30px;
    }
    .main-caption > h2 {
        font-size: 90px;
        line-height: 115px;
    }
    .sc01-tit > h3{
        font-size: 42px;
    }
    .sc01-tit > p{
        font-size: 20px;
    }
    .mouse{
        width: 46px;
        height: 46px;
    }
    .mouse > span{
        font-size: 16px;
    }
    .more-btn{
        font-size: 14px;
    }
    .sect-tit > h5{
        margin-bottom: 12px;
    }
    .sect-tit > h3{
        font-size: 34px;
        margin-bottom: 10px;
    }
    .sc02-wrap{
        gap: 1rem;
    }
    .sc02-card{
        width: calc((100% - 2rem) / 3);
    }
    .sc09-wrap{
        gap: 20px;
    }
    .sc09-box{
        width: calc((100% - 20px) / 2);
    }
    .sc09-caption{
        padding: 24px;
    }
    .sc04-caption > h3{
        font-size: 36px;
    }
    #sc05 .sect-tit{
        margin-bottom: 0;
    }
    .sc05-wrap{
        gap: 10px;
    }
    .sc05-box {
        width: calc((100% - 30px) / 4);
    }
    .sc05-btn > h5{
        font-size: 11px;
    }
    .sc05-icon{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .sc05-caption{
        min-height: 185px;
    }
    .sc05-caption > h5{
        margin-bottom: 10px;
    }
    .sc05-caption > h3{
        font-size: 18px;
    }
    .sc05-bt{
        margin-top: 30px;
    }
    .sc06-tit{
        margin-bottom: 0;
    }
    .sc06-slide {
        padding-left: calc((100% - 1270px) / 2);
    }
    #sc07 .sect-tit{
        margin-bottom: 0;
    }
    .sc08-tit{
        margin-bottom: 0;
    }
    .sc04-wrap{
        gap: 20px;
    }
    .sc04-caption{
        width: calc(45% - 20px);
        height: 391px;
    }
    .yt-list-wrap{
        gap: 10px;
    }
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
    .mo-con{display: block;}

	#sc01_fr{ 
        padding:150px 15px; 
    }
	#sc01_nav{ 
        display:none; 
    }
    #sc01-mo{
        display: block;
        width: 100%;
    }
    #sc01-vimeo-mo{
        width: 100%;
        padding-top: 56.25%;
        position: relative;
        z-index: 1;
    }
    #sc01-vimeo-mo iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mc-con{
        padding: 0 20px;
    }

	.ms-img{
        display: none;
    }
	.ms-img-m{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }

    .more-btn {
        padding: 12px 20px;
    }

    .main-caption{
        gap: 20px;
    }
    .main-caption > h2 {
        font-size: 60px;
        line-height: 72px;
    }
    .sc01-tit > h3{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .sc01-tit > p{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .mouse{
        display: none;
    }
    .main_sc{
        padding: 80px 0;
    }
    .sect-tit > h5{
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .sect-tit > h5::before{
        width: 20px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    .sect-tit > p{
        font-size: 15px;
    }
    .sc02-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .sc02-card {
        width: calc((100% - 1rem) / 2);
    }
    .sc09-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .sc09-wrap{
        flex-wrap: wrap;
        gap: 20px;
    }
    .sc09-caption{
        padding: 20px;
    }
    .sc09-caption > h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sc09-caption > p{
        padding-bottom: 20px;
    }
    .sc09-btn{
        padding-top: 1rem;
    }
    .sc09-btn > span{
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    .sc04-wrap{
        flex-wrap: wrap;
    }
    .sc04-yt{
        width: 100%;
    }
    .sc04-caption{
        width: 100%;
    }
    .sc04-caption{
        width: 100%;
    }
    .sc04-cont{
        width: 100%;
    }
    .sc04-caption > h3{
        font-size: 30px;
    }
    .sc04-pf{
        margin-bottom: 1rem;
    }
    .sc04-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .sc04-tit > p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .sc05-wrap{
        flex-wrap: wrap;
    }
    .sc05-box {
        width: calc((100% - 10px) / 2);
    }
    .sc06-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .sc06-slide{
        padding-left: 15px;
        padding-right: 15px;
    }
    .sc08-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
}

@media(max-width:800px){
    .sc02-card{
        width: 100%;
    }
    .sc09-box{
        width: 100%;
    }
    .sc04-caption{
        height: 370px;
    }
}
@media(max-width:600px){
    .main-caption > h2{
        font-size: 44px;
        line-height: 44px;
    }
    .sc01-tit > h3{
        font-size: 24px;
    }
    .sc01-tit > p{
        font-size: 17px;
    }
    .main_sc{
        padding: 60px 0;
    }
    .sect-tit > h3{
        font-size: 24px;
        margin-bottom: 6px;
    }
    .sect-tit > p{
        font-size: 14px;
    }
    .sc02-tit{
        gap: 1rem;
    }
    .sc02-caption{
        padding: 20px;
    }
    .sc02-btn{
        padding: 12px 20px;
        gap: 5px;
        flex-wrap: wrap;
    }
    .sc02-btn > h5{
        padding: 5px 10px;
    }
    .swiper-button-prev.sc02nav, .swiper-button-next.sc02nav{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sc09-tit{
        gap: 1rem;
    }
    .sc09-caption > h3{
        font-size: 18px;
    }
    .sc04-tit{
        gap: 1rem;
    }
    .sc04-caption > h3{
        font-size: 26px;
    }
    .sc04-tit > p{
        font-size: 14px;
    }
    .sc05-box{
        width: 100%;
    }
    .sc06-tit{
        gap: 1rem;
    }
    .sc08-tit{
        gap: 1rem;
    }
    .swiper-button-prev.sc08nav, .swiper-button-next.sc08nav{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sc08Swiper {
        padding: 1rem 0 0 !important;
    }
    .sc08-pn{
        gap: 6px;
    }
    .sc08-img{
        margin-bottom: 10px;
    }
    .sc08-caption{
        font-size: 13px;
        line-height: 1.3;
        word-break: keep-all;
    }

    .sc04-caption{
        height: auto;
    }
    .yt-list-wrap{ overflow-y:hidden; overflow-x:auto; white-space:nowrap; font-size:0; padding-right: 0; padding-bottom: 10px; flex-direction: row;}
    
    .yt-list-wrap::-webkit-scrollbar{ height:5px; }
    .yt-list-wrap::-moz-scrollbar{ height:5px; }
    .yt-list-wrap::-o-scrollbar{ height:5px; }
    
    .yt-list{ width:min(300px, 50vw); padding:10px; display:inline-block; margin:0; border-radius: 8px;}
    .yt-thum{
        margin-bottom: 10px;
        border-radius: 6px;
    }
    .yt-caption > p{
        display: none;
    }
    .yt-caption > h5{
        font-size: 14px;
        white-space: wrap;
        margin-bottom: 0;
    }
    .yt-cont > iframe{
        border-radius: 10px;
    }
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.05;
    }
    100% {
      opacity: 1;
    }
  }

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scroll{
    0% {
      transform: translateY(-5px) translateX(.5px);
      opacity: 0;
    }
    100% {
        transform: translateY(5px) translateX(.5px);
        opacity: 1;
    }
}
