/**
* Template Name: Baker - v2.2.0
* Template URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,li {
  list-style: none;
}

a {
  text-decoration: none
}

#history {
  width: 820px;
  /*width: 1200px;*/
  margin: 0 auto;
}



#history h2 {
  text-align: center;
  font-size: 30px;
  color: #444;
  line-height: 1;
  margin-top: 30px;
}
.list_right {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.list_right span {
  display: table-cell;
  vertical-align: top;
}

.list_right div {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.list_right div:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
}

.list_right div ul {
  margin-top: 20px;
}

.list_right div ul li {
  display: table;
  position: relative;
  width: 100%;

  /*오른쪽글씨가 중앙에 얼마나 붙는지*/
  /*padding-left: 20px;*/
  padding-left: 20px;
}

.list_right div ul li+li {
  margin-top: 20px;
}

.list_right div ul li:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 3px solid #0a4a9f;
  border-radius: 50%;
}

.list_right dl {
  text-align: left;
  display: table;
  width: 100%;
}

.list_right dl dt {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #444;
  font-weight: bold;
  text-align: left;
}

.list_right dl dd {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #444;
  text-align: left;
}


.list_left {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.list_left span {
  display: table-cell;
  vertical-align: top;
}

.list_left div {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.list_left div:before {
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
}

.list_left div ul {
  margin-top: 20px;
}

.list_left div ul li {
  display: table;
  position: relative;
  width: 100%;
  padding-left: 20px;
}

.list_left div ul li+li {
  margin-top: 20px;
}

.list_left div ul li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 3px solid #0a4a9f;
  border-radius: 50%;
}

.list_left dl {
  text-align: right;
  display: table;
  width: 100%;
  padding-right: 20px;
}

.list_left dl dt {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #444;
  font-weight: bold;
  text-align: right;
}

.list_left dl dd {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #444;
  text-align: right;
}


/*

@media (max-width: 768px) {

  #history .list_right {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  #history .list_right span {
    display: table-cell;
    vertical-align: top;
  }

  #history .list_right div {
    position: relative;
    display: table-cell;
    vertical-align: top;
  }

  #history .list_right div:before {
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #dfdfdf;
  }

  #history .list_right div ul {
    margin-top: 20px;
  }

  #history .list_right div ul li {
    display: table;
    position: relative;
    width: 100%;
    padding-left: 20px;
  }

  #history .list_right div ul li+li {
    margin-top: 20px;
  }

  #history .list_right div ul li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 3px solid #0a4a9f;
    border-radius: 50%;
  }

  #history .list_right dl {
    text-align: right;
    display: table;
    width: 100%;
    padding-right: 20px;
  }

  #history .list_right dl dt {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: right;
  }

  #history .list_right dl dd {
    width: 90px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #444;
    text-align: right;
  }
}

*/










body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  min-width:550px;
}

a {
  color: #0f4fb8;
}

a:hover {
  color: #11469c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0f4fb8;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #11469c;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: rgba(0.7, 0.7, 0.7, 0.7);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(0.7, 0.7, 0.7, 0.7);
  padding: 15px 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

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

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

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

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /* color: #0f4fb8; */
  /*color: #919fab;*/
  /*color: #777777;*/
  color: #fff;
}

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

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

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


/*test*/
.nav-menu .drop-down-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #777777;
  color: #fff;
}

nav-menu .drop-down-btn:hover {
  background: #777777;
}

/*test*/

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

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

.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: 15px;
  z-index: 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: #fff;
}

.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: #777777;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fff;
  background-color: #777777;
  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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0.7, 0.7, 0.7, 0.7);
  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;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 90vh;
  background: url("../img/main_6-2.png") top center;
  background-size: cover;
  position: relative;
}

