* {
	box-sizing: border-box;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,
body {
	min-height: 100%;
	height: 100%;
}

html {
	font-size: 20px;
}

body {
	font-size: 0.7rem;
	font-family: 'Noto Sans KR';
	background: #fff;  /*로그인페이지 배경색상*/
	color: #333;
	line-height: 1;
	min-width: 320px;
	letter-spacing: -0.05em;
}
.bodycolor{
background: #ccc; 
}
body.white {
	background: #fff;
}

body.viewer_back {
	background: #eee8ea;
}


a {
	color: #333;
	text-decoration: none;
}

img {
	vertical-align: top;
	max-width:100%;
}

input,
select,
button {
	font-family: 'Noto Sans KR';
	display: inline-block;
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius:0;
	letter-spacing: -0.05em;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select_down.png) no-repeat right 1.1rem center;
	background-size: 0.55rem;
	letter-spacing: -0.05em;
}

select::-ms-expand {
	display: none;
}

button {
	letter-spacing: -0.05em;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.txt_hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	
}

.inner {
	max-width: 64rem;
	padding: 0 2.5rem;
	margin: 0 auto;
}

.inner2 {
	max-width: 40rem;
	padding: 0 0rem;
	margin: 0 auto;
	background:#fff;
}


.btn_01 {
	display: block;
	width: 21rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	color: #e6001d;
	background: #fff;
	border-radius: 1rem;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

.btn_02 {

	width: 5.5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	color: #fff;
	background: #3890c1;/*로그인박스버튼*/
	border: 0;
	cursor: pointer;
	vertical-align: middle;
		white-space: normal;
}

.btn_02-1 {

	margin-top:0;
	width: 5.5rem;
	height: 5rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.0rem;
	color: #fff;
	background: #f37235;/*자료다운버튼 색상변경*/
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin-left:0.5rem;
	line-height: 1.2rem;
	white-space: normal;
}

.btn_02-2 {
	text-align: center;	
	font-weight: 400;
	font-size: 0.7rem;
	padding:0.3rem 0.5rem;
	color: #fff;
	background: #FF0000;/*동영상 선택 버튼 색상변경*/
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	white-space: normal;
	border-bottom: 2px solid #b60000;
	border-radius: 0.3rem;	
}

.btn_03 {
	display: inline-block;
	width: 10rem;
	height: 4rem;
	line-height: 3.8rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	color: #444;
	background: #fff;
	border: 2px solid #444;
	border-radius: 0.6rem;
	cursor: pointer;
	vertical-align: middle;
}


.btn_04 {
	display: inline-block;
	width: 12rem;
	height: 3.5rem;
	line-height: 3.0rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	color: #fff;
	background: #f5a449;/*웨비나 등록버튼 색상변경*/
	border: 0;
	border-radius: 0.6rem;
	cursor: pointer;
	vertical-align: middle;
}

.btn_04_1 {
	margin-top:0;
	width: 10rem;
	height: 4rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	background: #3dbd9d;/*등록페이지-로그인으로 이동*/
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin-left:0.5rem;
	line-height: 1.2rem;
	white-space: normal;
}

.btn_05 {

	margin-top:0;
	width: 4rem;
	height: 5rem;
	line-height: 2.5rem;
	text-align: center;
	font-weight: 500;
	font-size: 0.8rem;
	color: #fff;
	background: #9d85be;/*동영상페이지 질문등록버튼 색상변경*/
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin-left:0.4rem;
}


.btn_06 {

	margin-top:0;
	width: 12rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	color: #fff;
	background: #7b6bb5;/*동영상페이지 설문조사버튼 색상변경*/
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin-left:0.5rem;
	white-space: normal;
}
.btn_07 {

	margin-top:0;
	width: 4rem;
	height: 5rem;
	line-height: 1.2rem;
	text-align: center;
	font-weight: 500;
	font-size: 0.8rem;
	color: #fff;
	background: #f37235;/*동영상페이지 설문조사버튼 색상변경*/
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin-left:0.4rem;
	white-space: normal;	
	word-break : keep-all;
}

.btn_07-1 {
	margin-top:0;
	width: 4rem;
	height: 5rem;
	line-height:  1.2rem;
	text-align: center;
	font-weight: 500;
	font-size: 0.8rem;
	color: #fff;
	background: #88c8ee;/*이포스터*/
	border: 0;
	cursor: pointer;
	vertical-align: top;
	margin-left:0.4rem;
	white-space: normal;
	word-break : keep-all;
}


.color_red {
	color: #e6001d;
}
.color_green {
	color: #00702c;
}
.color_purple {
    color: #521778;
}
.color_black {
	color: #010101;
}

.color_white {
	color: #ffffff;
}

.color_yellow {
	color: #ffde00;
}

.color_orange {
	color: #9a2c00;
}

.color_bv {
	color: #0050a0;
}

.col2 {
	float: left;
	width: 50% !important;
}


#header {
  display:block;
  width:100%;
  height:10rem;
}

