body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    font-family: "¸¼Àº°íµñ","Malgun Gothic","³ª´®°íµñ","Nanum Gothic","µ¸¿ò", "dotum", "AppleGothic,sans-serif";
}

footer {
    margin-left: 10px;
    margin-bottom: 50px;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
     border-radius: 0 !important;
}

.thumb {
    margin: 0px -10px 0px 0px !important;;
}

.thumbnail {
    border-radius: 0px;
    border: 0px;
    min-height: 215px;
    min-width: 235px;
    padding: 0px;
    margin-right:-10px;
    overflow:hidden;
}

div.thumbnail-caption {
    margin-top: -10px;
    margin-left:-8px;
    width:240px;
    overflow:hidden;text-overflow: ellipsis;white-space: nowrap;
}

div.datetime {
	margin-left:-8px;
    font-size: 11px;
    color: #7d7d7d;
	width:200px;overflow:hidden;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

div.navbar-header  a {
    text-decoration: none;
    color: #fff;
}

div.caption {
    margin-top:10px;
    margin-bottom:-10px;
}

div.col-lg-12 {
    margin-top:-20px;
}

.label {
    border-radius: 0;
}

/*--- Carousel ---*/

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.main-text
{
    position: absolute;
    top: 150px;
    width: 96.66666666666666%;
    color: #FFF;
    text-shadow: 2px 2px 5px gray;
}

/*--- LightGallery ---*/

.custom-gallery {
    margin-left: 5px; 
    margin-right: 10px; 
}

.custom-gallery > ul {
    margin-bottom: 0;
    margin-left: 30px;
}

.custom-gallery > ul > li {
    float: left;
    margin-bottom: 10px;
    margin-right: -31px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.custom-gallery > ul > li a {
    border: 0px solid #FFF;
    border-radius: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.custom-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    overflow: hidden;
}

.custom-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    overflow: hidden;
}

.custom-gallery > ul > li a:hover .custom-gallery-poster > img {
    opacity: 1;
}

.custom-gallery > ul > li a.active .custom-gallery-poster > img {
    opacity: 1;
}

.custom-gallery > ul > li a .custom-gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
    margin-bottom:5px;
}

.custom-gallery > ul > li a .custom-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.custom-gallery > ul > li a:hover .custom-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    overflow:hidden !important;
}

.custom-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.custom-gallery .justified-gallery > a:hover .custom-gallery-poster > img {
    opacity: 1;
}

.custom-gallery .justified-gallery > a .custom-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.custom-gallery .justified-gallery > a .custom-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.custom-gallery .justified-gallery > a:hover .custom-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-gallery .video .custom-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.custom-gallery.dark > ul > li a {
    border: 0px solid #04070a;
}

.home .custom-gallery {
    padding-bottom: 80px;
}

.lg-thumb-item {
    border: 2px solid #FFF;
    border-radius: 0px!important;
}

.nav-item-selected {
	color: #fff !important;
	background-color: #64464e;
}

.custom-btn-return {
	
}

.custom-input {
	padding:3px;
}

.custom-input-label {
	vertical-align: middle !important;
	font-size:16px;
}

.logo-srch-box {
	margin-left:50px;
}

/* Safari and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.logo-srch-box {
		margin-left:90px;
	}
}

ul {
    list-style: none outside none;
    padding-left: 0;
} 

.original tr { 
	height: 60px !important;
}

.original th {
    vertical-align : middle !important;
}

.original td {
    vertical-align : middle !important;
}

.original>tbody>tr>td {
	border-top: 0px;
	border-bottom: 1px solid #d3d3d3;
	padding: 17px 20px 15px 20px !important;
	margin: 15px 15px 15px 15px !important;
}

.original-no-border>tbody>tr>td {
	border:0;
}

.page-header {
	border:none !important;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths, 
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths, 
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-three5ths, .col-xl-three5ths, 
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths, 
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths, 
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-5ths {width: 20%;float: left;}
    .col-sm-two5ths {width: 40%;float: left;}
    .col-sm-three5ths {width: 60%;float: left;}
    .col-sm-four5ths {width: 80%;float: left;}
}

@media (min-width: 768px) {
    .col-md-5ths {width: 20%;float: left;}
    .col-md-two5ths {width: 40%;float: left;}
    .col-md-three5ths {width: 60%;float: left;}
    .col-md-four5ths {width: 80%;float: left;}
}

@media (min-width: 992px) {
    .col-lg-5ths {width: 20%;float: left;}
    .col-lg-two5ths {width: 40%;float: left;}
    .col-lg-three5ths {width: 60%;float: left;}
    .col-lg-four5ths {width: 80%;float: left;}
}

@media (min-width: 1200px) {
    .col-xl-5ths {width: 20%;float: left;}
    .col-xl-two5ths {width: 40%;float: left;}
    .col-xl-three5ths {width: 60%;float: left;}
    .col-xl-four5ths {width: 80%;float: left;}
}

.table-control td {
	padding:0 3px !important;
}

.student-info {
	cursor: pointer;
}

.company-info {
	text-wrap: normal !important;
	word-wrap: break-word !important;	
	/*font-size:10px !important;*/
	padding-left: 0 !important;
	padding-right: 0 !important;
	cursor: pointer;
}