@charset "UTF-8";
#about {
    display: block;
    position: relative;
    width: 100%;
    float: right;
    margin-top: 203px;
}

#about .text_box {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 68px 0;
    display: flex;
}

#about .text_box .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: black;
    width: 16%;
}

#about .text_box .text_block {
    position: relative;
    width: 84%;
}

#about .text_box .normal {
    position: relative;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 30px;
    letter-spacing: 1px;
}

#about .text_box01 {
    position: relative;
    padding-top: 0;
    display: block;
}

#about .text_box01 .imgs {
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
    width: 100%;
}

#about .text_box01 .imgs .mobile {
    display: none;
}

#about .text_box01 .imgs img {
    position: relative;
    float: left;
    width: 100%;
}

#about .text_box02 {
    position: relative;
}

#about .text_box02 .topic {
    position: relative;
    width: 28%;
    display: inline-block;
    margin-right: 8%;
    float: left;
}

#about .text_box02 .topic:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: 1px;
    height: 74px;
    transform: rotate(24deg);
    right: 0;
    top: 25px;
}

#about .text_box02 .topic:last-child {
    margin-right: 0;
}

#about .text_box02 .topic:last-child:after {
    display: none;
}

#about .text_box02 .topic .icon {
    position: relative;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
}

#about .text_box02 .topic .icon img {
    position: relative;
        max-width: 56px;
}

#about .text_box02 .topic span {
    position: relative;
    font-size: 14px;
    color: black;
    font-weight: bold;
    padding-left: 21px;
    height: 122px;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

#about .text_box04 {
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
}

#about .text_box04 .text_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

#about .text_box04 .text_block .box {
    position: relative;
    width: 364px;
    display: block;
    float: left;
    margin-bottom: 65px;
}

#about .text_box04 .text_block .box:nth-child(2) .title .num {
    color: #00c6a5;
}

#about .text_box04 .text_block .box:nth-child(3) .title .num {
    color: 004098;
}

#about .text_box04 .text_block .box:nth-child(4) .title .num {
    color: #cf5125;
}

#about .text_box04 .text_block .box .title {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 17px;
}

#about .text_box04 .text_block .box .title span {
    position: relative;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}

#about .text_box04 .text_block .box .title .num {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #11a9ec;
    font-family: Myriad Pro, Microsoft JhengHei, sans-serif;
    margin-top: 11px;
}

#about .text_box04 .text_block .box .title .icon {
    position: absolute;
    right: 0;
    top: 2px;
}

#about .text_box04 .text_block .box .title .icon img {
    position: relative;    max-width: 56px;
}

#about .text_box04 .text_block .box .info {
    position: relative;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 30px;
    padding-right: 12px;
    line-height: 29px;
    letter-spacing: 1px;
}

#about .divid {
    position: relative;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 30px;
    letter-spacing: 1px;
    display: flex;
}

#about .divid .title {
    width: 16%;
}

#about .divid .text {
    position: relative;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: 84%;
    -moz-column-gap: 95px;
    /* Firefox */
    -webkit-column-gap: 95px;
    /* Safari and Chrome */
    column-gap: 95px;
    -webkit-column-rule: 1px outset #dbdbdb;
    /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #dbdbdb;
    /* Firefox */
    column-rule: 1px outset #dbdbdb;
}

.about_news_show .date_box {
    position: relative;
}

.about_news_show .date_box .date {
    position: relative;
    font-size: 16px;
    color: #212121;
    display: flex;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.about_news_show .date_box .date label {
    position: relative;
    font-weight: bold;
    margin-right: 17px;
}

.about_news_show .date_box .date .day {
    position: relative;
    font-size: 15px;
    color: #717171;
}

.about_news_show .date_box .date:last-child {
    border-bottom: 0;
}


/*organ*/

#organ {
    width: 1000px;
    display: block;
    position: relative;
    padding-top: 160px;
    padding-bottom: 20px;
}

#organ .people_list {
    position: relative;
    display: block;
    text-align: center;
    width: 890px;
    margin: 0 auto;
    color: #555555;
    font-size: 18px;
    line-height: 20px;
}

