@charset "UTF-8";

/*!
 * Theme Name: Silvia
 * Theme URI: https://www.theme-junkie.com/themes/silvia/
 * Description: Silvia is a light, bright and beautiful photography WordPress theme. It’s ideal for website focused on photography, graphic design, fashion, art, architecture, interior design, and other creative fields! Key features are responsive, retina support, fast load and SEO friendly with Schema.org markup. The theme options are powered by easy-to-use Customizer, allows you to modify various options including colors, typography, layout, etc. It also smoothly integrated with Jetpack and Polylang plugin.
 * Version: 1.0.8
 * Author: Theme Junkie
 * Author URI: https://www.theme-junkie.com/
 * Tags: blue, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: silvia
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Silvia WordPress Theme, Copyright 2015 - 2016 https://www.theme-junkie.com/
 * Silvia is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * SHARED
 * - HEADER
 * - NAVIGATIONS
 * - CONTENTS
 * - SIDEBAR
 * - FOOTER
 * - COMMENTS
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	min-width:320px;
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.wide-container	{ /*max-width: 1200px;margin:0 auto;*/  }
.wide-container:after	{ content: " ";display: block;clear: both; }
.wide-container #logo	{ /*text-align:center;*/ }
.wide-container #logo>a>img	{ width:65px !important; }
.container	{ max-width: 1200px;margin:0 auto; }
.container:after	{ content:'';display:block;clear:both; }

@media (min-width:320px) and (max-width:767px) {
	.site-branding	{ left:50% !important;top:-30px !important;margin-left:-32.5px; }
	.container, .wide-container	{ padding:0 5%; }
}
@media (min-width: 768px) {
	.content-area	{ width:66%;float:left;margin-right:3%; }
	.widget-area	{ width:31%;float:right;margin-right:0; }
}

.layout-2c-r .content-area {
  float: right;
  margin-right: 0;
}

.layout-2c-r .widget-area {
  float: left;
  margin-right: 3.1674208145%;
}

.layout-1c .content-area {
	float:none;
	width: 100%;
}
.post-template-default .content-area,
.page-template-default .content-area,
.category-bekind_story .content-area	{ max-width:830px;margin:0 auto; }
/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* html {
  font-size: 112.5%;
}

html {
  min-height: 100%;
}

body {
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-weight:400 !important;
	font-style: normal;
	line-height: 1.5em;
	color: #454545;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Selection Color.
 */
::-moz-selection {
  color: #fff;
  background: #777;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #777;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #777;
  text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
  display: block;
}

img {
	width:100%;
  max-width: 100% !important;
  height: auto;
}

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin: 0;
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 5px;
  max-width:100%;
}

.wp-caption-text {
  font-size: 14px;
  font-weight:400;
  font-style: italic;
  color: #999;
}

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

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

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
}

.alignnone {
  display: block;
}

.screen-reader-text, .slicknav_menutxt {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Basic table style
 */
table {
  width: 100%;
  margin-bottom: 2.618em;
}

table th,
table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8e4e3;
}

table th {
  
  border-bottom: 1px solid #e8e4e3;
}

table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}

table tfoot td {
  border-bottom: 0;
}

.sticky,
.bypostauthor {
  font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 4px 4px 0;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 2px 8px;
  text-align: left;
  opacity: 0;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  content: "";
}

.gallery-item:hover .gallery-caption {
  opacity: 0;
}

