:root {
    --pri_color-o: #A3C220;
    --pri_color-b: #1b2934;
    /*--sec_color-g: #d3d4d6;*/
    --sec_color-g: #e8e9ea;
    
    --sec_color-w: #fff;
    --sec_color-b: #000;
    --ter_color: #000;
    --comman_gap: 60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}

@keyframes a{
    /*0%{
        margin-top: 0;
    }
    16%{
        margin-top: 0;
    }
    32%{
        margin-top: -64px;
    }
    48%{
        margin-top: -64px;
    }
    64%{
        margin-top: -128px;
    }
    80%{
        margin-top: -128px;
    }
    96%{
        margin-top: -192px;
    }
    100%{
        margin-top: -192px;
    }*/
    /*0%{
        margin-top: 0;
    }
    16%{
        margin-top: 0;
    }
    32%{
        margin-top: -96px;
    }
    48%{
        margin-top: -96px;
    }
    64%{
        margin-top: -192px;
    }
    80%{
        margin-top: -192px;
    }
    96%{
        margin-top: -288px;
    }
    100%{
        margin-top: -288px;
    }*/

    0%{
        margin-top: 0;
    }
    16%{
        margin-top: 0;
    }
    32%{
        margin-top: -72px;
    }
    48%{
        margin-top: -72px;
    }
    64%{
        margin-top: -144px;
    }
    80%{
        margin-top: -144px;
    }
    96%{
        margin-top: -216px;
    }
    100%{
        margin-top: -216px;
    }


}

/*@keyframes b{
    0%{
        margin-top: 0;
    }
    16%{
        margin-top: 0;
    }
    32%{
        margin-top: -74px;
    }
    48%{
        margin-top: -74px;
    }
    64%{
        margin-top: -148px;
    }
    80%{
        margin-top: -148px;
    }
    96%{
        margin-top: -222px;
    }
    100%{
        margin-top: -222px;
    }


}*/

@keyframes b{
    0%{
        margin-top: 0;
    }
    16%{
        margin-top: 0;
    }
    32%{
        margin-top: -48px;
    }
    48%{
        margin-top: -48px;
    }
    64%{
        margin-top: -96px;
    }
    80%{
        margin-top: -96px;
    }
    96%{
        margin-top: -144px;
    }
    100%{
        margin-top: -144px;
    }


}

::selection {
        background: #000; /* Safari */
        color: #fff;
        }
::-moz-selection {
        background: #000; /* Firefox */
        color: #fff;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {  
   color: #000;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;
    line-height: 2em;
    font-weight: 300;
    text-transform: none;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    /*font-family: 'Noto Sans HK', sans-serif;*/
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: normal;
    line-break: auto;
    /*line-height: 1.5em;*/
    /*overflow-x: hidden;*/
    color: var(--ter_color);
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body.open {
    overflow: hidden;
    position: fixed;
    max-width: 100%;
}

body.fixed {
  position: relative;
  /*overflow-x: hidden;*/
}

header.fixed {
  /*position: absolute;*/
  position: relative;

}

.mask {
  background: #000;
  width: 100%;
  /*height: 100%;*/
  height: calc( 100% - 90px );
  position: absolute;
  z-index: 101;
  top: 90px;
  /*top: 90px;*/
  left: 0;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

body.fixed .mask {
  visibility: visible;
  opacity: .8;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}


h1,h2,h3,h4,h5 {
    margin: 0;
    line-height: 2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.page-sec-content {
  width: 50%;
}

.page-sec-content h4 {
  margin-bottom: 0;
}



h1 {
  /*font-size: 2em;*/
  font-size: 1.2em;
}


.counter_num.one-line-b h1 {
  margin-bottom: 0;
}

a {
    color: initial;
    text-decoration: none;
}



p {
    line-height: 2em;
    margin: 20px 0;
}

.page-sec-content p {
  margin-top: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



section,footer {
    width: 100%;
    /*overflow: hidden;*/
    /*max-width: 1440px;*/
    margin: 0 auto;
}


footer {
    font-size: 12px;
    color: #fff;
    background: var(--pri_color-b);
    /*box-shadow: inset 0px 11px 8px -10px #000;*/
    box-shadow: 
    inset 0 3px 3px hsl(0deg 0% 0% / 0.1), 
    inset 0 8px 8px hsl(0deg 0% 0% / 0.1), 
    inset 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

footer a {
    color: #fff;
}

header {
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
    z-index: 102;
}

img {
  width: 100%;
}

input {
  /*font-family: initial;*/
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #666;
}

.nav_Bline {
    /*position: absolute;*/
    width: 100%;
    margin: 0 auto;
    /*padding: 20px 0;*/
    max-width: 1440px;
}

#nav_container {
    background: #faf6f2;
    padding: 30px 0;
    padding-left: 60px;
    background: var(--sec_color-w);
    height: 90px;
    line-height: 0;
    position: relative;
}

.nav_logo {
    display: inline-block;
    /*vertical-align: middle;*/
}

.nav_logo > a {
    line-height: 30px;
    vertical-align: middle;
    display: block;
    height: 30px;
}

#nav_container .nav_logo img {
    width: auto;
    height: 40px;
    margin-right: 40px;
    /*margin-top: -5px;*/
}

.menu_label {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 350px );
    width: auto;
    /*height: 30px;*/
    overflow-y: auto;
}

#pc_menu {
    padding-right: 20px;
    line-height: 30px;
    /*height: 30px;*/
    margin-top: 3px;
}

#pc_menu li, #pc_menu_bak li {
    display: inline-block;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
    /*margin: 0 15px;*/
    padding: 0 6px;
    /*height: 30px;*/
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding-bottom: 60px;
}

#pc_menu li a {
  color: initial;
  font-size: 16px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

#pc_menu li ul a {
  color: #fff;
}

#pc_menu li ul .submenu {
  display: block;
  line-height: 60px;
}


#pc_menu a:hover {
  color: var(--pri_color-o);
}

#pc_menu .selectTitleT {
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0;
  color: #09762d;
}

#pc_menu .dtc.banner-txt h4 {
  margin-bottom: 20px;
}

.lang_btn {
  width: 60px;
  background: var(--pri_color-o);
  color: #fff;
  float: right;
  text-align: center;
  height: 90px;
  vertical-align: middle;
  line-height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  /*cursor: pointer;*/
}

.sec-banner {
  z-index: 100;
}

.banner {
  width: 100%;
  /*max-width: 1440px;*/
  /*height: 480px;*/
  min-height: 480px;
  height: auto;
  overflow: hidden;
  position: relative;
  /*height: calc(100vh - 90px);*/
}

