@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
:root {
  --pri-color: #22372b;
  --sec-color: #F0EAD6;
  --f-pri-color: #232820;
  --sec-color-light: #E5DCC4;
  
  --gray07: #B3B3B3;

  --pri-btn-color: #1b1b1b;
  --pri-color-hover: white;
  --bg-color : white;
  /* --sec-color: #9bdb3f; */
  --popup-bg-color:#F8F8F8;
  --black: #1B1B1B;
  --gray01: #969696;

  --gray02: #EAEAEA;
  --gray03: #F2F2F4;
  --gray04: #CCCCCC;
  --gray05: #939393;
  --gray06 :#D9D9D9;

  --placeholder: #969696;
  --red: #C94C4C;
  --orange: #e58c4a;
  --yellow-hl: #fbbf00;
  --green: #93ca43;

  --btn-pri: #22372b;
  --btn-pri-hover: white;
  --btn-sec: #9bdb3f;

  --alert-bg: #d9eff8;

  --white: #ffffff;
  --white02: #f7f7f7;

  --base-s : 10px;
}
html, body {
  height: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: var(--pri-color);
  background-color: var(--sec-color);
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
body.en-page{
  font-family: "Myriad Pro", sans-serif;
}
body.zh-page{
  font-family: "Noto Sans TC", sans-serif;
}
body.sc-page{
  font-family: "Noto Sans SC", sans-serif;
}
body.jp-page{
  font-family: "Noto Sans JP", sans-serif;
}
body.kr-page{
  font-family: "Noto Sans KR", sans-serif;
}

pre{
  font-family: "Open Sans", "Lato", Helvetica, Arial, sans-serif;
}

img {
  border-width: 0;
}

object, embed {
  vertical-align: bottom;
}
ul, ul li {
  list-style: none;
}
html.lock {
  overflow: hidden;
  position: relative;
}
html.lock body {
    overflow: hidden;
}

.s-box:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}


.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.transit-05 {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.transit-02 {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.o0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.o0item-box,
.o0-delay{
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.contents-wrap.o0{
  opacity: 0;
}
.o0.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.obtn {
  display: block;
}
.obtn-inline {
  display: inline;
}
.hide {
  display: none;
}
.hide-important{
  display: none!important;
}
.img-wrap{
  overflow: hidden;
}
.img-wrap img{
  width: 100%;
  height: auto;
}

.f-pri-color{
  color: var(--pri-color);
}
.f-white{
  color: var(--white);
}
.f-gray{
  color: var(--gray01);
}

.f-black{
  color: var(--black);
}
.f-red{
  color: var(--red);
}
.align-c{
  text-align: center;
}
.align-r{
  text-align: right;
}
.w980-show{
  display: block;
}
.w980-show.d-ib{
  display: inline-block;
}
.w980-show.d-i{
  display: inline;
}
.w100p-show{
  display: none;
}
@media only screen and (min-width: 980px) {
    .w980-show,
    .w980-show.d-ib,
    .w980-show.d-i{
      display: none;
    }
    .w100p-show{
      display: block;
    }
    .w100p-show.d-ib{
      display: inline-block;
    }
    .w100p-show.d-i{
      display: inline;
    }
}

/*///////////////////////////////////////////////////////////// ANCHOR */

a{
  color: var(--pri-color);
  text-decoration: underline;
}
a[disabled]{
  color: var(--gray01);
}
a[disabled]:hover{
  cursor: default;
}
a:hover {
  /* color: var(--pri-color-hover); */
  text-decoration: none;
}
a[disabled]:hover{
  color: var(--gray01);
}
a.blank-link{
  color: var(--pri-color);
  text-decoration: underline;
}
a.blank-link.gray{
  color: var(--gray01);
}
a.blank-link.gray:hover{
  color: var(--gray01);
}

a.blank-link.no-deco{
  text-decoration: none;
}
a.blank-link i,
a.blank-link svg{
  margin-right: calc(var(--base-s) * 2);
}
a.blank-link.block-link{
  display: block;
}
a.mb-adj{
  margin-bottom: calc(var(--base-s) * 2);
}
a.blank-link:hover{
  color: var(--pri-color-hover);
}
a .fa-whatsapp{
  font-size: 16px;
}

img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}

p.underline,
span.underline,
strong.underline,
a.underline {
  text-decoration: underline;
}

.v-align {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
#wrap {
  position: relative;
  z-index: 10;
  right: 0;
  text-align: left;
  height: 100%;
  margin: 0 auto;

  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-text-size-adjust: 100%;
}

footer, .push{
  height: auto;
}

#contents{
  position: relative;
  padding-top: 86px;
  z-index: 10;
  box-sizing: border-box;
  padding-bottom:calc(var(--base-s) * 10);
  min-height: calc(100vh - 152px);
  background-color: var(--sec-color);
}
#contents .contents-outter-wrap{

  padding-top: calc(var(--base-s) * 1);
  box-sizing: border-box;
  /* padding-bottom: calc(var(--base-s) * 2); */
}
.grecaptcha-badge{
  z-index: -999999;
}
@media only screen and (min-width: 980px) {
  #contents .contents-outter-wrap{
    padding-top: calc(var(--base-s) * 0);
  }

}
/*///////////////////////////////////////////////////////////// HEADER */

