@charset "UTF-8";



/* Faculty
---------------------------------------------------------- */
.page-title {
    background: url("/ir/eng/jdp/faculty/bg_kv01.jpg") no-repeat center;
    background-size: auto 100%;
    padding: 135px 0;
}
.page-title h1 {
    font-size: 35px;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    font-weight: normal;
}


.MeetourFaculty {
    width: 87.5%;
    margin: 30px auto 0;
    padding: 0 0 0 0;
    background: #fff;
    color: #000;
    overflow: hidden;
}
.MeetourFaculty h2 {
    font-size: 27px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 0 20px;
}
.MeetourFaculty h2:after {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    border-top: 1px solid #ec0c19;
    margin-top: 15px;
}
.MeetourFaculty p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.MeetourFaculty p.small {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 50px;
}
.MeetourFaculty .tuitions-button {
    width: 100%;
    margin: 10px 0 30px;
}

.MeetourFaculty ul li img {
    width: 100%;
}

.MeetourFaculty ul li a img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.MeetourFaculty ul li a:hover img {
    opacity:0.7; 
}


.faculty-button {
    width: 100%;
    float: right;
    margin-bottom: 15px;
    clear: both;
}

p.list-title {
    clear: both;
    font-weight: bold;
    margin-bottom: 20px;
    color:#ec0c19;
}

.MeetourFaculty .inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 6.25% 6.25% 0% 6.25%;
    overflow: hidden;
}

p.list-title {
    font-size: 120%;
    margin-left: 6.25%;
}

img.pcImage {
    display:none;
}

img.spImage {
    display:block;
}

img.pcImage {
    display:none;
}


@media screen and (min-width:600px) and ( max-width:959px) {
/* Tablet */


.MeetourFaculty {
    padding: 0%;
}
.MeetourFaculty .tuitions-button {
    width: 40%;
    margin: 10px 0 30px;
}

.faculty-button {
    width: 270px;
}


}/* /@media screen Tablet */



@media screen and (min-width:960px) {
/* Desktop */

.page-title {
    background-size: cover;
    padding: 12% 0;
    position: relative;
}
.page-title h1 {
    font-size: 35px;
    line-height: 1em;
    width: 100%;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.bg-red {
    padding: 115px 0 150px;
}


.MeetourFaculty {
    width: 1000px;
    margin: 0 auto 0;
    padding: 75px 0px 0px;
}

.MeetourFaculty .inner {
    width: 920px;
    padding: 0 0 0 0;
}

.MeetourFaculty .inner p {
    margin-bottom: 20px;
}

.MeetourFaculty h2:after {
    width: 115px;
}
.MeetourFaculty .tuitions-button {
    width: 425px;
}
.MeetourFaculty p.small {
    margin-top: 2em;
}

p.list-title {
    font-size: 20px;
    margin-left: 40px;
}

.faculty-button {
    width: 270px;
}

img.spImage {
    display:none;
}

img.pcImage {
    display:block;
}


}/* /@media screen Desktop */
