@charset "UTF-8";
/*TOP */

.container{
	max-width: 1000px;
	margin: 0 auto;
}
.fullimg{
	width:100%;
	max-width:none;
}
#top .banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 583px;
	overflow: hidden;
	background:url("../img/top/img_temp.jpg")no-repeat scroll center center;
	background-size:cover !important;
}

#top .banner::before{
	content: "";
	position: absolute;
	left: 75px;
	top: 0;
	border-top: 24px solid #fff;
	border-left: 41px solid transparent;
	border-right: 41px solid transparent;
	height: 0;
	width: 44.1428%;
}
#top .banner::after{
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0;
	border-bottom: 24px solid #fff;
	border-left: 41px solid transparent;
	height: 0;
	width: 50%;
}
#top .banner.bnmn {
	z-index: 0 !important;
}

#top .introduce {
    text-align: center;
    margin: 67px 0px 0 0;
}
#top .introduce h1 {
    font-size: 30px;
    letter-spacing: 0.0512em;
    color: #333333;
    margin: 0 0 26px 0;
    padding: 0 20px;
}
#top .introduce p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #333333;
    padding: 0 0 0 10px;
}
#top .service{
	margin: 60px 0 0 0;
}
#top .service > h3 {
    font-family: "Lato";
    font-size: 32px;
    letter-spacing: 1.92px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
