@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");
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
#visual {
  padding-bottom: 60px;
  position: relative;
  height: calc(100vh - 83px);
}
#visual .inner {
  max-width: 1016px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#visual .searchTitle {
  margin-bottom: 130px;
  text-align: center;
}
#visual .searchTitle h2 {
  margin-bottom: 3px;
  color: #1E284D;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
#visual .searchTitle h2 span {
  color: #396E9C;
  font-weight: inherit;
}
#visual .searchTitle h3 {
  color: rgba(30, 40, 77, 0.63);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.38px;
}
#visual .searchTabList {
  margin: 0 auto;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #ECEFF2;
}
#visual .searchTabList li.on a {
  border-color: #396E9C;
  background: #fff;
  color: #396E9C;
  font-weight: 600;
  font-size: 20px;
}
#visual .searchTabList li.on a.ai {
  padding: 7px 40px 7px 20px;
}
#visual .searchTabList li.on a svg path {
  fill: #396E9C;
}
#visual .searchTabList li a {
  padding: 7px 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  border: 2px solid transparent;
  color: #606C85;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}
#visual .searchTabList li a.ai:hover svg {
  transform: scale(1.1) rotate(6deg);
  filter: drop-shadow(0 2px 6px rgba(57, 110, 156, 0.35));
}
#visual .searchTabList li a svg {
  transition: transform 0.15s ease-in-out;
}
#visual .searchListW {
  position: relative;
  margin: 20px 0;
}
#visual .searchListW .list {
  display: none;
}
#visual .searchListW .list.on {
  display: block;
}
#visual .searchListW #search-panel2 textarea {
  padding-right: 40px;
}
#visual .searchListW .searchCon {
  position: relative;
  max-width: 1016px;
  margin: 0 auto;
  padding: 15px 17px 15px 17px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  border-radius: 20px;
  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.12s ease-in-out;
  box-shadow: 0 0 16px 0 rgba(0, 120, 254, 0.3);
  box-sizing: border-box;
}
#visual .searchListW .searchCon.sticky {
  padding: 3px;
  position: fixed;
  top: 5px;
  left: 16px;
  right: 16px;
  max-width: 456px;
  margin: 0 auto;
  border-radius: 12px;
  z-index: 100;
}
#visual .searchListW .searchCon.sticky .searchTextArea textarea {
  font-size: clamp(13px, 2.5vw, 16px);
}
#visual .searchListW .searchCon.sticky .searchTextArea .btnSearch {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
#visual .searchListW .searchCon.sticky .searchTextArea .btnSearch svg {
  width: 25px;
  height: 25px;
}
#visual .searchListW .searchCon.sticky .searchHelp {
  display: none;
}
#visual .searchListW .searchCon .searchTextArea {
  padding-left: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#visual .searchListW .searchCon .searchTextArea textarea {
  width: 100%;
  max-height: 102px;
  resize: none;
  border: none;
  color: #222;
  white-space: pre-wrap;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 400;
}
#visual .searchListW .searchCon .searchTextArea textarea::-moz-placeholder {
  color: #9C9C9C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#visual .searchListW .searchCon .searchTextArea textarea::placeholder {
  color: #9C9C9C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#visual .searchListW .searchCon .searchTextArea textarea::-webkit-scrollbar {
  width: 6px;
}
#visual .searchListW .searchCon .searchTextArea textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#visual .searchListW .searchCon .searchTextArea .btnSearch {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border-radius: 12px;
  background: linear-gradient(148deg, #569edd 11.51%, #396E9C 59.61%, #0D2F5C 107.71%);
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
}
#visual .searchListW .searchCon .searchTextArea .filterBtn {
  position: absolute;
  right: 90px;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23396E9C' 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") no-repeat center/cover;
}
#visual .searchListW .searchCon .searchHelp {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#visual .searchListW .searchCon .searchHelp button {
  padding: 4px 12px;
  display: flex;
  align-items: flex-end;
  gap: 1px;
  color: #454F5B;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border-radius: 16px;
  background: #fff;
}
#visual .searchListW .searchCon .searchHelp .dropDownList {
  padding: 15px 17px;
  left: 50%;
  top: calc(100% - 45px);
  width: calc(100% + 38px);
  border-radius: 0 0 20px 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #1E284D, #396E9C, #1E284D) border-box;
  border: 2px solid transparent;
  border-top: none;
  box-shadow: 0 0 16px 0 rgba(0, 120, 254, 0.3);
  box-sizing: border-box;
  transform: translateX(-50%);
  z-index: 10;
}
#visual .searchListW .searchCon .searchHelp .dropDownList::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fff;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideHead {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideHead .title {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideHead .title .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0D2F5C;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideHead .title .subTit {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideHead .title .subTit strong {
  font-weight: 600;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .dropDownClose {
  color: #0F0F70;
  font-size: 17px;
  font-weight: 600;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li {
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #C6E7F6;
  background: rgba(198, 231, 246, 0.2);
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li.yellow {
  border-color: #FCE6C3;
  background: rgba(252, 230, 195, 0.2);
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li.yellow svg path {
  stroke: #FFB800;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li svg {
  width: 20px;
  height: 20px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li svg path {
  stroke: #0078FE;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li .gText p {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
#visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li .gText span {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
#visual .snuCharacter {
  position: absolute;
  bottom: calc(100% - 55px);
  left: 30px;
  z-index: -1;
}
#visual .snuCharacter .imgCon {
  position: relative;
  height: 210px;
  z-index: 0;
  isolation: isolate;
}
#visual .snuCharacter .imgCon img {
  position: relative;
  display: block;
  height: 100%;
}
#visual .snuCharacter .imgCon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, transparent 100%);
}
#visual .snuCharacter .qImg {
  position: absolute;
  top: -30px;
  left: 0;
}
#visual .snuCharacter p {
  padding: 10px 25px;
  position: absolute;
  left: calc(100% - 40px);
  top: -12px;
  white-space: nowrap;
  background: #E0F6FA;
  border-radius: 13px;
  color: #1C252E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
