@import url("fontello/css/fontello.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);


/* common */

 :lang(ko) {
     font-family: 'Noto Sans KR', sans-serif;
 }

body {
	width: 100%;
	height: 100%;
	display: block;
}

#footer {
	background-color: #f7f7f7;
	width: 100%;
	height: 190px;
	display: block;
  position: relative;
  z-index: 999;
  /* margin-top: 100px; */
}

.sub-container {
  top: -155px;
  z-index: 999;
}
.sec-line {
  text-align: center;
  border-top: 1px solid #bacdf5;
}
.sec-line > span {
  position: relative;
  text-align: center;
  top: -20px;
  padding: 0 2%;
  background-color: #fff;
  color: #2357bf;
  font-size: 23px;
  font-weight: 600;
}
/* 서브메뉴 */
.maincon {
  display: inline-block;
}
.subcon {
  display: none;
}
.header-fix .maincon {
  display: none;
}
.header-fix .subcon {
  display: inline-block;
}



/* 로그인 */
.login-wrap{
   width: 343px;
   height: 512px;
   background: white;
   box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
   margin: auto;
   position: relative;
   z-index: 2;
}
.login-wrap>div{
   margin: auto;
   text-align: center;
}
.login-wrap img{
   margin-top: 81px;
   margin-bottom: 10px;
}


/* 메인 인트로 */
.intro {
	height: 800px;
	display: block;
	overflow-y: hidden;
	/* margin-top: 205px; */
}
/* .intro:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	height: 800px;
	z-index: 1;
} */
.intro-bg img {
	width: 100%;
}
.intro-bg .item > img {
  min-height: 830px;
  max-width: unset;
}
.intro-container {
	width: 100%;
	height: auto;
	position: absolute;
	top: 155px;
	z-index: 10;
  visibility: hidden;
}
.sub-container.pull .intro-container {
  top: 115px;
}
.introtitle {
	color: #fff;
	font-weight: 300;
	margin: 40px 0 0 0;
  text-align: center;
}
.introtitle p:first-of-type {
	font-size: 18px;
}
.introtitle p:last-of-type {
	font-size: 24px;
  font-weight: 400;
}
.introbox {
	width: 100%;
	margin: 3% auto;
  margin-top: 6%;
	height: 100%;
	display: inline-block;
}
.introbox div {
  width: 282px;
  height: 160px;
  display: inline-block;
  float: left;
  border: 1px solid #fff;
  margin: 0 9px;
  transition: all 0.3s;
}
.introbox div a {
  width: 100%;
  height: 100%;
  color: #080e1a;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 auto;
  display: inline-block;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
  background: #ffffffd9;
}
.introbox div a img {
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 5px;
  max-height: 52px;
}
.introbox div a:hover {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
  background-color: #2357BF;
  z-index: 9999;
  transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
}
.addz {
  z-index: 9999;
}
.introbox div.addz a > img {
  margin-top: 20px;
  margin-left: 170px;
  width: 16%;
}
.introbox div.addz a > p {
  font-size: 17px;
  text-align: left;
  padding-left: 20px;
}
.intro-link {
  display: none;
}
.introbox div.addz a > span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
  font-weight: 300;
}
.overcon {
  display: none;
}
.introbox div.addz a > img.overcon {
  display: inline-block;
}
.introbox div.addz a > img.defaultcon {
  display: none;
}
.intro-slide {
  /* background-color: rgba(16,16,16,0.6);
  background-color: #101010a8; */
  float: left;
  height: auto;
  /* margin-top: 1%; */
  width: 100%;
}
.intro-slide .slide-title {
  width: 100%;
  display: inline-block;
  /* float: left; */
  color: #fff;
  /* text-align: center; */
  margin: 0 auto;
}
.intro-slide .slide-title p:first-child {
	font-size: 22px;
  margin-bottom: 13px;
  font-weight: normal;
  width: 11%;
  display: inline-block;
}
.intro-slide .slide-title p:not(:first-of-type) {
  font-weight: 300;
  margin-bottom: 13px;
  font-size: 13px;
  width: 13%;
  display: inline-block;
}
.intro-slide .slide-title p i {
  font-size: 15px;
  color: #2357bf;
}
.intro-slide .intro-slick {
  width: auto;
  height: 68px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  /* float: left; */
  text-align: center;
  /* padding-left: 2%; */
  margin-top: 0;
  background-color: #fff;
}
.intro-slide .intro-slick .s-box {
  width: 70px;
  color: #000;
  background-color: #fff;
  text-align: center;
  margin-top: 8px;
  border-right: 2px dotted #e8e8e8;
  font-size: 13px;
  letter-spacing: -0.5px;
  display: inline-block;
}
.intro-slide .intro-slick .s-box.s13 {
  border-right: none;
}
.intro-slide .intro-slick .s-box >span {
  padding: 17px 0;
  display: inline-block;
  color: #2b2b2b;
}
.sbox-bottom {
  color: #f3f3f3;
  font-size: 13px;
  display: inline-block;
  width: 947px;
  margin: 2% 0;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1.5%;
}
.todayTxt{
  cursor: pointer;
}

