@charset "UTF-8";
/************************************************************************************/
/************************************* Colors *************************************/
/************************************************************************************/
:root {
  --white:#fff;
  --black:#000;
  --red:#9B0000;
  --blue:#0F0078;
  --light-blue:#5163c0;
  --deep-blue:#05014a;
  --orange:#ff9644;
  --gray-cd:#cdcdcd;
  --gray-af:#afafaf;
  --gray-e8:#e8e8e8;
  --gray-f8:#f8f8f8;
  --gray-fa:#fafafa;
  --gray-f2:#f2f2f2;
  --gray-f5:#f5f5f5;
  --gray-d2:#d2d2d2;
  --gray-d4:#d4d4d4;
  --gray-d5:#d5d5d5;
  --gray-dd:#dddddd;
  --gray-f0:#f0f0f0;
  --gray-f1:#f1f1f1;
  --gray-f3:#f3f3f3;
  --gray-f7:#f7f7f7;
  --gray-7c:#7c7c7c;
  --gray-95: #959595;
  --gray-55: #555555;
  --gray-27: #272727;
  --gray-33: #333333;
  --gray-88: #888888;
  --main-color:#bd2c21;
  --point-color:#4f3126;
  --point01:#010A65;
  --gray-point: #606060;
  --black-point:#352f36;
  --gray-bg: #f8f8f8;
  --gray-bg2: #f3f3f3;
  --gray-dark-bg: #eaeaea;
  --font-basic: #252323;
  --border-color:#d7d7d7;
  --border-color2: #bfbfbf;
  --footer-bg: #252323;
  --footer-txt1: #aaaaaa;
  --instagram: #ff0074;
  --facebook: #0866ff;
  --naver: #03c75a;
  --youtube: #ff0000;
  --kakao: #fee500;
}

/* font-size */
/* absolute-center */
/* transition */
/************************************************************************************/
/*************************************** common ***************************************/
/************************************************************************************/
/* common */
html {
  font-size: 62.5%;
}

body {
  font-family: "WorkSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.02em;
  color: var(--font-basic);
}
@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body a {
  color: var(--font-basic);
  text-decoration: none;
}
body.en-body {
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--black);
  line-height: 1.4;
  font-weight: 600;
}

a, input, button, select {
  outline-offset: 2px;
  outline-color: var(--font-basic);
}

table {
  width: 100%;
}

.wrap-in {
  max-width: 1416px;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .wrap-in {
    max-width: calc(100% - 64px);
  }
}
@media screen and (max-width: 768px) {
  .wrap-in {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 320px) {
  .wrap-in {
    max-width: calc(100% - 32px);
  }
}

.inner {
  max-width: 1176px;
  margin: 0 auto;
}

.p-none {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-none {
    display: block;
  }
}

.pt-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pt-none {
    display: block;
  }
}

