/**************************************************************************************
    Board style
**************************************************************************************/
/* board-page */
.article.board {

}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fdfdfd;
}

.article.board .reply {
    font-size: 14px;
    color: #5bc0de;
}
.article.board .reply a {
    font-size: 14px;
    color: #27a2c5;
}
.article.board .reply a:hover {
    color: #1578c4;
}
.article.board .reply .label {
    margin: 0 5px 0 2px;
    border-radius: 2px;
}
.article.board .table-responsive {
    border: 0;
}
.article.board .table-responsive > .table {
    border-top: 2px solid #6F4DCB;
}
.article.board .table-responsive > .table th {
    padding: 20px;
    vertical-align: middle;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
}
.article.board .table-responsive > .table td {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
    border-color: #eee;
}
.article.board .table-responsive > .table td.num {
    text-align: center;
    font-family: 'NanumSquareNeo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #999;
}

.article.board .table {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.article.board .table.tb-fixed {
    table-layout: fixed;
}
.article.board .table caption{
    text-align: left;
    padding: 5px 0;
    font-family: 'NanumSquareNeo', sans-serif;
    font-size: 15px;
    color: #6F4DCB;
}
.article.board .table thead{

}
.article.board .table thead th {
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}
.article.board .table tbody {

}
.article.board .table .tb-file-area th {
    font-size: 13px;
    font-weight: 700;
}
.article.board .table .tb-file-area td a {
    font-size: 13px;
}
.article.board .table tbody td.tb-title {
    font-size: 16px;
    font-weight: 700;
}
.article.board .table tbody td.board-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'NanumSquareNeo', sans-serif;
    font-weight: 600;
}
.article.board .table tbody td.date {
    text-align: center;
    font-family: 'NanumSquareNeo', sans-serif;
    font-size: 14px;
    color: #999;
}
.article.board .table tbody td {
    vertical-align: middle;
    font-size: 14px;
}
.article.board .table tbody tr.board-contents td {
    font-size: initial;
}
.article.board .table tbody td.num {
    color: #767676;
}
.article.board .table tbody td.title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.article.board .table tbody td.file {

}
.article.board .table tbody td.writer {
    color: #767676;
}
.article.board .table tbody td.date {
    color: #767676;
}
.article.board .table tbody td.hits {
    color: #767676;
}
.article.board .table tbody tr.board-contents > td {
    padding: 30px 10px 30px;
}
.article.board .table tbody tr.board-contents > td p,
.article.board .table tbody tr.board-contents > td img {
    max-width: 100% !important;
    height: auto !important;
}
.article.board .table-responsive > .table > tbody > tr.board-contents > td {
    white-space: normal;
}

.article.board .td-bottom-area {
    text-align: center;
}

.article.board .btn-area {
    text-align: center;
    overflow: hidden;
}
.article.board .btn-area a {
    margin: 0 5px;
}

.article.board .btn-area-admin {
    margin: 0 0 40px;
    padding: 20px;
    text-align: center;
    /*border: 1px solid #dfdfdf;*/
    border-radius: 5px;
    background-color: #F8FCF8;
}

/* °Ë»ö ¿µ¿ª */
.article.board .search-area {
    position: relative;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: #F5F3FC;
}
.article.board .search-area .board-search-radio {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-size: 15px;
}
.article.board .search-area .board-search-radio input[type=radio] {
    margin-top: 8px;
}
.article.board .search-area .board-search {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.article.board .search-area .board-search .form-control {
    display: inline-block;
    width: 380px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}
.article.board .search-area .board-search .btn {
    width: 60px;
    height: 36px;
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
    background-color: #6F4DCB;
}

/* category-list */
.category-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 30px;
}
.category-list > li {
    display: table-cell;
}
.category-list > li > a {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #999;
    background-color: #f0f0f0;
}
.category-list > li:hover > a,
.category-list > li.active > a {
    color: #fff;
    background: #7047CF url(/images/main/bg_main_banner_active_button.png) -20px 50% no-repeat;
}

/* board-category-label */
.board-category-label {
    display: inline-block;
    margin-right: 8px;
    padding: 5px 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    background-color: #ccc;
}
table.tb-view .board-category-label {
    display: none;
}

