.fs {
  height: 100vh;
}
html,
body {
  height: 100%;
  margin: 0;
  color: #252525;
}
body {
  font-family: 'PingFang', 'PingFangSC', '微軟正黑體';
}
section {
  position: relative;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-size: inherit;
}
.layer-white {
  background: rgba(255,255,255,0.95);
}
.title {
  color: #498f9d;
  font-size: 27px;
  line-height: 1.5;
}
.content {
  color: #252525;
  text-align: justify;
  font-size: 20px;
  line-height: 1.8;
}
.author {
  color: #252525;
}
.btn.btn-custom {
  padding: 4px 24px 4px 24px;
  border: #498f9d 2px solid;
  border-radius: 2px;
  background: transparent;
  color: #498f9d;
  font-size: 17px;
  font-weight: bolder;
  line-height: 2;
  cursor: pointer;
  transition: 800ms;
}
.btn.btn-custom.freeze {
  pointer-events: none;
}
.btn.btn-custom.active {
  color: #ffffff;
  background: #498f9d;
}
.btn.btn-custom a {
  color: #498f9d;
  text-decoration: none !important;
}
.btn.btn-custom.btn-custom-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-custom.btn-custom-white.btn-arrow-right {
  background-image: url('./../images/fixed/common/arrowRightWhite.png');
}
.btn.btn-custom-style-fill {
  background: #498f9d;
  color: #ffffff;
}
.btn.btn-arrow-right {
  padding: 4px 70px 4px 24px;
  background-image: url('./../images/fixed/common/arrowRight.png');
  background-position: calc(100% - 24px) center;
  background-repeat: no-repeat;
  background-size: auto 14px;
}
.box-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.justify-center {
  text-align: justify;
  text-align-last: center;
}
.input-custom {
  margin: 40px 0;
  padding: 14px 20px;
  height: auto;
  border-color: #e9e9e9;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: none;
}
.input-custom:active,
.input-custom:focus {
  border-color: #498f9d;
  outline: #498f9d;
  box-shadow: none;
  color: #498f9d;
}
.input-custom.area-custom {
  height: 128px;
  resize: none;
}
.input-custom::-webkit-input-placeholder {
  color: #989898;
}
.input-custom::-moz-placeholder {
  color: #989898;
}
.input-custom:-ms-input-placeholder {
  color: #989898;
}
.input-custom:-moz-placeholder {
  color: #989898;
}
.indicator.indicator-custom {
  position: fixed;
  z-index: 16;
}
.indicator.indicator-custom.indicator-vertical {
  right: 30px;
  top: 50vh;
  transform: translateY(-50%);
}
.indicator.indicator-custom.indicator-vertical a {
  display: block;
  margin: 13px;
  width: 6px;
  height: 6px;
  text-align: center;
  border-radius: 50%;
  border: #ffffff 3px solid;
  background: #cecece;
  opacity: .5;
  transition: 800ms;
}
.indicator.indicator-custom.indicator-vertical a span {
  position: absolute;
  right: 100%;
  color: #498f9d;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: #ffffff 1px 1px;
  pointer-events: none;
  opacity: 0;
  transition: 200ms;
}
.indicator.indicator-custom.indicator-vertical a:hover span {
  opacity: 1;
}
.indicator.indicator-custom.indicator-vertical a.active {
  margin: 8px;
  width: 16px;
  height: 16px;
  border-color: #498f9d;
  background0: rgba(206,206,206,0.1);
  opacity: 1;
}
.indicator.indicator-custom.indicator-vertical a.active span {
  opacity: 1;
}
.scroll-custom::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.scroll-custom::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.scroll-custom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #498f9d;
}
.header-custom {
  position: fixed;
  padding: 20px 0;
  height: 110px;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  background-color: #ffffff;
  transition: 800ms;
  z-index: 20;
}
.header-custom.header-custom-top {
  padding: 50px 0;
  height: 180px;
  background-color: rgba(255,255,255,0);
}
.header-custom.header-custom-top .inner .header-item ul {
  background-color: rgba(255,255,255,0);
}
.header-custom.header-custom-top.index {
  background-image: -webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
}
.header-custom.header-custom-top.contact {
  background-image: -webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
  background-image: linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 60%,rgba(255,255,234,0) 100%);
}
.header-custom.header-custom-top.course {
  background-image: -webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
}
.header-custom.header-custom-top.letter {
  background-image: -webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: -moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: -ms-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: -o-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
  background-image: linear-gradient(top,#ffffff 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,234,0) 100%);
}
.header-custom .inner {
  position: relative;
  margin: auto;
  width: 80vw;
}
.header-custom .inner .header-item {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  padding: 20px 1vw;
  font-weight: bold;
}
.header-custom .inner .header-item a {
  color: #252525;
  font-size: 19px;
  line-height: 1.5;
  text-decoration: none !important;
  cursor: pointer;
}
.header-custom .inner .header-item a .fa-caret-down {
  transition: 300ms;
}
.header-custom .inner .header-item a:hover,
.header-custom .inner .header-item a.active {
  color: #498f9d;
}
.header-custom .inner .header-item a:hover .fa-caret-down,
.header-custom .inner .header-item a.active .fa-caret-down {
  transform: rotateX(180deg);
}
.header-custom .inner .header-item ul {
  display: block;
  position: absolute;
  padding: 10px 0;
  left: 0;
  right: auto;
  width: auto;
  height: 0px;
  min-width: 100%;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  list-style: none;
  transition: 200ms;
}
.header-custom .inner .header-item ul li {
  background-color: #ffffff;
}
.header-custom .inner .header-item ul li a {
  display: block;
  padding: 10px 1vw;
}
.header-custom .inner .header-item:hover ul {
  height: auto;
  opacity: 1;
}
.header-custom .inner .header-item.active a {
  color: #498f9d;
}
.header-custom .inner .header-item.active ul a {
  color: #252525;
}
.header-custom .lang-grid {
  position: absolute;
  right: 40px;
  top: 20px;
  color: #c1c1c1;
  font-size: 18px;
  line-height: 1;
}
.header-custom .lang-grid a {
  padding: 4px;
  color: #c1c1c1;
}
.header-custom .lang-grid a.active {
  color: #191a1d;
  font-weight: bold;
}
.footer-custom {
  padding: 10px 30px;
  color: #989898;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border-top: #e9e9e9 1px solid;
  background: #ffffff;
  z-index: 8;
  position: relative;
}
.main-container>section:first-child {
  padding-top: 180px;
}
.sticker {
  position: absolute;
}
.sticker img {
  height: auto;
}
.popup {
  position: fixed;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 20;
  transition: 300ms;
  transform: scale(0);
}
.popup.open {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(1);
}
.popup .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
}
.popup .overlay.dark {
  background: rgba(0,0,0,0.5);
}
.popup .inner {
  position: relative;
  margin: 10vh auto;
  max-width: 1170px;
  min-height: 80%;
  max-height: 80%;
  box-shadow: rgba(212,212,212,0.48) 0px 0px 24px;
}
.popup .inner .contain {
  position: absolute;
  margin: 60px 15px;
  padding: 20px 85px;
  min-height: calc(100% - 120px);
  max-height: calc(100% - 120px);
  overflow-y: auto;
}
.popup .inner .title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}
.popup .inner .description {
  color: #498f9d;
  font-size: 35px;
  font-weight: bold;
}
.popup .inner .description small {
  font-size: 16px;
  color: #989898;
}
.popup .inner .description.center {
  text-align: center;
}
.popup .inner .image {
  margin: 40px 20px;
}
.popup .inner .image img {
  max-width: 100%;
}
.popup .inner .label {
  padding: 0;
  color: #498f9d;
}
.popup .inner .content {
  margin: 40px 0;
}
.popup .inner.white {
  background-color: #ffffff;
}
.popup .inner.round {
  border-radius: 10px;
}
.popup .inner.autosize {
  min-height: auto;
}
.popup .inner.autosize .contain {
  position: relative;
  min-height: auto;
}
.popup .inner.small {
  max-width: 720px;
}
.popup .inner.small .contain {
  margin: 0;
  padding: 20px 40px;
}
.popup .inner.absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%,-50%);
}
.popup .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  transform: translate(50%,-50%);
  background: #ffffff;
  background-image: url('./../images/fixed/common/close.png');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}
