@charset "utf-8";

#fullpage .section .cenCont {
    display: flex;
    height: calc(100vh - 90px);
    justify-content: center;
    align-items: center;
}

#fullpage .section .mtype1 {
    display: inline-block;
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 0s 1s, transform 0s 1s;
    color: inherit;
}
#fullpage .section .mtype1.block{display: block;}

#fullpage .section .mtype2 {
    display: inline-block;
    transform: translateX(-50px);
    color: inherit;
    opacity: 0;
    transition: opacity 0s 1s, transform 0s 1s;
}

#fullpage .section.motion .mtype1 {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 1s, transform 0.7s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#fullpage .section.motion .mtype2 {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 1s, transform 1.5s;
}

#fullpage .section.motion .mo1 {
    transition-delay: 0.05s;
}

#fullpage .section.motion .mo2 {
    transition-delay: 0.1s;
}

#fullpage .section.motion .mo3 {
    transition-delay: 0.15s;
}

#fullpage .section.motion .mo4 {
    transition-delay: 0.2s;
}

#fullpage .section.motion .mo5 {
    transition-delay: 0.25s;
}

#fullpage .section.motion .mo6 {
    transition-delay: 0.3s;
}

#fullpage .section.motion .mo7 {
    transition-delay: 0.35s;
}

#fullpage .section.motion .mo8 {
    transition-delay: 0.4s;
}

#fullpage .section.motion .mo9 {
    transition-delay: 0.45s;
}

#fullpage .section.motion .mo10 {
    transition-delay: 0.5s;
}

#fullpage .section.motion .mo11 {
    transition-delay: 0.55s;
}

#fullpage .section.motion .mo12 {
    transition-delay: 0.6s;
}

#fullpage .section.motion .mo13 {
    transition-delay: 0.65s;
}

#fullpage .section.motion .mo14 {
    transition-delay: 0.7s;
}

#fullpage .section.motion .mo15 {
    transition-delay: 0.75s;
}

#fullpage .section.motion .mo16 {
    transition-delay: 0.8s;
}

#fullpage .section.motion .mo17 {
    transition-delay: 0.85s;
}

#fullpage .section.motion .mo18 {
    transition-delay: 0.9s;
}

#fullpage .section.motion .mo19 {
    transition-delay: 0.95s;
}

#fullpage .section.motion .mo20 {
    transition-delay: 1s;
}


#fullpage .section .fp-tableCell {
    padding-top: 90px;
    box-sizing: border-box;
}
#fullpage .section.cen .fp-tableCell{display: flex;justify-content: center;align-items: center;}

#fullpage .foot,
#fullpage .foot .fp-tableCell {
    height: auto !important;
}

#fullpage .section {
    position: relative;
}

#fullpage .section .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullpage .section.foot .fp-tableCell {
    padding-top: 0;
}

#fullpage .section1 {
    background: url(../images/main-section1-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#fullpage .section1 .text {
    color: #fff;
    width: 1600px;
    text-align: left;
    font-family: "NanumSquareNeo";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 84px */
    letter-spacing: -3.36px;
    transition: all 0.3s;
}



#fullpage .section2 {
    background: #000;
}

#fullpage .section2 .text {
    text-align: center;
}

#fullpage .section2 .text strong {
    color: #FFF;
    display: inline-block;
    text-align: center;
    font-family: "NanumSquareNeo";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 108px */
    letter-spacing: -4.32px;
}

#fullpage .section2 .text span {
    color: rgba(255, 255, 255, 0.30);
    display: inline-block;
    font-family: "NanumSquareNeo";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -4.32px;
}

#fullpage .section video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover
}

#fullpage .section video.reversal {
    transform: rotate(180deg)
}

#fullpage .section .cont {
    width: 1600px;
    display: block;
    margin: 0 auto;
}

#fullpage .section4 {
    background: #000;
}

#fullpage .section5 {
    background: #777;
}

#fullpage .section6 .titType1 {
    margin-bottom: 5rem;
}

#fullpage .section7 {
    background: url(../images/main-section7-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#fullpage .section7 .mediaBox {
    position: relative;
    width: 1600px;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    margin: 50px auto 0;
}

#fullpage .section8 {
	position: relative;
    background: url(../images/main-section8-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}section8
#fullpage .section8 .cenCont{padding-bottom: 170px;}
#fullpage .section8 #footer{position: absolute;bottom:0;left:0;width: 100%;}

#fullpage .section8 .cenTit {
    margin-top: 10rem;
}

#fullpage .section9{position: relative;}
#fullpage .section9 .cenCont{padding-bottom: 170px;}
#fullpage .section9 #footer{position: absolute;bottom:0;left:0;width: 100%;}

#fullpage .section9 .boxWrap {
    display: flex;
    gap:20px;
    margin-top: 100px;
}

#fullpage .section9 .boxWrap .box {
    display: inline-flex;
    width: 50%;    
}

