@charset "UTF-8";
@font-face {
  font-family: Pretendard;
  font-weight: 300;
  src: url(/font/Pretendard-Light.eot);
  src: local("※"), url(/font/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: Pretendard;
  font-weight: 400;
  src: url(/font/Pretendard-Regular.eot);
  src: local("※"), url(/font/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: Pretendard;
  font-weight: 500;
  src: url(/font/Pretendard-Medium.eot);
  src: local("※"), url(/font/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: Pretendard;
  font-weight: 600;
  src: url(/font/Pretendard-SemiBold.eot);
  src: local("※"), url(/font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: Pretendard;
  font-weight: 700;
  src: url(/font/Pretendard-Bold.eot);
  src: local("※"), url(/font/Pretendard-Bold.woff) format("woff");
}
#accessibility {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 130;
}
#accessibility li {
  float: left;
}
#accessibility a {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -50px;
  overflow: hidden;
  text-align: center;
}
#accessibility a:focus, #accessibility a:active {
  position: absolute;
  top: 0;
  width: 200px;
  height: auto;
  padding: 5px;
  background-color: #fff;
  border: solid 1px #0079c6;
  color: #0079c6;
  z-index: 2;
}

.icon {
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.tag-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
html[lang^=en] .tag-wrap li {
  max-width: 100%;
}
.tag-wrap a {
  white-space: nowrap;
  display: block;
}
html[lang^=en] .tag-wrap a {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 16px;
  }
}

#searchbar .input-group {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 40px);
  height: 80px;
  padding: 0 20px 0 23px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 19px;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#searchbar .input-group input[type=text] {
  height: 100%;
  width: 100%;
  color: #777;
  font-size: 18px;
  padding-right: 50px;
  padding-left: 0;
  font-weight: 600;
  border-radius: 0;
  border: none;
}
#searchbar .input-group .icon-search {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath stroke='%230078FE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M18.333 31.667c7.364 0 13.334-5.97 13.334-13.334C31.667 10.97 25.697 5 18.333 5 10.97 5 5 10.97 5 18.333c0 7.364 5.97 13.334 13.333 13.334ZM35 35l-7.25-7.25'/%3E%3C/svg%3E");
}
#searchbar .input-group .icon-filter {
  position: absolute;
  right: 80px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%230078FE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-sliders'%3E%3Cpath d='M4 21v-7M4 10V3M12 21v-9M12 8V3M20 21v-5M20 12V3M1 14h6M9 8h6M17 16h6'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  #searchbar .input-group {
    height: 70px;
  }
  #searchbar .input-group > input {
    font-size: 16px;
    padding-right: 40px;
  }
  #searchbar .input-group .icon-filter {
    right: 70px;
  }
}

