@charset "utf-8";

/* 메인 공통 */
.wrap.main {
    padding-bottom: 6.25em;
}
.main-tit {
    color: #383838;
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 1.3846;
}
.main-tit strong {
    font-weight: 800;
}

/* main-news */
.main-news {
    margin-top: 3.13em;
}
.main-news .list {
    margin-top: 5rem;
}
.main-news .list li {
    background-color: #f7f7f7;
    border-radius: 0.94em;
    padding: 2.5em;
}
.main-news .list li + li {
    margin-top: 2.19em;
}
.main-news .top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.88em;
}
.main-news .top-title .text {
    font-size: 3.6rem;
    font-weight: 600;
    color: #383838;
}
.main-news .top-title .arrow {
    width: 0.81em;
    height: 1.5em;
    background: url(/app/images/main/ico-arrow-more.png) no-repeat center /contain;
}
.main-news .bottom-cont {
    display: flex;
    align-items: center;
}
.main-news .bottom-cont .icon-box {
    flex-shrink: 0;
    margin-right: 1.25em;
    width: 6.75em;
}
.main-news .bottom-cont .icon {
    border-radius: 50%;
    background-color: #fff;
    width: 6.75em;
    height: 6.75em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.main-news .bottom-cont .icon-01 img {
    width: 3.75em;
    height: 3.5em;
}
.main-news .bottom-cont .icon-02 img {
    width: 3.75em;
    height: 3.5em;
}
.main-news .bottom-cont .icon-03 img {
    width: 3.63em;
    height: 3.75em;
}
.main-news .bottom-cont .text-box {
    width: calc(100% - 6.75em - 1.25em);
}
.main-news .bottom-cont .text-box .title {
    font-size: 3rem;
    font-weight: 500;
    color: #373935;
    display: block; 
    white-space: nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.main-news .bottom-cont .text-box .detail {
    display: flex;
    margin-top: 0.63em;
}
.main-news .bottom-cont .text-box .detail span {
    font-size: 2.1rem;
    color: #666;
}
.main-news .bottom-cont .text-box .detail span + span:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 0.71em;
    background-color: #ddd;
    margin: 0 0.57em;
}

/* main-banner */
.main-banner {
    margin-top: 5.31em;
}
.main-banner .swiper-container {
    overflow: visible;
}
.main-banner .swiper-slide {
    width: 35.63em;
    margin-right: 1.88em;
}
.main-banner .swiper-slide a {
    display: block;
}
.main-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-banner .swiper-slide:last-child {
    margin-right: 0;
}

/* main-link */
.main-link {
    margin-top: 5.31em;
}
.main-link .list {
    display: flex;
    flex-wrap: wrap;
}
.main-link .list li {
    width: 25%;
    text-align: center;
}
.main-link .list li:nth-child(-n+4) {
    margin-bottom: 2.19em;
}
.main-link .list a {
    display: inline-flex;
    flex-direction: column;
}
.main-link .list a .icon-box {
    width: 7.5em;
    height: 7.5em;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.main-link .list a .icon-01 img {
    width: 3.38em;
    height: 3.25em;
}
.main-link .list a .icon-02 img {
    width: 3.44em;
    height: 3.06em;
}
.main-link .list a .icon-03 img {
    width: 3.38em;
    height: 3.38em;
}
.main-link .list a .icon-04 img {
    width: 3.44em;
    height: 2.69em;
}
.main-link .list a .icon-05 img {
    width: 3.13em;
    height: 3.38em;
}
.main-link .list a .icon-06 img {
    width: 3.44em;
    height: 3em;
}
.main-link .list a .icon-07 img {
    width: 3.38em;
    height: 3.38em;
}
.main-link .list a .icon-08 img {
    width: 3.06em;
    height: 3.38em;
}

.main-link .list a .text {
    font-size: 2.1rem;
    font-weight: 500;
    color: #373935;
    line-height: 1.285;
    margin-top: 0.48em;
}

/* main-notice */
.main-notice {
    background: url(/app/images/main/notice-bg.png) no-repeat center /cover;
    padding: 2.5em;
    margin-top: 5.63em;
}
.main-notice .slide-box .notice-swiper {
    height: 4rem; 
    overflow: hidden;
}
.main-notice .text-box {
    display: flex;
    align-items: center;
    height: 100%;
}
.main-notice .ico-notice {
    width: 2.25em;
    height: 2.06em;
}
.main-notice .ico img {
    vertical-align: middle;
}
.main-notice .text {
    font-size: 2.1rem;
    font-weight: 500;
    color: #fff;
    margin-left: 0.71em;
    display: block; 
    white-space: nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}