#header .logo {
	
	float:left;
	/*display: block;*/
	margin:0rem 0rem 3rem 0rem;
	width:15rem;
}

#header .logo2 {
	float:right;
	/*display: block;*/
	margin: 0 0rem 0 0;
	width:20rem;
}

#header_sub {
	/*height: 7rem;
	웨비나 등록신청서 헤더색상변경
	background: #ececec url(../images/) no-repeat center; */
	background-size:cover ;/*55rem*/
	margin: 0 auto;

}

#header_sub .top_title {	
	/*padding-top:2rem;*/
	margin: 0 auto;
}
#header_sub .top_title p{
	padding-top:1rem;
	color: #000;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
	line-height: 3.5rem;
}
#header_sub .top_title span{
	color: #000;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
}
#header_sub h1 img{width:100%;}



/* 로그인 - index.php */

#login_main {	
	margin:0rem auto;	
	background: url(../images/) no-repeat center #ccc; 
	background-size:cover; 	
	padding:1rem 0rem;
}

#login .con_wrap {
	background: url() no-repeat center top #659ad2; 
	background-size:cover; 
	max-width:72.0rem;
	padding:0 ;	
	padding-bottom:2rem;
	box-shadow: 5px 10px 10px #999999 ;
	/*border:1px solid #63b5ce;*/
	}

#login .main_title {
margin:0 auto ;
    
}
/*#login .main_title p.bgimg{text-align:right; margin-right:14px;}*/
#login .main_title .element {
    margin: 0 auto;
   text-align: left;
	color: #fff600;
	}

#login .main_title .element p{
	font-size: 3.5rem;
	color:#231f20;
	font-weight: normal;
	line-height: 120%;
	display:inline-block;
	text-align:left;
	word-break:keep-all;
	font-family: 'SBAggroM',sans-serif, 'Noto Sans KR';
}
#login .main_title .element p.s1{
	font-size: 3rem;
}
#login .main_title .element p span{
	font-family: 'SBAggroM',sans-serif, 'Noto Sans KR';
	font-size: 4rem;
	line-height:120%;
	font-weight:300;
	color:#f37235;
	/*background:#6fb3f1;
	padding:0.5rem 1.5rem;
	border-radius:1.5rem;*/
	text-align:left;

	}

#login .main_title .element2 {
	float: right;
	width: calc(100% - 19.5rem);
	height: 4.0rem;
	background: url(../images/) no-repeat left;
	background-size: 25.00rem;
	margin: 0 auto;
	text-align: center;
	margin-left: 1.0rem;
}

#login .main_date {
	text-align: center;
	margin-top: 4.1rem;
}

#login .main_date p {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	height: 2.75rem;
	line-height: 2.75rem;
	background: url(../images/title_bg.png) no-repeat center;
	background-size: 100% 2.75rem;
	padding: 0 1.5rem;
}

#login .left_con {
	position:relative;
	padding-top:0rem;
	padding-left:0rem;
	margin: 0 auto;
	text-align: left;
}

