/*메인 컨테이너 - 푸터 전체 박스*/
    .footer_full_box {
		padding: 10px 0;
        margin-top: 0rem;
        font-size: 0.9rem;
        overflow: hidden;
       
        padding: 0.625 0 0 0;
        line-height: 1.5;
       border-top: 3px solid #bdbdbd;
		margin-top:100px;
    }
.footerline{}
.footertopbox{ margin-top: 0rem;
        font-size: 0.9rem;
        overflow: hidden;
        background: #1d2033;}
    /*컨테이너 - 푸터 컨테이너 가로 최대 1100*/
    .footer_full_box .container {
        overflow: hidden;
		
    }
.footerbannerul{margin:0; padding:0; overflow:hidden; width:200px; margin:0 auto; display:block;}
.footerbannerul li{width:50%; padding:10px; box-sizing:border-box; float:left;}
.footerbannerul li img{width:100%;}
.logowimg{width:400px; margin: 0 auto; padding:20px 0;}
.logowimg img{width:100%;}

.cowhite{color:white; text-align:center; margin-bottom:30px;}

    @media only screen and (max-width: 700px) {
.footerbannerul{margin:0; padding:0; overflow:hidden; width:35%; margin:0 auto; display:block;}
		
		
        .footer_full_box .container {
            width: 100%;
			padding: 0;
			margin: 1rem auto 0;
			/* border: 1px solid #d3d3d3; */
			
			}
		
		.logowimg{width:250px; margin: 0 auto; padding:20px 0;}
		
    }



    /*카피라이트 디자인*/
    .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) {

    

    @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;
			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: #d4e9ef;
        border: 1px solid black;

        padding-bottom: 8px;
        margin-top: 10px;
    }