#wrapper {
	min-height: 802px;
	padding-top: 130px;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.page-tit {
	font-weight: 600;
	font-size: 20px;
}

/* 주의 문구 */
.check-description {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 28px 0 14px 0;
}

.caution-description {
	color: #A37A3D;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.5em;
	padding: 5px 0;
}

/* 버튼 디자인 */
.box-btn-box {
	padding-top: 10px;
}

#wrapper {
	position: relative;
}

.ui-btn {
	color: #808991;
	background: white;
	border: 1px solid #D1D5D9;
	padding: 8px 18px;
	cursor: pointer;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2em;
	border-radius: 3px;
}

/* 비밀번호 확인 페이지 */
#passForm form {
	display: flex;
	gap: 5px;
}

/* 메인 */
.main-search-wrap {
	height: 600px;
	position: relative;
}

.main-search-form {
	height: 100%;
	display: flex;
	justify-content: center;
}

.main-search-form .inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-search-form form {
	display: flex;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
}

.main-search-form input {
	width: 900px;
	height: 60px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	/* 	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px; */
	padding: 0 2rem;
	font-size: 1.250rem;
	border: 0;
}

.main-search-form button {
	border: 0;
	height: 60px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #003c83;
	width: 100px;
	padding: 0 5px 0 0;
	cursor: pointer;
}

.main-swiper-wrap {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	height: 100%;
	top: 0;
	width: 100%;
	pointer-events: none;
}

.main-swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 로그인 */
.login-form-wrap {
	display: flex;
	justify-content: center;
	padding: 3rem 0;
}

.login-form-wrap .inner {
	min-width: 400px
}

.login-form-wrap .input-wrap {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding-bottom: 15px;
	align-items: flex-end;
}

.login-form-wrap .input-wrap input {
	width: 100%;
	padding: 10px 18px;
}

.login-form-wrap .kakao-btn {
	width: 100%;
	background: #fee500;
	border-radius: 3px;
	height: 38px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	line-height: 1;
	padding-bottom: 1rem;
}

.login-top h3 {
	font-size: 1.875rem;
	font-weight: 600;
}

.login-top p {
	font-size: 13px;
}

.login-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

.login-btn-wrap a {
	font-size: 14px;
	font-weight: 600;
	color: #7c7c7c;
}

.login-btn-wrap .fig {
	width: 1px;
	height: 12px;
	border-left: 1px solid #CCCCCC;
}

/* 아이디, 비번 찾기 */
.form-wrap.find-idpw {
	display: flex;
	justify-content: center;
	padding: 3rem 0;
}

.form-wrap.find-idpw h3 {
	font-size: 1.625rem;
	font-weight: 600;
	padding-bottom: 1rem;
	text-align: center;
}

.form-wrap.find-idpw p {
	text-align: center;
	padding-bottom: 1rem;
}

.form-wrap.find-idpw p a {
	font-weight: 600;
}

.form-wrap.find-idpw .inner {
	width: 50%;
	min-width: 380px;
	max-width: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.form-wrap.find-idpw .inner form {
	width: 100%;
}

.form-wrap.find-idpw .input-wrap {
	display: flex;
	flex-direction: column;
	padding-bottom: .5rem;
}

.form-wrap.find-idpw .input-wrap input {
	width: 100%;
	padding: 10px 18px;
}

.form-wrap.find-idpw .input-wrap button {
	width: 100%;
	padding: 10px 18px;
	background: #003c83;
	border: 1px solid #003c83;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2em;
	border-radius: 3px;
	cursor: pointer;
	line-height: 1.2em;
}

.form-wrap.find-idpw .find-id {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 1rem;
	color: #003c83;
}

/* 비밀번호 변경 페이지 */
.form-wrap.change-pw {
	display: flex;
	justify-content: center;
	padding: 3rem 0;
}

.form-wrap.change-pw h3 {
	font-size: 1.625rem;
	padding-bottom: 1rem;
	text-align: center;
	white-space: nowrap;
}

.form-wrap.change-pw h3 span {
	font-weight: 600;
}

.form-wrap.change-pw .inner {
	width: 50%;
	min-width: 380px;
	max-width: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.form-wrap.change-pw .inner form {
	width: 100%;
}

.form-wrap.change-pw .input-wrap {
	display: flex;
	flex-direction: column;
	padding-bottom: .5rem;
}

.form-wrap.change-pw .input-wrap input {
	width: 100%;
	padding: 10px 18px;
}

.form-wrap.change-pw .input-wrap button {
	width: 100%;
	padding: 10px 18px;
	background: #003c83;
	border: 1px solid #003c83;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2em;
	border-radius: 3px;
	cursor: pointer;
	line-height: 1.2em;
}

/* 회원가입*/
#joinForm {
	max-width: 480px;
	margin: 0 auto;
	padding: 3rem 0;
}

#joinForm>h3 {
	font-size: 1.875rem;
	font-weight: 600;
}

