@charset "utf-8";


/* ******************** component ******************** */

/* input */ 
@import "../../component/input-style";

/* title-style */ 
@import "../../component/title-style.scss";

/* table */ 
@import "../../component/normal-table";

/* table */ 
@import "../../component/vertical-table.scss";


/* ******************** sub-common ******************** */ 

/* sub-banner */ 
@import "../common/_sub-banner";

/* sub-tab */ 
@import "../common/_sub-tab";

/* sub-cont */ 
@import "../common/_sub-cont";



/* ******************** RISE ******************** */

/* banner */ 
@import "./banner";
@import "./_sec-tab";
@import "./_rise-com";



.com-cont {
  .normal-table {
    &.normal-table-vertical {
      table {
        tbody {
          tr {
            th,
            td {
              &.align-center {
                text-align: center !important;
              }
            }
          }
        }
      }
    }
  }
  .img-wrap {
    text-align: center;
    img {
      max-width: 100%; 
    }
  }
}