@charset "UTF-8";

body {
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

input,
select,
textarea {
  padding: 0;
  margin: 0;
}

.blind {
  position: absolute !important;
  font-size: 0 !important;
  visibility: hidden !important;
}

legend,
caption,
hr {
  display: none;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

button {
  outline: 0;
}

img {
  vertical-align: top;
}

/*
  사이트 전체에 공통으로 사용될 변수명
*/
/***  font  ***/
/*** color ***/
/* 기본 색상 */
/* 주요 색상 */
/* 주식 */
/* 텍스트 색상 */
/* 백그라운드 색상 */
/*
  *** 모듈 위 간격 ***
*/
/*** 모듈 내부 간격 ***/
/*** 타이틀 아래 간격 ***/
/*
  사이트 전체에 사용할 믹스인을 정의한다.
*/
/*** media query ***/
/*** images ***/
/*** 말줄임 ***/
/*** 가상선택자 라인 ***/
/*** 가상선택자 ***/
/***clearboth ***/
/*주식등락*/
/* 소개 백그라운드 */
/*** 기본 CSS 셋팅 ***/
html,
body {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Thin.woff2) format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Thin.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Light.woff2) format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Light.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Regular.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Medium.woff2) format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Medium.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Medium.otf) format("opentype");
}

/* font-display:swap -> 기본 폰트 우선 렌더링, 웹폰트 로딩이 완료 되면 웹폰트 적용 */
@font-face {
  font-family: "Noto Sans KR SWAP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Thin.woff2) format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Thin.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR SWAP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Light.woff2) format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Light.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR SWAP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Regular.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR SWAP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.zumst.com/notosanskr/NotoSansKR-Medium.woff2) format("woff2"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Medium.woff) format("woff"),
    url(//fonts.zumst.com/notosanskr/NotoSansKR-Medium.otf) format("opentype");
}

body {
  -webkit-text-size-adjust: none;
  letter-spacing: -0.8px;
  line-height: 1;
  font-size: 16px;
  word-break: break-all;
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, "SFProText-Regular",
    HelveticaNeue-Regular, "AppleSDGothicNeo-Regular", "Noto Sans KR",
    "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}

a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

img {
  vertical-align: top;
}

button {
  vertical-align: top;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  outline: 0;
  font-family: inherit;
}

input {
  margin: 0;
  padding: 0;
  letter-spacing: -0.8px;
  font-family: HelveticaNeue-light, AppleSDGothicNeo-light, sans-serif;
  outline: 0;
  -webkit-appearance: none;
}

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

.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.skip {
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  line-height: 0;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  padding: 0;
  z-index: 100;
}

.top_tit_area .location {
  padding: 40px 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.top_tit_area .location a {
  color: rgba(0, 0, 0, 0.54);
}

@media only screen and (max-width: 1024px) {
  .top_tit_area .location {
    display: none;
  }
}

.top_tit_area h2 {
  font-size: 40px;
  text-align: center;
  color: #1b52ed;
  padding: 24px 0 64px;
}

@media only screen and (max-width: 1024px) {
  .top_tit_area h2 {
    font-size: 26px;
    padding: 12px 0 20px 0;
  }

  .service .service_top {
    font-size: 26px;
  }
}

.top_tit_area .sep {
  display: inline-block;
  margin: 0 7px;
  font-family: dotum;
  font-size: 11px;
  vertical-align: 1px;
}

.top_tit_area .as_is {
  color: rgba(0, 0, 0, 0.87);
}

.side_wrap .des {
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.side_wrap .des .line {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .side_wrap .des {
    margin: 24px 0;
  }

  .side_wrap .des .line {
    margin: 18px 0;
  }
}

.btn_more {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
  font-size: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .btn_more {
    padding-right: 13px;
  }
}

.btn_more:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 6px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -110px -20px;
}

@media (min-width: 1px) {
  .btn_more:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.btn_link {
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #1b52ed;
  font-size: 14px;
  line-height: 16px;
  color: #1b52ed;
  padding: 10px 40px;
}

@media only screen and (max-width: 1024px) {
  .btn_link {
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
    background: #1b52ed;
  }
}

.btn_link:hover {
  text-decoration: none;
  background: #1b52ed;
  color: #fff;
}

.btn_download {
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #1b52ed;
  font-size: 14px;
  color: #1b52ed;
  padding: 10px 40px;
}

@media only screen and (max-width: 1024px) {
  .btn_download {
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
    background: #1b52ed;
  }
}

.btn_download:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: 0 -100px;
  margin-left: 7px;
  vertical-align: -2px;
}

@media (min-width: 1px) {
  .btn_download:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .btn_download:after {
    width: 16px;
    height: 16px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: 0 -30px;
  }
}

.btn_download:hover {
  text-decoration: none;
  background: #1b52ed;
  color: #fff;
}

.btn_download:hover:after {
  background-position-x: -25px;
}

@media only screen and (max-width: 1024px) {
  .btn_download:hover:after {
    width: 16px;
    height: 16px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: 0 -30px;
  }
}

.btn_download_circle {
  display: inline-block;
  line-height: 1.71;
  font-size: 14px;
  color: #1b52ed;
}

@media only screen and (max-width: 1024px) {
  .btn_download_circle {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -50px -30px;
  }

  .btn_download_circle .txt {
    display: none;
  }
}

.btn_download_circle:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -160px -100px;
  margin-left: 7px;
  vertical-align: -6px;
}

@media (min-width: 1px) {
  .btn_download_circle:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .btn_download_circle:after {
    display: none;
  }
}

.btn_download_circle:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .btn_download_circle:hover:after {
    width: 16px;
    height: 16px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: 0 -30px;
  }
}

.btn_b_more {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #1b52ed;
  border-radius: 4px;
  padding: 12px 38px 12px 20px;
}

.btn_b_more:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 22px;
  width: 6px;
  height: 11px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -110px -35px;
  vertical-align: 0;
  margin-left: 8px;
}

@media (min-width: 1px) {
  .btn_b_more:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.btn_b_more:hover {
  text-decoration: none;
}

.select_wrap {
  position: relative;
  width: 128px;
  margin-top: 55px;
}

.select_wrap:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -50px -100px;
}

@media (min-width: 1px) {
  .select_wrap:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.select_wrap.on:after {
  background-position-x: -65px;
}

.select_wrap select {
  position: relative;
  width: 128px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  outline: none;
  background: transparent;
}

.select_wrap select::-ms-expand {
  display: none;
}

.paging_wrap {
  position: relative;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
}

@media only screen and (max-width: 500px) {
  .paging_wrap {
    line-height: 26px;
  }
}

.paging_wrap a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 500px) {
  .paging_wrap a {
    width: 22px;
    height: 25px;
  }
}

.paging_wrap a.as_is {
  color: #1b52ed;
  font-weight: bold;
}

.paging_wrap a.btn {
  position: relative;
  vertical-align: -9px;
}

@media only screen and (max-width: 1024px) {
  .paging_wrap a.btn {
    position: absolute;
  }

  .paging_wrap a.btn.prev {
    left: 0;
  }

  .paging_wrap a.btn.next {
    right: 0;
  }
}

.paging_wrap a.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 9px;
  height: 16px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -60px;
}

@media (min-width: 1px) {
  .paging_wrap a.btn:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.paging_wrap a.btn.next:after {
  background-position-x: -145px;
}

.btn_line {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 2.7;
}

@media only screen and (max-width: 1024px) {
  .btn_line {
    width: 64px;
    height: 36px;
  }
}

.btn_line:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  #wrap {
    min-width: 320px;
  }
}

#wrap .pc_view {
  display: block;
}

@media only screen and (max-width: 1024px) {
  #wrap .pc_view {
    display: none;
  }
}

#wrap .mobile_view {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #wrap .mobile_view {
    display: block;
  }
}

#wrap .inner_cont {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

#wrap .wide_cont {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#wrap .wide_cont * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: "Pretendard Variable", Pretendard Variable, Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue,
    Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

@media only screen and (max-width: 1195px) {
  #wrap .inner_cont {
    margin: 0 24px;
  }

  #wrap .visual_wrap .inner_cont {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #wrap .inner_cont {
    max-width: auto;
    width: auto;
    margin: 0 18px;
  }
}

@media only screen and (max-width: 1024px) {
  #wrap .side_wrap .right_side {
    padding-bottom: 42px;
  }
}

#header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  min-height: 60px;
  border-bottom: 1px solid #ededed;
  /* 모바일 서브 메뉴 */
}

#header:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 61px;
  bottom: auto;
  left: 0;
  right: 0;
  background: #ededed;
}

#header:after {
  z-index: -1;
}

#header h1 {
  position: absolute;
  top: 14px;
  left: 0;
  width: 126px;
  height: 32px;
  background-image: url("../images/bg/ai_logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

#header h1 a {
  display: block;
  width: 140px;
  height: 40px;
  margin: -10px 0 0 -10px;
}

#header h1 a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header h1 .m_navi {
  display: none;
}

#header .pc_menubar .lnb {
  margin-left: 280px;
}

#header .pc_menubar .lnb:after {
  content: "";
  display: block;
  clear: both;
}

#header .pc_menubar .lnb li {
  width: 145px;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 1159px) {
  #header .pc_menubar .lnb li {
    width: 120px;
  }
}

#header .pc_menubar .lnb li h2 {
  font-size: 16px;
}

#header .pc_menubar .lnb li h2 a {
  display: block;
  padding: 20px 0 25px;
}

#header .pc_menubar .lnb li h2 a:hover {
  text-decoration: none;
}

#header .pc_menubar .lnb li .sub_menu {
  display: none;
  margin: 28px 0;
  position: relative;
}

#header .pc_menubar .lnb li .sub_menu:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 330px;
  position: absolute;
  top: -28px;
  bottom: 0;
  left: 0;
  right: auto;
  background: #ededed;
}

#header .pc_menubar .lnb li .sub_menu li {
  float: none;
  font-size: 15px;
}

