@charset "utf-8";
/***************************************************************************************************
	page_news.css
***************************************************************************************************/
/*
*/
#page_news {
  width:100%;
  padding:100px 0 0 0;
  overflow: hidden;
}
#page_news > section {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
}
#page_news > section::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 400px;
	left:0;
	top:-100px;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
#page_news > section .page_content {
	width: 100%;
}
/*
*/
#page_news .blk_1 {
  width:100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding:20px 0 0 0;
	z-index: 2;
}
/* #page_news .blk_1::before {
	position: absolute;
	display: block;
	content: 'New information';
  left:0;
  top:-50px;
  font-family: 'Montserrat', sans-serif; 
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
	width:100%;
	overflow: hidden;
	text-align: center;
} */
/*  */
#page_news .blk_1_1 {
  width:var(--tgt_wid_1);
  margin: auto;
	z-index: 2;
}
#page_news .blk_1_1 h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
}
/*
*/
#page_news .blk_2 {
  width:100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding:80px 0 0 0;
	z-index: 3;
}
/*  */
#page_news .blk_2.comingsoon {
	height: 600px;
}
#page_news .blk_2.comingsoon::before {
	position:absolute;
	display: block;
	content:'COMING SOON';
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	color:#ffffff;
	white-space: nowrap;
	left:50%;
	top:150px;
	transform: translateX(-50%);
}
/*  */
#page_news .blk_2_1 {
	width:var(--tgt_wid_1);
	margin: auto;
  padding: 0;
}
#page_news .blk_2_1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
#page_news .blk_2_1 ul li {
  display: block;
  width:25%;
  text-align: center;
}
#page_news .blk_2_1 ul li p {
	text-align: center;
	padding:0 10%;
}
#page_news .blk_2_1 ul li p a {
	display: block;
	border-radius: 40px;
	background-color: var(--col_1);
  border: 1px solid #ffffff;
}
#page_news .blk_2_1 ul li p a.btn_all {
	background-color: var(--col_2);
}
#page_news .blk_2_1 ul li p a span {
	display: block;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	color:#ffffff;
	white-space: nowrap;
	padding:0 5px 0 0;
}
#page_news .blk_2_1 ul li p a span::after {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	left:calc(100% - 30px);
	top:50%;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	transform-origin: 100% 0;
	transform:rotate(45deg);
}
#page_news .blk_2_1 ul li p a.btn_all span::after {
	display:none;
}
#page_news .blk_2_1_1 {
	padding:0 0 80px 0;
}
#page_news .blk_2_1_1.type_2 {
	padding:40px 0 40px 0;
}
#page_news .blk_2_1_1.type_2 p {
	font-size: 12px;
	line-height: 1.75;
	color:#ffffff;
	text-align: left;
}
/*  */
#page_news .blk_2_2 {
	width:var(--tgt_wid_1);
	min-height: 50vh;
	margin: auto;
}
#page_news .blk_2_2 ul {
  display: table;
  width: 100%;
  list-style: none;
}
#page_news .blk_2_2 ul li {
  display: table-row;
	text-align: left;
}
#page_news .blk_2_2 ul li p:nth-of-type(1) {
  display: table-cell;
	vertical-align: top;
	padding-bottom:30px;
	width:1%;
}
#page_news .blk_2_2 ul li p:nth-of-type(1) a {
	display: inline-block;
	white-space: nowrap;
	border: 1px solid #ffffff;
	border-radius: 20px;
	background-color: #42BEDE;
	font-size:13px;
	line-height: 1;
	padding: 7px 20px 6px 20px;
	color:#ffffff;
	font-weight: 700;
}
#page_news .blk_2_2 ul li p:nth-of-type(2) {
  display: table-cell;
	vertical-align: top;
	padding:7px 40px 0 20px;
	color:#ffffff;
	font-size:14px;
	line-height: 1;
	white-space: nowrap;
	padding-bottom:30px;
	width: 1%;
}
#page_news .blk_2_2 ul li p:nth-of-type(3) {
  display: table-cell;
	vertical-align: top;
	padding-bottom:30px;
}
#page_news .blk_2_2 ul li p:nth-of-type(3) a {
	color:#ffffff;
	font-size:20px;
	line-height: 1.5;
	font-weight: 700;
	word-break: break-all;
}
/*  */
#page_news .blk_2_3 {
	width:var(--tgt_wid_1);
	margin: auto;
	padding:40px 0 150px 0;
	text-align: center;
}
#page_news .blk_2_3 .btns {
  display: inline-block;
  margin: auto;
  font-size: 0;
  white-space: nowrap;
}
#page_news .blk_2_3 .btns a {
  display: inline-block;
	width: 46px;
  height: 46px;
  text-align: center;
  vertical-align: top;
}
#page_news .blk_2_3 .btns a.disable {
  pointer-events: none;
  opacity: 0;
}
#page_news .blk_2_3 .btns .btn_num {
  margin: auto 8px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 44px;
  color:#ffffff;
  border: 1px solid #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#page_news .blk_2_3 .btns .btn_num.current {
  background-color: #ffffff;
  color:var(--col_1);
  pointer-events: none;
}
#page_news .blk_2_3 .btns .btn_prev,
#page_news .blk_2_3 .btns .btn_next {
  margin: auto 8px auto 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
	background-image: url('../images/btn_ico_1_2.svg');
	background-position:19px 50%;
	background-size: 8px auto;
}
#page_news .blk_2_3 .btns .btn_prev {
	transform:scaleX(-1);
	margin: auto 40px auto 8px;
}
#page_news .blk_2_3 .btns .btn_prev span,
#page_news .blk_2_3 .btns .btn_next span,
#page_news .blk_2_3 .btns .btn_prev span::before,
#page_news .blk_2_3 .btns .btn_next span::before,
#page_news .blk_2_3 .btns .btn_prev span::after,
#page_news .blk_2_3 .btns .btn_next span::after {
	position: absolute;
	display: block;
	content:'';
	left:-18px;
	top:36px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ffffff;
}
#page_news .blk_2_3 .btns .btn_prev span::before,
#page_news .blk_2_3 .btns .btn_next span::before {
	left:-8px;
	top:0;
}
#page_news .blk_2_3 .btns .btn_prev span::after,
#page_news .blk_2_3 .btns .btn_next span::after {
	left:-16px;
	top:0;
}
/*
*/
#page_news .gsty_bk_wave .bk_1 {
  width: 308px;
	left:0;
  top:200px;
  background-image: url('../images/bk_3_1.svg');
}
#page_news .gsty_bk_wave .bk_2 {
  width: 389px;
	left:calc(100% - 300px);
  top:100px;
  background-image: url('../images/bk_3_2.svg');
}
#page_news .gsty_bk_wave .bk_3 {
  width: 203px;
  left:calc(100% - 150px);
  top:50%;
  background-image: url('../images/bk_3_1.svg');
}
#page_news .gsty_bk_wave .bk_4 {
  width: 307px;
  left: -150px;
  top:65%;
  background-image: url('../images/bk_3_2.svg');
}


