@charset "UTF-8";
/**
input 에서 type=number 일 때 자동으로 생기는 화살표 제거
 */
:lang(ko) {
  word-break: keep-all;
}

img {
  max-width: 100%;
  height: auto;
}

[class] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[class]::before,
[class]::after {
  box-sizing: border-box;
}

[class]:where(ol, ul) {
  list-style: none;
}

[class]:where(button, fieldset, iframe, input, select, textarea) {
  border: 0;
}

[class]:where(button, dialog, input, mark, meter, progress) {
  background-color: transparent;
}

[class]:where(table) {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

[class]:where(button, input, meter, progress, select, textarea) {
  -webkit-appearance: none;
  appearance: none;
  font-family: "notokr-regular", "Noto Sans KR", "Apple SD Gothic Neo", Verdana, "Malgun Gothic", dotum, sans-serif;
}

[class]:where(a) {
  text-decoration: none;
}
[class]:where(a):hover {
  text-decoration: underline;
}

.ko-KR {
  font-family: "notokr-regular", "Noto Sans KR", "Source Sans Pro", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", dotum, "돋움", "Roboto", sans-serif;
  word-break: keep-all;
}

.a11y {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

[class][pc-hidden] {
  display: none !important;
}

[class][pcf-hidden] {
  display: none !important;
}

[class$=__check]:where(input) {
  width: 17px;
  height: 17px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
[class$=__check]:where(input):checked {
  background-color: #db3a3f;
  border-color: #db3a3f;
}
[class$=__check]:where(input):checked:after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 3px;
}

.pcBr {
  display: block;
}

.mBr {
  display: none;
}

.bgDimmed {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 102;
}
.bgDimmed[data-visible=visible] {
  display: block;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-wrap: break-word;
}

.dpMain {
  flex: 1;
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 0;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 960px) {
  .ko-KR {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  [class][m-hidden] {
    display: none !important;
  }
  [class][pc-hidden] {
    display: block !important;
  }
  [class][pcf-hidden] {
    display: flex !important;
  }
  html {
    height: 100%;
  }
  body {
    display: block;
    height: auto;
  }
  .pcBr {
    display: none;
  }
  .mBr {
    display: block;
  }
  .dpMain {
    flex: 0;
    width: 100%;
    margin-top: 20px;
    min-height: calc(100vh - 226px - 60px);
  }
}
html.focus {
  height: 100vh;
  overflow: hidden;
}

.dimLayer {
  display: none;
  inset: 0;
  overflow: scroll;
  position: fixed;
  z-index: 1001;
}

.skipToMain {
  display: block;
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
}
.skipToMain:focus {
  height: auto;
  margin-bottom: 0;
}

.topBanner {
  height: 60px;
}
.topBanner.dpSkeleton {
  position: relative;
}
.topBanner.dpSkeleton:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dadada;
}
.topBanner__link {
  display: block;
  max-width: 940px;
  margin: 0 auto;
}
.topBanner__img {
  width: 100%;
}
.topBanner__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .topBanner__img img {
    height: 60px;
    width: auto;
  }
}
.topBanner__closed {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
}
.topBanner__closed:before {
  content: "";
  background: url(/images/v2/banner/btn_topBanner_closed.png) no-repeat 0/cover;
  cursor: pointer;
  position: absolute;
  inset: 15px;
}

.dpHeader {
  padding: 30px 0 0;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 101;
}
.dpHeader:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 125px;
  background-color: #efefef;
}
.dpHeader:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 173px;
  background-color: #ccc;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.dpHeader.up {
  padding-top: 20px;
}
.dpHeader.up:after {
  display: block;
  top: 138px;
}
.dpHeader.up .dpHeader__navWrap {
  display: flex;
}
.dpHeader.up .dpHeader__btnDetail {
  display: none;
}
.dpHeader.up .dpHeader__inner {
  margin-bottom: 20px;
}
.dpHeader.up:before {
  top: 90px;
}
.dpHeader.up .dpAllMenuWrap {
  top: 138px;
}
.dpHeader.down {
  padding-top: 20px;
}
.dpHeader.down:after {
  display: none;
}
.dpHeader.down:before {
  top: 90px;
}
.dpHeader.down .dpHeader__navWrap {
  display: none;
}
.dpHeader.down .dpHeader__btnDetail {
  display: none;
}
.dpHeader.down .dpHeader__inner {
  margin-bottom: 20px;
}
.dpHeader.sticky {
  box-shadow: none;
}
.dpHeader__inner {
  margin: 0 auto 45px;
  max-width: 1080px;
  display: flex;
  padding: 0 210px 0 55px;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) and (max-width: 1147px) {
  .dpHeader__inner {
    max-width: 1180px;
    padding: 0 25px;
  }
}
.dpHeader__logo {
  display: block;
  width: 169px;
  height: 25px;
  background: url(/images/common/logo_dbpia.png) no-repeat 0 0/contain;
  margin-right: 46px;
  align-self: center;
}
.dpHeader__back {
  display: none;
}
.dpHeader__searchWrap {
  width: 100%;
  max-width: 600px;
  height: 50px;
  border: 2px solid #EF4348;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.dpHeader__selectWrap {
  display: flex;
  align-items: center;
  width: 110px;
  height: 100%;
  position: relative;
}
.dpHeader__btnDetail {
  position: absolute;
  right: 0;
  bottom: -45px;
  font-size: 13px;
  color: #ef4348;
  padding: 12px 0;
  cursor: pointer;
}
.dpHeader__btnDetail:hover {
  text-decoration: underline;
}
.dpHeader__selectTit {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
.dpHeader__selectTit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  display: block;
  width: auto;
  height: auto;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 5px 4px 0;
}
.dpHeader__selectTit:before {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dpHeader__select {
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 6px 9px 7px;
  font-size: 13px;
  color: #333;
  outline: none;
}
.dpHeader__search {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 40px;
  flex: 1;
  height: 100%;
  outline: none;
  font-size: 16px;
  color: #222;
}
.dpHeader__search::-webkit-search-decoration, .dpHeader__search::-webkit-search-cancel-button, .dpHeader__search::-webkit-search-results-button, .dpHeader__search::-webkit-search-results-decoration {
  display: none;
}
.dpHeader__search:focus + .dpHeader__btnReset {
  display: block;
}
.dpHeader__btnSearch {
  display: flex;
  width: 46px;
  height: 48px;
  background-color: #ef4348;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transform: translateY(-1px);
}
.dpHeader__btnSearch:after, .dpHeader__btnSearch:before {
  content: "";
  display: block;
  position: absolute;
}
.dpHeader__btnSearch:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 12px;
  top: 13px;
}
.dpHeader__btnSearch:before {
  width: 7px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: top left;
  right: 10px;
  bottom: 16px;
}
.dpHeader__btnReset {
  display: none;
  position: absolute;
  width: 46px;
  height: 46px;
  right: 46px;
  top: 0;
}
.dpHeader__btnReset.active {
  display: block;
}
.dpHeader__btnReset::before {
  content: "";
  background: url(/images/v2/banner/btn_topBanner_closed.png) no-repeat 0/cover;
  cursor: pointer;
  position: absolute;
  inset: 15px;
}
.dpHeader__service {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 25px;
}
@media (min-width: 960px) and (max-width: 1147px) {
  .dpHeader__service {
    right: 25px;
  }
}
.dpHeader__mobileService {
  display: none;
}
.dpHeader__svcTit {
  font-size: 14px;
  color: #111;
}
.dpHeader__count {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  min-height: 15px;
  position: absolute;
  top: -3px;
  left: 22px;
  font-size: 11px;
  padding: 2px 5px;
  background-color: #EF4348;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  font-style: normal;
  font-family: dotum, "돋움", "notokr-regular", "맑은 고딕", sans-serif;
}
.dpHeader__myLibrary {
  position: relative;
  padding-top: 37px;
  background: url(/images/common/mybook.svg) no-repeat 50% 0/34px 34px;
}
.dpHeader__myLibrary:hover {
  text-decoration: none;
}
.dpHeader__myNews {
  position: relative;
  padding-top: 37px;
  background: url(/images/common/bell.svg) no-repeat 50% 0/28px 34px;
}
.dpHeader__myNews:hover {
  text-decoration: none;
}
.dpHeader__navWrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.dpHeader__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.dpHeader__allBtn {
  display: flex;
  width: 16px;
  height: 16px;
  background: url(/images/navigation/global-menu-normal.svg) no-repeat 0 0/contain;
  margin-right: 8px;
}
.dpHeader__allBtn.active {
  background: url(/images/navigation/global-menu-close.svg) no-repeat 0 0/contain;
}
.dpHeader__link {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  font-size: 14px;
  color: #111;
  font-weight: 400;
}
.dpHeader__link.myLibrary {
  display: none;
}
.dpHeader__link.main {
  font-weight: 500;
}
.dpHeader__link.end {
  position: relative;
  margin-right: 20px;
}
.dpHeader__link.end:after {
  content: "";
  display: block;
  background-color: #dfdfdf;
  width: 1px;
  height: 15px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.dpHeader__link:hover, .dpHeader__link.active {
  color: #db3a3f;
  text-decoration: none;
}
.dpHeader__link.beta {
  position: relative;
}
.dpHeader__link.beta:after {
  content: "";
  display: block;
  width: 25px;
  height: 14px;
  background: url(/images/navigation/beta.svg) no-repeat 0 0/cover;
  position: absolute;
  top: 2px;
  right: -7px;
}
.dpHeader__utils {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  position: relative;
}
.dpHeader__util {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  position: relative;
  height: 100%;
}
.dpHeader__util__b2bName {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: unset !important;
}
.dpHeader__util__b2cName {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: unset !important;
}
.dpHeader__util > b {
  font-weight: 500;
  color: #111;
}
.dpHeader__util:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #d1d1d1;
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
}
.dpHeader__util:hover + .tooltip:not(.tool-clear),
.dpHeader__util:hover .tooltip:not(.tool-clear) {
  display: block;
  z-index: 10;
}
.dpHeader__util:hover + .tooltip:not(.tool-clear):where(.tool-user),
.dpHeader__util:hover .tooltip:not(.tool-clear):where(.tool-user) {
  display: flex;
}
.dpHeader__util.count {
  padding: 0 5px;
  border: solid 1px #db3a3f;
  border-radius: 9.5px;
  height: 20px;
  background-color: #fff;
  font-size: 11px;
  color: #db3a3f;
  cursor: pointer;
  margin-left: -10px;
  font-family: Roboto;
}
.dpHeader__util.count.b2c {
  border-color: #3C63E0;
  color: #3C63E0;
}
.dpHeader__util.user {
  color: #111;
  cursor: pointer;
}
.dpHeader__util.not:after {
  display: none;
}
.dpHeader__language {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(/images/navigation/language.svg) no-repeat 0 0/contain;
}
.dpHeader__language.eng {
  background: url(/images/navigation/language-korean.svg) no-repeat 0 0/contain;
}
.dpHeader .tooltip {
  display: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #ececec;
  position: absolute;
  top: 41px;
  letter-spacing: -0.02em;
  line-height: 1.64;
  border-radius: 3px;
  width: max-content;
}
.dpHeader .tooltip.open {
  display: block;
  z-index: 10;
}
.dpHeader .tooltip.open:where(.tool-user) {
  display: flex;
}
.dpHeader .tooltip .color_blue {
  color: #1F8BD8;
}
.dpHeader .tooltip .txtBold {
  font-weight: bold;
}
.dpHeader .tool-la {
  font-size: 13px;
  padding: 15px 20px;
  right: 0;
  background: #fafafa;
  color: #666;
}
.dpHeader .tool-la .medium {
  font-weight: 500;
}
.dpHeader .tool-count {
  font-size: 13px;
  color: #555;
  font-weight: 500;
  padding: 15px 12px;
  right: 0;
  background: #fff;
}
.dpHeader .tool-agency {
  font-size: 13px;
  color: #666;
  padding: 10px 10px;
  background: #fafafa;
  width: 332px;
  font-weight: 500;
  right: 0;
}
.dpHeader .tool-clear {
  z-index: 10;
  top: 35px;
  left: 0;
  padding: 7px 10px 10px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  width: 75px;
  line-height: 1;
  color: #666;
  text-decoration: underline;
  font-size: 10px;
  cursor: pointer;
}
.dpHeader .tool-user {
  padding: 10px 15px 20px 10px;
  border: 1px solid #e0e0e0;
  width: 300px;
  font-weight: 500;
  font-size: 13px;
  color: #555;
  right: 50%;
  transform: translateX(50%);
  background: #fff;
  z-index: 10;
  gap: 10px;
  cursor: auto;
}
.dpHeader .tool-user__logout {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #666;
  font-size: 10px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.dpHeader .tool-user__nav {
  display: inline-flex;
  flex-direction: column;
}
.dpHeader .tool-user__link {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}
.dpHeader .tool-user__link:not(:first-child) {
  margin-top: 5px;
}
.dpHeader .tool-b2c {
  padding: 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  width: 150px;
  font-family: "notokr-medium", sans-serif;
  font-size: 12px;
  color: #111;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  cursor: auto;
}
.dpHeader .tool-b2c:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%) rotate(-45deg);
}
.dpHeader .tool-b2c__tit {
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 7px;
}
.dpHeader .tool-b2c__tit strong {
  display: block;
  font-size: 16px;
  color: #EF4348;
}
.dpHeader .tool-b2c__refresh {
  font-size: 12px;
  color: #777;
  padding-left: 13px;
  background: url(/images/v2/filter/ico_deslect.svg) no-repeat 0 40%/10px 12px;
  cursor: pointer;
}
.dpHeader .tool-b2c__period-txt {
  color: #8E8E8E;
}
.dpHeader .tool-b2c__period-txt span {
  color: #EF4348;
  padding-left: 15px;
  margin-right: 5px;
  font-family: Roboto;
}
.dpHeader .tool-b2c__nav {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 20px 0 15px;
  gap: 15px;
}
.dpHeader .tool-b2c__link {
  color: #111;
}
.dpHeader .tool-b2c__logout {
  padding-left: 15px;
  color: #999;
}

.accredit-box {
  display: flex;
  align-items: center;
  flex: 1;
  height: 65px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 10px;
}
.accredit-box:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-color: #165c92;
}
.accredit-box__tit {
  color: #3C63E0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}
.accredit-box.col {
  flex-direction: column;
}
.accredit-box.center {
  justify-content: center;
}
.accredit-box.between {
  justify-content: space-between;
}
.accredit-box__txt {
  color: #666;
  font-size: 12px;
}
.accredit-box__txt.xs {
  font-size: 10px;
}
.accredit-box__txt.s {
  font-size: 11px;
}
.accredit-box__txt.m {
  font-size: 13px;
}
.accredit-box__txt.l {
  font-size: 14px;
}
.accredit-box__txt .b2bName {
  color: #111;
  margin-right: 2px;
  font-weight: 500;
}
.accredit-box__txt.extend {
  line-height: 1.5;
  color: #111;
}
.accredit-box__txt.extend span {
  font-weight: 700;
}
.accredit-box__ok {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 35px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: #3C63E0;
  cursor: pointer;
}
.accredit-box__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8;
}
.accredit-box__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.accredit-box .day-count {
  font-size: 13px;
  color: #3C63E0;
  font-weight: 500;
  font-family: Roboto;
}
.accredit-box .day-count:before {
  content: "D-";
}
.accredit-box .extension {
  font-size: 12px;
  color: #111;
  text-decoration: underline;
}
.accredit-box .extension.xs {
  font-size: 10px;
}
.accredit-box .again {
  margin-left: auto;
  font-size: 10px;
  color: #3C63E0;
}
.accredit-box .again:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #3C63E0;
}

