    .ellipsis {
        display: inline-block;
        overflow: hidden;
        width: 80%;
        text-overflow: ellipsis;
    }
    /*
.content_notice .inner_cont {
    padding-top: 30px;
    padding-bottom: 48px;
}
*/
    /* 게시판 */
    
    #bo_list {}
    
    #bo_list .table {
        border-top: 2px solid #434d5d;
        width: 80%;
        margin: 0 auto;
    }
    
    #bo_list .table th,
    #bo_list .table td {
        border-bottom: 1px solid #ddd;
        padding: 12px 0;
        font-family: 'notokr';
        font-weight: 400;
    }
    
    #bo_list .table th {
        text-align: left;
        font-size: 14px;
        padding-left: 15px;
    }
    
    #bo_list .table td {
        color: #999;
        text-align: right;
        font-size: 12px;
        padding-right: 15px;
    }
    /* 페이징 */
    
    .paging {
        clear: both;
        font-size: 16px;
        text-align: center;
        line-height: 1.9em;
        font-weight: 400;
        padding: 50px 0 0;
    }
    
    .paging a {
        display: inline-block;
        vertical-align: middle;
        border: #dfdfdf 1px solid;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #999999;
        text-align: center;
        padding: 0 !important;
        background: #fff;
        margin-left: 2px;
    }
    
    .paging strong {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        border: 1px solid #4777d9;
        background: #fff;
        color: #4777d9;
        margin-left: 2px;
        font-weight: normal;
    }
    
    .paging a.btn {
        background-color: #fff;
    }
    
    .paging a.prev:before {
        font-family: 'FontAwesome';
        content: "\f104";
        font-size: 16px;
    }
    
    .paging a.next:before {
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 16px;
    }
    
    @media only screen and (min-width: 768px) {
        /*
    .content_notice .inner_cont {
        padding-top: 60px;
        padding-bottom: 84px;
    }
    */
        #bo_list {}
        #bo_list .table {
            border-top: 3px solid #434d5d;
        }
        #bo_list .table th,
        #bo_list .table td {
            padding: 25px 0;
        }
        #bo_list .table th {
            font-size: 16px;
            padding-left: 30px;
        }
        #bo_list .table td {
            font-size: 14px;
            padding-right: 30px;
        }
        .paging {
            font-size: 18px;
            padding: 100px 0 0;
        }
        .paging a {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .paging strong {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .paging a.prev:before {
            font-size: 18px;
        }
        .paging a.next:before {
            font-size: 18px;
        }
    }
    /* faq */
    
    #faq {}
    
    .list_faq {
        border-top: 3px solid #434d5d;
    }
    
    .list_faq li {
        border-bottom: 1px solid #ddd;
    }
    
    .list_faq dl dt:after {
        content: "";
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        background: url(../images/common/arrow_down.gif) 0 0 no-repeat;
        width: 20px;
        height: 11px;
        transition: background .24s ease-in
    }
    
    .list_faq li.active dl dt:after {
        background: url(../images/common/arrow_up.gif) 0 0 no-repeat;
    }
    
    .list_faq li.active dl dd {
        background-position: 0 20px;
    }
    /* 폼 */
    
    .inner_small {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .inner_input {
        border: 1px solid #ddd;
    }
    
    .inner_small .inp_text:first-child {
        border-top: 0;
    }
    
    .inp_text {
        display: block;
        border-top: 1px solid #ddd;
        padding: 0 15px;
    }
    
    .inp_text input {
        display: block;
        border: 0;
        width: 100%;
        padding: 12px 0;
        outline: none;
    }
    
    .textarea {
        border: 1px solid #ddd;
    }
    
    .textarea textarea {
        border: 0;
        outline: none;
        resize: none;
        min-height: 120px;
        overflow-y: auto;
        width: 100%;
        padding: 10px 15px;
    }
    
    #inquiry .textarea {
        margin: 15px 0 0;
    }
    
    .notice_text {
        padding: 15px 0 0;
        font-size: 14px;
    }
    
    .notice_text em {
        color: #4777d9;
        font-style: normal;
    }
    
    .notice_text strong {
        font-weight: 400;
        color: #4777d9;
    }
    
    .form_submit {}
    
    #btn_submit {
        display: block;
        background-color: #4777d9;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 45px;
        width: 100%;
        font-size: 18px;
    }
    
    #guide .list_faq dl dt {
        background: url(../images/common/ico_gu_off.gif) no-repeat 30px 23px;
    }
    
    #guide .list_faq li.active dl dt {
        background-image: url(../images/common/ico_gu_on.gif);
        color: #4777d9;
    }
    
    @media only screen and (min-width: 768px) {
        .inp_text {
            padding: 0 30px;
        }
        .inp_text input {
            padding: 18px 0;
        }
        #inquiry .textarea {
            margin: 30px 0 0;
        }
        .textarea textarea {
            min-height: 240px;
            padding: 20px 30px;
        }
        .notice_text {
            font-size: 16px;
            padding: 30px 0 0;
        }
        #btn_submit {
            line-height: 90px;
            font-size: 25px;
        }
        .list_faq dl dd {
            padding: 25px 75px 30px 70px;
        }
        .list_faq li.active dl dd {
            background-position: 10px 20px;
        }
    }
    
    #join .lbl_wrap {
        padding: 10px 0 30px;
        position: relative;
    }
    
    .lbl_check input[type="checkbox"] {
        width: 1px;
        height: 1px;
        padding: 0;
        border: 0 none;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        opacity: 0;
    }
    
    .lbl_check {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }
    
    .lbl_check span {
        font-weight: 400;
        color: #4777d9;
        display: inline-block;
    }
    
    .lbl_check label {
        display: inline-block;
        background-image: url(../images/common/ico_ch_off.gif);
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 30px;
        padding-left: 40px;
    }
    
    .lbl_check input[type="checkbox"]:checked+label {
        background-image: url(../images/common/ico_check_on.gif);
    }
    
    .inner_mid {
        margin-top: 15px;
    }
    
    @media only screen and (min-width: 768px) {
        #join .lbl_wrap {
            padding: 20px 0 60px;
        }
        .inner_mid {
            margin-top: 30px;
        }
        .lbl_check {
            font-size: 16px;
        }
    }
    
    #lnb ul {}
    
    #lnb ul li {
        display: inline-block;
        text-align: center;
        padding: 0 7px;
    }
    
    #lnb ul li a {
        position: relative;
        display: block;
        color: #888;
        font-size: 14px;
        padding: 12px 0;
        transition: all .2s ease-in
    }
    
    #lnb ul li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        background: #4777d9;
        transition: all .2s ease-in
    }
    
    #lnb ul li a:hover:before {
        height: 3px;
    }
    
    #lnb ul li a:hover {
        color: #333;
    }
    
    @media only screen and (min-width: 450px) {
        #lnb ul li {
            padding: 0 18px;
        }
    }
    
    @media only screen and (min-width: 768px) {
        #lnb {}
        #lnb ul li {
            padding: 0 35px;
        }
        #lnb ul li a {
            font-size: 16px;
            padding: 24px 0;
        }
    }
    
    #bo_v {
        position: relative;
        z-index: 9;
        width: 80%;
        margin: 0 auto;
    }
    
    .bo_v_head {
        background: #f8f8f8;
        padding: 15px 20px;
        border-top: 3px solid #000;
    }
    
    .bo_v_head h1 {
        font-size: 18px;
        font-weight: normal;
    }
    
    .bo_cont {
        padding: 30px 20px;
        min-height: 200px;
        word-break: break-all;
    }
    
    .button {
        display: inline-block;
        position: relative;
        height: 40px;
        line-height: 38px;
        padding: 0px 1em;
        min-width: 1em;
        border: 1px solid #ddd;
        background: #ffffff;
        text-align: center;
        color: #444;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }
    
    .button:hover,
    .button:focus,
    .button:active {
        text-decoration: none !important
    }
    
    .button:active {
        transform: scale(0.95)
    }
    
    .button .fa {
        margin: 0 5px;
        vertical-align: middle;
    }
    
    .button.btn_fa {}
    
    .button.btn_fa .fa {
        margin: 0;
    }
    
    .button.btn_gray {
        background: #f6f6f6;
        border-color: #ddd;
    }
    
    .button.btn_red {
        background: #eb1c23;
        border-color: #eb1c23;
        color: #fff
    }
    
    .bo_btn {
        overflow: hidden;
    }
    
    .bo_btn .list_btn {
        float: right;
        margin-top: 10px;
    }
    
    .bo_btn .list_btn.left {
        float: left;
    }
    
    .bo_btn .list_btn li {
        float: left;
    }
    
    .bo_btn .list_btn li+li {
        margin-left: 10px;
    }
    
    .bo_list_info {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 15px 20px;
        overflow: hidden;
    }
    
    .bo_list_info strong {
        font-weight: normal;
    }
    
    .bo_list_info strong+strong {
        margin-left: 20px;
    }
    
    .bo_list_info .left {
        float: left;
        display: none;
    }
    
    .bo_list_info .right {
        float: right;
    }
    
    .list_navi {
        border-top: 0 none;
    }
    
    .list_navi {
        border-top: 1px solid #e6e6e6;
    }
    
    .list_navi li {
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .list_navi li>a,
    .list_navi li>span {
        display: block;
        padding: 0.75em;
        padding-left: 6em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
    
    .list_navi li>a:hover {
        background: #f8f8f8;
    }
    
    .list_navi li>span {
        opacity: 0.5;
    }
    
    .list_navi .fa {
        margin-right: 0.5em;
    }
    
    .list_navi li strong {
        position: absolute;
        left: 1em;
        top: 0.75em;
        font-weight: normal;
    }
    
    @media only screen and (min-width: 768px) {
        .bo_v_head h1 {
            font-size: 24px;
        }
        .bo_list_info .left {
            display: block;
        }
    }
    
    .content_doc_post .inner_cont {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    
    .wrap_doc_post {
        max-width: 600px;
        margin: 0 auto;
        border: 1px solid #ddd;
        border-bottom: 0 none;
    }
    
    .wrap_doc_post:after {
        display: block;
        visibility: hidden;
        height: 0;
        font-size: 0;
        clear: both;
        content: "";
    }
    
    .wrap_doc_post .tf_text {
        height: 50px;
        padding: 15px 15px 14px;
        border: 0 none;
        border-bottom: 1px solid #ddd;
    }
    
    .wrap_doc_post .tf_textarea {
        border: 0 none;
    }
    
    .wrap_doc_post .wrap_file_open {
        position: relative;
        padding: 10px 128px 14px 15px;
        border-top: 1px solid #ddd;
        background: #f7f7f7;
    }
    
    .wrap_doc_post .wrap_file_open:after {
        display: block;
        visibility: hidden;
        height: 0;
        font-size: 0;
        clear: both;
        content: "";
    }
    
    .wrap_doc_post .wrap_file_open .inner_file {
        float: left;
        position: relative;
        padding-left: 25px;
    }
    
    .wrap_doc_post .wrap_file_open .ico_file {
        position: absolute;
        top: 5px;
        left: 0;
        width: 17px;
        height: 16px;
        background-position: -220px 0;
    }
    
    .wrap_doc_post .wrap_file_open .txt {
        display: inline-block;
        font-size: 14px;
        color: #999;
        vertical-align: middle;
    }
    
    .wrap_doc_post .wrap_file_open .bt_open {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        min-width: 107px;
        border: 1px solid #888e8d;
        padding: 4px 14px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #969f9e;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
    
    .content_doc_post .btn_block {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 30px;
    }
    
    .content_doc_post .btn_block .btn_post {
        display: block;
        padding: 16px 10px 17px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #3d6bca;
        background-color: #4777d9;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    
    .wrap_doc_post+.wrap_doc_post {
        margin-top: 20px;
    }
    
    .wrap_doc_post.entry_cont .tf_textarea {
        border: 1px solid #ddd;
    }
    
    .wrap_doc_post.entry_cont {
        border: 0 none;
    }
    
    @media only screen and (min-width: 768px) {
        .content_doc_post .inner_cont {
            padding-top: 60px;
            padding-bottom: 86px;
        }
        .wrap_doc_post .tf_text {
            height: 62px;
            padding: 19px 30px 20px;
            font-size: 16px;
        }
        .wrap_doc_post .tf_textarea {
            border: 0 none;
            font-size: 16px;
            padding: 19px 30px;
        }
        .wrap_doc_post .wrap_file_open {
            padding: 14px 200px 23px 28px;
        }
        .wrap_doc_post .wrap_file_open .inner_file {
            padding-top: 3px;
            padding-left: 27px;
        }
        .wrap_doc_post .wrap_file_open .ico_file {
            top: 9px;
        }
        .wrap_doc_post .wrap_file_open .txt {
            font-size: 16px;
        }
        .wrap_doc_post .wrap_file_open .bt_open {
            top: 14px;
            right: 30px;
            min-width: 146px;
            padding: 6px 14px 5px;
            font-size: 14px;
        }
        .content_doc_post .btn_block {
            padding-top: 50px;
        }
        .content_doc_post .btn_block .btn_post {
            padding: 25px 20px 26px;
            font-size: 25px;
        }
        .wrap_doc_post+.wrap_doc_post {
            margin-top: 30px;
        }
    }
    
    #nTitle {
        word-break: break-all;
    }