@charset "utf-8";

/* 버튼 설정 */
.btnset {
    display: inline-block !important; outline: none !important; cursor: pointer !important; text-align: center !important; text-decoration: none !important; overflow: visible; vertical-align: middle !important; border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_youtube { width:90px; height:50px; border-radius:10px; background:#c20000 url(/theme/basic/img/ico/ico_play.png) no-repeat center; }
.btn_search_store { padding:0 50px 0 30px; background: #932f4a url(/theme/basic/img/ico/ico_search.png) no-repeat 80% center; font-size:15px; color: #fff; border: none;height: 34px; line-height:34px; cursor: pointer; vertical-align: top; letter-spacing: -0.5px;}
.btn_mapview { padding:0 55px 0 30px; background:#474747 url(/theme/basic/img/ico/ico_mapview.png) no-repeat 80% center; font-size:15px; color:#fff; line-height:36px;}
.btn_complete { padding:0 60px; background:#932f4a; font-size:18px; color:#fff; line-height:45px;}

.btn_type01 { padding:0 75px 0 25px; background:#fff url(/theme/basic/img/bu/bu_btn.png) no-repeat 90% center; border:1px solid #932f4b; font-size:17px; color:#932f4b; font-weight:500; letter-spacing:-0.5px; line-height:45px; }

.btn_mapbtn { width:22px; height:31px; background:url(/img/ico/ico_map.png) no-repeat center;}
.btn_mapbtn:hover { background:url(/img/ico/ico_map_hover.png) no-repeat center;}

.btn_submit02 { margin:10px 0 15px; width:100%; background:#e45000; font-size:17px; color:#fff; line-height:55px; letter-spacing: 1px; }
