@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);

body {
	font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
  font-size: 21px;
}

h1 {
  font-size: 2em;
}

blockquote {
  font-size: 1em;
}

.btn {
  font-size: 1em;
}

a:hover {
  text-decoration: none;
}

textarea.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
}

textarea.form-control:focus {
  box-shadow: none;
}

pre {
  font-size: 0.8em;
}

.col-md-12, .col-sm-12, .col-lg-12 {
	width: 100%;
}

/* 네비게이션 바 */

.navbar {
    -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.navbar-top {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.navbar-nav {
	margin: 0;
}

#navbar-main.navbar-top a.navbar-item {
  color: #fff;
}

#navbar-main.navbar-top .open a.navbar-item {
  color: #666;
}

.navbar-default.navbar-stick {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #e7e7e7;
}
.navbar-default.navbar-stick .navbar-brand {
  color: #777;
}
.navbar-default.navbar-stick .navbar-text {
  color: #777;
}
.navbar-default.navbar-stick .navbar-nav > li > a {
  color: #777;
}
.navbar-stick .navbar-toggle .icon-bar {
  background-color: #777;
}

.navbar-default.navbar-expand {
  background-color: rgba(255, 255, 255, 1);
  border-color: #e7e7e7;
}
.navbar-default.navbar-expand .navbar-brand {
  color: #777;
}
.navbar-default.navbar-expand .navbar-text {
  color: #777;
}
.navbar-default.navbar-expand .navbar-nav > li > a {
  color: #777;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}


.navbar-expand .navbar-toggle .icon-bar {
  background-color: #777;
}

.navbar-search button {
	font-size: 13px;	
}

.navbar-search input {
  background-color: transparent;
  color: #fff;
}
.navbar-stick .navbar-search input {
  color: #777;
}

.navbar-search input::-webkit-input-placeholder {
    color:#ccc; 
}
.navbar-search input::-moz-placeholder { 
    color:#ccc; 
    opacity: 1;
}
.navbar-search input::-ms-input-placeholder { 
    color:#ccc;
}   /* IE10+ */

.navbar-stick .navbar-search input::-webkit-input-placeholder {
    color:#aaa; 
}
.navbar-stick .navbar-search input::-moz-placeholder { 
    color:#aaa; 
    opacity: 1;
}
.navbar-stick .navbar-search input::-ms-input-placeholder { 
    color:#aaa;
}   /* IE10+ */

.navbar-search button {
  background-color: #fff;
  color: #666;

  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.navbar-search button:hover {
  background-color: #ddd;
}

.navbar-top .navbar-search button {
  background-color: rgba(0,0,0,0.3);
  color: #fff;
}
.navbar-top .navbar-search button:hover {
  background-color: #ddd;
  color: #666;
}

.navbar-default.navbar-top .navbar-toggle .icon-bar {
	background-color: #fff;
}

/* 헤더 */
.header {
  height: 120px;
  background: url(./images/lake.jpg) no-repeat center center;
  background-size: cover;
}

.dark-cover {
  background: rgba(0, 50, 50, 0.7);
  width: 100%;
  height: 100%;
}


/* 랩퍼 */

#wrap {
  margin-top: 24px;
}

/* 사이드바 */
.list-sidebar {
  font-size: 0.8em;
  padding-left: 0;
  list-style: none;
}

.list-sidebar li {
  padding-left: 2px;
  margin-bottom: 2px;

  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.list-sidebar li:last-child {
  margin-bottom: 0;
}

.list-sidebar li:hover {
  box-shadow: -4px 0 0 #FF8E0A;
}


/* 블로그 포스트 */

/* 포스트 내부 요소 */
.article_post {
  margin-bottom: 24px;
	text-align: justify;
}

.article_post h1,
.article_post h2,
.article_post h3,
.article_post h4,
.article_post h5,
.article_post h6 {
  padding:10px 0;"Helvetica Neue", Helvetica, Arial, 
}

.article_post h1,
.article_post h2 {
  font-family: "NanumGothicExtraBold", "NanumGothic", "나눔고딕", 'Malgun Gothic', '맑은 고딕', "돋움", sans-serif; 
  font-weight: bold
}

.article_post h2 {
  font-size: 1.6em; 
  border-left: 6px solid #1797A8; 
  border-bottom: 1px solid #E3E3E3; 
  padding-left: 8px
}

.article_post h3 {
  font-size: 1.3em; 
  font-weight:100; 
  color:#444; 
  padding-left: 32px;
  background-image: url("http://ts.daumcdn.net/custom/blog/93/932846/skin/images/subcontext.gif");
  background-repeat:no-repeat
}

.article_post a{
	word-wrap: break-word;
}

.article_post a:hover {
}

.article_post .text-muted {color: rgb(153, 153, 153);}
.article_post .text-warning {color: rgb(192, 32, 32);}
.article_post .text-error {color: rgb(153, 138, 0);}
.article_post .text-emphasis {color:rgb(103, 0, 0);}
.article_post .text-info {color:rgb(0, 34, 102);}

.article_post warning {color: #E54B4B;}
.article_post emphasis {color: #EC7505;}
.article_post info {color: #05A8AA;}


.article_post .imageblock {
  max-width: 100%;
  height: auto;
}

.article_post .imageblock img, .article_post .shadow_frame {
  max-width: 100%;
  height: auto;
  box-shadow:0 0 4px  #333;
  cursor: pointer;
	transition: box-shadow ease-out 0.4s;
}
.article_post .imageblock img:hover{
  box-shadow:0 0 16px  #357;
}
.article_post .no-shadow .imageblock img, .article_post .shadow_frame {
  box-shadow:none;
}
.article_post .no-shadow .imageblock img:hover{
  box-shadow:none;
}

.article_post .imageblock .cap1 {
  max-width: 100%;
  padding: 8px 0 8px 0;
  text-align: center;
}

.article_post .imageblock .cap1 .cap1_text{
  height: 19px;
  height: 18px;
  padding: 3px 12px 2px 12px;
  background-repeat:no-repeat;
  text-shadow: none;
  border-right: solid 4px #1797A8;
  border-left: solid 4px #1797A8;
}

.article_post blockquote {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.article_post blockquote:hover {
  border-left: 5px solid #FF8E0A;

  page-break-inside: avoid;
}

.article_post blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}
.article_post blockquote:after {
  color: #ccc;
  content: "\201D";
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
.article_post blockquote p {
  display: inline;
}

/* 아티클 모듈 */
.article_action {
  margin-bottom: 24px;
}

/* 댓글 */
.reply {
  margin-bottom: 16px;
}

.reply .rp-block {
  padding: 16px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.reply .rp-block:hover {
  background-color: #F2EFDC;
}

.reply .rp-block .button, .reply .rp-block .date {
  color: #777;
  font-size: 0.8em;
}

.reply .rp-block .date {
  float: right;
}

.reply .rp-block .description {
  margin: 10px 0 0 0;
}

.sub-reply {
  padding-left: 24px;
}

.rp-textarea {
  margin-bottom: 16px;
}

.rp-submit {
  text-align: center;
}


/* 글 목록 */
.list-article li {
  padding: 2px 8px;
  border-radius: 6px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.list-article li:hover {
  background-color: #F2EFDC;
}
.list-article li .date {
  color: #777;
  font-size: 0.8em;
  float: right;
}

/* Pagination */
.paging {
  text-align: center;
  margin-bottom: 24px;
}
.selected {
  color :#777;
}

.interword {
  display: inline;
  position: relative;
  float: left;
  margin: 0 8px;
}

/* Footer */
.footer {
  height: 40px;
  padding: 12px;
  font-size: 12px;
  background-color: #404040;
  color: #aaa;
}

.footer a {
  color: #fff;
}

.footer .title {
  font-weight: bold;
}

.footer_left {
  float: left;
}

.footer_right {
  float: right;
}

/* Syntax Highlighter */
.syntaxhighlighter {
  letter-spacing: 0;
}

/* Main Page */

#ttItem4772 {
  width: 100%;
}

.btn-clip {
  padding: 0;
  overflow: hidden;
}

.btn-inner {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.btn-pack {
  height: 172px;
}

.img-clip {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease-out;
}

.btn-pack h1 {
	white-space: normal;
	word-break: keep-all;
}

#ttItem4772 .btn-thumb h1 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
}

#ttItem4772 .btn-thumb h2 {
  color: #ddd;
  font-size: 16px;
}

.btn:hover .img-clip {
  transform: scale(1.5);
}

.btn-trans {
  color: #ffffff;
  background-color: rgba(0,0,0,0.3);
  border-color: transparent;
	text-shadow: 0 0 4px #000, 0 0 16px #000;
}
.btn-trans:focus,
.btn-trans.focus {
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-trans:hover {
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-trans:active,
.btn-trans.active,
.open > .dropdown-toggle.btn-trans {
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-trans:active:hover,
.btn-trans.active:hover,
.open > .dropdown-toggle.btn-trans:hover,
.btn-trans:active:focus,
.btn-trans.active:focus,
.open > .dropdown-toggle.btn-trans:focus,
.btn-trans:active.focus,
.btn-trans.active.focus,
.open > .dropdown-toggle.btn-trans.focus {
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
  border-color: rgba(0, 0, 0, 0);
}
.btn-trans:active,
.btn-trans.active,
.open > .dropdown-toggle.btn-trans {
  background-image: none;
}
.btn-trans.disabled:hover,
.btn-trans[disabled]:hover,
fieldset[disabled] .btn-trans:hover,
.btn-trans.disabled:focus,
.btn-trans[disabled]:focus,
fieldset[disabled] .btn-trans:focus,
.btn-trans.disabled.focus,
.btn-trans[disabled].focus,
fieldset[disabled] .btn-trans.focus {
  background-color: rgba(1,1,1,0.5);
  border-color: transparent;
}
.btn-trans .badge {
  background-color: rgba(0,0,0,0.5);
  background-color: #ffffff;
}
.btn-trans {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-trans:focus {
  background-color: rgba(0,0,0,0.5);
}
.btn-trans:hover,
.btn-trans:active:hover {
  background-color: rgba(0,0,0,0.5);
}
.btn-trans:active {
  background-color: rgba(0,0,0,0.5);
  background-image: -webkit-radial-gradient(circle, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 11%);
  background-image: -o-radial-gradient(circle, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 11%);
  background-image: radial-gradient(circle, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
}


/* Coin Slider */
#frame img {
  position: absolute;
}

iframe {
  max-width: 100%;
}

#tistorytoolbarid {
  display: none;
}

.tt_more_preview_comments_wrap {
  background: #F24C27;
  padding: 4px 0;
  color: #fff;
}

.count {
  color: #999;
}