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: 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:#000; 
    height: 100vh; 
    position: relative; 
    overflow: hidden;
}
#sc01::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.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%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 4;
    text-align: center;
}
.main-caption > h5{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #EAE3D2;
    font-weight: 400;
    margin-bottom: 20px;
}
.main-caption > h5 > span{
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 50%;
    background: linear-gradient(90deg,
  rgba(234, 227, 210, 0.02) 0%,
  rgba(234, 227, 210, 0.30) 50%,
  rgba(234, 227, 210, 0.02) 100%);
}
.main-caption > h2{
    font-size: 110px;
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}
.main-caption > h2 > span{
    color: #fff;
}
.main-caption > p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 60px;
}
.sc01-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sc01-btn > a{
    display: inline-flex;
    padding: 13px 30px;
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.40);
    color: #D9D9D9;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(217, 217, 217, 0.40);
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
    transition: .2s;
    align-items: center;
    min-width: 170px;
    justify-content: center;
}
.sc01-btn > a > span{
    font-size: 14px;
}
.sc01-btn > a:hover{
    background-color: rgba(217, 217, 217, 0.40);
    color: #EAE3D2;
}

/* sc02 */

/*ad01*/

.ad01_con{ overflow:hidden; position:sticky; top:0; background-color: #0d0d0d; background-repeat: no-repeat; background-position: center; background-size: cover;}
.ad01_con::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ad01_hw{ display:flex; position:relative; z-index:2;}
.ad01_hp{ height:100vh; position:relative; z-index:2; display:flex; align-items: center;min-width:940px; }

#hp01{
  min-width: 830px;
}
#hp01 .hp-bg{
  padding: 0 30px 0 120px;
}
#hp02{
  min-width: 740px;
}
#hp02 .hp-bg{
  padding: 0 30px;
}
#hp03{
  min-width: 740px;
}
#hp03 .hp-bg{
  padding: 0 30px;
}
#hp04{
  min-width: 740px;
}
#hp04 .hp-bg{
  padding: 0 30px;
}
#hp05{
  min-width: 740px;
}
#hp05 .hp-bg{
  padding: 0 30px;
}
#hp06{
  min-width: 740px;
}
#hp06 .hp-bg{
  padding: 0 30px;
}
#hp07{
  min-width: 860px;
}
#hp07 .hp-bg{
  padding: 0 150px 0 30px;
}

.hp-bg{
    width: auto;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp-caption{
    color: #fff;
}
.hp-caption > h5{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
}
.hp-caption > p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.hp-img{
    display: flex;
    max-width: 700px;
    margin-bottom: 1rem;
    position: relative;
}
.hp-img img{
    width: 100%;
}
.hp-img > span{
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 1rem;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 20px;
    left: 20px;
}
.hp-lg{
  display: flex;
  width: auto;
  height: 25px;
  margin-bottom: 15px;
}
.hp-lg img{
  height: 100%;
}

/* sc03 */
#sc03{
    width: 100%;
    background-color: #fff;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.main-tit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E8E8E8;
}
.sect-tit > h5{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.42px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sect-tit > h5 > span{
    width: 30px;
    height: 1px;
    background-color: #0a0a0a;
}
.sect-tit > h3{
    color: #0A0A0A;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
}
.sect-tit > h3 > b{
    font-weight: 700;
}
.sect-tit > p{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.more-btn > a{
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 1rem 30px;
    border-radius: 100px;
    border: 1px solid #0A0A0A;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.more-btn > a > p{
    color: #0A0A0A;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.more-btn > a > span{
    display: inline-block;
    color: #0A0A0A;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.more-btn > a::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1C537C 0%, #008A9E 100%);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    transition: .2s ease;
}
.more-btn > a:hover{
    border-color: #1C537C;
}
.more-btn > a:hover > p, .more-btn > a:hover > span{
    color: #fff;
}
.more-btn > a:hover::before{
    left: 0;
}

.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
    margin-bottom: 50px;
}
.sc03-box{
    width: calc((100% - 72px) / 4);
}
.sc03-card{
    width: 100%;
}
.sc03-img{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.sc03-img img{
    width: 100%;
}
.sc03-tp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
}
.sc03-tp > h5{
    color: #0A0A0A;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.31px;
    text-transform: uppercase;
}
.sc03-tp > p{
    color: #888;
    font-size: 12px;
    font-weight: 400;
}
.sc03-caption{
    width: 100%;
}
.sc03-caption > h5{
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
}
.sc03-caption > p{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.sc03-caption > div{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid #E2E2E2;
    color: #444;
    font-size: 12px;
    font-weight: 500;
}
.sc03-caption > div > span{
    color: #aaa;
}

.wb-bg{
    width: 100%;
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #E8E8E8;
}
.wb-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.wb-img{
    display: flex;
    width: 100%;
    max-width: 56px;
}
.wb-img img{
    width: 100%;
}
.wb-wrap > h5{
    font-size: clamp(.8rem, 1.8vw, 1.4rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

/* sc04 */
#sc04{
    width: 100%;
    background: #0D0D0D;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
#sc04 .sect-tit > h5{
    color: rgba(255, 255, 255, 0.55);
}
#sc04 .sect-tit > h5 > span{
    background: rgba(255, 255, 255, 0.60);
}
#sc04 .sect-tit > h3{
    color: #fff;
}
#sc04 .sect-tit > p{
    color: rgba(255, 255, 255, 0.65);
}
#sc04 .more-btn > a{
    border-color: rgba(255, 255, 255, 0.30);
}
#sc04 .more-btn > a > p, #sc04 .more-btn > a > span{
    color: #fff;
}
#sc04 .main-tit{
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#sc04 .more-btn > a:hover{
    border-color: #1C537C;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    gap: 24px;
}
.sc04-box{
    width: calc((100% - 48px) / 3);
}
.sc04-card{
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #181818;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    overflow: hidden;
    transition: .3s;
}
.sc04-img{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.sc04-img img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc04-caption{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 30px;
}
.sc04-caption > h5{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
}
.sc04-caption > span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 12px;
    transition: .3s;
}
.sc04-card:hover{
    transform: translateY(-4px);
}
.sc04-card:hover .sc04-img img{
    transform: scale(1.05);
}
.sc04-card:hover .sc04-caption > span{
    color: #fff;
    background-color: #1A577E;
    border-color: #1A577E;
}

