@charset 'utf-8';
@import url('fonts.css');

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input,select,textarea,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body {
	font-family: 'NotoSansKr','Droid Sans','AppleSDGothicNeo','sans-serif';
	font-weight: 300;
	color: #181818;
	background: #fff;
	line-height: 1;
	font-size: 14px;
}
dl,ul,ol,menu,li{
	list-style: none;
}
input,select,textarea,button{
	font-weight: 400;
	font-family: 'NotoSansKr','Droid Sans','AppleSDGothicNeo','sans-serif';
	font-size: 16px;
	background: #fff;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
	outline: none;
}
input::placeholder, textarea::placeholder {
	color:#949494;
	font-weight: 200;
}
button{
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
}
textarea{
	resize: none;
}
a{
	color: inherit;
	text-decoration: none;
	display: block;
	outline: none;
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none;
}
address,caption,cite,code,dfn,em,var,i {
	font-style: normal;
	font-weight: normal
}
img{
	vertical-align: middle;
	border: 0 none;
}
strong {font-weight: 400;}


input[type=radio] { display:none; vertical-align:middle; border:none; }
input[type=radio] + label { cursor:pointer; position:relative; line-height:26px; font-size:16px; color:#949494; font-weight: 200; display:inline-block !important; padding-left:32px; margin-right: 30px;}
input[type=radio]+ label:before { content:""; width:26px; height:26px; position:absolute; left:0; top: 0; background:url('../images/ico_check.png') no-repeat; background-position:0 0px; background-size: cover;}
input[type=radio]:checked + label { color:#000; font-weight: 400;}
input[type=radio]:checked + label:before { background-position:0 -26px; }

/* 퀘이사 그리드 css와 충돌이 있어서 공통영역에서 제외하고 주주확인으로 이동 
input[type=checkbox] { display:none; vertical-align:middle; border:none; }
input[type=checkbox] + label { cursor:pointer; position:relative; line-height:26px; font-size:16px; color:#949494; font-weight: 200; display:inline-block !important; padding-left:32px; margin-right: 30px;}
input[type=checkbox]+ label:before { content:""; width:26px; height:26px; position:absolute; left:0; top: 0; background:url('../images/ico_check.png') no-repeat; background-position:0 -52px; background-size: cover;}
input[type=checkbox]:checked + label { color:#000; font-weight: 400;}
input[type=checkbox]:checked + label:before { background-position:0 -78px; }
*/

.row {
	position: relative;
	padding: 0 20px;
}
.container {
	position: relative;
	height: 100vh;
}
.content {
	position: relative;
	padding-bottom: 120px;
}
.bt_fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.footer {
	display: flex;
	align-items: center;
	height: 35px;
	padding: 0 20px;
	background: #eee;	
}
.footer .logo {
	background: url(../images/logo_footer.png) no-repeat center;
	background-size: cover;
	width: 101px; height: 22px;
	text-indent: -99999px;
}
.footer .tel {
	flex: 1;
	text-align: right;
	font-size: 11px;
}
.footer .tel a {
	display: inline-block;
	line-height: 35px;
}

/* 레이어 풀 팝업 */
.layer_pop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 101;
	background: rgba(0,0,0,0.8);
	overflow: auto;
}
.layer_pop::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.layer_pop .layer_wrap {
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 50px auto;
	background: #fff;
	border-radius: 35px 35px 35px 0;
	text-align: left;
	vertical-align: middle;
	outline: none;
	overflow: hidden;
}
.layer_pop .layer_header {
	position: relative;
}
.layer_pop .layer_header .layer_title {
	height: 100%;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.25px;
}
.layer_pop .btn_layer_close {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -999px;
	background: url(../images/btn_close.png) no-repeat center;
	background-size: 20px 20px;
}

/* 레이어 팝업 */
.layer_view {
	display: none;
}

/* 하단버튼 */
.btn_bottom {
	padding: 0 20px 15px 20px;
	position: relative;
}
.btn_bottom::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 50%;
	z-index: -1;
	background: #fff;
}
.btn_bottom button {
	width: 100%;
	height: 50px;
	border-radius: 100px;
	background: #998543;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
}

/* 자세히보기 버튼 */
.btn_more {
	font-size: 12px;
	font-weight: 400;
	color: #998543;
	letter-spacing: -1px;
	height: 35px;
}
.btn_more i {
	display: inline-block;
	background: url(../images/arw_more.png) no-repeat right center;
	background-size: cover;
	width: 11px; height: 7px;
	margin-left: 4px;
}
.open .btn_more i {
	background: url(../images/arw_more2.png) no-repeat right center;
	background-size: cover;
}