#home:before {
  content: "";
  /* background: rgba(0.7, 0.7, 0.7, 0.7); */
  /* background: rgba(36, 36, 36, 0.7);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .container {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #home .container {
    padding-top: 0;
  }
}

#home h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#home h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 22px;
}

#home .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  border: 2px solid #0f4fb8;
  color: #fff;
}

#home .btn-get-started:hover {
  background: #0f4fb8;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #home {
    height: 30vh;
  }
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  /* background-color: #f7f8fa; */
  background-color: #f7f8fa;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aab3c7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafc;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #777777;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #8b97b3;
}

.about p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 40px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #777777;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 70px 90px 70px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  background: #f5f5f5;
  border-radius: 50px;
}

.services .icon-box .icon i {
  font-size: 32px;
  transition: 0.5s;
  line-height: 1;
  position: relative;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #777777;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #003157;
}

.services .iconbox-blue:hover .icon {
  background: #003157;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon {
  background: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon {
  background: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon {
  background: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon {
  background: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon {
  background: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: #777777; */
  background: #333333;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #0f4fb8;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #0f4fb8;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #ffe7a0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fafafc;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #0f4fb8 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fafafc;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #777777;
  background: #0f4fb8;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0f4fb8;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.7);
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(65, 76, 100, 0.06);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #777777;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #0f4fb8;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #777777;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0f4fb8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #0f4fb8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #c8cedc;
  color: #6c7c9f;
}

.pricing .btn-buy:hover {
  background: #fff;
}

.pricing .featured h3 {
  color: #fff;
  background: #0f4fb8;
}

.pricing .featured .btn-buy {
  background: #0f4fb8;
  color: #fff;
  border: 2px solid #0f4fb8;
}

.pricing .featured .btn-buy:hover {
  background: #11469c;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0f4fb8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #11469c;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #0f4fb8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #333333;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #0f4fb8;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #3e5670;
}

.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;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #0f4fb8;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #0f4fb8;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #11469c;
}


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

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

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0f4fb8 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #777777;
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fafafc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .info-box {
  color: #333333;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 20px 0 30px 0;
}

#footer .info-box i {
  font-size: 32px;
  color: #0f4fb8;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #3e5670;
}

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

#footer .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

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

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

/* Wrapper */
.wrapper {
  padding: 6em 0 4em 0;
}

.wrapper > .inner {
  margin: 0 auto;
  width: 60em;
}

#banner {
  padding: 16em 0 13em 0;
  background-attachment: fixed;
  background-image: url("../img/banner.jpg");
  background-position: center top;
  background-size: cover;
  line-height: 1.75;
  text-align: center;
}

#banner:last-child {
  margin-bottom: 0;
}

#banner h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 3.5em;
  line-height: 1.35;
  margin-bottom: 0.5em;
}

#banner p {
  color: #aaa;
  font-size: 1.5em;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {

  #banner {
    padding: 14em 0 11em 0;
  }

  #banner h2 {
    font-size: 2.5em;
  }

}

@media screen and (max-width: 980px) {

  #banner {
    padding: 9em 0 7em 0;
  }

}

@media screen and (max-width: 736px) {

  #banner {
    padding: 6em 2em 6em 2em;
  }

  #banner br {
    display: none;
  }

  #banner h2 {
    font-size: 2.25em;
  }

  #banner p {
    font-size: 1.25em;
  }

}

@media screen and (max-width: 480px) {

  #banner {
    padding: 4em 2em 4em 2em;
  }

}
/*--------------------------------------------------------------
# grt paraphrase
--------------------------------------------------------------*/
.grt-p {
  /*font-family: "Open Sans";*/
  font-family: Nanum Gothic;
  /*font-family: "NanumGothic";*/
  font-size: 15px;

}

.grt-p ul li {
  margin-bottom: 5px;
}


/*--------------------------------------------------------------
# Sub Section
--------------------------------------------------------------*/

#sub {
  width: 100%;
  height: 60vh;
  background: url("../img/img.jpg") top center;
  background-size: cover;
  position: relative;
}

#sub:before {
  content: "";
  /* background: rgba(0.7, 0.7, 0.7, 0.7); */
  background: rgba(36, 36, 36, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#sub .container {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #sub .container {
    padding-top: 0;
  }
}

#sub h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#sub h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 22px;
}

