body {
  background: white;
}

#sub-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media (max-width: 1280px) {
  #sub-main {
    padding-top: 60px;
  }
}

.subvisual {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .subvisual {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .subvisual {
    height: 280px;
  }
}
.subvisual .container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.subvisual .container h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .subvisual .container h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .subvisual .container h1 {
    font-size: 32px;
  }
}
.subvisual.sv01 {
  background-image: url(/img/sv01.avif);
}
.subvisual.sv03 {
  background-image: url(/img/sv03.avif);
}
.subvisual.sv04 {
  background-image: url(/img/sv04.avif);
}

.ceo-message {
  width: 100%;
  height: auto;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .ceo-message {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .ceo-message {
    padding-bottom: 70px;
  }
}
.ceo-message .dna-part {
  width: 100%;
  height: 480px;
  margin-top: 130px;
  margin-bottom: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .ceo-message .dna-part {
    height: 400px;
    margin-top: 80px;
    margin-bottom: 32px;
  }
}
.ceo-message .dna-part .container {
  width: 95%;
  height: auto;
  max-width: 1360px;
  margin: 0 auto;
}
.ceo-message .dna-part .container article {
  width: 548px;
  height: 390px;
  padding: 36px;
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  gap: 96px;
  background: linear-gradient(135deg, #36D2AA, #123261);
}
@media (max-width: 1280px) {
  .ceo-message .dna-part .container article {
    width: 480px;
    height: 280px;
    padding: 28px 16px;
    margin-top: -40px;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .ceo-message .dna-part .container article {
    width: 100%;
    height: auto;
    gap: 28px;
  }
}
.ceo-message .dna-part .container article .page-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.ceo-message .dna-part .container article .page-name i {
  flex: 0 0 auto;
  width: 16px;
  height: 2px;
  background: white;
}
.ceo-message .dna-part .container article .page-name span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .ceo-message .dna-part .container article .page-name span {
    font-size: 16px;
  }
}
.ceo-message .dna-part .container article .summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .ceo-message .dna-part .container article .summary {
    gap: 12px;
  }
}
.ceo-message .dna-part .container article .summary span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .ceo-message .dna-part .container article .summary span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ceo-message .dna-part .container article .summary span {
    font-size: 16px;
  }
}
.ceo-message .dna-part .container article .summary b {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .ceo-message .dna-part .container article .summary b {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .ceo-message .dna-part .container article .summary b {
    font-size: 32px;
  }
}
.ceo-message > .container {
  width: 95%;
  height: auto;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1280px) {
  .ceo-message > .container {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .ceo-message > .container {
    gap: 28px;
  }
}
.ceo-message > .container p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .ceo-message > .container p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ceo-message > .container p {
    font-size: 15px;
  }
}
.ceo-message > .container .sign {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.ceo-message > .container .sign span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .ceo-message > .container .sign span {
    font-size: 16px;
  }
}
.ceo-message > .container .sign img {
  flex: 0 0 auto;
  height: 40px;
}
@media (max-width: 1280px) {
  .ceo-message > .container .sign img {
    height: 32px;
  }
}

.sec-title-wrap {
  width: 100%;
  height: auto;
  margin: 100px 0;
}
@media (max-width: 1280px) {
  .sec-title-wrap {
    margin: 70px 0;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap {
    margin: 40px 0;
  }
}
.sec-title-wrap h1 {
  width: 95%;
  height: auto;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .sec-title-wrap h1 {
    font-size: 32px;
  }
}

.history {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .history {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .history {
    padding-bottom: 40px;
  }
}
.history .container {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.history .container > img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .history .container > img {
    display: none;
  }
}
.history .container > img:nth-child(2) {
  display: none;
}
@media (max-width: 768px) {
  .history .container > img:nth-child(2) {
    display: block;
  }
}

.direction {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .direction {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .direction {
    padding-bottom: 40px;
  }
}
.direction .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.direction .container .map-box {
  width: 100%;
  height: 420px;
}
@media (max-width: 1280px) {
  .direction .container .map-box {
    height: 360px;
  }
}
.direction .container .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.direction .container .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.direction .container .dir-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos {
    gap: 20px;
  }
}
.direction .container .dir-infos .top-bar {
  width: 100%;
  height: 16px;
  background: linear-gradient(to right, #36D2AA, #123261);
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .top-bar {
    height: 10px;
  }
}
.direction .container .dir-infos .inner {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1440px) {
  .direction .container .dir-infos .inner {
    padding-bottom: 20px;
    gap: 48px;
  }
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.direction .container .dir-infos .inner .left {
  flex: 1 1 auto;
}
.direction .container .dir-infos .inner .left .info-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .left .info-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell {
  width: 100%;
  height: 100%;
  padding: 0 8%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .left .info-grid .cell {
    padding: 0 4%;
    gap: 12px;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell:not(:last-child) {
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  .direction .container .dir-infos .inner .left .info-grid .cell:not(:last-child) {
    border: none;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell .icon {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #12C89A;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .left .info-grid .cell .icon {
    width: 48px;
    height: 48px;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell .icon i {
  font-size: 32px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .left .info-grid .cell .icon i {
    font-size: 24px;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell .content {
  flex: 1 1 auto;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .left .info-grid .cell .content {
    padding-top: 5px;
    gap: 16px;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell .content b {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .left .info-grid .cell .content b {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .direction .container .dir-infos .inner .left .info-grid .cell .content b {
    font-size: 28px;
  }
}
.direction .container .dir-infos .inner .left .info-grid .cell .content span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .direction .container .dir-infos .inner .left .info-grid .cell .content span {
    font-size: 16px;
  }
}
.direction .container .dir-infos .inner .map-link {
  flex: 0 0 auto;
  width: 340px;
  height: 96px;
  padding: 0 12px;
  background: #123261;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .map-link {
    width: 100%;
    height: 60px;
  }
}
.direction .container .dir-infos .inner .map-link span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.direction .container .dir-infos .inner .map-link i {
  font-size: 56px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 1280px) {
  .direction .container .dir-infos .inner .map-link i {
    font-size: 36px;
  }
}

.partner-view {
  width: 100%;
  height: auto;
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .partner-view {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .partner-view {
    padding: 40px 0;
  }
}
.partner-view .container {
  width: 95%;
  height: auto;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner-view .container .partner-depths {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-depths {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-depths {
    margin-bottom: 40px;
  }
}
.partner-view .container .partner-depths .depth-1 {
  width: 100%;
  height: auto;
  margin-bottom: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-depths .depth-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-depths .depth-1 {
    margin-bottom: 32px;
  }
}
.partner-view .container .partner-depths .depth-1 > a {
  flex: 0 0 25%;
  height: 98px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #818181;
  text-align: center;
  background: #f0f0f0;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-depths .depth-1 > a {
    height: 64px;
    padding: 0 10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-depths .depth-1 > a {
    flex: 0 0 50%;
    font-size: 16px;
  }
}
.partner-view .container .partner-depths .depth-1 > a:hover, .partner-view .container .partner-depths .depth-1 > a.now {
  color: white;
  background: linear-gradient(135deg, #36D2AA, #123261);
}
.partner-view .container .partner-depths .depth-2 {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-depths .depth-2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-depths .depth-2 {
    gap: 0 12px;
  }
}
.partner-view .container .partner-depths .depth-2 > a {
  position: relative;
  flex: 0 0 25%;
  height: 88px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #aaa;
  text-align: center;
  border-bottom: 3px solid #ddd;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-depths .depth-2 > a {
    height: 52px;
    padding: 0 10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-depths .depth-2 > a {
    flex: 1 1 40%;
    height: 48px;
    font-size: 16px;
  }
}
.partner-view .container .partner-depths .depth-2 > a:not(:nth-child(4n))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(1px, -50%);
  width: 1px;
  height: 44px;
  background: #ccc;
}
@media (max-width: 768px) {
  .partner-view .container .partner-depths .depth-2 > a:not(:nth-child(4n))::after {
    display: none;
  }
}
.partner-view .container .partner-depths .depth-2 > a:hover, .partner-view .container .partner-depths .depth-2 > a.now {
  color: black;
  border-bottom-color: black;
}
.partner-view .container .partner-depths .depth-3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
.partner-view .container .partner-depths .depth-3 a {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: black;
  text-align: center;
  word-break: keep-all;
}
.partner-view .container .partner-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-body {
    gap: 32px;
  }
}
.partner-view .container .partner-body .left-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 500px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 6px solid #727272;
  background: white;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .left-thumb {
    width: 360px;
  }
}
.partner-view .container .partner-body .left-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-view .container .partner-body .about-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.partner-view .container .partner-body .about-box .name-box {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .about-box .name-box {
    margin-bottom: 24px;
    gap: 12px;
  }
}
.partner-view .container .partner-body .about-box .name-box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .about-box .name-box h2 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-body .about-box .name-box h2 {
    font-size: 32px;
  }
}
.partner-view .container .partner-body .about-box .name-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .partner-view .container .partner-body .about-box .name-box p {
    font-size: 16px;
  }
}
.partner-view .container .partner-body .about-box .feature-grid {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .about-box .feature-grid {
    margin-bottom: 24px;
    padding: 16px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }
}
.partner-view .container .partner-body .about-box .feature-grid li {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: black;
  text-align: center;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .about-box .feature-grid li {
    padding: 0 10px;
    font-size: 16px;
  }
}
.partner-view .container .partner-body .about-box .feature-grid li:not(:nth-child(4n))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(1px, -50%);
  width: 1px;
  height: 36px;
  background: #ccc;
}
.partner-view .container .partner-body .about-box .description {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .about-box .description {
    gap: 20px;
  }
}
.partner-view .container .partner-body .about-box .description b {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-body .about-box .description b {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-body .about-box .description b {
    font-size: 24px;
  }
}
.partner-view .container .partner-body .about-box .description p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .partner-view .container .partner-body .about-box .description p {
    font-size: 16px;
  }
}
.partner-view .container .representative-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .representative-body {
    gap: 28px;
  }
}
.partner-view .container .representative-body .left-thumb {
  position: relative;
  flex: 1 1 40%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 6px solid #727272;
  background: white;
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .left-thumb {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.partner-view .container .representative-body .left-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-view .container .representative-body .rep-attachments {
  flex: 1 1 40%;
  padding: 24px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  background: #fafafa;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .rep-attachments {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.partner-view .container .representative-body .rep-attachments .brand-names {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #ddd;
}
.partner-view .container .representative-body .rep-attachments .brand-names .category-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .rep-attachments .brand-names .category-name {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .brand-names .category-name {
    font-size: 20px;
  }
}
.partner-view .container .representative-body .rep-attachments .brand-names .brand-name {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .rep-attachments .brand-names .brand-name {
    padding-left: 12px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .brand-names .brand-name {
    padding-left: 10px;
    font-size: 16px;
  }
}
.partner-view .container .representative-body .rep-attachments .brand-names .brand-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 90%;
  background: #123261;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .brand-names .brand-name::before {
    width: 2px;
  }
}
.partner-view .container .representative-body .rep-attachments > b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
}
.partner-view .container .representative-body .rep-attachments .attachment-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row {
  width: 100%;
  height: auto;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row .preview {
  flex: 0 0 auto;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20%;
  background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .preview {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .preview {
    width: 40px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row .preview i {
  font-size: 32px;
  line-height: 1;
  color: white;
  text-align: center;
  font-variation-settings: "wght" 400;
}
@media (max-width: 1280px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .preview i {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .preview i {
    font-size: 20px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row .attachment-info-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .attachment-info-box {
    width: 100%;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row .attachment-info-box .file-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .attachment-info-box .file-name {
    font-size: 16px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row .attachment-info-box .upload-date {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row .attachment-info-box .upload-date {
    font-size: 14px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row > a {
  flex: 0 0 auto;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to bottom, #111, black);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row > a {
    padding: 6px 8px;
    gap: 4px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row > a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row > a span {
    font-size: 14px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row > a i {
  font-size: 20px;
  line-height: 1;
  color: white;
}
@media (max-width: 768px) {
  .partner-view .container .representative-body .rep-attachments .attachment-list .row > a i {
    font-size: 16px;
  }
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row:nth-child(2) .preview {
  background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row:nth-child(3) .preview {
  background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row:nth-child(4) .preview {
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
}
.partner-view .container .representative-body .rep-attachments .attachment-list .row:nth-child(5) .preview {
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.partner-view .container .partner-etc {
  width: 100%;
  height: auto;
  margin-top: 56px;
  padding-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-etc {
    margin-top: 32px;
    padding-top: 32px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-etc {
    margin-top: 20px;
    padding-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.partner-view .container .partner-etc > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .partner-view .container .partner-etc > a {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .partner-etc > a {
    gap: 20px;
  }
}
.partner-view .container .partner-etc > a figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.65;
  border: 2px solid #aaa;
  overflow: hidden;
}
.partner-view .container .partner-etc > a figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-view .container .partner-etc > a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .partner-view .container .partner-etc > a span {
    font-size: 16px;
  }
}
.partner-view .container .rep-youtube-box {
  width: 100%;
  height: auto;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .partner-view .container .rep-youtube-box {
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .partner-view .container .rep-youtube-box {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.partner-view .container .rep-youtube-box figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.partner-view .container .rep-youtube-box figure > iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-page {
  width: 100%;
  height: auto;
}
.customer-page .container {
  width: 95%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}
.customer-page .container .customer-list {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.customer-page .container .customer-list::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .customer-page .container .customer-list::before {
    width: 100%;
  }
}
.customer-page .container .customer-list .row {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  gap: 120px;
  z-index: 3;
}
@media (max-width: 1440px) {
  .customer-page .container .customer-list .row {
    gap: 80px;
  }
}
@media (max-width: 1280px) {
  .customer-page .container .customer-list .row {
    padding-right: 28px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .customer-page .container .customer-list .row {
    padding-right: 0;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.customer-page .container .customer-list .row .customer-left {
  flex: 1 1 40%;
  height: 300px;
  margin: 88px 0;
  border-radius: 0 20px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .customer-page .container .customer-list .row .customer-left {
    height: 200px;
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .customer-page .container .customer-list .row .customer-left {
    flex: unset;
    width: 100%;
    height: 140px;
    margin: 0;
  }
}
.customer-page .container .customer-list .row .customer-left .cover {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
}
.customer-page .container .customer-list .row .customer-left .cover b {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  .customer-page .container .customer-list .row .customer-left .cover b {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .customer-page .container .customer-list .row .customer-left .cover b {
    font-size: 28px;
  }
}
.customer-page .container .customer-list .row .customer-box {
  flex: 1 1 40%;
  padding: 88px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1440px) {
  .customer-page .container .customer-list .row .customer-box {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .customer-page .container .customer-list .row .customer-box {
    flex: unset;
    width: 100%;
    padding: 0;
    border: none;
  }
}
.customer-page .container .customer-list .row .customer-box .customer-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1280px) {
  .customer-page .container .customer-list .row .customer-box .customer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .customer-page .container .customer-list .row .customer-box .customer-grid {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .customer-page .container .customer-list .row .customer-box .customer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.customer-page .container .customer-list .row .customer-box .customer-grid > li {
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.customer-page .container .customer-list .row .customer-box .customer-grid > li > img {
  width: 100%;
  height: auto;
}

.inquiry {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .inquiry {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .inquiry {
    padding-bottom: 40px;
  }
}
.inquiry .container {
  width: 95%;
  height: auto;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-inquiry {
  width: 100%;
  margin-bottom: 60px;
}
.contact-inquiry .ard-inquiry-form {
  width: 100%;
  padding: 100px;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  background: #f0f0f0;
  border-radius: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .part-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item {
  width: 100%;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
  flex: 0 0 130px;
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  border-right: 1px solid #aaa;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
  padding-left: 16px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
  padding: 0 16px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: #2D2D2D;
  border: none;
  outline: none;
  background: transparent;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
  line-height: 1;
  color: #2D2D2D;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
  width: 14px;
  height: 14px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
  width: 100%;
  resize: none;
  font-size: 16px;
  line-height: 1.4;
  color: #2D2D2D;
  box-shadow: none;
}
.contact-inquiry .ard-inquiry-form .form-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > input {
  width: 12px;
  height: 12px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span {
  font-size: 14px;
  line-height: 1;
  color: #2D2D2D;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span > i {
  font-weight: 600;
  text-decoration: underline;
}
.contact-inquiry .ard-inquiry-form .form-submit > button {
  width: 300px;
  height: 60px;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #79338E;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  border: none;
  outline: none;
}
@media (max-width: 1280px) {
  .contact-inquiry {
    margin-bottom: 50px;
  }
  .contact-inquiry .ard-inquiry-form {
    padding: 50px;
    grid-gap: 30px;
  }
  .contact-inquiry .ard-inquiry-form .form-part {
    grid-gap: 20px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .part-name {
    font-size: 24px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list {
    grid-gap: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    padding-bottom: 12px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: 0 0 110px;
    font-size: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
    padding-left: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    font-size: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
    grid-gap: 20px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
    font-size: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
    width: 14px;
    height: 14px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
    font-size: 14px;
  }
  .contact-inquiry .ard-inquiry-form .form-submit {
    grid-gap: 20px;
  }
  .contact-inquiry .ard-inquiry-form .form-submit > button {
    width: 220px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .contact-inquiry {
    margin-bottom: 30px;
  }
  .contact-inquiry .ard-inquiry-form {
    padding: 20px;
    grid-gap: 20px;
  }
  .contact-inquiry .ard-inquiry-form .form-part {
    grid-gap: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .part-name {
    font-size: 18px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list {
    grid-gap: 12px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    padding-bottom: 10px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: 0 0 110px;
    font-size: 14px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    font-size: 14px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
    grid-gap: 20px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
    font-size: 16px;
  }
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
    width: 14px;
    height: 14px;
  }
  .contact-inquiry .ard-inquiry-form .form-submit {
    grid-gap: 16px;
    align-items: center;
  }
  .contact-inquiry .ard-inquiry-form .form-submit > button {
    width: 220px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .contact-inquiry .contact-inquiry {
    margin-bottom: 20px;
  }
  .contact-inquiry .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
    grid-gap: 14px;
  }
  .contact-inquiry .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
    font-size: 14px;
  }
  .contact-inquiry .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
    width: 12px;
    height: 12px;
  }
  .contact-inquiry .contact-inquiry .ard-inquiry-form .form-submit > button {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}/*# sourceMappingURL=sub.css.map */