@charset "utf-8";
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
.btn_admin { display: none; }

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative;max-width:none;background:none;text-align:left;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #ccc;vertical-align:top;padding:0;margin:0;border-radius:3px}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:80%;color:#ff0000;letter-spacing:-0.1em}
@media (max-width: 575px) {	#captcha_audio {display:none !important;} }

/* 커스텀 */
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}
body {
	/* Pretendard 우선하는 경우 */
	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;
	/*background-color: #ebeae4;*/
	background: #919598;
	color: #1f1f1f;
	font-size: .876rem;
}
a {
	color: #1f1f1f;
}
a:hover {
	color: #212121;
}
.card, .card-img, .card-img-top {
	border-radius: 0 !important;
}
.card {
	border: 0;
}
.form-control {
	border-radius: 0;
	border: 0;
	background: #efefef;
}
h1.side {
	font-size: 10rem;
	line-height: 1;
}
a { text-decoration: none; }
select { font-size: 14px; }
.btn {
	border-radius: 0px !important;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}
.carousel-item {
	height: 100vh;
	background-size: cover;
	background-position: center center !important;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}
.page-link {
    color: #1f1f1f;
    background-color: transparent;
    border: 0;
}
.page-link:hover {
    color: #212121;
    background-color: #f8f8f8;
    border-color: #000;
}
.page-link.active .page-link:hover {
    color: #fff;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
	color: #fff;
}
.card-title {
	color: #1f1f1f;
}
.card-body {
	color: #1f1f1f;
}
.home {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: transparent;
	font-size: xx-large;
	border-top: 1px solid #1f1f1f;
	text-align: center;
}
/*nav*/
nav#navigation {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 100;
}
#menuToggle
{
	display: block;
	position: absolute;
	width: 18px;
	height: 35px;
	top: 1rem;
	right: 1rem;
	z-index: 100;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle span
{
	display: block;
	width: 18px;
	height: 2px;
	background-color: black;
	margin: 6px 0;
}
.btn-close {
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
}
/*nav end*/
.list-group-item {
	border: 1px solid #000;
	padding: 0;
}
.card {
	background: transparent;
}
#footer .logo img {	filter: grayscale(1); top: 0px; }
#latest h4 a { color: #000; }
#latest h4 a:hover { text-decoration: none; }
#latest li a { color: #777; }
.pagination { margin-top: 0rem; margin-bottom: 0rem; }
.ck.ck-editor__editable { min-height: 200px !important; }

/*
.dropdown-item { font-size: 1rem; }
.title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; }
*/
.bg-dark {
	background: #919598 !important;
}
.accordion-header {
	height: 86px;
	border-bottom: 1px solid #1f1f1f;
}
.accordion {
	--bs-accordion-border-radius: 0;
	height: auto;
	--bs-accordion-bg: none;
	width: 100%;
}
.accordion-body {
	min-height: 100px;
}
.text-body {
	padding-top: 1.24rem;
	font-weight: bold;
	color: #1f1f1f !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
	border: none;
	position: relative;
	overflow: hidden;
	color: #1f1f1f;
	background: #919598;
}
.accordion-button {
	height: 86px;
	position: relative;
	color: #1f1f1f;
	overflow: hidden;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-item.step-1 {
	background: #919598;
}
.accordion-item.step-2, .web_design {
	background: #f487c8;
}
.accordion-item.step-3, .video_works {
	background: #0ed5e0;
}
.accordion-item.step-4, .vintage_items {
	background: #919598;
}
.accordion-item.step-5 {
	background: #919597;
}
.accordion-button:focus {
	border-color: transparent;
}
.accordion-button:not(.collapsed) {
	color: #1f1f1f;
}
.accordion-button::after {
	width: 18px;
	height: 18px;
	background: #1f1f1f;
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
}
.accordion-header h1 {
	position: absolute;
	font-size: 3.4rem;
	top: .2rem;
	line-height: .8;
}
.accordion-button::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}
.modal, .modal-header {
	border-radius: 0 !important;
	--bs-modal-border-radius: 0 !important;
	--bs-modal-border-width: 0 !important;
}
.modal-header {
	background: #919597 !important;
}
.privacy_text {
	font-size: small;
	border-bottom: 1px solid black;
}
iframe.rabbit {
    z-index : -98;
    position: absolute;
    top : 0;
    left    : 0%;
    width   : 100%;
    height  : 100%;
    margin  : 0;
    padding : 0;
}	
.video-background {
  /*background: #000 url('/theme/bootstrap5/img/milad-fakurian-bexwsdM5BCw-unsplash.jpg') no-repeat center center;*/
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
  background-size: cover;
}
.video-foreground,
.video-background iframe.rabbit {
  position: relative;
  /*pointer-events: none;*/
}
h1.slogan {
	position: absolute;
	right: -6rem;
	bottom: 8rem;
	transform: rotate(-90deg);
	color: #1f1f1f;
	z-index: -97;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  	.video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  	.video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
	.vid-info { width: 50%; padding: .5rem; }
	.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
	.vid-info .acronym { display: none; }
	iframe.rabbit { width: 100%; left: 0;}
}
@media (min-width: 576px) {
	nav#navigation {
		width: 50%;
		height: 100vh;
	}
  	.accordion-header h1 {
		font-size: 3.8rem;
	}
	.accordion-body {
	    min-height: calc(100vh - 384px);
	}
	.accordion-header {
	    height: 96px;
	}
	.accordion-button {
	    height: 96px;
	}
	iframe.rabbit {
	    left    : 50%;
	    width   : 50%;
	    height  : 100%;
	    margin  : 0;
	    padding : 0;
	}
	h1.slogan {
		position: absolute;
		right: -8rem;
		bottom: 11rem;
		transform: rotate(-90deg);
		color: #1f1f1f;
		z-index: -97;
	}
	.accordion {
		height: 100vh;
	}
	.accordion-body {
		min-height: calc(100vh - 384px);
	}
}
@media (min-width: 768px) {
  	.accordion-header h1 {
		font-size: 4.8rem;
	}
	.accordion-body {
	    min-height: calc(100vh - 480px);
	}
	.accordion-header {
	    height: 120px;
	}
	.accordion-button {
	    height: 120px;
	}
	nav {
		width: 50%;
	}
}
@media (min-width: 992px) {
  	.accordion-header h1 {
		font-size: 6rem;
	}
	.accordion-body {
	    min-height: calc(100vh - 584px);
	}
	.accordion-header {
	    height: 146px;
	}
	.accordion-button {
	    height: 146px;
	}
}
@media (min-width: 1200px) {
  	.accordion-header h1 {
		font-size: 7rem;
	}
	.accordion-body {
	    min-height: calc(100vh - 680px);
	}
	.accordion-header {
	    height: 170px;
	}
	.accordion-button {
	    height: 170px;
	}
}