.search-detailed {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.search-detailed .recommended_sel1 {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: #fff url(/images/arrow_select3.png) no-repeat right 7px center;
}
.search-detailed .search-detailed-content {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fefefe;
  min-width: 320px;
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 20px;
  box-sizing: border-box;
  height: auto;
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-detailed .search-detailed-content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #153A87;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 1.2rem;
  text-align: left;
}
.search-detailed .search-detailed-content .body {
  position: relative;
}
.search-detailed .search-detailed-content .body .ser-result {
  position: relative;
  overflow: hidden;
  padding: 2% 2% 5%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  row-gap: 15px;
  flex-direction: column;
  overflow-y: auto;
  max-height: 400px;
}
.search-detailed .search-detailed-content .body .ser-result > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
}
.search-detailed .search-detailed-content .body .ser-result > li.input-wrap {
  justify-content: center;
}
.search-detailed .search-detailed-content .body .ser-result > li.input-wrap input:not(:first-child) {
  margin-left: 10px;
}
.search-detailed .search-detailed-content .body .ser-result > li.input-wrap div label {
  white-space: nowrap;
}
.search-detailed .search-detailed-content .body .ser-result > li em {
  display: block;
  width: 20%;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
.search-detailed .search-detailed-content .body .ser-result > li input[type=checkbox] {
  margin-right: 5px;
}
.search-detailed .search-detailed-content .body .ser-result > li > select {
  min-width: 100px;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 15px;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox dl {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox dl > dt {
  width: 20%;
  text-align: center;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox dl > dd {
  width: 70%;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox dl > dd > span {
  width: 10%;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox > button {
  position: static;
  border: 1px solid #ccc;
  padding: 6px 0;
  border-radius: 8px;
  width: 100%;
  max-width: 68px;
  margin-left: auto;
  box-sizing: border-box;
  display: block;
}
.search-detailed .search-detailed-content .body .ser-result > li.categorySelectBox > button:hover {
  background-color: #151a59;
  color: #fff;
  text-decoration: none;
}
.search-detailed .search-detailed-content .bottom {
  border-top: 1px solid #ccc;
  text-align: center;
  color: #000;
  overflow: hidden;
}
.search-detailed .search-detailed-content .bottom ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
}
.search-detailed .search-detailed-content .bottom ul li:hover {
  background: #151a59;
  color: #fff;
}
.search-detailed .search-detailed-content .bottom ul li > a {
  padding: 15px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-detailed .search-detailed-content .bottom ul li > a:hover {
  color: #fff;
}
.search-detailed .search-detailed-content .bottom ul li > a > i {
  margin-bottom: 0px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1.3rem;
}
.search-detailed .search-detailed-content .search-detailed-close {
  color: #fff;
  display: block;
}
.search-detailed .search-detailed-content .search-detailed-close:hover {
  cursor: pointer;
}
.search-detailed .search-detailed-content .search-detailed-close i {
  vertical-align: middle;
}

.not-contents {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -7px;
}
.not-contents i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%230078FE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0ZM12 9v4M12 17h.01'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.not-contents p {
  text-align: center;
  color: #0078FE;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
}

.sub-overflow {
  overflow: hidden;
}

.layer-toggleBtn.on + .layer-toggleBox {
  display: block;
}

.layer-default {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.layer-default .layer-default-content {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fefefe;
  max-width: 800px;
  width: calc(100% - 40px);
  box-sizing: border-box;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layer-default .layer-default-content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #151a59;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 1.2rem;
  text-align: left;
}
.layer-default .layer-default-content .body {
  position: relative;
  padding: 2% 2% 5%;
}
.layer-default .layer-default-content .body .ser-result {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  row-gap: 15px;
  flex-direction: column;
  overflow-y: auto;
  max-height: 400px;
}
.layer-default .layer-default-content .body .ser-result > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
}
.layer-default .layer-default-content .body .ser-result > li.input-wrap {
  justify-content: center;
}
.layer-default .layer-default-content .body .ser-result > li.input-wrap input:not(:first-child) {
  margin-left: 10px;
}
.layer-default .layer-default-content .body .ser-result > li em {
  display: block;
  width: 20%;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
.layer-default .layer-default-content .body .ser-result > li > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.layer-default .layer-default-content .body .ser-result > li > div label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.layer-default .layer-default-content .body .ser-result > li input[type=checkbox],
.layer-default .layer-default-content .body .ser-result > li input[type=radio] {
  margin: 0;
}
.layer-default .layer-default-content .body .ser-result > li > select {
  min-width: 100px;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 15px;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox dl {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox dl > dt {
  width: 20%;
  text-align: center;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox dl > dd {
  width: 70%;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox dl > dd > span {
  width: 10%;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox > button {
  position: static;
  border: 1px solid #ccc;
  padding: 6px 0;
  border-radius: 8px;
  width: 100%;
  max-width: 68px;
  margin-left: auto;
  box-sizing: border-box;
  display: block;
}
.layer-default .layer-default-content .body .ser-result > li.categorySelectBox > button:hover {
  background-color: #151a59;
  color: #fff;
  text-decoration: none;
}
.layer-default .layer-default-content .body .layer-btnarea {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.layer-default .layer-default-content .body .layer-btnarea button {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 4px;
  padding: 5px 12px;
  background-color: #666;
}
.layer-default .layer-default-content .body .layer-btnarea button.btn-pitch {
  background-color: #0078FE;
}
.layer-default .layer-default-content .body .chart-box {
  margin-top: 0;
}
.layer-default .layer-default-content .body .table-cont:not(:first-child) {
  margin-top: 20px;
}
.layer-default .layer-default-content .body .table-cont em {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  display: block;
  margin-bottom: 8px;
}
.layer-default .layer-default-content .body .table-cont td {
  height: 40px;
  border-top: 1px solid #E6EBEF;
  vertical-align: middle;
  padding: 0 10px;
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
}
.layer-default .layer-default-content .body .table-cont td:first-child {
  background-color: #E6EBEF;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
}
.layer-default .layer-default-content .layer-default-close {
  color: #fff;
  font-size: 1.8rem;
}
.layer-default .layer-default-content .layer-default-close:hover {
  cursor: pointer;
}

.list-search-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
}
.list-search-bar form {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}
.list-search-bar select {
  min-width: 100px;
}
.list-search-bar input {
  width: 100%;
  max-width: 300px;
}
.list-search-bar button {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 4px;
  padding: 0 12px;
  height: 33px;
  background-color: #0078FE;
}

.search_filter .graphWrap {
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
}
.search_filter .graphYear {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
}
.search_filter .sliderYear {
  margin-bottom: 10px;
}
.search_filter .facetList {
  border: 0 none;
}
.search_filter .facetList > ul {
  border: 0 none;
}

.Nwagon_area .foreground .circles,
ul.accessibility {
  display: none;
}

.bookRoute .search-detailed-content {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-top: 0;
}
.bookRoute .search-detailed-content .body {
  max-height: calc(80vh - 60px);
  overflow: auto;
}
.bookRoute .bookRoute-cont {
  padding: 27px 30px;
}
.bookRoute .bookRoute-cont .bookRoute-summary {
  margin-bottom: 27px;
  border-radius: 18px;
  background: #E4F3FF;
  padding: 20px 30px;
}
.bookRoute .bookRoute-cont .bookRoute-summary p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.bookRoute .bookRoute-cont .bookRoute-summary span {
  color: #153A87;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}
.bookRoute .bookRoute-cont .dropDown {
  position: relative;
  width: 100%;
  max-width: 242px;
  margin-left: auto;
  margin-bottom: 30px;
}
.bookRoute .bookRoute-cont .dropDown .dropDownBtn {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: 12px 32px 12px 17px;
  letter-spacing: -0.48px;
  box-sizing: border-box;
}
.bookRoute .bookRoute-cont .dropDown .dropDownBtn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%231E1E1E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bookRoute .bookRoute-cont .dropDown .dropDownBtn.on + .dropDownList {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: calc(100% + 5px);
}
.bookRoute .bookRoute-cont .dropDown .dropDownList {
  position: absolute;
  top: calc(100% - 5px);
  border-radius: 10px;
  border: 1px solid #4F4F4F;
  background-color: #fff;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.bookRoute .bookRoute-cont .dropDown .dropDownList a {
  display: block;
  padding: 6px 17px;
  font-size: 14px;
}
.bookRoute .bookRoute-cont .dropDown .dropDownList a:hover {
  background-color: #eeeeee;
}
.bookRoute .bookRoute-cont .bookRoute-searchbar {
  position: relative;
  padding: 5px 40px 5px 15px;
  border: 1px solid #D9DEE2;
  background: #FFF;
  border-radius: 6px;
}
.bookRoute .bookRoute-cont .bookRoute-searchbar input[type=text] {
  width: 100%;
  border: none;
  padding: 0;
  color: #5A5A5A;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%; /* 21px */
}
.bookRoute .bookRoute-cont .bookRoute-searchbar button {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 19a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM20.998 21l-4.35-4.35'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.bookRoute .bookRoute-cont .bookRoute-step > li {
  position: relative;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 10px 0;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div .btn-box {
  margin: auto 0 auto auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div .btn-box > a {
  border-radius: 6px;
  background: #000;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  padding: 10px 16px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div .btn-box > a.modify-btn {
  background-color: #0078FE;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div em {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
  display: block;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div em > span {
  border-radius: 6px;
  background: #159F1E;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.48px;
  padding: 6px 12px;
  display: inline-block;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div p {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div p::before {
  content: "";
  width: 4px;
  margin-top: 10px;
  height: 4px;
  border-radius: 50%;
  background-color: #737373;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div > .img-box {
  display: block;
  width: 30%;
  max-width: 120px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div > .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div div:nth-child(2) {
  flex: 1;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div .tag-wrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-top: 12px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div .tag-wrap a {
  border-radius: 4px;
  border: 2px solid #0078FE;
  color: #0078FE;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.48px;
  padding: 8px 16px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > div.bookRoute-area > div:not(.btn-box) {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.bookRoute .bookRoute-cont .bookRoute-step > li > span {
  border-radius: 6px;
  background: #0078FE;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  padding: 10px 16px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}
.bookRoute .bookRoute-cont .bookRoute-step > li .bookRoute-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li .bookRoute-search p {
  color: #2C2C2C;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
}
.bookRoute .bookRoute-cont .bookRoute-step > li .bookRoute-search .btn-box {
  margin: 0 auto;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step1 {
  padding-bottom: 30px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step1 > li:not(:first-child) {
  margin-top: 75px;
  padding-bottom: 40px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step1 > li {
  border-radius: 15px;
  border: 1px solid #0078FE;
  padding: 20px;
  position: relative;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step1 > li:not(:first-child)::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: -35px;
  left: 50%;
  display: block;
  width: 26px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='17' fill='none'%3E%3Cpath fill='%230078FE' d='M13 17 .01.5h25.98L13 17Z'/%3E%3C/svg%3E");
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step2 {
  margin-top: 30px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step2 > li {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step2 > li:not(:first-child) {
  margin-top: 30px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 {
  margin-top: 30px;
  padding-bottom: 30px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 > li:first-child {
  margin-bottom: 75px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 > li:first-child .add-btn {
  bottom: -60px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 > li:not(:first-child) {
  margin-top: 50px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 > li {
  border-radius: 15px;
  border: 1px solid #0078FE;
  padding: 20px;
}
.bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 > li .add-btn {
  position: absolute;
  transform: translateX(-50%);
  bottom: -38px;
  left: 50%;
  display: block;
  height: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 10px 0 30px;
  border-radius: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' fill='none'%3E%3Cpath stroke='%231E1E1E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.071 8.071H1.93M9 1v14.142'/%3E%3C/svg%3E");
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: #FBCE40;
  background-position: left 10px center;
}
.bookRoute .bookRoute-cont .bookRoute-btn {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.bookRoute .bookRoute-cont .bookRoute-btn a {
  border-radius: 6px;
  color: #000;
  border: 1px solid #DEE2E6;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  padding: 10px 16px;
}
.bookRoute .bookRoute-cont .bookRoute-btn a.save-btn {
  background-color: #183989;
  color: #fff;
  border: none;
  margin-left: auto;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .bookRoute .bookRoute-cont {
    padding: 20px;
  }
  .bookRoute .bookRoute-cont .bookRoute-summary {
    padding: 20px;
  }
  .bookRoute .bookRoute-cont .bookRoute-summary p {
    font-size: 16px;
  }
  .bookRoute .bookRoute-cont .bookRoute-summary > span {
    margin-top: 20px;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > div {
    flex-wrap: wrap;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > div .btn-box {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > div .btn-box > a {
    padding: 5px 20px;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > div .tag-wrap {
    gap: 8px;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > div .tag-wrap a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > div em {
    font-size: 20px;
  }
  .bookRoute .bookRoute-cont .bookRoute-step > li > span {
    padding: 6px 12px;
  }
  .bookRoute .bookRoute-cont .bookRoute-step.bookRoute-step3 > li {
    padding: 15px;
  }
}

.setting-popup {
  position: fixed;
  display: none;
  left: calc(50% - 20px);
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.setting-popup .setting-popup-title {
  background: #0078FE;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting-popup .setting-popup-title strong {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.setting-popup .setting-popup-title button {
  color: #fff;
  font-size: 24px;
}
.setting-popup .setting-popup-title button:hover {
  text-decoration: none;
}
.setting-popup div.setting-popup-cont {
  padding-bottom: 50px;
}
.setting-popup div.setting-popup-cont em {
  font-size: 18px;
}
.setting-popup div.setting-popup-cont p {
  font-size: 16px;
}
.setting-popup .setting-popup-cont {
  padding: 24px 18px 75px;
  max-height: 370px;
  overflow-y: auto;
}
.setting-popup .setting-popup-cont li {
  padding-left: 20px;
  position: relative;
}
.setting-popup .setting-popup-cont li:first-child {
  margin-bottom: 50px;
}
.setting-popup .setting-popup-cont li:first-child::before {
  content: "①";
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
.setting-popup .setting-popup-cont li:last-child::before {
  content: "②";
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
.setting-popup .setting-popup-cont p {
  color: #444;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}
.setting-popup .setting-popup-cont em {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.setting-popup .setting-popup-cont div {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.setting-popup .setting-popup-cont label {
  display: inline-flex;
  gap: 10px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
}
.setting-popup .setting-popup-foot {
  background: #EEE;
  min-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 38px;
}
.setting-popup .setting-popup-foot label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 15px;
  font-weight: 700;
}
.setting-popup .setting-popup-foot button {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 700;
}
.setting-popup .setting-popup-foot button:hover {
  text-decoration: none;
}

.search-container {
  width: 100%;
}
.search-container .suggestion-container {
  position: absolute;
  width: 100%;
  background: white;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 10;
  left: 0;
  top: calc(100% - 15px);
}
.search-container .suggestion-container.show {
  max-height: 300px;
  overflow-y: scroll;
}
@supports selector(::-webkit-scrollbar) {
  .search-container .suggestion-container.show {
    scrollbar-width: thin; /* Firefox */
    /* Webkit */
  }
  .search-container .suggestion-container.show::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
  }
  .search-container .suggestion-container.show::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .search-container .suggestion-container.show::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .search-container .suggestion-container.show::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.search-container .suggestion-container.show.ver2 {
  top: calc(100% - 22px);
  left: -2px;
  width: calc(100% + 4px);
  border: 2px solid #1E284D;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.search-container .suggestion-item {
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: background 0.2s;
}
.search-container .suggestion-item:hover {
  background-color: #f5f5f7;
}
.search-container .suggestion-item .search-term {
  font-weight: bold;
  color: #333;
}
.search-container .suggestion-item .suggestion-icon {
  margin-right: 12px;
  color: #888;
  font-size: 14px;
}
.search-container .suggestion-item .suggestion-icon svg {
  vertical-align: middle;
}
.search-container .suggestion-item .xi-close {
  margin-left: auto;
  display: block;
}
.search-container .suggestion-item .suggestion-icon, .search-container .suggestion-item:last-child {
  border-radius: 0 0 12px 12px;
}
.search-container .suggestion-item .highlight {
  color: #0078FE;
  font-weight: bold;
}
.search-container .no-results {
  padding: 15px 20px;
  color: #888;
  text-align: center;
}
.search-container.search_wrap .suggestion-container {
  top: 100%;
  margin-top: 0;
}

.searchToggle {
  padding: 3px;
  position: fixed;
  top: 5px;
  left: 16px;
  right: 16px;
  max-width: 456px;
  margin: 0 auto;
  border-radius: 12px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 45px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #1E284D, #396E9C, #1E284D) border-box;
  background-size: 100% 100%, 200% 200%;
  animation: gradientShift 2.5s ease infinite, fade 0.4s ease-in-out;
  box-shadow: 0 0 16px 0 rgba(0, 120, 254, 0.3);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: all 0.2s ease-in;
}
.searchToggle.sticky {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.searchToggle:has(input:checked) input.normal {
  display: none;
}
.searchToggle:has(input:checked) input.ai {
  display: block;
}
.searchToggle input.ai {
  display: none;
}
.searchToggle input.normal {
  display: block;
}
.searchToggle .searchTextArea {
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.searchToggle .searchTextArea input {
  width: 100%;
  color: #222;
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: 400;
  border: none;
}
.searchToggle .searchTextArea input::-moz-placeholder {
  color: #9C9C9C;
}
.searchToggle .searchTextArea input::placeholder {
  color: #9C9C9C;
}
.searchToggle .labelCon {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}
.searchToggle .labelCon .switch {
  width: 30px;
  height: 20px;
}
.searchToggle .labelCon .switch_slider::before {
  width: 14px;
  height: 14px;
}
.searchToggle .labelCon .switchText {
  color: #1C252E;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.searchToggle .labelCon input:checked + .switch_slider {
  background: #0176FA;
}
.searchToggle .labelCon input:checked + .switch_slider::before {
  transform: translateX(10px);
}
.searchToggle .btnSearch {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(148deg, #569edd 11.51%, #396E9C 59.61%, #0D2F5C 107.71%);
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
}
.searchToggle .btnSearch svg {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1250px) {
  .searchToggle {
    top: 70px;
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(21, 58, 135, 0.5215686275);
    box-shadow: none;
    backdrop-filter: blur(3px);
  }
  .searchToggle:has(input:focus) {
    background: #FFF;
    box-shadow: 0 0 16px 0 rgba(0, 120, 254, 0.3);
    backdrop-filter: blur(0);
  }
  .searchToggle:has(input:focus) .searchTextArea input {
    color: #222;
  }
  .searchToggle:has(input:focus) .searchTextArea input::-moz-placeholder {
    color: #9C9C9C;
  }
  .searchToggle:has(input:focus) .searchTextArea input::placeholder {
    color: #9C9C9C;
  }
  .searchToggle:has(input:focus) .searchTextArea .btnSearch {
    opacity: 1;
  }
  .searchToggle:has(input:focus) .labelCon .switchText {
    color: #1C252E;
  }
  .searchToggle .searchTextArea input {
    background: transparent;
    font-size: 15px;
  }
  .searchToggle .searchTextArea input::-moz-placeholder {
    color: #fff;
  }
  .searchToggle .searchTextArea input::placeholder {
    color: #fff;
  }
  .searchToggle .searchTextArea .btnSearch {
    width: 35px;
    height: 35px;
    border-radius: 9px;
    opacity: 0.7;
  }
  .searchToggle .labelCon .switchText {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .searchToggle .searchTextArea {
    padding-left: 5px;
    gap: 5px;
  }
  .searchToggle .searchTextArea input {
    padding-left: 14px;
  }
}

#nHeader {
  position: sticky;
  top: 0;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 60px;
  background: #ffffff;
  border-bottom: 1px solid #ECECEC;
  z-index: 99;
}
#nHeader h1 a {
  display: flex;
  align-items: center;
  gap: 10px;
}
#nHeader h1 a .ci {
  width: 120px;
}
#nHeader h1 a .ci img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#nHeader h1 a span {
  color: #0D2F5C;
  font-size: 16px;
  font-weight: 700;
}
#nHeader .utilMenu {
  display: flex;
  align-items: center;
  gap: 30px;
}
#nHeader .utilMenu .likeSNUIntro {
  color: #396E9C;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
#nHeader .utilMenu .utiMenuBtn {
  display: flex;
  align-items: center;
  gap: 20px;
}
#nHeader .utilMenu .utiMenuBtn a {
  display: block;
  color: #1E284D;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
#nHeader .utilMenu .utiMenuBtn .icon-allmenu {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%231E284D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12h18M3 6h18M3 18h18'/%3E%3C/svg%3E") no-repeat center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#nHeader .utilMenu .utiMenuBtn .login_btn a {
  padding-left: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0C8.68678 0 7.38642 0.258658 6.17317 0.761205C4.95991 1.26375 3.85752 2.00035 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C3.85752 17.9997 4.95991 18.7362 6.17317 19.2388C7.38642 19.7413 8.68678 20 10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7362 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM5.07 16.28C5.5 15.38 8.12 14.5 10 14.5C11.88 14.5 14.5 15.38 14.93 16.28C13.57 17.36 11.86 18 10 18C8.14 18 6.43 17.36 5.07 16.28ZM16.36 14.83C14.93 13.09 11.46 12.5 10 12.5C8.54 12.5 5.07 13.09 3.64 14.83C2.62 13.5 2 11.82 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 11.82 17.38 13.5 16.36 14.83ZM10 4C8.06 4 6.5 5.56 6.5 7.5C6.5 9.44 8.06 11 10 11C11.94 11 13.5 9.44 13.5 7.5C13.5 5.56 11.94 4 10 4ZM10 9C9.60218 9 9.22064 8.84196 8.93934 8.56066C8.65804 8.27936 8.5 7.89782 8.5 7.5C8.5 7.10218 8.65804 6.72064 8.93934 6.43934C9.22064 6.15804 9.60218 6 10 6C10.3978 6 10.7794 6.15804 11.0607 6.43934C11.342 6.72064 11.5 7.10218 11.5 7.5C11.5 7.89782 11.342 8.27936 11.0607 8.56066C10.7794 8.84196 10.3978 9 10 9Z' fill='%231E284D'/%3E%3C/svg%3E") no-repeat left center;
}
#nHeader .utilMenu .utiMenuBtn .info_btn a {
  padding-left: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9 7H11V5H9V7ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM10 0C8.68678 0 7.38642 0.258658 6.17317 0.761205C4.95991 1.26375 3.85752 2.00035 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C3.85752 17.9997 4.95991 18.7362 6.17317 19.2388C7.38642 19.7413 8.68678 20 10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7362 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM9 15H11V9H9V15Z' fill='%231E284D'/%3E%3C/svg%3E") no-repeat left center;
}
#nHeader .utilMenu .utiMenuBtn .contact_btn a {
  padding-left: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M16 16V2H2V16H16ZM16 0C16.5304 0 17.0391 0.210714 17.4142 0.585786C17.7893 0.960859 18 1.46957 18 2V16C18 17.11 17.1 18 16 18H2C1.46957 18 0.960859 17.7893 0.585786 17.4142C0.210714 17.0391 0 16.5304 0 16V2C0 1.46957 0.210714 0.960859 0.585786 0.585786C0.960859 0.210714 1.46957 0 2 0H16ZM13.7 6.35L12.7 7.35L10.65 5.3L11.65 4.3C11.86 4.08 12.21 4.08 12.42 4.3L13.7 5.58C13.92 5.79 13.92 6.14 13.7 6.35ZM4 11.94L10.06 5.88L12.12 7.94L6.06 14H4V11.94Z' fill='%231E284D'/%3E%3C/svg%3E") no-repeat left center;
}
#nHeader .utilMenu .my-page-info {
  position: relative;
}
#nHeader .utilMenu .my-page-info button {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 700;
}
#nHeader .utilMenu .my-page-info button.on + .mypage-summary {
  top: 33px;
}
#nHeader .utilMenu .my-page-info .mypage-summary {
  padding: 20px 0;
  top: 0;
  left: 50%;
  width: 216px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}
#nHeader .utilMenu .my-page-info .mypage-summary strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px;
}
#nHeader .utilMenu .my-page-info .mypage-summary .member_txt {
  position: relative;
  padding: 12px 20px 15px 45px;
  display: block;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
}
#nHeader .utilMenu .my-page-info .mypage-summary .member_txt::before {
  content: "\ea2a";
  font-family: xeicon !important;
  font-size: 22px;
  color: #000;
  position: absolute;
  left: 15px;
  top: 12px;
  border-radius: 50%;
}
#nHeader .utilMenu .my-page-info .mypage-summary ul {
  padding: 10px 15px 20px 15px;
  background: #1E284D;
}
#nHeader .utilMenu .my-page-info .mypage-summary ul a {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  color: #cdd1e0;
  font-size: 14px;
  font-weight: 400;
}
#nHeader .utilMenu .my-page-info .mypage-summary ul a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 8px;
}
#nHeader .utilMenu .my-page-info .mypage-summary .member_txt2 {
  position: relative;
  padding: 0px 0px 10px 30px;
  display: block;
  color: #fff;
  font-size: 15px;
}
#nHeader .utilMenu .my-page-info .mypage-summary .member_txt2::before {
  content: "\e9a6";
  font-family: xeicon !important;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
}
#nHeader .utilMenu .my-page-info .mypage-summary .login_txt3 {
  padding: 5px 20px;
  display: block;
  color: #383838;
  font-size: 15px;
  font-weight: 500;
}
#nHeader .utilMenu .my-page-info .mypage-summary .login_txt3:nth-of-type(1) {
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  #nHeader {
    padding: 0 20px;
  }
}
@media screen and (max-width: 870px) {
  #nHeader h1 a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #nHeader {
    height: 65px;
  }
  #nHeader h1 a .ci {
    width: 100px;
  }
  #nHeader .utilMenu {
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
  }
  #nHeader .utilMenu .likeSNUIntro {
    font-size: 14px;
  }
  #nHeader .utilMenu .utiMenuBtn {
    justify-content: flex-end;
    gap: 0 7px;
    flex-wrap: wrap;
  }
  #nHeader .utilMenu .utiMenuBtn a {
    font-size: 14px;
  }
  #nHeader .utilMenu .my-page-info button {
    font-size: 14px;
  }
}

#nFooter .footerTop {
  padding: 30px 0;
  background: #F1F3F8;
}
#nFooter .footerTop .top {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 40px;
}
#nFooter .footerTop .top .socialMenu {
  display: flex;
  gap: 15px;
}
#nFooter .footerTop .bottom {
  display: flex;
  gap: 32px;
}
#nFooter .footerTop .bottom .ci {
  width: 69px;
  height: 69px;
}
#nFooter .footerTop .bottom .ci img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#nFooter .footerTop .bottom .addressCon h3 {
  color: #333;
  font-size: clamp(17px, 2vw, 18px);
  font-weight: 700;
  line-height: 139%;
}
#nFooter .footerTop .bottom .addressCon span {
  display: block;
  color: #333;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 400;
  line-height: 166%;
}
#nFooter .footerTop .bottom .addressCon span:last-child {
  margin-top: 3px;
}
#nFooter .footerBottom {
  padding: 40px 0;
  background: #1E284D;
}
#nFooter .footerBottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
#nFooter .footerBottom p {
  color: #B7B7B7;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
}
#nFooter .footerMenuList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
#nFooter .footerMenuList li {
  position: relative;
  padding-left: 10px;
}
#nFooter .footerMenuList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 50%;
}
#nFooter .footerMenuList li a {
  color: rgba(255, 255, 255, 0.51);
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 767px) {
  #nFooter .footerTop {
    padding: 24px 0;
  }
  #nFooter .footerTop .top {
    margin-bottom: 20px;
  }
  #nFooter .footerBottom {
    padding: 24px 0;
  }
  #nFooter .footerMenuList {
    gap: 0 20px;
  }
  #nFooter .footerMenuList li a {
    font-size: 14px;
  }
  #nFooter .footerCi {
    display: inline-block;
    width: 130px;
  }
}

