/* Minification failed. Returning unminified contents.
(4019,21): run-time error CSS1036: Expected expression, found '''
(4019,282): run-time error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(4023,21): run-time error CSS1036: Expected expression, found '''
(4023,282): run-time error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(4027,21): run-time error CSS1036: Expected expression, found '''
(4027,282): run-time error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(4031,21): run-time error CSS1036: Expected expression, found '''
(4031,282): run-time error CSS1002: Unterminated string: '%2F%3E%3C%2Fsvg%3E);
(4315,21): run-time error CSS1036: Expected expression, found '''
(4315,1472): run-time error CSS1002: Unterminated string: '%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
(4321,21): run-time error CSS1036: Expected expression, found '''
(4321,1469): run-time error CSS1002: Unterminated string: '%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 */
@charset "UTF-8";

/* 폰트 스타일 */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url(/font/noto-sans-kr-regular.eot); /* IE9 Compat Modes */
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"),
    url(/font/noto-sans-kr-regular.eot?#iefix) format("embedded-opentype"),
    /* IE6-IE8 */ url(/font/noto-sans-kr-regular.woff2) format("woff2"),
    /* Super Modern Browsers */ url(/font/noto-sans-kr-regular.woff)
      format("woff"); /* Modern Browsers */
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url(/font/noto-sans-kr-bold.eot); /* IE9 Compat Modes */
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"),
    url(/font/noto-sans-kr-bold.eot?#iefix) format("embedded-opentype"),
    /* IE6-IE8 */ url(/font/noto-sans-kr-bold.woff2) format("woff2"),
    /* Super Modern Browsers */ url(/font/noto-sans-kr-bold.woff)
      format("woff"); /* Modern Browsers */
}

/* 스타일초기화 */
body,
html {
  height: 100%;
  background-color: #1b1b1b;
  box-sizing: border-box;
  scrollbar-face-color: #a5a5a5;
  scrollbar-track-color: #1b1b1b;
  scrollbar-arrow-color: #a5a5a5;
  scrollbar-3dlight-color: none;
  scrollbar-shadow-color: #a5a5a5;
  scrollbar-darkshadow-color: none;
  scrollbar-color: #a5a5a5 #1b1b1b;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #a5a5a5;
}
* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}
body {
  font-family: "NotoSans", sans-serif;
  width: 100%;
}
a {
  text-decoration: none;
  font-weight: 400;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}

