.bg-1 {
    position: absolute;
    width: 100%;
    height: 445px;
    top: 890px;
    background-color: #eefcff;
    z-index: -1;
}

.bg-2 {
    position: absolute;
    width: 100%;
    height: 325px;
    top: 1660px;
    background-color: #eefcff;
    z-index: -1;
}

.bg-3 {
    position: absolute;
    width: 100%;
    height: 325px;
    top: 2305px;
    background-color: #eefcff;
    z-index: -1;
}

section.cover {
    display: flex;
    justify-content: center;
}


section.cover .banner {
    display: flex;
    justify-content: center;
    width: 1920px;
}

section.cover .banner .left {
    background-color: #c8e9f0;
    padding-top: 0px;
    padding-right: 64px;
    padding-left: 228px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    z-index: 1;
}

section.cover .banner .left > .image {
    height: 284px;
    width: 129px;
}

section.cover .banner .left > .vol {
    display: flex;
    justify-content: right;
    flex-direction: column;
}

section.cover .banner .left > .vol > h1,
h2 {
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    text-align: right;
    padding-right: 44px;
}

section.cover .banner .left > .vol > h1 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: lighter;
    white-space: nowrap;
}

section.cover .banner .left > .vol > h2 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

section.cover .banner .center {
    display: block;
    max-width: 1920px;
}

section.cover .banner .center img {
    transform: scale(1.0); /* 이미지 확대 */
    transition: transform .99s; /* 시간 설정 */
	overflow: hidden;
}

section.cover .banner .center img:hover {
    transform: scale(1.02);   /* 이미지 확대 */
    transition: transform .99s;  /* 시간 설정 */
	overflow: hidden;
}

.cover-slide .slide-wrap {
    padding: 0px;
    margin: 0%;
    position: relative;
}

.cover-slide .slide-wrap .lSSlideOuter {
    position: relative;
}

.cover-slide .slide-wrap .lSSlideOuter .lSPager {
    position: absolute;
    right: 14px;
    bottom: 11px;
	left: 0%;
	
}

.cover-slide .slide-wrap .lSSlideOuter .lSPager > li a,
.cover-slide .slide-wrap .lSSlideOuter .lSPager > li:hover a {
    width: 50px;
    height: 7px;
    background-color: #fff;
    border-radius: 0;
}

.cover-slide .slide-wrap .lSPager > li.active a,
.cover-slide .slide-wrap .lSPager > li.active:hover a {
    background-color: #999999 !important;
}

.cover-slide .slide-wrap .slide-list {}

.cover-slide .slide-wrap .slide-list .slide {
    display: block;
}

.cover-slide .slide-wrap .slide-list .slide > img {
    width: 100%;
}

section .article-list {
    width: 1350px;
}

section .article-list a > .image {
    position: relative;
}

section .article-list a > .image:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .3s;
}

section .article-list a:hover > .image:before {
    opacity: 1;
}