#joinForm .inner {
	padding-top: 30px;
}

#joinForm label {
	display: block;
	font-weight: bold;
	color: #555;
}

#joinForm input[type="text"], #joinForm input[type="password"],
	#joinForm input[type="email"], #joinForm input[type="tel"], #joinForm input[type="text"][placeholder="주소를 입력해주세요"]
	{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1rem;
}

#joinForm div label {
	display: inline-block;
	margin-right: 15px;
	width: auto;
	font-weight: 600;
	padding-bottom: 5px;
}

#joinForm div:nth-child(5) {
	min-height: 45px;
}

#joinForm input[type="radio"] {
	margin: 0 5px;
	vertical-align: middle;
}

#joinForm div>input[type="radio"]+label {
	font-weight: normal;
	color: #333;
	margin-right: 15px;
}

#joinForm p[id$="Input"] {
	color: #d9534f;
	font-size: 0.9rem;
	margin-top: 5px;
	min-height: 1em;
	padding-bottom: 10px;
}

#joinForm #agree {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #f9f9f9;
}

#joinForm #agree .policy .inner {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

#joinForm #agree h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2rem;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

#joinForm #agree .content {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
	max-height: 100px;
	overflow-y: auto;
	background-color: #fff;
	font-size: 0.9rem;
	color: #666;
}

#joinForm #agree .content p {
	margin: 0 0 5px 0;
	line-height: 1.4;
}

#joinForm #agree .agree-checkbox {
	margin-right: 5px;
}

#joinForm #agree #checkAll {
	margin-top: 10px;
	margin-right: 5px;
}

#joinForm #agree label[for="checkAll"] {
	font-weight: bold;
	color: #333;
}

#joinForm .btn_wrap {
	margin-top: 30px;
	text-align: center;
}

#joinForm .btn_wrap a {
	display: inline-block;
	padding: 12px 25px;
	background-color: #003c83;
	color: #fff;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
}

/* 회원 수정 */
#modifyForm .modify-form-wrap {
	width: 100%;
}

#modifyForm .modify-form-wrap>.leave-btn {
	text-align: right;
	margin-bottom: 15px;
}

#modifyForm .modify-form-wrap>.leave-btn a {
	color: #dc3545;
	text-decoration: none;
	font-size: 0.9rem;
}

#modifyForm .modify-form-wrap>div:first-child a:hover {
	text-decoration: underline;
}

#modifyForm .inner form>div {
	margin-bottom: 20px;
}

#modifyForm .inner input[type="text"], #modifyForm .inner input[type="password"],
	#modifyForm .inner input[type="email"], #modifyForm .inner input[type="tel"]
	{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1rem;
}

#modifyForm .inner input[readonly] {
	background-color: #e9ecef;
	color: #666;
	cursor: default;
	border-color: #ccc;
}

#modifyForm .inner input[readonly]:focus {
	outline: none;
	border-color: #ccc;
	box-shadow: none;
}

#modifyForm .inner div label {
	display: inline-block;
	margin-right: 15px;
	width: auto;;
	margin-bottom: 8px;
	font-weight: bold;
	color: #555;
}

#modifyForm .inner input[type="radio"] {
	margin: 0 5px;
	vertical-align: middle;
}

#modifyForm .inner div>input[type="radio"]+label {
	font-weight: normal;
	color: #333;
	margin-right: 15px;
}

#modifyForm .inner p[id$="Input"] {
	color: #d9534f;
	font-size: 0.9rem;
	margin-top: 5px;
	min-height: 1em;
}

#modifyForm .inner .btn_wrap {
	margin-top: 30px;
	text-align: center;
}

#modifyForm .inner .btn_wrap a {
	display: inline-block;
	padding: 12px 25px;
	background-color: #003c83;
	color: #fff;
	border-radius: 5px;
	font-size: 1.1rem;
	font-weight: bold;
}

