@import url(//fonts.googleapis.com/css?family=Roboto:400,100,700,500);

br.mobile {
	display: none !important;
}
em { font-style: normal; }

.photobook {
	padding-bottom: 145px;
}
.photobook,
.photobook * {
	box-sizing: border-box;
}
.pb-aligner {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}
.pb-section + .pb-section {
	margin-top: 150px;
}
.pb-heading {
	color: #333;
	font-size: 26px;                      
	text-align: left;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.26px;
}
.pb-heading.pb-heading--none {
	margin-bottom: 0;
}

.pb-visual {
	background-size: auto 100% !important;
	background-position: center center !important;
}
.pb-visual_m {
	display: none;
}
.pb-visual > .pb-aligner {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 380px;
	background: none !important;
}
.pb-visual_txt {
	color: #171717;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: -0.84px;
}
.pb-visual_txt.small {
	color: #5D6167;
	font-size: 16px;
	font-weight: 400;
	line-height:  1.64;
	letter-spacing: -0.4px;
}
.pb-visual_txt + .pb-visual_txt {
	margin-top:  9px;
}
.pb-tab {
	width: 100%;
	background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.pb-tab.sticky {
	position: fixed;
	top: 0;
	z-index: 85;
}
.pb-tab_list {
    font-size: 0;
	text-align: left;
	white-space: nowrap;
}
.pb-tab_item {
	display: inline-block;
	vertical-align: top;
}
.pb-tab_item + .pb-tab_item {
	margin-left: 5px;
}
.pb-tab_item > a {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	color: #909090;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
	vertical-align: top;
}
.pb-tab_item > a:before {
	content: "";
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #171717;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-tab_item.active > a {
	color: #171717;
	font-weight: 500;
}
.pb-tab_item.active > a:before {
	width: 100%;
}
.pb-cont {
	padding-top: 70px;
}

/* pb-card--half */
.pb-card.pb-card--half .pb-card_item {
	width: 50%;
}
.pb-card.pb-card--half .pb-card_link {
	overflow: inherit;
	border-radius: 0;
	box-shadow: none;
}
.pb-card.pb-card--half .pb-card_box {
	min-height: 148px;
	padding: 15px 10px 54px;
	background-color: transparent;
}
.pb-card.pb-card--half .pb-card_link:hover .pb-card-thumb {
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.23);
}
.pb-card.pb-card--half .pb-card-thumb_image {
	height: 380px;
}
.pb-card.pb-card--half .pb-card_value {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.48;
}
.pb-card.pb-card--half .pb-card-price {
	right: 10px;
	bottom: 15px;
}
/* pb-card--small */
.pb-card.pb-card--small .pb-card_link {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
.pb-card.pb-card--small .pb-card_link:hover {
	box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.16);
}
.pb-card.pb-card--small .pb-card_item {
	width: 25%;
}
.pb-card.pb-card--small .pb-card-thumb_image {
	height: 223px;
}
.pb-card.pb-card--small .pb-card_box {
	min-height: 124px;
}
/* pb-card--mHalf */
.pb-card.pb-card--mHalf .pb-card_box {
	min-height: 148px;
}

.pb-card_list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 -15px;
}
.pb-card_item {
	width: 33.3333%;
	padding: 15px;
}
.pb-card_link {
	overflow: hidden;
	display: block;
	border-radius: 16px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-card_link:hover {
	box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.23);
}
.pb-card-thumb {
	overflow: hidden;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-card-thumb_image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	width: 100%;
	height: 290px;
	background-color: #EDEEF0;
}
.pb-card-thumb_type {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 15px;
	padding: 0 24px;
	border-radius: 30px;
	font-size: 13.686px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.137px;
	vertical-align: top;
}
.pb-card-thumb_type.best {
	background-color: #1F815D;
	color: #fff;
}
.pb-card-thumb_type.new {
	background-color: #F65927;
	color: #fff;
}
.pb-card--half .pb-card-thumb_type {
	padding: 0 13px;
	border-radius: 31px;
	line-height: 31px;
}
.pb-card_box {
	position: relative;
	min-height: 173px;
	padding: 15px 15px 61px;
	background-color: #fff;
}
.pb-card_type {
	color: #646464;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.3px;
}
.pb-card_key {
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	color: #212121;
	font-size: 20px;
	text-align: left;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.2px;
}
.pb-card_value {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	height: 42px;
	color: #484848;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: 0.13px;
}
.pb-card_tag {
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 5px;
	color: #909090;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: -0.3px;
}
.pb-card-price {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 0;
	text-align: right;
}
.pb-card-price > span + span {
	margin-left: 10px;
}
.pb-card-price > .discount {
	display: inline-block;
	color: #107C55;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.16px;
	vertical-align: middle;
}
.pb-card-price > .sale {
	display: inline-block;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.13px;
	vertical-align: middle;
}
.pb-card-price > .sale > em {
	display: inline-block;
	color: #171717;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.16px;
	vertical-align: top;
}

.pb-gray {
	padding: 70px 0;
	background-color: #f6f6f6;
}
.pb-gray > .pb-aligner {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	min-height: 530px;
}
.pb-gray-heading {
	color: #171717;
	font-size: 32px;
	text-align: left;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.8px;
}
.pb-gray-txt {
	margin-top: 20px;
	color: #171717;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.66px;
}
.pb-gray_add {
	position: absolute;
	top: 50%;
	right: 0;
	width: 934px;
	margin-top: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pb-gray-slider_item {
	padding: 15px 15px 23px 15px;
}
.pb-gray-slider_link {
	overflow: hidden;
	display: block;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-gray-slider_link:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.23);
}
.pb-gray-slider_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center; 
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	height: 312px;
}
.pb-gray-slider_thumb img {
	width: 100%;
	height: 100%;
}
.pb-gray-slider_box {
	min-height: 172px;
	background-color: #fff;
	padding: 15px;
}
.pb-gray-slider_key {
	color: #212121;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.2px;
}
.pb-gray-slider_value {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	height: 46px;
	margin-top: 4px;
	color: #767676;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.08px;
}
.pb-gray-slider_price {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.pb-gray-slider_price > span + span {
	margin-left: 10px;
}
.pb-gray-slider_price > .discount {
	display: inline-block;
	color: #F64027;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.2px;
	vertical-align: middle;
}
.pb-gray-slider_price > .sale,
.pb-gray-slider_price > .sale em {
	display: inline-block;
	color: #171717;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.2px;
	vertical-align: middle;
}
.pb-gray-slider_price > .sale em {
	margin-top: -2px;
}
.pb-gray-slider {
	padding-right: 95px;
}
.pb-gray-slider .slick-list {
	padding-right: 65px;
}
.pb-gray-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 50px;
	background-color: rgba(72, 72, 72, 0.2);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-gray-slider .slick-arrow:hover {
	background-color: rgba(72, 72, 72, 0.4);
}
.pb-gray-slider .slick-prev {
	opacity: 0;
	visibility: hidden;
}
.pb-gray-slider .slick-next {
	right: 15px;
	background-image: url('../images/pb-gray-slider_arrow--next.png');
}

.pb-banner {
	overflow: hidden;
	position: relative;
	height: 380px;
}
.pb-banner .slick-slide {
	overflow: hidden;
}
.pb-banner_list {
	position: relative;
}
.pb-banner .slick-dots {
	display: inline-block !important;
	position: absolute;
	top: inherit;
	bottom: 20px;
	left: 50%;
	font-size: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	vertical-align: top;
}
.pb-banner .slick-dots > li {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0; 
	vertical-align: middle;
}
.pb-banner .slick-dots > li + li {
	margin-left: 20px;
}
.pb-banner .slick-dots > li > button {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 1px solid #909090;
	background-color: transparent;
	border-radius: 14px;
	font-size: 0;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-banner .slick-dots > li.slick-active > button {
	border-color: #484848;
	background-color: #484848;
}
.pb-banner .slick-dots > li > button:before {
	display: none;
}
.pb-banner .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	z-index: 10;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pb-banner .slick-arrow.slick-prev {
	margin-left: -659px;
	background: url('https://www.photomon.com/assets/images/pb-banner_arrow--prev.png') no-repeat center center;
}
.pb-banner .slick-arrow.slick-next {
	margin-left: 659px;
	background: url('https://www.photomon.com/assets/images/pb-banner_arrow--next.png') no-repeat center center;
}
.pb-banner_aligner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 762px;
}
.pb-banner_box.pb-banner_box--right .pb-banner_aligner {
	padding-left: 0;
}
.pb-banner_tablet,
.pb-banner_m {
	display: none;
}
.pb-banner_item {
	overflow: hidden;
	position: relative;
	height: 380px;
}
.pb-banner_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: absolute;
	left: 50%;
	width: 1920px;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pb-banner_heading {
	color: #171717;
	font-size: 26px;
	text-align: left;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -0.26px;
}
.pb-banner_txt {
	margin-top: 15px;
	color: #171717;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
}
.pb-tablebox {
	max-width: 1051px;
	margin: 0 auto;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-radius: 16px;
}
.pb-table_fixed .pb-table_thead .pb-table_th:first-child {
	border-top-left-radius: 16px;
}
.pb-table_cont .pb-table_thead .pb-table_tr:first-child .pb-table_th:last-child {
	border-top-right-radius: 16px;
}
.pb-table_cont .pb-table_tbody .pb-table_tr:last-child .pb-table_td:last-child {
	border-bottom-right-radius: 16px;
}
.pb-tables {
	overflow-x: auto;
}
.pb-table {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 131px;
}
.pb-table_conts {
	width: 100%;
}
.pb-table_fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 131px;
}
.pb-table_fixed .pb-table_thead .pb-table_th,
.pb-table_fixed .pb-table_tbody .pb-table_th {
	width: 100%;
}
.pb-table_thead .pb-table_th {
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-justify-content: center; 
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 114px;
	padding: 10px;
	border-bottom: 1px solid #DFE0E2;
	background-color: #F8FCFF;
	color: #484848;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.2px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 10;
}
.pb-table_thead .pb-table_th.active {
	box-shadow: 0 10px 6.2px 0 rgba(0, 0, 0, 0.15);
	z-index: 20;
}
.pb-table_thead .pb-table_th .pb-table_txt {
	color: #484848;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.2px;
}
.pb-table_tr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.pb-table_tbody .pb-table_tr:nth-child(odd) .pb-table_td,
.pb-table_tbody .pb-table_tr:nth-child(odd) .pb-table_th {
	background-color: #F8F8F8;
}
.pb-table_tr + .pb-table_tr .pb-table_th,
.pb-table_tr + .pb-table_tr .pb-table_td {
	border-top: 1px solid #DFE0E2;
}
.pb-table_tbody .pb-table_th {
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-justify-content: center; 
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 94px;
	padding: 10px;
	color: #484848;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.2px;
}
.pb-table_tbody .pb-table_td {
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-justify-content: center; 
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 94px;
	padding: 10px;
	z-index: 20;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-table_tbody .pb-table_td:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0 6.2px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 10;
}
.pb-table_tbody .pb-table_td.active {
	z-index: 30;
}
.pb-table_tbody .pb-table_td.active:before {
	opacity: 1;
	visibility: visible;
}
.pb-table_tbody .pb-table_tr:last-child .pb-table_td.active {
	box-shadow: 0px 10px 6.2px 0px rgba(0, 0, 0, 0.15);
}
.pb-table_tbody .pb-table_td .pb-table_txt {
	color: #484848;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
}
.pb-table_arrow {
	display: none;
	position: absolute;
	top: 22px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 50;
}
.pb-table_arrow.pb-table_arrow--next {
	right: 10px;
	background-image: url('../images/pb-table_arrow--next.png');
}
.pb-table_arrow.pb-table_arrow--prev {
	background-image: url('../images/pb-table_arrow--prev.png');
	left: 20%;
	margin-left: 10px;
}

