@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;} }

/* 커스텀 */

a { text-decoration: none; }
select { font-size: 14px; }

#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%; }
*/


/************************* 커스텀 메뉴 /*************************/
ul {
   list-style:none;
   padding-left:0px;	
}

.waypoints { visibility: hidden; }

.titleLinewhite {
	margin-top: 15px;
	width: 2px;
	height: 30px;
	background: white;
	display: inline-block;
}

.titleLineblack {
	margin-top: 15px;
	width: 2px;
	height: 30px;
	background: black;
	display: inline-block;
}

/* 폰트 사이즈 */
.font_h1 { font-size:80px;}
.font_h2 { font-size:70px;}
.font_h3 { font-size:60px;}
.font_h4 { font-size:50px;}
.font_h5 { font-size:40px;}
.font_h6 { font-size:30px;}
.font_h7 { font-size:28px;}
.font_h8 { font-size:24px;}
.font_h9 { font-size:20px;}
.font_h10 { font-size:16px;}
.font_h11 { font-size:14px;}

/* 상단 여백 */
.mt_50 { margin-top: 50px; }
.mt_100 { margin-top: 100px; }
.mt_150 { margin-top: 150px; }

/* 하단 여백 */
.mb_50 { margin-bottom: 50px; }
.mb_100 { margin-bottom: 100px; }
.mb_150 { margin-bottom: 150px; }

/* 상단 여백 */
.pt_50 { padding-top: 50px; }
.pt_100 { padding-top: 100px; }
.pt_150 { padding-top: 150px; }
.pt_200 { padding-top: 200px; }

/* 하단 여백 */
.pb_50 { padding-bottom: 50px; }
.pb_100 { padding-bottom: 100px; }
.pb_150 { padding-bottom: 150px; }
.pb_200 { padding-bottom: 200px; }

/* pc 사이즈 */
@media (min-width: 992px) {  
  .nav-item a { margin-left: 20px;}
  .only_pc { display: block; }
  .only_mobile { display: none; } 
  .only_pc_flex { display: flex; }
  .only_mobile_flex { display: none; }	
  .title01_06 { margin-bottom: 100px; }
}
/* 모바일 사이즈 */
@media (max-width: 991px) {
  .only_pc { display: none; }
  .only_mobile { display: block; }
  .only_pc_flex { display: none; }
  .only_mobile_flex { display: flex; }	
}


.rowMaxWidth {width: 900px; }

/* 네비게이션 배경색과 메뉴 색상 */
.navbar { 
	background: white;
	opacity: 1.0; 
	padding: 15px 0;
	box-shadow: 0 4px 30px -30px black; /* 그림자 효과 아래만 */
}

/* 하단 가맹문의 */
.popTel {
	z-index: 999;
	text-align: center;
	position: fixed;
	right: 30px; 
	bottom:30px; 
	width: 70px;   
	height: 70px;	
	border-radius: 35px;
	background: red;
	line-height: 20px;
	padding-top: 15px;
	cursor: pointer;
	color:yellow;
	box-shadow: 0 4px 30px -15px black; 
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51,51,51, 1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* 내비게이션 로고 중앙 정렬 이미지 넓이의 중앙 값 */
.navbar-brand { padding-left: 0px; }

/* 햄버거 보더 제거 */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
	border: none;
}

