@charset "utf-8";
/* CSS Document */

.title-skin001 { font-family: 'Noto Sans Korean', sans-serif; background: rgb(51, 109, 206); background: linear-gradient( 70deg, rgba(51, 109, 206, 1 ), rgb(83, 163, 224), rgb(70, 142, 217), rgb(68, 138, 216)); }
.title-skin001-wrap { 
	display: table; width: 100%; 
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(10%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.title-skin001-cell { display: table-cell; padding: 0 2.5em; box-sizing: border-box; vertical-align: middle; height: 68px; }
.title-skin001-loc { min-width: 150px; text-align: right; padding: 0 1.5em 0 0; }
.title-skin001-title { font-size: 19px; font-weight: 500; padding-right: 1em; text-shadow: 1px 1px 5px rgba(0,0,0,0.3); }
.title-skin001-desc { font-size: 12px; opacity: 0.7; font-weight: 300; }
.title-skin001-loct { opacity: 0.7; font-weight: 300; }
.title-skin001-loct:before { content: '\f054'; font-family:'FontAwesome'; display:inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 10px; margin-right:1em; text-align: center; border-radius: 10px; background: linear-gradient( 160deg, rgb(213, 228, 243) 0%, rgb(129, 178, 231) 10%, rgb(59, 133, 217) 50%, rgb(50, 115, 186) 80%, rgb(71, 142, 220) 100%); box-shadow: 1px 2px 5px rgba(0,0,0,0.6); }