/* CSS Document */

@import url("style_font.css");
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

/*
.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

font-family: "CourierNew", serif;

red: #6D0A1D;
*/

/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }


.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body, html{
	width:100%;
	height:auto;
}

body{ 
  --primary-font-color: #6D0A1D;
  --primary-blue: #006DB5;
  --primary-lightblue: #008ECE;
  --primary-black: #272727;
  --secondary-black: #1D1E1E;
  --primary-white: #FFFFFF;
  --primary-gold: #F7722E;
  --primary-yellow: #FCC125;
  --primary-green: #006449;
  --primary-lightgreen: #38A042;
  --primary-red: #6D0A1D;
  --bgcolor-lightblue: #F2F8FB;
  --font-title: "Lilita One", sans-serif;
  --font-sub-title: "CourierNew", serif;
  --font-quote: "CourierNew", serif;
  --font-notosansthai: "CourierNew", serif;
  --section-padding-v160: 160px 0;
  --section-padding-v120: 120px 0; 
  --section-padding-v100: 100px 0; 
  --section-padding-v80: 80px 0; 
  --section-padding-v60: 60px 0; 
  --section-padding-v40: 40px 0; 
  --font-size-default-150: 150px;
  --font-size-default-120: 120px;
  --font-size-default-100: 100px;
  --font-size-default-80: 80px;
  --font-size-default-70: 70px;
  --font-size-default-60: 60px;
  --font-size-default-58: 58px;
  --font-size-default-50: 2.6vw;
  --font-size-default-44: 44px;
  --font-size-default-40: 40px;
  --font-size-default-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-30: 30px;
  --font-size-default-26: 26px;
  --font-size-default-22: 22px;
  --font-size-default-20: 20px;
  --font-size-default-18: 18px;
  --font-size-default-16: 16px;
  --font-size-default-14: 14px;
  --container-medium-width: 1600px;
  --titleBoxPaddingTop: 100px;
  /*--control-padding: 4.16%;*/
  --control-padding: 2vw; /*4.16vw*/
  --padding60: 60px;
}

@media (max-width: 1600px) {
  body{
    --font-size-default-150: 120px;
    --font-size-default-120: 100px;
    --font-size-default-100: 82px;
    --font-size-default-80: 66px;
    --font-size-default-70: 58px;
    --font-size-default-60: 48px;
    --font-size-default-58: 48px;
    --font-size-default-50: 40px;
    --font-size-default-44: 36px;
    --font-size-default-40: 34px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 26px;
    --font-size-default-26: 24px;
    --font-size-default-22: 21px;
    --font-size-default-20: 20px;
    --font-size-default-18: 18px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1366px) {
  body{
    --section-padding-v160: 140px 0;
    --section-padding-v120: 100px 0; 
    --section-padding-v100: 80px 0; 
    --section-padding-v80: 60px 0; 
    --section-padding-v60: 40px 0;
    --section-padding-v40: 30px 0;
    --font-size-default-150: 100px;
    --font-size-default-120: 85px;
    --font-size-default-100: 71px;
    --font-size-default-80: 56px;
    --font-size-default-70: 50px;
    --font-size-default-60: 42px;
    --font-size-default-58: 42px;
    --font-size-default-50: 38px;
    --font-size-default-44: 34px;
    --font-size-default-40: 32px;
    --font-size-default-34: 27px;
    --font-size-default-32: 25px;
    --font-size-default-30: 24px;
    --font-size-default-26: 22px;
    --font-size-default-22: 20px;
    --font-size-default-20: 19px;
    --font-size-default-18: 17px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
    /*--control-padding: 4.16vw;*/
  }
}
@media (max-width: 1024px) {
  body{
    --section-padding-v160: 120px 0;
    --section-padding-v120: 80px 0; 
    --section-padding-v100: 60px 0; 
    --section-padding-v80: 50px 0; 
    --section-padding-v60: 40px 0;
    --section-padding-v40: 30px 0; 
    --font-size-default-150: 80px;
    --font-size-default-120: 64px;
    --font-size-default-100: 54px;
    --font-size-default-80: 43px;
    --font-size-default-70: 38px;
    --font-size-default-60: 32px;
    --font-size-default-58: 32px;
    --font-size-default-50: 30px;
    --font-size-default-44: 28px;
    --font-size-default-40: 26px;
    --font-size-default-34: 24px;
    --font-size-default-32: 22px;
    --font-size-default-30: 21px;
    --font-size-default-26: 20px;
    --font-size-default-22: 19px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
  }
}
@media (max-width: 820px) {
  body{
    --section-padding-v160: 100px 0;
    --section-padding-v120: 60px 0; 
    --section-padding-v100: 50px 0; 
    --section-padding-v80: 40px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 20px 0; 
    --font-size-default-150: 54px;
    --font-size-default-120: 48px;
    --font-size-default-100: 44px;
    --font-size-default-80: 40px;
    --font-size-default-70: 30px;
    --font-size-default-60: 28px;
    --font-size-default-58: 28px;
    --font-size-default-50: 25px;
    --font-size-default-44: 24px;
    --font-size-default-40: 23px;
    --font-size-default-34: 21px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --control-padding: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --section-padding-v160: 70px 0;
    --section-padding-v120: 50px 0; 
    --section-padding-v100: 40px 0; 
    --section-padding-v80: 30px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 20px 0; 
    --font-size-default-150: 34px;
    --font-size-default-120: 30px;
    --font-size-default-100: 28px;
    --font-size-default-80: 26px;
    --font-size-default-70: 24px;
    --font-size-default-60: 30px;
    --font-size-default-58: 30px;
    --font-size-default-50: 22px;
    --font-size-default-44: 21px;
    --font-size-default-40: 21px;
    --font-size-default-34: 20px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --control-padding: 15px;
  }
}

/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px;}

body, table, tr, td, p
{
  font-family: "CourierNew", serif;
	font-size: var(--font-size-default-18);
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100dvh;
}
img {
	border:0px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive-height-inline {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

select optgroup {
  font-weight: 300;
}

*.focus{
	outline:none;
}

.clear{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.overflow-hidden{ overflow:hidden; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration:none;
  /*transition: opacity .2s ease-in-out;*/
}

a:hover,
a:focus {
  /*opacity: .8;*/
}

.pageCenter{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html .pageCenter {position:relative;}/*ie7*/
* html .pageCenter{position:relative;}/*ie6*/

.content_container{display:table-cell;vertical-align: middle;}
*:first-child+html .content_container{position:absolute;top:50%;}/*ie7*/
* html .content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html .contentCenter{position:relative;top:-50%;}/*ie7*/
* html .contentCenter{position:relative;top:-50%;}/*ie6*/

.pageCenter{height:100%;width:100%;}

.image-pc,
.only-pc {
  display: block !important;
}
.only-pc-inline {
  display: inline !important;
}
.only-pc-flex {
  display: flex !important;
}
.image-mobile,
.only-mobile,
.only-mobile-inline,
.only-mobile-flex {
  display: none !important;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

.modalContentMsg {
  display: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.modalContentMsg.actived {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  /*opacity: 1 !important;*/
}

.dropdown-toggle::after {
  display: none;
}

.mainPageContent {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2560px;
  margin: 0 auto;
}

.nowrap{
  white-space: nowrap;
}

.copy-link {
  position: relative;
}
.copy-link-text {
  display: none;
  position: absolute;
  width: 200px;
  text-align: right;
  top: 4px;
  right: 40px;
  color: #ffffff;
  font-size: 18px;
}
.copy-link-text.actived {
  display: block;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

.modal-open .btnBackToTop,
.modal-open .contactSide {
  display: none;
}

.iconWhite {
  filter: invert(98%) sepia(98%) saturate(6%) hue-rotate(124deg) brightness(103%) contrast(102%);
}

.fbMessanger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  z-index: 20;
}

.showOnScroll {
  transform: translateY(100px);
  opacity: 0;
  transition: all .6s ease-in-out;
  /*transform: translateY(0);
  opacity: 1;*/
}
.showOnScroll.in {
  transform: translateY(0);
  opacity: 1;
}
.showDelay1ms {
  transition-delay: .1s !important;
}
.showDelay2ms {
  transition-delay: .2s !important;
}
.showDelay3ms {
  transition-delay: .3s !important;
}
.showDelay4ms {
  transition-delay: .4s !important;
}
.showDelay5ms {
  transition-delay: .5s !important;
}
.showDelay6ms {
  transition-delay: .6s !important;
}
.showDelay8ms {
  transition-delay: .8s !important;
}
.showDelay1s {
  transition-delay: 1s !important
}
.showDelay12ms {
  transition-delay: 1.2s !important;
}

.foldOnScroll {
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition-duration: .4s;
  backface-visibility: hidden;
  transition-property: transform;
  transform: perspective(2500px) rotateX(-100deg);
}
.foldOnScroll.in {
  transform: perspective(2500px) rotateX(0);
}

.showTitleOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showTitleOnScroll > div {
  transform: translateY(100px);
  transition: transform .8s ease-in-out;
}
.showTitleOnScroll.in > div {
  transform: translateY(0);
}

.showHeaderOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showHeaderOnScroll > .txtItem {
  /*transform: translateY(-100px);*/
  transform: translateY(100px);
  transition: transform .8s ease-in-out;
}
.showHeaderOnScroll.in > .txtItem {
  transform: translateY(0);
}

.showHeaderItemDelayOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showHeaderItemDelayOnScroll > .txtItem {
  transform: translateY(-60px);
  transition: transform .8s ease-in-out;
}
.showHeaderItemDelayOnScroll.in > .txtItem {
  transform: translateY(0);
}

.slideDownOnScroll {
  position: relative;
  overflow: hidden;
}
.slideDownOnScroll::after {
  background-color: var(--primary-cream);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  transition: all 1.2s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 0.25);
  transition-delay: .2s;
}
.slideDownOnScroll.in::after {
  top: 100%;
}
.slideDownOnScroll.bgGrey:after {
  background-color: var(--primary-grey);
}
.slideDownOnScroll.bgWhite:after {
  background-color: var(--primary-white);
}

.showLineOnScroll {
  position: relative;
  display: inline-block;
}
.showLineOnScroll:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width .6s ease-in-out;
}
.showLineOnScroll.in:before {
  width: 100%;
}

.showLineOnScroll.showLineGIT:before {
  transition-delay: .2s;
  background-color: #ffffff;
}

.showLineOnScroll.linkLineViewPort:before {
  bottom: 0px;
  transition: width .6s ease-in-out, color .2s ease-in-out;
}
.btn-link-arrow:hover .showLineOnScroll.linkLineViewPort::before {
  background-color: #B50000;
}

.txtHighlight {
  color: var(--primary-blue);
  font-weight: 600;
}
.txtInlineHighlight {
  /*color: #007FFF;*/
  color: var(--primary-blue);
  text-decoration: underline;
}
.sectionBgGrey {
  background-color: var(--primary-grey);
}
.sectionBgDefault {
  background-color: var(--primary-cream);
}

.paddingTopZero {
  padding-top: 0 !important;
}

.parallaxImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.parallaxImgContainer.withPadding {
  padding: 1px;
}
.parallaxImgContainer .jarallax {
  width: 100%;
  height: 100%;
}
.parallaxImgContainer img.parallaxSizeControl {
  opacity: 0;
}
.paralaxBgContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.paralaxBgContainer .jarallax {
  width: 100%;
  height: 100%;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gsapParallaxContainer {
  position: relative;
  overflow: hidden;
}
.gsapParallaxSizer {
  position: relative;
  visibility: hidden;
}
.gsapParallaxViewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gsapParallaxViewer img {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: auto;
  height: 80vh
}

.section-parallaxCotainer {
  position: relative;
  overflow: hidden;
}
.section-parallaxSizer {
  position: relative;
  visibility: hidden;
}
.section-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 41.67vw;*/
  overflow: hidden;
}
.parallax-content {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}

#smooth-content {
  will-change: transform;
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@media (max-width: 820px) {
  .parallaxImgContainer.only-pc {
    display: none !important;
  }
  .parallaxImgContainer.only-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .image-pc,
  .only-pc,
  .only-pc-inline,
  .only-pc-flex {
    display: none !important;
  }
  .image-mobile,
  .only-mobile {
    display: block !important;
  }
  .only-mobile-inline {
    display: inline !important;
  }
  .only-mobile-flex {
    display: flex !important;
  }

  .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    right: 0px !important;
  }
  .fancybox-stage {
    margin: 0 20px !important;
  }
}
@media (max-width: 425px) {

}

.nopadding {
  margin: 0px;
  padding: 0px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.txtError {
  border-color: #ff0000;
}
.landOfferForm input[type=text].txtError,
.registerForm.careerForm input[type=text].txtError {
  border-color: #ff0000;
}
.contactFormItem input.txtError,
.contactFormItem select.txtError,
.contactFormItem textarea.txtError,
.fileContainer.txtError,
.themeFormItem input.txtError,
.themeFormItem select.txtError,
.themeFormItem textarea.txtError,
.registerForm input.txtError,
.registerForm select.txtError,
.registerForm textarea.txtError,
.registerForm.careerForm input.txtError,
.registerForm.careerForm select.txtError,
.registerForm.careerForm textarea.txtError,
.registerForm select.txtError + .multi-select-container > .multi-select-button {
  border-color: #ff0000 !important;
}

.bgGrey {
  background-color: #EBEEF3;
}

.highLightWeight500 b {
  font-weight: 500;
}
.highLightWeight600 b {
  font-weight: 600;
}

.txtSoftRed {
  color: var(--primary-red);
}
.txtGold {
  color: var(--primary-gold);
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-58);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
}
h2 {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-40);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h3 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.2;
  font-weight: 400;
}
h4 {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-22);
  line-height: 1.2;
  font-weight: 700;
}
h5 {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  color: var(--primary-lightblue);
  font-weight: 700;
}

h1.homeBannerTitle {
  /*font-size: var(--font-size-default-58);*/
  font-size: var(--font-size-default-70);
}
h1.pageBannerTitle {
  font-size: var(--font-size-default-150);
}
h1.merchandiseDetailTitle {
  text-transform: none;
  font-size: var(--font-size-default-34);
}

h2.subTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-40);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h2.titleLarge {
  font-family: var(--font-title);
  font-size: var(--font-size-default-120);
  letter-spacing: 0;
}
h2.titleLocation {
  font-family: var(--font-title);
  font-size: var(--font-size-default-80);
  letter-spacing: 0;
}
h2.aboutSectionConcenptTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-18);
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  h1 {
    font-size: 6.5vw;
  }
  h1.homeBannerTitle {
    /*font-size: 28px;*/
    font-size: 42px;
  }
  h1.pageBannerTitle {
    font-size: 44px;
  }
}

