@charset "utf-8";
@import url('https://webfontworld.github.io/NanumSquare/NanumSquare.css');
/* font-family: 'NanumSquare', sans-serif;   lighter: 300; normal:400  bold:700 bolder:800  */
body {
  background-color: #ffffff;
}
.op-wrap {
  max-width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.section {
  font-family: 'NanumSquare', sans-serif;
  font-size: 16px;
  padding: 0px 0px 0px;
  margin: 0 !important;
  line-height: 1.7;
}
.section a {
  color: #274EE3;
  cursor: pointer;
  text-decoration: none;
}
.section a:hover, .section a:focus, .section a:active {
  color: crimson;
  text-decoration: none;
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h1 a, .section h2 a, .section h3 a, .section h4 a, .section h5 a {
  font-family: 'NanumSquare', sans-serif;
}
/*-------------------------------------------------------*/
/* 
/*-------------------------------------------------------*/
.op-title {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100%;
}
.op-title h2 {
  position: relative;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  line-height: 180%;
  font-weight: 300 !important;
}
.op-title hr {
  display: inline-block;
  width: 80px;
  height: 3px;
  margin: 0 0 10px;
  border: none;
  line-height: 1;
  background: #eb5451;
}
.op-title p {
  padding: 0;
  margin: 0;
  color: #888;
}
/*-------------------------------------------------------*/
/* 
/*-------------------------------------------------------*/
.op-sep {
  margin: 40px 0px;
  text-align: center;
  overflow: hidden;
}
.op-sep span::after {
  content: "";
  width: 1000px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
}
.op-sep span::before {
  content: "";
  width: 1000px;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
}
.op-sep span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 35px;
  position: relative;
}
/*-------------------------------------------------------*/
/* 
/*-------------------------------------------------------*/
.op-hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px auto;
  border: none;
  line-height: 1;
  background: #eee;
}
/*-------------------------------------------------------*/
/* 
/*-------------------------------------------------------*/
.op-content {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.op-content-item {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  width: 100%;
}
