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


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

Site Name : 반응형 고급형 C
Part : 하단
Last edit : 2020.07.07
Author : Gautech(PDH)

관련폰트 :
font-family: 'Nanum Gothic Coding', monospace; (100~900)
font-family: 'Noto Sans KR', sans-serif; (100~900)
font-family: 'Roboto', sans-serif; (100~900)
font-family: 'Noto Serif KR', serif; (100~900)
font-family: 'NanumSquareRound', sans-serif; (400,500,700,900)

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





footer>h2 { display:none;}
.footer_wrap { width:100%; color:rgba(255,255,255,0.8); background-color:#444;}

.footer_menu { width:100%; background-color:#343434; text-align:left; padding:15px 0;}
.footer_menu>p { width:1300px; margin:0 auto;}
.footer_menu>p>a { display:inline-block; padding:10px; line-height:1; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>p>a:last-child { background-image: none; color:#ffd9d9;}
.footer_menu>p>a:nth-last-child(2), .footer_menu>p>a:nth-last-child(3) { color:#92e9ff;}

.footer_tel { width:1300px; margin:0 auto; text-align:left;}
.footer_tel>p { width:100%; padding:50px 0 30px 0; line-height:20px}
.footer_tel>p>span { display:inline-block; padding:0 30px 0 10px; font-size:18px; color:#d3f5ff;}
.footer_tel>p>span:last-child { font-size:14px; color:rgba(255,255,255,0.8);}

.footer_copy { width:1300px; margin:0 auto; text-align:left;}
.footer_copy>p { width:100%; padding:0 0 50px 0; line-height:20px}
.footer_copy>p>span { display:inline-block; padding:0 10px;}
.footer_copy>p>span:nth-last-child(2) { display:block; width:100%; height:1px; margin:20px auto 20px auto; background-color:rgba(255,255,255,0.2);}
.w3c { padding-top:18px;}


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

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


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

.footer_menu { width:100%; background-color:#343434; text-align:left; padding:15px 0;}
.footer_menu>p { width:92%; margin:0 auto;}
.footer_menu>p>a { display:inline-block; padding:10px; line-height:1; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>p>a:last-child { background-image: none; color:#ffd9d9;}
.footer_menu>p>a:nth-last-child(2), .footer_menu>p>a:nth-last-child(3) { color:#92e9ff;}

.footer_tel { width:92%; margin:0 auto; text-align:left;}
.footer_tel>p { width:100%; padding:40px 0 30px 0; line-height:20px}
.footer_tel>p>span { display:inline-block; padding:0 30px 0 10px; font-size:16px; color:#d3f5ff;}
.footer_tel>p>span:last-child { font-size:14px; color:rgba(255,255,255,0.8);}

.footer_copy { width:92%; margin:0 auto; text-align:left;}
.footer_copy>p { width:100%; padding:0 0 40px 0; line-height:20px}
.footer_copy>p>span { display:inline-block; padding:0 10px;}
.footer_copy>p>span:nth-last-child(2) { display:block; width:100%; height:1px; margin:20px auto 20px auto; background-color:rgba(255,255,255,0.2);}
.w3c { padding-top:18px;}


}



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

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


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

.footer_menu { width:100%; background-color:#343434; text-align:left; padding:15px 0;}
.footer_menu>p { width:92%; margin:0 auto;}
.footer_menu>p>a { display:inline-block; padding:4px 8px; line-height:1; background-image:url(/images/icon/menu_bar.png); background-repeat:no-repeat; background-position:100% 50%;}
.footer_menu>p>a:last-child { background-image: none; color:#ffd9d9;}
.footer_menu>p>a:nth-last-child(2), .footer_menu>p>a:nth-last-child(3) { color:#92e9ff;}

.footer_tel { width:92%; margin:0 auto; text-align:left;}
.footer_tel>p { width:100%; padding:30px 0 20px 0; line-height:20px}
.footer_tel>p>span { display:inline-block; padding:0 30px 0 10px; font-size:14px; color:#d3f5ff;}
.footer_tel>p>span:last-child { font-size:13px; color:rgba(255,255,255,0.8);}

.footer_copy { width:92%; margin:0 auto; text-align:left;}
.footer_copy>p { width:100%; padding:0 0 40px 0; line-height:20px}
.footer_copy>p>span { display:inline-block; padding:0 10px;}
.footer_copy>p>span:nth-last-child(2) { display:block; width:100%; height:1px; margin:20px auto 20px auto; background-color:rgba(255,255,255,0.2);}
.w3c { padding-top:18px;}


}