@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

body {
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  box-sizing: border-box;
}
.usericon {
  color: black;
  margin-right: 15px;
}
/* navbar */
#nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #f5f3ef;
  border: 1px solid transparent;
  position: sticky;
}

#box {
  width: 15%;
  height: 35%;
  border: 1px solid transparent;
  margin: auto;
  margin-left: 43%;
  margin-top: 1.5%;
  display: inline-block;
}

#box > a > img {
  width: 100%;
}

#line {
  border: 1px solid #d4cdcd;
  width: 100%;
  margin-top: 1%;
}

#searchhide {
  display: none;
}
#search {
  display: inline-block;
  border: 1px solid transparent;
  width: 25%;
  height: 20%;
  margin: auto;
  margin-top: 3%;
  float: right;
}

#search > input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  width: 55%;
  height: 50%;
  color: #204e3c;
  outline: none;
  line-height: 1%;
  font-size: 15px;
}

#search::placeholder {
  color: #0f3f2c;
  opacity: 1;
  /* font-weight: bold; */
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
}

#search > i {
  margin-right: 4%;
}

#table {
  border: 1px solid transparent;
  width: 100%;
  height: 35%;
  margin: auto;
}
#align {
  border: 1px solid transparent;
  width: 75%;
  margin: auto;
}
#align > div {
  border: 1px solid transparent;
  margin: 15px;
  color: #133b27;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}

#ani .down {
  display: none;
  border: 1px solid transparent;
  background-color: #f5f3ef;
  color: #133b27;
  position: absolute;
  z-index: 1;
  padding: 18px;
  line-height: 30px;
}

.down > div {
  display: block;
}

.cle:hover {
  color: black;
  border-bottom: 1px solid black;
}
.cle {
  color: #0f3f2c;
  text-decoration: underline solid transparent;
}
.down > div:hover {
  color: black;
  border-bottom: 1px solid black;
}

#ani:hover .down {
  display: block;
}
@media only screen and (min-width: 989px) and (max-width: 1214px) {
  #align {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #nav {
    height: 90px;
  }
  #line {
    display: none;
  }
  #table {
    display: none;
  }
  #box {
    width: 20%;
    height: 50%;
    margin-left: 10%;
  }
  #searchhide {
    display: inline-block;
  }
  #search > input {
    display: none;
  }
  .hide {
    display: none;
  }
  #search {
    width: 5%;
  }
}
/* img1 */
#img1 {
  border: 1px solid transparent;
  width: 100%;
}
.imgg1 {
  display: none;
}

#img1 > img {
  height: 550px;
  width: 100%;
}
@media only screen and (min-width: 632px) and (max-width: 990px) {
  #img1 > img {
    height: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 632px) {
  #img1 {
    width: 150%;
    margin: auto;
    float: right;
  }
}
/* img2 */
#img2 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  border: 1px solid transparent;
  width: 100%;
  margin-top: -6px;
}

#img2 > div {
  border: 1px solid transparent;
  height: 500px;
}

.innerH {
  height: 200px;
  text-align: center;
  line-height: 25px;
}

.innerH + img {
  width: 100%;
  height: 56%;
}

.innerH > div {
  border-top: 1px solid black;
  width: 80%;
  margin: auto;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #img2 {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
/* img3 */
#img3 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  text-align: center;
}

#img3 > div {
  border: 1px solid transparent;
  height: 570px;
}

.icon {
  width: 200px;
}

#bgimg1 {
  background-image: url("img3\(1\).png");
}

.btn1 {
  border: 1px solid black;
  padding: 15px 50px;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
}

.btn1:hover {
  background-color: #204e3c;
  color: whitesmoke;
  border: 0px;
}

.btn2 {
  border: 1px solid white;
  padding: 15px 80px;
  background-color: transparent;
  color: whitesmoke;
  font-size: 15px;
  font-weight: bold;
}

