@charset "UTF-8";
@font-face {
  font-display: swap;
  src: local("Pretendard Black"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Black.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Black.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 900;
}

@font-face {
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-ExtraBold.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 800;
}

@font-face {
  font-display: swap;
  src: local("Pretendard Bold"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Bold.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Bold.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: local("Pretendard SemiBold"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-SemiBold.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 600;
}

@font-face {
  font-display: swap;
  src: local("Pretendard Medium"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Medium.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Medium.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 500;
}

@font-face {
  font-display: swap;
  src: local("Pretendard Regular"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Regular.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Regular.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: local("Pretendard Light"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Light.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Light.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-ExtraLight.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 200;
}

@font-face {
  font-display: swap;
  src: local("Pretendard Thin"), url("//cdnticket.melon.co.kr/resource/font/pretendard/Pretendard-Thin.woff2") format("woff2"), url("//cdnticket.melon.co.kr/resource/font/pretendard/font/Pretendard-Thin.woff") format("woff");
  font-family: 'Pretendard';
  font-weight: 100;
}

.layer-popup-login {
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
          transform: translate3d(0, 100%, 0);
  background-color: #fafafa;
  opacity: 0;
          transition-duration: 0.3s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
          transition-timing-function: ease-in;
}

.layer-popup-login.open {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease-out;
          transform: translate3d(0, 0, 0);
  opacity: 1.0;
          transition-timing-function: ease-out;
}

.layer-popup-login #header {
  background-color: #fff;
}

.layer-popup-login #header.transparent {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* box-shadow: 0px 1px 0px #e1e1e1; */
}

.layer-popup-login #header.transparent > div:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.layer-popup-login .header_inner {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  background-clip: content-box;
  text-align: center;
}

.layer-popup-login .header_inner:after {
  display: table;
  clear: both;
  content: "";
}

.layer-popup-login #logo {
  display: block;
  width: auto;
  height: 56px;
  margin: 0 84px;
  overflow: hidden;
  color: #464646;
  font-size: 20px;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer-popup-login .btn_comm {
  -webkit-background-size: 400px auto;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/common/btn_comm.png) no-repeat;
  background-size: 400px auto;
}

.layer-popup-login .btn_page_close2 {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 56px;
  background-position: -309px 0;
  text-indent: -9999px;
}

.layer-popup-login .fixed_body {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 57px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: #fafafa;
}

.layer-popup-login .easy-login.active,
.layer-popup-login .login.active {
  display: block;
}

.layer-popup-login .easy-login {
  padding: 0 16px;
}

.layer-popup-login .easy-login .id_list {
  padding: 26px 0 20px;
}

.layer-popup-login .easy-login .id_list ul {
  border: 1px solid #ededed;
  border-top: 0;
}

.layer-popup-login .easy-login .id_list li {
  position: relative;
  border-top: 1px solid #ededed;
  background-color: #fff;
}

.layer-popup-login .easy-login .id_list .login_id {
  width: calc(100% - 35px);
  padding: 0 16px;
  color: #191919;
  font-size: 16px;
  line-height: 53px;
  text-align: left;
}

.layer-popup-login .easy-login .id_list .button_delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
}

.layer-popup-login .easy-login .id_list .button_delete:after {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-position: 0 -9px;
}

.layer-popup-login .easy-login .id_list .button_delete span {
  display: none;
}

.layer-popup-login .easy-login .submit .item {
  margin-top: 20px;
}

.layer-popup-login .easy-login .submit .item .login_submit {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #00cd3c;
  border-radius: 100px;
  color: #01b925;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}

.layer-popup-login .easy-login .submit .item .login_submit.kakao {
  border-color: #ffcd00;
  color: #1e1e1e;
}

.layer-popup-login .easy-login .submit .item .login_submit.kakao:before {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background-position: -35px -9px;
}

.layer-popup-login .easy-login .sprite:before, .layer-popup-login .easy-login .sprite:after {
  display: inline-block;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/login/sprite_login.png) no-repeat 0 0;
  background-size: 50px 25px;
  content: '';
}

.layer-popup-login .login {
  padding: 0 16px;
}

.layer-popup-login .login .keyboard {
  margin-bottom: 15px;
  padding-top: 25px;
}

.layer-popup-login .login .keyboard .button {
  margin-bottom: 15px;
  text-align: right;
}

.layer-popup-login .login .keyboard .button button {
  position: relative;
  height: 20px;
  margin-left: 20px;
  padding: 0;
  padding-right: 17px;
  color: #323232;
  font-size: 11px;
  line-height: 18px;
}

.layer-popup-login .login .keyboard .button button:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 5px;
  margin-top: -2.5px;
  background-position: 0 0;
}

.layer-popup-login .login .keyboard .button .is_active {
  color: #01b925;
}

