@charset "utf-8";

/* font */
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@font-face {
  font-family: 'Paperlogy';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.ttf') format('truetype');
}

/* reset */
body {
  margin: 0;
  padding: 0;
  font-family: 'Paperlogy', 'Noto Sans KR';
  font-weight: 500;
  color: #595959;
  box-sizing: border-box;
}
ul,li,h1,h2,h3,p,form,button {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
a {
  text-decoration: none;
  color: #fff;
}
img {
  vertical-align: top;
}
.en {
  text-transform: uppercase;
}
/* common */
header {
  display: flex;
  justify-content: space-between;
  align-items:center;
}
header#hd {
    border-bottom: 1px solid #6692b3a9;
}
h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  font-family: 'Noto Sans KR';
  display: flex;
  align-items: center;
  justify-content: center;
}
header h1 img {
  max-width: 100%;
  padding-right: 5px;
  vertical-align: middle;
}
header .pc-gnb {
  display: none;
}
header .pc-gnb .dropmenu {
  width: calc(100vw-100px);
}
header .pc-gnb .dropmenu>ul {
  display: flex;
  align-items: center;
}
header .pc-gnb .dropmenu > ul > li {
  position: relative;
  font-family: 'Noto Sans KR';
  width: 218px;
}
header .pc-gnb .dropmenu>ul>li>a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 40px;
}
header .pc-gnb .dropmenu > ul > li .down {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #071634;
  width: 100%;
  z-index: 100;
}
header .pc-gnb .dropmenu>ul>li:hover {
  background-color: #071634;
}
header .pc-gnb .dropmenu>ul>li:hover .down {
  display: block;
}
header .pc-gnb .dropmenu>ul>li ul li a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
}
header .pc-gnb .dropmenu>ul>li ul li a:hover {
  background-color: #ffffff;
  color: #071634;
  /* 전체gnb해당 */
}
header .pc-gnb .dropmenu .down .menu3 {
  display: none;
}
header .pc-gnb .dropmenu>ul>li .down .menu2:hover >a {
  border-bottom: 1px solid #111;
}
header .pc-gnb .dropmenu .down .menu2:hover .menu3  {
  display: block;
  background-color: #ececec;
}
header .pc-gnb .dropmenu>ul>li .down .menu2:hover .menu3 li a {
  color: #071634;
}
header .pc-gnb .dropmenu>ul>li .down .menu2 .menu3 li a:hover {
  background-color: #4379e6;
  color: #fff;
}
.menu2:hover,
.menu2:hover .menu3:hover,
.menu2:hover .menu3 li:hover {
  background-color: #fff;
}
.menu2:hover,
.menu2:hover .menu3:hover,
.menu2:hover .menu3 li:hover>a {
  color: #071634;
}
header .pc-gnb .dropmenu>ul>li .down .menu2 {
  display: flex;
  flex-direction: column;
}
.right-gnb {
  position: relative;
}
header .all-gnb .right-gnb {
  display: flex;
  justify-content: flex-end; /* 오른쪽 정렬 */
  align-items: center;        /* 수직 가운데 정렬 */
  gap: 20px;                  /* 간격 조절 */
}
header .lnb>ul {
  display: flex;
  gap: 10px;
  display: none;
}
header .lnb>ul>li:nth-child(1) a {
  background: #242b2b;
}
header .lnb>ul>li:nth-child(2) a {
  background: #4e5455;
}
header .lnb>ul>li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding:10px 24px;
  font-size: 14px;
  font-family: 'Noto Sans KR';
}
header .lnb {
  position: absolute;
  top: 50%;
  right: 111px;
  transform: translateY(-50%);
}
#menu-btn {
  display: block;
  width: 80px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
  transition: all .3s;
}
#menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#menu-btn.active {
  z-index:99999;
}
#menu-btn.active span {
  height:5px;
  background:#fff !important;
}
#menu-btn.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(0.5);
}
#menu-btn.active span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) scale(0.5);
}
#menu-btn.active span:nth-child(3) {
  opacity: 0;
  transform:  translateX(-50px);
}
#menu-btn span:nth-child(1) {
    top: 10%;
}
#menu-btn span:nth-child(2) {
    top: 50%;
}
#menu-btn span:nth-child(3) {
    top: 90%;
}
/* 햄버거 애니메이션 끝 */
/* 햄버거 풀메뉴 시작 */
/* 모바일 GNB 전체 */
#mob-gnb {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  background: #071634;
  display: none !important; /* 기본적으로 숨김 - !important 추가 */
  visibility: hidden; /* 추가 보안 */
  opacity: 0; /* 추가 보안 */
}
.gw-flex {
  display: flex;
  align-items: center;
}
/* 왼쪽 배경 이미지 영역 */
#mob-gnb .menu-bg {
  position: relative;
  overflow: hidden;
  opacity: 0;
  width: 30%;
  height: 100vh;
  background: url(https://zarawind.mycafe24.com/theme/nwr/img/gw-theme05-mene-bg.jpg) center no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}
#mob-gnb .menu-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  display: block;
  transform: translateX(-101%);
}
/*배경움직임*/
@keyframes bgmove02 {
    0% {opacity:0;}
    50% {opacity:0;}
    51% {opacity:1;}
    100% {opacity:1;}
}
/* 애니메이션 효과 */
#mob-gnb.on .menu-bg {
  animation: bgmove02 both 1s 0.2s;
}
#mob-gnb.on .menu-bg:after {
  animation: bgmove01 both 1s 0.2s;
}
/* 우측 메뉴 리스트 */
#mob-gnb .menu-list {
  padding: 0 100px;
  width: 70%;
  height: 100%;
}
#mob-gnb .menu-list > ul > li {
  position: relative;
  padding: 50px 0;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
