@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------------
 *  Style
 *--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------
 *  Template
 *--------------------------------------------------------------------------------------------------------------*/
/* colors */
/* button */
/*
.pager(@color) {
  .bx-pager { font-size:0;
    .bx-pager-item { .ib; .vam; margin:0 5px; &:first-child { margin-left:0; } &:last-child { margin-right:0; }}
    .bx-pager-link { .block; .rel; .wh(9px); background:@color; .border-box; border-radius:50%;
      &.active { background:transparent; .border(@color); .wh(11px); }
    }
  }
}
*/

article {
  padding: 170px 0 50px;
  background: #f2f2f2;
}
article .sub-tab {
  text-align: center;
  margin-bottom: 24px;
}
article .sub-tab a {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px 0;
  font-size: 1.0625rem;
  letter-spacing: -0.51px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  color: #a0a0a0;
  border-left: 1px solid #e0e0e0;
}
article .sub-tab a:first-child {
  border: 0;
}
article .sub-tab a.on {
  color: #363636;
}
article.webtoon .weekly-tab {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
article.webtoon .weekly-tab a {
  display: table-cell;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e0e0e0;
}
article.webtoon .weekly-tab a span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
article.webtoon .weekly-tab a span.up:after {
  content: '';
  position: absolute;
  left: auto;
  right: -23px;
  top: 3px;
  bottom: auto;
  background: url("../../images/pc/common/txt-up.png") no-repeat;
  width: 15px;
  height: 8px;
}
article.webtoon .weekly-tab a.on {
  color: #fff;
  background: #363636;
  border-color: #363636;
}
article.webtoon .comics-tab {
  display: table;
  width: 330px;
  table-layout: fixed;
  border-collapse: collapse;
  margin: auto;
}
article.webtoon .comics-tab a {
  display: table-cell;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #e0e0e0;
}
article.webtoon .comics-tab a span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
article.webtoon .comics-tab a span.up:after {
  content: '';
  position: absolute;
  left: auto;
  right: -23px;
  top: 3px;
  bottom: auto;
  background: url("../../images/pc/common/txt-up.png") no-repeat;
  width: 15px;
  height: 8px;
}
article.webtoon .comics-tab a.on {
  color: #fff;
  background: #363636;
  border-color: #363636;
}
article.webtoon .shorttoon-tab {
  text-align: right;
}
article.webtoon .shorttoon-tab a {
  display: inline-block;
  padding: 0 15px;
  height: 26px;
  vertical-align: top;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 26px;
}
article.webtoon .shorttoon-tab a.on {
  color: #ff35ad;
  background: #fff;
  border-radius: 13px;
}
article.webtoon .theme-wrap {
  margin-top: 14px;
}
article.webtoon .theme-wrap .ttl {
  height: 50px;
  padding: 0 30px;
}
article.webtoon .theme-wrap .ttl p {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  color: #fff;
}
article.webtoon .theme-wrap .ttl p:first-child {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 50px;
}
article.webtoon .theme-wrap .ttl p:first-child span {
  position: relative;
  z-index: 2;
}
article.webtoon .theme-wrap .ttl p:first-child .bg {
  display: block;
  position: absolute;
  left: -6px;
  right: auto;
  top: auto;
  bottom: 10px;
  right: -6px;
  height: 16px;
  z-index: 1;
}
article.webtoon .theme-wrap .ttl p + p {
  margin-left: 20px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 50px;
}
article.webtoon .theme-wrap .grid-list {
  margin-top: 30px;
}
article.webtoon .theme-wrap .grid-list li:nth-child(n+5) {
  display: none;
}
article.webtoon .theme-wrap .btn-arr {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  background: right 6px no-repeat;
}
article.webtoon .theme-wrap .btn-arr.down {
  background-image: url("../../images/pc/symbol/arrow-down-b.png");
}
article.webtoon .theme-wrap .btn-arr.up {
  background-image: url("../../images/pc/symbol/arrow-up-b.png");
}
article.webtoon .theme-wrap.on .grid-list li {
  display: block;
}
article.webtoon .grid-list {
  margin: 14px -7px 0;
}
article.webtoon .grid-list li {
  width: 25%;
  height: 248px;
  padding: 0 7px;
}
article.webtoon .grid-list li a {
  background: #fff;
  height: 100%;
}
article.webtoon .grid-list li .img > span {
  padding-top: 156px;
}
article.webtoon .grid-list li .cont {
  padding: 15px;
}
article.webtoon .grid-list li .cont p + p {
  margin-top: 1px;
  color: #676767;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 16px;
  height: 16px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.webtoon .grid-list li .cont p + p + p {
  color: #a4a4a4;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
}
article.webtoon .grid-list li:nth-child(n+5) {
  margin-top: 14px;
}
article.webtoon .grid-list li.big {
  width: 50%;
  height: 510px;
}
article.webtoon .grid-list li.big li {
  width: 100%;
  height: 510px;
  padding: 0;
  margin: 0;
}
article.webtoon .grid-list li.big li .img > span {
  padding-top: 321px;
}
article.webtoon .grid-list li.big li .img .new {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 70px;
  height: 70px;
  background: url("../../images/pc/common/tag-new.png");
}
article.webtoon .grid-list li.big li .cont {
  padding: 20px 25px;
}
article.webtoon .grid-list li.big li .cont p:first-child {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 24px;
  height: 24px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.webtoon .grid-list li.big li .cont p + p {
  margin-top: 3px;
  color: #676767;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.2;
}
article.webtoon .grid-list li.big li .cont p + p + p {
  color: #a4a4a4;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
}
article.webtoon .grid-list li.big li .cont p + p + p + p {
  border-top: 1px solid #eaeaea;
  margin-top: 5px;
  padding-top: 5px;
}
article.webtoon .grid-list li.big .swiper-pagination {
  bottom: 20px;
}
article.webtoon .grid-list li.big .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #d7d7d7;
  opacity: 1;
}
article.webtoon .grid-list li.big .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #363636;
}
article.webtoon .grid-list li.big + li {
  margin-top: -248px;
}
article.webtoon .grid-list li.big + li + li {
  margin-top: -248px;
  margin-left: 25%;
}
/*- 190321_랭킹 메뉴에 소팅 추가_시작_L -*/
article.ranking {padding-top: 154px;}
article.ranking .center-wrap p.date {
  margin-bottom: 21px;
  padding-top: 8px;
  padding-left: 26px;
  padding-bottom: 1px;
  background: url("../../images/pc/common/ico-clock.png") left top 9px no-repeat;
  background-size: 15px;
  line-height: 1.5;
  line-height: 17px;
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #999;
}
article.ranking .center-wrap select {
  margin-top: -1px;
  margin-right: 5px;
  padding-left: 14px;
  padding-right: 18px;
  font-weight: 600;
  font-size: 0.82rem;
  direction:ltr;
}
/*- 190321_랭킹 메뉴에 소팅 추가_끝_L -*/
article.ranking .grid-list {
  margin: 0 -7px;
}
article.ranking .grid-list li {
  width: 25%;
  height: 248px;
  padding: 0 7px;
}
article.ranking .grid-list li a {
  background: #fff;
  height: 100%;
}
article.ranking .grid-list li .img > span {
  padding-top: 156px;
}
article.ranking .grid-list li .img .rank {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
article.ranking .grid-list li .img .rank span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 10px;
  right: auto;
  top: 10px;
  bottom: auto;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
article.ranking .grid-list li .img .rank:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-right: 70px solid transparent;
}
article.ranking .grid-list li .img .rank.rank-up span {
  padding-right: 12px;
  background: url("../../images/pc/common/ico-rank-up-p.png") right 1px no-repeat;
}
article.ranking .grid-list li .cont {
  padding: 15px;
}
article.ranking .grid-list li .cont p + p {
  margin-top: 1px;
  color: #676767;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 16px;
  height: 16px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.ranking .grid-list li .cont p + p + p {
  color: #a4a4a4;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
}
article.ranking .grid-list li:nth-child(n+4) {
  margin-top: 14px;
}
article.ranking .grid-list li:nth-child(-n+3) {
  width: 33.33%;
  height: 346px;
}
article.ranking .grid-list li:nth-child(-n+3) .img > span {
  padding-top: 210px;
}
article.ranking .grid-list li:nth-child(-n+3) .img .rank span {
  position: absolute;
  left: 14px;
  right: auto;
  top: 14px;
  bottom: auto;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
article.ranking .grid-list li:nth-child(-n+3) .img .rank:before {
  border-top: 70px solid #363636;
  border-right: 80px solid transparent;
}
article.ranking .grid-list li:nth-child(-n+3) .img .rank.rank-up span {
  padding-right: 12px;
  background: url("../../images/pc/common/ico-rank-up.png") right 4px no-repeat;
}
article.ranking .grid-list li:nth-child(-n+3) p:first-child {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 24px;
  height: 24px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.ranking .grid-list li:nth-child(-n+3) p + p {
  margin-top: 6px;
}
article.free h3 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
article.free .sort {
  margin-bottom: 30px;
  text-align: right;
}
article.free .sort select {
  border: 0;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  padding-right: 18px;
  background: url("../../images/pc/symbol/arrow-down.png") right center no-repeat;
}
article.free .grid-list {
  margin: 0 -7px;
}
article.free .grid-list li {
  width: 20%;
  padding: 0 7px;
}
article.free .grid-list li a {
  background: #fff;
  height: 100%;
}
article.free .grid-list li .img .free-tag {
  position: absolute;
  left: 5px;
  right: auto;
  top: -15px;
  bottom: auto;
  width: 43px;
  height: 43px;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 1.2;
  color: #fff;
  background: rgba(54, 54, 54, 0.8);
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 7px;
}
article.free .grid-list li .cont {
  padding: 15px;
}
article.free .grid-list li .cont p + p {
  margin-top: 1px;
  color: #676767;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 16px;
  height: 16px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.free .grid-list li .cont p + p + p {
  color: #a4a4a4;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
}
article.free .grid-list li:nth-child(n+6) {
  margin-top: 14px; /* 181010 행간 조정 */
}
/* free_sale Style */

article.free_sale {
  padding-top: 120px;
  background: #f2f2f2;
}
article.free_sale .center-wrap {
  margin-top: 18px;
}
article.free_sale .banner span {
  display: block;
  height: 100%;
  background: center top no-repeat;
}
article.free_sale .banner + .center-wrap {
  margin-top: 25px;
}
article.free_sale .grid-list li {
  width: 316px;
  margin-left: 15px;
}
article.free_sale .grid-list li img {
  display: block;
}
article.free_sale .grid-list li:nth-child(3n + 1) {
  margin: 0;
}
article.free_sale .grid-list li:nth-child(n+4) {
  margin-top: 15px;
}

section.recent.cf {
  margin-bottom: 18px;
}
section h3 a{
  float: right;
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  padding: 0 18px;
  background: /* #fff */ url("../../images/pc/common/arrow-right.png") right 1px no-repeat;
  background-size: 7px 11px;
}

/* free_sale Style End */


article.event {
  padding-top: 120px;
  background: #f2f2f2;
}
article.event .center-wrap {
  margin-top: 50px;
}
article.event .banner span {
  display: block;
  height: 100%;
  background: center top no-repeat;
}
article.event .banner + .center-wrap {
  margin-top: 25px;
}
article.event .grid-list li {
  width: 316px;
  margin-left: 15px;
}
article.event .grid-list li img {
  display: block;
}
article.event .grid-list li:nth-child(3n + 1) {
  margin: 0;
}
article.event .grid-list li:nth-child(n+4) {
  margin-top: 15px;
}
article.event2 {
  padding-top: 120px;
  background: #fff;
}
article.event2 .banner {
  margin-bottom: 25px;
  text-align: center;
}
article.event2 .banner img {
  display: block;
  margin: auto;
}
article.event2 .banner span {
  display: block;
  height: 100%;
  background: center top no-repeat;
}
article.event2 .sub-tab {
  margin-top: 50px;
}
article.event2 section {
  margin: 50px 0;
}
article.event2 section h3 {
  position: relative;
  font-size: 1.875rem;
  letter-spacing: -0.8999999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
article.event2 section h3 span,
article.event2 section h3 em {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px;
  background: #fff;
  z-index: 5;
}
article.event2 section h3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 15px;
  bottom: auto;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
article.event2 section .grid-list li {
  width: 20%;
  margin: 0;
  padding:0px 7px; /* 0627 padding 값 추가 */
  height:266.59px;/* 0629 height 값 추가 */
}
article.event2 section .grid-list li a {
  background: #fff;
  height: 100%;
}
article.event2 section .grid-list li .cont {
  padding: 15px 0;
}
article.event2 section .grid-list li .cont p + p {
  margin-top: 3px;
  color: #676767;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.2;
}
article.event2 section .grid-list li:nth-child(n+6) {
  margin-top: 14px;
}
article.view-list > .center-wrap {
  zoom: 1;
}
article.view-list > .center-wrap:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.view-list > .center-wrap > * {
  float: left;
}
article.view-list .content {
  width: 600px;
}
article.view-list .content .kv {
  width: 600px;
  height: 330px;
  overflow: hidden;
}
article.view-list .content .kv span {
  display: block;
  padding-top: 330px;
  background: left center no-repeat;
  background-size: cover;
}
article.view-list .content .list {
  margin-top: 16px;
  padding: 0 20px;
  background: #fff;
}
article.view-list .content .list .head {
  padding: 17px 0;
  min-height: 40px;
}
article.view-list .content .list .head span {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 40px;
  color: #676767;
}
article.view-list .content .list .head a {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 42px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  width: 120px;
  padding: 0;
  color: #fff;
  background: #ff35ad;
}
article.view-list .content .list .head a.btn-adult {
  width: 68px;
  height: 40px;
  background: url("../../images/pc/common/btn-adult.png") no-repeat;
}
article.view-list .content .list .close-msg {
  padding-top: 17px;
}
article.view-list .content .list .close-msg span {
  display: block;
  border-top: 1px solid #d7d7d7;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 38px;
  text-align: center;
}
/* 190221 대여탭일시 하단 border 제거 START */
article.view-list .content .list .tab {
  zoom: 1;
}
article.view-list .content .list .tab:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.view-list .content .list .tab a {
  float: left;
  display: block;
  width: 50%;
  height: 50px;
  margin-bottom: -1px;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 50px;
  font-weight: 500;
  color: #a2a2a2;
  text-align: center;
  background-color:#fff;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #363636;
  box-sizing: border-box;
}
/* 190221 대여탭일시 하단 border 제거 END */
article.view-list .content .list .tab a:first-child {
  border-right: 1px solid #363636;
}
article.view-list .content .list .tab a.on {
  border-top: 1px solid #363636;
  border-bottom: 0;
  color: #363636;
}
article.view-list .content .list .tab + .controls {
  border: 0;
}
article.view-list .content .list .controls {
  padding: 18px 0;
  border-top: 1px solid #d7d7d7;
  min-height: 26px;
}
article.view-list .content .list .controls a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
  padding-left: 8px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 26px;
  color: #a4a4a4;
}
article.view-list .content .list .controls a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 1px;
  height: 14px;
  background: #dedede;
}
article.view-list .content .list .controls a:first-child {
  margin: 0;
  padding: 0;
}
article.view-list .content .list .controls a:first-child:after {
  display: none;
}
article.view-list .content .list .controls a.on {
  color: #363636;
  font-weight: 700;
}
article.view-list .content .list li {
  border-top: 1px solid #d7d7d7;
}
article.view-list .content .list li a {
  display: table;
  table-layout: auto;
  width: 100%;
}
article.view-list .content .list li a > * {
  display: table-cell;
  vertical-align: middle;
}
article.view-list .content .list li a .img {
  position: relative;
  width: 180px;
}
article.view-list .content .list li a .img span {
  display: block;
  width: 180px;
  height: 110px;
  background-size: cover;
  background-position: center;
}
article.view-list .content .list li a .img .lock {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 딤값 수정 0813 */
  padding-top: 64px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
article.view-list .content .list li a .img .lock:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  top: 33px;
  bottom: auto;
  width: 17px;
  height: 20px;
  margin-left: -8px;
  background: url("../../images/pc/common/ico-lock.png");
  background-size: contain;
}
article.view-list .content .list li a .img .up {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: url("../../images/pc/common/ico-up.png") no-repeat;
}
article.view-list .content .list li a .img + div {
  padding: 0 5px 0 30px;
}
article.view-list .content .list li a .img + div + div {
  width: 90px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.3;
  color: #a4a4a4;
}
article.view-list .content .list li a .ttl {
  font-size: 1.2rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  font-weight: 500;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  width:260px;/* 19금짤림개선 0809 */
}
article.view-list .content .list li a .ttl .badge {
  vertical-align: text-top;
}
article.view-list .content .list li a .c-a4 {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.2;
}
article.view-list .content .list li a .c-63 {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.4;
  color:#a4a4a4 !important;/* 컬러값 추가 */
}
article.view-list .content .list li a .fs-16 {
  color: #363636;
}
article.view-list .content .list li a em {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.3;
}
article.view-list .content .list li.bg {
  background: #f3f3f3;
}
article.view-list .content .list li.active {
  background: #fff3fa;
}
article.view-list .content .list li.dim {
  opacity: 0.3;
}
article.view-list .content + div {
  width: 362px;
  margin-left: 16px;
  background: #fff;
  padding: 20px 28px;
  box-sizing: border-box;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.view-list .content + div .btns {
  text-align: right;
}
article.view-list .content + div .btns a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 22px;
  height: 20px;
}
article.view-list .content + div .btns a.btn-like {
  background: url("../../images/pc/symbol/heart-off.png");
}
article.view-list .content + div .btns a.btn-like.on {
  background: url("../../images/pc/symbol/heart-on.png");
}
article.view-list .content + div .btns a.btn-share {
  background: url("../../images/pc/symbol/share.png");
}
article.view-list .content + div .btns a.btn-share.on {
  background: url("../../images/pc/symbol/share-on.png");
}
article.view-list .content + div .btns a.btn-alarm {
  background: url("../../images/pc/symbol/alarm.png");
}
article.view-list .content + div .btns a.btn-alarm.on {
  background: url("../../images/pc/symbol/alarm-on.png");
}
article.view-list .content + div .ttl {
  margin-top: 10px;
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1.2;
  word-wrap: break-word;
}
article.view-list .content + div .tag {
  margin-top: 10px;
}
article.view-list .content + div .tag a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-decoration: underline;
}
article.view-list .content + div .author {
  font-weight: 700;
  margin-top: 20px;
  color: #ff35ad;
}
article.view-list .content + div .desc {
  margin-top: 20px;
  color: #676767;
  max-height: 87px;
  overflow: hidden;
}
article.view-list .content + div .btn-more {
  margin-top: 25px;
  color: #a4a4a4;
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  padding-right: 18px;
  background: #fff url("../../images/pc/common/arrow-right.png") right 1px no-repeat;
  background-size: 7px 11px;
}
article.view-list .content + div .btn-fold {
  margin-top: 25px;
  color: #a4a4a4;
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  padding-left: 18px;
  background: #fff url("../../images/pc/common/arrow-left.png") left 1px no-repeat;
  background-size: 7px 11px;
}
article.view-list .content + div .noti {
  border-top: 1px solid #d7d7d7;
  padding: 10px 0;
}
article.view-list .content + div .noti > div {
  position: relative;
  padding-left: 23px;
  height: 40px;
  line-height: 40px;
}
article.view-list .content + div .noti > div:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 13px;
  height: 100%;
  background: no-repeat center center;
  background-size: 13px 20px;
}
article.view-list .content + div .noti > div.event:after {
  background-image: url("../../images/pc/symbol/gift.png");
}
article.view-list .content + div .noti > div.mileage:after {
  background-image: url("../../images/pc/symbol/mileage.png");
}
article.view-list .content + div .noti > div.discount:after {
  background-image: url("../../images/pc/symbol/discount.png");
}
article.view-list .content + div .noti > div .btn-arr-down {
  float: right;
  color: #a4a4a4;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  background: url("../../images/pc/symbol/arrow-down.png") right center no-repeat;
}
article.view-list .content + div .noti > div .btn-arr-up {
  float: right;
  color: #a4a4a4;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  background: url("../../images/pc/symbol/arrow-up.png") right center no-repeat;
}
article.view-list .content + div .event-detail {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #676767;
}
article.view-list .content + div .event-detail a {
  display: block;
  margin-top: 15px;
  background: #fff3fa;
  border: 1px solid #ff35ad;
  border-radius: 28px;
}
article.view-list .content + div .event-detail a .tbl-wrap {
  display: table;
  width: 100%;
}
article.view-list .content + div .event-detail a .tbl-wrap > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 56px;
}
article.view-list .content + div .event-detail a .tbl-wrap span:nth-child(1) {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  color: #333;
  padding-left: 20px;
}
article.view-list .content + div .event-detail a .tbl-wrap span:nth-child(2) .discount {
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  color: #777;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  width: 50px;
  padding: 0;
}
article.view-list .content + div .event-detail a .tbl-wrap span:nth-child(2) .discount:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 100%;
  height: 4px;
  background: url("../../images/pc/symbol/discount-line-p.png") center 0 no-repeat;
}
article.view-list .content + div .event-detail a .tbl-wrap span:nth-child(3) {
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  font-weight: 700;
  color: #ff35ad;
}
article.view-list .content + div .event-detail a .tbl-wrap span:nth-child(4) {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  padding-right: 20px;
}
article.view-list .content + div .others {
  border-top: 1px solid #d7d7d7;
  padding: 30px 0;
}
article.view-list .content + div .others .swiper-wrapper {
  margin-top: 20px;
}
article.view-list .content + div .others .swiper-slide .cont p:first-child {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  margin: 10px 0 0;
}
article.view-list .content + div .others .swiper-slide .cont p + p {
  color: #676767;
}
article.view-list .content + div .others .controller {
  position: absolute;
  left: auto;
  right: 0;
  top: 4px;
  bottom: auto;
}
article.view-list .content + div .others .controller > div {
  display: inline-block;
  position: static;
  vertical-align: top;
}
article.view-list .content + div .others .controller .swiper-pagination {
  width: auto;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  color: #a4a4a4;
  margin-top: -2px;
}
article.view-list .content + div .others .controller .swiper-button-prev {
  width: 7px;
  height: 11px;
  margin: 0 5px;
  background: url('../../images/pc/symbol/arrow-right-s.png') no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
article.view-list .content + div .others .controller .swiper-button-next {
  width: 7px;
  height: 11px;
  margin: 0 5px;
  background: url('../../images/pc/symbol/arrow-right-s.png') no-repeat;
  background-size: contain;
}
article.view-list .content + div .recommend {
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
}
article.view-list .content + div .recommend li {
  display: table;
  width: 100%;
  height: 80px;
  padding: 9px 0;
}
article.view-list .content + div .recommend li > a {
  display: table-cell;
}
article.view-list .content + div .recommend li > a > div {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
article.view-list .content + div .recommend li > a .img {
  width: 120px;
  height: 80px;
  margin-right: 18px;
}
article.view-list .content + div .recommend li > a .img > span {
  display: block;
  padding-top: 80px;
  background: center center no-repeat;
  background-size: cover;
}
article.view-list .content + div .recommend li > a .img + div {
  width: 164px;
}
article.view-list .content + div .recommend li > a p {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 16px;
  height: 16px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.view-list .content + div .recommend li > a p + p {
  color: #676767;
  font-weight: 400;
}
article.view-list .pop-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background: #252525;
  z-index: 1999;
}
article.view-list .pop-bottom .center-wrap {
  padding-left: 130px;
  box-sizing: border-box;
}
article.view-list .pop-bottom .btn-close {
  position: absolute;
  left: auto;
  right: 20px;
  top: -10px;
  bottom: auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/symbol/close-w.png");
}
article.view-list .pop-bottom .btn-radio {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 40px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 20px;
}
article.view-list .pop-bottom .btn-radio.on {
  border: 2px solid #ff35ad;
  color: #ff35ad;
  line-height: 38px;
  background-color:#fff3fa;
  font-weight:500;
}
article.view-list .pop-bottom .btn-purchase {
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 42px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  width: 170px;
  color: #fff;
  background: #ff35ad;
}
article.view-list .pop-bottom .txt {
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
article.view-list .pop-bottom .txt .arrow-line {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-right: 20px;
  position: relative;
  color: #b9b9b9;
  width: 57px;
  text-align: center;
}
article.view-list .pop-bottom .txt .arrow-line:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 57px;
  height: 7px;
  background: url("../../images/pc/symbol/arrow-line.png");
}
article.view-list .pop-bottom .txt.ib {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-right: 20px;
}
article.view-list .pop-bottom.type-3 .ib {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
article.view-list .pop-bottom.type-3 .btns {
  zoom: 1;
}
article.view-list .pop-bottom.type-3 .btns:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.view-list .pop-bottom.type-3 .btns a {
  float: left;
}
article.view-list .pop-bottom.type-3 .btns a:last-child {
  margin: 0;
}
article.view-list .pop-bottom.type-3 .btn-all {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 20px;
}
article.view-list .pop-bottom.type-3 .btn-all.on {
  border: 2px solid #ff35ad;
  color: #ff35ad;
  line-height: 38px;
}
article.view-list .pop-bottom.type-3 .txt {
  margin-top: 15px;
}
article.view-list .pop-bottom.type-3 .btn-purchase {
  width: 120px;
  height: 120px;
  margin-left: 80px;
  position: relative;
  line-height: 120px;
}
article.view-list .pop-bottom.type-3 .btn-purchase:after {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 100%;
  background: #3b3b3b;
}
article.view {
  padding: 0;
  background: #fff;
}
article.view .content {
  position: relative;
  display: table;
  width: 100%;
}
article.view .content img {
  display: block;
  margin: auto;
}
article.view .content .publish {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100vh;
}
article.view .content .publish .cell {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
article.view .content .publish .cell img {
  height: 100vh;
}
article.view .content .publish.l-to-r img {
  float: left;
}
article.view .content .publish.r-to-l img {
  float: right;
}
article.view .point {
  display: none;
}
article.view .point.btn-prev,
article.view .point.btn-next {
  display: block;
  position: absolute;
  width: 69px;
  height: 69px;
  background: url("../../images/pc/symbol/prev-circle.png");
}
article.view .point.btn-next {
  background: url("../../images/pc/symbol/next-circle.png");
}
article.view .copyright {
  margin: 220px 0 320px;
  text-align: center;
}
article.view .copyright img {
  display: block;
  width: 468px;
  margin: auto;
}
article.view .copyright .btn-author {
  margin-top: 50px;
  display: inline-block;
  vertical-align: top;
  height: 46px;
  border-radius: 23px;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
  padding: 0 35px;
}
article.view .copyright .btn-author:hover {
  color: #ff35ad;
  border-color: #ff35ad;
}
article.view .ctrl-wrap a {
  display: block;
}
article.view .ctrl-wrap .ctrl-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  background: rgba(0, 0, 0, 0.8);
}
article.view .ctrl-wrap .ctrl-top > * {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  line-height: 76px;
}
article.view .ctrl-wrap .ctrl-top h1 {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 50px;
}
article.view .ctrl-wrap .ctrl-top h1 a {
  display: block;
  width: 31px;
  height: 44px;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  background: url("../../images/pc/common/logo.png") no-repeat;
  background-size: contain;
}
article.view .ctrl-wrap .ctrl-top a.menu {
  margin-left: 20px;
  width: 23px;
  height: 20px;
  background: url("../../images/pc/symbol/menu.png") no-repeat;
}
/* view 서브제목 style 추가 및 수정 */
article.view .ctrl-wrap .ctrl-top p.ttl {
  margin-left: 20px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 76px;
  font-weight: 700;
  color: #fff;
  width: 60%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal !important;
  display:inline-block;
  overflow:hidden;
}
article.view .ctrl-wrap .ctrl-top p.ttl .ttl_sub {
  margin-left: 7px;
  font-size: 0.9rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 78px;
}
/* view 서브제목 style End*/

article.view .ctrl-wrap .ctrl-top p.ttl span {
  margin-left: 10px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 76px;
  font-weight: 400;
}

article.view .ctrl-wrap .ctrl-top a.btn-binge {
  position: absolute;
  left: auto;
  right: 86px;
  top: 25px;
  bottom: auto;
  width: 28px;
  height: 27px;
  background: url('../../images/pc/symbol/binge-w.png') no-repeat;
}
article.view .ctrl-wrap .ctrl-top a.btn-binge.on {
  background-image: url('../../images/pc/symbol/binge-p.png');
}
article.view .ctrl-wrap .ctrl-top a.btn-more {
  position: absolute;
  left: auto;
  right: 50px;
  top: 25px;
  bottom: auto;
  width: 28px;
  height: 27px;
  background: url("../../images/pc/symbol/more.png") no-repeat;
}
article.view .ctrl-wrap .ctrl-top .more-wrap {
  display: none;
  position: absolute;
  left: auto;
  right: 36px;
  top: 60px;
  bottom: auto;
  width: 100px;
  height: auto;
  border: 2px solid #363636;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
}
article.view .ctrl-wrap .ctrl-top .more-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 10px;
  top: -4px;
  bottom: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
}
article.view .ctrl-wrap .ctrl-top .more-wrap * {
  display: block;
  text-align: center;
  height: 43px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 43px;
  border-top: 1px solid #ccc;
}
article.view .ctrl-wrap .ctrl-top .more-wrap *:first-child {
  border: 0;
}
article.view .ctrl-wrap .ctrl-top a.btn-more.on + .more-wrap {
  display: block;
}
article.view .ctrl-wrap .ctrl-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
article.view .ctrl-wrap .ctrl-bottom > * {
  display: inline-block;
  vertical-align: top;
  margin: 18px 25px 0;
  height: 24px;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
}
article.view .ctrl-wrap .ctrl-bottom a.btn-view-type {
  padding-left: 32px;
  background: url("../../images/pc/symbol/view-type-1.png") no-repeat;
}
article.view .ctrl-wrap .ctrl-bottom a.btn-view-type.two {
  padding-left: 48px;
  background-image: url("../../images/pc/symbol/view-type-2.png");
}
article.view .ctrl-wrap .ctrl-bottom a.btn-prev {
  padding-left: 30px;
  margin-left: 35px;
  background: url("../../images/pc/symbol/prev-page.png") no-repeat;
}
article.view .ctrl-wrap .ctrl-bottom a.btn-next {
  padding-right: 30px;
  margin-right: 35px;
  background: url("../../images/pc/symbol/next-page.png") right top no-repeat;
}
article.view .ctrl-wrap .ctrl-bottom a.btn-comment {
  position: relative;
  width: 42px;
  background: url("../../images/pc/symbol/comment.png") center no-repeat;
}
article.view .ctrl-wrap .ctrl-bottom a.btn-comment span {
  position: absolute;
  left: auto;
  right: -15px;
  top: -10px;
  bottom: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 22px;
  height: 20px;
  padding: 0 6px;
  background: #ff35ad;
  border-radius: 10px;
  color: #fff;
  min-width: 20px;
  box-sizing: border-box;
  text-align: center;
}
article.view .ctrl-wrap .next-page {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  position: fixed;
  margin: -90px 0 0 -90px;
  width: 180px;
  height: 180px;
  background: url("../../images/pc/symbol/next-page-xl.png") no-repeat;
  padding-top: 115px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.72px;
  line-height: 1.5;
  line-height: 1;
}
article.view .ctrl-wrap .next-page.reverse {
  background-image: url("../../images/pc/symbol/next-page-reverse-xl.png");
}
article.view .ctrl-wrap .scroll-page {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  position: fixed;
  margin: -90px 0 0 -90px;
  width: 180px;
  height: 180px;
  background: url("../../images/pc/symbol/scroll-page-xl.png") no-repeat;
  padding-top: 125px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.72px;
  line-height: 1.5;
  line-height: 1;
}
article.view .comment {
  padding: 30px 0 60px;
  background: #fff;
}
article.view .comment .center-wrap {
  width: 980px;
}
article.view .comment .ttl {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
article.view .comment .order {
  float: right;
}
article.view .comment .order a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  color: #a4a4a4;
}
article.view .comment .order a:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -2px;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 14px;
  background: #d7d7d7;
}
article.view .comment .order a.on {
  color: #ff35ad;
}
article.view .comment .reg-wrap {
  position: relative;
  margin-top: 15px;
  border: 1px solid #b7b7b7;/* 180907  */
  height: 100px;
  box-sizing: border-box;
  padding-right: 100px;
}
article.view .comment .reg-wrap textarea {
  padding: 20px;
  background: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 83%;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-family:"notokr", sans-serif; /*0712추가*/
  border: 1px solid #fff;
}
article.view .comment .reg-wrap a.btn-apply {
  position: absolute;
  left: auto;
  right: -1px;
  top: 0px;/* 0628 수정 */
  bottom: auto;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  background: #ff35ad;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  line-height: 100px;
  font-weight: 700;
}
article.view .comment .reg-wrap .status {
  position: absolute;
  left: auto;
  right: 22px; /* 180907 150px ->30px 수정 */
  top: auto;
  bottom: 00px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  color: #a4a4a4;
  padding-bottom: 5px;
}
article.view .comment .list {
  padding-bottom: 50px;
  margin-top: 30px;
}
article.view .comment .list li {
  position: relative;
  padding: 15px 0 20px 60px;
  border-top: 1px solid #d7d7d7;
}
article.view .comment .list li:first-child {
  border: 0;
}
article.view .comment .list li .profile-img {
  position: absolute;
  left: 0;
  right: auto;
  top: 15px;
  bottom: auto;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
article.view .comment .list li .date {
  position: absolute;
  left: auto;
  right: 0;
  top: 30px;
  bottom: auto;
  color: #a4a4a4;
  padding-right: 30px;
}
article.view .comment .list li .date a.btn-report {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: -5px;
  bottom: auto;
  display: block;
  width: 19px;
  height: 18px;
  background: url("../../images/pc/symbol/report.png");
}
article.view .comment .list li .date a.btn-remove {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: -3px;
  bottom: auto;
  display: block;
  width: 13px;
  height: 16px;
  background: url("../../images/pc/symbol/remove-comment.png");
}
article.view .comment .list li .id {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  margin: 13px 0;
}
article.view .comment .list li .id .badge {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  height: 18px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 19px;
  background: #ff35ad;
  color: #fff;
  padding: 0 10px;
}
article.view .comment .list li .content {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
  width:90%; /* 0704 댓글 범위 영역 제한 */
}
article.view .comment .list li .btn-like {
  position: absolute;
  left: auto;
  right: 0;
  top: 60%; /* auto에서 댓글 영역제한 넘을시 '좋아요' 위치 조정 */
  /*bottom: 20px;*/
  height: 20px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 18px;
  padding-left: 25px;
  color: #a4a4a4;
  background: url("../../images/pc/symbol/comment-like.png") no-repeat;
  background-size: auto 18px; /* 좋아요 하트 짤림 수정 */
}
article.view .comment .list li .btn-like.on {
  background-image: url("../../images/pc/symbol/comment-like-on.png");
  color: #363636;
}
article.view .comment .list li .blind {
  margin-left: -60px;
  margin-top: 25px;
  padding: 25px 25px 25px 60px;
  background: #f3f3f3;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.view .comment .empty {
  display: flex;
  height: calc(25vh - 100px);/* 0814 댓글없을시 높이 값 줄임 */
  align-items: center;
  justify-content: center;
  color: #696969;
}
article.view .comment .pagination {
  margin: 0 0 30px;
}
article.join {
  background: #fff;
  padding: 0;
}
article.join h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
article.join .center-wrap {
  width: 511px;
  padding: 30px 93px;
  background: #fff;
  box-sizing: border-box;
}
article.join .type {
  zoom: 1;
  margin: 0 -6px;
}
article.join .type:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.join .type > li {
  float: left;
}
article.join .type div {
  float: left;
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}
article.join .type a {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #363636;
  width: 100%;
}
article.join .type a.on {
  background: #363636;
  color: #fff;
}
article.join .form-wrap {
  margin-top: 20px;
}
article.join .form-wrap input {
  margin-bottom: 10px;
}
article.join .form-wrap .input-wrap {
  position: relative;
  padding-right: 78px;
}
article.join .form-wrap .input-wrap a {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  box-sizing: border-box;
  width: 78px;
  height: 37px;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 37px;
  background: #363636;
  color: #fff;
  text-align: center;
}
article.join .form-wrap label {
  display: block;
  margin-top: 10px;
}
article.join .form-wrap label:first-of-type {
  margin-top: 20px;
}
article.join .form-wrap button {
  margin-top: 25px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  background: #ff35ad;
}
article.join .sns {
  zoom: 1;
  margin: 10px -6px 0;
}
article.join .sns:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.join .sns > li {
  float: left;
}
article.join .sns li {
  float: left;
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}
article.join .sns a {
  display: block;
  margin-top: 12px;
  height: 44px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 22px;
  border: 1px solid #b7b7b7;
  text-align: center;
  box-sizing: border-box;
  color: #b7b7b7;
}
article.join .sns a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
}
article.join .sns a span.n {
  background-image: url("../../images/pc/symbol/login-n.png");
}
article.join .sns a span.k {
  background-image: url("../../images/pc/symbol/login-k.png");
}
article.join .sns a span.g {
  background-image: url("../../images/pc/symbol/login-g.png");
}
article.join .sns a span.f {
  background-image: url("../../images/pc/symbol/login-f.png");
}
article.join .util {
  margin-top: 50px;
  text-align: center;
}
article.join .util a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  padding: 0 10px;
  position: relative;
}
article.join .util a:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 3px;
  bottom: auto;
  width: 1px;
  height: 14px;
  background: #b7b7b7;
}
article.join.login {
  padding-top: 90px;
}
article.join.login .labels {
  text-align: right;
}
article.join.login .labels label {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
article.join.login .labels + button {
  margin-top: 20px;
}
article.find-pw {
  background: #fff;
  padding: 0;
}
article.find-pw h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
article.find-pw .center-wrap {
  width: 538px;
  padding: 30px 93px;
  background: #fff;
  box-sizing: border-box;
}
article.find-pw .tab {
  zoom: 1;
}
article.find-pw .tab:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.find-pw .tab label {
  float: left;
}
article.find-pw .tab label + label {
  float: right;
}
article.find-pw .summary {
  margin-top: 30px;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
article.find-pw .form-wrap {
  margin-top: 10px;
}
article.find-pw .form-wrap input {
  margin-bottom: 10px;
}
article.find-pw .form-wrap .input-wrap {
  position: relative;
  padding-right: 78px;
}
article.find-pw .form-wrap .input-wrap a {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  box-sizing: border-box;
  width: 78px;
  height: 40px;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 40px;
  background: #363636;
  color: #fff;
  text-align: center;
}
article.find-pw .form-wrap ul {
  margin-top: 15px;
}
article.find-pw .form-wrap ul li {
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 30px;
}
article.find-pw .form-wrap .status {
  color: #f6485a;
  margin-left: 10px;
}
article.find-pw .form-wrap a.submit {
  margin-top: 25px;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  color: #fff;
  background: #ff35ad;
}
article.change-pw {
  background: #fff;
  padding: 0;
}
article.change-pw h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
article.change-pw .center-wrap {
  width: 538px;
  padding: 30px 50px;
  background: #fff;
  box-sizing: border-box;
}
article.change-pw dl {
  display: table;
  width: 100%;
}
article.change-pw dl dt,
article.change-pw dl dd {
  position: relative;
  display: table-cell;
  padding: 6px 0;
  vertical-align: middle;
}
article.change-pw dl dt {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  width: 140px;
}
article.change-pw dl dd {
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
}
article.change-pw dl dd .email {
  color: #777;
  line-height: 40px;
}
article.change-pw a.submit {
  margin: 25px auto 0;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 350px;
  color: #fff;
  background: #ff35ad;
}
article.notice .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
}
article.notice h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.notice .list li {
  display: table;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
article.notice .list li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
article.notice .list li > * {
  display: table-cell;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 50px;
  padding: 0 15px;
}
article.notice .list li > *:first-child {
  padding: 0;
  width: 50px;
  text-align: center;
}
article.notice .list li > *:last-child {
  text-align: right;
  color: #737373;
}
article.notice .empty {
  text-align: center;
  padding: 200px 0;
  border-top: 1px solid #d7d7d7;
}
article.notice .empty p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  padding-top: 90px;
  background: url("../../images/pc/symbol/notice-empty.png") center 0 no-repeat;
}
article.notice .ttl {
  padding: 20px 17px;
  border-bottom: 1px solid #d7d7d7;
}
article.notice .ttl p:first-child {
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  font-weight: 500;
}
article.notice .ttl p + p {
  color: #737373;
}
article.notice .detail .head {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
}
article.notice .detail .head > * {
  display: table-cell;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 50px;
  padding: 0 15px;
}
article.notice .detail .head > *:first-child {
  padding-left: 20px;
}
article.notice .detail .head > *:last-child {
  text-align: right;
  color: #737373;
}
article.notice .detail .content {
  padding: 30px 20px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.notice .detail .btn-list {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #d7d7d7;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 30px;
  font-weight: 500;
  width: 75px;
}
article.coupon .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 100px;
  background: #fff;
  box-sizing: border-box;
  width: 600px;
}
article.coupon h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.coupon > img {
  display: block;
  max-width: 100%;
  margin: auto;
}
article.coupon .form-wrap input {
  margin: 10px 0;
}
article.coupon .form-wrap .captcha {
  position: relative;
  padding-right: 126px;
  height: 37px;
}
article.coupon .form-wrap .captcha img {
  display: block;
  width: 100%;
  height: 37px;
}
article.coupon .form-wrap .captcha .refresh {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 116px;
  height: 100%;
  background: #696969;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 37px;
  font-weight: 500;
}
article.coupon .form-wrap .submit {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  background: #363636;
  color: #fff;
  display: block;
}
article.coupon .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 100px;
  background: #fff;
  box-sizing: border-box;
  width: 600px;
}
article.coupon h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.coupon > img {
  display: block;
  max-width: 100%;
  margin: auto;
}
article.coupon .form-wrap input {
  margin: 10px 0;
}
article.coupon .form-wrap .captcha {
  position: relative;
  padding-right: 126px;
  height: 37px;
}
article.coupon .form-wrap .captcha img {
  display: block;
  width: 100%;
  height: 37px;
}
article.coupon .form-wrap .captcha .refresh {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 116px;
  height: 100%;
  background: #696969;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 37px;
  font-weight: 500;
}
article.coupon .form-wrap .submit {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  background: #363636;
  color: #fff;
  display: block;
}
article.cs .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
}
article.cs h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.cs .top {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 15px 0;
  border-collapse: collapse;
}
article.cs .top > * {
  display: table-cell;
  vertical-align: middle;
  padding-left: 180px;
  height: 128px;
  border: 1px solid #d7d7d7;
  background: url("../../images/pc/util/cs-img1.png") 70px center no-repeat;
}
article.cs .top > * p:first-child {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  font-weight: 700;
}
article.cs .top > * p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #a5a5a5;
}
article.cs .top > *:last-child {
  background-image: url("../../images/pc/util/cs-img2.png");
}
article.cs .faq .search-form {
  position: relative;
  margin: 30px 0;
}
article.cs .faq .search-form h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 40px;
  margin-left: 120px;
}
article.cs .faq .search-form .form-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
article.cs .faq .search-form .form-wrap input {
  border-radius: 20px;
  width: 390px;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
}
article.cs .faq .search-form .form-wrap a {
  position: absolute;
  left: auto;
  right: 1px;
  top: 1px;
  bottom: auto;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  height: 38px;
  border-radius: 19px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  width: 75px;
  background: #363636;
  color: #fff;
}
article.cs ul {
  border-top: 1px solid #d7d7d7;
}
article.cs ul li {
  border-bottom: 1px solid #d7d7d7;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.cs ul li .q {
  position: relative;
  padding: 15px 55px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 500;
  background: url("../../images/pc/util/faq-q.png") 17px 17px no-repeat;
  cursor: pointer;
}
article.cs ul li .q:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 17px;
  top: 50%;
  bottom: auto;
  margin-top: -5px;
  width: 11px;
  height: 6px;
  background: url('../../images/pc/symbol/arrow-down-b.png') no-repeat;
}
article.cs ul li .a {
  display: none;
  padding: 23px 55px;
  background: #f3f3f3 url("../../images/pc/util/faq-a.png") 17px 25px no-repeat;
  border-top: 1px solid #d7d7d7;
}
article.cs ul li.on .q:after {
  transform: rotate(180deg);
}
article.cs ul li.on .a {
  display: block;
}
article.qna .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
}
article.qna h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
article.qna h2 + p {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
article.qna h2 + p + p {
  margin-top: 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  color: #747474;
}
article.qna h3 {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  text-align: center;
}
article.qna .btn-reg {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 28px;
  font-weight: 500;
  border: 1px solid #d7d7d7;
}
article.qna.reg {
  background: #f3f3f3;
  padding: 170px 17px 50px;
  min-height: 100%;
  box-sizing: border-box;
}
article.qna.reg select.arrow {
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-top: 15px;
  background-position-x: 98%;
}
article.qna.reg input[type=text] {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
}
article.qna.reg textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 15px;
  height: 150px;
  margin-top: 10px;
  box-sizing: border-box;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.qna.list ul {
  border-top: 1px solid #d7d7d7;
}
article.qna.list ul li {
  border-bottom: 1px solid #d7d7d7;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.qna.list ul li .ttl {
  position: relative;
  padding: 10px 90px 10px 17px;
}
article.qna.list ul li .ttl span {
  position: absolute;
  left: auto;
  right: 17px;
  top: 10px;
  bottom: auto;
  color: #696969;
}
article.qna.list ul li .q {
  position: relative;
  padding: 15px 17px 35px 55px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 500;
  background: url("../../images/pc/util/faq-q.png") 17px 17px no-repeat;
  border-top: 1px solid #d7d7d7;
}

article.qna.list ul li .f {
  position: relative;
  padding: 0px 17px 10px 45px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 500;
  background: url("../../images/pc/util/icon-qnafile.png") 17px 5px no-repeat;
  color: #1f8ce6;
}


article.qna.list ul li .q p + p {
  margin-top: 10px;
}
article.qna.list ul li .q a.delete {
  display: block;
  position: absolute;
  left: auto;
  right: 17px;
  top: 15px;
  bottom: auto;
  font-weight: 700;
  color: #ff35ad;
}
article.qna.list ul li .a {
  padding: 23px 55px;
  background: #f3f3f3 url("../../images/pc/util/faq-a.png") 17px 25px no-repeat;
  border-top: 1px solid #d7d7d7;
}
article.qna .empty {
  border-top: 1px solid #d7d7d7;
  padding: 180px 0;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  text-align: center;
}
/* qna 하단 추가 소스 */
article.qna.apply .file_input label {
  position:relative;
  cursor:pointer;
  display:inline-block;
  vertical-align:middle;
  overflow:hidden;
  width:25%;
  line-height:37px;
  height:37px;
  background:#383838;
  color:#fff;
  font-size:13px;
  text-align:center;
  float:right;
}
article.qna.apply .file_input label input {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}
article.qna.apply .file_input input[type=text].file_name {
  width:75%;
  border:0;
  border-top:1px solid #d7d7d7;
  border-left:1px solid #d7d7d7;
  border-bottom:1px solid #d7d7d7;
  background-color:#f3f3f3;
  padding:10px 10px;
}
article.qna.apply .file_input .file_list {
  border:1px solid #d7d7d7;
  padding:15px;
  margin-top:15px;
  background-color:#fff;
}
article.qna.apply .file_input .file_list ul li {
  margin-bottom:5px;
  font-size:12px;
  font-weight:500;
}
article.qna.apply .file_input .file_list ul li a img {
  margin-right:5px;
}
article.qna.apply .file_input .file_list ul li:last-child {
  margin-bottom:0px;
}
article.qna.reg .file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    width:84px;
    height:40px;
    background:#383838;
    color:#fff;
    font-size:10.5pt;
    text-align:center;
    line-height:40px;
    float:right;
}
article.qna.reg .file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}
article.qna.reg .file_input input[type=text].file_name {
    width:90.2%;
    font-size:14px;
    padding:0 15px;
    border:0;
    border-top:1px solid #d7d7d7;
    border-left:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    background-color:#f3f3f3;
}
article.qna.reg .file_input input[type=text].file_name::-webkit-input-placeholder {

    font-size:14px;
}
article.qna.reg .file_input input[type=text].file_name::-webkit-input-placeholder {

    font-size:14px;
}
article.qna.reg p.qna_comment {
    font-size:13px;
    font-weight:500;
}
article.qna.reg div.qna_btn_box {
    text-align:center;
    margin-top:45px;
}
article.qna.reg a.qna_sand {
    padding:10px 45px;
    background-color:#383838;
    border-radius:50px;
    color:#fff;
    font-size:18px;
    text-align:center;
    display:inline-block;
}

