
.section-title{
    color: #000;
    font-size: var(--font-ztitle);
    font-weight: 600;
    margin: 70px 0 10px 0;
}

/*mouse -----------------------*/

.mouse {
  width: 22px;
  height: 42px;
  border: 2px solid #fff;
  position: relative;
  top: -30px;
  left: 50%;
  margin-left: -12.5px;
  border-radius: 12px;

}
@-webkit-keyframes rotateplane {
  0%   {top:10px;}
  25%  {top:14px;}
  50%  {top:19px;}
  75%  {top:24px;}
  100% {top:28px;}
}
@-moz-keyframes rotateplane {
  0%   {top:10px;}
  25%  {top:14px;}
  50%  {top:19px;}
  75%  {top:24px;}
  100% {top:28px;}
}
@-o-keyframes rotateplane {
  0%   {top:10px;}
  25%  {top:14px;}
  50%  {top:19px;}
  75%  {top:24px;}
  100% {top:28px;}
}

@keyframes rotateplane {
  0%   {top:10px;}
  25%  {top:14px;}
  50%  {top:19px;}
  75%  {top:24px;}
  100% {top:28px;}
}

.mouse::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color:#ff0404;
  border-radius: 100%;
  left: 50%;
  top:10px;
  margin-left: -4px;
  transition:all 0.3s ease-in;
  -webkit-animation-name: rotateplane; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  animation-name: rotateplane;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.mousescroll strong{color: #fff;
  font-size: 0.8rem;
  position: relative;
  top: -30px;
}


