.content_wrap h3.con_tit {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 25px auto 25px;
  position: relative;
}
.content_wrap h3.con_tit:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: -5px;
  top: inherit;
  background-color: #219fdb;
}
.content_wrap h3.con_tit:after {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 4px;
  bottom: -5px;
  top: inherit;
  background-color: #0075ae;
}
.post-detail li {
  font-size: 16px;
  font-weight: 500;
}
.post-detail {
  padding: 10px 0 10px 0;
}
.blog-post {
  border-bottom: 1px dashed #484343;
}
.blog-post h2 {
  font-size: 22px;
}
.btn-theme-dark {
  float: right;
}
.product_top_wrap {
  display: table;
  width: 100%;
}
.product_top {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  /* vertical-align: middle; */
  height: 170px;
  display: flex;
  align-items: flex-end;
}
.product_top .logo {
  width: 300px;
  height: 140px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.product_top .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90% !important;
  max-height: 100%;
  width: auto !important;
}
.product_top .name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.product_top .btn_new {
  position: absolute;
  max-width: 240px;
  right: 20px;
  top: 10px;
  box-sizing: border-box;
}
.product_top .btn_new > li {
  float: left;
  padding: 2px;
  width: 100%;
}
.product_top .btn_new > li .bt {
  display: block;
  border: 1px solid #cccccc;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  color: #01529b;
}
.product_top .btn_new > li .bt_bg {
  background: #01529b;
  color: #fff;
}

.table_style1 {
  clear: both;
  width: 100%;
  table-layout: fixed;
}
.table_style1.tl td {
  text-align: left;
  padding-left: 18px;
  padding-right: 10px;
}
.table_style1.tl th {
  text-align: left;
  padding-left: 18px;
  padding-right: 10px;
  background: #2197ce;
  color: #fff;
}
.table_style1 thead tr th {
  background-color: #f5f5f5;
  color: #333333;
  padding: 14px 2px;
  border: 1px solid #373a4b;
  font-weight: 700;
  word-break: break-all;
  text-align: center;
}
.table_style1 thead tr:first-child th {
  border-top: none;
}
.table_style1 tbody tr th {
  background-color: #f4f5f8;
  border-bottom: 1px solid #373a4b;
  padding: 10px 0 9px;
  font-weight: 700;
}

.table_style1 tr.br_no td {
  border-left: none;
  border-right: none;
}
.table_style1 tr.br_no th {
  border-left: none;
  border-right: none;
}
.table_style1 tr.br_no2 td {
  border-left: none;
  background: #666666;
  color: #fff;
  border-right: none;
}
.table_style1 tr.br_no2 th {
  border-left: none;
  background: #666666;
  color: #fff;
  border-right: none;
}

.table_style1 tbody tr td {
  border: 1px solid #373a4b;
  line-height: 20px;
  padding: 10px 5px;
  text-align: center;
  font-weight: 300;
  word-wrap: break-word;
  color: #000000;
}
.table_style1 tbody tr th {
  border: 1px solid #373a4b;
}
.table_style1 tbody tr th.tl {
  padding-left: 18px;
  padding-right: 10px;
  text-align: left;
  word-break: break-all;
}
.table_style1 tbody tr td.subject {
  padding-left: 18px;
  padding-right: 10px;
  text-align: left;
  word-break: break-all;
}
.table_style1 tbody tr .left_line {
  border-left: 1px solid #d5d5d5 !important;
}
.table_style1 .input {
  min-height: 40px;
  line-height: 40px;
  width: 100%;
}
.recruit_btn {
  display: block;
  text-align: center;
  margin: 10px auto;
}
.recruit_btn a,
.recruit_btn > button {
  display: inline-block;
  margin: 0 6px;
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 1.25em;
  text-decoration: none;
  letter-spacing: -0.025em;
  color: #fff;
  background-color: #3b445b;
  transition: 0.3s all ease;
}
.recruit_btn a i {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  margin-left: 10px;
  transition: all 0.4s;
}
.recruit_btn a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s all ease;
}
.recruit_btn a:hover i {
  color: #fff;
}
.recruit_btn a.other {
  background-color: #000;
}
.recruit_btn a.other:hover {
  background-color: #3b445b;
}
.preview-wrapper {
  z-index: 10000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(152, 152, 152, 0.8);
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 0.25s ease-in-out;
}

.preview-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.preview {
  max-width: 600px;
  min-width: 400px;
  display: block;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 30%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.preview-wrapper.open .preview {
  margin-top: -200px;
  opacity: 1;
}
.preview-wrapper.open .preview2 {
  margin-top: -200px;
  opacity: 1;
}
.head {
  width: 100%;
  height: 60px;
  padding: 12px 30px;
  overflow: hidden;
  background: #014099;
}

.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
  margin-top: -34px;
}

