@charset "UTF-8";

/* ---------------------------------------------------- */
/* 공통 컴포넌트 */
/* ---------------------------------------------------- */
/* 상단 브랜드 리스트 */
.brand_info_container {
  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;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 90px;
}
@media screen and (max-width: 912px) {
    .brand_info_container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 540px) {
    .brand_info_container {
    	height: auto;
        padding-left: 0px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }
}
.brand_info_container .brand_info_logo {
  width: 155px;
  height: 40px;
  padding: 0 15px;
  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;
}
.brand_info_container .brand_info_logo img {
  max-height: 100%;
  max-width: 70%;
}
@media screen and (min-width: 541px) {
	.brand_info_container,
	.brand_info_container .brand_info_logo {
	  -webkit-box-align: center;
	  -moz-align-items: center;
	  -ms-flex-align: center; 
	  align-items: center;
	}
}
@media screen and (max-width: 540px) {
	.brand_info_container .brand_info_logo:not(.no-height) {
		height: 30px;
	}
	.brand_info_container .brand_info_logo.no-height {
		width: 100px;
		height: auto;
	}
	.brand_info_container .brand_info_logo {
	  padding: 0;
	  -webkit-box-pack: start;
      -moz-box-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: 5px;
	}
}
.brand_info_container .brand_info_txt {
  width: calc(100% - 155px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
}
.brand_info_container .brand_info_txt p {
	text-align: justify;
	margin: 0;
}
@media screen and (max-width: 912px) {
  .brand_info_container .brand_info_txt {
    width: calc(100% - 125px);
  }
  .brand_info_container .brand_info_logo {
  	width: 125px;
  }
}
@media screen and (max-width: 540px) {
  .brand_info_container .brand_info_txt {
  	width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
  }
  .brand_info_container .brand_info_txt p {
  	font-size: var(--font-size-xSmall);
  }
}
.category_container .categorize {
  border-top: 2px solid var(--color-def);
  border-bottom: 1px solid var(--color-lineGray);
/*   padding-top: 10px;
  padding-bottom: 10px; */
}
.category_container .categorize > span {
  width: 155px;
  padding: 3px 15px 0 15px;
  text-align: center;
}
#page_font .categorize_slide {
  width: calc(100% - 155px);
}
@media screen and (max-width: 912px) {
  .category_container .categorize > span {
    display: none;
  }
  #page_font .categorize_slide {
    width: 100%;
  }
}
/* 정렬 드롭다운 */
.font_view_segment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}
.font_view_segment .selectWrap {
  border: 0;
  height: 35px;
  min-width: auto;
}
.font_view_segment .selectWrap > span {
  text-align: right;
  line-height: 35px;
  padding-right: 35px;
}
.font_view_segment .selectWrap .selectWrap_List {
  top: 35px;
}
.font_view_segment .selectWrap::before,
.font_view_segment .selectWrap::after {
  top: 12px;
}
/* 폰트 리스트 */
.font_view_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;
  padding: 0;
  margin: 0;
}
.font_view_list > div {
	width: 100%;
}
.font_view_item {
  margin-right: 50px;
  margin-bottom: 50px;
}
/* 구독서비스 step2 에서만 new 뱃지 여백 주기 */
#page_product_detail .font_view_item .ic_new {
	margin-left: 5px;
}
/* 기본 */
@media screen and (min-width: 913px) {
	.font_view_item {
	    width: calc(33.33% - 100px / 3);
	}
	.font_view_item:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 912px) and (min-width: 541px) {
	.font_view_item {
	    width: calc(50% - 50px / 2);
	}
	.font_view_item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 540px) {
	.font_view_item {
	  width: 100%;
	  margin-right: 0;
  	  margin-bottom: 35px;
	}
}
.font_view_item_link {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: var(--border-width) solid var(--color-lineGrayLight);
  border-radius: var(--border-radius);
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.font_view_item_link .thumbnail {
  margin: 0;
  padding: 0;
  transition: transform 0.45s;
  text-align: center;
}
.font_view_item_link .thumbnail > br,
.font_view_item_link .thumbnail > p {
	display: none;
}
.font_view_item_link .thumbnail img {
  display: block;
  transform: scale(1.01);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.font_view_item_link .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: linear-gradient( to bottom, transparent 5%,      
			  rgba(20, 20, 20, 0.25) 25%,      
			  rgba(20, 20, 20, 0.5) 45%,      
			  rgba(20, 20, 20, 0.75) 65%,      
			  rgba(20, 20, 20, 1) 100%);
  transition: all 0.25s ease-in-out;
  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;
}
.font_view_item_link .overlay .button {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  min-width: 160px;
  max-width: 90%;
}
@media screen and (min-width: 912px) {
	.font_view_item:hover .font_view_item_link .thumbnail {
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
	  -ms-transform: scale(1.2);
	  transform: scale(1.2);
	}
	.font_view_item:hover .font_view_item_link .overlay {
	  opacity: 1;
	  z-index: 1;
	}
	.font_view_item:hover .font_view_item_link .overlay .button {
	  top: 0px;
	  opacity: 1;
	}
}
.font_view_item_data {
  cursor: default;
  padding: 15px 10px 0 10px;
  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;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 912px) {
  .font_view_item_data {
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .font_view_item_data > h3,
  .font_view_item_data > .cate {
  	width: 100%;
  }
}
.font_view_item_data .cate {
  color: var(--color-midGray);
  font-size: var(--font-size-xSmall);
  transition: all 0.25s ease-in-out;
}
.font_view_item_data h3 {
  padding-right: 10px;
  transition: color 0.25s ease-in-out;
}
.font_view_item_data h3 > .ic_badge {
    top: -2px;
}
.font_view_item:hover .font_view_item_data > h3 {
	color: var(--color-point);
}
/* 폰트 미리써보기 공통 스타일 (사이즈, 텍스트 설정 영역) */
.content_top_form {
	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;
  	background-color: var(--color-bgGray);
  	border-top: 1px solid var(--color-lineGray);
  	border-bottom: 1px solid var(--color-lineGray);
 	padding: 15px;
}
.content_top_form .preview_txt_wrap .input {
	width: 100%;
}
.content_top_form .preview_size_wrap {
	width: 220px;
	padding-left: 5px;
}
.content_top_form .preview_size_wrap .size_slider {    
	display: flex;
    align-items: center;
}
.content_top_form .preview_size_wrap .size_slider .size_slider_txt {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	padding-right: 15px;
	width: 60px;
}
.preview_size_wrap .size_slider .size_slider_txt > span {
	font-size: var(--font-size-def);
	font-family: var(--font-bold);
	color: var(--color-midGray);
}
.select_wrap select {
	height: 100% !important;
	outline:0;
}
.select_wrap select:focus {
	outline:0;
}
.font_preview_container .font_preview_list .font_preview_item_top > .select_wrap::before {
	top: 12px;
}
@media screen and (max-width: 986px) {
  .content_top_form {
  	-webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_top_form .preview_txt_wrap {
  	width: 100%;
  	margin: 0; 
  	padding-right: 0;
  }
  .content_top_form .preview_size_wrap {
  	width: 100%;
  	padding-top: 15px;
  	padding-left: 0;
  }
}
/* 폰트 미리써보기 리스트 */
.font_preview_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;
  padding: 0;
  margin: 0;
}
.font_preview_item {
  border: 1px solid var(--color-lineGray);
  width: 32%;
  height: 300px;
  margin-bottom: 50px;
  margin-right: 20px;
  padding: 0 15px;
  border-radius: var(--border-radius);
}
@media screen and (min-width: 913px) {
	.font_preview_item {
	  width: calc(33.33% - 40px / 3);
	}
	.font_preview_item:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 912px) and (min-width: 769px) {
	.font_preview_item {
	  width: calc(50% - 40px / 2);
	}
	.font_preview_item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.font_preview_item {
	  width: 100%;
	  margin-right: 0;
  	  margin-bottom: 35px;
	}
}
.font_preview_item_top {
  padding: 2px 10px 0 10px;
  height: 65px;
  border-bottom: 1px solid var(--color-lineGray);
  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;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.font_preview_container .font_preview_list .font_preview_item_top .font_preview_item_title {
	width: calc(100% - 125px);
}
.font_preview_container .font_preview_list .font_preview_item_top .font_preview_item_title > span {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 48px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.font_preview_container .font_preview_list .font_preview_item_top .font_preview_item_title > .ic_badge {
	top: -2px;
}
.font_preview_container .font_preview_list .font_preview_item_top > .select_wrap {
  width: 120px;
  min-width: 0;
  height: 35px;
}
.font_preview_container .font_preview_list .font_preview_item_txt {
  padding: 15px 5px;
  height: calc(100% - 65px);
}
.font_preview_container .font_preview_list .font_preview_item_txt .scroll_wrap {
  width: 100%;
  height: 100%;
  overflow-y: overlay;
  word-break: break-all;
  line-height: 1.4;
}
/* 폰트써보기 title 영역 반응형 */
@media screen and (max-width: 540px) {
	.font_preview_container .font_preview_list .font_preview_item {
		padding: 0 10px;
	}
	.font_preview_container .font_preview_list .font_preview_item_top .font_preview_item_title {
		padding: 0 5px;
	}
	.font_preview_container .font_preview_list .font_preview_item_top {
		-webkit-box-pack: justify; 
		-moz-justify-content: space-between; 
		-ms-flex-pack: justify; 
		justify-content: space-between; 
		flex-direction: column;
		height: 100px;
		padding: 15px 10px;
	}
	.font_preview_container .font_preview_list .font_preview_item_top .font_preview_item_title, .font_preview_container .font_preview_list .font_preview_item_top > .select_wrap {
		width: 100%;
	}
	.font_preview_container .font_preview_list .font_preview_item_txt {
		height: calc(100% - 100px);
		padding: 5px;
	}
}
/* 폰트 사이즈 조절 슬라이더 */
#custom-handle {
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -.3em;
    text-align: center;
    line-height: 0.5em;
    /* jquery-ui.css */
    border: 1px solid var(--color-lineGray);
    background-color: #fff;
    color: var(--color-def);
}
#slider {
	width: calc(100% - 60px);
	height: 1px;
    /* jquery-ui.css */
    border: 1px solid var(--color-lineGray);
}
/* 리스트 타이틀 */
div[class*="_list_title"] {
	padding-top: 35px;
	padding-bottom: 35px;
}
div[class*="_list_title"] > p {
	margin-bottom: 0;
}
@media screen and (max-width: 1124px) {
	div[class*="_list_title"] {
		padding-top: 25px;
	}
	div[class*="_list_title"].product_list_title {
		padding-bottom: 0;
	}
	div[class*="_list_title"]:not(.product_list_title) {
		padding-bottom: 25px;
	}
	.product_list_wrap:not(:last-child) {
		padding-bottom: 25px;
	}
}





/* ---------------------------------------------------- */
/* 폰트정보 #page_font */
/* #Preview 는 구매 페이지 step2 에서 이용가능 폰트 리스트 */
/* ---------------------------------------------------- */
#page_font .category_container {
  padding-top: 45px;
}
@media screen and (max-width: 912px) {
	#page_font .category_container {
		padding-top: 25px;
	}
}
#page_font .category_container .design {
  position: relative;
  margin-left: 35px;
}
#page_font .category_container .design::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 9px;
  left: -22px;
  width: 1px;
  height: 50%;
  background-color: var(--color-lineGray);
}
#page_font .pagination,
#Preview .pagination {
	margin-top: 0;
}
#Preview .search_container.st_box {
	margin-bottom: 45px;
	border-top: 0;
}
@media screen and (max-width: 768px) {
	#Preview .search_container.st_box  {
		margin-bottom: 35px;
	}
}