#fullpage .section9 .boxWrap .box .link {
    position: relative;
    display: block;
    border-radius: 16px;
    width: 100%;
    height: 240px;
    padding: 40px;
    box-sizing: border-box;
}

#fullpage .section9 .boxWrap .box .link svg {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

#fullpage .section9 .boxWrap .box .link dt {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    letter-spacing: -1.28px;
    text-transform: uppercase;
}

#fullpage .section9 .boxWrap .box .link dd {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    margin-top: 1.6rem;
}

#fullpage .section9 .boxWrap .box1 .link {
    background: linear-gradient(92deg, #0C65EA 4.07%, #731E6A 95.29%);
}
#fullpage .section9 .boxWrap .box1 .link:hover{background: linear-gradient(92deg, #731E6A 4.07%, #0C65EA 95.29%);}

#fullpage .section9 .boxWrap .box2 .link {
    background: linear-gradient(92deg, #068A1C 4.07%, #422ADA 95.29%);
}
#fullpage .section9 .boxWrap .box2 .link:hover{background: linear-gradient(92deg, #422ADA 4.07%, #068A1C 95.29%);}

#fullpage .section1,
#fullpage .section3,
#fullpage .section4,
#fullpage .section5,
#fullpage .section7 .mediaBox{position: relative;}
#fullpage .section1:after,
#fullpage .section3:after,
#fullpage .section4:after,
#fullpage .section5:after,
#fullpage .section7 .mediaBox:after{display: block;content:'';position: absolute;top:0;left:0;width: 100%;height: 100%;z-index:5;}

.fp-viewing-sec3 #fullpageMenu,
.fp-viewing-sec4 #fullpageMenu,
.fp-viewing-sec5 #fullpageMenu {
    display: flex;
    opacity: 1;
    visibility: visible;
}

#fullpageMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}


#fullpageMenu .list li {
    position: relative;
    margin-top: 3rem;
}

#fullpageMenu .list li:first-child {
    margin-top: 0;
}

#fullpageMenu .list li:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

#fullpageMenu .list li a {
    display: block;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    line-height: 100%;
    /* 40px */
    letter-spacing: -2.4px;
    padding-left: 16rem;
    font-weight: 350;
    padding-bottom: 1.5rem;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

#fullpageMenu .list li.active a {
    font-size: 56px;
    font-weight: 700;
}

#fullpageMenu .list li.active:after {
    width: 100%;
}

.mainBusiList {
    font-size: 0;
    margin: -2px;
}

.mainBusiList li {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    transition: all 0.7s;
    padding: 2px;
}

.mainBusiList li .box {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box
}

.mainBusiList li .box .title,
.mainBusiList li .box .mblBtn {
    min-width: 700px;
}

.mainBusiList li.active {
    width: 59%;
}

.mainBusiList li.li01 .box {
    background: url(../images/mbl-img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.mainBusiList li.li02 .box {
    background: url(../images/mbl-img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.mainBusiList li.li03 .box {
    background: url(../images/mbl-img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.mainBusiList li.li04 .box {
    background: url(../images/mbl-img4.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.mainBusiList li.li05 .box {
    background: url(../images/mbl-img5.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.mainBusiList li h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    transition: all 0.4s;
}

.mainBusiList li .title dt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.64px;
    text-transform: uppercase;
    transition: all 0.4s;
}

.mainBusiList li .title dd {
    display: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.64px;
    text-transform: uppercase;
}


.mblWrap .mblBtn {
    font-size: 0;
    display: none;
}

.mblWrap .mblBtn a {
    display: inline-flex;
    margin-left: 0.8rem;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.48px;
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    transition: all 0.2s;
}

.mblWrap .mblBtn a:hover {
    background: #fff;
    color: #1a1a1a;
}

.mblWrap .mblBtn a:first-child {
    margin-left: 0;
}


.mainBusiList li.active h5 {
    font-size: 40px;
    margin-bottom: 3rem;
}

.mainBusiList li.active .title dt {
    font-size: 24px;
}

.mainBusiList li.active .title dd {
    display: block;
    margin-top: 1.5rem;
}

.mainBusiList li.active .mblBtn {
    display: block;
    margin-top: 3rem;
}

#fullpage .section .textLine {
    position: absolute;
    bottom: 10rem;
    right: 0;
    padding-bottom: 1rem;
    padding-right: 16rem;
    color: #FFF;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: -1.44px;
    z-index:6;
}

#fullpage .section .textLine:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;    
    transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 1s;
}

#fullpage .section.active .textLine.active:after {
    width: 100%;
}
#wrap #fullpage .cenTit span,
#wrap #fullpage .cenTit h4,
#wrap #fullpage .cenTit p{color: #fff;}

#wrap .cenTit span {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
    margin-bottom: 1.5rem;
}

#wrap .cenTit h4 {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 48px */
    text-transform: uppercase;
}

#wrap .cenTit p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.64px;
    margin-top: 1.6rem;
}


