section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
.mc-con{ 
    width:100%; 
    max-width: 1470px;
    margin:0 auto; 
    padding: 0 15px;
    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:#fff; 
    height: 100vh; 
    position: relative; 
    padding: 50px;
}
.sc01-vimeo {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 2;
}
#sc01::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
    pointer-events: none;
}
.video-area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sc01-vimeo iframe {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
}

.main-header{
    width: 100%;
    padding: 0 70px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .4s;
}
.mainlg > a{ 
  display:block; 
  font-size:20px; 
  line-height:1em; 
  white-space:nowrap;
}
.mainlg > a > img{ 
  display:block; 
  width:150px; 
  transition: .4s;
}
.hd-btn.main{
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
}
.main-header.scr{
    opacity: 0;
}

.main-caption{
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-caption > h2{
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 1rem;
}
.main-caption > h2 > b{
    font-weight: 700;
}
.main-caption > h5{
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}
.main-caption > h5 > b{
    font-weight: 700;
}
.main-caption > h5::after{
    content: "";
    width: 450px;
    height: 1px;
    background: linear-gradient(90deg, rgba(216, 208, 192, 0.00) 0%, #D8D0C0 50%, rgba(216, 208, 192, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-caption > p{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

/* sc02 */
#sc02{
    padding: 200px 0;
}
#sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
    pointer-events: none;
}

.sc02-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc02-caption{
    width: 45%;
}
.sc02-tit{
    width: 100%;
}
.sc02-logo{
    display: flex;
    width: 150px;
    margin-bottom: 2rem;
}
.sc02-logo img{
    width: 100%;
}
.sc02-tit > h3{
    font-size: 35px;
    color: #0d0d0d;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.sc02-tit > h3 > b{
    font-weight: 700;
}
.sc02-tit > ul > li{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 200;
    margin-bottom: 10px;
}
.sc02-tit > ul > li:last-child{
    margin-bottom: 0;
}
.sc02-cont{
    width: 55%;
}

.sc02-yt{
    position:relative;
    height:0;
    padding-bottom:56.25%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
    pointer-events: none;
}
.sc02-yt iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.sc02-yt-tit{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc02-yt-logo{
    width: 30px;
    display: flex;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.sc02-yt-logo img{
    width: 100%;
}
.sc02-yt-tit > p{
    font-size: 14px;
    color: #0d0d0d;
    font-weight: 400;
}

/* sc03 */
#sc03{
    padding: 200px 0;
}
.sc03-caption{
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}
.sc03-caption::after{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(216, 208, 192, 0.00) 0%, #D8D0C0 50%, rgba(216, 208, 192, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sc03-tit{
    width: 50%;
    color: #464034;
}
.sc03-tit > h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc03-tit > h3{
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
}
.sc03-tit > h3  >b{
    font-weight: 700;
}
.sc03-cont{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.sc03-cont > p{
    font-size: 16px;
    color: #0a1014;
    font-weight: 400;
    line-height: 1.4;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc03-box{
    display: block;
    width: calc((100% - 60px) / 4);
}
.sc03-card{
    width: 100%;
    border: 1px solid #D8D0C0;
    background-color: #F5F1E8;
    transition: .4s;
}
.sc03-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc03-img::after{
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sc03-img img{
    display: block;
    width: 100%;
    transition: .4s;
}
.sc03-img > span{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 6px 10px 6px 12px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 15px;
    left: 15px;
    letter-spacing: 2px;
}
.sc03-card-tit{
    width: 100%;
    padding: 20px;
}
.sc03-card-tit > h5{
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
.sc03-card-tit > h3{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 4px;
}
.sc03-card-tit > p{
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.sc03-card-tit > ul{
    display: flex;
    gap: 6px;
}
.sc03-card-tit > ul > li{
    font-size: 12px;
    color: #5a7a6a;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #5a7a6a;
}
.sc03-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}
.sc03-card:hover .sc03-img img{
    transform: scale(1.08);
}
.sc03-bt{
    width: 100%;
    padding-top: 40px;
    text-align: center;
}
.sc03-bt > h5{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 1rem;
}
.sc03-bt > p{
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 300;
}
.sc03-plus{
    width: 1px;
    height: 50px;
    background-color: #7a7a7a;
    margin: 0 auto 30px;
    position: relative;
}
.sc03-plus::before{
    content: "";
    width: 50px;
    height: 1px;
    background-color: #7a7a7a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* sc04 */
#sc04{
    padding: 200px 0;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
    pointer-events: none;
}
.sc04-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.sc04-tit > h5{
    font-size: 20px;
    color: #5a7a6a;
    font-weight: 400;
    margin-bottom: 1rem;
}
.sc04-tit > h3{
    font-size: 35px;
    color: #1a1a1a;
    font-weight: 400;
}
.sc04-wrap{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 10px;
    gap: 20px;
}
.sc04-box{
    position: relative;
    overflow: hidden;
    border: 1px solid #d8d0c0;
    cursor: pointer;
    transition: .4s ease;
}
.sc04-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.sc04-box > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .4s ease;
}
.sc04-box:hover > img{
    transform: scale(1.05);
}
.sc04-box.tall{
    grid-row: span 14;
}
.sc04-box.long{
    grid-row: span 16;
}
.sc04-box.medium{
    grid-row: span 11;
}
.sc04-box.wide{
    grid-column: span 2;
    grid-row: span 12;
}
.sc04-box.short{
    grid-row: span 9;
}
.sc04-frame{
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: .4s ease;
    z-index: 2;
}
.sc04-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    opacity: 0;
    transform: translateY(10px);
    transition: .4s ease;
    z-index: 1;
}
.sc04-box:hover .sc04-caption{
    opacity: 1;
    transform: translateY(0);
}
.sc04-box:hover .sc04-frame{
    opacity: 1;
}
.sc04-caption > h5{
    font-size: 12px;
    color: #5a7a6a;
    font-weight: 300;
    margin-bottom: 10px;
}
.sc04-caption > h3{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.sc04-caption > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 10px;
}
.sc04-caption > span{
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);

}

/* sc05 */
#sc05{
    padding: 200px 0;
}
#sc05::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
    pointer-events: none;
}
.sc05-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.sc05-tit > h3{
    font-size: 35px;
    color: #1a1a1a;
    font-weight: 400;
}
.sc05-slide{
    width: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D8D0C0;
    background-color: #F5F1E8;
    transition: .3s;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-button-next > svg, .swiper-button-prev > svg{
    display: block;
    transition: .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    border-color: #5a7a6a;
    background-color: #ebe5d8;
}
.swiper-button-next:hover > svg, .swiper-button-prev:hover > svg{
    stroke: #5a7a6a;
}
.sc05-img{
    display: flex;
    width: 100%;
}
.sc05-img img{
    width: 100%;
}

@media(min-width:1200px){
    .d-lg-none{ 
        display:none; 
    }
    .d-lg-block{ 
        display:block; 
    }

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

    #sc03{
        background-attachment: fixed;
    }
    #sc05{
        background-attachment: fixed;
    }
    
}
@media(max-width:1600px){

    #sc01{
        padding: 30px;
    }
    .main-caption{
        padding: 30px;
    }
    .main-caption > h2{
        font-size: 55px;
    }
    .main-caption > h5{
        font-size: 28px;
    }

    .main-header{
        padding: 0 30px;
        top: 30px;
    }

    .sc03-wrap{
        gap: 12px;
    }
    .sc03-box{
        width: calc((100% - 36px) / 4);
    }
   
}

