/* =============================== 모바일용 CSS =============================== */
.mouse,
.menu {
    display: none;
}

/*----------===== 공통 =====----------*/
#fp-nav ul {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 32px;
    padding: 5px 6px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 10px 10px 0;
    z-index: 1;
}

#fp-nav ul li:last-child {
    display: none;
}

.section {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.section1 {
    background-image: url('../images/main/mainCnt1/m_main_bg.jpg')
}

.section2 {
    background-image: url('../images/main/mainCnt2/m_main_bg.jpg')
}

.section3 {
    background-image: url('../images/main/mainCnt3/m_main_bg.jpg')
}

.section4 {
    background-image: url('../images/main/mainCnt4/m_main_bg.jpg')
}

.section5 {
    background-image: url('../images/main/mainCnt5/m_main_bg.jpg');
}

.section6 {
    overflow: inherit !important;
}

.section7 {
    background-image: url('../images/main/mainCnt6/main_bg.jpg');
    background-position: center;
}

.section7 .content {
    top: 22%;
    width: 100%;
    text-align: center;
}

.section7 .content .main_tit {
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: -1.5px;
}

.section7 .sub_tit {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.25;
    letter-spacing: -1.5px;
}

.section7 .content .main_tit:first-child {
    margin-bottom: 0 !important;
}

.mBlock {
    display: block;
}

.section7 .btn_style2 {
    background: #000;
    margin-top: 18px;
}

/*	.section5 > .fp-tableCell {padding-top: 130px !important;}*/
article div,
#mainCnt1 p {
    position: absolute;
    opacity: 0;
    filter: Alpha(opacity=0)
}

.mouse {
    -webkit-animation: mouse 0.3s linear 0s infinite alternate;
    -moz-animation: mouse 0.3s linear 0s infinite alternate;
    -o-animation: mouse 0.3s linear 0s infinite alternate;
    animation: mouse 0.3s linear 0s infinite alternate;
}

@-webkit-keyframes mouse {
    0% {
        bottom: 30px;
    }

    100% {
        bottom: 24px;
    }
}

@-moz-keyframes mouse {
    0% {
        bottom: 30px;
    }

    100% {
        bottom: 24px;
    }
}

@-o-keyframes mouse {
    0% {
        bottom: 30px;
    }

    100% {
        bottom: 24px;
    }
}

@keyframes mouse {
    0% {
        bottom: 30px;
    }

    100% {
        bottom: 24px;
    }
}

.section > div > p,
.section > div > div {
    position: absolute;
}

