﻿@charset "utf-8";
/* CSS Document */


/* CSS Information ----------------------------------------

Site Name : 해운대 경동리인뷰 2차
Part : 
Last edit : 2023.03
Author : Gautech

관련폰트 :
font-family: 'Noto Sans KR', sans-serif; (100,300,400,500,700,900)
font-family: 'OmniGothic', sans-serif; (400)
font-family: 'Roboto', sans-serif; (100,300,400,500,700,900)
font-family: 'Noto Serif KR', serif; (100,300,400,500,700,900)
font-family: 'GmarketSans', sans-serif; (300,500,700)

--------------------------------------------------------- */





footer>h2 { display:none;}

.footer_wrap { width:100%; color:rgba(255,255,255,0.8); background-color:#222;}

.footer_menu { width:100%; max-width:1500px; margin:0 auto 30px auto; text-align: center; padding:25px 0; border-bottom:1px solid rgba(255,255,255,0.2);}
.footer_menu>a { display:inline-block; padding:10px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>a:nth-child(7) { color:#d2a885;}
.footer_menu>a:last-child { background-image:none;}

.footer_copy { width:100%; max-width:1500px; margin:0 auto; text-align:center;}
.footer_copy_tel { font-size:20px;}
.footer_copy_tel>span { display:inline-block; vertical-align:middle;}
.footer_copy_tel>span:nth-child(2n-1) { margin-right:10px;}
.footer_copy_tel>span:nth-child(2n) { display:inline-block; color:#d2a885; margin-right:20px;}
.footer_copy>p { width:100%; padding:30px 0 80px 0; line-height:20px; letter-spacing:0; font-weight:300;}
.footer_copy>p>span { display:inline-block; padding:0 10px;}
.footer_copy>p>span:last-child { display:block; width:100%; margin-top:30px;}





/* 1024 ~ 768까지 태블릿 설정 */

@media screen and (max-width:1024px){


footer>h2 { display:none;}

.footer_wrap { width:100%; color:rgba(255,255,255,0.8); background-color:#222;}

.footer_menu { width:100%; max-width:1500px; margin:0 auto 30px auto; text-align: center; padding:25px 0; border-bottom:1px solid rgba(255,255,255,0.2);}
.footer_menu>a { display:inline-block; padding:10px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>a:nth-child(7) { color:#e8d9d6;}
.footer_menu>a:last-child { background-image:none;}

.footer_copy { width:100%; max-width:1500px; margin:0 auto; text-align:center;}
.footer_copy_tel { font-size:16px;}
.footer_copy_tel>span { display:inline-block; vertical-align:middle;}
.footer_copy_tel>span:nth-child(2n-1) { margin-right:10px;}
.footer_copy_tel>span:nth-child(2n) { display:inline-block; color:#e8d9d6; margin-right:20px;}
.footer_copy>p { width:100%; padding:30px 0 80px 0; line-height:20px; letter-spacing:0; font-weight:300;}
.footer_copy>p>span { display:inline-block; padding:0 10px;}
.footer_copy>p>span:last-child { display:block; width:100%; margin-top:30px;}


}



/* 767 ~ 320까지 모바일 설정 */

@media screen and (max-width:767px){


footer>h2 { display:none;}

.footer_wrap { width:100%; color:rgba(255,255,255,0.8); background-color:#222;}

.footer_menu { width:100%; max-width:1500px; margin:0 auto 25px auto; text-align: center; padding:20px 10px; border-bottom:1px solid rgba(255,255,255,0.2);}
.footer_menu>a { display:inline-block; padding:5px; font-size:12px; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>a:nth-child(7) { color:#e8d9d6;}
.footer_menu>a:last-child { background-image:none;}

.footer_copy { width:100%; max-width:1500px; margin:0 auto; text-align:center;}
.footer_copy_tel { font-size:12px; padding:0 10px;}
.footer_copy_tel>span { display:inline-block; vertical-align:middle;}
.footer_copy_tel>span:nth-child(2n-1) { margin-right:10px;}
.footer_copy_tel>span:nth-child(2n) { display:inline-block; color:#e8d9d6; margin-right:20px;}
.footer_copy>p { width:100%; padding:25px 0 60px 0; line-height:16px; letter-spacing:0; font-weight:300; font-size:11px;}
.footer_copy>p>span { display:inline-block; padding:0 10px;}
.footer_copy>p>span:last-child { display:block; width:100%; margin-top:25px;}



}