@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');

html,
body {
    font-family: 'NanumSquareRound';
    position: relative;
    height: 100%;
    background: #EFF6F9;
}

hr{
    color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px;
}

table tr td ul{
    padding: 0;
    color: #444444;
}

ul li{
    margin-bottom: 10px;
}

img.li_icon{
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

section#title_section{
    margin: 20px 0 20px 0;
}
section div.main_title div#content{
    margin-left: 15px;
    letter-spacing: -1.8px;

}

section div.main_title div#content span#title{
    font-size: 1.3em;
    font-weight: 800;
}

section div.main_title div#content span#description{
    color: #222222;
    font-size: 0.8em;
}


section#list_section{
    height: 80%;
    background: white;

    border-radius: 20px;

    overflow-y: scroll;
}

section#list_section div#inputs{
    width: 90%;
    height: 40px;

    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 20px;

}

section#list_section div#inputs input#adr{
    width: 100%;
    height: 100%;

    border: 1px #dddddd solid;
    border-radius: 10px;
    text-align: center;
    font-size: 1.0em;
}

section#list_section div#list_body table{
    width: 90%;
    margin: 0 auto;
}


section#list_section div#list_body table tr th{
    width: 100%;
    text-align: left;

    padding-top: 5px;
    padding-bottom: 5px;
}

section#list_section div#list_body table tr td.co_image{
    width: 40%;
    height: 80px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

section#list_section div#list_body table tr td li.corpo_info div{
    width: 80%;
    display: inline-flex;
    margin: 0;
}