/*
Theme Name: bouquins
Theme URI: http://underscores.me/
Author: bouquins
Author URI: http://antimine.me
Description: only antimine.me theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bouquins
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bouquins is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }
/* latin */
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: local('Indie Flower'), local('IndieFlower'), url(https://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
	font-family: 'Noto Sans KR', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}
.site {
height:100%;
overflow-y:auto;
position:relative;
-webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration:none;
}

a, button {
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;	
}

button:active,
button:hover, 
a:active,
a:hover {
	outline: 0;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: 'Noto Sans KR',  monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0.35em 0 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Noto Sans KR',  sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
.site-branding {
    background: url(./bouquins-logo.svg) no-repeat right center;
    background-size: 100px 200px;

    padding: 2em 1.2em;
    max-width: 400px;
}
.site-title a {
    color: #222;
}
p {
	margin-bottom: 1.5em;
}

p.site-description {
    font-family: 'Indie Flower', 'Noto Sans KR', cursive, Montserrat, "Helvetica Neue";
    font-size: 1.7em;
    font-weight: 600;
	margin: 0;
    color: #222;	
}
.entry-meta {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 600;
    letter-spacing: -.05em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Noto Sans KR',  "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Noto Sans KR',  Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f1f1f1 url(./img/bg_pattern.png); /* Fallback for when there is no custom background color defined. */
}
header#masthead {
    background: #fff;
	position:relative;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	margin: 0; padding:0;
}
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 2px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
div#header-inner, .menu-menu-1-container, article {
 /*   
	max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
	position:relative;
 */	
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6589a9;
}

a:visited {
	/*color: purple;*/
}

a:hover,
a:focus,
a:active {
	color:#69bc93;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Login & Social Login % Register
--------------------------------------------------------------*/
form#loginform, form#registerform, form#lostpasswordform {
  background: #fff;
  width: 35em;
  margin: 2em auto;
  overflow: hidden; 
  position: relative;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -moz-box-shadow: 0 0 0.2em #E4DEDE;
  -webkit-box-shadow: 0 0 0.2em ##E4DEDE;
  box-shadow: 0 0 0.2em #E4DEDE;
}
form#loginform div.heading, form#registerform div.heading, form#lostpasswordform div.heading {
    background: #6589a9;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5em;
    text-shadow: 0 1px 0 #3d6588;
}
form#loginform div.left, form#registerform div.left  {
  width: 50%;
  float: left;
  padding: 1.7em 1.5em 2.5em 1.2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 38px;
}
form#lostpasswordform div.left  {
  width: 100%;
  padding: 1.7em 1.5em 2.5em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 38px;
}
form#loginform div.right, form#registerform div.right {
  width: 50%;
  float: right;
  padding: 1.7em 1.5em 2.5em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}

form div.right:before {
content: 'or';
color: gray;
position: absolute;
left: -16px;
bottom: 0;
height: 0.5em;
width: 0.5em;
top: 49%;
z-index: 900;
background: #fff;
width: 30px;
height: 30px;
text-align: center;
}

form div.right:after {
content: '';
position: absolute;
background: #efefef;
top: 4.2em;
right: 0;
left: -2px;
bottom: 0;
height: 16.5em;
width: 2px;
}
form#registerform div.right:after { height: 24em; }
form#registerform div.right:before {top:65%; }
div.right div.connect {
  color: gray;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}
.tml-rememberme-submit-wrap {
    clear: both;
}

.wp-social-login-widget {}
.wp-social-login-connect-with {}
.wp-social-login-provider-list {
    padding: 0;
	font-size: .9rem;
	}


.wp-social-login-provider-list a {
    box-shadow: 1px 1px 1px rgba(117, 112, 112, 0.2);
    display: block;
    margin:0 5px 10px;
    height: 45px;
    line-height: 45px;
}
.wp-social-login-provider-list a:hover { color:#fff;}
.wp-social-login-provider {    
    border-radius: 2px;
	} 
.wp-social-login-provider-facebook:before { 
    content: '\f204';
    font-family: "Genericons";
    font-size: 1.3rem;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    float: left;
	}
.wp-social-login-provider-facebook {
	background:#3b5998;
	color:#fff;
	}
.wp-social-login-provider-google:before { 
	content: '\f206';
	font-family: "Genericons";
	font-size: 1.7rem;
	width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    float: left;
    text-indent: 13px;
	}
.wp-social-login-provider-google {
	background:#db4437;
	color:#fff;
	}
.wp-social-login-provider-twitter:before {
	content: '\f202';
	font-family: "Genericons";
	font-size: 1.2rem;
	width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    float: left;
    text-indent: 13px;
	}
.wp-social-login-provider-twitter {
	background:#1da1f2;
	color:#fff;
	}
.wp-social-login-provider-naver {
    background: #00c63b url(./img/naver_square.png) no-repeat 8px 7px;
    background-size: 30px 30px;
    color: #fff;
    padding-left: 45px;
	}
.wp-social-login-provider-kakao {
    background: #ffef3f url(./img/kakao.svg) no-repeat 10px 10px;
    background-size: 25px 25px;
    color: #493235;
    padding-left: 45px;
	}
.wp-social-login-widget-clearing { }

.tml-user-login-wrap {position:relative; max-width:500px;}

/**************/
form#loginform .input-container {
  position: relative;
  margin: 0 10px 50px;
}
form#registerform .input-container,form#lostpasswordform .input-container, form#your-profile .input-container {
  position: relative;
  margin: 0 10px 40px;
}
form .input-container input {
  outline: none;
  position: relative;
  background: none;
  width: 100%;
  height: 45px;
  border: 0;
  color: #212121;
  font-size: 1.1rem;
  font-weight: 400;
  padding:0 5px;
  border-radius:0;
}
form .input-container input:focus ~ label {
  color: #ed2553;
  -webkit-transform: translate(-10%, -70%) scale(0.85);
          transform: translate(-10%, -70%) scale(0.85);
}
form .input-container input:focus ~ .bar:before, form .input-container input:focus ~ .bar:after {
  width: 50%;
}
p.error strong:before {
    content: '\f414';
    font-family: "Genericons";
    vertical-align: top;
    font-size: 1.1rem;
}
p.error strong {
    font-size: 0;
}
p.error {
    color: #F35454;
    padding:0 1.5em;
}
p.message {
color: #fff;
 padding:1em 1.5em;
 background:#3887be;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #F35454;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;

}

