/* Board Section 1 */
/* ROOT START */
.wrap-board {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: nowrap;
    width: 100%;
    gap: 40px;
}

.board-box {
    flex: 1 1 auto;
    box-sizing: border-box;
    height: 300px;
    max-width: 430px;
}

.board-box1 {
    flex: 0 0 300px !important;
    width: 300px;
}
.wrap-board1 .board-box1 {
    order: 1;
}
.wrap-board2 .board-box1,
.wrap-board2 .board-box3 {
    order: 1;
}
.short-code-top span {
    font-size: 11px;
    letter-spacing: 0.5em;
    display: block;
    font-weight: 400;
    font-family: Tahoma;
    line-height: 20px;
    padding-left: 3px;
    color: #999;
}

.wrap-board-A .short-code-top h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #111;
}

.wrap-board-A .short-code-top h2 a {
    width: 32px;
    height: 0;
    padding-top: 32px;
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.wrap-board-A .board-box:hover .short-code-top h2 a {
    transform: rotate(135deg);
}

.wrap-board-A .short-code-top h2 a:before,
.wrap-board-A .short-code-top h2 a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #222;
}

.wrap-board-A .short-code-top h2 a:before {
    transform: translate(-50%, -50%);
}

.wrap-board-A .short-code-top h2 a:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.wrap-board-A .wrap-short-code #kboard-default-latest table .kboard-latest-title,
.wrap-board-A .wrap-short-code #kboard-default-latest table .kboard-latest-date {
    font-size: 16px;
    padding: 7px 0;
}

@media screen and (max-width:720px) {
    .wrap-board-A .wrap-short-code #kboard-default-latest table .kboard-latest-title,
    .wrap-board-A .wrap-short-code #kboard-default-latest table .kboard-latest-date {
        font-size: 15px;
        padding: 4px 0;
    }
}

/* ROOT END */

/* Board Section 4~6 */ 
.wrap-board-B{
    gap: 60px;
}
.wrap-board-B .board-box{
    flex:1 !important;
}
.wrap-board-B .short-code-top span{
    font-size:10px;
}
.wrap-board-B .short-code-top h2{
    font-size:20px;
    position: relative;
}
.wrap-board-B .short-code-top h2:after,
.wrap-board-B .short-code-top h2:before{
	content: "";
    position: absolute;
    bottom: -15px;
    left: 9px;
    width: 14px;
    margin-left: -7px;
    height: 1px;
    background: #696969;
    -webkit-transition: none .5s ease .1s;
    -ms-transition: none .5s ease .1s;
    transition: none .5s ease .1s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -ms-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}
.wrap-board-B .wrap-short-code:hover .short-code-top h2:before{
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-board-B .short-code-top h2 .short-code-top-a{
    position: absolute;
    right: 0px;
    text-align: center;
    width: 80px;
    font-size: 12px;
    bottom: 0px;
    opacity: 0.5;
}
.wrap-board-B .sbs_marker {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 15px;
}
.wrap-board-B .sbs_marker:first-child{
    padding-top:6px;
}
.wrap-board-B .sbs_marker li {
    margin: 5px 0;
    padding-left: 25px;
    line-height: 20px;
    position: relative;
}
.wrap-board-B .sbs_marker i {
    position: absolute;
    left: 0;
    top: 4px;
}
.wrap-board-B .hr {
    height: 1px;
    margin: 15px 0 14px 0;
    border-top: 1px dashed #ddd;
}
.wrap-board-B .table-widget .kboard-default-cut-strings {
    line-height: 20px;
    height: 20px;
}
.wrap-board-B .wrap-short-code #kboard-default-latest table .kboard-latest-title, .wrap-board-B .wrap-short-code #kboard-default-latest table .kboard-latest-date {
    font-size: 15px;
    padding: 9px 0 9px;
}
@media screen and (max-width:1280px) {
    .wrap-board {
        padding: 0 20px;
    }
}

@media screen and (max-width:992px) {
    .wrap-board {
        flex-wrap: wrap;
    }

    .board-box {
        height: auto;
        width: 45%;
        box-sizing: border-box;
    }

    .board-box1 {
        width: 100%;
        max-width: 100%;
    }
    .wrap-board1 .board-box1{
        order: 0;
    }
    .wrap-board2 .board-box1,
    .wrap-board2 .board-box3 {
        order: 0;
    }
    .wrap-board-B .board-box{
        flex: auto !important;
    }
}

@media screen and (max-width:720px) {
    .wrap-board {
        gap: 30px;
    }
    .board-box {
        width: 100%;
        max-width: 100%;
    }
    .wrap-board-B .wrap-short-code #kboard-default-latest table .kboard-latest-title, .wrap-board-B .wrap-short-code #kboard-default-latest table .kboard-latest-date {
        padding: 4px 0;
    }
}