/* =========================================================
   ★★★ 푸터 전용 CSS 시작 ★★★
   다른 영역 영향 절대 없음
========================================================= */

/* ★ 추가 : 푸터 전체 초기화 */
#iris_footer,
#iris_footer *{
    box-sizing:border-box;
}

/* ★ 수정 */
#iris_footer{
    width:100%;
    background:#2f2f2f;

    font-family: 'RixGo L' !important;
	font-weight:600 !important;

    position:relative;
}

/* ★ 수정 */
#iris_footer .iris_footer_inner{
    width:1117px;
    margin:0 auto;

    position:relative;

    padding-top:58px;
    padding-bottom:55px;

    min-height:190px;
}

/* =========================================================
   ★★★ 좌측 로고 영역
========================================================= */

/* ★ 수정 */
#iris_footer .iris_footer_logo{
    width:260px;
}

/* ★ 수정 */
#iris_footer .iris_footer_logo img{
    display:block;
    max-width:100%;
    height:auto;
}

/* =========================================================
   ★★★ 우측 정보영역
========================================================= */

/* ★ 수정 */
#iris_footer .iris_footer_info{
	margin-top:24px;
    width:820px;
    text-align:left;
}

/* =========================================================
   ★★★ 주소
========================================================= */

/* ★ 수정 */
#iris_footer .iris_footer_address{
    color:#8d8d8d;

    font-size:15px;
    font-weight:600;

    line-height:1.8;
    letter-spacing:-0.3px;
}

/* =========================================================
   ★★★ 연락처
========================================================= */

/* ★ 수정 */
#iris_footer .iris_footer_contact{
    margin-top:4px;

    color:#8d8d8d;

    font-size:15px;
    font-weight:400;

    line-height:1.8;
    letter-spacing:-0.3px;
}

/* =========================================================
   ★★★ 카피라이트
========================================================= */

/* ★ 수정 */
#iris_footer .iris_footer_copy{
    margin-top:10px;

    color:#6f6f6f;

    font-size:13px;
    font-weight:400;

    line-height:1.7;
    letter-spacing:0;
	font-family:'굴림' !important;
}

/* =========================================================
   ★★★ 하단 메뉴
========================================================= */

/* ★ 수정 */
#iris_footer .iris_footer_menu{
    position:absolute;

    right:0;
    bottom:40px;

    font-size:0;
}

/* ★ 수정 */
#iris_footer .iris_footer_menu a{
    display:inline-block;

    color:#cfcfcf;
    text-decoration:none;

    font-size:13px;
    font-weight:600;

    letter-spacing:-0.2px;
    line-height:1;
}

/* ★ 수정 */
#iris_footer .iris_footer_menu a:hover{
    color:#ffffff;
}

/* ★ 수정 */
#iris_footer .iris_footer_menu span{
    display:inline-block;

    width:1px;
    height:10px;

    margin:0 14px;

    vertical-align:middle;
}

/* =========================================================
   ★★★ float 해제
========================================================= */

/* ★ 추가 */
#iris_footer .iris_footer_inner:after{
    content:'';
    display:block;
    clear:both;
}

/* =========================================================
   ★★★ TOP 버튼
========================================================= */

/* ★ 수정 */
#top_btn{
    position:fixed;

    right:30px;
    bottom:30px;

    width:55px;
    height:55px;

    border:0;
    background:#bdbdbd;

    color:#333;

    font-size:22px;

    cursor:pointer;

    z-index:9999;
}

/* ★ 수정 */
#top_btn:hover{
    opacity:.9;
}

/* =========================================================
   ★★★ 푸터 전용 CSS 끝 ★★★
========================================================= */