@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: top;
  max-width: 100%;
  filter: none;
  user-select: none;
}

button {
  background-color: inherit;
  cursor: pointer;
  color: #000;
}

.br_none {
  display: none;
}

html,
body {
  color: #000;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "Noto Sans KR", sans-serif;
}

.container.eng_txt {
  font-family: "Noto Serif SC", sans-serif;
  display: block !important;
}

input,
select,
textarea {
  color: #000;
}

.main_txt,
.artist_profile,
.artist_youtube,
.work,
.main .history,
.history {
  max-width: 896px;
  margin: 0 auto;
}

.eng_txt {
  display: none;
  font-family: "Noto Serif SC", sans-serif;
}

h3 {
  text-align: center;
  font-size: 1.3125rem;
  padding: 16px 0;
  margin: 0 0 56px;
  border-bottom: 1px solid;
  font-weight: 400;
}

.swiper {
  overflow: hidden;
}

.container {
  max-width: 956px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

.main_txt.kr_txt {
  font-family: "Noto Sans KR", sans-serif;
}

.artist_profile .kr_txt {
  font-family: "Noto Sans KR", sans-serif;
}

.header {
  position: fixed;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  z-index: 100;
  background: #fff;
}
.header .logo {
  margin-bottom: 20px;
}
.header .logo a {
  display: block;
  width: 155px;
}
.header .logo a img {
  width: 100%;
}
.header .language {
  position: fixed;
  top: 40%;
  right: 3%;
  display: flex;
  z-index: 100;
  flex-direction: column;
}
.header .language .language_wrap {
  display: flex;
}
.header .language .notice {
  text-align: center;
}
.header .language .notice a{
  padding: 0px 10px 0 ;
}
.header .language a {
  display: block;
  padding: 10px 10px 0 10px;
  font-size: 0.805rem;
}
.header .language a:hover {
  color: rgb(138, 136, 136);
  transition: color 0.3s;
}
.header .gnb {
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 100;
}
.header .gnb li {
  font-size: 0.75rem;
}
.header .gnb li a {
  display: block;
  padding: 10px 7px;
}

.main .main_content {
  margin-top: 185px;
}
.main .main_content h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 30px 0 60px;
  width: 100%;
  text-align: center;
}
.main .main_content .main_txt {
  max-width: 640px;
  margin: 0 auto;
  padding: 10px;
}
.main .main_content .main_txt.kr_txt {
  text-align: center;
}
.main .main_content .main_txt p {
  -webkit-animation: main_txt 1s;
  animation: main_txt 1s;
}
.main .main_content .main_txt p:nth-of-type(1) {
  margin-bottom: 24px;
  font-size: 0.88rem;
  line-height: 2.1;
}
.main .main_content .main_txt p:nth-of-type(2) {
  font-size: 0.96rem;
  font-weight: 300;
}
.main .main_content .artist_profile {
  margin-top: 192px;
  display: flex;
  justify-content: space-between;
}
.main .main_content .artist_profile .left {
  width: 45%;
}
.main .main_content .artist_profile .left .artist_profile_img .swiper-slide img {
  width: 100%;
}
.main .main_content .artist_profile .right {
  width: 50%;
  padding: 0 10px;
}
.main .main_content .artist_profile .right .artist_profile_info h2 {
  font-size: 1.225rem;
  font-weight: 500;
}
.main .main_content .artist_profile .right .artist_profile_info p {
  font-size: 0.965rem;
}
.main .main_content .artist_profile .right .artist_profile_info p.profile_detail {
  margin-top: 5px;
  font-size: 0.7525rem;
}
.main .main_content .artist_profile .right .artist_profile_info p.profile_detail span {
  font-size: 0.7525rem;
  margin-right: 9px;
}
.main .main_content .artist_profile .right .artist_profile_txt {
  font-size: 0.6875rem;
}
.main .main_content .artist_profile .right .artist_profile_txt p:nth-of-type(1) {
  margin: 13px 0 24px;
}
.main .main_content .artist_profile .right .artist_profile_txt p:nth-of-type(2) {
}
.main .artist_youtube {
  margin-top: 144px;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .artist_youtube .swiper-wrapper .swiper-slide {
  aspect-ratio: 16/9;
}
.main .artist_youtube .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.main .artist_youtube::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}
.main .work, .main .history {
  margin-top: 80px;
}
.main .work .content1, .main .history .content1 {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.main .work .content1 .left, .main .history .content1 .left {
  width: 45%;
}
.main .work .content1 .right, .main .history .content1 .right {
  width: 45%;
}
.main .work .content1 dl, .main .history .content1 dl {
  font-size: 0.6875rem;
  margin-bottom: 24px;
  padding: 24px 0;
  position: relative;
}
.main .work .content1 dl dt, .main .history .content1 dl dt {
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.main .work .content1 dl dt::after, .main .history .content1 dl dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: -5%;
  background-color: #acacac;
}
.main .work .content1 dl:hover dt::after, .main .history .content1 dl:hover dt::after {
  width: 110%;
  transition: width 0.3s;
}
.main .work .content1 dl:hover::before, .main .history .content1 dl:hover::before {
  opacity: 1;
  transition: opacity 0.3s;
}
.main .work .content1 dl dd, .main .history .content1 dl dd {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
}
.main .work .content1 dl dd:nth-last-of-type(1), .main .history .content1 dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
.main .work .content1 dl::before, .main .history .content1 dl::before {
  content: "";
  display: block;
  width: 105%;
  height: 100%;
  position: absolute;
  background: #ebebeb;
  transition: opacity 0.3s;
  top: 0;
  left: -5%;
  z-index: -1;
  opacity: 0;
  border-radius: 9px;
}
.main .contact {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  max-width: 896px;
  margin: 120px auto;
  gap: 30px;
}
.main .contact .contact_txt {
  width: 50%;
}
.main .contact .contact_txt li {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
  align-items: center;
}
.main .contact .contact_txt li:nth-of-type(1) {
  font-size: 0.75rem;
}
.main .contact .contact_txt li:last-child {
  margin-bottom: 0;
}
.main .contact .contact_txt li .contact_img img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(0.6);
}
.main .contact .contact_txt li .contact_info {
  flex: 1;
}
.main .contact .contact_txt h4 {
  font-size: 0.8125rem;
  font-weight: 500;
}
.main .contact .contact_txt p {
  font-weight: 300;
}
.main .contact .contact_txt.eng_txt li:nth-of-type(1) {
  font-size: 0.7475rem;
}
.main .contact .sns {
  width: 50%;
}
.main .contact .sns .sns_link {
  font-weight: 300;
}
.main .contact .sns .sns_link > div {
  display: flex;
  gap: 15px;
}
.main .contact .sns .sns_link a {
  display: block;
  padding: 5px 0px;
}
.main .contact .sns p {
  margin-bottom: 16px;
}

