<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/* ------------------------------------------------------------------------ */
/*                      구매가이드 혼합 슬라이더 구간                       */
/* ------------------------------------------------------------------------ */
.sub_banner_wrap {
	position: relative;
  margin: 80px 20px;
}

.sub_banner_wrap+.title {
  margin-top: 70px;
}

.sub_banner {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.sub_banner ul {
  display: flex;
}

/* 스와이퍼 fade효과로 인해 기존 슬라이더가 보이는 현상 */
.sub_banner &gt; ul .main-slide:not(.swiper-slide-active) {
	opacity: 0 !important; 
}

.buy_title {
	color: #fff;
	position: absolute;
	top: 0;
  left: 0;
	width: calc(100% - 160px);
  height: 300px;
	padding: 0 80px;
	margin: 0 auto;
	z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buy_title .txt {
	font-weight: 700;
	font-size: 35px;
}

.buy_title .txt-category {
	font-size: 30px;
	margin: 10px 0;
	padding: 16px 20px 10px;
	border-radius: 15px;
	line-height: 1;
	letter-spacing: 2px;
	background: var(--1);
	width: fit-content;
	height: fit-content;
	color: #fff;
}

.buy_title .txt-sub {
	margin-top: 14px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.5;
}

.useguide-navi {
	display: flex;
	max-width: 1440px;
	width: 100%;
	margin: 72px auto 0;
	flex-wrap: wrap;
}

.useguide-navi button {
	flex: 1;
	font-size: 18px;
	line-height: 70px;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-weight: 700;
  transition: all ease .2s;
  box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}

.useguide-navi button:not(:last-child) {
  margin-right: 20px;
}

.useguide-top {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 15px 15px;
}

#guide-print .useguide-top {
	background-image: url(http://epsonkorea.img4.kr/purchaseguide/ciss/%B0%A1%C1%A4%BF%EB%C7%C1%B8%B0%C5%CDkv.jpg);
}

#guide-bzprint .useguide-top {
	background-image: url(http://epsonkorea.img4.kr/purchaseguide/bij/%BA%F1%C1%EE%B4%CF%BD%BA%C7%C1%B8%B0%C5%CDkv.jpg);
}

#guide-scanner .useguide-top {
	background-image: url(http://epsonkorea.img4.kr/purchaseguide/scn/%BD%BA%C4%B3%B3%CAkv.jpg);
}

#guide-labelprint .useguide-top {
	background-image: url(http://epsonkorea.img4.kr/purchaseguide/lw/%B6%F3%BA%A7%C7%C1%B8%B0%C5%CDkv.jpg);
}

#guide-projector .useguide-top {
	background-image: url(http://epsonkorea.img4.kr/product_img/BuyingGuide//print_top.jpg);
}

.kitchen_slide_wrap,
.kids_slide_wrap,
.wash_slide_wrap,
.living_slide_wrap,
.work_slide_wrap {
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	background: #fff;
}

.kitchen_wrap .info-box,
.kids_wrap .info-box,
.wash_wrap .info-box,
.living_wrap .info-box,
.work_wrap .info-box {
	border: none !important;
}

.guide-tab-navi{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 20px;
}

.guide-tab-navi a{
  line-height: 1.2;
}

.guide-tab-content .info-box {
	display: flex;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	background: #fff;
	padding: 0;
}

.guide-tab-content .info-box&gt;img,
.guide-tab-content .info-box&gt;.index {
	flex-shrink: 0;
	margin: 40px;
	width: 34%;
	object-fit: cover;
	height: auto;
	display: table;
	max-width: 440px;
	border-radius: 15px;
}

.guide-tab-content .media-body {
	flex: 1;
	font-size: 18px;
	margin: 40px 40px 40px 0;
}

.guide-tab-content h3 {
	width: 100%;
	word-break: keep-all;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.4;
}

#guide-labelprint .guide-tab-content h3 {
	width: calc(100% - 120px);
}

.guide-tab-content .txt {
	color: #666;
	margin: 10px 0 40px;
	line-height: 1.5;
	height: 170px;
	overflow: auto;
}

.guide-tab-content .info-btn-box {
	position: relative
}

.guide-tab-content .info-btn-box a {
	text-align: center;
}

.guide-tab-content .info-box .info-btn-box a.active::before {
	content: '스펙 확인하기 접기';
}

.specbox {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 20px;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #E5E5E5;
	box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.08);
	padding: 30px;
	font-size: 16px;
	display: none;
}

.info-btn-box .active+.specbox {
	display: block;
}

.spec+.spec {
	margin-top: 20px;
}

