@charset "UTF-8";
/*
 * By "REMOTE" Co. 2020
 * Website: http://www.remote.dog/
 * Contact: feed@remote.dog
 */
@font-face {
  font-family: "Noto Sans KR";
  src: url("../../../common/fonts/NotoSansKR-Black.woff2") format("woff2"), url("../../../common/fonts/NotoSansKR-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../../../common/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../../../common/fonts/NotoSansKR-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../../../common/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../../../common/fonts/NotoSansKR-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../../../common/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../../../common/fonts/NotoSansKR-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../../../common/fonts/NotoSansKR-Light.woff2") format("woff2"), url("../../../common/fonts/NotoSansKR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter Variable";
  src: url("../../../common/fonts/InterVariable.woff2") format("woff2"), url("../../../common/fonts/InterVariable.woff") format("woff");
  font-weight: Variable;
  font-style: normal;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select,
button,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video {
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
mark,
strong {
  font-weight: normal;
}

img,
fieldset,
iframe,
button {
  border: 0 none;
}

li {
  list-style: none;
}

button {
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

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

th,
td {
  border-collapse: collapse;
}

hr {
  display: none;
}

form {
  display: inline;
}

select,
input,
textarea {
  padding: 0;
  vertical-align: middle;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
}

input::-ms-clear,
select::-ms-expand {
  display: none;
}

i,
em,
u,
cite,
mark,
address {
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  cursor: pointer;
}

mark {
  background-color: transparent;
}

main {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  color: #000;
  word-break: keep-all;
  background: #fff;
  overflow: scroll;
  overflow-x: auto;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    font-size: 14px;
    line-height: 20px;
  }
}

* {
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  * {
    letter-spacing: -0.02em;
  }
}

select,
input,
textarea,
button,
mark {
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
}

:disabled {
  opacity: 0.4;
}

::selection {
  background: #13bf80;
  color: #fff;
}

html:not(.loaded) *,
.no-transition * {
  transition: none !important;
}

br.pc {
  display: inline;
}
br.mobile {
  display: none;
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
  br.mobile {
    display: inline;
  }
}

img.pc {
  display: block;
}
img.mobile {
  display: none;
}
@media (max-width: 767px) {
  img.pc {
    display: none;
  }
  img.mobile {
    display: block;
  }
}

.title-36 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.03em;
}
.title-36 sub {
  margin-left: 20px;
  font-size: 16px;
  line-height: 14px;
  opacity: 0.7;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .title-36 {
    font-size: 24px;
    line-height: 32px;
  }
  .title-36 sub {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin: 8px 0 0;
  }
}

.title-32 {
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .title-32 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
}

.title-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .title-24 {
    line-height: 1;
  }
}

.tab-text {
  font-size: 0;
}
.tab-text a {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  margin-left: 20px;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.tab-text a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  border-bottom: 1px solid #000;
  display: none;
}
.tab-text a:first-child {
  margin-left: 0;
}
.tab-text a.current {
  font-weight: 700;
}
.tab-text a.current::before {
  display: block;
}
@media (max-width: 767px) {
  .tab-text a {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 20px;
    padding: 5px 0;
  }
  .tab-text a::before {
    bottom: 7px;
  }
}

.btn-function {
  position: absolute;
  right: 30px;
  bottom: -80px;
  display: block;
  width: 160px;
  height: 160px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  text-transform: uppercase;
  z-index: 10;
  transition: background-color 0.3s;
}
.btn-function:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url("../images/arr-rb.svg") no-repeat;
}
.hoverable .btn-function:hover {
  background-color: rgba(0, 0, 0, 0.68);
}
@media (max-width: 767px) {
  .btn-function {
    display: none;
  }
}
#wrap > .btn-function {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 8px;
  width: auto;
  height: 52px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  line-height: 52px;
  text-transform: capitalize;
  margin: -60px 8px 8px;
  padding: 0;
  background-color: #000;
  box-shadow: none;
  display: block;
  letter-spacing: 0;
}
#wrap > .btn-function:after {
  display: none;
}
#wrap > .btn-function br {
  display: none;
}
@media (min-width: 768px) {
  #wrap > .btn-function {
    display: none;
  }
}

.num-job-opened {
  position: absolute;
  width: 39px;
  height: 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  color: #fff;
  background-color: #e87171;
  border-radius: 20px;
  text-align: center;
  letter-spacing: -1;
  padding: 0 6px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .num-job-opened {
    font-size: 21px;
  }
}

.list-point {
  display: flex;
  margin: 50px -15px 0;
  align-items: stretch;
}
.list-point li {
  width: 25%;
  min-height: 240px;
  padding: 0 15px;
  box-sizing: border-box;
}
.list-point li > p {
  position: relative;
  height: 100%;
  padding-top: 140px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  box-sizing: border-box;
}
.list-point li > p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  height: 90px;
  background-size: 90px auto;
  background-repeat: no-repeat;
}
.list-point li:nth-child(1) > p:before {
  background-position: 50% 0;
}
.list-point li:nth-child(2) > p:before {
  background-position: 50% -90px;
}
.list-point li:nth-child(3) > p:before {
  background-position: 50% -180px;
}
.list-point li:nth-child(4) > p:before {
  background-position: 50% -270px;
}
.list-point li strong {
  display: block;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.list-point.tms li > p:before {
  background-image: url("../images/service/tms/set-it-tms.jpg");
}
@media (max-width: 767px) {
  .list-point {
    flex-wrap: wrap;
    margin: 54px -8px 0;
  }
  .list-point li {
    width: 50%;
    min-height: 148px;
    padding: 0 8px;
    margin-top: 16px;
  }
  .list-point li > p {
    padding-top: 96px;
  }
  .list-point li > p::before {
    top: 0;
  }
  .list-point li strong {
    font-size: 12px;
    line-height: 18px;
  }
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 96;
  transition: background 0.25s, box-shadow 0.25s;
}
#header .limit {
  width: auto;
}
#header h1 {
  position: absolute;
  left: 20px;
  top: 20px;
}
#header h1 a {
  position: relative;
  width: 188px;
  height: 40px;
  text-indent: -999em;
  display: block;
  overflow: hidden;
}
#header h1 a::before, #header h1 a:after {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 128px;
  height: 20px;
  content: "";
  background: url("../images/logo.png") no-repeat 0 0/100% auto;
  transition: opacity 0.25s;
}
#header h1 a:after {
  background-position: 0 -20px;
  opacity: 0;
}
#header a {
  color: inherit;
  transition: color 0.25s;
}
#header .breadcrumb,
#header .menu,
#header .language {
  position: absolute;
  top: 26px;
  font-size: 0;
  white-space: nowrap;
}
#header .breadcrumb li,
#header .menu li,
#header .language li {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 27px;
  vertical-align: top;
  display: inline-block;
}
#header .breadcrumb li a,
#header .menu li a,
#header .language li a {
  display: inline-block;
}
#header .breadcrumb li a.current,
#header .menu li a.current,
#header .language li a.current {
  font-weight: 700;
}
#header .breadcrumb {
  left: 230px;
}
#header .breadcrumb li + li:before {
  width: 27px;
  height: 27px;
  content: "";
  vertical-align: top;
  margin: 0 10px;
  background: url("../images/icons/icon-arrow-right.png") no-repeat 50% 60%/8px auto;
  display: inline-block;
}
#header .menu {
  right: 195px;
}
#header .menu a {
  padding: 0 15px;
}
#header .language {
  right: 88px;
  font-weight: 300;
}
#header .language::before {
  position: absolute;
  left: -25px;
  top: 6px;
  width: 0;
  height: 18px;
  content: "";
  border-left: 1px solid #979797;
}
#header .language li {
  letter-spacing: -0.03em;
}
#header .language li + li:before {
  content: "/";
  vertical-align: top;
  display: inline-block;
}
#header .language a {
  padding: 0 4px;
}
#header.dark, #header.overlay:not(.floating) {
  color: #fff;
}
#header.dark h1 a::before, #header.overlay:not(.floating) h1 a::before {
  opacity: 0;
}
#header.dark h1 a:after, #header.overlay:not(.floating) h1 a:after {
  opacity: 1;
}
#header.dark .breadcrumb li + li:before, #header.overlay:not(.floating) .breadcrumb li + li:before {
  background-image: url("../images/icons/icon-arrow-right-white.png");
}
#header.dark .language:before, #header.overlay:not(.floating) .language:before {
  border-left-color: #fff;
}
#header.dark {
  background: rgba(0, 0, 0, 0.9);
}
#header.overlay:not(.floating) {
  background: rgba(0, 0, 0, 0.1);
}
#header.overlay.floating:before {
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 767px) {
  #header {
    height: 55px;
  }
  #header h1 {
    left: 15px;
    top: 11px;
  }
  #header h1 a {
    width: 128px;
    height: 35px;
  }
  #header h1 a::before, #header h1 a:after {
    left: 10px;
    top: 10px;
    width: 96px;
    height: 15px;
  }
  #header h1 a:after {
    background-position: 0 -15px;
    opacity: 0;
  }
  #header .breadcrumb,
  #header .menu,
  #header .language {
    display: none;
  }
  #header.overlay::before {
    height: 105px;
  }
  #header.overlay.floating:before {
    transform: translate3d(0, -100%, 0);
  }
  #header.back h1,
  #header.back .menu,
  #header.back .language {
    display: none;
  }
  #header.back .breadcrumb {
    left: 0;
    right: 0;
    top: 0;
    display: block;
  }
  #header.back .breadcrumb li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px;
    padding-left: 52px;
  }
  #header.back .breadcrumb li:nth-last-child(2) {
    padding-left: 0;
    z-index: 1;
  }
  #header.back .breadcrumb li:nth-last-child(2) a {
    text-indent: -999em;
    padding-left: 52px;
    overflow: hidden;
    display: block;
  }
  #header.back .breadcrumb li:nth-last-child(2) a::before {
    position: absolute;
    left: 21px;
    top: 18px;
    width: 13px;
    height: 20px;
    content: "";
    background: url("../images/icons/icon-back-arrow.png") no-repeat 0 0/100%;
  }
  #header.back .breadcrumb li:not(:nth-last-child(2)):not(:last-child) {
    visibility: hidden;
  }
  #header.back .breadcrumb li + li:before {
    content: none;
  }
}