#modifyForm h3 {
	padding-bottom: 30px;
	color: #333;
	font-size: 1.875rem;
	font-weight: 600;
	padding-bottom: 5px;
}

/* 마이페이지 */
.mypage {
	display: flex;
	width: 100%;
	padding: 2rem 0 4rem;
}

.mypage .left_menu {
	width: 20%;
	min-width: 235px;
}

.mypage .page {
	width: 80%;
	max-width: calc(100% - 235px);
}

.mypage .menu-section {
	color: #40474d;
}

.mypage .menu-section .menu-tit {
	display: flex;
	gap: 8px;
	align-items: center;
	padding-top: 1rem;
}

.mypage .menu-section {
	border-bottom: 1px solid #dedede;
	width: 60%;
	padding-bottom: 10px;
	font-weight: 600;
}

.mypage .menu-section:nth-child(1) .menu-tit {
	padding: 0;
}

.mypage .menu-section:last-child {
	border: 0;
}

.mypage .menu-section ul {
	padding-left: calc(1rem + 8px);
}

.mypage .menu-section ul li {
	padding-top: 10px;
}

/* 마이페이지 메인 */
#myPageMain .my-info {
	padding-bottom: 3rem;
}

#myPageMain .my-info p {
	font-weight: 600;
	font-size: 1.25rem;
}

#myPageMain .my-info .user-name {
	font-size: 2rem;
}

#myPageMain .my-info p:nth-child(2) {
	font-weight: 400;
	color: #7c7c7c;
}

#myPageMain .my-book .tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dedede;
}

#myPageMain .my-book .empty-message {
	text-align: center;
	padding-top: 1.5rem;
}

#myPageMain .my-book .tit h3 {
	font-size: 1.250rem;
	font-weight: 600;
}

#myPageMain .book-list {
	display: flex;
	height: auto;
	width: 100%;
	gap: 1rem;
	padding-top: 1.25rem;
}

#myPageMain .book-list .card {
	height: 100%;
	position: relative;
	width: calc(100%/ 6);
	display: flex;
	flex-direction: column;
}

#myPageMain .book-list .card img {
	height: 90%;
	width: 100%;
	object-fit: cover;
	min-height: 250px;
}

#myPageMain .book-list .card .book-tit {
	height: 10%;
	display: block;
	font-weight: 600;
	padding-top: 5px;
}

#myPageMain .my-review {
	padding-top: 3rem;
}

#myPageMain .my-review .tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dedede;
}

#myPageMain .my-review .tit h3 {
	font-size: 1.250rem;
	font-weight: 600;
}

#myPageMain .review-list {
	padding-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: .625rem
}

#myPageMain .review-list .item p:nth-child(1) {
	font-weight: 600;
}

#myPageMain .review-list .item p:nth-child(2) {
	font-size: 14px;
	color: #7c7c7c;
	line-height: 1.7;
}

/* 관리자 페이지 */
html.adm-page, .adm-page body {
	height: 100%;
	min-width: 750px;
}

.adm-page #header {
	z-index: 99;
	position: fixed;
	width: 100%;
	background: #fff;
	height: 70px;
	padding: 0 2rem;
	display: flex;
	align-items: center;
	background: #003c83;
	color: #fff;
	font-weight: 600;
}

.adm-page #header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.adm-page #header .inner .btn-wrap {
	display: flex;
	gap: .5rem;
}

.adm-page #header h3 {
	font-size: 1.75rem;
}

.adm-page #wrapper {
	padding-top: 70px;
	display: flex;
	height: 100%;
	width: 100%;
}

.adm-page .adm-side-menu {
	width: 200px;
	border-right: 1px solid #dedede;
	display: flex;
	justify-content: center;
	padding: 2rem;
	position: fixed;
	height: 100%;
}

.adm-page .adm-side-menu ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 600;
	gap: .5rem;
}

.adm-page #wrapper .content {
	width: calc(100% - 200px);
	padding: 2rem;
	left: 200px;
	position: relative;
	min-width: 750px;
}

.adm-page #wrapper .system-page {
	padding-bottom: 2rem;
}

.adm-page #wrapper .system-page ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: .5rem;
}

.adm-page #wrapper .system-page ul li {
	display: flex;
	width: calc(50% - .25rem);
}

.adm-page #wrapper .system-page ul li p {
	padding-right: 1rem;
}

.adm-page #wrapper table {
	width: 100%;
	border-collapse: collapse;
}

.adm-page #wrapper  th, .adm-page #wrapper td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

