@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap|Gloria+Hallelujah|Permanent+Marker&display=swap|Noto+Sans+KR&display=swap|Girassol&family=Srirachadisplay=swap');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100&family=Sriracha&family=Sriracha&family=Staatliches&family=Staatliches&display=swap');

@-o-viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}
/*Fonts*/
@font-face {
  font-family: Roboto;
  src: url('font/Roboto-Regular.ttf');
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-image: -webkit-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  font-family: Roboto;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.logopart1 {
  color: white;
  font-family: 'MuseoModerno', cursive;
}

.logopart2 {
  color: #4cb8c4;
  font-family: 'Staatliches', cursive;
}

#toptext h1 {
  font-size: 50px;
  margin: 0;
}
#toptext > h4 {
  margin: 0;
  font-family: 'Dancing Script', cursive;
}

#topcontent {
  width: 100%;
  position: relative;
}

#toptext {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-family: 'Noto Sans KR', sans-serif;
}

#topnav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

#rightSide, #leftSide {
  position: absolute;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#leftSide {
  left: 0;
  height: 50px;
  display: none;
}

#rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}

#browse {
  color: white;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
.browseline {
  margin-top: 11px;
  height: 5px;
  background-color: white;
  width: 100%;
}
#browselines {
  height: 100%;
  width: 100%;
  display: none;
}
#browseMenu {
  z-index: 6;
  position: absolute;
  top: 25px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1em 0.5em 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: default;
}

#browseMenu a{
  color: #4cb8c4;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#browseMenu h5 {
  margin: 5px 0 5px 0;
}
#browseMenu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 25px;
  margin-right: 25px;
}

#browseMenu a:hover {
  color: white;
}

#signin {
  display: none;
}

#rightSide > button {
  border-radius: 5px;
  border: 3px solid #4cb8c4;
  color: white;
  background-color: transparent;
  width: 100px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  margin-left: 50px;
  font-size: 18px;
}

#rightSide > button:hover, #explore:hover {
  background-color: #4cb8c4;
}

#signup {
  color: #4cb8c4;
  font-size: 20px;
  cursor: pointer;
}

.windowContainer {
  z-index: 6;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#switch {
  width: 400px;
}

#switch button {
  border: 3px solid #4cb8c4;
  color: white;
  background-color: transparent;
  width: 50%;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  font-size: 20px;
}


.window{
  font-family: Roboto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  border-radius: 5px;
  /*height: 400px;*/
  max-height: 90vh;
  overflow-y: auto;
  max-width: 100vw;
  box-shadow: 13px 13px 18px 0px rgba(39, 39, 39, 0.75);
  -moz-box-shadow: 13px 13px 18px 0px rgba(131,179,156,0.75);
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  position: relative;
}

#signupnote {
  margin: 0.5em 0 0.5em 0;
}


.typicalButton {
 background-image: -webkit-linear-gradient(left, #4CB8C4 0%, #3CD3AD  51%, #4CB8C4  100%);
 background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD  51%, #4CB8C4  100%)}
.typicalButton {
  border: none;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #59866f;
  border-radius: 5px;
  display: block;
  font-family: Roboto;
  cursor: pointer;
}

.typicalButton:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.typicalButton:active {
  outline: black;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

form > h1, form > h2 {
  text-align: center;
}

#cover {
  width: 100% !important;
  height: 100vh;
  min-width: 100%;
  max-width: 100%;
  display: block;
  z-index: 0;
  overflow: hidden;
}

#cover > img {
  width: 100%;
  min-width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  -webkit-animation: zoomin 120s infinite linear;
          animation: zoomin 120s infinite linear;
}

.uniqueFieldContainer {
  margin: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.uniqueField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;       /* Remove default arrow */
  width: 300px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 2.5px;
  height: 40px;
  /* border: solid 1px rgba(175, 175, 175, 0.5); */
  min-width: 300px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgb(81, 97, 113);
  color: white;
  max-width: 100%;
  padding: 1px 2px;
}

.uniqueFieldContainer > select {
  min-width: 304px;
  height: 44px;
}

.uniqueField::-webkit-input-placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  color: rgba(6, 180, 82, 0.5);
  padding: 0;
}