@media (min-width: 767px) {
  .gallery-item:hover .gallery-caption {
    opacity: 1;
  }
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery, .single .hentry, .related-posts ul, .widget_archive,
.widget_categories, .widget_archive li,
.widget_categories li, .widget_recent_entries li, .site-footer, .comment-container {
  *zoom: 1;
}

.gallery:before, .single .hentry:before, .related-posts ul:before, .widget_archive:before,
.widget_categories:before, .widget_archive li:before,
.widget_categories li:before, .widget_recent_entries li:before, .site-footer:before, .comment-container:before, .gallery:after, .single .hentry:after, .related-posts ul:after, .widget_archive:after,
.widget_categories:after, .widget_archive li:after,
.widget_categories li:after, .widget_recent_entries li:after, .site-footer:after, .comment-container:after {
  content: "";
  display: table;
}

.gallery:after, .single .hentry:after, .related-posts ul:after, .widget_archive:after,
.widget_categories:after, .widget_archive li:after,
.widget_categories li:after, .widget_recent_entries li:after, .site-footer:after, .comment-container:after {
  clear: both;
}

.menu-primary-items .sub-menu, .related-posts ul, .widget ul, .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-primary-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-primary-items > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.menu-primary-items a {
  display: block;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
  -webkit-transition: all 200ms ease-in-out 0s;
          transition: all 200ms ease-in-out 0s;
  text-decoration: none;
  color: #777;
}

a:visited {
  color: #777;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #999;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif
  font-weight: 400;
  font-style: normal;
  margin: 13.5px 0;
  color: #454545;
}

h1,
.h1 {
  font-size:20px;
  line-height: 1.1em;
}

h2,
.h2 {
  font-size:20px;
  line-height: 1.1em;
}

h3,
.h3 {
  font-size:18px;
  line-height: 1.3em;
}

h4,
.h4 {
  font-size:16px;
  line-height: 1.3em;
}

h5,
.h5 {
  font-size:14px;
}

h6,
.h6 {
  font-size:12px;
}

/**
 * Text elements.
 */
p	{ margin: 0 0 20px; }

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #aaa;
}

code,
kbd,
pre,
samp {
  font-size: 16px;
}

pre {
  margin: 27px 0;
  padding: 27px;
  color: #2080ad;
  background-color: #fafafa;
}

code {
  color: #2080ad;
}

ins {
  text-decoration: none;
  background: #fff9c0;
}

blockquote {
  font-style: italic;
  margin: 27px 40px;
  padding-left: 20px;
  color: #777;
  border-left: 3px solid #777;
}

blockquote cite {
  position: relative;
  display: block;
  padding: 10px 0 0 20px;
  color: #555;
}

blockquote cite:before {
  position: absolute;
  left: 0;
  content: "\2014";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 27px;
}

ul,
ol {
  margin: 18px 0;
  padding: 0 0 0 27px;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 27px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 27px;
}

