@charset "UTF-8";

/* 티스토리 특정 클래스에 맞춘 제목 스타일 */
.tt_article_useless_p_margin h2 {
    display: block !important;
    border-left: 8px solid #e74c3c !important; /* 왼쪽 강조선 */
    padding: 10px 15px !important;
    margin: 30px 0 15px !important;
    background-color: #f8f9fa !important; /* 연한 회색 배경 */
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #333 !important;
    text-align: left !important;
}



pre {
	margin:5px 15px;
	padding:20px;
	background-color:#fff;
	border:1px solid;
	border-color:#3f5b72;
	border-radius:3px;
}

code {
	padding:0px;
	border:0px;
	background-color:#eee;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

.sidebar_layer1 {
  margin: 0px !important; }

/* .slideOne */
.slideOne {
  width: 50px;
  height: 10px;
  background: #ffffff;
  margin: 20px auto;
  position: relative;
  border-radius: 50px; }
  .slideOne label {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: -3px;
    cursor: pointer;
    background: transparent linear-gradient(to bottom, #FFF 0%, #F3F3F3 40%, #FFF 100%) repeat scroll 0% 0%;
    border-radius: 50px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease; }
  .slideOne input[type=checkbox] {
    visibility: hidden; }
    .slideOne input[type=checkbox]:checked + label {
      left: 37px; }
  .slideOne input[type="checkbox"] + label, .slideOne input[type="radio"] + label {
    margin-left: 0rem; }

/* end .slideOne */
.comment-secret-box {
  float: right;
  margin-top: -59px;
  margin-right: 59px;
  width: 120px; }

.secret-box {
  z-index: 999;
  position: absolute;
  width: 53px;
  right: 0;
  margin-right: 27px;
  padding-top: 4px; }

.secret-label {
  margin-top: 10px;
  margin-left: 5px; }
  .secret-label label {
    color: #bbbbbb; }

.label-lock {
  width: 31px;
  float: right;
  margin-top: -31px; }

.comment-send-box {
  height: 17px;
  position: absolute;
  z-index: 999;
  right: 0;
  margin-right: 52px;
  margin-top: 122px;
  width: 48px; }

.secret {
  padding-top: 8px;
  margin-top: 9px;
  margin-left: 6px; }

.comment-send-icon input {
  font-size: 1.3rem;
  height: 37px; }
.comment-send-icon .submit {
  height: 38px; }

.pagination li a {
  text-decoration: none;
  color: #fff !important; }
  .pagination li a #prevPage {
    position: absolute;
    margin-left: -32px;
    margin-top: 8px; }
  .pagination li a #nextPage {
    position: absolute;
    margin-left: 32px;
    margin-top: 8px; }
  .pagination li a i {
    font-size: 1rem; }

.row .pagination-line {
  margin-top: 50px !important;
}

.sidebar-info {
  width: 100%; }

#treeComponent {
  border: solid 0 #000;
  margin-bottom: 0.0rem;
  background-color: transparent;
  table-layout: auto; }
  #treeComponent tbody tr td {
    padding: 0; }
    #treeComponent tbody tr td table {
      margin-bottom: 0;
      border: 0px;
      background-color: transparent; }
      #treeComponent tbody tr td table tbody tr td {
        padding: 0; }
        #treeComponent tbody tr td table tbody tr td .c_cnt {
          color: #B2B2B2; }
        #treeComponent tbody tr td table tbody tr td table {
          border: solid 0 #000; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: hidden; } }
* {
  box-sizing: border-box; }

body:after {
  background: #89A6C5;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  width: 100%; }
body.open {
  overflow: hidden; }
body.open:after {
  opacity: 1;
  visibility: visible; }

div[data-tistory-react-app="NaverAd"] {
    position: relative; /* 또는 absolute, 필요에 따라 조정 */
    z-index: 0; /* 초기 값 */
}

.logo-box {
  border-radius: 10px;
  color: #000; }
  .logo-box a {
    color: #000; }

.blog-comment {
  padding-left: 10px; }

.row .search-result-box {
  margin-bottom: 15px !important; }

#category {
  margin: auto;
  font-family: 'Marck Script', cursive;
  margin-bottom: 20px;
  width: auto; }
  #category .c_cnt {
    color: #A36252; }
  #category h3 {
    display: block;
    float: left;
    width: 100%; }
    #category h3 ul {
      display: inline-block;
      list-style-type: none;
      border-bottom: none;
      float: left;
      width: 100%;
      margin: auto;
      margin-top: 21px; }
      #category h3 ul li {
        display: block;
        text-align: center;
        background: transparent;
        width: 100%;
        min-height: 31px;
        text-align: center;
        line-height: 31px;
        list-style-type: none;
        padding: 0;
        margin: auto; }
        #category h3 ul li ul li {
          display: block;
          text-align: center;
          background: transparent;
          border-bottom: none;
          width: 100%;
          height: 31px;
          text-align: center;
          list-style-type: none;
          margin: auto; }
        #category h3 ul li a {
          display: block;
          font-family: "Nanum Gothic";
          margin-bottom: 1px; }

.adsense-top {
  text-align: center;
	margin-top:5px;
	overflow-x:hidden; }

.adsense-bottom {
  text-align: center;
	background-color:#ffffff;
	padding:15px;
	border-radius:10px;
}

.wrapper {
  background-color: transparent; }

