:root {
  --radius: 8px;
}

*{
  appearance: none;
  box-sizing: border-box;
  cursor: url('/images/pointer.png'), auto;

}
/*COMMON*/
a {
  text-decoration: none;
}

img {
  /* img(인라인 요소) 하단에 Baseline 공백을 제거 */
  display: block;
}

/*INNER*/
.inner {
  max-width: 1095px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px){
  .inner{
    padding: 20px;
  }
}
/*BUTTON*/
.btn {
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 2px solid #43A2D1;
  /* border-radius: 60px; */
  color: #43A2D1;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: .4s;
  text-shadow: #00293E 1px 0 10px;
}
.btn:hover {
  padding: 10px 20px;
  background-color:#43A2D1;
  /* border-radius: 60px; */
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  
  transition: .4s;
  margin-top: 40px;
  text-shadow: #00293E 1px 0 10px;
}
.btn3 {
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 2px solid #43A2D1;
  /* border-radius: 60px; */
  color: #43A2D1;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: .4s;
  text-shadow: #00293E 1px 0 10px;
}
.btn3:hover {

  color: #3366FF;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  
  transition: .4s;
  margin-top: 40px;
  text-shadow: #00293E 1px 0 10px;
}
@media (max-width: 1038px){
  .btn {
    background-image: url(/images/menu.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 75%;
    border: 0;
    border-radius: 0;
    transition: .4s;
    text-shadow: #00293E 1px 0 10px;
  }
  .btn:hover {
    color: #fff;

    text-shadow: #00293E 1px 0 10px;
  }
}
.btn-slogan {
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 2px solid #43A2D1;
  /* border-radius: 60px; */
  color: #43A2D1;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: .4s;
  margin-top: 40px;
}
.btn-slogan:hover {
  font-size: 20px;
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 0;
  /* border-radius: 60px; */
  /* background-color: #43A2D1; */
  color: #43A2D1;
}
.btn-slogan2 {
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 2px solid #29698A;
  /* border-radius: 60px; */
  color: #29698A;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: .4s;
  margin-top: 40px;
}
.btn-slogan2:hover {
  font-size: 20px;
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 0;
  /* border-radius: 60px; */
  /* background-color: #43A2D1; */
  color: #29698A;
}
.btn-slogan3 {
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  background-color:  #3366ff;
  /* border-radius: 60px; */
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  transition: .4s;
  margin-top: 40px;
}
.btn-slogan3:hover {
  font-size: 20px;
  padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 0;
  /* border-radius: 60px; */
  /* background-color: #43A2D1; */
  color: #29698A;
}
@media (max-width: 768px){
  .btn-slogan {
    padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 2px solid #43A2D1;
  /* border-radius: 60px; */
  color: #43A2D1;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: .4s;
  margin-top: 40px;
  }
  .btn-slogan:hover {
    border: 0;
    background-color: #43A2D1;
    color: #fff;
  }
  .btn-slogan2 {
    padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 1px solid #29698A;
  /* border-radius: 60px; */
  color: #29698A;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: .4s;
  margin-top: 40px;
  }
  .btn-slogan2:hover {
    border: 0;
    background-color: #29698A;
    color: #fff;
  }
  .btn-slogan3 {
    padding: 10px 20px;
  /* border: 2px solid #313131; */
  border: 1px solid #3366ff;
  /* border-radius: 60px; */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: .4s;
  margin-top: 40px;
  }
  .btn-slogan3:hover {
    border: 0;
    background-color: #3366ff;
    color: #fff;
  }
}
.button {
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.25rem 4rem;
  /* border-radius: var(--radius); */
  position: relative;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
.button:hover {
  background-color: #00293E;
  color: #fff;
}
@media (max-width: 768px){
  .button {
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.75rem 3.5rem;
    /* border-radius: var(--radius); */
    background: linear-gradient(#ffffff, #dedede);
    transition: all 0.4s ease-in-out;
    position: relative;
  }
  .button:hover {
    background: linear-gradient(#ffffff, #43A2D1);
  }
}
/*HEADER*/
nav{
  position: fixed;
  z-index: 99;
  max-width: 100%;
  background: #242526;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);  

}
nav .wrapper{
   position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
@media (max-width: 768px){
  nav .wrapper{
    padding: 0px 15px;
  }
}
@media (max-width: 1024px){
  nav .wrapper{
    border-bottom: none;
  }
}
.wrapper .logo{
  display: inline;
}
.wrapper .logo a{
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #3366ff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  color: #3366ff;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 180px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  font-weight: 400;
  border-radius: 0px;
  margin-left: 0;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #fff;
  padding: 25px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* box-shadow: 0 6px 10px rgba(0,0,0,0.15); */
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row .mega-links{
  margin-left: 0;
}
.row .mega-links p a{
  font-size: 16px;
  color: #3366ff;
}
.row .mega-links p a:hover{
  color: #3366ff;
}
.row .mega-links li{
  line-height: 1.25;
  
}

.row .mega-links li a{
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.row .mega-links li a:hover{
  color: #3366ff;

}

.sub-links {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.18);
  color: #000;
 border-top: 1px solid #f5f5f5;
}
.sub-links-nav{
  text-align: center;
}
.sub-links li{
  display: inline-block;
  padding: 10px 20px;
  color: #29698A;
}
.sub-links li a{
color: #000;
font-size: 14px;
}
.sub-links li a:hover{
color: #29698A;
}


.wrapper .btn{
  color: #fff;
  font-size: 20px;
  
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 1038px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #fff;
    /* background-image: url(/images/fl2.gif);
    background-size: 78%;
    background-repeat: no-repeat;
    background-position: 50% 93%; */
    opacity: 98%;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    border: 0;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    /* transition: all 0.3s ease; */
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #00293E;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0px;
    /* border-bottom: solid 1px #ccc; */
    border-radius: 0px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{

  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/* Navigation */
nav {
  --nav-height: 52px;
  border-bottom: 1px solid var(--color-border);
  background-color: rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  z-index: 8;

}

nav .inner {
  max-width: 1000px;
  height: var(--nav-height);
  display: flex;
  align-items: center;
}

nav .inner>h1 {
  flex-grow: 1;
  font-family: 'Open Sans Condensed, sans-serif';
  font-size: 1em;
  font-weight: 600;
  color: #00293E;
}

nav .menu {
  display: flex;
  gap: 12px;
  margin-right: 18px;
}

nav .menu li a {
  display: block;
  padding: 6px;
  font-size: 11px;
  color: #00293E;
}

nav .menu li.active a {
  opacity: .5;
  cursor: default;
}

nav .menu li:hover a {
  color: #669933;
}

nav .menu li.active:hover a {
  color: #669933;
}

@media (max-width: 768px) {
  nav .shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-shadow);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
  }

  nav .contents-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    border-bottom: 1px solid var(--color-border);
    background-color: var(--color-white);
    visibility: hidden;
    transition: .4s;
  }

  nav .menu-toggler {
    position: relative;
    width: 30px;
    height: 24px;
    margin-right: 10px;
    
  }

  nav .menu-toggler::before,
  nav .menu-toggler::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: var(--color-font-darkgray);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s;
  }

  nav .menu-toggler::before {
    transform: rotate(40deg);
    left: -9px;
  }

  nav .menu-toggler::after {
    transform: rotate(-40deg);
    right: -9px;
  }

  nav .menu {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    padding: 10px 40px 30px;
    box-sizing: border-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -50px);
    transition: .4s;
  }

  nav .menu li {
    border-bottom: 1px solid var(--color-border);
  }

  nav .menu li:last-child {
    border-bottom: none;
  }

  nav .menu li a {
    padding: 16px 0;
    font-size: 14px;
  }

  nav.menuing .shadow {
    visibility: visible;
    opacity: 1;
  }

  nav.menuing .contents-bg {
    visibility: visible;
    height: 232px;
  }

  nav.menuing .menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  nav.menuing .menu-toggler::before {
    transform: rotate(-40deg);
  }

  nav.menuing .menu-toggler::after {
    transform: rotate(40deg);
  }
}


/*VISUAL*/
.main-banner {
  background-color: #00293E;
  background-image: url(/images/fl_ani.gif);
  background-size: 40%;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0 0 120px 0;
}
@media (max-width: 768px) {
.main-banner-m {
  height: 645px;
  padding: 20px;
  background-color: #00293E;
  background-image: url(/images/fl_ani.gif);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: bottom;
}
.main-banner-m-ani {
  height: 360px;
  padding: 20px;
  background-color: #00293E;
  background-image: url(/images/fl_ani.gif);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: bottom;
}
}
.flipped-r{
  position: absolute;
  right: 0;
}
.ani{
  position:absolute;
  top: 40px;
  left: 250px;
  width: 445px;
}
#slogan {
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  font-weight: 400;
  color: #ffF;
  line-height: 1.5;
  position: 20%;
  text-shadow: #F3FF44 1px 0 10px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1600px;
}
#slogan > span {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.25em;
  font-weight: 400;
  color: #ffF;
  text-shadow: #F3FF44 1px 0 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #slogan{font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 2;
    color: #ffF;
    line-height: 1.5;
    position: absolute;
    top: 25%;
    text-shadow: #F3FF44 1px 0 10px;
    text-transform: uppercase;}
  #slogan > span {
      font-family: 'Open Sans', sans-serif;
      font-size: 78px;
      font-weight: 400;
      line-height: 1;
      color: #ffF;
      text-shadow: #F3FF44 1px 0 10px;
      text-transform: uppercase;
    }
}

