@charset "UTF-8";
/*=================================================================================
* MediaQuery
=================================================================================*/
@media (max-width: 1200px) {
    html,
    body {
        font-size: 14px;
    }
    /*  intro  */
    .intro-wrap .left-area {
        width: 40%;
    }
    .intro-wrap .right-area {
        padding: 2rem;
    }
    .intro-wrap .right-area .menu-item {
        width: 48%;
    }
}

@media (max-width: 768px) {
    /*  header  */
    #header {
        padding: 1rem;
        height: 60px;
    }
    #header .title-03 {
        font-size: 1.8rem;
    }
    .menu-open {
        width: 30px;
        height: 30px;
    }
    .menu-open .icon,
    .menu-open .icon:before,
    .menu-open .icon:after {
        width: 30px;
    }
    .search-box,
    .webzine-info {
        display: none;
    }
    /*  menu */
    #side-panel.active {
        flex-direction: column;
    }
    #side-panel .left-area {
        width: 100%;
        height: auto;
    }
    #side-panel .left-area .text-area {
        width: 100%;        
        text-align: center;
    } 
    .ad-area {
        display: none;
    }
    #nav {
        padding: 2rem;
        overflow-y: scroll;
    }
    #gnb {
        flex-wrap: wrap;
    }
    #gnb .link-depth2,
    #nav .menu-wr.hope .link-depth2 {
        flex: auto;
        width: calc(50% - 1rem);
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    #gnb .link-depth2:last-child,
    #nav .menu-wr.hope .link-depth2:last-child {
        margin-right: 0;
    }
    #gnb .link-depth2:nth-child(even),
    #nav .menu-wr.hope .link-depth2:nth-child(even) {
        margin-right: 0;
    }
    #gnb .link-depth2 a {
        padding: 1rem;
    }
    /*  Footer  */
    .footer .logo-footer {
        width: 100px;
    }
    .footer-info {
        padding-left: 140px;
    }

    /*  메인 슬라이드 */
    #main .main-slide .swiper-slide {
        flex: none;
        width: 100%;
    }
}
@media (max-width: 480px) {
    html,
    body {
        font-size: 13px;
    }
    .inner {
        padding: 80px 0;
    }

    /* footer  */
    .footer .logo-footer {
        position: inherit;
        transform: translateY(0);
        margin-bottom: 2rem;
    }
    .footer-info {
        padding: 0;
    }
    .sns-wrap,
    .sub-foot .sns-wrap {
        position: inherit;
        top: auto;
        margin-top: 1rem;
    }
    .sub-foot .sns-wrap {
        margin-top: 0;
    }
    .sns-icon {
        width: 30px;
        height: 30px;
    }
    .sub-foot .page-nav {
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }
    /*  floating menu  */
    .floating-menu {
        bottom: 4rem;
        left: 1rem;
    }
    /*  Intro Wrap  */
    .intro-wrap > div {
        flex-direction: column;
    }
    .intro-wrap .ad-area {
        display: block;
    }
    .intro-wrap .left-area {
        width: 100%;
        height: 120vh;
    }
    .intro-wrap .left-area .text-area {
        margin-bottom: 2rem;
    }
    .intro-wrap .right-area {
        padding: 2rem;
    }
    .intro-wrap .right-area .menu-item {
        width: 100%;
        margin: 0 0 1rem 0;
    }
    .intro-wrap .right-area .menu-wr li a {
        margin-right: 0.5rem;
    }
    /*  sub Visual  */
    .visual-wrap {
        min-height: 350px;
    }
    /* 검색결과 */
    .search-wrap .item-list .item {
        padding: 1rem;
    }
    .search-wrap .item-list .item-thumb {
        margin-left: 1rem;
        width: 100px;
        height: 75px;
    }
    .search-wrap .item-list .item-body .text-05 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
