:root {
  --color-01: #D9D9D9;
  --color-02: #E4E4E4;
  --color-03: #E51B17;
  --color-04: #000000;
  --color-05: #ffffff;
  --color-06: #F4F4F4;
  --color-07: #757575;
  --color-08: #484546;
  --color-09: #4A4849;
  --color-10: #444444;
  --color-11: #F4F6F6;
  --color-12: #E7E7E7;
  --color-13: #2C2C2C;
  --color-14: #353535;
  --color-15: #AFAFAF;
  --color-16: #004E36;
  --color-17: #EDEDED;
  --color-18: #606060;
  --color-19: #f5f5f5;
  --color-20: #616161;
  --color-21: #E0E0E0;
  --color-22: #7D7D7D;
  --color-23: #D8D8D8;
  --color-24: #7C7C7C;
  --color-25: #0F0F0F;
  --color-26: #C2C2C2;
  --color-27: #DEDEDE;
  --color-28: #FAFAFA;
  --color-29: #484646;
  --color-30: #D2D2D2;
  --color-31: #EFEFEF;
  --color-32: #4F4D4E;
  --color-33: #484647;
  --color-34: #F0F0F0;
  --color-35: #EAEDED;
  --color-36: #F8F8F8;
  --color-37: #8E8E8E;
  --color-38: #605F5F;
  --color-39: #E6E6E6;
  --color-40: #FBFBFB;
  --color-41: #5A5959;
  --color-42: #EAEAEA;
  --color-43: #ECEAEA;
  --color-44: #E2E2E2;
  --color-45: #4C4C4C;
  --color-46: #636363;
  --color-47: #838383;
  --color-48: #C9C9C9;
  --color-49: #949494;
  --font-main: "Josefin Sans", sans-serif;
  --font-01: "Montserrat", sans-serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 14px;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option,
button {
  line-height: 1.1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea {
  border-radius: 6px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

body {
  font-family: var(--font-main);
  overflow-x: hidden;
}
body.no-scroll, body.is-fixed {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

main {
  display: block;
  overflow: hidden;
  padding-top: 144px;
  background: var(--color-11);
}

.l-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
}
.c-header__top {
  height: 84px;
  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;
}
@media only screen and (max-width: 767px) {
  .c-header__top .c-header__info {
    display: none;
  }
}
.c-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-header__logo img {
  height: 84px;
}
.c-header__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 62px;
  border-left: 1px solid var(--color-01);
  height: 52px;
}
@media only screen and (max-width: 1024px) {
  .c-header__gr {
    padding-left: 0;
  }
}
.c-header__gr li {
  margin-left: 12px;
  position: relative;
}
.c-header__user, .c-header__heart, .c-header__cart {
  width: 44px;
  height: 44px;
  background: var(--color-02);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.c-header__user img, .c-header__heart img, .c-header__cart img {
  width: 18px;
}
.c-header__heart span, .c-header__cart span {
  position: absolute;
  top: -3px;
  right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--color-04);
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: var(--color-05);
  border-radius: 50%;
}
.c-header__cart {
  background: var(--color-03);
}
.c-header__nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__nav .c-header__info {
  display: none;
}
.c-header__catalog {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 317px;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1365px) {
  .c-header__catalog {
    width: 27.1794871795vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__catalog {
    width: calc(100% - 60px);
  }
}
.c-header__catalog svg {
  margin-right: 12px;
  width: 18px;
  height: 16px;
  position: relative;
  top: -2px;
}
.c-header__catalog::after {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-03);
  z-index: -1;
  border-radius: 0 30px 0 0;
}
.c-header__catalog::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -34px;
  width: 73px;
  height: 31px;
  background: var(--color-03);
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .c-header__catalog .c-productCatalog {
    display: none !important;
  }
}
.c-header__catalog.active .c-productCatalog {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.c-header__navbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
  height: 100%;
}
@media only screen and (max-width: 1365px) {
  .c-header__navbar {
    padding-left: 3.8095238095vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__navbar {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-header__navbar::after {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-04);
  z-index: -1;
  border-radius: 0 0 0 30px;
}
.c-header__navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  width: 61px;
  height: 31px;
  background: var(--color-04);
  z-index: -2;
}
.c-header__menuSP {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .c-header__menuSP {
    position: fixed;
    top: 84px;
    left: -100%;
    height: 100%;
    width: 100%;
    padding: 60px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .c-header__menuSP::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 84px);
    background: rgba(53, 53, 53, 0.78);
    opacity: 0.98;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    z-index: -1;
  }
  .c-header__menuSP.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .c-header__menuSP .c-productCatalog {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-header__menuSP .c-productCatalog__link {
    color: var(--color-05);
    padding: 10px 0;
  }
  .c-header__menuSP .c-productCatalog__link::after {
    display: none;
  }
  .c-header__menuSP .c-productCatalog__icon path {
    fill: var(--color-05);
  }
}
.c-header__toggle {
  display: none;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .c-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.c-header__toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  position: relative;
}
.c-header__toggle span span {
  width: 25px;
  height: auto;
  border-top: 1px solid var(--color-05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}
.c-header__toggle span span::before, .c-header__toggle span span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--color-05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__toggle span span::before {
  top: -12px;
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
          transform: rotateZ(45deg) translate(8.5px, 8px);
}
.c-header__toggle span span::after {
  top: 11px;
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
          transform: rotateZ(-45deg) translate(8.5px, -7.5px);
}
.c-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-header__list {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--color-05);
  }
}
.c-header__list li a {
  font-size: 17px;
  line-height: 24px;
  color: var(--color-05);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-header__list li a:hover {
    color: var(--color-03);
  }
}
@media only screen and (max-width: 767px) {
  .c-header__list li a {
    font-size: 24px;
    line-height: 48px;
  }
}
.c-header .c-search__icon {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-header .c-search__icon {
    display: block;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-search__icon {
    margin: 0;
    margin-left: 20px;
  }
}
.c-header .c-search__gr {
  width: 372px;
  margin-left: 52px;
  background: var(--color-06);
}
@media only screen and (max-width: 1365px) {
  .c-header .c-search__gr {
    width: 27.2527472527vw;
    margin-left: 3.8095238095vw;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header .c-search__gr {
    position: absolute;
    top: 0;
    right: -20px;
    height: 60px;
    width: 100vw;
    height: 0;
    border-radius: 0;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-header .c-search__gr.active {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.c-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .c-header__info {
    padding: 0 12px;
  }
}
.c-header__address, .c-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__address svg, .c-header__phone svg {
  margin-right: 14px;
  width: 37px;
  height: 37px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .c-header__address svg, .c-header__phone svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.c-header__address span, .c-header__phone span {
  font-size: 15px;
  line-height: 20px;
  color: var(--color-08);
}
.c-header__address span span, .c-header__phone span span {
  display: block;
  font-size: 18.5px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-03);
}
@media only screen and (max-width: 1024px) {
  .c-header__address span span, .c-header__phone span span {
    font-size: 18px;
  }
}
.c-header__phone {
  margin-left: 74px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .c-header__phone {
    margin-left: 12px;
  }
}

.c-productCatalog {
  position: absolute;
  top: 60px;
  left: 0;
  background: var(--color-05);
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  max-height: 320px;
  overflow: auto;
  min-width: 310px;
}
.c-productCatalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 10px 20px;
  color: var(--color-04);
  position: relative;
}
.c-productCatalog__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  background: url(../images/common/icon/ic-arrow_gray.svg) no-repeat center;
  background-size: 8px 12px;
}
@media only screen and (min-width: 768px) {
  .c-productCatalog__link:hover {
    background: var(--color-01);
  }
}
.c-productCatalog__icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.c-search__gr {
  border-radius: 22px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px 0 18px;
}
.c-search__gr svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-search__gr input {
  margin: 0 14px 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 17px;
  color: var(--color-07);
  width: 100%;
}
.c-search__gr button,
.c-search__gr .c-search__close {
  width: 77px;
  border-radius: 20px;
  background: var(--color-01);
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 21px;
  color: var(--color-04);
  text-align: center;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.c-search__gr .c-search__close {
  margin-left: 10px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-search__gr .c-search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-mv {
  position: relative;
}
.c-mv__wrap {
  position: relative;
}
.c-mv__wrap .swiper-button-next,
.c-mv__wrap .swiper-button-prev {
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-09);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.c-mv__wrap .swiper-button-next svg,
.c-mv__wrap .swiper-button-prev svg {
  width: 13px;
  height: 11px;
}
.c-mv__wrap .swiper-button-next::after,
.c-mv__wrap .swiper-button-prev::after {
  display: none;
}
.c-mv__wrap .swiper-button-prev {
  left: 12px;
}
.c-mv__wrap .swiper-button-next {
  right: 12px;
}
.c-mv__wrap .swiper-pagination {
  z-index: 10;
  bottom: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv__wrap .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid var(--color-03);
  background: transparent;
  opacity: 1;
  margin: 0 5px;
}
.c-mv__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-03);
}
.c-mv__frame {
  position: absolute;
  bottom: -16px;
  left: -5px;
  width: 108px;
  height: 97px;
  z-index: 2;
}
.c-mv__slide .swiper-slide img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-mv__slide .swiper-slide img {
    min-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-mv__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  padding: 0 66px;
}
@media only screen and (max-width: 1024px) {
  .c-mv__content {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    width: 100%;
    padding: 0 30px;
  }
}
.c-mv__txt {
  font-size: 18px;
  line-height: 25.2px;
  color: var(--color-03);
  margin: 0 0 13px 4px;
}
.c-mv__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: var(--color-04);
}
@media only screen and (max-width: 1024px) {
  .c-mv__title {
    font-size: 3.90625vw;
    line-height: 5.859375vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.c-mv__text {
  font-size: 18px;
  line-height: 25.2px;
  color: var(--color-10);
  margin: 13px 0 0 4px;
}
.c-mv .c-btn__shop {
  margin-top: 20px;
}

.c-btn__shop {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.c-btn__shop a, .c-btn__shop button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  border-radius: 6px;
  background: var(--color-03);
  height: 35px;
  font-family: var(--font-01);
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-05);
  text-transform: uppercase;
  cursor: pointer;
}
.c-btn__shop a svg, .c-btn__shop button svg {
  width: 20px;
  height: 12px;
  margin-left: 6px;
}
.c-btn__addCart {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.c-btn__addCart a, .c-btn__addCart button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  border-radius: 6px;
  background: var(--color-03);
  height: 35px;
  font-family: var(--font-01);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-05);
  text-transform: uppercase;
  cursor: pointer;
}
.c-btn__addCart a svg, .c-btn__addCart button svg {
  width: 20px;
  height: 20px;
  margin-left: 11px;
}
.c-btn__viewAll {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.c-btn__viewAll a, .c-btn__viewAll button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78px;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-03);
  border-bottom: 1px solid var(--color-03);
  cursor: pointer;
}
.c-btn__viewAll a svg, .c-btn__viewAll button svg {
  width: 20px;
  height: 12px;
  margin-left: 6px;
}

.c-cate-slide {
  padding: 30px 0;
  position: relative;
}
.c-cate-slide__frame {
  position: absolute;
  top: 5px;
  left: 0;
  width: 108px;
  height: 97px;
  z-index: 1;
}
.c-cate-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 1024px) {
  .c-cate-slide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
}
.c-cate-slide__item {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .c-cate-slide__item {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c-cate-slide__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-cate-slide__item:last-child {
    width: 100%;
  }
  .c-cate-slide__item:last-child .c-cate-slide__title {
    font-size: 46px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .c-cate-slide__item:last-child .c-cate-slide__title {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-cate-slide__item:last-child .c-cate-slide__text {
    font-size: 28px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .c-cate-slide__item:last-child .c-cate-slide__text {
    font-size: 14px;
    line-height: 33px;
  }
}
.c-cate-slide__inner {
  position: relative;
}
.c-cate-slide__img img {
  width: 100%;
}
.c-cate-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-cate-slide__content .c-btn__shop {
  margin-top: 7px;
}
.c-cate-slide__title {
  font-size: 23px;
  line-height: 25px;
  font-weight: 600;
  color: var(--color-03);
}
.c-cate-slide__text {
  font-size: 14px;
  line-height: 33px;
  color: var(--color-04);
}

.c-topProduct + .c-topProduct {
  margin-top: 30px;
}
.c-topProduct__wrap {
  background: var(--color-05);
  padding: 40px 25px;
  overflow: hidden;
}
.c-topProduct__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-12);
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-topProduct__text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-topProduct__text svg {
  width: 23px;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.c-topProduct__title {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-03);
  margin-top: 13px;
}
.c-topProduct__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-topProduct__content {
    display: block;
  }
}
.c-topProduct__img {
  width: 290px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-topProduct__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-topProduct__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 10px 20px;
  position: relative;
  max-width: calc(100% - 290px);
}
@media only screen and (max-width: 767px) {
  .c-topProduct__inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.c-topProduct__inner .swiper-button-next,
.c-topProduct__inner .swiper-button-prev {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-09);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-topProduct__inner .swiper-button-next svg,
.c-topProduct__inner .swiper-button-prev svg {
  width: 13px;
  height: 11px;
}
.c-topProduct__inner .swiper-button-next::after,
.c-topProduct__inner .swiper-button-prev::after {
  display: none;
}
.c-topProduct__inner .swiper-button-prev {
  left: 11px;
}
.c-topProduct__inner .swiper-button-next {
  right: -14px;
}
.c-topProduct .swiper-slide {
  max-width: 195px;
  margin-right: 20px;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .c-topProduct .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
}

.c-cardProduct {
  padding: 5px;
  background: var(--color-05);
  position: relative;
}
.c-cardProduct__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
}
.c-cardProduct__img {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.c-cardProduct__img img {
  width: auto;
  height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .c-cardProduct__img img {
    height: auto;
  }
}
.c-cardProduct__content {
  padding: 20px 0 10px;
  text-align: center;
}
.c-cardProduct__content .c-btn__addCart {
  margin: 12px auto 0;
}
.c-cardProduct__title, .c-cardProduct__price {
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color: var(--color-04);
}
.c-cardProduct__price {
  color: var(--color-03);
  margin-top: 10px;
}

.c-topChoose {
  padding: 30px 0;
  position: relative;
}
.c-topChoose__frame {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 117px;
  height: 124px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-topChoose__frame {
    width: 60px;
    height: 62px;
    bottom: -4px;
  }
}

.c-topChoose__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.c-topChoose__box {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.c-topChoose__box:not(:first-child) .c-topChoose__content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, #000000 100%);
}
.c-topChoose__img {
  height: 100%;
}
.c-topChoose__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-topChoose__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 15px 20px;
  color: var(--color-05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-topChoose__title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}
.c-topChoose__title span {
  font-weight: 400;
}
.c-topChoose__text {
  font-size: 18px;
  line-height: 33px;
}

.c-topService {
  margin: 30px 0 40px;
}
.c-topService__wrap {
  background: var(--color-05);
  padding: 47px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-topService__wrap {
    padding: 40px 20px;
  }
}
.c-topService__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media only screen and (max-width: 767px) {
  .c-topService__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.c-topService__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 20%;
  margin: 0 0 20px;
  min-width: 234px;
}
@media only screen and (max-width: 767px) {
  .c-topService__item {
    min-width: auto;
    width: 100%;
    padding: 0;
  }
  .c-topService__item:last-child {
    margin-bottom: 0;
  }
}
.c-topService__img {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--color-05);
}
.c-topService__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.c-topService__title {
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 19.5px;
  font-weight: bold;
  color: var(--color-03);
}
.c-topService__text {
  font-family: var(--font-01);
  font-size: 11px;
  line-height: 18px;
  color: var(--color-08);
}

.c-topAbout__wrap {
  background: var(--color-05);
  padding: 60px 30px;
  min-height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-topAbout__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-topAbout__wrap {
    padding: 40px 20px;
  }
}
.c-topAbout__frame {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 160px;
  height: 485px;
}
@media only screen and (max-width: 1024px) {
  .c-topAbout__frame {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 10%;
    top: auto;
    left: -20px;
  }
}
.c-topAbout__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .c-topAbout__content {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-topAbout__content {
    margin-top: 120px;
  }
}
.c-topAbout__content .c-btn__shop {
  margin-top: 35px;
}
.c-topAbout__sub {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-topAbout__sub svg {
  width: 23px;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.c-topAbout__title {
  font-size: 30px;
  line-height: 35.8px;
  font-weight: bold;
  color: var(--color-03);
  margin-bottom: 16px;
}
.c-topAbout__title span {
  display: block;
  color: var(--color-04);
  font-size: 25px;
}
.c-topAbout__text {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-04);
}
.c-topAbout__list {
  margin-top: 24px;
}
.c-topAbout__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.c-topAbout__list li:not(:last-child) {
  margin-bottom: 12px;
}
.c-topAbout__list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-03);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  top: 5px;
}
.c-topAbout__gr {
  width: 50%;
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1365px) {
  .c-topAbout__gr {
    max-width: 37.3626373626vw;
  }
}
@media only screen and (max-width: 1024px) {
  .c-topAbout__gr {
    width: 100%;
    max-width: 100%;
  }
}
.c-topAbout__gr .c-comment {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  margin-right: -190px;
  color: var(--color-05);
  font-family: var(--font-01);
  margin-bottom: -32px;
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-topAbout__gr .c-comment {
    margin-right: -80%;
    min-width: auto;
    padding: 20px;
    margin-bottom: -100px;
  }
}
.c-topAbout__gr .c-comment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(53, 53, 53, 0.78);
  opacity: 0.98;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: -1;
  border-radius: 12px;
}
.c-topAbout__gr .c-comment__frame {
  position: absolute;
  top: -86px;
  left: -16px;
  width: 55px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .c-topAbout__gr .c-comment__frame {
    left: 0;
  }
}
.c-topAbout__gr .c-comment__icon {
  font-size: 50px;
  font-weight: 500;
}
.c-topAbout__gr .c-comment__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.c-topAbout__gr .c-comment__name {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.c-topAbout__gr .c-comment__name span {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-15);
}
.c-topAbout__img {
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-topAbout__img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    min-width: 85.3333333333%;
  }
}