.black-background {
  padding-top: 50px; }
  .black-background .icon-bar {
    background-color: transparent; }
    .black-background .icon-bar i {
      color: #0479EA; }
    .black-background .icon-bar label {
      color: #4ea6ff;
      font-size: 0.7rem;
      margin-top: 5px; }

.white-background_menu {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px; }

.white-background {
  margin-bottom: 20px; }

.lightgray-background {
  background-color: #efefef; }

.darkgray-background {
  background-color: #304F77;
  background: url("images/pattern.png") top left repeat; }

.foooter-color-space {
  height: 5px;
  width: 100%; }

.addsense1 {
  width: 340px; }

.addsense2 {
  width: 340px; }

.blog_info {
  width: 100%;
  padding: 20px; }
  .blog_info #blogImage {
    width: 70%;
    max-width: 100px;
    min-width: 50px;
    margin: auto; }
    .blog_info #blogImage img {
      width: 100%;
      max-width: 100px;
      max-height: 100px;
      padding-bottom: 6px;
      margin-top: 10px; }
  .blog_info #blogDesc {
    color: #f1f1f1;
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    padding: 10px; }
  .blog_info #userID {
    color: #e7e7e7;
    background: url(images/iconBy.gif) 3px 0 no-repeat;
    padding-left: 3px;
    margin-top: 5px;
    letter-spacing: 0px;
    font-size: 0.7em; }

#blogDesc {
  color: #868686;
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: 0px; }

.top_image img {
  max-width: 130px;
  max-height: 130px;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px; }

.top_title {
  text-align: center;
  font-family: 'nanum gothic', "Nanum Gothic", dotum, sans-serif;
  margin-top: 9px;
  font-size: 1.2em; }
  .top_title h1 a {
    font-family: 'nanum gothic', "Nanum Gothic", dotum, sans-serif;
    color: #fff !important;
    text-decoration: none; }

.header-logo {
  padding: 20px; }
  .header-logo a {
    color: #4ea6ff;
    text-decoration: none;
    font-family: 'nanum gothic', "Nanum Gothic", dotum, sans-serif; }
    .header-logo a:hover {
      text-decoration: none;
      color: #000; }
  .header-logo a:visited {
    color: #4ea6ff;
    text-decoration: none; }

.corner-img-top-left {
  width: 100px;
  float: left;
  max-width: 50px;
  margin-left: 10px; }
  .corner-img-top-left img {
    width: 100%;
    margin-top: 5px;
    margin-left: 5px; }

.corner-img-top-right {
  width: 100px;
  float: right;
  max-width: 50px;
  margin-right: 10px; }
  .corner-img-top-right img {
    float: right;
    width: 100%;
    margin-top: 5px;
    margin-right: 5px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }

.corner-img-bottom-left {
  width: 100px;
  position: absolute;
  max-width: 50px;
  margin-left: 10px;
  top: 220px; }
  .corner-img-bottom-left img {
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }

.corner-img-bottom-right {
  width: 100px;
  position: absolute;
  right: 0;
  top: 220px;
  max-width: 50px;
  margin-right: 10px; }
  .corner-img-bottom-right img {
    float: right;
    width: 100%;
    margin-top: 5px;
    margin-right: 5px; }

#sidebar {
  font-family: "Nanum Gothic";
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.45);
  padding-top: 15px;
  text-align: center;
  margin-top: 9px;
  margin-left: -1px;
  /* 리스트 */ }
  #sidebar #blogImage {
    max-width: 150px;
    margin: auto; }
  #sidebar #calendar {
    max-width: 250px;
    margin: auto;
    clear: both; }
  #sidebar .module_widget {
    margin-bottom: 18px; }
  #sidebar .wrpper ul li {
    padding-left: 6px; }
  #sidebar .wrapper ul li,
  #sidebar .wrapper ul li a {
    color: #cdcdcd;
    font-size: 0.9rem;
    margin-bottom: 15px;
    font-family: "Nanum Gothic", !important; }
  #sidebar .wrapper #category ul li,
  #sidebar .wrapper #category ul li a {
    color: #cdcdcd;
    font-size: 0.9rem;
    margin-bottom: 0px;
    font-family: "Nanum Gothic", !important; }
  #sidebar .wrapper #tagbox {
    padding: 0 50px 0 50px; }
    #sidebar .wrapper #tagbox .tagblock-centered {
      margin: auto; }
    #sidebar .wrapper #tagbox .stitle {
      margin-bottom: 21px; }
    #sidebar .wrapper #tagbox ul {
      padding: 5px 2px; }
      #sidebar .wrapper #tagbox ul li {
        background: none;
        display: inline; }
        #sidebar .wrapper #tagbox ul li .cloud1 {
          font-weight: bold;
          font-size: 31px;
          color: #a2348f;
          float: left;
          padding: 5px;
          transition: color 300ms ease-out; }
        #sidebar .wrapper #tagbox ul li .cloud2 {
          font-weight: bold;
          font-size: 27px;
          color: #5a5194;
          float: left;
          padding: 5px;
          transition: color 300ms ease-out; }
        #sidebar .wrapper #tagbox ul li .cloud3 {
          font-weight: bold;
          font-size: 23px;
          color: #7870ab;
          float: left;
          padding: 5px;
          transition: color 300ms ease-out; }
        #sidebar .wrapper #tagbox ul li .cloud4 {
          font-size: 20px;
          color: #666;
          float: left;
          padding: 5px;
          transition: color 300ms ease-out; }
        #sidebar .wrapper #tagbox ul li .cloud5 {
          font-size: 10px;
          color: #000000;
          float: left;
          padding: 5px;
          transition: color 300ms ease-out; }
        #sidebar .wrapper #tagbox ul li a {
          letter-spacing: -1px; }
          #sidebar .wrapper #tagbox ul li a:hover {
            text-decoration: none;
            color: #68a9de; }
  #sidebar span {
    font-size: 0.6em;
    color: #cdcdcd; }
  #sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #sidebar ul li {
      height: 1rem; }
      #sidebar ul li a {
        font-size: 1rem;
        line-height: 0.8rem; }
  #sidebar h3 {
    font-size: 1rem;
    color: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: nanum gothic; }
  #sidebar .cnt {
    font: 0.85em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #BDBDBD; }
  #sidebar .date {
    font: 0.85em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #868686; }
  #sidebar .name {
    font: 0.9em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #868686; }