#visual .snuCharacter p span {
  color: #396E9C;
  font-weight: inherit;
}
#visual .snuCharacter p::before {
  content: "이런 질문도 할 수 있어요";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  color: #7A7A7A;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.26px;
}
#visual .message {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 10px;
}
#visual .message p {
  text-align: center;
  color: #727272;
  font-size: 15px;
  font-weight: 400;
}
#visual .message a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #396E9C;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 800;
  letter-spacing: -0.4px;
}
#visual .message a svg {
  transition: transform 0.15s ease-in-out;
}
#visual .message a:hover svg {
  transform: translateX(3px);
}
#visual .quickMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}
#visual .quickMenu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  transition: transform 0.2s ease-in-out;
}
#visual .quickMenu a:hover .imgCon .wholeIcon div:nth-child(2) {
  width: 100%;
}
#visual .quickMenu a:hover {
  transform: translateY(-5px);
}
#visual .quickMenu a:hover .imgCon {
  background: #1E284D;
}
#visual .quickMenu a:hover .imgCon svg path {
  fill: #fff;
}
#visual .quickMenu a.nWholeMenuBtn .imgCon {
  background: transparent;
}
#visual .quickMenu a .imgCon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #F3F4F7;
  border-radius: 30px;
  transition: 0.2s ease-in-out;
}
#visual .quickMenu a .imgCon .wholeIcon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 41px;
  height: 24px;
}
#visual .quickMenu a .imgCon .wholeIcon div {
  width: 100%;
  height: 2px;
  background: #0F0F70;
  transition: width 0.15s ease-in-out;
}
#visual .quickMenu a .imgCon .wholeIcon div:nth-child(2) {
  width: 27px;
}
#visual .quickMenu a span {
  color: #1E284D;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
}
#visual .scMessage {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
}
#visual .scMessage p {
  color: #637381;
  font-size: 14px;
  font-weight: 400;
}
#visual .scMessage .chevrons {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#visual .scMessage .chevrons .chevrondown {
  margin-top: -4px;
  position: relative;
  border: solid #637381;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#visual .scMessage .chevrons .chevrondown:nth-child(odd) {
  animation: pulse 900ms ease infinite alternate;
}
#visual .scMessage .chevrons .chevrondown:nth-child(even) {
  animation: pulse 900ms ease 250ms infinite alternate;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@media screen and (max-height: 890px) {
  #visual {
    padding-top: 70px;
    height: auto;
  }
  #visual .scMessage {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #visual .searchListW .searchCon.sticky {
    top: 70px;
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(21, 58, 135, 0.5215686275);
    box-shadow: none;
    backdrop-filter: blur(3px);
  }
  #visual .searchListW .searchCon.sticky:has(textarea:focus) {
    background: #FFF;
    box-shadow: 0 0 16px 0 rgba(0, 120, 254, 0.3);
    backdrop-filter: blur(0);
  }
  #visual .searchListW .searchCon.sticky:has(textarea:focus) .searchTextArea textarea {
    color: #222;
  }
  #visual .searchListW .searchCon.sticky:has(textarea:focus) .searchTextArea textarea::-moz-placeholder {
    color: #9C9C9C;
  }
  #visual .searchListW .searchCon.sticky:has(textarea:focus) .searchTextArea textarea::placeholder {
    color: #9C9C9C;
  }
  #visual .searchListW .searchCon.sticky:has(textarea:focus) .searchTextArea .btnSearch {
    opacity: 1;
  }
  #visual .searchListW .searchCon.sticky .searchTextArea textarea {
    background: transparent;
    font-size: 15px;
  }
  #visual .searchListW .searchCon.sticky .searchTextArea textarea::-moz-placeholder {
    color: #fff;
  }
  #visual .searchListW .searchCon.sticky .searchTextArea textarea::placeholder {
    color: #fff;
  }
  #visual .searchListW .searchCon.sticky .searchTextArea .btnSearch {
    width: 35px;
    height: 35px;
    border-radius: 9px;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  #visual {
    padding-top: 70px;
    height: auto;
  }
  #visual .searchTitle {
    margin-bottom: 90px;
  }
  #visual .searchTitle h2 {
    font-size: 36px;
  }
  #visual .searchTitle h3 {
    font-size: 18px;
  }
  #visual .snuCharacter .imgCon {
    height: 170px;
  }
  #visual .snuCharacter .qImg {
    width: 40px;
    top: -19px;
  }
  #visual .snuCharacter p {
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 11px;
  }
  #visual .snuCharacter p::before {
    bottom: calc(100% + 1px);
  }
  #visual .searchTabList li.on a {
    font-size: 17px;
  }
  #visual .searchTabList li.on a.ai {
    padding: 8px 30px 8px 15px;
  }
  #visual .searchTabList li a {
    padding: 8px 15px;
  }
  #visual .searchListW {
    margin: 15px 0 23px;
  }
  #visual .searchListW .searchCon {
    padding: 10px;
    gap: 35px;
  }
  #visual .searchListW .searchCon .searchTextArea .btnSearch {
    width: 45px;
    height: 45px;
  }
  #visual .searchListW .searchCon .searchTextArea .btnSearch svg {
    width: 22px;
    height: 22px;
  }
  #visual .searchListW .searchCon .searchTextArea .filterBtn {
    right: 75px;
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList {
    width: calc(100% + 25px);
  }
  #visual .quickMenu a {
    gap: 6px;
  }
  #visual .quickMenu a .imgCon {
    width: 90px;
    height: 90px;
  }
  #visual .quickMenu a .imgCon svg {
    transform: scale(0.9);
  }
  #visual .message {
    margin-bottom: 45px;
  }
  #visual .scMessage {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #visual .snuCharacter {
    display: none;
  }
  #visual .searchTitle {
    margin-bottom: 40px;
  }
  #visual .searchTitle h2 {
    font-size: 25px;
  }
  #visual .searchTitle h3 {
    font-size: 15px;
  }
  #visual .searchTabList li.on a {
    font-size: 15px;
  }
  #visual .searchTabList li.on a.ai {
    padding: 6px 25px 6px 12px;
  }
  #visual .searchTabList li a {
    font-size: 15px;
    padding: 6px 12px;
  }
  #visual .searchListW #search-panel2 textarea {
    padding-right: 30px;
  }
  #visual .searchListW .searchCon {
    padding: 12px 14px;
    gap: 25px;
  }
  #visual .searchListW .searchCon .searchTextArea {
    padding-left: 0;
    gap: 15px;
  }
  #visual .searchListW .searchCon .searchTextArea .btnSearch {
    width: 40px;
    height: 40px;
  }
  #visual .searchListW .searchCon .searchTextArea .btnSearch svg {
    width: 20px;
    height: 20px;
  }
  #visual .searchListW .searchCon .searchTextArea .filterBtn {
    right: 65px;
    width: 25px;
    height: 25px;
  }
  #visual .searchListW .searchCon .searchHelp button {
    font-size: 13px;
  }
  #visual .searchListW .searchCon .searchHelp button svg {
    width: 17px;
    height: 17px;
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList {
    padding-top: 0;
    top: calc(100% - 25px);
    width: calc(100% + 32px);
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList .guideHead .title .tit {
    font-size: 16px;
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList .guideHead .title .subTit {
    font-size: 14px;
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList .guideLists {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li {
    gap: 6px;
  }
  #visual .searchListW .searchCon .searchHelp .dropDownList .guideLists li .gText p {
    font-size: 15px;
  }
  #visual .quickMenu a {
    gap: 2px;
  }
  #visual .quickMenu a .imgCon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }
  #visual .quickMenu a .imgCon svg {
    transform: scale(0.8);
  }
  #visual .quickMenu a span {
    font-size: 15px;
  }
  #visual .message {
    margin-bottom: 40px;
  }
}

#recommend {
  padding: 40px 0 70px;
  overflow: hidden;
}
#recommend .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#recommend .recTabList {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
#recommend .recTabList li {
  flex: 1;
}
#recommend .recTabList li.on a {
  background: #1E284D;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