.pb-accordian_trigger {
	display: block;
	position: relative;
	padding: 15px 62px 15px 0;
	border-bottom: 1px solid #DFE0E2;
	color: #333;
	font-size: 24px;
	text-align: left;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: -0.24px;
}
.pb-accordian_trigger:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	background: url('../images/pb-accordian_trigger.png') no-repeat center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-accordian.active .pb-accordian_trigger:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.pb-accordian_cont {
	display: none;
	margin-top: 40px;
}

.pb-searchs {
	display: none;
	margin-bottom: 15px;
}
.pb-search {
	position: relative;
}
.pb-search input {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 15px 0 42px;
	border-radius: 6px;
	background: rgba(238, 238, 238, 0.93);
	border: 1px solid rgba(238, 238, 238, 0.93);
	color: #909090;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	outline: none;
}
.pb-search input::placeholder {
	color: #909090;
	font-size: 14px;
	font-weight: 400;
}
.pb-search label {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 22px;
	height: 100%;
	background: url('../images/pb-search.png') no-repeat center center;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-search input:focus {
	background-color: #fff;
	padding: 0 15px;
	border-color: #484848;
	color: #484848;
}
.pb-search input:focus + label {
	opacity: 0;
	visibility: hidden;
}

.pb-list-cont {
	padding-top: 30px;
}
.pb-list-titles {
	margin-bottom: 15px;
}
.pb-list-titles > .pb-aligner {
	font-size: 0;
	text-align: left;
}
.pb-list-title {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.pb-list-title + .pb-list-title {
	margin-left: 40px;
}
.pb-list-title + .pb-list-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 1px;
	height: 24px;
	margin-top: -12px;
	background-color: #909090;
}
.pb-list-title .pb-detailsearch {
	display: inline-block;
	position: relative;
	padding: 16px 0 16px 30px;
	color: #171717;
	font-size: 16px;
	text-align: left;
}
.pb-list-title .pb-detailsearch:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: url('../images/pb-detailsearch.png') no-repeat center center;
}
.pb-list-title .pb-all {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.343px;
	font-family: 'Noto Sans KR', sans-serif;
}
.pb-list-title .pb-all em {
	color: #078D2D;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.343px;
	font-family: 'Noto Sans KR', sans-serif;
}
.pb-utilbox {
	position: relative;
	margin-bottom: 30px;
	z-index: 20;
}
.pb-utils {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}
.pb-util {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pb-util > * + * {
	margin-left: 10px;
}
.pb-selectbox {
	font-size: 0;
	text-align: left;
}
.pb-select {
	display: inline-block;
	min-width: 97px;
	position: relative;
	vertical-align: middle;
}
.pb-select.pb-select--middle {
	min-width: 148px;
}
.pb-select + .pb-select {
	margin-left: 10px;
}
.pb-select_trigger {
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 46px;
	border-radius: 46px;
	padding: 0 49px 0 20px;
	border:1px solid #EDEEF0;
	background-color: #EDEEF0;
	color: #242424 !important;
	font-size: 16px;
	text-align: left;
	line-height: 46px;
	font-weight: 400;
	letter-spacing: -0.4px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-select_trigger:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 24px;
	height: 100%;
	background: url('../images/pb-select_trigger.png') no-repeat center center;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-select.active .pb-select_trigger {
	border: 1px solid #171717;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}
.pb-select.active .pb-select_trigger:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pb-choice {
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #DFE0E2 #ffffff;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	min-width: 279px;
	max-height: 427px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 4.003px 15.012px 0 rgba(0, 0, 0, 0.18);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 10;
}
.pb-select.active .pb-choice {
	opacity: 1;
	visibility: visible;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.pb-checklist {
	padding: 10px;
}
.pb-check {
	position: relative;
}
.pb-check > input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.pb-check > input:hover + label,
.pb-check > label:hover {
	background-color: #F8F8F8;
}
.pb-check > label {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 38px 15px 10px;
	border-radius: 8px;
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.pb-check > label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 18px;
	height: 100%;
	background: url('../images/pb-check.png') no-repeat center center;
}
.pb-check > input:checked + label {
	color: #171717;
	font-weight: 500;
}
.pb-check > input[type="checkbox"]:checked + label:before {
	background: url('https://www.photomon.com/assets/images/pb-checked.png') no-repeat center center;
}
.pb-check > input[type="radio"] + label:before {
	border: 0;
	background: url('../images/pb-list-type_radio.png') no-repeat center center;
}
.pb-check > input[type="radio"]:checked + label:before {
	background: url('../images/pb-list-type_radio--checked.png') no-repeat center center;
}
.pb-colorbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 15px;
}
.pb-color {
	position: relative;
	width: 33.33333%;
}
.pb-color input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.pb-color label {
	display: block;
	position: relative;
	padding: 9px 0;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.pb-color .color {
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	margin: 1px auto;
	border-radius: 46px;
	border: 3px solid #fff;
}
.pb-color .color:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 46px;
	height: 46px;
	border-radius: 46px;
	border: 1px solid #484848;
	z-index: 10;
}
.pb-color input:checked + label .color:before {
	opacity: 1;
	visibility: visible;
}
.pb-color input:checked + label .color:after {
	opacity: 1;
	visibility: visible;
}
.pb-color .color:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/pb-color.png') no-repeat center center;
}
.pb-color .name {
	display: block;
	width: 100%;
	margin-top: 5px;
	color: #0E0E0E;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 1.48;
	letter-spacing: 0.13px;
}
.pb-color .num {
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #0E0E0E;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 1.48;
	letter-spacing: 0.13px;
}
.pb-buttons {
	font-size: 0;
}
.pb-button {
	display: inline-block;
	padding: 0 30px;
	background-color: #0E0E0E;
	border: 0;
	border-radius: 45px;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	font-weight: 400;
	letter-spacing: -0.24px;
	vertical-align: top;
}
.pb-list-search {
	position: relative;
	width: 182px;
}
.pb-list-search input {
	display: block;
	width: 100%;
	height: 46px;
	padding: 10px 46px 10px 20px;
	border-radius: 46px;
	border: 1px solid #A8A8A8;
	background-color: #fff;
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	outline: none;
}
.pb-list-search input:focus {
	border-color: #171717;
}
.pb-list-search input:placeholder {
	color: #7B7B7B;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
}
.pb-list-search button {
	display: block;
	position: absolute;
	top: 0;
	right: 17px;
	width: 24px;
	height: 100%;
	font-size: 0;
	background: url('../images/pb-list-search.png') no-repeat center center;
}
.pb-category {
	margin-bottom: 30px;
}
.pb-category_list {
	margin: -5px;
	font-size: 0;
	text-align: left;
}
.pb-category_item {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
.pb-category_item > span {
	display: inline-block;
	position: relative;
	padding: 0 39px 0 16px;
	border: 1px solid #DFE0E2;
	border-radius: 40px;
	color: #909090;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.24px;
	vertical-align: top;
}
.pb-category_delete {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 24px;
	height: 100%;
	font-size: 0;
	background: url('../images/pb-category_delete.png') no-repeat center center;
}
.pb-list-type {
	margin-bottom: 15px;
	padding: 0 15px;
}
.pb-list-type_inputs {
	padding: 1px 0;
	font-size: 0;
	text-align: left;
}
.pb-list-type_input {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.pb-list-type_input + .pb-list-type_input {
	margin-left: 11px;
}
.pb-list-type_input + .pb-list-type_input:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -6px;
	width: 1px;
	height: 24px;
	background-color: #DFE0E2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pb-list-type_input > input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.pb-list-type_input > label {
	display: inline-block;
	position: relative;
	padding: 2px 0;
	color: #909090;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.343px;
	vertical-align: middle;
	cursor: pointer;
}
.pb-list-type_input > label:before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 100%;
	background: url('../images/pb-list-type_check.png') no-repeat center center;
	border: 0;
}
.pb-list-type_input > input:checked + label {
	color: #171717;
	font-weight: 500;
}
.pb-list-type_input > input[type="checkbox"]:checked + label:before {
	background: url('../images/pb-check.png') no-repeat center center;
}
.pb-list-type_input > input[type="radio"] + label:before {
	background: url('../images/pb-list-type_radio.png') no-repeat center center;
}
.pb-list-type_input > input[type="radio"]:checked + label:before {
	background: url('../images/pb-list-type_radio--checked.png') no-repeat center center;
}
.pb-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: -15px -7px;
}
.pb-list > li {
	position: relative;
	width: 25%;
	padding: 15px 7px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-list > li:hover {
	box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.16);
	z-index: 10;
}
.pb-list_image {
	position: relative;
}
.pb-list_link {
	overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	height: 300px;
	margin: 0 auto;
	font-size: 0;
}
.pb-list_image .image {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.pb-list > li.best .pb-list_image .image:before {
	content: "";
	display: block;
	position: absolute;
    top: 3px;
    left: -3px;
	width: 60px;
	height: 30px;
	background: url('../images/pb-list--best.png') no-repeat;
}
.pb-list.pb-list--photobook > li.best .pb-list_image .image:before,
.pb-list.pb-list--photobook > li.new .pb-list_image .image:before {
    top: 30px;
    left: 27px;
}
.pb-list > li.new .pb-list_image .image:before {
	content: "";
	display: block;
	position: absolute;
    top: 3px;
    left: -3px;
	width: 60px;
	height: 30px;
	background: url('../images/pb-list--new.png') no-repeat;
}
.pb-list_image img {
	max-width: 100%;
	max-height: 300px;
}
.pb-list_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	min-height: 103px;
	padding: 15px;
}
.pb-list_name {
	width: 100%;
	padding: 10px 0;
	color: #212121;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 1.64;
	letter-spacing: -0.16px;
}
.pb-list_name.best,
.pb-list_name.new {
	display: inline-block;
	position: relative;
	width: auto;
	max-width: 100%;
	padding-right: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: top;
}
.pb-list_name.best:after,
.pb-list_name.new:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 4px;
	border-radius: 18px;
	font-size: 10px;
	text-align: center;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.1px;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pb-list_name.best:after {
	content: "BEST";
	background-color: #FFCB0A;
	color: #000;
}
.pb-list_name.new:after {
	content: "NEW";
	background-color: #F64027;
	color: #fff;
}
.pb-list_price {
	width: 100%;
	color: #212121;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 1.48;
	letter-spacing: -0.13px;
}
.pb-list_price > em {
	display: inline-block; 
	color: #212121;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
	vertical-align: middle;
}
.pb-list_price > del {
	display: inline-block; 
	margin-right: 10px;
	color: #909090;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
}
.pb-list_sample {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.pb-list_sample > a {
	display: inline-block;
	position: relative;
	color: #212121;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
	vertical-align: top;
}
.pb-list_sample > a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #212121;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-list_sample > a:hover:before {
	width: 100%;
}
.pb-list_like {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 35px;
	width: 40px;
	height: 40px;
	background: url('../images/pb-list_like.png') no-repeat;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 10;
}
.pb-list_like:hover {
	background-image: url('../images/pb-list_like--hover.png');
}
.pb-list_like.active {
	background-image: url('../images/pb-list_like--active.png');
}
.pb-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 60px;
}
.pb-pagination_arrow {
	position: relative;
	border-radius: 6px;
	color: #484848;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.14px;
	line-height: 24px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-pagination_arrow:hover {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.pb-pagination_arrow.prev {
	padding: 8px 10px 8px 26px;
}
.pb-pagination_arrow.prev:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 2px;
	width: 24px;
	height: 100%;
	background: url('../images/pb-pagination_arrow--prev.png') no-repeat center center;
	vertical-align: middle;
}
.pb-pagination_arrow.next {
	padding: 8px 26px 8px 10px;
}
.pb-pagination_arrow.next:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -1px;
	right: 2px;
	width: 24px;
	height: 100%;
	background: url('../images/pb-pagination_arrow--next.png') no-repeat center center;
	vertical-align: middle;
}
.pb-pagination_num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0 20px;
}
.pb-pagination_num > a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	color: #484848;
	font-size: 14px;
	letter-spacing: -0.14px;
	text-align: center;
	line-height: 32px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-pagination_num > a:hover {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.pb-pagination_num > a + a {
	margin-left: 10px;
}
.pb-pagination_num > a.active {
	background-color: #171717;
	color: #fff;
}
.pb-pagination_total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	display: none;
	padding: 0 23px;
}
.pb-pagination_total .current {
	color: #484848;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: -0.14px;
}
.pb-pagination_total .and {
	padding: 0 2px;
	color: #484848;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	font-weight: 500;
	letter-spacing: -0.14px;
}
.pb-pagination_total .total {
	color: #484848;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	font-weight: 500;
	letter-spacing: -0.14px;
}

