@charset "UTF-8";
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);
#not-found {
  width: 700px;
  margin: 0 auto; }
  #not-found .not-found-image {
    width: 25%;
    float: left; }
  #not-found .not-found-title {
    width: 70%;
    float: right;
    background: url(/img/bg-footer.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 400px; }
    #not-found .not-found-title h1 {
      font-size: 30px;
      color: #1f2128;
      margin-bottom: 20px;
      margin-top: 155px; }
    #not-found .not-found-title a.gotohomepage {
      background-color: #de4f4f;
      color: #fff;
      width: 180px;
      line-height: 40px;
      display: block;
      text-align: center;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      height: 40px; }

@font-face {
  font-family: 'Lovelo Black';
  src: url("/fonts/lovelo_black-webfont.eot");
  src: url("/fonts/lovelo_black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/lovelo_black-webfont.woff2") format("woff2"), url("/fonts/lovelo_black-webfont.woff") format("woff"), url("/fonts/lovelo_black-webfont.ttf") format("truetype"), url("/fonts/lovelo_black-webfont.svg#loveloblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lovelo Line';
  src: url("/fonts/lovelo_line_bold-webfont.eot");
  src: url("/fonts/lovelo_line_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/lovelo_line_bold-webfont.woff2") format("woff2"), url("/fonts/lovelo_line_bold-webfont.woff") format("woff"), url("/fonts/lovelo_line_bold-webfont.ttf") format("truetype"), url("/fonts/lovelo_line_bold-webfont.svg#loveloline_bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'PBS SBlod';
  src: url("/fonts/PBSignature-BoldDisplay_1.woff2"); }

@font-face {
  font-family: 'PBG';
  src: url("/fonts/PBGothicRg_2.woff2"); }

* {
  font-family: 'Nanum Gothic', sans-serif; }

*:focus,
*:active {
  outline: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none; }

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

.en-text {
  font-family: 'Lovelo Black', sans-serif; }

.en-text.line {
  font-family: 'Lovelo Line', sans-serif;
  font-weight: 700; }

.pm-reset {
  padding: 0;
  margin: 0; }

.skip-nav a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  background-color: #57ccba;
  white-space: nowrap; }
  .skip-nav a:focus, .skip-nav a:active {
    position: fixed;
    width: 100%;
    height: 34px;
    line-height: 18px;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    z-index: 999; }

.fixed-header {
  padding-top: 120px;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    .fixed-header {
      padding-top: 70px;
      padding-bottom: 54px; } }

.navbar-default {
  background-color: #2b3643; }

.dd-data {
  background-color: #2b3643; }

.dd-profile {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: right; }

.mobile-profile {
  padding: 0 15px; }

.profile-thumb {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%; }
  .profile-thumb.bic-size {
    width: 60px;
    height: 60px; }

.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #2b3643;
  padding: 8px 0;
  font-size: 13px;
  color: #fff; }
  @media (min-width: 768px) {
    .page-footer {
      height: 34px; } }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3em;
  height: 2.6em; }

.ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2em; }

.page-board-form hr {
  border-top-color: #ccc; }

.relative-box {
  position: relative; }

.ribbon {
  margin-top: -12px;
  margin-bottom: 10px;
  text-align: left; }
  .ribbon span {
    display: inline-block;
    color: #fff;
    background: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 6px 15px; }
  .ribbon small {
    display: inline-block;
    margin-right: 10px; }

.h1, h1 {
  font-size: 32px;
  font-weight: 600; }

.h2, h2 {
  font-size: 26px;
  font-weight: 600; }

.h3, h3 {
  font-size: 20px;
  font-weight: 600; }

.h4, h4 {
  font-size: 16px;
  font-weight: 600; }

.h5, h5 {
  font-size: 14px;
  font-weight: 600; }

.h6, h6 {
  font-size: 12px;
  font-weight: 600; }

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 36px; }
  .h2, h2 {
    font-size: 30px; }
  .h3, h3 {
    font-size: 24px; }
  .h4, h4 {
    font-size: 18px; }
  .h5, h5 {
    font-size: 14px; }
  .h6, h6 {
    font-size: 12px; } }

b, strong, label, legend {
  font-weight: 600; }

label.checkbox-inline {
  font-weight: normal; }

.title-label {
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 15px; }
  .title-label .all-checked {
    position: absolute;
    top: 0;
    right: 0; }

.group-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600; }

