@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/*泛用表格*/
.t {
  display: table;
}
.t > .t-row {
  display: table-row;
}
.t > .t-row > .t-cell {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 960px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.pic {
  position: relative;
  font-size: 0;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.pic > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.editor {
  word-break: break-all;
}
.editor i {
  font-style: italic;
}
.editor em, .editor b, .editor strong {
  font-weight: bold;
}
.editor img {
  height: auto !important;
}

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

header {
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: right;
  font-size: 0;
  z-index: 8000;
  background-color: #fff;
}
header #logo {
  position: absolute;
  left: 3rem;
  top: 1.2rem;
  line-height: 80px;
}
header nav,
header #social {
  display: inline-block;
  vertical-align: middle;
}
header #social {
  margin-right: 3rem;
}
header #social > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
}
header #social > ul > li a {
  font-size: 1.6rem;
}
header #social > ul > li a .fa {
  color: #044b99;
}

nav {
  margin-right: 2rem;
}
nav .menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
  position: relative;
  min-width: 115px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  nav .menu > li:hover > a {
    color: #044b99;
  }
  nav .menu > li:hover > ul {
    display: block;
  }
  nav .menu > li.active > a {
    color: #044b99;
  }
}
nav .menu > li > a {
  font-size: 1rem;
  display: block;
}
nav .menu > li > a .fa {
  margin-left: 3px;
}
nav .menu > li > ul {
  position: absolute;
  width: 115px;
  float: left;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 3px solid #64b0f6;
  top: calc(100% - 3px);
  display: none;
}
nav .menu > li > ul > li:hover > a {
  background-color: #044b99;
  color: #fff;
}
nav .menu > li > ul > li > a {
  display: block;
  font-size: 1rem;
  color: #044b99;
  line-height: 1.6;
  padding: .5rem 0;
  font-size: .9rem;
  font-weight: thin;
}

h1 {
  text-align: center;
}
h1 p {
  font-size: 2rem;
  display: block;
}
h1:after {
  content: url(../_img/layout/dot.png);
}

.l_more {
  text-align: center;
  margin-top: 1rem;
}
.l_more button,
.l_more a {
  border: none;
  background: none;
  display: inline-block;
}
.l_more button:after,
.l_more a:after {
  content: url(../_img/layout/arrow.png);
  display: inline-block;
  vertical-align: middle;
}
.l_more button span,
.l_more a span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.l_back {
  text-align: center;
  margin-top: 2rem;
}
.l_back a {
  display: inline-block;
}
.l_back a:before {
  content: url(../_img/case/arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.l_back a span {
  font-size: 1rem;
  color: #044b99;
  display: inline-block;
  vertical-align: middle;
}

footer {
  position: relative;
  z-index: 5000;
  background-color: #fff;
}

#footer .container {
  width: 1190px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer .container:after {
  content: '';
  display: table;
  clear: both;
}
#footer .container .item {
  width: 60%;
  float: left;
}
#footer .container .item .logo {
  float: left;
}
#footer .container .item .text1 {
  font-size: 20px;
  font-family: Microsoft JhengHei;
}
#footer .container .item .text2 {
  float: left;
  font-size: 13px;
  color: #666666;
  font-family: Microsoft JhengHei;
}
#footer .container .item .text3 {
  float: left;
  font-size: 13px;
  color: #999999;
  font-family: Microsoft JhengHei;
}
#footer .container .item .text3 br {
  display: none;
}
#footer .container .item2 {
  width: 40%;
  float: left;
}
#footer .container .item2 ul li {
  float: right;
  padding-top: 8px;
}
#footer .container .item2 ul li .phonetext {
  color: #00479e;
  font-size: 20px;
  font-family: Microsoft JhengHei;
}
#footer .container .item2 ul li .phonetext .phone {
  background-color: #00479e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 8px;
}
#footer .container .item2 ul li .text {
  color: #666666;
  font-size: 15px;
  font-family: Microsoft JhengHei;
}
#footer .container .item2 ul li .text .fax {
  font-size: 12px;
  color: #00479e;
}
#footer .container .item2 ul li .text .mail {
  color: #00479e;
  font-size: 15px;
}
#footer .container .item2 ul li .text2 {
  color: #666666;
  font-size: 15px;
  font-family: Microsoft JhengHei;
}
#footer .container .item2 ul li .text2 .map {
  font-size: 15px;
  color: #00479e;
}