#recommend .recTabList li:not(.on):hover a {
  background: #1E284D;
  color: #fff;
}
#recommend .recTabList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #CDD1D8;
  border-radius: 12px;
  color: #1E284D;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease-in-out;
}
#recommend .recListW .list {
  position: relative;
  display: none;
}
#recommend .recListW .list.on {
  display: block;
}
#recommend .recHeaderTab {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#recommend .recHeaderTab .tab {
  line-height: 45px;
  color: #637381;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  cursor: pointer;
}
#recommend .recHeaderTab .tab.on {
  border-bottom: 2px solid #1E284D;
  color: #1E284D;
  font-weight: 700;
}
#recommend .recHeaderTab .tab:not(.on):hover {
  color: #1E284D;
}
#recommend .recHeader {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 19px;
  border-top: 1px solid #DADADA;
}
#recommend .recHeader.center {
  margin-top: 40px;
  justify-content: center;
}
#recommend .recHeader .fArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#recommend .recHeader .fArea .edit {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(145, 158, 171, 0.32);
}
#recommend .fArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#recommend .fArea .edit {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(145, 158, 171, 0.32);
}
#recommend .recHeaderTags {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
#recommend .recHeaderTags li:not(:has(.fArea)) {
  padding: 7px 12px;
  border-radius: 10px;
  background: #F1F3F5;
  color: #1C252E;
  font-family: "Public Sans";
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
#recommend .recHeaderTags li:not(:has(.fArea)):hover {
  background: #396E9C;
  color: #fff;
}
#recommend .recGlobal {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #565F67;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
#recommend .recGlobal .refreshBtn {
  width: 29px;
  height: 29px;
}
#recommend .recGlobal .refreshBtn.rotating {
  animation: rotate360 0.6s ease-in-out;
}
#recommend .recHeaderC {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #recommend .recHeaderC svg {
    width: 18px;
  }
}
#recommend .recTit {
  color: #1C252E;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
}
#recommend .recTit strong {
  color: #396E9C;
  font-weight: 600;
}
#recommend .recSubTit {
  padding-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #8C969F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
#recommend .recSubTit .info_con {
  position: relative;
  display: flex;
  align-items: center;
}
#recommend .recSubTit .info_con svg:hover + .info_box {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: all;
}
#recommend .recSubTit .info_con .info_box {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  padding: 10px 15px;
  width: 200px;
  border-radius: 12px;
  background: #1E284D;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: all 0.15s ease-in-out;
}
#recommend .recSubTit .info_con .info_box p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#recommend .recSubTit .info_con .info_box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #1E284D;
}
#recommend .bookCon {
  position: relative;
  margin-top: 25px;
  padding: 25px 30px 50px 30px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background: #fff;
  z-index: 1;
}
#recommend .bookCon .bookTabs .rectBookTab {
  display: flex;
  flex-direction: column;
}
#recommend .bookCon .bookTabs .rectBookTab li {
  border-bottom: 1px solid rgba(145, 158, 171, 0.2);
}
#recommend .bookCon .bookTabs .rectBookTab li.active a {
  background: #396E9C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#recommend .bookCon .bookTabs .rectBookTab li:not(.active):hover a {
  transform: translateX(5px);
}
#recommend .bookCon .bookTabs .rectBookTab li a {
  padding: 20px 16px;
  display: block;
  width: 270px;
  border-radius: 12px;
  color: #637381;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36px;
  transition: all 0.15s ease-in-out;
}
#recommend .bookCon .bookContentCon {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(100% - 270px - 80px);
}
#recommend .bookCon .bookContents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#recommend .bookCon .bookContent {
  padding-left: 10px;
  position: relative;
  overflow-x: clip;
}
#recommend .bookCon .bookContent:hover .swiper-book-content {
  display: block;
}
#recommend .bookCon .bookContent .swiper-book-content {
  display: none;
}
#recommend .bookCon .bookContent .swiper-book-content > .icon {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 50px;
  text-indent: -9999px;
  top: calc(50% - 50px);
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}
#recommend .bookCon .bookContent .swiper-book-content .swiper-button-prev {
  transform: rotate(180deg);
}
#recommend .bookCon .bookContent .swiper-book-content .swiper-button-next {
  right: 0;
}
#recommend .bookCon .books li {
  min-width: 0;
}
#recommend .bookCon .books li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
#recommend .bookCon .books li a:hover .imgBoxCon .imgBox {
  transform: rotateY(0deg);
}
#recommend .bookCon .books li a:hover .imgBoxCon .imgBox::after {
  bottom: -20px;
  left: 0;
}
#recommend .bookCon .books li a .imgBoxCon {
  margin-bottom: 10px;
  perspective: 600px;
  width: 100%;
}
#recommend .bookCon .books li a .imgBoxCon .imgBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 146%;
  transform-style: preserve-3d;
  transform: rotateY(25deg);
  transition: all 500ms ease-in-out;
}
#recommend .bookCon .books li a .imgBoxCon .imgBox::before {
  position: absolute;
  content: " ";
  left: 0;
  top: -2px;
  width: 34.5px;
  height: calc(100% + 4px);
  background: #d5d5d5 var(--background) no-repeat left top/1000px 100%;
  background-blend-mode: multiply;
  transform: translateX(-13px) translateZ(-30px) rotateY(90deg);
  background-color: #d5d5d5;
}
#recommend .bookCon .books li a .imgBoxCon .imgBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background: radial-gradient(51.46% 51.46% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, transparent 99%);
  position: absolute;
  left: -30px;
  bottom: -15px;
  transform: translateZ(-40px);
  transition: all 500ms ease-in-out;
}
#recommend .bookCon .books li a .imgBoxCon .imgBox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: box-shadow 500ms ease-in-out;
}
#recommend .bookCon .books li a .tit {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1C252E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
#recommend .bookCon .bMore {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E284D;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: -0.45px;
}
#recommend .bookCon .bMore.center {
  margin: 0 auto;
}
#recommend .bookCon .bookConHeader {
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid rgba(145, 158, 171, 0.37);
}
#recommend .bookCon .bookConHeader h3 {
  color: #1E284D;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
#recommend .bookCon .bookConHeader p {
  color: #637381;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
#recommend .bookCon .bookConBody {
  display: flex;
  gap: 80px;
}
#recommend .bg_snu {
  position: absolute;
  right: -140px;
  bottom: -206px;
  width: 640px;
  height: 640px;
}
#recommend .researchCon0 {
  margin-top: 17px;
}
#recommend .researchCon0 .subjectsTab {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-y: auto;
}
#recommend .researchCon0 .subjectsTab::-webkit-scrollbar {
  height: 4px;
}
#recommend .researchCon0 .subjectsTab::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#recommend .researchCon0 .subjectsTab li {
  flex: 1;
}
#recommend .researchCon0 .subjectsTab li.active a {
  background: #396E9C;
  color: #fff;
}
#recommend .researchCon0 .subjectsTab li:not(.active) a:hover {
  background: rgba(30, 40, 77, 0.1450980392);
}
#recommend .researchCon0 .subjectsTab li a {
  padding: 0 12px;
  display: block;
  width: 100%;
  min-width: 100px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  background: rgba(145, 158, 171, 0.13);
  color: #676767;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  #recommend .researchCon0 .subjectsTab li a {
    line-height: 35px;
  }
}
#recommend .researchCon0 .subjectDetail {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px 15px;
  flex-wrap: wrap;
}
#recommend .researchCon0 .subjectDetail li.active a {
  color: #396E9C;
  border-bottom: 2px solid #396E9C;
}
#recommend .researchCon0 .subjectDetail li.active a::before {
  background: #396E9C;
}
#recommend .researchCon0 .subjectDetail a {
  position: relative;
  padding-left: 12px;
  display: block;
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}
#recommend .researchCon0 .subjectDetail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #5B5B5B;
  border-radius: 50%;
  transform: translateY(-50%);
}
#recommend .researchCon0 .subjectDetail a:hover {
  color: #111;
}
#recommend .researchCon0 .subjectDetail a:hover::before {
  background: #111;
}
#recommend .researchCon0 .subjectClassify {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#recommend .researchCon0 .subjectClassify li:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
}
#recommend .researchCon0 .subjectClassify li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  background: #A6A6A6;
  transform: translateY(-50%);
}
#recommend .researchCon0 .subjectClassify li {
  position: relative;
}
#recommend .researchCon0 .subjectClassify li a {
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
#recommend .researchDesc {
  max-height: 481px;
  overflow-y: auto;
}
#recommend .researchDesc::-webkit-scrollbar {
  width: 6px;
}
#recommend .researchDesc::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#recommend .researchDesc .resDescBox {
  padding: 25px 0 20px;
  display: flex;
  border-bottom: 1px solid #ECECEC;
}
#recommend .researchDesc .resDescBox:hover .number {
  color: #1E284D;
}
#recommend .researchDesc .resDescBox .number {
  flex-shrink: 0;
  width: 65px;
  color: #919EAB;
  font-family: "Public Sans";
  font-size: 32px;
  font-weight: 900;
  transition: color 0.15s ease-in-out;
}
#recommend .researchDesc .resDescBox .desc {
  flex: 1;
}
#recommend .researchDesc .resDescBox .quote {
  margin-bottom: 8px;
  color: #00B8D9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