hr {
  clear: both;
  height: 1px;
  min-height: 0;
  margin: 27px 0;
  border-top: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

hr.blackborder {
  border-color: #000;
}

hr.whiteborder {
  border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2em;
  line-height:2em;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 3px;
}

form textarea {
  height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */

form input[type="color"] {
	padding: .2em .5em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
	border-color: #129fea;
	outline: 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
	border-color: #129fea;
	outline: 0;
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
	outline: thin solid #129fea;
	outline: 1px auto #129fea;
}

form input[type="checkbox"],
form input[type="radio"] {
	display: block;
	margin: .5em 0;
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;
  /* menu text color */
  border-color: #ccc;
  background-color: #eee;
  /* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  line-height:30px;
}

form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: .3em;
  padding: .3em 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
	font-size: 100%;
	line-height:2em;
	text-decoration: none;
	color: #444;
	/* rgba not supported (IE 8) */
	color: rgba(0, 0, 0, 0.8);
	/* rgba supported */
	border: 1px solid #999;
	/*IE 6/7/8*/
	border: none transparent;
	/*IE9 + everything else*/
	border-radius: 2px;
	background-color: #eee;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, color-stop(40%, rgba(0, 0, 0, 0.05)), right);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #000\9;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  cursor: not-allowed;
  opacity: .40;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: .40;
  -moz-opacity: .40;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  color: #fff;
  background-color: #0078e7;
}

h1.entry-title	{ font-weight:400; }

/*------------------------------------*
	$HEADER
*------------------------------------*/
/**
 * Search area
 */
.search-area {
  display: none;
  padding: 40px 0;
  background-color: #333;
}

.search-area .field {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #999;
  background-color: transparent;
}

.search-area .field:focus {
  outline: none;
}

/**
 * Header
 */
.site-header {
	position: relative;
	height: 130px;
	/*padding:30px 0 0 50px;*/
}

.site-branding {
	position: absolute;
	left:50px;
	top:30px;
  /*text-align: center;*/
}

.site-branding .site-title {
  
}

.site-branding .site-title a {
  color: #454545;
}

.site-branding .site-description {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif
  font-size: 18px;
  font-style: italic;
  color: #777;
}

/**
 * Page header
 */
.page-title {
  font-size:16px;
}

.page-header {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-header:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 769px) {
	.site-header	{ /*padding:0 0 0 50px;*/ }
}
@media (max-width:769px) {
	.site-header	{ height:65px !important;padding:0 !important; }
}

.page-header p {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  color: #777;
}

@media (min-width: 769px) {
  .page-header p {
    font-size: 22px;
  }
}

.page-header .avatar {
  border-radius: 50%;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
.main-navigation {
	position: relative;
	z-index:99;
	/*max-width:1200px;
	margin:0 auto;*/
}

.menu-wrapper {
	/*padding: 18px 0;*/
	/*padding:18px 70px 18px 0;*/
	position: absolute;
	right:70px;
	top:50px;
}

.menu-primary-items {
  text-align:right;
}

.menu-primary-items li {
  position: relative;
  padding: 0 14px;
}

.menu-primary-items li:first-child {
  padding-left: 26px;
}

.menu-primary-items li.current-menu-item > a {
  color: #777;
}

.menu-primary-items li.current-menu-item .current-menu-item > a {
  color: #777;
  border-color: #e9e9e9;
}

.menu-primary-items li:hover > .sub-menu {
  display: block;
}

.menu-primary-items li.menu-item-has-children {
  padding-right: 20px;
}

.menu-primary-items li.menu-item-has-children::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size:13px;
  position: absolute;
  top: 7px;
  right: 5px;
  display: inline-block;
  content: "\f107";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-primary-items li.menu-item-has-children::after:hover {
  content: "\f106";
  color: #777;
}

.menu-primary-items li.menu-item-has-children:hover::after {
  content: "\f106";
}

.menu-primary-items li.menu-item-has-children > a:hover {
  border-color: transparent;
}

.menu-primary-items a {
  font-size:13px;
  
  color: #454545;
  border-bottom: 1px solid transparent;
}

.menu-primary-items a:hover {
  
}

.menu-primary-items .sub-menu {
  position: absolute;
  z-index: 9999;
  left: 0;
  display: none;
  margin-top: 0;
  padding: 0;
  text-align: left;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.menu-primary-items .sub-menu li {
  margin: 0;
  padding: 0;
}

.menu-primary-items .sub-menu li:first-child a {
  border-top: 0;
}

.menu-primary-items .sub-menu a {
  line-height: 20px;
  min-width: 170px;
  margin: 0;
  padding: 10px;
  text-transform: capitalize;
  border-top: 1px solid #f4f4f4;
  border-bottom: 0;
}

.menu-primary-items .sub-menu a:hover {
  color: #777;
  border-color: #f4f4f4;
}

/**
 * Mobile menu
 */
.slicknav_menu {
  display: none;
}

@media (max-width: 767px) {
  #menu-primary-items {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #454545;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .slicknav_btn {
    margin: 0;
    padding: 35px 0 0 30px;
    background-color: transparent;
  }
  .slicknav_nav {
    margin-top: 60px;
    padding: 10px 0;
    background-color: #eee;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    font-size: 13px;
    margin: 0;
    padding: 5px 20px;
    
    color: #454545;
  }
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    color: #fff;
    border-radius: 0;
    background-color: #999;
  }
}

/**
 * Search icon
 */
.search-toggle	{ position: absolute;right:50px;top:50px;cursor: pointer; }


@media (max-width: 767px) {
	.search-toggle	{ top:35px; }
}

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

	$CONTENTS
*------------------------------------*/
.hentry {
	/*margin-bottom:30px;*/
}
.content-single	{ max-width:830px;margin:0 auto; }
.content-single img	{  }

.hentry article	{ }

@media (min-width: 768px) {
  .hentry.post-grid-2-col {
    width:49.5%;
    float: left;
    margin-right:1%;
  }
  .hentry.post-grid-2-col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
	.hentry.post-grid-3-col {
		width:33.3%;
		float:left;
		/*padding:0 4.6%;*/
		margin-bottom:11%;
		box-sizing:border-box;
	}

	.hentry.post-grid-3-col:nth-of-type(3n) {
		width:33.3%;
	}
	.hentry.post-grid-3-col:nth-of-type(3n)>a	{
		width:99.6%;
	}
	.hentry.post-grid-3-col:nth-of-type(3n) {
	}
}

@media (min-width: 1200px) {
  .hentry.post-grid-4-col {
    /*width: 23.7288135593%;*/
	width:25%;
    float: left;
	margin-right:0;
/*    margin-right: 1.6949152542%;*/
  }
  .hentry.post-grid-4-col:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .hentry.post-grid-4-col {
    /*width: 32.2033898305%;*/
	width:33.3%;
    float: left;
	margin-right: 0;
    /*margin-right: 1.6949152542%;*/
  }
  .hentry.post-grid-4-col:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 601px) and (max-width: 999px) {
  .hentry.post-grid-4-col {
    /*width: 32.2033898305%;*/
	width:50%;
    float: left;
	margin-right: 0;
    /*margin-right: 1.6949152542%;*/
  }
  .hentry.post-grid-4-col:nth-of-type(3n) {
    margin-right: 0;
  }
}

.hentry .entry-title {
  word-wrap: break-word;
}

.entry-post	{ font-size:14px;color:#666;word-wrap: break-word; }
.entry-post .entry-title	{ display:none; }

.thumbnail-link	{ position: relative;display: block; }

.thumbnail-link:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.thumbnail-link img {
  display: block;
  height:100%;
/*
  -webkit-transition: all 200ms ease-in-out 0s;
          transition: all 200ms ease-in-out 0s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
*/
	
}

.entry-content .thumbnail-link:hover img	{
	  -webkit-filter:none !important;
          filter:none !important;
}

@media (min-width: 768px) {
	.thumbnail-link	{ margin-right:0; }
	.thumbnail-link img	{ width:100% !important;/*max-width:200px !important;*/ }
}
.thumList-9	{ position:relative;opacity:1; }
.thumList-9:hover .thumbnail-detail	{ display:block;cursor:pointer; }
.thumbnail-detail	{ display:none;position:absolute;left:0;top:0;width:100%;max-width:200px;height:100%;background:url(/wp-content/themes/silvia/assets/images/block.png);}
.thumbnail-detail .entry-title	{ padding:0 10px;font-weight:400;font-size:14px;line-height:100%;margin-bottom: 8px;text-align:center;box-sizing:border-box; }
.thumbnail-detail .entry-title a	{ display:inline-block;position:absolute;left:0;top:0;width:100%;height:100%;color: #FFF;line-height:100%;box-sizing:border-box;vertical-align:middle; }
.thumbnail-detail .entry-title a>span	{ display:inline-block;position:absolute;left:0;top:50%;width:100%;padding:0 15px;margin-top:-10px;line-height:20px;color:#fff;text-align:center;box-sizing:border-box; }
.thumbnail-detail .entry-title2	{ text-align:left !important; }
.thumbnail-detail .cat-links	{ font-style: italic; }
.thumbnail-detail .cat-links a	{ color: #FFF; }
.thumbnail-detail a:hover	{  }

@media (min-width: 768px) {
	.single .entry-post	{ width:100%; }
	.single .entry-meta	{ width:100%;max-width:1200px !important;margin: 0 auto; }
}

@media (min-width: 320px) and (max-width: 767px) {
  .single .hentry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
	.single .hentry .entry-meta {width: 100%;margin-bottom: 40px; }

	.hentry.post-grid-3-col	{ padding:5% 20%; }
}

.single .entry-thumbnail {
  
}

.single .entry-title	{ font-size: 18px;font-weight:normal;margin-top:10px;margin-bottom:20px; }
.single .entry-side	{ font-size: 16px;display: block;margin-bottom: 2px;color: #aaa; }

.single .entry-side span,
.single .entry-side a {
  color: #666;
}

.single .entry-side a:hover {
  color: #777;
}

.loop-nav	{ clear: both;font-size:14px;margin-top: 35px;color: #454545; }

.loop-nav a	 { display:inline-block;color:#454545;font-weight:normal;vertical-align:top; }
.loop-nav a:hover	{ color: #777; }
.loop-nav br	{ display:none; }

.attachment .loop-nav .next	{ margin-top:5px; }
.loop-nav .next	{ margin-top:20px; }

.attachment .hentry	{ margin-bottom:60px; }
.entry-content	{ width:100%;word-wrap: break-word;padding-top:30px; }

/**
 * Pagination
*/
.pagination {
  display: block;
  clear: both;
  margin-bottom: 60px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pagination:after {
  content: " ";
  display: block;
  clear: both;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: -5px;
  padding: 2px 12px;
  color: #454545;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #999;
}

/**
 * Related posts
 */
.related-posts {
  display:none !important;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #e9e9e9;
}

.related-posts h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.related-posts li {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .related-posts li {
    margin-bottom: 0;
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .related-posts li:last-child {
    float: right;
    margin-right: 0;
  }
}

.related-posts .related-thumbnail {
  margin-bottom: 16px;
}

.related-posts .entry-title {
  font-size: 20px;
}

.related-posts .entry-title a {
  color: #454545;
}

.related-posts .entry-title a:hover {
  color: #777;
}

/**
 * Jetpack
 */
#infinite-handle {
  clear: both;
  margin-bottom: 60px;
  text-align: center;
}

#infinite-handle span {
  font-size: 18px;
}

#infinite-handle button {
  
}

/**
 * Popup
 */
button.mfp-arrow,
button.mfp-close {
  background-image: none;
}

button.mfp-arrow:active,
button.mfp-close:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*------------------------------------*
	$SIDEBAR
*------------------------------------*/
.widget {
  font-size: 16px;
  margin-bottom: 60px;
}

.widget li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.widget li:first-child {
  padding-top: 0;
}

.widget li a {
  color: #454545;
}

.widget li a:hover {
  color: #777;
}

.widget select {
  width: 100%;
  border: 1px solid #eee;
}

.widget-title {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  
  color: #454545;
  border-radius: 3px;
  background-color: #f5f5f5;
}

.widget_archive li,
.widget_categories li {
  text-align: right;
}

.widget_archive a,
.widget_categories a {
  float: left;
}

.widget_rss li a {
  color: #777;
}

.widget_search .field {
  width: 100%;
}

.widget_tag_cloud a {
  line-height: 1.5;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 2px 8px;
  letter-spacing: 1px;
  
  color: #fff;
  border-radius: 3px;
  background-color: #777;
}

.widget_tag_cloud a:hover {
  opacity: .75;
  color: #fff;
}

.widget_nav_menu .sub-menu {
  padding-left: 20px;
}

.widget_nav_menu .sub-menu li:first-child {
  padding-top: 5px;
}

.widget_nav_menu .sub-menu li:last-child {
  border-bottom: 0;
}

.widget_recent_entries a {
  line-height: 1.5;
  float: left;
  width: 65%;
}

.widget_recent_entries .post-date {
  font-size: 14px;
  float: right;
  color: #777;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
  padding: 20px 0;
}

@media (min-width: 320px) {
  .site-footer .wide-container {
    padding: 0 20px;
  }
}

.site-info {
	font-size:14px;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
	.site-info { margin-bottom: 0;padding-top: 5px;text-align: left; }
}

.site-info a { color: #454545; border-bottom: 1px dotted #777; }
.site-info p {margin-bottom: 0;}
.social-links {text-align: center;}

@media (min-width: 768px) {
  .social-links {
    text-align: right;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.social-links a {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  padding: 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .social-links a {
    padding: 9px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social-links a {
    padding: 9px;
  }
}

.social-links a:hover {
  color: #fff;
  background-color: #777;
}

/*------------------------------------*
	$COMMENTS
*------------------------------------*/
.comments-title {
  margin-bottom: 60px;
}

.commentlist {
  margin-bottom: 40px;
  border-bottom: 1px dotted #e9e9e9;
}

.commentlist .comment {
  margin-bottom: 60px;
}

.commentlist .children {
  margin: 60px 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 480px) {
  .commentlist .children {
    padding-left: 90px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .commentlist .children .children {
    padding-left: 0;
  }
}

.commentlist .children .avatar {
  width: 90px;
}

@media (min-width: 480px) {
  .comment-avatar {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .comment-body {
    width: 82.8571428571%;
    float: right;
    margin-right: 0;
  }
}

.comment-avatar {
  text-align: center;
}

.comment-avatar .avatar {
  border-radius: 50%;
  display:none;
}

  
.comment-avatar .name {
  display: block;
}

@media (min-width: 480px) {
	.comment-avatar .name { display: inline-block; }
}

.comment-avatar .name a {font-style:12px;font-weight:normal;color: #454545;}

.comment-body {
  position: relative;
}

@media (min-width: 480px) {
  .comment-body::before {
    position: absolute;
    top: 15px;
    left: -10px;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
    border-bottom: 10px solid transparent;
  }
}

.comment-body .comment-wrapper {
  position: relative;
  padding: 25px;
  background-color: #f5f5f5;
}

.comment-body .comment-head {
  font-size: 14px;
  font-weight:normal;
  margin-bottom: 10px;
}

.comment-body .comment-head a { font-size: 14px; font-weight:normal; color: #aaa; }

@media (max-width: 479px) {
  .comment-body .comment-content {
    font-size: 14px;
  }
}

.comment-body .comment-content p:last-of-type {
	font-weight:400;
  margin-bottom: 0;
}

.comment-reply-link {
  font-size: 12px;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  padding-top: 20px;
  -webkit-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
  
  color: #999;
}

@media (min-width: 480px) {
  .comment-reply-link {
    position: absolute;
    top: 25px;
    right: 25px;
    padding-top: 0;
  }
}

.author-badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 10px 4px;
  
  color: #fff;
  border-radius: 3px;
  background-color: #777;
}

@media (min-width: 480px) {
  .author-badge {
    margin-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .comment.depth-2 .author-badge,
  .comment.depth-3 .author-badge {
    padding: 6px 3px 0;
  }
}

.children .comment-respond,
.layout-2c-l .comment-respond {
  margin-top: 60px;
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
  display: block;
  width: 100%;
}

/**
 * Comment form
 */
.comments-area {
  padding-top: 30px;
  margin:30px 0 60px;
  border-top: 1px dotted #e9e9e9;
}

.comment-notes {
  font-size:12px;
  font-style: italic;
  color: #777;
}

form.comment-form label	{ display: block;font-size:12px;font-weight:400; }
.form-submit	{ float:left;padding:30px 0 0 20px; vertical-align:middle; }

form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="url"],
form.comment-form textarea {
  background-color: #fafafa;
}

form.comment-form input[type="text"]:focus,
form.comment-form input[type="email"]:focus,
form.comment-form input[type="url"]:focus,
form.comment-form textarea:focus {
  background-color: #fff;
}

form.comment-form .comment-form-comment {
  clear: both;
}

form.comment-form .comment-form-author,
form.comment-form .comment-form-email,
form.comment-form .comment-form-url {
  float: left;
  margin-right: 29px;
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
  width: 270px;
}

form.comment-form textarea {
  width: 100%;
}

form.comment-form .comment-form-url {
  margin-right: 0;
}

.required {
  color: #f00;
}

#cancel-comment-reply-link {
  font-family: 'Roboto', 'Noto Sans KR', sans-serif
  font-size: 14px;
}

#comment-nav-above {
  margin-bottom: 30px;
  margin-bottom: 2.30769rem;
}

.comment-navigation .nav-previous {
  display: inline;
  float: left;
}

.comment-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
}

.comment-navigation a {
  color: #555;
}

/*# sourceMappingURL=style.css.map */

.site-main	{ *zoom:1; }
.site-main:after	{ content:'';display:block;clear:both; }


.dn	{ display:none !important; }

/* content */
.aboutArea	{ width:100%;*zoom:1; }
.aboutArea:after	{ content:'';display:block;clear:both; }
.aboutImg	{ float:left;width:60%; }
.aboutImg img	{ width:100%;max-width:100%;/*-webkit-filter: grayscale(100%);filter: grayscale(100%);*/ }
.aboutCont	{ float:right;width:35%;color:#999; }


@media (max-width: 768px) {
	.aboutImg,
	.aboutCont	{ float:none;width:100%; }
	.aboutCont	{ padding-top:20px; }
}