@charset "UTF-8";


:root {
  --yellow1: #FFE68B;
  --yellow69: #FCCA69;
  --blue: #387AFC;
  --blue8per: #eff5ff;
  --graySe: #F3F6FA;
  --grayDsb: #ABADB1;
  --grayTxt: #67696D;
  --grayBg1: #F2F3F7;
  --grayBg2: #FAFAFC;
  --line1: #E0E3E8;

  --bluef1: #1786F1;
  --blued1: #0161D1;
  --blue976: #043976;
  --blue6ff: #0076FF;
  --blackc60: #585C60;
  --black122: #202122;
  --blackb55: #434B55;
  --gray69: #5E6469;
  --gray895:#7D8895;
  --graydb6: #A1ADB6;
  --gray85f: #52585F;
  --gray894: #758894;
  --gray76: #6A6F76;
  --graye4: #C4D3E4;
  --redb57: #EC5B57;
  --red3a: #F03E3A;
  --btn189: #7B8189;
  --borderf1: #E1E9F1;
  --pgn97: #899097;
  --yellow2d: #FDCC2D;
}
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  min-width: 1280px;
  overflow-x: auto;
}

/* ************공통header************ */
.loading_overlay {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  height: 380px;
  background-color: #fff;
  z-index: 1000;
  display: none;
}


#header {
  box-sizing: border-box;
  border-bottom: 1px solid var(--borderf1);
}
#header .area {
  max-width: 1400px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.hd_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
#header .hd_logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
#header .hd_logo a img {
  /* width: 85px; */ /* kca로고일때 */
  height: auto;
  object-fit: cover;
}
#header .hd_logo a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.05;
  transform: translateY(2px);
}
#header .hd_logo a em {
  letter-spacing: 0.9px;
  font-size: 8.2px;
  font-weight: 500;
  font-family: 'noto', sans-serif;
  font-style: normal;
}

.hd_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 38px 0 34px;
  z-index: 10;
}
#header #gnb ul {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#gnb li {
  padding: 9px 18px;
  box-sizing: border-box;
}
#header #gnb li + li {
  margin-left: 20px;
}
#header #gnb li:nth-child(2) {
  position: relative;
}
#header #gnb li:nth-child(2):before {
  content: "";
  display: block;
  width: 100px;
  height: 31px;
  background: url(../img_kc/enrolltext_wh.gif) no-repeat left center / cover;
  position: absolute;
  top: -16px;
  left: 4px;
}
#header #gnb li a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.hd_sch {
  display: flex;
  position: relative;
}

.short_bnr {
  position: absolute;
  right: -320px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
}
.short_bnr:before {
  content: "";
  width: 135px;
  height: 112px;
  background: url(../img_kc/ver2412/hd_desc_icon.png) no-repeat center / 100%;
}
.short_bnr p {
  font-size: clamp(12px,0.72vw,14px);
  letter-spacing: -0.02em;
  color: #6D7A8F;
  padding-top: 4px;
  margin-left: -30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
.short_bnr p span {
  color: #2E8BFE;
  font-weight: bold;
}


#header .sch_btn {
  background: none;
  border: 0;
  padding: 0;
  position: static;
  transform: unset;
}
#header .sch_btn a{
  position: relative;
  display: block;
  width: 330px;
  height: 50px;
  padding: 16px;
  padding-right: 98px;
  box-sizing: border-box;
  border-radius: 50px;
  outline: none;
  background: #fff url("../img_kc/ver2412/btn_search-bl.svg") no-repeat right 44px center / 20px;
  color: rgba(0,0,0,.4);
  font-size: 14px;
  text-align: left;
  cursor: text;
  border: 1px solid var(--bluef1);
  font-weight: bold;
}
#header .sch_btn a:after {
  content: "검색";
  color: var(--blued1);
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#header .sch_btn img {
  width: 100%;
  height: auto;
}

.smallFlex{
  display: flex;
}

.short {
  width: 331px;
}
.short img {
  width: 100%;
}
.util {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
}
.util a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: bold;
  color:#0161D1;
}
.util a img {
  width: 29px;
  aspect-ratio: 1/1;
}
.btn_mypage {
  width: 29px;
  height: 29px;
  display: flex;
  background: url(../img_kc/ver2412/ico_mypagae.svg) no-repeat center / 100%;
}

#gnb {
  margin-bottom: 30px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
#gnb .btn_ham {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: #18191B;
  display: flex;
  gap: 14px;
  align-items: center;
}
#gnb .btn_ham:before {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  background: url(../img_kc/ver2412/btn_ham.svg) no-repeat center / 100%;
}