@media screen and (max-width:900px) and (orientation:landscape) {
  h1.homeBannerTitle {
    font-size: 36px;
  }
}

/*********** MODAL ***********/
#formSendingModal.modal {
  text-align: center;
  padding: 0!important;
  z-index:1050;
  background-color: rgba(0, 0, 0, .2);
}
#formSendingModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#formSendingModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#formSendingModal .modal-content {
  background: transparent;
  box-shadow: none;
  border:none;
}
#formSendingModal .modal-body {
  text-align: center;
}
#formSendingModal .loader,
.loadingScreen .loader {
  border: 10px solid #666666;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1800;
  background-color: rgba(0, 0, 0, .1);
  top: 0;
  left: 0;
}
.loadingScreen.actived {
  display: flex;
}

.loadingScreenHash {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:2000;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}
.loadingScreenHash.actived {
  display: flex;
}
.loadingScreenHash .loader {
  border: 10px solid rgba(0, 0, 0, .1);
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}

.hiddenLoadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1500;
  background-color: transparent;
  top: 0;
  left: 0;
}
.hiddenLoadingScreen.actived {
  display: flex;
}

.modalThemeClose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  cursor: pointer;
}

.modal-alertmsg {
  width: 90%;
  max-width: 800px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-alertmsg .modal-content {
  border-radius: 0;
  border-color: transparent;
  background-color: #fff;
}
.modal-alertmsg .modal-content .modal-body {
  /*padding: 100px 50px 45px;*/
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-default-20);
  line-height: 1.4;
  font-weight: 500;
}
.modal-alertmsg .modal-content .modal-body .modalTitle {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 30px;
}
.modalMessage {
  font-weight: 500;
  font-size: var(--font-size-default-26);
  line-height: 1.5;
  text-align: center;
  color: var(--primary-black);
}
.modal-alertmsg .close-area {
  /*margin-top: 40px;*/
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.close-area .close-btn {
  cursor: pointer;
}
.close-area div {
  display: inline-block;
}
.close-area .close-icon {
  /*width: 54px;*/
  width: 25px;
}

.modal {
  z-index: 1610;
}
.modal-backdrop {
  /*background-color: rgba(38, 38, 38, .5);*/
  background-color: rgba(0, 0, 0, 1);
  z-index: 1600;
  /*background-color: transparent;*/
}
.modal-backdrop.show {
  opacity: .8;
}

.modal-addCart {
  width: 90%;
  max-width: 535px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-addCart .modal-content {
  border-radius: 0;
  background-color: #fff;
}
.modal-addCart .modal-content .modal-body {
  padding: 60px 30px 60px;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.modal-addCart .modal-content .modal-body .modalTitle {
  font-size: 28px;
  line-height: 34px;
}
.modal-addCart-cart {
  display: inline-block;
  position: relative;
  width: 55px;
  margin: 30px auto 30px;
}
.modal-addCart-cart .showItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #F47C10;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 18px;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.doneModalTitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 80px 50px 25px;
    font-size: 18px;
    line-height: 26px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .modal-alertmsg .close-area {
    margin-top: 60px;
    font-size: 22px;
  }*/
}
@media (max-width: 1366px) {
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 60px 40px 20px;
    font-size: 16px;
    line-height: 24px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }*/
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .modal-alertmsg .modal-content {
    box-shadow: none;
    border: none;
  }
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 50px 30px 20px;
    font-size: 14px;
    line-height: 22px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .modalMessage {
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 40px;
  }*/
  /*.modal-backdrop {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1 !important;
  }*/
}


/*********** NAV ***********/
.topNav {
  width: 100%;
  /*width: 100vw;*/
  height: 120px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all .4s ease-in-out;
}
.topNav.bgActive {
  /*background-color: var(--primary-blue);*/
}
.topNavFixSpace {
  width: 100%;
  height: 120px;
  position: relative;
  /*background-color: var(--primary-dark-blue);*/
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height .4s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.topNavBarLeft,
.topNavBarRight {
  width: 18.75%;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarRight {
  justify-content: flex-end;
}
.topNavBarCenter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.topNavLogo {
  position: relative;
  /*width: 8.333vw;
  max-width: 160px;*/
  /*height: 2.18vw;*/
  height: 70px;
  z-index: 10;
  transition: all .4s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.topNavLineBtn,
.topNavLineBtn:focus,
.topNavLineBtn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 1;
  z-index: 10;
  font-size: var(--font-size-default-18);
  line-height: 1.4;
  text-wrap: nowrap;
  font-weight: 700;
  padding: 0.55em 0;
  background-color: transparent;
  color: var(--primary-lightblue);
  border: none;
  border-radius: 0;
  position: relative;
  /*transition: all .2s ease-in-out;*/
  overflow: hidden;
}
.topNavLineBtnIcon {
  width: 22px;
  margin-right: 0.55em;
}
.topNavLineBtn:hover {
  color: var(--primary-gold);
}

.topNavLineBtn .iconDefault {
  display: block;
}
.topNavLineBtn .iconHover {
  display: none;
}
.topNavLineBtn:hover .iconDefault {
  display: none;
}
.topNavLineBtn:hover .iconHover {
  display: block;
}

.topNav.minimize {
  height: 80px;
  /*backdrop-filter: blur(6px);*/
  /*background-color: var(--secondary-black);*/
}
.topNav.minimize .topNavBar {
  /*height: 60px;*/
  height: 100%;
}
.topNav.minimize .topNavLogo {
  /*max-width: 160px;*/
  height: 60px;
}
.topNav.minimize .topNavInner {
}
.topNav.bgGold {
  /*background-color: var(--primary-gold);
  border-color: var(--primary-gold);*/
}

.topNav.navHiding {
  transform: translateY(-100%);
  opacity: 0;
}

.topNavLinks {
  height: 100%;
}
.topNavLinks .navbar {
  height: 100%;
  padding: 0 1rem;
}
.topNavLinks .navbar-collapse {
  height: 100%;
}
.topNavLinks .navbar-nav {
  height: 100%;
}
.topNavLinks ul.navbar-nav > li {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  height: 100%;
}
.topNavLinks ul.navbar-nav > li.active {
  color: rgba(255,255,255,.5);
}
.topNavLinks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 0;
  margin: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.topNavLinks .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 15px;
  background-image: url('../../images/icon/icon-dropdown.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}

.topNavItemList .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  color: var(--primary-white);
  font-weight: 500;
  border: none;
  border-radius: 0;
  transform: translateY(-3px);
  min-width: 180px;
  text-transform: none;
}
.topNavItemList .dropdown-item {
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 15px;
  font-weight: 400;
  color: var(--primary-black);
  transition: all .2s ease-in-out;
}
.topNavItemList .dropdown-item:focus, 
.topNavItemList .dropdown-item.active {
  background-color: var(--primary-lightblue);
  color: #ffffff;
}

.topNavHamCoverContainer {
  position: fixed;
  display: none;
  z-index: 1200;
  top: 35px;
  transform: translateY(-50%);
  right: var(--control-padding);
}
.topNavHamCoverInside {
  margin-left: 24px;
}
.topNavHamCover {
  /*margin-left: 34px;*/
  position: relative;
}
.topNavHamBoxCover {
  width: 24px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topNavHamBox {
  overflow: hidden;
}
.topNavHamLine {
  width: 24px;
  height: 2px;
  margin: 8px 0;
  opacity: 1;
  transform: translateX(0);
  transition: all .2s ease-in-out;
  transition-delay: .1s;
  position: relative;
}
.topNavHamLineInner {
  transition: all .2s ease-in-out;
  transform-origin: center center;
  transition-delay: 0s;
  background-color: var(--primary-white);
  width: 100%;
  height: 100%;
}
.topNavHamBox.beCloseBtn .topNavHamLineInner {
  background-color: var(--primary-white);
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
  transform: translate(0,5px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
  transform: translate(0,-5px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) > .topNavHamLineInner {
  transform: rotate(45deg);
  transition-delay: .1s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) > .topNavHamLineInner {
  transform: rotate(-45deg);
  transition-delay: .1s;
}

ul.topNavItemList {
  display: inline-flex;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1.875em;
  text-align: center;
  color: var(--primary-white);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: 1;
  text-transform: uppercase;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-right: 0;
}
ul.topNavItemList > li::after {
}
ul.topNavItemList > li:last-child::after {
  display: none;
}
ul.topNavItemList > li.actived {
  opacity: 1;
}
ul.topNavItemList > li > a,
ul.topNavItemList > li a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  /*transition: all .2s ease-in-out;*/
  position: relative;
  /*padding: 0.8em 0.55em;*/
  padding: 0.6em 0;
}
ul.topNavItemList > li > a.topNavItemLink,
ul.topNavItemList > li a.dropdown-toggle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1;
  font-weight: 500;
  color: var(--primary-white);
  transition: all .2s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink.actived,
ul.topNavItemList > li a.dropdown-toggle.actived {
  color: var(--primary-yellow);
}
ul.topNavItemList > li > a.topNavItemLink::before ,
ul.topNavItemList > li a.dropdown-toggle::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-white);
  border: none;
  top: calc(50% - 2px);
  left: -12px;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: 0;
  transition: all .2s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink:hover::before,
ul.topNavItemList > li a.dropdown-toggle:hover::before {
  opacity: 1;
  visibility: 1;
}
ul.topNavItemList > li > a.topNavItemLink.actived::before,
ul.topNavItemList > li a.dropdown-toggle.actived::before {
  opacity: 1;
  visibility: 1;
  background-color: var(--primary-yellow);
}

ul.topNavItemList > li a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.topNavItemDropdown {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
}
.topNavItemDropdown .dropdownDefault {
  display: block;
}
.topNavItemDropdown .dropdownActive {
  display: none;
}

a.topNavItemLink:hover,
a.topNavItemLink.actived {
  color: var(--primary-white);
}
a.topNavItemLink:hover .dropdownDefault,
a.topNavItemLink.actived .dropdownDefault {
  display: none;
}
a.topNavItemLink:hover .dropdownActive,
a.topNavItemLink.actived .dropdownActive {
  display: block;
}

.topNavHighlight {
  padding: 8px 18px 6px;
  border: 1px solid var(--primary-gold);
  border-radius: 24px;
  transition: all .2s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.topNavHighlight > div {
  display: inline-block;
}
.topNavHighlight > div > span {
  color: var(--primary-gold);
  transition: color .2s ease-in-out;
}
.topNavHighlight > div > span:nth-child(1) {
  transition-delay: .2s;
}
.topNavHighlight > div > span:nth-child(2) {
  transition-delay: .1s;
}
.topNavHighlight > div > span:nth-child(3) {
  transition-delay: 0s;
}

.topNavHighlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-gold);
  width: 0;
  height: 100%;
  transition: width .2s ease-in-out;
  z-index: -1;
}
.topNavHighlight:hover > div > span {
  color: var(--primary-white);
}
.topNavHighlight:hover > div > span:nth-child(1) {
  transition-delay: .1s;
}
.topNavHighlight:hover > div > span:nth-child(2) {
  transition-delay: .2s;
}
.topNavHighlight:hover > div > span:nth-child(3) {
  transition-delay: .3s;
}
.topNavHighlight:hover::after {
  width: 100%;
}

.mobileNavCloseContainer {
  position: relative;
  width: 100%;
  height: 120px;
}
.mobileNavCloseCover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( calc(-50% + 4px) );
  width: 34px;
  height: 34px;
  z-index: 1100;
  visibility: hidden;
  cursor: pointer;
}
.mobileNavCloseCover.actived {
  visibility: visible;
}
.mobileNavCloseBoxCover {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileNavCloseBox {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
.mobileNavCloseLine {
  position: absolute;
  top: 2px;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--primary-white);
  opacity: 0;
  transition: all .15s ease-in-out;
}
.mobileNavCloseLine:first-child {
  transform-origin: top left;
  transform: rotate(45deg) translate(40px,0);
  left: 8px;
  transition-delay: 0s;
}
.mobileNavCloseLine:last-child {
  transform-origin: top right;
  transform: rotate(-45deg) translate(-40px,0);
  right: 8px;
  transition-delay: .1s;
}
.mobileNavCloseCover.actived .mobileNavCloseLine:first-child {
  transform: rotate(45deg) translate(0,0);
  opacity: 1;
  transition-delay: .55s;
}
.mobileNavCloseCover.actived .mobileNavCloseLine:last-child {
  transform: rotate(-45deg) translate(0,0);
  opacity: 1;
  transition-delay: .6s;
}

.btnFullTxt {
  display: block;
}
.btnShortTxt {
  display: none;
}

.logoThemeWhite {
  display: none;
}
.topNav.themeWhite .logoThemeWhite {
  display: block;
}
.topNav.themeWhite .logoThemeBlack {
  display: none;
}
.topNav.themeWhite ul.topNavItemList > li {
  color: var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn,
.topNav.themeWhite .topNavLineBtn:focus,
.topNav.themeWhite .topNavLineBtn:visited {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn::after {
  background-color: var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn:hover {
  color: var(--primary-black);
}
body.topNavThemeWhite .topNavHamBox .topNavHamLineInner {
  background-color: var(--primary-white);
}

.topNavBarLang {
  margin-right: 20px;
}
.topNavBarLang .navbar {
  padding: .2em 5px;
}
.topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-white.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: .4em 15px .4em 5px;
  border: none;
  border-radius: 0;
  color: var(--primary-white);
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 600;
}
.topNavBarLang .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-sub-title);
  line-height: 1.2;
  font-size: var(--font-size-default-14);
  color: var(--primary-font-color);
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
  background-color: rgba(255,255,255,1);
  min-width: 40px;
  text-align: center;
}
.topNavBarLang .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 5px;
  font-family: var(--font-sub-title);
  line-height: 1.2;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-14);
}
.topNavBarLang .dropdown-item:last-child {
  border-bottom: none;
}
.topNavBarLang .dropdown-item:focus, 
.topNavBarLang .dropdown-item.active {
  font-weight: 600;
}
.topNavBarLang .dropdown-item:hover {
  color: var(--primary-font-color);
  background-color: #ffffff;
}
.topNavBarLang .navbar-nav .dropdown-menu {
  position: absolute;
}

.topNavBarLangList ul.topNavItemList > li {
  margin: 0 1em;
}
.topNavBarLangList ul.topNavItemList > li:last-child {
  margin-right: 0;
}


@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .topNav {
    height: 100px;
  }
  .topNavFixSpace {
    height: 120px;
  }
  .topNavLogo {
    height: 70px;
  }
}
@media (max-width: 1366px) {
  ul.topNavItemList > li {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  /*.mobileNavCloseContainer {
    height: 70px;
  }*/
  .topNav {
    height: 70px;
  }
  .topNavFixSpace {
    height: 120px;
  }
  .topNav.minimize {
    height: 70px;
  }

  .topNavLogo {
    height: 50px;
  }
  .topNav.minimize .topNavLogo {
    height: 50px;
  }

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }
  /*.topNavHamCoverContainer {
    display: block;
  }*/
  .topNav .topNavBarLangList {
    display: none;
  }

  .topNav .topNavBarLang {
    display: none;
  }
}
@media (max-width: 820px) {
  .topNav {
    height: 60px;
  }
  .topNavFixSpace {
    height: 120px;
  }
  .topNav.minimize {
    height: 60px;
  }

  .topNavLogo {
    height: 45px;
  }
  .topNav.minimize .topNavLogo {
    height: 45px;
  }

  .topNavBarLeft,
  .topNavBarRight {
    width: auto;
  }

  ul.topNavItemList > li {
    padding: 10px 0;
    margin: 0 1.4vw;
  }

  .btnFullTxt {
    display: none;
  }
  .btnShortTxt {
    display: block;
  }

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  /*.topNav {
    height: 60px;
  }
  .topNavFixSpace {
    height: 60px;
  }
  .topNav.minimize {
    height: 60px;
  }
  .topNavLogo {
    height: 40px;
  }*/
  /*.topNavHamCoverInside {
    margin-left: 10px;
  }*/

  /*.topNav.navHiding {
    transform: translateY(0);
  }*/

   .topNavFixSpace {
    height: 70px;
  }

  .topNavBarLang .nav-link.dropdown-toggle {
    font-size: 18px;
    font-weight: 400;
  }
  .topNavBarLang .dropdown-item {
    font-size: 18px;
    font-weight: 400;
  }

  .topNavLineBtnIcon {
    width: 16px;
    margin-right: 0.55em;
  }
  
  /*.topNavHamLine {
    width: 26px;
    height: 2px;
    margin: 8px 0;
  }
  .topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
    transform: translate(0,5px);
    transition-delay: 0s;
  }
  .topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
    transform: translate(0,-5px);
    transition-delay: 0s;
  }

  ul.topNavItemList > li {
    padding: 10px 0;
    padding: 0 10px;
  }*/
}

