@font-face {
  font-family: "SBAggroM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SBAggroL";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ff-1 {
  font-family: "SBAggroM";
}

.ff-2 {
  font-family: "SBAggroL";
}

body {
  font-family: "SBAggroL";
}

section {
  padding: 100px 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.85);
}

header li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}

header .wrap .header_logo {
  width: 200px;
  line-height: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .wrap .header_logo img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
  color: #fff;
}

header .wrap .header_logo .scr_down_logo {
  display: none;
}

header .wrap ol {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .wrap ol li {
  display: inline-block;
  text-align: center;
  line-height: 80px;
}

header .wrap ol li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}

header .wrap ol li a::after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background-color: #fa8631;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .wrap ol li a:hover {
  text-shadow: 0 0 5px #fa8732;
  color: #fff;
}

header .wrap ol li a:hover::after {
  left: -10px;
  opacity: 1;
  width: calc( 100% + 20px);
}

.btn_menu {
  display: none;
  z-index: 2;
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.wrap {
  padding-bottom: 50px;
}

.tp_gnb li a {
  color: #fa8631;
}

#Sec01 {
  padding-top: 80px;
}

footer {
  background-color: #0c212e;
  color: #fff;
}

footer .cont_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  max-width: 1300px;
  margin: 0 auto;
}

footer .cont_part .left_part {
  width: 30%;
  text-align: left;
}

footer .cont_part .left_part .line {
  width: 250px;
  background-color: #fb8631;
  height: 1px;
  margin-top: 20px;
}

footer .cont_part .left_part img {
  width: 250px;
}

footer .cont_part .left_part p {
  font-size: 14px;
  font-weight: 100;
  margin-top: 20px;
}

footer .cont_part .left_part h1 {
  font-size: 14px;
  font-weight: 100;
  margin: 20px 0;
}

footer .cont_part .left_part h1 .fa-solid {
  margin-right: 5px;
  vertical-align: middle;
}

footer .cont_part .right_part {
  width: 70%;
}

footer .cont_part .right_part table {
  text-align: left;
}

footer .cont_part .right_part td, footer .cont_part .right_part tr {
  border: none;
}

footer .cont_part .right_part tr:first-child {
  color: #fb8631;
  height: 50px;
}

footer .cont_part .right_part td {
  height: 50px;
}

footer .copyright {
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  font-size: 10px;
}

footer .go_to_top {
  width: 70px;
  height: 70px;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  font-size: 70px;
  line-height: 70px;
  opacity: 0.5;
}

@media screen and (max-width: 1023px) {
  footer {
    background-color: #2d2d2d;
    color: #fff;
  }
  footer .cont_part {
    display: block;
    padding: 0;
  }
  footer .cont_part .left_part {
    width: 100%;
    text-align: center;
  }
  footer .cont_part .left_part .line {
    display: none;
  }
  footer img {
    width: 300px;
    padding: 50px 0;
  }
  footer dl > * {
    display: inline-block;
  }
  footer dd::before {
    content: ' : ';
  }
  footer dd::after {
    content: ' | ';
  }
  footer dd:last-child::after, footer dd:nth-of-type(3)::after {
    content: '';
  }
  footer .copyright_media_company {
    padding-top: 50px;
  }
  footer .copyright_media_company span {
    font-weight: 700;
  }
  footer .right_part {
    display: none;
  }
  .go_to_top {
    width: 70px;
    height: 70px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    font-size: 70px;
    line-height: 70px;
    opacity: 0.5;
  }
}

.info_media_company a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info_media_company a:hover {
  color: #fa8631;
}
/*# sourceMappingURL=common.css.map */