@charset "UTF-8";
/* SVG Icons */
/* 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: "NotoSansKr", -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: clac(constant(safe-area-inset-bottom)40px); /* iOS 11.0 */
  bottom: clac(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: 12;
}
.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: 20;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
#header.is-hidden {
  top: -55px;
}
#header .logo {
  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: 100%;
}
#header .logo a {
  display: block;
  width: 57px;
  height: 100%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='19' fill=''%3E%3Cpath fill-rule='evenodd' d='M66.49 19.009c-5.248.003-9.499-4.253-9.503-9.5-.001-5.247 4.255-9.497 9.503-9.5 5.247-.002 9.498 4.253 9.501 9.5.003 5.247-4.254 9.497-9.501 9.5zm0-15.798a6.296 6.296 0 0 0-6.301 6.298 6.298 6.298 0 0 0 6.301 6.3c3.48-.003 6.304-2.82 6.299-6.3a6.295 6.295 0 0 0-6.299-6.298zM54.662 18.714l-3.678.003-3.046-6.223-4.009.003.003 6.223-3.308.002L40.615.374l7.31-.008c.054 0 .697.002.745.004 3.147.076 5.676 2.73 5.678 5.997.002 2.311-1.261 4.316-3.114 5.321l3.439 7.026h-.011zM50.374 4.45c-.471-.579-1.254-.99-2.071-1.03l-4.378.001.003 5.973 4.205-.008c.812 0 1.711-.406 2.206-.991.442-.52.74-1.207.74-1.997a3.06 3.06 0 0 0-.705-1.948zM28.183 15.798c2.333-.001 4.538-.929 5.279-3.304l3.476-.002c-.864 4.28-4.378 6.517-8.755 6.517-5.036 0-9.269-4.248-9.272-9.496C18.907 4.126 23.147.012 28.183.01c4.304-.003 7.808 2.167 8.737 6.736l-3.455.001c-.812-2.537-2.803-3.569-5.282-3.552-3.021.023-5.966 2.667-5.965 6.26.003 3.478 2.802 6.345 5.965 6.343zm-15.545-.227l-7.847.006L3.67 18.72l-3.668.002L6.935.366l3.542-.002 6.951 18.348-3.663.002-1.127-3.143zM8.708 4.749l-2.814 7.746 5.64-.003-2.826-7.743z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
#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.997v-3h40v3h-40zm0-17.999h40v2.999h-40v-2.999zm0-15.001h40v3h-40v-3z'/%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;
}

#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;
  z-index: 101;
  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 {
  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: "";
}

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

#footer {
  padding: 44px 0 50px;
  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: "";
}

.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: "NotoSansKr";
  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;
  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: 21;
  width: 100%;
  padding-top: 19px;
  background-color: rgba(255, 255, 255, 0.9);
}
.tab.is-fixed:before {
  opacity: 0.3;
}
.tab.is-fixed.is-transparent .tab-bg--left, .tab.is-fixed.is-transparent .tab-bg--right {
  display: none !important;
}
.tab.is-transparent {
  background-color: transparent;
}
.tab.is-transparent .tab-list__item.is-selected a {
  color: #ffffff;
}
.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;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin-top: -10px;
}
.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: 15px 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.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: #666;
}
.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;
  letter-spacing: -0.2px;
}
.layer__inner p + p {
  margin-top: 20px;
}
.layer .btn-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.layer .btn-area .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;
  z-index: 1;
  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 .btn-close-white {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 52px;
  height: 52px;
}
.layer .btn-close-white: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__email .layer__inner {
  padding: 17px 20px 21px;
}
.layer__email .layer__inner .layer__tit {
  margin-bottom: 17px;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  white-space: initial;
  line-height: 1.73;
  letter-spacing: -0.23px;
  color: #000;
}
.layer__email .layer__inner .layer__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: -0.21px;
  color: #666;
}
.layer__email .layer__inner .layer__txt em {
  display: block;
  color: #1a1a1a;
}
.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-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 {
  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: 15px;
  height: 15px;
  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 11.9%;
  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: 500;
  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 0 0;
}
.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-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;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.lifestyle-news__detail .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 {
  padding: 38px 0 58px 0;
  margin-top: 38px;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 1px 0;
  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 {
  max-width: 100%;
  width: 100%;
}
.lifestyle-news__detail .news-content-answer {
  padding: 30px 20px;
  margin: 40px 0 -18px;
  border-bottom: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.lifestyle-news__detail .news-content-answer img {
  max-width: 100%;
  width: 100%;
  margin: 30px 0;
}
.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 .btn-area {
  margin-bottom: 50px;
}
.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 {
  margin-top: 40px;
}
.event__list + .btn-area .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;
}
.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;
}

