/**
* Template Name: Bocor - v2.0.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');


body {
  font-family:'Noto Sans KR', sans-serif, 'segoe UI', 'malgun gothic', sans-serif, '돋움','dotum','굴림'; font-size:1rem; font-weight:400; line-height:1.5; color:#444; letter-spacing: -0.02em;
    
}


a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Noto Sans KR', sans-serif, 'segoe UI', 'malgun gothic', sans-serif, '돋움','dotum','굴림';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #284864;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  transition: all ease-in-out 0.3s;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fdc134;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 16px 0;
  background: #000;
    position:fixed;
    width:100%;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family:'Noto Sans KR', sans-serif, 'segoe UI', 'malgun gothic', sans-serif, '돋움','dotum','굴림';
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #fdc134;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu ul {
  border-radius: 6px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #adc7de;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family:'Noto Sans KR', sans-serif, 'segoe UI', 'malgun gothic', sans-serif, '돋움','dotum','굴림';
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #213b52;
  color: #fff;
  border-radius: 50px;
  margin: 2px 0 0 15px;
  padding: 4px 25px 6px 25px;
  border: 2px solid #fdc134;
}

.nav-menu .get-started a:hover {
  background: #fdc134;
  color: #213b52;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3e6f9b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fdc134;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 999; /* 9998*/
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fdc134;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #096acd;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav .get-started a {
  background: #213b52;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 8px 25px 10px 25px;
  text-align: center;
}

.mobile-nav .get-started a:hover {
  background: #fdc134;
  color: #213b52;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 999; /* 9997*/
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(18, 33, 46, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 50px 0 0 0;
  background: #000 url(../../img/mainbg.png) 0 0 no-repeat; 
  background-size:cover;
}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family:'Noto Sans KR', sans-serif, 'segoe UI', 'malgun gothic', sans-serif, '돋움','dotum','굴림';
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}



@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0 0 0;
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family:'Noto Sans KR', sans-serif, 'segoe UI', 'malgun gothic', sans-serif, '돋움','dotum','굴림';
  color: #000;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #096acd;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 20px 0 30px 0;
}

.about .content h3 {
  font-weight: 500;
  font-size: 32px;
  color: #000;
    letter-spacing:-0.05em;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #213b52;
}

.about .content .icon-box h4 a {
  color: #213b52;
  transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
  color: #fdc134;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fdc134;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background: url("../../img/overview.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}

.services .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.services .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.services .card-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
    color:#096acd;
}


.services .card-text span.card-text-sub {
    display:block; padding-left:10px;
  color: #939393;
    padding-top:3px; font-size:14px;
}


