/*메인 컨테이너 - 푸터 전체 박스*/
    .footer_full_box {
		margin-top: 0rem;
        font-size: 0.9rem;
        overflow: hidden;
        background: #111;
        padding: 0.625 0 0 0;
        line-height: 1.5;
        border-top: 1px solid #b6b6b6;
		width: 100%;
    }

    /*컨테이너 - 푸터 컨테이너 가로 최대 1100*/
    .footer_full_box .container {
		line-height: 2;
        overflow: hidden;
    }

    @media only screen and (max-width: 500px) {
        
        .footer_full_box .container {
            width: 100%;
			padding: 0;
			margin: 0rem auto;
			border: 1px solid #d3d3d3;
			border-radius: 0px;
			background-color: #111;
				}
			}

    .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 {
        color: #fff;
        font-family: "Roboto", sans-serif;
        text-transform: capitalize;
        font-size: 1.2rem;
        border-bottom: 0px solid rgba(75, 75, 75, 0.24);
        margin-bottom: 0.625rem;
		font-weight: 600;
    }

    .footer_item_box {
        min-height: 7.625rem;
        padding: 0.9375rem 0;
        border-top: 1px solid #fff;
        border-bottom: 0px dotted #fff;
    }

    .footer_item_box ul .name {
        font-weight: 800;
        color: #fff;
    }


    /*푸터 로고 중앙정렬*/
    .footer_item .footer_logo_img {
        text-align: center;
        padding: 0.75rem 0;
    }

    /*푸터 로고 이미지 크기*/
    .footer_item .footer_logo_img img {
        width: 150px;
        padding-bottom: 1.25rem;
        filter: invert();
       
    }

    .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: #fff;
    }


    .footer_item li:hover {
        color: rgb(59, 107, 183);
        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%;
        }

    }

    @media only screen and (max-width: 500px) {
        .footer_full_box {
            padding: 0;
			background: #ffffff;
        }

        .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;
        }

        .footer_logo>.footer_item_tltle {
            display: none;
        }

        .footer_logo {
            padding: 0px 0.625;
        }

        .design_by_artkorea {
            display: block;
        }
    }