@charset "utf-8";
@import url("/_res/kibo/_share/css/board.css");
@import url("/_res/kibo/_share/css/styleguide.css");
@import url("/_res/kibo/_share/css/contentguide.css");
@import url("/_res/kibo/factoring/css/cms-fac-cont.css");


/***************************************************** 
	기금 공통
*****************************************************/

.top-sub-layout .right-list > li:not(:nth-last-child(-n + 2)) {
	display: none;
}

@media (min-width: 992px) {
  .top-sub-layout .right-list > li:not(:nth-last-child(-n + 2)) {
    display: block;
  }

  #gnb-list > li:nth-child(1) .menubox::before {
    background-image: url(/_res/kibo/main/img/gnb-bg01.png);
  }
  #gnb-list > li:nth-child(2) .menubox::before {
    background-image: url(/_res/kibo/main/img/gnb-bg02.png);
  }
  #gnb-list > li:nth-child(3) .menubox::before {
    background-image: url(/_res/kibo/main/img/gnb-bg03.png);
  }
  #gnb-list > li:nth-child(4) .menubox::before {
    background-image: url(/_res/kibo/main/img/gnb-bg04.png);
  }
}

/***************************************************** 
	기금 인트로 페이지
*****************************************************/
html,
.body-intro {
  height: 100%;
}
.body-intro {  
  position: relative;
  background-color: #2a548f;
  background: #2a548f url(/_res/kibo/main/img/intro-bg.png) no-repeat right center;
  color: white;
  text-align: center;
  padding: 30px 0;
}
.body-intro p {
  margin: 0 0 8px;
}
.body-intro .wrapper {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.body-intro #header {
  margin: 15px 0;
}
.body-intro .cont-intro {
  margin-bottom: 48px;
}
.body-intro .text-box {
  margin-bottom: 25px;
}
.body-intro .text-box .mark {
  font-weight: bold;
}
.body-intro .text-sub {
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
.body-intro .text-main {
  font-size: 21px;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.body-intro .text-main .text-main-1,
.body-intro .text-main .text-main-2 {
  display: block;
}
.body-intro .col-kibo {
  margin-bottom: 16px;
}
.body-intro .sec-kibo,
.body-intro .sec-digital {
  height: 100%;
  text-align: left;
}
.body-intro .intro-link {
  display: block;
  height: 100%;
  padding: 20px 120px 20px 20px;
  transition: background-color 0.5s;
}
.body-intro .sec-kibo .intro-link {
  background-color: #7695d7;
}
.body-intro .sec-kibo .intro-link:hover,
.body-intro .sec-kibo .intro-link:focus {
  background-color:	hsl(221, 55%, 50%);
}
.body-intro .sec-digital .intro-link {
  background-color: #4fa4bc;
}
.body-intro .sec-digital .intro-link:hover,
.body-intro .sec-digital .intro-link:focus {
  background-color: hsl(193, 45%, 42%);
}
.body-intro .sec-kibo .intro-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  display: block;
  width: 150px;
  height: 150px;
  background-image: url(/_res/kibo/main/img/intro-link-bg01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 150px auto;
  transform: scale(1);
  transition: 0.5s;
}
.body-intro .sec-digital .intro-link::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 20px;
  display: block;
  width: 120px;
  height: 120px;
  background-image: url(/_res/kibo/main/img/intro-link-bg02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 120px;
  transform: scale(1);
  transition: 0.5s;
}
.body-intro .sec-kibo .intro-link:hover::before,
.body-intro .sec-kibo .intro-link:focus::before {
  transform: scale(1.05);
}
.body-intro .sec-digital .intro-link:hover::before,
.body-intro .sec-digital .intro-link:focus::before {
  transform: scale(1.05);
}
.body-intro .intro-link-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.body-intro .intro-link-title,
.body-intro .intro-link-text,
.body-intro .intro-link-deco {

  color: white;
}
.body-intro .intro-link-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
.body-intro .intro-link-text {
  font-size: 14px;
  word-break: keep-all;
  opacity: 0.7;
}
.body-intro .intro-link-deco {
  position: relative;  
  font-size: 15px;
}
.body-intro .intro-link-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 0 ,0, 0.3) url(/_res/kibo/dbranch/img/right-arrow-white-sm.png) no-repeat center;
  background-size: 16px auto;
}
.body-intro .footer-contact {
  padding-left: 50px;
  background: url(/_res/kibo/main/img/intro-contact-icon.png) no-repeat left top 5px;
  background-size: auto 40px;
  font-style: normal;
  text-align: left;
}
.body-intro .contact-label {
  font-size: 16px;
  font-weight: 500;
}
.body-intro .contact-box {
  margin-top: -10px;
}
.body-intro .contact-tel {
  font-family: "bio-sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
}
.body-intro .contact-etc {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.7;
  word-break: keep-all;
}
@media (min-width: 576px) {
  .body-intro .text-main {
    font-size: 24px;
  }
  .body-intro .footer-contact {
    padding-left: 55px;
    background-size: auto 50px;
  }
  .body-intro .contact-label {
    font-size: 18px;    
  }  
  .body-intro .contact-tel {
    font-size: 30px;
  }
  .body-intro .contact-etc {
    font-size: 16px;
  }
  .body-intro .text-main .text-main-1,
  .body-intro .text-main .text-main-2 {
    display: inline-block;
  }  
}
@media (min-width: 768px) {
  .body-intro .col-kibo {
    margin-bottom: 0;
  }
  .body-intro .sec-kibo .intro-link::before {
    bottom: 0;
    right: 5px;
    width: 160px;
    height: 160px;
    background-size: 160px auto;
  }
  .body-intro .sec-digital .intro-link::before {
    bottom: 5px;
    right: 20px;
    width: 130px;
    height: 130px;
    background-size: auto 130px;
  }
}
@media (min-width: 992px) {
  .body-intro #header {
    margin-bottom: 35px;
  }
  .body-intro .text-box {
    margin-bottom: 40px;
  }
  .body-intro .text-main {
    font-size: 1.875rem;
  }
  .body-intro .intro-link {
    position: relative;
    height: 280px;
    padding: 50px 40px 40px;
  }
  .body-intro .sec-kibo .intro-link::before {    
    bottom: -25px;
    right: -40px;
    width: 332px;
    height: 332px;    
    background-size: 330px auto;
  }  
  .body-intro .sec-digital .intro-link::before {
    bottom: -10px;
    right: -20px;
    width: 250px;
    height: 250px;
    background-size: auto 240px;
  }  
  .body-intro .sec-kibo .intro-link-header {
    width: 50%;
  }
  .body-intro .sec-digital .intro-link-header {
    width: 50%;
  }
  .body-intro .intro-link-title {    
    font-size: 24px;
  }
  .body-intro .intro-link-text {
    font-size: 15px;
  }
  .body-intro .intro-link-deco {
    font-size: 16px;
  }
  .body-intro .footer-contact {
    padding-left: 70px;
    background-size: auto;
  }
  .body-intro .contact-label {
    font-size: 20px;
  }
  .body-intro .contact-tel {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .body-intro .intro-link {
    height: 290px;
  }
  .body-intro .sec-kibo .intro-link-header {
    width: auto;
  }
  .body-intro .sec-digital .intro-link-header {
    width: 55%;
  }
  .body-intro .sec-kibo .intro-link::before {
    bottom: -35px;
    right: -45px;    
    width: 382px;
    height: 382px;
    background-size: 381px auto;
  }
  .body-intro .sec-digital .intro-link::before {
    bottom: -25px;
    right: -30px;
    width: 280px;
    height: 280px;
    background-size: auto 278px;
  }
  .body-intro .intro-link-title {    
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .body-intro .container {
    max-width: 1140px;
  }
}
/* 인트로-준비중 */
.body-intro.intro-wait {
  background: #f7f8f9 url(/_res/kibo/_share/img/jumbo-bg.png) no-repeat 50% 36%;
  color:#222;
}
.body-intro.intro-wait .wrapper {
  padding:15px
}
.body-intro.intro-wait .cont-intro {
  max-width: 1200px;
  margin: 0 auto 40px;
  border-bottom:1px solid #ddd;
}
.body-intro.intro-wait .text-main {
  padding: 210px 0 0 0;
  background:url(/_res/kibo/_share/img/intro-wait.png) no-repeat center top;
  word-break: keep-all;
  letter-spacing: -.07em;
}
.body-intro.intro-wait .text-main-1 {
  display:block;
  font-size:20px;
}
.body-intro.intro-wait .text-main-2 {
  font-size:16px;
}
.body-intro.intro-wait .text-box .mark {
  color:#3057ab
}
.body-intro.intro-wait .text-foot {
  display:inline-block;
  padding:10px;
  background:#3057ab;
  border-radius:10px;
  color:#fff;
}
@media (min-width: 576px) {
  .body-intro.intro-wait .text-main-1 {
  font-size:36px;
}
.body-intro.intro-wait .text-main-2 {
  font-size:26px;
}
.body-intro.intro-wait .text-foot {
  margin: 20px 0 0 0;
  padding:15px 60px;
  font-size:22px;
}
}

/***************************************************** 
	기금 메인 페이지
*****************************************************/

/* 공통 */
.carousel-wrapper .carousel-btns button span {
  display: inline-block;
  text-indent: -5000em;
}
.carousel-wrapper .carousel-btns button {
  background-repeat: no-repeat;
  background-position: center;  
}
.carousel-wrapper .carousel-btns button::before {
  display: none;
}
.carousel-wrapper .carousel-btns button.prev-btn {
  background-image: url(/_res/kibo/_share/img/left-arrow-white.png);
}
.carousel-wrapper .carousel-btns button.next-btn {
  background-image: url(/_res/kibo/_share/img/right-arrow-white.png);
}
.carousel-wrapper .carousel-btns button.play-pause.pause {
  background-image: url(/_res/kibo/_share/img/pause-white.png);
}
.carousel-wrapper .carousel-btns button.play-pause.play {
  background-image: url(/_res/kibo/_share/img/play-white.png);
}
[type="button"].play-pause-btn {
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 4px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.play-pause-btn span {
  color: #404b57;
  font-size: 20px;
}
.play-pause-btn.pause {
  background-image: url(/_res/kibo/_share/img/pause-white.png);
}
.play-pause-btn.play {
  background-image: url(/_res/kibo/_share/img/play-white.png);
  background-size: auto 12px;
}
.owl-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.owl-carousel .owl-dots-wrapper .owl-dots {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots {
  display: inline-block;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: 2px solid #404b57;
  border-radius: 50%;
  background-color: transparent;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #404b57;
}

/* 섹션 */
.cont-main .sec {
  padding: 15px 0 7px;
}
.cont-main .sec-title {
  margin-bottom: 8px;
  font-family: "bio-sans", sans-serif;
  font-weight: 400;
  font-size: 1.688rem;
  color: #222;
}
.cont-main .sec-title-focus {
  font-weight: 600;
}
@media (min-width: 576px) {
  .cont-main .sec-wrapper > .container,
  .cont-main .sec > .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .cont-main .sec-wrapper > .container,
  .cont-main .sec > .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cont-main .sec-wrapper > .container,
  .cont-main .sec > .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cont-main .sec-wrapper > .container,
  .cont-main .sec > .container {
    max-width: 1230px;
  }
}

/* 메인 비주얼 */
.cont-main .main-visual {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}
.cont-main .mv-bg-carousel-wrapper {
  position: relative;
}
.cont-main .mv-bg-carousel .item {
  background-color: #7695d7
}
.cont-main .mv-bg-carousel .item-2 {
  background-color: #76b4d7;
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns {
  position: absolute;
  bottom: 190px;
  left: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.cont-main .mv-bg-carousel-wrapper .play-pause-box {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.cont-main .mv-bg-carousel-wrapper .play-pause-box .loader {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
  stroke: rgba(255,255,255,0.5);
  fill: none;
  overflow: visible;
  vertical-align: middle;
}
.cont-main .mv-bg-carousel-wrapper .play-pause-box .circle {
  stroke: #fff;
  transform-origin: center;
  stroke-dasharray: 295;
  stroke-dashoffset: 295;
  stroke-width: 5px;
}
.cont-main .mv-bg-carousel-wrapper .play-pause-box .play-pause-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;  
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns .prev-btn,
.cont-main .mv-bg-carousel-wrapper .carousel-btns .next-btn {
  position: relative;
  background-image: none;
  width: 18px;
  height: 40px;
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns .prev-btn::before,
.cont-main .mv-bg-carousel-wrapper .carousel-btns .prev-btn::after,
.cont-main .mv-bg-carousel-wrapper .carousel-btns .next-btn::before,
.cont-main .mv-bg-carousel-wrapper .carousel-btns .next-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-image: none;
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns .prev-btn::before {
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns .prev-btn::after {
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns .next-btn::before {
  left: auto;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.cont-main .mv-bg-carousel-wrapper .carousel-btns .next-btn::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.cont-main .mv-bg-carousel-wrapper .curr-page {
  color:rgba(255, 255, 255, 1);
  letter-spacing: 0.1em;
}
.cont-main .mv-bg-carousel-wrapper .divider,
.cont-main .mv-bg-carousel-wrapper .total-page {
  letter-spacing: 0.1em;
  font-weight: 300;
  color:rgba(255, 255, 255, 0.75);
}
.cont-main .mv-bg-carousel-wrapper .curr-page {
  margin-left: 10px;
  font-weight: 500;
}
.cont-main .mv-bg-carousel .owl-dots {
  display: none;
}
.cont-main .mv-box .quick-container {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0 auto;
}
.cont-main .mv-inner {
  position: relative;
  height: 370px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 70% auto;
}
.cont-main .mv-inner .deco-box {
  display: none;
}
.cont-main .mv-inner .deco-box img {
  display: block;
  width: auto;
}
.cont-main .main-visual .text-box {
  display: none;
}
.cont-main .main-visual .text-box p {
  margin: 0;
}
.cont-main .main-visual .text-box .text-sub {
  font-size: 21px;
  font-weight: 200;
}
.cont-main .main-visual .text-box .text-main {
  font-size: 27px;
  font-weight: bold;
}
.cont-main .main-visual .text-box .focus {
  color: #ffcd86;
}
.cont-main .main-visual .item-2 .text-box .focus {
  color: #046398;
}  
.cont-main .main-visual .sec-quick-link {
  padding: 0;
}
.cont-main .mv-carousel .item {
  padding: 10px 0 15px;
  background-color: white;
}
.cont-main .mv-carousel .item-inner .ly-item {
  padding: 0 10px;
}
.cont-main .mv-carousel .item-inner .ly-item:first-child {
  border-right: 1px solid #cccccc;
}
.cont-main .mv-carousel .item-link {
  display: flex;
  align-items: center;  
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 15px;
  color: #222;  
}
.cont-main .mv-carousel .item-link:hover {
  font-weight: 500;
  background-color: #404b57;
  color: white;
}
.cont-main .mv-carousel .item-link:last-child {
  margin-bottom: 0;
}
.cont-main .mv-carousel .item-link img {
  display: none;
}
.cont-main .mv-carousel .item-link span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cont-main .mv-carousel-wrapper {
  position: relative;
}
.cont-main .mv-carousel-wrapper .carousel-btns {
  position: absolute;
  left: 50%;
  bottom: -17.5px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  padding: 0 15px;
  border-radius: 1000px;
  background-color: rgba(64, 75, 87, 0.9);
}
.cont-main .mv-carousel-wrapper .carousel-btns .curr-page,
.cont-main .mv-carousel-wrapper .carousel-btns .total-page {
  font-family: "bio-sans", sans-serif;
}
.cont-main .mv-carousel-wrapper .carousel-btns .curr-page {  
  margin-left: 4px;
  font-size: 16px;
  color: white;
}
.cont-main .mv-carousel-wrapper .carousel-btns .total-page {
  margin-right: 4px;
  font-size: 15px;
  color: #ccc;
}
.cont-main .mv-carousel-wrapper .carousel-btns .divider {
  color: white;
  margin: 0 4px;
}
.cont-main .mv-carousel-wrapper .carousel-btns .prev-btn,
.cont-main .mv-carousel-wrapper .carousel-btns .next-btn  {
  background: none;
}
.cont-main .mv-carousel-wrapper .carousel-btns .prev-btn::before,
.cont-main .mv-carousel-wrapper .carousel-btns .next-btn::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  transform: none;
  display: inline-block;
  width: 26px;
  height: 14px;
  font-family: inherit;
  background-repeat: no-repeat;  
  background-position: center;
  background-size: 26px auto;
}
.cont-main .mv-carousel-wrapper .carousel-btns .prev-btn::before {
  background-image: url(/_res/kibo/main/img/left-arrow-gray.png);
}
.cont-main .mv-carousel-wrapper .carousel-btns .next-btn::before {
  background-image: url(/_res/kibo/main/img/right-arrow-gray.png);
}
.cont-main .mv-carousel .owl-dots {
  display: none;
}
.cont-main .sec-mv-banner {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 2;
  height: 100%;
  width: 70%;
  padding-right: 15px;
  background-color: rgba(16, 73, 167, 0.85);
  transition: 0.5s;
}
.cont-main .sec-mv-banner.on {
  right: 0;
  transform: translateX(0%);
}
.cont-main .mv-banner-footer {
  position: absolute;
  top: 0;
  left: -56px;
  width: 56px;
  height: 100%;
  background-image: url(/_res/kibo/main/img/main-visual-toggle.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: 0.3s;
}
.cont-main .mv-banner-footer .toggle-btn {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: block;
  color: white;
  font-size:0.875rem;
}
.cont-main .mv-banner-footer .toggle-btn .toggle-btn-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.cont-main .mv-banner-footer .toggle-btn .toggle-btn-icon::before,
.cont-main .mv-banner-footer .toggle-btn .toggle-btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: white;
}
.cont-main .mv-banner-footer .toggle-btn .toggle-btn-icon::before {
  width: 14px;
  height: 2px;
}
.cont-main .mv-banner-footer .toggle-btn .toggle-btn-icon::after {
  width: 2px;
  height: 14px;
}
.cont-main .sec-mv-banner.on .mv-banner-footer .toggle-btn .toggle-btn-icon::after {
  display: none;
}
.cont-main .mv-banner-header .sec-title {
  font-family: "bio-sans", sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: white;
}
.cont-main .mv-banner-header .sec-title .focus {
  font-weight: bold;
}
.cont-main .mv-banner-header .banner-close-btn {
  width: 20px;
  height: 20px;
  background: url(/_res/kibo/_share/img/close-white.png) no-repeat center;
  background-size: 20px auto;
}
.cont-main .mv-banner-carousel .item {
  margin: 0 auto;
}
.cont-main .mv-banner-carousel .item-img-box {
  position: relative;
  height: 180px;
  margin-bottom: 12px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.cont-main .mv-banner-carousel .item-img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #b2d233;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cont-main .mv-banner-carousel .item-link:hover .item-img-box::after {
  opacity: 1;
}
.cont-main .mv-banner-carousel .item-title {
  font-size:  0.938rem;
  font-weight: 500;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cont-main .mv-banner-carousel-wrapper .carousel-btns {
  text-align: center;
  margin-top: 16px;
}
.cont-main .mv-banner-carousel-wrapper .carousel-btns button {
  width: 40px;
  height: 40px;
  border: 1px solid #7494c9;
  border-radius: 50%;
}
.cont-main .mv-banner-carousel-wrapper .carousel-btns .play-pause {
  margin: 0 4px;
}
.cont-main .mv-banner-carousel-wrapper .carousel-btns .curr-page,
.cont-main .mv-banner-carousel-wrapper .carousel-btns .divider,
.cont-main .mv-banner-carousel-wrapper .carousel-btns .total-page {
  font-family: "bio-sans", sans-serif;
  font-size: 0.875rem;
  color: white;
}
.cont-main .mv-banner-carousel-wrapper .carousel-btns .curr-page {
  margin-left: 10px;
  font-size: 0.938rem;
}
.cont-main .mv-banner-carousel .owl-dots {
  display: none;
}
.cont-main .mv-bg-carousel .deco-box {
  display: block;
  height: 180px;
}  
.cont-main .mv-bg-carousel .deco-box img {
  position: absolute;
  transition: 1s;
}
.cont-main .mv-bg-carousel .item-1 .deco-box img {
  top: -100%;
}
.cont-main .mv-bg-carousel .item-1 .deco-img-1 {
  left: 15px;
  width: calc(171px * 0.4);
}
.cont-main .mv-bg-carousel .item-1 .deco-img-1.on {
  top: 90px;
}
.cont-main .mv-bg-carousel .item-1 .deco-img-2 {    
  right: 30px;
  width: calc(162px * 0.4);
}
.cont-main .mv-bg-carousel .item-1 .deco-img-2.on {
  top: 50px;
}
.cont-main .mv-bg-carousel .item-1 .deco-img-3 {
  right: 10px;
  width: calc(256px * 0.4);
}
.cont-main .mv-bg-carousel .item-1 .deco-img-3.on {
  top: 115px;
}
.cont-main .mv-bg-carousel .item-1 .deco-img-4 {
  left: 26%;
  width: calc(295px * 0.4);
}
.cont-main .mv-bg-carousel .item-1 .deco-img-4.on {
  top: 60px;
}
.cont-main .mv-bg-carousel .item-2 .deco-img-1 {
  bottom: -150px;
  left: -50px;
  width: calc(600px * 0.5);
}
.cont-main .mv-bg-carousel .item-2 .deco-img-1.on {
  bottom: -60px;
}
.cont-main .mv-bg-carousel .item-2 .deco-img-2 {    
  bottom: -625px;
  left: 150px;        
  width: calc(526px * 0.4);
}
.cont-main .mv-bg-carousel .item-2 .deco-img-2.on {
  bottom: -150px;
}
.cont-main .mv-bg-carousel .item-2 .deco-img-3 {
  top: -100%;
  left: 40px;
  width: calc(270px * 0.4);
}
.cont-main .mv-bg-carousel .item-2 .deco-img-3.on {
  top: 110px;
}
.cont-main .mv-bg-carousel .deco-img-pulse.on {
  animation: pulse 1.5s;
  animation-iteration-count: 3;
}
.cont-main .main-visual .text-box {
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  color: white;
  opacity: 0;
  transform: scale(0.85);
  transition: 1s;
}
.cont-main .main-visual .text-box.on {
  opacity: 1;
  transform: scale(1);
}
.cont-main .main-visual .text-box .text-sub {
  font-size: 13px;
}
.cont-main .main-visual .text-box .text-main {
  font-size: 17px;
}
@media (min-width: 380px) {
  .cont-main .mv-carousel .item-link img {
    display: inline-block;
    width: 9%;
    height: auto;
    max-width: 100%;
    margin-right: 8px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1 {
    left: 30px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2 {    
    right: 40px;
  }  
  .cont-main .mv-bg-carousel .item-1 .deco-img-3 {
    right: 30px;
  }  
  .cont-main .mv-bg-carousel .item-1 .deco-img-4 {
    left: 30%;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1 {    
    /* left: -50px; */
  }  
  .cont-main .mv-bg-carousel .item-2 .deco-img-2 {
    left: 180px;
  }  
  .cont-main .mv-bg-carousel .item-2 .deco-img-3 {
    left: 40px;
  }
}
@media (min-width: 400px) {
  .cont-main .mv-bg-carousel-wrapper .carousel-btns {
    bottom: 195px;
  }
  .cont-main .mv-carousel .item-link {
    font-size: 15px;
  }
}
@media (min-width: 450px) {
  .cont-main .mv-bg-carousel .item-1 .deco-img-1 {
    left: 50px;
    width: calc(171px * 0.45);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1.on {
    top: 80px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2 {    
    right: 50px;
    width: calc(162px * 0.45);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2.on {
    top: 40px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3 {
    right: 20px;
    width: calc(256px * 0.45);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3.on {
    top: 115px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4 {
    left: 32%;
    width: calc(295px * 0.45);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4.on {
    top: 50px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1 {    
    /* left: -50px; */
    width: calc(600px * 0.53);
  }  
  .cont-main .mv-bg-carousel .item-2 .deco-img-2 {
    left: 210px;
    width: calc(526px * 0.43);
  }  
  .cont-main .mv-bg-carousel .item-2 .deco-img-3 {
    left: 40px;
    width: calc(270px * 0.43);
  }
}
@media (min-width: 576px) {
  /* .cont-main .container.banner-container,
  .cont-main .sec-wrapper .container {
    max-width: 100%;
  } */
  .cont-main .mv-banner-header .sec-title {
    font-size: 30px;
  }
  .cont-main .mv-banner-header .banner-close-btn {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
  .cont-main .mv-carousel .item-inner .ly-item {
    padding: 0 20px;
  }
  .cont-main .mv-carousel .item-link img {
    display: inline-block;
    width: 12%;
    max-width: 100%;
    margin-right: 8px;
  }
  .cont-main .main-visual .text-box .text-sub {
    font-size: 14px;
  }
  .cont-main .main-visual .text-box .text-main {
    font-size: 18px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1 {    
    left: -20px;
  }  
  .cont-main .mv-bg-carousel .item-2 .deco-img-2 {
    left: 270px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3 {
    left: 60px;
  }
}
@media (min-width: 768px) {  
  .cont-main .mv-carousel-wrapper {
    margin-top: 35px;
  }  
  .cont-main .mv-box .quick-container {
    top: 0;
    bottom: auto;
  }  
  .cont-main .mv-carousel .item {
    padding: 30px 0 35px;
  }
  .cont-main .mv-carousel .item-link img {
    width: auto;
  }
  .cont-main .mv-carousel .item-link {
    font-size:16px;
    padding: 10px;    
    margin-bottom: 10px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1 {
    left: 0;
    width: calc(171px * 0.5);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1.on {
    top: 135px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2 {    
    right: auto;
    left: 200px;
    width: calc(162px * 0.5);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2.on {
    top: 115px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3 {
    right: auto;
    left: 225px;
    width: calc(256px * 0.5);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3.on {
    top: 175px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4 {
    left: 9%;
    width: calc(295px * 0.5);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4.on {
    top: 145px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1 {
    bottom: -150px;
    left: -100px;
    width: calc(600px * 0.7);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1.on {
    bottom: -60px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-2 {    
    bottom: -625px;
    left: 120px;
    width: calc(526px * 0.55);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-2.on {
    bottom: -110px;
    z-index: 1;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3 {
    top: -100%;
    left: 40px;
    width: calc(270px * 0.5);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3.on {
    top: 210px;
  }
  .cont-main .main-visual .text-box {
    top: 30px;
    left: 15px;
  }
  .cont-main .item-2 .text-box {
    top: 40px;
  }
  .cont-main .main-visual .text-box .text-sub {
    font-size: 15px;
  }
  .cont-main .main-visual .text-box .text-main {
    font-size: 19px;
  }
  .cont-main .mv-banner-header .banner-close-btn {
    width: 38px;
    height: 38px;
    background-size: 38px auto;
  }
  .cont-main .item-2 .text-box .text-sub {
    font-size: 14px;
  }
  .cont-main .item-2 .text-box .text-main {
    font-size: 18px;
  }
  .cont-main .mv-carousel-wrapper .carousel-btns {
    bottom: -27.5px;
    height: 55px;
    padding: 0 15px;
  }
  .cont-main .mv-carousel .item-inner .ly-item {
    padding: 0 15px;
  }    
  .cont-main .sec-mv-banner {
    width: 80%;
  }
  .cont-main .mv-inner > .container,
  .cont-main .mv-inner > .container > .row,
  .cont-main .mv-inner > .container > .row > [class|="col"]:first-child {
    height: 100%;
  }  
  .cont-main .mv-bg-carousel-wrapper .carousel-btns {
    bottom: 30px;
  }
  .cont-main .sec-title {
    font-size: 2.000rem;
  }
  .cont-main .mv-banner-footer .toggle-btn {
    font-size:0.938rem;
  }
  .cont-main .mv-banner-carousel .item-title {
    font-size:  1rem;
  }
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .curr-page,
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .divider,
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .total-page {
    font-size: 0.938rem;
  }
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .curr-page {
      font-size: 1rem;
  }
}
@media (min-width: 992px) {
  /* .cont-main .container.banner-container,
  .cont-main .sec-wrapper .container {
    max-width: 960px;
  } */
  .cont-main .sec {
    padding: 15px 0 0;
  }
  .cont-main .sec-mv-banner {
    padding-right: 15px;
  }
  .cont-main .mv-inner {    
    height: 400px;
  }
  .cont-main .mv-inner > .container,
  .cont-main .mv-inner > .container > .row,
  .cont-main .mv-inner > .container > .row > [class|="col"]:first-child {
    height: 100%;
  }
  .cont-main .mv-bg-carousel .deco-box {
    display: block;
  }
  .cont-main .mv-bg-carousel .deco-box img {
    position: absolute;
    transition: 1s;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-box img {
    top: -100%;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1 {
    left: 0;
    width: calc(171px * 0.85);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1.on {
    top: 170px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2 {    
    left: 375px;
    width: calc(162px * 0.85);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2.on {
    top: 50px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3 {
    left: 435px;
    width: calc(256px * 0.85);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3.on {
    top: 125px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4 {
    left: 190px;
    width: calc(295px * 0.85);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4.on {
    top: 70px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1 {
    bottom: -620px;
    left: -115px;
    width: calc(600px * 0.85);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1.on {    
    bottom: -80px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-2 {    
    bottom: -625px;
    left: 220px;        
    width: calc(526px * 0.70);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-2.on {
    bottom: -250px;
    z-index: auto;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3 {
    top: -100%;
    left: 30px;
    width: calc(270px * 0.70);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3.on {
    top: 220px;
  }
  .cont-main .mv-bg-carousel .deco-img-pulse.on {
    animation: pulse 1.5s;
    animation-iteration-count: 3;
  }
  .cont-main .main-visual .text-box {
    top: 65px;
    left: 15px;
  }
  .cont-main .main-visual .text-box .text-sub {
    font-size: 18px;
  }
  .cont-main .main-visual .text-box .text-main {
    font-size: 23px;
  }
  .cont-main .mv-carousel .item-inner .ly-item {
    padding: 0 20px;
  }    
  .cont-main .mv-carousel .item {
    padding: 40px 0 45px;
  }
  .cont-main .mv-bg-carousel-wrapper .play-pause-box {
    width: 60px;
    height: 60px;
  }
  .cont-main .mv-bg-carousel-wrapper .play-pause-box .loader {
    width: 60px;
    height: 60px;
  }
  .cont-main .mv-bg-carousel-wrapper .play-pause-box .play-pause-btn {
    width: 60px;
    height: 60px;
  }
  .cont-main .sec-mv-banner {
    width: 85%;
  }
  .cont-main .mv-banner-carousel .item-img-box {
    height: 210px;    
  }
  .cont-main .mv-bg-carousel-wrapper .carousel-btns .prev-btn,
  .cont-main .mv-bg-carousel-wrapper .carousel-btns .next-btn {
    height: 60px;
  }
  .cont-main .sec-title {
    font-size: 2.188rem;
  }
  .cont-main .mv-banner-footer .toggle-btn {
    font-size:1rem;
  }
  .cont-main .mv-banner-carousel .item-title {
    font-size:  1.063rem;
  }
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .curr-page,
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .divider,
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .total-page {
    font-size: 1rem;}
  .cont-main .mv-banner-carousel-wrapper .carousel-btns .curr-page {
      font-size: 1.125rem;
    }
  .cont-main .mv-carousel .item-link {
      font-size: 17px;
    }
}
@media (min-width: 1200px) {
  /* .cont-main .container.banner-container,
  .cont-main .sec-wrapper .container {
    max-width: 1140px;
  } */
  .cont-main .mv-bg-carousel .item-1 .deco-img-1 {
    left: 0;
    width: calc(171px * 1);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-1.on {
    top: 160px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2 {    
    left: 450px;
    width: calc(162px * 1);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-2.on {
    top: 30px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3 {
    left: 520px;
    width: calc(256px * 1);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-3.on {
    top: 110px;
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4 {
    left: 210px;
    width: calc(295px * 1);
  }
  .cont-main .mv-bg-carousel .item-1 .deco-img-4.on {
    top: 40px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1 {
    top: auto;
    left: -165px;
    width: calc(600px * 1);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-1.on {    
    bottom: -100px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-2 {    
    left: 290px;
    width: calc(526px * 1);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-2.on {
    bottom: -330px;
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3 {
    left: 0;
    width: calc(270px * 1);
  }
  .cont-main .mv-bg-carousel .item-2 .deco-img-3.on {
    top: 185px;
  }
  .cont-main .main-visual .text-box .text-sub {
    font-size: 21px;
  }
  .cont-main .main-visual .text-box .text-main {
    font-size: 27px;
  }
  .cont-main .mv-carousel-wrapper {
    width: 600px;
    float: right;
  }
  .cont-main .mv-carousel .item {
    padding: 48px 0px 44px 16px
  }
  .cont-main .mv-banner-footer {
    left: -108px;
    width: 108px;
  }
  .cont-main .sec-mv-banner {
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  /* .cont-main .container.banner-container,
  .cont-main .sec-wrapper .container {
    max-width: 1230px;
  } */
  .cont-main .sec-mv-banner {
    right: 0;
  }
}
@media (min-width: 1600px) {
  .cont-main .sec-mv-banner {
    padding-right: 70px;
  }
}
@media (min-width: 1700px) {
  .cont-main .sec-mv-banner {
    padding-right: 100px;
  }
}
@media (min-width: 1800px) {
  .cont-main .sec-mv-banner {
    padding-right: 200px;
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* 배너존 */
.cont-main .sec-wrapper-banner {
  background-color: #f5f6f7;
  max-width: 2000px;
  margin: 0 auto;
}
.cont-main .sec-banner {
  padding-bottom: 7px;
}
.cont-main .banner-container .row {
  margin-left: -5px;
  margin-right: -5px;
}
.cont-main .banner-container [class|="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.cont-main .banner-row-sub [class|="col"] {
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cont-main .banner-row .banner-link {
  display: inline-block;
  width:100%;
}
.cont-main .banner-row img {
  display: inline-block;  
  max-width: 100%;
  margin: 0 auto;
}
.cont-main .banner-carousel-wrapper-1,
.cont-main .banner-carousel-wrapper-2 {
  position: relative;
}
.cont-main .banner-carousel-wrapper-1 .owl-dots-wrapper,
.cont-main .banner-carousel-wrapper-2 .owl-dots-wrapper {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.cont-main .banner-carousel-1 img,
.cont-main .banner-carousel-2 img {
  width: auto;
}
@media (min-width: 360px) {
  .cont-main .banner-row-sub [class|="col"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cont-main .banner-row .banner-link {
	padding:0 0 10px;
	}
}
@media (min-width: 576px) {
  .cont-main .banner-carousel-wrapper-1 .owl-dots-wrapper,
  .cont-main .banner-carousel-wrapper-2 .owl-dots-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
    transform: none;
  }
  .cont-main .banner-row img {
    width: 100%;
  } 
}
@media (min-width: 992px) {  
  .cont-main .banner-row img {
    display: block;
    width: auto;
  }
  .cont-main .banner-row .banner-link {
    width: auto;
	padding:0;
  }
  .cont-main .banner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cont-main .banner-container {
    max-width: 1140px;
  }
  .cont-main .banner-container .row {
    margin-left: -2.4px;
    margin-right: -2.4px;
  }
  .cont-main .banner-container [class|="col"] {
    padding-left: 2.4px;
    padding-right: 2.4px;
  }
}
@media (min-width: 1300px) {
  .cont-main .banner-container {
    max-width: 1230px;
  }
}

/********** 게시판, 퀵메뉴 **********/

/* 게시판 */
.cont-main .sec-wrapper-board-quick {
  max-width: 2000px;
  margin: 0 auto;
}
.cont-main .sec-board,
.cont-main .sec-quick {
  padding: 20px 0 0;
}
.cont-main .sec-quick {
  margin: 0 0 20px;
}
.cont-main .sec-board .tabs-style01 [role="tabpanel"] {
  min-height: 150px;
}
.cont-main .board-list {
  list-style: none;
}
.cont-main .board-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
  font-size:0.875rem;
}
.cont-main .board-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 1;
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #05367b;
}
.cont-main .board-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  padding: 2px 0;
  color: #555;
}
.cont-main .board-list a:hover,
.cont-main .board-list a:focus {
  text-decoration: underline;
}
.cont-main .board-list .board-title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px;
}
.cont-main .board-list > li.new .board-title::after {
  content: "N";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 1px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  background-color: #b2d233;
  color: white;
  text-align: center;
}
.cont-main .board-list .board-date {
  flex: 0 0 90px;
  max-width: 90px;
  margin-left: 30px;
  color: #777;
  text-align: right;
}
.cont-main .board-carousel-wrapper {
  position: relative;
}
.cont-main .board-carousel .item-link {
  display: block;
  overflow: hidden;
}
.cont-main .board-carousel .item-img {  
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
  transform: scale(1);
  transition: 0.3s;
}
.cont-main .board-carousel .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;  
  line-height: 50px;
  padding: 0 10px;
  font-size:0.875rem;
  background-color: rgba(53, 65, 82, 0.85);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cont-main .board-carousel .item-link:hover .item-img {
  transform: scale(1.1);
}
.cont-main .board-carousel-wrapper .carousel-btns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.cont-main .board-carousel-wrapper .carousel-btns button span {
  display: inline-block;
  text-indent: -5000em;
}
.cont-main .board-carousel-wrapper .carousel-btns button {
  flex: 0 0 44px;  
  width: 44px;
  height: 50px;
  background-color: rgba(53, 65, 82, 0.85);
}
.cont-main .sec-board .tabs-style01 {
  padding-bottom: 45px;
}
.cont-main .sec-board .tabs-style01 [role="tab"] {
  padding: 10px 6px;
  font-size: 0.938rem;
  /* outline-offset: -1px; */
}
.cont-main .sec-board .tabs-style01.tabs-hover-open [role="tab"] {
  outline: none;
}
.cont-main .sec-board .tabs-style01 [role="tabpanel"] {
  position: relative;
}
.cont-main .sec-board .tabs-style01 .more-link {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #959fb8;
  color: white;
  text-align: center;
  transition: 0.3s;
  font-size:0.875rem;
}
.cont-main .sec-board .tabs-style01 .more-link:hover {
  background-color: 	hsl(223, 20%, 55%);
}
.cont-main .sec-board .tabs-style01 .more-link .more-link-deco {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.cont-main .sec-board .tabs-style01 .more-link .more-link-deco::before,
.cont-main .sec-board .tabs-style01 .more-link .more-link-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  display: block;
  background-color: white;
  transition: 0.3s;
}
.cont-main .sec-board .tabs-style01 .more-link .more-link-deco::before {
  width: 14px;
  height: 2px;
}
.cont-main .sec-board .tabs-style01 .more-link .more-link-deco::after {
  width: 2px;
  height: 14px;
  right:6px;
}
.cont-main .sec-board .tabs-style01 .more-link:hover .more-link-deco::before,
.cont-main .sec-board .tabs-style01 .more-link:focus .more-link-deco::before,
.cont-main .sec-board .tabs-style01 .more-link:hover .more-link-deco::after,
.cont-main .sec-board .tabs-style01 .more-link:focus .more-link-deco::after {
  transform: translateY(-50%) rotate(90deg);
}
.cont-main .board-carousel-wrapper .carousel-trans {
  position: absolute;
  top: 50%;
  left: 50%;  
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 75px;
  height: 40px;
  background: url(/_res/kibo/main/img/carousel-trans.png) no-repeat center;
}
@media (min-width: 340px) {
  .cont-main .sec-board .tabs-style01 [role="tab"] {
    padding: 10px 8px;
  }
}
@media (min-width: 370px) {
  .cont-main .sec-board .tabs-style01 [role="tab"] {
    padding: 10px 10px;
    font-size: 1rem;
  }
}
@media (min-width: 420px) {
  .cont-main .sec-board .tabs-style01 [role="tab"] {
    padding: 10px 15px;
  }   
}
@media (min-width: 576px) {
  .cont-main .sec-board .tabs-style01 [role="tab"] {
    padding: 15px;
    font-size: 1.25rem;
  } 
}
@media (min-width: 768px) {
  .cont-main .board-carousel .item-title {
    font-size:0.938rem;
  }
  .cont-main .board-list li,
  .cont-main .sec-board .tabs-style01 .more-link {
    font-size:0.938rem;
  }
  .cont-main .sec-board .tabs-style01 .more-link .more-link-deco {
    width: 30px;
    height: 30px;
  }
  .cont-main .sec-board .tabs-style01 .more-link .more-link-deco::before {
    width: 18px;
  }
  .cont-main .sec-board .tabs-style01 .more-link .more-link-deco::after {
    height: 18px;
    right:8px;
  }
  .cont-main .sec-board .tabs-style01 [role="tabpanel"] {
    min-height: 155px;
  }
}
@media (min-width: 992px) {
  .cont-main .board-carousel .item-title {
    font-size:1rem;
  }
  .cont-main .sec-board {
    padding: 35px 0 20px;
  }  
  .cont-main .sec-wrapper-board-quick .board-row > [class|="col"]:first-child {
    padding-right: 20px;
  }
  .cont-main .board-list li {
    font-size:1rem;
  }
  .cont-main .sec-board .tabs-style01 .more-link {
    bottom: auto;
    left: auto;
    top: 13px;
    right: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #353535;
  }
  .cont-main .sec-board .tabs-style01 .more-link:hover,
  .cont-main .sec-board .tabs-style01 .more-link:focus {
    background-color: transparent;
  }
  .cont-main .sec-board .tabs-style01 .more-link .more-link-deco::before,
  .cont-main .sec-board .tabs-style01 .more-link .more-link-deco::after {
    background-color: #353535;
  }
  .cont-main .sec-board .tabs-style01 {
    padding-bottom: 0;
  }
  .cont-main .sec-board .tabs-style01 [role="tabpanel"] {
    min-height: 165px;
  }
}

/* 퀵메뉴 */
.cont-main .quick-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.cont-main .quick-list li {
  -ms-flex: 0 0 50%;
  flex: 0 0 90%;
  max-width: 33%;
  margin: 0;  
}
.cont-main .quick-list li a {
  display: block;
  height: 6.250rem;
  padding-top: 3.760rem;
  font-size: 0.875rem;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 1.250em;
  line-height: 1.3;
  transition: 0.3s;
}
.cont-main .quick-list li:nth-child(1) a {
  background-image: url(/_res/kibo/main/img/main-quick-icon01.png);
  background-color: #2f4459;
}
.cont-main .quick-list li:nth-child(2) a {
  background-image: url(/_res/kibo/main/img/main-quick-icon02.png);
  background-color: #529001;
}
.cont-main .quick-list li:nth-child(3) a {
  background-image: url(/_res/kibo/main/img/main-quick-icon03-1.png);
  background-color: #a8bc74;
}
.cont-main .quick-list li:nth-child(4) a {
  background-image: url(/_res/kibo/main/img/main-quick-icon06.png);
  background-color:#94a0b8 ;
}
.cont-main .quick-list li:nth-child(5) a {
  background-image: url(/_res/kibo/main/img/main-digital-icon04-1.png);
  background-color: #efefef;
}
.cont-main .quick-list li:nth-child(6) a {
  background-image: url(/_res/kibo/main/img/main-quick-icon04.png);
  background-color: #a18f7e;
}



.cont-main .quick-list li:nth-child(2) a {
 /*  padding-top: 3.750rem; */
}
.cont-main .quick-list li:nth-child(4) a {
 
}
.cont-main .quick-list li:nth-child(5) a {
  color: #2f4459;
}
.cont-main .quick-list li:nth-child(6) a {

}
.cont-main .quick-list li:nth-child(1) a:hover,
.cont-main .quick-list li:nth-child(1) a:focus {
  background-color: hsl(210, 31%, 17%);
}
.cont-main .quick-list li:nth-child(2) a:hover,
.cont-main .quick-list li:nth-child(2) a:focus {
  background-color: hsl(86, 99%, 18%)
}
.cont-main .quick-list li:nth-child(3) a:hover,
.cont-main .quick-list li:nth-child(3) a:focus {
  background-color: hsl(77, 47%, 64%);
}
.cont-main .quick-list li:nth-child(4) a:hover,
.cont-main .quick-list li:nth-child(4) a:focus {
  background-color: hsl(220, 20%, 55%);
}
.cont-main .quick-list li:nth-child(5) a:hover,
.cont-main .quick-list li:nth-child(5) a:focus {
  background-color: hsl(0, 0%, 84%);
}
.cont-main .quick-list li:nth-child(6) a:hover,
.cont-main .quick-list li:nth-child(6) a:focus {
  background-color: hsl(29, 27%, 51%);
}


@media (min-width: 576px) {
  .cont-main .quick-list li a {
    height: 7.813rem;
    padding-top: 5.188rem;
    font-size: 0.938rem;
    background-position: center 1.875rem;
    line-height: 1.4;
  }
  .cont-main .quick-list li:nth-child(2) a {
   /*  padding-top: 4.375rem; */
  }
}
@media (min-width: 768px) {
  .cont-main .quick-list li a {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) {
  .cont-main .quick-list li a {
    font-size: 1rem;
  }
}

/********** 디지털 지점, KIbo SNS **********/
.sec-wrapper-digital-sns {
  max-width: 2000px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cont-main .sec-wrapper-digital-sns {
    position: relative;
    margin-bottom: 32px;
  }
  .cont-main .sec-wrapper-digital-sns::before,
  .cont-main .sec-wrapper-digital-sns::after {
    content: "";
    position: absolute;
    top: 0;  
    display: block;
    width: calc((100% - 960px + 30px) / 2);
    height: 100%;
  }
  .cont-main .sec-wrapper-digital-sns::before {  
    left: 0;
    background-color: #eef1f9;
  }
  .cont-main .sec-wrapper-digital-sns::after {  
    right: 0;
    background-color: #eef1f9;
  }
}
@media (min-width: 1200px) {
  .cont-main .sec-wrapper-digital-sns::before,
  .cont-main .sec-wrapper-digital-sns::after {
    width: calc((100% - 1140px + 30px) / 2);
  }
}
@media (min-width: 1300px) {
  .cont-main .sec-wrapper-digital-sns::before,
  .cont-main .sec-wrapper-digital-sns::after {
    width: calc((100% - 1230px + 30px) / 2);
  }
}

/* 디지털 지점 */
.cont-main .sec-wrapper-digital {
  max-width: 2000px;
  margin: 0 auto;
}
.cont-main .sec-digital {
  position: relative;  
  padding: 0;
}
.cont-main .digital-container > .row > [class|="col"]:first-child {
  position: relative;
  z-index: 1;
  background-color: #eef1f9;
}
.cont-main .digital-container > .row > [class|="col"]:last-child {
  position: relative;
  z-index: 1;
  background-color: #eef1f9;
}
.cont-main .sec-digital .digital-intro {
  position: relative;
  padding: 15px;
}
.cont-main .sec-digital p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #555;
}
.cont-main .sec-digital .text-lede-box {
  margin-bottom: 5px;
}
.cont-main .sec-digital .text-lede {
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #222;
  letter-spacing: -.05em;
}
.cont-main .sec-digital .digital-link {
  position: absolute;
  top:10px;
  right:10px;
  display: inline-block;
  width: 6.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius:5px;
  background-color: #404b57;
  color: white;
  text-align: center;
  transition: 0.3s;
  font-size:14px
}
.cont-main .sec-digital .digital-link:hover,
.cont-main .sec-digital .digital-link:focus {
  background-color: hsl(211, 15%, 20%);
}
.cont-main .digital-link-row {
  height: 100%;
}
.cont-main .digital-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 15px;
}
.cont-main .digital-link-list li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.cont-main .digital-link-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 6.5rem;
  padding-top: 70px;
  font-size: 0.875em;
  color: #333;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
}
.cont-main .digital-link-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}
.cont-main .digital-link-list li a:hover::before,
.cont-main .digital-link-list li a:focus::before {
  animation: quick-buzz .75s linear 1;
}
@keyframes quick-buzz {
  10%, 30% {
      left: calc(50% + 3px);
      -webkit-transform: translateX(-50%) rotate(2deg);
          -ms-transform: translateX(-50%) rotate(2deg);
              transform: translateX(-50%) rotate(2deg);
  }
  20%, 40% {
      left: calc(50% - 3px);
      -webkit-transform: translateX(-50%) rotate(-2deg);
          -ms-transform: translateX(-50%) rotate(-2deg);
              transform: translateX(-50%) rotate(-2deg);
  }
  50%, 70% {
      left: calc(50% + 2px);
      -webkit-transform: translateX(-50%) rotate(1deg);
          -ms-transform: translateX(-50%) rotate(1deg);
              transform: translateX(-50%) rotate(1deg);
  }
  60%, 80% {
      left: calc(50% - 2px);
      -webkit-transform: translateX(-50%) rotate(-1deg);
          -ms-transform: translateX(-50%) rotate(-1deg);
              transform: translateX(-50%) rotate(-1deg);
  }
  90% {
      left: calc(50% + 1px);
      -webkit-transform: translateX(-50%) rotate(0);
          -ms-transform: translateX(-50%) rotate(0);
              transform: translateX(-50%) rotate(0);
  }
  100% {
      left: calc(50% - 1px);
      -webkit-transform: translateX(-50%) rotate(0);
          -ms-transform: translateX(-50%) rotate(0);
              transform: translateX(-50%) rotate(0);
  }
}
.cont-main .digital-link-row .digital-qr-col {
  display: none;
  background: url(/_res/kibo/main/img/main-digital-qr-bg.png) no-repeat center bottom;
  text-align: center;
  min-height: 0;
}
.cont-main .digital-link-list li:nth-child(1) a::before {
  background-image: url(/_res/kibo/main/img/main-digital-icon01.png);
  background-size: 33px auto;  
}
.cont-main .digital-link-list li:nth-child(2) a::before {
  background-image: url(/_res/kibo/main/img/main-digital-icon02.png);
  background-size: 33px auto;  
}
.cont-main .digital-link-list li:nth-child(3) a::before {
  background-image: url(/_res/kibo/main/img/main-digital-icon03.png);  
  background-size: 27px auto;  
}
.cont-main .digital-link-list li:nth-child(4) a::before {
  background-image: url(/_res/kibo/main/img/main-digital-icon04.png);  
  background-size: 27px auto;  
}
.cont-main .digital-link-list li:nth-child(5) a::before {
  background-image: url(/_res/kibo/main/img/main-digital-icon05.png);  
  background-size: 27px auto;  
}

.cont-main .digital-qr-box {
  display: none;
}
.cont-main .digital-link-row .digital-qr-col .digital-qr-title {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.cont-main .digital-link-row .digital-qr-col .digital-qr-title .mark {
  font-weight: bold;
}

@media (min-width: 380px) {
  .cont-main .sec-digital .text-lede {
    font-size: 1.250rem;
  } 
  .cont-main .digital-link-list li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cont-main .digital-link-list li:nth-child(1) a::before,
  .cont-main .digital-link-list li:nth-child(2) a::before,
  .cont-main .digital-link-list li:nth-child(3) a::before,
  .cont-main .digital-link-list li:nth-child(4) a::before,
  .cont-main .digital-link-list li:nth-child(5) a::before {
     background-size: auto;
  }
}
@media (min-width: 420px) { 
  .cont-main .sec-digital .digital-link {
    top: 15px;
    right: 15px;
    border-radius: 10px;
  }
  .cont-main .digital-link-list li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 520px) {
  .cont-main .digital-link-list {
    padding-bottom: 20px;
  }
  .cont-main .digital-link-list li a {
    height: auto;
    padding-top: 90px;
  }
  .cont-main .digital-link-list li a::before {
    top: 15px;
  }
}
@media (min-width: 576px) {
  .cont-main .digital-link-list li {
    padding-left: 0;
    padding-right: 0;
  }
  .cont-main .digital-link-list li a {
    padding-top: 100px;
  } 
    .cont-main .digital-link-list li a::before {
    width: 70px;
    height: 70px
  }
}
@media (min-width: 768px) {
  .cont-main .sec-digital p {
    font-size: 0.938rem;
  }
  .cont-main .sec-digital .text-lede {
    font-size: 1.438rem;
  }
  .cont-main .digital-link-list li a {
    padding-top: 110px;
    font-size: 0.938rem;
  }
  .cont-main .digital-link-list li a::before {
    width: 80px;
    height: 80px;
  }
  .cont-main .sec-digital .digital-link {
    width: 8.125rem;
    font-size:0.938rem;
  } 
}
@media (min-width: 992px) {
  .cont-main .digital-container {
    background-color: #eef1f9;
  }
  .cont-main .digital-link-row {
    background-color: #eef1f9;
  }
  .cont-main .sec-digital .digital-intro-col {  
    background: url(/_res/kibo/main/img/main-digital-bg.png) no-repeat 95% bottom;
  }  
  .cont-main .sec-digital .digital-intro {
    height: 13.5rem;
    padding: 20px 15px 20px 0;
  }
  .cont-main .sec-digital .digital-link {
    position: static;
    top: auto;
    right: auto;
  }
  .cont-main .digital-link-list {
    padding-bottom: 0;
  }
  .cont-main .digital-link-list li a {
    font-size: 1rem;
  }
  .cont-main .digital-link-list li a::before {
    width: 80px;
    height: 80px;
  }
  .cont-main .digital-link-list .link-text {
    font-size: 0.938rem;
  }
  .cont-main .digital-link-list .link-text:last-child {
    display: inline-block;
    margin-left: -9px;
  }  
  .cont-main .digital-link-row .digital-qr-col {
    margin-left: -15px;
    background-size: 100% auto;
    background-position: center 115%;
    min-height: 1px;
  } 
  .cont-main .digital-link-row [class|="col"]:first-child {
    /* -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%; */
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cont-main .digital-link-row [class|="col"]:last-child {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .cont-main .sec-digital .digital-link {

    font-size:1rem;
  } 
  .cont-main .digital-qr-box {    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
  }
  .cont-main .digital-qr-box img {
    width: 82px;
  }
  .cont-main .sec-digital p {
    margin: 0 0 16px;
  }
  .cont-main .sec-digital .text-lede {
    font-size: 1.563rem;
  }
  .cont-main .sec-digital .text-lede-box {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cont-main .digital-link-list .link-text {
    font-size: 1.063rem;
  }
  .cont-main .digital-link-list .link-text:last-child {    
    margin-left: 0;
  }
  .cont-main .digital-link-row [class|="col"]:first-child {
    /* -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; */
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cont-main .digital-link-row [class|="col"]:last-child {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cont-main .digital-link-row .digital-qr-col {    
    background-position: center 125%;
  }  
}
@media (min-width: 1300px) {
  .cont-main .digital-link-row .digital-qr-col .digital-qr-title {
    font-size: 17px;
  }
  .cont-main .digital-qr-box img {
    width: 96px;
  }
}

/* KIbo SNS */
.cont-main .sec-sns > .container > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.cont-main .sec-sns > .container > .row > .sns-title-col .layout {
  display: block;
}
.cont-main .sec-sns > .container > .row > [class|="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cont-main .sec-sns .sec-title,
.cont-main .sec-sns .tagline {
  display: inline-block;
  margin: 0;
}
.cont-main .sec-sns .sec-title {
  margin-top: -0.313rem;
  line-height: 1.1;
  padding: 0 0 10px;
}
.cont-main .sec-sns .ly-item-title {
  align-items: center;
   vertical-align: middle;
}
.cont-main .sec-sns .tagline {
  display: none;
  margin-left: 8px;
  font-size: 1.125rem;
  color: #444;
}
.cont-main .sec-sns .sns-icon-list a,
.cont-main .sec-sns .sns-icon-list img {
  display: block;
}
.cont-main .sec-sns .sns-icon-list img {
  width: 35px;
}
.cont-main .sec-sns .sns-item-link {
  display: block;
  margin-bottom: 24px;
}
.cont-main .sec-sns .sns-item-row .sns-title-col {
  margin-bottom: 10px;
}
.cont-main .sec-sns .sns-item {
  position: relative;
  overflow: hidden;
}
.cont-main .sec-sns .sns-item.youtube::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/_res/kibo/main/img/main-sns-youtube.png) no-repeat center;
  background-size: 25px auto;
}
.cont-main .sec-sns .sns-item-img {
  position: relative;
  height: 150px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cont-main .sec-sns .sns-item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #d94a4e;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cont-main .sec-sns .sns-item-link:hover .sns-item-img::after,
.cont-main .sec-sns .sns-item-link:focus .sns-item-img::after {
  opacity: 1;
}
.cont-main .sec-sns .sns-item-title {
  white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box;
	-webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  /* height: 56px; */
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}
.cont-main .sns-banner-row img {
  width: 100%;
}
.cont-main .sns-banner-carousel-wrapper {
  position: relative;
}
.cont-main .sns-banner-carousel-wrapper .owl-dots-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
@media (min-width: 350px) {
  .cont-main .sec-sns .sec-title {
    padding: 0 0 0;
  }
  .cont-main .sec-sns > .container > .row > .sns-title-col .layout {
    display: flex;
  }
}
@media (min-width: 450px) {
  .cont-main .sec-sns .sns-icon-list img {
    width: 40px;
  }
  .cont-main .sec-sns .sns-item-row .sns-title-col {
    margin-bottom: 20px;
  }
  .cont-main .sec-sns > .container > .row > [class|="col"] {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .cont-main .sec-sns .sns-item-title {
    font-size: 0.938rem;
  }
  .cont-main .sns-banner-carousel-wrapper .owl-dots-wrapper {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .cont-main .sec-sns .tagline {
    display: inline-block;
  }
  .cont-main .sec-sns .sns-item-row {
    margin-bottom: 32px;
  }
  .cont-main .sec-sns .sns-item-row [class|="col"]:nth-last-child(-n + 2) .sns-item-link {    
    margin-bottom: 0;
  }
  .cont-main .sec-sns .sns-item-title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cont-main .sec-sns > .container {
    padding: 20px 60px;
  }
  .cont-main .sec-sns .sns-item-row {
    margin-bottom: 0;
  }
  .cont-main .sec-sns .sns-item-row .sns-title-col {
    margin-bottom: 24px;
  }
  .cont-main .sec-sns .sns-item-row .sns-item-link {
    margin-bottom: 0;
  }
  .cont-main .sec-sns .sns-item-title {
    font-size: 1.063em;
  }
}
@media (min-width: 1200px) {
  .cont-main .sec-sns .sns-item-row .col-xl-2dot4 {
    -ms-flex: 0 0 19.5%;
    flex: 0 0 19.5%;
    max-width: 19.5%;
  }
  .cont-main .sec-sns .sns-item-row .sns-title-col {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .cont-main .sec-sns .sns-item-row .sns-title-layout {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
  .cont-main .sec-sns .sns-item-row .sns-title-layout .ly-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cont-main .sec-sns .ly-item-title {
    flex-wrap: wrap;
  }
  .cont-main .sec-sns .sec-title,
  .cont-main .sec-sns .tagline {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .cont-main .sec-sns .tagline {
    margin-left: 0;
    font-size: 1rem;
    color: #757575;
  }
  .cont-main .sec-sns .sns-icon-list img {
    width: 30px;
  }
}

/* 하단 배너 */
.sec-wrapper-bottom-banner {
  margin-bottom: 32px;
}
.sec-wrapper-bottom-banner > .container > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.sec-wrapper-bottom-banner > .container > .row > [class|="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}


/***************************************************** 
	기금 서브 페이지
*****************************************************/

/* 레이아웃 */
@media (min-width: 1300px) {
	.main-container > .row > [class|="col"]:nth-child(1) {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-right: 50px;
  }
  .main-container > .row > [class|="col"]:nth-child(2) {
    -ms-flex: 0 0 930px;
    flex: 0 0 930px;
    max-width: 930px;
    padding-left: 0;
	}
}

/* 기금소개 - 기금안내 - CEO 인사말 */
.cont-intro-guide-ceo {
  letter-spacing: -0.05em;
}
.cont-intro-guide-ceo p {
  margin: 24px 0;
}
.cont-intro-guide-ceo .ceo-sign-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


<script>
	const images = ['/_res/kibo/main/img/con/sabo_title02.png', '/_res/kibo/main/img/con/sabo_title01.png'];
	const randomIndex = Math.floor(Math.random() * images.length);
	const selectedImage = images[randomIndex];

	document.getElementById('banner').src = selectedImage;
</script>