.banner iframe {
  /*position: relative;
  min-width: 216vw;
  width: auto;
  height: 120vw;
  min-height: 480px;
  top: -42vw;
  left: -60vw;*/

  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.banner_txt {
  left: 60px;
  position: absolute;
  /*top: 180px;*/
  top: 0;
  height: 480px;
  display: flex;
  padding-right: 60px;
  color: #fff;
  /*width: 45vw;*/
  width: calc( 50vw - 30px );
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
  /*width: 35vw;*/
  /*height: auto;*/
}

/*.banner_txt h1 {
  font-size: 3em;
  line-height: 3em;
  height:3em;
}*/

.banner_txt p{
  margin:0;
  margin-top: 0.5em;
}

.banner_txt > div{
  margin-top: 3em;
}

.banner a{
  color: #fff;
}

.banner a:hover{
  color: var(--pri_color-o);
}

.banner a.unlink:hover{
  color: inherit;
}

.banner img{
  width: 100%;
  /*height: 100%;*/
  height: 600px;
  object-fit: cover;
}



.page-sec {
  /*padding: 60px;*/
  padding: 0 60px;
  max-width: 1440px;
  margin: 60px auto;
}

.about-timeLine .page-sec {
  padding: 60px;
  margin-bottom: 0;
}

.dt {
  display: flex;
  flex-wrap: wrap;
}

.dtc {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.img-area {
  margin: 60px 0;
  margin-bottom: 0;
  gap: 40px;
}

.img-area .dtc img {
  width: 100%;
  /*height: calc( (100vw - 40px)/2 * 0.6 );*/
  /*height: 100%;*/
  height: calc( (100vw - 40px)/2 * 0.6 );
  object-fit: cover;
}

.img-area .dtc {
  line-height: 0;
  width: calc( (100% - 40px)/2 );
  /*height: calc( (100vw - 40px)/2 * 0.6 );*/
}

.sec-note {
  width: 100%;
  background: var(--sec_color-g);
}

.sec-note.item3line {
  background: initial;
}

.sec-note .dt {
  padding: 60px;
  /*padding-bottom: 60px;*/
  gap: 60px;
  max-width: 1440px;
  margin: 60px auto;
  margin-bottom: 0;
}

.sec-note.sty_2txt .dt,
.sec-note.sty_3txt .dt {
  padding: 60px;
  margin-bottom: 0;
}

.sec-note.sty_3txt .dt {
  padding-top: 0;
}

.sec-note.item3line .dt {
  gap: 40px;
}

.sec-note .dtc {
  width: calc( (100% - 120px)/3 );
  flex-grow: 0;
  /*line-height: 0;*/
}

.sec-note.sty_2txt.al-center .dtc {
  line-height: 0;
}

.sec-note.item3line .dtc {
  width: calc( (100% - 80px)/3 );
  padding: 20px;
  background: var(--sec_color-g);
}

.sec-note.item3line .dtc.mainItem {
  width: 100%;
  background: initial;
  padding: 0;
}

.sec-note.sty_2txt .dtc {
  width: calc( 50% - 30px );
}

.sec-note.item3line .dtc.mainItem h4,
.sec-note.item3line .dtc.mainItem p {
  width: 50%;
}

.sec-note.sty_3txt .dtc {
  width: calc( (100% - 120px)/2 );
}

.sec-note .dtc img {
  width: auto;
  height: 60px;
  /*margin-bottom: 20px;*/
}

.sec-note.item3line .dtc img {
  margin-bottom: 20px;
}

.dtc h4 {
  margin-bottom: 0;
  line-height: 2em;
}

.dtc p {
  margin: 0;
}

.sec-news {
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
  margin: 60px;
  color:#fff;
  margin-right: : 0;
  width: calc( 100% - 60px );
  background: var(--pri_color-b);
  /*height: 300px;*/
}

/*.index .sec-news {
  overflow-x: auto;
}*/

.sec-news .dt {
  width: 60vw;
  min-width: 600px;
  white-space: nowrap;
}

.index .sec-news .dt {
  width: calc( 100% - 60px );
  width: 100%;
  /*min-width: 1200px;*/
  /*white-space: nowrap;*/
}

.sec-news .dtc {
  width: 48%;
  min-width: 300px;
  max-width: 432px;
  flex-grow: 0;
  line-height: 0;
  background: var(--pri_color-o);
  min-height: 240px;
  overflow: hidden;
}

.index .sec-news .dtc {
  width: 30%;
  min-width: auto;
  overflow: initial;
}
.sec-news .dtc img {
  min-height: 270px;
  height: 100%;
  object-fit: cover;
}

.sec-news .dtc.right {
  /*width: calc( 100% / 2 );*/
  /*width: calc( 40% - 60px );*/
  width: 40%;
  background: var(--pri_color-b);
}

.sec-news-txt {
  padding: 40px;
  white-space: break-spaces;
}

.sec-news .dtc.right .sec-news-txt {
  padding-right: 60px;
  /*min-width: 400px;*/
  /*width: calc( ((100vw - 60px)/2 - 80px)/2 );*/
}

.sec-news-txt p {
  margin:0;
  /*padding-bottom: 20px;*/
}

.footer {
  padding: 60px;
  max-width: 1440px;
  margin: 0 auto;
}

footer li {
  line-height: 2em;
}

.logo-footer {
  height: 30px;
  width: auto;
}

.footer-logo {
    width: 23%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.footer-logo img {
    height: 30px;
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
    /* margin-bottom: 20px; */
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 12px;
}

.footer-right {
    /*column-count: 5;*/
    width: 60%;
    margin-left: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.footer_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  column-gap: 3%;
}

.footer_menu > li > ul {
  margin-top: 10px; 

  display: flex;
  flex-direction: column;
  /*width: 65px;*/

}

.footer_menu > li {
  /*margin-top: 10px;*/
  text-align: left;

  min-width: 50px;
}

.footer_menu > li:nth-child(1) {
  margin-top: 0;
}


.footer_menu > li > a{
  font-weight: 400;
  color: var(--pri_color-o);
  /*cursor: initial;*/
  text-decoration: initial !important;
}

footer a:hover {
  text-decoration: underline;
}

.footer_menu > li > a.ahref {
  cursor: pointer;
}

.footer_menu > li > a.ahref:hover {
  text-decoration: underline !important;
}



.dt.banner {
  /*min-height: 400px;*/
  /*height: 480px;*/
  flex-wrap: nowrap;

  background: var(--pri_color-b);
  /*z-index: 100;*/
}

/*body.fixed .sec-banner {
  margin-top: 90px;
}*/

/*body.fixed .sec-banner{
  position: fixed;
  z-index: 1;
}*/


.dtc.banner-img {
  /*max-width: 70%;*/
  flex-grow: 1;
  overflow: hidden;
  min-height: 260px;
  height: auto;
}

.dtc.banner-txt {
  /*width: 30%;*/
  flex-grow: 0;
  padding: 60px;
  /*margin: 60px;
  margin-right: 0;
  padding-right: 60px;*/
  width: calc( 30% - 120px);
  background: var(--pri_color-b);
  color:#fff;
  min-width: 400px;
  height: 100%;
  /*width: 280px;*/
  /*min-width: 340px;*/
  /*overflow-y: auto;*/
}

.dtc.banner-txt a {
  font-weight: 400;
}

.hover-mask {
  position: relative;
}

.hover-more{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(27 41 52 / 80%);
}

.hover-more-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(27 41 52 / 80%);
  
}

.hover-more-mask  a{
  color: #fff;
}

.hover-more-txt {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-more a{
  color: #fff;
  /*font-weight: 600;*/
}



#pc_menu > li > ul {
    visibility: hidden;
    opacity: 0;
    /*height: 480px;*/
    position: absolute;
    top: 90px;
    left: 0;
    height: 0;
    max-height: 0;
    background: var(--pri_color-b);
    transition: height .5s ease-in-out, max-height .5s ease-in-out;
}

#pc_menu > li ul.show {
    position: absolute;
    visibility: visible;
    width: 100%;
    opacity: 1;
    /*height: 480px;*/
    height: 60px;
    /*background: var(--pri_color-b);*/
    /*max-height: 480px;*/
    max-height: 60px;
    overflow-y: hidden;
    /*-webkit-transition: max-height .3s .3s ease-in-out;
    -moz-transition: max-height .3s .3s ease-in-out;
    -ms-transition: max-height .3s .3s ease-in-out;
    -o-transition: max-height .3s .3s ease-in-out;
    transition: max-height .3s .3s ease-in-out;*/
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
}

#nav_container ul .banner {
    opacity: 0;
    /*-webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;*/
}

#nav_container ul.show .banner {
    /*transition-delay:3s;*/
    opacity: 1;
/*    -webkit-transition: opacity 1.5s 3s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;*/
    transition: opacity .5s .8s ease-in-out;
}

/*#pc_menu > li ul.show {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    
    max-height: 100%;
    overflow-y: hidden;
    transition: max-height 1.5s ease-in-out;


}*/

/*mobile menu*/
#menu {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0s 0.45s, visibility 0s 0.45s;
}

#menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0s, visibility 0s;
}

.menuOutLayer {
    position: relative;
    z-index: 1001;
    /*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-direction: column;*/
    flex-direction: column;
    /*-ms-flex-pack: justify;*/
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    padding: 6rem 0 2rem 0;
    /*background: #b18c65;*/
    background: var(--pri_color-o);
    color:#fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: rgba(0,0,0,0) 0px 19px 38px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 24px;
    transition: box-shadow 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: box-shadow 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: box-shadow 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#menu.open .menuOutLayer{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.site-menu-nav-primary-wrapper {
    -ms-flex: 1;
    flex: 1;
}

.bw-medium {
    /*font-family: 'BwGradual Medium', sans-serif;*/
    font-weight: normal;
    letter-spacing: -0.02em;
}

.site-menu-nav-primary ul, .site-menu-nav-secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu-nav-primary ul li ul {
    /*margin-left: 1em;*/
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin-left: -5vw;
    padding-left: 5vw;
}

