@CHARSET "UTF-8";
.color-theme{
	padding:5px;
	color:#FFF;
	text-align:center;
	background:#BD0000;
	margin:0 0 20px;
}
.two-box a:hover {
    text-decoration: none;
}
.post-pd img:hover {
    opacity: 1!important;
}
p.movie-crane-title {
    font-size: 18px;
    font-weight: bold;
}
.list-dot li {
    padding-bottom: 10px;
}
.post-row{
	display:flex;
	flex-wrap:wrap;
}
.post-row img{width:100%;}
.post-row .two-box,
.post-row .three-box{
	width:100%;
	margin:0 0 15px;
}
.post-row .post-pd{
	border:1px solid #808080;
	height:100%;
	padding:20px 15px;
}
.post-row .post-col{
	display:flex;
	flex-wrap:wrap;
}
.post-row img:hover {
    opacity: .7;
}
.post-row img{
    transition-duration: 0.5s;
}
.post-row .post-col .post-img,
.post-row .post-col .post-txt{width:100%;}
.post-row .post-txt h4{
	font-size:18px;
	line-height:1.4;
	border-bottom:1px solid #B7B9BB;
	padding:0 0 10px;
	margin:0 0 14px;
}
.post-row .post-txt h4 span{font-size:0.8em;}
.post-row .post-col .post-img{margin:0 0 14px;}
.post-row li{line-height:1.5;}
.post-txt h4{
    color: #000;
}
.post-row li {
    color: #000;
}
.down-btn:last-of-type{margin:0 0 4em;}
.down-btn a{
	text-decoration:none;
	background-color:#BD0000;
	display:table;
	color:#FFF;
	padding:5px 3em 5px 1.5em;
	position:relative;
	transition:0.4s;
	margin:auto;
}
.down-btn a:hover{background-color:#D54D4D}
.down-btn a::before{
	content:'\2192';
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
	line-height:2.5;
	font-weight:600;
	margin:auto;
}
.red-link{margin:10px 0 0;}
.red-link a{
	display:block;
	color:#C30000;
	padding:0 0 0 20px;
	position:relative;
}
.red-link a::before{
	content:'';
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:12px;
	height:12px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
}
.red-txt{text-align:center;}
.red-txt a{
	color:#C30000;
	padding:0 0 0 22px;
	position:relative;
}
.red-txt a::before{
	content:'';
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:20px;
	height:20px;
	background-image:url(../img/pdf_icon.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
}
.gaWrapper{
	overflow:hidden;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}
.gaWrapper .gaGrid{
	width:calc(50% - 5px);
	margin:0 10px 30px 0;
}
.gaWrapper .gaGrid:nth-child(even){margin:0 0 30px;}
.gaWrapper .img{
	text-align:center;
	
}
.gaWrapper .img img{
	width:100%;
	height:auto;
	transition-duration: 0.5s;
}
.gaWrapper img:hover{
     transform: scale(1.1);
    transition-duration: 0.8s;
}
figure.img {
    border:1px solid #9B9B9B;
    overflow: hidden;
    cursor: pointer;
}

.redline{
	position:relative;
	font-size:16px;
	line-height:1.5;
	padding:0 0 0.2em 1em;
	margin:0 0 10px;
}
.redline:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	content:'';
	width:4px;
	height:calc(100% - 0.5em);
	background-color:#EC1D00;
}
.readmore a{
	background-color:#C00000;
	border:1px solid #C00000;
	display:block;
	text-align:center;
	margin:10px 0 0;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
	transition:0.3s;
}
.readmore a:hover{
	background-color:#FFF;
	color:#C00000;
}
.icon-pdf-s:before{
    display: inline;
    width: 19px;
    height: 16px;
    padding: 5px;
    content: url(../img/icon_pdf.jpg);
}
.improveTbl {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
}
.improveTbl tr th {
    padding: 5px;
    border: solid 1px #ccc;
    background: #555;
    color: #FFF;
}
.improveTbl tr td {
    padding: 9px;
    border: solid 1px #ccc;
}
.flex-g-point-under{
    border-bottom: 1px solid #D7D8D9;
}
.sub_section_header_bd {
    margin-top: 1.5em;
    margin-bottom: 2em;
}
.service_tbl td {
    text-align: center;
}
table.service_tbl a {
    padding-left: 0em!important;
}
.post-btn {
    margin-top: 1em;
}
.post-btn a {
    display: block;
    color: #0066a7;
    position: relative;
    padding-left: 1.5em;
}
.post-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 15px solid #c30000;
}
.cen-txt{text-align:center;}
.bord{border:1px solid #808080;}
@media only screen and (min-width:640px){
	.gaWrapper .gaGrid, .gaWrapper .gaGrid:nth-child(even){
		width:calc(25% - 15px);
		margin:0 20px 30px 0;
	}
	.gaWrapper .gaGrid:nth-child(4n){margin:0 0 30px;}
	.redline{font-size:18px;}
}
@media only screen and (min-width:768px){
	.post-row .two-box{width:calc(50% - 15px);}
	.post-row .two-box:nth-child(odd){margin:0 15px 30px 0;}
	.post-row .two-box:nth-child(even){margin:0 0 30px 15px;}
	.post-row .three-box{
		width:calc(100%/3 - 40px);
		margin:0 60px 40px 0;
	}
	.post-row .three-box:nth-child(3n){margin:0 0 20px}
	.post-row .post-pd{padding:30px 15px;}
	.post-row .post-col .post-img{width:40%;}
	.post-row .post-col .post-txt{
		width:calc(60% - 15px);
		margin:0 0 0 15px;
	}
	.post-row .post-col .post-txt h4{font-size:20px;}
}

@media only screen and (max-width:330px){
	.redline{font-size:15px;}
}
@media screen and (max-width:800px){
h3.layout-txt-box {
    font-size: 14px!important;
}
}
@media only screen and (max-width: 1000px){
.improveTbl {
    width: 1000px;
}
.scrollBox {
    overflow-x: scroll;
}
}