@charset 'utf-8';


/* 네비게이터 */
.navigator > ul > li {
  float:left;
}
.navigator > ul > li > a {
  padding:0 10px;
  border-right: 1px solid #aaa;
  font-size: 14px;
  color:#aaa;
  display:block;
  height:8px;
  line-height: 8px;
  font-family: 'SpoqaHanSansNeo-light';
}
.navigator > ul > li > a > i {
  font-size: 10px;
  color:#aaa;
}
.navigator > ul > li:last-child > a {
  color:#09afff;
  border: 0;
}

/* 상품 슬라이드 및 기타옵션 */
.detail {
  margin-top:40px;
}
.detail > div {
  float: left;
  width:570px;
}
.detail_thumbnail {
  border-radius: 15px;
  overflow: hidden;
}
.detail_thumbnail img {
  width:100%;
  border-radius: 15px;
}
.detail_thumbnail > .swiper > .swiper-pagination {
  bottom:30px;
  right:30px;
  color:#fff;
  background:rgba(0,0,0,0.5);
  border-radius: 10px;
  padding:3px 8px;
  font-size: 14px;
  width:40px;
}

/* 상품내용 */
.content {
  padding-left:15px;
  box-sizing: border-box;
}
.content > ul:nth-child(1) > li {
  float:left;
  padding:2px 10px;
  text-align: center;
  background:#f5f6f9;
  color:#194560;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 10px;
}
.content > div:nth-child(2) {
  padding:15px 0;
  font-size: 24px;
  font-family: 'SpoqaHanSansNeo-medium';
  border-bottom:1px solid #eee;
}
.content > div:nth-child(3) {
  padding:15px 0;
}
.content > div:nth-child(3) > div:nth-child(1) {
  float:left;
  font-size: 24px;
  color:#fe7162;
  font-family: 'SpoqaHanSansNeo-medium';
}
.content > div:nth-child(3) > div:nth-child(2) {
  float: right;
}
.content > div:nth-child(3) > div:nth-child(2) > div {
  float: left;
  font-size: 24px;
  font-family: 'SpoqaHanSansNeo-medium';
}
.content > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) {
  color:#aaa;
  text-decoration: line-through;
  font-size: 18px;
  margin-right: 10px;
  margin-top:7px;
}
.eventPrice {
  padding:15px;
  background:#eef6f8;
  border-radius: 15px;
}
.eventPrice > div:nth-child(1) {
  color:#fe7162;
  font-family: 'SpoqaHanSansNeo-medium';
  font-size: 1.25em;
}
.eventPrice > div:nth-child(2) > span:nth-child(1) {
  display: inline-block;
  margin-top:5px;
  float:left;
}
.eventPrice > div:nth-child(2) > span:nth-child(2) {
  float:right;
  color:#fe7162;
  font-size: 1.25em;
  font-family: 'SpoqaHanSansNeo-medium';
}
.e_color {
  color:#fe7162;
  font-family: 'SpoqaHanSansNeo-medium';
  font-size: 1.5em;
}
.ep > div:nth-child(2) > span:nth-child(1) {
  margin-top:0;
}
.ep > div:nth-child(2) > span:nth-child(2) {
  margin-top:5px;
}
.content > div:nth-child(5) {
  padding:15px;
  background:#f7f8fa;
  margin-top:10px;
  border-radius: 15px;
}
.content > div:nth-child(5) > ul > li {
  margin-top: 10px;
}
.content > div:nth-child(5) > ul > li:first-child {
  margin-top: 0;
}
.content > div:nth-child(5) > ul > li > span:nth-child(1) {
  font-size: 16px;
}
.content > div:nth-child(5) > ul > li > span:nth-child(3) {
  font-size: 14px;
  color:#aaa;
}
.content > div:nth-child(5) > div {
  margin-top:20px;
  text-align: center;
}
.content > div:nth-child(6) {
  margin:15px 0;
}
.content > div:nth-child(6) > div {
  float: left;
  color:#666;
}
/* .detail_img > div:nth-child(2) {
  background:red;
} */

