

/*-----------

	02 Typography

-------------*/
.title-block {
  padding-bottom: 30px; }
  .title-block h1, .title-block h2, .title-block h3, .title-block h4, .title-block h5, .title-block h6 {
    padding-top: 0;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .title-block h1, .title-block h2, .title-block h3, .title-block h4, .title-block h5, .title-block h6 {
        margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .title-block {
      padding-bottom: 20px;
      text-align: center; } }

h1, h2, h3, h4, h5{
  color: #403E3B;
  font-weight: normal; }

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 100; }

h3 {
  margin-bottom: 20px;
  font-weight: 300; }

h4 {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 1em;
  border-bottom: 1px solid #403E3B;
  padding-bottom: 5px; }

p {
  font-size: .9em;
  line-height: 1.6em;
  font-family: "NanumSquare", sans-serif;
  color: #888;
  margin: 10px 0 30px 0; }
  p a {
    font-weight: bold; }

blockquote {
  border-left: 1px solid #bbb;
  width: 100%;
  border-right: 1px solid #bbb;
  text-align: center;
  margin-bottom: 40px; }

strong {
  font-weight: bold;
  color: #403E3B; }

.subtitle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-family: "NanumSquare", sans-serif; }

/*-----------

	03 Elements

-------------*/
.blog-date {
  margin-top: 25px;
  color: #999;
  font-size: .9em; }

.comment-box {
  border: 1px solid #fff;
  padding: 0 20px 15px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .comment-box .title {
    margin: 0 -20px;
    background: #fff;
    padding: 10px 20px; }
  .comment-box:hover {
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1); }

