﻿.swal-title {
    font-size: 25px !important;
}

input, select, textarea {
    max-width: 330px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}
@media (min-width: 1200px) {
    .container {
        width: 1000px !important;
    }
}

.notion>li::marker {
    content: '※';
    font-size: 1.2em;
}

.notion {
    margin-top: 1%
}

.notion li {
    padding: 2px;
    color: #800000;
    font-size: 14px;
}

.btn-3 {
    background-color: #315e57;
    color: white;
    width: 32%;
    border-radius: 50px;
}


.txt {
    border-radius: 6px;
    height: 25px;
    border-color: #7676763b;
}
.border-w-thin {
    border-width: thin;
}


.thumbnail > img, .thumbnail a > img {
    width: 80%;
}

#normalR{
    width: 55%;
}




@media (max-width: 767px) {
    #headerImgDiv img {
        max-width: 40%;
        max-height: 21%;
    }

    #wellcomDiv img {
        max-width: 100%;
    }

    #loginDiv{
        line-height:1.5;       
    }
    .form-horizontal .form-group{
        /*padding:5px;*/
    }
    .renderBody {
        padding-bottom: 90px !important;
    }

}

@media (min-width: 820px) and (max-width: 1024px) {
    .container {
        width: 95%;
    }
  
}



