/* INSIGHT */
#insight {
  padding-top:250px;
  margin-top:50px;
}
section#insight > .wrap {
  text-align: center;
  margin-bottom: 80px;
  width: 1650px;
  }
section#insight article .slide {
  display: flex;
  padding: 0px 40px;

  align-items: center;
}
section#insight article .flex{
}
section#insight span{
  
  display: block;
  text-align: center;
  padding-top: 70px;
}
section#insight span a::before {
  content: "";
  background-image: url(../img/add.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position-x: 63%;
  background-position-y: 0;
  vertical-align: -3px;
  margin-right: 9px;
}
section#insight span a {
  
  font-size: 22px;
  color: #211e1f;
  display: inline-block;
  position: relative;
  height: 60px;
}
section#insight span a::after{
  content: "";
  background-color:#f1f1f1;
  width: 65px;
  height: 56px;
  position: absolute;
  left: 18px;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
article span:nth-child(1) {

  font-size: 40px;
}
article span:nth-child(2) {
  font-size: 40px;
  font-weight: 300;
  color: #e0e0e0;
  transform: translateY(32%);
}
article span:nth-child(3) {

  font-size: 30px;
  color: #c9ab81;
  transform: translateY(80%);
}
article .flex ul li {

  padding: 15px 20px;
}
article .flex ul li img {

  margin-bottom: 30px;
}
article .flex ul li p {

  font-size: 20px;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
section#insight ul{

  display: flex;
  width: 100%;
}
/* ABOUT BAEXANG*/
#about {
  margin: 100px 50px 0 50px;
}
section#about h4{
  font-size: 135px;
  text-align: right;
  color: #f8f8f8;
  height: 129px;

}
section#about article{

  position: relative;
  padding-left: calc(50% - -20px);
  padding-top: 170px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
  height: 450px;
  margin-left: 145px;
}
section#about article img{
                  
  position: absolute;
  bottom: 130px;
  left: -120px;
}
section#about article > span {
  font-size: 175px;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e4e4e4;
  position: absolute;
  bottom: 275px;
  right: 25px;
  letter-spacing: 18px;
  text-align: right;
  line-height: 0.95;
}
section#about small{

  display: block;
}
section#about h3{

  margin-top: 20px;
}
section#about p{
  
  font-size: 18px;
  margin-top: 60px;
  line-height: 1.5;
}
section#about article .text span{
  display: inline-block;
  margin-top: 20px;
}
section#about article .text span a{
  
  font-size: 22px;
  position: relative;
}
section#about article .text span a::before{
  content: "";
  display: inline-block;
  background-image: url(../img/add.svg);
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 10px;
  background-position-x: 20px;
}
section#about article .text span a::after{
  /*! content: ""; */
  display: block;
  width: 65px;
  height: 56px;
  background-color: #f1f1f1;
  /*! position: absolute; */
  left: 18px;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/*ARTIST*/
#artist {
  
  padding: 160px 0;
}
section#artist .wrap{

  text-align: center;
  margin-bottom: 80px;
}
section#artist .wrap h3 {

  
}
section#artist .flex{

  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
}
section#artist article ul{

  display: flex;
  margin-top: 30px;
  gap: 30px;
  width: 70%;
}
section#artist article ul li{
  
  width: calc(100%/3);
  height: 100%;
  position: relative;
}
section#artist article ul li img{

  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
section#artist article ul li a{
  
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 0.4s ease;
}
section#artist article ul li a:hover{
  
  opacity: 1;
}
section#artist article ul li a br{
}
section#artist .wrap span{
  
  display: block;
  padding-top: 50px;
  font-size: 20px;
}
/*NEWS & NOTICE*/
#notice {

  padding: 150px 0;
  margin: 0 50px 50px;
  background-color: #f8f8f8;
}
section#notice .wrap{

  text-align: center;
  margin-bottom: 85px;
}
section#notice .wrap h3{

  margin-top: 25px;
}
section#notice ul{
  
  text-align: center;
  margin-top: 60px;
}
section#notice ul a {

  font-size: 22px;
  color: #211e1f;
  display: block;
  position: relative;
  height: 60px;
}