.top-banner {
  background: #000;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.top-banner__link {
  display: block;
}
.top-banner__link img {
  width: 100%;
  height: auto;
}
.top-banner__text {
  display: block;
  padding: 15px;
  color: #fff;
}
.top-banner__text span {
  line-height: 1.25;
  letter-spacing: 0.8px;
  font-weight: 700;
}
.top-banner__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(229, 229, 229, 0.2);
  line-height: 60px;
}
.top-banner__control a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: -0.21px;
  color: #666;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-banner__control a.btn-noshow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-btn-box {
  position: relative;
  margin: 0 0 40px;
  padding: 40px 20px 0;
  border-top: 1px solid #e5e5e5;
}

.error-page-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;
  height: 100vh;
  text-align: center;
  background-color: #f6f6f6;
}
.error-page-tit {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -1.25px;
}
.error-page-txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.61;
  letter-spacing: -0.21px;
  color: #666;
}
.error-page .btn {
  width: 160px;
  margin: auto;
}

.layer-vod {
  background-color: #000;
  overflow: hidden;
}
.layer-vod .layer__wrap {
  width: 100%;
  margin: 40px auto;
  background: none;
}
.layer-vod .layer__wrap .layer__content {
  font-size: 0;
  line-height: 0;
  background: none;
}
.layer-vod .layer__wrap .vod-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: none;
}
.layer-vod .layer__wrap img {
  width: 100%;
  height: auto;
}
.layer-vod .layer__wrap video {
  width: 100%;
  height: auto;
}
.layer-vod .btn-close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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-vod .btn-hide-today {
  position: absolute;
  top: 28px;
  right: 67px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.21px;
  text-align: left;
  color: #666666;
}

@-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.woff2) format("woff2"), 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.woff2) format("woff2"), url(/common/mobile/font/Eina-Bold.ttf) format("truetype");
}
/* NotoSansKr */
@font-face {
  font-family: "NotoSansKr";
  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: "NotoSansKr";
  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: "NotoSansKr";
  font-weight: bold;
  src: url(/common/mobile/font/NotoSansKr-Bold.woff2) format("woff2"), url(/common/mobile/font/NotoSansKr-Bold.ttf) format("truetype");
}
::-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 {
  position: relative;
}
.form-row .check-wrap .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 {
  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 em {
  color: #bebebe;
}
.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;
}

.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--half {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-top: 20px;
}
.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;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-area .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;
}
.btn-download {
  width: 45px;
  height: 23px;
}
.btn-download:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.5px;
  height: 14px;
  margin: -7px 0 0 -7px;
  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-position: center center;
  background-size: 100% auto;
  content: "";
}

