
.swiper {
    height: 80%;
    margin-bottom: 80px;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-slide {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.swiper-pagination-bullet {
    font-family: 'Geist', sans-serif;
    font-size: 32px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.0);
    }

    .swiper-pagination-bullet-active {
      color: #FF028D;
      background: rgba(0, 0, 0, 0.0);
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%;
}

.top_slide_section {
    padding-top: 130px;

}


.slide_txt_container {
    color: #fff;
    justify-content: center;
    display: flex;
    height: 153px;
    top: 53%;
    position: relative;
    flex-wrap: wrap;
    padding: 15px;
    width: 1450px;
    margin: 0 auto;
}

.slide_link {
    width: 100%;
    height: 100%;
    display: block;
}

.slide_txt_cate {
    font-family: 'Geist', sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.slide_txt_title {
    font-family: 'Geist', sans-serif;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    display: block;
}
.slide_txt_date {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: block;
}

.page_title_container {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px 0px 15px;
}
.page_title {
    width: 100%;
}
.page_title span {
    font-family: 'Geist', sans-serif;
    font-size: 140px;
    line-height: 0.8;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
.page_sub_txt {
    width: 100%;
    text-align: center;
    align-self: end;
}
.page_sub_txt span {
    font-family: "minion-pro", serif;
    font-size: 25px;
    line-height: 27px;
    color: #939598;
    padding-bottom: 5px;
}

.lastest_news_section {
    max-width: 1450px;
    margin: 0 auto;
    min-height: 500px;
}
.sub_title_label {
    font-family: 'Geist', sans-serif;
    font-size: 35px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 70px 0;
}
.arc_sub_title_label {
    font-family: 'Geist', sans-serif;
    font-size: 30px;
    font-weight: 400;
    display: flex;
    text-align: left;
    margin: 0px 0px 0px 0px;
    max-width: 1500px;
    padding: 0 15px;
    width: 100%;
}
.lastest_news_container_1 {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lastest_news_con_1 {
    display: flex;
    width: calc(100% / 2 - 35px);
    padding: 15px;
}
.lastest_contant_1 {
    width: calc(100% / 2 - 6px);
}
.lastest_contant_1 img {
    width:100%;
    height: 350px;
    object-fit: cover;
}
.lastest_contant_1_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.lastest_contant_1_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-left: 20px;
    padding-bottom: 10px;

}
.lastest_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:400;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 40px;
    height: 70px;
}
.lastest_contant_1_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 13px;
    line-height: 16px;
    color: #A7A9AC;
    padding-left: 20px;
    align-self: end;
}

.lastest_news_con_2 {
    display: block;
    width: calc(100% / 4 - 15px);
}

.lastest_news_container_2 {
    width: auto;
    display: flex;
    padding: 15px;
    justify-content: space-between;
}

.lastest_contant_2 {
    width: 100%;
}
.lastest_contant_2 img {
    width:100%;
    height: 250px;
    object-fit: cover;
}
.lastest_contant_2_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 15px;
    padding-bottom: 10px;
}
.lastest_contant_2_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-bottom: 10px;

}
.lastest_contant_2_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 40px;
}
.lastest_contant_2_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 13px;
    line-height: 16px;
    color: #A7A9AC;
    align-self: end;
}

.con_date {
    height: 30px;
    justify-content: start;
    display: flex;
}


.arc_container_1 {
    width: auto;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.arc_news_con_1 {
    display: flex;
    width: calc(100% / 6);
    padding: 15px 15px;
    flex-wrap: wrap;
    height: 100%;
}

.arc_contant_1 {
    width: 100%;
}
.arc_contant_1 img {
    width:100%;
    height: 220px;
    object-fit: cover;
}
.arc_contant_1_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 13px;
    color: #939598;
    padding-top: 13px;
    padding-bottom: 10px;
}
.arc_contant_1_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.arc_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:400;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    padding-bottom: 0px;
    height: 70px;
}
.arc_contant_1_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 11px;
    line-height: 15px;
    color: #A7A9AC;
    align-self: end;
}