#recommend .researchDesc .resDescBox .quote span {
  font-weight: 600;
}
#recommend .researchDesc .resDescBox .pin {
  margin-left: auto;
  flex-shrink: 0;
  align-self: center;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1951_6360)'%3E%3Cpath d='M10.6485 14.5848L15.156 19.198L14.4375 15.1353L20.5703 7.56855L24 7.7523L16.422 -0.00195312V2.95155L9.207 9.5958L4.69125 8.4903L9.3825 13.4748L0 23.998L10.6485 14.5848Z' fill='%23FF715B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1951_6360'%3E%3Crect width='24' height='24' fill='white' transform='matrix(-1 0 0 1 24 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/cover;
}
#recommend .researchDesc .resDescBox h4 {
  margin-bottom: 6px;
  color: #1C252E;
  font-size: 18px;
  font-weight: 700;
  line-height: 133%;
  letter-spacing: -0.36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
#recommend .researchDesc .resDescBox .info {
  margin-bottom: 12px;
  color: #595959;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recommend .researchDesc .resDescBox .text {
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recommend .researchDesc .resDescBox:has(+ .viewMore) {
  border-bottom: none;
}
#recommend .researchDesc .resDescBox + .viewMore {
  margin-top: -1px;
}
#recommend .researchDesc .viewMore {
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #6A6A6A;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.42px;
}
#recommend .researchDesc .viewMore::before {
  order: 1;
}
#recommend .bMore {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E284D;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: -0.45px;
}
#recommend .bMore.center {
  margin: 0 auto;
}
#recommend .researchCon1 {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#recommend .researchCon1 .researchBorder {
  padding: 30px 20px 20px 20px;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
}
#recommend .researchCon1 .researchBorder .tit {
  color: #1E284D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
}
#recommend .researchCon1 .researchBorder .tit.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#recommend .researchCon1 .researchLeft {
  width: calc(34% - 10px);
}
#recommend .researchCon1 .researchLeft .subh4 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #1C252E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
}
#recommend .researchCon1 .researchLeft .subh4 span {
  color: #396E9C;
  font-weight: inherit;
}
#recommend .researchCon1 .researchLeft .reaKeyword h5 {
  margin-bottom: 13px;
  color: #1C252E;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag li:nth-child(2) a {
  background: rgba(0, 167, 111, 0.8);
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag li:nth-child(3) a {
  background: rgba(0, 167, 111, 0.6);
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag li:nth-child(4) a {
  background: rgba(0, 167, 111, 0.4);
  color: #00A76F;
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag li:nth-child(n+5) a {
  background: rgba(0, 167, 111, 0.2);
  color: #00A76F;
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag a {
  padding: 9px 12px;
  display: inline-block;
  border-radius: 10px;
  background: rgb(0, 167, 111);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag a:hover {
  transform: translateX(3px);
}
#recommend .researchCon1 .researchLeft .reaKeyword .coreTag a span {
  font-size: 16px;
}
#recommend .researchCon1 .researchLeft .reaKeyword .subTag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#recommend .researchCon1 .researchLeft .reaKeyword .subTag a {
  padding: 7px 12px;
  display: block;
  border-radius: 10px;
  background: rgba(145, 158, 171, 0.12);
  color: #1C252E;
  font-size: 14px;
  font-weight: 500;
  line-height: 128%;
  transition: all 0.15s ease-in-out;
}
#recommend .researchCon1 .researchLeft .reaKeyword .subTag a:hover {
  background: rgba(145, 158, 171, 0.32);
}
#recommend .researchCon1 .researchLeft a.resMore:hover {
  text-decoration: underline;
}
#recommend .researchCon1 .researchLeft .resMore {
  margin-top: 40px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  background: #396E9C;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
#recommend .researchCon1 .researchLeft .line {
  margin-top: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #E2E2E2;
}
#recommend .researchCon1 .researchRight {
  width: calc(66% - 10px);
  background: #fff;
}
#recommend .lectureCon {
  margin-top: 30px;
  row-gap: 25px;
  --gap: 35px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
}
#recommend .lectureCon > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#recommend .lectureCon > div h5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 10px;
  color: #0D2F5C;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
#recommend .lectureCon > div h5 .desc {
  color: #637381;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.36px;
}
#recommend .lectureCon > div h6 {
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
#recommend .lectureCon .reSnu {
  flex: 1;
}
#recommend .lectureCon .majUniverse {
  width: calc(33% - var(--gap) / 3);
}
#recommend .lectureCon:has(.majUniverse) .reSnuList a {
  width: 100%;
}
#recommend .lectureCon .myLecture {
  width: calc(33% - var(--gap) / 3);
}
#recommend .lectureCon .myLecture .noLecture {
  padding: 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(145, 158, 171, 0.2);
  background: #FFF;
}
#recommend .lectureCon .myLecture .noLecture .circle {
  margin-bottom: 30px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #E9ECEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recommend .lectureCon .myLecture .noLecture .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#recommend .lectureCon .myLecture .noLecture .text p {
  text-align: center;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
#recommend .lectureCon .myLecture .noLecture .text p.strong {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
#recommend .lectureCon .myLecture .noLecture .text .loginTxt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #394263;
  font-family: "Public Sans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