.layer-popup-login .login .keyboard .button .is_active:after {
  background-position: -11px 0;
}

.layer-popup-login .login .keyboard .keyboard_img {
  display: none;
  text-align: center;
}

.layer-popup-login .login .keyboard .keyboard_img img {
  max-width: 100%;
}

.layer-popup-login .login .sprite:before, .layer-popup-login .login .sprite:after {
  display: inline-block;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/login/sprite_login.png) no-repeat 0 0;
  background-size: 50px 25px;
  content: '';
}

.layer-popup-login .login .froms {
  position: relative;
}

.layer-popup-login .login .froms .item {
  margin-bottom: 7px;
}

.layer-popup-login .login .froms .item .input_box {
  position: relative;
  padding: 10px 10px 10px;
  border: #bababa 1px solid;
  border-radius: 5px;
  background-color: #fff;
}

.layer-popup-login .login .froms .item .input_box input {
  width: calc(100% - 25px);
  margin: 0;
  padding: 0;
  border: 0;
  color: #191919;
  font-size: 14px;
}

.layer-popup-login .login .froms .item .input_box input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
}

.layer-popup-login .login .froms .item .input_box input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
}

.layer-popup-login .login .froms .item .input_box input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
}

.layer-popup-login .login .froms .item .input_box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
}

.layer-popup-login .login .froms .item .input_box .button_delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  padding: 0;
}

.layer-popup-login .login .froms .item .input_box .button_delete:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-right: -8px;
  background-position: 0 -9px;
  content: "";
}

.layer-popup-login .login .froms .item .input_box .button_delete span {
  display: none;
}

.layer-popup-login .login .froms .item .info_error {
  display: none;
}

.layer-popup-login .login .froms .item .accessible {
  display: inline-block;
  margin-top: 8px;
  color: #191919;
  font-size: 14px;
  line-height: 19px;
}

.layer-popup-login .login .froms .item .accessible input[type=checkbox] {
  -webkit-background-size: 20px auto;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  border: 0 none;
  border-radius: 0;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/common/bg_checkbox.png) no-repeat 0 0;
  background-clip: padding-box;
  background-size: 20px auto;
  vertical-align: top;
}

.layer-popup-login .login .froms .item .accessible input[type=checkbox]:checked {
  background-position: 0 -30px;
}

.layer-popup-login .login .froms .item .accessible input[type=checkbox]:disabled {
  background-position: 0 -60px;
}

.layer-popup-login .login .froms .item.error .input_box {
  border-color: #f0780a;
}

.layer-popup-login .login .froms .item.error .info_error {
  display: block;
  padding: 8px 0;
  color: #f0780a;
}

.layer-popup-login .login .froms .pastlogin {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 17px;
  padding-left: 20px;
  color: #191919;
  font-size: 11px;
  line-height: 17px;
}

.layer-popup-login .login .froms .pastlogin:before {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-position: -18px -9px;
  content: "";
}

.layer-popup-login .login .submit .item {
  margin-top: 20px;
}

.layer-popup-login .login .submit .item .login_submit {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #00cd3c;
  border-radius: 100px;
  color: #01b925;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}

.layer-popup-login .login .submit .item .login_submit.kakao {
  border-color: #ffcd00;
  color: #1e1e1e;
}

.layer-popup-login .login .submit .item .login_submit.kakao:before {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background-position: -35px -9px;
}

.layer-popup-login .login .nav {
  margin-top: 38px;
  padding: 25px 0 30px;
  border-top: 1px solid #ededed;
  text-align: center;
}

.layer-popup-login .login .nav a {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  color: #646464;
  font-size: 13px;
}

.layer-popup-login .login .nav a:first-child {
  margin: 0;
  padding: 0;
}

.layer-popup-login .login .nav a:first-child:before {
  display: none;
}

.layer-popup-login .login .nav a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #e1e1e1;
  content: '';
}

.layer-popup-login .gate_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.layer-popup-login .gate_wrap .gate_box {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}

.layer-popup-login .gate_wrap .gate_box .btn_gate {
  margin-top: 0;
}

.layer-popup-login .gate_wrap .gate_box .btn_gate + .btn_gate {
  margin-top: 8px;
}

.layer-popup-login .gate_wrap .gate_box .btn_gate button {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  color: #191919;
  font-family: DroidSansFallback, HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
  font-size: 15px;
  line-height: 48px;
  text-align: center;
}

.layer-popup-login .gate_wrap .gate_box .btn_gate .kakao {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fae100;
}

.layer-popup-login .gate_wrap .gate_box .btn_gate .kakao:before {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin: -2px 12px 0 0;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/login/icon_gate_kakao.png) no-repeat left top;
  background-size: 17px 16px;
  vertical-align: middle;
  content: '';
}

