body{}
h2{}
p{}


#cont_area{
	width:1200px;
	margin:0 auto;
}


#header{
	width:100%;
}

#header .top_logo{
	text-align:left;
	padding:30px 0;
}

#header .top_logo a{
	display:block;
}

	#header .top_logo a .logo{
		display:block;
		margin:0 auto;
	}

	#header .top_logo a .mobile_logo{
		display:none;
		margin:0 auto;
	}


#content{
	width:100%;
	min-width:1200px;
}




.section_01{

}


/* 마우스 스크롤 다운 띄용 
animation: bounce .5s infinite alternate;
    -webkit-animation: bounce .5s infinite alternate;


@keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
@-webkit-keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
*/

/* 버튼 물방울 번짐 
.button {
  -webkit-font-smoothing: antialiased;
  background-color: #ed1c24;
  box-sizing: border-box;
  border-radius: 4px 25px 4px 4px;
  border: none;
  color: #fff;
  display: block;
  font-family: &quot;Montserrat&quot;, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  color: white;
  height:52px;
	line-height:52px;
	text-align:center;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
}
.button:hover {
  background-color: #ed1c24;
  color: #fff;
}
.button:active {
  transform: scale(0.95);
}
.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}
.button--bubble:hover {
  background: none;
}
.button--bubble:hover + .button--bubble__effect-container .circle {
  background: #ed1c24;
}
.button--bubble:hover + .button--bubble__effect-container .button {
  background: #ed1c24;
}
.button--bubble:active + .button--bubble__effect-container {
  transform: scale(0.95);
}
.button--bubble__container {
  position: relative;
  display: block;
}
.button--bubble__container .effect-button {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translateY(-50%);
  background: #ed1c24;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  filter: url(&quot;#goo&quot;);
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.button--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #ed1c24;
  transition: background 0.1s ease-out;
}
.button--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%;
}
.button--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}


.button--bubble__container {
  top: 50%;
}

@-webkit-keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

*/


#footer{
	width:100%;
	height: 270px;
	background:#191919;
	border-top:1px solid #8c8d8e;
}

#footer .foot_logo{
	text-align:right;
	padding:30px 0;
}