* {
  font-family: "Noto Sans KR", sans-serif;
  list-style: none;
  text-decoration: none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.intro_text > h1 {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 12px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 5%;
}

.contents1 {
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.contents2 {
  font-size: 16px;
}
.intro_bg {
  width: 100%;
  height: 300px;
  background-image: url("./image/about_img1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header {
  width: 100%;
  margin: auto;
  display: flex;
  height: 86px;
  background-color: #fff;
}
.header-1 {
  width: 100%;
  margin: auto;
  display: flex;
  background-color: #fff;
}
.searchArea {
  width: 330px;
  height: 40px;
  margin-top: 10px;
  margin-left: 50px;
}
.logo {
  margin-left: 50px;
  margin-bottom: 2%;
  margin-top: 1%;
}
.logo > img {
  width: 100%;
}
.nav {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 33%);
  line-height: 86px;
}
.nav > li {
  margin-left: 84px;
}

.nav > li > a {
  color: #105e69;
}

.nav2 {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 20%);
}
.nav2 > li {
  margin-left: 84px;
}

.nav2 > li > a {
  color: black;
}

/* main_text0 */

.main_text0 {
  width: 100%;
  background-color: #fff;
}
.main_text0 > h1 {
  padding-top: 100px;
  text-align: center;
  letter-spacing: 2.1px;
  margin-bottom: 2.5%;
  font: 28px / 25px MontserratMedium;
  color: rgb(16, 94, 105);
}

.main_text0 > hr {
  width: 85px;
  height: 2px;
  margin-top: 2%;
  margin-bottom: 2%;
  background: rgb(16, 94, 105);
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

.main_text0 > .contents1 {
  text-align: center;
  letter-spacing: 1.8px;
  color: rgb(16, 94, 105);
  text-transform: uppercase;
  font: 18px / 18px MontserratMedium;
  margin-bottom: 3px;
  font-weight: bold;
}

.main_text0 > .contents2 {
  text-align: center;
  letter-spacing: 1.8px;
  font-size: 12px;
  color: rgb(16, 94, 105);
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
}
.main_text0 > h8 {
  text-align: center;
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: rgb(54, 54, 54);
  margin-bottom: 4%;
}

.footer {
  display: flex;
  background: #1f1f1f;
  padding: 30px;
}
.footer > .s-logo > img {
  width: 40%;
}
.footer > div:first-child {
  flex: 3;
  text-align: center;
  color: #fff;
}
.footer > .lastpoint {
  flex: 9;
  color: #fff;
}
.footer > iframe {
  position: relative;
  margin-top: 0%;
  right: 0%;
  padding-right: 0%;
  position: relative;
  float: left;
}


.icons {
  display: flex;
  justify-content: space-evenly;
  width: 86%;
  max-width: 1280px;
  height: 360px;
  /* background: orange; */
  margin: auto;
}
.icons > li {
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  background: #fff 0 0 no-repeat padding-box;
  margin: 1%;
  width: 90%;
  max-width: 767px;
  float: left;
  margin-left: 4%;
}
.icons > li > .icon_img {
  max-width: 1008px;
  overflow: hidden;
  height: auto;
  width: 100%;
  float: left;
}
.icons > li > .icon_img > img {
  width: 100%;
}
.icons > li > .contents1_bold {
  max-width: 992px;

  text-align: left;
  font: 510 16px/22px Questrial;
  letter-spacing: 0;
  color: #105e69;
  padding-left: 4px;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.icons .contents2 {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font: 500;
  letter-spacing: 0;
  color: #3b4f52;
  opacity: 1;
 padding-left: 4px;
}

/* main_text5 */
.main_text5 {
  width: 100%;
  padding-bottom : 130px;
  background: #fff;
}
.main_text5 > h1 {
  padding-top: 116px;
  text-align: center;
  letter-spacing: 2.1px;
  margin-bottom: 3.5%;
  font: 28px / 25px MontserratMedium;
  color: rgb(16, 94, 105);
}

.main_text5 > .contents1 {
  text-align: center;
  letter-spacing: 1.8px;
  color: rgb(16, 94, 105);
  text-transform: uppercase;
  font: 18px / 18px MontserratMedium;
  margin-bottom: 20px;
  font-weight: bold;
}

.main_text5 > .icons {
  display: flex;
  max-width: 1008px;
  height: 170px;
  margin: auto;
  /* background: orange; */
}
.main_text5 > .icons > li {
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px;
  background: #fff;
  width: 90%;
  max-width: 767px;
  margin-left: 3%;
}
.main_text5 > .icons > li > .icon_img {
  max-width: 1008px;
  overflow: hidden;
  width: 100%;
  margin-top: 30%;
  margin-bottom: 25%;
}

.main_text5 > .icons > li > .icon_img1 {
  max-width: 1008px;
  overflow: hidden;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 25%;
}

.main_text5 > .icons > li > .icon_img0 {
  max-width: 1008px;
  overflow: hidden;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 20%;
  margin-left: 12%;
}
.main_text5 > .icons > li > .icon_img > img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

/* main_text2 */
.main_text2 {
  width: 100%;
  height: 418px;
  background-image: url("image/contact.png");
}

.main_text2 > ul {
  display: flex;
  padding-top: 138px;
}

.main_text2 > ul > li {
  flex: 1;
  text-align: center;
}
.main_text2 > ul > li > div,
.main_text2 > ul > li > div > h1 {
  color: #fff;
}
.more2 {
  width: 220px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  margin: 16px auto;
}
.footer {
  display: flex;
  background: #1f1f1f;
  padding: 30px;
}
.footer > .s-logo > img {
  width: 40%;
}
.footer > div:first-child {
  flex: 3;
  text-align: center;
  color: #fff;
}
.footer > .lastpoint {
  flex: 9;
  color: #fff;
}
.footer > iframe {
  position: relative;
  margin-top: 0%;
  right: 0%;
  padding-right: 0%;
  position: relative;
  float: left;
}

/* main_text1*/

.main_text1 {
  width: 100%;
  height: 807px;
  margin-bottom: 160px;
  margin-top:-117px;
  /* margin-top:-132px; */
  /* background: #2f7af4; */
}

.main_text1 > h1 {
  padding-top: 85px;
  text-align: center;
  letter-spacing: 2.1px;
  margin-bottom: 1.5%;
  font: 28px / 25px MontserratMedium;
  color: rgb(16, 94, 105);
}
.main_text1 > .contents0{
  text-align: center;
  letter-spacing: 1.8px;
  color: rgb(16, 94, 105);
  text-transform: uppercase;
  font: 18px / 18px MontserratMedium;
  margin-bottom: 3px;
  font-weight: 200;
  margin-bottom: 3.6%;
}
.contents0 > h1 {
  padding-top: 116px;
  text-align: center;
  letter-spacing: 2.1px;
  margin-bottom: 3.5%;
  font: 28px / 25px MontserratMedium;
  color: rgb(16, 94, 105);
}
.main_text1 > .contents3{
  text-align: center;
  letter-spacing: 1.8px;
  color: rgba(217, 231, 233, 0.938);
  text-transform: uppercase;
  font: 28px / 25px MontserratMedium;
  margin-bottom: 20px;
  font-weight: bold;
}

.translate_dropdown {
    position: absolute;
    display: none;
    margin-top: 5px;
    width: 157px;
    box-shadow: 4px 4px 10px #f7ffeb;
    animation: fade-in 1s ease;
    background-color: #ecffd2;
    border: 1px solid;
    top: 70px;
    z-index: 1;
}

.translate_dropdown a {
    text-align: left;
    color: #105e69;
    padding: 0.5rem;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.translate_dropdown li {
    list-style-type: none;
}

a > div {
    color: black;
}

.translate_dropdown li a {
    line-height: normal;
}