#mob-gnb .menu-list > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
#mob-gnb .menu-list > ul > li:hover:before {
  width: 100%;
}
#mob-gnb .menu-list > ul > li > a {
  width: 260px;
  color: #fff;
}
#mob-gnb .menu-list>ul>li ul {
  margin-left: 30px;
  display: flex;
}
#mob-gnb .menu-list>ul>li ul li {
  padding: 10px 15px;
}
/* 1depth */
#mob-gnb .dep01 .gw-rel {
  font-size: 32px;
}
/* 2depth */
#mob-gnb .dep02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#mob-gnb .dep02 span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s;
}
#mob-gnb .dep02 span:hover {
  color: rgba(255, 255, 255, 1) !important;
}
#mob-gnb .dep02 > li > a:hover {

}
/* 3depth */
#mob-gnb .dep03 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: none;
}
#mob-gnb .dep03-1:hover .dep03{
  display: block;
}
#mob-gnb .dep03 > li > a {
  font-size: 18px; 
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s;
}
#mob-gnb .dep03 > li > a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
#mob-gnb .dep03 .menu3 {
  font-size: 14px;
  color: #b4b4b4;
}
/* 메뉴 열렸을 때 */
html.on,
body.on {
  width: 100%;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.your-element::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
#hd h1.on {
  display: none;
}
#mob-gnb.on {
  left: 0;
  display: block !important; /* 햄버거 버튼 활성화 시 보임 - !important 추가 */
  visibility: visible !important; /* 추가 보안 */
  opacity: 1 !important; /* 추가 보안 */
  z-index: 9999;
}
#mob-gnb.on .menu-list > ul > li {
  transform: translateY(0);
  opacity: 1;
}
#mob-gnb .dep02.on > li {
  height: auto;
}
/* 햄버거 풀메뉴 끝 */

