
/* HEADER ///////////////////////////////////////////////////////////////////////////////////////*/


.wrapper {
	max-width: 1800px;
}

/* @media (min-width: 2000px) { */
@media (min-width: 1800px) {
  /* line 6, ../../app/styles/layouts/_wrapper.scss */
  .wrapper {
    /* width: 2000px; */
    width: 1800px;
  }
}


/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 22, ../../app/styles/layouts/_new__container.scss */
  .container {
    position: relative;
    z-index: 150;
    width: 100%;
    left: 0;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  /* line 29, ../../app/styles/layouts/_new__container.scss */
  .container:after {
    display: none;
  }
}
/* @media (min-width: 1227px) and (max-width: 1400px) { */
@media (min-width: 1025px) and (max-width: 1400px) {
  /* line 52, ../../app/styles/layouts/_new__container.scss */
  .container {
    width: 85%;
    left: 15%;
  }
}
@media (min-width: 1401px) {
  /* line 60, ../../app/styles/layouts/_new__container.scss */
  .container {
    width: 88%;
    left: 12%;
  }
}
/* @media (min-width: 2000px) { */
@media (min-width: 1800px) {
  /* line 68, ../../app/styles/layouts/_new__container.scss */
  .container {
    /* width: 1800px; */
    width: 1600px;
    /* left: 200px; */
    left: 216px;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}


/* CONTENTS ///////////////////////////////////////////////////////////////////////////////////////*/

#contents{
	background: #fff;
	min-height:600px; 
}


#contents a:link {
  color: #363636;
  text-decoration: none;
}
#contents a:visited {
  color: #898989;
  text-decoration: none;
}
#contents a:hover {
  color: #eb081e;
  text-decoration: underline;
}
#contents a:active {
  color: #eb081e;
  text-decoration: none;
}

