html, body {
  margin: 0px;
  padding: 0px;
}

a, img {
  border: 0px;
  outline: 0;
}

table, td {
  border-collapse: collapse;
  padding: 0px;
}

.cssHide {
  display: none;
}

.cssClear {
  clear: both;
}

html {
  font-size: 10px;
}

.cssMobile {
  display: none;
}

@media (max-width: 959px) {
  .cssMobile {
    display: block;
  }
}

@media (max-width: 959px) {
  .cssPc {
    display: none;
  }
}

.introtext, .cssIntro .cssText {
  font-size: 48px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .introtext, .cssIntro .cssText {
    font-size: 24px;
    line-height: 32px;
  }
}

.titletext, .cssLanding2 .cssWrapper .cssTitle, .cssLanding3 .cssWrapper .cssTitle, .cssVideoPage .cssWrapper .cssTitle, .cssDl .cssWrapper .cssTitle, .cssTombPage .cssWrapper .cssTitle, .cssCredit .cssWrapper .cssTitle,
.cssAck .cssWrapper .cssTitle, .cssTLanding3 .cssTitle, .cssTLanding5 .cssTitle {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .titletext, .cssLanding2 .cssWrapper .cssTitle, .cssLanding3 .cssWrapper .cssTitle, .cssVideoPage .cssWrapper .cssTitle, .cssDl .cssWrapper .cssTitle, .cssTombPage .cssWrapper .cssTitle, .cssCredit .cssWrapper .cssTitle,
  .cssAck .cssWrapper .cssTitle, .cssTLanding3 .cssTitle, .cssTLanding5 .cssTitle {
    font-size: 38px;
    line-height: 47px;
  }
}

.subtitletext, .cssLanding2 .cssWrapper .cssSubtitle, .cssLanding3 .cssWrapper .cssSubtitle, .cssVideoPage .cssWrapper .cssSubtitle, .cssTombPage .cssWrapper .cssSubtitle {
  font-size: 26px;
  line-height: 46px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .subtitletext, .cssLanding2 .cssWrapper .cssSubtitle, .cssLanding3 .cssWrapper .cssSubtitle, .cssVideoPage .cssWrapper .cssSubtitle, .cssTombPage .cssWrapper .cssSubtitle {
    font-size: 26px;
    line-height: 32px;
  }
}

.subtitletext1, .cssCredit .cssWrapper .cssContent p span,
.cssAck .cssWrapper .cssContent p span {
  font-size: 27px;
  line-height: 30px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .subtitletext1, .cssCredit .cssWrapper .cssContent p span,
  .cssAck .cssWrapper .cssContent p span {
    font-size: 28px;
    line-height: 37px;
  }
}

.contenttext, .cssLanding2 .cssWrapper .cssContent, .cssLanding3 .cssWrapper .cssContent, .cssVideoPage .cssWrapper .cssContent, .cssTombPage .cssWrapper .cssContent, .cssCredit .cssWrapper .cssContent,
.cssAck .cssWrapper .cssContent {
  font-size: 21px;
  line-height: 30px;
}

@media (max-width: 959px) {
  .contenttext, .cssLanding2 .cssWrapper .cssContent, .cssLanding3 .cssWrapper .cssContent, .cssVideoPage .cssWrapper .cssContent, .cssTombPage .cssWrapper .cssContent, .cssCredit .cssWrapper .cssContent,
  .cssAck .cssWrapper .cssContent {
    font-size: 20px;
    line-height: 28px;
  }
}

.contenttext1, .cssTLanding5 .cssContent, .cssTLanding4 .cssWrapper .cssText .cssDesc {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 959px) {
  .contenttext1, .cssTLanding5 .cssContent, .cssTLanding4 .cssWrapper .cssText .cssDesc {
    font-size: 20px;
    line-height: 28px;
  }
}