#organ .people_list .people {
    position: relative;
    width: 276px;
    height: 73px;
    text-align: left;
    padding: 16px 12px 16px 22px;
    display: block;
    margin: 0 auto 20px;
    background: #b2daf7;
    background: -moz-linear-gradient(left, #b2daf7 0%, #91cbf5 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #b2daf7), color-stop(100%, #91cbf5));
    background: -webkit-linear-gradient(left, #b2daf7 0%, #91cbf5 100%);
    background: -o-linear-gradient(left, #b2daf7 0%, #91cbf5 100%);
    background: -ms-linear-gradient(left, #b2daf7 0%, #91cbf5 100%);
    background: linear-gradient(to right, #b2daf7 0%, #91cbf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2daf7', endColorstr='#91cbf5', GradientType=1);
}

#organ .people_list .people:last-child {
    margin-bottom: 0;
}

#organ .people_list .people:after {
    content: '';
    background-color: #ababab;
    position: absolute;
    width: 1px;
    height: 20px;
    bottom: -20px;
    left: 50%;
}

#organ .people_list .people:last-child:after {
    display: none;
}

#organ .people_list .people .name {
    position: relative;
    float: left;
    line-height: 40px;
    width: 105px;
    padding-right: 16px;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#organ .people_list .people .name:after {
    content: '';
    background-color: white;
    position: absolute;
    width: 13px;
    height: 1px;
    right: 0;
    top: 50%;
    opacity: .6;
}

#organ .people_list .people .e_name {
    position: relative;
    display: flex;
    float: right;
    width: 124px;
    color: white;
    font-size: 13px;
    line-height: 17px;
    height: 40px;
    align-items: center;
}

#organ .people_list .people:before {
    content: '';
    border: 1px solid white;
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 4px;
    top: 4px;
    opacity: .5;
}

#organ .people_list .people.color_2 {
    background: #96eaff;
    background: -moz-linear-gradient(left, #96eaff 0%, #62d2f4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #96eaff), color-stop(100%, #62d2f4));
    background: -webkit-linear-gradient(left, #96eaff 0%, #62d2f4 100%);
    background: -o-linear-gradient(left, #96eaff 0%, #62d2f4 100%);
    background: -ms-linear-gradient(left, #96eaff 0%, #62d2f4 100%);
    background: linear-gradient(to right, #96eaff 0%, #62d2f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96eaff', endColorstr='#62d2f4', GradientType=1);
}

#organ .people_list .people.color_3 {
    background: #7fefed;
    background: -moz-linear-gradient(left, #7fefed 0%, #5eddf1 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #7fefed), color-stop(100%, #5eddf1));
    background: -webkit-linear-gradient(left, #7fefed 0%, #5eddf1 100%);
    background: -o-linear-gradient(left, #7fefed 0%, #5eddf1 100%);
    background: -ms-linear-gradient(left, #7fefed 0%, #5eddf1 100%);
    background: linear-gradient(to right, #7fefed 0%, #5eddf1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fefed', endColorstr='#5eddf1', GradientType=1);
}

#organ .people_list .people.color_4 {
    background: #c2dafd;
    background: -moz-linear-gradient(left, #c2dafd 0%, #a4bcf2 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #c2dafd), color-stop(100%, #a4bcf2));
    background: -webkit-linear-gradient(left, #c2dafd 0%, #a4bcf2 100%);
    background: -o-linear-gradient(left, #c2dafd 0%, #a4bcf2 100%);
    background: -ms-linear-gradient(left, #c2dafd 0%, #a4bcf2 100%);
    background: linear-gradient(to right, #c2dafd 0%, #a4bcf2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dafd', endColorstr='#a4bcf2', GradientType=1);
}

#organ .people_list .people.side_out {
    background: #b7eece;
    background: -moz-linear-gradient(left, #b7eece 0%, #b7eece 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #b7eece), color-stop(100%, #b7eece));
    background: -webkit-linear-gradient(left, #b7eece 0%, #b7eece 100%);
    background: -o-linear-gradient(left, #b7eece 0%, #b7eece 100%);
    background: -ms-linear-gradient(left, #b7eece 0%, #b7eece 100%);
    background: linear-gradient(to right, #b7eece 0%, #b7eece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7eece', endColorstr='#b7eece', GradientType=1);
    position: absolute;
    right: 0;
    margin-top: -47px;
}

#organ .people_list .people.side_out:after {
    content: '';
    background-color: #ababab;
    position: absolute;
    width: 168px;
    height: 1px;
    bottom: 35px;
    left: -168px;
}

#organ .part_list {
    position: relative;
    padding-top: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 28px;
}

#organ .part_list .box {
    border-top: 1px solid #ababab;
    padding-top: 22px;
    display: block;
    position: relative;
}

#organ .part_list .box:before {
    content: '';
    background-color: #dbdee0;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 4px;
    left: 0;
}

#organ .part_list .part {
    position: relative;
    width: 54px;
    height: 231px;
    display: inline-block;
    background-color: white;
    border: 2px solid #afe1f6;
    padding: 20px 11px;
    text-align: center;
    font-size: 16px;
    color: #555555;
    line-height: 21px;
    float: left;
    margin-right: 18px;
    word-break: break-all;
    margin-bottom: 12px;
}

#organ .part_list .part:nth-child(even) {
    border-color: #7fe7eb;
}

#organ .part_list .part:last-child {
    margin-right: 0;
}

#organ_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1000px;
    left: 0;
    top: 148px;
    overflow: hidden;
}

#organ_bg span {
    position: absolute;
    background-image: url(../img/or_bg.png);
    background-repeat: no-repeat;
}

#organ_bg span:nth-child(1) {
    position: absolute;
    width: 1176px;
    height: 828px;
    top: 13%;
    left: 50%;
    margin-left: -635px;
}

#organ_bg span:nth-child(2) {
    position: absolute;
    width: 1176px;
    height: 828px;
    left: 50%;
    right: 0;
    margin-left: 553px;
}

#organ_bg span:nth-child(3) {
    position: absolute;
    width: 1176px;
    height: 828px;
    left: 0;
    margin-left: -802px;
    top: -33px;
}


/*map*/

#map {
    width: 1000px;
    height: 720px;
    display: block;
    position: relative;
    padding-top: 150px;
}

#map #map_area {
    width: 100%;
    height: 100%;
    display: block;
}


/*need_content*/

.need_content {
    position: relative;
    width: 100%;
    margin-top: 72px;
}


/*about_life*/

#about_life {
    position: relative;
}

.bx-wrapper{
    max-width: 1024px;
}

#about_life .bx-wrapper .bx-pager {
    bottom: -47px;
    padding-top: 0;
    max-width: 1024px;
}

