/* subpage */
.subpage {
    /* background-color: #fdfdfd; */
}
/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr.topTr {
    border-top: 2px solid #666;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic thead tr th {
    font-size: 20px;
    font-weight: 700;
}
.table.table_basic.two thead tr th {
    border-width: 2px;
    border-color: #222 !important;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
.table.table_basic tr td p span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_basic tr td p span.tit2 {
    background-color: #ffebeb;
}
.table.table_basic tr td p span.tit3 {
    background-color: #ebffce;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
        word-break: keep-all;
    }
    #edu_01 .table.table_basic tr th,
    #edu_01 .table.table_basic tr td {
        word-break: break-all;
    }
    .table.table_basic thead tr th {
        font-size: 15px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_basic {
        width: 700px;
    }
}
/* company_01 */
#company_01 .sec1 .f_mj {
    line-height: 1.4em;
}
#company_01 .sign span,
#company_01 .sign img {
    vertical-align: middle;
}

@media (min-width:768px){
    #company_01 .sec1 .toptxt {
        position: relative;
        padding-left: 180px;
    }
    #company_01 .sec1 .toptxt .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 160px;
        height: 100%;
        border: 1px solid #ddd;
        padding: 15px 25px;
    }
}

@media (max-width:1200px) and (min-width:768px){
    #company_01 .sec1 .toptxt {
        padding-left: 120px;
    }
    #company_01 .sec1 .toptxt .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
    }
}
@media (max-width:768px){
    #company_01 .sec1 .toptxt .img {
        border: 1px solid #ddd;
        padding: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    #company_01 .sign img {
        width: 60px;
    }
}
/* company_03 */
.uverList > li {
    background-color: #f7f7f7;
    align-items: center;
    margin-bottom: 40px;
    padding: 40px;
}
.uverList > li .img {
    position: relative;
}
.uverList > li .img h5 {
    line-height: 60px;
    min-width: 60px;
    background-color: rgba(34, 69, 157, 0.85);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 0 15px;
}
.uverList > li .tbox h2 {
    position: relative;
}
@media (min-width:768px){
    .uverList > li {
        display: flex;
    }
    .uverList > li .img {
        width: 40%;
    }
    .uverList > li .tbox {
        padding: 0 40px;
        width: 60%;
    }
    .uverList > li .tbox h2:after {
        /* content: ""; */
        position: absolute;
        left: -40px;
        top: 10%;
        height: 80%;
        width: 7px;
        background-color: #22449d;
    }
    .uverList > li:nth-child(even) .img {
        order: 2;
    }
    .uverList > li:nth-child(even) .tbox {
        order: 1;
    }
    .uverList > li:nth-child(even) .tbox h2:after {
        left: auto;
        right: -40px;
    }
}
@media (max-width:768px){
    .uverList > li {
        padding: 15px 15px 25px;
    }
    .uverList > li .tbox {
        padding: 25px 0 0;
    }
    .uverList > li .img h5 {
        line-height: 40px;
        min-width: 40px;
    }
}

/* btnItem */
.btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    line-height: 41px;
    padding: 0 30px;
    border: 2px #333;
    background-color: #333;
    color: #fff;
}
.btnWrp .btnItem.w {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        line-height: 35px;
        padding: 0 20px;
    }
}
/* proTit */
.proTit {
    padding-left: 25px;
    position: relative;
}
.proTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 16px;
    height: 16px;
    border: 4px solid #22449d;
    border-radius: 5px 0 5px 0;
}
/* programList */
.programAdv {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}
.programAdv .item {
    padding: 15px 15px 30px;
    margin-top: 15px;
}
.programAdv .item h5 {
    line-height: 1.2em;
}
@media (min-width:768px) {
    .programAdv > li:not(:last-child) {
        border-right: 1px solid #ddd;
    }
    .programAdv .item .icon {
        margin-bottom: 15px;
    }
}
@media (max-width:768px) {
    .programAdv > li:not(:first-child) {
        border-top: 1px solid #ddd;
    }
    .programAdv .item {
        display: flex;
        align-items: center;
        padding: 10px;
        margin: 0;
    }
    .programAdv .item .icon {
        width: 20%;
        text-align: center;
    }
    .programAdv .item .icon img {
        max-width: 70%;
    }
    .programAdv .item .txt {
        width: 80%;
        padding-left: 30px;
        text-align: left;
    }
}

