@charset "utf-8";
.section1_m {
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient_m 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient_m {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave_m {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 20em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wave_m:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave_m:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave_m {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}


.swiper_4_m {
	width: 200px;
/*
	width: calc(var(--vw, 1vw) * 80);
	padding-bottom:10%;
*/
}

.swiper_4_m .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination4_m > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #181818;
}

.swiper-pagination4_m > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #132a65;
}



.section2_m {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
}
.section2_m .wave2_m {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4973ff;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.section2_m .wave2_m span {
  content: "";
  position: absolute;
  width: 205vh;
  height: 205vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}
.content_m {
  position: relative;
  z-index: 1;
  font-size: 4em;
  letter-spacing: 2px;
  color: #fff;
}
.section2_m .wave2_m span:nth-child(1) {
  border-radius: 45%;
  background: rgba(20, 20, 20, 1);
  animation: animate2 5s linear infinite;
}

.section2_m .wave2_m span:nth-child(2) {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate2 10s linear infinite;
}
.section2_m .wave2_m span:nth-child(3) {
  border-radius: 42.5%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate2_m 15s linear infinite;
}
@keyframes animate2_m {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}


.swiper_1_m {
	width: calc(var(--vw, 1vw) * 86);
/*
	width: 430px;
	width: calc(var(--vw, 1vw) * 80);
	padding-bottom:10%;
*/
}

.swiper_1_m .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination2_m > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #181818;
}

.swiper-pagination2_m > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FFFFFF;
}



#container_m{
    background: #00adef;
    background: -moz-linear-gradient(-45deg, #f1f1f1 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(-45deg, #f1f1f1 0%,#e0e0e0 100%);
    background: linear-gradient(135deg, #f1f1f1 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=1 );
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px auto;
}

#container-inside_m {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px auto;
    overflow: visible;
	top: 0px;
	left: 300px;
}

#circle-small_m {
    -webkit-animation: circle-small-scale_m 3s ease-in-out infinite alternate;
    animation: circle-small-scale_m 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0s;
	position: absolute;
	top: 200px;
	left: -150px;
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.4;
}

#circle-medium_m {
    -webkit-animation: circle-small-scale_m 3s ease-in-out infinite alternate;
    animation: circle-small-scale_m 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;
	position: absolute;
	top: 50px;
	left: -300px;
    background: #fff;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    opacity: 0.3;
}

#circle-large_m {
    -webkit-animation: circle-small-scale_m 3s ease-in-out infinite alternate;
    animation: circle-small-scale_m 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.6s;
	position: absolute;
	top: -100px;
	left: -450px;
    background: #fff;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    opacity: 0.2;
}

#circle-xlarge_m {
    -webkit-animation: circle-small-scale_m 3s ease-in-out infinite alternate;
    animation: circle-small-scale_m 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.9s;
	position: absolute;
	top: -250px;
	left: -600px;
    background: #fff;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    opacity: 0.1;
}

#circle-xxlarge_m {
    -webkit-animation: circle-small-scale_m 3s ease-in-out infinite alternate;
    animation: circle-small-scale_m 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 1.2s;
	position: absolute;
	top: -400px;
	left: -750px;
    background: #fff;
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    opacity: 0.05;
}

@-webkit-keyframes circle-small-scale_m {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes circle-small-scale_m {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}

.content2_m {
  position: relative;
  z-index: 10;
}


.mpop-layer .pop-container {
  padding: 0px 0px;
}

.mpop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.mpop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}

.mpop-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 60vh;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
/*
  width: 100%;
  height: 100%;
*/
  background-color: #fff;
  border: 0px solid #e5e5e5;
  z-index: 99999999999;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
}

.dim-layer .mpop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}


.mobile_call_btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 0;
/*    background: #fff; */
    border-radius: 70px;
    position: fixed;
    bottom: 80px;
    right: 14px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.mobile_call_btn i {
    display: inline-block;
    width: 60px;
    height: 60px;
/*    background: #0054f4; */
    border-radius: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}



.mobile_call_kakao {
    display: inline-block;
    width: 55px;
    height: 55px;
    padding: 0;
    background: #fddc3f;
    border-radius: 70px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.mobile_call_kakao i {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fddc3f;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}


.mobile_kakao {
    display: inline-block;
    width: 150px;
    height: 60px;
    padding: 0;
/*    background: #fff; */
    border-radius: 0px;
    position: fixed;
    bottom: 20px;
    left: 9px;
    z-index: 9999;
    text-align: center;
}

.mobile_kakao i {
    display: inline-block;
    width: 60px;
    height: 60px;
/*    background: #0054f4; */
    border-radius: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.m_call2 {color: #fff; background: linear-gradient(-45deg, #e90015, #610289, #0108f9, #070c8f);
background-size: 400% 400%; animation: AnimationName 7s ease infinite;}


.mobile_box {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 0;
/*    background: #fff; */
    border-radius: 0px;
    position: fixed;
    bottom: 15px;
    left: 0px;
    z-index: 9999;
    text-align: center;
}












