main section article .traf {
    width: 96%; 
    margin: 0 auto; 
    padding: 0 2%;
}

main section article .traf .t1 {
    font-size: 1.3em;
    font-weight: 600;
    color: #2767b2;
}

main section article ul {
    width: 96%;
    margin: 0 2% 2% 2%;
}

main section article ul li {
    margin-top: 10px;
}

main section article ul li .t2 {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 600
}

main section article #placeinfo .t1 {
    margin-left: 10px; 
    font-size: 1.1em;
    font-weight: 600; 
    color: #2767b2;
}

main section article #placeinfo .t2 {
    font-size: 1em;
    margin-left: 20px; 
}

main section article #placeinfo .t3 {
    font-size: 1em;
    margin-left: 10px;
    font-weight: 600
}


.contents_div {
    width: 96%;
    margin: 1% auto;
    height: 450px;
    border:1px solid rgb(160, 160, 160); 
    border-radius: 10px;
}

@media (max-width:800px){	
	.contents_div {
        height: 350px;
    }    

    main section article ul {
        display: flex;
        flex-direction: column;
    }

    main section article ul li {
        width: 100%;
    }

    main section article .traf p {
        font-size: 0.89em;
    }

    main section article .traf .t1 {
        font-size: 1em;
    }
    
    main section article ul li .t2 {
        margin-top: 10px;
        font-size: 0.95rem;
        font-weight: 600
    }

    main section article #placeinfo .t1 {
        font-size: 1em;
    }
    
    main section article #placeinfo .t2 {
        font-size: 0.95em;
    }
    
    main section article #placeinfo .t3 {
        font-size: 0.95em;
    }
}

@media (max-width:640px){	
    main section article {
        margin-top: 2%;
    }
    .contents_div {
        height: 300px;
    }
}

/* Text color */
/* Tabs menu */
button, html [type="button"] {
  -webkit-appearance: none;
}

main > section > nav {
  margin: 0.5rem 0 0 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  border-radius: .125rem .125rem 0px 0px;
}

@media screen and (max-width: 512px) {
  main > section > nav {
    height: 1.875rem;
  }
}

main > section > nav > button {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, transparent), to(rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border: 1px solid rgba(100, 100, 100, 0.2);
  outline: none;
  cursor: pointer;
  width: 50%;
  height: 3.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
  main > section > nav > button {
    height: 1.875rem;
    font-size: 1rem;
  }
}

main > section > nav > button:before {
  background-image: linear-gradient(135deg, #485ba0 0%, #2b3866 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

main > section > nav > button:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}

main > section > nav > button.active {
  background-color: white;
  z-index: 3;
  border-right: 0px;
  border-left: 0px;
  height: 3.75rem;
  bottom: 0px;
  color: #0c1631;
  overflow: hidden;
  font-weight: 600;
}

@media screen and (max-width: 512px) {
  main > section > nav > button.active {
    height: 2.5rem;
  }
}

main > section > nav > button.active:before {
  content: "";
  width: 100%;
  height: .3125rem;
  top: 0;
  left: 0;
  z-index: 2;
  color: #0c1631;
}

main > section > nav > button.active p {
  opacity: 1;
  z-index: 3;
  background: -webkit-linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
  -webkit-background-clip: text;
  color: #0c1631;
}

main > section > nav > button.active:hover p {
  opacity: 1;
  z-index: 3;
  background: -webkit-linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
  -webkit-background-clip: text;
  color: #0c1631;
}

main > section > nav > button p {
  opacity: 0.6;
  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;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 600;
  color: #0c1631;
}

main > section > nav > button p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  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;
  opacity: 0.1;
  font-size: 40px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
  color: #0c1631;
}

@media screen and (max-width: 512px) {
  main > section > nav > button p:before {
    display: none;
    color: #10495f;
  }
}

main > section > nav > button:hover p {
  color: white;
  opacity: 1;
}

@media screen and (max-width: 512px) {
  main > section > nav > button:hover p {
    color: white;
    opacity: 0.6;
  }
}

main > section > nav > button:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

main > section > article {
  width: 98%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border-radius: 1rem;
  margin: 1rem auto;
  padding: 1.8rem 1rem;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  /* text-align: justify; */
  word-break: keep-all;
  box-shadow: 0 2px 3px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

main > section > article .tabcontents {
  display: none;
  min-height: 18.75rem;
  width: 96%;
  margin: 3% 2% 0 2%;
}

main > section > article .tabcontents.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}

main > section > article .tabcontents .contentArea p {
  font-family: 'NanumGothic';
  font-size: 1rem;
  color: #000;
  line-height: 1.4rem;
  margin: 0;
  word-break: keep-all;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
          animation: fadeEffect 0.6s ease;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 645px) {
  main > section > article .tabcontents .contentArea p {
    font-size: 0.94em;
  }
}

main > section > article .tabcontents .titF1 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: .625rem;
}

main > section > article .tabcontents .dateF {
  font-size: 1rem;
  text-align: right;
}

main > section > article .tabcontents .dateF span {
  font-size: 1.1rem;
  font-weight: 500;
}

main > section > article:after {
  content: "";
  height: .3125rem;
  width: 100%;
  z-index: -3;
  position: absolute;
  background-image: linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
  left: 0;
  bottom: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

@-webkit-keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}