/* 고정 css */
body{margin: 0; padding: 0;}
html,body {min-height: 100%}

/* style css */
#mobon_type01 #slider1_container{position: relative; width: 726px; height: 88px; background-color: #fff; overflow: hidden; cursor: pointer; border: 1px solid #ccc;}
#mobon_type01 .slides{position: absolute; left: 0px; top: 0px; width: 726px; height: 88px; overflow: hidden;}
#mobon_type01 .slides img{width: 100%;}
#mobon_type01 .mobon_logo{width: 15px; height: 15px; position: absolute; right: 0px; top: 0px; z-index: 100;}
#mobon_type01 .mobon_logo img{width: 100%; display: block;}
#mobon_type01 .shop_logo{margin: 10px auto 0; width: 200px;}
#mobon_type01 .shop_logo img{height: 100%}
#mobon_type01 .text_box{margin: 15px auto 0; width: 500px; text-align: center;}
#mobon_type01 .shop_name{font-size: 14px;}
#mobon_type01 .shop_price{font-size: 15px; font-weight: bold; color: #fff; background: #FF004D; height: 25px; line-height: 25px; 
      border-radius: 10px; width: 120px; margin: 5px auto 0; border-right:1px solid #7B1235; border-bottom:1px solid #7B1235;}
#mobon_type01 .sp_bg{background: #fff;}