#header .pc_menubar .lnb li .sub_menu li.as_is a {
  color: #1b52ed;
}

#header .pc_menubar .lnb li .sub_menu li a {
  display: block;
  padding: 12px 0;
}

#header .pc_menubar .lnb li .sub_menu li a:hover {
  font-weight: bold;
}

#header .pc_menubar .lnb li:last-child .sub_menu:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 290px;
  position: absolute;
  top: -28px;
  bottom: 0;
  right: 0;
  background: #ededed;
}

#header .pc_menubar .site_lang {
  position: absolute;
  top: 13px;
  right: -8px;
}

#header .pc_menubar .site_lang li {
  float: left;
  position: relative;
  position: relative;
}

#header .pc_menubar .site_lang li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #ededed;
}

#header .pc_menubar .site_lang li:first-child:after {
  display: none;
}

#header .pc_menubar .site_lang li a {
  font-size: 14px;
  display: inline-block;
  padding: 8px;
}

#header .pc_menubar .site_lang li a:hover {
  text-decoration: none;
}

#header .pc_menubar .site_lang li a.lang_en {
  color: rgba(0, 0, 0, 0.38);
}

#header .mobile_menubar {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #header .pc_menubar {
    display: none;
  }

  #header .mobile_menubar {
    display: block;
  }

  #header .mobile_menubar .btn_menu_unfold {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #header .mobile_menubar .btn_menu_unfold .ico {
    position: absolute;
    top: 22px;
    right: 22px;
    display: inline-block;
    width: 22px;
    height: 16px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -125px 0;
  }

  #header .mobile_menubar .menu_wrap {
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 5000;
    transition: right 0.1s;
    -webkit-transition: right 0.1s;
  }

  #header .mobile_menubar .menu_wrap.wrap_slide {
    right: 0;
  }

  #header .mobile_menubar .menu_wrap .logo {
    left: 18px;
    top: 22px;
  }

  #header .mobile_menubar .menu_wrap .logo a {
    display: block;
  }

  #header .mobile_menubar .menu_wrap .btn_menu_fold {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 0;
  }

  #header .mobile_menubar .menu_wrap .btn_menu_fold .ico {
    display: block;
    position: absolute;
    top: 17px;
    right: 14px;
    width: 17px;
    height: 17px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -160px 0;
  }

  #header .mobile_menubar .menu_wrap .menu_body {
    margin-top: 84px;
    padding-left: 18px;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu {
    width: 100%;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li {
    position: relative;
    border-bottom: 1px solid #ededed;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li a {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 20px 0;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li a:hover {
    text-decoration: none;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li a .icon_arrow {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 18px;
    width: 14px;
    height: 14px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -185px 0;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li a .icon_outlink {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 18px;
    width: 14px;
    height: 14px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -215px 0;
  }

  #header
    .mobile_menubar
    .menu_wrap
    .menu_body
    .main_menu
    li.menu_on
    .sub_menu {
    padding: 24px 0;
    border-top: 1px solid #ededed;
    display: block;
  }

  #header
    .mobile_menubar
    .menu_wrap
    .menu_body
    .main_menu
    li.menu_on
    .sub_menu
    li
    a
    .icon_outlink {
    top: 13px;
  }

  #header
    .mobile_menubar
    .menu_wrap
    .menu_body
    .main_menu
    li.menu_on
    .icon_arrow {
    width: 14px;
    height: 14px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -200px 0;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li .sub_menu {
    display: none;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li .sub_menu li {
    border-bottom: none;
  }

  #header
    .mobile_menubar
    .menu_wrap
    .menu_body
    .main_menu
    li
    .sub_menu
    li.as_is
    a {
    color: #1b52ed;
  }

  #header .mobile_menubar .menu_wrap .menu_body .main_menu li .sub_menu li a {
    font-weight: normal;
    font-size: 16px;
    padding: 12px 0 12px 24px;
  }

  #header .mobile_menubar .menu_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 4000;
  }

  #header .mobile_menubar .lnb {
    display: none;
  }

  #header .mobile_menubar .site_lang {
    overflow: hidden;
    margin: 6px 0 0 3px;
  }

  #header .mobile_menubar .site_lang li {
    float: left;
    position: relative;
    position: relative;
  }

  #header .mobile_menubar .site_lang li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    position: absolute;
    top: 18px;
    bottom: auto;
    left: 0;
    right: auto;
    background: #ededed;
  }

  #header .mobile_menubar .site_lang li:first-child:after {
    display: none;
  }

  #header .mobile_menubar .site_lang li a {
    font-size: 14px;
    display: inline-block;
    padding: 14px;
  }

  #header .mobile_menubar .site_lang li a:hover {
    text-decoration: none;
  }

  #header .mobile_menubar .site_lang li a.lang_en {
    color: rgba(0, 0, 0, 0.38);
  }
}

/* 모바일 로케이션 */
@media only screen and (max-width: 1024px) {
  #header {
    position: fixed;
    border-bottom: none;
  }

  #header .inner_cont {
    margin: 0;
    height: 60px;
  }

  #header .inner_cont.on {
    border-bottom: 1px solid #ededed;
  }

  #header .inner_cont.on h1 .m_navi {
    display: block;
    min-width: 140px;
    margin: -30px 0 0 0;
    color: #1b52ed;
    background: #fff;
  }

  #header:after {
    display: none !important;
  }
}

/* sns 아이콘 */
.sns_link {
  overflow: hidden;
  margin: 10px 0 0 12px;
}

.sns_link li {
  float: left;
  margin: 0 3px;
}

.sns_link li .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
}

@media (min-width: 1px) {
  .sns_link li .icon {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.sns_link li .icon.facebook {
  width: 35px;
  height: 35px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
}

@media (min-width: 1px) {
  .sns_link li .icon.facebook {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.sns_link li .icon.facebook:hover {
  background-position-y: -60px;
}

.sns_link li .icon.github {
  width: 35px;
  height: 35px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -70px -20px;
}

@media (min-width: 1px) {
  .sns_link li .icon.github {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.sns_link li .icon.github:hover {
  background-position-y: -60px;
}

.sns_link li .icon.blog {
  width: 35px;
  height: 35px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -35px -20px;
}

@media (min-width: 1px) {
  .sns_link li .icon.blog {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.sns_link li .icon.blog:hover {
  background-position-y: -60px;
}

#container {
  padding-top: 60px;
}

#container .bottom-navi {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #container .bottom-navi {
    display: block;
    border-top: 1px solid #ededed;
    position: relative;
    overflow: hidden;
  }

  #container .bottom-navi a {
    color: rgba(0, 0, 0, 0.38);
    display: inline-block;
    padding: 20px 15px;
  }

  #container .bottom-navi a:hover {
    text-decoration: none;
  }

  #container .bottom-navi a.prev {
    float: left;
    margin-left: 18px;
  }

  #container .bottom-navi a.prev:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 22px;
    bottom: auto;
    left: 18px;
    right: auto;
    width: 7px;
    height: 14px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -20px -30px;
  }

  #container .bottom-navi a.next {
    float: right;
    margin-right: 18px;
  }

  #container .bottom-navi a.next:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 22px;
    bottom: auto;
    left: auto;
    right: 18px;
    width: 7px;
    height: 14px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -35px -30px;
  }
}

#footer {
  border-top: 1px solid #ededed;
  height: 112px;
}

#footer .f_navi {
  float: left;
  margin: 28px 0 0 185px;
}

#footer .f_navi li {
  float: left;
  position: relative;
}

#footer .f_navi li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #ededed;
}

#footer .f_navi li:first-child:after {
  display: none;
}

#footer .f_navi li a {
  display: inline-block;
  font-size: 15px;
  padding: 16px;
}

#footer .f_navi li a.pc_link {
  display: inline-block;
}

#footer .f_navi li a.mobile_link {
  display: none;
}

#footer .logo {
  display: inline-block;
  width: 119px;
  height: 19px;
  position: absolute;
  top: 40px;
  left: 0;
  width: 119px;
  height: 19px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px 0;
}

@media (min-width: 1px) {
  #footer .logo {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

#footer .sns_link {
  position: absolute;
  top: 32px;
  right: 0;
  margin: 0;
}

#footer .copyright {
  float: left;
  font-size: 14px;
  letter-spacing: -0.4px;
  margin: 42px 0 0 85px;
}

@media only screen and (max-width: 1024px) {
  #footer {
    height: auto;
    background: rgba(0, 0, 0, 0.03);
  }

  #footer .f_navi {
    margin: 16px auto 0;
    float: none;
    overflow: hidden;
    width: 163px;
  }

  #footer .f_navi li {
    position: relative;
  }

  #footer .f_navi li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    position: absolute;
    top: 18px;
    bottom: auto;
    left: 0;
    right: auto;
    background: #939495;
  }

  #footer .f_navi li a {
    font-size: 13px;
  }

  #footer .f_navi li a.pc_link {
    display: none;
  }

  #footer .f_navi li a.mobile_link {
    display: block;
  }

  #footer .copyright {
    float: none;
    display: block;
    font-size: 13px;
    text-align: center;
    margin: -5px 0 0 0;
    padding: 0 0 30px 0;
  }
}

.slider_wrap {
  position: relative;
  overflow: hidden;
}

.slider_wrap .slide_1 {
  width: 100%;
  height: 720px;
  background-image: url("../images/bg/main_slide_1_n.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 720px;
}

.slider_wrap .text_box h2 {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .slider_wrap .slide_1 {
    background-image: url("../images/bg/main_slide_1_mo_n.png");
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 890px) {
  .slider_wrap .slide_1 {
    background-image: url("../images/bg/main_slide_1_mo_n.png");
    background-size: auto 720px;
  }
}

@media only screen and (max-width: 480px) {
  .slider_wrap .slide_1 {
    height: 480px;
    background-image: url("../images/bg/main_slide_1_mo_n.png");
    background-size: auto 480px;
  }
}

.slider_wrap .text_box {
  padding: 110px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .slider_wrap .text_box {
    padding: 55px 0 0 20px;
  }
}

.slider_wrap .text_box h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.61px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .slider_wrap .text_box h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
}

.slider_wrap .slider_nav {
  display: none;
}

.slider_wrap .slider_page {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 28px;
  font-size: 0;
  white-space: nowrap;
  z-index: 1;
}

.slider_wrap .slider_page .slick-dots li {
  display: inline-block;
  font-size: 1px;
  margin: 0 6px;
  vertical-align: top;
}

.slider_wrap .slider_page .slick-dots li.slick-active button {
  background: #fff;
}

.slider_wrap .slider_page .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.38);
}

