/*
AUTH : ssooya
VERSION : version 2
*/
* {
  word-break: keep-all; }

body, html {
  width: 100%;
  min-height: 100%;
  height: 100%; }

body.scrollHidden {
  overflow: hidden;
  touch-action: none; }

.inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 10px; }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 500; }

.container {
  position: relative;
  max-width: 760px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 67px;
  padding-bottom: 70px; }
  .container.top-full {
    padding-top: 0; }

.web {
  display: block; }
  @media (max-width: 760px) {
    .web {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 760px) {
    .mobile {
      display: block; } }

@media (max-width: 760px) {
  .mobile-enter {
    display: block; } }

header {
  top: 0;
  position: fixed;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  background-color: #fff; }
  header .header-wrap .header-top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 20px;
    position: relative; }
    header .header-wrap .header-top-box article.brand-move-box {
      display: none;
      position: absolute;
      left: 20px;
      top: 55px;
      background: #FFFFFF;
      border: 0.7px solid #0D7D27;
      box-sizing: border-box;
      box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      z-index: 10;
      max-width: 240px; }
      header .header-wrap .header-top-box article.brand-move-box .list-box {
        padding: 17px 20px; }
        header .header-wrap .header-top-box article.brand-move-box .list-box ul {
          font-size: 0;
          margin: -2px; }
          header .header-wrap .header-top-box article.brand-move-box .list-box ul li {
            display: inline-block;
            width: calc(50% - 4px);
            margin: 2px; }
            header .header-wrap .header-top-box article.brand-move-box .list-box ul li .brand-box {
              display: flex;
              align-items: center;
              height: 38px;
              width: 100%; }
              header .header-wrap .header-top-box article.brand-move-box .list-box ul li .brand-box .img-box {
                width: 28px;
                height: 28px; }
                header .header-wrap .header-top-box article.brand-move-box .list-box ul li .brand-box .img-box img {
                  max-width: 100%; }
              header .header-wrap .header-top-box article.brand-move-box .list-box ul li .brand-box .txt-box {
                padding-left: 5px;
                font-size: 12px;
                font-weight: 700;
                line-height: 14px;
                letter-spacing: -0.03em; }
  header .header-wrap .header-box {
    display: flex;
    align-items: center;
    position: relative; }
    header .header-wrap .header-box a.logo {
      background: url("/app/images/common/img_logo.png") no-repeat center/cover;
      width: 132px;
      height: 27px; }
    header .header-wrap .header-box .select-box {
      padding-left: 13px; }
      header .header-wrap .header-box .select-box .select-btn .ic-select {
        background: url("/app/images/common/ic_logo_arrow.svg") no-repeat center/cover;
        width: 20px;
        height: 20px; }
  header .header-wrap .option-box .option-btn {
    display: inline-flex; }
    header .header-wrap .option-box .option-btn + .option-btn {
      margin-left: 15px; }
    header .header-wrap .option-box .option-btn .ic-search {
      background: url("/app/images/common/ic_search.svg") no-repeat center/cover;
      width: 23px;
      height: 26px; }
    header .header-wrap .option-box .option-btn .ic-place {
      background: url("/app/images/common/ic_place.svg") no-repeat center/cover;
      width: 20px;
      height: 27px; }

article.page-tabs-menu .tabs-inner {
  position: relative;
  overflow: auto; }

article.page-tabs-menu .menu-list {
  padding: 0 20px;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; }
  article.page-tabs-menu .menu-list .menu-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: -0.03em;
    padding: 10px 0; }
    article.page-tabs-menu .menu-list .menu-btn + .menu-btn {
      margin-left: 25px; }
    article.page-tabs-menu .menu-list .menu-btn.on:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background-color: #006537; }

