:-webkit-full-screen {
  background: #ffffff;
}

:-moz-full-screen {
  background: #ffffff;
}

:-ms-fullscreen {
  background: #ffffff;
}

:full-screen { /*pre-spec */
  background: #ffffff;
}

:fullscreen { /* spec */
  background: #ffffff;
}

.all_wrap{
  overflow:hidden;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  background-color:#000;
}

.cpage{
  display:none;
  min-width:200px;
  width:100%;
  height:100%;
  clear:both;
  position:relative;
  overflow:visible;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.pageArrowLeft,.pageArrowRight{
  display:none;
}

.cpage .photo {
  float:left;
  width:60%;
  height:100%;
}

/* 정보부분*/
.cpage .infoArea {
  float:right;
  width:51%;
  height:100%;
  padding-right:167px;
}

.cpage .infoArea .infoWrap{
  position:relative;
  height:100%;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100% auto;
  font-size:13px;
  line-height:18px;
  color:#fff;
  text-align:right;
}

.cpage .infoArea .infoWrap .infoTxt {
  position:absolute;
  overflow:auto;
  left:0;
  bottom:0;
  width:100%;
  max-height:100%;
  padding:100px 25px 100px 25px;
}

.cpage .infoArea .infoWrap .infoTxt .title {
}

.cpage .infoArea .infoWrap .infoTxt .content {
  line-height:20px;
}


/* 버튼부분 */
.serSubNvWrap {
  overflow:hidden;
  position:absolute;
  right:0%;
  top:80px;
  bottom:57px;
  z-index:50;
  border-left:1px solid #cfcfcf;
  border-color:rgba(255,255,255,0.2);
  width:167px;
  text-align:center;
}

.serSubNv{
  padding:50px 0 50px 0;
}

.serSubNv a {
  position:relative;
  display:block;margin:auto;
  width:110px;
  height:110px;
  border-radius:110px;
  margin-bottom:10px;
  line-height:110px;
  text-align:center;
  color:#ffffff;
  background-color:#595959;
}

.serSubNv a:hover::after, .serSubNv a.sel::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 13px 19px 13px 0;
  border-color: transparent #e9920c;
  display: block;
  width: 0;
  z-index: 1;
  left: -16px;
  top: 42px;
}

.serSubNv a:hover ,.serSubNv a.sel {
  background-color:#e9920c;
}

.serSubNv a img {
  margin-bottom:5px;
}

.serSubNv p {
  display:inline-block;
  vertical-align:middle;
  line-height:15px;
  font-size:13px;
}

.serSubNv p b {
  display:inline-block;
  width:100%;
  font-size:20px;
  line-height:20px;
  padding-bottom:5px;
}


.btn-circle {
  cursor:pointer;
}








/* 위아래 */
.scrollRemoveDown{
  position:absolute;z-index:3;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 0%;
  animation: scrollRemoveDown 0.7s linear 0s 1 alternate forwards;
}
@keyframes scrollRemoveDown{
  0%  {transform:perspective(1000px) rotateX(0deg)  ;z-index:1;}                    
  15% {transform:perspective(1000px) rotateX(-10deg)  ;}                              
  80% {transform:perspective(1000px) rotateX(0deg) translateZ(-300px);}               
  100%{transform:perspective(1000px) translateZ(-300px) translatey(-10%);z-index:1;}  
}

.scrollMoveDown{
  position:absolute;z-index:2;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 50%;
  animation: scrollMoveDown 0.7s linear 0s 1 alternate both;
}
@keyframes scrollMoveDown{
  0%  {top:100%}                    
  100%{top:0%}                              
}







.scrollRemoveUp{
  position:absolute;z-index:3;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 100%;
  animation: scrollRemoveUp 0.7s linear 0s 1 alternate forwards;
}
@keyframes scrollRemoveUp{
  0%  {transform:perspective(1000px) rotateX(0deg)  ;z-index:1;}                          
  15% {transform:perspective(1000px) rotateX(10deg) ;}                                    
  80% {transform:perspective(1000px) rotateX(0deg) translateZ(-300px);}                     
  100%{transform:perspective(1000px) translateZ(-300px) translatey(10%);z-index:1;}         
}

.scrollMoveUp{
  position:absolute;z-index:2;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 50%;
  animation: scrollMoveUp 0.7s linear 0s 1 alternate both;
}
@keyframes scrollMoveUp{
  0%  {top:-100%}                    
  100%{top:0%}                              
}







.scrollRemoveRight{
  position:absolute;z-index:3;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 50%;
  animation: scrollRemoveRight 0.7s linear 0s 1 alternate forwards;
}
@keyframes scrollRemoveRight{
  0%  {margin-left:0;transform:perspective(1000px) translateZ(0px);}
  15% {margin-left:0;transform:perspective(1000px) translateZ(-200px);}
  80%{margin-left:-100%;transform:perspective(1000px) translateZ(-200px);}
  100%{margin-left:-100%;transform:perspective(1000px) translateZ(-200px);}
}

.scrollMoveRight{
  position:absolute;z-index:2;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 50%;
  animation: scrollMoveRight 0.7s linear 0s 1 alternate both;
}
@keyframes scrollMoveRight{
  0%  {margin-left:100%;transform:perspective(1000px) translateZ(-200px);}
  15% {margin-left:100%;transform:perspective(1000px) translateZ(-200px);}
  80% {margin-left:0%;transform:perspective(1000px) translateZ(-200px);}
  100%{margin-left:0%;transform:perspective(1000px) translateZ(0px);}
}






.scrollRemoveLeft{
  position:absolute;z-index:3;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 50%;
  animation: scrollRemoveLeft 0.7s linear 0s 1 alternate forwards;
}
@keyframes scrollRemoveLeft{
  0%  {margin-left:0;transform:perspective(1000px) translateZ(0px);}
  15% {margin-left:0;transform:perspective(1000px) translateZ(-200px);}
  80%{margin-left:100%;transform:perspective(1000px) translateZ(-200px);}
  100%{margin-left:100%;transform:perspective(1000px) translateZ(-200px);}
}

.scrollMoveLeft{
  position:absolute;z-index:2;
  width:100%;top:0;height:100%;
  transform-stylepreserve-3d;
  transform-origin: 50% 50%;
  animation: scrollMoveLeft 0.7s linear 0s 1 alternate both;
}
@keyframes scrollMoveLeft{
  0%  {margin-left:-100%;transform:perspective(1000px) translateZ(-200px);}
  15% {margin-left:-100%;transform:perspective(1000px) translateZ(-200px);}
  80% {margin-left:0%;transform:perspective(1000px) translateZ(-200px);}
  100%{margin-left:0%;transform:perspective(1000px) translateZ(0px);}
}






/* photoMotion 관련 */
.scrollRemoveNo{
  position:absolute;z-index:2;
  width:100%;top:0;height:100%;
}
.scrollMoveNo{
  position:absolute;z-index:3;
  width:100%;top:0;height:100%;
}
.photoMC{
  position:relative;overflow:hidden;
  height:100%;
  background-repeat:no-repeat;
  background-size:0px;
}
.photoMC li{
  position:relative;display:inline-block;float:left;overflow:hidden;
  background-image:inherit;
  background-position:inherit;
  background-size:cover;
  transition:all 0.7s;
  transition-property:transform, opacity;
}
.photoMC .MOVE{
  transform:translateX(0px) translateY(0px) scale(1) rotate(0) !important;
  opacity: 1.0 !important;
}
.photoMC li p{
  display:inline-block;
  position:absolute;left:0;top:0;
  background-image:inherit;
  background-position:inherit;
  background-size:inherit;
}
