.main-content {
  background: url(../images/new/home-bottom-bg.png);
  background-size: 100%;
  padding-bottom: 50px; }

.banner-inner {
  width: 100%;
  height: 150px;
  background: url("../images/new/banner_bg.jpg");
  background-size: 100%; }
  .banner-inner h1 {
    position: relative;
    font-size: calc(40rem / 16);
    line-height: calc(48rem / 16);
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    padding-left: 45px;
    margin: 0; }
    .banner-inner h1 .h1-icon {
      position: absolute;
      top: 5px;
      left: 0; }

.breadcrumb {
  padding: 15px 0 25px 0; }

#about .home-btn {
  text-align: left;
  padding-left: 0; }
  #about .home-btn .green-btn {
    margin: 0 10px; }

header nav > div:nth-of-type(3) > a:after, header nav > div:hover:nth-of-type(3) > a:after, header nav > div.selected:nth-of-type(3) > a:after {
  width: 38px;
  height: 38px; }

.btn-container {
  margin: 20px 0;
  text-align: left; }

.green-btn.btn-sm {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #55b050;
  padding: 10px 30px;
  border-radius: 8px; }
  .green-btn.btn-sm img {
    width: 20px;
    margin-right: 5px; }
  .green-btn.btn-sm:hover {
    background: #f57e20; }

.content-inner {
  width: calc(100% - 340px); }

.content-side {
  width: 300px; }

.prize {
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden; }
  .prize li {
    display: inline-block;
    margin: 0 1%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 15px 15px 15px 60px;
    text-align: left;
    background-color: #fff;
    background-position: left 10px center; }
    .prize li h3 {
      margin-bottom: 5px; }
    .prize li span {
      font-size: calc(14rem / 16); }
    .prize li:nth-child(4) {
      background-image: url(../images/icons/icon_prize04.png); }

a.more-info-link {
  display: inline;
  color: #f28a36; }
  a.more-info-link:hover {
    color: #f06b00; }

.symptoms-box {
  padding-bottom: 0; }

.right-side-info {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
  float: none;
  clear: both; }
  .right-side-info h3 {
    color: #000 !important; }

.information-step {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .information-step li {
    height: 280px; }
  .information-step .img-thumb {
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .information-step figcaption {
    width: 50%;
    height: 100%;
    background-color: #fff; }
  .information-step figure {
    height: 280px; }
    .information-step figure.flex-fl-left figcaption {
      padding-left: 30px; }
    .information-step figure.flex-fl-right figcaption {
      padding-right: 30px; }

.information-btn {
  display: none;
  text-align: center; }
  .information-btn .more-btn2 {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px; }

#login-panel {
  width: 100%;
  max-width: 850px;
  text-align: center;
  margin: 0 auto 0 auto; }
  #login-panel .tab-menu {
    margin-bottom: 30px; }
    #login-panel .tab-menu li {
      display: inline-block;
      margin: 0 5px; }
      #login-panel .tab-menu li.ui-tabs-active a {
        background-color: #f57e20;
        color: #fff; }
    #login-panel .tab-menu a {
      display: block;
      padding: 0 30px;
      font-size: calc(18rem / 16);
      color: #f57e20;
      line-height: calc(40rem / 16);
      border: 1px solid #f57e20;
      border-radius: 25px; }
  #login-panel .panel-box {
    width: 100%; }
    #login-panel .panel-box .more-btn2 {
      display: inline-block; }
    #login-panel .panel-box .fb-login-container h3 {
      margin-top: 20px; }

.mdl-checkbox.is-upgraded {
  text-align: left; }

.checkbox-item .mdl-radio {
  float: left;
  margin-left: 15px; }

.member-board-container p {
  left: 0;
  width: 100%;
  text-align: center; }