.section > div > div,
.section2 > div > div {
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.section1 strong,
.section2 .content strong,
.section3 strong,
.section4 strong,
.section5 strong {
    font-size: 1.5em;
    letter-spacing: -1.5px;
    word-spacing: 1px;
}

.section1 strong {
    color: #33393e;
    display: block;
}

.section3 strong {
    color: #fff;
}

.section5 strong {
    color: #fff;
}

.section1 .txt1 > p,
.section2 .content > strong,
.section2 .content > p,
.section3 .content > strong,
.section3 .content > p,
.section4 .content > p,
.section5 .content > p {
    line-height: 1.3;
}

.section1 .txt1,
.section2 .content,
.section3 .content,
.section4 .content,
.section5 .content {
    font-size: 0.9em;
}

.section2 .content p,
.section3 .content p:nth-child(2),
.section4 .content p:nth-child(2),
.section5 .content p:nth-child(2) {
    font-size: 1em;
    margin: 1em 0 1.5em;
}

/*---------- mainCnt1 ----------*/
.section1 .txt1 {
    opacity: 0;
    width: 100%;
    text-align: center;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -5%;
}

.section1 .txt1 p:nth-child(1) strong span:nth-child(1) {
    color: #3eb034;
}

.section1 .txt1 p:nth-child(1) strong span:nth-child(2) {
    color: #014099;
}

.section1 .txt1 p:nth-child(2) {
    font-size: 1.13em;
    font-weight: 400;
    margin-top: 0.5em;
}

.section1 .txt1 p:nth-child(2) span {
    display: block;
}

.section1 .earth {
    opacity: 0;
    bottom: -35%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 40%;
    width: 100%;
    height: 410px;
    background-image: url('../images/main/mainCnt1/earth2.png');
    background-position: 50% 100%;
}

.section1 .cloud {
    opacity: 0;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 40%;
    background-image: url('../images/main/mainCnt1/cloud.png')
}

.section1 .hand {
    opacity: 0;
    bottom: 0;
    right: 12%;
    width: 36%;
    margin: auto;
    margin-right: 7%;
    height: 58%;
    background-image: url('../images/main/mainCnt1/hand.png');
    background-position: 0 100%;
}

.section1 .logo1 {
    opacity: 0;
    position: absolute;
    top: 4%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 365px;
    height: 76px;
    background-image: url('../images/main/mainCnt1/logo.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

/*---------- mainCnt2 ----------*/
.section2 {
    text-align: center;
}

.section2 .logo {
    opacity: 0;
    top: 11%;
    left: 14%;
    margin-top: -23%;
    width: 200px;
    height: 128px;
    background-image: url('../images/main/mainCnt2/logo.png');
}

.section2 .content {
    opacity: 0;
    top: 47%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10%;
}

.section2 .content strong,
.section2 .content span {
    display: block;
}

.section2 .content > strong > span:nth-child(1) {
    margin-right: 0;
}

.section2 .content p > strong {
    font-weight: normal;
    font-size: 1em;
}

/*---------- mainCnt3 ----------*/
.section3 {
    text-align: center;
}

.section3 .logo,
.section3 .content {
    opacity: 0;
    z-index: 1
}

.section3 .logo {
    top: 39%;
    left: 2.5%;
    right: 0;
    margin: auto;
    width: 250px;
    height: 92px;
    margin-top: -25%;
    background-image: url('../images/main/mainCnt3/m_logo.png')
}

.section3 .content {
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -28%;
}

.section3 strong {
    display: block;
}

.section3 p span {
    color: #fff;
}

/*---------- mainCnt4 ----------*/
.section4 .logo,
.section4 .content {
    opacity: 0;
    left: 0%;
    z-index: 1;
    right: 0;
    margin: auto;
    text-align: center;
}

.section4 .logo {
    top: 31%;
    width: 250px;
    height: 85px;
    margin-top: -10%;
    background-image: url('../images/main/mainCnt4/logo.png')
}

.section4 .content {
    top: 47%;
    margin-top: -12%;
}

.section4 strong {
    display: block;
    margin-right: 0;
}

.section4 strong span {
    color: #ea7524;
}

/*---------- mainCnt5 ----------*/
.section5 {
    text-align: right;
}

.section5 .logo {
    opacity: 0;
    top: 14%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 206px;
    height: 91px;
    margin-top: -22%;
    background-image: url('../images/main/mainCnt5/logo.png')
}

.section5 .mobile1 {
    opacity: 0;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: -17%;
    width: 380px;
    height: 286px;
    background-image: url('../images/main/mainCnt5/mobile1.png');
    background-position: 0 100%
}

.section5 .mobile2 {
    display: none;
}

.section5 .content {
    opacity: 0;
    top: 13%;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 9%;
    text-align: center;
}

.section5 p:nth-child(1) strong {
    display: block;
    margin-right: 0;
}

.section5 p span {
    color: #fff;
    font-weight: 300;
}

/* =============================== 모바일2용 CSS =============================== */
@media all and (min-width:460px) {
    .section1 .earth {
        height: 500px;
        margin-bottom: 18%;
    }

    .section1 .logo1 {
        width: 430px;
        height: 91px;
    }

    .section3 .logo {
        margin-top: -20%;
    }

    .section3 .content {
        margin-top: -23%;
    }
}

@media all and (min-width:600px) {
    .section1 .earth {
        margin-bottom: 10%;
        height: 100%;
    }

    .section1 .cloud {
        width: 90%;
        height: 45%;
    }

    .section2 .logo {
        margin-top: -15%;
    }

    .section3 .logo {
        margin-top: -15%;
    }

    .section3 .content {
        margin-top: -18%;
    }

    .section5 .logo {
        margin-top: -12%;
    }

    .section5 .mobile1 {
        margin-left: 0;
    }
}

/* =============================== 태블릿용 CSS =============================== */
@media all and (min-width:768px) {
    .mBlock {
        display: none;
    }

    .section5 .content p:nth-child(2) {
        margin-bottom: 4em !important;
    }


    #fp-nav ul {
        top: 50%;
        margin-top: -100px;
        width: 42px;
        padding: 19px 10px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 10px 10px 0;
        z-index: 1;
    }

    .section1 {
        background-image: url('../images/main/mainCnt1/main_bg.jpg')
    }

    .section2 {
        background-image: url('../images/main/mainCnt2/main_bg.jpg')
    }

    .section3 {
        background-image: url('../images/main/mainCnt3/main_bg.jpg')
    }

    .section4 {
        background-image: url('../images/main/mainCnt4/main_bg.jpg')
    }

    .section5 {
        background-image: url('../images/main/mainCnt5/main_bg.jpg');
    }

    .section7 {
        background-image: url('../images/main/mainCnt6/main_bg.jpg');
    }

    /*---------- mainCnt1 ----------*/
    .section1 .txt1,
    .section2 .content,
    .section3 .content,
    .section4 .content,
    .section5 .content {
        font-size: 1em;
    }

    .section1 strong,
    .section2 .content strong,
    .section3 strong,
    .section4 strong,
    .section5 strong {
        font-size: 2em;
        letter-spacing: -1.5px;
    }

    .section2 .content p,
    .section3 .content p:nth-child(2),
    .section4 .content p:nth-child(2),
    .section5 .content p:nth-child(2) {
        font-size: 1em;
        margin: 0.5em 0 1.5em;
    }

    .section1 .txt1 {
        margin-top: 0;
    }

    .section1 strong {
        display: inline-block;
    }

    .section1 .txt1 p:nth-child(2) span {
        display: inline-block;
    }

    .section1 .earth {
        margin-bottom: 0;
    }

    .section1 .cloud {
        bottom: -20%;
        width: 780px;
        height: 391px;
    }

    .section1 .hand {
        width: 19%;
        margin-right: 0%;
    }

    .section1 .logo1 {
        width: 582px;
        height: 122px;
    }

    .section2 {
        text-align: right;
    }

    .section2 .logo {
        margin-top: 0;
    }

    .section2 .content {
        right: 15%;
        margin-top: 0;
    }

    .section2 .content > strong span:nth-child(1) {
        margin-right: 8px;
    }

    .section2 .content span {
        display: inline-block;
    }

    .section3 {
        text-align: left;
    }

    .section3 .logo {
        top: 39%;
        left: 15.4%;
        right: none;
        margin: 0;
        margin-top: 0;
        width: 332px;
        height: 125px;
        background-image: url('../images/main/mainCnt3/logo.png')
    }

    .section3 .content {
        margin-top: 0%;
        left: 15.8%;
        right: none;
        margin: 0;
    }

    .section3 .content strong span {
        margin-right: 8px;
    }

    .section3 strong {
        display: inline-block;
    }

    .section4 .logo,
    .section4 .content {
        left: 15.8%;
        margin: 0;
        right: none;
        text-align: left;
    }

    .section4 .logo {
        top: 31%;
        width: 348px;
        height: 111px;
        margin-top: 0;
    }

    .section4 .content p strong {
        margin-right: 8px;
    }

    .section4 strong {
        display: inline-block;
    }

    .section5 .logo {
        left: 7%;
        width: 299px;
        height: 132px;
        margin-top: 0;
        margin: 0;
        right: none;
        text-align: left;
    }

    .section5 .mobile1 {
        top: 45%;
        left: 14%;
        right: none;
        margin-left: 0%;
        width: 562px;
        height: 423px;
    }

    .section5 .content {
        opacity: 0;
        top: 13%;
        right: 10%;
        left: none;
        margin: 0;
        margin-top: 0;
        text-align: right;
    }

    .section5 p:nth-child(1) strong {
        display: inline-block;
        margin-right: 8px;
    }

    .section7 .content {
        text-align: center;
        top: 36%;
        width: 100%;
        opacity: 0;
    }

    .section7 .content .main_tit {
        font-size: 31.5px;
        color: #fff;
        line-height: 1;

    }

    .section7 .sub_tit {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 1;
        margin-top: 4px;
        margin-bottom: 41px;
        display: inline-block;
    }

    .section7 .btn_style2 {
        background: #000;
        margin-top: 0;
    }
}

@media all and (max-width:500px) {
    .section7 .content {
        top: 22% !important;
    }
}

/* =============================== PC용 CSS =============================== */
@media all and (min-width:960px) {

    /*---------- 스크롤 마우스 ----------*/
    .mouse {
        display: block;
        position: absolute;
        bottom: 24px;
        left: 50%;
        margin-left: -13px;
        width: 26px;
        height: 83px;
        background-repeat: no-repeat;
        background-image: url('../images/icon/scroll_mouse.png');
        background-position: 50% 50%
    }

    .section1 .mouse {
        height: 62px;
        background-image: url('../images/icon/scroll_mouse_down.png')
    }

    .section1 .txt1 > p,
    .section2 .content > strong,
    .section2 .content > p,
    .section3 .content > strong,
    .section3 .content > p,
    .section4 .content > p,
    .section5 .content > p {
        line-height: 1.5;
    }

    /*---------- mainCnt1 ----------*/
    .section1 .earth {
        width: 100%;
        height: 100%;
    }

    .section1 .cloud {
        width: 1109px;
        height: 556px;
    }

    .section1 .hand {
        width: 19%;
        height: 58%;
    }

    .section1 .logo1 {
        width: 582px;
        height: 122px;
    }

    /*---------- mainCnt2 ----------*/
    .section2 .logo {
        left: 22.7%;
    }

    .section2 .content {
        right: 20%;
    }

    /*---------- mainCnt5 ----------*/
    .section5 .logo {
        left: 19%;
    }

    .section5 .mobile1 {
        top: 40%;
    }
}

/* =============================== section5 모바일 CSS =============================== */
@media all and (min-width:1300px) {
    .section5 .mobile2 {
        display: block;
        opacity: 0;
        bottom: 14%;
        right: 13%;
        margin: auto;
        width: 400px;
        height: 363px;
        background-image: url('../images/main/mainCnt5/mobile2.png')
    }

    .section5 .content {
        right: 18%;
    }
}

@media all and (min-width:1600px) {
    .section5 .mobile1 {
        top: 36%;
    }
}



/* ===20240314 추가===*/
.pop_st1 {
    width: 500px;
    height: auto;
    display: flex;
    z-index: 999;
    position: fixed;
    left: 7%;
    top: 160px;
    box-sizing: border-box;
    box-shadow: rgb(122 98 162 / 25%) 0px 5px 18px;
}

.pop_st1 a {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;

}

.pop_header {
    width: 100%;
    height: 70px;
    background: #000;
    display: flex;
    position: relative;
    padding: 0 20px;
    padding-right: 45px !important;
    box-sizing: border-box;
}

.pop_st1 .close_btn {
    width: 20px;
    height: 20px;
    display: block;
    background: url('../images/main/pop_close.svg')no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    position: absolute;
}

.arrow_st1 {
    width: 25px;
    height: 34px;
    background: url(../images/main/arrow_st1.svg) no-repeat;
    background-size: cover;
    margin-left: 10px;
    transform: rotate(-22deg);
}

.pop_st1 .title_area {
    width: auto;
    height: auto;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.pop_st1 .title_area .tit {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}

.pop_st1 .logo {
    width: auto;
    height: auto;
    display: flex;
    margin-right: 10px;
}

.pop_st1 .logo img {
    width: 130px;
    display: block;
}

@media all and (max-width:600px) {
    .pop_st1 {
        max-width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .arrow_st1 {
        width: 19px;
        height: 25px;
        margin-left: 7px;
    }

    .pop_st1 .title_area .tit {
        font-size: 20px;
    }

    .pop_st1 .close_btn {
        width: 15px;
        height: 15px;
        top: 10px;
        bottom: inherit;
    }

    .pop_header {
        padding-right: 45px;
        flex-direction: column;
        height: auto;
        padding: 7px 20px;
    }

    .pop_st1 .logo img {
        width: 80px;
    }

}

/* ===20240314 추가===*/


/* ===20240318 추가===*/
.pop_st1.pop2 {
    display: none;
}

.pop_st1.pop2.pos_st {
    /*left: 32.5% !important;*/
    left: 27vw !important;
    /*20241118*/
}

.pop_st1.pop2 {
    width: 470px;
}

@media all and (max-width:1910px) {
    .pop_st1.pop2 {
    width: 450px;
}
    .pop_st1.pop2.pos_st {
        left:30vw !important;
    }
}
@media all and (max-width:1600px) {
     .pop_st1.pop2.pos_st {
        left: 44.5vw !important;
    }
}
@media all and (max-width:1400px) {
   /*   .pop_st1.pop2.pos_st {
        left: 45% !important;
    }*/
}
@media all and (max-width:1200px) {
     .pop_st1.pop2 {
         width: 420px;
    }
     /* .pop_st1.pop2.pos_st {
        left: 48% !important;
    }*/
}
@media all and (max-width:1000px) {
    /* .pop_st1.pop2.pos_st {
        left: 53% !important;
    }*/
}
@media all and (max-width:960px) {
    .pop_st1{
        left: 0;
        right: 0;
        margin: auto;
    }
    .pop_st1.pop2.pos_st {
        top: 160px;
        left: 0!important;
        right: 0!important;
        margin: auto;
    }
}
/* ===20240318 추가===*/
