#s01 {
  
}
#s01 .content {
  max-width: 100% !important;
  /* background: #252525 !important; */

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#s01 .section-main-image {
  /*display: none;*/
  /*height: 0;*/
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#s01 .section-main-image .hall-section{
  width: 290px;
  height: 219px;
}
#s01 .section-main-image .img {
  width: 100%;
}
#s01 .content .main-thumb {
  position: relative;
}
#s01 .content .main-thumb .bg-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#s01 .content .main-thumb .bg {
  height: 876px;
}
#s01 .content .main-thumb .bg img{
  transition: transform 8.0s;
  transform-origin: top;
}
#s01 .content .main-thumb .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  /* right: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #s01 .content .bg {
  display: block;
}
#s01 .content .bg.sm {
  display: none;
} */
#s01 .center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1040px;
  height: 100%;
  margin: 0 auto;
  
  color: white;

  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 100px;
}

#s01 .center .title-en {
  font-size: 85px;
  font-weight: 400 !important;
  color: white;
  line-height: 1;
}

#s01 .center .desc1 {
  font-size: 20px;
  margin-top: 16px;
  word-break: keep-all;
  font-weight: 300;
}

#s01 .center .tag{
  position: absolute;
  top:0;
  right:-132px;
}
#s01 .info{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.3);
  height: 55px;
  text-align: center;
  padding: 20px 30px;
}

#s01 .content .main-desc {
  width: 100%;
  height: 518px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#s01 .content .main-desc .img01 {
  width: 38px;
}
#s01 .content .main-desc .title-ko {
  margin-top: 24px;
  font-size: 34.8px;
  letter-spacing: -1.39px;
  line-height: 1;
  font-weight: 500;
  color: #2F5C66;
}
#s01 .content .main-desc .title-en {
  margin-top: 14.3px;
  line-height: 1;
  font-size: 17.8px;
  letter-spacing: 0;
  color: #295660;
}
#s01 .content .main-desc .desc2 {
  margin-top: 48px;
  font-size: 18px;
  letter-spacing: -0.72px;
  line-height: 1.9;
  color: #333333;
  width: 400px;
  text-align: center;
  word-break: keep-all;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width:450px){
  
  #s01 .content .bg{
    height: 515px !important;
  }
  #s01 .content .main-thumb .cover-bg {
    /* display: none; */
  }
  #s01 .center{
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 92px;
  }
  #s01 .center .title-en {
    font-size: 44px;
  }
  #s01 .center .desc1 {
    font-size: 14px;
  }
  #s01 .info{
    position: relative;
    background: #f9f9f9;
    color: rgba(0, 0, 0, 0.3);
    white-space: pre;
  }

  #s01 .content .main-desc {
    height: 320px;
  }
  #s01 .content .main-desc .img01 {
    width: 30px;
  }
  #s01 .content .main-desc .title-ko {
    margin-top: 18px;
    font-size: 23.6px;
  }
  #s01 .content .main-desc .title-en {
    margin-top: 5.3px;
    font-size: 15.3px;
    line-height: 18.67px;
  }
  #s01 .content .main-desc .desc2 {
    margin-top: 28px;
    font-size: 15.3px;
    letter-spacing: -0.95px;
    width: 300px;
  }
}
/* 테블릿 */
@media screen and (min-width:451px) and (max-width:1023px){
  
  #s01 .content .bg{
    height: 515px !important;
  }
  #s01 .content .main-thumb .cover-bg {
    display: none;
  }
  #s01 .center{
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 92px;
  }
  #s01 .center .title-en {
    font-size: 44px;
  }
  #s01 .center .desc1 {
    font-size: 14px;
  }
  #s01 .info{
    position: initial;
    background: #f9f9f9;
    color: rgba(0, 0, 0, 0.3);
    white-space: pre;
  }    

  #s01 .content .main-desc {    
    height: 320px;
  }
  #s01 .content .main-desc .img01 {
    width: 30px;
  }
  #s01 .content .main-desc .title-ko {
    margin-top: 18px;
    font-size: 23.6px;
  }
  #s01 .content .main-desc .title-en {
    margin-top: 5.3px;
    font-size: 15.3px;
    line-height: 18.67px;
  }
  #s01 .content .main-desc .desc2 {
    margin-top: 28px;
    font-size: 15.3px;
    letter-spacing: -0.95px;
    width: 300px;
  }
}

/* PC */
@media screen and (min-width:1024px){

}