




body,
.txt-default	{ color: #9A9A9A; }
a,
.txt-point	{ color: #ffc0cb; }


@media all and (min-width: 1001px) { 
 
#gnb,
#gnb *:not(script)	{ 
	display:inline-block; 
}

	#header			{
			background-image: url('https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FczwnP4%2FbtsMCZ1MXxh%2FaNIoypdlCKZSt49kmbmmdK%2Fimg.png');
			background-repeat: repeat-x;
			background-position: center top;
		}

	#gnb_wrapper				{
			background-color: #ffffff;
			background-position: center top;
			background-attachment: fixed;
		}

	#gnb_control_box	{ display: none; }
}

@media all and (max-width: 1000px) {
	#header			{
			background-image: url('https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FczwnP4%2FbtsMCZ1MXxh%2FaNIoypdlCKZSt49kmbmmdK%2Fimg.png');
			background-repeat: repeat-x;
			background-size: contain;
		}

	#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; } 


#header	{
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 60px;
}
#header .fix-layout	{ height: 100%; }
#logo	{
	display: block;
	float:left;
	position:relative;
	z-index:999;
	padding-right:10px;
	line-height:60px;
} 
#no_design_gnb li	{ display:inline-block; margin-left:50px; line-height:60px;}

#login_box,#bgm_box{float:right;}
 

#gnb p {display:block;}
#gnb a { 
	color : #ffc0cb; 
	font-size: 14px;
	}
#gnb a:hover {
	color: #fefbe9;
	font-size: 14px;
}
#logo a {
	color: #ffc0cb;
	font-size: 18.2px;
}
#logo a:hover {
	color: #fefbe9;
	font-size: 18.2px;
}

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



@media all and (min-width: 1001px) { 
	html			{
			background-image: url('http://sennu.dothome.co.kr/img/BG.png');
			background-color: #ffc0cb;
			background-position: center center;
			background-attachment: fixed;
		}
}

@media all and (max-width: 1000px) {
	html			{
			background-image: url('http://sennu.dothome.co.kr/img/BG.png');
			background-color: #ffc0cb;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}

	#footer {margin-left:0;} }




*::-webkit-scrollbar-track			{ background-color: rgba(255, 255, 255, 5);; }
*::-webkit-scrollbar-thumb			{ background: #ffc0cb; }

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

::selection			{ color:rgba(255, 255, 255, 5);; }
::-moz-selection	{ color:rgba(255, 255, 255, 5);; }
::-webkit-selection	{ color:rgba(255, 255, 255, 5);; }


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


.ui-btn	{
	color:			#ffffff;
	background:		#8d9ea4;
	border-color:	#ffc0cb;
}
.ui-btn:hover	{
	color:			#ffffff;
	background:		#D3F5F1;
	border-color:	#ffc0cb;
}

.ui-btn.point			{
	color:			#ffffff;
	background:		#ffc0cb;
	border-color:	#8d9ea4;
}
.ui-btn.point:hover		{
	color:			#ffffff;
	background:		#D3F5F1;
	border-color:	#8d9ea4;
}

.ui-btn.etc			{
	color:			#ffffff;
	background:		#8d9ea4;
	border-color:	#fefbe9;
}
.ui-btn.etc:hover	{
	color:			#ffffff;
	background:		#D3F5F1;
	border-color:	#fefbe9;
}


.pg_wrap .pg_page	{
	color:			#ffffff;
	background:		#8d9ea4;
	border-color:	#ffc0cb;
}
.pg_wrap .pg_page:hover	{
	color:			#ffffff;
	background:		#D3F5F1;
	border-color:	#ffc0cb;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover	{
	color:			#ffffff;
	background:		#ffc0cb;
	border-color:	#8d9ea4;
}




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


hr.line	{
	background: #ffc0cb;
}




.form-input,
input[type="file"],
input[type="text"],
input[type="password"],
textarea,
select				{
	color:			#9A9A9A;
	background:		rgba(255, 255, 255, 5);;
	border-color:	#ffc0cb;
}

::-webkit-input-placeholder {
	color: #9A9A9A;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #9A9A9A;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #9A9A9A;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9A9A9A;
}

 
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255, 255, 255, 5); !important;
  color: #9A9A9A;
}
 

.theme-box	{
	background-color: rgba(255, 255, 255, 5);;
	border: 1px solid rgba(255, 255, 255, 5);;
	color: #9A9A9A;
 
}
.theme-box.no-link a	{
	color: #9A9A9A;
}
 

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

/*** Form Area ***/
.theme-form th	{
	background-color:	#000000;
	color:				#ffffff;
}
.theme-form td	{
	background-color:	rgba(255, 255, 255, .1);
	color:				#ffffff;
	border-top-color:	#333333;
	border-top-style:	solid;
	border-top-width:	1px;
	border-bottom-color:	#333333;
	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: #8d9ea4; }
 

#load_log_board	{
	}

.board-notice	{
			background-color: rgba(255, 255, 255, 0.5);;
			color: #8d9ea4;
			border-top-color:		#ffc0cb;
		border-top-style:		dashed;
		border-top-width: 2px;
	}

#log_list	{
			color: #9A9A9A;
	}