fieldset {
  position: relative; }
  fieldset legend {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 0; }
  fieldset input[type="radio"], fieldset input[type="checkbox"] {
    margin: 2px 0 0; }
  fieldset .form-group {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0; }
    fieldset .form-group.bg-white {
      background-color: #fff; }
  fieldset .radio-inline, fieldset .checkbox-inline {
    width: 45%;
    padding: 3px 0 3px 20px;
    margin: 0 10px 0 0 !important; }
    @media (min-width: 768px) {
      fieldset .radio-inline, fieldset .checkbox-inline {
        width: calc(25% - 13px); } }

.btn {
  border-radius: 0 !important; }

.glyphicon {
  top: 2px; }

.page-header {
  border-bottom: 0;
  padding: 15px 0;
  margin: 0 0 15px; }
  .page-header.bline {
    border-bottom: 1px solid #eee; }

.form-control {
  min-width: 100px;
  box-shadow: none;
  border-radius: 0 !important; }

.form-header {
  padding: 15px;
  margin: 0; }

.form-footer {
  padding: 15px 0;
  margin: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.dropdown-header {
  padding: 3px 10px; }

.navbar-nav {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .navbar-nav {
      margin: 0; } }

.navbar-default .navbar-toggle {
  border-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #eee; }

.dd-toggle {
  margin-right: 5px !important; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #52606f; }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #36c6d3; }

.navbar-default .navbar-brand {
  color: #fff; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-default .navbar-nav > li > a {
  color: #fff !important; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #52606f; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #36c6d3; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color: #36c6d3; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #36c6d3; }

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 25px; }

.dropdown-menu {
  padding: 0;
  border: 1px solid black;
  border-radius: 0 !important; }

.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #333; }

.jumbotron {
  margin-top: 0;
  margin-bottom: 0; }

.page-bar {
  background-color: #f5f5f5;
  margin-bottom: 20px; }
  .page-bar .breadcrumb {
    display: block;
    padding: 7px 15px;
    margin: 0 10px 0 0; }
    @media (min-width: 768px) {
      .page-bar .breadcrumb {
        display: inline-block;
        float: left;
        padding: 7px 15px;
        margin: 0 10px 0 0; } }
  .page-bar .page-toolbar {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    background-color: #fff; }
    @media (min-width: 768px) {
      .page-bar .page-toolbar {
        display: inline-block;
        float: right;
        width: auto;
        padding: 0; } }

.tab-content {
  margin-top: 0;
  border: 0;
  padding: 30px 0; }

.nav-tabs > li.active {
  border-bottom: 4px solid #36c6d3; }

.nav-tabs > li > a {
  padding: 10px 15px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #555; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  background-color: transparent; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.nav-tabs > li > a:hover {
  border-color: transparent; }

.badge {
  padding: 5px 7px 4px;
  border-radius: 0;
  font-weight: normal; }
  .badge.classA {
    color: #333;
    background-color: #ec9696; }
  .badge.classB {
    color: #333;
    background-color: #f6e595; }
  .badge.classC {
    color: #333;
    background-color: #95f793; }
  .badge.classN {
    color: #333;
    background-color: #93d0f7; }
  .badge.bg-info {
    background-color: #659be0; }
  .badge.bg-warning {
    background-color: #F1C40F; }
  .badge.bg-danger {
    background-color: #e7505a; }
  .badge.bg-blue {
    color: #fff;
    background-color: #3598dc; }
  .badge.notice {
    color: #333;
    background-color: #ffffff; }
  .badge.new {
    color: #333;
    background-color: #ffffff; }
  .badge.as {
    color: #333;
    background-color: #e97f7f; }
  .badge.emergency {
    color: #333;
    background-color: #7fa2e9; }
  .badge.ing {
    color: #333;
    background-color: #cdcbfd; }
  .badge.end {
    background-color: #81ce6c; }
  .badge.self {
    background-color: #ffffff; }

.progress {
  border-radius: 0; }

.container.max-large-device {
  max-width: 910px; }

.container.max-large-device2 {
  max-width: 940px; }

@media (min-width: 768px) {
  .container.privacy-container {
    width: 98%; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; }
    .container.privacy-container {
      max-width: 1310px; } }

.datepicker {
  z-index: 9999 !important; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 44px;
    line-height: 44px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 0; }

.board-container.bt-margin {
  margin-bottom: 15px; }

.board-header {
  padding: 15px;
  background-color: #5cb85c;
  color: #fff; }
  .board-header.subject {
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    background-color: #e5e5e5; }
  .board-header .board-header-logo {
    font-size: 24px;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 768px) {
      .board-header .board-header-logo {
        font-size: 30px;
        text-align: left; } }
  .board-header .board-header-top {
    font-size: 16px;
    text-align: center; }
    .board-header .board-header-top strong {
      color: #333; }
    @media (min-width: 768px) {
      .board-header .board-header-top {
        font-size: 30px;
        text-align: right; } }

.board-footer {
  padding: 15px;
  background-color: #e5e5e5; }
  .board-footer.pb-none {
    padding: 15px 15px 0; }

.board-content {
  padding: 15px;
  background-color: #f8f8f8; }
  .board-content .mb-none {
    margin-bottom: 0 !important; }
  .board-content .dropdown-menu {
    margin: 0 !important;
    border-radius: 0 !important;
    border-color: #999; }
  .board-content .dropdown-menu > li > a {
    padding: 10px 10px;
    color: #333 !important; }
  .board-content .dropdown-menu > .active > a, .board-content .dropdown-menu > .active > a:hover, .board-content .dropdown-menu > .active > a:focus {
    background-color: #9ec6e8; }
  .board-content .bootstrap-select-searchbox, .board-content .bootstrap-select .bs-actionsbox {
    padding: 4px; }
  .board-content .form-group .table-money-box {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc; }
    .board-content .form-group .table-money-box .caption-title {
      padding: 10px;
      background-color: #f5f5f5; }
    .board-content .form-group .table-money-box .btn-add {
      padding: 2px 5px;
      font-size: 10px; }
    .board-content .form-group .table-money-box .table-money {
      padding: 10px;
      border: 0;
      margin: 0 !important; }
    .board-content .form-group .table-money-box table {
      margin: 0 !important; }
    .board-content .form-group .table-money-box thead {
      background-color: #f1f5f8; }
    .board-content .form-group .table-money-box th, .board-content .form-group .table-money-box td {
      text-align: center; }

.page-board .page-select-search {
  margin: 0 -2px 15px; }

.page-board .dropdown-toggle {
  position: relative;
  padding: 6px 27px 6px 12px;
  text-align: left;
  width: 100%; }
  .page-board .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    z-index: 1; }

.page-board .dropdown-menu {
  width: 100%;
  max-height: 30vh;
  margin-top: 0;
  border-radius: 0;
  overflow-y: auto;
  min-width: inherit; }
  @media (min-width: 768px) {
    .page-board .dropdown-menu {
      min-width: inherit;
      max-height: 50vh; } }
  @media (min-width: 992px) {
    .page-board .dropdown-menu {
      min-width: 156px; } }

.page-board .dropdown-menu > li > a {
  padding: 10px;
  font-size: 13px;
  color: inherit; }

.page-board .col-no-padding {
  float: left;
  display: inline-block;
  padding: 0 2px !important;
  margin: 2px 0;
  width: 50%; }
  .page-board .col-no-padding.only-one {
    width: 100%; }
    @media (min-width: 768px) {
      .page-board .col-no-padding.only-one {
        width: 33.33%;
        min-width: 160px;
        max-width: 230px; } }
    @media (min-width: 992px) {
      .page-board .col-no-padding.only-one {
        float: left;
        display: inline-block;
        width: auto;
        min-width: 160px; } }
  @media (min-width: 768px) {
    .page-board .col-no-padding {
      width: 33.33%; } }
  @media (min-width: 992px) {
    .page-board .col-no-padding {
      float: left;
      display: inline-block;
      width: auto;
      min-width: 160px; } }

.page-board .btn-group {
  width: 100%; }

.page-board .input-group-addon {
  cursor: pointer;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #5cb85c;
  border: 1px solid #449d44; }
  .page-board .input-group-addon:hover {
    background-color: #449d44; }

.search-box {
  float: left !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .search-box {
      min-width: 240px !important;
      max-width: 240px; } }

.category-colors {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 1px solid #000;
  background-color: #fff;
  vertical-align: middle; }
  .category-colors.as {
    background-color: #e97f7f; }
  .category-colors.new {
    background-color: #ffffff; }
  .category-colors.notice {
    background-color: #ffffff; }
  .category-colors.emergency {
    background-color: #7fa2e9; }
  .category-colors.ing {
    background-color: #cdcbfd; }
  .category-colors.end {
    background-color: #81ce6c; }
  .category-colors.self {
    background-color: #ffffff; }

.list-card {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #f9f9f9; }
  .list-card:hover, .list-card:focus {
    color: #fff;
    background-color: #848484;
    text-decoration: none; }
    .list-card:hover .link, .list-card:focus .link {
      color: #fff; }
  .list-card.as .ribbon span {
    color: #333;
    background: #e97f7f; }
  .list-card.new .ribbon span {
    color: #333;
    background: #ffffff; }
  .list-card.notice .ribbon span {
    color: #333;
    background: #ffffff; }
  .list-card.emergency .ribbon span {
    color: #333;
    background: #7fa2e9; }
  .list-card.ing .ribbon span {
    color: #333;
    background: #cdcbfd; }
  .list-card.end .ribbon span {
    color: #fff;
    background: #81ce6c; }
  .list-card.self .ribbon span {
    background: #ffffff; }
  .list-card .thumb {
    margin-bottom: 5px; }
  .list-card .loc-info {
    margin: 0 0 8px; }
    .list-card .loc-info .pull-left {
      margin-right: 10px; }
  .list-card .subject {
    padding: 0 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600; }
  .list-card .link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px; }
    .list-card .link .fa {
      font-size: 18px; }
  .list-card .detail-info {
    font-size: 12px; }
  .list-card .address {
    margin-bottom: 5px; }
  .list-card .contact {
    font-size: 13px; }

.hospital-card {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #f9f9f9; }
  .hospital-card:hover, .hospital-card:focus {
    background-color: #efeded;
    text-decoration: none; }
  .hospital-card .loc-info {
    margin: 0 0 8px; }
    .hospital-card .loc-info .pull-left {
      margin-right: 10px; }
  .hospital-card .subject {
    padding: 0 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600; }
  .hospital-card .btns {
    position: absolute;
    top: 7px;
    right: 7px;
    text-align: right;
    padding: 0; }
  .hospital-card .detail-info {
    font-size: 12px; }
  .hospital-card .address {
    margin-bottom: 7px; }

.hunter-thumb {
  width: 100%;
  margin-bottom: 10px; }

.hunter-info .name {
  padding: 5px 0;
  font-size: 18px;
  color: #449d44; }
  .hunter-info .name small {
    color: #888; }

.hunter-info .contact {
  margin-bottom: 10px;
  font-size: 13px; }

.career-box {
  background-color: #fff;
  margin-bottom: 15px; }
  .career-box .career-header {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #b4b4b4; }
  .career-box .career-content {
    padding: 10px; }

.board-copyright {
  padding: 10px;
  color: #fff;
  background-color: #5cb85c; }

.invi-card {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #f9f9f9; }
  .invi-card:hover, .invi-card:focus {
    color: #fff;
    background-color: #848484;
    text-decoration: none; }
    .invi-card:hover .link, .invi-card:focus .link {
      color: #fff; }
  .invi-card.as .ribbon span {
    color: #333;
    background: #e97f7f; }
  .invi-card.new .ribbon span {
    color: #333;
    background: #ffffff; }
  .invi-card.notice .ribbon span {
    color: #333;
    background: #ffffff; }
  .invi-card.emergency .ribbon span {
    color: #333;
    background: #7fa2e9; }
  .invi-card.ing .ribbon span {
    color: #333;
    background: #cdcbfd; }
  .invi-card.end .ribbon span {
    color: #fff;
    background: #81ce6c; }
  .invi-card.self .ribbon span {
    background: #ffffff; }
  .invi-card .loc-info {
    margin: 0 0 8px; }
    .invi-card .loc-info .pull-left {
      margin-right: 10px; }
  .invi-card .subject {
    padding: 0 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600; }
  .invi-card .major {
    margin-bottom: 7px; }
  .invi-card .detail-info {
    font-size: 12px; }

.page-progress {
  margin-top: 15px;
  font-size: 16px; }
  .page-progress .row:first-child {
    margin-bottom: 15px; }
  .page-progress .step {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .page-progress .step {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px; } }

.invitation-view {
  padding: 15px 15px 0; }

.info-boxs {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff; }
  .info-boxs h1 {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #eee; }
    .info-boxs h1 .btn-fileup {
      position: absolute;
      top: 50%;
      right: 0;
      padding: 2px 5px;
      margin-top: -20px; }
  .info-boxs .btn-modify {
    padding: 3px 6px;
    font-size: 13px; }
  .info-boxs .badge {
    padding: 3px 5px 3px;
    font-size: 10px; }
  .info-boxs .textarea-info {
    width: 100%;
    min-height: 100px;
    padding: 15px;
    background-color: #e2ebfa;
    border: 0;
    box-shadow: none; }
  .info-boxs .table {
    margin-bottom: 0; }
    .info-boxs .table th {
      width: 80px; }
    .info-boxs .table .border-none {
      border: 0 !important; }
  .info-boxs .file-list {
    list-style: none; }
    .info-boxs .file-list .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .info-boxs .file-list .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .info-boxs .media-list .media-heading {
    position: relative;
    padding-top: 3px; }
    .info-boxs .media-list .media-heading .btn-reply {
      display: none;
      position: absolute;
      top: 0;
      right: 0; }
  .info-boxs .media-list .media-object {
    width: 30px;
    height: 30px; }
    @media (min-width: 768px) {
      .info-boxs .media-list .media-object {
        width: 50px;
        height: 50px; } }
  .info-boxs .media-list:hover .media-heading .btn-reply {
    display: block; }
  .info-boxs .job-comment {
    padding: 15px 0 0 0;
    border-top: 1px solid #eee; }
    .info-boxs .job-comment .media-object {
      width: 30px;
      height: 30px; }
      @media (min-width: 768px) {
        .info-boxs .job-comment .media-object {
          width: 50px;
          height: 50px; } }
  .info-boxs textarea {
    resize: none; }
  .info-boxs .btn-comment {
    border-radius: 0 !important;
    height: 74px; }

.doctor-card {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #f9f9f9; }
  .doctor-card:hover, .doctor-card:focus {
    color: #fff;
    background-color: #848484;
    text-decoration: none; }
    .doctor-card:hover .link, .doctor-card:focus .link {
      color: #fff; }
  .doctor-card.as .ribbon span {
    color: #333;
    background: #e97f7f; }
  .doctor-card.new .ribbon span {
    color: #333;
    background: #ffffff; }
  .doctor-card.notice .ribbon span {
    color: #333;
    background: #ffffff; }
  .doctor-card.emergency .ribbon span {
    color: #333;
    background: #7fa2e9; }
  .doctor-card.ing .ribbon span {
    color: #333;
    background: #cdcbfd; }
  .doctor-card.end .ribbon span {
    color: #fff;
    background: #81ce6c; }
  .doctor-card.self .ribbon span {
    background: #ffffff; }
  .doctor-card .loc-info {
    margin: 0 0 8px; }
    .doctor-card .loc-info .pull-left {
      margin-right: 10px; }
  .doctor-card .subject {
    padding: 0 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600; }
  .doctor-card .major {
    margin-bottom: 7px; }
  .doctor-card .detail-info {
    font-size: 12px; }

.interview-card {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #f9f9f9; }
  .interview-card:hover, .interview-card:focus {
    color: #fff;
    background-color: #848484;
    text-decoration: none; }
    .interview-card:hover .subject small, .interview-card:focus .subject small {
      color: #fff; }
  .interview-card.expe .ribbon span {
    color: #333;
    background: #ffffff; }
  .interview-card.conf .ribbon span {
    color: #333;
    background: #ffffff; }
  .interview-card.drop .ribbon span {
    color: #333;
    background: #7fa2e9; }
  .interview-card.wait .ribbon span {
    color: #333;
    background: #cdcbfd; }
  .interview-card .loc-info {
    margin: 0 0 8px; }
    .interview-card .loc-info .pull-left {
      margin-right: 10px; }
  .interview-card .subject {
    padding: 0 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600; }
    .interview-card .subject small {
      color: #555;
      font-size: 16px;
      font-weight: normal; }
  .interview-card .doctor-major {
    margin-bottom: 7px; }
  .interview-card .txt-money {
    font-size: 13px;
    margin-bottom: 7px; }
  .interview-card .detail-info {
    font-size: 12px; }
  .interview-card .location {
    position: absolute;
    top: 7px;
    right: 15px;
    text-align: right;
    padding: 0; }

.fg-lp-select-box {
  display: none;
  background-color: #fff;
  z-index: 1; }
  .fg-lp-select-box.active {
    display: block; }
  .fg-lp-select-box .text-title {
    position: relative;
    padding: 7px 12px; }
    .fg-lp-select-box .text-title .btn-default {
      position: absolute;
      top: 1px;
      right: 18px;
      border: 0;
      background-color: transparent;
      color: #999999; }
    .fg-lp-select-box .text-title .caret {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -2px;
      color: #999999; }
  .fg-lp-select-box .fg-lp-select {
    max-height: 25vh;
    overflow-y: auto; }
    .fg-lp-select-box .fg-lp-select ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .fg-lp-select-box .fg-lp-select button {
      display: block;
      width: 100%;
      padding: 6px;
      text-align: left;
      cursor: pointer;
      background-color: #fff; }
      .fg-lp-select-box .fg-lp-select button:hover, .fg-lp-select-box .fg-lp-select button:focus {
        color: #fff;
        background-color: #337ab7; }

.search-lp-box {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1; }
  .search-lp-box.active {
    display: block; }
  .search-lp-box .search-lp-title {
    position: relative;
    padding: 7px 12px;
    color: #888; }
    .search-lp-box .search-lp-title .close {
      position: absolute;
      top: 50%;
      right: 32px;
      margin-top: -10px;
      border: 0;
      background-color: transparent; }
    .search-lp-box .search-lp-title .caret {
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -2px;
      transform: rotate(180deg); }
  .search-lp-box .search-lp-input {
    padding: 4px; }
  .search-lp-box .search-lp-list {
    max-height: 30vh;
    overflow-y: auto; }
    .search-lp-box .search-lp-list ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .search-lp-box .search-lp-list li {
      padding: 8px; }
      .search-lp-box .search-lp-list li:hover, .search-lp-box .search-lp-list li:focus {
        color: #fff;
        background-color: #337ab7; }

.form-search-box .fsb-title {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.form-search-box .btn-form-search {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  color: #888;
  background-color: #fff; }
  .form-search-box .btn-form-search .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px; }

.table-list-container thead tr th, .table-list-container thead tr td, .table-list-container tbody tr th, .table-list-container tbody tr td {
  vertical-align: middle;
  font-size: 13px; }

.table-list-container tr {
  background: transparent; }
  .table-list-container tr a {
    color: inherit; }
    .table-list-container tr a:hover, .table-list-container tr a:focus {
      text-decoration: none; }
  .table-list-container tr.conf {
    background: #ffffff; }
  .table-list-container tr.as {
    background: #e97f7f; }
  .table-list-container tr.new {
    background: #ffffff; }
  .table-list-container tr.notice {
    background: #ffffff; }
  .table-list-container tr.emergency {
    background: #7fa2e9; }
  .table-list-container tr.ing {
    background: #cdcbfd; }
  .table-list-container tr.end {
    background: #81ce6c; }
    .table-list-container tr.end:hover td, .table-list-container tr.end:hover a, .table-list-container tr.end:focus td, .table-list-container tr.end:focus a {
      color: inherit; }
    .table-list-container tr.end td, .table-list-container tr.end a {
      color: #fff; }
  .table-list-container tr.self {
    background: #ffffff; }
    .table-list-container tr.self:hover td, .table-list-container tr.self:hover a, .table-list-container tr.self:focus td, .table-list-container tr.self:focus a {
      color: inherit; }

.table-list-container th, .table-list-container td {
  text-align: center; }

.table-list-container .profile-thumb.bic-size {
  margin-right: 0; }

.table-list-container .td-num {
  width: 50px; }

.table-list-container .td-sm {
  width: 8%; }

.table-list-container .td-md {
  width: 14%; }

.table-list-container .td-lg {
  width: 24%; }

.table-list-container td.subject {
  text-align: left; }

.table-list-container td.btn-td {
  color: #fff; }

/* loading animation
   ========================================================================== */
@keyframes spin {
  100% {
    transform: rotate(359deg); } }

.loading-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999; }
  .loading-box.active {
    display: block; }
  .loading-box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: 'LOADING';
    width: 100px;
    margin-left: -50px;
    margin-top: 20px;
    text-align: center;
    color: #fff; }
  .loading-box .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -30px;
    display: block;
    border-width: 30px;
    border-style: double;
    border-color: #555 #fff #fff;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

.lp-block-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99998; }
  .lp-block-loading.active {
    display: flex; }
  .lp-block-loading .loader-spinner {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

.lp-block-loading-nb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-color: transparent;
  z-index: 99998; }
  .lp-block-loading-nb.active {
    display: flex; }
  .lp-block-loading-nb .loader-spinner {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

.lp-common-center {
  display: none;
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999999; }
  @media (min-width: 768px) {
    .lp-common-center {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .lp-common-center.active {
    display: flex; }
  .lp-common-center .lp-common-boxs {
    min-width: 200px;
    max-height: 80%;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1rem;
    border: 1px solid #282828;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
    z-index: 12999; }
    .lp-common-center .lp-common-boxs.confirm {
      padding: 15px;
      margin: 0;
      font-size: 16px; }
  .lp-common-center .lcb-content {
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 16px; }
  .lp-common-center .btns {
    text-align: center; }

.login-wrap {
  position: relative;
  min-height: 100vh;
  /* CSS Hack to trigger GPU for smooth transition */ }
  .login-wrap .login-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center; }
    .login-wrap .login-container .login-content {
      padding: 0 30px 80px; }
      .login-wrap .login-container .login-content .form-control {
        margin-bottom: 10px; }
    .login-wrap .login-container .login-copyright {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 30px;
      text-align: right;
      color: #bbb; }
    @media (min-width: 768px) {
      .login-wrap .login-container {
        min-height: 100vh; } }
  .login-wrap .login-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px; }
  .login-wrap .form-signin .btn-block {
    margin-bottom: 10px; }
  .login-wrap .form-signin .forgot-password-link {
    cursor: pointer; }
  .login-wrap .form-signin-heading {
    margin-top: 0; }
    .login-wrap .form-signin-heading img {
      width: 290px;
      margin-bottom: 10px; }
    .login-wrap .form-signin-heading small {
      font-size: 55%; }
  .login-wrap .forgot-password-form {
    display: none; }
    .login-wrap .forgot-password-form.active {
      display: block; }
  .login-wrap .carousel .background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50vh; }
    @media (min-width: 768px) {
      .login-wrap .carousel .background {
        min-height: 100vh; } }
  .login-wrap .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition: opacity 1s;
    /* The 0.5s describes the duration to make the opacity from 0 to 1 */ }
  .login-wrap .carousel-fade .carousel-inner .active {
    opacity: 1; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .login-wrap .carousel-fade .carousel-inner > .item.next,
    .login-wrap .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .login-wrap .carousel-fade .carousel-inner > .item.prev,
    .login-wrap .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .login-wrap .carousel-fade .carousel-inner > .item.next.left,
    .login-wrap .carousel-fade .carousel-inner > .item.prev.right,
    .login-wrap .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.main-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 3; }
  .main-header .navbar {
    padding: 15px 0 5px;
    margin: 0;
    border: 0; }
  .main-header .brand-logo {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 20px;
    left: 0; }
    .main-header .brand-logo a {
      display: inline-block;
      color: #000; }
  @media (min-width: 768px) {
    .main-header .navbar {
      padding: 15px 0 15px; }
    .main-header .brand-logo {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .main-header .navbar {
      padding: 5px 0 5px; }
    .main-header .brand-logo {
      font-size: 33px;
      display: block;
      text-align: center;
      left: auto; }
      .main-header .brand-logo span {
        letter-spacing: 3px; } }

.header-container,
.footer-container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px; }

.hd-menu-wrap {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -20px;
  z-index: 50; }
  .hd-menu-wrap .company-logo,
  .hd-menu-wrap .btn {
    float: left; }
  .hd-menu-wrap .company-logo {
    width: 32px;
    height: 30px;
    margin-right: 15px;
    margin-top: -1px; }
    .hd-menu-wrap .company-logo a {
      display: block;
      height: 100%; }
    .hd-menu-wrap .company-logo img {
      max-width: 100%; }
  .hd-menu-wrap .menu-btn {
    display: block;
    padding: 3px 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #6a6768;
    background-color: #fff; }
    .hd-menu-wrap .menu-btn .icon-bar {
      display: block;
      width: 100%;
      height: 2px;
      background: #6a6768;
      margin-bottom: 4px; }
      .hd-menu-wrap .menu-btn .icon-bar:last-child {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .hd-menu-wrap {
      right: 20px;
      margin-top: -15px; } }
  @media (min-width: 1200px) {
    .hd-menu-wrap {
      right: 60px; } }

.hd-menu-collapse-box {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 65px;
  border: 1px solid #6f6f6f;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100; }
  .hd-menu-collapse-box .navbar-nav {
    margin: 0; }
  .hd-menu-collapse-box ul > li {
    border-bottom: 1px solid #a1a1a1; }
    .hd-menu-collapse-box ul > li:last-child {
      border-bottom: 0; }
  .hd-menu-collapse-box ul > li > a {
    color: #4e4e4e;
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
    transition: all .15s; }
    .hd-menu-collapse-box ul > li > a:hover, .hd-menu-collapse-box ul > li > a:focus {
      color: #e60012; }
  .hd-menu-collapse-box .depth2 > li {
    border-bottom: 0; }
  .hd-menu-collapse-box .depth2 > li > a {
    display: block;
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #7b7b7b; }
    .hd-menu-collapse-box .depth2 > li > a:hover, .hd-menu-collapse-box .depth2 > li > a:focus {
      background-color: #eee;
      color: #525252; }
  .hd-menu-collapse-box .depth2.collapsing,
  .hd-menu-collapse-box .depth2.in {
    border-top: 1px solid #a1a1a0; }
  @media (min-width: 768px) {
    .hd-menu-collapse-box {
      width: 184px;
      left: auto;
      right: 15px;
      top: 91px; }
      .hd-menu-collapse-box ul > li {
        width: 100%; }
      .hd-menu-collapse-box .depth2 > li > a {
        padding-top: 2px;
        padding-bottom: 2px; } }
  @media (min-width: 992px) {
    .hd-menu-collapse-box {
      top: 67px; } }
  @media (min-width: 1200px) {
    .hd-menu-collapse-box {
      right: -18px; } }

.hd-sns-wrap {
  position: relative;
  padding-top: 10px;
  display: inline-block;
  left: 0; }
  .hd-sns-wrap ul {
    margin-bottom: 0; }
  .hd-sns-wrap li {
    float: left;
    width: 22px;
    height: 22px;
    border: 1px solid #737171;
    border-radius: 22px;
    margin-right: 15px;
    background: url("/img/sns-logo-sp.gif") 0 0 no-repeat;
    background-size: 60px 20px; }
    .hd-sns-wrap li a {
      display: block;
      width: 100%;
      height: 100%; }
    .hd-sns-wrap li:last-child {
      margin-right: 0; }
  .hd-sns-wrap .facebook {
    background-position: 0 0; }
  .hd-sns-wrap .blog {
    background-position: -20px 0; }
  .hd-sns-wrap .instagram {
    background-position: -40px 0; }
  @media (min-width: 768px) {
    .hd-sns-wrap {
      padding-top: 10px; }
      .hd-sns-wrap li {
        width: 30px;
        height: 30px;
        border: 2px solid #737171;
        border-radius: 30px;
        margin-right: 20px;
        background-size: 78px 26px; }
      .hd-sns-wrap .facebook {
        background-position: 0 0; }
      .hd-sns-wrap .blog {
        background-position: -26px 0; }
      .hd-sns-wrap .instagram {
        background-position: -52px 0; } }
  @media (min-width: 992px) {
    .hd-sns-wrap {
      position: absolute;
      top: 50%;
      left: 15px;
      padding-top: 0;
      margin-top: -15px;
      text-align: center; }
      .hd-sns-wrap li {
        margin-right: 25px; } }

.main-footer {
  padding: 20px 0 20px;
  background-color: #4f4f4f; }
  @media (min-width: 768px) {
    .main-footer {
      padding: 20px 0 30px; } }
  @media (min-width: 992px) {
    .main-footer {
      padding: 30px 0 32px; } }
  @media (min-width: 1200px) {
    .main-footer {
      padding: 50px 0; } }

.ft-section {
  width: 100%; }
  .ft-section.family-section {
    position: absolute;
    top: 0;
    right: 15px;
    width: 50%; }
  @media (min-width: 992px) {
    .ft-section {
      float: left; }
      .ft-section.sns-section {
        position: relative;
        padding-top: 40px;
        width: 20%;
        text-align: center; }
        .ft-section.sns-section:after {
          position: absolute;
          display: block;
          width: 1px;
          height: 62px;
          top: 30px;
          right: -10%;
          background-color: #fff;
          content: ''; }
      .ft-section.info-section {
        width: 60%; }
      .ft-section.family-section {
        position: relative;
        top: auto;
        right: auto;
        width: 20%;
        padding-top: 45px;
        text-align: center; }
        .ft-section.family-section:after {
          position: absolute;
          display: block;
          width: 1px;
          height: 62px;
          top: 30px;
          left: -10%;
          background-color: #fff;
          content: ''; } }
  @media (min-width: 1200px) {
    .ft-section.sns-section {
      padding-top: 25px;
      width: 21%; }
      .ft-section.sns-section:after {
        top: 15px;
        right: -1px; }
    .ft-section.info-section {
      width: 58%; }
    .ft-section.family-section {
      width: 21%;
      padding-top: 30px; }
      .ft-section.family-section:after {
        top: 15px;
        left: -1px; } }

.ft-sns-wrap {
  position: relative;
  margin-bottom: 10px; }
  .ft-sns-wrap ul {
    margin-bottom: 0; }
  .ft-sns-wrap li {
    float: left;
    width: 22px;
    height: 22px;
    border: 1px solid #737171;
    border-radius: 22px;
    margin-right: 15px;
    background: url("/img/sns-logo-sp.gif") 0 0 no-repeat;
    background-size: 60px 20px; }
    .ft-sns-wrap li a {
      display: block;
      width: 100%;
      height: 100%; }
    .ft-sns-wrap li:last-child {
      margin-right: 0; }
  .ft-sns-wrap .facebook {
    background-position: 0 0; }
  .ft-sns-wrap .blog {
    background-position: -20px 0; }
  .ft-sns-wrap .instagram {
    background-position: -40px 0; }
  @media (min-width: 768px) {
    .ft-sns-wrap {
      position: relative;
      margin-bottom: 0; }
      .ft-sns-wrap li {
        width: 30px;
        height: 30px;
        border: 2px solid #737171;
        border-radius: 30px;
        margin-right: 20px;
        background-size: 78px 26px; }
      .ft-sns-wrap .facebook {
        background-position: 0 0; }
      .ft-sns-wrap .blog {
        background-position: -26px 0; }
      .ft-sns-wrap .instagram {
        background-position: -52px 0; } }
  @media (min-width: 992px) {
    .ft-sns-wrap:before {
      left: 5px; }
    .ft-sns-wrap:after {
      right: 5px; }
    .ft-sns-wrap li {
      margin-right: 25px; }
      .ft-sns-wrap li:last-child {
        margin-right: 0; } }

.ft-family-site .dropup, .ft-family-site .dropdown {
  position: relative;
  width: 100%; }

.ft-family-site .ft-family-select {
  position: relative;
  width: 100%;
  height: 24px;
  border: 0;
  padding: 4px 12px;
  font-family: 'Lovelo Black', sans-serif;
  font-size: 12px;
  text-align: left;
  background-color: #fff; }

.ft-family-site .caret {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -5px;
  border-top: 8px dashed;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom: 0;
  font-size: 20px; }

.ft-family-site .dropdown-menu {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid #cdcdcd;
  box-shadow: none; }

.ft-family-site .dropdown-menu > li > a {
  padding: 5px 12px;
  color: #000;
  font-size: 12px;
  font-family: 'Lovelo Black', 'Nanum Gothic', sans-serif; }

@media (min-width: 768px) {
  .ft-family-site {
    position: relative;
    text-align: right; }
    .ft-family-site .dropup, .ft-family-site .dropdown {
      display: inline-block;
      max-width: 195px;
      margin-top: 3px; }
    .ft-family-site .ft-family-select {
      height: 25px;
      padding: 5px 12px;
      font-size: 12px; } }

@media (min-width: 992px) {
  .ft-family-site .dropup, .ft-family-site .dropdown {
    margin-top: 0; } }

.ft-address {
  padding-top: 10px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold; }
  .ft-address i {
    display: block; }
  .ft-address .tel {
    font-weight: normal; }
  @media (min-width: 768px) {
    .ft-address {
      padding-top: 25px;
      font-size: 18px;
      text-align: center; }
      .ft-address i {
        display: inline; }
      .ft-address .tel {
        margin-left: 10px; } }
  @media (min-width: 992px) {
    .ft-address {
      padding-top: 15px; }
      .ft-address .tel {
        display: block;
        margin-left: 0; } }
  @media (min-width: 1200px) {
    .ft-address {
      padding-top: 10px;
      margin-bottom: 15px; }
      .ft-address .tel {
        display: inline;
        margin-left: 10px; } }

.ft-copyright {
  color: #dee0e2;
  font-size: 12px; }
  @media (min-width: 768px) {
    .ft-copyright {
      text-align: center;
      font-size: 13px; } }

.ft-info-box ul {
  margin-bottom: 5px; }

.ft-info-box li {
  float: left; }
  .ft-info-box li a {
    color: #fff;
    font-size: 11px;
    font-weight: 300; }
  .ft-info-box li .privacy {
    font-weight: bold;
    color: #ffffff; }
  .ft-info-box li .privacy-other {
    font-weight: bold;
    color: #cccccc; }
  .ft-info-box li:after {
    display: inline-block;
    content: '/';
    color: #fff;
    padding: 0 5px; }
  .ft-info-box li:last-child:after {
    display: none; }

@media (min-width: 768px) {
  .ft-info-box {
    text-align: center; }
    .ft-info-box ul {
      display: inline-block;
      margin-bottom: 0; }
    .ft-info-box li a {
      font-size: 12px; }
    .ft-info-box li:after {
      padding: 0 10px; } }

.site-container {
  position: relative;
  width: 100%;
  padding-top: 79px;
  z-index: 2; }
  @media (min-width: 768px) {
    .site-container {
      padding-top: 106px; } }
  @media (min-width: 992px) {
    .site-container {
      padding-top: 98px; } }

.section-title {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 15px;
  margin: 0;
  letter-spacing: 2px; }
  .section-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 28px;
    background-color: #000;
    top: 0;
    left: 50%; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 20px;
      padding-top: 65px;
      padding-bottom: 30px;
      letter-spacing: 4px; }
      .section-title:after {
        width: 2px;
        height: 46px;
        margin-left: -1px; } }
  @media (min-width: 992px) {
    .section-title {
      font-size: 24px;
      padding-top: 80px;
      padding-bottom: 35px;
      letter-spacing: 6px; }
      .section-title:after {
        height: 59px; } }

.section-box {
  width: 100%; }
  .section-box.gray-bg {
    background-color: #eeeeee; }

.main-visual-box {
  position: relative; }
  .main-visual-box img {
    max-width: 100%;
    margin: auto; }
  .main-visual-box .slide-item {
    position: relative;
    width: 100%; }

.main-visual-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: 'PBS SBlod';
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
  margin: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .main-visual-title {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .main-visual-title {
      font-size: 32px; } }

.main-visual-slide-box {
  margin-bottom: 0; }
  .main-visual-slide-box .slick-prev,
  .main-visual-slide-box .slick-next {
    width: 50px;
    height: 50px;
    background-color: #c9cacb;
    margin-top: -25px;
    opacity: 0.9; }
    .main-visual-slide-box .slick-prev:before,
    .main-visual-slide-box .slick-next:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      top: 18px; }
    .main-visual-slide-box .slick-prev.slick-disabled,
    .main-visual-slide-box .slick-next.slick-disabled {
      opacity: 0.4; }
      .main-visual-slide-box .slick-prev.slick-disabled:before,
      .main-visual-slide-box .slick-next.slick-disabled:before {
        opacity: 1; }
    .main-visual-slide-box .slick-prev:hover, .main-visual-slide-box .slick-prev:focus,
    .main-visual-slide-box .slick-next:hover,
    .main-visual-slide-box .slick-next:focus {
      opacity: 1; }
  .main-visual-slide-box .slick-prev {
    left: 0; }
    .main-visual-slide-box .slick-prev:before {
      transform: rotate(-45deg);
      left: 20px; }
  .main-visual-slide-box .slick-next {
    right: 0; }
    .main-visual-slide-box .slick-next:before {
      transform: rotate(135deg);
      right: 20px; }
  .main-visual-slide-box .slick-dots {
    position: absolute;
    bottom: 5px; }
  .main-visual-slide-box .slick-dots li {
    width: 20px;
    height: 20px; }
  .main-visual-slide-box .slick-dots li button {
    width: 20px;
    height: 3px;
    padding: 9px 0;
    box-sizing: content-box; }
  .main-visual-slide-box .slick-dots li button:before {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #818181;
    opacity: 1; }
  .main-visual-slide-box .slick-dots li.slick-active button:before {
    background-color: #000; }
  @media (min-width: 768px) {
    .main-visual-slide-box .slick-prev,
    .main-visual-slide-box .slick-next {
      display: block; }
    .main-visual-slide-box .slick-dots {
      bottom: 15px; }
    .main-visual-slide-box .slick-dots li {
      width: 32px; }
    .main-visual-slide-box .slick-dots li button {
      width: 32px;
      height: 5px; } }
  @media (min-width: 992px) {
    .main-visual-slide-box .slick-dots {
      bottom: 25px; } }

.main-info {
  text-align: center;
  padding: 10px 0 30px; }
  .main-info .section-title {
    padding-bottom: 5px; }
  .main-info .info-text {
    position: relative;
    font-size: 14px;
    color: #39362d;
    line-height: 1.8;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .main-info .info-box {
    width: 100%;
    margin-bottom: 25px; }
    .main-info .info-box li {
      width: 100%; }
    .main-info .info-box li > a {
      display: block;
      width: 98px;
      height: 98px;
      margin: 0 auto; }
      .main-info .info-box li > a:hover .icon-box {
        background-color: #e2e2e2; }
    .main-info .info-box .icon-box {
      width: 100%;
      height: 100%;
      background-color: #eee;
      border: 1px solid #d5d5d5;
      border-radius: 98px;
      background-size: 291px 97px;
      background-repeat: no-repeat; }
    .main-info .info-box .info-detail-text {
      font-size: 13px;
      font-family: 'PBS SBlod';
      padding: 15px 0 30px;
      text-align: center;
      color: #39362d; }
    .main-info .info-box .item-phone .icon-box {
      background-image: url("/img/icon-main-info.png");
      background-position: 0 0; }
    .main-info .info-box .item-phone .info-detail-text {
      letter-spacing: 2px; }
    .main-info .info-box .item-email .icon-box {
      background-image: url("/img/icon-main-info.png");
      background-position: -97px 0; }
    .main-info .info-box .item-instagram .icon-box {
      background-image: url("/img/icon-main-info.png");
      background-position: -194px 0; }
    .main-info .info-box .item-instagram .info-detail-text {
      letter-spacing: 3px; }
  .main-info .btn-box {
    text-align: center;
    padding-top: 30px; }
  .main-info .btn-more {
    background-color: transparent;
    margin: 0 auto;
    width: auto;
    border-color: #131313;
    transition: all .15s; }
    .main-info .btn-more:hover, .main-info .btn-more:focus, .main-info .btn-more:active {
      background-color: #131313;
      color: #fff; }
  @media (min-width: 768px) {
    .main-info {
      padding: 20px 0 50px; }
      .main-info .btn-box {
        padding-top: 40px; }
      .main-info .btn-more {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px; }
      .main-info .info-text {
        font-size: 20px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0; }
      .main-info .info-box {
        width: 90%;
        margin: 0 auto 50px; }
        .main-info .info-box li {
          width: 33.3333333333%;
          float: left; }
        .main-info .info-box .info-detail-text {
          font-size: 16px;
          padding: 25px 0 30px; } }
  @media (min-width: 992px) {
    .main-info {
      padding: 20px 0 90px; }
      .main-info .btn-box {
        padding-top: 50px;
        padding-bottom: 10px; }
      .main-info .btn-more {
        font-size: 20px;
        width: 220px; }
      .main-info .section-title {
        padding-bottom: 20px; }
      .main-info .info-text {
        font-size: 26px;
        padding-bottom: 35px;
        margin-bottom: 50px; }
      .main-info .info-box {
        width: 100%;
        max-width: 910px; }
        .main-info .info-box li > a {
          width: 148px;
          height: 148px; }
        .main-info .info-box .icon-box {
          border-radius: 148px;
          background-size: 438px 146px; }
        .main-info .info-box .info-detail-text {
          font-size: 18px;
          padding: 35px 0; }
        .main-info .info-box .item-phone .icon-box {
          background-position: 0 0; }
        .main-info .info-box .item-email .icon-box {
          background-position: -146px 0; }
        .main-info .info-box .item-instagram .icon-box {
          background-position: -292px 0; } }
  @media (min-width: 1200px) {
    .main-info .info-box .item-phone .info-detail-text {
      letter-spacing: 4px; }
    .main-info .info-box .item-email .info-detail-text {
      letter-spacing: 1px; }
    .main-info .info-box .item-instagram .info-detail-text {
      letter-spacing: 6px; } }

.main-proposal {
  padding-top: 30px; }
  .main-proposal .nav-tabs {
    margin-bottom: 2px;
    border-bottom: 0;
    margin-left: -15px;
    margin-right: -15px; }
  .main-proposal .nav-tabs > li {
    width: 50%; }
  .main-proposal .nav-tabs > li.active {
    border-bottom: 0; }
  .main-proposal .nav-tabs > li:nth-child(odd) > a {
    border-right-color: transparent; }
  .main-proposal .nav-tabs > li > a {
    padding: 10px 0;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 0;
    color: #777;
    font-size: 12px;
    text-align: center; }
  .main-proposal .nav-tabs > li.active > a, .main-proposal .nav-tabs > li.active > a:hover, .main-proposal .nav-tabs > li.active > a:focus {
    border: 1px solid #eee;
    color: #e60012;
    background-color: #eee; }
  .main-proposal .nav-tabs > li > a:hover {
    color: #e60012; }
  .main-proposal .tab-content {
    padding: 20px 0 15px; }
  @media (min-width: 768px) {
    .main-proposal {
      padding-top: 64px; }
      .main-proposal .nav-tabs {
        margin-left: 0;
        margin-right: 0; }
      .main-proposal .nav-tabs > li {
        width: 33.33333333333%; }
      .main-proposal .nav-tabs > li:nth-child(even) > a {
        border-right-color: transparent; }
      .main-proposal .nav-tabs > li:nth-child(3n) > a {
        border-right-color: #eee; }
      .main-proposal .nav-tabs > li > a {
        padding: 10px 0;
        font-size: 18px;
        border-left: 1px solid #eee; }
      .main-proposal .tab-content {
        padding: 40px 0 25px; } }
  @media (min-width: 992px) {
    .main-proposal {
      padding-top: 94px; }
      .main-proposal .nav-tabs > li > a {
        padding: 15px 0;
        font-size: 19px; } }
  @media (min-width: 1200px) {
    .main-proposal .nav-tabs > li {
      width: 16.66666666666%; }
    .main-proposal .nav-tabs > li:nth-child(3n) > a {
      border-right-color: transparent; }
    .main-proposal .nav-tabs > li:last-child > a {
      border-right-color: #eee; } }

.proposal-item-box .proposal-item {
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
  overflow: hidden; }
  .proposal-item-box .proposal-item a {
    display: block; }

.proposal-item-box .img-box {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden; }
  .proposal-item-box .img-box img {
    display: block;
    position: absolute;
    top: -999em;
    left: -999em;
    right: -999em;
    bottom: -999em;
    height: 100%;
    margin: auto; }

.proposal-item-box .proposal-title {
  text-align: center;
  padding: 10px;
  font-size: 13px;
  color: #000;
  font-family: 'PBS SBlod';
  font-weight: bold; }
  .proposal-item-box .proposal-title .ex {
    display: block;
    font-weight: normal;
    font-family: 'PBG';
    font-size: 12px;
    margin-top: 3px; }

.proposal-item-box .btn-box {
  text-align: center;
  padding-top: 5px; }

.proposal-item-box .btn-more {
  background-color: transparent;
  margin: 0 auto;
  width: auto;
  border-color: #131313;
  transition: all .15s; }
  .proposal-item-box .btn-more:hover, .proposal-item-box .btn-more:focus, .proposal-item-box .btn-more:active {
    background-color: #131313;
    color: #fff; }

.proposal-item-box .slick-prev,
.proposal-item-box .slick-next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin-top: -25px; }
  .proposal-item-box .slick-prev:after, .proposal-item-box .slick-prev:before,
  .proposal-item-box .slick-next:after,
  .proposal-item-box .slick-next:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    opacity: 1;
    background-color: #616161; }
  .proposal-item-box .slick-prev:hover:after, .proposal-item-box .slick-prev:hover:before,
  .proposal-item-box .slick-next:hover:after,
  .proposal-item-box .slick-next:hover:before {
    background-color: #e60012; }
  .proposal-item-box .slick-prev.slick-disabled,
  .proposal-item-box .slick-next.slick-disabled {
    opacity: 0.4; }
    .proposal-item-box .slick-prev.slick-disabled:after, .proposal-item-box .slick-prev.slick-disabled:before,
    .proposal-item-box .slick-next.slick-disabled:after,
    .proposal-item-box .slick-next.slick-disabled:before {
      background-color: #616161; }

.proposal-item-box .slick-prev {
  left: 0; }
  .proposal-item-box .slick-prev:before, .proposal-item-box .slick-prev:after {
    left: 15px; }
  .proposal-item-box .slick-prev:before {
    transform: rotate(-60deg);
    top: 16px; }
  .proposal-item-box .slick-prev:after {
    transform: rotate(60deg);
    top: 30px; }

.proposal-item-box .slick-next {
  right: 0; }
  .proposal-item-box .slick-next:before, .proposal-item-box .slick-next:after {
    left: 17px; }
  .proposal-item-box .slick-next:before {
    transform: rotate(-120deg);
    top: 16px; }
  .proposal-item-box .slick-next:after {
    transform: rotate(120deg);
    top: 30px; }

@media (min-width: 768px) {
  .proposal-item-box .proposal-item {
    padding: 0 10px;
    box-sizing: content-box; }
  .proposal-item-box .img-box {
    height: 298px;
    overflow: hidden; }
  .proposal-item-box .proposal-title {
    font-size: 16px;
    padding-top: 25px; }
    .proposal-item-box .proposal-title .ex {
      font-size: 15px; }
  .proposal-item-box .btn-box {
    padding-top: 10px; }
  .proposal-item-box .btn-more {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 992px) {
  .proposal-item-box .proposal-item {
    padding: 0 15px;
    max-width: 470px; }
  .proposal-item-box .proposal-title {
    padding: 15px 20px 15px;
    font-size: 20px; }
    .proposal-item-box .proposal-title .ex {
      font-size: 18px; }
  .proposal-item-box .btn-box {
    padding-top: 5px;
    padding-bottom: 10px; }
  .proposal-item-box .btn-more {
    font-size: 20px;
    width: 200px; }
  .proposal-item-box .slick-prev {
    left: -5%; }
  .proposal-item-box .slick-next {
    right: -5%; } }

@media (min-width: 1200px) {
  .proposal-item-box .img-box {
    height: 330px; }
  .proposal-item-box .proposal-title {
    padding: 20px;
    font-size: 23px; }
    .proposal-item-box .proposal-title .ex {
      font-size: 20px; }
  .proposal-item-box .btn-box {
    padding-top: 0; } }

.main-portfolio {
  padding: 30px 0 50px; }
  .main-portfolio .portfolio-slider-box {
    width: 100%;
    margin-bottom: 0; }
    .main-portfolio .portfolio-slider-box .portfolio-item {
      padding: 0 20px; }
      .main-portfolio .portfolio-slider-box .portfolio-item a {
        display: block;
        width: 100%; }
    .main-portfolio .portfolio-slider-box .portfolio-box {
      margin-bottom: 15px;
      width: 100%; }
      .main-portfolio .portfolio-slider-box .portfolio-box:last-child {
        margin-bottom: 0; }
    .main-portfolio .portfolio-slider-box .img-box {
      position: relative;
      display: block;
      width: 100%;
      text-align: center; }
      .main-portfolio .portfolio-slider-box .img-box img {
        display: inline-block;
        max-width: 100%;
        width: 100%; }
    .main-portfolio .portfolio-slider-box .title-box {
      padding: 15px;
      background-color: #fff;
      color: #000; }
      .main-portfolio .portfolio-slider-box .title-box .title {
        position: relative;
        font-size: 14px;
        padding: 0 0 0 10px; }
        .main-portfolio .portfolio-slider-box .title-box .title strong, .main-portfolio .portfolio-slider-box .title-box .title span {
          display: block;
          line-height: 1; }
        .main-portfolio .portfolio-slider-box .title-box .title strong {
          margin-bottom: 5px; }
        .main-portfolio .portfolio-slider-box .title-box .title:before {
          display: block;
          content: '';
          position: absolute;
          width: 2px;
          top: 0;
          bottom: 0;
          left: 0;
          background-color: #000; }
  .main-portfolio .slick-dots {
    bottom: -30px; }
  .main-portfolio .slick-prev,
  .main-portfolio .slick-next {
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin-top: -25px; }
    .main-portfolio .slick-prev:after, .main-portfolio .slick-prev:before,
    .main-portfolio .slick-next:after,
    .main-portfolio .slick-next:before {
      content: '';
      position: absolute;
      width: 18px;
      height: 3px;
      opacity: 1;
      background-color: #616161; }
    .main-portfolio .slick-prev:hover:after, .main-portfolio .slick-prev:hover:before,
    .main-portfolio .slick-next:hover:after,
    .main-portfolio .slick-next:hover:before {
      background-color: #e60012; }
    .main-portfolio .slick-prev.slick-disabled,
    .main-portfolio .slick-next.slick-disabled {
      opacity: 0.4; }
      .main-portfolio .slick-prev.slick-disabled:after, .main-portfolio .slick-prev.slick-disabled:before,
      .main-portfolio .slick-next.slick-disabled:after,
      .main-portfolio .slick-next.slick-disabled:before {
        background-color: #616161; }
  .main-portfolio .slick-prev {
    left: 0; }
    .main-portfolio .slick-prev:before, .main-portfolio .slick-prev:after {
      left: 15px; }
    .main-portfolio .slick-prev:before {
      transform: rotate(-60deg);
      top: 16px; }
    .main-portfolio .slick-prev:after {
      transform: rotate(60deg);
      top: 30px; }
  .main-portfolio .slick-next {
    right: 0; }
    .main-portfolio .slick-next:before, .main-portfolio .slick-next:after {
      left: 17px; }
    .main-portfolio .slick-next:before {
      transform: rotate(-120deg);
      top: 16px; }
    .main-portfolio .slick-next:after {
      transform: rotate(120deg);
      top: 30px; }
  .main-portfolio .btn-box {
    text-align: center;
    padding-top: 30px; }
  .main-portfolio .btn-more {
    background-color: transparent;
    margin: 0 auto;
    width: auto;
    border-color: #131313;
    transition: all .15s; }
    .main-portfolio .btn-more:hover, .main-portfolio .btn-more:focus, .main-portfolio .btn-more:active {
      background-color: #131313;
      color: #fff; }
  @media (min-width: 768px) {
    .main-portfolio {
      padding: 50px 0; }
      .main-portfolio .portfolio-slider-box .portfolio-item {
        padding: 0 10px; }
      .main-portfolio .portfolio-slider-box .img-box {
        height: 300px;
        overflow: hidden; }
        .main-portfolio .portfolio-slider-box .img-box img {
          width: auto; }
      .main-portfolio .portfolio-slider-box .title-box .title {
        font-size: 15px; }
      .main-portfolio .btn-box {
        padding-top: 40px; }
      .main-portfolio .btn-more {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 992px) {
    .main-portfolio {
      padding: 110px 0 85px; }
      .main-portfolio .portfolio-slider-box .portfolio-item {
        padding: 0 15px; }
      .main-portfolio .portfolio-slider-box .portfolio-box {
        margin-bottom: 36px; }
      .main-portfolio .portfolio-slider-box .portfolio-box a {
        position: relative;
        overflow: hidden; }
        .main-portfolio .portfolio-slider-box .portfolio-box a img {
          transition-duration: 0.5s;
          transform-origin: center center;
          transform-style: preserve-3D; }
        .main-portfolio .portfolio-slider-box .portfolio-box a:hover img {
          transform: scale(1.1); }
        .main-portfolio .portfolio-slider-box .portfolio-box a:hover .title-box {
          opacity: 1; }
      .main-portfolio .portfolio-slider-box .img-box {
        height: 260px; }
      .main-portfolio .portfolio-slider-box .title-box {
        position: absolute;
        padding: 20px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.45);
        color: #fff;
        opacity: 0;
        transition-duration: 0.5s; }
        .main-portfolio .portfolio-slider-box .title-box .title {
          position: absolute;
          padding: 0 15px 0 10px;
          bottom: 20px;
          left: 15px;
          color: #fff; }
          .main-portfolio .portfolio-slider-box .title-box .title:before {
            background-color: #fff; }
      .main-portfolio .btn-box {
        padding-top: 50px;
        padding-bottom: 10px; }
      .main-portfolio .btn-more {
        font-size: 20px;
        width: 200px; }
      .main-portfolio .slick-prev {
        left: -5%; }
      .main-portfolio .slick-next {
        right: -5%; } }
  @media (min-width: 1200px) {
    .main-portfolio .portfolio-slider-box .title {
      font-size: 20px; }
    .main-portfolio .slick-prev {
      left: -6%; }
    .main-portfolio .slick-next {
      right: -6%; } }

.section-wrap.section-bg {
  background-color: #f5f3f2; }

.section-wrap.dark-bg {
  background-color: #595959; }

.tool-bar {
  padding: 10px 15px; }
  .tool-bar:after {
    display: table;
    content: '';
    clear: both; }
  @media (min-width: 768px) {
    .tool-bar {
      padding: 15px 0; }
      .tool-bar .float-left {
        float: left; }
      .tool-bar .float-right {
        float: right; } }

.custom-select-box,
.search-select-box {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 32px;
  margin-bottom: 10px; }
  .custom-select-box select,
  .search-select-box select {
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 5px 20px 5px 10px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }
  .custom-select-box select::-ms-expand,
  .search-select-box select::-ms-expand {
    display: none; }
  .custom-select-box:after,
  .search-select-box:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .custom-select-box,
    .search-select-box {
      margin-bottom: 0; } }

.nw-search-box .search-select-box {
  width: 100%; }

.nw-search-box .search-input-box {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 32px; }
  .nw-search-box .search-input-box input[type=text] {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    font-size: 12px; }
  .nw-search-box .search-input-box .btn {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -11px 0 0;
    padding: 0 5px;
    background-color: transparent; }

@media (min-width: 768px) {
  .nw-search-box .search-select-box,
  .nw-search-box .search-input-box {
    display: inline-block;
    width: auto;
    vertical-align: middle; } }

.sub-top-visual .tab-box ul {
  margin-bottom: 0; }

.sub-top-visual .tab-box li {
  float: left;
  width: 25%; }

.sub-top-visual .tab-box li a {
  display: block;
  text-align: center;
  color: #a8a5a5;
  letter-spacing: 1px;
  padding: 15px 0;
  font-size: 14px;
  vertical-align: middle; }
  .sub-top-visual .tab-box li a:hover, .sub-top-visual .tab-box li a:focus, .sub-top-visual .tab-box li a:active {
    color: #312e2e; }

.sub-top-visual .tab-box li.active span {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  color: #312e2e;
  text-align: center; }

.sub-top-visual .tab-box.info li {
  float: left;
  width: 50%; }

.sub-top-visual .page-title {
  text-align: center;
  color: #312e2e;
  letter-spacing: 4px;
  padding: 14px 0;
  font-size: 16px;
  margin: 0;
  line-height: 1.4; }

.sub-top-visual .visual-box {
  width: 100%; }
  .sub-top-visual .visual-box img {
    max-width: 100%;
    vertical-align: top; }

@media (min-width: 768px) {
  .sub-top-visual .tab-box ul {
    margin: 0 auto; }
  .sub-top-visual .tab-box li a {
    letter-spacing: 3px;
    padding: 31px 0;
    font-size: 15px; }
  .sub-top-visual .tab-box li.active span {
    letter-spacing: 3px;
    padding: 29px 0;
    font-size: 18px; }
  .sub-top-visual .tab-box.info ul {
    max-width: 512px; }
  .sub-top-visual .tab-box.info li a {
    letter-spacing: 6px; }
  .sub-top-visual .tab-box.info li.active span {
    letter-spacing: 6px; }
  .sub-top-visual .page-title {
    text-align: center;
    color: #312e2e;
    letter-spacing: 8px;
    padding: 29px 0;
    font-size: 18px; } }

.site-pagination .pagination > li > a,
.site-pagination .pagination > li > span {
  color: #222;
  margin: 0 3px;
  padding: 4px 9px;
  border-radius: 3px;
  font-size: 12px; }

.site-pagination .pagination > li:first-child > a,
.site-pagination .pagination > li:first-child > span,
.site-pagination .pagination > li:last-child > a,
.site-pagination .pagination > li:last-child > span {
  font-size: 20px;
  margin: 0 10px;
  padding: 2px 7px;
  color: #444;
  line-height: 1; }

.site-pagination .pagination > li:first-child.disabled > span,
.site-pagination .pagination > li:last-child.disabled > span,
.site-pagination .pagination > .disabled > span,
.site-pagination .pagination > .disabled > span:hover,
.site-pagination .pagination > .disabled > span:focus,
.site-pagination .pagination > li:first-child.disabled > a,
.site-pagination .pagination > li:last-child.disabled > a,
.site-pagination .pagination > .disabled > a,
.site-pagination .pagination > .disabled > a:hover,
.site-pagination .pagination > .disabled > a:focus {
  color: #9c9c9c; }

.site-pagination .pagination > .active > a,
.site-pagination .pagination > .active > span,
.site-pagination .pagination > .active > a:hover,
.site-pagination .pagination > .active > span:hover,
.site-pagination .pagination > .active > a:focus,
.site-pagination .pagination > .active > span:focus {
  color: #fff;
  background-color: #7d7f82;
  border-color: #7d7f82; }

.brand-wrap .brand-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #131313; }
  .brand-wrap .brand-row.concept {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 0; }

.brand-wrap .img-box {
  margin-bottom: 20px; }
  .brand-wrap .img-box img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .brand-wrap .img-box.logo {
    margin-bottom: 20px; }
    .brand-wrap .img-box.logo img {
      height: 100%; }

.brand-wrap .brand-box {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px; }
  .brand-wrap .brand-box:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #131313; }
  .brand-wrap .brand-box .title {
    line-height: 1.6;
    margin: 0 0 5px;
    font-size: 25px;
    letter-spacing: 2px; }
  .brand-wrap .brand-box .desc {
    font-size: 13px;
    line-height: 1.6; }

@media (min-width: 768px) {
  .brand-wrap .brand-row {
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px; }
    .brand-wrap .brand-row.concept {
      padding-top: 120px;
      padding-bottom: 120px; }
  .brand-wrap .img-box {
    margin-bottom: 0;
    padding-top: 100px; }
    .brand-wrap .img-box.logo {
      height: auto;
      margin-bottom: 0; }
      .brand-wrap .img-box.logo img {
        width: 100%;
        height: auto; }
    .brand-wrap .img-box.last img {
      margin-top: 86px; }
  .brand-wrap .brand-box {
    padding: 0 0 0 23px;
    margin-bottom: 65px; }
    .brand-wrap .brand-box .title {
      line-height: 1.1;
      margin: 0 0 10px;
      font-size: 41px;
      letter-spacing: 5px; }
      .brand-wrap .brand-box .title i {
        display: block; }
    .brand-wrap .brand-box .desc {
      font-size: 17px;
      line-height: 1.6; }
      .brand-wrap .brand-box .desc i {
        display: block; } }

@media (min-width: 992px) {
  .brand-wrap .brand-row {
    padding-left: 25px;
    padding-right: 25px; }
  .brand-wrap .identity .col-sm-3 {
    width: 30%; }
  .brand-wrap .identity .col-sm-9 {
    width: 70%; }
  .brand-wrap .concept .col-sm-8 {
    padding-left: 25px;
    padding-right: 25px; }
  .brand-wrap .img-box {
    padding-top: 80px; }
    .brand-wrap .img-box.logo {
      height: auto; }
      .brand-wrap .img-box.logo img {
        width: 100%;
        height: auto; }
    .brand-wrap .img-box.last img {
      margin-top: 13px; } }

.service-title {
  position: relative;
  padding: 15px 0 40px;
  text-align: center; }
  .service-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 34px;
    background-color: #000;
    bottom: -5px;
    left: 50%;
    z-index: 5; }
  .service-title .title {
    font-size: 20px;
    margin: 0 0 15px; }
    .service-title .title i {
      display: block; }
  .service-title .sub-text {
    font-size: 13px;
    line-height: 1.6; }
  @media (min-width: 768px) {
    .service-title {
      padding: 40px 0 70px; }
      .service-title:after {
        height: 60px;
        bottom: -11px; }
      .service-title .title {
        font-size: 30px;
        margin: 0 0 10px; }
        .service-title .title i {
          display: inline; }
      .service-title .sub-text {
        font-size: 18px; } }

.service-info {
  padding: 30px 0 15px; }
  .service-info .thumbnail {
    border-radius: 0;
    padding: 0;
    border: 0;
    margin-bottom: 10px; }
  .service-info .text-box {
    padding: 15px;
    text-align: center; }
  .service-info .title {
    position: relative;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 5px 0 10px;
    text-align: center; }
    .service-info .title:after {
      position: absolute;
      display: block;
      content: '';
      width: 14px;
      height: 1px;
      background-color: #000;
      bottom: 0;
      left: 50%;
      margin-left: -7px;
      z-index: 5; }
  .service-info .desc {
    font-size: 13px; }
  @media (min-width: 768px) {
    .service-info {
      padding: 45px 0 30px; }
      .service-info .thumbnail {
        margin-bottom: 0; }
      .service-info .text-box {
        padding: 20px 10px 10px;
        height: 190px; }
      .service-info .title {
        font-size: 22px;
        margin: 0 0 15px;
        padding: 0 0 13px; }
        .service-info .title:after {
          width: 20px;
          height: 2px;
          margin-left: -10px; }
      .service-info .desc {
        font-size: 15px; } }
  @media (min-width: 992px) {
    .service-info .text-box {
      padding: 30px 10px 20px;
      height: 200px; }
      .service-info .text-box i {
        display: block; } }

.service-history {
  padding: 30px 0; }
  .service-history .history-title {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center; }
  .service-history .history-box {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 10px 20px; }
  .service-history .history-row {
    padding-top: 200px;
    margin-bottom: 15px; }
    .service-history .history-row.y2018 {
      padding-top: 150px;
      background: url("/img/service/img-service-history2018.png") top center no-repeat; }
    .service-history .history-row.y2017 {
      padding-top: 180px;
      background: url("/img/service/img-service-history2017.png") top center no-repeat; }
    .service-history .history-row.y2016 {
      background: url("/img/service/img-service-history2016.png") top center no-repeat; }
    .service-history .history-row.y2015 {
      padding-top: 160px;
      background: url("/img/service/img-service-history2015.png") top center no-repeat; }
  .service-history .history {
    background-color: #fff; }
  .service-history .year {
    font-size: 16px;
    padding: 10px 4%;
    font-weight: normal;
    margin: 0; }
  .service-history .history-list {
    padding: 0 5% 10px;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0; }
  .service-history .last .history-list {
    border-bottom: 0; }
  @media (min-width: 768px) {
    .service-history {
      padding: 50px 0; }
      .service-history .history-title {
        margin: 0 0 30px;
        font-size: 30px; }
      .service-history .history-box {
        border-top: 0;
        border-bottom: 0;
        padding: 10px 20px; }
      .service-history .history-row {
        padding: 0 0 0 300px;
        background-position: 0 0 !important;
        margin-bottom: 10px; }
        .service-history .history-row.y2018 {
          padding-top: 0;
          background-position: 0 10px !important; }
        .service-history .history-row.y2017 {
          padding-top: 0; }
        .service-history .history-row.y2015 {
          padding-top: 0; }
        .service-history .history-row:first-child .history {
          border-top: 1px solid #999999; }
        .service-history .history-row:last-child .history {
          border-bottom: 1px solid #999999; }
        .service-history .history-row:last-child .year {
          border-bottom: 0; }
      .service-history .history {
        position: relative;
        width: 100%;
        display: table;
        padding: 0;
        border-spacing: 20px 0; }
      .service-history .year {
        width: 20%;
        padding: 0;
        font-size: 18px;
        display: table-cell;
        border-bottom: 1px solid #d9d9d9; }
      .service-history .history-list {
        padding: 18px 0;
        width: 80%;
        font-size: 15px;
        line-height: 1.5;
        display: table-cell; }
        .service-history .history-list li {
          margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .service-history {
      padding: 80px 0; }
      .service-history .history-row {
        margin-bottom: 15px; }
      .service-history .year {
        width: 30%;
        padding: 15px 0;
        font-size: 22px; }
      .service-history .history-list {
        padding: 15px 0;
        width: 70%; } }
  @media (min-width: 1200px) {
    .service-history {
      padding-bottom: 100px; }
      .service-history .history {
        border-spacing: 38px 0; }
      .service-history .year {
        width: 40%;
        padding: 15px 0; }
      .service-history .history-list {
        padding: 15px 0;
        width: 60%; } }

.happypoint-box {
  background: #f5f3f2 url("/img/happy-point2.png") center 15px no-repeat;
  background-size: 90px;
  padding: 70px 30px 15px;
  font-family: 'PBG'; }
  .happypoint-box .title {
    font-size: 13px;
    margin: 0;
    font-weight: normal; }
  @media (min-width: 768px) {
    .happypoint-box {
      background: #f5f3f2 url("/img/happy-point2.png") 20% center no-repeat;
      background-size: 140px;
      padding: 50px 30px 50px 35%;
      max-width: 910px;
      margin: 0 auto; }
      .happypoint-box .title {
        font-size: 18px; } }
  @media (min-width: 992px) {
    .happypoint-box {
      background: #f5f3f2 url("/img/happy-point2.png") 25% center no-repeat;
      background-size: 140px;
      padding: 50px 30px 50px 25%; } }

.menu-wrap {
  padding: 20px 0 40px; }
  .menu-wrap .menu-item-wrap {
    padding: 0 10px; }
  .menu-wrap .menu-item {
    position: relative;
    border: 2px solid #e6e6e6;
    padding-top: 200px;
    margin-bottom: 20px; }
  .menu-wrap .img-wrap {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .menu-wrap .img-wrap.appetizer {
      background-image: url("/img/menu/img-menu01.jpg"); }
    .menu-wrap .img-wrap.main-menu {
      background-image: url("/img/menu/img-menu02.jpg"); }
    .menu-wrap .img-wrap.dessert {
      background-image: url("/img/menu/img-menu03.jpg"); }
    .menu-wrap .img-wrap.beverages {
      background-image: url("/img/menu/img-menu04.jpg"); }
  .menu-wrap .info-box {
    padding: 10px 30px; }
    .menu-wrap .info-box dl {
      margin-bottom: 0; }
    .menu-wrap .info-box .title {
      position: relative;
      font-size: 16px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .menu-wrap .info-box .title:after {
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        left: 0;
        width: 10px;
        height: 1px;
        background-color: #000; }
    .menu-wrap .info-box .menu {
      font-size: 14px;
      margin-bottom: 5px; }
  .menu-wrap .more-menu-text-box {
    position: relative;
    padding: 50px 20px 0;
    text-align: center; }
    .menu-wrap .more-menu-text-box:after {
      position: absolute;
      display: block;
      content: '';
      width: 1px;
      height: 25px;
      background-color: #000;
      top: 5px;
      left: 50%; }
    .menu-wrap .more-menu-text-box .title.en-text {
      font-size: 16px;
      margin-bottom: 5px; }
    .menu-wrap .more-menu-text-box .title {
      font-size: 14px; }
    .menu-wrap .more-menu-text-box .sub-title {
      font-size: 12px;
      margin-top: 5px; }
  @media (min-width: 768px) {
    .menu-wrap {
      padding: 60px 0 65px; }
      .menu-wrap .menu-item-wrap {
        padding: 0; }
      .menu-wrap .menu-item {
        padding-top: 0;
        border: 3px solid #e6e6e6;
        margin-bottom: 37px; }
        .menu-wrap .menu-item .img-wrap {
          top: -3px;
          bottom: -3px;
          left: auto;
          right: auto;
          height: auto;
          width: 60%; }
      .menu-wrap .menu-item.img-left {
        padding-left: 60%; }
        .menu-wrap .menu-item.img-left .img-wrap {
          right: auto;
          left: -3px; }
      .menu-wrap .menu-item.img-right {
        padding-right: 60%; }
        .menu-wrap .menu-item.img-right .img-wrap {
          right: -3px;
          left: auto; }
        .menu-wrap .menu-item.img-right .info-box {
          text-align: right; }
        .menu-wrap .menu-item.img-right .title:after {
          left: auto;
          right: 0; }
      .menu-wrap .info-box {
        padding: 40px 30px 30px; }
        .menu-wrap .info-box .title {
          font-size: 21px;
          padding-bottom: 15px;
          margin-bottom: 20px;
          letter-spacing: 2px; }
          .menu-wrap .info-box .title:after {
            width: 16px;
            height: 2px; }
        .menu-wrap .info-box .menu {
          font-size: 18px;
          margin-bottom: 15px; }
      .menu-wrap .more-menu-text-box {
        position: relative;
        padding: 95px 20px 0; }
        .menu-wrap .more-menu-text-box:after {
          height: 38px;
          top: 20px; }
        .menu-wrap .more-menu-text-box .title.en-text {
          font-size: 18px;
          margin-bottom: 8px; }
        .menu-wrap .more-menu-text-box .title {
          font-size: 18px; }
        .menu-wrap .more-menu-text-box .sub-title {
          font-size: 18px;
          margin-top: 8px; } }
  @media (min-width: 992px) {
    .menu-wrap .menu-item .img-wrap {
      width: 65%; }
    .menu-wrap .menu-item.img-left {
      padding-left: 65%; }
    .menu-wrap .menu-item.img-right {
      padding-right: 65%; }
    .menu-wrap .info-box {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .menu-wrap .menu-item .img-wrap {
      width: 68%; }
    .menu-wrap .menu-item.img-left {
      padding-left: 68%; }
    .menu-wrap .menu-item.img-right {
      padding-right: 68%; } }

.news-list-wrap {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .news-list-wrap {
      padding: 25px 0; }
      .news-list-wrap .custom-select-box {
        width: 95px; }
      .news-list-wrap .search-select-box {
        width: 95px; }
      .news-list-wrap .search-input-box {
        width: 190px; } }

.news-list .list-item {
  position: relative;
  padding: 10px;
  border-top: 1px solid #e1e1e1; }

.news-list .thumb {
  width: 100%; }
  .news-list .thumb a {
    display: block; }
  .news-list .thumb img {
    display: block;
    margin: auto;
    width: 100%; }

.news-list .title {
  font-size: 13px;
  padding: 10px; }
  .news-list .title a {
    color: #222; }
    .news-list .title a:hover, .news-list .title a:focus, .news-list .title a:active {
      text-decoration: underline; }

.news-list .type {
  padding: 0 10px;
  font-size: 13px; }
  .news-list .type a {
    color: #ee1d24; }

.news-list .date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #797979; }

@media (min-width: 768px) {
  .news-list .list-item {
    padding: 25px 200px 25px 118px; }
  .news-list .thumb {
    width: 118px;
    height: 66px;
    position: absolute;
    top: 3px;
    left: 0;
    overflow: hidden; }
    .news-list .thumb img {
      position: absolute;
      top: -999px;
      bottom: -999px;
      margin: auto;
      width: auto;
      max-width: 100%; }
  .news-list .title {
    width: 100%;
    display: block;
    padding: 0 20px;
    line-height: 22px; }
    .news-list .title a {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .news-list .type {
    position: absolute;
    width: 100px;
    top: 50%;
    right: 90px;
    padding: 0;
    font-size: 12px;
    margin-top: -7px; }
    .news-list .type a {
      margin-right: 8px; }
  .news-list .date {
    bottom: auto;
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -7px; } }

.news-view-wrap {
  padding: 20px 0; }
  .news-view-wrap .btn-box {
    padding: 40px 0 20px;
    text-align: center; }
    .news-view-wrap .btn-box .btn-list {
      position: relative;
      border: 1px solid #131313;
      font-size: 14px;
      background-color: #fff;
      text-align: center;
      width: 100px;
      color: #444;
      transition: background-color .15s, color .15s; }
      .news-view-wrap .btn-box .btn-list:hover, .news-view-wrap .btn-box .btn-list:focus, .news-view-wrap .btn-box .btn-list:active {
        background-color: #131313;
        color: #fff; }
  @media (min-width: 768px) {
    .news-view-wrap {
      padding: 30px 0; }
      .news-view-wrap .btn-box {
        padding: 60px 0 30px; }
        .news-view-wrap .btn-box .btn-list {
          font-size: 15px;
          width: 150px; } }

.news-view-header {
  border-top: 3px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1; }
  .news-view-header h3 {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4; }
  .news-view-header .date {
    display: block;
    font-size: 12px;
    padding-top: 10px;
    font-weight: normal; }
  @media (min-width: 768px) {
    .news-view-header {
      border-top: 4px solid #e1e1e1;
      border-bottom: 2px solid #e1e1e1; }
      .news-view-header h3 {
        position: relative;
        padding: 13px 130px 13px 20px;
        font-size: 14px; }
      .news-view-header .date {
        position: absolute;
        font-size: 14px;
        padding-top: 0;
        top: 50%;
        right: 20px;
        margin-top: -10px; } }

.view-body {
  padding: 20px 10px;
  margin-bottom: 20px; }
  .view-body img {
    max-width: 100%; }
  .view-body p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .view-body {
      padding: 50px 20px;
      margin-bottom: 40px; } }

.news-view-footer {
  border-top: 3px solid #e1e1e1; }
  .news-view-footer .news-paging {
    padding: 10px;
    border-bottom: 2px solid #e1e1e1; }
    .news-view-footer .news-paging .text {
      display: block;
      margin-bottom: 5px;
      color: #a8a8a8;
      font-size: 13px; }
    .news-view-footer .news-paging .title {
      display: block;
      margin-bottom: 5px;
      color: #222;
      font-weight: bold;
      font-size: 13px; }
      .news-view-footer .news-paging .title:hover, .news-view-footer .news-paging .title:focus, .news-view-footer .news-paging .title:active {
        text-decoration: underline; }
    .news-view-footer .news-paging .date {
      display: block;
      font-size: 12px; }
  @media (min-width: 768px) {
    .news-view-footer {
      border-top: 4px solid #e1e1e1; }
      .news-view-footer .news-paging {
        position: relative;
        padding: 20px 130px 20px 15%;
        border-bottom: 2px solid #e1e1e1; }
        .news-view-footer .news-paging .text {
          position: absolute;
          margin-bottom: 0;
          font-size: 14px;
          top: 50%;
          margin-top: -10px;
          left: 20px; }
        .news-view-footer .news-paging .title {
          display: inline-block;
          margin-bottom: 0;
          font-size: 14px; }
        .news-view-footer .news-paging .date {
          position: absolute;
          font-size: 14px;
          padding-top: 0;
          top: 50%;
          right: 20px;
          margin-top: -10px; } }

.portfolio-wrap {
  padding: 20px 0; }
  .portfolio-wrap .portfolio-item {
    width: 100%; }
  .portfolio-wrap .img-box {
    width: 100%;
    height: 290px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .portfolio-wrap .img-box img {
      display: block;
      margin: auto;
      max-width: 100%; }
  .portfolio-wrap .item-info {
    padding: 10px; }
    .portfolio-wrap .item-info .title {
      position: relative;
      font-size: 16px;
      margin: 0 0 5px;
      padding-top: 5px;
      color: #222; }
      .portfolio-wrap .item-info .title:after {
        position: absolute;
        display: block;
        content: '';
        width: 15px;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0; }
    .portfolio-wrap .item-info .date {
      font-size: 12px;
      color: #39362d; }
  .portfolio-wrap .btn-box {
    padding: 20px 0;
    text-align: center; }
    .portfolio-wrap .btn-box .btn-more {
      position: relative;
      border: 1px solid #131313;
      padding-right: 30px;
      font-size: 14px;
      background-color: #fff;
      transition: all .15s; }
      .portfolio-wrap .btn-box .btn-more:after {
        position: absolute;
        width: 8px;
        height: 8px;
        content: '';
        right: 10px;
        top: 50%;
        margin-top: -5px;
        border-left: 1px solid #121212;
        border-bottom: 1px solid #121212;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        transform: rotate(-45deg); }
      .portfolio-wrap .btn-box .btn-more:hover, .portfolio-wrap .btn-box .btn-more:focus, .portfolio-wrap .btn-box .btn-more:active {
        background-color: #131313;
        color: #fff; }
        .portfolio-wrap .btn-box .btn-more:hover:after, .portfolio-wrap .btn-box .btn-more:focus:after, .portfolio-wrap .btn-box .btn-more:active:after {
          border-left-color: #fff;
          border-bottom-color: #fff; }
  @media (min-width: 768px) {
    .portfolio-wrap {
      padding: 100px 0; }
      .portfolio-wrap .portfolio-item {
        margin-bottom: 30px; }
      .portfolio-wrap .img-box {
        height: 300px; }
      .portfolio-wrap .item-info {
        padding: 15px 0;
        height: 95px; }
        .portfolio-wrap .item-info .title {
          font-size: 18px;
          margin: 0 0 5px;
          padding-top: 10px; }
          .portfolio-wrap .item-info .title:after {
            width: 23px;
            height: 2px; }
        .portfolio-wrap .item-info .date {
          font-size: 13px; }
      .portfolio-wrap .btn-box {
        padding: 30px 0 20px; }
        .portfolio-wrap .btn-box .btn-more {
          padding: 6px 55px 6px 25px;
          font-size: 15px; }
          .portfolio-wrap .btn-box .btn-more:after {
            width: 11px;
            height: 11px;
            right: 20px;
            border-width: 2px;
            top: 50%;
            margin-top: -8px; } }

.portfolio-view-header .view-title {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 20px 0 10px; }
  .portfolio-view-header .view-title span {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 3px; }
  .portfolio-view-header .view-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 3px;
    background-color: #000;
    top: 0;
    left: 50%;
    margin-left: -7px; }

.portfolio-view-header .date {
  text-align: center;
  padding: 5px 0 20px;
  font-size: 13px;
  color: #4e4d4b; }

@media (min-width: 768px) {
  .portfolio-view-header .view-title {
    font-size: 20px;
    padding: 25px 0 10px; }
    .portfolio-view-header .view-title span {
      border-bottom: 2px solid #000;
      padding-bottom: 5px; }
    .portfolio-view-header .view-title:after {
      width: 20px;
      height: 4px;
      margin-left: -13px;
      top: -5px; }
  .portfolio-view-header .date {
    padding: 5px 0 30px;
    font-size: 14px; } }

.portfolio-view-wrap {
  position: relative;
  padding-bottom: 30px; }
  .portfolio-view-wrap:before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    background-color: #f5f3f2;
    height: 130px;
    content: '';
    z-index: 0; }
  .portfolio-view-wrap .portfolio-edit-box {
    position: relative;
    z-index: 1; }
    .portfolio-view-wrap .portfolio-edit-box img {
      max-width: 100%; }
  .portfolio-view-wrap .portfolio-img-box {
    width: 100%;
    margin-bottom: 10px; }
    .portfolio-view-wrap .portfolio-img-box img {
      display: block;
      margin: auto;
      max-width: 100%; }
  @media (min-width: 768px) {
    .portfolio-view-wrap {
      padding-bottom: 75px; }
      .portfolio-view-wrap:before {
        height: 225px; }
      .portfolio-view-wrap .portfolio-img-box {
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .portfolio-view-wrap {
      padding-bottom: 100px; }
      .portfolio-view-wrap:before {
        height: 315px; } }

.list-go-btn-box {
  text-align: right;
  padding: 10px 0; }
  .list-go-btn-box .btn-list {
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    color: #222; }
    .list-go-btn-box .btn-list:before {
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #212121;
      content: '';
      bottom: 10px;
      right: 0; }
    .list-go-btn-box .btn-list:after {
      position: absolute;
      width: 7px;
      height: 1px;
      background-color: #212121;
      content: '';
      bottom: 13px;
      right: 0;
      transform: rotate(45deg); }
  @media (min-width: 768px) {
    .list-go-btn-box .btn-list {
      padding-right: 45px;
      font-size: 16px; }
      .list-go-btn-box .btn-list:before {
        width: 38px; }
      .list-go-btn-box .btn-list:after {
        width: 10px;
        bottom: 14px; } }

.contact-wrap .btn-box {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px; }

.contact-wrap .btn-more {
  background-color: transparent;
  margin: 0 auto;
  width: auto;
  border-color: #131313;
  transition: all .15s; }
  .contact-wrap .btn-more:hover, .contact-wrap .btn-more:focus, .contact-wrap .btn-more:active {
    background-color: #131313;
    color: #fff; }

@media (min-width: 768px) {
  .contact-wrap .btn-box {
    padding-top: 0;
    padding-bottom: 40px; }
  .contact-wrap .btn-more {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 992px) {
  .contact-wrap .btn-box {
    padding-top: 0;
    padding-bottom: 40px; }
  .contact-wrap .btn-more {
    font-size: 20px;
    width: 220px; } }

.contact-wrap .section-title {
  position: relative;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
  font-size: 15px;
  margin: 0;
  letter-spacing: 1px; }
  .contact-wrap .section-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #000;
    top: 15%;
    left: 50%; }
  @media (min-width: 768px) {
    .contact-wrap .section-title {
      font-size: 22px;
      padding-top: 140px;
      padding-bottom: 60px; }
      .contact-wrap .section-title:after {
        top: 56px;
        height: 37px; } }

.contact-type-box {
  margin-bottom: 15px; }
  .contact-type-box .type-box {
    text-align: center;
    margin-bottom: 10px; }
    .contact-type-box .type-box a {
      display: block;
      width: 100%;
      background-color: #f5f3f2;
      padding: 20px 0 10px;
      color: #222;
      font-weight: bold; }
    .contact-type-box .type-box .icon {
      display: block;
      margin: 0 auto 10px;
      width: 53px;
      height: 56px;
      background-size: 106px 56px;
      background-repeat: no-repeat; }
    .contact-type-box .type-box.type-phone .icon {
      background-image: url("/img/icon-contact.png");
      background-position: 0 0; }
    .contact-type-box .type-box.type-email .icon {
      background-image: url("/img/icon-contact.png");
      background-position: -53px 0; }
  @media (min-width: 768px) {
    .contact-type-box {
      max-width: 750px;
      margin: 0 auto 50px; }
      .contact-type-box .type-box {
        float: left;
        width: 50%;
        padding: 0 15px; }
        .contact-type-box .type-box a {
          font-size: 20px;
          padding: 60px 0 55px; }
        .contact-type-box .type-box .icon {
          margin: 0 auto 10px;
          width: 80px;
          height: 84px;
          background-size: 160px 84px;
          background-repeat: no-repeat; }
        .contact-type-box .type-box.type-phone .icon {
          background-position: 0 0; }
        .contact-type-box .type-box.type-email .icon {
          background-position: -80px 0; } }

.contact-type-info {
  text-align: center;
  line-height: 1.8; }
  .contact-type-info .title {
    font-size: 14px;
    margin-bottom: 0; }
  .contact-type-info .desc {
    font-size: 14px;
    color: #666; }
  @media (min-width: 768px) {
    .contact-type-info .title {
      font-size: 22px; }
    .contact-type-info .desc {
      font-size: 22px; } }

@media (min-width: 768px) {
  .sns-title {
    padding-top: 120px !important;
    padding-bottom: 40px !important; }
    .sns-title:after {
      top: 30px !important; } }

.contact-sns {
  text-align: center;
  margin-bottom: 30px; }
  .contact-sns ul {
    display: inline-block;
    margin-bottom: 0; }
  .contact-sns li {
    float: left;
    margin-right: 30px; }
    .contact-sns li:last-child {
      margin-right: 0; }
    .contact-sns li a {
      display: block;
      padding: 12px;
      border: 1px solid #b3b3b3;
      border-radius: 52px; }
  .contact-sns .sns-icon {
    display: block;
    width: 26px;
    height: 26px;
    background-size: 78px 26px;
    background-repeat: no-repeat;
    text-indent: -999em; }
  .contact-sns .blog {
    background-image: url("/img/icon-contact-sns.png");
    background-position: 0 0; }
  .contact-sns .instagram {
    background-image: url("/img/icon-contact-sns.png");
    background-position: -26px 0; }
  .contact-sns .facebook {
    background-image: url("/img/icon-contact-sns.png");
    background-position: -52px 0; }
  @media (min-width: 768px) {
    .contact-sns {
      margin-bottom: 70px; }
      .contact-sns li {
        margin-right: 100px; }
        .contact-sns li a {
          padding: 18px;
          border-radius: 78px; }
      .contact-sns .sns-icon {
        width: 40px;
        height: 40px;
        background-size: 120px 40px; }
      .contact-sns .blog {
        background-position: 0 0; }
      .contact-sns .instagram {
        background-position: -40px 0; }
      .contact-sns .facebook {
        background-position: -80px 0; } }

.contact-process .section-title {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  margin: 0;
  letter-spacing: 1px; }
  .contact-process .section-title:after {
    display: none; }
  @media (min-width: 768px) {
    .contact-process .section-title {
      font-size: 22px;
      padding-top: 50px;
      padding-bottom: 40px; } }

.contact-process .process-box li {
  position: relative;
  width: 50%;
  float: left;
  text-align: center; }

.contact-process .process-box .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 12px;
  border: 1px solid #dfdede;
  background-color: #f5f3f2;
  border-radius: 20px; }
  .contact-process .process-box .icon:before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    content: '';
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    background-color: #c9bbb4; }
  .contact-process .process-box .icon:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;
    content: '';
    bottom: -8px;
    left: 50%;
    margin-left: -0.5px;
    background-color: #c9bbb4; }

.contact-process .process-box .title {
  font-size: 13px;
  font-weight: bold; }

.contact-process .process-box .desc {
  font-size: 13px;
  color: #666;
  height: 36px; }

@media (min-width: 768px) {
  .contact-process .process-box li {
    width: 33.3333333333%; }
  .contact-process .process-box .icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 15px;
    border-radius: 30px; }
    .contact-process .process-box .icon:before {
      width: 16px;
      height: 16px;
      border-radius: 16px;
      margin: -8px 0 0 -8px; }
    .contact-process .process-box .icon:after {
      height: 16px;
      bottom: -12px; }
  .contact-process .process-box .title {
    font-size: 14px; }
  .contact-process .process-box .desc {
    font-size: 14px;
    height: 48px; } }

@media (min-width: 992px) {
  .contact-process .process-box {
    position: relative; }
    .contact-process .process-box:before {
      position: absolute;
      left: 80px;
      right: 80px;
      top: 15px;
      content: '';
      display: block;
      border-top: 1px dashed #bcb8b6; }
    .contact-process .process-box li {
      width: 16.6666666666%; }
    .contact-process .process-box .title .num {
      display: none; } }

.last-contact-title {
  margin-bottom: 20px !important; }
  .last-contact-title .sub {
    display: block;
    font-weight: normal;
    margin-top: 10px; }
  @media (min-width: 992px) {
    .last-contact-title {
      margin-bottom: 0 !important; }
      .last-contact-title .sub {
        margin-top: 13px; } }

.faq-wrap {
  padding: 20px 0; }
  .faq-wrap .nav-tabs {
    border: 0; }
  .faq-wrap .nav-tabs > li {
    width: 50%;
    margin: 0;
    text-align: center; }
  .faq-wrap .nav-tabs > li > a {
    color: #797979;
    font-weight: bold; }
    .faq-wrap .nav-tabs > li > a .icon {
      display: inline-block;
      width: 21px;
      height: 14px;
      vertical-align: middle;
      background-size: 42px 28px;
      background-repeat: no-repeat;
      background-image: url("/img/icon-faq.png");
      margin-right: 5px; }
    .faq-wrap .nav-tabs > li > a .icon-RESERVE {
      background-position: 0 0; }
    .faq-wrap .nav-tabs > li > a .icon-CATERING {
      background-position: -21px 0; }
  .faq-wrap .nav > li > a:hover,
  .faq-wrap .nav > li > a:focus {
    color: #a22e2e; }
    .faq-wrap .nav > li > a:hover .icon,
    .faq-wrap .nav > li > a:focus .icon {
      background-position-y: -14px; }
  .faq-wrap .nav-tabs > li.active {
    border: 0; }
    .faq-wrap .nav-tabs > li.active a {
      color: #a22e2e; }
      .faq-wrap .nav-tabs > li.active a .icon {
        background-position-y: -14px; }
  .faq-wrap .tab-content {
    padding: 0 10px; }
  @media (min-width: 768px) {
    .faq-wrap {
      padding: 45px 0;
      text-align: center; }
      .faq-wrap .nav-tabs {
        display: inline-block;
        width: 80%;
        margin-bottom: 8px; }
      .faq-wrap .nav-tabs > li > a {
        font-size: 18px; }
        .faq-wrap .nav-tabs > li > a .icon {
          width: 32px;
          height: 21px;
          background-size: 64px 42px;
          margin-right: 10px; }
        .faq-wrap .nav-tabs > li > a .icon-RESERVE {
          background-position: 0 0; }
        .faq-wrap .nav-tabs > li > a .icon-CATERING {
          background-position: -32px 0; }
      .faq-wrap .nav > li > a:hover .icon,
      .faq-wrap .nav > li > a:focus .icon {
        background-position-y: -21px; }
      .faq-wrap .nav-tabs > li.active a .icon {
        background-position-y: -21px; } }

.faq-collapse-box {
  border-top: 3px solid #a7a7a7; }
  .faq-collapse-box .faq-item {
    border-bottom: 1px solid #a7a7a7;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: none; }
    .faq-collapse-box .faq-item .panel-heading {
      position: relative;
      padding: 0; }
    .faq-collapse-box .faq-item a {
      display: block;
      color: #a22e2e;
      padding: 20px 30px 20px 0;
      font-size: 13px;
      font-weight: bold; }
      .faq-collapse-box .faq-item a .arrow {
        transform: rotate(180deg); }
      .faq-collapse-box .faq-item a.collapsed {
        color: #222; }
        .faq-collapse-box .faq-item a.collapsed .arrow {
          transform: rotate(0); }
    .faq-collapse-box .faq-item .arrow {
      position: absolute;
      width: 15px;
      height: 8px;
      top: 50%;
      margin-top: -4px;
      right: 15px; }
      .faq-collapse-box .faq-item .arrow:before, .faq-collapse-box .faq-item .arrow:after {
        position: absolute;
        display: block;
        width: 8px;
        height: 1px;
        top: 4px;
        content: '';
        background-color: #868686; }
      .faq-collapse-box .faq-item .arrow:before {
        transform: rotate(30deg);
        left: 0; }
      .faq-collapse-box .faq-item .arrow:after {
        transform: rotate(-30deg);
        right: 0; }
  .faq-collapse-box .panel-body {
    padding: 20px 10px;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    border-top-color: #a7a7a7 !important; }
  @media (min-width: 768px) {
    .faq-collapse-box {
      text-align: left;
      border-top: 5px solid #a7a7a7; }
      .faq-collapse-box .faq-item {
        border-bottom: 2px solid #a7a7a7; }
        .faq-collapse-box .faq-item a {
          padding: 28px 100px 28px 5px;
          font-size: 15px; }
        .faq-collapse-box .faq-item .arrow {
          width: 16px;
          right: 50px; }
          .faq-collapse-box .faq-item .arrow:before, .faq-collapse-box .faq-item .arrow:after {
            width: 9px;
            height: 2px; }
      .faq-collapse-box .panel-body {
        padding: 28px 20px;
        font-size: 14px;
        border-top-width: 2px !important; } }
  @media (min-width: 992px) {
    .faq-collapse-box .panel-body {
      padding: 50px 35px;
      font-size: 20px; } }

.proposal-wrap {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .proposal-wrap {
      padding: 100px 0 50px; }
      .proposal-wrap .proposal-row {
        padding: 0 50px; } }

.proposal-sub-item {
  width: 100%;
  margin-bottom: 20px; }
  .proposal-sub-item a {
    display: block; }
    .proposal-sub-item a:hover .layer-dim, .proposal-sub-item a:focus .layer-dim {
      opacity: 1; }
  .proposal-sub-item .img-box {
    position: relative;
    width: 100%; }
  .proposal-sub-item .img-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto; }
  .proposal-sub-item .layer-dim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    opacity: 0;
    transition-duration: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    line-break: strict; }
    .proposal-sub-item .layer-dim span {
      font-family: 'Lovelo Line', sans-serif; }
  .proposal-sub-item .anniversary {
    height: 152px; }
    .proposal-sub-item .anniversary .img-layer {
      background-image: url("/img/proposal/img-proposal_n01.png"); }
    .proposal-sub-item .anniversary .layer-dim {
      background-image: url("/img/proposal/img-proposal_n01_ov.webp"); }
  .proposal-sub-item .casual-business {
    height: 176px; }
    .proposal-sub-item .casual-business .img-layer {
      background-image: url("/img/proposal/img-proposal_n02.png"); }
    .proposal-sub-item .casual-business .layer-dim {
      background-image: url("/img/proposal/img-proposal_n02_ov.webp"); }
  .proposal-sub-item .parties {
    height: 151px; }
    .proposal-sub-item .parties .img-layer {
      background-image: url("/img/proposal/img-proposal_n03.png"); }
    .proposal-sub-item .parties .layer-dim {
      background-image: url("/img/proposal/img-proposal_n03_ov.webp"); }
  .proposal-sub-item .formal-business {
    height: 151px; }
    .proposal-sub-item .formal-business .img-layer {
      background-image: url("/img/proposal/img-proposal_n04.png"); }
    .proposal-sub-item .formal-business .layer-dim {
      background-image: url("/img/proposal/img-proposal_n04_ov.webp"); }
  .proposal-sub-item .delivery-box {
    height: 157px; }
    .proposal-sub-item .delivery-box .img-layer {
      background-image: url("/img/proposal/img-proposal05.png"); }
    .proposal-sub-item .delivery-box .layer-dim {
      background-image: url("/img/proposal/img-proposal05_ov.webp"); }
  .proposal-sub-item .special-orders {
    height: 164px; }
    .proposal-sub-item .special-orders .img-layer {
      background-image: url("/img/proposal/img-proposal06.png"); }
    .proposal-sub-item .special-orders .layer-dim {
      background-image: url("/img/proposal/img-proposal06_ov.webp"); }
  .proposal-sub-item .info-box {
    padding: 15px 10px;
    text-align: center; }
    .proposal-sub-item .info-box .title {
      font-size: 15px;
      margin: 0 0 5px;
      color: #000; }
    .proposal-sub-item .info-box .desc {
      font-size: 13px;
      margin: 0;
      color: #39362d; }
  @media (min-width: 768px) {
    .proposal-sub-item {
      margin-bottom: 50px; }
      .proposal-sub-item .img-box {
        height: 167px !important; }
      .proposal-sub-item .info-box {
        padding: 10px 10px; }
        .proposal-sub-item .info-box .title {
          font-size: 20px;
          margin: 0 0 5px; }
        .proposal-sub-item .info-box .desc {
          font-size: 15px; } }

.proposal-detail-header {
  padding-bottom: 20px; }
  .proposal-detail-header .view-title {
    position: relative;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #4c4c4c;
    padding: 20px 0;
    letter-spacing: 3px; }
    .proposal-detail-header .view-title:after {
      position: absolute;
      display: block;
      content: '';
      width: 14px;
      height: 3px;
      background-color: #000;
      top: 0;
      left: 50%;
      margin-left: -7px; }
  .proposal-detail-header .desc {
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    color: #4c4c4c; }
  @media (min-width: 768px) {
    .proposal-detail-header {
      padding-bottom: 20px; }
      .proposal-detail-header .view-title {
        font-size: 20px;
        padding: 25px 0;
        letter-spacing: 8px; }
        .proposal-detail-header .view-title:after {
          width: 20px;
          height: 4px;
          margin-left: -13px;
          top: -5px; }
      .proposal-detail-header .desc {
        padding: 5px 0 20px;
        font-size: 22px; } }

.detail-view {
  padding: 10px 15px; }
  .detail-view .img-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
    .detail-view .img-box img {
      display: block;
      position: absolute;
      top: -999em;
      left: -999em;
      right: -999em;
      bottom: -999em;
      height: 100%;
      margin: auto; }
  .detail-view .detail-info {
    position: relative;
    padding: 0 20px 0;
    line-height: 1.6; }
  .detail-view .info-title {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    font-size: 14px; }
    .detail-view .info-title .title {
      margin: 0;
      font-size: 18px;
      line-height: 1.4;
      font-family: "PBS SBlod"; }
    .detail-view .info-title .title-sub {
      font-family: "PBS SBlod";
      font-weight: bold; }
    .detail-view .info-title .title-desc {
      font-family: "PBG"; }
  .detail-view .info-desc {
    font-size: 14px;
    padding: 20px 0 10px;
    color: #232323; }
    .detail-view .info-desc .title {
      font-size: 15px;
      font-weight: bold; }
    .detail-view .info-desc ul {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .detail-view {
      padding: 20px 10px; }
      .detail-view .img-box {
        margin-bottom: 10px; }
      .detail-view .detail-info {
        position: relative;
        padding: 0 30px; }
      .detail-view .info-title {
        padding: 15px 0 20px; }
        .detail-view .info-title .title {
          margin: 0;
          font-size: 22px;
          line-height: 1.6; }
        .detail-view .info-title .title-sub {
          margin-bottom: 15px;
          font-size: 16px; }
        .detail-view .info-title i {
          display: block; }
      .detail-view .info-desc {
        padding: 30px 0 10px; }
        .detail-view .info-desc .title {
          font-size: 16px;
          margin-bottom: 15px; }
        .detail-view .info-desc i {
          display: block; } }
  @media (min-width: 992px) {
    .detail-view {
      padding-left: 0;
      padding-right: 0; }
      .detail-view .img-box {
        width: 450px;
        padding-bottom: 450px;
        float: left;
        margin-bottom: 0; }
      .detail-view .detail-info {
        width: 460px;
        float: left;
        padding: 5px 0 0 55px; }
        .detail-view .detail-info:before {
          top: 20px;
          left: 40px; }
        .detail-view .detail-info:after {
          bottom: 10px;
          right: 10px; } }

.proposal-img-wrap {
  padding: 10px 0; }
  .proposal-img-wrap .bottom-text {
    text-align: center;
    font-size: 12px;
    padding: 0 10px; }
  @media (min-width: 768px) {
    .proposal-img-wrap {
      padding: 40px 0; } }
  @media (min-width: 992px) {
    .proposal-img-wrap {
      padding-bottom: 100px; } }

.proposal-img-box {
  width: 100%;
  padding: 10px; }
  .proposal-img-box .img-box {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 10px; }
    .proposal-img-box .img-box img {
      display: block;
      position: absolute;
      top: -999em;
      left: -999em;
      right: -999em;
      bottom: -999em;
      width: 100%;
      margin: auto; }
  .proposal-img-box .box01 {
    display: none; }
  @media (min-width: 768px) {
    .proposal-img-box {
      padding: 10px 0; }
      .proposal-img-box .img-box {
        width: 243px;
        height: 243px;
        margin-right: 10px;
        padding-bottom: 0; }
        .proposal-img-box .img-box:nth-child(3n) {
          margin-right: 0; }
        .proposal-img-box .img-box img {
          width: auto;
          height: 100%; }
      .proposal-img-box .box01 {
        display: block;
        width: 100%;
        height: 500px;
        margin-right: 0 !important; } }
  @media (min-width: 992px) {
    .proposal-img-box {
      padding: 10px 0; }
      .proposal-img-box .img-box {
        width: 296px;
        height: 296px;
        margin-right: 11px; }
      .proposal-img-box .box01 {
        width: 100%;
        height: 607px;
        margin-bottom: 30px; } }
  .proposal-img-box.special .box01 {
    display: block; }
  .proposal-img-box.special .box01,
  .proposal-img-box.special .box02 {
    height: 300px; }
  .proposal-img-box.special .box03,
  .proposal-img-box.special .box04,
  .proposal-img-box.special .box05 {
    height: 400px; }
  @media (min-width: 768px) {
    .proposal-img-box.special .img-box:nth-child(3n) {
      margin-right: 10px; }
    .proposal-img-box.special .box01 {
      height: 414px;
      margin-bottom: 10px; }
    .proposal-img-box.special .box02 {
      width: 370px;
      height: 442px;
      margin-right: 10px; }
    .proposal-img-box.special .box03 {
      width: 370px;
      height: 442px;
      margin-right: 0 !important; }
    .proposal-img-box.special .box04 {
      width: 370px;
      height: 442px;
      margin-right: 10px; }
    .proposal-img-box.special .box05 {
      width: 370px;
      height: 442px;
      margin-right: 0 !important; } }
  @media (min-width: 992px) {
    .proposal-img-box.special .box01 {
      width: 276px;
      height: 415px;
      margin-right: 10px; }
    .proposal-img-box.special .box02 {
      width: 624px;
      height: 415px;
      margin-right: 0; }
    .proposal-img-box.special .box03 {
      width: 276px;
      margin-right: 10px !important; }
    .proposal-img-box.special .box04 {
      width: 307px;
      margin-right: 10px; }
    .proposal-img-box.special .box05 {
      width: 307px; } }

.proposal-special-wrap {
  padding-top: 20px;
  padding-bottom: 20px; }
  .proposal-special-wrap .special-item {
    position: relative;
    display: table;
    width: 100%;
    padding-left: 95px;
    padding-right: 10px;
    margin-bottom: 10px; }
    .proposal-special-wrap .special-item .icon-box {
      position: absolute;
      top: 0;
      left: 5px;
      text-align: center;
      width: 82px; }
    .proposal-special-wrap .special-item .icon {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-size: 120px 30px; }
    .proposal-special-wrap .special-item .cake .icon {
      background-image: url("/img/proposal/icon-special.png");
      background-position: 0 0; }
    .proposal-special-wrap .special-item .flower .icon {
      background-image: url("/img/proposal/icon-special.png");
      background-position: -30px 0; }
    .proposal-special-wrap .special-item .wine .icon {
      background-image: url("/img/proposal/icon-special.png");
      background-position: -60px 0; }
    .proposal-special-wrap .special-item .extra .icon {
      background-image: url("/img/proposal/icon-special.png");
      background-position: -90px 0; }
    .proposal-special-wrap .special-item .en-text {
      font-size: 10px; }
    .proposal-special-wrap .special-item .info-box {
      display: table-cell;
      font-size: 13px;
      height: 50px;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .proposal-special-wrap {
      padding-top: 35px;
      padding-bottom: 40px; }
      .proposal-special-wrap .special-item {
        padding-left: 190px;
        padding-right: 10px;
        margin-bottom: 10px; }
        .proposal-special-wrap .special-item .icon-box {
          left: 0;
          width: 190px; }
        .proposal-special-wrap .special-item .icon {
          width: 44px;
          height: 44px;
          background-size: 176px 44px;
          margin-bottom: 0; }
        .proposal-special-wrap .special-item .flower .icon {
          background-position: -44px 0; }
        .proposal-special-wrap .special-item .wine .icon {
          background-position: -88px 0; }
        .proposal-special-wrap .special-item .extra .icon {
          background-position: -132px 0; }
        .proposal-special-wrap .special-item .en-text {
          font-size: 15px; }
        .proposal-special-wrap .special-item .info-box {
          font-size: 18px;
          height: 76px; } }
  .proposal-special-wrap .special-info img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 992px) {
    .proposal-special-wrap .special-info {
      padding: 15px 0 15px; }
    .proposal-special-wrap .special-item {
      width: 50%;
      float: left;
      padding-left: 160px;
      padding-right: 20px;
      margin-bottom: 35px; }
      .proposal-special-wrap .special-item .icon-box {
        width: 150px;
        top: 8px; }
        .proposal-special-wrap .special-item .icon-box.cake, .proposal-special-wrap .special-item .icon-box.wine {
          width: 100px;
          left: 50px; }
      .proposal-special-wrap .special-item .info-box i {
        display: block; } }

.privacy-top {
  position: relative; }
  .privacy-top:before {
    position: absolute;
    display: block;
    top: 0;
    left: 2%;
    right: 2%;
    content: '';
    background-color: #000;
    height: 1px; }
  @media (min-width: 768px) {
    .privacy-top:before {
      left: 20px;
      right: 20px;
      height: 2px; } }

.privacy-title-box {
  padding: 30px 0 15px; }
  .privacy-title-box .title {
    margin: 0 0 10px;
    font-size: 21px; }
  .privacy-title-box .sub-title {
    font-size: 14px;
    margin: 0; }
  .privacy-title-box .sub-title2 {
    font-size: 16px;
    margin: 0; }
  .privacy-title-box.privacy {
    padding: 30px 0 25px; }
    .privacy-title-box.privacy .title {
      margin: 0 0 5px; }
  @media (min-width: 768px) {
    .privacy-title-box {
      padding: 60px 0 30px; }
      .privacy-title-box .title {
        margin: 0 0 20px;
        font-size: 40px; }
      .privacy-title-box .sub-title {
        font-size: 20px; }
      .privacy-title-box .sub-title2 {
        font-size: 25px; }
      .privacy-title-box.privacy {
        padding: 60px 0 50px; }
        .privacy-title-box.privacy .title {
          margin: 0 0 10px; } }

.privacy-info-box {
  font-size: 13px;
  padding: 25px 0; }
  .privacy-info-box h3, .privacy-info-box h4, .privacy-info-box p {
    margin: 0;
    font-size: 13px;
    font-weight: normal; }
  .privacy-info-box .title {
    margin-bottom: 15px;
    font-weight: bold; }
  .privacy-info-box .sub-title {
    margin-bottom: 10px; }
  .privacy-info-box .text {
    margin: 0;
    line-height: 1.8; }
  .privacy-info-box .mb {
    margin-bottom: 30px; }
  .privacy-info-box .mb.mb-l {
    margin-bottom: 40px; }
  .privacy-info-box .mb.mb-s {
    margin-bottom: 20px; }
  .privacy-info-box ol, .privacy-info-box ul {
    margin-bottom: 15px; }
  .privacy-info-box ol li, .privacy-info-box ul li {
    margin-bottom: 5px; }
  .privacy-info-box .table {
    font-size: 12px;
    margin-bottom: 0; }
  .privacy-info-box .table > thead > tr > th,
  .privacy-info-box .table > thead > tr > td {
    border-bottom-width: 0; }
  .privacy-info-box .table > thead > tr > th,
  .privacy-info-box .table > tbody > tr > th {
    background-color: #808080;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle; }
  .privacy-info-box .table > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #4c4c4c; }
  .privacy-info-box .table > tbody > tr > td a {
    color: #4c4c4c; }
  .privacy-info-box .table2 > tbody > tr > td {
    padding-top: 15px;
    padding-bottom: 15px; }
  .privacy-info-box .text-left {
    padding-left: 15px;
    text-align: left !important; }
  .privacy-info-box .table > thead > tr > th,
  .privacy-info-box .table > tbody > tr > th,
  .privacy-info-box .table > tfoot > tr > th,
  .privacy-info-box .table > thead > tr > td,
  .privacy-info-box .table > tbody > tr > td,
  .privacy-info-box .table > tfoot > tr > td {
    border: 1px solid #c1c1c1; }
  .privacy-info-box .list-bullet {
    margin-bottom: 0; }
    .privacy-info-box .list-bullet li {
      position: relative;
      padding-left: 15px; }
      .privacy-info-box .list-bullet li:before {
        position: absolute;
        left: -2px;
        top: 0;
        content: '•';
        display: inline; }
  .privacy-info-box.email-info .title {
    margin-bottom: 25px;
    font-weight: bold; }
  @media (min-width: 768px) {
    .privacy-info-box {
      font-size: 18px;
      padding: 60px 0; }
      .privacy-info-box h3, .privacy-info-box h4, .privacy-info-box p {
        font-size: 18px; }
      .privacy-info-box .title {
        margin-bottom: 20px; }
      .privacy-info-box .sub-title {
        margin-bottom: 15px; }
      .privacy-info-box .mb {
        margin-bottom: 60px; }
      .privacy-info-box .mb.mb-l {
        margin-bottom: 80px; }
      .privacy-info-box .mb.mb-s {
        margin-bottom: 40px; }
      .privacy-info-box ol, .privacy-info-box ul {
        margin-bottom: 50px; }
      .privacy-info-box ol li, .privacy-info-box ul li {
        margin-bottom: 12px;
        line-height: 1.5; }
      .privacy-info-box .table {
        font-size: 16px; }
      .privacy-info-box .table > thead > tr > th {
        padding: 20px 10px; }
      .privacy-info-box .table > tbody > tr > td {
        padding-top: 40px;
        padding-bottom: 40px; }
      .privacy-info-box .table2 > tbody > tr > td {
        padding-top: 20px;
        padding-bottom: 20px; }
      .privacy-info-box .text-left {
        padding-left: 20px; }
      .privacy-info-box .table > thead > tr > th,
      .privacy-info-box .table > tbody > tr > th,
      .privacy-info-box .table > tfoot > tr > th,
      .privacy-info-box .table > thead > tr > td,
      .privacy-info-box .table > tbody > tr > td,
      .privacy-info-box .table > tfoot > tr > td {
        border: 2px solid #c1c1c1; }
      .privacy-info-box .list-bullet li {
        padding-left: 30px; }
      .privacy-info-box.email-info .title {
        margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .privacy-info-box .table > thead > tr > th {
      padding: 20px 30px; } }
  @media (min-width: 1200px) {
    .privacy-info-box i {
      display: block; } }

.email-page-info {
  margin: 0;
  padding: 15px 0;
  line-height: 1.8;
  font-size: 14px; }
  .email-page-info.privacy {
    color: #fff; }
  @media (min-width: 768px) {
    .email-page-info {
      padding: 30px 0;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .email-page-info i {
      display: block; } }

.privacy-index-box {
  padding: 30px 0;
  font-size: 13px;
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 0; }
  .privacy-index-box a {
    color: #4c4c4c;
    font-weight: bold;
    cursor: pointer; }
  .privacy-index-box li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px; }
    .privacy-index-box li:before {
      position: absolute;
      content: '•';
      left: -4px;
      top: 0; }
    .privacy-index-box li:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .privacy-index-box {
      padding: 60px 0;
      font-size: 18px; }
      .privacy-index-box li {
        margin-bottom: 13px;
        padding-left: 28px; }
        .privacy-index-box li:before {
          left: -4px; } }

.home-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto; }
  .home-popup-wrap .home-layer-popup {
    position: absolute;
    width: 96%;
    height: auto;
    min-height: 100px;
    background-color: #fff;
    top: 75px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1002;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 34px; }
    .home-popup-wrap .home-layer-popup p {
      margin: 0; }
  @media (min-width: 768px) {
    .home-popup-wrap {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      padding-bottom: 0; }
      .home-popup-wrap .home-layer-popup {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 200px;
        top: 10px;
        left: 10px;
        transform: translate(0, 0); } }
  .home-popup-wrap .popup-box {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .home-popup-wrap .popup-box img {
      max-width: 100%;
      vertical-align: top; }
  .home-popup-wrap .close-toolbar {
    position: absolute;
    width: 100%;
    height: 34px;
    background-color: #949494;
    bottom: 0;
    left: 0; }
  .home-popup-wrap .check-box {
    padding: 6px 10px;
    height: 34px; }
  .home-popup-wrap .check-box label {
    color: #fff;
    font-size: 12px; }
  .home-popup-wrap .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .home-popup-wrap .close-btn button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 25px 5px 10px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border: 0;
    height: 100%;
    line-height: 13px;
    vertical-align: middle;
    cursor: pointer; }
  .home-popup-wrap .close-btn button span {
    position: absolute;
    font-size: 17px;
    display: block;
    top: 10px;
    right: 10px; }

.privacy-container {
  /* 열렸을 때 화살표(▼)로 변경 */
  /* 모바일에서 목차 한 줄로 표시 */
  /* 모바일에서 표 가로 스크롤 */ }
  .privacy-container header {
    background-color: #a02b93;
    color: #fff;
    padding: 1rem;
    text-align: center; }
  .privacy-container h1 {
    margin: 0;
    font-size: 2rem; }
  .privacy-container section {
    padding: 1.5rem;
    max-width: 1200px;
    margin: auto; }
  .privacy-container blockquote {
    background-color: #f1e7fc;
    border-left: 5px solid #a02b93;
    margin: 1rem 0;
    padding: 1rem;
    font-size: 1.4rem; }
  .privacy-container .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem; }
  .privacy-container .card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform .2s; }
  .privacy-container .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .privacy-container .card img {
    margin-bottom: .5rem; }
  .privacy-container .card h3 {
    margin: .5rem 0;
    font-size: 1.1rem;
    color: #a02b93; }
  .privacy-container .card p {
    margin: 0;
    font-size: .9rem;
    color: #666; }
  .privacy-container .toc-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1rem auto; }
  .privacy-container .icons-list {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem; }
  .privacy-container details {
    margin: 1rem 0; }
  .privacy-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    table-layout: fixed; }
    .privacy-container table th {
      text-align: center;
      background-color: #eeeeee; }
    .privacy-container table td {
      text-align: center; }
  .privacy-container th, .privacy-container td {
    border: 1px solid #ccc;
    padding: 0.5rem; }
  .privacy-container th {
    background-color: #fafafa; }
  .privacy-container summary {
    color: #a02b93;
    cursor: pointer;
    list-style: none;
    /* 기본 브라우저 마커 제거 */
    position: relative;
    padding-left: 1.2em;
    /* 화살표 공간 확보 */ }
  .privacy-container summary::before {
    content: '▶';
    /* 닫힌 상태의 화살표 */
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    transition: transform 0.2s ease; }
  .privacy-container details[open] > summary::before {
    content: '▼';
    /* 열린 상태의 화살표 */
    transform: rotate(0deg); }
  .privacy-container button {
    border: none;
    border-radius: 4px;
    cursor: pointer; }
  @media (max-width: 800px) {
    .privacy-container .cards-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .privacy-container .cards-container {
      grid-template-columns: 1fr; } }
  @media (max-width: 1000px) {
    .privacy-container .toc-container {
      grid-template-columns: 1fr !important; }
    .privacy-container .toc2-container {
      padding-left: 114px;
      margin-top: -20px; } }
  @media (max-width: 800px) {
    .privacy-container table {
      display: block;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap; } }

.pointer {
  cursor: pointer; }

.pbg {
  font-family: 'PBG'; }

.pbs {
  font-family: 'PBS SBlod'; }

.btn-catering {
  text-align: center;
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }
