/* custom files */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body {
	/*letter-spacing: -1px;*/
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
}

select.seagreen, select.theme_color option[value="seagreen"] {
  background-color: #4bcf99;
  color: #ffffff;
}
select.blue, select.theme_color option[value="blue"] {
  background-color: #52BCD3;
  color: #ffffff;
}
select.green, select.theme_color option[value="green"] {
  background-color: #85CE36;
  color: #ffffff;
}
select.orange, select.theme_color option[value="orange"] {
  background-color: #fe821d;
  color: #ffffff;
}
select.purple, select.theme_color option[value="purple"] {
  background-color: #7867A7;
  color: #ffffff;
}
select.red, select.theme_color option[value="red"] {
  background-color: #FF6161;
  color: #ffffff;
}

a:not(.btn), a:not(.btn):hover {
  text-decoration: none;
}
/*grid system*/
.row {
    margin-right: -7px;
    margin-left: -7px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.section {
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .section {
      margin-bottom: 15px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section {
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .section {
      margin-bottom: 10px; } }
  .section:last-of-type {
    margin-bottom: 0; }

.btn-xs, .btn-group-xs > .btn {
    padding: 0.075rem 0.25rem;
    font-size: 0.8rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.btn.btn-default, .btn.btn-default:hover {
    color: #4f5f6f;
}
.btn.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #d7dde4;
}


.sidebar .sidebar-menu > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 15px; }
.sidebar .sidebar-menu > li > .sidebar-nav > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px; 
}
    

/*right sidebar 설정*/

.right-sidebar {
  background-color: #3a4651;
  width: 240px;
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  right: -240px;
  bottom: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 20; }
  @media (max-width: 991.98px) {
    .right-sidebar {
      position: fixed;
      right: -240px; } }
  .right-sidebar-fixed .right-sidebar {
    position: fixed; }
  .right-sidebar-open .right-sidebar {
    right: 0; }
  .right-sidebar .right-sidebar-container {
    position: absolute;
    top: 0;
    bottom: 51px;
    width: 100%;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    .right-sidebar .right-sidebar-container::-webkit-scrollbar-track {
      background-color: #2c353e; }
  .right-sidebar .label {
    font-size: .75em;
    display: inline-block;
    border-radius: .2em;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    margin: 0 3px; }
  .right-sidebar .label-screenful {
    color: #fff;
    background-color: #6769d4; }
  .right-sidebar .right-sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .right-sidebar .right-sidebar-menu li a:focus,
    .open .right-sidebar .right-sidebar-menu li a:focus {
      background-color: inherit; }
    .right-sidebar .right-sidebar-menu ul {
      padding: 0;
      height: 0px;
      overflow: hidden; }
      .loaded .right-sidebar .right-sidebar-menu ul {
        height: auto; }
    .right-sidebar .right-sidebar-menu li.active ul {
      height: auto; }
    .right-sidebar .right-sidebar-menu li a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      display: block; }
    .right-sidebar .right-sidebar-menu li a:hover,
    .right-sidebar .right-sidebar-menu li.open > a,
    .right-sidebar .right-sidebar-menu li.open a:hover {
      color: #ffffff;
      background-color: #2d363f; }
    .right-sidebar .right-sidebar-menu .arrow {
      float: right;
      font-size: 18px;
      line-height: initial;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-right: 0; }
      .right-sidebar .right-sidebar-menu .arrow:before {
        content: "\f105" !important; }
    .right-sidebar .right-sidebar-menu li.open > a .arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .right-sidebar .right-sidebar-menu > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      padding-right: 20px; }
    .right-sidebar .right-sidebar-menu > li.active > a,
    .right-sidebar .right-sidebar-menu > li.active > a:hover {
      background-color: #85CE36 !important;
      color: #ffffff !important; }
    .right-sidebar .right-sidebar-menu > li.open > a {
      background-color: #333e48; }
    .right-sidebar .right-sidebar-menu > li > a i {
      margin-right: 5px;
      font-size: 16px; }
      .right-sidebar .right-sidebar-menu > li > a i.arrow {
        font-size: 20px; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 50px;
      padding-right: 15px;
      background-color: #333e48; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li.active a {
      color: #ffffff; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li > .right-sidebar-nav > li a {
      padding-left: 60px;
      padding-right: 15px; }
    .right-sidebar .right-sidebar-menu > li > .right-sidebar-nav > li > .right-sidebar-nav > li > .right-sidebar-nav > li a {
      padding-left: 70px; }

.right-sidebar-overlay {
  position: absolute;
  display: none;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 15; }
  /*@media (max-width: 991.98px) {
    .right-sidebar-overlay {
      display: block; } }
  @media (max-width: 767.98px) {
    .right-sidebar-overlay {
      background-color: rgba(0, 0, 0, 0.7); } }
  @media (max-width: 991.98px) {
    .right-sidebar-open .right-sidebar-overlay {
      left: 0;
      opacity: 1; } */}

.right-sidebar-mobile-menu-handle {
  display: none;
  position: absolute;
  top: 50px;
  background-color: transparent;
  width: 30px;
  bottom: 0;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .right-sidebar-mobile-menu-handle {
      display: block; } }

.right-sidebar-header {
  width: 240px;
  height: 50px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.right-sidebar-content {
  margin-top: 50px;
  position: fixed;
}
/*메인 콘텐츠 여백설정*/
.header {
  height: 50px;
}

.header .header-block-collapse {
  padding: 5px;
}

.sidebar-header .brand {
  line-height: 50px;
}



.app .content {
    padding: 65px 15px 35px 15px;
    min-height: 100vh; }
    @media (min-width: 1200px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
    @media (max-width: 767.98px) {
      .app .content {
        padding: 65px 15px 35px 15px; } }
  @media (max-width: 991.98px) {
    .app {
      padding-left: 0; } }
  @media (max-width: 991.98px) {
    .app.sidebar-open {
      left: 0; } }

/*.tagsinput .tag {
    display: inline-block;
    margin: 5px 3px;
    padding: 1px 10px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.tagsinput .tag a {
	text-decoration: none;
}*/

input[type="file"] {
  display: block;
}

.file-upload {
  height: 100px;
  border: 3px dashed #999;
  padding: 5px;
  width: 100%;
}
.radio, .checkbox {display:block;}
input[type="checkbox"], input[type="radio"] {
	margin-right:0.3em;
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table-fixed tbody {
  height: 230px;
  display: block;
  overflow: auto;
}
.table-fixed thead, .table-fixed tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}


.table-width-1 {min-width:2.5rem;}
.table-width-2 {min-width:5rem;}
.table-width-3 {min-width:7.5rem;}
.table-width-4 {min-width:10rem;}
.table-width-5 {min-width:12.5rem;}
.table-width-6 {min-width:15rem;}

/* multiselect */
.ms-container {
  width: inherit;
  background: none;
}
.ms-container .ms-list {
  border-radius: unset;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
  width: 49%;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background-color: #CCC;
}

.form-control, .input-group-text {
  font-size: inherit;
}
.form-control, .input-group-text {border-radius: 0;}
select.form-control:not([size]):not([multiple]) , input.form-control , .input-group-prepend, .input-group-append {
  height: 2rem;
}
table {
  word-break:break-all;
}

td .form-group {margin-bottom:0;}
td select.form-control:not([size]):not([multiple]) {height:2rem;}

.progress {
  width: 35px;
  height:35px;
  border-radius: 50%;
  margin: 0 auto;
}
.progress_bars th {
  text-align: center;
}
.progress_bars td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}
.progress_wrap {
  margin: 10px 0;
  height: 35px;
}
.progress_wrap p{
  margin:0;
  position: relative;
  top: -30px;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.post-meta {
    list-style: none;
    /* border-bottom: 1px dotted #ddd; */
    height: 25px;
    padding-left: 0;
}

.post-meta li {
    border-bottom: 1px dotted #ddd;
    padding-left: 10px;
    float: left;
}

.card .card-header .title {
  color: white;
}
 
.gallery_cols {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    /*padding : 0 7px;*/
}

@media (max-width: 576px) {
  .gallery_cols {
    width : 100% !important;
  }
}
.panel.panel-gallery{
    
}
.panel-gallery .panel-body {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-gallery .panel-body img{
  min-width: 100%;
}
.panel-gallery .panel-heading {
  min-height: 70px;
  padding: 10px 0;
}
.panel-gallery .panel-title {
    padding: 0 10px;
}
.panel-gallery .panel-heading h3{
  color: #555;
  font-size: 1em; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word; 
  line-height: 1.2em;
  height: 2.4em;

}
.panel-gallery .panel-heading h3 a{
  color: #555;
  font-weight: bold;
}
.panel-gallery .post-meta {
  color: #555;
  padding: 0 10px;
  font-size: 0.95em;
}
.panel-gallery .post-meta > p {
  display: inline-block;
  padding: 0 15px;
}

.checkbox.half{
  width: 50%;
  float: left;
}
.checkbox input{
    /*display: none;*/
}

.comment_user_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid;
}

.user_img_line {
  width: 50%;
  border-right: 1px solid;
  height: calc(100% - 85px);
}
.comment_user_img i {
  font-size: 100px;
    top: -12px;
    position: relative;
    margin-left: -1px;
}
div.row.comment {
  width: 100%;
}
div.comment {
  padding: 15px;
  width: calc(100% - 100px);
}

ul.comment {margin:0;padding:0;}
ul.comment li {list-style: none; }
ul.comment li.writer {font-size:1em;font-weight:600;color:#2876D6;}
ul.comment li.date {font-size:0.8em;font-weight:400;color:#999999;font-style: italic;margin-bottom:0.5em;float: left}
ul.comment li.action {font-size:0.8em;font-weight:400;color:#333333;
    position: absolute;
    right: 30px;
    bottom: 5px;
    width: calc(100% - 160px);
    min-width: 107px;
  }
ul.comment li.action .form-group {
  margin-bottom: 0;
}
ul.comment li.action a {
  float: right;
margin-right: -1px;
}
.line {margin:1em 0;height:2px;background-color: #efefef}
.bg-secret {background-color:#FFDBDD;}
.bg-secret span {color:#ff0000;}
.comment-content {padding:0.5em;}
.comment_lines {
  padding: 0;
  position: relative;
    left: 57px;
  overflow: hidden;
}
.comment_lines > div {
  border-left:1px solid;
  height: 100%;
}
.write_comment {
  width: 100%;
    margin: 0;
}
#master_write_comment .col-12.comment {

}
.cocoment_warp {
  margin: -7px;
}

input.checkbox, input.radio {
  display: none;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 10010;
}

p img {max-width: 100%;}


/* 25.11.28 이슈 4330  */
.reserve_chk { 
  width: 7rem;
 }
.reserve_chk p { 
  font-size: .9rem;
  line-height: 1.3rem;
 }

.list-group-item ul {
  padding-left: 0;
}

.list-group-item ul.booking-item-payment-price li { 
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #c7c7c7;
  padding: 4px 0; 
}

.list-group-item ul.booking-item-payment-price li:last-child { 
  border-bottom: none;
}
