.SimpleHistory__pageSidebar .metabox-holder {
    padding-top: 0 !important;
    display: none;
}

.SimpleHistory__pageSidebar .inside{display:none;}

/*모바일컬럼*/
@media only screen and (max-width: 980px) {
.Mfour .et_pb_column {
width: 25%!important;
}
}

@media only screen and (max-width: 980px) {
.Mthree .et_pb_column {
width: 33%!important;
}
}

@media only screen and (max-width: 980px) {
.Mtwo .et_pb_column {
width: 50%!important;
}
}


@media only screen and (max-width: 980px) {
.Mfive .et_pb_column {
width: 20%!important;
}
}

@media only screen and (max-width: 980px) {
.Msix .et_pb_column {
width: 16.6%!important;
}
}



/*모바일메뉴*/
.et_contact_bottom_container {
    float: none;
    text-align: center;
    margin-top: -1.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 100%;
}


#et_pb_contact_form_0 > div > p{
    text-align: center;
    font-size: 15px;
    color: darkgoldenrod;
}

/* Text left of hamburger in Theme Builder */
.et_mobile_nav_menu:before  {
content: 'MENU';
position: absolute;
right: 40px;
margin-top:5px;
color: white;
font-size:16px;
}
/* Text left of hamburger in WebBox 3 */
#et_mobile_nav_menu:before  {
content: 'MENU';
position: absolute;
right: 33px;
bottom:30px;
color: white;
font-size:16px;
}

/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}

/* Center-align moble menu items */
.et_mobile_menu li {
text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}

/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Make the mobile menu full height */
.et_mobile_menu {
min-height:100vh !important;
min-height: -webkit-fill-available;
padding-top:50px !important;
}
html {
height: -webkit-fill-available;
}
/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
display:block !important;
}

@media (min-width: 981px){
	.et_vertical_nav #page-container #main-header  {
    width: 300px;
	}}

@media (min-width: 981px){
.et_vertical_nav #main-header #top-menu>li>a {
    padding-bottom: 25px;
   
	}}






@media only screen and ( min-width: 980px ) {
.tr_two_col .et_pb_column .et_pb_salvattore_content[data-columns]::before { content: '2 .column.size-1of2' !important;
}
.tr_two_col .et_pb_column .column.size-1of2 {
width:47% !important;
margin-right:6%;
}}
@media only screen and ( max-width: 980px ) {
.tr_two_col .et_pb_column .et_pb_salvattore_content[data-columns]::before { content: '2 .column.size-1of2' !important;
}
.tr_two_col .et_pb_column .column.size-1of2 {
width:100% !important;
margin-right:0%;
}
}


/* 3 Column Portfolio */
@media (min-width: 981px) {
    .three-column-portfolio .et_pb_grid_item {
        width: 29.66%!important;
        margin-right: 5.5%!important;  
    }
  
    .three-column-portfolio .et_pb_grid_item:nth-child(3n) {
        margin-right: 0!important;
    }
  
    .three-column-portfolio.et_pb_grid_item:nth-child(4n) {
        margin-right: 5.5%!important;
    }
  
    .three-column-portfolio .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none!important;
    }
    .three-column-portfolio .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}