/* pop css */
.pop {
	position: absolute;
	background-color: #e6e6e6;
  border: 1px solid gray;
	overflow: hidden;
}
/* .popTitle {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 27%;
	width: 100%;
}
.popTitle .titleText {
	background-color: #fff;
	color: #565656;
	font-size: 13px;
	font-weight: 500;
	padding: 1% 5%;
	text-align: center;
	width: 70%;
	border-radius: 17px;
	display: inline-block;
	margin-top: 20px;
} */
.popContent {
  width: 100%;
  display: inline-block;
}
.popContent p {
	/* width: 100%;
	display: inline-block;
	position: relative;
	text-align: left; */
}
.popContent img {
  width: 100%;
}
.popClose {
  float: right;
  text-align: right;
  width: 100%;
  display: inline-block;
  color: #565656;
  font-size: 12px;
  font-weight: 500;
  padding-right: 10px;
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.popClose>input,
.popClose>span,
.popClose>button {
  vertical-align: middle;
}
.popClose button {
	background: none;
	border: none;
	font-size: 14px;
}
.cancelPop {
	display: none !important;
}
.ui-widget.ui-widget-content {
  z-index: 9999;
}
.mainpop tbody > tr > th {
  width: 150px;
  font-weight: 500;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px 8px;
}
.mainpop tbody > tr > td {
  font-size: 13px;
  vertical-align: middle;
  font-weight: 300;
  padding: 15px;
  padding-right: 0;
  max-height: 230px;
  overflow: auto;
  /* height: 230px; */
}
.business-service tbody tr > td > div {
  overflow-y: auto;
  max-height: 300px;
  height: 300px;
}
.notice-dialog:hover {
  cursor: pointer;
}
.se_viewArea a>img {
  width: 100%;
  max-width: 600px;
}
.section-3 {
  margin: 4% 0;
}
.section-4 {
  background-color: #f1f4f9;
  padding-top: 2%;
  margin: 1% 0;
}
.section-5 {
  margin: 60px 0;
}
.support-step {
  margin-bottom: 50px;
}
.support-step img {
  width: 100%;
  max-width: 1200px;
  margin-top: -20px;
}
.title-left {
  width: 20%;
  font-size: 20px;
  font-weight: 500;
  float: left;
  padding: 35px 0 0 30px;
}
.title-right {
  width: 75%;
  display: inline-block;
}
.title-right > hr {
  width: 120px;
  display: inline-block;
  border-top: 1px solid #707070;
  margin-left: 10px;
  margin-right: 10px;
}
.slick-prev:before,
.slick-next:before {
  color: #313131;
}
.listbox {
  width: 24.3%;
  margin: 20px 2px 30px 2px;
  height: 100%;
  min-height: 430px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #bcbcbc;
}
.listbox-top {
  width: 100%;
  height: 37px;
  /* background-color: #e3eff7; */
  color: #000;
  font-size: 13px;
  display: inline-block;
}
.listbox-top span:first-of-type {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  padding: 20px 0 20px 20px;
  margin-left: 2px;
}
.listbox-top span > i {
  font-size: 10px;
  color: gray;
}
.info-free {
  color: #fff;
  max-width: 50px;
  float: right;
  font-size: 12px;
  font-weight: 500;
  background-color: #4374c3;
  text-align: center;
  padding: 2px 10px;
  border-radius: 10px;
}
.study {
  background-color: #FF7700;
}
.listbox.selected {
  border: 1px solid #2357BF;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.listbox-padding {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.listbox-padding a {
  color: #0c0c0c;
}
.listbox-padding p:last-of-type {
  height: 34px;
}
.listbox-info {
  text-align: left;
  padding-left: 12px;
  margin: 10px 0;
  /* height: 35px; */
  font-weight: 600;
  font-size: 15px;
}
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  /* margin-right: -1em; */
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 2em;
  margin-top: 0.2em;
  background: white;
}