.m_box_wrap {
  padding: 80px 0 120px;
}

.m_box_wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap {
    padding: 40px 0 40px;
  }
}

.m_box_wrap .m_box_cont {
  position: relative;
  float: left;
  width: 27.844%;
}

.m_box_wrap .m_box_cont + .notice_area {
  margin-left: 8.234%;
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap .m_box_cont {
    float: none;
    width: auto;
  }

  .m_box_wrap .m_box_cont + .notice_area {
    margin-left: 0;
  }
}

.m_box_wrap .m_box_cont.mid {
  margin: 0 8.234%;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap .m_box_cont.mid {
    margin: 0;
  }
}

.m_box_wrap .m_box_cont h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #1b52ed;
  margin-bottom: 23px;
}

.m_box_wrap .m_box_cont .pr_area {
  position: relative;
  padding-top: 113px;
}

.m_box_wrap .m_box_cont .pr_area:after {
  content: "";
  display: inline-block;
  width: 323px;
  height: 101px;
  position: absolute;
  top: 0;
  background-image: url("../images/bg/company.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.m_box_wrap .m_box_cont .pr_area ul li {
  padding: 10px 0;
}

.m_box_wrap .m_box_cont .pr_area ul li a {
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap .m_box_cont .pr_area {
    padding: 0 0 27px;
  }

  .m_box_wrap .m_box_cont .pr_area:after {
    display: none;
  }
}

.m_box_wrap .m_box_cont .box {
  position: relative;
}

.m_box_wrap .m_box_cont .box.stock_area h2 {
  margin: 0 0 39px 0;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board {
  position: absolute;
  top: 0;
  right: 0;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board .ico {
  display: inline-block;
  vertical-align: 5px;
  position: relative;
  padding-left: 15px;
  margin-right: 5px;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board .ico:after {
  top: 5px;
  left: 1px;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board .price {
  display: inline-block;
  font-size: 32px;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board.up .ico {
  color: #e30000;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board.up .ico:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -125px -20px;
}

@media (min-width: 1px) {
  .m_box_wrap .m_box_cont .box.stock_area .stock_board.up .ico:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board.down .ico {
  color: #1b52ed;
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board.down .ico:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -140px -20px;
}

@media (min-width: 1px) {
  .m_box_wrap .m_box_cont .box.stock_area .stock_board.down .ico:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board.keep .ico {
  color: rgba(0, 0, 0, 0.87);
}

.m_box_wrap .m_box_cont .box.stock_area .stock_board.keep .ico:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -155px -20px;
}

@media (min-width: 1px) {
  .m_box_wrap .m_box_cont .box.stock_area .stock_board.keep .ico:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap .m_box_cont .box.stock_area {
    border-top: 1px solid #ededed;
    padding: 36px 0 6px 0;
  }

  .m_box_wrap .m_box_cont .box.stock_area .stock_board {
    top: 36px;
  }
}

.m_box_wrap .m_box_cont .box.ir_area {
  padding: 40px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.m_box_wrap .m_box_cont .box.ir_area h2 {
  margin: 0;
}

.m_box_wrap .m_box_cont .box.ir_area .btn_b_more {
  top: 33px;
}

.m_box_wrap .m_box_cont .box.ai_area h2 {
  margin: 44px 0 20px;
}

.m_box_wrap .m_box_cont .box.ai_area .ai_cont {
  line-height: 24px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap .m_box_cont .box.ai_area {
    padding-bottom: 37px;
  }

  .m_box_wrap .m_box_cont .box.ai_area h2 {
    margin: 36px 0 25px;
  }
}

.m_box_wrap .m_box_cont.notice_area h2 {
  margin: 0;
}

.m_box_wrap .m_box_cont.notice_area .cont {
  display: block;
  margin-top: 30px;
}

.m_box_wrap .m_box_cont.notice_area .cont .tit {
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.m_box_wrap .m_box_cont.notice_area .cont .txt {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-bottom: 11px;
  font-size: 15px;
}

.m_box_wrap .m_box_cont.notice_area .cont .date {
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.38);
}

@media only screen and (max-width: 1024px) {
  .m_box_wrap .m_box_cont.notice_area {
    border-top: 1px solid #ededed;
    padding: 37px 0 0 0;
  }

  .m_box_wrap .m_box_cont.notice_area .btn_more {
    top: 47px;
  }

  .m_box_wrap .m_box_cont.notice_area .tit {
    margin-bottom: 7px !important;
  }

  .m_box_wrap .m_box_cont.notice_area .txt {
    margin-bottom: 7px !important;
  }

  .m_box_wrap .m_box_cont.notice_area .cont {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 1024px) {
  .btn_more {
    font-size: 13px;
  }

  .btn_more:after {
    vertical-align: 0;
  }
}

.visual_wrap {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .visual_wrap .inner_cont {
    margin: 0 !important;
  }
}

.visual_wrap img {
  width: 100%;
  height: 480px;
}

.side_wrap {
  padding: 80px 0 100px 0;
}

@media only screen and (max-width: 1024px) {
  .side_wrap {
    padding: 36px 0;
  }
}

.side_wrap .left_side {
  position: absolute;
  width: 300px;
}

@media only screen and (max-width: 1024px) {
  .side_wrap .left_side {
    position: inherit;
    width: auto;
  }
}

.side_wrap .left_side .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 1024px) {
  .side_wrap .left_side .tit {
    font-size: 20px;
  }
}

.side_wrap .right_side {
  padding-left: 300px;
}

@media only screen and (max-width: 1024px) {
  .side_wrap .right_side {
    padding: 0;
  }
}

.company .visual_wrap .inner_cont {
  height: 480px;
  background-image: url("../images/bg/about.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 480px;
}

@media only screen and (max-width: 1024px) {
  .company .visual_wrap .inner_cont {
    height: 312px;
    background-size: auto 312px;
  }
}

@media only screen and (max-width: 480px) {
  .company .visual_wrap .inner_cont {
    height: 200px;
    background-size: auto 200px;
  }
}

.company .side_wrap .left_side .tit {
  font-size: 36px;
  color: #1b52ed;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .left_side .tit {
    font-size: 20px;
  }
}

.company .side_wrap .right_side .des_wrap {
  overflow: hidden;
  padding: 38px 0 90px 0;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .right_side .des_wrap {
    padding: 0;
  }
}

.company .side_wrap .right_side .des_wrap .des_left {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .right_side .des_wrap .des_left {
    float: none;
    width: auto;
  }
}

.company .side_wrap .right_side .des_wrap .des_right {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .right_side .des_wrap .des_right {
    float: none;
    width: auto;
  }
}

.company_intro {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 60px;
  padding-bottom: 100px;
}

.company_intro .mission_cont .mbBr {
  display: none;
}

.company_intro .sub_tit {
  color: rgb(150, 150, 150);
  display: block;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
}

.company_intro .title_area b {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: rgb(34, 34, 34);
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35em;
}

.company_intro .title_area p {
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: center;
  font-size: 19px;
  line-height: 1.5em;
}

.company_intro .core_cont {
  margin-top: 50px;
}

.company_intro .core_cont ul {
  display: flex;
  flex-flow: row;
  gap: 16px;
  flex-wrap: wrap;
}

.company_intro .core_cont ul li {
  position: relative;
  width: calc(50% - 8px);
  aspect-ratio: 4 / 3;
  position: relative;
  padding: 24px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
}

.company_intro .core_cont ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg/intro_value1.jpg);
  background-size: cover;
  border-radius: 4px;
}

.company_intro .core_cont ul li:nth-child(2)::before {
  background-image: url(../images/bg/intro_value2.png);
}

.company_intro .core_cont ul li:nth-child(3)::before {
  background-image: url(../images/bg/intro_value3.png);
}

.company_intro .core_cont ul li:nth-child(4)::before {
  background-image: url(../images/bg/intro_value4.jpg);
}

.company_intro .intro_info {
  padding: 0 24px;
  margin-top: 40px;
}

.company_intro .intro_info li {
  position: relative;
  padding-left: 90px;
}

.company_intro .intro_info li + li {
  margin-top: 2px;
}

.company_intro .intro_info li p {
  display: block;
  color: rgb(34, 34, 34);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5em;
}

.company_intro .intro_info li p.tit {
  position: absolute;
  left: 0;
  top: 0;
}

.company .side_wrap .right_side .des_wrap .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 17px;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .right_side .des_wrap .tit {
    margin: 15px 0 15px 0;
  }

  .company_intro .intro_info {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .company_intro .title_area b {
    word-break: keep-all;
  }
  .company_intro .title_area p br {
    display: none;
  }
  .company_intro .title_area p .mbBr {
    display: block;
  }
}

@media only screen and (max-width: 350px) {
  .company_intro .title_area p {
    font-size: 15px !important;
  }
}

.company .side_wrap .right_side .des_wrap .des_list {
  width: 345px;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .right_side .des_wrap .des_list {
    width: auto;
    margin-bottom: 30px;
  }
}

.company .side_wrap .right_side .des_wrap .des_list li {
  line-height: 1.5;
  padding: 8px 0 8px 28px;
  position: relative;
}

.company .side_wrap .right_side .des_wrap .des_list li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: 12px;
  right: auto;
  background: #1b52ed;
}

.company .side_wrap .right_side .des_wrap .des_list li:after {
  border-radius: 5px;
}

.company .side_wrap .right_side .company_area h3 {
  font-size: 20px;
  margin: 24px 0;
}

.company .side_wrap .right_side .company_area .btn_area {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .company .side_wrap .right_side .company_area .btn_area {
    text-align: left;
  }
}

.company .side_wrap .right_side .company_area .summary_list {
  overflow: hidden;
  position: relative;
}

.company .side_wrap .right_side .company_area .summary_list dt {
  position: absolute;
  width: 85px;
  padding: 8px 0 0 0;
  color: rgba(0, 0, 0, 0.54);
}

.company .side_wrap .right_side .company_area .summary_list dd {
  padding: 8px 0 8px 90px;
}

.company .company_top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  background: url("../images/bg/main_slide_1_n.png") no-repeat left 50% top 0;
  background-size: auto 720px;
}

.company .company_top .inner_txt {
  display: none;
}

.company .company_top .inner_txt p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35em;
}

@media only screen and (max-width: 767px) {
  .company .company_top {
    background-image: url(../images/bg/main_slide_1_mo_n.png);
  }
  .company_intro {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
  }

  .company_intro .sub_tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35em;
  }

  .company_intro .title_area b {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35em;
  }

  .company_intro .title_area p {
    font-size: 17px;
    line-height: 1.5em;
    word-break: keep-all;
  }

  .company_intro .core_cont ul {
    display: block;
    gap: 0;
  }

  .company_intro .core_cont ul li {
    width: 100%;
  }

  .company .company_top .inner_txt p {
    font-size: 26px;
  }

  .company_intro .title_area b {
    font-size: 26px;
  }

  .company_intro .title_area p {
    font-size: 17px;
    word-break: keep-all;
  }

  .company_intro .intro_info li p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 620px) {
  .company .company_top {
    height: 480px;
    background-size: auto 480px;
    background-position: left 50% top 0;
  }
}

@media only screen and (max-width: 380px) {
  .company_intro .title_area p br {
    display: none;
  }
}

.ceo .ceo_wrap {
  display: flex;
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
  margin-top: -50px;
  flex-direction: row-reverse;
  box-sizing: border-box;
}

.ceo .ceo_wrap * {
  font-family: "Pretendard Variable", Pretendard Variable, Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue,
    Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  letter-spacing: 0;
}

.ceo .ceo_area {
  width: 350px;
}

.ceo .ceo_area img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.ceo .txt_area {
  flex: 1;
  padding-top: 70px;
  padding-right: 50px;
}

.ceo .txt_area .ceo_tit {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  color: rgb(34, 34, 34);
  text-align: left;
  white-space: pre-wrap;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
}

.ceo .txt_area .cont {
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  word-break: keep-all;
}

.ceo .txt_area .cont + .cont {
  margin-top: 30px;
}

.ceo .ceo_history {
  margin-top: 16px;
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1041px) {
  .ceo .ceo_wrap {
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0 15px;
  }

  .ceo .txt_area .ceo_tit {
    font-size: 20px;
  }

  .ceo .txt_area {
    padding-right: 0;
    padding-top: 20px;
  }

  .ceo .ceo_area {
    width: 100%;
    text-align: center;
  }

  .ceo .txt_area .cont {
    font-size: 15px;
  }

  .ceo .ceo_history {
    font-size: 15px;
  }
}

.history .side_wrap {
  padding: 0;
}

.history .side_wrap .left_side.fixed {
  position: fixed;
  top: 30px;
}

.history .inner_cont * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: "Pretendard Variable", Pretendard Variable, Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue,
    Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

.history .history_info {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.3);
}

.history .history_info p {
  color: rgb(34, 34, 34);
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
}

.history .history_info .visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  margin-bottom: 8px;
  background: url("../images/bg/history_bg.jpg") no-repeat center;
  background-size: cover;
}