.pb-filter {
	margin: 2px 0 15px;
}
.pb-list-type_buttons {
	display: none;
	margin: -4px;
	font-size: 0;
	text-align: left;
}
.pb-list-type_button {
	display: inline-block;
	position: relative;
	margin: 4px;
	padding: 0 11px;
	border: 0;
	border-radius: 30px;
	background-color: #F8F8F8;
	color: #171717;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.3px;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-list-type_button.active {
	border: 1px solid #171717;
}
.pb-list-type_button:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url('../images/pb-list-type_button.png') no-repeat center center;
	vertical-align: middle;
}
.pb-list-type_button.pb-list-type_button--popularity:before {
	background: url('../images/pb-list-type_button--popularity.png') no-repeat center center;
}
.pb-list-type_button.pb-list-type_button--like:before {
	display: none;
}

.pb-layerpop {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 100;
}
.pb-layerpop.active {
	opacity: 1;
	visibility: visible;
}
.pb-layerpop_box {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 261px;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-layerpop.pb-layerpop--full .pb-layerpop_box {
	overflow: hidden;
	height: 100%;
	padding: 0;
	border-radius: 0;
}
.pb-layerpop.pb-layerpop--full .pb-layerpop_headings {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	z-index: 10;
}
.pb-layerpop.pb-layerpop--full .pb-layerpop_close {
	right: 20px;
}
.pb-layerpop.pb-layerpop--full .pb-layerpop_cont {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	padding: 68px 0 100px;
}
.pb-layerpop.active .pb-layerpop_box {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.pb-layerpop_headings {
	position: relative;
	margin-bottom: 10px;
}
.pb-layerpop_heading {
	color: #171717;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 1.80;
	letter-spacing: -0.4px;
}
.pb-layerpop_close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	background: url('../images/pb-layerpop_close.png') no-repeat center center;
	color: transparent;
	font-size: 0;
}

.pb-onlychoices {
	margin: -5px;
	font-size: 0;
	text-align: left;
}
.pb-onlychoice {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
.pb-onlychoice > input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.pb-onlychoice > label {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 46px;
	border: 1px solid #EDEEF0;
	background-color: #EDEEF0;
	color: #242424;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 1.64;
	letter-spacing: -0.4px;
	vertical-align: top;
	cursor: pointer;
} 
.pb-onlychoice > input:checked + label {
	border: 1px solid #171717;
}

.pb-sample-pop {
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 100;
}
.pb-sample-pop.active {
	opacity: 1;
	visibility: visible;
}
.pb-sample-pop_aligner {
	padding: 30px 80px;
}
.pb-sample-pop_box {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	max-width: 740px;
	max-height: 90vh;
	width: 100%;
	margin: 0 auto;
	padding: 40px 55px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 8px 23px 0px rgba(0, 0, 0, 0.23);
}
.pb-sample-pop_close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('../images/pb-sample-pop_close.png') no-repeat center center;
	text-indent: -9999px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-sample-pop_close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pb-sample-pop_section + .pb-sample-pop_section {
	border-top: 1px solid #D8D8DA;
	margin-top: 30px;
	padding-top: 40px;
}
.pb-sample-pop_headings {
	margin-bottom: 20px;
}
.pb-sample-pop_heading {
	color: #171717;
	font-size: 20px;
	text-align: left;
	line-height: 1.6;
	letter-spacing: -0.2px;
	font-weight: 600;
}
.pb-sample-pop_sort {
	margin-top: 5px;
	font-size: 0;
	text-align: left;
}
.pb-sample-pop_sort > span {
	display: inline-block;
	position: relative;
	color: #484848;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.24px;
	vertical-align: middle;
}
.pb-sample-pop_sort > span + span {
	margin-left: 16px;
}
.pb-sample-pop_sort > span + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -8px;
	width: 1px;
	height: 20px;
	background-color: #DFE0E2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pb-sample_listbox,
.pb-sample_listbox * {
	box-sizing: border-box;
}
.pb-sample_listbox {
	max-width: 834px;
	margin: 0 auto;
}
.pb-sample_list {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
	background: url('../images/pb-sample_list.png') no-repeat center top;
	background-size: 100% 100% !important;
	padding: 16px 19px 35px 19px;
}
.pb-sample_list.slick-slider {
	display: block !important;
}
.pb-pop .pb-sample_listbox {
	max-width: 100%;
}
.pb-pop .pb-sample_list {
	padding: 13px 15px 26px 15px;
}
.pb-sample_list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	width: 100% !important;
}
.pb-sample_list .slick-slide {
	position: absolute !important;
	left: 0 !important;
	top: 0;
	height: auto;
	-webkit-transition: opacity .7s !important;
	-ms-transition: opacity .7s !important;
	transition: opacity .7s !important;
}
.pb-sample_list .slick-slide:nth-child(2n) {
	left: 50% !important;
}
.pb-sample_list .slick-slide.slick-current,
.pb-sample_list .slick-slide.slick-current:nth-child(2n),
.pb-sample_list .slick-slide.slick-active,
.pb-sample_list .slick-slide.slick-active:nth-child(2n) {
	position: relative !important;
	left: 0 !important;
	opacity: 1 !important;
	z-index: 1000 !important;
}
.pb-sample_list .slick-slide .pb-sample_item {
	min-width: auto;
	width: 100%;
}
.pb-sample_item {
	min-width: 50%;
	width: 50%;
}
.pb-sample_item:nth-child(2) ~ .pb-sample_item {
	display: none;
}
.pb-sample_list .slick-slide .pb-sample_item:nth-child(2) ~ .pb-sample_item {
	display: block;
}
.pb-sample_list .slick-arrow {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.pb-sample_list .slick-arrow:before {
	display: none;
}
.pb-sample_list .slick-prev {
	left: -45px;
	background-image: url('../images/pb-sample_arrow--prev.png');
}
.pb-sample_list .slick-next {
	right: -45px;
	background-image: url('../images/pb-sample_arrow--next.png');
}
.pb-sample_image img {
	width: 100%;
}

.pb-sample-pop_buttons {	
	margin-top: 5px;
	font-size: 0;
	text-align: center;
}
.pb-sample-pop_button {
	display: inline-block;
	padding: 17px 27px;
	background-color: #171717;
	border-radius: 8px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.64;
	letter-spacing: -0.16px;
	text-align: center;
	vertical-align: middle;
}
.pb-sample-pop_thumb-list {
    overflow-x: auto;
	padding: 0 10px 8px;
	font-size: 0;
	text-align: left;
    white-space: nowrap;
}
.pb-sample-pop_thumb-list::-webkit-scrollbar {
    height: 5px;
	border-radius: 5px;
}
.pb-sample-pop_thumb-list::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
	border-radius: 5px;
}
.pb-sample-pop_thumb-list::-webkit-scrollbar-track {
	background-color: #fff;
}
.pb-sample-pop_thumb-list > li {
	display: inline-block;
	vertical-align: top;
}
.pb-sample-pop_thumb-list > li + li {
	margin-left: 10px;
}
.pb-sample-pop_thumb-list > li > a {
	display: block;
	position: relative;
	width: 130px;
	font-size: 0;
	text-align: center;
}
.pb-sample-pop_thumb-list > li .image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	height: 110px;
	font-size: 0;
	text-align: center;
	vertical-align: top;
}
.pb-sample-pop_thumb-list > li.active .image:before {
	content: "";
	display: block;
	position: absolute;
    top: 18px;
    left: 30px;
	width: 18px;
	height: 18px;
	background: url('../images/pb-sample-pop_thumb--active.png') no-repeat center center;
}
.pb-sample-pop_thumb-list > li .name {
	display: block;
	color: #484848;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: -0.4px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-sample-pop_thumb-list > li.active .name {
	color: #171717;
	font-weight: 600;
}

