.con_link {

}

.content_end {
    align-self: end;
}
.swiper {
    height: 77%;
    margin-bottom: 44px;
}
.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 {
    height: 100vh;
}

.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;
    align-content: flex-start;
}

.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;
    padding: 10px 0;
    line-height: 51px;
}
.slide_txt_date {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: block;
}

.page_title_container {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}
.page_title {
    width: auto;
}
.page_title span {
    font-family: 'Geist', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 0.8;
    display: block;
}
.page_sub_txt {
    width: auto;
    align-self: end;
    padding-left: 50px;
    max-width: 700px;
}
.page_sub_txt span {
    font-family: "Gowun Batang", serif;
    font-size: 19px;
    line-height: 24px;
    color: #939598;
    padding-bottom: 5px;
}

.lastest_news_section {
    max-width: 1450px;
    margin: 0 auto;
}

.lastest_news_section_1 {
    max-width: 1450px;
    margin: 0 auto;
    background-color:#fff;
}
.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: block;
    text-align: left;
    margin: 20px 0px 0px 0px;
    max-width: 1500px;
    padding: 15px;
}
.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: 100%;
    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: 21px;
    color: #939598;
    padding-top: 22px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.lastest_contant_1_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    padding-left: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.lastest_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:400;
    font-size: 19px;
    line-height: 28px;
    color: #808285;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.lastest_contant_1_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 15px;
    line-height: 17px;
    color: #A7A9AC;
    padding-left: 20px;
    align-self: end;
}

.lastest_news_con_2 {
    display: block;
    width: auto;
    height: 300px;
    flex-basis: auto;
    padding: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.lastest_news_container_2 {
    width: auto;
    display: grid;
    /* Fraction(fr) 단위 */
    grid-template-rows: 1fr;
    grid-template-columns: 3fr 1fr;
    padding: 15px;
    justify-content: space-between;
    margin-bottom: 88px;
    grid-column-gap: 30px;
}
.content_top {
    width: auto;
    display: grid;
    /* Fraction(fr) 단위 */
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
.lastest_contant_2 {
    width: 100%;
    height: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.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:600;
    font-size: 21px;
    color: #fff;
    padding-bottom: 10px;
}
.lastest_contant_2_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:bold;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    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: 15px;
    line-height: 16px;
    color: #fff;
    align-self: end;
}

.con_date {
    justify-content: start;
    display: flex;
    padding-top: 10px;
}


.arc_container_1 {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arc_news_con_1 {
    display: flex;
    width: calc(100% / 2 - 66px);
    padding: 15px;
}

.arc_contant_1 {
    width: 38%;
    height: 145px;
  /*  display: flex; */
    flex-wrap: wrap;
}
.arc_contant_1_1 {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    height: auto;
    align-content: flex-start;
}
.arc_contant_1 img {
    width:100%;
    height: 145px;
    object-fit: cover;
}
.arc_contant_1_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    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;
    width: 100%;
}
.arc_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:400;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 0px;
    height: 70px;
}
.arc_contant_1_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 12px;
    line-height: 14px;
    color: #A7A9AC;
    align-self: end;
}

.lastest_contant_3 {
    width: 100%;
    height: 100%;
    max-width: 500px;
    padding: 30px;
}

.lastest_contant_3_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:600;
    font-size: 21px;
    color: #fff;
    padding-bottom: 10px;
}
.lastest_contant_3_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 29px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 10px;
}
.lastest_contant_3_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_3_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    align-self: end;
}

.lastest_news_con_4 {

}
.lastest_contant_4_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #939598;
    padding-top: 22px;
    padding-bottom: 10px;
}
.lastest_contant_4_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.lastest_contant_4_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: #A7A9AC;
    align-self: end;
}

.lastest_contant_4 img {
    height: 215px;
    object-fit: cover;
}

