body { background-color: #ffffff; }

.container-2 { width: 80%; margin: auto;}



.container4.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}



@media (max-width: 800px) {
  .container-3 { width: 100%; margin: auto; margin-top: 2px; }
}

@media (min-width: 800px) {
  .container-3 { width: 100%; margin: auto; margin-top: 2px;}
}

@media (max-width: 800px) {
  .container-4 { width: 95%; margin: auto;}
}

@media (min-width: 800px) {
  .container-4 { width: 1100px; margin: auto;}
}


@media (max-width: 800px) {
  .container5 { width: 95%; margin: auto; margin-right: 0;}

}
@media (min-width: 800px) {
  .container5 { width: 1400px; margin: auto;}
}


.navbar { background-color: #4985bb; height: 120px;}

.pagination { justify-content : center; }

.table td {
  text-align : center;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.table th {
  text-align : center;
  position: sticky;
  top: 0;
  background-color: #0275d8;
  color : white;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

form-inline { margin: 10px; }

caption {
 caption-side : top;
 font-size : 20px;
}

.btn-primary, .btn-secondary { margin-left : 10px; }

h1 { margin-top : 20px; }

#datepicker1, #datepicker2, #datepicker3{
  max-width: 140px;
  margin-right: 10px;
}

html, body{ min-height: 100%;}

footer {

  width: 100%;
  min-height : 60px;
  line-height: 20px;
  background-color: #dddddd ;
}

.footer > .container {
  padding-right : 10px;
  padding-left: 10px;
  margin-top: 0px;
}

.footer_bar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center; 
  justify-content: center;
}

.copyright{
  margin-top: 20px;
  margin-bottom: 0;
  color: black;
}

.email-logo{

  margin-top: 10px;
  margin-left: 30px;
  width: 32px;
  height:32px;
}

.email-text{
  margin-top: 20px;
  margin-left: 10px;
  color: black;
  opacity: 0.7;
}

.email-text:hover {
  text-decoration: none;
}

.insta-logo{
  margin-top: 10px;
  margin-left: 10px;
  width: 30px;
  height:30px;
}

.insta-text{
  margin-top: 20px;
  margin-left: 10px;
  color: black;
  opacity: 0.7;
}

.insta-text:hover {
  text-decoration: none;
}

.navbar-menu ul li{
  float:left;
  width: auto;
} 


.navbar-menu ul{
  display: flex;
  flex-direction: row;
  width: auto;
  margin: 0 auto;
  text-align: center;
  justify-content: space-around;
}

.navbar-menu:hover{
  text-decoration: None;
}

.wrap{
  height: auto;
  min-height: 100vh;
  padding-bottom: 75px;
}
.nav-link {
   font-size : 20px;
   color : white;
   background-color:#4985bb;
   position: relative;
   z-index: 9999;
   }

.nabvar-nav .nav-link {
   padding-left: 20;
}

.nav-link:hover{
  color: rgb(77,77,77);
}

.nav-text {
  background-color:#4985bb;
  display: block;
  z-index: 9999;
  position: relative;
}

.dropdown-item {
  position: relative;
  z-index: 9999;
  background-color:#4985bb;
  padding-left: 20px;
}


.dropdown-item:hover {
  background-color:#ADC8E6;
}

.dropdown-menu{
  width : 250px;
  position: relative;
  padding : 2px 2px;
  background-color:#4985bb;
  z-index: 9999;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 1400px;
  margin: 1.5em auto;
}

.container-map {
  width: 90%;
  margin: auto;
}
       
#map {
  position: absolute;
  width : 90%;
  height : 100%;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
   padding: 1em 0;
   font-size: 1.2em;
   color: #555;
}

.highcharts-data-table th {
   font-weight: 600;
   padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
   background: #f8f8f8;
}

.highcharts-data-table tr:hover {
   background: #f1f7ff;
}

.container{
  max-width: 1400px !important;
  /*height: auto !important; */
}


