
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);


html, body {
	width:100%;
/*	font-family:"Nanum Gothic",'돋움','Dotum','apple gothic', 'Arial', sans-serif;*/
	font-family: "Noto Sans KR", sans-serif;
	background-color:#fff; 
	font-size:13px; 
	line-height:18px;
/*	background: #eaeff6;*/
	background: #f2f3f5;
	overflow-y: auto;
}
.top{
    background: #177eef;
    margin:0 auto;
    padding: 5vh 2.5%;
    font-size: 2.7vh;
    line-height: 4vh;
    color:#fff;
    font-weight: bold;
    height: 18vh;
}
.middle{
    position: relative;
    position: relative;
    width: 95%;
    margin : auto;
    background: #fff;
    margin-top : -10vh;
    padding : 3vh 0px 2vh 0px;
    z-index: 99;
    border-radius: 5px;
    height: 12vh;
    overflow-y: auto;
}
.el_box{
    padding-left : 15px;
}
.el_title{
	font-size: 2.5vh;
	line-height: 2.9vh;
	font-weight: bold;
	margin-bottom: 1.3vh;
	/* white-space: nowrap; */
	overflow: hidden;
	padding: 0 0.9vh 0.9vh 0px;
	width: 97%;
	box-sizing: border-box;
}
.el_box_row{
    margin-bottom: 1vh;
}
.el_dt_label{
    color:#777;
    padding-right : 8px;
    font-size: 2vh;
	line-height: 2vh;
}
.el_dt{
    font-size:2.2vh;
    padding:0.5vh 0px;
}

.bottom{
/*  background: #eaeff6;*/
	background: #f2f3f5;
    margin-top: -10vh;
    z-index: -9999;
    padding:14vh 0px 0px 0px;
    /* height: calc(100% - 40vh); */
}

.bottom > .vote_menu{
    width: 95%;
    margin:0 auto;
    background: #fff;
    margin-bottom:1.5vh;
    border-radius: 4px;
    padding: 1vh 0px 1vh 0px;
    cursor: pointer;
}

.icon_label > img{
    margin-left: 4px;
    height: 50px; 
    vertical-align: middle;
}
.vote_menu_title{
    font-size: 13pt;
    font-weight: bold;
    vertical-align: middle;
}

.logout{
    position: absolute;
    top :5vh;
    right :2.5%;
    border : 1px solid #fff;
    font-size: 9pt;
    padding: 4px 8px;
    font-weight: 100;
    cursor: pointer;
    border-radius: 4px;
    line-height: 20px;
}

.logout:hover{
    border:1px solid #ddd;
    color : #ddd;
    
}


.back{
    height: 7vh;
    background-color: #177eef;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.back_btn{
    font-size: 16pt;
    vertical-align: middle;
    border: 1px solid #177eef;
    background: #177eef;
    border-top : 0;
    border-bottom:0;
    border-left:0;
    padding: 0px 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    /* position: absolute; */
    float: left;
    height: 7vh;
    left:0;
	font-family:"Nanum Gothic",'돋움','Dotum','apple gothic', 'Arial', sans-serif;
}
.menuTitle{
    font-size:2.5vh;
    font-weight: bold;
    height: 100%;
    line-height: 7vh;
	color: #fff;
    margin-left: -48px;
}
.cl_both{
    clear:both;
}
.top2{
    padding:2.5vh 0px;
    width: 100%;
/*  height: 15vh;*/
    background: #ffffff;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.sep_row{
    background: #eee;
    padding: 16px 8px;
}
.bottom2{
    background: #fff;
    /* height: 75vh;
    overflow-y: visible; */
}

.el_box2{
    padding-left : 15px;
}

.el_title2{
/*   font-size: 16pt;*/
   font-size: 2.6vh;	
   font-weight: bold;
   margin-bottom: 10px;
   /* white-space: nowrap; */
   overflow: hidden;
   padding:8px 0px;
   width: 95%;
}