.dpAlarmWrap {
  position: absolute;
  top: 40px;
  right: 0;
  width: 260px;
  height: 412px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #555;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  z-index: 1;
  display: flex;
  display: none;
}
.dpAlarmWrap.new .dpAlarmWrap__list {
  display: block;
}
.dpAlarmWrap.new .dpAlarmWrap__noNews {
  display: none;
}
.dpAlarmWrap:hover {
  text-decoration: none;
}
.dpAlarmWrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-color: transparent;
  border-style: solid;
  right: 19px;
  top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #cccccc;
}
.dpAlarmWrap:after {
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: 19px;
  top: -6px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff;
}
.dpAlarmWrap__header {
  display: flex;
  padding: 10px 14px 9px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.dpAlarmWrap__txt {
  font-size: 13px;
  color: #111;
}
.dpAlarmWrap__txt .day {
  color: #ef4348;
}
.dpAlarmWrap__setting {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  padding: 6px 7px 4px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  line-height: 1.2;
  font-size: 12px;
  color: #222;
}
.dpAlarmWrap__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  height: 42px;
  font-size: 13px;
  color: #111;
  position: relative;
}
.dpAlarmWrap__link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 0.5px solid #333;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
  margin-left: 5px;
}
.dpAlarmWrap__cont {
  flex: 1;
}
.dpAlarmWrap__noNews {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dpAlarmWrap__noNews .t1 {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 500;
}
.dpAlarmWrap__noNews .t1:before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 50px;
  height: 56px;
  background: url(/images/mypage/img_nodata_bell.png) no-repeat 0 0/50px 50px;
}
.dpAlarmWrap__noNews .t2 {
  font-size: 13px;
  color: #999;
}
.dpAlarmWrap__list {
  display: none;
}
.dpAlarmWrap__row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 34px 10px 32px;
  border-bottom: 1px solid #eee;
  position: relative;
  height: 77px;
}
.dpAlarmWrap__row.view:before {
  background: #e9e9e9;
}
.dpAlarmWrap__row:before {
  position: absolute;
  left: 14px;
  top: 16px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4348;
}
.dpAlarmWrap__row .date {
  font-size: 12px;
  margin-top: 2px;
  color: #999;
  display: block;
}
.dpAlarmWrap__row .btnDelete {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.dpAlarmWrap__row .btnDelete:before, .dpAlarmWrap__row .btnDelete:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpAlarmWrap__row .btnDelete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dpAlarmWrap__row .btnDelete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dpAlarmWrap__news {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 192px;
  max-height: 36px;
  font-size: 13px;
  color: #222;
}

.dpAllMenuWrap {
  width: 100%;
  max-height: 400px;
  position: absolute;
  left: 0;
  top: 174px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.dpAllMenuWrap__inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}
.dpAllMenuWrap__list {
  display: none;
  height: 360px;
  width: 180px;
  position: relative;
  border-right: 1px solid #ececec;
}
.dpAllMenuWrap__list.subject {
  width: 360px;
  border-left: 1px solid #ececec;
}
.dpAllMenuWrap__list.subject .dpAllMenuWrap__links {
  display: none;
  width: 50%;
  position: absolute;
  right: 0;
  top: 33px;
  height: 347px;
  overflow-y: auto;
  margin-top: 0;
}
.dpAllMenuWrap__list.active {
  display: block;
}
.dpAllMenuWrap__list.info {
  max-width: 100%;
  padding: 0 20px;
  flex: 1 0 0%;
}
.dpAllMenuWrap__list.info .dpAllMenuWrap__h2 {
  padding-left: 28px;
}
.dpAllMenuWrap__list.info .btnWrap {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.dpAllMenuWrap__list.info .btnWrap__link {
  position: initial;
}
.dpAllMenuWrap__list .btnWrap__link {
  position: absolute;
  max-width: 140px;
  left: 20px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  border: solid 1px #ececec;
  background-color: #fff;
  font-size: 11px;
  color: #666;
  padding: 5px 15px;
}
.dpAllMenuWrap__list .btnWrap__link:hover {
  text-decoration: none;
  border-color: #999;
}
.dpAllMenuWrap__h2 {
  font-size: 14px;
  color: #111;
  padding: 0 0 0 20px;
}
.dpAllMenuWrap__h2 .link {
  color: #111;
}
.dpAllMenuWrap__h2 + .dpAllMenuWrap__h2 {
  margin-top: 30px;
}
.dpAllMenuWrap__h2.subscription {
  background: url(/images/navigation/subscription.svg) no-repeat 0 50%/contain;
}
.dpAllMenuWrap__h2.benefit {
  background: url(/images/navigation/benefit.svg) no-repeat 0 50%/contain;
}
.dpAllMenuWrap__h2.akaroot {
  background: url(/images/navigation/akaroot.svg) no-repeat 0 50%/contain;
}
.dpAllMenuWrap__h2.wordvice {
  background: url(/images/navigation/wordvice.svg) no-repeat 0 50%/contain;
}
.dpAllMenuWrap__h2.tip {
  background: url(/images/navigation/tip.svg) no-repeat 0 50%/contain;
}
.dpAllMenuWrap__txt {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  line-height: 1.67;
}
.dpAllMenuWrap__h2Link {
  display: block;
}
.dpAllMenuWrap__h2Link:not(:first-child) {
  margin-top: 20px;
}
.dpAllMenuWrap__h2Link:hover {
  text-decoration: none;
}
.dpAllMenuWrap__h2Link:hover .dpAllMenuWrap__h2 {
  color: #db3a3f;
}
.dpAllMenuWrap__category:first-of-type {
  margin-top: 13px;
}
.dpAllMenuWrap__category:hover .dpAllMenuWrap__links {
  display: flex;
  flex-direction: column;
}
.dpAllMenuWrap__category:hover .dpAllMenuWrap__tit {
  background-color: #db3a3f;
  color: #fff;
  position: relative;
}
.dpAllMenuWrap__category:hover .dpAllMenuWrap__tit:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.dpAllMenuWrap__tit {
  display: flex;
  width: 50%;
  min-height: 34px;
  align-items: center;
  padding: 5px 20px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.dpAllMenuWrap__tit.active {
  background-color: #db3a3f;
  color: #fff;
  position: relative;
}
.dpAllMenuWrap__tit.active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.dpAllMenuWrap__tit.active + .dpAllMenuWrap__links {
  display: block;
}
.dpAllMenuWrap__links {
  margin-top: 13px;
}
.dpAllMenuWrap__link {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 34px;
  padding: 5px 10px 5px 20px;
  color: #666;
  font-size: 12px;
}
.dpAllMenuWrap__link:hover {
  background-color: #fff1f1;
  color: #db3a3f;
  text-decoration: none;
}
.dpAllMenuWrap.openMenu .dpAllMenuWrap__inner {
  padding: 20px 0;
}
.dpAllMenuWrap.openMenu .dpAllMenuWrap__list {
  display: block;
}
.dpAllMenuWrap.openMenu .dpAllMenuWrap__category:hover .dpAllMenuWrap__links {
  display: block;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject {
  display: block;
  width: 450px;
  height: 395px;
  margin-left: 33px;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__h2 {
  display: none;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit {
  width: 140px;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit.active + .dpAllMenuWrap__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__links {
  width: 305px;
  height: 385px;
  top: 13px;
  right: auto;
  left: 141px;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__link {
  width: max-content;
  max-width: 50%;
}
.dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__link:hover {
  background-color: #fff;
  text-decoration: underline;
  color: #666;
}

.recentSchTerms {
  display: flex;
  flex-direction: column;
  width: calc(100% + 4px);
  min-height: 332px;
  position: absolute;
  left: -2px;
  top: 46px;
  border: 2px solid #EF4348;
  background: #fff;
  overflow: hidden;
  z-index: 10;
  padding: 12px 0 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
}
.recentSchTerms.recent .recentSchTerms__top {
  display: flex;
}
.recentSchTerms.recent .recentSchTerms__itemDelete {
  display: flex;
}
.recentSchTerms.recent .recentSchTerms__item.recent:before {
  display: none;
}
.recentSchTerms__top {
  display: none;
  align-items: center;
  height: 20px;
  padding: 0 12px;
  margin-bottom: 7px;
  justify-content: space-between;
}
.recentSchTerms__tit {
  font-size: 14px;
  font-weight: 400;
}
.recentSchTerms__deleteAll {
  font-size: 10px;
  color: #bfbfbf;
  cursor: pointer;
}
.recentSchTerms__list {
  margin-bottom: auto;
}
.recentSchTerms__item {
  height: 28px;
  padding: 0 56px 0 36px;
  font-size: 12px;
  line-height: 28px;
  color: #231815;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recentSchTerms__item:hover {
  text-decoration: none;
}
.recentSchTerms__item:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 9px;
  width: 10px;
  height: 10px;
  background: url(/images/v2/header/ico_link.svg) no-repeat 0 0/10px 10px;
}
.recentSchTerms__item.recent {
  background: url(/images/v2/header/ico_recent.svg) no-repeat 12px 50%/14px 14px;
}
.recentSchTerms__item.recent b {
  font-weight: 700;
}
.recentSchTerms__item.recent:hover, .recentSchTerms__item.recent.selectedItem {
  background-color: #f2f2f2;
}
.recentSchTerms__item.recent:before {
  display: none;
}
.recentSchTerms__item.keyword {
  background: url(/images/v2/header/ico_keyword.svg) no-repeat 12px 50%/14px 14px;
}
.recentSchTerms__item.keyword b {
  font-weight: 700;
  color: #DB3A3F;
}
.recentSchTerms__item.keyword:hover, .recentSchTerms__item.keyword.selectedItem {
  background-color: #f2f2f2;
}
.recentSchTerms__itemDelete {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
  background: url(/images/v2/header/ico_delete.svg) no-repeat 0 0/10px 10px;
}
.recentSchTerms__toggleWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px auto 0;
  width: calc(100% - 24px);
  height: 53px;
  border-top: 1px solid #CFCFCF;
  font-size: 13px;
  color: #75797E;
}
.recentSchTerms__label {
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}
.recentSchTerms__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
  height: 20px;
  padding: 0 8px;
  background-color: #c4c4c4;
  border-radius: 10px;
}
.recentSchTerms__toggle:after {
  content: "OFF";
  font-size: 10px;
  color: #75797E;
  opacity: 1;
  cursor: pointer;
}
.recentSchTerms__toggle:before {
  opacity: 0;
}
.recentSchTerms__toggle:checked {
  justify-content: flex-start;
  background-color: #db3a3f;
}
.recentSchTerms__toggle:checked:after {
  opacity: 0;
}
.recentSchTerms__toggle:checked:before {
  opacity: 1;
  content: "ON";
  font-size: 10px;
  color: #fff;
  cursor: pointer;
}
.recentSchTerms__toggle:checked + i {
  left: 32px;
  transition: all 0.1s;
}
.recentSchTerms__toggle + i {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.1s;
}

.dpMobileMenu {
  display: none;
}

@media screen and (max-width: 960px) {
  html {
    overscroll-behavior: none;
  }
  html.focus {
    overflow: hidden;
  }
  @supports (-webkit-touch-callout: none) {
    html.focus {
      overflow: hidden;
    }
  }
  html.fixed {
    overflow: hidden;
  }
  @supports (-webkit-touch-callout: none) {
    html.fixed {
      position: fixed;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
  }
  .topBanner.focus {
    display: none;
  }
  .dpHeader {
    padding: 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 30;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .dpHeader.up {
    padding-top: 0;
  }
  .dpHeader.up .dpHeader__inner {
    margin-bottom: 0;
  }
  .dpHeader.up .dpHeader__btnDetail {
    display: none;
  }
  .dpHeader.up:after {
    display: none;
  }
  .dpHeader.down {
    padding-top: 0;
  }
  .dpHeader.down .dpHeader__inner {
    margin-bottom: 0;
  }
  .dpHeader.down .dpHeader__logo,
.dpHeader.down .dpHeader__mobileService {
    display: none;
  }
  .dpHeader.down .dpHeader__searchWrap {
    margin: 0;
  }
  .dpHeader:after {
    display: none;
  }
  .dpHeader:before {
    display: none;
  }
  .dpHeader.sticky {
    box-shadow: none;
  }
  .dpHeader__inner {
    margin: 0 auto;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
    z-index: 10;
  }
  .dpHeader__inner.focus {
    z-index: 101;
    background-color: #fff;
  }
  .dpHeader__inner.focus .dpHeader__logo,
.dpHeader__inner.focus .dpHeader__mobileService {
    display: none;
  }
  .dpHeader__inner.focus .dpHeader__searchWrap {
    margin: 0;
  }
  .dpHeader__inner.focus .dpHeader__back {
    display: block;
  }
  .dpHeader__logo {
    display: flex;
    width: 90px;
    height: 34px;
    margin: 0;
    background: url(/images/common/logo_dbpia.png) no-repeat 0 50%/contain;
    align-self: center;
    flex-shrink: 0;
  }
  .dpHeader__back {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
  }
  .dpHeader__back:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #75797E;
    position: absolute;
    left: 6px;
    top: 12px;
    border-radius: 10px;
  }
  .dpHeader__back:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #75797E;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 7px;
  }
  .dpHeader__mobileService {
    display: flex;
    width: 24px;
    height: 24px;
    background: url(/images/navigation//mymenu.svg) no-repeat 50% 50%/contain;
    flex-shrink: 0;
  }
  .dpHeader__searchWrap {
    width: auto;
    max-width: 100%;
    height: 36px;
    border: 1px solid #EF4348;
    border-radius: 18px;
    flex: 1;
    margin: 0 16px;
  }
  .dpHeader__selectWrap {
    display: none;
  }
  .dpHeader__btnDetail {
    position: absolute;
    right: 0;
    bottom: -45px;
    font-size: 13px;
    color: #ef4348;
    padding: 12px 0;
  }
  .dpHeader__selectTit {
    position: absolute;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #555;
    cursor: pointer;
  }
  .dpHeader__selectTit:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    display: block;
    width: auto;
    height: auto;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 5px 4px 0;
  }
  .dpHeader__selectTit:before {
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .dpHeader__select {
    opacity: 0;
    height: 100%;
    width: 100%;
    padding: 6px 9px 7px;
    font-size: 13px;
    color: #333;
    outline: none;
  }
  .dpHeader__search {
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    padding-right: 70px;
  }
  .dpHeader__btnReset {
    width: 33px;
    height: 33px;
    right: 40px;
  }
  .dpHeader__btnReset:before {
    inset: 10px;
  }
  .dpHeader__btnSearch {
    background-color: transparent;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 5px;
    top: 0;
  }
  .dpHeader__btnSearch:after {
    width: 17px;
    height: 17px;
    border: 1.5px solid #666;
    left: 7px;
    top: 7px;
  }
  .dpHeader__btnSearch:before {
    width: 5px;
    height: 1px;
    bottom: 12px;
    background-color: #666;
    right: 7px;
  }
  .dpHeader__btnDetail {
    display: none;
  }
  .dpHeader__service {
    display: none;
  }
  .dpHeader__navWrap {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    position: relative;
  }
  .dpHeader__navWrap:before, .dpHeader__navWrap:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 30px;
    height: 48px;
  }
  .dpHeader__navWrap:after {
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .dpHeader__navWrap:before {
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .dpHeader__nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
    padding-right: 16px;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .dpHeader__nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .dpHeader__allBtn {
    display: none;
  }
  .dpHeader__link {
    white-space: nowrap;
    padding: 0;
  }
  .dpHeader__link:nth-child(2) {
    margin-left: 16px;
  }
  .dpHeader__link:nth-child(2).active {
    position: relative;
  }
  .dpHeader__link:nth-child(2).active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #db3a3f;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .dpHeader__link.end {
    margin-right: 0;
  }
  .dpHeader__link.end:after {
    display: none;
  }
  .dpHeader__link.myLibrary {
    display: flex;
    position: relative;
  }
  .dpHeader__link.myLibrary .count {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    padding: 0 5px;
    border-radius: 6px;
    background-color: #ef4348;
    font-size: 11px;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .dpHeader__link:hover {
    color: #db3a3f;
    text-decoration: none;
  }
  .dpHeader__utils {
    position: fixed;
    width: 90%;
    right: 0;
    display: none;
  }
  .dpHeader__language {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(/images/navigation/language.svg) no-repeat 0 0/contain;
  }
  .dpHeader__language.eng {
    background: url(/images/navigation/language-korean.svg) no-repeat 0 0/contain;
  }
  .dpAllMenuWrap {
    height: auto;
    top: 50px;
  }
  .dpAllMenuWrap.active {
    display: block;
  }
  .dpAllMenuWrap__inner {
    width: 100%;
    position: relative;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 50px 10px 0;
    display: flex;
    overflow-x: auto;
    position: unset;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__h2 {
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit {
    width: auto;
    border-radius: 25px;
    background-color: #f6f6f6;
    padding: 0 12px;
    margin: 0 5px;
    white-space: nowrap;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit.active {
    background-color: #db3a3f;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit.active:after {
    display: none;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit.active + .dpAllMenuWrap__links {
    flex-direction: row;
    background: #fff;
    border-top: 1px solid #dadada;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__tit.active + .dpAllMenuWrap__links:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__links {
    width: 100%;
    height: auto;
    left: 0;
    top: 104px;
    flex-direction: row;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__link {
    width: 50%;
    height: 42px;
    border-bottom: solid 1px #dadada;
    justify-content: center;
    text-align: center;
  }
  .dpAllMenuWrap.openSubMenu .dpAllMenuWrap__list.subject .dpAllMenuWrap__link:nth-child(odd) {
    border-right: solid 1px #dadada;
  }
  .dpAllMenuWrap__category {
    padding: 10px 0;
  }
  .dpAllMenuWrap__category:first-of-type {
    margin-top: 0;
  }
  .recentSchTerms {
    flex-direction: column;
    width: 100vw;
    inset: 0;
    border: 0;
    background: #fff;
    overflow: scroll;
    position: fixed;
    z-index: -1;
    padding: 84px 0 0 0;
    display: none;
  }
  .recentSchTerms:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 64px;
    left: 0;
    background-color: #cfcfcf;
  }
  .recentSchTerms.recent .recentSchTerms__top {
    display: flex;
  }
  .recentSchTerms.recent .recentSchTerms__itemDelete {
    display: flex;
  }
  .recentSchTerms.recent .recentSchTerms__item.recent:before {
    display: none;
  }
  .recentSchTerms__top {
    display: none;
    align-items: center;
    height: 20px;
    padding: 0 12px;
    margin-bottom: 7px;
    justify-content: space-between;
  }
  .recentSchTerms__tit {
    font-size: 14px;
    font-weight: 400;
  }
  .recentSchTerms__deleteAll {
    font-size: 12px;
  }
  .recentSchTerms__list {
    margin-bottom: 0;
    flex: 0;
  }
  .recentSchTerms__item {
    height: 32px;
    padding: 0 56px 0 36px;
    font-size: 14px;
    line-height: 32px;
    color: #231815;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .recentSchTerms__item:hover {
    text-decoration: none;
  }
  .recentSchTerms__item:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 10px;
    height: 10px;
    background: url(/images/v2/header/ico_link.svg) no-repeat 0 0/10px 10px;
  }
  .recentSchTerms__item.recent {
    background: url(/images/v2/header/ico_recent.svg) no-repeat 12px 50%/14px 14px;
  }
  .recentSchTerms__item.recent b {
    font-weight: 700;
  }
  .recentSchTerms__item.recent:hover {
    background-color: #f2f2f2;
  }
  .recentSchTerms__item.recent:before {
    display: none;
  }
  .recentSchTerms__item.keyword {
    background: url(/images/v2/header/ico_keyword.svg) no-repeat 12px 50%/14px 14px;
  }
  .recentSchTerms__item.keyword b {
    font-weight: 700;
    color: #DB3A3F;
  }
  .recentSchTerms__item.keyword:hover {
    background-color: #f2f2f2;
  }
  .recentSchTerms__itemDelete {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    background: url(/images/v2/header/ico_delete.svg) no-repeat 50%/10px 10px;
  }
  .recentSchTerms__toggleWrap {
    width: 100%;
    padding: 0 20px;
    height: 53px;
    font-size: 13px;
    margin: 10px 0 0;
    border-bottom: 1px solid #CFCFCF;
  }
  .recentSchTerms__label {
    position: relative;
    margin-left: 6px;
    cursor: pointer;
  }
  .recentSchTerms__toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50px;
    height: 20px;
    padding: 0 8px;
    background-color: #c4c4c4;
    border-radius: 10px;
  }
  .recentSchTerms__toggle:after {
    content: "OFF";
    font-size: 10px;
    color: #75797E;
    opacity: 1;
    cursor: pointer;
  }
  .recentSchTerms__toggle:before {
    opacity: 0;
  }
  .recentSchTerms__toggle:checked {
    justify-content: flex-start;
    background-color: #db3a3f;
  }
  .recentSchTerms__toggle:checked:after {
    opacity: 0;
  }
  .recentSchTerms__toggle:checked:before {
    opacity: 1;
    content: "ON";
    font-size: 10px;
    color: #fff;
    cursor: pointer;
  }
  .recentSchTerms__toggle:checked + i {
    left: 32px;
    transition: all 0.1s;
  }
  .recentSchTerms__toggle + i {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.1s;
  }
  .dpMobileMenu {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    left: 20%;
    top: 0;
    background-color: #fff;
    transform: translateX(100%);
    animation: transform 0.5s ease-in;
    z-index: 101;
  }
  .dpMobileMenu[data-slide=in] {
    transform: translateX(0);
    transition: transform 0.5s ease;
    box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.3);
    overscroll-behavior: contain;
  }
  .dpMobileMenu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 15px;
    border-bottom: 1px solid #c8c8c8;
    height: 57px;
  }
  .dpMobileMenu__userName {
    font-size: 14px;
    font-weight: 700;
    color: #111;
  }
  .dpMobileMenu__closed {
    width: 25px;
    height: 25px;
    position: relative;
  }
  .dpMobileMenu__closed:after, .dpMobileMenu__closed:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #666;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .dpMobileMenu__closed:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .dpMobileMenu__closed:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .dpMobileMenu__nav {
    flex: 1;
    overflow-y: scroll;
    overscroll-behavior: contain;
  }
  .dpMobileMenu__item {
    display: flex;
    align-items: center;
    padding: 0 19px 0 15px;
    height: 46px;
    font-weight: 500;
    font-size: 14px;
    color: #707070;
    border-bottom: 1px solid #efefef;
  }
  .dpMobileMenu__item.certification {
    font-weight: 700;
    color: #111;
  }
  .dpMobileMenu__item.login {
    font-weight: 700;
    color: #3C63E0;
  }
  .dpMobileMenu__btn {
    width: 100%;
    cursor: pointer;
    position: relative;
  }
  .dpMobileMenu__btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #888;
    border-top: 0;
    border-right: 0;
    position: absolute;
    right: 25px;
    top: 15px;
    transform: rotate(-45deg);
  }
  .dpMobileMenu__btn.open:after {
    top: 20px;
    transform: rotate(135deg);
  }
  .dpMobileMenu__btn.open + .dpMobileMenu__items {
    display: block;
    height: auto;
    padding: 9px 0 7px;
    border-bottom: 1px solid #efefef;
  }
  .dpMobileMenu__items {
    overflow: hidden;
    height: 0;
  }
  .dpMobileMenu__link {
    display: flex;
    height: 29px;
    align-items: center;
    padding-left: 37px;
    color: #555;
    font-size: 14px;
  }
  .dpMobileMenu__subscribing {
    width: calc(100% - 34px);
    margin: 3px 17px 30px;
    padding: 18px 16px 17px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    background-color: #F8F8F8;
    position: relative;
  }
  .dpMobileMenu__subscribing:before {
    content: "";
    display: block;
    width: calc(100% + 34px);
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: -17px;
    top: -6px;
  }
  .dpMobileMenu__subscribing:after {
    content: "";
    display: block;
    width: calc(100% + 34px);
    height: 1px;
    background-color: #efefef;
    position: absolute;
    left: -17px;
    bottom: -30px;
  }
  .dpMobileMenu__refresh {
    position: absolute;
    font-size: 12px;
    color: #777;
    padding-left: 13px;
    background: url(/images/v2/filter/ico_deslect.svg) no-repeat 0 40%/10px 12px;
    cursor: pointer;
    top: 20px;
    right: 15px;
  }
  .dpMobileMenu .subscribing__product {
    font-size: 9px;
    color: #fff;
    display: inline-flex;
    padding: 2px 5px 3px;
    background-color: #3C63E0;
  }
  .dpMobileMenu .subscribing__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
  }
  .dpMobileMenu .subscribing__tit {
    font-size: 16px;
    font-weight: 500;
    color: #060606;
  }
  .dpMobileMenu .subscribing__tit strong {
    color: #EF4348;
  }
  .dpMobileMenu .subscribing__date {
    font-size: 11px;
    color: #8E8E8E;
  }
  .dpMobileMenu .subscribing__date span {
    color: #EF4348;
    margin-right: 1px;
  }
  .dpMobileMenu__login {
    padding: 15px;
    border-bottom: 1px solid #efefef;
  }
  .dpMobileMenu .accredit-box {
    height: auto;
    min-height: 65px;
  }
  .dpMobileMenu .accredit-box:hover {
    text-decoration: none;
  }
  .dpMobileMenu .accredit-box__tit {
    color: #3C63E0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
  }
  .dpMobileMenu .accredit-box__txt {
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .dpMobileMenu .accredit-box__ok {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 35px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background-color: #3C63E0;
    cursor: pointer;
  }
  .dpMobileMenu .accredit-box__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.8;
  }
  .dpMobileMenu .accredit-box__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dpMobileMenu .accredit-box .day-count {
    font-size: 13px;
    color: #3C63E0;
    font-weight: 500;
    font-family: Roboto;
  }
  .dpMobileMenu .accredit-box .day-count:before {
    content: "D-";
  }
  .dpMobileMenu .accredit-box .extension {
    font-size: 12px;
    color: #111;
    text-decoration: underline;
  }
  .dpMobileMenu .accredit-box .extension.xs {
    font-size: 10px;
  }
  .dpMobileMenu .accredit-box .again {
    margin-left: auto;
    font-size: 10px;
    color: #3C63E0;
  }
  .dpMobileMenu .accredit-box .again:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #3C63E0;
  }
  .dpMobileMenu__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    padding: 0 15px;
    border-top: 1px solid #e7e7e7;
  }
  .dpMobileMenu__logout {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
  }
  .dpMobileMenu__language {
    width: 27px;
    height: 27px;
    background: url(/images/common/language_g.svg) no-repeat center/22px 22px;
  }
  .dpMobileMenu__language.eng {
    background-image: url(/images/common/language_koreag.svg);
  }
}
.dbFooter {
  background-color: #F2F2F2;
  border-top: 1px solid #DCDCDC;
  font-size: 13px;
  color: #000;
}
.dbFooter__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "footer-top footer-top" "footer-left footer-right-top" "footer-left footer-right-btm";
  grid-template-columns: auto 150px;
}
.dbFooter__info {
  grid-area: footer-top;
  height: 45px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  color: #000;
}
.dbFooter__left {
  grid-area: footer-left;
}
.dbFooter__link {
  padding: 0 15px;
  position: relative;
  color: #000;
}
.dbFooter__link:not(:last-child)::after {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 11px;
  background: #DCDCDC;
}
.dbFooter__family {
  position: relative;
  min-width: 132px;
  margin-right: 15px;
}
.dbFooter__family::after {
  content: "";
  border: 5px solid;
  border-color: #c4c4c4 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
}
.dbFooter__select {
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #DCDCDC;
  height: 30px;
  position: relative;
  background-color: #fff;
  color: #666;
  width: 100%;
}
.dbFooter__addressWrap {
  grid-area: footer-left;
  padding: 10px 15px 0;
  margin-bottom: 12px;
}
.dbFooter__address {
  font-size: 11px;
  color: #666;
}
.dbFooter__address:not(:last-child) {
  margin-bottom: 5px;
}
.dbFooter__copy {
  grid-area: footer-left;
  font-size: 11px;
  color: #999;
  margin-left: 15px;
}
.dbFooter__prize {
  grid-area: footer-left;
  padding: 15px 15px 20px;
  height: 70px;
  display: flex;
  align-items: center;
}
.dbFooter__prizeItem {
  text-decoration: none;
  display: inline-block;
}
.dbFooter__prizeItem:not(:last-child) {
  margin-right: 20px;
}
.dbFooter__prizeItem img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.dbFooter__prizeItem.gcs {
  width: 72px;
}
.dbFooter__prizeItem.rightOk {
  width: 50px;
}
.dbFooter__prizeItem.kepa {
  width: 49px;
}
.dbFooter__prizeItem.aws {
  width: 93px;
}
.dbFooter__prizeItem.isms {
  width: 42px;
}
.dbFooter__customer {
  grid-area: footer-right-top;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.dbFooter__customer h3 {
  margin-right: 8px;
}
.dbFooter__customer a {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}
.dbFooter__customer a:hover {
  text-decoration: underline;
}
.dbFooter__workTime {
  font-size: 11px;
  color: #666;
}
.dbFooter__tel {
  font-size: 11px;
  color: #666;
}
.dbFooter__notice {
  grid-area: footer-right-btm;
}
.dbFooter__notice h3 a {
  position: relative;
  padding-right: 12px;
}
.dbFooter__notice h3 a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #666;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 7px;
}
.dbFooter__h3 {
  margin: 0;
  display: inline-block;
}
.dbFooter__h3 a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
}
.dbFooter__h3 a:hover {
  text-decoration: underline;
}
.dbFooter__sns {
  margin-top: 10px;
}
.dbFooter__sns a {
  text-decoration: none;
}
.dbFooter__sns a:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .dbFooter__inner {
    display: block;
    padding-bottom: 20px;
  }
  .dbFooter__info {
    height: auto;
  }
  .dbFooter__links {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
  }
  .dbFooter__link {
    display: inline-block;
  }
  .dbFooter__link:nth-child(n+4) {
    margin-top: 10px;
  }
  .dbFooter__link:nth-child(3):after {
    display: none;
  }
  .dbFooter__family {
    display: none;
  }
  .dbFooter__prize {
    display: none;
  }
  .dbFooter__customer {
    display: none;
  }
  .dbFooter__notice {
    display: none;
  }
}
/**
input 에서 type=number 일 때 자동으로 생기는 화살표 제거
 */