.c-footer {
  background: var(--color-11);
  padding: 40px 0 0;
}
.c-footer .c-info {
  background: var(--color-05);
  padding: 26px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 114px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .c-footer .c-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer .c-info {
    display: block;
  }
}
.c-footer .c-info__item {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .c-footer .c-info__item {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer .c-info__item {
    padding: 0;
    width: 100%;
  }
}
.c-footer .c-info__item:first-child {
  padding-left: 0;
}
.c-footer .c-info__item:last-child {
  padding: 0;
}
.c-footer .c-info__phone, .c-footer .c-info__mail, .c-footer .c-info__social {
  font-size: 17.5px;
  line-height: 26px;
  color: var(--color-08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
}
@media only screen and (max-width: 374px) {
  .c-footer .c-info__phone, .c-footer .c-info__mail, .c-footer .c-info__social {
    font-size: 4.679144385vw;
    line-height: 6.9518716578vw;
  }
}
.c-footer .c-info__phone svg, .c-footer .c-info__mail svg, .c-footer .c-info__social svg {
  height: 45px;
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-info__phone svg, .c-footer .c-info__mail svg, .c-footer .c-info__social svg {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 374px) {
  .c-footer .c-info__phone svg, .c-footer .c-info__mail svg, .c-footer .c-info__social svg {
    width: 9.3582887701vw;
    height: 9.3582887701vw;
  }
}
.c-footer .c-info__phone span span, .c-footer .c-info__mail span span, .c-footer .c-info__social span span {
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: var(--color-03);
}
@media only screen and (max-width: 374px) {
  .c-footer .c-info__phone span span, .c-footer .c-info__mail span span, .c-footer .c-info__social span span {
    font-size: 5.3475935829vw;
  }
}
.c-footer .c-info__phone {
  white-space: nowrap;
}
.c-footer .c-info__social {
  display: block;
}
.c-footer .c-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-info__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
}
.c-footer .c-info__list svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-info__list svg {
    width: 40px;
    height: 40px;
  }
}
.c-footer .c-info__payment {
  max-width: 272px;
}
.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 28px;
}
.c-footer__nav li {
  padding: 0 28px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c-footer__nav li {
    padding: 0 15px;
  }
}
.c-footer__nav li a {
  font-family: var(--font-01);
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 600;
  color: var(--color-03);
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .c-footer__nav li a {
    font-size: 16px;
  }
}
.c-footer__nav li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--font-01);
  font-size: 18px;
  line-height: 27px;
  color: var(--color-16);
}
.c-footer__text {
  font-family: var(--font-01);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-04);
  text-align: center;
}
.c-footer__copyright {
  width: 369px;
  text-align: center;
  margin: 25px auto 0;
  background: var(--color-17);
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 21px;
  color: var(--color-18);
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    width: 100%;
  }
}
.c-footer__copyright span {
  color: var(--color-03);
}

