/*공통*/
.conbox h2{font-size: 30px; font-weight: 400; text-align: center;line-height: 1.5; word-break: keep-all;}
.conbox h2 span{font-weight: 600;color: #ec5d0a;}
.conbox h3{font-size: 24px; font-weight: 600; line-height: 1.5; word-break: keep-all; color: #333;}
.conbox p{font-size: 20px; font-weight: 300; line-height: 1.5; word-break: keep-all; color: #666;}

@media screen and (max-width:960px){
	.conbox h2{font-size: 20px;}
	.conbox h3{font-size: 18px;}
	.conbox p{font-size: 16px;}
}


/*a1*/
#a1 .inner{max-width:1000px;margin:0 auto;padding:00px 10px;text-align:center}
#a1 .section{ position:relative;overflow:hidden; padding: 70px;}
#a1 .en-sub{font-size: 50px; color: #251e1c; margin-bottom: 10px;  font-weight: 200;  line-height: 1.5;}
#a1 h2{font-size:58px;font-weight:500;margin-bottom:10px; color: #251e1c;line-height: 1.5;}
#a1 h2 strong{color: #251e1c; font-size: 80px; font-weight: 600;}
#a1 .title{font-size: 42px; font-weight: 500; color: #fff; background:#ec5d0a; padding: 10px 20px; width: fit-content; margin:30px auto 50px;}
#a1 .img img{width:100%; margin-bottom:30px}
#a1 .label{display:inline;position:relative; color:#e97132;font-size:25px;font-weight:600;padding:15px 22px;border-radius:10px 0 10px 0;z-index:1;line-height: 4.8;}
#a1 .label::after{content: ""; position: absolute;left: 50%; bottom: -10px; width: 50px; height: 2px; background: #ec5d31; z-index: -1; transform: translateX(-50%);}
#a1 h3{font-size:48px;font-weight:300;color:#e65e0f;line-height:1.5;margin-bottom:24px}
#a1 h3 strong{font-weight: 600;}

#a1 .add{display: flex; gap: 30px; background: #eeeeee; padding: 50px;margin-top: 50px;}
#a1 .add img{max-width: 100%; width: 45%;}
#a1 .add p{width: 55%;}

#a1 .txt{font-size:16px;color:#251e1c;line-height:1.6;text-align: left;}
#a1 .txt strong{font-size:23px;color:#251e1c;line-height:1.6;text-align: left; font-weight: 500;}
#a1 .img-bottom img{width:400px;margin:50px auto 0;display:block}

@media(max-width:960px){
#a1 .add{flex-direction: column;padding: 20px;margin-top: 30px;}
#a1 .add img{width: 100%;}
#a1 .add p{width: 100%;}
}
@media(max-width:768px){
#a1 .inner{padding:0;}
#a1 .section{padding:30px 0px;}
#a1 h2{font-size:28px}
	#a1 h2 strong{font-size: 28px;}

#a1 h3{font-size:20px}
#a1 .txt strong{font-size:18px}
#a1 .txt{font-size:16px}
#a1 .txt br{display: none;}
#a1 .img-bottom img{width:80%}
#a1 .en-sub{font-size: 20px;}
#a1 .label{font-size: 16px;}
#a1 h3 strong{background: none;}

#a1 .title{font-size: 16px;margin: 10px auto;}
}
/*a1*/




/*회사연혁*/
#a2 {width: 100%; overflow: hidden; margin-bottom: 120px;}
#a2 .con {position: relative;}
#a2 .con::after {position: absolute; content: ''; width: 1px; height: 100%; background-color: #ddd; left: 50%; top: 0;z-index: -1;}
#a2 .con .box {width: 50%;}
#a2 .con .box:nth-child(2n-1) {margin: 0 0 150px auto; padding-left: 50px;}
#a2 .con .box:nth-child(2n) {margin: 0 auto 150px 0; text-align: right; padding-right: 50px;}
#a2 .con .box:last-child {margin-bottom: 0;}
#a2 .con .box h2 {font-size: 36px; margin-bottom: 20px; position: relative; transition-duration: 0.3s; color: #ddd;}
#a2 .con .box:nth-child(2n-1) h2::after {position: absolute; content: ''; width: 15px; height: 15px; left: -57px; top: 50%; transform: translateY(-50%); background-color: #ddd; border: 3px solid #fff; border-radius: 50%; z-index: 1; transition-duration: 0.3s;}
#a2 .con .box:nth-child(2n) h2::after {position: absolute; content: ''; width: 15px; height: 15px; right: -57px; top: 50%; transform: translateY(-50%); background-color: #ddd; border: 3px solid #fff; border-radius: 50%; z-index: 1; transition-duration: 0.3s;}
#a2 .con .box ul li {font-size: 18px; line-height: 28px; color: #666; margin-bottom: 20px;}
#a2 .con .box ul li:last-child {margin-bottom: 0;}
#a2 .con .box ul li span {font-weight: 600; color: #121212; min-width: 60px; display: inline-block;}
#a2 .con .box:nth-child(even) ul li {display: flex; justify-content: flex-end;}
#a2 .con .box:nth-child(even) ul li span {order: 2;}

/* 이벤트 */
#a2 .con .box.on h2 {color: #e65e0f;}
#a2 .con .box:nth-child(2n-1).on h2::after {background-color: #e65e0f;}
#a2 .con .box:nth-child(2n).on h2::after {background-color: #e65e0f;}


@media (max-width: 960px){
	#a2 .con .box:nth-child(2n-1) {margin: 0 0 120px auto;}
	#a2 .con .box:nth-child(2n) {margin: 0 auto 120px 0;}
	#a2 .con .box h2 {font-size: 30px;}
	#a2 .con .box ul li {font-size: 16px; line-height: 26px;}
}


@media (max-width: 640px){
	#a2 .con::after {left: 10%;}
	#a2 .con .box {width: 90%;}
	#a2 .con .box:nth-child(2n-1) {margin: 0 0 100px auto;}
	#a2 .con .box:nth-child(2n) {margin: 0 0 100px auto; text-align: left; padding-right: 0; padding-left: 50px;}
	#a2 .con .box:nth-child(2n) h2::after {left: -57px;}
	#a2 .con .box:nth-child(even) ul li {display: block;}
	#a2 .con .box h2 {font-size: 26px;}
	#a2 .con .box ul li {font-size: 14px; line-height: 24px;}
	#a2 .con .box ul li span {min-width: 30px;}

}
/*회사연혁*/


/*a3*/
#a3 .inner{max-width:1000px;margin:0 auto;padding:00px 10px;text-align:center}
#a3 .section{ position:relative;overflow:hidden; padding: 70px;}
#a3 .en-sub{font-size: 50px; color: #231815; margin-bottom: 10px;  font-weight: 200;  line-height: 1.5;}
#a3 h2{font-size:58px;font-weight:500;margin-bottom:10px; color: #231815;line-height: 1.5;}
#a3 h2 strong{color: #231815; font-size: 80px; font-weight: 500;}
#a3 .title{font-size: 28px; font-weight: 500; color: #fff; background:linear-gradient(321deg, #ec5d0a, #ff8a3d); padding: 10px 20px; width: fit-content; margin:30px auto 50px;}
#a3 .img img{width:100%; margin-bottom:30px}
#a3 .label{display:inline;position:relative; color:#e97132;font-size:20px;font-weight:500;padding:6px 22px;border-radius:10px 0 10px 0;z-index:1;line-height: 4.8;}
#a3 .label::after{content: ""; position: absolute;left: 50%; bottom: -10px; width: 50px; height: 2px; background: #ec5d31; z-index: -1; transform: translateX(-50%);}
#a3 h3{font-size:48px;font-weight:200;color:#e65e0f;line-height:1.5;margin-bottom:24px}
#a3 h3 strong{font-weight: 600;}

#a3 .add{display: flex; gap: 30px; background: #eeefef; padding: 50px;margin-top: 50px;}
#a3 .add img{max-width: 100%; width: 45%;}
#a3 .add p{width: 55%;}

#a3 .txt{font-size:20px;color:#231815;line-height:1.8;text-align: left; font-weight: 300;}
#a3 .txt2 {font-size:17px;color:#231815;line-height:1.8;text-align: left; font-weight: 300;}
#a3 .txt strong{font-weight: 500; font-size: 23px; }
#a3 .img-bottom img{width:400px;margin:50px auto 0;display:block}

@media(max-width:960px){
#a3 .add{flex-direction: column;padding: 20px;margin-top: 30px;}
#a3 .add img{width: 100%;}
#a3 .add p{width: 100%;}
}
@media(max-width:768px){
#a3 .inner{padding:0;}
#a3 .section{padding:30px 0px;}
#a3 h2{font-size:28px}
#a3 h3{font-size:20px}
#a3 h2 strong{font-size:28px}
#a3 .txt{font-size:16px}
#a3 .txt br{display: none;}
#a3 .img-bottom img{width:80%}
#a3 .en-sub{font-size: 20px;}
#a3 .label{font-size: 16px;}
#a3 h3 strong{background: none;}

#a3 .title{font-size: 16px;margin: 10px auto;}
}
/*a3*/






/*조직도*/
#a4 {width: 100%;}
#a4 .con1 img {max-width: 1000px; width: 100%; display: block; margin: 0 auto;}

/*조직도*/











/*오시는 길*/
#a6 {margin-bottom: 70px;}
#a6 .con {margin-bottom: 80px;}
#a6 .con:last-child {margin-bottom: 0;}
#a6 .con .text_box {margin-bottom: 30px;}
#a6 .con .text_box h2 {font-size: 30px; font-weight: 400; text-align: center;line-height: 1.5;}
#a6 .con .text_box h2 span {font-weight: 600;color: #ec5d0a;}
#a6 .con .root_daum_roughmap_landing {border: 1px solid #eee; margin-bottom: 20px;}
#a6 .con .root_daum_roughmap .wrap_controllers {display: none;}
#a6 .con .root_daum_roughmap .map_border {display: none;}
#a6 .con .root_daum_roughmap .wrap_btn_zoom {z-index: 9;}
#a6 .con .mapinfo {display: flex; border: 1px solid #eee;}
#a6 .con .mapinfo h2 {width: 15%; text-align: center; background: #e65e0f; color: #fff; font-size: 20px; padding: 20px 0;}
#a6 .con .mapinfo ul {display: flex; width: 85%; padding: 20px;}
#a6 .con .mapinfo ul li {display: flex; align-items: center; margin-right: 50px;}
#a6 .con .mapinfo ul li:last-child {margin-right: 0;}
#a6 .con .mapinfo ul li span {margin-right: 10px;}
#a6 .con .mapinfo ul li span img {height: 20px;}
#a6 .con .mapinfo ul li p {font-size: 18px; color: #666; font-weight: 500;}
.root_daum_roughmap .cont .section.lst {display: none;}

@media (max-width: 960px){
	#a6 .con {margin-bottom: 60px;}
	#a6 .con .text_box h2 {font-size: 25px;}
	#a6 .con .mapinfo {flex-direction: column;}
	#a6 .con .mapinfo h2 {width: 100%; padding: 0; line-height: 50px; font-size: 18px;}
	#a6 .con .mapinfo ul {width: 100%;}
	#a6 .con .mapinfo ul li p {font-size: 16px;}
}

@media (max-width: 640px){
	#a6 .con {margin-bottom: 50px;}
	#a6 .con .text_box h2 {font-size: 20px;}
	#a6 .con .mapinfo h2 {font-size: 16px;}
	#a6 .con .mapinfo ul {flex-direction: column; align-items: flex-start;}
	#a6 .con .mapinfo ul li {margin-right: 0; margin-bottom: 5px;}
	#a6 .con .mapinfo ul li:last-child {margin-bottom: 0;}
	#a6 .con .mapinfo ul li span img {height: 18px;}
	#a6 .con .mapinfo ul li p {font-size: 14px; line-height: 24px;}
}

@media (max-width: 440px){
	#a6 .con .text_box h2 br {display: none;}
}
/*오시는 길*/


/*b1*/
#b1 .inner{max-width:1000px;margin:0 auto;padding:00px 10px;text-align:center}
#b1 .section{ position:relative;overflow:hidden; padding: 70px 70px 0;}
#b1 .en-sub{font-size: 38px; color: #333; margin-bottom: 10px;  font-weight: 300;  line-height: 1.5;}
#b1 h2{font-size:58px;font-weight:500;margin-bottom:10px; color: #212121;line-height: 1.5;}
#b1 h2 strong{color: #000;}
#b1 .title{font-size: 28px; font-weight: 500; color: #fff; background:linear-gradient(321deg, #ec5d0a, #ff8b1d); padding: 10px 20px; width: fit-content; margin:30px auto 50px;}
#b1 .img img{width:100%;}
#b1 .label{display:inline;position:relative; color:#e97132;font-size:20px;font-weight:500;padding:6px 22px;border-radius:10px 0 10px 0;z-index:1;line-height: 4.8;}
#b1 .label::after{content: ""; position: absolute;left: 50%; bottom: -10px; width: 50px; height: 2px; background: #ec5d31; z-index: -1; transform: translateX(-50%);}
#b1 h3{font-size:48px;font-weight:300;color:#e65e0f;line-height:1.5;margin-bottom:24px}
#b1 h3 strong{font-weight: 600;}

#b1 .add{display: flex;gap: 20px; padding: 50px 0px;}
#b1 .add .info-row{width:50%;padding: 20px; border-radius: 20px; box-shadow: 1px 1px 5px #ddd;    display: flex; flex-direction: column;  gap: 20px;}
#b1 .add .info-row img{width:25%;}

#b1 .add .row2{width: 100%; box-shadow: none; padding: 0;}
#b1 .add .row2 h3{color: #000000;margin-bottom: 0;}
#b1 .add .row2 .en-sub{font-size: 28px;}
#b1 .add .row2 ul{display: flex; gap: 20px;}
#b1 .add .row2 ul li{width: 25%; text-align: center; border-radius: 20px; box-shadow: 1px 1px 5px #ddd; padding: 20px 10px;}
#b1 .add .row2 ul li p{text-align: center;font-size: 18px;}
#b1 .add .row2 img{width: 50%;    margin-bottom: 10px;}

#b1 .add .row3{width: 100%; box-shadow: none; padding: 0;}
#b1 .add .row3 h3{color: #000000;margin-bottom: 0;}
#b1 .add .row3 .en-sub{font-size: 28px;}
#b1 .add .row3 ul{display: flex; gap: 20px;}
#b1 .add .row3 ul li{width: 33.3%; text-align: center; border-radius: 20px; box-shadow: 1px 1px 5px #ddd; padding: 20px 10px;}
#b1 .add .row3 ul li p{text-align: center;font-size: 18px;}
#b1 .add .row3 img{width: 37%;    margin-bottom: 10px;}
#b1 .add .row3 img{width: 37%;    margin-bottom: 10px;}

#b1 .closing{font-size: 48px; font-weight: 300; color: #000; line-height: 1.5; margin: 50px 0; ;}
#b1 .closing strong{color: #ed5d0a;font-weight: 600;}

#b1 .txt{font-size:20px;color:#666;line-height:1.8;text-align: left;}
#b1 .img-bottom img{width:400px;margin:50px auto 0;display:block}

@media(max-width:960px){
#b1 .add{flex-direction: column;padding: 20px;margin-top: 30px;}
#b1 .add img{width: 100%;}
#b1 .add p{width: 100%;}
#b1 .add .info-row{width: 100%;}
#b1 .add .row2 ul{flex-direction: column;}
#b1 .add .row2 ul li{width: 100%;}
#b1 .add .row2 img{width: 30%;}
#b1 .add .row3 ul{flex-direction: column;}
#b1 .add .row3 ul li{width: 100%;}
#b1 .add .row3 img{width: 30%;}
#b1 .closing{font-size: 24px;}
#b1 .add .row2 .en-sub{font-size: 18px;}
#b1 .add .row3 .en-sub{font-size: 18px;}
}
@media(max-width:768px){
#b1 .inner{padding:0;}
#b1 .section{padding:30px 0px;}
#b1 h2{font-size:28px}
#b1 h3{font-size:20px}
#b1 .txt{font-size:16px}
#b1 .txt br{display: none;}
#b1 .img-bottom img{width:80%}
#b1 .en-sub{font-size: 20px;}
#b1 .label{font-size: 16px;}
#b1 h3 strong{background: none;}

#b1 .title{font-size: 16px;margin: 10px auto;}
}
/*b1*/



/*b2*/
#b2 .inner{max-width:1000px;margin:0 auto;padding:00px 10px;text-align:center}
#b2 .section{ position:relative;overflow:hidden; padding: 70px;}
#b2 .en-sub{font-size: 50px; color: #231815; margin-bottom: 10px;  font-weight: 200;  line-height: 1.5;}
#b2 h2{font-size:80px;font-weight:300;margin-bottom:10px; color: #231815;line-height: 1.5;}
#b2 h2 strong{color: #231815; font-weight: 600;}
#b2 .title{font-size: 42px; font-weight: 500; color: #fff; background: #ec5d0a; padding: 10px 20px; width: fit-content; margin:30px auto 50px;}
#b2 .img img{width:100%; margin-bottom:30px}
#b2 .label{display:inline;position:relative; color:#e97132;font-size:20px;font-weight:500;padding:6px 22px;border-radius:10px 0 10px 0;z-index:1;line-height: 4.8;}
#b2 .label::after{content: ""; position: absolute;left: 50%; bottom: -10px; width: 50px; height: 2px; background: #ec5d31; z-index: -1; transform: translateX(-50%);}
#b2 .info{font-size:30px;font-weight:300;color:#231815;line-height:1.8;margin-bottom:24px; padding: 2rem;}
#b2 h3 strong{font-weight: 600;}

#b2 .add{display: flex; gap: 30px; background: #e97132; padding: 50px; margin-top: 50px;}
#b2 .add img{max-width: 100%; width: 45%;}
#b2 .add p{font-size: 20px; color: #eee; line-height: 1.5; font-weight: 200;}

#b2 .add ul li{display: flex;gap: 30px;    margin-bottom: 50px;}
#b2 .add ul li h3{font-size: 45px; font-weight: 600; color: #fff; margin-bottom: 10px; padding: 0.7rem 0;}
#b2 .add ul li h4{font-size: 35px; font-weight: 200; color: #eee; line-height: 1.8;}
#b2 .add ul li:nth-of-type(even){flex-direction: row-reverse;}
#b2 .add ul li:nth-of-type(even)>div{text-align: right;}
#b2 .add ul li:nth-of-type(odd)>div{text-align: left;}
#b2 .add ul li

#b2 .txt{font-size:20px;color:#666;line-height:1.8;text-align: left;}
#b2 .img-bottom img{width:40%;margin:50px auto 0;display:block}
#b2 .img-bottom {display: flex; align-items: center;;}
#b2 .img-bottom h3{font-size: 35px; font-weight: 300; }
#b2 .img-bottom h3 strong{color: #e97132; font-weight: 600;}

@media(max-width:960px){
#b2 .add{flex-direction: column;padding: 20px;margin-top: 30px;}
#b2 .add img{width: 100%;}
#b2 .add p{width: 100%;}
#b2 .add ul li{flex-direction: column;}
#b2 .add ul li:nth-of-type(even){flex-direction: column;}
#b2 .add ul li:nth-of-type(even)>div{text-align: left;}
}
@media(max-width:768px){
#b2 .inner{padding:0;}
#b2 .section{padding:30px 0px;}
#b2 h2{font-size:28px}
#b2 .info{font-size:20px; padding: 0;}
#b2 h3{font-size:20px}
#b2 .add ul li h4{    font-size: 18px;}
#b2 .add ul li h3{    font-size: 24px;}
#b2 .txt{font-size:16px}
#b2 .txt br{display: none;}
#b2 .img-bottom img{width:80%}
#b2 .en-sub{font-size: 20px;}
#b2 .label{font-size: 16px;}
#b2 h3 strong{background: none;}

#b2 .title{font-size: 16px;margin: 10px auto;}

#b2 .img-bottom{flex-direction: column;}
#b2 .img-bottom h3{font-size: 20px;}
}
/*b2*/





/*R&D연구개발*/
#b3 .con {position: relative; margin-bottom: 100px;}
#b3 .con .imgwrap img {width: 100%; max-width: 960px;}
#b3 .con p {background-color: #f9feff; padding: 30px; position: absolute; bottom: -60px; right: 0; font-size: 18px; line-height: 28px; color: #333; font-weight: 500;}
#b3 .con p b {color: #e65e0f; font-weight: 700;}

@media screen and (max-width: 960px) {
	#b3 .con {margin-bottom: 0;}
	#b3 .con p {position: initial; font-size: 16px; line-height: 26px;}
}
@media screen and (max-width: 640px) {
	#b3 .con p {padding: 20px; font-size: 14px; line-height: 24px;}

}
/*R&D연구개발*/





/* content03 */
.content03 .icon li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 .icon li:nth-child(3n+3){margin-right:0}
.content03 .icon li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 .icon li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 .icon li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 .icon li p { text-align:center; word-break:keep-all}
.content03 .icon li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 .icon li { width:50%; margin-right:0}
	.content03 .icon li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 .icon li { width:100%; margin-right:0}
	.content03 .icon li p { max-width:300px; margin:0 auto}
}
/* content03 */




/* content_area04 */
.content04 .point { padding:0 20px 0 0}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .content_txt_box { width:100%; padding-top:50px; clear:both}
.content04 .title_text{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .sub_txt {float:right; width:75%;}
.content04 .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .title_text { width:100%; margin-bottom:20px; clear:both}
	.content04 .sub_txt { float:left; width:100%}
}

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

}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:20px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; padding-top:0; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */