/* cursive  */
@import url('https://fonts.googleapis.com/css2?family=Fasthand&display=swap');

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color:                  #FFFFFF;
    --primary-color:                #ffc107;
    --section-bg-color:             #f9f9f9;
    --dark-color:                   #000000;
    --grey-color:                   #fcfeff;
    --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
    --title-color:                  #565758;
    --p-color:                      #717275;
  
    
  
    --h1-font-size:               72px;
    --h2-font-size:               42px;
    --h3-font-size:               36px;
    --h4-font-size:               32px;
    --h5-font-size:               24px;
    --h6-font-size:               22px;
    --p-font-size:                20px;
    --copyright-text-font-size:   14px;
    --custom-link-font-size:      12px;
  
    --font-weight-light:          300;
    --font-weight-normal:         400;
    --font-weight-bold:           700;
    --font-weight-black:          900;
  }


  body,
  html {
    height: 100%;
   
  }
  
  
  body {      
      font-family: 'NanumSquare', sans-serif !important;
      background: var(--white-color);      
      position: relative;
  }
  /* 
font
Light
font-weight:300;
Regular
font-weight:400;
Bold
font-weight:700;
Extra Bold
font-weight:800; */
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
  text-align: center;  
 
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
ul,li{
 color: var(--p-color);
 font-size: 1.2rem;
 line-height: 130%;
}
/*---------------------------------------
  HERO
-----------------------------------------*/
.my_animation
{
  padding-top: 100px;
  font-family: 'Fasthand', cursive;
}
.main_title
{
  font-size: 1rem;
}
.head-title
{
  font-size: 2.5rem;
  color: #fff;
  margin: 20px;
}
.hero {
    position: relative;
    overflow: hidden;    
}

@media screen and (max-width: 600px) {
  .hero {
    
   
  }
}
@media screen and (min-width: 992px) {
    .hero {
        height: 100vh;
    }

    .custom-video,
    .news-detail-image {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }

    .sticky-wrapper {
        position: relative;
        bottom: 76px;
    }
}

.heroText {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}
/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.application{
  padding-top: 50px;  
 
}
.custom-links {
    width: 100hv;
  }
  
  .custom-link {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
  }
  
  .custom-link::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
  }
  
  .custom-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  
  .custom-link:hover,
  .custom-link:hover::after {
    color: var(--white-color);
  }
  
  b,
  strong {
    font-weight: var(--font-weight-bold);
  }
  .dot
  {
    font-size: 1.2rem;
  }
  
  /*---------------------------------------
    NAVIGATION               
  -----------------------------------------*/
  
  .navbar {
    z-index: 9;
    right: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .navbar-brand {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: var(--font-weight-bold);
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .navbar-nav .nav-link::after {
    content: "\f140";
    font-family: bootstrap-icons;
    display: inline-block;
    margin-left: 10px;
    color: var(--primary-color);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  
  .navbar-nav .nav-link:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .navbar-nav .nav-link {
    color: var(--p-color);
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    position: relative;
  }
  
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-item.active .nav-link::after {
    color: var(--primary-color);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .navbar-nav .nav-item.active .nav-link,
  .nav-link:focus, 
  .nav-link:hover {
    color: var(--dark-color);
  }
  
  .nav-link:focus {
    color: var(--p-color);
  }
  
  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
  }
  
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
  }
  
  .navbar-toggler .navbar-toggler-icon {
    background: var(--dark-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }
  
  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--dark-color);
    width: 30px;
    height: 2px;
    content: '';
  }
  
  .navbar-toggler .navbar-toggler-icon:before {
    top: -8px;
  }
  
  .navbar-toggler .navbar-toggler-icon:after {
    top: 8px;
  }

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (min-width: 992px) {
    .hero {
      height: 100vh;
    }
  
    .custom-video,
    .news-detail-image {
      object-fit: cover;
      width: 100vw;
      height: 100vh;
    }
  
    .sticky-wrapper {
      position: relative;
      bottom: 76px;
    }
  }
  
  .heroText {
    position: absolute;
    margin-top:-50px;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
  }
  /*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {
    background: var(--dark-color);
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
  
  .site-footer .custom-link {
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--p-font-size);
  }
  
  .site-footer .custom-link:hover,
  .site-footer .social-icon-link:hover {
    color: var(--white-color);
  }
  
  .copyright-text {
    color: rgba(255, 255, 255, 0.45);
    font-size: var(--copyright-text-font-size);
  }
/*---------------------------------------
  main Button            
-----------------------------------------*/
button {
    margin: 0px;
  }
  .custom-btn {

    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    
  }
  
   /* 11 */
   .btn-11 {
    border: none;
    background: rgb(251,33,117);
      background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
      color: #fff;
      overflow: hidden;
      width: 100%;
  }
  .btn-11:hover {
      text-decoration: none;
      color: #fff;
  }
  .btn-11:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: shiny-btn1 3s ease-in-out infinite;
  }
  .btn-11:hover{
    opacity: .7;
  }
  .btn-11:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
  }


  @-webkit-keyframes shiny-btn1 {
      0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
      80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
      81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
      100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  /*
 type script
  */
  .type_text {
    font-size: 1.5rem;
    padding: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
}
.type_text span.typed-text {
    font-weight: normal;
    font-size: 2rem;
    color: #bd0f0f;
}
.type_text span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}
.type_text span.cursor.typing {
animation: none;
}
@keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
}

