@charset "utf-8";
.at-title { padding-bottom: 80px;}
@media (max-width:991px){
    .at-title { padding-bottom: 60px;}
}
@media (max-width:768px){
    .at-title { padding-bottom: 50px;}
}
@media (max-width:576px){
    .at-title { padding-bottom: 40px;}
}





/* Top Search */
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }

/* Category */
.list-category .tabs { margin-bottom:20px; }
.list-category .dropdown { margin-bottom:20px; }
.list-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }

/* List */
.list-wrap { padding: 0 0 100px; width:100%; }
.list-admin { text-align:center; margin:15px 0 0 0; }
.list-btn .sort-drop { min-width:120px !important; left:auto !important; right:0px !important; }
.list-btn .sort-drop .sort a { color:crimson !important; font-weight:bold !important; }
.is-pc .ko .list-btn .sort-drop { font-size: 12px; }

/* Page */
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* View */
.view-wrap { padding: 0 0 100px; width:100%; overflow:hidden; }
.view-wrap.view-modal { padding:5px; margin:0px; }
.view-btn { margin:0px 0px 30px; }
.view-btn i { margin-right:2px; }

/* Write */
.write-wrap { padding: 0 0 100px; width:100%; overflow:hidden; }

@media all and (max-width:460px) {
	.responsive .view-btn i { margin-right:0px; }
}


.board-head { display: none; ; padding-bottom: 70px;}
.board-head > div {  width: 50%; min-height: 350px; border: 1px solid #e1e1e1; }
.board-head .img { border-right: none; text-align: right;}
.board-head .img img { width: 100%; max-width: 650px;}
.board-head .txt { display: flex; flex-direction: column; justify-content: center; padding: 0 5%;  }
.board-head .txt .name { margin: 0; line-height: 1;}
.board-head .txt .name.en { position: relative; padding: 15px 0; color: #777;}
.board-head .txt .name.en:after { content:''; display: block; position: absolute; top: 0; left: 0; width: 25px; height: 2px; background: #0c4200;}
.board-head .txt .name.kr { padding: 0 0 35px; font-size: 35px; font-weight: 500; }
.board-head .txt .tail { font-weight: 400;}
.board-head .txt .tail span {display: block;}
@media (max-width:991px){
    .board-head { padding-bottom: 65px;}
    .board-head .txt { padding:  0 30px;}
    .board-head .txt .name.kr { padding: 0 0 30px; font-size: 31px;}
    .board-head .txt .tail span { display: inline;}
}
@media (max-width:768px){
    .board-head { padding-bottom: 55px;}
    .board-head > div { min-height: 270px;}
    .board-head .txt { padding:  20px;}
    .board-head .txt .name.kr { padding: 0 0 20px;  font-size: 29px;}
    .board-head .txt .tail { font-size: 15px;}
}

@media (max-width:576px){
    .board-head { flex-direction: column; padding-bottom: 50px; }
    .board-head > div { width: 100%; min-height: 200px;}
    .board-head .img { border-right: 1px solid #e1e1e1; border-bottom: none}
    .board-head .img img { max-width: 430px;}
    .board-head .txt { padding: 30px 20px;}
    .board-head .txt .name.kr { font-size: 26px;}
}

@media (max-width:400px){    
    .board-head .txt { padding: 30px 15px;}    
}