<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subTop {
  margin-top: var(--headerHeight);
  padding-top: 90px;
}
.subTop .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-tit01 {
  margin-bottom: 70px;
}
.sub-tit01 p {
  color: #CFCFCF;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.sub-tit01 h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.sub-lnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.sub-lnb a {
  color: #A9A9A9;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding-bottom: 10px;
}
.sub-lnb a.on {
  color: var(--keyColor);
  border-bottom: 2px solid var(--keyColor);
}

.sub-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.sub-path li {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.325px;
}

.sub-visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  padding: 125px 0;
}
.sub-visual.K01 {
  background-image: url(/image/sub/sv01.jpg);
}
.sub-visual.K02 {
  background-image: url(/image/sub/sv02.jpg);
}
.sub-visual.K03 {
  background-image: url(/image/sub/sv03.jpg);
}
.sub-visual.K04 {
  background-image: url(/image/sub/sv04.jpg);
}
.sub-visual.K05 {
  background-image: url(/image/sub/sv05.jpg);
}
.sub-visual p {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.15px;
}

.sub-tit02 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sub-tit02 p {
  color: #CFCFCF;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sub-tit02 h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}

.subPage .content {
  padding-bottom: 180px;
}

/* 怨듯넻 遺�遺� */
.normal-list {
  display: flex;
}
.normal-list:not(:last-child) {
  margin-bottom: 120px;
}
.normal-list_tit {
  width: 27%;
  height: 100%;
}
.normal-list_tit h3 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
.normal-list_tit.line {
  border-left: 2px solid var(--keyColor);
  padding-left: 16px;
}
.normal-list_tit.line p {
  color: #CFCFCF;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
.normal-list_tit.line h3 {
  font-size: 30px;
}
.normal-list_con {
  flex: 1;
}
.normal-list_con img {
  margin: auto;
}
.normal-list_con p {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.normal-list_con span {
  color: #777;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-top: 10px;
  display: block;
}
.normal-list_con p:not(:first-child) {
  margin-top: 80px;
}
.normal-list_con p em {
  color: var(--keyColor);
}
.normal-list_con div {
  margin-top: 35px;
}

.ul-style &gt; li {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.4px;
  display: flex;
  margin-bottom: 5px;
}
.ul-style &gt; li em {
  color: #555;
  width: 25px;
  font-weight: 900;
  text-align: center;
}
.ul-style &gt; li p {
  color: #555;
  line-height: 1.5em;
  flex: 1;
}
.ul-style &gt; li p span {
  color: var(--keyColor);
}

.aiWrap section {
  padding: 140px 0;
}
.ai-tit {
  text-align: center;
  margin-bottom: 60px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ai-tit &gt; strong {
  color: #A1A1A1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 10px;
}
.ai-tit &gt; span {
  color: var(--keyColor);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.375px;
  margin-bottom: 10px;
  display: block;
}
.ai-tit &gt; h2{
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.ai-tit &gt; p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.425px;
}
.ai-tit &gt; p strong {
  color: var(--keyColor);
}
.ai-what &gt; img {
  margin: auto;
}
.ai-why {
  background-color: var(--keyColor);
  background-image: url(/image/sub/ai-why_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
.ai-why_q {
  display: flex;
  gap: 5%;
  margin-bottom: 65px;
}
.ai-why_q h3 {
  color: #FFF;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}
.ai-why_q h3 span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #FFF;
  color: var(--keyColor);
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.65px;
  margin-right: 10px;
  vertical-align: middle;
}
.ai-why_q p {
  flex: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.ai-why_q p strong {
  color: #FFF;
}
.ai-why_a {
  background-image: url(/image/sub/ai-why.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 661px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  padding: 55px 6%;
  border-radius: 20px;
}
.ai-why_a h3 {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}
.ai-why_a p {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.aiWrap section.ai-where {
  padding-bottom: 0;

}
.ai-where img {
  margin: -12% auto 0;
}
.ai-how {
  background-color: #F9F9F9;
}
.ai-how .inner &gt; div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
}
.ai-how .inner &gt; div:first-child {
  margin-bottom: 100px;
}
.ai-how_img {
  width: 59%;
}
.ai-how_text {
  width: 33%;
}
.ai-how_tit {
  color: var(--keyColor);
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.375px;
  margin-bottom: 20px;
}
.ai-how_desc {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.6px;
}
.ai-how_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.ai-how_tag span {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.375px;
  padding: 10px 16px;
  border-radius: 100px;
  background: var(--keyColor);
}
.ai-reference {
  background: #F9F9F9;
}
.ai-reference_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ai-reference_list &gt; li {
  border-radius: 16px;
  background: #FFF;
  padding: 0 30px;
  height: 540px;
  position: relative;
  width: 25%;
}
.ai-reference_logo {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-bottom: 30px;
}
.ai-reference_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.aiWrap section.ai-banner {
  padding-bottom: 0;
}
.ai-banner &gt; div {
  background-image: url(/image/sub/ai-banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 399px;
  display: flex;
  align-items: center;
  gap: 5%;
  border-radius: 25px;
  overflow: hidden;
  padding-left: 6%;
}
.ai-banner_img {
  align-self: flex-end;
}
.ai-banner_text img {
  width: 110px;
}
.ai-banner_text p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin: 15px 0 35px;
}

.aicc-what_con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  margin-top: 180px;
}
.aicc-what_text {
  width: 28%;
}
.aicc-what_text h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.9px;
  margin-bottom: 30px;
}
.aicc-what_text .ul-style &gt; li em {
  color: #777;
  margin-right: 10px;
  width: auto;
}
.aicc-what_text .ul-style &gt; li p {
  color: #555;
  font-size: 18px;
}
.aicc-what_con &gt; img {
  width: 48%;
}
.aicc-category {
  background: #FFFCFB;
}
.aicc-category_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.aicc-category_list &gt; li {
  border-radius: 16px;
  border: 1px solid #F3E1D8;
  height: 360px;
  text-align: center;
  width: 20%;
  padding-top: 88px;
}
.aicc-category_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
.aicc-category_tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 26px;
  margin-top: 15px;
}
.aicc-category_tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 1px;
  background-color: #F3E1D8;
}
.aicc-category_desc {
  margin-top: 20px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.aicc-reference {
  background: #F9F9F9;
}
.aicc-reference_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.aicc-reference_list &gt; li {
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  min-height: 230px;
  padding: 0 30px 20px;
}
.aicc-reference_logo {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soda-what_list {
  max-width: 1100px;
  margin:  20px auto 0;
}
.soda-what_list li {
  border-bottom: 1px solid #eee;
  padding: 38px 40px;
  display: flex;
  align-items: center;
}
.soda-what_list li p {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-left: 7%;
}
.soda-what_list li h3 {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.65px;
  width: 107px;
  text-align: center;
}
.soda-what_list li img {
  margin-left: auto;
}
.aiWrap section.soda-function {
  padding: 0;
}
.soda-function_top {
  border-top: 2px dashed rgba(255, 104, 38, 0.20);
}
.soda-function_nav .slick-list {
  overflow: visible;
}
.soda-function_nav .item {
  position: relative;
  padding-top: 50px;
  cursor: pointer;
}
.soda-function_nav .item::before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 14px;
  height: 14px;
  border: 2px solid var(--keyColor);
  background-color: #fff;
  border-radius: 100%;
}
.soda-function_nav .item.slick-current::before {
  background-color: var(--keyColor);
}
.soda-function_nav .item.slick-current h3 {
  color: #222;
}
.soda-function_nav .item.slick-current p {
  color: #555;
}
.soda-function_nav h3 {
  color: #999;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.soda-function_nav p {
  color: #999;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.soda-function_gray {
  background: #F9F9F9;
  padding: 80px 0;
  margin-top: 60px;
}
.soda-function_for .item img {
  margin: auto;
}
.soda-function_for .item h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.75px;
}
.soda-function_for .item p {
  color: #555;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 10px 0 50px;
}
.soda-function_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
.soda-function_list &gt; li {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #DDD;
  background: #FFF;
  height: 563px;
  padding: 40px 30px;
}
.soda-function_list &gt; li h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.425px;
}
.soda-function_list &gt; li div {
  height: 220px;
  border-radius: 6px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 23px;
}
.soda-step_nav {
  border-top: 2px dashed rgba(255, 104, 38, 0.20);
  margin-bottom: 50px;
}
.soda-step_nav .inner,
.soda-step_list {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.soda-step_nav .inner p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.5px;
  position: relative;
  padding-top: 50px;
  width: 100%;
}
.soda-step_nav .inner p::before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 14px;
  height: 14px;
  border: 2px solid var(--keyColor);
  background-color: #fff;
  border-radius: 100%;
}
.soda-step_list &gt; li {
  height: 370px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 0 2%;
  width: 100%;
}
.soda-step_list &gt; li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 130px;
  margin: 19% auto;
}
.aiWrap section.soda-special {
  padding: 0;
}
.soda-special_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.soda-special_list &gt; li {
  height: 190px;
  border-radius: 16px;
  background: #F9F9F9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.soda-special_list h3 {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.65px;
}
.soda-special_list h3 strong {
  color: var(--keyColor);
}
.soda-special_list h4 {
  color: var(--keyColor);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.425px;
  margin: 20px 0 10px;
}
.soda-special_list p {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.375px;
}
.aiWrap section.soda-area {
  padding-bottom: 0;
}
.soda-area_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 20px;
  position: relative;
}
.soda-area_list::before {
  position: absolute;
  content: '';
  bottom: 90px;
  left: -100%;
  right: -100%;
  border-top: 2px dashed rgba(255, 104, 38, 0.20);
}
.soda-area_list h3 {
  color: var(--keyColor);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
  width: 160px;
  height: 55px;
  background: rgba(255, 104, 38, 0.10);
  border-radius: 10px;
  margin: 0 auto 30px;
}
.soda-area_list h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid rgba(255, 104, 38, 0.10);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.soda-area_list div {
  margin: 0 15px;
  width: 180px;
  height: 180px;
  background-color: #FFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.soda-area_ment {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  border-top: 2px solid #ddd;
  padding-top: 28px;
  margin-top: 40px;
  position: relative;
}
.soda-area_ment::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0%;
  width: 2px;
  height: 10px;
  background: #ddd;
}
.soda-area_ment::after {
  position: absolute;
  content: '';
  bottom: 100%;
  right: 0%;
  width: 2px;
  height: 10px;
  background: #ddd;
}
.soda-area_arrow {
  width: 350px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px auto;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.65px;
  border-radius: 12px;
  background: var(--keyColor);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}