#about .bg1 .title {
  font-size: 30px;
  color: #0f0f0f;
  font-family: Microsoft JhengHei;
  text-align: center;
  padding-top: 60px;
}
#about .bg1 .img {
  text-align: center;
}
#about .bg1 .content {
  width: 1190px;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  padding-bottom: 50px;
}
#about .bg1 .content .icon_item {
  width: 100%;
  text-align: center;
}
#about .bg1 .content .text_item {
  width: 98%;
  margin: auto;
  color: #0f0f0f;
}
#about .bg1 .content .text_item .t_1 {
  color: #0f0f0f;
  font-family: Microsoft JhengHei;
  font-size: 24px;
}
#about .bg1 .content .text_item .t_1 .text1 {
  color: #0f0f0f;
  font-family: Microsoft JhengHei;
  font-size: 15px;
  font-weight: 30px;
}
#about .bg1 .content .text_item .t_2 {
  margin-top: 1rem;
}
#about .bg1 .content .text_item .t_2 .text1 {
  font-family: Microsoft JhengHei;
  font-size: 15px;
  font-weight: 30px;
}
#about .bg1 .content .text_item .t_2 .text2 {
  font-family: Microsoft JhengHei;
  font-size: 20px;
}
#about .bg1 .content .text_item .t_2 .text3 {
  font-family: Microsoft JhengHei;
  font-size: 20px;
}
#about .bg1 .content .text_item .t_2 .text4 {
  font-family: Microsoft JhengHei;
  font-size: 15px;
}
#about .bg1 .content .text_item .t_3 {
  font-family: Microsoft JhengHei;
  font-size: 15px;
  margin-top: 1rem;
}
#about .bg1 .content .text_item .date-row {
  margin-top: 2rem;
}
#about .bg1 .content .text_item .date-row .t_4,
#about .bg1 .content .text_item .date-row .t_5,
#about .bg1 .content .text_item .date-row .t_6 {
  float: left;
  width: 33.33333%;
  font-family: Microsoft JhengHei;
  padding-left: 1rem;
  padding-right: 1rem;
}
#about .bg1 .content .text_item .date-row .t_4 p,
#about .bg1 .content .text_item .date-row .t_5 p,
#about .bg1 .content .text_item .date-row .t_6 p {
  font-size: 2rem;
  font-weight: bold;
  color: rgba(4, 75, 153, 0.5);
  font-family: 'Open Sans', sans-serif;
}
#about .bg1 .content .text_item .date-row .t_4 span,
#about .bg1 .content .text_item .date-row .t_5 span,
#about .bg1 .content .text_item .date-row .t_6 span {
  display: block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
#about .bg1 .content .text_item .t_7 {
  font-family: Microsoft JhengHei;
  font-size: 15px;
  line-height: 30px;
  padding-top: 40px;
}
#about .circle_content {
  width: 100%;
  background-color: #ecebeb;
}
#about .circle_content .title {
  font-size: 30px;
  color: #000;
  font-family: Microsoft JhengHei;
  text-align: center;
  padding-top: 60px;
}
#about .circle_content .img {
  text-align: center;
}
#about .circle_content .circle .circle_text {
  width: 50%;
  float: left;
}
#about .circle_content .circle .circle_text .text1 {
  color: #000;
  font-size: 20px;
  text-align: left;
  padding-top: 260px;
  margin-left: 460px;
}
#about .circle_content .circle .circle_text .text2 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin-left: 360px;
  padding-top: 5px;
}
#about .circle_content .circle .circle_text .text3 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin-left: 195px;
  padding-top: 5px;
}
#about .circle_content .circle .circle_text .text4 {
  color: #000;
  font-size: 20px;
  text-align: left;
  margin-left: 210px;
  padding-top: 270px;
}
#about .circle_content .circle .circle_text .text5 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin-left: 210px;
  padding-top: 5px;
}
#about .circle_content .circle .circle_text2 {
  width: 50%;
  float: left;
}
#about .circle_content .circle .circle_text2 .text1 {
  color: #000;
  font-size: 20px;
  text-align: left;
  padding-top: 130px;
  margin-left: 280px;
}
#about .circle_content .circle .circle_text2 .text2 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin-left: 280px;
  padding-top: 5px;
}
#about .circle_content .circle .circle_text2 .text3 {
  color: #000;
  font-size: 20px;
  text-align: left;
  margin-top: -70px;
  margin-left: 550px;
}
#about .circle_content .circle .circle_text2 .text4 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin-left: 355px;
  padding-top: 5px;
}
#about .circle_content .circle .circle_text2 .text5 {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin-left: 415px;
  padding-top: 5px;
}
#about .circle_content .circle .circle_text3 {
  text-align: center;
}
#about .circle_content .circle .circle_text3 .text1 {
  color: #000;
  font-size: 20px;
  text-align: center;
  padding-top: 730px;
}
#about .circle_content .circle .circle_text3 .text2 {
  color: #000;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}
#about .circle_content .circle_img {
  display: block;
  margin: 2rem auto 0;
}
#about .contact {
  background-color: #D8DFE2;
  width: 100%;
}
#about .contact .title {
  font-size: 30px;
  color: #325197;
  font-family: Microsoft JhengHei;
  text-align: center;
  padding-top: 60px;
}
#about .contact .img {
  text-align: center;
}
#about .contact form {
  width: 990px;
  max-width: 100%;
  height: 349px;
  margin: 0px auto;
}
#about .contact form ul.left, #about .contact form ul.right {
  width: 48%;
  float: left;
  margin: 0 1%;
  padding-top: 20px;
}
#about .contact form ul .name {
  text-align: center;
  font-size: 0;
}
#about .contact form ul .name div {
  width: 49%;
  float: left;
  margin-right: 1%;
}
#about .contact form ul .name div label {
  font-size: 15px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  color: #325197;
}
#about .contact form ul .name div input[type="text"] {
  width: 100%;
  height: 41px;
  color: #666666;
  font-size: 15px;
  font-family: Microsoft JhengHei;
  padding-left: 10px;
  border-style: none;
}
#about .contact form ul .name div + div {
  margin-right: 0%;
}
#about .contact form ul .search {
  text-align: center;
  padding-top: 32px;
}
#about .contact form ul .search input[type="text"] {
  width: 100%;
  height: 41px;
  color: #666666;
  font-size: 15px;
  font-family: Microsoft JhengHei;
  padding-left: 10px;
  border-style: none;
}
#about .contact form ul .search label {
  text-align: left;
  display: block;
  margin-bottom: 10px;
  color: #325197;
}
#about .contact form ul .detail {
  text-align: center;
}
#about .contact form ul .detail textarea {
  width: 100%;
  height: 150px;
  color: #666666;
  font-size: 15px;
  font-family: Microsoft JhengHei;
  padding-left: 10px;
  border: 0;
  resize: none;
}
#about .contact form ul .detail label {
  text-align: left;
  display: block;
  margin-bottom: 10px;
  color: #325197;
}
#about .contact form .send {
  text-align: right;
  margin-top: 50px;
  cursor: pointer;
}

