@charset "utf-8";

/* ie용 트위터 */
.ie-tweets{position:Absolute; top:0; left:0; width:100%; height:100%; background:#fff; display:none;}
.ie-tweets > .wrap{display:block; width:100%; height:100%;}
.ie-tweets-box{display:flex; align-items:stretch;}
.ie-tweets-box > img{width:32px; height:32px; display:block; flex:none; border-radius:4px; margin-right:10px;}
.ie-tweets .title{width:100%; display:flex;}
.ie-tweets .title .account{flex:auto; display:inline-block; vertical-align:middle; text-align:left; color:#222; margin-right:2px; font-size:14px; font-weight:500; letter-spacing:0.5px; text-transform: uppercase;}
.ie-tweets .title .account:after{content:''; display:inline-block; vertical-align:middle; margin-left:5px; margin-bottom:2px; width:16px; height:16px; background:url('../../images/2019/controls.png') -121px 0px / auto no-repeat;}
.ie-tweets .title .name{display:inline-block; vertical-align:middle; color:#6e7f8d; font-size:14px; font-weight:400; letter-spacing:0.2px; }
.ie-tweets .title .date{flex:auto; text-align:right; font-family: 'Noto Serif KR'; color:#888; font-size:12px; font-weight:400; letter-spacing:0.1px;}
.ie-tweets .title:hover .account, .tweetsList .title:focus .account{text-decoration:underline;}
.ie-tweets .content{margin-top:2px; display:block; margin-bottom:16px; border:1px solid #dadada; background-color:#f6f6f6; padding:5px;margin-top:5px;}
.ie-tweets .content > a{color:#444; word-break:break-all; font-size:13px; font-weight:400; letter-spacing:0.2px; line-height:1.4;}
.ie-tweets .content > a:hover, .tweetsList .content > a:focus{text-decoration:underline;}
.ie-tweets .content > a > i{color:#1da1f2; font-style:normal;}
