

html {
  width: 100vw;
 /* background: #83a5ac; /*url(../img/main_bg.gif)no-repeat left/cover;*/
  overflow-x: hidden;
}
.intro {
  width: 100vw;
  height: 100vh;
  background-color: #83a5ac;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.intro img {
  display: block;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10%;
  margin-left: -14%;
  
}
body {
    
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;

    width: 100vw;
/*    height: 100vh;*/
}
.main_bg {
  width: 100vw;
  height: 100%;
  text-align: center; 
  margin-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.main_bg_i01 {
  animation: motion01 0.8s linear 0s infinite alternate; 
  /* transform: scale(2); */
  position: absolute;
  top: 10%;
  left: -2%;
}
.main_bg_i02 {
  animation: motion02 0.8s linear 0s infinite alternate; 
  transform: scale(0.6);
  position: absolute;
  top: 20%;
  left: 18%;
}
.main_bg_i03 {
  animation: motion03 0.7s linear 0s infinite alternate; 
  transform: scale(0.9);
  position: absolute;
  top: -5%;
  left: 50%;
}
.main_bg_i04 {
  animation: motion04 0.9s linear 0s infinite alternate; 
  transform: scale(0.4);
  position: absolute;
  top: 18%;
  right: 20%;
}
.main_bg_i05 {
  animation: motion05 1.2s linear 0s infinite alternate; 
  transform: scale(0.8);
  position: absolute;
  top: 10%;
  right: 5%;
}
.main_bg_i06 {
  animation: motion06 1.2s linear 0s infinite alternate; 
  position: absolute;
  top: 50%;
  left: 35%;
}
.main_bg_i07 {
  animation: motion07 0.5s linear 0s infinite alternate; 
  position: absolute;
  transform: scale(1.5);
  top: 70%;
  left: 15%;
}
.main_bg_i08 {
  animation: motion08 0.5s linear 0s infinite alternate; 
  position: absolute;
  transform: scale(0.6);
  top: 85%;
  left: -1%;
}
.main_bg_i09 {
  animation: motion09 1.2s linear 0s infinite alternate; 
  position: absolute;
  transform: scale(1.3);
  top: 80%;
  right: 15%;
}
.main_bg_i10 {
  animation: motion10 1s linear 0s infinite alternate; 
  position: absolute;
  transform: scale(0.7);
  top: 65%;
  right: 10%;
}

        
@keyframes motion01 {0% {top: 10%;} 100% {top: 15%;}}
@keyframes motion02 {0% {top: 20%;}100% {top: 23%;}}
@keyframes motion03 {0% {top: -5%;}100% {top: 0%;}}
@keyframes motion04 {0% {top: 18%;}100% {top: 23%;}}
@keyframes motion05 {0% {top: 10%;}100% {top: 15%;}}
@keyframes motion06 {0% {top: 50%;}100% {top: 57%;}}
@keyframes motion07 {0% {top: 70%;}100% {top: 73%;}}
@keyframes motion08 {0% {top: 85%;}100% {top: 90%;}}
@keyframes motion09 {0% {top: 80%;}100% {top: 87%;}}
@keyframes motion10 {0% {top: 65%;}100% {top: 70%;}}






/* Section Services */ 
  .services {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .services > * {
    flex-grow: 1;
  }
  
  .circle--rotate {
    border-radius: 50%;
    border: 1px #fff solid;
    width: 43%;
    height: 43%;
    margin: 0 auto 0;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    z-index: 0;
    padding: 0;
    min-width: 400px;
  }
  .circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
  }
  .circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    /* border-radius: 50%; */
    height: 10%;
    width: 10%;
    margin: -5% auto;
    transition: all 500ms ease;
    /* box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2); */
  }
  .circle--rotate > li i {
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
  }
  .circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
  }
  .circle--rotate > li img {
    margin: auto;
  }
  
  .circle--slider {
    position: relative;
    /* top: -10%; */
  }
  .circle--slider .rotate--circle {
    margin: 0 auto;
  }
  .circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    top: -10px;
  }
  .circle--slider .circle--rotate > li div img {
    width: 80px;
    opacity: 0.7;
  }
  .circle--slider .circle--rotate > li div span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
  }
  .circle--slider .circle--rotate > li.active div {
    font-size: 20px;
    transition: all 1s;
    transform: scale(1.5);
    position: relative;
    right: 18px;
    top: -18px;
  }
  .circle--slider .circle--rotate > li.active div img {
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
  }
  .circle--slider .circle--rotate > li.active div span:before {
    position: absolute;
    height: 1px;
    top: -50%;
    right: 140%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30%;
    height: 30%;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    opacity: .7;
    border: 6px solid #F48E2A;
    z-index: -1;
  }
  .circle--slider .circle--rotate > li.active div span:after {
    position: absolute;
    height: 1px;
    top: 100%;
    left: 130%;
    bottom: 0;
    margin: auto;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    opacity: .7;
    border: 8px solid #FE9290;
    z-index: 5;
  }
  .circle--slider .count2 li:nth-child(2) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .circle--slider .count3 li:nth-child(2) {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .circle--slider .count3 li:nth-child(3) {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  .circle--slider .count4 li:nth-child(2) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .circle--slider .count4 li:nth-child(3) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .circle--slider .count4 li:nth-child(4) {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .circle--slider .count5 li:nth-child(2) {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
  .circle--slider .count5 li:nth-child(3) {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
  .circle--slider .count5 li:nth-child(4) {
    -webkit-transform: rotate(216deg);
            transform: rotate(216deg);
  }
  .circle--slider .count5 li:nth-child(5) {
    -webkit-transform: rotate(-72deg);
            transform: rotate(-72deg);
  }
  .circle--slider .count6 li:nth-child(2) {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .circle--slider .count6 li:nth-child(3) {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .circle--slider .count6 li:nth-child(4) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .circle--slider .count6 li:nth-child(5) {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  .circle--slider .count6 li:nth-child(6) {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .circle--slider .count7 li:nth-child(2) {
    -webkit-transform: rotate(51.5deg);
            transform: rotate(51.5deg);
  }
  .circle--slider .count7 li:nth-child(3) {
    -webkit-transform: rotate(103deg);
            transform: rotate(103deg);
  }
  .circle--slider .count7 li:nth-child(4) {
    -webkit-transform: rotate(154.5deg);
            transform: rotate(154.5deg);
  }
  .circle--slider .count7 li:nth-child(5) {
    -webkit-transform: rotate(206deg);
            transform: rotate(206deg);
  }
  .circle--slider .count7 li:nth-child(6) {
    -webkit-transform: rotate(-103deg);
            transform: rotate(-103deg);
  }
  .circle--slider .count7 li:nth-child(7) {
    -webkit-transform: rotate(-51.5deg);
            transform: rotate(-51.5deg);
  }
  .circle--slider .count8 li:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .circle--slider .count8 li:nth-child(3) {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .circle--slider .count8 li:nth-child(4) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .circle--slider .count8 li:nth-child(5) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .circle--slider .count8 li:nth-child(6) {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .circle--slider .count8 li:nth-child(7) {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .circle--slider .count8 li:nth-child(8) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .circle--slider .count9 li:nth-child(2) {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .circle--slider .count9 li:nth-child(3) {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  .circle--slider .count9 li:nth-child(4) {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .circle--slider .count9 li:nth-child(5) {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  .circle--slider .count9 li:nth-child(6) {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }
  .circle--slider .count9 li:nth-child(7) {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }
  .circle--slider .count9 li:nth-child(8) {
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  .circle--slider .count9 li:nth-child(9) {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .circle--slider .count10 li:nth-child(2) {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
  .circle--slider .count10 li:nth-child(3) {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
  }
  .circle--slider .count10 li:nth-child(4) {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
  .circle--slider .count10 li:nth-child(5) {
    -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
  }
  .circle--slider .count10 li:nth-child(6) {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .circle--slider .count10 li:nth-child(7) {
    -webkit-transform: rotate(-144deg);
            transform: rotate(-144deg);
  }
  .circle--slider .count10 li:nth-child(8) {
    -webkit-transform: rotate(-108deg);
            transform: rotate(-108deg);
  }
  .circle--slider .count10 li:nth-child(9) {
    -webkit-transform: rotate(-72deg);
            transform: rotate(-72deg);
  }
  .circle--slider .count10 li:nth-child(10) {
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .circle--slider .animate-wrapper {
    width: 34%;
    height: 32%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* border-radius: 50%; */
  }
  .circle--slider .animate-title {
    color: #fff;
  }
  .circle--slider .animate-title img {
    width: 70%;
    position: relative;
    left: -2%;
  }
  .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
  }
  .circle--slider .animate-img .animate-img__in {
    /* display: block; 240116수정*/
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border-radius: 50%; */
    background-image: url(../img/popcorn_bg.png);
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
            transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
    transition: .55s ease-in-out;
    width: 73%;
    height: 71%;
    opacity: 0;
    background-size: cover;
    /* box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3); */
  }
  .circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .4s;
    min-width: 131px;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    height: 127px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .circle--slider .animate.active .animate-more {
	height:10vh;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .circle--slider .prev,
  .circle--slider .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 62px;
    width: 87px;
    text-align: center;
    cursor: pointer;
  }
  .circle--slider .prev span,
  .circle--slider .next span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 700;
  }
  .circle--slider .prev {
    left: 250px;
  }
  .circle--slider .next {
    right: 250px;
  }
  
/*리스트버튼*/
.main_s_btn {
 /* height: 270px;*/
  width: 90%;
  margin: 0 auto;
  position: relative;
  left: 10px;
/*  overflow-y: scroll;*/
}
.main_s_btn ul {
  width: 90%;
  margin: 5px auto 10px auto;
}
.main_s_btn ul li {
  text-align: center;
  background-color: #563c1c;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  margin-bottom: 18px;
}
.main_s_btn ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.main_s_btn ul li a img {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 70px;
}
.main_s_btn ul li a span {
  position: absolute;
  top: 0;
  right: 20px;
  border:1px solid #fff;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  margin-top: 12px;
}

@media (max-width:901px) {
  .circle--rotate {
    min-width: auto;
    width: 73%;
  }
  .circle--slider .animate-wrapper {
    width: 50%;
  }
}

@media (max-width:734px) {
  .circle--slider .animate-img .animate-img__in {
    min-width: auto;
    min-height: auto;
  }
  .circle--slider .animate-more {
    height:10vh;
  }
}

@media (max-width:568px) {
	.circle--rotate {
		width: 93%;
	}
	
	.circle--slider .animate-img .animate-img__in {
		min-width: auto;
		min-height: auto;
	}
	
	.circle--slider .animate.active .animate-img .animate-img__in {
		transform: scale(1.4);
	}
		
	.circle--slider .animate-more {
		top: 25%;
		margin: 0 auto;
	}

	.circle--slider .circle--rotate > li div img {
		width: 70px;
	}

	.main_bg_i01 {
		transform: scale(0.8);
	}

	.main_bg_i02 {
		transform: scale(0.3);
	}

	.main_bg_i03 {
		transform: scale(0.7);
	}

	.main_bg_i05 {
		transform: scale(0.6);
	}

	.main_bg_i06 {
		transform: scale(0.5);
	}

	.main_bg_i07 {
		transform: scale(0.8);
	}

	.main_bg_i08 {
		transform: scale(0.4);
	}

	.main_bg_i10 {
		transform: scale(0.4);
		right: 0;
	}
}

@media (max-width:416px) {
  .circle--slider .animate-title img {
    left: -4%;
  }
}
@media (max-width:398px) {
	.circle--slider .circle--rotate > li div img {
		width: 50px;
	}

	.circle--slider .animate-more {
		width: auto;
		height: auto;
		min-width:auto;
		top: 35%;
		padding: 0;
	}

	.circle--slider .animate-title img {
		width: 50%;
	}
}

.animate.active .animate-img .animate-img__in {
    display: block;/*240116수정*/
}
.main_info {
	width: 90%;
	margin: 10px auto;
	position: relative;
	left: 20px;
}

.money {
	text-align:right;   
}

.main_info  .p1 {
	width: 90%;
    border-bottom: solid 2px;
	font-size :1.2em;
	padding: 1%;
}

.main_info  .p2 {
	width: 90%;
	font-size :1.2em;
	padding: 1%;
}

.parallel-paragraphs p {
	display: inline-block;
	width: 40%; /* 조절 가능 */
	margin: 0 1%;
	font-size :1.2em;
	padding: 1%;
}

p.text_thr {
  text-align: center;
  color:#fff;
  font-size: 1.1rem;
  text-shadow: 1px 2px 5px #fffada;
  margin-bottom: 2rem;
}