#about_life .bx-wrapper .bx-pager .bx-pager-item {
    width: 20px;
}

#about_life .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00c6a5;
}

#about_life .date_box {
    display: none;
}

#about_life .life_content {
    position: relative;
}

#about_life .life_content .life_box {
    position: relative;
    margin-top: 80px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 46px;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 30px;
    display: inline-block;
    width: 100%;
}
#about_life .life_content .:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

#about_life .life_content .life_box .imgs {
    position: relative;
    margin-bottom: 65px;
}

#about_life .life_content .life_box .imgs img {
    position: relative;
}

#about_life .life_content .life_box .text {
    position: relative;
    display: inline-block;
    width: 100%;
}

#about_life .life_content .life_box .text .title {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 64px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #dfdfdf;
}

#about_life .life_content .life_box .text .title .icon {
    position: absolute;
    left: -7px;
    width: 64px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    margin-top: -13px;
}

#about_life .life_content .life_box .text .title span {
    position: relative;
}

#about_life .life_content .life_box .text .summary {
    position: relative;
    float: right;
    width: 62%;
}


/*map*/

#recruitment {
    width: 1000px;
    display: block;
    position: relative;
    padding-top: 200px;
}

#recruitment .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#recruitment .list .box {
    position: relative;
    width: 50%;
    border-top: 1px solid #e9e9e9;
    padding-top: 33px;
    margin-top: 33px;
    color: #212121;
    display: block;
}

#recruitment .list .box:nth-child(1), #recruitment .list .box:nth-child(2) {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

#recruitment .list .box:nth-child(even) {
    padding-left: 45px;
}

#recruitment .list .box:nth-child(even) .text {
    width: 50%;
}

#recruitment .list .box .imgs {
    position: relative;
    width: 190px;
    height: 190px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 25px;
}

#recruitment .list .box .imgs .read_more {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 201, 170, 0.95);
    left: 0;
    top: 0;
    z-index: 5;
    color: white;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

#recruitment .list .box .imgs .read_more span {
    position: absolute;
    left: 50%;
    width: 54px;
    margin-left: -27px;
    height: 34px;
    top: 50%;
    line-height: 34px;
    margin-top: -17px;
}

#recruitment .list .box .imgs .read_more span:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.79);
    width: 0%;
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}