.admin {
  font-size: 0.8rem; }

.titleWrap h2 {
  margin-bottom: 0.4rem;
  font-weight: bold; }

.another_category_color_gray h4, .another_category_color_gray h4 a {
  color: #000 !important; }

.another_category {
  font-family: 'nanum gothic' !important;
  border: solid 0px #ffffff !important;
  padding: 0px !important; }
  .another_category h4 a {
    font-family: 'nanum gothic' !important;
    color: #000 !important; }
  .another_category table {
    border: 0px; }
    .another_category table tr {
      height: 2.2rem; }
    .another_category table td {
      display: none; }
    .another_category table th {
      border-bottom: solid 0px #ffffff !important;
      font-family: 'nanum gothic' !important; }
      .another_category table th a {
        font-size: 1rem;
        text-decoration: none !important;
        color: #000 !important; }
        .another_category table th a:visited {
          text-decoration: none; }
    .another_category table th a.current {
      border-bottom: 0px solid !important;
      font-family: 'nanum gothic' !important;
      text-decoration: none; }

.another_category_color_gray {
  border: solid 0px #ffffff;
  margin-top: 20px !important; }
  .another_category_color_gray h4 {
    border: solid 0px #ffffff;
    margin-top: 20px; }
    .another_category_color_gray h4 a {
      color: #000 !important; }
  .another_category_color_gray th a {
    color: #000 !important; }
  .another_category_color_gray th a.current {
    border-color: transparent !important;
    color: #000 !important; }

.another_category_color_gray * {
  background-color: transparent !important;
  color: #000 !important; }

#searchList ol, #searchRplist ol {
  list-style: none;
  padding: 25px 15px;
  margin: 0;
	background-color:#fff;	
	border-radius : 15px;
	border:3px dashed maroon;
}

#searchList h3 {
	color:#fff;
	font-size:18px;
	text-align:center;
}

#searchList li, #searchRplist li {
  margin: 0;
	height:40px;
	padding:6px;
	border-radius:4px;
	}

#searchList li a:hover, #searchRplist li a:hover{
	color: #fff;
}

#search_list_li_wraper {
	margin:0;
	height:30px;
	overflow:hidden;

}

#searchList li:hover , #searchRplist li:hover {
	background-color:tomato;
	color: #fff;
 }

#guestList ol, #guestList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.comment ol, .comment ul {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  font: 0.9em "Nanum Gothic", Verdana, AppleGothic, Sans-serif;
  color: #666;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 0;
  margin: 0; }

a:link {
  color: #333;
  text-decoration: none; }
a:visited {
  color: #333;
  text-decoration: none; }
a:hover {
  color: #666;
  text-decoration: underline; }
a:active {
  color: #666;
  text-decoration: none; }
a.cal_click:link {
  color: #333;
  font-weight: bold; }
a.cal_click:visited {
  color: #333;
  font-weight: bold; }
a.cal_click:hover {
  color: #f30;
  font-weight: bold; }