#recommend .lectureCon .myLecture .noLecture .text .loginTxt::before {
  order: 1;
}
#recommend .lectureCon .myLecture .noLecture .text .loginTxt:hover {
  text-decoration: underline;
}
#recommend .lectureCon .reSnuList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#recommend .lectureCon .reSnuList a {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  border-radius: 12px;
  background: #F9F9F9;
  box-shadow: 0 12px 12px -4px rgba(145, 158, 171, 0.12);
  transition: all 0.2s ease-in-out;
}
#recommend .lectureCon .reSnuList a:hover {
  box-shadow: 0 16px 24px -4px rgba(145, 158, 171, 0.2);
  transform: translateX(5px);
}
#recommend .lectureCon .reSnuList a .reSnuListHead {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recommend .lectureCon .reSnuList a .reSnuListBody {
  display: flex;
  gap: 10px;
}
#recommend .lectureCon .reSnuList a .reSnuListBody .imgCon {
  flex-shrink: 0;
  width: 80px;
  height: 90px;
  border-radius: 8px;
  border: 1px solid rgba(145, 158, 171, 0.2);
  overflow: hidden;
}
#recommend .lectureCon .reSnuList a .reSnuListBody .imgCon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommend .lectureCon .reSnuList a .dDay {
  color: #FF715B;
  font-family: "Public Sans";
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
}
#recommend .lectureCon .reSnuList a h6 {
  margin-bottom: 10px;
  color: #1C252E;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: -0.44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#recommend .lectureCon .reSnuList a .date, #recommend .lectureCon .reSnuList a .location {
  color: #555;
  font-size: clamp(15px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.32px;
}
#recommend .lectureCon .reSnuList a .date span, #recommend .lectureCon .reSnuList a .location span {
  font-weight: inherit;
}
#recommend .lectureCon .shadowBox {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 20px;
  border: 1px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0 0 12px 0 rgba(61, 105, 143, 0.12);
}
#recommend .lectureCon .shadowBox.blue {
  background: rgba(11, 97, 197, 0.1);
}
#recommend .lectureCon .shadowBox .topBorderBox {
  position: relative;
  padding: 10px 20px;
  border-radius: 12px;
}
#recommend .lectureCon .shadowBox .topBorderBox.gray {
  background: rgba(145, 158, 171, 0.2);
}
#recommend .lectureCon .shadowBox .topBorderBox.gray .subTit {
  color: #FF715B;
}
#recommend .lectureCon .shadowBox .topBorderBox.gray .tit {
  color: #1E284D;
}
#recommend .lectureCon .shadowBox .topBorderBox.blue {
  background: #396E9C;
}
#recommend .lectureCon .shadowBox .topBorderBox.blue .subTit {
  color: #fff;
}
#recommend .lectureCon .shadowBox .topBorderBox.blue .tit {
  color: #fff;
}
#recommend .lectureCon .shadowBox .topBorderBox .subTit {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}
#recommend .lectureCon .shadowBox .topBorderBox .tit {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
#recommend .lectureCon .shadowBox .topBorderBox p {
  color: #1E284D;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
#recommend .lectureCon .shadowBox .topBorderBox .refreshBtn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 17px;
  right: 11px;
  transition: all 0.3s ease-in-out;
}
#recommend .lectureCon .shadowBox .topBorderBox .refreshBtn.rotating {
  animation: rotate360 0.6s ease-in-out;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#recommend .lectureCon .shadowBox .majInfo .title {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
#recommend .lectureCon .shadowBox .majInfo .title .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0D2F5C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
#recommend .lectureCon .shadowBox .majInfo .title .subTit {
  color: #637381;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
#recommend .lectureCon .shadowBox .majInfo .title .subTit strong {
  font-weight: 700;
}
#recommend .lectureCon .shadowBox .majInfo .majList h6 {
  color: #1E284D;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
#recommend .lectureCon .shadowBox .majInfo .majList h7 {
  display: block;
  width: 100%;
  color: #9C9C9C;
  font-family: "Public Sans";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#recommend .lectureCon .shadowBox .majInfo .majList .bookCard {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#recommend .lectureCon .shadowBox .majInfo .majList .bookCard a {
  min-width: 75px;
  max-width: 130px;
  width: calc((100% - 30px) / 4);
}
#recommend .lectureCon .shadowBox .majInfo .majList .bookCard .imgCon {
  border-radius: 8px;
  border: 1px solid rgba(145, 158, 171, 0.2);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 77/106;
}
#recommend .lectureCon .shadowBox .majInfo .majList .bookCard .imgCon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommend .lectureCon .shadowBox .majInfo .majList .bookCard span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li a > div {
  flex: 1;
  min-width: 0;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li {
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li:has(a:hover) {
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li .number {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #FF715B;
  border-radius: 50%;
  color: #FFF;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li .book {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: rgba(124, 135, 192, 0.24) 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='M9 5.62244C9.5625 3.40197 11.687 2.26818 16.3125 2.24744C16.3865 2.24716 16.4597 2.26152 16.5281 2.28969C16.5965 2.31786 16.6586 2.35928 16.7109 2.41157C16.7632 2.46386 16.8046 2.52598 16.8328 2.59435C16.8609 2.66272 16.8753 2.73599 16.875 2.80994V12.9349C16.875 13.0841 16.8157 13.2272 16.7103 13.3327C16.6048 13.4382 16.4617 13.4974 16.3125 13.4974C11.8125 13.4974 10.074 14.4048 9 15.7474C7.93231 14.4115 6.1875 13.4974 1.6875 13.4974C1.34016 13.4974 1.125 13.2144 1.125 12.8671V2.80994C1.12473 2.73599 1.13908 2.66272 1.16725 2.59435C1.19542 2.52598 1.23685 2.46386 1.28913 2.41157C1.34142 2.35928 1.40354 2.31786 1.47192 2.28969C1.54029 2.26152 1.61356 2.24716 1.6875 2.24744C6.31301 2.26818 8.4375 3.40197 9 5.62244Z' stroke='%236573B6' stroke-width='1.49989' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 5.62244V15.7474' stroke='%236573B6' stroke-width='1.49989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/18px 18px;
  border-radius: 50%;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li .book.blue {
  background: rgba(0, 120, 254, 0.24) 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='M9 5.62244C9.5625 3.40197 11.687 2.26818 16.3125 2.24744C16.3865 2.24716 16.4597 2.26152 16.5281 2.28969C16.5965 2.31786 16.6586 2.35928 16.7109 2.41157C16.7632 2.46386 16.8046 2.52598 16.8328 2.59435C16.8609 2.66272 16.8753 2.73599 16.875 2.80994V12.9349C16.875 13.0841 16.8157 13.2272 16.7103 13.3327C16.6048 13.4382 16.4617 13.4974 16.3125 13.4974C11.8125 13.4974 10.074 14.4048 9 15.7474C7.93231 14.4115 6.1875 13.4974 1.6875 13.4974C1.34016 13.4974 1.125 13.2144 1.125 12.8671V2.80994C1.12473 2.73599 1.13908 2.66272 1.16725 2.59435C1.19542 2.52598 1.23685 2.46386 1.28913 2.41157C1.34142 2.35928 1.40354 2.31786 1.47192 2.28969C1.54029 2.26152 1.61356 2.24716 1.6875 2.24744C6.31301 2.26818 8.4375 3.40197 9 5.62244Z' stroke='%230078FE' stroke-width='1.49989' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 5.62244V15.7474' stroke='%230078FE' stroke-width='1.49989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/18px 18px;
}
#recommend .lectureCon .shadowBox .majInfo .majList ul li h6 {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
#recommend .lectureCon .shadowBox .majInfo .majList .viewMore {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #153A87;
  font-size: 14px;
  font-weight: 500;
}
#recommend .lectureCon .shadowBox .majInfo .majList .viewMore::before {
  order: 1;
}
#recommend .lectureCon .shadowBox .majInfo .majList .viewMore:hover {
  text-decoration: underline;
}
#recommend .lectureCon .shadowBox .loadMapInfo h5 {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1E284D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
#recommend .lectureCon .shadowBox .loadMapInfo p {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
#recommend .lectureCon .shadowBox .viewLoadmap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  background: #FFF;
  color: #1E284D;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