.btn2:hover {
  background-color: black;
  border: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #img3 {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
/* img4  */
#img4 {
  height: 700px;
  width: 100%;
  border: 1px solid transparent;
  text-align: center;
  background-color: whitesmoke;
}
.h1t {
  color: #204e3c;
  font-size: 55px;
}
.img4f {
  display: grid;
  grid-template-columns: repeat(6, auto);
  width: 60%;
  border: 1px solid transparent;
  margin: auto;
}
.img4f > div > img {
  height: 70px;
}
.img4f > div:nth-child(1) {
  border-right: 1px solid black;
  padding-right: 30px;
}
.img4f > div:nth-child(2) {
  padding-left: 50px;
}
.btn3 {
  border: 1px solid black;
  padding: 13px 80px;
  background-color: transparent;
  font-size: 15px;
  color: black;
  font-weight: bold;
}
.btn3:hover {
  background-color: #204e3c;
  color: whitesmoke;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #img4 {
    height: 800px;
  }
  .h1t {
    font-size: 40px;
  }
  .img4f {
    width: 80%;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
  }
  .img4f > div:nth-child(1) {
    border-right: 1px solid transparent;
    padding-right: 0px;
  }
  .img4f > div:nth-child(2) {
    padding-left: 0px;
  }
  .img4f > div > img {
    height: 50px;
  }
}
/* container1  */
#container1 {
  border: 0.1px solid transparent;
  height: 800px;
  width: 100%;
  background-color: #e0c1c1;
}
.incontainer {
  border: 0.1px solid transparent;
  display: inline-block;
  height: 100%;
  width: 49.5%;
  vertical-align: top;
}
.indiv {
  border: 0.1px solid transparent;
  height: 50%;
  width: 99%;
}
.indiv2 {
  border: 0.1px solid transparent;
  width: 48%;
  height: 98%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: white;
}
#img222 {
  padding-top: 165px;
  width: 70%;
  height: 60%;
}
#img223 {
  width: 98%;
  height: 70%;
  padding-top: 125px;
}
.inblock {
  display: inline-block;
  border: 0.1px solid transparent;
  width: 49%;
  height: 100%;
  vertical-align: top;
  text-align: center;
  color: #c84949;
}
.inblock > img {
  width: 100%;
  padding-top: 220px;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #container1 {
    height: 1600px;
  }
  .incontainer {
    display: block;
    width: 100%;
    height: 50%;
  }
  #img222 {
    height: 80%;
    padding-top: 85px;
  }
  #img223 {
    height: 90%;
    padding-top: 45px;
  }
}
/* container2  */
#container2 {
  border: 1px solid transparent;
  width: 100%;
  height: 1100px;
  background-color: #f3ede5;
}
#boxxx1 {
  border: 1px solid transparent;
  width: 60%;
  height: 26%;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
}
#boxxx1 > p {
  font-size: 17px;
  line-height: 25px;
}
#inbox {
  border: 1px solid transparent;
  margin: auto;
  width: 75%;
  height: 31%;
}
.boxxx2 {
  border: 1px solid transparent;
  width: 45%;
  height: 80%;
  display: inline-block;
  vertical-align: top;
}
#imggg1 {
  border: 1px solid transparent;
  display: inline-block;
  width: 30%;
}
.imggg2 {
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 66%;
}
.imggg2 > p {
  font-size: 17px;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #boxxx1 > h1 {
    font-size: 30px;
  }
  #boxxx1 {
    width: 90%;
  }
  #boxxx1 > p {
    font-size: 15px;
  }
  #inbox {
    width: 90%;
  }
  .boxxx2 {
    width: 40%;
  }
  .imggg2 > h2 {
    font-size: 18px;
  }
  .imggg2 > p {
    font-size: 15px;
  }
  #container2 > div:nth-child(4) {
    display: none;
  }
}
/* container3  */
#container3 {
  border: 1px solid transparent;
  width: 100%;
  height: 900px;
  background-color: #f7cfc1;
}
#tag1 {
  border: 1px solid transparent;
  margin: 50px 0px 50px 0px;
  text-align: center;
  color: #0f3f2c;
  font-size: 24px;
}
#tag2 {
  border: 1px solid transparent;
  width: 90%;
  height: 25%;
  margin: auto;
}
#tag3 {
  border: 1px solid transparent;
  width: 90%;
  height: 43%;
  margin: auto;
  margin-top: 60px;
}
#imgmid {
  margin: 0px 30px 0px 30px;
}

#tag2 > div {
  border: 1px solid transparent;
  width: 31%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
#tag2 > div > img {
  width: 100%;
  height: 100%;
}
#tag3 > div {
  border: 1px solid transparent;
  width: 31%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.textsort {
  font-size: 15px;
}
#dot {
  border: 1px solid black;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  background-color: black;
  margin: auto;
  margin-top: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #tag1 {
    margin: 10px 0px 10px 0px;
    font-size: 14px;
  }
  #tag2 > div {
    width: 45%;
  }
  #tag2 > div:nth-child(3) {
    display: none;
  }
  #tag2 > div:nth-child(2) {
    margin: 0px 0px 0px 40px;
  }
  #tag3 > div {
    width: 45%;
  }
  #tag3 > div:nth-child(3) {
    display: none;
  }
  #tag3 > div:nth-child(2) {
    margin: 0px 0px 0px 40px;
  }
  .textsort {
    font-size: 12px;
  }
  #container3 {
    height: 600px;
  }
  #dot {
    display: none;
  }
}
/* container4  */
#container4 {
  border: 1px solid transparent;
  width: 100%;
  height: 1100px;
  background-color: #e4e5e1;
}
#tag4 {
  border: 1px solid transparent;
  width: 88%;
  height: 65%;
  margin: auto;
}
.taggg {
  width: 49%;
  border: 1px solid transparent;
  display: inline-block;
}
#tag4 > div > div {
  border: 1px solid transparent;
  width: 48%;
  height: 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
