#sns-box {
    margin-bottom: 30px;
    margin-top: 50px;
}
#sns-box #insta {
    margin-top: 15px;
    margin-bottom: -15px;
}
#sns-box #insta a {
    display: block;
}
#sns-box #insta li {
    float: left;
    margin-right: 5px;
    width: 134px;
    margin-bottom: 5px;
}
#sns-box #insta li a {
    display: block;
}
#sns-box #insta li a:hover {
    opacity: 0.8;
}
#sns-box #insta li:nth-child(5),
#sns-box #insta li:nth-child(10){
    margin-right: 0px;
    
}
#sns-box #insta li img {
    width: 100%;
    height: auto;
}
#sns-box #insta h5 {
    text-align: center;
    margin-bottom: 25px;
}
#sns-box h4 {
    margin-bottom: 25px;
    
}
#sns-box .frame li {
    width: 318px;
    float: left;
    background-color: #eefcfe;
    padding: 10px;
    border-radius: 5px;
    height: 455px;
}
#sns-box .frame li:nth-child(2) {
    float: right;
}
#movie {
	margin-bottom:20px;
}
#movie .btn a {
    display: block;
    background-color: #0cbff6;
    color: #fff;
    padding: 13px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    width: 260px;
    margin: auto;
    margin-top: 25px;
    position: relative;
}
#movie .btn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
#movie .btn a:hover {
    background-color: #079CC9;
}
#movie .box {
	border:#ccc 2px solid;
	padding:20px;
	border-radius:5px;
}
#movie h2 {
	font-weight: bold;
	font-size: 16px;
	background-image: url(../images/icon_movie.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
}
#movie iframe {
	margin-bottom:0 !important;
}
#main_img {
 background-image: url(../images/bg_main.png);
 background-repeat: repeat-x;
 height: 356px;
 margin-bottom: 10px;
 padding-top: 20px;
}
#content .main .pickup li{
	float: left;
}

#content .main iframe {
 margin-bottom: 20px;
}
#briefing {
 height: 116px;
 width: 690px;
}


#briefing a {
 text-decoration: none;
 display: block;
 height: 116px;
 width: 690px;
}
#briefing_date {
 height: 56px;
 width: 210px;
 background-image: url(../images/bana_briefing.png);
 background-repeat: no-repeat;
 background-position: left top;
 padding-top: 60px;
 padding-left: 480px;
 color: #d81515;
 font-size: 26px;
 font-weight: bold;
 text-decoration: none;
}
#briefing_date p {
 color: #d81515;
 font-size: 26px;
 font-weight: bold;
 text-decoration: none;
}
#facebook_area {
	border: 1px solid #ccc;
	width:688px;
	height:600px;
	text-align:center;
}
#facebook_area iframe {
	width:500px !important;
	margin:auto;
}

#information h1 {
 background-image: url(../images/title_infomation.png);
 background-repeat: no-repeat;
 background-position: left top;
 height: 31px;
 width: 84px;
 padding-left: 606px;
 padding-top: 9px;
}



#information li a:link {
 color: #111111;
 text-decoration: none;
	}
#information li a:visited {
 color: #111111;
 text-decoration: none;
	}
#information li a:active {
 color: #111111;
 text-decoration: none;
	}
#information li a:hover {
 color: #111111;
 text-decoration: underline;
	}
  
#information li {
 background-color: #eefcfe;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #baecfb;
 padding-top: 8px;
 padding-right: 10px;
 padding-bottom: 8px;
 padding-left: 10px;
}
#information .odd {
 background-color: #d7f7fd;
}
#information .date {
 color: #0cbff6;
 padding-right: 15px;
}
#content .sub {

}
.fb-like-box {
 margin-bottom: 10px;
}
.fb-like {
 float: right;
 margin-bottom: 10px;
 text-align: right;
 width: 250px;
}


/*
	Slideshow
*/
#slides {
 width: 1032px;
 margin-right: auto;
 margin-left: auto;
 height: 335px;
 text-align: center;
 position: relative;
}
.slides_container {
 width:980px;
 overflow:hidden;
 position:relative;
 display:none;
 margin-left: 26px;
}
.slides_container a {
 width:980px;
 height:335px;
 display:block;
}
.slides_container img  {
 display:block;
 text-align: center;
}
/*
	Next/prev buttons
*/

#slides .next {
 display:block;
 height: 53px;
 width: 53px;
 position: absolute;
 top: 140px;
 left: 979px;
}
#slides .prev {
 display:block;
 height: 53px;
 width: 53px;
 position: absolute;
 top: 140px;
}
/*
	Pagination
*/
.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
.course_fb {
	width: 690px;
	margin-bottom: 15px;
	overflow: hidden;
}
.course_fb li {
	float: left;
	margin-bottom: 15px;
}
.course_fb li.md {
	margin-left: 14px;
}