.selected {
  font-weight: bold;
  color: #333; }

.no-more-prev {
  background: url(images/ico_prev_no.gif) left 1px no-repeat !important;
  padding-left: 6px;
  color: #999; }

.no-more-next {
  background: url(images/ico_next_no.gif) right 1px no-repeat !important;
  padding-right: 6px;
  color: #999; }

.ib {
  cursor: pointer; }

.branch3 {
  cursor: pointer; }

.c_cnt {
  font: 0.75em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  color: #f30; }

.cal_month {
  font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  height: 18px;
  font-weight: bold; }

.cal_week1 {
  font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  height: 18px;
  font-weight: normal; }

.cal_week2 {
  font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  color: #761700; }

.cal_day {
  font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  color: #999;
  text-align: center; }

.cal_day_sunday {
  color: #C35136 !important; }
  .cal_day_sunday a {
    color: #f30 !important;
    font-weight: bold; }

.cal_day1 {
  color: #ccc; }

.cal_day2 {
  color: #ccc; }

.cal_day3 {
  color: #D4D4D4; }

.cal_day4 {
  color: #000;
  text-decoration: underline; }

.rp_admin {
  background: url(images/iconAdmin.gif) no-repeat;
  padding-left: 20px; }

.rp_secret {
  color: #f30; }

.guest_admin {
  background: url(images/iconAdmin.gif) no-repeat;
  padding-left: 20px; }

.hiddenComment {
  background: url(images/iconSecret.gif) no-repeat;
  padding-left: 20px;
  font-weight: normal; }

.cap1 {
  color: #999;
  text-align: center;
  padding: 4px 0;
  margin: 0; }

.imageblock {
  border: 0px solid #ddd;
  padding: 3px;
  margin: 5px 0;
  text-align: center;
  width: 100% !important; }

.dual {
  background-color: #ffffff;
  margin-bottom: 5px; }

.triple {
  background-color: #ffffff;
  margin-bottom: 5px; }

.moreless_fold {
  background: url(images/iconMore.gif) top left no-repeat;
  padding-left: 20px;
  color: #000; }

.moreless_top {
  background: url(images/iconLess.gif) top left no-repeat;
  padding-left: 20px;
  color: #000; }

.moreless_bottom {
  background: url(images/iconLess.gif) top right no-repeat;
  padding-right: 20px;
  color: #999;
  text-align: right; }

.key1 {
  cursor: pointer;
  border-bottom: 1px dotted #ccc; }

hr {
  display: none; }

img {
  border: 0; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 2em; }

h2 {
  margin: 0;
  padding: 0;
  font-size: 1.8em; }

h3 {
  margin: 0;
  padding: 0;
  font-size: 1.6em; }

h4 {
  margin: 0;
  padding: 0;
  font-size: 1.4em; }

.article ol {margin:20px 20px 20px 50px;}

input {
  border: 1px solid #e5e5e5; }

textarea {
  border: 1px solid #e5e5e5; }

#headerBox {
  background-color: transparent;
  margin: 0;
  padding: 0;
  background-position: left top;
  background-repeat: repeat;
  height: 125px;
  font-family: 'Marck Script', cursive; }

#header {
  padding: 67px 0 0 14px; }
  #header h1 a {
    padding: 0;
    margin: 0;
    font-family: "Nanum Gothic";
    color: #cccccc;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.0; }

#content {
  color: #B7B7B7;
  margin-top: 10px;
  /* Default paragraph styles */
  color: #000 !important; }
  #content .entry {
    overflow: hidden;
    padding-bottom: 80px; }
  #content .nonEntry h3 {
    margin-bottom: 10px; }
  #content p {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-rendering: optimizeLegibility; }
  #content p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  #content p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

.row {
  max-width: 90em; }
  .row .row {
    margin: 0px; }

.row .sidebar-layer3 {
  margin-top: 40px; }

.footer_background {
  background-color: rgba(0, 0, 0, 0.47); }

.footer.row {
  height: 48px; }
  .footer.row .footer_copyright {
    margin-bottom: -25px; }
  .footer.row .footer_copyright {
    clear: both;
    text-align: center;
    padding: 15px;
    font-family: 'nanum gothic', sans-serif;
    font-size: 0.8rem;
    color: #ffffff; }
    .footer.row .footer_copyright a {
      text-decoration: none !important;
      color: #ffffff; }
      .footer.row .footer_copyright a:hover {
        color: #d7d7d7; }

#searchList {
  margin: 0;
  overflow: hidden;
  padding: 13px; }
  #searchList .date {
    font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    margin-right: 10px; }
  #searchList .cnt {
    font: 0.75em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #A4A4A4; }

#searchRplist .date {
  font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  margin-right: 10px; }
#searchRplist .name {
  font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  color: #999;
  padding-left: 8px; }

#localog .spot {
  background: url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;
  padding-left: 20px;
  margin-top: 5px; }
#localog .info {
  background: url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;
  padding-left: 15px;
  margin-top: 2px; }
#localog a:link {
  color: #5a5194; }
#localog a:visited {
  color: #5a5194; }
#localog a:hover {
  color: #7870ab;
  text-decoration: underline; }

#taglog ul {
  padding: 5px;
  margin: 0;
  text-align: justify; }
#taglog li {
  display: inline; }
  #taglog li .cloud1 {
    color: #a2348f;
    font-weight: bold;
    font-size: 16px; }
  #taglog li .cloud2 {
    color: #5a5194;
    font-weight: bold;
    font-size: 15px; }
  #taglog li .cloud3 {
    color: #E7A888;
    font-weight: bold;
    font-size: 14px; }
  #taglog li .cloud4 {
    color: #A06039;
    font-size: 13px; }
  #taglog li .cloud5 {
    font-size: 12px;
    color: #000000; }
#taglog a:hover {
  background-color: #eee;
  color: #000; }

#guestWrite {
	display:block;
  padding: 10px;
}

  #guestWrite textarea {
		display:block;
    overflow: hidden;
    padding: 50px;
		width:80%;
    color: #666;
    background-color: #EFEFEF;
    border-radius: 8px;
    float: right;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); }

.guestbook .comment-send-icon {
  margin-top: -56px;
  margin-right: 31px; }

.guestbook-input-text textarea {
  overflow: hidden;
  padding: 5px;
  color: #666;
  background-color: #EFEFEF;
  border-radius: 8px;
  float: right;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); }

.guest-input input {
  border-radius: 6px; }

#guestList {
  padding: 50px; }
  #guestList ol li {
    border: 0px solid #efefef;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden; }
  #guestList li p {
    border-top: 1px dashed #ccc;
    margin-top: 5px;
    padding-top: 5px; }
  #guestList li .name {
    color: #666;
    font-weight: bold; }
  #guestList li .date {
    font: 0.6em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #BBBBBB; }
  #guestList li ul li {
    margin-left: 20px;
    background: url(images/iconIndentArrow_local.gif) no-repeat 10px 10px;
    background: #F2F2F2;
    padding-left: 25px;
    border: none;
    overflow: hidden; }
  #guestList .control a.address {
    padding-left: 24px;
    padding-bottom: 2px;
    text-decoration: none; }
    #guestList .control a.address span {
      display: none; }
  #guestList .control a.modify {
    padding-left: 24px;
    padding-bottom: 2px;
    text-decoration: none; }
    #guestList .control a.modify span {
      display: none; }
  #guestList .control a.write {
    padding-left: 13px;
    padding-bottom: 2px;
    text-decoration: none; }
    #guestList .control a.write span {
      display: none; }

