@charset "UTF-8";

body{letter-spacing:-.025em;}
.layout{width:1280px;margin:0 auto;position:relative;}
.cfixed:after, .container:after{ display:block; content:""; clear:both; }


#container{width:100%;}



.main_section1 {margin:0 auto; max-width:1280px; height:auto; padding:120px 0 120px 0;}
.main_section1 .section1_left  {float:left; width:50%; height:350px; text-align:center;}
.main_section1 .section1_left .txt1 {height:50px; font-size:30px; font-weight:600; letter-spacing:-1px}
.main_section1 .section1_right  {float:right; width:50%; height:350px; text-align:center;}
.main_section1 .section1_right .txt1 {height:50px; font-size:30px; font-weight:600; letter-spacing:-1px}


.sub_section1 {margin:0 auto; max-width:1280px; height:auto; padding:0 0 0 0; text-align:center;}










/*! mobile */
@media (max-width: 1023px){

.main_section1 {width:100%; padding:10px 0 50px 0;}
.main_section1 .section1_left  {float:left; width:100%; height:500px; }
.main_section1 .section1_left .txt1 {height:50px; font-size:60px; font-weight:600; letter-spacing:-1px}
.main_section1 .section1_right  {float:left; width:100%; padding:100px 0 0 0;}
.main_section1 .section1_right .txt1 {height:50px; font-size:60px; font-weight:600; letter-spacing:-1px}


.sub_section1  {width:98%; height:auto;}
.sub_section1 img {width:100%; height:auto;}

}