.slogan-header {
  height: 2em;
  display:block; cursor:pointer; box-sizing:border-box; margin:auto 36px;
}
@media (max-width: 768px) {
  .logo{height: 16px; 
  left: 250px;
top: 15px;}
}

.slogan-header-1 {
  display:flex; align-items:center;
  margin-left: 300px;
}

.main-slogan-q {
  color: #3366ff;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
}

.main-slogan-1 {
  color: #3366ff;
  font-size: 5em;
  font-weight: 600;
}


.hover-underline-animation-wh {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-wh::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #669933;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-wh:hover::after {
  transform: scaleX(1);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.hover-underline-animation-bl2 {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-bl2::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 20px;
  left: 0;
  background-color: #29698A;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-bl2:hover::after {
  transform: scaleX(1);
}
.hover-underline-animation-bl2 {
  display: inline-block;
  position: relative;
}
.hover-underline-animation-bl3 {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-bl3::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 20px;
  left: 0;
  background-color: #3366FF;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-bl3:hover::after {
  transform: scaleX(1);
}
.hover-underline-animation-bl3 {
  display: inline-block;
  position: relative; 
}

.hover-underline-animation-bl {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-bl::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #43A2D1;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-bl:hover::after {
  transform: scaleX(1);
}
.hover-underline-animation-bl-1 {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-bl-1::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #29698A;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-bl-1:hover::after {
  transform: scaleX(1);
}
.hover-underline-animation-bl-2 {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-bl-2::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: #29698A;
  transition: transform 0.25s ease-out;
  
}

.hover-underline-animation-bl-2:hover::after {
  transform: scaleX(1);
}


.hover-underline-animation-bk {
  display: inline-block;
  position: relative;
}

.hover-underline-animation-bk::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #00293E;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-bk:hover::after {
  transform: scaleX(1);
}