.hero-wrap {
  background: url(../img/JBNU_mainbg.png) center / cover no-repeat;
  width: 100%;
  height: auto;
}
.ace-head-serch {
  position: relative;
  text-align: center;
  padding: 50px 0 0;
}
.ace-head-serch p {
  color: #fff;
  font-size: 14px;
}
.ace-head-serch p:nth-child(2) {
  margin-top: 25px;
  font-size: 20px;
}
.ace-head-serch p:nth-child(3) {
  display: none;
}
.ace-head-serch form {
  background-color: #0c1c38;
  margin-top: 55px;
  padding: 15px 0;
  width: 100%;
  max-width: 680px;
  height: auto;
}
.ace-head-serch form label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  gap: 5px;
}
.ace-head-serch form input[type="radio"] {
  vertical-align: middle;
}
.ace-head-serch form button {
  background-color: #d9a441;
  color: #fff;
  padding: 2px 15px;
  border: none;
  font-family: 'Paperlogy';
}
.ace-main-con .ace-biz-wr {
  padding: 25px;
  background-color: #0c1c38;
  color: #fff;
}
.ace-biz-wr .wrleft {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.circle-btn {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 50%;
  background: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.pause-btn {
  color: white;
  font-size: 18px;
  background: none;
  border: none;
}
.progress {
  width: 150px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  width: 0%;
  background: yellow;
  transition: width 0.3s ease;
}
.ace-main-con .ace-biz-wr h2 {
  font-size: 25px;
  font-weight: 600;
}
.ace-main-con .ace-biz-wr p {
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.7;
}
.ace-biz-wr .dropdown {
  position: relative;
  text-align: center;
  margin: auto;
}
.ace-biz-wr .dropdown .dropdown-toggle {
  text-align: center;
  background: #0c1c38;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #6f7278;
  color: #fff;
  font-family: 'Paperlogy', 'san-slief';
  font-size: 14px;
}
.ace-biz-wr .dropdown .dropdown-menu li {
  padding: 10px 0;
  border: 1px solid #6f7278;
  border-top: 0;
  color: #bdbdbd;
  display: none;
}
.ace-biz-wr .dropdown .dropdown-menu li:hover {
  background-color: #fff;
  color: #0c1c38;
} 
.ace-biz-wr .dropdown:hover > .dropdown-menu li {
  display: block;
}
.ace-biz-wr .dropdown .dropdown-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 17px;
  right: 20px;
  transform: rotate(135deg);
}
.swiper {
  overflow: hidden; /*gpt*/
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
  box-sizing: border-box;
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}
.swiper-slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
}
.swiper-slide a.company-card {
  display: block;
  background: #fff;
  color: #222;
  width: 100%;
  max-width: 360px;
  height: auto;
  transition: box-shadow 0.3s;
  position: relative;
}
.swiper-slide a.company-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.company-card .sumnail {
  margin-bottom: 12px;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
}
.company-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-card .text {
  margin-top: 50px;
}
.company-card .text .menuname {
  background-color: #0f2859;
  font-size: 14px;
  color: #fff;
  display: inline;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.company-card .text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #111;
}
.company-card .text {
  margin: 0 10px;
}
.company-card .text .text-about {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  display: none;
}
.company-card .text ul li {
  color: #636161;
  font-size: 14px;
  margin-bottom: 4px;
}
.company-card .text ul {
  color: #111;
  font-size: 14px;
  margin-bottom: 10px;
}
.company-card .text ul li:nth-of-type(2) {
  color: #595959;
}
.company-card .text span{
  font-size: 12px;
  color: #0f2859;
  margin-bottom: 20px;
  display: inline-block;
}
.ace-history {
  background: #fff;
  padding: 25px;
}
.ace-history .left h2 {
  color: #111;
  font-size: 25px;
  font-weight: 600;
}
.ace-history .left h2 span {
  font-weight: 500;
  font-size: 20px;
}
.ace-history .left p {
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.5;
  color: #111;
}
.ace-history .left p br {
  display: none;
}
.ace-history .left .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ace-history .left .box1 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #f4f4f4;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 10px 15px;
  max-width: 375px;
  width: 100%;
}
.ace-history .left .box1 ul li {
  font-size: 12px;
  color: #111;
}
.ace-history .left .box1 ul li:nth-child(3){
  font-weight: 600;
  color: #111;
  font-size: 20px;
}
.ace-history .right .img-wrap-two ul li {
  max-width: 400px;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 10px auto;
}
.ace-history .right .img-wrap-two img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#ace-about-wrap {
  background: url(/img/ace_about_wrap_BG.png) center /cover no-repeat;
  width: 100%;
  height: auto;
}
#ace-about-wrap .ace-about-wrap {
  padding: 25px;
  padding-right: 0;
}
#ace-about-wrap h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
#ace-about-wrap h2 p, .ace-about-wrap>p {
  color: #bd9c5f;
  font-size: 16px;
  font-weight: 500;
}
.ace-about-wrap>p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}
#ace-about-wrap .box-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ace-about-wrap .box-link ul li:nth-child(1) {
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
}
#ace-about-wrap .box-link ul li:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
#ace-about-wrap .box-link ul li:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
}
#ace-about-wrap .box-link p img{
  width: 80%;
}
#ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
  max-width: 230px;
  width: 100%;
  height: 100%;
  padding: 15px;
}
#ace-about-wrap .box-link .text-director ul li:nth-child(3) {
  color: #80beff;
}
#ace-about-wrap .box-link .text-director {
  background: #007dff;
}
#ace-about-wrap .box-link .text-director a,.text-instrctors a,.text-guid a  {
  display: flex;
  justify-content: space-between;
}
#ace-about-wrap .box-link .text-instrctors {
  background: #ffffff;
}
#ace-about-wrap .box-link .text-instrctors ul {
  color: #111;
}
#ace-about-wrap .box-link .text-guid {
  background: #0c2657;
}
#notice .notice-text {
  background: url(/img/notice_bg.png) center / cover no-repeat;
  width: 100%;
  height: auto;
  color: #fff;
}
#notice .notice-text h2 {
  font-size: 25px;
  font-weight: 600;
}
#notice .notice-text a {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
#notice .notice-text p {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0 15px 25px;
}
#notice .title-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 25px 0;
}
#notice .notice-news {
  padding: 25px;
}
#notice .date {
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
#notice .date p:nth-child(1) {
  font-weight: 600;
  font-size: 25px;
}
#notice .date p:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
}
#notice .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#notice .notice-news .text a {
  color: #111;
  padding-bottom: 8px;
  display: inline-block;
}
#notice .notice-news .text .desc {
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
#partner {
  background: #071634;
  padding: 25px;
  color: #fff;
}
#partner h2 {
  font-size: 25px;
  padding-bottom: 8px;
}
#partner p {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
}
#partner .partner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  gap: 15px;
  /* display: none; 잠깐해둠 */
}
#partner .partner-logo .top, #partner .partner-logo .bottom {
  display: flex;
}
/* 원우기업소개 애니메이션 */
  .partner-logo .top {
    gap: 40px;
    animation: slide-right 30s linear infinite;
  }
  .partner-logo .bottom {
    gap: 40px;
    animation: slide-left 30s linear infinite;
  }
  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes slide-right {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
  /* 끝 */
#partner .logoimg {
  width: 165px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
}
#partner .logoimg img {
 height: 40px;
}
#ft {
  background:  #0e0e0e;
  padding: 25px;
}
#ft #ft_wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #6a6868;
}
#ft #ft_wr .ft_cnt a {
  font-size: 11px;
  font-weight: 400;
  color: #aaaaa7;
  display: inline-block;
  padding-bottom: 15px;
}
#ft #ft_wr #sns .sns-logo {
  display: flex;
  gap: 8px;
  justify-content: space-around;
  margin-bottom: 15px;
}
.ft_cnt2 #ft_company h2 {
  font-family: 'Noto Sans KR';
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft_cnt2 #ft_company img {
  max-width: 100%;
  padding-right: 5px;
  vertical-align: middle;
}
.ft_cnt2 #ft_company .ft_info {
  color: #aaaaa7;
  font-size: 14px;
  padding-top: 10px;
  line-height: 1.5;
}
.ft_cnt2 #ft_company #ft_copy {
  color: #aaaaa7;
  font-size: 14px;
  margin: 10px 0;
}
.realted_link {
  position: relative;
}
.realted_link #related_link {
  color: #fff;
  background: #0e0e0e;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  width: 100%;
  font-family: 'Paperlogy';
  appearance: none;
}
.realted_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 5px;
  transform: rotate(135deg);
}
@media all and (min-width:375px) and (max-width: 680px) {
  header {
    padding: 30px;
  }
  #mob-gnb .menu-bg {
    display: none;
  }
  #mob-gnb .menu-list {
    padding: 0 5%;
    padding-top: 55px;
    width: 100%;
  }
  #mob-gnb .menu-list > ul > li > .dep01 {
    display: block;
    padding: 0 5%;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: 'Pretendard_B', sans-serif;
    font-size: 17px;
  }
  #mob-gnb .menu-list>ul>li ul{
    display: none;
  }
  .ace-head-serch {
    margin-top: 100px;
    padding: 0;
  }
  .ace-head-serch p {
    font-size: 20px;
  }
  .ace-head-serch p:nth-child(2) {
    font-size: 26px;
  }
  .ace-head-serch form {
    margin-top: 100px;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .ace-head-serch form label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 5px;
    margin: 0;
  }
  .ace-head-serch form input[type="text"] {
    width: 200px;
    height: auto;
  }
  .ace-main-con .ace-biz-wr {
    padding: 60px;
  }
  .ace-history {
    padding: 60px;
  }
  .ace-history .left p {
    margin-bottom: 30px;
  }
  .ace-history .left .box1 ul {
    max-width: 578px;
    width: 100%;
  }
  .ace-history .left .box1 ul li  {
    font-size: 16px;
  }
  .ace-history .left .box1 ul li:nth-child(3) {
    font-size: 26px;
  }
  .ace-history .right .img-wrap-two ul li {
    max-width: none;
  }
  #ace-about-wrap .ace-about-wrap {
    padding: 60px;
  }
  #ace-about-wrap .ace-about-wrap h2 {
    margin-bottom: 16px;
  }
  #ace-about-wrap .ace-about-wrap h2 p {
    margin-bottom: 12px;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    max-width: 467px;
    width: 100%;
    padding: 20px;
  }
  #ace-about-wrap .box-link ul li:nth-child(1) {
    font-size: 14px;
    padding-bottom: 20px;
  }
  #ace-about-wrap .box-link ul li:nth-child(2) {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #ace-about-wrap .box-link ul li:nth-child(3) {
    padding-bottom:20px;
  }
  #notice .title-text {
    padding: 60px 0 30px;
    justify-content: space-between;
  }
  #notice .notice-text h2 {
    margin-left: 60px;
  }
  #notice .notice-text a {
    margin-right: 60px;
  }
  #notice .notice-text p {
    padding: 0 0 30px 60px;
  }
  #notice .notice-news {
    padding: 60px;
  }
  #notice .notice-news .text .desc {
    padding-bottom: 20px;
  }
  #partner {
    padding: 60px;
  }
  #ft #ft_wr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  #ft #ft_wr .ft_cnt a {
    padding-bottom: 0;
  }
  #ft #ft_wr #sns .sns-logo {
    margin-bottom: 0;
  }
  .ft_cnt2 #ft_company h2 {
    justify-content: flex-start
  }
  .ft_cnt2 #ft_company .ft_info {
    padding-top: 29px;
  }
  .ft_cnt2 #ft_company #ft_copy {
    padding-top: 40px;
    margin: 0 0 20px;
  }
}
@media all and (min-width:681px) and (max-width:767px) {
  header {
    padding: 30px;
  }
  #mob-gnb .menu-bg {
    display: none;
  }
  #mob-gnb .menu-list {
    padding: 0 5%;
    padding-top: 55px;
    width: 100%;
  }
  #mob-gnb .menu-list > ul > li > .dep01 {
    display: block;
    padding: 0 5%;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: 'Pretendard_B', sans-serif;
    font-size: 17px;
  }
  #mob-gnb .menu-list>ul>li ul{
    display: none;
  }
  .right-gnb {
    position: relative;
  }
  .all-gnb .right-gnb .lnb {
    display: flex;
  }
  header .pc-gnb .lnb ul .all-gnb>a {
    width: 80px;
  }
  .ace-head-serch {
    margin-top: 150px;
    padding: 0;
  }
  .ace-head-serch p {
    font-size: 28px;
  }
  .ace-head-serch p:nth-child(2) {
    font-size: 32px;
  }
  .ace-head-serch form {
    margin-top: 150px;
    padding: 15px 0;
    width: 100%;
    max-width: 767px;
    height: auto;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ace-head-serch form label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    gap: 5px;
  }
  .ace-main-con .ace-biz-wr {
    padding: 80px;
  }
  .ace-main-con .ace-biz-wr h2 {
    font-size: 28px;
  }
  .ace-main-con .ace-biz-wr p {
    font-size: 16px;
    margin: 15px 0 30px 0;
  }
  .slider-controls {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .circle-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .pause-btn {
    font-size: 30px;
  }
  .progress {
    width: 183px;
  }
  .ace-history {
    padding: 80px;
  }
  .ace-history .left h2 span {
    font-size: 25px;
  }
  .ace-history .left h2 {
    font-size: 28px;
  }
  .ace-history .left p {
    font-size: 16px;
    margin: 15px 0 30px 0;
  }
  .ace-history .left p br {
    display: block;
  }
  .ace-history .left .box1  {
    margin-bottom: 30px;
  }
  .ace-history .left .box1 ul li {
    font-size: 18px;
  }
  .ace-history .right ul{
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
  .ace-history .right .img-wrap-two ul li {
    height: auto;
  }
  .ace-history .right .img-wrap-two ul li:nth-child(1) {
    margin-top: 64px;
  }
  #ace-about-wrap .ace-about-wrap{
    padding: 80px;
  }
  #ace-about-wrap h2 {
    font-size: 28px;
  }
  #ace-about-wrap h2>p {
    padding-bottom: 10px;
  }
  .ace-about-wrap>p {
    margin-bottom: 30px;
  }
  #ace-about-wrap .box-link{
    align-items: center;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    max-width: 467px;
    width: 100%;
    height: 200px;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    padding: 48px 40px 50px;
  }
  #ace-about-wrap .box-link ul li:nth-child(1) {
    padding-bottom: 40px;
    font-size: 14px;
  }
  #ace-about-wrap .box-link ul li:nth-child(2) {
    padding-bottom: 40px;
    font-size: 30px;
  }
  #ace-about-wrap .box-link .text-director a,.text-instrctors a,.text-guid a {
    justify-content: space-between;
  }
  #notice .title-text {
    padding: 0 0 15px;
    justify-content: space-between;
  }
  #notice .notice-text {
    padding: 80px 0;
  }
  #notice .notice-text h2 {
    font-size: 28px;
    margin-left: 80px;
  }
  #notice .notice-text a {
    margin-right: 80px;
  }
  #notice .notice-text p {
    padding: 0 0 0 80px ;
    font-size: 16px;
  }
  #notice .notice-news {
    padding: 0;
    
  }
  #notice .notice-news ul li {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 20px;
  }
  #notice .notice-news ul li:nth-child(1) {
    margin-bottom: 0;
  }
  #notice .notice-news .date {
    margin: 0;
    margin-left: 30px;
  }
  #notice .notice-news .date p {
    font-size: 32px;
  }
  #notice .notice-news .date p:nth-child(2) {
    font-size: 14px;
  }
  #notice .notice-news .text {
    margin: 0;
    margin-right: 30px;
  }
  #notice .notice-news .text a {
    font-size: 22px;
  }
  #notice .notice-news .text .desc {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  #partner {
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
  #partner h2 {
    font-size: 28px;
    padding-top: 80px;
  } 
  #partner p {
    padding-bottom: 40px;
    font-size: 16px;
  }
  #partner .partner-logo {
    align-items: center;
    padding-bottom: 40px;
  }
  #ft {
    padding: 0;
  }
  #ft #ft_wr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 20px 80px 15px;
  }
  #ft #ft_wr .ft_cnt a {
    padding-bottom: 0;
  }
  #ft #ft_wr #sns .sns-logo {
    margin-bottom: 0;
  }
  .ft_cnt2 #ft_company {
    padding: 0 80px;
  }
  .ft_cnt2 #ft_company h2 {
    justify-content: flex-start
  }
  .ft_cnt2 #ft_company .ft_info {
    padding-top: 29px;
  }
  .ft_cnt2 #ft_company #ft_copy {
    padding-top: 40px;
    margin: 0 0 20px;
  }
  .realted_link {
    padding: 0 80px;
    padding-bottom: 15px;
  }
  .realted_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 84px;
    transform: rotate(135deg);
  }
}
@media all and (min-width:768px) and (max-width:1250px) {
  header .lnb>ul {
    display: flex;
  }
  header {
    padding: 30px;
  }
  #mob-gnb .menu-bg {
    display: none;
  }
  #mob-gnb .menu-list {
    padding: 0 5%;
    padding-top: 55px;
    width: 100%;
  }
  #mob-gnb .menu-list > ul > li > .dep01 {
    display: block;
    padding: 0 5%;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: 'Pretendard_B', sans-serif;
    font-size: 17px;
  }
  #mob-gnb .menu-list>ul>li ul{
    display: none;
  }
  .ace-head-serch {
    padding: 0 0 150px 0;
  }
  .ace-head-serch p {
    font-size: 28px;
    margin-top: 100px;
  }
  .ace-head-serch p:nth-child(2) {
    margin: 35px 0 0 0;
    font-size: 38px;
  } 
  .ace-head-serch p:nth-child(3) {
    display: block;
    font-size: 16px;
    margin: 35px 0 50px;
  }
  .ace-head-serch form {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-radius: 50px;
    width: 100%;
    max-width: 680px;
    height: 40px;
    line-height: 40px;
  }
  .ace-head-serch form label {
    display: inline;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
  }
  .ace-main-con .ace-biz-wr {
    padding: 0;
  }
  #wr {
    display: flex;
    margin-left: 114px;
    padding: 114px 0;
    gap: 40px;
    flex-direction: row;
  }
  .ace-main-con .ace-biz-wr h2 {
    font-size: 32px;
  }
  .ace-main-con .ace-biz-wr p {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .ace-biz-wr .dropdown {
    text-align-last: left;
  }
  .ace-biz-wr .dropdown .dropdown-toggle {
    max-width: 404px;
    padding-left: 30px;
    font-size: 22px;
  }
  .ace-biz-wr .dropdown .dropdown-toggle::after {
    top: 23px;
    left: 376px;
  }
  .ace-biz-wr .dropdown .dropdown-menu {
    max-width: 404px;
  }
  .ace-biz-wr .dropdown .dropdown-menu li {
    padding-left: 30px;
  }
  .slider-controls {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .circle-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .pause-btn {
    font-size: 30px;
  }
  .progress {
    width: 183px;
  }
  .swiper {
    margin-top: 0;
  }
  .company-card .text .text-about {
    display: flex;
    gap: 40px;
    justify-content: space-around;
  } 
  .company-card .text{
    padding-top: 30px;
    padding-left: 20px;
  }
  .company-card .text h3 {
    font-size: 24px;
    padding: 0;
  }
  .company-card .text-about ul:nth-child(1) {
    width: 220px;
  }
  .company-card .text ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .company-card .text span {
    font-size: 14px;
    margin: 25px 0; 
  }
  #partner .logoimg {
    width: 241px;
    height: 80px;
  }
  #partner .logoimg img {
    width: auto;
    height: 60px;
  }
  .ace-history {
    padding: 0;
  }
  .ace-history .left {
    padding: 114px 114px 0
  }
  .ace-history .right {
    padding: 44px 114px 114px 114px;
  }
  .ace-history .left h2 {
    font-size: 32px;
  }
  .ace-history .left h2 span {
    font-size: 22px;
  }
  .ace-history .left p {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .ace-history .left p br {
    display: block;
  }
  .ace-history .left .box1 ul li {
    font-size: 24px;
  }
  .ace-history .left .box1 ul {
    max-width: 578px;
    padding: 10px 20px;
  }
  .ace-history .left .box1 ul li:nth-child(3) {
    font-size: 40px;
  }
  .ace-history .right ul{
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
  .ace-history .right .img-wrap-two ul li {
    height: auto;
  }
  .ace-history .right .img-wrap-two ul li:nth-child(1) {
    margin-top: 64px;
  }
  #ace-about-wrap .ace-about-wrap {
    padding: 114px;
  }
  #ace-about-wrap h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .ace-about-wrap>p {
    font-size: 24px;
    margin-bottom: 103px;
  }
  .ace-about-wrap h2 p {
    font-size: 26px;
  }
  .ace-about-wrap h2 p br {
    display: none;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    max-width: 467px;
    width: 100%;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    padding: 48px 40px 50px;
  }
  #ace-about-wrap .box-link ul li:nth-child(1) {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
  }
  #ace-about-wrap .box-link ul li:nth-child(2) {
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 1.5;
  }
  #ace-about-wrap .box-link ul li:nth-child(3) {
    font-size: 15px;
    line-height: 1.5;
  } 
  #ace-about-wrap .box-link .text-director a,.text-instrctors a,.text-guid a {
    justify-content: space-between;
  }
  #ace-about-wrap .box-link p img {
    width: 100%;
  }
  #notice .notice-text {
    padding: 114px 0;
  }
  #notice .title-text {
    padding: 0 0 15px;
    justify-content: space-between;
  }
  #notice .notice-text h2 {
    font-size: 32px;
    margin-left: 114px;
  }
  #notice .notice-text p {
    font-size: 22px;
    padding-left: 114px;
  }
  #notice .notice-text a {
    font-size: 14px;
    margin-right: 114px;
  }
  #notice .notice-news ul li {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  #notice .date {
    margin: 0;
  }
  #notice .notice-news .text .desc {
    border-bottom: none;
  }
  #partner {
    padding: 0;
    text-align: center;
    margin: 0 auto; 
  }
  #partner h2 {
    font-size: 32px;
    padding-top: 80px;
    margin-bottom: 10px;
  }
  #partner p {
    padding-bottom: 40px;
    font-size: 17px;
  }
    #partner .partner-logo {
    align-items: center;
    padding-bottom: 40px;
  }
   #ft {
    padding: 0;
  }
  #ft #ft_wr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 20px 80px 15px;
  }
  #ft #ft_wr .ft_cnt a {
    padding-bottom: 0;
  }
  #ft #ft_wr #sns .sns-logo {
    margin-bottom: 0;
  }
  .ft_cnt2 #ft_company {
    padding: 0 80px;
  }
  .ft_cnt2 #ft_company h2 {
    justify-content: flex-start
  }
  .ft_cnt2 #ft_company .ft_info {
    padding-top: 29px;
  }
  .ft_cnt2 #ft_company #ft_copy {
    padding-top: 40px;
    margin: 0 0 20px;
  }
  .realted_link {
    padding: 0 80px;
    padding-bottom: 15px;
  }
  .realted_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 84px;
    transform: rotate(135deg);
  }
}
@media all and (min-width:1251px) and (max-width:1580px) {
  header .lnb>ul {
    display: flex;
  }
  header {
    padding: 30px;
  }
  #mob-gnb .menu-list {
    padding: 0 5%;
    padding-top: 55px;
    width: 100%;
  }
  #mob-gnb .menu-list > ul > li > .dep01 {
    display: block;
    padding: 0 5%;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-family: 'Pretendard_B', sans-serif;
    font-size: 17px;
  }
  #mob-gnb .menu-bg {
    display: none;
  }
  #mob-gnb .menu-list>ul>li ul{
    display: none;
  }
  .ace-head-serch {
    padding: 0 0 214px 0;
  }
  .ace-head-serch p {
    font-size: 30px;
    margin-top: 154px;
  }
  .ace-head-serch p:nth-child(2) {
    margin: 45px 0 0 0;
    font-size: 55px;
  } 
  .ace-head-serch p:nth-child(3) {
    display: block;
    font-size: 20px;
    margin: 43px 0 50px;
    line-height: 1.5;
  }
  .ace-head-serch form {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-radius: 50px;
    width: 100%;
    max-width: 1000px;
    height: 63px;
    line-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ace-head-serch form .serch {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ace-head-serch form label {
    margin-bottom: 0;
    margin-right: 32px;
    font-size: 20px;
  }
  .ace-head-serch form input[type=text]{
    width: 400px;
    height: 50px;
    border-radius: 10px;
  }
  .ace-head-serch form button {
    height: 51px;
    width: 80px;
    border-radius: 50px;
    margin-left: 15px;
    font-size: 20px;
    padding: 0;
  }
  .ace-main-con .ace-biz-wr {
    padding: 0;
  }
  #wr {
    display: flex;
    margin-left: 114px;
    padding: 114px 0;
    flex-direction: row;
    gap: 65px;
  }
  .ace-main-con .ace-biz-wr h2 {
    font-size: 40px;
  }
  .ace-main-con .ace-biz-wr p {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .ace-biz-wr .dropdown {
    text-align-last: left;
  }
  .ace-biz-wr .dropdown .dropdown-toggle {
    max-width: 404px;
    padding-left: 30px;
    font-size: 22px;
  }
  .ace-biz-wr .dropdown .dropdown-toggle::after {
    top: 23px;
    left: 346px;
  }
  .ace-biz-wr .dropdown .dropdown-menu {
    max-width: 404px;
  }
  .ace-biz-wr .dropdown .dropdown-menu li {
    padding-left: 30px;
  }
  .slider-controls {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .circle-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .pause-btn {
    font-size: 30px;
  }
  .progress {
    width: 183px;
  }
  .swiper {
    margin-top: 0;
  }
  .swiper-wrapper {
    overflow: hidden;
  }
  .company-card .text .text-about {
    display: flex;
    gap: 40px;
    justify-content: space-around;
  } 
  .company-card .text{
    padding-top: 30px;
    padding-left: 20px;
  }
  .company-card .text h3 {
    font-size: 24px;
    padding: 0;
  }
  .company-card .text-about ul:nth-child(1) {
    width: 220px;
  }
  .company-card .text ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .company-card .text span {
    font-size: 14px;
    margin: 25px 0; 
  }
  .ace-history {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .ace-history .left {
    padding: 114px 0 120px 114px 
  }
  .ace-history .right {
    padding: 44px 114px 114px 0;
  }
  .ace-history .left h2 {
    font-size: 40px;
  }
  .ace-history .left h2 span {
    font-size: 32px;
  }
  .ace-history .left p {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .ace-history .left p br {
    display: block;
  }
  .ace-history .left .box1 {
    align-items: flex-start;
  }
  .ace-history .left .box1 ul {
    padding: 10px 20px;
    width: 578px;
    max-width: none;
  }
  .ace-history .left .box1 ul li {
    font-size: 24px;
  }
  .ace-history .left .box1 ul li:nth-child(3) {
    font-size: 40px;
  }
  .ace-history .right ul{
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
  .ace-history .right .img-wrap-two ul li {
    height: auto;
  }
  .ace-history .right .img-wrap-two ul li:nth-child(1) {
    margin-top: 64px;
  }
  #ace-about-wrap .ace-about-wrap {
    padding: 0;
    padding-bottom: 119px;
  }
  #ace-about-wrap h2 {
    font-size: 40px;
    margin-bottom: 15px;
    padding: 114px 0 0 114px;
  }
  .ace-about-wrap>p {
    font-size: 26px;
    margin-bottom: 103px;
    padding: 0 0 0 114px;
  }
  .ace-about-wrap>p br {
    display: none;
  }
  .ace-about-wrap h2 p {
    font-size: 26px;
  }
  .ace-about-wrap h2 p br {
    display: none;
  }
  #ace-about-wrap .box-link {
    padding-left: 114px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    max-width: 467px;
    width: 100%;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    padding: 48px 40px 50px;
  }
  #ace-about-wrap .box-link ul li:nth-child(1) {
    padding-bottom: 40px;
    font-size: 14px;
  }
  #ace-about-wrap .box-link ul li:nth-child(2) {
    padding-bottom: 40px;
    font-size: 30px;
  }
  #ace-about-wrap .box-link ul li:nth-child(3) {
    font-size: 15px;
    line-height: 1.5;
  } 
  #ace-about-wrap .box-link .text-director a,.text-instrctors a,.text-guid a {
    justify-content: space-between;
  }
  #ace-about-wrap .box-link p img {
    width: 100%;
  }
  #notice  {
    display: flex;
  }
  #notice .notice-text {
    padding: 114px 0 135px 0;
  }
  #notice .title-text {
    padding: 0 0 15px;
    justify-content: flex-start;
  }
  #notice .notice-text h2 {
    font-size: 50px;
    padding-left: 114px;
    padding-right: 25px;
  }
  #notice .notice-text p {
    font-size: 22px;
    padding-left: 114px;
    padding-bottom: 0;
  }
  #notice .notice-text a {
    font-size: 14px;
    margin-right: 114px;
  }
  #notice .notice-news ul li {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    gap: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  #notice .date {
    margin: 0;
  }
  #notice .notice-news {
    padding: 0;
    margin: 114px auto 135px;
  }
  #notice .notice-news ul {
    max-width: 1293px;
    padding: 30px 40px 0 30px;
  }
  #notice .text {
    overflow: hidden;
    text-overflow: overflow;
    white-space: wrap;
  }
  #notice .notice-news .text .desc {
    border-bottom: none;
  }
  #partner {
    padding: 0;
    text-align: center;
    margin: 0 auto; 
  }
  #partner h2 {
    font-size: 40px;
    padding-top: 80px;
    margin-bottom: 10px;
  }
  #partner p {
    padding-bottom: 69px;
    font-size: 17px;
  }
  #partner .partner-logo {
    align-items: center;
    padding-bottom: 156px;
    gap: 15px;
  }
  #partner .partner-logo .top, #partner .partner-logo .bottom {
    display: flex;
  }
  #partner .logoimg {
    width: 251px;
    height: 100px;
  }
  #partner .logoimg img {
    width: auto;
    height: 60px;
  }
  #ft {
    padding: 0;
  }
  #ft #ft_wr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 20px 80px 15px;
  }
  #ft #ft_wr .ft_cnt a {
    padding-bottom: 0;
    font-size: 15px;
  }
  #ft #ft_wr .ft_cnt a:nth-child(1) {
    padding-right: 30px;
  }
  #ft #ft_wr .ft_cnt br {
    display: none;
  }
  #ft #ft_wr #sns .sns-logo {
    margin-bottom: 0;
  }
  .ft_cnt2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 45px;
  }
  .ft_cnt2 #ft_company {
    padding: 0 0 0 80px;
  }
  .ft_cnt2 #ft_company h2 {
    justify-content: flex-start
  }
  .ft_cnt2 #ft_company .ft_info {
    padding-top: 29px;
  }
  .ft_cnt2 #ft_company #ft_copy {
    padding-top: 40px;
    margin: 0;
  }
  .realted_link {
    padding: 0 80px 0 0;
    width: 209px;
  }
  .realted_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 84px;
    transform: rotate(135deg);
  }
}
@media all and (min-width:1581px) {
  header .lnb>ul {
    display: flex;
  }
  header h1 {
    padding-left: 30px;
  }
  header .all-gnb .right-gnb {
    padding-right: 30px;
  }
  header .all-gnb .menu-btn{
    width: 100px;
    margin-top: 0;
  }
  header .pc-gnb {
    display: block;
  }
  .ace-head-serch {
    padding: 0 0 400px 0;
  }
  .ace-head-serch p {
    font-size: 32px;
    margin-top: 221px;
  }
  .ace-head-serch p:nth-child(2) {
    margin: 45px 0 0 0;
    font-size: 68px;
  } 
  .ace-head-serch p:nth-child(3) {
    display: block;
    font-size: 20px;
    margin: 43px 0 50px;
    line-height: 1.5;
  }
  .ace-head-serch form {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    border-radius: 50px;
    width: 100%;
    max-width: 1206px;
    height: 93px;
    line-height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ace-head-serch form .serch {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ace-head-serch form label {
    margin-bottom: 0;
    margin-right: 32px;
    font-size: 24px;
  }
  .ace-head-serch form input[type=text]{
    width: 606px;
    height: 50px;
    border-radius: 10px;
  }
  .ace-head-serch form button {
    height: 51px;
    width: 118px;
    border-radius: 50px;
    margin-left: 15px;
    font-size: 24px;
    padding: 0;
  }
  .ace-main-con .ace-biz-wr {
    padding: 0;
  }
  #wr {
    display: flex;
    margin-left: 114px;
    padding: 114px 0 180px 0;
    flex-direction: row;
    gap: 65px;
  }
  .ace-main-con .ace-biz-wr h2 {
    font-size: 60px;
  }
  .ace-biz-wr {
    position: relative;
  }
   #wr::before {
    content: "";
    width: 100%;
    max-width: 550px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ace-main-con .ace-biz-wr p {
    font-size: 22px;
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .ace-biz-wr .dropdown {
    text-align-last: left;
  }
  .ace-biz-wr .dropdown .dropdown-toggle {
    max-width: 404px;
    padding-left: 30px;
    font-size: 22px;
  }
  .ace-biz-wr .dropdown .dropdown-toggle::after {
    top: 23px;
    right: 120px;
  }
  .ace-biz-wr .dropdown .dropdown-menu {
    max-width: 404px;
  }
  .ace-biz-wr .dropdown .dropdown-menu li {
    padding-left: 30px;
  }
  .slider-controls {
    margin-top: 29px;
  }
  .slider-controls {
    justify-content: flex-start;
  }
  .circle-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .pause-btn {
    font-size: 30px;
  }
  .progress {
    width: 183px;
  }
  .swiper {
    margin-top: 0;
    overflow: inherit;
  }
  .swiper-wrapper {
    overflow: inherit;
  }
  .company-card .text .text-about {
    display: flex;
    gap: 40px;
    justify-content: space-around;
  } 
  .company-card .text{
    padding-top: 30px;
    padding-left: 20px;
  }
  .company-card .text h3 {
    font-size: 24px;
    padding: 0;
  }
  .company-card .text-about ul:nth-child(1) {
    width: 220px;
  }
  .company-card .text ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .company-card .text span {
    font-size: 14px;
    margin: 25px 0; 
  }
  .ace-history {
    margin: 114px auto 180px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .ace-history .left {
    padding: 0; 
    margin: 0 111px 0 114px;
  }
  .ace-history .right {
    padding: 0 114px 0 0;
  }
  .ace-history .left h2 {
    font-size: 52px;
  }
  .ace-history .left h2 span {
    font-size: 42px;
  }
  .ace-history .left p {
    font-size: 17px;
    margin-bottom: 79px;
    margin-top: 30px;
  }
  .ace-history .left p br {
    display: block;
  }
  .ace-history .left .box1 {
    align-items: flex-start;
  }
  .ace-history .left .box1 ul {
    padding: 10px 20px;
    width: 578px;
    max-width: none;
  }
  .ace-history .left .box1 ul li {
    font-size: 24px;
  }
  .ace-history .left .box1 ul li:nth-child(3) {
    font-size: 40px;
  }
  .ace-history .right ul{
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
  .ace-history .right .img-wrap-two ul li {
    height: auto;
  }
  .ace-history .right .img-wrap-two ul li:nth-child(1) {
    margin-top: 64px;
  }
  #ace-about-wrap .ace-about-wrap {
    padding: 0;
    padding-bottom: 180px;
  }
  #ace-about-wrap h2 {
    font-size: 60px;
    margin-bottom: 15px;
    padding: 114px 0 0 114px;
  }
  #ace-about-wrap h2>p{
    padding-bottom: 8px;
  }
  .ace-about-wrap>p {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 129px;
    padding: 0 0 0 114px;
  }
  .ace-about-wrap>p br {
    display: none;
  }
  .ace-about-wrap h2 p {
    font-size: 26px;
  }
  .ace-about-wrap h2 p br {
    display: none;
  }
  #ace-about-wrap .box-link {
    padding-left: 114px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    max-width: 467px;
    width: 100%;
  }
  #ace-about-wrap .box-link .text-director, .text-instrctors, .text-guid {
    padding: 40px 50px;
  }
  #ace-about-wrap .box-link ul li:nth-child(1) {
    padding-bottom: 40px;
    font-size: 14px;
  }
  #ace-about-wrap .box-link ul li:nth-child(2) {
    padding-bottom: 40px;
    font-size: 30px;
  }
  #ace-about-wrap .box-link ul li:nth-child(3) {
    font-size: 15px;
    line-height: 1.5;
  } 
  #ace-about-wrap .box-link .text-director a,.text-instrctors a,.text-guid a {
    justify-content: space-between;
    padding: 30px 10px;
  }
  #ace-about-wrap .box-link p img {
    width: 100%;
  }
  #notice  {
    display: flex;
  }
  #notice .notice-text {
    padding: 114px 60px 100px 0;
    width: 100%;
  }
  #notice .title-text {
    padding: 0 0 15px;
    justify-content: flex-start;
  }
  #notice .notice-text h2 {
    font-size: 60px;
    padding-left: 114px;
    padding-right: 25px;
  }
  #notice .notice-text p {
    margin-top: 30px;
    font-size: 22px;
    padding-left: 114px;
    padding-bottom: 0;
  }
  #notice .notice-text a {
    font-size: 14px;
    margin-right: 114px;
  }
  #notice .notice-news ul {
    max-width: 1293px;
    padding: 0 0 0 80px;
  }
  #notice .notice-news ul li {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 39px;
    padding-bottom: 15px;
    gap: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  #notice .notice-news ul li:nth-last-child {
    margin-bottom: 0;
  }
  #notice .date {
    margin: 0;
  }
  #notice .date p:nth-child(1) {
    font-size: 39px;
  }
  #notice .date p:nth-child(2) {
    font-size: 14px;
  }
  #notice .text a {
    font-size: 24px;
  }
  #notice .text .desc {
    font-size: 14px;
  }
  #notice .notice-news {
    padding: 80px 114px 100px 0;
    margin: 0;
  }
  #notice .text {
    overflow: hidden;
  }
  #notice .notice-news .text .desc {
    border-bottom: none;
  }
  #partner {
    padding: 114px 0;
    text-align: center;
    margin: 0 auto; 
  }
  #partner h2 {
    font-size: 60px;
    padding-top: 80px;
    margin-bottom: 10px;
  }
  #partner p {
    padding-bottom: 69px;
    font-size: 17px;
  }
  #partner .partner-logo {
    align-items: center;
    padding-bottom: 156px;
    gap: 15px;
  }
  #partner .partner-logo .top, #partner .partner-logo .bottom {
    display: flex;
  }
  #partner .logoimg {
    width: 300px;
    height: 100px;
  }
  #partner .logoimg img {
    width: auto;
    height: 60px;
  }
  #ft {
    padding: 0;
  }
  #ft #ft_wr {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 20px 80px 15px;
  }
  #ft #ft_wr .ft_cnt a {
    padding-bottom: 0;
    font-size: 15px;
  }
  #ft #ft_wr .ft_cnt a:nth-child(1) {
    padding-right: 30px;
  }
  #ft #ft_wr .ft_cnt br {
    display: none;
  }
  #ft #ft_wr #sns .sns-logo {
    margin-bottom: 0;
  }
  .ft_cnt2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 45px;
  }
  .ft_cnt2 #ft_company {
    padding: 0 0 0 80px;
  }
  .ft_cnt2 #ft_company h2 {
    padding-top: 0;
    justify-content: flex-start
  }
  .ft_cnt2 #ft_company .ft_info {
    padding-top: 29px;
  }
  .ft_cnt2 #ft_company #ft_copy {
    padding-top: 40px;
    margin: 0;
  }
  .realted_link {
    padding: 0 80px 0 0;
    width: 209px;
  }
  .realted_link::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 84px;
    transform: rotate(135deg);
  }

}

