@charset "utf-8";
/* CSS Document */

html, body {height:100%;margin:0 auto; width:640px;   background:#5c5c5c;}
* {margin:0; padding:0;}

#wrap {width:100%; margin:auto; overflow:hidden;}
#m_wrap{ z-index:0;  background:#4d4d4d;}
.visual {background-color: #fff; height: 577px;}
.cnt {background-color: #fff; padding-top: 30px}
.pt0{padding-top:0;}



.foot_wrap {margin:0 auto; width:640px; position:relative; padding-top:10px; background:#4d4d4d; font-size:16px;}
.foot_box {width:640px; margin:0 auto; text-align:center; /*background:#4d4d4d; margin-bottom:144px;*/ padding-bottom:150px; color:#ccc;}
.foot_box .txt {width:640px; margin:0 auto; padding-top:17px; line-height:150%; font-weight:nomal; font-family:Noto Sans CJK KR; color: #ccc; font-size: 17px}



 /*하단 고정*/
.btm_btns {position:fixed; left:0; bottom:0; z-index:13; width:100%; height:120px; background:rgba(34,24,17,0.9);}
.btm_btns li {float:left; width:50%; height:120px; font-size:0; line-height:0; background-position:center center; background-repeat:no-repeat;}
.btm_btns li.btm_homepage {background-image:url(/new2023/mobile/landing/images/btm_01.png);}
.btm_btns li.btm_counsel {background-image:url(/new2023/mobile/landing/images/btm_02.png);}

.btm_btns li a {display:block; height:100%; font-size:0; line-height:0; border-left:solid 1px #fff;}
.btm_btns li:first-child a {border:none;}