/*** NAV BOX ***/
.navBoxItem {
  position: fixed;
  width: auto;
  height: 120px;
  padding: 0;
  z-index: 1080;
  top: 0;
  display: flex;
  align-items: center;
}
.navBoxItem.navBoxItemLogo {
  left: var(--control-padding);
}
.navBoxItem.navBoxItemMenu {
  right: var(--control-padding);
}
.navBox-logo {
  height: 70px;
}
.navBox-logo .logoDefault {
  display: block;
}
.navBox-logo .logoNavActive {
  display: none;
}
body.topNavAreaActived .navBox-logo .logoDefault {
  display: none;
}
body.topNavAreaActived .navBox-logo .logoNavActive {
  display: block;
}

.navBox-logo.setLogoWhite .logoDefault {
  display: none;
}
.navBox-logo.setLogoWhite .logoNavActive {
  display: block;
}

@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .navBoxItem {
    height: 70px;
  }
  .navBox-logo {
    height: 50px;
  }
}

/*********** MOBILE NAV AREA *******/
.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 50%;
  max-width: 730px;
  height: 90dvh;
  max-height: 900px;
  top: 0;
  right: var(--control-padding);
  background-color: var(--primary-red);
  background-image: url('../../images/bg-nav-elm.jpg');
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center bottom;
  color: #ffffff;
  z-index: 1150;
  transform: translateY(-105%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  padding: 0 40px 40px;
  border-radius: 0 0 6px 6px;
}
.mobileNavArea.actived {
  transform: translateY(0);
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mobileNavAreaContentBox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--primary-red);
  color: var(--primary-white);
  font-size: var(--font-size-default-22);
  border-radius: 0 0 6px 6px;
}
.mobileNavAreaClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 20;
  cursor: pointer;
}
.mobileNavAreaContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14vh 2.6vw 2.6vw;
  z-index: 10;
}
.mobileNavAreaLinks > ul > li {
  font-family: var(--font-title);
  font-size: var(--font-size-default-80);
  line-height: 1.1;
  margin-bottom: 0.25em;
  position: relative;
}
.mobileNavAreaLinks > ul > li:last-child {
  margin-bottom: 0;
}

.mobileNavAreaLinks > ul > li > a {
  display: inline-block;
  position: relative;
}
.mobileNavAreaLinks > ul > li > a > div {
  transition: transform .2s ease-in-out;
}
.mobileNavAreaLinks > ul > li > a:hover > div {
  transform: translateX(20px);
}
.mobileNavAreaLinks > ul > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(178, 53, 68, .5);
  transition: all .2s ease-in-out;
  transform-origin: center center;
  top: 50%;
  left: 0.6em;
  transform: translate(-50%, -50%);
}
.mobileNavAreaLinks > ul > li > a:hover::before {
  width: 120px;
  height: 120px;
}

@media (max-width: 1024px) {
  .mobileNavArea {
    max-height: 680px;
  }
  .mobileNavAreaContent {
    padding: 120px 2.6vw 2.6vw;
  }
}
@media (max-width: 820px) {
  .mobileNavArea {
    width: 60%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    max-height: 480px;
  }
  .mobileNavAreaLinks > ul > li {
    margin-bottom: 20px;
  }
  .mobileNavArea {
    width: 70%;
    max-width: 280px;
    padding: 0 15px 15px;
  }
  .mobileNavAreaContent {
    padding: 120px 30px 40px;
  }
  .mobileNavAreaLinks > ul > li > a:hover::before {
    width: 60px;
    height: 60px;
  }
  .mobileNavAreaClose {
    width: 40px;
  }
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavAreaContent {
    padding: 50px 30px 40px;
  }
  .mobileNavAreaLinks > ul > li {
    margin-bottom: 14px;
  }
}

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  background-color: var(--secondary-black);
  color: var(--primary-white);
  font-size: var(--font-size-default-18);
  z-index: 100;
}
.pageFooterInner {
  width: 100%;
  position: relative;
  padding: 0;
}
.footerBtnToTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  cursor: pointer;
}
.pageFooterContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 45px 0 30px;
  font-size: var(--font-size-default-16);
  line-height: 1.7;
  font-weight: 400;
}
.pageFooterContent > div:last-child {
  /*padding-right: 1.56vw;*/
}
.pageFooterLogo {
  width: 9.3vw;
  max-width: 160px;
  margin-bottom: 20px;
}
.footerCompanyName {
  margin-bottom: 10px;
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-yellow);
}
.footerCompanyAddress {
  /*font-size: var(--font-size-default-14);*/
}
.footerCompanyDirection {
  margin-top: 20px;
}
.pageFooterContent a:not(.btn-theme) {
  transition: all .2s ease-in-out;
}
.pageFooterContent a:not(.btn-theme):hover {
  opacity: .5;
}
.footerContactMethod {
  margin-top: 12px;
}
ul.footerLink > li {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}
ul.footerSubLink > li {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-14);
  font-weight: 400;
  margin-bottom: 4px;
}

.footerSocial {
  margin-top: 20px;
}
ul.socialList {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  /*transform: translateY(6px);*/
}
ul.socialList > li {
  display: inline-block;
  margin-right: 16px;
  height: 22px;
}
ul.socialList > li:last-child {
  margin-right: 0;
}
ul.socialList > li > a {
  transition: opacity .2s ease-in-out;
}
ul.socialList > li > a:hover {
  opacity: .8;
}

.pageFooterCopyRightCover {
  font-size: var(--font-size-default-14);
  line-height: 1.2;
  font-weight: 400;
}
.pageFooterCopyRight {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .5);
}
ul.footerCopyRightLink > li {
  display: inline-block;
  padding: 0 14px;
  text-transform: uppercase;
  /*border-right: 1px solid var(--primary-gold);*/
}
ul.footerCopyRightLink > li:hover {
  opacity: .9;
}
ul.footerCopyRightLink > li:first-child {
  padding-left: 0;
}
ul.footerCopyRightLink > li:last-child {
  border-right: none;
  padding-right: 0;
}
.footerTitle {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 4px;
}
.footerEmail {
  margin-top: 8px;
}