#recruitment .list .box .imgs .read_more span:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.79);
    width: 0%;
    height: 1px;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}

#recruitment .list .box .imgs img {
    position: relative;
}

#recruitment .list .box .text {
    position: relative;
    width: 46%;
    float: left;
    height: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#recruitment .list .box .text .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-right: 45px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 27px;
}

#recruitment .list .box .text .title:after {
    content: '';
    background-color: #5a5a5a;
    width: 18px;
    height: 1px;
    bottom: -27px;
    left: 0;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#recruitment .list .box.no_memo .text .title:after{
    display: none;
}
#recruitment .list .box.no_memo .text .title{
    display: flex;
    margin-bottom: 0;
    -webkit-align-items: center;
    align-items: center;
}

#recruitment .list .box .text .memo {
    position: relative;
    font-size: 13px;
    color: #757575;
    letter-spacing: 1px;
    width: 100%;
    line-height: 24px;
    margin-top: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#about_news {
    width: 1000px;
    margin-top: 193px;
}

#about_news .news_list {
    display: block;
    position: relative;
}

#about_news.content_boxshow .form4 .table {
    margin-top: 0;
}

.about_news_show {
    position: relative;
    font-size: 14px;
    margin-top: 70px;
    line-height: 28px;
    color: #757575;
}

.about_news_show strong {
    position: relative;
    font-weight: bold;
    color: #212121;
}

/*timeline*/

#left_link .service.search_button {
    margin-top: 40px;
    cursor: pointer;
    height: 41px;
}

#left_link .service.search_button:before {
    background: #01c6a5;
    background: -moz-linear-gradient(left, #01c6a5 0%, #68f5d6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #01c6a5), color-stop(100%, #68f5d6));
    background: -webkit-linear-gradient(left, #01c6a5 0%, #68f5d6 100%);
    background: -o-linear-gradient(left, #01c6a5 0%, #68f5d6 100%);
    background: -ms-linear-gradient(left, #01c6a5 0%, #68f5d6 100%);
    background: linear-gradient(to right, #01c6a5 0%, #68f5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c6a5', endColorstr='#68f5d6', GradientType=1);
}

#left_link .service.search_button span {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    padding: 6px 15px;
    background-image: url(../img/icon/search_.png);
}

#left_link.date_side {
    width: 163px;
}

#left_link.date_side .filterblk {
    width: 100%;
    position: relative;
    display: block;
}

#left_link.date_side .filterblk .line {
    background-color: #000;
    margin: 0 23px;
    width: 27px;
    height: 1px;
}

#left_link.date_side .filterblk .date {
    font-size: 16px;
    position: relative;
    display: block;
    border-radius: 0;
    border: 0;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 100%;
    height: 40px;
    margin-right: 0;
    text-align: right;
    margin-bottom: 10px;
    line-height: 40px;
}

#left_link.date_side .filterblk .date .w {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

#left_link.date_side .filterblk .date input {
    width: calc(100% - 30px);
    border: 0;
    outline: 0;background-size: 26px;
    background-image: url(../img/icon/date.png);
    background-color: transparent;
    border-bottom: 1px solid black;
    background-repeat: no-repeat;
    background-position: right;
    height: 40px;
    border-radius: 0;
    font-size: 12px;
    color: #9e9e9e;
}

#left_link.date_side .filterblk .dateicon {
    background-image: url("../img/date.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
}

#left_link.date_side .filterblk .filterbtn {
    margin-left: 20px;
    position: relative;
}

#left_link.date_side .filterblk .filterbtn>div {
    display: inline-block;
    vertical-align: middle;
}

#left_link.date_side .filterblk .circle {
    border-radius: 50%;
    margin-right: 10px;
    background-image: url("../img/icon_search.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
}

#left_link.date_side .filterblk .font {
    font-size: 15px;
}

#timeline {
    width: 715px;
    letter-spacing: 1px;
}

#timeline .yearlist {
    position: relative;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

#timeline .yearlist .yearblk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-bottom: 90px;
}

#timeline .yearlist .yearblk:nth-child(even) .year {
    border-color: #10a9ea;
}

#timeline .yearlist .year {
    font-size: 36px;
    font-weight: 700;
    color: #525252;
    padding-right: 30px;
    margin-right: 40px;
    box-sizing: border-box;
    border-right: 3px solid #00c6a5;
    line-height: 36px;
}

#timeline .yearlist .grow {
    width: 65%;
    flex-grow: 2;
    position: relative;
}

