@charset "utf-8"; /*한글이 깨지지 않게 설정해줌*/
/*
Template Name: Boguco
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-4.6.3.min.css");
@import url("custom.flexslider.css");
@import url("framework.css");
@font-face {
  font-family: "NanumGothic-R";
  src: url("./fonts/NanumGothic-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}


/* Rows
--------------------------------------------------------------------------------------------------------------- */

.row1 {
  border-bottom: 1px solid;
}
.row2 {
  border-bottom: 1px solid;
}
.row3,
.row3 a {
}
.row4,
.row4 a {
}
.row5,
.row5 a {
}

/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {
  padding: 15px 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#topbar * {
  margin: 0;
}
#topbar ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid;
}
#topbar ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#topbar i {
  margin: 0 5px 0 0;
  line-height: normal;
}

/*---------------*/

#login_wrapper h1 {
  font-size: 25px;
  padding-bottom: 20px;
}

/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
  overflow: hidden;
  z-index: 11;
  width: 100%;
  height: 88px;
  background-color: #fff;
  transition: height 0.3s;
}
#header .header_inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 88px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header #logo {
  margin: 15px 0 0 0;
}
#header #logo h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-transform: uppercase;
}
#header #logo img {
  size: contain;
  width: 200px;
  height: 50px;
}

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
  padding: 150px 0;
}

#pageintro li article {
  display: block;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
#pageintro li article * {
  margin: 0;
}
#pageintro li p:first-of-type {
  margin-bottom: 10px;
  font-style: italic;
}
#pageintro li .heading {
  margin-bottom: 30px;
  font-size: 3rem;
  word-wrap: break-word;
}
#pageintro li p:nth-of-type(2) {
  line-height: 1.5rem;
}
#pageintro li footer {
  margin-top: 40px;
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
  padding: 70px 0;
}

.container .content .hi {
  font-size: 19px;
  color: #000000;
}
.container .content .hii {
  font-size: 15px;
  color: #000000;
  line-height: 1.7em;
}
.container .content .hiii {
  text-align: right;
  font-size: 20px;
  color: #000000;
}

/*-------------- 온라인 문의 연락주세욤 ------------*/
.control-label {
  color: #330a0a;
  text-transform: none;
} /*글자*/
.form-control {
  width: 100%;
  height: 53px; /*시공사례서 찾아보기 인풋도 포함*/
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  border: 2px solid #f1f5f7;
  background-image: none;
  -webkit-box-shadow: inset 0 0px 0px rgba(235, 237, 238, 0.075);
  box-shadow: inset 3 3px 3px rgba(235, 237, 238, 0.075);
  margin-bottom: 20px;
}
.form-control:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(235, 237, 238, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 3px 3px rgba(235, 237, 238, 0.075),
    0 0 8px rgba(235, 237, 238, 0.6);
  background-color: #fff;
}
.textarea.form-control {
  background-color: #fff;
  height: auto;
}
.required {
  color: red;
}
.cola {
  margin-left: auto;
  margin-right: auto;
}

/* Content */
.container .content {
}

.wrapper .content .he {
  font-size: 15px;
  margin: 20px 0 20px 0;
  color: #000000;
}
.wrapper .content .lala > p.hee {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}

.services li:nth-child(-n + 3) {
  margin-bottom: 30px;
} /* Adds bottom margin to the first three elements only */
.services > li:last-child {
  margin-bottom: 0;
} /* Used when elements stack in small viewports */
.services article {
  display: block;
  position: relative;
  min-height: 80px;
  padding: 0 0 0 70px;
}
.services article::before,
.services article::after {
  display: table;
  content: "";
}
.services article::after {
  clear: both;
}
.services article * {
  margin: 0 0 15px 0;
}
.services article > :last-child {
  margin-bottom: 0;
}
.services article i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin: 0;
  border: 1px solid;
  text-align: center;
  font-size: 24px;
}
.services article .heading {
  font-size: 1.2rem;
}

.excerpt {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding-bottom: 20px;
}
.excerpt img {
}
.excerpt .excerpttxt {
  display: block;
  position: relative;
  max-width: 84%;
  margin: -40px auto;
  padding: 20px;
  text-align: center;
}
.excerpt .excerpttxt > ul {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 0.8rem;
}
.excerpt .excerpttxt > ul li {
  display: inline-block;
  margin-right: 8px;
}
.excerpt .excerpttxt > ul li:first-child::after {
  margin-left: 10px;
  content: "|";
}
.excerpt .excerpttxt > ul li:last-child {
  margin-right: 0;
}
.excerpt .heading {
  margin: 0 0 30px 0;
}
.excerpt p:last-of-type {
  margin: 0;
  padding: 0;
}

