@charset "utf-8";

.sub_marb30 {margin:0 auto 30px auto;}
.sub_padd30 {padding:0 0 30px 0;}

#container_title {position:relative;font-size:20px;margin:0px;font-weight:900;letter-spacing:-0.05em;font-family: 'Noto Sans KR', sans-serif;}
#container_title span {margin:20px 0px 20px 30px;display:block;line-height:30px;color:#121f74}


#container_title .hbar01 {position:absolute;top:0px;left:-15px;width:30px;height:30px;background: url('../img/global/ico_b05.png') left top no-repeat;background-size:100%;

  animation-duration: 0.7s;
  animation-name: slidein;
  /*
  animation-iteration-count: infinite;
  animation-direction: alternate;
  */
  z-index:99;
}

@keyframes slidein {
  from {
    margin-left: -30px;
	opacity: 0;
  }

  to {
    margin-left: 0px;
	opacity: 1;
  }
}


.profile_box {border-top:1px dotted #dedede;padding-top:0px;margin-top:20px;opacity:0.5;}

.link_adv01 {width:70%;margin:20px 0;}
.link_adv01 img {width:100%;height:auto;}

/* Mobile Device */
/*@media screen and (max-width : 768px) {*/
@media all and (max-width: 768px) {
.link_adv01 {width:90%;margin:20px auto;}

}