#timeline .yearlist .monthblk {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#timeline .yearlist .monthblk:last-child {
    margin-bottom: 0;
}

#timeline .yearlist .month {
    font-size: 18px;
    font-weight: 600;
    color: #525252;
    border-radius: 20px;
    text-align: left;
    width: 123px;
    position: relative;
    line-height: 30px;
}

#timeline .yearlist .month:after {
    content: '';
    background-color: #dbdbdb;
    position: absolute;
    width: 27px;
    height: 1px;
    transform: rotate(135deg);
    top: 14px;
    right: -7px;
}

#timeline .yearlist .eventlist {
    width: 70%;
    font-size: 14px;
    color: #757575;
    line-height: 26px;
}

#timeline .yearlist .img {
    min-width: 171px;
    background-position: center;
    background-repeat: no-repeat;
    align-self: flex-start;
    width: 171px;
    height: auto;
}

#timeline .yearlist .event {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

#timeline .yearlist .event:last-child {
    margin-bottom: 0;
}

#timeline .yearlist .event p {
    margin-left: 35px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

@media only screen and (max-width: 1400px) {
    #organ_bg span:nth-child(3), #organ_bg span:nth-child(2) {
        display: none;
    }
    #timeline {
        width: 614px;
    }
}

@media only screen and (min-width: 1025px) {
    #recruitment .list .box:hover .imgs .read_more {
        opacity: 1;
    }
    #recruitment .list .box:hover .imgs .read_more span:before, #recruitment .list .box:hover .imgs .read_more span:after {
        width: 100%;
    }
    #recruitment .list .box:hover .text .title:after {
        width: 100%;
        background-color: #0dc9aa;
    }
    #left_link .service.search_button:hover span {
        background-image: url(../img/icon/search_h.png);
    }
}

@media only screen and (max-width: 1024px) {
    #about {
        width: calc(100% - 168px);
        float: none;
        margin: 50px auto;
    }
    #recruitment .list .box, #recruitment .list .box:nth-child(2){
        width: 100%;
        padding-top: 33px;    border-top: 1px solid #e9e9e9;
margin-top: 33px;
    }
    #about .divid {
        width: 100%;
        margin-bottom: 16px;
        display: block;
    }
    #about .divid .title {
        width: 100%;
    }
    #about .divid .text {
        width: 100%;
    }
    #about .text_box .title {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    #about .text_box02 {
        display: block;
    }
    #about .text_box01 .imgs {
        margin-bottom: 25px;
    }
    #about .text_box .text_block {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    #about .text_box .text_block.text_box02 {
        margin-top: 20px;
    }
    #about .text_box02 .topic:after {
        display: none;
    }
    #about .text_box {
        padding: 50px 0;
        display: block;
    }
    #about .text_box .title br {
        display: none;
    }
    #about .text_box02 .topic .icon {
        float: none;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #about .text_box01 {
        padding-top: 20px;
    }
    #about .text_box02 .topic span {
        height: auto;
        width: 100%;
        padding-left: 0;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    #about .text_box04 .text_block .box {
        width: 50%;
        padding-right: 25px;
        margin-bottom: 40px;
    }
    #about .text_box04 .text_block .box:nth-child(even) {
        padding-right: 0;
        padding-left: 25px;
    }
    #about .text_box04 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #organ {
        width: 100%;
        padding-top: 75px;
        padding-left: 23px;
    padding-right: 23px;
    }
    #organ .part_list .part{
            margin-right: 9px;
                margin-left: 9px;
    }
    #organ .people_list {
        width: 100%;
        overflow: hidden;
    }
    #organ .people_list .people {
        margin-bottom: 20px;
    }
    #organ .people_list .people.side_out {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 35px;
        left: 50%;
    }
    #organ .people_list .people:after {
        height: 115px;
        bottom: -115px;
    }
    #organ .people_list .people.side_out:after {
        content: '';
        background-color: #ababab;
        position: absolute;
        width: 34px;
        height: 1px;
        bottom: 35px;
        left: -34px;
    }
    #map {
        position: relative;
        width: 90%;
        left: 5%;
        padding-top: 70px;
    }
    #about_life .life_content .life_box:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #recruitment {
        width: calc(100% - 168px);
        float: none;
        margin: 70px auto;
        padding-top: 0;
    }
    #recruitment .list .box:nth-child(even) {
        padding-left: 0;
    }
    #recruitment .list .box .imgs {
        width: 40%;
        height: auto;
    }
    #recruitment .list .box .text {
        display: block;
        height: auto;
    }
    #recruitment .list .box .text .title {
        margin-bottom: 0;
        padding-bottom: 19px;
        padding-right: 0;
    }
    #recruitment .list .box .text .title:after {
        bottom: -0;
    }
    #recruitment .list .box .text .memo {
        margin-top: 19px;
        -webkit-line-clamp: 5;
        display: block;
        width: 100%;
    }
    #about_news {
        margin-top: 50px;
        width: calc(100% - 168px);
        float: none;
    }
    #about_life .date_box {
        display: block;
        width: 185px;
        margin-top: 35px;
    }
    #about_life .date_box .date {
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #about_life .date_box .day {
        font-size: 14px;
    }
    .about_news_show {
        margin-top: 22px;
    }
    #timeline {
        width: calc(100% - 168px);
    }
    #timeline .yearlist .eventlist {
        width: 65%;
    }
    #timeline .yearlist .month {
        width: 28%;
    }
    #left_link.date_side {
        /*display: block;
        width: 180px;
        margin-top: 30px;
        float: none;
        margin-left: 84px;*/
        display: block;
        margin-top: 30px;
        float: none;
        margin-left: 0;
        padding-left: 84px;
        padding-right: 84px;
        width: 100%;
    }
    #left_link.date_side .filterblk .date{
        float: left;
        width: 29%;
        margin-right: 3%;
    }
    #left_link .service.search_button{
        width: 32%;
        margin: auto;
        float: right;
        margin-top: 2px;
    }
    #left_link.date_side .filterblk{
        display: inline-block;
    }
}