/* program_01 */
#program_01 .sec1 a {
    text-decoration: none;
    display: inline-block;
}

/* as_tit */
.as_tit {
    font-weight: 600;
    margin-bottom: 15px;
}
.as_tit span {
    display: inline-block;
    position: relative;
    line-height: 1em;
}

/* table_form */
.table.table_form {
    border-top: 2px solid #333;
}
.table.table_form tr th,
.table.table_form tr td {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_form tr th:first-child,
.table.table_form tr td:first-child {
    border-left: 0px;
}
.table.table_form tr th:last-child,
.table.table_form tr td:last-child {
    border-right: 0px;
}
.table.table_form tr th {
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}
.table.table_form tr th label {
    font-weight: 500;
}
.table.table_form thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_form tbody tr th {
    background-color: #f8f8f8;
}
.table.table_form tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_form tr th,
    .table.table_form tr td {
        font-size: 15px;
        padding: 8px 5px;
        display: block;
        width: 100%;
        text-align: left;
    }
    .table.table_form tr th {
        border: 1px solid #ddd !important;
        border-bottom: 0px !important;
    }
    .table.table_form tr:not(:last-child) td {
        border: 1px solid #ddd !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
    }
}
/* formWrp */
.formWrp ul li {
    margin: 10px 0;
}
.formWrp .formItem label {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.formWrp .formItem .form-control:not(textarea) {
    height: 45px;
}
.formWrp .formItem .form-control {
    padding: 4px 8px;
    border: 0px;
    box-shadow:  0 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: transparent;
    background-color: #fff;
}
.formWrp .formItem .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.formWrp .formItem .form-control.small {
    width: 90px;
    display: inline-block;
}
.formWrp .formItem .form-control.date {
    width: 70px;
    display: inline-block;
}
.formWrp .formItem .form-control:focus {
    border-color: #0090d5;
}
.formWrp .formItem .radio-custom {
    display: inline-block;
    margin: 0 15px 0 0;
}
.formWrp .formItem .radio-custom label {
    font-weight: 300;
    margin: 0px;
}
.formWrp .formItem .input-group-addon {
    border-width: 1px;
}
.formWrp .formItem .input-group .form-control {
    border-radius: 0 4px 4px 0;
}
.formWrp .formItem.ph_item {
    position: relative;
    padding-right: 120px;
}
.formWrp .formItem.ph_item.w300 {
    max-width: 300px;
}
.formWrp .formItem.ph_item .ph_btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    border: 1px solid #333;
    width: 121px;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
}
.formWrp .fileupload {
    margin-top: 10px;
}
.formWrp .fileupload .uneditable-input {
    position: relative;
}
.formWrp .fileupload .uneditable-input .fa {
    left: 10px;
}
.formWrp .chc .checkbox-custom {
	display: inline-block;
}
.formWrp .chc .checkbox-custom label {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}
.formWrp .chc .agr {
	display: inline-block;
	background-color: #fff;
	color: #666;
    border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 300;
	padding: 9px 10px;
	margin-left: 5px;
	line-height: 1em;
	cursor: pointer;
}
@media (min-width:768px) {
    .formWrp .chkWrp {
        display: inline-block;
        padding-left: 15px;
    }
}
@media (max-width:768px) {
    .formWrp ul li {
        margin: 20px 0;
    }
    .formWrp ul li:first-child {
        margin-top: 0px;
    }
    .formWrp .formItem .form-control {
        padding: 3px 5px;
        font-size: 14px;
    }
    .formWrp .formItem label {
        font-size: 14px;
    }
    .formWrp .chkBox > div {
        text-align: center !important;
    }
    .formWrp .chc .checkbox-custom label {
        font-size: 13px;
    }
    .formWrp .chc .agr {
        font-size: 11px;
        padding: 5px 2px;
        margin-left: 2px;
    }
    .formWrp .formItem .form-control.small {
        width: 70px;
    }
    .formWrp .formItem .form-control.date {
        width: 60px;
    }
    .formWrp .formItem.ph_item {
        position: relative;
        padding-right: 80px;
    }
    .formWrp .formItem.ph_item .ph_btn {
        width: 81px;
        font-size: 13px;
    }
}