.c-slogan {
  margin: 0 -53px 36px;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-11);
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 2px #E51B17;
}
@media only screen and (max-width: 767px) {
  .c-slogan {
    font-size: 30px;
  }
}
.c-slogan span {
  display: inline-block;
  min-width: 100%;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-text {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-04);
}
.c-text span {
  font-weight: bold;
}

.c-client {
  padding: 50px 0;
}
.c-client__list {
  margin-top: 20px;
}
.c-client__list .swiper-slide {
  width: calc(33.3333333333% - 20px);
  max-width: 215px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-client__list .swiper-slide {
    width: calc(50% - 7.5px);
    max-width: 160px;
    margin-right: 15px;
  }
}
.c-client__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -20px -50px;
}
@media only screen and (max-width: 767px) {
  .c-client__catalog {
    margin: 30px 0 0;
  }
}
.c-client__catalog li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-client__catalog li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .c-client__catalog li:last-child {
    margin-bottom: 0;
  }
}
.c-client__catalog li:nth-child(2), .c-client__catalog li:nth-child(5) {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .c-client__catalog li:nth-child(2), .c-client__catalog li:nth-child(5) {
    margin-top: 0;
  }
}
.c-client__catalog li:nth-child(3) {
  width: 100%;
}

.c-title01 {
  text-align: center;
}
.c-title01 svg {
  width: 23px;
  height: 6px;
}
.c-title01 span {
  display: block;
  font-size: 30px;
  line-height: 35.8px;
  font-weight: bold;
  color: var(--color-03);
  margin-top: 12px;
}

.c-sub01 {
  font-size: 14px;
  line-height: 25.2px;
  color: var(--color-10);
  text-align: center;
}

.c-contact {
  background: var(--color-05);
  padding: 35px 25px;
  border: 1px solid var(--color-19);
  -webkit-box-shadow: 3px -1px 8.4px rgba(0, 0, 0, 0.04);
          box-shadow: 3px -1px 8.4px rgba(0, 0, 0, 0.04);
}
.c-contact__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-04);
  margin-bottom: 7px;
}
.c-contact__text {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 22px;
  color: var(--color-20);
  font-weight: 500;
}
.c-contact__content {
  margin-top: 18px;
}
.c-contact__input {
  height: 37px;
  border: 1px solid var(--color-21);
  width: calc(100% - 30px);
  padding: 0 15px;
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 22px;
  color: var(--color-04);
}
.c-contact__input::-webkit-input-placeholder {
  color: var(--color-22);
}
.c-contact__input::-moz-placeholder {
  color: var(--color-22);
}
.c-contact__input:-ms-input-placeholder {
  color: var(--color-22);
}
.c-contact__input::-ms-input-placeholder {
  color: var(--color-22);
}
.c-contact__input::placeholder {
  color: var(--color-22);
}
.c-contact__input + .c-contact__input {
  margin-top: 7px;
}
.c-contact__send {
  width: 100%;
  height: 37px;
  background: var(--color-03);
  color: var(--color-05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 11px;
}
.c-contact__send svg {
  width: 19px;
  height: 11px;
  margin-left: 5px;
}

.c-feature {
  padding: 30px 0;
}
.c-feature__logo {
  max-width: 115px;
  margin: 0 auto 10px;
}
.c-feature__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: var(--color-25);
}
@media only screen and (max-width: 767px) {
  .c-feature__title {
    font-size: 25px;
  }
}
.c-feature .c-sub01 {
  color: var(--color-04);
}
.c-feature__list {
  margin: 25px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-feature__list {
    display: block;
    margin: 0;
  }
}
.c-feature__item {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .c-feature__item {
    width: 100%;
    padding: 0;
  }
  .c-feature__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c-feature__tit {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-03);
  margin: 40px 0 12px;
}
@media only screen and (max-width: 767px) {
  .c-feature__tit {
    margin: 20px 0 10px;
  }
}
.c-feature__bl {
  border-top: 1px solid var(--color-01);
  padding-top: 50px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-feature__bl {
    display: block;
  }
}
.c-feature__blImg {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-feature__blImg {
    width: 100%;
  }
}
.c-feature__blContent {
  width: 50%;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-feature__blContent {
    width: 100%;
    margin: 30px 0 0;
  }
}
.c-feature__blIcon {
  max-width: 100px;
  margin: 0 auto;
}
.c-feature__blTit {
  font-size: 50px;
  font-weight: bold;
  color: var(--color-25);
  margin: 23px 0;
}
.c-feature__bl .c-text {
  text-align: center;
  max-width: 507px;
}
.c-feature__blTrademark {
  max-width: 456px;
}