#case_detail .container {
  width: 100%;
}
#case_detail .container .menu_area {
  width: 25%;
  height: 1079px;
  background-image: url("../_img/case/leftbg.jpg");
  background-repeat: no-repeat;
  float: left;
}
#case_detail .container .menu_area .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: Microsoft JhengHei;
}
#case_detail .container .menu_area .dot {
  text-align: center;
}
#case_detail .container .menu_area .menubar {
  margin: 0px 170px;
  padding-top: 40px;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .first {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: Microsoft JhengHei;
  width: 199px;
  height: 47px;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .first i {
  font-size: 15px;
  color: #fff;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .first:hover {
  background-color: #00479e;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second {
  display: none;
  margin-left: 40px;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li .second {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: Microsoft JhengHei;
  width: 199px;
  height: 47px;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li .second i {
  font-size: 15px;
  color: #fff;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li .nav_third {
  display: none;
  margin-left: 40px;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li .nav_third .third_li .third {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-family: Microsoft JhengHei;
  width: 199px;
  height: 47px;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li .nav_third .third_li .third i {
  font-size: 15px;
  color: #fff;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li .nav_third .third_li .third:hover {
  background-color: #000;
}
#case_detail .container .menu_area .menubar .nav_first .first_li .nav_second .second_li:hover .nav_third {
  display: block;
}
#case_detail .container .menu_area .menubar .nav_first .first_li:hover .nav_second {
  display: block;
}
#case_detail .container .text_area {
  width: 37.5%;
  height: 1079px;
  float: left;
  background-color: #ecebeb;
  padding: 20px;
}
#case_detail .container .text_area .title {
  font-size: 20px;
  color: #000;
  font-family: Microsoft JhengHei;
  padding-top: 40px;
  text-align: center;
  border-bottom: 2px solid #00479e;
}
#case_detail .container .text_area .text {
  font-size: 15px;
  color: #000;
  font-family: Microsoft JhengHei;
  padding-top: 40px;
}
#case_detail .container .text_area .goback {
  text-align: center;
  font-size: 15px;
  color: #004e97;
  font-family: Microsoft JhengHei;
  padding-top: 40px;
}
#case_detail .container .img_area {
  width: 37.5%;
  height: 1079px;
  float: left;
  background-image: url("../_img/layout/20151122-BM8W8422.jpg");
  background-position: 50% 10%;
}
#case_detail .container .img_area .arrow {
  text-align: center;
  margin-top: 500px;
}
#case_detail .container .img_area .arrow .prev {
  float: left;
}
#case_detail .container .img_area .arrow .next {
  float: right;
}

#banner .banner_slider {
  margin-bottom: 0;
}
#banner .banner_slider .item .bg_img {
  width: 100%;
  padding-bottom: 30%;
  background-size: contain;
}
#banner .banner_slider .slick-prev,
#banner .banner_slider .slick-next {
  margin: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 76px;
  height: 60px;
  background-repeat: no-repeat;
  z-index: 500;
}
#banner .banner_slider .slick-prev:before,
#banner .banner_slider .slick-next:before {
  display: none;
}
#banner .banner_slider .slick-prev {
  background-image: url(../_img/layout/arrow_prev.png);
  left: 1%;
}
#banner .banner_slider .slick-next {
  background-image: url(../_img/layout/arrow_next.png);
  right: 1%;
}

