.txt_aqua {
	color:#0bb0d3;
}
/* Main 2024 */
.mainWrap .title_box {
  margin-bottom: 50px;
}
.mainWrap .title_box h1 {
  display: block;
  color: #000;
  font-size: 42px;
  font-weight: 600;
  text-transform: bestgame_areamainuppercase;
  text-align: center;
}
.main_section_story .title_box h1 {
  display: block;
  color: #000;
  font-size: 3.6em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.main_section_top {
  position: relative;
  display: block;
  width: 100%;
	background: url(../../images/main/main_bestgame_bg.jpg) no-repeat top center;
	background-size: cover;
  padding: 70px 0 70px 0;
}
.main_section_top .inner {
  display: block;
  min-width: 1300px;
  text-align: center;
  margin: 0 auto;
}
.bestgame_area {
	width:1350px;
  text-align: center;
	margin:0 auto;
}
.bestgame_area .txt_box  {
  display: block;
	max-width: 1000px;
	margin: 0 auto 35px auto;
}
.bestgame_area .txt_box h3.title  {
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
  letter-spacing: -0.3px;
}
.bestgame_area .txt_box span {
	font-weight: 500;
}
.bestgame_area .bestgame_list {
	display: block;
  align-items: center;
  width: 100%;
  min-width: 1300px;
  text-align: center;
  margin: 15px auto 0 auto;
}
.bestgame_area .bestgame_list .item_list {
	display: flex;
	width:100%;

}
.bestgame_area .bestgame_list .game_item {
  position: relative;
  display: inline-block;
  width: 440px;
  height: 580px;
}
.bestgame_area .bestgame_list .game_item .txt_box {
	display: none;
}
.bestgame_area .bestgame_list .gameBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 546px;
  background: url(../../images/main/main_bestgame_box.png) no-repeat center center;
  background-size: 380px 546px;
  padding: 17px 17px 15px 17px;
  border-radius: 34px;
  box-shadow: -8px 0 35px rgba(0, 0, 0, 0.25);
  transition: ease-in-out 0.3s;
}
.bestgame_area .bestgame_list .gameBox .title_img {
  margin: 15px 0 5px 0;
}
.bestgame_area .bestgame_list .gameBox .title_img img {
  width: auto;
  height: 50px;
}
.bestgame_list .gameBox:hover {
  width: 400px;
  height: 575px;
  background-size: 400px 575px;
}
.bestgame_list .gameBox {
  &.on {
    width: 400px;
    height: 575px;
    background-size: 400px 575px;
  }
}

