:ZC/기능/styles.css

/*    배경    */

.ZC-MBG  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #1a1a1f;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

/* 사이드바 버튼 스타일 */
.ZC-SideB {
	background:#722F37;
	color:#DECC9C;
	transition: background 0.2s ease, color 0.2s ease;
}

.ZC-SideB a {
	color:#DECC9C;
	transition: background 0.2s ease, color 0.2s ease;
}

.ZC-SideB:hover {
	background:#202020;
	color:#fff;
}

.ZC-SideB a:hover {
	color:#fff;
}

/* 정보 표 */
.ZC-InfoTable{
  background: rgba(32, 32, 32, 0.5);
  border-radius: 10px;
  border: solid 0.1px rgba(222, 204, 156, 0.5);
  display: inline-block;
  max-width:100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding:5px;
}

/* 블러 */
.ZC-Blur {
	filter: blur(50px);
}

/* 센티넬정보 표 */
.ZC-SentinelTable{
  background: linear-gradient(-45deg, rgba(42,42,42,1) 0%, rgba(0,0,0,1) 14%, rgba(175,49,0,1) 19%, rgba(0,0,0,1) 35%, rgba(42,42,42,1) 100%);
  color: white;
  border-radius: 15px;
  border: solid 0.1px rgba(222, 204, 156, 0.5);
  display: flex;
  max-width:100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding:5px;
}

.SentinelTCell {
    filter:brightness(1) contrast(100%);
    transition: filter 0.5s;
}

.SentinelTCell:hover {
    filter:brightness(1.4) contrast(110%);
}

/* 제로셀 시리즈 표 */
.ZC-SeriesTable{
  background: linear-gradient(-45deg, rgba(42,42,42,1) 0%, rgba(0,0,0,1) 14%, rgba(121,0,10,1) 19%, rgba(0,0,0,1) 35%, rgba(42,42,42,1) 100%);
  color: white;
  border-radius: 15px;
  display: flex;
  max-width:100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding:10px;
}

/* 프로그레시브 표 */
.ZC-ProgJudge{
  background: linear-gradient(-45deg, rgba(42,42,42,1) 0%, rgba(20,20,20,1) 14%, rgba(5, 5, 5, 1) 19%, rgba(0,0,0,1) 35%, rgba(42,42,42,1) 100%);
  color: white;
  border-radius: 15px;
  border: solid 0.1px rgba(222, 204, 156, 0.5);
  display: flex;
  max-width:100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding:10px;
}

/* 프로그레시브 박스 */
.ZC-ProgB1{
  background: #000000;
  border-radius: 5px;
  border: 2px solid rgba(222,204,156,0.5);
  color: white;
  line-height: 1.2em;
  padding: 6px;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  margin: 2px auto;
  font-size:17px;
  width:100%;
}

/* 프로그레시브 박스2 */
.ZC-ProgB2{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(114,47,55,0.95) 30%, rgba(114,47,55,0.95) 70%, rgba(0,0,0,0) 100%);
  color: white;
  line-height: 1.2em;
  padding: 6px;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  margin: 5px auto;
  font-size:15px;
  width:100%;
}

/* 프로그레시브 이름 박스 */
.ZC-ProgNB{
  border: 3px solid #A09B95;
  background-color: #444546;
  border-radius: 5px;
  color: white;
  line-height: 1.2em;
  padding: 5px;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  margin: 5px auto;
  font-weight:bold;
  vertical-align:middle;
}

/* 분류 버튼 */
.ZC-ClassButton{
  background: rgba(32,32,32,0.9);
  border-radius: 2px;
  color: white;
  line-height: 1.2em;
  padding: 6px;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  margin: 2px;
  box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1);
  transition: background 0.2s ease, color 0.2s ease;
}

.ZC-ClassButton a {
	color: white;
}

.ZC-ClassButton:hover {
	background: rgba(114, 47, 55, 0.9);
	color:#DECC9C
}

.ZC-ClassButton a:hover {
	background: rgba(114, 47, 55, 0.9);
	color:#DECC9C
}

/* 이름 버튼 */
.ZC-NameButton{
  background: rgba(0,0,0,0.3);
  border:1px solid rgba(222, 204, 156, 1);
  border-radius: 5px;
  color: white;
  line-height: 1.2em;
  padding: 5px;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  margin: 2px;
}

.ZC-NameButton:hover {
	text-shadow: 0px 0px 8px rgba(255, 0, 0, 0.8);
}

/* 인용문 */
.ZC-Quote{
  display: inline-block;
  background: rgba(32, 32, 32, 0.8);
  border-radius:10px 0px 0px 10px;
  border:none;
  color: white;
  line-height: 1.2em;
  padding: 13px;
  align-items: center;
  cursor: pointer;
  box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1);
}

/* 호버 애니메이션 */
.ZC-hover {
    filter:brightness(0.5) contrast(110%);
    transition: filter 0.5s;
}
.ZC-hover:hover {
    filter:brightness(1) contrast(100%);
}

.ZC-HoverB  {
 filter: grayscale(10%) brightness(0.95) saturate(110%);
}

.ZC-TriggerCell {
	cursor: pointer;
    transition: filter 1s;
}