#index #section1 {
  background-image: linear-gradient(to top, #dbdbdb, #f3f3f3);
  padding-top: 4rem;
}
#index #section1 h1 {
  margin-bottom: 4rem;
}
#index #section2 h1 {
  padding: 2rem 0;
  background-color: #044b99;
}
#index #section2 h1 p {
  color: #fff;
}
#index #section2 .players-row {
  padding-bottom: 5px;
  background: #044b99;
}
#index #section2 .players-row > li {
  float: left;
  width: 25%;
  position: relative;
}
#index #section2 .players-row > li span {
  position: absolute;
  opacity: 0;
  font-size: 1.2rem;
  color: #fff;
  line-height: 23px;
  padding: 2%;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s linear;
}
#index #section2 .players-row > li:hover a:after {
  background-color: transparent;
  transition: all .3s linear;
}
#index #section2 .players-row > li:hover a span {
  opacity: 1;
  transition: all .3s linear;
}
#index #section2 .players-row > li a {
  display: block;
  width: 100%;
  padding-bottom: 152.83%;
  position: relative;
}
#index #section2 .players-row > li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s linear;
}
#index #section2 .img2 {
  height: 330px;
  background-attachment: fixed;
}
#index #section3 h1 {
  padding: 2rem 0;
}
#index #section3 .case-row .row1,
#index #section3 .case-row .row2,
#index #section3 .case-row .row3 {
  float: left;
}
#index #section3 .case-row .row1 .bg_img,
#index #section3 .case-row .row2 .bg_img,
#index #section3 .case-row .row3 .bg_img {
  display: block;
  position: relative;
}
#index #section3 .case-row .row1 .bg_img:hover .in,
#index #section3 .case-row .row2 .bg_img:hover .in,
#index #section3 .case-row .row3 .bg_img:hover .in {
  opacity: 1;
  transition: all .3s linear;
}
#index #section3 .case-row .row1 .bg_img .in,
#index #section3 .case-row .row2 .bg_img .in,
#index #section3 .case-row .row3 .bg_img .in {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  opacity: 0;
  transition: all .3s linear;
}
#index #section3 .case-row .row1 .bg_img .in:before,
#index #section3 .case-row .row2 .bg_img .in:before,
#index #section3 .case-row .row3 .bg_img .in:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  visibility: hidden;
}
#index #section3 .case-row .row1 .bg_img .in .txt-row,
#index #section3 .case-row .row2 .bg_img .in .txt-row,
#index #section3 .case-row .row3 .bg_img .in .txt-row {
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
}
#index #section3 .case-row .row1 .bg_img .in .txt-row .date,
#index #section3 .case-row .row2 .bg_img .in .txt-row .date,
#index #section3 .case-row .row3 .bg_img .in .txt-row .date {
  text-align: center;
  font-size: 1rem;
  color: #64b0f6;
  margin-bottom: 1rem;
}
#index #section3 .case-row .row1 .bg_img .in .txt-row .title,
#index #section3 .case-row .row2 .bg_img .in .txt-row .title,
#index #section3 .case-row .row3 .bg_img .in .txt-row .title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: .5rem;
  line-height: 23px;
  padding: 0 10px;
  height: 46px;
  overflow: hidden;
}
#index #section3 .case-row .row1 .bg_img .in .txt-row .detail,
#index #section3 .case-row .row2 .bg_img .in .txt-row .detail,
#index #section3 .case-row .row3 .bg_img .in .txt-row .detail {
  font-size: 1rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #999999;
}
#index #section3 .case-row .row1 {
  width: 21%;
}
#index #section3 .case-row .row1 .img1,
#index #section3 .case-row .row1 .img2 {
  width: 100%;
}
#index #section3 .case-row .row1 .img1 .bg_img,
#index #section3 .case-row .row1 .img2 .bg_img {
  width: 100%;
  padding-bottom: 116.4%;
}
#index #section3 .case-row .row2 {
  width: 21%;
}
#index #section3 .case-row .row2 .img3 {
  width: 100%;
}
#index #section3 .case-row .row2 .img3 .bg_img {
  width: 100%;
  padding-bottom: 199%;
}
#index #section3 .case-row .row3 {
  width: 58%;
}
#index #section3 .case-row .row3 .row3-1 .img4 {
  float: left;
  width: 46%;
}
#index #section3 .case-row .row3 .row3-1 .img4 .bg_img {
  width: 100%;
  padding-bottom: 78.333%;
}
#index #section3 .case-row .row3 .row3-1 .img5 {
  float: left;
  width: 54%;
}
#index #section3 .case-row .row3 .row3-1 .img5 .bg_img {
  width: 100%;
  padding-bottom: 66.7777%;
}
#index #section3 .case-row .row3 .row3-2 .img6 {
  float: left;
  width: 54%;
}
#index #section3 .case-row .row3 .row3-2 .img6 .bg_img {
  width: 100%;
  padding-bottom: 66.6666%;
}
#index #section3 .case-row .row3 .row3-2 .img7 {
  float: left;
  width: 46%;
}
#index #section3 .case-row .row3 .row3-2 .img7 .bg_img {
  width: 100%;
  padding-bottom: 78.222%;
}

.circle {
  width: 1510px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.img1 {
  height: 330px;
  background-attachment: fixed;
}

.wrap {
  width: 100%;
  height: auto;
}

.circle {
  position: relative;
}

.txt-position {
  position: absolute;
  z-index: 30;
}

.txt-1 {
  top: 12%;
  left: 7%;
  opacity: 0;
  transition: .3s ease-in;
  transition-delay: .5s;
}
.txt-1.active {
  opacity: 1;
  transition: .1s ease-out;
}
.txt-1:hover {
  opacity: 1;
}

.txt-2 {
  top: 21%;
  right: 14%;
  opacity: 0;
  transition: .3s ease-in;
  transition-delay: .5s;
}
.txt-2.active {
  opacity: 1;
  transition: .1s ease-out;
}
.txt-2:hover {
  opacity: 1;
}

.txt-3 {
  top: 35%;
  right: 12%;
  opacity: 0;
  transition: .3s ease-in;
  transition-delay: .5s;
}
.txt-3.active {
  opacity: 1;
  transition: .1s ease-out;
}
.txt-3:hover {
  opacity: 1;
}

.txt-4 {
  bottom: 20%;
  right: 24%;
  opacity: 0;
  transition: .3s ease-in;
  transition-delay: .5s;
}
.txt-4.active {
  opacity: 1;
  transition: .1s ease-out;
}
.txt-4:hover {
  opacity: 1;
}

.txt-5 {
  bottom: 19%;
  left: 20%;
  opacity: 0;
  transition: .3s ease-in;
  transition-delay: .5s;
}
.txt-5.active {
  opacity: 1;
  transition: .1s ease-out;
}
.txt-5:hover {
  opacity: 1;
}

.txt-inner {
  width: 210px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #777;
  border-radius: 10px;
  padding: 10px 13px;
}

.arrow-left {
  position: relative;
}
.arrow-left:before {
  content: '';
  border-right: 15px solid #777;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: calc(50% - 8px);
}

.arrow-right {
  position: relative;
}
.arrow-right:before {
  content: '';
  border-left: 15px solid #777;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: calc(50% - 8px);
}

.arrow-down {
  position: relative;
}
.arrow-down:before {
  content: '';
  border-top: 15px solid #777;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 8px);
}

.arrow-top {
  position: relative;
}
.arrow-top:before {
  content: '';
  border-bottom: 15px solid #777;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: calc(50% - 8px);
}

.visible_rwd {
  display: none;
}

#players .head_font {
  background-image: url("../_img/sportsman/topbg.jpg");
  padding: 4rem 0;
}
#players .head_font h1 p {
  color: #fff;
}
#players .players_list > li {
  float: left;
  width: 20%;
}
#players .players_list > li .bg_img {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
#players .players_list > li .bg_img:hover .in {
  opacity: 1;
  transition: all .3s linear;
}
#players .players_list > li .bg_img .in {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  opacity: 0;
  transition: all .3s linear;
}
#players .players_list > li .bg_img .in:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  visibility: hidden;
}
#players .players_list > li .bg_img .in .txt-row {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  padding: 2%;
}
#players .players_list > li .bg_img .in .txt-row .date {
  text-align: center;
  font-size: 1rem;
  color: #64b0f6;
  margin-bottom: 1rem;
}
#players .players_list > li .bg_img .in .txt-row .title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: .5rem;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}
#players .players_list > li .bg_img .in .txt-row .detail {
  font-size: 1rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #999999;
}
#players .players_list > li.no .bg_img {
  background-color: #000;
  text-align: center;
}
#players .players_list > li.no .bg_img .in {
  background-color: #000;
  opacity: 1;
  border: 3px solid #044b99;
}
#players .players_list > li.no .bg_img .in .txt-row {
  text-align: center;
}
#players .players_list > li.no .bg_img .in .txt-row .txt {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

