@charset "utf-8";


/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
    .inner{width:calc(100dvw - 120px); }

    .menu{left:0; overflow-y: hidden; transition: height 0.3s;}
    .menu li{border-bottom:1px solid #E9E9EC}
    .accordienMenu{height:0; overflow-y:hidden; transition: height 0.3s;}
    .accordienMenu.active > a{border-bottom:1px solid #E9E9EC}
    .accordienMenu.active > a:nth-last-child(1){border-bottom:0}
    
    .mainProgramCnt{width:calc(33% - 18px); overflow:hidden}
    .mainLocation .root_daum_roughmap_landing{width:100% !important}
    .mainLocationCnt{width:100%}
    .introMap .root_daum_roughmap_landing{ height:270px !important}
    .sectionTit:before{width:14px; height:14px;}
}
  

/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {    
    .inner{width:calc(100dvw - 40px); }
    .mainProgramCnt{width:calc(50% - 4px); overflow:hidden}
    .introMap .root_daum_roughmap_landing{ height:133px !important}
    .facListCnt {width:calc(50% - 8px);}
    .program3Effect{width:100%; }
    .sectionTit:before{width:12px; height:12px;}

    .reviewTrCnt{align-self: stretch; ;}
    .boardListCnt{margin-bottom:auto}

}