#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
    opacity: .7;
}

.page a.active {
	
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}



hr {
	background: rgba(127, 127, 127, 0.4);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
    outline-offset: -1px;
    vertical-align: bottom;
}

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
}

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 500;
	color: #000;
font-family: "source-han-sans-korean", sans-serif;
font-weight: 300;
font-style: normal;
	line-height: 1.3;
    letter-spacing: 0.12rem;
}

[data-predefined-style="true"] bodycopy a {
	color: #000;
	text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
font-family: "optique-display", sans-serif;
font-weight: 700;
font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 4.5rem;
	line-height: 1;
	color: #000;
    letter-spacing: 0.3rem;
}

[data-predefined-style="true"] h1 a {
	color: #000;
}

[data-predefined-style="true"] h2 {
font-family: "optique-display", sans-serif;
font-weight: 700;
font-style: normal;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.7rem;
	line-height: 1;
	}

[data-predefined-style="true"] h2 a {
	color: #000;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	font-family: "source-han-sans-korean", sans-serif;
font-weight: 300;
font-style: normal;
	color: rgba(0, 0, 0, 1);
    letter-spacing: 0;
}

[data-predefined-style="true"] small a {
	color: #000;
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #fef0eb/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 7rem /*!main_margin*/;
	padding-bottom: 7rem /*!main_margin*/;
	padding-left: 7rem /*!main_margin*/;
	padding-right: 7rem /*!main_margin*/;
}

.embed-container {
  padding:56.25% 0 0 0;
  position: relative;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.thumb_info_wrapper {
    cursor: pointer;
    font-size: 18px;
    margin: auto;
    z-index: 9;
    
    opacity: 0;
    
    transition: 0.3s ease all;
}

.thumbnails .thumbnail > a {
    position: relative;
    
    padding-right: 3rem;
    
    padding-bottom: 3rem

}

.thumbnails .thumbnail .title {
    background-color: rgba(254, 240, 235, 1);
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    margin: 0rem;
    color: rgba(0, 0, 0, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 3rem;
    bottom: 3rem;
    z-index: 9;
    opacity: 0;
font-family: "optique-display", sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 30px;

}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 0.8;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0.8;
}

[data-css-preset] #site_menu_button {
	font-size: 28px /*!site_menu_button*/;
    color: rgba(0, 0, 0, 1);
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 1360px;
    padding-right: 15px;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

[data-css-preset] .quick-view-background {
	background: rgba(254, 240, 235, 1) /*!quick_view_bgcolor*/;
}

[data-css-preset] .quick-view {
	width: 55% /*!quick_view_width*/;
}