header {
  height: auto;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  /* overflow: hidden; */
  background-color: var(--pri-color);
}
header .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* max-width: 1580px; */
  position: relative;
  font-size: 15px;
  font-weight: 300;
  padding-left: calc(var(--base-s) * 2);
  padding-right: calc(var(--base-s) * 2);
  box-sizing: border-box;
}

header .icon-btn .ast-icon span svg,
.icon-btn span svg{
  height: 1em;     /* Sets the height relative to surrounding text */
  width: auto;       /* Maintains aspect ratio */
  vertical-align: middle; /* Aligns nicely with text */
}

header .inner a{
  color: var(--sec-color);
  text-decoration: none; 
}

header .inner .logo {
  z-index: 9999999;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
header .inner .logo a{
  width: 111px;
  color: white;
  text-decoration: none;
  margin: 0 auto;
  display: block;
}
header .inner .logo img {
  width: 111px;
  height: auto;
  padding: 1em 0;  
}
header .inner .l-nav .svg-wrap{
  margin-right: 0px;
}
footer{
  background-color: var(--pri-color);
  color: white;
  padding: 0 0 0 0;
  box-sizing:border-box;
  position: relative;
  z-index: 90;
  text-align: center;
  position: fixed;
  bottom:0;
  width: 100%;
}
footer .inner{
  width: 100%;
  padding:calc(var(--base-s) * 2) calc(var(--base-s) * 2);
  margin:0 auto;
  box-sizing:border-box;
  position: relative;
}
footer .ult-wrap{
  justify-content: center;
}
footer .ult-wrap a{
  display: block;
  color: var(--sec-color);
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
}
footer .ult-wrap a.underline{
  text-decoration: underline;
}
footer .ult-wrap .divider{
  width: 1px;
  height: 16px;
  display: block;
  background-color: var(--gray01);
  margin-left: calc(var(--base-s) * 1);
  margin-right: calc(var(--base-s) * 1);
}

@media only screen and (min-width: 980px) {
  header{
    /* height: calc(var(--base-s) * 7); */
  }
  header .inner {
    padding-left: calc(var(--base-s) * 3.5);
    padding-right: calc(var(--base-s) * 3.5);
  }
  header .inner .logo{
    padding: 1em 0;
    height: 103.05px;
    box-sizing: border-box;
  }
  header .inner .logo img{
    width: 147px;
    padding: 1px 0 0;
  }
  header .inner .logo a{
    width: 147px;
  }
  header .inner .l-nav .svg-wrap{
    margin-right: 5px;
  }
}

.site-overlay-toggle {
    text-align: center;
    display: block;
    float: left;
}
.menu {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 48px;
    height: 48px;
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
}

.btn-ui, .btn-ui:active, .btn-ui:focus, .btn-ui:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-ui {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.site-overlay-toggle .btn {
    display: inline-block;
    margin-top:0;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 48px;
    height: 48px;
    background: transparent;
}
.site-overlay-toggle .btn .bar {
    position: relative;
    margin: 0 auto;
    width: 16px;
    height: 0.8px;
    border-radius: 4px;
    background: white;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.site-overlay-toggle .btn .bar{
    display: inline-block;
    vertical-align: middle;
}
.site-overlay-toggle .btn .bar:before {
    -webkit-transform: translate(0,6px);
    -ms-transform: translate(0,6px);
    -o-transform: translate(0,6px);
    transform: translate(0,6px);
    bottom:-1px;
}
.site-overlay-toggle .btn .bar:after {
    -webkit-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);
    top:-1px;
}
.site-overlay-toggle .btn .bar:after, .site-overlay-toggle .btn .bar:before {
    content: '';
    position: absolute;
    background: white;
    left: 0;
    width: 100%;
    height: 0.8px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.active .site-overlay-toggle .btn>span {
    background: 0 0;
}
.active .site-overlay-toggle .btn >span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom:0;
}
.active .site-overlay-toggle .btn >span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top:0;
}

footer copyright{
  display: block;
  color: var(--gray01);
}
copyright{
  font-size: 14px;
  line-height: 24px;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
}
copyright span{
  display: block;
}
.flex,
.flex-child{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.flex-child .item-child{
  flex: 1;
}
@media only screen and (min-width: 768px) {
  footer .flex-item{
    flex:1 0 50%;
    box-sizing:border-box;
  }
  box-sizing: border-box;
  footer .flex-item:nth-child(odd){
    padding: 0 5% 0 0;
  }
  footer .flex-item:nth-child(even){
    padding: 0 0 0 5%;
  }
  footer .inner{
    max-width: 720px;
  }
  footer .btm-box .inner{
    max-width: 720px;
  }
}
@media only screen and (min-width: 980px) {
  header {
    top: 0;
  }
  #contents{
    /* padding-top: calc(var(--base-s) * 6); */
    padding-top: 103.05px;
  }
  .sub-header .p-inner p.login{
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  footer{
    position: relative;
  }
  footer .inner{
    width: 100%;
    /* padding: calc(var(--base-s) * 6) 0 calc(var(--base-s) * 6); */
  }
  footer .btm-box{
    border-top: 0;
  }
  footer .btm-box .btm-box-lvl02{
      display: inline-block;
      border-top: 1px dotted white;
      border-bottom: 1px dotted white;
  }
  footer .btm-box .item{
    display: inline-block;
    border-bottom: 0;
    padding-left: calc(var(--base-s) * 2);
    padding-right: calc(var(--base-s) * 2);
  }
  footer .flex-item:nth-child(odd){
    padding: 0 60px 0 0;

  }
  footer .flex-item:nth-child(even){
    padding: 0 0 0 60px;
  }
  footer .btm-box .inner{
    padding: 25px 0px 30px;
  }
  footer .flex.col04 .item{
    flex: 1 0 12.5%;
  }
  .wide-flex,
  .wide-flex-child{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  

}
@media only screen and (min-width: 980px) {

}
@media only screen and (min-width: 1180px) {

}
@media only screen and (min-width: 1180px) {
  #wrap {
    margin: 0 auto 0px;
  }
}
.page-top {
  z-index: 30;
  top: -24px;
  left: 50%;
  margin-left: -24px;
  position: absolute;
}
.page-top a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  background-color: var(--pri-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
}
.page-top a:hover{
  background-color: var(--pri-color-hover);
}
@media only screen and (min-width: 768px) {
  .page-top a {

  }

}


section{
  font-size: 14px;
  line-height: 1.9em;
}
section a{
  color: var(--btn-pri);
  text-decoration: none;
}
section a.sec-link{
  color: #1b1b1b;
  text-decoration: none;
}
section a.blank-a{
  text-decoration: underline;
}
section a.blank-a:hover{
  opacity: 0.5;
}
section p.lh-type01,
section .lh-type01{
  line-height: 20px;
}
section .large{
  font-size: 20px;
}


#breadcrumbs{
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 800;
  background-color: var(--pri-color);

}
#breadcrumbs .inner{
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 calc(var(--base-s) * 2);
  box-sizing: border-box;
  border-bottom: 0;
}
#breadcrumbs .inner ol,
#breadcrumbs .inner ul{
    list-style: none;
}