#tag4 > div > div > div {
  border: 1px solid transparent;
  width: 100%;
  height: 40%;
}
.but {
  border: 1px solid transparent;
  margin: auto;
  width: 30%;
  margin-top: 55px;
}
.butt {
  padding: 13px 40px;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #container4 {
    height: 2000px;
  }
  #tag4 {
    width: 98%;
    height: 86%;
  }
  .taggg {
    width: 100%;
    display: block;
  }
  #tag4 > div > div {
    width: 48%;
  }
  .but {
    width: 95%;
  }
  .butt {
    padding: 15px 110px;
  }
}
/* css-slider */
#container5 {
  border: 1px solid transparent;
  height: 300px;
}

.item {
  border: 1px solid transparent;
  display: inline-block;
  width: 12%;
  margin-left: 3.5%;
  margin-top: 8%;
}
.item > img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #container5 {
    height: 150px;
  }
}
/* last box */
#container6 {
  width: 100%;
  height: 800px;
  margin: auto;
  border: 1px solid transparent;
  background-color: #f4eee7;
}
#subo {
  display: inline-block;
  border: 1px solid transparent;
  width: 66%;
  height: 100%;
}
#subbotbox1 {
  width: 32%;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  padding: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  background-color: #e0c1c1;
}
.subbotbox {
  width: 48%;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  padding: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
}
#innerimg1 {
  border: 1px solid transparent;
  width: 38%;
  height: 27%;
  margin-left: 160px;
  display: inline-block;
  margin-top: -50%;
}
#innerimg2 {
  border: 1px solid transparent;
  width: 38%;
  height: 27%;
  margin-top: 50px;
  display: inline-block;
  margin-left: 10px;
}
#subbotbox1 > h1 {
  color: green;
  text-align: center;
  font-size: 35px;
  padding: 10px;
}
.subbotbox > p {
  font-size: 17px;
  font-weight: bold;
  font-family: calibri;
  line-height: 24px;
}
#logo1 {
  height: 30px;
  border: 1px solid transparent;
  width: 30px;
  display: inline-block;
  margin-left: 180px;
  vertical-align: top;
}
#logo2 {
  height: 30px;
  border: 1px solid transparent;
  width: 30px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
#mobi {
  width: 80%;
  height: 42.5%;
  border: 1px solid transparent;
  margin-left: 45px;
  margin-top: 277px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
#logoimg {
  border: 1px solid transparent;
  width: 70%;
  height: 45%;
  margin-left: 130px;
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  #subbotbox1 {
    width: 100%;
    height: 20%;
    margin-left: 0px;
  }
  #subbotbox1 > h1 {
    font-size: 25px;
    text-align: left;
  }
  #logo1 {
    margin-left: 80px;
  }
  #mobi {
    margin-top: -113px;
    height: 100%;
    width: 40%;
    margin-left: 150px;
  }
  #subo {
    width: 100%;
    height: 80%;
  }
  .subbotbox {
    width: 100%;
    height: 70%;
    margin-left: 20px;
  }
  .subbotbox > p {
    font-size: 15px;
  }
  .subbotbox > h1 {
    font-size: 30px;
    margin-top: 30px;
  }
  #container6 {
    height: 1000px;
  }
  #logoimg {
    display: none;
  }
  .suin {
    height: 30%;
  }
  #innerimg1 {
    width: 20%;
    height: 70%;
    margin-left: 30px;
  }
  #innerimg2 {
    width: 20%;
    height: 70%;
    margin-top: 30px;
  }
  .subbotbox > h2,
  .subbotbox > h3 {
    font-size: 17px;
  }
}
/* footer */
#footerbox {
  width: 100%;
  height: 400px;
  border: 1px solid transparent;
  background-color: #cd584f;
}

.footersub {
  height: 80%;
  width: 13%;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0px 0px 10px;
  color: white;
  line-height: 10px;
}

.footersub2 {
  height: 80%;
  width: 25%;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  color: white;
}
.footersub3 {
  height: 80%;
  width: 27%;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  margin-left: 30px;
  color: white;
}

#inp {
  background-color: transparent;
  width: 90%;
  height: 50px;
  margin-left: 10px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid white;
  outline: transparent;
  font-size: 15px;
  color: white;
}

#inp::placeholder {
  color: white;
}

#inp2 {
  background-color: white;
  width: 90%;
  height: 50px;
  margin-left: 14px;
  text-align: center;
  margin-top: 30px;
  border: 1px solid transparent;
  color: black;
  font-size: 20px;
  font-weight: bold;
}
#inp2:hover {
  background-color: black;
  color: white;
  border: black;
}

.smalllogo {
  height: 30px;
  border: 1px solid transparent;
  width: 35px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 15px;
  font-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 990px) {
  .footersub {
    display: none;
  }
  .footersub2 {
    width: 46%;
  }
  .footersub3 {
    width: 45%;
  }
}
