@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 */
/************************************************************************************/
/*************************************** default_visual ***************************************/
/************************************************************************************/
.default_visual {
  position: relative;
}
.default_visual .sld-arw {
  position: absolute;
  left: 9.3%;
  bottom: 28%;
  margin-left: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default_visual .sld-arw .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default_visual .sld-arw .arw a {
  width: 48px;
  height: 48px;
  background: url("/images/layouts/wangshin/main/arw_p_w.svg") no-repeat center/10px 19px;
}
.default_visual .sld-arw .arw a.sld-arw-next {
  background-image: url("/images/layouts/wangshin/main/arw_n_w.svg");
}
.default_visual .sld-arw .bar {
  width: 200px;
  height: 2px;
  margin: 0 1em;
  background-color: rgba(255, 255, 255, 0.4);
}
.default_visual .sld-arw .bar .ing {
  width: 0%;
  height: 100%;
  background-color: var(--white);
}
.default_visual .sld-arw .bar .ing.start {
  width: 100%;
  -webkit-transition: 6s linear;
  transition: 6s linear;
}
.default_visual .sld-arw .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default_visual .sld-arw .control a {
  width: 48px;
  height: 48px;
  background: url("/images/layouts/wangshin/main/i_pause.svg") no-repeat center/8px 15px;
}
.default_visual .sld-arw .control a.sld-play {
  background-image: url("/images/layouts/wangshin/main/i_play.svg");
}
.default_visual .sld-arw .control a .play {
  display: none;
}
@media screen and (max-width: 1780px) {
  .default_visual .sld-arw {
    bottom: 18%;
  }
}
@media screen and (max-width: 768px) {
  .default_visual .sld-arw {
    left: 50%;
    bottom: 2em;
    margin-left: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .default_visual .sld-arw .bar {
    width: 120px;
  }
}

.vi-sld .cont .img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 47%;
}
.vi-sld .cont .img-wrap::before {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--black)), to(transparent));
  background: linear-gradient(to bottom, var(--black) 0%, transparent 100%);
  z-index: 1;
}
.vi-sld .cont .img-wrap .img-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: url("/images/layouts/wangshin/main/vi01.jpg") no-repeat center/cover;
}
.vi-sld .cont .img-wrap.vi-img02 .img-in {
  background-image: url("/images/layouts/wangshin/main/vi02.jpg");
}
.vi-sld .cont .img-wrap.vi-img03 .img-in {
  background-image: url("/images/layouts/wangshin/main/vi03.jpg");
}
.vi-sld .cont .img-wrap.vi-img04 .img-in {
  background-image: url("/images/layouts/wangshin/main/vi04.jpg");
}
.vi-sld .cont.ani-active .img-wrap .img-in {
  -webkit-animation: scaleAnimation 5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
          animation: scaleAnimation 5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.vi-sld .cont .txt {
  position: absolute;
  top: 50%;
  left: 9.3%;
  margin-top: -1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 20;
}
.vi-sld .cont .txt .v-ti {
  font-size: 8.8rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
}
.vi-sld .cont .txt .v-ti span {
  display: block;
}
.vi-sld .cont .txt p {
  margin-top: 1.5em;
  color: var(--white);
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .vi-sld .cont .txt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .vi-sld .cont .txt p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1920px) {
  .vi-sld .cont .img-wrap {
    padding-top: 0;
    height: 920px;
  }
}
@media screen and (max-width: 1780px) {
  .vi-sld .cont .txt .v-ti {
    font-size: clamp(5.6rem, 4.9438vw, 8.8rem);
  }
}
@media screen and (max-width: 1440px) {
  .vi-sld .cont .txt p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .vi-sld .cont .txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px) {
  .vi-sld .cont .txt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .vi-sld .cont .img-wrap {
    padding-top: 56%;
  }
}
@media screen and (max-width: 1024px) {
  .vi-sld .cont .img-wrap {
    padding-top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .vi-sld .cont .img-wrap {
    padding-top: 0;
    height: 92vh;
  }
  .vi-sld .cont .img-wrap .img-in {
    background-image: url("/images/layouts/wangshin/main/vi01_m.jpg");
  }
  .vi-sld .cont .img-wrap.vi-img02 .img-in {
    background-image: url("/images/layouts/wangshin/main/vi02_m.jpg");
  }
  .vi-sld .cont .img-wrap.vi-img03 .img-in {
    background-image: url("/images/layouts/wangshin/main/vi03_m.jpg");
  }
  .vi-sld .cont .img-wrap.vi-img04 .img-in {
    background-image: url("/images/layouts/wangshin/main/vi04_m.jpg");
  }
  .vi-sld .cont .txt {
    width: 100%;
    padding: 0 1em;
    text-align: center;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .vi-sld .cont .txt .v-ti {
    font-size: clamp(4rem, 7.2917vw, 5.6rem);
  }
  .vi-sld .cont .txt p {
    width: 80%;
    margin: 1.5em auto;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .vi-sld .cont .txt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .vi-sld .cont .txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .vi-sld .cont .txt p {
    width: 96%;
  }
}
@media screen and (max-width: 320px) {
  .vi-sld .cont .txt .v-ti {
    word-break: break-all;
  }
  .vi-sld .cont .txt .v-ti span {
    display: inline;
  }
}

/************************************************************************************/
/*************************************** about ***************************************/
/************************************************************************************/
.about {
  overflow: hidden;
  margin: 9.3em 0;
}
.about .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-left: 24px;
}
.about .cont-wrap .empty {
  width: calc((25% - 24px) / 2);
}
.about .cont-wrap .cont {
  position: relative;
  width: calc(25% - 24px);
  padding-top: calc(25% - 24px);
}
.about .cont-wrap .cont .txt-in {
  padding: 2em 1em;
  position: absolute;
  top: 0;
  letter-spacing: 0;
}
.about .cont-wrap .cont .txt-in h3 {
  margin-bottom: 0.5em;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .about .cont-wrap .cont .txt-in h3 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .about .cont-wrap .cont .txt-in h3 {
    font-size: 3rem;
  }
}
.about .cont-wrap .cont .txt-in p {
  word-break: break-all;
}
.about .cont-wrap .cont.img1 {
  background: url("/images/layouts/wangshin/main/about_img01.jpg") no-repeat center/cover;
}
.about .cont-wrap .cont.img2 {
  background: url("/images/layouts/wangshin/main/about_img02.jpg") no-repeat center/cover;
}
.about .cont-wrap .cont.img3 {
  background: url("/images/layouts/wangshin/main/about_img03.jpg") no-repeat center/cover;
}
.about .cont-wrap .cont.img4 {
  background: url("/images/layouts/wangshin/main/about_img04.jpg") no-repeat center/cover;
}
.about .cont-wrap .color1 {
  background: var(--point-color);
}
.about .cont-wrap .color2 {
  background: var(--main-color);
}
@media screen and (max-width: 1680px) {
  .about .cont-wrap .empty {
    display: none;
  }
  .about .cont-wrap .cont {
    width: calc(33.3% - 24px);
    padding-top: calc(33.3% - 24px);
  }
  .about .cont-wrap .cont .txt-in {
    padding: 1em;
  }
  .about .cont-wrap .cont .txt-in h3 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    margin: 7.4em 0;
  }
  .about .cont-wrap .empty {
    display: none;
  }
  .about .cont-wrap .cont {
    width: calc(50% - 20px);
    padding-top: calc(50% - 20px);
  }
  .about .cont-wrap .cont .txt-in {
    padding: 0;
  }
  .about .cont-wrap .cont .txt-in h3 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin: 4em 0;
  }
  .about .cont-wrap {
    gap: 16px;
    margin-left: 16px;
  }
  .about .cont-wrap .cont {
    width: 100%;
    padding-top: 0;
  }
  .about .cont-wrap .cont.cont-img {
    width: calc(50% - 16px);
    padding-top: calc(50% - 16px);
  }
  .about .cont-wrap .cont .txt-in {
    margin-right: 16px;
    position: static;
    padding: 1em;
    text-align: center;
    font-size: 1.4rem;
  }
  .about .cont-wrap .cont .txt-in h3 {
    font-size: 2.8rem;
  }
}

/************************************************************************************/
/*************************************** content ***************************************/
/************************************************************************************/
.m-txt-com h2 {
  font-size: clamp(6.4rem, 4.1667vw, 8rem);
  font-weight: 700;
  line-height: 1.3;
}
.m-txt-com p {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .m-txt-com p {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .m-txt-com p {
    font-size: 2rem;
  }
}
.m-txt-com p span {
  display: block;
}
.m-txt-com .more {
  width: 240px;
  height: 64px;
  display: inline-block;
  padding: 1.2em 2em;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .m-txt-com .more {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .m-txt-com .more {
    font-size: 1.4rem;
  }
}
.m-txt-com .more.more-w {
  border-color: var(--white);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  .m-txt-com .more {
    width: 192px;
    height: 56px;
    padding: 1.1em 2em;
  }
}
@media screen and (max-width: 768px) {
  .m-txt-com {
    text-align: center;
  }
  .m-txt-com h2 {
    font-size: clamp(4rem, 6.25vw, 4.8rem);
    font-size: 4.8rem;
  }
  .m-txt-com p {
    font-size: 2rem;
    padding: 0 2em;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .m-txt-com p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .m-txt-com p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .m-txt-com p span {
    display: inline;
  }
  .m-txt-com .more {
    width: 132px;
    height: 48px;
    padding: 0.9em 2em;
  }
}
.btn-com {
  min-width: 240px;
  height: 64px;
  display: inline-block;
  padding: 1.2em 2em;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .btn-com {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .btn-com {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn-com {
    min-width: 192px;
    height: 56px;
    padding: 1.1em 2em;
  }
}
@media screen and (max-width: 768px) {
  .btn-com {
    min-width: 132px;
    height: 48px;
    padding: 0.9em 2em;
  }
}

/************************************************************************************/
/*************************************** product ***************************************/
/************************************************************************************/
.product {
  position: relative;
}
.product .product-wrap {
  width: 82%;
  margin: 0 auto;
  overflow: hidden;
}
.product .product-wrap .product-sld {
  margin-left: -26%;
}
.product .product-wrap .product-sld .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .product-wrap .product-sld .cont figure {
  width: 39.7%;
}
.product .product-wrap .product-sld .cont .txt {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em 0 0 2em;
}
.product .product-wrap .product-sld .cont .txt h3 {
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 1em;
}
.product .product-wrap .product-sld .cont .txt h3 span {
  width: 100%;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product .product-wrap .product-sld .cont .txt h3 span {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .product .product-wrap .product-sld .cont .txt h3 span {
    font-size: 2.4rem;
  }
}
.product .product-wrap .product-sld .cont .txt h3 span::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 60px;
  height: 1px;
  background-color: var(--black);
}
.product .product-wrap .product-sld .cont .txt h3.txt-s {
  font-size: 7.2rem;
}
.product .product-wrap .product-sld .cont .txt p {
  font-size: 1.8rem;
  padding-right: 4em;
  margin-top: 2.4em;
  color: var(--gray-point);
}
@media (max-width: 1024px) {
  .product .product-wrap .product-sld .cont .txt p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .product .product-wrap .product-sld .cont .txt p {
    font-size: 1.5rem;
  }
}
.product .product-wrap .product-sld .cont .txt .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.6em;
  margin-bottom: 2em;
}
.product .product-wrap .product-sld .cont .txt .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 .product-wrap .product-sld .cont .txt .size .si-cont {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .product .product-wrap .product-sld .cont .txt .size .si-cont {
    font-size: 1.4rem;
  }
}
.product .product-wrap .product-sld .cont .txt .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 .product-wrap .product-sld .cont .txt .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 .product-wrap .product-sld .cont .txt .size .si-cont:last-child::after {
  display: none;
}
.product .product-wrap .product-sld .cont .txt .btn-com {
  margin-top: auto;
  margin-bottom: 10em;
}
.product .sld-arw {
  width: 100%;
  position: absolute;
  top: 50%;
}
.product .sld-arw a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 80px;
  margin-top: -5em;
  z-index: 20;
  color: #8a8a8a;
}
.product .sld-arw a span {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1.4rem;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.5, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.5, 0.5, 1);
}
@media (max-width: 1024px) {
  .product .sld-arw a span {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .product .sld-arw a span {
    font-size: 1.2rem;
  }
}
.product .sld-arw a::after, .product .sld-arw a::before {
  opacity: 0.8;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--gray-point);
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.5, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.5, 0.5, 1);
}
.product .sld-arw a::before {
  top: 0;
}
.product .sld-arw a::after {
  bottom: 0;
}
.product .sld-arw a.sld-arw-prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 3.8em;
}
.product .sld-arw a.sld-arw-prev::before, .product .sld-arw a.sld-arw-prev::after {
  left: 0;
}
.product .sld-arw a.sld-arw-next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: 3.8em;
}
.product .sld-arw a.sld-arw-next::before, .product .sld-arw a.sld-arw-next::after {
  right: 0;
}
.product .sld-arw a:hover.sld-arw-prev span {
  margin-right: -1em;
}
.product .sld-arw a:hover.sld-arw-prev::before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.product .sld-arw a:hover.sld-arw-prev::after {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.product .sld-arw a:hover.sld-arw-next span {
  margin-left: -1em;
}
.product .sld-arw a:hover.sld-arw-next::before {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.product .sld-arw a:hover.sld-arw-next::after {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 1680px) {
  .product .product-wrap .product-sld .cont .txt h3 {
    font-size: clamp(5.6rem, 4.9438vw, 8.8rem);
  }
  .product .product-wrap .product-sld .cont .txt h3.txt-s {
    font-size: clamp(5.2rem, 4.2857vw, 7.2rem);
  }
}
@media screen and (max-width: 1440px) {
  .product .product-wrap {
    width: 84%;
  }
  .product .sld-arw a.sld-arw-prev {
    left: 1.6em;
  }
  .product .sld-arw a.sld-arw-next {
    right: 1.6em;
  }
}
@media screen and (max-width: 1280px) {
  .product .product-wrap .product-sld {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .product .product-wrap .product-sld .cont {
    -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;
  }
  .product .product-wrap .product-sld .cont figure {
    width: auto;
    max-width: 280px;
    margin: 0 auto;
  }
  .product .product-wrap .product-sld .cont .txt {
    padding: 1em;
    display: block;
    margin-top: -4em;
    text-align: center;
  }
  .product .product-wrap .product-sld .cont .txt h3 {
    padding-right: 0;
    font-size: clamp(3.6rem, 6.25vw, 4.8rem);
    text-align: center;
  }
  .product .product-wrap .product-sld .cont .txt h3 span {
    font-size: 1.6rem;
    -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;
  }
  .product .product-wrap .product-sld .cont .txt h3 span::after {
    display: none;
    width: 80px;
    margin: 4px auto 0;
  }
  .product .product-wrap .product-sld .cont .txt h3.txt-s {
    font-size: clamp(3.6rem, 6.25vw, 4.8rem);
  }
  .product .product-wrap .product-sld .cont .txt p {
    font-size: 1.4rem;
    margin-top: 1.6em;
    padding: 0 2em;
  }
  .product .product-wrap .product-sld .cont .txt .size {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .product-wrap .product-sld .cont .txt .btn-com {
    margin-bottom: 4em;
  }
  .product .sld-arw {
    top: 40%;
  }
}
@media screen and (max-width: 480px) {
  .product .product-wrap .product-sld .cont figure {
    width: auto;
    max-width: 200px;
  }
  .product .product-wrap .product-sld .cont .txt p {
    padding: 0;
  }
  .product .sld-arw {
    top: 40%;
  }
  .product .sld-arw a {
    width: 28px;
    height: 64px;
  }
  .product .sld-arw a::before, .product .sld-arw a::after {
    height: 32.1px;
  }
  .product .sld-arw a.sld-arw-prev {
    left: 0.8em;
  }
  .product .sld-arw a.sld-arw-next {
    right: 0.8em;
  }
  .product .sld-arw a:hover.sld-arw-prev span {
    margin-right: -0.5em;
  }
}

/************************************************************************************/
/*************************************** recipes ***************************************/
/************************************************************************************/
.recipes {
  position: relative;
  background: url("/images/layouts/wangshin/main/recipes_bg.jpg") no-repeat bottom center/cover;
  overflow: hidden;
}
.recipes .m-txt-com h2, .recipes .m-txt-com p {
  color: var(--white);
}
.recipes .m-txt-com h2 {
  margin-bottom: 0.2em;
}
.recipes .m-txt-com .more {
  margin-top: 8em;
}
.recipes .wrap-in {
  padding: 9.7em 0;
}
.recipes .image-container {
  position: absolute;
  right: 278px;
  top: 0;
  width: 214px;
  height: 100%;
  overflow: hidden;
}
.recipes .image-container .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-animation: scrollUp 18s linear infinite;
          animation: scrollUp 18s linear infinite;
}
.recipes .image-container .image-wrapper img {
  margin: 32px 0;
}
.recipes .image-container.image-sld2 {
  right: 0;
}
.recipes .image-container.image-sld2 .image-wrapper {
  -webkit-animation: scrollDown 18s linear infinite;
          animation: scrollDown 18s linear infinite;
}
@media screen and (max-width: 1280px) {
  .recipes .m-txt-com .more {
    margin-top: 4em;
  }
  .recipes .image-container {
    width: 172px;
    right: 204px;
  }
  .recipes .image-container .image-wrapper img {
    margin: 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .recipes .m-txt-com .more {
    margin-top: 4em;
  }
  .recipes .image-container {
    width: 172px;
    right: 102px;
  }
  .recipes .image-container .image-wrapper img {
    margin: 16px 0;
  }
  .recipes .image-container.image-sld2 {
    right: -102px;
  }
}
@media screen and (max-width: 768px) {
  .recipes {
    overflow: hidden;
  }
  .recipes .m-txt-com {
    max-width: calc(100% - 40px);
    margin: 0 auto 5em;
  }
  .recipes .m-txt-com .more {
    margin-top: 0.5em;
  }
  .recipes .wrap-in {
    max-width: 100%;
    padding: 5.85em 0;
  }
  .recipes .image-container {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    height: auto;
    overflow: hidden;
  }
  .recipes .image-container .image-wrapper {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: scrollLeft 18s linear infinite;
            animation: scrollLeft 18s linear infinite;
  }
  .recipes .image-container .image-wrapper img {
    width: calc(25% - 32px);
    margin: 16px;
  }
  .recipes .image-container.image-sld2 {
    right: 50%;
  }
  .recipes .image-container.image-sld2 .image-wrapper {
    -webkit-animation: scrollRight 18s linear infinite;
            animation: scrollRight 18s linear infinite;
  }
}
@media screen and (max-width: 480px) {
  .recipes .m-txt-com {
    max-width: calc(100% - 32px);
  }
  .recipes .image-container {
    width: 1024px;
  }
  .recipes .image-container .image-wrapper img {
    width: 22%;
    margin: 8px 1.5%;
  }
}

@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/************************************************************************************/
/*************************************** news ***************************************/
/************************************************************************************/
.News {
  padding: 9.3em 0;
  background: url("/images/layouts/wangshin/main/news_bg.jpg") no-repeat bottom right/51.14% auto;
}
.News .m-txt-com {
  position: relative;
}
.News .m-txt-com .more {
  position: absolute;
  right: 0;
  top: 2em;
}
.News .news-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 3em;
}
.News .news-cont .cont {
  padding: 3em 2em;
  width: 33.3%;
  background-color: var(--gray-bg2);
}
.News .news-cont .cont figure {
  position: relative;
  padding-top: 71%;
  overflow: hidden;
}
.News .news-cont .cont figure img {
  max-width: 110%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.News .news-cont .cont h3 {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .News .news-cont .cont h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .News .news-cont .cont h3 {
    font-size: 1.7rem;
  }
}
.News .news-cont .cont .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
  font-size: 1.4rem;
  color: var(--main-color);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .News .news-cont .cont .link {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .News .news-cont .cont .link {
    font-size: 1.2rem;
  }
}
.News .news-cont .cont .link::after {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  margin-left: 0.5em;
  background: url("/images/layouts/wangshin/main/arw_press.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 1024px) {
  .News {
    padding: 7.4em 0;
  }
}
@media screen and (max-width: 768px) {
  .News {
    padding: 4em 0;
    background-size: 80% auto;
  }
  .News .m-txt-com .more {
    position: static;
    margin-top: 0.5em;
  }
  .News .news-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-top: 2em;
  }
  .News .news-cont .cont {
    width: calc(50% - 24px);
    margin: 12px;
    text-align: center;
  }
  .News .news-cont .cont h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .News .news-cont .cont h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .News .news-cont .cont h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .News .news-cont .cont {
    padding: 1.6em;
    width: 100%;
    margin: 6px 0;
  }
  .News .news-cont .cont .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/************************************************************************************/
/*************************************** contact ***************************************/
/************************************************************************************/
.contact {
  padding: 8.8em 0;
  background: url("/images/layouts/wangshin/main/contact_bg.jpg") no-repeat bottom right/cover;
}
.contact .m-txt-com h2, .contact .m-txt-com p {
  color: var(--white);
}
.contact .m-txt-com p span {
  display: block;
}
.contact .m-txt-com .more {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 5.28em 0 12em;
    background-image: url("/images/layouts/wangshin/main/contact_bg_t.jpg");
  }
  .contact .m-txt-com .more {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    background-image: url("/images/layouts/wangshin/main/contact_bg_m.jpg");
  }
  .contact .m-txt-com p span {
    display: inline;
  }
}

/* popup */
.popupDiv {
  max-width: calc(100% - 20px);
  position: absolute;
  top: 67px;
  left: 10px;
  z-index: 900;
}
.popupDiv .popup-control {
  color: var(--white);
  background: var(--black);
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupDiv .popup-control input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popupDiv .popup-control input[type=checkbox] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white) url("/images/common/unchecked.png") no-repeat center;
  background-size: 50%;
  margin-right: 1rem;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.popupDiv .popup-control input[type=checkbox]:checked + label::before {
  background: var(--point-color) url("/images/common/checked.png") no-repeat center;
}
.popupDiv .popup-control button {
  margin-left: auto;
  display: block;
}
