/* tablet */
@media screen and (max-width: 1100px){

    .about, .service {
        display: none !important;
    }
    #AboutUs, #Service {
        display: none !important;
    }
    .m_none_link {
        width: auto;
    }
    .main_title_txt {
        font-size: 80px !important;
    }
    .main_title_txt.height {
        height: 80px !important;
    }
    .main_wrap .main_title {
        margin-bottom: 60px !important;
    }
    .pin-spacer {
        display: none !important;
    }
    .m_video {
        display: table !important;
        width: 100vw;
    }
    .m_video video {
        width: 100%;
        display: table-row;
    }
    .m_portfolio {
        display: flex !important;
    }
    .contact_wrap{
        height: auto !important;
        align-items: flex-start !important;
    }
    .contact_container {
        flex-flow: column nowrap;
        height: auto;
        padding: 0 5%;
    }
    .form_wrap {
        width: 100% !important;
        margin-top: 50px;
        opacity: 1 !important;
        overflow: visible;
        transition: none;
    }
    .contact_active_box .form_btn {
        display: none;
    }


}
@media screen and (max-width: 1024px){

    .mouse_circle {
        display: none;
    }
    .scale_wrap {
        display: none;
    }
    .cover_title p {
        font-size: 90px !important;
    }
    header {
        padding: 0 30px ;
    }
    

}


/* mobile */
@media screen and (max-width: 768px){

    .main_info {
        display: none;
    }
    .contact_map {
        flex-flow: column nowrap;
    }
    .contact_active_box{
        width: 100%;
    }
    .map{
        width: 100%;
        margin-bottom: 50px;
    }
    .main_wrap .main_title {
        margin-bottom: 0 !important;
    }
    .main_title_txt {
        font-size: 50px !important;
    }
    .main_title_txt.height {
        height: 50px !important;
    }
    .cover_title p {
        font-size: 40px !important;
    }
    .main_cover {
        height: 100vh !important;
    }
    .main_wrap .main_title_info {
        font-size: 16px;
    }
    .m_img_2 {
        flex-flow: column-reverse nowrap;
    }
    .pf_txt {
        padding: 0 1%;
        width: 100%;
    }
    .m_img_2 .m_image, .m_img_2 .pf_txt {
        width: 100%;
    }
    header {
        padding: 0 1%;
    }
    footer {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .f_info {
        flex-flow: column nowrap;
        align-items: flex-start;
        margin: 0;
    }
    .f_info li {
        margin-bottom: 2%;
        margin-right: 0;
    }
    .f_info li:last-child {
        margin: 0;
    }
    .f_link {
        width: 30%;
        flex-flow: column nowrap;
        align-items: flex-end;
    }
    .f_link li {
        margin-bottom: 2%;
        margin-right: 0;
    }
    .f_link li:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 420px){

    .main_title_txt {
        font-size: 30px !important;
    }
    .main_title_txt.height {
        height: 30px !important;
    }
    #contact {
        padding-left: 2%;
    }
    .snsWrap {
        width: 40px;
    }
    .snsLink {
        width: 100%;
        margin-bottom: 2px;
    }
}