/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #3e3e39;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}

/* index */
#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.indexLogo {
    position: absolute;
    width: 70%;
    top: 35%; left: 2rem;
}
.indexImg {
    width: 45%;
    position: absolute;
    bottom: 4rem; right: 3.5rem;
}

.address {
    font-size: 1.6rem;
    padding: 1.5rem;
    line-height: 1.4;
}

/* home */
#homeWrap {
    padding-bottom: 3rem;
}
.home-header {
    width: 100%;
    position: relative;
    height: 6rem;
}
.home-header figure {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 37%;
    margin: 0;
}
.home-header a{
    position: absolute;
    right: 2rem; top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 2rem; height: 2rem;
}

.home-top-cont {
    width: 100%;
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-between;
}
.home-lfet-text {
    width: 60%;
}
.home-right-img {
    margin-top: 1.5rem;
    width: 28%;
}
.home-menu-inner {
    width: 100%;
    height: 100%;
    padding: 2rem;
}
.btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn-area div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.btn-area div:last-child {
    margin-bottom: 0;
}
.btn-area img {
    border-radius: 1.5rem;
}
.top-btn a:first-child {
    padding-right: 1rem;
}
.middle-btn a:nth-child(-n+2) {
    padding-right: 1rem;
}
.bottom-btn a:nth-child(-n+2) {
    padding-right: 1rem;
}
.button_wrap {
    margin-top: 2rem;
    display: flex;
    padding: 0 2rem;
}
.button_wrap a {
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 1rem;
}
.button_wrap a:last-child {
    margin: 0;
}
.button_wrap a img {}

/* header.php */
.header {
    width: 100%;
    position: relative;
    height: 6rem;
}
.header .back-btn {
    position: absolute;
    width: 2rem; height: 2rem;
    background: url(../img/backarrow.png) no-repeat center/contain;
    top: 45%; left: 2rem;
    transform: translateY(-50%);
}
.header figure {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 37%;
    margin: 0;
}
.header a{
    position: absolute;
    right: 2rem; top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 2rem; height: 2rem;
}
/* info */

.cont-inner {
    padding: 0 2rem;
}
.cont-inner h4 {
    font-size: 1.9rem;
    font-weight: 800;
    margin: 2.5rem 0 1.5rem;
}
.non-box-cont h4 {
    margin-top: 1.5rem;
}
.cont-inner pre{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
}
.non-box-cont pre {
    color: #7b8083;
}
.box-cont {
    padding-bottom: 2rem;
}
.box-cont pre {
    color: #46a2d3;
    border: 0.1rem solid #E2E7EE;
    border-radius: 1.5rem;
    background: #FAFAFA;
    padding: 2rem 1rem;
}

/* gap */ 
#gap_wrap {
    padding-bottom: 3rem;
}

/* list */
#list_wrap {
    padding-bottom: 3rem;
}

/* qna */
#qna_wrap {
    padding-bottom: 3rem;
}
.qna-inner {
    padding: 0 2rem;
}
.box {
    border: .1rem solid #E2E7EE;
    border-radius: 1.5rem;
    margin: 1.5rem 0;
    background: #FAFAFA;
}
.box .qna {
    position: relative;
    font-size: 1.5rem;
    padding: 1.7rem 1.5rem;
    font-weight: 700;
    letter-spacing: -0.7px;
}
.box .qna:after {
    content: '';
    position: absolute;
    top: 50%; right: 1.5rem;
    transform: translateY(-50%);
    display: inline-block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/qna-down.png) no-repeat center/contain;
}
.box.open .qna {
    border-bottom: .1rem solid #E2E7EE;
}
.box.open .qna:after {
    background-image: url(../img/qna-up.png);
}
.box pre{
    display: none;
    padding: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.4;
}
.box.open pre{
    display: block;
}
/* sub */
.sub-inner {
    padding: 2rem;
}
.sub-inner h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
}
.sub-inner img {
    border-radius: 1.5rem;
}
.sub-inner .banner:nth-child(7) img {
    transform: scale(1);
}
.sub-inner .banner:nth-child(7).on img{
    transform: scale(1.2);
}
.sub-inner p {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 3rem 0 1.5rem;
}
.sub-inner pre {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #55565A;
    margin-bottom: 3rem;
}
.sub-inner span {
    display: block;
    float: right;
    padding-bottom: 4.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #8f8f8f;
}




/* news */
.news-inner {}
.news-inner h2 {
    font-size: 1.9rem;
    font-weight: 800;
    padding-bottom: 3rem;
    padding: 2rem;
}
.news-article {
    height: 12rem;
    display: flex;align-items: center;
    margin: 1rem 0;
}
.news-article img {
    width: 47%;
    height: 100%;
    object-fit: cover;
}
.news-article span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 53%;
    height: 100%;
    padding: 1rem;
}
.news-article span h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.6px;
}
.news-article span p {
    font-size: 1.4rem;
    color: #4B9DCA;
    
}


