/*
  최종수정일: 2024-05-14
  = app_agency와 service_main페이지 공유 참고
*/
@import url('//fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('//cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@import url("//cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*--
@import url("//cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
--*/

/*--
@font-face {
  font-family: 'Pretendard';
  src: url('../../font/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../../font/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../../font/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../../font/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
--*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
word-break:keep-all;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline; }

html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }

img, fieldset, a img {
border: none; }

/* search icon hide - IE */
input::-ms-clear,
input::-ms-reveal{
  display:none;  }

/* search icon hide - Chrome */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
  display:none;  }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
-webkit-appearance: none;
box-shadow: none; }
input[type="search"]{
background: rgba(255,255,255,0);
  height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 2px solid #E6E8EC;
  -webkit-appearance: textfield;  }
input[type="search"]:focus {
border-color: #777E90;  }

input[type="submit"],
button {
cursor: pointer; }
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button {
background: none; }

textarea {
font-family: 'pretendard', sans-serif;
border: none;
overflow: hidden;
resize: none; }

input, button {
margin: 0;
padding: 0;
border: 0; }

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
outline: none; }

ul, ol {
list-style-type: none; }

table {
border-spacing: 0;
border-collapse: collapse;
width: 100%; }

html {
box-sizing: border-box; }

*, *:before, *:after {
box-sizing: inherit; }

a { color: inherit;  }

.gray { color: #777E91;  } 
.green { color: #11CB60;  }
.red { color: red; }

.fixed { position: fixed;  }
.hide { display: none;  }

/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }

.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
  outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }

.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
  content: "";
  display: none; }
.slick-track:after {
  clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
float: left;
height: 100%;
min-height: 1px;
box-shadow: 0px 40px 32px -24px rgb(15 15 15 / 12%);
display: none; }
[dir="rtl"] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .slick-slide {
  display: block; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
display: none; }

/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }

.mfp-preloader a {
color: #CCC; }

.mfp-preloader a:hover {
color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: 'Pretendard','Nanum Gothic', Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }

.mfp-close:active {
top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }

.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }

.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }

.mfp-arrow-left {
left: 0; }

.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }

.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }

.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }

.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }

.mfp-iframe-holder .mfp-close {
top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }

.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }

.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }

.mfp-figure figure {
margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
     * Remove all paddings around the image on small screen
     */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
.mfp-img-mobile img.mfp-img {
  padding: 0; }
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0; }
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
.mfp-container {
  padding-left: 6px;
  padding-right: 6px; } }


