@charset "UTF-8";
/*
 * 모코엠시스 CSS  
 *
 * @since 2024-09-03
 * @version 1.0
 * @author 개발파트
 * @description 
 *   
 * @modification 
 * 수정일      	수정자     	수정내용
 * ---------- --------- -------------------------------
 * 2024-09-03           first 
 * 
 *
 * @copyright
 *  copyright (C) by FRIVER all right reserved.  
 * 
 *  이 문서는 프리버의 자산입니다.
 */
/* Variables
/* ---------------------------------------------------------- */
:root {
  /* color */
  --white-color: #fff;
  --black-color: #140a00;
  --blue-color: #045fd4;
  --red-color: #ff0000;
  --grey-dark-color: #909090;
  --grey-light-color: #e0e0e0;
  /* Size */
  --padding: 12px;
  /* Font Size */
  --font-large: 18px;
  --font-medium: 14px;
  --font-small: 12px;
  --font-micro: 10px;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Pretendard-Thin.woff) format("woff"), url(../fonts/Pretendard-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Pretendard-ExtraLight.woff) format("woff"), url(../fonts/Pretendard-ExtraLight.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Pretendard-Light.woff) format("woff"), url(../fonts/Pretendard-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Pretendard-Regular.woff) format("woff"), url(../fonts/Pretendard-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Pretendard-Medium.woff) format("woff"), url(../fonts/Pretendard-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Pretendard-SemiBold.woff) format("woff"), url(../fonts/Pretendard-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Pretendard-Bold.woff) format("woff"), url(../fonts/Pretendard-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Pretendard-Black.woff) format("woff"), url(../fonts/Pretendard-Black.woff2) format("woff2");
}
/* Reset
/* ---------------------------------------------------------- */
* {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: transparent;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center {
  text-align: center;
}

.none-pad {
  padding: 0 !important;
}

.margin0 {
	margin:0 !important;
}

.central {
  display: flex;
  justify-content: center;  /* 가로 가운데 정렬 */
  align-items: center;      /* 세로 가운데 정렬 */
}

.form legend {
  text-indent: -9999px;
  font-weight: bold;
  width: 0;
  height: 0;
  overflow: hidden;
}

.dim {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.progess {
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  transform: translateZ(0) translate(-50%, -50%);
}

.sch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 1.25rem 0;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.3125rem;
}
.sch-wrap input {
  height: 2.5rem;
}

.sch-wrap > div + div {
  margin-left: 1.875rem;
}

.sch-wrap span {
  margin: 0 0.625rem;
  white-space: nowrap;
}

.sch-wrap .input-btn-group {
  margin-left: 0.625rem;
}

.sch-wrap .input-btn-group input {
  width: 8.125rem !important;
}

.sch-wrap .input-btn-group a {
  white-space: nowrap;
}

.button-margin {
  margin-right: 5px; /* 원하는 간격 설정 */
  margin-left: 5px; /* 원하는 간격 설정 */
}

.select-box {
  width: 200px; /* 원하는 너비로 조정하세요 */
  margin: auto; /* 가운데 정렬 */
  margin-top: 10px; /* 원하는 간격 설정 */
  border-radius: 5px; /* 모서리를 둥글게 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.container {
  width: 100%;
  max-width: 111.25rem;
  margin: 0 auto;
}

.text-center {
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-110 {
  margin-top: 6.875rem !important;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mt-130 {
  margin-top: 8.125rem !important;
}

.mt-140 {
  margin-top: 8.75rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

.txt-red {
  color: #ff4921;
}

.mo-only {
  display: none;
}

.col-number {
  width: 10%;
}

.col-title {
  width: 75%;
}

.col-date {
  width: 15%;
}

@media only all and (max-width: 46.875rem) {
  .pc-only {
    display: none !important;
  }
  .mo-only {
    display: block;
  }
  .col-title {
    width: 65%;
  }
  .col-date {
    width: 25%;
  }
}
@media only all and (min-width: 46.9375rem) {
  .w-60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.header {
  position: absolute;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .center ul li {
  position: relative;
}
.header .center ul li > ul {
  display: none;
  position: absolute;
  z-index: 2;
  top: 6.75rem;
}
.header .center ul li > ul li {
  padding-left: 0;
  text-align: center;
}
.header .center ul li > ul li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.header .center ul li > ul li + li {
  padding-top: 2rem;
}
.header .center ul li a {
  display: block;
  width: 7.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #ffffff;
}
.header .center ul li + li {
  padding-left: 2.75rem;
}
.header .suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .suffix .btn {
  height: 2.75rem;
  font-size: 0.875rem;
  line-height: 2.75rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 6.9375rem;
}
.header .suffix .btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .suffix .btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.header .suffix .btn:hover i {
  -webkit-filter: invert(80%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
          filter: invert(80%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}
.header .suffix .btn-lang-box {
  width: 2.75rem;
  position: relative;
  margin-left: 0.75rem;
}
.header .suffix .btn-lang-box .btn-lang {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  padding-top: 1rem;
  border-radius: 1.375rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.header .suffix .btn-lang-box .btn-lang .now-lang,
.header .suffix .btn-lang-box .btn-lang .change-lang {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
}
.header .suffix .btn-lang-box .btn-lang .change-lang {
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .suffix .btn-lang-box .btn-lang .change-lang:hover {
  opacity: 1;
}
.header .suffix .btn-lang-box .btn-lang i {
  display: block;
  width: 100%;
  margin: 0.25rem 0 0.5625rem;
  background-position: center center;
  background-size: contain;
}
.header .suffix .btn-lang-box .btn-lang.active {
  height: 4.375rem;
}
.header:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
.header:hover .center ul li > ul {
  display: block;
}
.header:hover:after {
  content: "";
  width: 100%;
  height: 27.5rem;
  background-color: rgba(0, 0, 0, 0.95);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.95);
  position: absolute;
  z-index: 1;
}
.header .mo-menu {
  display: none;
}

body.en .header .center ul li > ul li a {
  line-height: 1.2;
}

@media screen and (max-width: 46.875rem) {
  .header {
    background-color: transparent;
  }
  .header:hover {
    background-color: transparent;
  }
  .header .wrapper {
    height: 3.75rem;
  }
  .header .wrapper .center {
    display: none;
  }
  .header .wrapper .logo {
    display: block;
    width: 6.4375rem;
  }
  .header .wrapper .suffix .btn {
    font-size: 0.6875rem;
    line-height: 2rem;
    padding-left: 0.8125rem;
    padding-right: 0.625rem;
    height: 2rem;
    min-width: auto;
  }
  .header .wrapper .suffix .btn > i {
    width: 1rem;
    height: 1rem;
  }
  .header::after {
    display: none;
  }
  .header .mo-menu {
    display: block;
  }
  .header .suffix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .suffix .btn-lang-box {
    display: none;
  }
  .header .suffix .mo-menu {
    margin-left: 1.4375rem;
  }
  .header .suffix .mo-menu .mo-gnb {
    display: none;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
    background: #000;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 1.875rem 1.25rem;
    z-index: 9999;
  }
  .header .suffix .mo-menu .mo-gnb > ul > li {
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .header .suffix .mo-menu .mo-gnb > ul > li + li {
    padding-top: 1.5rem;
  }
  .header .suffix .mo-menu .mo-gnb > ul > li a {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
  }
  .header .suffix .mo-menu .mo-gnb > ul > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.9375rem;
  }
  .header .suffix .mo-menu .mo-gnb > ul > li ul li + li {
    padding-left: 2rem;
  }
  .header .suffix .mo-menu .mo-gnb > ul > li ul li a {
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #ddd;
    font-weight: 500;
  }
  .header .suffix .mo-menu .mo-gnb .btn-lang-box-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5rem;
  }
  .header .suffix .mo-menu .mo-gnb .btn-lang-box-mo > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.5rem;
  }
  .header .suffix .mo-menu .mo-gnb .btn-lang-box-mo > ul > li:first-child {
    padding-right: 1.25rem;
  }
  .header .suffix .mo-menu .mo-gnb .btn-lang-box-mo > ul > li:last-child {
    padding-left: 1.25rem;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  .header .suffix .mo-menu .mo-gnb .btn-lang-box-mo > ul > li > a {
    font-size: 0.875rem;
    color: #ddd;
  }
  .header.open {
    background: #000;
  }
  .header.open .suffix .mo-menu .ico-hamburger {
    background-image: url(../img/ico_x_close.png);
  }
  .header.open .suffix .mo-menu .mo-gnb {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .header .wrapper {
    padding: 0 20px;
  }
}
[class^=ico-] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ico-white-arrow {
  background-image: url(../img/ico_white_arrow.png);
  width: 1.25rem;
  height: 1.25rem;
}

.ico-home {
  background-image: url(../img/ico_home.png);
  width: 1.125rem;
  height: 1.125rem;
}

.ico-arrow-down {
  background-image: url(../img/ico_arrow_down.png);
  width: 1.125rem;
  height: 1.125rem;
}

.ico-integration {
  background-image: url(../img/ico_integration.png);
  width: 3.5rem;
  height: 3.5rem;
}

.ico-security {
  background-image: url(../img/ico_security.png);
  width: 2.3125rem;
  height: 3.5rem;
}

.ico-cloud {
  background-image: url(../img/ico_cloud.png);
  width: 3.5625rem;
  height: 3.5rem;
}

.ico-company {
  background-image: url(../img/ico_company.png);
  width: 2.5rem;
  height: 2.5rem;
}

.ico-calendar {
  background-image: url(../img/ico_calendar.png);
  width: 2.5rem;
  height: 2.5rem;
}
.ico-calendar.size32 {
  width: 2rem;
  height: 2rem;
}

.ico-ceo {
  background-image: url(../img/ico_ceo.png);
  width: 1.75rem;
  height: 2.5rem;
}

.ico-chairman {
  background-image: url(../img/ico_chairman.png);
  width: 2.25rem;
  height: 2.5rem;
}

.ico-graph {
  background-image: url(../img/ico_graph.png);
  width: 2.5rem;
  height: 2.5rem;
}

.ico-call {
  background-image: url(../img/ico_call.png);
  width: 2.5rem;
  height: 2.5rem;
}

.ico-address {
  background-image: url(../img/ico_address.png);
  width: 2.125rem;
  height: 2.5rem;
}

.ico-field {
  background-image: url(../img/ico_field.png);
  width: 2.5rem;
  height: 2.5rem;
}
.ico-field.size48 {
  width: 3rem;
  height: 3rem;
}

.ico-group {
  background-image: url(../img/ico_group.png);
  width: 2.5rem;
  height: 2.25rem;
}

.ico-search {
  background-image: url(../img/ico_search.png);
  width: 1.625rem;
  height: 1.625rem;
}

.ico-paging-prev {
  background-image: url(../img/ico_paging_prev.png);
  width: 1.75rem;
  height: 1.75rem;
}

.ico-paging-next {
  background-image: url(../img/ico_paging_next.png);
  width: 1.75rem;
  height: 1.75rem;
}

.ico-hamburger {
  background-image: url(../img/ico_hamburger.png);
  width: 1.5rem;
  height: 1.5rem;
}

.ico-white-arrow-la {
  background-image: url(../img/ico_white_arrow_la.png);
  width: 1.75rem;
  height: 1.75rem;
}

.ico-location {
  background-image: url(../img/ico_location.png);
  width: 2.0625rem;
  height: 2.5rem;
}

.ico-call-w {
  background-image: url(../img/ico_call_w.png);
  width: 1.5rem;
  height: 1.5rem;
}

.ico-fax {
  background-image: url(../img/ico_fax.png);
  width: 1.5rem;
  height: 1.5rem;
}

.ico-arrow-down-b2 {
  background-image: url(../img/ico_arrow_down_b2.png);
  width: 0.875rem;
  height: 0.875rem;
}

.ico-check {
  background-image: url(../img/ico_check.png);
  width: 1.75rem;
  height: 1.75rem;
}

.ico-group2 {
  background-image: url(../img/ico_group2.png);
  width: 3.3125rem;
  height: 3rem;
}

.ico-api {
  background-image: url(../img/ico_api.png);
  width: 3rem;
  height: 3rem;
}

.ico-data {
  background-image: url(../img/ico_data.png);
  width: 3rem;
  height: 3rem;
}

.ico-message {
  background-image: url(../img/ico_message.png);
  width: 2.625rem;
  height: 3rem;
}

.ico-security2 {
  background-image: url(../img/ico_security2.png);
  width: 2.1875rem;
  height: 3rem;
}

.ico-manage {
  background-image: url(../img/ico_manage.png);
  width: 3rem;
  height: 3rem;
}

.ico-business {
  background-image: url(../img/ico_business.png);
  width: 2.1875rem;
  height: 3rem;
}

.ico-cloud2 {
  background-image: url(../img/ico_cloud2.png);
  width: 3rem;
  height: 3rem;
}

.ico-download {
  background-image: url(../img/ico_download.png);
  width: 1.25rem;
  height: 1.25rem;
}

.ico-cooperation {
  background-image: url(../img/ico_cooperation.png);
  width: 3.5rem;
  height: 3rem;
}

.ico-document {
  background-image: url(../img/ico_document.png);
  width: 3.3125rem;
  height: 3rem;
}

.ico-smart {
  background-image: url(../img/ico_smart.png);
  width: 2.0625rem;
  height: 3rem;
}

.ico-protect {
  background-image: url(../img/ico_protect.png);
  width: 3rem;
  height: 3rem;
}

.ico-file {
  background-image: url(../img/ico_file.png);
  width: 3.0625rem;
  height: 3rem;
}

.ico-cloud3 {
  background-image: url(../img/ico_cloud3.png);
  width: 4.25rem;
  height: 3rem;
}

.ico-personal {
  background-image: url(../img/ico_personal.png);
  width: 2.6875rem;
  height: 3rem;
}

.ico-performance {
  background-image: url(../img/ico_performance.png);
  width: 3.0625rem;
  height: 3rem;
}

.ico-cloud4 {
  background-image: url(../img/ico_cloud4.png);
  width: 3.0625rem;
  height: 3rem;
}

.ico-monitoring {
  background-image: url(../img/ico_monitoring.png);
  width: 2.75rem;
  height: 3rem;
}

.ico-monitoring2 {
  background-image: url(../img/ico_monitoring2.png);
  width: 3.3125rem;
  height: 3rem;
}

.ico-visibility {
  background-image: url(../img/ico_visibility.png);
  width: 2.875rem;
  height: 3rem;
}

.ico-monitoring3 {
  background-image: url(../img/ico_monitoring3.png);
  width: 3.8125rem;
  height: 3rem;
}

.ico-star {
  background-image: url(../img/ico_star.png);
  width: 2.5625rem;
  height: 3.25rem;
}

.ico-goal {
  background-image: url(../img/ico_goal.png);
  width: 2.875rem;
  height: 3.25rem;
}

.ico-chart {
  background-image: url(../img/ico_chart.png);
  width: 3.5rem;
  height: 3.25rem;
}

.ico-online {
  background-image: url(../img/ico_online.png);
  width: 2.4375rem;
  height: 2rem;
}

.ico-duty {
  background-image: url(../img/ico_duty.png);
  width: 2.0625rem;
  height: 2rem;
}

.ico-office {
  background-image: url(../img/ico_office.png);
  width: 2.5rem;
  height: 2rem;
}

.ico-student {
  background-image: url(../img/ico_student.png);
  width: 5rem;
  height: 5rem;
}

.ico-phone {
  background-image: url(../img/ico_phone.png);
  width: 4.25rem;
  height: 5rem;
}

.ico-present {
  background-image: url(../img/ico_present.png);
  width: 4.25rem;
  height: 4.3125rem;
}

.ico-house {
  background-image: url(../img/ico_house.png);
  width: 5rem;
  height: 4.9375rem;
}

.ico-camping {
  background-image: url(../img/ico_camping.png);
  width: 5.125rem;
  height: 5rem;
}

.ico-refresh {
  background-image: url(../img/ico_refresh.png);
  width: 5rem;
  height: 4.75rem;
}

.ico-more {
  background-image: url(../img/icon-more-arrow.png);
  width: 1.5rem;
  height: 1.5rem;
}

.ico-more-white {
  background-image: url(../img/icon-more-arrow-white.png);
  width: 1.5rem;
  height: 1.5rem;
}

.ico-send-mail {
  background-image: url(../img/ico_send_mail.png);
  width: 4rem;
  height: 3.8125rem;
}

.ico-pupple-plus {
  background-image: url(../img/ico_pupple_plus.png);
  width: 1.25rem;
  height: 1.25rem;
}

.ico-x {
  background-image: url(../img/ico_x.png);
  width: 3.75rem;
  height: 3.75rem;
}

.ico-lock {
  background-image: url(../img/ico_lock.png);
  width: 1.625rem;
  height: 2.25rem;
}

.ico-ver {
  background-image: url(../img/ico_ver.png);
  width: 2.25rem;
  height: 2.25rem;
}

.ico-drive {
  background-image: url(../img/ico_drive.png);
  width: 2.75rem;
  height: 2rem;
}

.ico-project {
  background-image: url(../img/ico_project.png);
  width: 1.625rem;
  height: 2.25rem;
}

.ico-folder-serach {
  background-image: url(../img/ico_folder_serach.png);
  width: 2.25rem;
  height: 2.25rem;
}

.ico-folder-grant {
  background-image: url(../img/ico_folder_grant.png);
  width: 2.1875rem;
  height: 2rem;
}

.ico-folder-log {
  background-image: url(../img/ico_folder_log.png);
  width: 2.25rem;
  height: 2rem;
}

.ico-info {
  background-image: url(../img/ico_info.png);
  width: 2.0625rem;
  height: 2.25rem;
}

.ico-printer {
  background-image: url(../img/ico_printer.png);
  width: 2rem;
  height: 2.25rem;
}

.ico-pproval {
  background-image: url(../img/ico_approval.png);
  width: 1.625rem;
  height: 2.25rem;
}

.ico-info {
  background-image: url(../img/ico_info.png);
  width: 2.0625rem;
  height: 2.25rem;
}

.ico-printer {
  background-image: url(../img/ico_printer.png);
  width: 2rem;
  height: 2.25rem;
}

.ico-approval {
  background-image: url(../img/ico_approval.png);
  width: 1.75rem;
  height: 2.25rem;
}

.ico-trust {
  background-image: url(../img/ico_trust.png);
  width: 2.5625rem;
  height: 2.25rem;
}

.ico-capture {
  background-image: url(../img/ico_capture.png);
  width: 2.5rem;
  height: 2.25rem;
}

.ico-local-save {
  background-image: url(../img/ico_local_save.png);
  width: 1.6875rem;
  height: 2.25rem;
}

.ico-perform {
  background-image: url(../img/ico_perform.png);
  width: 3.125rem;
  height: 2rem;
}

.ico-dispersion {
  background-image: url(../img/ico_dispersion.png);
  width: 2.625rem;
  height: 2.25rem;
}

.ico-compatibility {
  background-image: url(../img/ico_compatibility.png);
  width: 1.75rem;
  height: 2.25rem;
}

.ico-multi {
  background-image: url(../img/ico_multi.png);
  width: 2.8125rem;
  height: 2.25rem;
}

.ico-ver2 {
  background-image: url(../img/ico_ver2.png);
  width: 2.125rem;
  height: 2.25rem;
}

.ico-extension {
  background-image: url(../img/ico_extension.png);
  width: 1.75rem;
  height: 2.25rem;
}

.ico-detection {
  background-image: url(../img/ico_detection.png);
  width: 2rem;
  height: 2.25rem;
}

.ico-filtering {
  background-image: url(../img/ico_filtering.png);
  width: 1.8125rem;
  height: 2.25rem;
}

.ico-personal-info {
  background-image: url(../img/ico_personal_info.png);
  width: 2rem;
  height: 2.25rem;
}

.ico-gear {
  background-image: url(../img/ico_gear.png);
  width: 2.25rem;
  height: 2.25rem;
}

.ico-large-files {
  background-image: url(../img/ico_large_files.png);
  width: 2.1875rem;
  height: 2.25rem;
}

.ico-aiming {
  background-image: url(../img/ico_aiming.png);
  width: 2.25rem;
  height: 2.25rem;
}

.ico-lock2 {
  background-image: url(../img/ico_lock2.png);
  width: 1.6875rem;
  height: 2.25rem;
}

.ico-arrow-down-s {
  background-image: url(../img/ico_arrow_down_s.png);
  width: 0.3125rem;
  height: 0.25rem;
}

.ico-lang {
  background-image: url(../img/ico_lang.png);
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 46.875rem) {
  .ico-home {
    width: 0.75rem;
    height: 0.75rem;
  }
  .ico-arrow-down {
    width: 0.75rem;
    height: 0.75rem;
  }
  .ico-search {
    width: 1.25rem;
    height: 1.25rem;
  }
  .ico-paging-prev,
  .ico-paging-next {
    width: 1.25rem;
    height: 1.25rem;
  }
  .ico-white-arrow-la {
    width: 1.25rem;
    height: 1.25rem;
  }
  .ico-check {
    width: 1.25rem;
    height: 1.25rem;
  }
  .ico-star {
    width: 2rem;
    height: 2.5rem;
  }
  .ico-goal {
    width: 2.1875rem;
    height: 2.5rem;
  }
  .ico-chart {
    width: 2.6875rem;
    height: 2.5rem;
  }
  .ico-student {
    width: 3.75rem;
    height: 3.75rem;
  }
  .ico-phone {
    width: 3.1875rem;
    height: 3.75rem;
  }
  .ico-present {
    width: 3.25rem;
    height: 3.25rem;
  }
  .ico-house {
    width: 3.5rem;
    height: 3.5rem;
  }
  .ico-camping {
    width: 3.875rem;
    height: 3.75rem;
  }
  .ico-refresh {
    width: 3.4375rem;
    height: 3.25rem;
  }
  .ico-lock {
    width: 1.25rem;
    height: 1.75rem;
  }
  .ico-ver {
    width: 1.75rem;
    height: 1.75rem;
  }
  .ico-drive {
    width: 2.0625rem;
    height: 1.5rem;
  }
  .ico-project {
    width: 1.25rem;
    height: 1.75rem;
  }
  .ico-folder-serach {
    width: 1.75rem;
    height: 1.75rem;
  }
  .ico-folder-grant {
    width: 1.875rem;
    height: 1.75rem;
  }
  .ico-folder-log {
    width: 1.6875rem;
    height: 1.5rem;
  }
  .ico-info {
    width: 1.625rem;
    height: 1.75rem;
  }
  .ico-printer {
    width: 1.5625rem;
    height: 1.75rem;
  }
  .ico-approval {
    width: 1.375rem;
    height: 1.75rem;
  }
  .ico-trust {
    width: 1.9375rem;
    height: 1.75rem;
  }
  .ico-capture {
    width: 1.9375rem;
    height: 1.75rem;
  }
  .ico-local-save {
    width: 1.3125rem;
    height: 1.75rem;
  }
  .ico-perform {
    width: 2.75rem;
    height: 1.75rem;
  }
  .ico-dispersion {
    width: 2rem;
    height: 1.75rem;
  }
  .ico-compatibility {
    width: 1.375rem;
    height: 1.75rem;
  }
  .ico-multi {
    width: 2.1875rem;
    height: 1.75rem;
  }
  .ico-multi {
    width: 1.625rem;
    height: 1.75rem;
  }
  .ico-extension {
    width: 1.375rem;
    height: 1.75rem;
  }
  .ico-detection {
    width: 1.5625rem;
    height: 1.75rem;
  }
  .ico-filtering {
    width: 1.375rem;
    height: 1.75rem;
  }
  .ico-personal-info {
    width: 1.5rem;
    height: 1.75rem;
  }
  .ico-gear {
    width: 1.75rem;
    height: 1.75rem;
  }
  .ico-large-files {
    width: 1.6875rem;
    height: 1.75rem;
  }
  .ico-aiming {
    width: 1.75rem;
    height: 1.75rem;
  }
  .ico-lock2 {
    width: 1.3125rem;
    height: 1.75rem;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 3.125rem;
  line-height: 4rem;
  padding-left: 2rem;
  padding-right: 1.625rem;
}
.btn i {
  margin-left: 0.25rem;
}
.btn.btn-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
}
.btn.btn-gray {
  border: 1px solid #ccc;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-wrap {
  text-align: center;
}

@media screen and (max-width: 46.875rem) {
  .btn {
    font-size: 0.8125rem;
    line-height: 2.75rem;
    padding-left: 1.25rem;
    padding-right: 1rem;
  }
}
.visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 32.5rem;
  padding-top: 15.4375rem;
}
.visual .title {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: #ffffff;
}
.visual.mocomsys {
  background-image: url(../img/visual_mocomsys.png);
}
.visual.news {
  background-image: url(../img/visual_news.png);
}
.visual.support {
  background-image: url(../img/visual_support.png);
}
.visual.solutions {
  background-image: url(../img/visual_solution.png);
}
.visual.recruit {
  background-image: url(../img/visual_recruit.png);
}
.visual.ir {
  background-image: url(../img/visual_ir.png);
}
.visual .location {
  margin-top: 7rem;
}

@media screen and (max-width: 46.875rem) {
  .visual {
    height: 20rem;
    padding-top: 10.0625rem;
  }
  .visual .title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .visual .location {
    margin-top: 4.3125rem;
  }
  .visual .location.sm-mt {
    margin-top: 37px;
  }
}
.location > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location > ul > li {
  position: relative;
  padding: 0 1.25rem;
}
.location > ul > li:after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: #ccc;
  position: absolute;
  right: 0;
}
.location > ul > li a div {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  min-width: 7.5rem;
}
.location > ul > li a.open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.location > ul > li:nth-child(1) {
  padding-left: 0;
}
.location > ul > li:last-child:after {
  display: none;
}
.location > ul > li .dropdown-content {
  position: absolute;
  left: 0;
  top: 1.9375rem;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 0.5rem;
  min-width: 9.875rem;
}
.location > ul > li .dropdown-content ul {
  padding: 1.125rem 0.875rem;
}
.location > ul > li .dropdown-content ul li + li {
  padding-top: 0.875rem;
}
.location > ul > li .dropdown-content ul li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #666;
}
.location > ul > li .dropdown-content ul li a.active {
  color: #132761;
}
.location > ul > li .dropdown-content ul li:hover a {
  color: #132761;
}

@media screen and (max-width: 46.875rem) {
  .location > ul > li {
    padding: 0 0.75rem;
  }
  .location > ul > li a div {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    min-width: 5rem;
  }
  .location > ul > li a div + i {
    margin-left: 0.25rem;
  }
  .location > ul > li .dropdown-content {
    min-width: 6.375rem;
  }
  .location > ul > li .dropdown-content ul {
    padding: 1rem 0.75rem;
  }
  .location > ul > li .dropdown-content ul li a {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
  }
}
.page-top {
  text-align: center;
  margin-top: 4.8125rem;
  margin-bottom: 5.6875rem;
}
.page-top .page-sub-title {
  color: #ff4921;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.page-top .page-title {
  color: #000000;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-top: 0.6875rem;
}
.page-top .page-info {
  font-size: 1.25rem;
  line-height: 1.9375rem;
  color: #666;
  margin-top: 0.375rem;
}
.page-top .page-desc {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.page-desc.has-wrapper {
  max-width: 1250px;
  margin: auto;
  margin-top: 1.5rem;
}

.page-top-sub {
  text-align: center;
}
.page-top-sub .page-title {
  margin-bottom: 4.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
}

@media only all and (max-width: 46.875rem) {
  .page-top {
    margin-bottom: 2.5rem;
    padding: 0 1.25rem;
  }
  .page-top .page-sub-title {
    font-size: 0.875rem;
    line-height: 1;
  }
  .page-top .page-title {
    font-size: 1.75rem;
    margin-top: 1rem;
    line-height: 1.35;
  }
  .page-top .page-info {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
  .page-top .page-desc {
    font-size: 1.125rem;
    margin-top: 1rem;
    word-break: keep-all;
  }
  .page-top-sub {
    text-align: center;
  }
  .page-top-sub .page-title {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}
.wrapper {
  max-width: 95rem;
  margin: auto;
}

@media screen and (max-width: 46.875rem) {
  .wrapper {
    padding: 0 1.25rem;
  }
}
.dropdown-content {
  display: none;
}
.dropdown-content.show {
  display: block;
}

.footer {
  background-color: #1f1f1f;
  margin-top: 8.75rem;
  padding: 4.375rem 0;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-top .address-info {
  font-size: 1rem;
  line-height: 1rem;
  color: #999;
  margin-top: 2.75rem;
}
.footer .footer-top .address-info ul {
  margin-top: 0.625rem;
}
.footer .footer-top .address-info ul li {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
}
.footer .footer-top .address-info ul li:after {
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 0.125rem;
}
.footer .footer-top .address-info ul li:nth-child(1) {
  padding-left: 0;
}
.footer .footer-top .address-info ul li:last-child:after {
  display: none;
}
.footer .footer-top .suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footer-top .suffix > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top .suffix > ul > li {
  font-size: 1rem;
  line-height: 1rem;
  color: #f8f8f8;
  font-weight: 700;
}
.footer .footer-top .suffix > ul > li + li {
  padding-left: 6.25rem;
}
.footer .footer-top .suffix > ul > li ul {
  margin-top: 1.75rem;
}
.footer .footer-top .suffix > ul > li ul li a {
  color: #ccc;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.footer .footer-top .suffix > ul > li ul li + li {
  padding-top: 1.125rem;
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.0625rem solid #333;
  margin-top: 4.5625rem;
  padding-top: 1.125rem;
}
.footer .footer-bottom .prefix {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #999;
}
.footer .footer-bottom .copyright {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}

@media screen and (max-width: 46.875rem) {
  .footer {
    margin-top: 5rem;
    padding: 2.5rem 0;
  }
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer-top .prefix .footer-logo {
    width: 6.5625rem;
  }
  .footer .footer-top .prefix .address-info {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .footer .footer-top .suffix {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 4.8125rem;
  }
  .footer .footer-top .suffix > ul > li {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .footer .footer-top .suffix > ul > li + li {
    padding-left: 2.25rem;
  }
  .footer .footer-top .suffix > ul > li ul {
    margin-top: 1.0625rem;
  }
  .footer .footer-top .suffix > ul > li ul li + li {
    padding-top: 1rem;
  }
  .footer .footer-top .suffix > ul > li ul li a {
    font-size: 0.75rem;
  }
  .footer .footer-bottom {
    padding-top: 1rem;
    margin-top: 3.625rem;
  }
  .footer .footer-bottom .prefix,
  .footer .footer-bottom .copyright {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
input[type=text],
select,
textarea {
  font-family: "Pretendard";
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  height: 3.25rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 1rem;
}
input[type=text]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Pretendard";
  color: #999;
  font-weight: 400;
  font-size: 1rem;
}
input[type=text]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Pretendard";
  color: #999;
  font-weight: 400;
  font-size: 1rem;
}
input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Pretendard";
  color: #999;
  font-weight: 400;
  font-size: 1rem;
}
input[type=text]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Pretendard";
  color: #999;
  font-weight: 400;
  font-size: 1rem;
}
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
  font-family: "Pretendard";
  color: #999;
  font-weight: 400;
  font-size: 1rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/ico_select_arrow.png);
  background-repeat: no-repeat;
  background-position: 98%;
}

textarea {
  height: 17.5rem;
  padding: 1.25rem 1rem;
}

.search {
  position: relative;
  width: 25rem;
}
.search input[type=text] {
  padding: 0 1.5rem;
}
.search button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone span {
  display: inline-block;
  margin: 0 0.5rem;
}

.email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email span {
  display: inline-block;
  margin: 0 0.5rem;
}
.email select {
  margin-left: 0.5rem;
}

.orange-round-radio input[type=radio] {
  overflow: hidden;
  border: 0;
  position: absolute;
  z-index: -1;
  width: 0.0625rem;
  height: 0.0625rem;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.orange-round-radio input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  border: 0.0625rem solid #ccc;
  background-color: #ffffff;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #999;
  line-height: 2.875rem;
  padding: 0 1.375rem;
  cursor: pointer;
}
.orange-round-radio input[type=radio]:checked + label {
  border: 0.0625rem solid #ff4921;
  background-color: #ff4921;
  color: #ffffff;
}
.orange-round-radio + .orange-round-radio {
  margin-left: 0.5rem;
}

.checkbox input[type=checkbox] {
  overflow: hidden;
  border: 0;
  position: absolute;
  z-index: -1;
  width: 0.0625rem;
  height: 0.0625rem;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #333;
  font-weight: 500;
  padding-left: 2.25rem;
  cursor: pointer;
}
.checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3125rem;
  background-image: url(../img/ico_checkbox.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.75rem;
  height: 1.75rem;
}
.checkbox input[type=checkbox]:checked + label:after {
  background-image: url(../img/ico_checkbox_on.png);
}

.input-group {
  width: 100%;
}
.input-group .label {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #333;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 46.875rem) {
  input[type=text],
  select {
    height: 2.5rem;
    font-size: 0.8125rem;
  }
  input[type=text]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 0.8125rem;
  }
  input[type=text]::-moz-placeholder, select::-moz-placeholder {
    font-size: 0.8125rem;
  }
  input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  input[type=text]::-ms-input-placeholder, select::-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  input[type=text]::placeholder,
  select::placeholder {
    font-size: 0.8125rem;
  }
  select {
    background-size: 0.875rem;
    background-position: calc(100% - 1.25rem);
  }
  .search {
    width: 15rem;
  }
  .search input[type=text] {
    padding: 0 0.75rem;
  }
  .search button {
    right: 0.75rem;
  }
  .orange-round-radio input[type=radio] + label {
    font-size: 0.8125rem;
    line-height: 2.75rem;
    padding: 0 0.6875rem;
  }
  .orange-round-radio + .orange-round-radio {
    margin-left: 0.375rem;
  }
  .checkbox input[type=checkbox] + label {
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding-left: 1.625rem;
  }
  .checkbox input[type=checkbox] + label:after {
    width: 1.25rem;
    height: 1.25rem;
    top: -0.25rem;
  }
  .email {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .email input[type=text] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .email select {
    margin-left: 0;
    margin-top: 0.375rem;
  }
  .email span {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    margin: 0 0.25rem;
  }
}
.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 2.5rem;
}
.search-wrap .total {
  font-size: 1.25rem;
  font-weight: 400;
  color: #666;
}
.search-wrap .total span {
  font-weight: 500;
  color: #000000;
}
.search-wrap.none-border-type {
  border: 0;
}

@media screen and (max-width: 46.875rem) {
  .search-wrap {
    padding-bottom: 2rem;
  }
  .search-wrap .total {
    font-size: 0.875rem;
  }
}
.paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging ul li ul li a {
  display: block;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
}
.paging ul li ul li.on a {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0.625rem;
}
.paging ul li.prev {
  margin-right: 1.25rem;
}
.paging ul li.next {
  margin-left: 1.25rem;
}

@media screen and (max-width: 46.875rem) {
  .paging ul li ul li a {
    width: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.75rem;
  }
  .paging ul li ul.on {
    border-radius: 0.25rem;
  }
}
.section {
  padding-bottom: 8.75rem;
}
.section:first-of-type {
  padding-top: 5rem;
}
.section:last-of-type {
  padding-bottom: unset;
}
.section .page-top {
  margin: 0 0 6.25rem 0;
}
.section .page-top .page-title {
  line-height: 1.35;
  margin-top: 1.5rem;
}
.section .page-top .page-info {
  margin-top: 1.5rem;
  word-break: keep-all;
}

.content.bg-blue {
  background-color: #132761;
  padding: 8.75rem 0 15rem;
}
.content.bg-blue.normal {
  padding: 8.75rem 0;
}
.content.bg-blue.normal .cont-name {
  color: #ffffff;
}
.content.img-welfare {
  padding: 8.75rem 0;
  position: relative;
  background: url(../img/img-welfare.jpg) no-repeat center center/cover;
}
.content.img-welfare::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content.img-welfare .wrapper {
  position: relative;
  z-index: 5;
}
.content.img-welfare .cont-name {
  color: #ffffff;
}

@media only all and (max-width: 46.875rem) {
  .section {
    padding-bottom: 5rem;
  }
  .section .page-top {
    margin: 0 0 2.5rem 0;
  }
  .section .page-top .page-title {
    line-height: 1.35;
    margin-top: 0.875rem;
  }
  .section .page-top .page-info {
    margin-top: 1rem;
  }
  .content.bg-blue {
    background-color: #132761;
    padding: 5rem 0 9.875rem;
  }
  .content.bg-blue.normal {
    padding: 5rem 0;
  }
  .content.img-welfare {
    padding: 5rem 0;
  }
}
.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -1rem;
}
.file-list li {
  position: relative;
  margin: 0 1rem;
}
.file-list li a {
  position: relative;
  padding-left: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #666;
}
.file-list li a:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/ico_paperclip.png);
  position: absolute;
  left: 0;
}
.file-list li:before {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: #ddd;
  position: absolute;
  right: -1rem;
}
.file-list li:last-child::before {
  display: none;
}

@media screen and (max-width: 46.875rem) {
  .file-list li {
    margin: 0 0.5rem;
  }
  .file-list li a {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    padding-left: 1.125rem;
  }
  .file-list li a:after {
    width: 0.875rem;
    height: 0.875rem;
  }
  .file-list li:before {
    height: 0.75rem;
    right: -0.5rem;
    bottom: 0.125rem;
  }
}
.require {
  position: relative;
}
.require:after {
  content: "*";
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 1rem;
  color: #ff4921;
  position: absolute;
  right: -0.625rem;
  top: 0;
  width: 0.5625rem;
}

table.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table.table tr th,
table.table tr td {
  border: 0.0625rem solid #ddd;
  vertical-align: middle;
}
table.table tr th:first-of-type,
table.table tr td:first-of-type {
  border-left: unset;
}
table.table tr th:last-of-type,
table.table tr td:last-of-type {
  border-right: unset;
}
table.table tr th {
  background-color: #eee;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #000000;
  height: 3.125rem;
}
table.table tr td {
  background-color: #ffffff;
  font-size: 0.875rem;
  height: 5.125rem;
  color: #333;
  text-align: center;
}

.table-box-round {
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  overflow: hidden;
}
.table-box-round .table tr th {
  border-top: 0;
}
.table-box-round .table tr th:first-child {
  border-left: 0;
}
.table-box-round .table tr th:last-child {
  border-right: 0;
}
.table-box-round .table tr:nth-child(1) td {
  border-bottom: 0;
}
.table-box-round .table tr td:nth-child(1) {
  border-left: 0;
}
.table-box-round .table tr td:last-child {
  border-right: 0;
}

.table-box-border {
  border-top: 0.0625rem solid #333;
}
.table-box-border .table tr th,
.table-box-border .table tr td {
  height: 3rem;
}
.table-box-border .table tr th {
  height: 3rem;
  border-top: unset;
  font-size: 1.125rem;
  font-weight: 700;
}
.table-box-border .table tr th .sub-th {
  font-weight: 400;
  display: inline-block;
  padding-top: 0.3125rem;
}
.table-box-border .table tr td {
  font-size: 1rem;
  color: #000000;
}
.table-box-border .table tr td.left-txt {
  text-align: left;
  padding: 0 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-box-border .table tr.gray-bg td {
  background-color: #f8f8f8;
}
.table-box-border.custom-text-right tr td:nth-child(2), .table-box-border.custom-text-right tr td:nth-child(3) {
  text-align: right;
  padding-right: 4.375rem;
}

.table-desc {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-desc .right {
  margin-left: auto;
}

.table-board table tbody tr {
  cursor: pointer;
}

@media screen and (max-width: 46.875rem) {
  table.table tr th {
    font-size: 0.8125rem;
    height: 2.875rem;
  }
  table.table tr td {
    font-size: 0.75rem;
    height: 6rem;
    line-height: 1.125rem;
    padding: 1.25rem 0.5rem 0 0.5rem;
    vertical-align: top;
  }
  .table-box-border .table tr td {
    font-size: 0.75rem;
    vertical-align: middle;
    padding: 0;
  }
  .table-box-border .table tr th {
    font-size: 0.8125rem;
    height: 2.875rem;
  }
  .table-box-border.custom-text-right tr td:nth-child(2), .table-box-border.custom-text-right tr td:nth-child(3) {
    padding-right: 5px;
  }
}
.guide-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #999;
  font-weight: 400;
}

@media screen and (max-width: 46.875rem) {
  .guide-text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.error-text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #ff4921;
  font-weight: 400;
  text-align: center;
}

.error-box {
  padding: 2.875rem 0;
}

@media screen and (max-width: 46.875rem) {
  .error-text {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .error-box {
    padding: 1.25rem 0;
  }
}
.news-list {
  margin-top: 2.5rem;
}
.news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.3333333333% - 25px);
          flex: 1 1 calc(33.3333333333% - 25px);
  max-width: calc(33.3333333333% - 16px);
  margin-bottom: 2.5rem;
  cursor: pointer;
  margin-right: 25px;
}
.news-list ul li:nth-child(3n) {
  margin-right: 0;
}
.news-list ul li:nth-last-child(1), .news-list ul li:nth-last-child(2), .news-list ul li:nth-last-child(3) {
  margin-bottom: 0;
}
.news-list ul li .top {
  padding-bottom: 1.5rem;
}
.news-list ul li .top .tag {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #ff4921;
  padding-bottom: 0.1875rem;
}
.news-list ul li .top .title {
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #000000;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 76px;
}
.news-list ul li .list-detail {
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  height: 44px;
  position: relative;
  z-index: 10;
  margin-bottom: 18px;
}
.news-list ul li .list-detail * {
  color: #999;
}
.news-list ul li .img-banner {
  position: relative;
  height: 17.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1.625rem;
}
.news-list ul li .img-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list ul li .date {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}

@media screen and (max-width: 46.875rem) {
  .news-list {
    margin-top: 2rem;
  }
  .news-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 1.875rem !important;
    margin-right: 0;
  }
  .news-list ul li:last-child {
    margin-bottom: 0 !important;
  }
  .news-list ul li .top {
    padding-bottom: 1.25rem;
  }
  .news-list ul li .top .tag {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    padding-bottom: 0.5rem;
  }
  .news-list ul li .top .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 3;
    min-height: 72px;
  }
  .news-list ul li .img-banner {
    height: 5.8125rem;
    margin-bottom: 1.25rem;
  }
  .news-list ul li .date {
    font-size: 0.8125rem;
  }
}
.detail-page .detail-top {
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-top: 2px solid black;
  padding-top: 40px;
}
.detail-page .detail-top .category {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #ff4921;
  padding-bottom: 0.875rem;
}
.detail-page .detail-top .title {
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 700;
  padding-bottom: 2.25rem;
}
.detail-page .detail-top .file-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-page .detail-top .file-date-wrap .prefix,
.detail-page .detail-top .file-date-wrap .suffix {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.detail-page .detail-top .file-date-wrap .suffix {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.detail-page .detail-top .file-date-wrap .prefix {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #999;
  font-weight: 400;
}
.detail-page .detail-info {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #333;
  font-weight: 400;
  padding-bottom: 4.375rem;
}
.detail-page .detail-info .img-banner {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem;
  margin-bottom: 3rem;
}
.detail-page .detail-info .img-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 46.875rem) {
  .detail-page .detail-top {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 24px;
  }
  .detail-page .detail-top .category {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    padding-bottom: 0.375rem;
  }
  .detail-page .detail-top .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .detail-page .detail-top .file-date-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .detail-page .detail-top .file-date-wrap .prefix {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    padding-top: 2.3125rem;
  }
  .detail-page .detail-top .file-date-wrap .suffix {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
  }
  .detail-page .detail-top .file-date-wrap .file-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: 0;
  }
  .detail-page .detail-info {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-bottom: 3.75rem;
  }
  .detail-page .detail-info .img-banner {
    height: 10.25rem;
    margin-bottom: 1.5rem;
  }
}
.label-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.25rem;
  min-width: 7.5rem;
  font-weight: 700;
  color: #000000;
}

.support .form-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.75rem;
  background-color: #f8f8f8;
  border-radius: 1.25rem;
}
.support .form-list > ul > li.center-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2.75rem;
}
.support .form-list > ul > li .label-title {
  margin-right: 6.25rem;
}
.support .form-list > ul > li .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.support .form-list > ul > li .form-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2.5rem;
}
.support .form-list > ul > li .form-box ul li {
  width: calc((100% - 28px) / 2);
  margin-bottom: 2.5rem;
}
.support .form-list > ul > li .form-box ul li:nth-child(even) {
  margin-left: 1.75rem;
}
.support .form-list > ul > li + li {
  margin-top: 1.375rem;
}
.support .agree p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666;
  font-weight: 400;
  padding-left: 2.25rem;
  letter-spacing: -0.2px;
  margin-top: 0.75rem;
}
.support .agree .table-box-round {
  margin: 1.25rem 0;
}

.logo-list-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: 0.125rem solid #eee;
  margin-bottom: 4.375rem;
}
.logo-list-tab li {
  padding-bottom: 1.25rem;
  cursor: pointer;
}
.logo-list-tab li a {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #666;
}
.logo-list-tab li + li {
  margin-left: 5rem;
}
.logo-list-tab li.on {
  position: relative;
}
.logo-list-tab li.on a {
  color: #000000;
}
.logo-list-tab li.on:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #000000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.5rem;
  margin-bottom: -1.5rem;
}
.logo-list li {
  margin-bottom: 1.5rem;
  width: calc((100% - 6rem) / 5);
}
.logo-list li .img-box {
  position: relative;
  width: 17.75rem;
  height: 6.25rem;
  width: 100%;
}
.logo-list li .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}

.pdf-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5rem;
}
.pdf-list ul li {
  width: 21.875rem;
  margin-left: 1.875rem;
  margin-bottom: 4.375rem;
}
.pdf-list ul li a {
  display: block;
}
.pdf-list ul li a .img-banner {
  width: 21.875rem;
  height: 15.625rem;
  position: relative;
}
.pdf-list ul li a .img-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: COVER;
     object-fit: COVER;
  max-width: 100%;
}
.pdf-list ul li a p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000000;
  margin-top: 2rem;
}

@media screen and (max-width: 46.875rem) {
  .label-title {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .support .form-list > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.75rem 1.25rem;
  }
  .support .form-list > ul > li.center-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.75rem 1.25rem;
  }
  .support .form-list > ul > li .label-title {
    margin-bottom: 1.25rem;
  }
  .support .form-list > ul > li .form-box > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .support .form-list > ul > li .form-box > ul li {
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .support .form-list > ul > li .form-box > ul li:nth-child(even) {
    margin-left: 0;
  }
  .support .agree p {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-left: 1.625rem;
  }
  .logo-list-tab li {
    padding-bottom: 1rem;
  }
  .logo-list-tab li a {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .logo-list-tab li + li {
    margin-left: 2rem;
  }
  .logo-list {
    gap: unset;
  }
  .logo-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50%;
  }
  .logo-list li .img-box {
    height: 4.25rem;
    width: 8.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo-list li .img-box img {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    top: unset;
  }
  .pdf-list ul {
    margin-left: 0;
  }
  .pdf-list ul li {
    margin-left: 0;
    width: 100%;
  }
  .pdf-list ul li a .img-banner {
    width: 100%;
    height: auto;
  }
  .pdf-list ul li a .img-banner img {
    width: 100%;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.header {
  z-index: 999;
}

.main-visual {
  position: relative;
}
.main-visual .scroll-down {
  position: absolute;
  right: 12.5rem;
  bottom: 6.25rem;
  z-index: 3;
}
.main-visual .video-wrap {
  position: relative;
  width: 100%; /* 원하는 너비 */
  background-color: rgba(0, 0, 0, 0.25);
}
.main-visual .video-wrap .visual-copyright {
  position: absolute;
  top: 50%;
  left: 12.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  z-index: 3;
}
.main-visual .video-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 1:1 비율 */
}
.main-visual .video-wrap video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  /*background: url(polina.jpg) no-repeat;*/
  background-size: cover;
}
.main-visual .visual-slide .swiper-button-play-pause {
  overflow: hidden;
  width: 0.5625rem;
  height: 0.6875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-play.png);
  border: 0;
  background-color: transparent;
  text-indent: -9999px;
}
.main-visual .visual-slide.pause .swiper-button-play-pause {
  background-image: url(../img/icon-pause.png);
}
.main-visual .visual-slide .swiper-pagenation-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 12.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  bottom: 50px;
  z-index: 1;
}
.main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-fraction {
  text-align: center;
  font-family: Pretendard;
  color: #ccc;
  font-size: 1rem;
  margin-left: 1.25rem;
}
.main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-fraction .swiper-pagination-current {
  color: #fff;
  font-size: 1.75rem;
}
.main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-bullet-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-bullet-wrap .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #999999;
  border-radius: 0;
  position: relative;
}
.main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-bullet-wrap .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
}
.main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-bullet-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-transform-origin: 50%, 0;
          transform-origin: 50%, 0;
  background-color: #fff;
  -webkit-animation-name: bullet;
          animation-name: bullet;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.en .main-visual .video-wrap .visual-copyright {
  font-size: 3.375rem;
}