.mobileFooterLink {
  display: none;
  padding-bottom: 10px;
  margin-top: 20px;
}
.mobileFooterLink .mobileNavLinks > ul > li {
  font-family: var(--font-sub-title);
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.mobileFooterLink .mobileNavSubLinks.actived {
  padding: 10px 20px;
}
.mobileFooterLink .mobileNavSubLinks > ul > li > a {
  font-size: 17px;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  font-weight: 400;
}

.footerCircleBtnTopCover {
  align-self: flex-end;
  width: 30px;
}
.footerCircleBtnTop {
  width: 30px;
  cursor: pointer;
}
.mobileFooterContact {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mobileFooterSocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerContactGroup {
  display: flex;
  margin-bottom: 18px;
}
.footerContactGroup > div:first-child {
  width: 40px;
}
.footerContactGroup > div:last-child {
  flex: 1;
}
.footerContactGroupIcon {
  width: 18px;
  transform: translateY(0.166em);
}

.footerQrCover {
  width: 6.25vw;
  max-width: 120px;
}

.mobileFooterContent {
  display: none;
}
.mobileFooterContactCover {
  padding-top: 20px;;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .footerQrCover {
    width: 100px;
  }
}
@media (max-width: 1366px) {
  .pageFooterContent {
    padding: 40px 0 30px;
  }
  .pageFooterLogo {
    width: 14vw;
    margin-bottom: 18px;
  }
  .pageFooterCopyRight {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .footerQrCover {
    width: 80px;
  }
}
@media (max-width: 820px) {
  .pageFooterContent {
    display: none;
    /*padding: 25px 0 20px;*/
  }
  /*.pageFooterContent {
    flex-wrap: wrap;
  }
  .pageFooterContent > div {
    width: 100%;
    display: none;
    margin-bottom: 0;
  }
  .pageFooterContent > div:first-child {
    display: block;
  }
  .pageFooterLogo {
    width: 120px;
    margin-bottom: 18px;
  }*/

  .pageFooterCopyRight {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 2;
  }
  .pageFooterCopyRight > div:first-child {
    margin-bottom: 8px;
  }
  ul.footerCopyRightLink > li {
    padding: 0 10px;
  }

  .mobileFooterLink {
    display: block;
  }

  .mobileFooterContactCover {
    padding-top: 20px;
  }

  .footerContactGroup {
    margin-bottom: 16px;
  }
  .footerContactGroup > div:first-child {
    width: 30px;
  }
  .footerContactGroupIcon {
    width: 16px;
    transform: translateY(0.166em);
  }

  .mobileFooterContent {
    display: flex;
    padding: 30px 0 20px;
  }
  .mobileFooterContent > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .footerCompanyName {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .footerCompanyAddress {
    font-size: 13px;
  }
  .pageFooterCopyRight {
    font-size: 12px;
  }
  .pageFooterCopyRight {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  ul.footerCopyRightLink > li {
    padding: 0 8px;
  }

  .mobileFooterContent {
    display: block;
    padding: 30px 0 20px;
  }
  .mobileFooterContactCover {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .25);
  }
  .mobileFooterContent > div {
    width: auto;
    display: inline-block;
  }

  .mobileFooterContent .footerContactGroup {
    font-size: 13px;
  }
  .mobileFooterContent .footerContactGroupIcon {
    width: 13px;
  }
  .mobileFooterContent ul.socialList > li {
    height: 18px;
  }
}

/*********** MAIN ***********/
.mainPage {
  width: 100%;
}
.sectionPage {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2560px;
  margin: 0 auto;
  background-color: #ffffff;
}
.sectionPageInner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sectionTitle {
  margin-bottom: 0.5em;
  color: var(--primary-yellow);
}
.sectionTitleCenter {
  text-align: center;
}
.sectionSubTitle {
  margin-bottom: 20px;
}

.sectionButton {
  margin-top: 50px;
}
.sectionButton.halfMT {
  margin-top: 25px;
}
.sectionButtonCenter {
  text-align: center;
}

.siteMainContent {
  max-width: 1430px;
  margin: 0 auto;
}

.sectionControlLeft {
  padding-left: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlRight {
  padding-right: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBoth {
  padding-left: var(--control-padding);
  padding-right: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBothTwice {
  padding-left: 8.33%;
  padding-right: 8.33%;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.sectionTitleBothSide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-theme,
.btn-theme:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.778em;
  min-width: 100px;
  background-color: transparent;
  color: var(--primary-red);
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-18);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  outline: none !important;
  /*border: 1px solid var(--primary-red);*/
  border-radius: 6px;
  overflow: visible;
  text-wrap: nowrap;
  background-color: var(--primary-white);
  background-image: url('../../images/bg-btn-red.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.btn-theme:hover {
  color: var(--primary-red);
}

.btn-theme > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px 1.22em;
  z-index: 10;
  border: 1px solid var(--primary-red);
  border-radius: 6px;
  background-color: var(--primary-white);
  transition: all .2s ease-in-out;
}
.btn-theme:hover > div {
  transform: translate(10px, -8px);
}

.btn-theme.btnWhiteBg {
  background-color: var(--primary-red);
  background-image: url('../../images/bg-btn-white.jpg');
}

.btn-theme.bgYellow,
.btn-theme.bgYellow:visited {
  background-color: var(--primary-yellow);
  color: var(--primary-black);
}
.btn-theme.bgYellow::after {
  /*background-color: var(--primary-lightblue);*/
  background-color: rgba(0, 0, 0, .1);
}
.btn-theme.bgYellow:hover {
  /*color: var(--primary-white);*/
}

.btn-theme.bgGold,
.btn-theme.bgGold:visited {
  background-color: var(--primary-gold);
  color: var(--primary-white);
}
.btn-theme.bgGold::after {
  /*background-color: var(--primary-lightblue);*/
  background-color: rgba(0, 0, 0, .1);
}
.btn-theme.bgGold:hover {
  /*color: var(--primary-white);*/
}

.btn-theme.bgBlack,
.btn-theme.bgBlack:visited {
  background-color: var(--primary-black);
  color: var(--primary-white);
}
.btn-theme.bgBlack::after {
  /*background-color: var(--primary-yellow);*/
  background-color: rgba(255, 255, 255, .15);
}
.btn-theme.bgBlack:hover {
  /*color: var(--primary-font-color);*/
}

.btn-theme:disabled {
  opacity: .5;
}
.btn-theme:disabled:hover {
  opacity: .5;
  background-color: var(--primary-lightblue);
  color: var(--primary-white);
}

.btn-theme.minWidthM {
  min-width: 240px;
}

.btn-theme-outline,
.btn-theme-outline:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.5em;
  padding: 10px 30px;
  background-color: transparent;
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-white);
}
.btn-theme-outline:hover {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
  background-color: var(--primary-gold);
}
.btn-theme-outline > div {
  transform: translateY(0.125em);
}
.btn-theme-outline > .btnIcon {
  transform: translateY(0);
}

.btn-hero,
.btn-hero:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.33em;
  padding: 10px 1.67em;
  min-width: 180px;
  background-image: url('../../images/bg-btn-green.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: var(--primary-lightgreen);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-18);
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  text-wrap: nowrap;
}
.btn-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  transition: width .2s ease-in-out;
  transform-origin: top left;
}
.btn-hero:hover {
  border: none;
  color: var(--primary-white);
}
.btn-hero:hover::after {
  width: 100%;
}
.btn-hero > div {
  transform: translateY(0.125em);
  z-index: 10;
}

.btn-hero.btnBgBlue,
.bannerTheme-light .btn-hero {
  background-image: url('../../images/bg-btn-blue.jpg');
}

.btnIcon {
  height: 1em;
  margin-left: 10px;
}

.link-theme-underline {
  position: relative;
}
.link-theme-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transform-origin: left center;
  transition: width .2s ease-in-out;
}
.link-theme-underline:hover::after {
  width: 100%;
}

.link-theme,
.link-theme:visited {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-18);
  font-weight: 700;
  color: var(--primary-blue);
  text-transform: uppercase;
  padding-right: 29px;
  transition: all .2s ease-in-out;
}
.link-theme::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 10px;
  background-image: url('../../images/icon/icon-link-blue.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transform: translate(0, -50%);
  transition: all .2s ease-in-out;
}
.link-theme:hover {
  color: var(--primary-gold);
}
.link-theme:hover::after {
  background-image: url('../../images/icon/icon-link-gold.png');
  transform: translate(5px, -50%);
}

.btnBackToTop {
  width: 60px;
  position: fixed;
  bottom: -60px;
  right: 22px;
  z-index: 90;
  transition: bottom .3s ease-in-out;
  cursor: pointer;
}
.btnBackToTop.actived {
  /*bottom: 92px;*/
  bottom: 32px;
}

.contentControl {
  font-family: var(--font-notosansthai);
  word-wrap: break-word;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  margin-bottom: 1.4em;
  font-size: var(--font-size-default-18);
  /*font-weight: 300;*/
}
.contentControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentControl ul > li,
.contentControl ol > li {
  margin-bottom: 1em;
}
.contentControl ul.spaceEach > li,
.contentControl ol.spaceEach > li,
.contentControl.forceSpaceList ul > li,
.contentControl.forceSpaceList ol > li {
  margin-bottom: 1em;
}
/*.contentControl ul.spaceEach > li:last-child,
.contentControl ol.spaceEach > li:last-child,
.contentControl.forceSpaceList ul > li:last-child,
.contentControl.forceSpaceList ol > li:last-child {
  margin-bottom: 0;
}*/
.contentControl img {
  display: block;
  height: auto;
  max-width: 100%;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: var(--primary-black);
}

.contentControl table {
  width: 100% !important;
  margin-bottom: 1.4em;
}
.contentControl table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 8px;
}

.contentControl b,
.contentControl strong {
  font-weight: 700;
}

