﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1470px; //1140px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/* 280=> 2800 2019-10-24 수정
input,
select,
textarea {
    max-width: 280px; 
}
*/

input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#MOVE_TOP_BTN {
    background-color : #222222; 
	padding : 5px;
	color : white;
	position : fixed;
	bottom : 15px;
	left : 1430px;
	height : 40px;
	width : 40px;
	line-height : 18px;
	text-align : center;
	cursor : pointer;
	border-radius : 5px;
	z-index : 999;
}