.history .history_list {
  padding-bottom: 80px;
  margin-top: 16px;
}

.history .history_list > li {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.3);
}

.history .history_list > li b {
  display: block;
  margin-bottom: 5px;
  color: rgb(34, 34, 34);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
}

.history .history_list > li:nth-child(even) {
  background: #fff;
}

.history .history_list > li ul li {
  position: relative;
  padding-left: 12px;
  color: rgb(34, 34, 34);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.history .history_list > li ul li + li {
  margin-top: 3px;
}

.history .history_list > li ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: rgb(34, 34, 34);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.history .side_wrap .left_side .tab_select {
  margin-top: 40px;
}

.history .side_wrap .left_side .tab_select .tab_list {
  width: 128px;
  height: 52px;
  overflow: hidden;
}

.history .side_wrap .left_side .tab_select .tab_list li {
  line-height: 1.5;
  font-weight: bold;
}

.history .side_wrap .left_side .tab_select .tab_list li a {
  display: block;
  position: relative;
  padding: 14px 0;
}

.history .side_wrap .left_side .tab_select .tab_list li a.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0;
  width: 12px;
  height: 7px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -50px -100px;
}

@media (min-width: 1px) {
  .history .side_wrap .left_side .tab_select .tab_list li a.btn:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.history .side_wrap .left_side .tab_select .tab_list li a:hover {
  color: #1b52ed;
  text-decoration: none;
}

.history .side_wrap .left_side .tab_select .tab_list.open {
  height: auto;
}

.history .side_wrap .left_side .tab_select .tab_list.open li a:after {
  width: 12px;
  height: 7px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -65px -100px;
}

@media (min-width: 1px) {
  .history .side_wrap .left_side .tab_select .tab_list.open li a:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.history .side_wrap .right_side {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .history .side_wrap .left_side.fixed {
    position: initial;
  }

  .history .side_wrap .left_side.fixed .tab_select {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
  }

  .history .side_wrap .left_side.fixed .tab_select .btn:after {
    right: 38px;
  }

  .history .side_wrap .left_side .tit {
    display: none;
  }

  .history .side_wrap .left_side .tab_select {
    margin: 0 -18px 0;
    display: block;
    top: 166px;
    background: #fff;
    z-index: 5;
    left: 0;
  }

  .history .side_wrap .left_side .tab_select a.btn {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-weight: bold;
  }

  .history .side_wrap .left_side .tab_select a.btn:hover {
    text-decoration: none;
  }

  .history .side_wrap .left_side .tab_select a.btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 12px;
    height: 7px;
    background-image: url("../images/spr_pc_common.png");
    background-repeat: no-repeat;
    background-position: -50px -100px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .history .side_wrap .left_side .tab_select a.btn:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .history .side_wrap .left_side .tab_select.open a.btn:after {
    width: 12px;
    height: 7px;
    background-image: url("../images/spr_pc_common.png");
    background-repeat: no-repeat;
    background-position: -65px -100px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .history .side_wrap .left_side .tab_select.open a.btn:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .history .side_wrap .left_side .tab_select.open .scroll_select_wrap {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .history .side_wrap .left_side .tab_select .scroll_select_wrap {
    display: none;
    background: #f7f7f7;
    overflow: hidden;
    overflow-y: auto;
    height: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ededed;
  }

  .history .side_wrap .left_side .tab_select .scroll_select_wrap .tab_list {
    display: block;
    width: auto;
    height: auto;
  }

  .history .side_wrap .left_side .tab_select .scroll_select_wrap .tab_list li {
    line-height: 1.5;
    font-weight: bold;
  }

  .history
    .side_wrap
    .left_side
    .tab_select
    .scroll_select_wrap
    .tab_list
    li
    a {
    display: block;
    position: relative;
    padding: 10px 0 10px 18px;
    text-align: center;
    font-weight: normal;
  }
}

.history .side_wrap .history_wrap {
  border-top: 2px solid rgba(0, 0, 0, 0.87);
}

.history .side_wrap .history_wrap .history_list li {
  position: relative;
  padding: 40px 0 40px 100px;
  line-height: 2;
  border-top: 1px solid #ededed;
}

.history .side_wrap .history_wrap .history_list li:first-child {
  border-top: none;
}

.history .side_wrap .history_wrap .history_list li #year_2020,
.history .side_wrap .history_wrap .history_list li #year_2019,
.history .side_wrap .history_wrap .history_list li #year_2018,
.history .side_wrap .history_wrap .history_list li #year_2017,
.history .side_wrap .history_wrap .history_list li #year_2016,
.history .side_wrap .history_wrap .history_list li #year_2015,
.history .side_wrap .history_wrap .history_list li #year_2014,
.history .side_wrap .history_wrap .history_list li #year_2013,
.history .side_wrap .history_wrap .history_list li #year_2012,
.history .side_wrap .history_wrap .history_list li #year_2011,
.history .side_wrap .history_wrap .history_list li #year_2010,
.history .side_wrap .history_wrap .history_list li #year_2009 {
  position: absolute;
  top: -90px;
}

.history .side_wrap .history_wrap .history_list li .year {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #1b52ed;
}

.history .side_wrap .history_wrap .history_list li .month {
  position: relative;
  padding: 0 0 0 60px;
}

.history .side_wrap .history_wrap .history_list li .month dt {
  position: absolute;
  font-weight: bold;
}

.history .side_wrap .history_wrap .history_list li .month dd {
  padding: 0 0 0 60px;
}

@media only screen and (max-width: 1024px) {
  .history .side_wrap .history_wrap {
    border-top: none;
  }

  .history .side_wrap .history_wrap.selected {
    padding-top: 290px;
  }

  .history .side_wrap .history_wrap .history_list li {
    position: relative;
    padding: 25px 0 30px;
    line-height: 2;
    border-top: 1px solid #ededed;
  }

  .history .side_wrap .history_wrap .history_list li #year_2019 {
    display: none;
  }

  .history .side_wrap .history_wrap .history_list li #year_2018,
  .history .side_wrap .history_wrap .history_list li #year_2018,
  .history .side_wrap .history_wrap .history_list li #year_2017,
  .history .side_wrap .history_wrap .history_list li #year_2016,
  .history .side_wrap .history_wrap .history_list li #year_2015,
  .history .side_wrap .history_wrap .history_list li #year_2014,
  .history .side_wrap .history_wrap .history_list li #year_2013,
  .history .side_wrap .history_wrap .history_list li #year_2012,
  .history .side_wrap .history_wrap .history_list li #year_2011,
  .history .side_wrap .history_wrap .history_list li #year_2010,
  .history .side_wrap .history_wrap .history_list li #year_2009 {
    position: absolute;
    top: -288px;
  }

  .history .side_wrap .history_wrap .history_list li:first-child {
    border-top: none;
  }

  .history .side_wrap .history_wrap .history_list li .year {
    position: initial;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .history .side_wrap .history_wrap .history_list li .month {
    padding: 0;
  }

  .history .side_wrap .history_wrap .history_list li .month dt {
    position: absolute;
    font-weight: bold;
  }

  .history .side_wrap .history_wrap .history_list li .month dd {
    padding: 0 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .history .history_list {
    padding-bottom: 35px;
  }

  .history .history_info p {
    font-size: 20px;
  }

  .history .history_list > li b {
    font-size: 20px;
  }

  .history .history_list > li p {
    font-size: 15px;
  }
}

.ci .visual_wrap {
  background: #1b52ed;
}

.ci .visual_wrap .inner_cont {
  background-image: url(../images/bg/intro_ci.png);
  background-repeat: no-repeat;
  background-size: 2880px 960px;
  background-position: center;
}

@media (min-width: 1px) {
  .ci .visual_wrap .inner_cont {
    background-image: url(../images/bg/intro_ci_x2.png);
  }
}

@media only screen and (max-width: 1024px) {
  .ci .visual_wrap .inner_cont {
    background-size: 510px 176px;
  }
}

.ci .side_wrap {
  padding: 80px 0 0;
}

.ci .side_wrap .ci_img {
  width: 250px;
  height: 81px;
  background-image: url("../images/spr_intro.png");
  background-repeat: no-repeat;
  background-position: 0 -55px;
}

@media (min-width: 1px) {
  .ci .side_wrap .ci_img {
    background-image: url("../images/spr_intro_x2.png");
    background-size: 250px 250px;
  }
}

.ci .side_wrap .download_area {
  padding: 40px 0 120px 0;
  margin-top: 95px;
  border-top: 1px solid #ededed;
}

.ci .side_wrap .download_area .btn_download {
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .ci .side_wrap {
    padding: 40px 0 0;
  }

  .ci .side_wrap .ci_img {
    display: none;
  }

  .ci .side_wrap .download_area {
    padding: 0;
    margin: 0 0 60px;
    border-top: 2px solid rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  }

  .ci .side_wrap .download_area .btn_download {
    display: block;
    margin: 0;
    padding: 35px 0;
    border-radius: 0;
    background: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    max-width: none;
    position: relative;
    border: none;
    border-top: 1px solid #ededed;
  }

  .ci .side_wrap .download_area .btn_download:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -50px -30px;
  }

  .ci .side_wrap .download_area .btn_download:first-child {
    border-top: none;
  }
}

.company_location * {
  font-family: "Pretendard Variable", Pretendard Variable, Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue,
    Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  letter-spacing: 0;
}

.company_location .map_wrap {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.company_location .map_cont {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.company_location .map_info {
  margin-bottom: 16px;
}

.company_location .map_info li {
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

.company_location .map_info li b {
  font: inherit;
  font-weight: 700;
}

.company_location .btn_base {
  box-sizing: border-box;
}

.company_location .map_info ~ img {
  height: auto;
  max-width: 960px;
  border-radius: 20px;
}

.company_location .map_cont {
  margin-top: -40px;
}

.company_location .map_cont a {
  margin-bottom: 16px;
  min-height: 50px;
}

.company_location .map_cont p {
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1024px) {
  .company_location .map_cont p {
    font-size: 15px;
  }

  .company_location .map_cont {
    margin-top: 0;
  }

  .company_location .map_info li {
    font-size: 15px;
  }
}

.service.app .service_wrap .service_list li {
  padding-right: 150px;
}

@media only screen and (max-width: 1024px) {
  .service.app .service_wrap .service_list li {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .service .side_wrap .left_side .tit {
    display: none;
  }
}

.service_wrap {
  border-top: 2px solid rgba(0, 0, 0, 0.87);
}

.service_wrap .service_list li {
  position: relative;
  border-top: 1px solid #ededed;
  padding: 50px 17px 16px;
}

.service_wrap .service_list li:first-child {
  border-top: none;
}

.service_wrap .service_list li:last-child {
  padding-bottom: 0;
}

.service_wrap .service_list li .info {
  padding-right: 0;
}

.service_wrap .service_list li .info .tit {
  display: inline-block;
  padding: 0 0 3px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.service_wrap .service_list li .info .service_link .tit:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: -4px;
  width: 24px;
  height: 24px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -100px -100px;
}

@media (min-width: 1px) {
  .service_wrap .service_list li .info .service_link .tit:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.service_wrap .service_list li .info .service_link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .info .service_link .tit {
    display: block;
    position: relative;
  }

  .service_wrap .service_list li .info .service_link .tit:after {
    width: 32px;
    height: 32px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -100px -30px;
    position: absolute;
    top: 3px;
    right: 0;
  }
}

.service_wrap .service_list li .info .sub {
  display: block;
  color: #1b52ed;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.service_wrap .service_list li .info .store_area {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .info .store_area {
    margin-bottom: 10px;
  }
}

.service_wrap .service_list li .info .store_area a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/spr_service.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 1px) {
  .service_wrap .service_list li .info .store_area a {
    background-image: url("../images/spr_service_x2.png");
    background-size: 330px 150px;
  }
}

.service_wrap .service_list li .info .store_area a.google_play {
  background-position: 0 -85px;
}

.service_wrap .service_list li .info .store_area a.app_store {
  background-position: -24px -85px;
  margin: 0 13px 0 10px;
}

.service_wrap .service_list li .info .store_area a.one_store {
  background-position: -50px -85px;
}

.service_wrap .service_list li .btn_area {
  margin-bottom: 40px;
}

.service_wrap .service_list li .btn_area a {
  margin-left: 24px;
}

.service_wrap .service_list li .btn_area a:first-child {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .service_wrap .service_list li .btn_area a {
    margin: 20px 24px 0 0;
  }

  .service_wrap .service_list li .btn_area a:first-child {
    margin: 0 24px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .btn_area {
    margin-bottom: 0;
  }
}

.service_wrap .service_list li .ico_logo {
  display: inline-block;
  position: absolute;
  top: 56px;
  right: 16px;
  width: 80px;
  height: 80px;
  background-image: url("../images/spr_service.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 1px) {
  .service_wrap .service_list li .ico_logo {
    background-image: url("../images/spr_service_x2.png");
    background-size: 330px 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .ico_logo {
    top: 45px;
    width: 56px;
    height: 56px;
    background-image: url("../images/spr_service.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service_wrap .service_list li .ico_logo {
    background-image: url("../images/spr_service_x2.png");
    background-size: 330px 150px;
  }
}

.service_wrap .service_list li .ico_logo.zum {
  background-position: 0 0;
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .ico_logo.zum {
    top: 0;
    background-position: -85px -85px;
  }
}

.service_wrap .service_list li .ico_logo.newsum {
  background-position: -85px 0;
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .ico_logo.newsum {
    background-position: -147px -85px;
  }
}

.service_wrap .service_list li .ico_logo.egloos {
  background-position: -170px 0;
}

@media only screen and (max-width: 1024px) {
  .service_wrap .service_list li .ico_logo.egloos {
    background-position: -210px -85px;
  }
}

.service_wrap .service_list li .lab_history {
  margin-top: 35px;
}

.service_wrap .service_list li .lab_history dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.service_wrap .service_list li .lab_history dd ul li {
  position: relative;
  padding: 9px 0 12px 28px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}

.service_wrap .service_list li .lab_history dd ul li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #1b52ed;
}

.service_wrap .service_list li .lab_history dd ul li a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-right: 24px;
}

.service_wrap .service_list li .lab_history dd ul li a:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -225px -100px;
  position: absolute;
  top: 7px;
  right: 0;
}

.service .visual_wrap {
  max-width: 1040px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.service .service_cont {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

.service .service_top {
  display: block;
  width: 100%;
}

.service .service_top strong {
  color: rgb(34, 34, 34);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35em;
}

.service .service_top em {
  display: block;
  font: inherit;
  color: rgb(21, 84, 230);
}

.service .service_top .btn_area {
  margin-top: 32px;
  font-size: 0;
}

.service_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 70px;
}

.service_box .box {
  position: relative;
  flex: 1;
  padding: 16px;
  padding-bottom: 76px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}

.service_box .box .tit {
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
}

.service_box .box .tit em {
  display: block;
  font: inherit;
  color: rgb(21, 84, 230);
  font-style: normal;
}

.service_box .box .txt {
  margin-top: 8px;
  color: rgb(34, 34, 34);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.service_box .box .btn_base {
  position: absolute;
  bottom: 16px;
  left: 16px;
  margin-top: 8px;
}

.btn_base {
  display: inline-flex;
  align-items: center;
  background-color: rgb(21, 84, 230);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 14.5px 28px;
  font-size: 18px;
  font-weight: 700;
  min-height: 57px;
}

.btn_base:hover {
  text-decoration: none;
}

.btn_base.middle {
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  min-height: 41px;
}

.service .service_top p.txt {
  margin-top: 8px;
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1041px) {
  .service .visual_wrap {
    padding: 0 20px;
  }

  .service .service_cont {
    padding: 0;
  }

  .service_box {
    flex-direction: column;
  }

  .service .service_top strong {
    font-size: 26px;
  }

  .service .service_top p.txt {
    font-size: 15px;
  }

  .service_box .box .tit {
    font-size: 15px;
  }

  .service_box .box .txt {
    font-size: 15px;
  }
}

#wrap.service .inner_cont * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: "Pretendard Variable", Pretendard Variable, Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue,
    Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

@media (min-width: 1px) {
  .service_wrap .service_list li .lab_history dd ul li a:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.service_wrap .service_list li .lab_history:last-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .service_wrap {
    border-top: none;
    padding: 0;
  }

  .service_wrap .service_list li {
    padding: 50px 0 20px;
  }

  .service_wrap .service_list li:first-child {
    padding-top: 0;
  }

  .service_wrap .service_list li .info {
    padding: 0;
  }

  .service_wrap .service_list li .btn_area {
    text-align: left;
    padding-bottom: 25px;
  }
}

.inside_tab_menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  margin: 0 auto 63px;
}

.inside_tab_menu:after {
  content: "";
  display: block;
  clear: both;
}

.inside_tab_menu li {
  float: left;
  margin-right: 20px;
}

.inside_tab_menu li.active a {
  color: #1b52ed;
  border: 1px solid #1b52ed;
}

.inside_tab_menu li.active a i.chrome-ic {
  background-position: -5px -77px;
}

.inside_tab_menu li.active a i.edge-ic {
  background-position: -41px -77px;
}

.inside_tab_menu li.active a i.whale-ic {
  background-position: -77px -77px;
}

.inside_tab_menu li.active a i.firefox-ic {
  background-position: -113px -5px;
}

.inside_tab_menu li.active a i.safari-ic {
  background-position: -113px -41px;
}

.inside_tab_menu li.active a i.ie-ic {
  background-position: -113px -77px;
}

.inside_tab_menu li a {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 15px;
  position: relative;
  color: rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 4px 14px rgba(27, 82, 237, 0.06);
  box-shadow: 0px 4px 14px rgba(27, 82, 237, 0.06);
  border-radius: 30px;
  border: 1px solid transparent;
}

.inside_tab_menu li a i {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: sub;
  margin-right: 8px;
  background: url("../images/spr_browser_ic_x2.png") no-repeat;
  background-size: 144px 108px;
}

.inside_tab_menu li a i.chrome-ic {
  background-position: -5px -5px;
}

.inside_tab_menu li a i.edge-ic {
  background-position: -41px -41px;
}

.inside_tab_menu li a i.whale-ic {
  background-position: -77px -41px;
}

.inside_tab_menu li a i.firefox-ic {
  background-position: -5px -41px;
}

.inside_tab_menu li a i.safari-ic {
  background-position: -77px -5px;
}

.inside_tab_menu li a i.ie-ic {
  background-position: -41px -5px;
}

.inside_tab_menu li a:hover {
  text-decoration: none;
}

.inside_tab_menu li:last-child {
  margin-right: 0;
}

.inside_body .tab-cont {
  display: none;
}

.inside_body .tab-cont.active {
  display: block;
}

.inside_body .tab-cont .text {
  text-align: left;
  line-height: 1.5;
  display: inline-block;
}

.inside_body .tab-cont .text em,
.inside_body .tab-cont .text a {
  font-style: normal;
  color: #1b52ed;
}

.inside_body .tab-cont .text.sub {
  display: block;
  text-align: center;
}

.inside_body .tab-cont .sub + .text {
  margin-top: 34px;
}

.inside_body .tab-cont .text + .pic {
  margin-top: 20px;
}

.inside_body .tab-cont ul {
  padding-bottom: 54px;
}

.inside_body .tab-cont ul li {
  text-align: center;
  padding: 0 0 54px 0;
}

.inside_body .tab-cont ul li .pic {
  max-width: 1160px;
  margin: 0 auto;
  background: #f5f9ff;
  padding: 40px 0;
}

.inside_body .tab-cont ul li .pic div {
  display: inline-block;
  position: relative;
}

.inside_body .tab-cont ul li .pic div .main_img {
  max-width: 758px;
}

.inside_body .tab-cont ul li .pic div .pop_img {
  position: absolute;
}

.inside_body .tab-cont ul li .pic div .chrome03 {
  width: 364px;
  top: 44px;
  right: -28px;
}

.inside_body .tab-cont ul li .pic div .chrome04 {
  width: 310px;
  top: 10px;
  right: -56px;
}

.inside_body .tab-cont ul li .pic div .chrome05 {
  width: 220px;
  top: 220px;
  left: -54px;
}

.inside_body .tab-cont ul li .pic div .chrome07,
.inside_body .tab-cont ul li .pic div .edge04,
.inside_body .tab-cont ul li .pic div .edge07,
.inside_body .tab-cont ul li .pic div .whale04,
.inside_body .tab-cont ul li .pic div .whale07,
.inside_body .tab-cont ul li .pic div .firefox03 {
  width: 106px;
  top: -7px;
  right: -44px;
}

.inside_body .tab-cont ul li .pic div .edge01 {
  width: 268px;
  top: 12px;
  right: -44px;
}

.inside_body .tab-cont ul li .pic div .edge02 {
  width: 223px;
  top: 144px;
  left: -20px;
}

.inside_body .tab-cont ul li .pic div .whale01 {
  width: 256px;
  top: 30px;
  right: -48px;
}

.inside_body .tab-cont ul li .pic div .whale02 {
  width: 193px;
  top: 46px;
  left: -30px;
}

.inside_body .tab-cont ul li .pic div .firefox01 {
  width: 259px;
  top: 30px;
  right: -48px;
}

.inside_body .tab-cont ul li .pic div .firefox02 {
  width: 158px;
  top: 115px;
  left: -30px;
}

.inside_body .tab-cont ul li .pic div .safari01 {
  width: 136px;
  top: -5px;
  left: -26px;
}

.inside_body .tab-cont ul li .pic div .safari02 {
  width: 253px;
  top: 49px;
  left: -36px;
}

.inside_body .tab-cont ul li .pic div .ie01 {
  width: 276px;
  top: 8px;
  right: -30px;
}

.inside_body .tab-cont ul li .pic div .ie02 {
  width: 107px;
  top: -7px;
  right: -50px;
}

.inside_body .tab-cont ul li.btm_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 0 80px 0;
}

.inside_body .tab-cont ul li .feedback_btn {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 0 46px 0 29px;
  height: 39px;
  font-size: 14px;
  color: #1b52ed;
  line-height: 37px;
  border: 1px solid #1b52ed;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inside_body .tab-cont ul li .feedback_btn .arrow_ic {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/startSetting/renew2022/arrow_ic.png") no-repeat;
  background-size: 12px;
}

.inside_body .tab-cont ul li .feedback_btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #1b52ed;
}

.inside_body .tab-cont ul li .feedback_btn:hover .arrow_ic {
  background: url("../images/startSetting/renew2022/arrow_ic_hover.png")
    no-repeat;
  background-size: 12px;
}

.inside_body .tab-cont ul li.last_item {
  padding: 0;
}

.inside_body .tab-cont ul.last_item {
  padding-bottom: 120px;
}

.portal .visual_wrap .inner_cont {
  aspect-ratio: 479 / 259;
  background-image: url("../images/bg/service_portal.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.platform .visual_wrap .inner_cont {
  height: 480px;
  background-image: url("../images/bg/service_platform.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 480px;
  border-radius: 4px;
}

.deepdive .visual_wrap .inner_cont {
  background: url("../images/bg/deepdive_bg.png") no-repeat;
  background-size: cover;
  aspect-ratio: 263 / 148;
  border-radius: 4px;
  overflow: hidden;
}

.keyboard .visual_wrap .inner_cont {
  background: url("../images/bg/keyboard_bg.png") no-repeat;
  background-size: cover;
  aspect-ratio: 2677 / 921;
  border-radius: 4px;
  overflow: hidden;
}

.service .mevu_info .info_half {
  display: flex;
  gap: 16px;
  margin-top: 36px;
}

.service .mevu_info li {
  flex: 1;
  outline: none;
}

.service .mevu_info .info_half .visual {
  width: 100%;
  aspect-ratio: 472 / 314;
  background: url("../images/bg/mevu1.jpg") no-repeat center;
  background-size: cover;
  border-radius: 4px;
}

.service .mevu_info .info_half li:nth-child(2) .visual {
  background-image: url("../images/bg/mevu2.jpg");
}

.service .mevu_info .info_half .tit {
  margin-top: 20px;
  display: block;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
}

.service .mevu_info ~ .btn_area {
  display: flex;
  margin-top: 16px;
  font-size: 0;
  gap: 16px;
}

.service .mevu_info ~ .btn_area .btn_base {
  background-color: rgb(118, 56, 224);
}

.keyboard .service_cont .btn_area {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.keyboard .service_cont .btn_area .btn_base {
  background-color: rgb(93, 190, 245);
}

.service .mevu_info .info_half .txt {
  margin-top: 4px;
  color: rgb(34, 34, 34);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.mevu .visual_wrap .inner_cont {
  background: url("../images/bg/mevu_bg.jpg") no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1024 / 500;
}

.mevu .visual_wrap .inner_cont {
  background: url("../images/bg/mevu_bg.jpg") no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1024 / 500;
}

.vonvon .service_cont .btn_area .btn_base {
  background-color: rgb(253, 83, 111);
  margin-top: 32px;
}

.vonvon .visual_wrap .inner_cont {
  background: url("../images/bg/vonvon.png") no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 960 / 540;
}

.egloos .visual_wrap .inner_cont {
  background: url("../images/bg/egloos.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  aspect-ratio: 576 / 605;
}

.pikicast .service_cont .btn_area .btn_base {
  background-color: rgb(93, 190, 245);
  margin-top: 32px;
}

.pikicast .visual_wrap .inner_cont {
  background: url("../images/bg/pikicast.png") no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 960 / 540;
}

@media only screen and (max-width: 1041px) {
  .service .mevu_info .info_half .tit {
    font-size: 20px;
  }

  .service .mevu_info .info_half .txt {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .service .mevu_info li {
    flex: inherit;
    margin-right: 16px;
  }

  .service .mevu_info li:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .platform .visual_wrap .inner_cont {
    height: 312px;
    background-size: auto 312px;
  }
}

@media only screen and (max-width: 480px) {
  .platform .visual_wrap .inner_cont {
    height: 200px;
    background-size: auto 200px;
  }
}

.ai .visual_wrap .inner_cont {
  height: 480px;
  background-image: url("../images/bg/service_ai.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 480px;
}

@media only screen and (max-width: 1024px) {
  .ai .visual_wrap .inner_cont {
    height: 312px;
    background-size: auto 312px;
  }
}

@media only screen and (max-width: 480px) {
  .ai .visual_wrap .inner_cont {
    height: 200px;
    background-size: auto 200px;
  }
}

.app .visual_wrap .inner_cont {
  height: 480px;
  background-image: url("../images/bg/service_app.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 480px;
}

@media only screen and (max-width: 1024px) {
  .app .visual_wrap .inner_cont {
    height: 312px;
    background-size: auto 312px;
  }
}

@media only screen and (max-width: 480px) {
  .app .visual_wrap .inner_cont {
    height: 200px;
    background-size: auto 200px;
  }
}

.invest .side_wrap {
  padding-top: 0;
}

.invest .side_wrap .left_side .tit {
  margin-top: -5px;
}

@media only screen and (max-width: 1024px) {
  .invest .side_wrap .left_side .tit {
    margin: 5px 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .invest .side_wrap .left_side .select_wrap {
    margin: 0;
    position: absolute;
    top: 4px;
    right: 0;
    width: 100px;
  }

  .invest .side_wrap .left_side .select_wrap select {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.stock_info_wrap .side_wrap {
  padding: 0;
}

.stock_info_wrap .stock_price {
  padding: 34px 16px;
  border-top: 2px solid rgba(0, 0, 0, 0.87);
}

.stock_info_wrap .stock_price:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price {
    padding: 0;
  }
}

.stock_info_wrap .stock_price .price_area {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .price_area {
    width: auto;
    float: none;
    padding: 18px 0 24px;
    border-bottom: 1px solid #ededed;
  }
}

.stock_info_wrap .stock_price .price_area .price_info {
  vertical-align: 10px;
}

.stock_info_wrap .stock_price .price_area .price_info .price {
  position: relative;
  display: inline-block;
  padding: 10px 27px 0 0;
  font-weight: bold;
  font-size: 32px;
}

.stock_info_wrap .stock_price .price_area .price_info .price:after {
  top: 24px;
  right: 1px;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .price_area .price_info .price:after {
    top: 23px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info .compared {
  font-size: 14px;
  vertical-align: 5px;
  margin-left: 10px;
}

.stock_info_wrap .stock_price .price_area .price_info .compared .ico {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.stock_info_wrap .stock_price .price_area .price_info .compared .ico:after {
  left: 5px;
  top: 5px;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .price_area .price_info .compared .ico:after {
    top: 4px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.up .price {
  color: #e30000;
  color: rgba(0, 0, 0, 0.87);
}

.stock_info_wrap .stock_price .price_area .price_info.up .price:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -125px -35px;
}

@media (min-width: 1px) {
  .stock_info_wrap .stock_price .price_area .price_info.up .price:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.up .compared .ico {
  color: #e30000;
}

.stock_info_wrap .stock_price .price_area .price_info.up .compared .ico:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -125px -20px;
}

@media (min-width: 1px) {
  .stock_info_wrap
    .stock_price
    .price_area
    .price_info.up
    .compared
    .ico:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.up .compared .range {
  color: #e30000;
}

.stock_info_wrap .stock_price .price_area .price_info.down .price {
  color: #1b52ed;
  color: rgba(0, 0, 0, 0.87);
}

.stock_info_wrap .stock_price .price_area .price_info.down .price:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -145px -35px;
}

@media (min-width: 1px) {
  .stock_info_wrap .stock_price .price_area .price_info.down .price:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.down .compared .ico {
  color: #1b52ed;
}

.stock_info_wrap
  .stock_price
  .price_area
  .price_info.down
  .compared
  .ico:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -140px -20px;
}

@media (min-width: 1px) {
  .stock_info_wrap
    .stock_price
    .price_area
    .price_info.down
    .compared
    .ico:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.down .compared .range {
  color: #1b52ed;
}

.stock_info_wrap .stock_price .price_area .price_info.keep .price {
  color: rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
}

.stock_info_wrap .stock_price .price_area .price_info.keep .price:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -165px -35px;
}

@media (min-width: 1px) {
  .stock_info_wrap .stock_price .price_area .price_info.keep .price:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.keep .compared .ico {
  color: rgba(0, 0, 0, 0.87);
}

.stock_info_wrap
  .stock_price
  .price_area
  .price_info.keep
  .compared
  .ico:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -155px -20px;
}

@media (min-width: 1px) {
  .stock_info_wrap
    .stock_price
    .price_area
    .price_info.keep
    .compared
    .ico:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_info_wrap .stock_price .price_area .price_info.keep .compared .range {
  color: rgba(0, 0, 0, 0.87);
}

.stock_info_wrap .stock_price .price_area .data_info {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}

.stock_info_wrap .stock_price .data_info {
  margin-top: 9px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .data_info {
    display: none;
  }
}

.stock_info_wrap .stock_price .deal_area {
  width: 50%;
  float: left;
}

.stock_info_wrap .stock_price .deal_area:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .deal_area {
    width: auto;
    float: none;
    padding: 25px 0;
  }
}

.stock_info_wrap .stock_price .deal_area dl {
  width: 25%;
  float: left;
  text-align: center;
}

.stock_info_wrap .stock_price .deal_area dl dt {
  font-weight: bold;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .deal_area dl dt {
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_price .deal_area dl dd {
    text-align: left;
  }
}

.stock_info_wrap .stock_analyze {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 60px;
}

.stock_info_wrap .stock_analyze:after {
  content: "";
  display: block;
  clear: both;
}

.stock_info_wrap .stock_analyze .inner_box {
  width: 25%;
  float: left;
  position: relative;
  position: relative;
}

.stock_info_wrap .stock_analyze .inner_box:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 56px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #ededed;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_analyze .inner_box {
    width: 50%;
  }

  .stock_info_wrap .stock_analyze .inner_box:last-child:after {
    height: 97px;
    top: 12px;
    bottom: 0;
  }
}

.stock_info_wrap .stock_analyze .inner_box:first-child {
  margin: 0 0 0 -12px;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_analyze .inner_box:first-child {
    margin: 0;
  }

  .stock_info_wrap .stock_analyze .inner_box:first-child dl dd {
    padding-right: 16px;
  }
}

.stock_info_wrap .stock_analyze .inner_box:first-child:after {
  display: none;
}

.stock_info_wrap .stock_analyze .inner_box:last-child dl {
  margin-right: 0;
}

.stock_info_wrap .stock_analyze .inner_box:last-child dl dt {
  padding-left: 16px;
}

.stock_info_wrap .stock_analyze .inner_box dl {
  margin: 18px 24px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_analyze .inner_box dl {
    margin: 0;
  }
}

.stock_info_wrap .stock_analyze .inner_box dl dt {
  font-size: 14px;
  position: absolute;
  margin: 12px 0 0 0;
}

.stock_info_wrap .stock_analyze .inner_box dl dd {
  padding: 12px 0 12px 50px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_analyze .inner_box dl dd {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .stock_info_wrap .stock_analyze {
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    margin-bottom: 0;
  }

  .stock_info_wrap .stock_analyze .clear_box {
    padding: 13px 0;
  }

  .stock_info_wrap .stock_analyze .clear_box:after {
    content: "";
    display: block;
    clear: both;
  }
}

.stock_info_wrap .stock_analyze .deal_info {
  position: relative;
}

.stock_info_wrap .stock_analyze .deal_info dt {
  position: absolute;
  margin-top: 20px;
  font-weight: bold;
}

.stock_info_wrap .stock_analyze .deal_info dd {
  text-align: right;
  padding: 20px 0 20px 150px;
  border-top: 1px solid #ededed;
}

.stock_table table {
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #9e9e9e;
}

.stock_table table .tbl_inner {
  display: inline-block;
  margin-left: 30px;
}

.stock_table table th,
.stock_table table td {
  padding: 22px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .stock_table table th,
  .stock_table table td {
    line-height: 1.5;
    font-size: 12px;
    padding: 18px 8px;
  }
}

.stock_table table th.center,
.stock_table table td.center {
  text-align: center !important;
}

.stock_table table th.left,
.stock_table table td.left {
  text-align: left !important;
}

.stock_table table th .ico,
.stock_table table td .ico {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.stock_table table th .ico:after,
.stock_table table td .ico:after {
  left: 0;
  top: 7px;
}

.stock_table table th .ico.up,
.stock_table table td .ico.up {
  color: #e30000;
}

.stock_table table th .ico.up:after,
.stock_table table td .ico.up:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -125px -20px;
}

@media (min-width: 1px) {
  .stock_table table th .ico.up:after,
  .stock_table table td .ico.up:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_table table th .ico.down,
.stock_table table td .ico.down {
  color: #1b52ed;
}

.stock_table table th .ico.down:after,
.stock_table table td .ico.down:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -140px -20px;
}

@media (min-width: 1px) {
  .stock_table table th .ico.down:after,
  .stock_table table td .ico.down:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_table table th .ico.keep,
.stock_table table td .ico.keep {
  color: rgba(0, 0, 0, 0.87);
}

.stock_table table th .ico.keep:after,
.stock_table table td .ico.keep:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -125px -35px;
  background-position: -155px -20px;
}

@media (min-width: 1px) {
  .stock_table table th .ico.keep:after,
  .stock_table table td .ico.keep:after {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.stock_table table thead th {
  text-align: right;
}

.stock_table table thead th.center {
  text-align: center;
}

.stock_table table thead th:last-child {
  padding-right: 15px;
}

.stock_table table tbody th {
  font-weight: normal;
}

.stock_table table tbody td,
.stock_table table tbody th {
  border-top: 1px solid #ededed;
  text-align: right;
}

.stock_table table tbody td:last-child,
.stock_table table tbody th:last-child {
  padding-right: 20px;
}

.stock_table table tfoot {
  color: #1b52ed;
}

.stock_table table tfoot th,
.stock_table table tfoot td {
  border-top: 1px solid #9e9e9e;
  font-weight: bold;
}

.stock_table table tfoot td {
  text-align: center;
}

.stock_table.stock_table_list table tbody th,
.stock_table.stock_table_list table tbody td {
  font-size: 16px;
}

.stock_table.th_bg_type thead th {
  background: #f7f7f7;
  text-align: center;
}

.stock_table.th_bg_type tbody th {
  background: #fbfbfb;
  vertical-align: middle;
}

.stock_table.th_bg_type tbody td {
  text-align: center;
}

.stock_table.th_bg_type tbody td.total {
  font-weight: bold;
}

.stock_table.notice_type .tit {
  width: 520px;
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1024px) {
  .stock_table.notice_type .tit {
    font-size: 16px;
    width: auto;
    height: auto;
    text-overflow: initial;
    white-space: normal;
  }
}

.stock_table.notice_type .date {
  color: rgba(0, 0, 0, 0.38);
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .stock_table.notice_type .date {
    font-size: 14px;
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .stock_table.notice_type table {
    border-bottom: none;
  }

  .stock_table.notice_type table colgroup {
    display: none;
  }

  .stock_table.notice_type table thead {
    display: none;
  }

  .stock_table.notice_type table td {
    display: block;
    padding: 19px 0 0 0;
    border-top: none;
    text-align: left;
  }

  .stock_table.notice_type table td.date {
    border-bottom: 1px solid #ededed;
    padding: 6px 0 19px 0;
  }
}

.tbl_noti {
  text-align: right;
  color: rgba(0, 0, 0, 0.38);
  font-size: 14px;
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .tbl_noti {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    font-size: 12px;
  }
}

.ir_tit_wrap {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .ir_tit_wrap {
    padding: 19px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.87);
    margin-bottom: 16px;
  }
}

.ir_tit_wrap .tit_wrap h3 {
  font-size: 20px;
}

.ir_tit_wrap .tit_wrap .sub_des {
  margin-top: 12px;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  .ir_tit_wrap .tit_wrap {
    line-height: 1.5;
  }
}

.ir_tit_wrap .download_wrap {
  margin-top: 30px;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .ir_tit_wrap .download_wrap .btn_download {
    position: absolute;
    top: 13px;
    right: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    background-color: none;
    border-radius: 25px;
    width: 36px;
    height: 36px;
    background-image: url("../images/spr_m_common_x2.png");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: -50px -30px;
  }

  .ir_tit_wrap .download_wrap .btn_download .txt {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_tit_wrap .download_wrap .btn_download:after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_tit_wrap .download_wrap {
    margin-top: 0;
  }
}

.ir_info_wrap .stock_table {
  margin-top: 0;
  line-height: 0;
  font-size: 0;
}

@media only screen and (max-width: 1024px) {
  .ir_info_wrap .stock_table thead {
    display: none;
  }
}

.ir_info_wrap .stock_table tbody td,
.ir_info_wrap .stock_table tbody th {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .ir_info_wrap .stock_table tbody td,
  .ir_info_wrap .stock_table tbody th {
    padding-left: 0;
    padding-right: 0;
  }
}

.ir_info_wrap .stock_table tbody td a br,
.ir_info_wrap .stock_table tbody th a br {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .ir_info_wrap .stock_table tbody td a br,
  .ir_info_wrap .stock_table tbody th a br {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_info_wrap .stock_table tbody td .btn_download_circle,
  .ir_info_wrap .stock_table tbody th .btn_download_circle {
    position: absolute;
    top: 12px;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .ir_info_wrap .stock_table tbody tr:first-child th,
  .ir_info_wrap .stock_table tbody tr:first-child td {
    border-top: none;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile_scroll_wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 500px) {
  .mobile_scroll_wrap .stock_table table {
    width: 600px;
  }
}

.notice_view_wrap {
  border-top: 2px solid rgba(0, 0, 0, 0.87);
}

.notice_view_wrap .inner_head {
  padding: 53px 16px 0 16px;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .inner_head {
    padding: 30px 0 0 0;
  }
}

.notice_view_wrap .inner_head .tit {
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
}

.notice_view_wrap .inner_head .date {
  font-size: 15px;
  margin-top: 13px;
  color: rgba(0, 0, 0, 0.38);
}

.notice_view_wrap .inner_body {
  padding: 40px 16px;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .inner_body {
    padding: 40px 0;
  }
}

.notice_view_wrap .inner_body table {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .inner_body img {
    max-width: 600px;
    width: 100%;
  }
}

.notice_view_wrap .page_preview {
  border-top: 1px solid rgba(0, 0, 0, 0.38);
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.notice_view_wrap .page_preview li {
  position: relative;
  border-top: 1px solid #ededed;
  padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .page_preview li {
    font-size: 14px;
    padding: 5px 0;
  }
}

.notice_view_wrap .page_preview li:first-child {
  border-top: none;
}

.notice_view_wrap .page_preview li .nav {
  font-weight: bold;
  position: absolute;
  top: 22px;
  left: 16px;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .page_preview li .nav {
    top: 17px;
    left: 0;
  }
}

.notice_view_wrap .page_preview li .tit {
  display: block;
  line-height: 20px;
  padding: 8px 100px 12px 76px;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .page_preview li .tit {
    padding: 8px 80px 12px 50px;
  }
}

.notice_view_wrap .page_preview li .tit a {
  display: inline-block;
}

.notice_view_wrap .page_preview li .date {
  color: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 22px;
  right: 16px;
  width: 56px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .notice_view_wrap .page_preview li .date {
    top: 17px;
    right: 0;
  }
}

.add_file {
  width: 830px;
  overflow: hidden;
  background: #fbfbfb;
  margin: 40px -16px -15px;
  padding: 20px 15px;
}

@media only screen and (max-width: 1024px) {
  .add_file {
    width: auto;
    margin: 24px 0 15px;
  }
}

.add_file dt {
  position: absolute;
}

.add_file dd {
  padding-left: 60px;
}

.add_file dd a {
  display: inline-block;
  padding-left: 25px;
}

.add_file dd a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/spr_pc_common.png");
  background-repeat: no-repeat;
  background-position: -190px -20px;
}

@media (min-width: 1px) {
  .add_file dd a:before {
    background-image: url("../images/spr_pc_common_x2.png");
    background-size: 250px 250px;
  }
}

.list_btn_area {
  margin-top: 24px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .list_btn_area {
    margin-top: 16px;
  }
}

.wellfare_cont {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 100px;
}

#wrap.wellfare {
  overflow: hidden;
}

.wellfare_cont * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: "Pretendard Variable", Pretendard Variable, Pretendard,
    -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue,
    Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

.wellfare_cont .title_area {
  margin-bottom: 52px;
}

.wellfare_cont .title_area:nth-child(n + 2) {
  margin-top: 110px;
}

.wellfare_cont .title_area strong {
  display: block;
  width: 100%;
  color: rgb(34, 34, 34);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35em;
  text-align: center;
}

.wellfare_cont .title_area p {
  display: block;
  margin-top: 8px;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: center;
  font-size: 19px;
  line-height: 1.5em;
}

.wellfare_cont .box_txt {
  display: flex;
  gap: 16px;
}

.wellfare_cont .box_txt > li {
  flex: 1 1 0;
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: initial;
  text-align: center;
  padding: 16px;
  border-radius: 4px;
  background-color: rgba(238, 238, 238, 0.5);
  word-break: keep-all;
}

.wellfare_cont .box_txt > li b {
  display: block;
  color: rgb(34, 34, 34);
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  line-height: 1.5em;
}

.wellfare_cont .box_txt > li p {
  width: 100%;
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}

.wellfare_cont .wellfare_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 28px 0px 16px;
}

.wellfare_cont .wellfare_nav .paging {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

.wellfare_cont .wellfare_nav .paging span {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

.wellfare_cont .wellfare_nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.wellfare_slider {
  overflow: visible;
  margin-top: 40px;
}

.wellfare_slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
}

.wellfare_slider .slick-slide {
  margin: 0 8px;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
}

.wellfare_slider .slick-slide img {
  width: 100%;
}

.box_wellfare {
  display: flex;
  width: calc(100% + 16px);
  flex-wrap: wrap;
  gap: 16px;
}

.box_wellfare > li {
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  width: calc(25% - 16px);
  padding: 16px;
  border-radius: 4px;
  background-color: rgba(238, 238, 238, 0.5);
}

.box_wellfare > li i {
  display: block;
  font-style: normal;
}

.box_wellfare > li b {
  font-weight: 700;
  text-align: left;
  white-space: pre-wrap;
  font-size: 19px;
  line-height: 1.5em;
}

.box_wellfare > li p {
  color: rgb(34, 34, 34);
  font-weight: 400;
  text-align: left;
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1024px) {
  .wellfare_cont {
    padding: 0 20px;
    padding-bottom: 36px;
  }
  .wellfare_cont .box_txt > li br {
    display: none;
  }
  .wellfare_cont .box_txt {
    flex-wrap: wrap;
  }
  .wellfare_cont .box_txt > li {
    flex: none;
    width: 100%;
  }
  .wellfare_cont .box_txt > li b {
    font-size: 17px;
  }
  .wellfare_cont .box_txt > li p {
    font-size: 15px;
  }
  .wellfare_cont .title_area strong {
    font-size: 26px;
  }
  .wellfare_cont .title_area p {
    font-size: 17px;
  }
  .wellfare_cont .title_area:nth-child(n + 2) {
    margin-top: 70px;
  }
  .box_wellfare {
    width: 100%;
  }
  .box_wellfare > li {
    width: 100%;
  }
}
