
/*S:서브비주얼*/
.sub{
    font-family: 'NanumBarunGothic';
}
.sub-vs{
    position: relative;
    width: 100%;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-vs-01{
    background-image: url(../images/sub/sub-vs-01.png);
}
.sub-vs .inner{
    height: 360px;
}
.bread-outer{
    position: sticky;
    top: 0;
    width: 100%;
    height: 65px;
    margin-top: -65px;
    left:0;
    z-index: 1;
}
.bread-outer.scroll-bread{
    background-color: rgba(112, 70, 169, 0.85);
}
.breadcrumb{
    position: absolute;
    top: 0;
    left: calc((100% - 1140px) / 2);
    background-color: rgba(112, 70, 169, 0.85);
    width: 1140px;
    margin: 0 auto;
    height: 65px;
}
.breadcrumb.none-bg{
    background-color: transparent;
}
.breadcrumb>*{
    float: left;
}
.btn-home{
    position: relative;
    width: 65px;
    height: 65px;
    border-right: 1px solid #7e5dab;
}
.btn-home img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 23px;
}
.bread-menu{
    color: #fff;
}
.bread-menu p{
    position: relative;
    font-size: 18px;
    line-height: 65px;
    padding: 0 70px 0 40px;
    border-right: 1px solid #7e5dab;
}
.bread-outer.scroll-bread .bread-menu p{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bread-outer.scroll-bread .btn-home{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bread-menu p::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-image: url(../images/common/arr-down.png);
    right: 30px;
    top: 25px;
    transition: all 0.4s;
}
.bread-none p{
    padding: 0 40px;
}
.bread-none p::after{
    display: none;
}
.bread-menu p.bread-open::after{
    rotate: 180deg;
}
.bread-menu ul{
    display: none;
    background-color: rgba(112, 70, 169, 0.85);
    padding: 15px 40px;
    width: calc(100% - 1px);
}
.bread-menu ul li{
    line-height: 2;
}
.bread-menu ul a{
    color: #fff;
    white-space: nowrap;
}

.breadcrumb>*.bc-right{
    float: right;
    margin-right: 15px;
}
.bc-right button{
    background-color: transparent;
    border: none;
    width: 45px;
    height: 65px;
    padding: 0;
    margin: 0;
}
.bc-right button img{
    display: unset;
    height: 23px;
}
/*E:서브비주얼*/
.sub-sec h2{
    font-size: 18px;
    font-weight: 400;
    margin: 24px 0;
}
.sub-busi-txt{
    border: 1px solid #c1c1c1;
    padding: 50px;
    text-align: center;
}
.sub-busi-txt p{
    word-break: keep-all;
}
.sub-tbox{
    padding: 0 50px;
    margin-bottom: 48px;
}
.sub-tbox div{
    margin-top: 36px;
}
.sub-tbox h3{
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}
.sub-tbox h3::before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #7e5dab;
    border-radius: 20px;
    left: -25px;
    top: 3px;
}
.sub-tbox p{
    position: relative;
    margin-bottom: 5px;
}
.sub-tbox p:last-child{
    margin-bottom: 0;
}
.sub-tbox p::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #858485;
    top: 8px;
    left: -12px;
}
.location-div{
    width: 100%;
    height: 500px;
    background-color: #f5f5f5;
}
.intro-img{
    width: 100%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/intro-img.png);
}
.intro-tbox{
    margin: 60px 0 110px;
}
.intro-tbox p{
    line-height: 1.6;
}
.intro-sign{
    position: relative;
}
.intro-sign::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 60px;
    top: -20px;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/sign.png);
}
.org-img img{
    width: 100%;
}
.org-m{
    display: none;
}
.ci-symbol .ci-symbol-txt h4{
    font-size: 20px;
    color: #7046a9;
    font-weight: 400;
    margin-bottom: 10px;
}
.ci-symbol .ci-symbol-txt p::before{
    display: none;
}
.ci-symbol .ci-symbol-txt>div{
    margin-top: 48px;
}
.ci-symbol .ci-symbol-txt>div a{
    float: left;
    width: calc((100% - 12px) / 2);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #7046a9;
    font-size: 15px;
    border-radius: 0 3.5px;
    margin-right: 12px;
}
.ci-symbol .ci-symbol-txt>div a:last-child{
    margin-right: 0;
}
.ci-div>div{
    float: left;
    width: calc((100% - 36px) / 2);
    margin-right: 36px;
}
.ci-div>div img{
    width: 100%;
}
.ci-div>div:nth-child(2n){
    margin-right: 0;
}
.ci-sign>div img:first-child{
    margin-bottom: 24px;
}
.ci-color>div.clearfix{
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #e8e8e8;
    margin-top: 0;
}
.ci-color>div:nth-child(n+3){
    margin-top: 24px;
}
.ci-color>div>div{
    float: left;
    margin-top: 0;
}
.ci-color-box{
    width: 55%;
    height: 160px;
}
.ci-color-txt{
    width: 45%;
    padding-left: 36px;
}
.ci-color-txt p{
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.ci-color-txt p b{
    display: block;
    letter-spacing: 0;
}
.ci-color-txt p span{
    display: inline-block;
    margin-right: 10px;
    
}
.ci-color-01{
    background-color: #f39800;
}
.ci-color-02{
    background-color: #b5b5b6;
}
.ci-color-03{
    background-color: #595757;
}
.ci-color-04{
    background-color: #3e3a39;
}
.ci-color-txt>p::before{
    display: none;
}
/*DB 등록,수정 요청*/
.apply-div{
    margin-bottom: 100px;
}
.apply-div>div{
    float: left;
}
.apply-form{
    width: 55%;
}
.apply-inner{
    padding: 24px;
    border: 1px solid #7046a9;
}
.apply-process{
    width: 45%;
    padding-left: 24px;
}
.apply-item::after{
    content: "";
    display: block;
    clear: both;
}

.apply-item:not(:first-child){
    margin-top: 20px;
}
.apply-item>*{
    float: left;
}
.apply-item>h3{
    width: 120px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
}
.apply-item>h3.line-auto{
    line-height: unset;
}
.apply-item .input-div{
    width: calc(100% - 120px);
}
.apply-item .input-100{
    width: 100%;
}
.apply-item input{
    padding: 10px;
    height: 46px;
    border: 1px solid #c1c1c1;
}
.apply-item textarea{
    height: 200px;
    border: 1px solid #c1c1c1;
    resize: none;
}
.apply-item select{
    padding: 10px 55px 10px 15px;
    text-align: left;
    border: 1px solid #c1c1c1;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-image: url(../images/sub/arr-down-g.png);
    font-size: 16px;
    font-weight: 300;
}

.apply-item .input-div.clearfix>*{
    float: left;
}
.input-div-req>*{
    width: calc((100% - 12px) / 2);
}
.input-div-req>*:not(:last-child){
    margin-right: 12px;
}
.input-div-file>*:not(:last-child){
    margin-right: 12px;
}
.file-find{
    width: 100px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    border: 1px solid #333;
    text-align: center;
    background-color: #333;
}
.input-div-email span{
    width: 5%;
    text-align: center;
    line-height: 46px;
    margin-right: 0;
}
.input-div-email input{
    width: calc((95% - 12px) / 3);
}
.input-div-email select{
    width: calc((95% - 12px) / 3);
    margin-left: 6px;
}
.policy-tbox{
    width: 100%;
    border: 1px solid #c1c1c1;
    padding: 8px 12px;
    height: 60px;
    overflow-y: scroll;
    white-space: pre-wrap;
}
.input-policy{
    margin-top: 12px;
}
.apply-btn{
    width: 100%;
}
.apply-btn button{
    float: right;
    margin-top: 24px;
    width: 160px;
    height: 46px;
    color: #7046a9;
    border: 1px solid #7046a9;
    background-color: transparent;
}
.apply-process h3{
    font-size: 18px;
    font-weight: 400;
}
.apply-process p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    word-break: keep-all;
    margin: 24px 0;
}
.apply-process .line{
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    margin-bottom: 24px;
}
.process-div{
    margin-top: 24px;
}
.process-div>div{
    float: left;
    width: 20%;
    height: calc(((1140px * 0.45) - 24px) / 5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.pro-arr img{
    height: 40px;
}
.pro-01{
    background-color: #a8d5bd;
}
.pro-02{
    background-color: #74bd95;
}
.pro-03{
    background-color: #5aac7f;    
}
.docu-down>a{
    font-size: 14px;
    line-height: 40px;
}
.docu-down>a span{
    position: relative;
}
.docu-down>a span::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/down-img.png);
}

