
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align: baseline;*/ }

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }


.snb__inner { width:1200px; margin:0 auto;   }
.sub_conwrap {  width:1200px; margin:0 auto; }

/* header */
#header {
  position: relative;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1000; }

 /* #header.fixed {
    position: fixed;
    top: -38px;
    top: 0 !important; }*/

  #header .header-top {
    width: 100%;
    background-color: #f1f1f1; }
  #header .header-bottom {
	width:1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; }
    #header .header-bottom:after {
      content: '';
      display: block;
      clear: both; }
  #header .logo {
    position: absolute;
    top: 50%;
    left: 320px;
    z-index: 1;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .logo a {
      display: block;
      width: 100%; }
#header .top_tel {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
	letter-spacing: -0.015em;
    line-height: 104px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
	color: #2f3192;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .logo a {
      display: block;
      width: 100%; }



/* web gnb_new */
#header .w-lang {
  overflow: hidden;
  float: right;
  padding: 32px 0; }
  #header .w-lang dd {
    float: left;
    margin-left: 8px; }
    #header .w-lang dd a {
      position: relative;
      display: block;
      font-size: 13px;
      font-weight: 800;
      color: #fff; }

html[lang="ko"] #header .w-lang dd.lang.ko a:after,
html[lang="en"] #header .w-lang dd.lang.en a:after,
html[lang="zh"] #header .w-lang dd.lang.zh a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -3px; }

#header .w-lang dd a img {
  border: 1px solid #cecece; }