.announcement {padding: 0 0 80px;margin-top:200px;}
.announcement h2 {text-align: center;}

.announcement .inner {max-width: 1280px; width: 100%; margin: 0 auto;}

.announcement .inner .an_table {margin-top: 70px; border-top: 2px solid #006eb6; border-bottom: 2px solid #006eb6;}


.announcement .inner .an_table .top {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 30px;}

.announcement .inner .an_table .top li {font-size: 14px; font-weight: 500; color: #808080; text-align: center;}

.announcement .inner .an_table .top li:nth-child(1) {width: 52px;}
.announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 420px); text-align: left;}
.announcement .inner .an_table .top li:nth-child(3) {width: 52px;}
.announcement .inner .an_table .top li:nth-child(4) {width: 70px;}
.announcement .inner .an_table .top li:nth-child(5) {width: 80px;}

.announcement .inner .an_table .contents {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #b0d1e8; padding: 0 30px;}
.announcement .inner .an_table .contents:hover {background-color: #f2f2f2;}

.announcement .inner .an_table .contents p {font-size: 14px; color: #333; text-align: center;}

.announcement .inner .an_table .contents p:nth-child(1) {width: 52px;}
.announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 420px); text-align: left; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; overflow: hidden;}
.announcement .inner .an_table .contents p:nth-child(3) {width: 52px;}
.announcement .inner .an_table .contents p:nth-child(4) {width: 70px;}
.announcement .inner .an_table .contents p:nth-child(5) {width: 80px;}

.announcement .inner .an_table .detail_contents {padding: 30px; word-break: keep-all;}
.announcement .inner .an_table .detail_contents p {font-size: 14px;}
.announcement .inner .an_table .detail_contents img {display: block; margin: 20px auto;}

.announcement .inner .detail_bottom {display: flex; justify-content: space-between; align-items: center; max-width: 1000px; width: 100%; margin: 40px auto; color: #006eb6;}
.announcement .inner .detail_bottom a {position: relative; display: flex; align-items: center; gap: 15px;}
.announcement .inner .detail_bottom a p {font-size: 14px; position: relative;}

.announcement .inner .detail_bottom a.center {display: flex; flex-direction: column; justify-content: center;}
.announcement .inner .detail_bottom a.center div {position: relative; width: 30px; height: 20px;}
.announcement .inner .detail_bottom a.center div span:nth-child(1) {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 2px; background-color: #006eb6;}
.announcement .inner .detail_bottom a.center div span:nth-child(2) {position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #006eb6;}
.announcement .inner .detail_bottom a.center div span:nth-child(3) {position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #006eb6;}
.announcement .inner .detail_bottom a.center p {position: absolute; bottom: -30px; width: 60px; text-align: center;}

.announcement.detail .inner .an_ta_mob {display: none;}

@keyframes main_txt {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes main_h1 {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  font-size: 0.8125rem;
  background: #222;
  color: #797979;
  padding: 48px 0;
  width: 100vw;
}
.footer p {
  line-height: 1;
}
.footer p:nth-of-type(1) {
  font-size: 0.77rem;
}
.footer p:nth-of-type(2) {
  line-height: 1.2;
  font-size: 0.77rem;
}
.footer p:nth-of-type(4) {
  font-size: 0.67rem;
}
@media(max-width: 1350px){
  .announcement .inner {padding: 0 16px;}

}
@media(max-width: 1024px){
  .announcement .inner .an_table {margin-top: 50px;}
  .announcement .inner .an_table .top {height: 50px; padding: 0 20px;}
  .announcement .inner .an_table .top li {font-size: 12px;}
  .announcement .inner .an_table .contents {height: 50px; padding: 0 20px;}
  .announcement .inner .an_table .contents p {font-size: 12px;}
  .announcement .inner .an_table .detail_contents {padding: 30px 20px;}
}
@media (max-width: 768px) {
  #main .content1 {
    flex-direction: column;
  }
  #main .content1 .left,
  #main .content1 .right {
    width: 100%;
  }
  #main .artist_profile {
    margin-top: 112px;
    flex-direction: column;
  }
  #main .artist_profile .left {
    width: 70%;
    margin: 0 auto;
  }
  #main .artist_profile .right {
    width: 100%;
    margin-top: 48px;
  }
  .announcement .inner .an_table {margin-top: 40px;}
    .announcement .inner .an_table .top {height: 40px; padding: 0 10px;}
    .announcement .inner .an_table .top li {font-size: 11px;}
    .announcement .inner .an_table .top li:nth-child(1) {width: 40px;}
    .announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 200px);}
    .announcement .inner .an_table .top li:nth-child(3) {width: 42px;}
    .announcement .inner .an_table .top li:nth-child(4) {width: 56px;}
    .announcement .inner .an_table .top li:nth-child(5) {display: none;}
    .announcement.detail .inner .an_table .top li:nth-child(5) {display: block;}

    .announcement .inner .an_table .contents {height: 40px; padding: 0 10px;}
    .announcement.detail .inner .an_table .contents {flex-direction: row; flex-wrap: wrap; justify-content: right; height: 50px;}
    .announcement .inner .an_table .contents p {font-size: 11px;}
    .announcement .inner .an_table .contents p:nth-child(1) {width: 40px;}
    .announcement.detail .inner .an_table .contents p:nth-child(1) {width: 40px; margin-right: 20px;}
    .announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 200px);}
    .announcement.detail .inner .an_table .contents p:nth-child(2) {width: calc(100% - 60px);}
    .announcement .inner .an_table .contents p:nth-child(3) {width: 42px;}
    .announcement .inner .an_table .contents p:nth-child(4) {width: 56px;}
    .announcement .inner .an_table .contents p:nth-child(5) {display: none;}
    .announcement.detail .inner .an_table .contents p:nth-child(5) {display: block;}
    .announcement .inner .an_table .contents p img {width: 20px;}

    .announcement.detail .inner .an_table > .top {display: none;}
    .announcement.detail .inner .an_table > .contents {display: none;}


    .page_pagination a {width: 25px; height: 25px;}
    .page_pagination a img {width: 15px; height: 15px;}
    .page_pagination .num a p {font-size: 12px;}


    .announcement .inner .an_table .detail_contents p {font-size: 12px;}


    .announcement.detail .inner .an_ta_mob {display: block;}
    .announcement.detail .inner .an_ta_mob .ttop {border-bottom: 1px solid #b0d1e8;}
    .announcement.detail .inner .an_ta_mob .ttop ul {display: flex; padding: 5px 10px;}
    .announcement.detail .inner .an_ta_mob .ttop ul:first-child {border-bottom: 1px solid #ccc;}
    .announcement.detail .inner .an_ta_mob .ttop ul li {font-size: 12px;}
    .announcement.detail .inner .an_ta_mob .ttop ul li:first-child {width: 45px; margin-right: 15px; text-align: center;}
    .announcement.detail .inner .an_ta_mob .ttop ul li:last-child {width: calc(100% - 60px); word-break: keep-all;}

    .announcement.detail .inner .an_ta_mob .bbot {display: flex; align-items: center; justify-content: right; gap: 20px; padding: 0 10px; height: 35px; border-bottom: 2px solid #006eb6;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents {display: flex; align-items: center; gap: 10px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents p {font-size: 12px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents span {font-size: 12px;}
    .announcement.detail .inner .an_ta_mob .bbot .ccontents img {width: 20px; height: 20px;}

    .announcement .inner .an_table .detail_contents {padding: 20px 10px;}

    .announcement .inner .detail_bottom a {gap: 10px;}
    .announcement .inner .detail_bottom a img {width: 8px;}
    .announcement .inner .detail_bottom a p {font-size: 12px;}
    .announcement .inner .detail_bottom a.center div {width: 20px; height: 15px;}
    .announcement .inner .detail_bottom a.center p {bottom: -20px;}
}
@media (max-width: 600px) {
  #container {
    padding: 0 20px;
  }
  #contact {
    flex-direction: column-reverse;
    gap: 70px;
  }
  #contact .contact_txt {
    width: 100%;
  }
  #contact .sns {
    border-bottom: 1px solid;
    padding-bottom: 24px;
  }
}
@media (max-width: 500px) {
  #main .content1 dl dt {
    margin-bottom: 20px;
  }
  #main .content1 dl dd {
    margin-bottom: 10px;
  }
}
@media(max-width: 620px){

  .announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 120px)!important;}
  .announcement .inner .an_table .top li:nth-child(3) {display: none;}
  .announcement .inner .an_table .top{
    gap: 10px;
  }
  .announcement .inner .an_table .contents{
    gap: 10px;
  }
  .announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 120px)!important;}
  .announcement .inner .an_table .contents p:nth-child(3) {display: none;}

  .announcement.detail .inner .an_ta_mob .bbot {justify-content: space-between;}
  .announcement.detail .inner .an_ta_mob .bbot .ccontents {gap: 5px;}
  .announcement.detail .inner .an_ta_mob .bbot .ccontents img {width: 15px; height: 15px;}

}