.c-map {
  padding: 40px 0 20px;
}
.c-map__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-map__wrap {
    display: block;
  }
}
.c-map__content {
  width: 50%;
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-map__content {
    width: 100%;
    max-width: 100%;
  }
}
.c-map__title {
  font-family: var(--font-01);
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: 0.15px;
  margin-bottom: 17px;
}
.c-map__search input {
  height: 30px;
  border: 1px solid var(--color-26);
  background: var(--color-05);
  padding: 0 10px;
  width: calc(100% - 20px);
}
.c-map__frame {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-map__frame {
    margin: 20px 0 0;
  }
}
.c-map__frame img,
.c-map__frame iframe {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .c-map__frame img,
  .c-map__frame iframe {
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.c-map__list {
  margin-top: 10px;
}
.c-map__item {
  background: var(--color-28);
  border: 1px solid var(--color-27);
  padding: 10px;
}
.c-map__item:not(:last-child) {
  margin-bottom: 10px;
}
.c-map__tit {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.25px;
  font-weight: bold;
  color: var(--color-29);
  margin-bottom: 10px;
}
.c-map__text {
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: var(--color-29);
}
.c-map__gr {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-map__setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  margin-right: 20px;
}
.c-map__setting img,
.c-map__setting svg {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.c-address,
.c-phone,
.c-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-address + .c-address,
.c-address + .c-phone,
.c-address + .c-mail,
.c-phone + .c-address,
.c-phone + .c-phone,
.c-phone + .c-mail,
.c-mail + .c-address,
.c-mail + .c-phone,
.c-mail + .c-mail {
  margin-top: 20px;
}
.c-address svg,
.c-phone svg,
.c-mail svg {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.c-address span,
.c-phone span,
.c-mail span {
  font-size: 15px;
  line-height: 20px;
  color: var(--color-08);
}
.c-address span span,
.c-phone span span,
.c-mail span span {
  display: block;
  font-size: 18.5px;
  font-weight: 500;
  line-height: normal;
  color: var(--color-03);
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .c-address span span,
  .c-phone span span,
  .c-mail span span {
    font-size: 18px;
  }
}

.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-social span {
  font-size: 17.5px;
  line-height: 26px;
  color: var(--color-08);
  margin-bottom: 5px;
}
.c-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-social__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
}
.c-social__list li {
  padding: 0 10px;
}
.c-social__list svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .c-social__list svg {
    width: 40px;
    height: 40px;
  }
}

.c-breadcrumb {
  font-size: 14px;
  line-height: 25.2px;
  color: var(--color-10);
  margin-top: 5px;
}
.c-breadcrumb__wrap {
  background: var(--color-35);
  padding: 20px 0;
  margin-top: -5px;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumb__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb__list a::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background: url(../images/common/icon/ic-arrow_gray.svg) no-repeat center;
  background-size: 5px 9px;
  margin: 0 5px;
}

.c-mv-child {
  position: relative;
}
.c-mv-child__img img {
  height: 20.7906295754vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 284px;
}
.c-mv-child__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv-child__title {
  font-size: 50px;
  font-weight: bold;
  color: var(--color-03);
}

.c-sidebar__row + .c-sidebar__row {
  margin-top: 40px;
}
.c-sidebar .c-search {
  margin-bottom: 36px;
}
.c-sidebar .c-search__gr {
  background: var(--color-06);
}
.c-sidebar__label {
  font-family: var(--font-01);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-03);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-12);
  margin-bottom: 20px;
  position: relative;
}
.c-sidebar__label::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-12);
}
.c-sidebar .c-blogCate li a {
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sidebar .c-blogCate li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../images/common/icon/ic-arrow.svg") no-repeat center;
  background-size: 8px 8px;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
.c-sidebar .c-discover li + li {
  margin-top: 7px;
}
.c-sidebar .c-discover li a {
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 18.2px;
  font-weight: 500;
  color: var(--color-29);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sidebar .c-discover li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../images/common/icon/ic-arrow_discover.svg") no-repeat center;
  background-size: 6px 10px;
  margin-right: 18px;
  position: relative;
  top: 4px;
}
.c-sidebar .c-process .noUi-horizontal {
  height: 4px;
}
.c-sidebar .c-process .noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  background: var(--color-03);
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.c-sidebar .c-process .noUi-horizontal .noUi-handle::before, .c-sidebar .c-process .noUi-horizontal .noUi-handle::after {
  display: none;
}
.c-sidebar .c-process .noUi-horizontal .noUi-origin {
  top: 2px;
  right: 12px;
}
.c-sidebar .c-process .noUi-horizontal .noUi-tooltip {
  display: none;
}
.c-sidebar .c-process .noUi-connect {
  background: var(--color-03);
}
.c-sidebar .c-process__gr {
  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;
  margin-top: 30px;
}
.c-sidebar .c-process__gr p {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-03);
}
.c-sidebar .c-process__gr button {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-29);
  text-decoration: underline;
}
.c-sidebar .c-origin li + li {
  margin-top: 5px;
}
.c-sidebar .c-origin li a {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-29);
}
.c-sidebar .c-lastestArticle li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sidebar .c-lastestArticle li + li {
  margin-top: 30px;
}
.c-sidebar .c-lastestArticle__img {
  width: 106px;
}
.c-sidebar .c-lastestArticle__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.c-sidebar .c-lastestArticle__title {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: var(--color-03);
}
.c-sidebar .c-lastestArticle__text {
  font-family: var(--font-01);
  font-size: 13.6px;
  line-height: 19px;
  font-weight: 500;
  color: var(--color-29);
  margin-top: 6px;
}
.c-sidebar .c-tags li + li {
  margin-top: 5px;
}
.c-sidebar .c-tags li a {
  display: block;
  border-radius: 18px;
  border: 1px solid var(--color-31);
  padding: 9px 24px;
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 18px;
  color: var(--color-04);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-sidebar .c-tags.is-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.5px 0;
}
.c-sidebar .c-tags.is-product li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 2.5px 2.5px;
}
.c-sidebar .c-tags.is-product li a {
  padding: 5px 20px;
}

.c-news {
  padding: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-news {
    padding: 40px 0 0;
  }
}
.c-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-news__wrap {
    display: block;
  }
}
.c-news__wrap .c-sidebar {
  width: 50%;
  max-width: 354px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid var(--color-12);
}
@media only screen and (max-width: 1024px) {
  .c-news__wrap .c-sidebar {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__wrap .c-sidebar {
    max-width: 100%;
    width: 100%;
    padding: 40px 0 0;
    margin: 40px 0 0;
    border-left: 0;
    border-top: 1px solid var(--color-12);
  }
}
.c-news__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -60px;
}
@media only screen and (max-width: 1024px) {
  .c-news__list {
    display: block;
    margin: 0;
  }
}
.c-news__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .c-news__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .c-news__item:last-child {
    margin-bottom: 0;
  }
}
.c-news__img {
  position: relative;
}
.c-news__tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 172px;
  height: 24px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-01);
  font-size: 13px;
  color: var(--color-05);
  background: var(--color-03);
}
.c-news__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}
.c-news__time, .c-news__author {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: var(--color-03);
}
.c-news__time svg, .c-news__author svg {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.c-news__time::after {
  content: "/";
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: var(--color-03);
  margin: 0 10px;
}
.c-news__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: var(--color-03);
}
.c-news__text {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-32);
  margin-top: 16px;
}

.c-navi {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-navi {
    margin-top: 30px;
  }
}
.c-navi a, .c-navi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-32);
  margin: 0 5px;
  position: relative;
}
.c-navi a::after, .c-navi span::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
}
.c-navi a.c-navi__next, .c-navi span.c-navi__next {
  border-radius: 0;
  width: auto;
  height: auto;
  color: var(--color-03);
}
.c-navi a.c-navi__next svg, .c-navi span.c-navi__next svg {
  margin-left: 5px;
}
.c-navi span::after {
  border-color: var(--color-03);
}

.c-product__cate {
  background: var(--color-11);
  padding: 40px 0;
  margin: 35px 0;
}
.c-product__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}
.c-product__cateList li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .c-product__cateList li {
    width: 50%;
  }
}
.c-product__cateList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 133px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-product__cateList li a img {
  width: 65px;
  height: 65px;
}
.c-product__cateList li a span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-33);
  margin-top: 10px;
}
.c-product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-product__wrap {
    display: block;
  }
}
.c-product__wrap .c-sidebar {
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-product__wrap .c-sidebar {
    width: 100%;
  }
}
.c-product__wrap .c-sidebar__label {
  border-bottom: 1px dashed var(--color-12);
}
.c-product__wrap .c-sidebar__label::before {
  display: none;
}
.c-product__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .c-product__content {
    padding: 0;
    margin-top: 30px;
  }
}
.c-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 20px;
  border-bottom: 1px solid var(--color-34);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-product__pages {
  font-size: 13px;
  line-height: 21px;
  color: var(--color-29);
}
.c-product__investory {
  position: relative;
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border: 1px solid var(--color-34);
  font-size: 13px;
  line-height: 19.3px;
  color: var(--color-29);
  position: relative;
  padding: 0 20px;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-product__investory {
    margin-top: 10px;
  }
}
.c-product__investory span {
  margin-right: 5px;
}
.c-product__investory select {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-product__investory svg {
  position: absolute;
  width: 8px;
  height: 16px;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: 1;
      flex-wrap: 1;
  margin: 0 -5px -38px;
}
.c-product__list .c-cardProduct {
  width: calc(25% - 10px);
  margin: 0 5px 38px;
}
@media only screen and (max-width: 1024px) {
  .c-product__list .c-cardProduct {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 900px) {
  .c-product__list .c-cardProduct {
    width: calc(50% - 10px);
    max-width: 210px;
  }
}
@media only screen and (max-width: 374px) {
  .c-product__list .c-cardProduct {
    width: 100%;
    max-width: 100%;
  }
}
.c-product__detail {
  padding: 50px 0 80px;
}
@media only screen and (max-width: 767px) {
  .c-product__detail {
    padding: 40px 0;
  }
}
.c-product__detail .c-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-product__detail .c-detail {
    display: block;
  }
}
.c-product__detail .c-detail__img {
  background: var(--color-36);
  padding: 50px;
  width: 50%;
  max-width: 565px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-product__detail .c-detail__img {
    width: 100%;
    max-width: 100%;
  }
}
.c-product__detail .c-detail__img #zoomBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.c-product__detail .c-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 76px;
}
@media only screen and (max-width: 1024px) {
  .c-product__detail .c-detail__content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-product__detail .c-detail__content {
    padding: 20px 0 0;
  }
}
.c-product__detail .c-detail__tag {
  font-size: 11px;
  padding: 6px 0 3px;
  font-weight: 500;
  color: var(--color-05);
  background: var(--color-37);
  width: 65px;
  text-align: center;
  text-transform: uppercase;
}
.c-product__detail .c-detail__name {
  font-family: var(--font-01);
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: var(--color-03);
  margin: 10px 0 30px;
}
.c-product__detail .c-detail__origin, .c-product__detail .c-detail__packed {
  font-size: 14px;
  line-height: 19.6px;
  color: var(--color-04);
  font-weight: 500;
  margin-bottom: 5px;
}
.c-product__detail .c-detail__origin span, .c-product__detail .c-detail__packed span {
  color: var(--color-03);
  font-weight: bold;
  margin-right: 5px;
}
.c-product__detail .c-detail__price {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: var(--color-03);
  margin: 10px 0 15px;
}
.c-product__detail .c-detail__stock {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: var(--color-04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product__detail .c-detail__stock::before {
  content: "";
  width: 24px;
  height: 21px;
  background: url(../images/common/icon/ic-stock.png) no-repeat center;
  background-size: 24px 21px;
  margin-right: 5px;
}
.c-product__detail .c-detail__gr {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product__detail .c-detail__gr .c-number {
  width: 80px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid var(--color-38);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.c-product__detail .c-detail__gr .c-number input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-family: var(--font-01);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-03);
}
.c-product__detail .c-detail__gr .c-number__gr {
  width: 10px;
}
.c-product__detail .c-detail__gr .c-btn__addCart {
  margin-left: 10px;
}
.c-product__detail .c-detail__gr .c-btn__addCart button {
  width: 157px;
  height: 40px;
  font-size: 14px;
}
.c-product__detail .c-detail__favorite {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 500;
  color: var(--color-04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product__detail .c-detail__favorite::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/icon/ic-heart.png) no-repeat center;
  background-size: 20px 20px;
  margin-right: 10px;
}
.c-product__detail .c-detail__bottom {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--color-21);
}
.c-product__detail .c-detail__sku {
  font-size: 14px;
  line-height: 19.6px;
  color: var(--color-04);
}
.c-product__detail .c-detail__sku span {
  font-weight: bold;
  margin-right: 5px;
}
.c-product__detail .c-detail__delivery {
  font-size: 14px;
  line-height: 21px;
  color: var(--color-04);
  margin-top: 5px;
}
.c-product__detail .c-detail__thumb {
  margin: 0 -50px -50px;
  padding: 20px;
}
.c-product__detail .c-detail__thumb .swiper-slide {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.c-product__detail .c-detail__thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color-03);
}

