@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*
Customize your contents - markquery skeleton
-------------------------------------------------------------
name:    spider's web
Version:    1.0.1
Author:    Ungki, H

Homepage:    http://markquery.com
GitHub:    http://markquery.github.io
email:    ungki.h@gmail.com
License:    http://markquery.github.io/license
-------------------------------------------------------------
*/

/* major style
-------------------------------------------------- */
body {
  position: relative; /* For scrollyspy */
  padding-top: 50px;  /*Account for fixed navbar */
  background-color: #F6F6F6;
  font-family: Roboto, 'Nanum Gothic', Gothic, AppleGothic, sans-serif;
}
.skeleton {
  padding: 0;
  border:0;
  background-color:#fff;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);*/
}
.skeleton-nav {
  padding: 0 20px;
  border-left:0;
  border-right:0;
  border-bottom:1px solid #F9FFFF;
  background-color:#f2f2f2;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);*/
}
.skeleton-header {
  background: url('images/background.jpg');
  background-size: cover;
  margin: 0;
  padding:130px 0 135px;
}
.skeleton-header img {
  vertical-align: middle;
}
.skeleton-header h1 {
  text-indent: 20px;
  font-weight: bold;
}
.skeleton-header h1 a {
  text-indent: 1em;
  color: #fff5ee; 
  opacity: 0.7;
  font-family: 'Montserrat', sans-serif;
  font-size: 150%;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #2f4f4f,
               0 3px 0 #838b83,
               0 4px 0 #ff1493,
               0 5px 0 #f08080,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.skeleton-header h1 a:hover {
  color:#fff;
  text-decoration:none;
}
.skeleton-header h2 {
  color:#999;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 14px;
  text-indent: 20px;
}
.skeleton-content {
  min-height:1000px;
  border-right:1px solid #F7DCE5;
}
.skeleton-footer {
  padding:20px;
  background: url(./images/footer.png);
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);*/
}
  
.guestbook-form{padding: 0 20px;}
.comment-form{padding:0 20px;}


/* site header
-------------------------------------------------- */
header.banner { }

/* site footer
-------------------------------------------------- */
footer {
  padding: 20px 0;
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin: 5px 0;
  font-size:12px;
}