.site-menu-nav-primary ul li:hover ul {
    height: auto;
    max-height: 1000px;
    background: var(--pri_color-b);
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
    
    /*-webkit-transition: height .9s ease-in-out, max-height .9s ease-in-out;
    -moz-transition: height .9s ease-in-out, max-height .9s ease-in-out;
    -ms-transition: height .9s ease-in-out, max-height .9s ease-in-out;
    -o-transition: height .9s ease-in-out, max-height .9s ease-in-out;
    transition: height .9s ease-in-out, max-height .9s ease-in-out;*/
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.site-menu-nav-primary>ul {
    width: 100%;
    min-height: 0vw;
    /*padding: 0 5vw;*/
    font-size: 1.25rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}



.site-menu-nav-primary>ul li {
    margin: 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}

.site-menu-nav-primary>ul li a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(1.25em + 1.25rem);
    padding: 0.625em 0;
    color: #fff;
    transition: color 0.3s;
    text-decoration: none;
}

.site-menu-nav-primary>ul > li {
    padding: 0 5vw;
}

.rbk_lang {
    position: absolute;
    top: 21px;
    left: 5vw;
    color: #000;
}

#setLang.dr {
    min-width: 60px;
    margin-right: 20px;
}

.dr ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    text-align: center;
}

.dr ul.drop-down-menu li {
  position: relative;
/*   white-space: nowrap; */
   width: max-content;
/*   border-right: #ccc 1px solid; */
  
}

.dr ul.drop-down-menu>li:last-child {
  border-right: none;
}

.dr ul.drop-down-menu>li {
  float: left;
  background-color: transparent;
  color: #fcfcfc;
  /* 只有第一層是靠左對齊*/
}

.dr ul.drop-down-menu >li > a {
  min-width: 90px; 
}

.dr ul.drop-down-menu a {
  /*background-color: #fcfcfc;*/
  color: initial;
  display: block;
  /*padding: 10px;*/
  width:auto;
  min-width:100px;
  /*padding: 10px;*/
/*   min-width:100px; */
  text-decoration: none;
/*   line-height: 40px; */
  text-align: center;
  min-width: 120px;
  
}

#setLang.dr ul.drop-down-menu a {
  min-width: 60px;  
  font-weight: 400;
}

#setLang.dr ul.drop-down-menu ul a {
  min-width: 70px;  
  /*color: initial;*/
}



.dr ul.drop-down-menu ul li a,
.nav_Bline.list .dr ul.drop-down-menu ul li a {
    background-color: #fff;
    color: initial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#menu .dr ul.drop-down-menu li ul li a {
  color: initial;
}

#menu .dr ul.drop-down-menu li ul li a:hover {

    background-color: var(--pri_color-b);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav_container.open .dr ul.drop-down-menu ul li a:hover {

    background-color: #818181;
    color: #fff;
}

/*.dr ul.drop-down-menu li:hover>a {
  background-color: transparent;
}*/

.dr ul.drop-down-menu ul {
/*   border: #ccc 1px solid; */
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
/*   min-width: 180px; */
}

.dr ul.drop-down-menu ul li {
    width: 100%;
/*   border-bottom: #ccc 1px solid; */
}

.dr ul.drop-down-menu ul li:last-child {
  border-bottom: none;
}

.dr ul.drop-down-menu ul ul {
  /*第三層以後的選單出現位置與第二層不同*/
  z-index: 999;
  top: 10px;
  left: 90%;
}

.dr ul.drop-down-menu li > ul {
  /*隱藏次選單*/
  display: none;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
  background: #fcfcfc;
}

.dr ul.drop-down-menu li:hover>ul {
  /* 滑鼠滑入展開次選單*/
  display: block;
}

.dr .dr_arrow {
  margin-left: 10px;
  margin-bottom: 4px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.rbk_lang.nobanner .dr .dr_arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
}

.nav_Bline.list .dr .dr_arrow {
   border: solid #000;
   border-width: 0 1px 1px 0; 
}

.fixed .nav_Bline.list .dr .dr_arrow,
.fixed .nav_Bline .rbk_lang.nobanner .dr .dr_arrow {
   border: solid #fcfcfc;
   border-width: 0 1px 1px 0; 
}


.dr .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#menu a {
  color: #fff;
}

#menu a {
  color: #fff;
}

#menu ul li ul li a {
  color: #fff;
  padding: 0;
}

.menu_area {
    display: none;
    position: relative;
    text-align: center;
    /*top: 5px;*/
    vertical-align: middle;
    /*float: right;*/

    position: absolute;
    top: 21px;
    right: 18px;
}

#menu_switch_open {
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1000;

    position: relative;
    /*top: 7px;*/
}

#menu_switch_open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    /*background: #fcfcfc;*/
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu_switch_open span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu_switch_open span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu_switch_open span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}


#menu_switch_open.open span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    right: -4px;
    background: #fff;
}

#menu_switch_open.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

#menu_switch_open.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    right: -4px;
    width: 100%;
    background: #fff;
}

.lang_btn_txt {
  color: #fff;
}

/*radio input style */
.dtc p.contact-type {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--pri_color-o);
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*end*/

#form_contact h4 {
    /*margin-bottom: 5px;*/
}

.field {
  margin-bottom: 10px;
}

input[type=text],textarea[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

/*input[type=text]:focus {
  border: 3px solid var(--pri_color-o);
}*/

input.require, 
textarea.require,
#comments.require {
  border: 3px solid var(--pri_color-o);
}

#comments {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.field_submit {
  height: 2em;
}

.form_button {
  display: block;
  background: var(--pri_color-b);
  color: #fff;
  width: 100px;
  padding: 0 20px;
  text-align: center;
  float: right;
  line-height: 0;
  cursor: pointer;
  line-height: 2em;
}

.form_button:hover {
  background: var(--pri_color-o);
  transition: background .5s ease-in-out;
}

.col_2 {
    width: calc( 50% - 7px);
    display: inline-block;
    vertical-align: top;
    /*margin-right: 1%;*/
}

.col_2.item-nth1 {
  margin-right: 10px;
}


#roomimg {
  margin-left: calc(50% + 30px);
  width: calc(50% - 30px );
  position: relative;
  /*margin-left: 50%;*/
  vertical-align: top;
  /*width: 50%;*/
  display: inline-block;
  line-height: 0;
  margin-bottom: 60px;
  z-index: 1;
  /*margin-left: -4px;*/
}

#roomtxt {
  position: absolute;
  left: 60px;
  /*top:60px;*/
  padding-top: 60px;
  /*padding: 60px;*/
  background: #fff;
  z-index: 98;
  /*width: 50%;*/
  width: calc( 50% - 90px );
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
  z-index: 0;
}

.index #roomtxt {
  left: 60px;
  padding-top: 0;
  background: transparent;
}

.page-tag-wrap.top {
  margin-top: 0;
}

.fixd {
  width: 50%;
  top: 0;
  left: 0;
  display: block;
  position: fixed!important;
}

#roomtxt.fixd {
  /*top: -60px;*/
  padding-top: 60px;
}

.index #roomtxt.fixd {
  top: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}

.fixdbtm {
  width: 50%;
  top: auto;
  bottom: 0;
  right: 0;
  display: block;
  position: fixed;
}

.fixdbtmimg {
  width: 50%;
  top: auto;
  bottom: 0;
  left: 0;
  display: block;
  position: fixed;
}

#roomimg.vtop {
  vertical-align: top;
}

#roomimg.vbtm {
  vertical-align: bottom;
}

#roomtxt.vbtm {
  bottom: 60px;
}

.index #roomtxt.vbtm {
  bottom: 120px;
}

.page-tag-wrap {
  margin-top: 60px;
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.location .page-tag-wrap {
  cursor: pointer;
}

.index .page-tag-wrap {
  cursor: initial;
}

.page-tag-l {
  padding: 40px;
  width: calc(100% - 60px);
  background: var(--pri_color-o);
  color: #fff;
}

.qc .page-tag-l {
  padding-left: 0;
  width: calc(35% - 160px);
}

.qc-img {
  width: calc( 10% + 100px );
  /*padding: 0 40px;*/
  background: var(--pri_color-o);
  display: flex;
  flex-grow: 0;
  align-items: center;
  padding: 0 5%;
}

.qc-img img{
  width: 100px;
  /*margin: 0 5vw;*/
}

.page-tag-r {
  flex-grow: 0;
  width: 60px;
  background: var(--pri_color-b);
  position: relative;
}



/*.page-tag-r::after{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: calc( 50vw - 660px );
      background-color: var(--pri_color-b);
      height: auto;
      box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}*/

#al_page {
  position: relative;
}