.pb-images {
	margin-top: 100px;
}
.pb-image {
	font-size: 0;
	text-align: center;
}
.pb-image img {
	max-width: 100%;
}

.dtl-file,
.dtl-file * {
	box-sizing: border-box;
}
.dtl-file {
	position: relative;
	margin-top: 10px;
	padding-right: 97px;
}
.dtl-file_hidden {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.dtl-file_name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #D8D8DA;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
	-webkit-transition: border .3s;
	-ms-transition: border .3s;
	transition: border .3s;
}
.dtl-file.end .dtl-file_name {
	border-color: #171717;
	padding-right: 53px;
}
.dtl-file.end .dtl-file_name > span {
	color: #171717;
}
.dtl-file_name > span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	color: #909090;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.4px;
}
.dtl-file_delete {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 29px;
	height: 28px;
	background: url('../images/dtl-file_delete.png') no-repeat;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.dtl-file.end .dtl-file_delete {
	opacity: 1;
	visibility: visible;
}
.dtl-file_button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 97px;
	height: 100%;
	border: 1px solid #D8D8DA;
	border-left-color: transparent;
	border-radius: 0 4px 4px 0;
	background: url('../images/dtl-file_button.png') no-repeat center center;
	text-indent: -9999px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.dtl-file_button:hover {
	border-color: #171717;
}
.dtl-file.end .dtl-file_button {
	border-color: #171717;
	border-left-color: transparent;
}

.dtl_opt_con {
	position: relative;
}
.service-pop,
.service-pop * {
	box-sizing: border-box;
}
.service-pop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	padding: 15px 54px 15px 15px;
	background-color: #fff;
	border-radius: 4px; 
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
	z-index: 10;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.service-pop.active {
	opacity: 1;
	visibility: visible;
}
.service-pop_close {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 24px;
	height: 24px;
	background: url('../images/service-pop_close.png') no-repeat center center;
	text-indent: -9999px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.service-pop_close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.service-pop_list > li + li {
	margin-top: 10px;
}
.service-pop_list > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 12px 54px 12px 15px;
	position: relative;
	background-color: #F8F8F8;
	border-radius: 8px;
}
.service-pop_list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 24px;
	height: 100%;
	background: url('../images/service-pop_list--link.png') no-repeat center center;
}
.service-pop_headings {
	min-width: 120px;
	text-align: center;
}
.service-pop_heading {
	color: #0E0E0E;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: 1.6;
}
.service-pop_price {
	margin-top: 5px;
	color: #0E0E0E;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.64;
	letter-spacing: -0.14px;
}
.service-pop_price .desc {
	display: inline-block;
	margin-top: -2px;
	color: #0E0E0E;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.64;
	letter-spacing: -0.14px;
	vertical-align: middle;
}
.service-pop_detail {
	padding: 0 20px;
	color: #909090;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.48;
	letter-spacing: 0.13px;
}

.pb-pop,
.pb-pop * {
	box-sizing: border-box;
}
.pb-pop {
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	z-index: 100;
}
.pb-pop.active {
	opacity: 1;
	visibility: visible;
}
.pb-pop_aligner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	height: 100%;
}
.pb-pop_box {
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	max-width: 393px;
	max-height: 90vh;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}
