
.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;
}


  /*--------------------------------------------------------------
  # 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
  --------------------------------------------------------------*/
  .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 .navbar ul.topmenu li>a {color:#fff !important;}
  .fp-viewing-0 header:hover .navbar ul.topmenu li>a {color:#000!important;} */
  .fp-viewing-0 .header_nav .toplogo a {color:#fff !important;}
  /* .fp-viewing-0 a.toplogin_join {color:#fff;} */
  /* .fp-viewing-0 header .navbar ul.topmenu li>a { color: #fff;} */



  #header {
    height: 70px;
    padding:0 3%;
    background-color: #FFF;
  }

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


  #header #logo h1 {
    font-size: 32px;
    margin: 0;
    line-height: 0;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
  }


  #header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }

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

  .header_nav{height:70px; width:100%; display: flex; justify-content: space-between; align-items: center;  background-color: #fff;}
  .header_nav .toplogo{width:18%; display: flex; align-items: center; justify-content: center;}
  /* .header_nav .navbar{width:45%; display: flex; align-items: center; justify-content: space-around;} */
  .header_nav .navbar{width:100%; display: flex; align-items: center; justify-content: space-around; height:70px;}
  .toplogin{width: 24%; display: flex; align-items: center; justify-content: flex-end; padding-right:5px;}

  .toplogin a.toplogin_link{border:2px solid #000; background-color:#000; color:#fff; font-size: var(--font-menu) -0.1rem;
    font-weight: 500;
    letter-spacing: -1px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 26px;
    margin-right:25px;
  }
  .toplogin a.toplogin_link:hover{border:2px solid #000; background-color:#fff; color:#000; font-size: var(--font-menu) -0.1rem;
    font-weight: 500;
    letter-spacing: -1px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 26px;
    margin-right:25px;
  }

  .toplogin a.toplogin_join{border:2px solid #000; color:#000; font-size: var(--font-menu) -0.1rem;
    font-weight: 500;
    letter-spacing: -1px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 26px;
  }

  .toplogin a.toplogin_join:hover{border:2px solid #000; background-color:#000;  color:#fff !important; font-size: var(--font-menu) -0.1rem;
    font-weight: 500;
    letter-spacing: -1px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 26px;
  }

  a.logo{width:20%; text-align: left;}
  .navbar-collapse{width:80%;}
  .navbar-collapse .topmenu{width: 76%;}


  .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;
    display: flex;
    justify-content: center;

  }

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

  }

  img.hostc-logo{height: 26px; width: auto;}

  .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: 100%; */
    top: 69px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    /* border-bottom:1px solid #ddd; */
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    overflow: hidden;
    transition: max-height 0.5s ease-out;

  }

  .navbar .submenu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding: 0 19.7% 0 21.2%; */
    padding: 0 ;
    border-bottom: 1px solid #ddd;
  }


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

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

  .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{color:var(--color-point); border:1px solid var(--color-point); border-radius: 5px; padding:5px 20px; font-size:1.0rem; font-weight:600; } */
  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: left; 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 4px 8px 20px;}
  .navbar .subpage ul li a:hover{font-weight:500; color:#fff; background-color: #000; width:100%; padding: 8px 4px 8px 20px;}
  .navbar .subpage ul li a.hover-none:hover{font-weight:500; color:var(--color-point); background-color: #fff !important; width:100%; padding: 8px 4px 8px 20px;}
  .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;
  }







  /* a.toplogin_join{font-size: 1.1rem;  font-weight: 600;  color: var(--color-basic);  transition: 0.3s; margin:0 30px 0 30px;}
  a.toplogin_join:hover{color: var(--color-point);  transition: 0.3s;} */

  /**/



  /* .left_nav .left_nav_bot{ position: absolute; left: 28px;; display: inline;}
  .left_nav .left_nav_bot img{width:60px;}
  .left_nav_box{border-left:1px solid #fff; height: 85%;}
  .left_nav_box ul{padding:0px; margin:0px;}
  .left_nav_box ul li{list-style: none;}
  .left_nav_box ul li.nav_box_blank{min-height:60px; display: inline-block;}
  .left_nav_box ul li.nav_box_blank2{min-height:120px; display: inline-block;}

  .left_nav_box ul li.nav_box_text{color:#fff; border-left:4px solid #fff; margin-left: -2px; padding: 10px 0 10px 20px; display: inline-block; width: 100%; text-align: left;}
  .left_nav_box ul li.nav_box_text h7{font-size:1.6rem; font-weight:300; line-height: 1.8rem; }
  .left_nav_box ul li.nav_box_text h7 strong{font-weight:500; clear: both; float: left;}

  .left_nav_box ul li.nav_box_text h8{font-size:1.2rem; font-weight:500; line-height: 1.8rem; clear: both; float: left;} */




  .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{background-color: var(--color-point) !important; margin-top: 150px;
    padding: 50px 10%;
    height: 200px !important;
    display: flex !important;}

  footer .copyright_area{width:100%; display: flex; flex-direction: row;}
  footer .copyright_area .copy_logo{display: flex; flex-direction: row; width:10%; border-right:1px solid rgba(255,255,255,0.4);}
  footer .copyright_area .copy1,  footer .copyright_area .copy2{width:50%; display: flex; justify-content: center; align-items: center; }
  footer .copyright_area .copy1 img, footer .copyright_area .copy2 img{height:60px; width:auto;}
  footer .copyright_area .copy3{width:60%; padding:10px 0 0px 50px;}
  footer .copyright_area .copy3 ul{margin: 0px; padding:0px;}
  footer .copyright_area .copy3 ul li{list-style: none; color:#fff; font-weight: 400; padding:2px 0; letter-spacing: 1px; text-align: left;}
  footer .copyright_area .copy3 ul li span{margin-right:30px;}
  footer .copyright_area .copy4{padding-top:10px;}

  /*--------------------------------------------------------------
  # 인트로
  --------------------------------------------------------------*/
.text-center{text-align: center;     justify-content: center;}

.section{
    text-align:center;
    overflow: hidden;
    padding:0 3%;
}
.section h5{font-size: 3rem; font-weight: 700; display: flex; justify-content: center;}
.section h7{font-size: 2rem; font-weight: 200; padding-bottom:60px; display: flex;  justify-content: center; color:#5a5a5a;}

/* #myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
} */


#section0 .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#section0{
    overflow: hidden;
}

#infoMenu li a {
    color: #fff;
}
video::-webkit-media-controls {
  display:none !important;
}



  .section{
		text-align:center;
		overflow: hidden;
	}

	#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		/* background-image: our video ; */
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}

  .layer h2, .layer h1{color:#fff;}

  .layer .main-area{margin-top:25%;}

  .main-area h1{font-size: 7rem; margin-bottom: 150px;}

	#section0 .layer{
		position: absolute;
		z-index: 4;
		width: 100%;
		left: 0;
		top: 0;
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
    height: 100%;
	}





	#section0{
		overflow: hidden;
	}

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

 .picarea{display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding:0 3% !important; margin-top:100px;}
 .picarea .fp-tableCell{display: flex; flex-direction: row; justify-content: space-between;  align-items: flex-start; padding-top: 120px;}

 .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;}


