/* More/Less 스타일 수정 */
.moreless_fold { /* 보이기(More..)에 대한 스타일 */
                 font-family:Verdana;
                 font-size: 7.5pt;
                 color:#027;                                  /* 글자 색상 */
                 border:0px solid #fff;                /* 박스 상자 테두리 */
                 text-align:center;                     /* 가운데 정렬 */
}
.moreless_top { /* 감추기(Less..) 상단에 대한 스타일 */
                 font-family:Verdana;
                 font-size: 7.5pt;
                 color:#027;                                  /* 글자 색상 */
                 border:0px solid #fff;                /* 박스 상자 테두리 */
                 border-bottom:0px;                      /* 박스 상자 테두리 밑줄 없앰 */
                 margin-bottom:0px;
                 padding-bottom:15px;
                 text-align:center;                     /* 가운데 정렬 */
}
.moreless_bottom { /* 감추기(Less..) 하단에 대한 스타일 */
                 font-family:Verdana;
                 font-size: 7.5pt;
                 color:#027;                                  /* 글자 색상 */
                 border:0px solid #fff;                /* 박스 상자 테두리 */
                 border-top:0px;                      /* 박스 상자 테두리 윗줄 없앰 */
                 margin-top:0px;
                 padding-top:15px;
                 text-align:center;                     /* 가운데 정렬 */
}
.moreless_content { /* 감춰둔 본문에 대한 스타일 */
                 border-left:0px solid #fff;                /* 박스 상자 왼쪽 테두리 */
                 border-right:0px solid #fff;              /* 박스 상자 오른쪽 테두리 */
}



.hiddenComment { color: #ff3b30; } //비밀댓글
.guest_secret { color: #ff0000; } //비밀 방명록 댓글

<!--/*
    Keyframes and transform only needs webkit prefix.
    */
@-webkit-keyframes loader {
    0% {-webkit-transform: translateX(-300px);opacity: 0;}
    10% {opacity: 1;}
    60% {-webkit-transform: translateX(300px);opacity: 0;}
    100% {opacity: 0;}
}
@keyframes loader {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }
    25% {opacity: 1;}
    50% {
        transform: translateX(300px);
        opacity: 0;
    }
    100% {opacity: 0;}
}

/**     END 
 *      Busy indicator
 *******************************************/

canvas {
  display: block;	

  margin: -700px 0 0 -50px;
  position: absolute;

}


.HJH {
  font-family: "verdana";
  font-size: 9px;
  text-transform: uppercase;
  color: #E8D9FF;
  -webkit-animation:pulse 0.045s ease-in-out infinite alternate;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes pulse {
 from {
    text-shadow: 0 0 10px #D5D5D5,
               0 0 20px #D5D5D5,
               0 0 30px #D5D5D5,
               0 0 40px rgba(255, 255, 255, 0.2),
               0 0 70px rgba(255, 255, 255, 0.2),
               0 0 80px rgba(255, 255, 255, 0.2),
               0 0 100px rgba(255, 255, 255, 0.2),
               0 0 150px rgba(255, 255, 255, 0.2);
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px rgba(255, 255, 255, 0.2),
               0 0 35px rgba(255, 255, 255, 0.2),
               0 0 40px rgba(255, 255, 255, 0.2),
               0 0 50px rgba(255, 255, 255, 0.2),
               0 0 75px rgba(255, 255, 255, 0.2);
  }
}
-->

@charset "utf-8";


/* scroll bar
-------------------------------------------------- */
::-webkit-scrollbar {
	width: 5px;
	height:5px;
}
::-webkit-scrollbar-button {
	width: 5px;
	height:5px;
}
::-webkit-scrollbar-track {
	background: 
	border: 
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:3px;
}
::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,0.3);
	border:
	border-radius:3px;
}
::-webkit-scrollbar-thumb:hover {
	background:}