#top .service > .tt_sub{
	font-size : 12px;
	color : #333333;
	text-align:center;
}
#top .service > .sv_ct{
	margin: 63px 0 0 0;
}
#top .service > .sv_ct .line{
	font-size:0;
	letter-spacing:0;
}
#top .service > .sv_ct .line:nth-child(even){
	background-color:#fff;
}
#top .service > .sv_ct .line:nth-child(even) .txt > h4 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0 0 15px 0;
}
#top .service > .sv_ct .line:nth-child(even) .txt > p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    letter-spacing: 0;
    margin: 0 0 30px 0px;
}
#top .service > .sv_ct .line:nth-child(even) .txt > div > a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.84px;
    border: 1px solid #000;
    color: #000000;
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    padding: 9px 55px 8px 57px;
    text-transform: uppercase;
}
#top .service > .sv_ct .line:nth-child(even) .txt > div > a::after{
	content:"";
	position:absolute;
	right:10px;
	top:43%;
	width:6px;
	height:6px;
	border-right:1px solid ;
	border-top:1px solid ;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#top .service > .sv_ct .line:nth-child(even) .txt > div > a:hover{
	background-color:#262626;
	color:#fff;
	/*border:none;*/
}
#top .service > .sv_ct .line:nth-child(even) .txt > div > a:hover::after{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}
#top .service > .sv_ct .line:nth-child(odd){
	background-color:#262626;
}
#top .service > .sv_ct .line:nth-child(odd) .txt > h4 {
    font-size: 26px;
    color: #fff;
    letter-spacing: -0.09em;
    margin: 0 0 15px 0;
	font-weight:bold;
}
#top .service > .sv_ct .line:nth-child(odd) .txt > p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 30px 0px;
}
#top .service > .sv_ct .line:nth-child(odd) .txt > div > a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.84px;
    border: 1px solid #808080;
    color: #fff;
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    padding: 9px 55px 8px 57px;
    text-transform: uppercase;
}
#top .service > .sv_ct .line:nth-child(odd) .txt > div > a::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 43%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#top .service > .sv_ct .line:nth-child(odd) .txt > div > a:hover{
	background-color:#fff;
	color:#262626;
	/*border:none;*/
}
#top .service > .sv_ct .line:nth-child(odd) .txt > div > a:hover::after{
	border-right:1px solid #262626;
	border-top:1px solid #262626;
}
#top .service > .sv_ct .line:nth-child(even){
	text-align:right;
	position:relative;
}
#top .service > .sv_ct .line:nth-child(even) .txt {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    padding: 47px 40px 0 48px;
}
#top .service > .sv_ct .line > .img{
	height:290px;
	width:50%;
	display:inline-block;
	vertical-align:top;
}
#top .service > .sv_ct .line > .txt {
    padding: 42px 40px 0 46px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#top .service > .sv_ct #service01.line > .img{
	background:url("../img/top/service01.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .service > .sv_ct #service02.line > .img{
	background:url("../img/top/service02.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .service > .sv_ct #service03.line > .img{
	background:url("../img/top/service03.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .service > .sv_ct #service04.line > .img{
	background:url("../img/top/service04.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .service > .sv_ct #service05.line > .img{
	background:url("../img/top/service05.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .news{
	font-size: 0;
	letter-spacing: 0;
	margin: 98px 0 110px 0;
}
#top .news .left {
    display: inline-block;
    width: 21%;
    vertical-align: top;
}
#top .news .left h3 {
    font-family: "Lato";
    font-size: 28px;
    letter-spacing: 1.68px;
    color: #000000;
    font-weight: bold;
}
#top .news .left .tt_sub {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
}
#top .news .right{
	display:inline-block;
	width:79%;
	vertical-align:top;
}
#top .news .right ul {
    border-top: 1px solid #ccc;
    margin: 13px 0 0 0;
}
#top .news .right ul li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 23px 0 17px 0;
}
#top .news .right ul li > span {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    display: table-cell;
    vertical-align: middle;
	width:114px;
}
#top .news .right ul li > a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    text-decoration: underline;
    letter-spacing: -0.126em;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#top .news .right ul li > a:hover{
	opacity:0.6;
}
#top .news .view_all {
    text-align: center;
    margin: 51px 0 112px 0;
}
#top .news .view_all a {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 9px 54px 8px 54px;
    display: inline-block;
    border: 1px solid ;
	position:relative;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#top .news .view_all a::after{
	content:"";
	position:absolute;
	right:13px;
	top:40%;
	width:6px;
	height:6px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#top .news .view_all a:hover{
	background-color:#000;
	color:#fff;
}
#top .news .view_all a:hover::after{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}
#top .news .link_other{
	margin: 0 -30px;
}
#top .news .link_other .sg{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 30px;
}
#top .news .link_other .sg .sg_tt a > img{
	display:inline-block;
	width:100%;
	max-width:none;
	margin: 0 0 19px;
}
#top .news .link_other .sg .sg_tt a{
	display:block;
	padding: 0px 0px 0 0px;
	text-align: center;
	position:relative;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#top .news .link_other .sg .sg_tt a:hover{
	opacity:0.6;
}
#top .news .link_other .sg .sg_tt a::after{
	content:"";
	position:absolute;
	right: 16px;
    bottom: 27px;
	width:15px;
	height:15px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#top .news .link_other .sg .sg_tt span{
	font-family:"Lato";
	font-size : 28px;
	letter-spacing : 2.2px;
	font-weight:bold;
	color : #000000;
	display:block;
	line-height: 1.58;
	cursor:pointer;
}
#top .news .link_other .sg .sg_tt label{
	font-size : 14px;
	color : #333333;
	display:block;
	cursor:pointer;
}
#top .recruit{
	border-top: 1px solid #ccc;
	padding: 65px 0 52px 0;
}
#top .recruit h3{
	font-family:"Lato";
	font-size : 32px;
	letter-spacing : 1.92px;
	color : #000000;
	text-align:center;
	font-weight:900;
}
#top .recruit p.tt_sub{
	font-size : 12px;
	color : #333333;
	text-align:center;
}
#top .interview{
	background-color:#ebebeb;
    padding: 60px 0 0 0;
	position:relative;
}
#top .interview::before{
	content:"";
	position:absolute;
	top:0;
	width:22.2857%;
	left:38.85715%	;
	border-top: 14px solid #fff;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    height: 0;
}
#top .interview h3{
	font-family:"Lato";
	font-size : 22px;
	letter-spacing : 1.32px;
	color : #000000;
	text-align:center;
    font-weight: bold;
}
#top .interview p.tt_sub{
	font-size : 12px;
	color : #333333;
	text-align:center;
	line-height: 2;
	letter-spacing: 0;
    margin: 0 0 37px 0;
}
#top .interview .list{
	font-size:0;
	letter-spacing:0;
    padding: 0 0 42px 0;
	background-color:#fff;
}
#top .interview .list li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	text-align:center;
}
#top .interview .list li a{
	display:block;
	position:relative;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#top .interview .list li a::after{
	content:"";
	position:absolute;
	right: 23px;
    bottom: 22px;
	width:11px;
	height:11px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#top .interview .list li a:hover{
	opacity:0.6;
}
#top .interview .list li label{
	font-size : 14px;
	color : #333333;
    display: block;
    margin: 28px 0 0 0;
	cursor:pointer;
}
#top .interview .list li span{
	font-size : 14px;
	color : #333333;
	display: block;
	cursor:pointer;
}

