html, body, div, 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,input,select,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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{	
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	box-sizing: border-box;
}

html {
	overflow-y: auto; 
	font-family: 'Nanum Gothic' , '나눔고딕' , '맑은 고딕' , 'Malgun Gothic' , 'dotum' , '돋움' , sans-serif;
	text-align: center; 
	color: #666; 
	font-size: 13px; 
	font-weight: 900;
	letter-spacing: 0px;
}
html, body {
	width: 100%; 
	height: 100%;
	/* -webkit-text-size-adjust: none; */
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img,fieldset {
	border:0;
	outline:none;
	vertical-align: middle;
}
label {
	cursor: pointer;
	line-height: 20px;
	margin-right: 10px;
}
i, em, address {
	font-style: normal;
}
caption,legend {
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
iframe,object,video,embed {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
}
hr {
	display: none;
	clear: both;
}
caption {
	width: 1px;
	height: 1px;
	margin-top: -1px;
}
i {
	vertical-align: baseline;
}
p {
	vertical-align: baseline;
}
.ins {
	border-bottom: 1px solid #7f7f7f;
	vertical-align: baseline;
}
button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Nanum Gothic' , '나눔고딕' , '맑은 고딕' , 'Malgun Gothic' , 'dotum' , '돋움' , sans-serif;
	font-weight: 900;
}

/* html5 ie9 else */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
   padding: 0;
   margin: 0;
}
input, select, textarea {
	font-family: 'Nanum Gothic' , '나눔고딕' , '맑은 고딕' , 'Malgun Gothic' , 'dotum' , '돋움' , sans-serif;
	letter-spacing: 0px;
	border: 1px solid #ddd;
}
input[type="text"],
input[type="password"] {
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	margin-top: 4px;
	margin-right: 5px;
}
input:not([type='text,password']):focus::-webkit-input-placeholder {
	color: transparent;
}
input[type="image"] {
	border: none;
	outline: none;
}
input[type="button"] {
	font-family: 'Nanum Gothic' , '나눔고딕' , '맑은 고딕' , 'Malgun Gothic' , 'dotum' , '돋움' , sans-serif;
	border: none;
	outline: none;
	cursor: pointer;
}
select {
	min-width: 50px;
	font-size: 12px;
	color: #666;
}
textarea{
	resize: none;
	border: none; 
	background: none;
	outline: none;
}

