@import url('https://fonts.googleapis.com/css?family=Hi+Melody&display=swap&subset=korean');

/**
 * vote-2020mp
*/
.vote-2020mp-hd {
	background: #f1faff url(/views/img/election2020/vote-2020mp-bg-top.jpg) no-repeat bottom right;
	height: 240px;
	display: block;
	margin-bottom: 70px;
}
.vote-2020mp-hd .container-fluid {
	height: 240px;
	display: block;
	align-items: start;
	justify-content: center;
	position: relative;
}
.vote-2020mp-hd h1 {
	padding: 25px 0 20px;
}
.vote-2020mp-hd .top-bar {
	background: #fff;
	border: #c7ecfe 1px solid;
	width: 100%;
	position: static;
	clear: both;
}
@media only screen and (min-width: 1023px) {
	.vote-2020mp-hd h1 {padding: 60px 0 0;}
	.vote-2020mp-hd .container-fluid {display: flex;}
	.vote-2020mp-hd {margin-bottom: 50px;}
	.vote-2020mp-hd .top-bar {
		position: absolute;
		top: 195px;
	}
}
@media only screen and (max-width: 770px) {
.vote-2020mp-hd .half { width: 50%; float: left; }
}
.vote-2020mp-hd .form-line{
  border-right: 1px solid #dddddd;
}
/*---------------------------------------------*/
.vote-2020mp-hd input {
	outline: none;
    border: none;
    overflow: visible;
}
.vote-2020mp-hd .wrap-input100 {
  width: 100%;
  position: relative;
}
.vote-2020mp-hd .label-input100 {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}
.vote-2020mp-hd .input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 16px;
	color: #000000;
	line-height: 1.2;
	padding: 0 25px 0 60px;
}
.vote-2020mp-hd input.input100, .vote-2020mp-hd select.input100 {
	height: 55px;
}
.vote-2020mp-hd .focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-radius: 2px;
  border-color: #846add;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
  color: #4876ef;
}
/*-------[ Alert validate ]-------*/
.vote-2020mp-hd .validate-input {
  position: relative;
}
.vote-2020mp-hd .alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.vote-2020mp-hd .contact100-form-btn {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  background: #1969a8;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.vote-2020mp-hd .contact100-form-btn:hover {
  background: #333333;
}
/* ----------------------------------------*/
.vote-2020mp {}
.vote-2020mp .tp-guide {
	margin-top: -10px;
	text-align: right;
}
.vote-2020mp .tp-row {padding: 10px 0;}
.vote-2020mp .tp-row .lft {
	font-size: 16px;
	padding: 5px 0;
}
.vote-2020mp .tp-row .lft .red {
	color: red;
}
.vote-2020mp .tp-row .sns {
	font-size: 25px;
	color: #666666;
	text-align: right;
	padding: 5px 0;
}
.vote-2020mp .tp-row .sns li {
	display: inline-block;
	margin: 5px;
}
.vote-2020mp .tp-row .sns .ic-url {
	font-size: 18px;
	font-weight: bold;
}
.vote-2020mp .wp-bk-list .bk-list {margin-bottom: 20px;}
.vote-2020mp .wp-bk-list .grid-hd {
	border: #eaeaea 1px solid;
	font-size: 16px;
	line-height: 21px;
}
.vote-2020mp .wp-bk-list .grid-hd:hover {
	border-color: #4876ef;
}
.vote-2020mp .wp-bk-list .grid-hd .bk-1 {
	border-right: #eaeaea 1px solid;
	padding: 10px 20px;
	height: 94px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.vote-2020mp .wp-bk-list .grid-hd .bk-1 li {padding: 2px 0;}
.vote-2020mp .wp-bk-list .grid-hd .bk-2 {
	padding: 10px 20px;
	height: 94px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.vote-2020mp .wp-bk-list .grid-hd .bk-2 ul {
	display: inline-block;
}
.vote-2020mp .wp-bk-list .grid-hd .bk-2 li {padding: 4px 0;}
.vote-2020mp .wp-bk-list .grid-hd .bk-2 .arr {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 30px;
	line-height: 94px;
	text-align: center;
	width: 55px;
	height: 94px;
	display: inline-block;
	border-left: #eaeaea 1px solid;
}
@media only screen and (max-width: 1023px) {
	.vote-2020mp .wp-bk-list .grid-hd .bk-2 .arr {
		height: 188px;
		line-height: 188px;
	}	
}
@media only screen and (max-width: 640px) {
	.vote-2020mp .wp-bk-list .grid-hd, 
	.vote-2020mp .wp-bk-list .grid-body {font-size: 14px;}
	.vote-2020mp .wp-bk-list .grid-hd .bk-1, 
	.vote-2020mp .wp-bk-list .grid-hd .bk-2 {
		padding: 10px 55px 10px 10px;
	}
	.vote-2020mp .wp-bk-list .grid-hd .bk-1 li, 
	.vote-2020mp .wp-bk-list .grid-hd .bk-2 li {padding: 0;}
	.vote-2020mp .tp-guide {text-align: left;}
}
.vote-2020mp .wp-bk-list .grid-hd .bk-1 figure {
	display: inline-block;
	margin-right: 15px;
}
.vote-2020mp .wp-bk-list .grid-hd .bk-1 figure img {
	width: 70px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.vote-2020mp .wp-bk-list .grid-hd .belong {color: #0060ff;}
.vote-2020mp .wp-bk-list .grid-hd .etc {color: #666666;}
.vote-2020mp .wp-bk-list .grid-hd .name { font-size: 22px; }
.vote-2020mp .wp-bk-list .grid-hd .etc2 {color: #999999;}
.vote-2020mp .wp-bk-list .grid-body {
	background: #f1faff;
	padding: 20px;
	font-size: 16px;
	line-height: 21px;
}
@media only screen and (max-width: 640px) {	
	.vote-2020mp .wp-bk-list .grid-hd .name { font-size: 20px; }
}
.vote-2020mp .wp-bk-list .grid-body .etc {color: #666666;word-break:keep-all;}
.vote-2020mp .btn-more a {
	background: #f2f2f2;
	text-align: center;
	font-size: 18px;
	display: block;
	padding: 15px;
}
.vote-2020mp .bt-banner {
	text-align: center;
	display: block;
	margin-top: 20px;
}
@media only screen and (max-width: 800px) {
	.vote-2020mp .bt-banner img {width: 100%;}
}
.vote-2020mp .bottom {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 20px 0 40px;
}