
.under_page_title {
  background: url(/img/wpc/kv.jpg) no-repeat center top;
}
@media only screen and (max-width:736px){
	.under_page_title {
  background: url(/img/wpc/kv.jpg) no-repeat;
  background-size: cover;
}
}
section.wpc{
  padding: 60px 0;
}

section.wpc#wpc_newrelease{
  padding-top: 90px;
}

section.wpc#wpc_seminer{
  background: rgba(39, 170, 224, 0.15);
}

section.wpc#wpc_recruit{
  padding-bottom: 90px;
}


.wpc > h2{
  display: block;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.wpc_wrap{
  max-width: 1024px;
	padding: 40px 0;
  margin: auto;
  clear: both;
  overflow: hidden;
  /* overflow: hidden;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; */
}

/* .wpc_wrap .wpc_show_leftSide{
  padding: 0 40px;
  box-sizing: border-box;
} */

.wpc_wrap p.more_btn{
  text-align: center!important;
  margin: 60px auto 0;
}
.wpc_wrap p.more_btn a{
	font-family: Arial, Helvetica, sans-serif !important;
    color: #1c75bc;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 30px;
    border: 2px solid #1c75bc;
    padding: 12px 60px 12px 60px;
    transition: all 0.3s ease-in-out;
		cursor: pointer;
    position: relative;
}
.wpc_wrap p.more_btn a::after{
  content: "";
	position: absolute;
	top: 37%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	display: inline-block;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #1c75bc;
	border-right: 2px solid #1c75bc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.wpc_wrap p.more_btn a:hover{
border: 2px solid #1c75bc;
background: #1c75bc;
color: #FFF;
}

.wpc_wrap .wpc_show_leftSide article{
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #eee;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
.wpc_wrap .wpc_article_img{
  width: 15%;
  float: left;
  aspect-ratio: 4/3;
  margin-top: 30px;
}

.wpc_wrap article img{
  /* margin-bottom: 5px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpc_wrap .wpc_article_text{
  width: 82%;
  float: left;
  margin-left: 3%;
}
.wpc_wrap .wpc_article_text p{
  font-size: 18px;
  font-weight: bold;
  color: #005FAD;
}

.wpc_wrap .wpc_article_text span{
  font-size: 12px;
  color: rgba(34, 30, 31, 0.7);
  display: inline-block;
}

.wpc_wrap .wpc_article_text span.date {
  font-family: "Renner*" !important;
  color: #005FAD;
  font-size: smaller;
}

.wpc_wrap .wpc_article_text span.category::after{
  content: '|';
  margin: 0 5px;
}


.wpc_wrap.no-data{
  text-align: center;
  margin: auto;
  display: inherit;
}

@media only screen and (max-width:736px){

  section.wpc#wpc_seminer{
    background: rgba(39, 170, 224, 0.15);
  }

  section.wpc#wpc_recruit{
    padding-bottom: 60px;
  }


  .wpc > h2{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .wpc_wrap{
    /* padding: 0 15px; */
    padding: 0;
    box-sizing: border-box;
  }
  .wpc_wrap article{
    padding: 0;
    margin-right: 3%;
    margin-bottom: 12px;
  }
  .wpc_wrap article:nth-child(2n){
    margin-right: 0;
  }
  .wpc_wrap .wpc_article_text p{
    font-size: 14px;
  }
  .wpc_wrap .wpc_article_text span{
    font-size: 11px;
  }
  .wpc_wrap .wpc_article_img{
    width: auto;
    float: none;
    margin-top: 0;
  }
  .wpc_wrap p.more_btn{
    margin: 40px auto 0;
  }
}


/* ==========================================================================
wpc_SHOW
============================================================================== */

#wpc_show{
	padding: 40px 0;
  max-width: 1024px;
  margin: auto;
  clear: both;
  overflow: hidden;
}

.wpc_show_leftSide{
  width: 75%;
  float: left;
}
.wpc_show_leftSide {
  img {
    margin: 30px 0;
  }
  p {
    strong {
      font-weight: bold;
    }
  }
}

.wpc_show_rightSide {
  float: right;
  width: 18%;
}

.wpc_show_head_text h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1c75bc;
}

