/* mypage */


input,textarea:focus {outline: none;
	autocomplete:"off";}



/* 마이페이지 회원탈퇴 시 */
.mypage_myinfo_wrap { position: relative; }

.mypage_myinfo_out_wrap { position: fixed; top: 50%; left:50%; width: 600px; margin-left: -300px; transform: translateY(-50%); background: #fff;
                          z-index: 2; display: none;}

.mypage_myinfo_out_bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; display: none; }

.mypage_myinfo_out_inside { position: relative; padding: 20px 80px; }

.mypage_myinfo_out_inside_close { position: absolute; top: 20px; right: 20px; cursor:pointer; }

.mypage_myinfo_out_title { font-size: 30px; }

.mypage_myinfo_out_title span { color: #ffc528; }

.mypage_myinfo_out_article { margin-top: 15px; text-align: center; line-height: 1.4; letter-spacing: 0; font-weight: 300; font-size: 15px; }

.mypage_myinfo_out_ul { overflow: hidden; width: 100%; margin-top: 20px; }

.mypage_myinfo_out_ul li:first-child {
    float: left;
	width: 30%;
    height: 37px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 37px;
}

.mypage_myinfo_out_ul li:last-child { width: 70%; float: left; }

.mm_out_input { width: 100%; box-sizing: border-box; }

.mypage_myinfo_out_notice { text-align: right; margin-top: 5px; font-size: 13px; letter-spacing: -0.5px; color: #d20303; }


/* 마이페이지 공통 타이틀 */

.mypage_title_text{
	width:100%;
	height:110px;
	margin:0 auto;
	text-align:center;
	line-height:110px;
	color:#666;
	font-size:32px;
	letter-spacing: -2px;
	font-weight:lighter;
}

.mypage_title_text>span{
	color:#ffc528;
	font-size:36px;
	letter-spacing: -2px;
	font-weight:normal;
}

.mypage_title_iconbox{
	width:100%;
	height:160px;
	background-color:#fafafa;
	display:flex;
}

.myinfo_title_c1, .myinfo_title_c2, .myinfo_title_c3, .myinfo_title_c4, .myinfo_title_c5{
	width:120px;
	height:120px;
	border:1px solid #ccc;
	background-color:#fff;
	text-align:center;
	border-radius:60px;
	cursor:pointer;
	font-size:17px;
	color:#666;
}

.mypage_title_iconbox_line ul{
	position:relative;
}

.myinfo_title_c1>li>img, .myinfo_title_c2>li>img, .myinfo_title_c3>li>img, .myinfo_title_c5>li>img{
	/*margin: 20px 0 10px 0;*/
}

.mypage_title_iconbox_line li > img{
	position:absolute;
	left:50%;
	top:20px;
	transform:translateX(-50%);
}
.mypage_title_iconbox_line > a > ul > li:last-child{
	position:absolute;
	bottom:25px;
	left:50%;
	transform:translateX(-50%);
	width:120px;
}


.myinfo_title_c4>li>img{
	/*margin: 20px 0 17px 0;*/
}

.mypage_title_iconbox_line{
	width:750px;
	height:120px;
	display:flex;
	justify-content:space-between;
	margin: 0 auto;
	margin-top:20px;
}

/* 공통 서브 타이틀 */
.mypage_subtitle{
	width:100%;
	font-size:32px;
	color:#ffc528;
	border-bottom:1px solid #a0a0a0;
	font-weight:600;
	padding: 60px 0 15px 0;
	text-indent: 15px;
	letter-spacing: -3px;
}

/* 마이페이지 초기화면 */

.mypage_first_page{
	width:950px;
	margin:0 auto;
}

.mypage_first_pagg_box{
	width:845px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	margin-top:40px;
}

.mypage_first_pagg_box1, .mypage_first_pagg_box2, .mypage_first_pagg_box3{
	width:275px;
	height:80px;
	border:1px solid #ffd153;
	text-align:center;
	cursor:pointer;
}

.mypage_first_pagg_box1>span, .mypage_first_pagg_box2>span, .mypage_first_pagg_box3>span{
	font-size:18px;
	color:#666;
	display:block;
	text-align:center;
	margin: 20px 0 0 0;
}

.mypage_first_pagg_subbox1, .mypage_first_pagg_subbox2, .mypage_first_pagg_subbox3{
	width:75px;
	height:20px;
	background-color:#ffba00;
	border-radius:4px;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:20px;
	margin:0 auto;
	margin-top:10px;
}

.mypage_first_pag_table{
	display:flex;
	width:950px;
	justify-content:space-between;
}



/* 최근 설문지 호버 효과 */
.my_index_latest_list_wrap { position: relative; }

.my_index_latest_list_1 { position: absolute; top: 0; left: 0; width: 100%; overflow: hidden;  }

.my_index_latest_list_2 { position: absolute; top:0; left: 0; width: 100%; /*overflow: hidden;*/ display: none;  }




.mypage_first_pag_table:last-child{
	border-bottom:1px solid #a6a6a6;
}

.mypage_first_pag_table>li{
	height:125px;
}

.mypage_first_pag_table>li:first-child{
	width:476px;
	height:125px;
}

.mypage_first_pag_table>li:nth-child(2){
	width:60%;
	float: right;
	/*overflow: hidden;*/
}

.mypage_first_pag_table>li>span{
	font-size:23px;
	font-weight:600;
	color:#666;
	margin: 0 0 25px 29px;
}

.mypage_first_pag_table>li>div{
	font-size: 23px;
    color: #666;
    font-weight: 600;
    letter-spacing: -2px;
    /*overflow: hidden;*/
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}
.mypage_first_pag_table>li> span{
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
	width:450px;
	display:block;
}
.mypage_first_pag_table>li>div:nth-child(2){
	width: 439px;
	padding-left:30px;
}

.table_info_date_ch{
	display:flex;
	font-size:15px;
	color:#b2b2b2;
	margin: 25px 0 0 29px;
}

.table_info_date_ch>li:nth-child(2){
	margin: 0 10px 0 10px;
}

.mypage_first_pag_table_info1, .mypage_first_pag_table_info2, .mypage_first_pag_table_info3{
	height:70px;
	text-align:center;
	margin: 27.5px 0 0 0;
	font-size:15px;
	color:#666;
	line-height:30px;
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
}

.mypage_first_pag_table_info1, .mypage_first_pag_table_info2{
	border-right:1px dashed #d8d8d8;
}

.mypage_first_pag_table_info1>span, .mypage_first_pag_table_info2>span, .mypage_first_pag_table_info3>span{
	color:#ffd668;
	font-size:30px;
	font-weight:600;
}

.mypage_first_pag_sulmontable_info1, .mypage_first_pag_sulmontable_info2, .mypage_first_pag_sulmontable_info3, .mypage_first_pag_sulmontable_info4{
	width:118.5px;
	height:70px;
	text-align:center;
	margin: 27.5px 0 0 0;
	font-size:15px;
	color:#666;
	line-height:18px;
}

.mypage_first_pag_sulmontable_info1, .mypage_first_pag_sulmontable_info2, .mypage_first_pag_sulmontable_info3, .mypage_first_pag_sulmontable_info4{
	cursor:pointer;
	float: left;
	width: 25%;
}

.mypage_first_pag_sulmontable_info1>span, .mypage_first_pag_sulmontable_info2>span, .mypage_first_pag_sulmontable_info3>span, .mypage_first_pag_sulmontable_info4>span{
	color:#666;
	font-size:15px;
}

.mypage_first_pag_sulmontable_info1>img, .mypage_first_pag_sulmontable_info2>img, .mypage_first_pag_sulmontable_info3>img{
	margin: 0 0 8px 0;
}

.mypage_first_pag_sulmontable_info4>img{
	margin: 7px 0 15px 0;
}

.mypage_first_pag_sulmontable{
	display:flex;
	width:950px;
}


.mypage_first_pag_sulmontable>li{
	height:125px;
}

.mypage_first_pag_sulmontable>li:first-child{
	width:476px;
	height:125px;
}

.mypage_first_pag_sulmontable>li:nth-child(2){
	width:476px;
	height:125px;
	margin: 0 0 0 23px;
}

.mypage_first_pag_sulmontable>li:nth-child(n+2){
	width:106px;
}

.mypage_first_pag_sulmontable>li>span{
	font-size:23px;
	font-weight:600;
	color:#666;
	margin: 0 0 25px 29px;
}

.mypage_first_pag_descr{
	width:900px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	line-height:42px;
	margin-top:15px;
}

.mypage_first_pag_descr_box{
	width:340px;
	display:flex;
	justify-content:space-between;
}

.mypage_first_pag_descr_box1, .mypage_first_pag_descr_box2{
	width:160px;
	height:40px;
	display:flex;
	border:2px solid #ffc528;
	border-radius:25px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	justify-content:space-between;
}

.mypage_first_pag_descr_box1>span, .mypage_first_pag_descr_box2>span{
	color:#666;
	font-size:16px;
	margin: 0 0 0 25px;
}

.mypage_first_pag_descr_boxc{
	width:30px;
	height:30px;
	background-color:#ffc528;
	line-height:30px;
	font-size:13px;
	border-radius:25px;
	margin: 5px 4px 0 5px;
}

.mypage_first_pag_descr_boxc>span{
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:13px;
	border-radius:25px;
	margin: 5px 4px 0 2px;
}


.mypage_first_pag_descr_boxc>img{
	width:5px;
	height:8px;
	text-align:
	border:1px solid red;
}

.mypage_first_pag_descr_text{
	font-size:15px;
	color:#666;
	letter-spacing: 0px;
}

.mypage_first_pag_descr_text>span{
	font-size:15px;
	color:#ababab;
	margin:0 auto;
}

/* 프로 업그레이드 팝업 */

.proupgrade_modal{
	position: fixed; 
	top: 0px;
	width: 100%; height: 100%;
	z-index:999999999999999;
	background: rgba(0,0,0,0.1);
	/*display:none;*/
}

.proupgrade_modal_back{
	width:675px;
    padding: 0 0 20px 0;
	background-color:#fff;
	margin:0 auto;
	margin-top:148px;
}

.proupgrade_modal_back>h2{
	width:340px;
	border-bottom:1px dashed #b3b3b3;
	font-size:30px;
	color:#666;
	text-align:center;
	margin: 0 auto;
	padding: 30px 0 25px 0;
	word-spacing:-5px;
}

.proupgrade_modal_back>h2>img{
	position:absolute;
	margin: -20px 0 0 182px;
	cursor:pointer;
}

.proupgrade_modal_back>h2>span{
	font-size:35px;
	color:#ffc528;
	font-weight:600;
}

.proupgrade_modal_tablebox{
	width:675px;
	margin-top:55px;
}

.proupgrade_modal_table{
	width:550px;
	margin:0 auto;
}

.pro_auto_box{
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	max-height:245px;
	overflow:auto;
	height: 250px;
}

.proupgrade_modal_table1{
	height:40px;
	margin:0 auto;
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #ebebeb;
	background-color:#f8f8f8;
}

.proupgrade_modal_table2, .proupgrade_modal_table3, .proupgrade_modal_table4{
	width:288px;
	height:65px;
	text-align:center;
	line-height:65px;
	display:flex;
	margin:0 auto;
	color:#666;
	font-size:16px;
}

.proupgrade_ch{
	width:23px;
	height:23px;
	margin: 21px 20px 0 0;
}

.proupgrade_over{
	width:18px;
	height:18px;
	margin: 23.5px 0 0 8px;
}

.maypage_popup_img1{
	width:471px;
	height:309px;
	position:absolute;
	margin:-37px 0 0 294px;
}

.maypage_popup_img2{
	width:457px;
	height:219px;
	position:absolute;
	margin:-17px 0 0 245px;
}

.maypage_popup_img3{
	width:457px;
	height:219px;
	position:absolute;
	margin:-17px 0 0 266px;
}

.proupgrade_modal_table2>img, .proupgrade_modal_table3>img, .proupgrade_modal_table4>img{
	cursor:pointer;
}

.proupgrade_modal_filebox{
	padding: 10px 0 30px 0;
}

.pro_filebox{
	width:400px;
	height:75px;
	cursor:pointer;
	display:flex;
}

.pro_file2{
	width:220px;
	height:31px;
	margin-bottom:1px;
	border:1px solid #e5e5e5;
	text-indent: 20px;
}

.pro_file2::placeholder{
	text-indent: 20px;
}

.pro_file3{
	width:162px;
	height:31px;
	margin-bottom:1px;
	border:1px solid #e5e5e5;
	text-indent: 20px;
}

.pro_file3::placeholder{
	text-indent: 20px;
}

.pro_fileimg{
	width:117px;
	height:37px;
	margin-left:6px;
}

.proupgrade_modal_filebox>div:first-child{
	margin-top:-25px;
}

.proupgrade_modal_filebox>div:last-child{
	margin-top:-50px;
}

.proupgrade_modal_filebox>div:last-child>div>h4{
	margin-left:175px;
}

.proupgrade_modal_table5_r{
	display:flex;
	margin:25px 0 0 0;
}

.proupgrade_modal_table5_r>h2{
	width:119px;
	font-size:16px;
	color:#666;
	margin:9px 10px 0 40px;
}

.proupgrade_modal_table5_r>h3{
	width:142px;
	font-size:16px;
	color:#666;
	margin:9px 10px 0 40px;
}

.proupgrade_modal_table5_r>h4{
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#666;
	margin-right:5px;
}

.proupgrade_modal_table5_text{
	width:340px;
	font-size:12.5px;
	color:#666;
	margin: -30px 0 0 161px;
	letter-spacing: -0.5px;
	line-height:15px;
}

.proupgrade_modal_table5_text_w{
	font-size:14px;
	color:#e00000;
	text-align:center;
	margin-top:12px;
}

.proupgrade_modal_table6{
	width:550px;
	height:40px;
	text-align:center;
	font-size:18px;
	color:#666;
	line-height:40px;
	margin: 0 auto;
}

.proupgrade_modal_table6>span{
	color:#ffc528;
	font-size:21px;
}

.proupgrade_modal_table7{
	width:550px;
	height:120px; 
	display:flex;
	border-bottom:1px solid #a0a0a0;
	padding-bottom:10px;
	margin: 0 auto;
}

.proupgrade_modal_table7_box{
	width:419px;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
}

.proupgrade_modal_table7_box1{
	text-align:center;
}

.proupgrade_modal_prev{
	width:198px;
	display:flex;
	margin:0 auto;
}

.proupgrade_modal_prev>div{
	cursor:pointer;
}

.proupgrade_modal_prev_phone>h3{
	margin: 5px 0 0 0;
}

.proupgrade_modal_prev_phone>img{
	margin:10px 0 0 0;
}

.proupgrade_modal_prev_table>h3{
	margin: 3px 0 0 0;
}

.proupgrade_modal_prev_table>img{
	margin:5px 0 0 0;
}

.proupgrade_modal_prev_pc>h3{
	margin: 6px 0 0 0;
}

.proupgrade_modal_prev_pc>img{
	margin:12px 0 0 0;
}

.proupgrade_modal_table7_box1>h2, .proupgrade_modal_table7_box2>h2{
	color:#666;
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin: 10px 0 15px 0;
}

.proupgrade_modal_prev_phone, .proupgrade_modal_prev_table, .proupgrade_modal_prev_pc{
	width:66px;
	height:70px;
	border:1px solid #ededed;
}

.proupgrade_modal_prev_table, .proupgrade_modal_prev_pc{
	border-left:none;
}

.proupgrade_modal_prev_phone>h3, .proupgrade_modal_prev_table>h3, .proupgrade_modal_prev_pc>h3{
	font-size:12px;
	color:#666;
}

.proupgrade_modal_prev_phone>input{
	margin: 10px 0 5px 0;
}

.proupgrade_modal_prev_table>input{
	margin: 5px 0 3px 0;
}

.proupgrade_modal_prev_pc>input{
	margin: 11px 0 7px 0;
}

.proupgrade_modal_table7_box2>h2>img{
	margin: -20px 0 0 5px;
}

.modal_link_box{
	width:170px;
	height:30px;
	color:#a3a3a3;
	font-size:15px;
	display:block;
	border:0.5px solid #c9c9c9;
	margin:0 auto;
	text-indent: 5px;
}

.modal_linkcopy_box{
	width:60px;
	height:28px;
	background-color:#c9c9c9;
	color:#fff;
	display:block;
	margin:0 auto;
	margin-top:8px;
	border:1px solid #c9c9c9;
	cursor:pointer;
}

.proup_submitb, .proup_submitb_close{
	width:145px;
	height:45px;
	background-color:#ffc528;
	color:#fff;
	font-size:17px;
	line-height:44px;
	border:1px solid #ffc528;
	border-radius:4px;
	cursor:pointer;
	margin: 15px 0 0 265px;
	
}

/* 마이페이지 내정보 */

.mypage_myinfo{
	width:950px;
	margin:0 auto;
}

.mypage_myinfobox{
	width:560px;
	display:block;
	margin:0 auto;
	margin-top:35px;
}

.mypage_myinfobox_pw{
	overflow:hidden;
}

.mypage_myinfobox1_1, .mypage_myinfobox1_2, .mypage_myinfobox1_3{
	height:54px;
	display:flex;
	line-height:54px;
	justify-content:space-between;
	margin:0 0 10px 0;
}

.mypage_myinfoboxc1{
	width:8px;
	height:8px;
	background-color:#bfbfbf;
	border-radius:30px;
	margin: 23px -48px 0 0;
}

.mypage_myinfobox1_1>h3, .mypage_myinfobox1_2>h3, .mypage_myinfobox1_3>h3{
	font-size:17px;
	color:#666;
}

.mypage_myinfoboxc2{
	width:8px;
	height:8px;
	background-color:#bfbfbf;
	border-radius:30px;
	margin: 23px -85px 0 0;
}

.mypage_myinfobox1_1>h3, .mypage_myinfobox1_2>h3, .mypage_myinfobox1_3>h3,{
	font-size:19px;
	color:#666;
}

.myinfobox_eid{
	width:375px;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	display:block;
	float:right;
	font-size:15px;
	color:#686868;
	text-indent: 28px;
	letter-spacing: 1px;
}

.mypage_myinfoboxc1_submit{
	width:50px;
	height:30px;
	border:1px solid #ffba00;
	color:#ffba00;
	font-size:15px;
	background-color:#fff;
	border-radius:4px;
	cursor:pointer;
	margin: -5px 0 5px 0;
	float:right;
}

.mypage_myinfoboxc3{
	width:8px;
	height:8px;
	background-color:#bfbfbf;
	border-radius:30px;
	margin: 23px -62px 0 0;
}

.myinfobox_ponenf{
	width:108px;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	text-align:center;
	font-size:19px;
	cursor:pointer;
	color:#d2d2d2;
	margin: 0 -66px 0 0;
}

.myinfobox_ponen::placeholder{
	color:#d2d2d2;
}

.myinfobox_ponen{
	width:260px;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	text-align:center;
	font-size:19px;
	color:#666;
}

.mypage_myinfobox1_4{
	width:380px;
	height:40px;
	display:flex;
	line-height:54px;
	justify-content:space-between;
	margin:0 0 10px 0;
	float:right;
	overflow:hidden;
}

.mypage_myinfobox1_4>h2{
	font-size:17px;
	line-height:40px;
	color:#b2b2b2;
	font-weight:600;
}

.mypage_myinfobox1_4>h3{
	font-size:12px;
	color:#b2b2b2;
	font-weight:400;
	line-height:18px;
}

.mypage_myinfobox1_5{
	width:100%;
	height:40px;
	display:flex;
	line-height:54px;
	margin:0 0 10px 0;
	justify-content: flex-end;
}

.authennum{
	width:270px;
	height:40px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	color:#666;
	font-size:14px;
	text-align:center;
}

.authennum::placeholder{
	color:#ccc;
}

.authennum_submit{
	width:103px;
	height:40px;
	border:1px solid #ffba00;
	border-radius:4px;
	background-color:#fff;
	color:#ffba00;
	font-size:14px;
	cursor:pointer;
	margin: 0 0 0 4px;
	float:right;
}

.mypage_myinfobox1_6{
	width:530px;
	height:33px;
	display:flex;
	text-align:center;
	margin: 27px 0 0 0;
}

.mypage_myinfobox1_6>h3{
	font-size:20px;
	color:#666;
	font-weight:100;
	line-height:33px;
}

.mypage_myinfobox1_6>input{
	width:33px;
	height:33px;
	margin: 0 18px 0 0;
}

.mypage_myinfobox1_6_line{
	width:800px;
	height:30px;
	margin: 0 auto;
	display: block;
	border-bottom:1px dashed #a0a0a0;
}

.members{
	width:885px;
	height:425px;
	justify-content:space-between;
	margin:0 auto;
	display:flex;
	margin-top:30px;
}

.mypage_myinfobox2,.mypage_myinfobox3{
	width:435px;
	height:100%;
	border:1.5px solid #e4e4e4;
}

.mypage_myinfobox2>h2{
	font-size:19px;
	font-weight:600;
	text-align:center;
	color:#ffba00;
	margin: 19px 0 27px 0;
}

.mypage_myinfobox3>h2{
	font-size:19px;
	font-weight:600;
	text-align:center;
	color:#ffba00;
	margin: 19px 0 44px 0;
}

.mypage_myinfobox2_f1{
	height:54px;
	display:flex;
	margin: 0 0 3px 0;
}

.mypage_myinfobox2_c{
	width:8px;
	height:8px;
	background-color:#bfbfbf;
	border-radius:30px;
	margin:23px 25px 0 45px;
}

.mypage_myinfobox2_box1{
	width:308px;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	color:#666;
	text-indent: 25px;
}

.mypage_myinfobox2_box1::placeholder{
	color:#cdcdcd;
}

.mypage_myinfobox2_box2{
	width:222px;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	color:#666;
	text-indent: 25px;
}

.mypage_myinfobox2_box2::placeholder{
	color:#cdcdcd;
}

.myinfobox_companynum{
	width:82px;
	border:1px solid #d2d2d2;
	color:#cdcdcd;
	font-size:15px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
	box-sizing: border-box;
	height: 50px;
}

.mypage_myinfobox2_line{
	width:365px;
	height:22px;
	border-bottom:1px dashed #d9d9d9;
	margin:0 auto;
}

.mypage_myinfobox2_checkbox{
	height:21px;
	width:350px;
	display:flex;
	text-align:center;
	margin:0 auto;
	margin-top:15px;
	line-height:21px;
}

.mypage_myinfobox2_checkbox1, .mypage_myinfobox2_checkbox2{
	width:21px;
	height:21px;
	margin: 0 11px 0 0;
}

.mypage_myinfobox2_checkbox>h2{
	font-size:15px;
	color:#666;
	margin: 0 5px 0 0;
}

.mypage_myinfobox2_checkbox>h3{
	font-size:12px;
	color:#d90000;
	margin: 0 25px 0 0;
}

.mypage_myinfobox2_checkbox>h3>span{
	font-size:10px;
	color:#d90000;
}

.mypage_myinfobox2_more{
	width:60px;
	height:20px;
	background-color:#ffba00;
	color:#fff;
	font-size:10px;
	border-radius:4px;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}

.mypage_myinfobox2_submit{
	width:115px;
	height:35px;
	border:1px solid #ffba00;
	color:#ffba00;
	background-color:#fff;
	border-radius:4px;
	font-size:15px;
	cursor:pointer;
	margin:0 auto;
	display:block;
	margin-top:16px;
}

.mypage_myinfobox3_boxsel{
	width:308px;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	font-size:15px;
	color:#cdcdcd;
	text-indent: 25px;
	cursor:pointer;
}

.mypage_myinfobox3_line{
	width:365px;
	height:39px;
	border-bottom:1px dashed #d9d9d9;
	margin:0 auto;
}

.mypage_myinfobox3_checkbox{
	height:21px;
	width:350px;
	display:flex;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	line-height:21px;
}

.mypage_myinfobox3_checkbox1, .mypage_myinfobox3_checkbox2{
	width:21px;
	height:21px;
	margin: 0 11px 0 0;
}

.mypage_myinfobox3_checkbox>h2{
	font-size:15px;
	color:#666;
	margin: 0 5px 0 0;
}

.mypage_myinfobox3_checkbox>h3{
	font-size:12px;
	color:#d90000;
	margin: 0 25px 0 0;
}

.mypage_myinfobox3_checkbox>h3>span{
	font-size:10px;
	color:#d90000;
}

.mypage_myinfobox3_more{
	width:60px;
	height:20px;
	background-color:#ffba00;
	color:#fff;
	font-size:10px;
	border-radius:4px;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}

.mypage_myinfobox3_submit{
	width:115px;
	height:35px;
	border:1px solid #ffba00;
	color:#ffba00;
	background-color:#fff;
	border-radius:4px;
	font-size:15px;
	cursor:pointer;
	margin:0 auto;
	display:block;
	margin-top:25px;
}

.members_line{
	width:800px;
	height:30px;
	margin:0 auto;
	border-bottom:1px dashed #a0a0a0;
}

/* 마이페이지 나의 설문지 */

.mypage_mysurvey{
	width:950px;
	margin:0 auto;
}

.mysurvey_table>li>ul{
	display:flex;
}

.mysurvey_table_top:first-child>li{
	border-bottom:1px solid #a0a0a0 ;
	height:45px;
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:45px;
}

.mysurvey_table_top:first-child>li>ul{
	border-bottom:1px solid #a0a0a0 ;
	height:45px;
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:45px;
}

.mysurvey_table_info>li{
	border-bottom:1px solid #e2e2e2;
	height:120px;
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:120px;
}

.mysurvey_table>li:nth-child(n+2){
	border-bottom:1px solid #red;
	height:120px;
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:120px;
}


.mysurvey_table_info>li:first-child{
	line-height:30px;
}


.mysurvey_table_top>li:nth-child(1), .mysurvey_table_info>li:nth-child(1){
	width:360px;
	text-align: left;
}

.mysurvey_table_top>li:nth-child(2), .mysurvey_table_info>li:nth-child(2){
	width:110px;
}

.mysurvey_table_info>li:nth-child(2){
	font-size:18px;
	color:#666;
}

.mysurvey_table_top>li:nth-child(3), .mysurvey_table_info>li:nth-child(3){
	width:100px;
}

.mysurvey_table_info>li:nth-child(3){
	font-size:26px;
	color:#ffc528;
	font-weight:600;
}

.mysurvey_table_top>li:nth-child(4), .mysurvey_table_info>li:nth-child(4){
	width:95px;
}

.mysurvey_table_top>li:nth-child(5), .mysurvey_table_info>li:nth-child(5){
	width:95px;
}

.mysurvey_table_top>li:nth-child(6), .mysurvey_table_info>li:nth-child(6){
	width:95px;
}

.mysurvey_table_top>li:nth-child(7), .mysurvey_table_info>li:nth-child(7){
	width:95px;
}

.mysurvey_table_top>li:nth-child(1), .mysurvey_table_top>li:nth-child(2), .mysurvey_table_top>li:nth-child(3), .mysurvey_table_top>li:nth-child(4), .mysurvey_table_top>li:nth-child(5), .mysurvey_table_top>li:nth-child(6), .mysurvey_table_top>li:nth-child(7){
	font-size:16px;
	color:#686868;
	font-weight:600;
	text-align:center;
}

.mysurvey_table_info>li:nth-child(4), .mysurvey_table_info>li:nth-child(5), .mysurvey_table_info>li:nth-child(6), .mysurvey_table_info>li:nth-child(7){
	cursor:pointer;
}

.mysurvey_table_info>li:nth-child(4), .mysurvey_table_info>li:nth-child(5), .mysurvey_table_info>li:nth-child(6){
	margin: 5px 0 0 0;
	height:115px;
}

.mysurvey_table_info{
	height:120px;
}

.table_info_boxs{
	width:120px;
	display:flex;
	justify-content:space-between;
	margin: 15px 0 8px 30px;
}
.table_info_box1, .table_info_box2{
	width:58px;
	height:24px;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:24px;
	font-weight:100;
}

.table_info_box1{
	background-color:#13b5b1;
	letter-spacing: 0px;
	font-weight:100;
}

.table_info_box2{
	background-color:#a40000;
}

.mysurvey_table_info > li > span {
    font-size: 23px;
    color: #666;
    font-weight: 600;
    letter-spacing: -2px;
	padding-left:30px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	width:300px;
	overflow:hidden;
	display:block;
}

.mysurvey_table_info > li > div{
	font-size:23px;
	color:#666;
	font-weight:600;
	letter-spacing: -2px;
}

.mysurvey_table_info>li:first-child>div:nth-child(2){
	padding-left:30px;
}

.table_info_date{
	display:flex;
	font-size:15px;
	color:#b2b2b2;
	margin: 0 0 0 28px;
}

.table_info_date>li:nth-child(2){
	margin: 0 10px 0 10px;
}

.mysurvey_table_selectbox{
	width:120px;
	height:40px;
	border:none;
	color:#686868;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
}

/**/

.mypage_mysulmoonge{
	width:900px;
	margin:0 auto;
	display:flex;
	line-height:42px;
	margin-top:15px;
	justify-content: flex-end;
}

.mypage_mysulmoonge_box{
	width:340px;
	display:flex;
	justify-content:space-between;
}

.mypage_mysulmoonge_box1, .mypage_mysulmoonge_box2{
	width:160px;
	height:40px;
	display:flex;
	border:2px solid #ffc528;
	border-radius:25px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	justify-content:space-between;
}

.mypage_mysulmoonge_box1>span, .mypage_mysulmoonge_box2>span{
	color:#666;
	font-size:16px;
	margin: 0 0 0 25px;
}

.mypage_mysulmoonge_boxc{
	width:30px;
	height:30px;
	background-color:#ffc528;
	line-height:30px;
	font-size:13px;
	border-radius:25px;
	margin: 5px 4px 0 5px;
}

.mypage_mysulmoonge_boxc>span{
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:13px;
	border-radius:25px;
	margin: 5px 4px 0 2px;
}


.mypage_mysulmoonge_boxc>img{
	width:5px;
	height:8px;
	text-align:
	border:1px solid red;
}

.mypage_mysulmoonge_text{
	font-size:15px;
	color:#666;
	letter-spacing: 0px;
}

.mypage_mysulmoonge_text>span{
	font-size:15px;
	color:#ababab;
	margin:0 auto;
}


/* 자세히 표 */

.detail_table_panelbag1, .detail_table_panelbag2{
	z-index:999;
	position:absolute;
	margin: -82px 0 0 54px;
}

.detail_table_panel1, .detail_table_panel2, .detail_table_panel3, .detail_table_panel4, .detail_table_panel5, .detail_table_panel6{
	width:95px;
	height:25px;
	border:1px solid #a0a0a0;
	line-height:25px;
	background-color:#fff;
	font-size: 12px;
	font-weight:400;
}


.detail_table_panel2, .detail_table_panel3, .detail_table_panel4, .detail_table_panel5, .detail_table_panel6{
	border-top:none;
}

.detail_table_surveybag1, .detail_table_surveybag2, .detail_table_surveybag3{
	z-index:999;
	position:absolute;
	margin: -82px 0 0 54px;
}

.detail_table_surveybag3{
	z-index:999;
	position:absolute;
	margin: -62px 0 0 85px;
}


.detail_table_survey1, .detail_table_survey2, .detail_table_survey3, .detail_table_survey4, .detail_table_survey5, .detail_table_survey6{
	width:95px;
	height:25px;
	border:1px solid #a0a0a0;
	line-height:25px;
	background-color:#fff;
	font-size: 12px;
	box-sizing:border-box;
	font-weight: 300;
}
.mysurvey_more_click_wrap > div:hover{
	background-color:#666;
	color:#fff;
}


/*.detail_table_survey2,*/ .detail_table_survey3, .detail_table_survey4, .detail_table_survey5, .detail_table_survey6{
	border-top:none;
}

.detail_table_survey1>span{
	color:#47c9bd;
	font-size:14px;
	font-weight:600;
}

.mypage_myinfofile_bag{
	margin:0 auto;
	width:560px;
	overflow:hidden;
	margin-top:40px;
}

.mypage_myinfofile{
	display:flex;
	float: left;
	margin-top: 8px;
}

.mypage_myinfofile_c{
	width:8px;
	height:8px;
	border-radius:30px;
	background-color:#bfbfbf;
	margin: 4px 16px 0 0;
}

.mypage_myinfofile>h2{
	font-size:16px;
	color:#666;
	line-height:16px;
	margin: 0 45px 0 0;
}

.mypage_myinfofile_img{
	display:flex;
	height:20px;
	margin: 0 0 15px 20px;
}

.mypage_myinfo_finfile{
	display:flex;
}

.mypage_myinfofile_box_1{
	width:374px;
	margin: 0 auto;
	text-align:center;
	display:flex;
	float:right;
}

.myinfofilefind{
	width:255px;
	height:36px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	margin: 0 4px 0 0;
	text-indent: 20px;
}

.myinfofilefind_button{
	width:103px;
	height:36px;
	cursor:pointer;
}

.mypage_myinfofile_bag>h3{
	font-size:14px;
	color:#bcbcbc;
	float:right;
	margin: 10px 195px 0 0;
}

.myinfo_submit{
	width:515px;
	height:65px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:65px;
}

.myinfo_withd, .myinfo_save{
	width:250px;
	height:65px;
	font-size:28px;
	text-align:center;
	line-height:65px;
	color:#fff;
	cursor:pointer;
}

.myinfo_withd{
	background-color:#dcdcdc;
	border: 1px solid #dcdcdc;
}

.myinfo_save{
	background-color:#ffba00;
	border: 1px solid #ffba00;
}

.myinfofile_file_img{
	margin: 0 10px 0 0;
}

.myinfofile_list_dad{
	cursor:pointer;
	margin: 0 0 0 10px;
}

.mypage_myinfofile_img>h3{
	font-size:15px;
	color:#bcbcbc;
	line-height:20px;
}

/* 저장하기 팝업 */

.myinfo_save_modall{
	position: fixed; 
	top: 0px;
	width: 100%; height: 100%;
	z-index:999999999999999;
}

.myinfo_save_modal_back{
	width:570px;
	height:280px;
	background-color:#fff;
	display:block;
	margin:0 auto;
	margin-top:344px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.myinfo_save_modal_img{
	width:58px;
	height:50px;
	margin:0 auto;
	display:block;
	padding:61px 0 12px 0;
}

.myinfo_save_modal_back>h2{
	width:340px;
	font-size:30px;
	color:#ffc528;
	text-align:center;
	margin: 0 auto;
	word-spacing:-5px;
	line-height:40px;
	font-weight:600;
}

/* 마이페이지 결제정보 */

.mypage_payment{
	width:950px;
	margin:0 auto;
}

.mypage_payment_subtitle{
	width:100%;
	display:flex;
}

.mypage_payment_subtitle>h2{
	font-size:32px;
	color:#ffc528;
	font-weight:600;
	padding: 60px 0 20px 0;
	text-indent: 15px;
	letter-spacing: -3px;
}

.mypage_payment_subtitle>h3{
	font-size:15px;
	color:#666;
	font-weight:400;
	padding: 72px 0 15px 17px;
}

.mypage_payment_table_top_bag{
	width:100%;
	height:45px;
	display:flex;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;	
}

.mypage_payment_table_top_bag>li{
	text-align:center;
	font-size:21px;
	color:#666;
	line-height:45px;
	font-weight:600;
}

.mypage_payment_table_top1{
	width:60px;
}

.mypage_payment_table_top2{
	width:125px;
}

.mypage_payment_table_top3{
	width:240px;
}

.mypage_payment_table_top4{
	width:125px;
}

.mypage_payment_table_top5{
	width:110px;
}

.mypage_payment_table_top6{
	width:120px;
}

.mypage_payment_table_top7{
	width:170px;
}

.mypage_payment_table_ifo_bag{
	width:100%;
	height:50px;
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.mypage_payment_table_ifo>ul:last-child{
	border-bottom:1px solid #a0a0a0;
}

.mypage_payment_table_ifo_bag>li{
	color:#666;
	font-size:18px;
	text-align:center;
	line-height:50px;
}

.mypage_payment_table_ifo_bag>li:nth-child(1){
	width:60px;
}

.mypage_payment_table_ifo_bag>li:nth-child(2){
	width:125px;
}

.mypage_payment_table_ifo_bag>li:nth-child(3){
	width:240px;
}

.mypage_payment_table_ifo_bag>li:nth-child(4){
	width:125px;
	letter-spacing: -0.5px;
}

.mypage_payment_table_ifo_bag>li:nth-child(5){
	width:110px;
}

.mypage_payment_table_ifo_bag>li:nth-child(6){
	width:120px;
}

.mypage_payment_table_ifo_bag>li:nth-child(7){
	width:170px;
}

.payment_comple_box{
	width:50px;
	height:25px;
	background-color:#a40000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 12px 0 0 30px;
}

.payment_view_box{
	width:75px;
	height:25px;
	border:1px solid #ffba00;
	border-radius:4px;
	text-align:cetner;
	line-height:27px;
	font-size:12px;
	color:#ffba00;
	cursor:pointer;
	margin: 12px 0 0 47.5px;
}

.payment_request_box{
	width:50px;
	height:25px;
	background-color:#13b5b1;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 12px 0 0 30px;
}

.mypage_payment_table_buttons{
	width:350px;
	display:flex;
	margin: 0 auto;
	padding: 17px 0 20px 0;
}

.mypage_payment_table_buttons>ul{
	display:flex;
	margin:0 auto;
}

.mypage_payment_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:30px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.mypage_payment_table_buttons>ul>li:last-child{
	margin: 0;
}

.mypage_payment_table_buttons>div>img{
	margin-top:5.5px;
	cursor:pointer;
}

.mypage_payment_table_button_ld, .mypage_payment_table_button_r{
	margin: 0 20px 0 0;
}

.yback{
	background-color:#ffba00 !important;
}

/* 결제진행 페이지 */

.payment_progress_title{
	width:750px;
	margin: 0 auto;
}

.payment_progress_title>h2{
	font-size:33px;
	color:#333;
	text-align:center;
	font-weight:600;
	margin: 45px 0 11px 0;
}

.payment_progress_title>h2>img{
	margin: 0 0 9px 10px;
}

.payment_progress_title>h3{
	font-size:14px;
	color:#666;
	text-align:center;
}

.payment_progress_tatle1{
	width:750px;
	margin: 0 auto;
	margin-top:37px;
}

.payment_progress_tatle1>h2{
	font-size:22px;
	color:#666;
	font-weight:600;
	margin: 0 0 10px 0;
}

.payment_progress_tatle1_box{
	border-top:1px solid #ffc936;
	border-bottom:1px solid #ffc936;
}

.payment_progress_tatle1_box>ul{
	display:flex;
}

.payment_progress_tatle1_box>ul:first-child{
	border-bottom:1px solid #e5e5e5;
}


.payment_progress_tatle1_box>ul>li{
	font-size:20px;
	color:#686868;
	line-height:75px;
}

.payment_progress_tatle1_box>ul>li:first-child{
	width:250px;
	height:75px;
	background-color:#f8f8f8;
	text-align:center;
}

.payment_progress_tatle1_box>ul>li:last-child{
	width:500px;
	height:75px;
	background-color:#fff;
	margin: 0 0 0 30px;
}

.payment_progress_tatle1_boxs{
	display:flex;
}

.payment_progress_tatle1_boxs>div{
	width:140px;
	height:41px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:41px;
	background-color:#ffc528;
	margin: 17px 10px 0 0;
}

.payment_progress_tatle2{
	width:750px;
	margin: 0 auto;
	margin-top:37px;
}

.payment_progress_tatle2>h2{
	font-size:22px;
	color:#666;
	font-weight:600;
	margin: 0 0 10px 0;
}

.payment_progress_tatle2>ul{
	width:100%;
	border-top:1px solid #ffc936;
	border-bottom:1px solid #ffc936;
}

.payment_progress_tatle2_box1{
	width:100%;
	color:#666;
	display:flex;
	text-align:center;
	border-bottom:1px solid #cfcfcf;
}

.payment_progress_tatle2_box1>li:nth-child(1){
	width:130px;
	height:140px;
	font-size:20px;
	border-right:1px solid #e5e5e5;
	padding: 88px 0 0 0;
	background-color:#f8f8f8;
	line-height:24px;
}

.payment_progress_tatle2_box1_1>li{
	width:120px;
	height:37px;
	background-color:#f8f8f8;
	color:#666;
	font-size:13px;
	line-height:38px;
	border-bottom:1px solid #e5e5e5;
}

.payment_progress_tatle2_box1_1>li:last-child, .payment_progress_tatle2_box1_2>li:last-child{
	border-bottom:none;
}

.payment_progress_tatle2_box1_2>li{
	width:292px;
	height:37px;
	background-color:#fff;
	color:#666;
	border-bottom:1px solid #e5e5e5;
	text-align:right;
	line-height:37px;
	padding: 0 28px 0 0;
	font-size:15px;
}

.payment_progress_tatle2_box1_2>li:nth-child(1), .payment_progress_tatle2_box1_2>li:nth-child(2){
	width:172px;
}

.payment_progress_tatle2_box1_2_donbox{
	width:118px;
	height:75px;
	font-size:px;
	line-height:74px;
	color:#666;
	border:1px solid #e5e5e5;
	border-top:none;
	border-right:none;
	text-align:center;
	font-size:15px;
	margin: 0 0 0 200px;
}

.payment_progress_tatle2_box1>li:last-child{
	width: 177px;
	height:138px;
	text-align:center;
	padding: 90px 0 0 0;
	line-height:25px;
	font-size:20px;
	border-left:1px solid #e5e5e5;
	font-weight:100;
}

.payment_progress_tatle2_box1>li:last-child>span{
	font-weight:600;
}

.payment_progress_tatle2_box2{
	width:100%;
	color:#666;
	display:flex;
	text-align:center;
	border-bottom:1px solid #cfcfcf;
}

.payment_progress_tatle2_box2>li:nth-child(1){
	width:130px;
	height:114px;
	font-size:20px;
	border-right:1px solid #e5e5e5;
	padding: 0 0 0 0;
	background-color:#f8f8f8;
	line-height:114px;
}

.payment_progress_tatle2_box2_1>li{
	width:120px;
	height:37px;
	background-color:#f8f8f8;
	color:#666;
	font-size:13px;
	line-height:38px;
	border-bottom:1px solid #e5e5e5;
}

.payment_progress_tatle2_box2_1>li:last-child, .payment_progress_tatle2_box2_2>li:last-child{
	border-bottom:none;
}

.payment_progress_tatle2_box2_2>li{
	width:292px;
	height:37px;
	background-color:#fff;
	color:#666;
	border-bottom:1px solid #e5e5e5;
	text-align:right;
	line-height:37px;
	padding: 0 28px 0 0;
	font-size:15px;
}

.payment_progress_tatle2_box2>li:last-child{
	width: 177px;
	height:82px;
	text-align:center;
	padding: 32px 0 0 0;
	line-height:25px;
	font-size:20px;
	border-left:1px solid #e5e5e5;
	font-weight:100;
}

.payment_progress_tatle2_box2>li:last-child>span{
	font-weight:600;
}

.payment_progress_tatle2_box3{
	width:100%;
	color:#666;
	display:flex;
	text-align:center;
	border-bottom:1px solid #cfcfcf;
}

.payment_progress_tatle2_box3>li:nth-child(1){
	width:130px;
	height:76px;
	font-size:20px;
	border-right:1px solid #e5e5e5;
	background-color:#f8f8f8;
	line-height:76px;
}


.payment_progress_tatle2_box3_1>li{
	width:120px;
	height:37px;
	background-color:#f8f8f8;
	color:#666;
	font-size:13px;
	line-height:38px;
	border-bottom:1px solid #e5e5e5;
}

.payment_progress_tatle2_box3_1>li:last-child{
	border:none;
}

.payment_progress_tatle2_box3>li:last-child{
	width: 177px;
	height:62px;
	text-align:center;
	line-height:25px;
	font-size:20px;
	border-left:1px solid #e5e5e5;
	padding: 14px 0 0 0;
	font-weight:100;
}

.payment_progress_tatle2_box3>li:last-child>span{
	font-weight:600;
}

.payment_progress_tatle2_box4{
	width:100%;
	color:#666;
	display:flex;
	text-align:center;
}

.payment_progress_tatle2_box4>li:nth-child(1) {
    width: 251px;
    height: 76px;
    font-size: 20px;
    background-color: #f8f8f8;
    line-height: 76px;
}

.payment_progress_tatle2_box4_1>li{
	width:320px;
	height:37px;
	background-color:#fff;
	color:#666;
	font-size:15px;
	line-height:37px;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

.payment_progress_tatle2_box4_1>li:last-child{
	border-bottom:none;
}

.payment_progress_tatle2_box4_2>li{
	width:177px;
	height:37px;
	background-color:#fff;
	color:#666;
	font-size:20px;
	line-height:37px;
	border-bottom:1px solid #e5e5e5;
	font-weight:100;
}

.payment_progress_tatle2_box4_2>li:last-child{
	border-bottom:none;
}

.total_payment{
	width:750px;
	height:100px;
	margin: 0 auto;
	display:flex;
}

.total_payment_box1{
	width:350px;
	line-height:100px;
	font-size:28px;
	color:#aaa;
	text-align:center;
	font-weight:100;
}

.total_payment_box1>span{
	color:#ffc528;
	font-weight:600;
	letter-spacing: -3px;
}

.total_payment_box2{
	width:335px;
	line-height:100px;
	text-align:right;
	font-size:28px;
	color:#666;
	font-weight:600;
	letter-spacing: -3px;
	padding: 0 65px 0 0;
}

.method_payment{
	width:750px;
	height:105px;
	margin: 0 auto;
	display:flex;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ffc528;
}

.method_payment_box1{
	width:255px;
	height:104px;
	background-color:#f8f8f8;
	color:#666;
	text-align:center;
	line-height:104px;
	border-top: 1px solid #ededed;
	font-size:20px;
}

.method_payment_box2_boxs{
	display:flex;
	margin: 17px 0 0 33px;
}

.method_payment_box2_boxs>div{
	width:139px;
	height:42px;
	background-color:#e5e5e5;
	color:#000;
	font-size:16px;
	text-align:center;
	line-height:42px;
	margin: 0 12px 0 0;
	cursor:pointer;
}

.method_payment_box2>h3{
	font-size:13px;
	color:#b3b3b3;
	margin: 12px 0 0 33px;
}

.payment_list_button{
	width:750px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:15px;
	margin-bottom:350px;
}

.list_button{
	width:220px;
	height:66px;
	font-size:26px;
	color:#fff;
	border-radius:4px;
	background-color:#d2d2d2;
	text-align:center;
	line-height:66px;
	cursor:pointer;
}

.payment_button{
	width:220px;
	height:66px;
	font-size:26px;
	color:#fff;
	border-radius:4px;
	background-color:#ffba00;
	text-align:center;
	line-height:66px;
	cursor:pointer;
}

.paycomple_button{
	width:220px;
	height:66px;
	font-size:26px;
	color:#cdcdcd;
	border-radius:4px;
	background-color:#f1f1f1;
	text-align:center;
	line-height:66px;
	border:1px solid #dbdbdb;
}

.paycomple_payment{
	width:750px;
	height:105px;
	margin: 0 auto;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ffc528;
}

.paycomple_payment_box{
	width:680px;
	height:105px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
}

.paycomple_payment_box1{
	height:103px;
	color:#585858;
	font-size:16px;
	line-height:103px;
}

.paycomple_payment_box2{
	width:140px;
	height:42px;
	border:1px solid #ffc528;
	color:#333;
	font-size:16px;
	text-align:center;
	line-height:42px;
	cursor:pointer;
	margin: 31.5px 0 0 0;
}

/* 마이페이지 통계분석 의뢰 */

.mypage_sticalrequ{
	width:950px;
	margin:0 auto;
}

.mypage_sticalrequ_table_top_bag{
	width:100%;
	height:45px;
	display:flex;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;	
}

.mypage_sticalrequ_table_top_bag>li{
	text-align:center;
	font-size:21px;
	color:#666;
	line-height:45px;
	font-weight:600;
}

.mypage_sticalrequ_table_top1, .mypage_sticalrequ_table_info_bag>li:nth-child(1){
	width:65px;
}

.mypage_sticalrequ_table_top2, .mypage_sticalrequ_table_info_bag>li:nth-child(2){
	width:195px;
}

.mypage_sticalrequ_table_top3, .mypage_sticalrequ_table_info_bag>li:nth-child(3){
	width:360px;
}

.mypage_sticalrequ_table_top4, .mypage_sticalrequ_table_info_bag>li:nth-child(4){
	width:135px;
}

.mypage_sticalrequ_table_top5, .mypage_sticalrequ_table_info_bag>li:nth-child(5){
	width:110px;
    margin-left: 50px;
}

.mypage_sticalrequ_table_top6, .mypage_sticalrequ_table_info_bag>li:nth-child(6){
	width:85px;
}

.mypage_sticalrequ_table_info_bag{
	width:100%;
	height:50px;
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.mypage_sticalrequ_table_info_bag>li{
	font-size:18px;
	color:#8c8c8c;
	text-align:center;
	line-height:50px;
}

.mypage_sticalrequ_table_info_waitingbox{
	width:90px;
	height:25px;
	background-color:#13b5b1;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 12.5px 0 0 10px;
}

.mypage_sticalrequ_table_info_answercombox{
	width:90px;
	height:25px;
	background-color:#a40000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 12.5px 0 0 10px;
}

.mypage_sticalrequ_table_allchek, .mypage_sticalrequ_table_chek{
	width:15px;
	height:15px;
	border-radius:4px;
	cursor:pointer;
}

.mypage_sticalrequ_table_info1>ul:last-child{
	border-bottom:1px solid #a0a0a0;
}

.mypage_sticalrequ_table_button{
	/*padding: 17px 0 350px 0;*/
	padding: 17px 0 20px 0;
	display:flex;
	margin: 0 auto;
}

.mypage_sticalrequ_table_button2{
	padding: 17px 0 20px 0;
	display:flex;
	margin: 0 auto;
}


.mypage_sticalrequ_table_buttons{
	width:350px;
	display:flex;
	margin: 0 auto;
	margin: 0 125px 0 336px;
}

.mypage_sticalrequ_table_buttons>ul{
	display:flex;
	margin:0 auto;
}

.mypage_sticalrequ_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:30px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.mypage_sticalrequ_table_buttons>ul>li:last-child{
	margin: 0;
}

.mypage_sticalrequ_table_buttons>div>img{
	margin-top:5.5px;
	cursor:pointer;
}

.mypage_sticalrequ_table_button_ld, .mypage_sticalrequ_table_button_r{
	margin: 0 20px 0 0;
}

.mypage_sticalrequ_table_buttonss{
	display:flex;
}

.mypage_sticalrequ_table_buttonss1, .mypage_sticalrequ_table_buttonss2 {
	width:115px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#fff;
}

.mypage_sticalrequ_table_button_l{margin-right:20px;}
.mypage_sticalrequ_table_button_r{margin-left:20px;}

.mypage_sticalrequ_table_buttonss1{
	background-color:#ffba00;
	border:1px solid #ffba00;
	cursor:pointer;
}

.mypage_sticalrequ_table_buttonss2{
	height:37px;
	background-color:#d2d2d2;
	border:1px solid #d2d2d2;
	cursor:pointer;
	margin: 0 0 0 5px;
}

/* 1:1 문의 */

.mypage_one_enquiry{
	width:950px;
	margin:0 auto;
}

.mypage_one_enquiry_table_top_bag{
	width:100%;
	height:45px;
	display:flex;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;	
}

.mypage_one_enquiry_table_top_bag>li{
	text-align:center;
	font-size:21px;
	color:#666;
	line-height:45px;
	font-weight:600;
}

.mypage_one_enquiry_table_top1, .mypage_one_enquiry_table_info_bag>li:nth-child(1){
	width:45px;
}

.mypage_one_enquiry_table_top2, .mypage_one_enquiry_table_info_bag>li:nth-child(2){
	width:85px;
}

.mypage_one_enquiry_table_top3, .mypage_one_enquiry_table_info_bag>li:nth-child(3){
	width:135px;
}

.mypage_one_enquiry_table_top4, .mypage_one_enquiry_table_info_bag>li:nth-child(4){
	width:380px;
}

.mypage_one_enquiry_table_top5, .mypage_one_enquiry_table_info_bag>li:nth-child(5){
	width:155px;
}

.mypage_one_enquiry_table_top6, .mypage_one_enquiry_table_info_bag>li:nth-child(6){
	width:150px;
}

.mypage_one_enquiry_table_info_bag>li:nth-child(4){
	cursor:pointer;
}

.mypage_one_enquiry_table_info_bag{
	width:100%;
	height:50px;
	display:flex;
	border-bottom:1px solid #ebebeb;
}

.mypage_one_enquiry_table_info_bag>li{
	font-size:18px;
	color:#8c8c8c;
	text-align:center;
	line-height:50px;
}

.mypage_one_enquiry_table_info_bag>li>a{
	font-size:18px;
	color:#8c8c8c;
	text-align:center;
	line-height:50px;
}

.mypage_one_enquiry_table_info_bag>li:nth-child(4){
	text-align:left;
	text-indent: 50px;
}

.mypage_one_enquiry_receivingbox{
	width:90px;
	height:25px;
	background-color:#13b5b1;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 12.5px 0 0 30px;
}

.mypage_one_enquiry_answercombox{
	width:90px;
	height:25px;
	background-color:#a40000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:25px;
	margin: 12.5px 0 0 30px;
}


.mypage_one_enquiry_table_buttons{
	width:350px;
	display:flex;
	margin: 0 auto;
	margin: 0 125px 0 336px;
}

.mypage_one_enquiry_table_buttons>ul{
	display:flex;
	margin:0 auto;
}

.mypage_one_enquiry_table_buttons>ul>li{
	width:30px;
	height:30px;
	background-color:#bfbfbf;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:30px;
	border-radius:4px;
	margin: 0 5px 0 0;
	cursor:pointer;
}

.mypage_one_enquiry_table_buttons>ul>li:last-child{
	margin: 0;
}

.mypage_one_enquiry_table_buttons>div>img{
	margin-top:5.5px;
	cursor:pointer;
}

.mypage_one_enquiry_table_button_ld, .mypage_one_enquiry_table_button_r{
	margin: 0 20px 0 0;
}

.mypage_one_enquiry_table_buttonss{
	display:flex;
}

.mypage_one_enquiry_table_buttonss1, .mypage_one_enquiry_table_buttonss2 {
	width:115px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#fff;
}

.mypage_one_enquiry_table_buttonss1{
	background-color:#ffba00;
	border:1px solid #ffba00;
	cursor:pointer;
}

.mypage_one_enquiry_table_buttonss2{
	height:37px;
	background-color:#d2d2d2;
	border:1px solid #d2d2d2;
	cursor:pointer;
	margin: 0 0 0 5px;
}

.mypage_one_enquiry_table_button{
	padding: 17px 0 20px 0;
	display:flex;
	margin: 0 auto;
}

/* 1:1 문의 내역 */

.inquiry_title{
	width:790px;
	margin: 0 auto;
	text-align:center;
}

.inquiry_title>h2{
	font-size:32px;
	color:#333;
	font-weight:600;
	margin: 65px 0 0 0
}

.inquiry_title>h2>img{
	padding: 0 0 11px 5px;
}

.inquiry_qbox1{
	width:790px;
	margin: 0 auto;
	margin-top:35px;
}

.inquiry_qbox1>h2{
	width:790px;
	margin: 0 auto;
	margin-bottom:10px;
	font-size:20px;
	color:#666;
	font-weight:600;
}

.inquiry_qbox1>h2>span{
	font-size:22px;
}

.inquiry_qbox1_table{
	width:100%;
	border-top:1px solid #ffc936;
	border-bottom:1px solid #ffc936;
}

.inquiry_qbox1_table_title{
	width:250px;
	background-color:#f8f8f8;
	color:#686868;
	font-size:20px;
	text-align:center;
}

.inquiry_qbox1_table>li>ul{
	display:flex;
	border-bottom:1px solid #e5e5e5;
}

.inquiry_qbox1_table>li>ul:last-child{
	border:none;
}

.inquiry_qbox1_table>li>ul>li{
	color:#666;
	font-size:20px;
}

.inquiry_qbox1_table>li>ul>li:first-child{
	width:250px;
	background-color:#f8f8f8;
	text-align:center;
}

.inquiry_qbox1_table>li>ul>li:last-child{
	width:540px;
	display:flex;
}

.inquiry_qbox1_table_row1{
	height:75px;
}

.inquiry_qbox1_table_row1>li{
	line-height:75px;
}

.inquiry_qbox1_table_row2{
	height:75px;
}

.inquiry_qbox1_table_row2>li{
	line-height:75px;
}



.inquiry_qbox1_table_row3>li:nth-child(1){
	line-height:270px;
}

.inquiry_qbox1_table_row4{
	height:80px;
}

.inquiry_qbox1_table_row4{
	line-height:80px;
}

.inquiry_qbox1_table_row1>li:nth-child(2), .inquiry_qbox1_table_row2>li:nth-child(2), .inquiry_qbox1_table_row4>li:nth-child(2){
	text-indent: 25px;
}

.inquiry_qbox1_table_row3>li>p{
	width:500px;
	padding: 30px 10px 0 25px;
	line-height:26px;
}

.inquiry_qbox2{
	width:790px;
	margin: 0 auto;
	margin-top:35px;
}

.inquiry_qbox2>h2{
	width:790px;
	margin: 0 auto;
	margin-bottom:10px;
	font-size:20px;
	color:#666;
	font-weight:600;
}

.inquiry_qbox2>h2>span{
	font-size:22px;
}

.inquiry_qbox2_table{
	width:100%;
	border-top:1px solid #ffc936;
	border-bottom:1px solid #ffc936;
}

.inquiry_qbox2_table>li>ul{
	display:flex;
	color:#686868;
	font-size:20px;
}

.inquiry_qbox2_table_row1>li:first-child{
	line-height:418px;
}

.inquiry_qbox2_table_row1{
	border-bottom:1px solid #ebebeb;
}

.inquiry_qbox2_table_row1>li>p{
	width:500px;
	padding: 25px 10px 0 25px;
	line-height: 26px;
}

.inquiry_qbox2_table>li>ul>li:first-child{
	width:250px;
	background-color:#f8f8f8;
	text-align:center;
}

.inquiry_qbox2_table_row2{
	height:80px;
	border-bottom:1px solid #ebebeb;
	line-height:80px;
}

.inquiry_qbox2_table_row2>li:last-child{
	width:525px;
	text-indent: 25px;
	display:flex;
}

.inquiry_qbuttons{
	width:300px;
	/*width:145px;*/
	margin:0 auto;
	margin-top:30px;
	margin-bottom:270px;
	justify-content:space-between;
	display:flex;
}

.inquiry_qbutton1{
	width:145px;
	height:45px;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-size:18px;
	background-color:#c9c9c9;
	border:1px solid #c9c9c9;
	cursor:pointer;
	border-radius:4px;
}

.inquiry_qbutton2{
	width:145px;
	height:45px;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-size:18px;
	background-color:#ffba00;
	border:1px solid #ffba00;
	cursor:pointer;
	border-radius:4px;
}

.che_icon{
	width:27px;
	height:27px;
	margin: 26.5px 15px 0 25px;
}

.inquiry_qbox3{
	width:790px;
	margin: 0 auto;
	margin-top:35px;
}

.inquiry_qbox3>h2{
	width:790px;
	margin: 0 auto;
	margin-bottom:10px;
	font-size:20px;
	color:#666;
	font-weight:600;
}

.inquiry_qbox3>h2>span{
	font-size:22px;
}

.inquiry_qbox3_box{
	width:100%;
	height:130px;
	border-top:1px solid #ffc936;
	border-bottom:1px solid #ffc936;
	text-align:center;
	line-height:130px;
	font-size:30px;
	color:#686868;
	font-weight:400;
}

.inquiry_qbox3_box>span{
	font-weight:600;
}

/* 1:1 문의 작성 */

.inquiry_writing_title{
	width:350px;
	margin: 0 auto;
	text-align:center;
	border-bottom:1px dashed #a0a0a0;
	padding-bottom:15px;
	margin-bottom:55px;
}

.inquiry_writing_title>h2{
	font-size:32px;
	color:#ffc528;
	font-weight:600;
	margin: 65px 0 0 0
}

.inquiry_writing_title>h2>img{
	padding: 0 0 14px 5px;
}

.inquiry_writing_title>h3{
	font-size:15px;
	color:#666;
	margin: 10px 0 0 0
}

.inquiry_writing_table{
	width:950px;
	margin:0 auto;
}

.inquiry_writing_tableboxs{
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
}

.inquiry_writing_tableboxs>li>ul{
	display:flex;
	border-bottom:1px solid #e5e5e5;
}

.inquiry_writing_tableboxs>li>ul:last-child{
	border:none;
}

.inquiry_writing_tableboxs>li>ul>li:first-child{
	background-color:#f8f8f8;
	text-align:center;
	width:150px;
	border-bottom:1px solid #e5e5e5;
}

.inquiry_writing_tablebox4>li:first-child{
	border:none;
}

.inquiry_writing_tablebox1{
	height:75px;
	line-height:75px;
}

.inquiry_writing_tablebox2{
	height:75px;
	line-height:75px;
}

.inquiry_writing_tablebox3{
	height:355px;
	line-height:355px;
}

.inquiry_writing_tablebox4>li:first-child{
	height:80px;
	line-height:80px;
}

.inquiry_writing_tablebox4>li:last-child{
	display:flex;
}


.inquiry_writing_tablebox1_select{
	width:370px;
	height:40px;
	border:1px solid #e2e2e2;
	text-indent: 25px;
	color:#b2b2b2;
	font-size:15px;
	cursor:pointer;
	margin: 0 0 0 30px;
}

.inquiry_writing_tablebox2_input{
	width:720px;
	height:40px;
	border:1px solid #e2e2e2;
	text-indent: 25px;
	color:#666;
	font-size:15px;
	margin: 0 0 0 30px;
}

.inquiry_writing_tablebox2_input::placeholder{
	color:#b2b2b2;
}

.inquiry_writing_tablebox3_inquiryde{
	width:698px;
	height:280px;
	border:1px solid #e6e6e6;
	margin: 25px 0 0 25px;
	font-size:16px;
	color:#666;
	padding: 10px 0 0 25px;
	letter-spacing: -1px;
}

.inquiry_writing_tablebox3_inquiryde::placeholder{
	color:#b2b2b2;
	font-weight:400;
	letter-spacing: -1px;
}

.inquiry_writing_tablebox3_text{
	font-size:13px;
	color:#d90000;
	margin: -330px 0 0 25px;
}

.file10{
	width:218px;
	height:33px;
	border:1px solid #e2e2e2;
	color:#666;
	text-indent: 25px;
}

.file10::placeholder{
	color:#b2b2b2;
}

.inquiry_writing_tablebox4>li>h3{
	height:35px;
	font-size:13px;
	color:#666;
	line-height:17px;
	margin: 23px 0 0 -17px;
	text-indent: -12px;
}

.tablebox4_filebox{
    width: 400px;
    height: 37px;
    cursor: pointer;
    margin: 22px 0 0 30px;
    display: flex;
}

.inquiry_writing_table_buttons{
    width: 435px;
	display:flex;
	justify-content:space-between;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:320px;
}

.inquiry_writing_table_button1{
	width:210px;
	height:63px;
	background-color:#c9c9c9;
	color:#fff;
	border-radius:4px;
	font-size:25px;
	border: 1px solid #c9c9c9;
	cursor:pointer;
}

.inquiry_writing_table_button2{
	width:210px;
	height:63px;
	background-color:#ffba00;
	color:#fff;
	border-radius:4px;
	font-size:25px;
	border: 1px solid #ffba00;
	cursor:pointer;
}


/* 통계분석의뢰 문의하기 페이지 */

.sticalrequ_inquiry_table{
	width:950px;
	margin: 0 auto;
}

.sticalrequ_inquiry_tablebox{
	width:100%;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.sticalrequ_inquiry_tablebox>li>ul{
	display:flex;
	border-bottom:1px solid #e5e5e5;
}

.sticalrequ_inquiry_tablebox>li>ul>li:last-child{
	display:flex;
	color:#b8b8b8;
}

.sticalrequ_inquiry_tablebox>li>ul>li:first-child{
	width:150px;
	background-color:#f8f8f8;
	font-size:15px;
	color:#686868;
	text-align:center;
}

.sticalrequ_inquiry_tablebox1, .sticalrequ_inquiry_tablebox2, .sticalrequ_inquiry_tablebox3, .sticalrequ_inquiry_tablebox4, .sticalrequ_inquiry_tablebox5, .sticalrequ_inquiry_tablebox6, .sticalrequ_inquiry_tablebox7, .sticalrequ_inquiry_tablebox8, .sticalrequ_inquiry_tablebox9{
	height:75px;
	line-height:75px;
}

.sticalrequ_inquiry_tablebox10{
	height:205px;
}

.sticalrequ_inquiry_tablebox10>li:first-child{
	height:205px;
	line-height:205px;
}

.sticalrequ_inquiry_tablebox11{
	height:70px;
	line-height:70px;
}

.sticalrequ_inquiry_tablebox12>li{
	height:395px;
}

.sticalrequ_inquiry_tablebox12>li:first-child{
	line-height:395px;
}

.sticalrequ_inquiry_tablebox>li>ul>li:last-child>div{
	display:flex;
	font-size:15px;
	color:#b8b8b8;
}

.sticalrequ_inquiry_tablebox1_chekb{
	width:15px;
	height:15px;
	border-radius:4px;
	margin: 30px 12px 0 0;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox1>li:last-child{
	width:380px;
	margin: 0 0 0 35px;
	justify-content:space-between;
}

.sticalrequ_inquiry_tablebox2_textbox{
	width:720px;
	height:40px;
	border:1px solid #e2e2e2;
	color:#666;
	text-indent: 18px;
	margin: 17.5px 0 0 35px;
	font-size:15px;
}

.sticalrequ_inquiry_tablebox2_textbox::placeholder{
	color:#b2b2b2;
}

.sticalrequ_inquiry_tablebox3_textbox{
	width:215px;
	height:40px;
	border:1px solid #e2e2e2;
	color:#666;
	text-indent: 18px;
	margin: 17.5px 0 0 35px;
	font-size:15px;
}

.sticalrequ_inquiry_tablebox3_textbox::placeholder{
	color:#b2b2b2;
}

.sticalrequ_inquiry_tablebox4_select{
	width:80px;
	height:40px;
	border:1px solid #e2e2e2;
	color:#666;
	text-indent: 18px;
	margin: 17.5px 0 0 35px;
	font-size:15px;
	cursor:pointer;
	color:#b8b8b8;
}

.sticalrequ_inquiry_tablebox4_textbox{
	width:70px;
	height:36px;
	border:1px solid #e2e2e2;
	color:#666;
	text-indent: 18px;
	margin: 17.5px 0 0 11px;
	font-size:15px;
}

.sticalrequ_inquiry_tablebox5_text1{
	width:168px;
	height:36px;
	border:1px solid #e2e2e2;
	margin: 17.5px 10px 0 35px;
	text-indent: 18px;
}

.sticalrequ_inquiry_tablebox5_text2{
	width:168px;
	height:36px;
	border:1px solid #e2e2e2;
	margin: 17.5px 0 0 10px;
	text-indent: 18px;
	font-size:15px;
	color:#666;
}

.sticalrequ_inquiry_tablebox5_select{
	width:168px;
	height:40px;
	font-size:15px;
	color:#b8b8b8;
	border:1px solid #e2e2e2;
	margin: 17.5px 0 0 10px;
	text-indent: 20px;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox6_select1{
	width:80px;
	height:40px;
	color:#b8b8b8;
	font-size:15px;
	text-indent: 15px;
	border:1px solid #e2e2e2;
	margin: 17.5px 0 0 35px;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox6_select2{
	width:63px;
	height:40px;
	color:#b8b8b8;
	font-size:15px;
	text-indent: 15px;
	border:1px solid #e2e2e2;
	margin: 17.5px 0 0 10px;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox6_select3{
	width:63px;
	height:40px;
	color:#b8b8b8;
	font-size:15px;
	text-indent: 15px;
	border:1px solid #e2e2e2;
	margin: 17.5px 0 0 10px;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox8_chekb{
	width:15px;
	height:15px;
	border-radius:4px;
	margin: 30px 7px 0 0;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox8>li:last-child {
    width: 465px;
    margin: 0 0 0 35px;
    justify-content: space-between;
}

.sticalrequ_inquiry_tablebox9_textbox{
	width:720px;
	height:40px;
	border:1px solid #e2e2e2;
	color:#666;
	text-indent: 18px;
	margin: 17.5px 0 0 35px;
	font-size:15px;
}

.sticalrequ_inquiry_tablebox9_textbox::placeholder{
	color:#b2b2b2;
}

.sticalrequ_inquiry_tablebox10>li:last-child{
	width:484px;
	height:156px;
	margin: 24.5px 0 0 35px;
}

.sticalrequ_inquiry_tablebox10_file>li{
	display:flex;
	font-size:15px;
}

.mypage_myinfofile_tablebox10_file_box1{
	width:374px;
	margin: 0 auto;
	text-align:center;
	display:flex;
	float:right;
}

.myinfofile_tablebox10_myinfofilefind{
	width:220px;
	height:30px;
	color:#666;
	font-size:15px;
	margin: 0 15px 0 0;
	border:1px solid #e2e2e2;
	text-indent: 25px;
}

.myinfofile_tablebox10_myinfofilefind::placeholder{
	color:#b2b2b2;
}

.tablebox10_myinfofilefind_button{
	width:117px;
	height:36px;
}

.sticalrequ_inquiry_tablebox10_file>li>h2{
	width:130px;
	height:40px;
	line-height:38px;
}

.sticalrequ_inquiry_tablebox11>li:last-child{
    width: 355px;
    margin: 0 0 0 35px;
    justify-content: space-between;
}

.sticalrequ_inquiry_tablebox11>li>div>h2{
	font-size:15px;
	margin-top:1px;
}

.sticalrequ_inquiry_tablebox11_chekb{
	width:15px;
	height:15px;
	border-radius:4px;
	margin: 30px 7px 0 0;
	cursor:pointer;
}

.sticalrequ_inquiry_tablebox12_textbox{
	width:705px;
	height:310px;
	border:0.5px solid #c9c9c9;
	color:#666;
	font-size:15px;
	resize: none;
	padding: 15px 0 0 15px;
	margin: 22px 0 0 35px;
}

.sticalrequ_inquiry_tablebox12_textbox::placeholder{
	color:#b2b2b2;
}

.sticalrequ_inquiry_tablebox12>li>ul>li>h3{
	font-size:13px;
	color:#d90000;
	margin: 10px 0 0 45px;
}

.sticalrequ_inquiry_buttons{
	width:435px;
	justify-content:space-between;
	display:flex;
	margin: 0 auto;
	margin-top:30px;
}

.sticalrequ_inquiry_button1{
	width:210px;
	height:65px;
	color:#fff;
	background-color:#c9c9c9;
	font-size:25px;
	border: 1px solid #c9c9c9;
	border-radius:4px;
	cursor:pointer;
}

.sticalrequ_inquiry_button2{
	width:210px;
	height:65px;
	color:#fff;
	background-color:#ffba00;
	font-size:25px;
	border: 1px solid #ffba00;
	border-radius:4px;
	cursor:pointer;
}

/* 분석결과 */

.servey_result_title{
	text-align:center;
}

.servey_result_title>h2{
	font-size:32px;
	color:#666;
	font-weight:100;
	letter-spacing: -2px;
}

.servey_result_subtitle{
	width:99.9%;
	border-bottom:1px solid #ffba00;
	margin:0 0 35px 0;
}

.servey_result_subtitleboxs{
	width:540px;
	height:61px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.servey_result_subtitlebox1{
	width:270px;
	height:60px;
	font-size:28px;
	color:#fff;
	background-color:#ffba00;
	text-align:center;
	line-height:60px;
	border:1px solid #ffba00;
	cursor:pointer;
}

.servey_result_subtitlebox2{
	width:270px;
	height:60px;
	font-size:28px;
	color:#ffba00;
	background-color:#fff;
	text-align:center;
	line-height:60px;
	border:1px solid #ffba00;
	cursor:pointer;
}

.servey_result_sulmon{
	border-top:1px solid #ffc528;
	border-bottom:1px solid #ededed;
	width:1200px;
	margin:0 auto;
}

/**/
.l_v_basic { width:485px; height: 125px; z-index:9997; }
.l_v_basic > li{ width:158px; display:inline-block; }

.l_v_over { width:450px; height: 125px; z-index:9997; display:inline-flex; }
.l_v_over > li:first-child { width:106px; }


/* servey_result.php */

.servey_result_title{
	width:1200px;
	text-align:center;
	margin:0 auto;
	word-break: break-all;
	padding: 50px 0;
}

.servey_result_title>h2{
	font-size:32px;
	color:#666;
	font-weight:100;
	letter-spacing: -2px;
	line-height: 42px;
}

.servey_result_subtitle{
	width:99.9%;
	border-bottom:1px solid #ffba00;
	margin:0 0 35px 0;
}

.servey_result_subtitleboxs{
	width:540px;
	height:61px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.servey_result_subtitlebox1{
	width:270px;
	height:60px;
	font-size:28px;
	color:#fff;
	background-color:#ffba00;
	text-align:center;
	line-height:60px;
	border:1px solid #ffba00;
	cursor:pointer;
}

.servey_result_subtitlebox2{
	width:270px;
	height:60px;
	font-size:28px;
	color:#ffba00;
	background-color:#fff;
	text-align:center;
	line-height:60px;
	border:1px solid #ffba00;
	cursor:pointer;
}

.servey_result_sulmon{
	width:1200px;
	margin:0 auto;
}

.servey_result_sulmon_titleboxb{
	width:100%;
	height:80px;
	border-top:1px solid #ffc528;
	border-bottom:1px solid #ffc528;
}

.servey_result_sulmon_titlebox{
	width:1030px;
	height:40px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	margin-top:20px;
}

.servey_result_sulmon_titlebox>li{
	display:flex;
}

.servey_result_sulmon_titlebox>li>h2{
	font-size:20px;
	color:#686868;
	font-weight:600;
	margin: 0 40px 0 0;
	line-height:40px;
}

.servey_result_sulmon_titlebox>li>h3{
	font-size:20px;
	color:#adadad;
	font-weight:100;
	line-height:40px;
}

.servey_result_sulmon_titlebox>li>div{
	width:140px;
	display:flex;
	justify-content:space-between;
}

.servey_result_sulmon_titlebox>li>div>img{
	width:24px;
	height:39px;
	cursor:pointer;
}

.result_sulmon_text{
	width:170px;
	height:30px;
	border:1px solid #e2e2e2;
	color:#b2b2b2;
	font-size:13px;
	margin: 3px 6px 0 0;
	text-indent: 5px;
}

.result_sulmon_button{
	width:61px;
	height:34px;
	background-color:#c9c9c9;
	border:1px solid #c9c9c9;
	color:#fff;
	font-size:12px;
	margin:3px 0 0 0;
}

.servey_result_sulmon_boxb{
	margin:45px 0 0 0;
}

.servey_result_sulmon_box{
	width:100%;
	height:125px;
	margin:0 0 30px 0;
	text-indent: 100px;
}

.servey_result_sulmon_box>li>span{
	font-size:28px;
	color:#666;
	font-weight:400;
}

.servey_result_sulmon_box>li:first-child{
	height:60px;
	line-height:60px;
	background-color:#f8f8f8;
	font-size:25px;
	color:#aaa;
	font-weight:100;
	border-top:1px solid #bebebe;
	border-bottom:1px solid #ededed;
}

.servey_result_sulmon_box>li:last-child{
	height:65px;
	line-height:65px;
	background-color:#fff;
	font-size:20px;
	color:#686868;
	font-weight:400;
	border-bottom:1px solid #bebebe;
}

.servey_result_sulmon_boxb>ul:last-child{
	margin: 0 0 100px 0;
}

/* 페널조사결과 */

.servey_result_panelsur{
	width:1200px;
	margin:0 auto;
}

.servey_result_panelsur_titleboxb{
	width:1200px;
	margin:0 auto;
}

.servey_result_panelsur_title{
	width:1200px;
	margin:0 auto;
	border-top:1px solid #ffba00;
	border-bottom:1px solid #ffba00;
}

.servey_result_panelsur_titlebox1{
	border-bottom:1px solid #ededed;
}

.servey_result_panelsur_titlebox1, .servey_result_panelsur_titlebox2{
	height:75px;
}

.servey_result_panelsur_titlebox1>ul{
	width:1125px;
	display:flex;
	margin:0 auto;
	justify-content:space-between;
}

.servey_result_panelsur_titlebox1>ul>li{
	display:flex;
	line-height:61px;
	margin:7px 0 0 0;
}

.servey_result_panelsur_titlebox2>ul{
	display:flex;
	margin:0 0 0 36px;
}

.servey_result_panelsur_titlebox2>ul>li{
	display:flex;
	line-height:39px;
	margin: 18px 0 0 0;
}

.servey_result_panelsur_title>li>ul>li>h2{
	font-size:20px;
	color:#686868;
	font-weight:600;
}

.servey_result_panelsur_title>li>ul>li>h3{
	font-size:20px;
	color:#adadad;
	font-weight:100;
}

.servey_result_panelsur_titlebox1>ul>li:nth-child(1)>h2{
	margin: 0 42px 0 0;
}

.servey_result_panelsur_titlebox1>ul>li:nth-child(2)>h2{
	margin: 0 40px 0 0;
}

.servey_result_panelsur_titlebox1>ul>li:nth-child(3)>h2{
	margin: 0 102px 0 0;
}

.servey_result_panelsur_titlebox2>ul>li:nth-child(1)>h2{
	margin: 0 42px 0 0;
}

.servey_result_panelsur_titlebox2>ul>li:nth-child(2)>h2{
	margin: 0 58px 0 107px;
}

.servey_result_panelsur_titlebox2>ul>li:nth-child(3)>h2{
	margin: 0 45px 0 107px;
}

.servey_result_panelsur_titlebox2>ul>li>div{
	display:flex;
	justify-content:space-between;
	width:145px;
}

.servey_result_panelsur_titlebox2>ul>li>div>img{
	width:24px;
	height:39px;
	cursor:pointer;
}

.result_panelsur_text{
	width:170px;
	height:30px;
	border:1px solid #e2e2e2;
	color:#b2b2b2;
	font-size:13px;
	margin: 14px 6px 0 0;
	text-indent: 5px;

}

.result_panelsur_button{
	width:61px;
	height:34px;
	background-color:#c9c9c9;
	border:1px solid #c9c9c9;
	color:#fff;
	font-size:12px;
	margin:14px 0 25px 0;
}

.servey_result_panelsur_titlegragh{
	/*width:950px;*/
	width:1200px;
	height:300px;
	border-top:1px solid #ffc528;
	border-bottom:1px solid #ffc528;
	margin:0 auto;
	margin-top:35px;
	display:flex;
	justify-content:space-between;
}

.servey_result_panelsur_titlegragh_line{
	width:1px;
	height:216px;
	background-color:#ededed;
	margin:42px 0 0 0;
}

.servey_result_panelsur_titlegragh_box{
	width:316px;
	height:300px;
	text-align:center;
}

.servey_result_panelsur_titlegragh_box>h2{
	font-size:20px;
	color:#686868;
	font-weight:600;
	margin:30px 0 0 0;
}

.servey_result_panelsur_gragh{
	width:316px;
	height:150px;
	/*margin: 40px 0 0 0;*/
}

.result_panelsur_tablebox{
	margin: 60px 0 0 0;
}

.result_panelsur_table{
	width:100%;
	border-top:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	margin:0 auto;
	margin-top:35px;
}

.result_panelsur_table>li:first-child{
	display:flex;
	background-color:#f8f8f8;
	border-bottom:1px solid #ededed;
	line-height:30px;
}

.result_panelsur_table>li:first-child>h2{
	font-size:25px;
	color:#aaa;
	font-weight:100;
	width: 800px;
}

.result_panelsur_table>li:first-child>h2>span{
	font-size:28px;
	color:#666;
	font-weight:400;
}

.result_panelsur_table>li>h2{
	
	cursor:pointer;
	word-break: break-all;
	padding: 20px 20px 20px 100px;
}

.result_panelsur_table_grahb{
	width:260px;
	display:flex;
	justify-content:space-between;
	/*margin:10px 0 0 520px;*/
	margin-top:10px;
	float:right;
}

.result_panelsur_table_grahb>div{
	width:40px;
	height:40px;
	border:1px solid #a0a0a0 ;
	border-radius:40px;
	cursor:pointer;
}

.result_panelsur_table_grahb>div>img{
	display:block;
	margin: 0 auto;
}

.result_panelsur_table_grahb>div:nth-child(1)>img{
	margin-top:12px;
}

.result_panelsur_table_grahb>div:nth-child(2)>img{
	margin-top:12px;
}

.result_panelsur_table_grahb>div:nth-child(3)>img{
	margin-top:9px;
}

.result_panelsur_table_grahb>div:nth-child(4)>img{
	margin-top:9px;
}

.result_panelsur_table_grahb>div:nth-child(5)>img{
	margin-top:8px;
}

.result_panelsur_table>li:nth-child(2){
	height:65px;
	line-height:65px;
	background-color:#fff;
	font-size:20px;
	color:#686868;
	font-weight:400;
	text-indent: 100px;
}

.result_panelsur_grah1box{
	width:100%;
	/*height:311px;*/
}

.result_panelsur_grah1box > img{
	margin:47px 0 0 71px;
}


.result_panelsur_grah2box, .result_panelsur_grah3box, .result_panelsur_grah4box{
	width:100%;
	/*height:376px;*/
}

.result_panelsur_grah5box{
	width:100%;
	height:415px;
}

.result_panelsur_grah5box>div{
	margin:0 0 0 125px;
}

.review{
	width:350px;
	margin:0 auto;
	text-align:center;
}
.review > h2{
	font-size:16px;
	color:#666;
	padding:50px 0 20px;
}
.review > button{
	width:200px;
	height:50px;
	font-size:20px;
	color:#ffba00;
	border:1px solid #ffba00;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:5px;
	cursor:pointer;
}
.review > button:hover{
	color:#fff;
	background-color:#ffba00;

}


/* 후기팝업 */
.survey_review_modal{
	position: fixed; 
	top: 0px;
	width: 100%; height: 100%;
	z-index:999999999999999;
	background: rgba(0,0,0,0.1);
	display:block;
}

.survey_review_modal_back{
	width:675px;
	height:675px;
	background-color:#fff;
	display:block;
	margin:0 auto;
	margin-top:149px;
	box-shadow: 6px 10px 15px #afafaf;
}

.survey_review_modal_back>h2{
	width:340px;
	height:70px;
	line-height:70px;
	border-bottom:1px dashed #a9a9a9;
	text-align:center;
	font-size:30px;
	color:#ffc528;
	margin:0 auto;
	padding-top:13px;
	letter-spacing: -3px;
}

.survey_review_modal_back>h2>img{
	position:absolute;
	margin: 0 0 0 170px;
	cursor:pointer;
}

.survey_review_modal_back>h3{
	font-size:16px;
	color:#333;
	margin:0 auto;
	text-align:center;
	line-height:22px;
	letter-spacing: -2px;
	margin-top:30px;
	margin-bottom:40px;
}

.survey_review_modal_table{
	width:550px;
	height:134px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	margin:0 auto;
	margin-bottom:13px;
}

.survey_review_modal_table>li>ul{
	width:100%;
	height:44px;
	line-height:43px;
	border-bottom:1px solid #e5e5e5;
	display:flex;
	justify-content:space-between;
}

.survey_review_modal_table>li:last-child>ul{
	border-bottom:none;
}

.survey_review_modal_table>li>ul>li:first-child{
	width:410px;
	height:100%;
	background-color:#f8f8f8;
	text-indent: 53px;
	color:#666;
}

.survey_review_modal_table>li>ul>li:last-child{
	width:140px;
	background-color:#fff;
	display:flex;
}

.survey_review_modal_table>li>ul>li>img{
	width:20px;
	height:20px;
	cursor:pointer;
	margin:12px 3px 0 0;
}

.box1_stars1, .box1_stars_over1, .box2_stars1, .box2_stars_over1, .box3_stars1, .box3_stars_over1{
	padding-left:14px;
}

.survey_review_modal_texttable{
	width:550px;
	height:210px;
	border-top:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	margin:0 auto;
}

.survey_review_modal_texttable>li:first-child{
	width:100%;
	height:44px;
	background-color:#f8f8f8;
	border-bottom:1px solid #e5e5e5;
	margin:0 auto;
	font-size:16px;
	line-height:40px;
	text-align:center;
	color:#666;
}

.survey_review_modal_texttable>li>span{
	font-size:19px;
	color:#ffbb05;
}

.survey_review_modal_texttable>li>textarea{
	width:470px;
	height:125px;
	resize: none;
	border:none;
	font-size:16px;
	color:#666;
	padding: 20px 40px 20px 40px;
	outline: none;
}

.survey_review_modal_texttable>li>textarea::placeholder{
	color:#c9c9c9;
}

.survey_review_modal_button{
	width:300px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:25px;
}

.survey_review_modal_button1{
	width:145px;
	height:45px;
	background-color:#c9c9c9;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:45px;
	border:1px solid #c9c9c9;
	border-radius:4px;
	cursor:pointer;
}

.survey_review_modal_button2{
	width:145px;
	height:45px;
	background-color:#ffba00;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:45px;
	border:1px solid #ffba00;
	border-radius:4px;
	cursor:pointer;
}

/* 다중 주관식일 경우 */
.result_panelsur_exceldown{
	width:100%;
	height:212px;
}

.result_panelsur_exceldown>h2{
	width:724px;
	margin:0 auto;
	font-size:30px;
	color:#686868;
	padding:52px 0 0 0;
}

.result_panelsur_exceldown>h3{
	width:676px;
	height:37px;
	line-height:37px;
	margin:0 auto;
	display:flex;
	font-size:30px;
	color:#686868;
	margin-top:18px;
}

.result_panelsur_exceldown_box1{
	width:175px;
	height:37px;
	border:1px solid #ffba00;
	color:#ffba00;
	text-align:center;
	line-height:37px;
	font-size:24px;
	cursor:pointer;
	margin-right:6px;
	margin-left:15px;
}

.result_panelsur_exceldown_box2{
	width:70px;
	height:37px;
	border:1px solid #ffba00;
	color:#ffba00;
	text-align:center;
	line-height:37px;
	font-size:24px;
	cursor:pointer;
	margin-right:6px;
	margin-left:15px;
}



/**/

.sticalrequ_inquiry_tablebox_plus{
	height:75px;
	line-height:75px;
}

.sticalrequ_inquiry_tablebox_plus>li>div{
	margin-right:30px;
}

.sticalrequ_inquiry_tablebox_plus>li:last-child {
    display: flex;
    color: #b8b8b8;
	margin: 0 0 0 35px;
}

input[type="radio"]{
	width: 15px;
    height: 15px;
    border-radius: 4px;
    margin: 30px 7px 0 0;
    cursor: pointer;
}

input[type="checkbox"]{
	width: 15px;
    height: 15px;
    border-radius: 4px;
    margin: 11px 5px 0 15px;
    cursor: pointer;
}


/* 평가형 매트릭스 결과 그래프*/

.result_panelsur_grah1box>div{
	margin:47px 0 25px 71px;
}

.result_panelsur_grah1box>h2{
    font-size: 20px;
    color: #686868;
    font-weight: 400;
    text-indent: 130px;
	padding-bottom:10px;
}

.result_panelsur_grah1box>h3{
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    text-indent: 165px;
}

.result_panelsur_grah2box>div{
	/*margin:22px 0 0 73px;*/
	margin:47px 0 25px 71px;
}

.result_panelsur_grah2box>h2{
    font-size: 20px;
    color: #686868;
    font-weight: 400;
    text-indent: 130px;
	padding-bottom:10px;
}

.result_panelsur_grah2box>h3{
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    text-indent: 165px;
}

.result_panelsur_grah3box>div{
	/*margin:23px 0 0 54px;*/
	margin:47px 0 25px 71px;
}

.result_panelsur_grah3box>h2{
    font-size: 20px;
    color: #686868;
    font-weight: 400;
    text-indent: 130px;
	padding-bottom:10px;
}

.result_panelsur_grah3box>h3{
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    text-indent: 165px;
}

.result_panelsur_grah4box>div{
	/*margin:0 0 0 125px;*/
	margin:47px 0 25px 71px;
}

.result_panelsur_grah4box>h2{
    font-size: 20px;
    color: #686868;
    font-weight: 400;
    text-indent: 130px;
	padding-bottom:10px;
}

.result_panelsur_grah4box>h3{
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    text-indent: 165px;
}


/*나의 설문지 설문 종료버튼*/
.survey_stop_hover{
    color: #666 !important;
    background-color: #fff;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-weight: 100 !important;
    font-size: 17px !important;
    margin: 0 auto;
    margin-top: 45px;
    cursor: pointer;
    border: 1px solid #ffc528;
}

/* 설문중지 */

.survey_stop{
	color: #ffc528 !important;
    width: 90px;
    height: 35px;
    line-height: 35px;
	font-weight:100 !important;
    font-size: 17px !important;
    margin-top: 41px;
    margin-left: 10px;
    cursor: pointer;
	border:1px solid #ffc528;
	box-sizing:border-box;
}
.survey_stop:hover{
	background-color: #ffc528;
	color:#fff !important;
	font-weight:bold;

}
/*
    color: #fff;
    background-color: #ffc528;

*/

.proupgrade_modal, .myinfo_save_modall{
	display:none;
}

.mypage_first_pag_sulmontable_info1>a>span{
	color:#666;
}





.mysurvey_more_click_wrap { display: none; }







/* toast and loading */ 
div.loadimgWrap {display:none;position: fixed;top:0;left:0;width: 100%;height: 100%;z-index: 10000;background-color: #fff;opacity: 0.7;} 
img.loadimg{display:none;width:60px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%,-50%);} 
.toast{ 
    font-size:1.4rem;
	display:none;z-index:10000; width:auto;min-width:250px;height:20px;height:auto;position:fixed;top:50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%,-50%); 
	background-color: rgba(56, 56, 56, .9);color: #F0F0F0;padding:10px;text-align:center;border-radius: 2px; 
	-webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);-moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1); 
} 
