/* common style */

.none_display{
  opacity: 0;
}

.main_line {
  width: 60%;
  margin: 80px auto;
  background-color: #a7a7a7;
  height: 4px;
  border: 1px #a7a7a7 solid;
  opacity: 0.3;
}

.small_line_intro {
  position: relative;
  width: 50%;
  height: 3px;
  margin: 2% auto;
  background-color: #cecece;
}

/* font size */
.intro_scj_name_title>p:nth-child(1) {
  font-size: 24px;
  font-weight: 300;
  /* Light */
}

.intro_scj_name_title>p:nth-child(3) {
  font-size: 40px;
  font-weight: 700;
  /* Bold */
}

.intro_scj_name_description {
  font-size: 20px;
  font-weight: 300;
  /* Light */
  line-height: 40px;
}

.mark_text>span:nth-child(1) {
  font-size: 32px;
  line-height: 40px;
}

.mark_text>span:nth-child(3) {
  font-size: 24px;
  line-height: 60px;
}
.intro_scj_logo_description {
  font-size: 16px;
  line-height: 30px;
}

.intro_scj_logo_description img{
  width: 100%;
  height: 100%;
}

@media (max-width: 640px){
  .intro_scj_logo_description img{
    margin: 10px 0;
  }
}

@media (min-width: 641px){
  .intro_scj_logo_description img{
    max-width: 800px;
    max-height: 400px;
  }
}

.scj_main{
  margin: 0 auto;
  max-width: 900px;
}

.main_title{
  font-size: 24px;
  font-weight: 600;
  color: #205e14;
}

.main_description{
  font-size: 16px;
  line-height: 30px;
}

.main_name_title{
  margin: 0 auto;
  width: 100%;
  text-align: left;
  font-weight: 600;
  line-height: 40px;
}

.main_title_meaning{
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.main_title_meaning > img{
  margin-right: 10px;
  max-width: 352px;
  max-height: 132px;
  width: 80%;
  border: 1px solid rgba(128,128,128,0.5);
}

.scj_mobile{
  display: none;
}

@media (max-width: 640px){
  .main_title_meaning > img{
    margin: 5px 0;
  }
}

@media (min-width: 641px) and (max-width: 1024px){
  .main_title_meaning > img{
    /* margin: 0 auto; */
    height: 100%;
  }
}

@media (max-width: 1024px){
  .main_title_meaning{
    display: block;
  }

  .scj_mobile{
    display:block;
  }
}

@media (min-width: 1025px){
  .main_title_meaning > img{
    margin-top: 5px;
  }
}

/*신천지 발전사*/
.scj_growup>p:nth-child(1) {
  font-size: 32px;
  font-weight: 700;
  /* Bold */
  margin-bottom: 60px;
}

.scj_growup>p:nth-child(2) {
  font-size: 20px;
  line-height: 50px;
}

.intro_img_scj {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 2% auto;
}

figure {
  margin: 0 1%;
}

figure img {
  width: 100%;
}

figcaption {
  font-size: 18px;
  color: #cecece;
  text-align: end;
}

@media (max-width: 640px) {

  /* line style */
  .main_line {
    width: 80%;
    margin: 50px auto;
    background-color: #a7a7a7;
    height: 4px;
    border: 1px #a7a7a7 solid;
  }

  .small_line_intro {
    position: relative;
    width: 60%;
    height: 3px;
    margin: 4% auto;
    background-color: #cecece;
  }

  .intro_scj_logo .intro_scj_logo_icon img {
      width: 150px;
      height: 150px;
      margin: auto;
      margin-bottom: 10%;
    /* margin-bottom: 5%; */
  }

  /* font size */
  .intro_scj_name_title>p:nth-child(1) {
    font-size: 20px;
    font-weight: 300;
    /* Light */
  }

  .intro_scj_name_title>p:nth-child(3) {
    font-size: 32px;
    font-weight: 700;
    /* Bold */
  }

  .intro_scj_name_description {
    font-size: 17px;
    font-weight: 300;
    /* Light */
    line-height: 30px;
  }

  .mark_text>span:nth-child(1) {
    font-size: 26px;
    line-height: 40px;
  }

  .mark_text>span:nth-child(3) {
    font-size: 14px;
    line-height: 30px;
  }

  .intro_scj_logo_title {
    font-size: 20px;
    font-weight: 700;
    /* Bold */
    line-height: 40px;
  }

  .intro_scj_logo_description {
    font-size: 17px;
    line-height: 25px;
  }

  .main_name_title>span:nth-child(1) {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
  }

  /* .main_name_title>span:nth-child(2) {
    font-size: 14px;
    color: #bdbcbc;
  } */

  .main_title_meaning {
    font-size: 14px;
    line-height: 21px;
  }

  /*신천지 발전사*/
  .scj_growup>p:nth-child(1) {
    font-size: 26px;
    font-weight: 700;
    /* Bold */
    margin-bottom: 30px;
  }

  .scj_growup>p:nth-child(2) {
    font-size: 17px;
    line-height: 25px;
  }

  figcaption {
    font-size: 14px;
    color: #cecece;
    text-align: end;
  }
}

.main_font_noto {
  font-family: "NotoSerifKR";
}