@charset "UTF-8";
/* Sprites */
.layer-share__btn--band, .layer-share__btn--facebook, .layer-share__btn--twitter, .layer-share__btn--kstory, .layer-share__btn--ktalk {
  background-repeat: no-repeat;
  background-image: url("/common/mobile/img/sprites/retina.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .layer-share__btn--band, .layer-share__btn--facebook, .layer-share__btn--twitter, .layer-share__btn--kstory, .layer-share__btn--ktalk {
    background-size: 165px 132px;
    background-image: url("/common/mobile/img/sprites/retina@2x.png");
  }
}

/* SVG Icons */
/* SVG Icons */
/* Common */
/* Colors
- 알파벳 정렬
- 네이밍 참고 : https://www.colorhexa.com/
*/
/* fonts */
/* active classes */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
button,
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  display: block;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img,
form,
fieldset,
svg,
li {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

/* fieldset issue https://bit.ly/2WjOzaI */
fieldset {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  margin: -1px;
}

input,
button,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

address,
caption,
em {
  font-style: normal;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}

html, body {
  font-size: 0.625rem;
}

body, input, select, textarea, button {
  font-size: 1.5rem;
  font-family: "NotoSansCJKkr", -apple-system, system, "Droid Sans", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  line-height: 1;
}

.blind,
caption span,
legend {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.skip {
  height: 0;
}

.skip a {
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 25px;
  text-align: center;
}

.skip a:focus,
#skip a:active {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #000;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  padding-top: constant(safe-area-inset-top);
  /*  for iOS 11.0  */
  padding-top: env(safe-area-inset-top);
  /*  for iOS 11.2+  */
  padding-bottom: constant(safe-area-inset-bottom);
  /*  for iOS 11.0  */
  padding-bottom: env(safe-area-inset-bottom);
  /*  for iOS 11.2+  */
}

.btn-top {
  display: none;
  position: fixed;
  bottom: 40px;
  bottom: constant(safe-area-inset-bottom)40px; /* iOS 11.0 */
  bottom: env(safe-area-inset-bottom)40px; /* iOS 11.2 */
  right: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.btn-top:before {
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='40' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' d='M27 14h-2.001v-1H24v-1h-1v-1h-1v-1h1V9h1v1h.999v2H25v-1h1v1h1v1h1v1h-1zm-6-5h-1V8h-1.001V7H18V6h1V5h1v1h1v1h1v1h1v2h-2V9zm-4-4h-1V4h-1v36h-2V4h-1v1h-1v1H8.999v2H8v1H7v1H5h1v1H5v1H4v1H3v1H0v-1h1v-1h1v-1h1v-1h1V9h1V8h1V7h1V6h1V5h.999V4H10V3h1V2h1V1h1V0h2v2-1h1v1h1v1h1v1h.999v2H17V5zm-7 2H9V6h1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.bottom-area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.bottom-area .btn-favorite {
  display: inline-block;
  width: 60px;
  height: 50px;
}
.bottom-area .btn-favorite:before {
  display: inline-block;
  width: 19px;
  height: 18px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill='none' stroke='rgb%280%2C0%2C0%29' stroke-width='2' d='M9.85 36.995a1.632 1.632 0 0 1-1.616-1.9l1.8-11.024-7.612-7.795a1.64 1.64 0 0 1-.381-1.662 1.642 1.642 0 0 1 1.307-1.099L13.8 11.919l4.691-9.983c.268-.574.847-.94 1.482-.94h0c.635 0 1.213.366 1.482.94l4.69 9.983 10.454 1.596a1.638 1.638 0 0 1 .924 2.761l-7.611 7.795 1.799 11.024a1.632 1.632 0 0 1-1.616 1.9c-.272 0-.545-.068-.793-.204l-9.329-5.154-9.33 5.154a1.649 1.649 0 0 1-.793.204z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.bottom-area .btn-favorite.is-active:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='43' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' stroke='rgb%280%2C0%2C0%29' d='M12.35 39.498c-.332 0-.662-.102-.944-.3a1.63 1.63 0 0 1-.673-1.601l1.801-11.024-7.612-7.795a1.634 1.634 0 0 1 .926-2.76l10.451-1.596 4.691-9.983a1.635 1.635 0 0 1 1.482-.941h0c.636 0 1.213.366 1.483.941l4.69 9.983 10.453 1.596a1.636 1.636 0 0 1 .924 2.76l-7.611 7.795 1.799 11.024a1.632 1.632 0 0 1-.672 1.601 1.642 1.642 0 0 1-1.736.095l-9.33-5.153-9.33 5.153a1.635 1.635 0 0 1-.792.205z'/%3E%3C/svg%3E");
}
.bottom-area .btn-share {
  display: inline-block;
  width: 60px;
  height: 50px;
}
.bottom-area .btn-share:before {
  display: inline-block;
  width: 17px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='40' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' d='M0 40V10h11v2H2v26h30V12h-9v-2h11v30H0zM22 7h-1V6h-1V5h-1V4h-1V1h1v1h1v1h1v1h1v1h1v1h-1v1zm-6.002-3H15v1h-1v1h-1v1h-1V6h-1V5h1V4h1V3h1V2h1V1h.998V0h2v24.999h-2V4z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.bottom-area .btn-top {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  border: none;
  background: none;
}
.bottom-area .btn-top:before {
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='40' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' d='M27 14h-2.001v-1H24v-1h-1v-1h-1v-1h1V9h1v1h.999v2H25v-1h1v1h1v1h1v1h-1zm-6-5h-1V8h-1.001V7H18V6h1V5h1v1h1v1h1v1h1v2h-2V9zm-4-4h-1V4h-1v36h-2V4h-1v1h-1v1H8.999v2H8v1H7v1H5h1v1H5v1H4v1H3v1H0v-1h1v-1h1v-1h1v-1h1V9h1V8h1V7h1V6h1V5h.999V4H10V3h1V2h1V1h1V0h2v2-1h1v1h1v1h1v1h.999v2H17V5zm-7 2H9V6h1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.page-info {
  position: relative;
  z-index: 10;
  height: 60px;
  background-color: transparent;
  -webkit-transition: bottom 0.3s ease-in;
  transition: bottom 0.3s ease-in;
}
.page-info.is-fixed {
  position: fixed;
  bottom: -70px;
  left: 0;
  width: 100%;
}
.page-info.is-fixed .page-utils {
  bottom: constant(safe-area-inset-bottom); /*  for iOS 11.0  */
  bottom: env(safe-area-inset-bottom); /*  for iOS 11.2+  */
  padding-bottom: constant(safe-area-inset-bottom);
  /*  for iOS 11.0  */
  padding-bottom: env(safe-area-inset-bottom);
  /*  for iOS 11.2+  */
  background-color: #000;
}
.page-info.is-fixed .page-utils:after {
  position: absolute;
  bottom: -1px;
  bottom: calc(constant(safe-area-inset-bottom) - 1px); /*  for iOS 11.0  */
  bottom: calc(env(safe-area-inset-bottom) - 1px); /*  for iOS 11.2+  */
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(247, 247, 247, 0.2);
  content: "";
}
.page-info.is-fixed .page-list {
  bottom: calc(60px + env(safe-area-inset-bottom));
}
.page-info.is-active {
  bottom: 0;
}
.page-info .page-utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  background-color: #000;
}
.page-info .page-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 0 16px;
  color: #fff;
  line-height: 6rem;
  text-align: center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-info .btn-list {
  position: relative;
  width: 60px;
  height: 100%;
  border-right: 1px solid rgba(247, 247, 247, 0.2);
}
.page-info .btn-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='40' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' d='M35.999 39.999H-.002L0 38V2L-.002-.001h36.001v40zM34 2H1.999v36H34V2zM11.999 13H8v-2h3.999v2zm0 8H8v-2h3.999v2zm0 8H8v-2h3.999v2zm16-16H14v-2h13.999v2zm0 8H14v-2h13.999v2zm0 8H14v-2h13.999v2z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.page-info .btn-top {
  display: block;
  position: static;
  width: 60px;
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(247, 247, 247, 0.2);
  background-color: #000;
}
.page-info .btn-top:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='40' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' d='M27 14h-2.001v-1H24v-1h-1v-1h-1v-1h1V9h1v1h.999v2H25v-1h1v1h1v1h1v1h-1zm-6-5h-1V8h-1.001V7H18V6h1V5h1v1h1v1h1v1h1v2h-2V9zm-4-4h-1V4h-1v36h-2V4h-1v1h-1v1H8.999v2H8v1H7v1H5h1v1H5v1H4v1H3v1H0v-1h1v-1h1v-1h1v-1h1V9h1V8h1V7h1V6h1V5h.999V4H10V3h1V2h1V1h1V0h2v2-1h1v1h1v1h1v1h.999v2H17V5zm-7 2H9V6h1v1z'/%3E%3C/svg%3E");
}
.page-info .page-list {
  visibility: hidden;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 0;
  padding: 0 25px;
  border-bottom: 1px solid rgba(247, 247, 247, 0.2);
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-info .page-list.is-active {
  visibility: visible;
  height: 211px;
  padding: 20px 25px;
}
.page-info .page-list .scroll-wrap {
  overflow: hidden;
}
.page-info .page-list .scroll-inner {
  overflow: auto;
  margin-right: -20px;
  padding-right: 20px;
}
.page-info .page-list ul {
  max-height: 170px;
}
.page-info .page-list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  color: #f7f7f7;
  line-height: 3.4rem;
}
.page-info .page-list li a:hover {
  text-decoration: underline;
}
.page-info .page-list li.is-active a {
  text-decoration: underline;
}

#header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: 55px;
  padding: 0 55px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
#header.is-fixed {
  position: fixed;
  top: 0;
  z-index: 21;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#header.is-fixed .logo__img:not(:only-child) {
  display: none;
  font-size: 0;
  line-height: 0;
}
#header.is-fixed .logo__txt {
  display: block;
}
#header.is-hidden {
  top: -55px;
}
#header .logo {
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .logo__link {
  display: block;
  width: 100%;
  height: 100%;
}
#header .logo__link[data-toggle] {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
  color: #1a1a1a;
  line-height: 55px;
}
#header .logo__link[data-toggle]:after {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 6px;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M23 1v1h-1v1h-1v1h-1.001v1h-1.005v.995h-1v1h-1.001v1h-.998v1h-1.001v1h-.999v1h-1v1h-2v-1h-1v-1H8.994v-1h-.999v-1h-1v-1H5.994v-1h-.999V5H4V4H2.999V3h-1V2H1V1H0V0h4v1h.999v1H6v1h1v.995h.995v.999h.999v1.001h1.001v1h1v1h2v-1h1v-1h.999V4.994h1.001v-.999H17V3h1V2h1V1h.999V0h4v1H23z'/%3E%3C/svg%3E") center/cover;
  vertical-align: middle;
  content: "";
}
#header .logo__link[data-toggle].show-dropdown:after {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M20 12v-1h-1v-1h-1.001V9H17v-.997h-.004v-.001h-1v-.999h-1.001V6.002h-.999v-.999h-.999v-1h-2.001v1h-1v.999h-1v1.001h-1v.999H7V9H6v1H4.999v1H4v1H0v-1h1v-1h1V9h1V8h1V7h.996v-.998h1v-.999h1v-1h1v-1h1v-1h1V1.002h1v-1h2.001v1h.999v1.001h.999v1h1.001v1h1v1h1v.999h1V7H20v1h1v1h.999v1H23v1h1v1h-4z'/%3E%3C/svg%3E") center/cover;
}
#header .logo__img {
  position: absolute;
  left: 50%;
  display: block;
  width: 57px;
  height: 100%;
  margin-left: -29px;
  background: url("/jsp/mobile/po/140184/static/img/logo.png") no-repeat center;
  background-size: 57px auto;
}
#header .logo__txt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
  width: 100%;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 55px;
  letter-spacing: -0.9px;
}
#header .logo__txt:only-child {
  display: block;
}
#header .apart-logo__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 15px;
  margin: 0;
  background: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .apart-logo__img img {
  height: 100%;
}
#header .dropdown-lst {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 23;
  min-width: 144px;
  max-width: 100%;
  padding: 30px 20px;
  border: 1px solid rgba(26, 26, 26, 0.5);
  background: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .dropdown-lst li {
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: -0.23px;
  text-align: center;
}
#header .dropdown-lst li a {
  position: relative;
  display: inline-block;
  color: #666666;
}
#header .dropdown-lst li.active {
  font-weight: 500;
}
#header .dropdown-lst li.active a {
  color: #1a1a1a;
}
#header .dropdown-lst li.active a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #1a1a1a;
  content: "";
}
#header .dropdown-lst li ~ li {
  margin-top: 21px;
}
#header [class^=btn] {
  position: absolute;
  top: 0;
  width: 55px;
  height: 100%;
  border-style: solid;
  border-color: #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header [class^=btn]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
