@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap");
/* font-family: 'Noto Sans KR', sans-serif; */
/* Light 300 */
/* Regular 400 */
/* Medium 500 */
/* Bold 700 */
/* Black 900 */

@import url("https://fonts.googleapis.com/css2?family=Gulzar&display=swap");
/* font-family: 'Gulzar', serif; */

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap");
/* font-family: 'IBM Plex Sans KR', sans-serif; */
/* Thin 100 */
/* ExtraLight 200 */
/* Light 300 */
/* Regular 400 */
/* Medium 500 */
/* SemiBold 600 */
/* Bold 700 */

@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
/* font-family: 'Merriweather', serif; */
/* Light 300 */
/* Regular 400 */
/* Bold 700 */
/* Black 900 */
/* scroll Event */

@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
/* font-family: 'Nanum Myeongjo', serif; */
/* Regular 400 */
/* Bold 700 */
/* ExtraBold 800 */

/* ani */
@keyframes load_top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes load_btm {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes load_head {
  0% {
    transform: translateY(-20px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes load_R {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes load_L {
  0% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes load_scale {
  0% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes load_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation: load_bg 2s both;
  animation-delay: 0.2s; */

.ani {
  opacity: 0;
  transform: translateY(15px);
  transition: all 1s;
}
.ani_T {
  opacity: 0;
  transform: translateY(-15px);
  transition: all 1s;
}
.ani_L {
  opacity: 0;
  transform: translateX(-15px);
  transition: all 1s;
}
.ani_R {
  opacity: 0;
  transform: translateX(15px);
  transition: all 1s;
}
.ani_O {
  opacity: 0;
  transition: all 1s;
}

.aniIn {
  opacity: 1;
  transform: translateY(0);
}
.aniIn_T {
  opacity: 1;
  transform: translateY(0);
}
.aniIn_L {
  opacity: 1;
  transform: translateX(0);
}
.aniIn_R {
  opacity: 1;
  transform: translateX(0);
}
.aniIn_O {
  opacity: 1;
}

.t-delay0_1 {
  transition-delay: 0.1s;
}
.t-delay0_2 {
  transition-delay: 0.2s;
}
.t-delay0_3 {
  transition-delay: 0.3s;
}
.t-delay0_4 {
  transition-delay: 0.4s;
}
.t-delay0_5 {
  transition-delay: 0.5s;
}
.t-delay0_6 {
  transition-delay: 0.6s;
}
.t-delay0_7 {
  transition-delay: 0.7s;
}
.t-delay0_8 {
  transition-delay: 0.8s;
}
.t-delay0_9 {
  transition-delay: 0.9s;
}
.t-delay1 {
  transition-delay: 1s;
}

/* wrap */
html {
  height: 100%;
  background: #ffffff;
  font-family: "Noto Sans KR", sans-serif;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -1.5px;
  word-break: keep-all;
  color: #000;
}
.wrep {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
section {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}
#common {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.img_cat {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 5%;
  bottom: 3%;
}
a.more_btn {
  font-size: 20px;
  font-weight: 700;
  color: #3e3a39;
  display: block;
}

/* header */
.header {
  height: 100px;

  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3333;
  transition: 0.5s;

  animation: load_head 1s both;
  animation-delay: 1.8s;
  /* background: #fff; */
}
.header.active {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
}
.header .inner {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo_group {
  width: 17.323%;
  height: auto;
  position: relative;
  margin-left: 3%;
  margin-right: 3.6%;
}
.header .logo_group .logo {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s;
}
.header .logo_group .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo_group .logo.logo_white {
  opacity: 1;
}
.header .logo_group .logo.logo_red {
  opacity: 0;
}
.header.active .logo_group .logo.logo_white {
  opacity: 0;
}
.header.active .logo_group .logo.logo_red {
  opacity: 1;
}
.header .logo_group .logo img {
}
.header .logo_group .logo img:first-child {
  width: 40%;
}
.header .logo_group .logo img:last-child {
  width: 53%;
}
.header .logo_group .logo .line,
.header .open_call .line {
  width: 1px;
  height: 12px;
  display: block;
  /* margin: 0 12px; */
}
.header .logo_group .logo.logo_white .line {
  background: #3e3a39;
}
.header .logo_group .logo.logo_red .line {
  background: #3e3a39;
}

.header .menuWrap {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid black; */
}
.header .menuWrap li {
  flex: 1;
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menuWrap li a {
  font-size: 17px;
  font-weight: 700;
  color: #3e3a39;
  transition: 0.3s;
}

/* 본사이트 */
.menuWrap:hover + .bon_site,
.bon_site:hover {
  height: 300px;
  opacity: 1;
}

.bon_site {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  transition: height 0.5s ease, opacity 0.5s ease;
}

.bon_site:hover {
}

.bon_items {
  /* width: 844.5px; */
  margin: 10px auto 0;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 23px;
}
.bon_items .item {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.bon_items .item ul {
  /* flex: 1; */

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  /* border: 1px solid black; */
}
.bon_items .item ul li {
  margin: 10px 0;
}
.bon_items .item ul li a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #2c2c2c;
  transition: 0.3s;
}
.bon_items .item.item02 ul li a span {
  transform: translateY(-4px);
  display: inline-block;
  margin: 0 1.5px;
}

.bon_items .item ul li a:hover {
  color: #e31837;
}

/* 본사이트 */

.header .open_call {
  width: 21%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 3%;
}
.header .open {
  width: 43%;
  height: 36px;
  transition: 0.5s;
  background: #c70037;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #c70037;
}
.header .open span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  transition: 0.5s;
  display: block;
}
.header .call {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #c70037;
  transition: 0.5s;
}
.header.active .call {
  color: #c70037;
}
.header.active .open {
  background: #c70037;
}
.header.active .open span {
  color: #fff;
}
.header .call .fa {
  font-size: 26px;
}
.header .call span {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-left: 4px;
}
.header:hover {
  background: white;
}
.header:hover .logo_group .logo.logo_white {
  opacity: 0;
}
.header:hover .logo_group .logo.logo_red {
  opacity: 1;
}
.header:hover .menu li a {
  color: #3e3a39;
}
.header .menu li:hover a {
  color: #c70037;
}
.header:hover .menu li:hover a {
  color: #c70037;
}
.header:hover .call {
  color: #c70037;
}
.header:hover .open {
  background: #c70037;
}
.header:hover .open span {
  color: #fff;
}

/* fix_menu */
.fix_menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7000;
  transition: 0.5s;
}
.fix_menu.active {
  opacity: 0;
  z-index: -1;
}
.fix_menu .item {
  width: 100px;
  /* border-radius: 20px; */

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

  box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.288);
}
.fix_menu .item.item01 {
  height: 72px;
  background: #ed7d31;
  border-radius: 10px 0 0 0;

  animation: load_L 1s both;
  animation-delay: 1.5s;
}
.fix_menu .item.item01 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: white;
}

.fix_menu .item.item02 {
  height: 120px;
  background: #c70037;
  color: white;

  animation: load_L 1s both;
  animation-delay: 1.6s;
}
.fix_menu .item.item02 strong {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.fix_menu .item.item02 span {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  display: block;
}

.fix_menu .item.item03 {
  height: 200px;
  background: white;
  /* border: 3px solid #e1e3ce; */
  box-sizing: border-box;
  /* border-radius: 20px 20px 80px 80px; */

  animation: load_L 1s both;
  animation-delay: 1.7s;
  border-radius: 0 0 0 10px;
}
.fix_menu .item.item03 img {
  margin-bottom: 12px;
}
.fix_menu .item.item03 a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #3e3a39;
}
.fix_menu .item.item03 a span {
  color: #c70037;
}

/* footer */
.footer {
  padding: 32px 0;
  background: #3e3a39;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

  letter-spacing: 0;
}

/* 수정 */
.footer .desc {
  margin-left: 5%;
}

.footer .desc p,
.footer .desc p a {
  font-size: 16px;
  font-weight: 400;
  color: #cfcfcf;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  margin: 10px 0;
}
.footer .desc p b {
  font-weight: 600;
  color: #fff;
  margin-right: 6px;
}
.footer .desc p a {
  margin: 0;
}
.footer .desc p span {
  width: 1px;
  height: 12px;
  background: white;
  display: inline-block;
  margin: 0 12px;
}

.footer img {
  margin-right: 5%;
}

@media all and (min-width: 1400px) and (max-width: 1830px) {
  .header .open_call {
    width: 21%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 3%;
  }
  .header .open span {
    font-size: 18px;
  }
  .header .call {
  }

  .header .call .fa {
    font-size: 22px;
  }
  .header .call span {
    font-size: 24px;
  }
}

@media all and (min-width: 1400px) and (max-width: 1620px) {
  .header .logo_group {
    width: 21%;

    margin-right: 0;
  }
  .header .menu {
    width: 45%;
  }
  .header .menu li a {
    font-size: 16px;
  }
  .header .call {
    width: 22%;
  }

  .header .open_call {
    width: 21%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 3%;
  }
  .header .open span {
    font-size: 16px;
  }
  .header .call {
  }

  .header .call .fa {
    font-size: 20px;
  }
  .header .call span {
    font-size: 22px;
  }

  .fix_menu {
    position: fixed;
    right: 32px;
    top: 150px;
  }
  .fix_menu .item {
    width: 100px;
  }
  .fix_menu .item.item01 {
    height: 66px;
    margin-bottom: 12px;
  }
  .fix_menu .item.item01 span {
    font-size: 16px;
    line-height: 20px;
  }

  .fix_menu .item.item02 {
    height: 100px;
    margin: 12px 0;
  }
  .fix_menu .item.item02 strong {
    font-size: 32px;
  }
  .fix_menu .item.item02 span {
    font-size: 18px;
    margin-top: 6px;
  }

  .fix_menu .item.item03 {
    height: 220px;
    border: 3px solid #e1e3ce;
  }
  .fix_menu .item.item03 img {
    margin-bottom: 12px;
  }
  .fix_menu .item.item03 a {
    font-size: 16px;
    line-height: 20px;
  }

  .footer .btm .foot_item h3 {
    font-size: 15px;
  }
}
