/* BASIC css start */
/* BASIC css start */


/*   HTML, CSS, JSÄÚµå PC/ MOBILE ÅëÇÕ ¿Ï·á - 2024.11.18  */
/*         *¼öÁ¤ ½Ã PC/ MOBILE µ¿ÀÏÇÏ°Ô ¼öÁ¤ ¿ä¸Á*         */

.fc-blue {
	color: #0056b3;
}

html {
	scroll-behavior: smooth;
}

#content {
    z-index: 1;
    background: #f5f5f5;
    padding-bottom: 1px;
}

.container {
	max-width: 1468px !important;
	padding: 0 14px;
	margin: 0 auto;
}

.text-right {
	text-align: right !important;
}

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

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

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

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

.boardHeader .guideimg img {
	max-width: 100%;
}


header {
	padding: 0 !important;
}

header::after {
	display: none;
}

.index .sect-2 .vod-wrap .vod {
	max-width: inherit !important;
}

.buy_bg {
	position: relative;
	width: 100%;
}

.buy_bg ul {}

.buy_bg ul li {
	height: 500px;
}

.buy_bg ul li:first-child {
	background-image: url("https://ifh.cc/g/oYaSBM.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #f1efe3;
}

.buy_bg ul li:nth-child(2) {
	background-image: url("https://ifh.cc/g/SJXdV8.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #554343;
}

.buy_bg ul li:nth-child(3) {
	background-image: url("https://ifh.cc/g/Qxwlj8.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fafcfb;
}

.buy_bg ul li:last-child {
	background-image: url("https://ifh.cc/g/97RxCO.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e0ebf1;
}

.buy_title {
	position: absolute;
	top: 65%;
	max-width: 1468px !important;
	width: 100%;
	padding: 0 55px;
	margin: 0 auto;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -50%);
}

.useguide-navi {
	display: flex;
	margin: 100px 0 0;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 40px;
}

.useguide-navi a {
	flex: 1;
	font-size: 18px;
	line-height: 70px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
    transition: all ease .2s;
}

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

.useguide {
	margin: 100px 0;
}

.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: 15px;
}

.useguide-top h2 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #fff;
}

#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;
	padding: 70px;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
	background: #fff;
}

.guide-tab-content .info-box>img {
	flex-shrink: 0;
	width: 34%;
	height: auto;
    display: table;
	max-width: 440px;
	border-radius: 15px;
}

.guide-tab-content .media-body {
	flex: 1;
	font-size: 18px;
	padding-left: 60px;
}

.guide-tab-content h3 {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.4;
}

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

.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>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;
}

/* ½½¶óÀÌµå */
.sw_btn {
	position: relative;
	display: flex;
	justify-content: right;
  height: fit-content;
	align-items: center;
	bottom: 35px;
	right: 35px;
}

.sw_btn .swiper-button-next,
.sw_btn .swiper-button-prev {
	padding: 35px;
	color: #111 !important;
	border: 1px solid #dfdfdf;
	border-radius: 100px;
}

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

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

.sw_btn .swiper-button-next,
.sw_btn .swiper-button-prev {
	position: relative;
}

.sw_btn .swiper-pagination-fraction {
	position: relative;
	right: 135px;
	top: inherit;
	left: inherit;
	width: auto;
	font-size: 19px;
	z-index: 1;
}

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

/* video */
.index .sect-2 .vod-wrap {
  position: inherit !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;
}


/* z-index */
.tab-pane {position: relative;}
#guide-print-tab1 {z-index: 22;}
#guide-print-tab2 {z-index: 21;}
#guide-print-tab3 {z-index: 20;}
#guide-print-tab4 {z-index: 19;}
#guide-print-tab5 {z-index: 18;}
#guide-print-tab6 {z-index: 17;}
#guide-bzprint-tab1 {z-index: 16;}
#guide-bzprint-tab2 {z-index: 15;}
#guide-bzprint-tab3 {z-index: 14;}
#guide-bzprint-tab4 {z-index: 13;}
#guide-bzprint-tab5 {z-index: 12;}
#guide-scanner-tab1 {z-index: 11;}
#guide-scanner-tab2 {z-index: 10;}
#guide-scanner-tab3 {z-index: 9;}
#guide-scanner-tab4 {z-index: 8;}
#guide-labelprint-tab1 {z-index: 7;}
#guide-labelprint-tab2 {z-index: 6;}
#guide-labelprint-tab3 {z-index: 5;}
#guide-labelprint-tab4 {z-index: 4;}
#guide-labelprint-tab5 {z-index: 3;}

/* --------------------------------------------------------------------------- */
/*                                       PC                                    */
/* --------------------------------------------------------------------------- */