.wpc_show_head_text>p {
  font-size: 14px;
  margin-bottom: 15px
}
.wpc_show_head_text span{
  color: rgba(34, 30, 31, 0.7);
  font-size: 14px;
	display: block
}
/*
.wpc_show_head_text span.category::after{
  content: '|';
  margin: 0 5px;
}
*/
.wpc_show_content {
  margin: 40px 0;
}

.wpc_show_content h2 {
  font-size: 18px;
  color: #1c75bc;
  margin: 40px 0 25px 0;
}

.wpc_show_content h3 {
  font-size: 18px;
  color: #1c75bc;
  margin: 40px 0 25px 0;
}

.wpc_show_content h3 {
  font-size: 18px;
  color: #1c75bc;
  margin: 40px 0 25px 0;
}

.wpc_show_content h4 {
  font-size: 16px;
  color: #1c75bc;
  margin: 30px 0 20px 0;
}

.wpc_show_content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.wpc_show_content img {
  width: 100%;
  max-width: 100%;
  max-height: 376px;
  object-fit: cover;
}

.wpc_show_rightSide section.new{
  padding: 0 0 20px 0;
}

.wpc_show_rightSide section h3{
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}

.wpc_show_rightSide section.new img{
  float: left;
  width: 35%;
  margin-right: 2%;
}
.wpc_show_rightSide section.new article{
  clear: both;
  overflow: hidden;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.wpc_show_rightSide section.new article a{
	color: #333;
}
section.new .article_text{
  width: 100%;
}
section.new .article_text p{
  font-size: 13px;
}

section.new span{
  color: rgba(34, 30, 31, 0.7);
  font-size: 11px;
}
/*
section.new span.category::after{
  content: '|';
  margin: 0 5px;
}
*/
.wpc_show_rightSide section.category{
  padding: 0 0 20px 0;
}

.wpc_show_rightSide section.category h3{
  margin-bottom: 0;
}

.wpc_show_rightSide section.category article{
  padding: 10px 0 10px 10px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.wpc_show_rightSide section.category article:after{
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpc_show_rightSide section.archive{
  padding: 0 0 20px 0;
}

.wpc_show_rightSide section.archive h3{
  margin-bottom: 0;
}

.wpc_show_rightSide section.archive li{
  position: relative;
  list-style-type: none;
}

.wpc_show_rightSide section.archive li a:after{
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpc_show_rightSide section.archive li a{
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.wpc_show_rightSide section.keywords{
  padding: 0;
}
.wpc_show_rightSide section.keywords ul{
  clear: both;
  overflow: hidden;
}

.wpc_show_rightSide section.keywords li{
  float: left;
  margin: 0 6px 6px 0;
}

.wpc_show_rightSide section.keywords li a{
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 6px;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
}

.all_keywords{
  text-align: right;
  margin-top: 10px;
}
.all_keywords a{
  font-size: 13px;
  display: block;
  position: relative;
  padding: 0 15px 0 0;
}

.all_keywords a:after{
  content: "";
  position: absolute;
  top: 30%;
  display: inline-block;
  right: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media only screen and (max-width:736px){
  #wpc_show{
    padding: 40px 15px 40px 15px;
  }
  .wpc_show_leftSide{
    width: 100%;
    float: none;
  }
  .wpc_show_leftSide img{
    margin: 20px 0;
  }
  .wpc_show_rightSide{
    float: none;
    width: 100%;
  }
  .wpc_show_head{

  }
  .wpc_show_head img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wpc_show_head_text{
    width: 100%;
    float: none;
  }
  .wpc_show_head_text h2{
    font-size: 18px;
  }
  .wpc_show_content h3 {
    font-size: 16px;
    margin: 25px 0 15px 0;
  }

  .wpc_show_content h4 {
    font-size: 15px;
    margin: 25px 0 15px 0;
  }

  .wpc_show_content p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .wpc_show_rightSide section.category article{
    clear: both;
    overflow: hidden;
  }
  .wpc_show_rightSide section.category article img{
    width: 30%;
    float: left;
    margin-right: 2%;
  }
  .wpc_show_rightSide section.category article .article_text{
    width: 68%;
    float: left;
  }
  .wpc_show_rightSide section.new{
    padding: 50px 0 20px 0;
  }
}
.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	border: none !important;
}
.wp-pagenavi a{
	color:#005FAD;
}