/* 이용안내 관람안내 콘텐츠 */
#contentArea .content_area{
    position: relative;
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
   padding: 0 0 100px 0;
}
.content_area .educate {width: 2000px; 
  height: 700px;
  position: relative;
  left:50%; 
  transform: translateX(-50%);}
  

.content_area .educate .educate_back{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1700px; 
  height: 600px;
  background: url(../images/content1/educate_0.jpg) no-repeat; 
  Mix-blend-mode:overlay;
  font-size: 10rem;
  color: #000;
  border-radius: 30px ;
}
  
.content_area .educate .educate_text {
  position:absolute;
  top:370px;
  left:50%;
  width: 1100px;
  height: 450px;
  background: rgba(255,255,255,.3);
  backdrop-filter: blur(7px);
  border-radius: 40px; 
  margin-left: -540px;
  margin-top: -300px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.loading{width: 400px; display: flex; justify-content: space-evenly; margin-top: -50px;}
.loading span {
  font-size: 6rem;
  font-weight: 700;
display:inline-block;
color: #053863;

/* margin: 0 -.05em; */
animation: loading 1.4s infinite alternate;
}
.loading span:nth-child(2) {
animation-delay: .1s; color: #044E7C;
}
.loading span:nth-child(3) {
animation-delay: .2s; color: #036192
}
.loading span:nth-child(4) {
animation-delay: .3s; color: #0374A8
}
.loading span:nth-child(5) {
animation-delay: .4s; color: #027CB1
}
.loading span:nth-child(6) {
animation-delay: .5s; color: #0284BA
}
.loading span:nth-child(7) {
animation-delay: .6s; color: #0293CC
}
.loading span:nth-child(8) {
animation-delay: .7s; color: #01A5E0
}
@keyframes loading {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
  



.content_area .educate .educate_text .typing-container {
margin-bottom: 10px;
font-size: 35px;
font-weight:700;
font-family:'Pretendard';
width:1000px;
word-break:keep-all;
text-align: center;
width: 100%;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #222; 
}

.content_area .educate .educate_text #cursor {
border-left: 2px solid #000; /* 커서 스타일 */
animation: blink 0.7s infinite;
display: inline-block;
margin-left: 2px;
height: 35px; /* 폰트 크기와 동일하게 설정 */
vertical-align: middle;
}

@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.content_area .educate .educate_text p{
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  
  line-height: 2rem;
  color: #222;
  font-weight: 450;
}

.content_area .educate2{width: 1400px; margin: 0 auto;}
.content_area .educate2 .tab_menu{display: flex; gap: 10px; justify-content: center; margin-bottom: 50px;}
.content_area .educate2 .tab_menu li a{background:#333;padding: 15px 40px 17px;
  color: #fff; transition: all .3s; border-radius: 7px; font-size: 1.1rem; box-sizing: border-box; border: 1.5px dashed rgba(0,0,0,0);}
.content_area .educate2 .tab_menu li:hover a,
.content_area .educate2 .tab_menu li a.current
{background: var(--font-color-point2); color: #333; font-weight: 500; border: 1.5px dashed #999; box-sizing: border-box;}
.content_area .educate2 .contlist {margin: 0 auto;display: none;  background: #f7f7f7; padding: 50px 60px 70px; 
  border: 1.5px dashed #999; border-radius: 20px;}
.content_area .educate2 .contlist h3{font-size: 2.5rem; color: var(--font-color-main);margin-bottom: 10px;}
.content_area .educate2 .contlist h3 span{font-size: 3.3rem; color: var(--font-color-main);margin-bottom: 10px; 
  margin-right: 10px; color: var(--font-color-point1); transform: translateY(11px);}
.content_area .educate2 .contlist .description{font-size: 1.25rem; margin-bottom: 20px;}
.content_area .educate2 .contlist ul{display: flex; justify-content: center; gap: 20px; margin-top: 50px; }
.content_area .educate2 .contlist li{position: relative; overflow: hidden; width: 350px; border-radius: 20px;}
.content_area .educate2 .contlist li img{transition: all .5s;}
.content_area .educate2 .contlist li:hover img{transform: scale(1.1); }
.content_area .educate2 .contlist dl{position: absolute;left:0; top:0; background:rgba(0,0,0,.5);
             height: 481px; width:100%; transition: all .5s;}
.content_area .educate2 .contlist dt{color: #fff; font-weight: 400; font-size: 1.1em; text-align: center;
            margin-top: 165px; transition: all .3s;}
.content_area .educate2 .contlist dd{font-size: 1em; line-height: 1.5em; color: #fff;
                text-align: justify; margin: 50px 30px 0; opacity: 0;}
.content_area .educate2 .contlist dd .more{width: 120px; text-align: center; margin: 50px auto 0;
            padding: 5px 0; border-radius: 10px;
            background: red; color: #fff;
           font-size: .9em; font-weight: bold;  transition: all .3s;}
.content_area .educate2 .contlist dd .more:hover{ background: #fff;color: red;}