p a {
  color: #f28a36; }
  p a:hover {
    color: #f06b00; }

.athlete-container .intro-right p {
  position: relative;
  float: left;
  width: 100%;
  padding: 17px 33px; }
  .athlete-container .intro-right p:before, .athlete-container .intro-right p:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 17px;
    background: url("../images/new/icon_quote01.png") no-repeat; }
  .athlete-container .intro-right p:before {
    left: 0;
    top: 0; }
  .athlete-container .intro-right p:after {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
.athlete-container .intro-right.include-video p {
  width: calc(100% - 190px); }

.athlete-container .thumb.fl-left {
  overflow: hidden;
  border-radius: 5px; }

.athlete-container .thumb.fl-right {
  width: 160px;
  margin: 0; }

.athlete-container:nth-of-type(even) .thumb {
  margin-left: 40px; }

.athlete-video {
  display: block;
  position: relative;
  overflow: hidden; }
  .athlete-video .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/new/play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    z-index: 2; }


#footer-logo-list {
	display:inline-flex;
	flex-direction:row;
	margin-top:15px;
}
#footer-logo-list a {
	margin-right:30px;	
	display:flex;
	align-items:center;
	justify-content:center;
}

.copyRight {
  margin-top: 25px;
  margin-bottom:10px;
  text-align:right;
  clear: both; }

.video-list > ul li {
  overflow: hidden; }

.bduck-icons {
  width: 100%;
  overflow: hidden; }
  .bduck-icons li {
    float: left;
    width: calc(100% / 6);
    height: 210px;
    line-height: 210px;
    text-align: center;
    padding: 0 10px; }
    .bduck-icons li img {
      vertical-align: middle; }
    .bduck-icons li.width-2 {
      width: calc(100% / 3); }

#term-link {
  position: relative;
  z-index: 6; }

#photo-terms {
  z-index: 5; }

#photo-terms, #video-terms, #photo-terms2, #video-terms2 {
  position: relative;
  top: -100px;
  padding-top: 100px;
  margin-bottom: -100px; }

#photo-duck {
  margin-top: -150px;
  width: 180px; }

.right-deco {
  position: relative; }
  .right-deco h3, .right-deco p {
    width: calc(100% - 300px); }
  .right-deco .right-img {
    position: absolute;
    right: 0;
    top: 0; }

#information-sport-video {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  #information-sport-video li {
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden; }
    #information-sport-video li:nth-child(3n) {
      margin-right: 0; }
    #information-sport-video li p {
      margin-bottom: 0;
      padding: 5px 0;
      background-color: #f57e20;
      color: #fff; }

.lang-en .home-btn .green-btn {
  /*padding:0.5vw 1vw;*/
  font-size: 1vw;
  line-height: 1.2vw; }
  .lang-en .home-btn .green-btn img {
    /*height:1.1vw;*/ }

.lang-en header nav > div > a {
  font-size: calc(13rem / 16); }

.video-list > ul li .uploader {
  max-height: 25px;
  overflow: hidden; }

