/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #333;
}
* {
    box-sizing: border-box;
}
main {
    padding: 7rem 1.5rem 3rem;
}
.main_tit {
    font-size: 2.2rem;
    font-weight: 800;
    padding: 1rem 0 3rem;
}
.inner {
    padding: 7rem 1.5rem 3rem;
}
.cont_inner {
    padding: 7rem 0 3rem;
}
.sub2_wrap {
    padding: 7rem 0 3rem;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/index.png) no-repeat center/cover;
    overflow: hidden;
}
.index_tit {
    position: absolute;
    left: 2rem; top: 40%;
    transform: translateY(-50%);
}
.index_tit img {
    height: 3.5rem;
}
.index_tit p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.8rem;
    line-height: 1.4;
    padding-top: 1rem;
}
.indexImg {
    position: absolute;
    right: 2rem; bottom: 0;
    width: 25rem;
}


/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    background: #fff;
    padding: 0 1.5rem;
}
header a {
    display: block;
    height: 2.5rem;
}
header a img {
    display: block;
    height: 100%;
}
header .prev{
    position: relative;
    width: 2.3rem; height: 2.3rem;
    background: url(../img/back-arrow.png) no-repeat center/contain;
}
header .prev::after {
    position: absolute;
    content: '';
    display: block;
    width: 5rem; height: 5rem;
    background: transparent;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}


/* home */
.home_top_btn {
    display: block;
}
.home_top_btn img {
    display: block;
    width: 100%;
}
.home_btn {
    margin: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_btn_inner {
    width: calc(50% - .7rem);
    height: 13rem;
}
.home_btn_inner a {
    display: block;
    border: .1rem solid #B8B8B8;
    border-radius: 1.5rem;
    padding: 1.5rem 1rem;
    width: 100%;
    height: 100%;
}
.home_btn_inner a p {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.3;
}
.home_btn_inner a .btn_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}
.home_btn_inner a .btn_img .ico {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/btn-arrow.png) no-repeat center/contain;
}
.home_btn_inner a .btn_img img {
    display: block;
    height: 4.5rem;
}
.home_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    border: .1rem solid #BEBEBE;
    border-radius: 1.5rem;
    padding: 1.5rem 1rem;
}
.home_banner .left {
    display: flex;
    align-items: center;
    width: 70%;
    gap: 1rem;
}
.home_banner .left img {
    display: block;
    height: 7rem;
}
.home_banner .left p {
    font-size: 1.6rem;
    font-weight: 800;
}
.home_banner .more {
    display: inline-block;
    background: #E6E6E6;
    border: .1rem solid #B6B6B6;
    border-radius: 2.5rem;
    padding: .7rem 1.5rem;
    font-size: 1.5rem;
    color: #575757;
}
.home_news {
    padding-top: 3rem;
}
.home_news .title_wrap {
    border-bottom: .1rem solid #BABABA;
}
.home_news .tit {
    display: inline-block;
    font-size: 2rem;
    font-weight: 800;
    color: #424242;
    padding-bottom: 1.5rem;
    border-bottom: .2rem solid #9D80DE;
}
.home_news .news_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13rem;
    padding: 2rem 0;
    border-bottom: .1rem solid #B8B8B8;
}
.home_news .news_link:last-child {
    border-bottom: none;
}
.home_news .news_link .news_img {
    width: 53%;
    height: 100%;
    object-fit: cover;
}
.home_news .news_link .news_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 43%;
    height: 100%;
}
.home_news .news_link .news_txt h2 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.home_news .news_link .news_txt p {
    font-size: 1.4rem;
    color: #585858;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}


/* news */
.news_wrap {
    padding: 7rem 0 3rem;
}
.news_wrap .main_tit {
    padding: 1rem 1.5rem 3rem;
}
.news_wrap .news_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-top: .1rem solid #b3b3b393;
    height: 15rem;
    gap: 1rem;
}
.news_wrap .news_link .news_img {
    display: block;
    width: 48%;
    height: 100%;
    object-fit: cover;
}
.news_wrap .news_link .news_txt {
    width: 48%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.news_wrap .news_link .news_txt h2 {
    font-size: 1.5rem;
    font-weight: 800;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.4;
}
.news_wrap .news_link .news_txt p {
    font-size: 1.4rem;
    color: #585858;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}


/* house */
.cont_inner .main_tit {
    padding: 1rem 1.5rem 3rem;
}
.house_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}
.house_btn li {
    width: calc(50% - .7rem);
}
.house_btn li a {
    display: block;
    text-align: center;
    border: .1rem solid #E2E2E2;
    border-radius: 1.5rem;
    background: #F2F2F2;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: #909090;
}
.house_btn li.on a {
    background: #654EA3;
    border-color: #654EA3;
    color: #fff;
    font-weight: 600;
}
.house_tab {
    padding: 3rem 0 2rem;
}
.house_tab .tabs {
    padding: 0 1.5rem;
    border-bottom: .1rem solid #D5D5D5;
}
.house_tab .tabs .tab{
    font-size: 1.5rem;
    color: #909090;
    display: inline-block;
    padding: 0 .5rem .7rem;
}
.house_tab .tabs .tab.on {
    border-bottom: .2rem solid #A489E0;
    color: #644DA3;
    font-weight: 600;
}
.tab_contents_wrap {
    padding: 0 1.5rem;
}
.sub_area {
    display: none;
}
.sub_area.on {
    display: block;
}
.sub_content {
    padding-bottom: 2rem;
}
.sub_content .b_tit {
    font-size: 1.8rem;
    font-weight: 800;
    color: #654EA3;
    margin-bottom: 1.5rem;
}
.sub_content .sub1_cont {
    font-size: 1.4rem;
    color: #585858;
    line-height: 1.4;
}
.house_cont {
    padding: 2.5rem 1.5rem;
}
.house_cont .house_contents {
    font-size: 1.4rem;
    color: #585858;
    line-height: 1.4;
}
.cont_box {
    border: .1rem solid #D4D4D4;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}
.cont_box .box_cont {
    font-size: 1.4rem;
    color: #585858;
    line-height: 1.4;
}
.house_img {
    width: 100%;
}
.go_link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9CEEA;
    border-radius: 1.5rem;
    padding: 1.8rem 1rem;
    border: .1rem solid #918195;
    font-size: 1.6rem;
    color: #4B354F;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    gap: 1rem;
    line-height: 1.3;
    word-break: break-all;
}
.go_link .ico {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/btn-arrow-2.png) no-repeat center/contain;
}
.house_cont .b_tit {
    font-size: 1.8rem;
    font-weight: 800;
    color: #654EA3;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
}


