section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
.mc-con{ 
    max-width:1600px; 
    width:100%; 
    margin:0 auto; 
    padding: 0 40px;
    position: relative;
    z-index: 3;
}

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

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

/* 메인 섹션 */
#sc01{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}

.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;
}

.main-caption{
    width: 100%;
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    color: #fff;
}
.main-caption > h5{
    display: inline-flex;
    align-items: center;
    padding: 10px 1rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    font-size: 13px;
}
.main-caption > h5 > span{
    display: inline-block;
    margin-right: 8px;
}
.main-caption > h3{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.main-caption > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
}
.sc01-btn-wrap{
    display: flex;
    gap: 1rem;
}
.sc01-btn{
    display: flex;
    align-items: center;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    border: 2px solid transparent;
}
.sc01-btn > span{
    display: inline-block;
    margin-right: 10px;
}
.sc01-btn.sb1{
    background-color: #fff;
    color: #034686;
}
.sc01-btn.sb1:hover{
    transform: translateY(-2px);
    background-color: #ececec;
}
.sc01-btn.sb2{
    border: 2px solid rgba(255, 255, 255, 0.50);
}
.sc01-btn.sb2:hover{
    background-color: #fff;
    color: #034686;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next.mainnav, .swiper-button-prev.mainnav{
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    color: #fff;
    font-size: 20px;
    transition: .3s;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-button-next.mainnav:hover, .swiper-button-prev.mainnav:hover{
    background-color: rgba(255, 255, 255, 0.20);
}
.swiper-button-next.mainnav{
    right: 40px;
}
.swiper-button-prev.mainnav{
    left: 40px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 12px;
    transition: .3s;
    border-radius: 30px;
    background: #fff;
}
.swiper-pagination-bullet-active{
    background: #fff;
    width: 36px;
}

.sect-tit{
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.sect-tit > h5{
    font-size: 14px;
    color: #034686;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sect-tit > h3{
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}
.sect-tit > p{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 1.8;
}

/* sc02 */
#sc02{
    padding: 80px 0;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
}
.sc02-box{
    width: calc((100% - 96px) / 5);
}
.sc02-card{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.sc02-card::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.sc02-card img{
    display: block;
    width: 100%;
    transition: .5s ease;
}
.sc02-card:hover img{
    transform: scale(1.1);
}
.sc02-caption{
    width: 100%;
    padding: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.sc02-caption > h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc02-caption > p{
    font-size: 13px;
    font-weight: 400;
}
.sc02-caption > p > span{
    display: inline-block;
    margin-left: 5px;
}

/* sc03 */
#sc03{
    padding: 100px 0;
    background-color: #034686;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
#sc03 .sect-tit{
    text-align: left;
}
#sc03 .sect-tit > h5, #sc03 .sect-tit > h3, #sc03 .sect-tit > p{
    color: #fff;
}
.sc03-wz > ul{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.sc03-wz > ul > li{
    padding: 12px 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.10);
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: .3s;
    cursor: pointer;
}
.sc03-wz > ul > li:hover{
    background-color: #fff;
    color: #034686;
}
.sc03-wz > ul > li:first-child{
    background-color: #fff;
    color: #034686;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc03-box{
    width: calc((100% - 72px) / 4);
}
.wz-cont{
    width: 100%;
    display: block;
    border-radius: 16px;
    background-color: #fff;
    transition: .3s;
}
.wz-cont:hover{
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(3,70,134,0.15);
}
.wz-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.wz-img img{
    width: 100%;
    display: block;
    transition: .4s ease;
}
.wz-cont:hover .wz-img img{
    transform: scale(1.1);
}
.wz-img > span{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.wz-img > span.best{
    background-color: #E74C3C;
}
.wz-img > span.new{
    background-color: #034686;
}
.wz-img .heart{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}
.wz-img .heart:hover{
    color: #e74c3c;
}
.wz-caption{
    width: 100%;
    padding: 24px 20px;
}
.wz-caption > p{
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-bottom: 12px;
}
.wz-caption > h5{
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 1rem;
}
.price-wrap{
    display: flex;
    gap: 8px;
    align-items: center;
}
.price-wrap > h5{
    font-size: 14px;
    color: #e74c3c;
    font-weight: 700;
}
.price-wrap > h3{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
}
.price-wrap > p{
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    position: relative;
}
.price-wrap > p::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* sc04 */
#sc04{
    padding: 100px 0;
    background-color: #fff;
}
.sc04-con{
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}
.sc04-banner{
    background: linear-gradient(180deg, #034686 0%, #023059 100%);
    border-radius: 24px;
    padding: 40px;
    color: #fff;
    position: sticky;
    top: 170px;
    transition: .3s;
}
.sc04-banner > span{
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.20);
    font-size: 28px;
    margin-bottom: 24px;
}
.sc04-banner > h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.sc04-banner > p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.6;
}
.sc04-banner > a{
    display: flex;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 16px;
    color: #034686;
    font-weight: 600;
}
.sc04-banner > a > span{
    display: inline-block;
    margin-left: 10px;
}
.sc04-cont > ul{
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}
.sc04-cont > ul > li{
    padding: 12px 22px;
    border-radius: 30px;
    border: 2px solid #E0E0E0;
    transition: .3s;
    font-size: 14px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}
