:root {
    --main-bg-color: #fff0c8;
    --main-key-color:#f06400;
}

#content .cateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px;
    padding: 0 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

#content .cateBox .important {
    color: #FFF;
    background-color: var(--main-key-color);
    background-color: var(--main-key-color);
    padding: 3px 18px;
    border-radius: 15px;
    margin-right: 10px;
}

#content .cateBox .time {
    font-weight: bold;
}

#content .cateBox .icon {
    background-color: var(--main-key-color);
    color: #FFF;
    border-radius: 30px;
    padding: 0 10px;
    margin: 0 10px 0 0
}

#content .importantBox {
    background-color: var(--main-bg-color);
    padding: 30px 50px;
    border-radius: 20px;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    #content .importantBox {
        margin: 0 20px;
        padding: 30px 20px
    }
}

#content .importantBox .inBox {
    padding: 20px 0
}

#content .importantBox .cateBox .time {
    color: #42210B
}

#content .importantBox .title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px
}

#content .importantBox .btn {
    margin: 50px auto
}

#content .in_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 100px;
    margin: 100px 0 0 0
}

@media screen and (max-width: 768px) {
    #content .in_nav {
        padding: 0 20px 70px;
        margin: 20px 0 0
    }
}

#content .in_nav .inBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 0 10px
}

@media screen and (max-width: 768px) {
    #content .in_nav .inBox {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 3px;
        text-align: left
    }
}

#content .in_nav .inBox a {
    display: block;
    border-radius: 20px;
    padding: 20px 0;
    background-color: var(--main-key-color);
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    position: relative
}

@media screen and (max-width: 768px) {
    #content .in_nav .inBox a {
        font-size: 14px;
        padding: 5px 5px 5px 15px;
        border-radius: 10px
    }
}

#content .in_nav .inBox a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: " ";
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1
}

@media screen and (max-width: 768px) {
    #content .in_nav .inBox a:after {
        right: 5px
    }
}

#content .in_nav .inBox a:before {
    position: absolute;
    top: 51%;
    right: 25px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: var(--main-key-color) transparent transparent transparent;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2
}

@media screen and (max-width: 768px) {
    #content .in_nav .inBox a:before {
        right: 10px
    }
}

@media screen and (max-width: 768px) {

    #content .in_nav .inBox:nth-child(1) a,
    #content .in_nav .inBox:nth-child(3) a {
        padding: 18px 5px 18px 12px
    }
}

#content .infoBox {
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    #content .infoBox {
        padding: 0 20px 50px
    }
}

#content .infoBox .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}

#content .infoBox .inBox .in {
    width: 31%;
    margin: 0 1%
}

@media screen and (max-width: 768px) {
    #content .infoBox .inBox .in {
        width: 100%;
        margin: 0 0 20px
    }
}

#content .infoBox .inBox .in a {
    display: block;
    text-decoration: none;
    color: #42210B;
    background-color: var(--main-bg-color);
    border-radius: 20px;
    padding: 20px 30px;
    overflow: hidden
}

#content .infoBox .inBox .in a:hover {
    background-color: #CECECE
}

#content .infoBox .inBox .in .title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px
}

#content .infoBox .inBox .in a .txBox .tx1 {
    background-color: var(--main-key-color);
    font-size: 10px;
    color: #FFF;
    text-align: center;
    padding: 5px
}

#content .infoBox .inBox .in a .txBox .tx2 {
    padding: 20px 30px;
    background-color: var(--main-bg-color)
}

#content .infoBox .inBox .in a .txBox .tx2 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}

#content .infoBox .inBox .in a .txBox .tx2 .more {
    text-align: right;
    margin-top: 20px;
}

#content .infoBox .inBox .in a .txBox .tx2 .more-btn {
    width: 140px;
    background-color: var(--main-key-color);
    color: white;
    padding: 6px;
}

#content .infoBox .inBox .in_area a {
    padding: 20px 0 0 0
}

#content .infoBox .inBox .in_area .cateBox {
    padding: 0 30px 10px
}

#content .infoBox .inBox .in_area .title {
    padding: 0 30px 10px
}

#content .infoBox .btn {
    margin: 50px auto
}

#content .infoBox_list .inBox {
    display: block
}

#content .infoBox_list .inBox .in {
    width: 100%;
    margin: 0 0 30px
}

#content .infoBox_list .inBox .in_area a .txBox .tx1 {
    font-size: 16px
}

#content .campaignBox_list .inBox {
    margin: 0 0 30px
}

#content .entry-content {
    padding: 30px 0 40px
}

@media screen and (max-width: 768px) {
    #content .entry-content {
        padding: 30px 20px 70px
    }
}

#content .entry-content .txArea {
    padding: 0 0 40px
}

#content .entry-content .txArea .title {
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 40px
}

@media screen and (max-width: 768px) {
    #content .entry-content .txArea .title {
        font-size: 18px
    }
}

#content .entry-content .txArea .imgBox {
    text-align: center;
    padding: 0 0 50px
}

#content .entry-content .txArea .tx {
    line-height: 180%;
    padding: 0 0 50px
}

#content .entry-content .txArea .postlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F1F1F1;
    border-radius: 50px;
    width: 600px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px
}

@media screen and (max-width: 768px) {
    #content .entry-content .txArea .postlink {
        width: 100%;
        font-size: 14px;
        margin: 0
    }
}

#content .entry-content .txArea .postlink a {
    color: #534741;
    text-decoration: none
}

#content .entry-content .txArea .postlink a:hover {
    opacity: 1.0;
    color: var(--main-key-color)
}

#content .entry-content .txArea .postlink .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

#content .entry-content .txArea .postlink .box a:before {
    content: "<<";
    display: block;
    padding: 0 10px 0 0
}

#content .entry-content .txArea .postlink .box_l {
    border-right: 1px solid #C2C2C2;
    padding: 0 30px 0 0
}

#content .entry-content .txArea .postlink .box_l a {
    padding: 12px 0 12px 30px
}

@media screen and (max-width: 768px) {
    #content .entry-content .txArea .postlink .box_l a {
        padding: 12px 0 12px 0
    }
}

#content .entry-content .txArea .postlink .box_r {
    border-left: 1px solid #C2C2C2;
    padding: 0 0 0 30px
}

#content .entry-content .txArea .postlink .box_r a {
    padding: 12px 10px 12px 0
}

#content .entry-content .txArea .postlink .box_r a:before {
    display: none
}

#content .entry-content .txArea .postlink .box_r a:after {
    content: ">>";
    display: block;
    padding: 0 0 0 10px
}

#content .entry-content .txArea .postlink .box_c {
    padding: 12px 30px
}

#content .entry-content .btn {
    margin: 0 auto
}

#content .nav_list {
    margin: 0
}

@media screen and (max-width: 768px) {
    #content .nav_list {
        padding: 0 20px 20px
    }
}

#content .nopb .nav_list {
    padding: 50px 0 0
}

@media screen and (max-width: 768px) {
    #content .nopb .nav_list {
        padding: 20px 20px 0
    }
}