/* BASIC css start */
/* ¹öÆ° ÄÁÅ×ÀÌ³Ê À§Ä¡ °íÁ¤ */
.scroll-buttons {    position: fixed;
    bottom: 30px;
    right: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9;
}

/* ¹öÆ° ±âº» ½ºÅ¸ÀÏ */
.scroll-buttons button {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    width: 24px;
    padding: 0;
}

/* È£¹ö È¿°ú */
.scroll-buttons button:hover {
  transform: translateY(-3px);
}

/* Ã³À½¿¡ »ó´Ü ÀÌµ¿ ¹öÆ°Àº ¼û°ÜµÑ ¼ö ÀÖ½À´Ï´Ù (¼±ÅÃ »çÇ×) */
#btnTop {
  opacity: 0;
  visibility: hidden;
}

#btnTop.show {
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width: 1280px) {
    footer .footer-inside.mo{display:block !important}
    footer .footer-inside.mo .footer-logo{display:none}
    footer .footer-inside.pc{display:none !important}
    /* ¹öÆ° ÄÁÅ×ÀÌ³Ê À§Ä¡ °íÁ¤ */
    .scroll-buttons {
        position: fixed;
        bottom: 34px;
        right: 13px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 9;
    }

    /* ¹öÆ° ±âº» ½ºÅ¸ÀÏ */
    .scroll-buttons button {
        border-radius: 50%;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        background: none;
        width: 24px;
        padding: 0;
    }

    /* È£¹ö È¿°ú */
    .scroll-buttons button:hover {
      transform: translateY(-3px);
    }

    /* Ã³À½¿¡ »ó´Ü ÀÌµ¿ ¹öÆ°Àº ¼û°ÜµÑ ¼ö ÀÖ½À´Ï´Ù (¼±ÅÃ »çÇ×) */
    #btnTop {
      opacity: 0;
      visibility: hidden;
    }

    #btnTop.show {
      opacity: 1;
      visibility: visible;
    }

}




footer {
	width:100%;
	text-align:left;
	line-height:1.5;/*
	position:absolute;
	bottom:0;
	left:0;
	float:left;*/
	z-index:2;
	padding:1.25em 0;
}
footer * {
	color:#000;
}
footer a {
    white-space: nowrap;
    display: inline-block;
    position: relative !important;
    font-size: 13px;
    font-weight: 400;
}

footer .footer-inside.pc{
    display: block;}
    

footer .footer-inside.pc .fbox.privacy-info{
    display: flex;
    width: 100% !important;
    max-width: unset;
    justify-content: space-between;}


footer .footer-inside.pc .fbox.privacy-info .left{}

footer .footer-inside.pc .fbox.privacy-info .right{_width: 460px;display: flex;flex-direction: column; justify-content: flex-end;}

footer .footer-inside {
	display:flex;
	justify-content:space-between;
}
footer .footer-inside .footer-logo {
	text-align:right;
    margin-bottom: 35px;
}
footer .footer-inside .footer-logo img {
	width:143px;
}
footer .footer-inside>div {
	/*width:33.3333%;
	max-width:500px;
	align-self:center;*/
}
footer .footer-inside .privacy-info ul {
	display:flex;
    justify-content: flex-end;
        gap: 10px;
        overflow: auto;
}
footer .footer-inside .privacy-info ul li {
    margin-left: 30px;
}
footer .footer-inside .company-info {    width: 382px;
    font-size: 13px;
    font-weight: 400;
}
footer .footer-inside .company-info span:first-of-type::after,footer .footer-inside .company-info span:nth-of-type(3)::after,footer .footer-inside .company-info span:nth-of-type(4)::after,footer .footer-inside .company-info span:nth-of-type(5)::after {
	content:"";
	display:block;
}
footer .footer-inside .company-info .to-top {
	position:fixed;
	right:50px;
	bottom:150px;
	z-index:100;
	border:1px solid #ebebeb;
	background-color:#fff;
	display:none !important;
	border-radius:50%;
	padding:8px 0;
	width:35px;
	height:35px;
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
	cursor:pointer;
}


    
footer .channel{margin-bottom: 10px;}
footer .channel a{font-size: 15px; font-weight: 700;text-decoration: underline;}        
footer .channel span{font-size: 14px;}
        
        
        
@media only screen and (max-width:1024px) {

	footer .footer-inside {
		flex-direction:column;
	}
	footer .footer-inside>div {
		width:100%;
        max-width: unset;
	}
    
    footer .footer-inside>div .channel{
        margin-bottom: 1.4375rem;
        text-align: center;}
    footer .footer-inside>div .channel a{
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;}
        
    footer .footer-inside>div .channel span{
        font-size: 12px;}
    
	footer .footer-inside .footer-logo {
		order:-1;
        margin-bottom:1.4375rem;
        text-align:center;
        
	}
	footer .footer-inside .footer-logo img {
		width:45vw;
	}
	footer .footer-inside .privacy-info ul {
        margin-bottom:1.4375rem;
		justify-content:space-between;
	}
	footer .footer-inside .privacy-info ul li {
		margin:0;
	}
    footer .footer-inside .privacy-info ul li a{
        font-size:12px; font-weight:400;
    }
    
	footer .footer-inside .company-info {
		text-align:center;
        width: auto;
	}
	footer .footer-inside .company-info span {
		display:block;
        font-size: 12px;
        text-transform: uppercase;
	}
	footer .footer-inside .company-info .to-top {
		right:20px;
		bottom:50px;
	}
}


footer .footer-inside .company-info span {
    display:block;
    text-transform: uppercase;
}
/* BASIC css end */