#header .btn-menu {
  left: 0;
  border-right-width: 1px;
}
#header .btn-menu:before {
  width: 20px;
  height: 17px;
  margin: -9px 0 0 -10px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='33' fill=''%3E%3Cpath fill-rule='evenodd' d='M-.001 32.999v-3h40v3h-40zm0-18h40v3h-40v-3zm0-15h40v2.999h-40V-.001z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
#header .btn-search {
  right: 0;
  border-left-width: 1px;
}
#header .btn-search:before {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill=''%3E%3Cpath fill-rule='evenodd' d='M36 33.883l-8.582-8.584a15.402 15.402 0 0 0 3.53-9.827c0-8.533-6.942-15.475-15.476-15.475C6.939-.003-.003 6.939-.003 15.472c0 8.534 6.942 15.476 15.475 15.476 3.729 0 7.154-1.327 9.828-3.531l8.583 8.582L36 33.883zM2.993 15.472c0-6.881 5.598-12.48 12.479-12.48 6.882 0 12.481 5.599 12.481 12.48 0 6.882-5.599 12.48-12.481 12.48-6.881 0-12.479-5.598-12.479-12.48z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
#header .btn-back {
  left: 0;
  border-right-width: 1px;
}
#header .btn-back:before {
  width: 10px;
  height: 18px;
  margin: -9px 0 0 -10px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='36'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M4.999 17.999V19h1v1h1v1h1v1h1v1h1v1H11v1h1v1h1v1h.999v1h1v1h1v1h1v1h1v1h1v1h1v3h-3v-1h-1v-1h-1v-1h-1v-1H13v-1h-1v-1h-1v-1H9.999v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1H3v-1H1.999v-1h-1v-1h-1v-2h1v-1h1v-1.001h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1V2h1V.999h1v-1h3v3h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: cover;
}
#header .btn-close-header {
  right: 0;
  border-left-width: 1px;
}
#header .btn-close-header:before {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M21 19h1v1h.999v1H24v1h1v1h.999v1H27v1h.999v1h1v1H30v1h1v1h1v1h1v1h.999v1H35v1h1v1h-1v1h-1.001v1H33v-1h-1v-1h-1v-1h-1v-1h-1.001v-1h-1v-1H27v-1h-1.001v-1H25v-1h-1v-1h-1.001v-1H22v-1h-1v-1h-1.001v-1H19v-1h-2.001v1H16v1h-1v1h-1v1h-1v1h-1v1h-1.001v1H10v1H9v1H8v1H6.999v1h-1v1h-1v1H4v1H3v1H2v-1H.999v-1h-1v-1h1v-1H2v-1h1v-1h1v-1h.999v-1h1v-1h1v-1H8v-1h1v-1h1v-1h.999v-1H12v-1h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-1h-1.001v-1H10v-1H9v-1H8v-1H6.999V9h-1V8h-1V7H4V6H3V5H2V4H.999V3h-1V2h1V1H2V0h1v1h1v1h.999v1h1v1h1v1H8v1h1v1h1v1h.999v1H12v1h1v1h1v1h1v1h1v1h.999v1H19v-1h.999v-1H21v-1h1v-1h.999v-1H24V9h1V8h.999V7H27V6h.999V5h1V4H30V3h1V2h1V1h1V0h.999v1H35v1h1v1h-1v1h-1.001v1H33v1h-1v1h-1v1h-1v1h-1.001v1h-1v1H27v1h-1.001v1H25v1h-1v1h-1.001v1H22v1h-1v2z'/%3E%3C/svg%3E");
  background-size: cover;
}

#leftmenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: constant(safe-area-inset-top);
  /*  for iOS 11.0  */
  padding-top: env(safe-area-inset-top);
  /*  for iOS 11.2+  */
  padding-bottom: constant(safe-area-inset-bottom);
  /*  for iOS 11.0  */
  padding-bottom: env(safe-area-inset-bottom);
  /*  for iOS 11.2+  */
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: visibility 0.1s linear, opacity 0.2s linear;
  transition: visibility 0.1s linear, opacity 0.2s linear;
}
#leftmenu.is-active {
  visibility: visible;
  opacity: 1;
}
#leftmenu .leftmenu-contents {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#leftmenu .leftmenu-contents.is-active {
  width: auto;
}
#leftmenu .utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#leftmenu .utils__item {
  display: inline-block;
  position: relative;
  margin-left: 14px;
  padding-left: 16px;
}
#leftmenu .utils__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
}
#leftmenu .utils__item:first-child {
  margin-left: 0;
  padding-left: 0;
}
#leftmenu .utils__item:first-child:before {
  display: none;
}
#leftmenu .utils__item a {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
}
#leftmenu #nav {
  padding: 0 20px;
}
#leftmenu .lnb {
  padding-top: 42px;
}
#leftmenu .lnb__item {
  margin-top: 35px;
}
#leftmenu .lnb__item:first-child {
  margin-top: 0;
}
#leftmenu .lnb__item.is-selected .tit:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M20.997 1.998v1h-1v1h-1.001v1.001h-.998v1h-1.001v1h-1v1h-1v.999h-1v1.001h-.999v.999h-1v1h-2v-1h-1v-.999h-1V8.998h-1v-.999H5.997v-1h-1v-1h-.999v-1H2.997V3.998h-1v-1h-1v-1h-1v-2h2V.999h1v.999h1.001v1h.999v1h1v1.001h1.001v1h1v1h1v1h1v.999h2v-.999h1v-1h.999v-1h1v-1h1V3.998h1v-1h1.001v-1h.998V.999h1.001V-.002h2v2h-1z' opacity='.6'/%3E%3C/svg%3E");
}
#leftmenu .lnb__item.is-selected .tit em {
  display: block;
}
#leftmenu .lnb__item.is-selected .lnb-sub {
  visibility: visible;
  height: auto;
  margin-top: 24px;
  padding: 25px 0 15px;
}
#leftmenu .lnb .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 2.6rem;
  color: #fff;
}
#leftmenu .lnb .tit.toggle:after {
  width: 11px;
  height: 6px;
  margin-top: 9px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='rgb%28102%2C102%2C102%29'%3E%3Cpath fill-rule='evenodd' d='M20.998 1.998v1h-1v1h-1v1.001h-.999v1h-1.001v1h-1v1h-1v.999h-1v1.001h-.999v.999h-1.001v1h-2v-1h-1v-.999h-.999V8.998h-1v-.999H5.998v-1h-1v-1h-.999v-1H2.998V3.998h-.999v-1H.998v-1h-1v-2h2.001V.999h.999v.999h1.001v1h.999v1h1v1.001h1.001v1h1v1h.999v1h1v.999h2v-.999h1.001v-1h.999v-1h1v-1h1V3.998h1v-1h1.001v-1h.999V.999h1V-.002h2v2h-1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
}
#leftmenu .lnb .tit span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#leftmenu .lnb .tit em {
  display: none;
  margin-top: 17px;
  font-size: 1.8rem;
}
#leftmenu .lnb-sub {
  visibility: hidden;
  position: relative;
  height: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#leftmenu .lnb-sub:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: rgba(229, 229, 229, 0.2);
  content: "";
}
#leftmenu .lnb-sub__item {
  margin-top: 20px;
}
#leftmenu .lnb-sub__item:first-child {
  margin-top: 0;
}
#leftmenu .lnb-sub a {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
}
#leftmenu .lnb2 {
  margin-top: 45px;
}
#leftmenu .lnb2__item {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 13px;
}
#leftmenu .lnb2__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(245, 245, 245, 0.2);
  content: "";
}
#leftmenu .lnb2__item:first-child {
  margin-left: 0;
  padding-left: 0;
}
#leftmenu .lnb2__item:first-child:before {
  display: none;
}
#leftmenu .lnb2__item a {
  font-size: 1.7rem;
  color: #fff;
}
#leftmenu .slide-area {
  margin-top: 50px;
  border-top: 1px solid rgba(229, 229, 229, 0.2);
}
#leftmenu .slide-area__inner {
  position: relative;
}
#leftmenu .slide-area img {
  width: 100%;
}
#leftmenu .slide-area__item {
  padding: 20px 20px 0;
}
#leftmenu .slide-area__item img {
  width: 100%;
}
#leftmenu .slide-area .slick-dots {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
}
#leftmenu .slide-area .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #fff;
}
#leftmenu .slide-area .status {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.1rem;
  line-height: 1;
  border-left: 1px solid rgba(229, 229, 229, 0.2);
}
#leftmenu .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 54px;
  border-left: 1px solid rgba(229, 229, 229, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#leftmenu .btn-close:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' d='M12.998 11.998v.003h1V13h1v1.001h1v1h1.001V16h.999v.999h1.001v1h1v1h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1H18v-1h-1V18h-1.002v-1h-1v-1h-1v-.999h-1v-1h-1V13h-1v1.001h-1v1h-1V16h-1v1h-1v1H6v.999H5v1H3.999v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-1h1v-1h.999V16h1v-.999h1v-1h1V13h1v-.999h1v-1.003h-1v-1h-1v-1h-1v-1h-1v-1h-1v-.999h-.999v-1h-1V4h-1V2.999h-1v-1h-1v-2h2v1h1v1h1v1H5V4h1v.998h.998v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1H17V4h1V2.999h.999v-1h1v-1h1v-1h2v2h-1v1h-1V4h-1v.999h-1v1h-1.001v.999h-.999v1h-1.001v1h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

#content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
}

