/*메인 컨테이너 - 푸터 전체 박스*/
    .footer_full_box {
        margin-top: 0rem;
        font-size: 0.9rem;
        overflow: hidden;
        background: #6d6d6d;
        padding: 0.625 0 0 0;
        line-height: 1.5;
        border-top: 0px solid #b6b6b6;
    }

    /*컨테이너 - 푸터 컨테이너 가로 최대 1100*/
    .footer_full_box .container {
        overflow: hidden;
    }

    @media only screen and (max-width: 500px) {

        .footer_full_box .container {
            width: 100%;
			padding: 0;
			margin: 1rem auto 0;
			/* border: 1px solid #d3d3d3; */
			background: #323232;
			}
    }

    .footer_item {
        width: 33.3333%;
        float: left;
        box-sizing: border-box;
        padding: 0.625rem 1.25rem;

    }

    .footer_logo {
        border-top: 0px solid #ffffff;
    }

    .footer_adress {
        border: 0x solid #cecece;
    }

    .footer_menu {
        border: 0px solid #cecece;
    }

    .footer_item_tltle {
        margin: 10px auto;
        max-width: 50%;
        border: 1px solid #999999;
        color: #fff;
        font-family: "Roboto", sans-serif;
        text-transform: capitalize;
        font-size: 1.2rem;
        margin-bottom: 0.625rem;
        font-weight: 600;
        text-align: center;
        border-radius: 6px;
		box-shadow: 2px 2px 8px 4px rgb(181 181 181 / 16%);
    	padding: 4px;
    }

    .footer_item_box {
        min-height: 7.625rem;
        padding: 10px;
		color:white;
		text-align:center;
    }

    .footer_item_box ul .name {
        font-weight: 800;
        color: #fff;
    }


    /*푸터 로고 중앙정렬*/
    .footer_item .footer_logo_img {
        text-align: center;
        padding: 2rem 0;
    }

    /*푸터 로고 이미지 크기*/
    .footer_item .footer_logo_img img {

        width:160px;
        padding-bottom: 0.25rem;
        filter: invert();
        filter: grayscale();
    }

    .footer_item .footer_logo_img img:hover {}

    .sns_share {
        text-align: center;
    }

    .sns_share a img {
        width: 1.875rem;
        max-width: 1.875rem;
        border-radius: 0%;
    }

    .footer_item ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .footer_item li {
        color: #a1a1a1;
    	padding: 3px 0;
    }


    .footer_item li:hover {
        color: #ffffff;
        font-weight: 600;
    }

    .footer_item .pull-right {
        float: right;
    }



    /*카피라이트 디자인*/
    .copyright_box {
        text-align: center;
        padding: 0.75rem 0;
        font-size: 0.8rem;
        border-top: 1px solid #444;
        background-color: #111;
        color: #dcdcdc;
    }

    .copyright .design_by_artkorea {
        margin-top: 0.3125rem;
        margin-bottom: 0.625rem;
        color: #a0a0a0;
    }

    .copyright .design_by_artkorea a {
        color: rgb(143, 143, 143);
        text-decoration: none;
    }

    .copyright .design_by_artkorea a:hover {
        color: rgb(237, 237, 237);
    }

    .design_by_artkorea {
        vertical-align: text-bottom;
    }



    @media only screen and (max-width: 1000px) {
        .footer_logo {
            width: 30%;
            padding: 0.625rem;
        }

        .footer_adress {
            width: 35%;
            padding: 0.625rem;
        }

        .footer_menu {
            width: 35%;
            padding: 0.625rem;
        }

    }

    @media only screen and (max-width: 750px) {

        .footer_item_box_01 {
            border-top: 0px dotted #979797;
        }

        .footer_menu {
            display: none;
        }

        .footer_logo {
            width: 40%;
        }

        .footer_logo>.footer_item_tltle {
            display: none;
        }

        .footer_adress {
            width: 60%;
        }

    }
.footer_item ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: 240px;
    overflow: hidden;
    /* text-align: center; */
}

    @media only screen and (max-width: 500px) {
        .footer_full_box {
            padding: 0;
            background: #b6b6b6;
        }

        .footer_menu {
            display: block;
            width: 100%;
        }

        .footer_logo {
            width: 100%;
        }

        .footer_adress {
            width: 100%;
        }

        .footer_item_box_01 {
            border-top: 0px dotted #979797;
        }

        .footer_item_tltle {
            font-size: 1.2rem;
			margin: 10px;
        }

        .footer_logo>.footer_item_tltle {
            display: none;
        }

        .footer_logo {
            padding: 0px 0.625;
        }

        .design_by_artkorea {
            display: block;
        }
    }

    /*푸터 패밀리사이트*/

    .footer_item_box .familysite {
        background-color: #b0b0b0;
        border: 1px solid black;

       
		padding:10px 20px;
        margin-top: 10px;
    }

.pdt30{margin-top:30px;}

.snslogo li{ float:left; padding:0 15px; margin-top:30px;}
.snslogo li img{width:100%; max-width:50px;}