@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "MyHelvetica";
  src: local("Helvetica_Black"), url("./font/Helvetica_Black.woff") format("woff");
  font-style: normal;
}
.font-tit {
  font-family: "MyHelvetica";
  letter-spacing: -1px;
  text-transform: uppercase;
}
.font-tit.no-upper {
  text-transform: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
}

html, body {
  font-size: 10px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.color-blue {
  color: #0171E2;
}
.color-pink {
  color: #F197A6;
}
.color-yellow {
  color: #FFDD55;
}
.color-grey {
  color: #8C8C8C;
}

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 112px;
  background-color: #F4B6C1;
}
.header-wrap {
  height: 112px;
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  width: 203px;
  height: 73px;
  background: url(../images/logo_kore.svg) no-repeat center/100%;
}
.header-left {
  position: absolute;
  left: 40px;
  display: flex;
  align-items: center;
}
.header-left .btn-menu {
  font-size: 24px;
  font-weight: 600;
  margin-right: 60px;
  color: #fff;
}
.header-left .btn-menu.active {
  color: #212121;
  border-bottom: 3px solid #212121;
}
.header-right {
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
}
.header-right .btn {
  margin-left: 40px;
  height: 52px;
  font-size: 18px;
  border-radius: 12px;
  background-color: #212121;
  color: #fff;
  font-weight: 600;
  padding: 0 26px;
}