.entryProtected h2 {
  font-size: 1.2em;
  line-height: 1.2em; }
.entryProtected .submit {
  width: 50px;
  padding-top: 2px;
  height: 20px;
  background-color: #efefef; }
.entryProtected p.text {
  background: url(images/imgProtected.gif) no-repeat;
  padding-left: 50px; }

.titleWrap {
  padding-bottom: 5px;
  margin-bottom: 20px;
  overflow: hidden; }
  .titleWrap h2 {
    margin-bottom: 13px; }
  .titleWrap .date {
    font: 0.9em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #969696; }
  .titleWrap .category {
    color: #969696; }
    .titleWrap .category a {
      font: 12px "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
      color: #969696;
      margin-right: 6px; }

.date_tab {
  width: 107px;
  padding-left: 10px;
  float: left;
  padding-top: 2px; }

.date-icon {
  float: left; }

.article-box {
  color: #000;
  border-radius: 5px;
  padding: 40px;
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 50px; }
  .article-box .article-box-title {
    width: 100%;
    margin-bottom: 21px;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .article-box .article-box-title a {
      color: #000 !important;
      font-size: 1.3rem;
      padding-bottom: 10px; }
  .article-box .article_info-box {
    height: 30px;
    color: #bdbdbd; }
    .article-box .article_info-box a {
      color: #000;
      font-size: 0.6rem;
      color: #bdbdbd; }
  .article-box .admin {
    float: right; }

.article {
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-family: "Nanum Gothic";
  color: #000; }
  .article a:link {
    color: #000;
    text-decoration: none; }
  .article a:visited {
    color: #000;
    text-decoration: none; }
  .article a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
  .article a:active {
    color: #000;
    text-decoration: none; }
  .article dt {
    text-decoration: underline; }
  .article dd {
    margin-left: 20px;
    padding-bottom: 10px; }
  .article blockquote {
    background: url(images/iconBlockquote.gif) top left no-repeat;
		background-color:#ffffff;
    padding-left: 25px;
    margin: 10px 20px; }

.author {
  text-align: right;
  color: #181818;
  padding: 10px;
  font-size: 0.8rem;
  width: 300px;
  float: right; }
  .author .text {
    color: #747474; }

.author-box {
  margin-right: 10px; }

.tagTrail {
  padding: 8px 5px 5px 0px; }

.tagText {
  display: none; }

.actionTrail {
  padding: 10px 5px 7px 0;
  clear: both;
  float: right;
  font-size: 0.8rem; }
  .actionTrail .cnt {
    color: #fff; }

.trackback {
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 5px 5px 0 5px;
  margin-bottom: 10px;
  overflow: hidden; }
  .trackback a {
    color: #000; }
    .trackback a.delete {
      background: url(images/iconDelete.gif) left top no-repeat;
      padding-left: 8px;
      text-decoration: none; }
      .trackback a.delete span {
        display: none; }
  .trackback h3 {
    font: 11px "Nanum Gothic";
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    margin: 5px 5px 10px 5px; }
  .trackback h4 {
    font: 12px "Nanum Gothic";
    font-weight: normal;
    margin: 0; }
  .trackback ol {
    margin: 0;
    padding: 0;
    list-style: none; }
  .trackback li {
    border-top: 1px dotted #ccc;
    padding: 5px; }
  .trackback .date {
    font: 0.9em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #777; }
  .trackback p {
    font: 0.95em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    color: #999;
    margin: 3px 0 0;
    padding: 0;
    letter-spacing: -1px; }

#tt_captChaBox {
  z-index: 99 !important;
  width: 100% !important;
  position: absolute !important;
  margin-top: -41px !important; }

.comment {
  color: #000;
  padding: 5px 5px 0 5px;
	margin-top:30px;
  overflow: hidden; }
  .comment .commentList p {
    border-top: 1px dashed #ccc; }
  .comment i {
    margin-left: 9px; }
  .comment p {
    margin: 3px 0 0;
    padding: 0; }
  .comment h3 {
    display: none; }
  .comment ol li {
    margin: 0 0 7px 0;
    padding: 0 0 7px 0; }
  .comment .date {
    font-family: "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
    font-size: 0.6rem;
    float: left; }
  .comment .modify-box {
    float: left; }
  .comment .date-line {
    margin-left: 20px; }
  .comment .name {
    color: #666; }
    .comment .name img {
      border-radius: 4px; }
    .comment .name a {
      color: #333;
      font-size: 11px; }
  .comment .comment-user-id {
    margin-top: 5px;
    padding: 0px; }
  .comment .comment-user-comment {
    border-left: solid 0px #d5d5d5; }
  .comment .comment-write-box {
    width: 25px;
    float: left;
    margin-top: 10px; }
  .comment .comment-box {
    width: 90%;
    float: left; }
  .comment .comment-modify {
    width: 27px;
    float: left; }
  .comment .control a {
    color: #5A5A5A; }
  .comment .comment-second-box {
    padding: 0px;
    padding-right: 21px; }
  .comment .comment-second-p {
    padding-right: 10px;
    padding-left: 0px; }
  .comment .comment-second-row {
    margin-left: -7px; }
  .comment .date {
    color: #a9a9a9; }

.comment-secrete-bottom {
  float: right;
  width: 150px;
  margin-top: -57px;
  margin-right: 27px; }

.rp_general {
  float: right;
  width: 100%; }
  .rp_general .comment-user-id {
    width: 100%;
    margin-left: 20px; }
  .rp_general .comment-user-comment {
    width: 80%;
    margin-left: 5px;
    padding-left: 34px; }
  .rp_general .name-icon {
    width: 17px;
    height: 16px;
    background-size: 97%;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-left: -5px; }
  .rp_general .name-text {
    font-size: 12px;
    padding-left: 15px; }

.rp_secret {
  float: left;
  width: 100%;
  padding-left: 16px; }
  .rp_secret .comment-user-id {
    width: 100%; }
  .rp_secret .comment-user-comment {
    width: 100%;
    margin-left: 5px; }
  .rp_secret .name-icon {
    width: 17px;
    height: 16px;
    background-size: 97%;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-left: -5px; }
  .rp_secret .name-text {
    font-size: 12px;
    padding-left: 15px; }

.comment-second-row .name-icon {
  width: 17px;
  height: 16px;
  background-size: 97%;
  border-radius: 4px 4px 4px 4px;
  float: left;
  margin-left: -5px; }
.comment-second-row .name-text {
  font-size: 12px;
  padding-left: 10px; }

.comment-upper-input input {
  padding-top: 0px;
  padding-bottom: 0px; }

.comment-bottom-input {
  display: block; }

.commentWrite {
	display:block;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  float: left;
  margin-top: 37px;
  margin-bottom: 100px; }
  .commentWrite input[type="submit"] {
    font-family: FontAwesome; }
  .commentWrite input {
    color: #6f6f6f;
    background-color: #efefef;
    border-radius: 5px;
    width: 100%;
    transition: color 300ms ease-out;
    height: 30px;
    font-family: nanum gothic;
    margin-bottom: 4px;
    border-color: #E4E4E4;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) inset; }
    .commentWrite input:hover {
      color: #615757;
      -webkit-transition: color 600ms ease-out;
      transition: color 600ms ease-out; }
  .commentWrite textarea {
    overflow: hidden;
    padding: 5px;
    color: #666;
    background-color: #f7f7f7;
    border-radius: 8px;
    float: right;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 10px 10px 10px;
    line-height: 1.3rem; }
  .commentWrite .submit {
    width: 71px;
    height: 23px;
    overflow: hidden;
    display: block;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    background-color: transparent;
    color: #333333; }
  .commentWrite .checkbox {
    border: none;
    padding: 0;
    margin: 0;
    width: 25px; }

p .secretWrap {
  clear: both;
  float: right;
  position: relative;
  margin: 0px; }

#notice {
  margin: 10px 0;
  padding: 0;
  font-weight: bold; }
  #notice li {
    margin: 0 0 2px 0;
    padding: 0 0 1px 0;
    background: none; }
  #notice a:link {
    padding: 0 0 5px 10px; }
  #notice a:visited {
    padding: 0 0 5px 10px; }
  #notice a:hover {
    padding: 0 0 5px 10px;
    text-decoration: none;
    color: #000000;
    font-weight: bold; }

#adminMenu {
  margin: 5px 0 10px;
  text-align: center;
  padding: 5px; }
  #adminMenu li {
    display: inline;
    background: none; }

.top-search {
  margin-top: 49px; }

#searchBox input {
  background-color: rgba(239, 239, 239, 0.17);
  color: #000;
  height: 48px;
  border-radius: 9px;
  padding-left: 20px; }
  #searchBox input:hover {
    background-color: #efefef;
    transition: 400ms ease-out; }

.row .sidebar_layer2 {
  margin-top: 2px; }

.row .sidebar_layer3 {
  margin-top: 2px; }

.sidebar-box {
  margin-top: 15px;
  margin-bottom: 15px; }

#recentComment {
  overflow: hidden; }
  #recentComment .info_wrap {
    margin-bottom: 3px;
    color: #999;
    display: block; }

#recentTrackback {
  overflow: hidden; }
  #recentTrackback .info_wrap {
    margin-bottom: 3px;
    color: #999;
    display: block; }

#counter {
  max-width: 250px;
  margin: auto;
  font: 0.85em "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic", "Nanum Gothic";
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0;
  border: solid 0px #000;
  color: #fff; }
  #counter ul li {
    font-size: 0.6em; }
  #counter li {
    background: none;
    display: inline;
    padding: 0 5px; }
    #counter li.total {
      display: block;
      color: #000; }

#btnRSS {
  text-align: center;
  padding: 5px; }

#uibgmplayer {
  margin: 5px 0 0 5px; }