.allCategory{
  display: none;
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 7px 10px 1px rgba(0, 0, 0, .1);
  z-index: 5555;
}
.allCategory .list_menu{
  display: flex;
  justify-content: center;
}
.allCategory .list_menu>li{
  min-width: 180px;
  border-left: 1px solid #ebebeb;
  padding: 20px;
  box-sizing: border-box;
}
.allCategory .list_menu>li:last-child{
  border-right: 1px solid #ebebeb;
}
.allCategory .list_menu>li .link_menu{
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  color: #444;
  padding: 7px 0;
  letter-spacing: -1px;
  position: relative;
  transition: all 0.3s;
}
.allCategory .list_menu>li .link_menu::after{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 5px;
  background: #223cb5; 
  transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.allCategory .list_menu>li .link_menu:hover{
  color: #223cb5;
}
.allCategory .list_menu>li .link_menu:hover::after{
  width: 100%;
  left: 0;
}
.allCategory .list_menu li .title2{
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  color: #222;
  padding: 16px 0;
  letter-spacing: -1px;
}


/* ************mainSearchBg*********** */
.mainSearchBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /* box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(27, 37, 41, 0.4); */
  z-index: 1000001;
  opacity: 0;
  visibility: hidden;
}
.mainSearchBg.active {
  opacity: 1;
  visibility: visible;
}
.mainSearch {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 0 30px 80px 100px rgba(0,0,0,.1);
}
.searchInner {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.searchWraper .typeahead,
.searchWraper .tt-query,
.searchWraper .tt-hint {
  width: 452px;
  height: 50px;
  border: 2px solid #1786F1;
  border-radius: 30px !important;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #242527 !important;
  padding-left: 22px;
}
.searchWraper .typeahead::-ms-clear,
.searchWraper .typeahead::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
.searchWraper .typeahead::-webkit-search-decoration,
.searchWraper .typeahead::-webkit-search-cancel-button,
.searchWraper .typeahead::-webkit-search-results-button,
.searchWraper .typeahead::-webkit-search-results-decoration {
  display: none;
}
.searchWraper .typeahead {
  background-color: #fff !important;
}
.searchWraper .typeahead::placeholder {
  color: #888;
  font-size: 14px;
  line-height: 38px;
}
.searchWraper .typeahead:focus {
  outline: none;
}
.searchWraper .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999
}
.tt-menu {
  width: 598px;
  margin: 0px auto;
  padding: 10px 0px;
  background: #FFF;
  border: 2px solid #5695FF;
  box-shadow: 0px 4px 14px rgba(169, 180, 221, 0.25);
  border-radius: 7px;
  transform: translateY(8px);
  position: relative;
  z-index: 10000;
  max-height: 400px;
  overflow-y: scroll;
}
input:focus {
  outline: none;
}
.tt-highlight {
  color: #2E68FF;
  font-weight: normal;
}
.tt-suggestion {
  padding: 0px 51px;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background: url('../img_kc/search_light_blue.png') left 23px top 14px no-repeat;
  background-size: 24px 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #333;
  background-color: #F3F6FB;
}
.tt-suggestion.tt-cursor {
  color: #333;
  background-color: #F3F6FB;
}
.tt-suggestion p {
  margin: 0;
}
.searchWraper {
  position: relative;
  width: 600px;
  height: 42px;
  margin: 0px auto;
}
.searchTop button.searchIcon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.searchTop button.searchIcon img {
  display: block;
  width: 100%;
  height: auto;
}
.recentSearch,
.popularSearch {
  width: 252px;
  position: relative;
}
.recentSearch{
  display: none;
}
.searchBody .titleWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.searchBody .noRecent p {
  font-size: 15px;
  color: #90a0a6;
  font-weight: 600;
}
.searchBody .titleWrap p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #333;
  margin: 40px 0 15px;
}
.searchBody ul li a {
  display: flex;
  align-items: center;
  /* height: 18px;
  margin-bottom: 25px; */
  font-size: 16px;
  line-height: 16px;
}
.searchBody ul li a span {
  color: #333;
}
.searchBody ul li a span.num {
  width: 20px;
  margin-right: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.searchBody ul li a div.popularIcon {
  display: flex;
  justify-content: center;
  width: 30px;
  margin-left: auto;
}
.searchBody ul li a span.icon {
  width: 9px;
  height: 2px;
  background-image: url(../img_kc/popularIcon01.png);
}
.searchBody ul li a span.icon2 {
  width: 9px;
  height: 6px;
  background-image: url(../img_kc/popularIcon02.png);
}
.searchBody ul li a span.icon3 {
  width: 9px;
  height: 6px;
  background-image: url(../img_kc/popularIcon03.png);
}
.searchBody ul li a span.icon4 {
  width: 30px;
  height: 11px;
  background-image: url(../img_kc/popularIcon04.png);
}
.searchBody .newSearch {
  width: 1120px;
  display: none;
  height: 100%;
}
.searchBody .newSearch ul li a {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.02em;
}
.searchBody .newSearch ul li a:hover {
  text-decoration: underline;
  color: #1786F1;
  font-weight: 600;
}

.searchBody .newSearch .searchBar {
  border-bottom: 1px solid #eee;
}
.newSearchTop {
  padding: 0 0 40px 0;
  box-sizing: border-box;
}

.popularSearch.newPopularSearch {
  width: 100%;
  margin-left: -50px;
  padding-bottom: 50px;
  padding-top: 35px;
  display: flex;
  align-items: baseline;
}
.popularSearch.newPopularSearch .titleWrap {
  margin-bottom: 10px;
}

.searchBody .popularSearch.newPopularSearch .titleWrap p {
  margin-top: 20px;
  text-align: left;
  color: #1786F1;
  font-size: 30px;
  line-height: 1;
  width: 330px;
  flex: none;
}
.monte {
  font-size: 50px;
  font-weight: 800;
  color: #0161D1;
  letter-spacing: -1px;
  display: block;
  margin-top: 8px;
}
.searchBody .popular-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.searchBody .popular-list ul {
  border-left: 1px solid rgba(2, 2, 2, .2);
  box-sizing: border-box;
  padding: 15px 0 15px 50px;
}
.searchBody .popular-list ul li {
  text-align: left;
}
.searchBody .popular-list .num {
  color: #1786F1;
  font-size: 13px;
  font-weight: 800;
  width: 26px;
  height: 26px;
  border-radius: 11px;
  background: #D9E5F1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.searchBody .popular-list .left li:first-child .num {
  background: #FF5900;
  color: #FDE52D;
}
.searchBody .popular-list .left li:nth-child(2) .num {
  background: #1786F1;
  color: #FDE52D;
}
.searchBody .popular-list .text {
  color: #242527;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}
.searchBody .popular-list ul li + li {
  margin-top: 22px;
}

.searchBody .popularSearch.newPopularSearch  ul li a {
  font-size: 15px;
}

.group h3 {
  text-align: left;
  width: 100px;
  color: #444;
  font-size: 1rem;
  font-weight: 800;
}
.group {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-direction: column;
}
.group ul {
  display: flex;
  gap: 15px 0;
  flex-wrap: wrap;
  width: 100%;
}
.group ul li {
  display: inline-block;
  font-size: 14px;
  width: calc(1120px/5);
}

.group + .group {
  margin-top: 28px;
  border-top: 1px solid #EAEAEA;
  padding-top: 32px
}
.searchBody {
  padding: 40px 24px 70px;
  display: flex;
  justify-content: center;
  width: 1120px;
  margin: 0 auto;
  border-top: 1px dashed rgba(2, 2, 2, .2);
  max-height: 66vh;
  overflow-y: auto;
}
.searchBody::-webkit-scrollbar {
  display: none;
}
.newSearchWraper {
  width: 1120px;
  position: relative;
  height: 50px;
  margin: 0 auto;
}

.newSearchTop .newSearchWraper .searchIcon {
  display: block;
  position: absolute;
  top: 50%;
  right: 31.5%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

.newSearchLogo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
.newSearchLogo a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
.newSearchLogo a img {
  /* width: ; */
  height: auto;
  object-fit: cover;
}
.newSearchLogo a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.05;
  transform: translateY(-1px);
}
.newSearchLogo a em {
  letter-spacing: 0.15px;
  font-size: 8.2px;
  font-weight: 500;
  font-family: 'noto', sans-serif;
  font-style: normal;
}

.newSearchRink {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  letter-spacing: -0.02em;
}
.newSearchTab {
  display: flex;
  align-items: center;
}
.newSearchTab a {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 20px;
  letter-spacing: -0.02em;
  border-radius: 36px;
  box-sizing: border-box;
  line-height: 1;
  color: #000;
  font-size: 14px;
}
.newSearchTab a:first-child:before {
  content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    right: -8px;
    width: 1px;
    height: 19px;
    background: #e9e9e9;
    transform: translateY(-50%);
}
.newSearchTabcont .newTab1,
.newSearchTabcont .newTab2 {
  display: none;
}
.newSearchTab a.active {
  background: #FFD900;
  font-weight: 700;
}
.newSearchTabcont > div {
  width: 100%;
  width: 1120px;
}
.newSearchTabcont .group {
  flex-direction: row;
}
.newSearchTabcont .group + .group {
  margin-top: 22px;
  padding-top: 27px;
}
.newSearchTabcont .group h3 {
  width: 135px;
}
.newSearchTabcont .searchBody ul li a {
  margin-bottom: 18px;
}

.newPopularSearch {
  display: flex;
  align-items: baseline;
}

.monte {
  font-size: 50px;
  font-weight: 800;
  color: #0161D1;
  letter-spacing: -1px;
  display: block;
  margin-top: 8px;
}

.searchBody .popular-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.searchBody .popular-list ul {
  border-left: 1px solid rgba(2, 2, 2, .2);
  box-sizing: border-box;
  padding: 15px 0 15px 50px;
}
.searchBody .popular-list ul li {
  text-align: left;
}
.searchBody .popular-list .num {
  color: #1786F1;
  font-size: 13px;
  font-weight: 800;
  width: 26px;
  height: 26px;
  border-radius: 11px;
  background: #D9E5F1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.searchBody .popular-list .left li:first-child .num {
  background: #FF5900;
  color: #FDE52D;
}
.searchBody .popular-list .text {
  color: #242527;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}
.searchBody .popular-list ul li + li {
  margin-top: 22px;
}
.searchBody .popular-list .left li:nth-child(2) .num {
  background: #1786F1;
  color: #FDE52D;
}
/* searchClose */
.searchClose {
  display: flex;
  justify-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translateX(-50%);
  width: 70px;
  height: 72px;
}
.searchClose a {
  display: block;
  width: 70px;
  height: 72px;
  margin: auto;
  cursor: pointer;
}
.searchClose a img {
  display: block;
  width: 100%;
}
.highlight {
  background-color: yellow;
  font-weight: bold;
}



/* ************footer************ */
.footerFlex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#footer {
  background-color: #FAFAFC;
  padding-bottom: 44px;
}
#footer .area {
  display: flex;
  padding-top: 36px;
  justify-content: center;
}
#footer .ft_logo a {
  display: block;
  cursor: pointer;
}
#footer .ft_logo img {
  display: block;
}
#footer .ft_logo p{
  font-size: 20px;
  color: #000;
  letter-spacing: -.6px;
  font-weight: 600;
}
#footer .down_btn {
  width: 20px;
  height: 20px;
}
#footer .down_btn img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
#footer .active .down_btn img {
  transform: rotate(180deg);
}
#footer .ft_util {
  display: none;
  margin-top: 12px;
}
#footer .ft_util ul {
  display: flex;
  justify-content: center;
}
#footer .ft_util li {
  padding-left: 9px;
  margin-left: 8px;
  background-image: url("../img_kc/ft_bar.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#footer .ft_util li:first-child {
  padding-left: 0;
  margin-left: 0;
  background-image: none;
}
#footer .ft_util li a {
  font-size: 13px;
  font-weight: 700;
  color: #ABADB1;
}
#footer .ft_info {
  display: none;
  margin-top: 16px;
}
#footer p {
  font-size: 13px;
  font-weight: 500;
  color: #ABADB1;
  line-height: 20px;
  text-align: center;
}
#footer .copyright {
  padding-top: 22px;
  font-weight: 400;
}

@media screen and (max-width: 1410px) {
  .short_bnr {
    right: -79%;
  }
  .short_bnr p {
    font-size: 12px;
  }
  .short_bnr:before {
    width: 100px;
  }
  #header #gnb li a {
    font-size: 18px;
  }
}
@media screen and (max-width:1367px) {
  #header .area {
    max-width: 1200px;
  }
  .hd_sch:after {
    background-size: 88%;
    left: 95%;
  }
  /* #header #gnb li + li {
    margin-left: 47px;
  } */
}


/* 서브페이지 타이틀영역 */
.page_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
}
.page_tit:after {
  content: "";
  height: 2px;
  background: rgba(23, 134, 241, .3);
  flex-grow: 1;
}
.page_tit .title2 {
  color: #1786F1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.location_box{
  position: absolute;
  right: 23px;
  background: #fff;
  z-index: 1;
  padding: 0 20px;
}
.location_box ul{
  display: flex;
  align-items: center;
}
.location_box .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
  user-select: none;
}
.location_box .home a,
.location_box li p {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gray894);
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.location_box .home img {
  margin-right: 7px;
  width: 19px;
  height: 19px;
}
.location_box li:last-child p {
  color: var(--bluef1) !important;
}