@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}
.dropdown {
  background-color: #f5f5f5;
  padding: 20px 0;
}

.pTxt1-sm-1 {
  color: #3366ff;
  font-size: 0.8em;
  font-weight: 700;
}

.pTxt1-sm-2 {
  color: #000;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.5;
}

.pTxt1-sm-wh {
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 2.3;
}

.pTxt1-sm-bl {
  color: #000;
  font-size: 0.8em;
  font-weight: 700;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
  {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}


/*NOTICE*/
/*NOTICE LINE*/
.notice .notice-line {
  position: relative;
}

.notice .notice-line .bg-left {
  width: 33.4%;
  height: 100%;
  background-color: #313131;
  position: absolute;
  top: 0;
  left: 0;
}

.notice .notice-line .bg-right {
  width: 66.6%;
  height: 100%;
  background-color: #f3ff44;
  position: absolute;
  top: 0;
  right: 0;
}

.notice .notice-line .inner {
  height: 62px;
  z-index: 1;
  display: flex;
}

.notice .notice-line .inner__left {
  width: 60%;
  height: 100%;
  background-color: #313131;
  display: flex;
  align-items: center;
}

.notice .notice-line .inner__left h2 {
  color: #669933;
  font-size: 1em;
  font-weight: 600;
  margin-right: 20px;
}

.notice .notice-line .inner__left .swiper-container {
  height: 62px;
  flex-grow: 1;
}

.notice .notice-line .inner__left .swiper-slide {
  height: 62px;
  display: flex;
  align-items: center;
}

.notice .notice-line .inner__left .swiper-slide a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.65em;
  line-height: 1.25;
}