#login .left_con .main_top_info {
	display: none;
	margin-bottom: 3rem;


}
/*#login .left_con div.pre-btn{text-align:center; 
margin-top:30px; letter-spacing:2px;  height:50px;}
#login .left_con div.pre-btn a.btn00{background-color:#145566;position: relative; z-index: 999999;
margin-top:10px;font-size:0.8rem;
padding:15px 50px;color:#fff; }


/*-------------top_list ----------------*/
#login .top_list {
	padding: 1rem 0rem 3rem 0rem ;
}

#login .top_list dl {
	padding-bottom: 0.3rem; 0;

}

#login .top_list dl:last-child {
	padding-bottom: 0;
}

#login .top_list dt,
#login .top_list dd {	
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	width:26rem;
	vertical-align:baseline;
}

#login .top_list dt {
	font-size: 1.1rem;
	color: #000;
	font-weight: 500;
	line-height: 1.8rem;
	display:inline;
}

/*#login .top_list dt::after {
	content: "";
	display: block;
	width: 1px;
	height: 1rem;
	background: #121212;
	vertical-align: middle;
	margin: 0 0.4rem 0 0.75rem;
	line-height: 1.8rem;
}*/

#login .top_list dd { 	
	display:inline-block;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.5rem;	
	letter-spacing: 1px;
	background:#f37235;
	padding:0.5rem 1rem;
	border-radius:0.8rem;
	font-weight:500;
}

#login .top_list dd span {
	padding : 0.2rem;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight:600;
	color:#fff;

	
}
/*-----------------------------*/

#login .right_con {
	position:relative;
	width:90%;
	height:100%;
	padding-top: 0em;
	margin: 0 auto;
}

#login .right_con .white_box {
	background:#eee8ea;
	/*background: rgba(221,211,185, 1);
	background: #feaeba; opacity:0.7;로그인박스배경*/
	width:100%;
	border-radius: 1.4rem;
	padding: 2.35rem 2rem;
	border: 5px solid #fff;
}

#login .right_con .white_box .form_list > ul {
	float: left;
	width: calc(100% - 18.9rem);
}

#login .right_con .white_box .form_list > ul li {
	margin-bottom: 0.5rem;
}

#login .right_con .white_box .form_list > ul li:last-child {
	margin-bottom: 0;
}

#login .right_con .white_box .form_list > .btn_02 {
	position:relative;
	margin-left: 0.6rem;
}

#login .right_con .white_box .form_list .title {
	width: 4.1rem;
	display: block;
	float: left;
	font-weight: 500;
	font-size: 1rem;
	color: #000;
	line-height: 2.25rem;
}

#login .right_con .white_box .form_list .con {
	float: left;
	width: calc(100% - 4.1rem);
}

#login .right_con .white_box .form_list .con input {
	border: 1px solid #000;
	height: 2.25rem;
	width: 100%;
	padding: 0 0.6rem;
	font-size: 0.7rem;
	color: #333;
}

#login .right_con .white_box .form_list .con input::placeholder {
	color: #000;
	font-size: 0.7rem;

}

#login .right_con .white_box .form_list .con input:focus {
	outline: 2px solid #666; /*입력창테두리*/
	border: 1px solid transparent;
}

#login .right_con .white_box .guide_list {
	padding-top: 1.25rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

#login .right_con .white_box .guide_list li {
	font-size: 0.8rem;
	color: #000;
	padding-bottom: 0.5rem;
}


#login .right_con .white_box .guide_list li a.color_mint{
padding:5px 20px; background-color:#76b3b0;
color:#fff;
}


#login .right_con .white_box .guide_list li:last-child {
	padding-bottom: 0;
}

#login .right_con .white_box .guide_list2 li {
	font-size: 0.7rem;
	line-height: 0.8rem;
	font-weight: 300;
	color: #000;
	padding-bottom: 0.5rem;
}

#login .right_con .white_box .guide_list2 li:last-child {
	padding-bottom: 0;
}



/* 동영상페이지*/
#viewer_main {
	height:100%;
	margin: 0rem auto;
	padding:2rem 0;
}

.inner3 { 
	width:100%;	
	max-width:88rem;
	padding: 0 2.0%;
	margin: 0 auto;
}


#viewer .con_wrap { 
	width:100%;
	float:left;
}
.time{max-width:33.0%;
margin:3.6rem 0rem 0rem 0.5rem;
}