.services .card:hover img {
  transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #096acd;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}


.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(33, 59, 82, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.portfolio .portfolio-wrap .img-title{ border-radius: 8px;}
.portfolio .portfolio-wrap .solbg-bank{background:url('../../img/solution-bankrate-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-cfas{background:url('../../img/solution-cfas-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-data{background:url('../../img/solution-databuilde-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-fdws{background:url('../../img/solution-fdws-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-fmas{background:url('../../img/solution-fmas-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-market{background:url('../../img/solution-marketrate-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-prefer{background:url('../../img/solution-preference-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}
.portfolio .portfolio-wrap .solbg-vipcrm{background:url('../../img/solution-vipcrm-s.jpg') 0 0 no-repeat; background-size:100% 100%;  height:180px;}

.portfolio .portfolio-wrap .img-title {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .img-title span {
  left: 0;
  right: 0;
  top: calc(50% - 50px);
  text-align: center;
  z-index: 3;
  position: absolute;
  color:#fff;
  font-size:22px;
}

/*

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}
*/

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
/*  transition: all ease-in-out 0.3s;*/
  

}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fdc134;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: 0.3s;
  
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}


.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
   bottom: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a { width:80%;}
.portfolio-info p { text-align:center; font-size:13px; color:#939393;}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom:20px;
}


.team .member img {
  width: 35%;
  display:inline-block;
}

.team .member .team-info{
    display:inline-block;
    margin-left:20px;
    vertical-align: bottom;
}

.team .member .team-info h3 { font-size:20px; color:#000; margin-top:100px;}
.team .member .team-info h4 { font-size:16px;padding-bottom:5px;}
.team .member .team-info p.title{ font-size:14px; margin-bottom:3px;}
.team .member .team-info p { font-size:13px;}


@media (max-width: 1200px) {
  .team .member .team-info { margin-left:0px; display:block;}
  .team .member .team-info h3 { font-size:20px; color:#000; margin-top:10px;}
    .team .member .team-info h4,{
    font-size:18px; 
  }
 .team .member .team-info p{  font-size:14px;}
    .team .member-name { margin-bottom:30px;}
}

@media (max-width: 992px) {
  .team .member .team-info { margin-left:0px; display:block;}
  .team .member .team-info h3 { font-size:20px; color:#000; margin-top:10px;}
    .team .member .team-info h4,{
    font-size:18px; 
  }
 .team .member .team-info p{  font-size:14px;}
    .team .member-name { margin-bottom:30px;}
    .md-service { margin:0 20px; background:red;}
}

@media (max-width: 767px) {
    .team .member .team-info { margin-left:0px; display:block; margin-bottom:40px;}
  .team .member .team-info h3 { font-size:20px; color:#000; margin-top:10px;}
  .team .member .team-info h4 {
    font-size:18px;
  }
 .team .member .team-info p {  font-size:14px;}
    .team .member-name { margin-bottom:30px;}
    .md-h { margin-bottom:20px;}
    .team .member { margin-left:20px;}
    
    .md-service { margin:0 20px;}
    .boucher h1 { font-size:24px;}
    .boucher h1 br { display:none;}
}

@media (max-width: 420px) {
  .team .member .team-info { margin-left:0px; display:block;}
  .team .member .team-info h3 { font-size:20px; color:#000; margin-top:10px;}
  .team .member .team-info h4, .team  h4 {
    font-size:18px;
  }
 .team .member .team-info p, .team  span {  font-size:13px;}
    .team .member-name { margin-bottom:30px;}
    .team .member { margin-left:20px;}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background:#000;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(26, 46, 64, 0.85);
  z-index: 1;
}



#footer .footer-bottom {
  border-top: 1px solid #1a2e40;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}
#footer .copyright img { margin-right:30px;}

@media (max-width: 768px) {
  #footer .copyright {
    padding: 5px;
    float: none;
      font-size:11px;
  }
    #footer .copyright img { display:block; width:30%; padding-bottom:10px; }
}
/*--------------------------------------------------------------
# bou-cher
--------------------------------------------------------------*/
.bou-cher .row {
  padding-top: 40px;
}

.bou-cher .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}

.bou-cher .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 69px);
  background: #096acd;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 16px;
}

.bou-cher h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}


.bou-cher ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
    margin-top:20px; padding-top:20px; border-top:1px solid #ddd;
}

.bou-cher ul li {
  padding-bottom: 12px;
}

.bou-cher ul i {
  color: #fdc134;
  font-size: 18px;
  padding-right: 4px;
}


.bou-cher .get-started-btn {
  background: #213b52;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
}

.bou-cher .get-started-btn:hover {
  background: #096acd;
}


@media (max-width: 992px) {
  .bou-cher .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .bou-cher .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
    
    .bou-cher .box ul li br { display:none;}
    .boucher-stitle { font-size:24px;}
    .contact .info-box p { padding-left:10px !important;}
    .about .content { padding-left:10px !important;padding-right:10px !important;}
    .about .content p br { display:none;}
}

@media (max-width: 420px) {
  .bou-cher .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
.bou-cher .box ul li br { display:none;}
}


/*** add ***/
.ft-blue { color:#0957cd;}
.ft-red { color:red !important;}
.ft-s { color:#666; font-size:12px;}
.s-tbl { margin-top:20px; font-size:14px;}
.s-tbl th { font-weight:normal; font-size:12px; color:#939393; text-align:right;}
.s-tbl td { color:#000;}
a.company-download { display:inline-block; border-radius:50px; background:#0957cd; padding:5px 30px; font-size:14px; color:#fff;}
a.company-download.company-download:hover { color:yellow; text-decoration: none;}
.ul-def { margin:0; padding-left:10px; font-size:15px; list-style-type: none; margin-bottom:30px;}
.ul-def  li:before {
    content: '\2022 ';
    /* Bullet color */
    color: blue;
    padding-right: 0.5em;
}

.history-view { display:inline-block; border-radius:50px; background:red; padding:1px 10px; font-size:11px; color:#fff; margin-left:10px;}
a.history-view:hover{color:yellow; text-decoration: none;}
.blue-box { background:#014681; padding:10px; width:100%; text-align:center;}

.portfolio .portfolio-title { background:red;}

.ul-refer { margin:0; padding:0;}
.ul-refer li { background:#fff;  border:1px solid #d1d7e4; margin-bottom:20px; text-align:center; color:#000; font-size:14px; list-style-type: none; }
.ul-refer li p { margin-top:10px; line-height:normal;}
.ul-refer li p span { color:#096acd;}
.ul-refer li div { line-height:60px; display:inline-block; text-align:center; margin:0 auto;}

.ul-refer li.bou-ser { font-size:20px; padding:20px 0; }

.h-80 { height:80px;}
.space10 { padding-top:10px;}
.space20 { padding-top:20px;}
.space40 { padding-top:40px;}
.anchor { display: block; position: relative; top: -60px; visibility: hidden;}

/* boucher */
.boucher { font-size:32px; color:#000; text-align:left; letter-spacing: -0.05em;}
.boucher-menu { text-align:center; border:1px solid #ddd; display:block; padding-right:0px; padding-left:0px; }
.boucher-menu a{ display:block; color:#000; padding:10px;}
.boucher-menu a:hover{ display:block; background:#0957cd; color:#fff; }

.bou-tbl { border-collapse: collapse; border:1px solid #ddd;  font-size:14px; padding-left:15px; padding-right:15px; margin-left:auto;margin-right:auto;}
.bou-tbl th, .bou-tbl td { border:1px solid #ddd; padding:10px;}
.bou-tbl thead th { background:#dfeffd; text-align:center; font-weight:normal;}
.bou-tbl tbody th { text-align:center;}
.bou-tbl tbody td { padding-left:10px;}
.bou-tbl tbody tr.point th, .bou-tbl tbody tr.point td { background:#fff33b;}

.line { width:100%; margin:2rem 0px; background:#ddd; height:1px !important;}

.bou-tbl-box { padding-left:15px; padding-right:15px; margin-left:auto;margin-right:auto;}
.bou-tbl-box th { padding:10px 0px 10px 20px;border:1px solid #045eba;background:#dfeffd; font-size:1.2rem; color:#096acd;}
.bou-tbl-box td { padding:10px 0px 20px 30px; font-size:14px; }
.bou-tbl-box tr.arrow { border:none; }
.bou-tbl-box tr.arrow th{ padding-left:70px; }


.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 16px;
  color: #fdc134;
  vertical-align: bottom;
  border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
    text-align:left; padding-left:25%;
}

.history-img-wrap { display:flex; overflow-x:scroll; margin:0; padding:0;}
.history-img-wrap li { min-width:350px; margin-left:20px; margin-bottom:20px; list-style-type: none;}
.history-img-wrap li:first-child { margin-left:0px;}
.history-img-wrap li span { display:block;}
.history-img-wrap li span.title  { font-size:1.25rem; font-weight:500;}

/* scrollbar ===========================================*/
* { /* Scrollbar : ie */
	scrollbar-arrow-color: #979ea8;
	scrollbar-3dlight-color: #dcdde1;
	scrollbar-darkshadow-color: #dcdde1;
	scrollbar-face-color: #dfe2e9;
	scrollbar-shadow-color: #f5f6fa;
	scrollbar-track-color: #f5f6fa;
}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {width: 10px; height: 10px; border: 3px solid transparent;}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 0px; background:transparent;}
::-webkit-scrollbar-track {background: transparent; -webkit-border-radius: 20px; border-radius:20px; }
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background:rgba(218,220,224,.8); -webkit-border-radius: 20px; border-radius: 20px; border:1px solid transparent}
.co-sidebar::-webkit-scrollbar-thumb {background:rgba(255,255,255,.2);}
.co-sidebar::-webkit-scrollbar {width:8px;}