.popup[data-style=vertical] .contain {
  margin: 15px;
  padding: 65px 85px;
  min-height: calc(100% - 30px);
  max-height: calc(100% - 30px);
  width: 50%;
}
.popup[data-style=vertical] .title {
  font-size: 48px;
}
.popup[data-style=vertical] .content {
  text-align: justify;
}
.popup[data-style=vertical] .image {
  position: absolute;
  margin: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 30px);
  float: right;
  background-attachment: unset;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.popup-course-record .popup-location-filter {
  font-size: 13px;
  margin: 20px 0;
  min-width: 480px;
}
#HomepageBanner {
  width: 100%;
  height: 100vh;
  min-width: 992px;
  min-height: 558px;
  background-color: #fffaec;
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#HomepageBanner .layer-white {
  position: absolute;
  width: 45vw;
  min-width: 424px;
  max-width: 848px;
  min-height: 230px;
  max-height: 459px;
  right: 9.375vw;
  bottom: 10vw;
  padding: 2.5vw 5vw;
}
#HomepageBanner .layer-white .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, 'hanzipensc';
  margin: 25px 0;
  font-size: 70px;
}
#HomepageBanner .layer-white .title span {
  font-size: 60%;
}
#HomepageBanner .layer-white .content {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.6;
}
#HomepageBanner .layer-white .btn-custom {
  padding: 0 80px 0 36px;
  padding-right: 80px;
  border-radius: 3;
  line-height: 3;
}
#HomepageSection1 {
  padding: 10vh 0;
}
#HomepageSection1 .title {
  margin: 30px 0;
  font-size: 56px;
  font-family: 'TragicMarker';
}
#HomepageSection1 .content {
  margin: 30px 0;
  padding-right: 100px;
}
#HomepageSection1 .author {
  margin-top: 30px 0;
  font-size: 27px;
  text-align: right;
  font-family: 'TragicMarker';
}
#HomepageSection1 .author p {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 0;
}
#HomepageSection1 .author p:before {
  content: '';
  position: absolute;
  right: calc(100% + 10px);
  top: 55%;
  width: 60px;
  height: 1px;
  background: #252525;
  transform: translateY(-50%);
}
#HomepageSection2,
#HomepageSection7 {
  width: 100%;
  height: 80vh;
  min-width: 992px;
  min-height: 558px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#HomepageSection2 .box-center,
