﻿body {
    font-size:1em; line-height:20px; padding:0px; margin:0px; font-family:맑은 고딕, 돋움; color:#464646;
}

input, select {
    font-family: 맑은 고딕, 돋움;
    color: #464646;
}

img {
    vertical-align:middle;
}

a img {
    border:none;
    
}

a {
    color:black; text-decoration:none;
}

ul {
    padding:0px; margin:0px;
}

li {
    padding:0px; margin:0px; list-style:none;
}

.clear {
    clear:both;
}

h1, h2, h3, h4, h5, h6 {
    color:black;
}

input[type=text], input[type=password] {
    height:30px; font-weight:bold; padding:0px; line-height:30px; vertical-align:middle; margin:0px;border:solid 1px #d0d0d0;
}

input[type=button], input[type=submit] {
    height:30px;line-height:30px; vertical-align:middle; margin:0px;padding:0px 20px;
}

/*
    앞에 아이콘있는 버튼(예약하기/회원가입/회원정보 저장버튼)
*/

input.btnSaveStyle, span.btnSaveStyle {
    background-color:#df3127;border:none;color:#fff;vertical-align:middle;text-align:center;padding:10px 20px;
    box-shadow:2px 2px 5px #999;cursor:pointer;
}

select{height:30px;vertical-align:middle;font-size:1em; }

.clear {
    clear:both;
}

/*
    기준일변경하기버튼
*/
span.spanButton {
    display:inline-block; background-color:#828691; line-height:20px; color:#fff; text-align:center; padding:0 10px;text-decoration:none; cursor:pointer; height:20px;font-size:.9em;
}

/*
    로그인 팝업의 로그인 버튼/예약찾기 버튼
*/
span.spanButtonType1,input.btnSaveStyleType1 {
    display:inline-block;
    background: #df3127;
    color: #fff;
    text-align: center;
    padding:27px 20px;
    cursor: pointer;
    border: none;
    font-weight:bold;
}
/*
    기준일변경팝업의 변경하기 버튼
*/
span.spanButtonType2,input.btnSaveStyleType2 {
    display:inline-block;
    background: #414141;
    color: #fff;
    text-align: center;
    vertical-align:middle;
    padding:10px 20px;
    cursor: pointer;
    border: none;
    font-weight:bold;
}

/*
    기준일변경팝업의 변경하기 버튼
    게시판 검색,새글쓰기,저장하기,목록보기,취소하기
*/
span.spanButtonType3,input.btnSaveStyleType3 {
    display:inline-block;cursor:pointer;font-weight:bold;
    background:#f6f6f6;padding:0 10px; color:#2e2e2e;border:solid 1px #d0d0d0;
}

span.btnBoardH,input.btnBoardH {
    height:30px;line-height:30px;vertical-align:middle;
}

/*
    로그인팝업의 비회원예약
*/
span.btnUnderbar{
    display:inline-block; color:#2e2e2e; text-align:center; padding:5px 0;text-decoration:none; cursor:pointer;border-bottom:solid 3px #2e2e2e;
}