@charset "utf-8";

/* ****************************************************************************************** *
 * GNUWIZ / wizwic custom
 * footer basic type
 * ****************************************************************************************** */
#footer{padding:50rem 0 50rem; background:#243B55; color:#ADB5BD; position:relative;}

/* 푸터로고 */
.gw_footer_logo{/*display:none; position:absolute; top:16px; right:0;*/}
.gw_footer_logo > img{width:auto; height:50px;} /* 로고 높이값 바꾸실 수 있습니다. */

/* 푸터링크 */
.gw_footer_link_info_container{display:flex; flex-direction:row; align-items:flex-start; justify-content:space-between; margin:0; padding:16px 0 16px; width:100%;}
.gw_footer_link{font-size:0; margin-bottom:20rem;}
.gw_footer_link li{display:inline-block; margin-right:8rem;}
.gw_footer_link li a{display:block; width:100%; height:100%; padding:10px 24px; background:#DEE2E6; color:#243B55; font-size:14rem; 
	-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease;}
.gw_footer_info h5{margin-bottom:2rem; font-size:18rem; color:#DEE2E6; font-weight:600;}
.gw_footer_info p{margin-bottom:8px;}
.gw_footer_info dl{margin-right:10rem; font-size:15rem;}
.gw_footer_info dt{margin-right:4rem; font-weight:500;}

.gw_footer_info_txt {flex-direction:column; align-items:flex-end; justify-content:flex-start; margin:0; padding:0; flex:1 1 0%;}
.gw_footer_info_txt > dl > dt {margin-left:15px; color:#008ed8;}
.gw_footer_info_txt > dl > dd {color:#dbdbdb;}

.gw_footer_info i{display:inline-block; width:16px; text-align:center;}
.gw_footer_info i:after{content:"/"; position:relative; top:-1px; font-size:9px; font-weight:600;}
i.gw_footer_info_divider_mobile{display:none;}

/* 카피라이트 */
.gw_footer_copy_container{position:relative;}
.gw_footer_copy{text-transform:uppercase; font-size:14rem; letter-spacing:0;}
.gw_footer_sns {display:flex; flex-direction:row; align-items:center; justify-content:flex-start; margin:0; margin-top:6px; padding:0; gap:0 10px;}
.gw_footer_sns > a {display:block; margin:0; padding:0;}
.gw_footer_sns > a > img {display:block; width:30px;}
/*
.gw_footer_sns{display:none; position:absolute; top:-10px; right:-10px;}
.gw_footer_sns > a{display:inline-block; width:40px; height:40px; position:relative;}
.gw_footer_sns > a > i{position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%, -50%);
	font-size:20px; color:#858a94; -webkit-transition:color .3s; -moz-transition:color .3s; transition:color .3s;}
.gw_footer_sns > a:hover > i{color:#dde0e3;}
*/

/* top button */
#gw_top_btn{position:absolute; top:0; right:120px; width:60px; height:60px; border-radius:0; border:0; background:#252629; color:#fff; font-size:15px;
	-webkit-transition:all .3s; transition:all .3s; z-index:90;}
#gw_top_btn > p{padding-top:2px; font-size:12px;}
#gw_top_btn.gw_go_top_hide{opacity:0; z-index:-1; visibility:hidden;}
#gw_top_btn.gw_go_top_fixed{position: fixed;top: inherit;bottom: 15px;}




/* ****************************************************************************************** *
 * 1200px
 * ****************************************************************************************** */
@media screen and (max-width:1200px) {

	.gw_footer_logo{right:24px;}
	#gw_top_btn{right:24px;}

}
/* 1200px end */





/* ****************************************************************************************** *
 * 768px
 * ****************************************************************************************** */
@media screen and (max-width:768px) {
	
	#footer{padding:44px 0 44px;}
	.gw_footer_logo{top:-16px; right:inherit;}
	.gw_footer_link_info_container{padding:0;}
	.gw_footer_link{margin-bottom:24px;}
	.gw_footer_info p{margin-bottom:4px;}
	.gw_footer_sns{position:static; top:inherit; right:inherit; margin-left:-10px; margin-bottom:20px;}
	.gw_footer_sns > a {width:32px; height:32px;}
	.gw_footer_copy {font-size:12px;}
	
}
/* 768px end */





/* ****************************************************************************************** *
 * 560px
 * ****************************************************************************************** */
@media screen and (max-width:576px) {
	.gw_footer_link_info_container{margin-bottom:0; padding:0; border:0;}
	.gw_footer_link li a{padding:5px 15px; font-size:12px;}
	.gw_footer_info p{display:inline; margin-bottom:0; line-height:1.6; word-break:keep-all; font-size:12px;}
	i.gw_footer_info_divider_mobile{display:inline-block;}
	.gw_footer_copy{font-size:11px;}
	#gw_top_btn{right:16px;}
    .gw_footer_info > div{display:block;}

}
/* 560px end */





/* ****************************************************************************************** *
 * 320px
 * ****************************************************************************************** */
@media screen and (max-width:320px) {
	
	.gw_footer_link li a{padding:4px 10px;}

}
/* 320px end */