h5 small {
    font-family: "Open Sans","Malgun Gothic";
}
#st-body .search-box {
	margin-bottom: 45px;
}
.page-header.page-header-with-icon {
	margin-bottom: 30px !important;
}

#st-body .search-box { 
	padding-top: 10px; 
}
#st-body .search-box .continents {
	text-align: center;
}
#st-body .search-box .continents .item {	
	display: inline-block;
	margin: 0 40px 10px 40px;
	border: 2px solid #f5f5f5;
}
#st-body .search-box .continents .item:hover {
	border: 2px solid transparent;
}
#st-body .search-box .continents .item .mg {
	font-size: 96px;
}
#st-body .search-box .continents .item .cimg {
	width: 96px;
}
@media (max-width: 1199px) {
	#st-body .search-box .continents .item {
		margin: 10px 28px;
		/**margin: 10px 30px;**/
	}
}
@media (max-width: 991px) {
	#st-body .search-box .continents .item {
		margin: 10px 18px;
		/**margin: 10px 20px;**/
	}
	#st-body .search-box .continents .item .mg {
		font-size: 80px; /*5em;*/
	}
	#st-body .search-box .continents .item .cimg {
		width: 80px;
	}
}
@media (max-width: 767px) {
	#st-body .search-box .continents .item {
		margin: 10px 8px;
		/**margin: 10px 10px;**/
	}
	#st-body .search-box .continents .item .mg {
		font-size: 64px; /*4em;*/
	}
	#st-body .search-box .continents .item .cimg {
		width: 75px;
	}
}


.cat-theme {
	text-align: center !important;
}
.cat-theme a { text-decoration:none }
.cat-theme .img-ctheme {
	display: inline-block;
	width: 164px !important;
	/**width: 136px !important;**/
	/**width: 150px !important;**/
	margin: 5px;
}
.cat-theme .img-ctheme:hover {
	opacity: 0.8;
	filter: alpha(opacity=70);	
}
@media (max-width: 767px) {
	.cat-theme .img-ctheme {
		width: 96px !important;
	}
}
.portfolio-boxes .portfolio-box {
	margin-top: 14px;
}
/***
.portfolio-boxes .portfolio-box .border-box {
	border: 1px solid #ddd;
}
***/
.portfolio-boxes .portfolio-box .title {
	margin-top: 10px;
	margin-bottom: 0;
}
.portfolio-boxes .portfolio-box .category {
	margin-bottom: 10px;
}
.portfolio-boxes .portfolio-box a.image-link img, .portfolio-boxes .portfolio-box a .image-link img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
}
.portfolio-boxes .portfolio-box a.image-link, .portfolio-boxes .portfolio-box a .image-link {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.portfolio-boxes .portfolio-box a.image-link:before, .portfolio-boxes .portfolio-box a .image-link:before {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.portfolio-boxes .portfolio-box .title {
	font-weight: bold;
}


.portfolio-boxes .image
 {
	width: 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
@media (max-width: 480px) {
	.portfolio-boxes .image { height: 170px; }	
}


@media (min-width: 991px) {
	.quotes .quote .lead { min-height: 60px; }	
}
@media (max-width: 991px) {
	.quotes .quote .lead { min-height: 90px; }	
}
@media (max-width: 767px) {
	.quotes .quote .lead { min-height: 120px; }	
}
@media (max-width: 480px) {
	.quotes .quote .lead { min-height: 180px; }
}


/* Mobile Portfolio Slider */
.portfolio-slider-box {
	text-align: center;
}
.portfolio-slider-box .image {
	padding-bottom: 53%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	cursor: pointer;
}


/* Sub-slider */
.slider-box {
	width: 67%;
	color: #434955;
	padding: 15px 0px; 
	border: 1px solid #eee;
	margin: 0 auto;
	margin-top: 15px; 
	margin-bottom: 20px
}
.slider-box hr {
	border-color: #eee;
	border-top-width: 1px;
	margin-top: 15px;
	margin-bottom: 10px;	
}	
.slider-box .left-side {
	padding-left: 25px; 
	padding-right: 25px;
	border-right: 1px solid #eee;
}
.slider-box .left-side .td { 
	min-height: 72px;
	padding: 0 !important; 
}
.slider-box .left-side .icon {
	width: 72px; 
	height: 72px;
	padding-top: 15px;
	text-align: center;
	margin-left: 5px;
	margin-right: 15px;
}
.slider-box .left-side .icon.green {
	background-color: #bae416;
}
.slider-box .left-side .icon.skyblue {
	background-color: #84d7dd;
}
.slider-box .left-side .icon.yellow {
	background-color: #fec200;
}
.slider-box .left-side .title {
	font-size: 22px; 
	font-weight: normal;
	text-align: right;
	padding-top: 5px;
}
.slider-box .right-side {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px; 
	padding-right: 25px; 
	font-size: 16px; 
	/*word-break: break-all;*/
}
.slider-box .right-side .td { 
	height: 72px;
	padding: 0 !important; 
}
@media (max-width: 1199px) {
	.slider-box {
		width: 80%;
	}
}
@media (max-width: 991px) {
	.slider-box {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.slider-box {
		/*border: 0;*/
	}
	.slider-box .left-side .icon {
		margin-left: 0;
	}	
}


/* 미디어 & 이벤트 */
.thumbnail-media {
	padding: 0; 
	border-radius: 0;
	margin-bottom: 5px;
}
.thumbnail-media .image {
	position: relative;
	display: block;
	color: #999;
	text-align: center;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
	
	padding-bottom: 90%;
	cursor: pointer;
}
.thumbnail-media .image:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.more {
	text-align: right;
	margin: 5px 0 20px;
}


/* 여행후기 */
.thumbnail-review {
	border: 0;
	border-radius: 0;
	padding: 0;
}
.thumbnail-review .image {
	position: relative;
	display: block;
	color: #999;
	text-align: center;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
	
	padding-bottom: 70%;
	cursor: pointer;
}
.thumbnail-review .image:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.thumbnail-review .info {
	margin: 5px 0 0;
	font-size: 85%;
}
.thumbnail-review .caption {
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0;
	overflow: hidden;
	cursor: pointer;
}
.thumbnail-review .caption .title {
	position: relative;
	font-size: 14px;
	padding-right: 15px;
}
.thumbnail-review .caption .title .comment {
    color: #FC6138;
    font: normal 12px arial;
}
.thumbnail-review .caption .title a {color:#222222;text-decoration:none;line-height:150%;}
.thumbnail-review .desc {
	margin: 5px 0 10px;
	font-size: 90%;
	word-break: break-all;
	overflow: hidden;
	height: 55px;
}

/* Luxury Hotel Selection */
.bg-hotel { display: block; background-position: center right; background-repeat: no-repeat; background-size: cover; width: 100%; height: 300px; }
@media (max-width: 991px) { .bg-hotel { height: 23rem; } }
@media (max-width: 767px) { .bg-hotel { height: 18rem; } }