@media only screen and (max-width: 700px) {
    #about, #recruitment, #about_news {
        width: calc(100% - 100px);
    }
    #timeline {
        width: calc(100% - 100px);
    }
    #organ .people_list .people.side_out {
        margin-left: 22px;
    }
    #organ .people_list .people.side_out:after {
        left: -22px;
        width: 22px;
    }
    #left_link.date_side {
        margin-left: 50px;
    }
    #left_link.date_side .filterblk .date {
        float: none;
        width: 180px;
        margin-right: 0;
        display: block;
    }
    #left_link .service.search_button {

        float: none;
        width: 180px;
        display: block;
        margin-top: 30px;
    }
    #left_link.date_side{
        padding-left: 0;
        padding-right: 0;
            width: 180px;
    }
}

@media only screen and (max-width: 600px) {
    #about .text_box01 {
        padding-top: 0;
    }
    #about, #recruitment {
        width: calc(100% - 70px);
        margin-top: 0;
    }
    #about .text_box01 .imgs .mobile {
        display: block;
    }
    #about .text_box01 .imgs img {
        display: none;
    }
    #about .text_box01 .imgs {
        width: 100vw;
        left: -35px;
    }
    #about .divid .text {
        position: relative;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: none;
        -moz-column-rule: none;
        column-rule: none;
        color: #757575;
        line-height: 25px;
    }
    #about .text_box .title {
        margin-bottom: 35px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    #about .divid {
        margin-top: 14px;
    }
    #about .text_box02 .topic .icon {
        width: 71px;
        height: 71px;
    }
    #about .text_box02 .topic span {
        margin-top: 10px;
        letter-spacing: 1px;
    }
    #about .text_box .normal {
        color: #757575;
    }
    #about .text_box .title br {
        display: block;
    }
    #about .text_box04 .text_block .box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    #about .text_box04 .text_block .box:nth-child(even) {
        padding-left: 0;
    }
    #about .text_box04 .text_block .box .title {
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    #about .text_box04 .text_block .box .info {
        padding-right: 0;
        margin-top: 0;
        color: #757575;
        line-height: 25px;
    }
    #about .text_box04 .text_block .box:last-child {
        margin-bottom: 0;
    }
    #organ .people_list .people {
        width: 182px;
        height: 71px;
        padding-left: 0;
        padding-right: 0;
    }
    #organ .people_list .people .name {
        width: 100%;
        line-height: 22px;
        text-align: center;
        font-size: 16px;
        padding: 0;
        margin-bottom: 0;
    }
    #organ .people_list .people .name:after {
        display: none;
    }
    #organ .people_list .people .e_name {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        height: auto;
    }
    #organ .people_list .people .name:after {
        display: none;
    }
    #organ .people_list .people.side_out {
        margin-left: 22px;
        width: 142px;
        height: 56px;
        padding: 8px 0;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    #organ .people_list .people {
        margin-bottom: 16px;
    }
    #organ .part_list {
        padding-left: 35px;
        padding-right: 35px;
    }
    #organ {
        padding-bottom: 0;
        padding-top: 34px;
        padding-left: 0;