/* Comments */
#comments ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
#comments li {
  margin: 0 0 10px 0;
  padding: 15px;
}
#comments .avatar {
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
  border: 1px solid;
}
#comments address {
  font-weight: bold;
}
#comments time {
  font-size: smaller;
}
#comments .comcont {
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comcont p {
  margin: 10px 5px 10px 0;
  padding: 0;
}

#comments form {
  display: block;
  width: 100%;
}
#comments input,
#comments textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid;
}
#comments textarea {
  overflow: auto;
}
#comments div {
  margin-bottom: 15px;
}
#comments input[type="submit"],
#comments input[type="reset"] {
  display: inline-block;
  width: auto;
  min-width: 150px;
  margin: 0;
  padding: 8px 5px;
  cursor: pointer;
}

/* Sidebar */
.container .reside {
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
}

.sidebar .sdb_holder {
  margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
  margin-bottom: 0;
}

#shit .sdb_holder h6 {
  margin-top: 30px;
  margin-bottom: 1700px;
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 80px 0;
}

#footer ul {
}
#footer ul li {
  padding: 25px 0 0 0;
  text-align: center;
}
#footer ul li:last-cld {
  margin-bottom: 0;
} /* Used when elements stack in small viewports */
#footer ul li * {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
#footer ul li .infobox {
  display: block;
  position: relative;
  padding: 35px 20px 25px 20px;
  border: 1px solid;
}
#footer ul li .infobox i {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  -size: 18px;
  z-index: 1;
}
#footer ul li .infobox i::after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid;
  content: "";
  z-index: -1;
}
#footer ul li .infobox .fa {
  font-size: 18px;
}
#footer i,
#footer i::after {
  border-radius: 50%;
}

#bottom-footer .container {
  padding: 20px 0;
}

body #bottom-footer {
  background-color: #212121;
  color: #999999;
  padding: 10px 80px;
  line-height: 2.2;
}
body #bottom-footer .btm-footer-links a {
  margin-right: 20px;
  color: #999999;
}
body #bottom-footer .copyright {
  text-align: left;
}
body #bottom-footer .copyright p {
  font-size: 15px;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif; 
}
@media screen and (max-width: 768px) {
  body #bottom-footer .btm-footer-links {
    margin-bottom: 10px;
  }
  body #bottom-footer .copyright {
    text-align: left;
  }
}
#name .the {
  text-align: right;
  padding-right: 20px;
  font-size: 13px;
}
#name .the img {
  margin-bottom: 3px;
  margin-left: 3px;
  width: 16px;
}
#name .b_img img {
  width: 300px;
  float: right;
  margin-bottom: 40px;
}
#name h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000000;
}
#name h4 {
  font-size: 16px;
}
#name p {
  margin-top: 0px;
}

/* Quick Links 불필요
--------------------------------------------------------------------------------------------------------------- */
.quicklinks {
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.quicklinks ul {
  padding: 0;
  list-style: none;
}
.quicklinks ul li {
  display: inline-block;
  margin-right: 10px;
}
.quicklinks ul li::after {
  margin-left: 10px;
  content: "|";
}
.quicklinks ul li:last-child::after {
  margin-left: 0;
  content: "";
}

/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
  padding: 20px 0;
}
#copyright * {
  margin: 0;
  padding: 0;
}

/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */

#mainav form * {
  transition: none !important;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
#owl-demo .ite {
  margin: 3px;
}
#owl-demo .ite img {
  display: block;
  width: 100%;
  height: auto;
}

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
  line-height: normal;
}
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 10px;
}
/*#1 .drop::after*/
/* Top Navigation */

#header:hover {
  height: 260px;
}