.contentControl h1,
.contentControl h2,
.contentControl h3,
.contentControl h4,
.contentControl h5,
.contentControl h6 {
  font-family: var(--font-notosansthai);
}
.contentControl h1,
.contentControl h2 {
  padding-top: 0.5em;
}
.contentControl h1 {
  font-size: var(--font-size-default-30);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h2 {
  font-size: var(--font-size-default-26);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h3 {
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h4 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h5 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h6 {
  font-size: var(--font-size-default-16);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}

.contentControl ul.typeTick {
  list-style-type: none;
  padding-left: 0;
}
.contentControl ul.typeTick > li {
  position: relative;
  padding-left: 30px;
}
.contentControl ul.typeTick > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 12px;
  background-image: url('../../images/icon/icon-tick.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.contentControl.strongBlodColor strong,
.contentControl.strongBlodColor b {
  color: var(--primary-yellow);
}

.editorControl p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}

.titleCenter {
  text-align: center;
}
.subTitleCenter {
  text-align: center;
}

.themeForm .row {
  margin-left: -15px;
  margin-right: -15px;
}
.themeFormItem {
  padding: 0 15px;
  margin-bottom: 18px;
  font-size: 18px;
}
.themeFormItem input[type=text],
.themeFormItem input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 15px 20px 15px 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
}
.themeFormItem select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 0 20px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select-dark.svg');
  background-position: right center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.themeFormItem textarea {
  padding: 10px 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  height: 120px;
  border: 2px solid #000000;
  border-radius: 0;
}
.themeFormItem input::placeholder,
.themeFormItem textarea::placeholder {
  color: rgba(0, 0, 0, .4);
}

.themeFormTxtSearchContainer {
  position: relative;
}
.themeFormTxtSearchContainer .txtSearchBtn {
  position: absolute;
  content: "";
  background-image: url('../../images/icon/icon-search.svg');
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.themeFormSubmitArea {
  margin-top: 10px;
}
.themeFormPassword {
  position: relative;
}
.themeFormPassword .passwordToggleView {
  position: absolute;
  content: "";
  background-image: url('../../images/account/icon-eye.png');
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  opacity: .4;
}
.themeFormPassword input[type=text] ~ .passwordToggleView {
  opacity: 1;
}
.themeFormLabel {
  margin-top: 15px;
  margin-bottom: 10px;
}

.themeFormItem .checkboxLabel {
  cursor: pointer;
}
.formCheckContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formCheckContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #E1E7EE;
}
.formCheckContainer:hover input ~ .checkmark {
  background-color: transparent;
}
.formCheckContainer input:checked ~ .checkmark {
  background-color: #000000;
}
.formCheckContainer .checktxt {
  color: #262626;
}

.formCheckService {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckService input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formCheckService .checkmark {
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 24px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.formCheckService:hover input ~ .checkmark {
  background-color: #ffffff;
}
.formCheckService input:checked ~ .checkmark {
  color: #ffffff;
  background-color: #000000;
}

select.listOptionView {
  font-size: var(--font-size-default-20);
  color: var(--primary-font-color);
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-link-lang-btn.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 19px auto;
  padding: 2px 50px 2px 20px;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
select.listOptionView.bgWhite {
  background-color: #ffffff;
}

.themeTitleLink {
  font-size: 20px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}
.themeTitleLink:hover {
  color: var(--primary-blue);
}
.themeLink {
  font-size: 20px;
  /*color: #387DF7;*/
  color: #0009;
  /*text-decoration: underline;*/
  transition: color .2s ease-in-out;
}
.themeLink:hover {
  /*color: #00B6D9;*/
  color: #222222;
  /*text-decoration: underline;*/
}

.themeLinkDownload {
  display: inline-block;
  padding-right: 35px;
  background-image: url('../../images/icon/icon-download.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  color: var(--primary-blue);
  font-size: var(--font-size-default-20);
  /*text-decoration: underline;*/
  transition: all .2s ease-in-out;
}
.themeLinkDownload:hover {
  background-image: url('../../images/icon/icon-download-black.png');
  /*color: #00B6D9;*/
  color: #222222;
  /*text-decoration: underline;*/
}

.panelBgOverlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100lvh;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  top: 0;
  left: 0;
  z-index: 1050;
  backdrop-filter: blur(10px); /* Apply a 5px blur to the background behind this element */
  -webkit-backdrop-filter: blur(10px); /* For Webkit-based browsers */
}
.panelBgOverlay.actived {
  opacity: 1;
}
.panelBgOverlay.visibled {
  visibility: visible;
}

.splashContactFormContainerCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(58,45,40,.7);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1400;
}
.splashContactFormContainerCover.actived {
  display: flex;
}
.splashContactFormContainer {
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 740px;
}
.splashContactFormContainerInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.splashContactFormContainer .contactFormContainer {
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.splashContactFormCloseBtn {
  position: absolute;
  width: 23px;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

.detailLinkBackArea {
  margin-top: 4.16vw;
  text-align: center;
}
.highlightTextLink,
.highlightTextLink:visited {
  display: inline-block;
  /*color: #888;*/
  color: var(--primary-font-color);
  position: relative;
  transition: all .2s ease-in-out;
}
.highlightTextLink::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: all .2s ease-in-out;
}
.highlightTextLink:hover,
.highlightTextLink:focus {
  color: var(--primary-font-color);
  opacity: .75;
}

.highlightTextLink.txtBlack,
.highlightTextLink.txtBlack:visited {
  color: var(--primary-black);
}
.highlightTextLink.txtBlack::before {
  background-color: var(--primary-black);
}
.highlightTextLink.txtBlack:hover,
.highlightTextLink.txtBlack:focus {
  color: var(--primary-black);
}

@media (max-width: 1600px) {
  .splashContactFormContainer {
    max-height: 720px;
  }
}
@media (max-width: 1366px) {
  .sectionTitle {
    margin-bottom: 40px;
  }

  .sectionControlBothTwice {
    padding-left: 10%;
    padding-right: 10%;
  }

  .themeTitleLink {
    font-size: 18px;
  }
  .themeLink {
    font-size: 18px;
  }

  .splashContactFormContainer {
    max-height: 710px;
  }
}
@media (max-width: 1024px) {
  .sectionControlBothTwice {
    padding-left: 5%;
    padding-right: 5%;
  }

  .splashContactFormContainer {
    max-height: 700px;
  }
}
@media (max-width: 820px) {
  .detailLinkBackArea {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {

  select.listOptionView {
    background-position: right 18px center;
    background-size: 17px auto;
    padding: 2px 45px 2px 20px;
    height: 40px;
  }

  .sectionTitle {
    margin-bottom: 20px;
  }
  .sectionSubTitle {
    margin-bottom: 14px;
  }

  /*.btn-theme,
  .btn-theme:visited {
    padding: 8px 18px;
    min-width: unset;
  }*/

  .splashContactFormContainer {
    height: 94%;
    max-height: unset;
  }
  .splashContactFormCloseBtn {
    width: 18px;
    top: 12px;
    right: 12px;
  }

  .btn-hero,
  .btn-hero:visited {
    height: 3.33em;
    padding: 10px 1.67em;
    min-width: unset;
    font-size: 14px;
  }

  .btn-theme.btnTopNavCTA {
    height: 2.6em;
    padding: 0.5em 1.2em;
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  
}

/*********** PAGES ***********/
.bgLightRadial {
  background-image: url('../../images/top-bg-light.png');
  background-position: top center;
  background-size: 91.67% auto;
  background-repeat: no-repeat;
}
.divLightRadial {
  position: absolute;
  top: 0;
  width: 91.67%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.contentContainerM {
  width: 100%;
  max-width: var(--container-medium-width);
  padding: 0 100px;
  margin: 0 auto;
}

.contentListLoading {
  width: 100%;
  height: 300px;
}
.noResultArea {
  display: none;
  width: 100%;
  font-size: var(--font-size-default-18);
  text-align: center;
  padding: 50px 50px;
}
.noResultArea.actived {
  display: block;
}

.pageTitleContainer {
  padding: var(--section-padding-v100);
}

.dotCursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--primary-blue);
  pointer-events: none;
  /*mix-blend-mode: difference;*/
  z-index: 3000;
  /*transition: transform 0.6s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.08s linear, left 0.08s linear;*/
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  opacity: 1;
}
.dotCursor.big {
  width: 120px;
  height: 120px;
  background-color: rgba(107, 176, 211, .25);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}
.dotCursor.hasbg {
  background-color: rgba(107, 176, 211, .25);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}
.dotCursor.fixedHideCursorLogo {
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, opacity 0.4s linear, width 0.2s linear, height 0.2s linear;
}
.dotCursor.fixedHideCursor {
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, opacity 0.4s linear, width 0.2s linear, height 0.2s linear;
}
.dotCursor.hideTouchDevice {
  display: none !important;
}
.dotCursor.bigOnHeader {
  width: 120px;
  height: 120px;
  background-color: var(--primary-blue);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}

.dotInfoCursor {
  position: fixed;
  width: 0;
  height: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: rgba(218, 138, 86, 1);
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
  z-index: 5000;
  transition: transform 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.dotInfoCursor.actived {
  width: 5.2vw;
  height: 5.2vw;
  opacity: 1;
}
.dotInfoCursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 40%;
  height: 40%;
  /*background-image: url('../../images/icon/icon-cursor-plus.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;*/
}
.cursorShowPlus {
  cursor: pointer;
}

.cursorOnBannerTitle {
  cursor: default;
}

.txtHighlightRed {
  color: var(--primary-red);
}
.txtHighlightBlue {
  color: var(--primary-blue);
}
.txtHighlightLightblue {
  color: var(--primary-lightblue);
}
.txtFW500 {
  font-weight: 500;
}

.defaultContentWidth {
  max-width: 1460px;
  margin: 0 auto;
}

.defaultResetFormWidth {
  max-width: 600px;
  margin: 0 auto;
}

.messageBoxPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.50);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
}
.messageBoxPanel.actived {
  top: 0;
}
.messageBoxPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.messageBoxPanelClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
}
.messageBoxPanelCloseBtn {
  cursor: pointer;
  width: 22px;
  transition: opacity .2s ease-in-out;
}
.messageBoxPanelCloseBtn:hover {
  opacity: .75;
}
.messageBoxPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messageBoxPanelContentInner {
  width: 100%;
  max-width: 800px;
  padding: 60px 70px;
  background-color: var(--primary-white);
  border-radius: 20px;
  position: relative;
}

.messageBoxPanelContentDetail {
  font-size: var(--font-size-default-20);
}
.messageBoxPanelContentDetail.txtAlignCenter {
  text-align: center;
}
.messageBoxPanelTextContainer {
  margin-top: 40px;
}
.messageBoxPanelBottomBtn {
  margin-top: 40px;
}

.consultPlatformTitle {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.consultPlatformList {
  margin-top: 40px;
}
.consultPlatformList > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.consultPlatformList > ul > li {
  height: 50px;
  margin: 0 24px 20px;
}
.consultPlatformList > ul > li a {
  transition: opacity .2s ease-in-out;
}
.consultPlatformList > ul > li a:hover {
  opacity: .75;
}

.sectionThemeTitle {
  color: var(--primary-font-color);
  max-width: 51.50vw;
  margin: 0 auto;
}
.sectionThemeTitleInner {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-44);
}
.sectionThemeTitleLeft,
.sectionThemeTitleRight {
  flex: 1;
  height: 1px;
  position: relative;
}
.sectionThemeTitleCenter {
  color: var(--primary-yellow);
  padding: 0 0.26em;
  text-align: center;
}
.sectionThemeTitleLeft::before,
.sectionThemeTitleRight::before {
  content: "";
  position: absolute;
  /*width: 100%;*/
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  top: -0.1em;
  transition: width .8s ease-in-out;
}
.sectionThemeTitleLeft::before {
  right: 0;
}
.sectionThemeTitleRight::before {
  left: 0;
}
.sectionThemeDesc {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
  text-align: center;
  max-width: 1000px;
  /*margin: 30px auto 0;*/
  margin: 24px auto 0;
}

.sectionThemeTitle.txtWhite {
  color: var(--primary-white);
}
.sectionThemeTitle.txtWhite .sectionThemeTitleLeft::before,
.sectionThemeTitle.txtWhite .sectionThemeTitleRight::before {
  background-color: var(--primary-white);
}

.sectionThemeTitle.txtBlue {
  color: var(--primary-blue);
}
.sectionThemeTitle.txtBlue .sectionThemeTitleLeft::before,
.sectionThemeTitle.txtBlue .sectionThemeTitleRight::before {
  background-color: var(--primary-blue);
}

.sectionThemeTitle.actived .sectionThemeTitleLeft::before,
.sectionThemeTitle.actived .sectionThemeTitleRight::before {
  width: 100%;
}

.pageBanner {
  position: relative;
  width: 100vw;
  padding: 240px 0 120px;
  min-height: 36vw;
}
.pageBannerInner {
  width: 100%;
  height: 100%;
}
.pageBannerContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}
.pageBannerContent {
  width: 100%;
  color: var(--primary-white);
  font-size: var(--font-size-default-20);
}
.pageBannerTitleCover {
  text-align: center;
}

.pageBanner.bgRed {
  background-color: var(--primary-red);
  color: #ffffff;
}

.pageBannerThemeLine {
  display: flex;
  align-items: flex-end;
}
.pageBannerThemeLineTxt {
  color: var(--primary-yellow);
}
.pageBannerThemeLineLine {
  flex: 1;
  position: relative;
  transform: translateY(-0.66em);
}
.pageBannerThemeLineLine::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  transition: width .4s ease-in-out;
  transition-delay: .2s;
}

.pageBannerDetail {
  transform: translateY(-0.66em);
  padding: 2.08vw 20px 10px 0;
  width: 100%;
  height: 9.79vw;
  position: relative;
}
.pageBannerDetail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: var(--primary-yellow);
  transform-origin: right top;
  transition: height .4s ease-in-out;
  transition-delay: .6s;
}
.pageBannerDetailText {
  max-width: 660px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all .4s ease-in-out;
  transition-delay: .4s;
}

.pageBannerContent.actived .pageBannerThemeLineLine::before {
  width: 100%;
}
.pageBannerContent.actived .pageBannerDetail::after {
  height: 120%;
}
.pageBannerContent.actived .pageBannerTitle {
  transform: translateY(0);
  opacity: 1;
}
.pageBannerContent.actived .pageBannerDetailText {
  transform: translateY(0);
  opacity: 1;
}

.pageBannerWorkTitle {
  margin-bottom: 1.25vw;
  color: var(--primary-yellow);
}
.pageBannerWorkText {
  margin-bottom: 2.6vw;
  transition: all .4s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
.pageBannerWorkLine {
  position: relative;
  width: 100%;
  height: 3.38vw
}
.pageBannerWorkLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  transition: width .4s ease-in-out;
  transition-delay: .2s;
}

.pageBannerContent.actived .pageBannerWorkText {
  transform: translateY(0);
  opacity: 1;
}
.pageBannerContent.actived .pageBannerWorkLine::before {
  width: 100%;
}

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .pageBanner {
    padding: 200px 0 100px
  }

  .contentContainerM {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .pageBannerTitle h1 {
    font-size: 3.4vw;
  }
  .pageBannerDetail {
    transform: translateY(-0.66em);
    padding: 24px 20px 10px 0;
    height: 120px;
  }

  .pageBanner.workDetailBanner {
    height: 240px;
  }
}
@media (max-width: 820px) {
  .pageBanner {
    padding: 180px 0 90px
  }

  .contentContainerM {
    padding: 0 20px;
  }

  .pageBanner.workDetailBanner {
    height: 200px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBanner {
    padding: 120px 0 60px
  }

  .pageBannerDetail {
    transform: translateY(-0.66em);
    padding: 20px 20px 10px 0;
    height: 170px;
  }

  .contentContainerM {
    padding: 0 15px;
  }

  .sectionThemeTitleLeft,
  .sectionThemeTitleRight {
    transform: translateY(-3px);
  }
  .sectionThemeDesc {
    margin-top: 15px;
  }

  .messageBoxPanelContentInner {
    padding: 60px 24px;
  }
  .consultPlatformList {
    margin-top: 30px;
  }
  .consultPlatformList > ul > li {
    height: 46px;
    margin: 0 20px 26px;
  }

  .sectionThemeTitle {
    max-width: unset;
    margin: 0 auto;
  }

  .sectionThemeTitleLeft::before,
  .sectionThemeTitleRight::before {
    top: 0;
  }

  .pageBanner.workDetailBanner {
    height: 200px;
  }
  
}
@media (max-width: 420px) {
  .sectionThemeTitleCenter {
    max-width: 300px;
  }
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .95);
  font-family: var(--font-notosansthai);
  font-size: 12px;
  line-height: 1.5;
  transition: transform .2s ease-in-out;
  transform: translateY(100%);
  z-index: 2000;
  -webkit-box-shadow: 0 0 6 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6x 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.acceptCookieArea.acceptSlideIn {
  transform: translateY(0);
}
.acceptCookieContent {
  display: flex;
  justify-content: space-between;
}
.acceptCookieArea-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
.acceptCookieArea-btn {
  width: 300px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.acceptCookieArea-text a {
  /*color: #30A8B7;*/
  color: var(--primary-blue);
}
.changePreferenceLink,
.changePreferenceLink:focus {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 20px;
  padding: 0px;
  white-space: nowrap;
  /*color: #30A8B7;*/
  color: var(--primary-blue);
  font-weight: 500;
}
.changePreferenceLink:hover {
  opacity: .7;
  /*color: #30A8B7;*/
  color: #00B6D9;
  text-decoration: underline;
}
.btn-cookie,
.btn-cookie:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid var(--primary-font-color);
  border-radius: 20px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.btn-cookie:hover {
  background-color: var(--primary-font-color);
  color: #ffffff;
}
.cookiePreferenceBoxCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2005;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.cookiePreferenceBoxCover.actived {
  display: block;
}
.cookiePreferenceBox {
  position: fixed;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2050;
  font-size: 14px;
  box-sizing: border-box;
  padding: 1.75em;
  border-radius: 0.5em;
  width: 80vw;
  background-color: #FFFFFF;
  display: none;
}
.cookiePreferenceBox.actived {
  display: block;
}
.cookiePreferenceBoxInner {
  display: none;
}
.cookiePreferenceBoxInner.actived {
  display: block;
}
.cookiePreferenceBox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 219, 219);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
}
.cookiePreferenceBox-closeBtn {
  cursor: pointer;
}
.cookiePreferenceBox-detail {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 8px 14px;
  height: 50dvh;
  max-height: 50dvh;
  overflow: auto;
}
.cookiePreferenceItem {
  padding: 1em;
  background-color: #F8F8F8FF;
  border-radius: 0.5em;
  margin-bottom: 0.75em;
}
.cookiePreferenceItemTitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cookiePreferenceItemDetail {
  display: flex;
}
.cookiePreferenceItemDetail > div:first-child {
  flex: 1;
}
.cookiePreferenceItemDetail > div:nth-child(2) {
  width: 120px;
  display: flex;
  justify-content: center;
}
.cookieCheckboxWrapper {
  position: relative;
}
.cookieCheckboxWrapper input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.cookieCheckboxWrapper label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: grey;
  display: block;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.cookieCheckboxWrapper input:checked + label {
  background: var(--primary-blue);
}
.cookieCheckboxWrapper label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 22px;
  transition: 0.1s;
}
.cookieCheckboxWrapper input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.cookiePreferenceItemDetail a,
.cookiePreferenceItemDetail a:focus {
  cursor: pointer;
  text-decoration: underline;
  color: var(--primary-blue);
}
.cookiePreferenceItemDetail a:hover {
  text-decoration: underline;
  color: #00B6D9;
}
.cookiePreferenceBoxBackWrapper {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.cookiePreferenceBoxBackIcon {
  width: 18px;
  cursor: pointer;
  margin-right: 15px;
  transform: rotate(180deg);
  transform-origin: center;
}
.cookieDetailTable table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.cookieDetailTable table td {
  font-size: 14px;
  font-weight: 400;
  padding: 0.25em 0;
}
.cookieDetailTable table tr td:first-child {
  width: 25%;
  font-weight: 600;
}
.cookiePreferenceSubmitArea {
  margin-top: 50px;
  text-align: center;
}
.policyLinkCover {
  display: inline-block;
  text-wrap: nowrap;
}

@media (max-width: 820px) {
  .acceptCookieArea {
    padding: 15px 15px;
  }
  .acceptCookieContent {
    display: block;
  }
  .acceptCookieArea-text {
    padding-right: 0;
  }
  .acceptCookieArea-btn {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .acceptCookieArea {
    width: 96%;
    left: 2%;
    bottom: 0;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, .9);
  }
  .acceptCookieArea.acceptSlideIn {
    bottom: 20px;
  }
  .cookiePreferenceBox {
    padding: 20px .5em;
    width: 90%;
  }
  .cookiePreferenceItemDetail {
    display: block;
  }
  .cookiePreferenceItemDetail > div:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
  }
  .acceptCookieArea-btn { 
    display: block;
    text-align: center;
  }
  .changePreferenceLink, 
  .changePreferenceLink:focus {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .cookiePreferenceBoxBackWrapper {
    font-size: 16px;
  }
}

/*** POLICY ***/
.sectionPrivacy {
  padding: var(--section-padding-v100);
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li {
  margin-bottom: 10px;
  opacity: .5;
  transition: opacity .2s ease-in-out;
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li.actived {
  opacity: 1;
}
ul.privacyNav > li.actived a {
  font-weight: 600;
}
ul.privacyNav > li:hover {
  opacity: 1;
}
.privacyTitle {
  margin-bottom: 20px;
}
.privacyContent {
  font-size: var(--font-size-default-18);
}

.contentPrivacyControl {
  word-wrap: break-word;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyControl p,
.contentPrivacyControl ul,
.contentPrivacyControl ol {
  margin-bottom: 1.2em;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentPrivacyControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentPrivacyControl a {
  color: var(--primary-blue);
}
.contentPrivacyControl a:hover {
  color: #00B6D9;
}
.contentPrivacyControl ul.listAddMargin > li {
  margin-bottom: 15px;
}
.contentPrivacyControl ul.listAddMargin > li:last-child {
  margin-bottom: 0;
}
.privacyContact {
  padding-left: 5%;
}
.privacyContact table {
  width: 100%;
}
.privacyContact table td {
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 8px;
}
.privacyContact table td:first-child {
  width: 120px;
}

.privacyPolicyListWrapper {
  min-height: 450px;
  margin-top: 50px;
}
ul.privacyPolicyList > li {
  margin-bottom: 25px;
  font-size: var(--font-size-default-20);
}
.privacyPolicyItemInner {
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
}
.privacyPolicyItemInner:hover {
  font-weight: 500;
}
.privacyPolicyListItemIcon {
  width: 32px;
  margin-right: 15px;
}
.contentPrivacySubList {
  display: flex;
  margin-bottom: 1.2em;
}
.contentPrivacySubList > div:first-child {
  width: 50px;
  padding-right: 10px;
}
.contentPrivacySubList > div:last-child {
  flex: 1;
}

.contentPrivacyTable {
  padding-bottom: 1.2em;
}
.contentPrivacyTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .3);
}
.contentPrivacyTable table th, 
.contentPrivacyTable table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .3);
  padding: .5em;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyTable table th {
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
  font-weight: 700;
}
.txtCenter {
  text-align: center;
}
.privacyTableMergeCol {
  background-color: rgba(0,0,0,.05);
}
/*.privacyMasterTable tr > th:first-child,
.privacyMasterTable tr > td:first-child {
  width: 80px;
}*/
.privacyMasterTable tr > th:nth-child(2) {
  width: 130px;
}
.privacyMasterTable tr > th:nth-child(3),
.privacyMasterTable tr > th:nth-child(4) {
  width: 40%;
}

.privacyTable3col tr > th:nth-child(1) {
  width: 80px;
}
.privacyTable3col tr > th:nth-child(3) {
  width: 60%;
}

@media (max-width: 1440px) {
  .contentPrivacySubList > div:first-child {
    width: 40px;
  }
}
@media (max-width: 820px) {
  ul.privacyNav {
    padding-bottom: 30px;
  }
  ul.privacyNav > li {
    text-align: center;
  }
  .privacyTitle {
    text-align: center;
  }
  .privacyContact table td:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  ul.privacyNav {
    padding-bottom: 20px;
  }
  .privacyContact {
    padding-left: 0;
  }
  .privacyContact table td:first-child {
    width: 80px;
  }

  .privacyPolicyListWrapper {
    margin-top: 50px;
    min-height: unset;
    padding-bottom: 100px;
  }
  ul.privacyPolicyList {
    width: 260px;
    margin: 0 auto;
  }
  ul.privacyPolicyList > li {
    margin-bottom: 20px;
  }
  .privacyPolicyListItemIcon {
    width: 28px;
    margin-right: 15px;
  }
  .contentPrivacySubList > div:first-child {
    width: 34px;
  }
}

/*** HOME ***/
.homeBannerCover{
  position: relative;
}
.homeBanner {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.homeBannerControlHeight {
  max-height: 980px;
}
.homeBannerInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.homeBannerContainer {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--primary-red);
  overflow: hidden;
  /*transition: background-color 0.5s ease-in-out;
  transition-delay: 1s;*/
}
.homeBannerContainer.bgWhite {
  background-color: var(--primary-white);
}
.homeBannerLogo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 22.44vh;
  /*max-height: 220px;*/
  max-height: unset !important;
  z-index: 20;
  transition: all 1s ease-in-out;
}
.homeBannerLogoInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeBannerLogo-default {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  transition-delay: 0.6s;
}
.homeBannerLogo-filled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.6s;
}
.homeBannerLogo-filled-mb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.6s;
}
.homeBannerGraphicLeft {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 29%);
  z-index: 5;
  transition: all 0.5s ease-in-out;
  width: 10.9vw;
}
.homeBannerGraphicRight {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -29%);
  z-index: 5;
  transition: all 0.5s ease-in-out;
  width: 10.9vw;
}
.homeBannerImage {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 68.6vw;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(0, -100%);
  transition: all .5s ease-in-out;
  transition-delay: .5s;
}

