@charset 'utf-8';

/* 이벤트 메인 */
.event_main {
  width:100%;
  border-radius: 15px;
  overflow: hidden;
}
.event_main > img {
  width:100%;
}



/* 리스트 */
.list {
  margin-top:35px;
}
.list > div:nth-child(1) > div:nth-child(1) {
  float:left;
}
.list > div:nth-child(1) > div:nth-child(1) > strong {
  font-size: 26px;
}

/* 이벤트 탭 */
.event_tab {
  margin-top:40px;
  border-top:1px solid #eee;
}
.event_tab > ul > li {
  width:570px;
  float:left;
}
.event_tab > ul > li > a {
  display: block;
  height:50px;
  line-height: 50px;
  width:570px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.event_tab > ul > li > a.click {
  border-bottom: 1px solid #09afff;
  color:#09afff;
}

/* 리스트 썸네일 */
.product {
  margin-top:40px;
}
.product > ul > li {
  float: left;
  width:560px;
  margin-right: 20px;
  margin-bottom:40px;
}
.product > ul > li:nth-child(2n) {
  margin-right: 0;
}
.product > ul > li > a {
  display: block;
  width:100%;
}
.product > ul > li > a > img {
  width:100%;
  border-radius: 15px;
}
.product > ul > li > a > div {
  margin-top:20px;
  font-size: 18px;
}
.product > ul > li > a > div > span {
  font-size: 16px;
  font-family: 'SpoqaHanSansNeo-light';
}




























/* 푸터 */
footer {
  width:100%;
  margin-top:40px;
  background:#f7f8fa;
  padding-top:15px;
  height:252px;
  box-sizing: border-box;
}
.subinfo {
  height:19px;
}
.subinfo > li {
  float: left;
}
.subinfo > li > a {
  display: block;
  font-size:14px;
  color:#bbb;
  margin-right: 20px;
}
.subinfo > li:nth-child(3) > a {
  color:#333;
}
.info {
  display: block;
  margin-top:40px;
  height:118px;
}
.info > li {
  float: left;
  width:285px;
}
.info > li > ul > li {
  font-size: 12px;
  color:#bbb;
}
.info > li > ul > li:nth-child(1) {
  height:23px;
  line-height: 23px;
  margin-bottom:15px;
  font-size: 16px;
  color:#333;
}
.info > li:nth-child(2) > ul > li > a {
  margin-top: 5px;
  text-align: center;
  width:94px;
  height:22px;
  line-height: 22px;
  display: block;
  color:#bbb;
  border: 1px solid #bbb;
  border-radius: 5px;
  background:#fff;
}
.info > li:nth-child(3) > ul > li > a {
  margin-top: 5px;
  text-align: center;
  width:104px;
  height:22px;
  line-height: 22px;
  display: block;
  color:#bbb;
  border: 1px solid #bbb;
  border-radius: 5px;
  background:#fff;
}
.sns > li {
  float: left;
  margin-right: 10px;
}
.copy {
  margin-top:20px;
  color:#bbb;
  font-size: 14px;
}
.top {
  position:fixed;
  left:50%;
  bottom:30px;
  display: none;
  transform:translate(-50%,0);
  margin-left: 660px;
}
.top > a {
  opacity: 0.3;
  display: block;
  color:#09afff;
  width:50px;
  height:50px;
  line-height: 50px;
  border-radius: 40px;
  border:1px solid #09afff;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
  font-family: 'SpoqaHanSansNeo-light';
  font-size: 14px;
  margin-top:10px;
}
.top > a:hover {
  opacity: 1;
}









































/*  */