#player_detail #player_top .left,
#player_detail #player_top .right {
  width: 50%;
  height: 0;
  padding-bottom: 57%;
  float: left;
  position: relative;
}
#player_detail #player_top .left .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#player_detail #player_top .right {
  overflow: hidden;
}
#player_detail #player_top .right .content {
  padding: 2rem;
  padding-right: 1rem;
  background-color: #044b99;
  position: absolute;
  width: 100%;
  height: 100%;
}
#player_detail #player_top .right .content .name-row {
  margin-bottom: 2rem;
}
#player_detail #player_top .right .content .name-row .name,
#player_detail #player_top .right .content .name-row .social {
  display: inline-block;
  vertical-align: middle;
}
#player_detail #player_top .right .content .name-row .name .en,
#player_detail #player_top .right .content .name-row .name .ch {
  display: inline-block;
  vertical-align: baseline;
  font-size: 2rem;
  color: #fff;
}
#player_detail #player_top .right .content .name-row .name:after {
  content: url(../_img/layout/dot.png);
  display: block;
  margin-left: 5px;
}
#player_detail #player_top .right .content .name-row .social {
  margin-left: .5rem;
}
#player_detail #player_top .right .content .name-row .social a {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
}
#player_detail #player_top .right .content .name-row .social a .fa {
  font-size: 1rem;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
}
#player_detail #player_top .right .content .detail {
  color: #fff;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow-y: auto;
}
#player_detail #player_top .right .content .detail .editor {
  height: 0;
}
#player_detail .synchronous {
  text-align: center;
}
#player_detail .synchronous li {
  float: left;
  width: 20%;
  padding: 35px;
}
#player_detail .synchronous li .bg_img {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
#player_detail .synchronous li .bg_img:hover .in {
  opacity: 1;
  transition: all .3s linear;
}
#player_detail .synchronous li .bg_img .in {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  opacity: 0;
  transition: all .3s linear;
}
#player_detail .synchronous li .bg_img .in:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  visibility: hidden;
}
#player_detail .synchronous li .bg_img .in .txt-row {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 2%;
}
#player_detail .synchronous li .bg_img .in .txt-row .date {
  text-align: center;
  font-size: 1rem;
  color: #64b0f6;
  margin-bottom: 1rem;
}
#player_detail .synchronous li .bg_img .in .txt-row .title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: .5rem;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
#player_detail .synchronous li .bg_img .in .txt-row .detail {
  font-size: 1rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  color: #999999;
}
#player_detail .synchronous li.no .bg_img {
  background-color: #000;
  text-align: center;
}
#player_detail .synchronous li.no .bg_img .in {
  background-color: #000;
  opacity: 1;
  border: 3px solid #044b99;
}
#player_detail .synchronous li.no .bg_img .in .txt-row {
  text-align: center;
}
#player_detail .synchronous li.no .bg_img .in .txt-row .txt {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

#news {
  padding: 4rem 1rem;
}
#news h1 {
  margin-bottom: 3rem;
}
#news .news-row .news_list-row,
#news .news-row .news_content-row {
  float: left;
}
#news .news-row .news_list-row {
  width: 30%;
}
#news .news-row .news_list-row .news_list .slick-prev,
#news .news-row .news_list-row .news_list .slick-next {
  top: auto;
  bottom: -50px;
}
#news .news-row .news_list-row .news_list .slick-prev:hover:after,
#news .news-row .news_list-row .news_list .slick-next:hover:after {
  color: #64b0f6;
}
#news .news-row .news_list-row .news_list .slick-prev:before,
#news .news-row .news_list-row .news_list .slick-next:before {
  display: none;
}
#news .news-row .news_list-row .news_list .slick-prev {
  left: 40%;
}
#news .news-row .news_list-row .news_list .slick-prev:after {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 2rem;
  color: #044b99;
}
#news .news-row .news_list-row .news_list .slick-next {
  right: 40%;
}
#news .news-row .news_list-row .news_list .slick-next:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 2rem;
  color: #044b99;
}
#news .news-row .news_list-row .news_list li a {
  display: block;
  border-bottom: 1px dashed #cacaca;
  padding: 1rem 0 1rem 1rem;
}
#news .news-row .news_list-row .news_list li a:hover {
  background-color: #044b99;
}
#news .news-row .news_list-row .news_list li a:hover .detail {
  color: #fff;
}
#news .news-row .news_list-row .news_list li a .date {
  color: #64b0f6;
  font-size: 1rem;
}
#news .news-row .news_list-row .news_list li a .detail {
  font-size: 1rem;
  padding-right: 2rem;
  position: relative;
}
#news .news-row .news_list-row .news_list li a .detail:after {
  content: url(../_img/layout/arrow.png);
  position: absolute;
  right: 5px;
  top: 5px;
}
#news .news-row .news_content-row {
  width: 70%;
  padding-left: 2rem;
}
#news .news-row .news_content-row .content {
  border: 1px solid #6e6e6d;
  padding: 5%;
  padding-right: 5px;
  width: 100%;
}
#news .news-row .news_content-row .content .editor {
  height: 600px;
  overflow: auto;
}