/* globe link style 
-------------------------------------------------- */
.globe-hover-111-555 a{color:#111;text-decoration:none;padding-bottom:2px}.globe-hover-111-555 a:hover,.globe-hover-111-555 a:focus{color:#555;text-decoration:none;border-bottom:1px solid #555;padding-bottom:2px}
/* license links
-------------------------------------------------- */
.license-links { margin: 10px 0; }
.license-links li { display: inline; padding: 0 2px; }
.license-links li:first-child { padding-left: 0; }
.license-links a{color:#cfcfd5;text-decoration:none;padding-bottom:2px}.license-links a:hover,.license-links a:focus{color:#fff;text-decoration:none;border-bottom:1px solid #fff;padding-bottom:2px}

/* content / Posts use the hNews microformat. (http://microformats.org/wiki/hnews)
-------------------------------------------------- */
main { border-top: 1px solid #ccc; 
	padding: 0 20px;}
.hentry { 
  padding-bottom:40px;  
  border-bottom:1px solid #eee; 
}
.entry-header {
  margin-bottom:20px;
  padding:10px 0;
  border-bottom:1px solid #F7DCE5;
}
.search-list{
  margin:20px 0;
  padding:10px 0;
  border-bottom:1px solid #F7DCE5;
}
.entry-title {}
.entry-summary {}
.entry-content { padding-bottom:40px; }
.byline {}
.published {}
.related{ border-top:1px solid #eee; }
.entry-tags {
  margin-top:10px;
  margin-bottom:10px;
}
.entry-footer {
  margin-top:10px;
  padding-top:20px;
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
  border-top: 3px solid #ddd;
}
.actionTrail {
  text-align: left;
  font-family: Georgia,  verdana;
  font-size: 24px;
}
.actionTrail .cnt{
  color: #6b8e23;
}

/* name link
-------------------------------------------------- */
.name { 
  color:#999; 
  font-size:15px;
  font-weight:bold;
}
.name a { 
  padding:3px;
  background-color:#f1f1f1;
}
.name a:hover { 
  color:#FF4242;
  background-color:#F0F2EB;
  text-decoration: none;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}

/* trackback
-------------------------------------------------- */
.trackback {
  padding-top: 10px;
  padding-bottom:30px;
  overflow: hidden;
}
.trackback ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trackback li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.trackback p {
  margin: 10px 0 0 0;
  color:#999; 
  font-size:8pt;
  line-height:1.5em;
  text-align: justify;
}

/* comment, guestbook
-------------------------------------------------- */
.comment, .guestbook {
  overflow: hidden;
  padding-top: 10px;
}
.comment ol, .guestbook ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment ol li, .guestbook ol li {
  margin: 0;
  padding: 0;
}
.comment p.comment-body, .guestbook p.comment-body {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  border-top:1px solid #ddd;
}
.comment ol li ol li, .guestbook ol li ol li {
  overflow: hidden;
  padding: 10px 0;
  list-style: none;
  border: none;
}
.comment .reply, .guestbook .reply {
  margin-top: 10px;
  margin-left:20px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.comment img, .guestbook img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  padding: 3px;
  vertical-align: middle;
  border: 1px solid #ECF0DF;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-radius: 5px;
}
.comment img:hover, .guestbook img:hover {
  -moz-box-shadow: 0px 0px 7px #ceccb4;
  -khtml-box-shadow: 0px 0px 7px #ceccb4;
  -webkit-box-shadow: 0px 0px 7px #ceccb4;
  box-shadow: 0px 0px 7px #ceccb4;
}
.comment-form input, .guestbook-form input {   height: 50px; }
.comment-form textarea, .guestbook-form textarea {   height: 150px; }
.comment-form .btn, .guestbook-form .btn {
  display: block;
  margin-top: 20px;
}

/* pagination 
-------------------------------------------------- */
.pagination {
  padding: 20px 0;
}
ul.pagination > li > a > span.selected {
color: #EA2687;
font-weight:bold;
}
ul.pagination .interword {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
border: 1px solid #dddddd;
border-left-width: 0;
}

/* widget 
-------------------------------------------------- */
.widget { margin-bottom:40px;} 
.widget-inner {
  margin-top:40px;
  padding:0;
  text-align: left;
}
.widget-inner h3 {
  margin:10px 0;
  font-size:1.5em;
}
.widget-inner ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
.widget-inner ul li a {
  display:block;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-decoration: none;
  color:#333;
}
.widget-inner ul li a:hover {
  color:#FF4242;
  text-decoration: none;
  background-color: #F0F2EB;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s;
}
.widget-inner .cnt {
  /* color: #E7A497;
  font-size:12px; */
  display: inline;
  background-color: #FFF4D1;
  color: #F02475;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.widget-feed li.media img.media-thumbnail {
  width: 45px;
  height: 45px;
  padding: 3px;
  border: 1px solid #c5c1ac;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.widget-feed li.media {
  padding:10px 0;
  border-bottom: 1px solid #eee;
  min-height:60px;
}
.widget-feed li.media img.media-thumbnail:hover {
  box-shadow: 0px 0px 7px #ceccb4;
  -moz-box-shadow: 0px 0px 7px #ceccb4;
  -khtml-box-shadow: 0px 0px 7px #ceccb4;
  -webkit-box-shadow: 0px 0px 7px #ceccb4;
}
.widget-feed li.media h4 a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.widget-feed li.media h4 a:hover,
.widget-feed li.media h4 a:focus {
  padding-bottom: 2px;
  color: #005580;
  text-decoration: none;
  border-bottom: 1px solid #005580;
}

/* utility  
   ------------------------------------------------ */
figure {
  margin: 10px 0;
  padding: 0;
}
figcaption {
  margin: 0;
  padding: 0;
  color:#999;
  font-style: italic;
}
.img-center {
  margin: 0 auto;
}
.scrollup {
  position: fixed;
  display: none;
  width: 100px;
  height: 20px;
  bottom: 150px;
  right: 50px;
  opacity: 0.7;
  font-size:10px;
}
.text-justify {
  text-align: justify;
}
.responsive-right2left {
  float:right;
}
.responsive-left2right {
  float:left;
}
/* Tistory utility  
   ------------------------------------------------ */
.tistorytoolbar {
  display: none !important;
}
.cap1 {
  color:#999;
  text-align:center;
}
.imageblock  {
  margin:0;
  padding:0;
}
.dual {
  margin-bottom:5px;
  background-color:#eee;
}
.triple {
  margin-bottom:5px;
  background-color:#eee;
}
.moreless_fold {
  padding-left: 10px; 
  background: url(./images/btn_more.gif) no-repeat 0 50%; 
  color: #08c; 
  font-weight:bold;
}
.moreless_top {
  padding-left: 10px; 
  background: url(./images/btn_less.gif) no-repeat 0 50%;
  color: #08c; 
  font-weight:bold;
 }
.moreless_bottom {
  padding-left: 10px; 
  background: url(./images/btn_less.gif) no-repeat 0 50%; 
  color: #08c; 
  font-weight:bold;
}
.moreless_content  {
  padding: 15px 10px;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
}

/* Highlight */
::selection { background: #FFF4D1; color: #F02475; } /* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection { background: #FFF4D1; color: #F02475; } /* Mozilla Firefox */
}

/* Reponsive Image */
.imageblock, iframe { max-width:100% !important; }

/* Tablet
------------------------- */
@media screen and (max-width: 768px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  body [class*="padding"] {
    padding: 0;
  }
  body [class*="margin"] {
    margin: 0;
  }
  body [class*="height"] {
    height: auto;
  } 
  .skeleton-header h1, .skeleton-header h2 {
  text-indent: 0;
  }
  .skeleton, .skeleton-nav, .skeleton-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .skeleton-content {
    min-height:200px;
  }
  .skeleton-header {
    padding-bottom:0;
    text-align: center;
  }
  .comment small {
    font-size:8px;
  }
  footer ul li, footer p {
    font-size:10px;
  }
  .scrollup {
    display:none !important;
  }
  .responsive-right2left {
    float:left;
  }
  .responsive-left2right {
    float:right;
  }
}

@media screen and (max-width: 992px) { 
  /* Remove any padding from the body */
  /*body {
    padding-top: 0;
  }*/
  /* utility */
  .scrollup {
    display:none !important;
  }
}

@media (min-width: 1200px) { }
