/* 전역 */
html, body {}
/* Bootstrap fix */
.modal {
  min-width: 200px;
  /*position: fixed !important;*/ }
.modal.popup-modal .modal-header {
  border-bottom: 0;
  min-height: 50px;
  padding: 0; }
.modal.popup-modal .close {
  width: auto;
  height: 50px;
  background-image: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  color: #000;
  opacity: 1.0; }
.modal-wrapper-black .modal.popup-modal .close {
  color: #fff;
  background-color: #000; }
.modal.popup-modal .close .glyphicon {
  padding: 0; }
.bootstrap-dialog .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
.bootstrap-dialog .glyphicon {
  top: 2px; }
.dropdown-menu {
  left: 10px;
  background: white !important;
  border: 1.0px solid rgba(0, 0, 0, .025)  !important;
  z-index: 9999; }
.dropdown-menu > li > a {
  padding: 6px 35px; }
.dropdown-menu .glyphicon {
  left: -18px; }
.dropdown-menu .fa {
  position: relative;
  top: 1px;
  left: -18px !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.dropdown-menu .divider {
  margin: 2px 0; }
.dropdown-menu:not(.sub-menu)::after {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  content: ''; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 6px; }
.dropdown-menu a.dropdown-toggle:active,
.dropdown-menu a.dropdown-toggle:hover {
  color: #fff;
  background-color: #526bbe; }
.dropdown-submenu>.dropdown-menu {
  bottom:0; }
.dropdown-menu .sub-menu {
  top: auto; }
.dropdown-menu li a.checked:before {
  visibility: visible;
  content: "✓";
  font-size: 18px;
  margin-left: -15px;
  margin-right: 3px; }
.panel { top: 0; }
.panel > .panel-heading {
  height: 60px;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0; }
.panel-heading .panel-title {
  font-size: 25px;
  font-weight: lighter; }
.panel-heading .btn-group {
  height: 100%; }
.panel-heading .close {
  width:60px;
  height: 100%;
  border-radius: 0;
  background-image: url('../../icons/cross-dark.png');
  background-position: 50% 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat; }
.panel-heading .close:active {
  background-color: rgba(204, 204, 204, 0.2); }
.panel-body {
  position: relative;
  padding: 0;
  height: 100%;
  min-width: 100px;
  font-size: 15px;
  font-weight: 200; }
.panel-body .container {
  width: 100%;
  height:100%;
  padding: 0;
  overflow: auto; }
.tab-content > .tab-pane {
  position: absolute;
  top:41px;
  bottom: 0;
  padding-bottom: 61px;
  width: 100%;
  overflow: auto; }
.row:hover {
  background-color: #dddddd;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }
.btn.glyphicon.active {
  color: white !important; }
.btn.active {
  background-color: #27BAFF !important; }
/* 상단바 */
.navbar {}
.navbar-brand img {
  /*width: 100%;*/
  width: auto;
  max-width: 100%;
  height: 100%; }
/* 사이드 페이지 네비게이트 버튼 */
.side-page-navigate-buttons {}
.side-page-navigate-buttons .btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  opacity: 0.2;
  width: 36px;
  height: 60px;
  padding: 0;
  line-height: 36px;
  font-size: 36px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.side-page-navigate-buttons .btn:not([disabled="disabled"]):hover {
  opacity: 0.8; }
.side-page-navigate-buttons .btn[disabled="disabled"] {
  opacity: 0.0; }
.side-page-navigate-buttons .btn:active {
  box-shadow: none; }
.side-page-navigate-buttons .btn[command="previousPage"] {
  left: -1px; }
.side-page-navigate-buttons .btn[command="nextPage"] {
  right: -1px;
  float: right; }
.toast.mobile .side-page-navigate-buttons {
  display: none; }
/* 상단 검색바 */
.searchbar {
  position: absolute;
  top: -60px;
  margin-top: 0px;
  width: 100%;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 9999;
  border-bottom: 1px solid #adadad !important;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.searchbar .translucent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #f8f8f8; }
.searchbar .container {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  height: 100%;
  padding-right: 0;
  padding-left: 0; }
.searchbar .searchinput {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 100%;
  margin: 0;
  padding: 20px 65px 20px 65px;
  border: none;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50; }
.searchbar.has-search-result .searchinput {
  padding: 20px 125px 20px 65px; }
.searchbar .searchinput:focus,
.searchbar .searchinput:active {
  outline: none; }
.searchbar .searchinput::-webkit-input-placeholder {
  color: #aaa; }
.searchbar .searchinput:-moz-placeholder {
  color: #aaa; }
.searchbar .searchinput::-moz-placeholder {
  color: #aaa; }
.searchbar .searchinput:-ms-input-placeholder {
  color: #aaa; }
.searchbar .container .btn.close {
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border-right: 1px solid #c4c4c4;
  background-image: url('../../icons/cross-dark.png');
  background-position: 50% 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  opacity: 1.0;
  z-index: 11; }
.searchbar .btn-group {
  height: 100%;
}
.searchbar .btn-list,
.searchbar .btn-search {
  top: 0;
  width: 60px;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #000;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  z-index: 90;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }
.searchbar .btn-list {
  display: none;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.searchbar .btn-list > span:not(.badge) {
  background-image: url('../../icons/list.png'); }
.searchbar .btn.btn-list > span.badge {
  position: absolute;
  width: auto;
  height: auto;
  left: auto;
  top: 22px;
  right: 2px;
  padding: 3px 5px;
  font-size: 8px;
  background-color: red; }
.searchbar .searchsubmit {
  z-index: 90;}
/* 검색  리스트 */
.toast-searchlist {
  position: absolute;
  width: 320px;
  left: -320px;
  z-index: 9999;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  color: #a1a1a1;
  background: white; 
  height: 100%; }
.toast-searchlist .container {
  overflow-x: hidden !important; }
.toast-searchlist .container .row {
  margin: 0;
  padding: 0; }
.toast-searchlist .container .row .col-md-3 {
  float: left;
  margin: 0;
  padding: 0; }
.toast-searchlist .container .row img {
  padding: 1px; }
.toast-searchlist .container .row .col-md-9 {
  float: left; }
.toast-searchlist hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eee; }
.toast-searchlist .row span.highlight {
  color: rgb(0, 0, 0); background-color: rgb(255, 255, 102); }
/* 보관함 */
.toast-mystorage .panel-heading .trash {
  width:60px;
  height: 100%;
  border-radius: 0;
  font-size: 20px;
  background-color: transparent;
  border-radius: 0;
  margin-top: -2px;
  color: #a1a1a1;
  border: 0;
  outline: 0; }
.toast-mystorage .panel-heading .trash:hover {
  opacity: 1.0; }
.toast-mystorage .panel-heading .trash:active {
  background-color: rgba(204, 204, 204, 0.1); }
/* 부분확대 */
#partial-zoom-modal .modal-body {
  padding: 0; }
#partial-zoom-modal .modal-body div {
  margin-bottom: 0; }
#partial-zoom-modal section.odd .shadow {
  background-image: none; }
/* 공유하기 */
.share-modal-wrapper {}
.share-modal-wrapper .modal-dialog {
  max-width: 350px; }
.share-modal-wrapper .modal.popup-modal .modal-content {
  background-color: white;
  box-shadow: 0 0 15px rgba(0,0,0,.3); }
.share-modal-wrapper .modal.popup-modal .modal-content .modal-header {
  min-height: 60px; }
.share-modal-wrapper .modal.popup-modal .modal-content .title {
  text-align: center; }
.share-modal-wrapper .modal.popup-modal .modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-image: url("../../icons/cross-dark.png");
  background-size: 100% 100%; }
.share-modal-wrapper .modal.popup-modal .modal-body {
  background-color: white; }
.share-modal-wrapper .modal.popup-modal .modal-body .alert {
  display: none;
  opacity: 0; }
.share-modal-wrapper .modal.popup-modal .modal-body .container-fluid {
  padding-left: 0;
  padding-right: 0; }
.share-modal-wrapper .modal-body > .btn-group {
  text-align: center; }
.share-modal-wrapper .modal-body .btn-group > .btn {
  padding: 6px 10px;
  box-shadow: none;
  border: 0;
  background-color: transparent; }
.share-modal-wrapper .modal-body .btn-group.btn-icon-group {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.share-modal-wrapper .modal-body .btn-group.btn-icon-group > .btn {
  padding-left: 0;
  padding-right: 0;
  width: 33.3%; }
.share-modal-wrapper .modal-body .btn-group .share-icon {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background-size: 100% 100%; }
.share-modal-wrapper .modal-body .group-short-url {
  padding-left: 15px;
  padding-right: 15px; }
.share-modal-wrapper .modal-body .group-short-url-ios {
  display: none;
  padding-left: 15px;
  padding-right: 15px; }
.share-modal-wrapper .modal-body .btn.btn-short-url {
  width: 100%;
  height: 36px;
  background-color: #ddd; }
.share-modal-wrapper .modal-body .btn-group .share-icon.kakaotalk-icon {
  background-image: url("../../icons/kakaotalk.png"); }
.share-modal-wrapper .modal-body .btn-group .share-icon.kakaostory-icon {
  background-image: url("../../icons/kakaostory.png"); }
.share-modal-wrapper .modal-body .btn-group .share-icon.facebook-icon {
  background-image: url("../../icons/facebook.png"); }
.share-modal-wrapper .modal-body .btn-group .share-icon.twitter-icon {
  background-image: url("../../icons/twitter.png"); }
.share-modal-wrapper .modal-body .copy-short-url-addon {
  cursor: pointer; }
/** 디바이스 대응 */
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: 0; }
}
@media (max-width: 800px) {
  .searchbar .container {
    position: absolute;
    left: 0px;
    width: 100%;
    margin-left: 0; }
  .searchbar .searchinput {
    width: 100%; }
}
@media only screen and (max-device-width: 640px) {
  .toast-searchlist {
    position: absolute;
    width: 320px;
    left: -320px; }
}