#footer {
  padding: 44px 0 100px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
}
#footer .footer-list:first-child .footer-list__item:nth-child(2) a {
  color: #1a1a1a;
  font-weight: 500;
}
#footer .footer-list__item {
  display: inline-block;
}
#footer .footer-list__item a {
  display: block;
  position: relative;
  padding: 6px 8px;
  font-size: 1.2rem;
  color: #666;
}
#footer .footer-list__item a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 10px;
  background-color: #e5e5e5;
  content: "";
}
#footer .footer-list__item a:hover {
  color: #1a1a1a;
}
#footer .footer-list__item:last-child a:after {
  display: none;
}
#footer .txt {
  margin-top: 24px;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #aaa;
}
#footer .copyright {
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #999;
}
#footer .logo {
  display: inline-block;
  position: relative;
  width: 41px;
  height: 41px;
  margin-top: 52px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='81'%3E%3Cpath fill='%23E5E5E5' fill-rule='evenodd' d='M52.397 47.109l-.093-.032-.033-.092-9.753-26.954h-4.04l-9.79 27.046-.09.031a37.504 37.504 0 0 0-12.164 6.75l-.598.496L34.83 5.006h11.337l.049.13 18.945 49.218-.599-.496a37.524 37.524 0 0 0-12.165-6.749M34.02 45.746l6.477-17.832 6.477 17.832-.342-.056a37.64 37.64 0 0 0-12.269 0l-.343.056zm19.387 18.778c-3.84-2.491-8.305-3.809-12.91-3.809s-9.069 1.318-12.909 3.809l-.509.33 5.173-14.239.103-.026a33.552 33.552 0 0 1 16.283 0l.106.026.036.102 5.134 14.136-.507-.329zm17.434 4.588l4.385 11.393h4.838L49.265.49H31.758L.931 80.505h4.838l4.386-11.393a33.487 33.487 0 0 1 16.107-16.34l.444-.211-10.112 27.944h4.8l1.467-4.042c3.162-6.894 10.082-11.339 17.636-11.339 7.554 0 14.468 4.431 17.616 11.288l1.488 4.093h4.798L54.29 52.561l.446.211a33.494 33.494 0 0 1 16.105 16.34'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .logo:before {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #ddd;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
}

.layer-share {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
}
.layer-share__tit {
  padding-left: 19px;
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.layer-share__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
}
.layer-share__btn + button {
  margin-left: 20px;
}
.layer-share__btn--ktalk {
  background-position: -98px 0px;
  width: 45px;
  height: 44px;
}
.layer-share__btn--kstory {
  background-position: -49px -48px;
  width: 45px;
  height: 44px;
}
.layer-share__btn--twitter {
  background-position: -49px 0px;
  width: 45px;
  height: 44px;
}
.layer-share__btn--facebook {
  background-position: 0px -48px;
  width: 45px;
  height: 44px;
}
.layer-share__btn--band {
  background-position: 0px 0px;
  width: 45px;
  height: 44px;
}
.layer-share .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.layer-share .btn-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='rgb%2826%2C26%2C26%29'%3E%3Cpath fill-rule='evenodd' d='M12.998 11.998v.003h1V13h1v1.001h1v1h1.001V16h.999v.999h1.001v1h1v1h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1H18v-1h-1V18h-1.002v-1h-1v-1h-1v-.999h-1v-1h-1V13h-1v1.001h-1v1h-1V16h-1v1h-1v1H6v.999H5v1H3.999v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-1h1v-1h.999V16h1v-.999h1v-1h1V13h1v-.999h1v-1.003h-1v-1h-1v-1h-1v-1h-1v-1h-1v-.999h-.999v-1h-1V4h-1V2.999h-1v-1h-1v-2h2v1h1v1h1v1H5V4h1v.998h.998v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1H17V4h1V2.999h.999v-1h1v-1h1v-1h2v2h-1v1h-1V4h-1v.999h-1v1h-1.001v.999h-.999v1h-1.001v1h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

#layerShare:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.h-tit {
  font-family: "Didot";
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: -0.044rem;
  color: #1a1a1a;
  text-align: center;
}

.h-tit2 {
  font-family: "NotoSansCJKkr";
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #1a1a1a;
}

.h-tit3 {
  font-family: "Didot";
  font-size: 2.4rem;
  text-align: center;
}

.sub-desc {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  text-align: center;
  color: #666;
}
.sub-desc em {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: -0.026rem;
  color: #1a1a1a;
  text-transform: uppercase;
}