article.qna.reg .file_input .file_list {
    border:1px solid #d7d7d7;
    padding:15px;
    margin-top:15px;
}
article.qna.reg .file_input .file_list ul li {
    margin-bottom:10px;
    font-size:14px;
    font-weight:500;
}
article.qna.reg .file_input .file_list ul li a img {
    margin-right:10px;
}
article.qna.reg .file_input .file_list ul li:last-child {
    margin-bottom:0px;
}
article.qna.reg input[type=text] {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
  /* font-family, font-weight 추가 */
  font-family:"notokr",sans-serif;
  font-weight:500;
}
article.qna.reg select:focus,
article.qna.reg input:focus,
article.qna.reg textarea:focus {
  outline:none;
}
article.qna.reg textarea::-webkit-input-placeholder {
    color:#343434;
}
article.qna.reg textarea::-moz-placeholder {
    color:#343434;
}
article.qna.reg textarea::-moz-placeholder {
    color:#343434;
}
article.qna.reg textarea:-ms-input-placeholder {
    color:#343434;
}

/* qna 하단 추가 소스 */
article.payment .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
}
article.payment h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.payment .tab {
  zoom: 1;
  border-top: 1px solid #d7d7d7;
}
article.payment .tab:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.payment .tab a {
  position: relative;
  float: left;
  display: block;
  width: 33.33%;
  height: 50px;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 50px;
  font-weight: 500;
  color: #a2a2a2;
  text-align: center;
  border-bottom: 1px solid #363636;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  box-sizing: border-box;
}
article.payment .tab a:first-child {
  border-left: 0;
}
article.payment .tab a:last-child {
  border-right: 0;
}
article.payment .tab a.on {
  border-top: 1px solid #363636;
  border-color: #363636;
  border-bottom: 0;
  color: #363636;
  z-index: 5;
}
article.payment .banner {
  margin: 30px 0;
}
article.payment section {
  border: 2px solid #f3f3f3;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  margin-top: 30px;
}
article.payment section h3 {
  padding: 0 28px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 40px;
  font-weight: 500;
  background: #f3f3f3;
}
article.payment section h3 span {
  margin-left: 7px;
  color: #787878;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.payment section .inner-wrap {
  padding: 20px 28px;
}
article.payment section .border-wrap {
  margin: 0 -15px;
  padding: 15px 14px;
  border: 1px solid #dfdfdf;
}
article.payment section .border-wrap p {
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 18px;
  color: #ff35ad;
  background: url("../../images/pc/symbol/gift-p.png") no-repeat;
}
article.payment section .tbl {
  display: table;
  width: 100%;
  margin-top: 15px;
}
article.payment section .tbl:first-child {
  margin-top: 0;
}
article.payment section .tbl > div {
  display: table-cell;
  vertical-align: middle;
}
article.payment section .tbl > div:nth-child(1) {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  width: 85px;
}
article.payment section .tbl > div:nth-child(1) label {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 8px;
}
article.payment section .tbl > div:nth-child(2) {
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  color: #ff35ad;
}
article.payment section .tbl > div:nth-child(3) {
  width: 65px;
  text-align: center;
}
article.payment section .tbl > div:nth-child(3) span {
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  color: #777;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
}
article.payment section .tbl > div:nth-child(3) span:after {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  right: auto;
  top: 4px;
  bottom: auto;
  width: 62px;
  height: 4px;
  background: url("../../images/pc/symbol/arrow-line-g.png");
}
article.payment section .tbl > div:nth-child(4) {
  width: 48px;
  text-align: right;
}
article.payment section .tbl > div:nth-child(4) .per {
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 18px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #ff35ad;
  border-radius: 9px;
}
article.payment section .tbl > div:nth-child(5) {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
  width: 58px;
  text-align: right;
}
article.payment section .notice {
  background: #fafafa;
  padding: 15px 28px;
}
article.payment section .notice p:first-child {
  font-weight: 500;
  margin-bottom: 5px;
}
article.payment section .btn-detail-pop {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 28px;
  padding: 0 15px;
  background: #fff url("../../images/pc/common/arrow-right.png") right 8px no-repeat;
  background-size: 7px 11px;
}
article.payment section.charge-type .split-wrap {
  zoom: 1;
  padding: 20px 28px;
}
article.payment section.charge-type .split-wrap:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.payment section.charge-type .split-wrap > * {
  float: left;
}
article.payment section.charge-type select {
  display: block;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  color: #7d7d7d;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  width: 100%;
  background: url("../../images/pc/symbol/arrow-down.png") right 10px center no-repeat;
}
article.payment section.charge-type .split-item {
  table-layout: fixed;
  width: 380px;
}
article.payment section.charge-type .split-item table {
  table-layout: fixed;
}
article.payment section.charge-type .split-item td {
  border: 1px solid #f3f3f3;
  padding: 12px 0;
  text-align: center;
  height: 104px;
  box-sizing: border-box;
}
article.payment section.charge-type .split-item td a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
  padding-top: 30px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.payment section.charge-type .split-item td a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 26px;
  background: center center no-repeat;
}
article.payment section.charge-type .split-item td a.on {
  color: #ff35ad;
}
article.payment section.charge-type .split-item td .card:after {
  background-image: url("../../images/pc/util/ico-card.png");
}
article.payment section.charge-type .split-item td .card.on:after {
  background-image: url("../../images/pc/util/ico-card-on.png");
}
article.payment section.charge-type .split-item td .kakao:after {
  background-image: url("../../images/pc/util/ico-kakao.png");
}
article.payment section.charge-type .split-item td .kakao.on:after {
  background-image: url("../../images/pc/util/ico-kakao-on.png");
}
article.payment section.charge-type .split-item td .payco:after {
  background-image: url("../../images/pc/util/ico-payco.png");
}
article.payment section.charge-type .split-item td .payco.on:after {
  background-image: url("../../images/pc/util/ico-payco-on.png");
}
article.payment section.charge-type .split-item td .phone:after {
  background-image: url("../../images/pc/util/ico-mobile.png");
}
article.payment section.charge-type .split-item td .phone.on:after {
  background-image: url("../../images/pc/util/ico-mobile-on.png");
}
article.payment section.charge-type .split-item td .account:after {
  background-image: url("../../images/pc/util/ico-account.png");
}
article.payment section.charge-type .split-item td .account.on:after {
  background-image: url("../../images/pc/util/ico-account-on.png");
}
article.payment section.charge-type .split-item td .gift:after {
  background-image: url("../../images/pc/util/ico-giftcard.png");
}
article.payment section.charge-type .split-item td .gift.on:after {
  background-image: url("../../images/pc/util/ico-giftcard-on.png");
}
article.payment section.charge-type .split-item td .global:after {
  background-image: url("../../images/pc/util/ico-global.png");
}
article.payment section.charge-type .split-item td .global.on:after {
  background-image: url("../../images/pc/util/ico-global-on.png");
}
article.payment section.charge-type .split-item td .etc:after {
  background-image: url("../../images/pc/util/ico-etc.png");
}
article.payment section.charge-type .split-item td .etc.on:after {
  background-image: url("../../images/pc/util/ico-etc-on.png");
}