.homeBannerContentCover {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  padding-left: 6vw;
  padding-right: 40px;
}
.homeBannerContent {
  width: 100%;
  transform: translateY(-20px);
}
.homeBannerTitleCover {
  margin-bottom: 12vh;
}
.homeBannerTitle {
  transform: translate(0, 100px);
  opacity: 0;
  transition: all .4s ease-in-out;
  transition-delay: 1s;
}
.homeBannerDetailCover {
  width: 24vw;
  max-width: 430px;
  font-size: var(--font-size-default-18);
  transform: translate(0, 100px);
  opacity: 0;
  transition: all .4s ease-in-out;
  transition-delay: 1.2s;
}
.homeBannerGraphicBottom {
  position: absolute;
  width: 26vw;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 60;
  opacity: 0;
  transition: all .4s ease-in-out;
  transition-delay: 1.4s;
}

/*.homeBannerContainer.actived {
  background-color: var(--primary-white);
}*/
.homeBannerContainer.actived .homeBannerLogo {
  height: 148.77vh;
  top: -7vh;
  right: 60%;
  transform: translate(0, 0);
  max-height: unset;
}
.homeBannerContainer.actived .homeBannerLogo-default {
  opacity: 0;
}
.homeBannerContainer.actived .homeBannerLogo-filled {
  opacity: 1;
}
.homeBannerContainer.actived .homeBannerGraphicLeft {
  transform: translate(0, 100%);
}
.homeBannerContainer.actived .homeBannerGraphicRight {
  transform: translate(0, -100%);
}
.homeBannerContainer.actived .homeBannerImage {
  transform: translate(0, 0);
}
.homeBannerContainer.actived .homeBannerTitle {
  transform: translate(0, 0);
  opacity: 1;
}
.homeBannerContainer.actived .homeBannerDetailCover {
  transform: translate(0, 0);
  opacity: 1;
}
.homeBannerGraphicBottom.actived {
  transform: translate(-50%, 15%);
  opacity: 1;
}

.MB_homeBannerImage {
  display: none;
}
.MB_homeBannerImageInner {
  position: relative;
  overflow: hidden;
}
.MB_homeBannerImageControl {
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.MB_homeBannerImageView {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transform: translateY(-110%);
  transition: transform .4s ease-in-out;
  transition-delay: 1.8s;
}
.MB_homeBannerImage.actived .MB_homeBannerImageView {
  transform: translateY(0);
}

.MB_homeBannerArea {
  display: none;
  min-height: 100vw;
}
.MB_homeBannerContent {
  position: relative;
  color: var(--primary-white);
  z-index: 20;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  transition-delay: 1s;
}
.MB_homeBannerImgCircle {
  position: absolute;
  bottom: 10vw;
  right: 10px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
  transform-origin: center center;
  transition: all .4s ease-in-out;
  transition-delay: 1s;
  width: 75vw;
  height: 75vw;
  transform: scale(0);
}
.MB_homeBannerImgCircle > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.MB_homeBannerImgCircle > div > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0.75);
}
.MB_homBannerPattern {
  position: absolute;
  width: 44vw;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  transition-delay: 1.4s;
  z-index: 15;
}

.homeBannerContainer.actived .MB_homeBannerContent {
  opacity: 1;
}
.homeBannerContainer.actived .MB_homeBannerImgCircle {
  transform: scale(1);
}
.homeBannerContainer.actived .MB_homBannerPattern {
  opacity: 1;
}

.MB_homeBannerGraphicContainer {
  display: none;
}

@media (max-width: 1600px) {
  .homeBannerContentCover {
    width: 45%;
    padding-left: 6vw;
    padding-right: 40px;
  }
  .homeBannerContainer.actived .homeBannerLogo {
    right: 55%;
  }
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBannerLogo {
    height: 130px;
  }
  .homeBannerControlHeight {
    max-height: 600px;
  }
  .homeBannerContent {
    transform: translateY(20px);
  }
  .homeBannerTitleCover {
    margin-bottom: 120px;
  }
  .homeBannerContentCover {
    width: 50%;
    padding-left: 6vw;
    padding-right: 40px;
  }
  .homeBannerContainer.actived .homeBannerLogo {
    height: 980px;
    top: -160px;
    right: 50%;
  }
  .homeBannerDetailCover {
    width: auto;
  }
}
@media (max-width: 820px) {
  .homeBannerContentCover {
    width: 60%;
    padding-left: 6vw;
    padding-right: 60px;
  }
  .homeBannerContainer.actived .homeBannerLogo {
    height: 980px;
    top: -160px;
    right: 40%;
  }
}
/*@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {*/
@media screen and (max-width: 767px) and (orientation:portrait) {

  /*.homeBannerCover{
    background-color: var(--primary-red);
    overflow: hidden;
    position: relative;
  }
  .homeBannerContainer .homeBannerGraphicLeft,
  .homeBannerContainer .homeBannerGraphicRight {
    display: none;
  }*/

  /*.MB_homeBannerGraphicContainer {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
  }
  .MB_homeBannerGraphicContainer.actived .homeBannerGraphicLeft {
    transform: translate(0, 100%);
  }
  .MB_homeBannerGraphicContainer.actived .homeBannerGraphicRight {
    transform: translate(0, -100%);
  }*/

  /*.homeBanner.homeBannerControlHeight {
    max-height: unset;
    min-height: 100vh;
    height: 100vh;
  }*/

  .homeBannerGraphicBottom {
    width: 44vw;
  }
  .homeBannerGraphicBottom.actived {
    transform: translate(-50%, 50%);
  }

  .homeBannerContentCover {
    width: 96%;
    padding-left: 6vw;
    padding-right: 20px;
  }

  .homeBannerContainer.actived .homeBannerLogo {
    /*height: 980px;
    top: -160px;
    right: 0;*/
    height: 800px;
    top: 0;
    right: 0;
  }

  .homeBannerGraphicLeft {
    width: 20vw;
  }
  .homeBannerGraphicRight {
    width: 20vw;
  }

  .MB_homeBannerImage {
    display: block;
  }
  .homeBannerImage {
    display: none;
  }

  .MB_homeBannerArea {
    display: block;
  }

  .homeBanner .homeBannerTitleCover {
    margin-bottom: 60px;
  }
  .homeBanner .homeBannerDetailCover {
    font-size: 14px;
    max-width: 240px;
  }

  /*
  .homeBanner.homeBannerControlHeight {
    max-height: unset;
    min-height: 100vh;
    height: 100vh;
  }

  .homeBannerGraphicBottom {
    display: none;
    width: 44vw;
  }

  .homeBannerContentCover {
    width: 90%;
    padding-left: 6vw;
    padding-right: 20px;
  }

  .homeBanner .homeBannerContentCover {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding: 120px 10vw 0;
    text-align: center;
  }
  .homeBanner .homeBannerContentCover .homeBannerDetailCover {
    display: none;
  }

  .homeBanner .homeBannerContainer {
    padding-top: calc(100px + 85vw);
    height: 100vh;
    overflow: hidden;
  }

  .homeBannerContainer.actived .homeBannerLogo {
    height: 800px;
    top: 0;
    right: 0;
  }
  .homeBanner .homeBannerContainer.actived .homeBannerLogo {
    height: 100vw;
    top: 100px;
    right: 4vw;
  }
  .homeBanner .homeBannerContainer.actived .homeBannerLogo-filled {
    opacity: 0;
  }
  .homeBanner .homeBannerContainer.actived .homeBannerLogo-filled-mb {
    opacity: 1;
  }

  .homeBannerGraphicLeft {
    width: 20vw;
  }
  .homeBannerGraphicRight {
    width: 20vw;
  }

  .MB_homeBannerImage {
    display: block;
  }
  .homeBannerImage {
    display: none;
  }

  .MB_homeBannerArea {
    display: block;
  }
  */

}
@media (max-width: 425px) {
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .homeBanner {
    height: 600px;
  }

  .homeBannerContainer.actived .homeBannerLogo {
    height: 820px;
    top: -20px;
    right: 50%;
  }
  
  .homeBannerContentCover {
    width: 50%;
    padding-right: 20px;
    align-items: flex-start;
    padding-top: 70px;
  }
  .homeBannerTitleCover {
    margin-bottom: 160px;
  }
  .homeBannerDetailCover {
    font-size: 13px;
  }

  .homeBanner .homeBannerTitleCover {
    margin-bottom: 60px;
  }
  .homeBanner .homeBannerDetailCover {
    font-size: 14px;
    max-width: 240px;
    width: 70%;
  }

  .homeBannerLogo {
    top: 50vh;
  }
  .homeBannerContainer .homeBannerGraphicLeft,
  .homeBannerContainer .homeBannerGraphicRight {
    display: none;
  }
  .MB_homeBannerGraphicContainer {
    display: block;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
  }
  .MB_homeBannerGraphicContainer.actived .homeBannerGraphicLeft {
    transform: translate(0, 100%);
  }
  .MB_homeBannerGraphicContainer.actived .homeBannerGraphicRight {
    transform: translate(0, -100%);
  }

  .homeBannerGraphicBottom {
    transition-delay: 0s;
  }
}

/*** HOME-ABOUT ***/
.themeImgCover {
  position: relative;
  background-color: transparent;
}
.themeImgCover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9vw;
  width: 24.58vw;
  height: calc(100% + 60px);
  /*transform: translate(0, -50%);*/
  transform: translate(-100%, -50%);
  background-color: var(--primary-yellow);
  z-index: 1;
  transition: all .8s ease-in-out;
  opacity: 0;
}
.themeImgCoverImg {
  position: relative;
  padding-left: 3.12vw;
  z-index: 5;
  transition: all 1s ease-in-out;
  transform: translate(-100%, 0);
  opacity: 0;
  background-color: transparent;
}

