p {
    line-height: 2em;
}
p span{
font-weight:700;
}
.h1Box {
    background-image: url(../contents/interview/images/header.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 60%;
    position: relative;
    top: 0;
    left: 0;
}
.h1Box h1 {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 40px;
}
h2 {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #ddd;
    margin-top: 40px;
    line-height: 1.5em;
}
.profile {
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.teacher {
    color: #446984;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.profile_img {
width: 200px;
height: 200px;
border-radius: 100px;
float: right;
margin-bottom: 20px;
overflow: hidden;
margin-left: 20px;
}
h3{
	font-size: 24px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
    line-height: 1.5em;
}
h4 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
h4 span{
    padding: 8px;
    margin-bottom: -1px;
}
h4:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h4:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
p.question {
    color: #FC5185;
    font-weight: bold;
}
p.answer{
	text-indent:1em;
}
.imgBox{
	margin:10px auto 30px;
	max-width:900px;
}
.imgBox img{
	width:100%;
	object-fit:contain;
}
li.interviewcontentslink_li{
	position:relative;
	z-index:0;
}
li.interviewcontentslink_li span.itsnew{
	position:absolute;
	top:0px;
	right:0;
    display: inline-block;
    transform: rotate(5deg);
    padding: .5em .7em;
    border-left: 2px dotted rgba(0, 0, 0, .1);
    border-right: 2px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: rgba(255, 20, 147, .7);
	
	color:#FFF;
	font-size:17px;
	font-weight:900;
	x-index:1;
}
@media only screen and (max-width:768px) {
.h1Box h1 {
    font-size: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
li.interviewcontentslink_li span.itsnew{
	top:16px;
	font-size:16px;
	padding:8px;
}
}
@media only screen and (max-width:480px) {
p {
    font-size: 14px;
}
.h1Box h1 {
    font-size: 24px;
}
.profile {
    padding-right: 20px;
    padding-left: 20px;
}
h2 {
    font-size: 18px;
    margin-top: 30px;
}
h3{
	font-size: 18px;
	margin-top: 30px;
}
.imgBox{
	width:100%;
	}

.profile_img{
	float: none;
    display: block;
    clear: both;margin:0 auto 10px;  }
li.interviewcontentslink_li span.itsnew{
	top:22px;
	font-size:14px;
	padding:5px;
}
}