@media (min-width: 1px) {
  #header {
    /* max-height:84px; */ }
    #header .m-gnb_new-bg,
    #header .m-lang,
    #header .m-menu-btn {
      display: none; }
    #header .gnb_new {
      position: relative;
      right: 0 !important;
      display: inline-block;
	 float:right;
      width: auto;
	  /*border:1px solid #000;*/
      vertical-align: top;
      text-align: left; }
      #header .gnb_new > ul {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 0; }
        #header .gnb_new > ul > li {
          position: relative;
          display: inline-block;
          vertical-align: top; }
	#header .gnb_new > ul > li > span {
          position: relative;
           display: block;
		padding: 0 32px;
		letter-spacing: -0.015em;
            line-height: 104px;
		 font-size: 20px;
		font-weight: bold;
		font-family: "Noto Sans KR", sans-serif;
			color: #2f3192;}
          #header .gnb_new > ul > li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 16px;
            background-color: #e1e1e1;
            top: 50%;
            left: 0;
            margin-top: -8px;
            -webkit-transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg); }
          #header .gnb_new > ul > li:first-of-type:before {
            display: none; }
          #header .gnb_new > ul > li > a {
            position: relative;
            display: block;
            padding: 0 32px;
            letter-spacing: -0.015em;
            line-height: 104px;
            color: #3a3d4a;
            font-weight: 500;
            font-size: 20px;
			      font-family: "Noto Sans KR", sans-serif;
			 }
            #header .gnb_new > ul > li > a.current {
              color: #209ed5; }
          #header .gnb_new > ul > li:hover > a {
            color: #004c99; }
      #header .gnb_new .depth2 {
        display: none;
        position: absolute;
        top: calc(104px - 5px);
        left: 50%;
        z-index: 0;
        margin-left: -100px;
        width: 200px;
        height: 0;
        border-top: 5px solid #209ed5;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        transition: 0.3s;
        opacity: 0; }
        #header .gnb_new .depth2 li {
          position: relative;
          transition: 0.3s;
          border-top: 1px solid rgba(51, 51, 51, 0.7); }
        #header .gnb_new .depth2 a {
          position: relative;
          display: block;
          padding: 12px 10px;
          font-size: 14px;
          line-height: 20px;
          color: #fff;
          letter-spacing: -1px;
          text-transform: uppercase;
          word-break: keep-all;
          font-weight: 400; }
          #header .gnb_new .depth2 a:hover {
            color: #fff; }
        #header .gnb_new .depth2 li.in > a {
          padding-left: 20px;
          padding-right: 20px; }
          #header .gnb_new .depth2 li.in > a:after {
            position: absolute;
            font-family: 'FontAwesome';
            content: "\f054";
            font-size: 10px;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: rgba(255, 255, 255, 0.8); }
        #header .gnb_new .depth2 li:hover {
          background: #000;
          transition: 0.3s; }
          #header .gnb_new .depth2 li:hover.in > a:after {
            color: rgba(255, 255, 255, 0.8); }
        #header .gnb_new .depth2 ul {
          position: absolute;
          display: none;
          width: 100%;
          top: -1px;
          left: 100%;
          background: rgba(6, 6, 6, 0.7); }
          #header .gnb_new .depth2 ul li {
            border-top: 1px solid rgba(76, 76, 76, 0.7); }
            #header .gnb_new .depth2 ul li:hover {
              background: #000; }
            #header .gnb_new .depth2 ul li a {
              color: #fff; }
              #header .gnb_new .depth2 ul li a:hover {
                color: #fff; }
        #header .gnb_new .depth2 > li:hover ul {
          display: block; }
      #header .gnb_new > ul > li:hover .depth2 {
        display: block;
        z-index: 9999;
        height: auto;
        opacity: 1; }
  .btn-all-menu {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cecece;
    margin-left: 487px;
    cursor: pointer; }
    .btn-all-menu span {
      position: absolute;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 2px;
      background: #ababab; }
      .btn-all-menu span:nth-child(1) {
        top: 5px; }
      .btn-all-menu span:nth-child(2) {
        top: 50%;
        margin-top: -1px; }
      .btn-all-menu span:nth-child(3) {
        bottom: 5px; }
  .all-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
    .all-menu-wrap > ul {
      position: absolute;
      top: 60px;
      left: 50%;
      transform: translateX(-50%);
      padding: 30px 30px 50px;
      width: 960px;
      background: #fff;
      font-size: 0; }
      .all-menu-wrap > ul > li {
        display: inline-block;
        padding: 0 30px;
        width: 33.33333333333333%;
        vertical-align: top; }
        .all-menu-wrap > ul > li > a {
          display: block;
          margin-top: 20px;
          padding: 10px;
          border-bottom: 1px solid #222;
          font-size: 22px;
          line-height: 1.3;
          color: #222; }
        .all-menu-wrap > ul > li li a {
          display: block;
          padding: 10px;
          border-bottom: 1px solid #ddd;
          font-weight: 300;
          font-size: 18px;
          line-height: 1.3; }
    .all-menu-wrap p {
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: 424px;
      cursor: pointer; }
      .all-menu-wrap p span {
        display: block;
        margin-top: 5px;
        font-size: 0;
        width: 30px;
        height: 30px; }
        .all-menu-wrap p span:before {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          transform: rotate(-45deg); }
        .all-menu-wrap p span:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #666;
          transform: rotate(45deg); }

  #header .w-lang dd a:hover {
    color: rgba(255, 255, 255, 0.7); }
  #headerSitemap {
    position: absolute;
    background-color: rgba(42, 44, 54, 0.9);
    width: 100%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: top;
    -webkit-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    top: 104px; }
    #headerSitemap.on {
      -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
      transform: rotateX(0);
      opacity: 1; }
    #headerSitemap > ul {
      display: flex;
      max-width: 1440px;
      padding: 0 20px;
      margin: 0 auto; }
      #headerSitemap > ul > li {
        width: 100%;
        text-align: center;
        border-left: 1px solid rgba(205, 208, 215, 0.3);
        padding: 35px 20px;
        font-size: 16px; }
        #headerSitemap > ul > li:last-child {
          border-right: 1px solid rgba(205, 208, 215, 0.3); }
        #headerSitemap > ul > li > a {
          display: block;
          color: #fff;
          -webkit-transition: none;
          -ms-transition: none;
          transition: none; }
          #headerSitemap > ul > li > a:hover {
            color: #fff; }
        #headerSitemap > ul > li > .depth2 {
          display: inline-block;
          text-align: left;
          margin-top: 15px; }
          #headerSitemap > ul > li > .depth2 li {
            margin-bottom: 10px; }
            #headerSitemap > ul > li > .depth2 li:last-child {
              margin-bottom: 0; }
            #headerSitemap > ul > li > .depth2 li a {
              color: #c0c2d2;
              -webkit-transition: none;
              -ms-transition: none;
              transition: none; }
            #headerSitemap > ul > li > .depth2 li.in ul {
              padding: 10px;
              font-size: 14px; }
              #headerSitemap > ul > li > .depth2 li.in ul li a {
                color: #c0c2d2; }
                #headerSitemap > ul > li > .depth2 li.in ul li a:before {
                  content: "- "; }
        #headerSitemap > ul > li:hover > a {
          /* color: $color-base-hover; */ }
        #headerSitemap > ul > li > .depth2 > li > a:hover {
          color: #fff;
          text-decoration: underline; }
        #headerSitemap > ul > li > .depth2 .depth3 li a:hover {
          color: #fff;
          text-decoration: underline; } }




