@charset "UTF-8";
:root {
  --vh: 100%;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.animated.delay-0s {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animated.delay-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated.delay-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated.delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-18s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animated.delay-21s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animated.delay-24s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animated.delay-27s {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animated.delay-30s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-33s {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.animated.delay-36s {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.animated.delay-39s {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.animated.delay-42s {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.animated.delay-45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animated.delay-48s {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

body {
  /*font-family: "Noto Sans KR", sans-serif;*/
  line-height: 1.4;
  /*font-size: 14px;*/
  /*font-weight: 400;*/
  overflow-anchor: none;
}

/*body * {*/
/*  font-family: inherit;*/
/*  line-height: inherit;*/
/*  font-size: inherit;*/
/*  font-weight: inherit;*/
/*  word-break: keep-all;*/
/*  word-wrap: break-word;*/
/*  box-sizing: border-box;*/
/*}*/

main,
article {
  display: block;
}

/* header css start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.fixed {
  background-color: #344c97;
  border-bottom: 0;
}

.header>section {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 90px;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 0;
  text-align: center;
}

.header>section:after {
  content: "";
  display: block;
  clear: both;
}

.article_logo {
  position: absolute;
  top: 30px;
  left: 20px;
  line-height: 1;
  max-width: 240px;
}

.article_logo>a {
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.article_logo>span {
  position: absolute;
  top: 5px;
  right: -95px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.article_navigation {
  display: inline-block;
  max-width: calc(100% - 480px);
  line-height: 1;
  text-align: center;
}

.article_navigation>nav {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 0;
  text-align: center;
}

.article_navigation>nav>a {
  display: inline-block;
  position: relative;
  margin: 0 16px;
  padding: 5px 4px;
  font-size: 18px;
  color: #ddd;
  cursor: pointer;
}

.article_navigation>nav>a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ed6513;
}

.article_navigation>nav>a.active {
  font-weight: 700;
  color: #fff;
}

.article_navigation>nav>a.active:after {
  display: block;
}

.article_link {
  position: absolute;
  top: 30px;
  right: 20px;
  max-width: 240px;
  line-height: 1;
}

.article_link>a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 8px 5px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.article_link>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: -10px;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.3);
}

.article_link>a:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.article_link>a:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.article_link>a:last-of-type:after {
  display: none;
}

.article_link>a.active {
  color: #ed9313;
}

/* header css end */

/* footer css start */
.footer {
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #26262c;
  z-index: 9;
}

.footer>section {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0 85px;
}

.article_copyright {
  position: relative;
  width: 100%;
  padding-right: 160px;
}

.article_copyright>nav {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.article_copyright>nav:after {
  content: "";
  display: block;
  clear: both;
}

.article_copyright>nav>a {
  float: left;
  display: block;
  margin-right: 25px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article_copyright>nav>a:last-of-type {
  margin-right: 0;
}

.article_copyright>nav>a:hover {
  color: #fff;
}

.article_copyright>p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #999;
}

.article_copyright>span.logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.div_copyright_info {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.div_copyright_info>div {
  position: relative;
  width: 100%;
}

.div_copyright_info>div:after {
  content: "";
  display: block;
  clear: both;
}

.div_copyright_info>div>p {
  float: left;
  position: relative;
  padding-right: 24px;
  line-height: 1.4;
  font-size: 17px;
  color: #999;
}

.div_copyright_info>div>p:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 12px;
  width: 1px;
  height: 16px;
  background-color: #666;
}

.div_copyright_info>div>dl {
  float: left;
  position: relative;
  padding-right: 24px;
}

.div_copyright_info>div>dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 12px;
  width: 1px;
  height: 16px;
  background-color: #666;
}

.div_copyright_info>div>dl>dt,
.div_copyright_info>div>dl>dd {
  float: left;
  position: relative;
  line-height: 1.4;
  font-size: 17px;
  color: #999;
}

.div_copyright_info>div>dl>dt:after {
  content: ":";
  margin: 0 2px;
}

.div_copyright_info>div>dl>dd>a {
  display: block;
  color: #999;
}

.div_copyright_info>div>dl>dd>a.tel {
  color: #fff;
}

.div_copyright_info>div>*:last-child {
  padding-right: 0;
}

.div_copyright_info>div>*:last-child:after {
  display: none;
}
.business_information{
  margin-bottom: 20px;
  cursor: pointer;
  overflow-anchor: none;
}
.business_information span{
  background-image: url("../images/icon-grey-down.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 10px;
  background-color: transparent;
  position: relative;
  top: -2px;
  right: -5px;
  transition: all ease 1s;
}
.business_information span.down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.div_copyright_toggle_box{
  display: none;
  margin-bottom: 20px;
  font-size: 17px;
  color: #999;
}
.div_copyright_toggle_box a{
  color: #999;
}

.div_copyright_toggle_box div span:first-child:after{
  content: ':';
  width: 10px;
  text-align: center;
  display: inline-block;
}

/* footer css end */

/* margin setting css start */
.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_60 {
  margin-top: 60px;
}

.margin_top_90 {
  margin-top: 90px;
}

.margin_bottom_0 {
  margin-bottom: 0;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_15 {
  margin-bottom: 15px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_21 {
  margin-bottom: 21px;
}

.margin_bottom_29 {
  margin-bottom: 29px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_31 {
  margin-bottom: 31px;
}

.margin_bottom_35 {
  margin-bottom: 35px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

.margin_bottom_70 {
  margin-bottom: 70px;
}

/* margin setting css end */

/* main css start */
.main {
  position: relative;
  width: 100%;
  z-index: 0;
}
#intro-swiper-container {
  position: relative;
  overflow: hidden;
}
#intro-swiper-container .swiper-slide {
  width: 100%;
}
#intro-swiper-container .swiper-slide > img {
  width: 100%;
  height: auto;
}
#intro-swiper-container .swiper-text-container {
  padding: 170px 25% 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
}
#intro-swiper-container .swiper-text-wrapper {
  position: relative;
}
#intro-swiper-container .swiper-text-box {
  position: absolute;
  transform: translateX(30px);
  opacity: 0;
}
#intro-swiper-container .swiper-text-box.on {
  transition: opacity 0.8s ease-in-out, transform 1s; /* opacity가 더 빨리 끝남 */
  transform: translateX(0);
  opacity: 1;
}
#intro-swiper-container .swiper-text-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}
#intro-swiper-container .swiper-text-subtitle {
  margin: 20px 0 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
#intro-swiper-container .swiper-text-button {
  width: 212px;
  height: 54px;
  border-radius: 27px;
  padding: 0 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background-color: #29cdff;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
#intro-swiper-container .swiper-text-button > img {
  width: 24px;
  height: 24px;
}


.main_first_contants{
  top: -90px;
  width: 100%;
  min-width: 1400px;
  position: relative;
  /*height: 100vh;*/
  /*height: calc(var(--vh, 1vh) * 100);*/
}
.main_first_contants .main_img {
  background-image: url("../images/main_slide_img2_4.png");
  background-position: center;
  background-size: cover;
  height: 85vh;
  /*height: calc(var(--vh, 1vh) * 85);*/
  display: flex;
}
.main_first_contants .main_img > div {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  max-height: 500px;
  height: 100%;
  opacity: 0;
}
.main_first_contants .main_img div.main_text_contants {
  width: 50%;
  position: relative;
  top: 37px;
  /*height: inherit;*/
  display: inline-flex;
  height: 100%;
}
.main_first_contants .main_img div.main_text_contants:first-child > div {
  width: 100%;
  height: auto;
  align-self: center;
  margin-left: 40px;
}
.main_first_contants .main_img div.main_text_contants:last-child {
  text-align: center;
}
.main_scroll_down {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 75px;
  height: 75px;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
}

.main_scroll_down>span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon-scroll-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.text_slider_list div h1 {
  margin-bottom: 25px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.text_slider_list div h5 {
  margin-bottom: 25px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 60px;
  /* color: #fff; */
}
.main_text_contants div p {
  font-size: 18px;
  color: #eee;
}
.main_text_contants div.first.circle_div p:first-child {
  font-size: 1.5rem;
}
.main_text_contants div.first.circle_div p:last-child {
  font-size: 3.5rem;
}
.main_text_contants div p.btn_bottom_sub_text{
  font-size: 12px;
  margin-top: 15px;
  font-weight: 300;
  margin-left: 5px;
}

.main_text_contants div p span {
  display: block;
  word-break: break-all;
}

.main_text_contants div a {
  display: inline-block;
  width: 214px;
  padding: 20px 30px 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  background-color: #344c97;
  border: 0;
  border-radius: 27px;
  z-index: 9;
}

.main_text_contants div a span {
  display: block;
  background-image: url("../images/icon-link-arrow-type-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: right center;
}

.text_slider_list p {
  font-size: 16px;
  color: #fff;
  height: 100px;
}
.mobile_silie_text_2{
  display: none;
}
.mobile_silie_text_4{
  display: none;
}
.mobile_silie_text_2 p span{
  display: block;
  word-break: break-all;
  font-size: 16px;
  color: #fff;
}

.slick-slide div div div div div{
  opacity: 0;
}
.slick-slide.slick-current.slick-active div div div div div{
  opacity: 1;
}
.main_container {
  max-width: 800px;
  width: 100%;
}

.circle_div {
  border-radius: 50%;
  font-size: 1.3rem;
  color: #fff;
}
.first.circle_div{
  position: absolute;
  top: 30px;
  left: 50px;
  background-color: rgb(255, 190, 61, 0.9);
  width: 300px;
  height: 300px;
  padding-top: 100px;
}
.second.circle_div{
  position: absolute;
  bottom: 60px;
  right: 50px;
  background-color: rgb(52, 76, 151, 0.9);
  width: 200px;
  height: 200px;
  padding-top: 60px;
}
.circle_div p:last-child{
  font-size: 3rem;
  font-weight: bold;
}
.bank_list_container{
  height: 15vh;
  /*height: calc(var(--vh, 1vh) * 15);*/
  display: flex;
  font-size: 0.9rem;
  align-items: center;
  background-color: #fafafa;
}
.bank_list_container > div:first-child{
  max-width: 200px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.bank_list_container .mobile_bank_list {
  opacity: 0;
}

.bank_list{
  display: flex;
  color: #ababab;
  width: 100%;
  justify-content: space-around;
  font-weight: 400;
}
.bank_list div {
  margin: auto;
  border-left: 1px solid #dddddd;
  width: 100%;
  text-align: center;
  padding: 2px 0;
}
.bank_list .main_bank_icon {
  width: 70%;
  height: 26px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: auto;
  margin-bottom: 3px;
}
.bank_list .main_bank_icon.kakao {
  background-image: url("../images/main_bank_logo_kakao.svg");
  width: 80%;
}
.bank_list .main_bank_icon.kn {
  background-image: url("../images/bank_bnk.svg");
  width: 55%;
}
.bank_list .main_bank_icon.kk {
  background-image: url("../images/main_bank_logo_Kbank.svg");
}
.bank_list .main_bank_icon.lnt {
  background-image: url("../images/main_bank_logo_LawNTeck_logo.svg");
  width: 90%;
}
.bank_list .main_bank_icon.ktn {
  background-image: url("../images/main_bank_logo_ktnet.svg");
}
.bank_list .main_bank_icon.gj {
  background-image: url("../images/main_bank_logo_gj.svg");
}
.bank_list .main_bank_icon.jb {
  background-image: url("../images/main_bank_logo_jb.svg");
}
.bank_list .main_bank_icon.wr {
  background-image: url("../images/main_bank_logo_wr.svg");
}

.bank_list .main_bank_icon.se {
  background-image: url("../images/main_bank_logo_se.svg");
}

.bank_list .main_bank_icon.sd {
  background-image: url("../images/main_bank_logo_sd.svg");
}
/*.bank_list .main_bank_icon.gj.off {*/
/*  background-image: url("../images/main_bank_logo_gj_off.svg");*/
/*}*/
/*.bank_list .main_bank_icon.jb.off {*/
/*  background-image: url("../images/main_bank_logo_jb_off.svg");*/
/*}*/

#mobile_bank_slide {
  display: none;
}

.main_flet {
  position: relative;
  width: 100%;
  height: 500px;
}

.main_flet.bg-01 {
  background-color: #f4f4f4;
}

.main_flet>div {
  display: table;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.main_flet>div:after {
  content: "";
  display: block;
  clear: both;
}

.main_flet_img,
.main_flet_info {
  display: table-cell;
  position: relative;
  width: 50%;
  height: 100%;
  vertical-align: middle;
}

.main_flet.left .main_flet_info {
  padding-left: 110px;
}

.main_flet.right .main_flet_info {
  padding-left: 110px;
}

.main_flet_img>h2 {
  display: block;
  position: absolute;
  bottom: 0;
  line-height: 120px;
  font-size: 170px;
  font-weight: 500;
  color: #f4f4f4;
  text-transform: uppercase;
  z-index: 0;
}

.main_flet_img>div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.main_flet_img .img_flet {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 99;
}

.main_flet_img .img_flet.bg-01 {
  background-image: url("../images/img-obj-main-01.png");
}

.main_flet_img .img_flet.bg-02 {
  background-image: url("../images/img-obj-main-02.png");
}

.main_flet_img .img_flet.bg-03 {
  background-image: url("../images/img-obj-main-03.png");
}

.main_flet.bg-01 .main_flet_img>h2 {
  color: #fff;
}

.main_flet.left .main_flet_img>h2 {
  left: -5px;
}

.main_flet.right .main_flet_img>h2 {
  right: 0;
}

.main_flet_info>span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 15px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #214a9a;
  border-radius: 17px;
}

.main_flet_info>span>em {
  display: inline;
  margin-left: 4px;
  font-style: normal;
  color: #6bd5c9;
}

.main_flet_info>h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  color: #133d8e;
}

.main_flet_info>p {
  line-height: 1.6;
  font-size: 18px;
  color: #252122;
}

.main_flet_info>p>span {
  display: block;
}

.main_list_box {
  position: relative;
  width: 100%;
  padding: 135px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main_list_box.bg-market {
  min-height: 940px;
  background-color: #fff;
  background-image: url("../images/bg-main-market.jpg");
}

.main_list_box.bg-office {
  min-height: 1040px;
  background-color: #f0f1f5;
}

.main_list_box.bg-experience {
  min-height: 450px;
  background-color: #fff;
  background-image: url("../images/bg-main-experience.jpg");
}

.main_list_box>h2 {
  margin-bottom: 25px;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.main_list_box.bg-market>h2 {
  color: #fff;
}

.main_list_box>h3 {
  margin-bottom: 25px;
  font-family: "Daum", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.main_list_box.bg-experience>h3 {
  color: #fff;
}

.main_list_box>p {
  margin-bottom: 55px;
  font-size: 18px;
  text-align: center;
  color: #666;
}

.main_list_box.bg-market>p {
  color: #fff;
}

.main_list_box.bg-experience>p {
  margin-bottom: 35px;
  color: #fff;
}

.main_list_box>a {
  color: #fff;
}

.main_list_box>a {
  display: inline-block;
  width: 214px;
  padding: 20px 30px 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  background-color: #49b4a8;
  border: 0;
  border-radius: 27px;
  z-index: 9;
}

.main_list_box>a>span {
  display: block;
  background-image: url("../images/icon-link-arrow-type-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: right center;
}

.main_list_box>p>span {
  display: block;
}

.main_list_box>div {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.main_list_box>div:after {
  content: "";
  display: block;
  clear: both;
}

.main_list_box.bg-market>div {
  max-width: 1400px;
}

.main_list_box.bg-market>div {
  max-width: 1400px;
}

.main_list_box.bg-office>div {
  max-width: 1200px;
}

.main_list_box_info {
  float: left;
  position: relative;
  background-color: #fff;
}

.main_list_box_info>.img_list {
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.main_list_box_info>.img_list.market_bg_01 {
  background-image: url("../images/icon-main-market-01.svg");
}

.main_list_box_info>.img_list.market_bg_02 {
  background-image: url("../images/icon-main-market-02.svg");
}

.main_list_box_info>.img_list.market_bg_03 {
  background-image: url("../images/icon-main-market-03.svg");
}

.main_list_box_info>.img_list.market_bg_04 {
  background-image: url("../images/icon-main-market-04.svg");
}

.main_list_box_info>.img_list.market_bg_05 {
  background-image: url("../images/icon-main-market-05.svg");
}

.main_list_box_info>.img_list.office_bg_01 {
  background-image: url("../images/icon-main-office-01.svg");
}

.main_list_box_info>.img_list.office_bg_02 {
  background-image: url("../images/icon-main-office-02.svg");
}

.main_list_box_info>.img_list.office_bg_03 {
  background-image: url("../images/icon-main-office-03.svg");
}

.main_list_box_info>.img_list.office_bg_04 {
  background-image: url("../images/icon-main-office-04.svg");
}

.main_list_box_info>.img_list.office_bg_05 {
  background-image: url("../images/icon-main-office-05.svg");
}

.main_list_box_info>.img_list.office_bg_06 {
  background-image: url("../images/icon-main-office-06.svg");
}

.main_list_box_info>.img_list:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.main_list_box_info>h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.main_list_box_info>p {
  font-size: 16px;
  color: #666;
}

.main_list_box_info>p>span {
  display: block;
}

.main_list_box.col-3 .main_list_box_info {
  width: calc(33.33% - 20px);
  min-height: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 50px;
  text-align: left;
}

.main_list_box.col-3 .main_list_box_info:nth-of-type(3n + 2) {
  width: calc(33.34% - 20px);
}

.main_list_box.col-3 .main_list_box_info:nth-of-type(3n + 3) {
  margin-right: 0;
}

.main_list_box.col-3 .main_list_box_info>.img_list {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 130px;
}

.main_list_box.col-5 .main_list_box_info {
  width: calc(20% - 16px);
  min-height: 380px;
  margin-right: 20px;
  padding: 35px;
}

.main_list_box.col-5 .main_list_box_info:last-of-type {
  margin-right: 0;
}

.main_list_box.col-5 .main_list_box_info>.img_list {
  max-width: 170px;
  margin: 0 auto 25px;
}

/* CSS추가 부분 START */
/* 모달창 START */
.modal {
  /* 20210719 모바일 반응형 모달 css 수정 */
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  margin: auto;
  padding-top: 80px;
  display: none;
  padding: 10px;
}

.modal .modal_box {
  /* 20210719 모바일 반응형 모달 css 수정 */
  max-width: 700px;
  height: 450px;
  background-color: #fff;
  margin: auto;
  margin-top: 100px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.modal .modal_box h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.modal .modal_box .fas.fa-times {
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 20px;
}

.modal .modal_box .modal_txt {
  /* 20210719 모바일 반응형 모달 css 수정 */
  max-width: 650px;
  height: 350px;
  overflow: auto;
  margin: auto;
  border: 1px solid #eee;
}

.modal .modal_box .modal_txt h6 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.modal .modal_box .modal_txt h6:not(h6:first-child) {
  margin-top: 20px;
}

.modal .modal_box .modal_txt p {
  /* 20210708 인덱스 약관 */
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 5px;
}

.modal_txt .enter_1 {
  /* 20210708 인덱스 이용약관 띄어쓰기 조절 */
  display: block;
  margin-left: 10px;
  word-break: break-all;
}

.modal_txt .enter_2 {
  /* 20210708 인덱스 이용약관 띄어쓰기 조절 */
  display: block;
  margin-left: 30px;
  word-break: break-all;
}

.modal_txt .enter_3 {
  /* 20210708 인덱스 이용약관 띄어쓰기 조절 */
  display: block;
  margin-left: 50px;
  word-break: break-all;
}

.ie_modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: auto;
  padding-top: 80px;
  padding: 10px;
  display: none;
}

.ie_modal .modal_box {
  max-width: 700px;
  height: 450px;
  background-color: #fff;
  margin: auto;
  margin-top: 100px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.ie_modal_txt_box {
  max-width: 510px;
  margin: auto;
}

.ie_modal_txt_box p {
  word-break: break-all;
}

.link_btn {
  display: inline-block;
  padding: 20px 30px 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #344c97;
  border: 0;
  border-radius: 27px;
  z-index: 9;
}

.ie_modal_btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ie_modal .logo_img {
  width: 100%;
  padding: 50px 290px 80px;
}

.ie_modal_txt_box img {
  width: 20px;
  vertical-align: bottom;
}

/* 모달창 END */

/* 기존 CSS부분 추가 START */
.main_list_box_info {
  height: 100px;
}

/* 기존 CSS부분 추가 END */

.main_market {
  display: none;
}

/* 메인 랜딩페이지(반응형) css 추가 end */
.modal_close_btn {
  width: 20px;
  position: absolute;
  right: 25px;
  top: 18px;
  cursor: pointer;
}

.div_slick_slider.bank_slide_box {
  width: 200px;
  margin: auto;
}

.div_slick_slider.bank_slide_box img {
  width: 100%;
  height: 70px;
}

/* 공통 css 추가 부분 START */
.float_left {
  float: left;
}

.float_right {
  float: right;
}

.text_right {
  text-align: right;
}

/* 공통 css 추가 부분 END */
.main_wrap_cneter_guide {
  padding: 0 10px;
  max-width: 900px;
  margin: auto;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.notice_modal_box{
  background-color: grey;
  width: 100%;
  height: 300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0,0,0,0.3);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter:blur(15px);
  
}
.notice_modal_slick_slider_container{
	display:none;
}
.notice_modal_slick_slider_container.slick-initialized{
	display: block;
}
.notice_modal_slide{
  padding: 30px 35px 15px 35px;
}
.notice_modal_slick_slider_box{
  padding: 25px;
  max-width: 900px;
}
.notice_modal_slick_slider_box h5{
  font-size: 20px;
  font-weight: 500;
  color: #ED6513;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_modal_slick_slider_box div{
  font-size: 13px;
  font-weight: 100;
  word-break: break-all;
  color: #fff;
  height: 93px;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.notice_modal_slick_slider_box div p span:first-child{
  background-color: transparent !important; 
}
.notice_modal_slick_slider_box a{
  display: inline-block;
  color: #DCDCDC;
  margin-top: 10px;
  font-size: 12px;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}
.notice_modal_slick_slider_box a:hover{
  color: #fff;
  -ms-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.notice_modal_slick_slider_box .next_arrow_icon{
  background-image: url("../images/icon-grey-next-arrow.svg");
  display: inline-block;
  width: 10px;
  height: 9px;
  background-size: 10px;
  background-position: center;
  margin-left: 5px;
}
.btn_container{
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  max-width: 900px;
  margin: auto;
}
.btn_container > div:last-child{
	display: flex;
}
.btn_container .notoce_popup_btn{
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  margin:0 5px;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  -webkit-transition: background, 0.5s;
  transition: background, 0.5s;
}
.btn_container .notoce_popup_btn:hover{
  background-color: #fff;
  color: grey;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
.btn_container .notoce_popup_btn:hover .close_icon {
  background-image: url("../images/icon-grey-close.svg");	
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-position: center;
}
.btn_container .close_icon{
  background-image: url("../images/icon-white-close.svg");	
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-position: center;
  margin-left: 10px;
}

/* layer popup css start */
.section_layer_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: -1;
}
.section_layer_popup.scroll {
  overflow: auto;
}
.section_layer_popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.section_layer_popup .layer_popup_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 960px;
  max-height: calc(100% - 200px);
  line-height: 0;
  font-size: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
.section_layer_popup.scroll .layer_popup_wrapper {
  top: 100px;
  max-height: none;
  margin-bottom: 100px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section_layer_popup.m_540 .layer_popup_wrapper {
  min-width: 540px;
}
.section_layer_popup.w_420 .layer_popup_wrapper {
  max-width: 420px;
}
.section_layer_popup.w_540 .layer_popup_wrapper {
  max-width: 540px;
}
.section_layer_popup.w_620 .layer_popup_wrapper {
  max-width: 620px;
}
.section_layer_popup.w_740 .layer_popup_wrapper {
  max-width: 740px;
}
.section_layer_popup.f_740 .layer_popup_wrapper {
  width: 740px;
}
.section_layer_popup.w_1120 .layer_popup_wrapper {
  max-width: 1120px;
  width: 1120px;
}
.section_layer_popup.w_925 .layer_popup_wrapper {
  max-width: 925px;
  width: 925px;
}
.section_layer_popup.w_1200 .layer_popup_wrapper {
  max-width: 1200px;
  width: 1200px;
}

.section_layer_popup.w_1300 .layer_popup_wrapper {
  max-width: 1300px;
  width: 1300px;
}

.section_layer_popup .a_layer_popup_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
}
.section_layer_popup .a_layer_popup_close > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.section_layer_popup .a_layer_popup_close > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.section_layer_popup .a_layer_popup_close > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section_layer_popup .layer_popup_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.section_layer_popup.scroll .layer_popup_close {
  position: fixed;
}
.section_layer_popup .layer_popup_header {
  position: relative;
  background-color: #243c86;
}
.section_layer_popup .layer_popup_header > h6 {
  position: relative;
  width: calc(100% - 50px);
  padding: 0 20px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.section_layer_popup .layer_popup_content {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.section_layer_popup .layer_popup_content > div {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 30px;
  line-height: 0;
  font-size: 0;
  background-color: #fff;
}
/* layer popup css end */

/* view css start */
.div_view {
  position: relative;
  width: 100%;
}
.div_view > h1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
  background-color: #e6ecf1;
  border-bottom: 1px solid #ddd;
}
.div_view > div {
  /* 20211013 공지사항 팝업 텍스트칸 */
  position: relative;
  width: 100%;
  padding: 30px 20px;
  max-height: 450px;
  overflow: auto;
}
.div_view > div > ul {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}
.div_view > div > ul:after {
  content: "";
  display: block;
  clear: both;
}
.div_view > div > ul > li {
  float: left;
  position: relative;
  padding-right: 20px;
  line-height: 1;
  font-size: 16px;
  color: #333;
}
.div_view > div > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 100%;
  background: #243c86;
}
.div_view > div > ul > li:last-of-type {
  padding-right: 0;
}
.div_view > div > ul > li:last-of-type:after {
  display: none;
}
.div_view > div > pre {
  position: relative;
  width: 100%;
  min-height: 310px;
  line-height: 1.6;
  font-size: 16px;
  white-space: inherit;
  word-break: keep-all;
  word-wrap: break-word;
  color: #333;
}
.div_view > dl {
  /* 20211013 공지사항 팝업 첨부파일 높이 */
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  max-height: 100px;
  overflow: auto;
}
.div_view > dl:after {
  content: "";
  display: block;
  clear: both;
}
.div_view > dl > dt {
  float: left;
  width: 100px;
  padding: 20px 18px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.div_view > dl > dd {
  float: left;
  width: calc(100% - 100px);
  padding: 20px 5px;
}
.div_view > dl > dd > a {
  float: left;
  margin-right: 25px;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
.div_view > dl > dd > a:last-of-type {
  margin-right: 0;
}
.article_link .new_alim_badge.true:before{
  /*헬프센터 알림뱃지*/
  content: '';
  width: 7px;
  height: 7px;
  background-color: #ed9313;
  display: inline-block;
  position: absolute;
  top: -3px;
  right: -5px;
  border-radius: 50%;
}
/* view css end */


/*미디어 쿼리 start */
@media screen and (max-width: 1162px) {
  .main_slider_info div.main_silde01 {
    left: 24%;
  }
  .main_slider_info div.main_silde02 {
    left: 72%;
  }
  .section_layer_popup.w_1120 .layer_popup_wrapper {
  width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .div_list_info.main_slide img {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .main_slider_info div.main_silde02 {
    display: none;
  }

  .main_slider_info div.main_silde01 {
    left: 57%;
    padding-top: 160px;
  }

  .main_slider_info h2 {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: -60px;
  }
  .mobile_silie_text_2{
  	display: block;
    position: absolute;
    top: -10px;
    left: 4%;
  }
  .main_silde02{
  	top: calc(70% - 5px);
  }
  .main_silde02 .box {
    width: 35%;
    height: 170px;
  }

  .main_list_box_info {
    background-color: transparent;
  }
  .main_slider_info div h5{
  	width: 80%;
    margin: auto;
    padding-top: 30px;
  }
  .main_slider_info div.box h5::after{
  	display: none;
  }
  .main_list_box {
    display: none;
  }
  .main_market {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .main_slider_info>div {
    top: calc(55% + 5px);
  }
  
  .main_list_box_animation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main_list_box.col-5 .main_list_box_info {
    width: 30%;
    margin: 2% 1.6%;
  }

  .slide_card_container {
    padding: 10px;
  }

  .main_section {
    display: block;
  }

  .article_copyright>nav>a {
    font-size: 14px;
  }

  .div_copyright_info>div>p {
    font-size: 14px;
  }

  .div_copyright_info>div>dl>dt,
  .div_copyright_info>div>dl>dd {
    font-size: 14px;
  }

  .article_copyright>p {
    font-size: 10px;
  }

  .main_slider {
    max-height: 1024px;
  }

  .main_slider_info.bg-01 {
    height: 100vh;
  }

  .business_information span{
    width: 15px;
    top: 0px;
  }
  .div_copyright_toggle_box{
    font-size: 14px;
  }
  /*.main_first_contants .main_img {*/
  /*  height: ;*/
  /*}*/
  .main_first_contants .main_img div.main_text_contants {
    width: 100%;
  }
  .main_first_contants .main_img div.main_text_contants:first-child > div {
   text-align: center;
    margin-left: 0;
  }
  .main_first_contants .main_img div.main_text_contants:last-child {
    display: none;
  }
  #bank_list_div {
    display: none;
  }
  .bank_list div {
    border: none;
  }
  #mobile_bank_slide {
    display: flex;
  }

  .bank_list_container .mobile_bank_list{
    opacity: 1;
    width: calc(100vw - 200px);
  }
}

@media screen and (max-width: 600px) {
  .main_slider_info.bg-02 {
    height: 100vh;
  }
  .main_slider_info div.main_silde02 {
    left: 62%;
    padding: 5px;
    padding-top: 160px;
  }
  .slide_card {
    max-width: 300px;
    margin: auto;
  }
  .main_slider_info div h5 {
    font-size: 18px;
    font-weight: 500;
  }
  .main_slider_info.bg-02{
  	background-position: -500px;
  }
  .div_view > div{
  	max-height: 420px;
  }
}
@media screen and (max-width: 572px) {
  .main_first_contants {
    top: 0;
  }
}

@media screen and (max-width: 540px) {
  .footer {
    padding: 5%;
  }

  .main_list_box_animation {
    display: flex;
    flex-direction: column;
  }

  .main_list_box.col-5 .main_list_box_info {
    width: 85%;
    min-width: 238px;
    margin: 5% 8%;
  }

  .article_copyright>span.logo {
    position: absolute;
    top: -50px;
    left: 0;
  }

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

  .article_copyright>nav {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .mobile_silie_text_2{
  	left: 3%;
    max-width: 340px;
    width: 71%;
  }
  .text_slider_list p {
    height: 60px;
  }
}

@media screen and (max-width: 459px) {
  .mobile_silie_text_2 p span.mobile_line3_text{
  	display: block;
  }
  .mobile_silie_text_2 p span.mobile_line1_text{
  	display: none;
  }
  .main_slider_info div.main_silde02{
  	padding-top: 170px;
  }
  .mobile_silie_text_3{
  	display: none;
  }
  .mobile_silie_text_4{
  	display: block;
  }
  .main_slider_info div.box p span {
  	font-size: 35px;
  }
  .main_slider_info div h5{
  	padding-top: 25px;
  }
    .main_silde02 .box {
    height: 130px;
  }
}

@media screen and (max-width: 436px) {
  .main_slider_info div.box h5::after {
    display: none;
  }
  .main_silde02 .box {
    height: 125px;
  }
}

@media screen and (max-width: 399px) {
  .main_slider_info div h1{
  	font-size: 36px;
  }
  .btn_container{
  	font-size: 11px;
  }
}

@media screen and (max-width: 382px) {
  .main_slider_info div h5{
  	font-size: 15px;
  }
  .main_silde02 .box {
    height: 115px;
  }
}

@media screen and (max-width: 360px) {
  .main_slider_info div h1{
  	font-size: 31px;
  }
  .btn_container .close_icon{
  	display: none;
  }
  .btn_container .notoce_popup_btn:hover .close_icon {
    display: none;
  }
 .notoce_popup_btn span {
   word-break: break-all;
 }
}

@media screen and (max-width: 320px) {
  .text_slider_list div h1 {
    font-size: 30px;
  }
  .main_text_contants div p {
    font-size: 15px;
  }
  .bank_list_container > div:first-child {
    font-size: 1rem;
  }
  .main_first_contants .main_img div.main_text_contants:first-child > div {
    /*margin-top: 30%;*/
  }
  .bank_list {
    font-size: 0.7rem;
    font-weight : 200;
  }
}

@media screen and (max-width: 282px) {
  .mobile_silie_text_2 p span{
  	font-size: 15px;
  }
}

@media screen and (max-width: 280px) {
  .main_slider_info div.box p span {
    font-size: 35px;
  }
  .main_slider_info h2 {
    font-size: 1.7rem;
  }
  .main_slider_info div h5{
  	font-size: 13px;
  }
  .main_slider_info div.box p{
  	font-size: 16px;
  }
  .main_silde02 .box{
  	height: 120px;
  }
  .div_list_info.main_slide img{
  	width: 70%;
  }
  .div_slick_slider .slick-arrow.slick-prev{
  	left: 2px;
  }
  .div_slick_slider .slick-arrow.slick-next{
  	right: 2px;
  }
}

pre b{
  font-weight: bold;
}
/*미디어 쿼리 end */

/*@supports (-webkit-appearance:none) {*/
/*  height: -webkit-fill-available;*/
/*}*/