#sub .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  border: 2px solid #0f4fb8;
  color: #fff;
}

#sub .btn-get-started:hover {
  background: #0f4fb8;
}

@media (min-width: 1024px) {
  #sub {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #sub {
    height: 30vh;
  }
  #sub h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #sub h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sub_product Section
--------------------------------------------------------------*/
#sub_grt {
  width: 100%;
  height: 60vh;
  background: url("../img/intro_sub.jpg") top center;
  background-size: cover;
  position: relative;
}

#sub_grt:before {
  content: "";
  /* background: rgba(0.7, 0.7, 0.7, 0.7); */
  background: rgba(36, 36, 36, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#sub_grt .container {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #sub_grt .container {
    padding-top: 0;
  }
}

#sub_grt h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#sub_grt h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 22px;
}

#sub_grt .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  border: 2px solid #0f4fb8;
  color: #fff;
}

#sub_grt .btn-get-started:hover {
  background: #0f4fb8;
}

@media (min-width: 1024px) {
  #sub_grt {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #sub_grt {
    height: 30vh;
  }
  #sub_grt h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #sub_grt h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sub_job Section
--------------------------------------------------------------*/

#sub_job {
  width: 100%;
  height: 60vh;
  background: url("../img/main_top.jpg") top center;
  background-size: cover;
  position: relative;
}

#sub_job:before {
  content: "";
  /* background: rgba(0.7, 0.7, 0.7, 0.7); */
  background: rgba(36, 36, 36, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#sub_job .container {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #sub_job .container {
    padding-top: 0;
  }
}

#sub_job h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#sub_job h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 22px;
}

#sub_job .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  border: 2px solid #0f4fb8;
  color: #fff;
}

#sub_job .btn-get-started:hover {
  background: #0f4fb8;
}

@media (min-width: 1024px) {
  #sub_job {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #sub_job {
    height: 30vh;
  }
  #sub_job h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #sub_job h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sub_product Section
--------------------------------------------------------------*/

#sub_product {
  width: 100%;
  height: 60vh;
  background: url("../img/structure.png") top center;
  background-size: cover;
  position: relative;
}

#sub_product:before {
  content: "";
  /* background: rgba(0.7, 0.7, 0.7, 0.7); */
  background: rgba(36, 36, 36, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#sub_product .container {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #sub_product .container {
    padding-top: 0;
  }
}

#sub_product h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#sub_product h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 22px;
}

#sub_product .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  border: 2px solid #0f4fb8;
  color: #fff;
}

#sub_product .btn-get-started:hover {
  background: #0f4fb8;
}

@media (min-width: 1024px) {
  #sub_product {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #sub_product {
    height: 30vh;
  }
  #sub_product h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #sub_product h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Image */

.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 4px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.rounded {
  border-radius: 100%;
}

.image.rounded img {
  border: solid 0.5em rgba(144, 144, 144, 0.25);
  border-radius: 100%;
}

.image.captioned {
  border-radius: 0;
  margin-bottom: 4em;
}

.image.captioned img {
  border-radius: 0;
}

.image.captioned h3 {
  background-color: #fff;
  box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.15);
  display: block;
  padding: 2em 1em;
}

@media screen and (max-width: 736px) {

  .image.captioned {
    margin-bottom: 2em;
  }

  .image.captioned h3 {
    padding: 1em;
  }

}

.image.main {
  /*display: block;*/
  margin: 0 0 3em 0;
  width: 100%;
}

.image.main img {
  width: 100%;
}

