/* 미디어쿼리 */
#m_header{display: none;}
.m_popup{display: none;}
.m_area{display: none !important;}
.guide_tabs .bx-controls{display:none;}



@media (max-width:960px){

    /* 사업개요 */
    .intro_table .pc_table{ display: none; }
    .intro_table .m_table{ display: table; }
    .intro_table .m_table th, .intro_table .m_table td{ width: 40px; }
    .intro_table table{ width: 100%; font-size: 14px; }
    .intro_table th{ padding: 10px; max-width: 80px; }
    .intro_table td{ padding: 10px; }
    .second_table th{ padding: 10px 0; }
    .second_table td{ padding: 10px 0; }
    .font_bold{ width: auto; }
    .math_area{ display: block; }
    .math_area>ul{ max-width: 480px; flex-flow: row wrap; }

    /* 입지환경분석 */
    .analysis_content>ul{ flex-flow: row wrap; }

    /* 투자가치/품격 */
    .value_content>ul{ flex-flow: row wrap; }

    /* 세제혜택 페이지 */
    .tax_content .pc_table{ display: none; }
    .tax_content .m_table{ width: 100%; display: block; }
    .tax_content .m_table>h4{ margin: 80px 0 20px; color: rgb(0,112,178); font-weight: bold; text-align: center; font-size: 20px; }
    .tax_content .m_table>h4:first-of-type{ margin-top: 0; }
    .tax_content .m_table>h6{ padding: 10px 0; border-top: 1px solid rgb(204,204,204); border-bottom: 1px solid rgb(204,204,204); text-align: center; color: rgb(51,51,51); }
    .tax_content .m_table>div{ margin: 10px 0 40px; color: rgb(102,102,102); }
    .tax_content .m_table>div>p{ display: flex; flex-flow: row nowrap; }
    .tax_content .m_table>div>p>span:first-of-type{ margin-right: 10px; }
    .tax_content .tax_ex_sub{ margin-top: 10px; font-weight: bold; }
    .tax_content .tax_ex_left{ margin-left: 10px; }
    .tax_content p.add_explain{ display: flex; flex-flow: row nowrap; color: rgb(219,7,7); font-weight: bold; justify-content: center; }
    .tax_content p.add_explain>span:first-of-type{ margin-right: 10px; text-align: justify; }

    /* 층별도면/배치도 */
    .floor_content p{ width: 240px; min-width: 240px; height: 40px; font-size: 18px; }
    .floor_content>p.top_view{ margin-right: 40px; }
    .floor_content>div>p.right_view{ width: 40px; min-width: 40px; height: 240px; writing-mode: tb-rl }

    /* 배곧신도시 */
    .baegot_content>.content01{ display: flex; flex-flow: row wrap; justify-content: space-around; position: relative; }
    .baegot_content>.content01>div>img{ max-width: 400px; min-width: 300px; margin-bottom: 20px; }
    .baegot_content>.content01>p{ max-width: 600px; margin-left: 0; }
    .baegot_content>.content02{ margin-top: 20px; }

    /* 세대정보 */
    .household_content>div{ width: 46%; }

}


@media (max-width:480px){

    /* 사업개요 */
    .math_area>ul{ display: block; }


    /* 사업지위치 */
    .location_content>h4{ font-size: 18px; }
    .location_content>h6{ font-size: 14px; }

    /* 입지환경분석 */
    .analysis_content>h4{ margin-top: 50px; }
    .analysis_content>h4>p{ font-size: 20px; }
    .analysis_content>ul>li{ margin-top: 30px; }
    .analysis_content>ul>li>h4{ font-size: 16px; }
    .analysis_content>ul>li>p{ font-size: 14px; }

    /* 투자가치/품격 */
    .value_content>h4{ margin-top: 50px; }
    .value_content>h4>p{ font-size: 20px; }
    .value_content>ul>li{ margin-top: 30px; }
    .value_content>ul>li>h4{ font-size: 16px; }
    .value_content>ul>li>p{ font-size: 14px; }

    /* 층별도면/배치도 */
    .floor_content p{ width: 200px; min-width: 200px; height: 30px; font-size: 14px; }
    .floor_content>p.top_view{ margin-right: 30px; }
    .floor_content>div>p.right_view{ width: 30px; min-width: 30px; height: 200px; writing-mode: tb-rl }

    /* 배곧신도시 */
    .baegot_content>.content01>div>img{ min-width: 240px; }
    .baegot_content>.content01>p{ font-size: 14px; }
    .baegot_content>.content02>div{ width: 100%; min-width: 260px; }

    /* 세대정보 */
    .household_content>div{ width: 100%; }
}
