@import url(https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

.jejumyeongjo * {    font-family: "Jeju Myeongjo", serif;}

.sub_bg {position:relative; background-image:url('../images/sub/sub_background.jpg');  background-repeat:no-repeat;
background-size: 100% auto; /*height: 400px;*/}
.sub_bg.menu02 {background-image:url('../images/sub/sub_background_02.jpg');}
.sub_bg.menu03 {background-image:url('../images/sub/sub_background_03.jpg');}
.sub_bg.menu04 {background-image:url('../images/sub/sub_background_04.jpg');}
.sub_bg.menu05 {background-image:url('../images/sub/sub_background_05.jpg');}
.sub_bg.menu06 {background-image:url('../images/sub/sub_background_06.jpg');}
.sub_bg.menu07 {background-image:url('../images/sub/sub_background_07.jpg');}
.sub_bg.menu08 {background-image:url('../images/sub/sub_background_08.jpg');}
.sub_bg.menu09 {background:#f0c92e url('../images/sub/sub_background_09.jpg');}

.sub_bg > .height {height:200px;}
.sub_bg .wrapper{background: #fff; padding: 0 0 50px 0;}
.sub_bg .wrapper .sub_tit{font-size: 45px; color: #fff; text-align: center;}

@media only screen and (max-width:800px){
    .sub_bg > .height {height:100px;}

}

/* 콘텐츠 */
#s_content {min-height:500px; padding:0 0 50px;  background: #fff;}
#s_content:after {display:block; position:absolute; left:0; bottom:0; z-index:0; width:100%; /*height:148px; background:url('../images/sub/content_bg.png') no-repeat center bottom;*/}

#b_contents {min-height:600px; padding:20px 30px 50px 30px;  background: #fff;}
#b_contents:after {display:block; position:absolute; left:0; bottom:0; z-index:0; width:100%; }
#m_contents {min-height:600px; padding:20px 30px 50px 30px;  background: #fff;  width:80%; margin: 0 auto;}
#m_contents:after {display:block; position:absolute; left:0; bottom:0; z-index:0; width:100%; }

@media only screen and (max-width:800px){
    #m_contents {width:100%; margin: 0 auto;}
.colgroup{display:block;float:none;width:auto; padding-left:2%; padding-right:2%;}
}

.s_visual {    width: 100%;    height: 430px;    overflow: hidden;    position: relative;}

.s_visual .s_visual_bg img {    animation: mymove 5s;}

.sv_txt {
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    position: absolute;
}

.sv_txt h3 {
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 500;
}

.sv_txt p {
    letter-spacing: 5px;
    font-size: 16px;
    opacity: 0.6;
}

@media all and (min-width:1921px) {
    .s_visual .s_visual_bg img {
        width: 100%;
        height: 430px;
    }
}

@media all and (max-width:1600px) {
    .s_visual {
        height: 380px;
    }

    .sv_txt h3 {
        font-size: 38px;
    }
}

@media all and (max-width:960px) {
    .s_visual {
        height: 320px;
    }

    .sv_txt h3 {
        padding-bottom: 15px;
        font-size: 32px;
    }

    .sv_txt p {
        letter-spacing: 3px;
        font-size: 14px;
    }
}

@media all and (max-width:640px) {
    .s_visual {
        height: 280px;
    }

    .sv_txt h3 {
        font-size: 28px;
    }

    .sv_txt p {
        font-size: 12px;
    }
}

@media all and (max-width:460px) {
    .s_visual {
        height: 240px;
    }

    .sv_txt {
        top: 54%;
    }

    .sv_txt h3 {
        padding-bottom: 5px;
        font-size: 24px;
    }

    .sv_txt p {
        letter-spacing: 0px;
    }
}

.s_content {
    padding: 75px 0px;
}

.s_section {
    margin: 0px auto;
    max-width: 1200px;
}

.i_section {
    margin: 0px auto;
    max-width: 1200px;
}

@media all and (max-width:1240px) {
    .s_section {
        padding: 0px 20px;
    }

    .i_section {
        padding: 0px 20px;
    }
}

@media all and (max-width:980px) {
    .s_content {
        padding: 50px 0px;
    }
}

@media all and (max-width:640px) {
    .s_content {
        padding: 40px 0px;
    }
}

.sub_tab {
    background: rgb(248, 248, 248);
    border-bottom-color: rgb(26, 118, 169);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.sub_tab ul::after {
    clear: both;
    display: block;
    content: "";
}

.sub_tab ul li {
    transition: 0.6s;
    width: 50%;
    text-align: center;
    float: left;
}

.sub_tab ul li a {
    padding: 14px 16px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 100%;
    color: rgb(118, 118, 118);
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.sub_tab ul li a:hover {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    transition: 0.6s;
    border-image: none;
    color: rgb(255, 255, 255);
}

.sub_tab ul li a.active {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    color: rgb(255, 255, 255);
}

.table_con_wrap {
    position: relative;
}

.table_con_wrap .table_prev_mo {
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.table_con_wrap .table_prev_mo ul {
    margin: -11px 0px 0px -75px;
    left: 50%;
    top: 50%;
    position: absolute;
}

.table_con_wrap .table_prev_mo ul::after {
    clear: both;
    display: block;
    content: "";
}

.table_con_wrap .table_prev_mo ul li {
    float: left;
}

.table_con_wrap .table_prev_mo ul li p {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.table_con_wrap .table_prev_mo ul li i {
    animation: prevarrow 0.5s ease-in infinite alternate;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 4px;
}

.blnone {
    border-left-color: currentColor !important;
    border-left-width: medium !important;
    border-left-style: none !important;
}

.bgf7f7f7 {
    background: rgb(247, 247, 247);
    color: rgb(0, 0, 0) !important;
    line-height: 22px;
}

.bgblue {
    background: rgba(26, 118, 169, 0.05);
    color: rgb(0, 0, 0) !important;
}

.textleft {
    text-align: left;
}

.fs14 {
    font-size: 14px !important;
}

.fs14 th {
    font-size: 14px !important;
}

@media all and (max-width:960px) {
    .fs14 {
        font-size: 13px !important;
    }

    .fs14 th {
        font-size: 13px !important;
    }
}

.greeting {
    background: url("../images/sub/gree_bg.jpg") no-repeat 0px 100% / cover;
}

.greeting .g_tion {
    margin: 0px auto;
    max-width: 1200px;
}

.greeting .part1::after {
    clear: both;
    display: block;
    content: "";
}

.greeting .part1 > div {
    float: left;
}

.greeting .part1 .gr_img {
    margin-right: 50px;
}

.greeting .part1 .gr_img img {
    max-width: 100%;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.greeting .part1 .gr_tit {
    padding-top: 155px;
}

.greeting .part1 .gr_tit h5 {
    color: rgb(136, 136, 136);
    letter-spacing: 4px;
    padding-left: 65px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.greeting .part1 .gr_tit h5::before {
    background: rgb(44, 116, 166);
    left: 0px;
    top: 50%;
    width: 50px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    content: "";
}

.greeting .part1 .gr_tit h1 {
    color: rgb(51, 51, 51);
    padding-top: 10px;
    font-size: 42px;
    font-weight: 100;
    -ms-word-break: keep-all;
}

.greeting .part1 .gr_tit h1 span {
    color: rgb(44, 116, 166);
    font-weight: 600;
}

.greeting .part2 {
    padding-top: 50px;
}

.greeting .part2 p {
    color: rgb(51, 51, 51);
    line-height: 29px;
    font-size: 15px;
    -ms-word-break: keep-all;
}

.greeting .part2 p + p {
    margin-top: 30px;
}

.greeting .part2 h5 {
    padding: 50px 0px 75px;
    text-align: right;
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
}

.greeting .part2 h5 span {
    font-family: "Jeju Myeongjo", serif;
    font-size: 26px;
    font-weight: 600;
    margin-left: 15px;
}

@media all and (max-width:1240px) {
    .greeting .part1 .gr_img {
        width: 180px;
        margin-right: 35px;
    }

    .greeting .part1 .gr_tit {
        padding-top: 135px;
    }

    .greeting .part1 .gr_tit h5 {
        padding-left: 50px;
        font-size: 16px;
    }

    .greeting .part1 .gr_tit h5::before {
        width: 35px;
    }

    .greeting .part1 .gr_tit h1 {
        font-size: 36px;
    }
}

@media all and (max-width:960px) {
    .greeting .part1 .gr_img {
        width: 160px;
        margin-right: 30px;
    }

    .greeting .part1 .gr_tit {
        padding-top: 115px;
    }

    .greeting .part1 .gr_tit h1 {
        font-size: 30px;
    }
}

@media all and (max-width:810px) {
    .greeting .part1 .gr_tit {
        padding-top: 50px;
    }

    .greeting .part2 {
        padding-top: 30px;
    }
}

@media all and (max-width:640px) {
    .greeting .part1 .gr_img {
        width: 140px;
        margin-right: 0px;
    }

    .greeting .part1 .gr_tit {
        padding-top: 30px;
    }

    .greeting .part1 .gr_tit h5 {
        padding-left: 40px;
        font-size: 14px;
    }

    .greeting .part1 .gr_tit h5::before {
        width: 25px;
    }

    .greeting .part1 .gr_tit h1 {
        font-size: 26px;
    }

    .greeting .part2 p {
        line-height: 24px;
        font-size: 12px;
    }

    .greeting .part2 p + p {
        margin-top: 15px;
    }

    .greeting .part2 h5 {
        padding: 20px 0px 30px;
        font-size: 12px;
    }

    .greeting .part2 h5 span {
        font-size: 18px;
        margin-left: 15px;
    }
}

.history .his_txt {
    margin: 10px 0px 75px;
    text-align: center;
}

.history .his_txt h5 {
    color: rgb(51, 51, 51);
    font-size: 26px;
    font-weight: 500;
}

.history .his_txt h5 span {
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.history .his_txt h5 span::before {
    background: linear-gradient(to right, rgb(131, 211, 88), rgb(44, 116, 166));
    animation: ht_under 0.5s 1s forwards;
    left: 0px;
    width: 0px;
    height: 8px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
}

.history .his_txt h3 {
    color: rgb(0, 171, 173);
    font-size: 42px;
}

.history .his_txt h3 span {
    color: rgb(34, 34, 34);
    font-weight: 500;
}

.history .his_tab ul {
    margin: 0px auto;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    max-width: 1200px;
}

.history .his_tab ul::after {
    clear: both;
    display: block;
    content: "";
}

.history .his_tab ul li {
    background: rgb(255, 255, 255);
    width: 33.33%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-left-color: rgb(221, 221, 221);
    border-left-width: 1px;
    border-left-style: solid;
    float: left;
}

.history .his_tab ul li a {
    font-size: 22px;
    font-weight: 500;
}

.history .his_tab ul li:first-child {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
}

.history .his_tab ul li:first-child a {
    color: rgb(255, 255, 255);
}

.history .his_tab.fixed {
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 3;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.history .his_tab.fixed ul {
    border: currentColor;
    border-image: none;
}

.history .his_tab.fixed ul li {
    background: none;
    border: currentColor;
    border-image: none;
    height: 100px;
    line-height: 100px;
}

.history .his_tab.fixed ul li a {
    color: rgb(0, 0, 0);
}

.history .his_tab.fixed ul li.selected a {
    color: rgb(44, 116, 166);
    padding-bottom: 10px;
    position: relative;
}

.history .his_tab.fixed ul li.selected a::before {
    background: rgb(44, 116, 166);
    animation: his_under 0.5s forwards;
    left: 0px;
    width: 0px;
    height: 4px;
    bottom: 0px;
    position: absolute;
    content: "";
}

.history .his_con {
    margin-bottom: 75px;
    position: relative;
}

.history .his_con::before {
    background: rgb(221, 221, 221);
    left: 50%;
    top: 90px;
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
}

.history .his_con > div {
    padding-top: 75px;
}

.history .his_con .hc_list::after {
    clear: both;
    display: block;
    content: "";
}

.history .his_con .hc_list > div {
    width: 50%;
}

.history .his_con .hc_list .h_year {
    position: relative;
}

.history .his_con .hc_list .h_year::before {
    background: rgb(44, 116, 166);
    border-radius: 50%;
    top: 12px;
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
}

.history .his_con .hc_list .h_year strong {
    padding: 0px 30px;
    color: rgb(44, 116, 166);
    font-size: 26px;
    display: block;
}

.history .his_con .hc_list .h_con ul {
    padding: 0px 30px;
}

.history .his_con .hc_list .h_con ul li {
    color: rgb(34, 34, 34);
    font-size: 15px;
}

.history .his_con .hc_list .h_con ul li + li {
    margin-top: 20px;
}

.history .his_con .hc_list .h_con ul li span {
    width: 110px;
    color: rgb(132, 132, 132);
    font-weight: 500;
    display: inline-block;
}

.history .his_con .h_left > div {
    float: left;
}

.history .his_con .h_left .h_year {
    text-align: right;
}

.history .his_con .h_left .h_year::before {
    right: -5px;
}

.history .his_con .h_right > div {
    float: right;
}

.history .his_con .h_right .h_year::before {
    left: -4px;
}

.history .his_con .h_right .h_con {
    text-align: right;
}

.history .his_con .h_right .h_con ul li::after {
    display: block;
    content: "";
}

.history .his_con .h_right .h_con ul li span {
    float: right;
}

@media all and (max-width:1240px) {
    .history .his_con::before {
        left: 132px;
    }

    .history .his_con .hc_list > div {
        width: 50%;
        float: left;
    }

    .history .his_con .hc_list .h_year {
        width: 137px;
        text-align: left;
    }

    .history .his_con .hc_list .h_year::before {
        right: 0px;
    }

    .history .his_con .hc_list .h_year strong {
        padding: 0px;
    }

    .history .his_con .hc_list .h_con {
        width: auto;
        text-align: left;
    }

    .history .his_con .hc_list .h_con ul {
        padding: 0px 0px 0px 65px;
    }

    .history .his_con .hc_list .h_con ul li::after {
        clear: both;
        display: block;
        content: "";
    }

    .history .his_con .hc_list .h_con ul li span {
        margin-top: 2px;
        float: left;
    }
}

@media all and (max-width:890px) {
    .history .his_txt {
        margin: 0px 0px 50px;
    }

    .history .his_txt h5 {
        font-size: 22px;
    }

    .history .his_txt h3 {
        font-size: 34px;
    }

    .history .his_tab ul li {
        height: 65px;
        line-height: 65px;
    }

    .history .his_tab ul li a {
        font-size: 18px;
    }

    .history .his_tab.fixed ul li {
        height: 75px;
        line-height: 75px;
    }

    .history .his_con {
        margin-bottom: 50px;
    }

    .history .his_con::before {
        display: none;
    }

    .history .his_con > div {
        padding-top: 50px;
    }

    .history .his_con .hc_list .h_year {
        width: 100%;
    }

    .history .his_con .hc_list .h_year::before {
        display: none;
    }

    .history .his_con .hc_list .h_year strong {
        padding-bottom: 14px;
        margin-bottom: 10px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

    .history .his_con .hc_list .h_year strong::before {
        background: rgb(26, 118, 169);
        left: 0px;
        width: 100px;
        height: 2px;
        bottom: -1px;
        position: absolute;
        content: "";
    }

    .history .his_con .hc_list .h_con {
        width: 100%;
    }

    .history .his_con .hc_list .h_con ul {
        padding: 0px;
    }

    .history .his_con .hc_list .h_con ul li + li {
        margin-top: 10px;
    }

    .history .his_con .hc_list .h_con ul li span {
        width: 100px;
    }
}

@media all and (max-width:640px) {
    .history .his_txt {
        margin: 20px 0px 40px;
    }

    .history .his_txt h5 {
        font-size: 18px;
    }

    .history .his_txt h3 {
        font-size: 26px;
    }

    .history .his_tab ul li {
        height: 55px;
        line-height: 55px;
    }

    .history .his_tab ul li a {
        font-size: 16px;
    }

    .history .his_tab.fixed ul li {
        height: 65px;
        line-height: 65px;
    }

    .history .his_con {
        margin-bottom: 30px;
    }

    .history .his_con > div {
        padding-top: 40px;
    }

    .history .his_con .hc_list .h_year strong {
        font-size: 24px;
    }

    .history .his_con .hc_list .h_year strong::before {
        width: 92px;
    }

    .history .his_con .hc_list .h_con ul li {
        font-size: 12px;
    }

    .history .his_con .hc_list .h_con ul li + li {
        margin-top: 4px;
    }

    .history .his_con .hc_list .h_con ul li span {
        width: 90px;
        height: 20px;
    }
}

@media all and (max-width:460px) {
    .history .his_txt h5 {
        font-size: 15px;
    }

    .history .his_txt h3 {
        font-size: 22px;
    }

    .history .his_tab ul li {
        height: 40px;
        line-height: 40px;
    }

    .history .his_tab ul li a {
        font-size: 13px;
    }
}

.vision {
    text-align: center;
}

.vision h3 {
    margin: 60px 0px 35px;
    color: rgb(51, 51, 51);
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.vision h3::after {
    background: rgb(26, 118, 169);
    left: 50%;
    width: 24px;
    height: 3px;
    bottom: 0px;
    margin-left: -12px;
    position: absolute;
    content: "";
}

.vision .part1 {
    background: rgb(249, 249, 249);
    padding: 75px 0px 50px;
}

.vision .part1 .vi_txt h1 {
    color: rgb(51, 51, 51);
    font-size: 36px;
    font-weight: 600;
}

.vision .part1 .vi_txt h1 span {
    color: rgb(0, 171, 173);
}

.vision .part1 .vi_txt h5 {
    color: rgb(183, 183, 183);
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.vision .part1 .vi_box p {
    background: rgb(255, 255, 255);
    padding: 30px;
    border: 15px solid rgb(26, 118, 169);
    border-image: none;
    color: rgb(51, 51, 51);
    line-height: 32px;
    font-size: 20px;
    position: relative;
}

.vision .part1 .vi_box p::before {
    background: rgb(209, 228, 238);
    left: 50%;
    top: -15px;
    width: 90%;
    height: 15px;
    margin-left: -526px;
    position: absolute;
    content: "";
}

.vision .part1 .vi_box p::after {
    background: rgb(209, 228, 238);
    left: 50%;
    width: 90%;
    height: 15px;
    bottom: -15px;
    margin-left: -526px;
    position: absolute;
    content: "";
}

.vision .part1 .vi_box p span {
    color: rgb(26, 118, 169);
    font-weight: 600;
}

.vision .part1 .vi_logo {
    margin: 0px auto;
    max-width: 644px;
}

.vision .part1 .vi_logo::after {
    clear: both;
    display: block;
    content: "";
}

.vision .part1 .vi_logo dd {
    margin: 0.5%;
    width: 49%;
    float: left;
}

.vision .part1 .vi_logo dd img {
    background: rgb(255, 255, 255);
    max-width: 100%;
}

.vision .part1 .vi_logo dd p {
    font-size: 18px;
    margin-top: 10px;
}

.vision .part2 .vp2_top {
    padding: 75px 0px;
    margin-bottom: 75px;
    position: relative;
}

.vision .part2 .vp2_top .vp2_tcon {
    left: 50%;
    top: 0px;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    position: absolute;
}

.vision .part2 .vp2_top .vp2_tcon .vp2_tbox {
    border-radius: 50%;
    border: 15px solid rgb(0, 0, 0);
    border-image: none;
    width: 230px;
    height: 230px;
    display: table;
    position: absolute;
}

.vision .part2 .vp2_top .vp2_tcon > div:nth-of-type(1) {
    border-color: rgb(230, 244, 246);
    left: 0px;
    top: 0px;
}

.vision .part2 .vp2_top .vp2_tcon > div:nth-of-type(2) {
    border-color: rgb(208, 234, 239);
    top: 0px;
    right: 0px;
}

.vision .part2 .vp2_top .vp2_tcon > div:nth-of-type(3) {
    border-color: rgb(208, 234, 239);
    left: 0px;
    bottom: 0px;
}

.vision .part2 .vp2_top .vp2_tcon > div:nth-of-type(4) {
    border-color: rgb(230, 244, 246);
    right: 0px;
    bottom: 0px;
}

.vision .part2 .vp2_top .vp2_tcon .vp2_tbox ul {
    vertical-align: middle;
    display: table-cell;
}

.vision .part2 .vp2_top .vp2_tcon ul li img {
    height: 65px;
}

.vision .part2 .vp2_top .vp2_tcon ul li p {
    color: rgb(60, 60, 60);
    line-height: 20px;
    padding-top: 18px;
    font-size: 16px;
    font-weight: 500;
}

.vision .part2 .vp2_bottom::after {
    clear: both;
    display: block;
    content: "";
}

.vision .part2 .vp2_bottom > div {
    margin: 0.5%;
    width: 24%;
    float: left;
}

.vision .part2 .vp2_bottom .vp2_b_list dl {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    height: 230px;
    text-align: center;
}

.vision .part2 .vp2_bottom > div:nth-of-type(2n+1) dl:hover {
    border: 1px solid rgb(0, 171, 173);
    transition: 0.6s;
    border-image: none;
}

.vision .part2 .vp2_bottom > div:nth-of-type(2n) dl:hover {
    border: 1px solid rgb(44, 80, 166);
    transition: 0.6s;
    border-image: none;
}

.vision .part2 .vp2_bottom .vp2_b_list dl + dl {
    margin-top: 30px;
}

.vision .part2 .vp2_bottom .vp2_b_list dl dt {
    padding: 20px 0px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.vision .part2 .vp2_bottom > div:nth-of-type(1) dl dt {
    background: rgb(0, 171, 173);
}

.vision .part2 .vp2_bottom > div:nth-of-type(3) dl dt {
    background: rgb(0, 171, 173);
}

.vision .part2 .vp2_bottom > div:nth-of-type(5) dl dt {
    background: rgb(0, 171, 173);
}

.vision .part2 .vp2_bottom > div:nth-of-type(7) dl dt {
    background: rgb(0, 171, 173);
}

.vision .part2 .vp2_bottom > div:nth-of-type(2) dl dt {
    background: rgb(44, 80, 166);
}

.vision .part2 .vp2_bottom > div:nth-of-type(4) dl dt {
    background: rgb(44, 80, 166);
}

.vision .part2 .vp2_bottom > div:nth-of-type(6) dl dt {
    background: rgb(44, 80, 166);
}

.vision .part2 .vp2_bottom > div:nth-of-type(8) dl dt {
    background: rgb(44, 80, 166);
}

.vision .part2 .vp2_bottom .vp2_b_list dl dd {
    padding: 0px 20px;
}

.vision .part2 .vp2_bottom .vp2_b_list dl dd p {
    padding: 20px 0px 10px;
    color: rgb(51, 51, 51);
    font-size: 15px;
    -ms-word-break: keep-all;
}

.vision .part2 .vp2_bottom .vp2_b_list dl dd span {
    background: rgb(247, 250, 251);
    margin: 5px 0px 20px;
    padding: 6px 16px;
    border-radius: 20px;
    color: rgb(132, 132, 132);
    display: inline-block;
}

.vision .part3 > h5 {
    margin: 50px 0px 20px;
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.vision .part3 > h5::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

@media all and (max-width:1240px) {
    .vision h3 {
        font-size: 26px;
    }

    .vision .part1 .vi_txt h1 {
        font-size: 32px;
    }

    .vision .part1 .vi_box p {
        border: 12px solid rgba(26, 118, 169, 0.2);
        border-image: none;
        line-height: 28px;
        font-size: 18px;
    }

    .vision .part1 .vi_box p::before {
        display: none;
    }

    .vision .part1 .vi_box p::after {
        display: none;
    }

    .vision .part2 .vp2_top > img {
        height: 350px;
    }

    .vision .part2 .vp2_top .vp2_tcon {
        width: 920px;
        margin-left: -460px;
    }

    .vision .part2 .vp2_bottom > div {
        width: 49%;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl {
        height: 180px;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl dt {
        padding: 14px 0px;
        font-size: 14px;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl dd p {
        padding: 14px 0px 8px;
        font-size: 13px;
    }
}

@media all and (max-width:960px) {
    .vision h3 {
        margin: 50px 0px 30px;
        font-size: 22px;
    }

    .vision .part1 .vi_txt h1 {
        font-size: 28px;
    }

    .vision .part1 .vi_box p {
        line-height: 24px;
        font-size: 16px;
    }

    .vision .part1 .vi_logo dd p {
        font-size: 16px;
    }

    .vision .part2 .vp2_top > img {
        height: 300px;
    }

    .vision .part2 .vp2_top .vp2_tcon {
        width: 750px;
        margin-left: -375px;
    }

    .vision .part2 .vp2_top .vp2_tcon .vp2_tbox {
        border: 10px solid rgb(0, 0, 0);
        border-image: none;
        width: 200px;
        height: 200px;
    }

    .vision .part2 .vp2_top .vp2_tcon ul li img {
        height: 55px;
    }

    .vision .part2 .vp2_top .vp2_tcon ul li p {
        line-height: 18px;
        padding-top: 12px;
        font-size: 14px;
    }
}

@media all and (max-width:790px) {
    .vision .part2 .vp2_top {
        padding: 20px 0px 50px;
        margin-bottom: 0px;
    }

    .vision .part2 .vp2_top .vp2_tcon {
        margin: 35px 0px 0px;
        width: auto;
    }

    .vision .part2 .vp2_top .vp2_tcon::after {
        clear: both;
        display: block;
        content: "";
    }

    .vision .part2 .vp2_top .vp2_tcon .vp2_tbox {
        margin: 0.5%;
        padding: 30px 0px;
        border-radius: 0px;
        border: 5px solid rgb(0, 0, 0);
        border-image: none;
        width: 24%;
        height: auto;
        float: left;
    }
}

@media all and (max-width:640px) {
    .vision h3 {
        margin: 35px 0px 20px;
        padding-bottom: 10px;
        font-size: 18px;
    }

    .vision h3::after {
        width: 18px;
        height: 2px;
        margin-left: -9px;
    }

    .vision .part1 {
        padding: 50px 0px 35px;
    }

    .vision .part1 .vi_txt h1 {
        font-size: 24px;
    }

    .vision .part1 .vi_txt h5 {
        padding-top: 4px;
        font-size: 14px;
    }

    .vision .part1 .vi_box p {
        padding: 20px;
        border: 8px solid rgba(26, 118, 169, 0.2);
        border-image: none;
        line-height: 20px;
        font-size: 12px;
    }

    .vision .part1 .vi_logo dd p {
        font-size: 12px;
    }

    .vision .part2 .vp2_top {
        padding: 20px 0px 30px;
    }

    .vision .part2 .vp2_top > img {
        height: 250px;
    }

    .vision .part2 .vp2_top .vp2_tcon {
        margin: 25px 0px 0px;
    }

    .vision .part2 .vp2_top .vp2_tcon .vp2_tbox {
        padding: 20px 0px;
        border: 1px solid rgba(26, 118, 169, 0.2) !important;
        border-image: none !important;
        width: 49%;
    }

    .vision .part2 .vp2_top .vp2_tcon ul li img {
        height: 45px;
    }

    .vision .part2 .vp2_top .vp2_tcon ul li p {
        line-height: 14px;
        padding-top: 12px;
        font-size: 12px;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl {
        height: 163px;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl dt {
        padding: 10px 0px;
        font-size: 12px;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl dd p {
        padding: 10px 0px 6px;
        font-size: 12px;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl dd span {
        font-size: 10px;
    }
}

@media all and (max-width:520px) {
    .vision .part2 .vp2_bottom > div {
        margin: 0px 0px 20px;
        width: 100%;
        float: none;
    }

    .vision .part2 .vp2_bottom .vp2_b_list dl {
        height: auto;
    }
}

@media all and (max-width:460px) {
    .vision .part1 .vi_box p {
        border: 1px solid rgba(26, 118, 169, 0.2);
        border-image: none;
    }

    .vision .part1 .vi_logo dd {
        margin: 20px 0px 0px;
        width: 100%;
        float: none;
    }
}

.career > div {
    margin-top: 50px;
}

.career > div:nth-of-type(1) {
    margin-top: 0px;
}

.career > div > h3 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.career > div > h3::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.career > div > h5 {
    color: rgb(26, 118, 169);
    padding-left: 22px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.career > div > h5::before {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    left: 0px;
    top: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
}

.career > div > h5::after {
    background: rgb(26, 118, 169);
    border-radius: 50%;
    left: 4px;
    top: 12px;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
}

.career .ca_table {
    -ms-overflow-x: auto;
}

.career .ca_table table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.career .ca_table table tr th {
    padding: 15px 0px;
    color: rgb(95, 95, 95);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
}

.career .ca_table table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    color: rgb(0, 0, 0);
}

.career .part1 p {
    color: rgb(51, 51, 51);
    line-height: 29px;
    font-size: 15px;
    -ms-word-break: keep-all;
}

.career .part1 p span {
    font-weight: 600;
}

.career .part2 table {
    width: 1650px;
}

.career .part2 table tr th {
    width: 50px;
}

.career .part2 table tr th:first-child {
    width: 150px;
}

.career .part3 {
    position: relative;
}

.career .part3 > p {
    top: 20px;
    right: 0px;
    color: rgb(136, 136, 136);
    font-size: 15px;
    position: absolute;
}

.career .part4 p {
    color: rgb(51, 51, 51);
    line-height: 29px;
    font-size: 15px;
    -ms-word-break: keep-all;
}

.career .part4 p + p {
    margin-top: 15px;
}

.career .part4 .ca_pany {
    padding: 30px 0px;
}

.career .part4 .ca_pany > div + div {
    margin-top: 25px;
}

.career .part4 .ca_pany .cp_line {
    background: rgb(247, 247, 247);
    padding: 20px 15px;
}

.career .part4 .ca_pany .cp_line > h5 {
    margin: 0px 0px 10px 5px;
    color: rgb(44, 80, 166);
    padding-left: 12px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.career .part4 .ca_pany .cp_line > h5::before {
    background: rgb(44, 80, 166);
    left: 0px;
    top: 7px;
    width: 3px;
    height: 13px;
    position: absolute;
    content: "";
}

.career .part4 .ca_pany .cp_line ul::after {
    clear: both;
    display: block;
    content: "";
}

.career .part4 .ca_pany .cp_line ul li {
    margin: 0.5%;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 19%;
    float: left;
}

.career .part4 .ca_pany .cp_line ul li img {
    max-width: 100%;
}

@media all and (max-width:960px) {
    .career > div {
        margin-top: 35px;
    }

    .career > div > h3 {
        padding-left: 22px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .career > div > h3::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .career > div > h5 {
        padding-left: 22px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .career > div > h5::before {
        top: 8px;
        width: 13px;
        height: 13px;
    }

    .career > div > h5::after {
        top: 12px;
        width: 5px;
        height: 5px;
    }

    .career .ca_table table tr th {
        padding: 12px 0px;
        font-size: 13px;
    }

    .career .part1 p {
        line-height: 25px;
        font-size: 13px;
    }

    .career .part4 p {
        line-height: 25px;
        font-size: 13px;
    }

    .career .part3 > p {
        top: 0px;
        font-size: 13px;
    }

    .career .part4 .ca_pany .cp_line ul li {
        width: 24%;
    }
}

@media all and (min-width:641px) {
    .career .part3 .table_con_wrap .table_prev_mo_hide {
        display: none;
    }

    .career .part5 .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:640px) {
    .career > div {
        margin-top: 30px;
    }

    .career > div > h3 {
        padding-left: 22px;
        font-size: 22px;
    }

    .career > div > h3::before {
        top: 12px;
        width: 12px;
        height: 12px;
    }

    .career > div > h5 {
        padding-left: 15px;
        font-size: 16px;
    }

    .career > div > h5::before {
        top: 8px;
        width: 11px;
        height: 11px;
    }

    .career > div > h5::after {
        left: 3px;
        top: 11px;
        width: 5px;
        height: 5px;
    }

    .career .ca_table table tr th {
        padding: 10px 0px;
        font-size: 12px;
    }

    .career .part1 p {
        line-height: 24px;
        font-size: 12px;
    }

    .career .part4 p {
        line-height: 24px;
        font-size: 12px;
    }

    .career .part3 > p {
        font-size: 12px;
    }

    .career .part3 table {
        width: 640px;
    }

    .career .part5 table {
        width: 640px;
    }

    .career .part4 p + p {
        margin-top: 10px;
    }

    .career .part4 .ca_pany > div + div {
        margin-top: 10px;
    }

    .career .part4 .ca_pany .cp_line {
        padding: 10px;
    }

    .career .part4 .ca_pany .cp_line > h5 {
        padding-left: 10px;
        font-size: 14px;
    }

    .career .part4 .ca_pany .cp_line > h5::before {
        height: 12px;
    }

    .career .part4 .ca_pany .cp_line ul li {
        width: 32.33%;
    }
}

@media all and (min-width:461px) {
    .career .part6 .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:460px) {
    .career .part6 table {
        width: 460px;
    }

    .career .part4 .ca_pany .cp_line ul li {
        width: 49%;
    }
}

.contact h3 {
    margin: 50px 0px 20px;
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.contact h3::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.contact ul li {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.contact ul li + li {
    margin-top: 10px;
}

.contact ul li span {
    padding: 10px 0px;
    font-size: 15px;
}

.contact ul li span:first-child {
    background: rgb(236, 236, 236);
    width: 120px;
    text-align: center;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
}

.contact ul li:hover {
    border-color: rgb(26, 118, 169);
    transition: 0.6s;
}

.contact ul li:hover span:first-child {
    background: rgb(26, 118, 169);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

@media all and (max-width:640px) {
    .contact h3 {
        margin: 30px 0px 15px;
        padding-left: 20px;
        font-size: 20px;
    }

    .contact h3::before {
        top: 10px;
        width: 11px;
        height: 11px;
    }

    .contact ul li + li {
        margin-top: 5px;
    }

    .contact ul li span {
        font-size: 12px;
    }

    .contact ul li span:first-child {
        width: 80px;
        margin-right: 8px;
    }
}

@media all and (max-width:520px) {
    .contact ul li {
        border: currentColor;
        border-image: none;
    }

    .contact ul li span {
        padding: 8px 0px;
    }

    .contact ul li span:last-child {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        padding-left: 10px;
        display: block;
        -ms-word-break: keep-all;
    }

    .contact ul li:hover span:last-child {
        border-color: rgb(26, 118, 169);
        transition: 0.6s;
    }
}

.ungra::after {
    clear: both;
    display: block;
    content: "";
}

.ungra > div {
    margin: 1%;
    padding: 30px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 48%;
    text-align: center;
    float: left;
}

.ungra > div:hover {
    transition: 0.6s;
}

.ungra > div:hover ul li a {
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.ungra > div ul li h5 {
    font-size: 20px;
}

.ungra > div ul li img {
    margin: 30px 0px 20px;
    height: 75px;
}

.ungra > div ul li h1 {
    color: rgb(51, 51, 51);
    font-size: 32px;
    font-weight: 500;
}

.ungra > div ul li h1 span {
    font-weight: 100;
}

.ungra > div ul li p {
    padding: 5px 0px 30px;
    color: rgb(150, 150, 150);
    font-size: 15px;
}

.ungra > div ul li a {
    background: rgb(247, 247, 247);
    padding: 15px 0px;
    width: 100%;
    color: rgb(84, 84, 84);
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.ungra > div:hover {
    border-color: rgb(0, 171, 173);
}

.ungra > div:hover ul li a {
    background: rgb(0, 171, 173);
}

.ungra > div ul li h5 {
    color: rgb(0, 171, 173);
}

@media all and (max-width:960px) {
    .ungra > div {
        padding: 25px;
    }

    .ungra > div ul li h5 {
        font-size: 18px;
    }

    .ungra > div ul li img {
        margin: 25px 0px 15px;
        height: 65px;
    }

    .ungra > div ul li h1 {
        font-size: 26px;
    }

    .ungra > div ul li p {
        padding: 0px 0px 25px;
        font-size: 13px;
    }

    .ungra > div ul li a {
        padding: 12px 0px;
        font-size: 13px;
    }
}

@media all and (max-width:650px) {
    .ungra > div {
        padding: 20px;
    }

    .ungra > div ul li h5 {
        font-size: 16px;
    }

    .ungra > div ul li img {
        margin: 20px 0px 10px;
        height: 55px;
    }

    .ungra > div ul li h1 {
        font-size: 22px;
    }

    .ungra > div ul li p {
        padding: 0px 0px 20px;
        font-size: 12px;
    }

    .ungra > div ul li a {
        padding: 10px 0px;
        font-size: 12px;
    }
}

@media all and (max-width:585px) {
    .ungra > div {
        margin: 20px 0px 0px;
        width: 100%;
        float: none;
    }
}

.graculum .part1 > h5 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.graculum .part1 > h5::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.graculum .part1 > p {
    color: rgb(130, 130, 130);
    padding-bottom: 10px;
    font-size: 15px;
}

.graculum .part1 ul::after {
    clear: both;
    display: block;
    content: "";
}

.graculum .part1 ul li {
    background: rgb(248, 248, 248);
    width: 12.5%;
    text-align: center;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: left;
}

.graculum .part1 ul li:last-child {
    border-right-color: rgb(221, 221, 221);
    border-right-width: 1px;
    border-right-style: solid;
}

.graculum .part1 ul li a {
    padding: 14px 10px;
    color: rgb(118, 118, 118);
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.graculum .part1 ul li:hover {
    background: rgb(26, 118, 169);
    border-color: rgb(26, 118, 169);
    transition: 0.6s;
}

.graculum .part1 ul li:hover a {
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.graculum .part2 {
    margin-top: 50px;
    -ms-overflow-x: auto;
}

.graculum .part2 > h5 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.graculum .part2 > h5::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.graculum .part2 .part2_con .tab {
    background: rgb(248, 248, 248);
}

.graculum .part2 .part2_con .tab::after {
    clear: both;
    display: block;
    content: "";
}

.graculum .part2 .part2_con .tab button {
    padding: 14px 16px;
    border: 1px solid rgb(221, 221, 221);
    transition: 0.6s;
    border-image: none;
    width: 50%;
    color: rgb(118, 118, 118);
    font-size: 15px;
    font-weight: 500;
    float: left;
    cursor: pointer;
    background-color: inherit;
}

.graculum .part2 .part2_con .tab button:hover {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    transition: 0.6s;
    border-image: none;
    color: rgb(255, 255, 255);
}

.graculum .part2 .part2_con .tab button.active {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    color: rgb(255, 255, 255);
}

.graculum .part2 .part2_con .tabcontent {
    display: none;
}

.graculum .part2 table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.graculum .part2 table.no_ta {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

.graculum .part2 table tr th {
    color: rgb(134, 134, 134);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
}

.graculum .part2 table tr th h5 {
    color: rgb(44, 80, 166);
    padding-left: 12px;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
}

.graculum .part2 table tr th h5::before {
    background: rgb(44, 80, 166);
    border-radius: 50%;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
}

.graculum .part2 table tr th h5.blackh5 {
    color: rgb(134, 134, 134);
    font-size: 14px;
    font-weight: 400;
}

.graculum .part2 table tr th h5.blackh5::before {
    background: rgb(134, 134, 134);
}

.graculum .part2 table tr th p {
    line-height: 24px;
    font-size: 14px;
}

.graculum .part2 table tr th p + p {
    margin-top: 6px;
}

.graculum .part2 table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    padding: 15px 20px;
    color: rgb(0, 0, 0);
}

.graculum .part2 table tbody tr th {
    padding: 20px 25px;
}

@media all and (min-width:1241px) {
    .graculum .part2 .part2_con .tabcontent .table_con_wrap .table_prev_mo_hide {
        display: none;
    }

    .graculum .part2 .part2_con .tabcontent .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:1240px) {
    .graculum .part2 table {
        width: 1200px;
    }
}

@media all and (max-width:960px) {
    .graculum .part1 > h5 {
        padding-left: 22px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .graculum .part2 > h5 {
        padding-left: 22px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .graculum .part1 > h5::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .graculum .part2 > h5::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .graculum .part1 > p {
        font-size: 13px;
    }

    .graculum .part1 ul li a {
        padding: 12px 10px;
        font-size: 13px;
    }

    .graculum .part2 .part2_con .tab button {
        padding: 12px 14px;
        font-size: 13px;
    }

    .graculum .part2 table {
        width: 960px;
    }

    .graculum .part2 table tr th {
        font-size: 13px;
    }

    .graculum .part2 table tr th p {
        font-size: 13px;
    }

    .graculum .part2 table tr th p + p {
        margin-top: 4px;
    }

    .graculum .part2 table tr th h5 {
        font-size: 14px;
    }

    .graculum .part2 table tr th h5.blackh5 {
        font-size: 13px;
    }

    .graculum .part2 table thead tr th {
        padding: 12px 15px;
    }

    .graculum .part2 table tbody tr th {
        padding: 14px 20px;
    }
}

@media all and (max-width:640px) {
    .graculum .part1 > h5 {
        padding-left: 22px;
        font-size: 22px;
    }

    .graculum .part2 > h5 {
        padding-left: 22px;
        font-size: 22px;
    }

    .graculum .part1 > h5::before {
        top: 12px;
        width: 12px;
        height: 12px;
    }

    .graculum .part2 > h5::before {
        top: 12px;
        width: 12px;
        height: 12px;
    }

    .graculum .part1 > p {
        font-size: 12px;
    }

    .graculum .part1 ul li a {
        padding: 10px 8px;
        font-size: 12px;
    }

    .graculum .part2 .part2_con .tab button {
        padding: 10px 12px;
        font-size: 12px;
    }

    .graculum .part2 table tr th {
        padding: 10px 0px;
        font-size: 12px;
    }

    .graculum .part2 table tr th p {
        font-size: 12px;
    }

    .graculum .part2 table tr th p + p {
        margin-top: 2px;
    }

    .graculum .part2 table tr th h5 {
        font-size: 13px;
    }

    .graculum .part2 table tr th h5.blackh5 {
        font-size: 12px;
    }

    .graculum .part2 table thead tr th {
        padding: 10px 12px;
    }

    .graculum .part2 table tbody tr th {
        padding: 12px 18px;
    }
}

@media all and (max-width:460px) {
    .graculum .part1 ul li {
        margin: 0.25%;
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 24.5%;
    }
}

.graschol > h3 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.graschol > h3::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.graschol .gsc_list {
    margin-bottom: 50px;
    -ms-overflow-x: auto;
}

.graschol .gsc_list > p {
    color: rgb(136, 136, 136);
    font-size: 15px;
    margin-top: 10px;
}

.graschol .gsc_list > h5 {
    color: rgb(26, 118, 169);
    padding-left: 22px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.graschol .gsc_list > h5::before {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    left: 0px;
    top: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
}

.graschol .gsc_list > h5::after {
    background: rgb(26, 118, 169);
    border-radius: 50%;
    left: 4px;
    top: 12px;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
}

.graschol .gsc_list table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.graschol .gsc_list table tr th {
    color: rgb(134, 134, 134);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    -ms-word-break: keep-all;
}

.graschol .gsc_list table tr th h5 {
    color: rgb(44, 80, 166);
    padding-left: 12px;
    font-size: 15px;
    margin-bottom: 6px;
    position: relative;
}

.graschol .gsc_list table tr th h5::before {
    background: rgb(44, 80, 166);
    border-radius: 50%;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
}

.graschol .gsc_list table tr th h5.blackh5 {
    color: rgb(134, 134, 134);
    font-size: 14px;
    font-weight: 400;
}

.graschol .gsc_list table tr th h5.blackh5::before {
    background: rgb(134, 134, 134);
}

.graschol .gsc_list table tr th h1 {
    color: rgb(134, 134, 134);
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.graschol .gsc_list table tr th h1 > p {
    color: rgb(193, 74, 74);
}

.graschol .gsc_list table tr th p {
    line-height: 24px;
    font-size: 14px;
    -ms-word-break: keep-all;
}

.graschol .gsc_list table tr th p + p {
    margin-top: 6px;
}

.graschol .gsc_list table tr th p span {
    color: rgb(101, 101, 101);
    font-weight: 500;
}

.graschol .gsc_list table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    padding: 15px 20px;
    color: rgb(0, 0, 0);
}

.graschol .gsc_list table tbody tr th {
    padding: 20px 25px;
}

.graschol .gsc_list table tbody tr th > a {
    background: rgb(44, 80, 166);
    padding: 6px 8px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    display: inline-block;
}

@media all and (min-width:961px) {
    .graschol .gsc_list .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:960px) {
    .graschol > h3 {
        padding-left: 22px;
        font-size: 24px;
    }

    .graschol > h3::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .graschol .gsc_list {
        margin-bottom: 35px;
    }

    .graschol .gsc_list > p {
        font-size: 13px;
    }

    .graschol .gsc_list > h5 {
        padding-left: 22px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .graschol .gsc_list > h5::before {
        top: 8px;
        width: 13px;
        height: 13px;
    }

    .graschol .gsc_list > h5::after {
        top: 12px;
        width: 5px;
        height: 5px;
    }

    .graschol .gsc_list table {
        width: 960px;
    }

    .graschol .gsc_list table tr th {
        font-size: 13px;
    }

    .graschol .gsc_list table tr th p {
        line-height: 23px;
        font-size: 13px;
    }

    .graschol .gsc_list table tr th p + p {
        margin-top: 4px;
    }

    .graschol .gsc_list table tr th h5 {
        font-size: 14px;
    }

    .graschol .gsc_list table tr th h5.blackh5 {
        font-size: 13px;
    }

    .graschol .gsc_list table tr th h1 {
        font-size: 13px;
    }

    .graschol .gsc_list table thead tr th {
        padding: 12px 15px;
    }

    .graschol .gsc_list table tbody tr th {
        padding: 14px 20px;
    }
}

@media all and (max-width:640px) {
    .graschol > h3 {
        padding-left: 20px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .graschol > h3::before {
        top: 10px;
        width: 11px;
        height: 11px;
    }

    .graschol .gsc_list > p {
        font-size: 12px;
    }

    .graschol .gsc_list > h5 {
        padding-left: 15px;
        font-size: 16px;
    }

    .graschol .gsc_list > h5::before {
        top: 8px;
        width: 11px;
        height: 11px;
    }

    .graschol .gsc_list > h5::after {
        left: 3px;
        top: 11px;
        width: 5px;
        height: 5px;
    }

    .graschol .gsc_list table tr th {
        padding: 10px 0px;
        font-size: 12px;
    }

    .graschol .gsc_list table tr th p {
        font-size: 12px;
    }

    .graschol .gsc_list table tr th p + p {
        margin-top: 2px;
    }

    .graschol .gsc_list table tr th h5 {
        font-size: 13px;
    }

    .graschol .gsc_list table tr th h5.blackh5 {
        font-size: 12px;
    }

    .graschol .gsc_list table tr th h1 {
        font-size: 12px;
    }

    .graschol .gsc_list table thead tr th {
        padding: 10px 12px;
    }

    .graschol .gsc_list table tbody tr th {
        padding: 12px 18px;
    }
}

.scgra .tab {
    background: rgb(248, 248, 248);
    margin-bottom: 50px;
    border-bottom-color: rgb(26, 118, 169);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.scgra .tab::after {
    clear: both;
    display: block;
    content: "";
}

.scgra .tab button {
    padding: 14px 16px;
    border: 1px solid rgb(221, 221, 221);
    transition: 0.6s;
    border-image: none;
    width: 25%;
    color: rgb(118, 118, 118);
    font-size: 16px;
    font-weight: 500;
    float: left;
    cursor: pointer;
    background-color: inherit;
}

.scgra .tab button:hover {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    transition: 0.6s;
    border-image: none;
    color: rgb(255, 255, 255);
}

.scgra .tab button.active {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    color: rgb(255, 255, 255);
}

.scgra .tabcontent {
    display: none;
}

.scgra .graduate_con .tabcontent::after {
    clear: both;
    display: block;
    content: "";
}

.scgra .graduate_con .tabcontent > div {
    margin: 1%;
    padding: 30px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 48%;
    text-align: center;
    float: left;
}

.scgra .graduate_con .tabcontent > div:hover {
    transition: 0.6s;
}

.scgra .graduate_con .tabcontent > div:hover ul li a {
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.scgra .graduate_con .tabcontent > div ul li h5 {
    font-size: 20px;
}

.scgra .graduate_con .tabcontent > div ul li img {
    margin: 30px 0px 20px;
    height: 75px;
}

.scgra .graduate_con .tabcontent > div ul li h1 {
    color: rgb(51, 51, 51);
    font-size: 32px;
    font-weight: 500;
}

.scgra .graduate_con .tabcontent > div ul li h1 span {
    font-weight: 100;
}

.scgra .graduate_con .tabcontent > div ul li p {
    padding: 5px 0px 30px;
    color: rgb(150, 150, 150);
    font-size: 15px;
    -ms-word-break: keep-all;
}

.scgra .graduate_con .tabcontent > div ul li a {
    background: rgb(247, 247, 247);
    padding: 15px 0px;
    width: 100%;
    color: rgb(84, 84, 84);
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.scgra .graduate_con .tabcontent > div:hover {
    border-color: rgb(44, 80, 166);
}

.scgra .graduate_con .tabcontent > div:hover ul li a {
    background: rgb(44, 80, 166);
}

.scgra .graduate_con .tabcontent > div ul li h5 {
    color: rgb(44, 80, 166);
}

@media all and (max-width:1240px) {
    .scgra .tab {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .scgra .tab button {
        width: 50%;
    }
}

@media all and (max-width:960px) {
    .scgra .tab button {
        padding: 12px 16px;
        font-size: 14px;
    }

    .scgra .graduate_con .tabcontent > div {
        padding: 25px;
    }

    .scgra .graduate_con .tabcontent > div ul li h5 {
        font-size: 18px;
    }

    .scgra .graduate_con .tabcontent > div ul li img {
        margin: 25px 0px 15px;
        height: 65px;
    }

    .scgra .graduate_con .tabcontent > div ul li h1 {
        font-size: 26px;
    }

    .scgra .graduate_con .tabcontent > div ul li p {
        padding: 0px 0px 25px;
        font-size: 13px;
    }

    .scgra .graduate_con .tabcontent > div ul li a {
        padding: 12px 0px;
        font-size: 13px;
    }
}

@media all and (max-width:830px) {
    .scgra .graduate_con .tabcontent > div {
        margin: 20px 0px 0px;
        width: 100%;
        float: none;
    }
}

@media all and (max-width:650px) {
    .scgra .tab {
        margin-bottom: 35px;
    }

    .scgra .tab button {
        padding: 10px 16px;
        font-size: 12px;
    }

    .scgra .graduate_con .tabcontent > div {
        padding: 20px;
    }

    .scgra .graduate_con .tabcontent > div ul li h5 {
        font-size: 16px;
    }

    .scgra .graduate_con .tabcontent > div ul li img {
        margin: 20px 0px 10px;
        height: 55px;
    }

    .scgra .graduate_con .tabcontent > div ul li h1 {
        font-size: 22px;
    }

    .scgra .graduate_con .tabcontent > div ul li p {
        padding: 0px 0px 20px;
        font-size: 12px;
    }

    .scgra .graduate_con .tabcontent > div ul li a {
        padding: 10px 0px;
        font-size: 12px;
    }
}

@media all and (max-width:460px) {
    .scgra .tab button {
        width: 100%;
    }

    .scgra .tab button br {
        display: none;
    }
}

@media all and (max-width:360px) {
    .scgra .tab button br {
        display: block;
    }
}

.scgradu > h1 {
    color: rgb(26, 118, 169);
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}

.scgradu h3 {
    margin: 50px 0px 20px;
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.scgradu h3::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.scgradu .tab {
    background: rgb(248, 248, 248);
    border-bottom-color: rgb(26, 118, 169);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.scgradu .tab::after {
    clear: both;
    display: block;
    content: "";
}

.scgradu .tab button {
    padding: 14px 16px;
    border: 1px solid rgb(221, 221, 221);
    transition: 0.6s;
    border-image: none;
    color: rgb(118, 118, 118);
    font-size: 15px;
    font-weight: 500;
    float: left;
    cursor: pointer;
    background-color: inherit;
}

.scgradu .tab button:hover {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    transition: 0.6s;
    border-image: none;
    color: rgb(255, 255, 255);
}

.scgradu .tab button.active {
    background: rgb(26, 118, 169);
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    color: rgb(255, 255, 255);
}

.scgradu1 .tab button {
    width: 33.33%;
}

.scgradu2 .tab button {
    width: 33.33%;
}

.scgradu3 .tab button {
    width: 50%;
}

.scgradu4 .tab button {
    width: 50%;
}

.scgradu .tabcontent {
    display: none;
}

.scgradu .tabcontent ul {
    background: rgb(247, 247, 247);
    padding: 20px;
}

.scgradu .tabcontent ul li + li {
    margin-top: 8px;
}

.scgradu .tabcontent ul li p {
    color: rgb(95, 95, 95);
    padding-left: 12px;
    font-size: 15px;
    position: relative;
}

.scgradu .tabcontent ul li p.dot {
    color: rgb(51, 51, 51);
}

.scgradu .tabcontent ul li p.dot::before {
    background: rgb(95, 95, 95);
    border-radius: 50%;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
}

.scgradu .tabcontent ul li p.dot span {
    background: rgb(221, 221, 221);
    padding: 2px 10px;
    display: inline-block;
}

.scgradu .tabcontent ul li p.dot:hover span {
    background: rgb(44, 80, 166);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.scgradu .tabcontent ul li p.p_red {
    color: rgb(193, 74, 74);
}

.scgradu .tabcontent ul li p.p_red::before {
    display: none;
}

.scgradu .scgradu_list ul li + li {
    margin-top: 25px;
}

.scgradu .scgradu_list ul li h5 {
    color: rgb(44, 80, 166);
    font-size: 16px;
    margin-bottom: 8px;
}

.scgradu .scgradu_list ul li p {
    color: rgb(51, 51, 51);
    font-size: 15px;
}

.scgradu .scgradu_list ul li p.p_red {
    color: rgb(193, 74, 74);
}

.scgradu .scgradu_list ul li p + p {
    margin-top: 10px;
}

.scgradu .scgradu_list ul li h6 {
    padding: 4px 0px 0px 15px;
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
}

@media all and (max-width:960px) {
    .scgradu > h1 {
        font-size: 26px;
    }

    .scgradu h3 {
        padding-left: 22px;
        font-size: 24px;
    }

    .scgradu h3::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .scgradu .tab button {
        padding: 12px 14px;
        font-size: 13px;
    }

    .scgradu .tabcontent ul li p {
        font-size: 13px;
    }

    .scgradu .scgradu_list ul li h5 {
        font-size: 15px;
    }

    .scgradu .scgradu_list ul li p {
        font-size: 13px;
    }

    .scgradu .scgradu_list ul li h6 {
        font-size: 13px;
    }
}

@media all and (max-width:640px) {
    .scgradu > h1 {
        padding-bottom: 20px;
        font-size: 22px;
        -ms-word-break: keep-all;
    }

    .scgradu h3 {
        margin: 35px 0px 15px;
        padding-left: 20px;
        font-size: 20px;
    }

    .scgradu h3::before {
        top: 10px;
        width: 11px;
        height: 11px;
    }

    .scgradu .tab button {
        padding: 10px 12px;
        font-size: 12px;
    }

    .scgradu .tabcontent ul {
        padding: 15px;
    }

    .scgradu .tabcontent ul li + li {
        margin-top: 6px;
    }

    .scgradu .tabcontent ul li p {
        padding-left: 9px;
        font-size: 12px;
    }

    .scgradu .tabcontent ul li p.dot::before {
        top: 8px;
        width: 3px;
        height: 3px;
    }

    .scgradu .scgradu_list ul li + li {
        margin-top: 20px;
    }

    .scgradu .scgradu_list ul li h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .scgradu .scgradu_list ul li p {
        font-size: 12px;
    }

    .scgradu .scgradu_list ul li p + p {
        margin-top: 8px;
    }

    .scgradu .scgradu_list ul li h6 {
        font-size: 12px;
    }
}

@media all and (max-width:460px) {
    .scgradu > h1 {
        font-size: 20px;
    }
}

.scschol > h5 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.scschol > h5::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.scschol > p {
    background: rgb(247, 247, 247);
    margin: 20px 0px 50px;
    padding: 20px;
    color: rgb(51, 51, 51);
    font-size: 15px;
}

.scschol .scschol_con {
    -ms-overflow-x: auto;
}

.scschol .scschol_con table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.scschol .scschol_con table tr th {
    color: rgb(134, 134, 134);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    -ms-word-break: keep-all;
}

.scschol .scschol_con table tr th h5 {
    color: rgb(44, 80, 166);
    padding-left: 12px;
    font-size: 15px;
    margin-bottom: 6px;
    position: relative;
}

.scschol .scschol_con table tr th h5::before {
    background: rgb(44, 80, 166);
    border-radius: 50%;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
}

.scschol .scschol_con table tr th h5.blackh5 {
    color: rgb(134, 134, 134);
    font-size: 14px;
    font-weight: 400;
}

.scschol .scschol_con table tr th h5.blackh5::before {
    background: rgb(134, 134, 134);
}

.scschol .scschol_con table tr th h1 {
    color: rgb(134, 134, 134);
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.scschol .scschol_con table tr th h1 > p {
    color: rgb(193, 74, 74);
}

.scschol .scschol_con table tr th p {
    line-height: 24px;
    font-size: 14px;
}

.scschol .scschol_con table tr th p + p {
    margin-top: 6px;
}

.scschol .scschol_con table tr th p span {
    color: rgb(101, 101, 101);
    font-weight: 500;
}

.scschol .scschol_con table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    padding: 15px 20px;
    color: rgb(0, 0, 0);
}

.scschol .scschol_con table tbody tr th {
    padding: 20px 25px;
}

.scschol .scschol_con table tbody tr th > a {
    background: rgb(44, 80, 166);
    padding: 6px 8px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    display: inline-block;
}

@media all and (min-width:961px) {
    .scschol .scschol_con .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:960px) {
    .scschol > h5 {
        padding-left: 22px;
        font-size: 24px;
    }

    .scschol > h5::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .scschol > p {
        margin: 15px 0px 35px;
        font-size: 13px;
    }

    .scschol .scschol_con table {
        width: 960px;
    }

    .scschol .scschol_con table tr th {
        font-size: 13px;
    }

    .scschol .scschol_con table tr th p {
        line-height: 23px;
        font-size: 13px;
    }

    .scschol .scschol_con table tr th p + p {
        margin-top: 4px;
    }

    .scschol .scschol_con table tr th h5 {
        font-size: 14px;
    }

    .scschol .scschol_con table tr th h5.blackh5 {
        font-size: 13px;
    }

    .scschol .scschol_con table tr th h1 {
        font-size: 13px;
    }

    .scschol .scschol_con table thead tr th {
        padding: 12px 15px;
    }

    .scschol .scschol_con table tbody tr th {
        padding: 14px 20px;
    }
}

@media all and (max-width:640px) {
    .scschol > h5 {
        padding-left: 20px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .scschol > h5::before {
        top: 10px;
        width: 11px;
        height: 11px;
    }

    .scschol .scschol_con table tr th {
        padding: 10px 0px;
        font-size: 12px;
    }

    .scschol .scschol_con table tr th p {
        font-size: 12px;
    }

    .scschol .scschol_con table tr th p + p {
        margin-top: 2px;
    }

    .scschol .scschol_con table tr th h5 {
        font-size: 13px;
    }

    .scschol .scschol_con table tr th h5.blackh5 {
        font-size: 12px;
    }

    .scschol .scschol_con table tr th h1 {
        font-size: 12px;
    }

    .scschol .scschol_con table thead tr th {
        padding: 10px 12px;
    }

    .scschol .scschol_con table tbody tr th {
        padding: 12px 18px;
    }
}

.labora .part1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.labora .part1::after {
    clear: both;
    display: block;
    content: "";
}

.labora .part1 > div {
    margin: 0.5%;
    padding: 30px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 48%;
    color: rgb(51, 51, 51);
    font-size: 15px;
    float: left;
    position: relative;
}

.labora .part1 .lab_box > a {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.labora .part1 .lab_box dl {
    position: relative;
}

.labora .part1 .lab_box dl dt h3 {
    color: rgb(26, 118, 169);
    padding-bottom: 15px;
    font-size: 20px;
}

.labora .part1 .lab_box dl dt h3 span {
    color: rgb(0, 0, 0);
    font-weight: 100;
}

.labora .part1 .lab_box dl dd:nth-last-of-type(1) {
    top: -10px;
    right: -10px;
    position: absolute;
}

.labora .part1 .lab_box dl dd:nth-last-of-type(1) img {
    height: 135px;
    max-width: 100%;
}

.labora .part1 .lab_box dl dd h5 {
    padding-bottom: 5px;
}

.labora .part1 .lab_box dl dd h5 i {
    margin-right: 8px;
}

.labora .part1 .lab_box dl dd p {
    color: rgb(121, 121, 121);
    padding-left: 15px;
    position: relative;
}

.labora .part1 .lab_box dl dd p::before {
    background: rgb(144, 144, 144);
    border-radius: 50%;
    left: 4px;
    top: 10px;
    width: 3px;
    height: 3px;
    position: absolute;
    content: "";
}

.labora .part1 > div:hover {
    border: 1px solid rgb(26, 118, 169);
    transition: 0.6s;
    border-image: none;
}

.labora .part1 > div:hover dl dd:nth-last-of-type(1) {
    overflow: hidden;
}

.labora .part1 > div:hover dl dd:nth-last-of-type(1) img {
    transition: 0.6s;
    transform: scale(1.1);
}

.labora .part2 .p2_top {
    margin-bottom: 30px;
}

.labora .part2 .p2_top > h5 {
    text-align: center;
    color: rgb(51, 51, 51);
    padding-bottom: 30px;
    font-size: 32px;
}

.labora .part2 .p2_top ul::after {
    clear: both;
    display: block;
    content: "";
}

.labora .part2 .p2_top ul li {
    margin: 10px;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    overflow: hidden;
    float: left;
    display: table;
    position: relative;
}

.labora .part2 .p2_top ul li:nth-of-type(1) {
    background: url("../images/sub/labora1.jpg") no-repeat 50%;
}

.labora .part2 .p2_top ul li:nth-of-type(2) {
    background: url("../images/sub/labora2.jpg") no-repeat 50%;
}

.labora .part2 .p2_top ul li:nth-of-type(3) {
    background: url("../images/sub/labora3.jpg") no-repeat 50%;
}

.labora .part2 .p2_top ul li:nth-of-type(4) {
    background: url("../images/sub/labora4.jpg") no-repeat 50%;
}

.labora .part2 .p2_top ul li p {
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    display: table-cell;
    -ms-word-break: keep-all;
}

.labora .part2 .p2_top ul li:hover {
    transition: 0.6s;
    margin-top: -2px;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.labora .part2 table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.labora .part2 table tr th {
    color: rgb(134, 134, 134);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    -ms-word-break: keep-all;
}

.labora .part2 table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    padding: 15px 20px;
    color: rgb(0, 0, 0);
}

.labora .part2 table tbody tr th {
    padding: 20px 25px;
    position: relative;
}

.labora .part2 table tbody tr th p {
    background: rgb(26, 118, 169);
    margin: -5px 0px 0px -5px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
}

.labora .part2 table tbody tr th:nth-last-of-type(1):hover a {
    transition: 0.6s;
    color: rgb(26, 118, 169);
    text-decoration: underline;
}

@media all and (min-width:1241px) {
    .labora .part2 .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:1240px) {
    .labora .part1 > div {
        margin: 20px 0px;
        width: 100%;
        float: none;
    }

    .labora .part2 .p2_top > h5 {
        font-size: 28px;
    }

    .labora .part2 .p2_top ul {
        margin: 0px auto;
        width: 960px;
    }

    .labora .part2 .p2_top ul li {
        margin: 5px;
        width: 230px;
        height: 230px;
    }

    .labora .part2 .p2_top ul li p {
        font-size: 14px;
    }

    .labora .part2 table {
        width: 1200px;
    }
}

@media all and (max-width:960px) {
    .labora .part2 .p2_top ul {
        width: 420px;
    }

    .labora .part2 .p2_top ul li {
        width: 200px;
        height: 200px;
    }
}

@media all and (max-width:640px) {
    .labora .part1 > div {
        padding: 20px;
        font-size: 12px;
    }

    .labora .part1 .lab_box dl dt h3 {
        font-size: 16px;
    }

    .labora .part1 .lab_box dl dd:nth-last-of-type(1) {
        top: -5px;
        right: -5px;
    }

    .labora .part1 .lab_box dl dd:nth-last-of-type(1) img {
        height: 108px;
    }

    .labora .part2 .p2_top > h5 {
        font-size: 24px;
    }

    .labora .part2 .p2_top ul li p {
        line-height: 18px;
        font-size: 12px;
    }
}

@media all and (max-width:480px) {
    .labora .part1 .lab_box dl dd:nth-last-of-type(1) {
        display: none;
    }

    .labora .part2 .p2_top ul {
        width: auto;
    }

    .labora .part2 .p2_top ul li {
        margin: 0px;
        width: 100%;
        height: 55px;
        float: none;
    }

    .labora .part2 .p2_top ul li + li {
        margin-top: 10px;
    }
}

.exchan {
    color: rgb(51, 51, 51);
    font-size: 15px;
}

.exchan > div > h1 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.exchan > div > h1::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.exchan > div > p {
    background: rgb(247, 247, 247);
    padding: 20px;
    margin-bottom: 34px;
}

.exchan > div > div > h3 {
    margin: 30px 0px 15px;
    color: rgb(26, 118, 169);
    padding-left: 22px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.exchan > div > div > h3::before {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    left: 0px;
    top: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
}

.exchan > div > div > h3::after {
    background: rgb(26, 118, 169);
    border-radius: 50%;
    left: 4px;
    top: 12px;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
}

.exchan .part1 .p1_con dl {
    margin-top: 20px;
}

.exchan .part1 .p1_con dl dt {
    color: rgb(44, 80, 166);
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

.exchan .part1 .p1_con dl dd h5 {
    color: rgb(51, 51, 51);
    margin-bottom: 4px;
}

.exchan .part1 .p1_con dl:nth-of-type(1) dd {
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.exchan .part1 .p1_con dl:nth-of-type(1) dd + dd {
    margin-top: 15px;
}

.exchan .part2 {
    margin-top: 50px;
}

.exchan .part2 .p2_con > h5 {
    font-size: 18px;
}

.exchan .part2 .p2_con .p2_table {
    margin-bottom: 50px;
    -ms-overflow-x: auto;
}

.exchan .part2 .p2_con > div:nth-of-type(3) {
    margin-bottom: 0px;
}

.exchan .part2 .p2_con .p2_table h6 {
    color: rgb(44, 80, 166);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.exchan .part2 .p2_con .p2_table ul.exchan_star {
    margin-top: 20px;
}

.exchan .part2 .p2_con .p2_table ul.exchan_star li p {
    color: rgb(136, 136, 136);
}

.exchan .part2 .p2_con .p2_table ul.exchan_star li p a {
    background: rgb(247, 247, 247);
    padding: 4px 12px;
    color: rgb(136, 136, 136);
    margin-left: 6px;
    display: inline-block;
}

.exchan .part2 .p2_con .p2_table ul.exchan_star li:last-child:hover p a {
    background: rgb(26, 118, 169);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.exchan table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.exchan table tr th {
    color: rgb(134, 134, 134);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    -ms-word-break: keep-all;
}

.exchan table tr th p {
    line-height: 24px;
    font-size: 14px;
    -ms-word-break: keep-all;
}

.exchan table tr th p + p {
    margin-top: 6px;
}

.exchan table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    padding: 15px 20px;
    color: rgb(0, 0, 0);
}

.exchan table tbody tr th {
    padding: 20px 25px;
}

@media all and (max-width:960px) {
    .exchan > div > h1 {
        padding-left: 22px;
        font-size: 24px;
    }

    .exchan > div > h1::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .exchan > div > div > h3 {
        margin: 25px 0px 10px;
        padding-left: 22px;
        font-size: 18px;
    }

    .exchan > div > div > h3::before {
        top: 8px;
        width: 13px;
        height: 13px;
    }

    .exchan > div > div > h3::after {
        top: 12px;
        width: 5px;
        height: 5px;
    }
}

@media all and (min-width:641px) {
    .exchan .part2 .p2_con .p2_table .table_con_wrap .table_prev_mo_hide {
        display: none;
    }
}

@media all and (max-width:640px) {
    .exchan > div > h1 {
        padding-left: 20px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .exchan > div > h1::before {
        top: 10px;
        width: 11px;
        height: 11px;
    }

    .exchan > div > p {
        padding: 15px;
        font-size: 12px;
        margin-bottom: 30px;
    }

    .exchan > div > div > h3 {
        margin: 20px 0px 7px;
        padding-left: 15px;
        font-size: 16px;
    }

    .exchan > div > div > h3::before {
        top: 8px;
        width: 11px;
        height: 11px;
    }

    .exchan > div > div > h3::after {
        left: 3px;
        top: 11px;
        width: 5px;
        height: 5px;
    }

    .exchan .part1 .p1_con p {
        font-size: 12px;
    }

    .exchan .part1 .p1_con dl dt {
        font-size: 14px;
    }

    .exchan .part1 .p1_con dl dd {
        font-size: 12px;
    }

    .exchan .part1 .p1_con dl:nth-of-type(1) dd {
        padding: 15px;
    }

    .exchan .part2 {
        margin-top: 40px;
    }

    .exchan .part2 .p2_con .p2_table {
        margin-bottom: 35px;
    }

    .exchan .part2 .p2_con .p2_table h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .exchan .part2 .p2_con .p2_table ul.exchan_star li p {
        font-size: 12px;
    }

    .exchan .p2_table1 table {
        width: 700px;
    }

    .exchan .p2_table2 table {
        width: 700px;
    }

    .exchan .p2_table3 table {
        width: 500px;
    }

    .exchan table tr th {
        font-size: 12px;
    }

    .exchan table tr th p {
        font-size: 12px;
    }

    .exchan table thead tr th {
        padding: 10px 15px;
    }

    .exchan table tbody tr th {
        padding: 15px 20px;
    }
}

.indust {
    text-align: center;
}

.indust .part1 {
    margin-bottom: 50px;
}

.indust .part1 h5 {
    line-height: 28px;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 300;
    -ms-word-break: keep-all;
}

.indust .part1 h5 span {
    color: rgb(26, 118, 169);
    font-weight: 500;
}

.indust .part2 h3 {
    padding: 13px 0px;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
    border-top-color: rgb(195, 195, 195);
    border-bottom-color: rgb(195, 195, 195);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    -ms-word-break: keep-all;
}

.indust .part2 h3 span {
    color: rgb(136, 136, 136);
    font-size: 20px;
    margin-left: 8px;
}

.indust .part2 .p2_con ul::after {
    clear: both;
    display: block;
    content: "";
}

.indust .part2 .p2_con ul li {
    margin: 0.25%;
    padding: 25px 0px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 24.5%;
    height: 190px;
    float: left;
}

.indust .part2 .p2_con ul li img {
    padding: 0px 10px;
    max-width: 100%;
}

.indust .part2 .p2_con ul li p {
    color: rgb(136, 136, 136);
    padding-top: 20px;
    font-size: 13px;
}

.indust .part2 .p2_con ul li p b {
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
}

@media all and (max-width:960px) {
    .indust .part1 h5 {
        line-height: 26px;
        font-size: 16px;
    }

    .indust .part2 h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .indust .part2 h3 span {
        font-size: 16px;
    }

    .indust .part2 .p2_con ul li {
        width: 32.83%;
        height: 170px;
    }

    .indust .part2 .p2_con ul li img {
        height: 65px;
    }

    .indust .part2 .p2_con ul li p {
        padding-top: 14px;
    }

    .indust .part2 .p2_con ul li p b {
        font-size: 14px;
    }
}

@media all and (max-width:640px) {
    .indust .part1 {
        margin-bottom: 35px;
    }

    .indust .part1 h5 {
        line-height: 24px;
        font-size: 14px;
    }

    .indust .part1 h5 br {
        display: none;
    }

    .indust .part2 h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .indust .part2 h3 span {
        font-size: 14px;
    }

    .indust .part2 .p2_con ul li {
        padding: 20px 0px;
        width: 49.5%;
        height: 145px;
    }

    .indust .part2 .p2_con ul li img {
        height: 55px;
    }

    .indust .part2 .p2_con ul li p {
        font-size: 12px;
    }

    .indust .part2 .p2_con ul li p b {
        font-size: 12px;
    }
}

@media all and (max-width:380px) {
    .indust .part2 .p2_con ul li {
        margin: 10px 0px 0px;
        width: 100%;
        height: auto;
    }
}

.schedule .part1 > h1 {
    text-align: center;
    color: rgb(51, 51, 51);
    padding-bottom: 30px;
    font-size: 28px;
}

.schedule .part1 .month_wrap {
    margin-bottom: 50px;
}

.schedule .part1 .month_wrap > p {
    text-align: right;
    color: rgb(136, 136, 136);
    padding-top: 20px;
    font-size: 15px;
}

.schedule .part1 .month {
    border-top-color: rgb(0, 0, 0);
    border-bottom-color: rgb(221, 221, 221);
    border-top-width: 2px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.schedule .part1 .month ul::after {
    clear: both;
    display: block;
    content: "";
}

.schedule .part1 .month ul li {
    width: 8.33%;
    text-align: center;
    float: left;
}

.schedule .part1 .month ul li a {
    color: rgb(158, 158, 158);
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.schedule .part1 .month ul li a span {
    margin: 0px 30px;
    padding: 19px 0px;
    display: block;
}

.schedule .part1 .month ul li a span.active::after {
    background: rgb(26, 118, 169);
    left: 0px;
    width: 100%;
    height: 2px;
    bottom: -1px;
    position: absolute;
    content: "";
}

.schedule .part1 .month.fixed {
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    width: 100%;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    position: fixed;
    z-index: 3;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.schedule .part1 .month.fixed ul {
    margin: 0px auto;
    max-width: 1200px;
}

.schedule .part1 .month.fixed ul li a span {
    color: rgb(158, 158, 158);
    position: relative;
}

.schedule .part1 .month.fixed ul li a span::after {
    background: rgb(26, 118, 169);
    left: 0px;
    width: 100%;
    height: 2px;
    bottom: -1px;
    position: absolute;
    content: "";
    opacity: 0;
}

.schedule .part1 .month.fixed ul li.selected a span {
    color: rgb(0, 0, 0);
}

.schedule .part1 .month.fixed ul li.selected a span::after {
    opacity: 1;
}

.schedule .part2 .p2_list {
    padding-bottom: 50px;
}

.schedule .part2 .p2_list > h3 {
    padding: 25px 0px 15px;
    color: rgb(26, 118, 169);
    font-size: 32px;
    font-weight: 500;
}

.schedule .part2 table {
    width: 100%;
    border-top-color: rgb(26, 118, 169);
    border-top-width: 2px;
    border-top-style: solid;
    border-spacing: 0;
}

.schedule .part2 table tr th {
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    -ms-word-break: keep-all;
}

.schedule .part2 table thead tr th {
    background: rgba(26, 118, 169, 0.05);
    padding: 15px 20px;
    color: rgb(0, 0, 0);
}

.schedule .part2 table thead tr th:first-child {
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
}

.schedule .part2 table tbody tr th {
    padding: 20px 25px;
    text-align: left;
    position: relative;
}

.schedule .part2 table tbody tr th.num {
    background: rgb(247, 247, 247);
    text-align: center;
    color: rgb(0, 0, 0);
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
}

.schedule .part2 table tbody tr th b.label {
    width: 55px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
    display: none;
}

.schedule .part2 table tbody tr th p + p {
    margin-top: 10px;
}

@media all and (max-width:1240px) {
    .schedule .part1 .month ul li a span {
        margin: 0px;
    }
}

@media all and (max-width:980px) {
    .schedule .part1 .month_wrap {
        margin-bottom: 30px;
    }

    .schedule .part1 .month_wrap > p {
        text-align: center;
    }

    .schedule .part2 .p2_list {
        padding-bottom: 30px;
    }

    .schedule .part2 .p2_list > h3 {
        font-size: 26px;
    }

    .schedule .part2 table {
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

    .schedule .part2 table thead tr th {
        display: none;
    }

    .schedule .part2 table tbody tr {
        padding-bottom: 10px;
        display: block;
    }

    .schedule .part2 table tbody tr th {
        padding: 10px 15px;
        text-align: left;
        font-size: 14px;
        border-right-color: rgb(221, 221, 221);
        border-right-width: 1px;
        border-right-style: solid;
        display: block;
    }

    .schedule .part2 table tbody tr th.num {
        background: rgb(26, 118, 169);
        padding: 10px 15px;
        width: 100%;
        text-align: left;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: 500;
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .schedule .part2 table tbody tr th b.label {
        height: 34px;
        float: left;
        display: block;
    }

    .schedule .part2 table tbody tr th p + p {
        margin-top: 6px;
    }
}

@media all and (max-width:640px) {
    .schedule .part1 > h1 {
        font-size: 22px;
    }

    .schedule .part1 .month_wrap {
        margin-bottom: 20px;
    }

    .schedule .part1 .month_wrap > p {
        font-size: 12px;
    }

    .schedule .part1 .month ul li a {
        font-size: 15px;
    }

    .schedule .part1 .month ul li a span {
        padding: 12px 0px;
    }

    .schedule .part1 .month.fixed ul li a span {
        padding: 16px 0px;
    }

    .schedule .part2 .p2_list {
        padding-bottom: 10px;
    }

    .schedule .part2 .p2_list > h3 {
        padding: 20px 0px 10px;
        font-size: 22px;
    }

    .schedule .part2 table tbody tr th {
        padding: 10px;
        font-size: 12px;
    }

    .schedule .part2 table tbody tr th.num {
        padding: 10px;
        font-size: 12px;
    }

    .schedule .part2 table tbody tr th b.label {
        width: 50px;
        font-size: 12px;
    }
}

.info12::after {
    clear: both;
    display: block;
    content: "";
}

.info12 > div {
    float: left;
}

.info12 .tab {
    width: 18%;
    margin-bottom: 50px;
}

.info12 .tab button {
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 100%;
    text-align: left;
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: inherit;
}

.info12 .tab button::after {
    background: rgb(255, 255, 255);
    top: 50%;
    width: 20px;
    height: 2px;
    right: 0px;
    margin-top: -1px;
    position: absolute;
    content: "";
}

.info12 .tab button:hover {
    background: rgb(44, 80, 166);
    border-color: rgb(255, 255, 255);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.info12 .tab button.active {
    background: rgb(44, 80, 166);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.info12 .tabcontent {
    display: none;
}

.info12 .info12_right {
    width: 82%;
    padding-left: 50px;
}

.info12 .tabcontent > h1 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.info12 .tabcontent > h1::before {
    background: linear-gradient(to right bottom, rgb(0, 171, 173), rgb(44, 80, 166));
    left: 0px;
    top: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
}

.info12 .tabcontent > p {
    background: rgb(247, 247, 247);
    padding: 20px;
    color: rgb(51, 51, 51);
    font-size: 15px;
    margin-bottom: 35px;
}

.info12 .tabcontent dl + dl {
    margin-top: 35px;
}

.info12 .tabcontent dl dt h2 {
    margin: 30px 0px 15px;
    color: rgb(26, 118, 169);
    padding-left: 22px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.info12 .tabcontent dl dt h2::before {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid rgb(26, 118, 169);
    border-image: none;
    left: 0px;
    top: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
}

.info12 .tabcontent dl dt h2::after {
    background: rgb(26, 118, 169);
    border-radius: 50%;
    left: 4px;
    top: 12px;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
}

.info12 .tabcontent dl dd {
    color: rgb(51, 51, 51);
    padding-left: 15px;
    font-size: 15px;
}

.info12 .tabcontent dl dd + dd {
    margin-top: 10px;
}

.info12 .tabcontent dl dd h3 {
    padding: 0px 0px 6px 10px;
    color: rgb(44, 80, 166);
    position: relative;
}

.info12 .tabcontent dl dd h3::before {
    background: rgb(44, 80, 166);
    border-radius: 50%;
    left: 0px;
    top: 10px;
    width: 3px;
    height: 3px;
    position: absolute;
    content: "";
}

.info12 .tabcontent dl dd h3 span {
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.info12 .tabcontent dl dd h3 span a {
    background: rgb(247, 247, 247);
    padding: 4px 10px;
    font-weight: 500;
    display: inline-block;
}

.info12 .tabcontent dl dd h3 span a:hover {
    background: rgb(44, 80, 166);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.info12 .tabcontent dl dd p {
    line-height: 25px;
    padding-left: 10px;
    -ms-word-break: keep-all;
}

.info12 .tabcontent dl dd p + p {
    margin-top: 12px;
}

.info12 .tabcontent dl dd p a {
    background: rgb(247, 247, 247);
    padding: 4px 10px;
    font-weight: 500;
    display: inline-block;
}

.info12 .tabcontent dl dd p a:hover {
    background: rgb(44, 80, 166);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.info12 .tabcontent dl dd ul {
    padding-left: 10px;
}

.info12 .tabcontent dl dd ul li p {
    color: rgb(193, 74, 74);
    padding-top: 5px;
    font-size: 14px;
}

.info12 .tabcontent dl.info_num dd + dd {
    margin-top: 20px;
}

.info12 .tabcontent dl.info_num ul {
    margin: 5px 0px 30px;
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

.info12 .tabcontent dl.info_num ul li + li {
    margin-top: 5px;
}

.info12 .tabcontent dl.info_num ul li span {
    background: rgb(173, 173, 173);
    padding: 1px 0px;
    border-radius: 50%;
    width: 17px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}

.info12 #info12_tab3 dl dd + dd {
    margin-top: 0px;
}

.info12 #info12_tab10 dl dd + dd {
    margin-top: 0px;
}

.info12 #info12_tab3 dl dd h3 {
    padding: 0px 0px 10px 10px;
}

.info12 #info12_tab10 dl dd h3 {
    padding: 0px 0px 10px 10px;
}

.info12 #info12_tab3 dl dd p {
    line-height: 15px;
}

.info12 #info12_tab10 dl dd p {
    line-height: 15px;
}

.info12 #info12_tab3 dl dd p:nth-last-of-type(1) {
    padding-bottom: 20px;
}

.info12 #info12_tab10 dl dd p:nth-last-of-type(1) {
    padding-bottom: 20px;
}

.info12 #info12_tab3 > a {
    padding: 15px 40px;
    border: 1px solid rgb(170, 170, 170);
    border-image: none;
    color: rgb(74, 74, 74);
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
}

.info12 #info12_tab3 > a i {
    margin-left: 20px;
}

.info12 #info12_tab3 > a:hover {
    background: rgb(26, 118, 169);
    border-color: rgb(26, 118, 169);
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

.info12 #info12_tab3 > a:hover i {
    transition: 0.6s;
    color: rgb(255, 255, 255);
}

@media all and (max-width:1240px) {
    .info12 > div {
        width: 100% !important;
        float: none;
    }

    .info12 .tab::after {
        clear: both;
        display: block;
        content: "";
    }

    .info12 .tab button {
        margin: 2px;
        padding: 10px 12px;
        width: auto;
        text-align: center;
        float: left;
    }

    .info12 .tab button::after {
        display: none;
    }

    .info12 .tab button.active {
        background: rgb(44, 80, 166);
        border-color: rgb(44, 80, 166);
    }

    .info12 .info12_right {
        padding-left: 0px;
    }
}

@media all and (max-width:960px) {
    .info12 .tab button {
        font-size: 14px;
    }

    .info12 .tabcontent > h1 {
        padding-left: 22px;
        font-size: 24px;
    }

    .info12 .tabcontent > h1::before {
        top: 13px;
        width: 12px;
        height: 12px;
    }

    .info12 .tabcontent dl dt h2 {
        margin: 25px 0px 10px;
        padding-left: 22px;
        font-size: 18px;
    }

    .info12 .tabcontent dl dt h2::before {
        top: 8px;
        width: 13px;
        height: 13px;
    }

    .info12 .tabcontent dl dt h2::after {
        top: 12px;
        width: 5px;
        height: 5px;
    }
}

@media all and (max-width:640px) {
    .info12 .tab {
        margin-bottom: 40px;
    }

    .info12 .tab button {
        padding: 8px 10px;
        font-size: 12px;
    }

    .info12 .tabcontent > h1 {
        padding-left: 20px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info12 .tabcontent > h1::before {
        top: 10px;
        width: 11px;
        height: 11px;
    }

    .info12 .tabcontent > p {
        padding: 15px;
        font-size: 12px;
        margin-bottom: 30px;
    }

    .info12 .tabcontent dl + dl {
        margin-top: 25px;
    }

    .info12 .tabcontent dl dt h2 {
        margin: 20px 0px 7px;
        padding-left: 15px;
        font-size: 16px;
    }

    .info12 .tabcontent dl dt h2::before {
        top: 8px;
        width: 11px;
        height: 11px;
    }

    .info12 .tabcontent dl dt h2::after {
        left: 3px;
        top: 11px;
        width: 5px;
        height: 5px;
    }

    .info12 .tabcontent dl dd {
        padding-left: 10px;
        font-size: 12px;
    }

    .info12 .tabcontent dl dd + dd {
        margin-top: 6px;
    }

    .info12 .tabcontent dl dd h3 {
        padding: 0px 0px 0px 10px;
    }

    .info12 .tabcontent dl dd p {
        line-height: 21px;
    }

    .info12 .tabcontent dl dd ul li p {
        padding-top: 0px;
        font-size: 12px;
    }
}

/* 텝메뉴 */
.event_tab_menu{padding-left:2px;margin:0 auto 35px;}
.event_tab_menu ul{margin-left: -10px;}
.event_tab_menu li{position:relative;z-index:10;float:left;width: calc(25% - 10px);height:50px;margin: 0 0 10px 10px;line-height:50px;border:solid 1px #fff;box-sizing:border-box; border-radius: 25px;}
.event_tab_menu li a{display:inline-block;width:98%;padding:0 1%;font-size:17px;color:#fff;font-weight:500;text-align:center;vertical-align:middle;letter-spacing:-1px;}
/*.event_tab_menu li a:before{position:absolute;left:0;top:0;display:inline-block;width:100%;height:100%;content:'';background:transparent;}*/
.event_tab_menu li.on,.tab_menu li.on:hover{z-index:11; border:1px solid transparent; /*background-image:linear-gradient(to right, #4a9acd , #5961a9);*/ background: #9b7f11;}
.event_tab_menu li:hover{z-index:11;}
.event_tab_menu li.on a,.tab_menu li a:hover,.tab_menu li a:focus,.tab_menu li:hover a{color:#000;}
.event_tab_menu li.on a{color:#fff;}

/* 텝메뉴  유형1 두칸 세칸 4칸 cout1~ 5*/
.event_tab_menu.count1 li{width:100%;}
.event_tab_menu.count2 li{width:50%;}
.event_tab_menu.count3 li{width:33.33%;}
.event_tab_menu.count4 li{width:25%;}
.event_tab_menu.count5 li{width:20%;}


@media only screen and (max-width:1000px){
.event_tab_menu li a{font-size:14px;line-height:18px;}
}
@media only screen and (max-width:640px){
.event_tab_menu.count1 li {width: 100% !important}
.event_tab_menu li{width: calc(50% - 10px) !important;height:40px; line-height:40px; border-radius: 20px;}
.event_tab_menu li a{font-size:13px;line-height:16px;}
}

/* 장비소개 */

.equipment {overflow:hidden; position:relative; padding-top:48px; padding-bottom:48px; /*border-top:1px solid #2f2c2d; border-bottom:1px solid #c9c9c9;*/ padding:0 20px;}
.equipment .list { margin-left:-40px; }
.equipment .list li {float:left; width:calc(25% - 40px);  margin-left:40px;  padding-bottom: 30px;     position: relative; }
.equipment .list li:after {content:''; visibility:hidden; display:block;clear:both; width:0; height:0; font-size:0;}
/*.bbs_program .list li {display:block;}
.bbs_program .list li a {display:block; position:relative;}*/
.equipment .list li a:hover div, .equipment .list li a:focus div {text-decoration:none; /*background-color:#f9f9f9;*/}
.equipment .list li a .cont {min-height:180px; padding:35px 1% 35px 0;}
.equipment .list .photo {position:relative; overflow:hidden; width:100%; height:250px; font-size:0; line-height:0; /*background:url(../images/common/no_img.gif) center center no-repeat; background-size:100%;*/ border:1px solid #c9c9c9; display: block; text-align: center;}
.equipment .list .photo input, .equipmen .list .photo img {vertical-align:middle; width:100%;}
.equipment .list .photo input {margin-right:5px;}
.equipment .list li a span {display:inline-block}

.equipment .list .photo img {max-width:100%; max-height:250px; vertical-align:middle; transition: all 400ms;}
.equipment .list li a:hover .photo:before {content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-image:url('../images/common/photo_on.png'); background-position:center center; background-repeat:no-repeat; background-color:#000;z-index:11;visibility:hidden;opacity:0;transition:all 400ms;}
.equipment .list li a:hover .photo:before {visibility:visible; opacity:0.5;}
.equipment .list li a:hover .photo img{transform:scale(1.2);}
.equipment .list .substance{display:block;margin-top: 25px; padding-bottom:5px;}
.equipment .list .subject {display:block; padding:8px 10px;font-size:20px; /*letter-spacing:-1px;*/ font-weight: 600; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; background-color:#000; text-align: center}
.equipment .list a .subject{color:#fff;}
.equipment .list .kind{    color: #00bff3;    font-weight: 500;}
.equipment .list .text {display:block; overflow:hidden; position:relative; max-height:50px;  line-height:22px; text-overflow:ellipsis; color:#666; /*letter-spacing:-1px; height: 50px;*/     white-space: nowrap;}
.equipment .list .date_info {margin-top:25px;}
.equipment .list .label{position:absolute;left:20px;width:70px;display:flex;justify-content:center;align-items:center;padding:10px;text-align:center;font-size:15px;color:#fff;line-height:1.3;z-index:100; background-color:#00bff3;}
.equipment .list .label a{color:#fff;}

@media screen and (max-width:1200px) {
	.equipment .list .photo { height: auto; }
	.equipment .list .photo img {width:100%; max-height:auto; vertical-align:middle; transition: all 400ms;}

}
@media screen and (max-width:1000px) {
    .equipment .list { margin-left:-20px; }
	.equipment .list li {float:left; width:calc(50% - 20px); margin-left:20px; padding-bottom: 30px;}
	.equipment .list .subject {display:block; padding:8px 10px;font-size:16px; }
    .equipment .list .label{position:absolute;left:20px;width:50px;padding:5px;line-height:1.3;}
}


/* @media screen and (max-width:640px){
	.equipment .checkbox{display:none}
	.equipment .list {    margin-left: 0;}
	.equipment .list li{display: block; width:100%; margin-right:0; margin-bottom: 2%;  margin-left: 0;}
	.equipment .list li a .cont {padding-left:2%; padding-right:2%;}
	.equipment .list .substance {margin-left:0; margin-right:0; padding-top:10px; text-align:center;}
	.equipment .list .subject {font-size:22px; line-height:22px; text-align:center;}
	.equipment .list .photo {display:block; float:none; width:100%; margin:0 auto;}
	.equipment .list .text { padding-left:2%; padding-right:2%; }
}*/

.equipment2 {overflow:hidden; position:relative; padding-top:48px; padding-bottom:48px; /*border-top:1px solid #2f2c2d; border-bottom:1px solid #c9c9c9;*/ padding:0 20px;}
.equipment2 .list { margin-left:-20px; }
.equipment2 .list li {float:left; width:calc(20% - 20px);  margin-left:20px;  padding-bottom: 30px;     position: relative; }
.equipment2 .list li:after {content:''; visibility:hidden; display:block;clear:both; width:0; height:0; font-size:0;}
/*.bbs_program .list li {display:block;}
.bbs_program .list li a {display:block; position:relative;}*/
.equipment2 .list li a:hover div, .equipment2 .list li a:focus div {text-decoration:none; /*background-color:#f9f9f9;*/}
.equipment2 .list li a .cont {min-height:180px; padding:35px 1% 35px 0;}
.equipment2 .list .photo {position:relative; overflow:hidden; width:100%; height:250px; font-size:0; line-height:0; /*background:url(../images/common/no_img.gif) center center no-repeat; background-size:100%;*/ border:1px solid #c9c9c9; display: block; text-align: center;}
.equipment2 .list .photo input, .equipmen .list .photo img {vertical-align:middle; width:100%;}
.equipment2 .list .photo input {margin-right:5px;}
.equipment2 .list li a span {display:inline-block}

.equipment2 .list .photo img {max-width:100%; max-height:250px; vertical-align:middle; transition: all 400ms;}
.equipment2 .list li a:hover .photo:before {content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-image:url('../images/common/photo_on.png'); background-position:center center; background-repeat:no-repeat; background-color:#000;z-index:11;visibility:hidden;opacity:0;transition:all 400ms;}
.equipment2 .list li a:hover .photo:before {visibility:visible; opacity:0.5;}
.equipment2 .list li a:hover .photo img{transform:scale(1.2);}
.equipment2 .list .substance{display:block;margin-top: 25px; padding-bottom:5px;}
.equipment2 .list .subject {display:block; padding:8px 10px;font-size:20px; /*letter-spacing:-1px;*/ font-weight: 600; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; background-color:#000; text-align: center}
.equipment2 .list a .subject{color:#fff;}
.equipment2 .list .kind{    color: #00bff3;    font-weight: 500;}
.equipment2 .list .text {display:block; overflow:hidden; position:relative; max-height:50px;  line-height:22px; text-overflow:ellipsis; color:#666; /*letter-spacing:-1px; height: 50px;*/     white-space: nowrap;}
.equipment2 .list .date_info {margin-top:25px;}
.equipment2 .list .label{position:absolute;left:20px;width:70px;display:flex;justify-content:center;align-items:center;padding:10px;text-align:center;font-size:15px;color:#fff;line-height:1.3;z-index:100; background-color:#00bff3;}
.equipment2 .list .label a{color:#fff;}

@media screen and (max-width:1200px) {
	.equipment2 .list .photo { height: auto; }
	.equipment2 .list .photo img {width:100%; max-height:auto; vertical-align:middle; transition: all 400ms;}

}
@media screen and (max-width:1000px) {
    .equipment2 .list { margin-left:-20px; }
	.equipment2 .list li {float:left; width:calc(50% - 20px); margin-left:20px; padding-bottom: 30px;}
	.equipment2 .list .subject {display:block; padding:8px 10px;font-size:16px; }
    .equipment2 .list .label{position:absolute;left:20px;width:50px;padding:5px;line-height:1.3;}
}