.bestgame_area .bestgame_list .gameBox .game_info {
  display: block;
  text-align: center;
  padding: 0 20px;
  margin: 0px auto 0 auto;
}
.bestgame_area .bestgame_list .gameBox .game_info .game_info_top {
  width: 100%;
  background: #0bb0d3;
  border-radius: 17px;
  padding: 15px;
  margin: 0 0 30px 0;
}
.bestgame_area .bestgame_list .gameBox.pb .game_info .game_info_top {
  background: #6b52b4;
}
.bestgame_area .bestgame_list .gameBox .game_info .game_info_top > * {
  color: #fff;
  font-size: 1em;
}
.bestgame_area .bestgame_list .gameBox .game_info .game_info_top h2 {
  font-size: 1.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.bestgame_area .bestgame_list .gameBox .game_info .coin_box h3.title {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}
.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price {
  color: #000;
  font-size: 58px;
	line-height: 1;
  font-family: 'Bebas Neue', cursive;
}
.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price em {
	display: inline-block;
  color: #000;
  font-size: 22px;
  padding-left: 4px;
	white-space: nowrap;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box {
	margin:5px 0 0 0;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box > div {
  display: inline-block;
	height: 20px;
  min-width: 18px;
  margin: 5px 0 0px 0;
	overflow: hidden;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box .time:first-child {
	width:58px;
	text-transform: uppercase;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box .time strong {
	font-size:14px;
	font-weight: normal;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box .txt {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-family: 'Lato';
}
.bestgame_area .bestgame_list .gameBox .btn_center {
  margin-top: 30px;
}
.bestgame_area .bestgame_list .gameBox .btn_center .btn_play {
  display: inline-block;
  width: 200px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #888;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 0px 7px 10px 7px;
}
.bestgame_area .bestgame_list .gameBox .btn_center .btn_play:hover {
  color: #0bb0d3;
  border: 1px solid #0bb0d3;
}

.bestgame_area .bestgame_list .gameBox .game_info .games {
	display: block;
	width:90%;
	border-top:1px dashed #d4d4d4;
	padding:7px 0 0 0;
	margin:10px auto 0 auto;
}
.bestgame_area .bestgame_list .gameBox .game_info .games a {
	display: inline-block;
	color:#888;
	font-size:14px;
}
.bestgame_area .bestgame_list .gameBox .game_info .games a:hover {
	color:#0bb0d3;
	text-decoration: underline;
}
.bestgame_area .bestgame_list .gameBox .game_info .games span {
	display: inline-block;
	height:12px;
	width:1px;
	background: #d4d4d4;
	margin:0 8px;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box .txt1 {
  top: 150px;
  font-size: 14px;
  color: #666666;
  display: block;
  width: 100%;
	margin-top:10px;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box {
  border: none;
  padding: 0;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box .total {
	font-size: 16px;
	font-weight: 500;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box .total strong {
	font-size: 16px;
  padding-left: 10px;
}
.bestgame_area .bestgame_list .gameBox.numbers {
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item {
  display: block;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 12px 15px 12px 10px;
  margin: 0 0 12px 0;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item:hover {
  background: #e1f4db;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_info {
  margin: 0 auto;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a > * {
  display: inline-block;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_img {
  width: 75px;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item .game_img img {
  width: 70px;
  height: auto;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings {
  width: 120px;
	font-weight: 500;
	font-size: 38px;
	font-family: 'Bebas Neue', cursive;
	color: #000;
	text-align: right;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings strong {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings em {
  font-size: 16px;
	font-weight: 500;
	padding-left: 2px;
}

.main_section_games {
  background: #f9f9f9;
  padding: 70px 0 70px 0;
}
.main_section_games .inner {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}
.main_section_games .title_box {
  display: block;
  text-align: center;
}
.main_section_games .title_box h1 {
  display: block;
  color: #000;
  font-size: 42px;
  font-weight: 600;
	letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
}
.main_section_games .title_box h3 {
	color:#666;
  font-size: var(--font-size-lg);
	line-height: 1.4;
  margin: 10px 0 0 0;
}
.main_section_games .game_cont {
  display: block;
  padding: 20px 0 0 0;
}
.main_section_games .game_cont li {
  display: flex;
  justify-content: space-between;
}
.main_section_games .game_cont li .item {
  width: 30%;
  min-height: 330px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.04);
  padding: 20px 0px 0px 0px;
  margin: 0 0 50px 0;
}
.main_section_games .game_cont .title {
  color: #111;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  padding: 5px 0 15px 0;
  margin: 0 10px 10px 10px;
}
.main_section_games .game_cont .item.cate {
  background: none;
  box-shadow: none;
  margin-top: 10px;
}
.main_section_games .game_cont .item.cate .game_cate {
  display: inline-block;
  text-align: left;
  margin-left: 20%;
  transform: translateX(-50%);
}
.main_section_games .game_cont .item.cate .game_cate .title {
  display: block;
  color: #0bb0d3;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  margin: 0px 0 10px 0;
}
.main_section_games .game_cont .item.cate .game_cate h3 {
  margin: 0 0 20px 0;
}
.main_section_games .game_cont .item.cate .game_cate h3 a {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  transition: ease-in-out 0.3s;
}
.main_section_games .game_cont .item.cate .game_cate h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #0bb0d3;
}
.main_section_games .game_cont .item.cate .game_cate h3 a:hover {
  color: #0bb0d3;
}
.main_section_games .game_cont .item.cate .game_cate h3 a:hover:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: #0bb0d3;
  transition: ease-in-out 0.3s;
}
.main_section_games .game_cont .item.popular {
  width: 38%;
	max-width:440px;
	background: #1d4676;
	padding:12px 0 0 0;
}
.main_section_games .game_cont .item.popular .title {
	font-size:18px;
}
.main_section_games .game_cont .item.popular .title, 
.main_section_games .game_cont .item.coin .title {
	color: #fff;
	margin: 0px;
	border-bottom: none;
}
.main_section_games .game_cont .item.popular .game_list {
	display: flex;
  justify-content: space-around;
	width:100%;
  text-align: center;
  padding:8px 0px 0 0px;
  overflow: hidden;
}
.main_section_games .game_cont .item.popular .game_list ul {
	width:96%;
	margin:0 auto;
}
.main_section_games .game_cont .item.popular .game_list li {
  display: inline-block;
  width: 45%;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 16px 0 16px 0;
  margin: 0 2% 15px 2%;
}
.main_section_games .game_cont .item.popular .game_list li:nth-child(2) {
	background: url(../../images/main/popular_game_bg01.png) no-repeat center center;
  background-size:cover;
}
.main_section_games .game_cont .item.popular .game_list li:nth-child(3) {
	background: url(../../images/main/popular_game_bg02.png) no-repeat center center;
  background-size:cover;
}
.main_section_games .game_cont .item.popular .game_list li .game_logo img {
  width: auto;
  height: 60px;
}
.main_section_games .game_cont .item.popular .game_list li h3 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
	line-height: 1.4;
}
.main_section_games .game_cont .item.popular .game_list li:nth-child(2) h3,
.main_section_games .game_cont .item.popular .game_list li:nth-child(3) h3 {
	color:#fff;
}
.main_section_games .game_cont .item.fun {
	background: url(../../images/main/scratch_game_bg.png) no-repeat bottom center;
  background-size:cover;
	box-shadow: none;
}
.main_section_games .game_cont .item.fun .title {
	padding: 5px 0 20px 0;
	margin: 0 10px 0px 10px;
}
.main_section_games .game_cont .item.fun .game_list li {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px auto;
	overflow: hidden;
}
.main_section_games .game_cont .item.fun .game_list .game img {
  height: auto;
  border: 0px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
.main_section_games .game_cont .item.fun .game_list a:nth-child(4) .game {
	position: relative;
}
.main_section_games .game_cont .item.fun .game_list a:nth-child(4) .game:after {
	content: '';
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height: 100%;	
	background: rgba(0,0,0,0.7);
}
.main_section_games .game_cont .item.coin,
.main_section_games .game_cont .item.language {
  text-align: center;
}
.main_section_games .game_cont li:nth-child(2) {
	display: flex;
	text-align: center;
}
.main_section_games .game_cont li:nth-child(2) .item {
	min-height: 320px;
	margin:0;
}
.main_section_games .game_cont li:nth-child(2) .item:nth-child(1) {
	order:1;
}
.main_section_games .game_cont li:nth-child(2) .item:nth-child(2) {
	order:3;
}
.main_section_games .game_cont li:nth-child(2) .item:nth-child(3) {
	order:2;
	width: 34.5%;
}
.main_section_games .game_cont li .item.price {
  width: 33%;
  text-align: center;
  padding: 20px 5px 0 5px;
}
.main_section_games .game_cont .item.price .title {
	padding: 0 0 15px 0;
  margin: 0 10px 0px 10px;
}
.main_section_games .game_cont li .item.price ul {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.main_section_games .item.price .game_list ul li {
	display: flex;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 15px;
	margin:0;
}

.main_section_games .game_cont .item.coin {
	background: url(../../images/main/main_games_coin.png) no-repeat center top;
	background-size: 350px 320px;
	box-shadow: none;
}
.main_section_games .game_cont .item.language {
  background: url(../../images/main/main_games_language.png) no-repeat center bottom;
	background-size: 350px 320px;
	box-shadow: none;
}
.main_section_games .game_cont .item.language .title {
	border:none;
}
.tabcoin {
	height: 245px;
	margin: 0 13px 0px 13px;
	border: 1px solid #eaeaea;
	overflow: scroll;
	overflow-x: hidden;
}
.tabcoin table {
	width:98%;
}
.tabcoin table thead {
	height: 34px;
	background: #fafafa;
	line-height: 2.4;
}
.tabcoin table th {
	line-height: 1.2;
	text-align: center;
}
.tabcoin table td {
	text-align: left;
}
.tabcoin table tr,
.tabcoin table td {
	color:#777;
	padding:4px 10px;
	font-size:13px;
	line-height: 1.2;
}
.tabcoin table td:first-child {
	width:15%;
	text-align: center;
}
.tabcoin table td:nth-child(3) {
	color:#000;
}
.tabcoin table td:nth-child(4) {
	text-align: right;
}
.tabcoin table td a {
	color:#111;
}
.tabcoin table td a:hover {
	text-decoration: underline;
}

.main_slide_wrap {
  background: #f2f3f4;
  border-top: 2px solid #fff;
  padding: 70px 0;
  height: 450px;
}
.main_slide_wrap .slideBox {
  position: relative;
  width: 96%;
  max-width: 1300px;
  text-align: center;
	padding:0 2%;
  margin: 0 auto;
}
.main_slide_wrap .swiper-container {
	padding:0 20px;
  overflow: hidden;
}
.main_slide_wrap .slideBox .btns {
}
.main_slide_wrap .slideBox .btns .btn_prev {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: -15px;
  width: 44px;
  height: 44px;
  z-index: 2;
  background: url(../../images/main/main_gameslide_prev.png) no-repeat center;
  background-size: 34px 34px;
	cursor: pointer;
}
.main_slide_wrap .slideBox .btns .btn_next {
  position: absolute;
  display: inline-block;
  top: 40%;
  right: -12px;
  width: 44px;
  height: 44px;
  z-index: 2;
  background: url(../../images/main/main_gameslide_next.png) no-repeat center;
  background-size: 34px 34px;
	cursor: pointer;
}

.main_slide_wrap .swiper-slide {
  display: inline-block;
  height: 280px;
  text-align: center;
  border-radius: 3px;
}
.main_slide_wrap .swiper-slide img {
	width: 180px !important;
	height: auto;
	display: flex;
	margin: 0 auto;
}
.main_slide_wrap .swiper-slide a {
	display: block;
	width:220px;
	height: 280px;
	background: #fff;
	border:1px solid #f1f1f1;
	border-radius: 10px;
	padding: 25px 5px 10px 5px;
}
.main_slide_wrap .slideBox .slide_item .imgs {
  padding: 0 0 10px 0;
	margin:10px 0 0 0;
}
.main_slide_wrap .slideBox .slide_item .txt_cate {
	display: block;
	text-align: left;
	margin:0 15px 0 15px;
}
.main_slide_wrap .slideBox .slide_item .txt_cate span {
	display: inline-block;
	color:#fff;
	font-size:14px;
	text-align: center;
	background: #989ca0;
	border-radius: 30px;	
	line-height: 1.2;
	text-transform: uppercase;
	padding:4px 10px;
}
.main_slide_wrap .slideBox .slide_item .txt {
  display: block;
  color: #111;
  font-size: 16.5px;
	font-weight: 500;
  text-transform: uppercase;
}
.main_slide_wrap .slideBox .slide_item em {
  display: block;
  color: #888;
  font-size: 15.5px;
  padding: 0px 0 0 0px;
}

.main_issue_wrap {
  display: block;
	margin:100px 0 20px 0;
}
.main_issue_wrap .issueBox {
	display: flex;
  justify-content: space-around;
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
.main_issue_wrap .issueBox a {
	display: block;
	width: 100%;
	height: 100%;
}
.main_issue_wrap .issueBox .item {
	position: relative;
  display: inline-block;
  width: 31%;
  height: 310px;
  text-align: left;
  padding: 0;
  margin: 0 0.5%;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
}
.main_issue_wrap .issueBox .issue_1 {
   width:675px;
	 background: url(../../images/main/issue_banner_01.png) no-repeat center;
	 background-size: cover;
}
.main_issue_wrap .issueBox .issue_2 {
	width:24%;
	background: #e9edfb;	
}
.main_issue_wrap .issueBox .issue_2 .logo_wpoint {
	text-align: center;
	padding:50px 10px 0 10px;
}
.main_issue_wrap .issueBox .issue_2 .logo_wpoint span {
	display: inline-block;
	position: relative;
	color:#000;
	font-size:44px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 1;
	padding:0 25px 0 50px;
}
.main_issue_wrap .issueBox .issue_2 .logo_wpoint span::before {
	content: '';
	position: absolute;
	left:0;
	top:4px;
	width:40px;
	height: 40px;
	background: url(../../images/CryptoLogo/cryptologo_wpoint.png) no-repeat center;
  background-size: cover;
}
.main_issue_wrap .issueBox .issue_2 .title {
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.5px;
	padding:0 10px;
	margin: 30px 0px 0 0px;
}
.main_issue_wrap .issueBox .issue_2 .title strong {
	color:var(--red);
}
.main_issue_wrap .issueBox .issue_3 {
	width:23%;
	background: #e4eadd;
	padding: 30px 20px 10px 20px;
}
.main_issue_wrap .issueBox .issue_3 .logo_wpoint {
	text-align: center;
}
.main_issue_wrap .issueBox .issue_3 .logo_wpoint span {
	display: inline-block;
	position: relative;
	color:#000;
	font-size:32px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 1;
	padding:0 25px 0 40px;
}
.main_issue_wrap .issueBox .issue_3 .logo_wpoint span:before {
	content: '';
	position: absolute;
	left:0;
	top:4px;
	width:30px;
	height: 30px;
	background: url(../../images/CryptoLogo/cryptologo_wpoint.png) no-repeat center;
  background-size: cover;
}
.main_issue_wrap .issueBox .issue_3 .game_list {	
  width:100%;
	margin:15px auto 0 auto;
}
.main_issue_wrap .issueBox .issue_3 .game_list a {
	height: auto;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game {
	display: flex;
  justify-content: space-between;
	align-items: center;
	width:100%;
	height: 90px;
	background: #fff;
	border-radius: 10px;
	padding:0 10px;
	margin:0 0 15px 0;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .logo_lotto {
	width:140px;
	height:50px;
	background:url(../../images/GameLogo/L0009.png) no-repeat center;
	background-size: 100%;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .logo_scratch {
	width:140px;
	height:50px;
	background:url(../../images/GameLogo/E0003.png) no-repeat center;
	background-size: 100%;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .game_info {
	width:50%;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .game_info .game_name {
	color:#000;
	font-size:16px;
	font-weight: 500;
}

.main_story_wrap {
  width: 100%;
  border-bottom: 20px solid #f4f4f4;
  padding: 100px 0 130px 0;
}
.main_story_wrap .title_box {
  display: block;
  width: 100%;
}
.main_story_wrap .title_box h1 {
  display: block;
  color: #000;
  font-size: 42px;
  font-weight: 600;
	letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
}
.main_story_wrap .storyBox {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.main_story_wrap .storyBox .item {
  position: relative;
  display: inline-block;
  width: 23%;
  height: 350px;
  text-align: left;
  padding: 50px 30px 10px 30px;
  margin: 0 0.5%;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
}
.main_story_wrap .storyBox .item:nth-child(1) {
  background: #86a15f;
}
.main_story_wrap .storyBox .item:nth-child(2) {
  background: #4f82a3;
}
.main_story_wrap .storyBox .item:nth-child(3) {
  background: #a6a182;
}
.main_story_wrap .storyBox .item .title_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_story_wrap .storyBox .item h3.title {
  display: block;
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  transition: ease-in-out 0.3s;
}
.main_story_wrap .storyBox .item .txt {
  display: block;
  top: 70px;
  width: 100%;
  height: 102px;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.main_story_wrap .storyBox .item .imgs {
	display: none;
	position: absolute;
	right:30px;
	top:30px;
	display: inline-block;
	width:160px;
	height:300px;
	border-radius: 100px;
	opacity: 0;
	overflow: hidden;
	transition:ease-in-out 2s;
}

.main_story_wrap .storyBox .item .imgs{
	animation-duration: 3s;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-name: story-img;
}
@keyframes story-img {
	0% {
		margin-left:50%;
		transform: scale(1.05);
	}
	to {
		margin-left:0px;
		transform: scale(1);
	}
}
.main_story_wrap .storyBox .item.active .imgs,
.main_story_wrap .storyBox .item:hover .imgs,
.main_story_wrap .storyBox .item.on .imgs {
	display: inline-block;
	transition:ease-in-out 1s;
	opacity: 1;
}
.main_story_wrap .storyBox .item:nth-child(2) .imgs {
  display: none;
}
.main_story_wrap .storyBox .item:hover:nth-child(1) .imgs,
.main_story_wrap .storyBox .item.on:nth-child(1) .imgs {
	display: inline-block;
  background: url(../../images/main/main_story_img01.jpg) no-repeat center;
}
.main_story_wrap .storyBox .item:hover:nth-child(2) .imgs,
.main_story_wrap .storyBox .item.on:nth-child(2) .imgs {
	display: inline-block;
  background: url(../../images/main/main_story_img02.jpg) no-repeat center;
}
.main_story_wrap .storyBox .item:hover:nth-child(3) .imgs,
.main_story_wrap .storyBox .item.on:nth-child(3) .imgs {
	display: inline-block;
  background: url(../../images/main/main_story_img03.jpg) no-repeat center;
}
.main_story_wrap .storyBox .item:hover,
.main_story_wrap .storyBox .item.on {
  width: 48% !important;
  transition: ease-in-out 0.5s;
}
.main_story_wrap .storyBox .item.on div > * {
  color: #fff;
  transition: ease-in-out 0.3s;
}
.main_story_wrap .storyBox .item:nth-child(1):hover {

}
.main_story_wrap .storyBox .item:nth-child(2):hover,
.main_story_wrap .storyBox .item:nth-child(2).on {
  width:400px;
}
.main_story_wrap .storyBox .item:nth-child(3):hover {

}
.main_story_wrap .storyBox .item:hover h3.title,
.main_story_wrap .storyBox .item:hover .txt,
.main_story_wrap .storyBox .item.on h3.title,
.main_story_wrap .storyBox .item.on .txt {
  color: #fff !important;
}
.main_story_wrap .storyBox .item:hover,
.main_story_wrap .storyBox .item.on {
  width: 25%;
}

.main_story_wrap .storyBox .item:hover .txt,
.main_story_wrap .storyBox .item.on .txt {
  display: block;
	width: calc(100% - 180px);
  height: 180px;
	text-align: left;
}

.main_section_partners {
  margin: 100px 0 100px 0;
}
.main_section_partners .partners_area {
  display: block;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
.main_section_partners .partners_area .item_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  overflow: hidden;
}
.main_section_partners .partners_area .item_list li {
  display: inline-block;
  width: 130px;
  height: 130px;
  text-align: center;
  background: #f4f4f4;
  padding-top: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.main_section_partners .partners_area .item_list li img {
  width: 100%;
  max-width: 130px;
  height: auto;
}
