
:root {
--heartColor1: #FFFFF0;
--heartColor2: #FFFFF0;
--heartColor3: rgb(255 250 192);
--admBackgroundColor: #ffc4c4;
--admBorderColor: #691010;
--point-color1: #FFFFF0;
--point-color2: #FFFFF0;
--text-color: #665450;
}

.plyr__controls button:hover {
background-color:#FFE5F2 !important;
}
input[type=range]::-webkit-slider-runnable-track {
color: #FFE5F2 !important;
}



	body,
	.txt-default { color: #665450; }
	a,
	.txt-point { color: #FFE5F2; }


@media all and (min-width: 1001px) {

	#gnb,
	#gnb *:not(script) {
		display:inline-block;
	}

	#header {
		}

	#gnb_wrapper {
		}

	#gnb_control_box { display: none; }
}

@media all and (max-width: 1000px) {
	#header {
		}

	#gnb_wrapper {
		}
	#gnb_control_box {
		display: block;
	}
}

#gnb_wrapper {
	position:relative;
	z-index:99;
	text-align:left;
}


	#footer { height:0 !important;padding:0 !important;display: none !important; }

	#body { margin-left: 800px; }
	#header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	width: 800px;

	}
	#logo {
	padding:20px 0;
	text-align: center;
	}
	#gnb #no_design_gnb li {
	display:block;
	margin-bottom: px;
	text-align:center;
	}

	#footer{margin-left:800px;}


#gnb p {display:block;}
#gnb a {
color : #A19292;
font-size: 14px;
}
#gnb a:hover {
color: #FFE5F2;
font-size: 14px;
border-color: #FFE5F2;
}
#logo a:hover {
color: #FFE5F2;
}

#footer{
padding:10px;
box-sizing:border-box;

}
#footer a {
color: #665450 !important;
}


@media all and (min-width: 1001px) {
html {
	background-image: url('https://happygolucky.ivyro.net:443/data/site/design_background.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-attachment: fixed;
}
}

@media all and (max-width: 1000px) {
html {
	background-image: none;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#footer {margin-left:0;} }




	*::-webkit-scrollbar-track { background-color: #FFFFF0; }
	*::-webkit-scrollbar-thumb { background: #FFE5F2; }

	* { outline-color: #FFE5F2; }
	::selection { background:#FFE5F2; }
	::-moz-selection { background:#FFE5F2; }
	::-webkit-selection { background:#FFE5F2; }

	::selection { color:#FFFFF0; }
	::-moz-selection { color:#FFFFF0; }
	::-webkit-selection { color:#FFFFF0; }


.highlight {
display:inline-block;
padding:0 5px;
margin-bottom:5px;
line-height:18px;
font-family:'dotum',sans-serif;
	color:#FFFFF0;
	background:#FFE5F2;
}


.ui-btn {
color: rgb(47, 71, 92);
background: #FFFFF0;
border-color: rgb(47, 71, 92);
}
.ui-btn:hover {
color: #FFFFF0;
background: #FFFFF0;
border-color: #FFFFF0;
}

.ui-btn.point {
color: rgb(126, 70, 101);
background: #FFFFF0;
border-color: rgb(126, 70, 101);
}
.ui-btn.point:hover {
color: #FFFFF0;
background: #FFFFFF;
border-color: #FFFFF0;
}

.ui-btn.etc {
color: rgb(126, 70, 101);
background: rgb(255 250 192);
border-color: rgb(126, 70, 101);
}
.ui-btn.etc:hover {
color: rgb(163 123 62);
background: #FFFFF0;
border-color: rgb(163 123 62);
}


.pg_wrap .pg_page {
color: rgb(47, 71, 92);
background: #FFFFF0;
border-color: rgb(47, 71, 92);
}
.pg_wrap .pg_page:hover {
color: #FFFFF0;
background: #FFFFF0;
border-color: #FFFFF0;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover {
color: rgb(126, 70, 101);
background: #FFFFF0;
border-color: rgb(126, 70, 101);
}




	.bar-equalizer{display:none !important;}
	.bgm-player ul {margin-left:0 !important;}
.bar-equalizer i {
	background: #FFFFF0;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	-moz-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
}

input[type=range]::-webkit-slider-runnable-track {
background-color: #FFFFF0;
}


hr.line {
background: #FFE5F2;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select {
color: rgb(126, 70, 101);
background: rgb(255 247 251);
border-color: #FFFFF0;
}

::-webkit-input-placeholder {
color: rgb(126, 70, 101);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: rgb(126, 70, 101);
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: rgb(126, 70, 101);
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: rgb(126, 70, 101);
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: rgb(255 247 251) !important;
color: rgb(126, 70, 101);
}


.theme-box {
	background-color: #FFFFFF;
	color: rgb(126, 70, 101);
}
.theme-box.no-link a {
	color: rgb(126, 70, 101);
}


.theme-list,
.theme-form {
background-color: ;
color: ;
}

/*** Form Area ***/
.theme-form th {
background-color: #FFE5F2;
color: ;
}
.theme-form td {
background-color: rgba(255, 255, 255, .1);
color: #ffffff;
		border-top-color: #FFFFF0;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #FFFFF0;
		border-bottom-style: solid;
		border-bottom-width: 1px;
}

/*** List Area ***/
.theme-list th {
background-color: #000000;
color: #ffffff;
		border-top-color: #333333;
		border-top-style: double;
		border-top-width: 1px;
		border-bottom-color: #333333;
		border-bottom-style: double;
		border-bottom-width: 1px;
}
.theme-list td {
background-color: ;
color: #ffffff;
}




#tab_list { border-color: rgb(126, 70, 101); }


#load_log_board {
}

.board-notice {
}

#log_list {
}
#log_list .item {

}

#log_list .item .item-inner .ui-pic {
	background-color: #ffffff;
}


#log_list .item .item-inner .item-comment {
	margin-bottom: 10px !important;
}

#log_list .item .item-inner .item-comment.parent,
#log_list .item .item-inner .item-comment.item-reply {
margin-bottom:1px !important;
}
#log_list .item .item-inner .item-comment.item-reply {opacity:0.8;}
#log_list .item .item-inner .item-comment.item-reply.last{ 	margin-bottom: 10px !important;
}
#log_list .item .item-inner .item-comment.item-reply .co-header:before { 	color: #bbbbbb;
	}

	#log_list .item .item-inner .ui-comment {
			background-color: #ffffff;
	
		}


	#log_list .item .item-inner .co-header p,
	#log_list .item .item-inner .co-header p a {
			color: #eeeeee;
				font-size: 12px;
		}

	#log_list .item .item-inner .co-header p.owner,
	#log_list .item .item-inner .co-header p.owner a {
			color: rgb(255, 194, 228);
				font-size: 12px;
		}

	#log_list .item .item-inner .co-footer .date {
			color: #bbbbbb;
				font-size: 11px;
		}
	#log_list .item .item-inner .co-content .other-site-link {
			color: rgb(255, 194, 228);
		}
	#log_list .item .item-inner .co-content .link_hash_tag {
			color: rgb(255, 194, 228);
		}
	#log_list .item .item-inner .co-content .log_link_tag {
			color: rgb(255, 194, 228);
		}
	#log_list .item .item-inner .co-content .member_call {
			color: #29c7c9;
		}



	#bo_gall .bo_tit.on {
			background-color: #FFFFFF;
		}