/* abstracts */
/* base */
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-weight: normal;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*
  10. Custom
*/
a {
  text-decoration: none;
}

i.fa {
  font-weight: 400;
}

ul, li {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
}

html,
body {
  font-family: PretendardGOV, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

img {
  max-height: 100%;
}

@font-face {
  font-family: "PretendardGOV";
  font-weight: 100;
  src: url("../fonts/PretendardGOV-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 200;
  src: url("../fonts/PretendardGOV-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 300;
  src: url("../fonts/PretendardGOV-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 400;
  src: url("../fonts/PretendardGOV-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 500;
  src: url("../fonts/PretendardGOV-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 600;
  src: url("../fonts/PretendardGOV-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 700;
  src: url("../fonts/PretendardGOV-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 800;
  src: url("../fonts/PretendardGOV-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "PretendardGOV";
  font-weight: 900;
  src: url("../fonts/PretendardGOV-Black.woff2") format("woff2");
}
/* components */
.error-button {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  padding: 16px 28px;
  min-width: 220px;
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.error-button:hover {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  border: 1px solid #1E1E1E;
  box-shadow: inset 0 0 0 1px #666666;
  transition: all 0.3s ease-in-out;
}

.swiper-button-stop .stop {
  display: block;
}
.swiper-button-stop .play {
  display: none;
}
.swiper-button-stop.play .stop {
  display: none;
}
.swiper-button-stop.play .play {
  display: block;
}

.return-button {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25em;
  padding: 18px 80px;
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.return-button:hover {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25em;
  border: 1px solid #1E1E1E;
  box-shadow: inset 0 0 0 1px #666666;
  transition: all 0.3s ease-in-out;
}

.download-button {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25em;
  padding: 5px 15px;
  background-color: #666666;
  border-radius: 3px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.download-button:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
  background-color: #1E1E1E;
  transition: all 0.3s ease-in-out;
}

.more-button {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25em;
  width: 100%;
  margin-top: 40px;
  padding: 15px 0;
  display: none;
  background-color: #F9F9F9;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.more-button:hover {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25em;
  border: 1px solid #1E1E1E;
  box-shadow: inset 0 0 0 1px #666666;
  transition: all 0.3s ease-in-out;
}
.more-button.active {
  display: block;
}

.related-assets-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  position: relative;
  padding: 15px 30px 15px 60px;
  border: 1px solid #999999;
  border-radius: 50px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.related-assets-button:before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center;
  transition: all 0.3s ease-in-out;
}
.related-assets-button.TD:before {
  background-image: url("../images/icons/asset-3D.svg");
}
.related-assets-button.DO:before {
  background-image: url("../images/icons/asset-DO.svg");
}
.related-assets-button.IM:before {
  background-image: url("../images/icons/asset-IM.svg");
}
.related-assets-button.SO:before {
  background-image: url("../images/icons/asset-SO.svg");
}
.related-assets-button.active {
  font-weight: 600;
  background-color: #FFFFFF;
  border: 1px solid #1E1E1E;
  box-shadow: inset 0 0 0 1px #666666;
  transition: all 0.3s ease-in-out;
}
.related-assets-button:not(.none):hover {
  border: 1px solid #3A5CB4;
  box-shadow: inset 0 0 0 1px #3A5CB4;
  background-color: #3A5CB4;
  color: #FFFFFF;
}
.related-assets-button:not(.none):hover:before {
  filter: brightness(10);
}
.related-assets-button.none {
  background-color: #A1A1A133;
  color: #A1A1A1;
  cursor: default;
}
.related-assets-button.none:before {
  filter: brightness(3);
}

.tooltip-button {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  color: #641616;
}

.recommend-button {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em;
  width: 500px;
  padding: 22px;
  background-color: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 50px;
  color: #333333;
}
.recommend-button .small {
  margin-top: 8px;
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 1;
}
.recommend-button.active {
  background: url("../images/backgrounds/pattern-bg.svg") #5781CF no-repeat bottom center;
  border: 1px solid #5781CF;
  color: #FFFFFF;
}
.recommend-button.active .small {
  color: #FFFFFF;
}

.view-all-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  padding: 5px 12px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
}

.close-button {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../images/icons/close.svg") no-repeat center center;
}

.back-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  position: relative;
  margin: 10px 0 20px;
  padding-left: 35px;
  width: fit-content;
  text-align: left;
  line-height: 30px;
}
.back-button:before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 5px;
  background: url("../images/icons/back.svg") no-repeat center center;
}

.scroll-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  display: none;
  padding: 4px 10px;
  position: absolute;
  bottom: -25px;
  right: 172.5px;
  background-color: #45679D;
  border-radius: 0 0 3px 3px;
  color: #FFFFFF;
}
.scroll-button.show {
  display: block;
}

.pdfViewer-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 2px;
  padding: 10px;
  background-color: #00000080;
  border-radius: 50px;
  color: #FFFFFF;
}

.viewer-button {
  background-color: #3A5CB4 !important;
  width: 100px !important;
  height: 100px !important;
  top: -50px !important;
  right: -50px !important;
}
.viewer-button:before {
  bottom: 20px !important;
  left: 20px !important;
  transform: scale(1.5);
}

.pagination {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.pagination li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  border: 1px solid #D1D1D1;
  transition: border-bottom 0.3s, box-shadow 0.3s ease-in-out;
}
.pagination li.active {
  font-weight: 800;
  box-shadow: inset 0 -1px 0 0 #E50012;
  border-bottom: 1px solid #E50012;
}
.pagination li:not(.active):hover {
  box-shadow: inset 0 -1px 0 0 #E50012;
  border-bottom: 1px solid #E50012;
  transition: border-bottom 0.3s, box-shadow 0.3s ease-in-out;
}
.pagination li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  color: #1E1E1E;
  text-align: center;
}

#controlPanel,
#controlPanelFull {
  min-width: 280px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFFFFFCC;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  box-shadow: 0 6px 18px #0000001E;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  z-index: 10;
}
#controlPanel.collapsed #cpBody,
#controlPanelFull.collapsed #cpBody {
  display: none;
}
#controlPanel #cpHeader,
#controlPanelFull #cpHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #D1D1D1;
  font-weight: 600;
}
#controlPanel #cpHeader #cpToggle,
#controlPanel #cpHeader #cpToggleFull,
#controlPanelFull #cpHeader #cpToggle,
#controlPanelFull #cpHeader #cpToggleFull {
  padding: 4px 8px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
}
#controlPanel #cpBody,
#controlPanelFull #cpBody {
  padding: 8px 10px 10px;
}
#controlPanel #cpBody .row,
#controlPanelFull #cpBody .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
}
#controlPanel #cpBody .row label,
#controlPanelFull #cpBody .row label {
  margin-right: 5px;
  font-size: 12px;
  color: #1E1E1E;
}
#controlPanel #cpBody .row input[type=range],
#controlPanelFull #cpBody .row input[type=range] {
  flex: 1;
}
#controlPanel #cpBody fieldset,
#controlPanelFull #cpBody fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 6px;
  border: 1px solid #A1A1A1;
  border-radius: 6px;
}
#controlPanel #cpBody fieldset legend,
#controlPanelFull #cpBody fieldset legend {
  font-size: 12px;
  color: #1E1E1E;
}
#controlPanel #cpBody fieldset label,
#controlPanelFull #cpBody fieldset label {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 5px;
}
#controlPanel #cpBody fieldset label input[type=radio],
#controlPanelFull #cpBody fieldset label input[type=radio] {
  margin-right: 5px;
}

