@charset "UTF-8";
/* 목록 Board CSS */
    .board-container {
      max-width: 100%;
      margin: 0 auto;
    }

    .board-list {
      border-radius: 0em;
      overflow: hidden;
      background: #ffffff;
      /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
    }

    .board-item {
      display: flex;
      align-items: center;
      padding: 1.2rem 1rem;
      border-bottom: 1px solid #e5e8ed;
      transition: background 0.2s ease;
      text-decoration: none;
      color: #333;
    }

    .board-item:last-child {
      border-bottom: none;
    }

    .board-item:hover {
      background: #f4f7fa;
    }

    .board-item > div {
      /*padding: 0 0.5rem;*/
    }

    .title {
      width: 60%;
      font-weight: 400;
      font-size: 1rem;
      font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      letter-spacing: 0.02em;
      word-spacing: 0.01em;

      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .classification {
      width: 20%;
      text-align: right;
      font-size: 0.9rem;
      color: #666;
    }
    .author {
      width: 20%;
      text-align: right;
      font-size: 0.9rem;
      color: #666;
    }

    /* 모바일 반응형 */
    @media (max-width: 768px) {
      .classification {
        display: none;
      }
      .author {
        display: none;
      }
      .title {
        width: 100%;
        font-size: 1rem;
      }
    }

      .button_box {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin: 2em 0;
      }

      .btn {
        color:#fff !important;
        font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      }
      .bbs_btn {
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
        color: #fff;
        font-size:0.7em;
        background-color: #46BBC2;
        border-radius: 0.3em;
        padding: 0.9em 2em !important;
        letter-spacing: 0.225em !important;
        font-family: "Taviraj", serif !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-optical-sizing: auto !important;
        text-transform: none !important;
        text-decoration: none;
        /* margin-left: 0.5em; */
      }

      .bbs_btn:hover {
          color: #fff;
          background-color: #CD4C91; /* hover 상태에서 배경색 변경 */
      }
      .boards-title {
        color: #8A888D;
        font-size:0.8em;
      }
      .board_button {
        margin-top: 16px;
        margin-bottom: 1px;
      }

      .form-none {
          display: none;
          height: 1px;
      }

      .mleft {
          margin-left:1em;
      }
      .smalls {
          font-size: 60%;
          font-weight: 400;
      }

/* 프로필 */
.pt-5 {
    padding-top: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.small {
    font-size: 0.8rem;
}
.text-muted {
    font-size: 0.8rem !important;
    font-family: "Taviraj", serif !important;
    font-weight: 500 !important;
    line-height: 1.5em;
}

      .imageboader {
          display: block;
          border: 1px solid #DBE0E4;
          margin-bottom: 11px;
          border-radius: 6px;
          text-align: center;
          margin-left: auto; 
          margin-right: auto; 
      }

/* Pagination */
	.pagination {
		display: -moz-inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flex;
		display: inline-flex;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default;
		list-style: none;
		margin: 0 0 2rem 2px;
		padding: 0;
	}

		.pagination a, .pagination span {
			-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
			border: solid 2px;
			display: inline-block;
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			font-size: 0.8rem;
			font-weight: 900;
			height: 3rem;
			letter-spacing: 0.075em;
			line-height: calc(3rem - 4px);
			margin-left: -2px;
			min-width: 3rem;
			position: relative;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
		}

		.pagination .next, .pagination .previous {
			text-decoration: none;
			padding: 0 1.75rem;
		}

			.pagination .next:before, .pagination .previous:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			.pagination .next:before, .pagination .previous:before {
				display: inline-block;
				color: inherit !important;
				line-height: inherit;
			}
		/*
		.pagination .previous:before {
			content: '\f104';
			margin-right: 0.9375em;
		}

		.pagination .next:before {
			content: '\f105';
			float: right;
			margin-left: 0.9375em;
		}
		*/
		@media screen and (max-width: 980px) {

			.pagination a, .pagination span {
				font-size: 0.9rem;
			}

		}

		@media screen and (max-width: 480px) {

			.pagination .page, .pagination .extra {
				display: none;
			}

		}

	.pagination a, .pagination span {
		border-color: #eeeeee;
	}

	.pagination a {
		color: #444 !important;
	}

		.pagination a:hover {
			color: #46BBC2 !important;
			border-color: #46BBC2;
			z-index: 1;
		}

			.pagination a:hover + a,
			.pagination a:hover + span {
				border-left-color: #46BBC2;
			}

		.pagination a.active {
			background-color: #eeeeee;
		}

	.pagination span {
		color: #eeeeee;
	}

/* 글쓰기 write.skin.php */
.input-css {
    width:100%;
    color:#6E6E6E;
    font-size: 1rem !important;
    line-height: 180%;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 1em;
    border: 1px solid #ddd;
}

/* 보기 view.skin.php */
.container_contents {
    width: 100%;
/*
    border: 0.1em solid #ddd;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fdfdfd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
*/
}

/* Delete Skin view.skin.php */
.container_contents_delete {
    width: 100%;
    border: 0.1em solid #ddd;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fdfdfd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bbs-list a {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 2em;
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    background-color: #fff;
    color: #343a3e;
    border: 0.2em solid #ddd;
    text-align: center;
    font-weight: 600;
    border-radius: 0.1em;
    text-transform: capitalize;
    transition: all .3s;
}

.bbs-list a:hover {
    color: #fff;
    border: 0.2em solid #575D64;
    background-color: #656c74;
}

/* TOC 자동 목차 */
.toc {
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    border: 0.1em solid #ddd;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fdfdfd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
toc ul {
    padding: 0;
    margin: 0;
}
.toc ul li {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}
.toc ul li:last-child {
    border-bottom: none; /* 마지막 항목에 보더라인 없애기 */
}
.toc ul li a {
    font-size: 0.96em;
    color: #1F82CE;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
}
.toc ul li a:hover {
    color: #5295C8;
}
/* 모바일에서 폰트 크기 조정 */
@media (max-width: 768px) {
    .toc ul li a {
        font-size: 0.9em;
    }
}
.toc.left {
    float: left;
    margin: 0 2em 2em 0;
    top: 0.25em;
}
.toc.left, .toc.right {
    width: 40%;
}
/* 모바일 대응 스타일 */
@media (max-width: 768px) {
    .toc.left {
        /*float: none;*/
        margin: 0 0 3em 0;
        max-width: 100%;
        width: 100%;
    }
}



/* 블로그 포스트 CSS */
.review_text {
    display: flex;
    width: 100%;  
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
    text-align: center; 
    justify-content: center;
    align-items: center;
}

.image.minus {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.image.minus img {
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.feature {
    margin-bottom: 50px;
    position: relative;
}
.feature.boxed {
    padding: 1em;
    background-color: #FAFBFC;
    margin-bottom: 2em;
    border-left: 0.2em solid #eee;
    border-right: 0.2em solid #eee;
    border-bottom: 0.2em solid #eee;
}
.feature-title-copy {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1em 0 !important;
}

.feature-title {
    display: block;
    font-size: 1rem !important;
    color: #2E3435 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    margin-bottom: 0 !important;
    line-height: 150% !important;
}
@media (max-width: 768px) {
    .feature-title {
        font-size: 1rem !important; /* 모바일에서 폰트 크기를 1rem으로 설정 */
    }
}

.feature-subtitle {
    font-size: 0.75em;
    color: #888;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    line-height: 1.33em !important;
    /*text-transform: uppercase;*/
}
.feature p {
    font-size: 0.9rem;
    color: #74787D;
    margin: 0 0 0.5rem 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.09em;
    word-spacing: 0.2em;
    line-height: 180%;
}
		@media screen and (max-width: 736px) {
			.feature p {
				font-size: 0.84rem;
			}
		}

.feature span {
    font-size: 0.88rem;
    color: #74787D;
    margin: 0 0 0.5rem 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    letter-spacing: 0.09em;
    word-spacing: 0.2em;
    line-height: 180%;
}

/* 목록 버튼 */
.feature.boxed .btns a {
    display: inline-block;
    font-size: 0.8em;
    font-family: "Taviraj", serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 0.3em 2em;
    background-color: #252525;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #000;
    margin-top: 1.85em;
}
.feature.boxed .btns a:hover {
    color: #ffffff;
    background-color: #f76d37;
    border: 1px solid #f76d37;
}

/* 뷰페이지 목록 버튼 */
		.button.style2 {
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			background: none;
			color: #606167;
			font-family: 'Noto Serif KR', sans-serif;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
			text-align: center;
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: 0.25em;
			text-decoration: none;
			border-radius: 0.35em;
			border: 0;
			outline: 0;
			cursor: pointer;
			padding: 0 2.25em 0 2.25em;
			font-size: 0.9em;
			min-width: 12em;
			height: 4em;
			line-height: 4em;
		}

		.button.style2:hover {
				background: #f76d37;
				color: #fff;
				box-shadow: inset 0px 0px 2px 0px #E16F17;
			}




/* 좌측 서브메뉴 게시판 전용 (Left Submenu Board Only) */
.bbs-menu {
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 0 1em 2em 1em;
    border: 0.1em solid #ddd;
    border-radius: 0.3em;
    background-color: #fefefe;
    margin-bottom: 2em;
}

.bbs-menu li {
    padding: 1em 0;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.bbs-menu li a {
  text-decoration: none;
  color: #444;
  font-size: 0.98em;
  transition: all 0.2s ease;
}

.bbs-menu li a:hover {
  color: #238ED4;
  font-weight: 600;
}