.chemistry-skin {
  color: var(--xet-theme-text-base-color);
}
.chemistry-skin .chemistry__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 60px;
}
.chemistry-skin .chemistry__title .title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--xet-theme-text-strong-color);
}
.chemistry-skin .chemistry__title .title small {
  color: var(--xet-theme-text-base-color);
}
.chemistry-skin .chemistry__title .xet-btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.chemistry-skin .chemistry__title .xet-btn.close {
  left: auto;
  right: 0;
}
.chemistry-skin .chemistry__title .xet-btn.back {
  left: 0;
}
.chemistry-skin .chemistry__index form .control-group .controls {
  position: relative;
}
.chemistry-skin .chemistry__index form .control-group .controls input[type=text] {
  padding-right: 100px;
}
.chemistry-skin .chemistry__index form .control-group .radio-group {
  display: flex;
  align-items: center;
  padding: 4px;
  overflow: hidden;
  border-radius: 60px;
  background-color: #8080804D;
}
.chemistry-skin .chemistry__index form .control-group .radio-group > label {
  flex-grow: 1;
  border-radius: 60px;
}
.chemistry-skin .chemistry__index form .xet-btn.btn-submit {
  border-radius: 16px;
}
.chemistry-skin .chemistry__index section {
  display: block;
  padding: 20px;
  border-radius: 20px;
  background-color: #8080804D;
}
.chemistry-skin .chemistry__index .manse__log {
  margin-top: 20px;
}
.chemistry-skin .chemistry__view {
  margin-bottom: 20px;
}
.chemistry-skin .chemistry__view > header {
  margin-bottom: 20px;
}
.chemistry-skin .chemistry__view > header > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.chemistry-skin .chemistry__view > header > div .item {
  flex: 1;
  text-align: center;
}
.chemistry-skin .chemistry__view > header > div .item > img {
  height: 130px;
}
.chemistry-skin .chemistry__view > header > div .item > .subject {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  color: var(--xet-theme-text-strong-color);
}
.chemistry-skin .chemistry__view > header > div .item > .subject > span {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 40px;
  background-color: #8080804D;
}
.chemistry-skin .chemistry__view .ach-border {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  height: 56px;
  border: 1px solid var(--xet-theme-border-color);
  color: var(--xet-theme-text-strong-color);
  background-color: #8080804D;
}
.chemistry-skin .chemistry__view .ach-border .ach-title {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: center;
  height: inherit;
}
.chemistry-skin .chemistry__view .ach-border .ach-score {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  height: inherit;
  font-size: 20px;
  font-weight: 700;
}
.chemistry-skin .chemistry__view .ach-border .ach-line {
  background-color: #FF2D55;
  height: 100%;
}
.chemistry-skin .chemistry__view section {
  padding: 20px;
  border-radius: 20px;
  background-color: #8080804D;
}
.chemistry-skin .chemistry__view section.summary {
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.chemistry-skin .chemistry__view section.summary > div > div + div {
  margin-top: 12px;
}
.chemistry-skin .chemistry__view section.summary strong {
  color: var(--xet-theme-text-strong-color);
}
.chemistry-skin .chemistry__view section.summary ul {
  display: flex;
  gap: 8px;
}
.chemistry-skin .chemistry__view section.summary ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0.12);
}
.chemistry-skin .chemistry__view section.summary ul li + li {
  margin-top: 0 !important;
}
.chemistry-skin .chemistry__view section + section {
  margin-top: 20px;
}
.chemistry-skin .chemistry__view section .__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--xet-theme-text-strong-color);
}
.chemistry-skin .chemistry__view section .__title small {
  font-size: 14px;
  font-weight: normal;
  color: var(--xet-theme-text-base-color);
}
.chemistry-skin .chemistry__view section .item + .item {
  margin-top: 16px;
}
.chemistry-skin .chemistry__view section .item .__small_title {
  position: relative;
  text-align: center;
  font-size: 12px;
}
.chemistry-skin .chemistry__view section .item .__small_title::after, .chemistry-skin .chemistry__view section .item .__small_title::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: var(--xet-theme-border-color);
}
.chemistry-skin .chemistry__view section .item .__small_title::after {
  right: 0;
}
.chemistry-skin .chemistry__view section .item .__small_title::before {
  left: 0;
}
.chemistry-skin .chemistry__view section .item ul {
  display: flex;
  gap: 8px;
}
.chemistry-skin .chemistry__view section .item ul > li {
  flex-grow: 1;
  text-align: center;
}
.chemistry-skin .chemistry__view section .item ul > li > img {
  width: 100%;
}
.chemistry-skin .chemistry__view section .item ul.round > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
  border-radius: 32px;
  overflow: hidden;
  padding: 0 8px;
  color: var(--xet-theme-text-strong-color);
  background-color: rgba(255, 255, 255, 0.08);
}
.chemistry-skin .chemistry__view section .item .hang5_bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--xet-theme-text-strong-color);
}
.chemistry-skin .chemistry__view section .item .hang5_bar .bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: center;
  height: 100px;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .bar > div {
  width: 100%;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .bar > span {
  display: block;
  width: 100%;
  border-radius: 12px;
  background-color: #777;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .hangmok {
  border-radius: 10px;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .hang-geum {
  background-color: #000;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .hang-mok {
  background-color: #fff;
  color: #111;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .hang-su {
  background-color: #FFD60A;
  color: #111;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .hang-hwa {
  background-color: #FF453A;
}
.chemistry-skin .chemistry__view section .item .hang5_bar .hang-to {
  background-color: #30D158;
}
.chemistry-skin .chemistry__view table {
  width: 100%;
  border-collapse: collapse;
}
.chemistry-skin .chemistry__view table tr {
  padding: 12px 0;
}
.chemistry-skin .chemistry__view table tr td {
  text-align: center;
  padding: 4px;
  font-size: 12px;
  white-space: nowrap;
}
.chemistry-skin .chemistry__view table tr td.active {
  font-weight: 700;
  background-color: var(--xet-theme-primary-color);
  color: #111;
}
.chemistry-skin .chemistry__view table tr td.red {
  color: #990000;
}
.chemistry-skin .chemistry__view table tr td pre {
  margin: 0;
}