.fixed-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
#pageContents.main {
  padding-top: 113px;
}
#pageContents.contentsub {
  padding-top: 113px;
}
.gnb-top {
  height: 38px;
  box-sizing: border-box;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e3e2;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.gnb-top > div {
  position: relative;
  display: inline-block;
}
.gnb-top .menu-info {
  font-size: 12px;
  line-height: 38px;
  padding: 0 15px;
  background-color: #777;
  color: #fff;
  margin-right: 12px;
}
.gnb-top .menu-info:after {
  display: block;
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #777; /* 화살표 */
}
.gnb-top .academy-list a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 0 17px;
  line-height: 38px;
  color: #666;
}
.gnb-top .academy-list a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #e1e3e2;
}
.gnb-top .academy-list a:first-child:before {
  display: none;
}
.academy-header {
  width: 100%;
  height: 75px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #fdfdfd;
}
.academy-header .inner {
  position: relative;
  width: 1320px;
  margin: 0 auto;
  height: 100%;
}
.academy-header .contents-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 188px 0 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.academy-header .contents-inner .header-logo {
  display: flex;
  align-items: center;
}
.academy-header .contents-inner .header-logo .btn-all-menu {
  position: relative;
  width: 68px;
  height: 68px;
}
.academy-header .contents-inner .header-logo .btn-all-menu > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 2px;
  background-color: #242424;
  font-size: 0;
  margin: -1px 0 0 -14px;
}
.academy-header .contents-inner .header-logo .btn-all-menu > span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 100%;
  background-color: #242424;
}
.academy-header .contents-inner .header-logo .btn-all-menu > span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  height: 100%;
  background-color: #242424;
}
.academy-header .contents-inner .header-logo .logo {
  display: block;
  font-size: 0;
  width: 240px;
  height: 70px;
}
.academy-header .contents-inner .navi-list {
  display: flex;
  font-size: 0;
}
.academy-header .contents-inner .navi-list > li > a {
  display: inline-block; 
  padding: 0 14px;
}
.academy-header .contents-inner .navi-list > li > a span {
  line-height: 75px;
  position: relative;
  padding: 0 3px;
  font-size: 15px;
  color: #242424;
  display: block;
}
.academy-header .contents-inner .navi-list > li > a span:after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ff6b56;
  opacity: 0;
  content: "";
  transform: translate3d(-50%, 0, 0);
  transition: width 0.1s ease, opacity 0.1s ease 0.03s, top 0.1s;
}
.academy-header .contents-inner .navi-list > li:hover > a span:after {
  width: 100%;
  opacity: 1;
}
/*
.navi-list li:nth-child(3) .sub-menu {
  width: 1600px;
  left: 50%;
  margin-left: -800px;
}
*/
.academy-header .btn-big-grey {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 168px;
  height: 100%;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.academy-header .btn-big-grey span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.academy-header .btn-big-grey span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #929292;
}
.academy-header .btn-big-grey span:after {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 1px;
  height: 16px;
  background-color: #929292;
}

.academy-header .contents-inner .btn-area-util {
  display: flex;
  align-items: center;
  font-size: 0;
  padding: 0px 8px 0 0;
  gap: 10px;
  margin-left: auto;
}
.academy-header .contents-inner .btn-area-util .btn-kakao {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 7px;
}
.academy-header .contents-inner .btn-area-util .btn {
  position: relative;
  width: 34px;
  height: 34px;
  font-size: 0;
  display: inline-block;
}
.academy-header .contents-inner .btn-area-util .btn-join {
  background: url(../../contentImage/css/icon_header_join.png) 0 0 no-repeat;
}
.academy-header .contents-inner .btn-area-util .btn-join > p {
  position: absolute;
  left: 10px;
  top: -20px;
  background: #ff6b56;
  padding: 0 9px;
  line-height: 18px;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.academy-header .contents-inner .btn-area-util .btn-join > p:after {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../../contentImage/css/icon_alim.png) center center no-repeat;
  position: absolute;
  left: 15px;
  top: 16px;
}
.academy-header .contents-inner .btn-area-util .btn-login {
  background: url(../../contentImage/css/icon_header_log.png) 0 0 no-repeat;
}
.academy-header .contents-inner .btn-area-util .btn-logout {
  background: url(../../contentImage/css/icon_header_logout.png) 0 0 no-repeat;
}
.academy-header .contents-inner .btn-area-util .btn-mypage {
  background: url(../../contentImage/css/icon_header_mypage.png) 0 0 no-repeat;
}
.academy-header .contents-inner .btn-area-util .btn-cart {
  background: url(../../contentImage/css/icon_header_cart.png) 0 0 no-repeat;
}
.navi-list .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  display: none;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navi-list .sub-menu .inner-menu {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #efefef;
}
.navi-list .sub-menu .inner-menu > ul {
  display: flex;
  position: relative;
  left: 50%;
  margin-left: -504px;
  z-index: 2;
  width: 1000px;
  flex-wrap: wrap;
}

.navi-list .sub-menu ul > li > a {
  font-size: 16px;
  color: #555;
  padding: 28px 12px;
  display: block;
}
.navi-list .sub-menu ul > li > a:hover {
  font-weight: bold;
}
.academy-header .contents-inner .navi-list > li:hover .sub-menu {
  display: block;
}

.navi-list .sub-menu .inner-menu > .edu-menu {
  display: flex;
  position: relative;
  left: 50%;
  margin-left: -635px; /* -754px */
  z-index: 2;
  padding-bottom: 70px;
}
.navi-list .sub-menu .inner-menu > .edu-menu .item-area {
  position: relative;
  padding-top: 28px;
}
.navi-list .sub-menu .inner-menu > .edu-menu .item-area:before {
  display: block;
  content: "";
  width: 1px;
  height: 290px;
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #e1e3e2;
}
.navi-list .sub-menu .inner-menu > .edu-menu .item-area:first-child:before {
  display: none;
}
.navi-list .sub-menu .inner-menu > .edu-menu .item-area + .item-area {
  margin-left: 44px;
  padding-left: 12px;
}
.navi-list .sub-menu .inner-menu > .edu-menu h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #242424;
}
/* 2025-03-01 추가 */
.navi-list .sub-menu .inner-menu > .edu-menu h3 > a:hover {	
  color: #ff6b56;
}
.navi-list .sub-menu .inner-menu > .edu-menu ul > li > a {
  display: block;
  font-size: 13px;
  color: #242424;
  line-height: 25px;
  padding: 0;
}

.navi-list .sub-menu .inner-menu > .edu-menu .item-area .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.navi-list .sub-menu .inner-menu > .edu-menu .item-area .item ul + ul {
  padding-left: 35px;
}

.layer-all-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.layer-all-menu.active {
  display: block;
}
.layer-all-menu:before {
  content: "";
  width: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  height: 100%;
}
.layer-all-menu .inner {
  position: relative;
  width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.layer-all-menu .btn-layer-close {
  color: #fff;
  font-size: 20px;
}