.listbox-img {
  text-align: center;
  width: 275px;
  height: 250px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  margin-bottom: 10px;
}
.listbox-img img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.listbox-detail {
  width: 100%;
  padding-left: 11px;
  margin: 0;
  display: block;
  text-align: left;
  font-size: 13px;
}
.listbox-detail > span {
  float: left;
  height: 100%;
  margin-right: 3px;
}
.listbox-day {
  width: 20%;
  float: right;
  background-color: #fff;
  text-align: center;
  border: 1px solid #2C373D;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 0px;
}
.listbox-fav {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #bfbfbf;
  padding-top: 10px;
}
.favorite,
.comm-cancel,
.listbox-count {
  width: 25%;
  max-width: 90px;
  display: inline-block;
  text-align: center;
  padding: 1%;
  height: 25px;
}
.favorite,
.listbox-count {
  float: left;
  color: #3D3D3D;
  font-size: 12px;
}


.new-commu {
  width: 20%;
  margin: 0 10px;
  height: 350px;
  border: 1px solid gray;
  display: inline-block;
}
article.service > div {
  width: 31.4%;
  display: inline-block;
}
.noti-tab {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}
.moreBtn {
  position: relative;
  float: right;
  background: #2357bf;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1px 13px;
  top: 8px;
}
.moreBtn:hover {
  background-color: #547fd4;
  color: #fff;
}
.table-box-wrap table thead th {
  background-color: #fff;
  font-size: 14px;
  height: 34.5px;
}
.table-box-wrap .mainnoti-tbl tr td {
  padding: 7px 8px;
  border: none;
}
.table-box-wrap table tbody tr {
  border: none;
}
div#market,
div#rnd {
  width: 100%;
}
div.service-right {
  float: right;
}
.nav-tabs>li>a {
  padding: 9px 25px;
  font-size: 14px;
  background-color: #f7f7f7;
  color: #707070;
  border-radius: 0;
  border: 1px solid #c3c3c3;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #0898b1;
  border-radius: 0 10px 0 0;
  border: 1px solid #0898b1;
}
.nav-tabs>li.active {
  z-index: 10;
}
.nav-tabs>li:last-of-type {
  margin-left: -9px;
  z-index: 1;
}



/* 메인 서브페이지 */
a.servlink {
    background-color: #e6f3ff;
    border: 1px solid #d1e9ff;
    transition: all 0.3s;
}
a.servlink:hover {
  background-color: #f7f7f7;
  transition: all 0.3s;
}
.main-icon {
  width: 18px;
  margin-right: 7px;
  vertical-align: bottom;
}

.helpdesk {
  border-top: 1px solid #eaeaea;
  margin: 3% 0;
  height: 150px;
  display: block;
  padding: 3%;
  position: relative;
}
.helpdesk .help-left {
	float: left;
}
.helpdesk .help-right {
	float: right;
}
.help-left p:first-child {
	font-size: 22px;
}
.help-left p:first-child span {
	color: #2357bf;
}
.help-left p:last-child {
	font-size: 18px;
	color: #717171;
}
.help-right a {
  background-color: #2357bf;
  border: 1px solid #2357bf;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding-top: 26px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 300;
  margin: 0 2px;
  transition: all 0.3s;
  vertical-align: top;
}
.help-right a:hover {
	text-decoration: none;
	transition: all 0.3s;
	color: #2357bf;
	background-color: #fff;
	border: 1px solid #2357bf;
  cursor: pointer;
}

/* 헬프데스크 1:1 문의 */
.help-pop {
  width: 958px !important;
  height: 600px;
  margin: 180px auto !important;
}
.help-pop .modal-content {
  height: 100%;
}
.mailform-table {
  width: 100%;
  height: 100%;
}
.mailform-table tr {
  border-bottom: 1px solid #707070;
  height: 50px;
}
.mailform-table tr:last-of-type {
  border: none;
}
.mailform-table tr th {
  text-align: center;
  color: #484848;
  font-size: 15px;
  border-right: 1px solid #707070;
}
.mailform-table tr td input {
  height: 36px;
  margin-left: 10.5px;
  border: 1px solid #b1b1b1;
}
.mailform-table tr td textarea {
  width: 100%;
  max-height: 217px;
  margin-top: 10px;
}