input:-webkit-autofill ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-10%, -70%) scale(0.85);
          transform: translate(-10%, -70%) scale(0.85);

}


form .input-container input:valid ~ label, form .input-container input:disabled ~ label, .tml-display-name-wrap label
 {
  color: #9d9d9d;
  -webkit-transform: translate(-10%, -70%) scale(0.85);
          transform: translate(-10%, -70%) scale(0.85);
  
} 

form .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 1rem;
  font-weight: 300;
  line-height: 50px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
form .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;

}
form .input-container .bar:before, form .input-container .bar:after {
  content: '';
  position: absolute;
  background: #ed2553;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
form .input-container .bar:before {
  left: 50%;
}
form .input-container .bar:after {
  right: 50%;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}

input#wp-submit, .profile-submit-wrap input[type="submit"] {
  /*
	background: #fff;
    color: #3887be;
    border: 2px solid #6589a9;
  */	
    background: #f9f9f9;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 20px;
    font-size: 1rem;
    color: #c4cbd2;
    text-shadow: 0 1px 0 #a4a4a5;
    margin: 0 auto;
    display: block;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    max-width: 217px;
    border: 2px solid #c4cbd2;	
}
input#wp-submit:hover, .profile-submit-wrap input[type="submit"]:hover {
border: 2px solid #F35454;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    color: #F35454;
    text-shadow: 0 1px 0 #f78282;	
}
.input-checkbox {
    margin: 0 0 30px 10px;
}
.input-checkbox span {
    margin-bottom: 10px;
}

.left .g-recaptcha {
    margin-left: 10px;
}
ul.tml-action-links {
    border-top: 1px solid #ddd;
}
ul.tml-action-links li:first-child {
    display: inline-block;
    float: left;
	width:50%;border-right: 1px solid #ddd;	
}
ul.tml-action-links li a {
text-align: center;
display: block;
padding: 15px 0;

}
ul.tml-action-links li:last-child {
    display: inline-block;
    float: right;
	width:50%;
}
ul.tml-action-links:after {
	content:"";
	width:100%;
	height:0;
	clear:both;
	display:block;
}
p.tml-submit-wrap {margin-top:12px;}
.profile-submit-wrap {
    clear: both;padding-top: 12px;
}
.profile-connect {
    position: relative;
} 
.profile-connect > div {
margin-bottom: 7px;
width: 35px;
height: 35px;
display: inline-block;
background-size: cover !important;
vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
}
img.avatar.photo {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
	float:left;
	margin-bottom:10px;
	margin-right: 10px;
}
.profile-displayname, .profile-description {display:block}
form#your-profile {
    clear: both;
}
.resp-tab-content .wp-social-login-provider-list {
    width: 50%;    float: left;
    position: relative;
    display: inline-block;
    max-width: 200px;
	    margin-bottom: 20px;
}
.resp-tab-content .wp-social-login-provider-list:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 2px dashed #ccc;
    top: 0;
    height: 99%;
    right: -20px;
}
.user-provider {
    float: left;
    display: inline-block;
    max-width: 220px;
    width: 50%;
    margin-left: 40px;
}
.disconnect {
    border: 1px solid #ccc;
    background: #f7f7f7;
    font-size: .9em;
    padding: 2px 3px;
    border-radius: 2px;
    cursor: pointer;
}
.tml-display-name-wrap {
    position: relative;
    min-height: 40px;
}
.tml-display-name-wrap label {
    top: -10px;
    position: absolute;
    left: 15px;
}
select#display_name {
    position: absolute;
    left: 10px;
    padding: 7px;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}
/*--------------------------------------------------------------
## Comments Dashboard
--------------------------------------------------------------*/
ul.comment-list {
    width: 100%;
    max-width: 1200px;
    position: relative;
}
article#comment-861 {
    font-family: "맑은고딕", sans-serif;
}
.fn {
    font-weight: bold;
}

.comment-list li.depth-1 {
    margin: 12px 0;
    border-radius: 3px;
    width: 91%;
    float: right;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background: #fff;
    border:1px solid #eee;  
	position:relative;
	font-size:.9em;
}
ul.comment-list article {
    padding: 0;
}
ul.children {
    float: right;
    width: 90%;
    margin-top: 1em;    position: relative;
}
ul.children:before {
/*	
    content: "\f412";
    width: 20px;
    height: 20px;
    background: #ff6863;
    position: absolute;
    left: -12px;
    font-family: "Genericons";
    font-size: 1rem;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    z-index: 9;
    opacity: .7;
    top: 30px;
*/	
}
.comment.depth-2.clr,
.comment.depth-3.clr,
.comment.depth-4.clr,
.comment.depth-5.clr
 {
    margin-left: 10px;
}
li.depth-2 img ,
li.depth-3 img ,
li.depth-4 img ,
li.depth-5 img {
    left: -50px !important;
}
a#cancel-comment-reply-link:before {
    content: "";
    width: 95%;
    height: 1px;
    background: #ff6863;
    position: absolute;
    left: 5%;
    top: 0px;
    z-index: 1;
}
#cancel-comment-reply-link {
    background: #ff6863; color:#fff;
    position: relative;
    padding: 10px;
    margin-left: -90px;
    border-radius: 4px;
}
/*
div#respond h3.comment-reply-title {
    font-size: 1px;
    border: none;	
}
div#respond h3.comment-reply-title:after {
    box-shadow: 0 0 0 2px #ff6863, 0 0 0 3px #fefefe;
    top: 20px;
    left: -7px;
    z-index: 2;
}
*/
span.comment-date {
    margin-left: 5px;
}
.comment-parent:before, .comment-list li.depth-1:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #f6f6f6 transparent transparent;
    content: "";
    position: absolute;
    left: -12px;
    top: 12px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    z-index: 9;
}
.comment-content.entry.clr {
    padding: 1.2em;
}
.comment-avatar, .depth-1 .comment-author.vcard img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -90px;
    top: 0px;
    box-shadow: 0 0 0 6px #f6f6f6, 0 0 0 6px #f6f6f6;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;	
}
.cmt-child .comment-avatar, .children .comment-author.vcard img  {
	left: 35px;
    top: 1px;
    width: 50px;
    height: 50px;
    background-size: 50px;
}
.comment-list li.depth-1:hover .depth-1 img.avatar,
.comment-parent:hover .cmt-parent .comment-avatar {
box-shadow: 0 0 0 8px rgba(134, 188, 195, 0.5);

}

.bo_vc_act, .reply.comment-reply-link {float:right;margin:0 10px 0;list-style:none;zoom:1}
.bo_vc_act:after, .reply.comment-reply-link:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {list-style:none !important;float:left;margin-left:5px}
ul.bo_vc_act li a, .reply.comment-reply-link a {
    border: 1px solid #f6f6f6;
    padding: 4px 7px;
    color: #aaa;
    border-radius: 2px;
	background:#f6f6f6;
}
.reply.comment-reply-link.comment-controller {
    position: absolute;
    top: 17px;
    right: 10px;
}
.comment-author.vcard {
    float: left;
}
ul.comment-list:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
.cmt-parent header, .cmt-child header, header.comment-meta, footer.comment-meta  {position: relative;
padding: 1.2em 0em 1.2em 1.2em;
    margin-left: 0px;
    border-radius: 2px 2px 0 0;
    background: #f6f6f6; 
    border-bottom: 1px solid #eee;
    font-size: .9rem;
transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;	
	}
	

.comment-list li.depth-1:hover  article.depth-1 header.comment-meta { 
background: #bcd7db;
    border-color: transparent #bcd7db transparent transparent;
transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.comment-list li.depth-1:hover:before {
    border-color: transparent #bcd7db transparent transparent;
transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;	
}
.comment-list li.depth-1:hover {
    border-color:#bcd7db;
transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;	
}	
.cmt-child header  {background:#f6f6f6;    border-bottom: 1px solid #eee;color:#999;}


#bouquins-comments-table ul {
	border-bottom: 1px solid #ddd;
    padding: 10px 0;
	
}
.com-header {
	border-top: 1px solid #555;
	line-height: 2.5rem;
}
.com-header li {
	text-align:center; 
	font-weight:bold;
}
#bouquins-comments-table ul li {
    display: inline-block;	
}
#bouquins-comments-table ul li:first-child {
	width:30%;
	float:left;
}
#bouquins-comments-table ul li:last-child {
	width:70%;
	float:right;
	position:relative;
}
div#bouquins-comments_menu ul li {
    display: inline-block;
}
div#bouquins-comments_menu ul.all li:first-child a, div#bouquins-comments_menu ul.trash li:last-child a, .post_count {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #ff6863;
    background: #ff6863;
    letter-spacing: -0.1em;
    line-height: 25px;
    cursor: pointer;
    font-size: 13px;
    padding: .5em .8em;
    min-width: 90px;
    text-align: center;
	margin-bottom: 12px;
}
div#bouquins-comments_menu ul li a {
    display: inline-block;
    color: #777;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #ddd;
    letter-spacing: -0.1em;
    line-height: 25px;
    cursor: pointer;
    font-size: 13px;
    padding: .5em .8em;
    min-width: 90px;
    text-align: center;
	margin-bottom: 12px;	
}
.bq-comment-edit {
	position: absolute;
    top: -5px;
    left: 200px;
	opacity:0;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;	
}
ul.approved:hover .bq-comment-edit { opacity:1;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
	}
.bouquins-cmt-edit, .bouquins-cmt-action {
    display: inline-block;
    padding: .2rem .4rem;
    background: #4a4848;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: .8rem;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 3px;
	
}
#bouquins-comments-table ul:after, .edit_comment:after {
	content:"";
	width:100%;
	clear:both;
	display:block;
	height:1px;
}
.edit-close-form {
    background: #bbb !important;
    float: left;
    padding: .37rem .7rem !important;
    margin-right: 5px;
    cursor: pointer;
}
.bouquins-comments-subdate {
    color: #bbb;
	font-size: .9em;
}
.bq-no-comment {text-align:center; width:100%; padding:20px 0}

li.comment {
    position: relative;
}

.comment-author.vcard img {
    width: 100px;
    height: 100px;
}
/*--------------------------------------------------------------
## Help Tip
--------------------------------------------------------------*/

.help-tip{
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 1rem;
    line-height: 27px;
    cursor: default;
    z-index: 2;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;		
}