@media(max-width: 500px){
  
}
@media(max-width: 440px){

  .announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 120px);}
  .announcement .inner .an_table .top li:nth-child(3) {display: none;}
  .announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 120px);}
  .announcement .inner .an_table .contents p:nth-child(3) {display: none;}

  .announcement.detail .inner .an_ta_mob .bbot {justify-content: space-between;}
  .announcement.detail .inner .an_ta_mob .bbot .ccontents {gap: 5px;}
  .announcement.detail .inner .an_ta_mob .bbot .ccontents img {width: 15px; height: 15px;}

}

@media(max-width: 400px){

  .announcement.detail .inner .an_ta_mob .bbot .ccontents p {font-size: 10px;}
  .announcement.detail .inner .an_ta_mob .bbot .ccontents span {font-size: 10px;}

}
@media (max-width: 400px) {
  #main .main_txt.kr_txt p {
    font-size: 3.3vw;
  }
}
@media (max-width: 500px) {
  .br_none {
    display: block;
  }
}

/* .announcement {padding: 0 0 30px; position: relative;left: 50%;top: 49%;transform: translate(-50%, 50%);background: #f7f7f7;z-index: 1000;width: 95%;border-radius: 10px;max-width: 850px;}
.announcement.detail{
  display: block;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  margin: 200px 0;
  max-width: 1200px;
  z-index: 0;
  width: 100%;

}
.announcement .close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.announcement .close span{
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.announcement .close span:nth-of-type(2){
  transform: translate(-50%, -50%) rotate(-45deg);
}
.announcement .inner {max-width: 1280px; width: 100%; margin: 0 auto;}
.announcement .inner .sub_title
{
text-align: center;
padding-top: 10px;
} */

