section .limit {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position:relative;
    z-index:1;
}
section .minWidth {
    min-width: 1440px;
    padding: 0 15px;
}
.btn_wrap {
    text-align: center;
}


/* label radio button */

.contents_wrap input[type='text'],
.contents_wrap select {
    border: 1px solid #dfe5ea;
    height: 48px;
    border-radius: 5px;
    padding: 0 0 0 10px;
    float: left;
    margin: 0 10px 0 0;
}
.contents_wrap input[type='text']:last-child,
.contents_wrap select:last-child {
    margin: 0;
}
.contents_wrap select {
    background: url('../../image/sub/select_icon.png')no-repeat;
    background-position: right 10px center;
}
.contents_wrap label {
    cursor: pointer;
    display: inline-block;
}
.contents_wrap table th span {
    display: inline-block;
    color: #ff1515;
    margin: 0 0 0 4px;
    font-weight: 500;
}
.contents_wrap table td label {
    display: inline-block;
    float: left;
    margin: 0 60px 0 0;
}
.contents_wrap table td label:last-child {
    margin: 0;
}
.contents_wrap table td label p {
    display: inline-block;
    transform: translate(0,-5px);
    margin: 0 0 0 5px;
}
label input[type='radio'] + span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
label input[type='radio'] + span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #0083ca;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
label input[type='radio']:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.blind{display:none !important;}

/* mini_tit */
.mini_tit {
    position: relative;
    font-family: "paybooc_Otf_bold";
    font-size: 22px;
    color: #404345;
    padding: 0 0 15px 15px;
}
.mini_tit::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    left: 0;
    top: 4px;
    background: #0083ca;
    border-radius: 50%;
}
.mini_tit + span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #82898e;
    padding: 0 0 0 15px;
}
/* top_img_area */
.top_img_area {
    position: relative;
    display: table;
    width: 100%;
    /* min-width: 1440px; */
    height: 350px;
    background-size: cover !important;
    background-position: center !important;
}
.top_img_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}

.top_img_area.pride,
.top_img_area.introduce {
    background: url(../../image/sub/introduce.jpg)no-repeat center !important;
}