#sigma-container,
#visual-container {
  position: relative;
  width: 100%;
  height: 720px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  overflow: hidden;
}
#sigma-container .legend,
#visual-container .legend {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  background-color: #F1F1F1AA;
  border-radius: 10px 0;
  z-index: 10;
}
#sigma-container .legend .legend-item,
#visual-container .legend .legend-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  position: relative;
  padding-left: 22px;
  margin: 2px 0;
}
#sigma-container .legend .legend-item:before,
#visual-container .legend .legend-item:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50px;
}
#sigma-container .legend .legend-item:first-child:before,
#visual-container .legend .legend-item:first-child:before {
  background-color: #2ab18b;
}
#sigma-container .legend .legend-item:last-child:before,
#visual-container .legend .legend-item:last-child:before {
  background-color: #f27886;
}

#visual-container .btn-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#visual-container .btn-box .scaleBtn {
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
}
#visual-container .btn-box .scaleBtn:first-child {
  margin-bottom: 10px;
}

/* layout */
header {
  position: relative;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 23px 40px;
  border-bottom: 1px solid #E1E1E1;
}
header .main-nav {
  position: absolute;
  top: 70px;
  right: 0;
  display: none;
  width: 222px;
  margin: 0 40px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 4px 0 #00000026;
  text-align: center;
  z-index: 100;
}
header .main-nav.active {
  display: block;
}
header .main-nav ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  transition: background-color 0.3s, font-weight 0.3s ease-in-out;
}
header .main-nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  color: #333333;
}
header .main-nav ul li:last-child {
  border-radius: 0 0 10px 10px;
}
header .main-nav ul li:not(:last-child) {
  border-bottom: 1px solid #1E1E1E1A;
}
header .main-nav ul li:hover {
  background-color: #DBEAF9;
  font-weight: 700;
  transition: background-color 0.3s, font-weight 0.3s ease-in-out;
}
header .side-nav {
  position: fixed;
  top: 50%;
  right: 25px;
  width: 100px;
  padding: 4px 0;
  transform: translateY(-50%);
  background-color: #3A5CB4;
  border: 1px solid #3A5CB4;
  border-radius: 20px;
  text-align: center;
  z-index: 20;
}
header .side-nav a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 90px;
  padding: 10px 0;
  position: relative;
  background-color: #FFFFFF;
  line-height: 1.1em;
  transition: background-color 0.3s, font-weight 0.3s ease-in-out;
}
header .side-nav a .icon {
  width: 100%;
  height: 30px;
  background: no-repeat center center/contain;
  transition: background-image 0.3s ease-in-out;
}
header .side-nav a .icon.intro {
  background-image: url("../images/icons/nav/intro.svg");
}
header .side-nav a .icon.restore {
  background-image: url("../images/icons/nav/restore.svg");
}
header .side-nav a .icon.demo {
  background-image: url("../images/icons/nav/demo.svg");
}
header .side-nav a .icon.docent {
  background-image: url("../images/icons/nav/docent.png");
}
header .side-nav a .icon.statue {
  background-image: url("../images/icons/nav/statue.png");
}
header .side-nav a .icon.monument {
  background-image: url("../images/icons/nav/monument.png");
}
header .side-nav a span {
  margin-top: 5px;
  display: inline-block;
  color: #333333;
  transition: color 0.3s ease-in-out;
}
header .side-nav a:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
}
header .side-nav a:first-child {
  border-radius: 20px 20px 0 0;
}
header .side-nav a:last-child {
  border-radius: 0 0 20px 20px;
}
header .side-nav a:hover {
  background-color: #3A5CB4;
  font-weight: 700;
  transition: background-color 0.3s, font-weight 0.3s ease-in-out;
}
header .side-nav a:hover .icon {
  transition: background-image 0.3s ease-in-out;
}
header .side-nav a:hover .icon.intro {
  background-image: url("../images/icons/nav/intro-white.svg");
}
header .side-nav a:hover .icon.restore {
  background-image: url("../images/icons/nav/restore-white.svg");
}
header .side-nav a:hover .icon.demo {
  background-image: url("../images/icons/nav/demo-white.svg");
}
header .side-nav a:hover .icon.docent {
  background-image: url("../images/icons/nav/docent-white.png");
}
header .side-nav a:hover .icon.statue {
  background-image: url("../images/icons/nav/statue-white.png");
}
header .side-nav a:hover .icon.monument {
  background-image: url("../images/icons/nav/monument-white.png");
}
header .side-nav a:hover span {
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}

footer {
  width: 100%;
  height: 140px;
  border-top: 1px solid #E1E1E1;
}
footer .container,
footer .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .info .logo {
  margin-right: 40px;
}
footer .info p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.25em;
  color: #1E1E1ECC;
}
footer .info p span {
  font-weight: 400;
}
footer .copyright {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.25em;
  color: #1E1E1E;
}
footer .copyright span {
  font-weight: 400;
}

.container {
  width: 1560px;
  height: 100%;
  margin: 0 auto;
}

h2.title, h2.subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
  width: 100%;
  color: #1E1E1E;
}
h2.title .red, h2.subtitle .red {
  color: #E50012;
}
h2.title .gray, h2.subtitle .gray {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  color: #999999;
}

h2.subtitle {
  font-size: 32px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.return {
  padding: 80px 0;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}

.tag {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25em;
  display: inline-block;
  margin-top: 5px;
  padding: 3px 8px;
  border-radius: 3px;
  color: #FFFFFF;
}
.tag.instance {
  background-color: #398DDB;
}
.tag.work {
  background-color: #CC831E;
}
.tag.project {
  background-color: #53AB47;
}

.dot {
  margin-right: 8px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #4A4A4A;
  border-radius: 10px;
  text-align: center;
  transform: translateY(-50%);
}

/* pages */
/* components */
#home section.search {
  padding: 38px 0;
  background: url("../images/backgrounds/main-bg.svg") no-repeat center center;
}
#home section.search .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home section.search .container .left-side {
  width: calc(100% - 920px);
  margin: 65px 60px 14px 0;
}
#home section.search .container .left-side .explorer {
  width: 100%;
}
#home section.search .container .left-side .explorer h2 {
  padding-bottom: 6px;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
}
#home section.search .container .left-side .explorer .select-search {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25em;
  position: relative;
  width: 190px;
  padding: 20px 0;
  background-color: transparent;
}
#home section.search .container .left-side .explorer .select-search button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  color: #FFFFFF;
  cursor: default;
  /* &:after {
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url($image-url + "icons/chevron-down.svg") no-repeat center center;
  } */
}
#home section.search .container .left-side .explorer .select-search .dropdown {
  width: 100%;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 10px;
  background-color: #91A5EE;
  color: #FFFFFF;
}
#home section.search .container .left-side .explorer .select-search .dropdown li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  padding: 12px;
  text-align: center;
  cursor: pointer;
}
#home section.search .container .left-side .explorer .select-search .dropdown li:first-child {
  border-radius: 10px 10px 0 0;
}
#home section.search .container .left-side .explorer .select-search .dropdown li:last-child {
  border-radius: 0 0 10px 10px;
}
#home section.search .container .left-side .explorer .select-search .dropdown li:active, #home section.search .container .left-side .explorer .select-search .dropdown li:hover {
  font-weight: 700;
  background-color: #91A5EE;
}
#home section.search .container .left-side .explorer .input-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 68px;
}
#home section.search .container .left-side .explorer .input-search .search-box {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  width: calc(100% - 80px);
  height: 100%;
  padding: 0 15px 0 30px;
  background-color: #2C3059;
  border: none;
  border-radius: 0 0 0 20px;
  color: #F9F9F9;
}
#home section.search .container .left-side .explorer .input-search .search-box::placeholder {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.25em;
  color: #F9F9F9;
}
#home section.search .container .left-side .explorer .input-search button {
  width: 80px;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background: url("../images/icons/search.svg") #2C3059 no-repeat center center;
}
#home section.search .container .left-side .swiper-control.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
}
#home section.search .container .left-side .swiper-control.intro .swiper-scrollbar,
#home section.search .container .left-side .swiper-control.intro .swiper-pagination,
#home section.search .container .left-side .swiper-control.intro .swiper-button-prev,
#home section.search .container .left-side .swiper-control.intro .swiper-button-next {
  position: static;
}
#home section.search .container .left-side .swiper-control.intro .swiper-scrollbar {
  width: 450px;
  background: #FFFFFF66;
}
#home section.search .container .left-side .swiper-control.intro .swiper-scrollbar .swiper-scrollbar-drag {
  background: #FFFFFF;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-pagination {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25em;
  color: #FFFFFF80;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-pagination .swiper-pagination-current {
  color: #FFFFFF;
  font-weight: 700;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-button-prev,
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-button-next {
  margin-top: 0;
  height: 22px;
  color: #FFFFFF;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-button-prev:after,
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-button-prev {
  margin-right: 10px;
}
#home section.search .container .left-side .swiper-control.intro .swiper-pagination-container .swiper-button-next {
  margin-left: 10px;
}
#home section.search .container .right-side {
  width: 860px;
}
#home section.search .container .right-side .swiper-slide {
  margin: auto 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