.ZC-TriggerCell:hover {
	filter: grayscale(0%) opacity(100%) blur(0px) drop-shadow(0 0 0.75rem #DECC9C) !important;
}

.ZC-TriggerBox:hover .ZC-TriggerCell {
	filter: grayscale(85%) opacity(60%) blur(0.5px);
	transition: filter 1s;
}

/* ZC Character profile */
.ZC-CPf-Card{
	opacity: 1;
    background:rgba(32, 32, 32, 0.7);
    cursor: pointer;
    height: 152px;
    max-width: 370px;
    width:370px;
    margin:5px auto;
    position:relative;
    justify-content:left;
    overflow: hidden;
}

/* ZC Character profile */
.ZC-Lore-Card{
	opacity: 1;
    background:rgba(32, 32, 32, 0.7);
    cursor: pointer;
    height: 70px;
    max-width: 370px;
    width:370px;
    margin:5px auto;
    position:relative;
    justify-content:left;
    overflow: hidden;
}

.ZC-CF-Titlecell {
	background: transparent;
	color:#282828;
	text-align:center;
	font-size:11px;
	font-family:'GmarketSansMedium';
	letter-spacing:1px;
	padding:7px 7px;
	width:35%;
}

.ZC-CF-Cell1 {
	width:65%;
	background: transparent;
	color:#777;
	text-align:left;
	font-size:10px;
	font-family:'GmarketSansMedium';
	padding:20px 15px;
	line-height:180%;
}

.ZC-CF-Class-img {
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    z-index:-1;
}

.ZC-HS {
	transform: scale(1);
}
.ZC-HS:hover {
  animation: ZC-HSA;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes ZC-HSA {
  from {transform: scale(1);}
  to {transform: scale(1.05);}
}

/* 분류박스 */
.ZC-boxS{
  background: transparent;
  border-radius: 5px;
  border: none;
  color: white;
  max-width:100%;
  width:100%;
  cursor: pointer;
  display:block;
  margin:10px auto;
}

/* 호버내용 */
.ZC-HT-trigger {
	cursor: pointer;
}
.ZC-HT-content {
  overflow:hidden;
  height:0px;
  opacity:0;
  box-sizing: border-box;
}
.ZC-HT-trigger:hover > .ZC-HT-content {
  animation: ZC-HT-tap;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes ZC-HT-tap {
  from {height:0px;opacity:0;}
  50% {height:50px;opacity:1;}
  to {height:auto;opacity:1;box-sizing: border-box;}
}

/* 제로셀 음악틀 */
.ZC-MusicBG{
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(85,85,85,1) 30%, rgba(85,85,85,1) 70%, rgba(0,0,0,0) 100%);
  color: white;
  display: flex;
  max-width:100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding:5px;
}

/* 메인 클래스 표 */
.ZC-MainClass{
  display: inline-block;
  width:100%;
  background: rgba(32, 32, 32, 0.65);
  border-radius: 10px 0px 0px 0px;
  border-right: 10px solid rgba(222,204,156,1);
  border: 1px solid rgba(222, 204, 156, 0.5);
  color: white;
  line-height: 1.2em;
  padding: 0px;
  align-items: center;
  cursor: pointer;
}

/* 인물정보 상단 */
.ZC-Ch-Info-Top{
  display: inline-block;
  width:100%;
  background:rgba(114, 47, 55, 0.8);
  box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1);
  border-radius:15px 15px 0px 0px;
  color: rgba(222,204,156,1);
  line-height: 1.2em;
  padding: 8px;
  align-items: center;
  cursor: pointer;
  text-align:center;
  font-size:17px;
}

/* 인물정보 단락 */
.ZC-Ch-Info-Pragraph{
  display: inline-block;
  width:100%;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #DECC9C;
  line-height: 1.2em;
  padding: 0px;
  align-items: center;
  cursor: pointer;
  text-align:center;
  font-size:15px;
}

.ZC-Ch-Info-Pragraph-2{
  display: inline-block;
  width:100%;
  background: rgba(32, 32, 32, 0.8);
  box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1);
  border: none;
  border-radius: 5px;
  color: #DECC9C;
  line-height: 1.2em;
  padding: 4px;
  align-items: center;
  cursor: pointer;
  text-align:center;
  font-size:15px;
}

/* 인물정보 개요박스 */
.ZC-Ch-Info-Ab-box{
  display: inline-block;
  width:100%;
  background: rgba(32, 32, 32, 0.8);
  border-radius: 0px 0px 15px 0px;
  border: none;
  color: #DECC9C;
  line-height: 1.2em;
  padding: 4px;
  align-items: center;
  cursor: pointer;
  text-align:center;
  font-size:15px;
  box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1);
}

/* 인물정보 하단 */
.ZC-Ch-Info-Bottom{
  display: inline-block;
  width:100%;
  box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1);
  background:rgba(114, 47, 55, 0.8);
  border-radius: 0px 0px 15px 15px;
  border: none;
  color: white;
  padding: 8px;
  align-items: center;
  cursor: pointer;
  text-align:center;
  font-size:20px;
}

/* 블러 */
.ZC-Blur{
	filter: blur(5px) brightness(25%);
}
.ZC-Blur:hover{
	filter: none;
}


/*    # 모바일 반응성    */

@media screen and (min-width: 700px) {
	.ZC-WebDisplay {
    	display:inherit;
	}
}
@media screen and (min-width: 700px) {
	.ZC-MobileDisplay {
    	display:none;
	}
}
@media screen and (max-width: 700px) {
	.ZC-WebDisplay {
    	display:none;
	}
}
@media screen and (max-width: 700px) {
	.ZC-MobileDisplay {
    	display:inherit;
	}
}