.menut1, .cssMenu .cssWrapper .cssMain, .cssDl .cssWrapper .cssContent, .cssDl .cssWrapper .cssContent .cssItem .cssN {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.menut2, .cssMenu .cssWrapper .cssSub {
  font-size: 21px;
  line-height: 30px;
  /*   font-weight:600;*/
}

.titletext_t, .cssTLanding4 .cssWrapper .cssText .cssName, .cssTLanding4 .cssTop .cssName {
  font-size: 70px;
  line-height: 72px;
  font-weight: 600;
}

@media (max-width: 959px) {
  .titletext_t, .cssTLanding4 .cssWrapper .cssText .cssName, .cssTLanding4 .cssTop .cssName {
    font-size: 42px;
    line-height: 52px;
  }
}

.specttext, .cssTLanding4 .cssWrapper .cssText .cssSpec, .cssTLanding4 .cssTop .cssSpec {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 959px) {
  .specttext, .cssTLanding4 .cssWrapper .cssText .cssSpec, .cssTLanding4 .cssTop .cssSpec {
    font-size: 14px;
    line-height: 18px;
  }
}

.contenttext1, .cssTLanding5 .cssContent, .cssTLanding4 .cssWrapper .cssText .cssDesc {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 959px) {
  .contenttext1, .cssTLanding5 .cssContent, .cssTLanding4 .cssWrapper .cssText .cssDesc {
    font-size: 20px;
    line-height: 28px;
  }
}

.cssMasterPanel {
  max-width: 1920px;
  margin: 0 auto;
}

.section.s1 {
  width: 100%;
  position: relative;
  font-family: 'Cormorant Garamond' , SimSun;
  color: #DCCFB1;
  background-color: #013C49;
}

.section.s1 .cssHm {
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 999;
  width: 57px;
  height: 41px;
  background: url("../images/landing/menu.png") top center no-repeat;
}

.section.s1 .cssHm.fixed {
  position: fixed;
  margin-top: 28px;
}

@media (max-width: 959px) {
  .section.s1 .cssHm {
    width: 40px;
    height: 28px;
    background-size: contain;
    right: 16px;
  }
}

.section.s1.s2 {
  background-color: #2C2416;
}

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

@media (max-width: 959px) {
  .cssIntro {
    height: 100vh;
  }
}

.cssIntro .cssText {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  color: #DCCFB1;
}

@media (max-width: 959px) {
  .cssIntro .cssText {
    left: 10%;
    width: 80%;
  }
}

.cssIntro .text1 {
  -webkit-animation-name: text1;
          animation-name: text1;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cssIntro .text2 {
  line-height: 72px;
  opacity: 0;
  -webkit-animation-name: text2;
          animation-name: text2;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 959px) {
  .cssIntro .text2 {
    line-height: 32px;
  }
}

.cssIntro .cssBackground {
  position: relative;
}

.cssIntro .cssBackground .cssLayer1 {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0.75;
}

.cssIntro .cssBackground .cssLayer1 img {
  width: 100%;
}

@media (max-width: 959px) {
  .cssIntro .cssBackground .cssLayer1 img {
    width: auto;
    height: 100%;
  }
}

.cssIntro .cssBackground .cssLayer2 {
  position: absolute;
  top: 0px;
  left: 90%;
  height: 100%;
  width: 100%;
  -webkit-animation-name: lefttoright;
          animation-name: lefttoright;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cssIntro .cssBackground .cssLayer2 img {
  height: 100%;
  max-width: none !important;
  position: absolute;
  right: 0;
}

.cssVideoclip {
  position: relative;
  padding-top: 66.6%;
}

.cssVideoclip iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

.cssMenu {
  /* transition: all 2s;*/
  opacity: 0;
  font-family: 'Cormorant Garamond' , SimSun;
  position: fixed;
  z-index: 2001;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 585px;
  /*535px;*/
  overflow: hidden;
  padding: 150px 0 15px;
  background-color: #185D66;
  color: #DCCFB1;
}

.cssMenu.opened {
  opacity: 1;
}

.cssMenu .cssWrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  /*calc(100% - 16.5rem);*/
}

.cssMenu.style2 {
  background-color: #C4B898;
  color: #2C2416;
}

.cssMenu.style2 a {
  color: #2C2416;
}

.cssMenu.style2::after {
  background-color: #6A5533;
}

.cssMenu.style2 .cssWrapper::before {
  background-color: #6A5533;
}

.cssMenu.style2 .cssWrapper .cssRow:last-child::before,
.cssMenu.style2 .cssWrapper .cssRow::after {
  background-color: #6A5533;
}

.cssMenu .cssClose {
  position: fixed;
  right: 48px;
  top: 24px;
  z-index: 5;
  width: 44px;
  height: 44px;
  background: url("../images/landing/close.png") top center no-repeat;
}

@media (max-width: 959px) {
  .cssMenu .cssClose {
    width: 40px;
    height: 28px;
    background-size: contain;
    right: 16px;
  }
}

.cssMenu a {
  color: #DCCFB1;
  text-decoration: none;
  display: block;
}

.cssMenu::after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0px;
  background-color: #DCCFB1;
  display: block;
}

@media (max-width: 959px) {
  .cssMenu {
    padding: 80px 0 30px;
  }
}

.cssMenu .cssWrapper::before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #DCCFB1;
  display: block;
}

