@charset "UTF-8";

/*@media screen and (max-width:1024px) {
  .modal.start_pop {
    display: none !important;
  }
}*/

/* 2020-10-14 JTS */
.gnb_wrap .nation-wrap .nation-area ul li a.item-kor {
  background-image: url(../images/icon/icon_nation_kor.png);
}

/* 2020-10-15 JTS */
@media screen and (max-width:1570px) {
  .sub_visual_wrap {
    background-position: left -120px center;
  }
}

.dwld-link {
  display: inline-block;
  padding: 8px 16px;
  background-color: #e35147;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125em;
  margin: 4px;
}


/* 2020-10-22 JTS */
.interior-title.type-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.625em;
  font-weight: 900;
  color: #dedede;
}


/* 2020-11-12 17:53 OH */

@media screen and (max-width:1024px) {
  .interior-title.type-2 {
    font-size: 2.7857142857em;
  }
}


@media screen and (max-width: 480px) {
  .interior-title.type-2 {
    font-size: 2em;
  }
}