﻿.blackout {
    width: 600px;
    margin: 12% auto 0;
    padding: 210px 0 90px;
    background: url('/Images/icon_error.png') no-repeat center 69px;
    text-align: center;
}

    .blackout > strong {
        color: #222222;
        font-size: 26px;
    }

        .blackout > strong > em {
            font-style: normal;
            color: #EC1C23;
        }

* {
    font-family: Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
}

.blackout p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}

    .blackout p span {
        padding: 20px 0 0;
        color: #0000FF !important;
        font-size: 13px;
        line-height: 1.5;
        color: #666666;
    }

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
}

.c-point {
    color: #EC1C23;
}

.submitbtn .skinbtn {
    width: 170px;
}

.skinbtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #B1B1B1;
    background: #FFFFFF;
    color: #777777;
}

.btn-m2 {
    height: 44px;
}

.submitbtn {
    margin: 30px 0 0;
}

@media (max-width: 768px) {
    .blackout {
        width: auto;
        padding: 190px 0 90px;
        /*background-size: 97px 84px;*/
    }

        .blackout > strong {
            font-size: 20px;
        }

        .blackout p {
            padding: 10px 0 0;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: -0.05em;
        }

    .submitbtn {
        margin: 20px 0 0;
    }
}

.register {
    width: 600px;
    margin: 0% auto 0;
    padding: 500px 0 90px;
    background: url('/Images/register.png') no-repeat center 69px;
    text-align: center;
}
    .register > strong {
        color: #222222;
        font-size: 26px;
    }

        .register > strong > em {
            font-style: normal;
            color: #EC1C23;
        }

* {
    font-family: Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
}

.register p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}

    .register p span {
        padding: 20px 0 0;
        color: #0000FF !important;
        font-size: 13px;
        line-height: 1.5;
        color: #666666;
    }

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
}

.c-point {
    color: #EC1C23;
}

.submitbtn .skinbtn {
    width: 170px;
}

.skinbtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #B1B1B1;
    background: #FFFFFF;
    color: #777777;
}

.btn-m2 {
    height: 44px;
}

.submitbtn {
    margin: 30px 0 0;
}

@media (max-width: 768px) {
    .register {
        width: auto;
        padding: 190px 0 90px;
        /*background-size: 97px 84px;*/
    }

        .register > strong {
            font-size: 20px;
        }

        .register p {
            padding: 10px 0 0;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: -0.05em;
        }

    .submitbtn {
        margin: 20px 0 0;
    }
}