.el_dt_label2{
    color: #777;
    padding-right: 8px;
    font-size: 2vh;
    line-height: 2vh;
}
.el_dt2{
	font-size: 2.2vh;
/*    font-size: 13pt;*/
    padding:2vh 1vw;
}

.vote_menu2{
    padding: 16px 8px;
    cursor:pointer;
    border-bottom:1px solid #ddd;
}

.sep_row{
    font-size: 1.1em;
    font-weight: bold;
    border-bottom:1px solid #ddd;
/*	border-top: 1px solid #ddd;*/
}
.bottom2.sep_row:nth-child(2){
	border-top-style: none
}

.vote_menu2_title{
    font-size:1.05em;
    color:#000;
    font-weight: bold;
    margin-bottom: 5px;
}
.vote_menu2_subtitle{
    
    color:#777;
}

.bottom3{
    background: #f2f3f5;
    /* height: 95vh;
    overflow-y: visible; */
}

.candi_one{
    background: #fff;
    margin : 16px 12px;
    border-radius: 4px;
    padding : 16px 12px;
    position: relative;
    cursor: pointer;
    border:1px solid #ddd;
}


.candi_img{
    float:left;
    margin-right: 12px;
}

.candi_img > img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.candi_name_box{
    margin-left:12px;
}
.candi_num{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom:5px;
    margin-top:5px;
}
.candi_name{
    font-size: 1.05em;
    color:#888;
}

.candi_info{
    background: #fff;
    margin : 16px 12px;
    border-radius: 4px;
    padding : 32px 24px;
}

.candi_info_img{
    float:left;
    margin-right: 12px;
}

.candi_info_img > img{
    width: 75px;
    height: 75px;
    vertical-align: middle;
}


.candi_name_box2{
    padding-left:12px;
    vertical-align: middle;
}
.candi_num2{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom:5px;
    padding-top:14px;
}
.candi_name2{
    font-size: 1.05em;
    color:#888;
}

.detail_sep_row{
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom : 16px;
}

.desc_one{
    margin:20px 0px
}

.desc_title{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom:8px;
}

.desc_content{
    color: #777;
    text-align: justify;
    font-size: 0.95em;
    word-break: break-all;
    white-space: normal;
}

.voting_message{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding:0px 14px;
    line-height: 20pt;
}

.voting_rad{
    display: none;
}

.selected { 
    border : 1px solid #177eef;
}

.complete_btn{
    background: #177eef;
    color:#fff;
    margin: 50px 12px;
    border-radius: 4px;
    padding: 20px 12px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}


.bottom4{
    background: #fff;
    /* height: 95vh; */
    /* overflow-y: auto; */
}

.vote_rate_title{
    font-size: 1.02em;
    font-weight: bold;
    margin-top:12px;
    margin-bottom:8px;
}

.percent{
    float:left;
    color : #177eef;
    font-weight: bold;
}

.number{
    float:right;
    color:#999;
    font-weight: bold;
}

.vote_rate{
    height: 12px;
    background: #eee;
    border-radius: 6px;
}
.complete_rate{
    background: #177eef;
    width:40%;
    height: 100%;
    border-radius: 6px;
}


.result_candi_info{
    padding: 16px 8px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.vote_result_title{
    margin-bottom:12px;
}
.color_label{
    display: inline-block;
    width:8px;
    height: 8px;
    border-radius: 4px;
    vertical-align: middle;
}

.result_candi_name{
    font-size: 1.1em;
    font-weight: bold;
    margin-right:8px;
    margin-left:4px;
}

.result_sub_number{
    color:#999;
}

#dounut{
    margin:0 auto;
    max-width:380px;
}



.dim_layer{display: none; position: absolute;top:0;left:0;width: 100vw;height: 100vh;z-index:100;background: #000;opacity: 0.5;}
.dim_layer .dim_info{position: absolute;top: 40%;margin: 0 auto;color: #fff;font-weight: bold;width:100%;text-align: center;}

.inbox{
    background: #177eef;
    padding: 40px 0px;
    text-align: center;
}