@charset "utf-8";




* {
    margin : 0;
    padding: 0;
    border: 0;
}

.layout {
    max-width: 1153px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

<!--견학프로그램 후기-->

.tourReview iframe {
	width: 100%;
	display: block;
	overflow-x: hidden;
	overflow: auto;
		
}

ul, ol {
    list-style-type: none;
}
input,button,textarea {border-radius:0;-webkit-appearance:none}

button.dontprint{
	background: #fd8c8c;
	transition: 0.7s;
	box-shadow: 0 0 0 3px #ff4f4f;
	outline-style: solid;
	outline-color: transparent;
	
}


@media all and (max-width: 1152px) {
    .layout {
        margin: 0 3%;
    }
}


<!--이식현황 끝말-->

.ment {
	text-align: center;
	
}