/* ---------------------------------------------------- */
/* 폰트써보기  #page_font_preview */
/* ---------------------------------------------------- */
/* 폰트써보기 페이지 전용 */
#page_font_preview .content_tit {
	padding-bottom: 15px;
}
#page_font_preview .content_top_form .preview_search_wrap .serch_input_wrap {
	width: 240px;
}
#page_font_preview .content_top_form .preview_txt_wrap {
	position: relative; 
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -moz-flex-basis: 0%;
    -ms-flex-basis: 0%;
    flex-basis: 0%;
    margin: 0 15px;
}
/* 미리써보기 상단 설정영역 반응형 */
@media screen and (max-width: 986px) {
  #page_font_preview .preview_search_wrap {
  	width: 100%;
  	padding-bottom: 10px;
  }
  #page_font_preview .content_top_form .preview_search_wrap .serch_input_wrap {
  	width: 100%
  }
}
#page_font_preview .pagination {
	margin-top: 0;
}
@media screen and (max-width: 420px) {
  #page_font_preview .preview_search_wrap {
  	padding-bottom: 5px;
  }
}






/* ---------------------------------------------------- */
/* 패키지 #page_package */
/* ---------------------------------------------------- */
/* #page_package .font_view_item {
	margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
	#page_package .font_view_container  {
		padding-top: 0;
	}
} */