.cssMenu .cssWrapper .cssRow {
  padding: 0 0 45px;
  position: relative;
}

@media (max-width: 959px) {
  .cssMenu .cssWrapper .cssRow {
    padding: 0 0 30px;
  }
}

.cssMenu .cssWrapper .cssRow::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #DCCFB1;
  display: block;
}

.cssMenu .cssWrapper .cssRow:last-child::before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #DCCFB1;
  display: block;
}

.cssMenu .cssWrapper .cssMain {
  padding: 10px 0 15px 45px;
}

@media (max-width: 959px) {
  .cssMenu .cssWrapper .cssMain {
    padding: 10px 0 0px 45px;
  }
}

.cssMenu .cssWrapper .cssSub {
  padding: 10px 0 0px 85px;
}

.cssMenu .cssWrapper .cssSub a {
  padding: 0 0 0px;
}

.cssMenu .cssWrapper .cssSub .cssSub1 {
  padding: 0 17px;
}

@media (max-width: 959px) {
  .cssMenu {
    width: 100%;
  }
}

.cssLanding1 .cssBanner img {
  width: 100%;
}

.cssLanding2, .cssLanding3 {
  text-align: center;
}

.cssLanding2 .cssWrapper, .cssLanding3 .cssWrapper {
  width: 61.5%;
  margin: 0 auto;
  padding: 130px 0;
}

.cssLanding2 .cssWrapper .cssTitle, .cssLanding3 .cssWrapper .cssTitle {
  padding: 0 0 100px;
}

.cssLanding2 .cssWrapper .cssSubtitle, .cssLanding3 .cssWrapper .cssSubtitle {
  padding: 0 0 70px;
}

.cssLanding2 .cssWrapper .cssSubtitle.cssT2, .cssLanding3 .cssWrapper .cssSubtitle.cssT2 {
  padding: 60px 0 0px;
}

.cssLanding2 .cssWrapper .cssContent p, .cssLanding3 .cssWrapper .cssContent p {
  margin: 0px;
  padding: 0 0 40px;
}

@media (max-width: 959px) {
  .cssLanding2 .cssWrapper, .cssLanding3 .cssWrapper {
    width: auto;
    margin: 0 30px;
    padding: 70px 0;
  }
}

.cssLanding2.cssLanding3 .cssWrapper .cssTitle, .cssLanding3.cssLanding3 .cssWrapper .cssTitle {
  padding: 0 0 60px;
}

.cssLanding2.cssLanding3 .cssSubtitle, .cssLanding3.cssLanding3 .cssSubtitle {
  padding: 0 0 50px;
}

.cssLanding2.cssLanding3 .cssSubtitle.cssT2, .cssLanding3.cssLanding3 .cssSubtitle.cssT2 {
  padding: 60px 0 0;
}