#guestbook p {
  padding: 2px 0;
  margin: 0; }

.entryNotice h2 {
  font-size: 1.2em;
  line-height: 1.2em; }

.entry h2 {
  font-size: 1.2em;
  line-height: 1.2em; }
  .entry h2 a {
    font-size: 1rem;
    font-family: 'Nanum Gothic', sans-serif;
    color: #333;
    line-height: 1.2em;
    padding: 8px 0 6px; }

#blogImage img {
  padding-bottom: 6px;
  margin-top: 10px; }

#archive li {
  font-family: "Nanum Gothic"; }

#calendar td {
  font-family: "Nanum Gothic"; }
#calendar table {
  border: solid 0px #DDDDDD;
  background-color: transparent; }
  #calendar table td .cal_day3 a {
    color: #d4d4d4; }
#calendar table tr:nth-of-type(even) {
  background: transparent; }
#calendar table thead {
  background: #CBCBCB; }

td.cal_day.cal_day3 a.cal_click {
  color: #ffffff; }

td.cal_day.cal_day4 {
  color: #a8a8a8; }

#calendar a.prev-month {
  color: #6B6B6B;
  float: left;
  margin-left: 20%; }
#calendar a.next-month {
  color: #6B6B6B;
  float: right;
  margin-right: 20%; }