#HomepageSection7 .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
#HomepageSection2 .box-center .title,
#HomepageSection7 .box-center .title {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
#HomepageSection2 .box-center .content,
#HomepageSection7 .box-center .content {
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.5;
}
#HomepageSection3,
#HomepageSection5,
#HomepageSection6,
#HomepageSection8 {
  padding: 10vh 0;
}
#HomepageSection3 .inner,
#HomepageSection5 .inner,
#HomepageSection6 .inner,
#HomepageSection8 .inner {
  text-align: center;
}
#HomepageSection3 .content,
#HomepageSection5 .content,
#HomepageSection6 .content,
#HomepageSection8 .content {
  margin: 50px 0;
}
#HomepageSection4 {
  width: 100%;
  height: 80vh;
  min-width: 992px;
  min-height: 558px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#HomepageSection4 .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
#HomepageSection4 .box-center .title {
  color: #ffffff;
  font-size: 56px;
}
#HomepageSection6 .title {
  font-size: 56px;
}
#HomepageSection6 .content {
  font-size: 23px;
}
#HomepageSection6 .study-comments-container .swiper-slide {
  margin-bottom: 150px;
  width: 530px;
  text-align: center;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-image-div {
  text-align: center;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-image {
  display: inline-block;
  display: -webkit-inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translateY(25%);
  background: #000000;
  box-shadow: rgba(59,60,63,0.51) 0px 6px 9px;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-content-div {
  box-shadow: rgba(212,212,212,0.48) 0px 2px 23px;
  padding: 45px 35px 20px;
  width: 520px;
  text-align: center;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-content {
  margin-bottom: 10px;
  color: #191a1d;
  font-size: 20px;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-comma {
  margin: 10px 0 20px;
  height: 15px;
  background-image: url('./../images/fixed/home/Comma.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-author {
  color: #498f9d;
  font-size: 32px;
  line-height: 1;
  font-weight: bolder;
}
#HomepageSection6 .study-comments-container .swiper-slide .slide-position {
  color: #498f9d;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bolder;
}
#HomepageSection6 .swiper-scrollbar-drag {
  background-color: #498f9d;
}
.contactSectionBanner {
  width: 100%;
  height: 300px;
  min-width: 992px;
  min-height: 200px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactSectionBanner .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
.contactSectionBanner .box-center .title {
  color: #ffffff;
  font-size: 56px;
}
.contactSectionBanner .box-center .content {
  color: #ffffff;
  font-size: 23px;
}
.contactSectionContent {
  padding: 40px 0;
}
.contactSectionContent .group {
  margin: 40px 0;
}
.contactSectionContent .group .title {
  font-size: 21px;
  letter-spacing: 8px;
}
.contactSectionContent .group .content {
  margin: 12px 0;
  font-size: 16px;
  letter-spacing: 0px;
}
#AboutSection0 {
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: 180px;
}
#AboutSection0 .inner {
  margin: 40px 0 0;
}
#AboutSection0 .inner .title {
  margin: 30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, 'hanzipensc';
  font-size: 39px;
  letter-spacing: 3px;
}
#AboutSection0 .inner .title span {
  font-size: 60%;
}
#AboutSection0 .inner .description {
  margin: 30px 0 30px;
  padding-left: 20px;
  font-family: 'hanzipensc';
  color: #498f9d;
  font-size: 23px;
  line-height: 1.85;
  letter-spacing: 0.35px;
}
#AboutSection0 .inner .description>p {
  position: relative;
}
#AboutSection0 .inner .description>p::before {
  content: '';
  position: absolute;
  left: 0;
  left: -20px;
  top: 0;
  width: 7px;
  height: 27px;
  background: #498f9d;
}
#AboutSection0 .inner .content {
  margin: 30px 0;
  font-size: 16px;
  letter-spacing: 0px;
}
#AboutSection0 .inner .btn-custom a {
  color: #498f9d;
  text-decoration: none;
}
.sticker-about-01 {
  right: calc((100vw - 1170px) / 2 + 1170px);
  top: 258px;
}
.sticker-about-01 img {
  width: 330px;
}
.sticker-about-02 {
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  transform: translateY(50%);
}
.sticker-about-02 img {
  max-width: 1038px;
  width: 100%;
}
.sticker-about-03 {
  position: relative;
  margin: 0 -40px;
  margin-bottom: 20px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.sticker-about-03 img {
  max-width: 1038px;
  width: 100%;
}
#InterviewSection0 {
  min-height: 100vh;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#InterviewSection0 .inner {
  margin: 40px 0 0;
}
#InterviewSection0 .inner .title {
  margin: 40px 0;
  font-size: 56px;
  text-align: center;
}
#InterviewSection0 .inner .content {
  margin: 40px 0;
  text-shadow: rgba(255,255,255,0.3) 1px 1px;
}
.sticker-interview-banner {
  left: 50%;
  bottom: 50px;
  width: 14px;
  height: 42px;
  cursor: pointer;
  transform: translateX(-50%);
  background-image: url('./../images/fixed/interview/arrow-down.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#InterviewSection1 .inner {
  margin: 120px 0 0;
}
#InterviewSection1 .inner .content {
  color: #395785;
}
#InterviewSection1 .inner .letter {
  padding: 70px 40px 110px;
  font-family: 'hanzipensc', 'TragicMarker';
  font-size: 23px;
  line-height: 1.5;
  background: #f6f6f5;
  background-image: url('./../images/fixed/interview/Paper_L.jpg');
  background-position: left top;
  background-repeat: repeat;
  background-size: contain;
  box-shadow: rgba(96,96,96,0.32) 10px 14px 6px;
}
#InterviewSection1 .inner .letter * {
  margin-bottom: 0;
}
#InterviewSection1 .inner .letter p {
  margin: 0;
  padding: 0px 15px;
  background-image: repeating-linear-gradient(transparent,transparent 33px,#e3e1e1 34px);
}
.InterviewSection2 {
  margin-top: 250px;
  margin-bottom: 200px;
}
.InterviewSection2 .inner {
  margin: 0;
}
.InterviewSection2 .inner .title {
  position: relative;
  margin-top: 60px;
  padding: 60px 0px;
  border-left: #498f9d 2px solid;
  border-right: #498f9d 2px solid;
  border-bottom: #498f9d 2px solid;
}
.InterviewSection2 .inner .title h3 {
  position: absolute;
  margin: 0;
  left: 100px;
  top: 0;
  transform: translateY(-50%) !important;
  font-family: 'CSCHLBKB';
  font-size: 120px;
  line-height: 1;
}
.InterviewSection2 .inner .title h3::before,
.InterviewSection2 .inner .title h3::after {
  content: '';
  position: absolute;
  top: 59px;
  height: 2px;
  background: #498f9d;
}
.InterviewSection2 .inner .title h3::before {
  right: 100%;
  width: 100px;
}
.InterviewSection2 .inner .title h3::after {
  left: 100%;
  right: calc(-1170px * 10 / 12 + 100% + 100px + 30px + 2px);
}
.InterviewSection2 .inner .title p {
  margin: 0;
  padding: 0px 30px;
  font-size: 40px;
  text-align: center;
}
.InterviewSection2 .inner .qa-content {
  margin: 70px 0;
}
.InterviewSection2 .inner .qa-content .content {
  text-align: justify;
  text-align-last: left;
  color: #191a1d;
  font-size: 21px;
  line-height: 1.8;
}
.InterviewSection2 .inner .qa-content .content.author {
  color: #498f9d;
  font-size: 25px;
  line-height: 1.5;
}
.InterviewSection2 .inner .qa-content .content+.author {
  margin-top: 40px;
}
.InterviewSection2 .inner .qa-end {
  margin: 70px 0;
  height: 100px;
  background-color: transparent;
  background-image: url('./../images/fixed/interview/comma.png');
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.InterviewSection2 .inner .qa-image {
  text-align: center;
}
.InterviewSection2 .inner .qa-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.InterviewSection2 .image-fluid {
  position: relative;
  height: 450px;
  background-attachment: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.InterviewSection2 .image-fluid .box-center {
  padding: 30px;
  width: 585px;
  text-align: center;
}
.InterviewSection2 .image-fluid .box-center .content {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-shadow: #ffffff 0.5px 0.5px, #ffffff -0.5px -0.5px, #ffffff -0.5px 0.5px, #ffffff 0.5px -0.5px;
  font-weight: 900;
}
.sticker-interview {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%) !important;
  background: #498f9d;
  background-image: url('./../images/fixed/interview/btn-down.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
.sticker-interview.sticker-interview-up {
  left: -70px;
  transform: translateY(-50%) rotateX(180deg) !important;
}
.sticker-interview.sticker-interview-down {
  right: -70px;
}
.sticker-interview.inactive {
  background: rgba(73,143,157,0.4);
  opacity: .4;
  cursor: default;
  pointer-events: none;
}
.sticker-ink {
  left: 0;
  top: 0;
  width: 405px;
  height: 351px;
  transform: translate(-50%,-50%);
  background-image: url('./../images/fixed/interview/ink.jpg');
  background-size: contain;
  z-index: -1;
}
#CourseSection0 {
  width: 100%;
  height: 100vh;
  min-width: 992px;
  min-height: 558px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#CourseSection0 .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
#CourseSection0 .box-center .title {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
#CourseSection0 .box-center .content {
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.5;
}
#CourseSection1 {
  padding: 150px 0;
  width: 100%;
  min-width: 992px;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#CourseSection1 .inner {
  margin: 40px 0 0;
}
#CourseSection1 .inner .title {
  margin: 30px 0;
  font-size: 56px;
}
#CourseSection1 .inner .description {
  margin: 30px 0 60px;
  color: #498f9d;
  font-size: 40px;
  line-height: 1.85;
  letter-spacing: 0.35px;
}
#CourseSection1 .inner .description>p {
  text-indent: 20px;
}
#CourseSection1 .inner .description>p::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(23px * 1.85 * .18);
  width: 7px;
  height: 23px;
  background: #498f9d;
}
#CourseSection1 .inner .content {
  margin: 30px 0;
  letter-spacing: 0px;
}
#CourseSection1 .grid .grid-item {
  display: inline-block;
  display: -webkit-inline-block;
  margin: calc(30vw / 19.2) calc(50vw / 19.2);
  width: calc(200vw / 19.2);
  text-align: center;
  vertical-align: top;
}
#CourseSection1 .grid .grid-item .item-image {
  display: inline-block;
  display: -webkit-inline-block;
  width: calc(100vw / 19.2);
  height: calc(100vw / 19.2);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#CourseSection1 .grid .grid-item .content {
  margin: 20px 0;
  font-size: 17px;
  line-height: 1.4;
}
#CourseSection1 .grid .grid-item:nth-child(3n+1) {
  transition-delay: 0ms;
}
#CourseSection1 .grid .grid-item:nth-child(3n+2) {
  transition-delay: 150ms;
}
#CourseSection1 .grid .grid-item:nth-child(3n) {
  transition-delay: 300ms;
}
#CourseSection1 .grid .grid-item:nth-child(4) {
  margin-left: calc(130vw / 19.2);
}
.sectionCourseDetail {
  padding: 100px 0;
  width: 100%;
  min-width: 992px;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionCourseDetail .inner {
  margin: 40px 0 0;
}
.sectionCourseDetail .inner .title {
  margin: 30px 0;
  font-size: 56px;
}
.sectionCourseDetail .inner .description {
  margin: 30px 0 60px;
  color: #498f9d;
  font-size: 40px;
  line-height: 1.85;
  letter-spacing: 0.35px;
}
.sectionCourseDetail .inner .description>p {
  text-indent: 20px;
}
.sectionCourseDetail .inner .description>p::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(23px * 1.85 * .18);
  width: 7px;
  height: 23px;
  background: #498f9d;
}
.sectionCourseDetail .inner .content {
  margin: 30px 0;
  letter-spacing: 0px;
}
.sectionCourseDetail .grid.grid-flex {
  display: flex;
  display: -webkit-flex;
}
.sectionCourseDetail .grid .grid-item {
  display: inline-block;
  display: -webkit-inline-block;
  margin: 12.5px 12.5px;
  padding: 7.5px;
  width: calc(200vw / 19.2);
  text-align: left;
  vertical-align: top;
  box-shadow: rgba(212,212,212,0.48) 0px 2px 11px;
  cursor: pointer;
  flex: 1;
}
.sectionCourseDetail .grid .grid-item .item-image {
  display: inline-block;
  display: -webkit-inline-block;
  padding-top: 100%;
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionCourseDetail .grid .grid-item .title {
  margin: 25px 0 8px;
  font-size: 29px;
  line-height: 1.2;
}
.sectionCourseDetail .grid .grid-item .content {
  margin: 8px 0 45px;
  font-size: 17px;
  line-height: 1.4;
}
.sectionCourseDetail .grid .grid-item .btn-detail {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.sectionCourseDetail .grid .grid-item .btn-detail a {
  color: #498f9d;
  font-size: 17px;
}
.sectionCourseDetail .grid .grid-item:nth-child(5n+1) {
  transition-delay: 0ms;
}
.sectionCourseDetail .grid .grid-item:nth-child(5n+2) {
  transition-delay: 50ms;
}
.sectionCourseDetail .grid .grid-item:nth-child(5n+3) {
  transition-delay: 100ms;
}
.sectionCourseDetail .grid .grid-item:nth-child(5n+4) {
  transition-delay: 150ms;
}
.sectionCourseDetail .grid .grid-item:nth-child(5n) {
  transition-delay: 200ms;
}
.sectionCourseDetail .grid.grid-flex {
  flex-flow: column;
  display: block;
  text-align: center;
}
.sectionCourseDetail .grid.grid-flex .grid-item {
  width: calc(50% - 35px);
}
.sectionCourseDetail .grid.grid-flex .grid-item .item-image {
  width: calc(40% - 30px);
  margin-right: 30px;
  padding-top: calc(40% - 30px);
  float: left;
}
.sectionCourseDetail .grid.grid-flex .grid-item .title,
.sectionCourseDetail .grid.grid-flex .grid-item .content,
.sectionCourseDetail .grid.grid-flex .grid-item .detail {
  display: inline-block;
  display: -webkit-inline-block;
  width: calc(60% - 30px);
}
#CourseSection3 {
  width: 100%;
  height: 100vh;
  min-width: 768px;
  min-height: 558px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#CourseSection3 .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
#CourseSection3 .box-center .row .background-blur {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#CourseSection3 .box-center .row .cover {
  display: inline-block;
  display: -webkit-inline-block;
  background-color: rgba(25,26,29,0.85);
  padding: 20px 40px;
}
#CourseSection3 .box-center .title {
  color: #498f9d;
  font-size: 56px;
  text-align: left;
  text-align-last: left;
}
#CourseSection3 .box-center .subtitle {
  padding-left: 10px;
  color: #498f9d;
  font-size: 16.8px;
}
#CourseSection3 .box-center .description {
  color: #ffffff;
  font-size: 16.2px;
  text-align: left;
  text-align-last: left;
}
#CourseSection3 .box-center .content {
  color: #ffffff;
  font-size: 16.2px;
  text-align: left;
  text-align-last: left;
}
#CourseSection4 .title {
  color: #498f9d;
  font-size: 56px;
  text-align: left;
  text-align-last: left;
}
#CourseSection4 .subtitle {
  padding-left: 10px;
  color: #498f9d;
  font-size: 16.8px;
}
#CourseSection4 .description {
  color: #252525;
  font-size: 16.2px;
  text-align: left;
  text-align-last: left;
}
#CourseSection4 .content {
  color: #252525;
  font-size: 16.2px;
  text-align: left;
  text-align-last: left;
}
#CourseSection4 .btn-learn-more-s3 {
  display: inline-block;
  display: -webkit-inline-block;
  color: #498f9d;
  float: right;
}
#CourseSection5 {
  width: 100%;
  min-width: 992px;
  min-height: 100vh;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 40% auto;
}
#CourseSection5 .inner {
  margin: 0px 0 0;
}
#CourseSection5 .inner .box-center-div {
  height: 100vh;
}
#CourseSection5 .inner .box-center-div .box-center {
  width: 100%;
}
#CourseSection5 .inner .title {
  margin: 0px 0 5px;
  font-size: 56px;
}
#CourseSection5 .inner .description {
  margin: 5px 0 80px;
  color: #498f9d;
  font-size: 40px;
  line-height: 1.85;
  letter-spacing: 0.35px;
}
#CourseSection5 .inner .description>p {
  text-indent: 20px;
}
#CourseSection5 .inner .description>p::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(23px * 1.85 * .18);
  width: 7px;
  height: 23px;
  background: #498f9d;
}
#CourseSection5 .inner .content {
  margin: 80px 0 0;
  font-size: 20px;
  word-break: break-all;
}
#CourseSection5 .inner .content li {
  margin-bottom: 20px;
}
#CourseSection6 {
  width: 100%;
  min-width: 992px;
  min-height: 100vh;
  height: 1080px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 748px auto;
  overflow: hidden;
}
#CourseSection6 .inner .left,
#CourseSection6 .inner .right {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  min-height: 100vh;
  height: 1080px;
  vertical-align: top;
}
#CourseSection6 .inner .left {
  width: 45%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