/* 태블릿 */
@media all and (min-width:479px) and (max-width:1300px) {
    .swiper {
    height: 77%;
} 

.top_slide_section {
    height: 100vh;
}

.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 {
    width: 100%;
}
.page_title span {
    font-family: 'Geist', sans-serif;
    font-size: 60px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.page_sub_txt {
    width: 100%;
    align-self: end;
    padding-left: 0;
}
.page_sub_txt span {
    font-size: 17px;
    line-height: 23px;
    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-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 16px;
    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: 24px;
    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:300;
    font-size: 16px;
    line-height: 18px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 40px;
}
.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;
}
.content_top  {
    
}
.lastest_news_con_2 {
    display: block;
    width: auto;
    padding: 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-family: "Open Sans", sans-serif;
    font-weight:600;
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}
.lastest_contant_2_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:bold;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    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: 15px;
    line-height: 16px;
    color: #fff;
    align-self: end;
}



.arc_container_1 {
    width: auto;
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arc_news_con_1 {
    display: flex;
    width: auto;
    padding: 15px;
}

.arc_contant_1 {
    width: 38%;
}

.arc_contant_1_1 {
    width: 100%;
    height: 145px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.arc_contant_1 img {
    width:100%;
    height: 145px;
    object-fit: cover;
}
.arc_contant_1_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 10px;
    padding-bottom: 10px;
}
.arc_contant_1_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}
.arc_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:400;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    padding-left: 20px;
    padding-bottom: 0px;
    height: 70px;
}
.arc_contant_1_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 13px;
    line-height: 15px;
    color: #A7A9AC;
    align-self: end;
}
.lastest_news_con_4 {
    display: grid;
    width: 100%;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
.lastest_contant_4 {
    width: auto;
}

.lastest_contant_4_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #939598;
    padding-top: 22px;
    padding-bottom: 10px;
}
.lastest_contant_4_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    padding-bottom: 10px;
}

.lastest_contant_4_date {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: #A7A9AC;
    align-self: end;
}

.lastest_contant_4 img {
    height: 215px;
}
}

/* 모바일 */
@media all and (max-width:479px) {
    .swiper {
    height: 67%;
    margin-bottom: 30px;
} 

.top_slide_section {
    height: 100vh;
}

.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: 20px;
    line-height: 27px;
}
.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;
}
.page_title {
    width: 100%;
}
.page_title span {
    font-family: 'Geist', sans-serif;
    font-size: 44px;
    font-weight: bold;
    display: block;
    padding-bottom:20px;
}
.page_sub_txt {
    width: 100%;
    align-self: end;
    padding-left: 0;
}
.page_sub_txt span {
    font-size: 17px;
    line-height: 23px;
    color: #939598;
    padding-bottom: 5px;
    word-break: keep-all;
}

.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: 35px 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-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 15px;
    padding-left: 0px;
    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: 0px;
    padding-bottom: 10px;

}
.lastest_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    padding-left: 0px;
    padding-bottom: 0px;
}
.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: 0px;
    align-self: end;
}

.lastest_news_con_2 {
    display: flex;
    width: auto;
    padding-right: 0px;
    padding: 20px;
    margin-bottom: 20px;
}

.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-family: "Open Sans", sans-serif;
    font-weight:600;
    font-size: 21px;
    color: #fff;
    padding-bottom: 10px;
}
.lastest_contant_2_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:bold;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    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: 15px;
    line-height: 16px;
    color: #fff;
    align-self: end;
}

.arc_container_1 {
    width: auto;
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arc_news_con_1 {
    display: block;
    width: auto;
    padding: 15px;
}

.arc_contant_1 {
    width: 100%;
    height: auto;
}
.arc_contant_1_1 {
    width: 100%;
    height: auto;
    padding-left: 0px;
}
.arc_contant_1 img {
    width:100%;
    height: 254px;
    object-fit: cover;
}
.arc_contant_1_cate {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:500;
    font-size: 14px;
    color: #939598;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
}
.arc_contant_1_title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight:normal;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-left: 0px;
}
.arc_contant_1_txt {
    display: block;
    font-family: "Open Sans", sans-serif;
    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-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size: 13px;
    line-height: 15px;
    color: #A7A9AC;
    padding-left: 0px;
    align-self: end;
}
.content_top {
    grid-template-columns: 1fr;
}
.lastest_contant_3_title  {
    font-size: 23px;
    line-height: 29px;
}
.lastest_contant_3_cate  {
    font-size: 19px;
}
}