/* ģȿ¾Öµå¿Â : °ü·Ã±Û ¸ðµâ ¸¶Å©2 */ /* http://rgy0409.tistory.com */ /* E-Mail: rgy0409@gmail.com */ .rgyTextBox2 { padding: 10px; border: 1px solid #eee; box-sizing: border-box; -webkit-box-sizing: border-box; } .rgyTextBox2 > p { width: 100%; padding-bottom: 5px !important; background-color: #F6F6F6; } .rgyTextBox2 > p > a { position: relative; display: block; width: 100%; padding: 3px; color: #222; /*±Û¾¾ »ö»ó*/ transition: all 0.3s; -webkit-transition: all 0.3s; } .rgyTextBox2 > p > a::before { content: "\f105"; font-family: "FontAwesome"; font-weight: normal; margin-right: 10px; margin-left: 3px; color: #222; } .rgyTextBox2 > p > a::after { content: " "; position: absolute; bottom: -3px; left: 0; width: 100%; height: 3px; background-color: #f00; transform: scaleX(0); -webkit-transform: scaleX(0); transform-origin: left; -webkit-transform-origin: left; transition: all 0.3s; -webkit-transition: all 0.3s; } .rgyTextBox2 > p:hover a::after { transform: scaleX(1); -webkit-transform: scaleX(1); } /* °ü·Ã±Û ¸ðµâ ¸¶Å©2 ³¡ */