@charset "utf-8";
@media (max-width: 767px) {
  /* ==========================================================================
     base
     ========================================================================== */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  html {
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }

  body {
    font: normal 16px/1.4 "Noto Sans KR", sans-serif;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.05em;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  fieldset,
  ul,
  ol,
  dl,
  dt,
  dd,
  p,
  button,
  figure {
    margin: 0;
    padding: 0;
  }

  /*legend, caption{position:absolute;overflow:hidden;width:0px;height:0px;font-size:0;line-height:0;text-indent:-9999px;color:transparent;}*/
  legend,
  caption {
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    visibility: hidden;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a[href^="tel"] {
    cursor: default;
  }

  fieldset,
  button {
    background: none;
    border: 0px;
  }

  ul:after,
  ol:after {
    content: "";
    display: block;
    clear: both;
  }

  li {
    list-style: none;
  }

  table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 1em;
    line-height: 1.2;
  }

  /*th,td{word-wrap:break-word;word-break:break-all;}*/
  iframe {
    width: 100%;
    vertical-align: middle;
    border: 0 none;
  }

  input,
  button,
  select,
  img,
  iframe {
    vertical-align: middle;
  }

  button,
  input,
  optgroup,
  select,
  textarea,
  optgroup,
  pre {
    font-family: inherit;
    letter-spacing: inherit;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-weight: 700;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  i,
  em {
    font-style: normal;
  }

  hr {
    margin: 2.5em 0;
    border: 0 none;
    border-top: 1px solid #e6e6e6;
  }

  sub {
    vertical-align: 0;
  }

  input:focus {
    outline: none;
  }

  textarea,
  button,
  input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  /* ==========================================================================
     common
     ========================================================================== */
  #btnTop {
    position: fixed;
    font-size: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px #000 solid;
    right: 40px;
    bottom: 80px;
    border-radius: 50%;
    z-index: 5;
    opacity: 0;
  }

  .normal {
    font-weight: normal;
  }

  .underline {
    text-decoration: underline;
  }

  html.fix {
    overflow: hidden;
  }

  /* font */

  .fc_red {
    color: #f94f4f !important;
  }

  .fc_blue {
    color: #40a8e3 !important;
  }

  .t_center {
    text-align: center !important;
  }

  .t_left {
    text-align: left !important;
  }

  .t_right {
    text-align: right !important;
  }

  .clear {
    clear: both;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .pt40 {
    padding-top: 40px !important;
  }

  .pt50 {
    padding-top: 50px !important;
  }

  .pl20 {
    padding-left: 20px !important;
  }

  .pr20 {
    padding-right: 20px !important;
  }

  .pb30 {
    padding-bottom: 30px !important;
  }

  .font-weight-500 {
    font-weight: 500 !important;
  }

  .font-weight-600 {
    font-weight: 600 !important;
  }

  .align-left {
    text-align: left !important;
  }

  .align-center {
    text-align: center !important;
  }

  .block {
    display: block;
  }

  .hide {
    display: none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

  .hidden {
    overflow: hidden;
  }

  .blind {
    position: absolute;
    overflow: hidden;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
  }

  .video {
    position: relative;
    padding-bottom: 56.25%;
  }

  .video iframe,
  .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .font-montserrat {
    font-family: "Montserrat" !important;
  }

  .img_box {
    position: relative;
    text-align: center;
    overflow: hidden;
  }

  .img_box.out {
    margin-left: -30px;
    margin-right: -30px;
  }

  .img_box img {
    width: 100%;
  }

  .blur img {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    filter: blur(6px);
  }

  .ui-widget {
    font-family: inherit;
  }

  /* ==========================================================================
     Print styles.
     ========================================================================== */
  /*
  @media print{
      *{-webkit-print-color-adjust:exact;print-color:exact;color-adjust:exact;}
      body{width:750px;}
      #mo_header, #mo_footer{display:none;}
      .safari body{font-family:serif;}
  }
  */
  /* loading */
  .sk-wave {
    margin: 0 auto;
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 10px;
  }

  .sk-wave .sk-rect {
    background-color: #000;
    height: 100%;
    width: 4px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  }

  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
  }

  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }

  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }

  /* 정보성 테이블 */
  .table-info-wrap {
  }

  .table-info-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0;
  }

  .table-info-inner .table-info-cell {
    padding: 16px 0;
    width: 50%;
    box-sizing: border-box;
  }

  .table-info-inner .table-info-cell.full {
    width: 100%;
  }

  .table-info-wrap .table-info-title {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
  }

  .table-info-wrap .table-info-data {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
  }

  /* 텍스트 리스트 */
  .text-list {
    word-break: keep-all;
  }

  .text-list .text-list {
    margin-top: 10px;
  }

  .text-list .text-list .text-list {
    margin-top: 0px;
  }

  .text-list .text-list .text-list-item {
    font-size: 14px;
    line-height: 23px;
    padding-left: 9px;
  }

  .text-list .text-list .text-list-item + .text-list-item {
    margin-top: 10px;
  }

  .text-list .text-list .text-list .text-list-item + .text-list-item {
    margin-top: 0px;
  }

  .text-list-item {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    color: #000;
  }

  .text-list-item > em {
    color: #E20D3A;
  }

  .text-list-item + .text-list-item {
    margin-top: 10px;
  }

  .text-list-item.line {
    padding-left: 9px;
  }

  .text-list-item.line:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  .text-list-item.circle {
    padding-left: 9px;
  }

  .text-list-item.circle:before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  .text-list-item.star {
    padding-left: 9px;
  }

  .text-list-item.star:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 28px;
  }

  /* title */
  .contents-title-group {
    display: flex;
    align-items: center;
  }

  .contents-title {
    font-size: 18px;
    line-height: 1.5;
    color: #404040;
    font-weight: 700;
    letter-spacing: -0.05em;
  }

  .table-info-wrap.type-2 {
    position: relative;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    word-break: keep-all;
  }

  .table-info-wrap.type-2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: calc(50% - 10px);
    height: 1px;
    background: #E20D3A;
  }

  .table-info-wrap.type-2 .table-info-cell + .table-info-cell {
    margin-left: 0;
    margin-top: 9px;
  }

  .table-info-wrap.type-2 .table-info-cell {
    display: flex;
    align-items: flex-start;
    text-align: left;
  }

  .table-info-wrap.type-2 .table-info-title > em {
    position: relative;
    display: block;
    padding-left: 15px;
  }

  .table-info-wrap.type-2 .table-info-title > em:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }

  .table-info-wrap.type-2 .table-info-title {
    flex: 1;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #E20D3A;
    margin: 0;
  }

  .table-info-wrap.type-2 .table-info-data {
    flex: 1;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #404040;
    word-break: break-all;
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(1)
  .table-info-title
  > em:before {
    content: "①";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(2)
  .table-info-title
  > em:before {
    content: "②";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(3)
  .table-info-title
  > em:before {
    content: "③";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(4)
  .table-info-title
  > em:before {
    content: "④";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(5)
  .table-info-title
  > em:before {
    content: "⑤";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(6)
  .table-info-title
  > em:before {
    content: "⑥";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(7)
  .table-info-title
  > em:before {
    content: "⑦";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(8)
  .table-info-title
  > em:before {
    content: "⑧";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(9)
  .table-info-title
  > em:before {
    content: "⑨";
  }

  .table-info-wrap.type-2
  .table-info-cell:nth-child(10)
  .table-info-title
  > em:before {
    content: "⑩";
  }

  /* 레이어 팝업 */
  .layer-pop-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 100000;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0s 0.35s ease, visibility 0s 0.35s ease,
    background 0.35s 0s ease;
  }

  .layer-pop-wrap.actived {
    left: 0;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.75);
    transition: left 0s 0s ease, visibility 0s 0s ease, background 0.35s 0s ease;
  }

  .layer-pop-wrap.actived .pop-data {
    opacity: 1;
  }

  .layer-pop-wrap.full {
    background: rgba(245, 245, 245, 0);
  }

  .layer-pop-wrap.full .layer-pop-children {
    padding: 0;
  }

  .layer-pop-wrap.full .pop-basic {
  }

  .layer-pop-wrap.actived.full {
    background: rgba(245, 245, 245, 1);
  }

  .layer-pop-parent {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }

  .layer-pop-children {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    text-align: left;
    vertical-align: middle;
  }

  .pop-data {
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .pop-title {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #404040;
  }

  .pop-basic {
    position: relative;
    padding: 30px;
  }

  .pop-basic .pop-title {
    padding-top: 37px;
  }

  .pop-basic .btn-pop-close {
    position: absolute;
    top: 12px;
    right: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 0;
    background: url("../images/ico/icon_pop_close_btn.png") center no-repeat;
    background-size: 17px auto;
    z-index: 15;
  }

  .pop-basic.privacy_pop {
    padding: 21px 30px;
  }

  /* 버튼 */
  .btn-point-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    line-height: 1.4;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    background: #404040;
    box-sizing: border-box;
    transition: all 0.25s ease;
  }

  .btn-point-link:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff url("../images/ico/icon_point_link_arrow_black.png") center center no-repeat;
    background-size: 20px auto;
  }

  .btn-file-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background: #404040;
    box-sizing: border-box;
  }

  .btn-file-down:after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/ico/ico_download_white.png") center center no-repeat;
    background-size: 14px auto;
  }

  .inner .rules_wrap > h5 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .inner .rules_wrap .download_pdf {
    display: inline-block;
    margin-bottom: 20px;
  }

  .rules_contents .content_wrap h1 {
    margin-top: 10px;
  }

  .rules_contents .content_wrap > div {
    margin-top: 10px;
  }

  .rules_contents .content_wrap ol li {
    margin-top: 10px;
  }

  .stockInfoDisclosure .inner .stock_info_wrap {
    padding-top: 60px;
  }

  .history_box {
    position: relative;
    padding-top: 60px;
  }

  .history_box .h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.7px;
    color: #111;
  }

  .search_all .history_box .h2 {
    margin-top: 34px;
  }

  .history_box .h2 i {
    font-size: 16px;
    line-height: 24px;
    margin-left: 6px;
    display: inline-block;
    color: #888;
    font-family: "graphie", "Noto Sans KR", sans-serif;
    font-weight: 400;
  }

  .history_box .btn_more {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-family: "graphie", "Noto Sans KR", sans-serif;
  }

  .history_box ul {
    position: relative;
    margin-left: -20px;
    margin-top: 20px;
  }

  .history_box ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 40px;
  }

  .prdt_info_view .history_box ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .history_box.color_box ul li {
    width: 50%;
    position: relative;
  }

  .history_box ul li .img_wrap {
    display: block;
    /*height: 140px;*/
    object-fit: cover;
    position: relative;
    overflow: hidden;
  }

  .history_box ul li .img_wrap img {
    width: 100%;
  }

  .history_box ul li .img_wrap .viewImg {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .history_box ul li em {
    color: #000;
    opacity: 0.5;
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.7px;
    display: block;
    position: relative;
    margin-left: -4px;
    height: 20px;
    width: 200%;
  }

  .history_box ul li em i {
    display: inline-block;
    padding: 0 0px;
    position: relative;
    padding-right: 15px;
  }

  .history_box ul li em i:before {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-left: 0.8px #888 solid;
    border-bottom: 0.8px #888 solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .history_box ul li em i:last-child:before {
    display: none;
  }

  .history_box ul li strong {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 4px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.3px;
  }

  .history_box ul li span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    letter-spacing: -0.7px;
    font-weight: 400;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
  }

  .history_box ul.color_list li .color_chip {
    display: block;
    width: 100%;
    font-family: "graphie", "Noto Sans KR", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .history_box .color_module .color_palette {
    display: block;
    height: 180px;
    width: 100%;
  }

  .history_box ul.color_list li .color_chip .color_info {
    margin: 0;
    padding: 12px 16px 24px;
    border-top: 0;
  }

  .history_box ul.color_list li .color_chip .color_info strong {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
  }

  .history_box ul.color_list li .color_chip .color_info em {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .history_box .color_module button {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
    position: absolute;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    right: 17px;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
  }

  .history_box .color_module button.color_copy {
    right: 57px;
  }

  .history_box .color_module button.color_copy:before,
  .history_box .color_module button.full_screen:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .history_box .color_module button.color_copy:before {
    background-image: url("../../images/contents/color/icon-copy.svg");
  }

  .history_box .color_module button.full_screen::before {
    background-image: url("../../images/contents/color/icon-fullscreen.svg");
  }

  .history_box.store_box ul {
    position: relative;
    margin-left: -60px;
    padding-bottom: 80px;
    margin-top: 10px;
  }

  .history_box.store_box ul li {
    width: 50%;
    padding-left: 60px;
    padding-bottom: 0;
    padding-top: 30px;
    cursor: pointer;
  }

  .history_box.store_box ul li .store_box {
    border-bottom: 1px #eee solid;
    padding-bottom: 40px;
  }

  .history_box.store_box ul li h5 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.7px;
  }

  .history_box.store_box ul li p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.7px;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .history_box.store_box ul li em {
    margin-left: 0;
    font-family: "graphie", "Noto Sans KR", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 0.5;
    min-height: 24px;
  }

  .history_box.store_box ul li .btn_wrap {
    display: block;
    font-size: 0;
    overflow: visible;
    margin-top: 30px;
    height: 30px;
  }

  .history_box.store_box ul li .button {
    font-size: 12px;
    letter-spacing: -0.7px;
    border: 1px #d4d4d4 solid;
    height: auto;
    line-height: 18px;
    border-radius: 3px;
    padding: 5px 8px;
    display: inline-block;
  }

  .history_box.store_box ul li .button + .button {
    margin-left: 6px;
  }

  .history_box.paintingGuide_box ul {
    margin-left: 0;
  }

  .history_box.paintingGuide_box ul li {
    width: 360px;
    padding-left: 0;
    margin-right: 50px;
  }

  .history_box.paintingGuide_box ul li:last-child {
    margin-right: 0px;
  }

  .history_box.paintingGuide_box ul li .img_wrap {
    height: auto;
  }

  .history_box.paintingGuide_box ul li strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1px;
    color: #000;
    overflow: auto;
    text-overflow: unset;
    white-space: normal;
  }

  .history_box.paintingGuide_box ul li em {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px;
    letter-spacing: 0;
    opacity: 1;
  }

  .history_box.paintingGuide_box ul li span {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #000;
    display: block;
    margin-top: 16px;
    height: auto;
  }

  .history_box.paintingGuide_box .btn_wrap .button {
    font-family: "Noto Sans KR";
    position: relative;
    width: 360px;
    line-height: 64px;
    height: 64px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: center;
    display: block;
    margin: auto;
    font-weight: bold;
  }

  .history_box.paintingGuide_box .btn_wrap .button:hover {
    color: #fff;
  }

  .history .pagination {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 135px;
  }


  .history .pagination span {
    display: inline-block;
    padding: 0 8px;
  }

  .history .pagination a.active {
    color: #E20D3A;
  }

  .history .pagination a {
    font-size: 18px;
    font-family: "graphie", "Noto Sans KR", sans-serif;
    line-height: 1.33;
    font-weight: normal;
    color: #000;
  }

  .history .pagination .arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: -5px;
    font-size: 0;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
  }

  .history .pagination .arrow.prev {
    background-image: url("../images/common/icon-arrow-prev-page.svg");
    margin-right: 15px;
  }

  .history .pagination .arrow.next {
    right: 0;
    background-image: url("../images/common/icon-arrow-next-page.svg");
    margin-left: 15px;
  }

  .history .pagination .arrow.first {
    background-image: url("../images/common/icon-first-page.svg");
    margin-right: 15px;
  }

  .history .pagination .arrow.last {
    right: 0;
    background-image: url("../images/common/icon-last-page.svg");
    margin-left: 15px;
  }

  .post-views.content-post {
    display: none !important;
  }

  .mobile.waterproof {
    margin-top: 48px;
    margin-bottom: 96px;
  }
  .waterproof .section01 {
    position: relative;
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
  .waterproof .section01 .section01-bg1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .waterproof .section01 .section01-bg2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -2;
  }
  .waterproof .section01 .section01-bg1 img {
    width: 100%;
  }
  .waterproof .section01 .section01-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 16px 0 16px;
  }
  .waterproof .section01 .section01-contents > div img {
    max-width: 128px;
  }
  .waterproof .section01 h1 {
    margin-top: 24px;
    color: #000;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -4.32px;
  }
  .waterproof .section01 .search-container {
    width: 100%;
    margin-top: 24px;
  }
  .waterproof .section01 .search-container form {
    display: flex;
    padding: 16px 8px;
    border-bottom: 5px solid #198347;
  }
  .waterproof .section01 .search-container input {
    width: 100%;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
  }
  .waterproof .section01 .search-container input::placeholder {
    color: #808080;
  }
  .waterproof .section01 .search-container #searchButton img {
    width: 16px;
  }
  .waterproof .sticky-menu {
    position: relative;
    width: 100%;
    z-index: 4;
    background-color: white;
  }
  .waterproof .sticky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .waterproof .sticky-menu > ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    box-sizing: content-box;
    border-bottom: 1px solid #ddd;
  }
  .waterproof .sticky-menu > ul li,
  .waterproof .sticky-menu > ul div a {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 8px;
    height: 72px;
    padding: 8px 0;
    border-right: 1px solid #ddd;
  }
  .waterproof .sticky-menu > ul div {
    border-right: none;
  }
  .waterproof .section02 {
    margin: 160px auto 0;
  }
  .waterproof .section02 .swiper-wrap {
    margin-top: 32px;
  }
  .waterproof .section02 .swiper-wrap .item-visual {
    aspect-ratio: 296 / 416;
  }
  .waterproof .section02 .swiper-wrap .item-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-area .swiper-slide {
    width: 88vw;
  }
  .waterproof .section02 .swiper-pagination {
    margin-top: 24px;
    gap: 8px;
  }
  .waterproof .section02 .swiper-pagination-bullet-active {
    background-color: #18A85F;
  }
  .waterproof .section03 {
    margin: 48px auto 0;
    padding-left: 16px;
    padding-right: 16px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
  }
  .waterproof .section03 div.m-text-animation {
    font-size: 20px;
  }
  .waterproof .section03 div.m-text-animation span {
    position: relative;
    display: inline-block;
  }
  .waterproof .section03 div.m-text-animation span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #00a752;
  }
  .waterproof .section03 div.m-text-animation span.animate-border::after {
    animation: draw-border-bottom 1s linear forwards;
  }
  @keyframes draw-border-bottom {
    0% {
      width: 0;
    }
    80% {
      width: 100%;
    }
    100% {
      width: 100%;
    }
  }
  .waterproof .section03 .youtube-video {
    position: relative;
    width: 100%;
    margin: 24px auto 0;
    aspect-ratio: 328 / 185;
  }
  .waterproof .section03 .youtube-video iframe {
    width: 100%;
    height: 100%;
  }
  .waterproof .section04 {
    margin: 88px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .waterproof .section04 ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
    margin-top: 32px;
  }
  .waterproof .section04 ul li a div.src {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .waterproof .section04 ul li a div.src img {
    width: 100%;
    aspect-ratio: 328 / 185;
    object-fit: cover;
  }
  .waterproof .section04 ul li a div.title {
    margin-top: 16px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.56px;
  }
  .waterproof .section04 ul li a div.desc {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
  }
  .waterproof .section05 {
    margin: 88px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .waterproof .section05 ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
    margin-top: 32px;
  }
  .waterproof .section05 ul li a div.src {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .waterproof .section05 ul li a div.src img {
    width: 100%;
    aspect-ratio: 328 / 185;
    object-fit: cover;
  }
  .waterproof .section05 ul li a div.title {
    margin-top: 16px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.56px;
  }
  .waterproof .section05 ul li a div.desc {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
  }
  .waterproof .section06 {
    margin: 88px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .waterproof .section06 .list-wrap {
    margin: 0;
  }
  .waterproof .section06 .list-wrap > div {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
  }
  .waterproof .section06 .list-wrap > div span {
    color: #29A665;
  }
  .waterproof .section06 .list-wrap a {
    display: inline-block;
  }
  .waterproof .section06 .list-wrap a div.src {
    aspect-ratio: 1;
  }
  .waterproof .section06 .list-wrap a div.src img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .waterproof .section06 .list-wrap a div.title {
    margin-top: 16px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: -0.3px;
  }
  .waterproof .section06 .list-wrap a div.desc {
    margin-top: 8px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    letter-spacing: -0.26px;
  }
  .waterproof .section06 ul.list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 48px;
    margin-top: 52px;
  }
  .waterproof .sub-title {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
  }
  .waterproof div.tabs {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    border-bottom: 1px solid #DDDDDD;
  }
  .waterproof div.tabs button.tab {
    width: 144px;
    height: 72px;
    color: #959595;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .waterproof div.tabs button.tab:first-child {
    border-left: 1px solid #ddd;
  }
  .waterproof div.tabs button.tab.active {
    position: relative;
    color: #000;
  }
  .waterproof div.tabs button.tab.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .waterproof #listEnd {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  .waterproof #listEnd .btn_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    cursor: pointer;
    margin-top: 0;
  }
  .waterproof #listEnd .btn_wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .waterproof #listEnd .btn_wrap button {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  .waterproof #listEnd .btn_wrap button svg {
    position: relative;
    display: block;
  }
  .waterproof #listEnd .btn_wrap button svg path {
    fill: #fff;
    transition: fill 0.3s ease;
  }
  .waterproof #listEnd .btn_wrap button .title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .waterproof #listEnd .btn_wrap button .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #29A665;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: 1;
  }
  .waterproof #listEnd .btn_wrap button .title > span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .tabs-select {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  .category-select,
  .lineup-select {
    width: 100%;
    height: 48px;
    padding: 0 24px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    background-color: #fff;
    border: 1px solid #A4A4A4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAeCAYAAACMjVaFAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAANaADAAQAAAABAAAAHgAAAABRaBHlAAAEUklEQVRYCc1YW0wUZxQ+M7MXWFgQWHR3UfFWY6Ua1GpsvCxr7EO9BDWCUitQHnzwwaSNt/igpi+tl5o2vhiNooiAGzQhxvsFjMaYtEklNq2xpsamUCiiVejiss6M56z+5Hd2hWV3ZuU87DnnO//+5/v2n/+f2RGAma9Impmcu79hwbZZLlsGQ3nfjUmQBxIUv8Q+Xe/q1RHogk8vbr/dXPjDPjZGCAU7d4rOSQ8PY1z+QZob6r1bYHhSOhszZP3zYA8UN+2G5icPieM3bauP7aBAAhUEV3vuIYwrCHiCyi+33oFFIz+GVHMSQUPSNIKIoyd1Zb7YXd/cJI2YXEbLtp5n/rS3G4X9AotyZoDdnMyXhkQcQRDj5bEX5cuiIKh1KsB/DGX+z652WN74LbT4Oxk0JHw/goifX5HFW6E95fKVzVAVuIRgppb5qBQHnPJuBfLv254H/biH9rA9pKXjVxVxafvnlddeHxRYdteWTlMEgYSFsc+xZYWE5aZmaydKWB6tICLUJ4qS4TWlU0VRuIJhGHuXLRPqC7bAOPsIGppQG4wgIvaWKAKcNWV5IMJVDMPYO5OH4XG/FcbbnTQ0ITaQIBDUJW2rqhp5MmGiqOiqW/uhKohX8bh38YMppvsX3cfofma0xSKIOImRiP2z+vjvoiB58VRs0db/ffEMVjR+B/ee/a0t6ZrHKohIRFwpxi7b98UESZGuYT6KYcxnWe1wsmAz5A0LK7EhMft4BFHTiCvF2HQUVz9QZakAQH3EMOY78cmjqHEX/Po0rMSGxOTjFURN+10pxspZWz4GNySt2FiGMZ9uSQFfwSaYmjGGQTF7PQRR86hE0UC3r3S0oggkbDzlvKXho1StZyNMzwor8cP6jfUSRE36vfx4Fq3FVX+ZRNWD2H0ep5geXUqu74WfHj/QlqLK9RREDaNeKcbOUVvhNgky3ccmMYz5VFMSnPB8DbMcExk0oNdbEDUctCj6Urav3CkpKgmbTDlvNpMVqud/BZ9kh2nmh4ViIwTRxFFffjyjjuKjbWqv4kXsLo9T7H8ZgDXX98GN9t+0pbdyowRRk5hWirFz15Q4ZNFyGSfJZxjzyZIFKuduAI/zIwb1eSMFUZO4RNEEOadLs+Te0NP9dMp5s0pmqJyzAbyuKX2w0YKoUUyXXx9DDFpWVHVa5OBCDH/mcYoDchDKbv4Yej1AeSIEUZ+4V4omIcvwrUu3KoELGM4OAdyHWTTB9zO/hMN/XHnnH7xIT9vcFIMKdRNFXTOr16SZTaZzOOmcQbDw6ymI+uoqiiZ0NFTYTT3yWQznUT6A6S6I+sW9p7SkHxce6cLj/jPEm7Q1TW6IIOqh+0ox4u4z62zq/4EG/E9Gh4jWDBNEjXRfKca+delBv5BiLcTf7SLD3nhDBVEPw0TR5CQsqQeWYXiecjQ/qMJi7TuF1yX9Pg27/HiKeb4iS6eSUoXvPA60lRxt4mtGxK8AaiT3g6QSXNMAAAAASUVORK5CYII");
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 17px 8px;
  }
  .category-select:focus,
  .lineup-select:focus {
    outline: none;
    border-color: unset;
  }

  .customer-waterproof .csCenter_form .input_group {
    display: flex;
    width: 100%;
  }
  .customer-waterproof .csCenter_form .input_group [class*="input_"] + [class*="input_"] {
    margin-top: 10px;
  }
  .customer-waterproof .csCenter_form .input_group .input_wrap {
    display: flex;
    line-height: 50px;
    width: 100%;
    margin: 0;
  }
  .customer-waterproof .csCenter_form .btn_subject_select {
    flex: 0 0 auto;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #000;
  }
  .customer-waterproof .customer-waterproof-banner {
    width: 100%;
  }

  .customer-waterproof .customer-waterproof-banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .waterproof-search {
    margin-top: 64px;
    margin-bottom: 120px;
    padding: 0 16px;
  }
  .waterproof-search .search-container {
    width: 100%;
    margin-top: 24px;
  }
  .waterproof-search .search-container form {
    display: flex;
    padding: 16px 8px;
    border-bottom: 5px solid #198347;
  }
  .waterproof-search .search-container input {
    width: 100%;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
  }
  .waterproof-search .search-container input::placeholder {
    color: #808080;
  }
  .waterproof-search .search-container #searchButton img {
    width: 16px;
  }
  .waterproof-search .search-waterproof-faq-list {
    margin-top: 64px;
  }
  .waterproof-search .search-waterproof-faq-list > div {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
  }
  .waterproof-search .search-waterproof-faq-list ul {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
    margin-top: 32px;
  }
  .waterproof-search .search-waterproof-faq-list ul li a div.src {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .waterproof-search .search-waterproof-faq-list ul li a div.src img {
    width: 100%;
    aspect-ratio: 328 / 185;
    object-fit: cover;
  }
  .waterproof-search .search-waterproof-faq-list ul li a div.title {
    margin-top: 16px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.56px;
  }
  .waterproof-search .search-waterproof-faq-list ul li a div.desc {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
  }
  .waterproof-search .search-waterproof-video-list {
    margin-top: 80px;
  }
  .waterproof-search .search-waterproof-video-list > div {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
  }
  .waterproof-search .search-waterproof-video-list ul {
     display: grid;
     grid-template-columns: repeat(1, minmax(0, 1fr));
     grid-row-gap: 32px;
     margin-top: 32px;
   }
  .waterproof-search .search-waterproof-video-list ul li a div.src {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .waterproof-search .search-waterproof-video-list ul li a div.src img {
    width: 100%;
    aspect-ratio: 328 / 185;
    object-fit: cover;
  }
  .waterproof-search .search-waterproof-video-list ul li a div.title {
    margin-top: 16px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.56px;
  }
  .waterproof-search .search-waterproof-video-list ul li a div.desc {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
  }
  .waterproof-search .search-waterproof-lineup-list {
    margin-top: 80px;
  }
  .waterproof-search .search-waterproof-lineup-list > div {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.88px;
  }
  .waterproof-search .search-waterproof-lineup-list ul.list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    margin-top: 52px;
  }
    .waterproof-search .search-waterproof-lineup-list ul a {
    display: inline-block;
  }
    .waterproof-search .search-waterproof-lineup-list ul a div.src {
    aspect-ratio: 1;
  }
    .waterproof-search .search-waterproof-lineup-list ul a div.src img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    .waterproof-search .search-waterproof-lineup-list ul a div.title {
    margin-top: 16px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: -0.3px;
  }
    .waterproof-search .search-waterproof-lineup-list ul a div.desc {
    margin-top: 8px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    letter-spacing: -0.26px;
  }

  .customer-waterproof .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .customer-waterproof .customer-waterproof-inner {
    padding: 0 30px;
  }
}