.undoreset li a {
  color: #f28a36;
  text-decoration: underline; }
  .undoreset li a:hover {
    color: #f06b00; }

.symptoms-box img {
  max-width: 151px; }

.run-table-tr .table-tr {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0; }
  .run-table-tr .table-tr > div {
    background-color: #ffc698;
    padding: 5px 10px;
    margin-bottom: 3px;
    font-size: calc(16rem / 16);
    line-height: calc(26rem / 16);
    color: #000; }
    .run-table-tr .table-tr > div p {
      margin: 0;
      overflow: hidden; }
    .run-table-tr .table-tr > div sup {
      line-height: calc(18rem / 16); }
    .run-table-tr .table-tr > div:nth-of-type(1) {
      width: 180px;
      font-weight: 600; }
    .run-table-tr .table-tr > div:nth-of-type(2) {
      width: calc(100% - 180px); }
    .run-table-tr .table-tr > div .span-width {
      float: left;
      width: 300px; }
  .run-table-tr .table-tr:nth-of-type(even) > div {
    background-color: #ffecdc; }

.run-table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  border: 3px solid #f28a36; }
  .run-table thead td {
    background-color: #f28a36;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    font-size: calc(18rem / 16);
    color: #fff;
    font-weight: 600; }
  .run-table td {
    padding: 5px 10px;
    font-size: calc(16rem / 16);
    line-height: calc(26rem / 16);
    text-align:center;
    vertical-align: middle;
    border: 1px solid #d4d4d4; }
  .run-table td a {
      color:#f28a36;
      text-decoration: underline;
  }
  .run-table td a:hover {
      color:#f06b00;
  }
  .run-table.gender-group tbody td:nth-child(1), .run-table.gender-group tbody td:nth-child(2) {
    color: #0ca3ea; }
  .run-table.gender-group tbody td:nth-child(3), .run-table.gender-group tbody td:nth-child(4) {
    color: #ec2626; }
  .run-table.gender-group tbody tr:nth-child(1) td:nth-child(2) {
    color: #ec2626; }

.run-table-side {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px; }
  .run-table-side td {
    padding: 5px 10px;
    font-size: calc(16rem / 16);
    line-height: calc(26rem / 16);
    border: 1px solid #d4d4d4; }
    .run-table-side td:nth-child(1) {
      background-color: #f28a36;
      font-weight: 600;
      color: #fff;
      border: 0; }

.run-route-list {
  margin-bottom: 30px;
  overflow: hidden; }
  .run-route-list li {
    border: 3px solid #f28a36;
    border-radius: 5px;
    background-color: #f28a36; }
    .run-route-list li p {
      margin: 0;
      color: #fff;
      padding: 5px 0; }

#run-nav {
  background-color: #ffe06d;
  margin-bottom: 10px;
  width: 100%; }
  #run-nav .content-wrap {
    min-height: 0; }
  #run-nav ul {
    width: 100%;
    overflow: hidden; }
    #run-nav ul li {
      height: 50px;
      float: left;
      /*width:calc(100% / 8);*/
      width: calc(100% / 6); }
      #run-nav ul li a {
        display: block;
        line-height: 50px;
        font-size: calc(16rem / 16);
        text-align: center;
        color: #000;
        font-weight: 600; }
        #run-nav ul li a:hover, #run-nav ul li a.selected {
          background-color: #ff7100;
          color: #fff; }
  #run-nav.scrolled {
    position: fixed;
    top: 110px;
    z-index: 4; }
  #run-nav.wishboard-nav ul li {
      width:25%;
  }
  

#run section h2 {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 70px;
  background-position: left 10px top 8px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #00808e;
  font-size: calc(32rem / 16);
  color: #fff; }
  #run section h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 20px 28px 0;
    border-color: transparent #dff2ef transparent transparent; }

#run-nav-toggle {
  position: absolute;
  right: -40px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: url("../images/new/btn_run_nav.png") no-repeat left top;
  border: 0;
  cursor: pointer; }

.run-support-list {
  overflow: hidden; }
  .run-support-list li {
    border: 3px solid #f28a36;
    border-radius: 5px;
    background-color: #f28a36;
    margin-bottom: 30px; }
    .run-support-list li p {
      margin: 0;
      color: #fff;
      padding: 10px;
      text-align: center; }

.home-news ul li h3 a {
  float: none;
  overflow: hidden;
  font-size: initial; }

.pastevent-table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  border: 3px solid #f28a36; }
  .pastevent-table thead td {
    background-color: #f28a36 !important;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    font-size: calc(18rem / 16);
    color: #fff;
    font-weight: 600; }
  .pastevent-table td {
    padding: 10px !important;
    font-size: calc(16rem / 16);
    line-height: calc(26rem / 16);
    text-align:center;
    vertical-align: middle;
    border: 1px solid #fff !important; }
  .pastevent-table tr:nth-of-type(odd) td {
      background-color:#ffc698;
  }
  .pastevent-table tr:nth-of-type(even) td {
      background-color:#ffecdc;
  }
  .pastevent-table td.side {
      background-color: #f28a36 !important;
      color:#fff;
  }
  .pastevent-table thead td p, .pastevent-table td.side p {
      color:#fff;
  }
  .pastevent-table td a {
      color:#f28a36;
      text-decoration: underline;
  }


/*==============
> 1025
===============*/
@media screen and (min-width: 1025px) {
  .lang-en header nav > div ul {
    width: 200px; } }
.lang-en .login-container .table-tr.tr-group > div:nth-of-type(1) {
  line-height: calc(16rem / 16); }

#back-top-fixed {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 60px;
  right: 60px; }
  #back-top-fixed a {
    display: block;
    width: 57px;
    height: 56px;
    background: url("../images/new/back-to-top.png") no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    #back-top-fixed a:hover {
      background-position: left bottom; }