.pb-pop_close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('../images/pb-pop_close.png') no-repeat center center;
	text-indent: -9999px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-pop_close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pb-pop_section + .pb-pop_section {
	margin-top: 15px;
}
.pb-pop_section * {
	color: #171717;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.64
	letter-spacing: -0.255px;
}
.pb-pop_heading {
	margin-bottom: 40px;
	padding: 0 34px;
	color: #171717;
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: -0.24px;
	font-weight: 600;
}
.pb-pop-check {
	position: relative;
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.pb-pop-check > input {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.pb-pop-check > label {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	color: #171717;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.64; 
	letter-spacing: -0.4px;
	cursor: pointer;
	vertical-align: top;
}
.pb-pop-check > label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	background: url('../images/pb-pop-check.png') no-repeat center center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-pop-check > input:checked + label:before {
	background-image: url('../images/pb-pop-check--checked.png');
}
.pb-pop_buttons {	
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.pb-pop_button {
	display: inline-block;
	min-width: 235px;
	padding: 17px 27px;
	background-color: #171717;
	border-radius: 8px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.64;
	letter-spacing: -0.171px;
	text-align: center;
	vertical-align: middle;
}

.pb-theme {
	overflow: hidden;
	margin-bottom: 30px;
}
.pb-theme_listbox {
	padding: 0 73px;
}
.pb-theme_list {
	padding: 0 !important;
	border-bottom: 1px solid gray;
}
.pb-theme_item > a {
	display: block;
	height: 144px;
	padding-top: 100px;
	text-align: center;
}
.pb-theme .slick-arrow {
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: none !important;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-theme .slick-arrow:before {
	display: none;
}
.pb-theme .slick-prev {
	left: -40px;
	background-image: url('../images/pb-theme_arrow--prev.png');
}
.pb-theme .slick-next {
	right: -40px;
	background-image: url('../images/pb-theme_arrow--next.png');
}

.dtl_sections {
	padding: 200px 0;
}
.dtl_section + .dtl_section {
	margin-top: 200px;
}
.dtl_headings {
	margin-bottom: 60px;
}
.dtl_heading {
	color: #171717;
	font-size: 42px;
	text-align: center;
	font-weight: 700;
	line-height: 1.48
	letter-spacing: -0.84px;
}
.dtl_txt {
	margin-top: 17px;
	color: #5d5d5d;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	line-height: 1.48;
	letter-spacing: -0.66px;
}


.pb-photo, .pb-photo * {
	box-sizing: border-box;
}
.pb-photo .slick-dotted.slick-slider {
	margin-bottom: 1px;
}
.pb-photo .slick-dots {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.pb-photo .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
	vertical-align: top;
}
.pb-photo .slick-dots li + li {
	margin-left: 10px;
}
.pb-photo .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #909090;
	background-color: transparent;
	line-height: 1;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.pb-photo .slick-dots li.slick-active button {
	background-color: #484848;
	border-color: #484848;
}
.pb-photo .slick-dots li button:before {
	display: none;
}

.dtl-radiotabbox,
.dtl-radiotabbox * {
	box-sizing: border-box;
}
.dtl-radiotabbox {
	margin-top: 10px;
}
.dtl-radiotabbox .dtl_opt_tit {
	margin-bottom: 10px;
}
.dtl-radiotarget {
	display: none;
}
.dtl-radiotarget.active {
	display: block;
}
.dtl-radiotabs {
	margin: -5px -15px;
}
.dtl-radiotab {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	vertical-align: middle;
}
.dtl-radio {
	font-size: 0;
}
.dtl-radio > input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.dtl-radio > label {
	display: inline-block;
	position: relative;
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.4px;
	cursor: pointer;
	vertical-align: top;
}
.dtl-radio > input[type="radio"] + label {
	padding: 0 0 0 23px;
}
.dtl-radio > input[type="checkbox"] + label {
	padding: 0 0 0 28px;
}
.dtl-radio > label:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	-webkit-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
}
.dtl-radio > input[type="radio"] + label:before {
	background: url('../images/dtl-radio.png') no-repeat center center;
}
.dtl-radio > input[type="radio"]:checked + label:before {
	background: url('../images/dtl-radio--checked.png') no-repeat center center;
}
.dtl-radio > input[type="radio"] + label:hover:before {
	background: url('../images/dtl-radio--hover.png') no-repeat center center;
}
.dtl-radio > input[type="checkbox"] + label:before {
	background: url('../images/dtl-checkbox.png') no-repeat center center;
}
.dtl-radio > input[type="checkbox"] + label:hover:before {
	background: url('../images/dtl-checkbox--hover.png') no-repeat center center;
}
.dtl-radio > input[type="checkbox"]:checked + label:before {
	background: url('../images/dtl-checkbox--checked.png') no-repeat center center;
}
.dtl-inputbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dtl-input {
	width: 100%;
}
.dtl-input input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 30px;
	background-color: #fff;
	border: 1px solid #171717;
	border-radius: 4px;
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.24px;
}
.dtl-input.dtl-input--center input {
	padding: 0 10px;
	text-align: center;
}
.dtl-input input::placeholder {
	color: #909090;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.24px;
}
.dtl-inputbox .dtl-inputtext {
	display: inline-block;
	margin-left: 10px;
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.16px;
	vertical-align: middle;
}
.dtl-txtlist {
	margin-top: 10px;
}
.dtl-txtlist > li {
	position: relative;
	padding-left: 23px;
	color: #484848;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	letter-spacing: -0.35px;
}
.dtl-txtlist > li + li {
	margin-top: 7px;
}
.dtl-txtlist > li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 19px;
	background: url('https://www.photomon.com/assets/images/dtl-txtlist.png') no-repeat center center;
}
.dtl-section + .dtl-section {
	margin-top: 40px;
}
.dtl-select {
	position: relative;
}
.dtl-select_trigger {
	display: block;
	position: relative;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0 48px 0 20px;
	border: 1px solid #A6A6A7;
	border-radius: 4px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	letter-spacing: -0.4px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.dtl-select_trigger:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 24px;
	height: 100%;
	background: url('https://www.photomon.com/assets/images/dtl-selectbox.png') no-repeat center center;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.dtl-select.active .dtl-select_trigger {
	border-color: #171717;
}
.dtl-select.active .dtl-select_trigger:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dtl-select.active .dtl-select_list {
    opacity: 1;
	visibility: visible;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.dtl-select_list {
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 252px;
	padding: 5px;
	background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    scrollbar-width: thin;
    scrollbar-color: #000000 #ffffff;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.dtl-select_list > li > a {
	display: block;
	background-color: #fff;
	padding: 0 20px;
	color: #212121;
	font-size: 14px;
	text-align: left;
	line-height: 48px;
	font-weight: 400;
    -webkit-transition: all .2s;
	-ms-transition: all .2s;
    transition: all .2s;
}
.dtl-select_list > li > a:hover {
    background-color: #f8f8fa;
}
.dtl-forms {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: -5px -10px;
}
.dtl-form {
	width: 33.33333%;
	padding: 5px 10px;
}
.dtl-form_kv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dtl-form_key {
	min-width: 60px;
	color: #212121;
	font-size: 16px;
	letter-spacing: -0.16px;
}

.dtl-form .dtl-input {
	min-width: 70px;
}

@media(max-width: 1460px) {
	.pb-aligner {
		padding: 0 30px;
	}
	.pb-section + .pb-section {
		margin-top: 110px;
	}
	.pb-heading {
		margin-bottom: 35px;
	}

	.pb-visual {
		background-position: center center !important;
	}
	.pb-visual > .pb-aligner {
		height: 280px;
	}
	.pb-visual_txt {
		font-size: 36px;
	}

	.pb-cont {
		padding-top: 63px;
	}
	
	.pb-tab_list {
		overflow-x: auto;
		text-align: center;
	}
	.pb-tab_item > a {
		padding: 16px 20px;
	}

	.pb-card_list {
		margin: -15px -10px;
	}
	.pb-card_item {
		width: 50%;
		padding: 15px 10px;
	}
	.pb-card-thumb_image {
		height: 34.893vw;
	}
	.pb-card-thumb_image img {
		width: 100%;
		height: 100%;
	}
	.pb-card_box {
		min-height: 169px;
	}
	.pb-card_type {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.pb-card_key {
		font-size: 20px;
	}
	.pb-card_value {	
		height: 38px;
		font-size: 13px;
	}
	
	/* pb-card--mHalf */
	.pb-card.pb-card--mHalf .pb-card_box {
		min-height: 169px;
	}

	/* pb-card--half */
	.pb-card.pb-card--half .pb-card_item {
		width: 100%;
	}
	.pb-card.pb-card--half .pb-card-thumb_image {
		height: 52.518vw;
	}
	.pb-card.pb-card--half .pb-card_box {
		min-height: 195px;
		padding: 17px 0;
	}
	.pb-card.pb-card--half .pb-card_key {
		font-size: 23px;
		text-align: center;
		line-height: 1.6;
	}
	.pb-card.pb-card--half .pb-card_value {
		height: 59px;
		font-size: 18px;
		text-align: center;
		line-height: 1.64;
	}
	.pb-card.pb-card--half .pb-card-price {
		position: relative;
		margin-top: 23px;
		bottom: 0;
		text-align: center;
	}
	.pb-card.pb-card--half .pb-card-price > span + span {
		margin-left: 5px;
	}
	.pb-card.pb-card--half .pb-card-price > .discount,
	.pb-card.pb-card--half .pb-card-price > .sale > em {
		font-size: 25px;
	}
	.pb-card.pb-card--half .pb-card-price > .sale {
		font-size: 19px;
	}

	/* pb-card--small */
	.pb-card.pb-card--small .pb-card_box {
		min-height: 127px;
	}
	.pb-card.pb-card--small .pb-card_key {
		font-size: 18px;
	}
	.pb-card.pb-card--small .pb-card-thumb_image {
		height: 30.457vw;
	}

	.pb-card-price > span + span {
		margin-left: 3px;
	}

	.pb-gray > .pb-aligner {
		display: block;
	}
	.pb-gray-slider_thumb {
		height: 37.411vw;
	}
	.pb-gray-txtbox {
		margin-bottom: 40px;
	}
	.pb-gray_add {
		position: relative;
		top: 0;
		width: calc(100% + 60px);
		margin: 0 -30px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.pb-gray-slider {
		padding-right: 0;
	}
	.pb-gray-slider .slick-list {
		padding-right: 0;
		padding-left: 15px;
	}
	.pb-gray-slider .slick-next {
		opacity: 0;
		visibility: hidden;
	}
	.pb-gray-slider_item {
		width: 51.56vw !important;
	}
	.pb-card.pb-card--small .pb-card_item {
		width: 50%;
	}

	.pb-banner_aligner,
	.pb-banner_box.pb-banner_box--right .pb-banner_aligner {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-justify-content: center; 
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100vw;
		padding: 0 30px;
	}
	.pb-banner_box.pb-banner_box--right .pb-banner_aligner {
		-webkit-box-pack: start;
		-moz-box-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.pb-banner_txtbox {
		margin-left: 445px;
	}
	.pb-banner_box.pb-banner_box--right .pb-banner_txtbox {
		margin-left: 0;
	}
	
	.pb-accordian_cont {
		margin-top: 80px;
	}
	.pb-table_thead .pb-table_th {
		height: 85px;
		padding: 7px;
		font-size: 14px;				
		font-weight: 500;
		line-height: 1.64;
		letter-spacing: -0.14px;	
	}
	.pb-table_thead .pb-table_th .pb-table_txt {
		font-size: 14px;				
		font-weight: 500;
		line-height: 1.64;
		letter-spacing: -0.14px;	
	}
	.pb-table_tbody .pb-table_th {
		height: 70px;
		padding: 7px;
		font-size: 14px;				
		font-weight: 500;
		line-height: 1.64;
		letter-spacing: -0.14px;
	}
	.pb-table_tbody .pb-table_th .pb-table_txt {
		font-size: 14px;				
		font-weight: 500;
		line-height: 1.64;
		letter-spacing: -0.14px;
	}
	.pb-table_tbody .pb-table_td {
		height: 70px;
		padding: 7px;
		font-size: 12px;				
		line-height: 1.64;
		letter-spacing: -0.177px;
	}
	.pb-table_tbody .pb-table_td .pb-table_txt {
		font-size: 12px;				
		line-height: 1.64;
		letter-spacing: -0.177px;
	}
	
	.pb-banner,
	.pb-banner_item {
		height: 45.565vw;
	}
	.pb-banner_aligner {
		max-width: 100%;
	}
	.pb-banner_box {
		position: relative;
		left: 0;
		width: 100%;
		background: none !important;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.pb-banner_aligner, 
	.pb-banner_box.pb-banner_box--right .pb-banner_aligner {
		height: 100%;
		padding: 0;
	}
	.pb-banner_tablet,
	.pb-banner_m {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		font-size: 0;
		text-align: right;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.pb-banner_tablet:before,
	.pb-banner_tablet:after,
	.pb-banner_m:before,
	.pb-banner_m:after {content: " ";display: table;}
	.pb-banner_tablet:after {clear: both;}
	.pb-banner_m:after {clear: both;}
	.pb-banner_m {
		display: none;
	}
	.pb-banner .slick-dots {
		bottom: 3.5971vw;
	}
	.pb-banner .slick-dots > li + li {
		margin-left: 2.3981vw;
	}
	.pb-banner .slick-dots > li > button {
		width: 1.2vw;
		height: 1.2vw;
		border-radius: 1.2vw;
	}

	.pb-banner_tablet img,
	.pb-banner_m img {
		width: 100%;
	}
	.pb-banner_txtbox {
		width: 100%;
		margin-left: 61.4%;
		padding-left: 3.5971vw;
		z-index: 10;
	}
	.pb-banner_heading {
	    font-size: 3.1175vw;
	}
	.pb-banner_txt {
		margin-top: 1.7986vw;
		font-size: 1.91847vw;
	}
	.pb-banner .slick-arrow {
		display: none !important;
	}
	
	.pb-utilbox {
		margin-bottom: 46px;
	}
	.pb-util + .pb-util .pb-buttons,
	.pb-util + .pb-util .pb-list-search {
		display: none;
	}
	.pb-list > li {
		width: 50%;
	}
	.pb-list-type {
		margin-bottom: 20px;
		padding: 0;
	}
	
	.pb-list-cont {
		padding-top: 10px;
	}
	.pb-pagination_num {
		display: none;
	}
	.pb-pagination_total {
		display: block;
	}
	.pb-list_likes {
		padding: 0;
	}
	.pb-list_like {
		bottom: 20px;
		right: 60px;
	}

	.pb-sample_listbox {
		max-width: 600px;
	}
	.pb-sample_list {
		padding: 12px 14px 25px 14px;
	}
	
	.service-pop {
		padding: 20px 59px 20px 20px;
	}
	.service-pop_list > li > a {
		padding: 20px 50px 20px 20px;
	}
	.service-pop_headings {
		min-width: 90px;
	}
	.service-pop_heading {
		font-size: 19px;
	}
	.service-pop_price {
		margin-top: 3px;
		font-size: 13px;
	}

	.pb-photo {
		margin: 0 -30px;
	}

	.dtl-form {
		width: 50%;
	}

}

@media(max-width: 1025px) {
	.dtl-form {
		width: 33.3333%;
	}
	.dtl-form .dtl-input {
		width: 70px;
	}
	.dtl-form:nth-child(3n - 1) .dtl-form_kv {
		-webkit-box-pack: center;
		-moz-box-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.dtl-form:nth-child(3n) .dtl-form_kv {
		-webkit-box-pack: end;
		-moz-box-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.pb-visual {
		position: relative;
		background: none;
	}
	.pb-visual_m {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: auto 100% !important;
		background-position: center center !important;
	}
	/* .pb-visual--category {
		background: #f4f2f3 url('https://www.photomon.com/assets/images/pb-visual--category-m.png') no-repeat right center !important;
	}
	.pb-visual--list {
		background: #BFC6D1 url('https://www.photomon.com/assets/images/pb-visual--list-m.png') no-repeat right center !important;
	} */
	.pb-visual > .pb-aligner {
		height: 49.87vw;
		padding: 0 40px;
	}
	.pb-visual_txt {
		font-size: 5.5971vw;
	}
	.pb-visual_txt.small {
		font-size: 12px;
	}
	.pb-visual_txt.small br {
		display: none;
	}
	.pb-visual_txt + .pb-visual_txt {
		margin-top: 5px;
	}
}

@media(max-width: 767px) {
	br.mobile {
		display: block !important;
	}
	.photobook {
		padding-bottom: 70px;
	}
	.pb-section + .pb-section {
		margin-top: 70px;
	}
	.pb-aligner {
		padding: 0 20px;
	}
	.pb-heading {
		margin-bottom: 5px;
		font-size: 21px;
	}
	
	.pb-tab {
		border-color: #EDEDED;
	}
	.pb-tab_item > a {
		font-size: 14px;
		letter-spacing: -0.35px;
	}

	.pb-cont {
		padding-top: 15px;
	}
	.pb-searchs {
		display: block;
	}
	.pb-tab_list {
		padding: 0 20px;
	}
	.pb-tab .pb-aligner {
		padding: 0;
	}
	
	.pb-card_list {
		margin: -10px 0;
	}
	.pb-card_item {
		width: 100%;
		padding: 10px 0;
	}
	.pb-card_link {
		border-radius: 14px;
		box-shadow: 0 13.329px 13.329px 0 rgba(0, 0, 0, 0.08);
	}
	.pb-card-thumb_image {
		height: 59.47vw;
	}
	.pb-card-thumb_type {
		bottom: 8px;
		left: 14px;
		padding: 0 21px;
		font-size: 11px;
		line-height: 27px;
		letter-spacing: -0.11px;
	}
	.pb-card--half .pb-card-thumb_type {
		left: 20px;
		bottom: 15px;
		padding: 0 12px;
		border-radius: 27px;
		line-height: 27px;
	}
	.pb-card_box {
		min-height: 161px;
		padding: 13px;
	}
	.pb-card-price {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 8px;
	}
	.pb-card-price > span + span {
		margin-left: 4px;
	}
	.pb-card-price > .discount {
		font-size: 16px;
	}
	.pb-card-price > .sale {
		margin-top:-2px;
		font-size: 12px;
	}
	.pb-card-price > .sale > em {
		margin-top: -1px;
		font-size: 16px;
		vertical-align: middle;
	}
	.pb-card_value {
		height: 47px;
		font-size: 16px;
		letter-spacing: 0.16px;
	}
	.pb-card_tag {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.2;
		letter-spacing: -0.275px;
	}
	
	/* pb-card--mHalf */
	.pb-card.pb-card--mHalf .pb-card_list {
		margin: -10px -8px;
	}
	.pb-card.pb-card--mHalf .pb-card_item {
		width: 50%;
		padding: 10px 8px;
	}
	.pb-card.pb-card--mHalf .pb-card_link {
		border-radius: 8px;
	}
	.pb-card.pb-card--mHalf .pb-card-thumb_image {
		height: 129px;
	}
	.pb-card.pb-card--mHalf .pb-card_box {
		min-height: 94px;
		padding: 5px 8px;
	}
	.pb-card.pb-card--mHalf .pb-card_key {
		font-size: 12px;
	}
	.pb-card.pb-card--mHalf .pb-card_value {
		height: 38px;
		font-size: 12px;
		line-height: 1.6;
	}
	.pb-card.pb-card--mHalf .pb-card_tag {
		display: none;
	}
	.pb-card.pb-card--mHalf .pb-card-price {
		margin-top: 0;
		text-align: left;
	}
	.pb-card.pb-card--mHalf .pb-card-price > .discount,
	.pb-card.pb-card--mHalf .pb-card-price > .sale,
	.pb-card.pb-card--mHalf .pb-card-price > .sale em {
		line-height: 26px;
	}
	
	/* pb-card--half */
	.pb-card.pb-card--half .pb-card_listbox {
		margin: 0 -20px;
	}
	.pb-card.pb-card--half .pb-card_list {
		margin: -15px 0;
	}
	.pb-card.pb-card--half .pb-card_item {
		padding: 15px 0;
	}
	.pb-card.pb-card--half .pb-card-thumb_image {
		height: 56.8vw;
	}
	.pb-card.pb-card--half .pb-card_box {
		min-height: 179px;
		padding: 15px 20px;
	}
	.pb-card.pb-card--half .pb-card_key {
		font-size: 20px;
		text-align: center;
	}
	.pb-card.pb-card--half .pb-card_value {
		margin-top: 5px;
		text-align: center;
		line-height: 1.64;
	}
	.pb-card.pb-card--half .pb-card-price {
		margin-top: 20px;
		text-align: center;
	}
	.pb-card.pb-card--half .pb-card-price > span + span {
		margin-left: 5px;
	}
	.pb-card.pb-card--half .pb-card-price > .discount {
		font-size: 22px;
	}
	.pb-card.pb-card--half .pb-card-price > .sale {
		font-size: 16px;
	}
	.pb-card.pb-card--half .pb-card-price > .sale em {
		font-size: 22px;
	}	

	/* pb-card--small */
	.pb-card.pb-card--small .pb-card_list {
		margin: -10px -8px;
	}
	.pb-card.pb-card--small .pb-card_item {
		width: 50%;
		padding: 10px 8px;
	}
	.pb-card.pb-card--small .pb-card_link {
		border-radius: 8px;
	}
	.pb-card.pb-card--small .pb-card-thumb_image {
		height: 34.4vw;
	}
	.pb-card.pb-card--small .pb-card_box {
		min-height: 73px;
		padding: 5px 8px;
	}
	.pb-card.pb-card--small .pb-card_type {
		font-size: 10px;
	}
	.pb-card.pb-card--small .pb-card_key {
		font-size: 12px;
	}
	.pb-card.pb-card--small .pb-card_value {
		min-height: 38px;
		font-size: 12px;
		line-height: 1.6;
	}
	.pb-card.pb-card--small .pb-card_tag {
		display: none;
	}
	.pb-card.pb-card--small .pb-card-price {
		margin-top: 0;
		text-align: left;
	}
	.pb-card.pb-card--small .pb-card-price > .discount,
	.pb-card.pb-card--small .pb-card-price > .sale,
	.pb-card.pb-card--small .pb-card-price > .sale em {
		line-height: 26px;
	}

	.pb-gray {
		padding: 60px 0;
	}
	.pb-gray-heading {
		font-size: 21px;
		line-height: 1.38;
		letter-spacing: -0.525px;
	}
	.pb-gray-txt {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.64;
		letter-spacing: -0.24px;
	}
	.pb-gray_add {
		width: 100%;
		margin: 0;
	}
	.pb-gray-slider {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -10px -4px;
	}
	.pb-gray-slider_item {
		width: 50% !important;
		padding: 10px 4px;
	}
	.pb-gray-slider_link {
		border-radius: 8px;
	}
	.pb-gray-slider_thumb {
		height: 34.4vw;
	}
	.pb-gray-slider_box {
		min-height: 100px;
		padding: 5px 8px;
	}
	.pb-gray-slider_key {
		font-size: 12px;
		text-align: left;
		font-weight: 600;
		line-height: 1.6;
		letter-spacing: -0.12px;
	}
	.pb-gray-slider_value {
		height: 35px;
		font-size: 12px;
		text-align: left;
		line-height: 1.48;
		letter-spacing: -0.12px;
	}
	.pb-gray-slider_price {
		margin-top: 6px;
		text-align: left;
	}
	.pb-gray-slider_price > .discount {
		font-size: 16px;
		font-weight: 600;
	}
	.pb-gray-slider_price > span + span {
		margin-left: 2px;
	}
	.pb-gray-slider_price > .sale {
		font-size: 11px;
		font-weight: 400;
	}
	.pb-gray-slider_price > .sale em {
		font-size: 16px;
		font-weight: 500;
	}
		
	.pb-banner,
	.pb-banner_item {
		height: 49.87vw;
	}
	.pb-banner_tablet {
		display: none;
	}
	.pb-banner_m {
		display: block;
	}
	.pb-banner_txtbox {
		position: relative;
		width: 50%;
		margin-left: 52.3%;
		padding: 0 5.6vw;
		z-index: 10;
	}
	.pb-banner_heading,
	.pb-banner_box.pb-banner_box--right .pb-banner_heading {
		font-size: 4.26666vw;
	    letter-spacing: -0.16px;
	}
	.pb-banner_txt,
	.pb-banner_box.pb-banner_box--right .pb-banner_txt {
		margin-top: 2.7vw;
		font-size: 2.93333vw;
	}
	.pb-banner .slick-dots {
		bottom: 4.34vw;
	}
	.pb-banner .slick-dots > li + li {
		margin-left: 2.6666vw;
	}
	.pb-banner .slick-dots > li > button {
		width: 2.67vw;
		height: 2.67vw;
		border-radius: 2.67vw;
	}

	.pb-accordian_trigger {
		font-size: 14px;
		padding-right: 44px;
	}
	.pb-accordian_trigger:after {
		width: 24px;
		height: 24px;
		background-size: 24px auto;
		margin-top: -12px;
	}
	.pb-accordian_cont {
		margin-top: 15px;
	}
	
	.pb-tablebox {
		overflow: hidden;
	}
	.pb-table {
		padding-left: 96px;
	}
	.pb-table_fixed {
		width: 96px;	
		box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.09);
		z-index: 40;
	}
	.pb-table_thead .pb-table_th.active {
		box-shadow: none;
	}
	.pb-table_tbody .pb-table_td.active:before {
		opacity: 0;
		visibility: hidden;
	}
	.pb-table_tbody .pb-table_tr:last-child .pb-table_td.active {
		box-shadow: none;
	}
	.pb-table_conts {
		overflow-x: auto;
	}
	.pb-table_arrow {
		display: block;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}
	.pb-table_arrow.disabled {
		opacity: 0;
		visibility: hidden;
	}
	.pb-table_arrow.pb-table_arrow--prev {
		left: 96px;
	}
	.pb-table_tbody .pb-table_td {
		-webkit-box-pack: start;
		-moz-box-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px;
	}
	.pb-table_cont .pb-table_tr {
		display: block;
		font-size: 0;
		white-space: nowrap;
	}
	.pb-table_cont .pb-table_th,
	.pb-table_cont .pb-table_td {
		display: inline-block;
		width: calc(100vw - 136px);
		vertical-align: top;
	}
	.pb-table_cont .pb-table_th > .pb-table_txtbox,
	.pb-table_cont .pb-table_td > .pb-table_txtbox {
		table-layout: fixed;
		border-collapse: collapse;
		border-spacing: 0;
		display: table;
		width: 100%;
		height: 100%;
	}
	.pb-table_cont .pb-table_th .pb-table_txt,
	.pb-table_cont .pb-table_td .pb-table_txt {
		display: table-cell;
		vertical-align: middle;
	}
	
	.pb-list-title + .pb-list-title {
		margin-left: 30px;
	}
	.pb-list-title + .pb-list-title:before {
		left: -15px;
		height: 8px;
		margin-top: -4px;
	}
	.pb-list-title .pb-detailsearch {
		padding-left: 23px;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: -0.275px;
	}
	.pb-list-title .pb-detailsearch:before {
		width: 14px;
	}
	.pb-list-title .pb-all,
	.pb-list-title .pb-all em {
		font-size: 11px;
	}
	
	.pb-list-titles {
		margin-bottom: 2px;
	}
	.pb-utilbox {
		display: none;
	}
	.pb-category {
		display: none;
	}
	.pb-list-type {
		margin-bottom: 15px;
	}
	.pb-list-type_buttons {
		display: block;
	}
	.pb-list-type .pb-list-type_inputs {
		display: none;
	}
	.pb-list-type_inputs {
		padding: 0;
	}
	.pb-list-type_input {
		display: block;
	}
	.pb-list-type_input + .pb-list-type_input {
		margin-left: 0;
	}
	.pb-list-type_input + .pb-list-type_input:before {
		display: none;
	}
	.pb-list-type_input > label {
		padding: 8px 0 8px 33px;
	}
	.pb-list-type_input > label:before {
		display: block;
	}
	.pb-list {
		margin: -11px -4px;
	}
	.pb-list > li {
		padding: 11px 4px;
	}
	.pb-list > li.best .pb-list_image .image:before,
	.pb-list > li.new .pb-list_image .image:before {
		top: 1px;
		width: 44px;
		height: 22px;
		background-size: 100% auto !important;
	}
	.pb-list.pb-list--photobook > li.best .pb-list_image .image:before,
	.pb-list.pb-list--photobook > li.new .pb-list_image .image:before {
		top: 14px;
		left: 10px;
	}
	.pb-list > li > a.pb-list_link:hover {
		box-shadow: none;
	}
	.pb-list_link {
		height: 133px;
	}
	.pb-list_image img {
		max-height: 133px;
	}
	.pb-list_box {
		min-height: 39px;
		margin-top: 12px;
		min-height: 52px;
		padding: 7px 8px;
	}
	.pb-list_name {
		padding: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.pb-list_name.best, 
	.pb-list_name.new {
		padding-right: 35px;
	}
	.pb-list_name.best:after, 
	.pb-list_name.new:after {
		font-size: 9px;
		padding: 0 5px;
		font-weight: 700;
	}
	.pb-list_price {
		font-size: 11px;
		line-height: 1.64;
	}
	.pb-list_price > em {
		font-size: 14px;
		line-height: 1;
	}
	.pb-list_sample > a {
		font-size: 12px;
	}
	.pb-list_likes {
		top: 11px;
		height: 133px;
		padding: 12px 14px;
	}
	.pb-list_like {
		right: 8px;
		bottom: 7px;
		width: 28px;
		height: 28px;
		background-size: 100% auto !important;
	}

	.pb-layerpop {
		display: block;
	}
	.pb-layerpop_section {
		padding: 20px;
		border-bottom: 1px solid  #F8F8F8;
	}
	.pb-layerpop_sheading {
		margin-bottom: 8px;
		color: #171717;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.8;
		letter-spacing: -0.3px;
	}
	.pb-checklist {
		margin: -4px;
		padding: 0;
		font-size: 0;
		text-align: left;
	}
	.pb-check {
		display: inline-block;
		padding: 4px;
		vertical-align: middle;
	}
	.pb-check > label {
		display: inline-block;
		padding: 0 12px;
		border: 1px solid #E1E1E1;
		border-radius: 32px;
		color: #A6A6A7;
		font-size: 13px;
		line-height: 32px;
		font-weight: 400;
		vertical-align: middle;
	}
	.pb-check > label:before {
		display: none;
	}
	.pb-check input:checked + label {
		color: #171717;
		border-color: #171717;
	}
	.pb-check > input:hover + label, 
	.pb-check > label:hover {
		background-color: #fff;
	}
	.pb-colorbox {
		display: block;
		margin: -4px;
		padding: 0;
		font-size: 0;
		text-align: left;
	}
	.pb-color {
		display: inline-block;
		width: auto;
		padding: 4px;
		font-size: 0;
		vertical-align: top;
	}
	.pb-color input:checked + label {
		border-color: #171717;
	}
	.pb-color input:checked + label .name {
		color: #171717;
	}
	.pb-color input:checked + label .color:before,
	.pb-color input:checked + label .color:after {
		display: none;
	}
	.pb-color label {
		display: inline-block;
		padding: 0 12px;
		border: 1px solid #E1E1E1;
		border-radius: 32px;
		vertical-align: top;
		cursor: pointer;
	}
	.pb-color .color {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 6px;
		padding: 0;
		border: 0;
		border-radius: 10px;
		vertical-align: middle;
	}
	.pb-color .name {
		display: inline-block;
		width: auto;
		margin-top: 0;
		line-height: 32px;
		vertical-align: middle;
	}
	.pb-layerpop-footer {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 72px;
		background-color: #fff;
		padding: 10px 20px;
	}
	.pb-reset_button {
		display: inline-block;
		color: #171717;
		font-size: 12px;
		font-weight: 400;
		padding: 7px 11px;
		letter-spacing: -0.3px;
		vertical-align: middle;
	}
	.pb-reset_button:before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 4px;
		background: url('../images/pb-reset_button.png') no-repeat;
		vertical-align: middle;
	}
	.pb-layerpop-footer .pb-button {
		min-width: 252px;
		line-height: 52px;
	}
	
	#pbSamplePop {
		overflow: hidden;
	}
	#pbSamplePop .pb-pop_aligner {
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#pbSamplePop.active .pb-sample-pop_box {
		bottom: 0;
	}
	.pb-sample-pop_box {
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: auto;
		bottom: -100%;
		left: 0;
		width: 100%;
		max-height: 80%;
		padding: 20px 0 100px;
		border-radius: 20px 20px 0px 0px;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}
	.pb-sample-pop_section {
		padding: 0 20px;
	}
	.pb-sample-pop_section + .pb-sample-pop_section {
		padding-top: 20px;
		margin-top: 20px;
	}
	.pb-sample-pop_headings {
		margin-bottom: 10px;
	}
	.pb-sample-pop_heading {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: -0.4px;
	}
	.pb-sample-pop_section:first-child .pb-sample-pop_headings {
		padding-right: 29px;
	}
	.pb-sample-pop_sort {
		margin-top: 3px;
	}
	.pb-sample_listbox {
		padding: 0 20px;
	}
	.pb-sample_list {
		padding: 1vw 1.45vw 3.3vw;
		background: url('../images/pb-sample_list--m.png') no-repeat center top
	}
	.pb-pop .pb-sample_list {
		padding: 1vw 1.45vw 3.3vw;
	}
	.pb-sample_list .slick-prev {
		left: -24px;
	}
	.pb-sample_list .slick-next {
		right: -24px;
	}
	.pb-sample_list .slick-arrow {
		width: 24px;
		height: 24px;
	}
	.pb-pop .pb-sample_list .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.pb-pop .pb-sample_list .slick-prev {
		left: -38px;
	}
	.pb-pop .pb-sample_list .slick-next {
		right: -38px;
	}
	.pb-sample-pop_buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 0;
		padding: 10px 20px;
		background-color: #fff;
		box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
		z-index: 10;
	}
	.pb-sample-pop_button {
		display: block;
		width: 100%;
		max-width: 252px;
		margin: 0 auto;
		padding: 13px 24px;
		border-radius: 52px;
		font-size: 16px;
		text-align: center;
	}

	.pb-images {
		margin-top: 60px;
	}

	.service-pop {
		padding: 54px 15px 15px 15px;
	} 
	.service-pop_close {
		top: 15px;
		right: 15px;
	}
	.service-pop_headings {
		min-width: 100px;
	}
	.service-pop_list > li > a {
		padding: 10px 44px 10px 10px;
	}
	.service-pop_heading {
		font-size: 16px;
	}
	.service-pop_price {
		margin-top: 0;
	}
	.service-pop_price .desc {
		font-size: 12px;
	}
	.service-pop_detail {
		padding: 0 10px;
		font-size: 12px;
	}
	
	.pb-pop_aligner {
		padding: 0 20px;
	}
	.pb-pop_close {
		top: 22px;
	}
	.pb-pop_box {
		max-width:335px;
	}
	.pb-pop_heading {
		margin-bottom: 30px;
	}
	.pb-pop_section + .pb-pop_section {
		margin-top: 10px;
	}
	.pb-pop_section * {
		font-size: 16px;
		line-height: 1.64;
		letter-spacing: -0.24px;
	}
	.pb-pop-check {
		margin-top: 20px;
	}
	.pb-pop-check > label {
		font-size: 14px;
	}
	.pb-pop_buttons {
		margin-top: 20px;
	}
	.pb-pop_button {
		padding: 18px 10px;
	}
	
	.dtl_sections {
		padding: 90px 0;
	}
	.dtl_section + .dtl_section {
		margin-top: 120px;
	}
	.dtl_headings {
		margin-bottom: 28px;
	}
	.dtl_heading {
		font-size: 26px;
	}
	.dtl_txt {
		margin-top: 9px;
		font-size: 15px;
	}
	.pb-photo {
		margin: 0 -20px;
	}
	.pb-photo .slick-dots {
		margin-top: 20px;
	}
	
	.dtl-radio > input[type="radio"] + label:hover:before {
		background: url('../images/dtl-radio--checked.png') no-repeat center center;
	}
	.dtl-radio > input[type="checkbox"] + label:hover:before {
		background: url('../images/dtl-checkbox--checked.png') no-repeat center center;
	}
	.dtl-input input {
		height: 62px;
	}
	.dtl-txtlist > li {
		padding-left: 24px;
	}
	.dtl-form {
		width: 50%;
	}
	.dtl-form:nth-child(3n - 1) .dtl-form_kv,
	.dtl-form:nth-child(3n) .dtl-form_kv {
		-webkit-box-pack: start;
		-moz-box-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.dtl-form_kv {
		-webkit-box-pack: center !important;
		-moz-box-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.dtl-form .dtl-input input {
		height: 70px;
	}
	.dtl-form_key {
		min-width: 53px;
	}
	.dtl-form .dtl-inputbox .dtl-inputtext {
		margin-left: 3px;
	}
	.dtl-select_trigger {
		height: 50px;
		padding: 0 15px;
		line-height: 50px;
	}
	.dtl-select_trigger:after {
		right: 15px;
	}
	.dtl-select_list {
		top: 55px;
        max-height: 234px;
	}
	.dtl-select_list > li > a {
		padding: 0 10px;
		line-height: 43px;
	}

}

@media(max-width: 380px) {
	.pb-layerpop-footer .pb-button {
		min-width: 200px;
	}
	.pb-pop_button {
		width: 100%;
		min-width: 0;
	}
	
	.dtl-form_key {
		min-width: 40px;
		font-size: 13px;
	}
	.dtl-form .dtl-input {
		min-width: auto;
		width: 100%;
	}
	.dtl-form .dtl-input input {
		height: 50px;
	}
	.dtl-form .dtl-inputbox .dtl-inputtext {
		font-size: 13px;
	}
}

@media(max-width: 320px) {
    .pb-list_image img {
        max-height: 85px;
    }
	.pb-list_link {
		height: 100px;
	}
	.pb-list.pb-list--photobook > li.best .pb-list_image .image:before, 
	.pb-list.pb-list--photobook > li.new .pb-list_image .image:before {
        top: 8px;
        left: 6px;
        width: 34px;
        height: 17px;
	}
}