/* ---------------------------------------------------- */
/* 전용서체 포트폴리오 #page_portfolio */
/* ---------------------------------------------------- */
#page_portfolio .font_view_item {
  margin-right: 20px;
  margin-bottom: 50px;
}
#page_portfolio .font_view_item .thumbnail {
    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;
    -webkit-box-pack: center;
    -moz-box-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding-bottom: 15px;
}
#page_portfolio .font_view_item .thumbnail img {
	width: auto;
	height: auto;
	max-width: 100%;
}
@media screen and (min-width: 913px) {
	#page_portfolio .font_view_item {
		width: calc(25% - 60px / 4);
	}
	#page_portfolio .font_view_item:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 912px) and (min-width: 769px) {
	#page_portfolio .font_view_item {
	  	width: calc(33.33% - 40px / 3);
	}
	#page_portfolio .font_view_item:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) and (min-width: 381px) {
	#page_portfolio .font_view_item {
	  	width: calc(50% - 20px / 2);
	}
	#page_portfolio .font_view_item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 380px) {
	#page_portfolio .font_view_item {
	  width: 100%;
	  margin-right: 0;
  	  margin-bottom: 35px;
	}
}
/* product_detail_container */
.product_detail_container:not(:last-child) {
	padding-bottom: 85px;
}
@media screen and (max-width: 540px) {
	.product_detail_container:not(:last-child) {
		padding-bottom: 35px;
	}
}
.product_detail_top {
	position: relative;
    cursor: pointer;
    border-bottom: var(--border-width) solid var(--color-lineGray);
    padding: 15px 35px 15px 15px;
}
.product_detail_top.more:before {
	content: "";
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 25px;
    border-top: 2px solid var(--color-gray);
    border-right: 2px solid var(--color-gray);
    transform: rotate(135deg) translate(0);
    -webkit-transform: rotate(135deg) translate(0);
    width: 8px;
    height: 8px;
    transition: 0.15s ease-in-out;
}
.product_detail_top.open:before {
	transform: rotate(-45deg);
}