#home section.search .container .right-side .swiper-slide video {
  margin: auto;
}
#home section.search .container .right-side .swiper-slide .video-error {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
#home section.asset {
  margin-top: 120px;
}
#home section.asset .title {
  padding-bottom: 25px;
}
#home section.asset .gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
}
#home section.asset .gallery .col-1,
#home section.asset .gallery .col-2,
#home section.asset .gallery .col-3 {
  display: grid;
  gap: 24px;
}
#home section.asset .gallery .col-1 .item,
#home section.asset .gallery .col-2 .item,
#home section.asset .gallery .col-3 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px;
  background-color: #E1E1E1;
  border-radius: 10px;
  overflow: hidden;
}
#home section.asset .gallery .col-1 .item .hover,
#home section.asset .gallery .col-2 .item .hover,
#home section.asset .gallery .col-3 .item .hover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFFbb;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#home section.asset .gallery .col-1 .item .hover .name,
#home section.asset .gallery .col-2 .item .hover .name,
#home section.asset .gallery .col-3 .item .hover .name {
  margin: 15px;
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1E1E1E;
  text-align: center;
  z-index: 1;
}
#home section.asset .gallery .col-1 .item img,
#home section.asset .gallery .col-2 .item img,
#home section.asset .gallery .col-3 .item img {
  margin: auto;
}
#home section.asset .gallery .col-1 .item:after,
#home section.asset .gallery .col-2 .item:after,
#home section.asset .gallery .col-3 .item:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: no-repeat center center;
  transform-origin: right bottom;
  transition: transform 0.3s, background-image 0.3s ease-in-out;
}
#home section.asset .gallery .col-1 .item.TD:after,
#home section.asset .gallery .col-2 .item.TD:after,
#home section.asset .gallery .col-3 .item.TD:after {
  background-image: url("../images/icons/assets/3D.svg");
}
#home section.asset .gallery .col-1 .item.DO:after,
#home section.asset .gallery .col-2 .item.DO:after,
#home section.asset .gallery .col-3 .item.DO:after {
  background-image: url("../images/icons/assets/DO.svg");
}
#home section.asset .gallery .col-1 .item.IM:after,
#home section.asset .gallery .col-2 .item.IM:after,
#home section.asset .gallery .col-3 .item.IM:after {
  background-image: url("../images/icons/assets/IM.svg");
}
#home section.asset .gallery .col-1 .item.IM.IMVD:after,
#home section.asset .gallery .col-2 .item.IM.IMVD:after,
#home section.asset .gallery .col-3 .item.IM.IMVD:after {
  background-image: url("../images/icons/assets/IMVD.svg");
}
#home section.asset .gallery .col-1 .item.SO:after,
#home section.asset .gallery .col-2 .item.SO:after,
#home section.asset .gallery .col-3 .item.SO:after {
  background-image: url("../images/icons/assets/SO.svg");
}
#home section.asset .gallery .col-1 .item:hover .hover,
#home section.asset .gallery .col-2 .item:hover .hover,
#home section.asset .gallery .col-3 .item:hover .hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#home section.asset .gallery .col-1 .item:hover:after,
#home section.asset .gallery .col-2 .item:hover:after,
#home section.asset .gallery .col-3 .item:hover:after {
  transform: scale(1.5);
  transition: transform 0.3s, background-image 0.3s ease-in-out;
}
#home section.asset .gallery .col-1 .item:hover.TD:after,
#home section.asset .gallery .col-2 .item:hover.TD:after,
#home section.asset .gallery .col-3 .item:hover.TD:after {
  background-image: url("../images/icons/assets/3D-red.svg");
}
#home section.asset .gallery .col-1 .item:hover.DO:after,
#home section.asset .gallery .col-2 .item:hover.DO:after,
#home section.asset .gallery .col-3 .item:hover.DO:after {
  background-image: url("../images/icons/assets/DO-red.svg");
}
#home section.asset .gallery .col-1 .item:hover.IM:after,
#home section.asset .gallery .col-2 .item:hover.IM:after,
#home section.asset .gallery .col-3 .item:hover.IM:after {
  background-image: url("../images/icons/assets/IM-red.svg");
}
#home section.asset .gallery .col-1 .item:hover.IM.IMVD:after,
#home section.asset .gallery .col-2 .item:hover.IM.IMVD:after,
#home section.asset .gallery .col-3 .item:hover.IM.IMVD:after {
  background-image: url("../images/icons/assets/IMVD-red.svg");
}
#home section.asset .gallery .col-1 .item:hover.SO:after,
#home section.asset .gallery .col-2 .item:hover.SO:after,
#home section.asset .gallery .col-3 .item:hover.SO:after {
  background-image: url("../images/icons/assets/SO-red.svg");
}
#home section.asset .gallery .col-1 {
  grid-template-columns: 1fr 1fr;
}
#home section.asset .gallery .col-1 .item-1 {
  grid-column: 1/2;
}
#home section.asset .gallery .col-1 .item-1 .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-1 .item-2 {
  grid-column: 2/3;
}
#home section.asset .gallery .col-1 .item-2 .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-1 .item-3 {
  grid-column: 1/3;
}
#home section.asset .gallery .col-1 .item-3 .name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-3 {
  grid-template-columns: 1fr 1fr;
}
#home section.asset .gallery .col-3 .item-1 {
  grid-column: 1/3;
}
#home section.asset .gallery .col-3 .item-1 .name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-3 .item-2 {
  grid-column: 1/2;
}
#home section.asset .gallery .col-3 .item-2 .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-3 .item-3 {
  grid-column: 2/3;
}
#home section.asset .gallery .col-3 .item-3 .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-1 {
  grid-column: 1/3;
  grid-template-rows: 240px 500px;
}
#home section.asset .gallery .col-2 {
  grid-column: 3/5;
  grid-template-rows: 370px 370px;
  grid-template-columns: 1fr;
}
#home section.asset .gallery .col-2 .name {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25em;
}
#home section.asset .gallery .col-3 {
  grid-column: 5/7;
  grid-template-rows: 500px 240px;
}
#home section.heritage {
  margin-top: 120px;
}
#home section.heritage .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
#home section.heritage .flex-box .swiper-control.heritage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-prev,
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-next {
  position: static;
  margin-top: 0;
  height: 16px;
  color: #333333;
}
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-prev:after,
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-prev {
  margin-right: 5px;
}
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-next {
  margin-left: 5px;
}
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-stop {
  margin-left: 10px;
  width: 32px;
}
#home section.heritage .flex-box .swiper-control.heritage .swiper-button-stop img {
  filter: brightness(20%) saturate(100%);
}
#home section.heritage .swiper-slide .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
#home section.heritage .swiper-slide .img-box img {
  transition: transform 0.3s ease-in-out;
}
#home section.heritage .swiper-slide .img-box:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
#home section.heritage .swiper-slide a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 25px;
  color: #1E1E1E;
}
#home section.project {
  margin-top: 120px;
}
#home section.project .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
#home section.project .flex-box .swiper-control.project {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
}
#home section.project .flex-box .swiper-control.project .swiper-pagination {
  position: static;
}
#home section.project .flex-box .swiper-control.project .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E1E1E1;
  opacity: unset;
}
#home section.project .flex-box .swiper-control.project .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #E50012;
  border-radius: 6px;
}
#home section.project .flex-box .swiper-control.project .swiper-button-prev,
#home section.project .flex-box .swiper-control.project .swiper-button-next {
  position: static;
  margin-top: 0;
  height: 16px;
  color: #333333;
}
#home section.project .flex-box .swiper-control.project .swiper-button-prev:after,
#home section.project .flex-box .swiper-control.project .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
#home section.project .flex-box .swiper-control.project .swiper-button-prev {
  margin-right: 5px;
}
#home section.project .flex-box .swiper-control.project .swiper-button-next {
  margin-left: 5px;
}
#home section.project .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 360px;
  padding: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background: #FFFFFF no-repeat center center/cover;
  transition: background-color 0.3s, border 0.3s ease-in-out;
  cursor: pointer;
}
#home section.project .swiper-slide .upper .tag {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 52px;
  margin-bottom: 22px;
  padding-left: 64px;
}
#home section.project .swiper-slide .upper .tag:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center/contain;
}
#home section.project .swiper-slide .upper .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  position: relative;
  color: #1E1E1E;
}
#home section.project .swiper-slide .lower {
  width: 100%;
}
#home section.project .swiper-slide .lower p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #4A4A4A;
}
#home section.project .swiper-slide .lower p .location {
  display: inline-block;
  width: calc(100% - 80px);
}
#home section.project .swiper-slide.acquisition, #home section.project .swiper-slide.management, #home section.project .swiper-slide.operate {
  background-image: url("../images/backgrounds/project-red-bg.svg");
}
#home section.project .swiper-slide.acquisition .upper .tag, #home section.project .swiper-slide.management .upper .tag, #home section.project .swiper-slide.operate .upper .tag {
  color: #641616;
}
#home section.project .swiper-slide.acquisition .upper .title, #home section.project .swiper-slide.management .upper .title, #home section.project .swiper-slide.operate .upper .title {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #FEEAEA 0.6rem, #FEEAEA 1.6rem, transparent 1.6rem);
}
#home section.project .swiper-slide.acquisition:hover, #home section.project .swiper-slide.management:hover, #home section.project .swiper-slide.operate:hover {
  background-color: #FFF8F8;
  border: 1px solid #EBD6D6;
  transition: all 0.3s ease-in-out;
}
#home section.project .swiper-slide.research, #home section.project .swiper-slide.education, #home section.project .swiper-slide.event {
  background-image: url("../images/backgrounds/project-blue-bg.svg");
}
#home section.project .swiper-slide.research .upper .tag, #home section.project .swiper-slide.education .upper .tag, #home section.project .swiper-slide.event .upper .tag {
  color: #287195;
}
#home section.project .swiper-slide.research .upper .title, #home section.project .swiper-slide.education .upper .title, #home section.project .swiper-slide.event .upper .title {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #DFF1FA 0.6rem, #DFF1FA 1.6rem, transparent 1.6rem);
}
#home section.project .swiper-slide.research:hover, #home section.project .swiper-slide.education:hover, #home section.project .swiper-slide.event:hover {
  background-color: #F3FBFF;
  border: 1px solid #B0CEDD;
  transition: all 0.3s ease-in-out;
}
#home section.project .swiper-slide.promotion, #home section.project .swiper-slide.performance, #home section.project .swiper-slide.exhibition {
  background-image: url("../images/backgrounds/project-green-bg.svg");
}
#home section.project .swiper-slide.promotion .upper .tag, #home section.project .swiper-slide.performance .upper .tag, #home section.project .swiper-slide.exhibition .upper .tag {
  color: #25751A;
}
#home section.project .swiper-slide.promotion .upper .title, #home section.project .swiper-slide.performance .upper .title, #home section.project .swiper-slide.exhibition .upper .title {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #DCF7CD 0.6rem, #DCF7CD 1.6rem, transparent 1.6rem);
}
#home section.project .swiper-slide.promotion:hover, #home section.project .swiper-slide.performance:hover, #home section.project .swiper-slide.exhibition:hover {
  background-color: #F7FFF6;
  border: 1px solid #B7DAA4;
  transition: all 0.3s ease-in-out;
}
#home section.project .swiper-slide.acquisition .tag:before {
  background-image: url("../images/icons/projects/icon-acquisition.svg");
}
#home section.project .swiper-slide.management .tag:before {
  background-image: url("../images/icons/projects/icon-management.svg");
}
#home section.project .swiper-slide.operate .tag:before {
  background-image: url("../images/icons/projects/icon-operate.svg");
}
#home section.project .swiper-slide.research .tag:before {
  background-image: url("../images/icons/projects/icon-research.svg");
}
#home section.project .swiper-slide.education .tag:before {
  background-image: url("../images/icons/projects/icon-education.svg");
}
#home section.project .swiper-slide.event .tag:before {
  background-image: url("../images/icons/projects/icon-event.svg");
}
#home section.project .swiper-slide.promotion .tag:before {
  background-image: url("../images/icons/projects/icon-promotion.svg");
}
#home section.project .swiper-slide.performance .tag:before {
  background-image: url("../images/icons/projects/icon-performance.svg");
}
#home section.project .swiper-slide.exhibition .tag:before {
  background-image: url("../images/icons/projects/icon-exhibition.svg");
}
#home section.graph {
  height: 950px;
  background-color: #F7F9FB;
  margin-top: 120px;
  height: unset;
}
#home section.graph .container {
  padding: 80px 0;
}
#home section.graph .title {
  padding-bottom: 25px;
}
#home section.graph .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  overflow: hidden;
}
#home section.graph .flex-box #sigma-container {
  width: 1200px;
  border: none;
}
#home section.graph .flex-box #sigma-information {
  width: 360px;
  height: 720px;
  padding: 0 10px;
  border-left: 1px solid #D1D1D1;
  overflow-y: auto;
}
#home section.graph .flex-box #sigma-information table {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  width: 100%;
  text-align: left;
}
#home section.graph .flex-box #sigma-information table th,
#home section.graph .flex-box #sigma-information table td {
  padding: 6px 10px;
  word-break: break-all;
  vertical-align: top;
}
#home section.graph .flex-box #sigma-information table th {
  width: 80px;
  word-break: keep-all;
  font-weight: 600;
}
#home section.graph .flex-box #sigma-information table td.title .img-box {
  width: 100%;
}
#home section.graph .flex-box #sigma-information table td.title img {
  margin: 0 auto;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  cursor: pointer;
}
#home section.graph .flex-box #sigma-information table td.title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  margin: 20px 0;
  padding-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#home section.graph .flex-box #sigma-information table td.title p:hover {
  color: #398DDB;
  transition: all 0.3s ease-in-out;
}
#home section.graph .flex-box #sigma-information table td.initial {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  height: 720px;
  text-align: center;
  vertical-align: middle;
}
#home section.graph .flex-box #sigma-information table td.initial .network {
  display: block;
  margin: 0 auto 20px;
  width: 50px;
}