.sc04-cont > ul > li:first-child{
    border-color: #034686;
    color: #034686;
}
.sc04-cont > ul > li:hover{
    border-color: #034686;
    color: #034686;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc04-box{
    width: calc((100% - 48px) / 3);
}

/* sc05 */
#sc05{
    padding: 60px 0;
    background-color: #f8f9fa;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
}
.sc05-box{
    width: calc((100% - 24px) / 2);
}
.sc05-ban{
    width: 100%;
    height: 200px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.sc05-box:first-child .sc05-ban{
    background-color: #1a1a1a;
}
.sc05-box:last-child .sc05-ban{
    background-color: #034686;
}
.sc05-caption{
    width: 100%;
    padding: 0 32px;
    color: #fff;
}
.sc05-caption > h5{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1rem;
    opacity: 0.8;
}
.sc05-caption > h5 > span{
    display: inline-block;
    margin-right: 5px;
}
.sc05-caption > h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc05-caption > p{
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

/* sc06 */
#sc06{
    padding: 100px 0;
    background-color: #fff;
}
#sc06 .sect-tit{
    text-align: left;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}
.sc06-box{
    width: calc((100% - 60px) / 2);
}
.yt-cont{ 
    position:relative; 
    z-index:1; 
    width:100%; 
    padding-top:56.25%; 
    border-radius: 24px;
    overflow: hidden;
}
.yt-cont > iframe{ 
    position:absolute; 
    z-index:1; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
}
.yt-list{
    cursor: pointer; 
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
    background-color: #f8f9fa;
    padding: 1rem;
    transition: .3s;
}
.yt-list:hover{
    background-color: #ececee;
}
.yt-list-wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.yt-thum{
    display: flex;
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 1rem;
}
.yt-thum img{
    width: 100%;
}
.yt-caption > h5{
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 8px;
}
.yt-caption > p{
    font-size: 15px;
    color: #034686;
    font-weight: 700;
}
.yt-list > span{
    display: inline-block;
    font-size: 16px;
    color: #999;
    transition: .3s;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.yt-list:hover > span{
    color: #034686;
}

/* sc07 */
#sc07{
    padding: 100px 0;
    background-color: #0A0A0A;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#sc07::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
#sc07 .sect-tit{
    text-align: left;
}
#sc07 .sect-tit > h5{
    color: #034686;
}
#sc07 .sect-tit > h3{
    color: #fff;
}
#sc07 .sect-tit > p{
    color: rgba(255, 255, 255, 0.7);
}
.sc07-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}
.sc07-box{
    width: calc((100% - 80px) / 2);
}
.counter-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
}
.counter-box{
    text-align: center;
}
.counter-box > h5{
    display: inline-flex;
    align-items: center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
    gap: 5px;
    min-width: 165px;
    justify-content: center;
}
.counter-box > p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}
.sc07-img-wrap{
    width: 100%;
    display: flex;
    gap: 20px;
}
.sc07-img-box{
    flex: 1;
}
.sc07-img{
    width: 100%;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
}
.sc07-img img{
    width: 100%;
}
.sc07-img-box.half{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* sc08 */
#sc08{
    padding: 100px 0;
    background-color: #f8f9fa;
}
.sc08-con{
    max-width: 900px;
    padding: 60px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 24px;
}
.form-box{
    width: calc((100% - 24px) / 2);
}
.form-box input{
    width: 100%;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: .3s;
}
.form-select{
    width: 100%;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 15px;
    color: #111827;
}
.form-select select:focus{
    outline: none;
}
.form-box h5{
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-box h5 > span{
    display: inline-block;
    color: #E74C3C;
}
.form-tit{
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}
.form-tit > span{
    display: inline-block;
    color: #E74C3C;
}
.form-box:hover input{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 1rem;
    color: #000;
    outline: none;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    resize: none;
    font-size: 14px;
    transition: .3s;
}
.form-textarea textarea:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea textarea::placeholder{
    font-size: 14px;
    color: #666;
}
.form-box input::placeholder{
    font-size: 14px;
    color: #666;
}
.sc08-btn{
    width: 100%;
}
.sc08-pol{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.sc08-pol input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #e0e0e0;
    background: rgba(255, 255, 255, 0.50);
    margin-right: 10px;
    cursor: pointer;
}
.sc08-pol input[type="checkbox"]:checked{
    background-color: #034686;
    border-color: #034686;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.sc08-pol p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.sc08-btn > button{
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
    border-radius: 8px;
    background: #034686;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
}
.sc08-btn > button:disabled{
    background: #9ca3af;
    box-shadow: none;
    cursor: not-allowed;
}

@media(min-width:1200px){
	.ms-img{
        display: flex; 
        width: 100%; 
    }
    .ms-img img{
        width: 100%;
    }
	.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;
    }

    
}
@media(max-width:1600px){
    
    
}
@media(max-width:1440px){
    
}
@media(max-width:1199px){
    .d-none{
        display: none;
    }
	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }
    
    .mc-con{
        padding: 0 15px;
    }

	.ms-img{
        display: none;
    }
	.ms-img-m{
        display: flex; 
        width: 100%; 
    }
    .ms-img-m img{
        width: 100%;
    }

    
}

@media(max-width:800px){
    
}
@media(max-width:587px){
    
}

/* 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;
    }
    100% {
      opacity: 1;
    }
  }

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