@charset "utf-8";
.buttom_btn.wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}
.btn {
    display: inline-block;
    max-width: 100%;
    width: auto;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 14px 7px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    background-image: none;
    overflow-wrap: break-word;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 16px;
    line-height: 1.42857143;
}
.btn-sm {padding: 8px 15px 10px !important;font-size: 14px;}
.buttom_btn.wrap .btn-basic{color: #1598a0;}
.form-group__upload .form-control {
    height: 34px;
    line-height: 30px;
}
.btn-basic {
    padding: 10px 40px;
    background-color: #fff;
    border: 1px solid #1598a0;
    color: #1598a0;
}
.btn-basic:hover {
    background-color: #1598a0;
    color: #fff;
}
.btn.btn-primary {color: #1598a0;border: 1px solid #1598a0;border-radius:6px;margin-left:3px}
.btn.btn-primary:hover {background-color:#1598a0;border:1px solid #1598a0;color: #fff;}
.btn.btn-primary .fa.fa-search {margin-bottom:5px;}
.buttom_btn.wrap .btn-basic:hover {
    background-color: #1598a0;
    color: #fff;
}

/* 영문 게시판 수정 */
.program--search .search--btn input[type="submit"] {border-radius: 5px;background-position: 92% 50%;}
.btn.btn-secondary.btn-sm.btn-create {color: #fff;}

#gnb_layout .depth3_ul>li>a:before{
      display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #747474;
}