#intro section.searchbar {
  position: relative;
  padding: 60px 0 80px;
  border-bottom: 1px solid #E1E1E1;
  background-color: #F9F9F9;
}
#intro section.searchbar .explorer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#intro section.searchbar .explorer .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 10px;
  color: #E50012;
}
#intro section.searchbar .explorer .input-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  width: 100%;
  height: 68px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 0 34px 34px 34px;
}
#intro section.searchbar .explorer .input-search .select-search {
  width: 200px;
  height: 100%;
  position: relative;
}
#intro section.searchbar .explorer .input-search .select-search button {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  position: relative;
  text-align: left;
  cursor: default;
  /* &:after {
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 25px;
    background: url($image-url + "icons/chevron-down.svg") no-repeat center center;
    filter: brightness(0);
  } */
}
#intro section.searchbar .explorer .input-search .select-search button:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #666666;
}
#intro section.searchbar .explorer .input-search .select-search .dropdown {
  width: 100%;
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  border: 1px solid #333333;
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 10;
}
#intro section.searchbar .explorer .input-search .select-search .dropdown li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  padding: 12px 25px;
  cursor: pointer;
}
#intro section.searchbar .explorer .input-search .select-search .dropdown li:first-child {
  border-radius: 10px 10px 0 0;
}
#intro section.searchbar .explorer .input-search .select-search .dropdown li:last-child {
  border-radius: 0 0 10px 10px;
}
#intro section.searchbar .explorer .input-search .select-search .dropdown li:active, #intro section.searchbar .explorer .input-search .select-search .dropdown li:hover {
  font-weight: 700;
  background-color: #DBEAF9;
}
#intro section.searchbar .explorer .input-search .search-box {
  height: 100%;
  padding: 0 25px;
  flex: 1 0 auto;
  border: none;
  color: #333333;
}
#intro section.searchbar .explorer .input-search .search-box::placeholder {
  color: #999999;
}
#intro section.searchbar .explorer .input-search #search-btn {
  width: 80px;
  height: 100%;
  border-radius: 0 34px 34px 0;
  background: url("../images/icons/search.svg") no-repeat center center;
  filter: brightness(0);
}
#intro section.searchbar .explorer .result-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 10px 0 0 25px;
}
#intro section.searchbar .explorer .result-info .keyword {
  color: #E50012;
}
#intro section.searchbar .explorer .result-info .bold {
  font-weight: 600;
}
#intro section.introduce .container,
#intro section.assignment .container,
#intro section.outline .container,
#intro section.necessity .container,
#intro section.utilization .container {
  max-width: 1560px;
  width: 100%;
}
#intro section.introduce {
  margin-top: 120px;
}
#intro section.introduce .title {
  padding-bottom: 25px;
}
#intro section.introduce .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 24px;
}
#intro section.introduce .flex-box .paragraph {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 0 30px;
  background-color: #FFFFFF;
  font-size: 20px;
  word-break: keep-all;
}
#intro section.introduce .flex-box .paragraph:before {
  content: "\f178";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#intro section.introduce .flex-box .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 16px;
}
#intro section.introduce .flex-box .img-box .card {
  width: fit-content;
  max-width: 155px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