#mainav {
  float: left;
  list-style-type: none;
}
#mainav ul.clear {
  margin-top: 3px;
}
#mainav ul ul {
  position: absolute;
}
#mainav ul ul ul {
  left: 180px;
  top: 0;
}
#mainav li {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
}
#mainav li:last-child {
  margin-right: 0;
}
#mainav li li {
  width: 100%;
  margin: 0;
}
#mainav li a {
  display: block;
  padding: 30px 30px;
  line-height: 20px;
}
#mainav .drop {
  padding-left: 15px;
}
#mainav li li a,
#mainav li li .drop {
  display: block;
  margin: 0;
  padding: 10px 20px;
}
#mainav .drop::after,
#mainav li li .drop::after {
  content: "";
}
#mainav .drop::after {
  top: 35px;
  left: 5px;
}
#mainav li li .drop::after {
  top: 15px;
  left: 5px;
}
#mainav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#mainav form {
  display: none;
  margin: 0;
  padding: 0;
}
#mainav form select,
#mainav form select option {
  display: block;
  cursor: pointer;
  outline: none;
}
#mainav form select {
  width: 100%;
  padding: 5px;
  border: 1px solid;
  margin-top: 28px;
}
#mainav form select option {
  margin: 5px;
  padding: 0;
  border: none;
}

/* Breadcrumb */
#breadcrumb {
  padding: 15px 0;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
#breadcrumb li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
}
#breadcrumb li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 12px 0 0;
  font-size: 12px;
}
#breadcrumb li a::after {
  top: 3px;
  right: 0;
  content: "\f101";
}
#breadcrumb li:last-child a {
  margin: 0;
  padding: 0;
}
#breadcrumb li:last-child a::after {
  display: none;
}

#editor {
  content: attr(placeholder);
}

/* Sidebar Navigation */
@supports (position: sticky) or (position: -webkit-sticky) {
  .sticky {
    position: -webkit-sticky; /* 사파리 브라우저 지원 */
    position: sticky;
    top: 20%;
  }
}

.sidebar nav {
  display: block;
  width: 100%;
  will-change: min-height;
}
.sidebar nav li {
  margin: 0 0 3px 0;
  padding: 0;
}
.sidebar nav a {
}
.sidebar nav a::after {
  top: 9px;
  left: 5px;
  content: "";
}
.sidebar nav ul ul a {
  padding-left: 35px;
}
.sidebar nav ul ul a::after {
  left: 25px;
}
.sidebar nav ul ul ul a {
  padding-left: 55px;
}
.sidebar nav ul ul ul a::after {
  left: 45px;
}
.sidebar nav .on {
  color: #000000;
}
.sidebar .sdb_holder {
  padding: 5px;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

/* Pagination */
.pagination {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
}
.pagination li {
  display: inline-block;
  margin: 0 2px 0 0;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination a,
.pagination strong {
  display: block;
  padding: 8px 11px;
  border: 1px solid;
  background-clip: padding-box;
  font-weight: normal;
}

/* Back to Top */
#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  opacity: 0.2;
}
#backtotop i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
#backtotop.visible {
  visibility: visible;
  opacity: 0.5;
}
#backtotop:hover {
  opacity: 1;
}

/* section */
.section .sect {
  /*width: 80%;*/
  margin-left: 43%;
  margin-top: 7%;
  margin-bottom: 7%;
  margin-right: 10%;
}
.section .sect .sec {
  margin: 16px 60px;
  width: 80%;
}
.section .sect .sec img {
  width: 40px;
}
.section .sect .sec h6.sword {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.section .sect .sec h6.swordd {
  font-size: 17px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333132;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
  border: 0px solid;
  border-collapse: collapse;
  vertical-align: top;
  /* font-size: 1em !important; */
}
table,
th {
  table-layout: auto;
}
table {
  width: 100%;
}
/*
th, td{padding:5px 8px;}
td{border-width:0 1px;}
*/

.flr {
  float: right;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
#gallery figure figcaption {
  display: block;
  width: 100%;
  clear: both;
}
#gallery li {
  margin-bottom: 30px;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
  color: #676767;
  background-color: #222222;
}
a {
  color: #333333;
}
a:active,
a:focus {
  background: transparent;
} /* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
  border-color: #ffffff;
}
label span {
  color: #ff0000;
  background-color: inherit;
}
input:focus,
textarea:focus,
*:required:focus {
  border-color: #43bfcb;
}
.overlay {
  color: #ffffff;
  background-color: inherit;
}
.overlay::after {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.55);
}

.btn,
.btn.inverse:hover {
  color: #ffffff;
  background-color: #43bfcb;
  border-color: #43bfcb;
}
.btn:hover,
.btn.inverse {
  color: inherit;
  background-color: transparent;
  border-color: inherit;
}

blockquote::before {
  color: rgba(0, 0, 0, 0.05);
}

/* Rows */
.row0,
.row0 a {
  color: #474747;
  background-color: #ffffff;
}
.row1 {
  background-color: #ffffff;
  color: #000000;
  border-color: rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
}
.row2 {
  color: #474747;
  background-color: #ffffff;
  border-color: #d7d7d7;
}
.row3 {
  color: #000000;
  background-color: #ffffff;
}
.row4 {
  color: #cbcbcb;
}
.row5,
.row5 a {
  color: #cbcbcb;
}