.notice .notice-line .inner__left .notice-line__more {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice .notice-line .inner__left .notice-line__more .material-icons {
  color: #669933;
  font-size: 2em;
}

.notice .notice-line .inner__right {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.notice .notice-line .inner__right h2 {
  font-size: 1em;
  font-weight: 600;
  color: #000;
}

.notice .notice-line .inner__right .toggle-promotion {
  width: 62px;
  height: 62px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3366ff;
}

.notice .notice-line .inner__right .toggle-promotion .material-icons {
  font-size: 30px;
  color: #29698A;
}

.notice .notice-line .inner__left {
  width: 120%;
  height: 100%;
  background-color: #333;
  display: flex;
  align-items: center;
}

.notice .notice-line .inner__left h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-right: 20px;
}

.notice .notice-line .inner__left .swiper-container {
  height: 62px;
  flex-grow: 1;
}

.notice .notice-line .inner__left .swiper-slide {
  height: 62px;
  display: flex;
  align-items: left;
}

.notice .notice-line .inner__left .swiper-slide a {
  color: #fff;
}

.notice .notice-line .inner__left .notice-line__more {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice .notice-line .inner__left .notice-line__more .material-icons {
  color: #fff;
  font-size: 30px;
}




/*courses*/
.notice .courses {
  /*width: auto;*/
  height: 693px;
  background-color: #F3FF44;
  position: relative;
  overflow: hidden;
  transition: height .4s;
  /* margin: 200px; */
}

.notice .courses.hide {
  height: 0;
}

.notice .courses .swiper-container {
  /* 819px 슬라이드 3개와 그 사이 여백 10px씩 = 2477px */
  width: calc(819px * 3 + 20px);
  height: 553px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: calc((819px * 3 + 20px) / -2);
}

.notice .courses .swiper-slide {
  position: relative;
  opacity: .5;
  transition: opacity 1s;
}

.notice .courses .swiper-slide-active {
  opacity: 1;
}

.notice .courses .swiper-slide .btn {
  /*width: 130px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.notice .courses .swiper-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 0;
}

.notice .courses .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  background-image: url("/images/promotion_slide_pager.png");
  width: 13px;
  height: 12px;
  margin-right: 6px;
  outline: none;
}

.notice .courses .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.notice .courses .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("/images/promotion_slide_pager_on.png");
}

.notice .courses .swiper-prev,
.notice .courses .swiper-next {
  width: 42px;
  height: 42px;
  outline: none;
  background-color: #313131;
  border-radius: 50%;
  position: absolute;
  /* Swiper Container 높이의 절반만큼 끌어올림 */
  /* 버튼 높이의 절반만큼 추가로 끌어올림 */
  top: 300px;
  z-index: 1;
  
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}

.notice .courses .swiper-prev {
  left: 50%;
  margin-left: -480px;
}

.notice .courses .swiper-next {
  right: 50%;
  margin-right: -480px;
}

.notice .courses .swiper-prev:hover,
.notice .courses .swiper-next:hover {
  background-color: #fff;
  color: #313131;
}


.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*MAJOR*/
.major {
}

.major .inner {
  height: 60px;
}

.major .texture1 {
  position: absolute;
  top: 0;
  left: 400px;
}

.major .texture2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90px;
}

.major .picture {
  border-radius: 50%;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .5);
  position: absolute;
}

.major .picture1 {
  top: -60px;
  left: 0;
}

.major .picture2 {
  top: 150px;
  left: 250px;
}

.major .text-group {
  position: absolute;
  top: 120px;
  left: 550px;
}

.major .text-group .title {
  margin-bottom: 20px;
}

.major .text-group .description {
  margin-bottom: 20px;
}

#major_r {
  position: absolute;
  top: 120px;
  left: 550px;
  border-left: 2px solid #00293E;
  width: 550px;
}

#major_r td,
#major_r th {
  /* border-top: 1px solid #ddd; */
  padding: 8px;
}

#major_r tr:nth-child(even) {
  background-color: #f2f2f2;
}

#major_r tr:hover {
  background-color: #ddd;
}

#major_r th {
  background-color: #00293E;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  /* border-top: #fff; */
  /* border-bottom: 2px solid ; */
}

#major_r td {
  color: #313131;
  font-size: 0.8em;
}

.sectionBtit {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #00293E;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 9999;
}

.major--1 {
  border-top: #e0e0e0 solid 1px;
  border-bottom: #e0e0e0 solid 1px;
}

.main_video-1>.inner {
  width: 100%;
  max-width: 1095px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 40px;

}