.top_img_area.pride{
    background: url(../../image/sub/prid.jpg)no-repeat center !important;
}
.top_img_area.admission {
    background: url(../../image/sub/admission.jpg)no-repeat center !important;
}
.top_img_area.bachelor {
    background: url(../../image/sub/bachelor.jpg)no-repeat center !important;
}
.top_img_area.schooling {
    background: url(../../image/sub/schooling.jpg)no-repeat center !important;
}
.top_img_area.service {
    background: url(../../image/sub/service.jpg)no-repeat center !important;
}
.top_img_area > article:nth-of-type(1) {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.top_img_area > article:nth-of-type(1) .txt_wrap {
    position: relative;
    text-align: center;
    z-index: 2;
}
.top_img_area > article:nth-of-type(1) .txt_wrap h4 {
    font-family: "paybooc_ExtraBold";
    color: #fff;
    font-size: 58px;
    margin: 0 0 15px;
}
.top_img_area > article:nth-of-type(1) .txt_wrap h4.eng {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
}
.top_img_area > article:nth-of-type(1) .txt_wrap p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    word-break:keep-all;
}
/* top_tap */
.top_tap {
    display: none;
    position: relative;
}
.top_tap::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #ddd;
}
.top_tap ul {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
.top_tap li {
    display: inline-block;
    float: left;
    border-bottom: 1px solid transparent;
}
/* .top_tap.three li {
    width: calc(100% / 3);
}
.top_tap.four li {
    width: calc(100% / 4);
}
.top_tap.five li {
    width: calc(100% / 5);
}
.top_tap.six li {
    width: calc(100% / 6);
} */
.top_tap li.on {
    border-bottom: 3px solid #0083ca;
}
.top_tap li a {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    color: #82898e;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.top_tap li.on a {
    color: #0083ca;
    font-weight: 500;
}
/* sub_title_area */
.sub_title_area {
    text-align: center;
    padding: 130px 0 50px;
}
.sub_title_area h3 {
    font-family: "paybooc_Otf_bold";
    font-size: 32px;
    color: #404345;
    margin: 0 0 10px;
}
.sub_title_area p {
    font-size: 18px;
    color: #82898e;
}
/* tap_btn_wrap */
.tap_btn_wrap {
    text-align: center;
    margin: 0 auto 80px !important;
}
.tap_btn_wrap ul {
    display: inline-block;
    /* display:flex; */
    width: 100%;
}
.tap_btn_wrap ul li {
    position: relative;
    width: 50%;
    /* width: 240px; */
    /* flex:auto; */
    cursor: pointer;
    transition: .3s ease;
    color: #82898e;
    font-size: 16px;
    font-weight: 300;
}
.tap_btn_wrap ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #82898e;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    z-index: 3;
}
/* .tap_btn_wrap.five ul li {
    width: 210px;
} */
.tap_btn_wrap ul li::before {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    top: 0;
    left: 0;
    border: 1px solid #ddd;
}
.tap_btn_wrap ul li.on {
    background: #0083ca;
    font-weight: 500;
    color: #fff;
}
.tap_btn_wrap ul li.on a {
    font-weight: 500;
    color: #fff;
}
/* paging */
.paging_wrap {
    text-align: center;
    margin: 100px 0 0;
}
.paging {
    margin:0 auto;
    display: inline-block;
}
.paging a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    font-weight: 400;
    color: #acb6bc;
}
.paging > ul,
.paging > a {
    float: left;
}
.paging a.on {
    background: #0083ca;
    color: #fff;
}
/* list */
.list  p {
    font-weight: 300;
    color: #404345;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 2px solid #333;
}
.list p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.list li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 50px 0;
    transition: .3s ease;
    border-bottom: 2px solid transparent;
}
/* .list li:nth-of-type(2n) {
    margin: 0 0 50px;
} */
.list li:hover {
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-color: #0083ca;
}
.list .img_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.list .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: unset; min-width: 100%; height: 100%;
}
.list .txt_wrap {
    padding: 10px 15px;
}
.list .txt_wrap strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    /*display: -webkit-box;*/
	display:inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 400;
    color: #404345;
    margin: 0 0 10px;
}
.list .txt_wrap strong + div > span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    float: left;
    font-weight: 500;
    color: #acb6bc;
}
.list .txt_wrap strong + div em {
    display: inline-block;
    float: right;
    font-weight: 400;
    color: #acb6bc;
}
.list .txt_wrap strong + div em span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #acb6bc;
}
.list .txt_wrap strong + div button {
    float: right;
    background: transparent;
    color: #acb6bc;
    font-weight: 400;
    border: none;
    cursor: pointer;
}
.list select {
    background: url(../../image/sub/select_icon.png)no-repeat;
    background-position: center right 10px;
    width: 228px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 0 0 10px;
    color: #acb6bc;
}
.list hr {
    border: none;
    height: 1px;
    background: #404345;
    margin: 20px 0;
}
/* search_part */
.search_part {
    text-align: center;
   width: 100%;
    background: #f3f7fb;
    margin-bottom: 60px !important;
    padding: 0 15px!important;
}
.contents_wrap .search_wrap {
    display: inline-block;
    padding: 20px 0 35px;
}
.contents_wrap .search_wrap select {
    display: inline-block;
    width: 60px;
    height: 50px;
    margin: 0 10px 0 0;
    border: none;
    border-bottom: 1px solid #333;
    background: url(../../image/sub/select_icon.png)no-repeat;
    background-position: center right;
    float: left;
    border-radius:0;
}
.contents_wrap .search_wrap input[type="text"] {
    display: inline-block;
    width: 160px;
    height: 50px;
    border: none;
    border-bottom: 1px solid #333;
    float: left;
    background: transparent;
    padding:0;
    border-radius:0;
    margin:0;
}
.contents_wrap .search_wrap button {
    display: inline-block;
    background: transparent;
    width: auto;
    height: 50px;
    float: left;
    cursor: pointer;
    border: none;
    border-bottom:1px solid #333;
    padding:0;
    border-radius:0;
}
.contents_wrap .search_wrap button img{width:20px; max-width: none;}