#intro section.assignment {
  margin-top: 120px;
}
#intro section.assignment .title {
  padding-bottom: 25px;
}
#intro section.assignment .video-box {
  margin: 0 auto;
  padding-top: 41.6%;
  position: relative;
  width: 60vw;
  height: 0;
}
#intro section.assignment .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#intro section.outline {
  margin-top: 120px;
}
#intro section.outline .title {
  padding-bottom: 25px;
}
#intro section.outline .img-box {
  border-top: 4px solid #5730BB;
}
#intro section.outline .img-box img {
  margin: 45px auto;
  width: 60vw;
}
#intro section.necessity {
  margin-top: 120px;
  background-color: #F7F9FB;
}
#intro section.necessity .container {
  padding: 80px 0;
}
#intro section.necessity .container .title {
  padding-bottom: 25px;
}
#intro section.necessity .container .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#intro section.necessity .container .grid-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 320px;
  padding: 25px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  background: #FFFFFF no-repeat right 20px top 20px/120px;
  transition: background-color 0.3s, border 0.3s ease-in-out;
}
#intro section.necessity .container .grid-box .item .upper .keyword {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 10px;
  display: inline-block;
  color: #1E1E1E;
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #DCF7CD 0.6rem, #DCF7CD 1.6rem, transparent 1.6rem);
}
#intro section.necessity .container .grid-box .item .upper .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
  width: 100%;
  padding-right: 140px;
  color: #25751A;
  word-break: keep-all;
}
#intro section.necessity .container .grid-box .item .lower .sub:not(:last-child) {
  margin-bottom: 4px;
  word-break: keep-all;
}
#intro section.necessity .container .grid-box .item.tech {
  background-image: url("../images/intro/necessity-1.png");
}
#intro section.necessity .container .grid-box .item.social {
  background-image: url("../images/intro/necessity-2.png");
}
#intro section.necessity .container .grid-box .item.economic {
  background-image: url("../images/intro/necessity-3.png");
}
#intro section.necessity .container .grid-box .item.culture {
  background-image: url("../images/intro/necessity-4.png");
}
#intro section.necessity .container .grid-box .item.industry {
  background-image: url("../images/intro/necessity-5.png");
}
#intro section.necessity .container .grid-box .item.policy {
  background-image: url("../images/intro/necessity-6.png");
}
#intro section.necessity .container .grid-box .item:hover {
  background-color: #F7FFF6;
  border: 1px solid #B7DAA4;
  transition: all 0.3s ease-in-out;
}
#intro section.utilization {
  margin-top: 120px;
}
#intro section.utilization .title {
  padding-bottom: 25px;
}
#intro section.utilization .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
}
#intro section.utilization .flex-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 200px;
  padding: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background: #FFFFFF no-repeat right 20px center/auto 160px;
  transition: background-color 0.3s, border 0.3s ease-in-out;
}
#intro section.utilization .flex-box .item .keyword {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 10px;
  display: inline-block;
  color: #1E1E1E;
}
#intro section.utilization .flex-box .item .lower .sub:not(:last-child) {
  margin-bottom: 4px;
  word-break: keep-all;
}
#intro section.utilization .flex-box .item.env {
  background-image: url("../images/intro/utilization-1.png");
}
#intro section.utilization .flex-box .item.env .keyword {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #FEEAEA 0.6rem, #FEEAEA 1.6rem, transparent 1.6rem);
}
#intro section.utilization .flex-box .item.env:hover {
  background-color: #FFF8F8;
  border: 1px solid #EBD6D6;
  transition: all 0.3s ease-in-out;
}
#intro section.utilization .flex-box .item.data {
  background-image: url("../images/intro/utilization-2.png");
}
#intro section.utilization .flex-box .item.data .keyword {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #DBEAF9 0.6rem, #DBEAF9 1.6rem, transparent 1.6rem);
}
#intro section.utilization .flex-box .item.data:hover {
  background-color: #F4F8FD;
  border: 1px solid #91A5EE;
  transition: all 0.3s ease-in-out;
}
#intro section.utilization .flex-box .item.platform {
  background-image: url("../images/intro/utilization-3.png");
}
#intro section.utilization .flex-box .item.platform .keyword {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #DFF1FA 0.6rem, #DFF1FA 1.6rem, transparent 1.6rem);
}
#intro section.utilization .flex-box .item.platform:hover {
  background-color: #F3FBFF;
  border: 1px solid #B0CEDD;
  transition: all 0.3s ease-in-out;
}
#intro section.utilization .flex-box .item.system {
  background-image: url("../images/intro/utilization-4.png");
}
#intro section.utilization .flex-box .item.system .keyword {
  background-image: repeating-linear-gradient(transparent, transparent 0.6rem, #ECE5CF 0.6rem, #ECE5CF 1.6rem, transparent 1.6rem);
}
#intro section.utilization .flex-box .item.system:hover {
  background-color: #FFFCF0;
  border: 1px solid #D7C789;
  transition: all 0.3s ease-in-out;
}
#intro .return {
  border-top: none;
}
#intro .return .return-button {
  position: relative;
  padding: 18px 98px 18px 70px;
}
#intro .return .return-button:after {
  content: "";
  display: block;
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 65px;
  background: url("../images/icons/external.svg") no-repeat center center;
}

