@charset "utf-8"; /* CSS Document */
/*----------------------------------------
	#topSec
----------------------------------------*/
#topSec {
    background-image: url(../images/top-back.jpg);
}

.box {
    overflow: hidden;
    margin: 0 0 50px 0;
}

.box .txt h3 {
    text-align: left;
    margin: 0 0 30px 0;
    font-size: 26px;
}

.box-left .img,
.box-right .img {
    width: 540px;
}
.box-left .txt,
.box-right .txt {
    width: 520px;
}
.box-left .img {float: left;}
.box-left .txt {float: right;}
.box-right .img {float: right;}
.box-right .txt {float: left;}

@media screen and (max-width: 768px) {
    .box .img,
    .box .txt {
        float: none;
        width: auto;
        margin: 0 0 30px 0;
    }
    .box .txt h3 {
        margin: 0 0 30px 0;
    }
    .box .txt h3 br{
        display:none;
    }
}



/* -------- media Method -------- */
@media print,screen and (min-width: 769px) {
}

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