/************************************************************************************/
/*************************************** header ***************************************/
/************************************************************************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-wrap {
  max-width: 1920px;
  height: 100px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-wrap .logo {
  width: 82px;
  height: 47px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/layouts/wangshin/common/logo_w.svg") no-repeat center/100% 100%;
}
header .header-wrap .gnb-wrap {
  margin: 0 auto;
}
header .header-wrap .gnb-wrap .g-dep1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-wrap .gnb-wrap .g-dep1 > li {
  padding: 0 1em;
  position: relative;
}
header .header-wrap .gnb-wrap .g-dep1 > li > a {
  display: inline-block;
  position: relative;
  padding: 13px 1.6em;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1024px) {
  header .header-wrap .gnb-wrap .g-dep1 > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  header .header-wrap .gnb-wrap .g-dep1 > li > a {
    font-size: 1.5rem;
  }
}
header .header-wrap .gnb-wrap .g-dep1 > li > a::after {
  content: "";
  display: block;
  opacity: 0;
  width: 0;
  height: 2px;
  margin: -2px -2px 0;
  background-color: var(--main-color);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-wrap .gnb-wrap .g-dep1 > li.active > a::after {
  opacity: 1;
  width: calc(100% + 4px);
}
header .header-wrap .gnb-wrap .g-dep2 {
  display: none;
  min-width: 190px;
  padding: 1em;
  position: absolute;
  top: 2.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: var(--gray-bg);
}
header .header-wrap .gnb-wrap .g-dep2 li a {
  display: inline-block;
  padding: 0.4em 0;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  header .header-wrap .gnb-wrap .g-dep2 li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  header .header-wrap .gnb-wrap .g-dep2 li a {
    font-size: 1.4rem;
  }
}
header .header-wrap .gnb-wrap .g-dep2 li a::after {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  background-color: var(--font-basic);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-wrap .gnb-wrap .g-dep2 li:hover a::after {
  opacity: 1;
}
header .header-wrap .util {
  /* burger-wrap */
}
header .header-wrap .util .btn-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 1.2em;
  border-radius: 100px;
  background-color: var(--main-color);
  color: var(--white);
  font-weight: 600;
}
header .header-wrap .util .btn-contact::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url("/images/layouts/wangshin/common/i_contact.svg") no-repeat center/15px 13px;
}
header .header-wrap .util .burger-wrap {
  display: none;
}
header.scroll-active {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header.scroll-active .header-wrap {
  height: 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  header .header-wrap .gnb-wrap {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    margin: 0;
    background-color: var(--white);
    z-index: 99;
    overflow: auto;
  }
  header .header-wrap .gnb-wrap .g-dep1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5em;
  }
  header .header-wrap .gnb-wrap .g-dep1 > li {
    width: calc(100% - 4em);
    padding: 0;
    margin-bottom: 1.8em;
  }
  header .header-wrap .gnb-wrap .g-dep1 > li > a {
    display: block;
    padding: 10px 1em 10px 0.5em;
    color: var(--black);
    font-size: 3.6rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  header .header-wrap .gnb-wrap .g-dep1 > li > a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  header .header-wrap .gnb-wrap .g-dep1 > li > a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280px) {
  header .header-wrap .gnb-wrap .g-dep1 > li.active > a::after {
    display: none;
  }
  header .header-wrap .gnb-wrap .g-dep1 > li.has-child > a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -10px;
    background: url("/images/layouts/wangshin/common/nav_more.svg") no-repeat center/100% 100%;
  }
  header .header-wrap .gnb-wrap .g-dep1 > li.open > a::before {
    background: url("/images/layouts/wangshin/common/nav_close.svg") no-repeat center/100% auto;
  }
  header .header-wrap .gnb-wrap .g-dep2 {
    min-width: auto;
    width: 100%;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: left;
  }
  header .header-wrap .gnb-wrap .g-dep2 li a {
    padding: 0.4em 1em;
  }
  header .header-wrap .gnb-wrap.gnb-open {
    right: 0;
  }
  header .header-wrap .util {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-wrap .util .btn-contact {
    padding: 5px 1.2em;
  }
  header .header-wrap .util .burger-wrap {
    position: relative;
    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: 48px;
    height: 48px;
    margin-left: 1em;
    z-index: 99;
  }
  header .header-wrap .util .burger-wrap .burger {
    position: relative;
    width: 40px;
    height: 26px;
  }
  header .header-wrap .util .burger-wrap .burger span {
    opacity: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    background-color: var(--white);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .header-wrap .util .burger-wrap .burger span:nth-child(1) {
    top: 0;
  }
  header .header-wrap .util .burger-wrap .burger span:nth-child(2) {
    top: 12px;
  }
  header .header-wrap .util .burger-wrap .burger span:nth-child(3) {
    bottom: 0;
  }
  header .header-wrap .util .burger-wrap.burger-close .burger span {
    background-color: var(--black);
  }
  header .header-wrap .util .burger-wrap.burger-close .burger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  header .header-wrap .util .burger-wrap.burger-close .burger span:nth-child(2) {
    opacity: 0;
    right: -100%;
  }
  header .header-wrap .util .burger-wrap.burger-close .burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
}
@media screen and (max-width: 768px) {
  header .header-wrap {
    height: 64px;
    padding: 0 20px;
  }
  header .header-wrap .logo {
    width: 65px;
    height: 37px;
  }
  header .header-wrap .util .btn-contact {
    padding: 4px 0.8em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  header .header-wrap .util .btn-contact {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .header-wrap .util .btn-contact {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-wrap .util .burger-wrap {
    margin-left: 0.6em;
    margin-right: -8px;
  }
  header .header-wrap .util .burger-wrap .burger {
    width: 32px;
    height: 22px;
  }
  header .header-wrap .util .burger-wrap .burger span:nth-child(2) {
    top: 10px;
  }
  header.scroll-active .header-wrap {
    height: 52px;
  }
  header.scroll-active .header-wrap .logo {
    width: 52px;
    height: 29px;
  }
}
@media screen and (max-width: 480px) {
  header .header-wrap {
    padding: 0 16px;
  }
  header .header-wrap .logo {
    width: 52px;
    height: 29px;
  }
  header .header-wrap .util .btn-contact {
    padding: 2px 0.8em;
  }
}

/************************************************************************************/
/*************************************** footer ***************************************/
/************************************************************************************/
.to-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: url("/images/layouts/wangshin/common/to_top2.svg") no-repeat center top 22px/17px 10px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.to-top a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1680px) {
  .to-top {
    right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .to-top {
    bottom: 1.5em;
    right: 1.5em;
    width: 48px;
    height: 48px;
    background-position: center top 17px;
  }
}

footer {
  padding: 4.3em 0 5.1em;
  background-color: var(--font-basic);
  color: var(--footer-txt1);
}
footer .logo-txt {
  margin-bottom: 1.5em;
  color: var(--footer-txt1);
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  footer .logo-txt {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  footer .logo-txt {
    font-size: 1.8rem;
  }
}
footer .cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.6em 0;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  footer .cont li {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  footer .cont li {
    font-size: 1.4rem;
  }
}
footer .cont li h3 {
  width: 108px;
  color: var(--footer-txt1);
}
footer .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0;
}
footer .sns-wrap .sns {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
footer .sns-wrap .sns.facebook {
  background: url("/images/layouts/wangshin/common/sns_facebook_w.svg") no-repeat center/66.6% 66.6%;
}
footer .sns-wrap .sns.insta {
  background: url("/images/layouts/wangshin/common/sns_insta_w.svg") no-repeat center/68.6% 68.6%;
}
footer .sns-wrap .sns.tiktok {
  background: url("/images/layouts/wangshin/common/sns_tiktok_w.svg") no-repeat center/52.1% 58.3%;
}
footer .sns-wrap .sns.twitter {
  background: url("/images/layouts/wangshin/common/sns_twitter_w.svg") no-repeat center/52.9% 54.9%;
}
footer .copyright {
  font-size: 1.6rem;
  color: var(--gray-point);
}
@media (max-width: 1024px) {
  footer .copyright {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 3.44em 0;
    text-align: center;
  }
  footer .cont li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .cont li h3 {
    width: 100%;
  }
  footer .sns-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/************************************************************************************/
/*************************************** animation ***************************************/
/************************************************************************************/
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 크게 시작 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 원래 크기로 안정적 수렴 */
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* 크게 시작 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 원래 크기로 안정적 수렴 */
  }
}
/************************************************************************************/
/************************************* Colors *************************************/
/************************************************************************************/
:root {
  --white:#fff;
  --black:#000;
  --red:#9B0000;
  --blue:#0F0078;
  --light-blue:#5163c0;
  --deep-blue:#05014a;
  --orange:#ff9644;
  --gray-cd:#cdcdcd;
  --gray-af:#afafaf;
  --gray-e8:#e8e8e8;
  --gray-f8:#f8f8f8;
  --gray-fa:#fafafa;
  --gray-f2:#f2f2f2;
  --gray-f5:#f5f5f5;
  --gray-d2:#d2d2d2;
  --gray-d4:#d4d4d4;
  --gray-d5:#d5d5d5;
  --gray-dd:#dddddd;
  --gray-f0:#f0f0f0;
  --gray-f1:#f1f1f1;
  --gray-f3:#f3f3f3;
  --gray-f7:#f7f7f7;
  --gray-7c:#7c7c7c;
  --gray-95: #959595;
  --gray-55: #555555;
  --gray-27: #272727;
  --gray-33: #333333;
  --gray-88: #888888;
  --main-color:#bd2c21;
  --point-color:#4f3126;
  --point01:#010A65;
  --gray-point: #606060;
  --black-point:#352f36;
  --gray-bg: #f8f8f8;
  --gray-bg2: #f3f3f3;
  --gray-dark-bg: #eaeaea;
  --font-basic: #252323;
  --border-color:#d7d7d7;
  --border-color2: #bfbfbf;
  --footer-bg: #252323;
  --footer-txt1: #aaaaaa;
  --instagram: #ff0074;
  --facebook: #0866ff;
  --naver: #03c75a;
  --youtube: #ff0000;
  --kakao: #fee500;
}

/* absolute-center */
/* transition */
/************************************************************************************/
/************************************* Colors *************************************/
/************************************************************************************/
:root {
  --white:#fff;
  --black:#000;
  --red:#9B0000;
  --blue:#0F0078;
  --light-blue:#5163c0;
  --deep-blue:#05014a;
  --orange:#ff9644;
  --gray-cd:#cdcdcd;
  --gray-af:#afafaf;
  --gray-e8:#e8e8e8;
  --gray-f8:#f8f8f8;
  --gray-fa:#fafafa;
  --gray-f2:#f2f2f2;
  --gray-f5:#f5f5f5;
  --gray-d2:#d2d2d2;
  --gray-d4:#d4d4d4;
  --gray-d5:#d5d5d5;
  --gray-dd:#dddddd;
  --gray-f0:#f0f0f0;
  --gray-f1:#f1f1f1;
  --gray-f3:#f3f3f3;
  --gray-f7:#f7f7f7;
  --gray-7c:#7c7c7c;
  --gray-95: #959595;
  --gray-55: #555555;
  --gray-27: #272727;
  --gray-33: #333333;
  --gray-88: #888888;
  --main-color:#bd2c21;
  --point-color:#4f3126;
  --point01:#010A65;
  --gray-point: #606060;
  --black-point:#352f36;
  --gray-bg: #f8f8f8;
  --gray-bg2: #f3f3f3;
  --gray-dark-bg: #eaeaea;
  --font-basic: #252323;
  --border-color:#d7d7d7;
  --border-color2: #bfbfbf;
  --footer-bg: #252323;
  --footer-txt1: #aaaaaa;
  --instagram: #ff0074;
  --facebook: #0866ff;
  --naver: #03c75a;
  --youtube: #ff0000;
  --kakao: #fee500;
}

/************************************************************************************/
/*************************************** Form ***************************************/
/************************************************************************************/
input[type=text],
input[type=date],
input[type=time],
input[type=number],
input[type=password],
select {
  height: 64px;
  padding: 10px 20px;
  border-color: var(--border-color);
  border-radius: 0;
}
@media (max-width: 1024px) {
  input[type=text],
  input[type=date],
  input[type=time],
  input[type=number],
  input[type=password],
  select {
    height: 52px;
  }
}
@media (max-width: 768px) {
  input[type=text],
  input[type=date],
  input[type=time],
  input[type=number],
  input[type=password],
  select {
    height: 42px;
    padding: 10px 14px;
  }
}

textarea {
  border-radius: 0;
}

/* font-size */
/************************************************************************************/
/*************************************** view_com ***************************************/
/************************************************************************************/
/* view-header */
.vi-header {
  margin-bottom: 4em;
}
.vi-header .info {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .vi-header .info {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .vi-header .info {
    font-size: 1.4rem;
  }
}
.vi-header .h-sty-56 {
  margin-bottom: 0.5em;
}
.vi-header .vi-block {
  position: relative;
}
.vi-header .arw-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;
}
.vi-header .arw-wrap .arw {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background: url("/images/layouts/wangshin/sub/arw_prev_b.svg") no-repeat center/10px 19px;
  border: 1px solid var(--black);
}
.vi-header .arw-wrap .arw.next {
  background-image: url("/images/layouts/wangshin/sub/arw_next_b.svg");
}
.vi-header .arw-wrap .arw.no-next {
  opacity: 0.1;
}
.vi-header .util {
  position: absolute;
  right: 0;
  bottom: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vi-header .util .cont {
  width: 56px;
  height: 56px;
  margin-left: 8px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.vi-header .util .cont.print {
  background: url("/images/layouts/wangshin/sub/i_print.svg") no-repeat center/29px 26px;
}
.vi-header .util .cont.share {
  background: url("/images/layouts/wangshin/sub/i_share.svg") no-repeat center/25px 24px;
}
@media screen and (max-width: 1024px) {
  .vi-header .arw-wrap .arw {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    background-size: 8px 15px;
  }
  .vi-header .util .cont {
    width: 44px;
    height: 44px;
    margin-left: 4px;
  }
  .vi-header .util .cont.print {
    background-size: 23px 20px;
  }
  .vi-header .util .cont.share {
    background-size: 20px 19px;
  }
}
@media screen and (max-width: 480px) {
  .vi-header .arw-wrap .arw {
    margin: 0;
  }
  .vi-header .arw-wrap .arw:first-child {
    margin-right: -1px;
  }
}

/* view-footer */
.vi-footer {
  width: 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;
  padding-top: 2.2em;
  margin-top: 4em;
  border-top: 2px solid var(--black);
}
.vi-footer .cont {
  width: calc((100% - 48px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vi-footer .cont .arw {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid var(--black);
  background: url("/images/layouts/wangshin/sub/arw_prev_b.svg") no-repeat center/10px 19px;
}
.vi-footer .cont .tumb-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 108px;
  padding-top: 108px;
  margin-left: 1.3em;
  position: relative;
  overflow: hidden;
}
.vi-footer .cont .tumb-img img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.vi-footer .cont .subject {
  padding: 0 1.3em;
}
.vi-footer .cont.next-cont {
  margin-left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vi-footer .cont.next-cont .arw {
  background-image: url("/images/layouts/wangshin/sub/arw_next_b.svg");
}
.vi-footer .cont.next-cont .tumb-img {
  margin-left: 0;
  margin-right: 1.3em;
}
.vi-footer .cont.next-cont .subject {
  text-align: right;
}
.vi-footer .cont.no-next {
  opacity: 0.1;
}
.vi-footer .list-btn {
  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;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid var(--black);
}
@media (max-width: 1024px) {
  .vi-footer .list-btn {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .vi-footer .list-btn {
    font-size: 1.2rem;
  }
}
.vi-footer .list-btn::before {
  content: "";
  display: block;
  width: 27px;
  height: 14px;
  margin: 0 auto;
  background: url("/images/layouts/wangshin/sub/i_list.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1024px) {
  .vi-footer .cont .arw {
    width: 40px;
    height: 40px;
    background-size: 8px 15px;
  }
  .vi-footer .cont .tumb-img {
    width: 86px;
    padding-top: 86px;
  }
  .vi-footer .list-btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .vi-footer {
    padding-top: 1.32em;
  }
  .vi-footer .cont .tumb-img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .vi-footer .cont {
    width: calc((100% - 40px) / 2);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .vi-footer .cont .arw {
    margin-right: -1px;
  }
  .vi-footer .cont .subject {
    display: none;
  }
  .vi-footer .cont.next-cont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .vi-footer .list-btn {
    width: 40px;
    height: 40px;
    margin-right: -1px;
    border-color: var(--black);
  }
}

/* flex50 */
.flex-50 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-50 > * {
  width: 50%;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .flex-50 {
    display: block;
  }
  .flex-50 > * {
    width: 100%;
    padding-right: 0;
  }
}

.flex-50-24 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3em;
}
.flex-50-24 > * {
  width: calc((100% - 1.3em) / 2);
}
.flex-50-24 > *.flex-50-1 {
  margin-right: calc((100% - 24px) / 2);
}
.flex-50-24 > *.flex-100-1 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .flex-50-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-50-24 > * {
    width: 100%;
  }
}

/************************************************************************************/
/*************************************** introduce ***************************************/
/************************************************************************************/
.intro_logo {
  text-align: center;
  margin-top: -1em;
}
.intro_logo img {
  width: 52px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .intro_logo img {
    width: 31px;
    height: auto;
  }
}

.about-info {
  margin: 7.7em auto 9.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-info .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-info .txt-wrap {
  width: 32.8%;
  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;
  gap: 5em 0;
}
.about-info .txt-wrap .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-info .txt-wrap .cont h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--main-color);
}
@media (max-width: 1024px) {
  .about-info .txt-wrap .cont h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .about-info .txt-wrap .cont h3 {
    font-size: 1.8rem;
  }
}
.about-info .txt-wrap .cont h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0.5em auto;
  background: url("/images/layouts/wangshin/sub/i_intro01.svg") no-repeat center/82.5% 77.5%;
}
.about-info .txt-wrap .cont h3.c2::after {
  background: url("/images/layouts/wangshin/sub/i_intro02.svg") no-repeat center/75% 80%;
}
.about-info .txt-wrap .cont h3.c3::after {
  background: url("/images/layouts/wangshin/sub/i_intro03.svg") no-repeat center/67.5% 67.5%;
}
.about-info .txt-wrap .cont h3.c4::after {
  background: url("/images/layouts/wangshin/sub/i_intro04.svg") no-repeat center/80% 40%;
}
.about-info .txt-wrap .cont .info {
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .about-info {
    margin: 4em auto 4.8em;
  }
  .about-info .txt-wrap .cont h3::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .about-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
  .about-info .txt-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
  .about-info .txt-wrap .cont {
    width: 50%;
  }
  .about-info .img {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 280px;
  }
}

/************************************************************************************/
/*************************************** location ***************************************/
/************************************************************************************/
.map-wrap {
  margin-top: 2em;
}

/************************************************************************************/
/*************************************** how-its-made ***************************************/
/************************************************************************************/
.made-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2em;
}
.made-list-wrap .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4em;
}
.made-list-wrap .cont figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 216px;
  height: 216px;
}
.made-list-wrap .cont .h-sty-40 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .made-list-wrap .cont figure {
    width: 172px;
    height: 172px;
  }
}
@media screen and (max-width: 768px) {
  .made-list-wrap .cont figure {
    width: 22%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .made-list-wrap .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1em;
  }
  .made-list-wrap .cont figure {
    width: 50%;
    margin: 0 auto;
  }
  .made-list-wrap .cont .h-sty-40 {
    text-align: center;
  }
}

/************************************************************************************/
/*************************************** pride ***************************************/
/************************************************************************************/
.pride-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6em 24px;
}
.pride-wrap .cont {
  width: calc((100% - 48px) / 3);
  text-align: center;
}
.pride-wrap .cont .icon {
  width: 140px;
  height: 140px;
  margin: 0 auto 2em;
  border-radius: 50%;
  border: 1px solid var(--border-color);
}
.pride-wrap .cont .icon::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/images/layouts/wangshin/sub/icon_pr01.svg") no-repeat center/100% 90%;
}
.pride-wrap .cont:nth-child(2) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr02.svg") no-repeat center/97.5% 92.5%;
}
.pride-wrap .cont:nth-child(3) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr03.svg") no-repeat center/90% 90%;
}
.pride-wrap .cont:nth-child(4) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr04.svg") no-repeat center/80% 95%;
}
.pride-wrap .cont:nth-child(5) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr05.svg") no-repeat center/87.5% 95%;
}
.pride-wrap .cont:nth-child(6) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr06.svg") no-repeat center/70% 95%;
}
.pride-wrap .cont:nth-child(7) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr07.svg") no-repeat center/82.5% 80%;
}
.pride-wrap .cont:nth-child(8) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr08.svg") no-repeat center/100% 90%;
}
.pride-wrap .cont:nth-child(9) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr09.svg") no-repeat center/85% 90%;
}
.pride-wrap .cont:nth-child(10) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr10.svg") no-repeat center/80% 80%;
}
.pride-wrap .cont:nth-child(11) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr11.svg") no-repeat center/75% 80%;
}
.pride-wrap .cont:nth-child(12) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr12.svg") no-repeat center/80% 80%;
}
.pride-wrap .cont:nth-child(13) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr13.svg") no-repeat center/85% 85%;
}
.pride-wrap .cont:nth-child(14) .icon::before {
  background: url("/images/layouts/wangshin/sub/icon_pr14.svg") no-repeat center/85% 95%;
}
@media screen and (max-width: 1024px) {
  .pride-wrap .cont {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .pride-wrap .cont .icon {
    width: 112px;
    height: 112px;
  }
}
@media screen and (max-width: 480px) {
  .pride-wrap {
    gap: 3.2em 24px;
  }
  .pride-wrap .cont {
    width: 100%;
  }
  .pride-wrap .cont .icon {
    margin-bottom: 1em;
  }
}

/************************************************************************************/
/*************************************** hou-we-started ***************************************/
/************************************************************************************/
.sign-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
}
.sign-wrap .sign {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .sign-wrap {
    display: block;
    text-align: right;
  }
  .sign-wrap .sign {
    margin-top: 10px;
    margin-left: auto;
  }
}

/************************************************************************************/
/*************************************** recipes ***************************************/
/************************************************************************************/
.search-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 2em;
}
.search-wrap select {
  min-width: 240px;
}
@media screen and (max-width: 1024px) {
  .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-wrap select {
    min-width: auto;
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .search-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  .search-wrap select {
    min-width: auto;
    width: calc((100% - 4px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .search-wrap select {
    width: 100%;
  }
}

/* list */
.recipes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.recipes-list .cont {
  width: calc((100% - 48px) / 3);
  text-align: center;
}
.recipes-list .cont .info {
  margin-top: 1em;
  color: var(--main-color);
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .recipes-list .cont .info {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .recipes-list .cont .info {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recipes-list {
    gap: 20px;
  }
  .recipes-list .cont {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .recipes-list {
    gap: 16px;
  }
  .recipes-list .cont {
    width: 100%;
  }
}

/* view */
.recipes-view .box-line-bg,
.recipes-view .box-line {
  padding: 1.8em 2.2em;
}
.recipes-view .re-cont {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recipes-view .re-cont:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--border-color);
}
.recipes-view .re-cont h4 {
  width: 164px;
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
.recipes-view .re-cont .list-sty-dot,
.recipes-view .re-cont .list-sty-num {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .recipes-view .re-cont .list-sty-dot,
  .recipes-view .re-cont .list-sty-num {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .recipes-view .re-cont .list-sty-dot,
  .recipes-view .re-cont .list-sty-num {
    font-size: 1.4rem;
  }
}
.recipes-view .re-cont .p-link {
  color: var(--main-color);
}
.recipes-view .re-cont .p-link span {
  margin-right: 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.recipes-view .re-cont .p-link .buy {
  padding: 0 4px;
  margin-top: 5px;
  border: 1px solid var(--main-color);
  text-decoration: none;
  background-color: var(--white);
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .recipes-view .re-cont .p-link .buy {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .recipes-view .re-cont .p-link .buy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .recipes-view .re-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recipes-view .re-cont h4 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recipes-view .box-line-bg,
  .recipes-view .box-line {
    padding: 1.4em 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .recipes-view .box-line-bg,
  .recipes-view .box-line {
    padding: 1em 1.4em;
  }
}

.cnt-sub-ti {
  margin-top: -1em;
  text-align: center;
}

.s-info-box {
  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;
  padding: 2.2em 2em;
}
.s-info-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
}
.s-info-box > div:first-child {
  margin-right: 3.4em;
}
.s-info-box > div::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: -4px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-info-box > div.mail::before {
  background: url("/images/layouts/wangshin/sub/i_mail.svg") no-repeat center/30px 24px;
}
.s-info-box > div.pin::before {
  background: url("/images/layouts/wangshin/sub/i_pin.svg") no-repeat center/24px 31px;
}
.s-info-box > div.tel::before {
  background: url("/images/layouts/wangshin/sub/i_tel.svg") no-repeat center/24px 31px;
}
@media screen and (max-width: 1024px) {
  .s-info-box > div:first-child {
    margin-right: 2.7em;
  }
}
@media screen and (max-width: 768px) {
  .s-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.76em 1.6em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-info-box > div {
    margin-bottom: 0.8em;
  }
  .s-info-box > div:last-child {
    margin-bottom: 0;
  }
  .s-info-box > div::before {
    width: 32px;
    height: 32px;
    margin-right: 4px;
  }
  .s-info-box > div.mail::before {
    background-size: 24px 19px;
  }
  .s-info-box > div.pin::before {
    background-size: 19px 24px;
  }
  .s-info-box > div.tel::before {
    background-size: 19px 24px;
  }
}

/************************************************************************************/
/*************************************** product ***************************************/
/************************************************************************************/
.product-list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  margin-top: 6.6em;
}
.product-list-wrap .tab {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-right: 8.8em;
  margin-left: 1.7em;
  z-index: 10;
  background-color: var(--white);
}
.product-list-wrap .tab .cont {
  margin-bottom: 1em;
}
.product-list-wrap .tab .cont figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgb(255, 255, 255);
  overflow: hidden;
}
.product-list-wrap .tab .cont h3 {
  line-height: 1;
  margin-top: 0.5em;
}
.product-list-wrap .tab .cont.active figure {
  border-color: rgb(189, 44, 33);
}
.product-list-wrap .tab .cont:nth-child(1) figure {
  background: url("/images/layouts/wangshin/sub/p_tab01.jpg") no-repeat center/100% 100%;
}
.product-list-wrap .tab .cont:nth-child(2) figure {
  background: url("/images/layouts/wangshin/sub/p_tab02.jpg") no-repeat center/100% 100%;
}
.product-list-wrap .tab .cont:nth-child(3) figure {
  background: url("/images/layouts/wangshin/sub/p_tab03.jpg") no-repeat center/100% 100%;
}
.product-list-wrap .tab .cont:nth-child(4) figure {
  background: url("/images/layouts/wangshin/sub/p_tab04.jpg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1440px) {
  .product-list-wrap .tab {
    margin-right: 5em;
  }
}
@media screen and (max-width: 1280px) {
  .product-list-wrap {
    margin-top: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-list-wrap .tab {
    margin: 0;
    margin-bottom: 2em;
    padding: 1em 1em 0;
    width: 100%;
    top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .product-list-wrap .tab .cont {
    padding-bottom: 1em;
  }
  .product-list-wrap .tab .cont figure {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .product-list-wrap {
    margin-top: 3.2em;
  }
  .product-list-wrap .tab {
    top: 52px;
    gap: 20px;
  }
  .product-list-wrap .tab .cont figure {
    width: 72px;
    height: 72px;
    border-width: 2px;
  }
}
@media screen and (max-width: 480px) {
  .product-list-wrap .tab {
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-list-wrap .tab .cont {
    width: calc((100% - 48px) / 4);
    margin-bottom: 0;
  }
  .product-list-wrap .tab .cont figure {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 90%;
  }
}

.prdt-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4em 2.6em;
}
.prdt-list .cont {
  width: calc((100% - 5.2em) / 3);
}
.prdt-list .cont .img {
  position: relative;
}
.prdt-list .cont .img .best {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 48px;
  height: 48px;
  background: url("/images/layouts/wangshin/sub/i_best.svg") no-repeat center/100% 100%;
}
.prdt-list .cont .size {
  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;
  gap: 2px 8px;
  margin-top: 1.2em;
}
.prdt-list .cont .size .si-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .prdt-list .cont .size .si-cont {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .prdt-list .cont .size .si-cont {
    font-size: 1.4rem;
  }
}
.prdt-list .cont .size .si-cont::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background: url("/images/layouts/wangshin/common/i_size.svg") no-repeat center/9px 13px;
}
.prdt-list .cont .size .si-cont.bean::before {
  background: url("/images/layouts/wangshin/common/i_size_bean.svg") no-repeat center/10px 15px;
}
.prdt-list .cont .size .si-cont:last-child::after {
  display: none;
}
.prdt-list .cont h4 {
  margin-top: 0.2em;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .prdt-list .cont h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .prdt-list .cont h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .prdt-list {
    gap: 1.5em;
  }
  .prdt-list .cont {
    width: calc((100% - 1.5em) / 2);
  }
  .prdt-list .cont .img .best {
    width: 40px;
    height: 40px;
  }
  .prdt-list .cont .size .si-cont::before {
    width: 16px;
    height: 16px;
    background-size: 8px 11px;
  }
}
@media screen and (max-width: 320px) {
  .prdt-list {
    gap: 4em 0;
  }
  .prdt-list .cont {
    width: 100%;
  }
}

/* bestsellers */
.bestsellers {
  position: relative;
  padding: 4.3em 0 4em;
  background-color: var(--gray-bg2);
}
.bestsellers.best-top {
  margin-top: -6em;
}
@media screen and (max-width: 1024px) {
  .bestsellers.best-top {
    margin-top: -4.8em;
  }
}
@media screen and (max-width: 768px) {
  .bestsellers.best-top {
    margin-top: -4em;
  }
}
.bestsellers.best-bottom {
  margin-bottom: -11em;
}
@media screen and (max-width: 1024px) {
  .bestsellers.best-bottom {
    margin-bottom: -8.8em;
  }
}
@media screen and (max-width: 768px) {
  .bestsellers.best-bottom {
    margin-bottom: -5.5em;
  }
}
.bestsellers .sld-arw {
  position: absolute;
  width: 100%;
  top: 50%;
  display: none;
  z-index: 10;
}
.bestsellers .sld-arw a {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  background: url("/images/layouts/wangshin/sub/arw_prev_b.svg") no-repeat center/10px 19px;
  z-index: 10;
}
.bestsellers .sld-arw a.sld-arw-prev {
  left: -48px;
}
.bestsellers .sld-arw a.sld-arw-next {
  right: -48px;
  background-image: url("/images/layouts/wangshin/sub/arw_next_b.svg");
}
@media screen and (max-width: 1280px) {
  .bestsellers {
    text-align: center;
  }
  .bestsellers .sld-arw {
    display: block;
  }
  .bestsellers .sld-arw a.sld-arw-prev {
    left: 0;
  }
  .bestsellers .sld-arw a.sld-arw-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bestsellers {
    padding: 3.4em 0 3.2em;
  }
  .bestsellers .sld-arw {
    display: block;
  }
  .bestsellers .sld-arw a {
    width: 36px;
    height: 36px;
  }
  .bestsellers.best-top {
    background-color: var(--white);
    border-bottom: 1px solid var(--black);
  }
  .bestsellers.best-top .h-sty-40 {
    text-align: center;
    display: inline-block;
    padding: 0.2em 1.2em;
    margin: 0 auto 2em;
    border-radius: 100px;
    background-color: var(--gray-bg2);
  }
}

.best-sld {
  position: relative;
  gap: 0;
  z-index: 5;
}
.best-sld .cont {
  width: 25%;
  padding: 12px;
}
@media screen and (max-width: 1280px) {
  .best-sld {
    padding: 0 2em;
  }
  .best-sld .cont {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .best-sld {
    padding: 0 1em;
  }
  .best-sld .cont {
    padding: 16px;
  }
}

/* view */
.product-view {
  margin-top: 4em;
}
.product-view .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.3em;
  border-bottom: 1px solid var(--border-color);
}
.product-view .header .img-wrap {
  position: relative;
  width: 49.1%;
  margin-right: 4.2em;
}
.product-view .header .img-wrap .slider-for {
  width: 100%;
  margin-bottom: 1.42em;
}
.product-view .header .img-wrap .slider-for .cont {
  width: 100%;
  height: 100%;
}
.product-view .header .img-wrap .slider-for .cont .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-view .header .img-wrap .slider-for .cont .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-view .header .img-wrap .tumb-wrap {
  position: relative;
}
.product-view .header .img-wrap .tumb-wrap .sld-arw {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 10;
}
.product-view .header .img-wrap .tumb-wrap .sld-arw a {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white url("/images/layouts/wangshin/sub/arw_prev_b.svg") no-repeat center/8px 15px;
  z-index: 10;
  border-radius: 50%;
}
.product-view .header .img-wrap .tumb-wrap .sld-arw a.sld-arw-prev2 {
  left: -16px;
}
.product-view .header .img-wrap .tumb-wrap .sld-arw a.sld-arw-next2 {
  right: -16px;
  background-image: url("/images/layouts/wangshin/sub/arw_next_b.svg");
}
.product-view .header .img-wrap .tumb-wrap .tumb-sld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.product-view .header .img-wrap .tumb-wrap .tumb-sld figure {
  padding: 0 4px;
  width: calc((100% - 40px) / 6);
}
.product-view .header .img-wrap .tumb-wrap .tumb-sld figure .tumb-in {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(100% - 2px);
  overflow: hidden;
  border: 1px solid var(--border-color);
}
.product-view .header .img-wrap .tumb-wrap .tumb-sld figure .tumb-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product-view .header .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1em;
}
.product-view .header .cont .sub-ti {
  text-align: left;
  margin-bottom: 1em;
}
.product-view .header .cont h3 {
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.6em;
}
.product-view .header .cont .size {
  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;
  margin-bottom: 4em;
}
.product-view .header .cont .size .si-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .product-view .header .cont .size .si-cont {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .product-view .header .cont .size .si-cont {
    font-size: 1.4rem;
  }
}
.product-view .header .cont .size .si-cont::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background: url("/images/layouts/wangshin/common/i_size.svg") no-repeat center/9px 13px;
}
.product-view .header .cont .size .si-cont::after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  margin: -2px 1.1em 0;
  background: url("/images/layouts/wangshin/common/i_size2.jpg") no-repeat center/100% 100%;
}
.product-view .header .cont .size .si-cont:last-child::after {
  display: none;
}
.product-view .header .cont .list-sty-dot {
  margin-top: 1.8em;
  font-weight: 600;
}
.product-view .header .cont .btn-wrap {
  margin-top: 3.6em;
}
@media screen and (max-width: 1024px) {
  .product-view .header .img-wrap {
    width: 45%;
    margin-right: 2.52em;
  }
}
@media screen and (max-width: 768px) {
  .product-view {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .product-view .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-view .header .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .product-view .header .img-wrap .img {
    width: 100%;
    padding-top: 100%;
    margin: 0 auto 1em;
  }
  .product-view .header .img-wrap .tumb-wrap .tumb-sld figure {
    width: calc((100% - 32px) / 5);
  }
  .product-view .header .cont .sub-ti {
    margin-bottom: 0.4em;
  }
  .product-view .header .cont .size {
    margin-bottom: 2em;
  }
  .product-view .header .cont .size .si-cont::after {
    margin: -2px 0.5em 0;
  }
  .product-view .header .cont .btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2em;
  }
}
.product-view .vi-cont {
  padding: 3em 2em;
}

/************************************************************************************/
/*************************************** form ***************************************/
/************************************************************************************/
/* form */
.form-wrap .cont .h-sty-20 {
  text-align: left;
}
.form-wrap .cont textarea {
  height: 200px;
}

/************************************************************************************/
/*************************************** btn ***************************************/
/************************************************************************************/
/* btn */
.btn-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  gap: 10px;
}
.btn-wrap.btn-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-wrap.btn-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    gap: 4px;
  }
}

.btn-com {
  min-width: 240px;
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .btn-com {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .btn-com {
    font-size: 1.4rem;
  }
}
.btn-com.btn-midium {
  min-width: 192px;
  height: 56px;
}
.btn-com.btn-small {
  min-width: 132px;
  height: 48px;
}
.btn-com.btn-short {
  min-width: 120px;
}
.btn-com.btn-maincolor {
  background-color: var(--main-color);
  color: var(--white);
}
.btn-com.btn-grayline {
  border-color: var(--gray-point);
  color: var(--gray-point);
}
.btn-com.btn-blackline {
  border-color: var(--black);
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  .btn-com {
    min-width: 192px;
    height: 56px;
  }
  .btn-com.btn-midium {
    min-width: 154px;
    height: 44px;
  }
  .btn-com.btn-small {
    min-width: 104px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .btn-com {
    min-width: 132px;
    height: 48px;
  }
  .btn-com.btn-midium {
    min-width: 116px;
    height: 36px;
  }
  .btn-com.btn-small {
    min-width: 80px;
    height: 32px;
  }
  .btn-com.btn-short {
    min-width: 80px;
  }
}

/************************************************************************************/
/*************************************** certification ***************************************/
/************************************************************************************/
.cer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.cer-wrap > div {
  width: calc(50% - 12px);
  border: 1px solid var(--border-color);
  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;
  padding: 2.7em 5em;
}
.cer-wrap > div h4 {
  font-size: 2.4rem;
  padding-bottom: 1.4em;
}
@media (max-width: 1024px) {
  .cer-wrap > div h4 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .cer-wrap > div h4 {
    font-size: 1.8rem;
  }
}
.cer-wrap > div figure {
  max-width: 270px;
  border: 1px solid var(--border-color);
  margin-bottom: 1.6em;
}
@media screen and (max-width: 1280px) {
  .cer-wrap > div {
    padding: 2em 2.4em;
  }
}
@media screen and (max-width: 768px) {
  .cer-wrap > div {
    width: 100%;
  }
}

.cer-wrap-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.cer-wrap-list ul li {
  border: 1px solid var(--border-color);
  padding: 2.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cer-wrap-list ul li figure {
  border: 1px solid var(--border-color);
  max-width: 270px;
}
.cer-wrap-list ul li div {
  width: calc(100% - 270px);
  padding-left: 2.2em;
  padding-top: 1.1em;
}
.cer-wrap-list ul li div h4 {
  font-size: 2.4rem;
  padding-bottom: 1.16em;
}
@media (max-width: 1024px) {
  .cer-wrap-list ul li div h4 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .cer-wrap-list ul li div h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cer-wrap-list ul li {
    -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;
  }
  .cer-wrap-list ul li figure {
    margin-bottom: 1.4em;
  }
  .cer-wrap-list ul li div {
    width: 100%;
    padding-left: 0;
  }
}

/************************************************************************************/
/*************************************** sub-header ***************************************/
/************************************************************************************/
.svi-wrap figure {
  position: relative;
  overflow: hidden;
}
.svi-wrap figure .img {
  width: 100%;
  padding-top: 25%;
  background: url("/images/layouts/wangshin/sub/svi01.jpg") no-repeat center/cover;
  -webkit-animation: scaleAnimation 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: scaleAnimation 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.svi-wrap figure .img.wangshinstory {
  background-image: url("/images/layouts/wangshin/sub/svi02.jpg");
}
.svi-wrap figure .img.product {
  background-image: url("/images/layouts/wangshin/sub/svi03.jpg");
}
.svi-wrap figure .img.news {
  background-image: url("/images/layouts/wangshin/sub/svi04.jpg");
}
.svi-wrap figure .img.recipes {
  background-image: url("/images/layouts/wangshin/sub/svi05.jpg");
}
.svi-wrap figure .img.contact {
  background-image: url("/images/layouts/wangshin/sub/svi06.jpg");
}
.svi-wrap .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 0.5em;
}
.svi-wrap .txt .sub-ti {
  display: inline-block;
  margin: 0 auto;
  padding: 0.4em 1.6em;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 2rem;
  color: var(--white);
}
@media (max-width: 1024px) {
  .svi-wrap .txt .sub-ti {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .svi-wrap .txt .sub-ti {
    font-size: 1.7rem;
  }
}
.svi-wrap .txt h2 {
  font-size: 8.8rem;
  font-weight: 700;
  color: var(--white);
}
.svi-wrap .lnb {
  background-color: var(--gray-bg2);
}
.svi-wrap .lnb .wrap-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.svi-wrap .lnb .home,
.svi-wrap .lnb .dep1,
.svi-wrap .lnb .dep2 {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.svi-wrap .lnb .item {
  position: relative;
}
.svi-wrap .lnb .item::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.svi-wrap .lnb .item:last-child::after {
  display: none;
}
.svi-wrap .lnb .home {
  width: 68px;
  background: url("/images/layouts/wangshin/sub/i_home.svg") no-repeat center/15px 17px;
}
.svi-wrap .lnb .dep1 {
  padding: 0 2.6em 0 1.3em;
}
.svi-wrap .lnb .dep2 {
  position: relative;
  min-width: 250px;
  padding: 0 1.3em 0 2.6rem;
}
.svi-wrap .lnb .dep2 span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.svi-wrap .lnb .dep2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  margin-left: auto;
  background: url("/images/layouts/wangshin/sub/dep2_arw.svg") no-repeat center/100% 100%;
}
.svi-wrap .lnb .dep2 ul {
  display: none;
  width: 100%;
  padding: 1em 1.6em;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  font-size: 1.6rem;
  z-index: 10;
}
@media (max-width: 1024px) {
  .svi-wrap .lnb .dep2 ul {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .svi-wrap .lnb .dep2 ul {
    font-size: 1.4rem;
  }
}
.svi-wrap .lnb .dep2 ul li {
  padding: 0.5em 0;
}
.svi-wrap .lnb .dep2 ul li a {
  color: var(--gray-point);
}
@media screen and (max-width: 1680px) {
  .svi-wrap .txt h2 {
    font-size: clamp(5.6rem, 4.9438vw, 8.8rem);
  }
}
@media screen and (max-width: 1280px) {
  .svi-wrap .txt {
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .svi-wrap figure .img {
    padding-top: 30%;
  }
  .svi-wrap .txt {
    margin-top: 0;
  }
  .svi-wrap .txt .sub-ti {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .svi-wrap .txt .sub-ti {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .svi-wrap .txt .sub-ti {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .svi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .svi-wrap figure .img {
    padding-top: 80px;
  }
  .svi-wrap .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 2em;
  }
  .svi-wrap .txt .sub-ti {
    display: none;
  }
  .svi-wrap .txt h2 {
    margin-top: 1em;
    line-height: 1.1;
    font-size: clamp(4rem, 5.72vw, 4.4rem);
    color: var(--black);
  }
  .svi-wrap .lnb .wrap-in {
    max-width: 100%;
  }
  .svi-wrap .lnb .home,
  .svi-wrap .lnb .dep1,
  .svi-wrap .lnb .dep2 {
    height: 54px;
    font-size: 1.4rem;
  }
  .svi-wrap .lnb .home::after,
  .svi-wrap .lnb .dep1::after {
    width: 3px;
    height: 3px;
    margin-top: -1px;
    right: -1px;
  }
  .svi-wrap .lnb .home {
    width: 40px;
    background-size: 12px 13px;
  }
  .svi-wrap .lnb .dep1 {
    padding: 0 1.2em;
  }
  .svi-wrap .lnb .dep2 {
    min-width: auto;
    padding: 0 1.4em 0 1.2em;
  }
  .svi-wrap .lnb .dep2 span::after {
    margin-left: 1.2em;
  }
  .svi-wrap .lnb .dep2 ul {
    top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .svi-wrap .txt h2 {
    font-size: clamp(3.4rem, 8.3vw, 4rem);
  }
  .svi-wrap .lnb .home,
  .svi-wrap .lnb .dep1,
  .svi-wrap .lnb .dep2 {
    height: 48px;
    padding: 0 1em;
  }
  .svi-wrap .lnb .home ul,
  .svi-wrap .lnb .dep1 ul,
  .svi-wrap .lnb .dep2 ul {
    width: 120%;
    padding: 1em;
  }
}
@media screen and (max-width: 320px) {
  .svi-wrap .lnb .dep2 ul {
    width: 100%;
  }
  .svi-wrap .lnb .dep2 ul li a {
    word-break: break-all;
  }
}

/************************************************************************************/
/*************************************** sub-common ***************************************/
/************************************************************************************/
.sub-container {
  padding: 6em 0 11em;
}
@media screen and (max-width: 1024px) {
  .sub-container {
    padding: 4.8em 0;
  }
}
@media screen and (max-width: 768px) {
  .sub-container {
    padding: 4em 0 5.5em;
  }
}
.sub-container p {
  line-height: 1.4;
  color: var(--gray-point);
}

/* h-style */
.h-sty-56 {
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
  font-size: 5.6rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .h-sty-56 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .h-sty-56 {
    font-size: 3rem;
  }
}

.h-sty-40 {
  line-height: 1.3;
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .h-sty-40 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .h-sty-40 {
    font-size: 2.6rem;
  }
}

.h-sty-24 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .h-sty-24 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .h-sty-24 {
    font-size: 1.8rem;
  }
}

.h-sty-20 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .h-sty-20 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .h-sty-20 {
    font-size: 1.7rem;
  }
}

/* common-margin */
.m-b-com {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .m-b-com {
    margin-bottom: 2.4em;
  }
}

.m-b-com-s {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .m-b-com-s {
    margin-bottom: 1.5em;
  }
}

.m-b-com-ss {
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  .m-b-com-ss {
    margin-bottom: 1em;
  }
}

/* img */
.img-wrap-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.img-wrap-col2 figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .img-wrap-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .img-wrap-col2 figure {
    width: 100%;
  }
}

/* list-sty-dot */
.list-sty-dot {
  /* margin-bottom 더 높은 스타일일 */
}
.list-sty-dot li {
  position: relative;
  padding-left: 0.6em;
  margin-bottom: 0.6em;
}
.list-sty-dot li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
  background-color: var(--font-basic);
}
.list-sty-dot li:last-child {
  margin-bottom: 0;
}
.list-sty-dot.list-sty-dot-high li {
  margin-bottom: 0.8em;
}
.list-sty-dot.list-sty-dot-high li:last-child {
  margin-bottom: 0;
}
.list-sty-dot.list-sty-dot-low li {
  margin-bottom: 0.2em;
}
.list-sty-dot.list-sty-dot-low li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .list-sty-dot li::before {
    width: 3px;
    height: 3px;
  }
}

/* list-sty-num */
.list-sty-num {
  counter-reset: re-num;
}
.list-sty-num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.list-sty-num li::before {
  counter-increment: re-num;
  content: counter(re-num);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 0.5em;
  margin-top: 0.1em;
  border: 1px solid var(--gray-point);
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .list-sty-num li::before {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .list-sty-num li::before {
    font-size: 1.4rem;
  }
}
.list-sty-num li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .list-sty-num li::before {
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
}

/* box */
.box-line {
  border: 1px solid var(--border-color);
}

.box-line-bg {
  border: 1px solid var(--border-color);
  background: var(--gray-bg);
}

/* color */
.c-black {
  color: var(--black);
}

.c-main {
  color: var(--main-color);
}

/* align */
.ta-left {
  text-align: left;
}

/* font-weight */
.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* link */
.link-txt {
  display: inline-block;
  color: var(--main-color);
  text-decoration: underline;
  margin-top: 0.5em;
  text-underline-offset: 3px;
}

/* block_none */
.p-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-block {
    display: none;
  }
}

.m-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-block {
    display: block;
  }
}