#run .home-news {
  position: static;
  margin: 0 auto;
  float: none;
  border-color: #f28a36;
  max-width: 700px;
  min-height: 0;
  overflow: hidden; }
  #run .home-news .home-news ul {
    float: none; }

.table-container {
  width: 100%; }
  .table-container > label {
    display: none; }
    .table-container > label p {
      padding-left: 25px;
      background: url("../images/new/icon_swipe.png") no-repeat left center; }

#run section {
  position: relative; }

#runRemark {
  position: absolute;
  top: -220px; }

.undoreset table {
  border-collapse: collapse; }
  .undoreset table p {
    margin: 0;
    text-align: left; }

/*==============
1440
===============*/
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .lang-en header nav > div > a {
    padding: 60px 0 0 0;
    font-size: calc(12rem / 16);
    line-height: calc(14rem / 16); } }
@media screen and (max-width: 1200px) {
  /* bug fix only, dont add res code*/
  .home-bottom .home-event .left-photo img, .home-bottom .home-1min .photo a {
    width: auto; } }
/*==============
1024
===============*/
@media screen and (max-width: 1024px) {
  .member-board-container p {
    width: 100%;
    left: 0 !important; }

  header nav > div ul, .content-inner, content-side {
    width: 100%; }

  .information-step li {
    height: auto; }
    .information-step li figure {
      height: auto;
      text-align: center; }
    .information-step li .img-thumb {
      width: 100%;
      max-width: 350px;
      height: 200px;
      margin: 0 auto 10px auto;
      float: none;
      display: inline-block; }
    .information-step li figcaption {
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      text-align: left;
      padding: 0 !important; }

  #infomation .font-sm {
    text-align: left; }

  header nav > div ul {
    padding: 8px 0;
    background-color: #ff7100; }
    header nav > div ul li {
      padding: 0 0 0 10px;
      font-size: calc(16rem / 16); }
      header nav > div ul li ul {
        padding: 8px 0;
        background-color: #ff7100; }

  .symptoms-box img {
    max-width: 151px;
    height: auto; }

  .symptoms-info {
    width: 100%; }

  .banner-inner {
    height: auto;
    padding: 15px 0;
    margin-bottom: 20px; }
    .banner-inner h1 {
      font-size: calc(30rem / 16);
      line-height: calc(40rem / 16);
      background-size: contain;
      background-repeat: repeat-y; }

  .athlete-container .intro-right.include-video p {
    width: 100%; }
  .athlete-container .intro-right.include-video .athlete-video {
    float: none;
    margin: 0 auto; }

  .prize li {
    margin: 0;
    float: left;
    width: 49%;
    margin-bottom: 10px; }
    .prize li:nth-child(even) {
      float: right; }

  header nav {
    max-height: none;}

  .home-news {
    margin-top: 20px; }

  header nav > div a:after {
    transform: scale(0.8); }

  .content-wrap {
    min-height: 0;
    padding-bottom: 30px; }

  .smoke-icon-btn {
    position: static;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    .smoke-icon-btn .btn {
      float: none;
      display: inline-block; }

  #member-slider {
    padding: 20px 0;
    margin-bottom: 0; }
    #member-slider .swiper-slide {
      padding: 0 20px; }

  .user-page {
    padding-left: 0;
    border-left: 0; }

  .user-slide-nav {
    padding-top: 0;
    margin-bottom: 20px;
    border: 1px solid #ececec; }
    .user-slide-nav .user-mobile-menu {
      margin-bottom: 0 !important; }
    .user-slide-nav ul {
      margin-top: 10px; }

  .user-btn {
    display: inline-block; }

  .bduck-icons li {
    width: calc(100% / 4); }
    .bduck-icons li.width-2 {
      width: calc(100% / 2); }

  #photo-duck {
    display: none; }

  .lang-en .home-btn .green-btn {
    padding: 10px 15px;
    font-size: 2vw;
    line-height: 2.4vw; }
    .lang-en .home-btn .green-btn img {
      height: auto;
      /*height:2.2vw;*/ }

  .lang-en header nav > div > a {
    font-size: initial; }

  #run-nav {
    position: fixed !important;
    top: 150px;
    left: -240px;
    width: auto;
    z-index: 4;
    transition: 0.2s;
    -webkit-transition: 0.2s; }
    #run-nav.active {
      left: 0; }
      #run-nav.active #run-nav-toggle {
        background-position: left bottom; }
    #run-nav .content-wrap {
      padding: 0; }
    #run-nav ul {
      width: 240px; }
      #run-nav ul li {
        float: none;
        width: 100%;
        padding: 0;
        height: auto; }
        #run-nav ul li a {
          font-size: calc(16rem / 16);
          line-height: 40px;
          text-align: left;
          padding: 0 15px; }

  #back-top-fixed {
    dsiplay: none !important; }

  #run .list-md-i3 > li:nth-child(5n) {
    margin-right: 3.5%; }
  #run .list-md-i3 > li:nth-child(3n) {
    margin-right: 0%; }

  .run-table-tr .table-tr > div .span-width {
    width: auto;
    margin-right: 3px; }
    .run-table-tr .table-tr > div .span-width:after {
      content: " : "; }

  #runRemark {
    top: -80px; } }