/* 서브 비주얼 */

#contents {
  position: relative;
  width: 100%; }


.sub-visual {
  display: table;
  width: 100%;
  padding-top: 0px;
  height: 326px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom center;
  background-size: 100% 100%; }
  .sub-visual.sub01 {
    background-image: url("/images/bg_sub_visual_00.jpg"); }
  .sub-visual.sub02 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_02.jpg"); }
  .sub-visual.sub03 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_03.jpg"); }
  .sub-visual.sub04 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_04.jpg"); }
  .sub-visual.sub05 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_05.jpg"); }
  .sub-visual.sub06 {
    background-image: url("/html/_skin/img/sub/bg_sub_visual_06.jpg"); }
  .sub-visual > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 10px;
    color: #f3fbff;
    font-weight: 300; }
  .sub-visual h2 {
    letter-spacing: -0.05em;
    font-weight: 300;
    font-size: 45px;
    font-size: 2.8125rem; }
  .sub-visual .sub-visual__desc {
    margin-top: 1rem;
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 14px;
    font-size: 0.875rem; }


/* 서브네비 */
.location-wrap a.outLink .fa {
  margin-left: 0.5rem; }

.location-wrap {
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif; }
  .location-wrap ul.location-ul {
    margin: -20px auto 0;
    font-size: 0;
    line-height: 0;
    background-color: #209ed5;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .location-wrap ul.location-ul > li {
      position: relative;
      display: inline-block;
      margin-right: -1px;
      vertical-align: top; }
      .location-wrap ul.location-ul > li:before {
        position: absolute;
        top: 50%;
        right: 15px;
        content: "";
        width: 13px;
        height: 7px;
        background: url("/html/_skin/img/sub/icon_location_down_arrow.png") no-repeat center;
        margin-top: -3.5px;
        pointer-events: none; }
      .location-wrap ul.location-ul > li.location-home a {
        display: flex;
        padding: 0;
        min-width: 65px;
        height: 65px;
        text-align: center;
        border-left: 0;
        background-color: #fff;
        align-items: center;
        justify-content: center; }
      .location-wrap ul.location-ul > li.location-home:before {
        display: none; }
  .location-wrap li a {
    display: block;
    padding: 0 40px 0 20px;
    min-width: 170px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 0 1px;
    line-height: 60px;
    word-break: keep-all;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
    .location-wrap li a > span {
      display: inline-block;
      vertical-align: middle;
      padding: 7px 0;
      line-height: 1.25; }
    .location-wrap li a:hover {
      text-decoration: none; }
  .location-wrap ul.location-ul > li.on > a,
  .location-wrap ul.location-ul > li:last-child > a {
    background: #209ed5; }
  .location-wrap .location-depth2 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 0;
    background-color: #fff; }
    .location-wrap .location-depth2 a {
      padding: 15px 20px;
      border: 0;
      background: transparent;
      line-height: 17px;
      color: #333; }

	 .location-wrap .location-depth2 li {
     color: #000 !important; border-bottom:5px solid #fff; }

    .location-wrap .location-depth2 li:hover {
      color: #209ed5 !important; border-bottom:5px solid #209ed5; }
	   .location-wrap .location-depth2 a:hover { color: #209ed5 !important;     }



/* 2depth */


@media (min-width: 1px) {
  .location-wrap {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1; }
    .location-wrap ul.location-ul {
      background-color: #fff;
      box-shadow: none; }
      .location-wrap ul.location-ul li.location-drop2 > a,
      .location-wrap ul.location-ul li.location-home,
      .location-wrap ul.location-ul li:not(.location-drop2) {
        display: none; }
      .location-wrap ul.location-ul li.location-drop2 {
        width: 100%;
        margin-right: 0; }
      .location-wrap ul.location-ul li.location-drop2 .location-depth2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex !important;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border: 0;
        background: transparent; }
      .location-wrap ul.location-ul li.location-drop2 > ul > li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #e1e1e1; }
        .location-wrap ul.location-ul li.location-drop2 > ul > li:first-of-type {
          border-left: 1px solid #e1e1e1; }
        .location-wrap ul.location-ul li.location-drop2 > ul > li > a {
          position: relative; }
          .location-wrap ul.location-ul li.location-drop2 > ul > li > a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 4px;
            background-color: transparent; }
          .location-wrap ul.location-ul li.location-drop2 > ul > li > a:active {
            color: #5c98cb; }
            .location-wrap ul.location-ul li.location-drop2 > ul > li > a:active:after {
              bottom: 0;
              background-color: #5c98cb; }
        .location-wrap ul.location-ul li.location-drop2 > ul > li.on a {
          color: #209ed5;
          font-weight: 500; }
          .location-wrap ul.location-ul li.location-drop2 > ul > li.on a:after {
            background-color: #209ed5; }
      .location-wrap ul.location-ul li.location-drop2 > ul > li a {
        width: 100%;
        padding: 1.75rem 1rem 1.61rem;
        border-bottom: 0;
        text-align: center;
        font-size: 1.125rem; } }


/*
	sub layout
*/
#subWrap {
  position: relative;
  overflow: hidden;
  min-width:1200px;
  min-height: 310px;
  margin: 0 auto; }


.subCommon--fc {
  text-align: center; }

.subCommon--fc h2 {
  position: relative;
  display: inline-block;
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding: 0 3rem;
  color: #111;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem; }
  .subCommon--fc h2:after, .subCommon--fc h2:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    margin-top: 0.15em;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/html/_skin/img/sub/ico_subComm_tit.svg"); }
  .subCommon--fc h2:before {
    left: 0; }
  .subCommon--fc h2:after {
    right: 0; }






/* footer */
#footer {
  position: relative;
	 height: 100px; 
  background: #fff;
  border-top: 1px solid #f0f2f4;
	margin: 0 auto; 
}
#footer .copy_wrap{position: relative; width: 1400px; height: 80px; margin: 0 auto; padding:30px 0 50px 0;  }
#footer .copy_logo{float:left; }
#footer .copy_txt{float:left;  margin-left:50px;  }
  #footer .footer-bottom {
    position: relative;
    margin: 0 auto;
    padding: 40px 60px 60px;
    font-size: 0; }
    #footer .footer-bottom p {
      display: inline-block;
      margin-right: 50px;
      vertical-align: middle; }
    #footer .footer-bottom address {
      display: inline-block;
      width: 100%;
      line-height: 1.3;
      vertical-align: middle;
      color: #666;
      font-weight: 300;
      font-size: 15px;
      font-size: 0.9375rem; }
      #footer .footer-bottom address .addr-dfn {
        display: inline-block;
        vertical-align: top;
        padding: 0 2.5rem; }
        #footer .footer-bottom address .addr-dfn > dt,
        #footer .footer-bottom address .addr-dfn dd {
          display: inline-block;
          vertical-align: top; }
        #footer .footer-bottom address .addr-dfn > dt {
          color: #333;
          font-weight: 600;
          margin-right: 0.25rem; }
      #footer .footer-bottom address span {
        display: block;
        margin-bottom: 7px;
        font-weight: 400;
        word-break: keep-all;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5; }