dialog[class] {
  display: none;
}

dialog[open],
dialog[open=open] {
  display: block;
}

.bgDimmed {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 102;
}
.bgDimmed[data-visible=visible] {
  display: block;
}

.dpPartnership {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 0.5px));
  width: 526px;
  top: 45px;
  padding: 30px;
  background-color: #fff;
  border: 0;
}
.dpPartnership__tit {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
}
.dpPartnership__txt {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.dpPartnership__closed {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.dpPartnership__closed:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dpPartnership__closed:before, .dpPartnership__closed:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
}
.dpPartnership__closed:after {
  transform: rotate(45deg) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
.dpPartnership__closed:before {
  transform: rotate(-45deg) translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
.dpPartnership .partnershipWrap {
  display: flex;
  flex-wrap: wrap;
}
.dpPartnership .partnershipLy {
  border: 1px solid #efefef;
  width: 100%;
}
.dpPartnership .partnershipLy:not(:first-child) {
  width: 50%;
  border-top: 0;
}
.dpPartnership .partnershipLy:last-child {
  border-left: 0;
}
.dpPartnership .partnershipLy__tit {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  background-color: #fafafa;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #efefef;
}
.dpPartnership .partnershipLy__dl {
  padding: 22px 15px 21px;
  font-size: 12px;
  color: #666;
}
.dpPartnership .partnershipLy__dt {
  display: inline-block;
}
.dpPartnership .partnershipLy__dd {
  display: inline-block;
}
.dpPartnership .partnershipLy__dd + dd {
  display: block;
  margin-top: 7px;
}
.dpPartnership .partnershipLy__mail a {
  text-decoration: none;
  padding-left: 20px;
  background: url(/images/v2/common/ico_mail.svg) no-repeat 0 80%/15px;
  color: #3c63e0;
}
.dpPartnership .partnershipLy__mail a:hover {
  text-decoration: underline;
}

.dpAlert {
  z-index: 110;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 336px;
  background-color: #fff;
  border: 0;
  padding-top: 25px;
}
.dpAlert:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  border: 5px solid #fff;
  background-color: #3C63E0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(calc(-50% + 0.5px));
}
.dpAlert:after {
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  position: absolute;
  transform: translateX(calc(-50% + 0.5px)) rotate(180deg);
  left: 50%;
  top: -24px;
  background-color: #fff;
  box-shadow: 0 -8px 0 0 #fff;
  border-top: 2px solid #3C63E0;
}
.dpAlert__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 25px 20px 20px;
}
.dpAlert__btnWrap {
  display: flex;
  margin-top: 10px;
  padding: 12px 10px;
  border-top: 1px solid #EFEFEF;
}
.dpAlert .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  font-size: 16px;
  color: #fff;
  flex: 1;
  cursor: pointer;
  background-color: #555;
  margin-right: 10px;
  outline: none;
}
.dpAlert .btn:last-child {
  background-color: #3C63E0;
  margin-right: 0;
}

.dpLogin {
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  background-color: #fff;
  width: 524px;
  border: 0;
}
.dpLogin__header {
  padding: 13px 16px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}
.dpLogin__header img {
  width: 100px;
  height: 30px;
}
.dpLogin__closed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.dpLogin__closed:after, .dpLogin__closed:before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpLogin__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpLogin__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpLogin__h2 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 20px;
}
.dpLogin__form {
  padding: 0 110px 0;
}
.dpLogin__info {
  font-size: 12px;
  width: max-content;
  margin: 0 auto 15px;
}
.dpLogin__inputBox {
  position: relative;
}
.dpLogin__inputBox:not(:first-child) {
  margin-top: 15px;
}
.dpLogin__inputBox.focus label {
  top: 2px;
  font-size: 7px;
  color: #666;
}
.dpLogin__inputBox label {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 13px;
  transition: all 0.4s;
  cursor: text;
  transform: translateY(0px);
  color: #666;
}
.dpLogin__inputBox .btnDelete {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px solid #cecece;
  transform: translateY(calc(-50% + 0.5px));
}
.dpLogin__inputBox .btnDelete.on {
  display: block;
}
.dpLogin__inputBox .btnDelete:after, .dpLogin__inputBox .btnDelete:before {
  content: "";
  display: block;
  width: 80%;
  height: 0.5px;
  background-color: #cecece;
  left: 50%;
  top: 50%;
  position: absolute;
}
.dpLogin__inputBox .btnDelete:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpLogin__inputBox .btnDelete:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpLogin__inputBox .btnTogglePassword {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: -45px;
  width: 43px;
  height: 40px;
  background: url(/images/common/eye_off2.svg) no-repeat 50% 50%/22px 22px;
}
.dpLogin__inputBox .btnTogglePassword.show {
  display: block;
}
.dpLogin__inputBox .btnTogglePassword.on {
  background: url(/images/common/eye_on.svg) no-repeat 50% 50%/22px 22px;
}
.dpLogin__input {
  width: 100%;
  height: 45px;
  align-items: center;
  font-size: 14px;
  color: #111;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 13px;
  background: #fff;
  border-radius: 3px;
}
.dpLogin__input:focus, .dpLogin__input__hasText {
  outline: 1px solid #999DFF;
}
.dpLogin__input:focus + label, .dpLogin__input__hasText + label {
  top: 2px;
  font-size: 7px;
  color: #666;
}
.dpLogin__linkBox {
  padding: 10px 110px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dpLogin__linkBox span {
  margin: 0 5px;
}
.dpLogin__saveId {
  margin-top: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  flex-wrap: wrap;
}
.dpLogin__saveId label {
  font-size: 12px;
  color: #666;
  margin-left: 5px;
  cursor: pointer;
}
.dpLogin__saveId label + input {
  margin-left: 10px;
}
.dpLogin .autoLogin-tooltip {
  display: none;
  padding: 5px 0 0 20px;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -35px;
  font-size: 12px;
  color: #666;
  background: #fff;
  border: 1px solid #ECECEC;
  padding: 5px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: -0.05em;
}
.dpLogin .autoLogin-tooltip.info {
  display: block;
}
.dpLogin .autoLogin-tooltip.keep {
  display: none;
}
.dpLogin .autoLogin-tooltip:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  bottom: -5px;
}
.dpLogin .autoLogin-tooltip b {
  font-weight: 400;
  color: #3c63e0;
}
.dpLogin__login {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background-color: #ef4348;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.dpLogin__login:hover {
  background-color: #c03639;
}
.dpLogin__snsLogin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  height: 45px;
  border: 1px solid #ccc;
  transition: box-shadow 0.5s ease, transform 0.2s ease;
  border-radius: 3px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.dpLogin__snsLogin:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.dpLogin__snsLogin.kakao {
  background: url(/images/member/sns_kakao.svg) no-repeat 25px 50%/30px 30px;
}
.dpLogin__snsLogin.naver {
  background: url(/images/member/sns_naver.svg) no-repeat 25px 50%/30px 30px;
}
.dpLogin__snsLogin.google {
  background: url(/images/member/sns_google.svg) no-repeat 25px 50%/30px 30px;
}
.dpLogin__snsLogin.displayShow {
  position: relative;
}
.dpLogin__snsLogin.displayShow::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/common/log_cheki.svg) no-repeat center;
}
.dpLogin__link {
  font-size: 13px;
  color: #666;
  text-decoration: underline;
}
.dpLogin__logChecking {
  color: #666;
  font-size: 13px;
  display: none;
  margin: 10px 0 20px;
  width: 100%;
  text-align: left;
}
.dpLogin__logChecking::before {
  content: "";
  display: inline-block;
  background: url(../images/common/log_cheki.svg) no-repeat center;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  margin-right: 5px;
}

.dpSnsFloating {
  position: absolute;
  margin-left: auto;
  top: 46px;
  right: -134px;
  width: 80px;
  border-top: 1px solid #efefef;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.dpSnsFloating.scroll {
  position: fixed;
  left: 50%;
  top: 200px;
  right: auto;
  transform: translateX(595px);
}
.dpSnsFloating__h2 {
  font-size: 12px;
  color: #333;
}
.dpSnsFloating__snsWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.dpSnsFloating__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
}
.dpSnsFloating__sns img {
  opacity: 0.7;
}
.dpSnsFloating__sns:hover img {
  opacity: 1;
}
.dpSnsFloating__topBtn {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  font-weight: 700;
  cursor: pointer;
}

