/*index.css*/
a {
    display: block;
}

img,
label {
    display: inline-block;
}

#content {
    width: 100%;
}

.inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ft_inner {
    width: 1200px;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
}

@media screen and (max-width: 1250px) {
    .ft_inner {
        width: 100%;
    }
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix::after {
    clear: both;
}

#wrapper {
    width: 100%;
}

#hd_pop,
#hd_wrapper,
#tnb ul,
#gnb .gnb_wrap,
#container_wr,
#ft_wr,
#container {
    width: 100%;
}

#hd,
#wrapper,
#ft {
    min-width: inherit;
}

#container {
    margin: 0;
    min-height: 700px;
}

#container_wr {
    margin: 0;
}

/*main visual S*/
.mv_wrap {
    position: relative;
}

.mv_wrap .mv_slide img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mv_title {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.mv_title .main_logo {
    padding-bottom: 60px;
}

.mv_title h2 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}

.mv_title p {
    padding-top: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.mv_btn {
    margin: 60px 0;
    width: 190px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mv_btn a {
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.mv_btn:hover {
    background: #817a6c;
    border: 1px solid #817a6c;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5%;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    background-color: #cccccc;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

/*main visual E*/

/*section1 S*/
#content .section1_bg {
    margin: 100px 0;
    background-image: url("../img/main/section_bg01.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
}

#content .section {
    padding: 0 20px;
}

#content .sect1 {
    overflow: hidden;
    padding: 45px 0;
}

.section1_bg .left_con {
    width: 30%;
    height: 432px;
    float: left;
}

.section1_bg .left_con>img {
    width: 100%;
}

.section1_bg .right_con {
    float: left;
    width: 40%;
    padding-right: 40px;
}

.section1_bg .right_title>h5 {
    font-size: 18px;
    color: #817a6c;
    line-height: 24px;
    padding: 15px 0;
}

.section1_bg .right_title>p {
    font-size: 36px;
    color: #333;
    line-height: 40px;
}

.section1_bg .right_title_eng>h5 {
    font-size: 18px;
    color: #817a6c;
    line-height: 24px;
    padding: 15px 0;
}

.section1_bg .right_title_eng>p {
    font-size: 32px;
    color: #333;
    line-height: 40px;
}

.section1_bg .right_text>p {
    font-size: 16px;
    color: #444;
    line-height: 25px;
    padding: 30px 0 20px;
}

.section1_bg .right_btn {
    width: 180px;
    height: 45px;
    margin: 30px 0;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #817a6c;
}

.section1_bg .right_btn:hover {
    border: 1px solid 817a6c;
    background: #817a6c;
}

.section1_bg .right_btn:hover a {
    color: #fff;
}

.section1_bg .right_btn a {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #817a6c;
}

.section1_bg .left_list {
    float: left;
    width: 30%;
    padding-left: 40px;
    padding-top: 0px;
}

.section1_bg .left_list .left_list_tit {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #817a6c;
}

.section1_bg .left_list li {
    padding: 20px 0;
    border-bottom: 1px solid #666;
}

.section1_bg .left_list li:last-child {
    border-bottom: 0;
}

.section1_bg .left_list li span {
    font-size: 17px;
    line-height: 24px;
}

/*section1 E*/

/*section2 S*/
.section2_bg {
    background-image: url("../img/main/section_bg02.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 750px;*/
    padding-bottom: 100px;
}

.section2_bg .sect2_title {
    padding: 80px 0;
}

.section2_bg .sect2_title>h5 {
    text-align: center;
    font-size: 18px;
    color: #817a6c;
    line-height: 40px;
}

.section2_bg .sect2_title>p {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #333;
}

.section2_bg .sect2_con {
    width: 100%;
    overflow: hidden;
}

.section2_bg .article {
    width: 24%;
    float: left;
    margin-right: 1%;
    position: relative;
}

.section2_bg .article>img {
    width: 100%;
}

.section2_bg .article .plus_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 46, 39, 0.5);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.5s;
    background-image: url(../img/main/main_line.png);
    background-size: 11px 130px;
    background-position: 20px bottom;
    background-repeat: no-repeat;
}

.section2_bg .article:hover .plus_bg {
    opacity: 1;
}

.section2_bg .sect2_plus_txt {
    padding-left: 50px;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 47px;
}

.section2_bg .sect2_plus_txt .sect2_plus_tit {
    position: relative;
    margin-top: 50px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

.section2_bg .sect2_plus_txt .sect2_plus_tit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
}

.section2_bg .sect2_plus_txt .sect2_plus_info {
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
}

.section2_bg .sect2_plus_txt .sect2_plus_info span {
    font-family: "Chosunilbo_myungjo", sans-serif;
}

.section2_bg .sect2_plus_txt .sect2_plus_more a {
    border: 1px solid #fff;
    padding: 5px 5px;
    width: 80px !important;
}

.section2_bg .sect2_plus_txt .sect2_plus_more a.eng {
    width: 110px !important;
}

/*section2 E*/

/*section3 S*/
.atProgram .atp-detail {
    width: 100%;
    background: #dbdadf;
}

.atProgram .atp-detail .atp-desc-wrap {
    text-align: left;
    padding: 60px 30px 60px 0;
}

.atProgram .atp-detail .main_inner {
    width: 100%;
    backdrop-filter: blur(1px) brightness(0.96);
}

.atProgram .left_title>h5 {
    font-size: 18px;
    color: #817a6c;
    line-height: 24px;
    padding-bottom: 15px;
}

.atProgram .left_title>p {
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
    line-height: 3.5rem;
}

.atProgram .left_text>p {
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    padding: 40px 0 20px;
}

.atProgram .left_btn {
    width: 180px;
    height: 45px;
    margin: 40px 0;
    background: #fff;
    padding: 8px 0px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #fff;
}

.atProgram .left_btn:hover {
    /*border: 1px solid #fff;*/
    background: #817a6c;
}

.atProgram .left_btn:hover a {
    color: #fff;
}

.atProgram .left_btn>a {
    color: #817a6c;
    line-height: 30px;
    font-size: 18px;
}

.atProgram .atp-detail .atp-desc-wrap {
    width: 100%;
    padding: 40px;
}

.atProgram .atp-detail .atp-desc-wrap .main_shop_line {
    border: 2px solid #fff;
}

.atProgram .atp-detail {
    background-image: url("../img/main/model03.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.atProgram .left_con {
    width: 100%;
    padding: 100px 0 100px 40px;
}

.atProgram .left_btn {
    margin: 25px 0px;
}

.sect3_txt {
    float: left;
    width: 50%;
}

.sect3_img {
    /*float: left; width: 50%;*/
    position: absolute;
    right: 100px;
    top: 80px;
}

.sect3_box {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.sect3_box img {
    width: 150px;
}

.sect3_box .sect3_icon_desc {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    color: #fff;
}

/*section3 E*/

/*section4 S*/
.section4 {
    padding-bottom: 120px;
    padding-right: 40px;
    padding-left: 40px;
}

.section4 .sect4_title {
    padding: 80px 0;
}

.section4 .sect4_title>h5 {
    text-align: center;
    font-size: 18px;
    color: #817a6c;
    line-height: 40px;
}

.section4 .sect4_title>p {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #333;
}

.section4 .latest_wr {
    width: 100%;
}

.section4 .latest_wr .latest_line {
    float: left;
    width: 1px;
    height: 475px;
    background: #ccc;
    margin: 0 4%;
}

.section4 .latest_wr .noticed {
    width: 45%;
    float: left;
    padding: 0;
}

.section4 .latest_wr .qa {
    width: 45%;
    float: left;
}

.lat {
    margin: 0;
    border: none;
}

.lat .lat_title {
    border-bottom: 2px solid #ccc;
    overflow: hidden;
}

.lat .lat_title a {
    color: #333;
    font-weight: 400;
    font-size: 32px;
    float: left;
}

.lat .lat_title a:after {
    display: none;
}

*/ .latest-zinex {
    border: none;
}

.latest-zinex li {
    margin: 0;
}

.latest-zinex li .img {
    position: static;
    float: left;
    width: 50%;
}

.latest-zinex li .article .title {
    white-space: inherit;
}

.latest-zinex li .article .title a {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
}

.lat_title p {
    font-size: 18px;
    color: #888;
    float: right;
    padding: 0 10px;
}

.lat li {
    padding-top: 20px;
}

.lat .z2li {
    padding-top: 0px;
}

.lat li .new_icon {
    display: none;
}

.lat li a {
    width: 100%;
}

.lat_title p {
    line-height: 60px;
}

.latest-zinex {
    padding-top: 5px;
    border: none;
}

.latest-zinex li .article {
    float: right;
    width: 48%;
    margin-left: 0;
    min-height: inherit;
}

.latest-zinex li .article .co {
    padding: 10px 0;
}

.latest-zinex li .article .co a {
    height: 100%;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    height: 3.6em;
    -webkit-line-clamp: 3;
}

.z2art {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
}

.lat .lat_title .lt_more {
    float: right;
    margin-top: 10px;
}

.lat .lat_title .lt_moree {
    float: right;
}

.lat_title .plus {
    font-size: 16px;
    color: #999;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 38px;
}

.latest-zinex li .z2art {
    width: 100%;
    padding: 10px 0;
}

.ell {}

.news_media {
    position: relative;
}

.pic_lt .lt_more {
    top: -35px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
}

/*section4 E*/

/*section5 S*/
.s5-1 {
    display: none;
}

.s5-2 {
    display: block;
}

.section5_bg {
    width: 100%;
    background-image: url("../img/main/news_bg01.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.section5_bg .sect5_title {
    padding: 70px 0;
}

.section5_bg .sect5_title>h5 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.section5_bg .sect5_title>p {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.section5_bg .pic_lt {
    position: inherit;
    margin: 0;
    overflow: inherit;
    border: none;
    background: none;
}

.section5_bg .pic_lt .lat_title {
    display: none;
}

.section5_bg .pic_lt ul {
    padding: 0;
    overflow: hidden;
}

.section5_bg .pic_lt li {
    padding: 0;
    float: left;
    width: 31.33%;
    margin: 0 1%;
    background-color: #fff;
}

.section5_bg .pic_lt li:hover a {
    color: #817a6c;
}

.section5_bg .pic_lt li:hover .gt a {
    color: #333;
}

.section5_bg .pic_lt li a {
    padding: 0;
    margin-left: 20px;
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 60px;
}

.section5_bg .pic_lt li .gt {
    padding: 20px;
    padding-top: 0;
    height: 125px;
}

.section5_bg .pic_lt li .gt a {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin: 0;
}

.section5_bg .pic_lt li .lt_img {
    margin: 0;
}

.section5_bg .pic_lt img {
    margin: 0;
}

.section5_bg .pic_lt .new_icon {
    display: none;
}

.section5_bg .pic_lt .lt_date {
    display: none;
}

.sect5 .sect5_slide {
    display: none;
}

/*section5 E*/

@media screen and (max-width: 1900px) {
    .atProgram .atp-figure-wrap {
        overflow: hidden;
        position: relative;
        height: 500px;
    }

    .atProgram .atp-figure-wrap img {
        width: auto;
        height: 500px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 1300px) {
    .atProgram .atp-figure-wrap {
        overflow: hidden;
        position: relative;
        height: 600px;
    }

    .atProgram .atp-figure-wrap img {
        width: auto;
        height: 600px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 1199px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }

    .mv_wrap .mv_slide img {
        height: 100%;
    }

    .mv_title h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .mv_title p {
        font-size: 20px;
    }

    .latest-zinex li .z2art {
        margin-left: 0 !important;
    }

    .latest-zinex li span.img {
        width: 200px !important;
        height: 165px !important;
    }

    .latest-zinex li .article .title a {
        font-size: 20px;
        line-height: 22px;
    }

    .section1_bg .right_title>h5 {
        font-size: 16px;
    }

    .section1_bg .right_text>p {
        line-height: 22px;
    }

    .section1_bg .right_title>p {
        font-size: 32px;
    }

    .section2_bg .sect2_title>h5 {
        font-size: 16px;
    }

    .section2_bg .sect2_title>p {
        font-size: 32px;
    }

    .atProgram .left_title>h5 {
        font-size: 16px;
    }

    .atProgram .left_title>p {
        font-size: 32px;
    }

    .section4 .sect4_title>h5 {
        font-size: 16px;
    }

    .section4 .sect4_title>p {
        font-size: 32px;
    }

    .section5_bg .sect5_title>h5 {
        font-size: 16px;
    }

    .section5_bg .sect5_title>p {
        font-size: 32px;
    }

    .lat .lat_title a {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    #content .section1_bg {
        background-image: none;
        height: auto;
    }

    .section1_bg .right_con {
        width: 100%;
        padding: 0;
    }

    .section1_bg .left_con {
        width: 60%;
        overflow: hidden;
    }

    .section1_bg .left_list {
        width: 40%;
    }

    .section1_bg .right_btn {
        margin: 20px 0;
    }
}

@media screen and (max-width: 980px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }

    .mv_wrap {
        height: 700px;
    }

    .mv_title h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .mv_title p {
        font-size: 18px;
    }

    #content .section1_bg {
        margin: 80px 0;
    }

    #content .sect1 {
        padding: 0;
    }

    .section2_bg {
        height: auto;
        padding-bottom: 100px;
    }

    .section2_bg .article {
        height: inherit;
    }

    .sect3_txt {
        width: 100%;
    }

    .sect3_img {
        width: 100%;
    }

    .latest-zinex li .article .co {
        padding: 20px 0;
    }

    .latest-zinex li .article .co a {
        font-size: 16px;
        line-height: 28px;
    }

    .latest-zinex li .article .title a {
        font-size: 25px;
        line-height: 40px;
    }

    .latest-zinex li .article .title a {
        font-size: 26px;
    }

    .section4 .latest_wr .latest_line {
        display: none;
    }

    .section4 .latest_wr .noticed {
        width: 100%;
        padding-bottom: 70px;
    }

    .section4 .latest_wr .qa {
        width: 100%;
        padding-bottom: 70px;
    }

    .latest-zinex li .article {
        float: left;
        margin-left: 2%;
    }

    .latest-zinex li .article .co {
        padding: 25px 0;
    }

    .latest-zinex li .article .co a {
        font-size: 20px;
        line-height: 30px;
    }

    .latest-zinex li .article .title a {
        font-size: 30px;
        line-height: 40px;
    }

    .section4 {
        padding: 0;
    }

    .latest-zinex li .z2art {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .latest-zinex li .article .title a {
        font-size: 22px;
        line-height: 30px;
    }

    .latest-zinex li .article .co a {
        font-size: 14px;
        line-height: 20px;
    }

    .lat_title p {
        line-height: 50px;
    }

    .latest-zinex li span.img {
        width: 300px !important;
        height: 220px !important;
    }

    .latest-zinex li .z2art {
        margin-left: 0 !important;
    }

    .lat .lat_title {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 900px) {
    .section2_bg .article {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }

    .section2_bg .article {
        margin-bottom: 2%;
    }

    /*
    .atProgram .atp-detail .atp-figure-wrap{display: none;}
    .atProgram .atp-detail .atp-desc-wrap{width: 100%; padding: 40px;}
    .atProgram .atp-detail{background-image: url(../img/main/gallery_img02.png); width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
    .atProgram .left_con{width: 100%;}
    .atProgram .left_btn{margin: 25px 0;}
*/
}

@media screen and (max-width: 870px) {
    .section5_bg .pic_lt li:nth-child(1) .gt {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .mv_title p {
        word-break: keep-all;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mv_title p>br {
        display: none;
    }

    #content .section1_bg {
        margin: 30px 0;
    }

    .section1_bg .left_con {
        width: 50%;
    }

    .section1_bg .left_list {
        width: 50%;
        padding-top: 0;
        padding-left: 20px;
    }

    .section1_bg .left_list .left_list_tit {
        margin-bottom: 10px;
    }

    .section1_bg .left_list li span {
        font-size: 16px;
        line-height: 20px;
    }

    .section1_bg .right_title>p {
        font-size: 32px;
    }

    .section1_bg .right_title>h5 {
        font-size: 15px;
    }

    .section1_bg .right_text>p {
        font-size: 18px;
        line-height: 28px;
        padding: 28px 0;
    }

    .section1_bg .right_btn {
        margin: 17px 0;
    }

    .sect3_box img {
        width: 100px;
    }

    .latest-zinex li .article {
        float: right;
    }

    .section5_bg .pic_lt li:nth-child(1) {
        width: 80%;
        margin: 0 10%;
        margin-bottom: 2%;
    }

    .section5_bg .pic_lt li:nth-child(2) {
        width: 49%;
        margin: 0;
        margin-right: 1%;
    }

    .section5_bg .pic_lt li:nth-child(3) {
        width: 49%;
        margin: 0;
        margin-left: 1%;
    }
}

@media screen and (max-width: 610px) {
    .section1_bg .left_con {
        width: 100%;
        float: none;
        height: 420px;
    }

    .section1_bg .left_list {
        width: 100%;
        padding: 35px 0;
    }

    .section1_bg .left_list li {
        padding: 20px 5px;
    }

    .section2_bg .article .plus_bg {
        opacity: 1;
    }

    .latest-zinex li span.img {
        width: 270px !important;
        height: 180px !important;
    }

    .latest-zinex li .article .title a {
        font-size: 20px;
        line-height: 25px;
    }

    .latest-zinex li .article .co a {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 525px) {
    .latest-zinex li span.img {
        width: 235px !important;
        height: 180px !important;
    }

    .latest-zinex li .article .title a {
        font-size: 20px;
        line-height: 25px;
    }

    .latest-zinex li .article .co a {
        font-size: 13px;
        line-height: 20px;
    }

    .latest-zinex li .article .co {
        padding: 12px 0;
    }
}

@media screen and (max-width: 600px) {
    .mv_title h2 {
        font-size: 36px;
        line-height: 35px;
        padding: 0 10px;
    }

    .mv_title p {
        font-size: 16px;
        line-height: 25px;
    }

    .mv_wrap .mv_slide img {
        -webkit-transform: translateX(-56%);
        -ms-transform: translateX(-56%);
        transform: translateX(-56%);
    }

    #content .section1_bg {
        margin-bottom: 60px;
    }

    .section1_bg .right_title>p {
        font-size: 28px;
        line-height: 20px;
    }

    .section1_bg .right_title>h5 {
        font-size: 15px;
    }

    .section1_bg .right_text>p {
        font-size: 16px;
        line-height: 20px;
        padding: 28px 0;
    }

    .latest-zinex li .article .title a {
        font-size: 18px;
        line-height: 25px;
    }

    .latest-zinex li .article .co a {
        font-size: 12px;
        line-height: 20px;
    }

    .section1_bg .left_con {
        height: auto;
    }

    .atProgram .atp-detail .atp-desc-wrap {
        padding: 30px 10px;
    }

    .atProgram .left_btn {
        margin: 10px 0;
    }

    .section2_bg .sect2_title>h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .section2_bg .sect2_title>p {
        font-size: 28px;
        line-height: 30px;
    }

    .atProgram .left_title>h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .atProgram .left_title>p {
        font-size: 28px;
        line-height: 30px;
    }

    .atProgram .left_text>p {
        font-size: 15px;
    }

    .section4 .sect4_title>h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .section4 .sect4_title>p {
        font-size: 28px;
        line-height: 30px;
    }

    .lat .lat_title a {
        font-size: 28px;
    }

    .lat_title p {
        line-height: 52px;
        font-size: 16px;
    }

    .section4 .latest_wr .noticed {
        padding-bottom: 70px;
    }

    .section5_bg .sect5_title>h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .section5_bg .sect5_title>p {
        font-size: 28px;
        line-height: 30px;
    }

    .section5_bg .pic_lt li:nth-child(1) {
        width: 100%;
        margin: 0;
    }

    .section5_bg .pic_lt li:nth-child(2) {
        width: 100%;
        margin: 0;
        margin-top: 2%;
    }

    .section5_bg .pic_lt li:nth-child(3) {
        width: 100%;
        margin: 0;
        margin-top: 2%;
    }

    .latest-zinex li .article .title a {
        font-size: 20px;
        line-height: 25px;
    }

    .latest-zinex li .article .co a {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 480px) {
    .mv_wrap {
        height: 500px;
    }

    .mv_title p {
        font-size: 13px;
        line-height: 20px;
    }

    .mv_btn {
        width: 125px;
        margin: 25px 0;
    }

    .mv_btn a {
        font-size: 12px;
    }

    .section1_bg .right_title>p {
        font-size: 25px;
        word-break: keep-all;
        line-height: 25px;
    }

    .section1_bg .right_title>h5 {
        font-size: 13px;
        padding: 5px 0;
    }

    .section1_bg .right_text>p {
        font-size: 13px;
        line-height: 28px;
        padding: 22px 0;
    }

    .section1_bg .right_text>p>br {
        display: none;
        word-break: keep-all;
    }

    .section1_bg .right_btn {
        width: 115px;
        margin: 8px 0;
        padding: 8px 0;
        height: 35px;
    }

    .section1_bg .right_btn a {
        font-size: 13px;
    }

    /*    .section2_bg .article{width: 100%; margin: 0; margin-bottom: 4%;}*/
    /*    .section2_bg .article:nth-child(1){margin-bottom: 4%;}*/
    /*    .section2_bg .article:nth-child(2){margin-bottom: 4%;}*/
    .section2_bg .sect2_title {
        padding: 50px 0;
    }

    .section2_bg .sect2_title>h5 {
        font-size: 13px;
        line-height: 30px;
    }

    .section2_bg .sect2_title>p {
        font-size: 25px;
        line-height: 30px;
    }

    .section2_bg .article {
        margin: 2% auto;
        width: 90%;
        float: none;
    }

    .atProgram .left_title>h5 {
        font-size: 13px;
    }

    .atProgram .left_title>p {
        font-size: 25px;
        line-height: 25px;
    }

    .atProgram .left_text>p {
        font-size: 14px;
        padding: 30px 0;
        line-height: 20px;
        text-align: center;
    }

    .atProgram .left_btn {
        width: 115px;
        height: 35px;
        margin: 10px auto;
    }

    .atProgram .left_btn a {
        line-height: 18px;
        font-size: 13px;
    }

    .sect3_box {
        display: block;
        margin: 0 auto;
    }

    .atProgram .left_title {
        text-align: center;
    }

    .atProgram .left_text>p br {
        display: none;
    }

    .latest-zinex li .img {
        width: 100%;
    }

    .section4 .sect4_title>h5 {
        font-size: 13px;
        line-height: 30px;
    }

    .section4 .sect4_title>p {
        font-size: 25px;
        line-height: 30px;
    }

    .lat .lat_title a {
        font-size: 20px;
    }

    .lat_title p {
        font-size: 13px;
    }

    .lat_title p {
        line-height: 37px;
    }

    .lat_title .plus {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }

    .latest-zinex li .article .title a {
        font-size: 18px;
        line-height: 25px;
        word-break: keep-all;
    }

    .latest-zinex li .article .co a {
        font-size: 12px;
        line-height: 20px;
    }

    .latest-zinex li .article .co {
        padding: 16px 0;
    }

    .section5_bg .sect5_title>h5 {
        font-size: 13px;
        line-height: 30px;
    }

    .section5_bg .sect5_title>p {
        font-size: 25px;
        line-height: 30px;
        word-break: keep-all;
    }

    .s5-1 {
        display: block;
    }

    .s5-2 {
        display: none;
    }

    .section1_bg .right_text>p {
        line-height: 20px;
    }

    .section1_bg .right_btn a {
        line-height: 20px;
    }

    .latest-zinex li .article {
        width: 100%;
        margin-left: 0 !important;
    }

    .latest-zinex li .article .title a {
        font-size: 16px;
    }

    .pic_lt .lt_more {
        width: auto;
    }
}

@media screen and (max-width: 360px) {
    .mv_wrap {
        height: 420px;
    }

    .mv_wrap .mv_slide img {
        -webkit-transform: translateX(-58%);
        -ms-transform: translateX(-58%);
        transform: translateX(-58%);
    }

    .section1_bg .right_btn {
        width: 115px;
        margin: 8px 0;
        padding: 8px 0;
        height: 35px;
    }

    .section2_bg {
        padding-bottom: 50px;
    }

    .latest-zinex li .article .co {
        padding: 7px 0;
    }

    .lat_title p {
        padding: 0 5px;
    }
}