.c-tabs__nav {
  border-bottom: 1px solid var(--color-39);
  margin-bottom: 20px;
}
.c-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tabs__list li {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-04);
  padding: 7px 0;
  margin: 0 10px;
  position: relative;
}
.c-tabs__list li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 3px solid var(--color-03);
}
.c-tabs__list li.active {
  color: var(--color-03);
}
.c-tabs__list li.active::after {
  width: 100%;
}
.c-tabs__box {
  border: 1px solid var(--color-39);
  display: none;
}
.c-tabs__box.active {
  display: block;
}
.c-tabs__boxtit {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-03);
  padding: 15px 25px;
  background: var(--color-40);
  border-bottom: 1px solid var(--color-39);
}
.c-tabs__boxContent {
  padding: 60px 20px 30px;
}
@media only screen and (max-width: 767px) {
  .c-tabs__boxContent {
    padding: 20px;
  }
}
.c-tabs__boxInner {
  max-width: 1050px;
  margin: 0 auto;
}
.c-tabs__box .c-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .c-tabs__box .c-rate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-tabs__box .c-rate__comment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-01);
  font-size: 21px;
  line-height: 31.5px;
  color: var(--color-41);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tabs__box .c-rate__comment span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin: 0 auto 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  background: var(--color-42);
  border-radius: 5px 0 5px 0;
  min-height: 48px;
}
.c-tabs__box .c-rate__comment span::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/icon/ic-star.png) no-repeat center;
  background-size: 25px 25px;
  margin-left: 5px;
}
.c-tabs__box .c-rate__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 90px 0 30px;
}
@media only screen and (max-width: 1024px) {
  .c-tabs__box .c-rate__list {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-rate__list {
    width: 100%;
    margin: 20px 0 0;
  }
}
.c-tabs__box .c-rate__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.c-tabs__box .c-rate__list li:last-child {
  margin-bottom: 0;
}
.c-tabs__box .c-rate__stt {
  font-family: var(--font-01);
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  color: var(--color-41);
  width: 50px;
}
.c-tabs__box .c-rate__stt::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/icon/ic-star.png) no-repeat center;
  background-size: 25px 25px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.c-tabs__box .c-rate__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 14px;
  border-radius: 25px;
  background: var(--color-43);
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.c-tabs__box .c-rate__progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--color-03);
  z-index: 1;
}
.c-tabs__box .c-rate__percent {
  width: 50px;
  font-size: 19px;
  line-height: 28.5px;
  font-family: var(--font-01);
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-rate__percent {
    width: 30px;
  }
}
.c-tabs__box .c-rate__share {
  width: 180px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  font-family: var(--font-01);
  color: var(--color-41);
}
@media only screen and (max-width: 1024px) {
  .c-tabs__box .c-rate__share {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-rate__share {
    margin-top: 20px;
  }
}
.c-tabs__box .c-rate .c-btn__normal {
  margin-top: 20px;
}
.c-tabs__box .c-rate .c-btn__normal button {
  width: 180px;
}
.c-tabs__box .c-review {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-review {
    margin-top: 35px;
  }
}
.c-tabs__box .c-review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-01);
  font-size: 21px;
  font-weight: 500;
  line-height: 41px;
  color: var(--color-04);
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-review__star {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-tabs__box .c-review__star .c-rateSelect__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-review__star .c-rateSelect__star {
    margin: 0 0 20px;
  }
}
.c-tabs__box .c-review__star .c-rateSelect__star img {
  width: 25px;
  height: 25px;
  margin: 0 6px;
}
.c-tabs__box .c-review textarea,
.c-tabs__box .c-review input {
  border: 1px solid var(--color-44);
  font-size: 14px;
  font-family: var(--font-01);
  color: var(--color-45);
}
.c-tabs__box .c-review input {
  padding: 0 15px;
  height: 38px;
}
.c-tabs__box .c-review textarea {
  padding: 13px;
  min-height: 50px;
  width: calc(100% - 26px);
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-review textarea {
    min-height: 100px;
  }
}
.c-tabs__box .c-review__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px -7px 0;
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-review__gr {
    display: block;
    margin: 12px 0 0;
  }
}
.c-tabs__box .c-review__gr input {
  width: calc(33.3333333333% - 30px);
  margin: 0 7px;
}
@media only screen and (max-width: 767px) {
  .c-tabs__box .c-review__gr input {
    width: calc(100% - 30px);
    margin: 0 0 10px;
  }
}
.c-tabs__box .c-review__upload {
  position: relative;
  width: 90px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  list-style: 20px;
  font-family: var(--font-01);
  color: var(--color-03);
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--color-03);
  margin-top: 17px;
}
.c-tabs__box .c-review__upload svg {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}
.c-tabs__box .c-review__upload input {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.c-tabs__box .c-review__upload #previewImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-tabs__box .c-review__upload.active #previewImage {
  z-index: 1;
}
.c-tabs__box .c-btn__normal {
  margin: 20px auto 0;
}
.c-tabs__box .c-btn__normal button {
  width: 213px;
}

.c-btn__normal {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.c-btn__normal button {
  width: 180px;
  height: 40px;
  background: var(--color-03);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-05);
  font-family: var(--font-01);
  font-size: 14px;
  cursor: pointer;
}