.section {
  min-height: calc(100vh - 112px);
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 112px 40px 0;
  position: relative;
}
.section.w-1400 {
  max-width: 1400px;
}
.section-left, .section-right, .section-center {
  flex: 1;
}
.section-left img:not(.logo), .section-right img:not(.logo), .section-center img:not(.logo) {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.section-right {
  margin-left: 40px;
}
.section-center .section-tit, .section-center .section-text {
  text-align: center;
}
.section-center .section-center-flex {
  display: flex;
}
.section-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section-wrap .wrap {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  border-right: 1px solid #F4B6C1;
  border-bottom: 1px solid #F4B6C1;
}
.section-wrap .wrap.right {
  text-align: right;
}
.section-wrap .wrap.right .flex {
  flex-direction: row-reverse;
}
.section-wrap .wrap.right .flex img {
  margin-left: 20px;
  margin-right: 0;
}
.section-wrap .wrap:nth-child(2), .section-wrap .wrap:nth-child(4) {
  border-right: none;
}
.section-wrap .wrap:nth-child(3), .section-wrap .wrap:nth-child(4) {
  border-bottom: none;
}
.section-wrap .wrap .tit {
  font-size: 3.4rem;
  margin-bottom: 30px;
}
.section-wrap .wrap .flex {
  display: flex;
  align-items: flex-end;
}
.section-wrap .wrap .flex img {
  margin-right: 20px;
}
.section-wrap .wrap .flex h3 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section-wrap .wrap .flex p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.section-wrap .wrap .flex a {
  display: block;
  font-size: 1.8rem;
  color: #212121;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 10px;
}
.section-tit {
  font-size: 4.4rem;
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 1.3;
}
.section-tit.type2 {
  font-size: 7rem;
  color: #F197A6;
  margin-bottom: 70px;
}
.section-tit .gra {
  background: linear-gradient(to bottom, #C72032, #0039B8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 50px;
  display: inline-block;
  padding-right: 1px;
}
.section-text {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
.section-text .lg {
  font-size: 5.4rem;
}
.section .text-list {
  height: calc(100% - 200px);
  border-left: 1px solid #F4B6C1;
  display: flex;
  flex-direction: column;
}
.section .text-list .text-row {
  display: flex;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid #F4B6C1;
}
.section .text-list .text-row:last-child {
  border-bottom: none;
}
.section .text-list .text-row .left {
  min-width: 280px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.section .text-list .text-row .left .num {
  font-size: 3.4rem;
  min-width: 50px;
}
.section .text-list .text-row .left .tit {
  font-size: 6.2rem;
  font-weight: 600;
}
.section .text-list .text-row .right {
  font-size: 2rem;
  line-height: 1.5;
}
.section .text-wrap {
  border-bottom: 1px solid #F4B6C1;
  padding: 50px 0;
}
.section .text-wrap .tit {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.section .text-wrap .tit .lg {
  font-size: 4.5rem;
  font-weight: 800;
}
.section .text-wrap .con {
  font-size: 1.6rem;
  line-height: 1.5;
}
.section .text-wrap .con .badge {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #F4B6C1;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  font-weight: 800;
  min-width: 90px;
}
.section .text-wrap:last-child {
  border-bottom: none;
}
.section .team-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.section .team-list--item {
  border-radius: 14px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  flex: 1 1 15%;
  margin: 0 30px 30px;
}
.section .team-list--item img {
  flex: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .team-list--item .text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
}
.section .team-list--item .text .name {
  font-size: 20px;
  font-weight: 600;
  color: #0171E2;
}
.section .team-list--item .text .grade {
  font-size: 18px;
  color: #212121;
  margin-top: 10px;
  border-left: 2px solid #0171e2;
  padding-left: 10px;
}

.footer {
  background-color: #232323;
  padding: 40px 0;
  color: #fff;
}
.footer-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.footer-col {
  display: flex;
  align-items: center;
  margin-right: 56px;
  font-size: 2.4rem;
}
.footer-col.underline {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-col img {
  margin-right: 10px;
}

.btn-wrap {
  margin-top: 30px;
  display: flex;
}
.btn-wrap > div {
  display: flex;
  flex-direction: column;
}
.btn-wrap > div .btn {
  margin-bottom: 30px;
}

.image-list {
  display: flex;
  margin-top: 140px;
}
.image-list--item {
  margin-right: 20px;
}
.image-list--item:last-child {
  margin-right: 0;
}

.btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-ios {
  background: url(../images/ios.png) no-repeat center/100%;
  margin-right: 10px;
  width: 220px;
  height: 69px;
}
.btn-android {
  background: url(../images/android.png) no-repeat center/100%;
  width: 220px;
  height: 69px;
}
.btn-primary {
  background-color: #0039B8;
  color: #fff;
  border-radius: 50px;
  font-size: 2.8rem;
  font-weight: 800;
}

@media (max-width: 1400px) {
  html, body {
    font-size: 9px;
  }
  .section-wrap .wrap {
    width: 100%;
    border: none;
    border-bottom: 1px solid #F4B6C1 !important;
  }
  .section-wrap .wrap:last-child {
    border-bottom: none !important;
  }
  .section .team-list--item {
    flex: 1 1 30%;
  }
}
@media (max-width: 1200px) {
  html, body {
    font-size: 8px;
  }
  .header {
    height: 80px;
  }
  .header-wrap {
    height: 80px;
  }
  .header-logo {
    display: none;
  }
  .header-left {
    left: 20px;
  }
  .header-left .btn-menu {
    font-size: 2.5rem;
    margin-right: 20px;
  }
  .header-right {
    right: 20px;
  }
  .header-right a img {
    height: 40px;
  }
  .header-right .btn {
    height: 40px;
    font-size: 18px;
    margin-left: 20px;
  }
  .section {
    padding: 80px 20px;
    min-height: unset;
  }
}
@media (max-width: 1000px) {
  html, body {
    font-size: 7px;
  }
  .section {
    flex-direction: column;
  }
  .section-left {
    margin: 40px 0;
  }
  .section-right {
    margin: 0;
  }
  .section-center-flex {
    flex-direction: column;
  }
  .section-center-flex .section-right {
    margin-left: 0;
  }
  .section-tit.type2 {
    margin-bottom: 40px;
  }
  .section-tit .gra {
    height: 35px;
  }
  .section .text-list {
    border-right: 1px solid #F4B6C1;
    border-bottom: 1px solid #F4B6C1;
  }
  .section .text-list .text-row {
    min-height: 100px;
  }
  .section .text-list .text-row .right {
    font-size: 2.5rem;
  }
  .section .text-wrap {
    padding: 40px 0;
  }
  .section .text-wrap .tit {
    font-size: 25px;
  }
  .section .text-wrap .tit.lg {
    font-size: 30px;
  }
  .section .text-wrap .con {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  html, body {
    font-size: 6px;
  }
  .header {
    height: 80px;
  }
  .header-right .btn {
    text-indent: -999px;
    height: 40px;
    padding: 0;
    width: 40px;
    margin-left: 10px;
    position: relative;
    background-color: #0039b8;
  }
  .header-right .btn:after {
    content: "K";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    text-indent: 0;
    font-weight: 800;
  }
  .section .text-list .text-row {
    flex-direction: column;
    width: 100%;
  }
  .section .text-list .text-row .left {
    padding: 20px 0;
    flex: 1;
  }
  .section .text-list .text-row .right {
    flex: 1;
    padding: 0 20px 20px;
    font-size: 16px;
  }
  .section .team-list--item {
    margin: 0 10px 20px;
  }
  .section .team-list--item .text .name {
    font-size: 18px;
  }
  .section .team-list--item .text .grade {
    font-size: 16px;
  }
  .section-wrap .wrap {
    padding: 20px;
  }
  .section-wrap .wrap .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-wrap .wrap .flex img {
    max-width: 100%;
    margin: 0 !important;
  }
  .section-wrap .wrap .flex h3 {
    font-size: 25px;
    margin-top: 20px;
  }
  .section-wrap .wrap .flex p, .section-wrap .wrap .flex a {
    font-size: 16px;
  }
  .section-wrap .wrap.right {
    text-align: left;
  }
  .section-wrap .wrap.right .flex {
    flex-direction: column;
  }
  .section .logo {
    max-width: 80%;
    margin-top: 10px;
  }
  .section .btn-wrap {
    flex-direction: column;
  }
  .section .btn-wrap img {
    display: none;
  }
  .section .btn-wrap .btn {
    margin-bottom: 20px;
  }
  .footer-row {
    flex-direction: column;
    margin: 0 0 0 -10px;
  }
  .footer-col {
    margin: 0 0 20px 0;
  }
}/*# sourceMappingURL=style.css.map */