.layer-popup-login .gate_wrap .gate_box .btn_gate .melon {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.layer-popup-login .gate_wrap .gate_box .btn_gate .melon:before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -4px 12px 0 0;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/login/icon_gate_melon.png) no-repeat left top;
  background-size: 19px 19px;
  vertical-align: middle;
  content: '';
}

.layer-popup-login .gate_wrap .gate_box_inner {
  display: table-cell;
  vertical-align: middle;
}

.layer-popup-login .gate_wrap .nav.join {
  margin-top: 30px;
  padding: 0;
  border-top: 0;
}

.layer-popup-login .gate_wrap .nav.join a {
  color: #646464;
  font-family: DroidSansFallback, HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
  font-size: 13px;
  letter-spacing: -1px;
  line-height: 1.2em;
  text-decoration: underline;
}

.layer-popup-login .gate_wrap .gate_footer {
  display: block;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
  font-family: DroidSansFallback, HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
  text-align: center;
}

.layer-popup-login .gate_wrap .gate_footer:before {
  display: block;
  border-bottom: 1px solid #ededed;
  content: '';
}

.layer-popup-login .gate_wrap .gate_footer .copyright {
  display: block;
  padding: 23px 0 53px 0;
  color: #969696;
  font-size: 11px;
  line-height: 14px;
}

.layer-popup-login .gate_wrap .gate_footer .copyright:before {
  display: inline-block;
  margin-right: 3px;
  content: 'ⓒ';
}