/* 메뉴 토글 */
#t1 {
	display: none;
}

/* progress modal */
.progress-bar.animate {
   width: 100%;
}
.js-loading-bar{
  top: 290px;
}
.progress{
  margin-top: 12px;
  margin-bottom: 10px;
}
.modal-backdrop.in {
    opacity: 0 !important;
}

@media all and (max-width:1440px) {

}
/* 미디어쿼리 ~1200px */
@media all and (max-width:1200px) {

  .introbox div {
    width: 23%;
  }
  .intro-slide .intro-slick .s-box {
    width: 60px;
  }

  .intro-slide .slide-title p:not(:first-of-type) {
    width: 19%;
  }
  .intro-slide .intro-slick.w80p
  {
    width: auto !important;
  }
}

/* 미디어쿼리 ~1024px */
@media all and (max-width:1024px) {

  .intro-bg {
    /* height: 900px;
    overflow: hidden;
    display: block; */
  }
  .slide {
    /* height: 900px; */
  }
  .intro {
    margin-top: 0;
  }
  .intro:after {
    height: 600px;
  }
  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    min-height: 50%;
    width: auto;
    height: 900px !important;
    line-height: 1 !important;
    max-width: initial !important;
  }
  .introtitle p:first-of-type {
    font-size: 16px;
  }
  .introtitle p:last-of-type {
    font-size: 24px;
  }
  .introbox div {
    width: 23%;
    height: 170px;
  }
  .introbox div a {
    font-size: 16px;
  }
  .introbox div a img {
    margin-top: 15%;
  }
  .intro-slide .slide-title {
    width: 100%;
  }
  .intro-slide .slide-title p:first-child {
    /* font-size: 20px; */
    /* width: 17%; */
  }
  .intro-slide .slide-title p:not(:first-of-type) {
    /* width: 22%; */
  }
  /* .intro-slide .slide-title p:last-child {
    font-size: 13px;
  } */
  .intro-slide .intro-slick .s-box {
    font-size: 13px;
    height: 55px;
  }
  .intro-slide .intro-slick {
    width: 66%;
  }
  .intro-slide .intro-slick .s-box >span {
    padding: 10px 0;
  }
  .sbox-bottom {
    /* color: #f3f3f3; */
    font-size: 13px;
    margin-top: 8px;
    font-weight: normal;
  }



}



/* 태블릿이하 ~ 대화면 폰 */
@media all and (max-width:768px) {

  .mobile-side {
    height: 100%;
    width: 200px;
    background: #f3f3f3;
    position: fixed;
    display: block;
    top: 235px;
    left: -200px;
    z-index: 1001;
    text-align: left;
    transition: transform 0.5s ease;
  }

  .intro-bg {
    height: 950px;
    margin-top: 0;
  }
  .slide {
    height: 950px;
  }
  .intro, .intro:after {height: 950px;}
  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    margin-left: -60%;
  }
  .introtitle {
    margin: 70px 0 20px 0;
  }
  .introbox {
    margin-top: 4%;
    margin-bottom: 9%;
  }
  .introbox div {
    height: 180px;
    width: 22%;
    margin: 10px;
  }
  .introbox div a img {
    width: 55px;
    margin-bottom: 16px;
    margin-top: 19%;
  }
  .introbox div a {
    font-size: 15px;
  }

  .intro-slide {
    padding-top: 2%;
    padding-bottom: 6%;
  }
  .intro-slide .slide-title {
    width: 100%;
    vertical-align: top;
  }
  .intro-slide .slide-title p:not(:first-of-type) {
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 12px;
    width: auto;
  }
  .intro-slide .slide-title p:first-child {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  /* .intro-slide .slide-title p:last-child {
    display: inline-block;
    margin-left: 3%;
  } */
  .intro-slide .intro-slick {
    width: 100% !important;
    height: 55px;
  }
  .intro-slide .intro-slick .s-box {
    width: 47px;
    height: 42px;
    font-size: 10px;
  }
  .intro-slide .intro-slick .s-box >span {
    /* padding-top: 5px; */
  }
  .sbox-bottom {
    width: 100% !important;
    margin-top: 35px;
  }
  .mainnoti-tbl {
    max-height: 262px;
    min-height: 262px;
  }

  .tech-table colgroup col:first-of-type,
  .table-box-wrap table thead th:first-of-type {
    width: 10%;
  }
  .tech-table colgroup col:nth-of-type(2),
  .table-box-wrap table thead th:nth-of-type(2) {
    width: 15%;
  }
  /* .table-box-wrap table thead th:nth-of-type(3),
  .table-box-wrap table thead th:nth-of-type(3) {
    text-align: center;
    width: 13%;
  } */
  /* .table-box-wrap table thead th:nth-of-type(4) {
    width: 35%;
    text-align: center;
  } */
  /* .table-box-wrap table thead th:last-of-type {
    width: 30%;
  } */
  .table-box-wrap table thead th {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    padding: 0 2px;
  }
  .table-box-wrap table td {
    font-size: 12px;
    padding: 4px !important;
  }
  .helpdesk {
    padding-top: 6%;
  }



}