.main_video-1_tit {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #313131;
}

.main_video-1-img {
  width: 69vw;
  margin: 40px 0;
}



/* #sectionC */
#sectionC {
  background-color: #00293E;
}

#sectionC>.inner {
  width: 100%;
  max-width: 1095px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 40px;
}

.sectionCtit {
  font-family: 'Open Sans Condensed, sans-serif';
  font-size: 48px;
  font-weight: 800;
  color: #ffF;
}

#sectionC>.inner>.quote>h2>.mark {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #ffF;
}

#sectionC>.inner>.quote>h2 {
  width: 60%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffF;
  line-height: 40px;
}

#sectionC>.inner>.quote>h2>span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.sectionCsubtit {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  color: #ffF;
  border-left: #00293E 8px solid;
  padding: 0 10px;
}

.sectionCcon {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between
}

h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #00293E;
  background-color: #00293E;
  margin: 40px 10px 0 0;
  border: #00293E 1px solid;
  padding: 15px 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  max-width: 1095px;
  margin: 0 auto;
}

.sectionC_left>img {
  width: 30%;
}

.sectionC_right {
  width: 100%;
  flex-shrink: 3;
  margin: 0 20px 0 0;
}


.sectionCcon {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between
}

.sectionC_left {
  width: 49%;
  flex-shrink: 0
}

.sectionC_right {
  width: 40%
}

.sectionC_right>p {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #313131
}

.sectionC_right>a {
  font-size: 16px;
  line-height: 1.5;
}



/* #sectionE {background: url(/images/video_ptoc.gif) bottom no-repeat; height: 600px; } */
#sectionE {
  /* background-color: #ccc; */
}

#sectionE>.inner {
  width: 100%;
  max-width: 1095px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 40px;
}

.sectionEtit {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  color: #00293E;
  margin-bottom: 20px;
}

.sectionEtit-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  color: #00293E;
}

.sectionEtit-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
  color: #00293E;
  margin-bottom: 20px;
}

.sectionEsubtit {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  color: #00293E;
}

.sectionEcon {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between
}

.sectionE_left {
  width: 49%;
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

.sectionE_left .hl {
  border-bottom: 2px solid #00293E;
  width: 60px;
  margin: 20px 0;
}

.sectionE_left>p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #313131
}

.sectionE_left>p>span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #313131;
}

.sectionE_left>img {
  width: 100%;
}

.sectionE_right {
  width: 49%;
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

.sectionE_right .hl {
  border-bottom: 2px solid #00293E;
  width: 60px;
  margin: 20px 0;
}

.sectionE_right>p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #313131
}

.sectionE_right>p>span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #313131;
  text-transform: uppercase;
}

.sectionE_right>img {
  width: 100%;
}

.sectionE_right>a>h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
  color: #dcd7eb;
  text-decoration: none;
}

.sectionE_right>a>h4:hover {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
  color: #dcd7eb;
  background-color: #00293E;
}

#dot {
  color: #669933;
  font-size: 2em;
}

.sectionE_left>p>.dot_y {
  color: #F3FF44;
  font-size: 1em;
  line-height: 25px;
}

/* WhiteBox */
.whitebox {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 30px;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.whitebox.whitebox--transparent {
  background-color: transparent;
}

.whitebox .icon {
  margin-bottom: 20px;
}

.whitebox h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.whitebox p {
  margin-top: 20px;
  font-size: 19px;
}

.whitebox a.link {
  display: block;
  margin-top: 26px;
}


.swiper-1 {}

.swiper-slide-1 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.swiper-slide-1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 200px;
  height: 200px;
}


.main-slogan {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 768px) {
  .main-slogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase;
  }
}

@media (max-width: 1000px) {
  .whitebox {
    padding: 60px 30px;
  }

  .whitebox .icon {
    width: 44px;
  }

  .whitebox h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .whitebox p {
    font-size: 17px;
  }
}


/* AR */
.ar {
  padding: 20px 20px 0;
  background-color: var(--color-section);
}
.ar .whitebox {
  padding-bottom: 0;
}
.ar .inner {
  display: flex;
}
.ar .inner > div {
  max-width: 600px;
  margin-top: 60px;
  margin-right: 90px;
}

/* Trade */
.trade {
  padding: 20px 20px 0;
  background-color: #669933;
  text-align: center;
  color: #00293E;
}

@media (max-width: 1000px) {
  .trade p br {
    display: none;
  }
}