#viewer  .sub_top {
	margin: 0 auto;
	padding-top:0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items:flex-end;
	width:100%;
	max-width:960px;
	 font-family: 'SBAggroM';
}

#viewer  .sub_top p {
	font-size:1.8rem;
	line-height:150%;
	color:#231f20;	
	font-weight:500;
	 font-family: 'SBAggroM';
	 display:inline-block;
}

#viewer  .sub_top p span {
	font-size:2.5rem;
	line-height:130%;
	font-weight:500;	
	color:#f37235;	
	word-break:keep-all;
	font-family: 'SBAggroM';
 }
#viewer  .sub_top .btn_ch{
	 display:inline-block;
	text-align:right;
}
#viewer  .sub_top .btn_ch button{
	padding:0.2rem 0.5rem;
	border-radius:0.4rem 0.4rem 0 0;
	border:0;
	background:#f37235;
	color:#fff;
	font-size:0.9rem;
	margin-left:0.1rem;
}
#viewer .left_con{ 
	margin: 0 auto;
	text-align:left;
	/*float: left;*/
	width: 100%;
	max-width:960px;
	max-height: 100%;
}


#viewer .left_con .movie-zone {
    position: relative;
    overflow: hidden;
	padding-bottom: 56.25%;
	height:0;
}


#viewer .left_con .movie-zone .iframe{
	position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
    border: 0;
	}

#viewer .left_con  .vbtn{
	
	margin: 0 auto;
	width:100%;
	display:block
}

#viewer .left_con .vbtn_button{
	margin-top:rem;
	text-align: right;
	padding-top:0.1rem;
	float:right;
	width:100%;
}

#viewer .left_con .vbtn_t{
	font-size: 0.7rem;
	line-height:1rem;
	text-align: right;
	width:100%;
}
#viewer .live_notice {
	float:right;
	border:1px solid #ddd; 
	background-color:#fff;
	padding: 0.5rem;
	width:33%;
	max-height: 100%;
}


	#viewer .live_notice .txt{border-bottom:1px solid #ddd;height: 2rem;}
	



#viewer .pro{
	margin-top:1rem;
	width:60%;
}
#viewer .pro img{
	width:100%;
	 
 }

/*실시간게시판*/
#viewer .live_notice .comment{
	height:100%;	
}


#viewer .live_notice .comment .real_content{	
	width:100%;
	/*max-height:25rem;*/
	margin: 0 auto;
	overflow:hidden;
	overflow-y: no;	
	/*border:1px solid #cccccc;*/
	margin-bottom: 0.2rem;
	position:relative;
	font-size: 0.85rem;
	line-height: 180%;
	font-weight: 350;
	font-family:'NanumBarunGothic';
	padding-bottom:0.1rem;
}
	

	#viewer .card_news {
	float:right;
	width:39%;
	max-height: 100%;
	margin-top:-3rem;
}
	#viewer .card_news p{
	text-align:left;
	font-weight:500;
	font-size: 1.6rem;
	color:#231f20;
	margin:0.5rem 0 0.5rem 1rem;
	/*text-shadow : 5px 3px 3px #3e5295*/
}
	#viewer .card_news p span{
	text-align:center;
	font-weight:500;
	font-size: 2rem;
	color:#f37235;
}
	#viewer .card_news img{
	/*width:100%;*/
}

	#viewer .card_news .btn{
	cursor:pointer;}

#viewer .left_con .qna-box {

	width: 100%;
	margin: 0 auto;
}
#viewer .left_con .qna-box .txt{
	margin:0.5rem 0;

}
#viewer .left_con .qna-box .txt p {
	text-align: left;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 120%;
	padding-left:0.5rem;
	color:#231f20;
}

#viewer .left_con .qna-box .txt p span{
	font-size: 1.2rem;
	line-height:120%;
	font-weight: 500;
	color:#231f20;
 }

#viewr .left_con .qna-box .qna-forms{
	width: 100%;
	float:left;
}

