@import url("layout.css");
@import url("font.css");

/*--== USER ==--*/
.user_editor {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static !important;
}

.user_editor table {
    width: 100% !important;
    border: solid 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

.user_editor tbody,
.user_editor tfoot,
.user_editor thead,
.user_editor tr,
.user_editor th,
.user_editor td {
    border: solid 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 15px;
}

.user_editor img {
    max-width: 100% !important;
}

.user_editor ul {
    list-style: disc;
    padding-left: 28px;
}

.user_editor ol {
    list-style-type: decimal;
    padding-left: 28px;
}

/*--== GO TOP ==--*/
#gotop {
    width: 35px;
    height: 70px;
    float: left;
    position: fixed;
    bottom: 445px;
    right: 30px;
    background-image: url("../images/icon/top.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0%;
    display: none;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

/*--==MOBILE==--*/
.mobile-nav.show>ul>li>a.mobile_tit {
    width: calc(100% - 40px);
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.mobile_list {
    width: 55px;
    height: 56px;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #f1f1f1;
}

.mobile_list::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30%;
    right: 30%;
    background-image: url(../images/icon/arrow_icon.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile_list02 {
    width: auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #333333;
    padding: 15px;
}

.mobile_list02::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    background-image: url(../images/icon/arrow_icon.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.menu li {
    width: 100%;
    float: left;
}

.menu a {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 14px 30px;
    text-align: left;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ffffff;
}

.menu02 li {
    width: 100%;
    float: left;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
}

.mobile_list_menu {
    width: 100%;
    float: left;
    background-color: #c30e2e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 8px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
    display: none;
}

.mobile_list_menu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 6px;
    background-image: url("../images/icon/mobile_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.mobilemenu {
    width: 100%;
    float: left;
}

.menu a.mobil_r {
    color: #fff;
    background-color: #c30e2e;
    font-size: 16px;
}

/*hamburger menu*/
.hamburger-menu {
    z-index: 99999999;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border: 1px solid #86bcaa;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: inherit;
}

.bar,
.bar:after,
.bar:before {
    width: 20px;
    height: 2px;
    float: left;
    ;
}

.bar {
    position: relative;
    transform: translateY(25px);
    background-color: #1f4135;
    transition: all 0ms 300ms;
    top: -5px;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background-color: #1f4135;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #1f4135;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

/*nav menu*/
.show {
    right: 0%;
    opacity: 1;
    transition: .3s ease;
}

.hide {
    opacity: 0;
    right: 100%;
    transition: .3s ease;
}

.mobile-nav {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: auto;
    transition: .3s ease;
    z-index: 99;
    /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}

.mobile-nav>ul {
    position: relative;
    list-style: none;
    width: 100%;
    float: left;
}

.mobile-nav>ul>li {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-nav>ul>li>a {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #555555;
    opacity: 0;
    width: 100%;
    float: left;
    transition: opacity .9s ease-in-out;
}

.mobile-nav.show>ul>li>a,
.mobile-nav.hide>ul>li>a {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    width: 100%;
    float: left;
    padding: 18px 20px;
    border-bottom: 1px solid #f1f1f1;
    opacity: 1;
}

.mobile {
    display: none;
}

.mobile_link {
    width: 100%;
    float: left;
    position: relative;
    top: 20%;
    margin: 20px 0;
    padding: 30px 0;
}

.mobile_link>ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_link>ul a {
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Microsoft JhengHei";
    color: #333333;
    margin: 0 15px;
    float: left;
}

.mobile_list_menu {
    width: 100%;
    float: left;
    background-color: #c30e2e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 8px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
    display: none;
}

.mobile_list_menu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 6px;
    background-image: url("../images/icon/mobile_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.mobilemenu {
    width: 100%;
    float: left;
}

.menu a.mobil_r {
    color: #fff;
    background-color: #c30e2e;
    font-size: 16px;
}

.hea_m,
.hea_m2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 80px;
}

.hea_m>ul,
.hea_m2>ul {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.hea_m2 {
    display: none;
}

.hea_hot,
.hea_hot2 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.hea_hot2 {
    justify-content: flex-start;
    line-height: 20px;
}

.hea_hot>div,
.hea_hot2>div {
    color: #999;
}

.hea_hot>a,
.hea_hot2>a {
    width: calc(100% / 2 - 2px);
    color: #fff;
    background-color: #4d796a;
    margin: 0 1px 1px 1px;
    padding: 8px 0;
    text-align: center;
}

.hea_hot>a:hover,
.hea_hot2>a:hover {
    color: #000;
}

.mobile_lang {
    width: calc(100% - 40px);
    float: left;
    margin: 20px;
    border: 1px solid #4d796a;
    border-radius: 20px;
}

.mobile_lang>a {
    width: calc(100% / 2);
    float: left;
    border-radius: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
}

.mobile_lang>a.active {
    background-color: #4d796a;
    color: #fff;
}

/*--==UNIT==--*/
.unit_banner_all {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 179px;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}

.unit_tit_box {
    width: 20%;
    position: relative;
    float: left;
}

.banner_bg,
.banner_bg>img {
    width: 100%;
    float: left;
}

.unit_banner_tit {
    width: auto;
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    z-index: 2;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    color: #1f4135;
    display: inline-flex;
    justify-self: start;
    flex-direction: column;
}

.unit_banner_tit>small {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #333;
    margin-top: 8px;
    /*margin-left: 10px;*/
}

.unit_banner {
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
    z-index: 1;
    overflow: hidden;
}

.unit_banner>img {
    width: 100%;
    float: left;
}

.unit_bra_bg {
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
}

.unit_bra_all {
    width: 100%;
    float: left;
}

.unit_bra_all>ul {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.unit_bra_all>ul>li {
    width: auto;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.ma {
    margin: 0 5px;
}

.unit_bra_all>ul>li>a {
    color: #333;
    transition: all 0.3s ease-out;
}

.unit_bra_all>ul>li>a:hover {
    color: #4d796a;
    transition: all 0.3s ease-out;
}

.new_main {
    width: 100%;
    float: right;
    margin: 65px 0;
}

.unit_right {
    width: 280px;
    float: right;
}

.search_box,
.search_box2 {
    width: 100%;
    height: 35px;
    padding: 0 0 0 8px;
    border: 1px solid #f5f5f5;
    border-radius: 0 15px 0 15px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
}

.search_box:hover {
    background-color: #e8f4f0;
    border: 1px solid #4d796a;
}

.search_inp {
    width: calc(100% - 35px);
    float: left;
    border: none;
    background-color: inherit;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.search_submit {
    width: 35px;
    height: 35px;
    float: left;
    border: none;
    background: rgba(255, 255, 255, 0.0);
    background-image: url("../images/icon/search.svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.unit_list {
    width: 100%;
    float: left;
}

.unit_list_box {
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.list_title,
.unit_list_1,
.unit_list_2 {
    width: 100%;
    float: left;
}

.list_title>a {
    width: 100%;
    float: left;
    border-bottom: 1px solid #4d796a;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    background-color: #e8f4f0;
    color: #4d796a;
    padding: 8px 16px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.list_title.active {
    padding: 8px 16px;
    width: 100%;
    float: left;
    background-color: #4d796a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #4d796a;
}

.list_title.active>a {
    color: #fff;
        padding: 0;
    background: #4d796a;

}

.list_title>a:hover {
    background-color: #4d796a;
    color: #fff;
    /*padding: 8px 16px;*/
    border-bottom: 1px solid #4d796a;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.unit_list_1>a {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px 8px 30px;
    border-bottom: 1px solid #ccc;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.unit_list_1>a:hover {
    color: #000;
    border-bottom: 1px solid #4d796a;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.unit_list_2>a {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f9f9f9;
    color: #555;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px 8px 40px;
    border-bottom: 1px solid #ccc;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.unit_list_2>a:hover {
    color: #000;
    border-bottom: 1px solid #4d796a;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.unit_list_1>a::before,
.unit_list_2>a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 14px;
    background-image: url("../images/icon/list_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.unit_list_1>a::before {
    left: 15px;
}

.unit_list_2>a::before {
    left: 25px;
}

.unit_left {
    width: calc(100% - 280px);
    float: left;
    padding-right: 30px;
}

.pagination_box {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}

.pagination_box>.active {
    background-color: #4d796a;
    color: #ffffff;
}

.pagination_box>a {
    width: auto;
    padding: 5px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 15px; */
    background-color: #f1f1f1;
    margin: 0px 5px;
    font-family: "Arial";
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    border-radius: 50%;
}

.pagination_box>a:hover {
    background-color: #4d796a;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.page_but_box {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 0 25px 0;
}

.back_but {
    width: auto;
    float: left;
    margin: 0 5px;
    padding: 6px 50px;
    font-family: "Arial";
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-radius: 0;
    transition: all .4s;
    background-color: #f1f1f1;
    border: 1px solid #e4e4e4;
    letter-spacing: 2px;
}

.back_but:hover {
    background-color: #4d796a;
    border: 1px solid #4d796a;
    color: #fff;
    transition: all .4s;
}

/*--==MOBILE==--*/
.mobile_list_menu {
    width: 100%;
    float: left;
    background-color: #4d796a;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 8px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
    display: none;
}

.mobile_list_menu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 6px;
    background-image: url("../images/icon/mobile_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*--==HEADER==--*/
.header {
    width: 100%;
    height: 179px;
    float: left;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    transition: all .3s ease-out;
    z-index: 999;
}

.navFixed {
    height: 145px;
    z-index: 10;
    position: fixed;
    top: -15px;
    left: 0;
    margin-top: 0;
    width: 100%;
    transition: all .3s ease-out;
}

/*--==HEADER==--*/
.header_top {
    width: 100%;
    float: left;
    padding: 20px 60px 20px 45px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 5px solid #a6bbb4;
    transition: all .3s ease-out;
}

.header_top>.logo {
    width: 385px;
    float: left;
    transition: all .3s ease-out;
}

.header_top>.logo.sma {
    width: 300px;
    transition: all .5s ease-out;
}

.header_top.move_up {
    padding: 5px 60px 5px 45px;
    transition: all .5s ease-out;
}

.header_top>.logo>img {
    width: 100%;
    float: left;
}

.header_top>.top {
    width: auto;
    float: left;
    display: flex; justify-content: flex-end; align-items: center;
}

.header_top>.top>a {
    width: auto;
    float: left;
    padding: 0 15px;
    font-size: 15px;
    line-height: 15px;
    color: #4d796a;
    border-right: 1px solid #4d796a;
}

.header_top>.top>a:last-of-type {
    border-right: 0;
}

.lang_box {
    width: 105px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.lang_box>.lang {
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 16px;
    color: #4d796a;
    padding: 10px 35px;
    border-radius: 25px;
    border: 1px solid #4d796a;
}

.lang_box>.lang::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 15px;
    background-image: url("../images/icon/lang.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.lang_box>.lang::after {
    content: "";
    width: 10px;
    height: 8px;
    position: absolute;
    top: 14px;
    right: 15px;
    background-image: url("../images/icon/lang_arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.lang_box>.drop {
    width: 100%;
    position: absolute;
    float: left;
    top: 42px;
    left: 0;
    border: 1px solid #4d796a;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
}

.lang_box:hover .drop {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
    -moz-animation: fadeInUp 0.3s ease;
    -ms-animation: fadeInUp 0.3s ease;
}

.lang_box>.drop>a {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 15px;
    color: #4d796a;
    padding: 8px 0;
    border-bottom: 1px solid #4d796a;
    text-align: center;
    background-color: #fff;
}

.lang_box>.drop>a:last-of-type {
    border-bottom: 0;
}

.lang_box>.drop>a.active,
.lang_box>.drop>a:hover {
    background-color: #e8f4f0;
}

.hea_nav {
    width: 100%;
    position: relative;
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4d796a;
    padding: 20px 0;
    z-index: 1;
}

.hea_nav>a {
    width: auto;
    float: left;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    margin: 0 25px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.hea_nav>a:hover {
    color: #e8f4f0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

/*--==INDEX==--*/
.ind_banner_all {
    width: 100%;
    float: left;
    margin-top: 179px;
}

.ind_banner_box,
.ind_banner,
.ind_banner img {
    width: 100%;
    float: left;
}

.ind_banner_box {
    position: relative;
}

.ind_anno {
    width: 100%;
    float: left;
    padding: 24px 0 10px 0;
    border-bottom: 1px solid #cccccc;
}

.ind_anno_box {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ind_anno_ic {
    width: 85px;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 30px;
    background-color: #f46800;
}

.ind_anno_link {
    width: calc(100% - 115px);
    height: 105px;
    position: relative;
    float: left;
    padding-right: 30px;
    margin: 0 0 0 30px;
}

.ind_anno_tb {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.ind_anno_tb>.date {
    width: auto;
    float: left;
    font-size: 18px;
    line-height: 18px;
    color: #999;
    margin-right: 14px;
}

.ind_anno_tb>.title {
    width: calc(100% - 115px);
    height: 18px;
    float: left;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.ind_anno_tb:hover.ind_anno_tb>.title {
    color: #4d796a;
}

.ind_box_all {
    width: 100%;
    float: left;
    margin: 80px 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ind_new_box {
    width: 760px;
    float: left;
}

.ind_new_box>.title {
    width: auto;
    float: left;
    font-size: 38px;
    line-height: 40px;
    color: #158e66;
    margin-bottom: 30px;
}

.ind_n_tab {
    width: 100%;
    float: left;
}

.ind_tab_all {
    width: 100%;
    float: left;
    overflow: hidden;
}

.tablink {
    width: calc(100% / 5);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 0;
    transition: 0.3s;
    font-size: 18px;
    text-align: center;
    color: #666;
    background-color: #e7f4ef;
    border-top: 2px solid #e7f4ef;
}

/* Change background color of buttons on hover */
.tablink:hover {
    background-color: #fff;
    border-top: 2px solid #158e66;
}

/* Create an active/current tablink class */
.tablink.active {
    background-color: #fff;
    border-top: 2px solid #158e66;
}

/* Style the tab content */
.tabcontent2 {
    width: 100%;
    float: left;
    display: none;
    padding: 20px 0;
    border-top: none;
}

.ind_n_cont {
    width: 100%;
    float: left;
    padding: 20px 15px;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_n_cont:nth-child(even) {
    background-color: #fafafa;
}

.ind_n_cont>.type {
    width: 105px;
    float: left;
    font-size: 17px;
    line-height: 17px;
    color: #009966;
}

.ind_n_cont>.title {
    width: calc(100% - 205px);
    height: 17px;
    overflow: hidden;
    float: left;
    font-size: 17px;
    line-height: 17px;
    color: #000;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ind_n_cont>.date {
    width: 100px;
    float: left;
    font-size: 17px;
    line-height: 17px;
    color: #a6bbb4;
}

.ind_n_cont:hover.ind_n_cont>.title {
    color: #4d796a;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_unit_link {
    width: 180px;
    float: right;
    position: relative;
    padding: 12px 40px 12px 75px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    border-radius: 30px;
    border: 1px solid #ccc;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_unit_link::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 45px;
    background-image: url("../images/icon/ind_link_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.ind_unit_link:hover {
    color: #fff;
    background-color: #4d796a;
    border: 1px solid #4d796a;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_unit_link:hover::before {
    background-image: url("../images/icon/ind_link_icon_w.svg");
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_n_right {
    width: 400px;
    float: left;
    position: relative;
    border: 1px solid #72b098;
    padding: 28px 22px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ind_n_right::before {
    content: "";
    width: 40px;
    height: 45px;
    position: absolute;
    top: -24px;
    left: 50%;
    background-image: url("../images/icon/ground_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.ind_gro_poto,
.ind_gro_poto>img {
    width: 100%;
    float: left;
}

.ind_gro_tit {
    width: 100%;
    position: relative;
    font-size: 38px;
    line-height: 38px;
    color: #148e65;
    text-align: center;
    padding: 45px 0;
}

.ind_gro_tit::after {
    content: "";
    width: 36px;
    height: 1px;
    position: absolute;
    background-color: #79b200;
    bottom: 18px;
    left: calc(50% - 18px);
}

.ind_gro_text {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    padding: 15px 15px 30px 15px;
    text-align: center;
}

.ind_gro_link {
    width: 80%;
    float: left;
    padding: 18px 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0ce00+0,79b200+100 */
    background: #a0ce00;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a0ce00 0%, #79b200 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a0ce00 0%, #79b200 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a0ce00 0%, #79b200 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0ce00', endColorstr='#79b200', GradientType=1);
    /* IE6-9 */
}

.ind_gro_link:hover {
    background: #79b200;
    /* Old browsers */
    background: -moz-linear-gradient(left, #79b200 0%, #a0ce00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #79b200 0%, #a0ce00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #79b200 0%, #a0ce00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79b200', endColorstr='#a0ce00', GradientType=1);
    /* IE6-9 */
}

.ind_acti_all {
    width: 100%;
    position: relative;
    float: left;
}

.ind_acti_all::after {
    content: "";
    width: 100%;
    height: 360px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: -1;
}

.ind_acti_title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 36px;
    line-height: 36px;
    color: #158e66;
    font-weight: 600;
    padding-left: 95px;
}

.ind_acti_title::after {
    content: "";
    width: 135px;
    height: 1px;
    background-color: #158e66;
    position: absolute;
    left: 333px;
    top: 18px;
}

.ind_acti_box {
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 0 6px;
}

.ind_acti {
    width: calc(100% / 4);
    float: left;
    padding: 10px;
    margin: 6px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_acti:hover {
    border: 1px solid #86bcaa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.ind_act_poto,
.ind_act_poto>img {
    width: 100%;
    float: left;
}

.ind_acti_type {
    width: 100%;
    float: left;
    margin-top: 28px;
}

.ind_acti_type>.date {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #148e65;
}

.ind_acti_j {
    width: 100%;
    float: left;
    margin-bottom: 135px;
}

.ind_acti_type>.title {
    width: 100%;
    height: 50px;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 20px;
}

.ind_bot_all {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 105px 0 60px 0;
}

.ind_bot_box {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ind_bot_box>a {
    width: calc(100% / 3 - 26px);
    float: left;
    margin: 0 13px;
}

.ind_bot_poto {
    width: 100%;
    float: left;
    overflow: hidden;
}

.ind_bot_poto>img {
    width: 100%;
    float: left;
    transition: all .5s ease;
}

.ind_bot_box>a:hover img {
    transform: scale(1.05);
    transition: all .5s ease;
}

.ind_bot_title {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 34px;
    color: #158e66;
    margin: 20px 0;
    text-align: center;
    transition: all .5s ease;
}

.ind_bot_box>a:hover .ind_bot_title {
    color: #4d796a;
    transition: all .5s ease;
}

/*--==NEWS==--*/
.new_list_all {
    width: 100%;
    float: left;
}

.new_list_box {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.new_list_box>.date {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.new_list_box>.icon {
    width: auto;
    float: left;
    font-size: 14px;
    line-height: 28px;
    background-color: #f46800;
    border-radius: 30px;
    padding: 0 16px;
    color: #fff;
}

.new_list_box>.title {
    width: calc(100% - 180px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.new_list_box:hover {
    background-color: #e8f4f0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.new_list_box:hover .icon {
    background-color: #4d796a;
}

.new_list_box:hover .title {
    color: #4d796a;
}

.new_list_box,
.new_list_box:hover,
.new_list_box:hover .icon,
.new_list_box:hover .title {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.new_v_box {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.new_v_box>.date {
    width: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    background-color: #4d796a;
    border-radius: 30px;
    padding: 0 16px 0 36px;
    color: #fff;
    margin-bottom: 12px;
    margin-left: 10px;
}

.new_v_box>.date::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 6px;
    background-image: url("../images/icon/date_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.new_v_box>.title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-left: 35px;
}

.new_v_box>.title::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 0;
    background-image: url("../images/icon/title_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

/*--==ABOUT==--*/
.ab_main {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.ab_main>.title {
    width: auto;
    float: left;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #158e66;
    font-weight: 600;
    padding-right: 50px;
}

.ab_main>.title::after {
    content: "";
    width: 45px;
    height: 1px;
    position: absolute;
    background-color: #158e66;
    right: 0;
    top: 50%;
}

.ab_con {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

/*--==MEMBER==--*/
.mem_main {
    width: 100%;
    float: left;
}

.mem_main>ul {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.mem_poto {
    width: 250px;
    float: left;
}

.mem_poto>img {
    width: 100%;
    float: left;
}

.mem_con {
    width: calc(100% - 270px);
    float: left;
    position: relative;
    margin-left: 20px;
    padding: 0 25px;
    border-left: 1px solid #ccc;
}

.mem_con::before {
    content: "";
    width: 4px;
    height: 65px;
    position: absolute;
    background-color: #f46800;
    left: -2px;
    top: 0;
}

.mem_title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #1f4135;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.mem_text {
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
    padding-left: 26px;
}

.mem_text>a {
    color: #333;
}

.mem_text>a:hover {
    color: #f46800;
}

.mem_text::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.job::before {
    background-image: url("../images/icon/field_icon.svg");
}

.phone::before {
    background-image: url("../images/icon/phone_icon.svg");
}

.mail::before {
    background-image: url("../images/icon/mail_icon.svg");
}

.field::before {
    background-image: url("../images/icon/job_icon.svg");
}

.mem_link {
    width: 210px;
    height: 45px;
    position: absolute;
    background-color: #a6bbb4;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #1f4135;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    bottom: 8px;
    border-radius: 8px 0 8px 0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.mem_link:hover {
    background-color: #f46800;
    color: #fff;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.mem_v_all {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.mem_v_poto {
    width: 300px;
    float: left;
}

.mem_v_poto>img {
    width: 100%;
    float: left;
}

.mem_v_con {
    width: calc(100% - 320px);
    float: left;
    position: relative;
    margin-left: 20px;
    padding: 0 25px;
    border-left: 1px solid #ccc;
}

.mem_v_con::before {
    content: "";
    width: 4px;
    height: 65px;
    position: absolute;
    background-color: #f46800;
    left: -2px;
    top: 0;
}

.mem_tab {
    width: 100%;
    float: left;
}

.mem_tab>.tablink {
    width: calc(100% / 5 - 4px);
    float: left;
    margin: 0 2px 2px 2px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #e8f4f0;
}

.mem_tab>.tablink:hover {
    font-weight: 600;
    color: #fff;
    background-color: #4d796a;
    border-top: 2px solid #4d796a;
}

.mem_tab>.tablink.active {
    font-weight: 600;
    color: #fff;
    background-color: #4d796a;
    border-top: 2px solid #4d796a;
}

.tabcontent3 {
    width: 100%;
    float: left;
    padding: 25px;
    border-bottom: 1px solid #ccc;
}

/*--==ADMISSIONS==--*/
.admi_main {
    width: 100%;
    float: left;
}

.admi_box {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.admi_box>.date {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.admi_box>.link {
    width: 105px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    background-color: #f46800;
    border-radius: 30px;
    padding: 0 16px;
    color: #fff;
}

.admi_box>.title {
    width: calc(100% - 195px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.admi_box:hover {
    background-color: #e8f4f0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.admi_box:hover .link {
    background-color: #4d796a;
}

.admi_box:hover .title {
    color: #4d796a;
}

.admi_box,
.admi_box:hover,
.admi_box:hover .link,
.admi_box:hover .title {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.admi_v_box {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.admi_v_box>.date {
    width: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    background-color: #4d796a;
    border-radius: 30px;
    padding: 0 16px 0 36px;
    color: #fff;
    margin-bottom: 12px;
    margin-left: 10px;
}

.admi_v_box>.date::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 6px;
    background-image: url("../images/icon/date_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.admi_v_box>.title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-left: 35px;
}

.admi_v_box>.title::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 0;
    background-image: url("../images/icon/title_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.admi_download {
    width: 100%;
    float: left;
}

.admi_download>.title {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #f46800;
    padding: 15px 0 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.admi_download>a {
    width: calc(100% / 2 - 10px);
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: 600;
    margin: 5px;
    padding: 10px 16px 10px 50px;
    border-radius: 5px;
    background-color: #f1f1f1;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.admi_download>a::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 8px;
    /* background-image: url("../images/icon/word.svg"); */
    background-image: url("../images/icon/download_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.admi_download>a:hover {
    color: #000;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.0);
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

/*--==DOWNLOAD==--*/
.down_main {
    width: 100%;
    float: left;
}

.down_list {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.down_list>.date {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.doen_link {
    width: 30px;
    height: 30px;
    float: left;
}

.doen_link>a {
    width: 100%;
    height: 30px;
    float: left;
    background-image: url("../images/icon/download_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.down_list>.title {
    width: calc(100% - 120px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.doen_link>a:hover {
    background-image: url("../images/icon/download_icon_h.svg");
}

.down_list:hover .title {
    color: #4d796a;
}

.doen_link_w,
.doen_link_p {
    width: 70px;
    height: 40px;
    float: left;
    padding: 0 15px;
}

.doen_link_w>a,
.doen_link_p>a {
    width: 100%;
    height: 40px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.doen_link_w>a {
    background-image: url("../images/icon/word.svg");
}

.doen_link_p>a {
    background-image: url("../images/icon/pdf-icon.svg");
}

.down_list>.title2 {
    width: calc(100% - 230px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.doen_link>a:hover {
    background-image: url("../images/icon/download_icon_h.svg");
}

.down_list:hover .title2 {
    color: #4d796a;
}

.down_list,
.down_list:hover,
.doen_link>a:hover,
.down_list:hover .title {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

/*--==ALUMNI==--*/
.alu_main {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.alu_main>.title {
    width: auto;
    float: left;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #158e66;
    font-weight: 600;
    padding-right: 50px;
}

.alu_main>.title::after {
    content: "";
    width: 45px;
    height: 1px;
    position: absolute;
    background-color: #158e66;
    right: 0;
    top: 50%;
}

.alu_con {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.alu_box {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.alu_list {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.alu_list>.date {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.alu_list>.title {
    width: calc(100% - 90px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.alu_list:hover {
    background-color: #e8f4f0;
}

.alu_list:hover .title {
    color: #4d796a;
}

.alu_list,
.alu_list:hover,
.alu_list:hover .title {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.alu_title {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 28px;
    color: #158e66;
    font-weight: 600;
}

.alu_poto_box {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ccc;display: flex;
    flex-wrap: wrap;
}

.alu_poto_box>ul {
    width: calc(100% / 2 - 10px);
    float: left;
    position: relative;
    margin: 10px 5px;
    overflow: hidden;
}

.alum-poto,
.alum-poto>img {
    width: 100%;
    float: left;
    transition: all .5s ease;
}

.alu_poto_box>ul:hover .alum-poto>img {
    transform: scale(1.05);
    transition: all 2s ease;
}

.alum_title {
    width: 100%;
    position: absolute;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
}

.alum_title>.date {
    width: 70px;
    float: left;
    font-size: 12px;
    line-height: 28px;
    color: #eee;
}

.alum_title>.title {
    width: calc(100% - 70px);
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-left: 10px;
}

.alu_poto_box>ul:hover .alum_title {
    background-color: rgba(0, 0, 0, 0.9);
}

.alu_poto_box>ul:hover .alum_title>.title {
    color: #f46800;
}

.alu_poto_box>ul:hover .alum_title,
.alu_poto_box>ul:hover .alum_title>.title {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.alum_box {
    width: 75%;
    float: left;
    position: relative;
    padding: 0 75px;
}

.alum_pic,
.alum_pic img {
    width: 100%;
    float: left;
}

.alum_b_poto {
    width: 100%;
    float: left;
}

.alum_p,
.alum_p>img {
    width: 100%;
}

/*--==WEBLINK==--*/
.webl_main {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.webl_box {
    width: calc(100% / 2 - 50px);
    float: left;
    margin: 10px 25px;
}

.webl_pic {
    width: 100%;
    float: left;
    overflow: hidden;
}

.webl_pic>img {
    width: 100%;
    float: left;
    transition: all .5s ease;
    max-width: 260px;
}

.webl_box:hover .webl_pic>img {
    transform: scale(.95);
    transition: all .5s ease;
}

.webl_box>.title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #4d796a;
    padding: 15px 8px;
    transition: all .5s ease;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.webl_box:hover .title {
    color: #f46800;
    transition: all .5s ease;
}

/*--==RESULTS==--*/
.resu_main {
    width: 100%;
    float: left;
}

.resu_box {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.resu_box>a,
.resu_tet {
    width: calc(100% / 7 - 4px);
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px;
    margin: 0 2px 2px 2px;
    text-align: center;
    letter-spacing: 1px;
}

.resu_box>a {
    background-color: #e8f4f0;
    color: #1f4135;
}

.resu_box>a:hover {
    background-color: #f46800;
    color: #fff;
}

.resu_tet {
    background-color: #f46800;
    color: #fff;
}

.resu_list,
.resu_list2 {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.resu_list {
    background-color: #86bcaa;
    font-weight: 600;
}

.resu_list2:nth-child(odd) {
    background-color: #f1f1f1;
}

.resu_list>.date {
    width: 10%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #1f4135;
    text-align: center;
}

.resu_list>.title {
    width: 75%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #1f4135;
    text-align: center;
}

.resu_list>.name {
    width: 15%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #1f4135;
    text-align: center;
}

.resu_list2>.date {
    width: 10%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.resu_list2>.title {
    width: 75%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    color: #333;
    text-align: left;
}

.resu_list2>.title>a {
    color: #333
}

.resu_list2>.name {
    width: 15%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
}

.resu_list2>.title:hover a {
    color: #f46800;
}


.resu_box>a:hover,
.resu_link>a:hover,
.title:hover>a,
.down_list>.title>a {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.resu_v_box {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.resu_v_box>.date {
    width: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    background-color: #4d796a;
    border-radius: 30px;
    padding: 0 16px 0 36px;
    color: #fff;
    margin-bottom: 12px;
    margin-left: 10px;
}

.resu_v_box>.date::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 6px;
    background-image: url("../images/icon/date_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.resu_v_box>.title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-left: 45px;
}

.resu_v_box>.title::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 0;
    background-image: url("../images/icon/resu_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

/*--==PUBLISHING==--*/
.pub_main {
    width: 100%;
    float: left;
}

.pub_list {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.pub_list>.date {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.pub_link {
    width: 30px;
    height: 30px;
    float: left;
}

.pub_link>a {
    width: 100%;
    height: 30px;
    float: left;
    background-image: url("../images/icon/download_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.pub_list>.title {
    width: calc(100% - 120px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.pub_list>.title>a {
    color: #333;
}

.pub_link>a:hover {
    background-image: url("../images/icon/download_icon_h.svg");
}

.pub_list:hover .title {
    color: #4d796a;
}

.pub_main>ul,
.pub_main>ul:hover,
.pub_download>a:hover,
.pub_box>a>.title:hover {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.pub_v_box {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.pub_v_box>.date {
    width: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    background-color: #4d796a;
    border-radius: 30px;
    padding: 0 16px 0 36px;
    color: #fff;
    margin-bottom: 12px;
    margin-left: 10px;
}

.pub_v_box>.date::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 6px;
    background-image: url("../images/icon/date_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.pub_v_box>.title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-left: 40px;
}

.pub_v_box>.title::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 0;
    background-image: url("../images/icon/pub_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

/*--==RECRUIT==--*/
.rec_main {
    width: 100%;
    float: left;
}

.rec_list {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.rec_list>.date {
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.rec_list>.title {
    width: calc(100% - 90px);
    height: 28px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.rec_list:hover {
    background-color: #e8f4f0;
}

.rec_list:hover .title {
    color: #4d796a;
}

.rec_list,
.rec_list:hover,
.rec_list:hover .title {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.rec_v_box {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.rec_v_box>.date {
    width: auto;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 28px;
    background-color: #4d796a;
    border-radius: 30px;
    padding: 0 16px 0 36px;
    color: #fff;
    margin-bottom: 12px;
    margin-left: 10px;
}

.rec_v_box>.date::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 6px;
    background-image: url("../images/icon/date_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.rec_v_box>.title {
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-left: 45px;
}

.rec_v_box>.title::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    top: 0;
    background-image: url("../images/icon/rec_icon.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

/*--==WEBSITE==--*/
.webs_main {
    width: 100%;
    float: right;
    margin: 65px 0;
}

.webs_main>ul {
    width: 100%;
    float: left;
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.webs_box {
    width: calc(100% / 4 - 20px);
    float: left;
    margin: 0 10px 20px 10px;
}

.webs_box>.title {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    background-color: #4d796a;
    margin-bottom: 3px;
    padding: 5px 16px;
}

.webs_box>.text {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    background-color: #e8f4f0;
    margin-bottom: 3px;
    padding: 5px 16px;
}

.webs_box>.text2 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    background-color: #e8f4f0;
    margin-bottom: 3px;
    padding: 5px 16px 5px 30px;
}

.webs_box>.text2::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 18px;
    top: 20px;
    background-color: #4d796a;
}

.webs_box>.text3 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #333;
    background-color: #e8f4f0;
    margin-bottom: 3px;
    padding: 5px 16px 5px 45px;
}

.webs_box>.text3::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 30px;
    top: 20px;
    background-color: #4d796a;
}

.webs_box>.title:hover {
    background-color: #f46800;
}

.webs_box>.text:hover,
.webs_box>.text2:hover,
.webs_box>.text3:hover {
    background-color: #f46800;
    color: #fff
}

.webs_box>.text2:hover::before,
.webs_box>.text3:hover::before {
    background-color: #fff;
}

.webs_box>.title:hover,
.webs_box>.text:hover,
.webs_box>.text2:hover,
.webs_box>.text3:hover,
.webs_box>.text2:hover::before,
.webs_box>.text3:hover::before {
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

/*--==FOOTER==--*/
.footer {
    width: 100%;
    float: left;
}

.foot_box {
    width: 100%;
    float: left;
    background-color: #4d796a;
    padding: 20px 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.foot_link {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.jcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fb {
    width: 60px;
    height: 60px;
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.fb>img {
    height: 20px;
    float: left;
}

.link_box {
    width: 145px;
    height: 60px;
    position: relative;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.link_box>.link {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    padding: 24px 35px;
    border-radius: 25px;
}

.link_box>.link::after {
    content: "";
    width: 8px;
    height: 6px;
    position: absolute;
    top: 29px;
    right: 28px;
    background-image: url("../images/icon/lang_arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.link_box>.drop {
    width: 100%;
    position: absolute;
    float: left;
    top: 60px;
    left: 0;
    display: none;
    overflow: auto;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #e4e4e4;
}

.link_box.open>.drop {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
    -moz-animation: fadeInUp 0.3s ease;
    -ms-animation: fadeInUp 0.3s ease;
}

.link_box>.drop>a {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    padding: 12px 0;
    text-align: center;
    background-color: #fff;
}

.link_box>.drop>a:hover {
    background-color: #e8f4f0;
}

.foot_cont {
    width: 100%;
    float: left;
    padding: 45px 0;
}

.foot_logo {
    width: 385px;
    float: left;
    margin-right: 80px;
}

.foot_logo>img {
    width: 100%;
    float: left;
}

.foot_right {
    width: calc(100% - 465px);
    float: left;
}

.foot_right>ul {
    width: calc(100% / 2);
    float: left;
}

.foot_right>ul>.text {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin: 10px 0;
}

.foot_right>ul>.text>a {
    width: auto;
    color: #333;
}

.foot_right>ul>.text>a:hover {
    color: #4d796a;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.foot_menu {
    width: auto;
    float: left;
}

.foot_menu>a {
    width: auto;
    float: left;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

.foot_menu>a:hover {
    color: #e8f4f0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.foot_menu>a:first-of-type {
    margin-left: 0;
}

.foot_menu>a:last-of-type {
    border-right: 0;
}

.copyright {
    width: auto;
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #fff;

}

.copyright>p {
    width: auto;
    float: left;
    margin-right: 15px;
}

.copyright>a {
    font-size: 12px;
    line-height: 13px;
    color: #86bcaa;
}

.copyright>a:hover {
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .hea_nav>a {
        margin: 0 17px;
    }

    .ind_acti_j {
        margin-bottom: 85px;
    }

    .ind_acti_all::after {
        height: 320px;
    }

    .ind_bot_all {
        padding: 45px 0;
    }
}

@media screen and (max-width: 1360px) {
    .ind_anno {
        padding: 24px 15px 10px 15px;
    }

    .ind_box_all {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1280px) {
    .hea_nav>a {
        margin: 0 12px;
    }

    .ind_new_box {
        width: 750px;
    }

    .ind_n_right {
        width: 350px;
    }

    .ind_acti_all::after {
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {

    .header,
    .navFixed {
        height: 85px;
        top: 0;
    }

    .ind_banner_all,
    .unit_banner_all {
        margin-top: 85px;
    }

    .header_top>.logo,
    .header_top>.logo.sma {
        width: 280px;
    }

    .header_top>.top,
    .hea_nav {
        display: none;
    }

    .header_top.move_up {
        padding: 10px 20px;
    }

    .header_top {
        position: fixed;
        z-index: 99999;
        background-color: #fff;
        padding: 10px 20px;
    }

    .hea_m2 {
        display: block;
    }

    .mobile {
        display: block;
    }

    .mobile_list {
        display: flex;
    }

    .menu,
    .menu02 {
        width: 100%;
        float: left;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .mobile_list_menu.active::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .mobile_list_menu::after,
    .mobile_list_menu.active::after {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /*index*/
    .ind_box_all {
        margin: 30px 0;
    }

    .ind_new_box {
        width: 550px;
    }

    .tablink {
        font-size: 16px;
    }

    .swiper-father {
        padding: 0 60px;
    }

    .ind_n_right {
        width: 320px;
    }

    .ind_n_cont {
        padding: 10px 15px;
        display: inline-flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ind_n_cont>.title {
        height: 40px;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 20px;
    }

    /*unit*/
    .unit_right {
        width: 220px;
    }

    .unit_left {
        width: calc(100% - 220px);
        padding-right: 10px;
    }

    .new_main {
        margin: 35px 0;
        padding: 0 15px;
    }

    .unit_banner_tit {
        left: 2vw;
        font-size: 28px;
        line-height: 28px;
    }

    .unit_banner_tit>small {
        font-size: 13px;
        margin-top: 5px;
    }

    /*member*/
    .mem_link {
        width: 150px;
    }

    .mem_con {
        width: calc(100% - 430px);
    }

    .modal-content {
        width: 55%;
    }

    /*publishing*/
    .pub_main>ul {
        width: calc(100% - 20px);
        margin: 5px 10px;
    }

    /*weblink*/
    .webl_box {
        width: calc(100% / 2 - 50px);
    }

    /*website*/
    .webs_box {
        width: calc(100% / 3 - 20px);
    }

    .resu_box>a,
    .resu_tet {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {

    /*index*/
    .ind_anno_link {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        padding-right: 40px;
    }

    .ind_new_box>.title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ind_new_box {
        width: 100%;
    }

    .ind_n_right {
        width: 100%;
        margin-top: 35px;
    }

    /*unit*/
    .unit_banner_tit>small {
        margin-left: 0;
        margin-top: 5px;
    }

    .unit_banner_tit {
        font-size: 18px;
        line-height: 18px;
    }

    .unit_right,
    .unit_left {
        width: 100%;
    }

    .unit_right {
        margin-bottom: 10px;
    }

    .mobile_list_menu {
        display: inline-flex;
    }

    .mobilemenu {
        width: 100%;
        float: left;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    /*footer*/
    .foot_logo {
        width: 250px;
        margin-right: 20px;
    }

    .foot_right {
        width: calc(100% - 270px);
    }

    .foot_right>ul {
        width: 100%;
    }

    .foot_cont {
        padding: 20px 0;
    }

    .foot_right>ul>.text {
        margin-bottom: 8px;
    }

    .jcon {
        flex-wrap: wrap;
    }

    .copyright {
        margin-top: 15px;
    }

    .copyright,
    .foot_menu {
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    /*member*/
    .mem_poto {
        width: 180px;
    }

    .mem_con {
        width: calc(100% - 330px);
    }

    .modal-content {
        width: 70%;
    }

    .resu_box>a,
    .resu_tet {
        width: calc(100% / 5 - 4px);
    }
}

@media screen and (max-width: 550px) {
    .ind_anno_tb>.date {
        display: none;
    }

    .ind_anno_tb {
        margin-bottom: 0px;
    }

    .ind_anno_tb>.title {
        width: 100%;
        height: 15px;
        font-size: 15px;
        line-height: 15px;
    }

    .tablink {
        width: calc(100% / 2 - 4px);
        margin: 0 2px 3px 2px;
    }

    .ind_n_cont>.type {
        width: 85px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .ind_n_cont>.date {
        width: 80px;
        font-size: 14px;
        line-height: 20px;
    }

    .ind_n_cont>.title {
        width: calc(100% - 80px);
        padding-left: 0;
    }

    .ind_bot_box>a {
        width: calc(100% - 26px);
    }

    .foot_right {
        width: 100%;
        margin-top: 5px;
    }

    .foot_cont {
        padding: 20px 15px;
    }

    .copyright,
    .foot_menu {
        flex-wrap: wrap;
    }

    .new_list_box>.title {
        width: 100%;
        padding-left: 0;
        -webkit-line-clamp: 2;
        height: auto;
        max-height: 50px;
        font-size: 15px;
        line-height: 24px;
        margin-top: 5px;
    }

    .page_but_box {
        padding: 20px 0;
    }

    .unit_tit_box {
        width: 100%;
        position: absolute;
        bottom: 0px;
    }

    .banner_bg,
    .banner_bg>img {
        display: none;
    }

    .unit_banner {
        width: 100%;
    }

    .mem_poto {
        width: 250px;
    }

    .mem_link {
        width: 120px;
    }

    .mem_v_con {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .unit_banner_tit {
        background-color: rgba(255, 255, 255, 0.65);
        padding: 15px 20px;
    }

    .mem_con {
        width: calc(100% - 130px);
        margin-top: 10px;
    }

    .pub_list>.date,
    .admi_box>.date,
    .down_list>.date,
    .alu_list>.date,
    .rec_list>.date {
        width: 100%;
    }

    .admi_box>.title {
        width: calc(100% - 105px);
        height: auto;
        max-height: 50px;
        -webkit-line-clamp: 2;
        line-height: 24px;
        padding-left: 0;
        padding-right: 10px;
    }

    .down_list>.title,
    .pub_list>.title {
        width: calc(100% - 35px);
        height: auto;
        max-height: 50px;
        -webkit-line-clamp: 2;
        line-height: 24px;
        padding-left: 0;
        padding-right: 10px;
    }

    .down_list>.title2 {
        width: 100%;
        height: auto;
        max-height: 50px;
        -webkit-line-clamp: 2;
        line-height: 24px;
        padding-left: 0;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .doen_link_w,
    .doen_link_p {
        width: calc(100% / 2);
        display: inline-flex;
        justify-content: center;
    }

    .doen_link_w>a,
    .doen_link_p>a {
        width: 40px;
    }

    .alu_list>.title,
    .rec_list>.title {
        width: 100%;
        height: auto;
        max-height: 50px;
        -webkit-line-clamp: 2;
        line-height: 24px;
        padding-left: 0;
    }

    .modal-content {
        width: 85%;
    }

    .alu_poto_box>ul {
        width: calc(100% - 10px);
    }

    .webs_main {
        margin: 20px 0;
    }

    .webs_box {
        width: calc(100% / 2 - 20px);
    }

    .ind_anno_ic {
        font-size: 16px;
        padding: 5px 0;
    }

    .ind_acti_title {
        padding-left: 0;
        font-size: 24px;
        line-height: 24px;
    }

    .ind_acti_title::after {
        display: none;
    }

    .admi_download>a {
        width: 100%;
    }

    .resu_box>a,
    .resu_tet {
        width: calc(100% / 2 - 4px);
    }

    .unit_left {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .ind_anno_tb>.title {
        font-size: 14px;
        line-height: 18px;
    }

    .tablink {
        padding: 8px 0;
        font-size: 14px;
    }

    .ind_n_cont>.date {
        width: 100%;
    }

    .ind_n_cont>.title {
        width: 100%;
    }

    .ind_gro_tit {
        padding: 20px 0;
        font-size: 24px;
        line-height: 24px;
    }

    .ind_gro_tit::after {
        bottom: 9px;
    }

    .ind_gro_text {
        padding: 20px 0;
    }

    .ind_gro_link {
        padding: 10px 0;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .swiper-button-prev2,
    .swiper-button-next2 {
        display: none;
    }

    .swiper-father {
        padding: 0;
    }

    .ind_acti_j {
        margin-bottom: 25px;
    }

    .foot_right>ul>.text {
        line-height: 24px;
        margin-bottom: 0;
    }

    .foot_menu>a {
        line-height: 28px;
    }

    .header_top>.logo,
    .header_top>.logo.sma {
        width: 230px;
    }

    .hamburger-menu {
        top: 15px
    }

    .header_top,
    .header_top.move_u {
        padding: 10px;
    }

    .header,
    .navFixed {
        height: 70px;
    }

    .ind_banner_all,
    .unit_banner_all {
        margin-top: 70px;
    }

    .new_main {
        padding: 0 10px;
        margin: 20px 0;
    }

    .mem_poto {
        width: 100%;
    }

    .mem_con {
        width: 100%;
        margin-left: 0;
        padding: 20px 10px;
    }

    .mem_link {
        width: calc(100% - 40px);
        position: relative;
        margin: 0 20px;
        background-color: #f46800;
        color: #fff;
    }

    .mem_tab>.tablink {
        width: calc(100% / 2 - 4px);
    }

    .admi_box>.title,
    .down_list>.title {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .admi_box>.link {
        width: 100%;
        text-align: center;
    }

    .unit_banner_tit {
        bottom: 12px;
        padding: 8px 15px;
    }

    .unit_banner_tit>small {
        font-size: 12px;
        line-height: 12px;
    }

    .doen_link,
    .pub_download {
        position: relative;
        margin: 10px auto;
    }

    .u_ab_text,
    .u_ab_text2 {
        padding: 0;
    }

    .pub_box {
        width: 100%;
        padding: 10px 0;
    }

    .pub_poto {
        width: 65%;
        position: relative;
        margin: 0 auto;
    }

    .webl_box {
        width: 100%;
        margin: 10px 0;
    }

    .pagination_box>a {
        margin: 5px;
    }

    .rec_list,
    .rec_list:hover,
    .rec_list:hover .title {
        padding: 15px 0;
    }

    .webs_box {
        width: 100%;
        margin: 0 0 10px 0;
    }
}


.share-btn {
    float: left;
    width: 100%;
    text-align: right;
    display: block;
    font-size: 14px;
    color: #969696;
    margin: -5px 0 10px;
}

.share-btn a {
    display: inline-block;
    vertical-align: middle;
}

.share-btn a:first-child {
    margin: 0 8px;
}

.share-btn img {
    max-width: 28px;
    width: 100%;
}


.title-top{
      padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc; 
        width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
}
.title-top>.title{
        width: auto;
    float: left;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #158e66;
    font-weight: 600;
    padding-right: 50px;
}

.title-top>.title::after {
    content: "";
    width: 45px;
    height: 1px;
    position: absolute;
    background-color: #158e66;
    right: 0;
    top: 50%;
}