@-webkit-keyframes bullet {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes bullet {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 46.9375rem) {
  .mo-view {
    display: none !important;
  }
  .section.main-service {
    position: relative;
    width: 100%;
    padding: 0 0 38.9375rem 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/main-service-bg.png);
    color: #ffffff;
  }
  .section.main-service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .section.main-service .main-service-wrap {
    position: relative;
    z-index: 10;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section.main-service .main-service-wrap .service-title {
    position: relative;
    padding-top: 15.5rem;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
  }
  .section.main-service .main-service-wrap .service-title::before {
    content: "";
    width: 0.0625rem;
    height: 5rem;
    position: absolute;
    top: 7.5rem;
    background-color: #ffffff;
    left: 50%;
  }
  .section.main-service .main-service-wrap .service-desc {
    margin-top: 3.75rem;
    color: #ccc;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.55;
  }
  .section.main-service .main-service-wrap .current-situation {
    width: 100%;
    max-width: 95rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 8.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section.main-service .main-service-wrap .current-situation .item {
    display: inline-block;
    text-align: left;
  }
  .section.main-service .main-service-wrap .current-situation .item .count-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section.main-service .main-service-wrap .current-situation .item .count-wrap .count {
    color: #ffffff;
    font-family: "ONE Mobile";
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1;
  }
  .section.main-service .main-service-wrap .current-situation .item .count-wrap .unit {
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 1.5rem;
    padding-left: 0.625rem;
  }
  .section.main-service .main-service-wrap .current-situation .item .category {
    color: #999;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  .partner {
    margin: -463px auto 0 auto;
    padding: 4.375rem 5.625rem 3.1875rem;
    max-width: 1520px;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    background-color: #f8f8f8;
    min-height: 709px;
  }
  .partner .partner-type-wrap {
    text-align: center;
  }
  .partner .partner-type-wrap .partner-type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #eeeeee;
    border-radius: 1.875rem;
    margin-bottom: 3rem;
  }
  .partner .partner-type-wrap .partner-type a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding: 1.25rem 1.75rem;
    color: #999999;
  }
  .partner .partner-type-wrap .partner-type a.active {
    background-color: #000000;
    color: #ffffff;
    border-radius: 1.875rem;
  }
  .partner .partner-logos {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner .partner-logos.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .partner .partner-logos .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(25% - 1.25rem);
    height: 6.25rem;
    position: relative;
    margin: 0 0.625rem;
  }
  .partner .partner-logos .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .partner .btn-wrap {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .partner .btn-wrap .more {
    display: inline-block;
    width: 12.5rem;
    border-radius: 0.625rem;
    background-color: #ffffff;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 52px;
    border: 0.0625rem solid #000000;
  }
  .solution {
    padding-bottom: 0;
    max-width: 95rem;
    width: 100%;
    margin: 0 auto;
  }
  .solution .solution-top {
    padding-top: 8.75rem;
    padding-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution .solution-top .title {
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .solution .solution-top .title .kr {
    padding-left: 0.5rem;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
  }
  .solution .solution-top .solution-buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .solution .solution-top .solution-buttons button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
  }
  .solution .solution-top .solution-buttons button:disabled {
    opacity: 0.5;
  }
  .solution .solution-top .solution-buttons .solution-button-prev {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0.5rem;
  }
  .solution .solution-top .solution-buttons .solution-button-next {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    margin-left: 0.5rem;
  }
  .solution .solution-top .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 1.125rem;
    border-radius: 1.875rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border: 0.0625rem solid #000000;
    background-color: transparent;
  }
  .solution .solution-content-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .solution .solution-content-wrap .solution-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 32.5rem;
    border-radius: 1.25rem;
    padding: 3rem 2.5rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .solution .solution-content-wrap .solution-content.active {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 17%;
            flex: 1 1 17%;
  }
  .solution .solution-content-wrap .solution-content:not(:first-child) {
    margin-left: 1.5rem;
  }
  .solution .solution-content-wrap .solution-content:nth-child(3n+1) {
    background-image: url(../img/solution-bg1.png), linear-gradient(298deg, #44261f 0%, #195bbd 100%);
  }
  .solution .solution-content-wrap .solution-content:nth-child(3n+2) {
    background-image: url(../img/solution-bg2.png), linear-gradient(152deg, #36bd9d 0%, #275394 100%);
  }
  .solution .solution-content-wrap .solution-content:nth-child(3n+3) {
    background-image: url(../img/solution-bg3.png), linear-gradient(152deg, #3cc5f0 0%, #431789 100%);
  }
  .solution .solution-content-wrap .solution-content .category {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  .solution .solution-content-wrap .solution-content .category .desc {
    margin-top: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.35;
  }
  .solution .solution-content-wrap .solution-content .tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution .solution-content-wrap .solution-content .tag-wrap.integrated-solution .item {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .solution .solution-content-wrap .solution-content .tag-wrap.integrated-solution .item:not(:first-child) {
    margin-top: 0.75rem !important;
  }
  .solution .solution-content-wrap .solution-content .tag-wrap .item {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    /*
    &:nth-child(even) {
      margin-left: ppr(12);
      width: calc(100% - 12.5rem);
      transition: all 0.5s ease;
    }
    &:nth-child(n + 3) {
      margin-top: ppr(12);
    }
    //*/
  }
  .solution .solution-content-wrap .solution-content .tag-wrap .item .tag {
    display: inline-block;
    padding: 0.875rem 1.125rem;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  }
  .news .news-top {
    padding-top: 8.75rem;
    padding-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news-top .title {
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .news .news-top .title .kr {
    padding-left: 0.5rem;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
  }
  .news .news-top .news-buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news .news-top .news-buttons .swiper-button-prev {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0.5rem;
  }
  .news .news-top .news-buttons .swiper-button-next {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    margin-left: 0.5rem;
  }
  .news .news-top .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 1.125rem;
    border-radius: 1.875rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border: 0.0625rem solid #000000;
    background-color: transparent;
  }
  .news .news-slide {
    max-width: 95rem;
    width: 100%;
    margin: 0 auto;
  }
  .news .news-slide .swiper-wrapper .swiper-slide {
    height: 22.5rem;
    border-radius: 1.25rem;
    padding: 3rem 2.5rem;
    background-color: #f8f8f8;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-category {
    color: #ff4921;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-subject {
    color: #333;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.25rem 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 79px;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-content {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    height: 66px;
    position: relative;
    z-index: 10;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-content a {
    color: inherit;
    position: relative;
    z-index: -1;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-date {
    margin-top: 2.8125rem;
    color: #999;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
  .main-contact-us {
    width: 100%;
    max-width: 95rem;
    height: 26.875rem;
    border-radius: 1.25rem;
    padding: 5.5rem 5rem;
    margin: 0 auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/main-contact-us-bg.png);
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
  }
  .main-contact-us::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .main-contact-us .global-mocomsys {
    color: #ffc700;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 10;
  }
  .main-contact-us .contact-us-copy {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0.75rem;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 10;
  }
  .main-contact-us .btn-inquiry {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 1.125rem;
    background-color: #ff4921;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 3.125rem;
    font-weight: 700;
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 46.875rem) {
  .pc-view {
    display: none !important;
  }
  .section.main-service {
    position: relative;
    width: 100%;
    padding: 0 0 25.5625rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/main-service-bg-m.png);
    color: #ffffff;
  }
  .section.main-service::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .section.main-service .main-service-wrap {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .section.main-service .main-service-wrap .service-title {
    position: relative;
    padding-top: 8.5rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .section.main-service .main-service-wrap .service-title::before {
    content: "";
    width: 0.0625rem;
    height: 2rem;
    position: absolute;
    top: 5rem;
    background-color: #ffffff;
    left: 50%;
  }
  .section.main-service .main-service-wrap .service-desc {
    margin-top: 1.5rem;
    color: #ccc;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.55;
  }
  .section.main-service .main-service-wrap .current-situation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item {
    display: inline-block;
    width: 50%;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(n+3) {
    margin-top: 58px;
  }
  .partner {
    margin: -18.0625rem 1.25rem 0 1.25rem;
    padding: 4.375rem 0;
    width: calc(100% - 2.5rem);
    height: auto;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    background-color: #f8f8f8;
  }
  .partner .partner-type-wrap {
    text-align: center;
    overflow-x: auto;
    padding-left: 1.25rem;
  }
  .partner .partner-type-wrap .partner-type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #eeeeee;
    border-radius: 1.875rem;
  }
  .partner .partner-type-wrap .partner-type a {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
    padding: 1rem 0.9375rem;
    color: #999999;
    white-space: nowrap;
  }
  .partner .partner-type-wrap .partner-type a.active {
    background-color: #000000;
    color: #ffffff;
    border-radius: 1.875rem;
  }
  .partner .partner-logos {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner .partner-logos.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .partner .partner-logos .item {
    width: 50%;
    margin-top: 4rem;
    text-align: center;
  }
  .partner .btn-wrap {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .partner .btn-wrap .more {
    display: inline-block;
    width: 12.5rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 42px;
    border: 0.0625rem solid #000000;
  }
  .solution {
    padding-left: 1.25rem;
  }
  .solution .solution-top {
    padding-top: 5rem;
    padding-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution .solution-top .title {
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .solution .solution-top .title .kr {
    padding-left: 0.5rem;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
  }
  .solution .solution-top .solution-buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 1.25rem;
  }
  .solution .solution-top .solution-buttons .swiper-button-prev {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0.5rem;
  }
  .solution .solution-top .solution-buttons .swiper-button-next {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    margin-left: 0.5rem;
  }
  .solution .solution-top .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 1.125rem;
    border-radius: 1.875rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border: 0.0625rem solid #000000;
    background-color: transparent;
  }
  .solution .solution-slide {
    max-width: 95rem;
    width: 100%;
    margin: 0 auto;
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide {
    width: calc(100% - 1.25rem);
    height: 22.5rem;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide:nth-child(3n+1) {
    background-image: url(../img/solution-bg1.png), linear-gradient(298deg, #44261f 0%, #195bbd 100%);
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide:nth-child(3n+2) {
    background-image: url(../img/solution-bg2.png), linear-gradient(152deg, #36bd9d 0%, #275394 100%);
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide:nth-child(3n+3) {
    background-image: url(../img/solution-bg3.png), linear-gradient(152deg, #3cc5f0 0%, #431789 100%);
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide .category {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide .category .desc {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide .tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide .tag-wrap .item {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .solution .solution-slide .swiper-wrapper .swiper-slide .tag-wrap .item .tag {
    display: inline-block;
    padding: 0.5rem 0.625rem;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  }
  .news {
    padding-left: 1.25rem;
  }
  .news .news-top {
    padding-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news-top .title {
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .news .news-top .title .kr {
    padding-left: 0.5rem;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
  }
  .news .news-top .news-buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 1.25rem;
  }
  .news .news-top .news-buttons .swiper-button-prev {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0.5rem;
  }
  .news .news-top .news-buttons .swiper-button-next {
    position: unset;
    width: 3.25rem;
    height: 3.25rem;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/slide-next.svg);
    margin-left: 0.5rem;
  }
  .news .news-top .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 1.125rem;
    border-radius: 1.875rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border: 0.0625rem solid #000000;
    background-color: transparent;
  }
  .news .news-slide {
    max-width: 95rem;
    width: 100%;
    margin: 0 auto;
  }
  .news .news-slide .swiper-wrapper .swiper-slide {
    height: 22.5rem;
    border-radius: 1.25rem;
    padding: 1.25rem;
    background-color: #f8f8f8;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-category {
    color: #ff4921;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-subject {
    color: #333;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.25rem 0;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-content {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-date {
    margin-top: 2.8125rem;
    color: #999;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }
  .main-contact-us {
    width: calc(100% - 2.5rem);
    height: 16.375rem;
    border-radius: 1.25rem;
    padding: 1.75rem 1.25rem;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/main-contact-us-bg.png);
    position: relative;
  }
  .main-contact-us::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .main-contact-us .global-mocomsys {
    color: #ffc700;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 10;
  }
  .main-contact-us .contact-us-copy {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1rem;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 10;
  }
  .main-contact-us .btn-inquiry {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 1rem;
    background-color: #ff4921;
    color: #ffffff;
    font-size: 0.8125rem;
    border-radius: 3.125rem;
    font-weight: 700;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 87.5rem) {
  .solution .solution-content-wrap .solution-content .tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solution .solution-content-wrap .solution-content .tag-wrap .item {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .solution .solution-content-wrap .solution-content .tag-wrap .item .tag {
    display: inline-block;
    padding: 0.875rem 1.125rem;
    color: #ffffff;
    border-radius: 1.875rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 750px) {
  .main-visual {
    height: 36.25rem;
  }
  .main-visual .scroll-down {
    right: 1.25rem;
  }
  .main-visual .video-wrap::before {
    padding-top: 36.25rem;
  }
  .main-visual .video-wrap .visual-copyright {
    font-size: 2rem;
    line-height: 2.75rem;
    left: 1.25rem;
    top: 15.125rem;
  }
  .main-visual .visual-slide .swiper-pagenation-wrap {
    -webkit-transform: none;
            transform: none;
    left: 1.25rem;
    bottom: 5rem;
  }
  .main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-bullet-wrap .swiper-pagination-bullet {
    width: 2rem;
    height: 0.125rem;
  }
  .main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .main-visual .visual-slide .swiper-pagenation-wrap .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 0.75rem;
  }
  .en .main-visual .video-wrap .visual-copyright {
    font-size: 2rem;
  }
  .section.main-service .main-service-wrap .current-situation .item {
    padding-left: 2.4375rem;
    text-align: left;
  }
  .section.main-service .main-service-wrap .current-situation .item .count-wrap {
    font-size: 2.5rem;
    line-height: 2.75rem;
    height: 2.75rem;
    font-weight: 400;
  }
  .section.main-service .main-service-wrap .current-situation .item .unit {
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
  }
  .section.main-service .main-service-wrap .current-situation .item .category {
    color: #999;
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 0.5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(1) {
    margin-bottom: 5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(1) img {
    width: 1.875rem;
    height: 1.5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(2) {
    margin-bottom: 5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(2) img {
    width: 1.5625rem;
    height: 1.5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(3) img {
    width: 2rem;
    height: 1.5rem;
  }
  .section.main-service .main-service-wrap .current-situation .item:nth-child(4) img {
    width: 2.125rem;
    height: 1.5rem;
  }
  .partner {
    padding: 2.5rem 0;
    width: 100%;
    margin-left: 0;
  }
  .partner .partner-type-wrap .partner-type {
    background-color: transparent;
  }
  .partner .partner-type-wrap .partner-type a {
    background-color: #eeeeee;
    border-radius: 1.875rem;
  }
  .partner .partner-type-wrap .partner-type a + a {
    margin-left: 0.375rem;
  }
  .partner .partner-logos-wrap {
    padding: 0 1.25rem;
    padding-top: 1.5rem;
  }
  .partner .partner-logos-wrap .partner-logos .item {
    height: 3.625rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solution .solution-top .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .solution .solution-top .title .kr {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .solution .solution-top .solution-buttons {
    height: 2.5rem;
  }
  .solution .solution-top .solution-buttons .swiper-button-next,
  .solution .solution-top .solution-buttons .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
  }
  .solution .more {
    width: calc(100% - 1.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.875rem;
    color: #000000;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 2.75rem;
    border: 0.0625rem solid #000000;
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
  .solution .more i {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.1875rem;
  }
  .news .news-top .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .news .news-top .title .kr {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .news .news-top .news-buttons {
    height: 2.5rem;
  }
  .news .news-top .news-buttons .swiper-button-next,
  .news .news-top .news-buttons .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
  }
  .news .more {
    width: calc(100% - 1.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.875rem;
    color: #000000;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 2.75rem;
    border: 0.0625rem solid #000000;
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
  .news .more i {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.1875rem;
  }
  .news .news-slide .swiper-wrapper .swiper-slide {
    padding: 1.5625rem 1.25rem;
    height: 15rem;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-category {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-subject {
    font-size: 1.25rem;
    line-height: 1.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0;
    -webkit-box-orient: vertical;
    height: 3.25rem;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0;
    height: 2.8125rem;
    margin: 1.375rem 0;
  }
  .news .news-slide .swiper-wrapper .swiper-slide .news-date {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .header,
  .wrapper,
  .visual,
  .footer,
  .section,
  .content,
  .main-visual,
  .main-contact-us,
  .partner {
    min-width: 95rem;
  }
  .main-service-wrap,
  .solution,
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper {
    padding: 0 20px;
  }
}