.spec-row {
	display: flex;
	gap: 20px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.spec-item {
	flex-basis: calc((100% - 60px)/4);
	background: #F5F5F5;
	font-weight: 700;
	padding: 20px;
	border-radius: 15px;
	box-sizing: border-box;
}

.spec-item dl {
	display: flex;
	flex-direction: column-reverse;
}

.spec-item dl+dl {
	margin-top: 10px;
}

.spec-item dt {
	font-weight: 400;
	font-size: .9em;
	color: #666;
	margin-top: 2px;
}

.guide-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px
}

.guide-item-list&gt;li {
	flex: 1;
	max-width: 180px;
}

.guide-item {
	font-size: 16px;
	font-weight: 700;
	background: #F5F5F5;
	border-radius: 15px;
	padding: 14px 10px 10px;
	text-align: center;
	line-height: 1.5;
	display: block;
}

.guide-item img {
	display: block;
	margin: 0 auto 14px;
	width: 90px;
	height: 90px;
	mix-blend-mode: multiply;
	object-fit: cover;
	border-radius: 15px;
}

.guide-item a {
	width: 76px;
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	background: #fff;
	border-radius: 14px;
	text-align: center;
}

.info-box .info-btn-box a img {
	position: relative;
	top: 17px;
}

.info-box .info-btn-box a.active img {
	top: 15px;
}

.guide-tab-content .info-box .info-btn-box a{
  display: flex;
  width: 180px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}
.guide-tab-navi&gt;li{
  flex: 1;
}
.guide-tab-navi a{
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  height: 110px;
  display: flex;
  flex-direction: column;
  word-break: keep-all;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; 
  background: #fff;
}

.guide-tab-navi a img {
  display: none;
}

.guide-tab-navi a span {
  font-weight: 700;
}

.guide-tab-navi a&gt;small{
  font-size: .9em;
  display: block;
  color: #666;
  font-weight: 400;
}

.guide-tab-navi a&gt;small span {
  font-weight: 400;
}

.guide-tab-navi .active&gt;a{
    border: 2px solid #00339B;
    color: #00339B;
}

.guide-tab-navi .active &gt; a &gt; small {
    color: #666;
}

.tab-pane {
  opacity: 0;
	animation: fadeInUp 1s both;
}

.tab-pane:not(.active) {
	display: none;
}


/* 슬라이드 */
.main-arrows-wrap {
	max-width: 1520px;
	width: calc(100% + 40px);
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-arrows {
	width: 80px;
	height: 80px;
	position: absolute;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .7);
	border: 1px solid #E5E5E5;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.main-arrows:focus {
	border: 2px dotted black;
}

.main-arrows.main-button-prev {
	left: 0;
}

.main-arrows.main-button-next {
	right: 0;
}

.main-arrows svg {
	width: 20px;
	fill: #111;
}

.sub_banner_wrap .main-pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -20px;
}

.sw_btn {
	position: absolute;
	display: flex;
	width: fit-content;
  height: fit-content;
	align-items: center;
	right: 20px;
	top: 20px;


}

.sw_btn .swiper-button-next,
.sw_btn .swiper-button-prev {
	width: 0;
	height: 0;
	position: relative;
	padding: 20px;
	color: #111 !important;
	border: 1px solid #dfdfdf;
	border-radius: 100px;
	left: 0;
	right: 0;
	margin: 0 3px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	position: relative;
	left: 3px;
	font-size: 18px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	position: relative;
	right: 3px;
	font-size: 18px !important;
}

.sw_btn .swiper-pagination-fraction {
	position: relative;
	width: auto;
	margin-left: 10px;
	bottom: 0;
	font-size: 16px;
	z-index: 1;
}

.swiper-pagination-total {
	color: #999;
}

.index .sect-2 .vod-wrap .vod-thumb {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.index .sect-2 .vod-wrap .vod-thumb img {
	border-radius: 15px;
	width: 100%;
}

.index .sect-2 .vod-wrap .vod-thumb span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all ease .2s;
	width: 140px;
	height: 50px;
	background: url('https://www.epsonlounge.co.kr/design/epsonkorea/images/to_be_better/asset/images/sect-2/btn-vod.png') no-repeat center center/100% auto;
	border-radius: 25px;
	text-indent: -9999em
}

.index .sect-3 {
	padding: 120px 0
}

.index .sect-3 .container&gt;div.inner .cont-lt .nav-link.active:before {
	background-color: var(--deepsky) !important
}



/* 레이어 팝업 스타일 */
.popup-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(3px);
	z-index: 25;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	max-width: 90%;
	height: max-content;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 15px;
}

.popup h4 {
	padding: 15px 0 30px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}

.close-btn {
	position: absolute;
	top: -80px;
	right: 0;
	font-size: 60px;
	font-weight: 200;
	cursor: pointer;
	color: #cdcdcd;
}

