
/* dotTit */
.dotTit span,
.dotTit .dot {
    display: inline-block;
    vertical-align: baseline;
}
.dotTit .dot {
    width: 5px;
    height: 5px;
    background-color: #dc3d04;
}
/* lineTit */
.lineTit .ln {
    height: 20px;
    width: 1px;
    background-color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lineTit.w .ln {
    background-color: #fff;
}
.lineTit.text-center .ln {
    margin-left: auto;
    margin-right: auto;
}


/* sub1 */
#sub1 .sec1 {
    background: url(../img/sub1_bg1.jpg) center top no-repeat;
    background-size: 100%;
}
#sub1 .sec1 .imgWrp {
    position: relative;
    height: 530px;
    background: url(../img/sub1_img1.jpg) center center;
    background-size: cover;
    max-width: 1800px;
    margin: 0 auto;
}
#sub1 .sec1 .imgWrp .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 20px;
    z-index: 5;
    text-align: center;
}
#sub1 .sec1 .btGray {
    padding: 70px 50px;
    background-color: rgba(0,0,0,0.03);
}
@media (max-width:768px) {
    #sub1 .sec1 .imgWrp {
        height: 250px;
    }
    #sub1 .sec1 .fbox .rt {
        margin-top: 20px;
    }
    #sub1 .sec1 .btGray {
        padding: 30px 20px;
    }
}



/* topTit */
.topTit .topDeco {
    color: #d8d8d8;
    letter-spacing: .5vw;
    text-transform: uppercase;
}
.topTit .lineDeco {
    display: inline-block;
    margin: 50px 0;
    width: 30px;
    height: 1px;
    background-color: #333;
}
.topTit .lineDeco.sm {
    margin: 25px 0;
}
.topTit.w .lineDeco {
    background-color: #fff;
}
@media (max-width:768px) {
    .topTit .lineDeco {
        margin: 20px 0;
        width: 20px;
    }
    .topTit .lineDeco.sm {
        margin: 10px 0;
    }
}
/* sec2 */
#sub1 .sec2 {
    background: url(../img/sub1_bg2.jpg) center top no-repeat;
    background-size: cover;
}
#sub1 .sec2 .license {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
}
#sub1 .sec2 .inner {
    position: relative;
}
#sub1 .sec2 .br2_dt {
    position: relative;
    z-index: 3;
    max-width: 80vw;
}
#sub1 .sec2 .txt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 100px 80px;
    background-color:rgba(38, 73, 154, 0.8);
    width: 100%;
    max-width: 55%;
    border-radius: 30px;
    z-index: 1;
}
@media (max-width:1200px) {
    #sub1 .sec2 .txt {
        position: relative;
        padding: 80px 50px;
        max-width: 100%;
    }
    #sub1 .sec2 .br2_dt_wrp {
        text-align: center;
        padding-top: 40px;
    }
}
@media (max-width:768px) {
    #sub1 .sec2 .txt {
        padding: 40px 30px;
    }
}

/* memList */
.memList .item {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    background-color: #fff;
}
.memList .item .img {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
   /*  padding: 15px;
    height: 100px; */
}
.memList .item .pp {
    /* height: 100px;
    display: flex;
    align-items: center;
    justify-content: center; */
}