@charset "utf-8";

/* subLayout  */

.subContainer {
  min-height: 550px;
  margin: 40px auto 50px;
}

#container {
  padding-top: 130px;
}

.guide.inner {
  /* max-width: 1160px;
  min-width: 1160px; */
}
.guide .search {
  max-width: 435px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.guide .search form {
  flex: 1;
}
.guide .search label {
  width: 100%;
  height: 54px;
  padding: 3px;
  box-sizing: border-box;
}
.guide .search .searchTxt[type=text] {
  padding: 0 45px 0 17px;
  font-size: 16px;
  font-weight: 500;
}
.guide .search .searchDetail .searchDetailBtn {
  position: static;
  background-color: #e8e8e8;
  color: #232323;
  font-weight: 500;
}
.guide .search .searchDetail .searchDetailBtn:hover {
  background-color: #ff7518;
  color: #fff;
}
.guide .search .searchbar .searchBtn {
  width: 22px;
  height: 22px;
  top: 16px;
  right: 20px;
}
.guide .subTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
}
.guide .subTitle .divLocation h2 {
  font-family: "GmarketSans";
  font-size: 26px;
  font-weight: 500;
  color: #303030;
  line-height: 1;
}
.guide .subTitle .divLocation ul {
  margin-top: 10px;
  display: flex;
}
.guide .subTitle .divLocation ul li {
  font-size: 14px;
  font-weight: 500;
  color: #7a7878;
  line-height: 1;
}
.guide .subTitle .divLocation ul li:first-child a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16'%3E%3Cpath fill='%23525252' fill-rule='evenodd' d='M17.77 8.782a.72.72 0 0 1-.998 0l-.768-.744v6.974a1 1 0 0 1-1 1H3.996a2 2 0 0 1-2-2V7.998l-.81.784a.72.72 0 0 1-.998 0 .667.667 0 0 1 0-.966l1.808-1.752v-.552h.57L8.071.18A.678.678 0 0 1 8.29.039c.052-.022.107-.028.162-.037.025-.004.047-.013.072-.014a.706.706 0 0 1 .455.134.714.714 0 0 1 .908.058l5.505 5.332h.612v.593l1.766 1.711a.667.667 0 0 1 0 .966Zm-3.322-2.251L8.979 1.234 6.16 3.965 3.552 6.491v6.021a2 2 0 0 0 2 2h7.896c-.348 0 1-.448 1-1V6.531Z'/%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 25px;
  display: block;
}
.guide .subTitle .divLocation ul li:not(:first-child) {
  padding-left: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12'%3E%3Cpath fill='%237a7878' fill-rule='evenodd' d='M6.213 6.222 5.082 7.504 1.124 11.99l-1.13-1.282 3.957-4.486-3.957-4.485L1.124.455l3.958 4.486 1.131 1.281Z'/%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 6px 11px;
}
.guide .guideInner {
  
}

.subContainer .lectureViewWrap:before, .subContainer .lectureViewWrap:after {
  display: block;
  content: "";
  line-height: 0;
}

.subContainer .lectureViewWrap:after {
  clear: both;
}