#log_list .item		{
			color: #9A9A9A;
	
	}

#log_list .item .item-inner .ui-pic		{
			color: #9A9A9A;
	}


#log_list .item .item-inner .item-comment		{
			background-color: rgba(0, 0, 0, .5);
			color: #9A9A9A;
				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		{
			color: #9A9A9A;
	
	}


#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: #D3F5F1;
				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: #D3F5F1;
	}
#log_list .item .item-inner .co-content .link_hash_tag	{
			color: #D3F5F1;
	}
#log_list .item .item-inner .co-content .log_link_tag	{
			color: #D3F5F1;
	}
#log_list .item .item-inner .co-content .member_call	{
			color: #29c7c9;
	}



#bo_gall .bo_tit.on {
	background-color: rgba(255, 255, 255, 5);;
 
}


/* 웹폰트 */
@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
@font-face {
    font-family: 'GabiaCheongyeon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GabiaCheongyeon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Somi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_10@1.0/Somi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KOHIBaeumOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EliceDigitalBaeum_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_220508@1.0/EliceDigitalBaeum_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'twayair';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 폰트 설정 */
.textggu--title3,
.textggu--title4,
.textggu--sub2,
.textggu--sub4,
.textggu--sub6,
.textggu--sub7 {
    font-family: 'twayair';
}

.textggu--title1,
.textggu--title6,
.textggu--sub3 {
    font-family: 'KOHIBaeumOTF';
}
.textggu--title6:after {
    font-family:'somi';
}
.textggu--title2,
.textggu--title5 {
    font-family: 'galmuri9';
}
.textggu--title7 {
    font-family: GabiaCheongyeon;
}
.textggu--sub1 {
    font-family:'EliceDigitalBaeum_Regular';
}
.textggu--sub5,
.textggu--etc4 {
    font-family: 'galmuri11';
}
.textggu--etc6 {
    font-family: 'dotum';
}

/* 전역 설정 */
:root {
    --effect-point: #ffc0cb;

}


/* 서식들 */
.textggu--title1 {
    display: inline-block;
    font-size: 40px;
    line-height: 1em;
    margin-top: 0.2em;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: var(--effect-text);
    -webkit-text-stroke-color: var(--effect-text);
    text-shadow: 2px 2px var(--effect-point);
}

.textggu--title2 {
    font-size: 38px;
    line-height: 38px;
    color: var(--effect-text2);
    text-shadow: -1px 0px 0px var(--effect-point), 1px 0px 0px var(--effect-point),0px 1px 0px var(--effect-point), 0px -1px 0px var(--effect-point), 0px 0px 4px rgba(0,0,0,0.7);
    font-weight:bold;
}
.textggu--title3 {
    background-image: url(https://images.unsplash.com/photo-1621799754526-a0d52c49fad5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 35px;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: background--flow;
    background-size: 200%;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.3));
}
@keyframes background--flow {
    0% {
        background-position-y: 0%;
    }
    100% {
        background-position-y: 100%;
    }
}
.textggu--title4 {
    color: white;
    font-size: 35px;
    line-height: 35px;
    background-size: 100%;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
    animation: neon-text infinite 5s;
}
@keyframes neon-text {
    0% {
        color: white;
        filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
    }
    50% {
        color: white;
        filter: drop-shadow(0px 0px 10px rgba(255,255,255,.6));
    }
    69% {
        color: white;
        filter: drop-shadow(0px 0px 3px rgba(255,255,255,.4));
    }
    70% {
        color: rgba(230, 230, 230);
        filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
    }
    75% {
        color: rgba(230, 230, 230);
        filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
    }
    80% {
        color: white;
        filter: drop-shadow(0px 0px 3px rgba(255,255,255,.6));
    }
    81% {
        color: rgba(230, 230, 230);
        filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
    }
    100% {
        color: white;
        filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
    }
}
.textggu--title5 {
    font-weight:bold;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 7px 16px;
    background: var(--effect-text2);
    border: 1px solid var(--effect-text);
    position:relative;
    display: inline-block;
    filter:drop-shadow(8px 5px 0px var(--effect-text));
    margin: 16px 10px 19px 0px;
    transition-duration: .5s;
}
.textggu--title5:hover {
    translate: 6px 3px;
    filter:drop-shadow(2px 2px 0px var(--effect-text));
}
.textggu--title5:before {

    content: '- X';
    font-size: 12px;
    width: calc(100% + 2px);
    height: 15px;
    line-height:9px;
    color: var(--effect-text);
    text-align:right;
    padding: 2px;
    box-sizing:border-box;
    background: var(--effect-text2);
    border: 1px solid var(--effect-text);
    position: absolute;
    top: -15px;
    left: -1px;
    transition-duration: .5s;
}
.textggu--title5:hover:before {
    background: var(--effect-text);
    color: var(--effect-text2);
}
.textggu--title5:after {
    content:'';
    position:absolute;
    background: url(https://cdn.pixabay.com/photo/2012/04/01/12/38/cursor-23229_960_720.png) 100%;
    width: 16px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -10px;
    top: 29px;
}
.textggu--title6 {
    display: inline-block;
    position:relative;
    color: var(--effect-text2);
    font-size: 40px;
    line-height: 1em;
    margin-top: 0.2em;
    letter-spacing:-3px;
    margin-bottom: 0.2em;
}
.textggu--title6:after {
    content:attr(data-text);
    font-size: 25px;
    color: var(--effect-point2);
    position:absolute;
    left:0;
    width: max-content;
    bottom: -10px;
}
.textggu--title7 {
    font-size: 24px;
    line-height:24px;
    height:24px;
    display:inline-block;
    color:var(--effect-point3);
    background: var(--effect-point);
    translate: 15px 0px;
    margin: 3px 44px 3px 8px;
    padding: 7px 20px;
    border-top: 2px solid var(--effect-point3);
    border-bottom: 2px solid var(--effect-point3);
    position:relative;
    filter: drop-shadow(3px 0px 0px var(--effect-point))
    drop-shadow(0px 3px 0px var(--effect-point))
    drop-shadow(-3px 0px 0px var(--effect-point))
    drop-shadow(0px -3px 0px var(--effect-point));
    letter-spacing:-5px;
}
.textggu--title7:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 0px solid var(--effect-point);
    border-bottom: 19px solid var(--effect-point);
    border-left: 20px solid transparent;
    border-top: 19px solid var(--effect-point);
    filter: drop-shadow(0px 2px 0px var(--effect-point3))
    drop-shadow(0px -2px 0px var(--effect-point3));
}
.textggu--title7:after {
    z-index:1;
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 19px solid var(--effect-point);
    border-left: 0px solid (--effect-point);
    border-top: 19px solid var(--effect-point);
    filter: drop-shadow(0px 2px 0px var(--effect-point3))
    drop-shadow(0px -2px 0px var(--effect-point3));
}
.textggu--sub1 {
    display:inline-block;
    position:relative;
    font-weight:bold;
    font-size:16px;
    line-height:100%;
    overflow:hidden;
    margin: 3px 0px -4px 0px;
    padding: 0px 10px 0px 0px;
}
.textggu--sub1:before {
    display:inline-block;
    content:'';
    background: var(--effect-point);
    width: 10px;
    height: 20px;
    vertical-align:middle;
    margin:0px 3px 0px 0px;
    translate:0px -2px;
}