/*===============
767
===============*/
@media screen and (max-width: 767px) {
  .prize li {
    margin: 0;
    float: none;
    width: 100%;
    padding: 5px 5px 5px 70px;
    margin-bottom: 10px;
    background-position: left 15px center; }

  .symptoms-box {
    overflow: hidden; }
    .symptoms-box .symptoms-info {
      width: 100%; }
    .symptoms-box img {
      position: static;
      width: auto;
      text-align: center;
      display: block;
      float: none;
      margin: 0 auto 10px auto;
      max-width: 151px !important; }

  .breadcrumb {
    display: none; }

  .banner-inner h1 {
    font-size: calc(24rem / 16);
    padding-left: 0; }
    .banner-inner h1 .h1-icon {
      display: none; }

  .content-side {
    width: 100%; }

  #login-panel .tab-menu {
    margin-bottom: 15px; }
    #login-panel .tab-menu li {
      margin: 0 2px; }
      #login-panel .tab-menu li a {
        padding: 0 15px;
        font-size: calc(16rem / 16); }

  .login-container .table-tr > div {
    width: 100% !important;
    text-align: left; }

  .video-container > iframe {
    height: 250px; }

  .copyRight {
    margin-top: 10px !important;
    font-size: calc(14rem / 16); }

  .video-list > ul li {
    width: 100% !important;
    margin: 0 0 15px 0; }

  .news-info {
    padding: 15px !important; }

  #footer-nav {
    margin-bottom: 20px !important; }
    #footer-nav li {
      padding: 0 5px !important; }

  .search-container {
    max-width: 100%; }

  .video-list .view-count {
    width: auto !important;
    margin-top: 0 !important; }

  .user-slide-nav li a {
    font-size: calc(16rem / 16); }

  .right-side-info {
    margin-top: 100px; }

  .bduck-icons li {
    width: calc(100% / 2);
    height: auto;
    line-height: 100%;
    margin-bottom: 10px; }
    .bduck-icons li img {
      max-height: 160px; }
    .bduck-icons li.width-2 {
      width: 100%; }

  #top-member-count {
    padding-bottom: 30px !important; }

  .contact-info li.table-tr {
    margin-bottom: 10px; }
    .contact-info li.table-tr > div {
      width: 100% !important;
      padding: 0;
      margin: 0; }

  .right-deco {
    position: relative; }
    .right-deco h3, .right-deco p {
      width: calc(100%); }
    .right-deco .right-img {
      position: static;
      right: 0;
      top: 0;
      width: 120px; }

  #back-top-fixed {
    bottom: 30px;
    right: 0px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  #run section h2 {
    font-size: calc(24rem / 16);
    padding: 0 40px 0 50px;
    line-height: calc(36rem / 16); }

  #run .main-content {
    background-size: 100% !important; }

  .run-table-tr .table-tr > div p {
    font-size: calc(14rem / 16);
    line-height: calc(22rem / 16); }
  .run-table-tr .table-tr > div:nth-of-type(1) {
    width: 130px; }
  .run-table-tr .table-tr > div:nth-of-type(2) {
    width: calc(100% - 130px); }

  .run-table thead td {
    font-size: calc(14rem / 16);
    min-width: 50px;
    height: auto;
    padding: 3px 0; }
  .run-table td {
    padding: 0 3px;
    font-size: calc(14rem / 16);
    line-height: calc(22rem / 16); }

  .run-route-list li {
    width: 48%;
    margin-bottom: 10px; }
    .run-route-list li:nth-child(1) {
      margin-right: 2%; }
    .run-route-list li p {
      font-size: calc(14rem / 16);
      line-height: calc(22rem / 16); }

  #run .green-btn {
    font-size: calc(20rem/16);
    padding: 10px 15px; }
    #run .green-btn img {
      height: 22px; }

  #run .home-news {
    height: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    border: 5px solid #f28a36; }
    #run .home-news h3 {
      font-size: calc(18rem/16); }

  #run .list-sm-i2 > li:nth-child(5n) {
    margin-right: 4%; }
  #run .list-sm-i2 > li:nth-child(3n) {
    margin-right: 4%; }
  #run .list-sm-i2 > li:nth-child(2n) {
    margin-right: 0%; }

  #run section h2:before {
    border-width: 18px 10px 18px 0; }

  #information-sport-video li {
    width: calc( (100% - 20px) / 3);
    margin-right: 10px; } }