/* Top Bar */
#topbar ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
#topbar > div:last-of-type li:first-child a {
  color: #43bfcb;
}

/* Header */
#header #logo a {
  color: inherit;
}

/*  banner_1 */
#banner {
  height: 70px;
  overflow: hidden;
}
#banner_1 {
  position: relative;
}
#banner_1 a {
  display: block;
  height: 150px;
  color: #6d6e71;
}
#banner_1 i {
  color: #333132;
  font-size: 27px;
}
#banenr_1 hr {
  border: solid 1px #0857a3;
}

/* Content Area */
.services article i {
  color: #43bfcb;
  border-color: #d7d7d7;
}
.services article:hover i {
  color: #ffffff;
  background-color: #43bfcb;
  border-color: #43bfcb;
}

.excerpt .excerpttxt {
  color: inherit;
  background-color: #ffffff;
}

/* Footer */
#footer .heading {
  color: #ffffff;
}
#footer ul li .infobox {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
#footer ul li .infobox i {
  color: #ffffff;
  background: linear-gradient(to top right, #000000, #666666);
}
#footer ul li .infobox i::after {
  border-color: rgba(255, 255, 255, 0.3);
}

/* Quick Links */
.quicklinks {
  background-color: rgba(0, 0, 0, 0.5);
}
.quicklinks a {
  color: inherit;
}
.quicklinks ul li::after {
  color: rgba(255, 255, 255, 0.3);
}

/* Navigation */
#mainav li a {
  color: inherit;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -1px;
}
#mainav .active a,
#mainav a:hover,
#mainav li:hover > a {
  color: #701e20;
  background-color: inherit;
}
#mainav li li a,
#mainav .active li a {
  font-weight: normal;
  color: #999999;
  background-color: #ffffff;
  font-size: 13px;
  max-width: 100%;
}
#mainav li li:hover > a,
#mainav .active .active > a {
  color: #701e20;
  background-color: #ffffff;
}
#mainav form select {
  color: #000000;
  background-color: #ffffff;
  border-color: rgba(136, 136, 136, 0.5); /* #888888 */
}
#mainav li .admin,
#mainav li .admin:hover {
  color: #999999;
}
#mainav li a img {
  size: contain;
  width: 17px;
  height: 25px;
  padding-bottom: 4px;
}

/* #under-line {
  position: relative;
  background-color: pink;
  height: 4px;
  transition: 0.5;
} */

#breadcrumb a {
  color: inherit;
  background-color: inherit;
}
#breadcrumb li:last-child a {
  color: #701e20;
}

.container .sidebar nav a {
  color: inherit;
  border-color: #d7d7d7;
}
.container .sidebar nav a:hover {
  color: #701e20;
}

.pagination a,
.pagination strong {
  border-color: #d7d7d7;
}
.pagination .current * {
  color: #ffffff;
  background-color: #43bfcb;
}

#backtotop {
  color: #ffffff;
}

/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
  border-color: #d7d7d7;
}
#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
  border-color: #43bfcb;
}
th {
  color: #999999;
  font-weight: normal;
  padding-top: 15px;
  padding: 15px 5px;
}
tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
  color: inherit;
  background-color: #fbfbfb;
}
tr:nth-child(even),
#comments li:nth-child(even) {
  color: inherit;
  background-color: #f7f7f7;
}
table a,
#comments a {
  background-color: inherit;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 978px) {
  .hoc {
    max-width: 978px;
  }
}