.cssLanding2 {
  background-image: url("../images/landing/hr.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 959px) {
  .cssLanding2 {
    background-image: url("../images/landing/hr.png");
  }
}

.cssVideoPage {
  text-align: center;
}

.cssVideoPage .cssWrapper {
  width: 74.3%;
  margin: 0 auto;
  padding: 130px 0;
}

@media (max-width: 959px) {
  .cssVideoPage .cssWrapper {
    width: 100%;
    margin: 0 auto;
    padding: 54px 0;
  }
}

.cssVideoPage .cssWrapper .cssTitle {
  padding: 0 0 100px;
}

@media (max-width: 959px) {
  .cssVideoPage .cssWrapper .cssTitle {
    margin: 0 30px;
    padding: 0 0 60px;
  }
}

.cssVideoPage .cssWrapper .cssSubtitle {
  padding: 0 0 100px;
}

.cssVideoPage .cssWrapper .cssSubtitle.cssT2 {
  padding: 80px 0 0;
}

.cssVideoPage .cssWrapper .cssVideo img {
  width: 100%;
}

.cssVideoPage .cssWrapper .cssContent {
  width: 80%;
  padding: 50px 0 0;
  margin: 0 auto;
}

.cssVideoPage .cssWrapper .cssContent p {
  margin: 0px;
  padding: 0 0 40px;
}

@media (max-width: 959px) {
  .cssVideoPage .cssWrapper .cssContent {
    width: auto;
    margin: 0 30px;
    padding: 40px 0 0 0;
  }
  .cssVideoPage .cssWrapper .cssContent p {
    padding: 0 0 40px;
  }
}

.cssGallery .cssWrapper {
  padding: 130px 0 0;
}

@media (max-width: 959px) {
  .cssGallery .cssWrapper {
    padding: 0;
  }
  .cssGallery .cssWrapper .cssTitle {
    padding: 105px 0 40px;
  }
}

.cssGallery.vtour .cssWrapper {
  padding-bottom: 130px;
}

@media (max-width: 959px) {
  .cssGallery.vtour .cssWrapper .cssWrapper {
    padding-bottom: 100px;
  }
}

#myCarousel-8606,
#myCarousel-8581 {
  background: #013C49;
  padding-bottom: 130px;
}

#myCarousel-8606 .carousel-indicators,
#myCarousel-8581 .carousel-indicators {
  display: none;
}

#myCarousel-8606 .carousel-control.right,
#myCarousel-8581 .carousel-control.right {
  right: 12.8%;
  height: calc(100% - 130px);
}

#myCarousel-8606 .carousel-control.left,
#myCarousel-8581 .carousel-control.left {
  left: 12.8%;
  height: calc(100% - 130px);
}

@media (max-width: 959px) {
  #myCarousel-8606,
  #myCarousel-8581 {
    padding-bottom: 100px;
  }
  #myCarousel-8606 .carousel-control.right,
  #myCarousel-8581 .carousel-control.right {
    right: 0%;
    height: calc(100% - 100px);
  }
  #myCarousel-8606 .carousel-control.left,
  #myCarousel-8581 .carousel-control.left {
    left: 0%;
    height: calc(100% - 100px);
  }
}

#myCarousel-8606 .carousel-inner,
#myCarousel-8581 .carousel-inner {
  width: 74.3%;
  margin: 0 12.8%;
}

@media (max-width: 959px) {
  #myCarousel-8606 .carousel-inner,
  #myCarousel-8581 .carousel-inner {
    width: 100%;
    margin: 0 0%;
  }
}

.cssDl {
  text-align: center;
}

.cssDl .cssWrapper {
  width: 74.3%;
  margin: 0 auto;
  padding: 130px 0;
}

.cssDl .cssWrapper .cssTitle {
  padding: 0 0 100px;
}

