/* 모바일 */
p,div{line-height: 140%;}
/* to top */
#goTopBtn {
    position: fixed;
    bottom: 10%;
    right: 16px;
    z-index: 999;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

  

h3{
    font-size: 32px;
    font-weight: bold;
}
.sub-bn::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 50%;
    position: absolute;
}   
.sub-bn #container_title{position: relative; z-index: 6;}
.sub-bn{    
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover ;

    background-position: center center;
    background-repeat: no-repeat !important;
}
#sub-wrapper{
    margin: 0 auto;
    max-width: 1340px;
    padding: 60px 16px 112px;
}
/* 브래드 크럼 */
.bread-crumb a{
    color: #999;
}
.bread-crumb .arrow{
    display: flex !important;
    align-items: center;
}
.bread-crumb{
    display: flex !important;
    gap: 8px;
    font-size: 12px;
    padding: 20px 16px;
    justify-content: right;
    max-width: 1340px;
    margin: 0 auto;
}

.tab-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 36px;
}
.tab-menu .tab-el a{
    border-radius: 12px;
    color: #35318F;
    border: 2px solid #35318F;
}
.tab-menu .tab-el.color{
}
.tab-menu .tab-el.color a{
    background-color: #35318F;
    color: #fff;
}
.tab-menu .tab-el a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    border-radius: 12px;
    padding: 12px 16px;
}
.btn-dwn a{
    text-wrap: nowrap;
}



/* pc */
@media(min-width:1200px){

    #goTopBtn {
        right: 40px;
    }
    .sub-bn{    
        background-size: cover ;
        height: 200px;
    }
    #sub-wrapper{
        padding-top: 140px;
        padding-bottom: 180px;
    }
    .s1 .wrap .sub-tit {
        font-size: 24px !important;
        width: unset;
    }
    h3{
        font-size: 60px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    /* 브래드 크럼 */
    .bread-crumb{
        font-size: 16px;
        display: flex;
        gap: 20px;
    }

    /* 탭 */
    .tab-menu{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: unset;
    }
    .tab-menu .tab-el a:hover{
        background-color: #35318F;
        color: #fff;
    }
    .tab-menu .tab-el a{
        font-size: 24px;
        border-radius: 12px;
        padding: 16px 28px;
    }
}