.no_bg{
    background:transparent !important;
  }
  section .table_format .row .col.w_100 {
    width: 100%;
  }
  section .table_format .row .col.w_75 {
    width: 75%;
  }
  section .table_format .row .col.w_70 {
    width: 70%;
  }
  section .table_format .row .col.w_65 {
    width: 65%;
  }
  section .table_format .row .col.w_60 {
    width: 60%;
  }
  section .table_format .row .col.w_55 {
    width: 55%;
  }
  section .table_format .row .col.w_50 {
    width: 50%;
  }
  section .table_format .row .col.w_45 {
    width: 45%;
  }
  section .table_format .row .col.w_40 {
    width: 40%;
  }
  section .table_format .row .col.w_35 {
    width: 35%;
  }
  section .table_format .row .col.w_33 {
    width: 33%;
  }
  section .table_format .row .col.w_30 {
    width: 30%;
  }
  section .table_format .row .col.w_25 {
    width: 25%;
  }
  section .table_format .row .col.w_20 {
    width: 20%;
  }
  section .table_format .row .col.w_16 {
    width: 16%;
  }
  section .table_format .row .col.w_15 {
    width: 15%;
  }
  section .table_format .row .col.w_14 {
    width: 14%;
  }
  section .table_format .row .col.w_10 {
    width: 10%;
  }
  section .table_format .row .col:last-child {
    flex-grow: 1;
  }
  .bg_default_hover:hover{
    background:#ddd !important;
  }
  .default .check__line input[type="checkbox"]:checked + label:after,
  .bg_default{
    background-color:#0085FF !important;
  }
  .default .table_format.input .row.tbody .col:first-child span .require,
  .cl_default{
    color:#0085FF !important;
  }
  .default .table_format.input .row .col textarea:not([readonly]):focus,
  .default .table_format.input .row .col input:not([readonly])[type="password"]:focus,
  .default .table_format.input .row .col input:not([readonly])[type="text"]:focus {
      background: rgba(175, 186, 224,.1);
      border-color: #0085FF;
  }
  section .right {
    text-align: right;
  }
  section .table_format {}
  section .table_format .row {
    display: flex;
    border-bottom: 1px solid #C5C5C5;
  }
  
  section .table_format .row.border0 {
    border:0;
  }
  section .table_format .row:last-child {
    border-bottom: 1px solid #222;
  }
  section .table_format .row .col {
    position: relative;
    flex: auto;
    transition: background .3s ease;
    padding: 12px 20px;
    box-sizing: border-box;
  }
  
  
  section .table_format .row .col.dash {
    padding-left:30px;
  }
  
  section .table_format .row .col.center_border span{
    line-height: 3.3;
  }
  section .table_format .row .col.right_border{
    border-right:1px solid rgba(0,0,0,0.25);
  }
  section .table_format .row .col.center_border:after{
    content:"";
    width:100%;
    height:1px;
    background:rgba(0,0,0,0.25);
    display: block;
    position:absolute;
    top:50%;
    left:0;
  }
  section .table_format .row .col span {
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    color: #000;
    font-weight: 500 !important;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  section .table_format .row .col span.box-type1 {
    padding: 30px 40px;
  }
  section .table_format .row .col.blend>span {
    mix-blend-mode: multiply;
  }
  section .table_format.board .row .col>span {
    overflow: hidden;
    height: 25px;
  }
  section .table_format .row .col>span>a:not(.btn) {
    display: block;
    transition: color .3s ease;
    color: rgba(0, 0, 0, 0.65);
  }
  section .table_format .row .col>span.object {
    line-height: 0;
    height: auto;
  }
  section .table_format .row.thead {
    border-top: 3px solid #000;
    border-bottom: 1px solid #222;
  }
  section .table_format.board .row.thead {
    padding: 6px 0px;
  }
  section .table_format.board .row.thead .col {
    font-size: 15px;
  }
  section .table_format.board2 {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  section .table_format.board2 .row {
    border-bottom: 1px solid #E8E8E8;
  }
  section .table_format.board2 .row.no_border {
    border-bottom: 0px;
  }
  section .table_format.board2 .row.thead {
    padding: 10px 0px;
    background: #0085FF;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    border: 0px;
  }
  section .table_format.board2 .row:last-child {
    border: 0;
  }
  section .table_format.board2 .row .col {
    padding: 20px 10px;
  }
  section .table_format.board2 .row .col span {
    color: #383838;
    font-weight: 500;
    word-break: break-all;
  }
  
  section .table_format.board2 .row .col span a {
    word-break: break-all;
  }
  section .table_format.board2 .row.thead .col {
    color: #fff;
    font-weight: 500;
  }
  section .table_format.input .row .col:last-child {
    padding: 12px 10px;
  }
  section .table_format.type2 .row.tbody:first-child,
  section .table_format.input .row.tbody:first-child {
    border-top: 3px solid rgba(0, 0, 0, 0.5);
  }
  section .table_format.type1 .row.tbody .col:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.025);
  }
  section .table_format.type2 .row.tbody .col span {
    word-break: break-all;
    color: rgba(0, 0, 0, 1);
  }
  
  section .table_format.type2 .row.tbody .col span.keep-all {
    word-break: keep-all;
  }
  section .table_format.type2 .row.tbody .col:nth-of-type(2n-1) {
    background: rgba(0, 0, 0, 0.025);
  }
  section .table_format.type2 .row.tbody .col:first-child {
    position: relative;
    background: #009759;
  }
  section .table_format.type2.no-green .row.tbody .col:first-child {
    background: rgba(0, 0, 0, 0.025) !important;
  }
  section .table_format.type2 .row.tbody .col.total {
    position: relative;
    background: #666;
  }
  section .table_format.type2 .row.tbody .col.total span,
  section .table_format.type2 .row.tbody .col:first-child span {
    color: #fff ;
  }
  section .table_format.type2.no-green .row.tbody .col:first-child span {
    color: rgba(0, 0, 0, 1) !important;
  }
  
  section .table_format.type2 .row.tbody:first-child .col.total:after,
  section .table_format.type2 .row.tbody:first-child .col:first-child:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    background: #7FCBAC;
    width: 100%;
    height: 1px;
  }
  section .table_format.type2 .row.tbody:first-child .col.total:after {
    background: #aaa;
  }
  section .table_format.type2 .row.tbody:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  }
  section .table_format.type2 .row.tbody:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  section .table_format.input .row.tbody .col:nth-of-type(2n) {
    background: transparent;
  }
  section .table_format.input .row.tbody .col:first-child {
    background: rgba(0, 0, 0, 0.025);
  }
  section .table_format.selectable .row.tbody:hover .col,
  section .table_format.selectable .row.tbody:hover .col:nth-of-type(2n) {
    background: #ECF3F1;
  }
  section.job1 .table_format.selectable .row.tbody:hover .col,
  section.job1 .table_format.selectable .row.tbody:hover .col:nth-of-type(2n) {
      background: #ECEEF3;
  }
  section .table_format.selectable .row.tbody:hover .col a {
    color: rgba(0, 0, 0, 0.8);
  }
  section .table_format .row.thead .col {
    font-size: 16px;
    font-weight: 500;
  }
  section .table_format.input .row.tbody .col:first-child span {
    font-size: 14px;
    font-weight: 800;
  }
  section .table_format.input .row.tbody .col:last-child span {
    line-height: auto;
    height: auto;
    top: 0;
    transform: inherit;
  }
  section .table_format.input .row.tbody .col.top span {
    transform: inherit;
    top: inherit;
    line-height: 35px;
  }
  section .table_format.input .row.tbody .col:first-child span .require {
    color: #009759;
    display: inline-block;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    top: -2px;
    margin-left: 1px;
  }
  section .table_format.input .row .col textarea,
  section .table_format.input .row .col input {
    padding: 9px 15px;
    box-sizing: border-box;
    width: 100%;
    line-height: 22px;
    height: 42px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  section .table_format.input .row .col textarea {
    height: inherit;
  }
  section .table_format.input .row .col input::placeholder,
  section .table_format.input .row .col textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
  }
  section .table_format.input .row .col input[name='post'] {
    width: 25%;
    vertical-align: top;
    margin-bottom: 10px;
  }
  section .table_format.input .row .col input[type='file'] {
    width: 152px;
    right: 0;
    border: 0;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
  ::-webkit-file-upload-button {
    cursor: pointer;
  }
  section .table_format.input .row .col #fileName {
    width: calc( 100% - 165px);
  }
  section .table_format.input .row .col #fileName::placeholder {
    color: rgba(0, 0, 0, 0.35);
  }
  section .table_format.input .row .col input[type='file']+label {
    position: absolute;
    height: 42px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 1;
    width: 152px;
  }
  section .table_format.input .row .col input[type='file']:hover+label {
    background: #009759;
  }
  section .table_format.input .row .col input+button,
  section .table_format.input .row .col input+label {
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    background: #777;
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
    line-height: 42px;
    padding: 0px 25px;
    margin-left: 7px;
    display: inline-block;
    transition: background .3s ease;
  }
  section .table_format.input .row .col input+button:hover,
  section .table_format.input .row .col input+label:hover {
    background: #009759;
  }
  section .table_format.input .row .col input[name='addr1'] {
    margin-bottom: 10px;
  }
  section .table_format.input .row .col input:not([readonly])[type="password"]:focus,
  section .table_format.input .row .col input:not([readonly])[type="text"]:focus {
    background: rgba(176, 224, 175, 0.1);
    border-color: #009759;
  }
  section .table_format.input .row .col input[type="text"]:read-only {
    background: rgba(0, 0, 0, 0.02);
    cursor: default;
  }
  section .table_format.input button.btn {
    outline: none;
    border:0;
    line-height: 50px;
    min-width: 190px;
    font-size: 17px;
    cursor: pointer;
    font-weight: 700;
    margin: 0px 2px;
    border-radius: 0px;
    background: #009759;
    color: #fff;
    transition: .3s ease;
  }
  section .table_format.input button.cancel {
    background: #000;
  }
  section .table_format.input button.btn:hover {
    background: #ddd;
    color: rgba(0, 0, 0, 0.35);
  }
  section .table_format .right {
    text-align: right;
  }
  section .table_format .center {
    text-align: center;
  }
  section .table_format .row .col>span ul li {
    padding-left: 15px;
    position: relative;
  }
  section .table_format .row .col>span ul li:before {
    position: absolute;
    width: 4px;
    height: 4px;
    content: "";
    display: block;
    left: 0;
    top: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
  }
  section a.btn {
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: linear-gradient(to left, #0085FF 50%, #444 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    border-radius: 5px;
    transition: .3s ease;
  }
  section a.btn.esg {
    background: linear-gradient(to left, #009759 50%, #444 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  section a.btn:hover {
    background-position: left;
  }
  section a.btn.type1 {
    font-weight: 500;
    padding: 16px 20px;
    padding-right: 75px;
    font-size: 17px;
    line-height: 22px;
  }
  section a.btn.type1:after {
    content: "";
    height: 100%;
    width: 55px;
    top: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
  }
  section a.btn.type2 {
    min-width: 135px;
    font-weight: 500;
    padding: 7px 20px;
    padding-right: 55px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
  }
  section a.btn.type2:after {
    content: "";
    height: 100%;
    width: 35px;
    top: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
  }
  section a.btn.type1:before {
    content: "";
    height: 20px;
    width: 22px;
    top: calc(50% - 10px);
    right: calc(55px / 2 - 11px);
    z-index: 1;
    position: absolute;
    background: url('../images/sub/btn_icon1.svg') center center no-repeat;
    transition: .3s ease;
  }
  section a.btn.type2:before {
    content: "";
    height: 12px;
    width: 15px;
    top: calc(50% - 6px);
    right: calc(35px / 2 - 7px);
    z-index: 1;
    position: absolute;
    background: url('../images/sub/btn_icon2.svg') center center no-repeat;
    transition: .3s ease;
  }
  section a.btn.type1:hover:before {
    /* transform: rotate(180deg); */
  }
  section .pagination {
    padding: 0;
    text-align: center;
    height: 40px;
    margin-top: 40px;
  }
  section .pagination>a {
    width: auto;
    margin: 0;
    vertical-align: top;
    line-height: 40px;
    min-width: 40px;
    display: inline-block;
    height: 40px;
  }
  section .pagination>a.number {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
  }
  section .pagination>a.number.current {
    background: #0085FF;
    border-radius: 3px;
    color: #fff;
  }
  section .pagination.esg>a.number.current {
    background: #009759;
  }
  section .pagination>a.next,
  section .pagination>a.prev {
    opacity: 0.2;
    font-size: 0;
    transition: opacity .3s ease;
  }
  section .pagination>a.prev {
    margin-right: 1.5vw;
    background: url('../images/board/arrow_left.svg') center center no-repeat;
  }
  section .pagination>a.next {
    margin-left: 1.5vw;
    background: url('../images/board/arrow_right.svg') center center no-repeat;
  }
  section .pagination>a.next:hover,
  section .pagination>a.prev:hover {
    opacity: 1;
  }
  section.stock_info .table_format .row .col span{
    color:#222;
  }
  .table_format2 {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .table_format2 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .table_format2 .row .col {
    width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    cursor: pointer;
  }
  .table_format2 .row .col.active {
    cursor: default;
  }
  .table_format2 .row .col .inner_line {
    border-radius: 5px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: border .3s ease;
  }
  .table_format2 .row .col.active .inner_line {
    border-color: #0085FF;
  }
  .table_format2 .row .col .thumb {
    position:relative;
    width: 100%;
    background-size: cover;
    height: 13vw;
    border-radius: 5px;
  }
  .table_format2 .row .col .thumb .slide{
    width:100%;
    height:100%;
    background-size: cover;
  }
  .table_format2 .row .col .thumb.slick-slider .slick-track,
  .table_format2 .row .col .thumb.slick-slider .slick-list{
    height:100%;
  }
  .table_format2 .row .col .thumb button{
    position:absolute;
    width:18px;
    height:30px;
    opacity:0.5;
    background-size: cover;
    z-index:1;
    top:50%;
    font-size:0;
    transition: opacity .3s ease;
  }
  .table_format2 .row .col .thumb button:hover{
    opacity:1;
  }
  .table_format2 .row .col .thumb button.slick-prev{
    background-image:url('../images/arrow_prev.svg');
    left:15px;
  }
  .table_format2 .row .col .thumb button.slick-next{
    background-image:url('../images/arrow_next.svg');
    right:15px;
  }
  .table_format2 .row .col img {
    padding-top: 2vw;
  }
  .table_format2 .row .col p {
    padding-top: 1.5vw;
    font-size: 14px;
    line-height: 1.6;
  }
  .table_format2 .row .col ul {
    padding-top: 1.5vw;
  }
  .table_format2 .row .col ul li {
    padding-left: 70px;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
  }
  .table_format2 .row .col ul li span {
    position: absolute;
    left: 0px;
    width: 62px;
    top: 0;
  }
  .table_format2 .row .col ul li span:after {
    content: ":";
    right: 0;
    position: absolute;
  }

  section.report1 h6 {        
    font-weight: 600;
    font-size: 24px;
    line-height: 1;    
    letter-spacing: -1px;
    color: #000000;
  }
  .flex__lrc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex__rc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .flex__lrt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex__lrb {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .flex__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex__rcc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mt-0 {
    margin-top: 0px !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-25 {
    margin-top: 25px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mt-35 {
    margin-top: 35px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mt-45 {
    margin-top: 45px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mt-55 {
    margin-top: 55px !important;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mt-65 {
    margin-top: 65px !important;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
  .mt-75 {
    margin-top: 75px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mt-85 {
    margin-top: 85px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mt-95 {
    margin-top: 95px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .ml-0 {
    margin-left: 0px !important;
  }
  .ml-5 {
    margin-left: 5px !important;
  }
  .ml-10 {
    margin-left: 10px !important;
  }
  .ml-15 {
    margin-left: 15px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .ml-25 {
    margin-left: 25px !important;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .ml-35 {
    margin-left: 35px !important;
  }
  .ml-40 {
    margin-left: 40px !important;
  }
  .ml-45 {
    margin-left: 45px !important;
  }
  .ml-50 {
    margin-left: 50px !important;
  }
  .ml-55 {
    margin-left: 55px !important;
  }
  .ml-60 {
    margin-left: 60px !important;
  }
  .ml-65 {
    margin-left: 65px !important;
  }
  .ml-70 {
    margin-left: 70px !important;
  }
  .ml-75 {
    margin-left: 75px !important;
  }
  .ml-80 {
    margin-left: 80px !important;
  }
  .ml-85 {
    margin-left: 85px !important;
  }
  .ml-90 {
    margin-left: 90px !important;
  }
  .ml-95 {
    margin-left: 95px !important;
  }
  .ml-100 {
    margin-left: 100px !important;
  }
  .mr-0 {
    margin-right: 0px !important;
  }
  .mr-5 {
    margin-right: 5px !important;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .mr-15 {
    margin-right: 15px !important;
  }
  .mr-20 {
    margin-right: 20px !important;
  }
  .mr-25 {
    margin-right: 25px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mr-35 {
    margin-right: 35px !important;
  }
  .mr-40 {
    margin-right: 40px !important;
  }
  .mr-45 {
    margin-right: 45px !important;
  }
  .mr-50 {
    margin-right: 50px !important;
  }
  .mr-55 {
    margin-right: 55px !important;
  }
  .mr-60 {
    margin-right: 60px !important;
  }
  .mr-65 {
    margin-right: 65px !important;
  }
  .mr-70 {
    margin-right: 70px !important;
  }
  .mr-75 {
    margin-right: 75px !important;
  }
  .mr-80 {
    margin-right: 80px !important;
  }
  .mr-85 {
    margin-right: 85px !important;
  }
  .mr-90 {
    margin-right: 90px !important;
  }
  .mr-95 {
    margin-right: 95px !important;
  }
  .mr-100 {
    margin-right: 100px !important;
  }
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-25 {
    margin-bottom: 25px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-35 {
    margin-bottom: 35px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-45 {
    margin-bottom: 45px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-55 {
    margin-bottom: 55px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-65 {
    margin-bottom: 65px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-75 {
    margin-bottom: 75px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-85 {
    margin-bottom: 85px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-95 {
    margin-bottom: 95px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .pt-0 {
    padding-top: 0px !important;
  }
  .pt-5 {
    padding-top: 5px !important;
  }
  .pt-10 {
    padding-top: 10px !important;
  }
  .pt-15 {
    padding-top: 15px !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pt-25 {
    padding-top: 25px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pt-35 {
    padding-top: 35px !important;
  }
  .pt-40 {
    padding-top: 40px !important;
  }
  .pt-45 {
    padding-top: 45px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pt-55 {
    padding-top: 55px !important;
  }
  .pt-60 {
    padding-top: 60px !important;
  }
  .pt-65 {
    padding-top: 65px !important;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  .pt-75 {
    padding-top: 75px !important;
  }
  .pt-80 {
    padding-top: 80px !important;
  }
  .pt-85 {
    padding-top: 85px !important;
  }
  .pt-90 {
    padding-top: 90px !important;
  }
  .pt-95 {
    padding-top: 95px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pl-0 {
    padding-left: 0px !important;
  }
  .pl-5 {
    padding-left: 5px !important;
  }
  .pl-7 {
    padding-left: 7px !important;
  }
  .pl-10 {
    padding-left: 10px !important;
  }
  .pl-15 {
    padding-left: 15px !important;
  }
  .pl-20 {
    padding-left: 20px !important;
  }
  .pl-25 {
    padding-left: 25px !important;
  }
  .pl-30 {
    padding-left: 30px !important;
  }
  .pl-35 {
    padding-left: 35px !important;
  }
  .pl-40 {
    padding-left: 40px !important;
  }
  .pl-45 {
    padding-left: 45px !important;
  }
  .pl-50 {
    padding-left: 50px !important;
  }
  .pl-55 {
    padding-left: 55px !important;
  }
  .pl-60 {
    padding-left: 60px !important;
  }
  .pl-65 {
    padding-left: 65px !important;
  }
  .pl-70 {
    padding-left: 70px !important;
  }
  .pl-75 {
    padding-left: 75px !important;
  }
  .pl-80 {
    padding-left: 80px !important;
  }
  .pl-85 {
    padding-left: 85px !important;
  }
  .pl-90 {
    padding-left: 90px !important;
  }
  .pl-95 {
    padding-left: 95px !important;
  }
  .pl-100 {
    padding-left: 100px !important;
  }
  .pr-0 {
    padding-right: 0px !important;
  }
  .pr-5 {
    padding-right: 5px !important;
  }
  .pr-7 {
    padding-right: 7px !important;
  }
  .pr-10 {
    padding-right: 10px !important;
  }
  .pr-15 {
    padding-right: 15px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .pr-25 {
    padding-right: 25px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .pr-35 {
    padding-right: 35px !important;
  }
  .pr-40 {
    padding-right: 40px !important;
  }
  .pr-45 {
    padding-right: 45px !important;
  }
  .pr-50 {
    padding-right: 50px !important;
  }
  .pr-55 {
    padding-right: 55px !important;
  }
  .pr-60 {
    padding-right: 60px !important;
  }
  .pr-65 {
    padding-right: 65px !important;
  }
  .pr-70 {
    padding-right: 70px !important;
  }
  .pr-75 {
    padding-right: 75px !important;
  }
  .pr-80 {
    padding-right: 80px !important;
  }
  .pr-85 {
    padding-right: 85px !important;
  }
  .pr-90 {
    padding-right: 90px !important;
  }
  .pr-95 {
    padding-right: 95px !important;
  }
  .pr-100 {
    padding-right: 100px !important;
  }
  .pb-0 {
    padding-bottom: 0px !important;
  }
  .pb-5 {
    padding-bottom: 5px !important;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .pb-15 {
    padding-bottom: 15px !important;
  }
  .pb-20 {
    padding-bottom: 20px !important;
  }
  .pb-25 {
    padding-bottom: 25px !important;
  }
  .pb-30 {
    padding-bottom: 30px !important;
  }
  .pb-35 {
    padding-bottom: 35px !important;
  }
  .pb-40 {
    padding-bottom: 40px !important;
  }
  .pb-45 {
    padding-bottom: 45px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .pb-55 {
    padding-bottom: 55px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .pb-65 {
    padding-bottom: 65px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .pb-75 {
    padding-bottom: 75px !important;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .pb-85 {
    padding-bottom: 85px !important;
  }
  .pb-90 {
    padding-bottom: 90px !important;
  }
  .pb-95 {
    padding-bottom: 95px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .sp1__mt {
    margin-top: 50px !important;
  }
  .sp2__mt {
    margin-top: 75px !important;
  }
  .sp3__mt {
    margin-top: 110px !important;
  }
  .sp4__mt {
    margin-top: 150px !important;
  }
  .sp1__pt {
    padding-top: 50px !important;
  }
  .sp2__pt {
    padding-top: 75px !important;
  }
  .sp3__pt {
    padding-top: 110px !important;
  }
  .sp4__pt {
    padding-top: 150px !important;
  }
  .sp1__mb {
    margin-bottom: 50px !important;
  }
  .sp2__mb {
    margin-bottom: 75px !important;
  }
  .sp3__mb {
    margin-bottom: 110px !important;
  }
  .sp4__mb {
    margin-bottom: 150px !important;
  }
  .sp1__pb {
    padding-bottom: 50px !important;
  }
  .sp2__pb {
    padding-bottom: 75px !important;
  }
  .sp3__pb {
    padding-bottom: 110px !important;
  }
  .sp4__pb {
    padding-bottom: 150px !important;
  }

  section.report1 .text1__green {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: -1px;
    color: #009759;
  }

  section.report1 .type1--p0 .row .col .box .type1 {
    display: flex;
  }
  section.report1 .type1--p0 .row .col .type1 {
    color: rgba(0, 0, 0, 0.5);
  }
  section.report1 .type1--p0 .row .col .type1 b {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
  }
  section.report1 .type1--p0 .row .col .type1 span {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.5);
  }
  section.report1 .row .col span i {
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    display: block;
    font-weight: 500;
  }
  section.report1 .type1--p0 .row .col .box--border1 {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  section.report1 .type1--p0 .row .col p.type2 {
    color: #c7a167;
  }
  section.report1 .type1--p0 .row .col .box2 {
    padding: 20px 40px;
  }
  section.report1 .table_format {
    margin-top: 25px;
  }
  section.report1 .table_format .box--border1 {
    margin-top: 12px;
    padding-top: 12px;
  }
  section.report1 .table_format.input .row.tbody .col:first-child span {
    font-size: 16px;
    font-weight: 700;
  }
  section.report1 .type1--2>span {
    width: 25%;
    max-width: 120px;
  }
  section.report1 .type1--2>p {
    width: 75%;
  }
  section.report1 .text1__green {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: -1px;
    color: #009759;
  }

  .txtc {
    text-align: center;
  }

  .check__line {
    text-align: right;
    margin-top: 8px;
  }
  .check__line input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .check__line input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
  }
  .check__line input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #eee;
    box-sizing: border-box;    
  }
  /* ë³´ì—¬ì§ˆ ë¶€ë¶„ì˜ ìŠ¤íƒ€ì¼ì„ ì¶”ê°€í•˜ë©´ ëœë‹¤. */
  .check__line input[type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #009759 url(../images/sub/check1_on.svg) no-repeat;
    background-position: center center;    
  }
  .check__line input[type="checkbox"]+label span {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.5);
  }

  section .table_format .row .col span .anonymous_input {
    width: calc( 100% - 110px );
    display: inline-block;
  }

  section .table_format .row .col span .anonymous_input + div {
    display: inline-block;
    vertical-align: middle;
    margin-top:0;    
  }

  section .table_format .row .col span .anonymous_input + div label,
  section .table_format .row .col span .anonymous_input + div label:hover {
    background: transparent;    
    padding-right:0;
  }

  section .table_format .row .col span .anonymous_input + div label span {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;  
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.75);
  }

  section.report1 {
    max-width: 1200px;
    width: 100%;
    margin:0 auto;
  }

  section.report1  * {
    font-family: 'Pretendard'; 
  }

  @media screen and (max-width:1200px) {
    section.report1 {
      padding:0 20px;
      box-sizing: border-box;
    }
  }

  @media screen and (max-width:768px) {
    section .table_format .row .col {
      padding: 10px;
    }
    section .table_format.board .row.thead {
      padding: 0;
    }
    section .table_format.board .row.thead .col,
    section .table_format .row.thead .col {
      padding: 10px;
      font-size: 12px;
    }
    section .table_format.board .row .col>span,
    section .table_format .row .col>span,
    section .table_format .row .col>a>span {
      line-height: 1.4;
      height: inherit;
      overflow: inherit;
      font-size: 12px;
      word-break: break-word;
    }
    section .table_format .row .col>span ul li {
      padding-left: 10px;
    }
    section .table_format .row .col>span ul li:before {
      width: 3px;
      height: 3px;
      top: 8px;
    }
    section .table_format.board2 .row .col {
      padding: 8px;
    }
    section .table_format.board2 {
      padding: 0px;
      border: 0;
    }
    section .table_format.board2 .row .col>span,
    section .table_format.board2 .row .col {
      line-height: 1.3;
      height: inherit;
      overflow: inherit;
      font-size: 11px;
    }
    section .table_format.board2 {
      border-radius: 0;
      border-bottom: 1px solid #222;
    }
    section a.btn.type1 {
      overflow: hidden;
      min-width: 100px;
      padding: 0px 10px;
      padding-right: 30px;
      font-size: 10px;
      height: 32px;
      line-height: 32px;
    }
    section a.btn.type1:after {
      width: 25px;
    }
    section a.btn.type1:before {
      transform: scale(0.5);
      top: calc(50% - 10px);
      right: calc(25px / 2 - 10px);
    }
    section a.btn.type2 {
      overflow: hidden;
      min-width: 100px;
      padding: 0px 10px;
      padding-right: 30px;
      font-size: 10px;
      height: 24px;
      line-height: 24px;
    }
    section a.btn.type2:after {
      width: 25px;
    }
    section a.btn.type2:before {
      transform: scale(0.8);
      top: calc(50% - 6px);
      right: calc(25px / 2 - 7px);
    }
    section .pagination {
      margin-top: 4vw;
    }
    section .pagination>a {
      margin: 0px 0.3vw;
      line-height: 25px;
      min-width: 25px;
      height: 25px;
    }
    section .table_format.input .row.tbody .col.top span {
      line-height: 24px;
    }
    section .table_format.input .row .col textarea,
    section .table_format.input .row .col input,
    section .table_format.input .row.tbody .col:first-child span .require,
    section .pagination>a.number,
    section .table_format.input .row.tbody .col:first-child span {
      font-size: 12px;
    }
    section .table_format.input .row .col textarea {
      line-height: 1.5;
    }
    section .table_format.input .row .col:last-child {
      padding: 5px;
    }
    section .table_format.input .row .col input {
      padding: 2px 10px;
      line-height: 22px;
      height: 30px;
    }
    section .table_format.input .row .col input+button,
    section .table_format.input .row .col input+label {
      font-size: 12px;
      line-height: 30px;
      padding: 0px 15px;
      margin-left: 4px;
    }
    section .table_format.input .row .col #fileName {
      width: 60%;
    }
    section .table_format.input .row .col input[name='post'] {
      width: 40%;
    }
    section .table_format.input .row .col input[type='file'] {
      width: calc(40% - 4px);
    }
    section .table_format.input .row .col input[type='file']+label {
      position: absolute;
      height: 30px;
      width: calc(40% - 4px);      
    }
    section .table_format.input button.btn {
      line-height: 34px;
      min-width: 120px;
      font-size: 12px;
      margin: 0px 2px;
    }
  
    section .table_format .row .col.dash {
      padding-left: 15px;
    }

    section .table_format .row .col span.box-type1 {
      padding: 10px;
    }

    section.report1 {
      padding:0;
    }

    section .table_format.input .row .col input+label span {
      font-size: 12px !important;
      margin-left: 10px;
    }
    section.report1 .btn-line {
      padding:0 !important;
      text-align: center !important;
    }

    section.report1 .sp2__mt {
      margin-top: 50px !important;
    }

    section.report1 .table_format {
      margin-bottom: 0 !important;
    }

    section.report1 .type1--p0 .row .col .type1 {
      color: rgba(0, 0, 0, 0.5);
      font-size: 13px;
    }
    section.report1 .type1--p0 .row .col .type1 span {
      font-size: 13px;
    }

    section.report1 {
      margin-bottom:50px;
    }

    .ethical.defalut_width {
      width: 100%;
      padding: 30px 20px;      
    }
  }
  @media screen and (max-width:640px) {
    section .table_format .row .col.m_w_100 {
      width: 100%;
    }
    section a.btn.type2 {
      overflow: hidden;
      min-width: auto;
      padding: 0px ;
      padding-right: 24px;
      font-size: 0px;
      height: 24px;
      line-height: 24px;
  }
    section a.btn.type2:before {
      content: "";
      height: 16px;
      width: 16px;
      top: calc(50% - 8px);
      right: calc(24px / 2 - 8px);
      z-index: 1;
      position: absolute;
      background: url('../images/sub/btn_icon3.svg') center center no-repeat;
      transition: .3s ease;
    }
    .table_format2 .row .col img {
      padding-top: 5vw;
    }
  
    section .table_format.type2 .row.tbody .col span.keep-all {
      word-break: break-all;
    }

    section.report1 {}
    section .table_format.type1--p0 .row {
      display: flex;
      flex-direction: column;
    }
    section.report1 .table_format .row .txtc span {
      transform: translateY(0px);
    }
    section.report1 .table_format .box--border1 {
      margin-top: 7px;
      padding-top: 7px;
      padding: 10px 4px;
    }
    section.report1 .table_format.input .row.tbody .col:first-child span {
      font-size: 13px;
      letter-spacing: -0.05em;
    }

    section.report1 h6 {
      font-size: 20px;
    }

    section.report1 .text1__green {    
      font-size: 12px;
      line-height: 19px;      
    }

    .check__line input[type="checkbox"]+label span {
      font-size: 12px;
    }
    section.report1 .type1--2>p br{
      display: none;
    }

    section .table_format.input .row.tbody .col:first-child span .require {
      color: #009759;
      display: inline-block;
      font-style: normal;
      font-size: 15px;
      line-height: 15px;
      position: relative;
      top: -3px;
      left: 1px;
      margin-left: 1px;
      font-size: 11px;
    }
  }
  