footer .container {
  max-width: 1560px;
  width: 100%;
}

#detail-instance section.display {
  height: 600px;
  background-color: #333333;
}
#detail-instance section.display .img-box {
  margin: auto;
  padding: 50px 0;
  width: fit-content;
  height: 100%;
}
#detail-instance section.display .img-box img {
  height: 100%;
}
#detail-instance section.display .img-box#imageViewer img {
  display: none;
}
#detail-instance section.display .img-box.openViewer {
  height: calc(100% - 60px);
  padding: 0;
}
#detail-instance section.display .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
#detail-instance section.display .flex-box .button-box {
  margin: 0 auto 5px;
  padding: 6px 3px;
}
#detail-instance section.display .flex-box .button-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 25px;
  display: inline-block;
  color: #FFFFFF;
}
#detail-instance section.display #TDViewer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#detail-instance section.display #videoViewer {
  padding: 0;
}
#detail-instance section.display #videoViewer .video-player {
  height: 100%;
}
#detail-instance section.details {
  margin-top: 100px;
}
#detail-instance section.details .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
#detail-instance section.details .container .info {
  width: 47%;
}
#detail-instance section.details .container .info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  color: #666666;
}
#detail-instance section.details .container .info .description {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 35px;
}
#detail-instance section.details .container .info .description th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  line-height: 1.5;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
#detail-instance section.details .container .info .description td {
  font-size: 18px;
}
#detail-instance section.details .container .related-heritages {
  width: 100%;
  padding: 24px;
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  width: 47%;
}
#detail-instance section.details .container .related-heritages .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}
#detail-instance section.details .container .related-heritages .flex-box .subtitle {
  width: unset;
}
#detail-instance section.details .container .related-heritages .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 20px;
}
#detail-instance section.details .container .related-heritages .contents .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 166px;
  margin-right: 20px;
  background-color: #E1E1E1;
  cursor: pointer;
}
#detail-instance section.details .container .related-heritages .contents .description {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  width: calc(100% - 225px);
}
#detail-instance section.details .container .related-heritages .contents .description th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  line-height: 1.5;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
#detail-instance section.details .container .related-heritages .contents .description td {
  font-size: 18px;
}
#detail-instance section.details .container .related-heritages .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
}
#detail-instance section.details .container .related-heritages .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-instance section.details .container .related-heritages .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#detail-instance section.related-items {
  margin-top: 100px;
}
#detail-instance section.related-items .title {
  padding-bottom: 25px;
}
#detail-instance section.related-items .items {
  width: 100%;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
#detail-instance section.related-items .items thead {
  background-color: #F9F9F9;
}
#detail-instance section.related-items .items tr {
  border-bottom: 1px solid #D1D1D1;
}
#detail-instance section.related-items .items tr.fold {
  display: none;
}
#detail-instance section.related-items .items tr.fold.open {
  display: table-row;
}
#detail-instance section.related-items .items th, #detail-instance section.related-items .items td {
  padding: 16px 10px;
  width: 25%;
  font-size: 18px;
  text-align: center;
}
#detail-instance section.related-items .items .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
  padding: 40px 0;
}
#detail-instance section.related-items .items .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-instance section.related-items .items .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#detail-instance section.graph {
  height: 950px;
  background-color: #F7F9FB;
  margin-top: 100px;
}
#detail-instance section.graph .container {
  padding: 80px 0;
}
#detail-instance section.graph .title {
  padding-bottom: 25px;
}
#detail-instance section.related-assets {
  margin: 100px 0;
  position: relative;
}
#detail-instance section.related-assets .title {
  padding-bottom: 25px;
}
#detail-instance section.related-assets .swiper-control.relatedAssets .swiper-button-prev,
#detail-instance section.related-assets .swiper-control.relatedAssets .swiper-button-next {
  top: calc(50% + 20px);
  height: 40px;
  color: #999999;
}
#detail-instance section.related-assets .swiper-control.relatedAssets .swiper-button-prev:after,
#detail-instance section.related-assets .swiper-control.relatedAssets .swiper-button-next:after {
  font-size: 40px;
  font-weight: 700;
}
#detail-instance section.related-assets .swiper-control.relatedAssets .swiper-button-prev {
  left: 125px;
}
#detail-instance section.related-assets .swiper-control.relatedAssets .swiper-button-next {
  right: 125px;
}
#detail-instance section.related-assets .swiper-slide .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
#detail-instance section.related-assets .swiper-slide .img-box img {
  transition: transform 0.3s ease-in-out;
}
#detail-instance section.related-assets .swiper-slide .img-box:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
#detail-instance section.related-assets .swiper-slide a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 25px;
  color: #1E1E1E;
}
#detail-instance section.related-assets .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
}
#detail-instance section.related-assets .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-instance section.related-assets .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}