.uniqueField::-moz-placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  color: rgba(6, 180, 82, 0.5);
  padding: 0;
}

.uniqueField:-ms-input-placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  color: rgba(6, 180, 82, 0.5);
  padding: 0;
}

.uniqueField::placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  color: rgba(6, 180, 82, 0.5);
  padding: 0;
}

.uniqueField:focus {
  outline: none;
  box-shadow: 0 0 0 2.5px rgba(6, 180, 82, 0.5);
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  border-radius: 5px;
  border: 3px solid #4cb8c4;
  color: white;
  background-color: transparent;
  width: 250px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  font-size: 20px;
}
#innerContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(240, 240, 240, 0.6);
}
#tests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
  min-height: 100vh;
}
#innerContent > div {
  width: 100%;
}
#about h1 {
  font-family: 'Noto Sans KR', sans-serif;
  color: rgb(160, 222, 67);
  font-size: 3vw;
  margin: 0;
}
#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgb(68, 110, 92);
  height: 400px;
  max-height: 100%;
  overflow: hidden;
}
#about p{
  font-family: Roboto;
  font-weight: bold;
  color: rgba(242, 242, 242, 0.9);
  margin: 15px;
}

#aboutUsImage{
  height: 100%;
}


#about div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(68, 110, 92);
  background-image: -webkit-linear-gradient( 348deg,  rgba(68,110,92,1) 17.4%, rgba(107,156,120,1) 49.3%, rgba(154,183,130,1) 83.4%, rgb(146 146 146) 110.3% );
  background-image: linear-gradient( 102deg,  rgba(68,110,92,1) 17.4%, rgba(107,156,120,1) 49.3%, rgba(154,183,130,1) 83.4%, rgb(146 146 146) 110.3% );
}


