@charset "UTF-8";
@import url('/css/assets/components/visualSlide.css');
@import url('/css/assets/components/listExhibition.css');
@import url('/css/assets/components/search.css');
@import url('/css/assets/components/authorinfo.css');

.ex-main{
	position: relative;
	z-index: 1055;
	background:#fff;
}
.popularWrap {
	background: url('/images/assets/bg-exhibition.png') no-repeat center / cover;
	min-height: 330px;
	max-height: 800px;
}

.popularWrap > .container {
	padding:80px 0;
}

.popularWrap .thumbimg{
    width: 100%;
    height: 371px;
	object-fit: cover;
	object-position: center;
}

.exhibitTitle {
	position: relative;
}

.fltSnsWrap {
	position: absolute;
	right:1.5rem;
	bottom:1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.artWorks-Wrap .fltSnsWrap {right: 0;}

.fltSnsWrap a {
	width:40px;
	height:40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left:.5rem;
}

.fltSnsWrap a i {
	font-size:1rem;
}
.fltSnsWrap a:first-child {
	margin-left:0;
}

.fltSnsWrap a.snsShare {
	font-size:1rem;
	background-color:var(--bs-gray-900)
}

.fltSnsWrap a.snsInstagram {
	background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0%,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%) , linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}

.fltSnsWrap a.snsFacebook {
	background-color:#4267B2;
}

.fltSnsWrap a.snskakao {
	background-color:#FFe812;	
}


/* View */

