@charset "UTF-8";


#header .inner {
    width : 100%;
    max-width : 100% !important;
    padding: 0 5.208333333333333% 0 0 !important;
    margin: 0;
}
.sub-header {
    padding: 0px 5.208333333333333% 0 0 !important;
}
.sub-header ul {
    max-width: 100% !important;
    margin: 0 !important;

}
.logo {
    padding: 0px 5.208333333333333% !important;
}
.logo .logo-cover {
    max-width: 100% !important;
    margin: 0 !important;
}
#header .krds-main-menu {
    padding: 0 !important;
}

/* main  */
#container {
    flex: 1;
}
/* section1 */
/* swiper  */

.sec1 {
    padding: 0 5.208333333333333%
}
.sec1 .main-sect .inner {
    padding: 0;
    max-width: 100%;
}
.sec1 .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec1 .swiper .swiper-slide img {
    width: 100%;
    object-fit : cover;
}
/* 스와이퍼 이미지 애니메이션 */

@keyframes sec1Img {
    0% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.sec1 .swiper .swiper-slide .im {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.sec1 .swiper .swiper-slide .im img {
    transform: scale(1.1,1.1);
    transition: transform 15s ease-out, opacity 1s ease 0.1s;
    animation: sec1Img 15s ease-out forwards;
}
.sec1 .swiper .swiper-slide .swiper-text {
    position: absolute;
    left: 10%;
    top : 50%;
    transform : translateY(-50%);
    z-index: 1;
}
.sec1 .swiper .swiper-slide .swiper-text h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 45px;
}
.sec1 .swiper-button-next,
.sec1 .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.sec1 .swiper-pagination.swiper-pagination-fraction {
    border: none;
    color: #fff;
    background-color: transparent;
    left: 39px;
}
.sec1 .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
}
.sec1 .swiper-indicator {
    position: absolute;
    left: 10%;
    bottom: 50px;
}
.sec1 .swiper-navigation {
    position: absolute;
    left: 0;
    top: -18px;
}
.sec1 .swiper-navigation .swiper-button-next {
    left: 55px;
}
.sec1 .swiper-controller {
    position: absolute;
    left: 158px;
    top: -18px;
    z-index: 2;
}
.sec1 .swiper .swiper-wrapper {
    will-change : transform;
}




/* section2 */
.sec2 {
    margin-top: 50px;
    padding: 0 5.208333333333333%
}
.sec2 .sec2-cover {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sec2 .sec2-cover .left-area {
    width: 45%;
}

.sec2 .sec2-cover .left-top-area {
    width : 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.sec2 .sec2-cover .left-top-area .left-title {
    font-size: 25px;
}

.sec2 .sec2-cover .left-top-area .left-more {
    width: 25px;
    height: 25px;
}

.sec2 .sec2-cover .left-top-area .left-more img {
    width: 100%;
}

.sec2 .sec2-cover .left-bot-area {
    width: 100%;
}


.sec2 .sec2-cover .left-bot-area ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 11px;
    cursor: pointer;
}

.sec2 .sec2-cover .left-bot-area ul li:hover {
    background-color: #fffce5
}

.sec2 .sec2-cover .left-bot-area ul li:nth-child(5) {
    margin-bottom: 0;
}
.sec2 .sec2-cover .left-bot-area ul li .tit {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    width: calc(100% - 100px);
}

.sec2 .sec2-cover .left-bot-area ul li .date {
    font-size: 14px;
    width: 80px;
}
.sec2 .sec2-cover .left-bot-area ul li .tit:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color : #000;
    border-radius : 50%;
    display: block;
    position: absolute;
    top: 51%;
    transform : translateY(-50%);
    left: 2px;
}

/* 오른쪽  */

.sec2 .right-area {
    width: 45%;
    position: relative;
}


