/*--------------------------------------
 * Default
**--------------------------------------*/
#content-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-header {
    display: none;
}

.small {
    font-size: .9em;
}

body.ios, .ios .recent-title {
    font-size: 16px;
}


/*--------------------------------------
 * Visual
**--------------------------------------*/
.site-main a {
    color: #ed5b36;
    padding-bottom: 2px;
    border-bottom: 3px solid #ed5b36;
    font-weight: 500;
}
.no-border-bottom a {
    padding-bottom: 0;
    border-bottom: none;
}

.home-title1, .home-title2, .home-title3 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
.home-title1 {
    font-size: 3em;
    margin-bottom: 1em;    
}
.home-title2 {
    font-size: 1.3em;
    margin: 30px 0;
}
.home-title3 {
    font-size: 1.4em;
}
.home-small {
    font-size: 1.4em;
    font-weight: 500;
    display: none;
}


/*--------------------------------------
 * 3st 섹션 (최근글)
**--------------------------------------*/
.list {
    float: left;
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    border: 4px solid #e7e7e7;
    padding: 10px;
    position: relative;
}
.list > a {
    position: absolute;
    top: 0;
    right: 5px;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.short_recent_list {
    list-style-type: none;
    margin: 0;
}
.recent-title {
    margin-bottom: 6px;
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
}
.recent-title > a {
    font-size: 14px;
    font-weight: normal;
    color: #777 !important;
    border-bottom: none !important;
}
.recent-title > a:hover, .single-post .recent-title > a {
    color: #ed5b36 !important;
}

.list-title {
    position: relative;
}
.ico {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.list1 {
    color: #3c8fff;
}
.list2 {
    color: #f281f9;
}
.list3 {
    color:#ffaa61;
}
.list4 {
    color:#a85dff;
}
.more {
    border-bottom: none !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 10px;
}


/*--------------------------------------
 * Media query
**--------------------------------------*/
@media only screen and (max-width: 1024px) {
    .list {
        width: 49%;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 960px) {
    
}
@media only screen and (max-width: 768px) {
    .section-main {
        padding: 50px 10px 0 10px !important;
    }
    .no-border-bottom a, .no-border-bottom img {
        width: 100%;
    }

    .elementor-heading-title {
        font-size: 24px !important;
    }

    .elementor-accordion-title {
        font-size: 17px;
        line-height: 1.6;
    }
    .elementor-accordion-icon {
        line-height: 2.3;
    }
}
@media only screen and (max-width: 480px) {
    .home-title1 {
        font-size: 2em;
    }
    .home-title2 {
        font-size: 1.2em;
    }
    .home-title3 {
        font-size: 1.2em;
    }
    .home-small {
        font-size: 1em;
    }

    .list {
        width: 100%;
        margin-right: 0;
    }

    .content-area {
        margin-bottom: 0;
    }

    .widget_recent_entries a {
        font-size: .9em;
    }

    .footer-menu, .footer-social {
        float: none;
        width: 100%;
    }
}