.help-tip:before{
    content: '?';
    font-weight: bold;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    z-index: 3;
    background-color: #BCDBEA;
    width: 27px;
    position: absolute;
    height: 27px;
    border-radius: 50%;
    left: 0;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
    display: none;
    text-align: left;
    background-color: #3887be;
    padding: 13px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    top: -20px;
    z-index: -1;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;		
}
/*
.help-tip p:before{ 
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#3887be;
	right:10px;
	top:-12px;
}

.help-tip p:after{ 
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
*/
/* CSS animation */

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}
/*--------------------------------------------------------------
## Menus & Avatar menu
--------------------------------------------------------------*/
.author-avatar {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    position: absolute;
    top: 50px;
    right: 25px;
    border-radius: 50%;
	box-shadow: 0px 1px 0 rgba(47, 43, 43, 0.59);
	z-index:10;

}
.author-avatar.logged-out {
	background-image: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.4)), url('./img/bouquins_default_avatar_white.png');	
}
.author-avatar.logged-out p {
    font-size: 2rem;
    line-height: 0;
    font-family: fantasy;
    color: #aaa;
    text-align: center;
}
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
    position:relative;	
    background: #39424b;	
    max-width: 1200px;	
    margin: 0 auto;	
}
.main-navigation-outer {
    height: 50px;
    background: #39424b;
	width: 100%;
    position: relative;
}

ul#primary-menu {
    padding-left: 50px;
    position: absolute;	
}
.main-navigation ul, .author-avatar ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li, .author-avatar li {
	float: left;
	position: relative;
}

.main-navigation a, .author-avatar a {
    color: #eee;
    display: block;
    line-height: 1.6125;
    outline-offset: -1px;
	padding: 0.84375rem 1.2rem;
    text-decoration: none;
    font-weight: 500;
}
.author-avatar a {
    color: #1a1a1a;	
    line-height: 1.2125;
	padding: 0.74375rem 1.2rem;
}
.main-navigation ul ul, .author-avatar ul {
    border-bottom: 1px solid #eee;
    display: block;
    left: -999em;
    margin: -2px 0 0 0;
    position: absolute;
    z-index: 99999;
}
.author-avatar:hover > ul,  .author-avatar:focus > ul {
    right: 0;
    left: auto;
    top: 52px;
    padding-top: 20px;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: 0;
    right: auto;
}

.author-avatar ul:before,
.author-avatar ul:after,
.main-navigation ul ul:before,
.main-navigation ul ul:after {
	border-style: solid;
	content: "";
	position: absolute;
}
.author-avatar ul:before {
	border-color: #eee transparent;
	border-width: 0 10px 10px;
	right: 19px;
	top: 10px;
}

.author-avatar ul:after {
	border-color: #fff transparent;
	border-width: 0 8px 8px;
	right: 21px;
	top: 13px;
}
.main-navigation ul ul:before {
	border-color: #eee transparent;
	border-width: 0 10px 10px;
	left: 19px;
	top: -9px;
}
nav.main-navigation.toggled ul ul:before,
nav.main-navigation.toggled ul ul:after {display:none;}

.main-navigation ul ul:after {
	border-color: #fff transparent;
	border-width: 0 8px 8px;
	left: 21px;
	top: -7px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.author-avatar ul a {
    width: 120px;
    font-size: .85em;
}
.main-navigation ul ul a {
    width: 190px;
    font-size: .95rem;
}

.main-navigation ul ul li, .author-avatar ul li {
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-width: 0;
}

nav.main-navigation.toggled ul ul li {background-color:inherit; border:none; }

.author-avatar li:hover > a,
.author-avatar li:hover > a,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#69bc93;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;

}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	margin-top:-1px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-post-ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#69bc93;
}
.main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25rem;	
}
.main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625rem;
    top: 0.8625rem;
    font-family: "Genericons";
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .2s;
    text-align: center;
    overflow: hidden;	
}
nav.main-navigation.toggled .menu-item-has-children > a:after,
.main-navigation .menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.main-navigation .menu-item-has-children li.menu-item-has-children:hover > a:after {
	content: "\f431";
    position: absolute;
    right: 0.5625rem;
    top: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
	}
.main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
    border: 0;
}

.main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625rem;
    top: 0.875rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);	
}

/* Small menu. */
.menu-toggle {
	display: block;	
}
.main-navigation.toggled ul#primary-menu {
    display: block;
    height: 311px;
    width: 100%;
    background: #39424b;
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
    display: block;
    width: 27px;
    height: 4px;
    background-color: #222;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu-toggle span:before, .menu-toggle span:after {
    position: absolute;
    content: "";
}

.menu-toggle span:before {
    top: -9px;
}

.menu-toggle span:after {
    top: 9px;
}

.menu-toggle span {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -2px;
}
nav.main-navigation.toggled .menu-toggle span {
    background-color: transparent;
}
nav.main-navigation.toggled .menu-toggle span:before, nav.main-navigation.toggled .menu-toggle span:after {
    background-color: #fff;
}
nav.main-navigation.toggled .menu-toggle span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

nav.main-navigation.toggled .menu-toggle span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

nav.main-navigation.toggled ul ul {left:0; border:none; }


.menu-toggle {
    color: #fff;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    background-color: #ff5964;
    text-shadow: none !important;
    box-shadow: none !important;   
	position: absolute;
	text-indent:-8000px;
	z-index:9;
	outline:0;
	}
.main-navigation ul {
		display: block;
	}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#menu-item-2814 {display:none}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