.sec2 .sec2-cover .right-top-area {
    width : 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.sec2 .sec2-cover .lright-top-area .right-title {
    font-size: 25px;
}
.sec2 .swiper-indicator button{
    width: 20px;
    height: 20px;
}

.sec2 .swiper-controller {
    position: absolute;
    right: 23px;
    z-index: 2;
}
.sec2 .swiper-button-prev {
    right: 18px;
}
.sec2 .swiper-navigation {
    position: absolute;
    right: 0;
    z-index: 1;
}

.sec2 .main-sect .inner {
    padding: 0;
    max-width: 100%;
}
.sec2 .main-sect {
    position: relative;
}
.sec2 .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 60px;
}
.sec2 .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.sec2 .swiper .swiper-slide .im {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.sec2 .swiper .swiper-slide img {
    width: 100%;
    /*height: 349px;*/
    object-fit : cover;
}




/* 미디어쿼리 */

@media screen and (max-width: 768px) {
    .sec2 .sec2-cover {
        display: block;
    }
    .sec2 .left-area {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .sec2 .right-area {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .sec2 .right-area {
        /* padding-left: 20px; */
    }
}


/* sec3 */
.sec3 {
    margin-top: 70px;
    width: 100%;
    /* height: 608px; */
    background-color: #f9f8fc;
}

.sec3 .sec3-bg {
    width: 100%;
    height : 100%;
    padding: 0 5.208333333333333%;
    padding-bottom: 50px;
}

.sec3 .sec3-bg .sec3-area {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}

.sec3 .sec3-bg .sec3-area h2 {
    padding: 50px 0 50px;
    text-align: center;
    width: 100%;
}

.sec3 .sec3-bg .sec3-area .sec3-content {

}
.sec3 .sec3-bg .sec3-area .sec3-content ul {
    width : 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.sec3 .sec3-bg .sec3-area .sec3-content ul li {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 200px;
    cursor: pointer;
    background-color: transparent;
    border-top : 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(4n):before,
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(4n):after {
    width: 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #d0d0d0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #d0d0d0;
    display: block;
    position: absolute;
    right: 0;
    bottom : 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(5),
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(6),
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(7),
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(8) {
    border-top: 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:hover {
    background-color: #f1eff5
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li p {
    min-width : 100px;
    min-height: 50px;
    margin-top: 20px;
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}





/* 미디어 쿼리 */

@media screen and (max-width: 1024px) {
    /* .sec3 .sec3-bg .sec3-area .sec3-content ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(4) li,
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(5) li,
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(6) li {
        border-top: 0px;
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::before,
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::after {
        width: 0;
    } */
}

@media screen and (max-width: 768px) {
    /* .sec3 .sec3-bg .sec3-area .sec3-content ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li {
        border-top: 0;
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(2n) li::before,
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(2n) li::after {
        width: 0;
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::before,
    .sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::after {
        width: 1px;
    } */
    .sec3 .sec3-bg .sec3-area .sec3-content ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(3),
    .sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(4) {
        border-top: none;
    }
    .sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(2)::before,
    .sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(2)::after,
    .sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(6)::before,
    .sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(6)::after {
        width: 0;
    }
}


/* sec4 */
.sec4 {
    width: 100%;
    margin: 40px 0;
    padding: 0 5.208333333333333%;
}

.sec4 .sec4-cover {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sec4 .sec4-cover .swiper-slide {
    border: 1px solid #e6e8e8;
}
.sec4 .swiper {
    width: calc(100% - 87px);
    height: 70px;
    margin-left: 0;
    margin-right: 0;
}

.sec4 .swiper .swiper-slide .img-cover{
    height : 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4 .sec4-cover .swiper-button-lock {
    display: block !important;
}

.sec4 .main-sect .inner {
    padding-left: 4px;
    padding-right: 0px;
}
.sec4 .swiper-slide .im {
    height: 100%;
}
.sec4 .swiper-slide .im a {
    display: block;
    height: 100%;
}
.sec4 .main-d-ban-swiper {
    display: flex;
    justify-content: space-between;
}
.sec4 .swiper-button-next,
.sec4 .swiper-button-prev {
    width: auto;
    height: auto;
}
.sec4 .swiper-indicator .swiper-navigation {
    gap : 0;
}
.sec4 .swiper-indicator {
    flex-direction: column-reverse;
    gap : 0;
}
#container .sec4 [class^=swiper-button-] {
    border-radius: 0;
    width: 35px;
    height: 35px;
}
.sec4 .swiper-button-stop,
.sec4 .swiper-button-play {
    width: 70px !important;
    border-top: none;
}
.sec4 [class^=swiper-button-]::after {
    align-items: center;
}



/* 미디어 쿼리  */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sec1 .swiper .swiper-slide .swiper-text h2{
        font-size: 30px;
    }
    .sec1 [class^=swiper-button-] {
        width: 30px;
        height: 30px;
    }
    .sec1 .swiper-pagination.swiper-pagination-fraction {
        left: 32px;
    }
}


@media screen and (max-width: 768px) {
    body {
        font-size: var(--krds-mobile-font-size-body-small);
    }

    .sec1 [class^=swiper-button-] {
        width: 20px;
        height: 20px;
    }
    .sec1 .swiper-navigation .swiper-button-next {
        left: 30px;
    }
    .sec1 .swiper-controller {
        left: 96px;
    }
    .sec1 .swiper-pagination.swiper-pagination-fraction {
        left: 8px;
        font-size: 14px;
        top: -27px;
    }
    .sec2 {
        margin-top: 20px;
    }
    .sec1 .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit : cover;
    }

    .sec1 .swiper .swiper-slide .im {
        position: relative;
    }
    .sec1 .swiper .swiper-slide .swiper-text h2{
        font-size: 22px;
        line-height: 25px;
    }
    .sec1 .swiper-indicator {
        bottom: 30px;
    }

}