/* notice */
.notice-post {
    font-weight: 800;
    color: #7047CF;
}
.label-notice {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    background-color: #7047CF;
}

/**************************************************************************************
    view style
**************************************************************************************/
.article.board .table-responsive > .table.tb-view th {
    width: 150px !important;
    text-align: center;
    font-size: 19px !important;
    font-weight: 700;
    background-color: #fcfcfc;
}
.article.board .table.tb-view > tbody > tr > td {
    padding-left: 20px;
    font-size: 17px !important;
}
.article.board .table.tb-view > tbody > tr.board-contents > td {
    font-size: initial !important;
}
.article.board .table.tb-view .tb-file-area td a {
    font-size: 15px;
}

.article.board .table.tb-view tr.board-contents td {
    padding: 50px;
}

/* ½æ³×ÀÏ °Ô½ÃÆÇ »ó¼¼ ½ºÅ¸ÀÏ */
.article.board .table.tb-view > tbody > tr.board-contents.thm-boards > td ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.article.board .table.tb-view > tbody > tr.board-contents.thm-boards > td * {
    font-family: "¸¼Àº °íµñ",'NanumSquareNeo', sans-serif;
    letter-spacing: 0;
}

/* pagenation */
.pagination {
    margin: 40px 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 5px 10px;
    color: #6F4DCB;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #5B37BB;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #6F4DCB;
    border-color: #6F4DCB;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 8px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-lg > li:nth-last-child(2) > a,
.pagination-lg > li:nth-last-child(2) > span  {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/**************************************************************************************
    Popup style
**************************************************************************************/
/* Layout style */

#pop_wrap {
    border-top: 3px solid #1578c4;
}

#pop_header {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f0f0f0;
}
#pop_header h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

#pop_container {

}

#pop_container .innerWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#pop_contents {
    padding: 0 20px;
}

#pop_contents .btn-area {
    text-align: center;
}
#pop_contents .btn-area a {
    margin: 0 5px;
}


/*lt-ie9*/
/*border radio-inline*/
.lt-ie9 .checkbox-inline, .lt-ie9 .radio-inline {
    position: relative;
    display: inline !important;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

/**************************************************************************************
    °Ô½ÃÆÇ ¸®½ºÆ® > ½æ³×ÀÏ ¸®½ºÆ®Çü
**************************************************************************************/
.article.board .board-list-thm.board-list-area {
    margin: 0 0 40px;
}
.article.board .board-list-thm.board-list-area > ul.list-thm {

}
.article.board .board-list-thm.board-list-area > ul.list-thm > li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li:last-child {
    margin: 0;
}

/* ½æ³×ÀÏ ¿µ¿ª */
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area {
    float: left;
    width: 240px;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li.member-thm > .thm-area {
    width: 112px;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a {
    display: block;
    width: 100%;
    height: 147px;
    padding: 5px;
    border: 1px solid #dfdfdf;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 135px;
}
.article.board .board-empty {
    margin: 0 0 40px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* ³»¿ë ¿µ¿ª */
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area {
    float: left;
    width: 600px;
    padding-left: 30px;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li.member-thm > .conts-area {
    width: 728px;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title {

}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a:hover {
    color: #195691;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.date {
    margin: 0 0 15px;
    font-size: 13px;
    color: #999;
}
.article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.notice-conts {
    line-height: 1.8;
    font-size: 14px;
}

/**************************************************************************************
    °Ô½ÃÆÇ ¸®½ºÆ® > °¶·¯¸®Çü
**************************************************************************************/
.article.board .board-list-gallery.board-list-area {
    margin: 0 0 40px;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm {

}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li {
    position: relative;
    float: left;
    width: 360px;
    margin: 0 60px 50px 0;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li:nth-child(3n) {
    margin: 0 0 80px;
}

/* ½æ³×ÀÏ ¿µ¿ª */
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area {
    margin: 0;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 360px;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.article.board .board-empty {
    margin: 0 0 40px;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* ³»¿ë ¿µ¿ª */
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area {

}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title {

}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a:hover {
    color: #195691;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > .writer {
    margin: 0 !important;
    padding: 0;
    font-size: 15px;
    color: #999;
}
.article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > .date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    color: #999;
}

/**************************************************************************************
    Notice Popup style
**************************************************************************************/
/* Layout style */

#notice_wrap {

}

#notice_header {
    margin: 0;
    padding: 18px 20px 15px;
    background-color: #1578c4;
}
#notice_header h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#notice_header h1 .date {
    margin: 0 0 0 5px;
    font-size: 12px;
    font-weight: 300;
}

#notice_container {

}

#notice_container .innerWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#notice_contents {
    padding: 0;
}
#notice_contents .file-area {
    margin: 0;
    padding: 8px 20px 5px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fafafa;
}
#notice_contents .file-area span {
    display: block;
    margin: 1px 0;
}

#notice_contents .notice-contents {
    margin: 20px 0;
    padding: 0 20px;
}

#notice_footer {
    padding: 10px 20px;
    color: #fff;
    text-align: right;
    background-color: #222d32;
}