@media(min-width:1200px){
    .d-lg-none{ 
        display:none; 
    }
    .d-lg-block{ 
        display:block; 
    }
    .d-lg-ib{ 
        display: inline-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;
    }

    .wb-mo{
        display: none;
    }

    #sc02{
        display: none;
    }

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

   
}
@media(max-width:1600px){
    .mc-con{
        max-width: 1330px;
    }
    .main-caption > h2{
        font-size: 90px;
    }
    .main-caption > p{
        margin-bottom: 80px;
    }
    .wb-wrap{
        right: 40px;
        gap: 24px;
        top: calc(100px + 1%);
    }
    .wb-img{
        max-width: 60px;
    }
    .sect-tit > h5{
        margin-bottom: 1rem;
    }
    .sect-tit > h3{
        font-size: 44px;
        margin-bottom: 1rem;
    }
    .sc03-wrap{
        gap: 20px;
    }
    .sc03-box{
        width: calc((100% - 60px) / 4);
    }
    .sc04-wrap{
        gap: 20px;
    }
    .sc04-box{
        width: calc((100% - 40px) / 3);
    }
    .hp-caption > h5{
        font-size: 24px;
        margin-bottom: 6px;
    }
    .hp-caption > p{
        font-size: 15px;
    }

}
@media(max-width:1440px){
    .mc-con{
        max-width: 1230px;
    }
    .sect-tit > h3{
        font-size: 40px;
    }

    .main-caption > h2{
        font-size: 80px;
    }
    .main-caption > p{
        margin-bottom: 60px;
    }
    .sc01-btn > a{
        font-size: 15px;
    }
    .sc01-btn > a > span{
        font-size: 12px;
    }
   
    .hp-caption > h5{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .hp-caption > p{
        font-size: 14px;
    }
    #hp02, #hp03, #hp04, #hp05, #hp06{
        min-width: 680px;
    }
    #hp01{
        min-width: 770px;
    }
    #hp07{
        min-width: 800px;
    }
    
    .sc03-wrap{
        margin-bottom: 40px;
    }
    .sc04-caption{
        padding: 24px;
    }
    .sc04-caption > h5{
        font-size: 20px;
    }
}
@media(max-width:1199px){
    .mc-con{
        padding: 0 15px;
    }

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

    .sc01-btn > a{
        padding: 12px 24px;
        border-radius: 12px;
    }
    .main-caption > h2{
        font-size: 60px;
    }
    .main-caption > p{
        margin-bottom: 40px;
    }
    .wb-wrap{
        display: none;
    }
    .wb-mo{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
        padding-top: 40px;
    }
    .wb-img{
        max-width: 50px;
    }
    .wb-mo > h5{
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        line-height: 1.6;
    }

    #ad01{
        display: none;
    }
    #sc02{
        display: block;
        padding: 80px 0 0;
        background-color: #fff;
    }
    .hp-caption{
        color: #0d0d0d;
        text-align: center;
    }
    .hp-caption > h5{
        font-size: 20px;
    }
    .hp-caption > p{
        font-size: 14px;
    }
    .sc02Swiper{
        position: relative;
        padding-bottom: 30px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0;
    }
    .swiper-pagination-bullet-active{
        background: #1A577E;
    }
    .hp-img > span{
        top: 10px;
        left: 10px;
        padding: 6px 12px;
    }

    .sect-tit > h5{
        margin-bottom: 10px;
    }
    .sect-tit > h3{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .main-tit{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .more-btn > a{
        padding: 12px 24px;
    }

    .main_sc{
        padding: 80px 0;
    }

    .sc03-wrap{
        gap: 1rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }
    .sc03-box{
        width: calc((100% - 1rem) / 2);
        margin-bottom: 10px;
    }
    .sc03-tp{
        margin-bottom: 10px;
    }
    .sc03-caption > h5{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .sc03-caption > p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .sc03-caption > div{
        gap: 4px;
        padding: 5px 10px;
        font-size: 11px;
    }
    .wb-bg{
        padding-top: 80px;
        margin-top: 80px;
    }
    .sc04-wrap{
        flex-wrap: wrap
    }
    .sc04-box{
        width: 100%;
    }
    .sc04-caption{
        padding: 20px;
    }
    .sc04-caption > h5{
        font-size: 18px;
    }
}
@media(max-width:600px){
    .main-caption > h5{
        margin-bottom: 1rem;
        font-size: 15px;
    }
    .main-caption > h2{
        font-size: 42px;
        margin-bottom: 1rem;
    }
    .main-caption > p{
        line-height: 1.6;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .sc01-btn > a{
        font-size: 14px;
        border-radius: 10px;
        min-width: auto;
    }
    .sc01-btn{
        gap: 6px;
    }
    #sc02{
        padding: 60px 0 0;
    }
    .main_sc{
        padding: 60px 0;
    }
    .sect-tit > h5 > span{
        width: 20px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    .sc03-box{
        width: 100%;
    }
    .wb-bg{
        padding-top: 60px;
        margin-top: 60px;
    }
    .wb-mo{
        gap: 10px;
        padding-top: 20px;
    }
}

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