.c-relative {
  margin-top: 60px;
}
.c-relative__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: var(--color-03);
  margin-bottom: 35px;
}
.c-relative__title span {
  margin: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-relative__title span {
    margin: 0 20px;
  }
}
.c-relative__title::before, .c-relative__title::after {
  content: "";
  display: block;
  border-top: 2px solid var(--color-34);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-relative__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -7px;
}
@media only screen and (max-width: 1024px) {
  .c-relative__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
}
.c-relative__list .c-cardProduct {
  margin: 0 7px;
}
@media only screen and (max-width: 1024px) {
  .c-relative__list .c-cardProduct {
    width: calc(33.3333333333% - 14px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-relative__list .c-cardProduct {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 374px) {
  .c-relative__list .c-cardProduct {
    width: 100%;
  }
}

.p-gift_basket .c-topService {
  margin: 117px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topService {
    margin: 50px 0 0;
  }
}
.p-gift_basket .c-topAbout {
  position: relative;
}
.p-gift_basket .c-topAbout .l-container {
  position: relative;
}
.p-gift_basket .c-topAbout .l-container::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--color-23);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topAbout .l-container::after {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: -10px;
  }
}
.p-gift_basket .c-topAbout__frame {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 160px;
  height: 485px;
}
@media only screen and (max-width: 1024px) {
  .p-gift_basket .c-topAbout__frame {
    right: -20px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 10%;
  }
}
.p-gift_basket .c-topAbout__wrap {
  position: relative;
  padding: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .p-gift_basket .c-topAbout__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topAbout__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-gift_basket .c-topAbout__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .p-gift_basket .c-topAbout__bg {
    display: none;
  }
}
.p-gift_basket .c-topAbout__gr {
  position: relative;
  width: 50%;
  max-width: 602px;
}
@media only screen and (max-width: 1024px) {
  .p-gift_basket .c-topAbout__gr {
    max-width: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topAbout__gr {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.p-gift_basket .c-topAbout__gr .c-contact {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 356px;
}
@media only screen and (max-width: 1024px) {
  .p-gift_basket .c-topAbout__gr .c-contact {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topAbout__gr .c-contact {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.p-gift_basket .c-topAbout__img {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topAbout__img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-gift_basket .c-topAbout__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-gift_basket .c-topAbout__content {
  margin: 0 30px 0 60px;
  padding: 0;
  max-width: 503px;
}
@media only screen and (max-width: 1024px) {
  .p-gift_basket .c-topAbout__content {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-gift_basket .c-topAbout__content {
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.p-about {
  background: var(--color-05);
}
.p-about .c-mv__wrap .swiper-button-next,
.p-about .c-mv__wrap .swiper-button-prev {
  border-color: var(--color-05);
}
.p-about .c-mv__wrap .swiper-button-prev {
  left: 95px;
}
@media only screen and (max-width: 1024px) {
  .p-about .c-mv__wrap .swiper-button-prev {
    left: 10px;
  }
}
.p-about .c-mv__wrap .swiper-button-next {
  right: 95px;
}
@media only screen and (max-width: 1024px) {
  .p-about .c-mv__wrap .swiper-button-next {
    right: 10px;
  }
}
.p-about .c-mv__slide .swiper-slide img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .c-mv__content {
  text-align: center;
  width: 100%;
}
.p-about .c-mv__content .c-btn__shop {
  margin: 20px auto 0;
}
.p-about .c-mv__txt, .p-about .c-mv__title, .p-about .c-mv__text {
  color: var(--color-05);
}
.p-about .c-mv__text {
  max-width: 679px;
  margin: 13px auto 0;
}
.p-about .c-description {
  padding: 60px 0;
  background: var(--color-11);
}
.p-about .c-description__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-about .c-description__bl {
    display: block;
  }
}
.p-about .c-description__img {
  width: 50%;
  max-width: 515px;
}
@media only screen and (max-width: 767px) {
  .p-about .c-description__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-about .c-description__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about .c-description__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 70px;
}
@media only screen and (max-width: 1024px) {
  .p-about .c-description__content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .c-description__content {
    padding-left: 0;
    margin-top: 10px;
  }
}
.p-about .c-description__content .c-title01 {
  text-align: left;
  margin-bottom: 11px;
}
.p-about .c-description__signature {
  max-width: 185px;
  margin-top: 11px;
}
.p-about .c-description__name {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-04);
}
.p-about .c-description__name span {
  display: block;
  color: var(--color-24);
}
.p-about .c-description__list {
  margin-top: 25px;
  padding: 25px 0;
  border-top: 1px solid var(--color-23);
  border-bottom: 1px solid var(--color-23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about .c-description__list li {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-04);
  text-align: center;
}
.p-about .c-description__list li span {
  display: block;
  font-size: 35px;
  font-weight: 600;
  color: var(--color-03);
  margin-bottom: 14px;
}
.p-about + .c-footer {
  background: var(--color-05);
}
.p-about + .c-footer .c-info {
  background: var(--color-11);
}

.c-user.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs {
    display: block;
  }
}
.c-user.c-tabs .c-tabs__nav {
  width: 202px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__nav {
    width: 100%;
  }
}
.c-user.c-tabs .c-tabs__list {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-05);
    border-top: 1px solid var(--color-21);
  }
}
.c-user.c-tabs .c-tabs__list li {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-04);
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__list li {
    width: 20%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
  }
}
.c-user.c-tabs .c-tabs__list li svg {
  width: 11px;
  height: 11px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__list li svg {
    margin: 0;
    width: 20px;
    height: 20px;
  }
}
.c-user.c-tabs .c-tabs__list li.active {
  background: var(--color-03);
  color: var(--color-05);
}
.c-user.c-tabs .c-tabs__list li.active svg path {
  fill: var(--color-05);
}
.c-user.c-tabs .c-tabs__list li::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__list li span {
    display: none;
  }
}
.c-user.c-tabs .c-tabs__list li button {
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__list li button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-user.c-tabs .c-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 27px;
  margin-left: 27px;
  border-left: 1px solid var(--color-21);
}
@media only screen and (max-width: 767px) {
  .c-user.c-tabs .c-tabs__content {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.c-user__title {
  font-size: 30px;
  line-height: 35.8px;
  font-weight: bold;
  color: var(--color-03);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color-21);
  margin-bottom: 13px;
}
.c-user__title span {
  color: var(--color-04);
}
.c-user__inner {
  display: none;
}
.c-user__inner.active {
  display: block;
}
.c-user__gr {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-21);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-user__gr {
    margin-bottom: 30px;
  }
}
.c-user__tit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: var(--color-04);
}
.c-user__text {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-46);
  font-family: var(--font-01);
}

.c-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .c-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-profile__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--font-01);
  color: var(--color-04);
}
.c-profile__label {
  color: var(--color-47);
  width: 120px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-profile .c-btn__normal {
  margin-top: 24px;
}
.c-profile__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .c-profile__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    border-top: 1px solid var(--color-21);
    padding-top: 30px;
    margin-top: 30px;
  }
}
.c-profile__photo {
  width: 50%;
  max-width: 400px;
  border-left: 1px solid var(--color-21);
  text-align: center;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .c-profile__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    border-left: none;
  }
}
.c-profile__photo img {
  max-width: 78px;
  margin: 0 auto;
}
.c-profile__inner {
  width: 180px;
  margin: 0 auto;
}
.c-profile__upload {
  position: relative;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-48);
  border-radius: 6px;
  font-family: var(--font-01);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-04);
  margin: 18px 0 12px;
  cursor: pointer;
}
.c-profile__upload svg {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.c-profile__upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.c-profile__note {
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 22px;
  color: var(--color-22);
  font-weight: 500;
}

.c-history .c-search__gr {
  border-radius: 0;
  background: var(--color-42);
  padding: 0 0 0 18px;
}
.c-history .c-search button {
  height: 44px;
  border-radius: 0;
}
.c-history__table table {
  width: 100%;
  border-collapse: collapse;
}
.c-history__table table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-21);
}
.c-history__table table td:first-child {
  width: 26px;
}
.c-history__table table td:nth-child(2) {
  width: 46px;
}
.c-history__table table td:nth-child(3) {
  padding: 10px 20px;
}
.c-history__table table td:last-child {
  width: 50px;
}
.c-history__select {
  display: block;
  width: 10px;
  height: 10px;
}
.c-history__select svg {
  height: 100%;
  width: 100%;
}
.c-history__select input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.c-history__select input:checked ~ svg path {
  fill: var(--color-03);
}
.c-history__title {
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: var(--color-04);
}
.c-history__title span {
  display: block;
  font-size: 12px;
  color: var(--color-49);
}
.c-history__price {
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 17px;
  color: var(--color-03);
  font-weight: 500;
  text-align: right;
}
.c-history__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-history__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-history__bottom .c-btn__normal {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
.c-history__bottom .c-totalAmount {
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 17px;
  color: var(--color-04);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-history__bottom .c-totalAmount {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    width: 100%;
  }
}
.c-history__bottom .c-totalAmount span {
  font-size: 18px;
  color: var(--color-03);
  font-weight: 600;
}

.c-position {
  margin-top: -20px;
}
.c-position__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-21);
}
.c-position__img {
  width: 36px;
}
.c-position__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 25px;
}
.c-position__gr {
  width: 58px;
}
.c-position__name {
  font-family: var(--font-01);
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: var(--color-04);
}
.c-position__text {
  font-family: var(--font-01);
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: var(--color-49);
}
.c-position__edit, .c-position__delete {
  width: 58px;
  height: 21px;
  border-radius: 3px;
  font-family: var(--font-01);
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
  color: var(--color-05);
}
.c-position__edit {
  background: var(--color-04);
}
.c-position__delete {
  background: var(--color-03);
  margin-top: 5px;
}
.c-position .c-btn__normal {
  margin-top: 18px;
}

