:root {
  --font-family: "Inter", pretendard, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.c_cnt, .link_tit {
  display: none;
}

body {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  padding: 20px 0;
  background-color: rgb(255, 255, 255);
}

.wrap {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .wrap {
    width: calc( 100% - 20px );
    padding: 0 10px;
  }
}

figure.imagegridblock .image-container > span {
	margin-top: 0!important;
}
figure.imageslideblock, figure[data-ke-type='video'] {
	margin: 0!important;
	line-height: inherit!important;
}
figure.imageslideblock div.image-container {
	width: 100%!important;
	height: auto!important;
	min-width: auto;
	min-height: auto;
	max-height: 100%;
	background-color: transparent;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.search {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.search input {
  font-family: var(--font-family);
  outline: none;
  width: 70px;
  border-radius: 0px;
  font-size: 10px;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none 0;
  padding: 0 2px 0 2px;
}

.search-ip {
  margin-left: 15px;
}

.search-ip::before {
  content: "[";
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
}

.search-ip::after {
  content: "]";
  display: inline-block;
  color: rgba(255, 255, 255);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
}

.category {
  position: relative;
  border-radius: 10px;
}

.sub_category_list {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.link_sub_item::before {
  content: "-";
}

.category > div {
  position: relative;
  display: flex;
  align-items: center;
  border: none 0;
  outline: none;
  width: 36px;
  height: 36px;
  color: #a6a6ae;
  font-size: 10px;
  cursor: pointer;
}

.category > div::after {
  position: absolute;
  right: 0px;
  top: 0;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='193' viewBox='0 0 320 193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.4 183.6C149.9 196.1 170.2 196.1 182.7 183.6L310.7 55.6C319.9 46.4 322.6 32.7 317.6 20.7C312.6 8.7 301 0.899994 288 0.899994L32 1C19.1 1 7.40001 8.8 2.40001 20.8C-2.59999 32.8 0.200006 46.5 9.30001 55.7L137.3 183.7L137.4 183.6Z' fill='%23000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.cate {
  font-size: 11px;
  background-color: #282d30;
  border-radius: 20px;
  z-index: 1000;
  color: #fff;
  margin-bottom: 10px;
}

.cate > div {
  width: calc( 100% - 60px );
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.menu {
  width: 60%;
}

.category_list.active {
  user-select: all;
  visibility: visible;
  opacity: 1;
}

.cate h6 {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
}

.cate a {
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}

.cate a.link_tit {
  display: none;
}

.category_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 10px;
}

.goHome {
  margin-bottom: 10px;
}

.main {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
}

.main:nth-child(3) {
  grid-template-columns: 1fr 1.5fr;
}

.main:nth-child(2) {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 480px) {
  .main {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.profile {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.profile .name {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 1px 8px 2px 8px;
}

@media (max-width: 480px) {
  .profile .name {
    font-size: 14px;
    padding: 1px 8px 2px 8px;
  }
}

.profile2 {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  color: #fff;
}

.links a {
  display: flex;
  align-items: center;
}

.links a span {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 1px 8px 2px 8px;
}

.links a svg {
  margin-left: -2px;
}

@media (max-width: 480px) {
  .links {
    margin-top: 30px;
  }
}

.asked {
  background-color: #B6C8D0;
}

.main + .main {
  margin-top: 10px;
}

.asked {
  height: 100%;
  min-height: 200px;
  border-radius: 20px;
}

.asked a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
   height: calc(100% - 60px);
}

.q-icon {
  color: #B6C8D0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #B6C8D0;
}

.asked {
  color: #282d30;
}

.asked h5 {
  font-size: 10px;
  margin-bottom: -20px;
  font-weight: 500;
}
.asked div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgb(176, 196, 222);
  background-color: #fff;
  height: 32px;
  border-radius: 20px;
  text-align: left;
  width: 100%;
}

.asked div svg {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.recentPost {
  background-color: #fbfbfb;
  color: #282d30);
  border-radius: 20px;
  padding: 30px;
}

.recentPost h3 {
  font-size:  14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.recentPost .cate {
  color: #282d30;
  font-size: 12px;
}

@media (max-width: 480px) {
  .recentPost .cate {
    display: none;
  }
}

.recentPost .tit {
  color: #282d30;
  font-size: 12px;
  font-weight: 500;
}

.recentPost ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 0.5px dashed #282d30;
  padding-top: 5px;
}

.recentPost ul li + li {
  margin-top: 10px;
}

.recentPost ul li svg {
  float: right;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.copyright {
  margin: 30px 0 10px;
}

.copyright {
  font-size: 10px;
  text-align: right;
  color: #282d30;
   padding: 10px 20px;
  margin: 0;
}
}

.copyright p a {
    font-weight: normal;
}
.list ol {
  margin-top: 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 480px) {
  .list ol {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list li a {
  position: relative;
  display: flex;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.twitter-pf {
  margin-top: 10px;
}

.twitter-pf img {
  width:40px;
  border-radius: 50%;
}

.twitter-pf span {
  vertical-align: text-top;
  margin-left: 3px;
  font-size: 10px;
}

.list-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.list-item::after {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  content:"";
}

.list-item .desc {
  display: flex;
  align-items: flex-end;
  padding: 30px;
  position: absolute;
  top:0;
  left:0;
  width: calc( 100% - 60px );
  height: calc( 100% - 60px );
  content:"";
  z-index: 4;
  color: #fff;
  font-size: 14px;
}

.list-item .desc h3 {
  font-weight: 400;
  font-size: 14px;
}

.paging {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}

.paging a {
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 2.5px 8.5px 1px 4px;
  letter-spacing: -0.5px;
}

.another_category {
  display: none;
}

.entryProtected {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.entryProtected {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.entryProtected h1 {
  border-top: 1.5px solid #282d30;
  border-bottom: 0.5px solid #282d30;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-size: 14px;
}

.protectForm {
  display: flex;
}

.protectForm input[type=password] {
  width: 90px;
  border: none;
  border-bottom: 1px solid ;
}

input::placeholder {
  padding-bottom: 8px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 14px;
    opacity: 0.5;
    text-align : center;
}

.submit {
  font-size: 14px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 30px;
  margin-left: 10px
}

.article {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 14px;
}

.search span {
  color: rgba(255, 255, 255);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}

.postbtn_ccl {
  display: none;
}

.list-title {
  margin: 30px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.5px;
}

body:not(#tt-body-index) .main {
  display: none;
}

.article_info {
  border-top: 1.5px solid #000000;
  border-bottom: 0.5px solid #282d30;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 40px;
}

.article_info > div > div > h4 {
  letter-spacing: -0.8px;
  font-size: 14px;
  color: #B6C8D0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.article_info > div > div > p,
.article_info > div > div > a {
  display: block;
  float: right;
  position: relative;
  font-size: 13px;
  margin-top: 10px;
  top: -30px;
}

.article_info > div > div:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .article_info > div > div > p,
  .article_info > div > div > a {
    font-size: 11px;
  }
}

.postbtn_ccl, 
.btn_share {
}

.container_postbtn .postbtn_like {
	border: none 0!important;
	padding: 0!important;
}

.uoc-icon {
	padding: 0 2px 0 0!important;
}

.container_postbtn .btn_post {
	outline: none;
}

.container_postbtn .btn_post .ico_etc {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-more-horizontal'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='5' cy='12' r='1'%3E%3C/circle%3E%3C/svg%3E");
	background-position: center!important;
	width: 16px!important;
	height: 16px!important;
	background-size: cover!important;
}

.container_postbtn .btn_post .ico_like {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4457 1.97011C10.1903 1.71918 9.8871 1.52012 9.55337 1.3843C9.21964 1.24849 8.86194 1.17859 8.5007 1.17859C8.13945 1.17859 7.78175 1.24849 7.44802 1.3843C7.11429 1.52012 6.81107 1.71918 6.55569 1.97011L6.02569 2.49065L5.49569 1.97011C4.97985 1.46348 4.28021 1.17885 3.55069 1.17885C2.82118 1.17885 2.12154 1.46348 1.60569 1.97011C1.08985 2.47675 0.800049 3.16389 0.800049 3.88038C0.800049 4.59687 1.08985 5.28401 1.60569 5.79065L2.13569 6.31118L6.02569 9.82145L9.91569 6.31118L10.4457 5.79065C10.7012 5.53983 10.9039 5.24203 11.0422 4.91426C11.1804 4.58649 11.2516 4.23517 11.2516 3.88038C11.2516 3.52559 11.1804 3.17427 11.0422 2.8465C10.9039 2.51873 10.7012 2.22093 10.4457 1.97011Z' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: auto!important;
	margin: 2px 4px 0 0!important;
}

.container_postbtn .btn_post .like_on .ico_like {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4457 1.97011C10.1903 1.71918 9.8871 1.52012 9.55337 1.3843C9.21964 1.24849 8.86194 1.17859 8.5007 1.17859C8.13945 1.17859 7.78175 1.24849 7.44802 1.3843C7.11429 1.52012 6.81107 1.71918 6.55569 1.97011L6.02569 2.49065L5.49569 1.97011C4.97985 1.46348 4.28021 1.17885 3.55069 1.17885C2.82118 1.17885 2.12154 1.46348 1.60569 1.97011C1.08985 2.47675 0.800049 3.16389 0.800049 3.88038C0.800049 4.59687 1.08985 5.28401 1.60569 5.79065L2.13569 6.31118L6.02569 9.82145L9.91569 6.31118L10.4457 5.79065C10.7012 5.53983 10.9039 5.24203 11.0422 4.91426C11.1804 4.58649 11.2516 4.23517 11.2516 3.88038C11.2516 3.52559 11.1804 3.17427 11.0422 2.8465C10.9039 2.51873 10.7012 2.22093 10.4457 1.97011Z' fill='%23f15757' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
}

.article .container_postbtn .btn_post .txt_like {
	font-family: var(--font-family)!important;
	font-size: 11px!important;
	margin: 0!important;
	color: var(--black)!important;
}

.container_postbtn .btn_menu_toolbar {display: none;}

/* - - - BGM 플레이어 관련 - - - */
.mm-bgm{
  position: fixed;
  bottom: 15px; /* 우측상단 원하면 bottom을 top 으로 변경 */
  right: 15px;
  z-index: 9999; /* 맨위로 */
  border: none;
}
/* - - - BGM 플레이어 끝 - - -*/

.bottom-banner {
  background-color: #fbfbfb;
  border-radius: 20px;
  max-width: 1024px;  /* 다른 레이아웃과 맞추기 */
  margin: 0 auto;
  text-align: center;  /* 이미지 가운데 정렬 */
  padding: 20px 0;      /* 여백 추가 (선택) */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 650px;
  margin: 10px 0 auto;
}