/* scrollspy */
.nav-dots {
	position: fixed;
	top:40%;
	right:2rem;
	z-index: 1036;
	flex-direction: column;
	align-items: center;
	justify-content: center;			
}		
.nav-dots .nav-link {
	position: relative;
	padding:0;
	width: 31px;
	height: 31px;	
}					
.nav-dots .nav-link span{ 
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background:var(--bs-gray-200);
	border-radius: 50%;
	left: 50%;
	top: 51%;
	transform: translate(-50%, -50%);
}
.nav-dots .nav-link.active:after{
	width: 31px;
	height: 31px;
	border: 1px solid var(--bs-primary);
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-dots .nav-link.active span{
	background:var(--bs-primary);
}


.exViewWrap {
	display:flex;
	justify-content:center;
	align-items:center;	
	height:800px;
	position: relative;
	z-index:1035;
}

.exViewWrap.mo {
	height:30vh !important;
}

@media (orientation: landscape) {
	.exViewWrap.mo {
		height:30vw !important;
	}
}



.exViewWrap .btn {
	border: 1px solid var(--bs-gray-200);
	border-radius: 4px;
	font-size:1.5rem;
	color:var(--bs-white);
	padding:1.25rem 2.5rem;	
	position: absolute;
}

.exViewWrap .btn:hover,
.exViewWrap .btn:active,
.exViewWrap .btn:focus {
	border: 1px solid var(--bs-primary);
	color:var(--bs-white);
	background:rgba(155,112,249,1) ;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;	
}
.exViewWrap .extemp{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.closedEx {
	z-index:1
} 

/* scroll animation */
.scrollWrap{
	position:absolute;
	left:2rem;
	/* top:520px; */
	bottom:20px;
	display: inline-flex;
	align-items: center;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}
.scroll-down{
    width: 3px;
    height: 80px;
    background: rgba(255,255,255,.8);
    animation: scrollDown 2.5s ease infinite;
    margin: 0 auto;
}

@keyframes scrollDown{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

.exAboutWrap {
	position: relative;
	/* overflow: hidden; */
}

.exAboutWrap .imgWrap {
	perspective: 350px;
}
.exAboutWrap .imgSkew {
	transform-style: preserve-3d;
	--skew: -5deg;
	--rotate: 10deg;
	width: 100%;
	/* height: 569px; */
	height:auto;
	max-height:500px;
	object-fit: cover;
	z-index: 10;
	right: 0;
	border-radius: 4px;
	box-shadow: -10px 10px 30px -5px rgb(0 0 0 / 8%);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skewY(var(--skew)) translate3d(0, 0, -10px) rotateY(var(--rotate));
	transition: transform 0.3s ease-out;
}

.exAboutWrap .imgSkew:Hover {
	--skew: -0deg;
	--rotate: 0deg;	
}

/* .exAboutWrap .imgSkew::before {
	transform-style: preserve-3d;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid var(--bs-gray-200);
    transform: translate(30px, 30px);
    z-index: -1;
}
 */
 
  
.circle {
	transition: all .3s;
	-webkit-animation: circle-bounce 3s 0s linear infinite;
	animation: circle-bounce 3s 0s linear infinite;
}

.circle__outline {
	transition: all .3s;
	-webkit-animation: circle-bounce 3s .5s linear infinite;
	animation: circle-bounce 3s .5s linear infinite;
}

.circle2 {
	transition: all .3s;
	-webkit-animation: circular 3s 0s ease-in-out infinite;
	animation: circular 3s 0s ease-in-out infinite;
}

.circle01 {
	position: absolute;
	top: -30%;
	right: 5%;
	width: 370px;
	height: 370px;
	border-radius: 100%;
	background: #9B70F91A;
	opacity: 1;
}

.circle01__outline {
	position: absolute;
	top: -29%;
	right: 6%;
	width: 370px;
	height: 370px;
	border-radius: 100%;
	border:1px solid #D0A0FF80;
	background: transparent;
	opacity: 1;  
}

.circle02 {
	position: absolute;
	bottom: -10%;
	left: 3%;
	width: 190px;
	height: 190px;
	border-radius: 100%;
	background: #9B70F91A;
	opacity: 1;
}

.circle02__outline {
	position: absolute;
	bottom: -10%;
	left: 4%;
	width: 190px;
	height: 190px;
	border-radius: 100%;
	border:1px solid #D0A0FF80;
	background: transparent;
	opacity: 1;
}

.circle03 {
	position: absolute;
	bottom: 5%;
	left: 2%;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #03E8CD33;
	opacity: 1;
}

@-webkit-keyframes circle-bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@keyframes circle-bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@-webkit-keyframes circle-bounce__up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes circular {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@keyframes circle-bounce__up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sponsor .img-fluid{
	width:100%;
	max-height: 270px;
	object-fit: cover;
}

.guestBook {
	border-top:3px solid var(--bs-gray-900);
	padding-top:2.5rem;
}

.guestBook .container,
.guestBook .container .row {
	position: relative;
}

.guestBook .editWrap {
    position: absolute;
    top: 42px;
    right: 2rem;	
}

.guestBook .editWrap,
.guestBook .editWrap > span a {
	color:var(--bs-gray-500)
}

.guestBook .editWrap > span {
	padding-left: .5rem;
}

.guestBook p.content {
	padding-left:4.8rem
}

.guestBook .gbReply {
	background:var(--bs-gray-100);
	padding-left: 5rem !important;	
}

.bulletCircle {
	position: relative;
	padding-left:60px
}
.bulletCircle::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #9B70F980;
    left: 0;
    top:-4px;
}
.bulletCircle::after {	
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #03E8CD4D;
    left: 25px;
    top:-4px;
}


@media (max-width: 1360px) {
	.popularWrap > .container {
		max-width: 95%;
	}	
}

@media (max-width: 1199.98px) {

	.popularWrap .thumbimg{
	    height: 245px;	
	}


}

@media (max-width: 991.98px) {
	.cord_box{
    	overflow-x: auto;
    }
    
    .cord_box .row {
    	width:90vw
    }
    
    .cord_box .row .col {
    	width:45vw
    }
    
	.popularWrap > .container {
		max-width: 97%;
	}
	
	.nav-dots {
		display: none !important;
	}
	
	.recentWrap div.col-6 {
		text-align:center;
	}
	.recentWrap img {
		width:60%;
	}
	
	.sponsor .btnDown {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.sponsor .btnDown a {
		width:48%;
	}
    
}

@media (max-width: 767.98px) {


}
@media (max-width: 575.98px) {
	.exViewWrap .btn {
		font-size:1rem;
	}	
	
	.popularWrap > .container{
		padding:2rem 0;
	}
	
	.popularWrap > .container > .row {
		margin:0;
	}
	
    .cord_box .row {
    	width:180vw
    }
    
    .cord_box .row .col {
    	width:90vw
    }
    
    .cord_box .card{
		background: none;
		border: none;
		padding: 0 !important;    
    }
	.cord_box .card .img {
		position: relative;
	}
	.cord_box .card .card-body {
		position: absolute;
		left: 4%;
		bottom: 4%;
	}

	.cord_box .card .card-body .card-title a{
		font-size: 1.125rem;
	}
	.cord_box .card .card-body .card-text:nth-of-type(1) {
		display:none;
	}
	.cord_box .card .card-body,
	.cord_box .card .card-body .card-title a,
	.cord_box .card .card-body .util-area {
		color:var(--bs-white) !important;	
	}
	
	.fltSnsWrap {
		right:.5rem
	}	
	.fltSnsWrap a {
		width:26px;
		height:26px;
	}
	
	.guestBook p.content {
		padding-left:3.9rem
	}


	.input-group.insertDiv,  #commentListDiv .input-group{
		justify-content: flex-end;
	}
	.input-group.insertDiv textarea, #commentListDiv .input-group  textarea {
		width: 100%;
	}
	.input-group.insertDiv .btn#sendBtn,  #commentListDiv .input-group  .btn{
		border-top-left-radius: var(--bs-btn-border-radius);
    	border-bottom-left-radius: var(--bs-btn-border-radius);
    	margin-top: 1rem;
    	padding : 0.5rem 1.25rem !important
	}
	.guestBook .editWrap{
		top: 60px;
	    right: 0;
	    left: 6px;
	}
	.guestBook .gbReply .editWrap{
		top: 66px;
	}
	.guestBook p.content{
		margin-top: 2rem;
    	padding-left: 0;
	}
	.guestBook .gbReply{
		padding-left: 1rem !important;
	}
	.guestBook  .goToGuestBook-btn{
		padding: 0.75rem 1.25rem !important;
	}
/* 	.exViewWrap {
		height:200px;
	} */
	
}
	