.menu-layer-button {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 98;
}
.menu-layer-button a {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  border: 2px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  transition: border-color 0.25s;
}
.menu-layer-button a::before, .menu-layer-button a:after {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 2px;
  content: "";
  background: #000;
  transition: background-color 0.25s, margin 0.2s 0.25s, transform 0.45s cubic-bezier(0.165, 0.84, 0.35, 1);
}
.menu-layer-button a:after {
  top: 22px;
}
html:not(.menu-open) #header.dark ~ .menu-layer-button a, html:not(.menu-open) #header.overlay:not(.floating) ~ .menu-layer-button a {
  border-color: #fff;
  background: none;
}
html:not(.menu-open) #header.dark ~ .menu-layer-button a::before, html:not(.menu-open) #header.dark ~ .menu-layer-button a:after, html:not(.menu-open) #header.overlay:not(.floating) ~ .menu-layer-button a::before, html:not(.menu-open) #header.overlay:not(.floating) ~ .menu-layer-button a:after {
  background: #fff;
}
.menu-open .menu-layer-button a::before, .menu-open .menu-layer-button a:after {
  transition: margin 0.2s, transform 0.4s 0.2s cubic-bezier(0.165, 0.84, 0.35, 1);
}
.menu-open .menu-layer-button a::before {
  margin-top: 5px;
  transform: rotateZ(135deg) scaleX(2);
}
.menu-open .menu-layer-button a:after {
  margin-top: -5px;
  transform: rotateZ(225deg) scaleX(2);
}
.menu-layer-button .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 80px;
  background: #e87171;
}
.menu-layer-button .menu button {
  width: 100%;
  height: 100%;
  text-indent: -999em;
  display: block;
  overflow: hidden;
}
.menu-layer-button .menu button::before, .menu-layer-button .menu button:after {
  position: absolute;
  left: 13px;
  top: 50%;
  width: 25px;
  height: 2px;
  margin-top: -4px;
  content: "";
  background: #fff;
  transition: margin 0.2s 0.25s, transform 0.3s cubic-bezier(0.165, 0.84, 0.35, 1);
}
.menu-layer-button .menu button:after {
  margin-top: 2px;
}
.hoverable .menu-layer-button .menu button:hover:before, .hoverable .menu-layer-button .menu button:hover:after {
  margin-top: -1px;
  transition: margin 0.2s, transform 0.4s 0.1s cubic-bezier(0.165, 0.84, 0.35, 1);
}
.hoverable .menu-layer-button .menu button:hover:before {
  transform: rotateZ(180deg);
}
.hoverable .menu-layer-button .menu button:hover:after {
  transform: rotateZ(90deg);
}
@media (max-width: 767px) {
  #header.back ~ .menu-layer-button {
    display: none;
  }
  .menu-layer-button a {
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    border-width: 1px;
  }
  .menu-layer-button a::before, .menu-layer-button a:after {
    left: 10px;
    top: 10px;
    width: 10px;
    height: 1px;
  }
  .menu-layer-button a:after {
    top: 19px;
  }
  .menu-open .menu-layer-button a::before {
    margin-top: 4px;
  }
  .menu-open .menu-layer-button a:after {
    margin-top: -5px;
  }
}

#all-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 97;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s, visibility 0.25s;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
#all-menu > ul {
  font-size: 0;
  white-space: nowrap;
}
#all-menu > ul > li {
  position: relative;
  vertical-align: top;
  padding: 0 40px;
  display: inline-block;
}
#all-menu > ul > li a {
  color: inherit;
  display: block;
  transition: color 0.2s ease-out;
}
.hoverable #all-menu > ul > li a:hover {
  color: #13bf80;
}
@media (min-width: 768px) {
  #all-menu > ul > li:nth-child(2) h6 {
    padding: 0 23px;
  }
  #all-menu > ul > li:last-child h6 {
    padding: 0 7px;
  }
}
#all-menu > ul > li h6 {
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 80px;
  letter-spacing: -0.04em;
  line-height: 95px;
}
#all-menu > ul > li ul {
  margin-top: 9px;
}
#all-menu > ul > li ul li {
  font-size: 18px;
  letter-spacing: -0.05em;
  text-align: right;
  line-height: 27px;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: transform, opacity;
  transition-duration: 0.001s;
  transition-delay: 0.3s;
}
#all-menu > ul > li ul li a {
  padding: 5px 0;
}
.hoverable #all-menu > ul > li ul li a:hover {
  font-weight: 700;
  color: inherit;
}
#all-menu > ul > li .num-job-opened {
  right: 16px;
  top: 8px;
  transform: scale3d(0, 0, 1) rotateZ(45deg);
  transition: transform 0.001s 0.3s;
}
.menu-open #all-menu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}
.menu-open #all-menu > ul > li .num-job-opened {
  transform: scale3d(1, 1, 1) rotateZ(0.001deg);
  transition: transform 0.5s 0.7s cubic-bezier(0.19, 1, 0.22, 1.25);
}
@media (min-width: 768px) {
  #all-menu > ul {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 0.001s;
    transition-delay: 0.3s;
  }
  .menu-open #all-menu > ul,
  .menu-open #all-menu > ul > li ul li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s;
  }
  .menu-open #all-menu > ul > li ul li:nth-child(1) {
    transition-delay: 0.05s;
  }
  .menu-open #all-menu > ul > li ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .menu-open #all-menu > ul > li ul li:nth-child(3) {
    transition-delay: 0.15s;
  }
  .menu-open #all-menu > ul > li ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
  .menu-open #all-menu > ul > li ul li:nth-child(5) {
    transition-delay: 0.25s;
  }
  #all-menu .language {
    display: none;
  }
}
@media (max-width: 767px) {
  #all-menu {
    align-items: flex-start;
  }
  #all-menu > ul {
    white-space: normal;
    padding-left: 33px;
  }
  #all-menu > ul > li {
    padding: 0;
    display: block;
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 0.001s;
    transition-delay: 0.3s;
  }
  #all-menu > ul > li h6 {
    font-size: 66px;
    line-height: 60px;
  }
  #all-menu > ul > li h6 a {
    padding: 12px 15px;
  }
  #all-menu > ul > li ul {
    display: none;
  }
  #all-menu > ul > li .num-job-opened {
    right: 5px;
    top: 9px;
  }
  #all-menu .language {
    padding: 24px 47px 12px;
    opacity: 0;
    transition: opacity;
    transition-duration: 0.001s;
    transition-delay: 0.3s;
  }
  #all-menu .language li {
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    transform: none;
    transition: none;
    opacity: 1;
  }
  #all-menu .language li + li:before {
    content: "/";
    vertical-align: top;
    display: inline-block;
  }
  #all-menu .language li a {
    padding: 0 7px;
    display: inline-block;
  }
  #all-menu .language li a.current {
    font-weight: 700;
  }
  .menu-open #all-menu > ul:first-child,
  .menu-open #all-menu > ul:first-child > li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s;
  }
  .menu-open #all-menu > ul:first-child:nth-child(1),
  .menu-open #all-menu > ul:first-child > li:nth-child(1) {
    transition-delay: 0.05s;
  }
  .menu-open #all-menu > ul:first-child:nth-child(2),
  .menu-open #all-menu > ul:first-child > li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .menu-open #all-menu > ul:first-child:nth-child(3),
  .menu-open #all-menu > ul:first-child > li:nth-child(3) {
    transition-delay: 0.15s;
  }
  .menu-open #all-menu > ul:first-child:nth-child(4),
  .menu-open #all-menu > ul:first-child > li:nth-child(4) {
    transition-delay: 0.2s;
  }
  .menu-open #all-menu > ul:first-child:nth-child(5),
  .menu-open #all-menu > ul:first-child > li:nth-child(5) {
    transition-delay: 0.25s;
  }
  .menu-open #all-menu > ul:first-child .num-job-opened,
  .menu-open #all-menu > ul:first-child > li .num-job-opened {
    transition-delay: 0.9s;
  }
  .menu-open #all-menu .language {
    opacity: 1;
    transition: opacity 0.8s 0.5s;
  }
  .menu-open #all-menu .language li {
    transition: none;
  }
}

#header .limit,
.menu-layer-button,
#all-menu,
#scroller,
.hodor,
#wrap {
  min-width: 1280px;
}
@media (max-width: 767px) {
  #header .limit,
  .menu-layer-button,
  #all-menu,
  #scroller,
  .hodor,
  #wrap {
    min-width: 0;
  }
}

#scroller {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

#wrap {
  min-height: calc(100vh - 300px);
}

#footer {
  min-height: 300px;
  min-width: 1280px;
  color: #fff;
  box-sizing: border-box;
  background-color: #000;
}
#footer .limit {
  padding-top: 85px;
  padding-bottom: 55px;
  background: #000 url("../images/footer/ci-foot.png") 30px 33px/auto 20px no-repeat;
}
#footer a {
  color: #fff;
}
#footer .inquire-email {
  margin-top: 4px;
  font-size: 14px;
}
#footer .inquire-email > .email-text {
  display: inline-block;
}
#footer .inquire-email > .email-link {
  display: inline-block;
  margin-left: 10px;
  color: #5188f3;
  letter-spacing: -0.39px;
  font-weight: bold;
  text-decoration: underline;
}
#footer .policy-info {
  margin-top: 36px;
}
#footer .policy-info a {
  font-size: 14px;
}
#footer .policy-info a:not(:last-child) {
  margin-right: 25px;
}
#footer .policy-info a strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  #footer .policy-info {
    margin-top: 30px;
  }
}
#footer .bottom-info {
  display: flex;
  margin-top: 6px;
  align-items: center;
}
#footer .bottom-info address {
  font-size: 14px;
  line-height: 21px;
}
#footer .bottom-info .isms {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
#footer .bottom-info .isms img {
  background-color: #fff;
  width: 60px;
  height: auto;
  border-radius: 5px;
}
#footer .bottom-info .isms p {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -0.43px;
  color: #ffffff;
}
#footer .bottom-info .isms p strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .bottom-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #footer .bottom-info address {
    margin-top: 0;
  }
  #footer .bottom-info .isms {
    padding: 20px 0px;
  }
}
#footer .link {
  width: 500px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
