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

.scroll_bt_tll {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 3px;
  right: 1%;
  bottom: 100px;
  z-index: 996;
  opacity: 0;
  visibility: hidden;
  transition: all ease .2s;
}


.scroll_bt_tll a {
	background: #021526;
	text-align: center;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius:100%;
	width:55px;
	height:55px;
}

.scroll_bt_tll a span {
	position: absolute;
	font-size: 14px;
	right: calc(100% - 15px);
	white-space: nowrap;
	color: #021526;
	opacity: 0;
	visibility: hidden;
	transition: all ease .2s;
	pointer-events: none;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1);
	
}

.scroll_bt_tll a:hover span {
	opacity: 1;
	visibility: visible;
	right: calc(100% + 5px)
}

.scroll_bt_tll a:active {
	transform:scale(.95);
}

.scroll_bt_tll a:not(.kakao-quick) img {
	width:27px;
}

.scroll_bt_tll a.kakao-quick img {
	width: 32px;
}

#footer {
    margin-top: 160px;
    padding-bottom: 90px;
}
.footer-content {
    background-color: #fff;
    border-top: 1px solid #eeeeee;
}

.footer-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 9px;
		display: flex;
}

.sitemap-links > ul {
    display: flex;
		width: 100%;
}

.sitemap-links > ul > li {
    position: relative;
    float: left;
    width: 20%;
    padding: 46px 24px 30px;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    height: 690px;
}
.sitemap-links > ul > li:last-of-type {
    border-right: 1px solid #eee;
}
.sitemap-links > ul > li > h3 {
    margin-bottom: 17px;
    line-height: 23px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    position: unset;
}

.sitemap-links > ul > li > h3 > a {
    display: block;
    font: inherit;
    pointer-events: none;
}

.sitemap-links > ul > li > ul > li {
    padding: 8px 0;
    line-height: 1;
}

.sitemap-links > ul > li > ul > li > a {
    font-size: 14px;
    color: var(--3);
}

.sitemap-links > ul > li.row2, 
.sitemap-links > ul > li.row3 {
    display: flex;
    flex-direction: column;
}

.sitemap-links > ul > li.row2 > ul > li, 
.sitemap-links > ul > li.row3 > ul > li {
    padding: 0;
}

.sitemap-links > ul > li.row2 > ul > li > h3, 
.sitemap-links > ul > li.row3 > ul > li > h3 {
    margin-bottom: 17px;
    line-height: 23px;
    font-weight: 700;
    font-size: 16px;
    position: unset;
}

.sitemap-links > ul > li.row2 > ul > li > h3 > a, 
.sitemap-links > ul > li.row3 > ul > li > h3 > a {
    display: block;
    font: inherit;
    pointer-events: none;
}

.sitemap-links > ul > li.row2 > ul > li > ul > li, 
.sitemap-links > ul > li.row3 > ul > li > ul > li {
    padding: 9px 0;
    line-height: 1;
}

.sitemap-links > ul > li.row2 > ul > li > ul > li > a, 
.sitemap-links > ul > li.row3 > ul > li > ul > li > a {
    font-size: 14px;
    color: var(--3);
}

.sitemap-links > ul > li.row2 > ul > li > ul > li:last-of-type, 
.sitemap-links > ul > li.row3 > ul > li > ul > li:last-of-type {
    margin-bottom: 60px;
} 

.sitemap-links > ul > li.row3 > ul > li.no-child + li:not(.no-child) {
    margin-top: 60px;
} 

.sitemap-links > ul > li.row3 > ul > li.no-child > h3 a{
    pointer-events: auto;
}
.sitemap-links > ul > li.row3 > ul > li.no-child > h3 a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: -3px;
    margin-left: 6px;
    vertical-align: middle;
    background: url(/design/epsonkorea/images/footer_arrow_big.png) no-repeat center center !important;
    background-size: 100% auto !important;
}
.sitemap-links > ul > li.row2 > ul > li.no-child > h3 > a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: -3px;
    margin-left: 6px;
    vertical-align: middle;
    background: url(/design/epsonkorea/images/footer_arrow_big.png) no-repeat center center !important;
    background-size: 100% auto !important;
}

.info-detail {
    padding-top: 48px;
		width: calc(60% + 1px);
}

.info-detail .logo {
    padding-bottom: 31px;
}

.info-detail p {
    color: var(--3);
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 6px;
}
.info-detail p span {
    position: relative;
    margin-left: 8px;
    padding-left: 10px;
}

