/* index */
.index_wrap {
    width: 100%;
    height: 100vh;
    background-image: url(../img/index-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_wrap img {
    width: 40%;
    transform: translateY(-5rem);
}
/* header */
header{
    width: 100%;
    height: 6rem;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 500;
    justify-content: center;
    border-bottom: 3px solid #dbdbdb;
}
.header_top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.header_top a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_top img {
    width: 60%;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 500;
}

footer a {
    border-top: 3px solid #DBDBDB;
    width: 25%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    gap: 1rem;
    height: 100%;
    justify-content: center;
}
footer a img {
    height: 3rem;
}
footer a span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #B1B1B1;
}
/* home */
main{
    padding: 6rem 1.5rem;
}
.title_box {
    padding: 2rem 0;
}
.title_box h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1631F3;
    margin-right: .5rem;
}
.title_box span {
    font-size: 1.7rem;
    font-weight: 800;
}

.home_swiper {
    overflow: hidden;
    padding: 1rem 0;
}
.home_swiper ul {
    display: flex;
    height: auto !important;
}
.home_swiper li {
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    border-radius: 1rem;
    padding: 1rem;
    height: 10rem;
    border: 1px solid #DADADA;
}
.home_swiper li:nth-of-type(1) img{
    height: 3rem;
    transform: translateY(.7rem);
}
.home_swiper li:nth-of-type(2) img{
    transform: translateY(.7rem);
}
.home_swiper li a {
    height: 93%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    /* gap: 2rem; */
}
.home_swiper span {
    font-size: 1.7rem;
    font-weight: 600;
}
.home_swiper  img {
    height: 4rem;
}
.home_guide {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.home_guide a {
    background-image: url(../img/main-btn.png);
    display: flex;
    height: 10rem;
    align-items: center;
    padding: 2rem;
    border-radius: 1rem;
    background-size: cover;
}
.home_guide span {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    margin-right: .5rem;
}
.home_guide em {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
}
.home_guide img {
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
}

.bell_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bell_contents a {
    display: flex;
    flex-flow: column;
    width: 48%;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    padding: 2rem 1.5rem;
    height: 11rem;
    border-radius: 1rem;
    position: relative;
}
.bell_contents a p {
    font-size: 1.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .4rem;
}
.bell_contents a p img {
    height: 2.5rem;
}
.bell_contents a span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #8A8A8A;
}
.bell_contents a::after {
    content: "";
    background-color: #1631F3;
    width: 35%;
    height: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-image: url(../img/btn-arrow-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.home_qna .title_box2 span {
    margin-right: .3rem;
}
.home_news {
    margin-top: 3rem;
    width: 100%;
}
.news_swiper {
    width: 100%;
    overflow: hidden;
    padding: .5rem;
    height: 16rem;
}
.news-area a {
    display: flex;
    padding: 1rem 1.5rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    border-radius: 1rem;
    justify-content: space-between;
    height: 14rem;
}
.news-area a img{
    width: 37%;
    display: flex;
    object-fit: cover
}
.news-txt {
    display: flex;
    flex-flow: column;
    width: 60%;
    justify-content: space-between;
}
.news-txt h2 {
    font-size: 1.8rem;
    font-weight: 800;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.4;
}

.news-area {
    height: 10rem !important;
}

.home_news {
    margin-bottom: 2rem;
}
.title_box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show_more a{
    display: flex;
    align-items: center;
}
.show_more a span{
    color: #fff;
    background-color: #1631F3;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}
.show_more a p{
    font-size: 1.7rem;
    font-weight: 800;
}
.point3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #595757;
}
.qna_all_box {
    border: 1px solid #F1F1F1;
    margin-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
}
.qna_all_box h2 {
    color: #4E4C4C;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2rem 1.5rem;
    line-height: 1.4;
    background-image: url(../img/qna-arrow-down.png);
    background-size: 2rem;
    background-repeat: no-repeat;
    padding-right: 5rem;
    background-position: 95%;
}
.qna_all_box  pre {
    padding: 2rem 1.5rem;
    font-size: 1.7rem;
    /* font-weight: 600; */
    line-height: 1.4;
    background-color: #F1F1F1;
}

.qna_all_box pre{
    display: none;
}
.qna_open pre {
    display: block;
    color: #5B5959;
}
.qna_open h2 {
    background-image: url(../img/qna-arrow-up.png);
}
.home_qna {
    margin-bottom: 7rem;
}
/* category */
.category_box {
    display: flex;
    flex-flow: row wrap;
}
.category_box a {
    width: 48%;
    display: flex;
    flex-flow: column nowrap;
}
.category_box a span {
    font-size: 2rem;
    font-weight: 800;
}

/* cate_sub */

.sub_contents h3 {
    font-size: 2rem;
    font-weight: 800;
    width: max-content;
    font-size: 1.7rem;
}
.sub_pre {
    font-size: 1.7rem;
    line-height: 1.5;
}
.contents_box {
    margin-bottom: 4rem;
}
.swiper-sub1 {
    border-radius: 2rem;
    padding: .7rem 1rem;
    background-color: #EBEBEB;
    border: 1px solid #A4A3A3;
    font-size: 1.7rem;
    font-weight: 600;
    height: auto !important;
    text-align: center;
    width: max-content !important;
}
.sub_swiepr {
    padding: 2rem 0;
    margin-bottom: 2rem;
    overflow: hidden;
}
/* qna */
.qna_wrap {
 margin-bottom: 9rem;
}

.news_contents {
    font-size: 1.6rem;
    font-weight: 500;
    color: #A6A6A6;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.2;
}
.news-txt span {
    font-size: 1.6rem;
    color: #a6a6a6;
    text-align: right;
}

/* search */
#form_search {
    display: flex;
    padding: 3rem 0;
    align-items: center;
    justify-content: space-between;
}
#form_search .left {
    width: 85%;
}
#form_search .left input {
    width: 100%;
    padding: .5rem 1rem;
    border: 3px solid #595757;
    font-size: 1.5rem;
    border-radius: 2rem;
}
.form_btn {
    background-color: #595757;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
}
.form_btn img {
    width: 50%;
}
.toggle {
    overflow: hidden;
}
.search_item {
    display: flex;
    width: 100%;
    border: 1px solid #DFDFDF;
    padding: 5px;
    text-decoration: none;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    flex-flow: column nowrap;
    box-shadow: .4rem .2rem .5rem rgba(61, 62, 77, 0.2);
}
.last p:nth-of-type(1){
    font-size: 1.7rem;
    font-weight: 900;
    color: #F21A1A;
    padding: 1.5rem 0;
}
.link_go {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.letgo{
    color: #fff;                                       
    background-color: #1631F3;
    width: max-content;
    padding: .9rem 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 2rem;
    box-shadow: .1rem .3rem .5rem rgba(61, 62, 77, 0.6)
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 2rem;
}
.top_left {
    display: flex;
    align-items: center;
}
.top_left  p {
    font-weight: 900;
    font-size:1.7rem;
    color: #5D5B5B;
    padding: .5rem 1rem;
}
.top_left span {
    width: max-content;
    padding: .5rem 1rem;
    font-size:1.7rem;
    color: #5D5B5B;
    border: 1px solid #595757;
    border-radius: 2rem;
    font-weight: 800;
}
.top_right  span {
    background-color: #595757;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 2rem;
    font-size: 1.7rem;
}
.middle {
    padding-right: 4rem;
    line-height: 1.4;
    font-size: 1.7rem;
    font-weight: 600;
    color:#5D5B5B;
    padding: .5rem 0;
}
.pagination {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.pagination .active {
    color: #000;   
}
.pagination a{
    font-size: 1.7rem;
    font-weight: 800;
    color: #bdbdbd;
}

.titles_contents {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: max-content;
    padding-bottom: .1rem;
    position: relative;
    margin-bottom: 2rem;
}
.titles_contents::after {
    content: "";
    width: 97%;
    height: 4px;
    display: inline-block;
    background-color: #565454;
    position: absolute;
    right: 0;
    bottom: -20%;
}
.titles_contents img {
    width: 3rem;
}
.news-area em {
    color: #fff;
    background-color: #1631F3;
    width: max-content;
    padding: .8rem 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 2rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.6);
}

.no_data{
    display: flex;
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    transform: translateY(7rem);
}