.layer-popup-login button {
  -webkit-appearance: button;
  border: 0 none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.layer-popup-login p,
.layer-popup-login input,
.layer-popup-login button {
  font-size: 13px;
  line-height: 1.5;
}

.layer-popup-terms {
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
          transform: translate3d(0, 100%, 0);
  background-color: #fafafa;
  opacity: 0;
          transition-duration: 0.3s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
          transition-timing-function: ease-in;
}

.layer-popup-terms.open {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease-out;
          transform: translate3d(0, 0, 0);
  opacity: 1.0;
          transition-timing-function: ease-out;
}

.layer-popup-terms .layer_header {
  display: block;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.layer-popup-terms .layer_header .header_inner {
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: content-box;
  text-align: center;
}

.layer-popup-terms .layer_header .header_inner:after {
  display: table;
  clear: both;
  content: "";
}

.layer-popup-terms .layer_header .header_inner .title {
  display: block;
  width: auto;
  height: 56px;
  margin: 0 56px;
  overflow: hidden;
  color: #464646;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer-popup-terms .layer_content {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-top: 57px;
  overflow-y: auto;
}

.layer-popup-terms .layer_content .footer_service {
  height: 100%;
  background: #fff;
}

.layer-popup-terms .layer_content .footer_service img {
  width: 100%;
  margin-top: 3px;
}

.layer-popup-terms .box_agreement_txt {
  padding: 16px 16px 16px 16px;
  background: #fff;
  color: #565656;
  /* // MELONUIT-395 190507 */
}

.layer-popup-terms .box_agreement_txt .wrap_sel {
  display: block;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.layer-popup-terms .box_agreement_txt .wrap_sel .btn_sel {
  display: block;
  min-height: 30px;
  padding: 5px 25px 5px 8px;
  text-align: left;
}

.layer-popup-terms .box_agreement_txt .wrap_sel .btn_sel:after {
  -webkit-background-size: 35px auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 28px;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/common/bg_select.png) no-repeat right 50%;
  background-size: 35px auto;
  content: "";
}

.layer-popup-terms .box_agreement_txt .wrap_sel .sel_out {
  display: block;
  overflow: hidden !important;
  font-size: 13px;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer-popup-terms .box_agreement_txt .wrap_sel select {
  -webkit-appearance: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  min-height: 100%;
  max-height: 100%;
  border: none;
  color: #333333;
  font-size: 13px;
  text-align: left;
  opacity: 0;
}

.layer-popup-terms .box_agreement_txt .wrap_sel_on .sel_out {
  color: #565656;
}

.layer-popup-terms .box_agreement_txt h1 {
  padding: 0 0 4px 0;
  font-size: 18px;
  font-weight: bold;
}

.layer-popup-terms .box_agreement_txt h2 {
  padding: 6px 0;
  font-size: 15px;
  font-weight: bold;
}

.layer-popup-terms .box_agreement_txt h3 {
  padding: 0 0 6px 0;
  font-size: 15px;
}

.layer-popup-terms .box_agreement_txt p {
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}

.layer-popup-terms .box_agreement_txt p.info {
  margin-left: 6px;
  text-indent: -6px;
}

.layer-popup-terms .box_agreement_txt ul li {
  margin-left: 17px;
  padding: 0 0 6px 0;
  font-size: 13px;
  line-height: 18px;
  text-indent: -17px;
}

.layer-popup-terms .box_agreement_txt ul.bar li {
  margin-left: 11px;
  text-indent: -11px;
}

.layer-popup-terms .box_agreement_txt ul li > ul {
  padding-top: 6px;
}

.layer-popup-terms .box_agreement_txt ul li > ul li {
  margin-left: 14px;
  padding: 0 0 3px 0;
  text-indent: -14px;
}

.layer-popup-terms .box_agreement_txt ul li > ul.han li {
  margin-left: 20px;
  text-indent: -20px;
}

.layer-popup-terms .box_agreement_txt ul li > p {
  padding: 6px 0;
  text-indent: 0;
}

.layer-popup-terms .box_agreement_txt .bold {
  font-weight: bold;
}

.layer-popup-terms .btn_comm {
  -webkit-background-size: 400px auto;
  background: url(//cdnticket.melon.co.kr/resource/image/mobile/common/btn_comm.png) no-repeat;
  background-size: 400px auto;
}

.layer-popup-terms .btn_menu, .layer-popup-terms .btn_page_prev, .layer-popup-terms .btn_page_prev2, .layer-popup-terms .btn_page_prev3, .layer-popup-terms .btn_page_close, .layer-popup-terms .btn_menu2, .layer-popup-terms .btn_page_close2 {
  z-index: 100;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
}

.layer-popup-terms .btn_page_close2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: -300px 0;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  /* Fix of Webkit flickering */
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  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 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.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: 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: 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: 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: 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 {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("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'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("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'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("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("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("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("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-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 300ms opacity;
}

.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);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 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;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.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;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("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-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("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 {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  pointer-events: none;
  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 {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-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 {
  visibility: visible;
  pointer-events: auto;
}

.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 {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.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 {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.wrap {
  width: 100%;
  background-color: #fafafa;
}

.promotion-swiper-container {
  position: relative;
  width: 100%;
  height: 464px;
  padding-top: 70px;
}

.promotion-swiper-container + .category-swiper-container {
  margin-top: 0;
}

.promotion-swiper-pagination {
  bottom: 18px !important;
}

.promotion-swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 1px;
  margin: 0 !important;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.18);
  opacity: 1;
}

.promotion-swiper-pagination .swiper-pagination-bullet:first-child {
  border-top-left-radius: 0.5px;
  border-bottom-left-radius: 0.5px;
}

.promotion-swiper-pagination .swiper-pagination-bullet:last-child {
  border-top-right-radius: 0.5px;
  border-bottom-right-radius: 0.5px;
}

.promotion-swiper-pagination .swiper-pagination-bullet-active {
  background: #22f400;
}

.promotion__bg {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          transform: translate3d(0, 0, 0);
}

.promotion__bg:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.promotion__bg img {
  -webkit-filter: blur(20px);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 114%;
  height: auto;
  margin: -7%;
          filter: blur(20px);
  opacity: 1;
}

.promotion__bg img.hidden {
  opacity: 0;
}

.promotion__contents {
  text-align: center;
}

.promotion__contents-thumb {
  width: 230px;
  height: 284px;
  margin: 0 auto;
}

.promotion__contents-thumb img {
  -webkit-box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.25);
  width: inherit;
  height: inherit;
  border-radius: 4px;
          box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.25);
  vertical-align: top;
}

.promotion__contents-tag {
  -webkit-box-flex: 0;
      -ms-flex: none;
  display: block;
          flex: none;
  width: 32px;
  border-radius: 8.4px;
  background-color: #00cd3c;
  color: white;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
}

.promotion__contents-tag-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 230px;
  height: 16px;
  margin: 16px auto 0 auto;
}

.promotion__contents-tag-title {
  -webkit-box-flex: initial;
      -ms-flex: initial;
  word-wrap: normal !important;
  display: block;
  display: block;
          flex: initial;
  max-width: 220px;
  margin-left: 4px;
  overflow: hidden;
  color: #09e200;
  font-size: 13px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promotion__contents-title {
  word-wrap: normal !important;
  display: block;
  width: 230px;
  height: 27px;
  margin: auto;
  margin-top: 2px;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promotion__contents-date {
  height: 15px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}

.wrap-ticketcard {
  background-color: #fff;
}

.wrap-ticketcard .ticket-swiper-container:first-child {
  padding: 24px 0 14px;
}

.wrap-ticketcard .ticket-swiper-container + .ticket-swiper-container {
  padding: 0 0 13px;
}

.wrap-ticketcard .list-mdticket .box_ticket {
  background-color: #E6FAEC;
}

.wrap-ticketcard + .category-swiper-container {
  margin-top: 0;
}

.ticket-swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.ticket-swiper-container .swiper-slide:only-child .wrap_ticketbox {
  width: 100%;
  max-width: 800px;
}

.ticket-swiper-container .swiper-slide:only-child .box_ticket {
  width: 100%;
}

.wrap_ticketbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_ticket {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: space-between;
  width: 335px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 205, 60, 0.3);
  border-radius: 8px;
}

.box_ticket * {
  font-family: 'Pretendard';
}

.box_ticket:before {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  content: '';
}

.box_ticket .ticket_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 100px);
  padding-right: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.box_ticket .ticket_info .tit_info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  color: #191919;
}

.box_ticket .ticket_info .tit_info .tit_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_ticket .ticket_info .tit_info .txt_count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.box_ticket .tit_subject {
  display: block;
  height: 18px;
  margin-top: 5px;
  overflow: hidden;
  color: #4C4C4C;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_ticket .area_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
  z-index: 2;
  position: relative;
          flex: 0 0 94px;
}

.box_ticket .btn_ticket {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: 94px;
  padding: 11px 12px;
  border: 0 none;
  border-radius: 4px;
  background-color: #00C038;
  color: #fff;
  font-family: 'Pretendard';
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.category-swiper-container {
  width: 100%;
  height: 110px;
  margin-top: 70px;
  background-color: white;
}

.category__list {
  width: auto;
  height: inherit;
  padding: 0 16px;
}

.category__list:after {
  display: table;
  clear: both;
  content: "";
}

.category__list__item {
  display: block;
  width: 70px;
  height: 100%;
  margin-right: 10px;
  float: left;
  text-align: center;
}

.category__list__item-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.category__list__item:last-child {
  margin-right: 0;
}

.category__list__item-icon {
  position: relative;
  width: 54px;
  height: 54px;
  margin: auto;
  margin-top: 17px;
  background-position: center;
  background-size: cover;
}

.category__list__item-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: 0px -168px;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category__list__item-icon:after {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.category__list__item-title {
  width: 70px;
  height: 14.6px;
  margin-top: 7px;
  overflow: hidden;
  overflow: hidden;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 14.6px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category__list--no-theme {
  width: 100%;
  padding: 0 10px;
}

.category__list--no-theme .category__list__item {
  width: 25%;
  margin: 0;
}

.category__list--no-theme .category__list__item-title {
  width: auto;
}

.category-container {
  padding: 34px 0 14px;
}

.category-container .category-box {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-line-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
      align-content: space-between;
          justify-content: center;
  width: 375px;
  height: 114px;
  margin: 0 auto;
}

.category-container .category-box .category-list {
  margin: 0 3px;
}

.category-container .category-box .category-list .category-tablet {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 52px;
  overflow: hidden;
  border-radius: 52px;
  line-height: 52px;
  text-align: center;
}

.category-container .category-box .category-list .txt {
  margin-left: 2px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.category-container .category-box .category-list:nth-child(1) {
  width: 97px;
}

.category-container .category-box .category-list:nth-child(1) .category-tablet {
  background: -webkit-gradient(linear, left top, right top, from(#FD4A8A), to(#F67474));
  background: linear-gradient(90deg, #FD4A8A 0%, #F67474 100%);
}

.category-container .category-box .category-list:nth-child(1) .category-tablet .icon {
  width: 24px;
  height: 24px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -358px -286px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category-container .category-box .category-list:nth-child(1) .category-tablet .icon {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.category-container .category-box .category-list:nth-child(2) {
  width: 144px;
}

.category-container .category-box .category-list:nth-child(2) .category-tablet {
  background: -webkit-gradient(linear, left top, right top, from(#E950DA), to(#BC4FFF));
  background: linear-gradient(90deg, #E950DA 0%, #BC4FFF 100%);
}

.category-container .category-box .category-list:nth-child(2) .category-tablet .icon {
  width: 24px;
  height: 24px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -153px -298px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category-container .category-box .category-list:nth-child(2) .category-tablet .icon {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.category-container .category-box .category-list:nth-child(3) {
  width: 105px;
}

.category-container .category-box .category-list:nth-child(3) .category-tablet {
  background: -webkit-gradient(linear, left top, right top, from(#5599FF), to(#4D72F6));
  background: linear-gradient(90deg, #5599FF 0%, #4D72F6 100%);
}

.category-container .category-box .category-list:nth-child(3) .category-tablet .icon {
  width: 24px;
  height: 24px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -306px -264px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category-container .category-box .category-list:nth-child(3) .category-tablet .icon {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.category-container .category-box .category-list:nth-child(4) {
  width: 157px;
}

.category-container .category-box .category-list:nth-child(4) .category-tablet {
  background: -webkit-gradient(linear, left top, right top, from(#844AFF), to(#4B81D3));
  background: linear-gradient(90deg, #844AFF 0%, #4B81D3 100%);
}

.category-container .category-box .category-list:nth-child(4) .category-tablet .icon {
  width: 24px;
  height: 24px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -85px -298px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category-container .category-box .category-list:nth-child(4) .category-tablet .icon {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.category-container .category-box .category-list:nth-child(5) {
  width: 95px;
}

.category-container .category-box .category-list:nth-child(5) .category-tablet {
  background: -webkit-gradient(linear, left top, right top, from(#37CE85), to(#1EC1B7));
  background: linear-gradient(90deg, #37CE85 0%, #1EC1B7 100%);
}

.category-container .category-box .category-list:nth-child(5) .category-tablet .icon {
  width: 24px;
  height: 24px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -34px -336px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .category-container .category-box .category-list:nth-child(5) .category-tablet .icon {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.category-container .category-box .category-list .bullet {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}

.poster {
  padding-top: 36px;
  padding-bottom: 14px;
  background-color: #fafafa;
}

.poster-swiper-container {
  width: 100%;
}

.poster-swiper-container .swiper-slide {
  width: auto;
}

.poster--recommend {
  margin-bottom: 0px;
  border-bottom: 1px solid #ededed;
}

.poster__title {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 31px;
  margin-bottom: 16px;
  color: #464646;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  text-align: center;
}

.poster__title--recommend {
  margin-bottom: 16px;
  padding-top: 14px;
}

.poster__list {
  padding: 0 16px;
}

.poster__list:after {
  display: table;
  clear: both;
  content: "";
}

.poster__list--recommend {
  padding: 0 8px;
}

.poster__list--recommend:after {
  display: table;
  clear: both;
  content: "";
}

.poster__list--recommend .poster__list__item {
  display: block;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 30px;
  padding: 0 8px;
  padding-top: 0px;
  float: left;
}

.poster__list--recommend .poster__list__item:nth-child(2n+1) {
  clear: both;
}

.poster__list--recommend .poster__list__item:nth-last-child(1), .poster__list--recommend .poster__list__item:nth-last-child(2) {
  margin-bottom: 60px;
}

.poster__list--recommend .poster__list__item .poster__list__item-thumb {
  width: 100%;
  height: auto;
}

.poster__list--recommend .poster__list__item .poster__list__item-date {
  height: 19px;
  line-height: 19px;
}

.poster__list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 136px;
  height: 100%;
  margin-right: 16px;
  float: left;
  white-space: nowrap;
}

.poster__list__item:last-child {
  margin-right: 0;
}

.poster__list__item-wrap {
  display: block;
}

.poster__list__item-thumb {
  position: relative;
  width: 136px;
  height: 192px;
  overflow: hidden;
  background-image: url("//cdnticket.melon.co.kr/resource/image/mobile/V2.0/20190315_posternoImg_204x288.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.poster__list__item-thumb:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  content: "";
}

.poster__list__item-thumb img {
  width: inherit;
  height: inherit;
  vertical-align: top;
}

.poster__list__item-title {
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 44px;
  margin-top: 8px;
  overflow: hidden;
  color: #565656;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.13;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: break-all;
}

.poster__list__item-date {
  margin-top: 6px;
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 1.46;
}

.poster__list__item-opts {
  word-wrap: normal !important;
  display: block;
  display: block;
  overflow: hidden;
  color: #00cd3c;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-group {
  padding-top: 26px;
}

.btn-group__list {
  display: block;
  width: 100%;
}

.btn-group__list:after {
  display: table;
  clear: both;
  content: "";
}

.btn-group__list:first-child {
  border-top: 1px solid #ededed;
}

.btn-group__list__item {
  width: 33.3%;
  height: 39px;
  float: left;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
  color: #565656;
  font-size: 13px;
  line-height: 39px;
  text-align: center;
}

.btn-group__list__item:last-child {
  border-right: none;
}

.btn-group__list__item-title {
  display: block;
  width: 100%;
  height: 100%;
}

.news {
  padding-top: 36px;
  text-align: center;
}

.news + .rank {
  border-top: 1px solid #ededed;
}

.news-swiper-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  padding-bottom: 56px;
}

.news-swiper-pagination {
  bottom: 34px !important;
}

.news-swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px 0 0 !important;
  border-radius: 3px;
  background: #c5c5c5;
  opacity: 1 !important;
}

.news-swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
  background: #00cd3c;
}

.news__title {
  display: inline-block;
  position: relative;
  height: 31px;
  margin: auto;
  color: #464646;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
}

.news__title-wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  height: 31px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
  text-align: center;
}

.news__title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 18px;
  margin-top: -9.5px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -258px -104px;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .news__title:after {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.news__list {
  padding-right: 16px;
  padding-left: 16px;
}

.news__list__item {
  position: relative;
  padding-bottom: 33px;
}

.news__list__item:after {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  content: "";
}

.news__list__item:last-child {
  padding-bottom: 0px;
}

.news__list__item:last-child:after {
  display: none;
  height: 0;
}

.news__list__item-wrap {
  display: block;
}

.news__list__item-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.news__list__item-thumb {
  position: relative;
  width: 68px;
  height: 96px;
  float: left;
  background-image: url("//cdnticket.melon.co.kr/resource/image/mobile/V2.0/20190315_posternoImg_204x288.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.news__list__item-thumb:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  content: "";
}

.news__list__item-thumb img {
  width: inherit;
  height: inherit;
  vertical-align: top;
}

.news__list__item-text {
  width: calc(100% - 68px);
  padding-top: 2px;
  padding-left: 16px;
  float: left;
}

.news__list__item-text__title {
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  color: #565656;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  line-height: 1.13;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: break-all;
}

.news__list__item-text__date {
  height: 18px;
  margin-top: 16px;
  margin-bottom: 1px;
  color: #00cd3d;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  text-align: left;
}

.news__list__item-text__locate {
  height: 18px;
  color: #888888;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
}

.news__list__item-label {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 44px;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  background-color: #00cd3c;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.rank {
  padding-top: 35px;
  text-align: center;
}

.rank__tab {
  display: block;
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
}

.rank__tab__item {
  width: 33.3%;
  height: auto;
  float: left;
  background: none;
  opacity: 1 !important;
}

.rank__tab__item-text {
  display: block;
  position: relative;
  padding: 18px 0 10px;
  border-bottom: 1px solid #ededed;
  color: #565656;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.rank__tab__item.swiper-pagination-bullet-active .rank__tab__item-text {
  border-bottom: 1px solid #00cd3c;
  color: #01b925;
}

.rank__title {
  display: inline-block;
  position: relative;
  margin: auto;
  color: #464646;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
}

.rank__title-wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  height: 31px;
  text-align: center;
}

.rank__title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 18px;
  margin-top: -9.5px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -258px -104px;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .rank__title:after {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.rank__list {
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 2px;
  padding-left: 16px;
}

.rank__list__item {
  padding-bottom: 18px;
}

.rank__list__item-wrap {
  display: block;
  position: relative;
}

.rank__list__item-wrap:after {
  display: table;
  clear: both;
  content: "";
}

.rank__list__item:first-child {
  border: none;
}

.rank__list__item--line {
  height: 49px;
  padding-bottom: 0px;
  line-height: 49px;
}

.rank__list__item--line .rank__list__item-contents {
  width: calc(100% - 31px);
  padding-left: 0px;
}

.rank__list__item--line .rank__list__item-contents-title {
  display: block;
  max-height: 49px;
  overflow: hidden;
  color: #717171;
  font-weight: 300;
  line-height: 49px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank__list__item-no {
  width: 15px;
  margin-right: 16px;
  float: left;
  color: #717171;
  font-size: 20px;
  font-weight: 300;
}

.rank__list__item-rank {
  position: absolute;
  top: 28px;
  left: 0;
  width: 20px;
  padding-left: 3px;
  font-size: 12px;
  line-height: 15px;
}

.rank__list__item-rank-icon {
  -webkit-background-size: 400px auto;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 8px;
  height: 15px;
  overflow: hidden;
  background: url("//cdnticket.melon.co.kr/resource/image/mobile/common/ico_comm.png");
  background-size: 400px auto;
  text-indent: -9999px;
  vertical-align: top;
}

.rank__list__item-rank.up {
  color: #f0780a;
}

.rank__list__item-rank.up .rank__list__item-rank-icon {
  background-position: -385px 0;
}

.rank__list__item-rank.down {
  color: #00cd3d;
}

.rank__list__item-rank.down .rank__list__item-rank-icon {
  background-position: -375px 0;
}

.rank__list__item-rank.stay {
  text-indent: -9999px;
}

.rank__list__item-rank.stay .rank__list__item-rank-icon {
  top: 7px;
  left: 4px;
  width: 6px;
  height: 2px;
  border-radius: 1px;
  background: #b7b7b7;
}

.rank__list__item-rank.new {
  left: 1px;
  width: 13px;
  padding-left: 0;
  color: #f0780a;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
}

.rank__list__item-rank.new .rank__list__item-rank-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #f0780a;
  border-radius: 7px;
  background: none;
  line-height: 13px;
  text-indent: -9999px;
}

.rank__list__item-thumb {
  position: relative;
  width: 72px;
  height: 102px;
  float: left;
  background-image: url("//cdnticket.melon.co.kr/resource/image/mobile/V2.0/20190315_posternoImg_204x288.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.rank__list__item-thumb:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  content: "";
}

.rank__list__item-thumb img {
  width: inherit;
  height: inherit;
  vertical-align: top;
}

.rank__list__item-thumb-point {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
  overflow: hidden;
  background: #00cd3d;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.rank__list__item-contents {
  width: calc(100% - 103px);
  padding-left: 14px;
  float: left;
}

.rank__list__item-contents-title {
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 44px;
  overflow: hidden;
  color: #565656;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.13;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: break-all;
}

.rank__list__item-contents-date {
  height: 18px;
  margin-top: 18px;
  margin-bottom: 2px;
  color: #00cd3d;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.rank__list__item-contents-locate {
  height: 18px;
  color: #717171;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.rank__more {
  position: relative;
  width: 97px;
  margin: 0 auto;
  color: #888888;
  font-size: 14px;
  line-height: 44px;
}

.rank__more-wrap {
  padding: 0 16px;
}

.rank__more-list {
  display: none;
}

.rank__more-list.on {
  display: block;
}

.rank__more-link {
  display: block;
  width: 100%;
  height: 44px;
  border: solid 1px #e5e5e5;
}

.rank__more:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 18px;
  margin-top: -9.5px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -213px -136px;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .rank__more:after {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.foru {
  margin-bottom: calc(41px - 5px);
  text-align: center;
}

.foru__title {
  display: inline-block;
  position: relative;
  margin: auto;
  color: #464646;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
}

.foru__title-wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  height: 31px;
  margin-bottom: 12px;
  padding-top: 41px;
  line-height: 31px;
  text-align: center;
}

.foru__title-wrap--set {
  margin-bottom: 17px;
}

.foru__title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 18px;
  margin-top: -9.5px;
  background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites-5f9936890a.png);
  background-position: -258px -104px;
  content: "";
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .foru__title:after {
    background-image: url(//cdnticket.melon.co.kr/resource/image/mobile/V2.0/sprites@2x-969c193859.png);
    background-size: 392px 360px;
  }
}

.foru__sub {
  height: 19px;
  margin-bottom: 14px;
  color: #717171;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
}

.foru__img {
  width: 296px;
  height: 94px;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 100%;
  white-space: nowrap;
}

.foru__img-wrap {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.foru__img-wrap--set {
  position: relative;
  width: 252px;
  height: 150px;
  margin: 0 auto 14px;
}

.foru__img-wrap--set img {
  display: block;
  width: inherit;
  height: inherit;
}

.foru__img-wrap--set:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  content: "";
}

.foru__text {
  margin-bottom: 18px;
  padding: 0 16px;
  color: #565656;
  line-height: 22px;
  text-align: center;
}

.foru__text--bold {
  font-weight: bold;
}

.foru__text--green {
  color: #09e200;
}

.foru__btn {
  display: block;
  position: relative;
  width: 172px;
  height: 34px;
  margin: auto;
  padding-left: 27px;
  border: 1px solid #00cd3c;
  border-radius: 20px;
  background-color: transparent;
  color: #00cd3d;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}

.foru__btn-wrap {
  text-align: center;
}

.foru__btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 19px;
  height: 15px;
  margin-top: -7.5px;
  overflow: hidden;
  background: url("//cdnticket.melon.co.kr/resource/image/mobile/common/ico_comm.png");
  background-position: -275px -50px;
  background-size: 400px auto;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 100%;
  white-space: nowrap;
}

.banner {
  width: 100%;
}

.banner--normal {
  height: 72px;
  margin-top: 5px;
}

.banner--large {
  height: 180px;
}

.banner-swiper-container {
  width: 100%;
  height: 180px;
}

.banner-swiper-pagination {
  display: inline-block;
  right: 9px !important;
  bottom: 9px !important;
  left: initial !important;
  width: 34px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 11px;
  line-height: 19px;
}

.banner__thumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  height: inherit;
  overflow: hidden;
}

.banner__thumb img {
  width: auto;
  height: 100%;
}

@media only screen and (max-device-width: 320px) {
  .promotion-swiper-container {
    height: 437px;
  }
  .promotion-swiper-pagination {
    bottom: 16px !important;
  }
  .promotion__contents-thumb {
    width: 207px;
    height: 258px;
  }
  .category__list__item {
    margin-right: 2px;
  }
  .rank__list__item-contents-date {
    letter-spacing: -0.8px;
  }
  .box_ticket {
    width: 280px;
  }
}

@media screen and (min-width: 568px) {
  .poster__list--recommend .poster__list__item {
    width: 33.3%;
  }
  .poster__list--recommend .poster__list__item:nth-child(2n+1) {
    clear: none;
  }
}