ul.comments {
  list-style: none;
  margin: 30px 0;
  padding: 0; }
  ul.comments li.comment {
    border: 1px solid #fff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    ul.comments li.comment:hover {
      -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); }
    ul.comments li.comment .user {
      background: #fff;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #fff; }
      ul.comments li.comment .user img {
        height: 50px;
        float: left; }
      ul.comments li.comment .user h5 {
        margin: 0 25px;
        line-height: 50px;
        display: inline-block;
        float: left;
        width: auto; }
      ul.comments li.comment .user a.btn {
        float: right;
        display: inline-block;
        margin-right: 10px;
        background: #ddd; }
        ul.comments li.comment .user a.btn:hover {
          background: #403E3B; }
    ul.comments li.comment .comment-body {
      padding: 0 25px;
      display: block;
      float: none;
      clear: both; }
    ul.comments li.comment ul {
      list-style: none; }
      ul.comments li.comment ul li {
        margin-bottom: 15px; }

.back-to-top {
  background: #403E3B;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: -40px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .back-to-top.active {
    bottom: 40px; }
  .back-to-top:after {
    content: ' ';
    position: absolute;
    top: 13px;
    left: 14px;
    border: 5px solid transparent;
    border-bottom-color: #fff; }
  .back-to-top:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .back-to-top {
      right: 10px; }
      .back-to-top.active {
        bottom: 10px; } }

.service {
  padding: 20px 0; }
  .service .fa {
    margin-top: 15px;
    font-size: 2em;
    float: right; }
  @media screen and (max-width: 992px) {
    .service .fa {
      float: none;
      text-align: center; } }

.top-line {
  border-top: 1px solid #eee; }

.bottom-line {
  border-bottom: 1px solid #eee; }

.brand {
  font-size: 1.1em;
  padding: 10px 0;
  width: auto;
  display: block;
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #403E3B;
  font-weight: 300; }
  .brand:hover {
    color: #403E3B;
    text-decoration: none; }

.fa-icon {
  padding: 10px 0; }
  .fa-icon i {
    width: 30px; }

figure.profile {
  margin: 0 10px;
  text-align: center; }
  figure.profile .social a.icon {
    color: #403E3B;
    background: #eee;
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
    figure.profile .social a.icon:hover {
      background: #403E3B;
      color: #eee;
      text-decoration: none; }
  figure.profile .avatar img {
    width: 100%; }
  figure.profile .description h3 {
    margin: 40px 0 15px 0; }
  figure.profile .description h5 {
    margin-bottom: 18px; }
  @media screen and (max-width: 1300px) {
    figure.profile {
      margin: 30px 0 50px; } }

label {
  margin: 20px 0 7px; }

input.form-element, textarea.form-element {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 #ddd;
  -moz-box-shadow: inset 0 0 0 #ddd;
  -ms-box-shadow: inset 0 0 0 #ddd;
  box-shadow: inset 0 0 0 #ddd;
  color: #403E3B !important;
  margin: 7px 0;
  padding: 10px 20px;
  width: 100%;
  line-height: auto;
  display: block !important;
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  input.form-element.error, textarea.form-element.error {
    background: #e74c3c;
    color: #fff; }
  input.form-element:focus, textarea.form-element:focus {
    -webkit-box-shadow: inset 0 3px 0 #ddd;
    -moz-box-shadow: inset 0 3px 0 #ddd;
    -ms-box-shadow: inset 0 3px 0 #ddd;
    box-shadow: inset 0 3px 0 #ddd;
    outline: none; }

.placeholder {
  color: #aaa; }

textarea.form-element {
  padding: 10px 20px;
  height: 150px;
  resize: vertical; }
  @media screen and (max-width: 767px) {
    textarea.form-element {
      height: 80px; } }

#form .block {
  padding: 40px 20px; }

.progress {
  height: 20px;
  padding: 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }
  .progress .progress-bar {
    height: 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -ms-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
    .progress .progress-bar.progress-bar-gray {
      background: #403E3B; }

.nav-tabs li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #aaa; }
  .nav-tabs li a.active {
    color: #403E3B; }

.tab-content {
  border: 1px solid #ddd;
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding: 10px 30px 0; }
  .tab-content img {
    margin-bottom: 30px; }

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  color: #fff;
  border: 0;
  margin: 10px 0 0;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  .btn.btn-default {
    background: #403E3B; }
    .btn.btn-default:hover, .btn.btn-default.active {
      background: #222;
      color: #fff; }
  .btn.btn-lg {
    padding: 20px 35px; }
  .btn.btn-sm {
    padding: 10px 25px; }
  .btn.btn-xs {
    padding: 5px 20px; }
  .btn .fa {
    margin-right: 10px; }

/*-----------

	04 Sections

-------------*/
header {
  position: fixed;
  padding-top: 30px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    header {
      padding-top: 5px; } }
 
section {
  margin: 0 auto;
  width: 100% !important;
 }
  
section.block {
padding: 100px; }
section.block.small {
  padding: 20px; }
@media screen and (max-width: 1300px) {
  section.block {
	padding: 60px; } }
@media screen and (max-width: 992px) {
  section.block {
	padding: 40px; } }
@media screen and (max-width: 767px) {
  section.block {
	padding: 20px; } }

section.top-space {
    margin-top: 80px !important;
	margin: 0 auto;
	width: 100%;
	}
section.wide {
    max-width: 1600px;
	width: 100%;
    padding: 0; 
	}

/* 모바일 여백 (화면 너비 767px 이하일 때) */
@media (max-width: 767px) {
    section.top-space {
        margin-top: 120px !important; 
    }
}


  section.gray {
    background: #eee; }
  section.jumbotron {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block; }
    section.jumbotron.small {
      height: 400px !important; }
    section.jumbotron .bg {
      background-attachment: static;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section.jumbotron h1 {
      font-size: 4em; }
    section.jumbotron h3 {
      font-size: 1.1em; }
    section.jumbotron p {
      font-size: 1.1em;
      color: #403E3B; }
    section.jumbotron .btn {
      margin-bottom: 10px; }
    section.jumbotron section {
      position: absolute;
      bottom: 60px;
      left: -10px;
      right: 0; }
      @media screen and (max-width: 767px) {
        section.jumbotron section {
          bottom: 5px; } }
      section.jumbotron section.top {
        bottom: auto;
        top: 90px; }
        @media screen and (max-width: 767px) {
          section.jumbotron section.top {
            bottom: auto;
            top: 70px; } }
/*
  section .block {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto; }
    section .block.small {
      padding: 10px !important; }
    @media screen and (min-width: 1300px) {
      section .block {
        max-width: 1400px; } }
    @media screen and (max-width: 1300px) {
      section .block {
        padding: 40px 20px; } }
    section .block img {
      max-width: 100%; }
    section .block .block {
      padding: 80px 50px; }
      section .block .block.small {
        padding: 50px; }
  section.work {
    max-width: 1500px;
    padding-top: 20px; }
  @media screen and (min-width: 1300px) {
    section {
      max-width: 1400px; } }
  @media screen and (max-width: 767px) {
    section {
      padding: 0 20px; }
      section .block {
        padding: 10px; } }
*/

.sidebar {
  padding: 20px 30px; }
  @media screen and (max-width: 767px) {
    .sidebar {
      padding: 20px 0; } }
  .sidebar #searchform {
    width: 100%;
    clear: both;
    float: none;
    display: inline-block;
    position: relative; }
    .sidebar #searchform label {
      width: 30%;
      float: left; }
    .sidebar #searchform input#s {
      float: left;
      width: 70%;
      margin-top: 17px;
      padding: 3px;
      border: 0;
      background: #eee; }
    .sidebar #searchform button {
      position: absolute;
      right: 1px;
      top: 2px;
      top: 17px;
      z-index: 2;
      border: 0;
      width: 30px;
      height: 29px;
      background: transparent; }
      .sidebar #searchform button:before {
        content: "\f002" !important;
        font-family: "FontAwesome" !important;
        width: 29px;
        height: 30px;
        line-height: 30px;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 3;
        text-align: center;
        color: #403E3B !important; }
  .sidebar ul.list {
    list-style: none;
    padding: 0; }
    .sidebar ul.list li {
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      -webkit-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -moz-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -o-transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      transition: all 0.2s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
      .sidebar ul.list li a {
        color: #403E3B;
        font-family: "Inconsolata", sans-serif;
        font-size: .9em; }
        .sidebar ul.list li a:hover {
          text-decoration: none; }
      .sidebar ul.list li:hover {
        padding: 10px;
        border-bottom: 1px solid #403E3B; }

.content {
  padding: 60px 0; }
  .content img {
    max-width: 100%;
    margin: 30px 0; }

/*-----------------

	06 Portfolio

------------------*/
#grid {
  list-style: none;
  margin: 30px -2%;
  padding: 0;
  max-width: 1200px;
  width: 104%;
  -webkit-transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: height 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
  @media screen and (min-width: 1300px) {
    #grid {
      max-width: 1400px; } }
  #grid .item {
    padding: 0;
    margin: 2%;
    width: 46%; }
    @media screen and (max-width: 767px) {
      #grid .item {
        width: 100% !important;
        margin: 1% 0 !important; } }
    #grid .item:after {
      padding-top: 80%;
      display: block;
      content: ''; }
    #grid .item .inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -webkit-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -moz-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -o-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=10);
      -moz-opacity: 0.1; /* 0.1 > 1로 수정하여 페이드 효과 삭제*/
      -khtml-opacity: 0.1;
      opacity: 0.1; }
    #grid .item.visible .inner {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    #grid .item.high:after {
      padding-top: 168.4%; }
    #grid .item.wide {
      width: 96%; }
      #grid .item.wide:after {
        padding-top: 40%; }
    #grid .item.cap-2 {
      position: relative;
      background: none; }
      #grid .item.cap-2:after {
        padding: 0 !important; }
      #grid .item.cap-2 img {
        width: 100%;
        -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        -o-transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
        transition: opacity 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005); }
      #grid .item.cap-2 .inner {
        overflow: initial;
        display: inline-block;
        position: relative; }
        #grid .item.cap-2 .inner:hover {
          text-decoration: none; }
          #grid .item.cap-2 .inner:hover img {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
            filter: alpha(opacity=40);
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            opacity: 0.4; }
        #grid .item.cap-2 .inner .caption {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          transform: scale(1, 1);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          background: rgba(255, 255, 255, 0.95);
          position: relative;
          padding: 10px;
          margin-right: -2px;
          height: 75px; }
          #grid .item.cap-2 .inner .caption .field {
            padding: 10px 0 0;
            top: 0;
            right: 10px;
            position: absolute;
            color: #403E3B; }
            @media screen and (max-width: 1200px) {
              #grid .item.cap-2 .inner .caption .field {
                display: none; } }
          #grid .item.cap-2 .inner .caption .titles {
            border: 0 !important;
            top: 7px;
            padding-bottom: 0; }
            #grid .item.cap-2 .inner .caption .titles .title {
              text-transform: none;
              color: #403E3B; }
            #grid .item.cap-2 .inner .caption .titles .subtitle {
              color: #403E3B; }
  #grid.no-spacing {
    margin: 10px 0;
    width: 100%;
    }
    #grid.no-spacing .item {
      margin: 0;
      width: 50%; }
      #grid.no-spacing .item.high:after {
        padding-top: 160%; }
      #grid.no-spacing .item.wide {
        width: 100%; }
  #grid.col-3 {
    margin: 30px -1.6666%;
    width: 103.3333%; }
    #grid.col-3 .item {
      width: 30%;
      margin: 1.6666%; }
      #grid.col-3 .item.wide {
        width: 63.3333%; }
        #grid.col-3 .item.wide:after {
          padding-top: 37.85%; }
      #grid.col-3 .item.high:after {
        padding-top: 171%; }
    #grid.col-3.no-spacing {
      margin: 30px 0;
      width: 100%; }
      #grid.col-3.no-spacing .item {
        margin: 0;
        width: 33.3333%; }
        #grid.col-3.no-spacing .item.high:after {
          padding-top: 160%; }
        #grid.col-3.no-spacing .item.wide {
          width: 66.64%; }
          #grid.col-3.no-spacing .item.wide:after {
            padding-top: 40%; }
			
	/* 4단 그리드 설정 */
	  #grid.col-4 {
		margin: 10px -0.2%; /* 전체 너비를 보정하기 위한 음수 마진 */
		width: 100.4%; }

		#grid.col-4 .item {
		  width: 24.6%; /* (100% / 4) - 마진 */
		  margin: 0.2%; }

		  /* 가로로 긴 아이템 (2칸 차지) */
		  #grid.col-4 .item.wide {
			width: 49.6%; }
			#grid.col-4 .item.wide:after {
			  padding-top: 39.6%; /* 높이 비율은 디자인에 따라 조정 가능 */ }

		  /* 세로로 긴 아이템 */
		  #grid.col-4 .item.high:after {
			padding-top: 161.6%; }

		/* 간격이 없는 버전 (No Spacing) */
		#grid.col-4.no-spacing {
		  margin: 30px 0;
		  width: 100%; }

		  #grid.col-4.no-spacing .item {
			margin: 0;
			width: 25%; }

			#grid.col-4.no-spacing .item.wide {
			width: 50%; }
			#grid.col-4 .item.wide:after {
			padding-top: 40%; }

			#grid.col-4.no-spacing .item.high:after {
			  padding-top: 160%; }