/*
quote
*/
/* .quote {
  margin: 0;
  background: #eee;
  padding: 1em;
  border-radius: 1em;
  font-size: 1rem;
}
.quote figcaption,
.quote blockquote {
  margin: 1em;
} */
.blockquote {
  padding: 60px 80px 40px;
  position: relative;
}
.blockquote p {
  /* font-family: "Utopia-italic"; */
  font-size: 25px;
  font-weight: 700px;
  text-align: center;
  color: #161616;
  line-height: 130%;
}

/*blockquote p::before {
  content: "\f095"; 
  font-family: FontAwesome;
 display: inline-block;
 padding-right: 6px;
 vertical-align: middle;
font-size: 180px;
}*/

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;

  content:"\f10d";
  font-size: 100px;
  color: rgba(0,0,0,0.1);
  
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 100px;
}
cite
{
  color: #717275;
  font-size:  0.6em;
}
/*
flicker
*/
.wrapper.six{
  background-color: #040283;
  height: 160px;
  text-align: center;
  }
.flicker {
  padding-top: 2rem;
  font-size: 1.5rem;   
  color: #fffefe61;
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#1d1c1c), color-stop(0.8, #ffffff)) no-repeat;
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.8, #fff)) no-repeat;
  background-size: 110px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: flick 1.5s infinite;
  line-height: 100%;  
}
@keyframes flick {
0% {
  background-position: top left;
}
100% {
  background-position: top right;
}
}
.bounce {
  font-size: 2rem;
  margin: 3rem auto;
  -webkit-box-reflect: below -20px linear-gradient(transparent, #211e1e2e);
}
.bounce span {  
  display: inline-flex;
  color: #cb93ff;  
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%,
  50%,
  100% {
      transform: translateY(0);
  }
  25% {
      transform: translateY(-20px);
  }
}
.ten span:nth-of-type(1) {
  animation-delay: 0.1s;
}
.ten span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.ten span:nth-of-type(3) {
  animation-delay: 0.3s;
}
.ten span:nth-of-type(4) {
  animation-delay: 0.4s;
}
.ten span:nth-of-type(5) {
  animation-delay: 0.5s;
}
.ten span:nth-of-type(6) {
  animation-delay: 0.6s;
}

/*
title
*/
.sub_title1{
  font-size: 1.7rem;
  color: var( --e-global-color-primary );
}
/*
bg on text
*/
.background-wrap {
  background-image: url('https://image.freepik.com/free-photo/wall-wallpaper-concrete-colored-painted-textured-concept_53876-31799.jpg');
  
  width: 100%;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner1 {
  display: flex;
  flex-direction: column;
}

.banner1 span {
  color: white;
}

.banner1 span:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}

.banner1 span:nth-child(2) {
  font-size: 20px;
}
/*
  button
*/
.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
  color: #fff;
  
  
}

