@charset "utf-8";
/*## common */

.Grp {max-width:1200px;margin:0 auto;}

/*## 중앙 라인 타이틀 */
h3.line_title {text-align:center;color:#000;font-size:30px;line-height:50px;}
h3.line_title span {display:inline-block;*display:inline;*zoom:1;padding:0 30px;background-color:#fff;}
h3.line_title:before {display:block;position:absolute;left:50%;margin-left:-600px;width:1200px;border-top:solid 1px #000;content:" ";margin-top:25px;z-index:-1;}
@media screen and (max-width:640px) {
	h3.line_title {text-align:center;color:#000;font-size:20px;line-height:40px;}
	h3.line_title span {display:inline-block;*display:inline;*zoom:1;padding:0 20px;background-color:#fff;}
	h3.line_title:before {display:block;position:absolute;left:50%;margin-left:-600px;width:1200px;border-top:solid 1px #000;content:" ";margin-top:20px;z-index:-1;}
}

/*# R # ul 1200 divide 3 none padding */
ul.Rul1200_3 > li {float:left;width:400px;overflow:hidden;}
ul.Rul1200_3 > li > img {max-width:100%;}
@media screen and (max-width:1200px) {
	ul.Rul1200_3 > li {float:left;width:33.3%;}
	ul.Rul1200_3 > li img {width:100%;height:auto;}
	ul.Rul1200_3 > li:nth-child(3n+2) {width:33.4%;}
}
@media screen and (max-width:800px) {
	ul.Rul1200_3 {display:block;padding:0 10px;}
	ul.Rul1200_3 > li,
	ul.Rul1200_3 > li:nth-child(3n+2) {float:none;clear:both;width:100%;overflow:hidden;}
	ul.Rul1200_3 > li > img {max-width:100%;height:auto;}
}

/*# R # R_ul2 */
ul.R_ul2 > li {float:left;width:50%;}
@media screen and (max-width:640px) {
	ul.R_ul2 > li {float:none;clear:both;width:100%;overflow:hidden;}
}


/*## ul 7 none padding */
ul.ul7 > li {float:left;width:14.3%;}
ul.ul7 > li:last-child {width:14.2%;}

.cOrg {color:#ff6600;}


.blk1 {height:10px;}
.blk2 {height:20px;}
.blk3 {height:30px;}
.blk4 {height:40px;}
.blk5 {height:50px;}
.blk6 {height:60px;}
.blk7 {height:70px;}
.blk8 {height:80px;}