.curriculum{margin-top: 150px;}

.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-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; }



	/* 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 h4.menu_title{display: inline; color: #fff; letter-spacing: -1px; font-size: 3rem; font-weight:700;}



/*물고기 애니메이션*/
.background {
  position: absolute;
  left:0;
  top:0;
  width: 1900px;
  height: 210px;
  overflow: hidden;
}

.fish {
  position: absolute;
   /* 물고기 크기 조절 width: 50px; */
}

/* fish1: 오른쪽 아래로 이동 */
.fish1 {
  top: 10px;
  left: 0;
  animation: move1 60s linear infinite;
}

@keyframes move1 {
  0% {
      transform: translate(0, 0) scaleX(1);
  }
  100% {
      transform: translate(1500px, 150px) scaleX(1);
  }
}

/* fish2: 왼쪽으로 이동 */
.fish2 {
  top: 50px;
  right: 0;
  animation: move2 80s linear infinite;
}

@keyframes move2 {
  0% {
      transform: translate(0, 0) scaleX(1);
  }
  100% {
      transform: translate(-1600px, 0) scaleX(1);
  }
}

/* fish3: 왼쪽으로 이동 */
 .fish3 {
  top: 100px;
  right: 0;
  animation: move3 40s linear infinite;
}

@keyframes move3 {
  0% {
      transform: translate(0, 0) scaleX(1);
  }
  100% {
      transform: translate(-1600px, 0) scaleX(1);
  }
}

/* fish4: 오른쪽 위로 이동 */
 .fish4 {
  bottom: 0;
  left: 0;
  animation: move4 60s linear infinite;
}

@keyframes move4 {
  0% {
      transform: translate(0, 0) scaleX(1);
  }
  100% {
      transform: translate(600px, -150px) scaleX(1);
  }
}

/* fish5: 왼쪽 위로 이동 */
.fish5 {
  bottom: 0;
  right: 0;
  animation: move5 100s linear infinite;
}

@keyframes move5 {
  0% {
      transform: translate(0, 0) scaleX(1);
  }
  100% {
      transform: translate(-1920px, -150px) scaleX(1);
  }
}

  /*--------------------------------------------------------------
  # 센터
  --------------------------------------------------------------*/
  .container_strat{width:100%; padding:0 15%; display: flex; justify-content: center; align-items: flex-start; flex-direction: column;}
  #head{height:210px; }

  #head h3{display: inline; font-weight: 200; letter-spacing: -1px; padding:0; margin:0; }
  #head h3 bold{font-weight: 500;}


  #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-point);}
  #submenu ul li:hover{ color:#fff; background-color: var(--color-point);}
  #submenu ul li.act a{ color:#fff;}
  #submenu ul li:hover a{color:#fff; }


  #subimg{margin-bottom:80px; height:0px;}
  #subimg img{width:100%; object-fit: fill;}

  #content{padding:150px 10% 80px 10%;}
  #content-15{padding:0 10%; margin-bottom: 120px;}




/*--------------------------------------------------------------
  # 로그인
  --------------------------------------------------------------*/
.login_section{margin-top:100px; margin-bottom: 100px;}
.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;}
.login_section .card .card-body .login-form{text-align: center; padding:0 60px;}
.login_section .card .card-body .login_right{width:50%; min-width:200px;display: flex; align-items: center; justify-content: center; height: 340px;}
.login_section .card .card-body .login_right .loginimg{width:100%;overflow: hidden; height: 340px; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.login_section .card .card-body .login_right .loginimg img{object-fit: cover; width:100%; height: auto;}

.admin-login .card .card-body .login_right{width:50%; min-width:200px;display: flex; align-items: center; justify-content: center; height: auto !important;}
.admin-login .card .card-body .login_right .loginimg{width:100%;overflow: hidden; height: auto !important; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}

.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;}

a.btn-link{text-decoration: none;}