article.page-title {
  padding: 25px 0 20px; }
  article.page-title .sub-box {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.08em;
    padding-bottom: 5px;
    color: #777777; }
  article.page-title .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    article.page-title .main-box .main-txt {
      font-weight: 900;
      font-size: 22px;
      letter-spacing: -0.08em;
      color: #000; }
      article.page-title .main-box .main-txt .type1 {
        color: #EF7A00; }
      article.page-title .main-box .main-txt .type2 {
        color: #CA4D3B; }
      article.page-title .main-box .main-txt .type3 {
        color: #1263A2; }
      article.page-title .main-box .main-txt .type4 {
        color: #24A1E2; }
    article.page-title .main-box .more-box .more-btn .txt {
      color: #777777;
      font-size: 11px;
      letter-spacing: -0.03em;
      font-weight: 700; }
    article.page-title .main-box .more-box .more-btn .ic-more {
      background: url("/app/images/common/ic_more.svg") no-repeat center/cover;
      width: 4px;
      height: 6px; }

section.main-category .inner {
  padding: 0 36px; }

section.main-category .list-wrap {
  padding: 8px 0 30px;
  margin: -7px -13px; }
  section.main-category .list-wrap ul.category-list {
    display: flex;
    flex-flow: row wrap; }
    section.main-category .list-wrap ul.category-list li {
      width: 25%; }
      section.main-category .list-wrap ul.category-list li .item-wrap {
        padding: 7px 13px; }
        section.main-category .list-wrap ul.category-list li .item-wrap .item-box {
          width: 100%;
          position: relative; }
          section.main-category .list-wrap ul.category-list li .item-wrap .item-box .img-box {
            padding-bottom: 100%;
            width: 100%;
            height: 0;
            position: relative; }
            section.main-category .list-wrap ul.category-list li .item-wrap .item-box .img-box img {
              width: 100%;
              max-width: 100%; }
            section.main-category .list-wrap ul.category-list li .item-wrap .item-box .img-box .circle-box {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              border: 1px solid #777777;
              border-radius: 50%; }
              section.main-category .list-wrap ul.category-list li .item-wrap .item-box .img-box .circle-box img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                max-width: 100%; }
          section.main-category .list-wrap ul.category-list li .item-wrap .item-box .txt-box {
            display: flex;
            justify-content: center;
            text-align: center;
            padding-top: 6px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: -0.03em;
            color: #454545; }

article.option-filter .filter-list {
  padding: 0 20px 15px;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; }
  article.option-filter .filter-list .filter-btn {
    justify-content: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 0 20px;
    min-width: 76px;
    height: 28px;
    border-radius: 20px;
    border: 1px solid #777777; }
    article.option-filter .filter-list .filter-btn + .menu-btn {
      margin-left: 35px; }
    article.option-filter .filter-list .filter-btn.on {
      border: 1px solid #EF7A00;
      color: #EF7A00; }

article.theme-filter .filter-list {
  padding: 0 20px 15px;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  flex-flow: row nowrap;
  display: flex;
  align-items: center; }
  article.theme-filter .filter-list .filter-btn {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 0 4px;
    border: 1px solid #777777;
    min-width: 67px;
    height: 60px; }
    article.theme-filter .filter-list .filter-btn + .filter-btn {
      margin-left: 10px; }
    article.theme-filter .filter-list .filter-btn .ic {
      width: 25px;
      height: 22px; }
    article.theme-filter .filter-list .filter-btn .ic-theme1 {
      background: url("/app/images/common/ic_theme1_on.svg") no-repeat center; }
    article.theme-filter .filter-list .filter-btn .ic-theme2 {
      background: url("/app/images/common/ic_theme2.svg") no-repeat center; }
    article.theme-filter .filter-list .filter-btn .ic-theme3 {
      background: url("/app/images/common/ic_theme3.svg") no-repeat center; }
    article.theme-filter .filter-list .filter-btn .ic-theme4 {
      background: url("/app/images/common/ic_theme4.svg") no-repeat center; }
    article.theme-filter .filter-list .filter-btn .ic-theme5 {
      background: url("/app/images/common/ic_theme5.svg") no-repeat center; }
    article.theme-filter .filter-list .filter-btn .txt {
      padding-top: 6px;
      color: #777777;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: -0.08em; }
    article.theme-filter .filter-list .filter-btn.on {
      background-color: #006537; }
      article.theme-filter .filter-list .filter-btn.on .txt {
        color: #fff; }
      article.theme-filter .filter-list .filter-btn.on .ic-theme1 {
        background: url("/app/images/common/ic_theme1_on.svg") no-repeat center; }

article.banner-list .banner-wrap {
  position: relative; }
  article.banner-list .banner-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
    width: 100%;
    padding-bottom: 32%;
    height: 0;
    position: relative; }
    article.banner-list .banner-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 100%;
      width: 100%;
      /*height: 100%;*/
      object-fit: cover; }
  article.banner-list .banner-wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 14px; }
    article.banner-list .banner-wrap .swiper-pagination .swiper-pagination-bullet {
      width: 9px;
      height: 9px;
      background-color: rgba(141, 137, 137, 0.6);
      opacity: 1; }
      article.banner-list .banner-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 5px; }
      article.banner-list .banner-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: rgba(14, 14, 14, 0.6); }

article.item-list-type1 {
  padding-left: 20px;
  padding-bottom: 25px; }
  article.item-list-type1 .list-wrap {
    padding-right: 20px; }
    article.item-list-type1 .list-wrap .swiper-container {
      overflow: visible; }
      article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
        display: block;
        border: 0.5px solid #777777;
        border-radius: 5px;
        position: relative; }
        article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .label-box {
          z-index: 2;
          position: absolute;
          padding: 0 9px;
          left: -5px;
          top: -5px;
          height: 28px;
          background: linear-gradient(269.75deg, rgba(103, 186, 47, 0.5) -2.03%, rgba(103, 186, 47, 0) 40.81%), #4FA637;
          border-radius: 0px 5px 5px 0px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .label-box .ic-calendar {
            background: url("/app/images/common/ic_calendar.svg") no-repeat center/cover;
            width: 14px;
            height: 13px;
            margin-right: 7px; }
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .label-box .label-txt {
            color: #fff;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: -0.03em; }
        article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box {
          position: relative;
          height: 0;
          padding-bottom: 50%;
          width: 100%;
          overflow: hidden;
          border-radius: 5px 5px 0 0; }
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 100%;
            width: 100%;
            height: 139px;
            object-fit: cover; }
        article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box {
          padding: 16px 10px; }
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .sub-box {
            font-size: 13px;
            letter-spacing: 0.03em;
            line-height: 14px;
            font-weight: 700;
            color: #777777;
            padding-bottom: 10px; }
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .subject-box {
            min-width: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            word-wrap: normal;
            width: 100%;
            max-width: 100%;
            font-weight: 700;
            font-size: 17px;
            line-height: 18px;
            letter-spacing: -0.05em; }
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .des-box {
            padding-top: 10px;
            color: #888;
            font-size: 14px;
            line-height: 14px;
            font-weight: 700;
            letter-spacing: -0.05em;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			height: 26px;}
          article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box {
            padding-top: 10px;
            display: flex;
            align-items: center; }
            article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box .sale-txt {
              text-decoration: line-through;
              color: #888888;
              font-size: 15px;
              line-height: 14px;
              font-weight: 700; }
              article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box .sale-txt + .origin-txt {
                margin-left: 10px; }
            article.item-list-type1 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box .origin-txt {
              color: #333;
              font-size: 16px;
              font-weight: 900;
              line-height: 18px;
              letter-spacing: -0.05em; }

article.item-list-type2 .list-wrap {
  padding-bottom: 20px; }
  article.item-list-type2 .list-wrap .swiper-container {
    overflow: visible; }
    article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .item-box {
      transition: all 0.3s linear;
      margin-top: 0; }
      article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .item-box .info-box .txt-box {
        display: block; }
    article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
      margin-top: 20px;
      display: block;
      position: relative;
      transition: all 0.3s linear; }
      article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 65%;
        border-radius: 5px;
        overflow: hidden; }
        article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          max-width: 100%;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box {
        padding: 14px 0; }
        article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .txt-box {
          display: none;
          text-align: center; }
          article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .txt-box .sub-txt {
            color: #777777;
            font-size: 12px;
            letter-spacing: -0.08em;
            font-weight: 700;
            padding-bottom: 6px; }
          article.item-list-type2 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .txt-box .main-txt {
            font-size: 20px;
            color: #333;
            font-weight: 700;
            letter-spacing: -0.08em; }

article.item-list-type3 {
  padding-left: 20px;
  padding-bottom: 25px; }
  article.item-list-type3 .list-wrap {
    padding-right: 20px; }
    article.item-list-type3 .list-wrap .swiper-container {
      overflow: visible; }
      article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
        display: block;
        position: relative; }
        article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box {
          position: relative;
          height: 0;
          padding-bottom: 80%;
          width: 100%;
          overflow: hidden;
          border-radius: 5px; }
          article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box {
          padding: 12px 0; }
          article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .sub-box {
            font-size: 12px;
            letter-spacing: 0.03em;
            line-height: 14px;
            font-weight: 700;
            color: #777777;
            padding-bottom: 10px; }
          article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .subject-box {
            min-width: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            word-wrap: normal;
            width: 100%;
            max-width: 100%;
            font-weight: 700;
            font-size: 15px;
            line-height: 16px;
            letter-spacing: -0.08em; }
          article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box {
            padding-top: 10px;
            display: flex;
            align-items: center; }
            article.item-list-type3 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box .origin-txt {
              color: #333;
              font-size: 15px;
              font-weight: 900;
              line-height: 16px;
              letter-spacing: -0.08em; }

article.item-list-type4 {
  padding-left: 20px;
  padding-bottom: 25px; }
  article.item-list-type4 .list-wrap {
    padding-right: 20px; }
    article.item-list-type4 .list-wrap .swiper-container {
      overflow: visible; }
      article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
        background-color: #fff;
        display: block;
        position: relative;
        border: 0.5px solid #777777;
        border-radius: 5px; }
        article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box {
          padding: 15px 10px; }
          article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .sub-box {
            font-size: 13px;
            letter-spacing: 0.03em;
            line-height: 14px;
            font-weight: 700;
            color: #277BC9;
            padding-bottom: 15px; }
          article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .target-box {
            display: flex;
            align-items: center; }
            article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .target-box .target-txt {
              line-height: 20px;
              font-size: 18px;
              letter-spacing: -0.08em; }
              article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .target-box .target-txt b {
                font-weight: 900; }
            article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .target-box .ic-target {
              margin-top: 3px;
              background: url("/app/images/common/ic_target.png") no-repeat center/cover;
              width: 36px;
              height: 19px; }
          article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .range-box {
            padding: 16px 0;
            display: flex;
            align-items: center; }
            article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .range-box .range-subject {
              font-size: 14px;
              letter-spacing: -0.08em;
              color: #666666;
              padding-right: 8px;
              line-height: 14px; 
			  font-weight: 700;}
            article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .range-box .range-con {
              line-height: 14px;
              color: #222222;
              font-size: 14px;
              font-weight: 700;
              letter-spacing: -0.08em; }
          article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .summary-box {
            border-top: 0.5px dotted #999999;
            display: flex;
            padding-top: 14px;
            justify-content: space-between; }
            article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .summary-box .corp-box .ic-item1 {
              display: inline-flex;
              background: url("/app/images/common/ic_corp1.svg") no-repeat center/cover;
              width: 110px;
              height: 14px; }
            article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .summary-box .price-box {
              display: inline-flex;
              align-items: center; }
              article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .summary-box .price-box .type-box {
                font-size: 14px;
                letter-spacing: -0.03em; }
              article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .summary-box .price-box .price-box {
                font-weight: 900;
                font-size: 18px;
                letter-spacing: -0.03em;
                color: #277BC9;
                padding: 0 4px; }
              article.item-list-type4 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .summary-box .price-box .unit-box {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: -0.03em; }

article.item-list-type5 {
  padding-left: 20px;
  padding-bottom: 0px; }
  article.item-list-type5 .list-wrap {
    padding-right: 20px; }
    article.item-list-type5 .list-wrap .swiper-container {
      overflow: visible; }
      article.item-list-type5 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
        display: block;
        border-radius: 5px;
        overflow: hidden; }
        article.item-list-type5 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box {
          width: 100%;
          padding-bottom: 118%;
          height: 0;
          position: relative; }
          article.item-list-type5 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box img {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 100%;
            width: 207px;
            height: 174px;
            object-fit: cover; }

article.item-list-type6 {
  padding-left: 20px;
  padding-bottom: 25px; }
  article.item-list-type6 .list-wrap {
    padding-right: 20px; }
    article.item-list-type6 .list-wrap .swiper-container {
      overflow: visible; }
      article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
        display: flex;
        border-radius: 5px;
        overflow: hidden;
        border: 0.5px solid #777; }
        article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box {
          width: 35%;
          position: relative; }
          article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box .store-mark {
            position: absolute;
            z-index: 1;
            bottom: 12px;
            left: 12px;
            background: url("/app/images/common/ic_store.svg") no-repeat center/cover;
            width: 30px;
            height: 30px; }
          article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box img {
            max-width: 100%;
            height: 100%;
            width: 100%; }
        article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box {
          width: 100%;
          flex: 1;
          padding: 20px 15px; }
          article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .sub-box {
            color: #777;
            font-size: 13px;
            letter-spacing: -0.03em; }
          article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .subject-box {
            margin: 15px 0 25px;
            font-size: 17px;
            letter-spacing: -0.05em;
            color: #333;
            font-weight: 700;
            line-height: 20px; }
          article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .price-box {
            color: #333333;
            font-size: 17px;
            font-weight: 900;
            letter-spacing: -0.05em; }
          article.item-list-type6 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .con-box {
            padding-top: 10px;
            color: #CC1212;
            font-size: 13px;
            letter-spacing: -0.05em;
            font-weight: 700; }

article.item-list-type7 .list-wrap {
  padding-bottom: 20px;
  position: relative; }
  article.item-list-type7 .list-wrap .swiper-container {
    overflow: visible; }
    article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .item-box {
      transition: all 0.3s linear;
      margin-top: 0; }
      article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .item-box .info-box .txt-box {
        display: block; }
    article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box {
      margin-top: 20px;
      display: block;
      position: relative;
      box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      transition: all 0.3s linear; }
      article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 127%;
        border-radius: 5px;
        overflow: hidden; }
        article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .img-box img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          max-width: 100%;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box {
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .txt-box .sub-txt {
          color: #333333;
          font-size: 12px;
          letter-spacing: -0.08em;
          font-weight: 700;
          padding-bottom: 6px; }
        article.item-list-type7 .list-wrap .swiper-container .swiper-wrapper .swiper-slide .item-box .info-box .txt-box .main-txt {
          font-weight: 900;
          font-size: 20px;
          line-height: 28px;
          color: #333;
          letter-spacing: -0.08em; }
  article.item-list-type7 .list-wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 5px; }
    article.item-list-type7 .list-wrap .swiper-pagination .swiper-pagination-bullet {
      width: 9px;
      height: 9px;
      background: rgba(85, 85, 85, 0.6);
      opacity: 1; }
      article.item-list-type7 .list-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 5px; }
      article.item-list-type7 .list-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-radius: 100px;
        width: 26px;
        background-color: #EF7A00; }