ol, ul, li {list-style:none}
.colorY {color:#fff600;}
.box11 {height:700px;}
.box11>div {float:left; width:50%; height:502px; text-align:center; padding:99px 0;}
.box11>div:first-child {background:#1b2547;}
.box11 h2 {font-size:39px; font-weight:700;}
.box11 p {font-size:26px; font-weight:lighter; margin:25px 0 40px; letter-spacing:-0.05em;}
.box11 span.contactTel {font-size:40px; font-weight:lighter; background:url(../../static/img/ico-bar.png) center bottom no-repeat; padding-bottom:28px; letter-spacing:-0.05em; margin-top:25px;}
.box11 .contactNum {width:464px; margin:70px auto 0; display:block;}
.box11 ul {float:left; font-size:22px; text-align:left;}
.box11 ul span {font-size:22px; line-height:22px;}
.box11 .contactNum ul:first-child {margin-right:88px;}
.box11 ul li {font-weight:lighter; letter-spacing:-0.05em;}
.box11 ul li:first-child, .box11 ul:last-child li:nth-child(4){font-weight:normal;}
.box11>div:last-child {background:url(../../static/img/business-back.jpg) no-repeat; background-size:100% 700px;}
.box11 img {margin:53px 0 30px;}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}


#testimonials .top-top > h2 {
  /*font-family: "Roboto" sans-serif;*/
  font-family: sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin: 0 8px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: #ddd none repeat scroll 0 0;
  cursor: pointer;
  height: 12px !important;
  width: 12px !important;
  border: 0;
  content: "";
}

#testimonials .btm-btm .active {
  background: #71c55d;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.review .content + .content {
  margin-top: 100px;
}

.review .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.review .content ul {
  list-style: none;
  padding: 0;
}

.review .content ul li {
  padding-bottom: 10px;
}

.review .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0f4fb8;
}

.review .content p:last-child {
  margin-bottom: 0;
}

.review .a {
  text-indent: 50px;
  margin-left: 2em;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.brand {
  padding-top: 20px;
}

.brand .row {
  overflow: hidden;
}

.brand .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.brand .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #3b4ef8;
}

.brand .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  color: #2d405f;
}

.brand .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .brand .content-item {
    padding: 40px 0;
  }
}

.table-responsive {
  margin: 30px 0;
}
.table-wrapper {
  min-width: 1000px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
  padding-bottom: 10px;
  margin: 0 0 10px;
  min-width: 100%;
}
.table-title h2 {
  margin: 8px 0 0;
  font-size: 22px;
}
.search-box {
  position: relative;
  float: right;
}
.search-box input {
  height: 34px;
  border-radius: 20px;
  padding-left: 35px;
  border-color: #ddd;
  box-shadow: none;
}
.search-box input:focus {
  border-color: #777777;
}
.search-box i {
  color: #a0a5b1;
  position: absolute;
  font-size: 19px;
  top: 8px;
  left: 10px;
}
table.table tr th, table.table tr td {
  border-color: #e9e9e9;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
table.table td:last-child {
  width: 130px;
}
table.table td a {
  color: #a0a5b1;
  display: inline-block;
  margin: 0 5px;
}
table.table td a.view {
  color: #0f4fb8;
}
table.table td a.edit {
  color: #FFC107;
}
table.table td a.delete {
  color: #E34724;
}
table.table td i {
  font-size: 19px;
}
.pagination {
  float: right;
  margin: 0 0 5px;
}
.pagination li a {
  border: none;
  font-size: 95%;
  width: 30px;
  height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 30px !important;
  text-align: center;
  padding: 0;
}
.pagination li a:hover {
  color: #666;
}
.pagination li.active a {
  background: #0b2958;
}
.pagination li.active a:hover {
  background: #333333;
}
.pagination li.disabled i {
  color: #ccc;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px
}
.hint-text {
  float: left;
  margin-top: 6px;
  font-size: 95%;
}

/*====================*/

/*몰록css*/
.board_wrap {
  width: 1000px;
  margin: 10px auto;
}

.board_title {
  margin-bottom: 30px;
}

.board_title strong {
  font-size: 2.2rem;
}

.board_title p {
  margin-top: 5px;
  font-size: 1.1rem;
}

.bt_wrap {
  margin-top: 30px;
  /* text-align: center; */
  text-align: center;
  font-size: 0;
}

.bt_wrap > div {
  display: inline-block;
}

.bt_wrap_search {
  display: inline-block;
}

.bt_wrap a {
  display: inline-block;
  min-width: 80px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 1.1rem;
  color:#000;
}

.bt_wrap button:first-child {
  margin-left: 0;
}

.bt_wrap button {
  display: inline-block;
  min-width: 80px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 1.1rem;

  background: #000;
  color: #fff;
}

.bt_wrap button.on {
  background: #000;
  color: #fff;
}

.bt_wrap input {
  display: inline-block;
  min-width: 80px;
  height: auto;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 1.1rem;
}

.bt_wrap a:first-child {
  margin-left: 0;
}

.bt_wrap a.on {
  background: #000;
  color: #fff;
}

.bt_wrap input.on {
  background: #000;
  color: #fff;
}

.board_list {
  width: 100%;
  border-top:  2px solid #000;
}

.board_list > div {
  border-bottom:1px solid #ddd;
  font-size: 0;
}

.board_list > div.top {
  border-bottom: 1px solid #999;
}

.board_list > div:last-child {
  border-bottom: 1px solid #000;
}

.board_list > div > div {
  display: inline-block;
  padding: 15px 0;
  font-size: 1.1rem;
  text-align: center;
}

.board_list > div.top > div {
  font-weight: 600;
}

.board_list .num    {
  width: 10%;
}

.board_list .title    {
  width: 50%;
  text-align: left;
}

.board_list .top .title {
  text-align: center;
}

.board_list .writer    {
  width: 10%;
}

.board_list .date    {
  width: 10%;
}

.board_list .count    {
  width: 10%;
}

.board_page {
  margin-top: 30px;
  text-align: center;
}

.board_page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #000;
  border-left: 0;
  vertical-align: middle;
  line-height: 100%;
}

