/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Thai:wght@100..900&display=swap');

/*
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-<uniquifier> {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

blue: #041640;
lightblue: #219CD5;
gold: #DA8A56;
*/

/* 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: #041640;
  --primary-blue: #041640;
  --primary-lightblue: #219CD5;
  --primary-black: #000000;
  --primary-white: #FFFFFF;
  --primary-gold: #DA8A56;
  --font-title: "Josefin Sans", "Noto Sans Thai", sans-serif;
  --sectionPaddingV160: 160px 0;
  --sectionPaddingV120: 120px 0; 
  --sectionPaddingV100: 100px 0; 
  --sectionPaddingV80: 80px 0; 
  --sectionPaddingV60: 60px 0; 
  --sectionPaddingV40: 40px 0; 
  --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-50: 50px;
  --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: 4.16vw;
  --padding60: 60px;
}

@media (max-width: 1600px) {
  body{
    --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-50: 40px;
    --font-size-default-40: 34px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 25px;
    --font-size-default-26: 22px;
    --font-size-default-22: 19px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1366px) {
  body{
    --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-50: 36px;
    --font-size-default-40: 30px;
    --font-size-default-34: 25px;
    --font-size-default-32: 24px;
    --font-size-default-30: 22px;
    --font-size-default-26: 19px;
    --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;
    --control-padding: 4.16vw;
  }
}
@media (max-width: 1024px) {
  body{
    --sectionPaddingV160: 120px 0;
    --sectionPaddingV120: 100px 0; 
    --sectionPaddingV100: 80px 0; 
    --sectionPaddingV80: 70px 0; 
    --sectionPaddingV60: 40px 0;
    --sectionPaddingV40: 30px 0; 
    --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-50: 27px;
    --font-size-default-40: 24px;
    --font-size-default-34: 22px;
    --font-size-default-32: 20px;
    --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: 70px;
    --padding60: 40px;
  }
}
@media (max-width: 820px) {
  body{
    --sectionPaddingV160: 100px 0;
    --sectionPaddingV120: 80px 0; 
    --sectionPaddingV100: 70px 0; 
    --sectionPaddingV80: 60px 0;
    --sectionPaddingV60: 30px 0;
    --sectionPaddingV40: 20px 0; 
    --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-50: 25px;
    --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: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --sectionPaddingV160: 70px 0;
    --sectionPaddingV120: 60px 0; 
    --sectionPaddingV100: 50px 0; 
    --sectionPaddingV80: 40px 0;
    --sectionPaddingV60: 30px 0;
    --sectionPaddingV40: 20px 0; 
    --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-50: 21px;
    --font-size-default-40: 20px;
    --font-size-default-34: 19px;
    --font-size-default-32: 18px;
    --font-size-default-30: 18px;
    --font-size-default-26: 17px;
    --font-size-default-22: 16px;
    --font-size-default-20: 15px;
    --font-size-default-18: 14px;
    --font-size-default-16: 13px;
    --font-size-default-14: 12px;
    --titleBoxPaddingTop: 50px;
  }
}

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

body {
  background-color: var(--primary-white);
}
body, table, tr, td, p
{
  font-family: "Roboto", "Noto Sans Thai", sans-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 1s 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;
}

@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-100);*/
  font-size: 5.2vw;
  line-height: 1.2;
  text-transform: uppercase;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-80);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
h3 {
  /*font-family: var(--font-title);*/
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}
h4 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-40);
  line-height: 1.2;
  font-weight: 500;
}
h5 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  color: var(--primary-lightblue);
  font-weight: 500;
}

@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: 7vw;*/
    font-size: 10vw;
  }
}

/*********** 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:990;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}
.loadingScreenHash.actived {
  display: flex;
}
.loadingScreenHash .loader {
  border: 10px solid var(--primary-blue);
  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: 15%;
  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: 3.125vw;
  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(--primary-blue);
}
.topNav.minimize .topNavBar {
  /*height: 60px;*/
  height: 100%;
}
.topNav.minimize .topNavLogo {
  /*max-width: 160px;*/
  height: 2.5vw;
}
.topNav.minimize .topNavInner {
}
.topNav.bgGold {
  /*background-color: var(--primary-gold);
  border-color: var(--primary-gold);*/
}

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

.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-title);
  font-size: var(--font-size-default-16);
  color: var(--primary-blue);
  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-blue);
  transition: all .2s ease-in-out;
}
.topNavItemList .dropdown-item:focus, 
.topNavItemList .dropdown-item.active {
  background-color: var(--primary-lightblue);
  color: #ffffff;
}

/*.topNavItemList .dropdown:hover > .dropdown-menu {
    display: block;
}*/
/* Optional: To prevent the dropdown from becoming "sticky" after a click */
/*.topNavItemList .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}*/

.topNavHamCoverContainer {
  position: fixed;
  display: none;
  z-index: 1200;
  top: 35px;
  transform: translateY(-50%);
  right: var(--control-padding);
}
.topNavHamCoverInside {
  display: none;
  margin-left: 30px;
}
.topNavHamCover {
  /*margin-left: 34px;*/
  position: relative;
}
.topNavHamBoxCover {
  width: 36px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topNavHamBox {
  overflow: hidden;
}
.topNavHamLine {
  width: 36px;
  height: 3px;
  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,6px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
  transform: translate(0,-6px);
  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 0.83em;
  text-align: center;
  color: var(--primary-white);
  font-size: var(--font-size-default-18);
  line-height: 1.4;
  font-weight: 700;
  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;
}
ul.topNavItemList > li > a.topNavItemLink::before ,
ul.topNavItemList > li a.dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: var(--primary-gold);
  transition: width .2s ease-in-out, opacity .4s ease-in-out;
  transform-origin: center;
  transform: translateX(-50%);
}
ul.topNavItemList > li > a.topNavItemLink:hover::before,
ul.topNavItemList > li > a.topNavItemLink.actived::before,
ul.topNavItemList > li a.dropdown-toggle:hover::before,
ul.topNavItemList > li a.dropdown-toggle.actived::before {
  width: 100%;
  opacity: 1;
}

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-gold);
}
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: .5rem 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: 2px 15px 2px 5px;
  border: none;
  border-radius: 0;
  color: var(--primary-white);
  font-size: var(--font-size-default-18);
  line-height: 1.4;
  font-weight: 700;
}
.topNavBarLang .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-title);
  font-size: var(--font-size-default-18);
  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: 40px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 5px;
  font-family: var(--font-title);
  color: var(--primary-font-color);
  font-size: var(--font-size-default-16);
  line-height: 1;
}
.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;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .topNavLogo {
    height: 3.4vw;
  }
}
@media (max-width: 1366px) {
  .topNav {
    height: 120px;
  }
  .topNavFixSpace {
    height: 120px;
  }
  .topNavBar {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  /*.mobileNavCloseContainer {
    height: 70px;
  }*/
  .topNav.minimize .topNavLogo {
    height: 3.4vw;
  }

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }

  .topNav .topNavBarLang {
    display: none;
  }
}
@media (max-width: 820px) {
  .topNav {
    height: 80px;
  }
  .topNavFixSpace {
    height: 80px;
  }
  .topNavLogo {
    height: 4.8vw;
  }
  .topNav.minimize .topNavLogo {
    height: 4.8vw;
  }
  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: 80px;
  }*/
  .topNavLogo {
    height: 32px;
  }
  .topNav.minimize .topNavLogo {
    height: 32px;
  }
  .topNavHamCoverInside {
    margin-left: 10px;
  }

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

  .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;
  }*/
}