/* 180827 토스 결제 아이콘 추가 & event 뱃지 추가 START */
article.payment section.charge-type .split-item td .toss:after {
  background-image: url("../../images/pc/util/ico-toss.png");
  background-size: 50px 20px;
  background-position:center 0px;
}
article.payment section.charge-type .split-item td .toss.on:after {
  background-image: url("../../images/pc/util/ico-toss-on.png");
  background-size: 50px 20px;
  background-position:center 0px;
}

article.payment section.charge-type .split-item td a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: -29px;
  bottom: auto;
  width: 100%;
  height: 47px;
  background: center right no-repeat;
}
article.payment section.charge-type .split-item td .toss.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .card.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .kakao.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .account.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .payco.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .etc.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .gift.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .phone.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
article.payment section.charge-type .split-item td .global.event:before {
   background-image: url("../../images/pc/util/event_badge.png");
   background-size:60px 47px;
}
/* 180827 토스 결제 아이콘 추가 & event 뱃지 추가 END */
article.payment section.charge-type .split-item + .split-item {
  margin-left: 20px;
  width: 398px;
}
article.payment section.charge-type .split-item + .split-item .result {
  background: #fafafa;
  padding: 25px 0;
  zoom: 1;
  margin-top: 15px;
}
article.payment section.charge-type .split-item + .split-item .result:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.payment section.charge-type .split-item + .split-item .result > li {
  float: left;
}
article.payment section.charge-type .split-item + .split-item .result > div {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
}
article.payment section.charge-type .split-item + .split-item .result > div p:first-child {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
article.payment section.charge-type .split-item + .split-item .result > div p + p {
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  color: #a4a4a4;
}
article.payment section.charge-type .split-item + .split-item .result > div p + p em {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  color: #ffa7db;
  margin-right: 5px;
}
article.payment section.charge-type .split-item + .split-item .result > div:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  bottom: auto;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: url("../../images/pc/util/ico-plus.png") no-repeat;
}
article.payment section.charge-type .split-item + .split-item .result > div:nth-of-type(2):after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  bottom: auto;
  width: 18px;
  height: 11px;
  margin-top: -6px;
  background: url("../../images/pc/util/ico-eq.png") no-repeat;
}
article.payment section.charge-type .split-item + .split-item .result > div:last-child em {
  color: #ff35ad;
}
article.payment section.charge-type .split-item + .split-item .btn-charge {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  /* padding: 0 15px; */
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin-top: 15px;
  background: #ff35ad;
  color: #fff;
}
article.payment section.charge-type .split-item + .split-item .btn-charge a {
    display:block;
}