.inner {
  background-size: cover !important;
  background-position: center !important; }
  .inner .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.25s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    /*background: #403E3B;*/
	background: rgba(30, 30, 30, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 40px;
    font-size: 15px; }
    .inner .caption .field {
      font-family: "Inconsolata", sans-serif;
      color: #fff;
      position: absolute;
      text-transform: uppercase;
      top: 40px;
      font-size: 12px;
      letter-spacing: 1px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7; }
    .inner .caption .titles {
      position: absolute;
      bottom: 40px;
      width: auto;
      border-bottom: 1px solid #777;
      padding-bottom: 20px; }
      .inner .caption .titles .subtitle {
        font-size: 14px; }
      .inner .caption .titles .title, .inner .caption .titles .subtitle {
        color: #fff; }
    @media screen and (max-width: 767px) {
      .inner .caption {
        padding: 0 10px; }
        .inner .caption .field {
          top: 10px; }
        .inner .caption .titles {
          bottom: 10px;
          padding-bottom: 5px; } }
  .inner:hover .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }

/* 1. 필터 트리거(열기 버튼)는 더 이상 필요 없으므로 숨깁니다. */
#filter-trigger {
  display: none !important;
}

/* 2. 필터 전체 컨테이너 설정 */
#filters {
  margin: 25px 0 20px;
  padding: 0;
  list-style: none;
  text-align: center; /* 중앙 정렬 (왼쪽 정렬 원하면 left로 변경) */
  font-family: "Inconsolata", sans-serif;
  width: 100%;
  display: block; /* 항상 펼쳐져 있도록 설정 */
  font-size: .9em;
  overflow: hidden;
}