/* faq */
#qnaWrp .qnaItem:first-child {
    border-top: 1px solid rgba(0,0,0,0.4);
}
#qnaWrp .qnaItem {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding: 20px 0;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 15px;
    padding-left: 35px !important;
}
#qnaWrp .qnaItem .qna_q {
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/qna_pls.png) center center no-repeat;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    background: url(../img/qna_minus.png) center center no-repeat;
}
#qnaWrp .qnaItem .qna_q h3 {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 5px;
}
#qnaWrp .qnaItem .qna_q h4 {
    font-weight: 500;
    margin-bottom: 0px;
}
@media (max-width:768px){
    #qnaWrp .qnaItem {
        padding: 15px 10px;
    }
    #qnaWrp .qnaItem > div {
        padding-left: 25px !important;
    }
    #qnaWrp .qnaItem .qna_q {
        padding: 2px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        top: 0;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        top: 2px;
        height: 20px;
        background-size: 10px !important;
    }
}

/* contactInfo */
.contactInfo .item {
    display: block;
    text-decoration: none;
    background-color: #f7f7f7;
    padding: 30px 15px;
    position: relative;
}
.contactInfo .item h5 {
    line-height: 1.2em;
}
/* .contactInfo .item,
.contactInfo .item h2,
.contactInfo .item h5 {
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition-delay: 0.6s;
}
.contactInfo .item:hover {
    background-color: #0090d5;
}
.contactInfo .item:hover h2,
.contactInfo .item:hover h5 {
    color: #fff;
} */

@media (max-width:500px){
    .contactInfo .item h5 { 
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px;
    }
}
/* programDetailList */
.programDetailList {
    position: relative;
}
.programDetailList:after {
    content: "";
    position: absolute;
    left: -2px;
    background-color: #eee;
    top: 0;
    height: 100%;
    width: 3px;
}
.programDetailList > li > .dtTit:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    border: 3px solid #0a2543;
    background-color: #fff;
    border-radius: 50%;
    left: -6px;
    height: 12px;
    width: 12px;
    z-index: 3;
}
.programDetailList > li > .cont > .subTit {
    background-color: #eef5f8;
    line-height: 1em;
    padding: 18px;
}
@media (min-width:992px){
    .programDetailList > li {
        position: relative;
        padding-left: 250px;
    }
    .programDetailList > li > .dtTit {
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
        padding-left: 15px;
    }
}
@media (max-width:992px){
    .programDetailList > li > .dtTit {
        position: relative;
        padding-left: 15px;
    }
    .programDetailList > li > .cont {
        padding-left: 15px;
    }
}
@media (max-width:768px){
    .programDetailList > li > .cont > .subTit {
        padding: 10px;
        line-height: 1.3em;
        margin-top: 10px;
    }
    .programDetailList > li > .cont > .subTit strong {
        display: block;
    }
}
/* sList */
.sList > li {
    position: relative;
    padding-left: 15px;
}
.sList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 5px;
    height: 1px;
    background-color: #aaa;
}
.sList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .sList > li:after {
        top: 10px ;
    }
}

/* subtit */
.subtit {
    font-size: 0.7em;
    color: #aaa;
    font-weight: 500;
    display: inline-block;
    border-left: 2px solid #ddd;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1em;
}
/* boxBorder */
.boxBorder {
    border: 1px solid #ddd;
    padding: 25px;
}
@media (max-width:768px) {
    .boxBorder img {max-width: 80%;}
}