/*********** MOBILE NAV AREA *******/
.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 50%;
  max-width: 676px;
  height: 100dvh;
  top: 0;
  right: 0;
  background-color: var(--primary-blue);
  color: #ffffff;
  z-index: 1150;
  transform: translateX(100%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.mobileNavArea.actived {
  transform: translateX(0);
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 18%;
}
.mobileNavAreaInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary-blue);
  z-index: 5;
}
.mobileNavLineCover {
  position: absolute;
  top: 35px;
  right: calc(var(--control-padding) + 80px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  transition-delay: .3s;
}
.mobileNavArea.actived .mobileNavLineCover {
  opacity: 1;
}
.mobileNavHamContainer {
  position: absolute;
  top: 20px;
  right: 30px;
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-size: 42px;
  line-height: 1.2;
  margin: 22px 0;
  text-transform: uppercase;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}

.mobileNavContact {
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin-top: 40px;
  padding-top: 30px;
  font-size: var(--font-size-default-20);
}
.contactItemCover {
  margin-bottom: 10px;
}

.mobileNavArea .topNavLineBtn,
.mobileNavArea .topNavLineBtn:focus,
.mobileNavArea .topNavLineBtn:visited {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
}
.mobileNavArea .topNavLineBtn::after {
  background-color: var(--primary-white);
}
.mobileNavArea .topNavLineBtn:hover {
  color: var(--primary-black);
}

a.toggleMobileSubNav {
  background-image: url('../../images/icon/icon-link-lang-white-btn.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px auto;
  padding: 2px 32px 2px 0;
}
.mobileNavSubLinks {
  width: 100%;
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
  padding: 0;
  text-transform: none;
}
.mobileNavSubLinks.actived {
  height: auto;
  padding: 10px 30px;
}
.mobileNavSubLinks > ul > li {
  opacity: 0;
  transition: all .2s ease-in-out;
}
.mobileNavSubLinks.actived > ul > li {
  opacity: 1;
}
.mobileNavSubLinks > ul > li > a {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
}

.mobileNavLangCover {
  position: absolute;
  top: 40px;
  right: 50px;
  transform: translate(-10px, -50%);
  opacity: 1;
}

@media (max-width: 1024px) {
  .mobileNavArea {
    width: 56%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
  .mobileNavLineCover {
    right: calc(var(--control-padding) + 70px);
  }
}
@media (max-width: 820px) {
  .mobileNavArea {
    /*width: 60%;*/
    width: 64%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 32px;
    line-height: 1.2;
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    width: 100%;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-left: 15%;
    padding-top: 100px;
  }
  .mobileNavMenu > ul > li {
    font-size: 22px;
    line-height: 1.2;
    margin: 20px 0;
  }

  .mobileNavLineCover {
    right: 60px;
  }
  .topNavLineBtn, 
  .topNavLineBtn:focus, 
  .topNavLineBtn:visited {
    padding: 12px 12px 10px;
  }
}

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  background-color: var(--primary-blue);
  color: var(--primary-white);
  font-size: var(--font-size-default-16);
  font-weight: 400;
  z-index: 100;
}
.pageFooter::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
  z-index: 5;
  background-color: var(--primary-blue);
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.pageFooter a {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.pageFooter a:hover {
  opacity: 0.5;
}
.pageFooterInner {
  width: 100%;
  position: relative;
}
.pageFooterContainer {
  position: relative;
  padding: var(--sectionPaddingV40);
}
.pageFooterCover {
  position: relative;
  padding-right: 42px;
}
.pageFooterToTopBtn {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.pageFooterContent {
  display: flex;
  justify-content: space-between;
}
.pageFooterContent > div:last-child {
  /*width: 18%;*/
  padding-right: 6.7vw;
}
.pageFooterTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  font-weight: 500;
}
.pageFooterAddress {
  margin: 12px 0;
}
.pageFooterNavHome > ul > li, 
.pageFooterNavMain > ul > li {
  font-size: var(--font-size-default-18);
  margin-bottom: 12px;
}
.pageFooterNavHome > ul > li:last-child, 
.pageFooterNavMain > ul > li:last-child {
  margin-bottom: 0;
}
.pageFooterNavMain > ul > li {
  font-weight: 700;
}
.contactItem {
  display: flex;
  align-items: center;
}
.contactItemIcon {
  width: 1em;
  margin-right: 0.8em;
}
.pageFooterContactItem {
  margin-bottom: 14px;
}
.pageFooterCopyRight {
  font-size: var(--font-size-default-14);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0 24px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.pageFooterPrivacyNav > ul {
  display: flex;
}
.pageFooterPrivacyNav > ul > li {
  padding: 0 14px;
  position: relative;
}
.pageFooterPrivacyNav > ul > li:first-child {
  padding-left: 0;
}
.pageFooterPrivacyNav > ul > li:last-child {
  padding-right: 0;
}
.pageFooterPrivacyNav > ul > li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: var(--primary-white);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pageFooterPrivacyNav > ul > li:last-child::after {
  display: none;
}
.MB_navMainHome {
  display: none;
}

.footerCompanyDetail_pc {
  display: block;
}
.footerCompanyDetail_mb {
  display: none;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageFooterCopyRight {
    display: block;
    padding: 20px 0 40px;
  }
  .pageFooterPrivacyNav {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooterContainer {
    padding: 30px 0 15px;
  }
  .pageFooterContent {
    display: block;
  }
  .pageFooterContent > div:first-child {
    margin-bottom: 20px;
  }
  .pageFooterContent > div {
    margin-bottom: 15px;
  }
  .pageFooterContent > div:last-child {
    margin-bottom: 0;
  }
  .pageFooterNavHomeCover {
    display: none;
  }
  .pageFooterNavHome > ul > li, .pageFooterNavMain > ul > li {
    margin-bottom: 10px;
  }
  .MB_navMainHome {
    display: block;
  }
  .MB_navMainHome a.toggleMobileSubNav {
    background-position: right 11px center;
    background-size: 11px auto;
    padding: 2px 28px 2px 0;
  }
  .MB_navMainHome .mobileNavSubLinks > ul > li > a {
    padding: 2px 0;
    font-size: 13px;
  }
  .pageFooterCopyRight {
    font-size: 12px;
  }
  .pageFooterPrivacyNav > ul > li {
    padding: 0 10px;
  }
  .pageFooterToTopBtn {
    position: absolute;
    width: 36px;
    height: 36px;
    top: unset;
    bottom: 0;
  }

  .pageFooterContactItem {
    margin-bottom: 7px;
  }

  .footerCompanyDetail_pc {
    display: none;
  }
  .footerCompanyDetail_mb {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 15px;
  }
}
@media (max-width: 380px) {
  .pageFooterCopyRight {
    font-size: 11px;
  }
}

/*********** 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: 30px;
}
.sectionTitleCenter {
  text-align: center;
}
.sectionSubTitle {
  margin-bottom: 20px;
}

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

.siteMainContent {
  max-width: 1434px;
  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: 3.5em;
  padding: 10px 30px;
  background-color: var(--primary-lightblue);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  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;
}
.btn-theme:hover {
  border: none;
  color: var(--primary-white);
  background-color: var(--primary-gold);
}
.btn-theme:disabled {
  opacity: .5;
}
.btn-theme:disabled:hover {
  opacity: .5;
  background-color: var(--primary-lightblue);
  color: var(--primary-white);
}
.btn-theme > div {
  transform: translateY(0.125em);
}

.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);
}

.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 {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.link-theme::after {
  position: absolute;
  content: "";
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.link-theme:hover::after {
  width: calc(100% - 16px);
}

.link-theme-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 16.4px;
  background-image: url('../../images/icon/icon-arrow-right.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8.4px;
}
.link-theme-icon::after {
  position: absolute;
  content: "";
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.link-theme-icon:hover::after {
  width: calc(100% - 16px);
}*/

.link-theme,
.link-theme:visited {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--primary-gold);
  font-weight: 600;
}
.link-theme:hover {
  color: var(--primary-gold);
}
.link-theme .linkTxt {
  position: relative;
}
.link-theme .linkTxt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: var(--primary-gold);
  transition: width .2s ease-in-out;
}
.link-theme:hover .linkTxt::after {
  width: 100%;
}
.link-theme .icnDownload {
  width: 26px;
  margin-right: 8px;
}
.link-theme .icnDownload ~ .linkTxt::after {
  bottom: 6px;
}

.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 {
  word-wrap: break-word;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  margin-bottom: 25px;
  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 img {
  display: block;
  height: auto;
  max-width: 100%;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: #00B6D9;
}

.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(58,45,40,.7);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  top: 0;
  left: 0;
  z-index: 1050;
}
.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;
}

@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%;
  }

  .btn-theme,
  .btn-theme:visited {
    padding: 10px 22px;
  }

  .splashContactFormContainer {
    max-height: 700px;
  }
}
@media (max-width: 820px) {
  .btn-theme,
  .btn-theme:visited {
    padding: 10px 22px;
    min-width: unset;
  }
}
@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: 30px;
  }
  .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;
  }
}
@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;
}
.pageBanner {
}
.pageBannerInner {
  position: relative;
  background-color: var(--primary-dark-blue);
}
.pageBannerImg {
  position: relative;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.pageBanner.paralaxDone .pageBannerImg {
  opacity: 1;
}
.pageBannerTitle {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 80;
  color: #ffffff;
  text-align: left;
  word-wrap: normal;
  opacity: 0;
}
.pageBanner.paralaxDone .pageBannerTitle {
  opacity: 1;
}

.pageBannerImg-pc {
  display: block;
}
.pageBannerImg-mobile {
  display: none;
}

.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(--sectionPaddingV100);
}

.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;
}