#detail-work section.display {
  height: 600px;
  background-color: #333333;
}
#detail-work section.display .img-box {
  margin: auto;
  width: fit-content;
  height: 100%;
}
#detail-work section.display .img-box#imageViewer img {
  display: none;
}
#detail-work section.details {
  margin-top: 100px;
}
#detail-work section.details .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
#detail-work section.details .container .info {
  width: 47%;
}
#detail-work section.details .container .info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  color: #666666;
}
#detail-work section.details .container .info .description {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 35px;
}
#detail-work section.details .container .info .description th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  line-height: 1.5;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
#detail-work section.details .container .info .description td {
  font-size: 18px;
}
#detail-work section.details .container .related {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 47%;
}
#detail-work section.details .container .related .related-projects {
  width: 100%;
  padding: 24px;
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
}
#detail-work section.details .container .related .related-projects .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects .swiper-button-prev,
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects .swiper-button-next {
  position: static;
  margin-top: 0;
  height: 16px;
  color: #333333;
}
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects .swiper-button-prev:after,
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects .swiper-button-prev {
  margin-right: 5px;
}
#detail-work section.details .container .related .related-projects .flex-box .swiper-control.relatedProjects .swiper-button-next {
  margin-left: 5px;
}
#detail-work section.details .container .related .related-projects .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 20px;
}
#detail-work section.details .container .related .related-projects .swiper-slide .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 200px;
  margin-right: 20px;
  background-color: #E1E1E1;
  cursor: pointer;
}
#detail-work section.details .container .related .related-projects .swiper-slide .description {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  width: calc(100% - 170px);
}
#detail-work section.details .container .related .related-projects .swiper-slide .description th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  line-height: 1.5;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
#detail-work section.details .container .related .related-projects .swiper-slide .description td {
  font-size: 18px;
}
#detail-work section.details .container .related .related-projects .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
}
#detail-work section.details .container .related .related-projects .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-work section.details .container .related .related-projects .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#detail-work section.details .container .related .related-assets {
  width: 100%;
  padding: 24px;
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  position: relative;
  margin-top: 50px;
}
#detail-work section.details .container .related .related-assets .flex-box {
  width: calc(100% - 325px);
}
#detail-work section.details .container .related .related-assets .flex-box .subtitle {
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}
#detail-work section.details .container .related .related-assets .flex-box .button-box {
  margin-top: 20px;
}
#detail-work section.details .container .related .related-assets .flex-box .button-box .row2 {
  margin-top: 10px;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets {
  width: 295px;
  height: 380px;
  margin: 0 0 0 30px;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide {
  position: relative;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box img {
  transition: transform 0.3s ease-in-out;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 25px;
  color: #1E1E1E;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box {
  border-radius: 10px;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center;
  z-index: 10;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box.TD:before {
  background-image: url("../images/icons/assets/3D.svg");
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box.DO:before {
  background-image: url("../images/icons/assets/DO.svg");
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box.IM:before {
  background-image: url("../images/icons/assets/IM.svg");
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .img-box.SO:before {
  background-image: url("../images/icons/assets/SO.svg");
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
  padding: 25px 20px 25px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1E1E1ECC;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .description .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .swiper-slide .description:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #FFFFFF;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
  height: fit-content;
  margin: auto 0;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-work section.details .container .related .related-assets .swiper.relatedAssets .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #FFFFFF;
  border-top: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-radius: 0 20px 0 0;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-pagination,
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-prev,
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-next {
  position: static;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-pagination {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25em;
  color: #66666680;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-pagination .swiper-pagination-current {
  color: #666666;
  font-weight: 700;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-prev,
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-next {
  margin-top: 0;
  height: 19px;
  color: #666666;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-prev:after,
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-next:after {
  font-size: 19px;
  font-weight: 700;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-prev {
  margin-right: 10px;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-pagination-container .swiper-button-next {
  margin-left: 10px;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-button-stop {
  margin-left: 20px;
  width: 32px;
}
#detail-work section.details .container .related .related-assets .swiper-control.relatedAssets .swiper-button-stop img {
  filter: brightness(40%) saturate(100%);
}
#detail-work section.graph {
  height: 950px;
  background-color: #F7F9FB;
  margin-top: 100px;
}
#detail-work section.graph .container {
  padding: 80px 0;
}
#detail-work section.graph .title {
  padding-bottom: 25px;
}
#detail-work section.recommend {
  margin: 100px 0;
}
#detail-work section.recommend .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #333333;
}
#detail-work section.recommend .flex-box .title {
  width: unset;
}
#detail-work section.recommend .flex-box .tooltip-box {
  display: none;
  position: absolute;
  top: 5px;
  left: 670px;
  padding: 25px 30px 25px 45px;
  background-color: #FFFCF0;
  border: 1px solid #ECE5CF;
  border-radius: 0 30px 30px 30px;
  z-index: 10;
}
#detail-work section.recommend .flex-box .tooltip-box:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 22px;
  background: url("../images/icons/exclamation.svg") no-repeat center center;
}
#detail-work section.recommend .flex-box .tooltip-box.show {
  display: block;
}
#detail-work section.recommend .flex-box .tooltip-box p:not(:first-child) {
  margin-top: 10px;
}
#detail-work section.recommend .collections .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
#detail-work section.recommend .collections .collections-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 50px 24px;
}
#detail-work section.recommend .collections .collections-list .collection-item .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
#detail-work section.recommend .collections .collections-list .collection-item .img-box img {
  transition: transform 0.3s ease-in-out;
}
#detail-work section.recommend .collections .collections-list .collection-item .img-box:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
#detail-work section.recommend .collections .collections-list .collection-item a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 25px;
  color: #1E1E1E;
}
#detail-work section.recommend .collections .collections-list .collection-item.fold {
  display: none;
}
#detail-work section.recommend .collections .collections-list .collection-item.fold.open {
  display: block;
}
#detail-work section.recommend .collections .collections-list .collection-item a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 15px;
}
#detail-work section.recommend .collections .collections-list .collection-item .percentage {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 5px;
  color: #5781CF;
}
#detail-work section.recommend .collections .collections-list .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
  grid-column: 1/6;
}
#detail-work section.recommend .collections .collections-list .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-work section.recommend .collections .collections-list .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#detail-work section.recommend .empty-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  position: relative;
}
#detail-work section.recommend .empty-info .img-box {
  content: "";
  display: block;
  width: 150px;
  height: 120px;
  background: url("../images/icons/recommend.svg") no-repeat center center;
}
#detail-work section.recommend .empty-info .explanation {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  padding-left: 40px;
  display: inline-block;
}

#detail-project section.display {
  height: 600px;
  background-color: #333333;
}
#detail-project section.display .img-box {
  margin: auto;
  padding: 50px 0;
  width: fit-content;
  height: 100%;
}
#detail-project section.display .img-box img {
  height: 100%;
}
#detail-project section.details {
  margin-top: 100px;
}
#detail-project section.details .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
#detail-project section.details .container .info {
  width: 47%;
}
#detail-project section.details .container .info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  color: #666666;
}
#detail-project section.details .container .info .description {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 35px;
}
#detail-project section.details .container .info .description th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  line-height: 1.5;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
#detail-project section.details .container .info .description td {
  font-size: 18px;
}
#detail-project section.details .container .related-heritages {
  width: 100%;
  padding: 24px;
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  width: 47%;
}
#detail-project section.details .container .related-heritages .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #D1D1D1;
}
#detail-project section.details .container .related-heritages .flex-box .subtitle {
  width: unset;
}
#detail-project section.details .container .related-heritages .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 20px;
}
#detail-project section.details .container .related-heritages .contents .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 166px;
  margin-right: 20px;
  background-color: #E1E1E1;
  cursor: pointer;
}
#detail-project section.details .container .related-heritages .contents .description {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  width: calc(100% - 225px);
}
#detail-project section.details .container .related-heritages .contents .description th {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  line-height: 1.5;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
#detail-project section.details .container .related-heritages .contents .description td {
  font-size: 18px;
}
#detail-project section.details .container .related-heritages .contents .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
}
#detail-project section.details .container .related-heritages .contents .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#detail-project section.details .container .related-heritages .contents .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#detail-project section.graph {
  height: 950px;
  background-color: #F7F9FB;
  margin-top: 100px;
}
#detail-project section.graph .container {
  padding: 80px 0;
}
#detail-project section.graph .title {
  padding-bottom: 25px;
}