/* 폰트 이사만루체 */
@font-face {
    font-family: 'GongGothicBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.z_index_front { z-index: 1; }
.z_index_middle { z-index: 555; }
.z_index_back { z-index: 999; }

.gongGothicB { font-family: 'GongGothicBold'; }
.gongGothicM { font-family: 'GongGothicMedium'; }
.gongGothicL { font-family: 'GongGothicLight'; }

/* 브랜드 칼라 */
.brandColor1 { color:#F2B12F; }
.brandColor2 { color:#F15A29; }
.brandColor3 { color:#CD3B0C; }
.brandColor4 { color:#ffad92; }
.brandColor5 { color:#30170E; }
.brandColor6 { color:#F2E0CE; }
.brandColor7 { color: #F5F4ED; }
.brandColor8 { color:#67331A; }
.brandBgColor1 { background:#F2B12F; }
.brandBgColor2 { background:#F15A29; }
.brandBgColor3 { background:#CD3B0C; }
.brandBgColor4 { background:#ffad92; }
.brandBgColor5 { background:#30170E; }
.brandBgColor6 { background: #F2E0CE; }
.brandBgColor7 { background: #F5F4ED; }
.brandBgColor8 { background:#67331A; }

.brandBgCaptionL { display: inline-block; padding: 5px; }
.brandBgCaptionS { display: inline-block; padding: 1px 5px; }

.inline-block {
	display: inline-block;
}
/* 네비바 메뉴 밑줄 */
.menu_pc {
	font-family: 'GongGothicMedium';
	font-weight: 500;
	font-size: 18px;
}
.menu_pc li {
  display: inline-block;/*여백 없이 좌측으로 붙은 li*/
}
.menu_pc a{
   color: #333;/*폰트컬러*/
   text-decoration: none;/*a href 밑줄 등 글자 꾸밈 없음*/
}
.menu_pc a:hover{
   color: red;/*폰트컬러*/
}

.menu_pc a:last-child::after {/*after 가상요소*/
   display:block;/*a요소를 블록 요소라고 선언*/
/*혹시 동일하지 않길 바란다면 width 삭제*/
   content: '';
   border-bottom: solid 2px red;
   border-radius: 10px;
   transform: scaleX(0);/*크기를 0으로 줌으로써 평상시엔 밑줄 없음*/
   transition: transform 100ms ease-in-out; /*변형 방식*/
}

.menu_pc a:hover:after {		
   transform: scaleX(1);/*a 속성에 hover시 기존 크기로*/
}
.menu_mobile {
	font-family: 'GongGothicMedium';
	font-weight: 500;
	font-size: 18px;
}
.menu_mobile li {
  display: inline-block;/*여백 없이 좌측으로 붙은 li*/
}
.menu_mobile a{
   color: #333;/*폰트컬러*/
   text-decoration: none;/*a href 밑줄 등 글자 꾸밈 없음*/
}
.menu_mobile a:hover{
   color: red;/*폰트컬러*/
}


/* 큐브 박스 */
.cube3d {
	margin-top: 150px;
	margin-bottom: 200px;
	visibility: hidden;
}
.rotating-box {

	width : 350px;
	height: 478px;
	margin:0 auto;
	perspective:  800px;
}
.single-rb {
	width:  350px;
	animation: rotate 20s linear infinite;
	animation-play-state: paused;
	transform-style: preserve-3d;
}
.single-rb div {
	position: absolute;
	width:350px;
	height: 478px;		
}

.cubeTopBox {
		background-color:#212529;
	}
.cubeBottomBox {
	/* background-color: #6c757d; */
}
.single-rb { color:white;}
.single-rb .cubeTopBox {height: 147px;}
.single-rb .cubeTopBox ul {margin-top: 30px;}
.single-rb .cubeBottomBox  {margin-top: 147px;}
.single-rb .cubeBottomBox ul {margin-top: 240px;}
.cubeBottomBox li { padding: 15px 30px; width: 100%;  height: 92px; display: inline-block; background: #212529;}
.cubeImg { position: absolute;margin-top: 147px;}



.front-side {

	transform: translateZ(175px);

}
.back-side {
	transform: rotateY(180deg) translateZ(175px);
}
.left-side {
	transform: rotateY(-90deg) translateX(-175px);
	transform-origin: left;
}
.right-side {
	transform: rotateY(90deg) translateX(175px);
	transform-origin: right;
}


@keyframes rotate {
	0% { transform: rotateY(0); }
	10% { transform: rotateY(0); }
	100% { transform: rotateY(-360deg); }
}


/* 큐브 박스 M*/
.cube3d_m {
	margin-top: 100px;
	margin-bottom: 50px;
	visibility: hidden;
}
.rotating-box_m {

	width : 220px;
	height: 478px;
	margin:0 auto;
	perspective:  800px;
}
.single-rb_m {
	width:  220px;
	animation: rotate_m 20s linear infinite;
	animation-play-state: paused;
	transform-style: preserve-3d;
}
.single-rb_m div {
	position: absolute;
	width:220px;
	height: 478px;		
}

.cubeTopBox_m {
		background-color:#212529;
	}
.cubeBottomBox_m {
	/* background-color: #6c757d; */
}
.single-rb_m { color:white;}
.single-rb_m .cubeTopBox_m {height: 127px;}
.single-rb_m .cubeTopBox_m ul {margin-top: 30px;}
.single-rb_m .cubeBottomBox_m  {margin-top: 47px;}
.single-rb_m .cubeBottomBox_m ul {margin-top: 240px;}
.cubeBottomBox_m li { padding: 20px 30px; width: 100%;  height: 110px; display: inline-block; background: #212529;}
.cubeImg_m { position: absolute;margin-top: 127px;}
.cubeImg_m img { width: 220px;}


.front-side_m {

	transform: translateZ(110px);

}
.back-side_m {
	transform: rotateY(180deg) translateZ(110px);
}
.left-side_m {
	transform: rotateY(-90deg) translateX(-110px);
	transform-origin: left;
}
.right-side_m {
	transform: rotateY(90deg) translateX(110px);
	transform-origin: right;
}


@keyframes rotate_m {
	0% { transform: rotateY(0); }
	10% { transform: rotateY(0); }
	100% { transform: rotateY(-360deg); }
}