#setPasswordModal .modal_tip{font-size:0.9rem; color:#0b8064; margin-bottom: 10px;
  padding: 10px 5px;
  background: #edf5f3;
}
#setPasswordModal .modal-header{justify-content: space-between;}
#setPasswordModal button.close{width: 27px;  height: 27px;}
#setPasswordModal .form-group{width:100%; padding:5px 0;}
#setPasswordModal .form-group label{width:25%;font-size:0.9rem;}
#setPasswordModal .form-group input{width:75%;}
#setPasswordModal .modalbot{display: flex; justify-content: center;margin-top: 10px;}

  /*--------------------------------------------------------------
  # table  background: rgba(238, 238, 238, 0.5)
  --------------------------------------------------------------*/
  @media screen and (min-width: 542px){
  .table-dl-form{display: flex; flex-direction: column; border-top: 2px solid var(--color-tbbgtop); padding:0;}
  .table-dl-form dl{display: flex; flex-direction: row; width:100%; padding:0; border-bottom: 1px solid #eee; margin:0px !important;}
  .table-dl-form dl dt{
    width:16%; background-color: var(--color-tbbg);
    display: flex; align-items: center;
    font-weight:500;font-size: var(--font-table);
    /* justify-content: flex-end; padding:14px 5% 14px 0; */
    justify-content: flex-start; padding:14px 10px 14px 2%; color:rgb(49, 50, 51);
  }

  .table-dl-form dl dd{width:34%; padding:8px 30px;display: flex; justify-content: flex-start; align-items: center; font-weight: 500; color: #3f3f3f; margin-bottom:0px !important;
  font-size: var(--font-table);}
  /* .table-dl-form dl dd.full input{width:33%;} */
  .table-dl-form dl dd.full{width:84% !important; padding:8px 30px;display: flex; justify-content: flex-start; align-items: center; font-weight: 400; color: #3f3f3f;}
  .table-dl-form dl dd input[type="radio"]{margin-right: 8px;  margin-bottom: 5px;}
  .table-dl-form dl dd span{padding: 0 12px; color: #3f3f3f;}


  .table-dl-form dl dd.tel-form input{width:28%;}
  .table-dl-form dl dd.tel-form select{width:28%;}
  .table-dl-form dl dd.cm-form{width:80%;}
  .table-dl-form dl dd.cm-form span{font-weight:600;}
  .table-dl-form dl dd.cm-form input{width:20%;}
  .table-dl-form dl dd.cm-form span.cm-form-cm{margin-right: 20%;}
  .table-dl-form dl dd.grade-form{width:80%;}
  .table-dl-form dl dd.grade-form span{font-weight:600;}
  .table-dl-form dl dd.grade-form input{width:22%; margin-right:40px;}
  .table-dl-form dl dd.grade-form select{width:22%;}
  .table-dl-form dl dd.histroy-form{width:80%; display: flex; justify-content: space-between;}
  .table-dl-form dl dd.histroy-form div{display: flex; flex-direction: row; font-weight:400;}
  .table-dl-form dl dd.histroy-form div span{display: flex; justify-content: center; align-items:center ; font-weight:600;}
  .table-dl-form dl dd.histroy-form div select{width:120px;}
  .table-dl-form dl dd.histroy-form div input{margin-left: 20px; font-weight:400;}
  .table-dl-form dl dd.pic-form{width:80%;}
  .table-dl-form dl dd.pic-form img{height:46px; width:auto;}
  .table-dl-form dl dd.pic-form input{width:50%; margin-left:30px;}
  .table-dl-form dl dd.pw-form{width:80%;}
  .table-dl-form dl dd.pw-form input{width:40%;}
  .table-dl-form dl dd.pw-form span{width:60%;}
  .table-dl-form dl dd.name-form{width:80%;}
  .table-dl-form dl dd.name-form input{width:40%;}
  .table-dl-form dl dd.email-form{width:80%;}
  .table-dl-form dl dd.email-form input{width:20%;}
  .table-dl-form dl dd.email-form select{width:20%;margin-left:10px;}
  .table-dl-form dl dd.web-form{width:80%;}
  .table-dl-form dl dd.web-form input{width:50%;}
  .table-dl-form dl dd.birth-form{width:80%;}
  .table-dl-form dl dd.birth-form input{width:10%;}
  .table-dl-form dl dd.sex-form input{margin-left:20px;}

  .table-dl-form dl dt strong{color: rgb(226, 0, 0); font-weight: 800; width:10px; margin-left: 5px;}
  .table-dl-form dl dd.address{width:80% !important;}
  .table-dl-form dl dd.address div{display: flex; flex-direction: row; width:100%; margin:5px 0;}
  .table-dl-form dl dd.address div.add-zip input{width:15%;}
  .table-dl-form dl dd.address div.add-zip span{display: flex; justify-content: center; align-items: center;}
  .table-dl-form dl dd.address div.add-detail input:nth-child(1){margin-right:15px;}
  .table-dl-form dl dd.address div.add-detail input:nth-child(2){margin-left:15px;}
  .table-dl-form dl dd.address div.add-zip .btn-zip-find{
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color:var(--blue-color);
    border: 1px solid var(--dblue-color);
    box-shadow: none;
    border-radius: 6px;
    padding:5px 25px;
    line-height: 33px;
    margin-left: 10px;
  }

  }

  /*--------------------------------------------------------------
  # 회원가입
  --------------------------------------------------------------*/
/*
.form-control-mid {
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  color: #424242;
  background: rgb(250, 250, 250, 0.4);
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 6px;
}

.form-control-mid {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} */

.half-fm input{width:50%; margin-right:5px;}


em.frm_space{font-weight:500; font-style: normal; padding:0 10px; display: flex; justify-content: center; align-items: center;}


.bot-btn-area{text-align: center; margin-top: 20px; margin-bottom: 80px;}
.bot-btn-area-right{text-align: right; margin-top: 20px;}

.email-dir{display: none;}
.control-label{display: flex; align-items: center; justify-content: 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;}

/*교육소개*/

span.educnt{min-width: 36px; text-align: right;}
span.edutime{min-width: 64px; text-align: right;}

.eduintro-section{display: flex; justify-content: space-between; flex-wrap: wrap;}
.eduintro-section .ik-card-edu{border:1px solid #ddd; padding: 15px 25px; border-radius: 5px; display: flex; flex-direction: column; width:48%; margin-bottom: 30px;}
.eduintro-section .ik-card-edu span{margin-right:3px;}
.eduintro-section .ik-card-edu .card-head{display: flex; flex-direction: row; justify-content: space-between; margin-bottom:14px;}
.eduintro-section .ik-card-edu .card-detail1{display: flex; flex-direction: row; justify-content: space-between; margin-bottom:14px;}
.eduintro-section .ik-card-edu .card-detail2{display: flex; flex-direction: row; justify-content: space-between; margin-bottom:14px;}
.eduintro-section .ik-card-edu .card-body{background-color: rgba(238, 238, 238, 0.5); padding:10px 14px; color:#353535; line-height: 1.8rem;}

.badge-edu{font-size:0.85rem; background-color: rgba(0, 41, 155, 0.5); color:rgb(255, 255, 255); font-weight:500; padding:5px 8px; text-align: center; border-radius: 3px; min-width:76px; display: inline-block; margin-right:5px;}

.edu_top{display: flex; justify-content: flex-end;margin-bottom: 5px;}
.edu_top a{ border: 0px solid #7a7a7a; background-color: #dddddd; border-radius: 4px;  width: 30px;  height: 30px;  display: flex;  justify-content: center;  align-items: center;  margin-left: 10px;}
.edu_top a i{font-size: 1.2rem; font-weight: 900; color:#727272;}
.edu_top a:hover{background-color: #230181; color:#fff;}
.edu_top a:hover i{font-size: 1.2rem; font-weight: 900; color:#fff;}
.edu_top a.act{border: 0px solid #7a7a7a; background-color: #230181; color:#fff;}
.edu_top a.act i{font-size: 1.2rem; font-weight: 900; color:#fff;}
.edu_top a.act:hover{background-color: #dddddd; color:#727272;}
.edu_top a.act:hover i{font-size: 1.2rem; font-weight: 900; color:#727272;}


.graph-type1{display: flex; justify-content: space-around; flex-direction: row; width:100%;}
.graph-type1 dl{width:20%; display: flex; flex-direction: column;}


.graph-type1 dl dd bold{text-align: center; font-size: 1.0rem; font-weight: 500; }
.graph-type1 dl dd ul.stul{list-style: decimal; padding:0; margin:20px 0;}
.graph-type1 dl dd img{height: 45px; margin: 20px 0;}

.step1_bg{background-color: #deeaf1 !important; border:1px solid rgba(147, 174, 192, 0.3) !important; }
.step2_bg{background-color: #a9cfe8 !important; border:1px solid rgba(147, 174, 192, 0.3) !important; }
.step3_bg{background-color: #6097c7 !important; border:1px solid rgba(147, 174, 192, 0.3) !important; }
.step4_bg{background-color: #2d568b !important; border:1px solid rgba(147, 174, 192, 0.3) !important; }

.graph-type1 dl.graph-type1-st1 dt{
  font-size: 1.1rem !important; font-weight: 500; color:#000;  display: flex; justify-content: center; align-items: center; padding:10px;
}

.graph-type1 dl.graph-type1-st1 dd{
  margin-top: 2px; font-size: 1.0rem !important; font-weight: 400; color:#000;  display: flex; flex-direction: column; justify-content: flex-start;
  align-items: center;     padding: 10px 0 !important;
  border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; border-bottom-left-radius: 50% !important; border-bottom-right-radius: 50% !important;
  min-height: 220px;
}


.graph-type1 dl.graph-type1-st2 dt{
  font-size: 1.1rem !important; font-weight: 500; color:#fff !important;  display: flex; justify-content: center; align-items: center; padding:10px;
}

.graph-type1 dl.graph-type1-st2 dd{
  margin-top: 2px; font-size: 1.0rem !important; font-weight: 400; color:#fff;  display: flex; flex-direction: column; justify-content: flex-start;
  align-items: center;    padding: 10px 0 !important;
  border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; border-bottom-left-radius: 50% !important; border-bottom-right-radius: 50% !important;
  min-height: 220px;
}



.type2-bg1{background-color: #daded5 !important;}
.type2-bg2{background-color: #c1c8b9 !important;}
.type2-bg3{background-color: #a3ad97 !important;}

.box-blue{background-color: #eef4fb !important;}

.graph-type2 .graph-type2-st1{display: grid; grid-template-columns: 10% 28% 28% 34%;  gap: 2px; width:100%;}
.graph-type2 .graph-type2-st1 .items{border:1px solid #ddd; text-align: center; padding:10px; font-size: 1.0rem; font-weight:400; color:#000;}
.graph-type2 .graph-type2-st1 .items .items-box1{display: flex; justify-content: center; align-items: center;  border-radius: 4px; padding:10px 0;
  margin-bottom:4px; width:100%; background-color: #e7edf1; border:1px solid #7f7f7f;}

.graph-type2 .graph-type2-st1 .items .items-box2{display: flex; justify-content: center; align-items: center;  border-radius: 4px; padding:10px 0;
   margin-bottom:4px;  width:49%; padding:5px; background-color: #d9fce7; border:1px solid #808080;}

.graph-type2 .graph-type2-st1 .items .items-box3{display: flex; justify-content: center; align-items: center;  border-radius: 4px; padding:10px 0;
margin-bottom:4px;  width:100%; padding:5px; background-color: #d9fce7; border:1px solid #808080;}

.graph-type2 .graph-type2-st1 .items-fl{display: flex; justify-content: space-between; align-items: center; width:100%; flex-direction: row; flex-wrap: wrap;}

/* .graph-type2 .graph-type2-st1 .items{background-color: rgba(219, 219, 219, 0.3);} */
.graph-type2 .graph-type2-st1 .items:nth-child(1) {
	grid-column: span 4;  font-weight: 500; font-size:1.2rem;;
}
.graph-type2 .graph-type2-st1 .items:nth-child(2) {
	grid-column: span 1;
}
.graph-type2 .graph-type2-st1 .items:nth-child(3) {
	grid-column: span 2;
}
.graph-type2 .graph-type2-st1 .items:nth-child(4) {
	grid-column: span 1;
}
.graph-type2 .graph-type2-st1 .items:nth-child(5) {
	grid-column: span 1;
}
.graph-type2 .graph-type2-st1 .items:nth-child(6) {
	grid-column: span 2;
}
.graph-type2 .graph-type2-st1 .items:nth-child(7) {
	grid-column: span 1;
}
/* .graph-type2 .graph-type2-st1 .items:nth-child(8),.graph-type2 .graph-type2-st1 .items:nth-child(12) {

} */
/* .graph-type2 .graph-type2-st1 .items .items-box1, .graph-type2 .graph-type2-st1 .items .items-box2{background-color: rgba(255, 255, 255, 1);} */




















/*교육접수*/


.personal-agree-area{border:1px solid #ddd; padding: 20px 30px; height:200px; overflow-y: auto;}




.btn-in {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 25px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin:0 5px;
}


.agree{margin:40px;}
.agree span{margin:0 20px;}
.bot_btn{margin:20px 0;}
span.inradio{display: flex; align-items: center; margin-right:10px;}
span.inradio input{margin:0 8px 0 0 !important;}
.submit-btn:disabled {
  background-color: #cccccc;  /* 비활성화 색상 */
  color: #666666;  /* 비활성화 텍스트 색상 */
  cursor: not-allowed;  /* 비활성화 상태 마우스 커서 */
  border:2px solid rgb(104, 104, 104);
}
.thum_img{width:60px; height:auto;}
.cell-btn a{margin-left:15px;}
em.tips{font-style: normal; font-size:0.9rem; font-weight:400; margin-left:20px;}
.tip{font-style: normal; font-size:0.9rem; font-weight:500; color:#940e0e; padding:10px;}
.tip a{color:#294594}
.custom-modal-width{max-width:80%;}
.modal-title{font-size:1.5rem; font-weight:600;}
.modal-body{padding:30px 40px;}
.modal-body h5.section-title{margin-top:0px !important;}




/*센터소개*/
.hello_area{display: flex; flex-direction: row; justify-content: center;}
.hello_area .hello_left{width:50%; margin-right:50px; text-align: justify;}
.hello_area .hello_right{width:45%; text-align: center; }
.hello_area h4{font-size: 1.9rem; margin-bottom:30px; letter-spacing: -1px;}
 h4.hello_tit{font-size: 2.8rem; font-weight:200;letter-spacing: -1px;}
 h4.hello_tit bold{font-weight:500;}
 h4.hello_stit{font-size: 2.8rem; font-weight:500; letter-spacing: -1px; margin-bottom:40px;}
 h6.hello_stit{font-size: 1.8rem; font-weight:200; letter-spacing: -1px; margin-bottom:40px;}
 h6.hello_stit bold{font-weight:500; font-size: 1.8rem; color:var(--color-point);}

.hello_area p{margin:25px 0; font-size:var(--font-basic);}
.hello_area img{width:70%;}
.hello_area p.ceo_name{font-weight: 500; color: #000;}

/*연혁*/

/* history */
.history_area{width:100%; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.history_area img{width:80%;}
.history_area h3{ font-weight: 600; font-size: 3.5rem; }
.history_area h1{ position: absolute;  background: #fff; z-index: 100; font-weight: 100;}
.history_area h1 bold{font-weight: 800;}

.history_list {
  padding: 80px 0 100px;
  width: 100%; margin-top: 50px;
}
.history_list strong {
  font-size: 50px;
  color: #222;
  padding: 50px 80px;
  width: 50%;
  text-align: right;
}
.history_list b {
  font-size: 20px;
  color: #222;
}
.history_list ul {
  padding: 50px 80px;
  width: 50%;
  position: relative;
}
.history_list ul li {
  padding-left: 80px;
  margin: 20px 0;
  position: relative;
  list-style: none;
}
.history_list ul li b {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
}
.history_list > div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.history_list > div::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0460d9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -5px;
  z-index: 2;
}
.history_list > div::before {
  content: "";
  width: 1px;
  height: 300px;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: -50px;
  z-index: 1;
}
.history_list > div:nth-child(2n) {
  flex-direction: row-reverse;
}
.history_list > div:nth-child(2n) strong {
  text-align: left;
}
.history_list > div:nth-child(2n) ul li {
  text-align: right;
  padding-left: 0;
  padding-right: 80px;
}
.history_list > div:nth-child(2n) ul li b {
  left: auto;
  right: 0;
}
.history_bn {
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 550px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: url("../../images/sub/history_bg.jpg") no-repeat center center / cover;
}
.history_bn:after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
}
.history_bn.on:after {
  animation: move-wall 1s ease-in 0.2s forwards;
}
@keyframes move-wall {
  100% {
    width: 0;
  }
}
.history_tit {
  padding: 70px 60px;
  background: #0460d9;
  color: #fff;
  width: 480px;
  height: 480px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-top: -380px;
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 1s;
}
.history_tit h3 {
  font-size: 28px;
  margin: 20px 0 0;
  font-weight: 600;
  line-height: 1.5;
}
.history_tit::after {
  content: "SINCE 2013";
  color: #046cdd;
  font-size: 125px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -20px;
  font-weight: 800;
  z-index: -1;
}
.history_tit.on {
  opacity: 1;
  margin-top: -400px;
}

a.intro-right:hover img{width:100% !important; height:auto;}
a.intro-right:hover .box-sanup {
  background-color: #0b8064 !important;
}
a.intro-left:hover .box-hostc{background-color: #0c5c92 !important;}
a.intro-left:hover img{width:100% !important; height:auto;}




/*======조직도=========================================================================================== border:1px solid var(--color-border); */

.group_area{display: flex; flex-direction: column;}
.jo-1st .txt-1st{ text-align: center;font-size: 16px;padding:0;margin:0 0 0 33.3332%;}
.jo-1st .txt-1st img{height:36px;}
.jo-2st .liner{height:60px;margin:0 0 0 41.6665%; border-right: 1px solid var(--color-border);}
.jo-3st .linetrl{height:30px;margin:0 0 0 16.6666%;border-right: 1px solid var(--color-border); border-left: 1px solid var(--color-border);border-top: 1px solid var(--color-border);}
.jo-4st{display:flex; justify-content: space-between;}
.jo-4st .txt-left dl dt{border:1px solid var(--color-border);background-color: var(--color-point);text-align: center; font-size:var(--font-basic);color: #e1ebf7;font-weight: 500;padding:16px 0;margin-bottom:10px;}
.jo-4st .txt-right dl dt{border:1px solid var(--color-border);background-color: var(--color-point);text-align: center;
  font-size:var(--font-basic);color: #e1ebf7;font-weight: 500;padding:16px 0;margin-bottom:10px;}

.jo-4st .txt-left dl dd{font-style:normal;font-weight:400; font-size:var(--font-basic);}
.jo-4st .txt-left dl dd span{float:left;width:50%;height:60px;
  border-left:1px solid var(--color-border);border-top:1px solid var(--color-border);border-right:1px solid var(--color-border);
  border-collapse:collapse;padding:10px 10px;background-color: rgba(241, 242, 246,0.5);}
.jo-4st .txt-left dl dd em{font-style:normal;float:left;width:50%;height:60px;border-top:1px solid var(--color-border);
  border-right:1px solid var(--color-border);border-collapse:collapse;padding:10px 10px;background-color: rgba(255, 255, 255,0.5); text-align: right;}
/* .jo-4st .txt-left{border-bottom:1px solid var(--color-border);} */

.jo-4st .txt-right dl dd{font-style:normal;font-weight:400;display:flex; margin-bottom: 0px;font-size:var(--font-basic);}
.jo-4st .txt-right dl dd span{float:left;width:50%;height:60px;  border-left:1px solid var(--color-border);border-top:1px solid var(--color-border);border-right:1px solid var(--color-border);
  border-collapse:collapse;padding:10px 10px;background-color: rgba(241, 242, 246,0.5); text-align: left;}
.jo-4st .txt-right dl dd em{font-style:normal;float:left;width:50%;height:60px;border-top:1px solid var(--color-border);
  border-right:1px solid var(--color-border);border-collapse:collapse;padding:10px 10px;background-color: rgba(255, 255, 255,0.5);}
.jo-4st .txt-right dl dd:nth-last-child(1){border-bottom:1px solid var(--color-border);}

.jo-4st .txt-left dl dd i, .jo-4st .txt-right dl dd i{margin-right:5px; color:#0b8064;}
.jo-4st dd.tb_dd table{width:100%;}
.jo-4st dd.tb_dd tr.tr1{border:1px solid var(--color-border); height:60px;}
.jo-4st dd.tb_dd tr.tr1 td:nth-child(1){width:50%; padding:10px 10px;background-color: rgba(241, 242, 246,0.5); text-align: left; border-right: 1px solid var(--color-border);}
.jo-4st dd.tb_dd tr.tr1 td:nth-child(2){width:50%; padding:10px 10px; text-align: right;}

.jo-4st dd.tb_dd tr.tr2{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border); height:60px;}
.jo-4st dd.tb_dd tr.tr2 td:nth-child(1){padding:10px 10px;background-color: rgba(241, 242, 246,0.5); text-align: left; border-right: 1px solid var(--color-border);width:30%;}
.jo-4st dd.tb_dd tr.tr2 td:nth-child(2){padding:10px 10px;text-align: right; border-right: 1px solid var(--color-border);width:35%;}


.jo-4st dd.tb_dd tr.tr3{border:1px solid var(--color-border); height:60px;}
.jo-4st dd.tb_dd tr.tr3 td:nth-child(1){padding:10px 10px;background-color: rgba(241, 242, 246,0.5); text-align: left; border-right: 1px solid var(--color-border);}
.jo-4st dd.tb_dd tr.tr3 td:nth-child(2){padding:10px 10px; text-align: right;}


.jo-4st dd.tb_dd tr.tr4{border:1px solid var(--color-border); height:60px;}
.jo-4st dd.tb_dd tr.tr4 td:nth-child(1){padding:10px 10px;background-color: rgba(241, 242, 246,0.5); text-align: left; border-right: 1px solid var(--color-border);}
.jo-4st dd.tb_dd tr.tr4 td:nth-child(2){padding:10px 10px; text-align: right;}

.jo-4st .txt-right-bot ul.jo-help{padding:0;}
.jo-4st .txt-right-bot ul.jo-help li{list-style: none; text-align: left;}
.jo-4st .txt-right-bot ul.jo-help li.jo-help-txt{padding:4px 15px;}

/*======찾아오시는길===========================================================================================*/
.map_area{display: flex; flex-direction: row;font-size:var(--font-basic); justify-content: space-between;}
.map_area .ik-card-map{width:45%; border:1px solid #ddd; border-radius: 15px; padding: 20px 30px; background-color: rgba(241, 241, 241, 0.1);}
.map_area .address ul{padding:0; margin:0; list-style: none;}
.map_area .address ul li{padding:5px 0; list-style: none; font-size:1.1rem; border-bottom:1px solid #eee;margin-bottom:15px;}
.map_area .address ul li label{display: flex; font-weight: 500; align-items: center; color: var(--color-point);}
.map_area .address ul li label i{
  background: var(--color-bad);
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.map_area .address ul li span{padding: 5px 20px 10px 35px;
  display: block; color:var(--color-second);}
.map_img{width:50%;  border:1px solid #8f8f8f;}
.map_img img{width:100%;}




/*문의하기*/
.customer_area h3{font-size: 1.6rem; font-weight:600; letter-spacing: -1px;}
.memo-size{height:200px !important; width:100%;}
.bot_btn input{margin-left:10px;}



/*시설장비현황*/


.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: 50%; 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;}

/*컨소시엄사업*/
.partner_area{margin-top:50px;}
.partner_area .tab-pane dl{border:1px solid #ddd; border-radius: 15px; padding: 20px 30px; margin-bottom:80px;}
.partner_area .tab-pane dl dt{font-size: 1.4rem;  font-weight: 500;  margin: 10px 0;}
.partner_area .tab-pane dl dd{font-size: var(--font-basic);  line-height: var(--font-basic-line); font-weight: 400; }
.partner_area .tab-pane dl dd ul li{list-style: none;}
.partner_area .tab-pane dl dd strong{font-weight: 500; color:var(--color-point);}
.partner_area .tab-pane h5{font-size: var(--font-ztitle);  font-weight: 500;  margin: 10px 0;}
.partner_area .tab-pane p{font-size:  var(--font-basic);  font-weight: 400;}
.partner_area .memcenter{margin-top:50px; text-align: center;}
.partner_area h4.partner_tit{font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -1px;}
.partner_area h6.partner_stit{font-size: var(--font-basic);  font-weight: 400;}
.partner_area h6.partner_stit strong{color:var(--color-point);}
.partner_dl dd strong{color:var(--color-point);}
.partner_area dl.partner_dl{margin-top:50px;}
.partner_area dl.partner_dl dt{font-size: var(--font-ztitle); padding-bottom:5px; color: var(--color-point); padding-left: 15px;; }
.partner_area dl.partner_dl dd{font-size: var(--font-basic); padding-left: 0px;  line-height: var(--font-basic-line);  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px 30px;}

.partner_dl2 dd strong{color:var(--color-point);}
.partner_area dl.partner_dl2{margin-top:50px;}
.partner_area dl.partner_dl2 dt{font-size: var(--font-ztitle); padding-bottom:5px; color: var(--color-point); padding-left: 15px;; }
.partner_area dl.partner_dl2 dd{font-size: var(--font-basic); padding-left: 0px;  line-height: var(--font-basic-line);   padding: 20px 10px;}


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




/*평가결과*/
.score_pic img{width:60px; height:70px;}
.state_area h3{font-size: 1.6rem; font-weight:600; letter-spacing: -1px;}
.state_area .form-group{justify-content: flex-start !important; width: 100%;}
.state_area .form-group .col-md-1 { align-items: center;  display: flex; margin-left:10px;}

.score-view-area{display: flex; justify-content: center; width:100%; padding:0 10%;flex-direction: column;}

.score-view-area .score-view-area-top{display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding:5px 0;}
.score-view-table{width:100%; border:1px solid #000;}
table.score-view-table, table.score-view-table th, table.score-view-table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.score-view-table td{min-height:34px; padding:10px;}
.score-view-table td.cell-tit{text-align: center; font-size:26px; font-weight:600; background-color: #dfedff;}
.score-view-table td.cell-stit{text-align: center; font-size:16px; font-weight:600; background-color: #dfedff;}
.score-view-table td.cell-sstit{text-align: center; font-size:16px; font-weight:600;}
.score-view-table td.cell-center{text-align: center; font-size:14px; font-weight:500;}

/*홍보관*/
.hong_area{display: flex; justify-content: center;}
.hong_area .videointro{width:100%;}
.hong_area .videointro h5{width:100%; text-align: left; color:var(--color-point);margin-bottom:15px;}
.ik-card{border:1px solid #ddd; border-radius: 15px; padding:20px; margin-bottom:50px; background-color: #fff;}
.hong_area .videointro .ik-card iframe{width:80%; height: 500px;}

  /*메인*/





@media screen and (min-width: 542px){
 .pc-no{display: none !important;}
}



.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;
}

.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 > h4 {
  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;}
.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;
}
/* stroke-dashoffset은 선의 테두리가 얼마나 이동하는지 결정 progress라는 변수를 사용하여 계산되어진 값이 들어감 100은전체길이
   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;
}
.picarea .swiper-area {
  height: 529px;
  border-radius: 30px;
}
.swiper-area .swiper-slide, swiper-slide {
  height: 529px;
  border-radius: 20px;
  overflow: hidden;
}
.swiper-area .swiper-slide .img-box {object-fit: cover; }
.swiper-area .swiper-slide .img-box img{object-fit: cover; width: 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;}


@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;
}


/*250106 메인수정*/

.picarea .swiper-area{width:100%;}
 h6 strong{font-weight:700; color:var(--color-point-blues);}
.pop_area{display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start;  flex-wrap: wrap;}
.pop_area .pop_title{width:100%; padding:20px 0; display: flex; justify-content: flex-start; align-items: flex-end;}
.pop_area .pop_title h6{text-align: left; font-size: 3.0rem; font-weight: 700; padding-left: 10px;}
.pop_area .pop_title h7{padding-bottom:10px !important; padding-left:10px;}
.pop_area .pop_box{width:22%; border:1px solid #ddd; border-radius: 10px; min-height: 500px;}
.pop_area .pop_box .pop_img{width:100%; height:120px; overflow: hidden;    border-top-left-radius: 10px; border-top-right-radius: 10px; }
.pop_area .pop_box .pop_img img{width:100%; height:120px;object-fit: cover;}
.pop_area .pop_box .pop_text {padding:20px 15px;}
.pop_area .pop_box .pop_text h6{text-align: left;  font-size: 1.2rem; min-height:70px; line-height: 1.9rem;  color: var(--color-primary); border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px;}
.pop_area .pop_box .pop_text p{text-align: justify;  font-size: 1.0rem;  line-height: 1.9rem;}
.pop_area .pop_box .pop_btn{padding-bottom:20px;}

.banner_state_area {
  margin-top: 150px;
  background-color: #0C215C;
}
.banner_area{width:100%; height:400px; background-image: url(../imgs/main_banner1.jpg); background-repeat: no-repeat; background-size: cover; background-position: right bottom; }
.banner_area{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.banner_area h4{font-size: 4rem; font-weight: 200; color:#fff; margin-bottom:30px; letter-spacing: -1px;}
.banner_area h4 bold{font-weight: 800;}
.banner_area a.banner_btn{display: inline-block; padding:15px 60px; border:2px solid #fff; border-radius: 60px; color:#fff; font-size: 1.6rem; font-weight: 500; margin-top:30px;}


.banner_state_area_new {
  margin-top: 150px;
  /* background: linear-gradient(90.13deg, #B62C55 7.94%, #741976 57.12%, #3F297E 94.56%); */
  position: relative;
  width:100%; height:400px; background-image: url(../img/main/main_mid_banner1.png); background-repeat: no-repeat; background-size: cover; background-position: right bottom;

}
.banner_area_new{width:100%; height:400px;  }

.banner_area_new{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.banner_area_new h4{font-size: 3.6rem; font-weight: 400; color:#fff; margin-bottom:30px; letter-spacing: -1px;}
.banner_area_new h4 bold{font-weight: 800;font-size: 3.8rem;}
.banner_area_new a.banner_btn{display: inline-block; padding:15px 60px; border:2px solid #fff; border-radius: 60px; color:#fff; font-size: 1.4rem; font-weight: 500; margin-top:30px;}

/* .banner_state_area_new .bannder_img{background-image: url(../img/ship_front2.png);  background-repeat: no-repeat;  background-position: right bottom;
  height: 300px;
  width: 600px;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  right: 10px;
  opacity: 0.5;
  background-size: cover;
} */

.bottom_area{
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bottom_area .news_area, .bottom_area .quick_area{width:48%;}
.bottom_area .bot_box{ border:1px solid #eee; border-radius: 20px; padding:20px;}
.bottom_area h6{text-align: left;  font-size: 3.0rem;  font-weight: 700;  padding-left: 10px;}
.bottom_area .news_area .news_area_box ul{padding: 20px 30px; margin:0; }
.bottom_area .news_area .news_area_box ul li{ text-align: left; font-size: 1.2rem; margin-bottom:20px; display: flex; justify-content: space-between;}
.bottom_area .news_area .news_area_box ul li em{font-style: normal;}


/* .bottom_area .quick_area .quick_area_box dl{display: flex; justify-content: space-between; flex-wrap: wrap;}
.bottom_area .quick_area .quick_area_box dl dd{width:50%; text-align: left; display: flex;  align-items: center; margin: 10px 0;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(1) img{width:40px; height:auto; margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(2) img{width:35px; height:auto; margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(3) img{width:40px; height:auto; margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(4) img{width:45px; height:auto; margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(5) img{width:45px; height:auto; margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(6) img{width:40px; height:auto; margin-right:10px;}

.bottom_area .quick_area .quick_area_box dl dd:nth-child(1) i{font-size: 2.8rem; font-weight: 800 ;margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(2) i{font-size: 2.6rem; font-weight: 800 ;margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(3) i{font-size: 2.8rem; font-weight: 800 ;margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(4) i{font-size: 3.1rem; font-weight: 800 ;margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(5) i{font-size: 3.1rem; font-weight: 800 ;margin-right:10px;}
.bottom_area .quick_area .quick_area_box dl dd:nth-child(6) i{font-size: 2.8rem; font-weight: 800 ;margin-right:10px;} */

.bottom_area .quick_area .quick_area_box dl dd a{font-size: 1.2rem;
  text-align: left;
  font-weight: 500;
  color: #000;
  padding: 8px 0;}
.bottom_area .quick_area .quick_area_box{}
.bottom_area .quick_area .quick_area_box dl.quick_box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  column-gap: 40px;
  row-gap: 10px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.bottom_area .quick_area .quick_area_box dl.quick_box dd{border:1px solid #ddd; border-radius: 10px; padding:40px 10px 27px 10px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.bottom_area .quick_area .quick_area_box dl.quick_box dd i{font-size: 1.8rem; font-weight: 800;color:var(--color-point-blues); }
.bottom_area .quick_area .quick_area_box dl.quick_box dd img{width:32px; height:auto;}
/* .bottom_area .quick_area .quick_area_box dl dd i{font-size: 2rem; font-weight: 700;  padding: 0 20px;} */


/*비밀번호 재설정 */
.resetpw-aera{margin-top: 50px;}
.resetpw-aera .tips{border:1px solid #d2dee6; border-radius: 5px; background-color: #f5fbff; padding:15px 20px 0 20px; margin:5px 0 10px 0;}
.resetpw-aera .tips strong{color:var(--color-reds); font-weight:500;}
.blank_top_title{font-size:26px; font-weight:600; color:#000;}
.resetpw-aera .card-body{padding:40px 100px;}
.resetpw-aera .card-body .form-group{display: flex; flex-direction: row; justify-content: flex-start; padding:10px 0;}
.resetpw-aera .card-body .form-group label{width:20%;display: flex; align-items: center; color:#000; font-weight:500;}
.resetpw-aera .card-body .form-btn{display: flex; justify-content: center; padding:10px 0;}
.resetpw-aera .card-body .form-group .form-radio{display: flex; flex-direction: row; justify-content: flex-start;}
.resetpw-aera .card-body .form-group .form-radio .form-check{margin:0 20px;}
