@charset "utf-8";

#footer_type1{position: relative; background: #3a3d44;}
#footer_type1 .foot_top{padding: 2em 0;border-bottom: 1px solid #72787f;}
#footer_type1 .fnb >li{float: left;color: #fff;font-weight: 300;}
#footer_type1 .fnb >li >a{display: block;position: relative;}
#footer_type1 .fnb >li >a:after{content: '';display: inline-block;width: 1px;height: 10px;background: #fff;margin: 0 1em;}
#footer_type1 .fnb li:nth-child(5) >a:after{display: none;}
#footer_type1 .fnb .site{float: right;position: relative;width: 13.438em; border: 1px solid #72787f;}
#footer_type1 .fnb .site >a{padding: .5em 1em;}
#footer_type1 .fnb .site >a:after{position: absolute;top:50%;right: 0;width: 9px;height: 5px;background: url('/resources/paik/img/main/ico_arrow3.png') no-repeat 0 0;transform: translateY(-50%);transition: 0.3s ease;}
#footer_type1 .fnb .site >a.active::after{transform:translateY(-50%) rotate(180deg);}
#footer_type1 .fnb .site ul{position: absolute;background: #fff;color: #3a3d44;width: 100%;bottom: 100%;left: 0;border: 1px solid #3a3d44; visibility:hidden; opacity:0;}
#footer_type1 .fnb .site >a.active + ul{visibility:visible; opacity:1;}
#footer_type1 .fnb .site ul li{padding: 5px 8px}
#footer_type1 .foot_bottom{color: #fff;display: flex;align-items: center;justify-content: space-between;padding-top: 2em;padding-bottom: 2em;}
#footer_type1 .copy{font-weight: 300}
#footer_type1 .sns{display: flex;}
#footer_type1 .sns a{text-indent: -9999px;width: 30px;height: 30px;background-repeat: no-repeat;background-image: url('/resources/paik/img/main/ico_sns.png');margin-right: 10px;background-size: auto 100%;}
#footer_type1 .sns .twitter{background-position: 0 0;}
#footer_type1 .sns .facebook{background-position: -36px 0;}
#footer_type1 .sns .naver{background-position: -72px 0;}
#footer_type1 .sns .blog{background-position: -108px 0;}
#footer_type1 .sns .youtube{background-position: -144px 0;margin-right: 0;}

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	#footer_type1 .foot_top{padding: 0; border-bottom: 0;}
	#footer_type1 .fnb{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0; border-top: 1px solid #72787f;}
	#footer_type1 .fnb >li{float: initial;width: 33.33% !important;border-right: 1px solid #72787f;  border-bottom: 1px solid #72787f;}
	#footer_type1 .fnb >li >a{padding: 1em !important;}
	#footer_type1 .fnb .site{float: initial;border-left: 0; border-top: 0;}
	#footer_type1 .fnb >li:not(.site) >a:after{display: none;}
}
@media screen and (max-width:780px){
	#footer_type1 .fnb >li{width: 50% !important;}
	#footer_type1 .foot_bottom{flex-direction: column;}
	#footer_type1 .copy{order: 2;margin-top: 1.3em;text-align: center;}
}
@media screen and (max-width:480px){
	#main_history_type1 .history_slider{left: -10px;}
}
@media screen and (max-width:350px){
	
}