.photobook-wrap {
	font-family: "Noto Sans KR", sans-serif;
	box-sizing: border-box; 
}
.photobook-wrap * {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	letter-spacing: -.5px;
	vertical-align: baseline;
	font-family: inherit;
}
.photobook-wrap *, .photobook-wrap *::before, .photobook-wrap *::after {
    box-sizing: border-box; 
}
.photobook-wrap .container {
	display: block;
	width: 100%;
	padding: 0 10px;
}

.btn-banner {
	display: block;
	width: 100%;
	font-size: 0;
}
.btn-banner img {
	display: block;
	width: 100%;
}

.article-header {
	text-align: center;
	padding: 20px 0 5px;
	background-image: url(/images/bottom/btm_taestory_title_bar.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.article-header h3 {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}
.article-content .note {
	display: block; 
	font-size: 14px;
	color: #000;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
}
/* event-wrap */
.event-wrap .article-header {
	width:100%;
	position: fixed; top:100px; left:0; z-index:1000;
}
.event-wrap .article-header .btn-main {
	position: absolute;
	bottom: 5px;
	left: 15px;
}
.event-wrap .article-header .btn-event-move {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
.event-wrap .article-header a span {
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.event-wrap .article-header a img {
	display: block;
	width: 20px;
	margin-bottom: 5px;
}
.event-wrap .article-header .btn-event-move img {
	margin-left: auto;
}
.event-wrap .article-header .btn-main img {
	transform: rotate(180deg);
}
.event-wrap .article-content .btn-banner {margin-top: 20px;}

/* my-photobook */
.my-photobook .article-header {padding-top: 30px;}
.my-photobook .article-content {padding-top: 20px;}
.my-photobook .article-content figure {position: relative;} 
.my-photobook .article-content figure img {display: block; width: 100%;}
.my-photobook .article-content figure figcaption > p {
	position: absolute;
	bottom: 13%;
	left: 50%;
	display: inline-block;
	font-size: 20px;
	color: #fff; font-weight: bold;
	padding: 0 20px;
	line-height: 30px;
	background-color: #02477b;
	transform: translateX(-50%);
}
.my-photobook .article-content .summary {
	padding-top: 20px;
	text-align: center;
}
.my-photobook .article-content .summary p {
	font-size: 16px; color: #000; font-weight: 400;
}
.my-photobook .article-content .summary strong {
	display: block;
	margin-top: 15px; font-size: 26px; font-weight: 900; color: #000; line-height: 32px;
}
.my-photobook .article-content .summary .coupon {
	display: block;
	width: 80%;
	margin: 20px auto 0;
}
.my-photobook .article-content .summary small {
	display: block;
	font-size: 14px; line-height: 20px; color: #000; font-weight: 500;
	margin-top: 5px; 
}
.my-photobook .article-content .summary small span {
	font-size: 24px;
	color: #ff2200;
}
.fishing .article-content {
	padding-top: 20px;
}
.fishing .article-content > figure img {
	display: block;
	width: 100%;
}
.fishing .article-content .order {
	margin-top: 40px;
}
.fishing .article-content .order strong {
	display: block;
	font-size: 26px;
	text-align: center;
	color: #fff; font-weight: bold;
	line-height: 40px;
	background-image: url(/images/240507/mobile/bg_order.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}
.fishing .article-content .order > ul {
	font-size: 0;
	width: 90%;
	margin: 20px auto 0;
}
.fishing .article-content .order > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 2.5px;
}
.fishing .article-content .order > ul > li:nth-of-type(2) ~ li {
	margin-top: 5px;
}
.fishing .article-content .order > ul > li > a {
	display: block;
}
.fishing .article-content .order > ul > li > a > img {
	display: block;
	width: 100%;
}

/* btn-default */
.btn-default {
	display: block;
	width: 80%;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #000 !important;
	border: 1px solid #807f7f;
	margin: 0 auto;
	line-height: 44px;
}

/* gift */
.gift .article-content p {
	margin-top: 7px;
}
.gift .article-content p span {
	position: relative;
	color: #ff2200;
}
.gift .article-content p span img {
	position: absolute;
	top: -10px;
	left: 9px;
	width: 20px;
}
.gift .article-content > figure {
	margin-top: 0;
}
.gift .article-content > figure img {
	display: block;
	width: 100%;
}
.article-1 .article-header {padding-top: 40px;}
.article-1 .article-content figure {margin-top: 20px;}
.article-1 .article-content figure img {display: block; width: 100%;}
.article-2 .article-header {padding-top: 60px;}
.article-2 .article-content figure {margin-top: 20px;}
.article-2 .article-content figure img {display: block; width: 100%;}
.article-2 .article-content figure img ~ img {
	width: 80%;
	margin: 10px auto 0;
}
.article-3 .article-header {padding-top: 50px;}
.article-3 .article-content figure {margin-top: 20px;}
.article-3 .article-content figure img {display: block; width: 100%;}
/* sample */
.sample .article-header {padding-top: 45px;}
.sample .article-content {
	padding-top: 20px;
}
.sample .article-content {text-align: center; padding-bottom: 20px;}
.sample .article-content table {width: 100%; table-layout: fixed; padding: 0 15px;}
.sample .article-content table tr td {vertical-align: top;}
.sample .article-content table tr td:nth-of-type(1) {width: 25%;}
.sample .article-content table tr td:nth-of-type(2) {padding-left: 5px;}
.sample .article-content table tr td .small_2_txt_line {width: 100%;}
.sample .article-content p {font-size: 14px; color: #112c28; margin-top: 40px; margin-bottom: 10px;}
.sample .article-content b {display: block; margin-top: 5px; font-size: 26px; color: #000; font-weight: bold; letter-spacing: -1px;}

/* 20240522 추가 작업 */
.photobook-view {
	font-family: "Noto Sans KR", sans-serif;
	box-sizing: border-box; 
}
.photobook-view * {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	letter-spacing: -.5px;
	vertical-align: baseline;
	font-family: inherit;
}
.photobook-view *, .photobook-view *::before, .photobook-view *::after {
    box-sizing: border-box; 
}
.photobook-view .container {
	display: block;
	width: 100%;
	padding: 0 10px;
}
.photobook-view .article-header {
	padding-bottom: 5px;
}

/* book-details */
.book-details {
	padding-top: 20px;
}
.book-details .article-content {
	position: relative;
	padding-top: 15px;
}
.book-details .article-content img {
	display: block;
	width: 100%;
}
.book-details .article-content .summary {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 5% 15px;
}
.book-details .article-content .summary strong {
	font-size: 18px;
	display: block;
	font-weight: bold;
	color: #167f9d;
}
.book-details .article-content .summary p {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin-top: 5px;
}

/* book-cover */
.book-cover {
	text-align: center;
	padding: 20px 0;
	background-color: #e7f3f8;
}
.book-cover h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.book-cover p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-top: 5px;
}
.book-cover ul {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}
.book-cover ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.book-cover ul > li:last-child {
	margin-right: 0;
}
.book-cover ul > li > a {
	display: block;
}
.book-cover ul > li > a img {
	display: block;
	width: 100%;
}
.book-cover ul > li > a figcaption {
	padding-top: 10px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
.book-cover .btn-area {
	margin-top: 20px;
}
.book-cover .btn-area .btn-self {
	display: block;
	width: 200px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 32px;
	height: 36px;
	border: 1px solid #5f91c2;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #5f91c2;
}
/* cover-type */
.cover-type {
	overflow: hidden;
	text-align: center;
	padding-top: 35px;
}
.cover-type .article-content {
	padding-top: 10px;
}
.cover-type .article-content > p {
	font-size: 20px;
	color: #000;
	word-break: keep-all;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: 400;
}
.cover-type .article-content ul {
	font-size: 0;
	margin-top: 15px;
}
.cover-type .article-content ul > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.cover-type .article-content ul > li:first-child {
	padding-right: 5px;
}
.cover-type .article-content ul > li:last-child {
	padding-left: 5px;
}
.cover-type .article-content ul > li img {
	display: block;
	width: 100%;
}
.cover-type .article-content ul > li figcaption {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	word-break: keep-all;
	padding-top: 5px;
}
.cover-type .article-content ul > li figcaption b {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.cover-type .article-content ul > li figcaption b.red {
	color: #ff0000;
}
.cover-type.type-2 {
	padding-bottom: 50px;
}
.cover-type.type-2 .article-content ul > li {
	padding: 0 !important;
}
.cover-type.type-2 .article-content > span {
	display: block;
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	word-break: keep-all;
	margin-top: 20px;
}
/* details-images */
.details-images {
	text-align: center;
	padding-top: 40px;
}
.details-images .article-content {
	padding-top: 10px;
}
.details-images .article-content img {
	display: block;
	width: 100%;
}
.details-images .article-content ul {
	list-style: none;
}
.details-images .article-content p {
	display: block;
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	word-break: keep-all;
	margin-top: 10px;
	padding: 0 15px;
}

/* production-period */
.production-period {
	text-align: center;
	padding: 30px 0 60px;
}
.production-period .article-content {
	padding-top: 10px;
}
.production-period .article-content p {
	display: block;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	letter-spacing: -1px;
	word-break: keep-all;
}
.production-period .article-content figure {
	margin-top: 35px;
}
.production-period .article-content figure img {
	display: block;
	width: 100%;
}

/* pagination */
.pagination {
	text-align: center;
	padding-top: 10px;
}
.pagination > ol {
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
.pagination > ol > li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.pagination > ol > li:last-child {
	margin-right: 0;
}
.pagination > ol > li > a {
	display: block;
	font-family: "Noto Sans KR", sans-serif;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #000;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.pagination > ol > li.active > a {
	font-weight: bold;
}

/* bg-none */
.bg-none {background: none !important;}


.summary-txt {font-size: 16px !important; line-height: 20px !important;}


































