@font-face {
  font-family: "SG_H";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/SANGJU_Haerye.ttf") format("truetype");
}

@font-face {
  font-family: "WD_B";
  font-weight: bold;
  font-style: normal;
  src: url("./fonts/WANDOHOPEB.TTF") format("truetype");
}

@font-face {
  font-family: "WD_R";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/WANDOHOPER.TTF") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all !important;
}

a {
  text-decoration: none;
}

ul,li,ol {
  list-style: none;
}

body {
  overflow-x: hidden;
}

#header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: transparent;
  transition: all 0.3s;
}

#header.active {
  background: #DB5A00;
}

#header .wrap {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .wrap p {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 18px;
  margin-right: 50px;
  cursor: pointer;
}

#header.active p {
  color: #fff;
}

#header .wrap p:last-of-type {
  margin-right: 0;
}

#header .wrap .logo {
  width: auto;
  height: auto;
  margin-right: 50px;
  cursor: pointer;
}

#header .wrap .logo img {
  width: auto;
  height: auto;
}

#header .hamburger {
  display: none;
  position: relative;
  z-index: 9999;
}

#header .hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header.active .hamburger .line {
  background: #fff;
}

#header .hamburger:hover {
  cursor: pointer;
}

#header .hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .hamburger.active .line:nth-child(2) {
  width: 0px;
}

#header .hamburger.active .line:nth-child(1),
#header .hamburger.active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#header .hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#header .hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(90deg);
  -ms-transform: translateY(-9px) rotate(90deg);
  -o-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-9px) rotate(90deg);
}

#header .mb_nav {
  width: 50vw;
  height: 100vh;
  position: fixed;
  right: -100vw;
  top: 0;
  background: #DB5A00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#header .mb_nav.active {
  right: 0;
}

#header .mb_nav .menu_wrap {
  width: auto;
  height: auto;
  text-align: center;
}

#header .mb_nav .menu_wrap .middle_menu {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
}

#header .mb_nav .menu_wrap .middle_menu a {
  color: #fff;
}

#header .mb_nav .menu_wrap .middle_menu:last-of-type {
  margin-bottom: 0;
}

#header .mb_nav .menu_wrap .middle_menu ul {
  width: auto;
  height: auto;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: all 0.5s;
}

#header .mb_nav .menu_wrap .middle_menu ul.active {
  padding: 20px 0;
  max-height: 1000px;
}

#header .mb_nav .menu_wrap .middle_menu ul li {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
}

#header .mb_nav .menu_wrap .middle_menu ul li a {
  color: #fff;
}

#header .mb_nav .menu_wrap .middle_menu ul li:last-of-type {
  margin-bottom: 0;
}

#footer {
  width: 100%;
  height: auto;
  padding: 100px 0 100px;
  background: #000;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .wrap {
  width: auto;
  height: auto;
  text-align: center;
}

#footer .wrap img {
  width: auto;
  height: auto;
  margin-bottom: 25px;
}

#footer .wrap p {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

#fast_form {
  width: 100%;
  height: auto;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #DB5A00;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

#fast_form .wrap {
  width: 100%;
  max-width: 1300px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

#fast_form .wrap h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
}

#fast_form .wrap form {
  width: auto;
  height: auto;
}

#fast_form .wrap form .input_box {
  width: 100%;
  max-width: 890px;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#fast_form .wrap form .input_box input {
  width: 24%;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  font-family: "SG_H";
  font-weight: normal;
}

#fast_form .wrap form .input_box input::placeholder {
  color: #fff;
}

#fast_form .wrap form .input_box input[type=submit] {
  font-family: "SG_H";
  font-weight: normal;
  color: #DB5A00;
  background: #fff;
  padding: 0;
  font-size: 20px;
}

#fast_form .wrap form .agree_box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#fast_form .wrap form .agree_box input {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

#fast_form .wrap form .agree_box label {
  font-family: "SG_H";
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 1600px) {
  #fast_form .wrap {
    max-width: 90%;
  }

  #fast_form .wrap h2 {
    margin-right: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 1400px) {
  #fast_form .wrap {
    max-width: 90%;
  }

  #fast_form .wrap h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  #header .wrap .pc_menu {
    display: none;
  }

  #header .wrap .logo {
    margin-right: 0;
  }

  #header .hamburger {
    display: block;
  }

  #header .wrap {
    width: 100%;
    max-width: 90%;
    justify-content: space-between;
  }

  #fast_form .wrap h2 {
    font-size: 30px;
  }

  #fast_form .wrap form .input_box input[type=submit] {
    font-size: 16px;
  }

  #fast_form .wrap form .input_box input {
    height: 35px;
    border-radius: 5px;
  }
}

@media (max-width: 900px) {
  #footer {
    padding: 50px 0 150px;
  }

  #footer .wrap img {
    margin-bottom: 30px;
  }

  #footer .wrap p {
    font-size: 16px;
  }

  #fast_form .wrap h2 {
    font-size: 18px;
  }

  #fast_form .wrap form .input_box input {
    height: 25px;
    font-size: 12px;
  }

  #fast_form .wrap form .input_box input[type=submit] {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  #fast_form .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  #fast_form .wrap h2 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #fast_form .wrap form .input_box {
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  #header .wrap .logo img {
    width: 40px;
  }

  #header {
    height: 50px;
  }

  #header .hamburger .line {
    width: 25px;
    height: 2px;
  }

  #header .hamburger.active .line:nth-child(1) {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  #header .mb_nav {
    width: 80vw;
  }

  #header .mb_nav .menu_wrap .middle_menu {
    font-size: 16px;
  }

  #header .mb_nav .menu_wrap .middle_menu ul li {
    font-size: 14px;
  }

  #footer .wrap img {
    width: 60px;
  }

  #footer .wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  #fast_form .wrap h2 {
    font-size: 14px;
  }

  #fast_form .wrap form .input_box input {
    height: 20px;
    font-size: 9px;
    padding: 0 10px;
  }

  #fast_form .wrap form .input_box input[type=submit] {
    font-size: 10px;
  }

  #fast_form .wrap form .agree_box label {
    font-size: 9px;
  }
}