@charset "utf-8";
/* SIR 지운아빠 */

@font-face {
  font-family: notoL;
  src:url(/theme/basic/font/NotoSans-Light.eot) format('embedded-opentype'),
      url(/theme/basic/font/NotoSans-Light.woff) format('woff');
}
@font-face {
  font-family: notoT;
  src:url(/theme/basic/font/NotoSans-Thin.eot) format('embedded-opentype'),
      url(/theme/basic/font/NotoSans-Thin.woff) format('woff');
}

@font-face {
  font-family: notoR;
  src:url(/theme/basic/font/NotoSans-Regular.eot) format('embedded-opentype'),
      url(/theme/basic/font/NotoSans-Regular.woff) format('woff');
}

@font-face {
  font-family: notoM;
  src:url(/theme/basic/font/NotoSans-Medium.eot) format('embedded-opentype'),
      url(/theme/basic/font/NotoSans-Medium.woff) format('woff');
}

@font-face {
  font-family: notoB;
  src:url(/theme/basic/font/NotoSans-Bold.eot) format('embedded-opentype'),
      url(/theme/basic/font/NotoSans-Bold.woff) format('woff');
}

#main_background {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url('../img/main/main_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main_background_text {
  position: absolute;
  width:auto;
  height:auto;
  top:140px;
  left:364px;
  font-size: 48px;
  font-family: notoL;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.5px;
  text-align: left;
  color: #FFFFFF;
}

#main_background_font {
  color: #171640;
  font-family: notoR;
}

#main_background_text2 {
  position: absolute;
  top:282px;
  left:359px;
  font-size: 20px;
  color:#FFFFFF;
  line-height: 30px;
  font-family: notoR;
}

#main_background_line {
  position: absolute;
  top:370px;
  left:360px;
  width: 20px;
  height: 1px;
  background-color: #FFFFFF;
}

#main_background_button {
  position: absolute;
  top:411px;
  left:360px;
  width: 157px;
  height: 60px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  color:#FFFFFF;
  line-height: 60px;
  font-family: notoM;
  text-align: center;
  cursor: pointer;
}

#main_center {
  position: relative;
  margin-top: 105px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  top:0;
}

#slide_big {
	position: absolute;
	width: 100%;
	height: 400px;
	top:0;
	background-image: url('../img/main/main_img_1.png');
	background-repeat: no-repeat;
	background-position: center;
}

#slide_big2 {
	opacity:0;
	position: absolute;
	width: 100%;
	height: 400px;
	top:0;
	background-image: url('../img/main/main_img_2.png');
	background-repeat: no-repeat;
	background-position: center;
}


#slide_bottom {
    position: relative;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

#slide_bottom1 {
    float: left;
    height: 100%;
    width: 450px;
    border: 1px solid #dddddd;
}
#slide_bottom1_1 {
    position: absolute;
    width: 25px;
    height: 60px;
    background-image: url(../img/menu/menu_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 90px;
}

#slide_bottom1_2 {
    position: absolute;
    color: #666666;
    text-align: center;
    font-family: notoM;
    line-height: 60px;
    font-size: 15px;
    left: 120px;
}

#slide_bottom2 {
    float: left;
    height: 100%;
    width: 250px;
	margin-left: -1px;
    border: 1px solid #dddddd;
	color: #666666;
    text-align: center;
    font-family: notoM;
    line-height: 60px;
    font-size: 15px;
	background-color:#FFFFFF;
}

#slide_bottom2:hover {
	background-color:#45446c;
	color: #FFFFFF;
}

#slide_bottom3 {
    float: left;
    height: 100%;
    width: 250px;
	margin-left: -1px;
    border: 1px solid #dddddd;
	color: #666666;
    text-align: center;
    font-family: notoM;
    line-height: 60px;
    font-size: 15px;
}

#slide_bottom3:hover {
	background-color:#45446c;
	color: #FFFFFF;
}

#slide_bottom4 {
    float: left;
    height: 100%;
    width: 253px;
	margin-left: -1px;
    border: 1px solid #dddddd;
	color: #666666;
    text-align: center;
    font-family: notoM;
    line-height: 60px;
    font-size: 15px;
}

#slide_bottom4:hover {
	background-color:#45446c;
	color: #FFFFFF;
}

#main_bottom {
  position: relative;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 751px;
  height: 270px;
  top:0;
}

#main_bottom_title {
  position: absolute;
  width: 100%;
  height: 33px;
  top:0;
  left:0;
  text-align: center;
  font-size: 36px;
  color:#333333;
  line-height: 33px;
  font-family: notoR;
}

#main_bottom_slide {
  position: absolute;
  width: 100%;
  height: 150px;
  top:66px;
  left:0;
}

#main_bottom_slide_privious {
  position: absolute;
  width: 11px;
  height: 22px;
  top:65px;
  left:0;
  background-image: url('../img/main/arrow2_n.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#main_bottom_slide_next {
  position: absolute;
  width: 11px;
  height: 22px;
  top:65px;
  right:0;
  background-image: url('../img/main/arrow_n.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#main_bottom_slide_content {
  position: absolute;
  top:0;
  height: 150px;
  width: 700px;
  left: 25px;
  overflow: hidden;
}

#main_bottom_slide_content_real {
  position: absolute;
  top:0;
  left:-140px;
  width: 980px;
  height: 100%;
}

.main_bottom_slide_content_image {
  float: left;
  width: 140px;
  height: 150px;
}

#main_bottom_slide_content_image0 {
  background-image: url('../img/main/main_logo13.png');
  background-repeat: no-repeat;
  background-position: center;
}

#main_bottom_slide_content_image1 {
  background-image: url('../img/main/main_logo1.png');
  background-repeat: no-repeat;
  background-position: center;
}

#main_bottom_slide_content_image2 {
  background-image: url('../img/main/main_logo2.png');
  background-repeat: no-repeat;
  background-position: center;
}

#main_bottom_slide_content_image3 {
  background-image: url('../img/main/main_logo3.png');
  background-repeat: no-repeat;
  background-position: center;
}

#main_bottom_slide_content_image4 {
  background-image: url('../img/main/main_logo4.png');
  background-repeat: no-repeat;
  background-position: center;
}

#main_bottom_slide_content_image5 {
  background-image: url('../img/main/main_logo5.png');
  background-repeat: no-repeat;
  background-position: center;
}

#main_bottom_slide_content_image6 {
  background-image: url('../img/main/main_logo6.png');
  background-repeat: no-repeat;
  background-position: center;
}