@media all and (max-width:460px) {
  .intro-bg,
  .intro, .intro:after {
    height: 900px;
  }

  .intro-slide .intro-slick {
    padding-left: 10px;
    margin-top: 0;
    height: auto;
    text-align: left;
    background-color: transparent;
    width: 100% !important;
  }
  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    margin-left: -150%;
  }
  .intro-slide .intro-slick .s-box {
    border: 1px solid #969696;
    padding-top: 0;
    margin-top: 2px;
    width: 45px;
    height: 36px;
    display: inline-table;
    vertical-align: top;
    position: relative;
  }
  .intro-slide .intro-slick .s-box >span {
    font-size: 10px;
    font-weight: 300;
    vertical-align: sub;
    letter-spacing: -1.8px;
  }
  .introbox div {
    width: 43.8%;
    height: 120px;
  }
  .introbox div a {
      font-size: 14px;
  }
  .introbox div a img {
    margin-top: 9%;
  }
  .introtitle p:first-of-type {
    font-size: 13px;
  }
  .introtitle p:last-of-type {
    font-size: 18px;
  }
  .intro-slide {
    height: 185px;
  }
  .introbox div.addz a > img {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .introbox div.addz a > p {
    font-size: 15px;
    padding-left: 10px;
  }
  .introbox div.addz a > span {
    font-size: 10px;
    padding-left: 10px;
  }


  .table-box-wrap table thead th {
    font-size: 12px;
    padding: 3px;
    vertical-align: middle;
  }
  .table-box-wrap table td {
    font-size: 11px;
  }
  .tech-table colgroup col:nth-of-type(2), .table-box-wrap table thead th:nth-of-type(2) {
    width: 21%;
  }
  .helpdesk {
    text-align: center;
  }
  .help-left p:first-child {
    font-size: 21px;
  }
  .help-left p:last-child {
    font-size: 14px;
  }
  .helpdesk .help-right {
    float: right;
    margin: 5% 0;
    height: 100px;
    width: 100%;
    text-align: center;
  }
  .intro-slide .slide-title {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: left !important;
  }
  .intro-slide .slide-title p:first-child {
    font-size: 15px;
    width: 100%;
  }
  .intro-slide .slide-title p:not(:first-of-type) {
    margin-bottom: 5px;
    font-size: 11px;
    width: auto;
  }
  .intro-slide .slide-title p i {
    float: left;
    font-size: 12px;
  }
  .sbox-bottom {
    font-size: 11px;
  }
  .ui-widget.ui-widget-content {
    width: 100% !important;
  }
  /* .table-box-wrap table thead th:nth-of-type(3),
  .table-box-wrap table thead th:nth-of-type(3) {
    width: 15%;
  } */
}

@media all and (max-width:375px) {

  .intro-slide .slide-title p:last-child {
    margin-bottom: 3px;
  }
  .intro-slide .intro-slick .s-box {
    width: 39px;
    height: 40px;
    padding-top: 4px;
    margin-top: 2px;
  }




}


/* 저해상도 */
@media all and (max-width:320px) {


  .introtitle p:last-of-type {
    font-size: 21px;
  }
  .introbox div a img {
    margin-top: 7%;
  }
  .introtitle p:first-of-type {
    font-size: 11px;
  }
  .intro-slide .slide-title p:first-child {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .intro-slide .slide-title p:last-child {
    margin-bottom: 0;
    font-size: 12px;
  }
  .intro-slide .intro-slick .s-box {
    border: 2px solid;
    margin: 3px 0;
  }


  .help-left p:first-child {
    font-size: 20px;
  }
  .help-left p:last-child {
    font-size: 14px;
  }


}