/*table 기본설정*/
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
img,
abbr,
acronym,
img,
fieldset,
iframe {
  border: 0 none;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd,
ul,
ol,
ul,
pre {
  margin: 0;
  padding: 0;
  list-style: none;
}

caption,
legend {
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  text-indent: -999em;
}

img {
  vertical-align: middle;
}
em,
p,
span {
  font-style: normal;
}

input,
button,
select {
  font-family: "NotoSans", sans-serif;
}

@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body {
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 100%;
  background-color: #1b1b1b;
}

/* hidden */
.a11y-hidden {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
}

/* 해상도 */
.wrap {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}

/* 접근성 바로가기 메뉴 */
.skipNavigation a {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.skipNavigation a:focus,
.skipNavigation a:active {
  width: 200px;
  height: 34px;
  background: #1351f9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
}

/* header */
.header {
  background-color: #1b1b1b;
  width: 100%;
  min-width: 1240px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.header.hd-wavveon h2 {
  font-weight: 400;
  float: left;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}
.header.hd-wavveon .header-gnb h1 {
  margin-right: 48px;
}
.header-nav {
  border-bottom: 1px solid #2f2f2f;
  height: 34px;
}
.pz-top-info {
  display: inline-block;
  float: left;
  height: 34px;
  line-height: 34px;
  font-weight: 400;
  font-size: 12px;
  color: #a5a5a5;
}
.header-nav ul.nav {
  float: right;
}
.header-nav ul.nav li {
  position: relative;
  float: left;
  padding-right: 2px;
}
.header-nav ul.nav li:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #2f2f2f;
}
.header-nav ul.nav li:last-child:after {
  background-color: transparent;
}
.header-nav ul.nav li.li-none {
  padding-right: 0;
  background: none;
}
.header-nav ul.nav li > a {
  font-size: 12px;
  color: #a5a5a5;
  padding: 0 11px;
  display: block;
  height: 34px;
  line-height: 34px;
}
.header-nav ul.nav li > a.a-none {
  padding-right: 0;
}
.header-nav ul.nav li.over-parent-1depth {
  position: relative;
}
.header-nav ul.nav li > a.arrow {
  background: url(/images/common/arrow-header-gray.png) no-repeat top 10px
    right 0;
  padding-right: 15px;
  margin-right: 6px;
}
.header-nav ul.nav li > a.arrow:hover,
.header-nav ul.nav li > a.arrow.on {
  background: url(/images/common/arrow-header-black-up.png) no-repeat top 10px
    right 0;
}
.header-nav dl.header-over-1depth {
  position: absolute;
  top: 33px;
  left: -44px;
  width: 158px;
  border: 1px solid #666;
  background: #1b1b1b;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.5em);
  z-index: 1100;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}
.header-nav dl.header-over-1depth .alarm-count {
  color: #ff27a3;
}
.header-nav ul.nav li.over-parent-1depth:hover dl.header-over-1depth,
.header-nav dl.header-over-1depth.on {
  visibility: visible;
  opacity: 1;
  z-index: 1200;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-nav dl.header-over-1depth dt {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 16px auto 8px;
  overflow: hidden;
}
.header-nav dl.header-over-1depth dt img {
  width: 100%;
  min-height: 100%;
}
.header-nav dl.header-over-1depth dd {
  cursor: pointer;
  display: block;
  color: #666;
  width: 156px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.header-nav dl.header-over-1depth dd:hover {
  background: #2f2f2f;
}
.header-nav dl.header-over-1depth dd > a {
  display: block;
  color: #a5a5a5;
}
.header-nav dl.header-over-1depth dd > a:hover {
  color: #fff;
}
.header-nav dl.header-over-1depth > a.change {
  display: inline-block;
  padding-right: 14px;
  color: #a5a5a5;
  font-size: 12px;
  background: url(/images/common/arrow-header-user.png) no-repeat center right
    0;
}
.header-nav dl.header-over-1depth dd > button {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #a5a5a5;
}
.header-nav dl.header-over-1depth dd > button:hover {
  color: #fff;
}
.header-nav dl.header-over-1depth dd.name {
  display: -webkit-box;
  width: 136px;
  margin: 0 auto 8px;
  height: auto;
  max-height: 36px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.39;
  color: #fff;
  cursor: text;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}
.header-nav dl.header-over-1depth dd.name:hover {
  background: none;
}
.header-nav dl.header-over-1depth dd.mywavve {
  margin: 15px 0 0;
}
.header-nav dl.header-over-2depth {
  display: none;
}
.header-gnb {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  font-size: 0;
}
.header-gnb h1 {
  display: inline-block;
  margin-right: 70px;
  padding: 61px 0 27px;
  vertical-align: middle;
}

.header-gnb h1 a {
  display: block;
}

.header-gnb h1 img {
  display: block;
  vertical-align: middle;
}
.header-gnb ul.gnb-left {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.header-gnb ul.gnb-left li {
  display: inline-block;
  margin-right: 20px;
}
.header-gnb ul.gnb-left li:first-child {
  margin-left: 0;
}
.header-gnb ul.gnb-left li a {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 75px;
  color: #a5a5a5;
}
.header-gnb ul.gnb-left li a:hover,
.header-gnb ul.gnb-left li a.on {
  color: #fff;
}
.header-gnb ul.gnb-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 0;
}
.header-gnb ul.gnb-right > li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}
.header-gnb ul.gnb-right > li:last-child {
  margin-right: 0;
}
.header-gnb ul.gnb-right > li > button {
  font-size: 18px;
  color: #a5a5a5;
}

/* vod header */
.vod-header {
  width: 100%;
  background: rgba(133, 133, 133, 0.8);
  height: 50px;
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 900;
}
.vod-header ul.vod-menu {
  height: 50px;
  margin-left: 209px;
  line-height: 50px;
}
.vod-header ul.vod-menu li {
  float: left;
  margin-right: 60px;
}
.vod-header ul.vod-menu li:last-child {
  margin-right: 0;
}
.vod-header ul.vod-menu li a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  opacity: 0.6;
}
.vod-header ul.vod-menu li a.on {
  font-weight: 700;
  opacity: 1;
}

/* footer */
.footer {
  background-color: #1b1b1b;
  width: 100%;
  border-top: solid 1px #2f2f2f;
  min-width: 1240px;
}
.footer-notice {
  width: 100%;
  border-bottom: solid 1px #2f2f2f;
}
.footer-notice ul {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 50px;
  z-index: 1000;
}
.footer-notice ul li {
  margin-right: 22.5px;
  float: left;
  vertical-align: middle;
}
.footer-notice ul li a.text01 {
  font-size: 18px;
  color: #a5a5a5;
  font-weight: 700;
}
.footer-notice ul li a.text02 {
  font-size: 16px;
  color: #a5a5a5;
}
.footer-notice .footer-arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #2f2f2f;
  border-left: solid 1px #2f2f2f;
  height: 50px;
}
.footer-notice .footer-arrow-left {
  position: absolute;
  top: 0;
  right: 54px;
  border-left: solid 1px #2f2f2f;
  height: 50px;
}
.footer-notice .footer-arrow-right:hover img,
.footer-notice .footer-arrow-left:hover img {
  opacity: 0.3;
}
.footer-menu {
  width: 1240px;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}
.footer-menu ul {
  margin: 28px 0 0;
  overflow: hidden;
}
.footer-menu ul li {
  float: left;
  margin-right: 24px;
}
.footer-menu ul li a {
  color: #5e5e5e;
  font-weight: 700;
  font-size: 14px;
}
.footer-menu ul li:nth-child(4) a {
  color: #a5a5a5;
}
.footer-menu ul li a:hover {
  color: #1351f9;
}
.footer-menu p {
  color: #5e5e5e;
  font-size: 12px;
  margin: 12px 0 20px;
  display: block;
  line-height: 1.67;
}
.footer-menu p span {
  display: inline-block;
  border-right: solid 1px #5e5e5e;
  padding-right: 6px;
  margin-left: 6px;
  line-height: 11px;
}
.footer-menu p span.first {
  margin-left: 0;
}
.footer-menu p span.last {
  border: 0;
  padding: 0;
}
.footer-menu em {
  color: #5e5e5e;
  font-size: 12px;
}
.footer-menu .wavve-zone {
  width: 400px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 28px;
}
.footer-menu .wavve-zone table {
  width: 100%;
}
.footer-menu .wavve-zone table td:nth-child(3) {
  padding-left: 13px;
}
.footer-menu .wavve-zone table td:nth-child(4) {
  padding-left: 6px;
}
.footer-menu .wavve-zone select {
  height: 38px;
  width: 225px;
  padding-left: 13px;
  margin-left: 1px;
  border-left: 0;
  color: #a5a5a5;
  border: 1px solid #252525;
  background-color: #252525;
}
.wavveon-footer-logo {
  width: 94px;
  height: 38px;
  background-color: #252525;
  font-size: 0;
  line-height: 38px;
  text-align: center;
}
.footer-company dl {
  overflow: hidden;
  margin: 60px 0 50px;
}
.footer-company dl dt {
  float: left;
}
.footer-company dl dd {
  float: left;
  margin-left: 20px;
}
.footer-company dl dd p {
  color: #666;
  font-size: 14px;
}
.footer-company dl dd span {
  margin: 5px 0 0;
  font-size: 12px;
  color: #888;
}

/* 1440 이상 배너 */
.background-color {
  width: auto;
  min-width: 1240px;
}

/* go top */
.go-top {
  position: fixed;
  right: 16px;
  bottom: 5px;
  z-index: 1200;
}
.go-top img {
  width: 72px;
  height: 71px;
  float: right;
  margin: 0 3px 3px 0;
}
@media screen and (max-width: 1240px) {
  .go-top {
    margin-right: 0;
    right: 0;
  }
}

/* popup */
.popup-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}
.p-back-07 {
  background: rgba(0, 0, 0, 0.7);
}
.popup-back .popup {
  position: absolute;
  z-index: 2200;
  left: 50%;
  top: 50%;
  border-radius: 8px;
}
.popup-back .main-notice-popup {
  width: 508px;
  height: 633px;
  margin: -316px 0 0 -254px;
  color: #fff;
}
.popup-back .main-notice-popup .swiper-slide {
  margin-left: 44px;
  width: 420px;
  height: 600px;
  overflow: hidden;
}
.popup-back .main-notice-popup .swiper-slide .popup-component01-list {
  float: left;
}
.popup-back .main-notice-popup .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: url(/images/common/arrow-50-left-w.png) no-repeat;
  left: 0;
  top: 278px;
  background-size: 100%;
}
.popup-back .main-notice-popup .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url(/images/common/arrow-50-right-w.png) no-repeat;
  right: 0;
  top: 278px;
  background-size: 100%;
}
.popup-back .main-notice-popup .popup-button-close {
  right: 0 !important;
}
.popup-back .main-notice-popup .swiper-button-prev:hover,
.popup-back .main-notice-popup .swiper-button-next:hover,
.popup-back .main-notice-popup .swiper-button-close:hover {
  opacity: 0.4;
}
.popup-back .main-notice-popup .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.popup-back .main-notice-popup .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.popup-back .main-notice-popup .swiper-pagination span {
  margin: 0 2px;
}
.popup-back .main-notice-popup .popup-checkbox {
  width: 420px;
  margin: 10px auto 0;
  position: relative;
}
.popup-back .main-notice-popup .popup-checkbox label {
  color: #fff;
  font-size: 16px;
}
.popup-back .main-notice-popup .popup-checkbox .check-purple + label:before {
  background: transparent;
  border: 1px solid #fff;
}
.popup-button-close {
  position: absolute;
  top: 0;
  right: -42px;
  z-index: 1300;
}
.popup-button-close .btn-close-box {
  display: block;
  width: 34px;
  height: 34px;
  padding: 2px 2px;
  padding: 0;
}
.popup-button-close .btn-close-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popup-button-close:hover {
  opacity: 0.4;
}
.pop-common-share {
  width: 340px;
  height: 240px;
  margin: -160px 0 0 -210px;
  background: #fff;
  padding: 40px;
  position: relative;
  text-align: center;
}
.pop-common-share h1 {
  font-size: 24px;
  color: #a5a5a5;
  margin: 0 0 28px;
}
.pop-common-share ul.sns-share {
  width: 216px;
  margin: 0 auto;
  overflow: hidden;
}
.pop-common-share ul.sns-share li {
  width: 80px;
  float: left;
  margin: 0 14px;
}
.pop-common-share ul.sns-share li .sns-img {
  width: 76px;
  height: 76px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  line-height: 76px;
}
.pop-common-share ul.sns-share li strong {
  font-size: 16px;
  color: #666;
  margin: 11px 0 0;
  display: block;
  font-weight: 400;
}
.pop-common-share ul.share-link {
  overflow: hidden;
  width: 100%;
  margin: 36px 0 0;
}
.pop-common-share ul.share-link li {
  float: left;
}
.pop-common-share ul.share-link li input[type="text"] {
  border: solid 1px #e5e5e5;
  padding: 9px 14px;
  font-size: 14px;
  color: #a5a5a5;
  width: 225px;
}
.pop-common-share ul.share-link li button {
  width: 79px;
  height: 37px;
  line-height: 37px;
  border-radius: 28px;
  border: solid 1px #e5e5e5;
  color: #666666;
  font-size: 14px;
  margin-left: 6px;
}
.pop-common-down {
  width: 400px;
  height: 162px;
  margin: -121px 0 0 -260px;
  background: #fff;
  padding: 40px 60px;
  position: relative;
  text-align: center;
  color: #666;
}
.pop-common-down h1,
.pop-common-adult h1 {
  font-size: 24px;
  color: #a5a5a5;
  margin: 0 0 26px;
}
.pop-common-down ul.pop-down {
  width: 100%;
  margin: 0 0 38px;
  overflow: hidden;
}
.pop-common-down ul.pop-down li {
  float: left;
  margin-right: 48px;
  font-size: 16px;
  text-transform: uppercase;
}
.pop-common-down ul.pop-down li:last-child {
  margin-right: 0;
}
.pop-common-down .btn-purple a,
.pop-common-adult .btn-purple a {
  padding: 0 50px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  margin: 0 auto;
  display: inline-block;
}
.pop-common-down p {
  font-size: 16px;
  line-height: 1.63;
  margin: 0 0 36px;
}

/* tooltip */
.tooltip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2000;
}
.tooltip .tt-wrap {
  width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -720px;
  height: 900px;
}
.tooltip .tt-wrap .tt-close {
  position: absolute;
  top: 60px;
  right: 80px;
}
.tooltip .tt-wrap .btn-start {
  position: absolute;
  left: 641px;
  bottom: 310px;
  text-indent: -9999px;
  width: 159px;
  height: 46px;
  background: transparent;
}