.dpReportReview {
  width: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  background-color: #fff;
  padding: 30px 30px 10px;
  border: 0;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .dpReportReview {
    width: 100%;
  }
}
.dpReportReview__header {
  display: flex;
  margin-bottom: 15px;
}
.dpReportReview__tit {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.dpReportReview__closed {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.dpReportReview__closed:after, .dpReportReview__closed:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpReportReview__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpReportReview__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpReportReview__txt {
  font-size: 14px;
  color: #666;
}
.dpReportReview__textarea {
  padding: 7px 9px;
  font-size: 14px;
  color: #111;
  border: 1px solid #ccc;
  margin-top: 10px;
  width: 100%;
  resize: none;
}
.dpReportReview .btnWrap {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.dpReportReview .btnWrap button {
  display: flex;
  width: 110px;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
}
.dpReportReview .btnWrap .btnCancel {
  background-color: #555;
}
.dpReportReview .btnWrap .btnCancel:hover {
  background-color: #444;
}
.dpReportReview .btnWrap .btnOk {
  background-color: #3c63e0;
}
.dpReportReview .btnWrap .btnOk:hover {
  background-color: #304fb3;
}

.dpReplyInfo {
  z-index: 100;
  background-color: #fff;
  border: 0;
  position: absolute;
  right: 0%;
  top: 25px;
  width: 300px;
  padding: 30px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  text-align: left;
}
.dpReplyInfo__tit {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  text-align: center;
}
.dpReplyInfo__txt {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}
.dpReplyInfo__cont {
  margin-top: 10px;
}
.dpReplyInfo__list {
  margin-top: 16px;
  counter-reset: list-number;
}
.dpReplyInfo__item {
  counter-increment: list-number;
  font-size: 11px;
  color: #666;
  line-height: 16px;
  padding-left: 20px;
  position: relative;
}
.dpReplyInfo__item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(list-number) ".";
}

.dpJudicial {
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 600px;
  padding: 30px 30px 0;
  z-index: 100;
}
.dpJudicial__tit {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.dpJudicial__closed {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.dpJudicial__closed:after, .dpJudicial__closed:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpJudicial__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpJudicial__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpJudicial .btnWrap {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.dpJudicial .btnWrap button {
  display: flex;
  width: 110px;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
}
.dpJudicial .btnWrap .btnOk {
  background-color: #1F8BD8;
}
.dpJudicial .btnWrap .btnOk:hover {
  background-color: #165C92;
}
.dpJudicial__h2 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 20px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.dpJudicial__txt {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.dpJudicial__stxt {
  font-size: 12px;
  color: #666;
  line-height: 17px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.dpCart {
  z-index: 100;
  width: 526px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  background-color: #fff;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 960px) {
  .dpCart {
    width: 100%;
  }
}
.dpCart button {
  cursor: pointer;
}
.dpCart__header {
  padding: 13px 15px;
}
.dpCart__tit {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}
.dpCart__closed {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
.dpCart__closed:before, .dpCart__closed:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpCart__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpCart__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpCart__txt {
  font-size: 15px;
  color: #111;
  padding: 27px 20px 27px;
  text-align: center;
}
.dpCart__btnWrap {
  border-top: 1px solid #e7e7e7;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.dpCart__btnWrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 34px;
  font-size: 14px;
  color: #fff;
}
.dpCart__btnWrap .btnCancel {
  background-color: #555;
}
.dpCart__btnWrap .btnCancel:hover {
  background-color: #444;
}
.dpCart__btnWrap .btnOk {
  background-color: #3c63e0;
}
.dpCart__btnWrap .btnOk:hover {
  background-color: #304fb3;
}

.thesisPreviewPopup {
  position: fixed;
  left: 50%;
  top: 45px;
  transform: translateX(calc(-50% + 0.5px));
  width: 100%;
  max-width: 813px;
  background-color: #fff;
  z-index: 100;
  border: 0;
}
.thesisPreviewPopup__header {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #F5F5F5;
}
.thesisPreviewPopup__tit {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.thesisPreviewPopup__closed {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.thesisPreviewPopup__closed:before, .thesisPreviewPopup__closed:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
}
.thesisPreviewPopup__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.thesisPreviewPopup__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.thesisPreviewPopup__cont {
  height: 76px;
  align-items: center;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.thesisPreviewPopup__item {
  font-size: 13px;
  color: #606060;
  line-height: 20px;
}
.thesisPreviewPopup__item:before {
  content: "·";
  margin-right: 2px;
}
.thesisPreviewPopup__btnWrap {
  display: flex;
  gap: 15px;
}
.thesisPreviewPopup__link {
  border: 1px solid #EF4348;
  border-radius: 3px;
  width: 205px;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  background-color: #EF4348;
}
.thesisPreviewPopup__link:hover {
  text-decoration: none;
}
.thesisPreviewPopup__aTit {
  font-size: 14px;
  color: #fff;
}
.thesisPreviewPopup__div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
.thesisPreviewPopup__div p {
  display: flex;
  align-items: center;
  margin: 0;
}
.thesisPreviewPopup__div del {
  font-size: 10px;
}
.thesisPreviewPopup__div strong {
  font-size: 16px;
  margin-left: 5px;
}
.thesisPreviewPopup__div b {
  font-size: 16px;
  font-weight: 500;
}
.thesisPreviewPopup__txt {
  font-size: 10px;
  margin-bottom: 5px;
}
.thesisPreviewPopup__buy {
  background-color: #fff;
}
.thesisPreviewPopup__buy span {
  color: #EF4348;
}
.thesisPreviewPopup__buy p {
  color: #606060;
}
.thesisPreviewPopup__buy b {
  color: #000;
}

.quickViewWrap {
  background: #f4f4f4;
  border-top: 1px solid #cccccc;
  padding: 25px 0 25px;
  overflow-y: auto;
  height: 700px;
}

.quickViewWrap .quickViewBox {
  width: 744px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .quickViewWrap .quickViewBox {
    width: 100%;
  }
}

.quickViewWrap .quickViewBox .quickViewList {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}

.quickViewWrap .quickViewBox .quickViewList .quickViewItem {
  width: 100%;
}

.quickViewWrap .quickViewBox .quickViewList .quickViewItem p {
  background-color: #fff;
}

.quickViewWrap .quickViewBox .quickViewList .quickViewItem .img {
  border: 1px solid #e1e1e1;
}

.quickViewWrap .quickViewBox .quickViewList .quickViewItem .img img {
  width: 100%;
}

.quickViewWrap .quickViewBox .quickViewList .quickViewItem .pageNum {
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding: 13px 0;
  background-color: transparent;
}

.quickViewWrap .quickViewBox .jcarousel-wrapper .jcarousel-control-prev {
  background: none;
  left: 0px;
  top: 0px;
  width: 86px;
  height: 100%;
}

.quickViewWrap .quickViewBox .jcarousel-wrapper .jcarousel-control-next {
  background: none;
  right: 0;
  top: 0px;
  width: 86px;
  height: 100%;
}

.quickViewWrap .quickViewBox .jcarousel-wrapper .jcarousel-control-prev:before,
.quickViewWrap .quickViewBox .jcarousel-wrapper .jcarousel-control-next:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 27px;
  height: 50px;
  content: "";
  background: url(/images/common/jcarosel_arrow_black.png) no-repeat;
  opacity: 1;
}

.quickViewWrap .quickViewBox .jcarousel-wrapper .jcarousel-control-prev:before {
  margin-left: 30px;
}

.quickViewWrap .quickViewBox .jcarousel-wrapper .jcarousel-control-next:before {
  margin-left: 30px;
}

.downloadPurchasePopup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  max-width: 584px;
  background-color: #fff;
  z-index: 100;
  border: 0;
}
@media screen and (max-width: 960px) {
  .downloadPurchasePopup {
    width: 100%;
  }
}
.downloadPurchasePopup button {
  cursor: pointer;
}
.downloadPurchasePopup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 20px;
}
.downloadPurchasePopup__tit {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.downloadPurchasePopup__closed {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.downloadPurchasePopup__closed:before, .downloadPurchasePopup__closed:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #999;
}
.downloadPurchasePopup__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.downloadPurchasePopup__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.downloadPurchasePopup__cont {
  width: 584px;
  padding: 20px 0 35px;
}
.downloadPurchasePopup__cont.premium {
  width: 370px;
  padding: 30px 0 30px;
  text-align: center;
}
.downloadPurchasePopup__cont.premium .t1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
}
.downloadPurchasePopup__cont.premium .t1 + .t2 {
  margin-top: 7px;
}
.downloadPurchasePopup__cont.premium .t2 {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: #EF4348;
}
.downloadPurchasePopup__cont.premium .t2 + .t1 {
  margin-top: 5px;
}
.downloadPurchasePopup__cont.premium .t2 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EF4348;
  border-radius: 15px;
  padding: 0 7px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
  font-style: normal;
}
.downloadPurchasePopup__cont.premium .t3 {
  margin: 15px auto 0;
  background-color: #F9F9F9;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 45px;
  font-size: 13px;
  color: #606060;
}
.downloadPurchasePopup__cont.premium .box {
  display: none;
}
.downloadPurchasePopup__btnWrap {
  display: flex;
  align-items: center;
  height: 70px;
  border-top: 1px solid #D4D4D4;
  gap: 10px;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
}
.downloadPurchasePopup__btnWrap .buttonBox {
  width: 100%;
  display: flex;
  gap: 10px;
}
.downloadPurchasePopup__btnWrap [class^=btn] {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #707070;
  flex: 1;
  padding: 0 18px;
  cursor: pointer;
}
.downloadPurchasePopup__btnWrap [class^=btn] span {
  font-size: 14px;
}
.downloadPurchasePopup__btnWrap [class^=btn] div {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.downloadPurchasePopup__btnWrap [class^=btn] div p {
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #606060;
  margin: 0;
}
.downloadPurchasePopup__btnWrap [class^=btn] div b {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.downloadPurchasePopup__btnWrap [class^=btn] div strong {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
.downloadPurchasePopup__btnWrap .btnCart {
  background-color: #707070;
  border-color: #707070;
  color: #fff;
}
.downloadPurchasePopup__btnWrap .btnSubscribe {
  border-color: #EF4348;
  background-color: #EF4348;
}
.downloadPurchasePopup__btnWrap .btnSubscribe div p, .downloadPurchasePopup__btnWrap .btnSubscribe span {
  color: #fff;
}
.downloadPurchasePopup__btnWrap .btnPurchase {
  border-color: #EF4348;
}
.downloadPurchasePopup__btnWrap .btnPurchase span {
  color: #EF4348;
}
.downloadPurchasePopup__txt {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.downloadPurchasePopup__txt a {
  text-decoration: underline;
  color: #111;
}
.downloadPurchasePopup__list {
  width: max-content;
  max-width: 500px;
  margin: 20px auto 0;
  font-size: 12px;
  color: #EF4348;
  line-height: 17px;
}
.downloadPurchasePopup__info {
  display: none;
}

.dpRecommendThesis {
  position: relative;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  top: 50px;
  z-index: 100;
  border: 0;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .dpRecommendThesis {
    top: 0;
    transform: unset;
    left: 0;
    max-height: 100%;
    overflow-y: scroll;
  }
}
.dpRecommendThesis button {
  cursor: pointer;
}
.dpRecommendThesis__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
.dpRecommendThesis__tit {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  font-weight: 700;
}
.dpRecommendThesis__closed {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.dpRecommendThesis__closed:before, .dpRecommendThesis__closed:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #111;
}
.dpRecommendThesis__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpRecommendThesis__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpRecommendThesis__wrap {
  padding: 0 25px;
  border-bottom: 10px solid #f5f5f5;
  position: relative;
}
.dpRecommendThesis__label {
  border-top: 1px solid #e7e7e7;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
.dpRecommendThesis__labelTxt {
  font-size: 13px;
  color: #111;
  margin-left: 9px;
  cursor: pointer;
  line-height: 1;
}
.dpRecommendThesis__h2 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  padding: 13px 70px 13px 0;
}
.dpRecommendThesis__h2 span {
  color: #1f8bd8;
}
.dpRecommendThesis__h2 span:before {
  content: '"';
  color: #111;
}
.dpRecommendThesis__h2 span:after {
  content: '"';
  color: #111;
}
.dpRecommendThesis .no-data {
  font-size: 13px;
  color: #999;
  padding: 10px 0 7px;
}
.dpRecommendThesis__list {
  border-top: 1px solid #d9d9d9;
  counter-reset: number;
}
.dpRecommendThesis__item {
  border-bottom: 1px solid #efefef;
  padding-right: 10px;
  height: 82px;
  counter-increment: number;
  display: flex;
  align-items: center;
}
.dpRecommendThesis__item:before {
  content: "0" counter(number);
  display: block;
  width: 38px;
  color: #ccc;
  font-size: 20px;
  font-weight: 700;
}
.dpRecommendThesis__item .thesis__btnWrap {
  position: unset;
  flex-direction: row;
  height: auto;
  gap: 15px;
  width: 95px;
  justify-content: flex-end;
}
.dpRecommendThesis__item.hide:nth-child(n+3) {
  display: none;
}
.dpRecommendThesis__link {
  color: #111;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  padding-right: 40px;
  font-weight: 500;
}
.dpRecommendThesis__more {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 16px 0 12px;
}
.dpRecommendThesis__more span {
  font-size: 13px;
  color: #666;
  position: relative;
}
.dpRecommendThesis__more span:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #666;
  border-top: 0;
  border-right: 0;
  transform: translateY(-3px) rotate(-45deg);
  margin-left: 5px;
}
.dpRecommendThesis__more.open span:after {
  transform: translateY(0) rotate(135deg);
}
.dpRecommendThesis__best {
  padding: 20px 30px;
}
.dpRecommendThesis .seeLotThesis {
  padding: 20px 10px 30px;
  border-bottom: 1px dashed #d9d9d9;
  position: relative;
}
.dpRecommendThesis .seeLotThesis__tit {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.dpRecommendThesis .seeLotThesis__tit b {
  color: #1f8bd8;
}
.dpRecommendThesis .seeLotThesis__tit b:after, .dpRecommendThesis .seeLotThesis__tit b:before {
  content: '"';
  color: #111;
}
.dpRecommendThesis .seeLotThesis__tit span {
  display: inline-block;
  background: #e6f0fb;
  width: 24px;
  padding: 2px;
  border-radius: 3px;
  color: #165c92;
  text-align: center;
  margin: 0 2px;
}
.dpRecommendThesis .seeLotThesis__login {
  position: absolute;
  right: 10px;
  top: 36px;
}
.dpRecommendThesis .seeLotThesis__login span {
  position: relative;
  background: #165c92;
  padding: 13px 55px 13px 23px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  display: block;
}
.dpRecommendThesis .seeLotThesis__login span::before {
  position: absolute;
  right: 21px;
  top: 23px;
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
}
.dpRecommendThesis .seeLotThesis__login span:after {
  position: absolute;
  right: 21px;
  top: 19px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.dpRecommendThesis .seeLotThesis__info {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.dpRecommendThesis .seeLotThesis__info b {
  color: #111;
  font-size: 14px;
}
.dpRecommendThesis .bestThesis {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.dpRecommendThesis .bestThesis__tit {
  font-size: 16px;
  color: #111;
  position: relative;
  width: max-content;
  font-weight: 500;
}
.dpRecommendThesis .bestThesis__tit:before {
  content: "#";
  font-size: 20px;
  transform: translateY(-4px);
  font-weight: 700;
}
.dpRecommendThesis .bestThesis__tit:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline;
  height: 10px;
  background: #e6f0fb;
  z-index: -1;
}
.dpRecommendThesis .bestThesis__list {
  counter-reset: number;
}
.dpRecommendThesis .bestThesis__item {
  counter-increment: number;
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.dpRecommendThesis .bestThesis__item a {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #111;
  font-size: 16px;
  text-decoration: none;
}
.dpRecommendThesis .bestThesis__item a:hover {
  color: #027bd1;
  text-decoration: underline;
  font-weight: 500;
}
.dpRecommendThesis .bestThesis__item:before {
  content: "0" counter(number);
  border-radius: 3px;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.dpRecommendThesis .bestThesis__item:nth-child(1)::before {
  background-color: #111;
}
.dpRecommendThesis .bestThesis__item:nth-child(2)::before {
  background-color: #434343;
}
.dpRecommendThesis .bestThesis__item:nth-child(3)::before {
  background-color: #707070;
}
.dpRecommendThesis .bestThesis__item:nth-child(4)::before {
  background-color: #a0a0a0;
}
.dpRecommendThesis .bestThesis__item:nth-child(5)::before {
  background-color: #bfbfbf;
}

.bookToolAll {
  position: absolute;
  width: 120px;
  height: 60px;
  border: 1px solid #9DC7E5;
  border-radius: 4px;
  color: #1F8BD8;
  font-family: "notokr-medium", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 12px 7px;
  background-color: #fff;
  top: -16px;
  right: 62px;
  display: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.bookToolAll.bookTool-n {
  border-color: #9DC7E5;
  height: 40px;
  line-height: 1.2;
  padding: 12px 6px 12px 13px;
  top: -7px;
  font-size: 13px;
  color: #1F8BD8;
}
.bookToolAll.bookTool-n:before {
  top: 15px;
  border-bottom-color: #9DC7E5;
}
.bookToolAll.bookTool-n:after {
  border-bottom-color: #fff;
}
.bookToolAll.bookTool-1 {
  border-color: #9DC7E5;
  padding: 12px 3px;
  padding-left: 10px;
}
.bookToolAll.bookTool-1:before {
  top: 25px;
  border-bottom-color: #9DC7E5;
}
.bookToolAll.bookTool-1:after {
  top: 25px;
  border-bottom-color: #fff;
}
.bookToolAll.bookTool-2 {
  border-color: #E39E95;
  color: #111;
  padding: 12px 15px;
}
.bookToolAll.bookTool-2:before {
  top: 25px;
  border-bottom-color: #E39E95;
}
.bookToolAll.bookTool-2:after {
  top: 25px;
  border-bottom-color: #fff;
}
.bookToolAll.bookTool-3 {
  border-color: #C8C8C8;
  color: #111111;
  padding: 12px 12px;
}
.bookToolAll.bookTool-3:before {
  top: 25px;
  border-bottom-color: #C8C8C8;
}
.bookToolAll.bookTool-3:after {
  top: 25px;
  border-bottom-color: #fff;
}
.bookToolAll:before {
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: -11px;
  top: 25px;
  border-width: 0 7px 7px;
  transform: rotate(90deg);
}
.bookToolAll:after {
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: -10px;
  top: 15px;
  border-width: 0 7px 7px;
  transform: rotate(90deg);
}

.dpAuthorInfo {
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 100%;
  max-width: 600px;
  padding: 30px 30px 40px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 100;
}
.dpAuthorInfo__tit {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.dpAuthorInfo__closed {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.dpAuthorInfo__closed:after, .dpAuthorInfo__closed:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpAuthorInfo__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpAuthorInfo__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpAuthorInfo__cont {
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
  max-height: 285px;
  overflow-y: auto;
}
.dpAuthorInfo .authorList {
  font-size: 14px;
}
.dpAuthorInfo .authorList__item:not(:last-child) {
  margin-bottom: 8px;
}
.dpAuthorInfo .authorList__author {
  color: #3C63E0;
}
.dpAuthorInfo .authorList__agency {
  color: #666;
}
.dpAuthorInfo .authorList__link {
  font-size: 14px;
  color: #3C63E0;
  position: relative;
  cursor: pointer;
}

.dpSnsShare {
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 100%;
  max-width: 280px;
  padding: 30px;
  z-index: 100;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}
.dpSnsShare__tit {
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.dpSnsShare__closed {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.dpSnsShare__closed:after, .dpSnsShare__closed:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpSnsShare__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpSnsShare__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpSnsShare__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.dpSnsShare__sns {
  display: flex;
  width: 40px;
  height: 40px;
}
.dpSnsShare .urlWrap {
  width: 100%;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 20px;
}
.dpSnsShare .urlWrap__input {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 28px;
  font-size: 12px;
  flex: 1;
  border: 1px solid #C8C8C8;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media screen and (max-width: 960px) {
  .dpSnsShare .urlWrap__input {
    width: 150px;
  }
}
.dpSnsShare .urlWrap__btn {
  cursor: pointer;
  margin-left: auto;
  width: 68px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C8C8C8;
  font-size: 12px;
  color: #75797E;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.dpQuoteThesis {
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 100%;
  max-width: 450px;
  padding: 25px 20px 20px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 100;
}
.dpQuoteThesis button {
  cursor: pointer;
}
.dpQuoteThesis__closed {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  right: 24px;
  top: 31px;
}
.dpQuoteThesis__closed:after, .dpQuoteThesis__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpQuoteThesis__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpQuoteThesis__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpQuoteThesis__tit {
  font-size: 18px;
  font-weight: 700;
  color: #060606;
}
.dpQuoteThesis__selectWrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
}
.dpQuoteThesis__radioWrap {
  display: flex;
  gap: 24px;
}
.dpQuoteThesis__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.dpQuoteThesis__label span {
  font-size: 12px;
  color: #111;
}
.dpQuoteThesis__radio {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #ACACAC;
  border-radius: 50%;
}
.dpQuoteThesis__radio:checked {
  border-color: #EF4348;
}
.dpQuoteThesis__radio:checked:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #EF4348;
  border-radius: 50%;
}
.dpQuoteThesis__stit {
  font-size: 14px;
  color: #606060;
  position: relative;
}
.dpQuoteThesis__question {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #F9F9F9 url(/images/v2/btn/ico_question.svg) no-repeat 50% 50%;
  transform: translateY(2px);
  margin-left: 3px;
}
.dpQuoteThesis__question:hover + .dpQuoteThesis__questionLayer {
  display: block;
}
.dpQuoteThesis__questionLayer {
  display: none;
  width: max-content;
  position: absolute;
  top: 25px;
  left: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  background: #fff;
  border: 1px solid #ECECEC;
  font-size: 12px;
  color: #666;
  padding: 12px 10px;
  z-index: 1;
}
.dpQuoteThesis__btnWrap {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  margin-top: 20px;
}
.dpQuoteThesis__export {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9E9E9;
  height: 24px;
  font-size: 12px;
  color: #666;
  padding: 0 10px;
}
.dpQuoteThesis__export:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.dpQuoteThesis__basic {
  margin-top: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFEF;
  display: none;
}
.dpQuoteThesis__basicWrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.dpQuoteThesis__basicWrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 2px;
  flex: 1;
}
.dpQuoteThesis__basicWrap button span {
  color: #fff;
  font-size: 13px;
}
.dpQuoteThesis__basicWrap button:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.dpQuoteThesis__basicKor {
  background: #34AEE7;
}
.dpQuoteThesis__basicKor span {
  padding-left: 28px;
  background: url(/images/v2/btn/ico_hangeul.svg) no-repeat 0 0/15px 20px;
}
.dpQuoteThesis__basicWord {
  background: #2A5696;
}
.dpQuoteThesis__basicWord span {
  padding-left: 27px;
  background: url(/images/v2/btn/ico_word.svg) no-repeat 0 0/20px 20px;
}
.dpQuoteThesis__tip {
  margin-top: 15px;
  color: #8E8E8E;
  padding-left: 27px;
  position: relative;
  font-size: 12px;
}
.dpQuoteThesis__tip:before {
  content: "Tip :";
  font-size: 11px;
  position: absolute;
  left: 0;
}
.dpQuoteThesis__h2 {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}
.dpQuoteThesis__form {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  width: 175px;
  transform: translateY(2px);
}
.dpQuoteThesis__etc {
  position: relative;
  margin-top: 16px;
}
.dpQuoteThesis__btnChange {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4C86B6;
  padding: 0 10px;
  height: 26px;
}
.dpQuoteThesis__btnChange:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.dpQuoteThesis .quoteWrap {
  min-height: 120px;
  max-height: 220px;
  padding: 10px;
  overflow-y: auto;
  border: 1px solid #E9E9E9;
  background: #FBFBFB;
}
.dpQuoteThesis .quoteWrap__txt {
  font-size: 13px;
  color: #165C92;
  line-height: 19px;
}
.dpQuoteThesis .quoteWrap__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  background-color: #4c86b6;
  color: #fff;
  font-size: 13px;
  padding: 0 13px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.dpQuoteThesis .quoteWrap__copy:hover {
  background: #3d6b92;
}

.dpQuoteThesisChange {
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 100%;
  max-width: 520px;
  padding: 15px 20px 20px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 101;
}
.dpQuoteThesisChange button {
  cursor: pointer;
}
.dpQuoteThesisChange__closed {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  right: 24px;
  top: 20px;
}
.dpQuoteThesisChange__closed:after, .dpQuoteThesisChange__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpQuoteThesisChange__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpQuoteThesisChange__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpQuoteThesisChange__tit {
  font-size: 18px;
  font-weight: 700;
  color: #060606;
}
.dpQuoteThesisChange__tit span {
  font-size: 12px;
  font-weight: 400;
}
.dpQuoteThesisChange__cont {
  border: 1px solid #efefef;
  height: 240px;
  display: flex;
  margin: 10px 0 20px;
}
.dpQuoteThesisChange__listWrap {
  display: flex;
  flex-direction: column;
  width: 150px;
}
.dpQuoteThesisChange__list {
  height: 190px;
  overflow-y: auto;
}
.dpQuoteThesisChange__btnQuo {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.dpQuoteThesisChange__btnQuo.addBtn {
  padding-left: 25px;
  margin-top: auto;
  position: relative;
  height: 48px;
  border-top: 1px solid #efefef;
}
.dpQuoteThesisChange__btnQuo.addBtn:before, .dpQuoteThesisChange__btnQuo.addBtn:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  left: 12px;
  top: 50%;
  background-color: #666;
  transform: translateY(calc(-50% + 0.5px));
}
.dpQuoteThesisChange__btnQuo.addBtn:before {
  transform: translateY(calc(-50% + 0.5px)) rotate(90deg);
}
.dpQuoteThesisChange__btnQuo:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}
.dpQuoteThesisChange__btnQuo.select {
  font-weight: 700;
  color: #111;
  background-color: #f9f9f9;
  position: relative;
}
.dpQuoteThesisChange__btnQuo.select:hover {
  background-color: #f9f9f9;
}
.dpQuoteThesisChange__btnQuo.select:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1F8BD8;
}
.dpQuoteThesisChange__quo {
  width: 328px;
  display: flex;
  flex-direction: column;
  background-color: #FBFBFB;
  border-left: 1px solid #efefef;
}
.dpQuoteThesisChange__quoStyle {
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #111;
  border-bottom: 1px solid #efefef;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.dpQuoteThesisChange__quoExam {
  height: 160px;
  overflow-y: auto;
  color: #165C92;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #efefef;
}
.dpQuoteThesisChange__quoBtnWrap {
  display: flex;
  align-items: center;
  padding: 12px 13px;
}
.dpQuoteThesisChange__save {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  background-color: #4c86b6;
  color: #fff;
  margin-left: auto;
  font-size: 12px;
}
.dpQuoteThesisChange__save:hover {
  background-color: #3d6b92;
}
.dpQuoteThesisChange__label {
  width: 34px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.dpQuoteThesisChange__txt {
  font-size: 12px;
  color: #111;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.dpQuoteThesisChange__radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}
.dpQuoteThesisChange__radio:checked {
  background-color: #666;
}
.dpQuoteThesisChange__radio:checked + .dpQuoteThesisChange__txt {
  color: #fff;
}
.dpQuoteThesisChange__h2 {
  font-size: 14px;
  font-weight: 500;
}
.dpQuoteThesisChange__btnWrap {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #efefef;
}
.dpQuoteThesisChange__export {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9E9E9;
  height: 24px;
  font-size: 12px;
  color: #666;
  padding: 0 10px;
}
.dpQuoteThesisChange__export:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.dpOrganization {
  background-color: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(calc(-50% + 0.5px));
  width: 100%;
  max-width: 520px;
  margin-left: -260px;
  padding: 15px 28px 20px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .dpOrganization {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.dpOrganization .selectedItem {
  background: rgb(240, 240, 240);
}
.dpOrganization button {
  cursor: pointer;
}
.dpOrganization__closed {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  right: 24px;
  top: 20px;
}
.dpOrganization__closed:after, .dpOrganization__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpOrganization__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpOrganization__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpOrganization__tit {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.dpOrganization__tit span {
  font-size: 12px;
  font-weight: 400;
}
.dpOrganization__cont {
  margin-top: 40px;
}
.dpOrganization__txt {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  margin-bottom: 13px;
}
.dpOrganization__stxt {
  font-size: 13px;
  color: #777;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
}
.dpOrganization__search {
  width: 370px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 960px) {
  .dpOrganization__search {
    width: 100%;
  }
}
.dpOrganization__input {
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0 10px;
  flex: 1;
  border: 1px solid #e7e7e7;
  border-right: 0;
  border-radius: 3px;
  font-size: 14px;
  color: rgb(17, 17, 17);
  outline: none;
}
.dpOrganization__input::placeholder {
  color: #ccc;
}
.dpOrganization__input:read-only {
  background-color: #c4c4c4;
  opacity: 0.5;
}
.dpOrganization__searchBtn {
  display: block;
  justify-content: center;
  align-items: center;
  height: 43px;
  width: 43px;
  background-color: #DB3A3F;
  cursor: pointer;
  position: relative;
}
.dpOrganization__searchBtn:after, .dpOrganization__searchBtn:before {
  content: "";
  display: block;
  position: absolute;
}
.dpOrganization__searchBtn:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 12px;
  top: 10px;
}
.dpOrganization__searchBtn:before {
  width: 7px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: top left;
  right: 8px;
  bottom: 14px;
}
.dpOrganization__searchList {
  width: 370px;
  margin: -1px auto 0;
  border: 1px solid #e7e7e7;
  max-height: 153px;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  .dpOrganization__searchList {
    width: 100%;
  }
}
.dpOrganization__searchItem {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #111;
  padding: 0 10px;
  height: 36px;
}
.dpOrganization__searchItem .searchText {
  color: #DB3A3F;
}
.dpOrganization__infoText {
  margin: 7px auto;
  width: 370px;
  font-size: 13px;
  color: #999;
}
@media screen and (max-width: 960px) {
  .dpOrganization__infoText {
    width: 100%;
  }
}
.dpOrganization__form {
  margin: 7px auto;
  width: 370px;
}
@media screen and (max-width: 960px) {
  .dpOrganization__form {
    width: 100%;
  }
}
.dpOrganization__ex {
  font-size: 12px;
  color: #999;
}
.dpOrganization__info {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.dpOrganization__label {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.dpOrganization__check:checked + span {
  font-weight: 700;
  color: #111;
}
.dpOrganization__labelTxt {
  font-size: 12px;
  margin-left: 9px;
  color: #999;
  cursor: pointer;
}
.dpOrganization__btnWrap {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #efefef;
}
.dpOrganization__btnWrap .btnWrap__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 36px;
  margin: 0 auto;
  background-color: #ef4348;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.dpOrganization__btnWrap .btnWrap__link:hover {
  background-color: #c03639;
  text-decoration: none;
}
.dpOrganization__noOran {
  width: 370px;
  margin: 25px auto 0;
}
@media screen and (max-width: 960px) {
  .dpOrganization__noOran {
    width: 100%;
  }
}
.dpOrganization__noOranTxt {
  padding: 10px 0;
  font-size: 14px;
  color: #DB3A3F;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.dpOrganization__linkWrap {
  margin-top: 15px;
  padding-bottom: 30px;
}
.dpOrganization__linkWrap .linkWrap__link {
  display: flex;
  align-items: center;
  height: 49px;
  border: 1px solid #ccc;
  padding: 0 15px;
  font-size: 13px;
  color: #666;
  position: relative;
  border-radius: 3px;
}
.dpOrganization__linkWrap .linkWrap__link:not(:first-child) {
  margin-top: 15px;
}
.dpOrganization__linkWrap .linkWrap__link:before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 3%;
  top: 50%;
}
.dpOrganization__linkWrap .linkWrap__link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  position: absolute;
  right: 3%;
  top: 19px;
  transform: rotate(-45deg);
}
.dpOrganization__linkWrap .linkWrap__link:hover {
  text-decoration: none;
}
.dpOrganization__certification {
  margin-top: 15px;
  padding: 60px 0 30px;
  border-top: 1px solid #efefef;
}
.dpOrganization__crtfcTit {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 30px;
}
.dpOrganization__crtfcWrap {
  display: flex;
  flex-direction: column;
}
.dpOrganization .btnCrtfc__link {
  padding: 20px 35px;
  height: auto;
  border: 1px solid #666;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative;
}
.dpOrganization .btnCrtfc__link:hover {
  text-decoration: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #DB3A3F;
}
.dpOrganization .btnCrtfc__link:after, .dpOrganization .btnCrtfc__link:before {
  content: "";
  display: block;
  position: absolute;
}
.dpOrganization .btnCrtfc__link:before {
  width: 44px;
  height: 1px;
  background-color: #ddd;
  right: 3%;
  bottom: 20px;
}
.dpOrganization .btnCrtfc__link:after {
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  right: 3%;
  bottom: 15px;
  transform: rotate(-45deg);
}
.dpOrganization .btnCrtfc__info {
  padding: 20px 35px;
  height: auto;
  border: 1px dashed #ccc;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
.dpOrganization .btnCrtfc__tit {
  font-size: 16px;
  color: #666;
  font-weight: 700;
}
.dpOrganization .btnCrtfc__txt {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  letter-spacing: -0.05px;
}
@media screen and (max-width: 960px) {
  .dpOrganization .btnCrtfc__link {
    order: 1;
    height: auto;
    padding: 15px;
  }
  .dpOrganization .btnCrtfc__info {
    order: 0;
    margin-bottom: 15px;
    height: auto;
    padding: 15px;
  }
  .dpOrganization .btnCrtfc__tit {
    font-size: 14px;
  }
  .dpOrganization .btnCrtfc__txt {
    font-size: 12px;
  }
}
.dpOrganization .btnBack {
  padding: 15px;
  padding-left: 0;
  margin-bottom: 50px;
  font-size: 14px;
  color: #666;
}
.dpOrganization .btnBack span {
  position: relative;
  padding-left: 25px;
}
.dpOrganization .btnBack span:after, .dpOrganization .btnBack span:before {
  content: "";
  display: block;
  position: absolute;
}
.dpOrganization .btnBack span:before {
  width: 20px;
  height: 1px;
  background-color: #111;
  left: 1px;
  top: 10px;
}
.dpOrganization .btnBack span:after {
  width: 6px;
  height: 6px;
  border: 1px solid #111;
  border-top: 0;
  border-left: 0;
  left: 0;
  top: 7px;
  transform: rotate(135deg);
}
.dpOrganization__usedTit {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.dpOrganization__usedList {
  width: max-content;
  margin: 0 auto 20px;
  counter-reset: number;
}
.dpOrganization__usedItem {
  counter-increment: number;
  color: #111;
  font-size: 16px;
  position: relative;
  padding: 15px 0;
  display: flex;
}
.dpOrganization__usedItem:last-child:after {
  display: none;
}
.dpOrganization__usedItem:before {
  content: counter(number);
  font-weight: 500;
  margin-right: 15px;
}
.dpOrganization__usedItem:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #C4C4C4;
  position: absolute;
  top: 87%;
  left: -0.8%;
}
.dpOrganization__usedLink {
  display: inline-flex;
  margin-left: auto;
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
.dpOrganization__qnaWrap {
  margin: 40px 0 35px;
  padding-top: 40px;
  border-top: 1px solid #efefef;
}
.dpOrganization .qnaWrap__tit {
  padding: 19px 0px 10px 20px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
}
.dpOrganization .qnaWrap__details:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.dpOrganization .qnaWrap__details[open] .qnaWrap__summary:after {
  top: 60%;
  transform: translateY(calc(-50% + 0.5px)) rotate(135deg);
}
.dpOrganization .qnaWrap__summary {
  list-style: none;
  padding: 20px 40px 20px 40px;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.dpOrganization .qnaWrap__summary::-webkit-details-marker {
  display: none;
}
.dpOrganization .qnaWrap__summary:before {
  content: "Q";
  position: absolute;
  top: 31%;
  left: 4%;
  font-size: 16px;
}
.dpOrganization .qnaWrap__summary:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(calc(-50% + 0.5px)) rotate(-45deg);
}
.dpOrganization .qnaWrap__answer {
  border-top: 1px dotted #ccc;
  position: relative;
  padding: 15px 38px 15px 50px;
}
.dpOrganization .qnaWrap__txt {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #666;
}
.dpOrganization .qnaWrap__txt:before {
  content: "A";
  position: absolute;
  top: 9%;
  left: 4.2%;
  font-size: 16px;
}
.dpOrganization__certWrap {
  margin: 20px 16px;
}
.dpOrganization .certWrap__tit {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
  font-size: 16px;
  color: #111;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}
.dpOrganization .certWrap__txt {
  font-size: 12px;
  color: #111;
}
.dpOrganization .certWrap__stxt {
  font-size: 13px;
  color: #999;
  line-height: 30px;
}
.dpOrganization .certWrap__form {
  margin-bottom: 15px;
  padding-right: 90px;
  position: relative;
}
.dpOrganization .certWrap__inputBox {
  position: relative;
}
.dpOrganization .certWrap__inputBox:not(:first-child) {
  margin-top: 12px;
}
.dpOrganization .certWrap__inputBox.focus label {
  top: 2px;
  font-size: 7px;
  color: #666;
}
.dpOrganization .certWrap__inputBox label {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 13px;
  transition: all 0.4s;
  cursor: text;
  transform: translateY(0px);
  color: #666;
}
.dpOrganization .certWrap__inputBox .btnDelete {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px solid #cecece;
  transform: translateY(calc(-50% + 0.5px));
}
.dpOrganization .certWrap__inputBox .btnDelete.on {
  display: block;
}
.dpOrganization .certWrap__inputBox .btnDelete:after, .dpOrganization .certWrap__inputBox .btnDelete:before {
  content: "";
  display: block;
  width: 80%;
  height: 0.5px;
  background-color: #cecece;
  left: 50%;
  top: 50%;
  position: absolute;
}
.dpOrganization .certWrap__inputBox .btnDelete:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpOrganization .certWrap__inputBox .btnDelete:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpOrganization .certWrap__inputBox .btnTogglePassword {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 45px;
  width: 43px;
  height: 40px;
  background: url(/images/common/eye_off2.svg) no-repeat 50% 50%/22px 22px;
}
.dpOrganization .certWrap__inputBox .btnTogglePassword.show {
  display: block;
}
.dpOrganization .certWrap__inputBox .btnTogglePassword.on {
  background: url(/images/common/eye_on.svg) no-repeat 50% 50%/22px 22px;
}
.dpOrganization .certWrap__input {
  width: 100%;
  height: 45px;
  align-items: center;
  font-size: 14px;
  color: #111;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 13px;
  background: #fff;
  border-radius: 3px;
}
.dpOrganization .certWrap__input:focus, .dpOrganization .certWrap__input__hasText {
  outline: 1px solid #999DFF;
}
.dpOrganization .certWrap__input:focus + label, .dpOrganization .certWrap__input__hasText + label {
  top: 2px;
  font-size: 7px;
  color: #666;
}
.dpOrganization .certWrap__btnCert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 102px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #165C92;
  color: #fff;
  font-size: 12px;
}

.dpDetailSearch {
  background-color: #fff;
  border: 0;
  position: relative;
  left: 50%;
  top: 10%;
  width: 100%;
  width: 700px;
  margin-left: -350px;
  padding: 15px 0 0;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 100;
}
.dpDetailSearch button {
  cursor: pointer;
}
.dpDetailSearch__closed {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
.dpDetailSearch__closed:after, .dpDetailSearch__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpDetailSearch__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpDetailSearch__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpDetailSearch__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 20px;
}
.dpDetailSearch__tit {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.dpDetailSearch__cont {
  padding: 20px;
}
.dpDetailSearch__row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 13px;
  position: relative;
}
.dpDetailSearch__multiBtn {
  position: absolute;
  right: 0;
  top: -3px;
  padding: 6px 9px 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #666;
}
.dpDetailSearch__multiBtn:hover {
  border: 1px solid #c8c8c8;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.dpDetailSearch__h2 {
  font-size: 15px;
  color: #111;
  font-weight: 500;
}
.dpDetailSearch__stit {
  font-size: 13px;
  color: #999;
  margin-left: 10px;
}
.dpDetailSearch__mutilLanguageWrap {
  margin-bottom: 10px;
}
.dpDetailSearch__conditionWrap {
  margin-bottom: 10px;
}
.dpDetailSearch__condition {
  display: flex;
  gap: 3px;
}
.dpDetailSearch__condition:not(:first-child) {
  margin-top: 3px;
}
.dpDetailSearch__select {
  display: inline-flex;
  align-items: center;
  width: 105px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 9px;
  font-size: 13px;
  color: #333;
  background: url(/images/v2/common/ico_select.svg) no-repeat right 10px top 50%/7px;
  cursor: pointer;
}
.dpDetailSearch__select:focus {
  outline: none;
}
.dpDetailSearch__input {
  display: flex;
  width: 100%;
  flex: 1;
  height: 34px;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 9px;
  outline: none;
  font-size: 13px;
  border-radius: 3px;
  font-family: "돋움", Dotum, 새굴림, 한컴바탕, sans-serif;
}
.dpDetailSearch__addBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  background-color: #555;
}
.dpDetailSearch__addBtn:hover {
  background-color: #444;
}
.dpDetailSearch__addBtn:before, .dpDetailSearch__addBtn:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpDetailSearch__addBtn:after {
  width: 14px;
  height: 1px;
  margin-left: -7px;
}
.dpDetailSearch__addBtn:before {
  height: 14px;
  width: 1px;
  margin-top: -7px;
}
.dpDetailSearch__deleteBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  background-color: #555;
}
.dpDetailSearch__deleteBtn:hover {
  background-color: #444;
}
.dpDetailSearch__deleteBtn:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpDetailSearch__deleteBtn:after {
  width: 14px;
  height: 1px;
  margin-left: -7px;
}
.dpDetailSearch__advancedOption {
  display: flex;
  align-items: flex-start;
  min-height: 45px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
}
.dpDetailSearch__advancedOption label {
  font-size: 13px;
  color: #111;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.dpDetailSearch__check {
  margin-right: 9px;
}
.dpDetailSearch__labelWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 25px;
  flex: 1;
  padding-top: 2px;
}
.dpDetailSearch__h3 {
  width: 154px;
  font-size: 15px;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.dpDetailSearch__btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  height: 65px;
  padding: 0 20px;
}
.dpDetailSearch__searchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 34px;
  background-color: #ef4348;
  font-size: 14px;
  color: #fff;
}
.dpDetailSearch__searchBtn:hover {
  background-color: #c03639;
}
.dpDetailSearch__resetBtn {
  display: flex;
  align-items: center;
  min-height: 34px;
  font-size: 12px;
  color: #333;
}
.dpDetailSearch__resetBtn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  transform: translateY(1px);
  background: url(/images/v2/common/refresh.png) no-repeat 0 50%/cover;
  opacity: 0.5;
}

.dpMultiLanguage {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.dpMultiLanguage__header {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dpMultiLanguage__input {
  width: 200px;
  height: 30px;
  border: 1px solid #dbdbdb;
  padding: 0 5px;
  font-size: 12px;
  color: #111;
  border-radius: 3px;
  font-family: "돋움", Dotum, 새굴림, 한컴바탕, sans-serif;
}
.dpMultiLanguage__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 30px;
  padding: 0 10px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.dpMultiLanguage__btn:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.dpMultiLanguage__tab {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 1px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.dpMultiLanguage__tablink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  min-height: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #111;
  flex: 1;
}
.dpMultiLanguage__tablink.active {
  background-color: #fff;
  font-weight: 700;
}
.dpMultiLanguage__tablink.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.dpMultiLanguage__result {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}
.dpMultiLanguage__resultTxt {
  padding-top: 10px;
  font-family: "돋움", Dotum, 새굴림, 한컴바탕, sans-serif;
  font-size: 13px;
  color: #111;
}
.dpMultiLanguage__resultTxt strong {
  font-size: 40px;
  color: #d03838;
}
.dpMultiLanguage__group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.dpMultiLanguage__txt {
  font-family: "돋움", Dotum, 새굴림, 한컴바탕, sans-serif;
  font-size: 14px;
  color: #111;
}
.dpMultiLanguage__stit {
  font-family: "돋움", Dotum, 새굴림, 한컴바탕, sans-serif;
  font-size: 20px;
  color: #111;
  font-weight: 700;
}
.dpMultiLanguage__number {
  font-size: 14px;
  font-weight: 400;
}
.dpMultiLanguage__tit {
  font-size: 13px;
  color: #3c63e0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.dpMultiLanguage__tit + .dpMultiLanguage__group, .dpMultiLanguage__tit + .dpMultiLanguage__group + .dpMultiLanguage__group {
  margin-bottom: 10px;
}

.dpReport {
  background-color: #fff;
  border: 0;
  position: relative;
  left: 50%;
  top: 20%;
  width: 100%;
  width: 524px;
  margin-left: -262px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 10000;
}
.dpReport button {
  cursor: pointer;
}
.dpReport__header {
  padding: 15px;
}
.dpReport__tit {
  font-size: 16px;
  color: #111;
  font-weight: 700;
  margin-bottom: 30px;
}
.dpReport__txt {
  font-size: 13px;
  color: #999;
  position: relative;
  padding-left: 10px;
}
.dpReport__txt:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  left: 3px;
  top: 7px;
}
.dpReport__input {
  display: flex;
  width: 100%;
  flex: 1;
  height: 34px;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 9px;
  outline: none;
  font-size: 14px;
  border-radius: 3px;
}
.dpReport__input:disabled {
  background-color: #f2f2f2;
}
.dpReport__area {
  display: flex;
  width: 100%;
  flex: 1;
  height: 148px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 7px 9px;
  outline: none;
  font-size: 14px;
  line-height: 22px;
  resize: none;
}
.dpReport__closed {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dpReport__closed:after, .dpReport__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpReport__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpReport__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpReport .btnWrap {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.dpReport .btnWrap button {
  display: flex;
  width: 110px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
}
.dpReport .btnWrap .btnCancel {
  background-color: #555;
}
.dpReport .btnWrap .btnCancel:hover {
  background-color: #444;
}
.dpReport .btnWrap .btnOk {
  background-color: #3c63e0;
}
.dpReport .btnWrap .btnOk:hover {
  background-color: #304fb3;
}
.dpReport__cont {
  max-height: 540px;
  overflow-y: auto;
}
.dpReport__rows .dpReport__row {
  border-top: 0;
}
.dpReport__rows .dpReport__row:first-child {
  border-top: 0;
}
.dpReport__row {
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  border-bottom: 1px solid #e7e7e7;
}
.dpReport__row:first-child {
  border-top: 1px solid #e7e7e7;
}
.dpReport__th {
  font-size: 13px;
  min-width: 125px;
  background-color: #fafafa;
  padding: 15px 9px 7px 20px;
  color: #111;
  font-weight: 400;
}
.dpReport__td {
  padding: 7px 10px;
  flex: 1;
}
.dpReport__td.half:last-child {
  border-left: 1px solid #e7e7e7;
}
.dpReport__td.end {
  padding: 0;
}
.dpReport__td.end .dpReport__t1 {
  padding: 12px 10px;
  display: flex;
  align-items: center;
}
.dpReport__td.end .dpReport__t1 .dpReport__input {
  margin-left: 20px;
  width: auto;
}
.dpReport__td.end .dpReport__t1:last-child {
  border-top: 1px solid #e7e7e7;
}
.dpReport__t1 {
  font-size: 14px;
  color: #999;
  padding-top: 8px;
}
.dpReport__t1 span {
  color: #111;
}
.dpReport__h2 {
  padding: 16px 0px 13px 20px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.dpReport__h2 + .dpReport__row {
  border-top: 1px solid #e7e7e7;
}
.dpReport__select {
  position: relative;
  width: 200px;
}
.dpReport__select:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 9px;
  top: 14px;
  border: 5px solid transparent;
  border-top-color: #999;
}
.dpReport__select select {
  appearance: none;
  width: 100%;
  height: 32px;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 9px;
  outline: none;
  font-size: 13px;
  border-radius: 3px;
  background-color: transparent;
}

.dpReferences {
  background-color: #fff;
  border: 0;
  position: relative;
  left: 50%;
  top: 20%;
  width: 100%;
  width: 524px;
  margin-left: -262px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 100;
}
.dpReferences button {
  cursor: pointer;
}
.dpReferences__header {
  padding: 15px;
}
.dpReferences__tit {
  font-size: 16px;
  color: #111;
  font-weight: 700;
  margin-bottom: 30px;
}
.dpReferences__txt {
  font-size: 13px;
  color: #999;
  position: relative;
  padding-left: 10px;
}
.dpReferences__txt:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  left: 3px;
  top: 7px;
}
.dpReferences__input {
  display: flex;
  width: 100%;
  flex: 1;
  height: 34px;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0 9px;
  outline: none;
  font-size: 13px;
  border-radius: 3px;
}
.dpReferences__input.error {
  border-color: #EF4348;
}
.dpReferences__addBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  background-color: #555;
}
.dpReferences__addBtn:before, .dpReferences__addBtn:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpReferences__addBtn:before {
  height: 14px;
  width: 1px;
  margin-top: -7px;
}
.dpReferences__addBtn:after {
  width: 14px;
  height: 1px;
  margin-left: -7px;
}
.dpReferences__addBtn:hover {
  background-color: #444;
}
.dpReferences__deleteBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  background-color: #555;
}
.dpReferences__deleteBtn:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  margin-left: -7px;
}
.dpReferences__deleteBtn:hover {
  background-color: #444;
}
.dpReferences__row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #efefef;
  min-height: 48px;
}
.dpReferences__row:first-child .dpReferences__items {
  padding-top: 13px;
}
.dpReferences__h2 {
  background: #fafafa;
  min-width: 125px;
  font-size: 13px;
  font-weight: 400;
  color: #111;
  padding: 13px 9px 7px 20px;
}
.dpReferences__items {
  padding: 7px;
  padding-right: 20px;
  width: calc(100% - 125px);
  font-size: 14px;
}
.dpReferences__item {
  display: flex;
  gap: 5px;
}
.dpReferences__item:not(:first-child) {
  margin-top: 5px;
}
.dpReferences__closed {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dpReferences__closed:after, .dpReferences__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpReferences__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpReferences__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpReferences .btnWrap {
  border-top: 1px solid #efefef;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.dpReferences .btnWrap button {
  display: flex;
  width: 110px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
}
.dpReferences .btnWrap .btnCancel {
  background-color: #555;
}
.dpReferences .btnWrap .btnCancel:hover {
  background-color: #444;
}
.dpReferences .btnWrap .btnOk {
  background-color: #3c63e0;
}
.dpReferences .btnWrap .btnOk:hover {
  background-color: #304fb3;
}
.dpReferences__infoText {
  font-size: 13px;
  color: #EF4348;
  padding: 10px 20px;
  border-top: 1px solid #efefef;
}

.dpUserChart {
  background-color: #fff;
  border: 0;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 524px;
  margin-left: -262px;
  transform: translateY(-50%);
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
  z-index: 100;
}
.dpUserChart button {
  cursor: pointer;
}
.dpUserChart__header {
  padding: 15px 20px;
}
.dpUserChart__tit {
  font-size: 16px;
  color: #111;
  font-weight: 700;
  margin-bottom: 30px;
}
.dpUserChart__txt {
  padding: 11px 14px;
  font-size: 15px;
  color: #111;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid #e1e1e1;
}
.dpUserChart__closed {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dpUserChart__closed:after, .dpUserChart__closed:before {
  content: "";
  display: block;
  width: 22px;
  height: 0.5px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpUserChart__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpUserChart__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpUserChart__cont {
  padding: 0 0 20px;
}
.dpUserChart__tbl {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.dpUserChart__th, .dpUserChart__td {
  width: 120px;
  border-bottom: 1px solid #e7e7e7;
}
.dpUserChart__th:last-child, .dpUserChart__td:last-child {
  width: calc(100% - 240px);
}
.dpUserChart__th {
  background-color: #fafafa;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.dpUserChart__th:first-child {
  border-left: 1px solid #e7e7e7;
}
.dpUserChart__td {
  border-left: 1px solid #e7e7e7;
  padding: 7px 0 6px;
}
.dpUserChart__thead {
  display: flex;
}
.dpUserChart__thead .dpUserChart__th:last-child {
  padding-right: 17px;
}
.dpUserChart__tbody {
  height: 385px;
  overflow-y: auto;
}
.dpUserChart__row {
  display: flex;
}
.dpUserChart__tabs {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dpUserChart__tab {
  cursor: pointer;
  font-size: 13px;
  color: #999;
}
.dpUserChart__tab:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: #ccc;
}
.dpUserChart__tab:last-child:after {
  display: none;
}
.dpUserChart__tab.active {
  color: #222;
}
.dpUserChart__tab.active:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  border: 2px solid #db3a3f;
  border-top: 0;
  border-right: 0;
  margin-right: 4px;
  transform: translateY(-3px) rotate(-45deg);
}
.dpUserChart__tab.on {
  color: #222;
}
.dpUserChart__tab.on:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  border: 2px solid #db3a3f;
  border-top: 0;
  border-right: 0;
  margin-right: 4px;
  transform: translateY(-3px) rotate(-45deg);
}
.dpUserChart__area {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  height: 371px;
  max-height: 371px !important;
  padding: 5px;
}
.dpUserChart .nuriSlider__container {
  overflow: hidden;
  padding: 0 20px;
}
.dpUserChart .nuriSlider__list {
  display: flex;
  gap: 20px;
  width: max-content;
}
.dpUserChart .nuriSlider__item {
  width: 484px;
}
.dpUserChart .nuriSlider__btnContainer {
  position: absolute;
  width: 100%;
  top: 50%;
}
.dpUserChart .nuriSlider__btnContainer button {
  position: absolute;
  display: block;
  top: 0;
  background-color: #000;
}
.dpUserChart .nuriSlider__btnContainer button:disabled {
  opacity: 0.1;
  cursor: default;
}
.dpUserChart .nuriSlider__btnContainer button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-left: 0;
  border-top: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.dpUserChart .nuriSlider__nextBtn {
  right: -40px;
}
.dpUserChart .nuriSlider__nextBtn:before {
  right: 50%;
  transform: rotate(-45deg);
}
.dpUserChart .nuriSlider__prevBtn {
  left: -40px;
}
.dpUserChart .nuriSlider__prevBtn:before {
  left: 50%;
  transform: rotate(135deg);
}
.dpUserChart .nuriSlider__pageContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  bottom: -30px;
  width: 100%;
}
.dpUserChart .nuriSlider__pageBullet {
  width: 13px;
  height: 13px;
  border-width: 3px;
  border-color: #fff;
}
.dpUserChart .nuriSlider__pageBullet_active {
  background-color: #fff;
}

.dpNotice {
  position: fixed;
  width: 100%;
  max-width: 500px;
  left: 100px;
  top: 100px;
  display: block;
  border: 2px solid #111;
  background: #fff;
  z-index: 1000;
}
.dpNotice__header {
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
  padding: 13px 60px 13px 20px;
}
.dpNotice__tit {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #111;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dpNotice__closed {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 51px;
  height: 50px;
  border-left: 1px solid #e7e7e7;
  cursor: pointer;
}
.dpNotice__closed:before, .dpNotice__closed:after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -1px;
}
.dpNotice__closed:before {
  transform: rotate(45deg);
}
.dpNotice__closed:after {
  transform: rotate(-45deg);
}
.dpNotice__cont {
  padding: 20px;
  overflow-y: auto;
  line-height: 18px;
}
.dpNotice__cont p {
  margin: 0;
  font-size: 13px;
}
.dpNotice__footer {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 15px 20px;
  border-top: 1px solid #e7e7e7;
}
.dpNotice__footer label {
  font-size: 13px;
  margin-left: 5px;
  cursor: pointer;
}

.dpUsageStatusLayer {
  position: relative;
  left: 50%;
  top: 25px;
  width: 1000px;
  margin-left: -500px;
  background-color: #fff;
  z-index: 100;
  border: 0;
  padding: 30px 20px;
  letter-spacing: -0.05em;
}
.dpUsageStatusLayer__tit {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.dpUsageStatusLayer__closed {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 34px;
  right: 20px;
  cursor: pointer;
}
.dpUsageStatusLayer__closed:before, .dpUsageStatusLayer__closed:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #656565;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
}
.dpUsageStatusLayer__closed:before {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(45deg);
}
.dpUsageStatusLayer__closed:after {
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) rotate(-45deg);
}
.dpUsageStatusLayer__h2 {
  font-size: 22px;
  color: #222;
  font-weight: 500;
}
.dpUsageStatusLayer__cont {
  display: grid;
  grid-gap: 33px 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 260px 325px 150px;
}
.dpUsageStatusLayer__cont article {
  border: 1px solid #DADDDF;
  border-radius: 2px;
  padding: 13px 24px 0;
}
.dpUsageStatusLayer__cont article:nth-child(2) {
  width: 560px;
}
.dpUsageStatusLayer__cont article:nth-child(n+3) {
  grid-column: span 2;
  padding: 0;
  border: 0;
}
.dpUsageStatusLayer__usageList {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.dpUsageStatusLayer__usageItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.dpUsageStatusLayer__usageItem .usageCount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #E8ECEF;
  font-family: Roboto;
  font-size: 32px;
  color: #222;
  font-weight: 400;
}
.dpUsageStatusLayer__usageItem .usageTit {
  margin-top: 18px;
  font-size: 13px;
  color: #656565;
}
.dpUsageStatusLayer__recently {
  position: relative;
}
.dpUsageStatusLayer__recently .btnMore {
  display: flex;
  align-items: center;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 16px;
  color: #565656;
  padding-right: 40px;
}
.dpUsageStatusLayer__recently .btnMore:before, .dpUsageStatusLayer__recently .btnMore:after {
  content: "";
  position: absolute;
}
.dpUsageStatusLayer__recently .btnMore:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #9C9C9C;
}
.dpUsageStatusLayer__recently .btnMore:after {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 13px;
  top: 11px;
  border-radius: 2px;
}
.dpUsageStatusLayer__recently .no-data {
  text-align: center;
  margin: 76px auto 0;
  font-size: 18px;
  color: #666;
}
.dpUsageStatusLayer__thesisList {
  margin-top: 12px;
  counter-reset: list-number;
}
.dpUsageStatusLayer__thesisItem {
  counter-increment: list-number;
  height: 68px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.dpUsageStatusLayer__thesisItem:before {
  content: "0" counter(list-number);
  font-family: Roboto;
  font-size: 26px;
  font-weight: 500;
  color: #BCBCBC;
  margin-right: 15px;
}
.dpUsageStatusLayer__thesisItem:not(:first-child) {
  border-top: 1px solid #DCDADA;
}
.dpUsageStatusLayer__thesisLink {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: max-content;
  max-width: 100%;
  color: #222;
}
.dpUsageStatusLayer__statistics {
  position: relative;
}
.dpUsageStatusLayer__statistics .dpUsageStatusLayer__h2 {
  margin-left: 10px;
}
.dpUsageStatusLayer__statistics .chartLegend {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #656565;
  display: flex;
  justify-content: flex-end;
  align-self: center;
  gap: 20px;
}
.dpUsageStatusLayer__statistics .chartLegend p {
  display: flex;
  align-self: center;
}
.dpUsageStatusLayer__statistics .chartLegend p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 3px;
}
.dpUsageStatusLayer__statistics .chartLegend__visit:before {
  background-color: #165C92;
}
.dpUsageStatusLayer__statistics .chartLegend__usage:before {
  background-color: #EF4348;
}
.dpUsageStatusLayer__chart {
  width: 100%;
  margin-top: 13px;
  height: 280px;
}
.dpUsageStatusLayer__keyword {
  padding: 0 10px;
}
.dpUsageStatusLayer__keyword .keywordWrap {
  overflow: hidden;
  height: 90px;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.dpUsageStatusLayer__keyword .btnKeyword {
  display: inline-flex;
  justify-items: center;
  align-items: center;
  width: max-content;
  cursor: pointer;
  border-radius: 20px;
  background-color: #eee;
  max-width: 250px;
  height: 40px;
  font-size: 14px;
  color: #165C92;
  padding: 0 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: default;
}
.dpUsageStatusLayer__keyword .btnKeyword:before {
  content: "#";
}
.dpUsageStatusLayer__keyword .no-data {
  display: flex;
  margin: 0 auto 20px;
  align-self: center;
  font-size: 18px;
  color: #666;
}
.dpUsageStatusLayer__login {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 162px;
  padding-left: 38px;
  border: 1px solid #E8ECEF;
  border-radius: 2px;
}
.dpUsageStatusLayer__loginTxt {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  color: #222;
  padding-left: 120px;
  background: url(/images/v2/main/ico_research.png) no-repeat 0 0/contain;
}
.dpUsageStatusLayer__btnLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 62px;
  background: #EF4348;
  border-radius: 2px;
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #dimLayer .dpOrganization {
    margin: auto !important;
  }
  .thesisPreviewPopup {
    left: unset;
    top: unset;
    transform: unset;
    max-width: 100%;
  }
  .dpPartnership {
    z-index: 100;
    left: 0;
    transform: translateX(0);
    width: 100%;
    padding: 20px;
  }
  .dpPartnership .partnershipLy:not(:first-child) {
    width: 100%;
    border-top: 1px solid #efefef;
    margin-top: 20px;
  }
  .dpPartnership .partnershipLy:last-child {
    border-left: 1px solid #efefef;
  }
  .dpLogin {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
  .dpLogin__info {
    font-size: 11px;
    width: 90%;
  }
  .dpLogin__form {
    width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .dpLogin__linkBox {
    width: 300px;
    margin: 0 auto;
    margin-top: 10px !important;
    padding: 0 0 50px;
  }
  .dpLogin__inputBox .btnTogglePassword {
    right: 40px;
  }
  .dpSnsFloating {
    display: none;
  }
  .dpQuoteThesis {
    background-color: #fff;
    border: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    width: 100%;
    max-width: 450px;
    padding: 25px 20px 20px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
    z-index: 100;
  }
  .dpQuoteThesis__selectWrap {
    display: none !important;
  }
  .dpQuoteThesis__radioWrap {
    display: flex;
    gap: 24px;
  }
  .dpQuoteThesis__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }
  .dpQuoteThesis__label span {
    font-size: 12px;
    color: #111;
  }
  .dpQuoteThesis__radio {
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid #ACACAC;
    border-radius: 50%;
  }
  .dpQuoteThesis__radio:checked {
    border-color: #EF4348;
  }
  .dpQuoteThesis__radio:checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #EF4348;
    border-radius: 50%;
  }
  .dpQuoteThesis__stit {
    font-size: 14px;
    color: #606060;
    position: relative;
  }
  .dpQuoteThesis__question {
    display: inline-flex;
    width: 15px;
    height: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background: #F9F9F9 url(/images/v2/btn/ico_question.svg) no-repeat 50% 50%;
    transform: translateY(2px);
    margin-left: 3px;
  }
  .dpQuoteThesis__question:hover + .dpQuoteThesis__questionLayer {
    display: block;
  }
  .dpQuoteThesis__questionLayer {
    display: none;
    width: max-content;
    position: absolute;
    top: 25px;
    left: 0;
    border-radius: 3px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    background: #fff;
    border: 1px solid #ECECEC;
    font-size: 12px;
    color: #666;
    padding: 12px 10px;
    z-index: 1;
  }
  .dpQuoteThesis__btnWrap {
    display: none;
  }
  .dpQuoteThesis__export {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #E9E9E9;
    height: 24px;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
  }
  .dpQuoteThesis__export:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
  .dpQuoteThesis__basic {
    margin-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    display: none;
  }
  .dpQuoteThesis__basicWrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .dpQuoteThesis__basicWrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 2px;
    flex: 1;
  }
  .dpQuoteThesis__basicWrap button span {
    color: #fff;
    font-size: 13px;
  }
  .dpQuoteThesis__basicWrap button:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
  .dpQuoteThesis__basicKor {
    background: #34AEE7;
  }
  .dpQuoteThesis__basicKor span {
    padding-left: 28px;
    background: url(/images/v2/btn/ico_hangeul.svg) no-repeat 0 0/15px 20px;
  }
  .dpQuoteThesis__basicWord {
    background: #2A5696;
  }
  .dpQuoteThesis__basicWord span {
    padding-left: 27px;
    background: url(/images/v2/btn/ico_word.svg) no-repeat 0 0/20px 20px;
  }
  .dpQuoteThesis__tip {
    margin-top: 15px;
    color: #8E8E8E;
    padding-left: 27px;
    position: relative;
    font-size: 12px;
  }
  .dpQuoteThesis__tip:before {
    content: "Tip :";
    font-size: 11px;
    position: absolute;
    left: 0;
  }
  .dpQuoteThesis__h2 {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
  }
  .dpQuoteThesis__form {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    width: 175px;
    transform: translateY(2px);
  }
  .dpQuoteThesis__etc {
    position: relative;
    margin-top: 16px;
  }
  .dpQuoteThesis__btnChange {
    display: none !important;
  }
  .dpQuoteThesis .quoteWrap {
    min-height: 120px;
    max-height: 220px;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid #E9E9E9;
    background: #FBFBFB;
  }
  .dpQuoteThesis .quoteWrap__txt {
    font-size: 13px;
    color: #165C92;
    line-height: 19px;
  }
  .dpQuoteThesis .quoteWrap__copy {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    background-color: #4c86b6;
    color: #fff;
    font-size: 13px;
    padding: 0 13px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .dpQuoteThesis .quoteWrap__copy:hover {
    background: #3d6b92;
  }
  .dpRecommendThesis__item {
    padding: 20px 0 17px 0;
    min-height: 100px;
    height: auto;
  }
  .dpRecommendThesis__item:before {
    display: none;
  }
  .dpRecommendThesis__item .thesis__btnWrap {
    margin-left: 20px;
    width: 80px;
  }
  .dpRecommendThesis__link {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 0;
  }
  .dpJudicial {
    width: 100%;
    padding: 20px 20px 0;
  }
  .dpDetailSearch {
    display: none;
  }
  .dpNotice {
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    top: 0 !important;
  }
  .dpUserChart {
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: translateX(0);
  }
  .dpUserChart__th, .dpUserChart__td {
    width: 33%;
  }
  .dpUserChart__th:last-child, .dpUserChart__td:last-child {
    width: 33%;
  }
  .dpUserChart__thead {
    display: flex;
  }
  .dpUserChart__thead .dpUserChart__th:last-child {
    padding-right: 0;
  }
  .dpUserChart__tbody {
    height: 50vh;
  }
  .dpUserChart__area {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    height: 371px;
    max-height: 371px !important;
    padding: 5px;
  }
  .dpUserChart .nuriSlider__container {
    overflow: hidden;
    padding: 0 20px;
  }
  .dpUserChart .nuriSlider__list {
    display: flex;
    gap: 20px;
    width: max-content;
  }
  .dpUserChart .nuriSlider__item {
    width: 90vw;
  }
  .dpUserChart .nuriSlider__btnContainer {
    top: 60%;
  }
  .dpUserChart .nuriSlider__btnContainer button:disabled {
    opacity: 0;
  }
  .dpUserChart .nuriSlider__btnContainer button:before {
    border: 3px solid #999;
    border-left: 0;
    border-top: 0;
  }
  .dpUserChart .nuriSlider__nextBtn {
    right: 10px;
  }
  .dpUserChart .nuriSlider__prevBtn {
    left: 10px;
  }
  .downloadPurchasePopup__header {
    height: auto;
    padding: 20px 18px;
    width: 100%;
  }
  .downloadPurchasePopup__closed {
    width: 18px;
    height: 18px;
  }
  .downloadPurchasePopup__closed:before, .downloadPurchasePopup__closed:after {
    width: 20px;
    height: 1px;
  }
  .downloadPurchasePopup__cont {
    width: 100%;
    padding: 10px 18px 30px;
  }
  .downloadPurchasePopup__cont.premium {
    width: 100%;
    padding: 20px 18px 30px;
  }
  .downloadPurchasePopup__cont.premium .t1 {
    text-align: center;
  }
  .downloadPurchasePopup__cont.premium .t1 + .t2 {
    font-size: 12px;
  }
  .downloadPurchasePopup__cont.premium .t2 {
    font-size: 11px;
    color: #EF4348;
    text-align: center;
    margin: 0 auto;
  }
  .downloadPurchasePopup__cont.premium .t3 {
    margin: 15px auto 0;
    background-color: #F9F9F9;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 13px;
    color: #606060;
  }
  .downloadPurchasePopup__cont.premium .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 14px 20px 15px;
    border: 1px solid #EEE;
  }
  .downloadPurchasePopup__cont.premium .box b {
    font-size: 15px;
    color: #111;
    font-weight: 400;
  }
  .downloadPurchasePopup__cont.premium .box p {
    display: inline-flex;
    align-items: center;
  }
  .downloadPurchasePopup__cont.premium .box del {
    font-size: 12px;
    color: #999;
    margin-right: 5px;
  }
  .downloadPurchasePopup__cont.premium .box strong {
    font-size: 15px;
    font-weight: 500;
    color: #111;
  }
  .downloadPurchasePopup__btnWrap {
    height: auto;
    gap: 7px;
    padding: 20px;
    flex-wrap: wrap;
  }
  .downloadPurchasePopup__btnWrap [class^=btn] {
    padding: 0;
    height: 42px;
  }
  .downloadPurchasePopup__btnWrap [class^=btn] div {
    display: none;
  }
  .downloadPurchasePopup__btnWrap .btnCart {
    width: 50%;
    flex: 1;
  }
  .downloadPurchasePopup__btnWrap .btnPurchase {
    width: 50%;
  }
  .downloadPurchasePopup__btnWrap.premium [class^=btn] {
    flex: 1;
  }
  .downloadPurchasePopup__btnWrap.premium .btnCart {
    width: 48px;
    flex: 0 0 auto;
    background: #707070 url(/images/payment/btn_addcart.png) no-repeat 50% 50%/27px 21px;
  }
  .downloadPurchasePopup__btnWrap.premium .btnCart span {
    display: none;
  }
  .downloadPurchasePopup__btnWrap.premium .btnPurchase {
    width: auto;
  }
  .downloadPurchasePopup__txt {
    text-align: left;
    font-size: 12px;
    line-height: 17px;
  }
  .downloadPurchasePopup__txt a {
    text-decoration: underline;
    color: #111;
    display: block;
    margin: 20px auto;
    font-size: 14px;
    text-align: center;
  }
  .downloadPurchasePopup__list {
    width: 100%;
    margin: 20px auto 0;
  }
  .downloadPurchasePopup__info {
    display: flex;
    justify-content: space-between;
    padding: 0 17px;
    width: 100%;
    gap: 13px;
    margin-bottom: 20px;
  }
  .downloadPurchasePopup__info > div {
    width: 50%;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    text-align: center;
    padding: 20px 0 25px;
  }
  .downloadPurchasePopup__info > div .s1 {
    font-size: 16px;
    font-weight: 500;
    color: #111;
  }
  .downloadPurchasePopup__info > div .s2 {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
  }
  .downloadPurchasePopup__info > div .s3 {
    margin-top: 20px;
  }
  .downloadPurchasePopup__info > div del {
    font-size: 12px;
    color: #ACACAC;
  }
  .downloadPurchasePopup__info > div strong {
    color: #3C63E0;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 400;
  }
  .downloadPurchasePopup__info > div b {
    font-size: 16px;
    font-weight: 400;
    color: #111;
  }
  .thesisPreviewPopup {
    position: relative;
  }
  .thesisPreviewPopup__header {
    height: auto;
    padding: 20px 18px;
    border-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
  }
  .thesisPreviewPopup__tit {
    font-weight: 700;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .thesisPreviewPopup__closed {
    width: 18px;
    height: 18px;
  }
  .thesisPreviewPopup__closed:before, .thesisPreviewPopup__closed:after {
    width: 20px;
  }
  .thesisPreviewPopup__cont {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 74px;
    padding: 10px;
    display: flex;
    width: 100%;
    z-index: 10;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid #D4D4D4;
  }
  .thesisPreviewPopup__cont + .quickViewWrap {
    margin-top: 60px;
    padding-bottom: 74px;
    border-top: 0;
    height: 100vh;
  }
  .thesisPreviewPopup__item {
    display: none;
  }
  .thesisPreviewPopup__btnWrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  .thesisPreviewPopup__link {
    flex: 1;
    height: 54px;
    padding: 0 15px;
  }
  .thesisPreviewPopup__aTit {
    font-size: 14px;
    color: #fff;
  }
  .thesisPreviewPopup__div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
  }
  .thesisPreviewPopup__div p {
    display: flex;
    align-items: center;
  }
  .thesisPreviewPopup__div del {
    font-size: 10px;
  }
  .thesisPreviewPopup__div strong {
    font-size: 16px;
    margin-left: 5px;
  }
  .thesisPreviewPopup__div b {
    font-size: 16px;
    font-weight: 500;
  }
  .thesisPreviewPopup__txt {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .thesisPreviewPopup__buy {
    background-color: #fff;
  }
  .thesisPreviewPopup__buy span {
    color: #EF4348;
  }
  .thesisPreviewPopup__buy p {
    color: #606060;
  }
  .thesisPreviewPopup__buy b {
    color: #000;
  }
  .mobileFreeNode {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .mobileFreeNode__text {
    text-align: center;
  }
  .mobileFreeNode__subText {
    text-align: center;
    margin-top: 10px;
  }
  .mobileFreeNode__subText a {
    color: #1475bb;
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
  }
}
#happyTalkImageDiv {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 110px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 960px) {
  #happyTalkImageDiv {
    display: none;
  }
}

#happyTalkImageWrapper {
  pointer-events: auto;
  width: 70px;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2em 0.8em;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  background: rgb(22, 92, 146);
  cursor: pointer;
  border-radius: 8px;
}

#happyTalkImage {
  fill: rgb(255, 255, 255);
  width: 70px;
  height: 70px;
}

.dpFilter {
  width: 230px;
  margin-right: 40px;
}
.dpFilter__h2 {
  font-size: 18px;
  color: #000;
}
.dpFilter__reSearchTop {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 15px;
  letter-spacing: -0.07em;
}
.dpFilter__tit {
  color: #000;
  margin-right: auto;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.dpFilter__txt {
  color: #777;
  white-space: nowrap;
}
.dpFilter__label {
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}
.dpFilter__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
  height: 20px;
  padding: 0 8px;
  background-color: #c4c4c4;
  border-radius: 10px;
}
.dpFilter__toggle:after {
  content: "OFF";
  font-size: 10px;
  color: #75797E;
  opacity: 1;
  cursor: pointer;
}
.dpFilter__toggle:before {
  opacity: 0;
}
.dpFilter__toggle:checked {
  justify-content: flex-start;
  background-color: #db3a3f;
}
.dpFilter__toggle:checked:after {
  opacity: 0;
}
.dpFilter__toggle:checked:before {
  opacity: 1;
  content: "ON";
  font-size: 10px;
  color: #fff;
  cursor: pointer;
}
.dpFilter__toggle:checked + i {
  left: 32px;
  transition: all 0.1s;
}
.dpFilter__toggle + i {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.1s;
}
.dpFilter__searchBox {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #db3a3f;
  width: 100%;
  height: 40px;
  margin-top: 7px;
  display: flex;
  position: relative;
}
.dpFilter__searchInput {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 15px;
  font-size: 12px;
  color: #111;
}
.dpFilter__searchInput::placeholder {
  color: #999;
}
.dpFilter__searchBtn {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  border-left: 1px solid #db3a3f;
  cursor: pointer;
}
.dpFilter__searchBtn:after, .dpFilter__searchBtn:before {
  content: "";
  display: block;
  position: absolute;
}
.dpFilter__searchBtn:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #db3a3f;
  left: 10px;
  top: 10px;
}
.dpFilter__searchBtn:before {
  width: 7px;
  height: 2px;
  background-color: #db3a3f;
  transform: rotate(45deg);
  transform-origin: top left;
  right: 8px;
  bottom: 14px;
}
.dpFilter__searchReset {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 9px;
  cursor: pointer;
  background-color: #fff;
}
.dpFilter__searchReset:before, .dpFilter__searchReset:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpFilter__searchReset:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dpFilter__searchReset:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dpFilter__closed {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.dpFilter__closed:after, .dpFilter__closed:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
}
.dpFilter__closed:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dpFilter__closed:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.filterBox {
  border: 1px solid #efefef;
  border-radius: 2px;
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}
.filterBox__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filterBox__tit {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.filterBox__h3 {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding: 0 0 11px;
}
.filterBox__h3:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #666;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  position: absolute;
  right: 2px;
  top: 30%;
}
.filterBox__h3[data-open=open] {
  padding: 0 0 10px;
}
.filterBox__h3[data-open=open]:after {
  transform: rotate(-45deg);
  top: 28%;
}
.filterBox__h3[data-open=open] + * {
  display: block;
}
.filterBox__h3[data-open=close] {
  padding-bottom: 0;
}
.filterBox__h3 + .filterBox__category {
  padding-right: 0;
}
.filterBox__h3 + * {
  display: none;
}
.filterBox__deselect {
  font-size: 12px;
  color: #777;
  padding-left: 13px;
  background: url(/images/v2/filter/ico_deslect.svg) no-repeat 0 40%/10px 12px;
  cursor: pointer;
}
.filterBox__selectList {
  display: flex;
  flex-flow: wrap row;
  margin-top: 13px;
  gap: 5px 17px;
}
.filterBox__selectItem {
  padding-right: 13px;
  position: relative;
  font-size: 12px;
  color: #db3a3f;
  cursor: pointer;
}
.filterBox__selectItem:after, .filterBox__selectItem:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 50%;
}
.filterBox__selectItem:after {
  transform: translateY(-50%) rotate(45deg);
}
.filterBox__selectItem:before {
  transform: translateY(-50%) rotate(-45deg);
}
.filterBox__category {
  padding: 6px 0;
  padding-right: 15px;
  position: relative;
  line-height: 17px;
  font-size: 12px;
  color: #333;
  word-break: keep-all;
  max-width: 100%;
  text-align: left;
}
.filterBox__category + .filterBox__category {
  padding-right: 0;
}
.filterBox__category.lastItem {
  cursor: pointer;
  text-decoration: underline;
  color: #777;
  max-width: max-content;
}
.filterBox__category[data-visible=visible] {
  display: none;
  padding: 0;
}
.filterBox__label {
  font-size: 12px;
  color: #333;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  word-break: break-word;
  max-width: 100%;
  min-height: 17px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  line-height: 1.3;
}
.filterBox__check {
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
}
.filterBox__toggle {
  position: absolute;
  right: -2px;
  top: 9px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filterBox__toggle:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-top-color: #666;
  border-radius: 3px;
}
.filterBox__toggle[data-open=open] {
  top: 3px;
}
.filterBox__toggle[data-open=open]:before {
  border-top-color: transparent;
  border-bottom-color: #666;
}
.filterBox__subCategory {
  padding-left: 15px;
}
.filterBox__subCategory label,
.filterBox__subCategory div {
  color: #666;
  padding: 5px 0 5px 24px;
  position: relative;
  cursor: pointer;
}
.filterBox__subCategory label:not([data-visible=visible], .lastItem),
.filterBox__subCategory div:not([data-visible=visible], .lastItem) {
  display: none;
}
.filterBox__subCategory label:last-child,
.filterBox__subCategory div:last-child {
  margin-bottom: 10px;
}
.filterBox__subCategory label.lastItem,
.filterBox__subCategory div.lastItem {
  padding-left: 0;
  text-decoration: underline;
  font-size: 12px;
  width: max-content;
}
.filterBox__subCategory label.lastItem:before, .filterBox__subCategory label.lastItem:after,
.filterBox__subCategory div.lastItem:before,
.filterBox__subCategory div.lastItem:after {
  display: none;
}
.filterBox__subCategory[data-open=open] label:not([data-visible=visible], .lastItem),
.filterBox__subCategory[data-open=open] div:not([data-visible=visible], .lastItem) {
  display: block;
}
.filterBox__inputWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #777;
}
.filterBox__input, .filterBox__search {
  width: 60px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  font-size: 12px;
  color: #999;
  text-align: center;
  outline: none;
}
.filterBox__search {
  width: 45px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #F9F9F9;
  color: #333;
}
.filterBox__top20 {
  display: block;
  background-color: #75797E;
  padding: 10px 20px;
  height: 60px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.filterBox__top20 p {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.filterBox__top20 p span {
  margin-right: 2px;
  padding: 0 7px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.filterBox__top20 p span:after, .filterBox__top20 p span:before {
  content: '"';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.filterBox__top20 p span:after {
  right: 0;
}
.filterBox__top20 p span:before {
  left: 0;
}
.filterBox__top20 p b {
  font-weight: 400;
}
.filterBox__top20:hover {
  text-decoration: none;
}
.filterBox__top20 > span {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .dpFilter {
    width: 80%;
    height: 100%;
    overflow-y: auto;
    margin-right: 0;
    padding: 16px;
    padding-top: 0;
    position: fixed;
    left: 20%;
    top: 0;
    background-color: #fff;
    transform: translateX(100%);
    animation: transform 0.5s ease-in;
    z-index: 101;
  }
  .dpFilter__mobileTop {
    position: relative;
    padding-top: 16px;
    padding-bottom: 22px;
    position: sticky;
    left: 20px;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
  .dpFilter__closed {
    display: block;
  }
  .dpFilter[data-slide=in] {
    transform: translateX(0);
    transition: transform 0.5s ease;
  }
  .filterBox__selectWrap {
    position: sticky;
    left: 0;
    top: 50px;
    z-index: 1;
  }
  .filterBox__top20 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .filterBox__top20 span {
    margin-top: 0;
  }
  .filterBox__input, .filterBox__search {
    flex: 1;
  }
}
.dpSearchResult {
  flex: 1;
  max-width: 810px;
}
.dpSearchResult__head {
  width: 100%;
  display: flex;
}
.dpSearchResult__tit {
  font-size: 18px;
  font-weight: 700;
  color: #db3a3f;
  position: relative;
  padding: 0 10px;
}
.dpSearchResult__tit:before, .dpSearchResult__tit:after {
  content: "“";
  color: #111;
  position: absolute;
  top: 0;
  font-family: "notokr-regular";
}
.dpSearchResult__tit:before {
  left: 0;
}
.dpSearchResult__tit:after {
  right: 0;
  content: "”";
}
.dpSearchResult__tit b {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
.dpSearchResult__txt {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.dpSearchResult__case {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-left: 10px;
  white-space: nowrap;
}
.dpSearchResult__list {
  margin-top: 20px;
}
.dpSearchResult__list .thesis {
  border-bottom: 1px solid #efefef;
}
.dpSearchResult__snsBtn {
  width: 30px;
  height: 30px;
  background: url(/images/v2/btn/ico_sns.svg) no-repeat 50% 50%/16px 17px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}

.thesisAll {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 18px 0 20px;
  background-color: rgba(196, 196, 196, 0.1);
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #ececec;
}
.thesisAll [class$=Btn] {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  pointer-events: none;
  font-size: 14px;
  color: #666;
  padding-left: 24px;
  margin-left: 17px;
}
.thesisAll .checkBtn {
  cursor: pointer;
  pointer-events: auto;
}
.thesisAll__check {
  transform: translateY(3px);
}
.thesisAll__downBtn {
  background: url(/images/v2/btn/ico_down_gray.svg) no-repeat 0 50%/15px;
}
.thesisAll__libraryBtn {
  background: url(/images/v2/btn/ico_library.svg) no-repeat 0 50%/15px;
}
.thesisAll__btnWrap {
  margin-left: auto;
  display: flex;
  margin-right: 24px;
  gap: 8px;
}
.thesisAll__btnWrap [class$=Sort] {
  padding: 7px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  font-weight: 500;
}
.thesisAll__btnWrap [class$=Sort].onSort {
  padding-left: 12px;
  position: relative;
  color: #666;
}
.thesisAll__btnWrap [class$=Sort].onSort::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border: 2px solid #db3a3f;
  border-radius: 1px;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) skew(-5deg);
  position: absolute;
  left: 0;
  top: 12px;
}
.thesisAll__selectWrap {
  width: 77px;
  height: 36px;
  position: relative;
}
.thesisAll__selectWrap.open .thesisAll__selectTit:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #666;
  border-top: 0;
  border-right: 0;
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%) rotate(135deg);
}
.thesisAll__selectWrap.open .thesisAll__cusSelect {
  display: block;
}
.thesisAll__selectTit {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.thesisAll__selectTit:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #666;
  border-top: 0;
  border-right: 0;
  position: absolute;
  right: 8px;
  top: 45%;
  transform: translateY(-50%) rotate(315deg);
}
.thesisAll__cusSelect {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  z-index: 9999;
  border: 1px solid #ccc;
  top: 36px;
  display: none;
}
.thesisAll__cusSelect li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.thesisAll__cusSelect li:hover {
  background-color: #ececec;
}
.thesisAll__select {
  opacity: 0;
  padding: 6px 9px 7px;
  width: 100%;
  padding-right: 10px;
  position: relative;
  min-width: 70px;
  color: #666;
  font-size: 14px;
}
.thesisAll__filterBtn {
  width: 30px;
  height: 30px;
  background: url(/images/v2/btn/ico_filter.svg) no-repeat 50% 50%/16px 17px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  margin-left: auto;
}

.thesis:not(p) {
  padding: 25px 120px 25px 0;
  display: flex;
  position: relative;
  min-height: 190px;
}
.thesis__label {
  margin: 0 17px 0 20px;
}
.thesis__check {
  transform: translateY(4px);
}
.thesis__check.disabled {
  background: #EFEFEF;
  pointer-events: none;
}
.thesis__summary {
  flex: 1;
}
.thesis__link {
  color: #111;
}
.thesis__link:hover {
  text-decoration: none;
}
.thesis__link:hover .thesis__tit {
  text-decoration: underline;
}
.thesis__tit {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  line-height: 1.5;
}
.thesis__tit b {
  color: #db3a3f;
}
.thesis__abstract {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thesis__abstract em {
  color: #666;
  font-style: normal;
  font-weight: 500;
}
.thesis__keyword {
  font-size: 14px;
  color: #999;
  display: flex;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.thesis__keyword i {
  font-style: normal;
}
.thesis__keyword i:not(:first-child) {
  margin-left: 18px;
}
.thesis__keyword i:before {
  content: "#";
  margin-right: 2px;
}
.thesis__keyword b {
  font-weight: 500;
  color: #666;
}
.thesis__info {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
}
.thesis__info + .thesis__info {
  margin-top: 6px;
}
.thesis__topMobile {
  display: none;
}
.thesis__topPc {
  display: block;
}
.thesis__item {
  font-size: 14px;
  position: relative;
  color: #333;
}
.thesis__item:not(a) {
  color: #666;
}
.thesis__item.top {
  font-weight: 400;
  color: #db3a3f;
  font-size: 13px;
}
.thesis__item:not(:last-child) {
  padding-right: 9px;
}
.thesis__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #c8c8c8;
}
.thesis__item em {
  font-style: normal;
  color: #db3a3f;
}
.thesis__author {
  font-size: 14px;
  color: #333;
  position: relative;
}
.thesis__author:after {
  content: none;
}
.thesis__btnWrap {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.thesis__btnWrap [class$=Btn] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  position: relative;
}
.thesis__btnWrap [class$=Btn]:hover {
  background-color: #EF4348;
}
.thesis__btnWrap [class$=Btn]:hover .thesis__tooltip {
  display: flex;
  animation: slide-in 0.5s;
  animation-fill-mode: forwards;
}
.thesis__tooltip {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  min-width: 68px;
  padding: 0 10px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #666;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  white-space: nowrap;
}
.thesis__tooltip:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #efefef;
  border-right: 0;
  border-top: 0;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: -4px;
  background-color: #fff;
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translate(10px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.thesis__toggle {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  min-width: 122px;
  height: 60px;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
  color: #333;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  line-height: 1.4;
  text-align: left;
  padding: 0 12px !important;
  cursor: auto;
}
.thesis__toggle.on {
  display: flex;
  animation-delay: 0s, 1.5s;
  animation-name: toggle-in, toggle-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes toggle-in {
  from {
    opacity: 0;
    transform: translate(-10px, -50%);
    pointer-events: none;
    z-index: -1;
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
    z-index: 0;
  }
}
@keyframes toggle-out {
  from {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
    z-index: 0;
  }
  to {
    opacity: 0;
    transform: translate(-10px, -50%);
    pointer-events: none;
    z-index: -1;
  }
}
.thesis__toggle.add {
  border-color: #EF4348;
}
.thesis__toggle.add:before {
  border-color: #EF4348;
}
.thesis__toggle.second {
  color: #1F8BD8;
  border-color: #9DC7E5;
  display: flex;
  animation: hide-out 0.5s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}
@keyframes hide-out {
  from {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
    z-index: 0;
  }
  to {
    opacity: 0;
    transform: translate(-10px, -50%);
    pointer-events: none;
    z-index: -1;
  }
}
.thesis__toggle.second:before {
  border-color: #9DC7E5;
}
.thesis__toggle:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #c4c4c4;
  border-right: 0;
  border-top: 0;
  border-radius: 2px;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: -4px;
  background-color: #fff;
}
.thesis__linkBtn {
  background-image: url(/images/v2/btn/ico_link.svg);
  background-size: 22px;
}
.thesis__linkBtn:hover {
  background-image: url(/images/v2/btn/ico_link_on.svg);
}
.thesis__pdfBtn {
  background-image: url(/images/v2/btn/ico_pdf.svg);
  background-size: 22px;
}
.thesis__pdfBtn:hover {
  background-image: url(/images/v2/btn/ico_pdf_on.svg);
}
.thesis__downBtn {
  background-image: url(/images/v2/btn/ico_down.svg);
  background-size: 22px;
}
.thesis__downBtn:hover {
  background-image: url(/images/v2/btn/ico_down_on.svg);
}
.thesis__libraryBtn {
  background-image: url(/images/v2/btn/ico_library.svg);
  background-size: 22px;
}
.thesis__libraryBtn:hover {
  background-image: url(/images/v2/btn/ico_library_on.svg);
}
.thesis__libraryBtn.addBtn {
  background-image: url(/images/v2/btn/ico_library_add.svg);
}
.thesis__libraryBtn.addBtn:hover {
  background-image: url(/images/v2/btn/ico_library_add_on.svg);
}
.thesis__libraryBtn.disabled {
  background-color: #EFEFEF;
  pointer-events: none;
}
.thesis__libraryBtn.disabled:hover {
  background-color: #ececec !important;
  background-image: url(/images/v2/btn/ico_library.svg) !important;
}

.dpPaging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px 0;
}
.dpPaging__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #efefef;
  cursor: pointer;
}
.dpPaging__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 27px;
  height: 27px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.1;
}
.dpPaging__link:hover {
  text-decoration: none;
}
.dpPaging__link.current {
  border-radius: 50%;
  border: 1px solid #db3a3f;
  color: #db3a3f;
}
.dpPaging__start {
  position: relative;
}
.dpPaging__start::after, .dpPaging__start:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 58%;
}
.dpPaging__start:before {
  left: 42%;
}
.dpPaging__prev {
  position: relative;
}
.dpPaging__prev:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}
.dpPaging__next {
  position: relative;
}
.dpPaging__next:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-left: 0;
  border-top: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 45%;
}

.noResultMessage {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 13px;
  color: #b5b5b5;
  line-height: 24px;
}

.dpPagingMobile {
  margin: 15px auto;
  width: 90%;
  border: 1px solid #ccc;
  padding: 8px 0;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dpPagingMobile__more {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  position: relative;
}
.dpPagingMobile__more:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #666;
  border-radius: 1px;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) translateY(-3px);
  margin-left: 7px;
}
.dpPagingMobile__pages {
  font-size: 10px;
  color: #999;
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .blockClickOnMobile {
    pointer-events: none;
  }
  .dpSearchResult {
    max-width: 100%;
    width: 100%;
  }
  .dpSearchResult__head {
    padding: 18px 16px;
  }
  .dpSearchResult__tit {
    font-size: 16px;
    flex: 1;
    max-width: max-content;
  }
  .dpSearchResult__case {
    margin-right: 10px;
  }
  .dpSearchResult__snsBtn {
    margin-left: auto;
  }
  .dpSearchResult__selectWrap {
    display: flex;
    border-top: 1px solid #efefef;
    padding: 15px;
  }
  .dpSearchResult__selectTit {
    font-size: 12px;
    margin-right: 10px;
    color: #666;
  }
  .dpSearchResult__selectItemWrap {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 10px 20px;
  }
  .dpSearchResult__selectItem {
    font-size: 12px;
    padding-right: 13px;
    position: relative;
    font-size: 12px;
    color: #db3a3f;
    cursor: pointer;
  }
  .dpSearchResult__selectItem:after, .dpSearchResult__selectItem:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #666;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .dpSearchResult__selectItem:after {
    transform: translateY(-50%) rotate(45deg);
  }
  .dpSearchResult__selectItem:before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .dpSearchResult__list {
    margin-top: 0;
  }
  .thesisAll {
    background-color: #fff;
    border-top: 1px solid #ececec;
    padding: 0 16px;
    justify-content: space-between;
  }
  .thesisAll__btnWrap {
    margin: 0;
  }
  .thesisAll__selectTit {
    display: none;
  }
  .thesis {
    padding: 24px;
    padding-left: 16px;
    min-height: auto;
  }
  .thesis.thesis:not(p) {
    padding: 24px;
    min-height: auto;
  }
  .thesis__tit {
    font-size: 16px;
    color: #111;
    word-break: break-all;
  }
  .thesis__author {
    font-size: 12px;
    color: #666;
  }
  .thesis__item {
    font-size: 12px;
    color: #666;
  }
  .thesis__item:not(a) {
    color: #666;
  }
  .thesis__record {
    display: none;
  }
  .thesis__topMobile {
    display: inline-block;
    margin-left: 5px;
  }
  .thesis__useCount:after {
    background-color: unset !important;
  }
  .thesis__topPc {
    display: none;
  }
  .thesis__summary {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .thesis__link {
    margin-bottom: auto;
  }
  .thesis__btnWrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: unset;
    top: unset;
    right: 16px;
    bottom: 15px;
    gap: 15px;
  }
  .thesis__btnWrap [class$=Btn] {
    width: 32px;
    height: 32px;
    border-radius: unset;
    box-shadow: unset;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .thesis__btnWrap [class$=Btn]:hover {
    background-color: unset;
  }
  .thesis__btnWrap [class$=Btn]:hover .thesis__tooltip {
    display: flex;
    animation: slide-in 0.5s;
    animation-fill-mode: forwards;
  }
  .thesis__btnWrap [class$=Btn].thesis__libraryBtn:hover {
    background-image: url(/images/v2/btn/ico_library.svg);
  }
  .thesis__btnWrap [class$=Btn].thesis__libraryBtn.add:hover {
    background-image: url(/images/v2/btn/ico_library_add.svg);
  }
  .thesis__info {
    margin-top: 10px;
  }
  .thesis__info + .thesis__info {
    margin-top: 40px;
  }
  .thesis__linkBtn {
    background-image: url(/images/v2/btn/ico_link.svg);
    background-size: 25px 25px;
  }
  .thesis__linkBtn:hover {
    background-image: url(/images/v2/btn/ico_link.svg);
  }
  .thesis__pdfBtn {
    background-image: url(/images/v2/btn/ico_pdf_m.svg);
    background-size: 20px 18px;
  }
  .thesis__pdfBtn:hover {
    background-image: url(/images/v2/btn/ico_pdf_m.svg);
  }
  .thesis__downBtn {
    background-image: url(/images/v2/btn/ico_down_m.svg);
    background-size: 17px 20px;
  }
  .thesis__downBtn:hover {
    background-image: url(/images/v2/btn/ico_down_m.svg);
  }
  .thesis__toggle {
    width: 266px;
    height: 72px;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 70%;
    bottom: 200px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
  }
  .thesis__toggle:before {
    display: none;
  }
  .thesis__toggle.on {
    justify-content: center;
  }
  @keyframes toggle-in {
    from {
      opacity: 0;
      transform: translate(-50%, 0);
      pointer-events: none;
      z-index: -1;
    }
    to {
      opacity: 1;
      transform: translate(-50%, -10px);
      pointer-events: auto;
      z-index: 9999;
    }
  }
  @keyframes toggle-out {
    from {
      opacity: 1;
      transform: translate(-50%, -10px);
      pointer-events: auto;
      z-index: 9999;
    }
    to {
      opacity: 0;
      transform: translate(-50%, 0);
      pointer-events: none;
      z-index: -1;
    }
  }
  .thesis__toggle.add {
    border-color: #EF4348;
  }
  .thesis__toggle.add:before {
    border-color: #EF4348;
  }
  .thesis__toggle.second {
    display: none;
  }
  .thesis__abstract {
    display: none !important;
  }
  .dpRecommendJournal__content {
    padding: 24px !important;
    padding-left: 16px !important;
    overflow: hidden;
  }
  .dpRecommendJournal__imageCoverWrap {
    overflow-x: scroll;
    width: inherit;
  }
}
.more {
  text-decoration: underline;
  margin: -10px 0 10px 14px;
  font-size: 12px;
  color: #777777;
  display: block;
  cursor: pointer;
}

.dpRecommendJournal__wrap {
  background-color: #f9f9f9;
}
.dpRecommendJournal__content {
  flex: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 270px;
  padding-bottom: 40px;
  flex-direction: column;
}
.dpRecommendJournal__tit {
  width: 1080px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 11px;
}
.dpRecommendJournal__imageCoverWrap {
  display: flex;
  gap: 25px;
}
.dpRecommendJournal__imageCover {
  display: flex;
  flex-direction: column;
  color: #333;
  text-decoration-color: #333;
}
.dpRecommendJournal__image {
  width: 115px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  min-width: 115px;
  max-width: 115px;
  font-size: 13px;
}
.dpRecommendJournal__imageTit {
  font-size: 13px;
  width: 115px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.recentYear__label {
  padding: 6px;
}
.recentYear__label.on {
  color: #db3a3f;
}
.recentYear__checkBox {
  visibility: hidden;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=dbpia.css.map */