@media(max-width:1440px){

    #sc01{
        padding: 20px;
    }
    .main-header{
        padding: 0 20px;
        top: 20px;
    }
    .main-caption{
        padding: 20px;
    }
    .sc01-vimeo{
        border-radius: 16px;
    }
    .main-caption > h2{
        font-size: 45px;
    }
    .main-caption > h5{
        font-size: 24px;
    }
    .main-caption > p{
        font-size: 18px;
    }
    
    .mc-con{
        padding: 0 20px;
    }
    .sc02-wrap{
        justify-content: space-between;
    }
    .sc02-cont{
        width: 50%;
    }
    .sc02-logo{
        width: 120px;
    }
    .sc02-tit > h3{
        font-size: 32px;
    }

    .sc03-tit > h5{
        font-size: 18px;
    }
    .sc03-tit > h3{
        font-size: 32px;
    }
    .sc03-cont > p{
        font-size: 15px;
    }
    .sc03-wrap{
        gap: 10px;
    }
    .sc03-box{
        width: calc((100% - 30px) / 4);
    }
    .sc03-card-tit{
        padding: 16px;
    }
    .sc03-card-tit > p{
        font-size: 12px;
    }
    .sc03-card-tit > h3{
        font-size: 18px;
    }
    .sc03-card:hover{
        transform: translateY(-3px);
    }

    .sc04-tit > h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sc04-tit > h3{
        font-size: 32px;
    }
    .sc04-tit{
        margin-bottom: 40px;
    }
    .sc04-wrap{
        gap: 10px;
    }
    .sc05-tit > h3{
        font-size: 32px;
    }
}