.c-wishlist .c-search__gr {
  border-radius: 0;
  background: var(--color-42);
  padding: 0 0 0 18px;
}
.c-wishlist .c-search button {
  height: 44px;
  border-radius: 0;
}
.c-wishlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px -7px -30px;
}
.c-wishlist .c-cardProduct {
  width: calc(25% - 14px);
  margin: 0 7px 30px;
}
@media only screen and (max-width: 1024px) {
  .c-wishlist .c-cardProduct {
    width: calc(33.3333333333% - 14px);
  }
}
@media only screen and (max-width: 767px) {
  .c-wishlist .c-cardProduct {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 374px) {
  .c-wishlist .c-cardProduct {
    width: 100%;
  }
}
.c-wishlist .c-cardProduct__delete {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 58px;
  height: 21px;
  border-radius: 3px;
  font-family: var(--font-01);
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
  color: var(--color-05);
  background: var(--color-03);
}

.c-account__body {
  padding: 80px 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-account__body {
    padding: 40px 0 20px;
  }
}

.p-contact {
  background: var(--color-05);
}
.p-contact + .c-footer {
  background: var(--color-05);
}
.p-contact + .c-footer .c-info {
  background: var(--color-11);
}
.p-contact .c-description {
  padding: 30px 0;
}
.p-contact .c-description__bl {
  border: 1px solid var(--color-30);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-description__bl {
    display: block;
  }
}
.p-contact .c-description__img {
  width: 50%;
  max-width: 478px;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-description__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-contact .c-description__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contact .c-description__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .p-contact .c-description__content {
    padding: 0;
  }
}
.p-contact .c-description__logo {
  max-width: 115px;
  margin: 0 auto;
}
.p-contact .c-description .c-text {
  margin-bottom: 30px;
}
.p-contact .c-description .c-social {
  margin-top: 35px;
  padding: 25px 0 50px;
  border-top: 1px solid var(--color-01);
}
@media only screen and (max-width: 767px) {
  .p-contact .c-description .c-social {
    padding: 25px 0 0;
  }
}
.p-contact .c-map {
  padding-top: 15px;
}

.p-news {
  background: var(--color-05);
}
.p-news + .c-footer {
  background: var(--color-05);
}
.p-news + .c-footer .c-info {
  background: var(--color-11);
}

.p-product {
  background: var(--color-05);
}
.p-product + .c-footer {
  background: var(--color-05);
}
.p-product + .c-footer .c-info {
  background: var(--color-11);
}

.p-account {
  background: var(--color-05);
}
.p-account + .c-footer {
  background: var(--color-05);
}
@media only screen and (max-width: 767px) {
  .p-account + .c-footer {
    margin-bottom: 40px;
  }
}
.p-account + .c-footer .c-info {
  background: var(--color-11);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-01);
  z-index: 999;
}
.c-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal__wrap {
  background: white;
  border-radius: 5px;
  width: 90%;
  max-width: 768px;
}
.c-modal__head {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-04);
  border-bottom: 1px solid var(--color-21);
  position: relative;
}
.c-modal__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.c-modal__content {
  padding: 20px;
}
.c-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-modal__item:not(:last-child) {
  margin-bottom: 10px;
}
.c-modal label {
  display: block;
  font-size: 16px;
  width: 150px;
  font-weight: 600;
}
.c-modal input {
  padding: 0 10px;
  border: 1px solid var(--color-21);
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.c-modal__bottom {
  padding: 10px 20px;
  border-top: 1px solid var(--color-21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-modal__cancel, .c-modal__update {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-05);
  padding: 0 20px;
  cursor: pointer;
}
.c-modal__update {
  background: var(--color-03);
}
.c-modal__cancel {
  background: var(--color-49);
  margin-right: 10px;
}
.c-modal.is-detail .c-modal__wrap {
  max-width: 1024px;
}
@media only screen and (max-width: 767px) {
  .c-modal.is-detail .c-modal__content {
    overflow: auto;
    max-height: 55vh;
  }
}
.c-modal.is-detail .c-detail__content {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c-modal.is-detail .c-detail__content {
    padding-left: 0;
  }
}
.c-modal.is-detail .c-product__detail .c-detail__gr .c-number input {
  border: none;
  padding: 0;
}
.c-modal.is-detail .c-product__detail {
  padding: 0;
}

.c-cartPopup {
  position: absolute;
  top: 65px;
  right: 0;
  background: var(--color-05);
  border-radius: 6px;
  z-index: 999;
  min-width: 320px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-cartPopup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.c-cartPopup::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent var(--color-30) transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-cartPopup__body {
  padding: 20px;
  overflow: auto;
  max-height: 230px;
}
.c-cartPopup__item {
  margin: 0 0 20px !important;
}
.c-cartPopup__item:last-child {
  margin-bottom: 0 !important;
}
.c-cartPopup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-cartPopup__img {
  width: 80px;
}
.c-cartPopup__text {
  font-family: var(--font-01);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-49);
}
.c-cartPopup__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-04);
}
.c-cartPopup__price {
  font-family: var(--font-01);
  font-size: 12px;
  color: var(--color-03);
  font-weight: 500;
}
.c-cartPopup__bottom {
  padding: 10px 20px;
  border-top: 1px solid var(--color-21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-cartPopup__bottom button {
  width: 50%;
  height: 40px;
  font-size: 14px;
  font-family: var(--font-01);
  font-weight: 500;
  color: var(--color-05);
  max-width: 180px;
  border-radius: 6px;
  cursor: pointer;
}
.c-cartPopup__bottom button.c-cartPopup__viewcart {
  background: var(--color-03);
  margin-left: 10px;
}
.c-cartPopup__bottom button.c-cartPopup__checkout {
  background: var(--color-07);
}

.p-login {
  padding: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-login {
  max-width: 990px;
  padding: 40px 20px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .c-login {
    max-width: 100%;
  }
}
.c-login__logo {
  max-width: 100px;
  margin: 0 auto 40px;
}
.c-login__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-login__title {
    display: none;
  }
}
.c-login__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-login__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-login__left, .c-login__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 64px;
  width: calc((100% - 24px) / 2);
}
@media only screen and (max-width: 767px) {
  .c-login__left, .c-login__right {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .c-login__left {
    padding: 0 32px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .c-login__right {
    padding: 0 0 0 32px;
  }
}
.c-login__or {
  width: 24px;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 450px;
}
@media only screen and (max-width: 767px) {
  .c-login__or {
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 32px 0;
  }
}
.c-login__or::before, .c-login__or::after {
  content: "";
  display: block;
  border-left: 2px solid rgba(102, 102, 102, 0.25);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-login__or::before, .c-login__or::after {
    border-top: 1px solid rgba(102, 102, 102, 0.25);
    border-left: none;
  }
}
.c-login__or span {
  margin: 20px 0;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .c-login__or span {
    height: auto;
    width: 30px;
    margin: 0 20px;
  }
}
.c-login .c-form__note {
  margin-top: 16px;
}
.c-login .c-form__privacy {
  margin-top: 32px;
}
.c-login.c-signup {
  max-width: 480px;
}
.c-login.c-signup .c-login__wrap {
  display: block;
}
.c-login.c-signup .c-login__input {
  width: 100%;
}

.c-form__item {
  font-family: var(--font-01);
}
.c-form__item + .c-form__item {
  margin-top: 24px;
}
.c-form__label {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 12px;
}
.c-form__input {
  width: 100%;
  position: relative;
}
.c-form__input input {
  height: 48px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.35);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-01);
}
.c-form__textarea {
  width: 100%;
  position: relative;
}
.c-form__textarea textarea {
  height: 120px;
  padding: 15px;
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.35);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-01);
}
.c-form__select {
  position: relative;
  height: 48px;
  border-radius: 6px;
  border: 1px solid rgba(102, 102, 102, 0.35);
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 15px;
  width: 8px;
  height: 12px;
  background: url(../images/common/icon/ic-arrow_gray.svg) no-repeat center;
  background-size: 8px 12px;
  z-index: 1;
}
.c-form__select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
}
.c-form__error {
  font-size: 14px;
  color: var(--color-03);
  margin-top: 12px;
}
.c-form__password {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
.c-form__password.is-show .line {
  opacity: 0;
}
.c-form__forgot {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #666666;
  text-decoration: underline;
  margin-top: 12px;
  font-family: var(--font-01);
}
.c-form__submit, .c-form__edit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  border-radius: 6px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-03);
  margin-top: 24px;
  cursor: pointer;
  margin-left: auto;
}
.c-form__submit.is-login, .c-form__submit.is-signup, .c-form__edit.is-login, .c-form__edit.is-signup {
  width: 100%;
  border-radius: 32px;
}
.c-form__submit.is-full, .c-form__edit.is-full {
  width: 100%;
}
.c-form__edit {
  background: var(--color-07);
}
.c-form__loginOther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-radius: 40px;
  border: 1px solid #333333;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-01);
}
@media only screen and (max-width: 1024px) {
  .c-form__loginOther {
    width: 100%;
  }
}
.c-form__loginOther + .c-form__loginOther {
  margin-top: 24px;
}
.c-form__loginOther svg {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.c-form__privacy, .c-form__note {
  font-family: var(--font-01);
  text-align: center;
  color: var(--color-49);
}
.c-form__privacy a, .c-form__note a {
  text-decoration: underline;
  color: var(--color-04);
  font-weight: 500;
}
.c-form__privacy {
  font-size: 16px;
}
.c-form__note {
  font-size: 14px;
}
.c-form__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 1024px) {
  .c-form__gr {
    display: block;
    margin: 0;
  }
}
.c-form__gr.is-single .c-form__child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form__gr.is-single .c-form__child:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form__child {
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .c-form__child {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .c-form__child:last-child {
    margin-bottom: 0;
  }
}
.c-form__child .c-form__submit {
  margin: 0;
}

.c-cart {
  padding: 80px 0 40px;
}
.c-cart__table {
  overflow-x: auto;
}
.c-cart__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-family: var(--font-01);
  min-width: 1200px;
}
.c-cart__table table thead {
  border-bottom: 1px solid var(--color-21);
}
.c-cart__table table thead th {
  text-align: left;
  padding: 20px 0;
}
.c-cart__table table img {
  width: 90px;
}
.c-cart__table table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-21);
}
.c-cart__title {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.c-cart__delete {
  width: 80px;
  border-radius: 6px;
  color: var(--color-05);
  background: var(--color-03);
  font-weight: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-01);
  height: 40px;
  cursor: pointer;
}
.c-cart__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cart__quantity input {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-01);
  color: var(--color-03);
}
.c-cart__decrease, .c-cart__increase {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid var(--color-21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.c-cart__decrease img, .c-cart__increase img {
  width: 7px !important;
}
.c-cart__decrease img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-cart__increase img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-total {
  max-width: 480px;
  margin: 40px 0 0 auto;
}
.c-total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-21);
}
.c-total__label {
  font-size: 16px;
  font-family: var(--font-01);
  font-weight: 600;
  color: var(--color-49);
}
.c-total__sub {
  font-size: 16px;
  font-family: var(--font-01);
  color: var(--color-49);
}
.c-total__button {
  font-size: 16px;
  font-family: var(--font-01);
  color: var(--color-49);
  text-decoration: underline;
  cursor: pointer;
}
.c-total__grand {
  font-size: 24px;
  font-family: var(--font-01);
}
.c-total__form {
  width: 100%;
  margin-top: 20px;
  display: none;
}
.c-total__form.active {
  display: block;
}
.c-total__formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-total__formItem + .c-total__formItem {
  margin-top: 10px;
}
.c-total__formLabel {
  font-size: 14px;
  font-family: var(--font-01);
  color: var(--color-49);
  width: 150px;
}
.c-total__formInput, .c-total__formSelect {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-family: var(--font-01);
}
.c-total__formSelect {
  position: relative;
  height: 40px;
  border-radius: 6px;
  border: 1px solid var(--color-21);
}
.c-total__formSelect::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 15px;
  width: 8px;
  height: 12px;
  background: url(../images/common/icon/ic-arrow_gray.svg) no-repeat center;
  background-size: 8px 12px;
  z-index: 1;
}
.c-total__formSelect select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
}
.c-total__formInput {
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--color-21);
  padding: 0 15px;
}
.c-total__formBtn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 20px 0 0 auto;
}
.c-total__formBtn button {
  height: 40px;
  width: 180px;
  border-radius: 4px;
  background: var(--color-03);
  color: var(--color-05);
  font-weight: 500;
  font-size: 14px;
  font-family: var(--font-01);
  cursor: pointer;
}
.c-total__formGr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-total__formGr .c-total__formBtn {
  margin: 0 0 0 10px;
}
.c-total__formGr .c-total__formBtn button {
  width: 80px;
}
.c-total__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 20px 0 0 auto;
}
.c-total__btn button {
  height: 40px;
  width: 180px;
  border-radius: 4px;
  background: var(--color-03);
  color: var(--color-05);
  font-weight: 500;
  font-size: 14px;
  font-family: var(--font-01);
  cursor: pointer;
}

