* 공통 디자인 *
body {
    font-family: 'NanumSquareNeo';
    color: #3e3e39;
}
* {
    box-sizing: border-box;
}
:root {
    --swiper-theme-color: #fff !important;
    --swiper-navigation-size: 1.7rem !important;
    --swiper-navigation-top-offset: 40% !important;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(147deg, #1aaaf9 5%, #4426a5 95%);
}
.indexImg {
    height:100vh;
    width: 100%;
    object-fit: contain;
}


/* home */

.cont-inner{
    padding-bottom: 3rem;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}
header img{
    display: block;
    height: 5rem;
}
.home-top {
    padding: 2.5rem;
}
.home-top .home-title{
    font-size: 1.9rem;
    font-weight: 800;
    color: #2558BF;
    line-height: 1.3;
    margin-bottom: 1.8rem;
}
.home-top .home-content {
    font-size: 1.4rem;
    color: #2E2928;
    line-height: 1.4;
}
.home-slide {
    padding: 1.5rem 0 2rem;
}
.homeSlide {
    width: 100%;
}
.banner a {
    display: block;
}
.banner a img {
    width: 100%;
}
.home-top .home-title.two{
    color: #090F58;
}
.free-info {
    padding: 0 2.5rem 2.5rem;
}
.free-info img {
    width: 11rem;
}
.info-text .info-cont {
    font-size: 1.4rem;
    color: #2E2928;
    line-height: 1.3;
    padding: 2.5rem 1.5rem;
    box-shadow: rgba(0,0,0,0.2) 1.5px 1.5px 3px 0px;
    border-radius: 1rem;
}
.home-news {
    padding: 2.5rem;
}
.news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BFB8AC;
    padding-bottom: 1rem;
}
.news-top h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #2E2928;
}
.news-top a {
    display: block;
    width: 7rem;
}
.news-top a img{
    width: 100%;
}
.newsSwiper {
    padding-bottom: 2rem;
    margin-top: 2.5rem;
}
.news a {
    display: block;
    height: auto;
}
.news a img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}
.news-tit {
    font-size: 1.6rem;
    color: #2E2928;
    padding: 1.5rem 0 0;
    line-height: 1.3;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bold !important;
}
/* header.php */
.nav-header {
    position: relative;
    padding: 2.5rem;
}
.back-btn {
    position: relative;
    background: url(../img/arrow.png) no-repeat center/contain;
    width: 2rem; height: 2rem;
    z-index: 10;
}
.back-btn:after {
    position: absolute;
    content: '';
    width: 3rem; height: 3rem;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.text-logo {
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-block;
    position: absolute;
    width: 80%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}
/* contents */
.main_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    background: #000066;
    color: #fff;
    padding: 1.5rem 2.5rem;
    border-bottom: 1px solid #fff;
}
.main_title i {
    background: url(../img/down.png) no-repeat center/contain;
    width: 1.8rem; height: 1.8rem;
    display: inline-block;
}
.box.open .main_title i {
    background-image: url(../img/up.png);
}
.opened * {
    font-size: 1.5rem;
}
.box.open .opened {
    display: block;
}
.opened {
    display: none;
    padding: 2rem 2.5rem;
}
.opened .content .point3 {
    display: inline-block;
    color: #2B2B80;
    font-weight: 700;
    line-height: 1.3;
}
.opened .sub-title {
    display: inline-block;
    color: #000066;
    font-weight: 600;
    padding-bottom: 1.2rem;
}
.opened .content {
    padding: 0 0 2.5rem 1.5rem;
}
.opened .content > pre {
    line-height: 1.3;
}
.opened .content img {
    width: 100%;
}
.content em {
    font-size: 1rem;
}
/* news */
.news-header {
    position: relative;
    padding: 2.5rem;
}
.news-logo {
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-block;
    position: absolute;
    width: 80%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}
.news-inner {
    padding: 2rem 2.5rem 0;
}
.news-box {
    border: 1px solid #A1A1A1;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.news-box-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
}
.news-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #2E2928;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-sub-tit {
    font-size: 1.4rem;
    padding-top: 1.8rem;
    line-height: 1.3;
    color: #2E2928;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dateNmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
}
.date {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
}
.dateNmore img {
    display: inline-block;
    width: 6rem;
    margin-top: .3rem;
}
/* news-sub */
.sub-top {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 2.5rem;
    padding-bottom: 2.5rem;
}
.news-sub-title {
    padding: 2rem 0 0;
    font-weight: 700;
    font-size: 1.7rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-sub-text {
    font-size: 1.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.news-btm {
    padding: 2.5rem 2.5rem;
}
.news-btm img {
    width: 100%;
    display: inline-block;
    padding: 2rem 0 5rem;
}
.news-link {
    text-align: center;
    display: block;
    background: #000066;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 1rem;
    padding: 2rem 0;
}