.elementor-button-content-wrapper {
  display: flex;
  justify-content: center
}

.elementor-button-icon {
  flex-grow: 0;
  order: 5
}

.elementor-button-icon svg {
  width: 1em;
  height: auto
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px
}

.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px
}

.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px
}

.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15
}

.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #a1b0b4
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}
/*

*/
.sub_title2
{
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
  margin-top: 1rem; 
  letter-spacing: -0.05em;
  color: #585858;
}
.sub_title3
{
  font-size: 1.3rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  margin-top: 1rem; 
  letter-spacing: -0.05em;
  color: #202020;
}
/*

*/

  .faq-header{
    font-size: 2rem;
    border-bottom: 1px dotted #ccc;
    padding: 24px;
    }

    .faq-content {
      margin: 0 auto;
      max-width:70%;
    }
    @media screen and (max-width: 600px) {
      .faq-header{
        font-size: 2rem;
      }
      .panel-content{        
          font-size: 1.2rem;
      }
    }

    .faq-question {
      padding: 20px 0;
      border-bottom: 1px dotted #ccc;
    }

    .panel-title {
      font-size: 24px;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 10px 10px 0 0;
      display: block;
      cursor: pointer;
      text-align:left;
    }

    .panel-content {      
      position: relative;
      left: -30px;
      width: 120%;
      font-size: 1.2rem;
      padding: 0;
      margin: 0 ;
      height: 0;
      overflow: hidden;
      z-index: -1;
      position: relative;
      opacity: 0;

      /* -webkit-transition: .4s ease;
      -moz-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease; */
      text-align:left;
    }

    .panel:checked ~ .panel-content{
      height: auto;
      opacity: 1;
      padding: 14px;
    }

    .plus {
      position: absolute;
      margin-left: -50px;
      margin-top: 4px;
      z-index: 5;
      font-size: 42px;
      line-height: 100%;
      -webkit-user-select: none;    
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-transition: .2s ease;
      -moz-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease;
    }

    .panel:checked ~ .plus {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .panel {
    display: none;
    }

    /*
      free lesson 
    */
    .screen-title
    {
      font-size: 1.2rem;
    }
    .screen-1 {
      background: #f1f7fe;
      padding: 2em;
      display: flex;
      flex-direction: column;
      border-radius: 30px;
      box-shadow: 0 0 2em #e6e9f9;
      gap: 2em;
    }
    
    .screen-1 .email {
      background: white;
      box-shadow: 0 0 2em #e6e9f9;
      padding: 1em;
      display: flex;
      flex-direction: column;
      gap: 0.5em;
      border-radius: 20px;
      color: #4d4d4d;
      margin-top: -3em;
    }
    .screen-1 .email input {
      outline: none;
      border: none;
    }
    .screen-1 .email input::-moz-placeholder {
      color: black;
      font-size: 0.9em;
    }
    .screen-1 .email input:-ms-input-placeholder {
      color: black;
      font-size: 0.9em;
    }
    .screen-1 .email input::placeholder {
      color: black;
      font-size: 0.9em;
    }
    .screen-1 .email ion-icon {
      color: #4d4d4d;
      margin-bottom: -0.2em;
    }
    .screen-1 .password {
      background: white;
      box-shadow: 0 0 2em #e6e9f9;
      padding: 1em;
      display: flex;
      flex-direction: column;
      gap: 0.5em;
      border-radius: 20px;
      color: #4d4d4d;
    }
    .screen-1 .password input {
      outline: none;
      border: none;
    }
    .screen-1 .password input::-moz-placeholder {
      color: black;
      font-size: 0.9em;
    }
    .screen-1 .password input:-ms-input-placeholder {
      color: black;
      font-size: 0.9em;
    }
    .screen-1 .password input::placeholder {
      color: black;
      font-size: 0.9em;
    }
    .screen-1 .password ion-icon {
      color: #4d4d4d;
      margin-bottom: -0.2em;
    }
    .screen-1 .password .show-hide {
      margin-right: -5em;
    }
    .screen-1 .login {
      padding: 1em;
      background: #3e4684;
      color: white;
      border: none;
      border-radius: 30px;
      font-weight: 600;
    }
    .screen-1 .footer {
      display: flex;
      font-size: 0.7em;
      color: #5e5e5e;
      gap: 14em;
      padding-bottom: 10em;
    }
    .screen-1 .footer span {
      cursor: pointer;
    }
    
    button {
      cursor: pointer;
    }
    .kakaoChat{
      width: 100px;
  }
  .naverChat{
      width: 88px;
      border-radius: 10%;
  }
  .p-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/*
about 8 blink
*/
@keyframes blink-effect {
  80% {
    opacity: 0;
  }
}

.blink {
  animation: blink-effect 1.5s step-end infinite;
  font-size: 1.2rem;

  /*
  animation-name: blink-effect;
  animation-duration: 1s;
  animation-iteration-count:infinite;
  animation-timing-function:step-end;
  */
}

/*

*/
.title2
{
  font-size: 3rem;
  line-height: 120%;
}


/*
keyword
*/
.keyword_txt1 {
  font-family: 'Fasthand', cursive;
  font-size: 25px;  
}

/*
top ani
*/


.animation_txt1 {
  font-family: 'Fasthand', cursive;
  color: #EEE;  
  text-align: center;
  font-size: 30px;  
  background-color: #000;
}


/*
본문이미지
*/
.back_img { border-radius:10%;width:100%;padding:20px; }
/*
flipX 깜빡임
*/
 /* flipping class and key frames*/
 .flipX {
  animation: 1s anim-flipX ease infinite;
  font-size: 2rem;
  color: #ff6767;
  }
  @keyframes anim-flipX {
  0% {
      opacity: 0;
      transform: rotateX(90def);
  }
  50% {
      opacity: 1;
      transform: rotateX(720deg);
  }
  100% {
      /* animate nothing to pause animation at the end */
      opacity: 1;
      transform: rotateX(720deg);
  }
  }

  /*
  밑줄
  */
  .underline-10px {
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: rgb(248, 252, 43);
  }
  /*
  shadow box
  */
  .shadow-box1
  {
    padding: 15px;
    background-color: #b5b4ff;
     box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; 
     border-radius: 10px 10px 10px 10px
  }
  
  .pricingdiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* font-family: 'Noto Sans KR'; */
  }

  .pricingdiv ul.theplan{
    height: 320px;
    list-style: none;
    margin: 0;
    padding: 0px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: white;
    /* background: #7c3ac9; */
    /* background: linear-gradient(-45deg, #7d3bf7, #65a2fc); */
    background: linear-gradient(-45deg, #fc9c9c, #fb3a5a);
    position: relative;
    width: 250px; /* width of each table */
    margin-right: 10px; /* spacing between tables */
    margin-bottom: 1em;
    transition: all .5s;

  }

  .pricingdiv ul.theplan:hover{ /* when mouse hover over pricing table */
    transform: scale(1.05);
    transition: all .5s;
    z-index: 100;
    box-shadow: 0 0 10px gray;
  }

  /* .pricingdiv ul.theplan li{
    margin: 10px 20px;
    position: relative;
  } */
  .pricingdiv ul.theplan li.shadow-box1_title
  {
    color: #f3f3f3;
    font-size: 1.5rem;   
    padding-right:30px;
    padding-top: 45px;
    padding-bottom: 30px;
    text-align: center;
  }
  .pricingdiv ul.theplan li.main_desc
  {
    font-size: 20px;    
    color: #fff;   
  }
  
  

  .pricingdiv ul.theplan:nth-of-type(2){
    /* background: #e53499; */

    /* background: linear-gradient(-45deg, #e53499, #65a2fc); */
    /* background: linear-gradient(-45deg, rgb(255, 47, 82), #1f79ff); */
    background: linear-gradient(-45deg, #ff3d3d -0.37%, #db9999 100%), #c4c4c4;
  }

  .pricingdiv ul.theplan:nth-of-type(3){
    /* background: #2a2cc8; */
    /* background: linear-gradient(-45deg, rgb(255, 47, 82), #1f79ff); */
    background: linear-gradient(-45deg, #db9999, #fb3a5a);
  }


  .pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
    margin-right: 0;
  }

  /*very last LI within each pricing UL */
  .pricingdiv ul.theplan li:last-of-type{
    /* text-align: center;
    margin-top: auto;  */
    margin-right: 0;
  } 

  /* .icon-tropy {

    padding-left:15px;
  } */

  @media only screen and (max-width: 500px) {
    .pricingdiv ul.theplan{
      border-radius: 20px;
      width: 100%;
      margin-right: 0;
    }

    .pricingdiv ul.theplan:hover{
      transform: none;
      box-shadow: none;
    }

    .pricingdiv ul.theplan li.main_desc
    {
      font-size: 25px;    
      color: #fff;   
    }
  }
/* btn */
                
.btn-grad {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad2 {
  background-image: linear-gradient(to right, #0575E6 0%, #021B79  51%, #0575E6  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad2:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


/* card */
.card-header
{
  color: gray;
  font-size: 25px;
  margin: 10px;
}

/*

전세계인과
*/
.title_h1{
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
.title_sub_h3
{  
  font-size: 1.5rem;
  font-weight: 200;
}
.title_sub_h3_ad{
  margin-top:10px;
  /* font-family: 'Noto Serif KR', serif; */
  font-weight: 200;
  font-size: 1.2rem;
}
.section_content
{
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 110%;
}
.section2
{
    padding: 8rem 5.7rem 1.4rem;
}
.section__link{
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 1.1rem;
  text-decoration: underline;

}
.section__link--purple{
  color: #0212ee;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1000px) {
  .floatLeft{
    float: left;
  }
}
.section2__card{
  float: right;
  width: 490px;
}

/*
push button
*/

a.button {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 10px 10px 0;
  font-weight: 600;
  text-align: center;
  line-height: 65px;
  color: #FFF !important;
  font-size: 1.3rem;
  border-radius: 5px;
  transition: all 0.2s ;
}

.btnRedGradient
{
  background: linear-gradient(-45deg, #f71818, #b31217);
  display: block;
}

.btnRedGradient.btnPush
{
  box-shadow: 0px 5px 0px 0px #6D184B;
}
.btnPush:hover {
  margin-top: 15px;
  margin-bottom: 5px;
}
.btnRedGradient.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #6D184B;
}

/* .btnBlueGreen {
  background: #00AE68;
}

.btnLightBlue {
  background: #5DC8CD;
}

.btnOrange {
  background: #FFAA40;
}

.btnPurple {
  background: #A74982;
}

.btnBlueGreen.btnPush {
  box-shadow: 0px 5px 0px 0px #007144;
}

.btnLightBlue.btnPush {
  box-shadow: 0px 5px 0px 0px #1E8185;
}

.btnOrange.btnPush {
  box-shadow: 0px 5px 0px 0px #A66615;
}

.btnPurple.btnPush {
  box-shadow: 0px 5px 0px 0px #6D184B;
} */

/* .btnPush:hover {
  margin-top: 15px;
  margin-bottom: 5px;
}
.btnRedGradient.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #6D184B;
} */
/* .btnBlueGreen.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #007144;
}

.btnLightBlue.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #1E8185;
}

.btnOrange.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #A66615;
}

.btnPurple.btnPush:hover {
  box-shadow: 0px 0px 0px 0px #6D184B;
} */