@charset "utf-8"; 

html,body{
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
.lfloat {
        float: left;
}
ol, ul {
    list-style: none;
}

.scoring{
    border: 1px solid silver;
    width: 50%;
    float: left;
    cursor: pointer;
    padding: 15px 0 20px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.online{
    color: #4797ce;
    border-bottom: none;
}

.handwriting{
    color: silver;
}

.typeSelect{
    padding-bottom: 9%;
}

#handwriting{
    display: none;
}

.small_carousel {
    width: 571px;
    height: 100px;
    margin: 20px 0 0 105px;
}
.kinds img {
    border: 1px solid #ccc;
    margin-left: 20px;
    width: 100px;
    height: 100px;
}
.tit {
    padding-top: 30px;
    margin-left: -30px;
}
.arrow img {
    width: 50%;
    margin-right: -50px;
    margin-top: 12px;
}
.arrow_txt {
    font-size: 25px;
    font-weight: bold;
}
.line {
    width: 100%;
    height: 5px;
    background-color: #333;
}

.line2 {
    width: 10%;
    height: 5px;
    background-color: #333;
}

.line_bottom {
    border-bottom: 1px solid #ccc;
}
.line_bottom_line {
    border-bottom: 1px solid #ccc;
    /* margin-top: -16px; */
}
.deposit {
    float: left;
    padding: 15px 0;
    border-right: 1px solid #ccc;
}
.deposit:last-child {
    border-right: none;
}
.car {
    width: 15%;
    margin: 80px 0 0 30px;
}
.car img {
    width: 80%;
}
.possible {
    width: 15%;
    margin: 50px 0 0 30px;
}
.possible img {
    width: 80%;
}
.impossible {
    width: 15%;
    margin: 20px 0 0 30px;
}
.impossible img {
    width: 80%;
}
.guidance {
    width: 80%;
    padding: 30px 0 30px 30px;
    border-left: 1px solid #ccc;
}
.sign {
    width: 2%;
    color: #828282;
    float: left;
}
.sign_txt {
    width: 98%;
    float: left;
}
.red {
    color: red;
}
.case {
    font-size: 20px;
    font-weight: bold;
}
.buttonList button {
    border: 1px solid #fff;
    height: 50px;
    width: 150px;
    border-radius: 10px;
}
.middle {
    margin: 2% 2% 2%;
}



/* 슬라이드 */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 80%;
    margin: auto;
}



@media(max-width:767px) {

    #myCarousel {
        width: 100%;
    }
    
    .buttonList button {
        border: 1px solid #fff;
        height: 50px;
        width: 260px;
        border-radius: 10px;
    }
    .middle {
        margin-top: 50px;
    }

}