#main-area {
    padding: 20px;
}

.main-section {
    margin-bottom: 100px;
}

.main-section:nth-child(2) {
    margin-bottom: 0;
}

.section-title-box {
    margin-bottom: 40px;
    text-align: center;
}

.section-title {
    display: block;
    font-size: 32px;
    font-weight: 500;
    color: #2a303b;
}

.section-content {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1cc3b2;
    margin-top: 10px;
    font-size: 1rem;
}

#go-category-popup {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    
}

#go-category-box {
    width: 800px;
    height: 480px;
    background-color: #fff;
    padding: 30px 20px; 
    position: relative;
}

#go-category-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #efefef;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: #fff;
}

#go-category-close:hover {
    background: rgba(4, 163, 255, 0.7);
    transition: .2s;
    color: #fff;
}

#go-category-title-box {
    text-align: center;
}

#go-category-main-title {
    font-size: 20px;
    font-weight: 500;
}

#go-category-sub-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
}

#go-category-item-box {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 40px;
}

.go-category-items {
    width: calc(100% / 3 - 15px);
    height: 130px;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.go-category-items:not(:nth-child(3n)) {
    margin-right: 20px;
}

.go-category-item-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 130px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    pointer-events: none;
}

#main-category-box {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.main-category-items {
    width: calc(25% - 15px);
    height: 170px;
    margin-right: 20px;
    background-size: cover;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.main-category-items:last-child {
    margin-right: 0;
}

.main-category-item-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

#main-plan-box {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.main-plan-items {
    position: relative;
    width: calc((100% / 3) - (40px / 3));
    height: 290px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 7px;
    background: rgba(4, 163, 255, 0.7);
    justify-content: space-between;
    background-size: cover;
    box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.main-plan-items:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    border-radius: 7px;
}

.main-plan-items:not(:nth-child(3n)) {
    margin-right: 19px;
}

.main-plan-item-info {
    text-align: left;
    position: relative;
    z-index: 3;
    padding: 22px;
    pointer-events: none;
}

.main-plan-item-info>p {
    color: #fff;
}

.main-plan-item-title {
    word-break: keep-all;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    min-width: 200px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    line-height: 1.3; 
    height: 3.6em; 
    display: inline-block;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.main-plan-item-country {
    font-size: 13px;
    font-weight: 300;
    margin-top: 85px;
}

.main-plan-item-days {
    font-size: 16px;
    font-weight: 400;
}

.main-plan-item-counter {
    position: absolute;
    bottom: 0;
    color: #454545;
    background: #fff;
    z-index: 3;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    pointer-events: none;
}

.main-plan-item-counter-items {
    font-size: 12px;
}

.main-plan-item-counter-items.like {
    color: #ff5e5e;
}

.board-section {
    margin-top: 50px;
}

.board-section-title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    display: flex;
}

.board-section-title-left {
    width: 50%;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.board-section-title-right {
    width: 50%;
    text-align: right;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.board-box {
    width: 100%;
}

.tr-basic {
    cursor: pointer;
}

.td-article {
    /* width: 85%; */
    height: 40px;
    line-height: 40px;
    padding-right: 18px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    border-bottom: 1px solid #f2f2f2;
    border-bottom-color: #f2f2f2;
}

.td-counter {
    width: 15%;
    height: 33px;
    border-bottom: 1px solid #f2f2f2;
    border-bottom-color: #f2f2f2;
    text-align: right;
}