body {
min-width: 375px;
/*background: #FCFCFD;*/
background: #FFFFFF;
font-family:'Pretendard','Nanum Gothic', sans-serif;
font-size: 14px;
line-height: 1.71429;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #23262F; }
body.dark {
  background: #141416;
  color: #FCFCFD; }

a {
text-decoration: none; }

svg,
img {
max-width: 100%;
vertical-align: middle; }

.outer {
display: flex;
flex-direction: column;
min-height: 100vh;
overflow: hidden; }
.outer__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.anchor {
position: absolute;
left: 0;
right: 0; }

.center {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 80px; }

.company__mission .center, .company__history .center{
max-width: 728px;
padding: 0px;}
.company__history .center .main__text{width: 100%;}
.main__job .center .main__col-0, .employment .center .main__col-0{
margin: 0 auto;
}
.main__job .center .main__col-1
  , .employment .center .main__col-1
  , .expert .center .main__col-1 {
  /*min-width: 728px;*/
  width: 728px;
  max-width: 728px;
  padding: 0px;
  margin: 0 auto;
}
.catalog .center{max-width: 1048px;
padding: 0 88px;}
@media only screen and (max-width: 1023px) {
  .center {
    padding: 0 40px; } }
@media only screen and (max-width: 767px) {
  .center {
    padding: 0 32px; } 
  /*-- [i][20240422][chklist:#6,chklist:#58][add] --*/
  .center.excp-pr0 {
    padding-right: 0; } 
}

body.dark .some-icon {
  display: none; }

.some-icon-dark {
  display: none; }
body.dark .some-icon-dark {
  display: inline-block; }


.select {
float: none;
height: 48px;
width: 100%;
padding: 0 48px 0 16px;
margin-right: 5px;
box-shadow: inset 0 0 0 2px #E6E8EC;
background: none;
border-radius: 12px;
border: none;
opacity: 1;
font-size: 14px;
font-weight: 700;
line-height: 48px;
transition: all .2s  }

.select[disabled] {
  background: #e6e8ec;
  color: #B1B5C3;
  pointer-events: none;
  transition: all .2s;  }

.select:after {
  display: none; }
.select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/10px auto;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
body.dark .select {
  background: #141416;
  box-shadow: inset 0 0 0 2px #353945;
  -webkit-appearance: none; }
  body.dark .select:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23FCFCFD'/%3E%3C/svg%3E"); }
.select.open {
  box-shadow: inset 0 0 0 2px #777E90; }
  body.dark .select.open {
    box-shadow: inset 0 0 0 2px #777E90; }
  .select.open:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
.select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.select .list {
left: 0;
width: 100%;
  margin-top: 2px;
  border-radius: 12px;
  background: #FCFCFD;
  border: 2px solid #E6E8EC;
  box-shadow: 0 4px 12px rgba(35, 38, 47, 0.1); }
  body.dark .select .list {
    background: #141416;
    border-color: #353945;
    box-shadow: 0 4px 12px rgba(20, 20, 22, 0.1); }
.select .option {
  min-width: 70px;
  min-height: auto;
  padding: 10px;
  font-weight: 500;
  line-height: 1.4; }
  .select .option:hover, .select .option.focus, .select .option.selected.focus {
    background: #F4F5F6; }
    body.dark .select .option:hover, body.dark .select .option.focus, body.dark .select .option.selected.focus {
      background: #23262F; }
  .select .option.selected {
    font-weight: 500;
    color: #11CB60; }
.select .disabled {
  pointer-events: none;  }

.slick-arrow {
position: absolute;
z-index: 2;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 0;
transition: all .2s; }
.slick-arrow path {
  position: relative;
  z-index: 2;
  fill: #777E90;
  transition: fill .2s; }
.slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #E6E8EC; }
  body.dark .slick-arrow:hover {
    box-shadow: inset 0 0 0 2px #353945; }
    body.dark .slick-arrow:hover path {
      fill: #E6E8EC; }


.text-right {
text-align: right; }

.text-center {
text-align: center !important; }

.text-uppercase {
text-transform: uppercase; }

.m-auto {
margin: auto; }

.ml-auto {
margin-left: auto; }

.mr-auto {
margin-right: auto; }

.align-baseline {
align-items: baseline; }

@media only screen and (max-width: 1179px) {
.desktop-hide {
  display: none !important; } }

.desktop-show {
display: none !important; }
@media only screen and (max-width: 1179px) {
  .desktop-show {
    display: block !important; } }

@media only screen and (max-width: 1179px) {
.desktop-text-right {
  text-align: right !important; } }

@media only screen and (max-width: 1023px) {
.tablet-hide {
  display: none !important; } }

.tablet-show {
display: none !important; }
@media only screen and (max-width: 1023px) {
  .tablet-show {
    display: block !important; } }

@media only screen and (max-width: 1023px) {
.tablet-text-right {
  text-align: right !important; } }

@media only screen and (max-width: 767px) {
.mobile-hide {
  display: none !important; } }

.mobile-show {
display: none !important; }
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block !important; } }

@media only screen and (max-width: 767px) {
.mobile-text-right {
  text-align: right !important; } }

[class^="section"] {
margin-bottom: 0px; }

.section {
  background: #F9FAFA; }
.section-bg {
  padding: 90px 0 80px;
  background: #F4F5F6; }
.section-bg.sevices {background:#FCFCFD; }
.section-bg.sevices.service__pas, .section-bg.sevices.service__iam, .section-bg.sevices.service__fpa {background:#F4F5F6; }
.section-bg.purple{background:#F2ECF9; padding: 0 32px;}
.section-bg.green{background:#EEFCF4;}
.section-bg.review__pas{background:#FDF3DF;}
.section-bg.popular.service__fpa{background:#F4F5F6;}
/*-- [req-cgo] --*/
.section-bg.faq{
  background: unset;
  /*background:#FCFCFD;*/
}
/*-- [i][20240422][chklist:#22] --*/
.section-bg.checklist{background:#FCFCFD; padding-bottom: 120px;}
@media only screen and (max-width: 1179px) {
  .section-bg {
    padding: 100px 0 64px; } }
@media only screen and (max-width: 767px) {
  .section-bg {
    padding: 100px 0; }
  
.section-bg.checklist{padding-bottom: 120px;} }
  
.section-mb0 {
margin-bottom: 0; }
@media only screen and (max-width: 1179px) {
  .section-mb0 {
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .section-mb0 {
    margin-bottom: 0; } }

.section-padding {
  padding: 136px 0; }
/*-- [i][20240422][cmt] --*/
/*--
@media only screen and (max-width: 1179px) {
  .section-padding {
    padding: 112px 0; } }
--*/

/*-- [i][20240422][chklist:#60] --*/
.section.expert
  , .section-padding.expert {
    background:#FCFCFD;}

/*-- [i][20240422][chklist:#63] --*/
.section-padding.catalog .catalog__list .card__body {
  margin-top: 24px; }
/*-- [req-cgo][add] --*/
@media only screen and (max-width: 767px) {
  .section-padding.catalog {
    padding-bottom: 64px; }
}

.hero,
.h1,
.h2,
.h3,
.h4 {
font-family: 'Pretendard', sans-serif;
font-weight: 700; }

.hero {
font-size: 56px;
line-height: 1;
letter-spacing: -.02em; }
@media only screen and (max-width: 1339px) {
  .hero {
    font-size: 60px; } }
@media only screen and (max-width: 1179px) {
  .hero {
    font-size: 52px; } }

.h1 {
font-size: 48px;
line-height: 1;
letter-spacing: -.02em; }
@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 48px;
    line-height: 1.16667; } }

.h2 {
font-size: 40px;
line-height: 1.16667;
letter-spacing: -.02em; margin-bottom: 16px;}
@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.01em; margin-bottom: 16px;} }

.h3 {
font-size: 30px;
line-height: 1.2;
letter-spacing: -.01em; }
@media only screen and (max-width: 767px) {
  .h3 {
    font-size: 32px;
    line-height: 40px;
    /*line-height: 1.25;*/ } }

.h4 {
font-size: 24px;
/*line-height: 1.25;*/
line-height: 32px;
letter-spacing: -.01em; }

.caption__bold {
font-family: 'Pretendard','Nanum Gothic', sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 24px;  }

[class^="category"] {
display: inline-block;
padding: 8px 8px 6px;
background: #23262F;
border-radius: 4px;
font-size: 12px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
color: #FCFCFD; }

.category-blue {
background: #11CB60; }

.category-purple {
background: #9757D7; }

.category-green {
background: #58BD7D; }

.category-red {
background: #FF6838; }

.category-gray {
background: #B1B5C3; }
body.dark .category-gray {
  background: #353945;
  color: #FCFCFD; }

.category-stroke-green {
background: none;
box-shadow: inset 0 0 0 2px #58BD7D;
color: #58BD7D; }

[class^="button"] {
display: inline-flex;
justify-content: center;
align-items: center;
height: 48px;
padding: 0 24px;
background: #11CB60;
border-radius: 24px;
font-family: 'Pretendard', sans-serif;
font-size: 16px;
font-weight: 700;
/*line-height: 1;*/
line-height: 24px;
text-align: center;
color: #FCFCFD;
cursor: pointer;
transition: background, box-shadow .2s; }
[class^="button"]:hover {
  background: #009d3d; }
[class^="button"]:disabled, [class^="button"].disabled, [class^="button"][disabled] {
  background: #D6D8E0;
cursor: default;  }
[class^="button"] .icon {
  width: 16px;
  height: 16px;
  fill: #FCFCFD;
  transition: all .2s; }
[class^="button"]:not([class^="button-circle"]) .icon:first-child {
  margin-right: 12px; }
[class^="button"]:not([class^="button-circle"]) .icon:last-child {
  margin-left: 12px; }

.button-stroke {
background: none;
box-shadow: 0 0 0 2px #E6E8EC inset;
color: #23262F; }
.button-stroke .icon {
  fill: #777E90; }
body.dark .button-stroke {
  box-shadow: 0 0 0 2px #353945 inset;
  color: #FCFCFD; }
  body.dark .button-stroke .icon {
    fill: #FCFCFD; }
.button-stroke:hover, .button-stroke.active {
  background: none;
  box-shadow: 0 0 0 2px #23262F inset;
  color: #23262F; }
  .button-stroke:hover .icon, .button-stroke.active .icon {
    fill: #23262F; }

.button-black {
background: #141416; }
.button-black:hover, .button-black.active {
  background: #353945; }
body.dark .button-black {
  background: #F4F5F6;
  color: #23262F; }
  body.dark .button-black .icon {
    fill: #23262F; }
  body.dark .button-black:hover, body.dark .button-black.active {
    background: #E6E8EC; }

.button-red {
  background: #FF6838; }
.button-red:hover, .button-red.active {
  background: #ff490f; }
.button-purple {
  background: #9757D7; }
.button-purple:hover, .button-purple.active {
  background: #6b3f97; }
.button-blue {
  background: #3772FF; }
.button-blue:hover, .button-blue.active {
  background: #3772FF; }
.button-green {
  background: #11CB60; }
.button-gray {
  background: #D6D8E0; }
/*-- [i][20240422][chklist:#28][add] --*/
.button-darkgray {
  background: #353945; }
.button-darkgray:hover, .button-darkgray.active {
  background: #353945; }
.button-white {
  background: #FCFCFD;
  color: #23262F;
  box-shadow: 0 0 0 2px #E6E8EC inset; }
.button-white .icon {
  fill: #23262F; }
.button-white:hover {
  color: #FCFCFD;
  background: #23262F;
  box-shadow: 0 0 0 2px #23262F inset;}

/*-- [i][20240515][for agency header] { --*/
.button-green-a {
  background: rgba(17, 203, 96, 0.20);
  color: #00A049; font-weight: 400; }
  .button-green-a:hover  {
    background: rgba(17, 203, 96, 0.20); box-shadow: 0 0 0 2px rgba(17, 203, 96) inset; }

.button-blue-a {
  background: rgba(55, 114, 255, 0.20);
  color: #3772FF; font-weight: 400; }
  .button-greblueen-a:hover  {
    background: rgba(55, 114, 255, 0.20); box-shadow: 0 0 0 2px rgba(55, 114, 255) inset; }
/*-- [i][20240515][for agency header] } --*/

.button-small {
height: 38px;
border-radius: 20px;
padding: 0 16px;
font-size: 14px; }

.button-padding {
padding: 0 46px;  }

.button-circle {
flex: 0 0 48px;
width: 48px;
height: 48px;
padding: 0;
border-radius: 50%; }

.button-circle-stroke {
flex: 0 0 48px;
width: 48px;
height: 48px;
padding: 0;
border-radius: 50%;
box-shadow: 0 0 0 2px #E6E8EC inset;
background: transparent;
transition: all .2s; }
.button-circle-stroke .icon {
  fill: #777E90; }
.button-circle-stroke:hover {
  background: #23262F;
  box-shadow: 0 0 0 2px #23262F inset; }
  .button-circle-stroke:hover .icon {
    fill: #FCFCFD; }
body.dark .button-circle-stroke {
  box-shadow: 0 0 0 2px #353945 inset; }
  body.dark .button-circle-stroke:hover {
    background: #353945; }

.button-circle-stroke.button-small {
flex: 0 0 40px;
width: 40px;
height: 40px; }

[class^="stage"] {
margin-bottom: 16px;
font-size: 16px;
/*line-height: 1;*/
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
color: #777E90; }

.stage-small {
font-size: 12px; }
.stage-normal {
font-size: 16px;line-height: 24px; }

.stage-blue {
color: #3772FF; }

.stage-purple {
color: #9757D7; }

.stage-green {
color: #58BD7D; }

.sorting {
position: relative;
display: inline-block;
padding-right: 16px;
cursor: pointer; }
.sorting:after {
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 4px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto; }
.sorting:after {
  top: calc(45%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' fill='none' viewBox='0 0 7 4'%3E%3Cpath fill-rule='evenodd' d='M1.148.195c.26-.26.682-.26.943 0l1.862 1.862L5.815.195c.26-.26.682-.26.943 0s.26.682 0 .943L4.425 3.471c-.26.26-.682.26-.943 0L1.148 1.137c-.26-.26-.26-.682 0-.943z' fill='%23777e91'/%3E%3C/svg%3E"); }
.sorting.up:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' fill='none' viewBox='0 0 7 4'%3E%3Cpath fill-rule='evenodd' d='M1.148.195c.26-.26.682-.26.943 0l1.862 1.862L5.815.195c.26-.26.682-.26.943 0s.26.682 0 .943L4.425 3.471c-.26.26-.682.26-.943 0L1.148 1.137c-.26-.26-.26-.682 0-.943z' fill='%23B1B5C3'/%3E%3C/svg%3E"); }
.sorting.down:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' fill='none' viewBox='0 0 7 4'%3E%3Cpath fill-rule='evenodd' d='M1.148.195c.26-.26.682-.26.943 0l1.862 1.862L5.815.195c.26-.26.682-.26.943 0s.26.682 0 .943L4.425 3.471c-.26.26-.682.26-.943 0L1.148 1.137c-.26-.26-.26-.682 0-.943z' fill='%2323262F'/%3E%3C/svg%3E"); }

.header {
/*-- [i][20240509][chklist:#1] --*/
background: #fcfcfd;
/*background: #f9fafa;*/
position: fixed;
width: 100%;
z-index: 10;
padding: 20px 0;
box-shadow: inset 0 -1px 0 #E6E8EC; }
@media only screen and (max-width: 767px) {
  .header {
    padding: 32px 0 24px;
    box-shadow: none; } }
.header__center {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1179px) {
    .header__center {
      padding: 0 40px; } }
  @media only screen and (max-width: 1023px) {
    .header__center {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .header__center {
      padding: 0 24px; } }
.header__logo {
  margin-right: 32px; }
  @media only screen and (max-width: 1023px) {
    .header__logo {
      margin-right: 16px; } }
  @media only screen and (max-width: 767px) {
    .header__logo {
      position: relative;
      z-index: 15;
      margin-right: auto; } }
.header__pic {
  width: 80px; }
  @media only screen and (max-width: 1023px) {
    .header__pic_desktop {
      display: none !important; } }
  .header__pic_mobile {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .header__pic_mobile {
        display: inline-block; } }
.header__wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 32px; 
  border-left: 1px solid #E6E8EC; }
  @media only screen and (max-width: 1339px) {
    .header__wrapper {
      padding-left: 0;
      border: none; } }
  @media only screen and (max-width: 767px) {
    .header__wrapper {
      flex-grow: 0; } }
  body.dark .header__wrapper {
    border-color: #353945; }
  @media only screen and (max-width: 767px) {
    .header__wrapper > .header__btns {
      display: none; } }
.header__wrap {
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .header__wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: calc(var(--vh, 1vh) * 100);
      padding: 100px 0 32px;
      background: #FCFCFD;
      visibility: hidden;
      opacity: 0;
      transition: all .2s; }
      body.dark .header__wrap {
        background: #141416; }
      .header__wrap.visible {
        visibility: visible;
        opacity: 1; } }
  .header__wrap > .header__button {
    display: none; }
    @media only screen and (max-width: 767px) {
      .header__wrap > .header__button {
        margin: auto 24px 0; } }
  .header__wrap .header__btns {
    display: none; }
    @media only screen and (max-width: 767px) {
      .header__wrap .header__btns {
        display: flex; } }
.header__nav {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .header__nav {
      flex-direction: column; } }
.header__nav .header__item:not(:last-child) {
  margin-right: 40px; }
  @media only screen and (max-width: 1179px) {
    .header__nav .header__item:not(:last-child) {
      margin-right: 32px; } }
  @media only screen and (max-width: 1023px) {
    .header__nav .header__item:not(:last-child) {
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .header__nav .header__item:not(:last-child) {
      margin: 0; } }
.header__item[href] {
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  color: #777E90;
  transition: all .2s; }
  @media only screen and (max-width: 767px) {
    .header__item[href] {
      padding: 0 22px;
      border-left: 2px solid transparent;
      font-family: 'Pretendard', sans-serif;
      font-size: 16px;
      /*-- [mobile-menu][cmt]font-size: 24px; --*/
      line-height: 64px;
      font-weight: 600; } }
  .header__item[href]:hover, .header__item[href].active {
    color: #23262F; }
    @media only screen and (max-width: 767px) {
      .header__item[href]:hover, .header__item[href].active {
        border-color: #11CB60; } }
.header__item_dropdown {
/*border-left: 1px solid #E6E8EC;*/
  position: relative; }
  @media only screen and (min-width: 767px) {
  .header__item_dropdown {
    /*padding-left: 32px;*/ }
}

.header__item_dropdown .header__head {
  display: flex;
  align-items: center;
  font-family: 'Pretendard', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  transition: color .2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .header__item_dropdown .header__head .icon {
    width: 16px;
    height: 16px;
    fill: #777E90;
    transition: all .2s; }
  .header__item_dropdown .header__head:hover {
    color: #23262F; }
    .header__item_dropdown .header__head:hover .icon {
      fill: #23262F; }
    body.dark .header__item_dropdown .header__head:hover {
      color: #FCFCFD; }
      body.dark .header__item_dropdown .header__head:hover .icon {
        fill: #FCFCFD; }
.header__item_dropdown .header__head {
  color: #777E90; }
  @media only screen and (max-width: 767px) {
    .header__item_dropdown .header__head {
      width: 100%;
      padding: 0 22px;
      border-left: 2px solid transparent;
      font-family: 'Pretendard','Nanum Gothic', sans-serif;
      font-size: 16px;
      /*-- [mobile-menu][cmt]font-size: 24px; --*/
      line-height: 64px;
      font-weight: 600; } }
  .header__item_dropdown .header__head .icon {
    margin-left: 4px; }
    @media only screen and (max-width: 767px) {
      .header__item_dropdown .header__head .icon {
        width: 32px;
        height: 32px;
        margin-left: auto; } }

.header__item_dropdown.active .header__head,
.header__item_dropdown.current .header__head {
  color: #23262F; }
  .header__item_dropdown.active .header__head .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    fill: #23262F; }
.header__body {
  position: absolute;
  top: calc(100% + 10px);
  box-shadow: 0px 16px 48px rgba(31, 47, 70, 0.1);
  border-radius: 12px;
  background: #FCFCFD;
  visibility: hidden;
  opacity: 0;
  transition: all .3s; }
  @media only screen and (max-width: 767px) {
    .header__body {
      top: 100%; } }
  .header__body:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 24px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='9' fill='none' viewBox='0 0 24 9'%3E%3Cpath d='M6.343 2.657L0 9h24l-6.343-6.343a8 8 0 0 0-11.314 0z' fill='%23fcfcfd'/%3E%3C/svg%3E") no-repeat 50% 100%/100% auto; }
    body.dark .header__body:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='9' fill='none' viewBox='0 0 24 9'%3E%3Cpath d='M6.343 2.657L0 9h24l-6.343-6.343a8 8 0 0 0-11.314 0z' fill='%2323262F'/%3E%3C/svg%3E"); }
.header__item_dropdown .header__body {
  left: 50%;
  width: 256px;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  padding: 0 16px; }
  @media only screen and (max-width: 767px) {
    .header__item_dropdown .header__body {
      position: static;
      display: none;
      width: 100%;
      padding: 0 24px;
      box-shadow: none;
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0); } }
  @media only screen and (max-width: 767px) {
    body.dark .header__item_dropdown .header__body {
      background: none; } }
  .header__item_dropdown .header__body:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .header__item_dropdown .header__body:before {
        display: none; } }


.header__item_dropdown.active .header__body {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media only screen and (max-width: 767px) {
    .header__item_dropdown.active .header__body {
      display: block;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
.header__item.active .header__body {
z-index: 99;
  visibility: visible;
  opacity: 1; }
.header__link {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-family: 'Pretendard','Nanum Gothic', sans-serif;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 700;
  color: #353945;
  transition: color .2s; }
.header__link:hover {
  color: #11CB60  }
  @media only screen and (max-width: 767px) {
    .header__link {
      height: 56px;
      padding: 0 16px;
      border-radius: 8px;
      font-family: 'Pretendard','Nanum Gothic', sans-serif;
      font-size: 16px;line-height: 24px;
      font-weight: 500; } }
  body.dark .header__link {
    color: #777E90; }
    @media only screen and (max-width: 767px) {
      body.dark .header__link {
        color: #FCFCFD; } }
  .header__link .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: #777E90;
    transition: fill .2s; }
    @media only screen and (max-width: 767px) {
      .header__link .icon {
        margin-right: 12px; } }
  @media only screen and (max-width: 767px) {
    .header__link:hover, .header__link.active {
      background: #F4F5F6; } }
  .header__link:hover .icon, .header__link.active .icon {
    fill: #353945; }
    @media only screen and (max-width: 767px) {
      .header__link:hover .icon, .header__link.active .icon {
        fill: #777E90; } }
  body.dark .header__link:hover, body.dark .header__link.active {
    color: #FCFCFD; }
    body.dark .header__link:hover .icon, body.dark .header__link.active .icon {
      fill: #FCFCFD; }
    @media only screen and (max-width: 767px) {
      body.dark .header__link:hover, body.dark .header__link.active {
        background: #353945; }
        body.dark .header__link:hover .icon, body.dark .header__link.active .icon {
          fill: #FCFCFD; } }
  .header__link:not(:last-child) {
    border-bottom: 1px solid #E6E8EC; }
    @media only screen and (max-width: 767px) {
      .header__link:not(:last-child) {
        border: none; } }
    body.dark .header__link:not(:last-child) {
      border-color: #353945; }

.header__btns {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .header__btns {
      margin: 35px 16px 0; } }
  @media only screen and (max-width: 767px) {
    .header__btns .header__button {
      flex: 0 0 calc(33.33333% - 16px);
      width: calc(100% - 16px);
      margin: 5px 8px; } }
  .header__btns .header__button:not(:last-child) {
    margin-right: 8px; }
    @media only screen and (max-width: 767px) {
      .header__btns .header__button:not(:last-child) {
        margin-right: 8px; } }
.header__burger {
  display: none; }
  @media only screen and (max-width: 767px) {
    .header__burger {
      display: block;
      position: relative;
      z-index: 15;
      margin-left: 12px;
      width: 32px;
      height: 32px;
      background: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .header__burger:before, .header__burger:after {
        content: '';
        position: absolute;
        top: 16px;
        left: 6px;
        width: 20px;
        height: 2px;
        background: #777E90;
        border-radius: 2px;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
      .header__burger:before {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px); }
      .header__burger:after {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
      .header__burger.active:before {
        -webkit-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg); }
      .header__burger.active:after {
        -webkit-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg); } }

.main {
  background: #F9FAFA;
  position: relative;
  padding-top: 80px;
  /*padding-top: 100px;*/
  padding-bottom: 20px;
  overflow: hidden; }
.main.service__pas
  , .slick_slide.service__pas {
  /*-- [i][20240422][chklist:#21][cmt] --*/
  /*-- padding-top: 0px; --*/
  background: #EEFCF4;
  padding-bottom: 0px; }
.main.service__iam
  , .slick_slide.service__iam {
  background: rgba(151, 87, 215, 0.1);
  padding-bottom: 0px;}
/*-- [i][20240509][add] --*/
.main.service__fpa
  , .slick_slide.service__fpa {
  background:#E8EEFD;
  padding-bottom: 0px;}

/*-- [i][20240509][add] --*/
@media only screen and (min-width: 768px) {
  .main.service__iam .main__center .main__col-12 img
    , .slick_slide.service__iam .main__center .main__col-12 img  {
    display: inline-flex; justify-content: center;
    width: 50%; }
}

/*-- [i][20240509][chklist:#1] --*/
.main .slick_slide {
  box-shadow: none;
  /*border: 1px solid red;*/ }

.main__center {
  display: flex; 
  flex-wrap: wrap;
  align-items: center;  }

/*-- [i][20240422][chklist:#20,chklist:#21][add] --*/
@media only screen and (min-width: 768px) {
  .main__center.excp-main__center {
    padding-left: 172px; padding-right: 172px; } 
}

.company .main__center {justify-content: center; }
.main__center > .h4 {
  margin-top: 40px;  }
.main__wrap {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 143px; }
  @media only screen and (max-width: 1179px) {
    .main__wrap {
      max-width: 420px;
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .main__wrap {
  width:100%;
      margin-bottom: 16px; } }
.main__col { 
  width: 50%; }
.main__col-12 { 
  width: 100%; }
  @media only screen and (max-width: 767px) {
  .main__col {
    width: 100%;  }
}
.main__title {
  margin-top: 30px;
  margin-bottom: 20px; }
.service__pas .main__title{color: #58BD7D; margin-top: 0px;}
.service__iam .main__title{color: #9757D7; margin-top: 0px;}
.service__fpa .main__title{color: #3772FF; margin-top: 0px;}
.checklist .main__title{margin-bottom: 40px; text-align: center;}
.main .main__stage{
  font-family: 'Pretendard';
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #353945;
  margin-bottom:4px;
  }
.company__mission .main__text, .company__history .main__text, .main__job .main__text, .employment .main__text{margin-top: 0px;}
.main__text {
  /*margin-top: 32px;*/
  margin-top: 0px;
  margin-bottom: 72px;
  font-size: 16px;
  /*line-height: 1.5;*/line-height: 24px;
  color: #777E90;
  font-weight: 400; }
.main__text b{font-weight: 700;}

/*-- [i][20240422][chklist:#55][add] --*/
.service__iam .main__text {
  display: inline-block; width: 400px; }
  @media only screen and (max-width: 767px) {
    .service__iam .main__text {
      width: 311px; }
  }

/*-- [i][20240422][chklist:#60][add] --*/
.expert .main__text {
  width: 618px; }
  @media only screen and (max-width: 767px) {
    .expert .main__text {
      width: 327px; }
  }

.checklist__col-0{
width: 30%;
}
.checklist__col-1{
width: 70%;
}

/* aa */
.blog {
position: relative; }
@media only screen and (max-width: 767px) {
  .blog {
    padding-bottom: 160px; } }
.blog__anchor {
  top: -30px; }
.blog__head {
  display: flex;
  align-items: flex-start;
  /*margin-bottom: 80px;*/
  margin-bottom: 24px; }
  /*-- [cmt] --*/
  /*--
  @media only screen and (max-width: 1179px) {
    .blog__head {
      margin-bottom: 48px; } }
  --*/
  @media only screen and (max-width: 767px) {
    .blog__head {
      display: block; } }
  .blog__head .blog__button {
    flex-shrink: 0;
    margin-left: 40px; }
    @media only screen and (max-width: 767px) {
      .blog__head .blog__button {
        position: absolute;
        left: 32px;
        right: 32px;
        bottom: 80px;
        width: calc(100% - 64px);
        margin: 0; } }
.blog__wrap {
  flex-grow: 1; }
.blog__title {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .blog__title {
      margin-bottom: 24px;
      text-align: center; } }
@media only screen and (max-width: 767px) {
  .blog .nav {
    margin: 0 -32px;
    overflow: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
    .blog .nav::-webkit-scrollbar {
      display: none; }
    .blog .nav:before, .blog .nav:after {
      content: "";
      flex-shrink: 0;
      width: 32px;
      height: 1px; } }
@media only screen and (max-width: 767px) {
  .blog .nav__link {
    flex-shrink: 0; } }
.blog .nav__link:not(:last-child) {
  margin-right: 24px; }
  @media only screen and (max-width: 767px) {
    .blog .nav__link:not(:last-child) {
      margin-right: 20px; } }
.blog__wrapper {
  margin: -32px -18px 0; }
  @media only screen and (max-width: 1179px) {
    .blog__wrapper {
      margin: 0 -16px; } }
  .blog__wrapper:after {
    content: " ";
    display: table;
    clear: both; }
    @media only screen and (max-width: 1179px) {
      .blog__wrapper:after {
        display: none; } }
.blog__item {
  display: block;
  width: calc(50% - 36px);
  margin: 32px 18px 0;
  float: right;
  color: #23262F; }
  @media only screen and (max-width: 1179px) {
    .blog__item {
      float: left;
      width: 100%;
      margin: 0; } }
  body.dark .blog__item {
    color: #FCFCFD; }
  .blog__item:hover .blog__preview img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .blog__item:hover .blog__subtitle {
    color: #11CB60; }
  .blog__item:first-child {
    float: left; }
    @media only screen and (max-width: 1179px) {
      .blog__item:first-child {
        float: left; } }
    .blog__item:first-child .blog__preview {
      margin-bottom: 40px;
      border-radius: 20px; }
      @media only screen and (max-width: 1179px) {
        .blog__item:first-child .blog__preview {
          margin-bottom: 24px;
          border-radius: 16px; } }
    .blog__item:first-child .blog__subtitle {
      margin-bottom: 16px;
      font-family: 'Pretendard';
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: -.01em; }
      @media only screen and (max-width: 1179px) {
        .blog__item:first-child .blog__subtitle {
          font-family: 'Pretendard','Nanum Gothic', sans-serif;
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 0; } }
      @media only screen and (max-width: 767px) {
        .blog__item:first-child .blog__subtitle {
          margin-bottom: 8px;
          font-size: 16px;line-height: 24px; } }
    .blog__item:first-child .blog__content {
      font-size: 16px;
      /*line-height: 1.5;*/line-height: 24px; }
      @media only screen and (max-width: 1179px) {
        .blog__item:first-child .blog__content {
          font-size: 14px; } }
  .blog__item:not(:first-child) {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 60px; }
    @media only screen and (max-width: 1179px) {
      .blog__item:not(:first-child) {
        display: block;
        padding: 0; } }
    .blog__item:not(:first-child) .blog__preview {
      flex: 0 0 45.65%;
      border-radius: 16px; }
    .blog__item:not(:first-child) .blog__subtitle {
      margin-bottom: 16px;
      font-size: 16px;
      /*line-height: 1.5;*/line-height: 24px;
      font-weight: 700; }
      @media only screen and (max-width: 1179px) {
        .blog__item:not(:first-child) .blog__subtitle {
          font-size: 24px;
          line-height: 32px; } }
      @media only screen and (max-width: 767px) {
        .blog__item:not(:first-child) .blog__subtitle {
          margin-bottom: 8px;
          font-size: 16px;line-height: 24px; } }
    .blog__item:not(:first-child) .blog__content {
      margin-bottom: auto; }
.blog__preview {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1179px) {
    .blog__preview {
      margin-bottom: 24px;
      border-radius: 16px; }
      .blog__preview:before {
        content: "";
        display: block;
        padding-bottom: 77%; } }
  .blog__preview img {
    width: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
    @media only screen and (max-width: 1179px) {
      .blog__preview img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
.blog__line {
  display: flex; }
  .blog__line .blog__button {
    flex-shrink: 0;
    margin-left: 32px; }
    @media only screen and (max-width: 1179px) {
      .blog__line .blog__button {
        display: none; } }
.blog__subtitle {
  transition: color .2s; }
  @media only screen and (max-width: 1179px) {
    .blog__subtitle {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 767px) {
    .blog__subtitle {
      margin-bottom: 8px; } }
.blog__content {
  color: #777E90; }
.blog__details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 16px; }
  @media only screen and (max-width: 1179px) {
    .blog__details {
      display: block;
      padding: 0; } }
.blog__date {
  margin-top: 24px;
  color: #777E90; }
  @media only screen and (max-width: 1179px) {
    .blog__date {
      display: none; } }
@media only screen and (max-width: 1179px) {
  .blog__slider {
    padding-bottom: 72px;
    visibility: hidden; }
    .blog__slider.slick-initialized {
      visibility: visible; } }
.blog .slick-list {
  overflow: visible; }
.blog .slick-slide {
  padding: 0 16px;
  opacity: 0;
  transition: opacity .4s; }
  .blog .slick-slide.slick-active {
    opacity: 1; }
.blog .slick-arrow {
  bottom: 0; }
.blog .slick-prev {
  left: 16px; }
  @media only screen and (max-width: 767px) {
    .blog .slick-prev {
      left: calc(50% - 48px); } }
.blog .slick-next {
  left: 64px; }
  @media only screen and (max-width: 767px) {
    .blog .slick-next {
      left: auto;
      right: calc(50% - 48px); } }
/*-- [i][20240422][chklist:#35][add] --*/
#channel.section-padding, .section.channel {
  padding-top: 60px;
  background: #FCFCFD;}
.channel .main__center{justify-content: center;}
#channel .catalog__list .card{
  flex: 0 0 calc(25% - 22px);
  width: calc(25% - 22px);
  margin: 32px 11px 0; }
#channel .catalog__list .card__preview{width: 146px;}
#channel .catalog__list .card__body{text-align: center;}
/*-- [i][20240422][chklist:#39] --*/
#service_center .catalog__list .card__details{
  font-family: 'Pretendard';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #23262F;
  margin-top: 24px;
}

.nav {
display: flex; }
.nav__link {
  display: flex;
  padding: 6px 12px;
  border-radius: 14px;
  background: none;
  font-family: 'Pretendard','Nanum Gothic', sans-serif;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 700;
  color: #777E90;
  transition: all .2s; }
  .nav__link .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #777E90;
    transition: fill .2s; }
  .nav__link:hover {
    color: #353945; }
    .nav__link:hover .icon {
      fill: #353945; }
    body.dark .nav__link:hover {
      color: #E6E8EC; }
      body.dark .nav__link:hover .icon {
        fill: #E6E8EC; }
  .nav__link.active {
    background: #353945;
    color: #FCFCFD; }
    .nav__link.active .icon {
      fill: #FCFCFD; }
    body.dark .nav__link.active {
      background: #353945;
      color: #FCFCFD; }
      body.dark .nav__link.active .icon {
        fill: #FCFCFD; }
  .nav__link:not(:last-child) {
    margin-right: 8px; }


@media only screen and (max-width: 1179px) {
.popular__center {
  padding: 0 40px; } }

@media only screen and (max-width: 767px) {
.popular__center {
  padding: 0 32px; } }

.popular__head {
margin: 0 auto 64px; }
@media only screen and (max-width: 767px) {
  .popular__head {
    margin-bottom: 48px; } }

.popular__head > h4 {
  margin-top: 40px;  }

.popular__title {
margin-bottom: 20px; }

.popular__info {
font-size: 16px;
/*line-height: 1.5;*/line-height: 24px;
color: #777E90; }

.popular__wrapper {
margin: 0 -12px; }
@media only screen and (max-width: 767px) {
  .popular__wrapper {
    margin: 0 -4px; } }

.popular__item {
display: flex !important;
flex-direction: column;
padding: 24px 0px 48px 0px;
border-radius: 32px;
background: #FCFCFD;
transition: all .2s; }
.popular__item:hover {
transition: all .2s;
box-shadow: 16px 64px 64px -48px rgba(15, 15, 15, 0.1); }
.popular__item .popular__button {
margin: 0 24px 5px;
transition: background .2s;  }

.popular__preview {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 220px;
border-top-left-radius: 32px;
border-top-right-radius: 32px;
margin: 0 auto 32px; }
.service__pas .popular__preview {
font-family: 'Pretendard';
font-size: 100px;
font-weight: 700;
line-height: normal;
letter-spacing: 0em;
text-align: center;
width: 100%;
height: auto;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
margin: unset;
color:rgba(88, 189, 125, 0.1);
}
.popular__preview img {
max-width: 100%;
max-height: 100%; }

.popular__item.closed .popular__preview {
background: #E6E8EC;  }
.popular__item.closed .popular__preview img {
filter: grayscale(1);  }

.popular .item__title {
height: 60px;
color: #353945;
font-size: 24px;
/*line-height: 1.5;*/
line-height: 32px;
font-weight: 700;
letter-spacing: -0.04em;  }

.service__pas.popular .item__title {color: #58BD7D;}

.popular__subtitle {
height: 60px;
color: #353945;
margin-bottom: 4px;
font-size: 20px;
line-height: 28px;
font-weight: 700; }

.popular__content {
font-size: 14px;
margin: 0 32px;
color: #777E90; }

.popular__btns {
margin-top: 64px;
text-align: center; }
@media only screen and (max-width: 1023px) {
  .popular__btns {
    margin-top: 40px; } }
@media only screen and (max-width: 767px) {
  .popular__btns .popular__button {
    width: 100%; } }

.popular__slider {
visibility: hidden; }
@media only screen and (max-width: 1023px) {
  .popular__slider,.js-slider-attendreview ,.js-slider-steps ,.js-slider-steps3, .js-slider-catalog {
    padding-bottom: 72px; } }
.popular__slider.slick-initialized {
  visibility: visible; }

.popular .slick-list {
overflow: visible; }

.popular .slick-track {
/*width: auto!important;*/
display: flex; }

.popular .slick-slide {
height: auto;
margin: 0 25px;
opacity: 1;
transition: opacity .4s; }
.popular .popular__type .slick-slide {
margin: 0 12px;}
@media only screen and (max-width: 767px) {
  .popular .slick-slide {
    margin: 0px 0px 0px 24px;
    opacity: 1; } }
.popular .slick-slide.slick-active {
  opacity: 1; }

.popular .slick-arrow, .js-slider-attendreview .slick-arrow, .js-slider-steps .slick-arrow, .js-slider-steps3 .slick-arrow, .js-slider-catalog .slick-arrow {
bottom: 0; }

.popular .slick-prev, .js-slider-attendreview .slick-prev, .js-slider-steps .slick-prev, .js-slider-steps3 .slick-prev, .js-slider-catalog .slick-prev {
left: calc(50% - 50px); }

.popular .slick-next, .js-slider-attendreview .slick-next, .js-slider-steps .slick-next, .js-slider-steps3 .slick-next, .js-slider-catalog .slick-next {
right: calc(50% - 50px); }

.popular__wrapper.popular__type .popular__item{
font-family: 'Pretendard';
padding: 26px;
color: #777E90;}
.popular__wrapper.popular__type .popular__preview{
font-family: 'Pretendard';
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
height: auto;
margin: 0px;
color: #777E90;}

.popular .popular__type .item__title{
font-family: 'Pretendard';
font-size: 32px;
height: 44px;
font-weight: 800;
line-height: 40px;
letter-spacing: -0.01em;
text-align: center;
color: #777E90;}
.popular .popular__line{ width: 100%; height: 1px; background: #E6E8EC; margin: 16px 0px;}
.popular .popular__type .popular__content {
  font-size: 14px;
  margin: 0px;
  color: #777E90; 
  /*-- [i][20240422][chklist:#16,chklist:#73] --*/
  min-height: 216px; }
.popular.service__fpa .popular__type .popular__content {
  /*-- [i][20240422][chklist:#16,chklist:#75] --*/
  min-height: 124px; }
.popular .popular__type .popular__content.f__c-blck {color: #353945;}
.popular .popular__type .popular__subcontent {
font-size: 14px;
margin: 0px;
color: #777E90; }
/*-- [i][20240422][chklist:#16,chklist:#30][add] --*/
@media only screen and (max-width: 767px) {
  .popular .popular__type .popular__subcontent.mt13{font-size: 13px;} }

.popular .popular__type .popular__subcontent.f__c-blck {color: #353945;}

@media only screen and (max-width: 1179px) {
.review__center {
  padding: 0 60px; } }

@media only screen and (max-width: 767px) {
.review__center {
  padding: 0 32px; } } 

.review__head {
margin: 0 auto 64px; }
.review__icon{
display: block;
position: relative;
}
.review__icon img{
position: absolute;
z-index: 99;}
#sevices_img1{
right: 0px;
margin-right: -20px;
margin-top: -38px;}
#sevices_img2{
top: 624px;
left: -122px;}
@media only screen and (max-width: 767px) { .review__icon {display: none;} } 
.review__footer {
font-size: 13px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
color: #777E90;
text-align: right;
padding-right: 27px;
}
@media only screen and (max-width: 767px) {
  .popular__head {
    margin-bottom: 48px; } }

.review__title {
margin-bottom: 20px; }
.review__item {
display: flex;
flex-direction: column;
padding: 0 0 32px;
border-radius: 20px;
background: #FCFCFD;
box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
transition: all .2s; }
.review__pas .review__item {
display: flex;
flex-direction: column;
padding: 48px 40px 0px 40px;
border-radius: 20px;
background: #FCFCFD;
box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
transition: all .2s; 

min-width: 320px;
min-height: 380px;}
.review__pas .review__item {margin: 25px 25px 64px 25px;}

.review__preview {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 160px;
padding-bottom: 20px;
border-top-left-radius: 32px;
border-top-right-radius: 32px;
margin: 0 auto; }
.review__pas .review__preview {
color: #777e90;
display: block;
text-align: left;
height: auto;
width: 100%;
padding-bottom: 0px;;
/*padding-top: 40px;
margin: 0px 40px;*/ }
.review__preview img {
  max-width: 100%;
  max-height: 100%; }
@media only screen and (max-width: 1030px) {
.review__pas .review__item { margin: 25px 0px 64px 0px;}
}
@media only screen and (max-width: 767px) {
.review__pas .review__item {
  display: flex ;
  flex-direction: column;
  padding: 48px 32px 0px 32px;
  border-radius: 20px;
  background: #FCFCFD;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
  transition: all .2s; 
  
  min-width: 311px;}
  .review__pas .review__item {margin: 40px 0px 58px 0px;}
}
.review .item__title {
height: 100px;
color: #23262F;
font-size: 24px;
padding: 0 40px;
line-height: 32px;
font-weight: 700;
letter-spacing: -0.04em;
}
.review__pas .item__title {
font-size: 32px;
font-weight: 800;
line-height: 40px;
letter-spacing: -0.01em;
/*margin: 0px 40px;*/
text-align: left;
color: #23262F;
}
.review__content {
height: 170px;
font-size: 14px;
margin: 0 40px 16px;
line-height: 24px;
color: #23262F;
word-break: keep-all;
} 
.review__pas .review__content {
height: 170px;
font-size: 16px;
margin: 40px 0px 0px 0px;
line-height: 24px;
color: #353945; } 
@media only screen and (max-width: 1023px) {
.review__content {
  height: auto;  } }

.review__caption {
font-size: 12px;
font-weight: 700;
margin: 0 32px;
color: #777E90; }

.review__slider {
visibility: hidden; }
@media only screen and (max-width: 1023px) {
  .review__slider {
    padding-bottom: 72px; } }
/*-- [i][20240422][chklist:#12][add] --*/
@media only screen and (max-width: 767px) {
  .review__slider {
    padding-bottom: 0; } }
.review__slider.slick-initialized {
  visibility: visible; }

.review .slick-list {
overflow: visible; }

.review .slick-track {
display: flex; }

.review .slick-slide:not(:first-child) {
margin: 0 60px 0 18px;  }
.review .slick-slide {
height: auto;
margin: 0 18px 0 60px;
opacity: 0;
transition: opacity .4s; }
@media only screen and (max-width: 767px) {
  .popular .slick-slide {
    margin: 0px 24px 0px 0px;
    opacity: 1; } 
  .review .slick-slide:not(:first-child) {
    margin: 0 60px 0 12px;  }
  .review .slick-slide {
    margin: 0 12px 0 60px;}
}
.review .slick-slide.slick-active {
  opacity: 1; }

.review .slick-arrow {
bottom: 0; }

.review .slick-prev {
left: calc(50% - 50px); }

.review .slick-next {
right: calc(50% - 50px); }

.data {
position: relative;
display: flex;
align-items: center;
min-height: 908px;
padding: 136px 0; }
@media only screen and (max-width: 1179px) {
  .data {
    min-height: 764px;
    padding: 112px 0; } }
@media only screen and (max-width: 767px) {
  .data {
    min-height: auto;
    padding: 8px 0 64px; } }
.data__wrap {
  position: relative;
  z-index: 3;
  max-width: 450px; }
  @media only screen and (max-width: 1023px) {
    .data__wrap {
      max-width: 300px; } }
.data__title {
  margin-bottom: 64px; }
  @media only screen and (max-width: 767px) {
    .data__title {
      margin-bottom: 48px; } }
.data__info {
  margin-bottom: 64px;
  font-size: 16px;
  /*line-height: 1.5;*/line-height: 24px;
  color: #777E90; }
.data__list {
  max-width: 348px; }
.checklist .data__list {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;}
.data__item {
  display: flex;
  align-items: center; }
  .data__item:hover .data__icon {
  /*background: #11CB60;
  transition: background .2s;*/ }
  .data__item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E8EC; }
  .checklist .data__item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 0px;
    border-bottom: 0px solid #E6E8EC; }
.data__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  border-radius: 50%;
  background: #23262F; }
.checklist .data__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 48px;
  background: transparent;
  border: 2px solid #E6E8EC; }
  .data__icon .icon {
  fill: #FCFCFD;
    max-width: 24px; }
.data__details {
  flex-grow: 1; }
.data__subtitle {
  font-size: 24px;
  /*line-height: 1.33333;*/
  line-height: 32px;
  letter-spacing: -.01em;
  color: #23262F; }
  body.dark .data__subtitle {
    color: #FCFCFD; }
.data__content {
  color: #777E90; }
.checklist .data__content {
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #23262F; }
.checklist .data__footertext {
  font-family: 'Pretendard';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #3772FF;
  }
.data__bg {
  position: absolute;
  top: 50%;
  right: calc(50% - 750px);
  width: 800px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; }
  @media only screen and (max-width: 1179px) {
    .data__bg {
      right: calc(50% - 620px);
      width: 620px; } }
  @media only screen and (max-width: 1023px) {
    .data__bg {
      right: calc(50% - 520px);
      width: 540px; } }
  @media only screen and (max-width: 767px) {
    .data__bg {
      position: static;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: auto;
      margin-right: -32px; } }
  .data__bg img {
    width: 100%; }


.slide__center {
max-width: 1132px; }

.slide__head {
max-width: 545px;
margin: 0 auto 80px;
text-align: center; }
@media only screen and (max-width: 1023px) {
  .slide__head {
    margin-bottom: 48px; } }
@media only screen and (max-width: 767px) {
  .slide__head {
    margin-bottom: 24px; } }

.slide__logo {
margin-bottom: 16px; }

.slide__title {
margin-bottom: 20px; }

.slide__info {
font-size: 16px;
/*line-height: 1.5;*/line-height: 24px;
color: #777E90; }

.slide__item {
position: relative;
display: flex !important;
width: 100%;
min-height: 544px;
padding: 80px 86px;
border-radius: 24px;
background: #FCFCFD;
box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1); }
@media only screen and (max-width: 1179px) {
  .slide__item {
    padding: 80px; } }
@media only screen and (max-width: 1023px) {
  .slide__item {
    display: block !important;
    padding: 0;
    min-height: auto;
    box-shadow: none;
    background: none; } }
body.dark .slide__item {
  background: #23262F; }
  @media only screen and (max-width: 1023px) {
    body.dark .slide__item {
      background: none; } }

.slide__preview {
position: absolute;
top: -30px;
right: -30px;
display: flex;
justify-content: center;
align-items: center;
width: 563px;
height: 563px; }
@media only screen and (max-width: 1179px) {
  .slide__preview {
    top: 20px;
    width: 500px;
    height: 500px; } }
@media only screen and (max-width: 1023px) {
  .slide__preview {
    position: static;
    margin: 0 auto; } }
@media only screen and (max-width: 639px) {
  .slide__preview {
    width: 100%;
    height: 320px; } }
.slide__preview img {
  /*-- [i][20240422][chklist:#71] --*/
  max-width: 72%; max-height: 72%;
  /*--max-width: 100%; max-height: 100%;--*/ }

.slide__wrap {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
max-width: 370px; }
@media only screen and (max-width: 1023px) {
  .slide__wrap {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center; } }

.slide__stage {
margin-top: auto; }

.slide__subtitle {
margin-bottom: 16px;
font-size: 20px;
font-weight: 700;
line-height: 1.33333;
letter-spacing: -.01em; }

.slide__content {
width: 100%;
font-size: 16px;
/*line-height: 1.5;*/line-height: 24px;
color: #777E90; }

.slide__button {
margin-top: 48px; }

.slide__slider {
visibility: hidden; }
@media only screen and (max-width: 767px) {
  .slide__slider {
    padding-bottom: 72px; } }
.slide__slider.slick-initialized {
  visibility: visible; }

/*-- [i][20240422][chklist:#54][cmt][visible시 height가 확정되지 않아 .slick-arrow에 대한 top: 50%이 작동안됨] --*/
/*-- .slide .slick-list { overflow: visible; } --*/

.slide .slick-slide {
opacity: 0;
transition: opacity .4s; }
.slide .slick-slide.slick-active {
  opacity: 1; }

.slide .slick-arrow {
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
@media only screen and (max-width: 767px) {
  .slide .slick-arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.slide .slick-prev {
left: -96px; }
@media only screen and (max-width: 1419px) {
  .slide .slick-prev {
    left: -64px; } }
@media only screen and (max-width: 1179px) {
  .slide .slick-prev {
    left: -48px; } }
@media only screen and (max-width: 1023px) {
  .slide .slick-prev {
    left: 0; } }
@media only screen and (max-width: 767px) {
  .slide .slick-prev {
    left: calc(50% - 48px); } }

.slide .slick-next {
right: -96px; }
@media only screen and (max-width: 1419px) {
  .slide .slick-next {
    right: -64px; } }
@media only screen and (max-width: 1179px) {
  .slide .slick-next {
    right: -48px; } }
@media only screen and (max-width: 1023px) {
  .slide .slick-next {
    right: 0; } }
@media only screen and (max-width: 767px) {
  .slide .slick-next {
    right: calc(50% - 48px); } }


.steps__head {
margin: 0 auto 80px;
text-align: center; }
@media only screen and (max-width: 1179px) {
  .steps__head {
    margin-bottom: 64px; } }
@media only screen and (max-width: 767px) {
  .steps__head {
    margin-bottom: 40px; } }

.steps__title {
margin-bottom: 20px; }

.steps__info {
font-size: 16px;
/*line-height: 1.5;*/line-height: 24px;
color: #777E90;  }

.steps__list {
display: flex; }
@media only screen and (max-width: 1023px) {
  .steps__list {
  /*flex-wrap: wrap;*/
    margin: 0 -40px;
    overflow: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }
    .steps__list::-webkit-scrollbar {
      display: none; }
    .steps__list:before, .steps__list:after {
      content: "";
      flex-shrink: 0;
      width: 40px;
      height: 1px; } }

.steps__item {
  position: relative;
  flex: 0 0 calc(25% - 32px);
  width: calc(25% - 32px);
  margin: 0 16px;
  text-align: center; }

  /*-- [i][20240422][chklist:#72] --*/
  @media only screen and (min-width: 768px) {
    .service__iam .steps__item {
      flex: 0 0 calc(33.33333% - 10px);
      width: calc(33.33333% - 10px);}
  }

@media only screen and (max-width: 1023px) {
  .steps__item {
    margin: 5px;
    /*border: 1px solid #e7e7e7;*/
    /*padding: 25px 15px;
    border-radius: 24px;*/
    flex: 0 0 256px;
    width: 259px;
    /*flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);*/ }
    .service__iam .steps__item {
      width: 280px;}
}
@media only screen and (max-width: 513px) {
  /*.steps__item {
    flex: 0 0 calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 0; }*/ }
.steps__item:after {
  content: "";
  position: absolute;
  top: 47px;
  right: -84px;
  width: 130px;
  height: 2px;
  background-image: linear-gradient(90deg, #B1B5C3 0, #B1B5C3 6px, transparent 6px, transparent 14px);
  background-repeat: repeat-x;
  background-size: 12px auto; }
  /*-- [i][20240422][chklist:#72][add] --*/
  .service__iam .steps__item:after { width: 240px; right: -140px; }
  /*-- [i][20240422][chklist:#72][cmt] --*/
  /*--
  .service__iam .steps__item:after {top: 79px;}
  --*/
  @media only screen and (max-width: 1259px) {
    .steps__item:after {
      right: -66px;
      width: 100px; } 
    /*-- [i][20240422][chklist:#72][add] --*/
    .service__iam .steps__item:after { width: 214px; right: -126px; }
  }
  @media only screen and (max-width: 1179px) {
    .steps__item:after {
      right: -50px;
      width: 60px; } 
    /*-- [i][20240422][chklist:#72][add] --*/
    .service__iam .steps__item:after { width: 154px; right: -94px; }
  }
  @media only screen and (max-width: 1023px) {
    .steps__item:after {
      width: 120px; right: -79px;} 
    /*-- [i][20240422][chklist:#72][add] --*/
    .service__iam .steps__item:after { width: 156px; right: -97px; }
  }
  @media only screen and (max-width: 767px) {
    .steps__item:after {
      right: 0; } 
    /*-- [i][20240422][chklist:#72][add] --*/
    .service__iam .steps__item:after { width: 156px; right: -4px; }
  }
.steps__item:first-child .steps__preview:before {
  display: none; }
.steps__item:last-child:after {
  display: none; }
.steps__item:last-child .steps__preview:after {
  display: none; }
@media only screen and (max-width: 1023px) {
  /*-- [i][20240422][chklist:#72] --*/
  .steps__item {
    margin: 0px 32px 10px 0px; }
  /*--
  .steps__item:not(:last-child) {
    margin: 0px 32px 10px 0px; }
  --*/
}

/*-- [i][20240422][chklist:#72][cmt] --*/
/*--
.service__iam .steps__preview {
  width: 160px; height: 160px; }
--*/
.steps__preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto 80px;
  border-radius: 24px; }
@media only screen and (max-width: 1023px) {
.steps__preview:before, .steps__preview:after {
  /*display: none;*/    }
  /*.steps__preview {
    margin: 10px auto; }*/ }
.steps__preview:before, .steps__preview:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #B1B5C3; }
.steps__preview:before {
  left: -24px; }
.steps__preview:after {
  right: -24px; }
/*-- [i][20240422][chklist:#72][cmt] --*/
/*--
.service__iam .steps__preview:before {
  left: -40px; }
.service__iam .steps__preview:after {
  right: -38px; }
--*/
.steps__preview img {
  width: 100%; }

.steps__number {
margin-bottom: 20px;
font-size: 12px;
line-height: 1.66667;
font-weight: 600;
color: #777E90; }

.steps__subtitle {
margin-bottom: 16px;
font-size: 16px;
/*line-height: 1.5;*/line-height: 24px;
font-weight: 800; }

.steps__content {
color: #353945; }

.service__fpa .steps__footer {
  text-align: center;
  margin-top: 80px; 
  font-size: 13px; }
  /*-- [i][20240422][chklist:#57][add] --*/
  @media only screen and (max-width: 767px) {
    .service__fpa .steps__footer {
      margin-top: 36px; }
  }

.client__center {
margin: 0 auto;
max-width: 1132px; }

.client__head {
max-width: 545px;
margin: 0 auto 80px;
text-align: center; }
@media only screen and (max-width: 1023px) {
  .slide__head {
    margin-bottom: 48px; } }
@media only screen and (max-width: 767px) {
  .slide__head {
    margin-bottom: 24px; } }

.client__title {
margin-bottom: 20px; }

.client__wrap:not(:first-child) {
margin-top: 100px;   }

.logo__container {
margin-top: 40px;  }

.client__row {
  margin: 10px 20px 60px 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 1130px) {
  .client__row {flex-wrap: wrap;justify-content: center;}
}
@media only screen and (max-width: 767px) {
.client__row {
    justify-content: center;  }  }
.client__row.center {
  justify-content: center;  }
  
.client__row img {
    max-height: 36px;  }
.client__row.center img {
    margin: 10px 50px;  }
.client__stage {width: 160px; float: left;}
.client__stage img{width: 100%; height: auto; max-height: none; margin: 0px;}
.client__stage .client__text{
font-size: 24px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0em;
text-align: center;
padding-bottom: 8px;
}
.client__stage .client__num{
font-family: 'Pretendard';
font-size: 48px;
font-weight: 800;
letter-spacing: -0.02em;
text-align: center;
width: 160px;
height: 160px;
border-radius: 80px;
line-height: 155px;
}
.client__stage .client__num.green{background:#EEFCF4; color: #00A049;}
.client__stage .client__num.blue{background:#E8EEFD; color: #3772FF;}
/*.client__gimg {width: 932px; float: left; margin-top: 32px;}*/
.client__gimg {width: 100%; height: 160px; margin-top: 40px;    display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 40px;align-items: center;}
.img_line_pc{
width: 100%;
}
@media only screen and (max-width: 1130px) {
.client__gimg {padding-left: 0px;}

}
@media only screen and (max-width: 767px) {
.client__gimg{height: 216px;    justify-content: space-around;}
.client__row img{height: 20px;}
.img_line_pc{
display: none;
} 
.img_line_m{
  width: 100%;
} 
}
/*.client__gimg:before {
content: "";
display: block;
width: 100%;
height: 40px;
}*/
  
  
.inquiry__center {
/*padding: 72px 0px;*/
padding: 136px 0px;
max-width: 1132px; }

/*-- [i][req-cgo] --*/
.main_inquiry .inquiry__center {
  padding: 64px 0px; }

.inquiry__content {
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
margin: 32px auto;
color: #777E90;
}

.inquiry__btns {
text-align: center;
margin: 0 32px;}
.inquiry__button {
width: 100%;
font-size: 16px;line-height: 24px;  }

.inquiry__info {
color: #777E90;
margin: 10px auto 35px;  }

.inquiry__form {
margin: 35px auto;
max-width: 445px;  }

.inquiry__form .field {
margin-bottom: 25px;  }
.inquiry__form .field__input {
background: #FCFCFD;  }
.inquiry__form .field__textarea {
height: 96px;
background: #FCFCFD;  }
.inquiry__form .field__wrap {
display: flex;
  align-items: center;  }
.inquiry__form .field__wrap .field__col {
width: inherit;  }
.inquiry__form .field__wrap .field__col.half {
width: 50%;  }
.inquiry__form .field__wrap .field__col.third {
width: 33%;  }
.inquiry__form .field__col:first-child {
margin-right: 10px;  }
.inquiry__form .checkbox__text {
color: #777E90;
font-size: 12px;
font-weight: 700;  }

.footer {
border-top: 1px solid #E6E8EC; }
body.dark .footer {
  border-color: #23262F; }
.footer__center {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .footer__center {
      display: block; } }
@media only screen and (max-width: 767px) {
  .footer__body {
    position: relative;
    padding-top: 32px; } }
.footer__col {
  flex: 0 0 60.5%;
  padding: 80px 86px 64px; }
  @media only screen and (max-width: 1339px) {
    .footer__col {
      padding: 80px 64px 64px; } }
  @media only screen and (max-width: 1023px) {
    .footer__col {
      padding: 64px 32px 48px; } }
  @media only screen and (max-width: 767px) {
    .footer__col {
      padding: 32px 0;
      border-bottom: 1px solid #E6E8EC; }
      body.dark .footer__col {
        border-color: #23262F; } }
  .footer__col:first-child {
    display: flex;
    flex: 0 0 25%;
    padding-left: 0; }
    @media only screen and (max-width: 1179px) {
      .footer__col:first-child {
        flex: 0 0 32%; } }
    @media only screen and (max-width: 767px) {
      .footer__col:first-child {
        display: block; } }
  .footer__col:nth-child(2){
    border-left: 1px solid #E6E8EC; }
    @media only screen and (max-width: 767px) {
      .footer__col:nth-child(2) {
        border-left: none; } }
    body.dark .footer__col:nth-child(2) {
      border-color: #23262F; }
.footer__logo {
  display: inline-block;
  margin-right: 100px;
  width: 100%;
height: 25px;
  overflow: hidden; }
  @media only screen and (max-width: 1339px) {
    .footer__logo {
      margin-right: 80px; } }
  @media only screen and (max-width: 1023px) {
    .footer__logo {
      margin-right: 32px; } }
  @media only screen and (max-width: 767px) {
    .footer__logo {
      width: 140px;
      margin: 0 0 32px; } }
  .footer__logo img {
    width: 80px; }
.footer__item .footer__category {
  display: none; }
  @media only screen and (max-width: 767px) {
    .footer__item .footer__category {
      display: flex;
      align-items: center;
      margin-bottom: 0; } }
  .footer__item .footer__category .icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
    fill: #777E90;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .footer__item .footer__category.active .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.footer__link {
  font-family: 'Pretendard','Nanum Gothic', sans-serif;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 700;
  color: #777E90;
  transition: color .2s; }
  @media only screen and (max-width: 767px) {
    .footer__link {
      display: block; } }
  .footer__link:hover, .footer__link.active {
    color: #23262F; }
    body.dark .footer__link:hover, body.dark .footer__link.active {
      color: #FCFCFD; }
  .footer__link:not(:last-child) {
    margin-bottom: 24px; }
.footer__category {
  margin-bottom: 41px;
  font-size: 16px;
  /*line-height: 1;*/
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase; }
.footer__info {
  font-size: 12px;
  line-height: 1.71429; }
  .footer__info p:not(:last-child) {
    margin-bottom: 8px; }
  .footer__info:not(:last-child) {
    margin-bottom: 24px; }
.footer__foot {
  padding: 25px 0 20px;
  border-top: 1px solid #E6E8EC; }
  @media only screen and (max-width: 767px) {
    .footer__foot {
      padding: 56px 0 48px;
      border: none; } }
  body.dark .footer__foot {
    border-color: #23262F; }
.foot__col {
  font-size: 12px;
  width: 50%;
  text-align:right;
}
.foot__col:first-child {
  width: 50%;
  text-align:left;
}
  @media only screen and (max-width: 767px) {
  .foot__col {
    width: 100% !important;
    text-align: center!important;
  }
}
.footer__terms {
  word-spacing: 0.5em;
  color: #777E90;  }
.footer__terms > a:hover {
  color: #11CB60;
  transition: 0.3s;  }
.footer__terms a:last-child {
  color: #11CB60;
  font-weight: 700;  }
.footer__copyright {
  margin-right: auto;
  font-size: 12px;
  line-height: 1.66667;
  color: #777E90; }
  @media only screen and (max-width: 767px) {
    .footer__copyright {
      margin: 0 0 24px; } }
/*-- [i][20240509][chklist:#8] --*/
.footer__foot .foot__col .icon-service-link { 
  margin-right: 16px; }

.page {
  width: 100%;
  text-align: center;
  margin-top: 25px; }
/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
.page .button-small {display: none;}
@media only screen and (max-width: 767px) {
  .page .pagination {display: none;}
  .page .button-small {display: block; margin: 0 auto;}
}
--*/

.pagination li {
display: inline;
text-align: center;  }
.pagination a {
font-weight: 700;
font-size: 16px;
text-decoration: none;
padding: 5px 12px;
color: #777E90;
/*line-height: 1.5;*/line-height: 24px;  }
.pagination a.active {
background: #23262F;
color: #fff; }
@media only screen and (max-width: 767px) {
.pagination a { font-size: 12px; }  }
.pagination .num {
width: 32px; 
height: 32px;
border-radius: 8px;  }
.pagination .num:hover {
  background: #23262F;
  color: #fff;
  transition: .2s;  }


.f__c-blck{color: #353945;}
.f__c-green{color: #58BD7D;}
.f__c-purple{color: #9757D7;}
.f__c-blue{color: #3772FF;}

  
/*sevices*/
.sevices {
position: relative; }
.sevices__anchor {
  top: 48px; }
.sevices__head {
  margin-bottom: 80px; }
  @media only screen and (max-width: 1023px) {
    .sevices__head {
      display: block;
      margin-bottom: 48px; } }
.sevices__stage {
  width: 100%; 
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  text-transform: none;}
  @media only screen and (max-width: 1023px) {
    .sevices__stage {
      width: 100%;
      /*margin-bottom: 20px;*/ } }
.sevices__wrap {
  flex-shrink: 0;
  width: 640px;
  margin-left: auto; }
  @media only screen and (max-width: 1179px) {
    .sevices__wrap {
      width: 500px; } }
  @media only screen and (max-width: 1023px) {
    .sevices__wrap {
      width: 100%; } }
.sevices__title {
  margin-bottom: 20px; }
.sevices__info {
  font-size: 16px;
  /*line-height: 1.5;*/line-height: 24px;
  color: #777E90; }
.client .sevices__info {word-break: keep-all;}
  @media only screen and (max-width: 1023px) {
    .sevices__info {
      margin-bottom: 48px; } }
  body.dark .sevices__info {
    color: #F4F5F6; }
@media only screen and (max-width: 767px) {
  .sevices .nav {
    display: none; } }
.sevices .nav__link:not(:last-child) {
  margin-right: 12px; }
.sevices .select {
  display: none;
  background: transparent; }
  @media only screen and (max-width: 767px) {
    .sevices .select {
      display: block; } }
  body.dark .sevices .select {
    background: none; }
.sevices__item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  color: #23262F;
  transition: color .2s; }
.service__pas .sevices__item, .service__iam .sevices__item, .service__fpa .sevices__item {
  border-radius: 40px;
  background: #FCFCFD;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
  padding: 40px 60px;
  /*padding: 24px;*/}
  @media only screen and (max-width: 1023px) {
    .sevices__item {
      display: block; } }
  body.dark .sevices__item {
    color: #FCFCFD; }
  .sevices__item:hover {
    /*color: #11CB60;*/ }
    .sevices__item:hover .sevices__arrow {
      /*-webkit-transform: translateX(10px);
              transform: translateX(10px);*/ }
      .sevices__item:hover .sevices__arrow .icon {
        /*fill: #11CB60;*/ }
  .sevices__item:not(:last-child) {
    margin-bottom: 80px;
    /*margin-bottom: 64px;*/ }
.sevices__preview {
  flex-shrink: 0;
  width: 560px;
  margin-left: auto; }
.service__pas .sevices__preview, .service__iam .sevices__preview, .service__fpa .sevices__preview{width: 480px;}
.service__pas .sevices__preview.leftimg, .service__iam .sevices__preview.leftimg, .service__fpa .sevices__preview.leftimg{margin-right: auto;margin-left: inherit;}
  @media only screen and (max-width: 1179px) {
    .sevices__preview {
      width: 500px; } }
  @media only screen and (max-width: 1023px) {
    .sevices__preview {
      width: 100%;
      margin-bottom: 32px; } }
  .sevices__preview img {
    width: 100%;
    border-radius: 16px; }
    @media only screen and (max-width: 1023px) {
      .sevices__preview img {
        min-height: 240px;
        -o-object-fit: cover;
            object-fit: cover; } }
.sevices__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 440px; }
.service__pas .sevices__details, .service__iam .sevices__details, .service__fpa .sevices__details {
  justify-content: center; }
  @media only screen and (max-width: 1179px) {
    .sevices__details {
      width: auto;
      padding-right: 32px; } }
  @media only screen and (max-width: 1023px) {
    .sevices__details {
      padding-right: 0; } }
.sevices__category {
  margin-bottom: auto; }
.sevices__subtitle {
  margin: 8px 0px; }
#sevices .sevices__subtitle.h4 {
  font-size: 24px;line-height: 32px;
  }
.sevices__subtitle.h4 {
  font-family: 'Pretendard';
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #23262F;
  /*margin-bottom: 20px;*/
  }
  @media only screen and (max-width: 1023px) {
    .sevices__subtitle {
      margin-top: 4px; } }
.sevices__currency {
  margin-bottom: 20px;
  font-size: 16px;
  /*line-height: 1.5;*/line-height: 24px;
  color: #777E90; word-break:keep-all;}
  body.dark .sevices__currency {
    color: #B1B5C3; }
.sevices__content {
  margin-bottom: auto;
  color: #777E90;
  word-break:keep-all;}
.sevices__arrow {
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  width: 120px;
  height: 24px;
  color: #777E90;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  @media only screen and (max-width: 1023px) {
    .sevices__arrow {
      position: static;
      margin-top: 16px; } }
  .sevices__arrow .icon {
    width: 14px;
    height: 14px;
    fill: #777E90;
    transition: fill .2s; }
    
.catalog {
position: relative; }
.catalog__anchor {
  top: 48px; }
.catalog__form {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E8EC; }
  @media only screen and (max-width: 767px) {
    .catalog__form {
      margin-bottom: 24px; } }
  body.dark .catalog__form {
    border-color: #353945; }
.catalog__input {
  width: 100%;
  height: 48px;
  padding-right: 64px;
  border-radius: 0;
  background: none;
  border: none;
  font-family: 'Pretendard','Nanum Gothic', sans-serif;
  font-size: 24px;
  /*line-height: 1.33333;*/
  font-weight: 600;
  letter-spacing: -.01em;
  color: #23262F; }
  @media only screen and (max-width: 767px) {
    .catalog__input {
      font-size: 16px;
      font-weight: 500;line-height: 24px; } }
  .catalog__input::-webkit-input-placeholder {
    color: #23262F; }
  .catalog__input::-moz-placeholder {
    color: #23262F; }
  .catalog__input:-ms-input-placeholder {
    color: #23262F; }
  .catalog__input::-ms-input-placeholder {
    color: #23262F; }
  .catalog__input::placeholder {
    color: #23262F; }
.catalog__result {
  position: absolute;
  top: 0;
  right: 0; }
  .catalog__result .icon {
    width: 24px;
    height: 24px;
    margin: 0; }
.catalog__sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px; }
  @media only screen and (max-width: 767px) {
    .catalog__sorting {
      display: block; } }
.catalog .select {
  width: 256px; }
  @media only screen and (max-width: 767px) {
    .catalog .select {
      width: 100%; }
      .catalog .select:not(:last-child) {
        margin-bottom: 16px; } }
@media only screen and (max-width: 1023px) {
  .catalog .nav {
    display: none; } }
.catalog .nav__link:not(:last-child) {
  margin-right: 12px; }
.catalog__list, .catalog__group {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -16px 0; }
  @media only screen and (max-width: 767px) {
    .catalog__list, .catalog__group {
      display: block;
      margin: 0; } }
.catalog .card {
  flex: 0 0 calc(33.333% - 32px);
  width: calc(33.333% - 32px);
  margin: 32px 16px 0; }

  @media only screen and (max-width: 1179px) {
    .catalog .card {
      flex: 0 0 calc(50% - 32px);
      width: calc(50% - 32px); } }
  @media only screen and (max-width: 767px) {
    .catalog .card {
      width: 100%;
      margin: 0; }
      .catalog .card:not(:last-child) {
        margin-bottom: 32px; } }
.catalog__group .card:nth-child(n+4) {
  display: none; }
  @media only screen and (max-width: 1179px) {
    .catalog__group .card:nth-child(n+4) {
      display: block; } }
@media only screen and (max-width: 1179px) {
  .catalog__group .card:nth-child(n+5) {
    display: none; } }
.catalog__btns {
  margin-top: 32px;
  text-align: center; }

.card {
display: block;
color: #23262F;
transition: color .2s; }
body.dark .card {
  color: #FCFCFD; }
.card:hover {
  color: #11CB60; }
  .card:hover .card__preview img {
    /*-webkit-transform: scale(1.1);
            transform: scale(1.1);*/ }
.card__preview {
  position: relative;
  overflow: hidden;
  border-radius: 16px; }
  .card__preview img {
    width: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
.card__category {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2; }
.card__body {
  display: flex;
  padding: 0 0 20px 0; }
.card__avatar {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #E4D7CF; }
  body.dark .card__avatar {
    background: #353945; }
  .card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.card__details {
  flex-grow: 1;
  padding: 0 16px; }
.card__title {
  margin-bottom: 2px;
  font-size: 16px;
  /*line-height: 1.5;*/line-height: 24px;
  font-weight: 500; }
.card__author {
  font-size: 12px;
  line-height: 1.66667;
  color: #777E90; }
.card__status {
  align-self: flex-start; }

.catalog .catalog__list .card {
/*-- [i][req-cgo] --*/
flex: 0 0 calc(33.333%);
width: calc(33.333%);
margin: 32px 0 0; 
/* 
flex: 0 0 calc(33.333% - 22px);
width: calc(33.333% - 22px);
margin: 32px 11px 0;
*/ }
.catalog .catalog__list .card__preview{
/*-- [i][req-cgo] --*/
width: 200px;
/*width: 240px;*/
margin: 0 auto;}
.catalog .catalog__list .card__body .card__title{
font-family: 'Pretendard';
font-size: 24px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0em;
text-align: center;
color: #23262F;
}
.catalog .catalog__list .card__body .card__title span{
font-family: 'Pretendard';
font-size: 14px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #353945;
}
.catalog .catalog__list .card__body .card__author{
font-family: 'Pretendard';
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color: #777E90;
}


.faq__title {
margin-bottom: 48px;
text-align: center; }
@media only screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 40px; } }

.faq .nav {
justify-content: center;
/*margin-bottom: 40px;*/ }
@media only screen and (max-width: 767px) {
  .faq .nav {
    display: none; } }

.faq .nav__link:not(:last-child) {
margin-right: 12px; }

.faq .select {
display: none;
text-align: left; }
@media only screen and (max-width: 767px) {
  .faq .select {
    display: block;
    margin-bottom: 24px; } }

.faq__list {
max-width: 736px;
margin: 0 auto; }

.faq__item:hover .faq__head {
color: #11CB60; }

.faq__item:hover .faq__number {
color: #11CB60; }

.faq__item.active .faq__number {
color: #11CB60; }
.faq__item.active .faq__subtitle {
  color: #11CB60; }

.faq__item.active .faq__arrow .icon {
-webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

/*-- [i][20240422][chklist:#67][add] --*/
.faq__item .faq__head {
  border-bottom: 1px solid #E6E8EC; }
/*-- [i][20240422][chklist:#67][cmt] --*/
/*--
.faq__item:not(:last-child) .faq__head {
  border-bottom: 1px solid #E6E8EC; }
body.dark .faq__item:not(:last-child) .faq__head {
  border-color: #353945; }
--*/

.faq__head {
position: relative;
display: flex;
align-items: center;
padding: 24px 0;
font-size: 16px;
/*line-height: 1.5;*/line-height: 24px;
font-weight: 500;
cursor: pointer;
transition: color .2s;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

  /*-- [i][20240422][chklist:#67][add] --*/
  @media only screen and (max-width: 767px) {
    .faq__head {
      font-size: 14px; } 
    .faq__body {
      font-size: 13px; } }

.faq__number {
flex-shrink: 0;
width: 40px;
color: #777E90;
transition: color .2s;
font-weight: 800;}

.faq__subtitle {
flex-grow: 1;
font-weight: 700;}

.faq__arrow {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 24px;
margin-left: 16px; }
.faq__arrow .icon {
  width: 24px;
  height: 24px;
  fill: #777E90;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.faq__body {
display: none;
padding: 24px 0 12px 40px;
color: #777E90; }

/*-- [i][20240422][chklist:#13-1][add] --*/
.faq__body .faq__body__content {
  position: relative; }
.faq__body .faq__body__content .sevices__arrow {
  position: absolute;
  top: calc(100% + 14px); left: 0; }

.field__label {
margin-bottom: 12px;
font-size: 12px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
color: #777E90; }
 
.field__val {
font-size: 12px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
color: inherit; }

.field__wrap {
position: relative;
width: 100%;  }
.field__wrapper { 
margin-bottom: 15px; }

.field__wrap > .text-right {
text-align: right;
float: right; }

.field__input, .field__textarea {
width: 100%;
margin-right: 5px;
border-radius: 12px;
border: 2px solid #E6E8EC;
box-shadow: none;
background: none;
font-family: 'Pretendard','Nanum Gothic', sans-serif;
font-size: 14px;
/*-- [i][20240422][chklist:#77] --*/
/*font-weight: 700;*/
font-weight: 400;
line-height: 1.71429;
color: #23262F;
transition: border-color .2s; }
.field__input::-webkit-input-placeholder, .field__textarea::-webkit-input-placeholder {
  color: #B1B5C3; }
.field__input::-moz-placeholder, .field__textarea::-moz-placeholder {
  color: #B1B5C3; }
.field__input:-ms-input-placeholder, .field__textarea:-ms-input-placeholder {
  color: #B1B5C3; }
.field__input::-ms-input-placeholder, .field__textarea::-ms-input-placeholder {
  color: #B1B5C3; }
.field__input::placeholder, .field__textarea::placeholder {
  color: #B1B5C3; }
.field .field__input:focus, .field .field__textarea:focus, .field .select:focus {
border-color: #11CB60;  }

.field__input.alert, .field__input.alert:focus {
  border-color: #FF6838;  }
.field__textarea.alert, .field__textarea.alert:focus {
  border-color: #FF6838;  }

.field__input {
height: 48px;
padding: 0 14px; }

.field__input[disabled] {
background-color: #E6E8EC;  }

.field__textarea {
height: 48px;
padding: 10px 30px 10px 14px;
resize: none; }


.question__variants {
display: flex;
flex-wrap: wrap;
margin: 10px 0px; }

.question__radio {
position: relative;
margin: 10px 5px;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.question__input {
position: absolute;
top: 0;
left: 0;
opacity: 0; }
.question__input:checked + .question__inner {
  background: #23262f;
  box-shadow: inset 0 0 0 2px #353945; }
.question__input:checked + .question__inner .question__text {
  color: #FCFCFD;  }

.question__inner {
display: flex;
justify-content: center;
align-items: center;
min-width: 136px;
height: 40px;
padding: 12px 16px;
border-radius: 24px;
background: #FCFCFD;
box-shadow: inset 0 0 0 2px #E6E8EC;
transition: all .2s; }
@media only screen and (max-width: 767px) {
  .question__inner {
    height: 48px; } }
.question__inner:hover {
  box-shadow: inset 0 0 0 2px #11cb60;
  background: #11CB60; }
.question__inner:hover .question__text{
  color: #FCFCFD;  }

.question__icon {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 44px;
height: 44px;
margin-right: 14px;
border-radius: 50%; }
@media only screen and (max-width: 767px) {
  .question__icon {
    display: none; } }
.question__icon .icon {
  width: 20px;
  height: 20px;
  fill: #FCFCFD; }

/*-- [i][20240422][chklist:#47] --*/
.question__text {
font-family: 'Pretendard','Nanum Gothic', sans-serif;
font-size: 14px;
font-weight: 700;
text-align: center;
line-height: 1;
color: #23262F; }

.main_inquiry .inquiry__form{
max-width: 546px;
}
.main_inquiry .question__inner{
min-width: 121px;
border-radius: 8px; 
padding: 16px 10px 16px 10px; 
height: auto;
box-shadow: none;
/*border: 2px solid #11CB60;*/}
.main_inquiry .question__input:checked + .question__inner{
background: #FCFCFD;
border: 2px solid #11CB60;
box-shadow: none;
}
.main_inquiry .question__input:checked + .question__inner .question__text{
color: #23262F;}
.main_inquiry .question__text{font-size: 12px;}


.activity {
  padding: 32px 0;
  background: #F4F5F6; }

/*-- [i][20240422][chklist:#33-1][add] --*/
.activity.excp-activity-list {
  padding-top: 160px; padding-bottom: 136px; }
.activity.excp-activity-view {
  padding-top: 140px; padding-bottom: 136px; }
  @media only screen and (max-width: 767px) {
    .activity.excp-activity-list {
      padding-top: 104px; padding-bottom: 32px; }
     .activity.excp-activity-view {
      padding-top: 144px; padding-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .activity {
    background: #FCFCFD; } }
body.dark .activity {
  background: none; }
@media only screen and (max-width: 1179px) {
  .activity__center {
    padding: 0 40px; } }
@media only screen and (max-width: 767px) {
  .activity__center {
    padding: 0 32px; } }
.activity__wrapper {
  padding: 40px;
  border-radius: 8px;
  background: #FCFCFD; }
  /*-- [i][20240422][chklist:#33-2][add] --*/
  @media only screen and (max-width: 767px) {
    .activity__wrapper {
      padding: 0; } }
  /*-- [i][20240422][chklist:#33-2][cmt] --*/
  /*--
  @media only screen and (max-width: 1179px) {
    .activity__wrapper {
      padding: 24px; } }
  @media only screen and (max-width: 1023px) {
    .activity__wrapper {
      padding: 0;
      background: none; } }
  body.dark .activity__wrapper {
    background: #18191D; }
    @media only screen and (max-width: 1023px) {
      body.dark .activity__wrapper {
        background: none; } }
  --*/
.activity__top {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E8EC; }
  @media only screen and (max-width: 767px) {
    .activity__top {
      display: block;
      padding: 0;
      border: none; } }
  body.dark .activity__top {
    border-color: #353945; }
.activity .select {
  display: none;
  background: none; }
  @media only screen and (max-width: 1023px) {
    .activity .select {
      display: block;
      width: 256px;
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .activity .select {
      width: 100%;
      margin: 0 0 16px; } }
.activity .nav {
  margin-right: auto; }
  @media only screen and (max-width: 1023px) {
    .activity .nav {
      display: none; } }
.activity .nav__link:not(:last-child) {
  margin-right: 16px; }
  @media only screen and (max-width: 1179px) {
    .activity .nav__link:not(:last-child) {
      margin-right: 8px; } }
.activity__form {
  position: relative;
  flex-shrink: 0;
  width: 276px;
  margin-right: 16px; }
  @media only screen and (max-width: 1179px) {
    .activity__form {
      width: 230px; } }
  @media only screen and (max-width: 767px) {
    .activity__form {
      width: 100%;
      margin: 0 0 16px; } }
.activity__input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 14px;
  border-radius: 8px;
  background: none;
  border: 2px solid #E6E8EC;
  font-family: 'Pretendard','Nanum Gothic', sans-serif;
  font-size: 12px;
  line-height: 1.66667;
  color: #23262F;
  transition: border-color .2s; }
  @media only screen and (max-width: 1023px) {
    .activity__input {
      height: 48px; } }
  body.dark .activity__input {
    border-color: #353945;
    color: #FCFCFD; }
  .activity__input::-webkit-input-placeholder {
    color: #777E90; }
  .activity__input::-moz-placeholder {
    color: #777E90; }
  .activity__input:-ms-input-placeholder {
    color: #777E90; }
  .activity__input::-ms-input-placeholder {
    color: #777E90; }
  .activity__input::placeholder {
    color: #777E90; }
  .activity__input:focus {
    border-color: #777E90; }
.activity__result {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px; }
  .activity__result .icon {
    width: 20px;
    height: 20px;
    fill: #777E90;
    transition: fill .2s; }
  .activity__result:hover .icon {
    fill: #11CB60; }
.activity__line {
  display: flex;
  align-items: center;
  margin-bottom: 42px; }
.activity__title {
  margin-right: auto; }
.activity__table {
  display: table;
  width: 100%; }
  /*-- [i][20240422][chklist:#33-2][cmt] --*/
  /*--
  @media only screen and (max-width: 1023px) {
    .activity__table {
      display: block; } }
  --*/
.activity__row {
  display: table-row;
  color: #23262F; }
.activity__row.trh {background: #F4F5F6;}
.activity__row.trh_m {
  background: #F4F5F6; 
  padding: 12px 16px 12px 16px; 
  border-top: 1px solid #E6E8EC;
  border-bottom: 1px solid #E6E8EC;
  display: none;
}
@media only screen and (max-width: 767px) {
  /*-- [i][20240422][chklist:#33-2][add] --*/
  .activity__row {
    display: flex;
    flex-wrap: wrap; }
  .activity__row:first-child {
    display: none; }
  .activity__row.trh_m {display: flex; flex-wrap: wrap;}
  /*-- [i][20240422][chklist:#33-2][cmt] --*/
  /*-- .trh_m{display: block;} --*/
  .activity__row.trh {display: none;}
}

/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
@media only screen and (max-width: 1023px) {
  .activity__row {
    display: flex;
    flex-wrap: wrap; } }
@media only screen and (max-width: 1023px) {
  .activity__row:first-child {
    display: none; } }
--*/
.activity__row:first-child .activity__col {
  padding: 0 16px 24px;
  border-bottom: 1px solid #E6E8EC;
  font-size: 14px;
  line-height: 1.66667;
  font-weight: 600;
  color: #777E90; }
body.dark .activity__row:first-child .activity__col {
  border-color: #353945; }
/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
@media only screen and (max-width: 1179px) {
  .activity__row:first-child .activity__col:first-child {
    padding-left: 0; } }
@media only screen and (max-width: 1179px) {
  .activity__row:first-child .activity__col:last-child {
    padding-right: 0; } }
--*/
.activity__row:not(:first-child) {
  transition: background .2s; }
.activity__row:not(:first-child) .activity__col {
  vertical-align: middle;
  font-weight: 500; }
.activity__row:not(:first-child) .activity__col:first-child {
  /*border-radius: 12px 0 0 12px;*/
  color: #777E90;
  /*-- [add] --*/
  white-space: nowrap; }
@media only screen and (max-width: 1023px) {
  .activity__row:not(:first-child) .activity__col:first-child {
    border-radius: 0; } 
}
.activity__row:not(:first-child) .activity__col:last-child {
  /*border-radius: 0 12px 12px 0;*/
  /*-- [add] --*/
  white-space: nowrap; }
@media only screen and (max-width: 1023px) {
  .activity__row:not(:first-child) .activity__col:last-child {
    border-radius: 0; } 
}
.activity__row:not(:first-child):hover {
  background: #F4F5F6; }
@media only screen and (max-width: 1023px) {
  .activity__row:not(:first-child):hover {
    background: none; } 
}
body.dark .activity__row:not(:first-child):hover {
  background: #23262F; }
@media only screen and (max-width: 1023px) {
  body.dark .activity__row:not(:first-child):hover {
    background: none; } 
}
@media only screen and (max-width: 1023px) {
  .activity__row:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E8EC; }
  body.dark .activity__row:not(:last-child) {
    border-color: #353945; } 
}
.activity__col {
  display: table-cell;
  padding: 20px 16px;
  font-weight: 500;
  /*-- [i][20240422][chklist:#33-4][add] --*/
  border-bottom: 1px solid #E6E8EC; }
.activity__col .col_title {
  font-weight: 700;
}

/*-- [i][20240422][chklist:#33-2][add] --*/
@media only screen and (max-width: 767px) {
  .activity__col {
    padding: 0;
    display: flex;
    align-items: center; 
    border-bottom: none; } 
  /*-- [i][20240422][chklist:#33-3][add] --*/
  .activity__col:first-child {
    align-self: flex-start; }
}
/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
.activity__col.colspan {display: block;}
@media only screen and (max-width: 1023px) {
  .activity__col {
    padding: 0;
    display: flex;
    align-items: center; } }
--*/
body.dark .activity__col {
  color: #FCFCFD; }
/*-- [i][20240422][chklist:#33-2][add] --*/
@media only screen and (max-width: 767px) {
  .activity__col:nth-child(2) {
    flex: 0 0 70%;
    margin-left: auto; 
    justify-content: flex-end; 
    /*height: 20px; overflow: hidden;*/ }
  .activity__col:nth-child(2) .col_title {
    /*white-space: nowrap;*/ overflow: hidden; text-overflow: ellipsis; }  
}
/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
@media only screen and (max-width: 1179px) {
  .activity__col:first-child {
    padding-left: 0; } }
@media only screen and (max-width: 1023px) {
  .activity__col:nth-child(2) {
    margin-left: auto; } }
--*/
.activity__col:nth-child(5), .activity__col:nth-child(6) {
  color: #777E90; }
.activity__col:last-child {
  text-align: right; }
/*-- [i][20240422][chklist:#33-2][add] --*/
@media only screen and (max-width: 767px) {
  .activity__col:not(:first-child):not(:nth-child(2)) {
    flex: 0 0 100%;
    margin-top: 8px; } 
}
/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
@media only screen and (max-width: 1179px) {
  .activity__col:last-child {
    padding-right: 0; } }
@media only screen and (max-width: 1023px) {
  .activity__col:not(:first-child):not(:nth-child(2)) {
    flex: 0 0 100%;
    margin-top: 8px; } }
--*/

.activity__label {
  display: none; }
/*-- [i][20240422][chklist:#33-2][add] --*/
@media only screen and (max-width: 767px) {
  .activity__label {
    display: block;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 600;
    color: #777E90; } }
/*-- [i][20240422][chklist:#33-2][cmt] --*/
/*--
@media only screen and (max-width: 1023px) {
  .activity__label {
    display: block;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 600;
    color: #777E90; } }
--*/
.activity__item {
  position: relative; }
.activity__body {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  z-index: 2;
  background: #FCFCFD;
  border: 1px solid #E6E8EC;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
  border-radius: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .2s; }
  body.dark .activity__body {
    background: #23262F;
    border-color: #353945; }
.activity__item_calendar .activity__body {
  width: 660px;
  padding: 16px 16px 32px; }
  @media only screen and (max-width: 767px) {
    .activity__item_calendar .activity__body {
      display: none;
      position: static;
      width: auto;
      padding: 16px 0 0;
      border: none;
      background: none;
      box-shadow: none;
      border-radius: 0;
      visibility: visible;
      opacity: 1; }
      body.dark .activity__item_calendar .activity__body {
        background: none; } }
@media only screen and (max-width: 767px) {
  .activity__item_calendar .activity__datepicker {
    display: none; } }
.activity__item_export .activity__body {
  width: 364px;
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    .activity__item_export .activity__body {
      width: 311px;
      padding: 16px 0 24px; } }
.activity__item.active .activity__body {
  visibility: visible;
  opacity: 1; }
  @media only screen and (max-width: 767px) {
    .activity__item.active .activity__body {
      display: block; } }

.popup {
position: relative;
width: 100%;
max-width: 448px;
margin: auto;
padding: 32px;
background: #FCFCFD;
border-radius: 20px;
box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
z-index: 2; }
@media only screen and (max-width: 767px) {
  .popup {
    padding: 32px 16px; } }

.popup > .popup__button {
  width: 100%; }
.popup .mfp-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: normal;
  opacity: 1;
  border: 1px solid #E6E8EC;
  background: #FCFCFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath fill-rule='evenodd' d='M.293 1.289a1 1 0 0 1 1.414 0L7 6.582l5.293-5.293a1 1 0 0 1 1.414 1.414L8.414 7.996l5.293 5.293a1 1 0 0 1-1.414 1.414L7 9.41l-5.293 5.293a1 1 0 0 1-1.414 0 1 1 0 0 1 0-1.414l5.293-5.293L.293 2.703a1 1 0 0 1 0-1.414z' fill='%2323262F'/%3E%3C/svg%3E") no-repeat 50% 50%/14px auto;
  font-size: 0;
  transition: all .2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (max-width: 767px) {
    .popup .mfp-close {
      top: 28px;
      right: 16px; } }
  .popup .mfp-close:hover {
    border-color: #E6E8EC; }


 
.popup__terms {max-width: 780px;}

.terms__title {	
  margin: 30px auto;  }

.terms__text {
  font-family: 'Pretendard','Nanum Gothic';
color: #777E90;
  font-size: 14px;
  overflow-y: scroll;
  height: 60vh;  }
.terms__text::-webkit-scrollbar {
  width: 7px;  }
.terms__text::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background-color: #E6E8EC;  }

.terms__footer {	
  display: flex;
  justify-content: center;
margin-top: 32px;  }
.terms__footer .button {
width: 380px;  }


.mfp-container {
padding: 48px; }
@media only screen and (max-width: 767px) {
  .mfp-container {
    padding: 16px 8px; } }

@media (max-width: 900px) {
.mfp-container {
  padding: 16px 8px; } }

.mfp-bg {
background: rgba(20, 20, 22, 0.5); }
body.dark .mfp-bg {
  background: rgba(20, 20, 22, 0.75); }

.mfp-zoom-in .popup {
opacity: 0;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
        transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.2s ease-out; }

.mfp-zoom-in.mfp-ready .popup {
opacity: 1;
-webkit-transform: scale(1);
        transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 1; }

.mfp-zoom-in.mfp-removing .popup {
-webkit-transform: scale(0.8);
        transform: scale(0.8);
opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; }


.text-colors-b1 { color: #353945; }
.company .main__title.h2{font-size: 32px;line-height: 40px;margin-bottom: 16px;}
.company__mission .main__title.h2{margin-top: 40px; font-size: 32px;line-height: 40px;margin-bottom: 16px;}
.company__history{padding-top: 60px;}
.company__history .main__title.h2{font-size: 32px;line-height: 40px;margin-bottom: 16px;}
/*.company__history .main__text span{display: flex;}
.company__history .main__text span:not(:last-child){color: #353945; font-weight: bold;width: 90px;display: inline-block;}*/
.company__history .main__text span:not(:last-child){color: #353945; font-weight: bold;width: 90px;}
.company__history .main__text span:last-child{width: 100%;}
.company__history .main__text li{padding-bottom: 4px; display: flex;}

/*-- [i][20240422][chklist:#45][add] --*/
.company.company_map .main__title.h2{margin-bottom: 60px;}
  @media only screen and (max-width: 767px) {
    .company.company_map .main__title.h2{margin-bottom: 40px;} }

.company.company_map .main__text{margin-top: 20px;}
.company.company_map .main__text span:not(:last-child){color: #353945; font-weight: bold;width: 80px;}
.company.company_map .main__text span:last-child{width: 100%;}
.company.company_map .main__text div{padding-bottom: 4px; display: flex;}

.main__job .main__title.h2{font-size: 32px;line-height: 40px;margin-bottom: 16px;}
.main__job .main__text b{color: #353945;}
.employment .main__title.h2{font-size: 32px;line-height: 40px;margin-bottom: 16px;}
.employment .button{margin-top: 32px;}
.activity .activity__title.h4{font-size: 32px;line-height: 40px;}
.activity .head{margin-bottom: 24px;}
.activity .head .prev{color: #3772FF; }
.activity__row.trh .activity__col{border-top: 1px solid #E6E8EC;border-bottom: 1px solid #E6E8EC;}
.activity__wrapper p{padding: 60px 24px; border-bottom: 1px solid #E6E8EC;}

.button-small.button-white.fl_end{float:inline-end; width: 120px;}
/*-- [i][20240422][chklist:#33][add] --*/
.button-small.button-white.fl_end.excp-mr { 
  margin-right: 30px; }
  @media only screen and (max-width: 767px) {
    .button-small.button-white.fl_end{width: 100px;} 
    .button-small.button-white.fl_end.excp-mr { 
      margin-right: 10px; }
  }

.activity__wrapper .button-small{margin-top: 32px;}
/*-- [cmt][maybe_not_used]
.company .main__text.company_map div{display: flex;}
.company .main__text.company_map span:not(:last-child){color: #353945; font-weight: bold;width: 80px;}
.company .main__text.company_map span:last-child{width: 100%;}
--*/

.service__pas .main__title.h2.mt32{margin-bottom: 16px;}
.service__iam .main__title.h2.mt32{margin-bottom: 16px;}
.service__fpa .main__title.h2.mt32{margin-bottom: 16px;}
/*-- [i][20240422][chklist:#66][add] --*/
.faq__center .faq__title.h2.mt32{margin-bottom: 32px;}
/*-- [i][20240422][chklist:#28][add] --*/
.service__fpa .popular__footer{margin-top: 48px;}
.item__title.h4{vertical-align:middle;}
.section-bg.popular.service__pas{padding: 136px 0px;}
.js-slider-steps .slick-slide{box-shadow: none;}
.js-slider-steps3 .slick-slide{box-shadow: none;}
#sevices .sevices__subtitle.h4{margin-bottom: 16px;}
.sevices__subtitle.h4{margin-bottom: 16px;}
.section-bg.sevices.service__pas{padding-top: 136px; padding-bottom: 136px;}
.section-bg.section-mb0.sevices.service__iam{padding-top: 136px; padding-bottom: 136px;}
.section-bg.section-mb0.sevices.service__fpa{padding-top: 136px; padding-bottom: 136px;}
.section-bg.faq{padding: 0px}
.faq__center.center {
  padding-top: 136px;
  padding-bottom: 136px;
}
.main__col-0 img {margin-bottom: 40px;}
a.button-stroke.button-small.news__button {
padding-left: 36px;
padding-right: 20px;
}
#log_svg{margin-bottom: 32px;}

/*#id_cs_map{min-width: 1120px;}*/
.js-slider-attendreview .slick-track{
  display: grid;
	grid-template-columns: repeat(auto-fill, minmax(33.3333%, auto));
	grid-template-rows: repeat(2, minmax(416px,auto));
	/*grid-auto-flow: column;*/
  grid-auto-flow: row;
}
.js-slider-attendreview .review__item{
  display: block;
  flex-direction: unset;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: all .2s;
  min-width: 100%;
  min-height: 380px;
  margin: 0;
}
.js-slider-attendreview .review__item .review__item_ar{
  display: flex;
  flex-direction: column;
  padding: 48px 40px 0px 40px;
  border-radius: 20px;
  background: #FCFCFD;
  box-shadow: 0px 30px 64px -48px rgba(15, 15, 15, 0.1);
  transition: all .2s; 
  margin: 0 auto;
  min-width: 320px;
  max-width: 320px;
  min-height: 380px;
}
@media only screen and (max-width: 1230px) {
  .review__item{ width: 100%;}
  .review .slick-track{flex-direction: column;}
  .review .slick-slide {
    margin: 0px 0px 40px 0px;}
  }
@media only screen and (max-width: 1080px) {
  .js-slider-attendreview .slick-track{
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, minmax(100%, auto));
    grid-template-rows: repeat(6, minmax(416px,auto));
  }
  .js-slider-attendreview .review__item .review__item_ar{
    min-width: 311px;
    max-width: 311px;
  }
  .review__icon{display: none;}
}
@media only screen and (max-width: 1023px) {
.stage-normal{font-size: 13px;line-height: 20px;}
.sevices__content{font-size: 13px;line-height: 20px;}
.slick-slide{box-shadow: none;}
.catalog .center{padding: 0 24px;}
}
@media only screen and (max-width: 767px) {
  .catalog .catalog__list .card__preview{width: 160px;}
  #id_cs_map{min-width: 500px;}
  /*h2.mt32{font-size: 32px;line-height: 40px;margin-bottom: 16px;}*/
  .h2.mt32{font-size: 32px;line-height: 40px;margin-bottom: 16px;}
  .mt16{font-size: 16px;line-height: 24px;}
  .mt13{font-size: 13px;line-height: 20px;}
  .mtl{text-align: left;}
  .mw100{width: 100%;}
  .mw100 img{width: 100%;}
  .review .item__title{font-size: 16px;line-height: 24px; height: 80px;}
  .review__content, .inquiry__content{font-size: 13px;line-height: 20px;}
  .service__pas .sevices__preview, .service__iam .sevices__preview, .service__fpa .sevices__preview{width: 100%;}
  .section-bg.popular.service__pas{padding: 80px 0px;}
  /*.sevices__info{font-size: 13px;line-height: 20px;}*/
  .sevices__info{font-size: 16px;line-height: 24px;}
  .blog__item .blog__content{font-size: 13px;line-height: 20px;}
  .client__stage{width: 140px;}
  .client__stage .client__num{width: 140px; height: 140px; font-size: 32px; line-height: 138px;}
  .review .slick-track{flex-direction: column;}
  .js-slider-review .review__item{ width: 100% !important;}
  .review .slick-slide{margin: 0px 0px 40px 0px;}
  .review .slick-slide:not(:first-child){margin: 0px;}
  .main .main__stage{margin-top: 60px; font-size: 13px;}
  .main.service__iam .main__stage{margin-top: 0px;}
  .client .sevices__info{margin: 0px 60px;}
}
@media only screen and (max-width: 767px) {
  .activity__wrapper p{padding: 40px 0px;}
}
@media only screen and (max-width: 767px) {
  .main__text{font-size: 13px;line-height: 20px; word-break:keep-all; margin-bottom: 32px;}
  .main.service__pas .main__col img{width: 80%; max-width: 80%;}
  .popular .item__title{font-size: 16px;}
  .popular__content{font-size: 13px;line-height: 20px; word-break:keep-all;}
  .steps__number{text-align: left; margin-bottom: 20px;}
  .steps__subtitle{text-align: left;}
  .steps__content{text-align: left; font-size: 13px;line-height: 20px;}
  .steps__preview{margin: 0 0 32px 0;}
  .sevices__subtitle.h4{font-size: 16px;line-height: 24px;}
  .sevices__currency{font-size: 13px;line-height: 20px;}
  .slide__subtitle{font-size: 16px;line-height: 24px;}
  .slide__content{font-size: 13px;line-height: 20px;}
  .popular .popular__type .popular__content{font-size: 13px;line-height: 20px;}
  .checklist .checklist__col-0{width: 100%; text-align: center; margin-top: 50px;}
  .checklist .checklist__col-1{width: 100%;}
  .checklist .data__content{font-size: 13px;line-height: 20px;}
  .checklist .data__footertext{font-size: 16px; text-align: center;line-height: 24px;}
}
@media only screen and (max-width: 767px) {
  .company .main__col-0{width: 245px; margin: 0 auto;}
  .company .main__title.h2{font-size: 24px;line-height: 32px;margin-bottom: 16px;}
  .company .main__center.center{padding: 0px 24px;}
  .company__mission .main__title.h2{font-size: 24px;line-height: 32px;margin-bottom: 16px;}
  .company__mission{padding: 0px 24px;}
  .company__history .main__title.h2{font-size: 24px;line-height: 32px;margin-bottom: 16px;}
  .company__history{padding: 0px 24px;}
  .expert .main__center.center{padding: 0px 24px;}
}
@media only screen and (max-width: 767px) {
  .main__job .main__title.h2{font-size: 24px;line-height: 32px;margin-bottom: 16px;}
  .main__job .main__center.center{padding: 0px 24px;}
  .employment .main__title.h2{font-size: 24px;line-height: 32px;margin-bottom: 16px;}
  .employment .main__center.center{padding: 0px 24px;}
  .activity{font-size: 13px;line-height: 20px;}
  .activity .activity__title.h4{font-size: 24px;line-height: 32px;}
}
@media only screen and (max-width: 767px) {
  .catalog .catalog__list .card__body .card__title{font-size: 16px;line-height: 24px;}
  .catalog .catalog__list .card__body .card__title span{font-size: 13px;line-height: 20px;}
  .catalog .catalog__list .card__body .card__author{font-size: 13px;line-height: 20px;}
  .catalog .catalog__list .card{width: 100%;;}
  #channel .main__title.h2{font-size: 32px;line-height: 40px;margin-bottom: 16px;}
  #channel .catalog__list, #channel .catalog__group{display: flex;
    flex-wrap: wrap; margin: -32px -16px 0;}
  #channel .catalog__list .card{flex: 0 0 calc(50% - 22px);
    width: calc(50% - 22px); margin: 32px 11px 0;}
  #channel .card__details{padding: 0px;}
  #service_center .catalog__list, #service_center .catalog__group{display: flex;
    flex-wrap: wrap; margin: -32px -16px 0;}
  #service_center .catalog__list .card{flex: 0 0 calc(33.333% - 22px);
    width: calc(33.333% - 22px); margin: 32px 11px 0;}
  #service_center .catalog__list .card__preview{width: 100%;}
  .main_inquiry{
    /*-- [req-cgo] --*/
    padding: 40px 24px 0px;
    /*padding: 0px 24px;*/ }
  #service_center .catalog__list .card__details{font-size: 13px;line-height: 20px;}
  .service__pas .sevices__item, .service__iam .sevices__item, .service__fpa .sevices__item {padding: 24px;}
  .sevices__item:not(:last-child) {
    margin-bottom: 64px;}
  .sevices__preview {margin-bottom: 8px;}
  .sevices__preview img {margin-bottom: 8px;}
  .question__variants_mline{width: 100%;}
  .question__variants{justify-content: space-around;}
  .checklist__col-0 img{height: 150px;}
}

/*-- [i][20240509][chklist:#2] --*/
.header .header__btns .header__button {
  width: 100px; margin-right: 20px; white-space: nowrap; }
/*-- [i][20240515][for agency header] --*/
.header .header__logo span.header_logo_text {
  margin-left: 12px; vertical-align: middle;
  color: #777E90; font-size: 14px; font-weight: 700; }

/* padding */
.pt0 { padding-top: 0 !important; }
.ptx76 { padding-top: 76px !important; }
.ptx156 { padding-top: 156px !important; }
.ptx180 { padding-top: 180px !important; }

/* margin */
.mbx30 { margin-bottom: 30px !important; }

/* share.css */
.dp_none{display:none;}
.dp_none_imp{display:none !important;}
.dp_block{display:block !important;}
.dp_inblock{display:inline-block !important;}
.cursor_pointer{cursor:pointer !important;}
.border_none{ border: none; }

.dgb_border_red { border: 1px solid red; }