.adm-page #wrapper  th {
	background-color: #f2f2f2;
}

.adm-page #wrapper  .error-message {
	color: red;
	margin-bottom: 10px;
}

.adm-page .system-page h3, .adm-page .recent-member h3, .adm-page .member-search-wrap h3
	{
	font-size: 1.250rem;
	font-weight: 600;
	padding-bottom: 1rem;
}

.adm-page .member-search-wrap h3:nth-child(3) {
	padding-top: 2rem;
}

.adm-page .member-search-wrap input[type="submit"], .adm-page .member-search-wrap button[type="submit"]
	{
	background: #003c83;
	border: 1px solid #003c83;
	padding: 8px 18px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	border-radius: 3px;
	vertical-align: middle;
}

.adm-page .member-search-wrap input[type="text"] {
	height: 37px;
}

.adm-page .member-search-wrap .member-list-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	border: 1px solid #dedede;
}

.adm-page .member-search-wrap .member-list-table thead tr {
	background-color: #f3f3f3;
}

.adm-page .member-search-wrap .member-list-table th, .adm-page .member-search-wrap .member-list-table td
	{
	padding: 10px;
	border: 1px solid #dedede;
	text-align: left;
}

.adm-page .member-search-wrap .member-list-table th {
	font-weight: 600;
	color: #40474d;
}

.adm-page .member-search-wrap .member-list-table td a {
	color: #003c83;
	text-decoration: underline;
}

.adm-page .member-search-wrap .search-form {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	border-radius: 5px;
}

.adm-page .member-search-wrap .search-form label {
	margin-right: 5px;
	font-weight: 600;
}

.adm-page .member-search-wrap .search-form input[type="text"] {
	margin-right: 10px;
}

.adm-page .member-update {
	max-width: 600px;
	margin: auto;
	padding: 1rem 0 3rem;
}

.adm-page .member-update h3 {
	text-align: center;
	color: #424242;
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 600;
}

.adm-page .member-update .form-group {
	margin-bottom: 15px;
}

.adm-page .member-update label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #40474d;
}

.adm-page .member-update span.readonly-value {
	display: inline-block;
	padding: 8px;
	border: 1px solid #dedede;
	background-color: #f3f3f3;
	border-radius: 3px;
	color: #7c7c7c;
	min-width: 200px;
	vertical-align: middle;
}

.adm-page .member-update input[type="text"], .adm-page .member-update input[type="password"],
	.adm-page .member-update input[type="email"], .adm-page .member-update input[type="tel"]
	{
	width: 100%;
	box-sizing: border-box;
}

.adm-page .member-update>div:last-child {
	margin-top: 30px;
	text-align: center;
}

.adm-page .member-update button[type="button"], .adm-page .member-update button[type="submit"]
	{
	background: #003c83;
	border: 1px solid #003c83;
	padding: 8px 18px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	border-radius: 3px;
	vertical-align: middle;
}

.adm-page .member-update button[type="button"] {
	color: #808991;
	background: white;
	border: 1px solid #D1D5D9;
}

/* 반응형 */
@media ( max-width :1024px) {
	.container {
		width: 90%;
		max-width: none;
	}
	#header .top .container {
		width: 90%;
	}
	.mypage .left_menu {
		min-width: 180px;
	}
	.mypage .menu-section {
		width: 80%;
	}
	#myPageMain .book-list .card {
		width: calc(100%/ 4);
	}
	#myPageMain .book-list .card:nth-child(5), #myPageMain .book-list .card:nth-child(6)
		{
		display: none;
	}
}

/* 메인 슬라이더-공지사항-유튜브영상 */
.main-notice-and-Video {
	margin: 0 auto;
	width: 100%;
	height: 350px;
	display: flex;
	gap: 20px;
	padding: 40px 20px;
	max-width: 1440px;
}

.main-banner-slider {
	width: 100%;
	border-radius: 10px;
}

.swiper-wrapper img {
	width: 100%;
}

.swiper-pagination-bullet-active {
	background: #003c83;
}

.main-notice {
	width: 100%;
}

.main-notice ul {
	background-color: white;
	padding: 15px;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #999;
}

.main-notice ul li {
	height: 100%;
	border-bottom: 1px solid #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-notice ul li:last-child {
	border-bottom: 0;
}

.main-notice ul li span:last-child {
	margin-left: 5px;
	flex-shrink: 0;
}

.main-Video {
	width: 100%;
}

iframe {
	border-radius: 10px;
}