#nSubMenu {
  padding: 15px 27px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  border-radius: 12px;
  background: #1E284D;
  transform: translateX(-50%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-in-out;
  z-index: 99;
}
#nSubMenu.hide {
  transform: translateX(-50%) translateY(100px);
  opacity: 0;
  visibility: hidden;
}
#nSubMenu .menuW {
  display: flex;
  align-items: center;
  gap: 45px;
}
#nSubMenu .menuW ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
#nSubMenu .menuW ul a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}
#nSubMenu .menuW ul a:hover {
  transform: translateY(-3px);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
#nSubMenu .menuW .openWholeMenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #nSubMenu {
    padding: 12px 27px;
    bottom: 20px;
  }
  #nSubMenu .menuW {
    gap: 20px;
  }
  #nSubMenu .menuW ul {
    gap: 15px;
  }
  #nSubMenu .menuW ul a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #nSubMenu {
    padding: 7px;
    left: auto;
    border-radius: 50%;
    right: 11px;
    bottom: 15px;
    transform: translateX(0);
  }
  #nSubMenu .menuW ul {
    display: none;
  }
}

body.open-whole {
  overflow: hidden;
}

body.open-whole::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 101;
}

.nWholeMenu {
  margin: 0 auto;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 20px;
  right: 20px;
  max-width: 1068px;
  background: #dbdbdb;
  border-radius: 20px;
  transform: translate(0, -40%);
  box-sizing: border-box;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.nWholeMenu.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
.nWholeMenu .nWholeHead {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.nWholeMenu .nWholeHead h3 {
  color: #1C252E;
  font-family: "Public Sans";
  font-size: 18px;
  font-weight: 600;
}
.nWholeMenu .firstMenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 16px;
}
.nWholeMenu .firstMenu > li {
  padding: 26px 29px;
  border-radius: 16px;
  background: #F5F5F5;
  transition: all 0.15s ease-in-out;
}
.nWholeMenu .firstMenu > li:hover {
  background: #396E9C;
}
.nWholeMenu .firstMenu > li:hover > a {
  color: #fff;
}
.nWholeMenu .firstMenu > li:hover > a + .secondMenu > li > a {
  color: #fff;
}
.nWholeMenu .firstMenu > li:hover > a + .secondMenu > li > a.link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.33333 2V3.33333H11.7267L5.17333 9.88667L6.11333 10.8267L12.6667 4.27333V6.66667H14V2H9.33333ZM12.6667 12.6667H3.33333V3.33333H8V2H3.33333C2.59333 2 2 2.6 2 3.33333V12.6667C2 13.0203 2.14048 13.3594 2.39052 13.6095C2.64057 13.8595 2.97971 14 3.33333 14H12.6667C13.0203 14 13.3594 13.8595 13.6095 13.6095C13.8595 13.3594 14 13.0203 14 12.6667V8H12.6667V12.6667Z' fill='%23fff'/%3E%3C/svg%3E");
}
.nWholeMenu .firstMenu > li > a {
  margin-bottom: 22px;
  display: inline-block;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.15s ease-in-out;
}
.nWholeMenu .secondMenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nWholeMenu .secondMenu > li > a {
  display: inline-block;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  transition: all 0.15s ease-in-out;
}
.nWholeMenu .secondMenu > li > a.link {
  padding-right: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.33333 2V3.33333H11.7267L5.17333 9.88667L6.11333 10.8267L12.6667 4.27333V6.66667H14V2H9.33333ZM12.6667 12.6667H3.33333V3.33333H8V2H3.33333C2.59333 2 2 2.6 2 3.33333V12.6667C2 13.0203 2.14048 13.3594 2.39052 13.6095C2.64057 13.8595 2.97971 14 3.33333 14H12.6667C13.0203 14 13.3594 13.8595 13.6095 13.6095C13.8595 13.3594 14 13.0203 14 12.6667V8H12.6667V12.6667Z' fill='%23ABABAB'/%3E%3C/svg%3E") no-repeat right center;
}
.nWholeMenu .secondMenu > li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .nWholeMenu .nWholeHead {
    margin-bottom: 15px;
  }
  .nWholeMenu .firstMenu {
    gap: 16px;
  }
  .nWholeMenu .firstMenu > li {
    padding: 20px 16px;
  }
  .nWholeMenu .firstMenu > li > a {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .nWholeMenu .secondMenu {
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .nWholeMenu {
    left: 16px;
    right: 16px;
    padding: 15px;
  }
  .nWholeMenu .nWholeHead h3 {
    font-size: 16px;
  }
  .nWholeMenu .firstMenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
  }
  .nWholeMenu .firstMenu > li {
    padding: 15px 12px;
  }
  .nWholeMenu .firstMenu > li > a {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .nWholeMenu .secondMenu > li > a {
    font-size: 14px;
  }
}/*# sourceMappingURL=layout_n.css.map */