.cssDl .cssWrapper .cssContent {
  width: 80%;
  padding: 100px 0 340px 0;
  /*padding:34rem 0 ;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cssDl .cssWrapper .cssContent .cssItem {
  text-align: center;
  margin: 0 15%;
  width: 25%;
}

.cssDl .cssWrapper .cssContent .cssItem .cssIcon {
  padding: 0 0 50px;
}

.cssDl .cssWrapper .cssContent .cssItem .cssIcon img {
  width: 100%;
  display: inline;
}

.cssDl .cssWrapper .cssContent a {
  text-decoration: none;
  color: #DCCFB1;
}

@media (max-width: 959px) {
  .cssDl .cssWrapper {
    padding: 0;
    width: auto;
  }
  .cssDl .cssWrapper .cssTitle {
    padding: 105px 0;
    background-image: url("../images/landing/hr.png");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .cssDl .cssWrapper .cssContent {
    display: block;
    width: auto;
    padding: 35px 0 35px;
  }
  .cssDl .cssWrapper .cssContent .cssItem {
    margin: 0 auto;
    padding: 35px 0 70px;
    width: auto;
  }
  .cssDl .cssWrapper .cssContent .cssItem .cssIcon {
    padding: 0 0 40px;
  }
  .cssDl .cssWrapper .cssContent .cssItem .cssIcon img {
    width: auto;
  }
}

.cssTombPage {
  text-align: center;
  background-image: url("../images/landing/hr.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 959px) {
  .cssTombPage {
    background-size: contain;
  }
}

.cssTombPage#sec3 {
  background-image: none;
}

.cssTombPage .cssWrapper {
  width: 74.3%;
  margin: 0 auto;
  padding: 130px 0;
}

@media (max-width: 959px) {
  .cssTombPage .cssWrapper {
    width: auto;
    padding: 109px 0 0;
  }
}

.cssTombPage .cssWrapper .cssTitle {
  padding: 0 0 100px;
}

@media (max-width: 959px) {
  .cssTombPage .cssWrapper .cssTitle {
    margin: 0 30px;
  }
}

.cssTombPage .cssWrapper .cssSubtitle {
  width: 82%;
  margin: 0 auto;
  padding: 0 0 55px;
}

.cssTombPage .cssWrapper .cssSubtitle.cssT2 {
  padding: 80px 0 0px;
}

@media (max-width: 959px) {
  .cssTombPage .cssWrapper .cssSubtitle {
    padding: 0 0 35px;
  }
  .cssTombPage .cssWrapper .cssSubtitle.cssT2 {
    padding: 40px 0 0;
  }
}

.cssTombPage .cssWrapper .cssImg {
  text-align: center;
  padding: 0 0 90px 0;
}

.cssTombPage .cssWrapper .cssImg img {
  max-width: 100%;
  display: inline;
}

@media (max-width: 959px) {
  .cssTombPage .cssWrapper .cssImg {
    padding: 0 0 45px 0;
  }
}

.cssTombPage .cssWrapper .cssVideo {
  padding: 100px 0 0;
}

.cssTombPage .cssWrapper .cssVideo img {
  width: 100%;
}

@media (max-width: 959px) {
  .cssTombPage .cssWrapper .cssVideo {
    padding: 0 0 80px;
  }
}

.cssTombPage .cssWrapper .cssContent {
  width: 80%;
  margin: 0 auto;
}

.cssTombPage .cssWrapper .cssContent p {
  margin: 0px;
  padding: 0 0 40px;
}

@media (max-width: 959px) {
  .cssTombPage .cssWrapper .cssContent {
    width: auto;
    margin: 0 30px;
  }
  .cssTombPage .cssWrapper .cssContent p {
    margin: 0px;
    padding: 0 0 60px;
  }
}

.cssCredit,
.cssAck {
  text-align: center;
}

.cssCredit .cssWrapper,
.cssAck .cssWrapper {
  width: 74.3%;
  margin: 0 auto;
  padding: 130px 0;
}

.cssCredit .cssWrapper .cssTitle,
.cssAck .cssWrapper .cssTitle {
  padding: 0 0 100px;
}

.cssCredit .cssWrapper .cssContent,
.cssAck .cssWrapper .cssContent {
  width: 80%;
  margin: 0 auto;
}

.cssCredit .cssWrapper .cssContent p,
.cssAck .cssWrapper .cssContent p {
  margin: 0px;
  padding: 0 0 40px;
}

@media (max-width: 959px) {
  .cssCredit .cssWrapper,
  .cssAck .cssWrapper {
    padding: 0;
    width: auto;
  }
  .cssCredit .cssWrapper .cssTitle,
  .cssAck .cssWrapper .cssTitle {
    padding: 105px 0;
    background-image: url("../images/landing/hr.png");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .cssCredit .cssWrapper .cssContent,
  .cssAck .cssWrapper .cssContent {
    width: auto;
    margin: 0 30px;
    padding: 20px 0 0;
  }
  .cssCredit .cssWrapper .cssContent p,
  .cssAck .cssWrapper .cssContent p {
    margin: 0px;
    padding: 0 0 35px;
  }
}

.cssTLanding1 .cssBanner img {
  width: 100%;
}

.cssTLanding2 {
  position: relative;
}

.cssTLanding2 .cssVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

.cssTLanding2 .cssBanner img {
  width: 100%;
}

@media (max-width: 959px) {
  .cssTLanding2 .cssVideo {
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 100%;
  }
}

.cssTLanding3 {
  padding: 100px 0 40px;
}

.cssTLanding3 .cssTitle {
  color: #DCCFB1;
  text-align: center;
}

@media (max-width: 959px) {
  .cssTLanding3 {
    padding: 84px 0 84px;
  }
}

.cssTLanding5 {
  text-align: center;
  padding: 98px 0 0px;
}

.cssTLanding5 .cssTitle {
  padding: 0 0 88px 0;
  color: #DCCFB1;
}

.cssTLanding5 .cssContent {
  margin: 0 auto;
  max-width: 880px;
}

.cssTLanding5 .cssContent p {
  margin: 0px;
  padding: 0 0 45px;
}

@media (max-width: 959px) {
  .cssTLanding5 .cssContent {
    padding: 0px 30px 0;
  }
}

@media (max-width: 959px) {
  .cssTLanding5 {
    padding: 84px 0 40px;
  }
}

.cssTLanding4 {
  padding: 0 0 95px;
}

.cssTLanding4 .cssWrapper {
  position: relative;
  margin: 0 53px;
}

.cssTLanding4 .cssWrapper .cssImg {
  width: 67%;
}

.cssTLanding4 .cssWrapper .cssImg img {
  max-width: 100%;
}

.cssTLanding4 .cssWrapper .cssText {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36%;
}

.cssTLanding4 .cssWrapper .cssText .cssName {
  height: 300px;
}

.cssTLanding4 .cssWrapper .cssText .cssLL, .cssTLanding4 .cssWrapper .cssText .cssRR {
  font-style: italic;
}

.cssTLanding4 .cssWrapper .cssText .cssLL.tc, .cssTLanding4 .cssWrapper .cssText .cssRR.tc {
  font-style: normal;
}

.cssTLanding4 .cssWrapper .cssText .cssSpec {
  margin-left: 107px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #DCCFB1;
}

.cssTLanding4 .cssWrapper .cssText .cssSpec .cssRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.cssTLanding4 .cssWrapper .cssText .cssSpec .cssRow .cssLL, .cssTLanding4 .cssWrapper .cssText .cssSpec .cssRow .cssRR {
  width: 50%;
}

.cssTLanding4 .cssWrapper .cssText .cssDesc {
  margin-left: 107px;
  padding: 25px 0 0;
}

.cssTLanding4 .cssWrapper .cssText .cssDesc.tc {
  text-align: justify;
  line-height: 2;
}

@media (max-width: 1450px) {
  .cssTLanding4 .cssWrapper .cssText .cssName {
    font-size: 45px;
    line-height: 48px;
    height: 210px;
  }
  .cssTLanding4 .cssWrapper .cssText .cssSpec {
    margin-left: 5px;
  }
  .cssTLanding4 .cssWrapper .cssText .cssDesc {
    margin-left: 5px;
    padding-top: 5px;
    line-height: 20px;
  }
  .cssTLanding4 .cssWrapper .cssText .cssDesc.tc {
    text-align: justify;
    line-height: 2;
  }
}

.cssTLanding4 .cssTop .cssName {
  padding: 35px 35px 0;
}

@media (max-width: 959px) {
  .cssTLanding4 .cssTop .cssName {
    font-size: 52px;
    line-height: 1;
    padding: 35px 30px 0;
  }
  .cssTLanding4 .cssTop .cssName br {
    display: none;
  }
}

.cssTLanding4 .cssTop .cssSpec {
  padding: 0px 35px 0;
}

.cssTLanding4 .cssTop .cssSpec .cssRow {
  padding: 25px 0;
}

.cssTLanding4 .cssTop .cssSpec .cssRow .cssLL {
  padding-bottom: 20px;
}

@media (max-width: 959px) {
  .cssTLanding4 .cssTop .cssSpec .cssRow .cssLL, .cssTLanding4 .cssTop .cssSpec .cssRow .cssRR {
    font-style: italic;
  }
  .cssTLanding4 .cssTop .cssSpec .cssRow .cssLL.tc, .cssTLanding4 .cssTop .cssSpec .cssRow .cssRR.tc {
    font-style: normal;
  }
}

.cssTLanding4.even .cssImg {
  margin-left: 33%;
}

.cssTLanding4.even .cssText {
  right: auto;
  left: 6.1%;
}

@media (max-width: 959px) {
  .cssTLanding4 {
    padding: 0px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #DCCFB1;
  }
  .cssTLanding4 .cssWrapper {
    width: 100%;
    margin: 0;
  }
  .cssTLanding4 .cssImg {
    width: 100% !important;
    margin: 0 !important;
  }
  .cssTLanding4 .cssText {
    position: static !important;
    width: 100% !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .cssTLanding4 .cssText .cssName, .cssTLanding4 .cssText .cssSpec {
    display: none;
  }
  .cssTLanding4 .cssText .cssDesc {
    width: auto !important;
    margin: 0 !important;
    padding: 35px !important;
  }
}

.cssCredit.s2 {
  position: relative;
  overflow-x: hidden;
}

.cssCredit.s2 .cssBg {
  width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-960px);
          transform: translateX(-960px);
}

.cssCredit.s2 .cssBg img {
  width: 100%;
}

.cssCredit.s2 .cssWrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  padding: 92px 0 0;
}

.cssCredit.s2 .cssWrapper .cssTitle {
  padding-bottom: 172px;
}

@media (max-width: 959px) {
  .cssCredit.s2 {
    padding: 0 0 0;
    overflow-x: hidden;
    background: url("../images/tvideo/b3m.png") top center no-repeat #2C2416;
    background-size: contain;
  }
  .cssCredit.s2 .cssBg {
    width: 100%;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: none;
  }
  .cssCredit.s2 .cssWrapper {
    position: static;
    padding: 0px 0 0;
  }
  .cssCredit.s2 .cssWrapper .cssContent {
    margin: 0;
    line-height: 30px;
  }
  .cssCredit.s2 .cssWrapper .cssTitle {
    padding: 21% 0 50%;
    background-image: none;
  }
}

.cssAck.s2 {
  position: relative;
  overflow-x: hidden;
}

.cssAck.s2 .cssBg {
  width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-960px);
          transform: translateX(-960px);
}

.cssAck.s2 .cssBg img {
  width: 100%;
}

.cssAck.s2 .cssWrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  padding: 92px 0 0;
}

.cssAck.s2 .cssWrapper .cssTitle {
  padding-bottom: 400px;
}

@media (max-width: 959px) {
  .cssAck.s2 {
    overflow-x: hidden;
    background: url("../images/tvideo/b2m.png") top center no-repeat #2C2416;
    background-size: contain;
    padding: 0 0 0;
  }
  .cssAck.s2 .cssBg {
    display: none;
    width: 100%;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cssAck.s2 .cssWrapper {
    margin: 0;
    position: static;
    padding: 0px 0 0;
  }
  .cssAck.s2 .cssWrapper .cssContent {
    margin: 0;
    line-height: 30px;
  }
  .cssAck.s2 .cssWrapper .cssTitle {
    padding: 21% 0 50%;
    background-image: none;
  }
}
/*# sourceMappingURL=main.css.map */