.acc_title_con {
    display: flex;
  }

  .search_keyword {
    width: 100%;
    display: block;
    padding: 15px;
}
.search_box {
    padding: 0;
}
.search_input {
    padding: 5px 10px;
    width: -webkit-fill-available;
    border: 1px solid #c8c8c8;
}
.search_con {
    width: 100%;
}
/* 태블릿 */
@media all and (min-width:479px) and (max-width:1050px) {
    .swiper {
    height: 80%;
} 

.top_slide_section {
    padding-top: 130px;
}
.search_box {
    padding: 0;
}
.slide_txt_container {
    color: #fff;
    width: auto;
}
.slide_txt_cate {
    width: 100%;
    display: block;
}
.slide_txt_title {
    width: 100%;
    display: block;
}
.slide_txt_date {
    width: 100%;
    display: block;
}

.page_title_container {
    max-width: 1450px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    padding: 15px;
}
.page_title {
    padding-top: 230px;;
    width: 100%;
}
.page_title span {
    font-family: 'Geist', sans-serif;
    font-size: 90px;
    font-weight: bold;
    display: block;
}
.page_sub_txt {
    width: 100%;
    align-self: end;
}
.page_sub_txt span {
    font-family: "minion-pro", serif;
    font-size: 20px;
    line-height: 22px;
    color: #939598;
    padding-bottom: 5px;
}

.lastest_news_section {
    max-width: 1450px;
    margin: 0 auto;
}
.sub_title_label {
    font-family: 'Geist', sans-serif;
    font-size: 35px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 70px 0;
}
.lastest_news_container_1 {
    width: auto;
    display: block;
    padding-bottom: 10px;
}
.lastest_news_con_1 {
    display: flex;
    width: auto;
    padding: 15px;
}
.lastest_contant_1 {
    width: 100%;
    padding-right: 15px;
}
.lastest_contant_1 img {
    width:100%;
    height: 350px;
    object-fit: cover;
}
.lastest_contant_1_cate {
    display: block;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.lastest_contant_1_title {
    display: block;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-left: 20px;
    padding-bottom: 10px;

}
.lastest_contant_1_txt {
    display: block;
    font-weight:300;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 40px;
}
.lastest_contant_1_date {
    display: block;
    font-weight:300;
    font-size: 13px;
    line-height: 16px;
    color: #A7A9AC;
    padding-left: 20px;
    align-self: end;
}

.lastest_news_con_2 {
    display: block;
    width: calc(100% / 2 - 10px);
    padding-right: 0px;
    padding-bottom: 20px;
}

.lastest_news_container_2 {
    width: auto;
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lastest_contant_2 {
    width: auto;
}
.lastest_contant_2 img {
    width:100%;
    height: 250px;
    object-fit: cover;
}
.lastest_contant_2_cate {
    display: block;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lastest_contant_2_title {
    display: block;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-bottom: 10px;

}
.lastest_contant_2_txt {
    display: block;
    font-weight:300;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 40px;
}
.lastest_contant_2_date {
    display: block;
    font-weight:300;
    font-size: 13px;
    line-height: 16px;
    color: #A7A9AC;
    align-self: end;
}



.arc_container_1 {
    width: auto;
    display: flex;
    padding-bottom: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.arc_news_con_1 {
    display: flex;
    width: calc(100% / 3 - 30px);
}

.arc_contant_1 {
    width: auto;
}
.arc_contant_1 img {
    width:100%;
    height: 100%;
    max-height: 220px;
    object-fit: cover;
}
.arc_contant_1_cate {
    display: block;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 10px;
    padding-bottom: 10px;
}
.arc_contant_1_title {
    display: block;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.arc_contant_1_txt {
    display: block;
    font-weight:400;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    padding-bottom: 0px;
    height: 70px;
}
.arc_contant_1_date {
    display: block;
    font-weight:300;
    font-size: 13px;
    line-height: 15px;
    color: #A7A9AC;
    align-self: end;
}

}

/* 모바일 */
@media all and (max-width:479px) {
    .swiper {
    height: 70%;
    margin-bottom: 30px;
} 

.search_box  {
    padding: 0px;
}
.top_slide_section {
    margin: 0 15px;
}

.slide_txt_container {
    color: #fff;
    width: auto;
}
.slide_txt_cate {
    width: 100%;
    display: block;
    font-size: 18px;
}
.slide_txt_title {
    width: 100%;
    display: block;
    font-size: 30px;
}
.slide_txt_date {
    width: 100%;
    display: block;
    font-size: 15px;
}

.page_title_container {
    max-width: 1450px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    padding: 15px 0;
}
.page_title {
    width: 100%;
    padding-top: 200px;
}
.page_title span {
    font-family: 'Geist', sans-serif;
    font-size: 70px;
    font-weight: bold;
    display: block;
    padding-bottom:20px;
}
.page_sub_txt {
    width: 100%;
    align-self: end;
}
.page_sub_txt span {
    font-family: "minion-pro", serif;
    font-size: 18px;
    line-height: 20px;
    color: #939598;
    padding-bottom: 5px;
}

.lastest_news_section {
    max-width: 1450px;
    margin: 0 auto;
}
.sub_title_label {
    font-family: 'Geist', sans-serif;
    font-size: 35px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 70px 0;
}
.lastest_news_container_1 {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.lastest_news_con_1 {
    display: block;
    width: auto;
    padding: 15px;
}
.lastest_contant_1 {
    width: 100%;
    padding-right: 0px;
}
.lastest_contant_1 img {
    width:100%;
    height: 350px;
    object-fit: cover;
}
.lastest_contant_1_cate {
    display: block;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
}
.lastest_contant_1_title {
    display: block;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-left: 0px;
    padding-bottom: 10px;

}
.lastest_contant_1_txt {
    display: block;
    font-weight:300;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 0px;
    padding-bottom: 0px;
}
.lastest_contant_1_date {
    display: block;
    font-weight:300;
    font-size: 13px;
    line-height: 16px;
    color: #A7A9AC;
    padding-left: 0px;
    align-self: end;
}

.lastest_news_con_2 {
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
}

.lastest_news_container_2 {
    width: auto;
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
}

.lastest_contant_2 {
    width: auto;
}
.lastest_contant_2 img {
    width:100%;
    height: 150px;
    object-fit: cover;
}
.lastest_contant_2_cate {
    display: block;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.lastest_contant_2_title {
    display: block;
    font-weight:normal;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding-bottom: 10px;
    padding-left: 20px;
}
.lastest_contant_2_txt {
    display: block;
    font-weight:300;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 40px;
}
.lastest_contant_2_date {
    display: block;
    font-weight:300;
    font-size: 13px;
    line-height: 16px;
    color: #A7A9AC;
    align-self: end;
    padding-left: 20px;
}

.arc_container_1 {
    width: auto;
    display: flex;
    padding-bottom: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.arc_news_con_1 {
    display: block;
    width: calc(100% / 2 - 30px);
}

.arc_contant_1 {
    width: 100%;
}
.arc_contant_1 img {
    width:100%;
    height: 220px;
    object-fit: cover;
}
.arc_contant_1_cate {
    display: block;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
}
.arc_contant_1_title {
    display: block;
    font-weight:normal;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding-left: 0px;
}
.arc_contant_1_txt {
    display: block;
    font-weight:400;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 70px;
}
.arc_contant_1_date {
    display: block;
    font-weight:300;
    font-size: 13px;
    line-height: 15px;
    color: #A7A9AC;
    padding-left: 0px;
    align-self: end;
}

}