
@font-face {
	font-family: 'Oswald';
	src: url('../font/Oswald-Bold.woff2') format('woff');
}
@font-face {
	font-family: 'Play';
	src: url('../font/Play.woff2') format('woff');
}

@font-face {
	font-family: 'BIZ';
	src: url('../font/BIZ-UDMINCHOM.TTC') format('truetype');
}

.tnc-card_abc  h4, .tnc-card_abc  label, .post-detail a{
  font-family: BIZ !important;
}



#header {
  height: 112px;
  padding: 0 48px;
  box-shadow: inset 0 -10px 10px -10px #0000000f;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
#header .warp {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1400px;
  height: 112px;
  display: flex;
  align-items: center;
}
#header img {
  width: 90px;
  height: 90px;
  transform: translateY(-300%);
  transition: transform .5s ease .3s;
}
#header .show {
  transform: translateY(0);
  transition: transform .5s ease .3s;
}




#main{
  width: 1250px;
  height: 600px;
  margin: 212px auto 0;
  position: relative;
  display: flex;
  background-color: #f5f6f7;
}
#main .tip{
  position: absolute;
  width: 154px;
  top: 110px;
  left: 0;
  transform: translateX(-365px);
  opacity: 0;
  transition: transform .5s ease 1.1s;
}
#main .tip img{
  width: 154px;
}
#main .tip_show{
  transform: translateX(-65px);
  opacity: 1;
  transition: transform .5s ease 1.1s;
}
#main .show2 {
  opacity: 1;
  z-index: 1;
  transition: all 1s;
}
#main .show3 {
  display: flex;
}
#main .hide2 {
  opacity: 0 !important;
  z-index: 0 !important;
  transition: all 1s;
}
#main .left {
  width: 600px;
}
#main .left img {
  width: 600px;
  height: 600px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#main .right {
  padding: 20px 196px 20px 48px;
  display: flex;
  align-items: center;
  width: 655px
}

#main .right >div{
  transition: all .5s;
  position: absolute;
  width: 460px;
  height: 350px;
}
#main .right .wrap {
  padding: 48px 24px 0 0;
}
#main .right .title {
  color: #0094ef;
  font-size: 21px;
  font-family: Oswald, sans-serif;
  line-height: 1.1;
  font-weight: bold;
  text-align: left;
}
#main .right h2 {
  color: #000;
  font-size: 46px;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#main .right .label1 {
  color: #0b1a3c;
  font-size: 16px;
  text-align: left;
}

#main .right .sider_control {
  position: absolute;
  width: 500px;
  bottom: -130px;
  display: flex;
  align-items: center;
}


#main .right .sider_control .line {
  margin: 0 48px;
  flex: 1;
  background: #dadada;
  height: 2px;
}

#main .right .sider_control .hide2 {
  display: none;
}


#main .right .hide2 .sider_control {
  display: none;
}


#main .right .sider_control .number {
  font-size: 16px;
}

#main .right .sider_control .inside {
  animation: 7.5s linear 0s 1 normal forwards running fill-progress;
  background: #0b1a3c;
  height: 2px;
  width: 0%;
}

#main .right .sider_control .stop {
  animation-play-state: paused !important;
}

#main .right .control {
  display: flex;
  align-items: center;
}



#main .right i {
  cursor: pointer;
  padding: 0 5px;
  font-style: normal;
  font-size: 16px;
}

#main .right .large {
  font-size: 36px;
}

#main .play {
  width: 100% !important;
}


@keyframes fill-progress {
  0%{width:0%}to{width:100%}
}



#number {
  margin: 50px auto;
  display: flex;
  width: 1150px;
}
#number .block{
  width: 282px;
  height: 257px;
  border-left: 1px solid #dadada;
  padding: 14px 20px;
}
#number .block .top {
  margin-bottom: 10px;
}
#number .block span {
  font-size: 66px;
  font-family: Play;
  font-weight: bold;
}
#number .block p {
  font-size: 18px;
  color: #0b1a3c;
  font-weight: 700;
  margin-right: 50px;
}



@media (max-width:980px){
  #header {
    height: 96px;
    padding: 0;
    box-shadow: inset 0 -10px 10px -10px #0000000f;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  #header .warp {
    margin: 0;
    padding: 22px 24px;
  }
  #header img {
    width: 60px !important;
    height: 60px !important;
    transform: translateY(0);
    transition: transform .5s ease 1.1s;
  }


  #main {
    padding: 0 24px !important;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff !important;
    margin-top: 96px !important;
    height: 200px !important;
    flex-direction: column-reverse;
  }
  #main video {
      height: 200px;
  }
  #main img{
    width: 100% !important;
    height: 382px !important;
  }
  #main .left {
    position: relative;
    width: 100% !important;
    height: 382px;
  }
  #tip {
    display: none !important;
  }
  .right {
    width: 100% !important;
    height: 382px !important;
    background-color: #f5f6f7;
    padding: 48px 24px !important;
  }
  .wrap {
    padding: 0 !important;
  }
  .title {
    margin-bottom: ;: 20px !important;
  }
  h2 {
    font-size: 28px !important;
    margin: 0 0 12px !important;
  }
  #main .right >div{
    max-width: calc(100vw - 96px);
    height: 290px;
  }

  .sider_control {
    max-width: calc(100vw - 96px);
    bottom: -30px !important;
  }

  #number {
    display: block !important;
    padding: 0 24px;
    width: 100%;
  }

  .block {
    float: none !important;  
    border-left: 0 !important;
    border-bottom: 1px solid #dadada;
    width: 100% !important;
    height: inherit !important;
    padding: 30px 20px !important;
  }
}