.row{
  margin-right: 0px;
  margin-left: 0px;
}



  /*--------------------------------------------------------------
  # nav
  --------------------------------------------------------------*/
  /* .fp-viewing-0 header{background: transparent; border-bottom:1px solid #CBCBCB; color:#fff;}
  .fp-viewing-0 header:hover{background: #fff; border-bottom:1px solid #CBCBCB;}
  .fp-viewing-1 header{background: #fff; border-bottom:1px solid #CBCBCB;}
  .fp-viewing-2 header{background: #fff; border-bottom:1px solid #CBCBCB;}
  .fp-viewing-3 header{background: #fff; border-bottom:1px solid #CBCBCB;}
  .fp-viewing-4 header{background: #fff; border-bottom:1px solid #CBCBCB;}
  .fp-viewing-0 .header_nav .toplogo a {color:#fff !important;} */




  #header {
    width:100%;
    height: 120px;
    background-color: #FFF;
    /* padding:0 3%;
    background-color: #FFF; */
  }

  #header .toplogin{
    height:40px;
    border-bottom:1px solid #eee;
    display: flex;
    align-items: center;
    font-size:var(--fsize-sbasic);
    color:#5C5C5C;
  }
  #header .toplogin a{color:#5C5C5C;}


  #header .toplogin .kontainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header .toplogin em{font-style: normal; margin:0 20px; color:#5C5C5C !important; font-weight: 400;}

  /* @media (min-width: 541px) {
    #header { border-bottom:1px solid #ddd; }
  } */

  .header_nav{border-bottom:1px solid #eee;}
  .header_nav_body{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%;}

  #header #logo img {
    padding: 0;
    margin: 0;
    height: 30px;
  }



  .header_nav{height:80px; width:100%; display: flex; justify-content: space-between; align-items: center;}
  .header_nav .toplogo{width:20%; display: flex; align-items: center; justify-content: flex-start;}
  .header_nav .navbar{width:80%; display: flex; align-items: center; justify-content: space-around;}

  .navbar-collapse{width:80%;}
  .navbar-collapse .topmenu{width: 76%;}

  /*--------------------------------------------------------------
  # 반응형을 위한 네비게이션메뉴
  --------------------------------------------------------------*/

  .header_nav {
    position: relative;
  }

  .header_nav_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  
  /* 로고 스타일 */
  #logo {
    z-index: 1001;
  }
  
  .logo img {
    height: 40px;
    width: auto;
  }
  
  /* 데스크톱 네비게이션 기본 스타일 */
  .navbar-toggler {
    display: none;
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    z-index: 1001;
  }
  
  .navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    position: absolute;
    transition: all 0.3s ease;
  }
  
  .navbar-toggler-icon::before {
    top: -8px;
  }
  
  .navbar-toggler-icon::after {
    top: 8px;
  }
  
  /* 토글 버튼 활성화 시 햄버거 → X 애니메이션 */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
  }
  
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
  }
  
  /* 데스크톱 네비게이션 */
  #navbar {
    display: block;
  }
  
  .topmenu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
  }
  
  .topmenu li {
    position: relative;
  }
  
  .topmenu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
  }
  
  .topmenu a:hover {
    color: #007bff;
  }



  
  
  /* 서브메뉴 기본 숨김 */
  .submenu {
    display: none;
  }
  

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  .hero {
    display: table;
    position: relative;
    background-image: url(../img/cover.png);
    background-size: cover;
    /* padding: 150px 0; */
    color: #fff;
    width: 100%;
    height: 100vh;
  }


  .hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .hero-brand {
    margin-bottom: 75px;
    display: inline-block;
  }

  .hero-brand:hover {
    opacity: 0.75;
  }

  .tagline {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px 0;
    color: #fff;
  }

  .main_logo img{width:80px; height:auto; margin:30px 0 40px 0;}
  .main_scroll img{width:40px; height:auto;}

  .main_alram{padding:0 10%; height:80px;  position: absolute; left:0px; bottom: 10vh;  width: 100%;}
  .main_alram ul{padding:0px; margin:0px; width:100%; height:80px; display: flex;}
  .main_alram ul li{list-style: none; float:left; font-size:1.1rem;}
  .main_alram ul li.ar1{ width:20%; background-color: #3F80EA; font-weight:500; color:#fff;}
  .main_alram ul li.ar2{ width:55%; background-color: #ffffff; color: var(--color-basic);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }
  .main_alram ul li.ar3{ width:25%; background-color: #F0EFEF; font-weight:500; color:#fff;}

  .main_alram ul li.ar1 img{margin-left:5px; width: 16px;}
  .main_alram ul li.ar3 img{margin-right: 0px;
    margin-left: 18px;
    width: 16px;
    padding-bottom: 4px;}
  .main_alram ul li.ar3 a{color:var( --color-basic);}


  .memo-wrap{white-space: pre-wrap;}


  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/


  .scrolled-offset {
    margin-top: 70px;
  }



  .text-outline {
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000; /* 테두리 색상 */
    -webkit-text-stroke: 1px black; /* 글자 테두리 */
}

.blur-text {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9); /* 블러된 그림자 */
}

.black-color{background-color: #000; color:#fff; display: inline;}


  /*--------------------------------------------------------------
  # Header Social Links
  --------------------------------------------------------------*/
  .header-social-links {
    margin: 0 0 0 30px;
  }

  .header-social-links a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 8px;
    display: inline-block;
    line-height: 0px;
    transition: 0.3s;
  }

  .header-social-links a i {
    line-height: 0;
    font-size: 24px;
  }

  .header-social-links a:hover {
    color: #fff;
  }

  @media (max-width: 768px) {
    .header-social-links {
      margin: 0 15px 0 0;
    }
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation
  */
  .navbar {
    padding: 0;
    text-align: center;
  }

  .navbar ul.topmenu {
    margin: 0;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .navbar ul.topmenu li {
    position: relative;
    list-style: none;
    width:20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:80px;
  }



  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar ul.topmenu li>a {
    color: #000;
    font-size:var(--font-menu);
    font-weight: 500;
  }
  .navbar ul.topmenu li>a:hover {
    color: var(--color-point);
    font-size:var(--font-menu);
    font-weight: 500;
  }


  .navbar .subpage {
    display: none;
    max-height: 0;
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    z-index: 100;
    overflow: hidden;
    transition: max-height 0.5s ease-out;

  }

  .navbar .submenu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 5%;
  }


  .navbar:hover .subpage {
    display: flex;
    max-height: 500px;
    flex-direction: row;
    justify-content: center;
    border-bottom:1px solid #ddd;
    border-top:1px solid #eee;
  }

  /* width:160px; */
  .navbar .subpage ul{ display: flex; flex-direction: column; align-items: flex-start; justify-content:flex-start;  margin:0px; padding:20px 0; width:20%;}

  /* .navbar .subpage ul:nth-child(1){ width:26.7%;}
  .navbar .subpage ul:nth-child(2){border-left:1px solid #ddd; border-right:1px solid #ddd; width:9.85%;}
  .navbar .subpage ul:nth-child(3){border-right:1px solid #ddd; width:9.85%;}
  .navbar .subpage ul:nth-child(4){border-right:1px solid #ddd; width:9.85%;}
  .navbar .subpage ul:nth-child(5){border-right:1px solid #ddd; width:9.85%;}
  .navbar .subpage ul:nth-child(6){border-right:1px solid #ddd; width:9.85%;}
  .navbar .subpage ul:nth-child(7){border-right:1px solid #ddd; width:9%;}
  .navbar .subpage ul:nth-child(8){ width:22.7%;} */

  /* .navbar .subpage ul.navlogin-area{text-align: center; width: 16%;  padding-left: 30px;}
  .navbar .subpage ul.navlogin-area a.toplogin_link{text-align: center; border: 2px solid var(--color-point);  font-size:1.0rem; border-radius: 5px; padding:5px 20px; color:var(--color-point); font-weight:600 !important;}
  .navbar .subpage ul.navlogin-area a.toplogin_link:hover{color:#fff; background-color:var(--color-point);}

  .navbar .subpage ul.navlogin-area a.topjoin_link{text-align: center;  font-size:1.0rem; padding:5px 20px; color:#000; font-weight:600 !important;}
  .navbar .subpage ul.navlogin-area a.topjoin_link:hover{text-align: center;  font-size:1.0rem; padding:5px 20px; color:#fff; font-weight:600 !important;background-color:#2d2d2d;border-radius: 5px;}

   a.toplogin_link:hover{color:#fff; background-color:var(--color-point); border:1px solid var(--color-point); border-radius: 5px; padding:5px 30px; font-size:1.0rem; font-weight:600; }
 */

  .navbar .subpage ul li{text-align: center; width:100%;  list-style: none; padding:2px 0; }
  .navbar .subpage ul li a{font-weight:400; font-size:1rem; display: inline-block; width:100%; padding: 8px 0;}
  .navbar .subpage ul li a:hover{font-weight:400; color:#fff; background-color: var(--color-point-blues); width:100%; padding: 8px 0;}
  .navbar .subpage ul li a.hover-none:hover{font-weight:500; color:var(--color-point); background-color: #fff !important; width:100%; padding: 8px 0;}
  .navbar .subpage ul li a.hover-none{display: flex ; color:#0730b6;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }
  /* .navbar .subpage ul li a i.bi{font-size: 22px; font-weight: 700; margin-right: 5px;} */
  /* .header_nav:hover a.toplogin_join { color: #000 !important;} */

  ul.sub_end li{padding:3px 10px 3px 15px !important;}
  ul.sub_end li bold{font-weight: 600; color:#000;}









  /*
  * Mobile Navigation
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }

    /* .navbar ul {
      display: none;
    } */
  }

  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #555;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #199EB8;
  }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }

  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }

  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }

  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }

  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #199EB8;
  }

  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }



  .nav_img1{background-image: url('/img/main_left1.png'); background-repeat: no-repeat; background-size: cover;}
  .nav_img1::before {
    content: ''; /* 빈 내용 추가 */
    position: absolute; /* 절대 위치 설정 */
    top: 0;
    left: 0;
    width: 17%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 검은색 배경과 50% 투명도 설정 */
    z-index: 1; /* 배경 이미지 위에 오도록 설정 */
  }
  .nav_img1 > * {
    position: relative;
    z-index: 2;
  }



  .nav_img4{background-image: url('/img/main_left4.png'); background-repeat: no-repeat; background-size: cover;}
  .nav_img4::before {
    content: ''; /* 빈 내용 추가 */
    position: absolute; /* 절대 위치 설정 */
    top: 0;
    left: 0;
    width: 17%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 검은색 배경과 50% 투명도 설정 */
    z-index: 1; /* 배경 이미지 위에 오도록 설정 */
  }
  .nav_img4 > * {
    position: relative;
    z-index: 2;
  }




  .dot_area{display: flex; align-items: center; justify-content: flex-start; margin-left:10px;}
  .dot_area em{margin:0 4px;}
  .dot_full{width: 10px;  height: 10px;  display: inline-block;  border: 1px solid #000;  border-radius: 50%; background-color: #000;}
  .dot_blank{width: 10px;  height: 10px;  display: inline-block;  border: 1px solid #000;  border-radius: 50%;}



  /**/



   a.left_link{color:#fff;}


  .news_grid{display: flex; flex-direction: row; justify-content: space-between;}
  .news_grid .news_hostc{background-color: #fff; padding:10px; display: flex; flex-direction: column; justify-content: space-between;}
  .news_grid .news_hostc .news_hostc_txt{background-color: #3F80EA; padding: 10px 20px 10px 10px; margin-top:10px;}
  .news_grid .news_hostc .news_hostc_txt a p{display: block; text-align: right; margin:0; color:#fff; font-size:1.2rem; font-weight:200;}
  .news_grid .news_hostc .news_hostc_txt a p strong{font-weight:500;}
  .news_grid .news_bbs{background-color:rgba(255, 255, 255, 0.2);width: 100%; margin-left: 1%; display: flex; flex-direction: column; padding:20px 20px 0 20px }
  .news_grid .news_bbs a{font-size:17px; color:#fff;}
  .news_grid .news_bbs a:hover dl{background-color: rgba(28, 68, 199,0.5);}
  .news_grid .news_bbs dl{border:1px solid #ddd; padding:20px 30px; display: flex; flex-direction: row; width:100%;}
  .news_grid .news_bbs dl dt{width:80%; display: flex; align-items: center; font-weight: 400;}
  .news_grid .news_bbs dl dd{width:20%; display: flex; align-items: center; justify-content: flex-end; font-weight: 400; margin: 0px;}
  .news_grid .news_bbs dl dd img{margin-left:10px;}

  /* .site_grid{display: flex; justify-content: space-between; width:100%; flex-wrap: wrap;}
  .site_grid a{width:30%; margin:0 0 50px 0;}
  .site_grid a img{width:80%; height:auto;} */

  .site_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 한 행에 3개씩 */
    gap: 4%;
    row-gap: 80px;
    }

  .site_grid a{width:100%; border:1px solid #ddd; display: flex; align-items: center; justify-content: center;min-height: 90px;}
  .site_grid a:nth-child(1) img{height: 30px; }
  .site_grid a:nth-child(2) img{height: 35px; }
  .site_grid a:nth-child(3) img{height: 30px; }
  .site_grid a:nth-child(4) img{height: 40px; }
  .site_grid a:nth-child(5) img{height: 40px; }
  .site_grid a img {
        width: auto;
        height: 22px;
        /* object-fit: cover;  */
  }


 /* footer
	* --------------------------------------- */

  footer{ margin-top: 100px;}

  footer {width:100%; display: flex; flex-direction: column;}
  footer .copy_menu{border-top:1px solid #ddd; border-bottom:1px solid #ddd; background-color: #F5F5F5;}
  footer .copy_menu ul.copy_main-menu{display: flex; flex-direction: row; justify-content: flex-start; align-items: center; width:100%; margin:0; padding:0 10%;}
  footer .copy_menu ul li{list-style: none; text-align: center; font-size:1.1rem; width:20%;}
  footer .copy_menu ul li a{color:var(--color-basic); padding: 10px 0;  display: inline-block;  width: 100%; border-right: 1px solid #ddd;}
  footer .copy_menu ul li a:nth-child(1){border-left:1px solid #ddd;}

  footer .copyright_area .copy-text{padding: 30px 10%;}
  footer .copyright_area .copy-text ul{padding: 0; margin: 0;}
  footer .copyright_area .copy-text ul li{list-style: none; padding:5px 0;}
  footer .copyright_area .copy-text ul li:nth-child(1) span{padding:0 50px;}
  footer .copyright_area .copy-text ul li:nth-child(2) span{padding:0 20px;}


  .copy_menu {
    position: relative;
  }

  .copy_main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .copy_main-menu li {
    position: relative;
    border-bottom: 1px solid #eee;
  }

  /* 메뉴 항목 */
  .copy_main-menu li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
  }

  /* 서브메뉴를 위쪽에 배치 */
  .copy_submenu {
    position: absolute;
    bottom: 100%; /* a 태그 위쪽에 위치하도록 */
    left: 0;
    width: 100%;
    background: #fdfdfd;
    border-top: 1px solid #ddd;
    display: none;
    z-index: 1000;
  }

  ul.copy_submenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.copy_submenu li{
    width:100% !important;
  }

  ul.copy_submenu li a {
    font-size: 0.9rem !important;
    text-align: left !important;
    padding: 12px 10px 12px 30px !important;
  }

  ul.copy_submenu li a:hover {
    background-color: #f3f3f3;
  }

  /* 아이콘 회전 */
  .copy_menu-icon {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }

  .copy_main-menu li.active a .copy_menu-icon {
    transform: rotate(180deg);
  }



	/* 메인
	* --------------------------------------- */

  .fl-sw{display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;}

 .picarea{display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding:0; margin-top:130px;}
 .picarea .pic-pop-area{width:25%; height: 500px; }
 .picarea .swiper-area {
  width:73%;
  height: 500px;
  border-radius: 20px;
}
.swiper-area .swiper-slide, swiper-slide {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.picarea .pic-pop-area .pic-loging-box{width: 100%;   height: 500px;}
.picarea .pic-pop-area .pic-loging-box img{width:100%; height:auto;}

.picarea .pic-pop-area .pic-login-box{border:1px solid #eee; background-color: rgba(243, 243, 243, 0.2); border-radius: 20px;width: 100%;   height: 500px;}
.picarea .pic-pop-area .pic-login-box h6{
   font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    padding: 20px 0 15px 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.picarea .pic-pop-area .pic-login-box form{padding:0 20px;}
.picarea .pic-pop-area .pic-login-box form .input-box{text-align: left;}
.picarea .pic-pop-area .pic-login-box form .input-box label{font-weight:500; font-size:var(--fsize-sm); color:#000; }
.picarea .pic-pop-area .pic-login-box form .input-box input{margin: 5px 0 30px 0;}
.picarea .pic-pop-area .pic-login-box form button{margin:20px 0 30px 0;}
.picarea .pic-pop-area .pic-login-box a{margin:0 20px;}
.alink-btn{color:var(--color-point-blues); font-weight: 500; font-size: 0.9rem; text-decoration: none; transition: all 0.3s ease-in;}

.alink-btn i{font-size: 4px; }
.alink-btn i.bi::before{vertical-align: 0.8em !important;}
.picarea .pic-pop-area .pic-login-box .pic-login-text{font-size:0.8rem; font-weight:700; color:#4e4e4e; text-align: center;  margin-top: 20px;
  border-top: 1px solid #eee;  padding-top: 20px;}


 .picarea .login-area{width:30%; padding-left: 40px;}
 .picarea .login-area .login-box{border:1px solid #ddd; border-radius: 20px; padding:35px 30px 10px 30px; width: 100%;}
 .picarea .login-area .login-box p{color: #000; font-weight: 500; font-size:var(--fsize-sbasic); text-align: left;}
 .picarea .login-area .login-box ul{margin-top:20px; padding:0;}
 .picarea .login-area .login-box ul li{list-style: none; margin-bottom: 15px;}
 .picarea .login-area .login-box ul li.btn-area-join{display: flex; flex-direction: row; justify-content: center; align-items: center; padding:15px 30px 0px 30px;}
 .picarea .login-area .login-box ul li.btn-area-join a{color:#052B96; display: flex; flex-direction: row; justify-content: center;
  align-items: center;
  margin: 0 25px;
  font-weight: 500;
  font-size: 0.9rem;}
 .picarea .login-area .login-box ul li.btn-area-join a i.bi-person-fill{font-weight: 700; font-size: 1.5rem; margin-right:5px;}
 .picarea .login-area .login-box ul li.btn-area-join a i.bi-shield-lock-fill{font-weight: 700; font-size: 1.3rem; margin-right:5px;}

 .picarea .login-area .news-box{border:1px solid #ddd; border-radius: 20px; padding: 20px 30px 25px 30px; width: 100%; margin-top:20px;}
 .picarea .login-area .news-box .news-title{text-align: left;}
 .picarea .login-area .news-box .news-title .hot-news-badge{display: flex; justify-content: center; align-items: center; background-color: var(--color-reds); color:#fff;
  font-weight: 500; font-size: 0.85rem;  width: fit-content;  height: fit-content;  border-radius: 16px;  padding: 5px 15px;}
 .picarea .login-area .news-box .news-content{margin-top:15px;}
 .picarea .login-area .news-box .news-content p{text-align: left; font-weight: 500; font-size: 0.9rem;}




 .login-info-area{display: flex; flex-direction: column; align-items: flex-start;justify-content: flex-start; width:100%;
background-color: #eee; border:1px solid #ddd; border-radius: 10px; padding: 15px 10px; height:100%; }
 .login-info-area h7.login-name{font-size:0.8rem; font-weight: 500; color:#000; margin:0px; padding:0px;}
 .login-info-area h7.login-name bold{color:var(--color-primary); margin-right:5px; font-weight:700;}

 .login-info-area .login-card{display: flex; flex-direction: row; width:100%; background-color: #fff; border:1px solid #ddd;
border-radius: 6px; padding: 5px 10px; margin: 10px 0 5px 0; font-size:0.8rem;}
 .login-info-area .login-card .login-card-left{width:68%;}
 .login-info-area .login-card .login-card-right{width:30%;display: flex; align-items: center;}
 .login-info-area .login-card .login-card-left ul {padding:0 0 0 30px; font-size:0.8rem; margin:0;}
 .login-info-area .login-card .login-card-left ul li{padding:3px 0;}
 .login-info-area .login-card .login-card-left ul li bold{font-weight:700; color:#000; margin-right:5px;}
 .login-info-area .login-card .login-card-left ul li em{font-weight:400; color:#000; font-style: normal;}
 .login-info-area .login-card .login-card-right .btn-rec{background-color: var(--color-point-blues); width:100%; color:#fff; font-weight:600; font-size: 0.85rem;
  padding: 15px 10px; line-height:1.4rem; border-radius: 10px;  transition: all 0.3s ease-in; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align:center;}
  .login-info-area .onebbs-area{text-align:left; font-size: 0.8rem;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px 10px;
    border-radius: 4px; font-weight:500;
    color: rgb(177, 19, 19); margin-bottom:10px;
  }



  .login-info-area .login-card .login-card-right .btn-rec2{background-color: var(--color-point-blues); width:100%; color:#fff; font-weight:500; font-size: 0.85rem;
  padding: 8px 10px; line-height:1.4rem; border-radius: 5px;  transition: all 0.3s ease-in; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align:center;}
 .login-info-area .login-card .login-card-right .btn-rec3{background-color: var(--color-point); width:100%; color:#fff; font-weight:500; font-size: 0.85rem; margin-top:10px;
  padding: 5px 10px; line-height:1.4rem; border-radius: 5px;  transition: all 0.3s ease-in; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align:center;}
  

  .login-info-area h7.login-card-tit{font-size:0.8rem; font-weight: 500; color:#000; margin:0px; padding:0px;}
  .login-info-area h7.login-card-tit{width:100%; display: flex; justify-content: space-between; align-items: center;}
  .login-info-area h7.login-card-tit bold{font-weight: 700;}
  .login-time-card {width:100%; }
  .login-time-card table{width:100%; font-size:0.7rem; font-weight: 400; background-color: #fff; }
  .login-time-card table tr td{text-align: center;}

  .login-driving-area{overflow-y: auto;  height: 320px; width:100%;}
  hr.login-blank{margin:0; padding: 2px; border:0px;}
  .login-time-data{width:100%; border-top:1px solid #ddd; padding:5px 0 0 0;}
  .login-time-data ul{padding:0; margin:0; width:100%; flex-direction: row; flex-wrap: wrap; display: flex;
        list-style: none; font-size: 0.7rem; border-left:1px solid #ddd; border-top:1px solid #000; background-color: #fff;}
  .login-time-data ul li{ background-color: #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:5px 0;}
  .login-time-data ul li:nth-child(1){width:30%;}
  .login-time-data ul li:nth-child(2){width:30%;}
  .login-time-data ul li:nth-child(3){width:40%;display: flex; flex-direction: row;}
  .login-time-data ul li bold{width:30%; text-align:center; font-weight:700; display: inline-block; }
  .login-time-data ul li em{width:70%; font-size:0.7rem; padding-left:2px; text-align:left; font-style: normal; display: inline-block; }

  .login-notice-data{border-top:1px solid #ddd; padding:10px 0; width:100%;}
  .login-notice-data ul{padding:0; margin:0; flex-direction: column; display: flex;
    list-style: none; font-size: 0.7rem;}
  .login-notice-data ul li{width:100%; background-color: #fff; padding:10px 20px; border-radius: 5px; border:1px solid #ddd; margin-bottom:10px;}
  .login-notice-data ul li a{width:100%;  display: flex; flex-direction: column; }
  .login-notice-data ul li a span{width:100%; display: flex; justify-content: space-between; padding:2px 0;}
  .login-notice-data ul li em{
    font-size:0.7rem;
    padding:5px 0;
    text-align:left;
    font-style: normal;
    display: inline-block;
    word-break: break-all;
  }
  .login-notice-data ul li em p{
    font-size:0.7rem;
    padding:5px 0;
    text-align:left;
    font-style: normal;
    display: inline-block;
    word-break: break-all;
    margin-bottom:0px;
  }

.main-time{border-top:1px solid #000;}
.main-time th{text-align: center; background-color: rgba(238, 238, 238, 0.5);}
.curriculum{margin-top: 150px;}


.list-search-area-center form{width:100%; display: flex; justify-content: center; align-items: center;  margin-bottom: 10px; border:1px solid #ddd; border-radius: 2px; padding:10px; background-color: #fff;}
.list-search-area-center form label{color:#000; font-size: 0.8rem; font-weight:500; margin:0 10px 0 30px; min-width: 50px; text-align: right;}
.form-inline{display: flex;  align-items: center;}

.swiper-container-edu {
  width: 100%; /* 전체 컨테이너의 너비 */
  /* max-width: 1200px;  */
  margin: 0 auto; /* 가운데 정렬 */
  position: relative;
  padding: 0; /* 좌우 버튼 공간 확보 */
}

/* Swiper 슬라이드 크기 조정 */
.popbox-sub {

  /* 슬라이드 크기 확장 */
  margin: auto;
}

/* 좌우 네비게이션 버튼 스타일 */
swiper-container::part(button-prev),
swiper-container::part(button-next) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #fff; /* 반투명 배경 */
  color: #072f9c;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 30px;
  border:1px solid rgba(71, 71, 71, 0.4);
}

.swiper-button-next, .swiper-button-prev {
  width: 20px !important;
  height: 20px !important;
}

/* Prev 버튼 왼쪽 배치 */
swiper-container::part(button-prev) {
  left: 0px; /* 왼쪽 위치 조정 */
}

/* Next 버튼 오른쪽 배치 */
swiper-container::part(button-next) {
  right: 0px; /* 오른쪽 위치 조정 */
}



.swiper-area .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 90%;
  padding: 0 2.0rem;
  transform: translate(-50%, -60%);
  z-index: 10;
}

.swiper-area .txt-box > h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
  text-align: center;
}

.swiper-area .txt-box > p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
  text-align: center;
}

.swiper-area .txt-box > h3 img{height:80px; width:auto;}
.swiper-area .txt-box > h4 {
  color: #fff;
  margin-top: 0;
  /* font-size: 2.4rem;
  font-weight:300; */
  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.4s;
}
.swiper-area .swiper-slide-active .txt-box > h3,
.swiper-area .swiper-slide-active .txt-box > p {
  transform: translateY(0);
  opacity: 1;
}

.swiper-area .swiper-slide-active .txt-box > h4.first-txt{font-size:3.3rem; font-weight:700; color:#ffff; display: flex;  align-items: center; justify-content: center;
   margin-top:50px;transform: translateY(20px);}
.swiper-area .swiper-slide-active .txt-box > h4.first-txt img{width:60px; height:auto;}



.swiper-area .txt-box1 {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 0 0;
  transform: translate(-50%, -30%);
  z-index: 10;
}


.swiper-area .txt-box1 > h3 {
  color: #255DC3;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
  text-align: right;
  letter-spacing: -2px;
}

.swiper-area .txt-box1 > h5 {
  color: #5671A3;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
  text-align: right;
  letter-spacing: -1px;
}


.swiper-area .txt-box1 > h7 {
  color: #5671A3;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
  text-align: right;
  letter-spacing: -1px;
}


.swiper-area .swiper-slide-active .txt-box1 > h3,
.swiper-area .swiper-slide-active .txt-box1 > h5 {
  transform: translateY(0);
  opacity: 1;
}














.shade{text-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.swiper-area .img-box {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-area img {
  transform: scale(1.05);
  transition: 1.5s 0.1s;
}
.swiper-area .swiper-slide-active img {
  transform: scale(1.0);
}
.swiper-area .all-box {
  position: absolute;
  display: inline-flex;
  width: 90%;
  height: 50px;
  left: 50%;
  bottom: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.swiper-area .progress-box {
  position: relative;
  width: 170px;
  height: 50px;
  z-index: 11;
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
/*  height: 100%;*/
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}

.swiper-area .swiper-pagination {
  display: flex;
  color: #fff;
  justify-content: space-between;
  position: static;
  text-align: left;
}
.swiper-area .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
}

.swiper-area .swiper-button-next,
.swiper-area .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
  background: url(/img/main/icon-arrow-left-fff.svg) no-repeat center / 100%;
}

.swiper-area .swiper-button-next {
  background-image: url(/img/main/icon-arrow-right-fff.svg);
}
.swiper-area .swiper-button-next::after,
.swiper-area .swiper-button-prev::after {
  font-size: 0;
}

.swiper-area .swiper-slide .img-box {object-fit: cover; }
.swiper-area .swiper-slide .img-box img{object-fit: cover; width: 100%; height:auto; } 
/* .swiper-area .swiper-slide .img-box img{object-fit: cover; width: 100%; height:100%; } */
.main_login_top{display: flex; flex-direction: row; justify-content: space-around; align-items: center;}
.main_login_top label{font-size: var(--fsize-sbasic); font-weight: 500;}

.pic-login-bot{text-align: center;}

@media screen and (max-width: 480px) {
  .swiper-area .txt-box {
    left: 46%;
  }
  .swiper-area .txt-box > h3 {
    font-size: 1.2rem;
  }
  .swiper-area .txt-box > p {
    font-size: 0.8rem
  }
  .swiper-area .all-box {
    bottom: 0;
    height: 30px;
  }
}


swiper-container {
  width: 100%;
  height: 100%;
}

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

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


/*메인-버스라인세션*/

.section{margin-top:120px;}
.section h5{font-size:2.2rem; font-weight:700; color:#000; margin-bottom: 20px;}
.section h5 em{font-style: normal; font-size:1.6rem;  font-weight:100; color:#8b8b8b;letter-spacing: -1px;}




.busline_area .busline-box{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  justify-content: start;}

.busline_area .busline-box a:hover .linebox{background-color: #f9f5fd;}

.busline_area .busline-box .linebox{display: flex;
      flex-direction: column;
      border: 1px solid #ddd;
      padding: 6px;
      border-radius: 10px; width: 140px;}

.busline_area .busline-box .linebox a{display: inline-block; width:100%; text-align: center; padding:2px 0 6px 0;}

.busline_area .busline-box .linebox h7{font-size: 1.2rem; font-weight: 700; text-align: center; padding: 5px 0 10px 0;}
.busline_area .busline-box .linebox .linebox_mid{font-size: 0.7rem;
  background-color: #EDF9FF; border:1px solid #B5D8FF;
  text-align: center; color:#5C5C5C;
  padding: 2px;
  border-radius: 3px; margin-bottom: 8px;}
.busline_area .busline-box .linebox .linebox_bot{display: flex; flex-direction: row; justify-content: space-between;}
.busline_area .busline-box .linebox .linebox_bot .linebox_small{
  text-align: center;
  font-size: 0.7rem;
  width: 49%;
  display: flex;
  justify-content: center;
  border:1px solid #eee;
  border-radius: 4px;
  padding: 2px 0;
}

span.normal{background-color: var(--color-normal); color:#fff;}
span.seat{background-color: var(--color-seat); color:#fff;}
span.night{background-color: var(--color-night); color:#fff;}
span.village{background-color: var(--color-village); color:#fff;}

span.time{background-color: var(--color-point); color:#fff;}
a.time{background-color: var(--color-point); color:#fff;}

/*메인-고객의소리*/

.customer_area .customer_title{display: flex; flex-direction: row; justify-content: space-between; }
.customer_area .customer_title ul{display: flex; flex-direction: row; justify-content: flex-end; align-items: center; width:50%;}
.customer_area .customer_title ul li{list-style: none; text-align: center; width:25%; }
.customer_area .customer_title ul li a{display: flex; justify-content: center; align-items: center; width:100%; height:100%; font-size:1rem; font-weight:500; color:#000;padding:10px 0;}
.customer_area .customer_title ul li a.act{background-color: var(--color-point-blues); color:#fff; font-weight: 500; border-radius: 20px;}
.customer_area .customer_title ul li a:hover{background-color: var(--color-point-blues); color:#fff; font-weight: 500; border-radius: 20px;}

.customer_area .customer_box{display: block; width:100%;}
.customer_area .customer_box .customer_list ul{margin:0px; padding:0px; display: flex; flex-direction: row; flex-wrap: no-wrap; justify-content: space-between;}
.customer_area .customer_box .customer_list ul li{width:24%; min-height:150px; list-style: none; }
.customer_area .customer_box .customer_list ul li a{width:100%; height:100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center;
  border:1px solid #ddd; border-radius: 10px; background-color:#F5F5F5;}

.customer_area .customer_box .customer_list ul li a span.customer_title{display: flex; justify-content: flex-start; align-items: flex-start;
  padding: 20px 20px; font-size:1rem; color:#000; font-weight:400;width: 100%; height: 100%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.customer_area .customer_box .customer_list ul li a span.customer_date{padding: 12px 20px; border-top:1px solid #ddd; font-size:0.9rem; color:#4b4b4b; font-weight:400; display: flex;
justify-content: space-between; align-items: center; width:100%;}


/* .customer_area .customer_box .customer_list{display: none; } */


/*메인-영업소연락처*/
.call_area h5{margin-bottom:30px;}
.call_area .call_box{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%;}
.call_area .call_box .call_box1{width: 32%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;padding-top: 40px;}
.call_area .call_box .call_box1 .call_img{width:70%; height:auto;}
.call_area .call_box .call_box1 .call_img img{width:100%;}
.call_area .call_box .call_box2{width: 32%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background-color: #EDF9FF; border-radius: 10px;
border:1px solid #A9D1FF; padding: 20px 30px; height: 100%;}
.call_area .call_box .call_box2 .call_tit{display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; margin-bottom:20px; width:100%;}
.call_area .call_box .call_box2 .call_tit h6{font-size: 1rem; font-weight: 500; color:#fff; display: flex; justify-content: center; align-items: center; padding:10px 20px;
  border-radius: 5px;}
.call_area .call_box .call_box2 .call_tit h6.call_blue{background-color: var(--color-primary); min-width: 112px;}
.call_area .call_box .call_box2 .call_tit h6.call_point{background-color: var(--color-point); min-width: 112px;}
.call_area .call_box .call_box2 .call_body{background-color: #fff; border:1px solid #CCCCCC; border-radius: 10px; padding:5px 10px;
  display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width:100%;}
.call_area .call_box .call_box2 .call_body p{display: flex; flex-direction: row; justify-content: center; align-items: center; padding:15px 10px; width:100%;font-size: 0.9rem; margin-bottom:0px;}
.call_area .call_box .call_box2 .call_body p strong{font-size: 0.9rem; width: 30%; text-align: center; font-weight: 400; }
.call_area .call_box .call_box2 .call_body p span.call_num{font-size: 1.5rem;  font-weight: 700;  width: 70%; }
.call_area .call_box .call_box2 .call_body p:nth-child(1){border-bottom: 1px solid #ddd;}


.swiper-wrapper-edu .pop_title h6{text-align: center; font-size: 3.0rem; font-weight: 700; margin-bottom:30px;}

.popbox-sub {
  position: relative; /* 텍스트 오버레이를 위해 부모 요소에 position: relative 설정 */
  border-radius: 10px; /* 박스 모서리 둥글게 */
  overflow: hidden; /* 이미지가 border-radius를 벗어나지 않도록 */
  display: flex; /* flexbox 레이아웃 사용 */
  flex-direction: column-reverse; /* 이미지 요소를 맨 아래로 이동 */
}

.popbox_img {
  position: absolute; /* 텍스트 위에 겹치도록 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* 텍스트보다 아래에 위치하도록 */
}

.popbox_img img {
  display: block; /* 이미지의 기본 inline 속성 제거 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지가 박스에 꽉 차도록 비율 유지하며 자르기 */
}

/* 색상 레이어 추가 */
.popbox_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* 반투명한 검은색, 조절 가능 */
  z-index: 1; /* 이미지 위에, 텍스트 아래 위치 */
}

.popbox_text {
  position: relative; /* 이미지 위에 표시되도록 */
  z-index: 1; /* 이미지보다 위에 위치하도록 */
  color: #fff; /* 텍스트 색상 (배경 이미지에 따라 변경 가능) */
  height: 100%;
  text-align: left;
  padding: 40px 20px !important;
}

.popbox_text h6 {
  margin-top: 0; /* 제목 상단 마진 제거 */
  font-size: 1.4rem;
  margin-bottom: 30px;
  min-height: 44px;
  font-weight:700;
  line-height: 2rem;
  text-align: center;
}

.popbox_text p {
  margin-bottom: 10px; /* 단락 하단 마진 */
  font-size: 1rem;
  color: #fff;
  line-height: 1.8rem;
  font-weight: 300;
  text-align: justify;
}

.popbox_btn {
  position: relative; /* 이미지 위에 표시되도록 */
  z-index: 1; /* 이미지보다 위에 위치하도록 */
  padding: 0 20px 20px; /* 버튼 주변 여백 */
  text-align: center; /* 버튼 가운데 정렬 */
}

.popbox_btn a {
  /* 필요한 버튼 스타일 추가 */
}



.swiper-wrapper-edu{height:100%!important;}
.swiper-wrapper-edu .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0px !important;}

.swiper-wrapper-edu .swiper-horizontal>.swiper-button-next{
  border: 1px solid #000;  width: 45px !important;  height: 45px !important;  border-radius: 50%;  background-color: #fff;
}

.swiper-button-next svg, .swiper-button-prev svg{width: 50% !important;  height: 50% !important;}



.popbox-main{border:1px solid #ddd; height:410px !important; border-radius: 20px; padding: 20px 30px 25px 30px; width: 18%; display: flex; flex-direction: column; background-color: #eee;}
.popbox-main p{text-align: left; font-weight: 500; font-size: 0.9rem; margin-top: 1rem;}
.popbox-main .btn-area{text-align: center;}
.popbox-main .btn-area a{margin:20px 0;}
/* .popbox-main .img-area{padding:40px 40px;} */
.popbox-main .img-area img{width:75%;}
.popbox-sub:nth-child(1){margin-left:100px}
.popbox-sub:nth-child(4){margin-right:100px !important;}
.popbox-sub{border:1px solid #ddd; border-radius: 10px; width: 20% !important; height:400px; display: flex; flex-direction: column; }
.popbox-sub .cir_img_area{height:200px; width:100%; object-fit: cover;}
.popbox-sub .cir_img_area img{height:200px; width:100%; object-fit: cover; border-top-left-radius: 20px; border-top-right-radius: 20px;}
.popbox-sub span.badge_blue{background-color: var(--color-primary); color: #fff; width:fit-content; height:fit-content; display: flex; justify-content: center;
  align-items: center; padding:5px 30px; border-radius: 20px; font-size: 0.9rem; margin:20px 10px 10px 10px;}
.popbox-sub ul{list-style: none; padding: 0; margin: 0;}
.popbox-sub ul li.cur_stit{ text-align: left; font-weight: 600; font-size: 0.9rem; margin-top: 1rem; padding:8px 10px; min-height: 60px;}
.popbox-sub ul li.cur_memo{ text-align: left;padding:5px 10px; font-size: 0.9rem; color:#6D6D6D;}
.popbox-sub ul li.cur_file{ text-align: left;padding:5px 10px;}
.popbox-sub ul li.cur_file a.cur_link{display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width:fit-content;
  text-decoration: none; background-color: #FFF0E9; color:#AB4C4C; padding:5px 10px; border-radius: 3px; font-size: 0.9rem;  font-weight: 500;}


.curriculum_grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr); /* 가로로 4개의 이미지 */
  gap: 30px; /* 이미지 간격 */
}

@media (max-width: 541px) {
  .curriculum_grid {
      display: block !important; /* 모바일에서는 블록 레이아웃으로 */
  }
  .swiper-container {
      width: 100%;
      height: 100%;
  }
  .mo-no{display: none;}
}

.edu_state_area{margin-top:150px; padding:50px 3%; background-color:#0C215C; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.edu_state{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.edu_state h5{font-size: 3rem; font-weight: 700; display: flex; justify-content: center; color:#fff;margin-top: 50px;}
.edu_state h7{font-size: 2rem; font-weight: 200; padding-bottom:60px; display: flex;  justify-content: center; color:#fff;}

.edu_state_grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); /* 가로로 4개의 이미지 */
  gap: 5%; /* 이미지 간격 */
  width: 80%;
  margin: 50px 0 80px 0;
}

@media (max-width: 541px) {
  .edu_state_grid {
      display: block !important; /* 모바일에서는 블록 레이아웃으로 */
  }
}

.edu_state_grid .state_grid_col{display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding:10px 0;}
.edu_state_grid .state_grid_col .state_circle{border:6px solid #9DB5F3; border-radius: 50%; width:100px; height:100px; display: flex; justify-content: center; align-items: center; margin-right:20px;}
.edu_state_grid .state_grid_col .state_circle img{width:30px; height:auto;}
.edu_state_grid .state_grid_col .state_txt{display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.edu_state_grid .state_grid_col .state_txt h4{color:#fff; font-size:3rem; font-weight:700; margin-bottom:10px;}
.edu_state_grid .state_grid_col .state_txt p{color:#fff; font-size:1rem; font-weight:300; }



.eduregist{margin-top:150px;}
.eduregist .eduregist_area{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.eduregist_grid{display: grid; grid-template-columns: repeat(5, 1fr); gap: 2%; width: 100%; margin-bottom: 100px;}
.eduregist_grid .eduregist_grid_col{display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border:1px solid #ddd;
  border-radius: 20px; max-width:100%;}
.eduregist_grid .eduregist_grid_col .eduregist_img img{width:100%; height:auto; border-top-left-radius: 20px; border-top-right-radius: 20px;}
.eduregist_grid .eduregist_grid_col .eduregist_state{text-align: left;  padding: 10px 0 5px 10px;}
.eduregist_grid .eduregist_grid_col .eduregist_txt{padding: 20px 10px; background-color:#F0F0F0; width: 100%; text-align: left;}
.eduregist_grid .eduregist_grid_col .eduregist_btn{display: flex;flex-direction: row; justify-content: space-between; width:100%; padding: 10px 10px 20px 10px;}
.edu_badge_brown{background-color: #AB4C4C; color: #fff; padding: 2px 10px; font-size: 0.9rem;  min-width: 80px;  border-radius: 3px;  display: inline-block;  text-align: center; }
.edu_badge_white_blue{background-color: #EEF3FF; border:1px solid #B7C5E9; color: #000; padding: 2px 10px; font-size: 0.9rem;  min-width: 120px;  border-radius: 3px;  display: inline-block;  text-align: center;}
.edu_badge_blue{background-color: #0F40C9; color: #fff; padding: 2px 10px; font-size: 0.9rem;  min-width: 120px;  border-radius: 3px;  display: inline-block;  text-align: center;}


.mainnews{margin-top:150px; background-image: url(../img/main/news_bg.png); background-repeat: no-repeat; background-size: cover; background-position: right bottom; }
.mainnews .mainnews_area{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.mainnews_grid{display: grid; grid-template-columns: repeat(5, 1fr); gap: 2%; width: 100%; margin-bottom: 100px;}
.mainnews_grid .mainnews_grid_col{display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; border:1px solid #CBCBCB;
  border-radius: 10px; width:100%; background-color: #fff ; padding:20px; width:100%; }
.mainnews_grid .mainnews_grid_col .mainnews_top{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%; }
.mainnews_grid .mainnews_grid_col .mainnews_memo{display: flex
  ;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      padding: 20px 0 30px 0;
      height: 120px;
  }
.mainnews_grid .mainnews_grid_col .mainnews_bot{display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}

.badge-news{background-color: rgba(183, 197, 233,0.3); color:#052B96; padding:2px 15px; font-size: 0.9rem;  border-radius: 15px;  display: inline-block;  text-align: center; }

.badge0{background-color: rgb(39, 92, 224); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge1{background-color: rgb(16, 150, 50); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge2{background-color: rgb(65, 65, 65); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge3{background-color: rgb(1, 168, 154); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge4{background-color: rgb(136, 54, 122); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge5{background-color: rgb(146, 51, 130); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge6{background-color: rgb(58, 58, 58); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge7{background-color: rgb(63, 63, 63); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge8{background-color: rgb(0, 0, 0); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }
.badge9{background-color: rgb(122, 122, 122); color:#fff; padding:2px 20px; font-size: 0.8rem;  border-radius: 3px;  display: inline-block;  text-align: center; }



	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

/* .subimg1{background-image: url(../imgs/subimg1.png); background-repeat: no-repeat; background-size: cover;}
.subimg2{background-image: url(../imgs/subimg4.png); background-repeat: no-repeat; background-size: cover;}
.subimg3{background-image: url(../imgs/subimg5.png); background-repeat: no-repeat; background-size: cover;}
.subimg4{background-image: url(../imgs/subimg6.png); background-repeat: no-repeat; background-size: cover;}
.subimg5{background-image: url(../imgs/subimg7.png); background-repeat: no-repeat; background-size: cover;}
.subimg6{background-image: url(../imgs/subimg3.png); background-repeat: no-repeat; background-size: cover;}
.subimg7{background-image: url(../imgs/subimg2.png); background-repeat: no-repeat; background-size: cover;}
.subimg11{background-image: url(../imgs/subimg11.png); background-repeat: no-repeat; background-size: cover;} */



  /*--------------------------------------------------------------
  # 서브공통
  --------------------------------------------------------------*/



  /*--------------------------------------------------------------
  # 소개
  --------------------------------------------------------------*/
  #head{height:260px; }
  .container_strat{width:100%; padding:0 10%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column;}
  #head h1.menu_title{display: inline; color: #000; letter-spacing: -1px; font-size: 3.3rem; font-weight:700; width: 100%; text-align: center;}
  #head h1.menu_title img.flower_left{width: 60px; position: relative; left: -10px; top: -30px;}
  #head h1.menu_title img.flower_right{width: 40px; position: relative; left: 20px; top: -20px;}

  #head h3{display: inline; color: #000; letter-spacing: -1px; font-size: 2.0rem; font-weight:200; width: 100%; text-align: center;}
  /* .subimg1{background-image: url(../img/sub_img1.png); background-repeat: no-repeat; background-position: right bottom;} */
  .subimg1{background-image: url(../img/subimg1.png); background-repeat: no-repeat; background-size: cover;}

  #content-15{padding:0 10%; margin-top:100px;}

  #submenu{border-bottom: 1px solid #ddd; padding: 0px 10%; display: flex; align-items: center; margin-bottom: 0px; border-top: 1px solid #ddd;}
  #submenu ul{margin:0; padding:0; display: flex; flex-direction: row; justify-content: flex-start; border-left:1px solid #ddd; }
  #submenu ul li{list-style: none; text-align: center; text-align: center; min-width: 200px; padding: 18px 10px; font-size: 1.2rem;  font-weight: 500; border-right:1px solid #ddd; }
  #submenu ul li.act{ color:#fff; background-color: var(--color-primary);}
  #submenu ul li:hover{ color:#fff; background-color: var(--color-primary);}
  #submenu ul li.act a{ color:#fff;}
  #submenu ul li:hover a{color:#fff; }


  #submenu4{border-bottom: 1px solid #ddd; padding: 0px 10%; display: flex; align-items: center; margin-bottom: 0px; border-top: 1px solid #ddd;}
  #submenu4 ul{margin:0; padding:0; display: flex; flex-direction: row; justify-content: flex-start; border-left:1px solid #ddd; }
  #submenu4 ul li{list-style: none; text-align: center; text-align: center; min-width: 200px; padding: 18px 10px; font-size: 1.2rem;  font-weight: 500; border-right:1px solid #ddd; }
  #submenu4 ul li.act{ color:#fff; background-color: var(--color-primary);}
  #submenu4 ul li:hover{ color:#fff; background-color: var(--color-primary);}
  #submenu4 ul li.act a{ color:#fff;}
  #submenu4 ul li:hover a{color:#fff; }
  /*인사말*/

  .section1{display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
  .section1 h2{font-size:2.4rem; font-weight:600; color:#000; margin-bottom:30px;}
  .section1 h4{font-size:1.6rem; font-weight:400; color:#535353; margin-bottom:50px;}

  .bigbox_area{background-color: rgba(181, 216, 255, 0.3); border-radius: 20px; width:100%; display: flex; justify-content: center; align-items: center;
    height: 240px;position: relative;  z-index: 1;}
  .bigbox_area bold{font-size:14rem; position: relative; bottom:0px; color: #fff; font-weight: 900; letter-spacing: -1px; }
  .bigbox_area h6.bigbox_txt1{position: absolute; z-index: 10; display: inline-block; width: 100%; top: 80px; font-size: 1.4rem; left: 150px;font-weight: 500; color:var(--color-primary);}
  .bigbox_area h6.bigbox_txt2{position: absolute; z-index: 10; display: inline-block; width: 100%; top: 110px; font-size: 1.4rem; left: 150px;font-weight: 500;}
  .bigbox_area .bigbox{overflow: hidden;height: 100%;}

  .hello_area .hello_contents{padding: 80px 10%; text-align: justify;}
  .hello_area .hello_contents p{margin-bottom:30px;}




  /*개요*/
  .intro_area .intro_box{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%; margin-top:50px;}
/*rgba(227, 227, 227, 0.5)  #255DC3*/
  .intro_area .intro_box .intro_card{width:30%; background-color:var(--color-primary) ; border:1px solid rgba(92, 92, 92, 0.2); border-radius: 10px; padding:20px 40px;
     display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
  .intro_area .intro_box .intro_card i{color: #fff; margin-left:5px; font-size: 3rem;}
  .intro_area .intro_box .intro_card h6{color: #fff; font-size: 1.2rem;  font-weight: 700; padding:10px 0 0 5px;}
  .intro_area .intro_box .intro_card .intro_card_text bold{color: #fff; font-size: 2.5rem;  font-weight: 900;}
  .intro_area .intro_box .intro_card .intro_card_text span{color: #fff; font-size: 1.1rem;  font-weight: 500; margin:0 10px 0 5px;}
  .intro_area .intro_box .intro_card .intro_card_text em{color: #e2f1ff; font-size: 1.1rem;  font-weight: 500; font-style:normal;}

  .intro_contents{display: flex; flex-direction: column; margin-top:100px; width:100%;}
  .intro_contents .intro_contents_box{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%; border-radius: 20px;
    background-color: rgba(181, 216, 255, 0.3); border:1px solid rgba(181, 216, 255, 0.6); margin-bottom:50px;}
  .intro_contents .intro_contents_box .intro_contents_left{width:50%; padding:20px 40px;}
  .intro_contents .intro_contents_box .intro_contents_left h4{font-size: 1.5rem; font-weight: 700; color:#000; margin-bottom:15px;}
  .intro_contents .intro_contents_box .intro_contents_left h4 i{font-size: 1.6rem; color:#255DC3;}
  .intro_contents .intro_contents_box .intro_contents_right{width:50%; display: inline-block;  padding: 0 20px; text-align: center; overflow: hidden;}



  /*연혁*/

  .accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .panel::after{overflow:visible;}

  .history_area .history{width:100%;}

  .timeline .timeline-label .label-primary {
    color:#000;font-weight:700; padding: 2px 15px; font-size: 1.8rem; background-color: #fff; letter-spacing: -1px;;
  }
  .timeline .timeline-item > .timeline-event .timeline-heading{
    border-bottom:1px solid #eee;
  }
  .timeline .timeline-item > .timeline-event .timeline-heading h6 {
    font-weight: 700;
    padding: 10px 10px 5px 10px;
    font-size: 1.1rem;
    color: var(--color-blues);
  }
  .timeline-body ul li{font-size:1rem;color: #535353; font-weight: 400; padding:5px 0;}
  .timeline-body ul li bold{width: 82px;
    color: #000;
    margin-right: 20px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -0.5px; font-size:1.1rem;}
  .timeline-body p{display: flex;}
  .timeline-body span{display:inline-block;width:80%;padding-left:10px;}

  .timeline-item-2024{position: absolute; z-index: 10; right: 60%; top: 55px;}
  .timeline-item-2004{position: absolute; z-index: 10; right: 60%; top: 1000px;}
  .timeline-item-1968{position: absolute; z-index: 10; right: 60%; top: 1700px;}

  .timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 300;
  }
  .timeline .timeline-item {
    padding-left: 0;
    padding-right: 30px;
  }
  .timeline .timeline-item.timeline-item-right,
  .timeline .timeline-item {
    padding-left: 30px;
    padding-right: 0;
  }
  /* .timeline .timeline-item.timeline-item-right,
  .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 30px;
    padding-right: 0;
  } */
  .timeline .timeline-item .timeline-event {
    width: 100%;
  }
  .timeline:before {
    border-right-style: solid;
  }
  .timeline:before,
  .timeline:after {
    content: " ";
    display: block;
  }
  .timeline:after {
    clear: both;
  }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    margin-left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #888888;
  }

  .timeline.timeline-line-solid:before {
    border-right-style: solid;
  }
  .timeline.timeline-line-dotted:before {
    border-right-style: dotted;
  }
  .timeline.timeline-line-dashed:before {
    border-right-style: dashed;
  }
  .timeline .timeline-item {
    position: relative;
    float: right;
    clear: right;
    width: 50%;
    margin-bottom: 20px;
  }
  .timeline .timeline-item:before,
  .timeline .timeline-item:after {
    content: "";
    display: table;
  }
  .timeline .timeline-item:after {
    clear: both;
  }
  .timeline .timeline-item:last-child {
    margin-bottom: 0 !important;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-event,
  .timeline .timeline-item:not(.timeline-item-left) > .timeline-event {
    float: right !important;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item:not(.timeline-item-left) > .timeline-event:before,
  .timeline .timeline-item.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item:not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item:not(.timeline-item-left) > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item:not(.timeline-item-left) > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  .timeline .timeline-item > .timeline-event:before {
    top: 10px;
    left: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
  }
  .timeline .timeline-item > .timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
  }
  .timeline .timeline-item > .timeline-point {
    top: 25px;
  }

  .timeline .timeline-item:nth-of-type(2) {
    margin-top: 40px;
  }
  .timeline .timeline-item.timeline-item-left,
  .timeline .timeline-item.timeline-item-right {
    clear: both !important;
  }
  .timeline .timeline-item.timeline-item-right,
  .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: right;
    clear: right;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-point,
  .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
    left: -24px;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
  .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
    left: -12px;
  }
  .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event,
  .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
  }
  .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -10px !important;
    border-right-width: 10px !important;
  }
  .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -9px !important;
    border-right-width: 9px !important;
  }
  .timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    top: 4px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 10px solid transparent;
  }
  .timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    top: 5px;
    right: -9px;
    border-top: 9px solid transparent;
    border-left-width: 9px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 9px solid transparent;
  }
  .timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
    top: 14px;
  }

  .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event,
  .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
  }
  .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  .timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
    top: 10px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
  }
  .timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
    top: 11px;
    right: -14px;
    border-top: 14px solid transparent;
    border-left-width: 14px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 14px solid transparent;
  }
  .timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
    top: 25px;
  }

  .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event,
  .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
    float: right !important;
  }
  .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
  .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    left: -18px !important;
    border-right-width: 18px !important;
  }
  .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
  .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: -17px !important;
    border-right-width: 17px !important;
  }
  .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    top: 10px;
    right: -18px;
    border-top: 18px solid transparent;
    border-left-width: 18px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 18px solid transparent;
  }
  .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    top: 11px;
    right: -17px;
    border-top: 17px solid transparent;
    border-left-width: 17px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 17px solid transparent;
  }
  .timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
    top: 28px;
  }

  .timeline .timeline-item > .timeline-event {
    background: #fff;
    border: 1px solid #888888;
    color: #555;
    position: relative;
    float: left;
    border-radius: 3px;
  }
  .timeline .timeline-item > .timeline-event:before {
    border-left-color: #888888;
    border-right-color: #888888;
  }
  .timeline .timeline-item > .timeline-event:after {
    border-left-color: #fff;
    border-right-color: #fff;
  }

  .timeline .timeline-item > .timeline-event.timeline-event-default {
    background: #fff;
    border: 1px solid #888888;
    color: #555;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-default:before {
    border-left-color: #888888;
    border-right-color: #888888;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-default:after {
    border-left-color: #fff;
    border-right-color: #fff;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-default * {
    color: inherit;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-primary {
    background: #f5f5f5;
    border: 1px solid #888888;
    color: #555;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-primary:before {
    border-left-color: #888888;
    border-right-color: #888888;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #f5f5f5;
    border-right-color: #f5f5f5;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-success {
    background: #F3F8ED;
    border: 1px solid #72b92e;
    color: #3F8100;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-success:before {
    border-left-color: #72b92e;
    border-right-color: #72b92e;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #F3F8ED;
    border-right-color: #F3F8ED;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-info {
    background: #F0F8FD;
    border: 1px solid #3e93cf;
    color: #0062A7;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-info:before {
    border-left-color: #3e93cf;
    border-right-color: #3e93cf;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #F0F8FD;
    border-right-color: #F0F8FD;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-warning {
    background: #FFF9E9;
    border: 1px solid #d0aa42;
    color: #ac7e00;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-warning:before {
    border-left-color: #d0aa42;
    border-right-color: #d0aa42;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #FFF9E9;
    border-right-color: #FFF9E9;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-danger {
    background: #FFC4BC;
    border: 1px solid #d25a4b;
    color: #B71500;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-danger:before {
    border-left-color: #d25a4b;
    border-right-color: #d25a4b;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #FFC4BC;
    border-right-color: #FFC4BC;
  }
  .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit;
  }
  .timeline .timeline-item > .timeline-event:before,
  .timeline .timeline-item > .timeline-event:after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .timeline .timeline-item > .timeline-event .timeline-heading,
  .timeline .timeline-item > .timeline-event .timeline-body,
  .timeline .timeline-item > .timeline-event .timeline-footer {
    padding: 10px 10px; min-height: 50px; display: flex; align-items: center;
  }
  .timeline .timeline-item > .timeline-event .timeline-heading p,
  .timeline .timeline-item > .timeline-event .timeline-body p,
  .timeline .timeline-item > .timeline-event .timeline-footer p,
  .timeline .timeline-item > .timeline-event .timeline-heading ul,
  .timeline .timeline-item > .timeline-event .timeline-body ul,
  .timeline .timeline-item > .timeline-event .timeline-footer ul {
    margin-bottom: 0;
  }

  .timeline .timeline-item > .timeline-event .timeline-footer a {
    cursor: pointer;
    text-decoration: none;
  }
  .timeline .timeline-item > .timeline-event .panel,
  .timeline .timeline-item > .timeline-event .table,
  .timeline .timeline-item > .timeline-event .blankslate {
    margin: 0;
    border: none;
    border-radius: inherit;
    overflow: hidden;
  }
  .timeline .timeline-item > .timeline-event .table th {
    border-top: 0;
  }
  .timeline .timeline-item > .timeline-point {
    color: #888888;
    background: #fff;
    right: -24px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 12px;
    margin-right: 12px;
    position: absolute;
    z-index: 100;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-blank {
    right: -12px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: 6px;
    margin-right: 6px;
    color: #888888;
    background: #888888;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-default {
    color: #888888;
    background: #fff;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-primary {
    color: #888888;
    background: #fff;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-success {
    color: #72b92e;
    background: #fff;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-info {
    color: #3e93cf;
    background: #fff;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-warning {
    color: #d0aa42;
    background: #fff;
  }
  .timeline .timeline-item > .timeline-point.timeline-point-danger {
    color: #d25a4b;
    background: #fff;
  }
  .timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
  }
  .timeline .timeline-label:before,
  .timeline .timeline-label:after {
    content: "";
    display: table;
  }
  .timeline .timeline-label:after {
    clear: both;
  }
  .timeline .timeline-label:last-child {
    margin-bottom: 0 !important;
  }
  .timeline .timeline-label + .timeline-item {
    margin-top: 0;
  }
  .timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 40px;
  }
  .timeline .timeline-label .label-default {
    background-color: #888888;
  }

  .timeline .timeline-label .label-info {
    background-color: #3e93cf;
  }
  .timeline .timeline-label .label-warning {
    background-color: #d0aa42;
  }
  .timeline .timeline-label .label-danger {
    background-color: #d25a4b;
  }



/*공지사항 게시판*/
.bot_btn{margin:20px 0;}
.bot_btn a{margin:0 10px;}



/*--------------------------------------------------------------
  # 로그인
  --------------------------------------------------------------*/
  a.btn-link{text-decoration: none;}
  .login_section{margin-top:100px; margin-bottom: 100px;}
  .login_section .alink-btn{ padding: 10px 30px;    display: inline-block;}
  .login_section .card {border-radius: 20px; }
  .login_section .card .card-body{width:100%; display: flex; flex-direction: row; padding:0px !important;}

  .login_section .card .card-body .login_top{display: flex; flex-direction: row; justify-content: center; margin-bottom:20px;}
  .login_section .card .card-body .login_top .col-auto{padding:0 25px;}


  .login_section .card .card-body .login_left{width:50%; padding:30px; border-right:1px solid #eee;}
  .login_section .card .card-body .login-form{text-align: center; padding:0 60px;}
  .login_section .card .card-body .login_right{width:50%; display: flex; align-items: center; justify-content: center; }
  .login_section .card .card-body .login_right .loginimg{width: 100%;
    overflow: hidden;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;}
  .login_section .card .card-body .login_right .loginimg img{height: 100%;}

  .login_section .card .card-body .login_right ul.tip li{padding:10px 20px;}

  .login-nodata{width:100%; text-align: center; padding: 10px;     font-size: 0.9rem;  margin-top: 20px;}

/*--------------------------------------------------------------
  # 회원가입
  --------------------------------------------------------------*/
  #joinagree{display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10%;}

  .join_section{margin-top:100px;margin-bottom: 80px;}
  .join_section .card .card-body{max-height: 200px; overflow-y: scroll; background-color: rgba(238, 238, 238,0.2); padding:20px; }
  .join_section .card .card-body pre{font-size: 0.9rem; color:#2d2d2d; font-family: 'scdream'; font-weight:400;}
  .join_section .txt-center a{margin:0 20px;}

  .joinfrm_section{margin-top:0px; }
  .joinfrm_section .card .card-body{padding:30px 20px;}
  /* .email-dir{display: none;} */
  #sample6_postcode{margin-right:10px;}
  .control-label{display: flex; align-items: center; justify-content: center;padding:0 10px;}
  em.frm_space{font-weight:500; font-style: normal; padding:0 10px; display: flex; justify-content: center; align-items: center;}
  .add-zip{display: flex; flex-direction: row; justify-content: flex-start;}
  .add-zip input{width:30%; margin-right: 20px;}
  .add-zip button{float:left;}
  .add-detail{display: flex; flex-direction: row; width:100%; justify-content: space-between;}
  .memoarea{height:100px;}

  #result-text{padding: 10px 20px 0px 20px; font-size: 14px; text-align: center;}
  .bot-btn-area{text-align: center; margin-top: 20px; margin-bottom: 80px;}
  .bot-btn-area-right{text-align: right; margin-top: 20px;}


  /*습득물센터*/
  h5.re_subtit{font-weight: 500;}
  .reply-card{margin-bottom:20px;}
  .reply-card .card-header{display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding:20px 30px; }
  .reply-card .card-header h6{ font-size:1rem; font-weight:400; color:#000; margin:0px;}
  .reply-card .card-header span{font-size:0.9rem; color:#363636;}
  .reply-card .card-header span bold{color:#000; font-weight:600;}
  .reply-card .card-body .card-text{font-size: 1rem; padding:20px 40px;}


  /*삼신소식-갤러리*/

  .equip_area{position:relative;top:0px;}

  .sort-destination{display: grid;
    grid-template-columns: repeat(4, 1fr); /* 한 행에 3개씩 */
    gap: 3%;
    row-gap: 30px; }

  ul.isotope-filter {
      margin-top: 0px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: #ddd 1px dotted;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #333;
      background-color: rgba(0,0,0,0.07);
  }

  .nav-pills > li a{
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding:5px 15px;
  }

  ul.isotope {
      margin: 0;
      padding: 0;
      list-style: none;
  }

  .isotope, .isotope .isotope-item {
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s;
  }

  .isotope-item{text-align: center; margin-bottom: 40px;/*  background-color: #eee; border:1px solid #ddd;*/}

  ul.isotope {
      list-style: none;
  }

  #portfolio .item-box a {
      text-decoration: none;
  }

  .overlay {
      background: rgba(0,0,0, 0.2);
          background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
  }

  .block {
      display: block !important;
  }
  .fsize20 {
      font-size: 20px !important;
      line-height: 26px !important;
  }
  #portfolio .item-box figure img {
      width: 260px;
      height:170px;
      margin: auto;
  }

  .img-responsive {
      display: inline-block;
  }
  .jangbi .row{display: flex; flex-direction: row; margin: 60px 0;}
  .jangbi .jangbi-title{width:100%; border-bottom:1px solid #d8d8d8; margin-bottom: 60px;}
  .jangbi .jangbi-title h7{color:#fff; background-color: var(--color-bad); padding:10px 30px; border-radius:30px; font-size:1.2rem; font-weight:400; margin-bottom: 5px;
    display: inline-block;}
  .jangbi .jangbi-title h3{
    color: #000;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0px;
    padding:15px 20px 15px 10px;
  }

  .jangbi-pic{width: 50%;
    height: 400px;
   }

  .jangbi-pic img{border-radius: 30px; object-fit: cover;
    width: 100%;
    height: 100%;}

  .jangbi-text{width: 100%; padding:10px 30px;}

  .jangbi h5{color:#000; font-size:26px; font-weight:500;  }
  ul.jangbide{padding:10px 0 30px 20px !important;}
  ul.jangbide li{font-weight: 400 !important;
    font-size: 1.1rem !important;
    color: #3d3d3d;
    padding: 5px 0;
  }
  ul.jangbide li>ul{padding:0px 0 10px 20px}

  .item-box figure img {
    width: 100%;
    height: 230px;
    margin: auto;
  }

  .jangbi-stitle{color:#000 !important;}
  .detjangbi{display: flex; justify-content: flex-start; flex-direction: row; width: 100%; flex-wrap: wrap;}
  .detjangbi .jangbi-area{width:24%; }
  .detjangbi .text-center{display: flex; flex-direction: column;   margin:10px 25px; justify-content: flex-start;}

  .hidden{display: none;}

  .jangbide{margin: 30px 0 50px 10px;}
  .jangbide ul li{margin: 15px 0; color:var(--color-third); font-size:1.1rem;}
  h5.jangbi-stitle{margin: 60px 5px 30px 5px; color:var(--color-basic);}


  .portleft{background-color:#ddd;}

  img.title_icon{width:40px; height:auto; }

  .item-box {
      overflow:hidden;
      position:relative;
      display:inline-block;
      -webkit-border-radius:0;
      -moz-border-radius:0;
      border-radius:0;
    width: 100%;
    /* padding: 10px; */
  }
      .item-box.fullwidth {
          max-width:100%;
      }
      section.alternate .item-box {
          background-color:#fff;
      }


  .item-box figure {
      width:100%;
      display:block;
      margin-bottom:0;
      overflow:hidden;
      position:relative;
      text-align:center;
    border-radius: 10px;
  }
      .item-box.fixed-box figure img {
          width:100%;
          height:auto;
      }
  .item-box-desc {
    background-color: #fff;
      padding:10px;
      overflow:hidden;
  }
  .item-box-desc p {
      margin-top:20px;
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      /*white-space: nowrap;*/
  }
      .item-box.fixed-box .item-box-desc p {
          height:98px;
      }
  .item-box-desc h4 {
    font-size: 1.1rem;
      padding: 10px 0 ;
      margin: 0;
      text-align: left;
      font-weight: 500;
      color: var(--color-point);
  }
  .item-box .item-box-desc small {
    text-align: left;
    width: 100%;
    display: inline-block;
  }

  .item-box.fixed-box .item-box-desc {
      height:256px;
  }

  .item-box.fixed-box figure {
      max-height:263px;
  }
  .item-box .socials {
      border-top:#eee 1px solid;
      text-align:center;
      display:block;
  }

  small.styleColor{
    font-size: 0.8rem;
    font-weight: 400;
    color: #797979;
    padding-top: 10px;
    letter-spacing: 0.5px;
  }

  /* hover */
  .item-box .item-hover {
      opacity: 0;
      filter: alpha(opacity=0);
      position:absolute;
      left:0; right:0; top:0; bottom:0;
      text-align:center;
      color:#fff;

      -webkit-transition: all 0.2s;
         -moz-transition: all 0.2s;
           -o-transition: all 0.2s;
              transition: all 0.2s;
  }
  .item-box .item-hover,
  .item-box .item-hover button,
  .item-box .item-hover a {
      color:#fff;
  }
  .item-box .item-hover .inner {
      position:absolute;
      display:block;
      left:0; right:0; top:50%;
      margin-top:-10px;
      z-index:100;
  }

  .item-box .item-hover .inner span{margin-bottom: 20px;}
  .item-box .item-hover .inner .fa-plus:before {
    background: rgba(0, 89, 255, 0.5);
    padding: 20px 22px;
    border-radius: 50%;
  }

  .item-box:hover .item-hover {
      opacity: 1;
      filter: alpha(opacity=100);
  }

  .nav-pills>li>a{color:#333;}

  .nav-pills>li>a:hover,
  .nav-pills>li>a:focus{	color:#fff;
      background-color:rgba(104,99,200,1);
      border-radius: 50px;}

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:hover,
  .nav-pills>li.active>a:focus {
      color:#fff;
      background-color:rgba(104,99,200,1);
      border-radius: 50px;
  }
  .item-box .item-hover .overlay {
      background-color:rgba(32, 32, 32, 0.6);
  }



  /** Box Content **/
  .box-content.thumbnail {
      position:relative;
      max-width:255px;
      display:inline-block;
      margin-bottom:30px;
      border:0; padding:0;
      background:rgba(0,0,0,0.03);
  }
  .box-content.thumbnail:hover {
      background:rgba(0,0,0,0.08);
      border:0 !important;
  }
  .box-content.thumbnail .item-image {
      position:relative;
      display:inline-block;
      overflow:hidden;
  }
  .box-content.thumbnail  h3 {
      position:absolute;
      bottom:10px; left:0;
      text-align:left;
      font-size:18px;
      line-height:18px;
      color:#fff;
  }
  .box-content.thumbnail  h3 span {
      display:inline-block;
      background-color:rgba(0,0,0,0.8);
      padding:10px 10px 20px 10px;
  }
  .box-content.thumbnail  h3 small {
      display:inline-block; color:#333;
      background:rgba(255,255,255,0.9);
      padding:3px; margin-top:-10px;
      position:absolute; bottom:-10px; left:10px;
  }
  .box-content.thumbnail p {
      font-size:12px;
      line-height:16px;
      text-align:left;
      height:80px;
      overflow:hidden;
      text-overflow:ellipsis;
      border-bottom:#eee 1px solid;
      padding-bottom:10px;
      margin-bottom:6px;
  }
  @media only screen and (max-width: 480px) {
      .box-content.thumbnail  h3 {
          font-size:15px;
          line-height:15px;
      }
  }

  .box-content .item-image>img {
      -webkit-transition: all .2s ease 0s;
         -moz-transition: all .2s ease 0s;
           -o-transition: all .2s ease 0s;
              transition: all .2s ease 0s;
  }

  .box-content .item-image:hover>img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }


  h5.stitle{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    color: var(--color-point);
    font-family: 'scdream';
  }

  .full-error{padding:20px; text-align: center;}
  .full-error li{list-style: none;}


  /*요금표*/
  .money-section h4{font-size:1.0rem; font-weight:400; color:#000;     margin: 30px 0 5px 0;}
  .money-section table{width:100%; margin-bottom:20px; border-color: #c0d3c2;}
  .money-section table th{width:25%; text-align: center; font-size:0.9rem; font-weight:500; color:#000; padding:8px 0; background-color: #eafaeb; border-color: #c0d3c2;}
  .money-section table td{text-align: center; font-size:0.9rem; font-weight:400; color:#000; padding:8px 0; border-color: #c0d3c2;}

  

  .customer_area h3{font-size:2rem; font-weight:500; color:#000; margin-bottom: 5px;}

  /*서브고객의소리*/
  /* */
  hr.pad-40{margin:60px 0; border:1px solid #dddddd;}
  h4.replies-title{margin-bottom:5px; font-weight:600;} 
  .replies-section .reply-item{border:1px solid #ddd; border-radius: 10px; margin-bottom:20px;}
  .reply-item-header{display: flex; flex-direction: row; justify-content: space-between; align-items: center; width:100%;padding:15px 30px; margin-bottom:10px; 
    border-bottom:1px solid #ddd; background-color: #f1f3fd;}
  .reply-item-header h6{font-size:1.1rem; font-weight:500; color:#000;}
  .reply-item-header span{font-size:0.9rem; color:#363636;}
  .reply-item-header span bold{background-color:#000; color:#fff; font-size:0.7rem; border-radius: 3px;  text-align:center; font-weight:500; padding:3px 10px;}
  .reply-item-header span em{font-style: normal; text-wrap: nowrap; margin:0 30px 0 5px;}
  .reply-content{font-size:1rem; color:#252525; padding:20px 40px;}

  strong.red{color:#ff0000;}


  .findid_section{justify-content: center;    align-items: center;    padding: 30px !important;}
  .findid_area .form-group{padding:10px 0;}
  .findid_area .form-group label{text-align: right;}
  .findid_area .findid_btn{padding: 20px 0 20px 150px;}
  .find-result .card-header{
    font-size: 1.4rem;
    padding: 10px 29px;
    font-weight: 600;
  }
  .find-result .card-body{display: flex; flex-direction: column !important; padding: 30px 20% !important;}

  .pwchange_area form{text-align: center;}
  .pwchange_area .form-group label{width: 30%;  display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
  }
  .pwchange_area .form-group input{width: 70%; }