#recommend .collectionRecommend-swiper {
  position: relative;
  overflow-x: clip;
}
#recommend .collectionRecommend-swiper .collectionRecommend {
  flex-wrap: nowrap;
  gap: 0;
}
#recommend .collectionRecommend-swiper:hover .swiper-book {
  display: block;
}
#recommend .collectionRecommend-swiper .swiper-book {
  display: none;
}
#recommend .collectionRecommend-swiper .swiper-book > .icon {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 50px;
  text-indent: -9999px;
  top: calc(50% - 50px);
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}
#recommend .collectionRecommend-swiper .swiper-book .swiper-detail-prev {
  transform: rotate(180deg);
}
#recommend .collectionRecommend-swiper .swiper-book .swiper-detail-next {
  right: 0;
}
#recommend .collectionRecommend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 1024px) {
  #recommend .collectionRecommend {
    gap: 20px 20px;
  }
}
#recommend .collectionRecommend .recommendCard {
  position: relative;
  padding: 16px 16px 25px 16px;
  width: calc(50% - 15px);
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(145, 158, 171, 0.2), 0 12px 24px -4px rgba(145, 158, 171, 0.12);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #recommend .collectionRecommend .recommendCard {
    width: calc(33.3333% - 15px);
  }
}
@media screen and (max-width: 870px) {
  #recommend .collectionRecommend .recommendCard {
    width: 100%;
  }
}
#recommend .collectionRecommend .recommendCard .recommendMark {
  position: absolute;
  top: 0;
  left: 15px;
}
#recommend .collectionRecommend .recommendCard .interaction {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
#recommend .collectionRecommend .recommendCard .interaction a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#recommend .collectionRecommend .recommendCard .bookCon {
  position: relative;
  margin-bottom: 25px;
  padding: 35px 57px 46px 57px;
  border-radius: 12px;
  background: rgba(145, 158, 171, 0.26);
}
@media screen and (max-width: 1024px) {
  #recommend .collectionRecommend .recommendCard .bookCon {
    padding: 28px 15px 36px 15px;
  }
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS {
  overflow-x: clip;
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide {
  width: 98px;
  aspect-ratio: 98/136;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide {
    width: 80px;
  }
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide a {
  display: block;
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide.swiper-slide-prev, #recommend .collectionRecommend .recommendCard .bookCon .recommendBookS .swiper-slide.swiper-slide-next {
  opacity: 1;
  z-index: 1;
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS-pagination {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: flex;
  gap: 4px;
  transform: translateX(-50%);
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #B3B3B3;
  border-radius: 20px;
  opacity: 1;
}
#recommend .collectionRecommend .recommendCard .bookCon .recommendBookS-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 21px;
  height: 6px;
  background: #8A68E0;
}
#recommend .collectionRecommend .recommendCard .info {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #recommend .collectionRecommend .recommendCard .info {
    margin-bottom: 20px;
  }
}
#recommend .collectionRecommend .recommendCard .info .class {
  margin-bottom: 10px;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
#recommend .collectionRecommend .recommendCard .info .class.expert {
  background: rgba(0, 184, 217, 0.16);
  color: #006C9C;
}
#recommend .collectionRecommend .recommendCard .info .class.popular {
  background: rgba(255, 86, 48, 0.16);
  color: #B71D18;
}
#recommend .collectionRecommend .recommendCard .info h3 {
  margin-bottom: 8px;
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #recommend .collectionRecommend .recommendCard .info h3 {
    font-size: 17px;
  }
}
#recommend .collectionRecommend .recommendCard .info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  margin-bottom: 8px;
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  #recommend .collectionRecommend .recommendCard .info p {
    font-size: 15px;
  }
}
#recommend .collectionRecommend .recommendCard .info .infoList {
  display: flex;
  gap: 15px;
}
#recommend .collectionRecommend .recommendCard .info .infoList span {
  color: #737373;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
