Welcome to the detailed analysis for epson.co.kr. This domain is officially recognized as Epson Korea | Homepage. According to their official web presence, their primary focus is: "DETAILS FOR TOMORROW. 디테일이 만드는 더 나은 내일.".
"/* HH - 2025.01.08 */ /* *** 종속성 CSS 스타일 제거 *** */ .container-main-content__aligned, .container-main-content__aligned.container-fluid { padding: 0; } .container-main-content__aligned .row, .container-main-content__aligned.container-fluid .row, .container-main-content__aligned.container-fluid .rich-text-output > p { margin: 0; } .container-main-content__aligned.container-fluid .row .rich-text-output { padding: 0; min-height: 0; width: 100%; left: 0; } .container-main-content__aligned.container-fluid .rich-text-output .section * { text-decoration: none; list-style: none; font-family: Pretendard, Dotum, "돋움", AppleGothic, Helvetica, sans-serif; } .container-main-content__aligned.container-fluid .rich-text-output p > a { display: block; } /* *** Common *** */ .section { position: relative; margin-bottom: 5.8vw; } .m-only, .hidden { display: none; } /* *** viewmore *** */ .viewmore { background: #00339b; width: fit-content; line-height: 3vw; height: 3vw; padding: 0 1vw; border: none; display: block; text-align: center; position: relative; margin-top: 1.3vw; font-size: 1.1vw; cursor: pointer; } .viewmore.white span { color: #fff; } .viewmore.white::after, .viewmore.white::before, .viewmore.white span::after, .viewmore.white span::before { background: #fff; } .viewmore:before, .viewmore:after { position: absolute; content: ""; right: 0; top: 0; background: #00339b; transition: all 0.3s ease; } .viewmore:before { height: 0%; width: 2px; } .viewmore:after { width: 0%; height: 2px; } .viewmore span { position: relative; display: block; color: #fff; width: calc(100% + 2vw); height: 100%; left: -1vw; } .viewmore span:before, .viewmore span:after { position: absolute; content: ""; left: 0; bottom: 0; background: #00339b; transition: all 0.3s ease; } .viewmore span:before { width: 2px; height: 0%; } .viewmore span:after { width: 0%; height: 2px; } /* *** animation *** */ @keyframes rotate-in-down-left { 0% { transform-origin: left bottom; transform: translateY(-20%); opacity: 0; } 100% { transform-origin: left bottom; transform: translateY(0); opacity: 1; } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @keyframes twinkle { 0% { text-shadow: 0 0 15px rgba(0, 0, 0, 1); } 50% { text-shadow: 0 0 15px rgba(0, 0, 0, 0); } 100% { text-shadow: 0 0 15px rgba(0, 0, 0, 1); } } #sec01 .mainSwiper .swiper-slide.on .text_area .text_area_inner img.bounce { animation: bounce 1s 2 ease-in-out; } #sec01 .mainSwiper .swiper-slide.on .text_area .text_area_inner img.rotate-in-down-left { animation: rotate-in-down-left 1.2s alternate ease-in-out; } /* section01 MainBanner */ #sec01 .mainSwiper { } #sec01 .mainSwiper .swiper-slide { overflow: hidden; } #sec01 .mainSwiper .swiper-slide .visual_area img { width: 100%; margin: 0; } #sec01 .mainSwiper .swiper-slide .text_area { width: calc(100% - 8vw); position: absolute; top: 50%; transform: translateY(-50%); padding: 0 4vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner { max-width: 1440px; width: 100%; margin: auto; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .title { font-size: 2.3vw; font-weight: 600; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner.villain .title { font-size: 1.7vw; font-weight: 600; color: #00339b; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .title span { font-size: 3.1vw; font-weight: 700; color: #00339b; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner.villain .title span { font-size: 2.5vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .desc { margin-top: 1.3vw; font-size: 1.1vw; line-height: 1.4; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner img { width: 25vw; opacity: 0; transition: all ease .2s; } #sec01 .mainSwiper .swiper-slide.on .text_area .text_area_inner img { opacity: 1; } #sec01 .mainSwiper .swiper-pagination-bullet-active { background: #00339b; } /* section02 Purpose & Category */ #sec02 .benner_purpose { display: block; position: relative; margin: 0 4vw; } #sec02 .benner_purpose h2 { color: #fff; font-weight: 600; animation: twinkle 5s infinite ease-in-out; width: calc(100% - 8vw); font-size: 2.3vw; position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); text-align: center; line-height: 1.5; } #sec02 .benner_purpose h2 .viewmore.white { margin: 1.3vw auto 0; box-shadow: 0 0 15px rgba(255, 255, 255, .2); } #sec02 .benner_purpose img { width: 100%; border-radius: 15px; } #sec02 .categorySwiper { padding: 5.8vw 4vw; } #sec02 .categorySwiper .swiper-slide a { display: block; border: 1px solid #eee; border-radius: 15px; padding: 1.5vw 2vw; transition: all ease .1s; } #sec02 .categorySwiper .swiper-slide a img { width: 100%; } #sec02 .categorySwiper .swiper-slide a p { text-align: center; font-size: 1.8vw; color: #000; margin-top: 10px; font-weight: 600; max-width: 100%; } #sec02 .categorySwiper .swiper-button { padding: 0 20px; transform: translateY(-50%); margin-top: 0; height: 100%; color: #000; transition: all ease .2s; } #sec02 .categorySwiper .swiper-button:not(.swiper-button-disabled):active::after { transform: scale(.9); color: #00339b; } #sec02 .categorySwiper .swiper-button-prev { left: 0; } #sec02 .categorySwiper .swiper-button-next { right: 0; } #sec02 .categorySwiper .swiper-button-disabled { color: #000; pointer-events: initial; } /* section03 Purpose & Accordion */ #sec03 { margin-bottom: 0; } #sec03 .benner_reusable { display: block; position: relative; margin: 0 4vw; } #sec03 .benner_reusable h2 { color: #fff; font-weight: 600; animation: twinkle 5s infinite ease-in-out; width: calc(100% - 8vw); font-size: 3.1vw; position: absolute; display: flex; justify-content: flex-end; align-items: center; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: right; line-height: 1.5; margin: 0; } #sec03 .benner_reusable img { width: 100%; border-radius: 15px; } #sec03 .benner_reusable h2 .viewmore.white { margin-top: 0; margin-left: 1.5vw; } #sec03 .accordion-slider { width: calc(100% - 8vw); font-size: 0; margin: 0 4vw; height: auto; padding: 5.8vw 0; } #sec03 .accordion-slider .box.first-box { background: #000 url('https://mediaserver.goepson.com/ImConvServlet/imconv/fab589df2e5cbb5cc6c3caab35cc4ea792825e2e/original?use=productpictures&hybrisId=B2C&assetDescr=paperlab') no-repeat center center; background-size: cover; } #sec03 .accordion-slider .box.second-box { background: #000 url('https://mediaserver.goepson.com/ImConvServlet/imconv/e6a22c28768f30793e61d5211c7da8f9437c0524/original?use=productpictures&hybrisId=B2C&assetDescr=heatfree') no-repeat center center; background-size: cover; } #sec03 .accordion-slider .box.third-box { background: #000 url('https://mediaserver.goepson.com/ImConvServlet/imconv/aa4644f1a53fe3bc677b60c5a4a1f898bb84ff6f/original?use=productpictures&hybrisId=B2C&assetDescr=eco_friendly') no-repeat center center; background-size: cover; } #sec03 .accordion-slider .box { display: block; width: calc(100% / 3); font-size: 18px; height: 25vw; position: relative; float: left; } #sec03 .accordion-slider .box::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); z-index: 0; opacity: 0; transition: all ease .3s; } #sec03 .accordion-slider .box.active::after { opacity: 1; } #sec03 .accordion-slider .box > .inner { position: absolute; top: 50%; z-index: 1; -webkit-transform: translateY(-50%); transform: translateY(-50%); } #sec03 .accordion-slider-title { color: #fff; opacity: 0; font-weight: 600; letter-spacing: 1px; margin-top: 0; font-size: 3.1vw; } #sec03 .accordion-slider-content { opacity: 0; width: 100%; max-width: 400px; position: relative; color: #fff; } #sec03 .accordion-tabmenu-mobile { display: none; } /* section04 TourBanner */ #sec04 .tourSwiper { display: block; position: relative; margin: 0 4vw; border-radius: 15px; } #sec04 .tourSwiper .swiper-slide .viewmore { position: absolute; left: 65%; top: 35%; transform: translate(-50%, -50%); box-shadow: 0 0 20px rgba(255, 255, 255, .3); } #sec04 .tourSwiper .swiper-slide .viewmore.adjust01 { top: 53%; left: 15vw; transform: translate(0%, -50%); } #sec04 .tourSwiper .swiper-slide img { width: 100%; border-radius: 15px; margin: 0; } #sec04 .tourSwiper .swiper-pagination { width: fit-content; position: absolute; right: 1%; bottom: 10px; left: unset; background: rgba(0, 0, 0, .6); color: #fff; padding: 5px 10px; border-radius: 5px; } /* ************************************************************************************************ * * * * * ****** * * ********* ****** * * * * * ** ** * * * * * * * * * * * * * * * * * * * * ********** * * * * ********* * **** * * * * * * * * * * * * * ** * * * * * * * ** ** * * * * ** ***** * * * * ****** * ********* * ** * * * * ************************************************************************************************ */ @media (hover: hover) and (pointer: fine) { /* when supported */ /* *** viewmore *** */ .viewmore:hover{ background: transparent; box-shadow: none; } .viewmore:hover:before { height: 100%; } .viewmore:hover:after { width: 100%; } .viewmore:hover span{ color: #00339b; } .viewmore.white:hover span{ color: #fff; } .viewmore:hover span:before { height: 100%; } .viewmore:hover span:after { width: 100%; } /* section02 Purpose & Category */ #sec02 .categorySwiper .swiper-slide a:hover { border: 1px solid #00339b; box-shadow: 0 0 15px rgba(0, 0, 0, .2); } #sec02 .categorySwiper .swiper-slide a:hover p { color: #00339b; } #sec02 .categorySwiper .swiper-button:hover { color: #00339b; background: rgba(255, 255, 255, .8); } } /* ********************************************************** * * * ****** ********* ******** * * * * * * * * * * * * * * * * * * **** ********* ******** * * * * * * ** * * * * * * * * ** * * ***** * * * ** ********* ******** * * * * ********************************************************** */ @media only screen and (max-width: 1280px) { /* *** viewmore *** */ .viewmore { font-size: 1.5vw; height: 3.5vw; line-height: 3.5vw; } /* section01 MainBanner */ #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .title { font-size: 3vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .title span { font-size: 4vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .desc { font-size: 1.5vw; } } /* **************************************************************************************************** * * * *********** ** ******* * ********* *********** * * * * * * * ** * * * * * * * * * * * * * * * * * * ******** * **** * ********* * * * * * * * * * * * * * * * * * * * * * * * ** * * * ***** * * * * * ******* ******** ********* * * * * * **************************************************************************************************** */ @media all and (max-width: 768px) { /* *** Common *** */ .p-only { display: none; } .m-only { display: block; } /* *** viewmore *** */ .viewmore { margin: 3vw auto 0; font-size: 3vw; height: 6vw; line-height: 6vw; padding: 0 2.6vw; } .viewmore span { width: calc(100% + 5.2vw); left: -2.6vw; } .viewmore:active{ background: transparent; box-shadow: none; } .viewmore:active:before { height: 100%; } .viewmore:active:after { width: 100%; } .viewmore:active span{ color: #00339b; } .viewmore.white:active span{ color: #fff; } .viewmore:active span:before { height: 100%; } .viewmore:active span:after { width: 100%; } /* section01 MainBanner */ #sec01 .mainSwiper .swiper-slide .text_area { width: calc(100% - 4vw); top: 25%; left: 50%; padding: 0 2vw; text-align: center; transform: translate(-50%, -50%); } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .title { font-size: 5.5vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner.villain .title { font-size: 5vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .title span { font-size: 7vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner .desc { margin-top: 1.8vw; font-size: 3vw; } #sec01 .mainSwiper .swiper-slide .text_area .text_area_inner img { width: 50vw; display: inline-block; margin: 8vw 0 3vw; } /* section02 Purpose & Category */ #sec02 .benner_purpose h2 { font-size: 3.8vw; margin: 0; } #sec02 .benner_purpose h2 .viewmore.white { margin-top: 3vw; } #sec02 .benner_purpose img { margin-bottom: 5.8vw; } #sec02 .categorySwiper .swiper-button { padding: 0 1.3vw; } #sec02 .categorySwiper .swiper-button::after { font-size: 5.5vw; } #sec02 .categorySwiper .swiper-slide a { padding: 4vw 2vw; } #sec02 .categorySwiper .swiper-slide a p { font-size: 3vw; } #sec02 .categorySwiper .swiper-slide a:active { border: 1px solid #00339b; box-shadow: 0 0 15px rgba(0, 0, 0, .2); } #sec02 .categorySwiper .swiper-slide a:active p { color: #00339b; } #sec02 .categorySwiper .swiper-button:active { color: #00339b; background: rgba(255, 255, 255, .8); } /* section03 Purpose & Accordion */ #sec03 .benner_reusable { margin-bottom: 5.8vw; } #sec03 .benner_reusable h2 { flex-direction: column; align-items: flex-end; font-size: 5.5vw; line-height: 1.2; margin: 0; } #sec03 .benner_reusable h2 .viewmore.white { margin-right: 0; margin-top: 2vw; } #sec03 .accordion-slider { width: calc(100% - 8vw); height: 55vw; position: relative; padding: 0 0 5.8vw; } #sec03 .accordion-slider .box { width: 100%; font-size: 18px; height: calc(100% - 5.8vw); } #sec03 .accordion-tabmenu-mobile { list-style: none; padding: 0 4vw 2vw; gap: 1vw; } #sec03 .accordion-tabmenu-mobile li { flex-grow: 1; text-align: center; padding: 10px 4px; border-radius: 10px; border: 1px solid #eee; transition: all ease .2s; font-size: 3vw; } #sec03 .accordion-tabmenu-mobile li.active { background: #00339b; color: #fff; } #sec03 .accordion-slider .box.absolute { position: absolute; border-radius: 15px; overflow: hidden; } #sec03 .accordion-slider .box.absolute.active { z-index: 1; } #sec03 .accordion-slider .box > .inner { display: flex; flex-direction: column; align-items: center; left: calc(50% - 100px); transform: translate(-50%, -50%); } #sec03 .accordion-slider-title { font-size: 5.5vw; margin-bottom: 0; } #sec03 .accordion-slider-content { width: fit-content; } /* section04 TourBanner */ #sec04 .tourSwiper .swiper-pagination { font-size: 2.5vw; right: 10px; padding: 1.5vw 2vw; } #sec04 .tourSwiper .swiper-slide .viewmore { margin: 0; top: 70%; left: 50%; } #sec04 .tourSwiper .swiper-slide .viewmore.adjust01 { left: 4.5vw; top: 65% } #sec04 .tourSwiper .swiper-slide img { margin: 0; } } /* ***************************************************************************************************** * * * *** *** ****** ******* *** * ********* * * * * * * * ** ** * ** * * * * * * * * * * * * * * * * * * * * * * * * * * * **** * * ********* * * * * * * ** * * * * * * * * * * * * * * * ** ** * ** * * * ***** * * * * ****** ******* *** ********* ********* * * * * ***************************************************************************************************** */ @media all and (max-width: 480px) { }"
By comparing epson.co.kr to other leading websites in its niche, marketers and researchers can identify key traffic sources and growth opportunities. Explore our related resources below to find websites similar to epson.co.kr.
Yes, according to our latest analysis, we detected a valid SSL certificate ensuring a secure connection.
As of July 30, 2026, epson.co.kr holds an estimated domain authority score of 62/100 based on our VisitRank tracking algorithms.
You can find the best alternatives and similar sites to epson.co.kr in our explore section, which includes competitors in the E-commerce & Retail sector.
Common Misspellings & Typo Domains for epson.co.kr:
"소중한 당신을 위한 최고의 선택,엡손 ‘Dust-Free 렌탈 서비스’ 를 통해엡손이 제안하는 빌런 탈출법!깨끗하고 쾌적한 업무 환경을 만들어 보세요."
"미세먼지 걱정 없는 프린팅으로더 깨끗하게,엡손의 Dust-Free를 통해미세먼지 배출 걱정 없이 깨끗하고 쾌적한가정 및 업무 환경을 구현해 보세요."
"번거로운 과정 NO! 채팅하듯 쉽게,터치로 완성되는 N컷으로 즐겁게,새로운 연결 방식으로 편리하게지금 카카오톡에서“엡손 프린톡” 채널 추가해새로운 프린팅을 경험해 보세요~"