.index #al_page {
  background: #e8e9ea;
}

#al_page a {
  line-height: 1em;
  color: #fff;
}

.page-tag-l p {
  margin: 0;
}

#bmap {
  width: 100%;
  height: 480px;
}

#al_page a:hover {
  text-decoration: underline;
}

#al_page div {
  line-height: 2em;
}

#form_contact h4 {
  margin-bottom: 0;
}

.banner_title_l {
  display: inline-block;
  vertical-align: top;
  /*height: 2em;
  line-height: 2em;
  min-height: 2em;
  height: 96px;*/
  height: 1.5em;
  line-height: 1.5em;
  /*min-height: 2em;*/
  height: 72px;
}

.banner_title_r{
    display: inline-block;
    position: relative;
    color: #fff;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*background: #2980b9;*/
    /*padding: 0 40px;*/
    /*height: 2em;*/
    /*line-height: 2em;*/
    line-height: 1.5em;
    overflow: hidden;
    vertical-align: top;
    /*height: 96px;*/
    height: 72px;

}

.line{
    position: relative;
    text-transform: uppercase;
    /*text-align: center;*/
    /*font-size: 40px;*/
    /*line-height: 3em;*/
    /*height: 3em;*/
    margin:0;
    padding: 0;
}

.line:first-child{
    animation: a 8s infinite;
    /*animation-delay: 1s;*/
}

.banner_txt h1 {
  color: #fff;
  margin:0;
  padding: 0;
  font-size: 3em;
  /*line-height: 2em;
  height: 2em;*/
  line-height: 1.5em;
  height: 1.5em;
  white-space: nowrap;
}

