@charset "utf-8";

/*메인배경*/
.mvisual{position:relative;height: 940px;background: url(/img/main/bg_main.gif) no-repeat 100%;}
.mvisual:after{position:absolute;content:"";top:0;left:0;width:518px;height:528px;background: url(/img/main/bg_implant.png) no-repeat 0 0}

/*메인컨텐츠박스*/
.mvisual .mcont{padding-top: 140px;}
.mvisual .mcont:after{display:none;}

/*메인텍스트*/
.mvisual .mtit{font-size: 5rem;color: #fff;font-weight: 700;text-align: center;line-height: 1.4;margin-bottom: 95px;}
.mvisual .mtxt{color: #fff;line-height: 1.6;margin-top: 40px;}
.mvisual .mstxt{/* color: #fff; *//* line-height: 1.6; *//* margin-top:20px; */}

/*메인푸터*/
#foot{position:absolute;left:50%;bottom:0;width: 1200px;margin-left:-600px;z-index:20;border-top:0;letter-spacing: 0;color: rgb(255 255 255 / 70%);font-size: 1.4rem;}
#foot .finfo li{color: rgb(255 255 255 / 70%);}
#foot .copyright{color: rgb(255 255 255 / 70%);}



/********************태블릿********************/
@media all and (max-width:1024px){

/*메인배경*/
.mvisual:after{width:100%;background-size:420px;}

/*메인컨텐츠박스*/
.mvisual .mcont{padding-top: 100px;}

/*메인텍스트*/
.mvisual .mtit{font-size: 4rem;margin-bottom: 50px;}


/*메인푸터*/
#foot{width:100%;left:0;margin-left:0;}
#foot .finfo.last{flex-wrap:wrap;}
#foot .finfo.last li:last-child{margin-left:0;}




}

/********************767********************/
@media all and (max-width:767px){


/*메인배경*/
.mvisual {height:770px;background-size: 100% 770px;}
.mvisual:after{background-size: 220px;}

/*메인컨텐츠박스*/
.mvisual .mcont{padding-top: 60px;}

/*메인텍스트*/
.mvisual .mtit{font-size: 3rem;margin-bottom: 30px;}
.mvisual .mtxt{margin-top:20px;line-height: 1.3;}
.mvisual .mtxt{line-height: 1.3;}


/*메인푸터*/
#foot .finfo.last li:last-child{margin-left:10px;}



}




/********************320********************/
@media all and (max-width:320px){


}

