﻿@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); }
    }
  }
}
*/
html {
  font-size: 16px;
}
body {
  font-family: 'notokr', sans-serif;
  color: #363636;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  line-height: 1.4;
}
.hide {
  display: none !important;
}
.center-wrap {
  position: relative;
  width: 978px;
  margin: auto;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 98;
}
header .top {
  height: 30px;
  background: #ff35ad;
  color: #fff;
  transition: all 0.3s;
}
header .top.type-1 {
  background-color: #636363;
}
header .top.type-2 {
  background-color: #46d080;
}
header .top.type-3 {
  background-color: #ff35ad;
}
header .top p {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 30px;
  letter-spacing: 5px;
}
header .top .grade {
  float: right;
  margin-top: 4px;
}
header .top .grade a {
  display: block;
  float: left;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 22px;
  margin-left: 4px;
  background: url("../../images/pc/common/grade-txt.png?20180726");
}
header .top .grade a:nth-child(1) {
  background-position-x: 0;
}
header .top .grade a:nth-child(1).on {
  background-position-y: -25px;
}
header .top .grade a:nth-child(2) {
  background-position-x: -70px;
}
header .top .grade a:nth-child(2).on {
  background-position-y: -49px;
}
header .top .grade a:nth-child(3) {
  background-position-x: -133px;
}
header .top .grade a:nth-child(3).on {
  background-position-y: -73px;
}
header .gnb {
  background: #fff;
  height: 90px;
}
header .gnb h1 {
  position: absolute;
  left: 0;
  right: auto;
  top: 19px;
  bottom: auto;
}
header .gnb h1 a {
  display: block;
  width: 35px;
  height: 52px;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  background: url("../../images/pc/common/logo.png") no-repeat;
}
header .gnb .nav {
  padding-left: 75px;
}
header .gnb .nav a {
  display: block;
  float: left;
  margin: 0 25px;
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 90px;
  font-weight: 400;
}
header .gnb .nav a.on {
  color: #ff35ad;
}
header .gnb .util {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
}
header .gnb .util .btn-search {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 66px;
  top: 34px;
  bottom: auto;
  width: 20px;
  height: 21px;
  background: url('../../images/pc/common/ico-search.png') no-repeat;
}
header .gnb .util .btn-search.on {
  background-image: url('../../images/pc/symbol/close-b.png');
}
header .gnb .util .btn-menu {
  position: relative;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 36px;
  bottom: auto;
  width: 30px;
  height: 17px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .gnb .util .btn-menu i {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 1px;
  background: #363636;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .gnb .util .btn-menu i:nth-child(2),
header .gnb .util .btn-menu i:nth-child(3) {
  top: 8px;
}
header .gnb .util .btn-menu i:nth-child(4) {
  top: 16px;
}
header .gnb .util .btn-menu.on i:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .gnb .util .btn-menu.on i:nth-child(2) {
  transform: rotate(45deg);
}
header .gnb .util .btn-menu.on i:nth-child(3) {
  transform: rotate(-45deg);
}
header .gnb .util .btn-menu.on i:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .gnb .util .pop-info {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 65px;
  bottom: auto;
  border: 1px solid #dddadc;
  width: 290px;
  height: 500px;
  background: #fff;
  color: #363636;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
header .gnb .util .pop-info .profile {
  display: table;
  width: 100%;
  background: #f3f3f3;
}
header .gnb .util .pop-info .profile > div {
  display: table-cell;
  vertical-align: middle;
}
header .gnb .util .pop-info .profile .img {
  width: 60px;
  padding: 20px 10px 20px 20px;
}
header .gnb .util .pop-info .profile .img span {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
header .gnb .util .pop-info .profile .account p:first-child {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
header .gnb .util .pop-info .profile .account p + p {
  height: 18px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.2;
  padding-top: 5px;
  max-width: 160px;
}
header .gnb .util .pop-info .profile .account p + p.ico {
  padding-left: 25px;
  background: left center no-repeat;
  background-size: 18px 18px;
}
header .gnb .util .pop-info .profile .account p + p.ico.n {
  background-image: url("../../images/pc/common/profile-n.png");
}
header .gnb .util .pop-info .profile .account p + p.ico.f {
  background-image: url("../../images/pc/common/profile-f.png");
}
header .gnb .util .pop-info .profile .account p + p.ico.g {
  background-image: url("../../images/pc/common/profile-g.png");
}
header .gnb .util .pop-info .profile .account p + p.ico.k {
  background-image: url("../../images/pc/common/profile-k.png");
}
header .gnb .util .pop-info .profile .account .badge {
  margin-top: 5px;
  height: 20px;
  line-height: 21px;
  color: #fff;
  background: #363636;
  text-align: center;
  padding: 0 13px;
  border-radius: 11px;
}
header .gnb .util .pop-info .profile .account .btn-apply {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 13px;
  border-radius: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #363636;
}
header .gnb .util .pop-info .profile .btns {
  display: block;
  position: absolute;
  left: auto;
  right: 15px;
  top: 10px;
  bottom: auto;
}
header .gnb .util .pop-info .profile .btns a {
  display: inline-block;
  vertical-align: top;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 30px;
  height: 30px;
  background: center center no-repeat;
  background-size: 19px 18px;
}
header .gnb .util .pop-info .profile .btns a.alarm {
  background-image: url('../../images/pc/symbol/alarm-s.png');
}
header .gnb .util .pop-info .profile .btns a.setting {
  background-image: url('../../images/pc/symbol/setting.png');
  margin-right: -5px;
}
header .gnb .util .pop-info .profile .btns a .new {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 15px;
  height: 15px;
  background: url("../../images/pc/symbol/new-p.png") no-repeat;
}
header .gnb .util .pop-info .status dl {
  display: table;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
header .gnb .util .pop-info .status dl > * {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}
header .gnb .util .pop-info .status dl dt {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  width: 60px;
}
header .gnb .util .pop-info .status dl dd {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  padding-right: 25px;
}
header .gnb .util .pop-info .status dl dd a {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  border-radius: 14px;
  font-size: 16px;
  line-height: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #363636;
  width: 70px;
  vertical-align: middle;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 28px;
  font-weight: 400;
}
header .gnb .util .pop-info .status dl dd + dd {
  width: 70px;
  padding: 0;
}
header .gnb .util .pop-info .status dl + dl a {
  border-color: #b7b7b7;
}
header .gnb .util .pop-info > a {
  display: block;
  padding: 0 20px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 50px;
  border-top: 1px solid #ebebeb;
}
header .gnb .util .pop-search {
  display: none;
  position: absolute;
  left: auto;
  right: 60px;
  top: 65px;
  bottom: auto;
  border: 1px solid #dddadc;
  width: 360px;
  height: 555px;
  background: #fff;
  color: #363636;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
header .gnb .util .pop-search .search-form {
  margin: 20px 10px 5px;
  position: relative;
}
header .gnb .util .pop-search .search-form input {
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  padding-right: 80px;
  font-size: 15px;
  font-weight: 500;
}
header .gnb .util .pop-search .search-form a {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 1px;
  top: 1px;
  bottom: auto;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  border-radius: 18px;
  font-size: 16px;
  line-height: 38px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  width: 72px;
  background: #363636 url("../../images/pc/symbol/search-w.png") center center no-repeat;
}
header .gnb .util .pop-search .tab {
  display: table;
  width: 100%;
  table-layout: fixed;
}
header .gnb .util .pop-search .tab a {
  display: table-cell;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
header .gnb .util .pop-search .tab a.on {
  font-weight: 700;
  color: #ff35ad;
  border-color: #ff35ad;
}
header .gnb .util .pop-search .tab-content {
  padding: 0 30px;
  display: none;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
header .gnb .util .pop-search .tab-content .empty {
  margin-top: 80px;
  text-align: center;
  color: #696969;
}
header .gnb .util .pop-search .tab-content.tab-recommend li {
  margin: 20px 0;
}
header .gnb .util .pop-search .tab-content.tab-recommend li em,
header .gnb .util .pop-search .tab-content.tab-recommend li span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
}
header .gnb .util .pop-search .tab-content.tab-recent li {
  margin: 16.5px 0;
  padding-right: 25px;
  position: relative;
}
header .gnb .util .pop-search .tab-content.tab-recent li span {
  float: right;
  color: #7d7d7d;
}
header .gnb .util .pop-search .tab-content.tab-recent li a + a {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  position: absolute;
  left: auto;
  right: 0;
  top: 3px;
  bottom: auto;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  background: url("../../images/pc/symbol/close-gs.png") no-repeat;
}
header .gnb .util .pop-search .result {
  margin: 10px 0 0 25px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
header .gnb .util .pop-search .list {
  height: 466px;
  overflow-y: scroll;
}
header .gnb .util .pop-search .list li {
  padding: 0 20px;
  margin-top: 18px;
}
header .gnb .util .pop-search .list li a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
header .gnb .util .pop-search .list li a > div {
  display: table-cell;
  vertical-align: middle;
}
header .gnb .util .pop-search .list li .img {
  width: 117px;
  box-sizing: border-box;
  overflow: hidden;
}
header .gnb .util .pop-search .list li .img span {
  display: block;
  width: 100%;
  padding-top: 78px;
  background: center center no-repeat;
  background-size: cover;
}
header .gnb .util .pop-search .list li .cont {
  padding: 0 20px;
}
header .gnb .util .pop-search .list li p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 18px;
  font-weight: 500;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .gnb .util .pop-search .list li p + p {
  margin-top: 3px;
  color: #676767;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.2;
  height: auto;
}
header .gnb .util .pop-search .list li p + p + p {
  color: #a4a4a4;
  overflow: visible;
}
header .gnb .util .pop-search .result-empty {
  line-height: 466px;
  text-align: center;
  color: #696969;
}
header .gnb .util .btn-search.on ~ .pop-search {
  display: block;
}
header .gnb .util .btn-menu.on ~ .pop-info {
  display: block;
}
header.clear .top {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: none !important;
}
header.clear .gnb {
  background: none;
  color: #fff;
}
header.clear .gnb h1 a {
  background: url("../../images/pc/common/logo-w.png") no-repeat;
}
header.clear .gnb .util .btn-search {
  background: url('../../images/pc/common/ico-search-w.png');
}
header.clear .gnb .util .btn-search.on {
  background-image: url('../../images/pc/symbol/close-w.png');
}
/* 190225 선물함 아이콘 툴팁추가 START J */
header .gnb .util .btn-gift-tp {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 122px;
  top: 31px;
  bottom: auto;
  width: 20px;
  height: 25px;
  background: url('../../images/pc/common/gift_utill_b.png')0 0 no-repeat;
}
header.clear .gnb .util .btn-gift-tp{
  background: url('../../images/pc/common/gift_utill.png')0 0 no-repeat;
}
header .gnb .util .btn-gift-tp.new-p:after {
  content:"";
  clear:both;
  width: 18px;
  background: url("../../images/pc/common/ico-new-p.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  right: -13px;
  z-index: 221;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  padding: 0 4px;
  border-radius: 9px;
  box-sizing: border-box;
}
header .gnb .util .gift-tooltip{
  display:none;
  position:relative;
  width:197px;
  height:83px;
  top:65px;
  right:84px;
}
header .gnb .util .gift-tooltip a {
  background:url(../../images/pc/common/gift_bubble.png) 0 0 no-repeat;
  position:absolute;
  width:197px;
  height:83px;
  z-index:222;
  background-size:contain;
  image-rendering:-webkit-optimize-contrast;
}
header .gnb .util .gift-tooltip span{
  width:20px;
  height:20px;
  background:url(../../images/pc/common/bubble_cls.png) center center no-repeat;
  position:absolute;
  top:15px;
  right:9px;
  z-index:45444;
  cursor:pointer;
  display:block;
}
/* 190225 선물함 아이콘 툴팁추가 END J */
header.clear .gnb .util .btn-menu i {
  background: #fff;
}
footer {/*-190311_선물함_확정 수정작업_L*/
  position: relative;
  z-index: 999;
  background: #363636;
  color: #fff;
}
footer hr {
  display: block;
  height: 1px;
  background: #565656;
}
footer .center-wrap:first-of-type a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.888rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 70px;
  margin-right: 29px; /* 40 수치변경 */
}
footer .center-wrap:first-of-type a:last-child {
  margin: 0;
}
footer .center-wrap:first-of-type .fr {
  color: #999;
}
footer hr + .center-wrap {
  padding: 50px 0;
}
footer hr + .center-wrap p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 20px;
  font-weight: 500;
}
footer hr + .center-wrap p img {
  margin-right: 15px;
  vertical-align: text-bottom;
}
footer hr + .center-wrap .content {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 22px;
  color: #929292;
}
footer hr + .center-wrap .content span {
  margin-right: 20px;
}
footer hr + .center-wrap .sns {
  position: absolute;
  left: auto;
  right: 0;
  top: 50px;
  bottom: auto;
}
footer hr + .center-wrap .sns a {
  display: inline-block;
  vertical-align: top;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  margin: 0 15px;
}
footer hr + .center-wrap .sns a.ins {
  background-image: url("../../images/pc/common/footer-sns-ins.png");
}
footer hr + .center-wrap .sns a.fb {
  background-image: url("../../images/pc/common/footer-sns-fb.png");
}
footer hr + .center-wrap .sns a.tw {
  background-image: url("../../images/pc/common/footer-sns-tw.png");
}
footer hr + .center-wrap .sns a.blog {
  background-image: url("../../images/pc/common/footer-sns-blog.png");
  margin-right: 0;
  margin-top:1px;
}
footer hr + .center-wrap .cleanSite {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 118px;
  bottom: auto;
  width: 60px;
  height: 60px;
  background: url('../../images/pc/common/footer-cleanSite.png?20180716');
}
footer hr + .center-wrap .top {/*- 190218_TOP 버튼 위치 수정_L-*/
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: fixed;
  z-index: 998;
  right : 35px;/*- 190221_TOP 버튼 위치 수정_L-*/
  bottom: 35px;
  width: 51px;
  height: 51px;
  background: url('../../images/pc/common/footer-top.png');
}
/*-- 190325_TOP 버튼,선물함 위치 수정 (노트북 화면)_시작_L --*/
@media (max-width: 1500px) {
	footer hr + .center-wrap .top {
		right: inherit;
		left: 50%;
		margin-left: 620px;
	}
}
/*-- 190325_TOP 버튼,선물함 위치 수정 (노트북 화면)_끝_L --*/
/* 봄툰 투데이 관련css [pc]  START 0808 _ swiper TEST*/
article.free-area {
  background: #fff;
  padding:0px;
  border-top:1px solid #f3f3f2;
  margin-top: 120px;
}
article.free-area + .free {
  padding-top:30px;
}
article.free-area h2.free-today-tit {
  /*text-align: center;
  padding:20px 0;
  background: url(../../images/pc/temp/bomtoon_today_title.png) center center no-repeat;
  background-size:25%;
  text-indent:-99999;*/
  margin: 15px 0;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-family: sans-serif;
}
article.free-area .swiper-container.free-toon {
  padding-bottom:15px;
  margin: 0 auto;
}

article.free-area .free-slide .free-thum-wrap .free-thum {
  position: relative;
  overflow: hidden;
  width: 315px;
  height: 276px;
  border:1px solid #cecece;
  box-sizing: border-box;
}
article.free-area .free-slide .free-thum-wrap .free-thum img{
  display: block;
  position: absolute;
  right: 50%;
  height: 100%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
article.free-area .free-slide .free-texts {
  width:312px;
  position: relative;
  text-align: center;
}
article.free-area .free-slide .free-texts .free-time{
  background: #363636;
  width: 50%;
  font-weight: 600;
  padding: 8px 12px;
  color: #fff;
  font-size: 0.98rem;
  border-radius: 40px;
  position: absolute;
  top:-23px;
  right:50%;
  letter-spacing:0.7px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
article.free-area .free-slide .free-texts .free-time img{
  vertical-align: -4px;
  margin-right: 3px;
}
article.free-area .free-slide .free-texts .free-title{
  padding-top:30px;
  line-height: 1.5;
}
article.free-area .free-slide .free-texts .free-title h4{
  color:#ff29b3;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom:2px;
}
article.free-area .free-slide .free-texts .free-title p:nth-child(2){
  color:#000;
  font-size: 1.15rem;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  word-wrap: normal !important;
  display: block;
  width: 200px;
  margin:0 auto;
  font-weight:400;
}
article.free-area .free-slide .free-texts .free-title p{
  color:#000;
  font-size:0.95rem;
}

article.free-area .swiper-slide.btn {
  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;
  box-sizing:border-box;
  padding-bottom:10px;
}
article.free-area .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;
}

/* off_set */
article.free-area .swiper-slide.off .free-slide .free-thum-wrap .free-thum{
  background:url(../../images/pc/temp/sld_off.png) center center no-repeat;
  width: 315px;
  height: 276px;
}

article.free-area .swiper-slide.off .free-slide .free-texts .free-time{
  background: #8f8f8f;
}

article.free-area .swiper-slide.off .free-slide .free-texts .free-title h4{
  color: #636363;
  font-weight: 500;
  font-size: 1.4rem;
}

/*off_set End*/

/* 슬라이드 화살표 */
article.free-area .btn-wrap-l-area{
	position: absolute;
	width: 36px;
	height: 276px;
	top:0;
	left:-36px;
	border-right:1px solid #cecece;
	z-index: 3;
}
article.free-area .btn-wrap-r-area{
	position: absolute;
	width: 36px;
	height: 276px;
	top:0;
	right:-37px;
	border-left:1px solid #cecece;
	z-index: 3;

}
article.free-area .free-toon .swiper-button-prev.free-prev {
	background:url(../../images/pc/common/arrow_left.png)0 0 no-repeat;
	top:50%;
	left: 37px;
	opacity:1;
	width: 36px;
	height: 36px;
}
article.free-area .free-toon .swiper-button-next.free-next {
	background:url(../../images/pc/common/arrow_right.png)0 0 no-repeat;
	top:50%;
	right: 38px;
	opacity:1;
	width: 36px;
	height: 36px;
}
article.free-area .free-toon .swiper-button-next.free-next-o {
	background:url(../../images/pc/common/arrow_right_o.png)0 0 no-repeat;
	top:50%;
	right: 38px;
	left: auto;
	opacity:1;
	width: 36px;
	height: 36px;
}
article.free-area .free-toon .swiper-button-prev.free-prev-o {
	background:url(../../images/pc/common/arrow_left_o.png)0 0 no-repeat;
	top:50%;
	left:37px;
	right: auto;
	opacity:1;
	width: 36px;
	height: 36px;
}
/* 봄툰 투데이 관련 css  END */

.grid-list {
  zoom: 1;
}
.grid-list:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.grid-list > li {
  float: left;
}
.grid-list li {
  box-sizing: border-box;
}
.grid-list a {
  display: block;
}
.grid-list .badge {
  margin-top: -3px;
}
.grid-list .view {
  display: inline-block;
  vertical-align: top;
  padding-left: 18px;
  background: url("../../images/pc/common/ico-view.png") left 3px no-repeat;
}
.grid-list .img {
  position: relative;
}
.grid-list .img > span {
  display: block;
  padding-top: 100%;
  background: #EDEDED center center no-repeat;
  background-size: cover;
}
.grid-list .img .adult {
  position: absolute;
  left: auto;
  right: 5px;
  top: auto;
  bottom: 5px;
  width: 20px;
  height: 20px;
  background: url("../../images/pc/common/ico-adult.png") no-repeat;
}
.grid-list .img .wait {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 30px;
  height: 30px;
  background: url("../../images/pc/common/ico-wait.png") no-repeat;
}
.grid-list .img .recommend {
  position: absolute;
  left: 5px;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 42px;
  color: #fff;
  background: rgba(54, 54, 54, 0.8);
  border-radius: 50%;
  text-align: center;
}
.grid-list .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;
}
.grid-list .cont p:first-child {
  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;
}
.play-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #333;
  padding: 7px 17px 0;
  box-sizing: border-box;
  z-index: 199;
}
.play-bar .info {
  position: relative;
}
.play-bar .info a {
  display: block;
}
.play-bar .info dl {
  padding-left: 50px;
}
.play-bar .info dd.img {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: center center no-repeat;
  background-size: cover;
}
.play-bar .info dt {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.2;
  color: #fff;
}
.play-bar .info dt + dd {
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 1.4;
  color: #999;
}
.play-bar .info .tag {
  position: absolute;
  left: -2px;
  right: auto;
  top: -17px;
  bottom: auto;
  width: 40px;
  height: 20px;
  color: #fff;
  text-align: center;
  background: #ff35ad;
  border-radius: 10px;
  line-height: 22px;
}
.play-bar .controls {
  position: absolute;
  left: auto;
  right: 17px;
  top: 10px;
  bottom: auto;
}
.play-bar .controls a {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  background-size: contain;
  margin-left: 19px;
}
.play-bar .controls a.play {
  background-image: url("../../images/pc/common/ico-play.png");
}
.play-bar .controls a.menu {
  background-image: url("../../images/pc/common/ico-menu.png");
}
.play-bar .banner {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  right: 0;
  height: 138px;
  background: url("../../images/pc/util/playbar-banner.png") center bottom no-repeat;
  background-size: 301px auto;
}
.play-bar .banner a.close {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-left: 106px;
}
.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination > * {
  display: inline-block;
  vertical-align: top;
  min-width: 22px;
  height: 22px;
  margin: 0 2px;
  border: 1px solid #a4a4a4;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  line-height: 23px;
  color: #636363;
}
.pagination > *.on {
  color: #ff35ad;
  border-color: #ff35ad;
}
.pagination > *.btn-first {
  background: url('../../images/pc/symbol/paging-first.png') no-repeat;
}
.pagination > *.btn-prev {
  background: url('../../images/pc/symbol/paging-prev.png') no-repeat;
}
.pagination > *.btn-next {
  background: url('../../images/pc/symbol/paging-next.png') no-repeat;
}
.pagination > *.btn-last {
  background: url('../../images/pc/symbol/paging-last.png') no-repeat;
}
.pagination p {
  width: auto !important;
  padding: 0px 5px;
}
/* color */
em {
  color: #ff35ad;
}
.c-a4 {
  color: #a4a4a4 !important;
}
.c-7f {
  color: #7f7f7f !important;
}
.c-63 {
  color: #636363 !important;
}
.c-red {
  color: #f84a56 !important;
}
.fs-14 {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
.fs-16 {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
.fw-500 {
  font-weight: 500;
}
.line-through {
  text-decoration: line-through;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 40px;
  border: 0;
  background: #f3f3f3;
  padding: 0 15px;
  box-sizing: border-box;
  outline:none;/* 크롬 아웃라인 none 추가 0705*/
}
label.check {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  min-height: 26px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 26px;
}
label.check input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  z-index: -1;
}
label.check input + i {
  position: absolute;
  left: 12px;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 15px;
  height: 15px;
  background: url("../../images/pc/common/checkbox-off.png") no-repeat;
  background-size: contain;
}
label.check input:checked + i {
  background-image: url("../../images/pc/common/checkbox-on.png");
}
label.radio {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  min-height: 16px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 18px;
}
label.radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  z-index: -1;
}
label.radio input + i {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
}
label.radio input:checked + i:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  right: auto;
  top: 3px;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff35ad;
}
select.arrow {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  border: 0;
  padding: 0 23px 0 0;
  background: url("../../images/pc/symbol/arrow-down-b.png") right center no-repeat;
}
.enum li {
  padding-left: 8px;
  position: relative;
}
.enum li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -3px;
  width: 3px;
  height: 3px;
  background: #6a6a6a;
  border-radius: 50%;
}
.badge {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  height: 19px;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  /*line-height: 18px;*/
  padding: 0 4px;
  border-radius: 9px;
  box-sizing: border-box;
}
.badge.new {
  width: 18px;
  height: 18px;
  background: url("../../images/pc/common/ico-new.png") no-repeat;
  background-size: contain;
}
.badge.new-p {
  width: 18px;
  height: 18px;
  background: url("../../images/pc/common/ico-new-p.png") no-repeat;
  background-size: contain;
}
.badge.olive {
  border: 1px solid #c19511;
  color: #c19511;
  background: #fff;
}
.badge.brown {
  border: 1px solid #775645;
  color: #775645;
  background: #fff;
}
.badge.gray {
  border: 1px solid #c7c7c7;
  color: #fff;
  background: #c7c7c7;
}
.badge.adult {
  width: 20px;
  height: 20px;
  background: url("../../images/pc/common/ico-adult.png") no-repeat;
  background-size: contain;
  vertical-align:-3px !important; /* 180827 19금 뱃지 중간 맞춤 vertical-align 추가*/
}
/* popup */
.c-popup .holder {
  margin: 0 17px;
}
.c-popup .panel {
  background: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.c-popup .panel.purchase {
  width: 368px;
}
.c-popup .panel.purchase p {
  margin-top: 30px;
  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.purchase .tab {
  zoom: 1;
  border-top: 1px solid #d7d7d7;
  margin: 20px 0;
}
.c-popup .panel.purchase .tab:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.c-popup .panel.purchase .tab a {
  float: left;
  display: block;
  width: 50%;
  height: 38px;
  margin-top: -1px;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 38px;
  font-weight: 500;
  color: #a2a2a2;
  text-align: center;
  border-bottom: 1px solid #363636;
  box-sizing: border-box;
}
.c-popup .panel.purchase .tab a:first-child {
  border-right: 1px solid #363636;
}
.c-popup .panel.purchase .tab a.on {
  border-top: 1px solid #363636;
  border-bottom: 0;
  color: #363636;
}
.c-popup .panel.purchase .purchase-item {
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 21px;
}
.c-popup .panel.purchase .purchase-item label.check {
  font-size: 16px;
}
.c-popup .panel.purchase .purchase-item em {
  font-weight: 700;
  float: right;
}
.c-popup .panel.purchase > a {
  display: block;
  margin: 30px -20px 0;
  background: #252525;
  color: #ff35ad;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 50px;
  font-weight: 700;
  height: 50px;
}
.c-popup .panel.purchase-2 {
  padding-top: 30px;
  width: 368px;
}
.c-popup .panel.purchase-2 p {
  margin-top: 20px;
  text-align: center;
  color: #252525;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  margin-bottom: 15px;
}
.c-popup .panel.purchase-2 .purchase-item {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 21px;
}
.c-popup .panel.purchase-2 .purchase-item label.check {
  font-size: 16px;
}
.c-popup .panel.purchase-2 .purchase-item em {
  font-weight: 700;
  float: right;
}
.c-popup .panel.purchase-2 > a {
  display: block;
  margin: 30px -20px 0;
  background: #252525;
  color: #ff35ad;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 50px;
  font-weight: 700;
  height: 50px;
}
.c-popup .panel.charge {
  padding: 0;
  width: 390px;
}
.c-popup .panel.charge .top {
  padding: 40px 0;
  background: #f3f3f3;
  text-align: center;
}
.c-popup .panel.charge .top p {
  padding-top: 70px;
  background: url("../../images/pc/symbol/circle-purchase.png") top center no-repeat;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
.c-popup .panel.charge .content {
  padding: 20px 20px 30px;
}
.c-popup .panel.charge .content > p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
.c-popup .panel.charge .content .inner-wrap {
  padding: 10px 15px;
}
.c-popup .panel.charge .content .border-wrap {
  margin: 0 -15px;
  padding: 15px 13px;
  border: 2px solid #dfdfdf;
}
.c-popup .panel.charge .content .border-wrap p:first-child {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 700;
}
.c-popup .panel.charge .content .border-wrap p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #696969;
}
.c-popup .panel.charge .content .border-wrap .tbl {
  margin-top: 10px;
}
.c-popup .panel.charge .content .tbl {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.c-popup .panel.charge .content .tbl:first-child {
  margin-top: 0;
}
.c-popup .panel.charge .content .tbl > div {
  display: table-cell;
  vertical-align: middle;
}
.c-popup .panel.charge .content .tbl > div:nth-child(1) {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  width: 85px;
}
.c-popup .panel.charge .content .tbl > div:nth-child(1) label {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 8px;
}
.c-popup .panel.charge .content .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;
}
.c-popup .panel.charge .content .tbl > div:nth-child(3) {
  width: 70px;
  text-align: center;
}
.c-popup .panel.charge .content .tbl > div:nth-child(3) span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #a4a4a4;
  margin-top: 2px;
}
.c-popup .panel.charge .content .tbl > div:nth-child(3) span:after {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  right: auto;
  top: 3px;
  bottom: auto;
  width: 62px;
  height: 4px;
  background: url("../../images/pc/symbol/arrow-line-g.png");
}
.c-popup .panel.charge .content .tbl > div:nth-child(4) {
  width: 48px;
  text-align: right;
}
.c-popup .panel.charge .content .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;
}
.c-popup .panel.charge .content .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;
}
.c-popup .panel.charge .btn-purchase {
  display: block;
  margin: 20px 15px 0;
  background: #ff35ad;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  height: 42px;
  border-radius: 21px;
}
.c-popup .panel.charge-method {
  padding: 30px 20px;
  width: 390px;
}
.c-popup .panel.charge-method > p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-popup .panel.charge-method table {
  table-layout: fixed;
  width: 100%;
}
.c-popup .panel.charge-method td {
  border: 1px solid #f3f3f3;
  padding: 12px 0;
  text-align: center;
}
.c-popup .panel.charge-method 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;
}
.c-popup .panel.charge-method 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;
}
.c-popup .panel.charge-method td a.on {
  color: #ff35ad;
}
.c-popup .panel.charge-method td .card:after {
  background-image: url("../../images/pc/util/ico-card.png");
}
.c-popup .panel.charge-method td .card.on:after {
  background-image: url("../../images/pc/util/ico-card-on.png");
}
.c-popup .panel.charge-method td .kakao:after {
  background-image: url("../../images/pc/util/ico-kakao.png");
}
.c-popup .panel.charge-method td .kakao.on:after {
  background-image: url("../../images/pc/util/ico-kakao-on.png");
}
.c-popup .panel.charge-method td .payco:after {
  background-image: url("../../images/pc/util/ico-payco.png");
}
.c-popup .panel.charge-method td .payco.on:after {
  background-image: url("../../images/pc/util/ico-payco-on.png");
}
.c-popup .panel.charge-method td .phone:after {
  background-image: url("../../images/pc/util/ico-mobile.png");
}
.c-popup .panel.charge-method td .phone.on:after {
  background-image: url("../../images/pc/util/ico-mobile-on.png");
}
.c-popup .panel.charge-method td .account:after {
  background-image: url("../../images/pc/util/ico-account.png");
}
.c-popup .panel.charge-method td .account.on:after {
  background-image: url("../../images/pc/util/ico-account-on.png");
}
.c-popup .panel.charge-method td .gift:after {
  background-image: url("../../images/pc/util/ico-giftcard.png");
}
.c-popup .panel.charge-method td .gift.on:after {
  background-image: url("../../images/pc/util/ico-giftcard-on.png");
}
.c-popup .panel.charge-method td .global:after {
  background-image: url("../../images/pc/util/ico-global.png");
}
.c-popup .panel.charge-method td .global.on:after {
  background-image: url("../../images/pc/util/ico-global-on.png");
}
.c-popup .panel.charge-method td .etc:after {
  background-image: url("../../images/pc/util/ico-etc.png");
}
.c-popup .panel.charge-method td .etc.on:after {
  background-image: url("../../images/pc/util/ico-etc-on.png");
}
.c-popup .panel.charge-method select {
  margin-top: 15px;
  display: block;
  padding: 13px 15px;
  border: 1px solid #d7d7d7;
  color: #7d7d7d;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 1;
  width: 100%;
  background: url("../../images/pc/symbol/arrow-down.png") right 10px center no-repeat;
}
.c-popup .panel.charge-method .result {
  background: #fafafa;
  padding: 38px 0;
  zoom: 1;
  margin: 15px -17px 0;
}
.c-popup .panel.charge-method .result:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.c-popup .panel.charge-method .result > li {
  float: left;
}
.c-popup .panel.charge-method .result > div {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
}
.c-popup .panel.charge-method .result > div p:first-child {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
.c-popup .panel.charge-method .result > div p + p {
  margin-top: 5px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  color: #a4a4a4;
}
.c-popup .panel.charge-method .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;
}
.c-popup .panel.charge-method .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;
}
.c-popup .panel.charge-method .result > div:nth-of-type(2):after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: -10px;
  top: 50%;
  bottom: auto;
  width: 17px;
  height: 10px;
  margin-top: -5px;
  background: url("../../images/pc/util/ico-eq.png") no-repeat;
}
.c-popup .panel.charge-method .result > div:last-child em {
  color: #ff35ad;
}
.c-popup .panel.charge-method .btn-charge {
  display: block;
  margin-top: 20px;
  background: #ff35ad;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 42px;
  height: 42px;
  border-radius: 21px;
}
.c-popup .panel.next-update {
  padding: 50px 25px 80px;
  text-align: center;
  width: 368px;
}
.c-popup .panel.next-update p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
.c-popup .panel.next-update a {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 50px;
  text-align: left;
  width: 100%;
  height: 50px;
  color: #fff;
  background: #252525;
  padding-left: 25px;
  box-sizing: border-box;
}
.c-popup .panel.next-update a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 22px;
  top: 8px;
  bottom: auto;
  background: url("../../images/pc/symbol/pop-alarm.png");
  width: 34px;
  height: 34px;
  background-size: contain;
}
.c-popup .panel.next-update a.on:after {
  background-image: url("../../images/pc/symbol/pop-alarm-on.png");
}
.c-popup .panel.last-update {
  padding: 50px 0 30px;
  text-align: center;
  width: 390px;
}
.c-popup .panel.last-update p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-popup .panel.last-update 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;
  font-size: 14px;
  width: 160px;
  margin: 0 5px;
  background: #ff35ad;
  color: #fff;
}
.c-popup .panel.autoCharge1 {
  padding: 30px 20px;
  width: 390px;
}
.c-popup .panel.autoCharge1 p {
  margin-top: 10px;
  text-align: center;
  color: #252525;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.c-popup .panel.autoCharge1 a {
  display: block;
  width: 230px;
  margin: 0 auto;
  background: #ff35ad;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 44px;
  height: 42px;
  border-radius: 21px;
}
.c-popup .panel.autoCharge2 {
  padding: 30px 20px;
  width: 390px;
}
.c-popup .panel.autoCharge2 p {
  margin-top: 10px;
  text-align: center;
  color: #252525;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.c-popup .panel.autoCharge2 table {
  width: 100%;
  margin-top: 15px;
}
.c-popup .panel.autoCharge2 table th,
.c-popup .panel.autoCharge2 table td {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 15px 0;
}
.c-popup .panel.autoCharge2 table th {
  text-align: left;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
.c-popup .panel.autoCharge2 table td {
  text-align: right;
  color: #a4a4a4;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
.c-popup .panel.autoCharge2 table td em {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  margin-right: 5px;
}
.c-popup .panel.autoCharge2 table tr:first-child td {
  opacity: .6;
}
.c-popup .panel.autoCharge2 table tr:nth-child(2) th,
.c-popup .panel.autoCharge2 table tr:nth-child(2) td {
  border-bottom: 0;
  padding-bottom: 0;
}
.c-popup .panel.autoCharge2 table tr:nth-child(2) td > div:first-child {
  position: relative;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  text-align: center;
  margin-right: 15px;
}
.c-popup .panel.autoCharge2 table tr:nth-child(2) td > div:first-child: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");
}
.c-popup .panel.autoCharge2 table tr:nth-child(2) td div + div {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 700;
  color: #363636;
}
.c-popup .panel.autoCharge2 table tr:nth-child(2) td div + div .per {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  background: #ff35ad;
  color: #fff;
  padding: 0 8px;
  font-size: 0.8125rem;
  letter-spacing: -0.39px;
  line-height: 1.5;
  line-height: 20px;
  font-weight: 700;
  border-radius: 9px;
  margin-right: 3px;
}
.c-popup .panel.autoCharge2 table tr:nth-child(3) th,
.c-popup .panel.autoCharge2 table tr:nth-child(3) td {
  border-top: 0;
}
.c-popup .panel.autoCharge2 a {
  display: block;
  width: 230px;
  margin: 30px auto 0;
  background: #ff35ad;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 44px;
  height: 42px;
  border-radius: 21px;
}
.c-popup .panel.mileage {
  padding: 30px 20px;
  width: 410px;
}
.c-popup .panel.mileage p {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
.c-popup .panel.mileage table {
  width: 100%;
  margin-top: 30px;
}
.c-popup .panel.mileage table th,
.c-popup .panel.mileage table td {
  vertical-align: middle;
}
.c-popup .panel.mileage table th > div,
.c-popup .panel.mileage table td > div {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  padding: 15px 12px;
  box-sizing: border-box;
}
.c-popup .panel.mileage table th {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
}
.c-popup .panel.mileage table td {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
.c-popup .panel.mileage table td select {
  font-size: 16px;
  line-height: 1;
  width: 100%;
}
.c-popup .panel.mileage table tr:nth-child(1) th div {
  border-top-left-radius: 10px;
  border-bottom: 0;
  border-right: 0;
}
.c-popup .panel.mileage table tr:nth-child(1) td div {
  border-top-right-radius: 10px;
  border-bottom: 0;
}
.c-popup .panel.mileage table tr:nth-child(2) th div {
  border-bottom-left-radius: 10px;
  border-right: 0;
}
.c-popup .panel.mileage table tr:nth-child(2) td div {
  border-bottom-right-radius: 10px;
}
.c-popup .panel.mileage .enum {
  margin-top: 15px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.7;
}
.c-popup .panel.mileage a {
  display: block;
  width: 230px;
  margin: 20px auto 0;
  background: #ff35ad;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 44px;
  height: 44px;
  border-radius: 22px;
}
.c-popup .panel.photo {
  padding: 35px 15px;
}
.c-popup .panel.photo p {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
}
.c-popup .panel.photo a {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  height: 42px;
  border-radius: 21px;
  font-size: 16px;
  line-height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 170px;
  margin: 10px auto 0;
  background: #ff35ad;
  color: #fff;
}
.c-popup .panel.photo a:first-of-type {
  margin-top: 20px;
}
.c-popup .panel.photo-preview {
  padding: 35px 15px;
  text-align: center;
}
.c-popup .panel.photo-preview .img {
  width: 145px;
  height: 145px;
  background-size: cover;
  margin: auto;
}
.c-popup .panel.photo-preview .btn-wrap {
  margin-top: 25px;
}
.c-popup .panel.photo-preview .btn-wrap a {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  height: 42px;
  border-radius: 21px;
  font-size: 16px;
  line-height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  width: 120px;
  margin: 0 5px;
  background: #ff35ad;
  color: #fff;
}
.c-popup .panel.photo-preview .btn-wrap a:first-of-type {
  background: #363636;
}
.c-popup .panel.msg {
  padding: 40px 15px 20px;
  text-align: center;
  width: 390px;
}
.c-popup .panel.msg p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
.c-popup .panel.msg a {
  margin-top: 17px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  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;
  width: 118px;
  background: #696969;
  color: #fff;
}
.c-popup .panel.msg2 {
  padding: 40px 0 0;
  text-align: center;
  width: 390px;
}
.c-popup .panel.msg2 > p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  color: #252525;
}
.c-popup .panel.msg2 > a {
  margin-top: 17px;
  font-size: 1rem;
  letter-spacing: -0.48px;
  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;
  width: 156px;
  background: #363636;
  color: #fff;
}
.c-popup .panel.msg2 > a + a {
  margin-top: 17px;
  margin-left: 10px;
  background: none;
  border: 1px solid #363636;
  color: #363636;
}
.c-popup .panel.msg2 .leave {
  margin: 30px 0 0;
  text-align: left;
  color: #fff;
}
.c-popup .panel.msg2 .leave .btn-desc {
  display: block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  background: #252525;
  line-height: 42px;
  padding: 0 15px;
  box-sizing: border-box;
}
.c-popup .panel.msg2 .leave .btn-desc:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  bottom: auto;
  margin-top: -5px;
  width: 16px;
  height: 9px;
  background: url("../../images/pc/common/arrow-down-w.png") no-repeat;
  background-size: contain;
}
.c-popup .panel.msg2 .leave .desc {
  display: none;
  background: #dfdfdf;
  padding: 15px;
  color: #363636;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 700;
}
.c-popup .panel.msg2 .leave .desc li {
  margin-top: 5px;
  padding-left: 8px;
  text-indent: -12px;
}
.c-popup .panel.msg2 .leave .desc li p {
  font-weight: 400;
  text-indent: 0;
}
.c-popup .panel.msg2 .leave .desc a {
  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;
  margin: 15px auto 5px;
  display: block;
  width: 150px;
  background: #fff;
  border: 1px solid #363636;
  color: #363636;
}
.c-popup .panel.msg2 .leave.on .btn-desc:after {
  background-image: url("../../images/pc/common/arrow-up-w.png");
}
.c-popup .panel.msg2 .leave.on .desc {
  display: block;
}
.c-popup .panel.msg2 .leave + a {
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  bottom: -50px;
  margin-left: -80px;
  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: 14px;
  width: 160px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid #fff;
}
.c-popup .panel.msg2 .leave.on + a {
  display: none;
}
.c-popup .panel.payment-noti {
  padding: 30px;
  width: 800px;
}
.c-popup .panel.payment-noti p:first-child {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c-popup .panel.payment-noti p + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1.8;
  margin-top: 20px;
}
.c-popup .panel.payment-noti span {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.c-popup .panel.proposal {
  padding: 50px 0 60px;
  width: 360px;
  text-align: center;
}
.c-popup .panel.proposal h3 {
  font-size: 1.375rem;
  letter-spacing: -0.6599999999999999px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
.c-popup .panel.proposal h3 + p {
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  margin-top: 15px;
}
.c-popup .panel.proposal p.email {
  margin: 15px 0 10px;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  color: #ff35ad;
  text-decoration: underline;
}
.c-popup .panel.proposal p.email + p {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  color: #747474;
}
.c-popup .panel.proposal a {
  margin-top: 20px;
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  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;
  width: 200px;
  background: #363636;
  color: #fff;
}
.c-popup .panel.profile {
  padding: 30px 0;
  width: 400px;
}
.c-popup .panel.profile .cont {
  display: table;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
.c-popup .panel.profile .cont > div {
  display: table-cell;
  vertical-align: middle;
}
.c-popup .panel.profile .cont .img {
  width: 100px;
  position: relative;
}
.c-popup .panel.profile .cont .img span {
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.c-popup .panel.profile .cont .img a.photo {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: url("../../images/pc/symbol/camera.png") no-repeat;
}
.c-popup .panel.profile .cont .account {
  padding-left: 18px;
}
.c-popup .panel.profile .cont .account p:first-child {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
}
.c-popup .panel.profile .cont .account p:first-child input {
  font-size: 0.9375rem;
  letter-spacing: -0.44999999999999996px;
  line-height: 1.5;
  line-height: 1;
  height: 28px;
  border-bottom: 1px solid #929292;
  padding: 0;
  width: 140px;
  margin-top: -8px;
  background: #fff;
}
.c-popup .panel.profile .cont .account p:first-child .btn-remove {
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  left: auto;
  right: -25px;
  top: -4px;
  bottom: auto;
  width: 22px;
  height: 22px;
  background: url("../../images/pc/symbol/profile-remove.png") no-repeat;
}
.c-popup .panel.profile .cont .account p + p {
  height: 19px;
  font-size: 0.75rem;
  letter-spacing: -0.36px;
  line-height: 1.5;
  line-height: 21px;
  margin-top: 10px;
}
.c-popup .panel.profile .cont .account p + p.ico {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 20px;
  font-weight: 500;
  padding-left: 25px;
  background: left center no-repeat;
  background-size: 18px 18px;
}
.c-popup .panel.profile .cont .account p + p.ico.n {
  background-image: url("../../images/pc/common/profile-n.png");
}
.c-popup .panel.profile .cont .account p + p.ico.f {
  background-image: url("../../images/pc/common/profile-f.png");
}
.c-popup .panel.profile .cont .account p + p.ico.g {
  background-image: url("../../images/pc/common/profile-g.png");
}
.c-popup .panel.profile .cont .account p + p.ico.k {
  background-image: url("../../images/pc/common/profile-k.png");
}
.c-popup .panel.profile .cont .account p + p.ico.b {
  padding-left: 0px !important;
}
.c-popup .panel.profile > p {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.c-popup .panel.profile > 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;
  display: block;
  width: 140px;
  margin: 20px auto 0;
  color: #fff;
  background: #ff35ad;
}
.c-popup .panel.leave-mileage {
  padding: 30px;
  width: 400px;
}
.c-popup .panel.leave-mileage > p {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.c-popup .panel.leave-mileage li {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-popup .panel.leave-mileage li p {
  font-weight: 400;
}
.c-popup .panel.secret-pwd {
  padding: 50px 30px 30px;
  width: 390px;
  text-align: center;
}
.c-popup .panel.secret-pwd p {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  line-height: 1.4;
  font-weight: 500;
}
.c-popup .panel.secret-pwd input {
  margin: 20px 0;
  background: none;
  border: 1px solid #b7b7b7;
}
.c-popup .panel.secret-pwd .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;
  background: #696969;
  color: #fff;
  width: 120px;
}
.c-popup .panel.adult1 {
  padding: 50px 15px;
  width: 390px;
}
.c-popup .panel.adult1 p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  padding-top: 70px;
  background: url("../../images/pc/common/ico-em.png") center top no-repeat;
}
.c-popup .panel.adult2 {
  padding: 0;
  min-height: 380px;
  width: 360px;
}
.c-popup .panel.adult2 img {
  display: block;
  width: 100%; /* max-width 수정 */
}
.c-popup .panel.adult2 .label-box {
  text-align: center;
  padding: 12px 0;
  background: #252525;
}
.c-popup .panel.adult2 .label-box label {
  padding-left: 35px;
  font-size: 14px;
  color: #fff;
}
.c-popup .panel.sns {
  padding: 50px 0;
  width: 390px;
  text-align: center;
}
.c-popup .panel.sns .img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 136px;
  border-radius: 50%;
  overflow: hidden;
}
.c-popup .panel.sns .img > span {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.c-popup .panel.sns .img + p {
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
}
.c-popup .panel.sns .img + p + p {
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
  color: #7f7f7f;
}
.c-popup .panel.sns .share {
  margin-top: 20px;
}
.c-popup .panel.sns .share a {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 54px;
  margin: 0 10px;
}
.c-popup .panel.sns .share a.fb {
  background-image: url("../../images/pc/symbol/sns-fb.png");
}
.c-popup .panel.sns .share a.tw {
  background-image: url("../../images/pc/symbol/sns-tw.png");
}
.c-popup .panel.sns .share a.ka {
  background-image: url("../../images/pc/symbol/sns-ka.png");
}
.c-popup .panel.sns .share a.url {
  background-image: url("../../images/pc/symbol/sns-url.png");
}
.c-popup .panel.order-complete {
  padding: 40px 0;
  width: 390px;
  text-align: center;
}
.c-popup .panel.order-complete h2 {
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  line-height: 1;
  font-weight: 700;
}
.c-popup .panel.order-complete h3 {
  margin: 35px 0;
  padding-top: 45px;
  font-size: 1.25rem;
  letter-spacing: -0.6px;
  line-height: 1.5;
  background: url("../../images/pc/symbol/complete-check.png") center top no-repeat;
}
.c-popup .panel.order-complete dl {
  zoom: 1;
  text-align: left;
}
.c-popup .panel.order-complete dl:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.c-popup .panel.order-complete dl > li {
  float: left;
}
.c-popup .panel.order-complete dl dt,
.c-popup .panel.order-complete dl dd {
  float: left;
  border-top: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.c-popup .panel.order-complete dl dt:last-of-type,
.c-popup .panel.order-complete dl dd:last-of-type {
  border-bottom: 1px solid #d7d7d7;
}
.c-popup .panel.order-complete dl dt:first-of-type,
.c-popup .panel.order-complete dl dd:first-of-type {
  font-weight: 700;
}
.c-popup .panel.order-complete dl dt {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 50px;
  font-weight: 500;
  padding-left: 40px;
  width: 40%;
}
.c-popup .panel.order-complete dl dd {
  font-size: 0.875rem;
  letter-spacing: -0.42px;
  line-height: 1.5;
  line-height: 50px;
  width: 60%;
}
.c-popup .panel.order-complete 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;
  margin-top: 30px;
  width: 180px;
  background: #363636;
  color: #fff;
}
/* 181025 최근 검색어 말줄임표 스타일 개선 START */
header .gnb .util .pop-search .tab-content.tab-recent li a p {
  display:inline-block;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  word-wrap: normal !important;
  width:225px;
  position:relative;
}
/* 181025 최근 검색어 말줄임표 스타일 개선 END */

/* 181130 선물함 팝업창 START */
.panel.rental .off {
  display:none !important;
}
.c-popup .panel.rental {
  /* margin-top:-25vh; */
}
.c-popup .panel.rental small {
  font-size:0.9rem;
  display:block;
  font-weight:400;
  color:#838383;
  height:238px;
  line-height:200px;
}
.c-popup .panel.rental ul.gift-tab {
  margin-bottom:15px;
}
.c-popup .panel.rental ul.gift-tab li.gift-btn {
  width:50%;
  padding:0.9rem 0;
  text-align:center;
  color:#363636;
  font-size: 1rem;
  float:left;
  border-bottom:1px solid #ccc;
  cursor: pointer;
  font-weight:500;
}
.c-popup .panel.rental p {
  margin-bottom:0px;
}
.c-popup .panel.rental ul.gift-tab li.gift-btn.on {
  color:#ff34b2;
  font-weight:600;
  border-bottom:1px solid #ff34b2;
}
.c-popup .panel.rental .gift-content {
  display:none;
  box-sizing:border-box;
}
.c-popup .panel.rental {
  padding: 23px 20px 0px 20px;
  width: 390px;
  text-align:center;
}
.c-popup .panel.rental .a-title{
  font-weight:600;
  letter-spacing:-2px;
  font-size:1.2rem;
}
.c-popup .panel.rental .gift-tab1 p {
  text-align: left;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin:15px 0;
  border:1px solid #dfdfdf;
  background: url("../../images/pc/common/rental_icon.png") 290px center no-repeat;
  height: 100px;
  box-sizing: border-box;
}
.c-popup .panel.rental .gift-tab2 p {
  text-align: left;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  margin:15px 0;
  border:1px solid #dfdfdf;
  background: url("../../images/pc/common/gift_icon.png") 290px center no-repeat;
  height: 100px;
  box-sizing: border-box;
}
.c-popup .panel.rental p a {
  display:block;
  padding:1.4rem 1.7rem;
}
.c-popup .panel.rental p b{
  display:block;
  font-size:1.2rem;
  font-weight:500;
}
.c-popup .panel.rental p .a-txt {
  color:#838383;
  font-size:0.9rem;
  font-weight:400;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  width:210px;
}
.c-popup .panel.rental p b span{
  font-size: 1.4rem;
  font-weight:bold;
}
.c-magenta{
  color:#ff35ad;
}
.c-popup .close {
  width:30px !important;
  height:30px !important;
}
.c-popup .close img {
  display:inline-block !important;
  width:auto !important;
  height:auto !important;
}

/* 181130 선물함 팝업창 END */

/* 181130 alert 레이어 팝업 START */
.popup-alert {
	position:fixed;
	bottom:40px;
	left:50%;
	z-index:3;
	transform: translateX(-50%);
}
.viewAlert {
	bottom:80px;
}
.popup-alert p{
	color:#fff;
	font-size:16px;
	background:rgba(0 ,0, 0, 0.7);
	padding:15px 65px;
	border-radius:30px;
}
/* 181130 alert 레이어 팝업 END */

/* 180910 PC 탭 대여 소장 팝업 START */
.c-popup .panel.purchase1 {
	margin-top:-13vh;
}
.c-popup .panel.purchase ul.buy-tab {
	margin-bottom:15px;
}
.c-popup .panel.purchase ul.buy-tab li.buy-btn {
	width:50%;
	padding:0.9rem 0;
	text-align:center;
	color:#363636;
	font-size: 0.875rem;
	float:left;
	border-bottom:1px solid #ccc;
	cursor: pointer;
}
.c-popup .panel.purchase p {
	margin-bottom:0px;
}
.c-popup .panel.purchase ul.buy-tab li.buy-btn.on {
	color:#ff34b2;
	font-weight:600;
	border-bottom:1px solid #ff34b2;
}
.c-popup .panel.purchase .buy-content {
	display:none;
}

/* 180910 PC 탭 대여 소장 팝업 END */

/* 180910 PC 회차리스트 썸네일 뱃지 추가  START */
.view-list .content .kv {
  position:relative;
}
.view-list .content .kv div.bg-group {
  position:absolute;
  right: 20px;
  bottom: 15px;
  width:auto;
  height:auto;
}
.view-list .content .kv div.bg-group b.complet {
  font-weight:400;
  font-size: 10px;
  width: 26px;
  height: 26px;
  letter-spacing: 0.2px;
  line-height: 26px;
  background: rgba(0, 0, 0, 1);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display:inline-block;
}
.view-list .content .kv div.bg-group b.adult {
  display:inline-block;
  width: 26px;
  vertical-align:-9px;
  height: 26px;
  background: url("../../images/pc/common/adult_m.png") no-repeat;
  background-size:contain;
}

/* 180910 PC 회차리스트 썸네일 뱃지 추가  END */

/* 180919 대여권받기 팝업 START */
.c-popup .panel.rental2 {
  padding: 50px 15px 30px 15px;
  width: 390px;
  text-align:center;
}
.c-popup .panel.rental2 p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  padding-top: 64px;
  background: url("../../images/pc/common/rental_icon2.png") center top no-repeat;
}
.c-popup .panel.rental2 .btn-gray {
  display:inline-block;
  padding:10px 50px;
  background-color:#696969;
  color:#fff;
  font-size:1rem;
  border-radius:20px;
  margin-top:20px;
}
/* 180919 대여권받기 팝업 END */

/* 180919 대여 & 소장 탭 스타일 수정  START*/
article.view-list .content .list .tab + .tab-container .list-tab1 .controls,
article.view-list .content .list .tab + .tab-container .list-tab2 .controls {
  border-top:1px solid #fff;
}
/* 180919 대여 & 소장 탭 스타일 수정  END*/

/* 180919 대여권사용완료  START */
.c-popup .panel.rentalUse {
  padding: 50px 15px 30px 15px;
  width: 390px;
  text-align:center;
}
.c-popup .panel.rentalUse p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  padding-top: 64px;
  background: url("../../images/pc/common/ico-em.png") center top no-repeat;
}
.c-popup .panel.rentalUse .btn-gray {
  display:inline-block;
  padding:10px 50px;
  background-color:#696969;
  color:#fff;
  font-size:1rem;
  border-radius:20px;
  margin-top:20px;
}
/* 180919 대여권사용완료 팝업 END */

/* 181203 내정보 new-badge 추가 START */
.new_badge {
  width: 9px;
  height: 9px;
  background: url("../../images/mobile/common/my_new.png")0 0 no-repeat ;
  background-size:contain;
  display: inline-block;
  margin-left:0px;
  vertical-align:3px;
}
/* 181203 내정보 new-badge 추가 END */

/* 181211 몰아보기 팝업 START */
.c-popup .panel.allview {
  text-align: center;
  width: 390px;
  padding:0;
}
.c-popup .panel.allview .close{
  display:none;
}
.c-popup .panel.allview .texts {
  padding:50px 0 42px 0;
}
.c-popup .panel.allview .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.allview .texts p {
  font-size: 16px;
  letter-spacing: -0.42px;
  line-height: 1.3;
  color: #252525;
}
.c-popup .panel.allview .texts p span {
  color:#ff36ac;
}
.c-popup .panel.allview .btns {
  border-top:1px solid #b7b7b7;
}
.c-popup .panel.allview .btns > a {
  font-size: 1rem;
  letter-spacing: -0.48px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  font-size: 15px;
  line-height: 43px;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  color: #363636;
  font-weight:500;
}
.c-popup .panel.allview .btns > a + a {
  background: none;
  color: #363636;
  border-left:1px solid #b7b7b7;
}
/* 181211 몰아보기 팝업 END */
/*-- 190304~07_팝업_시작_L --*/
/*-- full 버전 --*/
body {position: relative}
#popupBg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
}
#popupBg .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	max-width: 360px;
	max-height: 609px;
	margin-left: -181px;
	margin-top: -304.5px;
}
#popupBg .popup .popInner {
	position: relative;
	padding-top: 50px;
}
#popupBg .popup a.close {
	position: absolute;
	top: -50px;
	right: 0;
	display: block;
	width: 38px;
	height: 37px;
}
#popupBg .popup a.close img {width: 100%;}
#popupBg .popup .imgWrap {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}
#popupBg .popup a.move {
	display: block;
	max-width: 360px;
	text-align: center;
}
#popupBg .popup a.move img {
	height: auto;
	text-align: center;
	vertical-align: middle;
}
#popupBg #popupFull.popup a.move img {
	max-width: 360px;
	max-height: 520px;
	border-radius: 22px;
}
#popupBg .popup .checkWrap {
	height: 25px;
	margin-top: 14px;
	vertical-align: middle;
	text-align: left;
}
#popupBg .popup input[class="popCb"] + label {
	position: relative;
	display: inline-block;
	height: 25px;
	padding-left: 32px;
	cursor: pointer;
	vertical-align: middle;
}
#popupBg .popup input[class="popCb"] + label:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('../../images/pc/main/img_pc_checkOff_small.png?1') no-repeat 0 0;
	background-size: 100%;
	cursor: pointer;
	vertical-align: middle;
}
#popupBg .popup input[class="popCb"]:checked + label:after {
	width: 23px;
	height: 23px;
	background: url('../../images/pc/main/img_pc_checkOn_small.png?1') no-repeat 0 0;
	background-size: 100%;
	vertical-align: middle;
}
#popupBg .popup input[class="popCb"] {display: none;}
#popupBg .popup .checkWrap .txt {
	display: inline-block;
	height: 25px;
	line-height: 1;
	padding-top: 3px;
	vertical-align: middle;
	font-family: 'notokr';
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}
/*-- admin 버전 --*/
#popupBg #popupAdmin a.move {
	background: #fff;
	border-radius: 21px;
}
#popupBg #popupAdmin.popup a.move img {
	width: 100%;
	max-width: 360px;
	max-height: 275px;
	border-radius: 21px 21px 0 0;
}
#popupBg #popupAdmin .innerTop {
	position: relative;
	top: -2px;
	width: 100%;
}
#popupBg .txtWrap {
	display: table;
	width: 100%;
	height: 177px;
	background: #fff;
	margin-top: -1px;
	border-bottom: 1px solid #efefef;
}
#popupBg .txtWrap .inner {
	display: table-cell;
	vertical-align: middle;
}
#popupBg .txtWrap li {
	font-family: 'notokr';
	font-weight: 400;
	text-align: center;
}
#popupBg .txtWrap .tit li {
	line-height: 1;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 24px;
}
#popupBg .txtWrap .tit li:last-child {margin-bottom: 0;}
#popupBg .txtWrap .tit li:nth-child(1){color: #1c1c1a;}
#popupBg .txtWrap .tit li:nth-child(2){color: #b92c43;}
#popupBg .txtWrap .txt {margin-top: 18px;}
#popupBg .txtWrap .txt li {
	font-size: 16px;
	color: #575757;
}
#popupBg .imgWrap .bottom {
	display: table;
	width: 100%;
	height: 63px;
	background: #fff;
	border-radius: 0 0 21px 21px;
	font-family: 'notokr';
	font-weight: 500;
	font-size: 17px;
	color: #000;
	text-align: center;
}
#popupBg .imgWrap .bottom .inner {
	display: table-cell;
	vertical-align: middle;
}
/*-- 190304~07_팝업_끝_L --*/