/* 프리텐다드 웹폰트 불러오기 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: #000;
	/* 프리텐다드 설정 (시스템 폰트 백업 포함) */
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

a:active {
	opacity: 0.7;
}

i, em { font-style: italic; }
b, strong { font-weight: 700; }

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(255, 255, 255, 0.25);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
    vertical-align: bottom;
}

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

.gallery_image_caption {
    margin-top: 1.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(40, 40, 40, 1);
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 500;
	color: #1ad446;
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	line-height: 1.4; /* 가독성을 위해 줄간격 살짝 조정 */
}

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

[data-predefined-style="true"] bodycopy a:hover {
    text-decoration: underline; 
}

[data-predefined-style="true"] h1 {
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	font-weight: 700; /* 제목은 좀 더 두껍게 */
	padding: 0;
	margin: 0;
	font-size: 5.2rem;
	line-height: 1.1;
	color: #1ad446;
    letter-spacing: -0.05rem;
}

[data-predefined-style="true"] h2 {
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #1ad446;
	font-size: 2.4rem;
	line-height: 1.2;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.1;
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #1ad446;
}

/**
 * Thumbnails
 */

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0rem;
    font-size: 1.4rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	line-height: 1.5;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-style: normal;
	line-height: 1.3;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	background: rgba(0, 0, 0, 0.95);
	font-size: 20px;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
}

/* Shop & Audio Player도 동일하게 적용 */
#shop_button.text, .shop_product .price, .shop_product .dropdown, .shop_product .button, .audio-player {
	font-family: "Pretendard Variable", Pretendard, sans-serif;
}

.quick-view-caption {
	font-family: "Pretendard Variable", Pretendard, sans-serif;
}

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

[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 201, 0.82) /*!quick_view_bgcolor*/;
}