/* ************************************************************************************************
 *                                                                                                *
 *     *        *       ******       *           *     *********     ******            *          *
 *     *        *     **      **      *         *      *             *     *           *          *
 *     *        *    *          *      *       *       *             *     *           *          *
 *     **********    *          *       *     *        *********     * ****        *   *   *      *
 *     *        *    *          *        *   *         *             * **           *  *  *       *
 *     *        *     **      **          * *          *             *   **          *****        *
 *     *        *       ******             *           *********     *     **          *          *     
 *                                                                                                *
 ************************************************************************************************ */ 

@media (hover: hover) and (pointer: fine) { /* when supported */
	.useguide-navi button:hover {
		background: #00339B;
		border-color: #00339B;
		color: #fff;
	}

	.index .sect-2 .vod-wrap .vod-thumb:hover span {
		transform: translate(-50%,-50%) scale(.95);
		box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	}
	
}



/* **************************************************************************************************
*                                                                                                   *
*     ***        ***       ******       *******      ***     *           *********         *        *
*     *  *      *  *     **      **     *     **      *      *           *                 *        *
*     *   *    *   *    *          *    *      *      *      *           *                 *        *
*     *    *  *    *    *          *    *  ****       *      *           *********     *   *   *    *
*     *     **     *    *          *    *      *      *      *           *              *  *  *     *
*     *            *     **      **     *     **      *      *           *               *****      *
*     *            *       ******       *******      ***     *********   *********         *        *     
*                                                                                                   *
*************************************************************************************************** */
@media all and (max-width: 767px) {
	.buy_title {
		bottom: 0;
		top: unset;
		height: fit-content;
		padding: 0 15px;
		width: calc(100% - 30px);
  }

  .buy_title .txt {
    font-size: 26px;
		text-align: center;
  }

  .buy_title .txt-sub {
    font-size: 14px;
    margin-top: 12px;
		text-align: center;
  }

  .guide-tab-content .info-box {
    display: block;
    padding: 20px;
  }

  .guide-tab-content .info-box&gt;img {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .guide-tab-content .media-body {
    padding: 0;
    font-size: 14px;
  }

  .boardHeader {
    padding: 40px 0 20px;
  }

  .useguide-navi {
    margin: 50px 0;
  }

  .useguide-navi button {
    flex: initial;
    flex-grow: 1;
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    letter-spacing: -.8px;
    justify-content: center;
  }

	.useguide-navi button:not(:last-child) {
		margin-right: 5px;
	}

  .useguide-navi button,
  .guide-tab-navi a {
    font-size: 14px;
  }

  .useguide-navi a:hover {
    background: #fff;
    border-color: unset;
    color: #000;
  }

  .useguide-navi a:active {
    background: #00339B;
    border-color: #00339B;
    color: #fff;
  }

  .useguide {
    margin: 30px 0;
  }

  .useguide-top {
    height: 260px;
    word-break: keep-all;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    padding: 0 20px;
  }

  #guide-print .useguide-top {
    background-image: url(http://epsonkorea.img4.kr/purchaseguide/print_for_family_720x520.png);
  }

  #guide-labelprint .useguide-top {
    background-position: 15%
  }

  #guide-bzprint .useguide-top {
    background-position: center;
  }

  .guide-item-list&gt;li {
    max-width: none;
  }

  .guide-tab-navi {
    gap: 12px 0;
  }

  .guide-tab-navi&gt;li {
    flex-basis: calc(100%/ 3);
    max-width: calc(100%/ 3);
  }

  .guide-tab-navi&gt;li.active a {
    color: #0056b3;
  }

  .guide-tab-navi&gt;li.active a img {
    border: 2px solid #0056b3;
  }

  .guide-tab-navi a {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 0 5px;
  }

  .guide-tab-navi a span {
    font-size: 15px;
    ;
    font-weight: 600;
  }

  .guide-tab-navi a img {
    display: block;
    width: 100%;
    max-width: 78px;
    margin: 0 auto 5px;
    transition: all ease .2s;
    border-radius: 100%;
  }

  .specbox {
    margin-top: 5px;
    border-radius: 10px;
  }

  .spec-row {
    margin-top: 5px;
    gap: 5px
  }

  .spec-item {
    flex-basis: calc((100% - 15px)/4);
  }

  .spec-item dl+dl {
    margin-top: 5px;
  }

  .sw_btn {
    justify-content: center;
    padding: 0 20px 20px;
    bottom: unset;
    right: unset;
  }

  .sw_btn .swiper-button-next,
  .sw_btn .swiper-button-prev {
    top: unset;
    margin-top: unset;
  }

  .sw_btn .swiper-pagination-fraction {
    width: 95px;
    right: unset;
    bottom: unset;
  }


  .popup {
    width: 100%;
  }

  .popup .close-btn {
    left: 0;
  }
}
/* BASIC css end */

</pre></body></html>