.tab {
  overflow: hidden;
  position: relative;
  padding-top: 0 !important;
  background-color: #fff;
  font-size: 0;
  text-align: center;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.tab:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
  content: "";
}
.tab.is-fixed {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.tab.is-fixed:before {
  opacity: 0.3;
}
.tab.is-transparent {
  background-color: transparent;
}
.tab.is-transparent .tab-list__item.is-selected a {
  color: #feffff;
}
.tab.is-transparent .tab-list__item.is-selected a:after {
  background-color: #fff;
}
.tab.is-transparent.is-opacity {
  background-color: rgba(255, 255, 255, 0.95);
}
.tab.is-transparent.is-opacity .tab-list__item.is-selected a {
  color: #1a1a1a;
}
.tab.is-transparent.is-opacity .tab-list__item.is-selected a:after {
  background-color: #000;
}
.tab.is-transparent.is-opacity:before {
  opacity: 1;
}
.tab.is-active {
  top: 55px;
}
.tab-box {
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.tab-box::-webkit-scrollbar {
  display: none;
}
.tab-list {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.tab-list__item {
  display: inline-block;
}
.tab-list__item a,
.tab-list__item button {
  display: block;
  position: relative;
  padding: 24px 12px 11px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #bebebe;
}
.tab-list__item a:after,
.tab-list__item button:after {
  position: absolute;
  bottom: 0;
  right: 100%;
  left: 14px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  content: "";
}
.tab-list__item.is-active a, .tab-list__item.is-active button {
  color: #1a1a1a;
}
.tab-list__item.is-active a:after, .tab-list__item.is-active button:after {
  visibility: visible;
  right: 14px;
  left: 14px;
}
.tab-list__item.is-selected a {
  color: #1a1a1a;
}
.tab-list__item.is-selected a:after {
  visibility: visible;
  right: 14px;
  left: 14px;
}
.tab-list__item.is-selected button {
  color: #1a1a1a;
}
.tab-list__item.is-selected button:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='rgb%2826%2C26%2C26%29'%3E%3Cpath fill-rule='evenodd' d='M14.998 2v.997h-1v1h-1v1h-1v1h-1.001v1h-.999v1.001h-1v.999h-2v-.999h-1V6.997h-1v-1H3.997v-1h-.999v-1H1.997v-1H.998V2H0V0h2v.997h.998v1.001h.999v.999h1.001v1h1v1h1v1h2v-1h1v-1h.999v-1h1.001v-.999h1V.997H14V0h2v2h-1.002z'/%3E%3C/svg%3E");
}
.tab-list__item.is-selected a:after,
.tab-list__item.is-selected button:after {
  right: 11px;
}
.tab-list__item .btn-toggle {
  padding-right: 30px;
}
.tab-list__item .btn-toggle:before {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='rgb%28203%2C203%2C203%29'%3E%3Cpath fill-rule='evenodd' d='M14.998 2v.997h-1v1h-1v1h-1v1h-1.001v1h-.999v1.001h-1v.999h-2v-.999h-1V6.997h-1v-1H3.997v-1h-.999v-1H1.997v-1H.998V2H0V0h2v.997h.998v1.001h.999v.999h1.001v1h1v1h1v1h2v-1h1v-1h.999v-1h1.001v-.999h1V.997H14V0h2v2h-1.002z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
}
.tab-list__item .btn-toggle.is-active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tab-sub {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #f1f1f1;
}
.tab-sub-wrap {
  position: relative;
  height: 48px;
  padding-bottom: 20px;
}
.tab-sub__box {
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 8px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.tab-sub__list {
  display: table;
  padding: 11px 13px;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}
.tab-sub__list__item {
  display: table-cell;
}
.tab-sub__list__item a {
  display: block;
  position: relative;
  padding: 10px 10px 10px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #bebebe;
}
.tab-sub__list__item a:after {
  visibility: hidden;
  position: absolute;
  right: 100%;
  bottom: 10px;
  left: 100%;
  z-index: 1;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  content: "";
}
.tab-sub__list__item.is-selected a {
  color: #1a1a1a;
  font-weight: 500;
}
.tab-sub__list__item.is-selected a:after {
  visibility: visible;
  right: 7px;
  left: 7px;
}
.tab-sub .btn-tab-more {
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 50px;
  height: calc(100% - 8px - 1px);
  text-align: center;
  background-color: #fff;
  z-index: 10;
}
.tab-sub .btn-tab-more .dot {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  vertical-align: middle;
  content: "";
  border-radius: 50%;
}
.tab-sub .btn-tab-more .dot:before, .tab-sub .btn-tab-more .dot:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  background-color: #e5e5e5;
  content: "";
  border-radius: 50%;
}
.tab-sub .btn-tab-more .dot:before {
  left: -9px;
}
.tab-sub .btn-tab-more .dot:after {
  right: -9px;
}
.tab-sub .btn-wrap {
  display: none;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.tab-sub .btn-close {
  float: right;
  width: auto;
  padding: 0 21px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 4rem;
  height: 4rem;
  color: #888;
}
.tab-sub.is-show {
  display: block;
}
.tab-sub.is-fixed .tab-sub {
  overflow: visible;
}
.tab-sub.is-fixed .tab-sub__box {
  overflow: visible;
}
.tab-sub.is-fixed .tab-sub__list {
  overflow: visible;
  display: block;
  padding: 16px 13px;
}
.tab-sub.is-fixed .tab-sub__list:before, .tab-sub.is-fixed .tab-sub__list:after {
  content: "";
  display: block;
  clear: both;
}
.tab-sub.is-fixed .tab-sub__list__item {
  float: left;
  display: block;
  width: 50%;
}
.tab-sub.is-fixed .tab-sub__list__item a {
  display: inline-block;
}
.tab-sub.is-fixed .btn-tab-more {
  display: none;
}
.tab-sub.is-fixed .btn-wrap {
  display: block;
}
.tab-bg--left, .tab-bg--right {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 20px;
  height: calc(100% - 8px - 1px);
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.tab-bg--left.is-active, .tab-bg--right.is-active {
  display: block;
}
.tab-bg--right {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.txt-more {
  display: block;
  position: relative;
  margin-top: 21px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.035rem;
  text-align: center;
  color: #bebebe;
}
.txt-more span {
  display: inline-block;
  border-bottom: 1px solid #bebebe;
}

.top-tit {
  padding: 38px 0 34px;
  text-align: center;
}
.top-tit .sub-desc {
  margin-top: 19px;
}

.top-visual {
  overflow: hidden;
  position: relative;
}
.top-visual:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bg-dark 2s ease-out;
  animation: bg-dark 2s ease-out;
  content: "";
}
.top-visual__tit {
  font-family: "Didot";
  font-size: 2.4rem;
}
.top-visual__tit-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 0 18px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-visual__desc {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.top-visual img {
  width: 100%;
  -webkit-animation: fade-in-scale 2s linear;
  animation: fade-in-scale 2s linear;
}
.top-visual .sub-desc {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
}
.top-visual .h-tit3 {
  line-height: 3.1rem;
}

.slick-dots {
  margin-top: 14.5px;
  font-size: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  font-size: 0;
}
.slick-dots li button {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5e5e5;
  text-indent: -999em;
}
.slick-dots li.slick-active button {
  background-color: #1a1a1a;
}
.slick-dots li + li {
  margin-left: 6px;
}

.slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 51px;
  height: 64px;
  margin-top: -32px;
  text-indent: 999px;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='49' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' d='M22.33 47.624l-.664.748L1.435 25.251l-.105.12-.664-.747.111-.126-.111-.127.664-.747.106.12L21.666.624l.664.747L2.095 24.497 22.33 47.624z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.slick-arrow.slick-prev {
  left: 25px;
}
.slick-arrow.slick-next {
  right: 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-pagination {
  margin-top: 60px;
  text-align: center;
}
.slick-pagination li {
  display: inline-block;
  padding-left: 18px;
}
.slick-pagination li:first-child {
  padding-left: 0;
}
.slick-pagination li .num {
  display: block;
  position: relative;
  color: #bebebe;
  font-weight: bold;
  padding-bottom: 2px;
  outline: none;
}
.slick-pagination li.slick-active .num {
  color: #1a1a1a;
  text-decoration: underline;
}

.favorite-checkbox {
  position: absolute;
  top: 0;
  right: 0;
}
.favorite-checkbox input {
  display: block;
  width: 38px;
  height: 38px;
}
.favorite-checkbox input:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  opacity: 0.65;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='43' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' stroke='rgb%28255%2C255%2C255%29' d='M12.35 39.498c-.332 0-.662-.102-.944-.3a1.63 1.63 0 0 1-.673-1.601l1.801-11.024-7.612-7.795a1.634 1.634 0 0 1 .926-2.76l10.451-1.596 4.691-9.983a1.635 1.635 0 0 1 1.482-.941h0c.636 0 1.213.366 1.483.941l4.69 9.983 10.453 1.596a1.636 1.636 0 0 1 .924 2.76l-7.611 7.795 1.799 11.024a1.632 1.632 0 0 1-.672 1.601 1.642 1.642 0 0 1-1.736.095l-9.33-5.153-9.33 5.153a1.635 1.635 0 0 1-.792.205z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.favorite-checkbox input:checked {
  opacity: 0.65;
  background-color: #1a1a1a;
}
.favorite-checkbox input:checked:before {
  opacity: 1;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='43' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' stroke='rgb%280%2C0%2C0%29' d='M12.35 39.498c-.332 0-.662-.102-.944-.3a1.63 1.63 0 0 1-.673-1.601l1.801-11.024-7.612-7.795a1.634 1.634 0 0 1 .926-2.76l10.451-1.596 4.691-9.983a1.635 1.635 0 0 1 1.482-.941h0c.636 0 1.213.366 1.483.941l4.69 9.983 10.453 1.596a1.636 1.636 0 0 1 .924 2.76l-7.611 7.795 1.799 11.024a1.632 1.632 0 0 1-.672 1.601 1.642 1.642 0 0 1-1.736.095l-9.33-5.153-9.33 5.153a1.635 1.635 0 0 1-.792.205z'/%3E%3C/svg%3E");
}

.tag-list {
  text-align: left;
}
.tag-list__item {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  font-size: 1rem;
  color: #bebebe;
}
.tag-list__item:before {
  content: "#";
}
.tag-list__item:last-child {
  margin-right: 0;
}

.banner-list {
  padding: 0 62px;
}
.banner-list:before, .banner-list:after {
  content: "";
  display: block;
  clear: both;
}
.banner-list__item {
  float: left;
  width: calc((100% - 20px) / 2);
  padding-top: 36px;
}
.banner-list__item:first-child {
  padding-top: 0;
}
.banner-list__item:nth-child(2) {
  padding-top: 0;
}
.banner-list__item:nth-child(odd) {
  clear: both;
  margin-right: 20px;
}
.banner-list a {
  display: block;
}
.banner-list img {
  width: 100%;
}
.banner-list .info-box {
  margin-top: 14px;
}
.banner-list .tit {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #1a1a1a;
  text-align: left;
}
.banner-list .tag-list {
  margin-top: 11px;
}

/* Slide */
.slider__list.slick-initialized .slider__item {
  visibility: visible;
}
.slider__item:not(:first-child) {
  visibility: hidden;
}

.slider-video {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.slider-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-video__btn:after {
  position: absolute;
  top: 50%;
  left: 19px;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.slider-video__progress {
  margin: 15px 0;
}
.slider-video__progress-num {
  float: right;
  margin: -4px 0 0 12px;
  font-size: 1.2rem;
  color: #666;
}
.slider-video__progress-num em {
  color: #1a1a1a;
}
.slider-video__progress-bar {
  overflow: hidden;
  display: block;
  position: relative;
  height: 2px;
  background: #e5e5e5;
}
.slider-video__progress-gauge {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
}

.banner-slide {
  visibility: hidden;
}
.banner-slide.slick-initialized {
  visibility: visible;
}
.banner-slide img {
  width: 100%;
}

.multi-slide .slick-arrow {
  opacity: 0.5;
  top: auto;
  bottom: 0;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(229, 229, 229, 0.5);
  background: rgba(0, 0, 0, 0.5);
}
.multi-slide .slick-prev {
  left: 0;
}
.multi-slide .slick-next {
  right: 0;
}
.multi-slide .slick-dots {
  position: absolute;
  bottom: -25.5px;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
}
.multi-slide .txt-slide {
  visibility: hidden;
  padding-top: 50px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background-color: #fff;
}
.multi-slide .txt-slide.slick-initialized {
  visibility: visible;
}
.multi-slide .txt-slide .tit {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1rem;
  text-align: center;
}
.multi-slide .txt-slide .txt {
  padding: 20px 20px 55px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
}

.toggle-content {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}
.toggle-content + .toggle-content {
  border-width: 0 0 1px;
}
.toggle-content:last-child {
  border-width: 0 0 0;
}
.toggle-content.is-active .toggle-content__tit:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.toggle-content__tit {
  display: block;
  width: 100%;
  position: relative;
  padding: 16px 60px 16px 18px;
  font-size: 1.6rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 2.7rem;
  text-align: left;
}
.toggle-content__tit:after {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='20' fill=''%3E%3Cpath fill='none' stroke='%231A1A1A' stroke-width='2' d='M.993 15.999L15 .992l14.007 15.007'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
}
.toggle-content__tit em {
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
  line-height: 1.9rem;
}
.toggle-content-detail {
  display: none;
  padding: 28px 20px;
}
.toggle-content-detail__txt {
  margin-top: 30px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.9rem;
}
.toggle-content--bg.is-active {
  background: #f7f7f7;
}

.layer {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.layer:after {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.layer__wrap {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 320px;
  min-height: 200px;
  margin: 20px auto;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.layer__header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 52px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer__tit {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 19px 0;
  font-size: 1.5rem;
  color: #1a1a1a;
  text-align: left;
}
.layer__sub-tit {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.6rem;
  margin-bottom: 16px;
}
.layer__inner {
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 30px 20px;
  font-size: 1.4rem;
  line-height: 1.61;
  color: #666;
  text-align: left;
}
.layer__inner em {
  color: #b4775c;
}
.layer__inner em.dark {
  color: #1a1a1a;
}
.layer__inner em.point-txt {
  color: #1a1a1a;
}
.layer__inner small {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.61;
}
.layer__inner p + p {
  margin-top: 20px;
}
.layer .btn-area, .layer .layer-my-complex .layer-full__content .btn-area-02, .layer-my-complex .layer-full__content .layer .btn-area-02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
}
.layer .btn-area .btn-white, .layer .layer-my-complex .layer-full__content .btn-area-02 .btn-white, .layer-my-complex .layer-full__content .layer .btn-area-02 .btn-white {
  border-width: 1px 0 0;
  border: 1px solid #e5e5e5;
  color: #666;
}
.layer__txt {
  color: #1a1a1a;
}
.layer .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.layer .btn-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='rgb%2826%2C26%2C26%29'%3E%3Cpath fill-rule='evenodd' d='M12.998 11.998v.003h1V13h1v1.001h1v1h1.001V16h.999v.999h1.001v1h1v1h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1H18v-1h-1V18h-1.002v-1h-1v-1h-1v-.999h-1v-1h-1V13h-1v1.001h-1v1h-1V16h-1v1h-1v1H6v.999H5v1H3.999v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-1h1v-1h.999V16h1v-.999h1v-1h1V13h1v-.999h1v-1.003h-1v-1h-1v-1h-1v-1h-1v-1h-1v-.999h-.999v-1h-1V4h-1V2.999h-1v-1h-1v-2h2v1h1v1h1v1H5V4h1v.998h.998v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1H17V4h1V2.999h.999v-1h1v-1h1v-1h2v2h-1v1h-1V4h-1v.999h-1v1h-1.001v.999h-.999v1h-1.001v1h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.layer-search {
  top: 55px;
  bottom: 0;
  height: auto;
  text-align: left;
}
.layer-search:after {
  display: none;
}
.layer-search .layer__inner {
  padding: 0;
  background: #fff;
}
.layer-search__btn-box {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.layer-search__btn-close {
  float: right;
  padding: 14px 20px;
  font-size: 1.3rem;
  color: #666;
  font-weight: 300;
}
.layer-my-complex .layer__tit-wrap, .layer-my-complex .layer__tit-wrap-02 {
  margin-bottom: 29px;
  padding: 15px 0 35px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  letter-spacing: -0.5px;
  color: #1a1a1a;
}
.layer-my-complex .layer__tit-wrap-02 {
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.layer-my-complex .layer-full__tit-sub {
  font-size: 2rem;
}
.layer-my-complex .check-wrap, .layer-my-complex .check-wrap-02 {
  height: 300px;
  padding: 0 25px 30px;
  background-color: #fafafa;
  overflow-y: auto;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer-my-complex .check-wrap-02 {
  height: 200px;
}
.layer-my-complex .form-row + .btn-area, .layer-my-complex .layer-full__content .form-row + .btn-area-02 {
  margin-top: 0;
}
.layer-my-complex .form-row .check-box {
  width: 33.3333%;
  margin-top: 35px;
}
.layer-my-complex .form-row .check-box + .check-box {
  margin-left: 0 !important;
}
.layer-my-complex .layer-rank {
  width: 100%;
  position: relative;
}
.layer-my-complex .layer-rank .rank__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.layer-my-complex .layer-rank .rank__area-items {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 33.3%;
}
.layer-my-complex .layer-rank .rank__tit {
  font-size: 14px;
}
.layer-my-complex .layer-rank .rank__box {
  width: 100px;
  padding: 15px 5px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #000;
  margin-top: 10px;
  position: relative;
}
.layer-my-complex .layer-rank .rank__box span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.layer-my-complex .layer-rank .rank__del {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  right: 0;
}
.layer-my-complex .layer-rank .rank__del::before {
  content: "×";
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
.layer-my-complex .layer-notice {
  width: 100%;
  position: relative;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-my-complex .layer-notice__txt {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 1.3rem;
  word-break: keep-all;
  line-height: 1.3;
}
.layer-my-complex .layer-notice__txt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill=''%3E%3Cpath fill-rule='evenodd' d='M19.999 39.999C8.954 39.999 0 31.045 0 20 0 8.953 8.954-.001 19.999-.001c11.046 0 20 8.954 20 20.001 0 11.045-8.954 19.999-20 19.999zm0-38c-9.941 0-18 8.059-18 18.001 0 9.941 8.059 17.999 18 17.999 9.942 0 18-8.058 18-17.999 0-9.942-8.058-18.001-18-18.001zm-2 14h4v15h-4v-15zm0-7h4v4h-4v-4z'/%3E%3C/svg%3E") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.layer-my-complex .layer-full__content .btn {
  height: 55px;
  line-height: 5.5rem;
  font-weight: normal;
  margin-top: 35px;
}
.layer-my-complex .layer-full__content .btn-area-02 .btn {
  margin-top: 20px;
}
.layer.layer-vod {
  background-color: #000;
  overflow: hidden;
}
.layer.layer-vod .layer__wrap {
  width: 100%;
  margin: 40px auto;
  background: none;
}
.layer.layer-vod .layer__wrap .layer__content {
  font-size: 0;
  line-height: 0;
  background: none;
}
.layer.layer-vod .layer__wrap .vod-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: none;
}
.layer.layer-vod .layer__wrap img {
  width: 100%;
  height: auto;
}
.layer.layer-vod .layer__wrap video {
  width: 100%;
  height: auto;
}
.layer.layer-vod .btn-close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer.layer-vod .btn-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M17 16h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-2v1h-1v1h-1v1h-1v1h-1v1H9v1H8v1H7v1H6v1H5v1H4v1H3v1H2v1H1v-1H0v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-1H9v-1H8V9H7V8H6V7H5V6H4V5H3V4H2V3H1V2H0V1h1V0h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V9h1V8h1V7h1V6h1V5h1V4h1V3h1V2h1V1h1V0h1v1h1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v2z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.layer-full {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.layer-full__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100%;
}
.layer-full__header {
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  padding: 0 52px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer-full__tit {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  color: #1a1a1a;
}
.layer-full__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer-full__content .btn {
  height: 42px;
  margin-top: 35px;
}
.layer-full .btn-area .btn-white, .layer-full .layer-my-complex .layer-full__content .btn-area-02 .btn-white, .layer-my-complex .layer-full__content .layer-full .btn-area-02 .btn-white {
  border-width: 1px 0 0;
  border: 1px solid #e5e5e5;
  color: #666;
}
.layer-full .btn-close {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}
.layer-full .btn-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='rgb%2826%2C26%2C26%29'%3E%3Cpath fill-rule='evenodd' d='M12.998 11.998v.003h1V13h1v1.001h1v1h1.001V16h.999v.999h1.001v1h1v1h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1H18v-1h-1V18h-1.002v-1h-1v-1h-1v-.999h-1v-1h-1V13h-1v1.001h-1v1h-1V16h-1v1h-1v1H6v.999H5v1H3.999v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-1h1v-1h.999V16h1v-.999h1v-1h1V13h1v-.999h1v-1.003h-1v-1h-1v-1h-1v-1h-1v-1h-1v-.999h-.999v-1h-1V4h-1V2.999h-1v-1h-1v-2h2v1h1v1h1v1H5V4h1v.998h.998v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1H17V4h1V2.999h.999v-1h1v-1h1v-1h2v2h-1v1h-1V4h-1v.999h-1v1h-1.001v.999h-.999v1h-1.001v1h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.status-list {
  font-size: 0;
  text-align: center;
}
.status-list li {
  display: inline-block;
  height: 24px;
  padding: 0 11px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4;
  text-align: center;
  letter-spacing: -0.3px;
}
.status-list--white {
  background-color: #fff;
  color: #000;
}
.status-list--black {
  background-color: #1a1a1a;
  color: #fff;
}
.status-list--gray {
  background-color: #bebebe;
  color: #fff;
}

.step-wrap {
  margin-top: 30px;
}
.step-wrap .lst-step {
  position: relative;
  margin: 0 19.44%;
  font-size: 0;
}
.step-wrap .lst-step:before {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  width: 70%;
  height: 1px;
  background: #e5e5e5;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.step-wrap .lst-step__item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.step-wrap .lst-step__item .ico {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: #e5e5e5;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.step-wrap .lst-step__item .ico.step1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='2' d='M20.999 1c11.046 0 20 8.954 20 20 0 11.045-8.954 20-20 20-11.045 0-20-8.955-20-20 0-11.046 8.955-20 20-20z'/%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M30.999 16v1h-1v1H29v1h-1.001v1H27v1h-1.001v1H25v1h-1v1h-1.001v1h-1v1h-1v1H20v1h-1.001v1H18v-1h-1.001v-1h-1v-1H15v-1h-1.001v-1H13v-1h-1.001v-1h-1v-1H10v-2h1.999v1H13v1h.999v1H15v1h.999v1h1v1H18v1h.999v-1H20v-1h.999v-1h1v-1h1v-1H24v-1h1v-1h.999v-1H27v-1h.999v-1H29v-1h.999v-1H32v2h-1.001z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.step-wrap .lst-step__item .ico.step2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='38' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='2' d='M14.999 31h-9v-9L27 1l8.999 9-21 21zm8-26L32 14M1 34h37.999v2H1v-2z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.step-wrap .lst-step__item .ico.step3:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 18px;
  -webkit-transform: translate(-43%, -50%);
  transform: translate(-43%, -50%);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='37'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 33.967c0-9.392 8.06-17.006 18.003-17.006s18.003 7.614 18.003 17.006'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='2' d='M17.999 1a9 9 0 1 1-9 9 9 9 0 0 1 9-9z'/%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M37.999 23v1H37v1h-1.001v1H35v1h-1.001v1h-1v1H32v1h-1.001v1H30v1h-1.001v1h-1v1H27v1h-1.001v1H25v-1h-1.001v-1h-1v-1H22v-1h-1.001v-1h-1v-1h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1H22v1h.999v1h1v1H25v1h.999v-1H27v-1h.999v-1h1v-1H30v-1h.999v-1H32v-1h.999v-1h1v-1H35v-1h.999v-1H37v-1h1.999v2h-1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.step-wrap .lst-step__item .txt {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  color: #bebebe;
  line-height: 1.15;
  text-align: center;
}
.step-wrap .lst-step__item.is-selected .ico {
  background: #000;
}
.step-wrap .lst-step__item.is-selected .txt {
  color: #1a1a1a;
}

.table {
  border-top: 1px solid #1a1a1a;
}
.table th, .table td {
  padding: 14px 7px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #1a1a1a;
  word-break: break-all;
  border-bottom: 1px solid #e5e5e5;
}

.lifestyle-news__detail {
  padding: 39px 20px 60px 20px;
}
.lifestyle-news__detail .news__tit {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
}
.lifestyle-news__detail .news__tit-sub {
  display: block;
  margin-bottom: 15px;
  color: #666;
  font-weight: 300;
  text-align: center;
}
.lifestyle-news__detail .date {
  font-size: 1.3rem;
  color: #bebebe;
  font-weight: 300;
  text-align: center;
}
.lifestyle-news__detail .news-content {
  padding: 38px 0 58px 0;
  margin-top: 38px;
  border-top: 1px solid #e5e5e5;
  text-align: left;
  color: #666;
}
.lifestyle-news__detail .news-content h3 {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.55;
}
.lifestyle-news__detail .news-content h3 em {
  color: #b4775c;
}
.lifestyle-news__detail .news-content p {
  margin-top: 28px;
  line-height: 1.6;
}
.lifestyle-news__detail .news-content p:first-child {
  margin-top: 0;
}
.lifestyle-news__detail .news-content p em {
  font-weight: bold;
}
.lifestyle-news__detail .news-content img {
  width: 100%;
  margin-bottom: 40px;
}
.lifestyle-news__detail .news-content .news-file-download {
  display: inline-block;
  position: relative;
  margin: 10px 10px 0 0;
  padding: 14px;
  font-size: 1.3rem;
  color: #1a1a1a;
  font-weight: 300;
  vertical-align: top;
  line-height: 1.6;
  border: 1px solid #e5e5e5;
}
.lifestyle-news__detail .news-content .news-file-download:before {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin: 0 6px -3px 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='28'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M3.143 27.998H.857v-9h2.286v7h27.428v-7h2.286v9H3.143zm21.714-12.999h-1.143v.999h-1.143v1.001h-1.143v1h-1.142v.999h-1.143v1H18v1.001h-2.286v-1.001h-1.143v-1h-1.143v-.999h-1.143v-1h-1.142v-1.001H10v-.999H8.857v-1.001H7.714v-1.999H10v.999h1.143v1h1.142v1.001h1.143v.999h1.143v1.001h1.143v-17H18v17h1.143v-1.001h1.143v-.999h1.142v-1.001h1.143v-1h1.143v-.999H26v1.999h-1.143v1.001z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.lifestyle-news__detail .news-content-answer {
  padding: 30px 20px;
  margin: 40px 0 -18px;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  background: #f9f9f9;
}
.lifestyle-news__detail .news-content-answer .name {
  margin-bottom: -15px;
  color: #1a1a1a;
  font-weight: 500;
}
.lifestyle-news__detail .news-content-answer .date {
  margin-top: 20px;
  text-align: left;
}
.lifestyle-news__detail .news-content-answer .date span {
  margin-right: 14px;
}
.lifestyle-news__detail .btn {
  font-weight: 700;
}
.lifestyle-news__detail .btn + .btn {
  margin-top: 20px;
}
.lifestyle-news__detail .event-info__list {
  padding: 30px 8px 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  font-size: 1.4rem;
  color: #666;
  font-weight: 300;
  line-height: 1.43;
}
.lifestyle-news__detail .event-info__tit {
  float: left;
  margin-right: 20px;
  color: #1a1a1a;
  font-weight: 500;
}
.lifestyle-news__detail .event-info__desc {
  overflow: hidden;
  display: block;
}
.lifestyle-news__detail .event-info__desc:not(:last-child) {
  margin-bottom: 18px;
}
.lifestyle-news__detail .event-notice__list {
  padding: 30px 0 0;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.lifestyle-news__detail .event-notice__item {
  position: relative;
  padding-left: 15px;
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
  line-height: 1.67;
}
.lifestyle-news__detail .event-notice__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "?";
}
.lifestyle-news__detail .event-notice__item:not(:first-child) {
  margin-top: 10px;
}

.page-control {
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.page-control a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 10px;
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-control a.is-disabled {
  cursor: default;
  color: #bebebe;
  pointer-events: none;
}
.page-control em {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 62px;
  padding-left: 10px;
  font-family: "Didot";
  font-size: 1.5rem;
}
.page-control span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagination {
  margin: 40px 20px 60px;
  text-align: center;
}
.pagination:before, .pagination:after {
  content: "";
  display: block;
  clear: both;
}
.pagination > button, .pagination span {
  overflow: hidden;
  display: inline-block;
  height: 42px;
  line-height: 4.2rem;
}
.pagination-num {
  font-size: 1.5rem;
  color: #bebebe;
}
.pagination-num em {
  font-weight: bold;
  color: #000;
}
.pagination-btn {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid #e5e5e5;
}
.pagination-btn:before {
  width: 9px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='40'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M17.988 39.371l-.552.626L.646 20.629l-.087.101-.552-.627.092-.105-.092-.106.552-.626.087.101L17.436-.001l.552.626L1.193 19.998l16.795 19.373z'/%3E%3C/svg%3E");
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination-btn--prev {
  float: left;
}
.pagination-btn--next {
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.event-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.event-filter__item {
  position: relative;
}
.event-filter__item a {
  display: block;
  font-size: 1.4rem;
  color: #bebebe;
}
.event-filter__item.is-selected:not(:first-child) {
  margin-left: 8px;
}
.event-filter__item.is-selected:before {
  display: none;
}
.event-filter__item.is-selected a {
  color: #1a1a1a;
}
.event-filter__item.is-selected a:before {
  display: inline-block;
  width: 7px;
  height: 6px;
  margin: -1px 6px 0 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M13 2v.999h-1v1h-1V5h-1v1H9v.999H8V8H7v1H6v.999H5v1H4v-1H3V9H2V8H1V6.999H0V5h2v1h1v.999h1V8h1V6.999h1V6h1V5h1V3.999h1v-1h1V2h1V.999h1v-1h2V2h-1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}
.event-filter__item:not(:first-child) {
  margin-left: 20px;
}
.event-filter__item:not(:first-child):before {
  position: absolute;
  top: 5px;
  left: -11px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #e5e5e5;
  vertical-align: middle;
  content: "";
}
.event__list {
  margin-top: 20px;
  padding: 0 20px;
}
.event__list + .btn-area, .layer-my-complex .layer-full__content .event__list + .btn-area-02 {
  margin-top: 40px;
}
.event__list + .btn-area .btn, .layer-my-complex .layer-full__content .event__list + .btn-area-02 .btn {
  font-weight: bold;
}
.event__item {
  border-bottom: 1px solid #e5e5e5;
}
.event__item:not(:first-child) {
  margin-top: 30px;
}
.event__item.is-disabled .event__status {
  border-color: #bebebe;
  color: #fff;
  background: #bebebe;
}
.event__item.is-disabled .event__status.is-participate {
  color: #bebebe;
  background: #fff;
}
.event__item.is-disabled .event__category, .event__item.is-disabled .event__tit, .event__item.is-disabled .event__date {
  color: #bebebe;
}
.event__link {
  display: block;
}
.event__thumb {
  position: relative;
}
.event__thumb img {
  width: 100%;
}
.event__status {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  min-width: 62px;
  padding: 0 10px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  background: #1a1a1a;
  line-height: 2.4rem;
  text-align: center;
  border: 1px solid #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event__status.is-participate {
  background: #fff;
  color: #1a1a1a;
}
.event__status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.event__tit {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.53;
}
.event__tit-box {
  padding: 25px 0 28px;
  color: #1a1a1a;
  font-weight: 300;
}
.event__category {
  display: block;
  font-size: 1.4rem;
}
.event__date {
  display: block;
  margin-top: 12px;
  font-size: 1.3rem;
  color: #bebebe;
}

.search-result__box {
  padding: 28px 20px 0;
}
.search-result__box ::-webkit-input-placeholder {
  font-size: 1.7rem;
  color: #bebebe;
}
.search-result__box :-moz-placeholder {
  font-size: 1.7rem;
  color: #bebebe;
}
.search-result__box ::-moz-placeholder {
  font-size: 1.7rem;
  color: #bebebe;
}
.search-result__box .input {
  padding: 7px 33px 4px 3px;
  border-bottom: 2px solid #1a1a1a;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 500;
}
.search-result__box .input:focus {
  padding: 7px 33px 4px 3px;
  border: 2px solid #1a1a1a;
  border-width: 0 0 2px;
}
.search-result__box .btn-del {
  width: 33px;
}
.search-result-recommend__tit {
  display: block;
  padding: 29px 9px 0;
  color: #1a1a1a;
}
.search-result-recommend__list {
  counter-reset: item;
  margin: 20px 9px 25px;
}
.search-result-recommend__item {
  position: relative;
  padding-left: 15px;
}
.search-result-recommend__item:not(:first-child) {
  margin-top: 8px;
}
.search-result-recommend__item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  counter-increment: item;
  content: counter(item) ".";
}
.search-result-recommend__item a {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
}

.no-result {
  padding: 99px 0 99px;
}
.no-result__text {
  font-size: 14px;
  letter-spacing: -0.21px;
  color: #bebebe;
  text-align: center;
}

@-webkit-keyframes bg-dark {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes bg-dark {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fade-in-scale {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in-scale {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Didot */
@font-face {
  font-family: "Didot";
  font-weight: bold;
  src: url(/common/mobile/font/Didot-Bold.woff) format("woff"), url(/common/mobile/font/Didot-Bold.ttf) format("truetype");
}
/* Eina */
@font-face {
  font-family: "Eina";
  font-weight: bold;
  src: url(/common/mobile/font/Eina-Bold.woff) format("woff"), url(/common/mobile/font/Eina-Bold.ttf) format("truetype");
}
/* NotoSansCJKkr */
@font-face {
  font-family: "NotoSansCJKkr";
  font-weight: normal;
  src: url(/common/mobile/font/NotoSansKr-DemiLight.woff2) format("woff2"), url(/common/mobile/font/NotoSansKr-DemiLight.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansCJKkr";
  font-weight: 500;
  src: url(/common/mobile/font/NotoSansKr-Medium.woff2) format("woff2"), url(/common/mobile/font/NotoSansKr-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "NotoSansCJKkr";
  font-weight: bold;
  src: url(/common/mobile/font/NotoSansKr-Bold.woff2) format("woff2"), url(/common/mobile/font/NotoSansKr-Bold.ttf) format("truetype");
}
/* Components */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-white {
  border: 1px solid #000;
  background-color: #fff;
  color: #1a1a1a;
}
.btn-gray {
  background-color: #aaabab;
  color: #fff;
}
.btn-black {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.btn-brown {
  border: 1px solid #b4775c;
  background-color: #fff;
  color: #b4775c;
}
.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.btn-more:hover {
  color: #666;
}
.btn-vod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: relative;
  font-family: "Eina";
  text-align: center;
}
.btn-vod:before {
  position: absolute;
  top: 50%;
  right: 2.5px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M6.381 4.124L.499 7.521V.729l5.882 3.395z' opacity='.702'/%3E%3C/svg%3E");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
.btn-vod:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 9px;
  border-radius: 50%;
  border: 1px solid rgba(21, 21, 21, 0.3);
  content: "";
}
.btn-area, .layer-my-complex .layer-full__content .btn-area-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-area .btn + .btn, .layer-my-complex .layer-full__content .btn-area-02 .btn + .btn {
  margin-left: -1px;
}
.btn-area--full {
  display: block;
}
.btn-area--full .btn + .btn {
  margin: 10px 0 0;
}
.btn-refresh {
  height: 46px;
  font-size: 1.4rem;
  vertical-align: top;
  color: #bebebe;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left-width: 0;
}
.btn-refresh:before {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: 0 7px -1px 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='28'%3E%3Cpath fill='%23BEBEBE' fill-rule='evenodd' d='M3.374 7.802c2.171-2.234 5.055-3.465 8.125-3.465h1.685l-2.705-2.791 1.507-1.547 5.267 5.435-5.197 5.441-1.517-1.536 2.684-2.811h-1.724c-5.164 0-9.363 4.324-9.363 9.64 0 5.315 4.199 9.64 9.363 9.64 5.163 0 9.363-4.325 9.363-9.64v-1.095h2.127v1.095c0 3.16-1.195 6.131-3.365 8.366-2.171 2.235-5.055 3.465-8.125 3.465-3.07 0-5.954-1.23-8.125-3.465-2.17-2.235-3.365-5.206-3.365-8.366 0-3.161 1.195-6.131 3.365-8.366z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}
.btn:disabled {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  pointer-events: none;
}

::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #bebebe;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

:-moz-placeholder {
  font-size: 1.4rem;
  color: #bebebe;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

::-moz-placeholder {
  font-size: 1.4rem;
  color: #bebebe;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.check-wrap, .layer-my-complex .check-wrap-02 {
  position: relative;
}
.form-row .check-wrap .check-box + .check-box, .form-row .layer-my-complex .check-wrap-02 .check-box + .check-box, .layer-my-complex .form-row .check-wrap-02 .check-box + .check-box {
  margin-left: 50px;
}
.check-wrap--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.check-wrap--2 .check-box {
  width: 50%;
  margin-top: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.check-wrap--2 .check-box:nth-child(2n-1) {
  padding-right: 20px;
}
.check-wrap--2 .check-box:first-child, .check-wrap--2 .check-box:nth-child(2) {
  margin-top: 0;
}
.check-wrap--2 .check-box + .check-box {
  margin-left: 0;
}
.form-row .check-wrap--2 .check-box + .check-box {
  margin-left: 0;
}

.check-box {
  display: inline-block;
  position: relative;
}
.check-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff;
  line-height: 2rem;
}
.check-box input:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 8px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15' fill='rgb%28190%2C190%2C190%29'%3E%3Cpath fill-rule='evenodd' d='M20.999 2v1h-1v1h-1v1H18v1h-1.001v1h-1v1h-1v1h-1v1H13v1h-1.001v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1V9h-1V8h-1V7h-1V5h2v1h1v1h1v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1V9h1V8H13V7h.999V6h1V5h1V4h1V3H18V2h.999V1h1V0h2v2h-1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.check-box input:checked {
  border: 0;
  background-color: #1a1a1a;
}
.check-box input:checked:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15' fill='rgb%28255%2C255%2C255%29'%3E%3Cpath fill-rule='evenodd' d='M20.999 2v1h-1v1h-1v1H18v1h-1.001v1h-1v1h-1v1h-1v1H13v1h-1.001v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1V9h-1V8h-1V7h-1V5h2v1h1v1h1v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1V9h1V8H13V7h.999V6h1V5h1V4h1V3H18V2h.999V1h1V0h2v2h-1z'/%3E%3C/svg%3E");
}
.check-box label {
  display: block;
  padding-left: 28px;
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2rem;
}

.radio-wrap {
  font-size: 0;
  vertical-align: top;
}
.radio-wrap.read-only {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.radio-wrap--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-wrap--2 .radio-box {
  width: 50%;
  margin-top: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.radio-wrap--2 .radio-box:nth-child(2n-1) {
  padding-right: 30px;
}
.radio-wrap--2 .radio-box:first-child, .radio-wrap--2 .radio-box:nth-child(2) {
  margin-top: 0;
}
.radio-wrap--2 .radio-box + .radio-box {
  margin-left: 0;
}
.form-row .radio-wrap--2 .radio-box + .radio-box {
  margin-left: 0;
}

.radio-box {
  display: inline-block;
  position: relative;
  min-width: 20px;
  min-height: 20px;
}
.radio-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff;
}
.radio-box input:checked {
  border: 6px solid #1a1a1a;
}
.radio-box input:disabled {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}
.radio-box input:disabled + label {
  color: #bebebe;
}
.radio-box label {
  display: block;
  padding-left: 28px;
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2rem;
}
.radio-box + .radio-box {
  margin-left: 20px;
}

.input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 5px 13px;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.input:focus {
  padding: 3px 12px;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.input:-moz-read-only {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid;
  border-color: transparent transparent #e5e5e5;
  background-color: #fff;
  pointer-events: none;
}
.input:read-only {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid;
  border-color: transparent transparent #e5e5e5;
  background-color: #fff;
  pointer-events: none;
}
.input--readonly:-moz-read-only {
  padding: 5px 13px;
  border: 0;
  background-color: #f6f6f6;
}
.input--readonly, .input--readonly:read-only {
  padding: 5px 13px;
  border: 0;
  background-color: #f6f6f6;
}
.input--attached {
  padding-right: 42px;
}

textarea {
  width: 100%;
  height: 130px;
  padding: 14px 13px;
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2.1rem;
  background-color: #f6f6f6;
  border: none;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus {
  padding: 12px;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}

.select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 42px;
  font-size: 1.4rem;
}
.select-wrap .select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 13px;
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select-wrap .select:focus {
  color: #1a1a1a;
  border-color: #1a1a1a;
  background-color: #fff;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.select-wrap .select:focus + .select-value {
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.select-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-wrap .input-wrap .input {
  padding-left: 0;
}
.select-wrap .select-value {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 13px;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #bebebe;
  border: 1px solid transparent;
}
.select-wrap.is-data .select {
  color: #1a1a1a;
}
.select-wrap.is-data .select-value {
  color: #1a1a1a;
}
.select-wrap--type2 .select {
  color: #bebebe;
}
.select-wrap:after {
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 10;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' d='M20.998 1.998v1h-1v1h-1v1.001h-.999v1h-1.001v1h-1v1h-1v.999h-1v1.001h-.999v.999h-1.001v1h-2v-1h-1v-.999h-.999V8.998h-1v-.999H5.998v-1h-1v-1h-.999v-1H2.998V3.998h-.999v-1H.998v-1h-1v-2h2.001V.999h.999v.999h1.001v1h.999v1h1v1.001h1.001v1h1v1h.999v1h1v.999h2v-.999h1.001v-1h.999v-1h1v-1h1V3.998h1v-1h1.001v-1h.999V.999h1V-.002h2v2h-1z'/%3E%3C/svg%3E");
  background-size: 11px 6px;
  background-position: calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.require {
  color: #f40045;
  margin-left: 2px;
}

.at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 0 3.5px;
  background: #f6f6f6;
  font-size: 1.4rem;
  color: #333;
  font-weight: 300;
}

.label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2rem;
}
.label.label--question {
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.label.label--question em {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  color: #000;
  font-family: "Didot";
  line-height: 1.25;
}
.label--dot {
  color: #666;
}
.label--dot:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 4px 0;
  background-color: #bebebe;
  content: "";
  border-radius: 5px;
}

.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  /* 아파트 동 입력 */
}
.input-wrap .btn-del {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-wrap .btn-del:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill=''%3E%3Cpath fill-rule='evenodd' d='M11.998 10.997v.004h1v1h1v1h1V14h1v1.001h1V16H18v1h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-.999h-1.002V16h-1v-.999h-1V14h-1v-.999h-1v-1h-1v1h-1V14h-1v1.001h-1V16h-.999v1.001H5V18H4v1H3v1H2v1H0v-2h1v-1h1v-1h1v-1h.998v-.999h1V14h1.001v-.999h.999v-1h1v-1h1V9.997h-1v-1h-1v-1h-.999v-.999H4.998V5.997h-1V5H3V4H2V3H1V2H0V0h2v1h1v1h1v1h1v.997h.999v1h.999v1h1v1.001h1v.999h1v1h1v-1h1v-.999h1V5.997h1v-1h1v-1H16V3h1V2h1V1h1V0h2v2h-1v1h-1v1h-1v1h-1.002v.997h-1v1.001h-1v.999h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.input-wrap.is-active .input {
  padding: 3px 43px 3px 12px;
  border: 1px solid #1a1a1a;
  background-color: #fff;
}
.input-wrap.is-active .btn-del {
  display: block;
}
.input-wrap.input-certify .input {
  padding-right: 50px;
}
.input-wrap.input-certify .btn-del {
  right: 50px;
}
.input-wrap.input-captcha {
  height: 46px;
}
.input-wrap.input-captcha .captcha-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  padding: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 0;
  line-height: 46px;
}
.input-wrap.input-captcha .captcha-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.input-wrap.text-end-type .input {
  padding-right: 72px;
}
.input-wrap.text-end-type .label--txt {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #1a1a1a;
}
.input-wrap.text-end-type .btn-del {
  right: 30px;
}
.input-wrap.input-unit .input {
  padding-right: 30px;
}
.input-wrap .txt-input {
  position: absolute;
  top: 0;
  right: 13px;
  height: 42px;
  line-height: 4.2rem;
  font-size: 1.4rem;
  color: #1a1a1a;
}

.txt-noti {
  font-size: 1.4rem;
  color: #bebebe;
  line-height: 2rem;
}
.txt-noti--brown {
  color: #b4775c;
}

.txt-error {
  font-size: 1.4rem;
  color: #f40045;
  line-height: 2rem;
}
.txt-error + .input-wrap {
  margin-top: 14px;
}

.timer {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #f40045;
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-row + .form-row {
  margin-top: 25px;
}
.form-row + .btn-area, .layer-my-complex .layer-full__content .form-row + .btn-area-02 {
  margin-top: 40px;
}
.form-row > div + div {
  margin-top: 10px;
}
.form-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-row--flex > *:first-child {
  margin-left: 0;
}
.form-row--flex .select-wrap + .select-wrap,
.form-row--flex .select-wrap + .input-wrap {
  margin-left: 10px;
}
.form-row--flex .input-wrap + .input-wrap,
.form-row--flex .input-wrap + .select-wrap {
  margin-left: 10px;
}
.form-row--flex .input-wrap:first-child:last-of-type + .btn {
  margin-left: 0;
}
.form-row--complex .label {
  margin: 0 15px 0 4px;
  line-height: 4.2rem;
}
.form-row .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 106px;
  height: auto;
  font-weight: normal;
}
.form-row .btn.btn-attach-file {
  width: 100%;
  height: 42px;
  margin: 10px 0 15px;
}
.form-row .txt-noti,
.form-row .txt-error {
  margin: 10px 0;
}

.form-link {
  float: right;
  margin-top: 20px;
  font-size: 0;
}
.form-link a {
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2rem;
}
.form-link a + a:before {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 10px;
  background: #e5e5e5;
  vertical-align: -1px;
  content: "";
}
.form-link + .check-box {
  margin-top: 20px;
}

.form-txt {
  font-size: 1.4rem;
}

.form-notice {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.61;
}
.form-notice em {
  color: #f40045;
}

.terms-area {
  padding: 20px 0 15px;
  border-top: 1px solid #e5e5e5;
}
.terms-area__tit {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
  word-break: keep-all;
}
.terms-area__tit.first {
  margin-top: 25px;
}
.terms-area__tit em {
  color: #bebebe;
}
.terms-area__tit em.point {
  color: #f40045;
}
.terms-area__box {
  overflow-x: hidden;
  overflow-y: auto;
  height: 140px;
  margin-top: 15px;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.terms-area__box strong {
  font-weight: 300;
  color: #333;
  line-height: 1.43;
}
.terms-area__box p {
  color: #666;
}
.terms-area .radio-wrap {
  margin-top: 15px;
  text-align: right;
}

.attach-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.attach-file {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 42px;
  padding-left: 13px;
  font-size: 1.4rem;
  color: #666;
  vertical-align: middle;
  border: 0;
  background-color: #f6f6f6;
}
.attach-file input {
  width: 100%;
  height: 100%;
}
.attach-clicker {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1px;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 42px;
  background: #e5e5e5;
  font-size: 1.4rem;
  color: #666;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.attach-clicker.disabled {
  pointer-events: none;
  background-color: #e5e5e5;
}
.attach-clicker:disabled {
  background-color: #e5e5e5;
}
.attach-clicker label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.attach-selected {
  display: none;
  color: #1a1a1a;
}
.attach-files {
  display: none;
  padding: 15px 12px;
  margin-top: 20px;
  border-radius: 1px;
  background-color: #f6f6f6;
}
.attach-files__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
}
.attach-files__item:last-child {
  padding-bottom: 0;
}
.attach-files em {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attach-files span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3px;
}
.attach-files .btn-del {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 42px;
  height: 100%;
  margin-left: auto;
}
.attach-files .btn-del:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill=''%3E%3Cpath fill-rule='evenodd' d='M11.998 10.997v.004h1v1h1v1h1V14h1v1.001h1V16H18v1h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-.999h-1.002V16h-1v-.999h-1V14h-1v-.999h-1v-1h-1v1h-1V14h-1v1.001h-1V16h-.999v1.001H5V18H4v1H3v1H2v1H0v-2h1v-1h1v-1h1v-1h.998v-.999h1V14h1.001v-.999h.999v-1h1v-1h1V9.997h-1v-1h-1v-1h-.999v-.999H4.998V5.997h-1V5H3V4H2V3H1V2H0V0h2v1h1v1h1v1h1v.997h.999v1h.999v1h1v1.001h1v.999h1v1h1v-1h1v-.999h1V5.997h1v-1h1v-1H16V3h1V2h1V1h1V0h2v2h-1v1h-1v1h-1v1h-1.002v.997h-1v1.001h-1v.999h-1v1h-1v1h-1v1z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

.file__button {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  background: #aaabab;
  cursor: pointer;
}

.filter-year {
  border-bottom: 1px solid #e5e5e5;
}
.filter-year__box {
  position: relative;
  width: 120px;
  height: 40px;
  color: #666;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.filter-year__input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M0 30V2h6V0h2v2h14V0h2v2h6v28H0zM28 4h-4v2h-2V4H8v2H6V4H2v5h26V4zm0 7H2v17h26V11zM8 18H6v-2h2v2zm0 4H6v-2h2v2zm4-4h-2v-2h2v2zm0 4h-2v-2h2v2zm4-4h-2v-2h2v2zm0 4h-2v-2h2v2zm4-4h-2v-2h2v2zm0 4h-2v-2h2v2zm4-4h-2v-2h2v2z'/%3E%3C/svg%3E");
  background-size: 15px;
  background-position: calc(100% - 22px) 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.filter-year__text {
  margin-right: 20px;
}
.filter-year__length {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 39px;
  height: 27px;
  padding: 0 3px;
  margin-left: 18px;
  border: 1px solid #e5e5e5;
  font-size: 1.5rem;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-menu.datepicker {
  width: 240px;
  margin-top: 7px;
  padding: 16px 12px 12px;
  border-radius: 0;
  border-color: #1a1a1a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu.datepicker:before, .dropdown-menu.datepicker:after {
  display: none;
}
.dropdown-menu.datepicker .table-condensed th.prev, .dropdown-menu.datepicker .table-condensed th.next {
  padding-bottom: 13px;
}
.dropdown-menu.datepicker .table-condensed th.hover, .dropdown-menu.datepicker .table-condensed th.next:hover {
  background: none;
}
.dropdown-menu.datepicker .table-condensed th.datepicker-switch {
  padding-bottom: 20px;
  font-size: 1.8rem;
  color: #1a1a1a;
  pointer-events: none;
}
.dropdown-menu.datepicker .table-condensed th.datepicker-switch:hover {
  background: none;
}
.dropdown-menu.datepicker .table-condensed th button {
  position: relative;
  width: 20px;
  height: 20px;
}
.dropdown-menu.datepicker .table-condensed th button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -6px;
  width: 7px;
  height: 10px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='rgb%280%2C0%2C0%29'%3E%3Cpath fill-rule='evenodd' d='M6 5.999V7H5v.999H4V9H3v.999H1.999v1H0V9h.999V7.999h1V7H3V5.999h1V5H3V3.999H1.999v-1h-1v-1H0v-2h1.999V1H3v.999h1v1h1v1h1V5h1v.999H6z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.dropdown-menu.datepicker .table-condensed th button.btn-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-menu.datepicker .table-condensed td {
  width: 240px;
  padding: 0;
  border-radius: 0;
  background-color: #e5e5e5;
}
.dropdown-menu.datepicker .table-condensed td span.year {
  width: 80px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 48px;
  color: #666;
}
.dropdown-menu.datepicker .table-condensed td span.year.old, .dropdown-menu.datepicker .table-condensed td span.year.new {
  color: #666;
}
.dropdown-menu.datepicker .table-condensed td span.year:hover {
  background-color: #aaa;
  color: #fff;
}
.dropdown-menu.datepicker .table-condensed td span.focused, .dropdown-menu.datepicker .table-condensed td span.active, .dropdown-menu.datepicker .table-condensed td span.active:hover, .dropdown-menu.datepicker .table-condensed td span.active.active, .dropdown-menu.datepicker .table-condensed td span.active.active:hover {
  background: none;
  background-color: #aaa;
  color: #fff;
  text-shadow: none;
}
.dropdown-menu.datepicker + .file__button {
  margin-left: 9px;
}

/* Pages */
.full-page.gwangan-1 .full-page__item:before {
  background-image: url("/jsp/mobile/po/140184/static/img/main-complete/gwangan-img-1.jpg");
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gwangan .guide-txt {
  font-size: 7px;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  z-index: 1;
}