.textggu--sub2 {
    position: relative;
    background-color: var(--effect-point);
    padding: 5px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 1px 8px;
}
.textggu--sub2::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 7px solid var(--effect-point);
    border-bottom: 25px solid transparent;
}
.textggu--sub2::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 7px solid var(--effect-point);
    border-top: 25px solid transparent;
}
.textggu--sub3 {
    display: inline-block;
    padding: 8px 8px 3px 8px;
    margin: 2px;
    font-size: 16px;
    position: relative;
}
.textggu--sub3::before,
.textggu--sub3::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.35s;
    background: transparent;
    z-index: 1;
}
.textggu--sub3::before {
    top: 0;
    left: 0;
    border-left: 4px solid var(--effect-point);
    border-top: 4px solid var(--effect-point);
}
.textggu--sub3::after {
    bottom: 0;
    right: 0;
    border-right: 4px solid var(--effect-point);
    border-bottom: 4px solid var(--effect-point);
}
.textggu--sub4 {
    display: inline-block;
    padding: 8px 8px 3px 8px;
    margin: 2px;
    font-size: 16px;
    position: relative;
}
.textggu--sub4::before,
.textggu--sub4::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transition: 0.35s;
    background: transparent;
    z-index: 1;
}
.textggu--sub4::before {
    top: 2px;
    left: -2px;
    border-left: 6px double var(--effect-point);
    border-top: 6px double var(--effect-point);
}
.textggu--sub4::after {
    bottom: -3px;
    right: -3px;
    border-right: 6px double var(--effect-point);
    border-bottom: 6px double var(--effect-point);
}
.textggu--sub5 {
    display: inline-block;
    padding: 8px 8px 3px 8px;
    margin: 2px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    background: linear-gradient(to right,var(--effect-point), transparent);
    background-size: 90% 40%;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    font-weight:bold;
}
.textggu--sub6--circle {
    display: inline-flex;
    justify-content: center;
    font-size:15px;
    padding:10px;
    width:15px;
    height:15px;
    background: var(--effect-point);
    position:relative;
    border-radius:100%;
    margin:3px 0px 3px -6px;
}
.textggu--sub7--text {
    rotate:-45deg;
}
.textggu--sub7--square {
    display: inline-flex;
    justify-content: center;
    font-size:15px;
    padding:5px;
    width:15px;
    height:15px;
    background: var(--effect-point);
    position:relative;
    rotate:45deg;
    margin:10px 0px 10px 2px;
}
.textggu--etc1 {
    border-bottom: 3px double #ef535366;
    margin-bottom: -3px;
    display: inline-block;
    height: 16px;
}
.textggu--etc2 {
    background: linear-gradient(45deg, #ffd64973, #ffe14e57);
    border-left: 3px solid #fbdf5e;
    border-right: 3px solid #fbdf5e70;
    text-shadow: 0px 0px 1px var(--shadow);
}
.textggu--etc3 {
    font-size: 15px;
    display: inline-block;
    padding: 5px 7px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: var(--effect-point);
    background: var(--effect-text2);
    font-weight: bold;
    transition-duration: .2s;
}
.textggu--etc3:hover {
    translate: 0px -3px;
    box-shadow:0px 3px 0px rgba(0,0,0,.3);
}
.textggu--etc4 {
    font-weight: bold;
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 5px;
    line-height: 18px;
    border-radius: 5px;
    background: var(--effect-text2);
    color: var(--effect-point);
    border: 1px solid var(--effect-point);
    transition-duration: 0.2s;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.textggu--etc4:hover {
    background: var(--effect-point);
    color: var(--effect-text2);
    border: 1px solid var(--effect-text2);
    box-shadow: 1px 1px 0px transparent;
    transform: translateX(1px) translateY(1px);
}
.textggu--etc5 {
    color: white;
    background: linear-gradient(to right, var(--effect-point), rgba(0,0,0,0.3));
    display: inline-block;
    padding: 2px 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.textggu--etc5:hover {
    background-image: url(https://images.unsplash.com/photo-1621799754526-a0d52c49fad5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: background--flow;
    background-size: 200%;
    transform: translate(1px,1px);
    box-shadow: none;
}
.textggu--etc6 {
    font-size: 11px;
    text-shadow: -1px -1px 1px var(--effect-text2), 1px -1px 1px var(--effect-text2), -1px 1px 1px var(--effect-text2), 1px 1px 1px var(--effect-text2);
}

span.txt-box 
{
color:#9A9A9A; /*박스 안 색깔*/
background-color: #ffc0cb; /*박스 색깔*/
padding: 0px 2px;
}