﻿
/*굴림체를 안쓰면 버튼들 가운데 정렬이 안된다.*/
.btn_orange {
    font-family: 'NanumGothic',GulimChe;
    width: 100px;
    height: 30px;
    background-color: #f8585b;
    border: none;
    color: #fff;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    cursor: pointer;
    border-radius: 3px;
}

    .btn_orange:hover {
        background: #AAABAA;
        color: white;
    }

.btn_blue {
    font-family: 'NanumGothic',GulimChe;
    width: 100px;
    height: 30px;
    background-color: #009ACC;
    border: none;
    color: #fff;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    cursor: pointer;
    border-radius: 3px;
}

    .btn_blue:hover {
        background: #AAABAA;
        color: white;
    }


.btn_green {
    font-family: 'NanumGothic',GulimChe;
    width: 100px;
    height: 30px;
    background-color: #669A00;
    border: none;
    color: #fff;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    cursor: pointer;
    border-radius: 3px;
}

    .btn_green:hover {
        background: #AAABAA;
        color: white;
    }


.btn_white_no_border {
    font-family: 'NanumGothic',GulimChe;
    background-color: #fff;
    height: 36px;
    border: none;
    color: #808080;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px auto;
    cursor: pointer;
    border-radius: 0;
    height: auto;
    font-weight: 600;
    font-family: Gulim;
}

    .btn_white_no_border:hover {
        background: #fff;
        color: #000000;
    }

.btn_lbl_noWidth {
    font-family: 'NanumGothic',GulimChe;
    background-color: gray;
    border: solid;
    border-width: 1px;
    color: white;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    cursor: default;
    border-radius: 3px;
    height: 35px;
    font-weight: 600;
}

    .btn_lbl_noWidth:hover {
        background: #AAABAA;
        color: #000000;
    }


.btn_darkgray_noWidth {
    font-family: 'NanumGothic',GulimChe;
    background-color: #424242;
    border: none;
    color: #ffffff;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: default;
    border-radius: 3px;
    height: 25px;
    font-weight: 600;
}
.btn_darkgray_noWidth:hover {
    background: #AAABAA;
    color: #000000;
}



.btn_orange_noWidth_lbl {
    font-family: 'NanumGothic',GulimChe;
    background-color: #f8585b;
    border: none;
    color: #000000;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 0px auto;
    cursor: default;
    border-radius: 20px;
    height: auto;
    font-weight: 600;
}


.btn_orange_noround_noWidth_lbl {
    font-family: 'NanumGothic',GulimChe;
    background-color: #f8585b;
    border: none;
    color: #000000;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 0px auto;
    cursor: default;
    border-radius: 4px;
    height: auto;
    font-weight: 600;
}



.btn_gray_noround_noWidth_lbl {
    font-family: 'NanumGothic',GulimChe;
    background-color: #fff;
    border: none;
    color: #000000;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    cursor: default;
    border-radius: 0px;
    height: auto;
    font-weight: 700;
}
/*-----------------------------------------------------------일반버튼*/


.btn_standard {
    font-family:'NanumGothic',GulimChe;
    font-size: 13px;
    margin: 4px auto;
    padding: 0px 0px;
    cursor: pointer;
    height: 30px;
    font-weight: 200;
}

    .btn_standard:hover {
/*        background: #000000;*/
        color: #000000;
    }


.btn_text_only {
    /* box-sizing:padding-box;
    background: #424242;
    border: none;
    color: #fff;
    border-color: #424242;
    padding: 0px 0px;
    text-align: center;*/
    /*vertical-align: middle;*/
    /*text-decoration: none;*/
    font-size: 16px;
    /*margin: 10px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 3px;*/
    height: 30px;
    font-weight: 500;
    width: 100px;
    font-family: 'NanumGothic',GulimChe;
    margin-left: 10px;
}

    .btn_text_only:hover {
        background: #424242;
        color: #ffd800;
    }


.btn_menu {
    width: 100px;
    height: 30px;
    margin-left: 10px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    background:black;
    color: #fff;
}

   /* .btn_menu:hover {
        background: #424242;
        color: #fff;
    }*/


.lbl_darkgray_noWidth {
    font-family: 'NanumGothic',GulimChe;
    background-color: #424242;
    border: none;
    color: #ffffff;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: default;
    border-radius: 3px;
    height: 25px;
    font-weight: 600;
}


.btn_marking_num {
    font-family: 'NanumGothic',GulimChe;
    background-color: #424242;
    border: none;
    color: #ffffff;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: default;
    border-radius: 3px;
    width:165px;
    height: 125px;
    font-weight: 600;
    font-size:xx-large;
}

    .btn_marking_num:hover {
        background: #AAABAA;
        color: #000000;
    }