/* @media screen and (min-width: 1280px) {
  .hoc {
    max-width: 100%;
  }
  #header #logo {
    margin-top: 15px;
    margin-left: 10rem;
    float: left;
  }
  .sdb_holder {
    margin-left: 10rem;
  }
  .inner {
    margin-left: 10rem;
  }
  .one_half,
  .one_third,
  .two_third,
  .one_quarter,
  .two_quarter,
  .three_quarter {
    display: inline-block;
    float: left;
    margin: 0px 0 0 0%;
    list-style: none;
  }
} */
/* style="margin-top :15px; float:left; margin-left: 31em;" */
/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
  .section {
    background-repeat: no-repeat;
    border: 0;
  }

  .hoc {
    max-width: 90%;
  }
  #header.header_inner {
    height: 0px;
    width: 100%;
  }
  #header:hover {
    height: 88px;
  }
  #topbar {
  }

  #banner {
  }
  #banner_1 a {
    text-align: center;
    font-size: 15px;
    height: 130px;
  }
  #banner_1 i {
    font-size: 21px;
  }

  #header {
    height: 88px;
    padding-top: 5px;
  }
  #header #logo {
    margin: 0;
  }
  #mainav ul {
    display: none;
  }
  #mainav form {
    display: block;
  }

  #shit .sdb_holder h6 {
    margin-bottom: 20px;
  }
  #shit {
    display: none;
  }

  body #bottom-footer {
    padding: 10px 30px;
  }

  #top_banner .inner p,
  #top_banner .inner h2 {
    margin-left: 10px;
  }

  #name div {
    overflow-x: auto;
  }
  #name table {
    width: 100%;
    font-size: 13px;
  }

  #breadcrumb {
  }

  #comments input[type="reset"] {
    margin-top: 10px;
  }
  .pagination li {
    display: inline-block;
    margin: 0 5px 5px 0;
  }

  #footer {
  }

  #copyright {
  }
  #copyright p:first-of-type {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .imgl,
  .imgr {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }
  .fl_left,
  .fl_right {
    display: block;
    float: none;
  }
  .one_half,
  .one_third,
  .two_third,
  .one_quarter,
  .two_quarter,
  .three_quarter {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    padding: 0;
  }

  .sidebar {
    display: none;
  }
  #topbar {
    padding-top: 15px;
    text-align: center;
  }
  #topbar ul {
    margin: 0 0 15px 0;
    line-height: normal;
  }

  #header {
    text-align: center;
  }
  #header #logo .h1 {
    margin-bottom: 10px;
  }
  #header #logo img {
    padding-bottom: 0px;
  }

  img {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .member {
    max-width: 60%;
  }

  .b_img {
    float: none;
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }

  #name table thead tr {
    width: 100%;
  }

  #banner {
    height: 120px;
  }
  #banner_1 {
  }
  #banner_1 a {
    font-size: 17px;
    height: 120px;
  }
  #banner_1 i {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {
  #topbar ul li {
    margin-bottom: 2px;
    padding-right: 0;
    border-right: none;
  }
  img {
    max-width: 100%;
  }
  #header #logo img {
    padding-bottom: 0px;
  }

  #myCarousel .item:before {
    max-width: 100%;
  }

  #banner {
    height: 120px;
  }

  .section .sect {
    margin-left: 33%;
    margin-right: 7%;
    margin-bottom: 14%;
  }
  .section .sect .sec {
    margin: 0px 0px;
    width: 100%;
  }
  .section .sect .sec h6.sword {
    font-size: 20px;
  }
  .section .sect .sec h6.swordd {
    font-size: 15px;
  }
  .section .sect .sec img {
    width: 30px;
  }
}

@media screen and (max-width: 300px) {
  img {
    max-width: 100%;
  }
  #header #logo img {
    padding-bottom: 0px;
  }
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
  .scrollable {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    overflow: auto;
    overflow-x: scroll;
  }
  .scrollable table {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .inline li {
    display: block;
    margin-bottom: 10px;
  }
  .pushright li {
    margin-right: 0;
  }

  .font-x2 {
    font-size: 1.4rem;
  }
  .font-x3 {
    font-size: 1.6rem;
  }

  #pageintro li article {
    max-width: none;
    width: 100%;
  }
  #pageintro li .heading {
    font-size: 1.6rem;
  }

  .container .content .hi {
    font-size: 15px;
  }
  .container .content .hii {
    line-height: 2em;
  }
  .container .content .hiii {
    font-size: 14px;
  }

  #name #name .the a {
    font-size: 11px;
  }
  #name .the img {
    margin-bottom: 3px;
    width: 15px;
  }

  #header #logo img {
    padding-bottom: 0px;
  }

  #name table tr .hide {
    display: none;
  }

  #banner {
  }
  #banner_1 {
  }
  #banner_1 a {
    font-size: 14px;
  }
  #banner_1 i {
    font-size: 19px;
  }
}

