@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: 'Jalnan';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-3';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.mr-t50{
  margin-top: 50px;
}
.mr-t30{
  margin-top: 30px;
}
.mr-b50{
  margin-bottom: 50px !important;
}
.pd-t40{
  padding-top: 40px;
}
.tabBox > div {
  display: none;
}

.tabBox > div.show {
  display: block;
}

.floatBox .left {
  float: left;
}

.floatBox .right {
  float: right;
}

.floatBox::after {
  display: block;
  content: '';
  clear: both;
}

.flBox > *:nth-child(1) {
  float: left;
}

.flBox > *:nth-child(2) {
  float: right;
}

.flBox::after {
  display: block;
  content: '';
  clear: both;
}

.flleft > * {
  float: left;
}

.flleft::after {
  display: block;
  content: '';
  clear: both;
}

.abBoxL {
  position: relative;
}

.abBoxL .ab {
  position: absolute;
  left: 0;
  top: 0;
}

.abBoxR {
  position: relative;
}

.abBoxR .ab {
  position: absolute;
  right: 0;
  top: 0;
}

input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #989898;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #989898;
}

.magazine {
  width: 1250px;
  margin: 0 auto;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
}

.magazine .top_box {
  position: relative;
}

.magazine .top_box h1 {
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 32px;
  font-size: 22px;
  font-weight: bold;
  color: #292929;
  background: url('/img/cardList/bMagazine/icon_magazine.png') no-repeat left center;
}

.magazine .top_box .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}

.magazine .top_box .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.magazine .top_box .swiper-container .swiper-button-prev {
  top: 100%;
  left: 49%;
  width: 20px;
  height: 20px;
  background: #fff url(/img/cardList/bMagazine/swiper_arrow_left.png) no-repeat center center;
  opacity: 1;
}

.magazine .top_box .swiper-container .swiper-button-next {
  top: 100%;
  right: 47%;
  width: 20px;
  height: 20px;
  background: #fff url(/img/cardList/bMagazine/swiper_arrow_right.png) no-repeat center center;
  opacity: 1;
}

.magazine .top_box .abBox {
  height: 341px;
}

.magazine .top_box .abBox .left {
  padding: 116px 589px 0 0;
}

.magazine .top_box .abBox .left span {
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  color: #706efe;
  font-style: italic;
}

.magazine .top_box .abBox .left span::before {
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  content: '';
  width: 540px;
  height: 1px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #6e6e6e;
}

.magazine .top_box .abBox .left strong {
  display: block;
  margin: 39px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #242424;
}

.magazine .top_box .abBox .left p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #6e6e6e;
  margin: 20px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.magazine .top_box .abBox .imgWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 559px;
}

.magazine .listBox ul {
  margin: 0;
}
.magazine .listBox ul li {
  width: 610px;
  height: 180px;
  background-color: #fff;
  margin: 34px 0 0 0;
}

.magazine .listBox ul li a .abBox {
  position: relative;
  height: 175px;
}

.magazine .listBox ul li a .abBox .imgWrap {
  position: absolute;
  left: 0;
  top: 0;
}

.magazine .listBox ul li a .abBox .imgWrap img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.magazine .listBox ul li a .abBox .right {
  padding: 5px 20px 20px 205px;
}

.magazine .listBox ul li a .abBox .right strong {
  max-height: 54px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  margin-bottom: 10px;
}

.magazine .listBox ul li a .abBox .right p {
  height: 63px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.magazine .listBox ul li a .abBox .right .fucBox {

  text-align: right;
  margin: 10px 0 0 0;
  position: absolute;
  bottom: 16px;
  right: 28px;
}

.magazine .listBox ul li a .abBox .right .fucBox span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #6e6e6e;
  padding: 0 0 0 20px;
}

.magazine .listBox ul li a .abBox .right .fucBox .view {
  background: url('/img/cardList/bMagazine/icon_view.png') no-repeat left center;
}

.magazine .listBox ul li a .abBox .right .fucBox .day {
  background: url('/img/cardList/bMagazine/icon_day.png') no-repeat left center;
  margin: 0 0 0 12px;
}