#CourseSection6 .inner .left .title {
  margin: calc(80vw / 19.2) 0;
  color: #ffffff;
  font-size: calc(65vw / 19.2);
  font-weight: bold;
}
#CourseSection6 .inner .left .course-location-filter {
  font-size: 14px;
  font-weight: 400;
}
#CourseSection6 .inner .left .course-location-filter .location-select {
  margin-right: 20px;
}
#CourseSection6 .inner .left .content {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
}
#CourseSection6 .inner .left .content * {
  margin: 0;
}
#CourseSection6 .inner .left .content-title * {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
#CourseSection6 .inner .left .content-date {
  color: #498f9d;
  font-size: 26px;
  line-height: 1.5;
}
#CourseSection6 .inner .right {
  width: 55%;
}
#CourseSection6 .inner .box-center {
  width: 100%;
}
#CourseSection6 .container-fluid {
  padding: 0;
}
#CourseSection6 .course-back {
  columns: 2;
  border-top: #fff 1px solid;
  padding-top: 15px;
}
#CourseSection6 .course-date {
  display: none;
  pointer-events: none;
  columns: 2;
}
#CourseSection6 .course-date.active {
  display: block;
  pointer-events: auto;
}
#CourseSection6 .course-date-item {
  display: inline-block;
  margin-bottom: calc(50vw / 19.2);
  width: 100%;
}
#CourseSection6 .box-center {
  transition: 800ms;
  opacity: 0;
  pointer-events: none;
}
#CourseSection6 .box-center.active {
  opacity: 1;
  pointer-events: auto;
}
#CourseSection6 .grid .grid-item {
  display: inline-block;
  display: -webkit-inline-block;
  position: relative;
  margin-left: 8px;
  width: calc(50% - 10px);
  height: calc(50% - 5px);
  text-align: center;
  vertical-align: top;
  background-color: #498f9d;
}
#CourseSection6 .grid .grid-item .title {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
#CourseSection6 .grid .grid-item .content {
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1;
}
#CourseSection6 .grid .grid-item .content .unit-text {
  font-size: 14px;
  position: relative;
  top: -10px;
  padding: 0 5px;
}
#CourseSection6 .grid .grid-item .remark {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
}
#CourseSection6 .grid .grid-item .hr hr {
  width: 50%;
  border-color: #ffffff;
}
#CourseSection6 .grid .grid-item:nth-child(1),
#CourseSection6 .grid .grid-item:nth-child(2) {
  margin-bottom: 5px;
}
#CourseSection6 .grid .grid-item:nth-child(3),
#CourseSection6 .grid .grid-item:nth-child(4) {
  margin-top: 5px;
}
#CourseSection6 .grid .grid-item.item-location,
#CourseSection6 .grid .grid-item.item-cost,
#CourseSection6 .grid .grid-item.item-quantity,
#CourseSection6 .grid .grid-item.item-contact {
  background-position: center;
  background-repeat: no-repeat;
}
#CourseSection6 .grid .grid-item.item-location {
  background-image: url('./../images/fixed/course/city.png');
  background-size: calc(200vw / 19.2) calc(273vw / 19.2);
}
#CourseSection6 .grid .grid-item.item-cost {
  background-image: url('./../images/fixed/course/fee.png');
  background-size: calc(250vw / 19.2) calc(234vw / 19.2);
}
#CourseSection6 .grid .grid-item.item-quantity {
  background-image: url('./../images/fixed/course/people.png');
  background-size: calc(350vw / 19.2) calc(256vw / 19.2);
}
#CourseSection6 .grid .grid-item.item-contact {
  background-image: url('./../images/fixed/course/wechat.png');
  background-size: calc(301vw / 19.2) calc(280vw / 19.2);
}
#CourseSection6 .btn-course-location {
  border-radius: 6px;
  border: #fff 2px solid;
  color: #fff;
}
#CourseSection6 .btn-course-location.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: #498f9d 2px solid;
}
.letterSectionBanner {
  width: 100%;
  height: 100vh;
  min-width: 992px;
  min-height: 558px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.letterSectionBanner .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
.letterSectionBanner .box-center .title {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.letterSectionBanner .box-center .content {
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.5;
}
.letterSectionSubBanner {
  width: 100%;
  height: 80vh;
  min-width: 992px;
  min-height: 558px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.letterSectionSubBanner .box-center {
  padding: 30px;
  width: 100%;
  text-align: center;
}
.letterSectionSubBanner .box-center .title {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.letterSectionSubBanner .box-center .content {
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.5;
}
.letterSectionContent {
  padding: 120px 0;
}
.letterSectionContent .inner {
  text-align: center;
}
.letterSectionContent .content {
  text-align: center;
  margin: 50px 0;
  color: #191a1d;
}
.letterSectionContent .author {
  margin: 50px 0;
  color: #191a1d;
}
.letterSectionContent .sticker-letter {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 112px;
  height: 86px;
  background-color: transparent;
  background-image: url('./../images/fixed/letter/Letter-comma_LS.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
#LetterSection1.letterSectionContent {
  padding: 30px 0;
}
#LetterSection1.letterSectionContent .row {
  background: url('./../images/fixed/letter/sq.png');
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
}
#LetterSection1.letterSectionContent .title {
  margin: 0px auto;
  padding: 90px 0 0;
  font-family: 'HanyiSentyYongleEncyclopedia';
  color: #517aa6;
  font-size: 48px;
  line-height: 1.3;
}
#LetterSection1.letterSectionContent .vertical-line {
  background: #7ba5bb;
  margin: 30px auto;
  width: 2px;
  height: 40px;
}
#LetterSection1.letterSectionContent .content {
  margin: 30px auto;
  padding: 0 0 90px;
}
#LetterSection3.letterSectionContent .content {
  text-align: left;
}
#LetterSection3.letterSectionContent .content span {
  color: #498f9d;
}
#LetterSection5.letterSectionContent .content {
  font-family: 'CalistoMT-Italic';
  text-align: left;
  font-size: 32px;
  line-height: 1.67;
}
#LetterSection5.letterSectionContent .author {
  font-family: 'CalistoMT-Italic';
  text-align: right;
  font-size: 24px;
  line-height: 1;
}
#ContactSection0.contactSectionBanner {
  height: 50vh;
}
.btn-regist {
  position: fixed;
  right: 0;
  bottom: 60px;
  padding: 20px;
  background-image: url('./../images/fixed/course/Register-s.png');
  background-size: 21px auto;
  background-position: center 20px;
  background-repeat: no-repeat;
  background-color: #000000;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding-top: 60px;
}
.btn-regist:hover,
.btn-regist:focus,
.btn-regist:active {
  color: #ffffff;
  text-decoration: none;
}
