* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: none;
  background: #f4f4f4 url("../../images/playstation-pattern.png");
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: underline;
  color: rgb(255, 101, 80);
}
#wrap {
  overflow-x: hidden;
  padding-bottom: 2em;
}
#header {
  text-align: center;
}
#header form {
  margin-top: -1em;
}
#header form input[type="text"] {
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 0.4em 0.5em;
  width: 180px;
  margin-right: 3px;
}
#header form input[type="submit"],
#header .btn_cancle {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #ffffff;
  letter-spacing: -1px;
  padding: 0.4em 0.7em;
  margin-right: -1px;
  cursor: pointer;
  color: #444;
  font-size: 0.925em;
  height: 34px;
  text-decoration: none;
  font-weight: 400;
}
#header .btn_cancle {
  color: #aaa;
  background: #fafafa;
}
#header h1 {
  margin: 1em;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 300;
}
#content {
  padding: 0 1em;
}
#content h2 {
  font-size: 0.9em;
  height: 3em;
  padding-bottom: 1em;
}
#content h3 {
  display: none;
  font-size: 0.725em;
  color: #555;
}
ul.item {
  padding: 0;
  margin: 1em -2em;
  list-style: none;
  text-align: center;
}
ul.item li {
  display: inline-block;
  position: relative;
  width: 300px;
  margin: 0 1em 2em 1em;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}
ul.item li .box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
ul.item li .desc {
  padding: 1em;
  height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
ul.item li .btns {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-left: 0.5em;
  top: 225px;
  transition: 0.3s;
  opacity: 0;
}
ul.item li:hover .btns {
  opacity: 1;
}
ul.item li .btns a {
  display: block;
  float: left;
  font-size: 1em;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 3em;
  background: #ffffff;
  color: #ff8a5c;
  text-align: center;
  margin: 0.2em;
  transition: 0.3s;
}
ul.item li .btns a:hover {
  background: #e41749;
  color: #ffffff;
}
ul.item li img {
  width: 100%;
  height: auto;
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0.01deg);
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0.01deg);
  -moz-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0.01deg);
  transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
ul.item li:hover img {
  transform: scale3d(1.6, 1.6, 1) rotate3d(0, 0, 0, 0.01deg);
  -webkit-transform: scale3d(1.6, 1.6, 1) rotate3d(0, 0, 0, 0.01deg);
  -moz-transform: scale3d(1.6, 1.6, 1) rotate3d(0, 0, 0, 0.01deg);
  transition: transform 15s ease-out;
  -webkit-transition: -webkit-transform 15s ease-out;
  -moz-transition: -moz-transform 15s ease-out;
}

.fancybox__content {
  padding: 0;
}
#footer {
  position: fixed;
  word-break: break-all;
  width: 100%;
  bottom: 0;
  z-index: 1;
  text-align: center;
  font-size: 0.725em;
  padding: 1em;
  color: #ccc;
  background: #444;
}
#footer a {
  color: #ccc;
  text-decoration: none;
}

/* unescowhipic */

.header_unescowhipic {
  padding-top: 100px;
}

#subscribe_unescowhipic > span,
#subscribe_unescowhipic > input[type="submit"] {
  font-size: 17px !important;
}

#subscribe_unescowhipic > input[type="submit"] {
  font-size: 17px !important;

  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
}

#subscribe_unescowhipic > input[name="email"] {
  width: 290px !important;
  font-size: 17px !important;
  margin-right: 0 !important;
  border: 1px solid #e1e1e1 !important;
}

#subscribe_unescowhipic > span {
  padding-right: 5px;
}

.body_unescowhipic {
  background: #ffffff !important;
}

.h1_unescowhipic {
  font-weight: 700 !important;
  font-size: 24px !important;
  letter-spacing: 0 !important;
}

.span_unescowhipic {
  font-size: 14px;
}

.footer_unescowhipic {
  padding: 2em !important;
  background: #0f171f !important;
}

.a_unescowhipic:hover {
  color: #ffa200;
}

.span_unescowhipic br.br_policy {
  display: none;
}

.h1_unescowhipic br.br_title_end {
  display: none;
}

@media (max-width: 630px) {
  .header_unescowhipic img {
    width: 90%;
  }
  .header_unescowhipic {
    width: 100%;
    padding-bottom: 120px;
    padding-top: 50px;
  }
  .h1_unescowhipic {
    font-size: 19.5px !important;
  }
  #subscribe_unescowhipic input {
    margin: 5px;
  }

  #subscribe_unescowhipic > input[name="email"] {
    width: 85% !important;
    margin-top: 10px !important;
  }

  #subscribe_unescowhipic > span,
  #subscribe_unescowhipic > input[type="submit"] {
    font-size: 16px !important;
  }

  .span_unescowhipic {
    font-size: 11px !important;
  }

  .span_unescowhipic br.br_policy {
    display: block;
  }

  .leanmodal_layer h4 {
    font-size: 15px !important;
  }

  .leanmodal_layer .modal_con {
    overflow: auto !important;
    height: 400px !important;
    font-size: 12px !important;
  }

  #modal_policy {
    top: 50px !important;
  }

  .leanmodal_layer .modal_close {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 452px) {
  .h1_unescowhipic br.br_title_and {
    display: none;
  }
  .h1_unescowhipic br.br_title_end {
    display: block;
  }
}

@media (max-height: 750px) {
  .header_unescowhipic {
    padding-bottom: 120px;
  }
}

/* unescowhipic */

#lean_overlay {
  background: #010101 url(/img/common/animated-overlay.gif);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.leanmodal_layer {
  z-index: 1100;
  border-radius: 1px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  width: 90%;
  max-width: 700px;
  margin-left: -45%;
  border-radius: 1em;
}
.leanmodal_layer h4 {
  padding: 20px;
  margin: 0;
  color: #fff;
  background: #595c7d;
  font-family: "Franklin Gothic Bold", "Arial Black", sans-serif;
  font-size: 20px;
}
.leanmodal_layer .modal_con {
  background: #fff;
  color: #666;
  height: 500px;
  text-shadow: none;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  positoin: relative;
  overflow-y: auto;
}
.leanmodal_layer .modal_close {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 17px;
  top: 17px;
  text-indent: -9999px;
  background: url(/img/common/bt_close2.gif) 50% 50% no-repeat;
  z-index: 2;
}
.leanmodal_layer .mytextarea {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  border: none;
}