#search-result section.searchbar {
  position: relative;
  padding-top: 60px;
  border-bottom: 1px solid #E1E1E1;
  background-color: #F9F9F9;
}
#search-result section.searchbar .explorer {
  width: 1200px;
  margin: 0 auto;
}
#search-result section.searchbar .explorer .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 10px;
  color: #E50012;
}
#search-result section.searchbar .explorer .input-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
  width: 100%;
  height: 68px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 0 34px 34px 34px;
}
#search-result section.searchbar .explorer .input-search .select-search {
  width: 200px;
  height: 100%;
  position: relative;
}
#search-result section.searchbar .explorer .input-search .select-search button {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  position: relative;
  text-align: left;
  cursor: default;
  /* &:after {
    content: '';
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 25px;
    background: url($image-url + "icons/chevron-down.svg") no-repeat center center;
    filter: brightness(0);
  } */
}
#search-result section.searchbar .explorer .input-search .select-search button:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #666666;
}
#search-result section.searchbar .explorer .input-search .select-search .dropdown {
  width: 100%;
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  border: 1px solid #333333;
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 10;
}
#search-result section.searchbar .explorer .input-search .select-search .dropdown li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  padding: 12px 25px;
  cursor: pointer;
}
#search-result section.searchbar .explorer .input-search .select-search .dropdown li:first-child {
  border-radius: 10px 10px 0 0;
}
#search-result section.searchbar .explorer .input-search .select-search .dropdown li:last-child {
  border-radius: 0 0 10px 10px;
}
#search-result section.searchbar .explorer .input-search .select-search .dropdown li:active, #search-result section.searchbar .explorer .input-search .select-search .dropdown li:hover {
  font-weight: 700;
  background-color: #DBEAF9;
}
#search-result section.searchbar .explorer .input-search .search-box {
  height: 100%;
  padding: 0 25px;
  flex: 1 0 auto;
  border: none;
  color: #333333;
}
#search-result section.searchbar .explorer .input-search .search-box::placeholder {
  color: #999999;
}
#search-result section.searchbar .explorer .input-search #search-btn {
  width: 80px;
  height: 100%;
  border-radius: 0 34px 34px 0;
  background: url("../images/icons/search.svg") no-repeat center center;
  filter: brightness(0);
}
#search-result section.searchbar .explorer .result-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 10px 0 0 25px;
}
#search-result section.searchbar .explorer .result-info .keyword {
  color: #E50012;
}
#search-result section.searchbar .explorer .result-info .bold {
  font-weight: 600;
}
#search-result section.searchbar .category {
  position: relative;
  padding-top: 80px;
}
#search-result section.searchbar .category .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#search-result section.searchbar .category .button-box input[type=radio]:checked + label {
  background-color: #45679D;
  color: #FFFFFF;
}
#search-result section.searchbar .category .button-box label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 10px;
  padding: 17px 0;
  background-color: #DBEAF9;
  border-radius: 30px;
  color: #91A5EE;
  transition: background-color 0.3s, color 0.3s ease-in-out;
  cursor: pointer;
}
#search-result section.searchbar .category .button-box label:hover {
  background-color: #6D96D6;
  color: #FFFFFF;
  transition: background-color 0.3s, color 0.3s ease-in-out;
}
#search-result section.searchbar .category .button-box label .check {
  width: fit-content;
  padding-left: 30px;
  position: relative;
}
#search-result section.searchbar .category .button-box label .check:before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/icons/check.svg") no-repeat center center;
}
#search-result section.searchbar .category .button-box label .small {
  font-size: 16px;
}
#search-result section.searchbar .category .options {
  width: 100%;
  padding-top: 60px;
  background-color: #A1B1CA;
}
#search-result section.searchbar .category .options .minor {
  display: none;
}
#search-result section.searchbar .category .options .minor.open {
  display: block;
}
#search-result section.searchbar .category .options .minor > .depth-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#search-result section.searchbar .category .options .minor > .depth-1 input[type=radio]:checked + label .more {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}
#search-result section.searchbar .category .options .minor > .depth-1 label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: #FFFFFF;
  cursor: pointer;
}
#search-result section.searchbar .category .options .minor > .depth-1 label .more {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  position: relative;
  padding-left: 30px;
}
#search-result section.searchbar .category .options .minor > .depth-1 label .more:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/icons/more-white.svg") no-repeat center center;
}
#search-result section.searchbar .category .options .minor > .depth-1 label .more.selected:before {
  background-image: url("../images/icons/more-blue.svg");
}
#search-result section.searchbar .category .options .minor > .depth-1 label .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
}
#search-result section.searchbar .category .options .minor .sub {
  padding: 30px 50px;
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 1px 0 0 #FFFFFF;
}
#search-result section.searchbar .category .options .minor .sub .selected-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#search-result section.searchbar .category .options .minor .sub .selected-list .selected-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  margin: 5px;
  padding: 10px 45px 10px 20px;
  position: relative;
  background-color: #F0F3F6;
  border-radius: 20px;
  color: #333333;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 30px;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:disabled + label {
  cursor: default;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:disabled + label .select {
  font-weight: 400;
  color: #A1A1A1;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:disabled + label .select:before {
  background-image: url("../images/icons/checkbox-disabled.svg");
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:disabled + label .small {
  color: #A1A1A1;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:checked + label .select {
  font-weight: 600;
  color: #1E1E1E;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:checked + label .select:before {
  background-image: url("../images/icons/checkbox-check.svg");
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 input[type=checkbox]:checked + label .small {
  color: #1E1E1E;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin: 6px 10px;
  width: fit-content;
  cursor: pointer;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 label .select {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  position: relative;
  padding-left: 30px;
  color: #333333;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 label .select:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/icons/checkbox-uncheck.svg") no-repeat center center;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2 label .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  color: #999999;
}
#search-result section.searchbar .category .options .minor .sub > .depth-2.open {
  display: grid;
}
#search-result section.results {
  margin: 100px 0;
}
#search-result section.results .sorting-box {
  margin: 0 auto 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
#search-result section.results .sorting-box .sorting {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
  color: #666666;
  cursor: pointer;
}
#search-result section.results .sorting-box .sorting + .sorting {
  padding-left: 10px;
  position: relative;
}
#search-result section.results .sorting-box .sorting + .sorting:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666666;
}
#search-result section.results .sorting-box .sorting:not(:last-child) {
  padding-right: 10px;
}
#search-result section.results .sorting-box .sorting.selected {
  font-weight: 600;
  color: #333333;
}
#search-result section.results .results-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 100px 40px;
  justify-items: stretch;
  align-items: start;
}
#search-result section.results .results-list .empty {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
  grid-column: 1/6;
}
#search-result section.results .results-list .empty i {
  color: #3A5CB4;
  font-size: 40px;
}
#search-result section.results .results-list .empty span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#search-result section.results .results-list .result-item .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
#search-result section.results .results-list .result-item .img-box img {
  transition: transform 0.3s ease-in-out;
}
#search-result section.results .results-list .result-item .img-box:hover img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
#search-result section.results .results-list .result-item a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 25px;
  color: #1E1E1E;
}
#search-result section.results .results-list .result-item a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
}
#search-result section.results .results-list .result-item .sub,
#search-result section.results .results-list .result-item .id {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 5px;
}

#error section.error .bg {
  padding: 70px 0;
  background: url("../images/backgrounds/main-bg.svg") no-repeat center center;
}
#error section.error .container {
  margin: 100px auto 50px;
}
#error section.error .container .title {
  padding-bottom: 50px;
}
#error section.error .container .error-box {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px;
}
#error section.error .container .error-box i {
  color: #3A5CB4;
  font-size: 40px;
}
#error section.error .container .error-box span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  display: block;
  margin-top: 20px;
}
#error section.error .container .error-box i {
  color: #3A5CB4;
  font-size: 40px;
}
#error .back {
  margin-bottom: 80px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