/*===============
500
===============*/
@media screen and (max-width: 500px) {
  .home-news {
    margin-top: 25px !important; }

  #information-sport-video li {
    width: 100%;
    margin-right: 0; }

  .lang-en .home-btn .green-btn {
    font-size: calc(16rem / 16);
    line-height: calc(24rem / 16); }
    .lang-en .home-btn .green-btn img {
      height: 24px;
      width: auto;
      margin-right: 10px; }

  #run-video iframe {
    width: 100%;
    height: 300px; }

  .run-table-tr .table-tr > div {
    padding: 2px 10px;
    margin-bottom: 0; }
    .run-table-tr .table-tr > div:nth-of-type(1) {
      width: 100%; }
    .run-table-tr .table-tr > div:nth-of-type(2) {
      position: relative;
      width: 100%; }
      .run-table-tr .table-tr > div:nth-of-type(2) p {
        position: relative;
        padding-left: 13px;
        margin-bottom: 3px; }
        .run-table-tr .table-tr > div:nth-of-type(2) p:before {
          display: none;
          content: " ";
          position: absolute;
          width: 3px;
          height: 3px;
          background-color: #000;
          border-radius: 100%;
          top: 9px;
          left: 5px; }

  .run-support-list li p {
    font-size: calc(14rem / 16);
    line-height: calc(22rem / 16);
    padding: 10px 5px; }

  #information-sport-video li {
    margin-bottom: 10px; }

  .table-container {
    width: 100%;
    overflow-x: auto; }
    .table-container table {
      width: 600px; }
    .table-container > label {
      display: block;
      margin-top: -15px; } }