/*게시판*/
.board-search{
    background-color: rgb(242, 239, 247);
    padding: 30px 0;
    margin-bottom: 40px;
}
.board-input{
    margin: 0 auto;
    width: 490px;
}
.board-input >*{
    float: left;
}
.board-input input{
    border: none;
    padding: 10px;
    border-radius: 5px;
    height: 50px;
    width: 400px;
    margin-right: 10px;
}
.board-input button{
    width: 80px;
    background-color: #7046a9;
    color: #fff;
    border: none;
    height: 50px;
    border-radius: 5px;
}
.board-list tbody td:first-child{
    width: 800px;
}
.board-list tbody td:first-child a.tit{
    float: left;
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.board-list table td{
    padding: 12px;
}

.quick-news{
    float: right;
    width: 116px;
    background-color: tomato;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    text-align: left;
    background-position: right 8px top 6.5px;
    background-repeat: no-repeat;
    background-size: auto 13px;
    background-image: url(../images/common/new-link-w.png);
}
.board-detail{
    margin: 20px 0 40px;
}
.bd-tit{
    padding: 20px;
    border-top: 2px solid #7046a9;
    border-bottom: 1px solid #e8e8e8;
}
.bd-tit h3{
    font-size: 20px;
}
.bd-info{
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.bd-info p{
    display: inline-block;
}
.bd-info p{
    font-weight: 300;
    margin-right: 20px;
}
.bd-info p span{
    font-weight: 600;
    margin-right: 10px;
}
.bd-file{
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.bd-file a{
    position: relative;
    padding-left: 24px;
    transition: all 0.2s;
}
.bd-file a::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/common/file.png);
}
.bd-file a:hover{
    color: #7046a9;
    text-decoration: underline;
}
.bd-cont{
    border-bottom: 1px solid #858485;
    padding: 20px;
}
@media screen and (max-width: 1200px) {
    .breadcrumb{
        width: 100%;
        left: 0;
    }
    .ci-symbol .ci-symbol-txt p{
        font-size: 14px;
        word-break: keep-all;
    }
    .ci-symbol .ci-symbol-txt p br{
        display: none;
    }

    .ci-symbol .ci-symbol-txt>div {
        margin-top: 24px;
    }
    .process-div>div{
        height: calc((((100vw - 40px) * 0.45) - 24px) / 5);
    }
}
@media screen and (max-width: 768px) {
    .bread-menu p{
        font-size: 16px;
        padding: 0 60px 0 30px;
    }
    .bread-menu ul{
        padding: 15px 30px;
    }
    .ci-div>div{
        width: 100%;
    }
    .ci-div>div:first-child{
        margin-top: 0;
    }
    .ci-color>div{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .ci-color>div>div{
        width: 100%;
    }
    .ci-color>div.clearfix{
        display: block;
    }
    .ci-color-box{
        height: 100px;
    }
    .ci-color-txt{
        display: block;
        padding-left: 0;
        margin-top: 15px !important;
    }
    .apply-div{
        margin-bottom: 60px;
    }
    .apply-form{
        width: 100%;
        margin-bottom: 40px;
    }
    .apply-process{
        width: 100%;
        padding-left: 0;
    }
    .apply-item>*{
        float: unset;
        width: 100%;
    }
    .apply-item .input-div{
        width: 100%;
    }
    .apply-item>h3.line-auto{
        line-height: 40px;
    }
    .apply-item>h3{
        line-height: 40px;
    }
    .apply-item:not(:first-child){
        margin-top: 5px;
    }
    .apply-inner{
        padding: 10px 20px;
    }
    .apply-item input{
        height: 40px;
    }
    .apply-item select{
        height: 40px;
    }
    .apply-item input[type="checkbox"] + label{
        margin-bottom: 0;
    }
    .file-find{
        line-height: 40px;
        height: 40px;
    }
    .apply-item select{
        padding: 10px 25px 10px 15px;
    }
    .apply-btn button{
        float: unset;
        display: block;
        margin: 20px auto 0;
    }
    .process-div{
        margin-top: 20px;
    }
    .process-div>div{
        width: 25%;
        height: calc((100vw - 40px) * 0.25);
    }
    .process-div>div.pro-arr{
        width: 12.5%;
    }
    .pro-arr img{
        height: 30px;
    }
    .apply-process p{
        font-size: 14px;
        margin: 20px 0;
    }
    .docu-down>a{
        line-height: 30px;
    }
    .board-input{
        width: 100%;
    }
    .board-input input{
        width: calc(80% - 5px);
        margin-right: 5px;
    }
    .board-search{
        padding: 30px;
    }
    .board-input button{
        width: 20%;
    }
    .write-td{
        font-size: 14px;
    }
    .date-td{
        word-break: keep-all;
        font-size: 14px;
    }

    .board-list tbody td:first-child a.tit{
        float: unset;
        width: 100%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: unset;
    }
    .quick-news{
        float: unset;
        margin-top: 10px;
        font-size: 13px;
        width: 100px;
        background-size: auto 11px;
    }
    .board-list colgroup col:not(:first-child){
        width: 20%;
    }
    .bd-tit{
        padding: 15px;
    }
    .bd-tit h3{
        font-size: 18px;
    }
    .bd-info{
        padding: 15px;
    }
    .bd-info p{
        font-size: 15px;
    }
    .bd-file{
        padding: 15px;
    }
    .bd-file a{
        font-size: 14px;
    }
    .bd-cont p{
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .breadcrumb{
        height: 50px;
    }
    .bread-menu p{
        font-size: 14px;
        line-height: 50px;
        padding: 0 45px 0 20px;
    }
    .btn-home{
        width: 50px;
        height: 50px;
    }
    .bread-menu ul a{
        font-size: 14px;
    }
    .bread-menu p::after{
        background-size: 10px;
        top: 17px;
        right: 15px;
    }
    .bread-menu ul{
        padding: 10px 20px;
    }
    .btn-home img{
        height: 17px;
    }
    .bc-right button img{
        height: 17px;
    }
    .bc-right button{
        width: 30px;
    }
    .sub-busi-txt{
        padding: 25px 30px;
    }
    .sub-busi-txt p{
        font-size: 15px;
    }
    .sub-tbox{
        padding: 0;
    }
    .sub-tbox div{
        margin-top: 24px;
    }
    .sub-tbox h3{
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .sub-tbox p{
        font-size: 14px;
    }
    .sub-tbox h3::before{
        width: 14px;
        height: 14px;
        top: 4px;
        left: -20px;
    }
    .sub-tbox p::before{
        width: 4px;
        height: 4px;
    }
    .breadcrumb>*.bc-right{
        display: none;
    }
    .bread-outer {
        height: 50px;
        margin-top: -50px;
    }
    .intro-img{
        height: 70px;
        background-position: left;
    }
    .intro-tbox{
        margin: 30px 0 40px;
    }
    .intro-tbox p{
        font-size: 15px;
        line-height: 1.5;
    }
    .intro-tbox p br{
        display: none;
    }
    .org-pc{
        display: none;
    }
    .org-m{
        display: block;
    }
}