#top .dif_link{
    text-align: center;
    padding: 30px 0 10px 0;
    background-color: #FFF;
}
#top .dif_link a{
	display: inline-block;
    padding: 32px 63px 31px 287px;
    border: 2px solid #0362A8;
    font-size: 18px;
    color: #0362A8;
    font-weight: bold;
    letter-spacing: -0.08em;
	position:relative;
	background:url("../img/top/icon_2017.svg")no-repeat scroll 38px 29px;
	background-size:217px auto;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
#top .dif_link a label{
	display:inline-block;
	cursor:pointer;
}
#top .dif_link a::after{
	content:"";
	position:absolute;
	right: 17px;
	bottom: 44px;
	width: 9px;
	height: 9px;
	border-right:1px solid #0362A8;
	border-top:1px solid #0362A8;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#top .dif_link a:hover{
	opacity:0.6;
}
#top .seo{
	font-size:0;
	letter-spacing:0;
}
#top .seo > div{
	display:block;
	padding: 0 0 0 50%;
	position:relative;
}
#top .seo > #seo01 > .img{
	left:0;
	top:0;
	bottom:0;
	width:50%;
	position:absolute;
	background:url("../img/top/seo01.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .seo > div:nth-child(even){
	padding: 0 50% 0 0;
}
#top .seo > #seo02 > .img{
	left:50%;
	top:0;
	bottom:0;
	width:50%;
	position:absolute;
	background:url("../img/top/seo02.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .seo > #seo03 > .img{
	left:0;
	top:0;
	bottom:0;
	width:50%;
	position:absolute;
	background:url("../img/top/seo03.jpg")no-repeat scroll center center;
	background-size:cover;
}
#top .seo .txt{
	padding:49px 58px 45px 59px;
	min-height: 500px;
}
#top .seo .txt > h4{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: -0.06em;
	margin: 0 0 20px 0;
	font-weight:bold;
}
#top .seo  .txt > div{
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -0.079em;
	margin: 0 0 34px 0;
}
#top .seo  .txt > p > a{
	font-size : 14px;
	line-height : 22px;
	color : #333333;
	text-decoration : underline;
	display:inline-block;
	padding: 0 0 0 20px;
	letter-spacing: -0.09em;
	position: relative;
}
#top .seo  .txt > p > a::before{
	content:"";
	position:absolute;
	left: 1px;
	bottom: 8px;
	width: 6px;
	height: 6px;
	border-right:1px solid #333;
	border-top:1px solid #333;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#top .seo  .txt > p > a:hover{
	opacity:0.6;
}
#top .seo > div:nth-child(odd) > .txt{
	background-color:#262626;
}
#top .seo > div:nth-child(odd) > .txt h4,
#top .seo > div:nth-child(odd) > .txt > div,
#top .seo > div:nth-child(odd) > .txt > p > a{
	color:#FFFFFF;
}
#top .seo > div:nth-child(odd) > .txt > p > a::before{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}
#top .mainBox{
	margin: 0 0 40px;
}

.topBlog {
	margin-top: 0 !important;
}
.topBlogList {
	font-size: 14px;
	padding-top: 39px;
	border-top: 1px solid #ccc;
}
.topBlogList .ttlBlog {
  text-decoration: underline;
  margin-bottom: 9px; }