#calendar a.this-month {
  color: #DBDBDB; }

#adTistory.invite_tistory {
  margin: 8px 0;
  font-family: "Nanum Gothic";
  font-size: 11px;
  color: #333;
  text-align: center; }

header#top {
  height: 100px; }

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("images/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: transparent; }

.no-svg .close-btn {
  background-image: url("imgages/close-btn.png"); }

.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.nav-btn {
  position: absolute;
  top: 41px;
  left: 28px;
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("images/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: transparent; }

.no-svg .nav-btn {
  background-image: url("images/nav-icon.png"); }

.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#inner-wrap {
  position: relative;
  width: 100%;
  padding-top: 42px; }

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff; }

	#nav-ad {
		display:block;
		width:0px;
		height:0px;
		text-align:center;
		margin-top:0px;
		overflow:hidden;
    }

#nav .close-btn {
  display: none; }

#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 0.75em; }

#nav ul {
  *zoom: 1;
  display: block; }

#nav ul:before, #nav ul:after {
  content: "";
  display: table; }

#nav ul:after {
  clear: both; }

#nav li {
  display: block; }

#nav li a {
  display: block;
  color: #fff;
  font-size: 1.0em;
	font-weight:bold;
  line-height: 1.28571em;
	outline: none; }

#nav li a:focus, #nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  text-decoration: none; }

#nav li.is-active a {
  color: #fff; }

div#disqus_thread iframe[sandbox] {
        max-height: 0px !important;
}

@media screen and (min-width: 64.063em) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
	
  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  #nav ul {
    text-align: center;
    white-space: nowrap; }

  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  #nav li:last-child {
    border-right: none; }

  #nav li a {
    padding: 0.42857em 0.85714em; } }
@media screen and (max-width: 64.063em) {
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em; }

	#nav-ad {
		display:block;
		width:100%;
		height:100%;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
    }
	
  #nav:not(:target) {
    z-index: 1;
    height: 0; }

  #nav:target .close-btn {
    display: block; }

  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em; }

  #nav .block {
    position: relative; }

  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid; }

  #nav li a {
    padding: 0.85714em 2.14286em; }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25); }

  .js-ready #nav .block {
    background: transparent; }

  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

  .js-ready #nav {
    left: -70%; }

  .js-ready #inner-wrap {
    left: 0; }

  .js-nav #inner-wrap {
    left: 70%; } }
.sidebar-box {
  padding-bottom: 30px;
  padding-top: 30px; }

.date-box {
  color: #A5A5A5; }

.guestbook .comment-send-icon {
  margin-top: -56px;
  margin-right: 31px;
  position: absolute;
  top: 396px;
  right: 16px; }

@media only screen and (max-width: 64.063em) {
  .csstransforms3d.csstransitions.js-ready #nav {
    padding-top: 94px;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1); }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media only screen and (max-width: 40.063em) {
  .guestbook .comment-send-icon {
    margin-top: 175px;
    margin-right: 19px; }

  #content {
    padding-top: 70px; }

  .footer_background {
    margin-top: 0px; }

  #sidebar {
    border-radius: 0px; }

  .icon-bottom {
    display: none; }

  .columns {
    padding-left: 2px;
    padding-right: 2px; }

  .block {
    padding-top: 37px !important; }

  .tab_date {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 5px;
    float: right; }

  .date-icon {
    float: left;
    display: none; }

  .date_tab {
    float: right; }

  .entry:nth-child(odd) {
    border-right: 0px solid #fff;
    border-radius: 0px;
    clear: both; }

  .entry:nth-child(even) {
    border-left: 0px solid #fff;
    border-radius: 0px;
    clear: both; }

  .article-box {
    padding: 20px 10px 20px 10px; }
	
		#sideb_adsense{
   display:none;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .guestbook .comment-send-icon {
    margin-top: 20px; }

  #content {
    padding-top: 70px; }

  .footer_background {
    margin-top: 0px; }

  #sidebar {
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 100px; }

  .icon-bottom {
    display: none; }

  .block {
    padding-top: 37px !important; }

  .tab_date {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 5px;
    float: right; }

  .date-icon {
    float: left;
    display: none; }

  .date_tab {
    float: right; }
	#sideb_adsense{
   display:none;		
	}
}
@media only screen and (min-width: 64.063em) {
  /* Styles for large-up */
  .footer_background {
    margin-top: 180px; }

  #sidebar {
    border-radius: 8px; }

  .tab_date {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-top: 4px; }

  .entry {
    border-radius: 0px;
    clear: both; }
    .entry .date-box {
      position: relative;
      top: 0px;
      z-index: 999;
      margin-left: 41px;
      margin-top: 0px; }
    .entry .date-icon {
      float: right;
      margin-top: -2px; }
    .entry .date_tab {
      float: right;
      margin-top: -5px; }
    .entry .icon-bottom {
      display: none; }
    .entry .article-box {
      background-color: #f2f2f2; }

  .entry:nth-last-child(1) {
    margin-bottom: 500px; }
    .entry:nth-last-child(1) .icon-bottom {
      float: right;
      color: #fff;
      margin-top: -10px;
      margin-right: -11px;
      display: block; } }

@media only screen and (max-width: 900px) {
	display:none;
}