.board_page a.bt {
  font-size: 1.2rem;
  padding-top: 10px;
  letter-spacing: -1px;
}

.board_page a.num {
  padding-top: 9px;
  font-size: 1.1rem;
}

.board_page a.num.on {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.board_page a:first-child {
  border-left: 1px solid #ddd;
}

/*#2*/
.wrap2 {
  font: 12px "Nanum Gothic";
  color: #000;
  word-break: keep-all;
  display: block;
  width: 1000px;
  margin: 10px auto;
}

.path2 {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}

.path2 ol {
  float: right;
}

.path2 li {
  float: left;
  padding: 0 0 0 12px;
  margin: 0 0 0 8px;
  color: #757575;
}

.path2 li:first-child {
  background: none;
}

.wrap2_title .title2 {
  min-height: 30px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

.wrap2_title .title2 h2,
.wrap2_title .title2 p {
  display: inline-block;
  position: relative;
}

.wrap2_title .title2 h2 {
  padding: 0;
  color: #2e2e2e;
  font-size: 16px;
}

.wrap2_title .title2 p {
  margin: 0 0 0 6px;
  padding: 0 0 0 10px;
  color: #939393;
  vertical-align: bottom;
}

.wrap2_title .title2 p::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 1px;
  height: 13px;
  background:  #939393;
}

.info2 .boardSort {
  float: left;
  margin: 0 0 10px;
}

.info2 .boardSort select {
  height: 24px;
  border: 1px solid #d5d5d5;
  outline: 0;
}

.info2 .boardList {
  clear: both;
}

.info2 .boardList table {
  border-top-color: #f1f1f1;
  position: relative;
  margin: 10px 0 0;
  border: 1px solid #f1f1f1;
  color: #fff;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 0.5px;
  width: 100%;
}

.info .boardList td {
  padding: 11px 10px 10px;
  border-top: 1px solid #f1f1f1;
  color: #353535;
  vertical-align: middle;
}

.info2 .boardList thead th {
  padding: 11px 0 10px;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  color: #353535;
  vertical-align: middle;
  font-weight: normal;
  background: #fff;
}

.info2 .boardList th:first-child {
  border-left: 0;
}

.info2 .boardList tbody tr {
  background-color: #fff;
  color: #000;
}

.info2 .boardList tbody td {
  padding: 8px 10px 7px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  vertical-align: middle;
}

.info2 .boardList tbody td:first-child {
  border-left: 0px;
  text-align: center;
}

/*#3*/
.wrap3 {
  width: 1000px;
  margin: 10px auto;
  display: block;
}

.wrap3 .wrap3_title {
  position: relative;
  margin: 10px 0 0;
  width: 100%;
}

.wrap3 .wrap3_list table {
  position: relative;
  margin: 10px 0 0;
  width: 100%;
}

.wrap3 .wrap3_list .grey {
  border: 1px solid #000;
  background-color: darkgray;
  height: 30px;
}

.wrap3 .wrap3_list .grey td {
  background-color: #fff;
  padding: 0 10px;
}

.wrap3_footer {
  margin-top: 30px;
}

/*글읽기 css*/
.board_view {
  width: 100%;
  border-top: 2px solid #000;
  /*font-size: 1.4rem;*/
}

.board_view .title {
  padding: 20px 15px;
  border-bottom: 1px dashed #ddd;
  font-size: 1.6rem;
}

.board_view .info {
  padding: 15px;
  border-bottom: 1px solid #999;
  font-size: 0;
}

.board_view .info dl {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.board_view .info dl::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 1px;
  height: 13px;
  background: #ddd;
}

.board_view .info dl:first-child::before {
  display: none;
}

.board_view .info dl:first-child {
  padding-left: 0;
}

.board_view .info dl dt,
.board_view .info dl dd {
  display: inline-block;
  font-size: 1.1rem;
}

.board_view .info dl dt {

}

.board_view .info dl dd {
  margin-left: 10px;
  color: #777;
}

.board_view .cont {
  padding: 15px;
  border-bottom: 1px solid #000;
  line-height: 160%;
  font-size: 1.1rem;
}

/*#2*/



/* 글쓰기 */

.board_write {
  width: 100%;
  border-top: 2px solid #000;
}

.board_write .title,
.board_write .info {
  padding: 15px;
}

.board_write .info {
  border-top: 1px dashed #999;
  border-bottom: 1px solid #000;
  font-size: 0;
}

.board_write .info dl {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.board_write .title dl {
  font-size: 0;
}

.board_write .title dt,
.board_write .title dd,
.board_write .info dt,
.board_write .info dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
}

.board_write .title dt,
.board_write .info dt {
  width: 100px;
}

.board_write .title dd {
  width: calc(100% - 100px);
}

.board_write .title input[type="text"],
.board_write .info input[type="text"],
.board_write .info input[type="password"] {
  padding: 10px;
  box-sizing: border-box;
}

.board_write .title input {
  width: 80%;
}

.board_write .cont {
  border-bottom: 1px solid #000;
}

.board_write .cont textarea {
  display: block;
  width: 100%;
  height: 300px;
  padding: 15px;
  box-sizing: border-box;
  border: 0;
  resize: vertical;
}

/*#2*/
.write2 .type table {
  position: relative;
  margin: 10px 0 0;
  border: 1px solid #f1f1f1;
  border-top-color: #fff;
  color: #fff;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 0.5px;
  width: 100%;
}

.write2 .type tbody th {
  padding: 11px 0 10px 18px;
  border: 1px solid #f1f1f1;
  border-bottom-width: 0;
  color: #353535;
  text-align: left;
  font-weight: normal;
  background-color: #fff;
}

.write2 .type tbody th:first-child {
  border-left: 0;
}

.write2 .type table td {
  border-top: 1px solid #f1f1f1;
  color: #353535;
  vertical-align: middle;
}

.write2 .type td {
  padding: 8px 10px 7px;
}

.write2 #subject {
  width: 390px;
}

.write2 .type select {
  height: 24px;
  border: 1px solid #d5d5d5;
  outline: 0;
}

.write2 td.clear {
  padding: 0 !important;
  border: 0 !important;
}

input   {
  height: 18px;
  line-height: 20px;
  padding: 2px 4px;
  border: 1px solid #d5d5d5;
  color: #353535;
  font-size: 12px;
}
