/*공통요소*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


* {
  word-wrap: break-word;
  word-break: keep-all;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
}


html, body, form, input, img, textarea, div, ul, li, label, button, p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 1px;
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 16rem;
  width: 100%;
  height: inherit;
}

textarea {}

input[type="button"] {
  cursor: pointer;
}

a, label {
  cursor: pointer;
}


h1 {
  font-size: 30rem;
}


.wrap {
  position: relative;
  max-width: 100%;
  overflow: auto;
  height: inherit;
}

#content {
  width: 100%;
  position: relative;
}


label {
  text-align: center;
}

label a {
  display: block;
}

.label-wrap {
  padding-top: 50rem;
  text-align: center;
}


ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

a:not(.logo a):hover {
  color: gray;
}

form {
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.regbtn {
  border-radius: 10px;
  max-width: 350rem;
  background: #aaa9e6;
  margin: auto;
  font-size: 30rem;
  margin-top: 20rem;
  display: block;
}

.regbtn:hover {
  cursor: pointer;
  color: black;
  background: #615fff;
}

img {
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}


.content {
  padding: 0 15px;
}

.menu-wrap, .content {
  max-width: 1500rem;
  margin: 0 auto;
  z-index: 2;
}

.titleName {
  margin-top: -50rem;
  font-size: 30rem;
  color: white;
  padding-left: 15rem;
}

.center {
  text-align: center;
}

.auto {
  margin: auto;
}

.session {
  z-index: 12;
  position: relative;
  background: black;
  color: #929292;
  padding-left: 20px;
}

.session li {
  display: inline-block;
}

input, select {
  text-align: center;
  width: 100%;
  font-size: 21rem;
  margin: 5rem 0;
  padding: 5rem;
}

select {
  text-align-last: center;
}

.conWrap {
  position: relative;
  margin: auto;
  padding-bottom: 56.5%
}

.slideWrap {
  position: relative;
  padding-bottom: 40%;
  margin: auto;
}

.slideWrap iframe, .conWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-wrap {
  /* div와 div사이 여백 없애기 위래 flex */
  display: flex;
  flex-wrap: wrap;
}

.card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc(100% / 4 - 16rem - 0.01rem);
  margin: 8rem;
}

.vod-img-wrap {
  overflow: hidden;
}

.vod-title {
  text-align: center;
}

.playbtn {
  text-align: center;
  color: white;
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
}

.playbtn>div {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}



.img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 56%;
  /*처음값 55.2*/
  position: relative;
}

.card:hover .playbtn {
  opacity: 0.8;
}

.card:hover .img {
  transition: 0.2s;
  transform: scale(1.1);
  opacity: 1;
}


/*메뉴바*/

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 55rem;
}

.menu-wrap {
  color: white;
  line-height: 60rem;
  position: relative;
}

.clear::after {
  content: " ";
  display: block;
  clear: both;
}

.logo {
  float: left;
  font-size: 36rem;
  margin-left: 20rem;
  position: relative;
  z-index: 3;
}

nav ul {
  margin-top: 30rem;
  margin-right: 10rem;
}

nav {
  position: relative;
  text-align: right;
  line-height: 60rem;
  z-index: 2;
}

nav li {
  display: inline-block;
  text-align: center;
  font-size: 20rem;
  padding: 0 20rem;
}

nav li a:hover {
  text-decoration: underline;
}

nav .active {
  color: black;
  text-decoration: underline;
}

.background {
  margin-bottom: 20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 32%;
  height: 0;
}


.imagement {
  position: absolute;
  transform: translate(0, -50%);
  text-align: center;
  top: 17vw;
  left: 0;
  width: 100%;
  color: white;
}

#imagement1 {
  font-weight: bolder;
  font-size: 3vw;
}

#imagement2 {
  font-size: 2vw;
  font-weight: lighter;
}

.bbsName_wrap {
  text-align: center;
}

.bbsName {
  display: inline-block;
  margin: 10px;
}

.bbsNameA {
  padding: 5rem 50rem;
  font-size: 25rem;
  border-radius: 50px;
  border: 2px black solid;
  cursor: pointer;
}


.btn_active {
  background: black;
  color: white;
}

.active {
  color: red;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/* 메뉴 */
.m_menu_button {
  display: none;
}

/* 페이징 */
.paging {
  text-align: center;
  /* font-size: 0; */
  margin: 30rem 0;
}

.paging a {
  display: inline-block;
  padding: 5rem 10rem;
  border: 1px #e8e8e8 solid;
  font-size: 16rem;
}

.paging .active {
  background-color: #e8e8e8;
}

.write {
  text-align: center;
  padding: 30rem 0;
}

.modifyDeleteView {
  z-index: 2;
  position: relative;
  color: red;
}

/* footer */
footer {
  border-top: 1px #c9c9c9 solid;
  display: block;
  color: black;
  margin-top: -5rem;
  padding: 30rem 20rem;
  overflow: hidden;
  padding: 70rem 0 120rem;
  position: relative;
  z-index: 2;
}

footer img {
  vertical-align: middle;
}

.footer2 {
  background: #c9c9c9;
  color: white;
}

.footer-wrap {
  position: relative;
  line-height: 30rem;
}

.footer-wrap div {
  vertical-align: middle;
}

.footer_title {
  font-size: 28rem;
  font-weight: bolder;
  line-height: 50rem;
}

.footer_channel {
  font-size: 26rem;
  float: left;
  margin-bottom: 20px;
}

.footer_icon {
  float: left;
  margin-top: -3px;
}

.footer_icon img:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

#youtube {
  top: 30px;
  margin-left: 50px;
}

#facebook {
  top: 30px;
  margin-left: 45px;
  margin-top: -5px;
}


.address {
  clear: both;
  font-size: 16rem;
  margin-top: 50rem;
  line-height: 30rem;
}

.address_m {
  display: none;
}

.footer_logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  text-align: right;
}

/* button */
.tolist a {
  margin: 30px auto;
  text-align: center;
  width: 100px;
  display: block;
  background: #73d4ff;
  color: white;
  border-radius: 5px;
  padding: 5rem;
}

/* 
.newNotice {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  background-color: #E91E63;
  top: 2px;
  right: 5px;
  font-weight: bold;
  box-sizing: content-box;
  display: block;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 10px;
  line-height: 14px;
  font-size: 22px;
  border-radius: 10px;
} */

.newNotice {
  position: absolute;
  top: -3px;
  right: 5px;
  font-weight: bold;
  box-sizing: content-box;
  z-index: 1;
  color: #ffffff;
  background-color: #E91E63;
  z-index: 1;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  aspect-ratio: 1 /1;
}


.newNotice>div {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 /1;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 0px;
}