@charset "UTF-8";

/**************************************************************************************
    ckeditor style - view, edit, write
**************************************************************************************/
.cke_editable {
    /*line-height: 1.8;*/
    word-break: keep-all;
    font-family: 'Noto Sans KR', Arial, 'NanumSquare', 'NanumSquareNeo', '맑은 고딕', 'Malgun Gothic', 'Nanum Gothic', Dotum, Gulim, sans-serif;
    font-size: 17px;
    margin:20px;
    background-color: #fff;
    word-break: break-all;
}
.section.board .cke_editable {
    text-align: left;
}
.cke_editable strong {
    font-weight: bold;
}
.cke_editable * {
    max-width: 1200px !important;
    /*font-family: "Malgun Gothic", "Nanum Gothic", Dotum, Gulim, sans-serif;*/
    /*line-height: 1.8;*/
    /*word-break: break-all;*/
    /*word-break: keep-all;*/
}
.cke_editable.notice-contents * { /* 메인팝업 */
    max-width: 100% !important;
    height: auto !important;
}
.cke_editable.mail-content * { /* 메일링 */
    /*max-width: 100% !important;*/
    /*height: auto !important;*/
}
.cke_editable h1 {
    margin: 0;
    font-size: 2em;
    font-weight: 500;
}
.cke_editable h2 {
    font-size: 1.5em;
    font-weight: 500;
}
.cke_editable h3 {
    font-size: 1.17em;
    font-weight: 500;
}
.cke_editable h4 {
    font-size: 1em;
    font-weight: 500;
}
.cke_editable h5 {
    font-size: .83em;
    font-weight: 500;
}
.cke_editable h6 {
    font-size: .67em;
    font-weight: 500;
}
.cke_editable table {
    border-collapse: collapse;
}
.cke_editable table th {
    /*padding: 8px;*/
    /*font-size: 14px;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #f7f7f7;*/
}
.cke_editable table td {
    /*padding: 8px;*/
    /*font-size: 14px;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #fff;*/
}
.cke_editable p {
    margin: 0;
}
/*html input[type="button"]{*/
/*    font-size: 15px;*/
/*    padding:10px 16px;*/
/*    margin-left:10px;*/
/*    background-color: #ED6B6E;*/
/*    border: #e82e39;*/
/*    color:#FFF;*/
/*}*/
.board .section .table tbody td #fileList{
    margin-bottom: 10px;

}
/* *******************************************************************
	society-tab
******************************************************************* */
/*.society-tab-list*/
.society-tab-list {
    width: 100%;
    margin: 0 0 50px;
    padding-left: 0;
    list-style: none;
}

.society-tab-list > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    text-align: center;
    color: #999;
    word-break: keep-all;
    background-color: #eee
}
.society-tab-list > li > a.on {
    font-weight: 700;
    color: #fff;
    background-color: #3356a8;
}
.society-tab-list > li > a.on:hover {
    color: #fff;
    background-color: #3356a8;
}
.society-tab-list > li > a:hover,
.society-tab-list > li > a:focus {
    color: #3356a8;
    background-color: #eee;
}

/*society-tab-contents*/
.society-tab-contents {
    padding-top: 30px;
}
.society-tab-contents .tabs-conts {
    display: none;
}

.society-tab-contents .tabs-conts.on {
    display: block;
}

/* .section committee research-detail */
.section.committee.research-detail {

}
.section.committee.research-detail h3 {
    margin: 0 !important;
    padding: 20px;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e4eff9;
    background-color: #f7fbff;
    font-weight: 800;
}
.section.committee.research-detail h4 {
    font-weight: 700;
    margin-top: 40px;
    font-size: 18px;
}
@media (min-width: 768px) {
    .society-tab-list > li {
        display: table-cell;
        width: 1%;
    }
    .society-tab-list > li > a {
        margin-bottom: 0;
    }
}

/* *******************************************************************
    category-list
******************************************************************* */
/*.category-list*/
.category-list {
    width: 100%;
    margin: 0 0 50px;
    padding-left: 0;
    list-style: none;
}

.category-list > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    text-align: center;
    color: #999;
    word-break: keep-all;
    background-color: #eee
}
.category-list > li.active a {
    font-weight: 700;
    color: #fff;
    background-color: #3356a8;
}
.category-list > li.active:hover a {
    color: #fff;
    background-color: #3356a8;
}
.category-list > li > a:hover,
.category-list > li > a:focus {
    color: #3356a8;
    background-color: #eee;
}

/*society-tab-contents*/
.category-list {
    padding-top: 30px;
}
.category-list .tabs-conts {
    display: none;
}

.category-list .tabs-conts.on {
    display: block;
}


@media (min-width: 768px) {
    .category-list > li {
        display: table-cell;
        width: 1%;
    }
    .category-list > li > a {
        margin-bottom: 0;
    }
}