.topBlogList li {
	padding: 0 0 39px !important;
	margin-bottom: 39px;
	border-bottom: 1px solid #ccc !important; }
  .topBlogList li:hover {
    opacity: 0.5; }
    .topBlogList li:hover .ttlBlog {
      text-decoration: none; }
  .topBlogList li:last-child {
    margin-bottom: 0; }
.topBlogList .imgBox {
  float: left;
  width: 42%;
  padding-right: 40px; }
.topBlogList .txtSummary {
  float: left;
  width: 58%; }
.topBlogList .txtDate {
  color: #808080;
  margin-bottom: 3px; }
  .topBlogList .txtDate .txtCat {
    display: inline-block;
    padding-left: 10px;
    color: #333; }
	.topBlogList .btnMore a {
		display: inline-block;
    background: url(../img/common/other/icon_arrow_more.png) right 8px no-repeat;
    padding-right: 15px;
    color: #000;
	}

@media screen and (max-width : 767px){
	#top .mainBox {
		margin: 0 0 20px;
	}
	#top .banner{
		height: 320px;
		background: url(../img/top/img_temp_sp.jpg)no-repeat scroll center center;
	}
	#top .banner::before {
		left: 16px;
		top: 0;
		border-top: 5px solid #fff;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
	}
	#top .banner::after {
		right: -5px;
		bottom: 0;
		border-bottom: 5px solid #fff;
		border-left: 9px solid transparent;
	}
	#top .introduce {
		margin: 39px 0px 0 0;
	}
	#top .introduce h1 {
		font-size: 17px;
		margin: 0 0 20px 0;
		padding: 0 20px;
	}
	#top .introduce p {
		font-size: 13px;
		line-height: 1.5;
		padding: 0 20px;
	}
	#top .service {
		margin: 50px 0 0 0;
	}
	#top .service > h3 {
		font-size: 23px;
		font-weight: 600;
		line-height:1.6;
	}
	#top .service > .sv_ct {
		margin: 20px 0 0 0;
	}
	#top .service > .sv_ct .line > .img {
		height: 105px;
		width: 100%;
		display: block;
	}
	#top .service > .sv_ct .line > .txt {
		padding: 20px 10px;
		width: 100%;
		display: block;
	}
	#top .service > .sv_ct .line:nth-child(odd) .txt > h4 {
		font-size: 15px;
		color: #fff;
		letter-spacing: -0.09em;
		margin: 0 0 10px 0;
	}
	#top .service > .sv_ct .line:nth-child(odd) .txt > p {
		font-size: 12px;
		line-height: 22px;
		color: #fff;
		letter-spacing: 0;
		margin: 0 0 20px 0px;
	}
	#top .service > .sv_ct .line:nth-child(odd) .txt > div {
		text-align:center;
	}
	#top .service > .sv_ct .line:nth-child(even) .txt {
		position: relative;
		display:block;
		left: 0;
		top: 0;
		text-align: left;
		padding: 20px 10px;
	}
	#top .service > .sv_ct .line:nth-child(even) .txt > h4 {
		font-size: 15px;
		color: #333;
		font-weight: bold;
		letter-spacing: -0.05em;
		margin: 0 0 10px 0;
	}
	#top .service > .sv_ct .line:nth-child(even) .txt > p {
		font-size: 12px;
		line-height: 22px;
		color: #333333;
		letter-spacing: 0;
		margin: 0 0 20px 0px;
	}
	#top .service > .sv_ct .line:nth-child(even) .txt > div {
		text-align:center;
	}
	#top .service > .sv_ct .line .txt > div > a {
		font-size: 11px!important;
	}
	#top .news{
		margin: 30px 0 56px 0;
	}
	#top .news .left {
		display: block;
		width: 100%;
	    padding: 10px 10px 0 10px;
	}
	#top .news .left h3 {
		font-size: 20px;
	}
	#top .news .right {
		display: block;
		width: 100%;
	}
	#top .news .right ul {
		border-top: 1px solid #ccc;
		margin: 13px 10px 0 10px;
	}
	#top .news .right ul li{
		padding: 13px 0 13px 0;
	}
	#top .news .right ul li > span {
		font-size: 12px;
		vertical-align: top;
		width:100px;
	}
	#top .news .right ul li > a {
		font-size: 12px;
	}
	#top .news .view_all {
		margin: 26px 0 63px 0;
	}
	#top .news .view_all a {
		font-size: 11px;
	}
	#top .news .link_other {
		margin: 0 0px;
	}
	#top .news .link_other .sg {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 0px;
	}
	#top .news .link_other .sg .sg_tt span {
		font-size: 20px;
	}
	#top .news .link_other .sg .sg_tt label {
		font-size: 12px;
	}
	#top .news .link_other .sg .sg_tt a::after {
		right: 16px;
		bottom: 22px;
		width: 9px;
		height: 9px;
	}
	#top .recruit {
		border-top: 1px solid #ccc;
		padding: 30px 0 25px 0;
	}
	#top .recruit h3 {
		font-size:23px;
		line-height: 1.6;
	}
	#top .interview {
		padding: 25px 0 0 0;
	}
	#top .interview::before{
		width: 48.75%;
		top: 0;
		border-top: 7px solid #fff;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		left: 25.625%;
	}
	#top .interview h3 {
		font-size: 16px;
		letter-spacing: 1.32px;
		font-weight: bold;
		line-height: 1.5;
	}
	#top .interview p.tt_sub {
		font-size: 12px;
		margin: 0 0 11px 0;
	}
	#top .interview .list{
		padding:0;
	}
	#top .interview .list li {
		width: 50%;
	}
	#top .interview .list li a {
		padding: 0 0 25px 0;
	}
	#top .interview .list li label {
		font-size: 12px;
		margin: 10px 0 0 0;
	}
	#top .interview .list li span {
		font-size: 12px;
	}
	#top .interview .list li a::after {
		right: 15px;
		bottom: 43px;
		width: 8px;
		height: 8px;
	}

	#top .dif_link {
		padding: 28px 20px 0px 20px;
	}
	#top .dif_link a {
		padding: 10px 35px 10px 140px;
		border: 1px solid #0362A8;
		font-size: 13px;
		background: url(../img/top/icon_2017.svg)no-repeat scroll 16px center;
		background-size: 108px auto;
		text-align: left;
    	line-height: 1.5;
		letter-spacing:0;
	}
	#top .dif_link a::after {
		right: 17px;
		bottom: 44%;
		width: 7px;
		height: 7px;
	}
	#top .entry h4 {
		font-size: 13px;
		letter-spacing: 0;
		font-weight: bold;
		margin: 5px 0 10px 0;
	}

	.topBlogList {
		padding: 0;
		border: 0 !important;
	}
	.topBlogList li {
		padding: 18px 0 13px !important;
		margin-bottom: 0;
	}
	.topBlogList li:first-child {
		padding-top: 0;
	}
	.topBlogList .imgBox {
		padding: 0;
		width: 115px;
		margin: 0 15px 0 0;
	}
	.topBlogList .txtSummary {
		width: 100%;
		float: none;
		width: auto;
		overflow: hidden;
	}
	.topBlogList .txtBox {
		display: none;
	}
	.topBlogList .txtDate {
		font-size: 12px;
	}
	.topBlogList .ttlBlog {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.topBlogList .btnMore {
		display: block;
		text-align: right;
	}

}


.column .topBlogList .imgBox{
	width: 33%;
	padding-right: 28px;
}

.column .topBlogList .txtSummary{
	width: 67%;
	margin-top: -5px;
}

@media screen and (max-width:767px) {
	.column .topBlogList .imgBox{
		padding-right: unset;
	}
	.column .topBlogList .txtSummary{
		width: unset;
	}
}

.column .topBlogList{
	padding-top: 33px;
}

.column .topBlogList li{
	margin-bottom: 30px;
	padding-bottom: 20px !important;
}

.column .mb10{
	margin-bottom: 15px;
}

.column .topBlogList li:last-child{
	margin-bottom: 0;
}

#top .news.column {
	padding-top: 60px;
	margin-bottom: 0;
}

#top .news.column .right ul{
	margin-top: 9px;
}

#top .news{
	margin-top: 75px;
}

#top .news.column .view_all{
	margin-bottom: 75px;
}

.column .topBlogList .btnMore a {
	border: none;
	min-width: 0;
}
.banner_lp .banner_lp_1 {
	display: block;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	.banner_lp .banner_lp_1 {
		margin-bottom: 15px;
	}
}