@charset "utf-8";

/* Home */
.mainMenu {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.mainMenu img {
	display: block;
	float: left;
	width: 30%;
	margin: 3% 1.6%;
}


/* 제목 */
.title {
	margin-top: 55px;
	padding: 18px 0;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	font-size: 18px;
	font-weight: bold;
}


/* 동영상 */
.vimeo { 
	max-width: 100%;
} 

.vimeo iframe {
	width: 100%; 
	min-height: 360px;
}

.vimeo > .caption {
	color: #666;
	text-align: center;
	margin: 20px 0 80px;
}

.vimeo .top {
	margin-bottom: 10px;
}

.vimeo .middle {
	margin: 10px 0;
}

.vimeo .bottom {
	margin: 10px 0 80px;
}


/* 이미지 */
.imgs {
	text-align: center;
}

.imgs img {
	max-width: 100%;
}


/* 교사 교육 과정 */
.list {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border: 1px solid #c4c4c4;
	background: #f4f4f4;
	max-width: 640px;
	margin: 0 auto;
	width: 92%;
	height: 50px;
	padding: : 0 4% 50px; 
}

.first {
	margin-top: 40px;
}


/* EVT 자격증 */
.evtImgs img {
	max-width: 100%;
	width: 640px;
	margin: 50px 0 100px;
}


/* 스크롤 위로 */
.upBtn {
	background: url(../imgs/btn.svg); center no-repeat;
	background-size: 100%;	
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: fixed;
	right: 15px;
	bottom: 90px;
	text-indent: -9999em;
}

button{
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    -webkit-font-smoothing: inherit;
    line-height: normal;
    /* inherit font & color from ancestor */
    margin: 0;
    -moz-osx-font-smoothing: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    outline: none;
    /* Corrects font smoothing for webkit */
    overflow: visible;
    padding: 0;
    /* Corrects inability to style clickable `input` types in iOS */
    text-align: inherit;
    width: auto;

    &::-moz-focus-inner{
        border: 0;
        padding: 0;
    }
}


/* 모바일용 CSS */
@media (min-width: 320px) and (max-width: 414px){
	.vimeo iframe {
		min-height: 212px;
	}
}