#notice_contents .btn-area {
    text-align: center;
}
#notice_contents .btn-area a {
    margin: 0 5px;
}

/**************************************************************************************
    Bootstrap.css - Modify
**************************************************************************************/
.table-responsive > table {
    table-layout: fixed;
}
.btn {
    border-radius: 2px;
}
.panel-title {
    font-size: 15px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    word-break: break-all;
}
.form-control {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 17px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    box-shadow: none;
}
/* ÇØ´ç ¿¤¸®¸ÕÆ®¸¦ ÀÎ¶óÀÎ ¿ä¼Ò·Î ¹Ù²Þ */
.element-inline {
    display: inline-block !important;
    width: auto;
}

.label {
    padding: 4px 6px 3px;
    font-weight: 300;
    border-radius: 0;
}

.w10 { width: 10% !important; }
.w20 { width: 20% !important; }
.w30 { width: 30% !important; }
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w70 { width: 70% !important; }
.w80 { width: 80% !important; }
.w90 { width: 90% !important; }
.w100 { width: 100% !important; }



/* *******************************************************************
    media-query
******************************************************************* */

/* phone ~ 480px */
@media screen and (max-width: 767px) {

    /* category-list */
    .category-list {
        overflow: hidden;
        display: block;
        width: 100%;
        margin: 0 0 20px;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
    }
    .category-list > li {
        display: block;
        float: left;
        width: 33.33333%;
    }
    .category-list > li > a {
        padding: 10px;
        font-size: 13px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background-color: #fafafa;
    }
    .category-list > li:hover > a,
    .category-list > li.active > a {
        background: #7047CF url(/images/main/bg_main_banner_active_button.png) -20px 50% no-repeat;
    }

    /* board-list */
    .article.board .reply {
        font-size: 14px;
    }
    .article.board .reply a {
        font-size: 14px;
    }
    .article.board .reply .label {
        margin: 0 5px 0 2px;
    }
    .article.board .table-responsive > .table th {
        padding: 10px 5px;
        font-size: 14px;
    }
    .article.board .table-responsive > .table td {
        padding: 15px 5px;
        font-size: 14px;
    }
    .article.board .table-responsive > .table td.num {
        font-size: 13px;
    }

    .article.board .table-responsive > table {
        table-layout: initial;
    }
    .article.board .table-responsive > table.tb-view {
        table-layout: fixed;
    }
    .article.board .table.tb-fixed {
        table-layout: fixed;
    }
    .article.board .table caption{
        padding: 5px 0;
        font-size: 13px;
    }
    .article.board .table thead th {
        font-size: 15px;
    }
    .article.board .table .tb-file-area th {
        font-size: 15px;
    }
    .article.board .table tbody td {
        font-size: 14px;
    }
    .article.board .table .tb-file-area td a {
        font-size: 14px;
    }
    .article.board .table tbody td.tb-title {
        font-size: 15px;
    }
    .article.board .table tbody td.date {
        font-size: 13px;
    }
    .article.board .table tbody tr.board-contents td {
        font-size: initial;
    }
    .article.board .table tbody td.title {
        font-size: 14px;
    }
    .article.board .table tbody tr.board-contents > td {
        padding: 30px 10px 30px;
    }
    .article.board .table tbody tr.board-contents > td p,
    .article.board .table tbody tr.board-contents > td img {
        max-width: 100% !important;
        height: auto !important;
    }
    .article.board .btn-area-admin {
        margin: 0 0 40px;
        padding: 20px;
        text-align: center;
        /*border: 1px solid #dfdfdf;*/
        border-radius: 5px;
        background-color: #F8FCF8;
    }

    /* °Ë»ö ¿µ¿ª */
    .article.board .search-area {
        margin: 0 auto 20px;
        padding: 15px;
    }
    .article.board .search-area .board-search-radio {
        display: block;
        margin: 0 0 5px;
        font-size: 13px;
    }
    .article.board .search-area .board-search-radio input[type=radio] {
        margin-top: 4px;
    }
    .article.board .search-area .board-search {
        display: block;
        margin: 0;
        vertical-align: middle;
    }
    .article.board .search-area .board-search .form-control {
        display: inline-block;
        width: 200px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    .article.board .search-area .board-search .btn {
        width: 60px;
        height: 36px;
        font-size: 15px;
    }

    /* board-category-label */
    .board-category-label {
        margin-right: 5px;
        padding: 4px 15px;
        font-size: 13px;
    }

    /* notice */
    .label-notice {
        padding: 4px 10px;
        font-size: 13px;
    }

    /**************************************************************************************
        view style
    **************************************************************************************/
    .article.board .table-responsive > .table.tb-view .col1 {
        width: 25% !important;
    }
    .article.board .table-responsive > .table.tb-view .col2 {
        width: 75% !important;
    }
    .article.board .table-responsive > .table.tb-view th {
        width: auto !important;
        padding: 10px;
        font-size: 14px !important;
    }
    .article.board .table.tb-view > tbody > tr > td {
        padding: 10px;
        font-size: 14px !important;
        white-space: normal;
    }
    .article.board .table.tb-view > tbody > tr.board-contents > td {
        font-size: initial !important;
    }
    .article.board .table.tb-view .tb-file-area td a {
        font-size: 15px;
    }
    .article.board .table.tb-view tr.board-contents td {
        padding: 30px 0;
    }

    /* ½æ³×ÀÏ °Ô½ÃÆÇ »ó¼¼ ½ºÅ¸ÀÏ */
    .article.board .table.tb-view > tbody > tr.board-contents.thm-boards > td ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    /**************************************************************************************
        °Ô½ÃÆÇ ¸®½ºÆ® > ½æ³×ÀÏ ¸®½ºÆ®Çü
    **************************************************************************************/
    .article.board .board-list-thm.board-list-area {
        margin: 0 0 40px;
    }
    .article.board .board-list-thm.board-list-area > ul.list-thm > li {
        margin: 0 0 50px;
        padding: 0;
        border-bottom: 0;
    }
    .article.board .board-list-thm.board-list-area > ul.list-thm > li:last-child {
        margin: 0;
    }

    /* ½æ³×ÀÏ ¿µ¿ª */
    .article.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .article.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a {
        width: 100%;
        height: auto;
    }
    .article.board .board-list-thm.board-list-area > ul.list-thm > li > .thm-area > a > img {
        height: auto;
    }

    /* ³»¿ë ¿µ¿ª */
    .article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area {
        float: none;
        width: 100% !important;
        padding-left: 0;
    }
    .article.board .board-list-thm.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
        text-overflow: initial;
        overflow: hidden;
        white-space: normal;
        line-height: 1.4;
    }

    /**************************************************************************************
        °Ô½ÃÆÇ ¸®½ºÆ® > °¶·¯¸®Çü
    **************************************************************************************/
    .article.board .board-list-gallery.board-list-area {
        margin: 0 0 40px;
    }
    .article.board .board-list-gallery.board-list-area > ul.list-thm > li {
        float: none;
        width: 100%;
        margin: 0 0 60px 0;
    }
    .article.board .board-list-gallery.board-list-area > ul.list-thm > li:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    /* ½æ³×ÀÏ ¿µ¿ª */
    .article.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area {
        margin: 0 0 20px;
    }
    .article.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a {
        height: auto;
    }
    .article.board .board-list-gallery.board-list-area > ul.list-thm > li > .thm-area > a > img {
        height: auto;
    }

    /* ³»¿ë ¿µ¿ª */
    .article.board .board-list-gallery.board-list-area > ul.list-thm > li > .conts-area > p.title > a {
        text-overflow: initial;
        overflow: hidden;
        white-space: normal;
        line-height: 1.4;
    }


}