.member .inner {
  padding: 40px 20px;
}
.member .terms-area__box.terms-area__box-agreement {
  padding: 20px 20px 30px;
}
.member .terms-area__box.terms-area__box-agreement p + h4 {
  margin: 38px 0 -13px;
}
.member .terms-area__box.terms-area__box-agreement .agreement-tit {
  margin: 16px 0 23px;
}
.member .terms-area__box.terms-area__box-agreement h4:first-child {
  margin: 16px 0 23px;
}
.member .terms-area__box.terms-area__box-agreement .tbl {
  margin-top: 20px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #e5e5e5;
}
.member .terms-area__box.terms-area__box-agreement .tbl.tbl-type2 table th, .member .terms-area__box.terms-area__box-agreement .tbl.tbl-type2 table td {
  padding: 11px 0 11px;
}
.member .terms-area__box.terms-area__box-agreement .tbl.tbl-type2 table td {
  color: #666;
}
.member .terms-area__box.terms-area__box-agreement .tbl.tbl-type2 table td ul li {
  font-size: 13px;
}
.member .terms-area__box.terms-area__box-agreement .tbl.tbl-type2 + p {
  margin: 25px 0 24px;
}
.member .terms-area__box.terms-area__box-agreement .tbl table th, .member .terms-area__box.terms-area__box-agreement .tbl table td {
  padding: 11px 0 11px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
.member .terms-area__box.terms-area__box-agreement .tbl table th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.35px;
}
.member .terms-area__box.terms-area__box-agreement .tbl table td {
  font-size: 1.3rem;
  line-height: 1.62;
  letter-spacing: -0.2px;
  vertical-align: top;
}
.member .terms-area__box.terms-area__box-agreement .tbl table td .general-rules-box:last-child {
  margin-bottom: 0;
}
.member .terms-area__box.terms-area__box-agreement .tbl + h4 {
  margin: 43px 0 19px;
}
.member .terms-area__box.terms-area__box-agreement-type2 .tbl table th, .member .terms-area__box.terms-area__box-agreement-type2 .tbl table td {
  padding: 11px 5px 11px;
}
.member .terms-area__box.terms-area__box-agreement-type2 p + h4 {
  margin: 11px 0 19px;
}
.member .terms-area__box.terms-area__box-agreement-type2 ul li {
  margin-top: 0;
}
.member .terms-area__box .general-rules-box {
  margin-bottom: 8px;
}
.member .terms-area__box .general-rules-box .point-txt {
  display: block;
  color: #f40045;
}
.member .terms-area__box .general-rules-box ul li {
  margin-top: 0;
  line-height: 1.62;
  font-size: 13px;
}
.member .terms-area__box .general-rules-box ul li em {
  color: #1a1a1a;
}
.member .terms-area__box .general-rules-box strong {
  margin: 2px 0 3px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.38px;
}
.member .terms-area__box h4 {
  margin: 50px 0 19px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #1a1a1a;
}
.member .terms-area__box h4:first-child {
  margin-top: 3px;
}
.member .terms-area__box strong {
  display: block;
  margin: 19px 0 11px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #1a1a1a;
}
.member .terms-area__box ul li {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: -0.23px;
  color: #666;
}
.member .terms-area__box ul li:first-child {
  margin-top: 0;
}
.member .terms-area__box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: -0.23px;
}
.member .terms-area__box p + ul {
  margin-top: 8px;
}
.member .terms-area__box p em {
  color: #1a1a1a;
}
.member .terms-area__box .effective-date {
  font-size: 1.5rem;
  font-weight: 300;
  color: #666;
}
.member .tit-area {
  padding: 36px 20px 38px;
}
.member .tit-area .h-tit2 {
  margin-bottom: 25px;
}
.member .tit-area .sub-desc {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666;
  word-break: keep-all;
}
.member__txt {
  font-size: 1.4rem;
  color: #666;
  font-weight: 300;
  line-height: 2.5rem;
}
.member__txt em {
  color: #1a1a1a;
  font-weight: bold;
}
.member__txt-box {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.member__txt-box .btn {
  margin-top: 20px;
  font-weight: bold;
}
.member .form-join .msg {
  margin-bottom: 12px;
  font-size: 1.5rem;
}
.member .form-join .form-wrap {
  padding-top: 40px;
  border-top: 1px solid #1a1a1a;
}
.member .form-agree {
  padding: 50px 20px;
}
.member .form-agree .check-box {
  display: block;
  padding-bottom: 15px;
}
.member .form-agree .check-box label {
  font-size: 1.6rem;
  font-weight: bold;
}
.member .form-agree .terms-area {
  padding: 25px 0 15px;
}
.member .form-agree .terms-area .check-box {
  display: inline-block;
}
.member .form-agree .terms-area .check-box label {
  margin-right: 20px;
  font-weight: 300;
}
.member .form-agree .terms-area--marketing {
  margin-top: 15px;
}
.member .form-agree .terms-area--marketing .terms-area__tit {
  margin-bottom: 15px;
}
.member .form-agree .terms-area--all {
  text-align: center;
}
.member .form-agree .terms-area--all label {
  font-size: 1.8rem;
}
.member .form-agree .btn {
  margin-top: 40px;
}
.member .form-agree.content-privacy__bottom {
  padding: 0;
}
.member .form-agree.content-privacy__bottom .terms-area {
  border-top: 0;
}
.member .form-agree.content-privacy__bottom .terms-area--marketing {
  border-top: 1px solid #e5e5e5;
}
.member .banner {
  margin: 50px 20px;
}
.member .banner img {
  width: 100%;
  height: auto;
}
.member .banner__txt {
  padding: 40px 0 40px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.member .banner__txt .join-text {
  margin: 0 auto 14px;
  width: 112px;
  height: 15px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='223' height='29'%3E%3Cpath fill='%231A1A1A' fill-rule='evenodd' d='M219.132 16.485l-.604-14.683h4.025l-.603 14.683h-2.818zm1.409 1.555c1.322 0 2.242.921 2.242 2.216 0 1.325-.92 2.217-2.242 2.217-1.294 0-2.243-.892-2.243-2.217 0-1.295.949-2.216 2.243-2.216zm-10.847 4.549c-4.371 0-6.155-2.39-6.327-5.125h3.307c.087 1.295 1.122 2.303 3.221 2.303 1.783 0 2.761-.662 2.761-1.699 0-3.166-8.57-.345-8.57-6.42 0-2.504 2.243-4.692 5.925-4.692 4.284 0 5.722 2.936 5.866 4.951h-3.279c-.115-1.065-.92-2.159-2.674-2.159-1.697 0-2.559.691-2.559 1.785 0 2.908 8.569.346 8.569 6.392 0 2.533-2.071 4.664-6.24 4.664zm-12.286-9.3c0-2.044-.92-3.397-2.961-3.397-2.157 0-3.509 1.353-3.509 3.685v8.666h-3.422V7.301h3.163v1.986c.633-1.18 2.157-2.331 4.601-2.331 3.624 0 5.55 2.418 5.55 5.901v9.386h-3.422v-8.954zm-20.539 9.3c-4.745 0-7.735-3.599-7.735-7.803 0-4.203 2.99-7.83 7.735-7.83 4.774 0 7.765 3.627 7.765 7.83 0 4.204-2.991 7.803-7.765 7.803zm0-12.611c-2.473 0-4.314 1.901-4.314 4.808 0 2.879 1.841 4.779 4.314 4.779 2.502 0 4.343-1.9 4.343-4.779 0-2.907-1.841-4.808-4.343-4.808zm-12.311-5.181c-1.265 0-2.156-.864-2.156-2.102 0-1.267.891-2.16 2.156-2.16 1.237 0 2.128.893 2.128 2.16 0 1.238-.891 2.102-2.128 2.102zm-6.272 17.446h-3.422V10.036h-2.272V7.301h2.272V3.414h3.422v3.887h2.502v2.735h-2.502v12.207zm-10.991-2.13c-.949 1.554-2.704 2.476-5.034 2.476-4.399 0-6.901-3.542-6.901-7.803 0-4.26 2.502-7.801 6.901-7.801 2.33 0 4.085.921 5.034 2.475V7.33h3.162v14.913h-3.162v-2.13zm-4.314-10.106c-2.588 0-4.199 2.102-4.199 4.779 0 2.678 1.611 4.779 4.199 4.779 2.617 0 4.199-2.101 4.199-4.779 0-2.677-1.582-4.779-4.199-4.779zM129.06.651h3.421v21.592h-3.421V.651zm-10.302 21.938c-4.831 0-6.585-2.851-6.585-6.68V7.301h3.422v8.781c0 2.332 1.092 3.483 3.163 3.483 2.071 0 3.164-1.151 3.164-3.483V7.301h3.422v8.608c0 3.829-1.754 6.68-6.586 6.68zm-10.988-.346h-3.422V10.036h-2.272V7.301h2.272V3.414h3.422v3.887h2.502v2.735h-2.502v12.207zm-10.992-2.13c-.949 1.554-2.703 2.476-5.032 2.476-4.401 0-6.903-3.542-6.903-7.803 0-4.26 2.502-7.801 6.903-7.801 2.329 0 4.083.921 5.032 2.475V7.33h3.164v14.913h-3.164v-2.13zm-4.313-10.106c-2.589 0-4.199 2.102-4.199 4.779 0 2.678 1.61 4.779 4.199 4.779 2.616 0 4.198-2.101 4.198-4.779 0-2.677-1.582-4.779-4.198-4.779zM79.002 14.47v7.773H75.58V7.301h3.163v2.073c.547-.95 1.812-2.217 4.4-2.217.144 0 .489.029.489.029v3.195s-.402-.057-.776-.057c-2.416 0-3.854 1.267-3.854 4.146zM64.703 28.548c-4.486 0-6.528-2.879-6.844-5.211h3.423c.316 1.152 1.322 2.275 3.479 2.275 2.358 0 3.652-1.44 3.652-3.542v-2.332c-.834 1.296-2.416 2.303-4.716 2.303-4.256 0-6.873-3.425-6.873-7.543 0-4.117 2.617-7.542 6.873-7.542 2.3 0 3.997.921 4.975 2.476V7.301h3.164V21.61c0 3.944-2.531 6.938-7.133 6.938zm-.316-18.57c-2.473 0-4.141 1.901-4.141 4.52 0 2.592 1.668 4.521 4.141 4.521 2.531 0 4.17-1.929 4.17-4.521 0-2.619-1.639-4.52-4.17-4.52zm-13.752 3.311c0-2.044-.921-3.397-2.962-3.397-2.157 0-3.508 1.353-3.508 3.685v8.666h-3.423V7.301h3.164v1.986c.632-1.18 2.157-2.331 4.601-2.331 3.623 0 5.55 2.418 5.55 5.901v9.386h-3.422v-8.954zm-20.539 9.3c-4.746 0-7.736-3.599-7.736-7.803 0-4.203 2.99-7.83 7.736-7.83 4.773 0 7.764 3.627 7.764 7.83 0 4.204-2.991 7.803-7.764 7.803zm0-12.611c-2.473 0-4.314 1.901-4.314 4.808 0 2.879 1.841 4.779 4.314 4.779 2.502 0 4.342-1.9 4.342-4.779 0-2.907-1.84-4.808-4.342-4.808zm-19.448 9.328c3.077 0 5.406-1.67 6.096-4.549h3.71c-.834 4.866-4.745 7.889-9.806 7.889-5.953 0-10.209-4.347-10.209-10.652C.439 5.718 4.695 1.37 10.648 1.37c5.061 0 8.972 3.023 9.806 7.889h-3.71c-.69-2.879-3.019-4.549-6.096-4.549-4.084 0-6.528 2.879-6.528 7.284 0 4.405 2.444 7.312 6.528 7.312zm155.607 2.937h-3.422V7.301h3.422v14.942z'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.member .banner__txt .h-tit3 {
  font-family: "NotoSansKr";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1a1a1a;
}
.member .banner__txt .h-tit3 strong {
  font-weight: bold;
}
.member .banner__txt .btn {
  width: 44.44%;
  margin: 30px auto 0;
}
.member-result__txt {
  font-size: 1.7rem;
  color: #1a1a1a;
  line-height: 3rem;
}
.member-result__txt em {
  position: relative;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}
.member-result__txt em:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #1a1a1a;
  content: "";
}
.member-result__txt-box {
  padding: 30px 0;
  text-align: center;
}
.member-result__txt-box .btn {
  margin-top: 70px;
  font-weight: bold;
}
.member-reset-password .inner {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.member-duplicate .inner {
  border-top: 1px solid #e5e5e5;
}
.member-duplicate-table .table {
  margin: 14px 0 20px;
}
.member-duplicate-table .table .col1 {
  width: 13%;
}
.member-duplicate-table .table td {
  padding: 24px 10px;
}
.member-duplicate-table .msg {
  margin-bottom: 35px;
}
.member-duplicate-table .radio {
  vertical-align: top;
}
.member-duplicate-table .status {
  display: inline-block;
  width: 55px;
  height: 24px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #1a1a1a;
  line-height: 2.4rem;
  text-align: center;
  border: 1px solid #1a1a1a;
}
.member-duplicate-table .status.is-inactive {
  color: #f40045;
  border-color: #f40045;
}
.member-duplicate .tbl-account .col {
  width: 40%;
}
.member-duplicate .tbl-account th, .member-duplicate .tbl-account td {
  text-align: left;
  font-weight: 300;
  border-bottom-width: 0;
}
.member-duplicate .tbl-account th {
  padding: 7px 10px 7px 0;
  color: #666;
}
.member-duplicate .tbl-account td {
  padding: 7px 0 7px 0;
}
.member-contractor .inner {
  border-top: 1px solid #e5e5e5;
}
.member .txt {
  font-size: 1.4rem;
  color: #1a1a1a;
}
.member .msg {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  color: #666;
  line-height: 2.2rem;
}
.member .msg:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  color: #666;
  line-height: 2.2rem;
  content: "※";
}
.member .content-privacy .btn {
  margin-top: 30px;
}