@charset "UTF-8";
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
    * @Document   : layout
    * @comment    : 사이트 공통 레이아웃(navi 및 footer 포함)
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
body {
  width: 100%;
}

.lw-wrap {
  color: #505050;
  padding-bottom: 91px;
}

.lw-wrap--main {
  padding-bottom: 0;
  overflow: hidden;
}

.lw-wrap--main .lw-header {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: initial;
  visibility: visible;
}

.lw-header {
  position: relative;
  width: 100%;
  height: 46px;
  z-index: 500;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  visibility: visible;
  /* IOS Notch */
  /* padding-top: constant(safe-area-inset-top); */
  /* ≤IOS 11.0 */
  /* padding-top: env(safe-area-inset-top); */
  /* >iOS 11.0*/
}

.lw-header--main {
  background: initial;
  visibility: visible;
}

.lw-header--main .lw-header__bg-color {
  opacity: 0;
  visibility: visible;
}

.lw-header__btn-group {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 200;
}

.lw-header__bg-color {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: block;
  visibility: visible;
  /* ios 투명 버그로 인해 수치 변명 */
  opacity: 0.999;
}

.navi-wrap {
  position: fixed;
  width: 280px;
  height: 100vh;
  z-index: 8000;
  left: -280px;
  display: none;
  top: 0;
}

.navi-wrap__inner {
  position: relative;
  height: 100vh;
  border-radius: 12px;
  background-color: #fff;
  margin-top: -13px;
}

.navi-header {
  background: url("../../adventure/img/common/bg_gnb.jpg") no-repeat top left;
  background-size: 280px 125px;
}

.navi-header__logo {
  padding-bottom: 16px;
}

.navi-header__logo img {
  padding-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 66px;
}

.user-field {
  padding-left: 13px;
  padding-bottom: 27px;
}

.user-field__user-name {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans";
  font-weight: 700;
  /* fontSize And lineHeight (42px / 42px) */
  font-size: 0.93333rem;
  line-height: 0.93333rem;
  text-align: left;
  color: #fff;
  letter-spacing: 0.1rem;
}

.navi {
  overflow: hidden;
}

.navi__depth1 {
  float: left;
  width: 25%;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.navi__depth1__link {
  display: block;
  height: 76px;
  padding-top: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans";
  font-weight: 500;
  /* fontSize And lineHeight (30px / 30px) */
  font-size: 0.66667rem;
  line-height: 0.66667rem;
  text-align: center;
  color: #333333;
}

.navi__depth1__link span {
  display: block;
}

.navi__depth1__link img {
  width: 100%;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.navi__depth1:nth-child(4n+4) {
  border-right: none;
}

.navi__depth1:nth-child(1), .navi__depth1:nth-child(2), .navi__depth1:nth-child(3), .navi__depth1:nth-child(4) {
  padding-top: 10px;
}

.navi__depth1:nth-child(1) .navi__depth1__link img {
  width: 24px;
}

.navi__depth1:nth-child(2) .navi__depth1__link img {
  width: 24px;
}

.navi__depth1:nth-child(3) .navi__depth1__link {
  padding-top: 10px;
}

.navi__depth1:nth-child(3) .navi__depth1__link img {
  width: 24px;
}

.navi__depth1:nth-child(4) .navi__depth1__link {
  padding-top: 12px;
}

.navi__depth1:nth-child(4) .navi__depth1__link img {
  width: 24px;
}

.navi__depth1:nth-child(5) .navi__depth1__link img {
  width: 16px;
}

.navi__depth1:nth-child(6) .navi__depth1__link img {
  width: 16px;
}

.navi__depth1:nth-child(7) .navi__depth1__link img {
  width: 16px;
}

.navi__depth1:nth-child(8) .navi__depth1__link img {
  width: 22px;
}

.navi__depth1:nth-child(9) .navi__depth1__link img {
  width: 24px;
}

.navi__depth1:nth-child(10) .navi__depth1__link img {
  padding-bottom: 14px;
  width: 27px;
}

.navi__depth1:nth-child(11) .navi__depth1__link img {
  padding-bottom: 12px;
  width: 30px;
}

.navi__depth1:nth-child(12) .navi__depth1__link img {
  padding-bottom: 15px;
  width: 23px;
}

.quick-menu {
  background-color: #fafafa;
}

.quick-menu__list {
  border-bottom: 1px solid #e4e4e4;
}

.quick-menu__list__link {
  position: relative;
  display: block;
  padding: 12px 14px;
  font-family: "Noto Sans";
  font-weight: 500;
  /* fontSize And lineHeight (42px / 42px) */
  font-size: 0.93333rem;
  line-height: 0.93333rem;
  text-align: left;
  color: #222222;
}

.quick-menu__list__link::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #777777;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quick-menu--terms {
  border-top: 1px solid #e4e4e4;
}

.app-download {
  overflow: hidden;
  padding: 21px 14px;
  height: 100vh;
  background-color: #fafafa;
}

.app-download__title {
  padding-bottom: 14px;
}

.app-download__list {
  float: left;
  width: 25%;
  text-align: center;
}

.app-download__list__img {
  display: inline-block;
  height: 50px;
  padding-bottom: 10px;
}

.app-download__list__subtitle {
  font-family: "Noto Sans";
  font-weight: 500;
  /* fontSize And lineHeight (30px / 36px) */
  font-size: 0.66667rem;
  line-height: 0.8rem;
  text-align: center;
  color: #505050;
}

.gnb-dimmed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 7900;
  opacity: 0;
  display: none;
}