li.widgetList {list-style:none;margin:0;padding:0;clear:both;}
li.widgetList h5 {clear:none;}
time.post-date {
    color: #ccc;
    font-size: 13px;
}
.widgetList-thumb {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 7px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.widgetList-thumb:before {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    content: '';
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    border: 1px solid #fff;
}
li.widgetList:hover .widgetList-thumb {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
li.widgetList:hover .widgetList-thumb:before {
    opacity: 1;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image {
	font-size: 13px !important;
}
ul.wpuf-form li .wpuf-fields {

}
#more_posts {
    margin: 20px auto;
}
.item-hover.circle.nomore {display:none;}
.item-hover.circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.item-hover, .item-hover * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-hover {
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.item-hover.circle.effect1 .info {
    font-weight: 700;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    color: #76b9d7;
}
.item-hover.circle .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-hover.circle.effect1 a:hover .spinner, .item-hover.circle.effect1:hover .spinner {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-hover.circle.effect1 .spinner {
    width: 120px;
    height: 120px;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    border: 5px solid #76b9d7;
    border-right-color: #c7c7c7;
    border-bottom-color: #c7c7c7;
    border-radius: 50%;
}

td > div.wpulike {display:none}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: .8rem;
    background: #eee;
    text-align: justify;
    padding: 5px; 
}

.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.comment-navigation,
.pagination {
	font-family: 'Noto Sans KR', Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
    margin: 1em 1em 2em 0;
	min-height: 56px;
	position: relative;
	clear: both;
}


.pagination:before,
.pagination:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.pagination:before {
	/*right: 0;*/
}

.pagination:after {
	/*right: 54px;*/
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.pagination a:hover,
.pagination a:focus {
	background: #69bc93;
    border-color: #69bc93;
	color: #fff !important;
    text-decoration: none;
      transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pagination .nav-links {

}

.pagination .nav-links:before,
.pagination .nav-links:after {

}

.pagination .nav-links:before {
	/*content: "\f429";*/

}

.pagination .nav-links:after {
	/*content: "\f430";*/

}

/* reset screen-reader-text */

.comment-navigation .page-numbers,
.pagination .page-numbers {
    display: inline-block;
    letter-spacing: 0.013157895em;
    margin: 0 .1em 0 0;
    text-transform: uppercase;
    text-align: center;
    color: #A0A5A0;
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.01, rgb(255,255,255)), color-stop(1, rgb(243,243,243)) );
    background-image: -moz-linear-gradient( center top, rgb(255,255,255), rgb(243,243,243) );
    background-image: -ms-linear-gradient( top, rgb(255,255,255) 0%, rgb(243,243,243) 100%);
    font-size: .75rem;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.comment-navigation .page-numbers.current,
.pagination .current {
	display: inline-block;
	font-weight: 700;
	background: #69bc93;
    border-color: #69bc93;
    color: #fff;
}

.pagination .prev,
.pagination .next {
	/*
	background-color: #67b3d3;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
	background-image: none;
    border: none;
	*/
}

.pagination .prev:before,
.pagination .next:before {
	/*font-size: 1.3rem;
	position: relative;
	font-family: "Genericons" !important;
	*/
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	/*right: 54px;*/
}

.pagination .prev:before {
	/*content: "\f430";*/
}

.pagination .next {
	/*right: 0;*/
}

.pagination .next:before {
	/*content: "\f429";*/
}

/*--------------------------------------------------------------
## Board
--------------------------------------------------------------*/
#bo_cate_ul li {
    display: inline-block;
    float: left;
    min-height: 43px;
}
#bo_cate_ul li a {
    position: relative;
    color: #7c837c;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 5px 0 0;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -0.1em;
    line-height: 25px;
    cursor: pointer;
    font-size: 13px;
    padding: .5em .8em;
    min-width: 90px;
    text-align: center;
}
#bo_cate_ul li a:hover, #bo_cate_ul li a#bo_cate_on {
    text-decoration: none;
    color: #fff;
    border: 1px solid #29B47C;
    background: #69bc93;
}

li.post, li.header {    
	margin: 0;
    line-height: 3.5em;
    font-size: .9em; 
	}
li.header:before {
    width: 100%;
    clear: both;
    content: "";
    border-top: 1px solid #555;
    display: block;	
}
li.post:after, li.header:after {
    width: 100%;
    clear: both;
    content: "";
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0px 1px 0 rgba(255,255,255,0.72);
    display: block;
}
li.category-sticky, li.bo_notice {font-weight:bold;background:#fbfbfb;}
.bo_fx:before {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
	margin-top: 20px;	
}
.btn_bo_user {
    float: right;
}
.btn_bo_user li a {
	border-radius:2px;
}
a.wr_subject {
    color: #333;
}
a.wr_subject:hover {
    color: #69bc93;
}
a.btn_admin:before {
    content: '\f445';
    vertical-align: bottom;
    font-size: 1.1rem;
    font-family: "Genericons";
    padding-right: 3px;
    line-height: 1.2rem;
}
a.no-ajaxy:before {content:"";}
a.btn_admin {
    display: inline-block;
    padding: .5rem .7rem .5rem .7rem;
    background: #F35454;
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    border-radius: 2px;
}
a.btn_b01 {
    display: inline-block;
    padding: .5rem .7rem .5rem .7rem;
    background: #6589a9;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: .9rem;
	border-radius: 2px;
}
.btn_bo_adm input, .btn_bo_adm button, .bouquins-cmt-submit-form, .edit-close-form {
	font-size: .9rem;
    border: 0;
    background: #F35454;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: .6rem .7rem .6rem .7rem;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
}
a.icon_secret:after {
	content: '\f470';
    vertical-align: bottom;
    font-size: 1.6em;
    font-family: "Genericons";
}
#bo_list .cnt_cmt:before {
	content: '\f300';
    vertical-align: bottom;
    font-size: 1.6em;
    font-family: "Genericons";	
}
#bo_list .cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: 500;
    font-size: .925em;
}
a.write:before {
    content: '\f411';
    vertical-align: bottom;
    font-size: 1.8em;
    font-family: "Genericons";
    padding-right: 3px;
    line-height: 1.2rem;
}
a.write {
    background-color: #69bc93;
    padding: .5rem .9rem .5rem .4rem;
    color: #fff;
    font-size: .9rem;
	display: inline-block;
}
a.write:hover, .bo_v_com li a:hover, .btn_bo_user li a:hover, .btn_bo_adm button:hover {
    background-color: #222;	
}
li.bo_current {
    background: #f9f9f9;
}
span.edit {
    margin-right: 5px;
}
span.delete,
span.bo_current {
	color: #F35454;
    font-weight: 500;
}
a.icon_reply:before {
    content: '\f412';
    vertical-align: bottom;
	font-size: 1.2em;
    font-family: "Genericons";	
}
li.header div {
    font-weight: bold;
    float: left;
    display: inline-block;
}
li.post div {
    float: left;
    display: inline-block;
}
.post_status, .setting {
    width: 105px !important;
	text-align:center;
}
.dashboard_subject {min-height:60px; line-height: 60px;}
.dashboard_subject a img {
    max-width: 50px;
    vertical-align: bottom;
    border-radius: 50%;
	margin: 5px 5px 5px 0;
}
li.post .wr_writer span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    border-radius: 50%;
    float: left;
    margin-right: .3em;
    margin-top: .65em;
}
span.sv_member, span.sv_guest {
    margin-top: 0 !important;
}
li.post:nth-child(even) { 
}