#breadcrumbs .inner ol li,
#breadcrumbs .inner ul li{
  float: left;
  line-height: 40px;
  color: white;
}
#breadcrumbs .inner ul li.separator span{
  text-align: center;
  width: 14px;
  height: 40px;
  margin: 0 5px;
  display: block;
  box-sizing:border-box;
}
#breadcrumbs .inner ol li a,
#breadcrumbs .inner ul li a{
  color: white;
  text-decoration: none;
}
.non-visual-page #breadcrumbs .inner ol li,
.non-visual-page #breadcrumbs .inner ul li,
.non-visual-page #breadcrumbs .inner ol li a,
.non-visual-page #breadcrumbs .inner ul li a{
  color: white;
  text-decoration: none;
}

#breadcrumbs .inner ol li a:hover,
#breadcrumbs .inner ul li a:hover{
  color: var(--pri-color-hover);
}


@media only screen and (min-width: 980px) {
  #breadcrumbs{
    display: block;
  }
  .page-template-page-home-php #breadcrumbs{
    display: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}
section{
  width: 100%;
  position:relative;

}

section .inner{
  width: 100%;
  box-sizing:border-box;
  margin:0 auto;
  padding-top: calc(var(--base-s) * 1);
  padding-bottom: calc(var(--base-s) * 1);
  /* max-width: 1590px; */
}
section .inner.m-w-560{
  max-width: 560px;
}
section .inner.m-w-795{
  max-width: 560px;
}
section.wide-pad .inner{
  padding-top: calc(var(--base-s) * 3);
  padding-bottom: calc(var(--base-s) * 2);
}
section.wide-both .inner{
  padding-top: calc(var(--base-s) * 3);
  padding-bottom: calc(var(--base-s) * 3);
}
section.wide-top .inner{
  padding-top: calc(var(--base-s) * 3);
}
section.wide-bottom .inner{
  padding-bottom: calc(var(--base-s) * 3);
}
section .inner.no-pad{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
section .inner.no-pad-l-r{
  padding-left: 0;
  padding-right: 0;
}
section .inner.no-pad-t-b{
  padding-top: 0;
  padding-bottom: 0;
}
section .inner.f-w{
  max-width: none;
}

.contents-wrap section:last-of-type{
  padding-bottom: calc(var(--base-s) * 4.5)!important;
}
section .inner .conts-wrap{
  padding-left: calc(var(--base-s) * 2);
  padding-right: calc(var(--base-s) * 2);
  box-sizing:border-box;
}

section .inner .conts-wrap.narrow-pad{
  padding-left: calc(var(--base-s) * 1);
  padding-right: calc(var(--base-s) * 1);
}
section .inner .conts-wrap.narrow-pad{

}
section .inner .conts-wrap.no-pad{
  padding-left: 0;
  padding-right: 0;
}

.bg-shadow02,
.bg-shadow04{
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
}
.bg-shadow02:hover{
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.48);
}
.bg-shadow03 .bg-target{
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
}
.bg-shadow03:hover .bg-target{
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.48);
}