#filters li {
  display: inline-block; /* 가로 나열을 위해 block 대신 inline-block 추천 */
  float: none; /* 중앙 정렬을 위해 float 해제 */
  margin: 0 10px;
}

#filters li button {
  line-height: 35px;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  color: #000; /* 글자 색상 검정 */
  border: 0;
  background: transparent; /* 배경색 제거 */
  cursor: pointer;
  transition: all 0.2s ease;
}

/* 3. 마우스를 올렸을 때 (Hover) - 밑줄 표시 */
#filters li button:hover {
  background: transparent;
  color: #000;
  text-decoration: underline;
}

/* 4. 선택되었을 때 (Active/Focus) - 볼드체 + 밑줄 */
/* 보통 Isotope 템플릿은 선택된 버튼에 .active 또는 .is-checked 클래스가 붙습니다. */
#filters li button:focus, 
#filters li button:active,
#filters li button.active, 
#filters li button.is-checked {
  outline: none;
  background: transparent;
  color: #000;
  font-weight: bold;      /* 볼드체 */
  text-decoration: underline; /* 밑줄 */
}


.fadeIn {
  -webkit-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -moz-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -o-transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: opacity 1s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1; }
  .fadeIn.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

section.top-space {
    margin-top: 80px !important;
}

/* 모바일 여백 (화면 너비 767px 이하일 때) */
@media (max-width: 767px) {
    section.top-space {
        margin-top: 65px !important; 
    }
}
