@charset "UTF-8";
@import url("/static/fonts/nanum_myeongjo/NanumMyeongjo.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
html {
  font-size: 12px; }

@media screen and (min-width: 360px) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 400px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 430px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 768px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px; } }
/* 폰트 */
/* 컬러 */
/* 드롭다운,멀티포함 */
/* font */
/* text cutting */
/* flex */
::-webkit-scrollbar {
  width: rem(6px);
  height: rem(6px); }
  @media screen and (min-width: 1200px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 10px; } }

::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 0; }

::-webkit-scrollbar-thumb:hover {
  background: #888888; }

::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 0; }

.section_top.bg.notice span {
  background: url("/static/images/common/subvisual/notice_top@mo.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.notice span {
      background: url("/static/images/common/subvisual/notice_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }
.section_top.bg.media span {
  background: url("/static/images/common/subvisual/media_top@mo.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.media span {
      background: url("/static/images/common/subvisual/media_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }
.section_top.bg.event span {
  background: url("/static/images/common/subvisual/event_top@mo.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.event span {
      background: url("/static/images/common/subvisual/event_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }
.section_top.bg.gallery span, .section_top.bg.sns span {
  background: url("/static/images/common/subvisual/gallery_top@mo.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.gallery span, .section_top.bg.sns span {
      background: url("/static/images/common/subvisual/gallery_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }
.section_top.bg.ad span {
  background: url("/static/images/common/subvisual/ad_top@m.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.ad span {
      background: url("/static/images/common/subvisual/ad_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }

.title_wrap {
  margin-bottom: 3.3333333333rem; }
  .title_wrap h3 {
    text-align: center;
    color: #000;
    font-size: 1.7083333333rem;
    line-height: 1.4;
    font-weight: 700; }
  .title_wrap.view h3 {
    word-break: keep-all;
    padding: 0 2.0833333333rem; }
  @media screen and (min-width: 1200px) {
    .title_wrap {
      margin-bottom: 80px; }
      .title_wrap h3 {
        color: #000;
        font-size: 40px;
        line-height: 1.4;
        font-weight: 700; }
      .title_wrap.view h3 {
        padding: 0 64px; } }

.board-txt-row {
  border-top: 0.0833333333rem solid #000; }
  @media screen and (min-width: 1200px) {
    .board-txt-row {
      border-width: 2px; } }
  .board-txt-row ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    padding: 1.6666666667rem 0;
    border-bottom: 0.0416666667rem solid #ddd; }
    @media screen and (min-width: 1200px) {
      .board-txt-row ul {
        padding: 0;
        min-height: 100px;
        border-width: 1px; } }
    .board-txt-row ul li {
      width: 100%;
      color: #aaa;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 500;
      letter-spacing: -0.01rem; }
      .board-txt-row ul li.subject {
        margin-bottom: 1.3333333333rem; }
        .board-txt-row ul li.subject a {
          display: block;
          word-break: keep-all;
          display: -webkit-box;
          max-height: 3rem;
          overflow: hidden;
          vertical-align: top;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          color: #444;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 600; }
      @media screen and (min-width: 1200px) {
        .board-txt-row ul li {
          flex-flow: nowrap;
          text-align: center;
          color: #aaa;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500; }
          .board-txt-row ul li.num {
            width: 160px; }
          .board-txt-row ul li.subject {
            margin-bottom: 0;
            width: calc(100% - 379px); }
            .board-txt-row ul li.subject a {
              word-break: normal;
              text-align: left;
              width: 100%;
              display: block;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              color: #444;
              font-size: 18px;
              line-height: 18px;
              font-weight: 600; }
          .board-txt-row ul li.data {
            width: 219px; } }
    .board-txt-row ul.head {
      display: none; }
      @media screen and (min-width: 1200px) {
        .board-txt-row ul.head {
          display: flex;
          flex-flow: nowrap; }
          .board-txt-row ul.head li {
            color: #222;
            font-weight: 700; }
            .board-txt-row ul.head li.subject {
              text-align: center; } }
    .board-txt-row ul.body {
      position: relative;
      flex-flow: wrap; }
      .board-txt-row ul.body li {
        position: relative; }
        .board-txt-row ul.body li.num {
          display: none; }
          .board-txt-row ul.body li.num.fix {
            display: block;
            margin-bottom: 0.8333333333rem; }
            .board-txt-row ul.body li.num.fix span {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 4.1666666667rem;
              height: 1.875rem;
              border-radius: 0.9375rem;
              background: #65B3B1;
              color: #fff; }
      @media screen and (min-width: 1200px) {
        .board-txt-row ul.body {
          flex-flow: nowrap; }
          .board-txt-row ul.body li {
            text-align: center; }
            .board-txt-row ul.body li.num {
              width: 160px;
              display: block; }
              .board-txt-row ul.body li.num.fix {
                margin-bottom: 0; }
                .board-txt-row ul.body li.num.fix span {
                  width: 80px;
                  height: 36px;
                  border-radius: 18px;
                  margin: auto; }
            .board-txt-row ul.body li.subject {
              text-align: left;
              width: calc(100% - 379px); }
            .board-txt-row ul.body li.data {
              width: 219px; }
          .board-txt-row ul.body:hover:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #A6866B;
            opacity: .08; } }

.board-view-row .view_body + .view_file {
  border-top: 0.0416666667rem solid #ddd; }
  @media screen and (min-width: 1200px) {
    .board-view-row .view_body + .view_file {
      border-top: 1px solid #ddd; } }
.board-view-row .view_body + .btn-row {
  border-top: 0.0833333333rem solid #000; }
  @media screen and (min-width: 1200px) {
    .board-view-row .view_body + .btn-row {
      border-top: 2px solid #000; } }
.board-view-row .view_file + .btn-row {
  border-top: 0.0833333333rem solid #000; }
  @media screen and (min-width: 1200px) {
    .board-view-row .view_file + .btn-row {
      border-top: 2px solid #000; } }
.board-view-row .view_head.promotion li:last-child strong {
  text-align: right;
  padding: 0;
  margin: 0; }
  .board-view-row .view_head.promotion li:last-child strong:before {
    display: none; }

.board-img-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6666666667rem; }
  @media screen and (min-width: 1200px) {
    .board-img-row {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; } }
  .board-img-row ul.body {
    border: 0.0416666667rem solid #ddd; }
    .board-img-row ul.body .img {
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .board-img-row ul.body .img img {
        max-width: 100%;
        transform: scale(1);
        transition: all .15s ease-in; }
    .board-img-row ul.body .subject {
      padding: 1.6666666667rem 1.8333333333rem 2.5rem 1.8333333333rem;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: wrap; }
      .board-img-row ul.body .subject strong {
        position: relative;
        padding-right: 0.8333333333rem;
        margin-right: 0.8333333333rem;
        color: #65B3B1;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 700; }
        .board-img-row ul.body .subject strong:before {
          content: "";
          position: absolute;
          width: 0.0416666667rem;
          height: 0.875rem;
          right: 0;
          top: 0.0625rem;
          background: #ccc; }
      .board-img-row ul.body .subject span {
        color: #888;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 500; }
      .board-img-row ul.body .subject p {
        width: 100%;
        margin-top: 1.3333333333rem;
        color: #222;
        font-size: 1.25rem;
        line-height: 1.875rem;
        font-weight: 700;
        letter-spacing: -0.0125rem; }
    @media screen and (min-width: 1200px) {
      .board-img-row ul.body {
        border: 1px solid #ddd;
        outline: 1px solid transparent; }
        .board-img-row ul.body .subject {
          padding: 40px 50px 60px 50px; }
          .board-img-row ul.body .subject strong {
            padding-right: 16px;
            margin-right: 16px;
            color: #65B3B1;
            font-size: 18px;
            line-height: 18px;
            font-weight: 700; }
            .board-img-row ul.body .subject strong:before {
              width: 1px;
              height: 12px;
              right: 0;
              top: 3px; }
          .board-img-row ul.body .subject span {
            color: #888;
            font-size: 18px;
            line-height: 18px;
            font-weight: 500; }
          .board-img-row ul.body .subject p {
            width: 100%;
            margin-top: 24px;
            color: #222;
            font-size: 24px;
            line-height: 36px;
            font-weight: 700;
            letter-spacing: -0.24px; }
        .board-img-row ul.body:hover {
          border: 1px solid #65B3B1;
          outline: 1px solid #65B3B1;
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.06); }
          .board-img-row ul.body:hover .subject {
            padding: 40px 50px 60px 50px; }
          .board-img-row ul.body:hover .img img {
            transform: scale(1.1); } }
  .board-img-row ul.ing .subject strong {
    color: #65B3B1; }
  .board-img-row ul.end .subject strong {
    color: #888; }

.event-row {
  padding: 2.5rem 1.6666666667rem; }
  .event-row > .subject {
    padding: 0 0.8333333333rem;
    margin-bottom: 1.3333333333rem; }
    .event-row > .subject p {
      font-family: "Nanum Myeongjo", serif;
      font-style: normal;
      word-break: keep-all;
      color: #222;
      font-size: 1.4583333333rem;
      line-height: 1.4;
      font-weight: 600; }
      .event-row > .subject p strong {
        color: #65B3B1;
        font-size: 1.4583333333rem;
        line-height: 1.4;
        font-weight: 600; }
    .event-row > .subject span {
      display: none; }
    @media screen and (min-width: 1200px) {
      .event-row > .subject {
        padding: 0 33px 40px 36px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .event-row > .subject p {
          width: 85%;
          color: #222;
          font-size: 40px;
          line-height: 1.4;
          font-weight: 600; }
          .event-row > .subject p strong {
            color: #65B3B1;
            font-size: 40px;
            line-height: 1.4;
            font-weight: 600; }
        .event-row > .subject span {
          display: block;
          color: #888;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500; } }
  .event-row:nth-child(even) {
    background: rgba(0, 149, 169, 0.04);
    margin-bottom: 4.1666666667rem; }
    .event-row:nth-child(even) .event-content .event_thumbnail .scroll::-webkit-scrollbar {
      width: 0.125rem;
      height: 0.125rem; }
      @media screen and (min-width: 1200px) {
        .event-row:nth-child(even) .event-content .event_thumbnail .scroll::-webkit-scrollbar {
          width: 3px;
          height: 3px; } }
    .event-row:nth-child(even) .event-content .event_thumbnail .scroll::-webkit-scrollbar-thumb {
      background: #CCCCCC;
      border-radius: 0; }
    .event-row:nth-child(even) .event-content .event_thumbnail .scroll::-webkit-scrollbar-thumb:hover {
      background: #888888; }
    .event-row:nth-child(even) .event-content .event_thumbnail .scroll::-webkit-scrollbar-track {
      background: #eeeeee;
      border-radius: 0; }
    .event-row:nth-child(even) .event-content .event_thumbnail .scroll ul li:first-child a {
      display: block;
      background: url("/static/images/content/mint_thum@m.jpg") 50% 50% no-repeat;
      background-size: cover; }
      .event-row:nth-child(even) .event-content .event_thumbnail .scroll ul li:first-child a img {
        opacity: 0; }
      @media screen and (min-width: 1200px) {
        .event-row:nth-child(even) .event-content .event_thumbnail .scroll ul li:first-child a {
          background: url("/static/images/content/mint_thum.jpg") 50% 50% no-repeat;
          background-size: cover; } }
    @media screen and (min-width: 1200px) {
      .event-row:nth-child(even) {
        margin-bottom: 100px; }
        .event-row:nth-child(even) .event-content .event_thumbnail {
          background: #f5fbfc; } }
  .event-row:nth-child(odd) {
    background: rgba(166, 134, 107, 0.04);
    margin-bottom: 4.1666666667rem; }
    .event-row:nth-child(odd) .event-content .event_thumbnail .scroll ul li:first-child a {
      display: block;
      background: url("/static/images/content/br_thum@m.jpg") 50% 50% no-repeat;
      background-size: cover; }
      .event-row:nth-child(odd) .event-content .event_thumbnail .scroll ul li:first-child a img {
        opacity: 0; }
      @media screen and (min-width: 1200px) {
        .event-row:nth-child(odd) .event-content .event_thumbnail .scroll ul li:first-child a {
          background: url("/static/images/content/br_thum.jpg") 50% 50% no-repeat;
          background-size: cover; } }
    @media screen and (min-width: 1200px) {
      .event-row:nth-child(odd) {
        margin-bottom: 100px; }
        .event-row:nth-child(odd) .event-content .event_thumbnail {
          background: #fcfaf9; }
        .event-row:nth-child(odd) > .subject p strong {
          color: #A6866B; } }
  @media screen and (min-width: 1200px) {
    .event-row {
      padding: 80px 82px; } }
  @media screen and (min-width: 1200px) {
    .event-row .event-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .event-row .event-content .event_top_slide {
    margin-bottom: 0.8333333333rem;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .event-row .event-content .event_top_slide {
        width: 75.41241162608%; } }
    .event-row .event-content .event_top_slide .swiper-slide {
      width: 20rem; }
      .event-row .event-content .event_top_slide .swiper-slide .img, .event-row .event-content .event_top_slide .swiper-slide .video {
        width: 100%;
        height: 100%; }
        .event-row .event-content .event_top_slide .swiper-slide .img img, .event-row .event-content .event_top_slide .swiper-slide .video img {
          width: 100%; }
      .event-row .event-content .event_top_slide .swiper-slide .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
      @media screen and (min-width: 1200px) {
        .event-row .event-content .event_top_slide .swiper-slide {
          width: 100%;
          /*min-width: 1032px;
          max-width: 1273px;*/ }
          .event-row .event-content .event_top_slide .swiper-slide .img, .event-row .event-content .event_top_slide .swiper-slide .video {
            width: 100%;
            height: 100%;
            margin-bottom: 40px; }
            .event-row .event-content .event_top_slide .swiper-slide .img img, .event-row .event-content .event_top_slide .swiper-slide .video img {
              width: 100%; }
          .event-row .event-content .event_top_slide .swiper-slide .video {
            width: 100%;
            height: auto; }
            .event-row .event-content .event_top_slide .swiper-slide .video img {
              width: 100%; } }
  .event-row .event-content .event_thumbnail {
    width: 100%;
    height: 6.3333333333rem;
    margin-bottom: 2.0833333333rem; }
    .event-row .event-content .event_thumbnail .scroll {
      width: 100%;
      height: 6.3333333333rem;
      overflow: hidden;
      overflow-x: overlay; }
      .event-row .event-content .event_thumbnail .scroll ul {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .event-row .event-content .event_thumbnail .scroll ul li {
          margin-right: 0.8333333333rem; }
          .event-row .event-content .event_thumbnail .scroll ul li a img {
            width: 9.5833333333rem;
            height: 5.375rem; }
    @media screen and (min-width: 1200px) {
      .event-row .event-content .event_thumbnail {
        width: 24.58758837392%;
        height: auto; }
        .event-row .event-content .event_thumbnail .scroll {
          width: 92.33716475096%;
          height: 540px;
          overflow-x: hidden;
          overflow-y: overlay;
          margin-right: 0;
          margin-left: auto; }
          .event-row .event-content .event_thumbnail .scroll ul {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-flow: wrap; }
            .event-row .event-content .event_thumbnail .scroll ul li {
              margin-right: 0;
              margin-bottom: 24px; }
              .event-row .event-content .event_thumbnail .scroll ul li a img {
                width: 100%;
                height: auto; } }
  .event-row .text .subject {
    display: block;
    word-break: keep-all;
    font-family: "Nanum Myeongjo", serif;
    font-style: normal;
    color: #222;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.0125rem;
    margin-bottom: 1rem; }
  .event-row .text .txt {
    display: block;
    word-break: keep-all;
    margin-bottom: 2.0833333333rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500; }
  .event-row .text .date {
    display: block;
    color: #888;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .event-row .text .subject {
      color: #222;
      font-size: 24px;
      line-height: 36px;
      font-weight: 600;
      letter-spacing: -0.24px;
      margin-bottom: 20px;
      padding: 0 36px; }
    .event-row .text .txt {
      margin-bottom: 0;
      padding: 0 36px;
      color: #555;
      font-size: 18px;
      line-height: 27px;
      font-weight: 500; }
    .event-row .text .date {
      display: none; } }

.gallery-row {
  width: 100%;
  max-width: 1440px; }
  .gallery-row .gallery_view {
    width: 100%;
    height: auto;
    margin-bottom: 0.8333333333rem; }
    .gallery-row .gallery_view h4 {
      color: #222;
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.8333333333rem; }
    .gallery-row .gallery_view .swiper-slide img {
      max-width: 100%;
      width: 100%; }
    .gallery-row .gallery_view .swiper-circle-button-next, .gallery-row .gallery_view .swiper-circle-button-prev {
      position: absolute;
      top: 50%;
      border: none;
      background: rgba(255, 255, 255, 0.8); }
      .gallery-row .gallery_view .swiper-circle-button-next i svg .arrow3_path, .gallery-row .gallery_view .swiper-circle-button-prev i svg .arrow3_path {
        stroke: #65B3B1; }
      .gallery-row .gallery_view .swiper-circle-button-next:hover, .gallery-row .gallery_view .swiper-circle-button-prev:hover {
        background: #65B3B1; }
        .gallery-row .gallery_view .swiper-circle-button-next:hover i svg .arrow3_path, .gallery-row .gallery_view .swiper-circle-button-prev:hover i svg .arrow3_path {
          stroke: #fff; }
    .gallery-row .gallery_view .swiper-circle-button-next {
      right: 40px; }
    .gallery-row .gallery_view .swiper-circle-button-prev {
      left: 40px; }
    @media screen and (min-width: 1200px) {
      .gallery-row .gallery_view {
        height: auto;
        margin-bottom: 28px; }
        .gallery-row .gallery_view h4 {
          color: #222;
          font-size: 32px;
          line-height: 32px;
          font-weight: 600;
          margin-bottom: 28px; } }
  .gallery-row .gallery_thum {
    height: auto;
    padding-bottom: 0.9583333333rem; }
    .gallery-row .gallery_thum .swiper-slide {
      width: 11.25rem;
      height: auto; }
      .gallery-row .gallery_thum .swiper-slide img {
        width: auto;
        max-width: 100%;
        height: 100%; }
      .gallery-row .gallery_thum .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5; }
      .gallery-row .gallery_thum .swiper-slide.swiper-slide-thumb-active:before {
        opacity: 0; }
    .gallery-row .gallery_thum .swiper-pagination {
      top: auto;
      bottom: 0; }
      .gallery-row .gallery_thum .swiper-pagination.swiper-pagination-progressbar {
        background: #eee; }
        .gallery-row .gallery_thum .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
          background: #ccc; }
    @media screen and (min-width: 1200px) {
      .gallery-row .gallery_thum {
        height: 215px;
        padding-bottom: 20px; }
        .gallery-row .gallery_thum .swiper-slide {
          width: 342px;
          height: 192px; } }

.sns-row .sns-list ul {
  background: #f9f9f9;
  border: 0.0416666667rem solid #ddd;
  margin-bottom: 1.3333333333rem;
  padding: 2.4583333333rem 1.8333333333rem;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .sns-row .sns-list ul li {
    height: 3.3333333333rem; }
    .sns-row .sns-list ul li:first-child {
      padding: 0.2083333333rem 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: wrap;
      align-content: space-between;
      width: 100%; }
      .sns-row .sns-list ul li:first-child strong {
        width: 100%;
        color: #222;
        font-size: 1.25rem;
        line-height: 1.25rem;
        font-weight: 700; }
      .sns-row .sns-list ul li:first-child a {
        height: auto;
        color: #888;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 600; }
        .sns-row .sns-list ul li:first-child a i svg .arrow2_path {
          stroke: #888; }
    .sns-row .sns-list ul li:last-child {
      width: 3.3333333333rem; }
      .sns-row .sns-list ul li:last-child .btn {
        width: 3.3333333333rem;
        height: 3.3333333333rem; }
  .sns-row .sns-list ul:nth-child(1) li:last-child .btn {
    background: #2FAE47; }
    .sns-row .sns-list ul:nth-child(1) li:last-child .btn i {
      width: 2.0833333333rem;
      height: 1.7083333333rem; }
      .sns-row .sns-list ul:nth-child(1) li:last-child .btn i svg .blog_path1 {
        fill: #fff; }
      .sns-row .sns-list ul:nth-child(1) li:last-child .btn i svg .blog_path2 {
        fill: #EC7127; }
  .sns-row .sns-list ul:nth-child(2) li:last-child .btn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
    .sns-row .sns-list ul:nth-child(2) li:last-child .btn i {
      width: 1.8958333333rem;
      height: 1.8958333333rem; }
      .sns-row .sns-list ul:nth-child(2) li:last-child .btn i svg .insta_path {
        fill: #fff; }
  .sns-row .sns-list ul:nth-child(3) li:last-child .btn {
    background: #E0151A; }
    .sns-row .sns-list ul:nth-child(3) li:last-child .btn i {
      width: 1.9583333333rem;
      height: 1.3125rem; }
      .sns-row .sns-list ul:nth-child(3) li:last-child .btn i svg .youtube_path1 {
        fill: #fff; }
      .sns-row .sns-list ul:nth-child(3) li:last-child .btn i svg .youtube_path2 {
        fill: #E0151A; }
  .sns-row .sns-list ul:hover {
    border: 0.0833333333rem solid #65B3B1;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.06); }
@media screen and (min-width: 1200px) {
  .sns-row .sns-list {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sns-row .sns-list ul {
      width: 32.22222222222%;
      border: 1px solid #ddd;
      margin-bottom: 0;
      padding: 50px; }
      .sns-row .sns-list ul li {
        height: 64px; }
        .sns-row .sns-list ul li:first-child {
          padding: 5px 0; }
          .sns-row .sns-list ul li:first-child strong {
            color: #222;
            font-size: 24px;
            line-height: 24px;
            font-weight: 700; }
          .sns-row .sns-list ul li:first-child a {
            color: #888;
            font-size: 18px;
            line-height: 18px;
            font-weight: 600; }
        .sns-row .sns-list ul li:last-child {
          width: 64px; }
          .sns-row .sns-list ul li:last-child .btn {
            width: 64px;
            height: 64px;
            border-radius: 32px; }
      .sns-row .sns-list ul:nth-child(1) li:last-child .btn i {
        width: 40px;
        height: 33px; }
      .sns-row .sns-list ul:nth-child(2) li:last-child .btn i {
        width: 37px;
        height: 37px; }
      .sns-row .sns-list ul:nth-child(3) li:last-child .btn i {
        width: 38px;
        height: 25px; }
      .sns-row .sns-list ul:hover {
        margin-top: -2px;
        border: 2px solid #65B3B1; } }

.sns-youtube-row, .sns-insta-row {
  margin-top: 6.6666666667rem; }
  .sns-youtube-row h4, .sns-insta-row h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 1.4583333333rem;
    line-height: 1.4583333333rem;
    font-weight: 700;
    margin-bottom: 1.3333333333rem; }
    .sns-youtube-row h4 span, .sns-insta-row h4 span {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #E0151A;
      width: 1.4583333333rem;
      height: 1.4583333333rem;
      border-radius: 0.7291666667rem;
      margin-right: 0.3333333333rem; }
    .sns-youtube-row h4 i, .sns-insta-row h4 i {
      width: 0.8541666667rem;
      height: 0.5625rem; }
      .sns-youtube-row h4 i svg .youtube_path1, .sns-insta-row h4 i svg .youtube_path1 {
        fill: #fff; }
      .sns-youtube-row h4 i svg .youtube_path2, .sns-insta-row h4 i svg .youtube_path2 {
        fill: #E0151A; }
  @media screen and (min-width: 1200px) {
    .sns-youtube-row, .sns-insta-row {
      margin-top: 200px; }
      .sns-youtube-row h4, .sns-insta-row h4 {
        color: #000;
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 32px; }
        .sns-youtube-row h4 span, .sns-insta-row h4 span {
          width: 32px;
          height: 32px;
          border-radius: 16px;
          margin-right: 8px; }
        .sns-youtube-row h4 i, .sns-insta-row h4 i {
          width: 19px;
          height: 13px; } }

.sns-youtube-row .youtube-list {
  padding-bottom: 0.8333333333rem; }
  .sns-youtube-row .youtube-list .swiper-slide {
    max-width: 23.3333333333rem; }
    .sns-youtube-row .youtube-list .swiper-slide a {
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .sns-youtube-row .youtube-list .swiper-slide a img {
        max-width: 100%; }
      .sns-youtube-row .youtube-list .swiper-slide a .over {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: all .25s ease-in;
        display: flex;
        justify-content: center;
        align-items: center; }
        .sns-youtube-row .youtube-list .swiper-slide a .over i {
          width: 57px;
          height: 57px;
          border: 3px solid #fff;
          border-radius: 57px;
          display: flex;
          justify-content: center;
          align-items: center; }
      .sns-youtube-row .youtube-list .swiper-slide a:hover .over {
        opacity: 1; }
  .sns-youtube-row .youtube-list .swiper-pagination {
    top: auto;
    bottom: 0; }
    .sns-youtube-row .youtube-list .swiper-pagination.swiper-pagination-progressbar {
      background: #eee; }
    .sns-youtube-row .youtube-list .swiper-pagination .swiper-pagination-progressbar-fill {
      background: #ccc; }
  @media screen and (min-width: 1200px) {
    .sns-youtube-row .youtube-list {
      height: 284px; }
      .sns-youtube-row .youtube-list .swiper-slide {
        max-width: 464px; } }

.sns-insta-row h4 span {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.sns-insta-row h4 i svg .insta_path {
  fill: #fff; }
.sns-insta-row .insta-list {
  padding-bottom: 0.8333333333rem; }
  .sns-insta-row .insta-list .swiper-slide {
    max-width: 11.25rem; }
    .sns-insta-row .insta-list .swiper-slide a {
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .sns-insta-row .insta-list .swiper-slide a img {
        max-width: 100%; }
      .sns-insta-row .insta-list .swiper-slide a .over {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: all .25s ease-in;
        display: flex;
        justify-content: center;
        align-items: center; }
        .sns-insta-row .insta-list .swiper-slide a .over i {
          width: 48px;
          height: 48px; }
          .sns-insta-row .insta-list .swiper-slide a .over i svg .insta_path {
            fill: #fff; }
      .sns-insta-row .insta-list .swiper-slide a:hover .over {
        opacity: 1; }
  .sns-insta-row .insta-list .swiper-pagination {
    top: auto;
    bottom: 0; }
    .sns-insta-row .insta-list .swiper-pagination.swiper-pagination-progressbar {
      background: #eee; }
    .sns-insta-row .insta-list .swiper-pagination .swiper-pagination-progressbar-fill {
      background: #ccc; }
@media screen and (min-width: 1200px) {
  .sns-insta-row i {
    width: 18px;
    height: 18px; }
  .sns-insta-row .insta-list {
    height: 490px; }
    .sns-insta-row .insta-list .swiper-slide {
      max-width: 464px; } }

section .inner.ad .ad-banner {
  background: url("/static/images/content/bg_ad-top@m.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 17.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: wrap; }
  section .inner.ad .ad-banner .txt-row {
    width: 100%; }
    section .inner.ad .ad-banner .txt-row h3 {
      text-align: center;
      margin-bottom: 1.3333333333rem;
      color: #fff;
      font-size: 1.3333333333rem;
      line-height: 1.3333333333rem;
      font-weight: 700; }
    section .inner.ad .ad-banner .txt-row p {
      text-align: center;
      color: #fff;
      font-size: 1rem;
      line-height: 1.4;
      font-weight: 500; }
      section .inner.ad .ad-banner .txt-row p br.pc {
        display: none; }
  section .inner.ad .ad-banner .btn-row {
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: nowrap; }
    section .inner.ad .ad-banner .btn-row a:first-child {
      border: 1px solid #fff;
      color: #fff;
      margin-right: 0.4166666667rem; }
    section .inner.ad .ad-banner .btn-row a:last-child {
      background: #fff;
      color: #A6866B;
      margin-left: 0.4166666667rem; }
  @media screen and (min-width: 1200px) {
    section .inner.ad .ad-banner {
      background: url("/static/images/content/bg_ad-top.jpg") 50% 50% no-repeat;
      background-size: cover;
      height: 250px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      flex-flow: nowrap; }
      section .inner.ad .ad-banner .txt-row {
        width: 50%;
        padding-left: 100px; }
        section .inner.ad .ad-banner .txt-row h3 {
          text-align: left;
          margin-bottom: 1.3333333333rem;
          color: #fff;
          font-size: 28px;
          line-height: 28px;
          font-weight: 700; }
        section .inner.ad .ad-banner .txt-row p {
          text-align: left;
          color: #fff;
          font-size: 18px;
          line-height: 1.4;
          font-weight: 500; }
          section .inner.ad .ad-banner .txt-row p br.mo {
            display: none; }
          section .inner.ad .ad-banner .txt-row p br.pc {
            display: block; }
      section .inner.ad .ad-banner .btn-row {
        width: 50%;
        margin-top: 0;
        padding-right: 100px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: nowrap; }
        section .inner.ad .ad-banner .btn-row a:first-child {
          margin-right: 8px; }
        section .inner.ad .ad-banner .btn-row a:last-child {
          margin-left: 8px; } }
section .inner.ad.bg-banner {
  margin-top: 6.6666666667rem;
  background: url("/static/images/product/bg_product_banner@m.jpg") 50% 100% no-repeat;
  background-size: cover; }
  section .inner.ad.bg-banner .full-inner {
    width: 87.5%;
    margin: auto; }
    section .inner.ad.bg-banner .full-inner .txt-row h3 {
      margin-bottom: 1.6666666667rem;
      color: #222;
      font-size: 1.4583333333rem;
      line-height: 1.3;
      font-weight: 700; }
    section .inner.ad.bg-banner .full-inner .txt-row ul li {
      position: relative;
      padding-left: 0.5rem;
      margin-bottom: 0.2083333333rem;
      color: #222;
      font-size: 1rem;
      line-height: 1.4;
      font-weight: 500; }
      section .inner.ad.bg-banner .full-inner .txt-row ul li br.mo {
        display: block; }
      section .inner.ad.bg-banner .full-inner .txt-row ul li br.pc {
        display: none; }
      section .inner.ad.bg-banner .full-inner .txt-row ul li:before {
        content: "·";
        position: absolute;
        top: 0;
        left: 0;
        color: #222;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 500; }
  @media screen and (min-width: 1200px) {
    section .inner.ad.bg-banner {
      background: url("/static/images/product/bg_product_banner.jpg") 50% 100% no-repeat;
      background-size: cover; }
      section .inner.ad.bg-banner .full-inner {
        width: 100%; }
        section .inner.ad.bg-banner .full-inner .txt-row h3 {
          color: #222;
          font-size: 32px;
          line-height: 1.3;
          font-weight: 700; }
        section .inner.ad.bg-banner .full-inner .txt-row ul li {
          padding-left: 12px;
          margin-bottom: 5px;
          color: #222;
          font-size: 18px;
          line-height: 1.4;
          font-weight: 500; }
          section .inner.ad.bg-banner .full-inner .txt-row ul li br.mo {
            display: none; }
          section .inner.ad.bg-banner .full-inner .txt-row ul li br.pc {
            display: block; }
          section .inner.ad.bg-banner .full-inner .txt-row ul li:before {
            color: #222;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 500; }
        section .inner.ad.bg-banner .full-inner .txt-row .btn-row {
          margin-top: 0; } }
section .inner.adform form {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    section .inner.adform form {
      width: 100%;
      max-width: 1440px;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: wrap; }
      section .inner.adform form .input-row {
        width: 41.25%;
        margin-left: 80px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap; }
        section .inner.adform form .input-row .error {
          padding-left: 130px; }
        section .inner.adform form .input-row > label {
          padding-left: 0;
          width: 130px; }
        section .inner.adform form .input-row > input {
          width: calc( 100% - 130px ); }
        section .inner.adform form .input-row.ad_company, section .inner.adform form .input-row.ad_subject {
          margin-right: 500px; }
        section .inner.adform form .input-row.ad_phone, section .inner.adform form .input-row.ad_email, section .inner.adform form .input-row.ad_time {
          padding-left: 0;
          margin-left: 6.38888888889%; }
      section .inner.adform form .upload_file {
        width: 41.25%;
        margin-right: 500px; }
        section .inner.adform form .upload_file .file-box {
          width: calc( 100% - 130px ); }
      section .inner.adform form .textarea-row {
        width: 88.88888888889%;
        margin-left: 80px; } }
  @media screen and (min-width: 1440px) {
    section .inner.adform form {
      width: 100%; } }
section .inner.adform .ad_category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 3.3333333333rem; }
  section .inner.adform .ad_category strong, section .inner.adform .ad_category h3 {
    position: relative;
    width: 100%;
    padding-left: 0.6666666667rem;
    color: #000;
    font-size: 1.0833333333rem;
    line-height: 1.0833333333rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 480px) {
      section .inner.adform .ad_category strong, section .inner.adform .ad_category h3 {
        color: #000;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600; } }
  section .inner.adform .ad_category.required {
    flex-flow: wrap; }
    section .inner.adform .ad_category.required strong:after {
      content: "*";
      position: relative;
      display: flex;
      color: #F82417;
      width: unset;
      height: unset;
      background: none;
      border-radius: unset;
      background-size: unset;
      margin: -0.125rem 0 0 0.3125rem; }
  section .inner.adform .ad_category .radio-box-group {
    width: 100%;
    padding: 1.6666666667rem 0 0 0.6666666667rem;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap; }
    section .inner.adform .ad_category .radio-box-group .radio-box:last-child {
      margin-bottom: 0; }
  section .inner.adform .ad_category .error {
    padding: 0 0 0 0.625rem;
    color: #F82417;
    font-size: 0.9583333333rem;
    line-height: 0.9583333333rem;
    font-weight: 500; }
  @media screen and (min-width: 1200px) {
    section .inner.adform .ad_category {
      width: 100%;
      margin-bottom: 48px;
      padding-left: 80px; }
      section .inner.adform .ad_category strong, section .inner.adform .ad_category h3 {
        width: 130px;
        margin-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        color: #000;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
      section .inner.adform .ad_category .radio-box-group {
        width: calc( 100% - 130px );
        padding: 0;
        margin-right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: wrap; }
        section .inner.adform .ad_category .radio-box-group .radio-box {
          margin-right: 180px; }
          section .inner.adform .ad_category .radio-box-group .radio-box:last-child {
            margin-bottom: 0; }
      section .inner.adform .ad_category .error {
        padding: 0 0 0 35px; } }
section .inner.adform .form-title {
  margin-top: 4.1666666667rem; }
  section .inner.adform .form-title.icon {
    padding-left: 1.5rem; }
  @media screen and (min-width: 1200px) {
    section .inner.adform .form-title {
      width: 100%;
      margin-top: 100px; }
      section .inner.adform .form-title.icon {
        padding-left: 60px; } }
section .inner.adform .file-box {
  flex-direction: row-reverse;
  padding-bottom: 1rem;
  border-bottom: 1px solid #aaa; }
  section .inner.adform .file-box .input-file label {
    border-radius: 0;
    background: none;
    color: #A6866B;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600; }
    section .inner.adform .file-box .input-file label:after {
      display: none; }
  @media screen and (min-width: 1200px) {
    section .inner.adform .file-box {
      padding-bottom: 24px; }
      section .inner.adform .file-box .input-file label {
        color: #A6866B;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600; } }
section .inner.adform .adday_group input {
  background: none; }
section .inner.adform .adday_group .datepicker-icon {
  position: absolute;
  right: 0;
  top: 1.875rem;
  width: 3rem;
  height: 3rem;
  background: #fff;
  z-index: -1; }
section .inner.adform .adday_group .qs-datepicker-container {
  width: 100%; }
  section .inner.adform .adday_group .qs-datepicker-container .qs-controls {
    padding: 0 1.6666666667rem; }
  section .inner.adform .adday_group .qs-datepicker-container .qs-squares {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* 7열로 정리 */
    padding: 0 1.6666666667rem 1.6666666667rem 1.6666666667rem; }
  section .inner.adform .adday_group .qs-datepicker-container .qs-square {
    width: 2.25rem;
    height: 2.25rem; }
@media screen and (min-width: 768px) {
  section .inner.adform .adday_group .qs-datepicker-container {
    width: 50%; } }
@media screen and (min-width: 1024px) {
  section .inner.adform .adday_group .qs-datepicker-container {
    width: 400px; } }
@media screen and (min-width: 1200px) {
  section .inner.adform .adday_group .datepicker-icon {
    top: 0;
    width: 56px;
    height: 56px; } }
section .inner.adform .agree-row {
  background: #f9f9f9;
  margin-top: 2.5rem;
  padding: 2.0833333333rem 1.25rem; }
  section .inner.adform .agree-row h3 {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap; }
    section .inner.adform .agree-row h3 p {
      width: 100%;
      margin-bottom: 1.6666666667rem;
      color: #222;
      font-size: 1.25rem;
      line-height: 1.4;
      font-weight: 600; }
      section .inner.adform .agree-row h3 p strong {
        color: #65B3B1;
        font-size: 1.25rem;
        line-height: 1.4;
        font-weight: 600; }
  section .inner.adform .agree-row .agree_list {
    margin-top: 1rem;
    background: #fff;
    padding: 1.6666666667rem 0.8333333333rem; }
    section .inner.adform .agree-row .agree_list .check-box-row {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: wrap;
      margin-bottom: 2.0833333333rem; }
      section .inner.adform .agree-row .agree_list .check-box-row .check-box {
        width: 100%; }
      section .inner.adform .agree-row .agree_list .check-box-row label {
        text-align: left;
        color: #888;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 600; }
      section .inner.adform .agree-row .agree_list .check-box-row button {
        width: auto;
        height: auto;
        padding: 0.6666666667rem 0;
        margin-left: 1.5833333333rem;
        text-decoration: underline;
        color: #888;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 600; }
      section .inner.adform .agree-row .agree_list .check-box-row:last-child {
        margin-bottom: 0; }
      section .inner.adform .agree-row .agree_list .check-box-row .error {
        text-align: left;
        width: 100%;
        padding: 0 0 0 1.6666666667rem;
        color: #F82417;
        font-size: 0.875rem;
        line-height: 0.875rem;
        font-weight: 500; }
  @media screen and (min-width: 480px) {
    section .inner.adform .agree-row {
      padding: 2.0833333333rem; }
      section .inner.adform .agree-row .agree_list {
        padding: 1.6666666667rem 1.25rem; } }
  @media screen and (min-width: 768px) {
    section .inner.adform .agree-row h3 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section .inner.adform .agree-row h3 p {
        width: auto;
        margin-bottom: 15px; }
        section .inner.adform .agree-row h3 p br {
          display: none; }
      section .inner.adform .agree-row h3 .check-box {
        width: auto;
        margin-bottom: 15px; }
        section .inner.adform .agree-row h3 .check-box label {
          color: #888; }
    section .inner.adform .agree-row .agree_list .check-box-row {
      margin-bottom: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: wrap; }
      section .inner.adform .agree-row .agree_list .check-box-row .check-box {
        width: auto; }
      section .inner.adform .agree-row .agree_list .check-box-row .error {
        text-align: left;
        padding: 0 0 0 26px;
        width: 100%; } }
  @media screen and (min-width: 1200px) {
    section .inner.adform .agree-row {
      width: 100%;
      margin-top: 48px;
      padding: 40px; }
      section .inner.adform .agree-row h3 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        section .inner.adform .agree-row h3 p {
          width: 50%;
          margin-bottom: 30px;
          color: #222;
          font-size: 24px;
          line-height: 1.4;
          font-weight: 600; }
          section .inner.adform .agree-row h3 p br {
            display: none; }
          section .inner.adform .agree-row h3 p strong {
            color: #65B3B1;
            font-size: 24px;
            line-height: 1.4;
            font-weight: 600; }
        section .inner.adform .agree-row h3 label {
          color: #888;
          font-size: 18px;
          line-height: 1.4;
          font-weight: 600; }
        section .inner.adform .agree-row h3 .check-box {
          margin-bottom: 30px; }
      section .inner.adform .agree-row .agree_list {
        margin-top: 0;
        padding: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        section .inner.adform .agree-row .agree_list .check-box-row {
          flex-flow: wrap;
          margin-bottom: 0;
          width: 350px; }
          section .inner.adform .agree-row .agree_list .check-box-row .check-box {
            width: auto; }
          section .inner.adform .agree-row .agree_list .check-box-row label {
            color: #888;
            font-size: 18px;
            line-height: 18px;
            font-weight: 600; }
          section .inner.adform .agree-row .agree_list .check-box-row button {
            padding: 16px 0;
            margin-left: 20px;
            color: #888;
            font-size: 18px;
            line-height: 18px;
            font-weight: 600; }
          section .inner.adform .agree-row .agree_list .check-box-row .error {
            text-align: left;
            padding: 0 0 0 25px;
            color: #F82417;
            font-size: 16px;
            line-height: 16px;
            font-weight: 500; }
          section .inner.adform .agree-row .agree_list .check-box-row:last-child {
            margin-left: 60px; } }
section .inner.adform form + .btn-row {
  text-align: center;
  padding-top: 3.3333333333rem; }
  section .inner.adform form + .btn-row button {
    color: #fff; }
  @media screen and (min-width: 1200px) {
    section .inner.adform form + .btn-row {
      width: 100%; } }
