:root {
	--dark : #222222;
	--black : #191919;
	--yellow : #d8a10e;
	--chalk : #eae9e6;
	--caution : #d94b12;
	--border : #ededed;
	--bs-gutter-x : 1.875rem/*1.5rem*/;
	--bs-gutter-y : 1.875rem;
	--outer-padding : 4%;
	--40px : 40px;

	--pretendard : "Pretendard", sans-serif;
	--notokr : "Noto Sans KR", sans-serif;
}

.text-danger {color: #F44336; }

/*버튼*/
.btn_wrap {display:flex; flex-flow:row wrap;}
button,
.btn, 
a.btn {display: flex; align-items: center; justify-content: center; height:50px; margin:5px; padding:10px; border-radius:6px; font-size:1rem;}
.btn_primary,
a.btn_primary {background:#d99d10; color:#fff;}
.btn_primary:hover,
a.btn_primary:hover {background:#dfbe3c;}
.btn_dark,
a.btn_dark {background:var(--dark); color:#fff;}
.btn_dark:hover, .btn_dark:disabled,
a.btn_dark:hover, a.btn_dark:disabled {background:#525252;}
.btn_gray,
a.btn_gray {color: var(--black);	background: var(--chalk);}
.btn_gray:hover,
a.btn_gray:hover {background:#e1e1e1;}
.btn-outline,
a.btn-outline {background:#fff; border:1px solid var(--dark); color:var(--dark);}
.btn-outline:hover,
a.btn-outline:hover {background:#666;}
.txt_caution,
a.txt_caution {color:var(--caution);}

input:disabled, input:read-only {
    background-color: #ddd !important;
}

/* 레이아웃 */
.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
	.col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}


/*기존 시작 */
.l-hidden {
  display: none !important;
}
main nav {
  width: 84px;
  height: 100vh;
  background: #f8f7f5;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  right: 85px;
  animation: nav 0.5s ease forwards;
}

.spinner {
    margin-right: 5px;
    display: none;
}

@keyframes nav {
  100% {
    right: 0;
  }
}

main nav > a:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 139px;
  /* background: #efede9; */
  border-radius: 10px;
  justify-content: center;
  position: relative;
}

/*
main nav > a:first-child::after {
  content: "";
  width: 68px;
  height: 1px;
  background: #dedede;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
*/

main nav > a:first-child img:nth-child(2) {
  width: 50px;
  margin: 0 0 7px;
}
main nav > a:first-child img.back {
  margin-top: 18px;
}
main nav ul {
  height: calc(100% - 139px);
  padding: 10px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main nav ul li * {
  transition: 0.3s ease;
}

main nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  opacity: 0.3;
  filter: grayscale(1);
}
main nav ul li.search {
  display: none;
}

main nav ul li a img {
  margin-bottom: 4px;
}

main nav ul li.mypage,
main nav ul li.login {
  margin-top: auto;
}

main nav ul li.logout a,
main nav ul li.mypage a,
main nav ul li.login a {
  filter: grayscale(0);
  opacity: 1;
  text-decoration: underline;
}
main nav ul li.mypage a{
  text-decoration: none;
}
main nav ul li.logout a i {
  background: url(../images/icon/nav-logout.svg) no-repeat;
  background-position: center;
}
main nav ul li.mypage a i,
main nav ul li.login i {
  background: url(../images/icon/nav-login.svg) no-repeat;
  background-position: center;
}
main nav ul li i {
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}
main nav ul li.country a i {
  background-image: url(../images/icon/nav_flag_on.svg);
}
#wrap.country main nav ul li.country a {
  opacity: 1;
  background: #eaecef;
  filter: none;
}

main nav ul li.university a i {
  background-image: url(../images/icon/nav_location_on.svg);
}
#wrap.university main nav ul li.university a {
  filter: none;
  opacity: 1;
  background: #eaecef;
  pointer-events: none;
}

main nav ul li.agency a i {
  background-image: url(../images/icon/nav_airplane_on.svg);
}

#wrap.agency main nav ul li.agency a {
  filter: none;
  opacity: 1;
  background: #eaecef;
}

main nav ul li.community a i {
  background-image: url(../images/icon/nav_community_on.svg);
}

#wrap.community main nav ul li.community a {
  filter: none;
  opacity: 1;
  background: #eaecef;
}

main nav ul li.inquiry {display:none;}

main nav ul li.inquiry a i {
  background-image: url(../images/icon/nav_inquiry_on.svg);
}

main nav ul li.search a i {
  background-image: url(../images/icon/nav_search_on.svg);
}
main nav ul li.search.on a {
  filter: none;
  opacity: 1;
  background: #eaecef;
}

main nav ul li.country.off a {
  opacity: 0.3 !important;
  background: transparent !important;
}
main nav ul li.country.off a i {
  filter: grayscale() !important;
}

main nav .home {
	display:flex; flex-flow:column nowrap; align-items:center; justify-content:center;
}

main nav .logo-mo {
  display: none;
  width: 50px;
}

main nav .logo-web:nth-of-type(2) {
	width:50px; margin-top:10px;
}

main nav .logo-web:nth-of-type(3) {
	width:40px; margin:3px 0;
}

/* #wrap.university main nav ul li.university,
#wrap.agency main nav ul li.agency,
#wrap.country main nav ul li.country {
  pointer-events: none;
} */
.scrolling::-webkit-scrollbar {
  display: none;
}

.info-wrap {
  width: calc(100% - 960px - 84px);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.map-wrap {
  width: 960px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b0c6ca;
  padding-top: 81px;
  padding-bottom: 60px;
}

.map-wrap .map {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 960px;
}

.map-wrap .search {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 352px;
  height: 52px;
  border-radius: 500px;
  background: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
  color: #707277;
  opacity: 0.9;
}

#wrap.searchMod .map-wrap .search {
  opacity: 0;
  pointer-events: none;
}

.map-wrap .search.visible {
  opacity: 0.9 !important;
  pointer-events: all !important;
}

.map-wrap .search::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/icon/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.point-wrap {
  position: absolute;
  width: 92%;
  height: 1100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
}

.point-wrap > div {
  display: none;
}

.point-wrap > div.is_active {
  display: flex;
}

.point-wrap > div > p {
  position: relative;
  width: 14px;
  height: 14px;
  background: #0782db;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
  position: absolute;
  border: solid 2px #ffffff;
}

.point-wrap > div > p.star {background:none; border:none;}
.point-wrap > div > p.star::after {
  content: "\ea0f"; font-family: xeicon;
  transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    line-height: 0.8;
    margin: 0;
    padding: 0;
    font-size: 16px;
	color:#f29f0f;
	text-shadow: -2px 0px 1px #fff, 0px 2px 1px #fff, 2px 0px 1px #fff, 0px -2px 1px #fff;
}
.point-wrap > div > p.star.is-active::after {top:32%; background:none;}

.point-wrap > div > p.is-active:hover {
  scale: 1;
}
.point-wrap > div > p.is-active {
  background-color: red;
  width: 38px;
  height: 38px;
  background-color: rgba(7, 130, 219, 0.4)!important;
  border: none;
  transform: translate(-12px, -16px);
  z-index: 1;
  pointer-events: none;
}
.point-wrap > div > p.is-active::after {
  width: 14px;
  height: 14px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.point-wrap > div > p.is-active::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 43px;
  background: url(../images/icon/c-pin.svg) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
}
.point-wrap > div > p::after {
  content: ""; 
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.point-wrap > div > p:hover {
  scale: 1.7;
  z-index: -1;
}

.point-wrap > div > a.state {
  width: 36px;
  height: 17px;
  border-radius: 50px;
  background: #0782db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  font-family: "Pretendard eng" !important;
  position: absolute;
  transition: 0.2s ease;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.point-wrap > div > a.state::after {
  content: "";
  width: 7px;
  height: 4px;
  background-image: url(../images/icon/bubble.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.point-wrap > div > a.state:hover {
  scale: 1.1;
}

@media (max-width: 2520px) {
  /*.info-wrap {
    width: calc(100% - 1248px - 84px);
  }

  .map-wrap {
    width: 1248px;
  }
  */
  .university_popup {
    transform: translate(-50%, -35%) !important;
  }
}
@media (max-width: 2420px) {
 /* .info-wrap {
    width: calc(100% - 1200px - 84px);
  }

  .map-wrap {
    width: 1200px;
  }
 */
  .university_popup {
    transform: translate(-50%, -37.5%) !important;
  }
}
@media (max-width: 2320px) {
 /* .info-wrap {
    width: calc(100% - 1152px - 84px);
  }

  .map-wrap {
    width: 1152px;
  }
*/
  .university_popup {
    transform: translate(-50%, -40%) !important;
  }
}
@media (max-width: 2220px) {
/*  .info-wrap {
    width: calc(100% - 1104px - 84px);
  }

  .map-wrap {
    width: 1104px;
  }
*/
  .university_popup {
    transform: translate(-50%, -42.5%) !important;
  }
}
@media (max-width: 2120px) {
 /* .info-wrap {
    width: calc(100% - 1056px - 84px);
  }

  .map-wrap {
    width: 1056px;
  }
*/
  .university_popup {
    transform: translate(-50%, -45%) !important;
  }
}
@media (max-width: 2020px) {
  /*  .info-wrap {
    width: calc(100% - 1008px - 84px);
  }


  .map-wrap {
    width: 1008px;
  }
  */

  .university_popup {
    transform: translate(-50%, -47.5%) !important;
  }
}
@media (max-width: 1920px) {
  .info-wrap {
    width: calc(100% - 960px - 84px);
  }

  .map-wrap {
    width: 960px;
  }

  .point-wrap {
    height: calc(1142px * 0.98);
  }
  .university_popup {
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 1820px) {
  .info-wrap {
    width: calc(100% - 912px - 84px);
  }

  .map-wrap {
    width: 912px;
  }

  .point-wrap {
    height: calc(1142px * 0.94);
  }
  .university_popup {
    transform: translate(-50%, -55%) !important;
  }
}
@media (max-width: 1720px) {
  .info-wrap {
    width: calc(100% - 864px - 84px);
  }

  .map-wrap {
    width: 864px;
  }

  .point-wrap {
    height: calc(1142px * 0.8);
  }
  .university_popup {
    transform: translate(-50%, -60%) !important;
  }
}
@media (max-width: 1640px) {
  .info-wrap {
    width: calc(100% - 816px - 84px);
  }

  .map-wrap {
    width: 816px;
  }

  .point-wrap {
    height: calc(1142px * 0.83);
  }
  .university_popup {
    transform: translate(-50%, -65%) !important;
  }
}
@media (max-width: 1600px) {
  .info-wrap {
    width: calc(100% - 768px - 84px);
  }

  .map-wrap {
    width: 768px;
  }

  .point-wrap {
    height: calc(1142px * 0.78);
  }

  .point-wrap > div > p {
    width: 10px;
    height: 10px;
  }

  .point-wrap > div > p::after {
    width: 8px;
    height: 8px;
  }

  .point-wrap > div > p.star::after {font-size: 9px;}
  .university_popup {
    transform: translate(-50%, -70%) !important;
  }
}
@media (max-width: 1420px) {
  .info-wrap {
    width: calc(100% - 720px - 84px);
  }

  .map-wrap {
    width: 720px;
  }

  .university_popup {
    transform: translate(-50%, -75%) !important;
  }
}
@media (max-width: 1320px) {
  .info-wrap {
    width: calc(100% - 672px - 84px);
  }

  .map-wrap {
    width: 672px;
  }

  .university_popup {
    transform: translate(-50%, -80%) !important;
  }
}
@media (max-width: 1220px) {
  .info-wrap {
    width: calc(100% - 624px - 84px);
  }

  .map-wrap {
    width: 624px;
  }

  .university_popup {
    transform: translate(-50%, -85%) !important;
  }
}
@media (max-width: 1200px) {
  .point-wrap > div > p {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
  .point-wrap > div > p.star::after {font-size:8px; text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;}
  .map-wrap {
    padding-top: 40px;
  }
}

.university_popup {
  position: fixed;
  z-index: 10;
  width: 376px;
  height: 116px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, translate 0.3s ease, scale 0.3s ease;
}

.university_popup.on {
  opacity: 1;
  pointer-events: all;
}

.university_popup::after {
  content: "";
  width: 36.5px;
  height: 18px;
  display: none;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/icon/bubble_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.university_popup > img {
  width: 116px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}

.university_popup > div {
  width: calc(100% - 116px);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
}

.university_popup > div p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.university_popup > div sub {
  font-size: 15px;
  font-weight: 300;
  color: #6d6f77;
  margin-bottom: 15px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.university_popup > div a {
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  display: flex;
  align-items: center;
}

.university_popup > div a img {
  margin-left: 2px;
}

.info-wrap,
.map-wrap {
  opacity: 0;
  animation: opacity1 1s 0.5s ease forwards;
}


@keyframes opacity1 {
  100% {
    opacity: 1;
  }
}
main nav .logo-mo {
  display: none;
  width: 77px;
}
@media (max-width: 1500px) {
  main nav {
    position: fixed;
    right: auto;
    left: 0;
  }
  .map-wrap {
    width: 100%;
    order: 1;
    height: 100vh;
    overflow: hidden;
  }
  .map-wrap .map {
    width: 768px;
  }
  .point-wrap {
    width: 730px;
  }
}
@media (max-width: 1200px) {
  .map-wrap {
    height: 400px;
  }
  .university_popup > div p {
    font-size: 14px;
  }
  .university_popup > div sub {
    font-size: 12px;
  }
  .university_popup > div a {
    font-size: 12px;
  }
  .university_popup {
    height: 87px;
  }
  .university_popup > div {
    padding: 11px 9px;
  }
  .map-wrap {
    height: 476px;
  }

  .map-wrap .map {
    width: 365px;
  }
  .point-wrap {
    width: 340px;
    height: 420px;
    transform: translate(-50%, -52%);
  }
  .university_popup {
    position: absolute;
  }
}
@media (max-width: 768px) {
  main nav ul li.login {display:none;
    filter: grayscale(1);
    opacity: 0.3;
    order: 5;
  }
  main nav ul li.mypage i,
  main nav ul li.login i {
    background-image: url(../images/icon/c-login-mo.svg);
  }
  main nav ul li.login a {
    text-decoration: none;
  }
  main nav {
    right: auto;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 100;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 4%;
    background-color: #f8f7f5;
  }
  main nav ul {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 -10px 26px rgba(178, 178, 177, 0.16);
    padding: 4px 4% 28px;
  }
  main nav ul li {
    width: 68px;
  }
  #wrap.country main nav ul li a::before {
    display: none;
  }
  #wrap.country main nav ul li.country a {
    background-color: transparent;
  }

  main nav > a:first-child {
    flex-direction: row;
    width: fit-content;
    height: 60px;
  }
  main nav > a:first-child::after {
    display: none;
  }
  main nav .back,
  main nav .logo-web {
    display: none;
  }
  main nav .logo-mo {
    display: block;
    width: 98px;
  }
  main nav > a:first-child:before {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background: url(../images/country/c-arrow-mo.svg) no-repeat;
    background-size: cover;
    margin-right: 15px;
    transform: translateY(1px);
  }
  #wrap.agency main nav ul li.agency a,
  #wrap.university main nav ul li.university a {
    background-color: transparent;
  }

  main nav ul li.inquiry {display:block;}

  .university_popup > div p {
    font-size: 12px;
  }
  .university_popup > div sub {
    margin-bottom: 0;
  }
  .university_popup > div a {
    font-size: 11px;
  }
  .university_popup > div a,
  .university_popup {
    width: 180px;
    height: 69px;
  }

  .university_popup > div a {
    position: absolute;
    right: 0;
    top: 0px;
    color: transparent;
    height: 100%;
  }
  .university_popup > div a img {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .university_popup::after {
    width: 26px;
    height: 13px;
    bottom: -8px;
  }
  .university_popup > img {
    display: none;
  }
  .university_popup > div {
    width: calc(100% - 10px);
    padding: 16px 20px;
  }
  .point-wrap > div > a.state {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
  }
  .point-wrap > div > a.state::after {
    display: none;
  }
  main nav ul li.search {
    display: block;
    order: 3;
  }
  main nav ul li.agency {
    order:3;
  }

  main nav ul li.community {
    order: 4;
  }

   main nav ul li.inquiry {
    order: 5;
  }

  main nav ul li.mypage {
    order: 5;
  }
  main nav ul li.mypage,
  #wrap.searchMod main nav ul li.country a {
    opacity: 0.3;
    filter: grayscale(1);
  }
  #wrap.searchMod main nav ul li.search a {
    filter: none;
    opacity: 1;
  }
  main nav ul li.logout {
    display: none;
  }

  #wrap.searchMod main nav > a:first-child {
    display: none;
  }
  #wrap.searchMod main nav {
    height: 0;
  }
}
@media (max-width: 500px) {
  main nav ul li a {
    font-size: 11px;
  }
  main nav ul li i {
    margin-bottom: 6px;
  }

  .point-wrap > div > p:hover {
    scale: 1;
    z-index: 0;
  }
}

.mo_br {
  display: none;
}

 main nav a.back_country,
main nav a.back_state{
  display: none;
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 10px;
 }
 main nav a.back_country::before,
 main nav a.back_state::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/back_bold.svg);
  margin-right: 14px;
 }
 /* main nav a.back_country{

 } */
@media (max-width: 768px) {
  .mo_br {
    display: block;
  }
  .uni_info main nav a.home,
  .state-universirty main nav a.home{
    display: none;
  }
  .uni_info main nav a.back_country{
    display: block;
  }
  .state-universirty main nav a.back_state{
   display: block;
  }
}

.duration-btn {
  display: inline-block;
  padding: 5px 9px;
  font-size: 12px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


/* 푸터 */
.fw_light {font-weight:300;}
footer{
  background-color: #2C2C2C;
  font-family: 'NanumSquareNeo',sans-serif;
}
footer .footer_inner{
  width: calc(100% - 168px);
  margin: 0 auto;
  padding:15px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_inner * {font-weight:700;}

.footer_l .f-logo {
  font-size:14px;
  font-weight: 800;
  display: flex;
  align-items: self-end;
  margin-bottom: 9px;
}
.footer_l .f-logo img{
  width:100px /*80px*/;
  margin-right:2px;
}
.footer_l .f-logo span {display:inline-block; margin-bottom:4px;}
.footer_l > span{
  font-size:12px;
  color: #BFBFBF;
}
.footer_c * {font-size:12px;}
.footer_c li {margin:3px 0;}
.footer_r {font-size:12px; text-align:right;}
.footer_r > ul{display: flex; margin-top:2px;}
.footer_r > ul > li{
  margin-right: 49px;
  font-size:12px; font-weight:400;
}
.index_footer .footer_r > ul > li{font-weight:300;}
.footer_r > ul > li:last-child{
  margin-right: 0;
}
.footer_r > ul > li > span:first-child{ color: #696969;}
.footer_r > ul > li > span:first-child::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #696969;
  margin: auto 8px auto 11px;
}
.footer_r > ul > li > span:last-child,.footer_r > ul > li > span:last-child a{
	display:inline-block;
  color: #BFBFBF;
}
.footer_r > ul > li > span:last-child a{
  text-decoration: underline;
}
.footer_r .f-rights{
  font-size:12px;
  color: #606060;
  text-align: right; 
}

footer .inline {display:flex; flex-flow:row wrap;}
footer .inline a {margin-right:5px;}

@media (max-width:1500px){
  footer.country_footer{
   padding-left: 83px;
  }
  footer .footer_inner{
    width: 92%;
  }
}
@media (max-width:1200px){

  
}
@media (max-width:768px){
  footer {
    padding-bottom: 100px;
  }
  footer.index_footer {
    padding-bottom: 0;
  }
  footer.country_footer{
   padding-left: 0;
  }

  .footer_r > ul > li {margin-right:20px;}
  .footer_r > ul > li > span:first-child::after {margin: auto 3px;}

}

#gnb #gnb_1dul {height:auto;}
#gnb .gnb_1dli {display:flex; flex-flow:row wrap; align-items:center;  line-height:1;}
.gnb_1dli a {padding:30px 0; color:#000; }
.gnb_1dli a:not(:last-child):after{content:""; display:inline-block; width:1px; height:13px; margin:0 10px; margin-top:-1px; background:#9d9d92; vertical-align: middle;}

@media (max-width: 1199px) {
	#gnb {display: flex; margin-left:0;}
}

@media (max-width: 576px) {
	#logo a, #logo a img {width:110px!important;}
	.gnb_1dli a:not(:last-child):after {margin: 0 8px;}
	
	main nav ul li {width:20%;}
	main nav ul li a {width:100%;}
	footer .footer_inner{
    flex-direction: column;
    align-items: center;
  }
	.country_footer {padding-bottom:100px;}
	.footer_l .f-logo{justify-content:center; margin-bottom:16px;}
	.footer_l .f-logo img {width:80px;}
  .footer_r{margin-top: 14px; text-align:center; }
  .footer_r > ul {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
  .footer_r > ul > li:last-child{
    margin-bottom: 0;
  }
	.footer_r .f-rights{text-align:center;}
	
	
}