#recommend .collectionRecommend .recommendCard .info .infoList span:nth-child(2) {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #recommend .collectionRecommend .recommendCard .info .infoList span {
    font-size: 14px;
  }
}
#recommend .collectionRecommend .recommendCard .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#recommend .collectionRecommend .recommendCard .tags a {
  padding: 7px 12px;
  display: block;
  border-radius: 10px;
  background: rgba(145, 158, 171, 0.12);
  color: #1C252E;
  font-size: 13px;
}
#recommend .collectionRecommend .tag_desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(57, 110, 156, 0.6);
  border-radius: 0 0 12px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
  z-index: 0;
}
@media screen and (max-width: 1250px) {
  #recommend .bookCon .bookConBody {
    gap: 60px;
  }
  #recommend .bookCon .bookContentCon {
    width: calc(100% - 235px - 60px);
  }
  #recommend .bookCon .bookTabs .rectBookTab li.active a {
    font-size: 19px;
  }
  #recommend .bookCon .bookTabs .rectBookTab li a {
    padding: 16px;
    width: 235px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  #recommend {
    padding: 40px 0 60px;
  }
  #recommend .recHeaderTab .tab {
    line-height: 40px;
    font-size: 19px;
  }
  #recommend .recGlobal {
    font-size: 17px;
  }
  #recommend .recTabList li.on a {
    font-size: 22px;
  }
  #recommend .recTabList li a {
    height: 50px;
    font-size: 18px;
  }
  #recommend .recTit {
    font-size: 26px;
  }
  #recommend .bookCon .bookConHeader {
    gap: 5px 20px;
  }
  #recommend .bookCon .bookConHeader h3 {
    font-size: 26px;
  }
  #recommend .bookCon .bookConHeader p {
    font-size: 16px;
  }
  #recommend .bookCon .bookConBody {
    flex-direction: column;
    gap: 40px;
  }
  #recommend .bookCon .bookTabs .rectBookTab {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
  }
  #recommend .bookCon .bookTabs .rectBookTab li {
    border: 0;
  }
  #recommend .bookCon .bookTabs .rectBookTab li:not(.active):hover a {
    transform: translateX(0);
  }
  #recommend .bookCon .bookTabs .rectBookTab li a {
    padding: 14px;
    width: auto;
    background: rgba(145, 158, 171, 0.2);
    font-size: 16px !important;
  }
  #recommend .bookCon .bookContentCon {
    width: 100%;
  }
  #recommend .researchCon0 .subjectsTab {
    margin-bottom: 25px;
  }
  #recommend .researchCon1 {
    margin-top: 40px;
  }
  #recommend .researchCon1 .researchLeft {
    width: 100%;
  }
  #recommend .researchCon1 .researchLeft .subh4 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #recommend .researchCon1 .researchLeft .reaKeyword h5 {
    margin-bottom: 10px;
  }
  #recommend .researchCon1 .researchLeft .reaKeyword .coreTag a {
    font-size: 18px;
  }
  #recommend .researchCon1 .researchLeft .resMore {
    line-height: 50px;
    font-size: 17px;
  }
  #recommend .researchCon1 .researchRight {
    width: 100%;
  }
  #recommend .lectureCon > div {
    width: 100% !important;
  }
  #recommend .lectureCon .reSnuList a .reSnuListHead {
    margin-bottom: 16px;
  }
  #recommend .lectureCon .reSnuList a h6 {
    margin-bottom: 12px;
  }
  #recommend .bg_snu {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #recommend {
    padding: 40px 0;
  }
  #recommend .recGlobal {
    font-size: 16px;
  }
  #recommend .recGlobal .refreshBtn {
    width: 25px;
    height: 25px;
  }
  #recommend .recGlobal .refreshBtn svg {
    width: 25px;
    height: 25px;
  }
  #recommend .recHeaderTab .tab {
    line-height: 30px;
    font-size: 18px;
  }
  #recommend .recSubTit {
    font-size: 15px;
  }
  #recommend .recTabList {
    margin-bottom: 35px;
  }
  #recommend .recTabList li.on a {
    font-size: 19px;
  }
  #recommend .recTabList li a {
    height: 45px;
    font-size: 16px;
  }
  #recommend .recTit {
    font-size: 22px;
  }
  #recommend .bookCon {
    padding: 25px 20px 30px 20px;
  }
  #recommend .bookCon .bookConHeader {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #recommend .bookCon .bookConHeader h3 {
    font-size: 21px;
  }
  #recommend .bookCon .bookTabs .rectBookTab li a {
    padding: 11px;
    font-size: 15px !important;
  }
  #recommend .researchCon0 .subjectsTab {
    margin-bottom: 10px;
    gap: 7px;
  }
  #recommend .researchCon0 .subjectDetail a {
    padding-left: 10px;
    font-size: 15px;
  }
  #recommend .researchDesc {
    max-height: 363px;
  }
  #recommend .researchDesc .resDescBox {
    padding: 20px 0 15px;
    flex-direction: column;
    gap: 10px;
  }
  #recommend .researchDesc .resDescBox .number {
    width: auto;
    font-size: 24px;
  }
  #recommend .researchDesc .resDescBox h4 {
    font-size: 17px;
  }
  #recommend .researchCon1 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #recommend .researchCon1 .researchBorder {
    padding: 20px 15px 15px 15px;
  }
  #recommend .researchCon1 .researchBorder .tit {
    font-size: 20px;
  }
  #recommend .researchCon1 .researchLeft .subh4 {
    font-size: 16px;
  }
  #recommend .researchCon1 .researchLeft .realKeyword h5 {
    font-size: 16px;
  }
  #recommend .researchCon1 .researchLeft .realKeyword .coreTag a {
    font-size: 17px;
  }
  #recommend .researchCon1 .researchLeft .resMore {
    line-height: 45px;
    font-size: 16px;
  }
  #recommend .lectureCon {
    margin-top: 15px;
  }
  #recommend .lectureCon > div h5 {
    font-size: 19px;
  }
  #recommend .lectureCon > div h5 .desc {
    font-size: 15px;
  }
  #recommend .lectureCon .reSnuList {
    gap: 15px;
  }
  #recommend .lectureCon .reSnuList a {
    padding: 10px 20px 15px 20px;
    min-width: 290px;
    width: 100%;
  }
  #recommend .lectureCon .reSnuList a::before {
    width: 20px;
    height: 20px;
  }
  #recommend .lectureCon .myLecture .noLecture .circle {
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
  #recommend .lectureCon .myLecture .noLecture .circle svg {
    width: 50px;
    height: 50px;
  }
  #recommend .lectureCon .myLecture .noLecture .text p {
    font-size: 15px;
  }
  #recommend .lectureCon .myLecture .noLecture .text p.strong {
    font-size: 17px;
  }
  #recommend .lectureCon .myLecture .noLecture .text .loginTxt {
    font-size: 15px;
  }
  #recommend .lectureCon .shadowBox {
    padding: 19px 16px 15px 16px;
  }
  #recommend .lectureCon .shadowBox .topBorderBox {
    padding: 10px 16px;
  }
  #recommend .lectureCon .shadowBox .topBorderBox .tit {
    font-size: 18px;
  }
  #recommend .lectureCon .shadowBox .topBorderBox .refreshBtn {
    top: 10px;
  }
  #recommend .lectureCon .shadowBox .majInfo .title .tit {
    font-size: 17px;
  }
  #recommend .lectureCon .shadowBox .majInfo .title svg {
    width: 20px;
  }
  #recommend .lectureCon .shadowBox .majInfo .majList ul li .number {
    width: 25px;
    height: 25px;
  }
  #recommend .lectureCon .shadowBox .majInfo .majList ul li h6 {
    font-size: 15px;
  }
  #recommend .lectureCon .shadowBox .loadMapInfo h5 {
    font-size: 17px;
  }
  #recommend .lectureCon .shadowBox .loadMapInfo h5 svg {
    width: 20px;
    height: 20px;
  }
  #recommend .lectureCon .shadowBox .viewLoadmap {
    font-size: 14px;
  }
  #recommend .bg_snu {
    width: 350px;
    height: 350px;
  }
}

.sub_banner {
  margin-top: 100px;
}
.sub_banner .subBook {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sub_banner .subBook .subBookCon {
  padding: 30px 35px 20px 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 170px;
  border-radius: 20px;
  box-shadow: 0 4px 12px 0 rgba(145, 158, 171, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .sub_banner .subBook .subBookCon {
    padding: 25px 30px;
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .sub_banner .subBook .subBookCon {
    padding: 25px 20px;
    flex: auto;
    width: 100%;
    height: 140px;
    background-blend-mode: multiply;
  }
}
.sub_banner .subBook .subBookCon.rec {
  background: rgba(252, 212, 98, 0.56) url(/image/common/bg_main_book-0.png) no-repeat right 20px center;
}
@media screen and (max-width: 1250px) {
  .sub_banner .subBook .subBookCon.rec {
    background-size: 200px;
  }
  .sub_banner .subBook .subBookCon.rec > svg {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .sub_banner .subBook .subBookCon.rec {
    background-size: 160px;
  }
  .sub_banner .subBook .subBookCon.rec > svg {
    width: 180px;
  }
}
.sub_banner .subBook .subBookCon.letter {
  background: #F4D5D1 url(/image/common/bg_main_book-1.svg) no-repeat right 50px center;
}
@media screen and (max-width: 1250px) {
  .sub_banner .subBook .subBookCon.letter {
    background-size: 140px;
    background-position: right 20px center;
  }
  .sub_banner .subBook .subBookCon.letter .svgCon svg:nth-child(1) {
    width: 90px;
  }
  .sub_banner .subBook .subBookCon.letter .svgCon svg:nth-child(2) {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .sub_banner .subBook .subBookCon.letter {
    background-size: 110px;
  }
  .sub_banner .subBook .subBookCon.letter .svgCon svg:nth-child(1) {
    width: 75px;
    height: 34px;
  }
  .sub_banner .subBook .subBookCon.letter .svgCon svg:nth-child(2) {
    width: 140px;
    height: 38px;
  }
}
.sub_banner .subBook .subBookCon .moreBtn {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3px;
  color: #2E3134;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
}
.sub_banner .subBook .subBookCon .moreBtn.letter {
  color: #396E9C;
}
.sub_banner .subBook .subBookCon .subT {
  margin-top: 8px;
  color: #848484;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1024px) {
  .sub_banner .subBook .subBookCon .subT {
    margin-top: 0;
  }
}
.sub_banner .subBook .subBookCon .svgCon {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 1024px) {
  .sub_banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sub_banner {
    margin-top: 20px;
  }
}

#snuGuide {
  margin-top: 100px;
}
#snuGuide .topBanner .titleW {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px 40px;
  flex-wrap: wrap;
}
#snuGuide .topBanner .titleW span {
  display: block;
}
#snuGuide .topBanner .titleW .highlight {
  color: #1E284D;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
#snuGuide .topBanner .titleW .subHighlight {
  color: #1E284D;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
}
#snuGuide .topBanner .titleW .reBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#snuGuide .topBanner .titleW .reBtn a {
  position: relative;
  padding: 8px 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 45px;
  background: #FFF;
  border: 2px solid #1E284D;
  color: #1C252E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
}
#snuGuide .topBanner .titleW .reBtn a:hover {
  background: #1E284D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
