/* intro1 */
#intro1 .sec1 {
    position: relative;
}
#intro1 .sec1 .container {
    position: relative;
    z-index: 3;
}
#intro1 .sec1 .city {
    border-radius: 30px;
    height: 300px;
    background: url(../img/city.jpg) center center no-repeat;
}
@media (min-width:768px) {
    #intro1 .sec1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55%;
        background-color: #f7f7f7;
    }
    #intro1 .sec1  .city {
        background-attachment: fixed;
    }
}
@media (max-width:768px) {
    #intro1 .sec1  .city {
        height: 150px;
        background-size: cover;
        border-radius: 15px;
    }
}

/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* mapInfo */
.mapInfo h5 {
    position: relative;
    color: #444;
    font-weight: 400;
    margin: 5px 0;
}
.mapInfo h5 span {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-weight: 700;
    padding-left: 30px;
}
.mapInfo h5 span i {
    color: #0f35ab;
    font-size: 1em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 400;
}
@media (min-width:768px){
    .mapInfo h5 {
        padding-left: 150px;
    }
}
@media (max-width:768px){
    .mapInfo h5 span {
        position: relative;
        display: block;
    }
}
/* topEdu */
.topEdu > ul,
.topEdu > h4,
.topEdu > h5,
.topEdu > p {
    padding-left: 20px;   
    position: relative;
}
.topEdu > h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #0f35ab;
}

/* 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: 300;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr td.text-left {
    text-align: left;
}
.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;
    }
}
/* stit */
.stit h1 .dot {
    display: inline-block;
    position: relative;
}
.stit h1 .dot:after {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    width: 35px;
    height: 35px;
    background-color: #c8d9ff;
    border-radius: 50%;
    opacity: .5;
}
.stit h1 .dot > span {
    position: relative;
    display: inline-block;
    z-index: 2;
}
@media (max-width:768px){
    .stit {
        text-align: center;
    }
    .stit h1 .dot:after {
        left: -10px;
        top: -5px;
        width: 22px;
        height: 22px;
    }
}

/* intro2*/
#intro2 .sec1 {
    position: relative;
}
#intro2 .sec2 {
    background-color: #f7f7f7;
}
#intro2 .container {
    position: relative;
    z-index: 3;
}
.centAbout .item .img {
    position: relative;
}
.centAbout .item .img img {
    border-radius: 0 40px 0 0 ;
}
.centAbout .item .img .num {
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 90%;
    height: 30px;
    text-align: right;
}
.centAbout .item .img .num h2 {
    line-height: 70px;
    width: 70px;
    border-radius: 0 20px 0 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: linear-gradient(45deg, #090280, #166ed8);
    background-color: #166ed8;
    position: absolute;
    bottom: 1px;
    right: 0;
}
.centAbout .item .txt {
    padding-top: 20px;
}
.centAbout .item .txt ul {
    margin-top: 10px;
}
@media (min-width:992px){
    .centAbout .item {
        opacity: 0;
        transform: skew(0deg, 20deg);

        transition: all 2s;
        -o-transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
    }
    .centAbout li.appear-animation-visible .item {
        opacity: 1;
        transform: skew(0deg, 0deg);
    }
}
@media (max-width:992px){
    .centAbout .item .txt {
        padding: 10px 15px 40px 15px;
    }
    .centAbout .item .img .num {
        height: 15px;
    }
    .centAbout .item .img .num h2 {
        line-height: 50px;
        width: 50px;
    }
}


/* his */
.his {
    position: relative;
}
.his:after {
    content: "";
    position: absolute;
    left: 200px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #a5b3bb;
    z-index: 1;
}
.his > li {
    padding-left: 200px;
    padding-top: 60px;
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 3;
}
.his > li .txt {
    width: 60%;
}
.his > li .imgBox {
    width: 40%;
    text-align: right;
}
.his > li .imgBox img {
    border-radius: 30px;
}
.his > li h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    padding-right: 20px;
    z-index: 3;
}
.his > li h1::after {
    content: "";
    position: absolute;
    right: -9px;
    top: calc(50% - 9px);
    background-color: #aaa;
    width: 17px;
    height: 17px;
    z-index: 3;
    border-radius: 50%;
}
.his > li .hisYbox > li {
    margin-top: 40px;
}
.his > li .hisItem {
    position: relative;
}
.his > li .hisItem h2,
.his > li .hisItem h4 {
    position: relative;
    padding-left: 60px;
}
.his > li .hisItem h2::after {
    content: "";
    position: absolute;
    left: -6px;
    top: calc(50% - 3px);
    background-color: #aaa;
    /* border: 3px solid #333; */
    width: 11px;
    height: 11px;
    z-index: 3;
    border-radius: 50%;
}
@media (max-width:992px){
    .his:after {
        left: 200px;
    }
    .his > li {
        padding-left: 200px;
        padding-top: 30px;
    }
    .his > li h1 {
        width: 200px;
    }
    .his > li .hisYbox > li {
        margin-top: 30px;
    }
    .his > li .hisItem h2,
    .his > li .hisItem h4 {
        position: relative;
        padding-left: 20px;
    }
}
@media (max-width:992px){
    .his:after {
        left: 0px;
    }
    .his > li {
        padding-left: 0;
        padding-top: 30px;
    }
    .his > li h1 {
        text-align: left;
        position: relative;
        padding-left: 20px;
        padding-right: 0;
    }
    .his > li h1::after {
        left: -5px;
        width: 11px;
        height: 11px;
        top: calc(50% - 6px);
    }
    .his > li .hisYbox > li {
        margin-top: 30px;
    }
    .his > li .hisItem h2,
    .his > li .hisItem h4 {
        position: relative;
        padding-left: 20px;
    }
    .his > li .imgBox {
        padding-left: 20px;
    }
}
@media (max-width:768px){
    .his > li {
        display: block;
    }
    .his > li .txt {
        width: 100%;
    }
    .his > li .imgBox {
        width: 100%;
        text-align: center;
        padding: 10px;
        margin-top: 20px;
    }
    .his > li .imgBox img {
        border-radius: 15px;
    }
}