.c-checkout {
  padding: 80px 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-checkout {
    padding: 40px 0 20px;
  }
}
.c-checkout__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-checkout__wrap {
    display: block;
  }
}
.c-checkout__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .c-checkout__left {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-checkout__left {
    padding-right: 0;
  }
}
.c-checkout__right {
  width: 50%;
  max-width: 375px;
}
@media only screen and (max-width: 1024px) {
  .c-checkout__right {
    max-width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .c-checkout__right {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.c-checkout__list {
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .c-checkout__list {
    max-width: 100%;
  }
}
.c-checkout__item {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-checkout__item:last-child {
  border-bottom: none;
}
.c-checkout__label {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-01);
  color: var(--color-49);
}
.c-checkout__btn {
  height: 48px;
  background: var(--color-48);
  border: 1px solid var(--color-49);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-04);
  padding: 0 24px;
  border-radius: 6px;
}
.c-checkout__form {
  display: none;
  width: 100%;
  margin-top: 40px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.c-checkout__form.active {
  display: block;
}
.c-checkout__form .c-form__note {
  text-align: left;
  margin-top: 12px;
}
.c-checkout__payment {
  width: 100%;
  margin-top: 40px;
}
.c-checkout__payment .c-payment {
  border: 1px solid var(--color-21);
}
.c-checkout__payment .c-payment__item:not(:last-child) {
  border-bottom: 1px solid var(--color-21);
}
.c-checkout__payment .c-payment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .c-checkout__payment .c-payment__inner:hover {
    background: var(--color-01);
  }
}
.c-checkout__payment .c-payment__inner input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-checkout__payment .c-payment__inner input:checked ~ .c-payment__radio::after {
  opacity: 1;
}
.c-checkout__payment .c-payment__radio {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-49);
  position: relative;
}
.c-checkout__payment .c-payment__radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-04);
  opacity: 0;
}
.c-checkout__payment .c-payment__text {
  font-size: 16px;
  font-family: var(--font-01);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 20px;
}
.c-checkout__payment .c-payment__icon svg {
  width: 48px;
  height: 48px;
}
.c-checkout__payment .c-checkout__btn {
  margin-top: 24px;
  width: 100%;
  background: var(--color-03);
  border: none;
  color: var(--color-05);
  text-transform: uppercase;
}
.c-checkout__box {
  border: 1px solid var(--color-21);
  background: #ffffff;
}
.c-checkout__boxHead {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color-21);
}
.c-checkout__boxTit {
  font-size: 20px;
  font-weight: 500;
}
.c-checkout__boxLink {
  font-size: 14px;
  color: var(--color-03);
  cursor: pointer;
  text-decoration: underline;
}
.c-checkout__boxBody {
  padding: 20px;
  border-bottom: 1px solid var(--color-21);
}
.c-checkout__boxQuantity {
  font-size: 14px;
  margin-bottom: 20px;
}
.c-checkout__boxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-checkout__boxItem:not(:last-child) {
  margin-bottom: 20px;
}
.c-checkout__boxImg {
  width: 80px;
}
.c-checkout__boxContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.c-checkout__boxName {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-checkout__boxName span {
  margin-right: 10px;
}
.c-checkout__boxPrice {
  font-size: 14px;
  color: var(--color-49);
}
.c-checkout__boxBottom {
  padding: 20px;
  border-bottom: 1px solid var(--color-21);
}
.c-checkout__boxSub, .c-checkout__boxShipping {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-49);
  margin-bottom: 20px;
}
.c-checkout__boxSub span, .c-checkout__boxShipping span {
  color: var(--color-04);
}
.c-checkout__boxText {
  font-size: 16px;
  color: var(--color-03);
  cursor: pointer;
}
.c-checkout__boxText + .c-checkout__form {
  margin-top: 10px;
}
.c-checkout__boxTotal {
  padding: 20px;
  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;
  font-size: 16px;
  color: var(--color-49);
}
.c-checkout__boxTotal span {
  font-size: 24px;
  color: var(--color-04);
}
.c-checkout__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 2;
  padding: 0 32px;
  font-family: var(--font-01);
}
@media only screen and (max-width: 1024px) {
  .c-checkout__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
    margin-top: 16px;
  }
}
.c-checkout__info .name {
  display: block;
}
.c-checkout__info .gr {
  display: block;
}
.c-checkout__shipping .price {
  display: block;
  border-top: 1px solid var(--color-21);
  padding-top: 16px;
  margin-top: 16px;
}
.c-checkout__shipping .price span {
  color: var(--color-04);
  font-weight: 500;
  margin-left: 8px;
}
.c-checkout__customSelect {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-selectCustom {
  position: relative;
  z-index: 99;
}
.c-selectCustom__wrap {
  width: 100%;
  margin: 15px auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: var(--font-01);
}
.c-selectCustom__wrap .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-selectCustom__wrap.is-active .c-selectCustom__list {
  display: block;
}
.c-selectCustom__wrap .c-checkout__info {
  padding: 0;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.c-selectCustom__default {
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.c-selectCustom__default li {
  padding: 10px 20px;
  min-height: 48px;
}
.c-selectCustom__default li .option {
  min-height: 28px;
}
.c-selectCustom__default:before {
  content: "";
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
}
.c-selectCustom__list {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
}
.c-selectCustom__list li {
  padding: 10px 20px;
  cursor: pointer;
}
.c-selectCustom__list li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-selectCustom__list li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.c-selectCustom__list li:hover {
  background: #fff4dd;
}

.medium-zoom-overlay {
  z-index: 999;
}

.medium-zoom-image {
  z-index: 1000;
}