@media(max-width:1199px){
    .mc-con{
        padding: 0 15px;
    }

    #sc01{
        padding: 0;
    }
	.sc01-vimeo{
        width: 100vw; 
        padding-top: 0; 
        height: calc(100vh + 3px);
        border-radius: 0;
    }
	.sc01-vimeo iframe{
        top: 50%; 
        left: 50%; 
        transform: translate(-50%,-50%); 
        width: 177.777vh; 
        height: calc(100vh + 3px);
    }

    .main-caption{
        padding: 0 15px;
    }
    .main-caption > h2{
        font-size: 40px;
    }
    .main-caption > h5{
        font-size: 22px;
    }
    .main-caption > p{
        line-height: 1.4;
    }

    .mc-con{
        padding: 0 15px;
    }

    .main-header{
        display: none;
    }
    .mainlg > a > img{
        width: 120px;
    }

    #sc02, #sc03, #sc04, #sc05{
        padding: 100px 0;
    }

    .sc02-logo{
        width: 100px;
    }
    .sc02-tit > h3{
        font-size: 27px;
    }
    .sc02-tit > ul > li{
        font-size: 14px;
    }
    .sc02-yt-logo{
        width: 26px;
        margin-right: 8px;
    }
    .sc02-cont{
        width: 55%;
    }

    .sc03-caption{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .sc03-tit{
        width: 100%;
        margin-bottom: 20px;
    }
    .sc03-tit > h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sc03-tit > h3{
        font-size: 27px;
    }
    .sc03-cont{
        width: 100%;
        justify-content: flex-start;
    }
    .sc03-cont > p{
        font-size: 14px;
    }
    .sc03-box{
        width: calc((100% - 10px) / 2);
    }
    .sc03-bt > h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sc03-bt > p{
        font-size: 14px;
    }
    .sc03-plus{
        height: 30px;
        margin: 0 auto 20px;
    }
    .sc03-plus::before{
        width: 30px;
    }

    .sc04-tit{
        margin-bottom: 30px;
    }
    .sc04-tit > h5{
        font-size: 16px;
    }
    .sc04-tit > h3{
        font-size: 27px;
    }
    .sc04-wrap{
        grid-template-columns: repeat(3, 1fr);
    }

    .sc05-tit{
        margin-bottom: 30px;
    }
    .sc05-tit > h3{
        font-size: 27px;
    }
    
}

@media(max-width:768px){
    .main-caption > h2{
        font-size: 34px;
    }
    .main-caption > h5{
        font-size: 18px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .main-caption > p{
        font-size: 16px;
    }
    .sc02-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .sc02-caption{
        width: 100%;
        margin-bottom: 30px;
    }
    .sc02-cont{
        width: 100%;
    }
    .sc02-logo{
        width: 80px;
        margin-bottom: 1rem;
    }
    .sc02-tit > h3{
        font-size: 24px;
        margin-bottom: 1.5rem;
    }
    .sc03-tit > h3{
        font-size: 24px;
    }
    .sc04-tit > h3{
        font-size: 24px;
    }
    .sc04-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .sc05-tit > h3{
        font-size: 24px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
}

@media(max-width:576px){
    .main-caption > h2{
        font-size: 30px;
    }
    .main-caption > h5{
        font-size: 16px;
    }
    .main-caption > p{
        font-size: 14px;
    }

    .sc02-tit > h3{
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .sc02-tit > ul > li{
        font-size: 13px;
        margin-bottom: 7px;
    }
    .sc02-yt-logo{
        margin-right: 7px;
    }
    .sc02-yt-tit > p{
        font-size: 12px;
    }
    .sc02-yt{
        border-radius: 12px;
    }
    .sc03-box{
        width: 100%;
    }
    .sc03-tit > h3{
        font-size: 22px;
        line-height: 1.3;
    }
    .sc04-tit > h3{
        font-size: 22px;
        line-height: 1.3;
    }
    .sc05-tit > h3{
        font-size: 22px;
        line-height: 1.3;
    }
    .sc03-tit{
        margin-bottom: 1rem;
    }
    .swiper-pagination.sc05pn{
        display: block;
        bottom: 0;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .sc05Swiper{
        position: relative;
        padding-bottom: 30px;
    }
    .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: 0.4;
        border-radius: 30px;
        transition: .2s;
    }
    .swiper-pagination-bullet-active{
        background: #5a7a6a;
        opacity: 1;
        width: 20px;
    }
}
@media(min-width:577px){
    .swiper-pagination.sc05pn{
        display: none;
    }
}

/* 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);
    }
}
