@charset "utf-8";


.content{position:relative; overflow:hidden;width:1024px;margin:20px auto;background:#fff;padding-bottom:100px}



.fl { float: left!important }
.fr { float: right!important }
.fc { clear: both!important }

.tl { text-align: left!important }
.tr { text-align: right!important }
.tc { text-align: center!important }

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}

.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}

.mr10{margin-right:10px}
.mr20{margin-right:20px}

.ml20{margin-left:20px}
.ml50{margin-left:50px}
.ml80{margin-left:80px}

.fc1{color:#e00a25}
.fc2{color:#2362a4}

.bg_color1 {background: #666!important}

.tit1{font-size: 2rem; color: #000;font-family:'S-CoreDream-3Light', sans-serif; margin-bottom: 15px}
.tit2{font-size:1.6rem;color:#333;margin-bottom:10px; font-family:'S-CoreDream-3Light', sans-serif;}
.tit2:before{width:2.25rem;height:3.5px;display:block;content:"";background:#404040;margin-bottom:0.3rem}
.tit3{font-size:1.6rem;color:#7f4a00;margin-bottom:10px;font-weight:600;}
.tit4{display:block; margin-bottom:10px; position:relative; padding-left:18px;  font-size:1.25rem; color:#222;letter-spacing:-1px; font-weight:400; line-height:1.4em;background:url(/together/lang/images/form1/tit4_blit.gif) no-repeat 0 8px}
.tit5{display:block; margin-bottom:10px; position:relative; font-size:1.25rem; color:#222;letter-spacing:-1px; font-weight:400; line-height:1.4em;}

.boxWrap {margin-bottom: 50px}
.boxgray { background: #f5f5f5; margin: 6px 0 10px; padding:20px 25px; position: relative;border: 1px solid #ddd; overflow:hidden  }
.boxgray li p {margin: 5px 0 30px; text-align: right}
.boxgray li:last-child p {margin-bottom: 0}
.boxgray li li {margin-left: 15px; color: #555}
.boxgray .blist {margin: 0;}
.boxWrap dd{font-size:15px}

.wrap_info {border: 1px solid #ddd; min-height: 500px; margin: 20px 0; padding: 10px}
.top_info{border:1px solid #ddd;padding:15px;margin-bottom:20px}
.top_info dl dt{font-weight:600;color:#e00a25;font-size:1.25rem;margin-bottom:7px}

.btn_st {background: #e42949; display: inline-block; padding: 10px 25px; color: #fff; border-radius:5px; font-size: 16px;font-family:'S-CoreDream-3Light', sans-serif; border: 0;}

.btn_down{font-size:0.9rem;padding:0 20px;border:1px solid #e41c36;margin-top:5px;display:inline-block;background:#fff;color:#e41c36;line-height:38px}
.btn_down span{color:#e41c36 !important;margin-left:0 !important;display:inline-block !important;padding-right:25px;background:url(/together/lang/images/form1/icon_down.gif) no-repeat right center}



.blist{margin:0 0 20px 12px; color:#666;}
.blist li{background:url(/together/lang/images/form1/blist_icon1.gif) no-repeat 0 10px;padding-left:10px;margin-bottom:5px;line-height:1.3}
.blist li ul li {background:url(/together/lang/images/form1/blist_icon2.gif) no-repeat 0 10px; margin-left: 5px}
.blist li ol li, .blist li li li {background:none; margin-left: 0;}
ol.blist li {background:none; margin-left: 0;}
ol.blist li ul li {margin-left: 20px;}

.dtable {border-right: 1px solid #ccc; margin:5px 0; width:99.9%;}
.dtable tr:first-child{border-top: 2px solid #aaa;}
.dtable th { background: #eaeaea; border-bottom: 1px solid #ccc;border-left: 1px solid #ccc; color: #222;padding:10px 5px; text-align: center; vertical-align:middle;font-weight:600}
.dtable th.left{ text-align:left;padding: 8px 15px;}
.dtable tbody th{ background:#eef1f6; line-height:1.4em;} 
.dtable td { border-bottom: 1px solid #cfd0d2; padding: 8px 15px; border-left: 1px solid #ccc; text-align:center; line-height:1.5em;border-right: 1px solid #ccc; vertical-align:middle;word-break:keep-all; background: #fff;}
.dtable td.left{text-align:left}
.dtable td.right{text-align:right}

.tb_arrow								{ width:100%; border-collapse:collapse;}
.tb_arrow caption					{ display:block; overflow:hidden; width:0; height:0; position: absolute; left:-100%;}
.tb_arrow th							{ word-break:break-all; text-align:center; padding:5px; border:1px solid #dbdee6; border-collapse:collapse; background:#F7FAFD; color:#002f59;vertical-align:middle}
.tb_arrow td							{ word-break:break-all; text-align:center; padding:5px; border:0; border-collapse:collapse;vertical-align:middle}
.tb_arrow td	img					{ vertical-align:middle;}
.tb_arrow td	ul						{ padding:0 10px;}
.tb_arrow td	ul	li					{ background:url(/images/www/i-dot.jpg) no-repeat 2px 10px;padding-left:10px;}
.tb_arrow	.line_bt					{ border-bottom:1px solid #dbdee6;}
.tb_arrow	.line_rt					{ border-right:1px solid #dbdee6;}	
.tb_arrow	.line_lt					{ border-left:1px solid #dbdee6;}

td.brn{border-right:0 !important}
td.bln{border-left:0 !important}

@media all and (max-width:767px) {
   body {font-size: 14px}
  .tit1{font-size: 1.8rem;}
  .tit2{font-size: 1.4rem;}
  .tit3{font-size: 1.2rem;}
  
  .dtable th{padding: 10px 5px;} 
  .dtable td {padding: 8px 5px;}
  
  .top_info{padding:1rem}
  
  .over_box{overflow-x:auto;overflow-y:hidden;}
  .over_box table td, .over_box table th{ white-space:nowrap}
}

@media all and (max-width:480px) {
  .tit1{font-size: 1.4rem; margin-bottom: 20px}
  .tit2{font-size: 1.2rem;}
  .tit3{font-size: 1rem; margin-bottom: 5px}
  .tit4{font-size: 1.125rem;}
  .tit5{font-size: 1.125rem;}
  
  .boxgray {padding: 10px}
  
  .btn_st {padding: 10px 20px; font-size: 0.9rem}
  
  .blist li{line-height: 1.425rem}
}


/* 신청폼 */
input[type="checkbox"] {width: 20px; height: 20px; cursor: pointer; vertical-align: middle;}
input[type=text], input[type=password] {border: 1px solid #ddd; padding: 8px; height: 20px}
select {padding: 8px; height: 38px;border: 1px solid #ddd;}

.person_sel {text-align: right;margin-bottom: 10px}
.btn_sel {background: #666; display: inline-block; padding: 8px 15px; color: #fff; font-size: 14px; font-family:'S-CoreDream-3Light', sans-serif; border: 0;}

.infobox {border-top:2px solid #c62d4b; margin-bottom:50px;}
.infobox dl {border-bottom: 1px solid #ddd; padding: 20px 10px;}
.infobox dl:after{clear: both; display: block; content: ""}
.infobox dl dt {width: 200px; float: left;font-weight: 600;border-right: 1px solid #ddd; margin-right: 2%;padding: 6px 0;word-break:keep-all}
.infobox dl dd {width: calc(98% - 200px); float: left; line-height: 38px}
.infobox dl dd li {line-height: 25px; margin-top: 5px;}
.infobox dl dd li:first-child {margin-top: 0}
.infobox .depth2 dd {width: 30%;}
.infobox .depth2 dd.txt{width:100%}
.infobox .depth2 dd.txt span{margin-left:0}
.infobox .input_st1 dd ul li {width: 100%; line-height: 38px; margin-top: 10px;}
.infobox .input_st1 dd ul li:first-child {margin-top: 0}
.infobox .input_st1 dd ul li label {width: 13%; display: block; float: left}
.infobox .input_st1 dd ul li input {width: 31%;}
.infobox .input_st1 dd ul ul {padding-left: 13%}
.infobox .input_st1 dd ul ul li {margin-top: 5px;}
.infobox .input_st1 dd ul ul li input {width: 95%;}
.infobox .input_st1 dd .slash {margin: 0 0.5%;width: 1%;display: block;float: left;color: #444; text-align: center; line-height: 34px}
.infobox .input_st1 dd ul li:after{clear: both; display: block; content: ""}
.infobox .input_st2 dd ul li {width: 50%; float: left; margin: 5px 0;}

.infobox .input_st2 dd ul li input {width: 30%;}
.infobox .input_st2 dd ul li input[type="checkbox"] {width: 20px;}

.infobox .input_st2 dd ul li label {width: 50%; display: block; float: left}
.infobox .input_st2 dd ul .input_check {width: 100%; margin-top: 15px;}
.infobox .input_st2 dd ul .input_check p {width: 25%; float: left}
.infobox .input_st2 dd ul .input_check ul {padding-left: 25%;}
.infobox .input_st2 dd ul .input_check ul li {width: 25%; margin: 0}
.infobox .input_st2 dd ul .input_check input {float: left;}
.infobox .input_st2 dd ul .input_check label {width: calc(90% - 20px)}
.infobox .input_st2 dd ul .birthDate {line-height: 20px}
.infobox .input_st2 dd ul .birthDate span {display: block; margin: 0}
.infobox .input_st2 dd ul .input_date {width: 100%; margin-bottom: 15px;}
.infobox .input_st2 dd ul .input_date p {width: 25%; float: left}
.infobox .input_st2 dd ul .input_date ul {padding-left: 25%;}
.infobox .input_st2 dd ul .input_date ul li {width: 40%; margin: 0}
.infobox .input_st2 dd ul .input_date ul li:nth-child(2) {width: 10%;}
.infobox .input_st2 dd ul .input_date input {width: 20%; float: left;}
.infobox .input_st2 dd ul .input_date label {width: 70%}

.infobox dl dd ul li.input_number input {width: 14.5%;float: left}
.infobox dl dd ul li.input_number select {width: 14.5%;float: left}
.infobox .input_st2 dd ul:after{clear: both; display: block; content: ""}
.infobox .input_st2 dd ul li:after{clear: both; display: block; content: ""}

.infobox .common_sub dd {width: 80%}
.infobox .common_sub dd span {margin-right: 5px}
.infobox .common_sub dd:last-child, .infobox .work dd:last-child {width: 100%;padding-left: 20%;margin-top: 15px;}

.infobox dl .input_size1 {width: 100%}

.infobox .adddoc dd {width: 100%; padding-left: 20%; line-height: 25px; margin-bottom: 15px}
.infobox .adddoc dd:nth-of-type(1) {width: 80%; padding-left: 0}
.infobox .adddoc dd:last-child {margin-bottom: 0}
.infobox .adddoc dd:nth-of-type(2) span, .infobox .adddoc dd:nth-of-type(3) span {display: block;}

.infobox .number dd input {width: 25%}
.infobox .number dd select {width: 25%}

.infobox .address dd {width: 80%;}
.infobox .address dd:nth-of-type(1) input {width: 20%!important}
.infobox .address dd input {width: 95%}
.infobox .address dd:nth-of-type(2), .infobox .address dd:last-child {width: 100%; padding-left: 170px; margin-top: 10px;}

.infobox .address2 dd input {width: 95%}
.infobox .btn_address {width: 100px; padding: 8px; background: #eee; border: 1px solid #ddd; text-align: center; line-height: 20px}

.infobox dl dd span {color:#ee2f5b; margin-left: 20px}

.infobox .file dt {width: 23%; padding-right: 2%;}
.infobox .file dd {width: 74%!important; position: relative}
.infobox .file dd a.btn_down {position: absolute; right: 0; bottom: 0}
.infobox .file_st dd span {border: 1px solid #ddd; min-width: 200px; height: 33px; display: inline-block; vertical-align: middle; padding: 5px; margin: 0 5px 0 0; line-height: 22px; color: #666}
.infobox .file_st dd label {vertical-align: middle; padding: 5px 8px; background: #eee; border: 1px solid #ddd; text-align: center;}

.infobox textarea{border: 1px solid #ddd; padding: 8px; height: 20px;display:block;width:95%;height:100px}

.boxgray .bankinfo {width: 100%;}
.boxgray .bankinfo li {float: left; margin-top: 10px; width: 33.333%}
.boxgray .bankinfo li label {width: 70px; display: block; float: left}
.boxgray .bankinfo li input {width: calc(90% - 70px); float: left}
.boxgray .bankinfo:after{clear: both; display: block; content: ""}

.infobox.user dt{width:150px !important;}
.infobox.user dd{width:calc(98% - 150px) !important;}
.infobox.user .depth2 dd{width:calc(48% - 150px) !important;}

.infobox dd em{display:block;line-height:1.6;font-size:15px;color:#555;margin-top:10px}

@media all and (max-width:767px) {
  .infobox input[type=text], .infobox input[type=password] {width: 40%;}
  .infobox dl {border-bottom: 1px solid #ddd; padding: 15px 10px}
  .infobox dl dt {width: 100%!important; border-right: 0;  margin: 0; font-size: 1rem;}
  .infobox dl dd {width: 100%; line-height: 25px}
  .infobox .depth2 dd {width: 50%}
  .infobox .common_sub dd {padding-left: 0}
  .infobox .common_sub dd span {display: block; width: 20%; float: left; line-height: 38px;}
  .infobox .common_sub dd span:nth-of-type(2) {padding-left: 20px}
  .infobox .common_sub dd input {float: left; width: 60%; margin: 0; margin-bottom: 10px}
  .infobox .common_sub dd:last-child, .infobox .work dd:last-child {padding-left: 0;}
  .infobox .common_sub span:last-child {margin-top: 10px;}
  .infobox .adddoc dd {width: 100%; margin-bottom: 10px; padding-left: 0}
  .infobox dl dd span {display: block; margin-left: 0;}
  .infobox .file dd {width: 100%!important;}
  .infobox .file dd a.btn_down {line-height: 25px; padding: 0 10px}
  
  .infobox .address dd:nth-of-type(1) input {width: 30%!important}
  .infobox .address dd:nth-of-type(2), .infobox .address dd:last-child {padding-left: 0; margin-top: 5px}
  
  .infobox .input_st1 dd ul li input {width: 40%;}
  .infobox .input_st1 dd ul li label {width: 100%;}
  .infobox .input_st1 dd ul li.input_number input {width: 28%;}
  .infobox .input_st1 dd ul li.input_number select {width: 29%;}
  .infobox .input_st1 dd .slash {width: 2%;line-height: 30px}
  .infobox .input_st1 dd ul ul {padding-left: 0}
  .infobox .input_st2 dd ul li {width: 100%;}
  .infobox .input_st2 dd ul li input {width: 95%;}
  .infobox .input_st2 dd ul li label {width: 100%;}
  .infobox .input_st2 dd ul .input_check p {width: 100%; float: none;}
  .infobox .input_st2 dd ul .input_check ul {padding-left: 0;}
  .infobox .input_st2 dd ul .birthDate span{display: inline-block; margin-left: 5px}
  .infobox .input_st2 dd ul .input_date p {width: 100%; float: none;}
  .infobox .input_st2 dd ul .input_date ul {padding-left: 0;}
  .infobox .file_st dd span {width: 200px;overflow: hidden}
  .boxgray .bankinfo li {width: 100%; text-align: left}
  .boxgray .bankinfo li input {width: calc(95% - 70px)}

  .infobox.user dt{width:100% !important;}
.infobox.user dd{width:100% !important;}
.infobox.user .depth2 dd{width:100% !important;}
}

@media all and (max-width:480px) {
  input[type=text],  input[type=password] {width: 40%;}
  .infobox dd {margin-top: 5px;}
  .infobox .depth2 dd {width: 100%}
  .infobox .depth2 dd:last-child {margin-top: 5px;}
  .infobox dl dt {line-height: 20px;}
  .infobox .common_sub dd span {width: 35%;}
  .infobox .common_sub dd input {float: left; width: 55%; margin: 0; margin-bottom: 10px}
  input[type=text], input[type=password] {padding: 5px; height: 20px}
  .infobox select {padding: 0; height: 32px;}
  .infobox .btn_address {padding: 5px; line-height: 20px}
  
  .infobox .input_st1 dd ul li {margin-top: 5px;}
  .infobox .input_st1 dd ul li input {width: 95%;}
}



/* 신청완료 */
.box_complet {border: 1px solid #ddd; background:#f7f7f7; margin:0 auto 25px; text-align: center; width: 100%; padding: 65px 40px;}
.box_complet p {margin: auto; word-break: keep-all; font-size:1.2em;}
.box_complet p span {color: #d21a36; font-weight: 600;font-size: 1.5em;}

@media all and (max-width:767px)  {
  .box_complet {width: 100%}
}

caption, .hidden							{ display:none; position:absolute;  width:0; height:0; overflow:hidden; font-size:0; line-height:0;}

/*search*/
.headList												{ position:relative; float:left; width:100%; margin-bottom:10px;}
.headList	.bdTotal									{ width:auto; display:inline-block; line-height:40px; font-size:15px;}
.headList	.bdTotal	span							{ position:relative; margin-left:10px; padding-left:10px;}
.headList	.bdTotal	span	strong					{ color:#c62d4b; font-weight:400;}
.headList	.bdTotal	span:after						{ content:'';display:block; position:absolute; top:6px; left:0; width:1px; height:13px; background-color:#e0e0e0;}
.headList	.bdTotal	span:first-child				{ margin-left:0; padding-left:0;}
.headList	.bdTotal	span:first-child:after			{ display:none;}
.headList	.SearchInfo									{ float:right; width:auto;}
.headList	.SearchInfo	select							{ width:auto;}
.headList	.SearchInfo	input							{ width:250px;}
.headList	.SearchInfo	button							{ width:60px; height:40px; background-color:#38393B; color:#fff; margin-left:-3px; vertical-align:middle;}


/* faq */
.faq_list													{ position:relative; float:left; width:100%; margin-bottom:30px}
.faq_list:before											{ content:''; display:block; position:absolute; top:0; width:100%; height:1px; background-color:#33383E;}
.faq_list_item.faqActive .faqCtrl:after						{ -webkit-transform:rotate(-180deg) scale(0.8); -ms-transform:rotate(-180deg) scale(0.8); transform:rotate(-180deg) scale(0.8);}
.faq_list_state												{ position:absolute; top:16px; width:32px; height:32px; background-color:#fff; color:#c62d4b; border:0.7px solid #c62d4b; font-size:17px; font-weight:600; text-align:center; line-height:1.6; display:inline-block; border-radius:50%;}
.faq_list_tit												{ position:relative; width:100%; border-bottom:0.7px solid #e0e0e0; text-align:left; padding:18px 15px; cursor:pointer; display:block;}
.faq_list_tit .faqTit										{ padding-left:70px; padding-right:40px; color:#343434; line-height:1.7; font-weight:400; display:block; letter-spacing:-0.01em;}
.faq_list_tit .faqCtrl										{ display:inline-block; width:40px; height:40px; position:absolute; right:0px; top:12px; -webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.faq_list_tit .faqCtrl::after								{ display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; font-family:"dbfont"; content:"\e905"; font-size:14px; font-style:normal; text-align:center; line-height:2.8;  color:#ed4043; -webkit-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8); -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.faq_list_con_wrap											{ border-bottom:0.7px solid #e0e0e0; background-color:#fff; padding:18px 15px 23px 15px;}
.faq_list_con												{ position:relative; width:100%; display:inline-block;}
.faq_list_con:last-child									{ padding-bottom:0; margin-bottom:0; border-bottom:none;}
.faq_list_con .faq_list_state								{ position:absolute; left:0; top:0; background-color:#c62d4b; color:#fff;}
.faq_list_con .faq_list_con_txt								{ padding-left:70px; letter-spacing:-.01em; }
.faq_list_con .faq_list_con_txt	.adm_btn					{ position:relative; width:100%; margin-top:15px; display:inline-block;}
.faq_list_con .faq_list_con_txt	.adm_btn	button			{ font-size:14px; width:50px; height:27px; color:#343434; border-radius:.25em; background-color:#f4f6f8; border:0.7px solid #d4d4d4;}
.faq_list_con .faq_list_con_txt	.adm_btn	button:hover	{ background-color:#fff;}

@media all and (max-width:768px)	{
	.faq_list_tit												{ padding:2.5% 15px;}
	.faq_list_tit .faqTit										{ padding-left:8%; padding-right:4%;}
	.faq_list_con_wrap											{ padding:2.5% 15px 3% 15px;}
	.faq_list_con .faq_list_con_txt								{ padding-left:8%;}
	.faq_list_con .faq_list_con_txt	.adm_btn					{ margin-top:10px;}
	}
	
@media all and (max-width:460px)	{	
	.faq_list_tit,
	.faq_list_con_wrap						{ padding:3.5% 10px;}		
	.faq_list_state							{ width:28px; height:28px; font-size:15px; top:10px}
	.faq_list_tit .faqTit,					
	.faq_list_con .faq_list_con_txt			{ padding:0 7% 0 10%; line-height:1.4;}
	.faq_list_tit .faqCtrl					{ width:30px; height:30px;}
	.faq_list_tit .faqCtrl::after			{ top:-5px;}
}

/*paging*/
.paging							{ width:100%; text-align:center; margin-top:40px; }
.paging a						{ font-size:15px; display:inline-block; vertical-align:top; color:#747474; width:35px; height:35px; border:0.7px solid #e0e0e0; line-height:2.3;}
.paging a.this					{ font-size:15px; color:#282828; font-weight:400; border:0.7px solid #282828;}
.paging	.btn_prev				{ background:url(/images/form1/bbs-prev.png) center no-repeat;}
.paging .btn_start				{ background:url(/images/form1/bbs-prev-end.png) center no-repeat;}
.paging .btn_next				{ background:url(/images/form1/bbs-next.png) center no-repeat;}
.paging .btn_end				{ background:url(/images/form1/bbs-next-end.png) center no-repeat;}

/* process */
.process{width:100%;font-size:0px;overflow:hidden;display:table}
.process li{display:table-cell;width:15.5%;height:100px;border:1px solid #eaeaea;border-radius:5px;font-size:1rem;color:#555;background:#fafafa;vertical-align:middle;margin:0 0 20px 0;padding:0;text-align:center;}
.process li.arrow{width:40px;border:none;background:url(/images/form1/process_arrow.png) no-repeat center;}

.process2{width:100%;font-size:0px;overflow:hidden;}
.process2 li{display:table-cell;width:28%;height:auto;border:1px solid #eaeaea;border-radius:5px;font-size:1rem;color:#555;background:#fafafa;margin:0 0 20px 0;padding:10px 0;text-align:center;vertical-align:middle;line-height:1.5rem;word-break:keep-all}
.process2 li span{display:block;font-size:0.9rem;line-height:1.2rem;border-top:1px dashed #eaeaea;padding-top:5px;width:88%;margin:5px auto 0;}
.process2 li.arrow{width:40px !important;border:none;background:url(/images/form1/process_arrow.png) no-repeat center;}
.process2.step4 li{width:22%;}
.process2.step5 li{width:17.5%;}
.process2.step6 li{width:14.5%;}
.process2.step7 li{width:11.5%;}


@media all and (max-width:768px) {
  .process{display:block}
  .process li{width:100%;height:auto;;margin:0;display:block;padding:10px 0}
  .process li.arrow{display:block;width:100%;height:40px;margin:0 auto;transform:rotate(90deg)}
  .process2 li{width:100%;height:auto;margin:0;display:block;padding:10px 0}
  .process2 li.arrow{display:block;width:100%;height:40px;margin:0 auto;transform:rotate(90deg)}
  .process2.step4 li{width:100%;}
  .process2.step5 li{width:100%;}
  .process2.step6 li{width:100%;}
  .process2.step7 li{width:100%;}
}

/* alert */
.alert {border: 2px solid #e41c36; max-width: 400px; padding: 25px 30px; text-align: center;font-size: 16px; background: #fff; margin-top: 100px; position: absolute; left: calc(50% - 200px); z-index: 100; font-weight: 600; word-break: keep-all}
.alert .btn_st {margin-top: 20px; padding: 6px 20px;font-size: 14px;}

@media all and (max-width:480px) {
  .alert {width: 100%;left: 0}
}


span.es{display:inline-block !important;color:#e00a25;font-weight:600;padding-right:5px}
span.es1{display:inline-block;color:#fff;font-weight:600;padding-right:12px}