* {
  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: 21px;
}

.contents1_bold {
  font-size: 18px;
  font-weight: bold;
}
/* --- */

.intro_bg {
  width: 100%;
  height: 300px;
  background-image: url("./image/intro_img2.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_text start */
.main_text1 {
  width: 100%;
  height: 300px;
  /* margin-top:-132px; */
}
.main_text1 > .open {
  margin-left: 5%;
  margin-top: 35px;
  margin-bottom: 35px;
}
.main_text1 > .open > h1 {
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: 1.5%;
  font: 30px;
}


/* .main_text0 { */
/* width: 100%; */
/* height: 300px; */
/* background-color: brown; */
/* } */
/* .main_text0 > .start1 { */
/* width: 554px; */
/* height: 36px; */
/* position: relative; */
/* margin: 35px 0px 39px calc((100% - 980px) * 0.5); */
/* left: -115px; */
/* grid-area: 1 / 1 / 2 / 2; */
/* justify-self: start; */
/* align-self: start; */
/* background-color: aquamarine; */
/* } */
/* box start */
.box {
  width: 100%;
  height: 400px;
  background-color: #f1f2f3;
}
.main_text0 {
  width: 100%;
  height: 400px;
  background: #f1f2f3;
}
.icons {
  display: flex;
  width: 1280px;
  height: 302px;
  /* background: orange; */
  margin: auto;
}
.icons > li {
  flex: 1;
  background: white;
  margin-top: 49px;
  height: 302px;
  text-align: center;
}
.icons > li > .icon_img {
  margin-top: 18px;
}

.icons > li:not(:last-child) {
  margin-right: 20px;
}

.icons > .contents2 {
  width: 280px;
  margin: auto;
  letter-spacing: -1px;
}
.icon_img > img {
  width: 130px;
  height: 130px;
  object-fit: fill;
}
.more {
  width: 100px;
  height: 30px;
  background: #2f7af4;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin: 25px auto;
}
/* main_text0 end */
.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_text2*/ 

.main_text2 {
  width: 100%;
  height: 659px;
  margin-bottom: 70px;
  /* margin-top:-132px; */
  /* background: #2f7af4; */
}
.main_text2 > 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_text2 > .contents11 {
  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%;
}
.service1 {
  width: 80%;
  display: flex;
  margin-left: 10%;
  height: 64.8%;
  justify-content: center;
}
.service1 > .img_photo1 {
  margin-left: 0;
}

.service1 > .contents22 {
  padding: 20px;
  background-image: url("image/black2.jpg");
  background-size: cover;
  opacity: 0.9;
}

.service1 > .contents3 {
  padding: 20px;
  background-size: cover;
  opacity: 0.9;
}

.service1 > .contents22 > h2 {
  margin-bottom: 36px;
  letter-spacing: 2.1px;
  font: 23px / 21px MontserratMedium;
  color: rgba(255, 255, 255, 0.8);
}
.service1 > .contents22 > h5 {
  letter-spacing: 2.1px;
  font: 17px / 21px MontserratMedium;
  color: rgba(255, 255, 255, 0.8);
}
.download_main {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.download_main > .keyArea > form > table > tbody > tr > td {
	padding: 3px 15px;
}
.download_main > .keyArea > form > table > tbody > tr > td > .inputBox {
	width: 250px;
}
.download_main > .keyArea > form > .inputBox {
	width: 310px;
}
input[type="submit"] {
	margin: 15px auto;
    display: block;
	padding: 5px;
}


.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;
}