.info-detail p span:first-child {
    margin-left: 0;
    padding-left: 0;
}

.info-detail p span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #cecece;
}

.info-detail p span:first-child::after, 
.info-detail p span.comp-wrap::after {
    display:none;
}

.info-detail p span.comp-wrap {
    padding-left: 0;
    margin-left: 8px;
}

.info-detail p span.comp-wrap .comp {
    display: inline-block;
    width: 78px;
    height: 18px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background: var(--3);
    border-radius: 10px;
    border: 1px solid var(--3);
    position: relative;
    top: -2px;
}

.info-detail p.copyright {
    font-weight: 400;
    padding-top: 21px;
    padding-bottom: 47px;
}

.info-cs-bank {
    padding-top: 48px;
		flex-grow: 1;
}

.info-cs-bank + .info-cs-bank {
    right: 0;
}

.info-cs-bank h3 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
}

.info-cs-bank h1 {
    font-size: 22px;
    padding-bottom: 12px; 
    font-weight: 400;
}

.info-cs-bank p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 7px;
}

.footer-btn {
    padding-top: 30px;
}

.footer-btn ul {
    font-size: 0;
}

.footer-btn ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer-btn ul li a {
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 30px;
    font-size: 0;
    background-size: cover;
}

.footer-btn ul:last-child li {
    margin-left: 8px;
    padding-left: 10px;
}
.footer-btn ul:last-child li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-btn ul:last-child li::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 10px;
    background: #cecece;
}

.footer-btn ul:last-child li:first-child::after {
    display: none;
}

.footer-btn ul:first-child {
    position: absolute;
    top: 18px;
    right: 65px;
}

.footer-btn ul:first-child li {
    margin-left: 20px;
}

.footer-btn ul:first-child li a img {
    transform: scale(0.629);
}

.footer-btn ul.txt li a {
    font-size: 12px;
    font-weight: 700;
    width: auto;
    height: auto;
}



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

 @media (hover: hover) and (pointer: fine) { /* when supported */
 
}



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