/* intro3 */
#intro3 .mems {
    border: 1px solid #ddd;
}
/* btnSm */
a.btnSm {
    display: inline-block;
    background-color: #0f35ab;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border-radius: 4px;
    line-height: 1em;
    padding: 10px 10px;
    margin-left: 5px;
}
a.btnSm span,
a.btnSm i {
    display: inline-block;
    vertical-align: middle;
}
a.btnSm span {
    margin-right: 2px;
}
@media (max-width:768px){
    a.btnSm {
        font-size: 13px;
        padding: 7px;
    }
}
/* deptList */
.deptList .item {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px 15px;
}
.deptList .item .icon i {
    font-size: 50px;
    color: #166ed8;
    line-height: 1em;
}
.deptList .item h4 {
    font-weight: 700;
}
.deptList .item h5 {
    line-height: 1.4em;
}
@media (max-width:768px) {
    .deptList .item {
        display: flex;
        border: 1px solid #ddd;
        border-radius: 15px;
        padding: 15px;
        align-items: center;
        margin: 10px 0;
    }
    .deptList .item .icon {
        width: 20%;
        line-height: 1em;
    }
    .deptList .item .icon i {
        font-size: 25px;
    }
    .deptList .item .txt {
        width: 80%;
        text-align: left;
        padding-left: 10px;
    }
}

/* bsList */
.bsList .item {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px;
}
.bsList .item .icon {
    text-align: center;
}
.bsList .item .icon img {
    margin-bottom: 20px;
}
@media (max-width:768px){
    .bsList .item {
        padding: 40px 20px;
    }
    .bsList .item .icon img {
        width: 90px;
    }
}

/* abtMem */
#abtMem .item {
    border-radius: 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    overflow: hidden;
    display: block;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#abtMem .item .logo {
    padding: 15px;
    text-align: center;
}
#abtMem .item .info {
    padding: 25px 15px;
    background-color: #f7f7f7;
    position: relative;
	height: 200px;
}
#abtMem .item .info .topTt {
    position: absolute;
    left: 0;
    top: -17px;
    line-height: 34px;
    background-color: #010101;
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
}
#abtMem .item .info h5 {
    margin-bottom: 10px;
}
#abtMem .item .info .pList > li {
    padding-left: 80px;
}
#abtMem .item .info .pList > li strong {
    position: absolute;
    left: 10px;
}
@media (min-width:768px) {
    #abtMem .item:hover {
        border-color: #0f35ab;
        box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
    }
}
@media (max-width:768px) {
    #abtMem .item .info .topTt {
        top: -13px;
        line-height: 26px;
        padding: 0 12px;
        font-size: 13px;
    }
}

/* chkList */
.chkList li {
    margin: 5px 0;
}
.chkList li h5 {
    padding: 15px;
    background: url(../img/chk_hd.png) 25px center no-repeat;
    padding-left: 60px;
    background-color: #f7faff;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}
@media (max-width:768px){
    .chkList li h5 {
        padding: 10px;
        background: url(../img/chk_hd.png) 15px center no-repeat;
        background-color: #f7faff;
        padding-left: 40px;
        background-size: 13px !important;
    }
}
/* strList */
.strList .m_wrp {
    border: 1px solid #ddd;
    padding: 30px 15px;
    border-radius: 4px;
}
.strList .m_wrp .txt h5 {
    line-height: 1.3em;
    margin-top: 10px;
}
@media (max-width:768px){
    .strList li {
        margin: 10px 0;
    }
    .strList .m_wrp .icon {
        width: 25%;
        text-align: center;
        padding: 10px;
    }
    .strList .m_wrp .icon img {
        width: 40px;
    }
    .strList .m_wrp .txt {
        padding-left: 15px;
        text-align: left;
    }
}
/* stepsWrp*/
.steps {
    background-color: #fcfcfc;
    border-radius: 15px;
    padding: 40px 15px;
}
.stepsList li {
    position: relative;
}
.stepsList li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/larr.png) center center no-repeat;
}
.stepsList li h5 {
    line-height: 1.2em;
    margin-top: 15px;
}
@media (max-width:992px) and (min-width:768px){
    .stepsList li:nth-child(3):after {
        display: none;
    }
}
@media (max-width:992px){
    .stepsTit {
        text-align: center;
    }
    .steps {
        margin-top: 30px;
    }
}
@media (max-width:768px){
    .steps {
        padding: 15px;
    }
    .stepsList li {
        margin: 15px 0;
    }
    .stepsList li:nth-child(2):after,
    .stepsList li:nth-child(4):after {
        display: none;
    }
    .stepsList li img {
        width: 40px;
    }
}
