<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/a-big-deal');
figure {
  margin: 0;
}
/* #hd{background:none;position: relative;transition: 0.6s;}
.fixed #hd{background-color: #fff;}
.fixed #hd #gnb a{color:#000} */
/* .sticky{ background-color: rgba(0, 0, 0, 0.5);} */
#gnb a {
  color: #fff;
}
.gnb_1dli:nth-of-type(4) .gnb_1da {
  color: #fbc100 !important;
}
.gnb_1da::after {
  background-color: #fff;
}
#container {
  padding: initial;
  position: initial;
  background: initial;
  min-height: initial;
}
#container:after {
  display: initial;
  visibility: initial;
  clear: initial;
  content: initial;
}

.subTitleWrap.subTitle_pc_view {
  position: relative;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 33vw;
  background: url(../../../../img/mobile/s10/s10TitleBg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
/* top:-120px; */

.titleGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.titleGroup p.s10Title {
  color: #fff;
  font-size: 84px;
  font-family: 'a Big Deal', sans-serif;
}
.titleGroup img {
  width: 30%;
  max-width: 100%;
}
@media (max-width: 969px) {
  .subTitleWrap.subTitle_pc_view::after {
    display: none;
  }
}
.subTitleWrap p {
  font-size: 18px;
  font-family: 'Arial Regular';
  line-height: 1.3;
  text-align: left;
}
#container_title {
  color: #000;
  line-height: initial;
  font-size: 84px;
  font-family: 'a Big Deal', sans-serif;
}

@media (max-width: 639px) {
  .subTitle_m_view #container_title {
    line-height: 55px;
    border-bottom: 1px solid hsl(0, 0%, 93%);
    color: #000;
    font-family: 'Arial Bold';
    font-size: 1em;
    text-align: left;
    padding: 0 20px;
    background: none;
  }
}

/* 내용관리 */
#ctt {
}
.ctt_admin {
  margin: 0 5px;
  text-align: right;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  max-width: 1200px;
  margin: 0 auto;
}
#ctt_con &gt; p {
  display: none;
}

.ctt_con_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctt_img {
  text-align: left;
}

.titleEn {
  font-family: 'Arial Black';
  font-size: 40px;
  color: #000;
}
.titleKo {
  font-family: 'SUIT Variable';
  font-size: 22px;
  color: #000;
  letter-spacing: -2.8px;
  font-weight: 700;
}

.group01 {
  margin-top: 100px;
}
.company-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 130px;
}
.img-wrap,
.company-name {
  display: flex;
  align-items: center;
}
.img-wrap {
  flex-basis: 400px;
  justify-content: center;
  border-right: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  img {
    width: auto;
    height: 60px;
    object-fit: contain;
  }
}
.company-name {
  flex-basis: 100%;
  justify-content: flex-start;
  padding-left: 30px;
  width: 100%;
  p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
}
.section_title {
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.div-wrap {
  .discription {
    color: #000;
    font-family: 'SUIT Variable';
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 300;
    line-height: 1.7;
    strong {
      font-weight: 600;
    }
  }
}
.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  .btn-bk {
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 1200px) {
  #ctt_con {
    padding: 0 3rem;
  }
}

@media (max-width: 969px) {
  #ctt_con {
    margin-top: 0;
    padding: 0 3rem;
  }
}

@media (max-width: 639px) {
  .company-box {
    flex-direction: column;
    height: auto;
  }
  .company-name {
    padding: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .company-name &gt; p {
    font-size: 18px;
  }
  .section_title {
    padding-top: 90px;
  }
  .img-wrap {
    padding: 7px;
    flex-basis: initial;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }
  #ctt {
    padding-top: 0;
  }
  #hd {
    position: relative;
    background-color: #000;
  }
  .ctt_con_inner {
  }
  .group01 {
    margin-top: 0;
  }
}
</pre></body></html>