/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_news {
  padding:100px 0 0 0;
	overflow: hidden;
}
#page_news > section::before {
	height: 400px;
	top:-50px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
/*
*/
#page_news .blk_1 {
  max-width: var(--max_wid_2);
  padding:10px 0 0 0;
}
/* #page_news .blk_1::before {
	position: absolute;
	left:50%;
	content: 'New \Ainformation';
  top:-30px;
  font-size: 60px;
	white-space:pre;
	width:auto;
	text-align: left;
	transform:translateX(-50%);

} */
/*  */
#page_news .blk_1_1 {
  width:var(--tgt_wid_2);
}
#page_news .blk_1_1 h2 {
  font-size: 22px;
}
/*
*/
#page_news .blk_2 {
  max-width: var(--max_wid_2);
  padding:50px 0 0 0;
}
/*  */
#page_news .blk_2.comingsoon {
	height: 300px;
}
#page_news .blk_2.comingsoon::before {
	font-size: 26px;
	top:70px;
}
/*  */
#page_news .blk_2_1 {
	width:95%;
}
#page_news .blk_2_1 ul {
  display: block;
	font-size: 0;
	text-align: left;
}
#page_news .blk_2_1 ul li {
  display: inline-block;
  width:50%;
}
#page_news .blk_2_1 ul li p {
	padding:0 5% 8% 5%;
}
#page_news .blk_2_1 ul li p a {
	border-radius: 20px;
}
#page_news .blk_2_1 ul li p a span {
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	padding:0 5px 0 0;
}
#page_news .blk_2_1 ul li p a span::after {
	width: 8px;
	height: 8px;
	left:calc(100% - 18px);
}
#page_news .blk_2_1_1 {
	padding:0 2.5% 40px 2.5% ;
}
#page_news .blk_2_1_1.type_2 {
	padding:10px 2.5%  30px 2.5%;
}
#page_news .blk_2_1_1.type_2 p {
	font-size: 10px;
}
/*  */
#page_news .blk_2_2 {
	width:var(--tgt_wid_2);
}
#page_news .blk_2_2 ul {
  display: block;
}
#page_news .blk_2_2 ul li {
  display: block;
	text-align: left;
	padding:0 0 30px 0;
}
#page_news .blk_2_2 ul li p:nth-of-type(1) {
  display: inline-block;
	padding-bottom:0;
	width: auto;
}
#page_news .blk_2_2 ul li p:nth-of-type(1) a {
	display: inline-block;
	font-size:12px;
	padding: 5px 18px 5px 18px;
}
#page_news .blk_2_2 ul li p:nth-of-type(2) {
  display: inline-block;
	padding:5px 0 0 15px;
	font-size:12px;
	padding-bottom:0;
	width: auto;
}
#page_news .blk_2_2 ul li p:nth-of-type(3) {
  display: block;
	padding-bottom:0;
	padding:10px 0 0 0;
}
#page_news .blk_2_2 ul li p:nth-of-type(3) a {
	font-size:15px;
}
/*  */
#page_news .blk_2_3 {
	width:var(--tgt_wid_2);
	padding:20px 0 120px 0;
}
#page_news .blk_2_3 .btns a {
	width: 32px;
  height: 32px;
}
#page_news .blk_2_3 .btns .btn_num {
  margin: auto 6px;
  font-size: 12px;
  line-height: 30px;
}
#page_news .blk_2_3 .btns .btn_num.current {
  background-color: #ffffff;
  color:var(--col_1);
  pointer-events: none;
}
#page_news .blk_2_3 .btns .btn_prev,
#page_news .blk_2_3 .btns .btn_next {
  margin: auto 6px auto 25px;
	background-position:13px 50%;
	background-size: 6px auto;
}
#page_news .blk_2_3 .btns .btn_prev {
	transform:scaleX(-1);
	margin: auto 25px auto 6px;
}
#page_news .blk_2_3 .btns .btn_prev span,
#page_news .blk_2_3 .btns .btn_next span,
#page_news .blk_2_3 .btns .btn_prev span::before,
#page_news .blk_2_3 .btns .btn_next span::before,
#page_news .blk_2_3 .btns .btn_prev span::after,
#page_news .blk_2_3 .btns .btn_next span::after {
	left:-12px;
	top:24px;
	width: 2px;
	height: 2px;
}
#page_news .blk_2_3 .btns .btn_prev span::before,
#page_news .blk_2_3 .btns .btn_next span::before {
	left:-5px;
	top:0;
}
#page_news .blk_2_3 .btns .btn_prev span::after,
#page_news .blk_2_3 .btns .btn_next span::after {
	left:-10px;
	top:0;
}
/*
*/
#page_news .gsty_bk_wave .bk_1 {
  width: 223px;
	left:calc(100% - 225px);
  top:175px;
  background-image: url('../images/bk_3_2.svg');
}
#page_news .gsty_bk_wave .bk_2 {
  width: 104px;
	left:calc(100% - 100px);
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_2.svg');
}
#page_news .gsty_bk_wave .bk_3 {
  width: 153px;
  left:0;
  top:calc(100% - 100px);
  background-image: url('../images/bk_3_2.svg');
}
#page_news .gsty_bk_wave .bk_4 {
	display: none;
}
/*  */
}