.page-sec.bg-o {
  background: var(--pri_color-o);
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

.page-sec.bg-b {
  background: var(--pri_color-o);
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

.page-sec.bg-o .dt{
  gap: 60px;
}

.page-sec.bg-o .dtc {
  /*width: calc( 45vw - 60px );*/
  width: calc( 50% - 30px );
}

.page-sec.bg-o .dtc > div{
  white-space: nowrap;
}

.page-sec.bg-o p {
  margin: 0;
}

.one-line-b {
  line-height: 1em;
  display: inline-block;
  vertical-align: baseline;
}

h1.one-line-b {
  /*font-size: 4em;*/
  font-size: 3em;
  /*margin-bottom: 40px;*/
}

h4.one-line-b {
  /*margin-bottom: 60px;*/
}

.index #roomtxt p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.index-about {
  overflow-x: hidden;
  /*background: #e8e9ea;*/
  background: var(--pri_color-o);
  /*padding-bottom: 60px;*/
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

/*.index-about .page-sec.bg-o {
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}*/

.index-about .page-sec {
  max-width: 1440px;
  margin: 0 auto;
}

.index-about .page-sec .dt {
  gap: 60px;
}

.index-about .page-sec > .dt > .dtc{
  width: calc( 50% - 90px );
  margin-right: 30px;
}

.index-about .page-sec .index-about-txt .dt {
  margin-top: 60px;
  gap: 20px;
  /*width: 310px;*/
  /*gap: calc( (100% - 270px)/2 );*/
}

.index-about .page-sec .index-about-txt .dtc {
  /*width: calc( (100% - 40px)/3 );*/
  width: 80px;
  /*text-align: center;*/
}

.index-about .page-sec .index-about-txt .dtc img {
  width: 80px;
}

.index-about-txt {
  position: sticky;
  top: 0;
  padding-bottom: 60px;
  /*width: */
}

.index-about-txt h1,
.index-about-txt p {
  white-space: break-spaces;
}

.index-product {
  color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075)
}

.sty-box {
  height: 400px;
}

.index-product .sty-box > .dtc {
  width: 50%;
  position: relative;
}

.index-product .sty-box > .dtc .sty-box-item{
  /*width: 100%;*/
  padding: 60px;
  width: calc( (100% - 120px)/4 );
  height: 400px;
}

.index-product .sty-box > .dtc .sty-box-item.wide{
  width: calc( (100% - 120px)/4 + 60px );
  text-align: center;
}

.index-product .sty-box > .dtc .sty-box-item.wide h1{
  text-align: left;
}

.index-product .sty-box-item {
  background: var(--pri_color-o);
}


/*.index-product .dtc {
  width: calc( (100% - 120px)/4 );
  background: var(--pri_color-b);
  height: 400px;
  color: #fff;
}*/

.index-product .sty-box > .dtc .sty-box-item.txt {
  background: var(--pri_color-b);
  padding: 60px 0;
  text-align: left;
}

.index-product .txt > div{
  height: 280px;
  /*min-height: 280px;*/
  padding: 0 60px;
  overflow-y: auto;
}

.index-product .right {
  background: var(--pri_color-o);
  padding: 60px;
}

.sty-box-item img {
  height: calc( 100% - 60px);
  max-width: 300px;
  object-fit: contain;
}

.index-product .wide {
  /*width: 25%;*/
  /*width: calc( 25% + 60px )*/
  height: 400px;
  width: calc( (100% - 120px)/4 + 60px );
}

.sty-box .hover-more > .dt{
  height: 100%;
}

.index-product .sty-box > .dtc .sty-box-item.hover-more-img {
  padding: 0;
  position: relative;
}

.index-product .sty-box > .dtc .sty-box-item.hover-more-img img {
  height: 100%;
}

.hover-more-img .hover-more-txt {
  position: absolute;
}

.sty-box-img {
  position: relative;
}

.sty-box-img img {
  height: 100%;
  object-fit: cover;
}

.sty-box .dtc .hover {
  /*display: none;*/
  height: 0;
  visibility: hidden;
  opacity: 0;
  /*-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;*/
}
.sty-box .dtc .noraml{
  /*display: flex;*/
  height: 400px;
  visibility: visible;
  opacity: 1;
  /*-webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;*/
}

/*.sty-box .dtc:hover .noraml{

  height: 0;
  visibility: hidden;
  opacity: 0;

}*/

.sty-box .dtc:hover .hover{
  /*display: flex;*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 400px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}



/*.index-product .sty-box > .dtc .hover-more .sty-box-item.txt {
  padding: 60px;
}*/

/*.index-csr {
  color: #fff;
  width: 100%;
}

.index-csr .dtc {
  width: 25%;
  padding: 60px;
}

.index-csr-icon {
  background: var(--pri_color-b);
}

.index-csr-logo {
  background: #e8e9ea;
}

.index-csr .index-csr-icon.top,
.index-csr .index-csr-icon.top p,
.index-csr .index-csr-logo.top {
  padding-bottom: 0;
  margin-bottom: 0;
}

.index-csr-logo {
  align-items: center;
  display: flex;
  text-align: center;
}

.index-csr-icon img{
  height: 60px;
  width: auto;
}

.index-csr-logo img {
  height: auto;
  max-height: 90px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}*/

.index-csr {
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.index-csr-logo {
  margin-top: 60px;
}

.index-csr-logo.bottom {
  margin-top: 0;
  margin-bottom: 60px;
}

.index-csr-logo > div {
  vertical-align: middle;
  line-height: 90px;
  height: 90px;
}

.index-csr {
  color: #fff;
  width: 100%;
}

.index-csr-logo p{
  color: initial;
}

.index-csr > .dt > .dtc {
  width: 50%;
}

.index-csr-l {
  padding: 60px;
  background: var(--pri_color-b);
}

.index-csr-l .dtc p {
  margin-bottom: 0;
}

.index-csr-r {
  padding: 60px;
  background: #e8e9ea;
}

.index-csr-l .dt,
.index-csr-r .dt {
  gap:60px;
}

.index-csr-r .dt {
  height: 100%;
  align-items: center;
  text-align: center;
}

.index-csr-l .dtc,
.index-csr-r .dtc {
  width: calc( (100% - 60px)/2);
}


.index-csr-l img{
  height: 60px;
  width: auto;
}

.index-csr-r img {
  height: auto;
  max-height: 90px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/*.index #al_page,
.index #roomtxt {
  background: #e8e9ea;
}*/

.img-area-2 {
  width: 100%;
  /*gap:60px;*/
  gap:40px;
  align-items: flex-end;
  line-height: 0;
  margin-top: 60px;
}

.img-area-2 .dtc {
  /*width: calc( (100% - 120px)/3);*/
  width: calc( (100% - 80px)/3);
  flex-grow: 0;
}

.img-area-2 .dtc.fullimg {
  width: 100%;
  height: auto;
}



.img-area-2 img {
  height: calc( (100vw - 120px)/3 * 0.6 );
  object-fit: cover;
}

.img-area-2 .dtc.fullimg img {
  width: 100%;
  height: auto;
}

.img-area-2 .img-title {
  margin-top: 20px;
}

.img-title p {
  display: inline-block;
  /*font-size: .8em;*/
  vertical-align: super;
  max-width: 80%;
  /*font-family: sans-serif;*/
}

.projects-note-title p{
  display: inline-block;
  /*font-size: .8em;*/
  vertical-align: baseline;
  /*font-family: sans-serif;*/
}

.projects-note-title h1 {
  display: inline-block;
  vertical-align: baseline;
}

.img-title-r {
  float: right;
}

.img-area-2 p {
  margin:0;
}
.progress1 {
  background: #666; 
}

.progress1 .cssProgress-bar {
  /*height: 10px;*/
  height: 5px;
  background: var(--pri_color-o);
  box-shadow: none;
}

/*.sec-note .progress1 .cssProgress-bar {
  height: 5px;
}*/

.progress1 {
  box-shadow: none;
}

.cssProgress {
  margin-bottom: 0;
}

.projects .sec-note .dtc {
    width: calc( (100% - 60px)/2 );
    flex-grow: 0;
}

.sec-note .img-title {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 0.5em;
}

.sec-note .img-title.end {
  margin-bottom: 0;
}

.projects-note-item {
  margin-bottom: 60px;
}

/*.sec-note .progress1 {
  background: #666;
}*/

.projects-note-item.mobile {
  display: none;
}

.end {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bannerMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}

.about-1-4 h4,
.about-1-4 p {
  margin: 0;
}

.about-timeLine {
  width: 100%;
  background: var(--sec_color-g);
}

.about-timeLine .dtc {
  width: 50%;
  min-height: 200px;
}

.about-timeLine .dtc:nth-child(1) {
  border-right: 3px solid var(--pri_color-o);
}


.timeLine-title {
  display: block;
  width: calc( 100% - 90px );
}

.timeLine-year {
  float: right;
  /*margin-right: -38px;*/
  margin-right: -28px;
  position: sticky;
  top: 0;
  background: var(--sec_color-g);
  padding-bottom: 20px;
  margin-bottom: 0;
}

.timeLine-txt {
  padding-bottom: 60px;
  padding-right: 90px;
  height: 100%;
}

.timeLine-img {
  /*margin-left: -3px;*/
  /*padding-left: 60px;*/
  margin-left: 90px;
  width: calc( 100% - 90px );
  padding-bottom: 60px;
  width: 70%;
  /*border-left: 3px solid var(--pri_color-o);*/
}

.about-timeLine .page-sec .dt.even .dtc:nth-child(1){
  order: 1;
  border: 0;
  margin-left: 90px;
  width: calc( 50% - 90px );
}

.about-timeLine .page-sec .dt.even .dtc:nth-child(2){
  border: 0;
  border-right: 3px solid var(--pri_color-o);
}


.about-timeLine .page-sec .dt.even .timeLine-title {
  width: 100%;
}

.about-timeLine .page-sec .dt.even .timeLine-img {
  margin-left: 0;
}

.about-timeLine .page-sec .dt.even .timeLine-year {
  float: left;
  /*margin-left: -126px;*/
  margin-left: -118px;
  margin-right: 0;
}

.about-timeLine .page-sec .dt.even .timeLine-txt {
  padding-bottom: 60px;
  padding-right: 0;
  height: 100%;
}

/*.about-timeLine .dtc:last-child {
  padding-bottom: 0;
}*/

.timeLine-year-two {
  position: sticky;
  top: 0;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
  background: var(--sec_color-g);
}

.timeLine-item {
  padding-bottom: 60px;
}

.timeLine-item-sp {
  margin-top: -68px;
}

.page-sec .about-1-4 {
    width: 50%;
}

.page-sec.scrollSty {
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
}

.bg_g {
  background: #e8e9ea;
}

.index .page-sec.scrollSty {
  /*background: #e8e9ea;*/
  max-width: 1440px;
  margin: 0 auto;
}

.scrollSty > .dt {
  /*gap:60px;*/
  gap:0;

}
.scrollSty > .dt > .dtc {
  /*width: calc( 50% - 90px );*/
  width: calc( 50% - 120px );
  margin-right: 60px;
}

.scrollSty > .dt > .dtc.qc-img-area {
  /*width: calc( 50% - 30px );*/
  width: 50%;
  margin-right: 0;
}

.scrollSty .page-tag-l {
  /*width: calc(35% - 160px);*/
  width: calc(90% - 160px);
  padding-left: 0;
}

.scrollSty .formSty .page-tag-l { 
    /*padding: 60px;*/
    padding: 40px;
    /*width: calc(100% - 60px);*/
    width: calc(100% - 60px);
    /*width: 100%;*/
}

.scrollSty .formSty a {
    line-height: 1em;
    color: #fff;
}

.scrollSty .formSty a:hover {
    text-decoration: underline;
}

.scrollSty-txt {
  position: sticky;
  top: 0;
}

.sec-note .sty_2txt_content {
  padding: 0 60px;
  max-width: 1440px;
  margin: 60px auto;
}

.sty_2txt_content > h1,
.sty_2txt_content > h4,
.sty_2txt_content > p {
  width: 50%;
}

.sty_2txt_content h4{
  margin-bottom: 0;
}

.sty_2txt_content p{
  margin-top: 0;
}

.sty_2txt_content .sty-text-al-c{
  margin-bottom: 20px;
}

.square {
  list-style-type:square;
}

.item3line .square {
  margin-left: 1.2em;
}

.sec-note.sty_2txt .square {
  margin-left: 1.2em;
}

.sec-note.sty_2txt img,
.sec-note.sty_3txt img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.al-center {
  text-align: center;
}

.sec-note.sty_3txt .sty_note_logo {
  height: 60px;
  width: auto;
  margin-top: 60px;
}

.sec-note.sty_3txt .sty_note_3_logo {
  height: 100px;
  width: auto;
}

.sty-ptop60 {
  padding-top: 60px;
}

.sty-ptop40 {
  padding-top: 40px;
}

.sty-ptb40 {
  padding: 40px 0;
}

.sty-img2spec {
  color: #fff;
}

.sty-img2spec .dt {
  flex-wrap: nowrap;
}

.img2spec-l {
  width: 50%;
  line-height: 0;
  overflow: hidden;
}

.img2spec-l .loading {
  display: none;
}

.img2spec-l:hover .loading {
  display: block;
}

.img2spec-l:hover .triangle-right {
  display: none;
}

.img2spec-l:hover .preVideoImg {
  display: none;
}


.img2spec-l iframe {
  position: absolute;

  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);

  bottom: 0;
  right: 0;

  /*width: 873px;
  height: 486px;*/

  width: 1070px;
  height: 610px;

  /*width: calc( 50vw*1.2 );*/
  /*height: calc( 50vw*1.2*0.56 );*/
  
  display: none;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;  
  /*16:9 Aspect Ratio (divide 9 by 16 = 0.5625)  1140*540 */
  padding-top: 75%;
  padding-top: 47.37%;
}

.img2spec-l:hover iframe {
  display: block;
}





.img2spec-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.img2spec-c {
  /*width: calc( 25% - 30px);*/
  width: 25%;
  /*min-width: 300px;*/
  min-width: 300px;
  padding: 60px 40px;
  background: var(--pri_color-o);
  
}

.sty-img2spec.wihtImg > .dt{
  position: relative;
}

.sty-img2spec.wihtImg .img2spec-l {
  position: relative;
}

.sty-img2spec.wihtImg .img2spec-c {
  min-width: 300px;
  height: auto;
  text-align: center;
  line-height: 0;
  position: relative;
}

.sty-img2spec.wihtImg .img2spec-c h1,
.sty-img2spec.wihtImg .img2spec-c p {
  text-align: left;
}

.img2spec-r {
  width: calc( 25% + 30px);
  /*min-width: 300px;*/
  padding: 60px 40px;
  background: var(--pri_color-b);
}

.sty-img2spec.wihtImg .img2spec-r {
  min-width: 250px;
}

.spec_only {
  /*margin-bottom: 60px;*/
}

.spec_only .dt,
.sty-img2spec .dt {
  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.spec_only .dt {
  position: relative;
}

.spec_only .dtc {
  min-height: 400px;
  height: auto;

  box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.spec_only .img2spec-r,
.spec_only .img2spec-c {
  min-width: initial;
}

.spec_only .img2spec-r.new,
.spec_only .img2spec-c.new {
  min-width: 300px;
  /*width: auto;*/
  padding: 60px 40px;
}

.spec_only a,
.sty-img2spec a {
  color: #fff;
}

.spec_only a:hover,
.sty-img2spec a:hover {
  text-decoration: underline; 
}

.spec_only_l {
  background: var(--pri_color-o);
}

.spec_only_c {
  background: var(--pri_color-b);
}

.img_only .spec_only_l,
.img_only .spec_only_c,
.img_only .img2spec-c,
.img_only .img2spec-r {
  background: #666;
  text-align: center;
}

.img_only .spec_only_l h1,
.img_only .spec_only_c h1,
.img_only .img2spec-c h1,
.img_only .img2spec-r h1{
  text-align: left;
}



.spec_only_hover {
  
  
  /*max-height: 200px;*/
  height: auto;
  /*width: auto;*/
  width: 100%;
  /*max-width: 100%;*/

}

.spec_only_item {
  /*height: 400px;*/
  position: relative;
  min-height: 400px;
  height: auto;
  line-height: 0;
  text-align: center;

  /*padding: 0;*/
}

.spec_only_item h1{
  text-align: left;
}

.spec_only_normal {
  /*max-height: 200px;
  width: auto;
  max-width: 100%;*/
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;

  object-fit: cover;

  min-height: 400px;
  height: 100%;
  visibility: visible;
  opacity: 1;

  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.spec_only_item:hover .spec_only_normal {
  


  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*height: 0;*/
  /*visibility: hidden;*/
  /*opacity: 0;*/

  
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.spec_only .dt.img_only {
  display: flex;
  flex-grow: 0;
  background: #666;
}

.spec_only_other_hover {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  object-fit: cover;
  
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;

}

.spec_only_other_normal {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}

.spec_only_other {
  position: relative;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  background: #666;
  text-align: center;
  padding: 60px;
  width: 20%;

}

.spec_only_other:hover .spec_only_other_hover {

  /*position: absolute;*/
  width: 100%;
  top: 0;
  left: 0;

  object-fit: cover;

  min-height: 400px;
  height: 100%;
  visibility: visible;
  opacity: 1;

  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;

}

/*.sty-box .dtc .hover {
  height: 0;
  visibility: hidden;
  opacity: 0;
}*/

/*.sty-box .dtc .noraml{
  height: 400px;
  visibility: visible;
  opacity: 1;
}

.sty-box .dtc:hover .hover{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 400px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}*/

/*style select*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  /*font-family: 'Noto Sans TC', sans-serif;*/
}

select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
/*.select {
  position: relative;
  display: flex;
  width: -webkit-fill-available;
  max-width: 120px;
  width: 6em;
  background: var(--background-select);
  border-radius: 0.25rem;
  overflow: hidden;

}
.select select {
  flex: 1;
  padding-left: 0;
  cursor: pointer;
  font-size: 1em;
  line-height: 2em;
}
.select::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.25s all ease;
  pointer-events: none;
}
.select:hover::after {
  color: var(--pri_color-o);
  -webkit-animation: bounce 0.5s infinite;
          animation: bounce 0.5s infinite;
}

@-webkit-keyframes bounce {
  25% {
    transform: translatey(5px);
  }
  75% {
    transform: translatey(-5px);
  }
}

@keyframes bounce {
  25% {
    transform: translatey(5px);
  }
  75% {
    transform: translatey(-5px);
  }
}*/

/*new*/
.select {
  position: relative;
}

.select select {
  padding-left: 0;
  cursor: pointer;
  line-height: 2em;
  font-weight: 300;
  font-size: 1em;
}

.arrow {
    position: absolute;
    cursor: pointer;
    top: 1.25em;
    left: 5em;
    transition: width .1s;
    width: 8px;
}

.arrow-bottom,.arrow-top {
    background-color: transparent;
    height: 1px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;


}

.arrow-bottom:after,.arrow-top:after {

    background-color: var(--pri_color-o);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: .1s;
}

.arrow-top {
    /*transform: rotate(45deg);*/
    transform: rotate(135deg);
    transform-origin: bottom right;
}


.arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.arrow-bottom {
    /*transform: rotate(-45deg);*/
    transform: rotate(45deg);
    transform-origin: top right;
    top: calc( 50% + 1px);
    left: -4px;
}

.arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.select:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.select:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.select:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}
/*end*/
.p_btn,
.p_btn a{
  /*font-size: 12px;*/
  color: var(--pri_color-o);
}

.dtc .spec_only_sp {
  margin: 1em 0;
  /*font-size: 12px;*/
}

#succ {
  padding: 40px;
  background: var(--pri_color-b);
  color: #fff;
  /*height: 348px;*/
  display: none;
  margin-top: 60px;
}

.bg-o {
  background: var(--pri_color-o) !important;
}

.txt-o,
.sec-note .img-title-r {
  color: var(--pri_color-o);
}

.dtc.sty-ptb40 .dt {
  width: 490px;
  flex-wrap: wrap;
}

.dtc.sty-ptb40 .dtc {
  
  width: auto;
}

.sty_mtop_60 {
  margin-top: 60px;
}

.sty-ptop0 {
  padding-top: 0 !important;
}

.sty-ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.noshadow {
  box-shadow: none !important;
}

.sec-note .dtc .img-title p { 
  text-align: left;
  width: 70%;
}

.sec-note .dtc .img-title .img-title-r {
  width: 30%;
  text-align: right;
}

.value-bar {
  width: 100%;
}

.owl-carousel,
.owl-carousel div,
.owl-carousel img{
  height: 100%;
}

.sty-box .dtc .hover-more-mask.hover {

}

.sty-box .dt.noraml{
  height: 400px;
  visibility: visible;
  opacity: 1;
}

.sty-box .dt.noraml:hover .hover{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 400px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.sty-text-al-c {
  text-align: center;
}

.index-service .dtc .scrollSty-txt p {
  padding-bottom: 60px;
}

.spaceTxt {
  vertical-align: bottom;
}

.spaceTxt span {
  display: inline-block;
  text-align: center;
}

.dtc .spaceTxt:nth-child(4) {
  margin-bottom: 1em;
}

.inline {
  display: inline-block;
}

.index-service {
  padding-bottom: 60px;
}

.downImg {
  margin-top: 40px;
}

.specWithImg-mo {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  /*visibility: visible;
  opacity: 1;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;

}

.mo_mode {
  display: none;
}

.index-about .dtc.sty-ptb40 .dt {
  flex-wrap: nowrap;
}


/*.triangle-right {
  width: 0;
  height: 0;
  margin: 30px auto;
}*/

.preloadimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.triangle-right{
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;  
  border-left: 30px solid #fff;

  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.loading {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: spin 1s infinite linear;

  
}

.img2spec-l iframe{
  background: var(--sec_color-g);
}

@media screen and (min-width: 1441px) {

  #pc_menu > li ul.show {
    width: 100vw;
    margin-left: calc( 0px - (( 100vw - 1440px)/2) );
  }

  .scrollSty > .dt > .dtc {
    flex-grow: 0;
  }

  .scrollSty .page-tag-l {
    width: calc(90% - 100px);
  }

  .scrollSty .formSty .page-tag-l { 
    width: 100%;
  }

  .page-tag-l {
    position: relative;
  }
  /*.page-tag-r::after{*/
  .page-tag-l::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: calc( 50vw - 660px );
    /*width: calc( 50vw - 720px );*/
    background-color: var(--pri_color-b);
    height: auto;
    box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
  }

  .lang_btn::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    /*width: calc( 50vw - 660px );*/
    width: calc( 50vw - 720px );
    background-color: var(--pri_color-o);
    height: auto;
    /*box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);*/
  }

  .sec-news {
    max-width: 1440px;
    margin: 60px auto;
    position: relative;
    /*box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 0 16px hsl(0deg 0% 0% / 0.075);*/
    /*box-shadow: 0 0 0 16px hsl(0deg 0% 0% / 0.075);*/
  }

  .sec-news::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: -1px;
    width: calc( 50vw - 721px );
    background-color: var(--pri_color-b);

  }

  .sec-news > .dt::after{
  /*.dtc.hover-mask.right::after{*/
    content: "";
    position: absolute;
    /*left: calc( 100% + 60px);*/
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc( 50vw - 720px );
    background-color: var(--pri_color-b);
    box-shadow: 0 3px 3px hsl(0deg 0% 0% / 0.1), 0 8px 8px hsl(0deg 0% 0% / 0.1), 0 16px 16px hsl(0deg 0% 0% / 0.075);
    z-index: -1;

  }

  .img-area-2 img {
    height: calc( (1440px - 120px)/3 * 0.6 );
  }

  .img2spec-l iframe {
    width: calc( 50vw*1.3 );
    height: calc( 50vw*1.3*0.56 );

  }

}

@media screen and (max-width: 1024px) {
  .full_w {
    width: 100%;
  }
  .maxw_only {
    display: none;
  }

  .sty-box {
    height: auto;
  }

  .index-product .sty-box > .dtc {
    width: 100%;
  }

  .index-product .sty-box > .dtc .sty-box-item.wide,
  .index-product .sty-box > .dtc .sty-box-img.wide,
  .index-product .sty-box > .dtc .sty-box-item {
    width: 50%;
  }

  .sty-box-r {
    order: -1;
  }

  .spec_only .dt {
    flex-wrap: wrap;
  }

  .spec_only .dt .dtc:nth-child(3) {
    order: 4;
  }

  .spec_only .img2spec-r,
  .spec_only .img2spec-c {
    width: 50%;
  }

  .spec_only_other {
    width: 50%;
  }

  .page-sec.bg-o .dtc {
    width: 100%;
  }

  .page-sec.bg-o .dtc .dtc {
    width: auto;
  }
  .page-sec.bg-o > .dt {
    gap:0;
  }

  .index-about .dtc.sty-ptb40 .dt {
    width: 100%;
    max-width: 240px;
    gap: 60px;
    flex-wrap: wrap;
  }

  .index-about .dtc.sty-ptb40 .dtc {
    width: 100%;
  }
  /*.index-about .sty_mtop_60 {
    margin-top: 0;
  }*/
  

}


@media screen and (max-width: 850px) {

  .page-sec,
  .sec-note .sty_2txt_content {
    padding: 0 5vw;
  }

  .about-timeLine .page-sec {
    padding: 60px 5vw;
  }

  .sec-note.sty_2txt .dt,
  .sec-note.sty_3txt .dt {
    padding: 60px 5vw;
  }

  .footer {
    padding: 60px 5vw;
  }

  #nav_container {
    padding-left: 5vw;
  }

  .banner_txt {
    left: 5vw;
  }

  #roomimg {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  #roomtxt {
    display: block;
    left: 0;
    position: relative;
    width: 100%;
    margin-bottom: 96px;
    padding: 60px 5vw;
    padding-bottom: 0;
  }

  .page-tag-l {
    width: calc(100% - 5vw);
    padding: 30px 5vw;
  }

  .qc .page-tag-l {
    width: calc(85vw - 160px);
  }

  .page-tag-r {
    width: 5vw;
  }

  .page-sec.scrollSty {
    padding-left: 5vw;
  }

  .scrollSty-txt {
    position: relative;
  }

  .scrollSty > .dt > .dtc.qc-img-area {
    /*width: calc(100vw - 60px);*/
    width: 95vw;
  }

  .scrollSty > .dt > .dtc {
    width: 95vw;
    /*padding-right: 5vw;*/
    margin-right: 5%;
  }

  .scrollSty > .dt > .dtc.qc-img-area {
    padding-right: 0;
  }

  .scrollSty .page-tag-r {
    width: 5vw;
  }

  .col_2 {
      width: 100%;
      display: block;
  }

  .col_2.item-nth1 {
    margin-right: 0;
  }

  /*.banner iframe {
    top: -42vw;
  }*/

  .index #roomtxt {
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 60px 5vw;
  }

  .img-area-2 .dtc {
    width: 100%;
  }

  /*.img-area-2 .dtc,*/
  .img-area-2 img {
    height: 54vw;
  }

  .projects .img-area-2 .dtc {
    height: auto;
  }

  .index-product .dtc.wide {
    width: 50%;
  }
  .index-product .dtc {
      width: 50%;
  }

  .scrollSty .formSty {
    order: -1;
  }

  .scrollSty > .dt {
    gap: 0;
  }

  .sec-note .dt {
    padding: 60px 5vw;
    /*padding-bottom: 60px;*/
    gap: 7vw;
    margin: 60px auto;
    margin-bottom: 0;
  }

  .sec-note .dtc {
    width: calc( 83vw / 2 );
    flex-grow: 1;
  }

  .sec-note.item3line .dtc {
    width: calc( (100% - 20px)/2 );
  }

  .index-about .page-sec > .dt > .dtc {
    margin-right: 0;
    width: calc( 50% - 60px );
  }

  .img-area-2 {
    gap: 20px;
  }

  .sec-note.item3line .dt {
    padding-top: 0;
    gap: 20px;
  }

  .sec-note .dt .dtc:last-child {
    flex-grow: 0;
  }

  .index-product .sty-box > .dtc .sty-box-item {
    padding: 60px 5vw;
  }

  .index-product .txt > div {
    padding: 0 5vw;
  }

  .sec-news {
    margin-left: 5vw;
    width: 100%;
  }

  .img-area-2 .dtc.fullimg,
  .img-area-2 .dtc.fullimg img {
    height: 54vw;
  }

}


