@charset "utf-8";

/*구조변경*/
body.main{padding-top:0 !important;}
.wrap_header{background:rgba(36,49,76,0.8);}
.wrap_header .head_logo a span{color:#FFF;}
.wrap_header .head_util button{background:url(../../images/common/openM.png) no-repeat center;}
@media all and (min-width:1025px) {
  .wrap_header .head_navi nav .a_1{color:#FFF;}
  .wrap_header .head_navi nav .div_2 {width: 110%;}
}

/*서브비주얼****************************************/
.eQ01.wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_49.jpg) no-repeat center top;}
.eQ02.wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_7.jpg) no-repeat center top;}
.eQ03.wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_18.jpg) no-repeat center top;}
.eQ04.wrap_sub_visual:before{background:url(/sites/giving/images/sub/sub_images/4.jpg) no-repeat center top;}
.eQ05.wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_30.jpg) no-repeat center top;}
.eQ06.wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_27.jpg) no-repeat center top;}
.eQ07.wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_20.jpg) no-repeat center top;}

/*기부프로그램*/
.marqueeWrap{width:100%;overflow: hidden;position: relative;background:#fefefe;border:1px solid #f0f0f0;padding:10px;box-sizing:border-box;min-height:48px;}
.marqueeWrap ul{width: 500%;position: absolute;overflow: hidden;animation: marquee 20s linear infinite;height:30px;}
.marqueeWrap li{display:inline-block;margin-right:50px;}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
@media all and (max-width:1024px) {
  .imgText{height:auto;}
}

/*한성법인 로고 20210713 이동현*/
.wrap_header .head_logo a span{
  padding-top: 12px;
}
@media all and (max-width:420px) {
  .wrap_header .head_logo a span {padding-top: 8px;}
}