@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*반응형*/
@media (min-width: 415px) {
}
:root,
html {
  --Main-color: #175df0;
  --Main-light: #2accff;
  --Gray-dark: #110f48;
  --Gray-pale: #f2f3f6;
  --Gray-Border: #e0e3e9;
  --Gray-Mid: #6e6d74;
  --Red: #fe5f57;
  --Width: 1200px;
}

/*공통*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Pretendard", sans-serif;
  word-break: keep-all;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
*::-webkit-scrollbar {
  display: none;
}
img {
  border: none;
  vertical-align: top;
}

body {
  overflow-x: hidden;
  color: var(--Gray-dark);
  line-height: 1.4;
  scrollbar-width: 1px;
  -ms-overflow-style: initial;
}

input,
select,
td,
th {
}
span {
  font-size: inherit;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  font-size: inherit;
}
textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 6em;
  padding: 15px;
  font-size: 1rem;
}
.wrap {
}
.gnb {
  padding: 28px 0;
}
.gnb .menu {
  width: var(--Width);
  margin: auto;
  display: flex;
  align-items: center;
}
.gnb .menu .mobile-menu {
  display: none;
}
.gnb .logo {
}
.gnb .menus {
  text-align: right;
  flex-grow: 1;
  font-weight: bold;
  justify-content: flex-end;
}
.gnb .menus ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1em;
}
.gnb .menus ul li + li {
  margin-left: 30px;
}
.gnb .menus ul li a {
  transition: 0.4s;
}
.gnb .menus ul li a:hover {
  color: var(--Main-color);
}
.footer {
  border-top: 1px solid var(--Gray-Border);
  padding: 40px 0;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--Gray-pale);
}
.footer .copyright {
  width: var(--Width);
  margin: auto;
}
.footer .copyright .copy p {
  opacity: 0.3;
}
.copy a {
  opacity: 0.3;
}
.section {
  width: var(--Width);
  margin: auto;
  padding: 80px 0;
}
.section.full {
  width: 100%;
  padding: 0;
}
.visual > li {
  background: no-repeat center/cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 80px;
}
.visual li .ment {
  text-align: center;
  width: 100%;
}
.visual > li > .ment {
  color: #fff;
}
.visual li .ment span {
  color: var(--Main-light);
}
.visual li .ment h3 {
  font-size: 1.15em;
}
.visual li .ment h3 + h1 {
  margin-top: 10px;
}
.visual li .ment .btns {
  margin-top: 50px;
}
.visual li .ment .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual li .ment .btns a {
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 18px 30px;
  line-height: 1;
}
.section.bg-pale {
  background-color: var(--Gray-pale);
  width: 100%;
}
.section .ment {
  text-align: center;
  word-break: keep-all;
}
.section .ment h1 {
  font-size: 2.4em;
}
.section .ment h1 + p {
  padding-top: 12px;
}
.section .ment p {
  width: 60%;
  margin: auto;
  font-size: 1.1em;
  line-height: 1.5;
}
.section .spec table {
  text-align: left;
  width: 80%;
  margin: auto;
  font-size: 1.05em;
}
.section .spec table th {
  width: 1%;
  white-space: nowrap;
  padding-right: 20px;
}
.section .spec,
.section .diagram,
.section .process {
  margin-top: 60px;
  text-align: center;
}
.section .spec table td {
  color: var(--Gray-Mid);
  padding: 5px 0;
}
.section .shortcut {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: var(--Width);
  margin: auto;
}
.section .shortcut div {
  margin-top: 30px;
}
.section .shortcut li {
  display: block;
}
.visual .shortcut li .ment .btns {
  margin-top: 30px;
}
.visual li .ment .btns a:hover {
  background-color: var(--Main-color);
  border-color: var(--Main-color);
  color: #fff;
}
.section.split {
  display: flex;
}
.section.split > div {
  width: 50%;
}
.section.split > div.right {
  padding-left: 80px;
}
.section.split > div.split-v {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.section .title h2 {
  flex-grow: 1;
}
.list.horizon li {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 100%;
}
.list.horizon li + li {
  margin-top: 40px;
}
.list.horizon li .thumb {
  width: 160px;
  height: 160px;
  background: no-repeat center/cover;
  flex-shrink: 0;
}
.list.horizon li .infos {
  height: 100%;
  width: 100%;
  position: relative;
}
.list.horizon li .infos .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  width: 100%;
}
.list.horizon li .infos .info .summary {
  flex-shrink: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 4.5em;
  text-overflow: ellipsis;
  word-break: break-all;
}
.list.horizon li .infos .info .date {
  opacity: 0.5;
}
.list.horizon li .infos .info p {
  color: var(--Gray-Mid);
}
.list.horizon li.new .infos::before {
  content: "";
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--Red);
  color: #fff;
  font-weight: bold;
  font-size: 0.6em;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: flex-end;
  position: absolute;
  left: -16px;
  top: 8px;
}
.list.horizon li .infos .info .li-title {
  display: flex;
  gap: 5px;
}
.list.horizon li .infos .info .li-title h3 {
  font-size: 1.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 3em;
  text-overflow: ellipsis;
  word-break: break-all;
}
.list.horizon.single {
  border-top: 1px solid var(--Gray-dark);
}
.list.horizon.single li {
  padding: 24px 0;
  border-bottom: 1px solid var(--Gray-Border);
}
.list.horizon.single li + li {
  margin-top: 0;
}
.list.horizon.single li .infos .info {
  flex-direction: row;
  align-items: center;
}
.list.horizon.single li .infos .info .li-title {
  flex-grow: 1;
}
.list.horizon.single li .infos .info .li-title h3 {
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  font-weight: normal;
  font-size: 1em;
}
.list.horizon.single li .infos .info .date {
  color: var(--Gray-Mid);
  opacity: 1;
  font-size: 0.8em;
}
ul.partner {
  display: flex;
  justify-content: space-between;
  width: var(--Width);
  margin: auto;
}
ul.partner li .logo {
  height: 70px;
  mix-blend-mode: darken;
}
ul.partner li .logo ul.partner li .infos h3 {
  font-size: 1.3em;
  margin-bottom: 6px;
}
ul.partner li .infos p {
  color: var(--Gray-Mid);
}
@keyframes loading-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@supports (-webkit-backdrop-filter: none) {
  .scrolled .gnb,
  .loading {
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/*반응형*/
@media (max-width: 414px) {
  :root,
  html {
    --Width: 100%;
  }
  body {
    font-size: 0.85em;
  }
  img {
    max-width: 100%;
  }

  .section {
    padding: 40px 0;
  }
  .section .ment {
    padding: 0 24px;
  }
  .section .spec,
  .section .diagram,
  .section .process {
    margin-top: 24px;
  }
  .section .ment p {
    line-height: 1.3;
  }
  .section .spec table {
    font-size: 1em;
    width: 100%;
    border-bottom: 1px solid var(--Gray-Border);
    padding: 10px 24px;
  }
  .section .spec table th,
  .section .spec table td,
  .section .spec table,
  .section .spec tbody,
  .section .spec table tr {
    display: block;
    padding: 0;
  }
  .section .spec table th {
    padding-top: 20px;
    border-top: 1px solid var(--Gray-Border);
    width: 100%;
  }
  .section .spec,
  .section .diagram,
  .section .process {
    padding: 0 24px;
  }
  .section .spec {
    margin-top: 30px;
  }
  .section .process {
    overflow-x: auto;
    padding: 24px;
  }
  .section .process img {
    max-width: 260%;
  }
  .section .shortcut {
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    margin: 30px 0 0 0;
  }
  .section .shortcut li {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 14px;
  }
  .section .shortcut div.icon {
    width: 30%;
    margin: auto;
  }
  .section .shortcut div.ment {
    padding: 0;
    margin-top: 0;
    display: flex;
    text-align: left;
    align-items: center;
  }
  .section .shortcut div.ment h3 {
    font-size: 1.2em;
    flex-grow: 1;
  }

  .section .spec table td {
    padding: 0 0 20px 0;
  }
  .section.split {
    flex-direction: column;
    padding-top: 0;
  }
  .section.split > div {
    width: 100%;
    padding: 24px;
  }
  .section.split > div.right {
    padding-left: 24px;
    padding-bottom: 0;
  }
  .section.split > div.right {
    gap: 40px;
  }
  .list.horizon li {
    gap: 16px;
    align-items: center;
  }
  .list.horizon li + li {
    margin-top: 20px;
  }
  .section .title .more img {
    width: auto;
    height: 16px;
  }
  .list.horizon li .thumb {
    width: 100px;
    height: 100px;
  }
  .list.horizon li .infos .info {
    gap: 5px;
  }
  .list.horizon li .infos .info .date {
    font-size: 0.85em;
  }
  .list.horizon li .infos .info .li-title h3 {
    font-size: 1.1em;
  }
  .list.horizon li .infos .info .summary {
    -webkit-line-clamp: 2;
    max-height: 2.8em;
  }

  .visual .shortcut li .ment .btns {
    margin-top: 0;
  }
  .visual .shortcut li .ment .btns a {
    font-size: 0.8em;
    padding: 10px 15px;
  }
  .visual li .ment h3 {
    font-size: 1.4em;
  }
  .visual > li {
    height: 60vh;
    padding: 30px 24px;
  }
  .visual li .ment .btns a {
    padding: 15px 25px;
  }
  .section .ment h1 {
    font-size: 1.9em;
  }
  .section .ment p {
    width: 100%;
  }
  .list.horizon li.new .infos::before {
    width: 6px;
    height: 6px;
    left: -10px;
  }
  .footer {
    padding: 24px;
  }
  .gnb {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1000;
  }
  .gnb .menu li.logo img {
    height: 30px;
  }
  .gnb .menu {
    justify-content: flex-start;
    z-index: 20;
    height: 60px;
    background-color: #fff;
  }
  .wrap {
    padding-top: 60px;
  }
  .gnb .menu .menus {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: -100vh;
    left: 0;
    color: var(--Gray-dark);
    display: block;
    text-align: left;
    padding: 30px;
    overflow: hidden;
    opacity: 1;
    transition: 0.35s ease-in-out;

    z-index: 10;
  }
  .gnb .menu .menus ul {
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 2em;
  }
  .gnb .menu .menus ul li {
    width: 50%;
    margin: 10px 0;
  }
  .gnb .menu .menus ul li + li {
    margin-left: 0;
    text-align: left;
  }
  .gnb.hover .menu .menus {
    overflow-y: auto;
    opacity: 1;
    top: 60px;
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
  }
  .gnb .menu .mobile-menu {
    padding: 0 24px;
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .gnb .logo {
    flex-grow: 1;
    padding-left: 24px;
    position: relative;
    z-index: 20;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  ul.partner {
    flex-wrap: wrap;
    padding-left: 24px;
  }
  ul.partner li {
    width: 45%;
    margin-bottom: 24px;
  }
  ul.partner li:last-child {
    margin-bottom: 0;
  }
  ul.partner li .logo {
    height: 40px;
  }
  ul.partner li .logo img {
    max-height: 30px;
  }
}