@media only screen and (max-width: 1024px) {

	.scroll_bt_tll {
		gap: 18px;
		bottom: 115px;
	}

	.scroll_bt_tll a {
		width: 45px;
		height: 45px;
		position: relative;
	}

	.scroll_bt_tll a span {
		right: unset;
		bottom: -15px;
		opacity: 1;
		visibility: visible;
		font-size: 11px;
		
	}

	.scroll_bt_tll a.kakao-quick img {
		width: 25px;
	}
	
	.scroll_bt_tll a:not(.kakao-quick) img {
		width: 23px;
	}

	.scroll_bt_tll a:not(.kakao-quick) span {
		letter-spacing: -1.3px;
	}

	.scroll_bt_tll a:hover span {
		right: unset;
	}

	#footer {
			padding-bottom: 0;
			margin-top: 75px;
	}
	.footer-content {
			border-top: 0;
	}

	.footer-inner {
		padding: 0;
	}

	.sitemap-links > ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		border-top: 1px solid #eee;
	}

	.sitemap-links > ul > li {
		height: auto;
		float: none;
		width: 100%;
		padding: 0;
		/* border-top: 1px solid #eee; */
		border-left: none;
	}

	.sitemap-links > ul > li > h3 {
		position: static;
		font-size: 14px;
		background: #fff;
		margin-bottom: 0;
	}

	.sitemap-links > ul > li > h3 > a {
		position: relative;
		line-height: 55px;
		padding: 0 14px;
		pointer-events: auto;
		font-size: 13px;
	}

	.sitemap-links > ul > li > h3 > a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 12px;
		width: 12px;
		height: 12px;
		margin-top: -7px;
		background: url(/design/epsonkorea/images/footer_toggle.png) no-repeat;
		background-size: cover;
	}

	.sitemap-links > ul > li.active + li {
		border-top:0;
	}

	.sitemap-links > ul > li.active > h3 > a::after {
		background: url(/design/epsonkorea/images/footer_toggle_on.png) no-repeat;
	}

	.sitemap-links > ul > li.productLine1 > ul {
		margin: 0 12px;
		background: #f7f7f7;
		border-radius: 15px;
		padding: 15px 30px;
		font-size: 0;
		margin-bottom: 20px;
		display: none;
	}

	.sitemap-links > ul > li.productLine1 > ul > li {
		width: 50%;
		display: inline-block;
		padding: 10px 0;
	}

	.sitemap-links > ul > li > ul > li > a {
		font-size:13px;
	}

	.sitemap-links > ul > li.row2 > ul > li, 
	.sitemap-links > ul > li.row3 > ul > li {
		border-top: 1px solid #eee;
	}

	.sitemap-links > ul > li.row2 > ul > li > h3, 
	.sitemap-links > ul > li.row3 > ul > li > h3 {
		position: static;
		font-size: 14px;
		background: #fff;
		margin-bottom: 0;
	}

	.sitemap-links > ul > li.row2 > ul > li > h3 > a, 
	.sitemap-links > ul > li.row3 > ul > li > h3 > a {
		position: relative;
		line-height: 55px;
		padding: 0 14px;
		pointer-events: auto;
		font-size: 13px;
	}

	.sitemap-links > ul > li.row2 > ul > li > h3 > a::after, 
	.sitemap-links > ul > li.row3 > ul > li > h3 > a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 14px;
		width: 12px;
		height: 12px;
		margin-top: -7px;
		background: url(/design/epsonkorea/images/footer_toggle.png) no-repeat;
		background-size: cover;
	}

	.sitemap-links > ul > li.row2 > ul > li.active > h3 > a::after, 
	.sitemap-links > ul > li.row3 > ul > li.active > h3 > a::after  {
		background: url(/design/epsonkorea/images/footer_toggle_on.png) no-repeat;
	}

	.sitemap-links > ul > li.row2 > ul > li > ul, 
	.sitemap-links > ul > li.row3 > ul > li > ul {
		margin: 0 12px;
		background: #f7f7f7;
		border-radius: 15px;
		padding: 15px 30px;
		font-size: 0;
		margin-bottom: 20px;
		display: none;
	}

	.sitemap-links > ul > li.productLine1.active > ul, 
	.sitemap-links > ul > li.row2 > ul > li.active > ul, 
	.sitemap-links > ul > li.row3 > ul > li.active > ul {
		display:flex;
		flex-wrap: wrap;
		word-break: keep-all;
	}

	.sitemap-links > ul > li.row2 > ul > li > ul > li, 
	.sitemap-links > ul > li.row3 > ul > li > ul > li {
		width: 50%;
		display: inline-block;
	}

	.sitemap-links > ul > li.row2 > ul > li > ul.ft_projecter > li {
		width: 100%;
	}

	.sitemap-links > ul > li.row2 > ul > li > ul > li:last-of-type, 
	.sitemap-links > ul > li.row3 > ul > li > ul > li:last-of-type {
		margin-bottom: 0;
	}

	.sitemap-links > ul > li.row3 > ul > li.no-child + li:not(.no-child) {
		margin-top: 0;
	}

	.footer-inner.gray {
		border-top: 1px solid #eee;
		flex-wrap: wrap;
		text-align: center;
		padding-top: 30px;
	} 
	.info-detail {
		flex: 100%;
		background: #f7f7f7;
		margin-top: 30px;
		padding-top: 35px;
	}

	.footer-btn {
		background: #f7f7f7;
		padding-bottom: 90px;
		text-align: center;
		width: 100%;
	}

	.info-cs-bank {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		order: 0;
	}

	.info-cs-bank + .info-cs-bank {
		margin-left: 11vw;
	}

	.info-detail {
		flex: 100%;
		background: #f7f7f7;
		margin-top: 30px;
		padding-top: 35px;
		order: 1;
	}

	.footer-btn {
		background: #f7f7f7;
		padding-bottom: 90px;
		padding-top: 0;
	}

	.info-detail .logo {
		padding-bottom: 20px;
	}

	.info-detail p {
		line-height: 1.85;
		padding: 0 14px;
	}

	.info-detail p.mo span {
		display: inline-block;
		vertical-align: middle;
	}

	.info-detail p span {
		display: block;
		padding-left: 5px;
		margin-left: 5px;
	}

	.info-detail .logo + p span {
		display: inline-block;
	}

	.info-detail p span::after {
		display: none;
	}

	.info-detail .logo + p span + span:after {
		display: block;
		top: 4px;
		height: 9px;
	}

	.info-detail p.mo span.comp-wrap {
		margin-left: 5px;
	}

	.info-detail p.mo span:first-child {
		display: block;
	}

	.info-detail p.copyright {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.footer-btn ul:first-child {
		position: relative;
		top: 0;
		right: 0;
	}

	.footer-btn ul + ul {
		padding-top: 30px;
	}
}



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

@media all and (max-width: 767px) { 
	.scroll_bt_tll a {
		font-size:11px;    
	}
}

/* BASIC css end */


/* BASIC css end */

