/*메인 컨테이너 - 푸터 전체 박스*/
    .footer_full_box {
        margin-top: 0rem;
        font-size: 0.9rem;
        overflow: hidden;
        background: #323232;
        padding: 0.625 0 0 0;
        line-height: 1.5;
        border-top: 20px 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 {float: left; box-sizing: border-box; padding: 0.625rem 1.25rem;    }

    .footer_logo {width: 25%; border-top: 0px solid #ffffff;  }
    .footer_adress {width: 55%; border: 0x solid #cecece;   }
    .footer_menu {width: 20%; border: 0px solid #cecece;    }

    .footer_item_tltle {
        margin: 10px auto;
        max-width: 120px;
        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;  }
    .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 {height: 50px; 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 .footer_item_menu {float: left; width:100%;  padding: 10px 0; }

    /*카피라이트 디자인*/
    .copyright_box {
        text-align: center;
        padding: 0.75rem 0;
        font-size: 0.8rem;
        border-top: 1px solid #444;
        background-color: #111;
        color: #dcdcdc;
		text-align: center;
    }

    .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: 1200px) {
        .footer_logo {width: 25%; padding: 0.625rem;        }
        .footer_adress {width: 25%; padding: 0.625rem;      }
        .footer_menu {width: 50%; padding: 0.625rem;        }
        .footer_item .footer_item_menu {width:33.333%;    }
    }

    @media only screen and (max-width: 800px) {
		.footer_item .footer_logo_img {padding: 0.5rem 0;    }
        .footer_item_box_01 {border-top: 0px dotted #979797; padding: 20px 0 0 0;  min-height:0;     }  
        .footer_logo {width: 40%;        }
        .footer_logo>.footer_item_tltle {display: none;        }
        .footer_adress>.footer_item_tltle {display: none;        }
        .footer_adress {width: 60%;        }
        .footer_menu {width: 100%; padding: 0.625rem;        }
        .footer_item .footer_item_menu {width:33.333%; padding: 5px 0;   }
		
		.footer_item_tltle {
        margin: 0 0;
        max-width: 120px;
        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;
    }

    }

    @media only screen and (max-width: 500px) {
        .footer_full_box {padding: 0; background: #ffffff;        }
        .footer_menu {display: block; width: 100%;       }
        .footer_item .footer_item_menu {width:50%;  font-size:0.8rem;  }
        .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 0px;       }
        .footer_logo {padding: 0px 0.625;        }
        .design_by_artkorea {display: block;        }
    }

    /*푸터 패밀리사이트*/

    .footer_item_box .familysite {background-color: #d4e9ef; border: 1px solid black; padding-bottom: 8px; margin-top: 10px;    }