@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
/* ------------------------------------------
 * Atlas v1.0
 * Author: Atlassoftkorea.com
------------------------------------------ */

/* ------------------------------------------------------------------------------------------------
Core: General style


	html, body { overflow-x: hidden!important; font-family: 'Source Sans Pro', sans-serif; -webkit-font-smoothing: antialiased; min-height: 100%; background: #fff; }
	a { color: #f00; }
	a:hover, a:active, a:focus { outline: none; text-decoration: none; color: #f00; }

	.wrapper { min-height: 100%; }
	.wrapper:before, .wrapper:after { display:table; content:" "; }
	.wrapper:after { clear:both; }

-------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------------------------------
Sections

.section { position: relative; margin: 60px 0; padding: 60px 0; background-color: #F9F9F9; overflow: hidden; }
.parallax { background-color: transparent; background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; overflow: hidden; }
.mobile-parallax, .video-placeholder { background-size: cover !important; background-attachment: scroll !important; background-position: center center; }
.section .container { z-index: 2; }
.section .container + .video-wrap { z-index: 1; }
.revealer-image { position: relative; bottom: -100px; transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out; -o-transition: bottom .3s ease-in-out; }
.section:hover .revealer-image { bottom: -50px; }
#slide { position: relative; overflow: hidden; background-color: transparent; }
#content { position: relative; overflow: hidden; background-color: #FFF; }

-------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------------------------------
Core: General style
-------------------------------------------------------------------------------------------------*/

/*
.boardBox { margin:0 0 5%; }
.boardBox .boardOption
.boardBox .boardBody { background:#fff; border-top:2px solid #ff0; border-bottom:2px solid #24b97c; }
.boardBox .boardBody a { color:#555; }
.boardBox .boardBody a:hover div { background:#dfdfdf; }
.boardBox .boardBody a:hover h5 { color:#555; font-weight:bold; }

.boardBox .boardBody .boardTitle { background:#79d84f; color:#fff; text-align:center; word-break:break-all; }
.boardBox .boardBody .boardListf { background:transparent; color:#555; text-align:center; border-top:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; }
.boardBox .boardBody .boardListf .boardList02 { text-align:left; }
.boardBox .boardBody .boardList { background:transparent; color:#555; text-align:center; border-bottom:1px solid #c6c6c6; }
.boardBox .boardBody .boardList .boardList02 { text-align:left; }

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { color:#fff; background-color:#428bca; border-color:#428bca; }

.boardFile { border-top:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; }
.boardBtn a { color:#fff !important; }
@media screen and (max-width:414px){
    .boardBox .boardBody .boardTitle { display:none; }
    .boardBox .boardBody .boardListf h5 { font-size:12px; }
    .boardBox .boardBody .boardList h5 { font-size:12px; }
    .boardBox .boardBody .boardListf .boardList03 h5 { font-size:10px; }
    .boardBox .boardBody .boardListf .boardList04 h5 { font-size:10px; }
    .boardBox .boardBody .boardListf .boardList05 h5 { font-size:10px; }
    .boardBox .boardBody .boardListf .boardList06 h5 { font-size:10px; }
    .boardBox .boardBody .boardList .boardList03 h5 { font-size:10px; }
    .boardBox .boardBody .boardList .boardList04 h5 { font-size:10px; }
    .boardBox .boardBody .boardList .boardList05 h5 { font-size:10px; }
    .boardBox .boardBody .boardList .boardList06 h5 { font-size:10px; }
    .um-4x {font-size:2em;}
    .boardOption h3 { margin-top:0; }
}
*/