@charset "utf-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* -----------------------------------------------
	* 스타일 초기화
--------------------------------------------------
	- 최초 작성일 : 2021.08.15
	- 최초 작성자 : 아보카도
	- 최종 수정일 : 
	- 최종 수정자 : 
--------------------------------------------------*/

/****************************************
	Import
****************************************/

@import url(./swiper.css);
@font-face {
	font-family: 'icon';
		src:	url('./fonts/icomoon.eot?y5isk6');
		src:	url('./fonts/icomoon.eot?y5isk6#iefix') format('embedded-opentype'),
				url('./fonts/icomoon.ttf?y5isk6') format('truetype'),
				url('./fonts/icomoon.woff?y5isk6') format('woff'),
				url('./fonts/icomoon.svg?y5isk6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Vitro_pride';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_pride.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.sound_only { display: none; }


/****************************************
	소스코드 초기화
****************************************/

html {overflow-y:auto}
body {margin:0;padding:0;font-family:'NanumSquare','Malgun Gothic',sans-serif;}
.comment-content {font-family:"Noto Sans KR", sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, li {margin:0;padding:0;list-style:none}
legend {display: none;}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;}
button {cursor:pointer}
textarea, select {font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;}
a:link, a:visited {text-decoration:none}
a:hover, a:focus, a:active {text-decoration:none}

ul,li { margin: 0; padding: 0; }
i,sup,em { font-style: normal; }

label { cursor: pointer; }

img { max-width: 100%; vertical-align: middle; }
table { width: 100%; }


/****************************************
	기본 레이아웃 정의
****************************************/

.fix-layout {max-width: 1700px; margin: 0 auto; padding: 0 10px; position:relative;}
.fix-layout .fix-layout { padding: 0; margin:0; } 

#body { box-sizing:border-box; padding:30px 0; } 
#body .fix-layout {max-width:1200px;}
.sv_wrap {position:relative;font-weight:normal;display:inline-block;}
.sv_wrap .sv {
	display:none;
	position:absolute;top:20px;left:0;
	margin:5px 0 0;
	padding:5px 0;
    width: 100px; 
	background:#333;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.8);
	border-radius:3px;z-index:500;
}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {    
	display: block;
    margin: 0;
    padding: 0px 10px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: 'dotum', sans-serif !important;
	color: #bbb !important;
}
.sv_wrap .sv a:hover {background:#000;color:#fff} 
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}


/****************************************
	애니메이션 효과 지정 / 초기화
****************************************/

* {transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease;}

.trans,
.trans *,
.trans *:after,
.trans *:before { transition: all 0.3s ease;}

.none-trans,
.none-trans *,
.none-trans *:after,
.none-trans *:before { transition: none; }


/****************************************
	텍스트 코드 정렬
****************************************/

.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }


/****************************************
	스크롤 스타일 정의
****************************************/

/* scrollbar : ie except */
*::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.2);}
*::-webkit-scrollbar { width: 8px; height: 8px; background-color: transparent;}
*::-webkit-scrollbar-thumb {  background: #fff64a; border: none; }


/**********************
	폼 스타일
**********************/

.theme-form { width: 100%; }

/**************************************************************
	Web Size Viewer Control - 반응형 코딩
	-
	모바일 기준 :width 1200px
***************************************************************/

@media all and (min-width:1201px)  {
	.only-pc {}
	.only-ta {display:none !important;}
	.only-mo {display:none !important;}

	.not-pc {display:none !important;}
	.not-ta {}
	.not-mo {}
}

@media all and (max-width:1200px) and (min-width:1201px)  {
	.only-pc {display:none !important;}
	.only-ta {}
	.only-mo {display:none !important;}

	.not-pc {}
	.not-ta {display:none !important;}
	.not-mo {}
}
@media all and (max-width:1200px)  {
	.only-pc {display:none !important;}
	.only-ta {display:none !important;}
	.only-mo {}

	.not-pc {}
	.not-ta {}
	.not-mo {display:none !important;}
}