padding-right: 0;
    }
    #organ .part_list .part {
        margin-left: 4px;
        margin-right: 4px;
        float: none;
    }
    #organ .part_list .box {
        border-top: 1px solid #ababab;
        padding-top: 22px;
        display: flex;
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #organ_bg {
        height: 1200px;
    }
    #map {
        width: calc(100% - 30px);
        left: auto;
        display: block;
        margin: 0 auto;
        padding-top: 40px;
        height: 400px;
    }
    .content_boxshow .need_content.form4 .table .t_content .c1:before {
        content: 'no.';
        margin-right: 3px;
    }
    .content_boxshow .need_content.form4 .table .t_content .c2:before {
        content: '職位名稱';
    }
    .content_boxshow .need_content.form4 .table .t_content .c3:before {
        content: '需求人數';
    }
    .content_boxshow .need_content.form4 .table .t_content .c3 span:after {
        content: '名';
        margin-left: 5px;
    }
    .content_boxshow .need_content.form4 .table .t_content .more:before {
        content: '';
    }
    .need_content {
        margin-top: 0;
    }
    #about_life .life_content .life_box .imgs {
        width: 100vw;
        left: -35px;
    }
    #about_life .life_content .life_box {
        margin-top: 50px;
    }
    #about_life .life_content .life_box .text .title {
        width: 100%;
        padding-left: 0;
        border: 0;
        letter-spacing: 2px;
    }
    #about_life .life_content .life_box .text .title .icon {
        right: 0;
        left: auto;
    }
    #about_life .life_content .life_box .text .summary {
        width: 100%;
        margin-top: 18px;
    }
    #recruitment .list {
        display: inline-block;
        width: 100%;
    }
    #recruitment .list .box:nth-child(1), #recruitment .list .box:nth-child(2), #recruitment .list .box {
        width: 100%;
        display: inline-block;
        margin-top: 23px;
        padding-top: 33px;
        border-top: 1px solid #e9e9e9;
    }
    #recruitment .list .box .text, #recruitment .list .box:nth-child(even) .text {
        width: 100%;
    }
    #recruitment .list .box:nth-child(1) {
        border-top: 0;
        padding-top: 0;
    }
    #recruitment .list .box .imgs {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        display: block;
        text-align: center;
        height: auto;
    }
    #about_news {
        width: calc(100% - 70px);
        margin-top: 0;
    }
    #about_life .date_box {
        width: 172px;
    }
    #about_life .date_box .date {
        font-size: 13px;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }
    #about_life .date_box .day {
        font-size: 13px;
    }
    #left_link.date_side {
        width: 153px;
        margin-left: 35px;
        padding-bottom: 53px;
    }
    #left_link.date_side:before {
        content: '';
        width: 2px;
        height: 14px;
        background-color: #19bbf0;
        position: absolute;
        left: 0;
        bottom: 14px;
    }
    #left_link.date_side:after {
        content: '';
        width: 2px;
        height: 14px;
        background-color: #00e0a5;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #timeline {
        width: calc(100% - 70px);
        margin-top: 20px;
    }
    #left_link .service.search_button {
        margin-top: 30px;
    }
    #timeline .yearlist .month:after {
        display: none;
    }
    #timeline .yearlist .yearblk {
        display: block;
    }
    #timeline .yearlist .year {
        font-size: 28px;
        margin-right: 0;
        border-bottom: 3px solid #00c6a5;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    #timeline .yearlist .grow {
        width: 100%;
    }
    #timeline .yearlist .monthblk {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #timeline .yearlist .month {
        width: 28%;
        font-size: 16px;
    }
    #timeline .yearlist .eventlist {
        width: 60%;
    }
    #timeline .yearlist .monthblk:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    #timeline .yearlist .yearblk:last-child {
        margin-bottom: 65px;
    }
    #left_link.date_side .filterblk .date input{
        font-size: 16px;
    }
}

.ui-widget.ui-widget-content {
    z-index: 111 !important;
}