article.payment .result {
  background: #fafafa;
  padding: 38px 0;
  zoom: 1;
}
article.payment .result:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.payment .result > li {
  float: left;
}
article.payment .result > div {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
}
article.payment .result > div p:first-child {
  font-weight: 500;
}
article.payment .result > div p + p {
  margin-top: 5px;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 1;
  color: #a4a4a4;
}
article.payment .result > div p + p em {
  font-size: 1.5rem;
  letter-spacing: -0.72px;
  line-height: 1.5;
  line-height: 1;
  color: #ffa7db;
  margin-right: 5px;
}
article.payment .result > div:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  bottom: auto;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  background: url("../../images/mobile/util/ico-plus.png") no-repeat;
  background-size: contain;
}
article.payment .result > div:nth-of-type(2):after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  bottom: auto;
  width: 19px;
  height: 11.5px;
  margin-top: -5px;
  background: url("../../images/mobile/util/ico-eq.png") no-repeat;
  background-size: contain;
}
article.payment .result > div:last-child em {
  color: #ff35ad;
}
article.payment .charge-btn {
  padding: 20px 0;
  text-align: center;
}
article.payment .charge-btn a {
  display: inline-block;
  vertical-align: top;
  width: 168px;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  background: #ff35ad;
  border-radius: 21px;
  color: #fff;
}
article.payment .description {
  padding: 20px 17px 50px;
  background: #fafafa;
}
article.payment .description p {
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
article.payment .description ul {
  margin-top: 10px;
}
article.payment .description li {
  position: relative;
  margin-top: 5px;
  padding-left: 7px;
}
article.payment .description li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 3px;
  height: 3px;
  background: #6a6a6a;
  border-radius: 50%;
}
article.payment .auto-charge-notice {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  overflow: auto;
}
article.payment .auto-charge-notice .content ul {
  padding: 20px 17px;
  background: #f3f3f3;
}
article.payment .auto-charge-notice .content p {
  margin: 8px 0 0 5px;
}
article.payment .auto-charge-notice .content li {
  position: relative;
  margin-top: 8px;
  padding-left: 7px;
}
article.payment .auto-charge-notice .content li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 3px;
  height: 3px;
  background: #6a6a6a;
  border-radius: 50%;
}
article.payment .auto-charge-notice .content .btn-wrap {
  padding: 20px 17px;
  zoom: 1;
}
article.payment .auto-charge-notice .content .btn-wrap:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.payment .auto-charge-notice .content .btn-wrap > li {
  float: left;
}
article.payment .auto-charge-notice .content .btn-wrap a {
  display: block;
  height: 42px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  box-sizing: border-box;
  background: #363636;
  color: #fff;
}
article.payment .auto-charge-notice .content .btn-wrap div {
  float: left;
  width: 50%;
  padding-left: 6px;
  box-sizing: border-box;
}
article.payment .auto-charge-notice .content .btn-wrap div:first-child {
  padding: 0 0 0 6px;
}
article.payment .auto-charge-notice .content .btn-wrap div:first-child a {
  background: #fff;
  color: #696969;
  border: 1px solid #cacaca;
}
article.payment .free-charge {
  border-bottom: 10px solid #f3f3f3;
  text-align: center;
}
article.payment .free-charge img {
  display: block;
  width: 100%;
}
article.payment .free-charge p {
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  margin-top: 25px;
  padding: 0 17px;
}
article.payment .free-charge p + p {
  margin-top: 5px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
}
article.payment .free-charge p.coin {
  display: inline-block;
  vertical-align: top;
  padding-left: 26px;
  padding-top: 2px;
  background: url("../../images/mobile/util/ico-coin.png") no-repeat;
  background-size: contain;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
article.payment .free-charge a {
  display: block;
  margin: 15px auto;
  width: 150px;
  height: 42px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  box-sizing: border-box;
  background: #363636;
  color: #fff;
}
article.payment .complete h3 {
  margin: 40px 0;
  padding-top: 40px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  background: url("../../images/mobile/util/ico-complete.png") center top no-repeat;
  background-size: 34px 34px;
  text-align: center;
}
article.payment .complete dl {
  zoom: 1;
}
article.payment .complete dl:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
article.payment .complete dl > li {
  float: left;
}
article.payment .complete dl dt,
article.payment .complete dl dd {
  float: left;
  border-top: 1px solid #d7d7d7;
  box-sizing: border-box;
}
article.payment .complete dl dt:last-of-type,
article.payment .complete dl dd:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}
article.payment .complete dl dt:first-of-type,
article.payment .complete dl dd:first-of-type {
  font-weight: 700;
}
article.payment .complete dl dt {
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 46px;
  font-weight: 500;
  padding-left: 17px;
  width: 40%;
}
article.payment .complete dl dd {
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 46px;
  width: 60%;
}
article.payment .complete a {
  display: block;
  margin: 20px auto;
  width: 170px;
  height: 42px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  box-sizing: border-box;
  background: #363636;
  color: #fff;
}
article.alarm .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
}
article.alarm h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.alarm .list li {
  border-bottom: 1px solid #d7d7d7;
}
article.alarm .list li:first-child {
  border-top: 1px solid #d7d7d7;
}
article.alarm .list li .tbl-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
article.alarm .list li .tbl-wrap > div {
  display: table-cell;
  vertical-align: middle;
}
article.alarm .list li .tbl-wrap > div:first-child {
  width: 130px;
}
article.alarm .list li .tbl-wrap > div:last-child {
  text-align: right;
  width: 150px;
}
article.alarm .list li .tbl-wrap > div:nth-child(2) {
  padding: 30px 0;
}
article.alarm .list li .tbl-wrap span {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
article.alarm .list li .tbl-wrap p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
article.alarm .list li .tbl-wrap p.date {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  margin-top: 5px;
  color: #737373;
}
article.alarm .list li .tbl-wrap p.cont {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  margin-top: 5px;
  color: #363636;
}
article.alarm .list li .tbl-wrap a {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  width: 135px;
}
article.alarm .list li .tbl-wrap a.point {
  border: 1px solid #ff35ad;
  color: #ff35ad;
}
article.alarm .empty {
  text-align: center;
  padding: 200px 0;
  border-top: 1px solid #d7d7d7;
}
article.alarm .empty p:first-child {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  padding-top: 90px;
  background: url("../../images/pc/symbol/alarm-empty.png") center 0 no-repeat;
}
article.alarm .empty p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 2px;
  color: #747474;
}
article.gift .center-wrap {
  margin: 0 auto 110px;
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
}
article.gift h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.gift .list li {
  border-bottom: 1px solid #d7d7d7;
}
article.gift .list li:first-child {
  border-top: 1px solid #d7d7d7;
}
article.gift .list li .tbl-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
article.gift .list li .tbl-wrap > div {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
}
article.gift .list li .tbl-wrap > div:last-child {
  text-align: right;
}
article.gift .list li .tbl-wrap p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
article.gift .list li .tbl-wrap p.date {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  margin-top: 5px;
  color: #737373;
}
article.gift .list li .tbl-wrap a {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  width: 135px;
}
article.gift .list li .tbl-wrap a.point {
  border: 1px solid #ff35ad;
  color: #ff35ad;
}
article.gift .empty {
  text-align: center;
  padding: 200px 0;
  border-top: 1px solid #d7d7d7;
}
article.gift .empty p:first-child {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  padding-top: 90px;
  background: url("../../images/pc/symbol/gift_empty.png") center 0 no-repeat;
}
article.privacy {
  padding: 0;
}
article.privacy h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.privacy h3 {
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
  margin: 60px 0 20px;
}
article.privacy h3:first-of-type {
  margin-top: 10px;
}
article.privacy .center-wrap {
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
}
article.merge {
  padding: 0;
}
article.merge h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
article.merge h3 {
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
  margin: 60px 0 20px;
}
article.merge h3:first-of-type {
  margin-top: 10px;
}
article.merge .center-wrap {
  padding: 50px 60px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  text-align: center;
}
article.merge hr {
  margin: 40px 70px;
  height: 1px;
  background: #cccccc;
}
article.adult {
  background: #fff;
  padding-bottom: 100px;
  padding-top: 220px;
}
article.adult .center-wrap {
  width: 400px;
}
article.adult .center-wrap .c-1 {
  display: table;
  width: 100%;
}
article.adult .center-wrap .c-1 > div {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
article.adult .center-wrap .c-1 > div:first-child {
  width: 80px;
}
article.adult .center-wrap .c-1 > div:first-child .circle {
  display: block;
  width: 80px;
  height: 80px;
  border: 4px solid #f84a56;
  border-radius: 50%;
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  line-height: 1.5;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
}
article.adult .center-wrap .c-1 > div:last-child {
  padding-left: 15px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
}
article.adult .center-wrap .c-1 > div:last-child span {
  color: #f84a56;
}
article.adult .center-wrap .c-2 {
  margin-top: 20px;
  color: #636363;
  text-align: center;
  word-break: keep-all;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
article.adult .center-wrap .btn-out {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  background: #363636;
  color: #fff;
  display: block;
  width: 240px;
  margin: 30px auto;
  font-size: 16px;
}
article.adult .center-wrap .c-3 {
  text-align: center;
}
article.adult .center-wrap .c-3 .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  padding: 20px 0 20px 100px;
  text-align: center;
  box-sizing: border-box;
}
article.adult .center-wrap .c-3 .box:after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  background: url("../../images/pc/common/ico-phone.png") no-repeat;
  background-size: contain;
}
article.adult .center-wrap .c-3 .box p:first-child {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  font-weight: 500;
}
article.adult .center-wrap .c-3 .box p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #838383;
}
article.adult .center-wrap .c-3 .box .btn-confirm {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  border-radius: 17px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #f84a56;
  margin-top: 12px;
  width: 130px;
}
body.login {
  border: 1px solid #dddadc;
  padding: 40px 20px;
  background: #fff;
  box-sizing: border-box;
}
body.login .btn-close {
  display: block;
  position: absolute;
  left: auto;
  right: 18px;
  top: 13px;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/symbol/close-g.png") no-repeat;
}
body.login h1 {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
body.login .form-wrap {
  margin-top: 40px;
}
body.login .form-wrap input {
  margin-bottom: 10px;
}
body.login .form-wrap .labels {
  text-align: right;
  margin-top: 20px;
}
body.login .form-wrap .labels label {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
body.login .form-wrap button {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  background: #ff35ad;
}
body.login .sns {
  zoom: 1;
  margin: 28px -6px 0;
}
body.login .sns:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
body.login .sns > li {
  float: left;
}
body.login .sns li {
  float: left;
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}
body.login .sns a {
  display: block;
  margin-top: 12px;
  height: 44px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 22px;
  border: 1px solid #b7b7b7;
  text-align: center;
  box-sizing: border-box;
  color: #b7b7b7;
}
body.login .sns a span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
}
body.login .sns a span.n {
  background-image: url("../../images/pc/symbol/login-n.png");
}
body.login .sns a span.k {
  background-image: url("../../images/pc/symbol/login-k.png");
}
body.login .sns a span.g {
  background-image: url("../../images/pc/symbol/login-g.png");
}
body.login .sns a span.f {
  background-image: url("../../images/pc/symbol/login-f.png");
}
body.login .util {
  margin-top: 40px;
  text-align: center;
}
body.login .util a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  padding: 0 10px;
  position: relative;
}
body.login .util a:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 3px;
  bottom: auto;
  width: 1px;
  height: 14px;
  background: #b7b7b7;
}
body.adult {
  border: 2px solid #f84a56;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
}
body.adult .btn-close {
  display: block;
  position: absolute;
  left: auto;
  right: 18px;
  top: 18px;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/symbol/close-g.png") no-repeat;
}
body.adult .c-1 {
  display: table;
  width: 100%;
}
body.adult .c-1 > div {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
body.adult .c-1 > div:first-child {
  width: 80px;
}
body.adult .c-1 > div:first-child .circle {
  display: block;
  width: 80px;
  height: 80px;
  border: 4px solid #f84a56;
  border-radius: 50%;
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  line-height: 1.5;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
}
body.adult .c-1 > div:last-child {
  padding-left: 15px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
}
body.adult .c-1 > div:last-child span {
  color: #f84a56;
}
body.adult .c-2 {
  margin-top: 20px;
  color: #636363;
  text-align: center;
  word-break: keep-all;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
body.adult .btn-out {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  background: #363636;
  color: #fff;
  display: block;
  width: 240px;
  margin: 30px auto;
  font-size: 16px;
}
body.adult .c-3 {
  text-align: center;
}
body.adult .c-3 .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  padding: 20px 0 20px 100px;
  text-align: center;
  box-sizing: border-box;
}
body.adult .c-3 .box:after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  background: url("../../images/pc/common/ico-phone.png") no-repeat;
  background-size: contain;
}
body.adult .c-3 .box p:first-child {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  font-weight: 500;
}
body.adult .c-3 .box p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #838383;
}
body.adult .c-3 .box .btn-confirm {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  border-radius: 17px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #f84a56;
  margin-top: 12px;
  width: 130px;
}
body.leave {
  border: 1px solid #dddadc;
  padding: 50px 30px 90px;
  background: #fff;
  box-sizing: border-box;
}
body.leave .btn-close {
  display: block;
  position: absolute;
  left: auto;
  right: 18px;
  top: 18px;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/symbol/close-g.png") no-repeat;
}
body.leave h2 {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
body.leave h3 {
  margin-top: 25px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
body.leave li {
  position: relative;
  padding-left: 15px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  margin-top: 15px;
}
body.leave li p {
  color: #696969;
}
body.leave li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 7px;
  bottom: auto;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background: #363636;
}
body.leave label {
  margin-top: 20px;
  color: #696969;
  line-height: 1.4;
}
body.leave a.btn-confirm {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #b7b7b7;
  display: block;
  width: 324px;
  margin: 25px auto 0;
}
div.login {
  border: 1px solid #dddadc;
  padding: 20px 20px;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
}
div.login .btn-close {
  display: block;
  position: absolute;
  left: auto;
  right: 18px;
  top: 13px;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/symbol/close-g.png") no-repeat;
}
div.login h1 {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative !important;
}
div.login .form-wrap {
  margin-top: 40px;
}
div.login .form-wrap input {
  margin-bottom: 10px;
}
div.login .form-wrap .labels {
  text-align: right;
  margin-top: 20px;
}
div.login .form-wrap .labels label {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
div.login .form-wrap button {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  background: #ff35ad;
}
div.login .sns {
  zoom: 1;
  margin: 28px -6px 0;
}
div.login .sns:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
div.login .sns > li {
  float: left;
}
div.login .sns li {
  float: left;
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}
div.login .sns a {
  display: block;
  margin-top: 12px;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  border: 1px solid #b7b7b7;
  text-align: center;
  box-sizing: border-box;
  color: #b7b7b7;
}
div.login .sns a span {
  display: inline-block;
  vertical-align: top;
  background: no-repeat 0 45%;
}
div.login .sns a span.n {
  background-image: url("../../images/pc/util/logo-naver.png");
  background-size: 14.5px 13.5px;
  padding-left: 25px;
}
div.login .sns a span.k {
  background-image: url("../../images/pc/util/logo-kakao.png");
  background-size: 21px 19.5px;
  padding-left: 31px;
}
div.login .sns a span.g {
  background-image: url("../../images/pc/util/logo-google.png");
  background-size: 15px 14.5px;
  padding-left: 25px;
}
div.login .sns a span.f {
  background-image: url("../../images/pc/util/logo-fb.png");
  background-size: 9.5px 16.5px;
  padding-left: 20px;
}
div.login .util {
  margin-top: 40px;
  text-align: center;
  position: relative !important;
}
div.login .util a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9375rem;
  letter-spacing: -0.45px;
  line-height: 1.5;
  padding: 0 10px;
  position: relative;
}
div.login .util a:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 3px;
  bottom: auto;
  width: 1px;
  height: 14px;
  background: #b7b7b7;
}
div.login .form-wrap a.login-btn {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  background: #ff35ad;
}
div.login a:hover {
  cursor: pointer;
}
div.login ul#domain {
  position: absolute;
  right: 5%;
  top: 120px;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 150px;
  border: 1px #ccc solid;
  font-family: 'NanumGothic', 'Malgun Gothic', Dotum, AppleGothic, sans-serif;
  font-size: 16px;
  color: #ccc;
  line-height: 25px;
  z-index: 99;
  display: none;
}
div.login ul#domain li {
  display: block;
  clear: both;
  padding-left: 10px;
}
div.login ul#domain li.active {
  background-color: #ececec;
}
div.login .form-wrap a.login-btn {
  margin-top: 25px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  font-weight: 500;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  background: #ff36ac;
}
/* free & discount 뱃지 */
span.free_badge {
    border:1px solid #ff25b3;
    border-radius:10px;
    padding:0px 6px;
    font-weight:400;
    display:inline-block;
    width:31%;
    text-align:center;
    margin-bottom:5px;
    font-family:"Dotum";
    font-size:12px;
    color:#ff25b3;
    line-height:17px;
    height:15px;
    vertical-align:middle;
    letter-spacing:-1px;
    position:absolute;
    top:8px;

}
article.event2 section .grid-list li .cont2 {
    padding:9px 0;
    position:relative;
}
article.event2 section .grid-list li .cont2 p:nth-of-type(1){
    margin-top:18px;
    font-size: 1rem;
    letter-spacing: -0.48px;
    line-height: 1.5;
    line-height: 18px;
    height: 18px;
    padding: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
article.event2 section .grid-list li .cont2 p + p {
    margin-top:2px;

}
/* 180822 이모티콘 댓글 뷰어 START */
.comment.comment_article .reg-wrap{
	padding-right:0 !important;
}
.comment.comment_article .reg-wrap textarea:focus{
	outline:none;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list {
	background-color:#fff;
	width:100%;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list{
	overflow:hidden;
	width:788px;
	float:left;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .swiper-container {
	width: 90%;
	height: 44px;
	margin:0;
	float:left;
	box-sizing:border-box;
	border-bottom:1px solid #b7b7b7;
	z-index:0;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_l a,
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_r a {
	width:44px;
	height:44px;
	display:block;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_l a {
	width:44px;
	height:44px;
	background:url('../../images/pc/emoticon/l_img.png') center 0 no-repeat;
	background-size:42px;
	display:block;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_r a {
	width:44px;
	height:44px;
	background:url('../../images/pc/emoticon/r_img.png') center 0 no-repeat;
	background-size:44px;
	display:block;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_l img,
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_r img {
	width:43px;
	height:43px;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_l{
	width:44px;
	height:44px;
	left:0;
	top:0;
	margin-top:0px;
	position:relative;
	float:left;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	background:url('../../images/pc/emoticon/l_img.png') center 0 no-repeat;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .arrow_r{
	width:44px;
	height:44px;
	right:0;
	top:0;
	position:relative;
	margin-top:0px;
	float:left;
	border-bottom:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	background:url('../../images/pc/emoticon/r_img.png') center 0 no-repeat;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .apply_btn{
	height:24px;
	width:100px;
	text-align:center;
	float:right;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .apply_btn a{
	width:100%;
	height:100%;
	display:block;
	background-color:#ff36ac;
	font-size:0.95rem;
	padding:10.5px 0 ;
	font-weight:500;
	color:#fff;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul{
	width:790px;
	height:44px;
	float:left;
	width:100000px;
	border-bottom:1px solid #b7b7b7;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li {
	float:left;
	width:66px;
	text-align:center;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li button:focus{
	outline:none;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li button img{
	height:40px;
	background-color:#fff;
	padding:2px;
	margin:0 auto;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li.on{
	background-color:#e5e5e5;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li.on button {
	background-color:#e5e5e5;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li.on button img{
	background-color:#e5e5e5;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li button {
	/*padding:4.8px 0;*/
	background:#fff;
	display:inline-block;
	text-align:center;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_list .em_view_list ul li button img.off{
	display:none;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_box {
	width:833px;
	height:315px;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	overflow-y:scroll;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_box .emo_viewr {
	width:100%;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_box ul li  {
	width:16.5%;
	text-align:center;
	padding:10px 0;
}
.emoticon_article .emoticon_input .emoticon_wrap .emo_box ul li img{
	background-color:#fff;
	width:100px;
}
/* 180907 text 창 재수정 START */
.comment.comment_article .txt-input {
	float:left;
	position:relative;
	width:100%;
	height:100%;
}
.comment.comment_article .txt-input.on{
	width:90%;
	height:100%;
}
.comment.comment_article .text_em {
	float:right;
	width:10%;
	height:99px;
}
.comment.comment_article .text_em .pre_em {
	width:90%;
	margin:4% auto;
}
.comment.comment_article .text_em .pre_em div {
	height:10px;
	position:relative;
		padding-bottom:5px;
}
.comment.comment_article .text_em .pre_em div a {
	display:inline-block;
	width:20px;
	height:15px;
	float:right;
}
.comment.comment_article .text_em .pre_em div span {
	width:10px;
	height:10px;
	background:url('../../images/pc/emoticon/close_s_btn.png') 0 0 no-repeat;
	display:block;
	position:absolute;
	right:5px;
	top:5px;
	background-size:cover;
}
.comment.comment_article .text_em .pre_em div + div {
	height:70px;
}
.comment.comment_article .text_em .pre_em div + div img{
	height:65px;
}
article.view .content span.v_em_img img{
	text-align:left;
	margin:15px 0px 5px 0;
	display:inline-block;
}

.emoticon_article .emoticon_input .emoticon_wrap .emo_box ul li button:focus {
	outline: none;
}

.emoticon_article .emoticon_input .emoticon_wrap .emo_box ul li img:focus {
	outline: none;
}

article.view .comment .list .content_emo img{
	text-align:left;
	margin:15px 0px 5px 0;
	display:inline-block;
	max-width: 125px;
}
/* 180822 이모티콘 댓글 뷰어 END */

/* 180905 PC 선물받기 START*/
article.view-list .content + div .btns a.btn-gift{
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  width: 19px;
  height: 20px;
  background: url('../../images/pc/symbol/gift-ico.png') no-repeat;
  background-size: contain;
  position:relative;
  display:inline-block;
  margin-right:3px;
}
article.view-list .content + div .btns a.btn-gift span{
  position: absolute;
  right:calc(100% - 31px );
  top:-6px;
  min-width:12px;
  text-align:center;
  border-radius:100%;
  background-color:#fc3dab;
  color:#fff;
  font-weight:500;
  text-indent:0px;
  font-size:0.6rem;
  line-height:15px;
  padding:1px 2.5px;
}
/* event기간 info  */
article.view-list .content + div .event-detail p{
  font-size:0.82rem;
  letter-spacing:-0.8px;
}
article.view-list .content + div .event-detail p.list-dot:nth-last-child(2){
  margin-top:15px;
}
article.view-list .content + div .event-detail p.list-dot:before{
  content:"";
  display:inline-block;
  width:2px;
  height:2px;
  background-color:#4c4c4c;
  margin-right:5px;
  margin-bottom:10px;
  float:left;
  margin-top:10px;
}

/* 하단 팝업 */
article.view-list .pop-bottom .center-wrap h4{
  color:#fff;
  margin-bottom:10px;
  font-size:0.8754rem;
  font-weight:500;
}
article.view-list .pop-bottom .center-wrap h4 span.bar {
  width: 2px;
  height:13px;
  background-color:#fff ;
  margin:0 0.2rem;
  display: inline-block;
  vertical-align:-1px;
}
article.view-list .pop-bottom .btn-all span span.line-through {
  color:#a5a5a5;
  font-weight:400;
  margin-right:10px;
  font-size:0.8rem;
}
article.view-list .pop-bottom .btn-all.on span span.line-through {
  color:#ff35ad;
}
article.view-list .pop-bottom.rent-type .btn-purchase{
  margin-top:30px;
}
article.view-list .pop-bottom.rent-type .ib .txt:first-child{
  margin-top:0px;
}
/* 180905 PC 선물받기 END*/

/* 180911 작품정보 & 선물받기 btn START */
article.view-list .content + div .btn-fold {
  letter-spacing:-0.42px;
  line-height:1;
  padding:6px;
  color:#8f8f8f;
  border:1px solid #8f8f8f;
  background:none;
  border-radius:4px;
  font-size:12px;
  font-weight:500;
  margin-right:5px;
}
article.view-list .content + div .btn-more {
  letter-spacing:-0.42px;
  line-height:1;
  padding:6px;
  color:#8f8f8f;
  border:1px solid #8f8f8f;
  background:none;
  border-radius:4px;
  font-size:12px;
  font-weight:500;
  margin-right:5px;
}
article.view-list .content + div .btn-pink {
  letter-spacing:-0.42px;
  line-height:1;
  padding:6px;
  color:#ff3cad;
  border:1px solid #ff3cad;
  background:none;
  border-radius:4px;
  margin-top:25px;
  display:inline-block;
  font-size:12px;
  font-weight:500;
}

/* 180911 작품정보 & 선물받기 btn END */

/* reward badge Style 0608 */
.badge-rwd {
    position:absolute;
    top:3%;
    right:2%;
}

/* pc 묶음 할인내용 글넘침 0813 */
.discount span {
	width: 205px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: inline-block;
}


/* 180919 error & 404 페이지 START */
article.error {
	background-color:#fff;
}
article.error .center-wrap .error-wrap {
  text-align:center;
  background-color:#fff;
  padding:150px 0 210px 0;
}
article.error .center-wrap .error-wrap h2 {
  color:#5d5d5d;
  font-size:2.3rem;
  letter-spacing:-2px;
  font-weight:600;
}
article.error .center-wrap .error-wrap img{
  margin-bottom:30px;
}
article.error .center-wrap .error-wrap h2 span{
  color:#ff08a5;
}
article.error .center-wrap .error-wrap p {
  font-size:22px;
  letter-spacing:-1.5px;
  color:#5d5d5d;
  margin:1.3rem 0 2.3rem 0;
  font-weight:300;
}
article.error .center-wrap .error-wrap a {
  padding:1.2rem 0;
  background-color:#ff08a5;
  color:#fff;
  font-size:1.3rem;
  width:20%;
  margin-right:25px;
  display:inline-block;
  border-radius:50px;
}
article.error .center-wrap .error-wrap a.btn-boder{
  background-color:#fff;
  color:#ff08a5;
  border:1px solid #ff08a5;
}
article.error .center-wrap .error-wrap a.home-btn {
  width:30%;
  font-size:1.3rem;
}
/* 180919 error & 404 페이지 END */

/* 180920 충전배너 롤링 블릿 색상조정 START */
.middle-bn {text-align:center;}
.bn-bullet.swiper-pagination {
  margin:0 auto;
  position:relative;
}
.bn-bullet.swiper-pagination span {
  margin-right:10px;
}
.bn-bullet .swiper-pagination-bullet {
  background-color:#000000;
}
.bn-bullet .swiper-pagination-bullet-active {
  background-color:#ff35ad;
}
.middle-bn .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.middle-bn .swiper-slide a {
	width: 100%;
}
.middle-bn .swiper-slide a img {
	width: 100%;
}
/* 180920 충전배너 롤링 블릿 색상조정 END */

/* 181008 Bomtoon Today 뱃지 개선 START */
article.free .grid-list li .img .free-tag2 {
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
  width: 43px;
  height: 43px;
  font-size: 0.78rem;
  letter-spacing: -0.39px;
  line-height: 1.0;
  color: #fff;
  background: #fe45ab;
  border-radius: 0 50% 50% 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
}
article.free .grid-list li .img .sale-tag {
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
  width: 43px;
  height: 43px;
  font-size: 0.78rem;
  letter-spacing: -0.39px;
  line-height: 1;
  color: #fff;
  background: #3f3f3f;
  border-radius: 0 50% 50% 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
}
/* 181008 Bomtoon Today 뱃지 개선 END */

/* 181015 Adult 성인인증PC START */
.adult.adult_new {
  padding:0px;
  border:0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow: hidden;
  box-sizing: border-box;
}
.adult.adult_new h2 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.adult.adult_new .c-1{
  text-align:center;
}
.adult.adult_new .c-1 > div {
  display:block;
  text-align:center;
  margin: 60px auto 0px auto;
  font-weight:500;
}
.adult.adult_new .c-1 > div + div{
  display:block;
  text-align:center;
  margin: 30px auto 0px auto;
  font-weight:400;
}
.adult.adult_new .c-1 > div:first-child .circle {
  font-weight:400;
  line-height:78px;
}
.adult.adult_new .c-2 {
  margin-top:15px;
  font-size:0.9rem;
}
.adult.adult_new .c-3 {
  margin-top:40px;
}
.adult.adult_new .btn-out{
  margin:23px auto;
}
.adult.adult_new .btn-close{
  top:28px;
}

.adult .btn-close {
  display: block;
  position: absolute;
  left: auto;
  right: 18px;
  top: 18px;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/symbol/close-g.png") no-repeat;
}
.adult .c-1 {
  display: table;
  width: 100%;
}
.adult .c-1 > div {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
.adult .c-1 > div:first-child {
  width: 80px;
}
.adult .c-1 > div:first-child .circle {
  display: block;
  width: 80px;
  height: 80px;
  border: 4px solid #f84a56;
  border-radius: 50%;
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  line-height: 1.5;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
}
.adult .c-1 > div:last-child {
  padding-left: 15px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 700;
}
.adult .c-1 > div:last-child span {
  color: #f84a56;
}
.adult .c-2 {
  margin-top: 20px;
  color: #636363;
  text-align: center;
  word-break: keep-all;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
.adult .btn-out {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border-radius: 22px;
  line-height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  background: #363636;
  color: #fff;
  display: block;
  width: 240px;
  margin: 30px auto;
  font-size: 16px;
}
.adult .c-3 {
  text-align: center;
}
.adult .c-3 .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  padding: 20px 0 20px 100px;
  text-align: center;
  box-sizing: border-box;
}
.adult .c-3 .box:after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  background: url("../../images/pc/common/ico-phone.png") no-repeat;
  background-size: contain;
}
.adult .c-3 .box p:first-child {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  font-weight: 500;
}
.adult .c-3 .box p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #838383;
}
.adult .c-3 .box .btn-confirm {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  border-radius: 17px;
  font-size: 16px;
  line-height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #f84a56;
  margin-top: 12px;
  width: 130px;
}
/* 181015 Adult 성인인증PC END */

/* 181025 무충소 page css 개선 START */
section.free_area .theme_wrap {
  background-color:#366bd1;
  padding-bottom:50px;
}
section.free_area .theme_wrap #popupFrame {
  background-color:#fff;
  width:742px !important;
  height:891px !important;
}
/* 181025 무충소 page css 개선 END */
/* 181002 PD's Pick START */
.badge.magenta {
	border: 1px solid #f932b3;
	color: #f932b3;
}
article.pdPick_more h4{
	font-size:1.2rem;
	font-weight: 500;
	margin:40px 0px 20px 0;
}
article.pdPick_more .badge.magenta {
	font-size:0.9rem;
	display:inline-block;
	height:26px;
	border-radius:15px;
	line-height:25px;
	padding: 0 8px;
	vertical-align:1px;
	margin-right:5px;
}
article.pdPick_more h4 .p_txt:before {
	clear:both;
	content:"";
	width:1px;
	height:14px;
	margin:0 20px 0 12px;
	display:inline-block;
	background-color:#e0e0e0;
}
article.pdPick_more h4 .p_txt {
	color:#a4a4a4;
	font-weight:400;
	font-size:1rem;
}
/* 181002 PD's Pick END */

/* 181008 Bomtoon Today 뱃지 개선 START */
article.free .grid-list li .img .free-tag2 {
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
  width: 43px;
  height: 43px;
  font-size: 0.78rem;
  letter-spacing: -0.39px;
  line-height: 1.0;
  color: #fff;
  background: #fe45ab;
  border-radius: 0 50% 50% 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
}
article.free .grid-list li .img .sale-tag {
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
  width: 43px;
  height: 43px;
  font-size: 0.78rem;
  letter-spacing: -0.39px;
  line-height: 1;
  color: #fff;
  background: #3f3f3f;
  border-radius: 0 50% 50% 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
}
/* 181008 Bomtoon Today 뱃지 개선 END */

/* 181120 Black Friday blind START */
article.payment section .tbl > div:nth-child(4) .per {
  line-height:16px;
}
article.payment section .border-wrap .tbl{
  position:relative;
}
article.payment section .border-wrap .tbl.blind:before{
  content:" ▒  선착순 마감   ▒";
  position:absolute;
  top:0;
  text-align:center;
  display:inline-block;
  margin-top:0;
  clear:both;
  z-index:3;
  font-size:0.978rem;
  color:#595959;
  width:100%;
  background-color:rgba(255,255,255,0.7);
}
article.payment section .tbl > div:nth-child(1){
  width:100px;
}
article.payment section .tbl > div:nth-child(3) {
  width:87px;
}
article.payment section .tbl > div:nth-child(3) span {
  width:54px;
}
article.payment section .tbl > div:nth-child(3) span:after {
  left:-4px;
}
/* 181120 Black Friday blind END */

/* 190122 연1회 팝업 START */
.c-popup .panel.basic {
  text-align: center;
  width: 397px;
  padding:50px 40px;
  margin-top:-20vh;
}
.c-popup .panel.basic .close{
  display:none;
}
.c-popup .panel.basic .texts h5.a-title{
  text-align: center;
  color: #252525;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-popup .panel.basic .texts p {
   font-size: 16.5px;
  letter-spacing: -0.42px;
  line-height: 1.6;
  color: #252525;
  margin:22px 0;
}

.c-popup .panel.basic .adult .circle {
  display: block;
  width: 70px;
  height: 70px;
  border: 5px solid #f84a56;
  border-radius: 50%;
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  line-height: 1.5;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  margin:0 auto 30px auto;
}
.c-popup .panel.basic .texts h5 {
  font-size:20px;
  font-weight:600;
}
.c-popup .panel.basic .texts h5 span {
  color:#f72e3b;
}
.c-popup .panel.basic .btn-check {
  width: 90%;
  padding: 15px 10px;
  text-align:center;
  color:#fff;
  display:inline-block;
  font-size: 19px;
  background-color:#fc3dac;
  border-radius: 35px;
  margin-bottom:20px;
}
.c-popup .panel.basic.yearMe label.check {
  display:block;
  margin-bottom: 10px;
  text-align:left;
  color:#363636;
  font-weight:500;
  margin-left:20px;
  padding-left:30px;
}
.c-popup .panel.basic.yearMe label:last-child.check{
  margin-bottom:0px;
}
.c-popup .panel.basic.yearMe label.check input + i {
  width:18px;
  height:18px;
  top:5px;
}
/* 190122 연1회 팝업 END */