#viewer .left_con .qna-box .qna-forms textarea{
border:1px solid #ccc;
width:calc(100% - 13.8rem);
height:5rem;
resize:none;
}
#viewer .left_con .qna-box .qna-forms textarea:focus{
outline:2px solid #999;
border:1px solid transparent;
}
#viewer .left_con .qna-box .qna-forms .default_set{
background:url(/images/board_default_txt.png) no-repeat center center #fff ;
background-size: 20rem;
}

#viewer .left_con .qna-box .qna-forms input[type=submit]{
	margin-right: 0;
	position:relative;
	vertical-align: top;
	/*font-size: 1rem;*/
}
.btn_zip{
	width:100%;
	text-align:right;
	margin-top:0.5rem;
}
/*20200611
#viewer .qna-box {
   clear: both;
	padding-top: 1.0rem;
	width: 66%;
	
}

#viewer .qna-box .txt p {
	text-align: left;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1rem;
	padding-left:0.5rem;
	color:#000;
}

#viewer  .qna-box .txt p span{
	font-size: 1.2rem;
	font-weight: 500;
	color:#000;
 }

#viewr  .qna-box .qna-forms{
	width:100%;
	position:relative;
	border:1px solid red;
}

#viewer .qna-box .qna-forms textarea{
border:1px solid #cccccc;
width:calc(100% - 6.7rem);
height:5rem;
resize:none;
}

#viewer .qna-box .qna-forms .default_set{
background:url(/images/board_default_txt.png) no-repeat center center #fff ;
background-size: 20rem;
}

#viewer .qna-box .qna-forms input[type=submit]{
	margin-right: 0;
	position:relative;
	vertical-align: top;
	font-size: 1rem;
}
#viewer .qna-box .button-list{
	width:100%;
	text-align:right;
	margin-top:0.5rem;
	padding-right:18rem;
}

.btn_zip{
	width:100%;
	text-align:right;
	margin-top:0.5rem;
}
*/
/* 신청 - pre(day)-registation.php */

/* 신청 - pre(day)-registation.php */
#application {
	padding: 1.5rem 0;
}

#application .notice {
	position:relative; 
	margin: 0 auto;
	max-width: 24.5rem;
	padding-top: 0rem;
}

#application .notice p {
	font-size: 1rem;
	line-height: 0.9rem;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 0.5rem 0;
}
#application .notice span {
	font-size: 0.7rem;
	font-weight: 400;
	color: #333;
	text-align: left;
	padding: 0.5rem 0;
}

#application .notice2 p {
	font-size: 0.8rem;
	font-weight: 600;
	color: #362397;
	text-align: left;
	padding: 0rem 0;
}
#application .notice2 p span{
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.5rem 0;
}
#application .application_form {
	width: 100%;
	max-width: 24.5rem;
	margin: 0 auto;
}

#application .application_form th {
	font-size: 1rem;
	font-weight: 500;
	color: #222;
	text-align: left;
	width: 6.5rem;
	vertical-align: middle;
}

#application .application_form td {
	padding: 0.5rem 0;
}

#application .application_form input[type=text],
#application .application_form input[type=tel] {
	height: 3rem;
	border: 1px solid #bbb;
	width: 100%;
	padding: 0 1rem;
	color: #444;
	font-size: 0.8rem;
}

#application .application_form input[type=text]:focus,
#application .application_form input[type=tel]:focus,
#application .application_form select:focus {
	outline: 2px solid #03314d;/*입력창 테두리색상*/
	border: 1px solid transparent;
}

#application .application_form select {
	height: 3rem;
	border: 1px solid #bbb;
	width: 100%;
	padding: 0 2rem 0 1rem;
	font-size: 0.8rem;
	color: #444;
}

#application .application_form input::placeholder {
	color: #333;
	font-size: 0.8rem;
}

#application .application_form textarea {
	font-family: 'Noto Sans KR';
	width: 100%;
	height: 9rem;
	border: 1px solid #bbb;
	resize:none;
	color: #444;
	padding: 1rem;
}

#application .application_form textarea::placeholder {
	color: #aaa;
	font-size: 0.8rem;
}