#photo {
  background-color: #044b99;
}
#photo h1 {
  padding: 4rem;
}
#photo h1 p {
  color: #fff;
}
#photo .img-row .img_list li {
  width: 16.6666666667%;
  float: left;
}
#photo .img-row .img_list li a {
  display: block;
}
#photo .img-row .img_list li a .bg_img {
  display: block;
  width: 100%;
  padding-bottom: 95.125%;
  height: 0;
}

#case .t {
  width: 100%;
  vertical-align: top;
}
#case .t > .t-row > .t-cell {
  vertical-align: top;
}
#case .left {
  width: 25%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 500;
  padding-top: 100px;
}
#case .left h1 {
  color: #fff;
  margin-bottom: 2rem;
}
#case .left .case_list {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
#case .left .case_list > ul > li:hover > a, #case .left .case_list > ul > li.active > a {
  background-color: #044b99;
  color: #fff;
}
#case .left .case_list > ul > li > a {
  display: block;
  position: relative;
  padding: .5rem 0;
  padding-left: 2rem;
  color: #fff;
  font-size: 0.9rem;
}
#case .left .case_list > ul > li > a:before {
  content: url(../_img/layout/arrow.png);
  position: absolute;
  left: 5px;
  top: 12px;
}
#case .left .case_list > ul > li > ul > li:hover > a, #case .left .case_list > ul > li > ul > li.active > a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#case .left .case_list > ul > li > ul > li > a {
  color: #fff;
  position: relative;
  padding: .5rem 0;
  padding-left: 3rem;
  line-height: 1.6rem;
  display: block;
}
#case .left .case_list > ul > li > ul > li > a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 2rem;
  top: 8px;
  font-size: 1rem;
  line-height: 1.6rem;
}
#case .left .case_list > ul > li > ul > li > ul > li:hover > a, #case .left .case_list > ul > li > ul > li > ul > li.active > a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#case .left .case_list > ul > li > ul > li > ul > li > a {
  color: #fff;
  position: relative;
  padding: .5rem 0;
  padding-left: 4rem;
  line-height: 1.6rem;
  display: block;
}
#case .left .case_list > ul > li > ul > li > ul > li > a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 3rem;
  top: 8px;
  font-size: 1rem;
  line-height: 1.6rem;
}
#case .right {
  width: 100%;
  padding-left: 25%;
  min-height: calc(100vh - 80px);
  background-color: #044b99;
}
#case .right .img-row {
  width: 100%;
}
#case .right .img-row .img_group {
  background-color: #044b99;
}
#case .right .img-row .img_group .item {
  float: left;
  width: 33.3333%;
  position: relative;
}
#case .right .img-row .img_group .item .pic {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 86%;
}
#case .right .img-row .img_group .item:hover .in {
  opacity: 1;
  transition: all .3s linear;
}
#case .right .img-row .img_group .item .in {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: all .3s linear;
}
#case .right .img-row .img_group .item .in:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#case .right .img-row .img_group .item .in .txt-row {
  display: inline-block;
  vertical-align: middle;
  padding: 5%;
}
#case .right .img-row .img_group .item .in .txt-row .title {
  font-size: 1.3rem;
  color: #fff;
}
#case .right .img-row .img_group .item .in .txt-row .l_more {
  font-size: 1rem;
}
#case .right .inner-row {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 80px);
}
#case .right .inner-row .left_txt,
#case .right .inner-row .right_img {
  width: 50%;
}
#case .right .inner-row .left_txt {
  background-image: linear-gradient(to bottom, #ecebeb 10%, #fff 50%, #ecebeb 100%);
}
#case .right .inner-row .left_txt .content {
  padding: 5%;
}
#case .right .inner-row .left_txt .content .title {
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 2px solid #044b99;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
}
#case .right .inner-row .right_img {
  position: relative;
}
#case .right .inner-row .right_img .slick-list,
#case .right .inner-row .right_img .slick-track {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#case .right .inner-row .right_img .case_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
#case .right .inner-row .right_img a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#case .right .inner-row .right_img a .bg_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.p_menu {
  display: none;
}