.responsive {
  max-width: 80%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  /* margin: 0; */
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
}

#myCarousel .carousel {
  height: 700px;
}
#myCarousel .slider_btn .btn {
  margin: 5px 10px;
}
#myCarousel .carousel-inner {
  height: 700px;
}
#myCarousel .item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index: 1;
}
#myCarousel .item:before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.8);
  z-index: 2;
}
#myCarousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#myCarousel .carousel-caption {
  top: 24%;
}
#myCarousel .carousel-caption .slider_btn {
  margin: 30px 0px;
}
#myCarousel .carousel-caption h1.banner_heading {
  font-size: 45px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 45px;

  font-style: italic;
}
#myCarousel .carousel-caption p.banner_txt {
  font-size: 20px;
  line-height: 36px;
}
@media screen and (max-width: 1024px) {
  #myCarousel .carousel-caption h1.banner_heading {
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
  }
  #myCarousel .carousel-caption p.banner_txt {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #myCarousel .carousel-caption h1.banner_heading {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 30px;
    font-style: italic;
  }
  #myCarousel .carousel-caption p.banner_txt {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  #myCarousel .carousel-caption h1.banner_heading {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 30px;
    font-style: italic;
  }
  #myCarousel .carousel-caption p.banner_txt {
    font-size: 16px;
    line-height: 36px;
  }
}
@media screen and (max-width: 560px) {
  #myCarousel .carousel-caption .btn {
    padding: 12px 35px;
  }
}
@media screen and (max-width: 480px) {
  #myCarousel .carousel-caption h1.banner_heading {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    font-style: italic;
  }
  #myCarousel .carousel-caption p.banner_txt {
    font-size: 16px;
    line-height: 30px;
  }
  #myCarousel .carousel-caption .btn {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 380px) {
  #myCarousel .carousel-caption .carousel-caption {
    top: 12%;
  }
  #myCarousel .carousel-caption h1.banner_heading {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
    font-style: italic;
  }
  #myCarousel .carousel-caption p.banner_txt {
    font-size: 16px;
    line-height: 26px;
  }
  #myCarousel .carousel-caption .btn {
    padding: 12px 30px;
    margin: 5px 5px;
  }
}
@keyframes slide-up {
  from {
    padding-top: 150px;
    opacity: 0.25;
    line-height: 80px;
  }
  to {
    padding-top: 20;
    opacity: 1;
    line-height: 25px;
  }
}
#myCarousel .slide-up {
  animation: slide-up 1.5s;
}
#myCarousel .carousel-control {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  position: absolute;
  top: 50%;
  text-align: center;
  text-shadow: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  z-index: 20;
}

#top_banner h2,
#top_banner .h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}
#top_banner .inner h2 {
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
}
#top_banner .inner p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 7px;
  text-align: left;
}
#top_banner .banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  background-position: 50% 25%;
}
#top_banner .page_info {
  padding: 20px 0px 10px;
  background: #ff3df2;
  border-bottom: 1px solid #ddd;
}

/*--------------------------*/
.mem {
  margin-bottom: 0px;
  margin-top: 0px;
}

.ber {
}

.black {
  margin-bottom: 0px;
  margin-top: 0px;
  border-color: #000000;
}

#btn_member {
  margin-top: 100px;
}

#btn_member button {
  border: 1px solid #999999;
  background-color: rgba(0, 0, 0, 0);
  color: black;
  padding: 15px 25px;
  border-radius: 3px;
}

#btn_member :hover {
  color: white;
  background-color: #999999;
}

/*-- POPUP common style S ======================================================================================================================== --*/
#layerbox hr {
  margin-left: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left;
  border-bottom: 0px;
  width: 450px;
}

#layerbox .white {
  border-color: #fff;
}

#layerbox .black {
  border-color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}

#layerbox .un {
  margin-top: 20px;
}

#layerbox p {
  font-weight: bold;
}

#name tr {
  border-bottom: 1px solid #999999;
}

#name table thead tr th {
  color: #000000;
  background-color: #ffffff;
  vertical-align: middle;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2em;
  padding-bottom: 20px;
  padding-top: 12.5px;
  text-align: center;
}

#name table tr th {
  background-color: #ffffff;
  font-size: 13px;
  vertical-align: middle;
  padding: 15px 5px;
  color: #999999;
  word-break: break-all;
}