section.monthly-story {
    padding: 80px 0 70px 0;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

section.monthly-story h3 {
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 26px;
    color: #000;
    font-weight: 800;
}

section.monthly-story h3:after {
    display: block;
    content: '';
    width: 58px;
    border-bottom: 2px solid #7fb78e;
    left: 0px;
    top: -22px;
    position: absolute;
    z-index: 1;
}

section.monthly-story h3 > span {
    display: inline-block;
    background-color: transparent;
}

section.monthly-story .article-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

section.monthly-story .article-list > a {
    display: block;
}

section.monthly-story .article-list > a.full {
    position: relative;
}

section.monthly-story .article-list > a img {
    width: 100%;
}

section.monthly-story .article-list > a > h4 {
    position: absolute;
    bottom: 21px;
    left: 26px;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

section.monthly-story .article-list > a > h4 > span {
    display: block;
}

section.monthly-story .article-list > a > h4 > span.desc {
    display: none;
    margin-top: 21px;
}

section.monthly-story .article-list > a > h4 > small {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #383838;
    padding-bottom: 6px;
    border-bottom: 1px solid #ef896d;
    margin-bottom: 12px;
}

section.memorial-story {
    padding: 80px 0 80px 0;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

section.memorial-story h3 {
    margin: 0;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: #000;
    font-weight: 800;
	padding-bottom: 50px;
}

section.memorial-story h3:after {
    display: block;
    content: '';
    width: 200px;
    border-bottom: 1px solid #999999;
    top: 50px;
    position: absolute;
    z-index: 1;
    align: center;
    left: 50%;
    transform: translate(-50%, 0);
	
}

section.memorial-story h3 > span {
    display: inline-block;
    background-color: transparent;

}

section.memorial-story .article-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

section.memorial-story .article-list > a {
    display: block;
    margin-bottom: 35px;
}

section.memorial-story .article-list > a.full {
    position: relative;
}

section.memorial-story .article-list > a img {
    width: 100%;
}

section.memorial-story .article-list > a > h4 {
    position: absolute;
    bottom: 18px;
    left: 18px;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}

section.memorial-story .article-list > a > h4 > span {
    display: block;
}

section.memorial-story .article-list > a > h4 > span.desc {
    display: none;
    margin-top: 21px;
}

section.memorial-story .article-list > a > h4 > small {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #383838;
    padding-bottom: 6px;
    border-bottom: 1px solid #ef896d;
    margin-bottom: 12px;
}

@media screen and (max-width:767px) {
    
    section.cover {
        display: block;
        position: relative;
        width: auto;
    }

    section.cover .container {
        padding: 0;
    }

    section.cover .banner {
        display: flex;
        justify-content: center;
        width: auto;
    }
    
    section.memorial-story .article-list > a > h4 {
    position: absolute;
    bottom: 13px;
    left: 13px;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: left;
    font-family: "s-core", "Malgun Gothic", "sans-serif";
}
    
    section.monthly-story h3 {
    font-size: 22px;
}
    
    section.memorial-story h3 {
    font-size: 22px;
}
    
    section.cover {
        position: relative;
    }

    section.cover .container {
        padding: 0;
    }

    section.cover .banner .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 112px;
        height: 260px;
        padding: 46px 34px;
    }

    section.cover .banner .left > .image {
        background-size: auto 202px;
        width: 53px;
        height: 122px;
    }

    section.cover .banner .left > .vol > h1,
    h2 {
        padding: 0;
        font-size: 13px;
    }

    section.cover .banner .left > .vol > h2 {
        font-size: 13px;
    }

    section.cover .banner .center {
        width: 100%;
        max-width: none;
    }

    .cover-slide .slide-wrap {
        padding: 0 15px;
    }

    .cover-slide .slide-wrap .lSSlideOuter .lSPager {
        width: 100%;
        right: 0;
        bottom: 15px;
    }

    section .article-list {
        width: auto;
        padding: 0 17px;
    }

    section .article-list a > .image {
        display: flex;
        justify-content: center;
    }

    section.monthly-story .article-list {
        flex-wrap: wrap;
        padding: 0;
        align-items: flex-start;
    }

    section.monthly-story .article-list:first-child {
        margin-top: 15px;
    }

    section.monthly-story .article-list > a {
        padding: 0;
        margin-bottom: 20px;
        width: 50%;
    }

    section.monthly-story .article-list > a.full {
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    section.monthly-story .article-list > a > h4 {
        font-size: 20px;
        line-height: 25px;
        word-break: keep-all;
    }

    section.monthly-story .article-list > a > h4 > small {
        border-bottom-color: #777777;
    }

    section.memorial-story {
        padding: 80px 0;
    }

    section.memorial-story > .container:before {
        display: none;
    }

    section.memorial-story h3 {
        margin-bottom: 0px;
    }

    section.memorial-story .article-list {
		
        flex-wrap: wrap;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    section.memorial-story .article-list > a {
        margin-bottom: 20px;
    }

    section.memorial-story .article-list .article {
        width: 50%;
        padding: 0 6px;
        margin-top: 0;
        margin-bottom: 20px;
    }
	
	 section.memorial-story .article-list > a.full {
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    section.memorial-story .article-list .article a h4 {
        word-break: keep-all;
    }

    section.memorial-story .article-list .article a h4 span {
        font-size: 17px;
        line-height: 25px;
    }

    section.monthly-story {
        padding: 80px 0 50px 0;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
    }

    section.monthly-story .article-list > a > h4 {
        position: absolute;
        bottom: 13px;
        left: 13px;
        margin: 20px 0 0 0;
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        text-align: left;
        font-family: "s-core", "Malgun Gothic", "sans-serif";
    }
    section.monthly-story .article-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
    section.memorial-story .article-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
}
