#aw-awm-title {
  font-size: 24px;
  font-weight: 400;
  font-family: Noto;
  margin-bottom: 20px;
  color: #444;
  background: #F5F0FF;
  padding: 10px 15px;
}

.news-list-wrap {
    /* border:1px solid lightgray; */
}

.news-list {
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.news-list-title {
    height: 70px;
    overflow: hidden;
    max-width: 220px;
    margin-left: 90px;
    font-weight: bold;
}

.news-list-yoyak-wrap {
    /* background: lightgray; */
}

.news-list-yoyak {
    height: 50px;
    overflow: hidden;
    font-size: 12px;
}

.news-list-date {
    text-align: right;
    font-size: 12px;
}

.aw-title {
  background-color: #dbd3b1 !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  font-family: Roboto !important;
  padding: 0.7rem 2rem !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  margin-bottom: 0px !important;
  color: #75664b !important;
}

.searchbar {
    position: relative;
}

.searchbar .search_icon {
    position: absolute;
    top: 6px;
    right: 5px;
}

.tbody-title {
    max-width: 800px;
}
.tbody-title a{
    padding:0;
    color:#424242;
}
.tbody-title a:visited{
    text-decoration: none;
    color:#424242;
}

#table-wrap tr:last-child {
    border-bottom: 1px solid lightgray;
}

.modal-dialog a{
    color:blue !important;
    display: inline;
    padding: 0;
}

#table-related{
    font-size:13px;
}

#table-related tr:first-child td{
    border-top:0;
}

#table-related td{
    padding:5px 0;
}

#table-related tr:hover{
    font-weight:bold;
}



#awm-content ul, #awm-comment ul {
    margin-left: 0;
    padding-left:0px;
    margin-bottom: 0;
}

#awm-content > ul > li, #awm-comment > ul > li {
    background: url( "/img/circle3.png" ) no-repeat left top;
    padding: 1px 0px 0px 20px;
    list-style: none;
    margin: 0;
    margin-bottom: 16px;
}

#awm-content li > ul, #awm-comment li > ul{
    margin-left: -5px;
    padding-left: 0;
}

#awm-content > ul > li > ul > li, #awm-comment > ul > li > ul > li{
    background: url( "/img/dash5.png" ) no-repeat left top;
    padding: 2px 0px 0px 20px;
    list-style: none;
    margin: 0;
}

#awm-content > ul > li > ul > li > ul, #awm-comment > ul > li > ul > li > ul {
    padding-left: 0;
    margin-left: -10px;
}

#awm-content > ul > li > ul > li > ul > li, #awm-comment > ul > li > ul > li > ul > li{
    background: url( "/img/dot4.png" ) no-repeat left top;
    padding: 2px 0px 0px 20px;
    list-style: none;
    margin: 0;
}

#awm-content p{
    margin-bottom: 16px;
    font-size:15px;
}

#awm-content li{
    font-size:15px;
}

#awm-comment p{
    margin-bottom:16px;
    font-size:15px;
}

#awm-comment p:last-child{
    margin-bottom: 0;
}

#awm-comment span, #awm-comment li{
    font-size:15px;
}