/***
MAIN 
***/
.main_top {
	position: relative;
	background: url(../images/img_main.jpg) no-repeat center;
	background-size: cover;
	height: 40vh;
	min-height: 255px;
	overflow: hidden;
	border-radius: 0 0 80px 0;
}
.main_top img {
	width: 100%;
	max-height: 350px;
}
.main_top .txt {
	font-size: 5.5vw;
	line-height: 1.2;
	color: #fff;
	font-weight: 100;
	position: absolute;
	bottom: 20px;
}
.main_top .txt strong {
	font-weight: 400;
}

.gift_wrap {
	padding: 20px 0 0;
	display: none;
}
.gift_wrap .txt {
	font-size: 14px;
	color: #998543;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}
.gift_wrap .gift_select {
	margin: 0 -20px;
	display: flex;
	margin-top: 22px;
}
.gift_wrap .gift_select li {
	flex: 1;
	text-align: center;
}
.gift_wrap .gift_select li input[type=radio] + label {
	padding-left: 20px;
	margin: 0;
}
.gift_wrap .gift_select li .gift_box {
	cursor: pointer;
	border-left: 1px dashed #ccc;
	padding: 0 10px;
}
.gift_wrap .gift_select li:first-of-type .gift_box {
	border: none;
}
.gift_wrap .gift_select li img {
	width: 95%;
	max-width: 100px;
	display: block;
	margin: 5px auto 10px;
}
.gift_wrap .gift_select li span {
	font-size: 11px;
	line-height: 1.3;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	line-clamp: 2; -webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.gift_pop .layer_wrap {
	text-align: center;
	padding: 20px 0;
}
.gift_pop img {
	width: 100%;
}
.gift_pop span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.noti_wrap {
	font-size: 16px;
	color: #998543;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}

.noti_wrap2 {
	font-size: 16px;
	color: #998543;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}

/***
step1. 주주확인
***/
.step_wrap img {
	width: 100%;
	margin: 20px 0;
}
.input_box {
	margin-bottom: 10px;
	background: #eee;
	border-radius: 100px;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.input_box input[type=text],
.input_box input[type=date],
.input_box input[type=tel],
.input_box input[type=password],
.input_box input[type=number] {
	height: 40px;
	width: 100%;
	background: transparent;
}
.terms_wrap {
	padding-top: 10px;
	position: relative;
}
.terms_wrap input[type=checkbox] { 
	display:none; 
	vertical-align:middle; 
	border:none; 
}
.terms_wrap input[type=checkbox] + label { 
	cursor:pointer; 
	position:relative; 
	line-height:26px; 
	color:#949494; 
	display:inline-block !important; 
	padding-left:32px; 
	margin-right: 30px;
	/*
	font-size:16px; 
	font-weight: 200; 
	*/
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	letter-spacing: -1px;
}
.terms_wrap input[type=checkbox]+ label:before { 
	content:""; 
	width:26px; 
	height:26px; 
	position:absolute; 
	left:0; 
	top: 0; 
	background:url('../images/ico_check.png') no-repeat; 
	background-position:0 -52px; 
	background-size: cover;
}
.terms_wrap input[type=checkbox]:checked + label { 
	color:#000; 
	font-weight: 400;
}
.terms_wrap input[type=checkbox]:checked + label:before { 
	background-position:0 -78px; 
}
.terms_wrap .btn_more {
	position: absolute;
	right: -5px; top: 5px;
}
.terms_wrap .layer_terms {
	background: #eee;
	border-radius: 20px;
	padding: 10px;
	margin-top: 6px;
	top: -10px;
	line-height: 1.5;
	font-size: 12px;
	color: #444;
	font-weight: 200;
}
.terms_wrap .layer_terms .scroll {
	height: 140px;
	overflow-y: scroll;
}
.terms_wrap .layer_terms.open {
	height: 180px;
}
.terms_wrap .layer_terms h2 {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}
.terms_wrap .layer_terms h3 {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	margin: 15px 0 3px;
}

/***
step1-1. 동일인 주소선택
***/


/***
step1-2. 재투표 의사 확인
***/

.revote_wrap {
	padding: 20px 0 0;
	display: block;
}
.revote_wrap .txt {
	font-size: 16px;
	color: #998543;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
}
.revote_wrap .gift_select {
	margin: 0 -20px;
	display: block;
	margin-top: 22px;
	margin-left: 30px;
}
.revote_wrap .gift_select li {
	flex: 1;
	text-align: left;
	margin-top: 15px;
}
.revote_wrap .gift_select li input[type=radio] + label {
	padding-left: 35px;
	margin: 0;
 	font-size:16px; 
}


/***
step2. 주주 의안 안내
***/
.agenda_wrap {
	clear: both;
}
.agenda_box {
	position: relative;
	background: #eee;
	border-radius: 25px 25px 25px 0;
	padding: 15px 20px 38px 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
.agenda_box .input_box {
	justify-content:center;
	margin-bottom: 10px;
	background: #eee;
	border-radius: 100px;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.agenda_box1 {
	position: relative;
	background: #eee;
	border-radius: 25px 25px 25px 0;
	padding: 5px 20px 8px 0px;
	font-size: 14px;
	/*margin-bottom: 10px;*/
	margin-top:10px;
}
.agenda_box dl {
	line-height: 1.3;
}
.agenda_box dl dt {
	color: #404040;
	clear: both;
	width: 80px; /* 63 -> 65 */
	float: left;
	padding: 0 0 5px;
	font-weight: 200;
}
.agenda_box dl dd {
	color: #000;
	margin-left: 63px;
	padding: 0 0 5 20px;
	font-weight: 300;
}
.agenda_box1 dl dd {
	color: #000;
	padding: 0 10 5px;
	font-weight: 300;
	margin-top:10px;
}
.layer_agenda .detail {
	background: #fff;
	border-radius: 10px;
	color: #555;
	font-size: 13px;
	line-height: 1.6;
	padding: 10px 10px 10px 15px;
	margin: 0 -10px;
}
.layer_agenda .detail textarea {
   width: 100%;
   color: #555;
   font-size: 13px;
   line-height: 1.6;
   height: 150px;
   font-weight: 300;
}
.layer_agenda .detail .scroll { 
	overflow-y: auto;
	max-height: 150px;
}
.layer_agenda .input_box {
	justify-content: center;
	margin: 8px 0 0 30px;
}
.agenda_box .btn_more {
	position: absolute;
    font-size: 15px;
	left: 0; right: 0; bottom: 0;
	width: 100%; height: 45px;
	border-radius: 0 0 20px 20px;
}
.agenda_box.open .btn_more span {	
	text-indent: -100000px;
    font-size: 15px;
	display: inline-block;
}
.agenda_box.open .btn_more span::after {
	content: "자세히 접기";
	display: block;
    font-size: 15px;
	text-indent: 0;
	height: 45px;
}


/***
step3. 본인 인증
***/
.verif_wrap {
	clear: both;
}
.verif_wrap ul {
	overflow: hidden;
}
.verif_wrap li {
	float: left;
	width: 100%;
	text-align: center;
}
.verif_wrap li img {
	width: 92%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
.verif_wrap li input[type=radio] + label {
	margin: 0;
}
.verif_wrap .txt {
	font-size: 16px;
	font-weight: 400;
	/*color: #998543;*/
	color: black;
	height: 20vh;
	max-height: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}




/***
기타 안내페이지
***/
.text_wrap {
	text-align: center;
	font-size: 20px;
	color: #7c7c7c;
	line-height: 1.3;
	padding-top: 10vh;
}
.text_wrap .ico_logo {
	background: url("../images/logo_pattern.png") no-repeat center;
	background-size: cover;
	width: 181px; height: 34px;
	display: block;
	margin: 0 auto 8vh;
}
.text_wrap em {
	font-size: 40px;
	font-weight: 200;
	color: #998543;
}

.text_wrap2 {
	text-align: center;
	font-size: 18px;
	color: #7c7c7c;
	line-height: 1.3;
	padding-top: 10vh;
}
.text_wrap2 .ico_noti {
	background: url("../images/ico_noti.png") no-repeat center;
	background-size: cover;
	width: 75px; height: 75px;
	display: block;
	margin: 0 auto 8vh;
}
.text_wrap2 em {
	font-size: 40px;
	font-weight: 200;
	color: #998543;
}

/***
MAIN (주주정보수집) 
***/
.main_top2 {
	position: relative;
	background: url(../images/img_main2.jpg) no-repeat center;
	background-size: cover;
	height: 20vh;
	min-height: 255px;
	overflow: hidden;
	border-radius: 0 0 80px 0;
}
.main_top2 img {
	width: 100%;
	max-height: 350px;
}
.main_top2 .txt {
	font-size: 5.5vw;
	line-height: 1.2;
	color: #fff;
	font-weight: 100;
	position: absolute;
	bottom: 20px;
}
.main_top2 .txt strong {
	font-weight: 400;
}

.desc_txt{
	color: gray;
	font-size: 18px;
	margin: 15px 0 10px;
}

.file_upload button{
	color: rgba(30, 22, 54, 0.6);
	box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
	padding: 2px 12px;
	background: #ddd;
	font-size: 18px;
	border-radius: 5px;
}
