.index-container *,
.mobile-exhibition--category * {
  letter-spacing: -0.03125rem;
}
.index-container img,
.mobile-exhibition--category img {
  vertical-align: top;
  width: 100%;
}
.index-container a,
.mobile-exhibition--category a {
  text-decoration: none;
  color: #333;
  vertical-align: top;
}
.index-container h3,
.mobile-exhibition--category h3 {
  display: none;
}
.index-container .layer_title,
.mobile-exhibition--category .layer_title {
  display: block;
}
.index-container {
  background-color: #fff;
  padding: 0 0 .25rem 0;
  overflow: hidden;
}
.container-division {
  -webkit-box-sizing: border-box;
  -mz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media all and (min-width: 640px) {
  .container-division {
    float: left;
  }
  .container-division:first-child {
    width: 60%;
    padding-right: .25rem;
  }
  .container-division:last-child {
    width: 40%;
    padding-left: .25rem;
  }
  section:first-child {
    margin-top: 0px;
  }
}
section,
.shadow-box {
  -webkit-box-shadow: 1px 1px 3px #c8cbd2;
  -o-box-shadow: 1px 1px 3px #c8cbd2;
  -ms-box-shadow: 1px 1px 3px #c8cbd2;
  box-shadow: 1px 1px 3px #c8cbd2;
}
section {
  margin-top: 10px;
  background-color: white;
}
section:before,
section:after {
  content: "";
  display: block;
  clear: both;
}
.button-box + section {
  margin-top: 5px;
}
/* Content Slider */
.content-slider {
  position: relative;
  margin-bottom: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.layer--full--opened .content-slider {
  display: none;
}
.content-slider img {
  max-width: 100%;
  vertical-align: middle;
}
.content-slider_viewport {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.content-slider_list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  list-style: none;
  position: relative;
  left: -100%;
  padding: 0;
  margin: 0;
}
.content-slider--snap .content-slider_list {
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
}
.content-slider_item {
  display: none;
}
.content-slider_item:before,
.content-slider_item:after {
  content: " ";
  display: table;
}
.content-slider_item:after {
  clear: both;
}
.content-slider_item.prev,
.content-slider_item.next {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content-slider--single .content-slider_item,
.content-slider_item.active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: block;
}
.content-slider_item.next {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.content-slider_pagination {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  position: absolute;
  bottom: 1.1125em;
  left: 50%;
  padding: 0;
  margin: 0;
}
.content-slider_pagination:before,
.content-slider_pagination:after {
  content: " ";
  display: table;
}
.content-slider_pagination:after {
  clear: both;
}
.content-slider_pagination li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  border: 1px solid #cbcfd6;
  background: #cbcfd6;
}
.content-slider_pagination li + li {
  margin-left: 0.3125em;
}
.content-slider_pagination li.active {
  border-color: #ed252f;
  background: #fe434c;
}
.content-slider_prev,
.content-slider_next {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 6px;
  border: 0;
  margin: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  text-indent: -200px;
  overflow: hidden;
}
.content-slider--single .content-slider_prev,
.content-slider--single .content-slider_next {
  display: none;
}
.content-slider_prev:before,
.content-slider_next:before {
  background-image: url(../images/vip/sprite--vip-v3.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 12px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content-slider_prev:before,
  .content-slider_next:before {
    background-image: url(../images/vip/sprite--vip-v3@2x.png);
    background-size: 256px 49px;
  }
}
.content-slider_prev {
  left: 0;
  padding-right: 7px;
}
.content-slider_prev:before {
  background-position: -7px 0;
}
.content-slider_next {
  right: 0;
  padding-left: 7px;
}
.content-slider_next:before {
  background-position: -20px 0;
}
.content-slider_layer-control {
  position: absolute;
  bottom: -2.91666667em;
  right: 0;
  color: #666;
  padding: 1em 0 0.91666667em;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: none;
}
.content-slider_layer-control:after {
  background-image: url(../images/N_index/sprite--index-v2.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin-left: 0.25em;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content-slider_layer-control:after {
    background-image: url(../images/N_index/sprite--index-v2@2x.png);
    background-size: 77px 73px;
  }
}
.content-slider {
  margin-top: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-slider img {
  width: 100%;
}
.content-slider_prev,
.content-slider_next {
  width: 30px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  outline: 0;
}
.content-slider_prev:before,
.content-slider_next:before {
  content: none;
}
.content-slider_prev i,
.content-slider_next i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  padding: 9px 0;
  background: rgba(0, 0, 0, 0.15);
}
.content-slider_prev i:before,
.content-slider_next i:before {
  background-image: url(../images/vip/sprite--vip-v3.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content-slider_prev i:before,
  .content-slider_next i:before {
    background-image: url(../images/vip/sprite--vip-v3@2x.png);
    background-size: 256px 49px;
  }
}
.content-slider_prev {
  left: -0.5rem;
}
.content-slider_prev i {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.content-slider_prev i:before {
  background-position: -7px 0;
}
.content-slider_next {
  right: -0.5rem;
}
.content-slider_next i {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.content-slider_next i:before {
  background-position: -20px 0;
}
@media only screen and (min-width: 640px) {
  .content-slider_prev {
    left: 0;
  }
  .content-slider_next {
    right: 0;
  }
}
.content-slider_pagination li + li {
  margin-left: 0.1875rem;
}
.content-slider_viewport > a {
  position: absolute;
  bottom: -2.91666667em;
  right: 0;
  color: #666;
  padding: 1em 0 0.91666667em;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: none;
}
.content-slider_viewport > a:after {
  background-image: url(../images/N_index/sprite--index-v2.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin-left: 0.25em;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content-slider_viewport > a:after {
    background-image: url(../images/N_index/sprite--index-v2@2x.png);
    background-size: 77px 73px;
  }
}

/* /2014-04-18 실시간 이슈 상품 */
/* 혜택 영역 */
/* 모바일 첫구매 25% 배너 */
.banner--slim {
  background: #f3f0e9;
}
.banner--slim > a {
  display: block;
}
.banner--slim img {
  display: block;
  width: 280px;
  max-width: 100%;
}
.banner--slim_container {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 24px;
}
.banner--slim_container:after {
  background-image: url(../images/N_index/sprite--index-v2.png);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-position: -11px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .banner--slim_container:after {
    background-image: url(../images/N_index/sprite--index-v2@2x.png);
    background-size: 77px 73px;
  }
}

/* *************** */









/* 전체보기 레이어 내 이벤트 리스트 */
.event-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.event-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
}
@media only screen and (min-width: 640px) {
  .event-list li {
    float: left;
    width: 50%;
  }
  .event-list li:nth-child(2n+1) {
    border-right: 1px solid #666;
  }
}
.event-list a {
  display: block;
}
.event-list img {
  width: 100%;
  vertical-align: middle;
}
/* ************************************** */
/* ************************************** */
/* ************************************** */
/* ************************************** */
/* ***********mobile-exhibition********** */
.mobile-exhibition {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #ccc;
  clear: both;
  margin-bottom: .625rem;
  letter-spacing: -0.03125rem;
}
.mobile-exhibition img {
  vertical-align: top;
}
.mobile-exhibition a {
  text-decoration: none;
  color: #333;
  vertical-align: top;
}
.mobile-exhibition > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: .625rem .5rem .625rem 0;
  height: 96px;
}
.mobile-exhibition > li > a {
  display: block;
}
.mobile-exhibition_thumbnail {
  position: absolute;
  top: .625rem;
  left: .5rem;
  width: 95px;
  height: 75px;
}
.mobile-exhibition_content {
  margin-left: 113px;
  line-height: 1.125em;
}
.mobile-exhibition_title {
  height: 1.25em;
  margin: 0;
  line-height: 1.25em;
  font-size: 0.9375em;
  font-weight: normal;
  color: #427fed;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-exhibition_desc {
  height: 2.4em;
  overflow: hidden;
  margin: 0;
  line-height: 1.2;
  font-size: 0.9375em;
  color: #333;
}
.mobile-exhibition_date {
  font-size: 0.75em;
  color: #aaa;
  line-height: 0.875rem;
}
@media all and (min-width: 640px) {
  .mobile-exhibition li {
    width: 50%;
    float: left;
  }
  .mobile-exhibition li:nth-child(2n+1) {
    border-right: 1px solid #eee;
  }
}
.mobile-exhibition--category {
  padding: .375rem .5rem .375rem 0;
  overflow: hidden;
}
.mobile-exhibition--category select {
  float: right;
}
select.styled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5625rem 30px 0.5rem 0.5rem;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 0.8125em;
  line-height: normal;
  white-space: nowrap;
  text-align: left;
  text-transform: none;
  background-color: #eeeeee;
  background-image: url(../images/ui/bg--selectbox.png), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: url(../images/ui/bg--selectbox.png), -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: url(../images/ui/bg--selectbox.png), linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: no-repeat, repeat-x;
  background-position: 100% 50%, top;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-control {
  position: relative;
  border: 1px solid #ccc;
  margin: 0 .5em .625rem;
}
.content-control.show-top {
  padding-right: 5rem;
}
.content-control .button--normal {
  padding-top: 0.8461538461538461em;
  padding-bottom: 0.7692307692307693em;
  border: 0;
  font-size: 0.8125em;
  line-height: 1;
}
.load-more-content:after {
  background-image: url(../images/vip/sprite--vip.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 8px;
  margin: 0.125rem 0 0 0.25rem;
  background-position: -66px 0;
}
.load-more-content:after {
  background-position: -52px 0;
}
.content-control.show-top .to-content-top {
  display: block;
}
.content-control .to-content-top {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.to-content-top {
  width: 5rem;
}
.content-control .button--normal + .button--normal {
  border-left: 1px solid #ccc;
}
.to-content-top:after {
  background-image: url(../images/layout/sprite--layout-icons-v2.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 11px;
  margin-left: 4px;
  background-position: -263px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .load-more-content:after {
    background-image: url(../images/vip/sprite--vip@2x.png);
    background-size: 565px 55px;
  }
  .to-content-top:after {
    background-image: url(../images/layout/sprite--layout-icons-v2@2x.png);
    background-size: 341px 24px;
  }
}