.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;
}

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .contentContainerM {
    padding: 0 50px;
  }
}
@media (max-width: 820px) {
  .pageBannerImg-pc {
    display: none;
  }
  .pageBannerImg-mobile {
    display: block;
  }
  .contentContainerM {
    padding: 0 20px;
  }
  .dotCursor {
    display: none !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBannerTitle {
    bottom: 10%;
  }
  .contentContainerM {
    padding: 0 15px;
  }
}
@media (max-width: 425px) {
  
}

/*** 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(--sectionPaddingV100);
  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 ***********/
.homeBanner {
  width: 100%;
  background-color: var(--primary-blue);
}
.homeBannerInner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.homeBannerTextCover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-white);
  padding: var(--sectionPaddingV100);
  z-index: 15;
}
.homeBannerText {
  text-align: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.homeBannerText.textSlideUpSlow {
  opacity: 1;
}
.homeBannerImageContainer {
  position: relative;
  z-index: 20;
}
.homeBannerImageCoverSizer {
  position: relative;
  visibility: hidden;
}
.homeBannerImageCover {
  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: 0;
  transition: opacity 1s ease-in-out;
}
.homeBannerImageCover.onReady {
  opacity: 1;
}
.homeBannerImage {
  display: block;
  margin: 0 auto;
  transform: scale(2);
  transform-origin: center top;
}

.bannerBgVCover {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 1s;
}
.bannerBgVCover.onReady {
  opacity: 1;
}
.bannerBgV {
  position: absolute;
  top: 0;
  width: 33%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.bannerBgMaskV {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 200vh;
  top: 0;
  background: linear-gradient(180deg, #041640 52.44%, rgba(4, 22, 64, 0) 57.81%, #041640 65.33%, rgba(4, 22, 64, 0) 71.68%, #041640 79.65%, rgba(54, 22, 64, 0) 86.14%, #041640 93.26%, rgba(4, 22, 64, 0));
  /*background: linear-gradient(180deg, #041640 12.44%, rgba(4, 22, 64, 0) 17.81%, #041640 25.33%, rgba(4, 22, 64, 0) 31.68%, #041640 39.65%, rgba(54, 22, 64, 0) 46.14%, #041640 53.26%, rgba(4, 22, 64, 0));*/
}
.bannerBgMaskV img {
  display: none;
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .bannerBgV {
    width: 40%;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .bannerBgV {
    width: 50%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .bannerBgMaskV {
    display: none;
  }
}
@media (max-width: 425px) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .bannerBgMaskV {
      display: none;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1),
  screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .bannerBgMaskV {
      display: none;
    }
}

/*** VDO ***/
.homeVdo {
  position: relative;
  background-color: var(--primary-blue);
  height: 150vh;
}
.homeVdoInner {
}
.homeVdoItemCover {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  height: 125vh;
  overflow: hidden;
}
.homeVdoItem {
  position: absolute;
  /*width: 100%;*/
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.homeHeroVdo {
  position: relative;
  background-color: var(--primary-blue);
}
.homeHeroVdoItemCover {
  width: 100%;
  height: 130vw;
  overflow: hidden;
}
.homeHeroVdoItem {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 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) {
}
@media (max-width: 425px) {
}

/* Portrait */
/*@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1),
  screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}*/

/*** ENTRANCE ***/
.homeEntranceContainer {
  background-color: var(--primary-white);
}
.homeEntrance {
  background-color: var(--primary-white);
  height: 200vh;
  max-height: 112.5vw;
}
.homeEntranceInner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 56.25vw;
}
.homeEntranceContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-image: url('../../images/home/overview.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
}
.homeEntranceImg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.homeEntranceImg > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: center center;
}
.homeEntranceMaskCenter {
  position: absolute;
  height: 105%;
  z-index: 5;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -60%);
}
.homeEntranceMaskLeft {
  position: absolute;
  width: 100vw;
  z-index: 5;
  top: -10px;
  left: -16vw;
}
.homeEntranceMaskRight {
  position: absolute;
  width: 100vw;
  z-index: 5;
  top: -10px;
  right: -16vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeEntranceContainer {
    height: 56.25vw;
    overflow: hidden;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeEntranceContainer {
    /*height: 56.25vw;*/
    height: 140vh;
    overflow: hidden;
  }
  .homeEntrance {
    max-height: 160vh;
  }
  .homeEntranceInner {
    max-height: 80vh;
  }
  .homeEntranceMaskCenter {
    height: 105%;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -64%);
  }
  .homeEntranceMaskLeft {
    width: auto;
    height: 100%;
    top: -10px;
    left: -60vw;
  }
  .homeEntranceMaskRight {
    width: auto;
    height: 100%;
    top: -10px;
    right: -60vw;
  }
}
@media (max-width: 425px) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .homeEntranceContainer {
      /*height: 56.25vw;*/
      height: 80vh;
      overflow: hidden;
    }
    .homeEntrance {
      max-height: 160vh;
    }
    .homeEntranceInner {
      max-height: 80vh;
    }
    .homeEntranceMaskCenter {
      height: 105%;
      top: -10px;
      left: 50%;
      transform: translate(-50%, -70%);
    }
    .homeEntranceMaskLeft {
      width: auto;
      height: 100%;
      top: -10px;
      left: -50vw;
    }
    .homeEntranceMaskRight {
      width: auto;
      height: 100%;
      top: -10px;
      right: -50vw;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1),
  screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .homeEntranceContainer {
      /*height: 56.25vw;*/
      height: 80vh;
      overflow: hidden;
    }
    .homeEntrance {
      max-height: 160vh;
    }
    .homeEntranceInner {
      max-height: 80vh;
    }
    .homeEntranceMaskCenter {
      height: 105%;
      top: -10px;
      left: 50%;
      transform: translate(-50%, -70%);
    }
    .homeEntranceMaskLeft {
      width: auto;
      height: 100%;
      top: -10px;
      left: -50vw;
    }
    .homeEntranceMaskRight {
      width: auto;
      height: 100%;
      top: -10px;
      right: -50vw;
    }
}

/*** ABOUT ***/
.homeAbout {
  background-color: var(--primary-white);
  padding: var(--sectionPaddingV160);
}
.homeAboutInner {
}
.homeAboutTitle {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.homeAboutContentContainer {
  margin-top: 6.25vw;
}
.homeAboutContentCover {
  position: relative;
  padding-bottom: 9vw;
  z-index: 10;
}
.homeAboutContentCover.addPT {
  padding-top: 6.4vw;
}
.homeAboutContent {
  position: relative;
  display: flex;
  z-index: 5;
}
.homeAboutContentCover:last-child {
  padding-bottom: 0;
}
.homeAboutContentLeft {
  width: 57%;
}
.homeAboutContentLeft.larger {
  width: 66%;
}
.homeAboutContentLeft.half {
  width: 50%;
}
.homeAboutContentRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contentPaddingSide {
  padding-left: var(--control-padding);
  padding-right: var(--control-padding);
}
.contentPaddingLeft {
  padding-left: var(--control-padding);
}
.contentPaddingLeftLarge {
  padding-left: 7vw;
}
.contentPaddingRight {
  padding-right: var(--control-padding);
}
.contentFlexAlignCenter {
  align-items: center;
}
.contentFlexJustifyCenter {
  justify-content: center;
}
.homeAboutContentInnerTitle {
  margin-bottom: 20px;
}
.homeAboutContentInfo {
  font-size: var(--font-size-default-26);
  font-weight: 300;
}

.homeAboutContent.reverseDiv {
  flex-direction: row-reverse;
}
.homeAboutContentImgSmall {
  width: 100%;
  max-width: 29vw;
}
.section-parallax.parallaxImgSmall {
  max-width: 29vw;
  height: 19vw;
}

.contentLargeTitle {
  font-family: var(--font-title);
  font-size: 10vw;
  font-weight: 500;
  line-height: 1.2;
}

.homeAboutContent .contentLargeTitle {
  background: -webkit-linear-gradient(#3CC8E6, #237BD2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeAboutMainTitleLine1 {
  transform: translateX(-46.2%);
  margin-top: 2vw;
}
.homeAboutMainTitleLine2 {
  text-align: right;
}

.contentLargeTitle.homeAboutMainTitleHighlight {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-text-stroke: 2px var(--primary-gold);
  color: transparent;
}
.contentLargeTitle.homeAboutMainTitleHighlight::after {
  content: attr(data-text);
  position: absolute;
  width: 63.6%;
  left: 36.4%;
  top: 0;
  background: -webkit-linear-gradient(#3CC8E6, #237BD2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #3CC8E6;
  overflow: hidden;
  direction:rtl;
}

.graphicItem {
  position: absolute;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}
.homeAboutGP-01 {
  width: 8vw;
  right: 0;
  bottom: 0;
}
.homeAboutGP-02 {
  width: 27vw;
  left: 0;
  bottom: 9vw;
}

@media (max-width: 1600px) {
  .homeAbout {
    padding: 8vw 0;
  }
}
@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) {
  .homeAbout {
    padding: 30px 0;
  }
  .homeAboutContent {
    display: block;
  }
  .homeAboutContentLeft,
  .homeAboutContentLeft.larger,
  .homeAboutContentLeft.half {
    width: 100%;
  }
  .homeAboutContentRight {
    margin-top: 30px;
  }
  .homeAboutMainTitleLine1 {
    transform: translateX(0);
  }
  .homeAboutMainTitleLine2 {
    text-align: left;
  }
  .contentLargeTitle.homeAboutMainTitleHighlight::after {
    display: none;
  }
  .innerContentImg {
    margin-top: 20px;
  }
  .homeAboutWifiIconCover {
    position: relative;
  }
  .homeAboutWifiIcon {
    position: absolute;
    top: 0;
    right: var(--control-padding);
    width: 40%;
  }

  .homeAboutGP-01 {
    width: 14vw;
  }
  .homeAboutGP-02 {
    width: 55vw;
    bottom: 9vw;
  }
}
@media (max-width: 425px) {
}

/*** BUILDING ***/
.homeBuilding {
  background-color: var(--primary-blue);
  color: var(--primary-white);
}
.homeBuildingMainTitleLine1 .contentLargeTitle {
  background: -webkit-linear-gradient(#1FC9E4, #21A0DA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeBuildingMainTitleLine2 .contentLargeTitle {
  background: -webkit-linear-gradient(#2385D4, #255ECB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeBuildingTitleCover {
  position: absolute;
}
.homeBuildingCenterBox {
  display: flex;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
}
.homeBuildingCenterBoxLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  padding-right: 7vw;
}
.homeBuildingCenterBoxRight {
  width: 50%;
}
.spaceAreaNumber {
  background: -webkit-linear-gradient(#F09F6B, #DA8A56);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15vw;
  line-height: 0.9;
  font-weight: 300;
}
.spaceAreaUnit {
  font-size: var(--font-size-default-50);
  font-weight: 300;
  line-height: 1;
}

.homeBuildingTowerLogo {
  position: absolute;
  width: 88vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.homeBuildingTowerInner {
  display: flex;
}
.homeBuildingTowerLeft {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5vw;
}
.homeBuildingTowerRight {
  width: 65.9%;
}
.homeBuildingTowerInfo {
  /*margin-top: 5vw;*/
  margin-top: 25px;
}
.txtLeedGoldGroup {
  margin: 20px 0;
}
.txtLeedGold {
  background: -webkit-linear-gradient(#F09F6B, #DA8A56);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8vw;
  line-height: 0.9;
  font-weight: 300;
}

.homeBuildingGP-01 {
  width: 32.6vw;
  left: 10vw;
  top: 0;
}
.homeBuildingGP-02 {
  width: 17vw;
  left: 0;
  bottom: 0;
}
.homeBuildingGP-03 {
  width: 20.8vw;
  right: 0;
  top: 16.7vw;
}

.homeBuildingTowerTxt {
  font-size: var(--font-size-default-22);
  font-weight: 300;
}
.homeBuildingTowerBrandList {
  display: flex;
  margin-top: 20px;
}
.homeBuildingTowerBrandList > div {
  width: 4.68vw;
  margin-right: 14px;
}
.homeBuildingTowerBrandList > div:last-child {
  margin-right: 0;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBuildingTowerBrandList > div {
    width: 60px;
    margin-right: 14px;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBuildingTitleCover {
    position: relative;
  }
  .homeBuildingCenterBox {
    display: block;
  }
  .homeBuildingCenterBoxLeft {
    padding: 10px var(--control-padding) 25px;
    text-align: center;
  }
  .homeBuildingCenterBoxRight {
    width: 100%;
  }
  .homeBuildingAreaCover {
    margin: 20px 0;
  }
  .spaceAreaNumber {
    margin-bottom: 10px;
  }

  .homeBuildingTowerInner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .homeBuildingTowerLeft {
    width: 100%;
    padding: 30px var(--control-padding) 40px;
  }
  .homeBuildingTowerRight {
    width: 85%;
  }
  .txtLeedGold {
    text-align: left !important;
    margin-bottom: 5px;
  }
  
  .homeBuildingGP-01 {
    width: 50vw;
    left: 0;
    top: 20px;
  }
  .homeBuildingGP-02 {
    width: 20vw;
    left: 0;
    bottom: unset;
    top: 10%;
  }
  .homeBuildingGP-03 {
    width: 50vw;
    right: 0;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 425px) {
}

/*** NATURE ***/
.sectionPB {
  padding-bottom: 9vw;
}
.homeNature {
  background-color: var(--primary-white);
}
.homeNatureInner {
  position: relative;
}
.homeNatureTitle {
  position: absolute;
  top: 6.8vw;
  right: 0;
  width: 55%;
  z-index: 10;
  padding: 0 var(--control-padding);
}
.swiperNatureItemInner {
  position: relative;
  display: flex;
}
.swiperNatureItemImg {
  flex: 1;
  padding: 1px 0;
}
.swiperNatureItemDetail {
  width: 55%;
  padding: 0 var(--control-padding);
  display: flex;
  align-items: flex-end;
  background-color: var(--primary-white);
}
.swiperNatureItemDetailBox {
  width: 32.5vw;
}
.swiperNatureItemIcon {
  height: 4.68vw;
  min-height: 40px;
  margin-bottom: 30px;
}

.swiperNatureNavCover {
  position: absolute;
  right: var(--control-padding);
  bottom: 0;
  z-index: 10;
}
.swiperNatureNav {
  display: inline-block;
  width: 4.16vw;
  margin-right: 1.56vw;
  cursor: pointer;
  transition: all .2s ease-in-out;
  filter: brightness(0);
}
.swiperNatureNav:last-child {
  margin-right: 0;
}
.swiperNatureNav:hover {
  filter: unset;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeNatureTitle {
    top: 3.2vw;
  }
  .swiperNatureItemDetailBox {
    width: 35.5vw;
  }
  .swiperNatureItemIcon {
    height: 4vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .homeNatureTitle {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 40px var(--control-padding) 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .swiperNature {
    padding-bottom: 40px !important;
  }
  .swiperNature .swiper-slide {
    height: auto;
  }
  .swiperNatureItem {
    height: 100%;
    background-color: var(--primary-white);
  }
  .swiperNatureItemInner {
    display: block;
  }
  .swiperNatureItemDetail {
    width: 100%;
    padding: 20px var(--control-padding);
  }
  .swiperNatureItemDetailBox {
    width: 100%;
  }
  .swiperNatureNav {
    min-width: 40px;
    margin-right: 6px;
  }
  .swiperNatureItemIcon {
    margin-bottom: 15px;
  }
  .homeAboutContentInnerTitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
}

/*** PROJECT OVERALL ***/
.homeProject {
  background-color: var(--primary-white);
}
.homeProjectInner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.homeProjectLeft {
  width: 54%;
}
.homeProjectRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homeProjectGroupContainer {
  position: relative;
  width: 100%;
}
.homeProjectGroupCover {
  position: relative;
  width: 100%;
}
.homeProjectGroup {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.3vw 0 14px;
  border-bottom: 1px solid #D9D9D9;
}
.homeProjectGroupMobilePrev {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  background-image: url('../../images/icon/icon-arrow-left-grey.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  z-index: 5;
  opacity: .8;
  display: none;
}
.homeProjectGroupMobileNext {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  background-image: url('../../images/icon/icon-arrow-right-grey.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  z-index: 5;
  opacity: .8;
  display: none;
}
.homeProjectGroupMobilePrev.actived, 
.homeProjectGroupMobileNext.actived {
  display: none;
}
.homeProjectItem {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homeProjectItem:last-child {
  margin-right: 0;
}
.homeProjectItemTitle {
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--primary-blue);
  font-size: var(--font-size-default-16);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.homeProjectItemTitleUnit {
  font-weight: 400;
}
.homeProjectItemValue {
  font-size: var(--font-size-default-40);
  color: var(--primary-gold);
  font-weight: 400;
}
.homeProjectItemValue.valueWithFloor {
  flex: 1;
}
.homeProjectItemFloor {
  font-size: var(--font-size-default-30);
  color: var(--primary-gold);
}
.homeProjectItemFloor sup {
  font-size: 14px;
  display: inline-block;
  transform: translateY(-0.3em);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .homeProjectInner {
    display: block;
  }
  .homeProjectLeft {
    width: 100%;
  }
  .homeProjectRight {
    margin-top: 40px;
  }
  .homeProjectContainer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeProjectGroupCover {
    overflow: auto;
  }
  .homeProjectGroup {
    min-width: 500px;
    padding-right: 20px;
  }
  .homeProjectGroupMobilePrev.actived, 
  .homeProjectGroupMobileNext.actived {
    display: block;
  }
}
@media (max-width: 425px) {
}

/*** FLOORPLAN ***/
.homeFloorplan {
  background-color: var(--primary-white);
}
.homeFloorplanInner {
  position: relative;
}
.homeFloorplanTitle {
  position: absolute;
  width: auto;
  top: 0;
  left: 50%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 1);
}
.floorplanItem {
  height: 100%;
}
.floorplanItemInner {
  display: flex;
  height: 100%;
}
.floorplanItemLeft {
  width: 50%;
}
.floorplanItemRight {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.floorplanItemImgInner {
  position: relative;
  display: block;
  padding: 1px 0;
}
.floorplanItemImgInner::after {
  content: "";
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
  color: #ffffff;
  width: 5.2vw;
  height: 5.2vw;
  background-image: url('../../images/icon/icon-cursor-plus-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: none;
  z-index: 20;
  cursor: pointer;
}
.floorplanItemFloor {
  font-size: var(--font-size-default-100);
  line-height: 1;
  font-weight: 300;
  color: var(--primary-gold);
  margin-bottom: 1.5vw;
  position: relative;
}
.floorplanItemFloor sup {
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  display: block;
  transform: translate(100%, 0.7em);
}
.floorplanItemTitle {
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--primary-blue);
  font-size: var(--font-size-default-16);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.floorplanItemTitleUnit {
  font-weight: 400;
}
.floorplanItemValue {
  font-size: var(--font-size-default-40);
  color: var(--primary-gold);
  font-weight: 400;
  margin-bottom: 3vw;
}
.floorplanItemValue.haftMB {
  margin-bottom: 1.2vw;
}
.floorplanItemCompass {
  display: inline-block;
  width: 4.16vw;
}

.swiperFloorplanContainer {
  position: relative;
  width: 100%;
  height: 37.13vw;
  z-index: 10;
}
.swiperFloorplan {
  position: relative;
  width: 100%;
  height: 100%;
}
/*.swiperFloorplan .swiper-pagination-vertical.swiper-pagination-bullets, 
.swiperFloorplan .swiper-vertical>.swiper-pagination-bullets {
  left: unset;
  right: 0px;
}*/
.swiperFloorplanSideContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.16vw;
  height: 100%;
  text-align: center;
  z-index: 10;
}
.swiperFloorplanSide {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiperFloorplanSideTitle {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1.5vw;
}
.swiperFloorplanSideContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.swiperFloorplanNav {
  width: 100%;
  cursor: pointer;
  opacity: 1;
  transition: all .2s ease-in-out;
  filter: brightness(0);
}
.swiperFloorplanNav:hover {
  filter: unset;
}
.swiperFloorplanPagination {
  position: relative;
  flex: 1;
}
.swiperFloorplanPagination .swiper-pagination-vertical.swiper-pagination-bullets, 
.swiperFloorplanPagination .swiper-vertical>.swiper-pagination-bullets {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  transform: translate3d(0, 0, 0);
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.swiperFloorplanPagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  width: 9px;
  height: 9px;
  position: relative;
}
.swiperFloorplanPagination .swiper-pagination-bullet:hover {
  background-color: var(--primary-gold);
  opacity: 1;
  transition: all .2s ease-in-out;
}
.swiperFloorplanPagination .swiper-pagination-bullet-active {
  background-color: var(--primary-gold);
  opacity: 1;
}
.swiperFloorplanPagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--font-size-default-20);
  transform: translate(-14px, -6px);
  opacity: 0;
  transition: all .2s ease-in-out;
  width: 80px;
  text-align: right;
}
.swiperFloorplanPagination .swiper-pagination-bullet:hover::after, 
.swiperFloorplanPagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-24px, -6px);
}

.swiperFloorplanPagination .swiper-pagination-bullet:first-child:after {
  content: "Overall";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(2):after {
  content: "4-7";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(3):after {
  content: "8-10";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(4):after {
  content: "11-14";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(5):after {
  content: "15-20";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(6):after {
  content: "21";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(7):after {
  content: "22-23";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(8):after {
  content: "25-36";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(9):after {
  content: "38-40";
}
.swiperFloorplanPagination .swiper-pagination-bullet:nth-child(10):after {
  content: "41-44";
}

.MB_floorSelectCover {
  display: none;
}
.MB_floorSelectCoverTitle {
  flex: 1;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-bottom: 2px;
  text-align: right;
}
.floorSelect {
  width: 120px;
  height: 40px;
  text-align: center;
  border: 1px solid var(--primary-blue);
  color: var(--primary-gold);
  font-size: var(--font-size-default-22);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select-dark.png');
  background-position: right 12px center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.floorplanOverallList {
  margin-bottom: 3vw;
}
.floorplanOverallItem {
  display: flex;
  margin-bottom: 20px;
  font-size: var(--font-size-default-20);
  align-items: center;
}
.floorplanOverallItem:last-child {
  margin-bottom: 0;
}
.floorplanOverallColor {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}


@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeFloorplanTitle {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    padding: 30px 0 30px;
  }
  .swiperFloorplanSideContainer {
    width: 60px;
  }
  .swiperFloorplanNav {
    width: 4.16vw;
    margin: 0 auto;
  }
  .swiperFloorplanPagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiperFloorplanPagination .swiper-pagination-bullet:hover::after, 
  .swiperFloorplanPagination .swiper-pagination-bullet-active::after {
    transform: translate(-18px, -8.6px);
  }
}
@media (max-width: 820px) {
  .homeFloorplanTitle {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeFloorplanTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .MB_floorSelectCover {
    display: block;
  }
  .swiperFloorplanContainer {
    height: auto;
  }
  .swiperFloorplanSideContainer {
    display: none;
  }
  .floorplanItemInner {
    display: block;
    height: auto;
  }
  .floorplanItemLeft {
    width: 100%;
  }
  .floorplanItemRight {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 0 10px;
    position: relative;
  }
  .floorplanItemFloor {
    display: none;
  }
  .floorplanOverallList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 45px;
  }
  .floorplanOverallItem {
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .floorplanOverallColor {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .floorplanItemCompass {
    width: 30px;
    position: absolute;
    top: 20px;
    left: 0;
  }
  
}
@media (max-width: 425px) {
}

@media (hover: none) {
  .floorplanItemImgInner::after {
    display: block;
    min-width: 40px;
    min-height: 40px;
  }
}

/*** LOCATION ***/
.homeLocation {
  background-color: var(--primary-white);
}
.homeLocationInner {
}
.homeLocationContent {
  position: relative;
}
.contactGoogleMap {
  position: relative;
  height: 41.6vw; 
  z-index: 50;
}
.googleMapIframeCover {
  overflow: hidden;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.googleMapIframeCover.clicked {
  pointer-events: auto;
}
.googleMapIframeCover iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.homeLocationBox {
  position: absolute;
  top: 50%;
  /*right: var(--control-padding);*/
  left: var(--control-padding);
  transform: translateY(-50%);
  padding: 2.6vw;
  z-index: 100;
  background-color: var(--primary-white);
}
.homeLocationDetail {
  font-size: var(--font-size-default-18);
  margin-top: 2em;
  margin-bottom: 2em;
}
.homeLocationTower {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  font-weight: 500;
  margin-bottom: 5px;
}
.homeLocationButtonArea {
  display: flex;
  align-items: center;
}
.btnLocation,
.btnLocation:focus,
.btnLocation:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  background-color: var(--primary-lightblue);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  font-weight: 700;
  height: 60px;
  margin-right: 20px;
  transition: all .2s ease-in-out;
}
.btnLocation:last-child {
  margin-right: 0;
}
.btnLocation:hover {
  background-color: var(--primary-gold);
  color: var(--primary-white);
}
.btnLocationIcon {
  margin-right: 5px;
  width: 25px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .homeLocationBox {
    position: relative;
    top: unset;
    /*right: unset;*/
    left: unset;
    transform: translateY(0);
    padding: 30px var(--control-padding);
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .contactGoogleMap {
    height: 350px; 
  }
  .btnLocation,
  .btnLocation:focus,
  .btnLocation:visited {
    min-width: unset;
    height: 50px;
    margin-right: 10px;
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
}

/*** STORY ***/
.homeStory {
  padding-top: 9vw;
  background-color: var(--primary-white);
}
.homeStoryInner {
  position: relative;
}
.homeStoryContent {
  display: flex;
}
.homeStoryContentLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homeStoryContentRight {
  width: 64.7vw;
}
.homeStoryFooter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.homeStoryNumberArea {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  font-weight: 300;
}
.homeStoyNumberCurrent {
  font-size: var(--font-size-default-50);
  color: var(--primary-gold);
}

.homeAboutVdo {
  width: 100%;
  height: auto;
}
.swiperStoryItem {
  background-color: #cccccc;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
}
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.storyLocalVideoPlayBtnCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, .2);*/
  opacity: 1;
  visibility: visible;
  transition: all .2s ease-in-out;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.storyLocalVideoPlayBtn {
  position: absolute;
  width: 6.7vw;
  height: 6.7vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.storyLocalVideoPlayBtnCover.hideBtn {
  opacity: 0;
  visibility: hidden;
}
.storyLocalVideoPlayBtn:hover {
  opacity: .8;
}

.homeStoryGP-01 {
  width: 5.9vw;
  left: 0;
  bottom: 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) {
  .homeStory {
    padding-top: 0;
  }
  .homeStory.sectionPB {
    padding-bottom: 0;
  }
  .homeStoryContent {
    flex-direction: column;
  }
  .homeStoryContentLeft {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .homeStoryContentRight {
    width: 100%;
  }
  .homeStoryNumberArea {
    margin-right: 20px;
  }
}
@media (max-width: 425px) {
}

/*** GALLERY ***/
.homeGallery {
  background-color: var(--primary-blue);
  color: var(--primary-white);
}
.homeGalleryInner {
  position: relative;
}
.homeGalleryContent {
  display: flex;
}
.homeGalleryContentLeft {
  flex: 1;
  padding-left: var(--control-padding);
  padding-top: var(--control-padding);
  z-index: 10;
}
.homeGalleryContentRight {
  width: 50%;
}
.homeGalleryNav {
  padding-right: 20%;
  text-align: right;
  font-size: var(--font-size-default-80);
  margin-top: 0.8em;
}
.homeGalleryNav > ul > li {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: var(--font-size-default-80);
  line-height: 1;
  color: transparent;
  padding: 2vw 0;
}
.homeGalleryNav > ul > li.actived::after {
  display: block;
}
.homeGalleryNav > ul > li span {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.homeGalleryNav > ul > li span::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: auto;
  font-size: var(--font-size-default-80);
  line-height: 1;
  color: rgba(255,255,255,.5);
  transition: all .2s ease-in-out;
  transform-origin: center center;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
/*.homeGalleryNav > ul > li.actived {
  font-size: 7.8vw;
  color: var(--primary-lightblue);
  transform: translateX(50%);
}*/
.homeGalleryNav > ul > li.actived span::after {
  font-size: 7.8vw;
  color: var(--primary-lightblue);
  transform: translate(30%, -50%);
}
.homeGalleryNumberCover {
  position: absolute;
  right: var(--control-padding);
  bottom: var(--control-padding);
  z-index: 10;
  user-select: none;
  pointer-events: none;
  text-align: right;
}
.swiperGalleryItemImg {
  width: 100%;
  height: 55vw;
  max-height: 100vh;
}
.swiperGalleryItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.btnOpenGalleryPanel {
  position: absolute;
  top: 2.6vw;
  right: 2.6vw;
  color: #ffffff;
  width: 5.2vw;
  height: 5.2vw;
  background-image: url('../../images/icon/icon-cursor-plus-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: none;
  z-index: 20;
  cursor: pointer;
}

.PC_homeGalleryTitle {
  display: block;
}
.MB_homeGalleryTitle {
  display: none;
  margin-bottom: 20px;
}

@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) {
  .homeGallery {
    padding: 50px 0 50px;
  }
  .homeGalleryNav {
    padding-right: 12%;
  }
  .homeGalleryNav > ul > li {
    font-size: 18px;
  }
  .homeGalleryNav > ul > li span::after {
    font-size: 18px;
  }
  .homeGalleryNav > ul > li.actived span::after {
    font-size: 7.4vw;
  }
  .homeGalleryNumberCover .homeStoryNumberArea {
    margin-right: 0;
  }
  .PC_homeGalleryTitle {
    display: none;
  }
  .MB_homeGalleryTitle {
    display: block;
  }
  .homeGalleryContentRight {
    width: 60%;
  }
}
@media (max-width: 425px) {
}

@media (hover: none) {
  .btnOpenGalleryPanel {
    display: block;
    min-width: 40px;
    min-height: 40px;
  }
}

/*** PROJECT DETAIL ***/
.galleryPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.85);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
  color: var(--primary-white);
}
.galleryPanel.actived {
  top: 0;
}
.galleryPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.galleryPanelClose {
  position: absolute;
  top: 2.6vw;
  right: 3.6vw;
  z-index: 300;
}
.galleryPanelCloseBtn {
  cursor: pointer;
  width: 25px;
}
.galleryPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleryPanelSwiperCover {
  width: 78vw;
  display: flex;
}
.galleryPanelSwiperLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.galleryPanelSwiperRight {
  width: 66%;
}
.galleryPanelNavCover {
  text-align: right;
}
.galleryPanelNavCover .swiperNatureNav {
  filter: brightness(0) invert(1);
}
.galleryPanelNavCover .swiperNatureNav:hover {
  filter: unset;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .galleryPanelSwiperCover {
    width: 90vw;
  }
  .galleryPanelSwiperRight {
    width: 80%;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .galleryPanelClose {
    top: 20px;
    right: 20px;
  }
  .galleryPanelSwiperCover {
    flex-direction: column-reverse;
  }
  .galleryPanelSwiperLeft {
    padding: 0;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .galleryPanelSwiperRight {
    width: 100%;
  }
}
@media (max-width: 425px) {
}

/*** GRAPHIC MAP ***/
.graphicMapPanelImg {
  width: 90%;
  max-width: 1080px;
}

/*** TOWER ***/
.homeTower {
}
.homeTowerInner {
}
.homeTowerContent {
  position: relative;
}
.homeTowerBg {
  position: relative;
  z-index: 1;
}
.homeTowerImg {
  position: absolute;
  width: 38.125vw;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 15;
}
.homeTowerTxt {
  position: absolute;
  width: 45vw;
  /*top: 2.6vw;*/
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
}

/*** NEWS ***/
.sectionNews {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 26vw auto;
  padding: var(--sectionPaddingV120);
}
.sectionNewsInner {
  display: flex;
}
.sectionNewsLeft {
  width: 36%;
  padding-left: 8vw;
}
.sectionNewsRight {
  flex: 1;
}
.newsList {
  margin-left: -4.16vw;
  margin-right: -4.16vw;
}
.newsItem {
  width: 50%;
}
.newsItemInner {
  display: block;
  padding: 0 4.16vw 4.16vw;
}
.newsStamp {
  height: 9.3vw;
}
.newsItemImg {
  position: relative;
  overflow: hidden;
}
.newsItemImg img {
  transform-origin: center center;
  transition: transform .4s ease-in-out;
}
.newsItemDetail {
  margin-top: 34px;
}
.newsItemDate {
  text-transform: uppercase;
}
.newsItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  transition: color .2s ease-in-out;
}
.newsItemBox:hover .newsItemImg img {
  transform: scale(1.1);
}
.newsItemBox:hover .newsItemTitle {
  color: var(--primary-gold);
}

.sectionNewsDetail {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png');
  background-repeat: no-repeat;
  background-position: left top 12vw;
  background-size: 9vw auto;
  padding: var(--sectionPaddingV120);
}
.newsDetailContentArea {
  padding-bottom: calc(5.2vw - 50px);
  border-bottom: 1px solid #D5D5D5;
}

.newsDetailHeader {
  display: flex;
  padding-bottom: 5.2vw;
  margin-bottom: 5.2vw;
  border-bottom: 1px solid #D5D5D5;
}
.newsDetailHeaderLeft {
  flex: 1;
  padding-right: 4.16vw;
}
.newsDetailHeaderRight {
  width: 50%;
}
.newsDetailTitle {
  margin-top: 20px;
}
.newsDetailTitleText {
  font-family: var(--font-title);
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.newsDetailTopPart {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 5.2vw;
}
.newsDetailTopPartLeft {
  width: 33%;
}
.newsDetailTopPartRight {
  flex: 1;
  padding-left: 4.16vw;
}
.newsDetailTopPartLeftImg {
  max-width: 420px;
}
.newsDetailPartHeader {
  margin-bottom: 20px;
}

.newsDetailBottomPart {
  display: flex;
  padding-bottom: 5.2vw;
}
.newsDetailBottomPartLeft {
  flex: 1;
  padding-right: 8vw;
}
.newsDetailBottomPartRight {
  width: 50%;
}

.newsShareArea {
  text-align: right;
  position: relative;
  padding-bottom: 50px;
}
.newsShareBtn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.newsShareBtn:hover {
  opacity: .75;
}
.newsShareBtnIcon {
  width: 24px;
  margin-left: 8px;
  transform: translateY(-2px);
}

.sectionNewsRelated {
  padding-top: 5.2vw;
}
.newsRelatedTitle {
  text-align: center;
}
.newsRelatedList {
  margin-top: 30px;
}
.newsRelatedList > .row {
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}
.newsRelatedItem {
  padding: 0 2.5vw;
}
.newsRelatedItemInner {
  display: block;
}

.shareThisCover {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  /*transform: translateY(100%);*/
  height: 0;
  overflow: hidden;
  transition: height .2s ease-in-out;
}
.shareThisCover.actived {
  height: 50px;
}
.shareThisCover > div {
  position: relative;
  padding: 10px 0;
  background-color: rgba(255,255,255,.8);
  opacity: 0;
  transition-delay: .4s;
}
.shareThisCover.actived > div {
  opacity: 1;
  transition-delay: 0s;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .sectionNewsLeft {
    width: 20%;
    padding-left: 8vw;
    position: relative;
  }
  .sectionNewsTitle {
    position: absolute;
  }
  .newsStamp {
    height: 80px;
  }

  .newsDetailBottomPartLeft {
    padding-right: 4.16vw;
  }
  .newsDetailBottomPartRight {
    width: 33%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionNewsInner {
    display: block;
  }
  .sectionNewsLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .sectionNewsTitle {
    position: relative;
  }
  .newsItem {
    width: 100%;
  }
  .newsItemInner {
    padding: 0 4.16vw 30px;
  }
  .newsStamp {
    height: 0;
  }
  .newsItemDetail {
    margin-top: 20px;
  }

  .sectionNewsDetail {
    background-size: 20vw auto;
  }
  .newsDetailHeader {
    display: block;
    padding-bottom: 5.2vw;
    margin-bottom: 5.2vw;
  }
  .newsDetailHeaderRight {
    width: 100%;
    margin-top: 20px;
  }
  .newsDetailTitle {
    margin-top: 20px;
  }

  .newsDetailTopPart {
    display: block;
    padding-bottom: 5.2vw;
  }
  .newsDetailTopPartLeft {
    width: 100%;
  }
  .newsDetailTopPartRight {
    padding-left: 0;
  }
  .newsDetailTopPartLeftImg {
    max-width: unset;
  }
  .newsDetailPartHeader {
    margin-bottom: 20px;
  }

  .newsDetailBottomPart {
    display: block;
    padding-bottom: 5.2vw;
  }
  .newsDetailBottomPartLeft {
    padding-right: 0;
  }
  .newsDetailBottomPartRight {
    width: 100%;
  }

  .sectionNewsRelated {
    padding-top: 50px;
  }
  .newsRelatedList {
    margin-top: 20px;
  }
  .newsRelatedItem {
    padding: 0 2.5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
}

/*** READY ***/
.sectionDefaultPage {
  background-color: var(--primary-white);
  padding: var(--sectionPaddingV120);
}
.defaultPageBg {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 9vw auto;
}
.defaultContactBg {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png'), url('../../images/contact/bg-contact-bottom.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 9vw auto, 10.8vw;
}
.defaultPageHeader {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5.2vw;
}
.defaultPageHeader.withBottomBorder {
  border-bottom: 1px solid #D5D5D5;
}
.defaultPageHeaderLeft {
  flex: 1;
  padding-right: 20px;
}
.defaultPageHeaderRight {
  width: 59%;
}
.defaultPageHeaderText {
  font-size: var(--font-size-default-20);
  font-weight: 300;
  padding-bottom: 1em;
}
.readyMoveFloorNav {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.readyMoveFloorNavInner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1;
  text-transform: uppercase;
}
.readyMoveFloorNavTitle {
  font-weight: 700;
  margin-right: 4vw;
}
.readyMoveFloorNavList > ul > li {
  display: inline-block;
  margin: 0 2vw;
  cursor: pointer;
  font-weight: 500;
}
.readyMoveFloorNavList > ul > li.actived {
  color: var(--primary-lightblue);
}
.readyMoveFloorNavList > ul > li:first-child {
  margin-left: 0;
}
.readyMoveFloorNavList > ul > li:last-child {
  margin-right: 0;
}

.readyMoveList {
  min-height: 100vh;
}
.raedyMoveItem {
  padding: 5vw 0;
  border-bottom: 1px solid #D5D5D5;
}
.raedyMoveItem:last-child {
  border-bottom: none;
}
.raedyMoveItemInner {
  display: flex;
  flex-direction: row-reverse;
}
.readyMoveItemLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 8vw;
}
.readyMoveItemRight {
  width: 58%;
}
.readyMoveItemGallery {
  position: relative;
}
.readyMoveItemGallery::after {
  content: attr(data-purpose);
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: var(--font-size-default-16);
  line-height: 1;
  color: #000000;
  text-align: right;
  z-index: 10;
}
.readyMoveItemFloorTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-40);
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5vw;
}
.readyMoveItemFloorTitle .readyMoveFloorNo {
  color: var(--primary-gold);
}
.readyMoveItemInfo {
  padding: 20px 0;
  display: flex;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 500;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.readyMoveItemInfo > div:first-child {
  width: 45%;
}
.readyMoveItemInfo > div:last-child {
  flex: 1;
}
.readyMoveItemInfoDetail {
  font-size: var(--font-size-default-30);
  color: var(--primary-gold);
  margin-top: 10px;
}
.readyMoveItemPlan {
  margin-top: 24px;
}
.readyMoveItemPlanBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.5em;
  padding: 10px 30px;
  background-color: var(--primary-lightblue);
  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: opacity .2s ease-in-out;
  cursor: pointer;
}
.readyMoveItemPlanBtn:hover {
  opacity: .75;
}

.readyMoveItemContact {
  margin-top: 20px;
}
.readyMoveItemContactTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 14px;
}
.readyMoveItemContactItem {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 14px;
  transition: opacity .2s ease-in-out;
}
.readyMoveItemContactItem:last-child {
  margin-bottom: 0;
}
.readyMoveItemContactItem:hover {
  opacity: .75;
}
.readyMoveItemContactItem > span {
  display: inline-block;
  width: 24px;
  margin-right: 20px;
}

.raedyMoveItem.reverseDiv .raedyMoveItemInner,
.raedyMoveItem:nth-child(even) .raedyMoveItemInner {
  flex-direction: row;
}
.raedyMoveItem.reverseDiv .readyMoveItemLeft,
.raedyMoveItem:nth-child(even) .readyMoveItemLeft {
  padding-right: 0;
  padding-left: 8vw;
}

.floorPlanPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.25);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
}
.floorPlanPanel.actived {
  top: 0;
}
.floorPlanPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.floorPlanPanelClose {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 300;
}
.floorPlanPanelCloseBtn {
  cursor: pointer;
  width: 38px;
  transition: opacity .2s ease-in-out;
}
.floorPlanPanelCloseBtn:hover {
  opacity: .75;
}
.floorPlanPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorPlanPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1400px;
  background-color: var(--primary-white);
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorPlanPanelContentBoxInner {
  display: flex;
}
.floorPlanPanelContentBoxLeft {
  width: 60%;
}
.floorPlanPanelContentBoxRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3.6vw;
}
.floorPlanPanelContentTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
.floorplanPanel-floor {
  font-size: var(--font-size-default-80);
  line-height: 1;
  font-weight: 300;
  color: var(--primary-gold);
  margin-bottom: 1.5vw;
  position: relative;
  display: inline-block;
}
.floorplanPanel-floor sup {
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  display: block;
  transform: translate(100%, 0.7em);
}
.floorplanPanel-title {
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--primary-blue);
  font-size: var(--font-size-default-16);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.floorplanPanel-unit {
  font-weight: 400;
}
.floorplanPanel-value {
  font-size: var(--font-size-default-40);
  color: var(--primary-gold);
  font-weight: 400;
  margin-bottom: 3vw;
}
.floorplanPanel-value.haftMB {
  margin-bottom: 1.2vw;
}
.floorplanPanelCompass {
  display: inline-block;
  width: 4.16vw;
}

.swiperRoom .swiper-pagination-bullet-active {
  background-color: var(--primary-gold);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .defaultPageHeader {
    display: block;
    padding-bottom: 5.2vw;
  }
  .defaultPageHeaderLeft {
    padding-right: 0;
  }
  .defaultPageHeaderRight {
    width: 100%;
    margin-top: 20px;
  }

  .readyMoveFloorNav {
    height: 80px;
  }
  .readyMoveItemLeft {
    padding-right: 5vw;
  }
  .readyMoveItemRight {
    width: 50%;
  }
  .raedyMoveItem.reverseDiv .readyMoveItemLeft,
  .raedyMoveItem:nth-child(even) .readyMoveItemLeft {
    padding-right: 0;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {

  .defaultPageBg {
    background-size: 15vw auto;
  }
  .defaultContactBg {
    background-size: 15vw auto, 18vw;
  }

  .PC_readyMoveFloor {
    display: none;
  }

  .raedyMoveItem {
    padding: 30px 0;
  }
  .raedyMoveItemInner {
    display: block;
  }
  .readyMoveItemLeft {
    padding-right: 0;
  }
  .readyMoveItemRight {
    width: 100%;
    margin-bottom: 20px;
  }

  .raedyMoveItem.reverseDiv .readyMoveItemLeft,
  .raedyMoveItem:nth-child(even) .readyMoveItemLeft {
    padding-right: 0;
    padding-left: 0;
  }

  .floorPlanPanelContentBoxInner {
    display: block;
    text-align: center;
  }
  .floorPlanPanelContentTitle {
    display: none;
  }
  .floorPlanPanelContentBoxLeft {
    width: 100%;
    margin-top: 40px;
  }
  .floorPlanPanelContentBoxRight {
    padding-left: 0;
    margin-top: 20px;
  }
  .floorplanPanel-floor sup {
    font-size: 12px;
    transform: translate(100%, 0.2em);
  }
  .floorplanPanelCompass {
    display: none;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT ***/
.contactMapArea {
}
.contactPageGoogleMap {
  height: 414px; 
}
.contactPageGoogleMapIframeCover {
  overflow: hidden;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.contactPageGoogleMapIframeCover.clicked {
  pointer-events: auto;
}
.contactPageGoogleMapIframeCover iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.pageContactDetail {
  margin: 30px 0;
}

.contactFormArea {
  width: 100%;
  max-width: 1166px;
  margin: 5.2vw auto 0;
}
.contactFormTitle {
  padding-bottom: 30px;
  border-bottom: 5px solid var(--primary-blue);
  margin-bottom: 30px;
  text-align: center;
}
.contactForm .row {
  margin-left: -14px;
  margin-right: -14px;
}
.contactFormItem {
  padding: 0 14px;
  margin-bottom: 24px;
}
.contactFormItemInner {
  position: relative;
}
.contactFormItemInner .form-control {
  position: relative;
  width: 100%;
  /*height: 60px;*/
  height: 3.75em;
  display: flex;
  align-items: center;
  padding: 0.635em 0.635em;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  font-size: var(--font-size-default-16);
  font-weight: 400;
  color: var(--primary-font-color);
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
}
.contactFormItemInner textarea.form-control {
  height: 7.5em;
}
.contactFormItemInner input::placeholder,
.contactFormItemInner textarea::placeholder {
  color: var(--primary-font-color);
}
.contactFormItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
.contactFormSubmit {
  text-align: center;
}
.contactFormConsent {
  text-align: center;
  padding-top: 5px;
}

/* Customize the label (the container) */
.containerCheckbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: var(--font-size-default-18);
  line-height: 1.2;
  font-weight: 400;
  height: 1.33em;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containerCheckbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #D5D5D5;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 14px;
  border: solid var(--primary-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactThanksPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  background-color: var(--primary-white);
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactThanksPanelContentBoxInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--font-size-default-18);
}
.contactThanksTitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.containerCheckbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .contactFormArea {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  
}
@media (max-width: 425px) {
}

/*** MEMBER ***/
.memberPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 770px;
  max-height: 90%;
  background-color: var(--primary-white);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberPanelContentBoxInner {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: var(--font-size-default-18);
}
.memberPanelContentLeft {
  width: 40%;
}
.memberPanelContentRight {
  flex: 1;
  background-image: url('../../images/member/bg-tenant.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 6.25vw auto;
}
.memberPanelContentLeft > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.memberPanelFormCover {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 4.6vw 4.6vw 2vw 7.8vw;
}
.memberPanelTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  line-height: 1;
  font-weight: 500;
  color: var(--primary-font-color);
  margin-bottom: 20px;
}
.memberPanelSectionTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 500;
}
.memberPanelFormGroupCover {
  margin-top: 14px;
}
.memberPanelFormSubmit {
  margin-top: 10px;
}
.memberPanelFormItem {
  display: none;
}
.memberPanelFormItem.actived {
  display: block;
}

.formItemVisibility {
  position: relative;
}
.formItemVisibility input {
  position: relative;
}
.btnVisibility {
  position: absolute;
  width: 28px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  opacity: .25;
}
.btnVisibility.actived {
  opacity: 1;
}

.memberPanelResetSuccess {
  display: inline-flex;
  margin-top: 24px;
  align-items: center;
  max-width: 360px;
}
.memberPanelResetSuccessIcon {
  width: 2.66em;
  margin-right: 1.33em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .memberPanelContentRight {
    background-size: 8vw auto;
  }
  .memberPanelFormCover {
    padding: 50px 50px 20px 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .memberPanelContentLeft {
    display: none;
  }
  .memberPanelContentRight {
    background-size: 14vw auto;
  }
  .memberPanelFormCover {
    padding: 50px 30px 20px 30px;
  }
}
@media (max-width: 425px) {
}

/*** PROFILE ***/
.profileHeader {
  padding: var(--sectionPaddingV80);
  background-color: var(--primary-lightblue);
  background-image: url('../../images/member/bg-profile.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  color: var(--primary-white);
}
.profileHeaderContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profileContainer {
  padding: var(--sectionPaddingV100);
  background-color: var(--primary-white);
}
.profileContentTitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.profileContentTitleLine {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 5px solid var(--primary-blue);
}
.profileContent {
  display: flex;
}
.profileContentLeft {
  width: 30%;
}
.profileContentRight {
  flex: 1;
  padding-left: 7vw;
}
.profileSupportInfo {
  margin-top: 3vw;
}
.profileDocItem {
  padding: 20px 0;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  align-items: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 500;
  line-height: 1.2;
}
.profileDocItemName {
  flex: 1;
  padding-right: 20px;
}
.profileDocItemBtnArea {
  width: 180px;
}
.profileManual {
  margin-top: 3vw;
}

.profileSupportInfo_pc {
  display: block;
}
.profileSupportInfo_mb {
  display: none;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .profileContentTitleLine {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 3px solid var(--primary-blue);
  }
  .profileContent {
    display: block;
  }
  .profileContentLeft {
    width: 100%;
  }
  .profileContentRight {
    padding-left: 0;
    margin-top: 50px;
  }
  .profileCompanyInfo {
    max-width: 500px;
  }
  .profileSupportInfo {
    margin-top: 50px;
  }
  .profileManual {
    margin-top: 50px;
  }

  .profileSupportInfo_pc {
    display: none;
  }
  .profileSupportInfo_mb {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .profileDocItem {
    display: block;

  }
  .profileDocItemName {
    padding-right: 0;
  }
  .profileDocItemBtnArea {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
}

/*** PRIVACY ***/
.pagePolicy {
  padding: var(--sectionPaddingV80);
  background-image: url('../../images/policy/bg-policy.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 18vw auto;
}
.pagePolicyContent {
  display: flex;
}
.pagePolicyLeft {
  width: 29%;
}
.pagePolicyRight {
  flex: 1;
  padding-left: 8vw;
}
.pagePolicyTitle {
  margin-bottom: 20px;
}
.pagePolicyNavItem {
  padding: 0 0 1.1em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #D1D1D1;
  font-family: var(--font-title);
  font-size: var(--font-size-default-22);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagePolicyNavItemIcon {
  width: 10px;
  display: none;
}
.pagePolicyNavItem.actived,
.pagePolicyNavItem:hover {
  color: var(--primary-lightblue);
}
.pagePolicyNavItem.actived .pagePolicyNavItemIcon {
  display: block;
}

.viewEbookCover {
  width: 100%;
  height: 100vh;
  background-color: var(--primary-blue);
}
.viewEbookCoverHidden {
  visibility: hidden;
}

@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) {
  .pagePolicyContent {
    display: block;
  }
  .pagePolicyLeft {
    display: none;
  }
  .pagePolicyRight {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
}

/*** POPUP BANNER ***/
.popupBannerContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  z-index: 2500;
}
.popupBannerContainer.actived {
  display: block;
}
.popupBannerInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.popupBannerBox {
  position: relative;
  max-width: 560px;
}
.popupBannerButtonCover {
  /*position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);*/
  margin-top: 20px;
  text-align: center;
}