/* sub */
.sub_wrap .sub_tit {
    font-size: 1.8rem;
    font-weight: 800;
    color: #9C96B2;
    margin-bottom: 2rem;
}
.sub_wrap .contents {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #585858;
}
.sub_wrap .b_tit {
    font-size: 1.8rem;
    font-weight: 800;
    color: #654EA3;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
}


/* sub2 */
.sub2_wrap .main_tit {
    padding: 1rem 1.5rem 3rem;
}
.sub2_wrap .contents {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #585858;
    padding: 0 1.5rem;
}
.sub2_wrap .gray_tit {
    padding: 3rem 1.5rem 0;
    font-size: 1.7rem;
    color: #958EAC;
    font-weight: 800;
}
.sub2_wrap .thin {
    font-size: 1.5rem;
    color: #525252;
    line-height: 1.4;
}
.sub2_wrap .bold {
    font-size: 1.6rem;
    color: #525252;
    font-weight: 800;
    padding: 2rem 0;
    line-height: 1.4;
}



@media screen and (min-width: 270px) and (max-width: 280px) {
    .home_banner .left img {
        height: 5rem;
    }
    .home_banner .more {
        font-size: 1.3rem;
        padding: .7rem 1rem;
    }
    .home_banner .left p {
        font-size: 1.5rem;
        line-height: 1.2;
        text-align: center;
    }
}