/*  Section Navigation CSS  */
.fp-viewing-fifth .section_navigation {
    display: none !important;
}

.fp-viewing-footer .section_navigation {
    display: none !important;
}

.hd-nav-cloud,
.hd-nav-datacenter {
    text-transform: capitalize;
    position: absolute;
    left: 42px;
    font-size: 16px;
    font-weight: 500;
    color: #c5c5c5;
    display: block;
    white-space: nowrap;
    display: none;
}

.hd-nav-cloud {
    top: 53px;
}

.hd-nav-datacenter {
    top: 103px;
}

.hd-nav-cloud.show,
.hd-nav-datacenter.show {
    display: block;
}

.hd-nav-cloud.red,
.hd-nav-datacenter.red {
    color: #FF0018;
}

/*  Section : MAIN-CLOUD  */
section.main-cloud {
    margin-top: 80px;
}

.main-cloud-title h1 {
    font-size: 44px;
    font-weight: 200;
    line-height: 66px;
    text-align: center;
}

.main-cloud-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    width: 1346px;
}

.main-cloud-item {
    flex: 1;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-cloud-item:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.main-cloud-item:last-child {
    margin-right: 0;
}

.main-cloud-item-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-cloud-item .thum img {
    width: 100%;
    object-fit: cover;
}

.main-cloud-item .desc {
    height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-cloud-item .desc h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
    line-height: 1.5em;
}

section.main-cloud .btn-shortcut {
    display: block;
    width: 260px;
    height: 68px;
    border-radius: 33px;
    padding-top: 21px;
    background-color: #FF0018;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: auto;
}

/*  Section : MAIN-DATA-CENTER  */
section.main-data-center {
    margin-top: 80px;
}

.main-data-center-title h1 {
    font-size: 44px;
    font-weight: 200;
    line-height: 66px;
    text-align: center;
}

.main-data-center-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    width: 1346px;
    height: 280px;
}

.main-data-center-item {
    flex: 1;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.72px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 43px;
}

.main-data-center-item:nth-child(1) {
    background-image: url("/images/Main/data-item-01.png");
}

.main-data-center-item:nth-child(2) {
    background-image: url("/images/Main/data-item-02.png");
}

.main-data-center-item:nth-child(3) {
    background-image: url("/images/Main/data-item-03.png");
    margin-right: 0;
}

section.main-data-center .dc-items-title {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    height: 47px;
    padding: 0 33px;
    margin: auto;
    margin-bottom: 53px;
}

section.main-data-center .dc-items-title hr {
    border: none;
    border-top: 2px dotted #000;
    color: #fff;
    background-color: transparent;
    height: 1px;
    width: 300px;
    position: absolute;
    top: 25%;
}

section.main-data-center .dc-items-title hr:nth-child(1) {
    right: 100%;
}

section.main-data-center .dc-items-title hr:nth-child(2) {
    left: 100%;
}

section.main-data-center .btn-shortcut {
    display: block;
    width: 260px;
    height: 68px;
    border-radius: 33px;
    padding-top: 21px;
    background-color: #FF0018;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: auto;
}

/*  Section : MAIN-OASIS  */
section.main-oasis {
    width: 1600px;
    position: absolute;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-oasis-thum {
    width: 894px;
    height: 502px;
    border-radius: 10px;
    background-image: url("/images/Main/oasis.png");
    background-repeat: no-repeat;
    background-size: cover !important;
}

.main-oasis-desc {
    width: 894px;
    height: 662px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.main-oasis-desc div {
    position: absolute;
    top: 50%;
    right: 17%;
    transform: translateY(-50%);
}

.main-oasis-desc h1 {
    font-size: 44px;
    font-weight: 100;
    letter-spacing: -0.44px;
    line-height: 66px;
}

.main-oasis-desc h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #666;
    margin-top: 80px;
}

.main-oasis-desc span {
    font-size: 20px;
    letter-spacing: -0.7px;
    color: #666666;
    display: block;
    text-align: left;
    margin-top: 40px;
}

section.main-oasis .btn-shortcut {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #111111;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 6%;
    bottom: 30%;
}

/*  Section : MAIN-NEWS  */
section.main-news {
    margin-top: 55px;
}

.main-news-title h1 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.main-news-items {
    max-width: 1600px;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.main-news-item {
    flex: 1;
    height: 100%;
    border-radius: 10px;
    padding: 34px 40px;
    background-color: #fff;
    position: relative;
    border: 1px solid transparent;
    transition: 0.5s;
    margin-right: 40px;
}

.main-news-item:last-child {
    margin-right: 0;
}

.main-news-item:hover {
    border: 1px solid #FF0018;
}

.main-news-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-news-item .news-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.main-news-item .news-head p {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.main-news-item .news-info {
    margin-top: 67px;
}

.main-news-item .news-info small,
.main-news-item .news-info span {
    display: block;
    color: #999999;
}

.main-news-item .news-info small {
    font-size: 14px;
    margin-bottom: 10px;
}

.main-news-item .news-info span {
    font-size: 18px;
}

section.main-news .btn-shortcut {
    display: block;
    width: 260px;
    height: 68px;
    border-radius: 33px;
    padding-top: 21px;
    background-color: #FF0018;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.sec4_debi_dungrak > div {
    white-space: nowrap;
}

/* 미디어 쿼리 */
@media screen and (max-width: 1750px) {
    .main-cloud-items {
        width: 70%;
    }

    .main-data-center-items {
        width: 70%;
    }

    /*  Section : MAIN-OASIS  */
    section.main-oasis {
        width: 80%;
    }

    .main-oasis-thum {
        width: 55.875%;
        height: 48vh;
        background-position: center;
    }

    .main-oasis-desc {
        width: 55.875%;
        height: 63vh;
    }

    .main-oasis-desc div {
        right: 12%;
    }

    .main-oasis-desc h1 {
        font-size: 36px;
        line-height: 52px;
    }

    .main-news-item {
        padding: 20px 30px;
    }
}

/* 1680 이하 일괄적용 */
@media screen and (max-width: 1680px) {

    /*  #section1  */
    .sec1_prev {
        left: -5%;
    }

    .sec1_next {
        right: -5%;
    }

    .main_now_price {
        font-size: 2.9em;
    }

    /*  Section : MAIN-CLOUD  */
    .main-cloud-title h1 {
        font-size: 36px;
    }

    .main-cloud-items {
        width: 60%;
    }

    .main-cloud-item .desc h3 {
        font-size: 18px;
    }

    /*  Section : MAIN-DATA-CENTER  */
    .main-data-center-title h1 {
        font-size: 36px;
    }
    .main-data-center-items {
        width: 60%;
        margin: 0 auto;
    }

    section.main-data-center .dc-items-title {
        font-size: 26px;
    }

    /*  Section : MAIN-OASIS  */
    section.main-oasis {
        width: 80%;
    }

    .main-oasis-thum {
        width: 55.875%;
        height: 50vh;
        background-position: center;
    }

    .main-oasis-desc {
        width: 55.875%;
        height: 60vh;
    }

    .main-oasis-desc h1 {
        font-size: 36px;
        line-height: 52px;
    }

    .main-oasis-desc div {
        right: 7%;
    }

    .main-news-items {
        width: 80%;
        height: 230px;
    }

    .jy_sec4_bottom_juga {
        width: 80% !important;
    }
}

@media screen and (max-height: 780px) {
    .main_now_price {
        font-size: 2.8em;
    }
}

/* //미디어 쿼리 */