@media all and (min-width: 768px){
    .p-only { display: block; }
    .m-only { display: none; }

    .boardHeader .container:first-child{
      display: flex;
      align-items: center;
    }
    .boardHeader .txtArea{
      margin: 0;
    }
    .boardHeader .guideimg{
      flex: 1;
      text-align: right;
      padding-left: 20px;
    }

    .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>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>small{
      font-size: .9em;
      display: block;
      color: #666;
      font-weight: 400;
    }
    .guide-tab-navi a>small span {
      font-weight: 400;
    }
    .guide-tab-navi .active>a{border: 2px solid #00339B;color: #00339B;}
    .guide-tab-navi .active>a>small{color: #666;}
}


/* --------------------------------------------------------------------------- */
/*                                   ÅÂºí¸´                                    */
/* --------------------------------------------------------------------------- */


@media all and (max-width: 1476px){
    .guide-tab-content .info-box{
        padding: 40px;
    }
    .guide-tab-content .media-body{
        padding-left: 30px;
        word-break: keep-all;
    }
    .guide-item-list, .spec-row{
        gap: 10px;
    }
    .spec-item{
        flex-basis: calc((100% - 30px)/4);
    }
}

@media all and (max-width: 1280px){
    .useguide-navi{gap: 10px}
    .useguide-navi a, .guide-tab-navi a, .guide-tab-content .media-body{font-size: 16px;}

    .useguide{margin: 50px 0;}

    .guide-tab-content .info-box{padding: 30px;}
    .guide-tab-content .media-body{padding-left: 15px}
    .guide-item-list>li{flex: initial;flex-basis: calc((100% - 10px)/2)}
    .guide-tab-content .txt{margin-bottom: 20px;}
    .guide-tab-content .info-box>img{width: 40%;}

    .specbox{padding: 15px;font-size: 12px;}
    .spec-item{padding: 10px;border-radius: 5px};
}



/* --------------------------------------------------------------------------- */
/*                                   ¸ð¹ÙÀÏ                                    */
/* --------------------------------------------------------------------------- */



@media all and (max-width: 767px){
    .p-only { 
        display: none; 
    }
    .m-only { 
        display: block !important; /* headerÂÊ css¿¡ µ¿ÀÏ Å¬·¡½º°¡ ¸ð¹ÙÀÏµµ ²¨³õÀº »óÅÂ. */
    }   

    .boardHeader .txtArea{
      position: absolute;
      width: 100%;
      top: 45%;
      left: 0;
      transform: translateY(calc(-50% - 48px));
      text-align: center;
      padding: 0 15px;
    }
    .boardHeader .txtArea > * {
        position: relative;
        z-index: 1;
    }
    .boardHeader .txtArea:after {
        content: '';
        width: 100%;
        height: 150%;
        position: absolute;
        top: -25%;
        left: 0;
        background: radial-gradient(ellipse closest-side, rgba(255,255,255,.4) 70%, rgba(255,255,255,0) 100%);
        background: -webkit-radial-gradient(ellipse closest-side, rgba(255,255,255,.4) 70%, rgba(255,255,255,0) 100%);
        background: -moz-radial-gradient(ellipse closest-side, rgba(255,255,255,.4) 70%, rgba(255,255,255,0) 100%);
        background: -o-radial-gradient(ellipse closest-side, rgba(255,255,255,.4) 70%, rgba(255,255,255,0) 100%);
    }

    .boardHeader .txt{
        font-size: 26px;
    }
    .boardHeader .txt-sub{
        font-size: 14px;
        margin-top: 12px;
    }

    .buy_bg ul li { 
        height: 130vw; 
    }
    .buy_bg ul li:first-child { 
        background: url("http://epsonkorea.img4.kr/purchaseguide/print_for_family_720x948.png") no-repeat; 
        background-size: cover;
    }
    .buy_bg ul li:nth-child(2) { 
        background: url("http://epsonkorea.img4.kr/purchaseguide/ebook_study_720x948.png") no-repeat;
        background-size: cover; 
    }
    .buy_bg ul li:nth-child(3) { 
        background: url("http://epsonkorea.img4.kr/purchaseguide/narrow_space_720_948.png") no-repeat;
        background-size: cover; 
    }
    .buy_bg ul li:last-child { 
        background: url("http://epsonkorea.img4.kr/purchaseguide/label_print_720x948.png") no-repeat;
        background-size: cover; 
    }

    .guide-tab-content .info-box{
        display: block;
        padding: 20px;
    }
    .guide-tab-content .info-box>img{
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .guide-tab-content .media-body{
        padding: 0;
        font-size: 14px;
    }
    .boardHeader {
        padding: 40px 0 20px;
    }
    
    .buy_title {
        transform: translate(-50%, 0);
        bottom: 0;
        top: 48px;
        padding: 0 15px;
    }
    
    .buy_title>div {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .useguide-navi {
        margin-top: auto;
        gap: 5px
    }
    
    .useguide-navi a {
        flex: initial;
        flex-grow: 1;
        border-radius: 10px;
        height: 45px;
        display: flex;
        align-items: center;
        letter-spacing: -.8px;
        justify-content: center;
    }

    .useguide-navi a, .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>li {
        max-width: none;
    }
    
    .guide-tab-navi {
        gap: 12px 0;
    }
    
    .guide-tab-navi>li {
        flex-basis: calc(100%/ 3);
        max-width: calc(100%/ 3);
    }
    
    .guide-tab-navi>li.active a {
        color: #0056b3;
    }
    
    .guide-tab-navi>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;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
}


/* BASIC css end */


/* BASIC css end */