article.video-view {
  padding-bottom: 35px; }
  article.video-view .video-box {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    height: 0;
    border: 2px solid #454545; }
    article.video-view .video-box iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover; }

article.travel-region-list .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1px;
  padding-left: 1px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #777777; }
  article.travel-region-list .list-wrap ul li {
    width: calc(33.33% + 1px);
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #777777; }
    article.travel-region-list .list-wrap ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 43px; }
      article.travel-region-list .list-wrap ul li a.on .txt:after {
        content: '';
        position: absolute;
        right: -7px;
        top: -1px;
        width: 5px;
        height: 5px;
        background-color: #FA3333;
        border-radius: 50%; }
      article.travel-region-list .list-wrap ul li a .txt {
        position: relative;
        color: #777777;
        font-size: 14px;
        letter-spacing: -0.08em;
        font-weight: 700; }

section.banner-item {
  padding: 10px 0;
  border-top: 0px solid #F0F0F0;
  border-bottom: 0px solid #F0F0F0; }
  section.banner-item .banner-item-list .banner-box + .banner-box {
    margin-top: 10px; }
  section.banner-item .banner-item-list .banner-box .banner-btn {
    display: block; }
    section.banner-item .banner-item-list .banner-box .banner-btn .img-box img {
      width: 100%;
      max-width: 100%; }

article.help-list {
  padding: 33px 0; }
  article.help-list .list-wrap ul {
    display: flex;
    flex-flow: row wrap;
    padding-top: 1px;
    padding-left: 1px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #777777; }
    article.help-list .list-wrap ul li {
      width: calc(50% + 1px);
      margin-top: -1px;
      margin-left: -1px;
      border: 1px solid #777777; }
      article.help-list .list-wrap ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 17px; }
        article.help-list .list-wrap ul li a.on .txt:after {
          content: '';
          position: absolute;
          right: -7px;
          top: -1px;
          width: 5px;
          height: 5px;
          background-color: #FA3333;
          border-radius: 50%; }
        article.help-list .list-wrap ul li a .ic-type1 {
          background: url("/app/images/common/ic_help1.svg") no-repeat center/cover;
          width: 20px;
          height: 20px; }
        article.help-list .list-wrap ul li a .ic-type2 {
          background: url("/app/images/common/ic_help2.svg") no-repeat center/cover;
          width: 20px;
          height: 20px; }
        article.help-list .list-wrap ul li a .ic-type3 {
          background: url("/app/images/common/ic_help3.svg") no-repeat center/cover;
          width: 20px;
          height: 20px; }
        article.help-list .list-wrap ul li a .ic-type4 {
          background: url("/app/images/common/ic_help4.svg") no-repeat center/cover;
          width: 20px;
          height: 20px; }
        article.help-list .list-wrap ul li a .txt {
          padding-top: 8px;
          position: relative;
          color: #777777;
          font-size: 14px;
          letter-spacing: -0.08em;
          font-weight: 700; }

section.help-desk .help-info-box .tit-box {
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: #333;
  padding-bottom: 12px; }

section.help-desk .help-info-box .con-box {
  color: #777;
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 18px; }
  section.help-desk .help-info-box .con-box b {
    color: #333333; }

section.help-desk .help-tel-box {
  display: flex;
  align-items: center;
  border: 0.5px solid #777777;
  width: 100%;
  margin: 25px 0 30px; }
  section.help-desk .help-tel-box .tel-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.05em; }
    section.help-desk .help-tel-box .tel-box b {
      margin-right: 3px;
      color: #EF7A00;
      font-weight: 900; }
    section.help-desk .help-tel-box .tel-box + .tel-box {
      border-left: 0.5px solid #777777; }

section.main-visual .visual-form {
  padding-bottom: 100px;
  position: relative; }
  section.main-visual .visual-form .option-form {
    z-index: 10;
    position: absolute;
    right: 8px;
    top: 8px;
    display: inline-flex;
    align-items: center; }
    section.main-visual .visual-form .option-form .play-btn {
      width: 22px;
      height: 22px;
      background: rgba(0, 0, 0, 0.45);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      section.main-visual .visual-form .option-form .play-btn.on .ic-play {
        background: url("/app/images/common/ic_slide_stop.svg") no-repeat center;
        width: 8px;
        height: 8px; }
      section.main-visual .visual-form .option-form .play-btn .ic-play {
        width: 5px;
        height: 8px;
        background: url("/app/images/common/ic_slide_play.svg") no-repeat center; }
    section.main-visual .visual-form .option-form .cnt-box {
      margin-left: 3px;
      padding: 0 7px;
      height: 22px;
      display: inline-flex;
      align-items: center;
      background: rgba(0, 0, 0, 0.45);
      border-radius: 30px; }
      section.main-visual .visual-form .option-form .cnt-box .now {
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.01em; }
      section.main-visual .visual-form .option-form .cnt-box .max {
        display: inline-flex;
        align-items: center;
        color: #f1ba92;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.01em; }
        section.main-visual .visual-form .option-form .cnt-box .max b {
          position: relative;
          top: -1px;
          color: #fff; 
		  font-size: 15px;}
  section.main-visual .visual-form .swiper-container {
    overflow: visible; }
    section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide {
      position: relative; }
      section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .img-box {
        width: 100%;
        padding-bottom: 69%;
        height: 0; }
        section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .img-box img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          max-width: 100%;
          width: 100%;
          height: 100%;
          object-fit: cover;
          height: 100%; }
      section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .info-box {
        background: #FFFFFF;
        box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px 0px;
        position: absolute;
        bottom: -78px;
        z-index: 1;
        left: 20px;
        right: 20px;
        padding: 17px; }
        section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .info-box .sub-box {
          font-weight: 700;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: -0.03em;
          color: #777; }
        section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .info-box .subject-box {
		  display: block;
          padding: 4px 0 8px;
          font-size: 18px;
          line-height: 33px;
          letter-spacing: -0.03em;
          font-weight: 900; 
		  text-overflow: ellipsis;
		  overflow: hidden;
          height: 42px;
		  }
        section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .info-box .more-box {
          display: flex;
          align-items: center; }
          section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .info-box .more-box .txt {
            margin-right: 6px;
            color: #006537;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: -0.03em;
            font-weight: 700; }
          section.main-visual .visual-form .swiper-container .swiper-wrapper .swiper-slide .info-box .more-box .ic-more {
            margin-top: 4px;
            background: url("/app/images/common/ic_more.svg") no-repeat center/cover;
            width: 4px;
            height: 6px; }

nav.nav-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 499;
  border-top: 1px solid #D6D6D6;
  max-width: 760px;
  margin: 0 auto; }
  nav.nav-footer .page-nav-group {
    background-color: #fff;
    width: 100%;
    height: 70px; }
    nav.nav-footer .page-nav-group .nav-list {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      nav.nav-footer .page-nav-group .nav-list .nav-btn {
        position: relative;
        text-align: center;
        display: inline-flex;
        flex-direction: column;
        width: 100%; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on:after {
          display: none;
          content: '';
          position: absolute;
          left: 50%;
          top: -4px;
          transform: translateX(-50%);
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #14142B; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on .ic-box .ic.ic-menu1 {
          background: url("/app/images/common/ic_footer_menu1_on.svg") no-repeat center; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on .ic-box .ic.ic-menu2 {
          background: url("/app/images/common/ic_footer_menu2_on.svg") no-repeat center; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on .ic-box .ic.ic-menu3 {
          background: url("/app/images/common/ic_footer_menu3_on.svg") no-repeat center; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on .ic-box .ic.ic-menu4 {
          background: url("/app/images/common/ic_footer_menu4_on.svg") no-repeat center; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on .ic-box .ic.ic-menu5 {
          background: url("/app/images/common/ic_footer_menu5_on.svg") no-repeat center; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn.on .txt-box {
          color: #14142B; }
        nav.nav-footer .page-nav-group .nav-list .nav-btn .ic-box .ic {
          display: inline-flex;
          align-items: center;
          width: 20px;
          height: 20px;
          position: relative; }
          nav.nav-footer .page-nav-group .nav-list .nav-btn .ic-box .ic.ic-menu1 {
            background: url("/app/images/common/ic_footer_menu1.svg") no-repeat center; }
          nav.nav-footer .page-nav-group .nav-list .nav-btn .ic-box .ic.ic-menu2 {
            background: url("/app/images/sub/blt_tel_icon.png") no-repeat center;background-size: auto 16px; }
          nav.nav-footer .page-nav-group .nav-list .nav-btn .ic-box .ic.ic-menu3 {
            background: url("/app/images/sub/blt_top_icon.png") no-repeat center;background-size: auto 15px; }
          nav.nav-footer .page-nav-group .nav-list .nav-btn .ic-box .ic.ic-menu4 {
            background: url("/app/images/common/ic_footer_menu4.svg") no-repeat center; }
          nav.nav-footer .page-nav-group .nav-list .nav-btn .ic-box .ic.ic-menu5 {
            background: url("/app/images/common/ic_footer_menu5.svg") no-repeat center; /*background: url("/app/images/common/btn_menu.png") no-repeat center;background-size: auto 14px;*/ }
        nav.nav-footer .page-nav-group .nav-list .nav-btn .txt-box {
          text-align: center;
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 0.03em;
          line-height: 25px;
          color: #A0A3BD; }

footer {
  background-color: #F0F0F0; }
  footer .footer-menu-list {
    padding: 18px 20px;
    background-color: #2B2B2B;
    display: flex;
    justify-content: center; }
    footer .footer-menu-list .menu-btn {
      line-height: 22px;
      font-size: 11px;
      letter-spacing: -0.05em;
      color: #fff; }
      footer .footer-menu-list .menu-btn + .menu-btn {
        margin-left: 20px; }
      footer .footer-menu-list .menu-btn b {
        color: #fff;
        font-weight: 900; }
  footer .social-list {
    display: flex;
    justify-content: center;
    padding: 26px 0 32px; }
    footer .social-list .social-btn {
      display: inline-flex;
      width: 42px;
      height: 42px; }
      footer .social-list .social-btn + .social-btn {
        margin-left: 13px; }
      footer .social-list .social-btn .ic {
        width: 42px;
        height: 42px;
        display: inline-flex; }
        footer .social-list .social-btn .ic.ic-youtube {
          background: url("/app/images/common/ic_social_youtube.svg") no-repeat center/cover; }
        footer .social-list .social-btn .ic.ic-blog {
          background: url("/app/images/common/ic_social_blog.svg") no-repeat center/cover; }
        footer .social-list .social-btn .ic.ic-post {
          background: url("/app/images/common/ic_social_post.svg") no-repeat center/cover; }
        footer .social-list .social-btn .ic.ic-instgram {
          background: url("/app/images/common/ic_social_instagram.svg") no-repeat center/cover; }
        footer .social-list .social-btn .ic.ic-facebook {
          background: url("/app/images/common/ic_social_facebook.svg") no-repeat center/cover; }
        footer .social-list .social-btn .ic.ic-story {
          background: url("/app/images/common/ic_social_story.svg") no-repeat center/cover; }
  footer .footer-logo-box img {
    max-width: 120px; }
  footer .footer-con-box {
    padding: 17px 0 116px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.05px;
    color: #888; }
    footer .footer-con-box b {
      font-weight: 900;
      color: #333; }

article.search-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff; }
  article.search-layer article.search-head {
    padding: 65px 20px 30px;
    position: relative; }
    article.search-layer article.search-head .back-btn {
      position: absolute;
      top: 10px;
      left: 20px;
      background: url("/app/images/common/ic_back.svg") no-repeat center/cover;
      width: 30px;
      height: 30px; }
    article.search-layer article.search-head .search-tit-box {
      color: #000000;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.03em;
      padding-bottom: 13px; }
    article.search-layer article.search-head .search-keyword-box {
      position: relative; }
      article.search-layer article.search-head .search-keyword-box:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, #06A139 0%, #026537 99.05%), #C4C4C4;
        height: 2px; }
      article.search-layer article.search-head .search-keyword-box input {
        outline: none;
        width: 100%;
        height: 37px;
        padding-right: 35px; 
		border: 0;}
      article.search-layer article.search-head .search-keyword-box .search-btn {
        position: absolute;
        right: 0;
        bottom: 9px;
        background: url("/app/images/common/ic_search.svg") no-repeat center/cover;
        width: 21px;
        height: 24px; }

article.keyword-form .tabs-list {
  display: flex;
  justify-content: center;
  align-items: center; }
  article.keyword-form .tabs-list .tabs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 48px;
    background-color: #F1F1F1;
    color: #888;
    font-weight: 700;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #999; }
    article.keyword-form .tabs-list .tabs-btn.on {
      color: #006535;
      background-color: #fff;
      border-bottom: 0;
      border-top: 1px solid #999; }
      article.keyword-form .tabs-list .tabs-btn.on:nth-child(1) {
        border-right: 1px solid #999; }
      article.keyword-form .tabs-list .tabs-btn.on:nth-child(2) {
        border-left: 1px solid #999; }

article.keyword-form .tabs-group .tabs-box {
  display: none; }
  article.keyword-form .tabs-group .tabs-box[data-tabs=tabs1] {
    display: block; }

article.keyword-list .list-wrap {
  padding: 30px 30px 100px;
  overflow-y: auto;
  max-height: calc(100vh - 207px); }
  article.keyword-list .list-wrap .row {
    display: flex;
    align-items: center;
    min-width: 0; }
    article.keyword-list .list-wrap .row:nth-child(n+4) .num-box {
      background-color: #fff;
      color: #888888;
      border: 1px solid #888888; }
    article.keyword-list .list-wrap .row:nth-child(n+4) .txt-box {
      color: #777777; }
    article.keyword-list .list-wrap .row + .row {
      margin-top: 22px; }
    article.keyword-list .list-wrap .row .num-box {
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #006537;
      color: #fff;
      border-radius: 3px;
      font-size: 12px;
      letter-spacing: -0.03em; }
    article.keyword-list .list-wrap .row .txt-box {
      padding-left: 17px;
      flex: 1;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      color: #333;
      font-weight: 700; }

article.region-list .list-wrap {
  padding: 0 30px 100px;
  overflow-y: auto;
  max-height: calc(100vh - 167px);
  touch-action: initial !important; }
  article.region-list .list-wrap .group-box + .group-box {
    margin-top: 23px; }
  article.region-list .list-wrap .group-box .group-tit-box {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.03em;
    padding-bottom: 15px; }
  article.region-list .list-wrap .group-box .group-con-box .row {
    display: flex;
    align-items: center;
    min-width: 0; }
    article.region-list .list-wrap .group-box .group-con-box .row + .row {
      margin-top: 7px; }
    article.region-list .list-wrap .group-box .group-con-box .row .img-box {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      overflow: hidden;
      font-size: 0; }
      article.region-list .list-wrap .group-box .group-con-box .row .img-box img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%; }
    article.region-list .list-wrap .group-box .group-con-box .row .txt-box {
      padding-left: 15px;
      flex: 1;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      color: #333;
      font-weight: 700; }

article.visual-layer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 760px;
  margin: 0 auto;
  z-index: 500;
  background-color: #fff; }
  article.visual-layer .visual-layer-wrap {
    height: 100%;
    overflow: auto;
    padding-top: 50px; }
    article.visual-layer .visual-layer-wrap .layer-tit-box {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      background-color: #fff;
      max-width: 760px;
      margin: 0 auto; }
      article.visual-layer .visual-layer-wrap .layer-tit-box .tit-box {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700; }
      article.visual-layer .visual-layer-wrap .layer-tit-box .close-btn {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url("/app/images/common/ic_close.svg") no-repeat center/cover;
        width: 24px;
        height: 24px; }
    article.visual-layer .visual-layer-wrap .layer-con-box .item-box .img-box {
      width: 100%;
      height: 0;
      position: relative;
      padding-bottom: 60%; }
      article.visual-layer .visual-layer-wrap .layer-con-box .item-box .img-box img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    article.visual-layer .visual-layer-wrap .layer-con-box .item-box .info-box {
      background-color: #fff;
      text-align: center;
      padding-bottom: 20px; }
      article.visual-layer .visual-layer-wrap .layer-con-box .item-box .info-box .main-box {
        padding: 11px 0 8px;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: -0.03em;
        font-weight: 900; }
      article.visual-layer .visual-layer-wrap .layer-con-box .item-box .info-box .sub-box {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.03em;
        color: #777; }

/*# sourceMappingURL=style.css.map */