.soda-area_arrow::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px dashed var(--keyColor);
  height: 230px;
  z-index: -1;
}
.soda-area_arrow::after {
  position: absolute;
  content: '';
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid var(--keyColor);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.soda-area_banner {
  background-image: url(/image/sub/soda-area_banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.soda-area_banner &gt; img {
  margin-left: -22%;
  margin-right: 6%;
}
.soda-area_banner &gt; div {
  text-align: center;
}
.soda-area_banner &gt; div p {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.64px;
  margin-bottom: 30px;
}

.aboutWrap .sub-tit02 {
  display: block;
}
.about-intro {
  background-image: url(/image/sub/about-intro_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1666px;
  margin-bottom: 140px;
}
.about-intro_tit {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -1.4px;
  text-align: center;
  margin: 80px 0 240px;
}
.about-intro_desc {
  text-align: center;
}
.about-intro_desc &gt; span {
  color: #DBDBDB;
  font-family: "Lexend", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}
.about-intro_desc p {
  margin-top: 48px;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.9px;
}
.about-intro_desc p span {
  color: var(--keyColor);
}

.historyWrap {
  background-image: url(/image/sub/history_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 150px;
}

.history-tit {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 50px;
}

.history-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-left: 38%;
}
.history-list .list:not(:last-child) {
  margin-bottom: 65px;
}

.history-list_year {
  color: var(--keyColor);
  font-family: "Lexend", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  width: 140px;
  text-align: right;
}

.history-list_desc {
  margin-top: 20px;
}
.history-list_desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.history-list_desc li:not(:last-child) {
  margin-bottom: 30px;
}
.history-list_desc .month {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.history-list_desc .desc {
  color: #777;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.6em;
}

.company-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px;
  background: #F9F9F9;
  overflow: hidden;
  margin-bottom: 60px;
}
.company-tab button {
  width: 100%;
  color: #666;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.475px;
  padding: 25px 0;
}
.company-tab button.on {
  border-radius: 100px;
  background: var(--keyColor);
  color: #fff;
}

.company-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 60px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.company-list_thumb {
  overflow: hidden;
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company-list_thumb:hover {
  border-radius: 0 60px 0 60px;
  border: 1px solid var(--keyColor);
}

.company-list_tit {
  text-align: center;
}
.company-list_tit span {
  color: #A1A1A1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.375px;
  margin-bottom: 5px;
  display: block;
}
.company-list_tit p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.certifyWrap .company-list_thumb {
  height: 345px;
  position: relative;
  cursor: pointer;
}
.certifyWrap .company-list_thumb img {
  max-height: 80%;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.certifyWrap .company-list_thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url("/image/sub/certify-view_icon.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.certifyWrap .company-list_thumb:hover::before {
  opacity: 1;
}

.certiry-modal &gt; div {
  width: 410px;
}
.certiry-modal &gt; div img {
  width: 100%;
}
.certiry-modal &gt; div p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-top: 15px;
}

.partnerWrap .company-list_thumb {
  height: 180px;
}

.locationWrap section:first-child {
  margin-bottom: 140px;
}

.location-tit {
  margin-bottom: 35px;
}
.location-tit p {
  color: var(--keyColor);
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.location-tit h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.15px;
}

.location-info {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.location-info_address {
  display: flex;
  align-items: center;
  width: 42%;
}
.location-info_address img {
  margin-right: 20px;
}
.location-info_address h6 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.location-info_address p {
  color: #444;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.55px;
}
.location-info_list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  column-gap: 55px;
}
.location-info_list li {
  display: flex;
  align-items: center;
}
.location-info_list li:last-child {
  margin-top: 25px;
}
.location-info_list li &gt; div {
  display: flex;
  align-items: center;
}
.location-info_list h6 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.55px;
  margin: 0 28px 0 8px;
}
.location-info_list p {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
}

.location-info_subway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 30px;
}
.location-info_subway &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.location-info_subway .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.location-info_subway .line span {
  width: 24px;
  height: 24px;
  background-color: #697215;
  border-radius: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.location-info_subway .line em {
  border-radius: 100px;
  background: #EBA900;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.35px;
  padding: 5px 10px;
}
.location-info_subway .station {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
  margin-right: 25px;
  margin-left: 8px;
}

.location-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-map .root_daum_roughmap .wrap_map {
  height: 366px;
}

.contact-comment {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.65px;
  margin-bottom: 60px;
}
.contact-form section:last-child .contact-form_box {
  max-height: 255px;
  overflow-y: scroll;
}
.contact-form section:nth-child(2) {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-top: 45px;
  padding-top: 45px;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.contact-form input {
  border-radius: 5px;
  border: 1px solid #DDD;
  padding-left: 20px;
  color: #AAA;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  width: 100%;
}
.contact-form textarea {
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 20px;
  color: #AAA;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
  height: 325px;
  width: 100%;
  margin-top: 20px;
}

.contact-form_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  margin-bottom: 20px;
}

.contact-form_box {
  border-radius: 20px;
  border: 1px solid #DDD;
  padding: 35px 40px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.contact-form_agree {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.4px;
}
.contact-form_agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #fff;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.contact-form_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.contact-form_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form_info li span {
  width: 70px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.4px;
}
.contact-form_info li span em {
  color: var(--keyColor);
}

.etcWrap {
  background: #FFF8F4;
  padding: 160px 0;
  margin-top: var(--headerHeight);
}
.etc-tit .sub-path {
  justify-content: center;
}
.etc-tit h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 160px;
  margin-top: 10px;
}
.etc-edit {
  border-radius: 16px;
  background: #FFF;
  padding: 7% 12%;
  font-size: 16px;
}</pre></body></html>