#name .memtab {
  background-color: #ffffff;
  font-size: 13px;
  vertical-align: middle;
  padding: 10px 5px;
  color: #999999;
  word-break: break-all;
}

#name thead tr .cent {
  text-align: center;
  width: 150px;
}

#name thead tr .cen {
  text-align: center;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 1850px;
  z-index: 999;
  background-color: #000000;
  display: none;
}

.layerpop {
  display: none;
  z-index: 1000;
  border: 0px solid;
  background: #fff;
  cursor: move;
}

.layerpop_area .title {
  padding: 10px 10px 10px 10px;
  background: #fff;
  color: #999999;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.layerpop_area .layerpop_close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent url("../../images/btn_exit_off.png") no-repeat;
}

.layerpop_area .layerpop_close:hover {
  background: transparent url("../../images/btn_exit_on.png") no-repeat;
  cursor: pointer;
}

.layerpop_area .content {
  width: 96%;
  margin: 5%;
}
/*-- POPUP common style E --*/

.re {
  list-style-type: none;
  padding-left: 15px;
}

.re li {
  font-size: 15px;
  line-height: 2em;
}

.re li:before {
  content: "\f111";
  color: #0857a3;
  font-family: FontAwesome;
  margin-left: -1em;
  margin-right: 0.9em;
  font-size: 0.65em;
}

/* 서브 로케이션*/
.subgroup_w ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9999;
}
.subgroup_w {
  z-index: 8;
  border-top: 1px solid #e5e5e5;
  height: 47px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
}
.subgroup_w .sub_location {
  max-width: 1170px;
  height: 46px;
  margin: 0 auto !important;
}
.subgroup_w .sub_location > ul {
  padding-left: 97px;
}
.subgroup_w .sub_location > ul:after {
  content: "";
  display: block;
  clear: both;
}
.subgroup_w .sub_location > ul > li {
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 100;
  min-width: 190px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-right: 1px solid #e5e5e5;
}
.subgroup_w .sub_location > ul > li > p {
  position: relative;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  color: #888888;
  text-align: center;
  line-height: 45px !important;
  letter-spacing: -0.03em;
}
.subgroup_w .sub_location > ul > li.loca_home {
  border-left: 1px solid #e5e5e5;
}
.subgroup_w .sub_location > ul > li.loca_home {
  min-width: 50px;
}
.subgroup_w .sub_location > ul > li.loca_home > p {
  padding: 0;
}
.subgroup_w .sub_location > ul > li.loca_home > p > a {
  display: block;
  position: relative;
  font-size: 0;
}
.subgroup_w .sub_location > ul > li.loca_home > p > a:before {
  content: "\f015";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  color: #888888;
  vertical-align: top;
}
.subgroup_w .sub_location > ul > li.loca_current > p {
  background: #fff;
  color: #003875;
}
.subgroup_w .sub_location > ul > li.snb_on > p {
  box-sizing: border-box;
  padding-right: 42px;
  text-align: left;
  cursor: pointer;
}
.subgroup_w .sub_location > ul > li.snb_on > p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-width: 6px;
  border-style: solid;
  border-color: #888888 transparent transparent transparent;
  vertical-align: top;
}
.subgroup_w .sub_location > ul > li.snb_on.on > p:before {
  margin-top: -10px;
  border-color: transparent transparent #888888 transparent;
}
.subgroup_w .sub_location > ul > li.snb_on > ul {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  min-width: 100%;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  white-space: nowrap;
}
.subgroup_w .sub_location > ul > li.snb_on > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subgroup_w .sub_location > ul > li.snb_on > ul > li:first-child {
  border-top: none;
}
.subgroup_w .sub_location > ul > li.snb_on > ul > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #888888;
  background: #ffffff;
  letter-spacing: -0.03em;
}
.subgroup_w .sub_location > ul > li.snb_on > ul > li > a:hover,
.subgroup_w .sub_location > ul > li.snb_on > ul > li.on > a {
  color: #003875;
}
.subgroup_w .sub_location > ul > li.loca_current.snb_on > p:before {
  border-color: #003875 transparent transparent transparent;
}
.subgroup_w .sub_location > ul > li.loca_current.snb_on.on > p:before {
  border-color: transparent transparent #003875 transparent;
}

.w_250 {
  width: 300px !important;
}
@media all and (max-width: 767px) {
  .w_250 {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
  }
}
