.footer_wrap{
    width: 100%;
    background-color: 
    #171717;
}
.footer_inner{
    width: var(--section-width);
    margin: 0 auto;
    padding-top: 79px;
    padding-bottom: 70px;
}
.footer_top_inner{
    /*margin-top: 30px;*/
    /*display: flex;*/
    justify-content: space-between;
}
.footer_top_inner .left p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 4px;
    margin: 0 !important;
}
.footer_top_inner .left p:last-child{
    font: normal 12px 'Jost';
    font-weight: 400;
}
.footer_top_inner .icon_list{
    width: 94px;
    display: flex;
    /*margin-left: 115px;*/
}
.footer_top_inner .icon_list>li{
    width: calc((100% - 34px)/3);
    margin-right: 17px;
    cursor: pointer;
}
.footer_top_inner .icon_list>li:last-child{
    margin-right: 0;
}
.footer_top{
    padding-bottom: 24px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.kakao{
    width: 100%;
    height: 20px;
    /*background: url('../images/icon/f-kakao-ic.svg') no-repeat;*/
    background: url('../images/icon/f-kakao-ic2.png') no-repeat;
}
.youtube{
    width: 100%;
    height: 20px;
    /*background: url('../images/icon/f-youtube-ic.svg') no-repeat;*/
    background: url('../images/icon/f-youtube-ic2.png') no-repeat;
}
.blog{
    width: 100%;
    height: 20px;
    /*background: url('../images/icon/f-blog-ic.svg') no-repeat;*/
    background: url('../images/icon/f-blog-ic2.png') no-repeat;
}
.facebook {
    width: 100%;
    height: 20px;
    /*background:url(/static/assets_rn/images/icon/f-face.svg) no-repeat center center / cover;*/
    background:url(/static/assets_rn/images/icon/f-face2.png) no-repeat center center / cover;
}
.footer_dropbox{
    display: flex;
    gap: 2rem;
    /*margin-top: 22px;*/
}s
.drop_box{
    margin-right: 10px;
    position: relative;
}
.drop_box:last-child{
    margin-right: 0px;
}
.drop_box>p{
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.drop_box>p::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url('../images/icon/f-dropbox-btn.svg') no-repeat;
    background-size: cover;
}
.drop_box_list_wrap.is-active{
    display: block;
}
.drop_box_list_wrap{
    width: 155px;
    height: 85px;
    background: #fff;
    position: absolute;
    /*left: 50%;*/
    /*bottom:30px;*/
    margin-top: 10px;
    padding: 15px 10px;
    padding-bottom: 4px;
    /*margin-left: -77.5px;*/
    display: none;
    z-index: 1;
}
.drop_box_list{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.drop_box_list::-webkit-scrollbar{
    width: 1px;
}
.drop_box_list::-webkit-scrollbar-track {
    width: 1px;
    background-color: #dbdbdb;

}
.drop_box_list::-webkit-scrollbar-thumb{
    width: 1px;
    /* height: 32px; */
    background-color: #171717;

}
.drop_box_list li{
    font-size: 12px;
    font-weight: 500;
    color: #171717;
    padding-bottom: 7px;
    cursor: pointer;
}
.footer_bottom{
    /*padding-top: 30px;*/
    display: flex;
    justify-content: space-between;
}
.footer_bottom p{
    font: normal 11px 'Jost';
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}
.footer_bottom ul{
    display: flex;
}
.footer_bottom ul li{
    padding-right: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.footer_bottom ul li:last-child{
    padding-right: 0px;
}
.footer_bottom ul li:last-child a {
	color:#ffeb3b !important;
}
.totop{
    width: 50px;
    height: 50px;
    background: url('../images/icon/f-totop.svg') no-repeat;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 4000;
    cursor: pointer;
}
@media (max-width: 1400px){
    .footer_inner{
        width: 92%;
    }
}
@media (max-width: 600px){
    .footer_inner{
        padding-top: 49px;
        padding-bottom: 80px;
    }
    .footer_top{
        padding-bottom: 30px;
    }
    .footer_top_inner{
        flex-wrap: wrap;
    }
    .footer_top_inner .left{
        width: 100%;
    }

    .footer_top_inner .icon_list{
        margin-left: 0;
        /*margin-top: 60px;*/
    }
    .footer_bottom{
        padding-bottom: 5px;
        display: block;
        position: relative;
    }
    .footer_bottom ul{
        /*position: absolute;*/
        top: 22px;
    }
    .footer_bottom ul li{
        font-size: 11px;
        color: #333333;
    }
    .footer_bottom p{
        position: absolute;
        top: 55px;
    }
    .totop{
        display: none;
    }
    .drop_box:first-child .drop_box_list_wrap{
        /*margin-left: -50.5%;*/
    }
}
/*221026 푸터 변경*/
.footer_wrap {
	background:#fafafa;
	border-top:1px solid #dbdbdb;
}
.footer_inner {
	padding-top:40px;
	padding-bottom:40px;
}
.footer_logo{margin: 2rem 0}
.footer_logo img{
    width: 110px;


}
.footer_top {
	padding-bottom:0;
}
.footer_top_inner .left p, .footer_top_inner .left p:last-child {
	font-size:16px;
	color:#222;
}
.footer_top_inner .left p:last-child a {
	font-size:15px;
	color:#222;
}
.footer_top_inner .left p:last-child a:hover {
	text-decoration:underline;
}
.footer_top_inner .right {
	display:flex;
	/*flex-direction:column;*/
	align-items:baseline;
    justify-content: inherit;
    /*margin: 2rem 0;*/
}
.footer_top_inner .drop_box > p {
	font-size:17px;
	color:#222;
    margin: 0 !important;
}
.footer_top_inner .drop_box > p::after {
	filter:brightness(0);
}
.footer_top_inner .icon_list {
	/*width:125px;*/
}
.footer_top_inner .icon_list>li {
	/*height:26px;*/
	background-size:cover;
	/*filter:invert(1);*/
}
.drop_box_list_wrap.is-active li {
	font-size:15px;
	cursor:pointer;
}
.footer_bottom {
	/*padding-top:6rem;*/
}
.footer_bottom p {
	color:#222;
	font:normal 14px 'Jost'
}
.footer_bottom ul li {
	font-size:17px;
	font-weight:bold;
}
.footer_bottom ul li:last-child a {
	color:#ff5200 !important;
}
@media all and (max-width:768px) {
    .footer_dropbox{display: block}
    .footer_dropbox > div{justify-content: inherit; margin-bottom: 1rem}
    .footer_top_inner .right {
		align-items:flex-start;
        display: block;
	}
    .footer_top_inner .drop_box > p {
        /*font-size:14px;*/
    }
}