@media only screen and (max-width: 1366px) {
  header #logo {
    width: 20%;
    top: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  header #social {
    margin-right: 4rem;
  }

  .c_menu {
    display: none;
  }

  .p_menu {
    width: auto;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    text-align: right;
    background-color: #044b99;
    padding: 0;
    margin: 0;
    z-index: 9000;
    padding-top: 80px;
    display: block;
    transition: all .3s linear;
  }
  .p_menu.active {
    right: 0;
    transition: all .3s linear;
  }
  .p_menu .menu {
    display: block;
    width: 100%;
  }
  .p_menu .menu > li {
    width: 100%;
    text-align: right;
    margin: 0;
    width: auto;
    min-width: none;
    display: block;
    line-height: 60px;
  }
  .p_menu .menu > li.active > ul {
    max-height: 800px;
    transition: all .3s ease-in;
  }
  .p_menu .menu > li > a {
    padding: 0 2rem;
    color: #fff;
  }
  .p_menu .menu > li > ul {
    position: static;
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
  }

  #phone_icon {
    display: block;
  }
  #phone_icon .button {
    display: block;
    position: fixed;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9900;
    cursor: pointer;
  }
  #phone_icon .button:before, #phone_icon .button:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  }
  #phone_icon .button:after {
    content: "";
    top: 60%;
  }
  #phone_icon .button.action {
    display: block;
    width: 30px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:before, #phone_icon .button.action:after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #phone_icon .button.action:before {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:after {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
  }

  #index #section3 .case-row .row1 .bg_img .in,
  #index #section3 .case-row .row2 .bg_img .in,
  #index #section3 .case-row .row3 .bg_img .in {
    background: none;
    opacity: 1;
  }
  #index #section3 .case-row .row1 .bg_img .in .txt-row,
  #index #section3 .case-row .row2 .bg_img .in .txt-row,
  #index #section3 .case-row .row3 .bg_img .in .txt-row {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #index #section3 .case-row .row1 .bg_img .in .txt-row .detail,
  #index #section3 .case-row .row2 .bg_img .in .txt-row .detail,
  #index #section3 .case-row .row3 .bg_img .in .txt-row .detail {
    display: none;
  }

  #index .txt-1, #about .txt-1 {
    top: 10%;
    left: 1%;
  }
  #index .txt-2, #about .txt-2 {
    top: 15%;
    right: 5%;
  }
  #index .txt-3, #about .txt-3 {
    top: 25%;
    right: 9%;
  }
  #index .txt-4, #about .txt-4 {
    bottom: 18%;
    right: 17%;
  }
  #index .txt-5, #about .txt-5 {
    bottom: 16%;
    left: 16%;
  }
  #index h4, #about h4 {
    color: #044b99;
  }

  #players .players_list > li .bg_img .in {
    opacity: 1;
    background: none;
  }
  #players .players_list > li .bg_img .in .txt-row {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #players .players_list > li .bg_img .in .txt-row .title {
    text-align: center;
  }
  #players .players_list > li .bg_img .in .txt-row .detail {
    display: none;
  }

  #player_detail .synchronous li .bg_img .in {
    opacity: 1;
    background: none;
  }
  #player_detail .synchronous li .bg_img .in .txt-row {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #player_detail .synchronous li .bg_img .in .txt-row .title {
    text-align: center;
  }

  #case .right .img-row .img_group .item .in {
    opacity: 1;
    background: none;
  }
  #case .right .img-row .img_group .item .in .txt-row {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #case .right .img-row .img_group .item .in .txt-row .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #index #section3 .case-row .row1,
  #index #section3 .case-row .row2 {
    width: 50%;
  }
  #index #section3 .case-row .row3 {
    width: 100%;
  }

  #index .window_txt, #about .window_txt {
    display: none;
  }
  #index .about_rwd, #about .about_rwd {
    text-align: center;
  }
  #index .rwd_txt, #about .rwd_txt {
    text-align: center;
  }
  #index .rwd_txt ul, #about .rwd_txt ul {
    height: 90px;
    border: 2px solid #777;
    border-radius: 8px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
  }
  #index .rwd_txt ul li, #about .rwd_txt ul li {
    color: #000;
  }
  #index .rwd_txt h4, #about .rwd_txt h4 {
    font-weight: bold;
    font-size: 1.1rem;
  }
  #index .rwd-txt-1, #index .rwd-txt-2, #index .rwd-txt-3, #index .rwd-txt-4, #index .rwd-txt-5, #about .rwd-txt-1, #about .rwd-txt-2, #about .rwd-txt-3, #about .rwd-txt-4, #about .rwd-txt-5 {
    display: none;
  }
  #index .rwd-txt-1.active, #index .rwd-txt-2.active, #index .rwd-txt-3.active, #index .rwd-txt-4.active, #index .rwd-txt-5.active, #about .rwd-txt-1.active, #about .rwd-txt-2.active, #about .rwd-txt-3.active, #about .rwd-txt-4.active, #about .rwd-txt-5.active {
    display: block;
  }

  header #logo {
    width: 50%;
  }

  #about .bg1 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #about .bg1 .content .icon_item,
  #about .bg1 .content .text_item {
    width: 100%;
  }
  #about .bg1 .content .icon_item {
    text-align: center;
  }

  #about .container .bg1 .content {
    width: 768px;
  }
  #about .container .bg1 .content .icon_item,
  #about .container .bg1 .content .text_item {
    width: 100%;
  }
  #about .container .circle_content .circle .circle_text {
    width: 200px;
  }
  #about .container .circle_content .circle .circle_text .text1 {
    margin-left: 0px;
    padding-top: 230px;
    font-size: 15px;
  }
  #about .container .circle_content .circle .circle_text .text2 {
    font-size: 10px;
    margin-left: 0px;
    width: 150px;
  }
  #about .container .circle_content .circle .circle_text .text3 {
    font-size: 10px;
    margin-left: 0px;
    width: 150px;
  }
  #about .container .circle_content .circle .circle_text .text4 {
    margin-left: 380px;
    font-size: 15px;
    padding-top: 260px;
    width: 150px;
  }
  #about .container .circle_content .circle .circle_text .text5 {
    margin-left: 390px;
    width: 150px;
    font-size: 10px;
  }
  #about .container .circle_content .circle .circle_text2 {
    width: 200px;
  }
  #about .container .circle_content .circle .circle_text2 .text1 {
    font-size: 15px;
    padding-top: 450px;
    margin-left: 250px;
    width: 150px;
  }
  #about .container .circle_content .circle .circle_text2 .text2 {
    font-size: 10px;
    width: 100px;
    margin-left: 260px;
  }
  #about .container .circle_content .circle .circle_text2 .text3 {
    font-size: 15px;
    margin-top: -110px;
    margin-left: 10px;
  }
  #about .container .circle_content .circle .circle_text2 .text4 {
    font-size: 10px;
    width: 100px;
    margin-left: 5px;
  }
  #about .container .circle_content .circle .circle_text2 .text5 {
    font-size: 10px;
    width: 100px;
    margin-left: 5px;
  }
  #about .container .circle_content .circle .circle_text3 .text1 {
    font-size: 15px;
  }
  #about .container .circle_content .circle .circle_text3 .text2 {
    font-size: 10px;
  }
  #about .container .contact form ul {
    width: 100%;
  }
  #about .container .contact form ul .name input[type="text"] {
    width: 370px;
  }
  #about .container .contact form ul .search input[type="text"] {
    width: 740px;
  }
  #about .container .contact form ul .detail textarea {
    width: 740px;
  }

  #players .players_list > li {
    width: 33.33333%;
  }

  #player_detail #player_top .right .content .name-row .name .ch,
  #player_detail #player_top .right .content .name-row .name .en {
    font-size: 1.3rem;
  }

  .about_window {
    display: none !important;
  }

  .visible_rwd {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  header #logo,
  header #social {
    display: block;
    position: static;
    margin: 0;
    float: none;
    text-align: left;
    width: 60%;
    line-height: normal;
    margin: 1rem 0;
  }
  header #logo a {
    display: block;
  }
  header #social {
    display: none;
  }
  header #social > ul {
    white-space: nowrap;
  }

  #index #section1 h1 {
    margin-bottom: 2rem;
  }
  #index #section1 .img1 {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #index #section1 .rwd_txt ul {
    height: 135px;
  }
  #index #section2 .players-row > li {
    width: 50%;
  }
  #index #section3 .case-row .row1,
  #index #section3 .case-row .row2 {
    width: 100%;
  }
  #index #section3 .case-row .row3 .row3-1 .img4,
  #index #section3 .case-row .row3 .row3-1 .img5,
  #index #section3 .case-row .row3 .row3-1 .img6,
  #index #section3 .case-row .row3 .row3-1 .img7,
  #index #section3 .case-row .row3 .row3-2 .img4,
  #index #section3 .case-row .row3 .row3-2 .img5,
  #index #section3 .case-row .row3 .row3-2 .img6,
  #index #section3 .case-row .row3 .row3-2 .img7 {
    width: 100%;
  }

  #footer .container .item,
  #footer .container .item2 {
    width: 100%;
    float: none;
  }
  #footer .container .item {
    margin-bottom: 1rem;
  }
  #footer .container .item .logo {
    float: none;
    text-align: center;
    margin-bottom: .5rem;
  }
  #footer .container .item .text1,
  #footer .container .item .text2 {
    text-align: center;
  }
  #footer .container .item .text2 {
    margin-bottom: 1rem;
    padding: 0;
    float: none;
  }
  #footer .container .item .text3 {
    float: none;
    padding: 0;
    text-align: center;
  }
  #footer .container .item .text3 br {
    display: block;
  }
  #footer .container .item2 ul li {
    float: none;
    padding: 0;
    text-align: center;
  }
  #footer .container .item2 ul li span {
    display: block !important;
  }
  #footer .container .item2 ul li span .fa {
    margin-right: 5px;
  }

  #about .rwd_txt ul {
    height: 135px;
  }
  #about .contact form ul.left, #about .contact form ul.right {
    float: none;
    width: 98%;
    margin: auto;
  }
  #about .bg1 .content .text_item .date-row .t_4,
  #about .bg1 .content .text_item .date-row .t_5,
  #about .bg1 .content .text_item .date-row .t_6 {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  #about .bg1 .content .text_item .date-row .t_4 span,
  #about .bg1 .content .text_item .date-row .t_5 span,
  #about .bg1 .content .text_item .date-row .t_6 span {
    border: none;
  }

  #players .players_list > li {
    width: 50%;
  }

  #player_detail #player_top .right,
  #player_detail #player_top .left {
    width: 100%;
    padding: 0;
    height: auto;
    float: none;
  }
  #player_detail #player_top .left .bg_img {
    position: static;
    padding-bottom: 150%;
  }
  #player_detail #player_top .right .content {
    position: static;
  }
  #player_detail #player_top .right .content .detail {
    padding: 0;
    height: auto;
  }
  #player_detail #player_top .right .content .detail .editor {
    height: auto;
  }

  #news .news-row .news_list-row,
  #news .news-row .news_content-row {
    width: 100%;
    padding: 0;
  }
  #news .news-row .news_list-row {
    padding-bottom: 5rem;
  }
  #news .news-row .news_content-row .content .editor {
    height: auto;
  }

  #photo .img-row .img_list li {
    width: 50%;
  }

  #case .left,
  #case .right {
    width: 100%;
    position: static;
    padding: 0;
    min-height: auto;
  }
  #case .left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #case .right .img-row .img_group .item {
    width: 50%;
  }
  #case .right .inner-row {
    display: block;
  }
  #case .right .inner-row .t-row {
    display: block;
  }
  #case .right .inner-row .left_text,
  #case .right .inner-row .right_img {
    width: 100%;
    height: auto;
    display: block;
  }
  #case .right .inner-row .right_img a .bg_img {
    position: static;
    width: 100%;
    padding-bottom: 150%;
  }

  #player_detail .synchronous li {
    padding: 0;
    width: 50%;
  }
}

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