@media only screen and (min-width: 980px) {
  section .inner{
    width: 80%;
    padding-top: calc(var(--base-s)* 4);
    padding-bottom: calc(var(--base-s)* 3);
  }
  section .inner .conts-wrap{
    padding-left: calc(var(--base-s) * 1);
    padding-right: calc(var(--base-s) * 1);
    box-sizing:border-box;
  }

}
@media only screen and (min-width: 1280px) {
  section .inner{
    width: 65%;
  }
}
.overlay{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 700;
  background-color: var(--pri-color);
  opacity: 0;
  display: none;
}
.overlay.loading{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px auto;
  background-image: url("../img/common/loader_dark.gif");
}
.overlay-loading{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999999;
  background-color: var(--white);
  opacity: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  background-image: url("../img/loader.gif");
}
.overlay.ready{
  display: block;
}
.overlay.active{
  opacity: 0.7;
  display: block;
}
.overlay-loading.active{
  opacity: 0.7;
  display: block;
}
.overlay-expired {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 800; /* Ensure it's above the overlay */
  background-color: var(--white);
  padding: 32px;
  border-radius: 0px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
  display: none; /* Initially hidden */
}
.overlay-expired.active{
  display: block;
}
.overlay-expired .expired-msg {
  text-align: center;
}

.overlay-expired .expired-msg p {
  font-size: 16px;
  color: var(--black);
  margin-bottom: 24px;
}