@media screen and (max-width: 480px) {
  #about .home-btn {
    text-align: center; } }

/*# sourceMappingURL=main4.css.map */



.cert-list{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.file-list li {
    width: 100%;
     border-top: 1px solid #000; 
     border-bottom: 1px solid #000; 
    overflow: hidden;
    padding: 5px 10px;
    /*box-shadow: 0 0 5px rgb(0 0 0 / 20%);*/
    margin-bottom: 10px;
    text-align: justify;
}
.download-file-name {
    width: calc(100%);
    float: left;
}
.file-list li h4 a {
    color: #000;
    /* margin-left: 5px; */
}
.file-list li h4 {
    font-size: calc(18rem / 16);
    line-height: calc(30rem / 16);
    margin: 10px 0;
    font-weight: 600;
    /* width: 100%; */
    clear: both;
}
.file-list li .btn-pdf {
    display: inline-block;
    padding: 10px 20px 10px 40px;
    background-color: #00B0FE;
    color: #000;
    background-image: url(../images/icons/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 24px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 7px;
}
.tobacco-tax-container {
	padding:24px;
	background-color:#eaffdf;
}
.tobacco-tax-column {
	display:flex;
	flex-direction:row;	
}
.tobacco-tax-column h4 {
	font-weight:600;
	font-size:calc(16rem / 16);
}
.tobacco-tax-column > div{
	padding:16px;
	text-align:center;
	flex:1;
}
.tobacco-tax-column table {
	margin:0 auto;
}
.tobacco-tax-column table td {
	vertical-align:middle;
	padding:8px;
}

#tobacco-tax-recommend {
	background-color:#eaffff
}
#tobacco-tax-recommend h4 {
	text-align:left;
	overflow:hidden;
}
#tobacco-tax-recommend h4 img {
	float:left;
	width:40px;
	margin:0 12px 12px 0;
}
#tobacco-tax-step ul {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
#tobacco-tax-step li {
	width:calc(25% - 24px);
	border-radius:16px;
	padding:16px;
	margin:12px;
	position:relative;
}
#tobacco-tax-step li p {
	text-align:center;
	margin:0 0 8px 0;
}
#tobacco-tax-step li h4 {
	font-weight:600;
	font-size:17px;
	text-align:center;
	margin-bottom:8px;
	text-decoration:underline;
}
#tobacco-tax-step li:after {
	content:"";
	position:absolute;
	top:calc(50% - 12px);
	right:-24px;
	width:24px;
	height:24px;
	background:url('../images/icons/icon_arrow_right.svg');
	background-size:cover;
}
#tobacco-tax-step li:nth-last-child(1):after {
	display:none;
}

.tobacco-tax-table {
	width:100%;
	overflow:hidden;
	border:1px solid #f57d1f;	
}
.tobacco-tax-table td {
	width:50%;
	padding:24px;
	overflow:hidden;
	border:1px solid #f57d1f;
	background-color:#fff;
}
.tobacco-tax-table td p {
	padding-left:36px;
	position:relative;
	margin-bottom:0;
}
.tobacco-tax-table td p:before {
	content:"";
	position:absolute;
	left:0;
	width:24px;
	height:24px;	
	background-size:24px;
}
.tobacco-tax-table td:nth-child(1) p:before {
	background-image:url('../images/tobacco_tax/cross.jpg');
}
.tobacco-tax-table td:nth-child(2) p:before {
	background-image:url('../images/tobacco_tax/tick.jpg');
}


.tobacco-tax-table th {
	padding:16px 0;
	background-color:#f57d1f;

}
.tobacco-tax-table th h4 {
	font-size:17px;
	color:#fff;
	font-weight:600;
}