* {
  box-sizing: border-box;
  word-break: keep-all;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}


html {
  font-size: 1px;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

html,
body,
ul,
li,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}


ul,
li {
  list-style: none;
}

body {
  font-size: 16rem;
  font-family: "Lato", sans-serif;
}


.wrap {
  position: relative;
  z-index: 3;
  height: 100%;
}

.content {
  /* max-width: 1080px; */
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}


header {
  /* position: fixed; */
  position: fixed;
  top: 0;
  color: white;
  width: 100%;
  z-index: 2;
  padding: 37px 0;
  transition-duration: 1s;
}


nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav li {
  display: inline-block;
  padding: 0 10rem;
  font-weight: bold;
  vertical-align: middle;
}

.mMenu {
  display: none;
}

.active {
  font-size: 20rem;
  font-weight: bolder;
}

main {
  position: relative;
}


.banner_wrap {
  position: relative;
  padding-bottom: 36%;
  overflow: hidden;
  margin-bottom: 50px;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


.bannerText {
  position: absolute;
  top: 38%;
  width: 100%;
  color: white;
  font-size: 2.5vw;
  text-align: center;
}

.overlay {
  background-color: black;
  opacity: 0.6;
}



.bgadd {
  transition-duration: 1s;
  background: black;
  padding: 5px 0;
}


.flex {
  display: flex;
  flex-wrap: wrap;
  word-wrap: break-word;
}

footer {
  margin-top: 50px;
  width: 100%;
  background: #919191;
  color: white;
  padding: 50px 0;
}

.footSnsWrap img {
  height: 40px;
  margin: 0 5px;
}

#footLogo img {
  height: 50px;
}

.goto * {
  vertical-align: middle;
}

.foot {
  align-items: center;
}

.text,
.footSnsWrap {
  flex-basis: 50%;
}

.footSnsWrap {
  text-align: right;
}

.rhrortpsxj1 {
  font-size: 25rem;
}

.textL {
  text-align: left;
}


.textR {
  text-align: right;
}

.textC {
  text-align: center;
}

.mMenuClose {
  display: none;
  position: absolute;
  top: 5%;
  right: 10%;
  font-size: 25rem;
}

.block {
  display: block;

}

.ssBar {
  background-color: black;
  color: white;
  padding: 1px 10px;
  z-index: 99;
  position: relative;
}


.gotoTop {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid gray;
  position: fixed;
  bottom: 3%;
  right: 1%;
  color: gray;
  cursor: pointer;
}

.gotoTop a {
  display: block;
}

.gotoTop:hover {
  background-color: #446084;
  border-color: #446084;
  color:white;
}

.write {
  width: 100%;
  text-align: right;
  padding: 10px 0;
}


.bodyBG {
  overflow: hidden;
  touch-action: none;
}

.moreWrap {
  width: 100%;
  text-align: center;
}

.more {
  margin: 20px 0;
  border : 1px solid gray;
  padding: 5px 100px;
}

.modify {
  position: absolute;
  width: 100%;
  text-align: right;
  color:white;
  font-weight: bolder;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  cursor: pointer;
}


.modify:hover {
  color:yellow;
}

.modeBtn {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
  color:white;
  margin-top: 20px;
}

.modeBtn:hover {
  background-color: rgb(255, 0, 43);
}

.modifyBtn {
  background-color: rgb(0, 195, 255);
  margin-right: 30px;
}

.dellBtn {
  background-color: rgb(255, 0, 242);
}

.closeModal, .conList>li {
  cursor: pointer;
}

.contentList {
  justify-content : flex-start !important;
}

.contentList li {
  cursor: pointer;
}

/* .conWrap li {
  flex-basis: calc(100%/3);
  padding: 5px;
  overflow: hidden;
} */


.conWrap li {
  position: relative;
  width: calc(100%/3);
  padding-bottom:18%;
  overflow: hidden;
}


.conWrap li {
  position: relative;
  width: calc((100%/3) - 2px);
  padding-bottom:18%;
  overflow: hidden;
  margin: 1px;
}

.conWrap li img{
  width: 100%;
  position: absolute;
  top:-21%;
}

