/* RESET All ELEMENT */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td, font, img, small, strong, sub, sup, p, a, dl, dt, dd, ol, ul, li, form, label {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* SPECIAL RESET */
ol, ul {
  list-style: none;
}

/*th,td{font-weight:normal;text-align:left;}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

:focus {
  outline: none;
}

/*============================================
=                    Base                    =
============================================*/
html * {
  max-height: 1000000px;
  /*-webkit-text-size-adjust: 100%;*/
}

a {
  color: #535353;
  text-decoration: none;
}

a, area {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}

img {
  vertical-align: top;
}

/*iframeRwd*/
/*=============================================
=                  All setting               =
=============================================*/
/*=============================================
=                   custom                    =
=============================================*/
.main .bg video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main .kv .block .title_sp {
  display: block;
  position: absolute;
  top: 380px;
  right: 0;
  width: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main .kv .block .title_dec {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  font-size: 36px;
  letter-spacing: 18px;
  color: #fff;
  margin: 6% auto;
}

.main .kv .block .title_dec:before, .main .kv .block .title_dec:after {
  content: '';
  display: block;
  position: absolute;
  width: 70%;
  height: 3px;
}

.main .kv .block .title_dec:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(90%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, transparent 5%, rgba(255, 255, 255, 0.8) 90%);
}

.main .kv .block .title_dec:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 255, 255, 0.8)), color-stop(90%, transparent));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 5%, transparent 90%);
}

.main .kv .block .title_dec h4 {
  margin: 1.5% auto;
}

@-webkit-keyframes linerAni {
  50% {
    background-position: 100% 200%;
  }
}

@keyframes linerAni {
  50% {
    background-position: 100% 200%;
  }
}

.main .page1 {
  padding: 60px 0 0;
  background: #000;
}

.main .page3 {
  padding: 100px 0 0px;
}

.main .page3 .block {
  z-index: 2;
}