#footer .link a {
  display: inline-block;
  padding: 4px 0;
  margin-right: 60px;
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}
.hoverable #footer .link a:hover {
  font-weight: 700;
}
#footer .sns {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
#footer .sns a {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 37px;
  margin: 1px 5px;
  line-height: 300px;
  overflow: hidden;
  vertical-align: top;
}
#footer .sns a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
#footer .sns a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../images/footer/set-sns.png") no-repeat;
  background-size: auto 17px;
}
#footer .sns a.facebook:before {
  background-position: -0px 0;
}
#footer .sns a.youtube:before {
  background-position: -17px 0;
}
#footer .sns a.instagram:before {
  background-position: -34px 0;
}
#footer .sns a.brunch:before {
  background-position: -51px 0;
}
#footer .sns a.post:before {
  background-position: -68px 0;
}
#footer .family {
  position: absolute;
  right: 37px;
  top: 92px;
  font-size: 18px;
}
#footer .family dt {
  font-weight: 700;
  padding-bottom: 11px;
}
#footer .family a {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.hoverable #footer .family a:hover {
  font-weight: 700;
}
@media (max-width: 767px) {
  #footer {
    min-width: 100%;
  }
  #footer .limit {
    padding-top: 81px;
    padding-bottom: 36px;
    background-position: 24px 32px;
    background-size: auto 19px;
  }
  #footer address {
    margin-top: 39px;
    font-size: 12px;
    line-height: 21px;
  }
  #footer address .copyright {
    font-size: 10px;
  }
  #footer .link {
    width: auto;
    display: block;
  }
  #footer .link a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
    opacity: 0.7;
  }
  #footer .link a + a {
    margin-top: 8px;
  }
  #footer .sns {
    margin: 33px 0 0 -5px;
  }
  #footer .sns a {
    margin: 1px 6px 1px 5px;
  }
  #footer .family {
    position: static;
    margin-top: 38px;
  }
  #footer .family dt {
    padding-bottom: 17px;
  }
  #footer .family a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
    opacity: 0.7;
  }
  #footer .family a + a {
    margin-top: 2px;
  }
}

.limit {
  position: relative;
  height: 100%;
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .limit {
    width: auto;
    padding: 0 24px;
  }
}

.limit-sub {
  position: relative;
  height: 100%;
  width: 1030px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .limit-sub {
    width: auto;
    padding: 0 24px;
  }
}

.modal-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  background-color: rgba(0, 0, 0, 0);
}
.modal-wrap [class^=modal-] {
  position: absolute;
  left: 0;
  top: 0;
  -bottom: 0;
  min-height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .modal-wrap .close-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal-wrap [class^=modal-]::before {
    position: sticky;
    top: 0;
    height: 55px;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    padding-left: 70px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 1;
  }
  .modal-wrap .close-button {
    position: sticky;
    top: 0;
    width: 56px;
    height: 56px;
    text-indent: -999em;
    background: url("../images/icons/icon-close.png") no-repeat 50% 50%/14px auto;
    z-index: 2;
    overflow: hidden;
  }
}

.popup-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-wrap .popup-business-notice {
  width: 90%;
  max-width: 1200px;
  height: 80%;
  max-height: 800px;
  background-color: white;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .popup-wrap .popup-business-notice {
    padding: 15px;
  }
}
.popup-wrap .popup-business-notice .header {
  width: calc(100% - 60px);
  height: 75px;
  background-color: white;
  position: absolute;
}
@media (max-width: 767px) {
  .popup-wrap .popup-business-notice .header {
    width: calc(100% - 30px);
    height: 53px;
  }
}
.popup-wrap .popup-business-notice .header h3 {
  padding-bottom: 25px;
}
.popup-wrap .popup-business-notice .header hr {
  width: 100%;
  height: 1px;
  background-color: #212121;
  margin: 0;
  display: block;
}
.popup-wrap .popup-business-notice .header .close-button {
  position: absolute;
  right: 0;
  top: 0;
}
.popup-wrap .popup-business-notice .header .close-button img {
  width: 22px;
  height: 22px;
}
.popup-wrap .popup-business-notice .container {
  width: 100%;
  height: calc(100% - 100px);
  overflow-y: scroll;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .popup-wrap .popup-business-notice .container {
    padding-top: 75px;
    height: calc(100% - 75px);
  }
}
.popup-wrap .popup-business-notice .container .date {
  font-size: 17px;
  color: #212121;
  padding-bottom: 30px;
}
.popup-wrap .popup-business-notice .container .detail:last-child {
  padding-top: 30px;
}
.popup-wrap .popup-business-notice .container .detail:last-child p:last-child {
  padding-top: 20px;
}
.popup-wrap .popup-business-notice .container .detail h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
}
.popup-wrap .popup-business-notice .container .detail p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #000000;
}
.popup-wrap .popup-business-notice .container .detail p strong {
  font-weight: bold;
}
.popup-wrap .popup-business-notice .container .detail ul {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #000;
  margin-bottom: 0.75em;
}
.popup-wrap .popup-business-notice .container .detail ul li {
  margin-left: 1em;
}

body > section[class^=modal-] {
  display: none;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0; /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.swiper-wrapper [data-swiper-parallax] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: ease;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  height: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: none;
  cursor: pointer;
}

.swiper-pagination-bullet:before {
  width: 6px;
  height: 6px;
  margin: 7px;
  content: "";
  border-radius: 100%;
  background: #d9d9d9;
  box-sizing: border-box;
  display: block;
  transition: background 0.2s;
}

.swiper-pagination-bullet-active:before {
  background: #000;
}