.themeImgCover.actived::before {
  transform: translate(0, -50%);
  opacity: 1;
}
.themeImgCover.actived .themeImgCoverImg {
  transform: translate(0, 0);
  opacity: 1;
}

.sectionOverflowHiddenX {
  overflow-x: hidden;
}

.homeAbout {
  position: relative;
  width: 100vw;
  padding: 40px 0;
}
.homeAboutContainer {
  position: relative;
  height: 410vh;
}
.homeAboutContent {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}

.homeAboutTitle {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 50;
  top: 40px;
}
.homeAboutButton {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  z-index: 50;
}
.homeAboutHookArea {
  position: absolute;
  width: 100vw;
  height: 300vh;
  top: 0;
  left: 0;
  transform-origin: center center;
  text-align: center;
  z-index: 20;
}
.homeAboutHookItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transform-origin: center bottom;
  /*font-size: var(--font-size-default-100);*/
  font-size: 5.2vw;
  font-family: var(--font-title);
  line-height: 1;
}
.homeAboutHookItem.aboutItem01 {
}
.homeAboutHookItem.aboutItem02 {
  transform: rotate(90deg);
}
.homeAboutHookItem.aboutItem03 {
  transform: rotate(180deg);
}
.homeAboutHookItemContent {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeAboutHookItemContent > div {
  width: 100%;
  text-align: center;
}

.homeAboutImageList {
  position: relative;
  z-index: 5;
}
.homeAboutImageItem {
  position: absolute;
  height: 53vh;
  overflow: hidden;
  border-radius: 50%;
}
.homeAboutImageItem.abouteImg00 {
  height: 53vh;
  top: 20vh;
  right: 5vw;
}
.homeAboutImageItem.abouteImg01 {
  height: 53vh;
  /*top: 75vh;*/
  top: 20vh;
  left: 5vw;
}
.homeAboutImageItem.abouteImg02 {
  height: 70vh;
  top: 80vh;
  right: 3vw;
}
.homeAboutImageItem.abouteImg03 {
  height: 90vh;
  top: 150vh;
  left: -6vw;
}
.homeAboutImageItem.abouteImg04 {
  height: 70vh;
  top: 226vh;
  right: -3vw;
}
.homeAboutImageItem.abouteImg05 {
  height: 65vh;
  top: 278vh;
  left: 8vw;
}
.homeAboutImageItem.abouteImg06 {
  height: 40vh;
  top: 340vh;
  right: 14vw;
}

.homeAboutMainImage {
  width: 100vw;
  padding: 4vw 1vw 1vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .homeAboutImageItem.abouteImg01 {
    height: 40vh;
  }
  .homeAboutImageItem.abouteImg02 {
    height: 50vh;
  }
  .homeAboutImageItem.abouteImg03 {
    height: 70vh;
  }
  .homeAboutImageItem.abouteImg04 {
    height: 50vh;
  }
  .homeAboutImageItem.abouteImg05 {
    height: 45vh;
  }
  .homeAboutImageItem.abouteImg06 {
    height: 30vh;
  }
  .homeAboutMainImage {
    padding: 1vw 1vw 1vw;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {

}
@media screen and (max-width: 767px) and (orientation:portrait) {
  .homeAboutMainImage {
    padding: 8px 8px 8px;
  }

  .homeAboutHookItem {
    font-size: 10vw;
  }
  .homeAboutTitle {
    top: 10vh;
  }
  .homeAboutButton {
    bottom: 10vh;
  }
  .homeAboutImageItem.abouteImg01 {
    height: 56vw;
    top: 14vh;
    /*top: 65vh;*/
  }
  .homeAboutImageItem.abouteImg02 {
    height: 80vw;
  }
  .homeAboutImageItem.abouteImg03 {
    height: 100vw;
  }
  .homeAboutImageItem.abouteImg04 {
    height: 80vw;
  }
  .homeAboutImageItem.abouteImg05 {
    height: 70vw;
  }
  .homeAboutImageItem.abouteImg06 {
    height: 50vw;
    top: 334vh;
    right: 6vw;
  }
}
@media (max-width: 425px) {
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  .homeAboutHookItem {
    font-size: 8.2vw;
  }
  .homeAboutTitle {
    top: 10vh;
  }
  .homeAboutButton {
    bottom: 10vh;
  }
  .homeAboutImageItem.abouteImg01 {
    height: 40vw;
  }
  .homeAboutImageItem.abouteImg02 {
    height: 50vw;
  }
  .homeAboutImageItem.abouteImg03 {
    height: 70vw;
  }
  .homeAboutImageItem.abouteImg04 {
    height: 50vw;
  }
  .homeAboutImageItem.abouteImg05 {
    height: 45vw;
  }
  .homeAboutImageItem.abouteImg06 {
    height: 30vw;
  }
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .homeAboutTitle {
    top: 5vh;
  }
  .homeAboutButton {
    bottom: 5vh;
  }
}

/*** HOME-PRODUCT ***/
.homeProduct {
  width: 100vw;
  background-color: var(--primary-white);
  padding-bottom: 100px;
}
.homeProductHeader {
  padding: 4.6vw 0 1.5vw;
  background-color: var(--primary-red);
  text-align: center;
  color: var(--primary-white);
}
.homeProductShowArea {
  position: relative;
  background-image: url('../../images/home/bg-product-elm.jpg');
  background-repeat: repeat-y;
  background-size: 100% auto;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.homeProductShowArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16%;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: url('../../images/bg-curve-product-open.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateY(-2px);
}
.homeProductShowArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16%;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-image: url('../../images/bg-curve-product-close.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateY(2px);
}
.homeProductShowAreaInner {
  width: 100%;
}

.showcaseContainer {
  position: relative;
  z-index: 20;
}
.swiperShowcase .swiper-wrapper {
  align-items: center;
}
.swiperShowcase .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcaseItemCover {
  position: relative;
}
.showcaseItem {
  position: relative;
  width: auto;
  /*height: 23vw;*/
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
  background-color: var(--primary-white);
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
  transform: scale(0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcaseItemInner {
  width: 70%;
}
.showcaseItemTitleCover {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background-color: var(--primary-red);
  padding: 0.8em 1.5em;
  z-index: 15;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: all .1s linear;
  transition-delay: 0.1s;
  border-radius: 6px;
}
.showcaseItemTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-26);
  color: var(--primary-white);
  font-weight: 700;
  text-transform: uppercase;
}
.showcaseItemCateCover {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 40vw;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 15;
  visibility: hidden;
  opacity: 0;
  transition: all .1s linear;
  transition-delay: 0.1s;
}
.showcaseItemCate {
  font-size: var(--font-size-default-18);
  color: var(--primary-red);
}

.swiperShowcase.swiper {
  overflow: visible;
}
.swiperShowcase .swiper-slide-active .showcaseItem {
  transform: scale(1.3);
  z-index: 10;
}
.swiperShowcase .swiper-slide-active .showcaseItemTitleCover {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 80%);
  transition: all .2s ease-in-out;
  transition-delay: 0.4s;
}
.swiperShowcase .swiper-slide-active .showcaseItemCateCover {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 80%);
  transition: all .2s ease-in-out;
  transition-delay: 0.6s;
}
.swiperShowcase .swiper-wrapper {
  /*padding-bottom: 4vw;*/
}
.swiperShowcase .swiper-button-next, 
.swiperShowcase .swiper-button-prev {
  color: var(--primary-red);
  /*width: 3.125vw;*/
  width: 60px;
}
.swiperShowcase .swiper-button-prev {
  left: calc(50% - 18.5vw);
}
.swiperShowcase .swiper-button-next {
  right: calc(50% - 18.5vw);
}
.swiperShowcase .swiper-button-next::after, 
.swiperShowcase .swiper-button-prev::after {
  display: none;
}

.homeProductControl {
  position: relative;
  z-index: 1;
  visibility: hidden;
}
.homeProductImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.homeProductButton {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .homeProduct {
    padding-bottom: 80px;
  }
  .homeProductShowArea {
    min-height: 620px;
  }
  .homeProductButton {
    margin-top: 120px;
  }

  .swiperShowcase .swiper-slide-active .showcaseItem {
    transform: scale(1.05);
  }
}
@media (max-width: 1024px) {
  .homeProductShowArea {
    min-height: 480px;
  }
  .homeProductShowArea::before {
    height: 70px;
  }
  .homeProductShowArea::after {
    height: 70px;
  }
  .homeProductButton {
    margin-top: 140px;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeProductShowArea {
    min-height: 420px;
  }
  .homeProductShowArea::before {
    height: 60px;
  }
  .homeProductShowArea::after {
    height: 60px;
  }
  .homeProductButton {
    margin-top: 140px;
  }

  .showcaseItemCateCover {
    width: 100%;
    padding: 0 10px;
  }

  .swiperShowcase .swiper-slide-active .showcaseItem {
    transform: scale(0.9);
  }
  .swiperShowcase .swiper-slide-active .showcaseItemTitleCover {
    transform: translate(-50%, 0%);
  }
  .swiperShowcase .swiper-slide-active .showcaseItemCateCover {
    transform: translate(-50%, 10%);
  }

  .swiperShowcase .swiper-button-next, 
  .swiperShowcase .swiper-button-prev {
    width: 40px;
  }
  .swiperShowcase .swiper-button-prev {
    left: 5px;
  }
  .swiperShowcase .swiper-button-next {
    right: 5px;
  }
}
@media (max-width: 425px) {
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .swiperShowcase .swiper-slide-active .showcaseItem {
    transform: scale(1);
  }
  .swiperShowcase .swiper-slide-active .showcaseItemTitleCover {
    transform: translate(-50%, 40px);
  }
  .swiperShowcase .swiper-slide-active .showcaseItemCateCover {
    transform: translate(-50%, 70px);
  }
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .homeProductControl {
    width: 400px;
  }
  .swiperShowcase .showcaseItem {
    transform: scale(0.5);
  }
  .swiperShowcase .swiper-slide-active .showcaseItem {
    transform: scale(0.7);
  }
  .swiperShowcase .swiper-slide-active .showcaseItemTitleCover {
    transform: translate(-50%, -20px);
  }
  .swiperShowcase .swiper-slide-active .showcaseItemCateCover {
    transform: translate(-50%, -20px);
  }
}

/*** HOME-MERCHANDISE ***/
.pageBanner.merchandiseBanner {
  padding-bottom: 60px;
  min-height: unset;
}
.homeMerchandise {
  width: 100vw;
  padding: var(--section-padding-v100);
}
.homeMerchandiseInner {
}
.homeMerchandiseTitle {
  text-align: center;
}
.merchandiseListContainer {
  margin-top: 40px;
}
.merchandiseListContainer > .row {
  margin-left: -1.3vw;
  margin-right: -1.3vw;
}
.merchandiseItem {
  padding: 0 1.3vw;
  margin-bottom: 2.6vw;
}
.merchandiseItemInner {
  display: block;
}
.merchandiseItemDetail {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.merchandiseItem-title {
  flex: 1;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.1;
  transform: translateY(-0.1em);
}
.merchandiseItem-price {
  text-align: right;
  min-width: 90px;
  font-size: var(--font-size-default-18);
}

.merchandiseItemImg {
  position: relative;
  overflow: hidden;
}
.merchandiseItemImg .itemDefault {
  position: relative;
  /*visibility: visible;
  opacity: 1;
  transition: opacity .2s ease-in-out;*/
}
.merchandiseItemImg .itemHover {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  z-index: 5;
}
.merchandiseItemInner:hover .merchandiseItemImg .itemDefault {
  /*visibility: hidden;
  opacity: 0;*/
}
.merchandiseItemInner.setHover .merchandiseItemImg .itemHover, 
.merchandiseItemInner:hover .merchandiseItemImg .itemHover {
  visibility: visible;
  opacity: 1;
}

.homeMerchandiseButton {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .pageBanner.merchandiseBanner {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .merchandiseListContainer {
    margin: 30px auto 0;
    max-width: 500px;
  }
  .merchandiseListContainer > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .merchandiseItem {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBanner.merchandiseBanner {
    padding-bottom: 30px;
  }
  .merchandiseListContainer > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .merchandiseItem {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .merchandiseItemDetail {
    display: block;
    margin-top: 14px;
  }
  .merchandiseItem-price {
    margin-top: 0;
    text-align: left;
  }
  .homeMerchandiseButton {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 425px) {
}

/*** HOME-LOCATION ***/
.homeLocation {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.homeLocationInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.homeLocationContent {
  color: #ffffff;
}
.homeLocationDetail {
  font-size: var(--font-size-default-22);
  margin-top: 50px;
  margin-bottom: 30px;
}
.homeLocationBtn {
  margin-bottom: 30px;
}
.homeLocationContact {
  font-size: var(--font-size-default-22);
  margin-bottom: 30px;
}
.homeLocationSocial {
  font-size: var(--font-size-default-22);
}
.homeLocationSocial > ul > li {
  display: inline-block;
  width: 1.27em;
  margin-right: 14px;
}
.homeLocationSocial > ul > li:last-child {
  margin-right: 0;
}

.homeLocationContact a {
  transition: opacity .2s ease-in-out;
}
.homeLocationContact a:hover {
  opacity: 0.7;
}
.homeLocationSocial a {
  display: inline-block;
  transition: all .2s ease-in-out;
}
.homeLocationSocial a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

.homeLocationCopyrights {
  position: absolute;
  bottom: 40px;
  font-size: var(--font-size-default-16);
}
.homeLocationCopyrights br {
  display: none;
}

.MB_homeLocationImage {
  display: none;
}

.MB_homeLocationImgArea {
  display: none;
  position: relative;
  width: 100vw;
  min-height: 100vw;
  background-color: var(--primary-red);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.MB_homeLocationImgText {
  position: relative;
  color: var(--primary-white);
  font-size: 8.7vw;
  font-weight: 700;
  padding-top: 8vw;
  z-index: 20;
}
.MB_homeLocationImgCircle {
  position: absolute;
  bottom: 10vw;
  right: 10px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
  transform-origin: center center;
  transition: all .4s ease-in-out;
  transition-delay: 1s;
  width: 75vw;
  height: 75vw;
  transform: scale(1);
}
.MB_homeLocationImgCircle > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.MB_homeLocationImgCircle > div > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0.75);
}
.MB_homeLocationImgPattern {
  position: absolute;
  width: 44vw;
  left: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  transition-delay: 1.4s;
  z-index: 15;
}

.locationHashTag {
  position: absolute;
  bottom: 20px;
  right: var(--control-padding);
  font-size: var(--font-size-default-60);
  line-height: 1.1;
  color: var(--primary-white);
  font-weight: 700;
  z-index: 20;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeLocation .homeBannerContentCover {
    align-items: flex-start;
    padding-top: 40px;
  }
  .homeLocationDetail {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .homeLocationBtn {
    margin-bottom: 20px;
  }
  .homeLocationContact {
    margin-bottom: 20px;
  }
  .homeLocationCopyrights {
    bottom: 25px;
  }
}
@media (max-width: 820px) {
  .homeLocationDetail {
    font-size: var(--font-size-default-18);
  }
  .homeLocationContact {
    font-size: var(--font-size-default-18);
  }
}
/*@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {*/
@media screen and (max-width: 767px) and (orientation:portrait) {
  /*.homeLocationContent {
    color: rgba(178, 53, 68, 1);
  }*/
  .homeLocation .homeBannerContentCover {
    padding-top: 100px;
  }
  .homeLocationDetail {
    margin-top: 20px;
    /*font-size: var(--font-size-default-16);*/
    font-size: 13px;
  }
  .homeLocationContact {
    font-size: 13px;
  }
  .homeLocationCopyrights {
    font-size: 12px;
  }
  .homeLocationCopyrights br {
    display: inline;
  }

  .MB_homeLocationImage {
    display: block;
  }

  .MB_homeLocationImgArea {
    display: block;
  }

  .locationHashTag {
    display: none;
  }

}
@media (max-width: 425px) {
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .homeLocation {
    height: 600px;
  }
  .homeLocation .homeBannerContentCover {
    padding-top: 100px;
  }
  .homeLocationDetail {
    font-size: 13px;
  }
  .homeLocationContact {
    font-size: 13px;
  }
  .homeLocationSocial > ul > li {
    width: 18px;
  }
}

/*** ABOUT-INTRO ***/
.aboutIntro {
  width: 100vw;
  position: relative;
  padding-top: 30vh;
}
.aboutBannerImageContainer {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.aboutBannerImageCoverSizer {
  position: relative;
  visibility: hidden;
}
.aboutBannerImageCover {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  /*transform: scale(0.7625);*/
  transform-origin: center top;
  overflow: hidden;
  z-index: 20;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.aboutBannerImage {
  display: block;
  margin: 0 auto;
  transform-origin: center top;
  -webkit-mask-image: url('../../images/about/circle.svg');
  -webkit-mask-size: 70%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.aboutIntroGuideLine {
  -webkit-animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50vh;
  background: var(--primary-red);
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutIntro {
    padding-top: 120px;
  }
}
@media (max-width: 425px) {
}

/*** ABOUT-CONCEPT ***/
.aboutConcept {
  width: 100vw;
  position: relative;
  background-color: var(--primary-red);
  color: var(--primary-white);
  padding: var(--section-padding-v120);
}
.aboutConcept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 7.8vw;
  background-color: var(--primary-white);
  z-index: 5;
}
.aboutConceptQuote {
  margin: 0 auto;
  padding: 80px 10px 13vw;
  max-width: 1200px;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-40);
  line-height: 1.4;
  text-align: center;
}
.aboutConceptQuoteInner > div {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 50%,
    rgba(178, 53, 68, 0.5) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.aboutConceptList {
  padding: 0 100px;
}
.aboutConceptList .row {
  margin-left: -4vw;
  margin-right: -4vw;
}
.aboutConceptItem {
  padding: 0 4vw 2.6vw;
}
.aboutConceptItemInner {
  position: relative;
}
.aboutConceptItemIconCover {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-90%, -30%);
  width: 50px;
  z-index: 5;
}
.aboutConceptItemIcon {
  animation: spin 2s linear infinite;
}
.aboutConceptItemContent {
  position: relative;
  z-index: 20;
  font-size: var(--font-size-default-18);
}
.aboutConceptItem-title {
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.aboutConceptItem-title .highlightText {
  font-size: var(--font-size-default-26);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .aboutConceptItem {
    padding: 0 4vw 80px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutConcept::before {
    height: 50px;
  }
  .aboutConceptQuote {
    padding: 40px 10px 80px;
    font-size: 18px;
    line-height: 1.5;
  }
  .aboutConceptList {
    padding: 0 50px;
  }
  .aboutConceptItem {
    padding: 0 4vw 50px;
  }
  .aboutConceptItemIconCover {
    width: 40px;
  }
}
@media (max-width: 425px) {
}

/*** ABOUT-INGREDIENT ***/
.aboutIngredient {
  width: 100vw;
  position: relative;
  padding: 13vw 0;
  text-align: center;
  overflow: hidden;
}
.aboutIngredient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 13vw;
  transform: translateX(-50%);
  background-color: var(--primary-red);
}
.aboutIngredient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 13vw;
  transform: translateX(-50%);
  background-color: var(--primary-red);
}
.aboutSectionConcenptTitleCover {
  display: inline-block;
  border-top: 2px solid var(--primary-red);
  padding-top: 20px;
}
.aboutIngredientList {
  position: relative;
  padding: 6.25vw 0;
  text-align: center;
}
.aboutIngredientItem {
  font-size: var(--font-size-default-150);
  line-height: 1.1;
}
.aboutIngredientImg01 {
  position: absolute;
  width: 29.6vw;
  top: 0;
  left: -10vw;
}
.aboutIngredientImg02 {
  position: absolute;
  width: 30vw;
  top: 20%;
  right: -10vw;
}
.aboutIngredientImg03 {
  position: absolute;
  width: 32vw;
  bottom: 0;
  left: -10vw;
}

.aboutPattern {
  width: 100vw;
  position: relative;
  padding-top: 7.8vw;
  text-align: center;
  overflow: hidden;
}
.aboutPattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 7.8vw;
  transform: translateX(-50%);
  background-color: var(--primary-red);
}
.aboutPatternQuote {
  margin: 0 auto;
  padding: 60px 10px 80px;
  max-width: 1000px;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-32);
  line-height: 1.4;
  text-align: center;
}

.aboutPattern.aboutBgRed {
  background-color: var(--primary-red);
  color: white;
}
.aboutPattern.aboutBgRed::before {
  background-color: var(--primary-white);
}
.aboutPattern.aboutBgRed .aboutSectionConcenptTitleCover {
  border-top: 2px solid var(--primary-white);
}

.aboutConceptQuoteInner.showTextRed > div {
  background: linear-gradient(
    to right,
    rgba(109, 10, 29, 1) 50%,
    rgba(178, 53, 68, 0.5) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

@media (max-width: 1600px) {
  .aboutIngredientImg01 {
    width: 29.6vw;
    top: 0;
    left: -16vw;
  }
  .aboutIngredientImg02 {
    width: 30vw;
    top: 20%;
    right: -16vw;
  }
  .aboutIngredientImg03 {
    width: 32vw;
    bottom: 0;
    left: -16vw;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .aboutIngredientImg01 {
    width: 29.6vw;
    top: -100px;
    left: -16vw;
  }
  .aboutIngredientImg02 {
    width: 30vw;
    top: unset;
    bottom: -110px;
    right: -16vw;
  }
  .aboutIngredientImg03 {
    width: 32vw;
    bottom: -50px;
    left: -16vw;
  }
}
@media (max-width: 820px) {
  .aboutIngredientList {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutIngredient {
    padding: 60px 0;
  }
  .aboutIngredient::before {
    height: 60px;
  }
  .aboutIngredient::after {
    height: 60px;
  }
  .aboutIngredientList {
    padding: 40px 0;
  }
  .aboutIngredientItem {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .aboutIngredientImg01 {
    width: 40vw;
    top: -50px;
    left: -16vw;
  }
  .aboutIngredientImg02 {
    width: 40vw;
    top: unset;
    bottom: -50px;
    right: -16vw;
  }
  .aboutIngredientImg03 {
    width: 40vw;
    bottom: -30px;
    left: -16vw;
  }

  .aboutPattern {
    padding-top: 60px;
  }
  .aboutPattern::before {
    height: 60px;
  }
  .aboutPatternQuote {
    padding: 50px 10px 60px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 425px) {
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .aboutIngredientList {
    padding: 40px 20vw;
  }
}

/*** ABOUT-QUOTE ***/
.aboutMainQuote {
  width: 100vw;
  background-image: url('../../images/about/bg-main-quote-elm.webp');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  height: 26vw;
}
.aboutMainQuoteInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutMainQuoteBox {
  width: 100%;
  background-color: var(--primary-white);
  color: var(--primary-red);
  font-family: var(--font-title);
  font-size: var(--font-size-default-80);
  text-transform: none;
  line-height: 1.1;
  padding: 1.2em 2.2em;
  text-align: center;
  border-radius: 6px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutMainQuote {
    height: 160px;
  }
}
@media (max-width: 425px) {
}

/*** PRODUCT-INTRO ***/
.productBannerGraphic {
  position: absolute;
  width: 18.2vw;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
}
.productIntro {
  width: 100vw;
  background-color: var(--primary-white);
  background-image: url('../../images/product/bg-curve-bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: var(--section-padding-v100);
  text-align: center;
}

.ourMenuIntro {
  width: 100vw;
  position: relative;
}
.ourMenuIntroCurve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.ourMenuIntroPattern {
  position: relative;
  z-index: 5;
}

.productArea {
  width: 100vw;
  padding-top: 20px;
}
.productList {
  border-top: 0.5px solid rgba(109, 10, 29, .2);
  border-bottom: 0.5px solid rgba(109, 10, 29, .2);
}
.productList > .row {
  margin-left: 0;
  margin-right: 0;
}
.productItem {
  position: relative;
  padding: 0;
  border: 0.5px solid rgba(109, 10, 29, .2);
  padding: 1.5vw;
  overflow: hidden;
}
.productItem-bgLower {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  z-index: 5;
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
}
.productItem-bgUpper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 70%;
  z-index: 10;
  transform-origin: center center;
  transition: all 0.5s ease-in-out;
}

.productItemInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.5vw 0;
  z-index: 50;
}

.productItem-image {
  width: 50%;
  max-width: 320px;
  z-index: 50;
}
.productItem-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.1;
  color: var(--primary-red);
  z-index: 80;
  transition: color 0.5s ease-in-out;
}
.productItem-detail {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: left;
  font-size: var(--font-size-default-16);
  line-height: 1.125;
  color: var(--primary-white);
  z-index: 80;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.productItem:hover .productItem-bgLower {
  transform: translate(-50%, -50%) scale(2);
}
.productItem:hover .productItem-bgUpper {
  transform: translate(-50%, -50%) scale(1);
}
.productItem:hover .productItem-title {
  color: var(--primary-white);
}
.productItem:hover .productItem-detail {
  opacity: 1;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .productItem {
    padding: 20px 20px;
  }
  .productItemInner {
    padding: 15vw 0;
  }
  .productItem-title {
    font-size: var(--font-size-default-30);
  }
  .productItem-detail {
    font-size: 14px;
    line-height: 1.125;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .productItemInner {
    padding: 32vw 0;
  }
  .productItem-detail {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 425px) {
}

@media screen and (max-width:900px) and (orientation:landscape) {
  .productItemInner {
    padding: 15vw 0;
  }
}

/*** MERCHANDISE-INTRO ***/
.merchandiseIntro {
  width: 100vw;
  position: relative;
}
.merchandiseIntroCurve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.merchandiseIntroPattern {
  position: relative;
  z-index: 5;
}
.merchandiseListArea {
  width: 100vw;
  padding: var(--section-padding-v120);
  padding-top: 4.16vw;
}

.merchandiseDetailArea {
  width: 100vw;
  padding: var(--section-padding-v80);
}
.merchandiseDetail {
  max-width: 1200px;
  margin: 0 auto;
}
.merchandiseDetailInner {
  display: flex;
  flex-direction: row-reverse;
}
.merchandiseDetailLeft {
  width: 50%;
  padding-right: 5.2vw;
}
.merchandiseDetailRight {
  width: 50%;
  padding: 0 20px;
}
.merchandiseContentBox {
  /*padding: 40px 30px;
  background-color: var(--primary-red);
  color: var(--primary-white);*/
}
.merchandiseDetailTitleCover {
  margin-bottom: 25px;
}
.merchandiseDetailPrice {
  margin-top: 25px;
}
.merchandiseDetailImage {
  margin-bottom: 20px;
  max-width: 500px;
  border-radius: 6px;
  overflow: hidden;
}
.merchandiseDetailPrice {
  font-size: var(--font-size-default-20);
  font-weight: 700;
}

.merchandiseOtherNav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.merchandiseOtherNav > div:first-child {
  margin-right: 10px;
}
.merchandiseOtherNav > div:last-child {
  margin-left: 10px;
}
.merchandiseOtherNavItem {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-18);
  font-family: var(--font-title);
  line-height: 1.1;
}
.merchandiseOtherNavNext {
  text-align: right;
}
.merchandiseOtherNavPrev .merchandiseOtherNavIcon {
  width: 20px;
  margin-right: 10px;
}
.merchandiseOtherNavNext .merchandiseOtherNavIcon {
  width: 20px;
  margin-left: 10px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .merchandiseDetailInner {
    display: block;
  }
  .merchandiseDetailLeft {
    width: 100%;
    padding-right: 0;
  }
  .merchandiseDetailRight {
    width: 100%;
    padding: 0 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
}