.home .container{
    margin-top: 71px;
    background-color: #fff;
    background-image: url(../img/top/bg_color.jpg);
    background-repeat: repeat;
    padding: 0;
}
.home .top-view {
    height: 94vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.home .top-view img{
    min-height: 100vh;
    min-width: 100%;
    top: 0;
    z-index: 4;
}
.home .top-view .bg-top{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    /*background: #fff;*/
    width: 100%;
    height: 100%;
    background-color: #f7f7f76e;
}
.home .top-view .bg-top p{
    color: #fff;
    text-shadow: 1px 0 5px #3b3939;
    font-size: 72px;
    line-height: 65px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    margin: 0;
}
.home .top-view .bg-top .small{
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 42px;
    padding-bottom: 150px;
}
.bg-teal{
    background: #BFE6FF;
}
.bg-peach{
    background: #FFDDDD;
}
.bg-blue{
    background: #77B8DB;
}
.txt1{
    padding-left: 8px;
}
.txt3{
    padding-right: 8px;
}
.text-shadow{
    text-shadow: 4px 0 1px #1a1414;
}
.txt-teal{
    color: #77B8DB;
}
.txt-red{
    color: #FF8282;
}
.txt-gray{
    color: #789FB4;
}
.txt-green{
    color: #18D94F;
}
.txt-purple{
    color: #1E318F;
}
.txt-blue{
    color: #5F9ABA;
}

.box-notice{
    max-width: 500px;
    margin: 0 auto;
}
.box-notice .row{
    border-bottom: 1px solid gray;
    padding: 10px 0;
}

.con-intro .box-facility a:hover{
    opacity: 0.95;
}


.con-intro .box-list .card{
    background-color: #413f3f;
    border-color: #e9e8e8;
}
.con-intro .box-list .card img{
    opacity: 0.8;
}
.con-intro .box-list .card:hover img{
    opacity: 1;
}
.con-intro .box-list .txt_name{
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.con-intro .box-list .txt_name h3{
    text-shadow: 3px 3px #2a2d2d;
}

/*@media only screen and (min-width: 1200px) and (max-width: 1699px) {*/
/*    #footer .cmn_footer .wrp_f_contact .con_f_contact {*/
/*        width: 60%;*/
/*    }*/
/*}*/

@media (max-width: 767px) {
    .home .container {
        margin-top: 56px;
    }
    .home .top-view .bg-top p {
        font-size: 36px;
    }
    .home .top-view .bg-top .small {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 90px;
    }
    .con-intro .box-list .txt_name h3 {
        text-shadow: 1px 1px #2a2d2d;
        font-size: 16px;
    }
}