#snuGuide .topBanner .titleW .reBtn a:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M12.0058 1.05C12.0058 0.784784 11.9004 0.530429 11.7129 0.342893C11.5254 0.155357 11.271 0.0500002 11.0058 0.0500002L3.0058 0C2.74058 0 2.48623 0.105357 2.29869 0.292893C2.11116 0.48043 2.0058 0.734784 2.0058 1C2.0058 1.26522 2.11116 1.51957 2.29869 1.70711C2.48623 1.89464 2.74058 2 3.0058 2H8.5658L0.295798 10.29C0.20207 10.383 0.127676 10.4936 0.0769072 10.6154C0.0261385 10.7373 0 10.868 0 11C0 11.132 0.0261385 11.2627 0.0769072 11.3846C0.127676 11.5064 0.20207 11.617 0.295798 11.71C0.388761 11.8037 0.499362 11.8781 0.621222 11.9289C0.743081 11.9797 0.873786 12.0058 1.0058 12.0058C1.13781 12.0058 1.26852 11.9797 1.39038 11.9289C1.51223 11.8781 1.62284 11.8037 1.7158 11.71L10.0058 3.42V9C10.0058 9.26522 10.1112 9.51957 10.2987 9.70711C10.4862 9.89464 10.7406 10 11.0058 10C11.271 10 11.5254 9.89464 11.7129 9.70711C11.9004 9.51957 12.0058 9.26522 12.0058 9V1.05Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/cover;
  transform: rotate(45deg);
}
#snuGuide .topBanner .titleW .reBtn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M12.0058 1.05C12.0058 0.784784 11.9004 0.530429 11.7129 0.342893C11.5254 0.155357 11.271 0.0500002 11.0058 0.0500002L3.0058 0C2.74058 0 2.48623 0.105357 2.29869 0.292893C2.11116 0.48043 2.0058 0.734784 2.0058 1C2.0058 1.26522 2.11116 1.51957 2.29869 1.70711C2.48623 1.89464 2.74058 2 3.0058 2H8.5658L0.295798 10.29C0.20207 10.383 0.127676 10.4936 0.0769072 10.6154C0.0261385 10.7373 0 10.868 0 11C0 11.132 0.0261385 11.2627 0.0769072 11.3846C0.127676 11.5064 0.20207 11.617 0.295798 11.71C0.388761 11.8037 0.499362 11.8781 0.621222 11.9289C0.743081 11.9797 0.873786 12.0058 1.0058 12.0058C1.13781 12.0058 1.26852 11.9797 1.39038 11.9289C1.51223 11.8781 1.62284 11.8037 1.7158 11.71L10.0058 3.42V9C10.0058 9.26522 10.1112 9.51957 10.2987 9.70711C10.4862 9.89464 10.7406 10 11.0058 10C11.271 10 11.5254 9.89464 11.7129 9.70711C11.9004 9.51957 12.0058 9.26522 12.0058 9V1.05Z' fill='%231E284D'/%3E%3C/svg%3E") no-repeat center/cover;
  transition: all 0.15s ease-in-out;
}
#snuGuide .topBanner .guideTabList {
  padding: 0 24px;
  display: flex;
  gap: 70px;
}
#snuGuide .topBanner .guideTabList li.on a {
  border-bottom: 2px solid #1E284D;
  color: #1E284D;
}
#snuGuide .topBanner .guideTabList li a {
  padding-bottom: 12px;
  display: block;
  color: rgba(30, 40, 77, 0.47);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
#snuGuide .guideListW .list {
  display: none;
}
#snuGuide .guideListW .list.on {
  display: block;
}
#snuGuide .guideListW .guideList0 {
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid rgba(145, 158, 171, 0.2);
  background: #FFF;
}
#snuGuide .guideListW .guideList0 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  transition: all 0.15s ease-in-out;
}
#snuGuide .guideListW .guideList0 > li:hover > div .number {
  background: #396E9C;
  color: #fff;
}
#snuGuide .guideListW .guideList0 > li > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
#snuGuide .guideListW .guideList0 > li > div .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #396E9C;
  background: #fff;
  color: #396E9C;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.45px;
  transition: all 0.15s ease-in-out;
}
#snuGuide .guideListW .guideList0 > li > div .text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.54px;
}
#snuGuide .guideListW .guideList0 > li .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#snuGuide .guideListW .guideList0 > li .tags a {
  padding: 7px 12px;
  display: block;
  border-radius: 10px;
  background: rgba(57, 110, 156, 0.24);
  color: #1C252E;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.15s ease-in-out;
}
#snuGuide .guideListW .guideList0 > li .tags a:hover {
  background: #396E9C;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #snuGuide .topBanner .titleW .highlight {
    font-size: 19px;
  }
  #snuGuide .topBanner .titleW .subHighlight {
    font-size: 30px;
  }
  #snuGuide .topBanner .titleW .reBtn a {
    padding: 8px 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #snuGuide .topBanner .titleW {
    margin-bottom: 15px;
  }
  #snuGuide .topBanner .titleW .highlight {
    font-size: 17px;
  }
  #snuGuide .topBanner .titleW .subHighlight {
    font-size: 24px;
  }
  #snuGuide .topBanner .titleW .reBtn a {
    padding: 4px 20px;
    font-size: 13px;
  }
  #snuGuide .topBanner .guideTabList {
    padding: 0 16px;
    gap: 35px;
  }
  #snuGuide .topBanner .guideTabList li a {
    padding-bottom: 7px;
    font-size: 15px;
  }
  #snuGuide .guideListW .guideList0 {
    padding: 20px 16px;
  }
  #snuGuide .guideListW .guideList0 > li > div {
    width: 100%;
  }
  #snuGuide .guideListW .guideList0 > li > div .number {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    font-size: 13px;
  }
  #snuGuide .guideListW .guideList0 > li > div .text {
    font-size: 16px;
  }
  #snuGuide .guideListW .guideList0 > li .tags a {
    padding: 5px 9px;
    font-size: 14px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 500px) {
  #snuGuide .topBanner .guideTabList {
    gap: 25px;
  }
  #snuGuide .topBanner .guideTabList li a {
    font-size: 14px;
  }
}

.colorTags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.colorTags li {
  padding: 9px 17px;
  border-radius: 30px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  line-height: 125%;
}
.colorTags li.blue {
  background: #EDF1F6;
  color: #0B61C5;
}
.colorTags li.red {
  background: #F5EFED;
  color: #AE3611;
}
.colorTags li.green {
  background: #ECF3F3;
  color: #0E9890;
}

.dropDown button.on + .dropDownList {
  opacity: 1;
  visibility: visible;
}
.dropDown .dropDownList {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

#nFooter {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  #nFooter {
    margin-top: 100px;
  }
}/*# sourceMappingURL=main_n.css.map */