/* Compare */
.compare {
  padding: 20px 20px 0;
  background-color: #669933;
  text-align: center;
  color: #00293E;

}

.compare .items {
  display: flex;
  justify-content: space-around;
  max-width: 940px;
  margin: 68px auto 74px;
}

.compare .item {
  width: 190px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--color-border);
}

.compare .item .thumbnail {
  height: 214px;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.compare .item ul.colors {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.compare .item ul.colors li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: lightgray;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .1);
}

.compare .item h3.name {
  margin-bottom: 4px;
  font-size: 22px;
}

.compare .item .tagline {
  margin-bottom: 20px;
  font-size: 16px;
}

.compare .item .price {
  margin-bottom: 10px;
  font-size: 14px;
}

.compare .item .btn {
  margin: 0 auto 14px;
}

.compare .item a.link {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .compare .items {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
    margin: 68px auto 34px;
  }
}

@media (max-width: 768px) {
  .compare .whitebox {
    max-width: 430px;
  }

  .compare .items {
    max-width: 190px;
  }

  .compare .item {
    border-bottom: none;
  }

  .compare .links {
    padding-top: 40px;
    border-top: 1px solid var(--color-border);
  }

  .compare a.link {
    margin-top: 0;
  }
}

/*networks-1*/
.networks-1 {
  height: auto;
}

.networks-1>p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  color: #00293E;
  text-align: center;
}

.networks-1>a {
  margin: 1em auto;
}
@media (max-width: 768x) {
.networks-1 {
  background-image: url(/images/EBS-m.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}

.networks-1>p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  color: #00293E;
  text-align: center;
  text-transform: uppercase;
}

.networks-1>a {
  margin: 0.75em auto;
}
}
/*networks*/
.networks {
  height: auto;
  padding: 100PX;
}
@media (max-width: 768px){
  .networks {
    height: 400px;
    padding: 0;
  }
}
.networks .swiper-container {
  width: 100%;
  height: 40px;
}

.networks .swiper-prev,
.networks .swiper-next {
  width: 42px;
  height: 42px;
  outline: none;

  border-radius: 50%;
  background-color: #313131;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}

.networks .swiper-prev {
  left: -100px;
}

.networks .swiper-next {
  right: -100px;
}

.networks .swiper-prev:hover,
.networks .swiper-next:hover {
  background-color: #43A2D1;
  border: 0px;
  color: #fff;
}
.promotion{
  background-color: #f5f5f5;
  padding: 60px 0;
}
.promotion-m{
  padding: 20px;
}

.lms {
  height: 400px;
  background-image: url(/images/lms-bg.gif);
background-size: 150%;
background-repeat: no-repeat;
background-position: center;
padding: auto auto;
}

.lms .inner {

}

.lms>p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  color: #00293E;
  text-align: left;
}

@media (max-width: 768px){
  .lms {

    padding: 0;
    display: block;
    align-items: center;
    background-size: 600%;
  }

  .lms>h3 {
    text-align: left;
    color: #000;
   
  }
  .lms>p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding-left: 20px;

  }
  .lms .inner {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.lms>a {
  margin: 1em auto;
}


/*RESERVE*/
.reserve-c {
    height:200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #00293E;
    background-image: url(/images/flipped.svg);
    background-position: right;
    background-repeat: no-repeat;
    
  }
  
/*RESERVE STORE*/
.reserve-store {
  background-image: url("/images/EBS.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.reserve-store .inner {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reserve-store .medal {
  width: 334px;
  height: 250px;
  perspective: 600px;
}
@media (max-width:768px){
  .reserve-store {
    background-image: url("/images/EBS-m.png");
    background-attachment: local;
  }
  .reserve-store .medal {
  width: 334px;
  height: 200px;
  perspective: 600px;
  }
  .reserve-store .medal .back .btn {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .reserve-store .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.reserve-store .medal .front,
.reserve-store .medal .back {
  width: inherit;
  height: inherit;
  position: absolute;
  transition: 1s;
  backface-visibility: hidden;
}
.reserve-store .medal .front {
  transform: rotateY(0deg);
}
.reserve-store .medal:hover .front {
  transform: rotateY(180deg);
}
.reserve-store .medal .back {
  transform: rotateY(-180deg);
}
.reserve-store .medal:hover .back {
  transform: rotateY(0deg);
}
.reserve-store .medal .back .btn {
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  margin: auto;
}