html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body{
  background-color: #0000000f;
}

.time{
  color: #969696;
}

.link{
  text-decoration: none;
  font-weight: bold;
  color: blue;
}
/* header */
.header{
  position: fixed;
  background-color :white;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.header .logo{
  margin: 15px;
  text-align: center;
}

/* backInfo */
.backText-bold{
  font-weight: bold;
  line-height: 1.5;
  color: black;
}

.backText969696{
  color: #969696;
  font-size: 13px;
  font-weight: bold;
}
.backText969696-blue{
  color: blue;
  font-size: 13px;
  font-weight: bold;
}
.backText969696-red{
  color: red;
  font-size: 13px;
  font-weight: bold;
}

.backInfo{
  position: relative;
  max-width: 574px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  top: 60px;
}

.backInfo .backImg > img{
  width: 100%;
  max-width: 574px;
}

.backInfo .backProfile a > img{
  width: 120px;
  height: 120px;
  border-radius: 40%;
}

.backInfo .backProfile{
  position: relative;
  text-align: center;
  top: -80px;
}

.backInfo .backText{
  position: relative;
  text-align: center;
  top: -75px;
}

.backInfo .backIcon{
  position: relative;
  text-align: center;
  top: -50px;
}

.backInfo .backIcon a >img{
  width: 60px;
  padding: 0 10px;
}

.backInfo .newsAndinformation{
  position: relative;
  text-align: center;
  top: -10px;
}

.backInfo .newsAndinformationBox > img{
  position: relative;
  max-width: 574px;
  width: 100%;
  margin: 0 auto;
}

/* channel */
.channel{
  position: relative;
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  top: 60px;
  padding: 20px;
}

.channel .text{
  padding-left: 9%;
  padding-right: 5%;
  line-height: 1.3;
}

.channel .metadata a > img{
  width: 40px;
  height: 40px;
  border-radius: 40%;
}

.channel .metadata{
  display: flex;
  align-items: center;
}

.channel .metadata .info{
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.channel .metadata .info .name a{
  position: relative;
  top: -2px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.channel .metadata .info .time{
  position: relative;
  right: -2px;
  font-size: 12px;
  padding-top: 3px;
}

.channel .info-text{
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: normal;
}

.channel .info-text .h1{
  font-size: 18px;
}

.channel .info-text .h3{
  font-size: 14px;
  font-weight: bold;
}


.channel .info-text .red{
  color: red;
}

.channel .info-text .orange{
  color: orange;
}

.channel .info-text .h3 a{
  color: black;
}
.blue{
  color: blue;
}


.channel .infoImg a > img{
  width: 534px;
}

/* list-channel */
.list-channel{
  position: relative;
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  background-color: #FAFAFA;
  top: 50px;
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.list-channel .list-metadata a > img{
  width: 60px;
  height: 60px;
  border-radius: 40%;
}

.list-channel .list-metadata{
  display: flex;
  align-items: center;
}

.list-channel .list-metadata .list-box{
  display: flex;
  max-width: 500px;
  width: 100%;
  justify-content: space-between;
}

.list-channel .list-metadata .list-info{
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.list-channel .list-metadata .list-info .list-name > img{
  width: 25px;
  padding-left: 5px;
}

.list-channel .list-metadata .list-info .list-name{
  position: relative;
  top: -12px;
  font-size: 16px;
  font-weight: bold;
}

.list-channel .list-metadata .list-info .list-text{
  position: relative;
  top: -7px;
  font-size: 13px;
  color: #969696;
}


.list-channel .list-metadata .list-item a > img{
  width: 37px;
  height: 30px;
  padding: 2px 5px 2px 5px;
}


.list-channel .list-metadata .list-item > a{
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  padding: 0 5px;
}


.plusBtn a{
  position: relative;
  top: 8px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 14px;
}

/* greatAndcomment */
.greatAndcomment{
  position: relative;
  display: flex;
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  background-color: #FAFAFA;
  top: 50px;
  padding: 10px 20px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.greatAndcomment .views{
  position: relative;
  top: 8px;
  left: -5px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px;
}

.greatAndcomment > img{
  width: 20px;
  height: 20px;
  margin: 5px 10px 5px 5px;
}

.greatAndcomment a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.greatAndcomment .shareBox{
  position: relative;
  left: 61%;
}

.greatAndcomment .shareBox  a >span{
  position: relative;
  top: -8px;
}

.greatAndcomment a > img{
  width: 25px;
  margin: 5px 10px 5px 10px;
}

.greatAndcomment a > img{
  width: 20px;
  height: 20px;
}

.greatAndcomment a > span{
  position: relative;
  bottom: 10px;
  right: 15px;
}

/* channel */
.channel{
  position: relative;
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  top: 50px;
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.infoImg-text a > img{
  width: 480px;
  padding-top: 10px;
  padding-left: 9%;
}

/* kakao */
.kakao{
  position: fixed;
  bottom: 5px;
  right: 5%;
  max-width: 90px;
  width: 100%;
}

.kakao a > img{
  width: 100%;
}

@media screen and (max-width:600px) {
  .media{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  .screen{
      width: 400px;
  }

  .channel .text{
      padding-left: 13%;
  }

  .channel,
  .list-channel,
  .greatAndcomment,
  .comment {
      width: 90%;
      margin: 0 auto;
  }

  .greatAndcomment .shareBox{
      left: 43%;
  }

  .channel .infoImg a > img{
      width: 360px;
  }

  .infoImg-text a > img{
      width: 340px;
      padding-left: 5%;
  }
}

@media screen and (max-width:420px) {
  .media{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  .screen{
      width: 345px;
  }

  .channel .text{
      padding-left: 15%;
  }

  .channel,
  .list-channel,
  .greatAndcomment,
  .comment {
      width: 90%;
      margin: 0 auto;
  }

  .greatAndcomment .shareBox{
      left: 35%;
  }

  .channel .infoImg a > img{
      width: 305px;
  }

  .infoImg-text a > img{
      width: 265px;
      padding-left: 15%;
  }

  .backInfo{
      width: 350.5px;
  }
}