@media screen and (max-width: 600px) {
  .lang_btn_txt {
    display: none;
  }

  #nav_container {
    padding-left: 5vw;
    line-height: 0;
    height: auto;
    padding: 15px 0;
    padding-left: 5vw;
  }

  .lang_btn {
    width: 60px;
    height: 60px;
  }

  .menu_label {
    display: none;
  }

  .dt.banner {
    width: 100%;
    height: auto;
    /*flex-wrap: wrap;*/
    line-height: 0;
    display: block;
    background: #ccc;
    min-height: 480px;
  }

  .banner img {
    /*height: calc( 50vh - 46px );*/
    min-height: 260px;
    /*height: calc( 100% - 60px );*/
    height: 100%;
  }

  .dtc.banner-txt {
    /*max-width: 100%;
    min-width: auto;
    width: auto;*/
    max-width: initial;
    min-width: initial;
    width: 100%;
    padding: 60px 5vw;
    /*margin-top: -1px;*/
  }

  .page-sec {
    /*padding: 60px 5vw;*/
    padding: 0 5vw;
  }

  .img-area {
      gap: 5vw;
      margin-top: 20px;
  }

  /*.sec-note .dt {
    padding: 60px 5vw;
    gap: 7vw;
  }
*/

  .sec-news {
    width: 100%;
    margin: 0;
    margin-top: 60px;
  }

  .index .sec-news {
    margin: 0;
  }

  .sec-news .dt {
      width: 100%;
      min-width: 100%;
  }

  .sec-news .dtc {
    width: 100%;
    min-width: 100%;
  }

  .sec-news .dtc.hover-mask {
    width: 100%;
    min-height: auto;
    /*min-width: 50%;*/
  }

  .sec-news .dt {
      white-space: initial;
  }

  .footer {
    padding: 60px 5vw;
    text-align: center;
  }

  .footer-logo {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .footer-right {
    /*column-count: initial;*/
    width: 100%;
    margin-left: 0;
    display: block;
    text-align: center;
  }

  .footer_menu > li {
    text-align: center;
  }

  .footer_menu > li ul li{
    display: inline-block;
    margin: 0 0.5em;
  }

  .menu_area {
    display: inline-block;
  }

  .sec-note .dtc img {
    margin-bottom: 0;
  }

  .footer_menu > li > ul {
    margin: 0;
  }

  #nav_container .nav_logo img  {
    height: 25px;
  }

  .img-area .dtc {
    width: 100%;
    height: auto;
  }

  .img-area .dtc img{
    height: auto;
  }

  .sec-news-txt {
    padding: 40px 5vw;
  }

  /*.sec-note .dtc p { */
    /*text-align: justify;*/
    /*text-align: left;*/
    /*width: 70%;*/
  /*}*/

  .sec-note.al-center .dtc p {
    text-align: center;
  }

  /*.banner iframe {
    position: relative;
    width: 853px;
    min-height: 480px;
    height: auto;
    top: 0;
    left: -50vh;
  }*/
  

  .page-sec.bg-o .dtc {
    width: 100%;
  }

  .index-about .page-sec.bg-o .dtc.sty-ptop60 .dtc {
    width: 50%;
  }

  

  .index-csr > .dt > .dtc {
    width: 100%;
    padding: 60px 5vw;
  }

  .index-csr-l .dt,
  .index-csr-r .dt {
    gap:5vw;
  }

  .index .sec-news .dt {
    min-width: 100%;
  }

  .index .sec-news .dtc {
    width: 100%;
  }

  .index-product .dtc.left,
  .index-product .dtc.right {
    padding: 60px 5vw;

  }

  .projects-note-item.mobile {
    display: block;
  }

  .projects-note-right {
    display: none;
  }

  .projects .sec-note .dtc {
    width: 100%;
  }

  
  .banner_txt > div{
    margin-top: 0;
  }

  .banner_txt {
    width: 90vw;
    padding-right: 0;
    left: 5vw;
    align-items: flex-end;
    padding-bottom: 60px;
  }

  .banner_txt h1 {
    /*font-size: 2.3em;*/
    font-size: 1.7em;
    line-height: 1.5em;
    height: 48px;
  }

  .banner_txt p {
    display: none;
  }

  .banner_title_l,
  .banner_title_r {
    /*height: 74px;*/
    height: 48px;
  }

  .line:first-child{
    animation: b 8s infinite;
    /*animation-delay: 1s;*/
  }

  .index-product .txt {
    padding: 60px 5vw;
  }

  .sec-news .dtc.right .sec-news-txt {
    padding-right: 5vw;
  }

  .index-about-txt {
    position: relative;
    top: 0;
    padding-bottom: 0;
  }


  .about-timeLine .dtc {
    width: 100% !important;
  }

  .about-timeLine .dtc {
    border-left: 3px solid var(--pri_color-o) !important;
  }

  .about-timeLine .dtc:nth-child(1) {
    border-right: 0 !important;
  }

  .timeLine-year {
    float: initial !important; 
    margin-right: 0 !important; 
    margin-left: -4px !important;
    position: relative !important;
  }

  .timeLine-title,
  .dtc .timeLine-txt {
    margin: 0 !important;
    margin-left: 5vw !important;
  }

  .timeLine-txt {
    padding-right: 0;
  }

  .timeLine-title {
    margin-bottom: 20px !important;
    width: auto;
  }

  .timeLine-img {
    margin-left: 5vw !important;
    width: calc( 100% - 5vw) !important;
  }

  .about-timeLine .dtc {
    min-height: auto;
  }

  .about-timeLine .page-sec .dt.even .dtc:nth-child(1) {
    order: initial;
    width: 100% !important;
    margin-left: 0;
  }

  .about-timeLine .page-sec .dt.even .dtc:nth-child(2) {
    border: 0;
  }

  .timeLine-year-two,
  .timeLine-item-sp {
    position: relative;
    margin:0;
  }

  .timeLine-item {
    padding-bottom: 0;
  }

  .page-sec.about-1-4 {
    width: 100%;
  }

  .sec-note.sty_2txt .dtc,
  .sec-note.sty_3txt .dtc {
    width: 100%;
  }

  .sty_2txt_content h1,
  .sty_2txt_content h4,
  .sty_2txt_content p {
    width: 100%;
  }

  .scrollSty > .dt,
  .page-sec.bg-o > .dt {
    gap: 0;
  }

  .index-product .sty-box > .dtc .sty-box-item.wide,
  .index-product .sty-box > .dtc .sty-box-item.wide,
  .index-product .sty-box > .dtc .sty-box-item {
    width: 100%;
  }

  .sty-box-r {
    order: initial;
  }

  .sty-box .dtc .noraml {
    height: auto;
  }

  .sty-box-img img {
    height: 400px;
  }

  .index-csr-r img {
    max-height: 60px;
  }

  .sty-img2spec .dt {
    flex-wrap: wrap;
  }

  .img2spec-l,
  .img2spec-r {
    width: 100%;
    /*min-height: 400px;*/
  }

  /*.img2spec-l {
    line-height: 0;
  }*/

  .img2spec-l img {
    width: 100%;
    height: 300px;
    object-fit: cover;

  }


  /*.img2spec-c,*/
  /*.img2spec-r */
  .spec_only_item {
    padding: 60px 5%;
    text-align: center;
  }

  .img2spec-c {
    width: 100%;
    min-width: auto;
    height: 400px;
  }
  

  .spec_only_hover {
    height: 280px;
    width: auto;
    max-width: 100%;
  }

  .img2spec-c img,
  .spec_only_other img {
    /*height: calc( 100% - 60px);*/
    width: auto;
    max-width: 100%;
    /*height: 280px;*/
    height: 180px;
    /*height: 400px;*/
  }

  .spec_only .dt .dtc:nth-child(3) {
    order: initial;
  }

  .spec_only .img2spec-r,
  .spec_only .img2spec-c {
    width: 100%;
    height: 400px;
  }

  .arrow {
    /*left: calc( 50% + 4em );
    transform: translateX(-50%);*/
  }
  
  /*#download {
    text-align: center;
  }*/

  .arrow-bottom,.arrow-top {
    background-color: var(--pri_color-o);
  }

  h1.one-line-b {
    font-size: 2em;
  }

  .dtc.sty-ptb40 .dt {
    width: 357px;
  }

  .select:active {
    transform: initial;
  }

  .img2spec-r,
  .img2spec-c {
    padding: 60px 5vw;
  }

  .index-about .page-sec .dt {
    gap:0;
  }

  .index-about .dtc.sty-ptb40 .dt {
    /*max-width: initial;*/
    /*width: 357px;*/
    gap: 0;
  }

  .index-about .page-sec > .dt > .dtc{
    width: 100%;
    margin-right: 0;
  }

  .index-about .dtc.sty-ptb40 .dtc {
    width: 100%;
  }

  .page-sec .about-1-4 {
    width: 100%;
  }

  .sec-note.item3line .dtc.mainItem h4,
  .sec-note.item3line .dtc.mainItem p {
    width: 100%;
  }
  
  .spec_only .dt.img_only {
    box-shadow:none;
  }

  .index-about .dtc.sty-ptb40 .dt.sty_mtop_60 {
    margin-top: 0;
  }

  .index-csr-l .dt {
    row-gap: calc( 5vw + 20px);
  }

  /*.sec-note .img-title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    row-gap: 0.5em;
  }*/

  .sec-note.item3line .dtc {
    width: 100%;
  }

  .index-service .dtc .scrollSty-txt p {
    padding-bottom: 0;
  }

  .refull {
    width: 100%;
    overflow: hidden;
  }

  .page-sec-content {
    width: 100%;
  }

  .footer_menu {
    display: block;
  }

  .footer_menu > li > ul {
    display: block;
    width: auto;

  }

  .footer_menu > li {
    margin-top: 10px;
    min-width: auto;
  }

  .index-product .sty-box > .dtc .sty-box-item.txt {
    background: var(--pri_color-o);
  }

  .spec_only_other {
    width: 100%;
  }

  .index-csr-logo > div {
    line-height: 69px;
    height: 69px;
  }

  .spec_only_item h1 {
    display: none;
  }

  .img2spec-c .specWithImg-mo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
    object-fit: cover;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

  }

  .img2spec-c .specWithImg-mo.newstyle {
    opacity: 0;
  }

  .img2spec-c:hover .specWithImg-mo {
    height: 0;
    visibility: hidden;
    opacity: 0;
    /*-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;*/

  }

  .pc_mode {
    display: none;
  }
  .mo_mode {
    display: block;
  }

  .img2spec-l iframe {
    position: relative; 
    top: 0; 
    left: 50%;
    transform: translate(-50%, 0%);
    width: 520px;
    height: 300px;
  }

  
}