li.post:nth-child(odd) {
	}
.col5 {
    width: 5%;
}	
.col10 {
    width: 10%;
}
.col15 {
    width: 15%;
}
.col20 {
    width: 20%;
}
.col30 {
    width: 30%;
}
.col60 {
    width: 60%;
}
.col70 {
    width: 70%;
}
.col60 a, .col70 a {

}
#bo_list .bo-tags-list a:before, .tag_list a:before {
    display: inline-block;
	content: '\f302';
    vertical-align: bottom;
	font-size: 1rem;
    font-family: "Genericons";	
}
span.like-count {
    font-size: .8rem;
}
li.post .like-count:before {
	display: inline-block;
    content: '\f461';
    vertical-align: bottom;
    font-size: 1.23rem;
    font-family: "Genericons";    margin-left: 5px;
}
.post_liked_user {display:inline-block;}
.post_liked_user img {
    border: none !important;
	border-radius: 3px !important;
	float: none !important;
    margin: 0 2px !important;
    max-width: 26px !important;
    vertical-align: middle !important;
}
.post_liked_user li {
    display: inline;
}
.wr_number {
    width: 50px;
    text-align: center;
}
.wr_checkbox {
    width: 25px;
    text-align: center;
}
.wr_writer {
    width: 130px;
}
.wr_datetime {
    width: 130px;
    text-align: center;
}
.wr_hit {
    width: 50px;
    text-align: center;
}
li.header .wr_writer {
    text-indent: 30px;
}
.board-meta {
    float: right !important;
}
.tag_list {
    float: right !important;
    display: inline-block;
}
ul.reply-post {
    border: 1px dashed #ccc;
}
.reply-post li:first-child {
	padding-left:0px;
}
.reply-post li:hover {
	background: rgba(245, 245, 245, 0.9);
}
.reply-post li {
    padding: 0 15px;
    line-height: 2.4em;
    clear: both;
    text-indent: 5px;
}

.reply-post li a {
    display: block;
	font-size: .9em;
}
.reply-post li.current {font-weight:bold;background: rgba(245, 245, 245, 0.9);}
.reply-post li span {    
	font-size: .87em;
    float: right;
}
.reply-post li a:before {
	content: '\f412';
    vertical-align: bottom;
    font-size: 1.2em;
    font-family: "Genericons";
	padding-right: 3px;	
}
.reply-post li:first-child a:before {
	content: "";
}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/*--------------------------------------------------------------
## bottom search style
--------------------------------------------------------------*/
#search-bottom-menu {margin: 0;
padding: 0 0 0 3px;
list-style: none;
color: #fff;
line-height: 25px;
display: inline-block;
float: left;
position: relative;
border: 2px solid #69bc93;
border-radius: 3px; *height:31px; }
#search-bottom-menu a { color:#fff; text-decoration:none;}
#search-bottom-menu > li { cursor:pointer; float:left; position:relative;  z-index:1; width:200px; }
#search-bottom-menu > li a:hover {color:#B0D730;  }
#search-bottom-menu ul { padding:0px; margin:0px; display:block; display:inline; }
#search-bottom-menu li ul { 
position: absolute;
left: -5px;
top: 2px;
margin-top: 29px;
width: 171px;
line-height: 25px;
background-color: #2cc185;
color: #fff;
display: none;
border-radius: 0 0 4px 4px; /* for IE */ }
#search-bottom-menu li:hover ul{ display:block;  overflow: hidden !important; }
#search-bottom-menu li ul li { display:block; margin:0px; padding: 0px;  border-top: dotted 1px #54C899; font-size: .83rem; list-style-type:none;}
#search-bottom-menu li ul li:first-child { border-top: none; }
#search-bottom-menu li ul li a { display:block; color:#0395CC; }
#search-bottom-menu li ul li a:hover { color:#7FCDFE; }