.container {
  overflow: hidden;
  background-color: white;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.5);
}
.container .background {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  display:block;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-image: -webkit-linear-gradient(left, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
  background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
  opacity: 0.4;
}
.container:hover .background {
  visibility: visible;
  width: 100%;
}
.container:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.container img {
  width: 300px;
  height: 100%;
  z-index: 1;
}

.container button {
  border-radius: 4px;
  background-color: #4cb8c4;
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  border: none;
  color: white;
  overflow: hidden;
  z-index: 2;
}

.container .present {
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.container .up {
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  visibility: hidden;
}

.container p {
  font-family: Roboto;
  color: #4cb8c4;
  font-size: 20px;
  font-weight: bold;
  margin: 15px;
}

.container:hover .typicalButton {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.container:hover .present{
  color: transparent;
}

.container:hover .up{
  visibility: visible;
  -webkit-transform: translateY(-0%);
          transform: translateY(-0%);
}

.social {
  width: 20px;
  height: 20px;
}

.socialContainer > a {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.close {
  background-color: transparent;
  border: none;
  color: darkgrey;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 17px;
}

.messages {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


.closeMessage {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.positive .closeMessage {
  font-size: 16px;
  color: #628571;
}

.negative .closeMessage {
  font-size: 16px;
  color: #856161;
}

.positive {
  background-color: #d2e9d9;
  padding: 1em;
  border-radius: 4px;
  color: #628571;
  font-weight: bold;
  position: relative;
  -webkit-animation: transformleft 0.1s ease;
          animation: transformleft 0.1s ease;
  text-align: left;
  overflow-wrap: break-word;
}

.negative {
  background-color: #e9d2d2;
  padding: 1em;
  border-radius: 4px;
  color: #856161;
  font-weight: bold;
  position: relative;
  -webkit-animation: transformright 0.1s ease;
          animation: transformright 0.1s ease;
  overflow-wrap: break-word;
}


@media only screen and (max-width:1021px) {
  .container p {
    font-size: 15px;
  }
  .container img {
    width: 250px;
  }
  #about{
    height: 250px;
    font-size: 11px;
  }
  #topcontent {
    display: none;
  }
  #leftSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav {
    position: relative;
    height: 80px;
    /*background-image: linear-gradient(to top, #17965e 0%, #198260 100%);*/
    background-image: -webkit-linear-gradient(bottom, #005e68 0%, #2c6b72 100%) !important;
    background-image: linear-gradient(to top, #005e68 0%, #2c6b72 100%) !important;
  }
  #tests {
    min-height: calc(100vh - 180px);
  }
}

@media only screen and (max-width:800px) {
  .container {
    width: 95%;
  }
  .container img {
    width: 200px;
  }
  .container:hover {
    -webkit-transform: scale(1.01) !important;
            transform: scale(1.01) !important;
  }
  #aboutUsImage {
    display: none;
  }
  #about {
    height: auto;
  }
  #about h1 {
    font-size: 19px;
    margin-top: 10px;
  }
  /*#tests {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }*/
}


@media only screen and (max-width:450px) {
  .container img {
    width: 150px;
  }
  .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .container button{
    right: 5px;
    bottom: 5px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  /*.container button {
    display: none !important;
  }*/
  #topnav h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width:350px) {
  .container img {
    width: 100px;
  }
  #topnav h1 {
    font-size: 16px;
  }
  .container p{
    font-size: 12.5px;
  }
  .container button{
    right: -11px;
    bottom: -2px;
    margin: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media only screen and (max-width:300px) {
  body {
    overflow-x: auto !important;
  }
  body > * {
    width: 300px !important;
  }
}

/* TABLES */

.table{
	box-sizing: border-box;
}

.table{
  margin-left: auto;
  margin-right: auto;
	width: 80%;
	border-collapse: collapse;
  box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.5);
}


.table td,.table th{
  padding:12px 15px;
  /*border:1px solid rgba(0, 0, 0, 0.2);*/
  text-align: center;
  font-size:16px;
}

.foldTable td, .foldTable th {
  white-space: nowrap;
}

.foldTable td, .foldTable th {
  white-space: normal;
}

.table th{
	background-image: -webkit-linear-gradient(bottom, #0b80a3 0%, #3c9dba 100%);
	background-image: linear-gradient(to top, #0b80a3 0%, #3c9dba 100%);
	color:#ffffff;
}

.table tbody tr {
  background-image: -webkit-linear-gradient(bottom, #e7eeff 0%, #eef1f5 100%);
  background-image: linear-gradient(to top, #e7eeff 0%, #eef1f5 100%);
}

.table tbody tr:nth-child(even){
  background-image: none;
  background: -webkit-linear-gradient(top, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), -webkit-linear-gradient(top, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), -webkit-linear-gradient(
57deg
, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(
33deg
, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-blend-mode: normal,color-burn;
}


/*responsive*/
@media(max-width: 1500px){
  .foldTable td,.foldTable th{
    font-size: 14px;
  }
}

@media(max-width: 1400px){
  .foldTable td,.foldTable th{
    font-size: 13px;
  }
}

@media(max-width: 1380px){
  .foldTable td,.foldTable th{
    font-size: 11.75px;
  }
}


@media(max-width: 1250px){
  .foldTable {
    box-shadow: none;
  }
  .foldTable td,.foldTable th{
    font-size: 16px;
  }
	.foldTable thead{
		display: none;
	}

	.foldTable, .foldTable tbody, .foldTable tr, .foldTable td{
		display: block;
	}
	.foldTable tr{
		margin-bottom:15px;
    box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.5);
    border-radius: 4px;
	}
	.foldTable td{
		text-align: right;
		position: relative;
	}
	.foldTable td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}
