#main.subpage>* {
  border: none;
}

#main.subpage .post {
  padding: 2rem 0 0 0;
}

#main.subpage section.post_text {
  padding: 2rem;
}

#main.subpage .post:last-child {
  padding-bottom: 2rem;
}

#main.subpage div.map {
  padding: 0 10%;
  margin: 0;
}

#main.subpage div.map>div {
  margin: 0;
  padding: 0;
  height: 400px;
}

#navPanelToggle>span {
  font-family: "Noto Sans KR", sans-serif, "Merriweather", Georgia, serif;
}

a.pantocenter {
  color: brown;
}

#sitemap a {
  color: brown;
  font-size: 1.2rem;
}

#nav_subpage {
  position: relative;
  margin: 10px auto 0;
  max-width: 72rem;
  z-index: 2;
}

#nav_subpage ul {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

#nav_subpage ul li {
  text-align: center;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav_subpage ul li a {
  padding: 0 1rem;
  display: block;
  color: #fff;
  white-space: nowrap;
  text-shadow: 2px 2px 2px black;
  font-size: 1.1em;
}

#nav_subpage ul li.active {
  background-color: white
}

#nav_subpage ul li a.active {
  color: brown;
  text-shadow: none;
}

#nav_subpage ul li a:hover {
  color: #18bfef;
}

div.history dt {
  color: #8b4513;
  margin: 0;
}

div.history dd li {
  color: gray;
}

#footer {
  border-top: 0.2rem solid #8b4513;
}

#footer>div:first-child {
  padding-top: 1rem;
}

#footer section {
  display: block;
  padding: 0 1rem 1rem 1rem;
}

#footer section div {
  display: flex;
}

#footer section div:first-child {
  width: 5rem;
  color: #8b4513;
}

#copyright {
  color: #ffffff;
  text-shadow: 1px 1px 1px black;
}

section.press div.top_press {
  padding: 1rem;
}

section.press div.top_press h2 {
  text-align: center;
}

section.press div.top_press div {
  text-align: center;
}

section.press div.top_press div a {
  display: inline-block;
}

section.press div.top_press img {
  width: 100%;
}

section.press div.press_list {}

section.press div.press {
  width: 49%;
  display: inline-block;
  padding: 1rem;
}

section.press div.press h2 {
  text-align: center;
}

section.press div.press div {
  text-align: center;
}

section.press div.press div a {
  display: inline-block;
}

section.press div.press img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  section.press div.press {
    width: 100%;
    display: inline-block;
    padding: 1rem;
  }
}

.patent {
  text-align: center;
}

.patent .image {
  display: inline-block;
}

.patent .image img {
  width: 100%;
}

.patent .desc {
  text-align: center;
  margin-top: -40px;
  color: #8b4513;
}

#btn_top {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10001;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

#btn_top.alt {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0.125rem 0.75rem 0 rgba(30, 37, 45, 0.25);
}

#btn_top.alt a {
  color: brown;
}

#btn_top a {
  display: block;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
}

div.video {
  text-align: center;
}

div.video>video {
  padding: 0.5rem;
  background-color: gray;
}

img.business_img {
  display: inline-block;
  max-width: 960px;
  margin-bottom: 2.5rem;
}

/* .pswp--custom-icon-colors {
    --pswp-icon-color: #00fffc;
    --pswp-icon-color-secondary: #333;
  } */
div.pswp-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

div.pswp-gallery a {
  max-height: 230px;
  overflow: hidden;
  width: 29%;
  margin: 0.5rem;
}

/* div.pswp-gallery a:nth-child(3n + 1){
  margin-left:1rem;
} */

div.pswp-gallery a>img {
  width: 100%;
}

div#intro div.logo {
  line-height: 60px;
}

div#intro div.logo>img {
  float: left;
}

div#intro div.logo>span {
  color: aliceblue;
  font-size: 24px;
  float: left;
  margin-left: 5px;
}

div.thesis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

div.thesis a {
  max-height: 230px;
  overflow: hidden;
  width: 20%;
  margin: 0.5rem;
}

div.thesis a>img {
  width: 100%;
}

div.greeting {
  display: flex;
  justify-content: center;
}

div.greeting div.image {}

div.greeting div:first-child {
  width: 25%;
}

div.greeting div:first-child a {
  display: inline-block;
}

div.greeting div:first-child img {
  width: 100%;
  max-width: 495px;
}

div.greeting div:last-child {
  width: 75%;
  text-align: left;
  padding-left: 1rem;
}

@media (max-width: 980px) {
  div.greeting {
    flex-flow: column;
  }

  div.greeting div:first-child {
    width: 100%;
    padding: 0;
  }

  div.greeting div:last-child {
    width: 100%;
    padding: 0;
  }
}

div.career_box {
  display: flex;
  justify-content: center;
}

div.career {
  width: 100%;
  max-width: 980px;
  text-align: left;
  background-color: aliceblue;
  margin-top: 1rem;
  box-shadow: 1rem 1rem 1rem gray;
}

div.career b {
  color: gray;
}

div.career dl {
  margin: 0;
}

div.career dd {
  margin-left: 1rem;
  padding-bottom: 0.5rem;
}

div.career dt {
  color: aliceblue;
  margin: 0;
  text-align: center;
  background-color: #8b4513;
  margin-bottom: 0.5rem;
}

div.career dd ul {
  list-style-type: circle;
  margin: 0;
}

div.career dd li {
  color: gray;
  padding-right: 0.5rem;
  padding-left: 0;
}

div.gong-list-container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
	justify-content: center

}

div.gong-list {
  width:50%;
}

@media screen and (max-width: 980px) {
  div.gong-list {
    width:100%;
  }
}