.overlay-expired .expired-msg .close-btn {
  display: inline-block;
  text-decoration: none;
}
.iframe-container{
  overflow:hidden;
  margin:0 auto 30px;
  display:block;
  max-width:90%;
  padding-top:56.25%;
  position:relative;
}
.iframe-container iframe{
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}

/*///////////////////////////////////////////////////////////// ASTRA THEME ADAPTATION */
body.zh-page{
  font-family: "Noto Sans TC", sans-serif;
}
body.zh-page .f-serif,
body.en-page .f-serif{
  font-family: Times,Georgia,serif;
}

.icon-btn{
  width: 40px;
  max-width: 40px;
  height: 40px;
  display: block;
  text-align: center;
}
.icon-btn span{
  line-height: 36px;
}

.m-r-X1 svg{
  margin-left: calc(var(--base-s) * 1);
}
.m-l-x1 svg{
  margin-left: calc(var(--base-s) * 1);
}

header .ast-icon.icon-arrow svg{
  height: .6em;
  width: .6em;
  position: relative;
  color: var(--sec-color);
}
header .header-ult .ast-icon.icon-arrow svg{
  margin-left: 4px;
}

.ast-icon svg path{
  fill: var(--sec-color);
}
header .lang-btn{
  text-align: right;
  padding-right: calc(var(--base-s) * 0.5);
}

.f-l {
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--f-pri-color);
}
header .header-ult{
  position: relative;
  justify-content: flex-end;
}
.hide-utl header .header-ult,
header .header-ult.hide{
  visibility: hidden;
}
.lang-switcher,
.currency-switcher {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.currency-switcher{

}
.lang-dropdown,
.currency-dropdown {
  display: none;
  position: absolute;
  background-color: #23392d;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  width: 100px;
  top: 36px;
  right: -2px;
}
.currency-dropdown {
  width: 100px;
  right: -5px;

}
.lang-dropdown li,
.currency-dropdown li{
  line-height: 48px;
}
.lang-dropdown li a,
.currency-dropdown li a {
  display: block;
  color: var(--sec-color);
  text-align: center;
  padding: 0;
  text-decoration: none;
}

.lang-dropdown li a:hover {
  /* background-color: #1a2b23; */
}

@media only screen and (min-width: 980px) {
  .lang-switcher,
  .currency-switcher {
    font-size: 15px;
  }
  .lang-switcher{
    max-width:106px;
  }
  header .ast-icon.icon-arrow svg{
    /* margin-left: calc(var(--base-s) * 1) */
  }

  .lang-dropdown {
    padding: 0;
    width: 106px;
    right: 10px;
  }
  .currency-dropdown{
    right: -2px;
}