
@font-face {
    font-family: 'gyeonggiTitle_Light';
    src: url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.woff2') format('woff2'),
    url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.woff') format('woff'),
    url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.eot'),
    url('../font/gyeonggiTitle_Light/gyeonggiTitleLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.captcha {
    width: 100%;
    display:inline-block;
    text-align: center;
}


#captcha_image_join{
    padding-bottom: 15px;
    padding-right: 15px !important;
}

#captcha_code{
    color: #fff;
    border: 2px solid #c8af77;
    border-image-source: linear-gradient(to right, #c8af77 15%, #fff 50%, #c8af77 );
    text-align: center;
    border-image-slice: 1;
    height: 55px;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
}

.captcha .button-box .reload {
    width: 49%;
    background: #4C4D4C;
    background-size: 100% 100% !important;
    color: #fff !important;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
}
.captcha .button-box .send {
    width: 49%;
    background: url(/m/14king_img/button.png)no-repeat !important;
    background-size: 100% 100% !important;
    color: #000 !important;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
}


#phonecheck{
    background: url(/m/14king_img/button.png)no-repeat !important;
    background-size: 100% 100% !important;
    color: #000 !important;
    height: 35px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    font-family: 'gyeonggiTitle_Light';
    padding-top: 0px;
}

#codeCheck{
    margin-top: 15px;
    background: url(/m/14king_img/button.png)no-repeat !important;
    background-size: 100% 100% !important;
    color: #000 !important;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}