.content {
  padding: 5% 5% 2% 5%;
}

.gray_bar {
  background: #f1f2f7;
  margin: 50px -10px 50px -10px;
  padding: 50px 10px;
}

.table_line {
  border-top: 2px solid #333333;
}
.table_line1 {
  border-top: 1px solid #333333;
}
.table_line2 {
  border-top: 2px solid #143e88;
}

.table_style1 {
  clear: both;
  width: 100%;
  table-layout: fixed;
}
.table_style1.tl td {
  text-align: left;
  padding-left: 18px;
  padding-right: 10px;
  background: #1d202b;
  color: #fff;
}
.table_style1.tl td.tc {
  text-align: center !important;
}
.table_style1.tl th {
  text-align: left;
  padding-left: 10px;
  padding-right: 0px;
}
.table_style1 thead tr th {
  background-color: #f5f5f5;
  color: #000;
  padding: 14px 2px;
  border: 1px solid #d9d9d9;
  font-weight: normal;
  word-break: break-all;
  text-align: center;
}
.table_style1 tbody tr th {
  background-color: #f4f5f8;
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 0 11px;
}

.table_style1 thead tr:first-child th {
  border-top: none;
}
.table_style1 thead tr:first-child td {
  border-top: none;
}

.table_style1 tbody tr td {
  border: 1px solid #373a4b;
  line-height: 23px;
  padding: 13px 5px;
  text-align: center;
  font-weight: 300;
  word-wrap: break-word;
  color: #5c5c5c;
}
.table_style1 tbody tr th {
  border: 1px solid #373a4b;
  font-weight: normal;
}
.table_style1 tbody tr td.subject {
  padding-left: 18px;
  padding-right: 10px;
  text-align: left;
  word-break: break-all;
}
.table_style1 tbody tr .left_line {
  border-left: 1px solid #d5d5d5 !important;
}
.table_style1 .input {
  min-height: 40px;
  line-height: 40px;
  width: 100%;
}

.tooltip {
  color: #ff751a;
  border: 1px solid #ff751a;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  width: 38px;
  height: 40px;
  box-sizing: border-box;
  font-size: 1.5em;
  vertical-align: middle;
}
.br_box {
  border: 1px solid #dce1eb;
  padding: 20px 20px 20px 20px;
}
.t_box {
  background: #757a85;
  color: #fff;
  padding: 5px 5%;
  display: inline-block;
}
td .br_box {
  padding: 5px;
}
td .gray_box {
  padding: 5px;
}

.board-write {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
}
.board-write tr:first-child th {
  border-top: none;
}
.board-write tr:first-child td {
  border-top: none;
}
.board-write th {
  background: #f4f5f8;
  border-top: 1px solid #e0e0e0;
  line-height: 130%;
  padding: 10px 5px 10px 20px;
  text-align: left;
  color: #2d2d2d;
  font-weight: 400;
}
.board-write th span {
  color: #82308e;
  padding-right: 2px;
}
.board-write.th_tc th {
  padding: 13px 0 12px 0px;
  text-align: center;
}
.board-write.th_tc th span {
  margin-left: -15px;
}
.board-write td {
  border-top: 1px solid #e0e0e0;
  height: 36px;
  word-break: break-all;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 10px 10px 10px;
  color: #666;
  font-size: 0.95rem;
}
.board-write td.tc {
  text-align: center;
  padding: 12px 0 11px 0px;
}

.board-write .input {
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 0.95rem;
  color: #7a7a7a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-tc {
  text-align: center;
  padding: 30px 0px;
  border-top: 2px solid #333333;
  margin-top: 30px;
}
.btnStrong {
  min-width: 200px;
  background: #014099;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.btnStrong.submit {
  padding: 0px 30px;
  height: 59px;
  line-height: 58px;
  font-size: 20px;
  border: none;
}
.btnStrong.submit {
  padding: 0px 30px;
  height: 59px;
  line-height: 58px;
  font-size: 20px;
  border: none;
}
#product_area3 {
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
}
/* 768 이하 */
@media screen and (max-width: 767px) {
}

.post-detail li {
  font-size: 16px;
  font-weight: 500;
}
.post-detail {
  padding: 10px 0 10px 0;
}
.blog-post {
  border-bottom: 1px dashed #484343;
}
.blog-post h2 {
  font-size: 22px;
}
.btn-theme-dark {
  float: right;
}
.product img,
.conv_youtube img {
  max-width: 100%;
}
#btn-fav {
  cursor: pointer;
}
#btn-fav.saved {
  background-color: #01529b;
  color: #fff;
}
.offline {
  display: none;
}
