@charset "utf-8";

/* livetile
****************************************/
#livetile {position:absolute;top:150px;left:0;right:0;margin-right:auto;margin-left:auto;opacity: 0;filter: alpha(opacity=0);z-index:1}
#livetile .livetile-section {padding-right:100px;padding-left:100px;margin:0 auto;width:100%}
#livetile .livetile-block {float:left;position:relative;width:16.6666666%;height:154px;text-align:center;}
#livetile .livetile-block.tile-title{width:50%}
#livetile .livetile-block .tile-box{position:absolute;left:0;top:0;width:100%;height:100%;color:white}
#livetile .livetile-block .tile-box a.tile-menu{display:block;padding-top:22%;color:white}
#livetile .livetile-block .tile-box a.banner-img {display:block;width:100%;height:100%;background:#000}
#livetile .livetile-block .tile-box a.banner-img img {transition-duration: 0.3s;transition-property: opacity;}
#livetile .livetile-block .tile-box a.banner-img:hover img{opacity:.8}
#livetile .livetile-block .tile-box h3 {margin-top:10px}

/* Outline Outward */
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.outline-outward:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.outline-outward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 15%;
  height: 10px;
  width: 70%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* media query */
@media (max-width: 991px) { 
	#livetile .livetile-section{padding:0}
	#livetile .livetile-block{width:20%;height:133px}
}
@media (min-width: 768px) and (max-width: 979px) { 
	#livetile .livetile-block{height:133px}
}
/* 960 Grid */
@media screen and (min-width: 768px) {
	#livetile .livetile-section{padding-left:20px;padding-right:20px}
}

@media (max-width: 768px) { 
	#livetile .livetile-section{width:280px}
	#livetile .livetile-block{width:50%;height:137px}
	#livetile {top:70px}
	#livetile .livetile-block .tile-box h3 {font-size:14px}
}
@media (min-width: 992px) {
	#livetile .livetile-block{height:146px}
}
@media (min-width: 1200px) {  
	#livetile .livetile-section{width:1000px}
	#livetile .livetile-block{height:156px}
}

/* 슬라이드 타일 컬러 셋 */

/* navy 
#313841 #4E5867 #606B7D #778397 */
#livetile .navy1{background-color:#4E5867}
#livetile .navy2{background-color:#778397}
#livetile .navy3{background-color:#606B7D}
#livetile .navy4{background-color:#313841}
#livetile .navy5{background-color:#4E5867}
#livetile .navy6{background-color:#606B7D}

/* blue 
#4992F3 #6AA5F5 #88B7F7 */
#livetile .blue1{background-color:#4992F3}
#livetile .blue2{background-color:#6AA5F5}
#livetile .blue3{background-color:#88B7F7}
#livetile .blue4{background-color:#6AA5F5}
#livetile .blue5{background-color:#4992F3}
#livetile .blue6{background-color:#4992F3}

/* orange 
#F87733 #FA9158 #FBA97D */
#livetile .orange1{background-color:#FA9158}
#livetile .orange2{background-color:#FBA97D}
#livetile .orange3{background-color:#F87733}
#livetile .orange4{background-color:#F87733}
#livetile .orange5{background-color:#FA9158}
#livetile .orange6{background-color:#FBA97D}

/* green 
#30A79B #37C1B4 #5BD0C5 */
#livetile .green1{background-color:#37C1B4}
#livetile .green2{background-color:#5BD0C5}
#livetile .green3{background-color:#30A79B}
#livetile .green4{background-color:#30A79B}
#livetile .green5{background-color:#5BD0C5}
#livetile .green6{background-color:#37C1B4}

/* yellow
* #FFCC33 #FFDC71 #FFE79B */
#livetile .yellow1{background-color:#FFCC33}
#livetile .yellow2{background-color:#FFE79B}
#livetile .yellow3{background-color:#FFE79B}
#livetile .yellow4{background-color:#FFDC71}
#livetile .yellow5{background-color:#FFCC33}
#livetile .yellow6{background-color:#FFDC71}