.analyinfo_landing_title{
  width: 100%;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: -0.03;
  font-weight: 700;
  color: black;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.explanation-title{
  width: 100%;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: -0.03;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
}

.explanation-desc{
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.03;
  color: black;
  margin-bottom: 40px;
}

.explanation-desc2{
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.03;
  color: black;
  margin-bottom: 20px;
}

/*fill-button2*/
.fill-button2{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border-radius: 2px;
  font-size: 1.1em;
  line-height: 1.6;
  letter-spacing: -0.05em;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: opacity 300ms ease-in-out;
}

.fill-button2:hover{
  opacity: 0.5;
  color: #FFFFFF;
  text-decoration: none;
}

.fill-button3{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border-radius: 2px;
  font-size: 1.1em;
  line-height: 1.6;
  letter-spacing: -0.05em;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: opacity 300ms ease-in-out;
}

.fill-button3:hover{
  opacity: 0.5;
  color: #FFFFFF;
  text-decoration: none;
}

/*button-group2 분석 정보 페이지 짝수행 버튼 오른쪽 정렬*/
.button-group2{
  display: flex;
  justify-content: right;
}

.button-group3{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.button-group4{
  display: flex;
  justify-content: space-between;
}

/* explanation image size */

.image-insert1{
  width: 100%;
  height: 90%;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert2{
  width: 100%;
  height: 80%;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert3{
  width: 100%;
  height: 80%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert4{
  width: 100%;
  height: 352.5px;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert5{
  width: 100%;
  height: 110%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert6{
  width: 100%;
  height: 100%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert7{
  width: 100%;
  height: 80%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert8{
  width: 100%;
  height: 80%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert9{
  width: 100%;
  height: 80%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

.image-insert10{
  width: 100%;
  height: 80%;   
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius : 10px;
}

@media (max-width: 800px) {
.landing{
  margin-top: 2px;
  height: 750px;
  margin: 0;
  padding: 0;
  /*background-image: url("/static/image/background_img.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  justify-content: center;
  align-content: center;
   */
  display: flex;
  flex-wrap: wrap;
  z-index: 99999; 
  justify-content: center; 
  align-items: center;   
  background-color: #4985bb;
} 
}

@media (min-width: 800px) {
.landing{
  margin-top: 2px;
  height: 86vh;
  margin: 0;
  padding: 0;
  /*background-image: url("/static/image/background_img.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  justify-content: center;
  align-content: center;
   */
  display: flex;
  flex-wrap: wrap;
  z-index: 99999; 
  justify-content: center; 
  align-items: center;   
  background-color: #4985bb;
} 
}

/*.landing{
  display: flex;
  flex-wrap: wrap;
  height: 540px;
  background-image: url("/static/image/beach.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  justify-content: center;
  /* align-self: flex-start; 
  align-content: center; 
  z-index: 99999;
} */ 

.landing-title{
  width: 100%;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.03;
  font-weight: 500;
  color: #FFFFFF;
  /* margin-left: 60px; */
  /*margin-bottom: 180px; */
  vertical-align: middle;
  z-index: 99999;
  display: block;
}

.landing-desc{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03;
  color: #FFFFFF;
  margin-left: 60px;
}


.service{
  background-color: rgb(98,119,120);
}

/* .service{
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid white;
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 0 0 0 0;
  justify-content: center;
   margin: 65px 20px; 
} */

.service1{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 2px solid white;
  padding: 0 0 0 0;
  /* justify-content: center; */
  align-content: center;
  margin-top: 65px;
  margin-bottom: 65px;
  min-height: 270px;
}

.service-title-box{
  width: 100%;
  display: flex;
  margin-top : 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; 
  background-color: rgb(137,153,154);
}

.service-title{
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: -0.03;
  font-weight: 500;
  color: white;
  /*margin-top: 20px;*/
  margin-bottom: 20px;
  text-align: center;
}

.service-desc-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; 
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;

}

.service-desc1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*align-content: center;  */
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03;
  color: white;
  margin-bottom: 0;
  min-height: 90px;
  opacity: 0.8;
  padding: 10px;
  text-align: left;
}

.youtube_link{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}

.media-reco{
  max-width: 100%;
  height: auto;
  display: flex;
  /* flex-wrap: wrap;
  background-size: cover; */
} 

.youtube_video_box{
  display: flex;
  flex-wrap: wrap;
  border-radius: 7px;
  align-items: center;
  /*text-align: center;*/
  /*align-items: center;*/
}
.recommend-background{
  margin-top: 15px;
}

.recommend-title{
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.03;
  font-weight: 700;
  color: rgb(98,119,120);
}

.hr_1{
  border: 0;
  height: 1.5px;
  color : #627778;
}

.space { border: 2px solid #3481E3; border-radius: 20px; margin-bottom: 30px; padding-top:30px; padding-bottom:30px;}
.form2 { border:2px solid black; padding: 10px; padding-bottom: 10px; border-radius : 10px;}

    .page-link {
      padding: 0.5rem 0.5rem; 
    }

.overlay_img {
  width: 90%;
  margin-top: 20px;
  margin : auto; 
  padding: auto;
  margin-left : 10px;
}

