html {
    background-color: #ffffff;
    margin: 0;
}

body {
    margin: 0;
    width:1920px;
    height: 1080px;
    position:absolute;
    left:50%;
    transform-origin:0 0;
}

header {
    height: 90px;
    display: flex;
    position: absolute;
    width:100%;
    top:0;
    left:0;
    z-index:9;
}

.main_text { padding-top: 152px; text-align: center; }
.main_img { padding:0 150px; margin-top:100px; }

.main_text2 {
    display:flex;
    justify-content:center;
  height: 116px;
  padding-top: 150px;
  margin: 0 auto;
  font-family: NotoSans;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 74px;
  letter-spacing: -1.35px;
  text-align: center;
  color: #fff;
}

.main_sub_text2 {
  height: 24px;
  margin: 16px auto;
  font-family: NotoSans;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.45px;
  text-align: center;
  color: #fff;
}

.main-content {
    position:relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    background-image: url('../images/main/bg_main.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#fff;
}

.main-content div {
    font-family: 'Noto Sans KR', sans-serif;
}

#lx_icon_img {margin-top: 40px; margin-left: 48px;}