.main .page4 {
  background: url(../img/page3_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.main .page5 {
  background: #fff;
}

.main .pageAD {
  background: #f4f4f4;
}

.main .pageAD .coverBox {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(173, 173, 173, 0.1)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 10%, rgba(173, 173, 173, 0.1) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.main .page_dec {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.main .page_dec1 {
  display: block;
  position: absolute;
  top: 5%;
  left: -1%;
  width: 10%;
  height: 47%;
  background: url(../img/page3_dec1.png) 50% 50% no-repeat;
  background-size: 80% auto;
}

.main .page_dec2 {
  display: block;
  position: absolute;
  top: 40%;
  right: -1%;
  width: 7%;
  height: 40%;
  background: url(../img/page3_dec2.png) 50% 50% no-repeat;
  background-size: 80% auto;
}

.main .page .precontBox {
  margin: 0 auto 100px;
}

.main .page .contBox .title_main:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page_icon1.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.main .page .contBox .title_sub1:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page_icon3.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.main .page .contBox .title_sub2:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/page_icon4.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.main .page .contBox .swiperStyle1 .swiper-slide {
  overflow: hidden;
}

.main .page .contBox .swiperStyle1 .swiper-slide .img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle1 .swiper-slide:hover .img {
  -webkit-filter: contrast(0.7);
          filter: contrast(0.7);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle4 {
  width: 100%;
  height: 100%;
}

.main .page .contBox .swiperStyle4 .swiper-slide {
  overflow: hidden;
}

.main .page .contBox .swiperStyle4 .swiper-slide .img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle4 .swiper-slide:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle8 {
  max-width: 98%;
}

.main .page .contBox .swiperStyle8 .swiper-slide {
  overflow: hidden;
}

.main .page .contBox .swiperStyle8 .swiper-slide .img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .contBox .swiperStyle8 .swiper-slide:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .subCont {
  margin: 0 auto;
}

.main .page .subCont h4 {
  color: #001666;
}

.main .page .subCont .coverBox b {
  position: relative;
  display: inline-block;
  text-shadow: none;
  background: #f4f4f4;
  margin: 0 auto 8px;
}

.main .page .subCont_job .coverBox {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(255, 91, 0, 0.1)), to(#be4a00));
  background: linear-gradient(180deg, transparent 10%, rgba(255, 91, 0, 0.1) 50%, #be4a00 100%);
}

.main .page .subCont_job .coverBox b {
  color: #FF5B00;
}

.main .page .subCont_sch {
  margin: 5rem auto 0;
}

.main .page .subCont_sch .coverBox {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(50%, rgba(0, 255, 255, 0.1)), to(#00255c));
  background: linear-gradient(180deg, transparent 10%, rgba(0, 255, 255, 0.1) 50%, #00255c 100%);
}

.main .page .subCont_sch .coverBox b {
  color: #001666;
}

.main .page .txtBox_w .txt1 {
  color: #fff;
}

.fixPage {
  position: relative;
  height: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixScroll {
  position: relative;
  width: 100%;
  background: #000;
}

.fixScroll_wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixScroll_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixScroll_sticky {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixScroll_sticky_container {
  position: relative;
  width: 100%;
}

.fixScroll_sticky_container .fixCont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.fixScroll_sticky_container .fixCont .bg {
  width: 100%;
  background: #000;
}

.fixScroll_sticky_container .fixCont .bg .mask {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 101%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, transparent), color-stop(60%, transparent), color-stop(90%, black));
  background: linear-gradient(180deg, black 0%, transparent 10%, transparent 60%, black 90%);
  pointer-events: none;
}

.fixScroll_sticky_container .fixCont .bg img {
  width: 100%;
}

.fixScroll_sticky_container .fixCont .bg img.pcShow {
  display: block;
}

.fixScroll_sticky_container .fixCont .bg img.tbShow {
  display: none;
}

.fixScroll_sticky_container .fixBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  padding: 3rem 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 91, 0, 0.7);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 2;
}

.fixScroll_sticky_container .fixBox .txtBox {
  text-align: left;
}

.fixScroll_sticky_container .fixBox .txtBox h3 {
  color: #fff;
  letter-spacing: 1px;
}

.fixScroll_sticky_container .fixBox .extendCont {
  text-align: right;
}

.fixScroll_sticky_container .hide {
  opacity: 0;
  pointer-events: none;
}

.fixScroll_sticky_container .hide .fixBox {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0) translate(-50%, -50%);
          transform: translate3d(0, 100px, 0) translate(-50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.fixScroll_sticky_container .active {
  opacity: 1;
  pointer-events: all;
}

.fixScroll_sticky_container .active .fixBox {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0) translate(-50%, -50%);
          transform: translate3d(0, 0px, 0) translate(-50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.view {
  width: 100%;
  height: 800vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.view .box {
  width: 460px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-70%);
          transform: translate(-70%);
}

.view .box p {
  color: #fff;
  letter-spacing: .5px;
}

.preView {
  height: 10px;
}

.part3-info {
  display: block;
}
.part3-info-m {
  display: none;
}

.part3txtbox {
  width: 60%; 
  position: relative; 
  display: inline-block; 
  margin:0px 1.5%; 
  box-sizing: border-box;
}

.pyramid {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

/*=============================================
=                     RWD                   =
=============================================*/
@media screen and (min-width: 1500px) {
  .part3-info {
    display: block;
  }
  .part3-info-m {
    display: none;
  }
  .part3txtbox {
    width: 60%; 
    position: relative; 
    display: inline-block; 
    margin:0px 1.5%; 
    box-sizing: border-box;
  }
  .main .kv .block .title_dec {
    font-size: 46px;
    letter-spacing: 16px;
  }
  .main .page .txt2 p {
    font-size: 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .main .page .coverBox {
    padding: 10rem 1rem .5rem;
  }
  .main .page .coverBox .cover_txt {
    font-size: 22px;
  }
  .main .page1 {
    padding: 100px 0;
  }
  .main .pageEdit .block .edit:before {
    top: 50px;
  }
  .fixScroll_sticky_container .fixCont .bg .mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, black), color-stop(20%, transparent), color-stop(60%, transparent), color-stop(90%, black));
    background: linear-gradient(180deg, black 10%, transparent 20%, transparent 60%, black 90%);
  }
  .fixScroll_sticky_container .fixBox {
    max-width: 1100px;
  }
  .pyramid {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) and (max-height: 600px) {
  .part3-info {
    display: block;
  }
  .part3-info-m {
    display: none;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 80%;
  }
  .pyramid {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .view {
    height: 350vh;
  }
}

@media screen and (max-width: 1100px) and (min-height: 1000px) {
  .part3-info {
    display: block;
  }
  .part3-info-m {
    display: none;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 80%;
  }
  .pyramid {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .fixScroll_sticky_container .fixBox {
    top: auto;
    bottom: -50%;
    z-index: 2;
  }
  .view {
    height: 200vh;
  }
}

@media screen and (max-width: 1100px) {
  .part3-info {
    display: block;
  }
  .part3-info-m {
    display: none;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 80%;
  }
  .pyramid {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .fixScroll_sticky_container .fixBox {
    max-width: 80%;
  }
  .main .kv .block .title_dec {
    font-size: 4vw;
    letter-spacing: 2.4vw;
  }
  .main .page .subCont {
    margin: 0 auto 3rem;
  }
  .main .page .subCont_sch {
    margin: 5rem auto 3rem;
  }
}

@media screen and (max-width: 768px) {
  .main .page4 {
    background: url(../img/m/part3-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .part3-info {
    display: block;
  }
  .part3-info-m {
    display: none;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 80%;
  }
  .pyramid {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .fixScroll_sticky_container .fixCont .bg img.pcShow {
    display: none;
  }
  .fixScroll_sticky_container .fixCont .bg img.tbShow {
    display: block;
  }
  .fixScroll_sticky_container .fixCont .bg .mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, black), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(90%, black));
    background: linear-gradient(180deg, black 15%, transparent 40%, transparent 60%, black 90%);
  }
  .fixScroll_sticky_container .fixBox {
    max-width: 80%;
    padding: 2rem 4rem;
    top: 50%;
    bottom: auto;
  }
  .main .page .txt2 p {
    font-size: 18px;
  }
  .main .page_dec1 {
    width: 80%;
    height: 6%;
    left: -50%;
    top: 5%;
    opacity: .3;
  }
  .main .page_dec2 {
    width: 80%;
    height: 6%;
    right: -50%;
    top: 46%;
    opacity: .5;
  }
}

@media screen and (max-width: 750px) {
  .main .page4 {
    background: url(../img/m/part3-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .part3-info {
    display: none;
  }
  .part3-info-m {
    display: block;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 80%;
  }
  .pyramid {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .main .kv .block .title_sp {
    display: block;
    position: absolute;
    top: 310px;
    right: 0;
    width: 70%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-22%, 0);
  }
  .main .kv .static {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .main .page .extendBtn li {
    text-align: right;
  }
  .main .page .extendBtn li .extendUrl {
    font-size: 22px;
  }
  .main .page .extendCont li .extendUrl {
    line-height: 2.3;
  }
  .main .page1 .extendBtn li {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .main .page4 {
    background: url(../img/m/part3-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .part3-info {
    display: none;
  }
  .part3-info-m {
    display: block;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 80%;
  }
  .pyramid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -25%;
  }
  .main .kv .block .title_sp {
    display: block;
    position: absolute;
    top: 210px;
    right: 0;
    width: 70%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-22%, 0);
  }
  .fixScroll_sticky_container .fixBox {
    padding: .5rem 2.5rem;
  }
  .fixScroll_sticky_container .fixBox .txtBox h3 {
    font-size: 4.5vw;
  }
  .main .page .txt2 p {
    font-size: 3vw;
  }
  .main .page .extendBtn li .extendUrl {
    font-size: 3vw;
  }
  .main .page_dec1 {
    top: 0;
  }
  .main .page_dec2 {
    top: 65%;
  }
  .main .page .contBox .swiperCont .swiperBtn .swiper-button-next {
    right: -10%;
  }
  .main .page .contBox .swiperCont .swiperBtn .swiper-button-prev {
    left: -10%;
  }
  .main .page .contBox .swiperStyle8 {
    max-width: 100%;
  }
  .main .page .coverBox {
    padding: 10rem 1rem .5rem;
  }
  .main .pageEdit .block .edit:before {
    top: 0;
  }
  .main .pageEdit .block .edit .box {
    word-break: keep-all;
  }
}

@media screen and (max-width: 414px) {
  .main .page4 {
    background: url(../img/m/part3-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .part3-info {
    display: none;
  }
  .part3-info-m {
    display: block;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 100%;
  }
  .pyramid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -55%;
  }
  .main .kv .block .title_sp {
    display: block;
    position: absolute;
    top: 170px;
    right: 0;
    width: 70%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-22%, 0);
  }
  .header .menuBox .block {
    top: 50%;
  }
  .fixScroll_sticky_container .fixBox {
    top: 70%;
    padding: .5rem 2rem;
  }
  .fixScroll_sticky_container .fixBox .txtBox h3 {
    font-size: 20px;
    margin: 20px auto 10px;
  }
  .fixScroll_sticky_container .fixCont .bg .mask {
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, transparent), color-stop(60%, transparent), color-stop(90%, black));
    background: linear-gradient(180deg, black 0%, transparent 20%, transparent 60%, black 90%);
  }
  .view {
    height: 300vh;
  }
  .swiper-pagination-group {
    text-align: center;
    margin: 10px;
  }
  .main .kv {
    height: 90vh;
  }
  .main .kv .block .title_dec {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 7px;
  }
  .main .kv .block .title_dec:before, .main .kv .block .title_dec:after {
    height: 2px;
  }
  .main .kv .static {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .main .page {
    padding: 60px 0;
  }
  .main .page .word-break {
    display: block;
  }
  .main .page1 {
    padding: 60px 0 0;
    margin-top: -1px;
  }
  .main .page3 {
    padding: 60px 0 0;
  }
  .main .page4 {
    padding: 60px 0;
  }
  .main .page_dec {
    display: none;
  }
  .main .page .txt1 p {
    font-weight: 400;
  }
  .main .page .txt2 p {
    font-size: 16px;
    line-height: 1.5;
  }
  .main .page .extendBtn {
    margin: 0 auto 4%;
  }
  .main .page .extendBtn li .extendUrl {
    font-size: 16px;
  }
  .main .page .contBox .title_main:before {
    width: 35px;
    height: 35px;
    top: -30px;
  }
  .main .page .contBox .title_sub1:before {
    width: 35px;
    height: 35px;
    top: -20px;
  }
  .main .page .contBox .title_sub2:before {
    width: 35px;
    height: 35px;
    top: -20px;
  }
}

@media screen and (max-width: 375px) {
  .main .page4 {
    background: url(../img/m/part3-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .part3-info {
    display: none;
  }
  .part3-info-m {
    display: block;
  }
  .part3txtbox {
    position: relative; 
    display: block; 
    margin: 1rem auto 3rem; 
    width: 100%;
  }
  .pyramid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -64%;
  }
  .main .kv .block .title_sp {
    display: block;
    position: absolute;
    top: 170px;
    right: 0;
    width: 70%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-22%, 0);
  }
  .fixScroll_sticky_container .fixBox .txtBox h3 {
    font-size: 18px;
  }
  .main .page .txt2 p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=custom.css.map */