.board-container {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
}

.board-menu {
    min-height: 190px;
    background: #a7abbf;
}

.us-board-menu {
    min-height: 190px;
    background: #a7bfb8;
}

.board-list {
    background: #f4f6f8;
    min-height: 10vh;
}

.us-board-list {
    background: #f4f8f6;
    min-height: 10vh;
}

.board-card {
    width: calc(50% - 10px);
    margin: 10px 5px;
    display: inline-block;
    height: 94px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}

.board-card > .title{
    max-width: 308px;
    height: 65px;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    text-align: left;
}

.board-card:hover {
    border: 2px solid #707070;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}

.screening-explain {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 500;
    font-size: 11px;
    text-align: left;
    color: #707070;
}

/* 구분 */

.board-title {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #080808;
}

.date{
    font-family: "Spoqa Han Sans Neo";
    font-weight: normal;
    font-size: 11px;
    line-height: 24px;
    color: #c7c7c7;
}


.sub-menu > .title {
    padding: 2px 6px;
    margin-right: 3px;
    font-family: "Noto Sans KR";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: -0.08em;
    color: #fff;
    display:inline-block;
}

.sub-menu > .title_black {
    padding: 2px 6px;
    margin-right: 3px;
    font-family: "Noto Sans KR";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.08em;
    color: #000;
    display:inline-block;
}

.select-sub-title {
    padding: 2px 6px;
    margin-right: 3px;
    background: #44495e;
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.08em;
    color: #fff;
    display:inline-block;
    border-radius: 500px;
}

.select-sub-title_2 {
    padding: 2px 6px;
    margin-right: 3px;
    background: #44495e;
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.08em;
    color: #fff !important;
    display:inline-block;
    border-radius: 500px;
}

.fc-grey { color : #D3D5DF;}
.menu-line { border-bottom : 2px #fff solid;}
.list-line { border-bottom : 1px #c7c7c7 solid;}

.board-content-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    background-color: #fff;
    padding: 32px;
    min-height: 40vh;
}

.board-content
{word-break: break-all !important;}

.board-content a
{
word-break: break-all;
}

.board-content img {
    max-width : 100%;
}

.board-hashtag {
    height: 100%;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #e9e9e9;
    color: #7B7B7B;   
}

.board-card-cheating {
    width: 100%;
    margin: 10px 5px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}

.board-card-cheating > .title{
    height: 65px;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    text-align: left;
}

.board-first-btn {
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #8091ff;
    padding : 12px 35px;
    border : none;
}

.board-second-btn {
    font-family: "Noto Sans KR";
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #bec1d3;
    padding : 12px 35px;
    border : none;
}

.board_btn_google {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 24px;
    text-align: center;
    color: #2C3042;
    border-radius: 1000px;
    background: #FFF;
    border:1px #8091ff solid;
    padding:10px 20px;
    display:inline-block;
    margin:10px;
}

.vote-list {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.vote-checked-list {
    border-radius: 6px;
    background: #d8dbf0;
    border: 2px solid #8091ff;
}

.vote-left {
    width: 7px;
    border-radius: 4px 0px 0px 4px;
    background: #a7abbf;
}

.vote-text {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 12px;
    color: #494e64;
}

.vote-1 {
    min-height: 46px;
    background: #fff;
    border: 2px solid #8091ff;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
}

.vote-left-1 {
    width: 40px;
    min-height: 46px;
    border-radius: 4px 0px 0px 4px;
    background: #8091ff;
}

.vote-1-rank {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.vote-1-text {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    color: #8091ff;
}

.vote-2 {
    min-height: 32px;
    background: #fff;
    border: 2px solid  #5a9df4;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
}

.vote-left-2 {
    width: 28px;
    min-height: 32px;
    border-radius: 4px 0px 0px 4px;
    background: #5a9df4;
}

.vote-2-rank {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.vote-2-text {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 13px;
    color: #5a9df4;
}

.vote-3 {
    min-height: 32px;
    background: #fff;
    border: 2px solid #6cc4ff;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
}

.vote-left-3 {
    width: 28px;
    min-height: 32px;
    border-radius: 4px 0px 0px 4px;
    background: #6cc4ff;
}

.vote-3-rank {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.vote-3-text {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 13px;
    color: #6cc4ff;
}

.vote-4 {
    min-height: 32px;
    background: #fff;
    border: 1px solid #a7abbf;;
}

.vote-left-4 {
    width: 25px;
    min-height: 32px;
    border-radius: 4px 0px 0px 4px;
    background: #a7abbf;;
}

.vote-4-rank {
    font-family: "Spoqa Han Sans Neo";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.vote-4-text {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 500;
    font-size: 11px;
    text-align: left;
    color: #a7abbf;
}