.modal-dialog{
    max-width:900px;
}
.bg-img{
    vertical-align: top;
    display: inline-block;
    width:100px;
    height:100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-wrap{
    display: inline-block;
    width:80%;
}
.news-title{
    display: block;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px !important;
    color: #424242;
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
}
.news-title:visited, .news-title:hover{
    text-decoration: none;
    color: #424242;
}
.news-text{
    font-size: 14px;
    font-weight: 400;
    height: auto;
    white-space: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 0;
    color: #555;
}
.news-text:visited, .news-text:hover{
    text-decoration: none;
    color: #555555;
}
.news-date{
    font-size: 12px;
    font-weight: 700;
    color: #bbbbbb !important;
    margin: 0;
    display: block;
}

.table-main{
    border:0;
}
.table-main td{
    border:0;
    padding:10px 0;
}

.modal-bold{
    font-weight: bolder;
}

.modal-content{
    -webkit-box-shadow: 10px 10px 14px -4px rgba(0,0,0,0.7);
    -moz-box-shadow: 10px 10px 14px -4px rgba(0,0,0,0.7);
    box-shadow: 10px 10px 14px -4px rgba(0,0,0,0.7);
}

.latest-num{
    font-size: 20px;
    color:lightgray;
}

.right-item{
    position: relative;
    margin:10px 0;
}
.right-num{
    display: inline-block;
    font-size:40px;
    font-weight: bolder;
    color:lightgray;
}
/*
.right-text{
    position: absolute;
    display: inline-block;
    left:40px;
    top:9px;
} */
.latest-wrap .right-text{
    font-weight: 400;
    font-size:12px;
    padding:0;
    padding-top: 10px;
    color:#333;
    display: block;
}
.latest-wrap .right-text:visited{
    text-decoration: none;
    color:#424242;
}

.latest-wrap{
    padding: 5px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.latest-wrap table{
    margin-bottom: 0;
}

.main-title{
    width: 1110px;
    padding: 10px 0;
    margin-top: 30px;
    color: #6b16ee;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f2;
    padding-bottom: 20px;
}

.news-date svg{
    color:black;
}

.table-patent-left{
    background:#F8F9FA;
}

.table-patent th, .table-patent td{
    padding:5px 10px;
}

.modal-dialog{
    max-width: 900px;

}

.modal-content{
    -webkit-box-shadow: 10px 10px 14px -4px rgba(0,0,0,0.7);
    -moz-box-shadow: 10px 10px 14px -4px rgba(0,0,0,0.7);
    box-shadow: 10px 10px 14px -4px rgba(0,0,0,0.7);
}

.list-title-wrap{
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-img{
    border:1px solid lightgray;
    height:150px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text1{
    color:silver;
}

.thead-patent td{
    font-weight: bold;
}

.bookmark-icon .svg-inline--fa.fa-w-12{
    font-size:15px !important;
    width: 15px !important;
}
#aw-modal-copy #aw-awm-comment-wrap .modal-bold, #aw-awm-file .modal-bold{
    color: #6b16ee;
    margin-bottom: 20px;
    background: #F5F0FF;
    display: inline-block;
    font-size: 14px;
    padding: 5px 13px;
    border-radius: 10px;
    letter-spacing: 1px;
}
.modal-bold{

}

#aw-awm-comment-wrap #aw-awm-comment p{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 400 !important;
}
#aw-awm-other-wrap .modal-bold{
    font-weight: 400 !important;
        font-size: 20px !important;
        color: #6b16ee;
        margin-bottom: 10px;
    margin-top: 50px;
}
#aw-table-related .related-title{
    font-size: 12px !important;
    font-weight: 400 !important;
}
#aw-table-related .related-date{
    font-size: 12px !important;
    color: #999 !important;
    font-weight: 300 !important;
}
#aw-modal-copy #aw-awm-comment-wrap, #aw-awm-file{
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 50px;
    border: 2px solid #6b16ee;
    padding: 30px;
}
#aw-awm-file-wrap > a{
  color: #75664b!important;
}

.fs-15{
    font-size: 15px;
}

#menu-title {
    font-size: 20px;
}

#grid-wrap svg{
    width: 12px !important;
}

.icon-btn-wrap{
    width:40px;
    height:40px;
    text-align: center;
    padding: 5px 0;
    margin-right: 10px;
}


#awm-other-wrap svg{
    width: 14px !important;
}



@media screen and (max-width: 1199px) {

    #grid-wrap .bg-img{
        width:30%;
        max-width: 100px;
    }
    #grid-wrap .news-wrap{
        position: relative;
        width:70%;
    }
}


@media screen and (max-width: 991px) {
    .tbody-title {
        max-width: 400px;
    }
}
@media screen and (max-width: 768px) {
    .mobile-none{
        display:none;
    }

    .table-patent th, .table-patent td{
        font-size:10px;
        padding:10px;
    }

    #abstract, #representative_claim{
        font-size:12px;
    }

    .table td {
        font-size: 90%;
    }

    .tbody-title {
        max-width: 150px;
    }

    #grid-wrap .bg-img{
        width:30%;
    }
    #grid-wrap .news-wrap{
        position: relative;
        width:65%;
    }
}


@media screen and (max-width: 437px) {

    #grid-wrap .bg-img{
        width:25%;
        background-size: contain;
    }
    #grid-wrap .news-wrap{
        position: relative;
        width:65%;
    }
}
