@charset "utf-8";
/* main style */

#main .notice .section-title h2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 8px 20px;
    margin: 0;
    background: #fdeff2;
    color: #e43c5c;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

#main .notice .notice-list li {
    border-bottom: 1px solid #f1eeef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#main .notice .notice-list li i {
	float:right;
	font-size: 1.8em;
}

#main .notice .notice-list .subject {
    display: block;
    position: relative;
    font-family: #e43c5c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #d01d3f;
    transition: 0.3s;
}

#main .notice .notice-list .collapsed {
    color: #000;
}

#main .notice .notice-list .collapsed:hover {
  color: #e43c5c;
}


#main .cta {
  background: url(/theme/skyguam/img/cta-bg.jpg) center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#main .cta::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#main .cta .container {
  position: relative;
  z-index: 10;
}

#main .cta .container ul.nav-pills {
	margin-bottom: 30px !important;
	justify-content: center;
}

#main .cta .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#main .cta .about-col .img {
  position: relative;
}

#main .cta .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#main .cta .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#main .cta .about-col h2 a {
  color: #000;
}

#main .cta .about-col h2 a:hover {
  color: #18d26e;
}

#main .cta .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 20px 15px;
	background: #ebebeb;
}

#main .cta .about-col p span {
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 1.2em;
}

#main .cta .about-col p span.price_default {
	text-decoration: line-through;
}

#main .cta .about-col p span.price_sale > strong {
	color: #ff7101;
}