.gnb-dimmed__cross {
  position: absolute;
  top: 30px;
  left: 290px;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  text-indent: -500em;
}

.gnb-dimmed__cross::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gnb-dimmed__cross::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.util-menu {
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 14px;
  z-index: 100;
}

.util-menu__list {
  float: left;
}

.util-menu__list__link {
  display: block;
  width: 30px;
  height: 21px;
}

.util-menu__list:nth-child(1) a {
  background: url("../../adventure/img/common/imgSet.png") no-repeat 0 0;
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
}

.util-menu__list:nth-child(2) a {
  background: url("../../adventure/img/common/imgSet.png") no-repeat -30px 0;
  -webkit-background-size: 300px 300px;
  background-size: 300px 300px;
}

.main-contents {
  width: 340px;
  height: 100%;
  margin: 0 auto;
}

.sub-contents {
  margin-bottom: 50px;
}

.sub-contents--main {
  margin-bottom: 0px !important;
}

.footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0;
  margin-bottom: 60px;
}

.footer__inner {
  padding: 10px 0 15px 0;
  text-align: center;
}

.footer__lotteworld-info {
  padding: 0 15px;
  font-family: "Noto Sans";
  font-weight: 400;
  /* fontSize And lineHeight (36px / 70px) */
  font-size: 0.8rem;
  line-height: 1.55556rem;
  text-align: center;
  color: #505050;
}

.footer__copy {
  font-family: "Lato";
  font-weight: 400;
  /* fontSize And lineHeight (34px / 34px) */
  font-size: 0.75556rem;
  line-height: 0.75556rem;
  text-align: center;
  color: #505050;
}

.footer-info {
  text-align: left;
  padding: 14px;
}

.footer-info__title {
  padding-bottom: 15px;
  font-family: "Noto Sans";
  font-weight: 500;
  /* fontSize And lineHeight (48px / 48px) */
  font-size: 1.06667rem;
  line-height: 1.06667rem;
  text-align: left;
  color: #505050;
}

.footer-info__text__list {
  text-indent: -5px;
  padding-left: 5px;
}

.footer-info__text__list:before {
  content: '';
  display: inline-block;
  text-indent: -5px;
  width: 3px;
  height: 3px;
  vertical-align: top;
  margin-top: 10px;
  border-radius: 50%;
  margin-right: 3px;
  background-color: #505050;
}

.tab-bar {
  position: fixed;
  bottom: 0;
  height: 61px;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  background-color: #ffffff;
  z-index: 10;
}

.tab-bar__inner {
  overflow: hidden;
  padding: 0 14px;
}

.tab-bar__list {
  float: left;
  width: 25%;
  text-align: center;
}

.tab-bar__list__link {
  display: block;
  position: relative;
  height: 61px;
  font-family: "Noto Sans";
  font-weight: 400;
  /* fontSize And lineHeight (30px / 30px) */
  font-size: 0.66667rem;
  line-height: 0.66667rem;
  text-align: center;
  color: #3e3e3e;
}

.tab-bar__list:nth-child(1) a::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 38px;
  padding-bottom: 2px;
  background: url("../../adventure/img/common/tab-bar_ti.png") no-repeat center 14px;
  background-size: 32px 21px;
}

.tab-bar__list:nth-child(2) a::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 38px;
  padding-bottom: 2px;
  background: url("../../adventure/img/common/tab-bar_my.png") no-repeat center 14px;
  background-size: 32px 21px;
}

.tab-bar__list:nth-child(3) a::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 38px;
  padding-bottom: 2px;
  background: url("../../adventure/img/common/tab-bar_pay.png") no-repeat center 14px;
  background-size: 21px 22px;
}

.tab-bar__list:nth-child(4) a::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 38px;
  padding-bottom: 2px;
  background: url("../../adventure/img/common/tab-bar_pk.png") no-repeat center 14px;
  background-size: 27px 22px;
}

.tab-bar__title {
  color: #3e3e3e;
}

.tab-bar__badge {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 100%;
  height: 13px;
  text-align: center;
  font-family: "Lato";
  font-weight: 700;
  /* fontSize And lineHeight (26px / 35px) */
  font-size: 0.57778rem;
  line-height: 0.77778rem;
  text-align: center;
  color: #fff;
}

.tab-bar__badge__num {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: #fff;
  background-color: #de1920;
  border-radius: 4px;
}