#bottom-corner li label {display:block;padding:5px 15px;cursor: pointer;}
#bottom-corner li label:hover {background: #54C899;}
#board_search legend, #write_form legend, #write_form dt {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;border:0;}
.searchContainer div input { background:none; display:inline; padding:3px; outline:none; border:none; width:150px; }
input.search_submit {
    background: #69bc93 url(./img/topsearch_white.svg) no-repeat 4px 1px !important;
    background-size: 30px !important;
    width: 35px !important;
    height: 33px !important;
    margin-top: -1px;
    float: right;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-indent: -8000px;
}
/*****
/* 게시판 쓰기
/*****/
.frm_input {width:100%; padding: .7rem !important; font-size: 1rem;}
input#user_name, input#user_pass, input#user_email, .frm_file {max-width:450px;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Noto Sans KR',  sans-serif !important; 
    font-size: 1rem !important;
}
  /* shift right placeholder in focus */

input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder {text-align: left; transition: 0.3s ease;text-transform: uppercase;}
input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder {text-align: left; transition: 0.3s ease;text-transform: uppercase;}
input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder {text-align: left; transition: 0.3s ease;text-transform: uppercase;}
input[type="text"]:-ms-input-placeholder,input[type="password"]:-moz-placeholder {text-align: left; transition: 0.3s ease;text-transform: uppercase;}
input[type="text"]::-ms-input-placeholder,input[type="password"]::-ms-input-placeholder {text-align: left; transition: 0.3s ease;text-transform: uppercase;}
input[type="text"]:focus::-webkit-input-placeholder,input[type="password"]:focus::-webkit-input-placeholder {text-align:right; transition: 0.3s ease; color:#DE3859;font-size:13px;text-decoration:underline;font-weight: bold;}
input[type="text"]:focus::-moz-placeholder,input[type="password"]:focus::-moz-placeholder {text-align:right; transition: 0.3s ease; color:#DE3859;font-size:13px;text-decoration:underline;font-weight: bold;}
input[type="text"]:focus:-moz-placeholder,input[type="password"]:focus:-moz-placeholder {text-align:right; transition: 0.3s ease; color:#DE3859;font-size:13px;text-decoration:underline;font-weight: bold;}
input[type="text"]:focus:-ms-input-placeholder,input[type="password"]:focus:-ms-input-placeholder {text-align:right; transition: 0.3s ease; color:#DE3859;font-size:12px;text-decoration:underline;font-weight: bold;}
input[type="text"]:focus::-ms-input-placeholder,input[type="password"]:focus::-ms-input-placeholder {text-align:right; transition: 0.3s ease; color:#DE3859;font-size:12px;text-decoration:underline;font-weight: bold;}
/*--------------------------------------------------------------
## radio button style
--------------------------------------------------------------*/
.tasks-list-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #c4cbd2;
  border-radius: 12px;  margin-bottom:5px;    box-sizing:content-box;
}
.tasks-list-mark:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  height: 4px;
  width: 8px;
  border: solid #39ca74;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing:content-box;
}
.tasks-list-cb {
     display: none; 
}
.tasks-list-cb[type="radio"]:checked + .tasks-list-mark,
.tasks-list-cb[type="radio"]:checked ~ .tasks-list-mark ,
.tasks-list-cb:checked + .tasks-list-mark,
.tasks-list-cb:checked ~ .tasks-list-mark {
  border-color: #39ca74;
}

.tasks-list-cb[type="radio"]:checked ~ .tasks-list-mark:before ,
.tasks-list-cb:checked ~ .tasks-list-mark:before {
  display: block;
}

.tasks-list-desc {
  font-weight: bold;
  color: #8a9a9b;
line-height: 25px;  cursor:pointer; margin-right:18px;
}

.tasks-list-cb[type="radio"]:checked + .tasks-list-desc,
.tasks-list-cb[type="radio"]:checked ~ .tasks-list-desc,
.tasks-list-cb:checked + .tasks-list-desc,
.tasks-list-cb:checked ~ .tasks-list-desc {
  color: #34bf6e;
/* text-decoration: line-through; */
}


.tasks-list-new {
  display: none;
}

.tasks-list-mark-new {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  border: 2px solid #17905F;
  border-radius: 12px;  margin-bottom:5px;    box-sizing:content-box;
}
.tasks-list-mark-new:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  height: 4px;
  width: 8px;
  border: solid #F4FAF6;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing:content-box;
}
.tasks-list-new[type="radio"]:checked + .tasks-list-mark-new,
.tasks-list-new[type="radio"]:checked ~ .tasks-list-mark-new ,
.tasks-list-new:checked + .tasks-list-mark-new,
.tasks-list-new:checked ~ .tasks-list-mark-new {
  border-color: #F4FAF6;
}

.tasks-list-new[type="radio"]:checked ~ .tasks-list-mark-new:before ,
.tasks-list-new:checked ~ .tasks-list-mark-new:before {
  display: block;
}

.tasks-list-desc-new {
  font-weight: normal;
  color: #17905F;
line-height: 25px;  cursor:pointer;
  text-shadow: 1px 1px 1px #47D79D;
}

.tasks-list-new[type="radio"]:checked + .tasks-list-desc-new,
.tasks-list-new[type="radio"]:checked ~ .tasks-list-desc-new,
.tasks-list-new:checked + .tasks-list-desc-new,
.tasks-list-new:checked ~ .tasks-list-desc-new {
  color: #F4FAF6;
  text-shadow: 1px 1px 1px #10905C;
}


/*--------------------------------------------------------------
## select box 카테고리 설정
--------------------------------------------------------------*/

div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 450px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: .7rem; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\f431';
    font-family: "Genericons";		
	right: 1.2rem;
	font-size: 2rem;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

div.cs-skin-elastic {
	background: transparent;
	font-size: 1rem;
	font-weight: 700;
	color: #999;
    border-radius: 2px;
    border-color: #bebebe #cdcdcd #dcdcdc #cdcdcd;
    border-style: solid;
    border-width: 1px;	
}

@media screen and (max-width: 30em) {
	div.cs-skin-elastic { font-size: 1em; }
}

.cs-skin-elastic > span {
	background-color: #fff;
	z-index: 100;
}

.cs-skin-elastic > span::after {
	content: '\f431';
    font-family: "Genericons";	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
	overflow: visible;
	background: transparent;
	opacity: 1;
	visibility: visible;
	padding-bottom: 1em;
	pointer-events: none;box-sizing: content-box;
}

.cs-skin-elastic.cs-active .cs-options {
	pointer-events: auto;
    border-color: #bebebe #cdcdcd #dcdcdc #cdcdcd;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    margin-left: -1px;	
}

.cs-skin-elastic .cs-options > ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
}

/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */


.cs-skin-elastic .cs-options span {
	background-repeat: no-repeat;
	background-position: 1.5em 50%;
	background-size: 2em auto;
	padding: 0.8em 1em 1em 4em;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
	color: #29B47C;
}
.cs-skin-elastic .cs-options span:hover {
    background: #efe;
}
.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}