.top-btn {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: transparent;
  font-size: 14px;
  line-height: 54px;
  color: #209ed5;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  -o-transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  -moz-transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  transition: 0.2s bottom ease-in-out, 0.4s background ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); }
  .top-btn.on {
    bottom: 30px;
    -webkit-animation-name: fc-wobble-vertical;
    animation-name: fc-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .top-btn.fixed {
    position: absolute;
    top: -25px;
    bottom: auto; }
  .top-btn .top-btn__txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
    text-align: center; }
    .top-btn .top-btn__txt:before {
      content: '';
      display: block;
      width: 100%;
      height: 18px;
      height: 1.125rem;
      margin-bottom: 0.25rem;
      background-image: url("/images/ico_btn_top.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      font-size: 0; }


/* 게시판 소스 */

h5{ color:#1567cb; font-weight:500;  font-size:16px; text-indent:0px; padding: 0px 0 0px;  }
h4{ color:#333333; font-weight:700;  font-size:22px; text-indent:10px; padding: 5px 0 10px;  }
.table_style {width:95%; border-collapse:separate; border-top:1px solid #0069b3; border-left:1px solid #ddd; border-spacing:0px;}
.table_style th {color:#333; text-align:center; padding:10px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f6f6f6}
.table_style th.last{border-right:none}
.table_style td {text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:9px;} 
.table_style td.last{border-right:none}
.table_style td.left {text-align:left; }
.table_style td.left_indent {text-align:center;  padding:9px 0px 9px 0px;}
.table_style td.num {background:#f9f9f9;}
.table_style td.yellowBg {background:#fffff3;}

.table_style2 {width:95%; border-collapse:separate; border-top:1px solid #0069b3; border-left:1px solid #ddd; border-spacing:0px;}
.table_style2 th {color:#333; text-align:center; padding:5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f6f6f6}
.table_style2 th.last{border-right:none}
.table_style2 td {text-align:center; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px;} 
.table_style2 td > div {text-align:left; } 
.table_style2 td.last{border-right:none}
.table_style2 td.left {text-align:center; }
.table_style2 td.left_indent {text-align:center;  padding:9px 0px 9px 0px;}
.table_style 2td.num {background:#f9f9f9;}
.table_style2 td.yellowBg {background:#fffff3;}

.table_style1 {width:97%; border-collapse:separate; border-top:0px solid #ddd; border-left:0px solid #ddd; border-spacing:0px;}
.table_style1 th {color:#37a3e7; font-size: 18px; font-weight: bold; text-align:center; padding:10px; border-bottom:0px solid #ddd; border-right:0px solid #ddd; }
.table_style1 th.last{border-right:none}
.table_style1 td {text-align:left;font-size: 14px;  border-right:0px solid #ddd; border-bottom:0px solid #ddd; padding:12px;} 
.table_style1 td.last{border-right:none}
.table_style1 td.left {text-align:left; }
.table_style1 td.left_indent {text-align:center;  padding:9px 0px 9px 0px;}
.table_style1 td.num {background:#f9f9f9;}
.table_style1 td.yellowBg {background:#fffff3;}

