body * { 
    font-family:'nanumbarungothic';
}

.header { 
    padding-top:30px;
}

.header .text-right {
    font-size:26px;
    color:#999;
}

.header .pull-right {
    font-size:20px;
    color:#999;
    text-align:right;
    line-height:120%;
    margin-top:25px;
}

.header img {
    display:inline-block;
}

.header ul {
    display:inline-block;
    margin-left:40px;
    position:relative;
    top:8px;
}

.header ul li {
    display:inline-block;
    margin-left:20px; 
}

.header ul li a { 
    color:#999;
    font-size:24px;
    text-decoration:none;
    transition:all 0.3s ease;
}

.header ul li:hover a {
    color:#fff;
}


.header ul li.active a {
    color:#fff;
    font-weight:600;
    text-shadow:0px 1px 15px #000;
}

.pm { 
    color:#fff;
}

.p1 {
    margin-top:100px;
    font-size:3rem;
}

.p2 { 
    font-size:5rem;
    font-weight:600;
    margin-bottom:100px;
}

.p3 {
    font-size: 12rem;
    font-weight: 600;
    line-height: 110%;
}

.p4 {
    font-size:3.5rem;
}

.shadow { 
    text-shadow:0px 1px 15px #000;
}

#loginForm {
    display: block;
    margin: 50px auto 0px;
    max-width: 360px;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0px 1px 15px #000;
}

#loginForm .form-control {
    height:inherit;
    font-size:24px;
}

#loginForm .form-control:first-child {
   margin-bottom:10px;
}

.btn-sdream {
    display: block;
    margin: 10px auto 0px;
    font-size: 18px;
    color: #fff;
    background: #0974DD;
    border-radius:15px;
    padding:5px 12px;
}

.btn-sdream:hover {
    color:#fff;
}

#pray-apply-form .btn-sdream {
    font-size: 32px;
    border-radius: 32px;
    padding: 20px 26px;

    margin-top:100px;
}

.wrapper {
    margin-top: 200px;
}

.time-box {
    color:#000;
    display:inline-block;
    background: #fff;
    border-radius:50px;
    padding:20px 0px 15px; 
    font-weight:700;
    font-size:90px;
    cursor:pointer;
    width:300px;
    position:relative;
}
    .time-box .select-box {
        position: absolute;
        top: -40px;
        left: 0px;
        width: 100%;
        background: #fff;
        border-radius: 30px;
        max-height:400px;
        overflow-y:scroll;
        display:none;
        transition:all 0.3s ease;
    }

    .time-box .select-box table {
        width:100%;
        text-align:center;
        color:#a9a9a9;
        font-size:90px;
        border:0px;
    }

        .time-box .select-box table td {
            border-bottom: 2px solid #ccc;
            padding: 20px 0px 10px;
            transition:all 0.3s ease;
        }

            .time-box .select-box table td:hover {
                color: #0071E2;
            }

        .time-box .select-box table tr:last-child td {
            border:0px;
        }

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.vp-1 { 
    font-weight:700;
    color:#000;
    font-size:250px;
    margin-top:80px;
}

.vp-2 {
    color: #0071E2;
    font-size:90px;
}

.vp-3 {
    color:#5a5a5a;
    font-size:34px;
}

.bar-text { 
    color:#ddd; font-size:20px;
    font-weight:600;
}

.bottom-text {
    margin-top:120px;
    font-size:32px;
    color:#ddd;
    font-weight:600;
}

.shadow-white {
    text-shadow: 0px 1px 15px #333;
}

.fa-circle, .fa-circle-o {
    color: #fff;
    font-size: 20px;
    margin:0px 10px;
    cursor:pointer;
}

@media(max-width:768px)
{
    body { background-size:auto 100% !important; }
    .header {
        padding-top:15px; 
    }
    .header .container-fluid {
        padding: 0px;
    }

    .header .text-right {
        font-size: 14px;
        font-weight: 600;
        color:#ddd;
    }

    .shadow {
        text-shadow: 0px 1px 10px #000;
    }

    .p1 {
        margin-top: 50px;
    }

    .p2 { 
        font-size:4rem;
        margin-bottom:50px; 
    }

    .p3 {
        font-size:5rem;
    }

    .p4 { 
        font-size:2.5rem;
    }

    #loginForm {
        margin-top:30px; 
        max-width:320px;
    }
        #loginForm .form-control {
            font-size:20px; 
        }

    #icon-write {
        width:80px; 
    }

    .header ul {
        margin-left:0px; 
    }
    .header ul li {
        margin-left: 0px;
    }
        .header ul li a {
            font-size: 20px;
            color: #ccc;
        }

    .header .pull-right {
        font-size: 18px;
        color: #ccc;
        margin-top:10px;
    }

    .time-box {
        width:150px;
        font-size:32px;
        border-radius:40px;
    }
        .time-box .select-box {
            max-height:250px; 
        }
        .time-box .select-box table {
            font-size: 32px;
        }
        .wrapper {
            margin-top: 80px;
        }

    #pray-apply-form .btn-sdream {
        margin-top:30px;
    }

    .vp-1 {
        font-size:100px; 
        margin-top:30px; 
    }
    .vp-2 {
        font-size:40px;
    }

    .vp-3 {
        font-size:22px; 
    }
}