/* 툴팁 말풍선 좋아요 */
.tooltip-like {
  position: fixed;
  /*top:114px;*/
  top: 64px;
  right: 50%;
  z-index: 2000;
  margin-right: -650px;
}
.tooltip-like .tt-like-text {
  background: rgba(35, 33, 42, 0.9);
  color: #fff;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 700;
}
.tooltip-like .tt-like-tra {
  text-indent: -9999px;
  border-top: 7px solid rgba(35, 33, 42, 0.9);
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 46px;
  right: 55px;
}

/* swiper pagination */
.swiper-pagination .swiper-pagination-bullet {
  background: #a5a5a5;
  opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #1351f9;
  opacity: 1;
}

/* common page */
.common-page {
  overflow: hidden;
  min-width: 1240px;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1440px;
  position: relative;
  min-height: 800px;
}
.common-page h1 {
  margin: 0 0 50px;
}
.common-page h2 {
  margin: 0 0 18px;
  font-size: 36px;
  text-align: center;
  color: #a5a5a5;
  font-weight: 400;
}
.common-page h3 {
  font-size: 20px;
  color: #a5a5a5;
  font-weight: 400;
}
.common-page .user-wrap01 {
  width: 1240px;
  margin: 60px auto 0;
  text-align: center;
  overflow: hidden;
}
.common-page .user-wrap01 .user-style {
  display: inline-block;
  width: 160px;
  margin-right: 65px;
}
.common-page .user-wrap01 .user-style:last-child {
  margin-right: 0;
}
.common-page .user-wrap01 .user-style .user-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}
.common-page .user-wrap01 .user-style .user-img img {
  width: 100%;
  min-height: 100%;
}
.common-page .user-wrap01 .user-style .user-none {
  width: 160px;
  height: 160px;
  background: url(/images/common/ci-user-wavve.png) no-repeat center #e0e1e5;
  border-radius: 50%;
  text-indent: -9999px;
}
.common-page .user-wrap01 .user-style strong {
  color: #a5a5a5;
  font-size: 16px;
  background: url(/images/common/ico-edit-user.png) no-repeat top right;
  padding: 2px 28px 0 0;
  display: inline-block;
  margin: 21px 0 0;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.common-page .profile-wrap01 {
  width: 1240px;
  margin: 28px auto 0;
  text-align: center;
  overflow: hidden;
}
.common-page .profile-wrap01 .profile-style {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.common-page .profile-wrap01 .profile-style img {
  width: 100%;
  min-height: 100%;
  z-index: 50;
}
.common-page .profile-wrap01 .profile-style:last-child {
  margin-right: 0;
}
.common-page .profile-wrap01 .profile-style .profile-none {
  width: 60px;
  height: 60px;
  background: url(/images/common/ci-user-wavve.png) no-repeat center #e0e1e5;
  background-size: contain;
  text-indent: -9999px;
}
.common-page .profile-wrap01 .profile-style .check-on {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/common/ico-common-check.png) no-repeat center
    rgba(47, 21, 142, 0.5);
  text-indent: -9999px;
}
.common-page .profile-wrap02 {
  margin: 48px auto 80px;
}
.common-page .profile-wrap02.btn-box {
  margin-top: 40px;
}
.common-page .profile-wrap02 input[type="text"].input-style01 {
  width: 208px;
  height: 52px;
  font-size: 18px;
  color: #a5a5a5;
  margin-left: 14px;
  padding: 0 16px;
  background: #f8f8f8;
}
.common-page .profile-wrap02 input[type="text"].input-style01:focus {
  background: #fff;
}
.common-page .common-btn-wrap {
  overflow: hidden;
  width: 100%;
}
.common-page .common-btn-wrap .btn-gray-line,
.common-page .common-btn-wrap .btn-purple {
  display: inline-block;
  width: 240px;
}
.common-page .common-btn-wrap div:first-child {
  margin-right: 4px;
}
.common-page a.img-edit {
  display: inline-block;
  font-size: 16px;
  color: #a5a5a5;
  background: url(/images/common/arrow-common-purple.png) no-repeat top 3px
    right;
  margin: 24px auto 0;
  padding-right: 18px;
}
.common-page .error-page {
  text-align: center;
  margin: 168px auto 0;
  width: 1240px;
  color: #a5a5a5;
}
.common-page .browser-error {
  text-align: center;
  margin: 40px auto 0;
  width: 1240px;
  color: #a5a5a5;
}
.common-page .browser-list {
  margin: 40px auto 60px;
  width: 732px;
  overflow: hidden;
}
.common-page .browser-list li {
  margin: 0 50px;
  width: 144px;
  float: left;
}
.common-page .browser-list li p {
  color: #666;
  font-size: 18px;
  margin: 16px 0 20px;
  font-weight: 700;
}
.common-page .browser-list li .btn-purple a {
  width: 79px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.common-page .error-txt01 {
  font-size: 36px;
  line-height: 0.94;
  /*font-weight: 700;*/
  margin: 40px 0 0;
  color: #fff;
}
.common-page .error-txt02 {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 60px;
  color: #a5a5a5;
}
.common-page .error-txt02 span {
  display: block;
  margin: 18px 0 0;
  color: #fff;
}
.common-page .btn-purple a {
  width: 177px;
  height: 46px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 46px;
}
.common-page .password-page {
  margin: 20px auto 0;
  width: 1240px;
  text-align: center;
  color: #a5a5a5;
}
.common-page .password-page .pw-txt01 {
  font-size: 36px;
  line-height: 0.94;
  font-weight: 700;
  margin: 0 0 32px;
  color: #fff;
}
.common-page .password-page .pw-txt02 {
  font-size: 16px;
  line-height: 1.5;
  color: #a5a5a5;
  margin: 0 0 12px;
}
.common-page .password-page .pw-txt03 {
  font-size: 14px;
  line-height: 1.57;
  margin: 0 0 40px;
  color: #a5a5a5;
}
.common-page .password-page input[type="password"].input-style02 {
  width: 480px;
  height: 52px;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 54px;
  display: block;
  margin: 0 auto;
  color: #a5a5a5;
  background-color: #2f2f2f;
  border: none;
}
.common-page .password-page .btn-purple a {
  width: 480px;
  height: 60px;
  margin: 40px auto 28px;
  line-height: 60px;
}

/* 하단 주의사항 */
.common-page .txt-exclamation {
  width: 480px;
  margin: 12px auto 0;
}
.txt-exclamation {
  text-align: left;
  color: #717171;
}
.txt-exclamation p {
  position: relative;
  padding-left: 10px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
.txt-exclamation + .txt-exclamation p {
  margin-top: 4px;
}
.txt-exclamation p:before {
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #717171;
  border-radius: 1px;
}
.txt-exclamation p > span {
  display: block;
}
.txt-exclamation-email {
  padding: 30px 20px;
  background-color: #2f2f2f;
}

.txt-exclamation-pw p {
  margin-top: 40px;
}
.txt-exclamation .policy-color {
  color: #a5a5a5;
}
.txt-exclamation .policy_more {
  display: inline-block;
  margin-left: 4px;
  padding-right: 16px;
  color: #a5a5a5;
  vertical-align: top;
  background-image: url(/images/common/icon-arrow-more.svg);
  background-position: 100% 3px;
  background-repeat: no-repeat;
}

/*
[링크] 나중에 하기
*/
.common-page .txt-later {
  font-size: 16px;
  line-height: 1.75;
  color: #a5a5a5;
  background: url(/images/common/arrow-skip-right.png) no-repeat top 7px right;
  padding-right: 15px;
  margin: 0 auto;
  display: inline-block;
}
/*
.common-page .password-page .txt-exclamation {
	width:434px;
	text-align:left;
	padding:0 23px;
	margin:14px auto 20px;
	font-size: 14px;
	color: #ff27a3;
	line-height: 1.57;
	background: url(/images/member/ico-error-pink.png) no-repeat top 1px left;
}
*/

.common-page .password-page .input-noti-msg {
  width: 434px;
  text-align: left;
  padding: 0 23px;
  margin: 14px auto 20px;
  font-size: 14px;
  color: #ff27a3;
  line-height: 1.57;
  background: url(/images/member/ico-error-red.png) no-repeat;
}
.common-page .adult .btn-purple a {
  padding: 0 50px;
  width: auto;
  display: inline-block;
}
.common-page ul.adult-confirm {
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
}
.common-page ul.adult-confirm li {
  float: left;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  text-align: center;
  position: relative;
  width: 236px;
  padding: 41px 0 36px;
}
.common-page ul.adult-confirm li:last-child {
  float: right;
}
.common-page ul.adult-confirm li a {
  display: block;
}
.common-page ul.adult-confirm li strong {
  margin: 13px 0 0;
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 400;
}

/* paging */
.paging-type01 {
  margin: 0 auto 80px;
  overflow: hidden;
  text-align: center;
}
.paging-type02 {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.paging-type03 {
  margin: 50px auto 80px;
  overflow: hidden;
  text-align: center;
}
.paging-type01 a,
.paging-type02 a,
.paging-type03 a {
  display: inline-block;
  font-size: 14px;
  color: #a5a5a5;
  margin: 0 10px;
}
.paging-type01 a.on,
.paging-type02 a.on,
.paging-type03 a.on {
  color: #1351f9;
  width: 35px;
  height: 35px;
  border: 1px solid #1351f9;
  line-height: 36px;
  border-radius: 50%;
  margin: 0 6px;
}
.paging-type01 a.arrow,
.paging-type02 a.arrow,
.paging-type03 a.arrow {
  margin: 0;
  position: relative;
  top: -1px;
}

/* 폰트 스타일 */
.fc-black {
  color: #a5a5a5 !important;
}
.fc-white {
  color: #fff !important;
}
.fc-purple {
  color: #3887ff !important;
}
.fc-blue {
  color: #1da8ee;
}
.fc-red {
  color: #f73d3c;
}
.fc-green {
  color: #00b3b4;
}
.fc-ccc {
  color: #ccc !important;
}
.tAc {
  text-align: center;
}

/* 공백 */
.v-gap5 {
  height: 5px;
  display: block;
  text-indent: -9999px;
}
.v-gap7 {
  height: 7px;
  display: block;
  text-indent: -9999px;
}
.v-gap10 {
  height: 10px;
  display: block;
  text-indent: -9999px;
}
.v-gap20 {
  height: 20px;
  display: block;
  text-indent: -9999px;
}
.v-gap26 {
  height: 26px;
  display: block;
  text-indent: -9999px;
}
.v-gap30 {
  height: 30px;
  display: block;
  text-indent: -9999px;
}
.v-gap35 {
  height: 35px;
  display: block;
  text-indent: -9999px;
}
.h-gap5 {
  width: 5px;
  display: inline-block;
  text-indent: -9999px;
}

/* 자세히보기 버튼 */
.more-arrow-purple {
  font-size: 13px;
  color: #a5a5a5;
  position: absolute;
  right: 0;
}
.more-arrow-purple > img {
  width: 11px;
  vertical-align: middle;
  margin-top: -2px;
}
.more-normal {
  width: 36px;
}

/* 공통 */
.dim {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.air-time {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  width: 37px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.opa1 {
  opacity: 1 !important;
}

/* input */
input::-webkit-input-placeholder {
  color: #d9d9d9;
}
input:-moz-placeholder {
  color: #d9d9d9;
}
input:-ms-input-placeholder {
  color: #d9d9d9 !important;
}

label {
  cursor: pointer;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
button {
  cursor: pointer;
  border: 0 none;
}
button,
input,
textarea {
  margin: 0;
  background: transparent;
}

textarea,
input[type="text"],
input[type="tel"],
pre {
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  margin: 0;
  color: #a5a5a5;
}
input[type="text"].input-with-code,
input[type="number"].input-with-code {
  padding-right: 150px;
}
/*input[type="text"]::-ms-input-placeholder {*/
/*color:#888;*/
/*}*/

/*input[type="password"]::-ms-input-placeholder {*/
/*color:#888;*/
/*}*/
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #888;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  outline: none;
  /*
       터치시 깜빡임
       -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
       */
}

::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
::-ms-expand {
  display: none;
}

/*체크박스 스타일 -공통 */
.check-style input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.check-style input[type="checkbox"] + label {
  position: relative;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
}
.check-style input[type="checkbox"] + label:before {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

/*보라색 체크박스*/
.check-style input[type="checkbox"].check-purple + label:before {
  background: #252525;
  border: 1px solid #1351f9;
  vertical-align: middle;
}
.check-style input[type="checkbox"].check-purple:focus + label:before {
  border: 1px solid #1351f9;
}
.check-style input[type="checkbox"].check-purple:checked + label:before {
  background: url(/images/common/check-purple.png) #1351f9 no-repeat center;
  background-size: 23px;
  border: 1px solid #1351f9;
}

/*초록색 체크박스*/
.check-style input[type="checkbox"].check-green + label:before {
  background: #fff;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
.check-style input[type="checkbox"].check-green:focus + label:before {
  border: 1px solid #0fe85c;
}
.check-style input[type="checkbox"].check-green:checked + label:before {
  /*background: url(/images/common/check-green.png) #0fe85c no-repeat center;*/
  background-size: 22px;
  border: 1px solid #0fe85c;
}

/*좋아요 체크박스*/
.check-style02 input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.check-style02 input[type="checkbox"] + label {
  position: relative;
}
.check-style02 input[type="checkbox"] + label:before {
  content: " ";
  display: inline-block;
  width: 36px;
  height: 36px;
}

.check-style02 input[type="checkbox"].check-like + label:before {
  /*background: url(/images/common/check-like.png) no-repeat center;*/
  background-size: 36px;
}
.check-style02 input[type="checkbox"].check-like:checked + label:before {
  /*background: url(/images/common/check-like-active.png) no-repeat center;*/
  background-size: 36px;
}

.check-style02 input[type="checkbox"].check-notice + label:before {
  /*background: url(/images/common/check-notice.png) no-repeat center;*/
  background-size: 36px;
}
.check-style02 input[type="checkbox"].check-notice:checked + label:before {
  /*background: url(/images/common/check-notice-active.png) no-repeat center;*/
  background-size: 36px;
}

/* 편성표 체크박스 */
.check-style02 input[type="checkbox"].check-time + label:before {
  /*background: url(/images/common/check-clock.png) no-repeat center;*/
  background-size: 24px;
}
.check-style02 input[type="checkbox"].check-time:checked + label:before {
  /*background: url(/images/common/check-clock-active.png) no-repeat center;*/
  background-size: 24px;
}

/*라디오 버튼*/
.radio-style > span {
  margin-right: 15px;
}
.radio-style input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  color: #a5a5a5;
}
.radio-style input[type="radio"] + label {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #a5a5a5;
}
.radio-style input[type="radio"] + label:before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background: url(/images/common/radio-normal.png) no-repeat center;
  background-size: 22px;
}

/*보라색 라디오 박스*/
.radio-style input[type="radio"].radio-purple + label:before {
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
.radio-style input[type="radio"].radio-purple:focus + label:before {
  border: 1px solid #1351f9;
}
.radio-style input[type="radio"].radio-purple:checked + label:before {
  background: url(/images/common/radio-purple.png) #1351f9 no-repeat center;
  background-size: 22px;
  border: 1px solid #1351f9;
}

.find-wrap01 .radio-style input[type="radio"] + label:before,
.radio-wrap01 .radio-style input[type="radio"] + label:before {
  border: none;
}

/* 토글형 체크박스 */
.switch-btn {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 55px;
  border-radius: 50px;
  cursor: pointer;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  background: #eceeef;
  border-radius: inherit;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.switch-input:checked ~ .switch-label {
  background: #1351f9;
}
.switch-handle {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 43px;
  height: 43px;
  background: white;
  border-radius: 50%;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
}

/* 그라데이션 및 배경*/
.gradation-blue {
  background-color: #1351f9;
}
.gradation-purple {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #4345ef),
    color-stop(1, #ad55f5),
    color-stop(1, #ad55f5)
  );
  background: -moz-linear-gradient(
    90deg,
    #4345ef 0%,
    #ad55f5 100%,
    #ad55f5 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    #4345ef 0%,
    #ad55f5 100%,
    #ad55f5 100%
  );
  background: -o-linear-gradient(90deg, #4345ef 0%, #ad55f5 100%, #ad55f5 100%);
  background: -ms-linear-gradient(
    90deg,
    #4345ef 0%,
    #ad55f5 100%,
    #ad55f5 100%
  );
  background: linear-gradient(90deg, #4345ef 0%, #ad55f5 100%, #ad55f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4345ef', endColorstr='#ad55f5', gradientType=1);
}
.gradation-red {
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0, #aa0bca),
    color-stop(0.48, #e82493),
    color-stop(0.48, #e82493),
    color-stop(1, #f95b4d)
  );
  background: -moz-linear-gradient(
    -45deg,
    #aa0bca 0%,
    #e82493 48%,
    #e82493 48%,
    #f95b4d 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #aa0bca 0%,
    #e82493 48%,
    #e82493 48%,
    #f95b4d 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #aa0bca 0%,
    #e82493 48%,
    #e82493 48%,
    #f95b4d 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #aa0bca 0%,
    #e82493 48%,
    #e82493 48%,
    #f95b4d 100%
  );
  background: linear-gradient(
    -45deg,
    #aa0bca 0%,
    #e82493 48%,
    #e82493 48%,
    #f95b4d 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0bca', endColorstr='#f95b4d', gradientType=1);
}
.back-purple {
  background: #1351f9;
}
.back-blue {
  background: #1da8ee;
}
.back-red {
  background: #f73d3c;
}
.back-green {
  background: #00b3b4;
}
.back-ccc {
  background: #ccc;
}

/* 버튼스타일 */
.btn-purple {
  text-align: center;
}
.btn-purple > a {
  display: block;
  background: #1351f9;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.btn-gray {
  text-align: center;
}
.btn-gray > a {
  display: block;
  background: #666;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.btn-gray-line {
  text-align: center;
}
.btn-gray-line > a {
  display: block;
  border-radius: 30px;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #5e5e5e;
}
.btn-purple-line {
  text-align: center;
}
.btn-purple-line > a {
  display: block;
  border-radius: 30px;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #525252;
}
.btn-white-line {
  text-align: center;
}
.btn-white-line > a {
  display: block;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/*====================================*/

/* vod tag */
.thumb-vod .thumb-top-left,
.thumb-program .thumb-top-left {
  position: absolute;
  top: 7px;
  left: 7px;
}
.thumb-vod .thumb-top-right,
.thumb-program .thumb-top-right {
  position: absolute;
  top: 7px;
  right: 7px;
}
.thumb-vod .thumb-bottom-left,
.thumb-program .thumb-bottom-left {
  position: absolute;
  bottom: 7px;
  left: 7px;
}

/* movie tag */
.thumb-movie .thumb-top-left {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 800;
}
.thumb-movie .thumb-top-left img {
  display: block;
  margin: 0 0 4px;
}
.thumb-movie .thumb-top-right {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 800;
}
.thumb-movie .thumb-bottom-left {
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 800;
}
.thumb-movie .thumb-bottom-left img {
  display: inline-block;
}

.multi-theme-movie .swiper-slide .component-list {
  width: 185px;
  margin-right: 12px;
  text-align: center;
  float: left;
}

/* 영화 썸네일 공통 */
.thumb-movie {
  width: 200px;
  position: relative;
  margin-right: 8px;
  float: left;
}
.thumb-movie:last-child {
  margin-right: 0;
}
.thumb-movie .thumb-image {
  position: relative;
  height: 290px;
  width: 200px;
  margin: 0 0 15px;
  overflow: hidden;
}
.thumb-movie .thumb-image .thumb-img {
  width: 100%;
  min-height: 100%;
}
.thumb-movie .thumb-image.discount .thumb-bottom-left {
  bottom: 56px;
}
.thumb-movie .sub-title {
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}
.thumb-movie .sub-left {
  display: table-cell;
  text-align: center;
  width: 34px;
}
.thumb-movie .num {
  font-size: 22px;
  color: #a5a5a5;
}
.thumb-movie .sub-right {
  display: table-cell;
  color: #a5a5a5;
  vertical-align: middle;
}
.thumb-movie .single-line {
  font-size: 16px;
  line-height: 1.38;
  margin: 0 0 2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb-movie .multi-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.thumb-movie .thumb-image .discount-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: calc(100% - 12px);
  background: rgba(42, 42, 42, 0.9);
  line-height: 52px;
  padding-left: 12px;
}
.thumb-movie .thumb-image .discount-layer .price01 {
  font-size: 16px;
  color: #888888;
  margin-right: 5px;
  font-weight: 400;
  font-style: normal;
  text-decoration: line-through;
}
.thumb-movie .thumb-image .discount-layer .price02 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
.thumb-movie .thumb-image .dim-19 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(/images/common/tag-movie-19.png) no-repeat center
    rgba(0, 0, 0, 0.8);
}
.thumb-movie strong {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 1.38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 2px;
  display: block;
  font-weight: 400;
}
.thumb-movie strong.multi-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  height: 44px;
}
.thumb-movie span {
  font-size: 14px;
  color: #666;
  line-height: 1.29;
  margin: 0 0 4px;
  display: block;
}

/* VOD 썸네일 공통 */
.thumb-vod {
  width: 240px;
  position: relative;
  margin-right: 10px;
  float: left;
}
.thumb-vod:last-child {
  margin-right: 0;
}
.thumb-vod .thumb-image {
  position: relative;
  height: 135px;
  width: 240px;
  margin: 0 0 11px;
}
.thumb-vod .thumb-image .thumb-img {
  width: 100%;
  min-height: 100%;
}
.thumb-vod .sub-title {
  width: 100%;
}
.thumb-vod .num {
  font-size: 22px;
  color: #a5a5a5;
}
.thumb-vod .sub-left {
  display: table-cell;
  text-align: center;
  width: 34px;
}
.thumb-vod .sub-right {
  display: table-cell;
  color: #a5a5a5;
  vertical-align: middle;
}
.thumb-vod .single-line {
  font-size: 16px;
  line-height: 1.38;
  margin: 0 0 2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb-vod .multi-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}
.thumb-vod strong {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 1.38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 2px;
  font-weight: 400;
  display: block;
}
.thumb-vod span {
  font-size: 14px;
  color: #666;
  line-height: 1.29;
  margin: 0 0 4px;
  display: block;
}
.thumb-vod em {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  margin: 0 3px;
  border-radius: 50%;
  border: 1px solid #888;
}

/* 클립 썸네일 공통 */
.thumb-clip {
  width: 240px;
  position: relative;
  margin-right: 10px;
  float: left;
}
.thumb-clip:last-child {
  margin-right: 0;
}
.thumb-clip .thumb-image {
  position: relative;
  height: 135px;
  width: 240px;
  margin: 0 0 11px;
}
.thumb-clip .thumb-image .thumb-img {
  width: 100%;
  min-height: 100%;
}
.thumb-clip .sub-title {
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}
.thumb-clip .sub-left {
  display: table-cell;
  text-align: center;
  width: 30px;
}
.thumb-clip .num {
  font-size: 22px;
  color: #a5a5a5;
}
.thumb-clip .sub-right {
  display: table-cell;
  color: #a5a5a5;
  vertical-align: middle;
}
.thumb-clip .single-line {
  font-size: 16px;
  line-height: 1.38;
  margin: 0 0 2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.thumb-clip .multi-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  font-weight: 400;
  margin: 0 0 2px;
  line-height: 1.38em;
  height: 2.8em;
}
.thumb-clip .thumb-bottom-right {
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.thumb-clip .time {
  width: 44px;
  height: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.thumb-clip strong {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 1.38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 2px;
  font-weight: 400;
  display: block;
}
.thumb-clip span {
  font-size: 14px;
  color: #666;
  line-height: 1.29;
  margin: 0 0 4px;
  display: block;
}

/* 프로그램 썸네일 공통 */
.thumb-program .thumb-img {
  position: relative;
}
.thumb-program .thumb-img img {
  width: 100%;
  min-height: 100%;
}
.thumb-program strong {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 1.38;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 2px;
  display: block;
  font-weight: 400;
}
.thumb-program span {
  font-size: 14px;
  color: #666;
  line-height: 1.29;
  margin: 0 0 4px;
  display: block;
  text-align: center;
}

.policy_wrap {
  width: 1240px;
  padding: 109px 0 40px;
  margin: 0 auto;
  min-height: 550px;
}
.policy-tit {
  width: calc(100% - 100px);
  font-weight: 700;
  font-size: 24px;
  color: #a5a5a5;
  margin-bottom: 19px;
  margin-top: 30px;
}
.policy-desc {
  color: #a5a5a5;
  border-radius: 6px;
  background-color: #252525;
  padding: 28px 40px;
  font-size: 14px;
  line-height: 1.71em;
}

.policy-desc > strong {
  display: block;
  margin-top: 20px;
  font-weight: normal;
}
.policy-desc > strong:first-child {
  margin-top: 0;
}
.policy-desc p {
  margin: 0;
}
.policy-desc table {
  margin: 12px 0 0;
  width: 100%;
  border: 1px solid #dedede;
}
.policy-desc table th,
.policy-desc table td {
  border: 1px solid #dedede;
  font-weight: normal;
}
.policy-desc table th {
  padding: 10px 0;
  width: auto;
}
.policy-desc table td {
  padding: 10px 16px;
  vertical-align: top;
}

@charset "UTF-8";

/* member 공통 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

iframe.charge-log {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  outline: none;
  visibility: hidden;
}

.member {
  width: 100%;
  z-index: 10;
  margin-top: 108px;
  overflow: hidden;
}
.member-layout {
  margin: 80px auto;
  background: #252525;
}
.member-layout fieldset {
  width: 100%;
}
.member-layout .modify-hd {
  font-size: 32px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}
.member-layout .join-hd {
  color: #a5a5a5;
  margin: 20px 0 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.36;
}
/*
.member-layout h3 {
	color: #a5a5a5;
	margin: 22px 0 16px;
	font-size:28px;
	font-weight:400;
	line-height:1.36;
	background-color: #00f
}*/
.member-layout .join-hd span,
.member-layout .join-hd strong {
  font-weight: 400;
  color: #fff;
}
.member-layout h2.join-hd img,
.member-layout h3 img {
  position: relative;
  top: 3px;
  left: -2px;
}
.member-layout .certi-txt {
  font-weight: 400;
  font-size: 24px;
  border-bottom: solid 1px #2f2f2f;
  padding: 0 0 12px;
  line-height: 36px;
  color: #a5a5a5;
}
.member-layout .certi-txt01 {
  font-size: 18px;
  margin: -20px 0 40px;
  line-height: 1.56;
  text-align: center;
  color: #a5a5a5;
}
.member-layout .certi-txt02 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.4px;
  font-weight: 400;
  color: #a5a5a5;
}
.member-layout .certi-txt strong {
  font-weight: 400;
  color: #fff;
}
.member-layout .certi-txt p {
  font-size: 16px;
  margin: 30px 0 0;
  line-height: 24px;
}
.member-layout h2.modify-hd {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.modify-txt {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
}
.member-layout input[type="text"].input-style01,
.member-layout input[type="number"].input-style01,
.member-layout input[type="email"].input-style01,
.member-layout input[type="password"].input-style01,
.member-pop-wrap input[type="password"].input-style01 {
  width: 100%;
  font-size: 16px;
  height: 53px;
  color: #fff;
  background-color: #2f2f2f;
  border: none;
}
.member-layout input[type="text"].input-style02 {
  padding: 0 90px 0 20px;
  width: 100%;
}
.member-layout input[type="password"].input-style03,
.member-pop-wrap input[type="password"].input-style03 {
  width: 100%;
  border-bottom: 0;
  border-radius: 5px 5px;
}
.member-layout input[type="password"].input-style04,
.member-pop-wrap input[type="password"].input-style04 {
  width: 100%;
  border-radius: 5px 5px;
}
.member-layout input[type="text"].input-style05 {
  padding: 0 120px 0 20px;
  width: 100%;
}
.member-layout input[type="checkbox"].check-purple + label:before {
  border: 1px solid #a5a5a5;
  background-color: transparent;
}
input[type="text"].input-style01.error-msg,
input[type="email"].input-style01.error-msg,
input[type="password"].input-style01.error-msg,
input[type="number"].input-style01.error-msg {
  border: 1px solid #f93950;
}
.btn-input,
.time-limit {
  position: absolute;
  right: 16px;
  top: 5px;
  padding: 10px 4px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.btn-input-code,
.time-limit {
  color: #3887ff;
}
.login-error-gray,
.login-error-red,
.login-error-red,
.login-error-purple,
.login-error-pink {
  padding-left: 24px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
.login-error-gray {
  color: #a5a5a5;
  background: url(/images/member/icon-gray.png) no-repeat left 2px;
}
.login-error-red {
  color: #f93950;
  background: url(/images/member/ico-error-red.png) no-repeat left 2px;
}
.login-error-purple {
  color: #3887ff;
  background: url(/images/member/ico-error-purple.png) no-repeat left 2px;
}
.login-error-pink {
  color: #ff27a3;
  background: url(/images/member/ico-error-pink.png) no-repeat left 2px;
}

.step-bar {
  width: 100%;
  height: 5px;
  background: #2f2f2f;
  position: absolute;
  top: 0;
  left: 0;
}
.step-bar span {
  height: 5px;
  display: block;
  text-indent: -9999px;
}
.idpw-find {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #2f2f2f;
}
.idpw-find ul {
  width: 100%;
  height: 60px;
}
.idpw-find ul li {
  text-align: center;
  width: 50%;
  float: left;
}
.idpw-find ul li a {
  display: inline-block;
  line-height: 58px;
  position: relative;
  top: -1px;
  color: #a5a5a5;
  font-size: 16px;
  letter-spacing: -0.3px;
}
.idpw-find ul li a.on {
  border-bottom: 3px solid #1351f9;
  color: #fff;
}
.common-box {
  padding: 40px 40px;
}
.bottom-dot-box {
  margin-top: 12px;
}
.self-recommend-box {
  padding: 40px;
  color: #fff;
}
.self-recommend-box .alarm-sjt {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
}
.self-recommend-box .alarm-sjt::before {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
  background-image: url(/images/common/ico_alarm.png);
  background-size: 74px 74px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
.self-recommend-box .desc-box {
  padding-top: 12px;
  font-size: 16px;
  color: #a5a5a5;
  line-height: 24px;
  text-align: center;
}
.self-recommend-box .desc-box p {
  margin-top: 12px;
}
.self-recommend-box .desc-box .check-style {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #2F2F2F;
  text-align: left;
}
.self-recommend-box .button-box {
  margin-top: 40px;
  display: flex;
}
.self-recommend-box [class*="btn-"] {
  flex: 1;
  margin-left: 4px;
}
.self-recommend-box [class*="btn-"]:first-child {
  margin-left: 0;
  margin-right: 4px;
}
.self-recommend-box .noti {
  position: relative;
  padding-left: 12px;
  margin-top: 40px;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 20px;
}
.self-recommend-box .noti::after {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #5e5e5e;
  border-radius: 50%;
  content: '';
}  

/* login */
.login {
  width: 560px;
}
.login ul.input-wrap01 li {
  margin: 0 0 10px;
}
.login ul.input-wrap01 li:last-child {
  margin: 0;
}
.login ul.checkbox-wrap01 {
  margin: 24px 0 43px;
  overflow: hidden;
}
.login ul.checkbox-wrap01 li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
.login ul.checkbox-wrap01 li:last-child {
  margin: 0;
}
.login ul.join-find {
  margin: 20px auto 40px;
  overflow: hidden;
  width: 240px;
}
.login ul.join-find li {
  float: left;
  line-height: 13px;
  overflow: hidden;
}
.login ul.join-find li:first-child {
  border-right: 1px solid #e5e5e5;
}
.login ul.join-find li a {
  font-size: 14px;
  color: #a5a5a5;
  padding: 0 15px;
}
.login ul.login-sns {
  width: 411px;
  margin: 0 auto;
}
.login ul.login-sns li a {
  float: left;
  margin: 0 26px;
  text-align: center;
  color: #212121;
  font-size: 13px;
}
.login ul.login-sns li strong {
  margin: 4px 0 0;
  font-weight: 400;
  display: block;
  color: #a5a5a5;
}

/* 로그인 팝업 */
.popup-back .login-popup {
  margin: -291px 0 0 -180px;
  width: 399px;
  height: 570px;
  position: relative;
}
.login-popup .popup-button-close {
  right: 0 !important;
}
.login.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 301px;
}
.member-layout.popup {
  margin: 0 auto;
}
.member-layout.popup h2 {
  margin: 0 0 30px;
}
.login.popup ul.login-sns li a {
  margin: 0 8px;
}
.login.popup ul.checkbox-wrap01 {
  margin: 12px 0 40px;
}
.login.popup ul.join-find {
  margin: 20px auto 25px;
}

/* 회원가입, 인증하기 */
.join {
  width: 560px;
  position: relative;
}
.join .join-input-box {
  overflow: hidden;
}
.join .join-input-box li + li {
  margin-top: 12px;
}

.join .join-input-box li {
  position: relative;
}
.join .modify-input-box li {
  margin-bottom: 10px;
}

.join .join-input-box li.input-item-name {
  margin-bottom: 10px;
}
.join .join-input-box label {
  font-size: 16px;
  color: #a5a5a5;
  /*margin: 0 0 16px;*/
  display: block;
  font-weight: 700;
}
.join .join-input-box + .btn-wavve-join {
  margin-top: 28px;
}
.join h4 {
  font-size: 16px;
  color: #a5a5a5;
  margin: 0 0 16px;
  font-weight: 700;
}
.join h5 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
.join p.find-txt01 {
  font-size: 14px;
  color: #a5a5a5;
  margin: 0 0 25px;
  line-height: 1.57;
  letter-spacing: -0.2px;
}
.join .password-line,
.member-pop-wrap .password-line {
  height: 1px;
  background: #252525;
  width: 100%;
  text-indent: -9999px;
  opacity: 1;
  position: absolute;
  top: 53px;
  left: 0;
}
.btn-box-multiple {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.btn-box-multiple li {
  width: calc(50% - 4px);
  float: left;
  margin-left: 8px;
}
.btn-box-multiple li:first-of-type {
  margin-left: 0;
}

.join .checkbox-all {
  margin-top: 16px;
  padding: 24px 16px;
}
.join ul.checkbox-list {
  border-radius: 6px;
}
.join ul.checkbox-list + .btn-wavve-join {
  margin-top: 40px;
}
.join ul.checkbox-list li {
  position: relative;
  border-bottom: 1px solid #252525;
  background-color: #2f2f2f;
}

.join ul.checkbox-list>li:first-child {
  border-radius: 6px 6px 0 0;
}
.join ul.checkbox-list>li:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}

.join ul.checkbox-list li .check-style-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
}

.join ul.checkbox-list li .checkbox-list-child li {
  padding-left: 32px;
  border-bottom: 0;
}

.join ul.checkbox-list li span {
  color: #a5a5a5;
  font-size: 16px;
  margin: 0 7px;
  display: inline-block;
  text-indent: 0;
}
.join ul.checkbox-list li span.essential {
  color: #3887ff;
}
.join ul.checkbox-list li .join-all-txt {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: -3px;
}
.join ul.checkbox-list li .join-all-img {
  width: 34px;
  height: 34px;
  background: url(/images/member/ico-arrow-gray-right.png) no-repeat right 3px center/10px 17px;
}
.join ul.checkbox-list li .rota {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.join ul.checkbox-list li .join-terms {
  font-size: 12px;
  color: #a5a5a5;
  line-height: 18px;
  text-indent: 0;
  padding: 23px;
  max-height: 180px;
  display: none;
  overflow-y: scroll;
}
.join ul.radio-wrap01 {
  margin: 26px auto;
  overflow: hidden;
  width: 205px;
}
.join ul.radio-wrap01 li {
  float: left;
}
.join ul.radio-wrap01 li:first-child {
  margin-right: 23px;
}
.join
.radio-wrap01
.radio-style
input[type="radio"].radio-purple:checked
+ label {
  color: #1351f9;
}
ul.join-wrap01 {
  width: 100%;
  overflow: hidden;
}
ul.join-wrap01 li {
  float: left;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  text-align: center;
  position: relative;
  width: calc(50% - 6px);
  padding: 41px 0 36px;
}
ul.join-wrap01 li a {
  display: block;
}

.method-phone a:before,
.method-ipin a:before,
.method-id a:before,
.method-email a:before {
  display: block;
  content: "";
  width: 72px;
  height: 72px;
  margin: 0 auto 13px;
}

.method-phone a:before {
  background: url(/images/member/ico-phone.png) no-repeat center/72px 72px;
}
.method-ipin a:before {
  background: url(/images/member/ico-lock.png) no-repeat center/72px 72px;
}
.method-id a:before {
  background: url(/images/member/ico-id.png) no-repeat center/72px 72px;
}
.method-email a:before {
  background: url(/images/member/ico-email.png) no-repeat center/72px 72px;
}

.info-by-member {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.info-by-time {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
}
ul.join-wrap01 li.join-choose {
  border: solid 1px #fff;
}
ul.join-wrap01 li:first-child {
  margin-right: 8px;
}
ul.join-wrap01 li strong {
  margin: 13px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
}
ul.join-wrap01 li strong.silver {
  color: #d8d8d8;
}
ul.join-wrap01 li .choose-img {
  position: absolute;
  top: 12px;
  right: 12px;
}

/*
[링크] 혜택받지 않고 건너뛰기
[링크] 나중에 하기
*/
.join .txt-later-box:after {
  display: block;
  clear: both;
  content: "";
}
.join .txt-later {
  float: right;
  display: block;
  margin: 16px auto 0;
  padding: 4px 20px 3px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #a5a5a5;
  background: url(/images/common/arrow-skip-right.png) no-repeat top 8px right/16px 16px;
}
.join .txt-later span {
  display: inline-block;
  vertical-align: middle;
}

.join-wrap02 {
  overflow: hidden;
  width: auto;
  padding: 16px 30px 16px;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #2f2f2f;
  font-size: 14px;
  line-height: 20px;
  color: #a5a5a5;
}
.join-wrap02 dt {
  float: left;
  padding: 8px 0;
  width: 170px;
  font-weight: 700;
}
.join-wrap02 dd {
  padding: 8px 0;
  overflow: hidden;
}
.join .btn-box {
  padding-top: 40px;
}

.join .marB0 {
  margin-bottom: 0 !important;
}
.join .join-gender {
  width: 100%;
  overflow: hidden;
}
.join-gender:after {
  display: block;
  clear: both;
  content: "";
}
.join .gender-man,
.join .gender-woman {
  float: left;
  width: calc(50% - 6px);
  font-size: 16px;
  color: #a5a5a5;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #5e5e5e;
}
.join .gender-man {
  float: left;
}
.join .gender-woman {
  float: right;
}
.gender-man input[type="radio"],
.gender-woman input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.join .join-gender .gender-man.on,
.join .join-gender .gender-woman.on {
  background-color: #1351f9;
  color: #fff;
}
.join .gender-man label:before,
.join .gender-woman label:before {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  content: "";
  padding-right: 4px;
}
.join .gender-man label:before {
  background: url(/images/member/icon-gender-man-b.png) no-repeat center;
}
.join .gender-woman label:before {
  background: url(/images/member/icon-gender-woman-b.png) no-repeat center;
}
.join .gender-man.on label:before {
  background: url(/images/member/icon-gender-man-w.png) no-repeat center;
}
.join .gender-woman.on label:before {
  background: url(/images/member/icon-gender-woman-w.png) no-repeat center;
}
.join .gender-txt {
  display: inline-block;
  vertical-align: middle;
}
.join ul.join-wrap03 {
  width: 100%;
  overflow: hidden;
}
.join ul.join-wrap03 li {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  height: 112px;
  background: url(/images/member/arrow-live-right.png) no-repeat top 45px
  right 36px;
  background-size: 12px;
  letter-spacing: -0.3px;
  margin: 0 0 11px;
}
.join ul.join-wrap03 li a {
  font-size: 16px;
  color: #a5a5a5;
  display: inline-block;
  padding: 33px 0 0 17px;
  float: left;
}
.join ul.join-wrap03 li strong {
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}
.join ul.join-wrap03 li img {
  float: left;
  margin: 16px 0 0 53px;
}
.join .join-wrap04 {
  width: 100%;
  background: #2f2f2f;
  color: #a5a5a5;
  text-align: center;
  letter-spacing: -0.3px;
  font-size: 16px;
  line-height: 1.63;
  padding: 25px 0;
  border-radius: 6px;
  margin: 0 0 50px;
}
.join ul.sns-wrap01 {
  width: 100%;
  overflow: hidden;
}
.join ul.sns-wrap01 li img.sns-profile {
  margin: 0 0 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.join ul.sns-wrap01 li {
  margin: 0 0 10px;
}
.join ul.sns-wrap01 li:last-child {
  margin: 0;
}
.join .marB50 {
  margin: 0 0 50px !important;
}
.join .marB16 {
  margin: 0 0 16px;
}
.join ul.find-wrap01 {
  width: 100%;
  margin: 0 0 16px;
  overflow: hidden;
}
.join ul.find-wrap01 li {
  float: left;
  font-size: 16px;
  letter-spacing: -0.3px;
  color: #212121;
}
.join ul.find-wrap01 li:first-child {
  margin-right: 30px;
}
.find-wrap02 {
  position: relative;
  margin: 20px 0 0;
  overflow: hidden;
}

/* 회원정보수정 */
.edit-wrap {
  margin: 40px 0 -40px;
  text-align: center;
}
.edit-form {
  width: 100%;
  margin-bottom: 20px;
}

.edit-form col:first-child {
  width: 140px;
}
.edit-form tr {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.edit-form tr.edit-form-id,
.edit-form tr.edit-form-gender {
  align-items: flex-start;
}
.edit-form tr.edit-form-link {
  padding: 7px 0;
}
.edit-form tr.edit-form-gender th {
  padding-top: 17px;
}
.edit-form th,
.edit-form td {
  vertical-align: top;
  color: #a5a5a5;
  line-height: 24px;
}
.edit-form th {
  width: 140px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.edit-form td {
  flex: 1;
  font-size: 16px;
}
.edit-form input[type="text"] {
  height: 46px !important;
  line-height: 45px !important;
}
.edit-form label {
  font-size: 14px;
}
.edit-leave-wrap {
  width: 560px;
  text-align: right;
  margin: -70px auto 80px;
}
.edit-leave-txt {
  display: inline-block;
  padding: 5px 20px 5px 0;
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
  background: url(/images/common/arrow-skip-right.png) no-repeat top 10px right/16px 16px;
}

.txt-modify-name {
  display: block;
  display: -webkit-box;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.txt-modify-top {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.txt-edit {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: url(/images/member/icons-skip-right-w.png) no-repeat right
  center;
  padding-right: 15px;
}
.ico-sns {
  display: flex;
  align-items: center;
}
.icon-sns-box {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.icon-sns-box.vtop {
  vertical-align: top;
}
.icon-sns-box.vtop img {
  vertical-align: top;
}
.icon-sns-box img {
  width: 24px;
  height: 24px;
}
.modify-name-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
.easy-sns-box {
  padding-top: 50px;
  border-top: 1px solid #2f2f2f;
}
.easy-sns-hd {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #a5a5a5;
}
.easy-sns-hd strong {
  font-weight: 400;
  color: #fff;
}

/* 회원탈퇴 */
.withdraw-wrap {
  margin: 80px auto;
  padding: 40px;
  background: #252525;
  width: 560px;
}
.withdraw-wrap > h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin: 0 0 12px;
}
.withdraw-wrap > p {
  font-size: 14px;
  line-height: 22px;
  color: #a5a5a5;
  text-align: center;
  margin: 0 0 32px;
}
.withdraw-wrap > p .text {
  display: block;
}
.withdraw-wrap > p .text + .text {
  margin-top: 4px;
}
.withdraw-table {
  text-align: center;
  width: 100%;
  border-top: 2px solid #2f2f2f;
  margin: 0 0 40px;
  border-collapse: collapse;
}
.withdraw-table caption {
  overflow: inherit;
  visibility: inherit;
  text-align: left;
  text-indent: 0;
  height: auto;
  width: auto;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.withdraw-table th {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 15px;
  color: #a5a5a5;
  border-bottom: 1px solid #2f2f2f;
}
.withdraw-table td {
  padding: 20px 0;
  font-size: 14px;
  color: #a5a5a5;
  line-height: 20px;
  border-bottom: 1px solid #2f2f2f;
}
.withdraw-table .caution-msg {
  color: #717171;
}
.withdraw-text {
  text-align: left;
  padding-left: 28px;
}
.withdraw-text > strong {
  font-weight: 700;
}
.withdraw-text02 {
  color: #a5a5a5;
  text-align: left;
  padding-left: 20px;
  width: 252px;
}

.withdraw-textarea {
  width: 100%;
  height: 80px;
  resize: none;
  background-color: #2f2f2f;
  color: #a5a5a5;
  padding: 14px 20px;
  font-size: 14px;
  border: none;
}
.withdraw-textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}
.withdraw-textarea::-moz-placeholder {
  color: #a5a5a5;
}

.mywavve-withdraw-noti a {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  border-bottom: 1px solid #666;
  margin-left: 10px;
}

.withdraw-ag {
  margin-top: 40px;
}
.withdraw-ag.check-style input[type="checkbox"].check-purple + label:before {
  border: 1px solid #a5a5a5;
  background-color: transparent;
}
.withdraw-ag.check-style
input[type="checkbox"].check-purple:checked
+ label:before {
  border-color: #1351f9;
}
.withdraw-ag.check-style input[type="checkbox"] + label {
  font-size: 16px;
}
.withdraw-info-bg {
  padding: 50px 40px;
  border-radius: 6px;
  border: 1px solid #2f2f2f;
}
.withdraw-noti a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
.dot-text {
  overflow: hidden;
  margin-top: 3px;
  font-size: 14px;
  line-height: 22px;
  color: #5e5e5e;
}
.dot-text:first-of-type {
  margin-top: 0;
}
.dot-text:before {
  content: "";
  float: left;
  width: 4px;
  height: 4px;
  margin: 10px 6px 0 0;
  border-radius: 50%;
  background-color: #5e5e5e;
  vertical-align: top;
}
.dot-text > span {
  overflow: hidden;
  display: block;
  word-break: keep-all;
  word-wrap: break-word;
}

/* popup */
.member-pop-wrap {
  background: #252525;
  padding: 40px;
  top: 150px !important;
  margin-left: -280px;
  width: 560px;
}
.member-pop-wrap h1 {
  font-size: 24px;
  text-align: center;
  color: #a5a5a5;
  margin: 0 0 17px;
}
.member-pop-wrap strong {
  font-size: 16px;
  line-height: 1.5;
  color: #a5a5a5;
}
.member-pop-wrap .st-txt {
  font-size: 16px;
  color: #a5a5a5;
  margin: 5px 0 32px;
}
.member-pop-wrap .pw-txt {
  font-size: 16px;
  color: #a5a5a5;
  margin: 5px 0 32px;
  line-height: 1.5;
}
.member-pop-wrap .pr-txt {
  font-size: 14px;
  color: #a5a5a5;
  margin: 40px 0 20px;
  text-align: left;
}
.member-pop-wrap .find-wrap02 {
  margin: 0 0 20px;
}
.member-pop-wrap .btn-purple {
  margin: 32px 0 0;
}

/**/
.dsn {
  display: none !important;
}

/* ie8 hack */
@media \0screen {
}
/* ie9 hack */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
}
/* ie10 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
/* Safari only override */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

/* 프로모션 배너 */
.ico-wavve {
  max-width: 80px;
}
.banner-promo {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 54px;
}
.banner-promo img {
  width: 100%;
}
.member-fastest-layout {
  padding: 40px;
  margin: 80px auto;
  overflow: hidden;
  background: #fff;
}

.member-fastest-layout h1 {
  font-size: 24px;
  text-align: center;
  color: #23212a;
  margin: 0 0 17px;
}

.member-fastest-layout strong {
  font-size: 16px;
  line-height: 1.5;
  color: #23212b;
}

.member-fastest-layout .st-txt {
  font-size: 16px;
  color: #666;
  margin: 5px 0 32px;
}

.member-fastest-layout .pr-txt {
  font-size: 14px;
  color: #23212a;
  margin: 40px 0 20px;
  text-align: left;
}

/* 간편가입 > 이용약관 레이어 팝업 */
.policy-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.policy-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease-in 0.2s;
  -moz-transition: all 0.4s ease-in 0.2s;
  -o-transition: all 0.4s ease-in 0.2s;
  transition: all 0.4s ease-in 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.policy-popup.policy-popup-open {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}

.policy-popup .member-layout {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.connect-box {
  margin-bottom: 24px;
  padding: 0 30px;
  color: #a5a5a5;
  background-color: #2f2f2f;
  border-radius: 8px;
}
.connect-box dt,
.connect-box dd {
  border-bottom: 1px solid #1b1b1b
}
.connect-box dt:last-of-type,
.connect-box dd:last-of-type{
  border-bottom: 0
}
.connect-box dt {
  float: left;
  padding: 24px 0;
  width: 170px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.connect-box dd {
  padding: 24px 0;
  overflow: hidden;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}

.connect-box .list {
  display: flex;
  align-items: center;
  justify-content: end;
}
.connect-box .list li {
  margin: 0 4px;
}
.connect-box .list li:last-child {
  margin-right: 0;
}
.connect-box .list a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.connect-box .list .kakao a {
  background-image: url(/images/common/ico_sns_kakao.png);
}
.connect-box .list .t-id a {
  background-image: url(/images/common/ico_sns_t.png);
}
.connect-box .list .naver a {
  background-image: url(/images/common/ico_sns_naver.png);
}
.connect-box .list .facebook a {
  background-image: url(/images/common/ico_sns_facebook.png);
}
.connect-box .list .apple a {
  background-image: url(/images/common/ico_sns_apple.png);
}

@media screen and (max-height: 1160px) and (orientation: landscape) {
  .policy-popup .common-box {
    height: 780px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media screen and (max-height: 800px) and (orientation: landscape) {
  .policy-popup .common-box {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.policy-popup .member-layout {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.policy-popup-open .member-layout {
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  z-index: 3;
}

.policy-popup-button {
  display: block;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: #717171;
}
@media screen and (max-height: 615px) {
  .policy-popup-inner {
    height: 100%;
  }
  .policy-popup-button {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 50;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  /*right: auto;*/
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  /*left: auto;*/
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #007aff;
  cursor: pointer;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 3px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url(/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

