@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*{font-family: 'Nanum Gothic', serif,'돋움',Sans-serif;font-size:9pt;line-height:1;color:#2c2c2c;text-align:justify; text-justify:inter-cluster;letter-spacing:0px;-webkit-font-smoothing:antialiased;}
html{overflow-y:scroll;overflow-x:hidden;min-height: 100%;}
html,body{height:100%;margin:0px;padding:0px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
p { text-align:justify; text-justify:inter-cluster; }
table{border-collapse:collapse;border-spacing:0}
fieldset{border:0}
img{border:0;max-width:100%;height:auto;display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}
a:link { text-decoration:none;color:#2c2c2c; outline:none; selector-dummy: expression(this.hideFocus=true);}
a:active { text-decoration:none;color:#921613 ; }
a:visited { text-decoration:none;color:#494949; }
a:hover { color:#921613 ; }
#pageLoading{position:absolute;z-index:9999;float:left;width:100%;height:100%;background:url(../../images/common/loading_page.gif) no-repeat 50% 300px;;background-color:#fff;}


/**** Transitions for masonry ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

.outer-center {float: right;right: 50%;position: relative;}
.inner-center {float: right;right: -50%;position: relative;}
.clear {clear: both;}

.wrap{position:relative;width:100%;max-width:1200px;height:auto;margin:0px auto;}
#up{position:fixed;width:56px;height:56px;right:25px;bottom:65px;cursor:pointer;display:none;z-index:10;}
.mobile{display:none;}