.announcement .inner .an_table {margin-top: 70px; border-top: 2px solid #6e6e6e; border-bottom: 2px solid #6e6e6e;}


.announcement .inner .an_table .top {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 30px;}

.announcement .inner .an_table .top li {font-size: 14px; font-weight: 500; color: #808080; text-align: center;}

.announcement .inner .an_table .top li:nth-child(1) {width: 52px;}
.announcement .inner .an_table .top li:nth-child(2) {width: calc(100% - 420px); text-align: left;}
.announcement .inner .an_table .top li:nth-child(3) {width: 52px;}
.announcement .inner .an_table .top li:nth-child(4) {width: 70px;}
.announcement .inner .an_table .top li:nth-child(5) {width: 80px;}

.announcement .inner .an_table .contents {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #c0c0c0; padding: 0 30px;}
.announcement .inner .an_table .contents:hover {background-color: #f2f2f2;}

.announcement .inner .an_table .contents p {font-size: 14px; color: #333; text-align: center;}

.announcement .inner .an_table .contents p:nth-child(1) {width: 52px;}
.announcement .inner .an_table .contents p:nth-child(2) {width: calc(100% - 420px); text-align: left; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; overflow: hidden;}
.announcement .inner .an_table .contents p:nth-child(3) {width: 52px;}
.announcement .inner .an_table .contents p:nth-child(4) {width: 75px;}
.announcement .inner .an_table .contents p:nth-child(5) {width: 80px;}

.announcement .inner .an_table .detail_contents {padding: 30px; word-break: keep-all;}
.announcement .inner .an_table .detail_contents p {font-size: 14px;}
.announcement .inner .an_table .detail_contents img {display: block; margin: 20px auto;}

.announcement .inner .detail_bottom {display: flex; justify-content: space-between; align-items: center; max-width: 1000px; width: 100%; margin: 40px auto; color: #616161;}
.announcement .inner .detail_bottom a {position: relative; display: flex; align-items: center; gap: 15px;}
.announcement .inner .detail_bottom a p {font-size: 14px; position: relative;}

.announcement .inner .detail_bottom a.center {display: flex; flex-direction: column; justify-content: center;}
.announcement .inner .detail_bottom a.center div {position: relative; width: 30px; height: 20px;}
.announcement .inner .detail_bottom a.center div span:nth-child(1) {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 2px; background-color: #d2d2d2;}
.announcement .inner .detail_bottom a.center div span:nth-child(2) {position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #e2e2e2;}
.announcement .inner .detail_bottom a.center div span:nth-child(3) {position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #e2e2e2;}
.announcement .inner .detail_bottom a.center p {position: absolute; bottom: -30px; width: 60px; text-align: center;}

.announcement.detail .inner .an_ta_mob {display: none;}
/*# sourceMappingURL=style.css.map */


.page_pagination {display: flex; justify-content: center; align-items: center; gap: 5px; margin: 50px auto 0;}
.page_pagination a {position: relative; display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; background-color: #fff; border: 1px solid #ccc;}
.page_pagination .num {display: flex; gap: 5px;}
.page_pagination .num a p {position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-size: 14px; font-weight: 500; color: #bbb;}
.page_pagination .num a.on {border-color: #2c2c2c;}
.page_pagination .num a.on p {color: #2c2c2c; font-weight: 700;}



#modal_popup{width: auto; height: auto; position: fixed; z-index: 9999; background-color: #fff; left: 50%; top: 50%; border: 1px solid #bbb; max-width: 450px; transform: translate(-50%, -50%);}
#modal_popup .popup_wrap{display: flex;flex-wrap: wrap; align-content: space-between; height: 100%;}
#modal_popup .popup_wrap .pp_img{width: 100%; cursor: pointer;}
#modal_popup .popup_wrap .pp_img img{max-width: 100%; width: 100%;}
#modal_popup .popup_wrap .popup_btn_wrap { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0px 10px 5px; width: 100%;}
#modal_popup .popup_wrap .check_box{display: flex; align-items: center; cursor: pointer; }
#modal_popup .popup_wrap .check_box input{margin-right: 7px; cursor: pointer; }
#modal_popup .popup_wrap .check_box label{line-height: 1.1; cursor: pointer; }
#modal_popup .popup_wrap .close_btn{width: 52px;height: 25px; border: 1px solid #ccc; text-align: center; border-radius: 5px; cursor: pointer;background-color: #fff;display: flex
  ;
      align-items: center;
      justify-content: center;}
@media (max-width: 780px) {
  #modal_popup{
    width: 80%;
  }
  
}