.sec-main {
  position: relative;
  height: 100vh;
  -background: url("../images/visual-main.jpg") no-repeat 50% 50%/cover;
  overflow: hidden;
}
.sec-main .visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec-main .visual .swiper-slide {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-main .visual .swiper-slide:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.sec-main .limit {
  z-index: 1;
  pointer-events: none;
}
.sec-main .text {
  position: absolute;
  left: 30px;
  top: 50%;
  padding: 0 0 116px;
  box-sizing: border-box;
  pointer-events: auto;
  color: #fff;
  transform: translateY(-50%);
}
.sec-main .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -68px;
  width: 49px;
  height: 49px;
  background: url("../images/arr-lt-white.svg") no-repeat;
}
.sec-main .text h2 {
  display: block;
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.sec-main .text p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
}
.sec-main .text p:after {
  content: "VROONG";
  display: block;
  margin-top: 11px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  opacity: 0.6;
  font-weight: 700;
  font-family: "AppleSDGothicNeo-Regular", "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
}
.sec-main .text .pagination {
  position: absolute;
  left: 0;
  bottom: 44px;
}
.sec-main .text .pagination span {
  position: relative;
  width: 32px;
  height: 14px;
  display: inline-block;
}
.sec-main .text .pagination span::before {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 5px;
  width: auto;
  height: 4px;
  margin: 0;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.sec-main .text .pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .sec-main .text {
    top: 22%;
    left: 24px;
    right: 24px;
    bottom: 0;
    min-height: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
    pointer-events: none;
    transform: none;
  }
  .sec-main .text::before {
    display: none;
  }
  .sec-main .text h2 {
    font-size: 32px;
    line-height: 42px;
    pointer-events: auto;
  }
  .sec-main .text p {
    margin-top: 28px;
    opacity: 0.8;
    pointer-events: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .sec-main .text p:after {
    font-size: 10px;
  }
  .sec-main .text .pagination {
    left: 0;
    right: 0;
    bottom: 48px;
    text-align: center;
  }
}

.sec-core {
  padding: 80px 0;
}
.sec-core .con {
  position: relative;
  margin-top: 80px;
  height: 602px;
  background: url("../images/main/core/bg-core.png") 50% 0/auto 602px no-repeat;
}
.sec-core .con li {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  color: #565656;
  white-space: nowrap;
}
.sec-core .con li strong {
  display: block;
  padding-bottom: 11px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.sec-core .con li:nth-child(1), .sec-core .con li:nth-child(3) {
  right: 50%;
  margin-right: 321px;
  text-align: right;
}
.sec-core .con li:nth-child(2), .sec-core .con li:nth-child(4) {
  left: 50%;
  margin-left: 321px;
}
.sec-core .con li:nth-child(1), .sec-core .con li:nth-child(2) {
  top: 100px;
  transform: translateY(-50%);
}
.sec-core .con li:nth-child(3), .sec-core .con li:nth-child(4) {
  bottom: 100px;
  transform: translateY(50%);
}
.sec-core .con li p {
  margin: 0;
  max-width: 260px;
  white-space: initial;
}
@media (max-width: 767px) {
  .sec-core {
    padding: 60px 0;
  }
  .sec-core .limit {
    padding: 0 23px;
  }
  .sec-core h3 {
    text-align: center;
  }
  .sec-core .con {
    width: 314px;
    height: 476px;
    margin: 72px auto 0;
    padding: 56px 0 0;
    background: url("../images/main/core/bg-core-m.png") 50% 56px/314px auto no-repeat;
    box-sizing: border-box;
  }
  .sec-core .con li {
    font-size: 10px;
    line-height: 15px;
  }
  .sec-core .con li strong {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .sec-core .con li:nth-child(1), .sec-core .con li:nth-child(3) {
    left: 0;
    margin-right: 0;
    text-align: left;
  }
  .sec-core .con li:nth-child(2), .sec-core .con li:nth-child(4) {
    right: 0;
    margin-left: 0;
    text-align: right;
  }
  .sec-core .con li:nth-child(1), .sec-core .con li:nth-child(2) {
    top: -30px;
    transform: none;
  }
  .sec-core .con li:nth-child(3), .sec-core .con li:nth-child(4) {
    top: 406px;
    transform: none;
  }
}

.sec-biz {
  padding: 80px 0 87px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-biz .step {
  margin-top: 109px;
  height: 481px;
  background: url("../images/main/business/bg-business.png") 50% 0/auto 481px no-repeat;
}
.sec-biz .bro {
  position: relative;
  padding-top: 68px;
  margin-top: -33px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sec-biz .bro dt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.sec-biz .bro dt h4 {
  width: 838px;
  height: 120px;
  padding: 15px 0 0 6px;
  border: 5px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec-biz .bro dt h4 strong {
  font-size: 47px;
  font-weight: 900;
  vertical-align: middle;
  letter-spacing: -0.04em;
}
.sec-biz .bro dt h4 mark {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.sec-biz .bro dt h4 span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 7px;
}
.sec-biz .bro dd {
  position: relative;
  width: 33.3333333333%;
  padding: 117px 0 0;
  text-align: center;
  vertical-align: top;
  display: grid;
  place-items: center;
}
.sec-biz .bro dd::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 106px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec-biz .bro dd:nth-child(2):before {
  background-image: url("../images/icons/icon-bpo-01.png");
  background-size: auto 52px;
}
.sec-biz .bro dd:nth-child(3):before {
  background-image: url("../images/icons/icon-bpo-02.png");
  background-size: auto 63px;
}
.sec-biz .bro dd:nth-child(4):before {
  background-image: url("../images/icons/icon-bpo-03.png");
  background-size: auto 106px;
}
.sec-biz .bro dd strong {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}
.sec-biz .bro dd p {
  width: 300px;
  min-height: 72px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 24px;
}
.sec-biz .bro .btn-detail {
  display: block;
  width: 118px;
  height: 46px;
  margin: 27px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 44px;
}
.hoverable .sec-biz .bro .btn-detail:hover {
  border-color: #13bf80;
}
.sec-biz .bro dd + dd {
  border-left: 1px solid #979797;
}
@media (max-width: 767px) {
  .sec-biz {
    padding: 60px 0 0;
  }
  .sec-biz h3 {
    text-align: center;
  }
  .sec-biz .step {
    width: 312px;
    height: 260px;
    margin: 40px auto 0;
    background: url("../images/main/business/bg-business-m.png") 50% 0/312px auto no-repeat;
  }
  .sec-biz .bro {
    margin: -17px 0 0;
    display: block;
  }
  .sec-biz .bro dt h4 {
    width: 312px;
    height: 64px;
    border-width: 2px;
    padding: 10px 0 0;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
  }
  .sec-biz .bro dt h4 strong {
    display: none;
  }
  .sec-biz .bro dt h4 mark {
    font-size: 18px;
    line-height: 27px;
    margin-left: 0;
  }
  .sec-biz .bro dt h4 span {
    font-size: 10px;
    line-height: 12px;
    margin-top: 0;
  }
  .sec-biz .bro dd {
    display: block;
    width: 100%;
    padding: 60px 0;
  }
  .sec-biz .bro dd:after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sec-biz .bro dd::before {
    position: static;
    display: block;
    margin-bottom: 28px;
  }
  .sec-biz .bro dd:nth-child(2):before {
    height: 40px;
    background-image: url("../images/icons/icon-bpo-01-m.png");
    background-size: auto 40px;
  }
  .sec-biz .bro dd:nth-child(3) {
    padding-bottom: 36px;
  }
  .sec-biz .bro dd:nth-child(3):before {
    height: 48px;
    background-image: url("../images/icons/icon-bpo-02-m.png");
    background-size: auto 48px;
  }
  .sec-biz .bro dd:nth-child(4):before {
    height: 89px;
    background-image: url("../images/icons/icon-bpo-03-m.png");
    background-size: auto 89px;
  }
  .sec-biz .bro dd strong {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }
  .sec-biz .bro dd p {
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
  }
  .sec-biz .bro dd .btn-detail {
    display: none;
  }
  .sec-biz .bro dd + dd {
    border-left: none;
  }
}

.sec-highlight {
  padding: 80px 0 160px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-highlight .limit::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -37px;
  width: 471px;
  height: 783px;
  background: url("../images/main/highlight/bg-highlight.png") right 0/471px auto no-repeat;
}
.sec-highlight .con {
  position: relative;
  margin-top: 80px;
}
.sec-highlight .con ul li {
  font-size: 0;
}
.sec-highlight .con ul li strong {
  display: block;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .sec-highlight .con ul li strong {
    font-size: 24px;
  }
}
.sec-highlight .con ul li em {
  display: block;
  margin-top: 10px;
}
.sec-highlight .con ul li em span {
  display: flex;
  align-items: flex-end;
}
.sec-highlight .con ul li em .number {
  font-family: Inter;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2.14px;
  color: #000000;
}
.sec-highlight .con ul li img {
  height: 57px;
}
.sec-highlight .con ul li .unit {
  margin-left: 10px;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  vertical-align: 15px;
}
.sec-highlight .con ul li .transactions-img {
  width: 144px;
  height: auto;
}
.sec-highlight .con ul li .revenue-img {
  width: 125px;
  height: auto;
}
.sec-highlight .con ul li + li {
  margin-top: 14px;
}
.sec-highlight .con ul:nth-child(2) {
  position: absolute;
  left: 313px;
  top: 0;
}
.sec-highlight .con h4 {
  margin-top: 34px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.sec-highlight .con p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .sec-highlight {
    padding: 60px 0;
    border-top: none;
    background-color: rgba(247, 247, 247, 0.7);
  }
  .sec-highlight .limit::before {
    display: none;
  }
  .sec-highlight h3 {
    text-align: center;
  }
  .sec-highlight .con {
    margin-top: 60px;
  }
  .sec-highlight .con .inwrap {
    height: 307px;
  }
  .sec-highlight .con ul {
    margin-top: 16px;
  }
  .sec-highlight .con ul li strong {
    font-size: 18px;
    line-height: 20px;
    transform-origin: 0 50%;
    transform: scale3d(0.777, 0.777, 1);
    opacity: 0.7;
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
  }
  .sec-highlight .con ul li em {
    height: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: height 0.75s cubic-bezier(0.19, 1, 0.22, 1), margin 0.75s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.15s;
  }
  .sec-highlight .con ul li em span {
    height: 60px;
    padding: 17px 0 0;
    display: flex;
    align-items: flex-end;
  }
  .sec-highlight .con ul li .unit {
    font-size: 18px;
    line-height: 27px;
  }
  .sec-highlight .con ul li.current strong {
    font-weight: 700;
    transform: scale3d(1, 1, 1);
    opacity: 1;
    font-weight: 700;
  }
  .sec-highlight .con ul li.current em {
    height: 80px;
    margin-bottom: -9px;
    opacity: 1;
  }
  .sec-highlight .con ul li + li {
    margin-top: 16px;
  }
  .sec-highlight .con ul:nth-child(2) {
    position: static;
  }
  .sec-highlight .con h4 {
    margin-top: 80px;
    font-size: 18px;
    line-height: 26px;
  }
  .sec-highlight .con p {
    white-space: break-spaces;
    margin-top: 19px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
  }
}

.sec-recent {
  padding: 44px 0 116px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-recent .list-recent {
  display: flex;
  margin: 0 -21px;
}
.sec-recent .list-recent a {
  color: #000;
}
.sec-recent .list-recent h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.02em;
  background-color: #fff;
}
.sec-recent .list-recent .btn-more {
  position: absolute;
  right: 29px;
  top: 6px;
  font-size: 14px;
  line-height: 20px;
  padding-right: 22px;
  letter-spacing: 0;
}
.sec-recent .list-recent .btn-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background: url("../images/icons/icon-more.png") 0 0/8px auto no-repeat;
}
.hoverable .sec-recent .list-recent .btn-more:hover {
  color: #0063e5;
}
.hoverable .sec-recent .list-recent .btn-more:hover:after {
  background-position: 0 -13px;
}
.sec-recent .list-recent li {
  position: relative;
  width: 33.333%;
  font-size: 16px;
  line-height: 24px;
  padding: 0 21px;
  box-sizing: border-box;
}
.sec-recent .list-recent li .tit,
.sec-recent .list-recent li .detail {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec-recent .list-recent li .item-story .tit {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.sec-recent .list-recent li .tit {
  margin-top: 20px;
}
.sec-recent .list-recent li .detail {
  margin-top: 1px;
}
.sec-recent .list-recent li figure {
  margin-top: 30px;
  padding-top: 56.571%;
  border: 1px solid #d2d2d2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec-recent {
    padding: 0;
    border-top: none;
  }
  .sec-recent .list-recent {
    display: block;
    margin: 0;
  }
  .sec-recent .list-recent h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
  }
  .sec-recent .list-recent .btn-more {
    right: auto;
    top: auto;
    left: 0;
    bottom: 60px;
    font-weight: 700;
  }
  .sec-recent .list-recent .btn-more:after {
    display: none;
  }
  .sec-recent .list-recent li {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 60px 0 96px;
  }
  .sec-recent .list-recent li::before {
    content: "";
    position: absolute;
    left: -24px;
    right: -24px;
    top: 0;
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sec-recent .list-recent li:first-child:before {
    display: none;
  }
  .sec-recent .list-recent li .tit {
    margin-top: 22px;
  }
}

.item-fill .fill-con {
  max-width: 900px;
  margin: 0 auto;
}
.item-fill .fill-con img {
  width: 734px;
  margin: 50px auto 0 52px;
}
@media (max-width: 767px) {
  .item-fill .fill-con img {
    width: 100%;
    max-width: 418px;
    margin: 36px auto 0;
  }
}

.sec-about {
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.sec-about .slide {
  position: relative;
  height: 100%;
}
.sec-about .slide li {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec-about .slide li.slide01 {
  background-image: url("../images/about/visual-about-1.jpg");
}
.sec-about .slide li.slide02 {
  background-image: url("../images/about/visual-about-2.jpg");
}
.sec-about .pg {
  position: absolute;
  right: 12px;
  bottom: 180px;
  z-index: 10;
  font-size: 0;
}
.sec-about .pg strong {
  display: inline-block;
  padding: 0 10px;
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  vertical-align: middle;
  letter-spacing: 0;
}
.sec-about .pg button {
  position: relative;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 48px;
  height: 52px;
}
.sec-about .pg button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  background: url("../images/arr-pg.png") 50% 50%/8px auto no-repeat;
}
.sec-about .pg button.btn-next {
  transform: scaleX(-1);
}
.sec-about .paragraph {
  width: 100%;
  height: 180px;
  background-color: rgba(36, 36, 36, 0.9);
  color: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.sec-about .paragraph .limit {
  padding: 30px 0 30px 600px;
}
.sec-about .paragraph .limit h2 {
  position: absolute;
  left: 0;
  top: 31px;
  padding-left: 115px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}
.sec-about .paragraph .limit h2::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 8px;
  width: 53px;
  height: 53px;
  background: url("../images/arr-about.svg") no-repeat;
}
.sec-about .paragraph .limit p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sec-about {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
  .sec-about .slide {
    height: 350px;
  }
  .sec-about .slide li.slide01 {
    background-image: url("../images/about/visual-about-1-m.jpg");
  }
  .sec-about .slide li.slide02 {
    background-image: url("../images/about/visual-about-2-m.jpg");
  }
  .sec-about .pg {
    right: 0px;
    bottom: 0px;
  }
  .sec-about .paragraph {
    position: unset;
    height: auto;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sec-about .paragraph .limit {
    padding: 40px 24px 60px;
  }
  .sec-about .paragraph .limit h2 {
    position: static;
    font-size: 24px;
    line-height: 32px;
    padding-left: 0;
    font-weight: 700;
  }
  .sec-about .paragraph .limit h2::before {
    display: none;
  }
  .sec-about .paragraph .limit p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    opacity: 0.7;
  }
}

.item-mission {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.item-mission figure img {
  height: 360px;
  display: block;
}
.item-mission .text {
  flex: 1;
}
.item-mission .text p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
.item-mission.left {
  flex-direction: row-reverse;
}
.item-mission.left figure {
  padding-left: 60px;
}
.item-mission.right figure {
  padding-right: 60px;
}
.item-mission .using-mobile {
  display: none;
}
@media (max-width: 767px) {
  .item-mission {
    display: block;
    margin-top: 24px;
  }
  .item-mission .using-mobile {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  .item-mission figure {
    margin: 24px 0 0 0;
    padding: 0 !important;
  }
  .item-mission figure img {
    width: calc(100% + 24px);
    height: auto;
  }
  .item-mission .text h4 {
    display: none;
  }
  .item-mission .text p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
  }
}

.item-mission + .item-mission {
  margin-top: 48px;
}

.sec-mission {
  padding: 50px 0 61px;
}
.sec-mission h3 {
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 80px;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 1;
}
.sec-mission h3 em {
  display: block;
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  padding-bottom: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sec-mission {
    padding: 60px 0;
  }
  .sec-mission h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: inherit;
  }
  .sec-mission h3 em {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 4px;
    text-transform: inherit;
  }
}

.sec-vision {
  padding: 120px 0 47px;
  background-image: linear-gradient(to bottom, #f7f7f4, #f7f7f4 71%, #f3f1f2);
  background-repeat: no-repeat;
}
.sec-vision h3 {
  font-size: 66px;
  line-height: 80px;
  font-weight: 700;
}
.sec-vision h3 em {
  display: block;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.sec-vision p {
  margin-top: 54px;
  font-size: 18px;
  line-height: 27px;
}
.sec-vision .limit::before {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -48px;
  width: 485px;
  height: 637px;
  background: url("../images/about/vision-01.png") 0 0/auto 637px no-repeat;
}
@media (max-width: 767px) {
  .sec-vision {
    padding: 60px 0;
  }
  .sec-vision h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: inherit;
  }
  .sec-vision h3 em {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 4px;
    text-transform: inherit;
  }
  .sec-vision p {
    margin-top: 36px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
  }
  .sec-vision .limit::before {
    display: none;
  }
}

.sec-history {
  padding-bottom: 80px;
}
.sec-history h3 {
  text-transform: uppercase;
}
.sec-history .title-group {
  position: sticky;
  top: 0;
  width: 480px;
  margin: 0 -24px;
  padding: 120px 24px 7px;
}
.sec-history h4 {
  position: relative;
  left: -4px;
  width: 498px;
  display: block;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  margin-top: 44px;
}
.sec-history h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  background-color: #000;
}
.sec-history h4:after {
  content: "Our footprint Since 2012";
  display: inline-block;
  margin-left: 21px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  vertical-align: 11px;
}
.sec-history h4 sup {
  position: absolute;
  left: 2px;
  top: -51px;
  font-size: 40px;
  line-height: 2;
  font-weight: 900;
}
.sec-history h4 sup:after {
  content: "~";
}
.sec-history .list-history {
  position: relative;
  margin-top: -31px;
  padding: 0 40px 0 532px;
}
.sec-history .list-history h5 {
  position: relative;
  font-size: 14px;
  text-align: right;
  line-height: 24px;
  white-space: nowrap;
  margin: 19px 0 14px -10em;
  padding-right: 588px;
  font-weight: 700;
}
.sec-history .list-history h5:after {
  position: absolute;
  left: 10em;
  right: 0;
  top: 12px;
  height: 0;
  content: "";
  border-top: 1px solid #000;
}
.sec-history .list-history h5:first-child {
  position: absolute;
  left: -999em;
}
.sec-history .list-history li {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
.sec-history .list-history li::before {
  content: "AWARD";
  position: absolute;
  right: 100%;
  top: 7px;
  display: none;
  height: 22px;
  width: 65px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
  background-color: #e87171;
  text-align: center;
}
.sec-history .list-history li em {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 0;
}
.sec-history .list-history li.award:before {
  display: inline-block;
}
.sec-history .list-history li strong {
  font-weight: 700;
}
.sec-history .list-history li[data-year]:after {
  display: block;
}
.sec-history .list-history li + li,
.sec-history .list-history ul:not(:first-of-type) li {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .sec-history {
    padding-bottom: 60px;
  }
  .sec-history .title-group {
    width: auto;
    top: 10px;
    padding: 64px 24px 7px;
    background: #fff;
    z-index: 1;
  }
  .sec-history .title-group:after {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    height: 30px;
    -content: "";
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .sec-history h4 {
    width: auto;
    left: 0;
    font-size: 36px;
    line-height: 1;
    display: block;
    margin: 3px 0 0;
  }
  .sec-history h4::before, .sec-history h4:after {
    display: none;
  }
  .sec-history h4 sup {
    position: static;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
    display: inline;
  }
  .sec-history .list-history {
    width: calc(100% + 24px);
    margin: 0 -24px 0 0;
    padding: 30px 0 0;
  }
  .sec-history .list-history h5 {
    position: absolute;
    left: -999em;
    margin-top: -20px;
  }
  .sec-history .list-history li {
    padding-right: 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .sec-history .list-history li::before {
    position: static;
    margin-bottom: 8px;
  }
  .sec-history .list-history li.award:before {
    display: block;
  }
}

.sec-partner {
  padding: 80px 0 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-partner h3 {
  text-transform: uppercase;
}
.sec-partner .list-partner {
  position: relative;
  font-size: 0;
  margin: 50px 0 0;
  box-sizing: border-box;
}
.sec-partner .list-partner li {
  display: inline-block;
  width: 14.28%;
  vertical-align: top;
  box-shadow: 0 0 0 1px #cdcdcd;
  box-sizing: border-box;
  background-color: #fff;
  transform: rotate(0.000001deg);
}
.sec-partner .list-partner li figure {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: 158px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sec-partner {
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sec-partner h3 {
    text-align: center;
  }
  .sec-partner .list-partner {
    margin-top: 35px;
  }
  .sec-partner .list-partner li {
    box-shadow: 0 0 0 1px #dadada;
  }
  .sec-partner .list-partner li figure {
    background-size: contain;
  }
}

.item-pr {
  position: relative;
  display: block;
  color: #000;
  height: 100%;
  background-color: #fff;
}
.item-pr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 315px;
  background: #f5f5f5 url("../images/default-vr.png") 50% 50%/auto 35px no-repeat;
}
.item-pr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: box-shadow 0.2s;
}
.item-pr figure {
  position: relative;
  height: 315px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-pr em {
  display: block;
  color: #e87171;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.item-pr strong {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-pr i {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
}
.item-pr p {
  max-height: 42px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.item-pr .text {
  padding: 30px 20px 20px;
}
.hoverable .item-pr:hover:before {
  box-shadow: inset 0 0 0 1px #13bf80;
}
@media (max-width: 767px) {
  .item-pr em {
    font-size: 12px;
  }
  .item-pr strong {
    font-size: 18px;
    line-height: 1;
    margin-top: 9px;
  }
  .item-pr i {
    margin-top: 17px;
  }
  .item-pr .text {
    padding: 31px 20px 20px;
  }
}

.sec-pr {
  position: relative;
  padding: 120px 0 58px;
  background-color: #f5f5f7;
}
.sec-pr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  bottom: auto;
  height: 435px;
  background-color: #000;
}
.sec-pr .list-pr {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px;
}
.sec-pr .list-pr li {
  width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.sec-pr .list-pr li:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec-pr {
    padding: 115px 0 60px;
  }
  .sec-pr::before {
    height: 245px;
  }
  .sec-pr .list-pr {
    display: block;
    margin: 0;
  }
  .sec-pr .list-pr li {
    width: auto;
    padding: 0;
  }
  .sec-pr .list-pr li:not(:first-child),
  .sec-pr .list-pr li:nth-child(n+4) {
    margin-top: 40px;
  }
}

.sec-service-intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
html:not(.loaded) .sec-service-intro {
  opacity: 0;
}
.sec-service-intro:not(.show) {
  opacity: 0;
}
.sec-service-intro .map {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1600px;
  height: 900px;
  margin: -450px 0 0 -800px;
  background: #ebebeb url("../images/service/service-map.jpg") no-repeat 50% 50%/cover;
  -opacity: 0.5;
}
.sec-service-intro .service-list {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.sec-service-intro .service-list h2 {
  font-family: "Inter Variable";
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.sec-service-intro .service-list ul {
  font-size: 0;
  margin-top: 66px;
}
.sec-service-intro .service-list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 0 13px 0 12px;
  display: inline-block;
}

.sec-sticky-wrap {
  height: 200vh;
  pointer-events: none;
}
html:not(.loaded) .sec-sticky-wrap {
  visibility: hidden;
}
.sec-sticky-wrap .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
.sec-sticky-wrap .sticky::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 64%;
  bottom: 0;
  content: "";
  background: #f3f3f3;
}
.sec-sticky-wrap .inwrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 100%;
  max-height: 900px;
  transform: translateY(-50%);
}
.sec-sticky-wrap figure {
  position: absolute;
}
.sec-sticky-wrap figure img {
  height: 100%;
  display: block;
}
.sec-sticky-wrap .info {
  position: absolute;
  pointer-events: auto;
}
.sec-sticky-wrap .info h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 14px;
  text-transform: uppercase;
}
.sec-sticky-wrap .info p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}
.sec-sticky-wrap .info p a {
  width: 137px;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 42px;
  margin-top: 30px;
  background: #000;
  display: block;
}
@media (max-width: 767px) {
  .sec-sticky-wrap .sticky::before {
    top: 50%;
    height: 329px;
    background: linear-gradient(to bottom, #f3f3f3, #f3f3f3 40%, #fff 100%);
  }
  .sec-sticky-wrap .inwrap {
    top: 0;
    transform: none;
  }
  .sec-sticky-wrap .inwrap .info {
    left: 45px;
    right: 45px;
    top: calc(50% + 100px);
    width: auto;
    transform: none;
  }
  .sec-sticky-wrap .inwrap .info p {
    line-height: 1.5;
    text-align: center;
    font-size: 1em;
    margin-top: 16px;
    opacity: 0.7;
  }
  .sec-sticky-wrap .inwrap .info p a {
    display: none;
  }
}

.sec-service-tms {
  height: 100vh;
}
.sec-service-intro:not(.show) ~ .sec-service-tms {
  opacity: 0;
}
.sec-service-tms figure {
  left: 49%;
  bottom: 156px;
  height: 63.8%;
  transform: translateX(-50%);
}
.sec-service-tms figure .screen {
  position: absolute;
  left: 15.625%;
  right: 15.6730769231%;
  top: 12.1739130435%;
  bottom: 15.0434782609%;
}
@media (min-width: 768px) {
  .sec-service-tms .info {
    position: absolute;
    left: 50%;
    bottom: 57px;
    width: 920px;
    margin-left: -460px;
  }
  .sec-service-tms .info p {
    margin-top: 0;
    text-align: center;
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .sec-service-tms figure {
    top: calc(50% - 195px);
    height: 254px;
  }
}

.item-service {
  position: relative;
  display: inline-block;
  height: 100%;
  box-shadow: 0 7px 7px rgba(0, 35, 147, 0.1);
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.item-service::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px #5188f3;
}
.item-service figure {
  padding-top: 230px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-service strong {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.item-service p {
  opacity: 0.7;
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
}
.item-service .text {
  padding: 43px 37px 38px 40px;
  border-top: 1px dashed #bdbdbd;
}
.hoverable .item-service:hover {
  transform: translateY(-10px);
}
.item-service.tms figure {
  background-image: url("../images/service/tms/service-tms.jpg");
}
.item-service.realtime figure {
  background-image: url("../images/service/realtime/service-realtime.jpg");
}
@media (max-width: 767px) {
  .item-service {
    padding-bottom: 48px;
    box-shadow: none;
    display: block;
  }
  .item-service::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .item-service figure {
    padding-top: 200px;
  }
  .item-service strong {
    line-height: 32px;
  }
  .item-service p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
  .item-service .text {
    padding: 48px 44px 0 24px;
  }
  .item-service:after {
    width: 80px;
    height: 32px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 36px 0 0 24px;
    content: "자세히";
    background: #000;
    display: block;
  }
}

.sec-vroong {
  position: relative;
  padding: 80px 0 120px;
}
.sec-vroong::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 420px;
  z-index: -1;
  background-image: linear-gradient(to bottom, #f3f3f3, #fff);
  background-repeat: no-repeat;
}
.sec-vroong h3 {
  width: 370px;
  height: 61px;
  margin: 0 auto;
  background: url("../images/service/bi-vroong.png") 50% 50%/auto 61px no-repeat;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.sec-vroong .paragraph {
  margin-top: 47px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.sec-vroong .list-service {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  align-items: stretch;
  justify-content: center;
  margin: 42px -15px 0;
  box-sizing: border-box;
}
.sec-vroong .list-service li {
  position: relative;
  width: 33.333%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 40px;
}
.sec-vroong .list-service li.null:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: url("../images/service/default-vr.png") 50% 50%/auto 35px no-repeat;
}
@media (max-width: 767px) {
  .sec-vroong {
    padding: 0 0 24px;
  }
  .sec-vroong::before {
    content: none;
  }
  .sec-vroong h3,
  .sec-vroong .paragraph {
    display: none;
  }
  .sec-vroong .list-service {
    display: block;
    width: auto;
    align-items: stretch;
    margin: 0;
  }
  .sec-vroong .list-service li {
    width: auto;
    padding: 0;
    margin-top: 24px;
  }
  .sec-vroong .list-service li.null {
    display: none;
  }
}

.floating-quick-menu {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 35, 147, 0.1);
  display: flex;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.floating-quick-menu.hide {
  transform: translate3d(0, 150%, 0);
}
.floating-quick-menu li.tms {
  flex: 1.23;
}
.floating-quick-menu li.realtime {
  flex: 1.37;
}
.floating-quick-menu li a {
  height: 64px;
  font-size: 10px;
  color: inherit;
  line-height: 2;
  text-align: center;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}
.floating-quick-menu li a::before {
  width: 31px;
  height: 25px;
  content: "";
  margin: 0 auto 1px;
  display: block;
  background: url("../images/icons/icons-service-quick.png") no-repeat 0 0/155px auto;
}
.floating-quick-menu li.realtime a:before {
  background-position: -62px 0;
}
@media (min-width: 768px) {
  .floating-quick-menu {
    display: none;
  }
}

.sec-sub-visual {
  height: 331px;
  margin-bottom: 80px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-sub-visual.tms {
  background-image: url("../images/service/tms/visual-tms.jpg");
}
.sec-sub-visual.realtime {
  background-image: url("../images/service/realtime/visual-realtime.jpg");
}
@media (max-width: 767px) {
  .sec-sub-visual {
    height: 300px;
    margin-bottom: 32px;
    background-position: 50% 100%;
  }
  .sec-sub-visual.tms {
    background-image: url("../images/service/tms/visual-tms-m.jpg");
  }
  .sec-sub-visual.realtime {
    background-image: url("../images/service/realtime/visual-realtime-m.jpg");
  }
}

.sec-showcase {
  padding: 100px 0 120px;
  text-align: center;
}
.sec-showcase ul {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  font-size: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sec-showcase ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.sec-showcase ul li {
  display: grid;
  place-items: center;
  margin: 0 15px;
  vertical-align: top;
}
.sec-showcase ul li figure {
  width: 160px;
  height: 160px;
  border: 1px solid #979797;
  border-radius: 11px;
  overflow: hidden;
}
.sec-showcase ul li figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-showcase ul li strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-top: 24px;
}
.sec-showcase ul li em {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .sec-showcase {
    padding: 60px 0 128px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sec-showcase ul {
    margin-top: 20px;
  }
  .sec-showcase ul li {
    margin: 16px 8px 0;
  }
  .sec-showcase ul li figure {
    width: 80px;
    height: 80px;
  }
  .sec-showcase ul li strong {
    display: none;
  }
  .sec-showcase ul li em {
    display: none;
  }
  .sec-showcase ul.type-double {
    max-width: 196px;
    text-align: left;
  }
  .sec-showcase ul.type-triple {
    max-width: 294px;
    text-align: left;
  }
}

.service-paragraph {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.service-paragraph strong {
  display: block;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
  color: #000;
}
@media (max-width: 767px) {
  .service-paragraph {
    margin-top: 8px;
  }
  .service-paragraph strong {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.service-increment {
  position: relative;
  margin-top: 36px;
  counter-reset: desc;
}
.service-increment li {
  counter-increment: desc;
  color: rgba(0, 0, 0, 0.7);
}
.service-increment li strong {
  display: block;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.333;
  color: #000;
  font-weight: 700;
}
.service-increment li strong::before {
  content: counter(desc) ". ";
}
.service-increment li a {
  color: #5188f3;
}
.service-increment li + li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service-increment {
    margin-top: 48px;
    padding-bottom: 60px;
  }
  .service-increment:after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .service-increment li strong {
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.25;
  }
  .service-increment li + li {
    margin-top: 26px;
  }
}

.service-process {
  display: flex;
  padding-top: 141px;
  font-size: 0;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 970px auto;
}
.service-process li {
  flex: 1;
  font-size: 14px;
  line-height: 21px;
  box-sizing: border-box;
  align-items: flex-start;
}
.service-process li strong {
  display: block;
  padding-bottom: 13px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}
.service-process li:last-child {
  padding-right: 25px;
  text-align: right;
}
@media (min-width: 768px) {
  .service-process li {
    width: 33.3333333333%;
    white-space: normal;
  }
  .service-process li:first-child {
    padding-right: 15px;
  }
  .service-process li:last-child {
    padding-left: 15px;
    padding-right: 0;
  }
  .service-process li:nth-child(2) {
    padding: 0 8px;
  }
  .service-process li strong {
    min-height: 50px;
  }
}
.service-process.realtime {
  margin-top: 80px;
  background-image: url("../images/service/realtime/chartp-realtime.png");
}
@media (max-width: 767px) {
  .service-process.realtime li:nth-child(1) {
    flex: none;
  }
  .service-process.realtime li:nth-child(2) {
    flex: none;
  }
}
@media (max-width: 767px) {
  .service-process {
    display: block;
    width: calc(100% - 121px);
    padding-top: 0;
    padding-left: 121px;
    margin: 60px 0 0 0px !important;
    white-space: normal;
  }
  .service-process li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    text-align: left !important;
  }
  .service-process li strong {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
  }
  .service-process.realtime {
    min-height: 527px;
    background-image: url("../images/service/realtime/chartp-realtime-m.png");
    background-position: 23px 0;
    background-size: 71px auto;
  }
  .service-process.realtime li:nth-child(1) {
    padding-top: 9%;
  }
  .service-process.realtime li:nth-child(2) {
    padding-top: 10%;
  }
  .service-process.realtime li:nth-child(3) {
    padding-top: 32%;
    padding-right: 0;
  }
}

.item-video {
  position: relative;
  padding-top: 56.25%;
  margin-top: 36px;
}
.item-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.item-image {
  position: relative;
  padding-top: 56.25%;
  margin-top: 36px;
  background: url("../images/service/realtime/greencare.png") 100% 0/cover no-repeat;
}
@media (max-width: 767px) {
  .item-image {
    background: url("../images/service/realtime/greencare-m.png") 100% 0/cover no-repeat;
  }
}

.sec-tms-effect {
  padding: 0 0 35px;
}
.sec-tms-effect .con {
  font-size: 0;
  margin-left: -79px;
  margin-top: 68px;
}
.sec-tms-effect .con li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  padding: 119px 0 0 79px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.sec-tms-effect .con li::before {
  content: "";
  position: absolute;
  left: 76px;
  top: 0;
  width: 100px;
  height: 110px;
  background-size: 110px 110px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec-tms-effect .con li:nth-child(1):before {
  background-image: url("../images/icons/icon-effect-01.png");
}
.sec-tms-effect .con li:nth-child(2):before {
  background-image: url("../images/icons/icon-effect-02.png");
}
.sec-tms-effect .con li:nth-child(3):before {
  background-image: url("../images/icons/icon-effect-03.png");
}
.sec-tms-effect .con li strong {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .sec-tms-effect {
    padding: 0;
  }
  .sec-tms-effect .con {
    margin: 0;
  }
  .sec-tms-effect .con li {
    display: block;
    width: 100%;
    padding: 104px 0 0;
    margin-top: 36px;
    font-size: 14px;
    line-height: 20px;
  }
  .sec-tms-effect .con li::before {
    left: 0;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .sec-tms-effect .con li strong {
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.sec-tms-app {
  background-color: #f7f7f7;
  height: 600px;
}
.sec-tms-app .con {
  position: absolute;
  top: 50%;
  left: 818px;
  right: 30px;
  padding-right: 50px;
  transform: translateY(-50%);
}
.sec-tms-app .con h3 {
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.sec-tms-app .con .features {
  position: relative;
  height: 98px;
  margin-top: 68px;
}
.sec-tms-app .con .features li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.sec-tms-app .con .features li:not(:first-child) {
  opacity: 0;
}
.sec-tms-app .con .features strong {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.sec-tms-app .con .features p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 27px;
}
.sec-tms-app .ani {
  position: absolute;
  left: 108px;
  top: 0;
  bottom: 0;
  width: 710px;
  z-index: 0;
}
.sec-tms-app .ani:not(.show) {
  visibility: hidden;
}
.sec-tms-app .ani span {
  position: absolute;
  left: 0;
  top: 0;
  width: 237px;
  height: 488px;
  display: block;
  background: url("../images/service/tms/app/app-1.jpg") no-repeat 50% 50%/100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.sec-tms-app .ani > span {
  left: 5px;
  top: 52px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.sec-tms-app .ani .shot-2 {
  background-image: url("../images/service/tms/app/app-2.jpg");
}
.sec-tms-app .ani .shot-3 {
  background-image: url("../images/service/tms/app/app-3.jpg");
}
.sec-tms-app .ani .shot-4 {
  background-image: url("../images/service/tms/app/app-4.jpg");
}
.sec-tms-app .ani .frame {
  position: absolute;
  left: 0;
  top: 47px;
  width: 237px;
  height: 488px;
  border: 5px solid #49494b;
  border-radius: 30px;
  background: none;
  box-shadow: 0 15px 15px rgba(0, 35, 147, 0.1);
  overflow: hidden;
  z-index: 99;
}
.sec-tms-app .ani .frame span {
  box-shadow: none;
}
@media (max-width: 767px) {
  .sec-tms-app {
    display: none;
  }
}

.sec-tms-app-mobile {
  height: 647px;
  padding: 60px 0 0;
  background-color: rgba(247, 247, 244, 0.7);
  text-align: center;
  box-sizing: border-box;
}
.sec-tms-app-mobile h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.sec-tms-app-mobile .slide-driverapp {
  margin-top: 36px;
}
.sec-tms-app-mobile .slide-driverapp li figure {
  width: 100%;
  height: 386px;
  background-position: 50% 0;
  background-size: 190px auto;
  background-repeat: no-repeat;
}
.sec-tms-app-mobile .slide-driverapp li.shot-1 figure {
  background-image: url("../images/service/tms/driver-01.png");
}
.sec-tms-app-mobile .slide-driverapp li.shot-2 figure {
  background-image: url("../images/service/tms/driver-02.png");
}
.sec-tms-app-mobile .slide-driverapp li.shot-3 figure {
  background-image: url("../images/service/tms/driver-03.png");
}
.sec-tms-app-mobile .slide-driverapp li.shot-4 figure {
  background-image: url("../images/service/tms/driver-04.png");
}
.sec-tms-app-mobile .slide-driverapp li strong {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.sec-tms-app-mobile .slide-driverapp li p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .sec-tms-app-mobile {
    display: none;
  }
}

.sec-tms-tech {
  padding: 120px 0 0;
}
.sec-tms-tech .con {
  display: flex;
  flex-direction: row;
  width: calc(100% + 85px);
  margin: 41px 0 0 -85px;
  align-items: stretch;
}
.sec-tms-tech .con li {
  position: relative;
  width: 25%;
  padding: 105px 0 44px 85px;
  color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.sec-tms-tech .con li::before {
  content: "";
  position: absolute;
  left: 88px;
  top: 0;
  width: 96px;
  height: 96px;
  background-size: 96px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec-tms-tech .con li:nth-child(1):before {
  background-image: url("../images/icons/icon-tech-01.png");
}
.sec-tms-tech .con li:nth-child(2):before {
  background-image: url("../images/icons/icon-tech-02.png");
}
.sec-tms-tech .con li:nth-child(3):before {
  background-image: url("../images/icons/icon-tech-03.png");
}
.sec-tms-tech .con li:nth-child(4):before {
  background-image: url("../images/icons/icon-tech-04.png");
}
.sec-tms-tech .con li strong {
  display: block;
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
}
.sec-tms-tech .con li em {
  position: absolute;
  left: 85px;
  bottom: 0;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #5188f3;
  letter-spacing: -0.07em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-tms-tech {
    padding: 60px 0;
  }
  .sec-tms-tech .con {
    display: block;
    width: 100%;
    margin: 0;
  }
  .sec-tms-tech .con li {
    position: relative;
    width: 100%;
    padding: 104px 0 0;
    margin-top: 36px;
  }
  .sec-tms-tech .con li::before {
    left: 0;
    width: 80px;
    height: 80px;
    background-size: 80px auto;
  }
  .sec-tms-tech .con li strong {
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
  }
  .sec-tms-tech .con li em {
    position: static;
    left: 0;
    margin-top: 24px;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

.item-function {
  position: relative;
  padding: 54px 0 50px;
}
.item-function h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.item-function .main {
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
.item-function .sub {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.item-function .sub span {
  white-space: nowrap;
}
.item-function ul {
  margin-left: 3px;
}
.item-function ul li {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.item-function ul li strong {
  display: block;
  font-weight: 700;
}
.item-function ul li + li {
  margin-top: 9px;
}
.item-function dl {
  margin: 2px 0 0 3px;
}
.item-function dl dd {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.item-function figure {
  position: absolute;
}
.item-function figure img {
  display: block;
}
.item-function.right {
  padding: 54px 0 18px 50%;
  min-height: 332px;
}
.item-function.right figure {
  right: 50%;
  margin-right: 75px;
  margin-top: -6px;
}
.item-function.right img {
  height: 332px;
}
.item-function.left {
  padding: 54px 50% 50px 0;
  min-height: 310px;
}
.item-function.left figure {
  left: 50%;
}
.item-function.left img {
  height: 310px;
}
@media (max-width: 767px) {
  .item-function h4 {
    padding-bottom: 12px;
    margin-top: 35px;
    font-size: 16px;
    line-height: 1;
  }
  .item-function .main {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 24px;
  }
  .item-function .sub {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }
  .item-function ul {
    margin-left: 0;
  }
  .item-function ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .item-function ul li strong {
    padding-bottom: 8px;
    color: #000;
    letter-spacing: 0;
  }
  .item-function ul li + li {
    margin-top: 24px;
  }
  .item-function dl {
    margin: 0;
  }
  .item-function dl dd {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0;
  }
  .item-function dl dd + dd {
    margin-top: 8px;
  }
  .item-function figure {
    position: static;
  }
  .item-function.right {
    padding: 60px 0;
    min-height: auto;
  }
  .item-function.right figure {
    margin: 0;
  }
  .item-function.right img {
    width: 100%;
    height: auto;
    max-width: 418px;
  }
  .item-function.left {
    padding: 60px 0;
    min-height: auto;
  }
  .item-function.left figure {
    margin: 0;
  }
  .item-function.left img {
    width: 100%;
    height: auto;
    max-width: 418px;
  }
  .item-function + .item-function::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.sec-tms-function {
  padding: 80px 0 68px;
}
.sec-tms-function h3 {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .sec-tms-function {
    padding: 80px 0 0;
  }
  .sec-tms-function h3 {
    padding-bottom: 0;
    margin-bottom: -25px;
  }
}

.sec-realtime-info .limit-sub:last-child {
  padding-top: 100px;
}
.sec-realtime-info h3 {
  padding-bottom: 30px;
}
.sec-realtime-info .item-video {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .sec-realtime-info {
    padding: 0 0 60px;
  }
  .sec-realtime-info .limit-sub:first-child {
    padding-bottom: 60px;
  }
  .sec-realtime-info .limit-sub:last-child {
    padding-top: 60px;
  }
  .sec-realtime-info .limit-sub:last-child h3 {
    position: relative;
  }
  .sec-realtime-info .limit-sub:last-child h3:after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: -60px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.sec-career {
  height: 900px;
  background-color: #eaeeee;
}
.sec-career .ani {
  position: absolute;
  left: 76px;
  top: 0;
  bottom: 0;
  width: 406px;
}
.sec-career .ani .move {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  width: 257px;
  height: 808px;
  background: url("../images/career/hiring-move.png") 0 100%/257px 808px no-repeat;
  -transform: translateY(-200px);
  z-index: 2;
}
.sec-career .ani .move .num-job-opened {
  right: 33px;
  bottom: 119px;
  opacity: 0;
  -transform: scale3d(0, 0, 1) rotateZ(0.001deg);
}
.sec-career .ani .move .num-job-opened.show {
  opacity: 1;
  transition: opacity 0.3s;
  -transform: scale3d(1, 1, 1) rotateZ(0.001deg);
  -transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1.25);
}
.sec-career .ani .frame {
  content: "";
  position: absolute;
  left: 0;
  top: 364px;
  width: 325px;
  height: 496px;
  background: url("../images/career/hiring-frame.png") 0 0/325px 496px no-repeat;
  z-index: 3;
}
.sec-career .ani .base {
  content: "";
  position: absolute;
  left: 36px;
  top: 422px;
  width: 240px;
  height: 381px;
  background: url("../images/career/hiring-base.png") 0 0/240px 381px no-repeat;
  z-index: 1;
}
.sec-career .con {
  padding-top: 295px;
  margin-left: 480px;
}
.sec-career .con h2 {
  margin-left: -9px;
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.sec-career .con a {
  color: #000;
}
.sec-career .con .toggle-career {
  margin-top: 89px;
}
.sec-career .con .toggle-career > li,
.sec-career .con .toggle-tit,
.sec-career .con .toggle-con {
  transition: 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}
.sec-career .con .toggle-career > li {
  transition-property: margin-top;
}
.sec-career .con .toggle-career > li:not(:first-child).current {
  margin-top: 20px;
}
.sec-career .con .toggle-tit {
  display: block;
  height: 30px;
  font-family: "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  transform: scale(0.625, 0.625) rotateZ(0.001deg);
  transform-origin: 0 50%;
  transition-property: transform, font-weight;
}
.sec-career .con .toggle-con {
  position: relative;
  height: 0;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition-property: height;
}
.sec-career .con .toggle-con ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 0 26px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.sec-career .con .toggle-con li {
  position: relative;
  padding-left: 7px;
}
.sec-career .con .toggle-con li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.sec-career .con .toggle-con li:nth-child(n+6) {
  display: none;
}
.sec-career .con .toggle-career > li.current .toggle-con ul {
  opacity: 1;
  transition-duration: 0.5s;
}
.sec-career .con .current .toggle-tit {
  transform: scale(1, 1) rotateZ(0.001deg);
  font-weight: 600;
}
.sec-career .con .current .toggle-con {
  display: block;
}
@media (max-width: 767px) {
  .sec-career {
    height: auto;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sec-career::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 460px;
    background-color: #eaeeee;
  }
  .sec-career .limit {
    padding-top: 662px;
  }
  .sec-career .ani {
    left: 50%;
    top: -55px;
    transform: scale(0.778) translateX(-50%);
    transform-origin: 0 0;
    width: 310px;
  }
  .sec-career .con {
    height: 334px;
    padding: 0;
    margin: 0;
  }
  .sec-career .con h2 {
    position: absolute;
    left: 50%;
    top: 168px;
    font-size: 40px;
    line-height: 32px;
    transform: translateX(-50%);
    letter-spacing: -0.03em;
    margin-left: 0;
  }
  .sec-career .con .toggle-career {
    margin: 0 auto;
  }
  .sec-career .con .toggle-tit {
    height: auto;
    margin-top: 4px;
    font-size: 18px;
    transform: scale(0.8, 0.8) rotateZ(0.001deg);
  }
  .sec-career .con .toggle-con {
    font-size: 12px;
    line-height: 18px;
    color: #666;
  }
  .sec-career .con .toggle-con ul {
    padding: 16px 0 8px;
  }
}

.sec-culture {
  padding: 120px 0 113px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-culture .con {
  display: flex;
  align-items: flex-start;
  margin-top: 47px;
}
.sec-culture .con .title {
  width: 453px;
  padding-right: 26px;
  box-sizing: border-box;
}
.sec-culture .con .title strong {
  display: block;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  box-sizing: border-box;
}
.sec-culture .con .title strong + strong {
  margin-top: 32px;
}
.sec-culture .con .paragraph {
  flex: 1;
}
.sec-culture .con .paragraph p {
  font-size: 18px;
  line-height: 27px;
  margin-top: 8px;
}
.sec-culture .con .paragraph p + p {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .sec-culture {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .sec-culture .con {
    display: block;
    margin-top: 24px;
  }
  .sec-culture .con .title {
    width: auto;
    padding-right: 0;
  }
  .sec-culture .con .title strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
  }
  .sec-culture .con .title strong + strong {
    margin-top: 5px;
  }
  .sec-culture .con .paragraph {
    padding: 0 17px;
  }
  .sec-culture .con .paragraph p {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
    margin-top: 36px;
  }
  .sec-culture .con .paragraph p + p {
    margin-top: 16px;
  }
}

.item-crew {
  display: inline-block;
  width: 210px;
  vertical-align: top;
  margin: 36px 10px 0;
  text-align: center;
  color: #000;
}
.item-crew figure {
  position: relative;
  padding-top: 100%;
  background-color: #d8d8d8;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}
.item-crew figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1) rotateZ(0.001deg);
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.item-crew figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 105px;
  box-shadow: inset 0 0 0 0 #13bf80;
  transition: box-shadow 0.2s;
}
.item-crew strong {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-crew em {
  display: block;
  margin-top: 1px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hoverable .item-crew:hover figure:after {
  box-shadow: inset 0 0 0 3px #13bf80;
}
@media (max-width: 767px) {
  .item-crew {
    width: 160px;
    margin: 0;
    display: block !important;
    opacity: 0.5;
    transition: opacity 0.25s ease-out;
  }
  .item-crew.swiper-slide-active {
    opacity: 1;
  }
  .item-crew strong {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1;
  }
  .item-crew em {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}

.sec-crew {
  padding: 120px 0 116px;
}
.sec-crew .tab-text {
  position: absolute;
  right: 70px;
  top: 0;
}
.sec-crew .list-crew {
  font-size: 0;
  margin: 24px -10px 0;
}
.sec-crew .no-data {
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  padding: 100px 0;
}
.sec-crew .pg {
  display: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 60px;
}
.sec-crew .pg strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .sec-crew .swiper-container {
    width: auto;
  }
  .sec-crew .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .sec-crew {
    text-align: center;
    padding: 60px 0;
  }
  .sec-crew .tab-text {
    display: none;
  }
  .sec-crew .list-crew {
    width: auto;
    margin: 60px -24px 0;
    white-space: nowrap;
  }
  .sec-crew .pg {
    display: block;
  }
}

.sec-life {
  padding: 96px 0 120px;
  background-color: #f7f5f3;
}
.sec-life h3 {
  height: 103px;
  background: url("../images/career/career-tit-life.png") 2px 0/auto 103px no-repeat;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.sec-life .major {
  min-height: 390px;
  padding-right: 623px;
  background: url("../images/career/career-life.png") 100% 68px/auto 321px no-repeat;
  font-size: 16px;
  line-height: 24px;
}
.sec-life .major ul {
  padding-top: 36px;
}
.sec-life .major li {
  margin-top: 12px;
}
.sec-life .more {
  margin-top: 81px;
  margin-left: -65px;
  font-size: 0;
}
.sec-life .more dl {
  display: inline-block;
  width: 34%;
  padding-left: 65px;
  vertical-align: top;
  box-sizing: border-box;
}
.sec-life .more dl:last-child {
  width: 32%;
}
.sec-life .more dt {
  padding-bottom: 3px;
  font-weight: 700;
}
.sec-life .more dt u {
  position: relative;
  font-family: Times, "Inter Variable", "Noto Sans KR", "맑은고딕", Malgun Gothic, sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}
.sec-life .more dt u::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 1px solid #000;
}
.sec-life .more dt span {
  display: block;
  margin-top: 19px;
  font-size: 18px;
  line-height: 27px;
}
.sec-life .more dd {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .sec-life {
    padding: 50px 0 60px;
  }
  .sec-life h3 {
    height: 53px;
    background: url("../images/career/career-tit-life-m.png") -20px 0/auto 53px no-repeat;
    position: relative;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .sec-life .major {
    min-height: auto;
    padding: 0 0 208px 0;
    font-size: 14px;
    line-height: 20px;
    background: url("../images/career/career-life-m.png") 50% 100%/auto 160px no-repeat;
  }
  .sec-life .major ul {
    padding-top: 14px;
  }
  .sec-life .major li {
    margin-top: 12px;
    opacity: 0.7;
  }
  .sec-life .more {
    margin: 4px 0 0;
  }
  .sec-life .more dl {
    display: block;
    width: auto;
    padding: 0;
    margin-top: 50px;
  }
  .sec-life .more dl:last-child {
    width: auto;
  }
  .sec-life .more dt {
    padding-bottom: 28px;
  }
  .sec-life .more dt span {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 15px;
  }
  .sec-life .more dd {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.29;
    opacity: 0.7;
  }
}

.sec-system {
  padding: 120px 0 126px;
}
.sec-system h4 {
  display: block;
  margin-top: 62px;
  font-size: 66px;
  text-align: center;
  line-height: 1;
}
.sec-system h4 mark {
  font-weight: 700;
}
.sec-system h4 mark::before {
  content: "‘";
}
.sec-system h4 mark:after {
  content: "’";
}
.sec-system p {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}
@media (max-width: 767px) {
  .sec-system {
    padding: 60px 0;
    text-align: center;
  }
  .sec-system h4 {
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 35px;
  }
  .sec-system h4 mark {
    font-weight: 400;
  }
  .sec-system h4 mark::before, .sec-system h4 mark:after {
    display: none;
  }
  .sec-system p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 47px;
  }
}

.sec-join {
  position: relative;
  height: 750px;
  -background: url("../images/career/@join.jpg") 50% 50%/cover no-repeat;
}
.sec-join .visual {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.sec-join .visual video {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.sec-join h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 218px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 66px;
  line-height: 1;
}
.sec-join h3 sup {
  display: block;
  padding-bottom: 18px;
  font-size: 18px;
}
.sec-join .btn-join {
  position: absolute;
  left: 50%;
  bottom: 120px;
  width: 300px;
  height: 56px;
  margin-left: -150px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec-join {
    height: auto;
    padding-top: 91.666%;
  }
  .sec-join h3 {
    display: none;
  }
  .sec-join .btn-join {
    display: none;
  }
}

.sec-hiring {
  position: relative;
  height: 400px;
  background: url("../images/career/visual-hiring.jpg") 100% 0/cover no-repeat;
}
.sec-hiring h2 {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: flex;
  width: 400px;
  height: 251px;
  padding: 30px 30px 14px;
  box-sizing: border-box;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
}
.sec-hiring h2 > strong {
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.sec-hiring h2 > span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.1px;
  font-weight: 300;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec-hiring h2::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 49px;
  height: 49px;
  background: url("../images/arr-lt.svg") no-repeat;
}
@media (max-width: 767px) {
  .sec-hiring:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
  }
  .sec-hiring h2 {
    top: auto;
    bottom: 8%;
    left: 24px;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    color: #fff;
    padding: 0;
    z-index: 2;
  }
  .sec-hiring h2 > strong {
    font-size: 32px;
    line-height: 38px;
  }
  .sec-hiring h2 > span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 28px;
  }
  .sec-hiring h2::before {
    display: none;
  }
}

.sec-job {
  padding: 80px 0;
}
.sec-job .tab-text {
  margin-top: 13px;
}
.sec-job .list-job {
  margin-top: 51px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-job .list-job a {
  position: relative;
  display: block;
  height: 59px;
  padding: 0 70px 0 2px;
  line-height: 59px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sec-job .list-job a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 18px;
  margin-top: -9px;
  background: url("../images/icons/icon-outlink.png") 50% 50%/26px 18px no-repeat;
}
@media (max-width: 767px) {
  .sec-job {
    padding: 32px 0 60px;
  }
  .sec-job .list-job {
    margin-top: 36px;
  }
  .sec-job .list-job a {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding-right: 40px;
  }
  .sec-job .list-job a:after {
    background-size: auto 12px;
    background-position: 100% 50%;
  }
}

.modal-interview {
  width: 685px;
  background-color: #f7f7f4;
}
.modal-interview .interview-head {
  position: relative;
  height: 478px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}
.modal-interview .interview-head .con {
  position: absolute;
  left: 69px;
  top: 58px;
  color: #fff;
}
.modal-interview .interview-head .con h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.modal-interview .interview-head .con em {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.modal-interview .interview-con {
  padding: 10px 40px 50px;
  font-size: 15px;
  line-height: 21px;
  background-color: #f7f7f4;
}
.modal-interview .interview-con h3 {
  margin: 25px 0 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal-interview {
    width: auto;
  }
  .modal-interview::before {
    content: "크루인터뷰";
  }
  .modal-interview .interview-head {
    height: 251px;
    background-size: cover;
  }
  .modal-interview .interview-head .con {
    left: 36px;
    top: 53px;
  }
  .modal-interview .interview-head .con h2 {
    font-size: 16px;
    line-height: 1;
  }
  .modal-interview .interview-head .con em {
    margin-top: 8px;
    font-size: 10px;
    line-height: 12px;
  }
  .modal-interview .interview-con {
    -margin-top: -8px;
    padding: 0 24px 25px;
    font-size: 12px;
    line-height: 21px;
  }
  .modal-interview .interview-con h3 {
    margin: 24px 0 16px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
  }
}

/*# sourceMappingURL=mesh-korea.css.map */