@-webkit-keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1) }
	100% { -webkit-transform: scale3d(1,1,1); }
}

@keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


@-webkit-keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.ArchiveList-thumb {
    display: block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

/*--------------------------------------------------------------
## simple-like-public
--------------------------------------------------------------*/ 

/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Noto Sans KR',  'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: 0.625em;
	font-family: 'Noto Sans KR',  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

/*--------------------------------------------------------------
## Profile page Tab 
--------------------------------------------------------------*/ 
.resp-tab-item.ver_1 {
    margin-top: -3px !important;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #6589a9 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #6589a9 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #6589a9;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 353px;
    border-radius: 0 3px 3px 0;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #6589a9 !important;
border-left: 4px solid #6589a9 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
	.preloader {
	    background: #f1f1f1 url(./img/bg_pattern.png);
	    height: 100%;
	    opacity: 1;
	    position: fixed;
	    text-align: center;
	    transition: all 0.2s ease 0s;
	    width: 100%;
	    z-index: 9999;
	}
	.preloader .spinner2 {
	    height: 30px;
	    left: 50%;
	    margin-left: -15px;
	    margin-top: -15px;
	    position: relative;
	    top: 30%;
	    width: 30px;
	}
	.preloader .pre-bounce1,
	.preloader .pre-bounce2 {
	    -webkit-animation: 2s ease 0s normal none infinite bounce;
	            animation: 2s ease 0s normal none infinite bounce;
	    background-color: #de4939;
	    border-radius: 50%;
	    height: 100%;
	    left: 0;
	    opacity: 0.6;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.preloader .pre-bounce2 {
	    -webkit-animation-delay: -0.5s;
	            animation-delay: -0.5s;
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
	
	
/*  BURGER
========================================== */

.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  z-index: 10;
}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2a2a2a;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}

.burger span::before { top: -9px; }

.burger span::after { top: 9px; }

.burger.clicked span { background-color: transparent; }

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after { background-color: #ffffff; }

.burger:hover { cursor: pointer; }

/*  nav#hidden
========================================== */

nav#hidden {
  background-color: #2a2a2a;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav#hidden.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

nav#hidden.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav#hidden.show ul.main li:nth-child(1) { transition-delay: 0.15s; }

nav#hidden.show ul.main li:nth-child(2) { transition-delay: 0.3s; }

nav#hidden.show ul.main li:nth-child(3) { transition-delay: 0.45s; }

nav#hidden.show ul.main li:nth-child(4) { transition-delay: 0.6s; }

nav#hidden.show ul.main li:nth-child(5) { transition-delay: 0.75s; }

nav#hidden.show ul.main li:nth-child(6) { transition-delay: 0.9s; }

nav#hidden.show ul.main li:nth-child(7) { transition-delay: 1.05s; }

nav#hidden.show ul.main li:nth-child(8) { transition-delay: 1.2s; }

nav#hidden.show ul.main li:nth-child(9) { transition-delay: 1.35s; }

nav#hidden.show .about, nav#hidden.show .social, nav#hidden.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
@media (min-width: 667px) {

nav#hidden { padding: 120px 90px 70px 90px; }
}

nav#hidden ul.main { list-style-type: none; }

nav#hidden ul.main li {
  margin-bottom: 20px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav#hidden ul.main li:last-of-type { margin-bottom: 0px; }

nav#hidden ul.main li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 5px;
  font-weight: 600;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav#hidden ul.main li a span { color: #b7ac7f; }

nav#hidden ul.main li a:hover { color: #b7ac7f; }

nav#hidden .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav#hidden .about p {
  color: #ffffff;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}

nav#hidden .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav#hidden .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  left: 0;
}

nav#hidden .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

nav#hidden .social a:last-of-type { margin-right: 0px; }

nav#hidden .social a:hover svg path, nav#hidden .social a:hover svg circle { fill: #b7ac7f; }

nav#hidden .social a svg {
  width: 100%;
  height: 100%;
}

nav#hidden .social a svg path, nav#hidden .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav#hidden ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav#hidden ul.sub li { margin-bottom: 10px; }

nav#hidden ul.sub li:last-of-type { margin-bottom: 0px; }

nav#hidden ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav#hidden ul.sub li a:hover { color: #b7ac7f; }

/*  OVERLAY
========================================== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #b7ac7f;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}	