.header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99; }
  .header .heder_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .sp_search_btn {
    display: none; }
  .header .logo {
    max-width: 96px; }
    .header .logo a {
      display: block; }
  .header .gnav-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%; }
    .header .gnav-wrapper .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      width: 100%; }
      .header .gnav-wrapper .menu .menu_list {
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        max-width: 515px;
        font-size: 16px;
        margin-right: 5.1%;
        font-weight: bold; }
        .header .gnav-wrapper .menu .menu_list a:hover {
          text-decoration: none; }
        .header .gnav-wrapper .menu .menu_list span {
          border-bottom: 1px solid transparent; }
        .header .gnav-wrapper .menu .menu_list.mega_menu a::after {
          content: "";
          display: inline-block;
          background: url(../img/header/menu_arrow.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 13px;
          height: 7px;
          margin-left: 10px; }
        .header .gnav-wrapper .menu .menu_list.mega_menu::after {
          content: "";
          display: block;
          position: absolute;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent;
          margin-top: 23px;
          margin-left: 25px; }
        .header .gnav-wrapper .menu .menu_list.mega_menu:hover::after {
          border-bottom: 10px solid #eee; }
        .header .gnav-wrapper .menu .menu_list.mega_menu:hover span {
          border-bottom: 1px solid #000; }
        .header .gnav-wrapper .menu .menu_list:hover .megamenu {
          max-height: 9999px;
          opacity: 1;
          padding: 30px 0; }
        .header .gnav-wrapper .menu .menu_list .megamenu {
          background: #eeeeee;
          max-height: 0;
          opacity: 0;
          overflow: hidden;
          width: 100%;
          position: absolute;
          top: 80px;
          left: 0;
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in;
          z-index: 999; }
          .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner {
            max-width: 1200px;
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .grandchild {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl {
              text-align: left;
              font-size: 16px;
              font-weight: bold;
              -webkit-box-flex: 0;
              -ms-flex: 0 0 24%;
              flex: 0 0 24%; }
              .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl.grand {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 48%;
                flex: 0 0 48%; }
              .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl .border {
                border-bottom: 1px solid #000;
                display: block;
                padding-bottom: 10px;
                margin-bottom: 20px; }
              .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl .child_menu {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
                .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl .child_menu li {
                  font-weight: normal;
                  font-size: 14px;
                  margin-bottom: 10px; }
                  .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl .child_menu li a {
                    display: block; }
                    .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner .menu_titl .child_menu li a::after {
                      display: none; }
  .header .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%; }
    .header .header_right .keyword {
      width: 100%;
      max-width: 295px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #eeeeee;
      border-radius: 10px;
      height: 36px;
      padding: 0 10px; }
      .header .header_right .keyword .poplink {
        left: 0!important;
        width: 100%!important;
        max-width: 310px!important;
        top: 36px;
      }
      .header .header_right .keyword div.poplink > div.poplink_suggest > div.word {
        font-size: 15px;
        line-height: 1.5
      }
      .header .header_right .keyword div.poplink > div.poplink_search > div.header {
        max-width: 308px;
        width: 100%;
        position: static;
        font-size: 15px;
        line-height: 1.5
      }
      .header .header_right .keyword input {
        width: 100%;
        border: none;
        outline: none; }
      .header .header_right .keyword button {
        width: 19px;
        height: 19px;
        background: url(../img/header/search.png);
        background-repeat: no-repeat;
        background-size: 19px 19px;
        background-position: center;
        cursor: pointer; }
    .header .header_right .my_pagelink {
      max-width: 20px;
      height: auto;
      width: 100%;
      margin: 0 20px; }
    .header .header_right .cartlink {
      max-width: 33px;
      height: auto;
      width: 100%;
      position: relative; }
      .header .header_right .cartlink .fs-client-cart-count {
        position: absolute;
        top: -10px;
        right: -11px;
        color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: #ff0303; }
      .header .header_right .cartlink .fs-client-cart-count.fs-client-cart-count--0 {
        display: none; }
    .header .header_right .sp_menu {
      display: none; }
      .header .header_right .sp_menu .navToggle {
        position: absolute;
        right: -24px;
        top: 0px;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 3;
        text-align: center; }
        .header .header_right .sp_menu .navToggle span {
          display: block;
          position: absolute;
          width: 16px;
          border-bottom: solid 1px #000;
          -webkit-transition: .35s ease-in-out;
          -o-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
          left: 6px;
          color: #fff; }
          .header .header_right .sp_menu .navToggle span:nth-child(1) {
            top: 12px; }
          .header .header_right .sp_menu .navToggle span:nth-child(2) {
            top: 19px; }
          .header .header_right .sp_menu .navToggle span:nth-child(3) {
            top: 27px; }

.sp_search_area {
  display: none; }

.sp_h_menu {
  display: none; }

@media (min-width: 1px) and (max-width: 1335px) {
  .header .gnav-wrapper .menu .menu_list {
    margin-right: 5%; } }

@media (min-width: 1px) and (max-width: 1200px) {
  .header .gnav-wrapper .menu .menu_list .megamenu .megamenu-inner {
    width: 90%; } }

@media (min-width: 1px) and (max-width: 1124px) {
  .header .gnav-wrapper .menu .menu_list {
    margin-right: 3%; } }

@media (min-width: 1px) and (max-width: 1024px) {
  .header .gnav-wrapper .menu .menu_list {
    margin-right: 2%;
    font-size: 15px; } }

@media (min-width: 1px) and (max-width: 940px) {
  .header .sp_search_btn {
    display: block;
    max-width: 23px;
    width: 100%; }
    .header .sp_search_btn .off {
      display: none; }
      .header .sp_search_btn .off.active {
        display: block; }
    .header .sp_search_btn .on.active {
      display: none; }
  .header .gnav-wrapper {
    display: none; }
  .header .header_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
    .header .header_right .keyword {
      display: none; }
    .header .header_right .my_pagelink {
      display: none; }
    .header .header_right .sp_menu {
      display: block; }
      .header .header_right .sp_menu.active .navToggle span:nth-child(1) {
        left: 0px;
        -webkit-transform: rotate(-45deg) translateY(10px);
        -ms-transform: rotate(-45deg) translateY(10px);
        transform: rotate(-45deg) translateY(10px); }
      .header .header_right .sp_menu.active .navToggle span:nth-child(2) {
        opacity: 0; }
      .header .header_right .sp_menu.active .navToggle span:nth-child(3) {
        left: 0px;
        -webkit-transform: rotate(45deg) translateY(-10px);
        -ms-transform: rotate(45deg) translateY(-10px);
        transform: rotate(45deg) translateY(-10px); }
  .sp_search_area {
    position: fixed;
    top: 80px;
    background: #eee;
    padding: 10px;
    width: 100%;
    z-index: 9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .sp_search_area .sp_search_form {
      background: #fff;
      border-radius: 10px;
      height: 35px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .sp_search_area .sp_search_form .poplink {
        left: 0!important;
        width: 100%!important;
        max-width: 310px!important;
        top: 36px;
      }
      .sp_search_area .sp_search_form  div.poplink > div.poplink_suggest > div.word {
        font-size: 15px;
        line-height: 1.5
      }
      .sp_search_area .sp_search_form  div.poplink > div.poplink_search > div.header {
        max-width: 308px;
        width: 100%;
        position: static;
        font-size: 15px;
        line-height: 1.5
      }
      .sp_search_area .sp_search_form input {
        width: 100%;
        border: none;
        outline: none; }
      .sp_search_area .sp_search_form button {
        background: url(../img/header/h_search_sp.png);
        background-repeat: no-repeat;
        background-size: 16.5px 16.5px;
        background-position: center;
        width: 16.5px;
        height: 16.5px; }
  .sp_h_menu {
    display: block;
    position: fixed;
    top: 80px;
    right: -1px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background: #f5f5f5;
    width: 100%;
    height: 94%;
    overflow-y: auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9; }
    .sp_h_menu.active {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      right: 0; }
    .sp_h_menu .sp_search_form {
      background: #fff;
      border-radius: 10px;
      height: 35px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .sp_h_menu .sp_search_form .poplink {
        left: 0!important;
        width: 100%!important;
        max-width: 310px!important;
        top: 36px;
      }
      .sp_h_menu .sp_search_form  div.poplink > div.poplink_suggest > div.word {
        font-size: 15px;
        line-height: 1.5
      }
      .sp_h_menu .sp_search_form  div.poplink > div.poplink_search > div.header {
        max-width: 308px;
        width: 100%;
        position: static;
        font-size: 15px;
        line-height: 1.5
      }
      .sp_h_menu .sp_search_form input {
        width: 100%;
        border: none;
        outline: none; }
      .sp_h_menu .sp_search_form button {
        background: url(../img/header/h_search_sp.png);
        background-repeat: no-repeat;
        background-size: 16.5px 16.5px;
        background-position: center;
        width: 16.5px;
        height: 16.5px; }
    .sp_h_menu .login {
      font-size: 12px;
      border: #000 solid 1px;
      border-radius: 10px;
      display: block;
      background: #fff;
      padding: 10.5px 0;
      text-align: center;
      margin: 10px 0; }
    .sp_h_menu .menber {
      font-size: 12px;
      border: #000 solid 1px;
      border-radius: 10px;
      display: block;
      background: #fff;
      padding: 10.5px 0;
      text-align: center; }
    .sp_h_menu .category_area {
      margin-top: 25px; }
      .sp_h_menu .category_area .cate_title {
        font-size: 25px;
        text-align: center; }
      .sp_h_menu .category_area .cate_open {
        margin-bottom: 20px; }
        .sp_h_menu .category_area .cate_open .cate_open_title {
          background: url(../img/header/h_pulas.png);
          background-repeat: no-repeat;
          background-size: 15px 15px;
          background-position: 99% center;
          border-bottom: 1px solid #000; }
          .sp_h_menu .category_area .cate_open .cate_open_title.clicked {
            background: url(../img/header/h_mainas.png);
            background-repeat: no-repeat;
            background-size: 15px 1px;
            background-position: 99% center; }
          .sp_h_menu .category_area .cate_open .cate_open_title .title {
            font-size: 15px; }
        .sp_h_menu .category_area .cate_open .cate_open_list .menu_list {
          padding: 20px 10px 5px; }
          .sp_h_menu .category_area .cate_open .cate_open_list .menu_list li a {
            display: block;
            font-size: 12px;
            margin-bottom: 15px;
            background: url(../img/header/h_link_arrow.png);
            background-repeat: no-repeat;
            background-size: 5px 10px;
            background-position: 98% center; }
      .sp_h_menu .category_area .cate_open_title.footer_link .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px; }
        .sp_h_menu .category_area .cate_open_title.footer_link .title span {
          font-size: 10px;
          margin-left: 15px; }
          .sp_h_menu .category_area .cate_open_title.footer_link .title span:before {
            content: "";
            display: inline-block;
            background: #000;
            width: 5px;
            height: 1px;
            vertical-align: middle; }
          .sp_h_menu .category_area .cate_open_title.footer_link .title span::after {
            content: "";
            display: inline-block;
            background: #000;
            width: 5px;
            height: 1px;
            vertical-align: middle; }
      .sp_h_menu .category_area .cate_open_list .sub_text {
        margin-top: 7px;
        margin-bottom: 15px; }
        .sp_h_menu .category_area .cate_open_list .sub_text .sub {
          font-size: 12px; }
      .sp_h_menu .category_area .cate_open_list .contetn_area .card_text {
        font-size: 12px; }
        .sp_h_menu .category_area .cate_open_list .contetn_area .card_text.under {
          font-size: 10px; }
        .sp_h_menu .category_area .cate_open_list .contetn_area .card_text a {
          font-size: 12px; }
      .sp_h_menu .category_area .cate_open_list .contetn_area .card_pic {
        margin-bottom: 10px; }
      .sp_h_menu .category_area .cate_open_list .contetn_area .deryvery_pic {
        margin: 7px 0 20px; }
      .sp_h_menu .category_area .cate_open_list .footer_logo {
        margin: 30px 0;
        max-width: 96px; }
      .sp_h_menu .category_area .cate_open_list .contact_area {
        margin: 15px 0; }
      .sp_h_menu .category_area .cate_open_list .sns_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px; }
        .sp_h_menu .category_area .cate_open_list .sns_link a {
          display: block;
          margin-right: 20px; }
    .sp_h_menu .cate_open_list div.cal_wrapper table.cal {
      max-width: 100%; }
    .sp_h_menu .cate_open_list div.cal_wrapper table.cal tr th p {
      color: #000; }
    .sp_h_menu .cate_open_list div.cal_wrapper table.cal tr th div.cal_ui input {
      color: #000; }
    .sp_h_menu .cate_open_list div.cal_wrapper table.cal tr.headline td {
      color: #000; }
    .sp_h_menu .cate_open_list div.cal_wrapper table.cal tr td {
      color: #000; }
    .sp_h_menu .cate_open_list .holiday_text {
      font-size: 12px; }
      .sp_h_menu .cate_open_list .holiday_text span {
        color: #f47a53; }
    .sp_h_menu .cate_open_list .holiday_stext {
      font-size: 10px; }
    .sp_h_menu .footer_nav_link {
      margin-top: 35px; }
      .sp_h_menu .footer_nav_link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .sp_h_menu .footer_nav_link ul li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          background: url(../img/header/h_link_arrow.png);
          background-repeat: no-repeat;
          background-size: 5px 10px;
          background-position: 95% center;
          border-top: 1px solid #000; }
          .sp_h_menu .footer_nav_link ul li:nth-child(odd) {
            border-right: 1px solid #000; }
          .sp_h_menu .footer_nav_link ul li:nth-child(even) {
            padding-left: 10px;
            background-position: 100% center; }
          .sp_h_menu .footer_nav_link ul li:nth-child(7), .sp_h_menu .footer_nav_link ul li:last-child {
            border-bottom: 1px solid #000; }
          .sp_h_menu .footer_nav_link ul li a {
            display: block;
            font-size: 12px;
            padding: 18px 0; } }

@media (min-width: 1px) and (max-width: 767px) {
  .header .heder_inner {
    width: 100%;
    height: 50px;
    position: relative; }
  .header .logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 72px; }
  .header .header_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
    .header .header_right .cartlink {
      max-width: 29px; }
    .header .header_right .sp_menu .navToggle {
      right: 0px;
    }
    .header .header_right .sp_menu.active .navToggle span:nth-child(1) {
      left: 30px; }
    .header .header_right .sp_menu.active .navToggle span:nth-child(3) {
      left: 30px; }
    .header .header_right .sp_menu .navToggle span {
      left: 30px; }
  .sp_search_area {
    position: fixed;
    top: 50px; }
  .sp_h_menu {
    top: 50px; } }