/* .detail_img > div:nth-child(2).stickyBottom {
  bottom:0;
} */
.choice > select {
  width:100%;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding:10px 20px;
  color:#aaa;
  font-size: 16px;
  border-radius: 15px;
}
.quantity {
  background:#f7f8fa;
  padding:15px;
  border-radius: 15px;
  display: none;
}
.quantity > div:nth-child(1) > div:nth-child(1) {
  float: left;
}
.quantity > div:nth-child(1) > div:nth-child(2) {
  float: right;
  cursor: pointer;
  font-size: 14px;
  color:#aaa;
}
.quantity > div:nth-child(2) {
  margin-top:10px;
}
.quantity > div:nth-child(2) > div:nth-child(1) {
  float:left;
}
.quantity > div:nth-child(2) > div:nth-child(2) {
  float:right;
}
.quantity > div:nth-child(2) > div:nth-child(1) > button:nth-child(2n) {
  border:0;
  width:20px;
  height:20px;
  border-radius: 5px;
  background:#fff;
  color:#fe7162;
}
.quantity > div:nth-child(2) > div:nth-child(1) > input {
  background: transparent;
  border:0;
  width:20px;
  height:20px;
  text-align: center;
  line-height: 20px;
}
.price > span:nth-child(1) {
  color:#aaa;
  text-decoration: line-through;
}
.price > span:nth-child(1) > a {
  color:#aaa;
  cursor: text;
}

.price > span:nth-child(2) {
  font-size: 20px;
  color:#fe7162;
  margin-left: 10px;
}
.price > span:nth-child(2) > a {
  font-size: 20px;
  color:#fe7162;
  cursor: text;
}
.dec {
  margin-left: 10px;
}
.total {
  float:right;
  margin-top:20px;
}
.total > span:nth-child(1) {
  color:#aaa;
  margin-right: 20px;
}
.total > span:nth-child(2) {
  font-size: 22px;
  font-family: 'SpoqaHanSansNeo-medium';
}
.total > span:nth-child(2) > span {
  font-family: 'SpoqaHanSansNeo-medium';
}
.buy {
  margin-top: 20px;
  float: right;
}
.buy > a {
  float: left;
  display: block;
  width:185px;
  height:60px;
  text-align: center;
  line-height: 60px;
  border: 0;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 24px;
}
.buy > a:nth-child(1) {
  border: 1px solid #09afff;
  margin-right: 10px;
  color:#09afff;
}
.buy > a:nth-child(2) {
  background:#09afff;
  color:#fff;
}

/* 상품상세 */
.detail_img {
  margin-top: 70px;
  border-top: 1px solid #eee;
  position: relative;
  height:auto;
  overflow:hidden;

}
.detail_img > div {
  float: left;
}
.detail_img > div:nth-child(1) {
  width:780px;
}
.detail_img > div:nth-child(2) {
  width:360px;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  /* position: absolute;
  top:0;
  right:0; */
}
.detail_img > div:nth-child(2).sticky {
  position: fixed;
  top:165px;
  left:50%;
  margin-left:210px;
}
.d_img > ul:nth-child(1) {
  width:780px;
  background:#fff;
}
.d_img > ul:nth-child(1).fix {
  position: fixed;
  top:160px;
  left:50%;
  margin-left:-570px;
  z-index:9000;
}
.detail_tab > li {
  float:left;
}
.detail_tab > li > a {
  display: block;
  width:390px;
  height:50px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  color:#ccc;
  box-sizing: border-box;
}
.detail_tab > li > a.on {
  border-bottom: 1px solid #09afff;
  color:#09afff;
}
.img_detail {
  margin-top:20px;
}
.img_detail > div:nth-child(1) {
  width:780px;
  position: relative;
  height:800px;
  overflow:hidden;
}
.img_detail > div:nth-child(1) > img {
  width:100%;
}
.img_detail > div:nth-child(1) > div {
  content:'';
  position:absolute;
  bottom:0;
  left: 0;
  display: block;
  width:100%;
  height:800px;
  background:linear-gradient(-180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%);
  overflow: hidden;
}
.more {
  width:100%;
  text-align:center;
}
.more > a {
  display: inline-block;
  width:435px;
  height:55px;
  line-height: 55px;
  text-align: center;
  color:#09afff;
  font-size: 22px;
  border-radius: 15px;
  border: 1px solid #09afff;
  margin: 30px 0;
}
.notice_detail {
  display: none;
  margin-top:20px;
}
.notice_detail > div {
  padding:20px;
  box-sizing: border-box;
  background:#f7f8fa;
  border-radius: 15px;
}
.notice_detail > div > p {
  margin-bottom:20px;
  display:block;
}
.map  {
  width:740px;
  height:370px;
  text-align: center;
  line-height: 370px;
  background:#eee;
  margin-bottom:20px;
}
.notice_detail > div > p > strong {
  color:#09afff;
  font-size: 20px;
}
.notice_detail > div > p > strong > i {
  margin-right: 8px;
}
.textArea {
  margin-top:10px;
  color:#aaa;
  line-height: 30px;
}
.textArea > li > span {
  float:left;
}
.textArea > li > span:nth-child(1) {
  width:20px;
}
.textArea > li > span:nth-child(2) {
  width:720px;
}

