@charset "utf-8";
header {position:fixed;top:0px;left:0px;z-index:999;width:100%;}
header .logo {color:#FFFFFF;}
header .menu {color:#FFFFFF;display:inline-block; position:relative; cursor:pointer;}
header .menu:hover {color:#ff7200;transition: 0.5s all ease;}
header .menu:after { content:''; width:0; height:3px; background:#ff7200; position:absolute; bottom:-5px; left:50%; transform:translateX(-50%); transition:all .2s; }
header .menu:hover:after{ width:100%; }

/*
header .menu:hover {background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-size: 400% 400%; animation: AnimationName 5s ease infinite;}
header .menu:after { content:''; width:0; height:3px; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; position:absolute; bottom:-5px; left:50%; transform:translateX(-50%); transition:all .2s; }
header .menu:hover:after{ width:100%; animation: AnimationName 5s ease infinite;}
*/

header,
header .logo img.white,
header .logo img.black { transition: 0.4s; }

header.on { background: rgb(0, 0, 0, 0.7);box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);backdrop-filter: blur(5px);}
header.on .logo {color:#111;}


header.on .menu { color:#111;display:inline-block; position:relative; cursor:pointer; }
header.on .menu:hover {color:#ff7200;transition: 0.5s all ease;}
header.on .menu:after { content:''; width:0; height:3px; background:#ff7200; position:absolute; bottom:-5px; left:50%; transform:translateX(-50%); transition:all .2s; }
header.on .menu:hover:after{ width:100%; }


/*
header.on .menu { color:#111;display:inline-block; position:relative; cursor:pointer; }
header.on .menu:hover {background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-size: 400% 400%; animation: AnimationName 5s ease infinite;}
header.on .menu:after { content:''; width:0; height:3px; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; position:absolute; bottom:-5px; left:50%; transform:translateX(-50%); transition:all .2s; }
header.on .menu:hover:after{ width:100%; animation: AnimationName 5s ease infinite;}
*/

/*header.on .logo img.white { opacity: 0; }
header.on .logo img.black { opacity: 1; }*/

-->


.main_box { color: #fff; background: linear-gradient(-45deg, #ffa800, #00aab7, #ff7200, #1dd0af);
background-size: 400% 400%; animation: AnimationName 15s ease infinite;}

.ci_spin {
    position: relative;
    width: 35px;height:29px;
}

.ci_spin1 {
    position: absolute;
    width: 35px;height:29px;
    animation: rotation 10s linear 0s infinite normal none running;
}
.ci_spin2 {
    position: absolute;
    width: 35px;height:29px;
    animation: rotation 5s linear 0s infinite normal none running;
}
.ci_spin3 {
    position: absolute;
    width: 35px;height:29px;
    animation: rotation 7s linear 0s infinite normal none running;
}

@keyframes rotation{
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.main_box1 {color: #fff; background: linear-gradient(-45deg, #e90015, #610289, #0108f9, #070c8f);
background-size: 400% 400%; animation: AnimationName 15s ease infinite;}

.cnt_box1 {color: #fff; background: linear-gradient(-45deg, #fde8ff, #f3e8ff, #e8efff, #e8fdff);
background-size: 400% 400%; animation: AnimationName 15s ease infinite;}
.main_box11 {color: #fff; background: linear-gradient(-45deg, #e90015, #610289, #0108f9, #070c8f);
background-size: 400% 400%; animation: AnimationName 15s ease infinite;}



.visual_main_new {
    width: 100%;
    height: 100vh;
}

.visual_main-box_new {
    float: left;
    width: 100%;
    height: 90vh;
    position: relative;
    animation: main_new 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.visual_con_new {
    width: 100%;
    height: 90vh;
    position: relative;
    text-align: center;
}

.title_con_new {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 15%;
}


@keyframes main_new {
    0% {
        width:50%;
    }
    100% {
        width:100%;
    }
}


.line-ani2{display: inline-block;position: relative;padding-bottom: 3px}
.line-ani2:after{content: '';width: 0;height: 3px;background: #fff000;position: absolute;left: 0;bottom: 0;}
.line-ani2.aos-animate:after{animation: line-ani 1s 1s 1 normal both}

.line-new1{display: inline-block;position: relative;}
.line-new1:after{content: '';width: 0;height: 4px;background: #4a00b5;position: absolute;left: 0;bottom: 0;}
.line-new1.aos-animate:after{animation: line-ani 1s 1s 1 normal both}

.line-new2{display: inline-block;position: relative;}
.line-new2:after{content: '';width: 0;height: 2px;background: #1900e1;position: absolute;left: 0;bottom: 0;}
.line-new2.aos-animate:after{animation: line-ani 1s 1s 1 normal both}

.line-new3{display: inline-block;position: relative;}
.line-new3:after{content: '';width: 0;height: 2px;background: #111111;position: absolute;left: 0;bottom: 0;}
.line-new3.aos-animate:after{animation: line-ani 1s 1s 1 normal both}

@keyframes line-ani{
  from{width: 0;}
  to{width: 100%;}
}


.btn_scroll2 { 
position:absolute;
width:100%;
bottom:5%;
display:block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-ms-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
z-index:5; 
animation: Bscroll 2s linear infinite both;
}

@keyframes Bscroll {
	0% {transform: translateY(-7px);}
	50% {transform: translateY(7px);}
	100% {transform: translateY(-7px);}
}


.nbox1 {
    animation: bound 1s infinite alternate;
}

@keyframes bound{
  from{background-image: url(/a_law365/img_4.png);}
  to{background-image: url(/a_law365/img_4b.png);}
}


/*
.bx-wrapper {
    position: relative;
    margin: 0px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 45px;
    width: 100%;
    display:none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgb(255, 255, 255, 0.5);
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #FFF;
}
*/

.underlineCross {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.underlineCross:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 102%;
    height: 12px;
    background-color: #4179ff;
    z-index: -1;
}

.underline2 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.underline2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    width: 102%;
    height: 12px;
    background-color: #ffffff;
    z-index: -1;
}

.sl_box { color: #fff; background: linear-gradient(-45deg, #239e36, #00c73c, #1c24f1, #1dd0af);
background-size: 400% 400%; animation: AnimationName 15s ease infinite;}


.s_ci_spin {
    position: absolute;
    width: 400px;height:328px;
    top:-20px;
    left:20px;
}

.s_ci_spin1 {
    position: absolute;
    width: 400px;height:328px;
    animation: rotation2 10s linear 0s infinite normal none running;
}
.s_ci_spin2 {
    position: absolute;
    width: 400px;height:328px;
    animation: rotation2 5s linear 0s infinite normal none running;
}
.s_ci_spin3 {
    position: absolute;
    width: 400px;height:328px;
    animation: rotation2 7s linear 0s infinite normal none running;
}

@keyframes rotation2{
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.underlineCross3 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.underlineCross3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 102%;
    height: 5px;
    background-color: #00aab7;
    z-index: -1;
}


.cnt_1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.span_text {
	  background-image: linear-gradient(to right, #8b8faf, #FFFFFF);
	  background-clip: text;
	  -webkit-background-clip: text;
	  color: transparent;
	  padding-top:15px;
	}


.cnt_box_new1 {background: linear-gradient(180deg, #151517, #2d2da5, #211b47, #151517);}


.box {
  background: #2d50ff;
  position: relative;
  border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.01);

  &::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(15px);
    background: linear-gradient(
      to left,
      #ff5770,
      #e4428d,
      #c42da8,
      #9e16c3,
      #6501de,
      #9e16c3,
      #c42da8,
      #e4428d,
      #ff5770
    );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
  }
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}



.section1 {
    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 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 30em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}


.swiper_4 {
	width: 200px;
/*
	width: calc(var(--vw, 1vw) * 80);
	padding-bottom:10%;
*/
}

.swiper_4 .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_4 .swiper_slide_img {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.swiper-pagination4 > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #181818;
}

.glide__arrow--left {
    left: 1em;
}

.glide__arrow--right {
    right: 1em;
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px;
    background-color: rgba(0, 0, 0, .4);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    box-shadow: 0 .25em .5em #0000001a;
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity .15sease, border .3sease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}

.swiper-pagination4 > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #132a65;
}



.section2 {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
}
.section2 .wave2 {
  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 .wave2 span {
  content: "";
  position: absolute;
  width: 245vh;
  height: 245vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}
.content {
  position: relative;
  z-index: 1;
  font-size: 4em;
  letter-spacing: 2px;
  color: #fff;
}
.section2 .wave2 span:nth-child(1) {
  border-radius: 45%;
  background: rgba(20, 20, 20, 1);
  animation: animate2 5s linear infinite;
}

.section2 .wave2 span:nth-child(2) {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate2 10s linear infinite;
}
.section2 .wave2 span:nth-child(3) {
  border-radius: 42.5%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate2 15s linear infinite;
}
@keyframes animate2 {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}



.swiper_1 {
	width: 430px;
/*
	width: calc(var(--vw, 1vw) * 80);
	padding-bottom:10%;
*/
}

.swiper_1 .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 > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #181818;
}

.swiper-pagination2 > .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FFFFFF;
}

#container{
    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 {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px auto;
    overflow: visible;
	top: 0px;
	left: 300px;
}

#circle-small {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 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 {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 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 {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 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 {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 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 {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 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 {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes circle-small-scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}

.content2 {
  position: relative;
  z-index: 10;
}


.pop-layer .pop-container {
  padding: 0px 0px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
}

.pop-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 680px;
  height: 80vh;
  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 .pop-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_kakao_pc {
    display: inline-block;
    width: 170px;
    height: 73px;
    padding: 0;
/*    background: #fff; */
    border-radius: 0px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    text-align: center;
}