.magazine .listBox ul li:hover {
  border-radius: 10px;
  -webkit-box-shadow: 1.4px 1.4px 8px 0 rgba(93, 93, 93, 0.2);
  box-shadow: 1.4px 1.4px 8px 0 rgba(93, 93, 93, 0.2);
  cursor: pointer;
}

.magazine .listBox ul li:nth-child(even) {
  margin: 34px 0 0 30px;
}

/* 검색 */
.frm_sch {
  width: 600px;
  margin: 30px auto 0;
}
.frm_sch form {
  display: flex;
}
.frm_sch form label {
  flex: 1;
  display: flex;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.frm_sch form label select {
  width: 135px;
  border: 0;
  font-size: 13px;
  font-weight: 500;
}
.frm_sch form label input {
  flex: 1;
  border: 0;
  font-size: 12px;
  font-weight: 400;
}
.frm_sch form button.btn_sch {
  border: 0;
  width: 95px;
  height: 40px;
  text-align: center;
  background: #9c57f5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  border-radius: 5px;
}

.list-unstyled {
  text-align: right;
  margin-top: 50px;
}


/* 탭 메뉴 */
.c_tabWr{
  position: relative;
  wdith: 100%;
  margin-top: 50px;
  border-bottom: 1px solid #a3a3a3;
}
.c_tabWr ul.community_tabs {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.c_tabWr ul.community_tabs li {
  cursor: pointer;
  top: 5px;
  position: relative;
  width: 20%;
  height: 50px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #989898;
}
.c_tabWr ul.community_tabs li a {
  display: inline-block;
  width: 100%;
}
.c_tabWr ul.community_tabs li.active {
  top: 6px;
  line-height: 42px;
  color: #9c57f5;
  background: url('/img/normalList/bNews/tab_active_bg.png') 50% 50% no-repeat;
  background-size: contain;
}

/* 페이징 */
.paging {
  margin: 70px auto 0;
  text-align: center;
}
.paging a,
.paging ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.paging ul {
  margin: 0 10px;
}
.paging a.pg {
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-left: -5px;
}
.paging a.pg.prev2 {
  background: url('/img/common/jnLics/l.png') 50% 50% no-repeat;
  border-radius: 5px 0 0 5px;
}
.paging a.pg.prev1 {
  background: url('/img/common/jnLics/ll.png') 50% 50% no-repeat;
  border-radius: 0 5px 5px 0;
}
.paging a.pg.next2 {
  background: url('/img/common/jnLics/r.png') 50% 50% no-repeat;
}
.paging a.pg.next1 {
  background: url('/img/common/jnLics/rr.png') 50% 50% no-repeat;
}
.paging ul li {
  display: inline-block;
  vertical-align: middle;
}
.paging ul li a {
  display: block;
  background: #f4eefc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin: 0 4px;
}
.paging ul li a:hover {
  background: #9c5df7;
  color: #fff;
}
.paging ul li a.active {
  background: #9c5df7;
  color: #fff;
}

.pg_current{
  font-size: 12px;
  font-weight: 400;
}

.pg .pg_page{
  font-size: 12px;
  font-weight: 400;
}
.name_bl{
  border: 1px solid #706efe;
  border-radius: 20px;
  padding: 3px 10px;
  color: #706efe;
}
.name_blW{
  border: 1px solid #706efe;
  background-color: #706efe;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
}
.name_blC{
  border: 1px solid #6e6e6e;
  background-color: #6e6e6e;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
}
.name_blI{
  border: 1px solid #9c57f5;
  background-color: #9c57f5;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
}
.big_mhEmo2{
  margin-bottom: -40px;
}
.big_mhEmo6{
  margin-bottom: -20px;
}


.magazine .listBox ul li a .abBox .right strong.event_line{
  max-height: 54px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.69;
  color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.bMagazineTop{
  margin-bottom: 30px;
}
.bMagazineTop .top_box .bannerBox{
  width: 100%;
  margin-top: -30px;
  text-align: center;
  background: #F3EFE7;
}
.magazine h1{
  font-size: 22px;
  font-weight: 500;
  position: relative;
  color: #473f4e;
  padding-left: 10px;
  margin-bottom: -15px;
}
.magazine h1:before{
  content: '';
  width: 2px;
  height: 20px;
  background: #473f4e;
  position: absolute;
  left: 0;
  top: 7px;
}
