@font-face {
  font-family: '07HanwhaGothicEL';
  src: url("../fonts/07HanwhaGothicEL.woff") format("woff");
}

@font-face {
  font-family: '06HanwhaGothicL';
  src: url("../fonts/06HanwhaGothicL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '05HanwhaGothicR';
  src: url("../fonts/05HanwhaGothicR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '04HanwhaGothicB';
  src: url("../fonts/04HanwhaGothicB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: '02HanwhaR';
  src: url("../fonts/02HanwhaR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: '04HanwhaGothicB';
  font-weight: 500;
}

.font_02hanwha {
  font-family: '02HanwhaR';
}

.font_el {
  font-family: '07HanwhaGothicEL';
}

.font_l {
  font-family: '06HanwhaGothicL';
}

.font_r {
  font-family: '05HanwhaGothicR';
}

.font_b {
  font-family: '04HanwhaGothicB';
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: '07HanwhaGothicEL';
  color: #333;
  word-break: keep-all;
  letter-spacing: -0.8px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.center_wrap {
  width: 100%;
  max-width: 1220px;
  padding: 0 40px;
  margin: 0 auto;
}

.triangle {
  height: 28px;
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 28px solid none;
  border-top: 28px solid #FFEDE5;
  border-right: 16px solid transparent;
  border-left: 16px solid  transparent;
  margin-left: 40px;
}

.logo_text {
  display: inline-block;
  width: 100px;
  height: 50px;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}

.font_yellow {
  color: #F47321;
}

.font_yellow02 {
  color: #F5AF40;
}

.font_gray6 {
  color: #666;
}

.font_deepblue {
  color: #015C92;
}

.yellow_text_btn {
  color: #FE9B00;
  font-size: 28px;
  border-radius: 40px;
  background-color: #fff;
  padding: 12px 40px;
}

.yellow_text_btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fffaf8;
}

.popup_poster_img {
  max-width: 100%;
}

@media all and (min-width: 1024px) {
  .center_wrap {
    padding: 0 40px;
    max-width: 1260px;
  }
}