/* 추천상품 */
.titles {
  margin-bottom:40px;
}
.titles > div:nth-child(1) {
  float:left;
}
.titles > div:nth-child(1) > span {
  color:#09afff;
  font-size: 16px;
}
.titles > div:nth-child(1) > strong {
  font-size: 26px;
}
.titles > div:nth-child(2) {
  float:right;
  margin-top:30px;
}
.recommend {
  padding-top:40px;
  z-index: 9900;
  background:#fff;
  position: relative;
}
.recommendSwiper .swiper-slide {
  position:relative;
}
.thumbnail > div {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.thumbicon {
  position:absolute;
  top:0;
  left:8px;
}
.thumbicon > ul > li {
  float: right;
  font-size: 12px;
  color:#fff;
  padding:2px 15px;
  border-radius: 10px 0 10px 0;
  margin-left: -8px;
  /* font-family: 'SpoqaHanSansNeo-light'; */
}
.thumbicon > ul > li:nth-child(1) {
  background:#f4ada6;
}
.thumbicon > ul > li:nth-child(2) {
  background:#dc847b;
}
.thumbicon > ul > li:nth-child(3) {
  background:#fe7162;
}
.thumbicon > ul > li:nth-child(4) {
  background:#c15c52;
}

.thumbnail > div > a {
  width:277.5px;
  display:block;
}
.thumbnail > div > a > div {
  width:100%;
}
.thumbnail > div > a > div:nth-child(1) {
  border-radius: 15px;
  overflow: hidden;
}
.thumbnail > div > a > div:nth-child(1) > img {
  width:100%;
}
.thumbnail > div > a > div:nth-child(2) {
  font-size:1.125em;
  font-family: 'SpoqaHanSansNeo-medium';
  padding:15px 5px 0 5px;
  height:52px;
  display:block;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}
.thumbnail > div > a > div:nth-child(3) {
  margin:6px 0 0 10px;
}
.thumbnail > div > a > div:nth-child(3) > span {
  margin-right:10px;
}
.thumbnail > div > a > div:nth-child(3) > span:nth-child(1) {
  font-size:1.4em;
  color:#fe7162;
  font-family: 'SpoqaHanSansNeo-bold';
}
.thumbnail > div > a > div:nth-child(3) > span:nth-child(2) {
  font-size:0.95em;
  color:#bbb;
  text-decoration:line-through;
  font-family: 'SpoqaHanSansNeo-light';
}
.thumbnail > div > a > div:nth-child(3) > span:nth-child(3) {
  font-size:1.125em;
  font-family: 'SpoqaHanSansNeo-medium';
}
.recommendSwiper {
  padding-bottom:40px !important;
}




























/* 푸터 */
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;
}









































/*  */