/*mobile lnb */
.mb_menu{width:100%; position:absolute; overflow:overlay; z-index:3;}
.mb_menu .m_menu .depth01{float:left; text-align: center;}
.mb_menu .m_menu .depth01:nth-child(1){width:40%;}
.mb_menu .m_menu .depth01:nth-child(2){width:60%;}
.mb_menu .m_menu .depth01 > li {box-sizing:border-box; border:1px solid #ddd;border-bottom:0; height:100%;}
 .mb_menu .m_menu .depth01 > li:nth-child(1) > a{background:url(../../image/sub/notice_select.png) no-repeat right 10px center;}
.mb_menu .m_menu .depth01 li:last-child{border-bottom:1px solid #ddd;}
.mb_menu .m_menu .depth01 li a{background:#fff; width:100%; display:inline-block; padding:10px 10px 10px 0; color:#82898e; font-size:18px; font-weight:300;  }
.mb_menu .m_menu .depth01 li.on a{color:#0083ca; font-weight:400;}
.mb_menu .m_menu .depth02{display: none;}
/* .mb_menu .m_menu .depth02 li a{padding:10px;} */
.mb_menu .m_menu .depth02.on{display:block; transition:all .3s;}

/* table */
table tbody tr > td{font-size:14px;}
.table_container{width:100%; overflow-x:scroll; white-space:nowrap;}
.table_container table{width: auto;}

/* select box */
.contents_wrap select {
    width: 210px;
    background: url(../../image/sub/select_icon.png) no-repeat;
    background-position: right 10px center;

}
.contents_wrap input[type='text'], .contents_wrap select {
    border: 1px solid #dfe5ea;
    height: 48px;
    border-radius: 5px;
    padding: 0 0 0 10px;
    float: left;
    margin: 0 10px 20px 0;
}


/* agree_part */
.agree_part {
    border: 1px solid #ddd;
    height: 230px;
    padding: 10px;
    overflow: auto;
}
.agree_checkbox_wrap {
    text-align: right;
}
.agree_checkbox_wrap label {
    display: inline-block;
    cursor: pointer;
}
.agree_checkbox_wrap span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    transform: translate(0,6px);
    margin: 0 5px 0 0;
}
.agree_checkbox_wrap span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 10px;
    /* background: url('../image/sub/checked.png')no-repeat; */
    background: url('../../image/sub/checked.png')no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.agree_checkbox_wrap input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
.agree_checkbox_wrap p {
    display: inline-block !important;
    font-weight: 400;
    color: #404345;
    font-size:14px !important;
	transform:translate(0,0) !important;
	margin:0px !important;
}

/* result */
.result_wrap {
    border-top: 2px solid #0083ca;
    padding: 40px 0 50px;
    text-align: center;
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,0.1);
}
.result_wrap .img_wrap {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #f3f7fb;
    margin: 0 0 30px;
}
.result_wrap .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.result_wrap em {
    display: block;
    font-family: "paybooc_Otf_light";
    color: #404345;
    font-size: 32px;
    margin: 0 0 10px;
}
.result_wrap strong {
    display: block;
    font-family: "paybooc_Bold";
    color: #0083ca;
    font-size: 18px;
    margin: 0 0 10px;
    word-break:keep-all;
}
.result_wrap strong span {
    font-family: "paybooc_Bold";
    color: #404345;
    font-size: 32px;
}
.result_wrap p {
    font-size: 18px;
    font-weight: 300;
    color: #82898e;
}
.result_wrap p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #0083ca;
    font-weight: 400;
}

/* ë²„íŠ¼ */
.btn_submit_wrap {
    text-align: center;
}
.btn_submit_wrap button {
    background: transparent;
    border: 1px solid #404345;
    width: 240px;
    height: 54px;
    color: #404345;
    font-weight: 500;
    margin: 60px 0 0;
    cursor: pointer;
    transition: .3s ease;
}
.btn_submit_wrap button:hover {
    background: #0083ca;
    border-color: #0083ca;
    color: #fff;
}

.table_view .view_con img{
    height:auto !important;
    display: inline;
}
@media screen and (max-width:767px) {

    .list li{width: calc((100% - 20px)/ 2);margin-right: 20px; margin-bottom: 20px;}
    .list li:nth-child(2n){margin-right: 0;}
    .list .txt_wrap strong{font-size: 17px;}
    .list .txt_wrap button{font-size: 15px;}
    .limit{width: 95%;padding: 0;}
    .top_list{margin-bottom: 20px;}
    .table_view{margin-top: 20px !important}
    .table_view .view_bot li{padding: 0 !important; height: 40px !important}
    .table_view .view_bot li span{line-height: 39px !important;width: 90px !important;margin-right: 10px !important;}
    .table_view .view_bot li a{width: calc(100% - 90px) !important;line-height: 40px !important;}
    .table_view .view_top{padding: 12px 15px !important;}
    .table_view .view_top .view_tit{font-size: 21px !important;margin-bottom: 5px !important; width: 100% !important;}
    .table_view .view_top > span{font-size: 14px !important;}
    .table_view .view_top > span small{font-size: 14px !important;margin-left: 5px !important}
    .btn_box > div button.btn_list{width: 190px !important; height: 54px !important;}
    .teach_list li{width: 100%;margin-right: 0; margin-bottom: 20px;}
    .teach_list li:nth-child(2){margin-right: 0;}
    .teach_list li .img_box{height: 285px;}
    .teach_list li button {display: block;padding: 15px;}
    .teach .tx_box{padding: 15px; bottom:0;}
    .teach .left{width: 100%;float: none;height: auto;}
    .teach .right{width: 100%;float: none;}
    .teach .left img{position: relative;left: auto; top: auto; transform: none;height: auto;width:100%;}
    .btn_list{height: 54px!important; width: 190px !important; margin-top: 30px !important}
    .btn_box{margin-top: 40px !important;height: auto !important}
    .btn_box::after{clear: both;content: ''; display: block;}
    .sub_title{margin-bottom: 15px;}
    .list .img_wrap{height: 150px;}
    .list_page {
        text-align: center;
        margin: 50px 0;
        clear: both;
    }
    /*
    .list_page .inner {
        margin: 0 auto;
    } */

    .list_page >a {
        padding-bottom: 10px;
        margin: 0 10px;
        display: inline-block !important;
        border: none;
        margin-top: 20px;
    }

    .list_page >a:nth-child(1) {
        background: url('../../image/sub/paging_left.png') no-repeat !important;
        display: inline-block;
        width: 11px;
            height: 23px !important;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 0;
    }
    .list_page >a:nth-child(2) {
        background: url('../../image/sub/paging_left.png') no-repeat  !important;
        display: inline-block;
        width: 11px;
            height: 23px !important;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 0;
    }
    .list_page >a:nth-child(4){
        background: url('../../image/sub/paging_right.png') no-repeat !important;
    display: inline-block;
width: 11px;
height: 23px !important;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0;
margin-left: 2px;
    }
    .list_page >a:nth-child(5) {
            background: url('../../image/sub/paging_right.png') no-repeat !important;
        display: inline-block;
  width: 11px;
            height: 23px !important;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 0;
  margin-left: 8px;
    }

    .list_page ul {
        display: inline-block;
        margin: 0;
    }
.list_page ul li{width:30px !important; }
    .list_page ul li a {
        font-size: 16px;
        color: #999;
        width: 26px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-weight: 500;
        display: inline-block !important;
    }

    .list_page ul li {
        float: left;
        margin: 0 6px !important;
        margin-bottom: 0;
    }

    .list_page ul::after {
        clear: both;
        content: '';
        display: block;
    }

    .list_page ul li a.on {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-color: #0083ca;
    border-radius: 50%;
    color: #fff;
    line-height: 35px;
    }
    .search_btn_{font-size: 0}
 }
.table_view .view_con img{height: auto!important}