#application .application_form textarea:focus {
	outline: 2px solid #03314d; /*질문창테두리색상*/
	border: 1px solid transparent;
}

#application .agree{
	position:relative; 
	margin: 1rem auto;
	max-width: 24.5rem;
	}
	
#application .agree p{
	font-size: 0.7rem; 
	text-align: left;
	}

#application .agree .Privacy{ 
	margin: 0.2rem auto;
	padding:0.2rem; 
	font-size:0.6rem; 
	line-height: 1rem;
	color:#000; 
	height:3rem; 
	overflow-y: scroll; 
	border:1px solid #ccc; 
	background:#fff
	}

#application .agree .Privacy p {
	}

#application .agree .Consent {
	color:#000; 
	font-size: 0.7rem; 
	text-align: left;
	}

#application .btn_wrap {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
	text-align: center;

}

#application .btn_wrap .cancel {
	margin-right: 0.85rem;
	border-radius: 0;
	border: 1px solid #444;
}

#footer {
	height: 6rem;
}

#footer .inner2 {
	position: relative;
}

#footer .logo {
	position: absolute;
	top: 1.7rem;
	left: 2.5rem;
}

#footer .logo img {
	width: 4.1rem;
	height: auto;
}

#footer .address {
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	padding-top: 2.35rem;
}

#footer .address a {
	color: #fff;
}

/*서베이*/
#survey{
 }

#header_survey {
	/*웨비나 등록신청서 헤더색상변경*/
	background: #3c709f url(../images/survey_header_blue.jpg) no-repeat center; 
	background-size: 60rem;
	margin: 0 auto;
}

#header_survey .top_title2 {/*서베이헤더*/
	text-align: center;
	height: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;

}
#header_survey .top_title2 p{/*서베이헤더*/
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.8rem;

}
#header_survey .top_title2 span {/*서베이헤더*/
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 3rem;

}

#survey .notice{
	width: 100%;
	max-width: 37rem;
	margin: 1rem auto;
	word-break:keep-all;
	padding:0 2rem;
}

#survey .notice p{
	font-size: 0.9rem;
	line-height: 150%;
	color:#003a84;	
}

#survey .notice p span{
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #253d97;
}

#survey .notice2{
	width: 100%;
	max-width: 37rem;
	margin: 1rem auto;
	word-break:keep-all;
	padding:0 2rem;
}

#survey .notice2 p{
	font-size: 0.8rem;
	font-weight:600;
}
#survey .survey_con{
	width: 100%;
	max-width: 37rem;
	margin: 0 auto;
}

#survey .survey_con .survey_list{/*질문제목*/
	margin:1rem auto;
	padding:1rem;
	font-size:0.85rem;
	line-height:1.2rem;
	border: 1px solid #bbb;
	border-radius: 0.5rem;
}

#survey .survey_con .survey_list textarea {/*주관식 텍스트박스*/
	font-family: 'Noto Sans KR';
	width: 100%;
	border: 1px solid #ddd;
	resize:none;
	color: #444;
	margin-top:0.5rem;
	outline:none;
	overflow:auto;
}

#survey .survey_con .survey_list2{/*보기항목*/
	font-size:0.7rem;
	line-height:1.5rem;
	padding:0.5rem 0.5rem;
}

#survey .survey_con .survey_list2 input[type=text] {/*객관식 기타의견 텍스트박스*/
	font-family: 'Noto Sans KR';
	width: 100%;
	border:0;
	border-bottom: 1px solid #bbb;
	outline:none;
	resize:none;
	color: #444;
	font-weight:300;
	margin-top:0.5rem;
	overflow:auto;
}

#survey .survey_con .survey_list2 input[type=text] placeholder{/*객관식 기타의견 텍스트박스*/
	color: #444;
	font-weight:300;
}


#survey .btnwrap{
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
	text-align: center;
}

.btn_10 {
	display: inline-block;
	width: 10rem;
	height: 4rem;
	line-height: 3.8rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	color: #fff;
	background: #3c709f;/*서베이 제출버튼 색상변경*/
	border: 0;
	border-radius: 0.6rem;
	cursor: pointer;
	vertical-align: middle;
}