a {
	text-decoration: none; 
	color: #000; 
	cursor: pointer;
}
a:link { 
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

/* Color */
.color_orange {
	color: #fa9913;
}
.color_pink {
	color: #ec008c;
}
.color_blue {
	color: #0054a6;
}

/*** Common ***/
.wrap {
	width: 100%;
	height: 100%;
}
.page_layout {
	width: 100%;
	height: 100%;
	text-align:center;
}


.header {
	display: table;
	width: 100%;
	min-width:990px;
	background-color: #fff;
	display: block;
	text-align: left;
	overflow: hidden;
}
.header .header_logo {
	display: flex;
	align-items: center;
	height: 56px;
	padding: 0.5rem;
}
.header .header_logo h1 {
	margin: 0;
}
.header_container {
	width: 100%;
	min-width:990px;
	height: 56px;
	overflow: hidden;
	display:flex;
	align-items: center;
	background-color: #d33b38;
	padding: 0.25rem;
}
.header h1 {
	margin-left: 20px;
	margin-top:30px;
	float:left;
}
.header .top_gnb {
	width: 740px;
	display: flex;
	gap: 1rem;
}
.top_gnb .nav {
	width:740px;
	display:block;
	margin: 0 auto;
	font-size: 0;
	box-sizing:content-box;
}
.top_gnb .nav li {
	display: inline-block;
	width: 15%;
}
.top_gnb .nav li a {
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.header .nav li a:hover
{
	color: #ef4036;
}
.header .btn_login {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 740px);
	/* float:right;
	margin-right:20px;
	margin-top:-40px;
	display:block; */
}
.header .btn_login .btn {
	display: inline-flex;
	background-color: white;
	border-radius: 0.25rem;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
}
.header .btn_login .btn_gray11 {
	display: inline-block;
	height: 20px;
	padding: 0 15px;
	background: #898989;
	border-radius: 10px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

/* Login */
.login_contents {
	display: table;
	width: 100%;
	height: 100%;
}
.login_article {
    display: table-cell;
	height: 100%;
    margin: 0 auto;    
    vertical-align: middle;
	text-align: center;

}
.login_box {
	width: 434px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #c2c2c2;
}
.login_box h3 {
	padding: 30px 0;
	border-bottom: 1px solid #c2c2c2;
}
.login_box dl {
	font-size: 0;
}
.login_box dt {
	margin-top: 30px;
	margin-left: 7px;
	text-align: left;
}
.login_box dd {
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
	vertical-align: middle;
}
.login_box input[type="text"],
.login_box input[type="password"] {
	width: 180px;
	height: 42px;
	margin-right: 7px;
	padding-left: 18px;
	background: #ebebeb;
	border: 1px solid #d7d7d7;
	border-radius: 21px;
	line-height: 42px;
}
.login_box input[type="image"] {
	border: 0;
	outline: none;
}
.login_box .login_btn_group {
	margin-top: 35px;
	text-align: center;
}
.login_box .login_btn_group a {
	display: inline-block;
	margin-right: 26px;
	padding-left: 17px;
	background: url('../images/members/btn_arrow.png') left 50% no-repeat;
}
.login_box .login_btn_group a:last-child {
	margin: 0;
}
.login_copyright_article {
	width: 434px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 0;
	overflow: hidden;
}
.login_copyright {
	float: left;
	font-size: 12px;
	color: #959595;
	text-align: left;
}
.login_copyright_article a {
	float: right;
	display: block;
	margin-left: 13px;
	font-size: 12px;
	color: #959595;
	text-align: right;
}

/* Scrollbar */
.scrollbar_area { 
	width: 570px;
}
.scrollbar_area .viewport { 
	position: relative;
	width: 500px; 
	height: 340px; 
	overflow: hidden; 
}
.scrollbar_area .overview { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	list-style: none; 
}
.scrollbar_area .scrollbar,
.scrollbar_area .thumb { 
	border-radius: 8px; 
	background: #ccc; 
}
.scrollbar_area .scrollbar { 
	float: right; 
	position: relative; 
	width: 12px; 
}
.scrollbar_area .track { 
	position: relative; 
	width:10px; 
	height: 100%; 
	margin-bottom: -5px;
	padding: 0 1px; 
}
.scrollbar_area .thumb { 
	position: absolute; 
	top: 0px; 
	width: 10px; 
	height: 20px;  
	margin-top: 1px;
	background: #fff; 
	cursor: n-resize;
}
.scrollbar_area .disable { 
	display: none; 
}




.common-confirm-popup{
	position: relative;
	border: 1px solid #898989;
	background-color: white;
	max-width: 380px;
	margin: 0 auto;
}

.common-confirm-popup .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0px;
	height: 20px; width: 18px; line-height: 20px; 
	background-image: url(/talksam/nimages/common/common-popup-close.png);
	background-size: 18px 20px;
	background-repeat: no-repeat;

}

.common-confirm-popup > .title-wrap{
	background-color: #434c83;
	color: white;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 14px;
}

.common-confirm-popup .content-wrap{
	padding: 30px 15px;
	font-size: 16px;
}

.common-confirm-popup .button{
	display: inline-block;
	background-color: #b7b7b7;
	color: white;
	height: 25px;
	padding: 5px 10px;
	min-width: 80px;
	border-radius: 12px;
	text-align: center;

}

.common-confirm-popup .button-area{
	text-align: center;
	margin-bottom: 30px;
}
.common-confirm-popup .button + .button{
	margin-left: 10px;
}
.common-confirm-popup .button.button-primary{
	background-color: #f26f22;
	color: white;
}


.blockUI.blockMsg.blockPage,
.blockUI.blockMsg.blockElement{
	border: none !important;
	background-color: transparent !important;
}

.blockUI.blockMsg.blockPage .indicator-frame,
.blockUI.blockMsg.blockElement .indicator-frame{
	position: relative;
}

.blockUI.blockMsg.blockPage .indicator-frame > .uil-ring-css,
.blockUI.blockMsg.blockElement .indicator-frame > .uil-ring-css{
	position: absolute;
	left: 50%;
	top: 50;
	margin: 0 auto;
	transform: translateY(-50%) translateX(-50%) scale(0.6);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
}


@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 3px 0 0 #fff;
  -webkit-transform-origin: 80px 81.5px;
  transform-origin: 80px 81.5px;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}