html{ background: linear-gradient(left, #99a, #eee, #99a); }
.force-overflow
{
	min-height: 450px;
}

<!--#wrapper
{
	text-align: center;
	margin: auto;
}-->

/*

Customize your contents - markquery skeleton

-------------------------------------------------------------*/

name:    spider's web

Version:    1.2.2

Author:    Ungki, H



Homepage:    http://markquery.com

GitHub:    http://markquery.github.io

email:    ungki.h@gmail.com

License:    http://markquery.github.io/license

-------------------------------------------------------------

*/

body{ font: verdana;}



/* major style

-------------------------------------------------- */

body {

  position: relative; /* For scrollyspy */

  padding-top: 0px;  /*Account for fixed navbar */

  background-color: #fff;
overflow:auto;

}

.skeleton {

  padding: 0 20px;

  border:0px solid #22741C;

  background-color:#fff;

}

.skeleton-nav {

  padding: 0 20px;

  border-left:0px solid #FFF;

  border-right:0px solid #FFF;

  border-bottom:1px solid #fff;
  background-color:#fff;}

.searchForm input {
  font-family: verdana;
  font-size: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0;
  margin: 18px 16px;
  outile: 0;
  border: 0;
  background: none;
}

.searchForm input:focus {
  outline: 0;
}

.searchForm a, input {
color: #bdbdbd;
  text-decoration: none;
  
}

.-default .navbar-nav>li>a {
  color:#BDBDBD;
}
.navbar-default .navbar-nav>li>a:hover {
  color:#000000;
}

.navbar-default .navbar-nav>li>a{transition-duration:0.8s; 
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s}

.navbar-default .navbar-nav>li>a {transition-timing-function:ease;
       -webkit-transition-timing-function:ease;}

.skeleton-header { background-color: #fff;

  margin: 0px 0;

  padding: 20px 0 0px;

}

.skeleton-header h1 {

  text-indent: 20px;

  font-weight: ;

}

.skeleton-header h1 a {

  color: #111;

  text-indent: 1em;

}

.skeleton-header h1 a:hover {

  color:#999;

}

.skeleton-header h2 {

  color:#999;

  font-size: 14px;

  text-indent: 20px;

}

.skeleton-footer { 

  padding:20px;

  background: #fff;

}

/* site header

-------------------------------------------------- */

header.banner { }


/* site footer

-------------------------------------------------- */

footer {

  padding: 60px 0;

  color: #fff;

}

footer ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

footer ul li {font-color: #black; font-famliy:verdana; 

  margin: 5px 0;

  font-size:0.9em;

}



/* 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:60px solid #555;padding-bottom:2px}

/* link trans

-------------------------------------------------- */
.trans a{transition-duration:0.5s; 
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s}
.trans a{transition-timing-function:ease;
       -webkit-transition-timing-function:ease;}


/* license links

-------------------------------------------------- */

.license-links { margin: 10px 0;
float: right;
list-style: none;
border-top: 1px solid #EAEAEA;
margin: 0;

}

.license-links li { display: inline; padding: 0 2px; }

.license-links li:first-child { padding-left: 0; }

.license-links a{color:#FAFAFA;text-decoration:none;padding-bottom:2px}.license-links a:hover,.license-links a:focus{color:#CFCFD5;text-decoration:none;border-bottom:1px solid #fff;padding-bottom:2px}


/* license links2

-------------------------------------------------- */

.license-links2 { margin: 10px 0; }

.license-links2 li { display: inline; padding: 0 2px; }

.license-links2 li:first-child { padding-left: 0; }

.license-links2 a{color:#FAFAFA;text-decoration:none;padding-bottom:2px}.license-links2 a:hover,.license-links a:focus{color:#CFCFD5;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: 10px solid #fff; }<!--하나둘-->

.hentry { 

  padding-bottom:0px;  

  border-bottom:0px solid #000; 

}

.entry-header {margin-top:10px;

  margin-bottom:0px;

  padding:10px 0;

  border-bottom:1px solid #FAFAFA;

}

.search-list {

  margin:10px 0;

  padding:10px 0;

  border-bottom:0px solid #ff0000; 
}

.search-list {
    float: center;
    position: relative;
    left: 0%;
}

.search-list {
    float: center;
    position: relative;
    left: 0%;    
    border-top: 0px solid red;
}

.entry-title { font-size: 8px; color: #D5D5D5; }

.entry-summary {}

.entry-content { padding-bottom:10px; }

.byline {}

.published {font-size: 10px; color: #bdbdbd; }

.related{ border-top:1px solid #eee; }

.entry-tags {

  margin-top:10px;

  margin-bottom:10px;

font-family: verdana;
font-size: 10px;
color: #D5D5D5;
}

.entry-footer { 

  margin-top:10px;

  padding-top:20px;

  padding-bottom:0px;

  border-bottom:0px solid #ff0000;

  border-top: 0px solid #ddd;

}

.actionTrail {

 text-align: left;

 color: #909090;

 font-family: verdana;

 font-size: 10px;

}

.actionTrail .cnt{

  color: #FFA7A7;

  font-size: 10px;

}



/* name link

-------------------------------------------------- */

.name { 

  color:#999; 

  font-size:10px;

}

.name a { 

  padding:3px;

  background-color:#ffffff;

}

.name a:hover { 

  color:#fff;

  background-color:#BDBDBD;

  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;

}
-->


/* taglog

-------------------------------------------------- */
.taglog { font-family: verdana;
padding: 20px;
margin: 0;
}

.taglog1 { font-family: verdana;
list-style: none;
}
.taglog1 li { display: inline; padding: 0 2px; }


.taglog1 a{color:#AAAAAA;text-decoration:none;padding-bottom:2px}
.taglog1 a:hover,
.taglog1 a:focus{color:#F15F5F;text-decoration:none;border-bottom:1px solid #fff;padding-bottom:2px}
<!-- #CFCFD5 -->

/* 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: 2px;

  padding-top: 10px;

  font-size: 11px;

  border-top:1px solid #F6F6F6;

}

.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:4px;

  margin-bottom: 0px;

  padding-left: 10px;

  border-left: 1px solid #EAEAEA;

}

.comment img, .guestbook img {

  width: 32px;

  height:32px;

  margin-right: 10px;

  padding: 3px;

  vertical-align: middle;

  border: 1px solid #c5c1ac;

  -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: 33px; }

.comment-form textarea, .guestbook-form textarea {   height: 140px; }

.comment-form .btn, .guestbook-form .btn {

  display: block;

  margin-top: 20px;

}


<!--
/* pagination 

-------------------------------------------------- */


.pagination {

  padding: 20px 0;

}

ul.pagination > li > a > span.selected {

color: #000000;

font-weight:;

}

ul.pagination .interword {

float: left;

padding: 4px 11px;

line-height: 20px;

text-decoration: none;

background-color: #fff;

border: 1px solid #dddddd;

border-left-width: 0;

}
-->

.paging .selected {color : #e6643c; }

/* 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;

  font-weight: bold;

}

.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;

  -webkit-transition: background-color 1s;

  -moz-transition: background-color 1s;

  -o-transition: background-color 1s;

  transition: background-color 1s;

}

.widget-inner ul li a:hover {

  color:#fff;

  text-decoration: none;

  background-color: #10a4ff;      

}

.widget-inner ul ul ul {text-indent:10px;}

.widget-inner li li li a:before {  content:": "; padding-right:10px;}

.widget-inner .cnt {

  color: #999;

  font-size:10px;

}



.widget-feed-inner {

  margin-top:40px;

  padding:0;

  text-align: left;

}

.widget-feed-inner h3 {

  margin:10px 0;

  font-size:1.5em;

  font-weight: bold;

}

.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  

   ------------------------------------------------ */

::-moz-selection {

  background: #b3d4fc;

  text-shadow: none;

}

::selection {

  background: #b3d4fc;

  text-shadow: none;

}

figure {

  margin: 0;

  padding: 0;

}

figcaption {

  margin: 10px 0;

  padding: 0;

  color:#999;

  font-style: italic;

}

.img-center {

  margin: 0 auto;

}

.scrollup {

  position: fixed;

  display: none;

  width: 50px;

  height: 50px;

  bottom: 100px;

  right: 250px;

  opacity: 0.2;

<!--  font-size:10px;
color: #ff0000-->
}

.text-justify {

  text-align: justify;

}

.responsive-right2left {

  float:right;

}

.responsive-left2right {

  float:left;

}

iframe, object, embed { max-width:100%; } 

video { max-width:100%; height: auto; } 

.media-container {

  position: relative;

  padding-bottom: 56.25%;

  padding-top: 30px;

  height: 0;

  overflow: hidden;

}

.media-container iframe,  

.media-container object,  

.media-container embed {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

/* Tistory utility  

   ------------------------------------------------ */

.tistorytoolbar {

  display: none !important;

}

.entry-content img {

  display: block;

  max-width: 100%;

  height: auto;

}
.imageblock img { 
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 border-radius: 10px; 
 -khtml-border-radius: 10px;
}

.imageblock { max-width:100%;boder:1px solid #8e8e93;
margin:5px 0; 
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.7);

 }

.imageblock{
  display: inline-block;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 border-radius: 10px; 
 -khtml-border-radius: 10px;
}

.imageblock:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 25px 0px rgba(0,0,0,0.7);
}

body.tistory_grid_350 div#ttCanvas,

body.tistory_grid_385 div#ttCanvas,

body.tistory_grid_420 div#ttCanvas,

body.tistory_grid_455 div#ttCanvas,

body.tistory_grid_490 div#ttCanvas,

body.tistory_grid_525 div#ttCanvas,

body.tistory_grid_560 div#ttCanvas,

body.tistory_grid_595 div#ttCanvas,

body.tistory_grid_630 div#ttCanvas,

body.tistory_grid_665 div#ttCanvas,

body.tistory_grid_700 div#ttCanvas,

body.tistory_grid_735 div#ttCanvas,

body.tistory_grid_770 div#ttCanvas,

body.tistory_grid_805 div#ttCanvas,

body.tistory_grid_840 div#ttCanvas,

body.tistory_grid_875 div#ttCanvas,

body.tistory_grid_910 div#ttCanvas,

body.tistory_grid_945 div#ttCanvas,

body.tistory_grid_980 div#ttCanvas,

body.tistory_grid_1015 div#ttCanvas,

body.tistory_grid_1050 div#ttCanvas { max-width: 100% !important; }

.tt-span-1,

.tt-span-2,

.tt-span-3,

.tt-span-4,

.tt-span-5,

.tt-span-6,

.tt-span-7,

.tt-span-8,

.tt-span-9,

.tt-span-10,

.tt-span-11,

.tt-span-12 {

max-width: 100% !important;

}

@media screen and (max-width: 1200px) {

.tt-span-1,

.tt-span-2,

.tt-span-3,

.tt-span-4,

.tt-span-5,

.tt-span-6,

.tt-span-7,

.tt-span-8,

.tt-span-9,

.tt-span-10,

.tt-span-11,

.tt-span-12 { width:100% !important; }

}



.moreless_fold {

  padding-left: 10px; 

  background: url(./images/btn_more.gif) no-repeat 0 50%; 

  color: #08c; 



}

.moreless_top {

  padding-left: 10px; 

  background: url(./images/btn_less.gif) no-repeat 0 50%;

  color: #08c; 



 }

.moreless_bottom {

  padding-left: 10px; 

  background: url(./images/btn_less.gif) no-repeat 0 50%; 

  color: #08c; 



}

.moreless_content  {

  padding: 15px 10px;

  border-top:1px dotted #999;

  border-bottom:1px dotted #999;

}



/* 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;

    border:none;

  }

  .skeleton-header {

    padding-bottom:50;

    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) { 

  /* utility */

  .scrollup {

    display:none !important;

  }

}

label.control-label  {
font-weight: normal;
}

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


container skeleton { font-size:10px; font-family:verdana;}
header { font-size:10px; font-family:verdana; color:#5d5d5d;}
article { font-size:11px; font-family:verdana; color:#4c4c4c;}
footer { font-family:verdana; color:#EAEAEA; font-size:10px;}

/* module
-------------------------------------------------- */
.module {
  position: fixed;
  top: 300px;
  right: .1px;
  z-index: 9999;
  width: 120px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
   -webkit-border-top-left-radius: 8px;
   -webkit-border-bottom-left-radius: 8px;
     -moz-border-top-left-radius: 8px;
     -moz-border-bottom-left-radius: 8px;
  font-family: verdana;
}

* html ul li {
  float: right;
  height: 1%;
}
* html ul li a {
  height: 1%;
}
.module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module ul li {
  padding: 5px 10px;
}
.module ul li a {
  color: #A6A6A6;
  font-size: 10px;
text-transform:uppercase;
}
.module ul li a:hover,
.module ul li a:focus {
  color: #000000;
  text-decoration: none;
}
.module li:hover ul {
  display: block;
}
.module li:hover ul,
li.over ul {
  display: block;
}
.module ul li {
  position: relative;
}
.module li ul {
  position: absolute;
  right: 120px;
  top: -250px;
  display: none;
  width: 500px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #F0F0F0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  white-space: normal;
font-family: verdana;
}
/* module : asset
-------------------------------------------------- */
ul.module-asset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.module-asset {
  min-height: 60px;
  padding: 5px 10px 0 10px;
  border-top: 1px solid #F5F5F5;
}
li.module-asset a {
  color: #000;
  text-decoration: none;
  font-size: 10px;
}
li.module-asset a:hover,
li.module-asset a:focus {
  padding-bottom: 2px;
  color: #005580;
  text-decoration: none;
  border-bottom: 0px solid #D4F4FA;<!--언더라인 색상-->
}
li.module-asset h6 {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
li.module-asset img {
  float:left;
  width: 60px;
  height: 58px;
}
li.module-asset {
  margin: 0;
}
li.module-asset:first-child {
  border-top: none;
}
li.module-asset:nth-child(2n) {
  background-color: #FAFAFA;
}
.module-asset-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.module-asset:first-child {
  margin-top: 0;
}
.module-asset-object {
  display: block;
  margin-right: 10px;
}


/*링크*/
.link {
font-size: 9px;
font-family: verdana;
text-transform:uppercase;
}


@media screen and (max-width: 992px) { 
  /* utility */
  .module, 
  .scrollup {
    display:none !important;
  }
}

<!-- 드래그 색상 start-->
::-moz-selection{
          background: #FCFCFC;
          color: #818181;
}
::selection{
          background: #FAFAFA;
          color: #818181;
}
<!-- 드래그 색상 end-->