/* 톱 네비 */

.topnav-sec {
    border-bottom: 1px solid #f2f2f5 !important;
}

.topnav-sec .con-topnav {
    padding: 10px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.topnav-sec .con-topnav p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
}

.topnav-sec .con-topnav span {
    font-size: 9px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #797b80 !important;
    margin: 0 7px;
}

@media (max-width: 1199px) {
    .topnav-sec {
        border-bottom: 1px solid #f2f2f5 !important;
    }

    .topnav-sec .con-topnav {
        padding: 10px 20px;
    }

    .topnav-sec .con-topnav p {
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #797b80 !important;
    }

    .topnav-sec .con-topnav span {
        font-size: 9px;
        font-weight: 300;
        line-height: 20px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #797b80 !important;
        margin: 0 7px;
    }
}


/* 타이틀 */
.contit {
    margin: 35px auto 60px;
    position: relative;
    max-width: 1200px;
}

.contit .titbox {
    width: 100%;
}

.contit .titbox h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #373737;
    height: 50px;
}

.contit .titbox:after {
    width: 32px;
    height: 2px;
    background-color: #383838;
    bottom: 0;
    left: 0;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .contit {
        margin: 35px auto 60px;
        padding: 0 20px;
    }
    
    .contit .titbox {
        width: 100%;
    }
    
    .contit .titbox h3 {
        font-size: 32px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 50px;
    }
    
    .contit .titbox:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .contit {
        margin: 25px auto 40px;
        padding: 0 20px;
    }
    
    .contit .titbox {
        width: 100%;
    }
    
    .contit .titbox h3 {
        font-size: 26px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 50px;
    }
    
    .contit .titbox:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }  
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .contit {
        margin: 25px auto 40px;
        padding: 0 20px;
    }
    
    .contit .titbox {
        width: 100%;
    }
    
    .contit .titbox h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 50px;
    }
    
    .contit .titbox:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }   
}

@media (max-width: 575.99px) {
    .contit {
        margin: 25px auto 40px;
        padding: 0 20px;
    }
    
    .contit .titbox {
        width: 100%;
    }
    
    .contit .titbox h3 {
        font-size: 20px;
        font-weight: 300;
        line-height: 40px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #373737;
        height: 44px;
    }
    
    .contit .titbox:after {
        width: 32px;
        height: 2px;
        background-color: #383838;
        bottom: 0;
        left: 20px;
    }   
}


/* 컨텐츠 */
.con1-sec {
    padding: 0px 0 20px;
}

.con-1 {
    display: flex;
    flex-flow: row nowrap;
}


@media (max-width: 1199.99px) and (min-width: 992px) {

    .con1-sec {
        padding: 0px 20px 20px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: row nowrap;
    }

}


@media (max-width: 991.99px) and (min-width: 768px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: row nowrap;
    }    
}


@media (max-width: 767.99px) and (min-width: 576px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: row nowrap;
    }    
}

@media (max-width: 575.99px) {
    .con1-sec {
        padding: 0px 20px 50px;
    }
    
    .con-1 {
        display: flex;
        flex-flow: column nowrap;
    }      
}