#buttons{
	text-align: center;
	color:#ffffff;font-family: 'nanum gothic', "Nanum Gothic", dotum, sans-serif;
	margin:9px 0 20px 0;
	font-size: 1.2em;
}

#buttons span {
	text-align: center;
	color:#ffffff;font-family: 'nanum gothic', "Nanum Gothic", dotum, sans-serif;
	margin:9px 0 5px 0;
	font-size: 1em;
}

#buttons span:hover {
	background-color:#cccc00;
	color:#000000;
}
.in_rows {
	text-align:center;
	width:100%;
	display:inline;
	margin:0 0 10px 0;
}
.in_columns {
	float:left;
	width:100%;
	height:700px;
	border:solid;
	margin:0;
	padding:0;
	
}

.in_frame {
	width:100%;
	height:700px;
	margin:0;
	padding:0;
}

.button_s {
   border: 1px solid #9e0000;
   background: #d10c0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#f72e2e), to(#d10c0c));
   background: -webkit-linear-gradient(top, #f72e2e, #d10c0c);
   background: -moz-linear-gradient(top, #f72e2e, #d10c0c);
   background: -ms-linear-gradient(top, #f72e2e, #d10c0c);
   background: -o-linear-gradient(top, #f72e2e, #d10c0c);
   background-image: -ms-linear-gradient(top, #f72e2e 0%, #d10c0c 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
	 margin:3px;
   }
.button_s:hover {
   border: 1px solid #ffffff;
   text-shadow: #000000 0 1px 0;
   background: #d10c0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#f72e2e), to(#d10c0c));
   background: -webkit-linear-gradient(top, #f72e2e, #d10c0c);
   background: -moz-linear-gradient(top, #f72e2e, #d10c0c);
   background: -ms-linear-gradient(top, #f72e2e, #d10c0c);
   background: -o-linear-gradient(top, #f72e2e, #d10c0c);
   background-image: -ms-linear-gradient(top, #f72e2e 0%, #d10c0c 100%);
   color: #ffffff;
	 margin:3px;
   }
.button_s:active {
   text-shadow: #000000 0 1px 0;
   border: 1px solid #9e0000;
   background: #f72e2e;
   background: -webkit-gradient(linear, left top, left bottom, from(#d10c0c), to(#d10c0c));
   background: -webkit-linear-gradient(top, #d10c0c, #f72e2e);
   background: -moz-linear-gradient(top, #d10c0c, #f72e2e);
   background: -ms-linear-gradient(top, #d10c0c, #f72e2e);
   background: -o-linear-gradient(top, #d10c0c, #f72e2e);
   background-image: -ms-linear-gradient(top, #d10c0c 0%, #f72e2e 100%);
   color: #ffffff;
 	 margin:3px;
   }

.map_wrap, .map_wrap * {margin:0;padding:0;font-family:'Malgun Gothic',dotum,'돋움',sans-serif;font-size:12px;}
.map_wrap a, .map_wrap a:hover, .map_wrap a:active{color:#000;text-decoration: none;}
.map_wrap {position:relative;width:100%;height:500px;}
#menu_wrap::-webkit-scrollbar {
    width: 3px;
    background-color: #eee;
  }
#menu_wrap::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: black;
  }
#menu_wrap {position:absolute;top:0;left:0;bottom:0;width:170px;height:250px;margin:240px 0 30px 10px;padding:0px;overflow-y:auto;background:rgba(255, 255, 255, 0.4);z-index: 2;font-size:12px;border-radius: 10px;}
.bg_white {background:#fff;}
#menu_wrap input{min-width:112px;width:67%;float:left;margin:0;}
#menu_wrap hr {display: block; height: 1px;border: 0; border-top: 2px solid #e0e0e0;margin:3px 0;}
#menu_wrap .option{text-align: center;}
#menu_wrap .option p {margin:10px 0;}  
#menu_wrap .option button {margin:0 0 5px 0;padding:10px;}

#placesList li {list-style: none;}
#placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;}
#placesList .item span {display: block;margin-top:4px;}
#placesList .item h5, #placesList .item .info {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#placesList .item .info{padding:10px 0 10px 55px;}
#placesList .info .gray {color:#8a8a8a;}
#placesList .info .jibun {padding-left:26px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png) no-repeat;}
#placesList .info .tel {color:#009900;}
#placesList .item .markerbg {float:left;position:absolute;width:36px; height:37px;margin:10px 0 0 10px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/marker_number_blue.png) no-repeat;}
#placesList .item .marker_1 {background-position: 0 -10px;}
#placesList .item .marker_2 {background-position: 0 -56px;}
#placesList .item .marker_3 {background-position: 0 -102px}
#placesList .item .marker_4 {background-position: 0 -148px;}
#placesList .item .marker_5 {background-position: 0 -194px;}
#placesList .item .marker_6 {background-position: 0 -240px;}
#placesList .item .marker_7 {background-position: 0 -286px;}
#placesList .item .marker_8 {background-position: 0 -332px;}
#placesList .item .marker_9 {background-position: 0 -378px;}
#placesList .item .marker_10 {background-position: 0 -423px;}
#placesList .item .marker_11 {background-position: 0 -470px;}
#placesList .item .marker_12 {background-position: 0 -516px;}
#placesList .item .marker_13 {background-position: 0 -562px;}
#placesList .item .marker_14 {background-position: 0 -608px;}
#placesList .item .marker_15 {background-position: 0 -654px;}
#pagination {margin:10px auto;text-align: center;}
#pagination a {display:inline-block;margin-right:10px;}
#pagination .on {font-weight: bold; cursor: default;color:#777;}