@charset "UTF-8";
/**********************************************************************
Date : 2023 / 12
explanation : styleSheet
**********************************************************************/

/* ++++++++++ 여기서부터 Reset CSS ++++++++++ */

/*모바일 웹 폰트 크기 자동조정 문제*/
html {
    -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none; /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/
}

/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;700&display=swap");
@font-face {
    font-family: "Pretendard Variable";
    src: url("../fonts/pretendard/PretendardVariable.woff2") format("woff2");
    font-weight: 45 920;     /* Variable 폰트 범위 */
    font-style: normal;
    font-display: block;
}

body {
    font-family: "Pretendard Variable", Pretendard, "ui-sans-serif",
        "Malgun Gothic", sans-serif !important;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    letter-spacing: -0.05em;
    /* 삼성모바일 문제 해결로 추가 */
    min-height: 100svh;

    
    background-color: rgba(249, 250, 251, 1);
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

/*>>default style */
html,
body {
    height: 100%;
    overflow: hidden; /* 전체 페이지 스크롤 잠금 */
    overscroll-behavior: none; /* 터치 오버스크롤 전파 금지 */
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
/* td,
th {
    font-family: "Malgun Gothic", sans-serif;
}
input {
    font-family: "Malgun Gothic", sans-serif;
}
textarea {
    font-family: "Malgun Gothic", sans-serif;
} */
dd,
dt,
ol,
dl,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

strong {
    list-style: none;
}

form {
    display: inline;
}
label {
    display: none; /*cursor:pointer;*/
}
label.show {
    display: inline;
    margin-right: 0px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}
fieldset {
    vertical-align: top;
    border: 0;
}
legend,
caption,
.hide {
    display: none;
    height: 0;
    width: 0;
    font-size: 0;
}
p {
    margin: 0;
}
button {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    cursor: pointer;
    border: 0;
    background: none;
}
blockquote,
q {
    quotes: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
hr {
    display: none;
}
a {
    color: #333333;
    text-decoration: none;
}
/*table.nowrap th, table.nowrap td		{ white-space:nowrap; }*/
.clear,
.clear:after,
.clear:before {
    clear: both;
}
.skip,
.blind,
.hide, 
caption,
legend {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    text-indent: -3000px;
    border: none;
    overflow: hidden;
}

/*박스 크기 고정(패딩값 영향없음)*/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*크롬 input 색상지우기*/
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}
input {
    outline: none;
}

/*:::::::::::::::::::::::::::폰트 setting::::::::::::::::::::::::: */
/* 폰트정의*/
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}
.f26 {
    font-size: 26px;
}
.f28 {
    font-size: 28px;
}
.f30 {
    font-size: 30px;
}
.f32 {
    font-size: 32px;
}
.f34 {
    font-size: 34px;
}
.f42 {
    font-size: 42px;
}
.f44 {
    font-size: 44px;
}
.f46 {
    font-size: 46px;
}

/*폰트 굵기 및 색상*/
.t_white {
    color: #ffffff;
}
.t_deepblue {
    color: #035492;
}
.t_blue {
    color: #0000ff;
}
.t_red {
    color: #eb1729;
}
.t_yellow {
    color: #ffff00;
}
.t_green {
    color: #509e1b;
}
.t_emerald {
    color: #16b6c6;
}
.t_orange {
    color: #ff6600;
}
.t_brown {
    color: #c85c1b;
}
.t_purple {
    color: #8248f8;
}
.t_gray {
    color: #757575;
}

.t_bold {
    font-weight: 600;
}
.t_normal {
    font-weight: normal;
}
.no-draggable[draggable="false"],
.no-draggable[draggable="false"] * {
    cursor: text !important;
}

.edit-overlay {
    width: 100%;
    height: 26px;
}
.edit-overlay input {
    width: 100%;
    border: 1px solid #8248f8;
    border-radius: 4px;
    box-sizing: border-box;
    background: #ececec;
    height: 20px;
    margin: 3px 0;
}

/*:::::::::::::::::::::::::::콤보박스 setting::::::::::::::::::::::::: */
input,
select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    /*outline: none;-webkit-appearance:none;*/
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active;
}
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}
textarea {
    outline: none;
    resize: none;
}

input[type="button"]:active,
.btnSendMsg:active,
input[type="submit"]:active {
    transform: scale(0.98);
}

/* 기본 스타일 리셋시키기 */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d5d4d3;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    transition: background 450ms ease-in;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #6651fb;
    border: 1px solid #6651fb;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: #6651fb;
    border: 1px solid #6651fb;
    border-radius: 50%;
    cursor: pointer;
}

/*placeholder 색상변경*/
input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}
input[type="text"]::-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}
input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}

input[type="password"]::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}
input[type="password"]::-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}
input[type="password"]:-ms-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}

input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}
input[type="email"]::-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}
input[type="email"]:-ms-input-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: -0.05em;
}

textarea::placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
}

/*disabled 색상변경*/
input:disabled {
    background: #efefef;
    cursor: default !important;
}
select:disabled {
    background: #efefef;
    cursor: default !important;
    color: #a4a4a4;
}
button:disabled {
    background-color: #efefef;
    cursor: default !important;
}

.img_disabled {
    opacity: 0.5;
    cursor: default;
}
@media only screen and (max-width: 520px) {
    input[type="text"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    input[type="text"]::-moz-placeholder {
        font-size: 14px;
    }
    input[type="text"]:-ms-input-placeholder {
        font-size: 14px;
    }

    input[type="password"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    input[type="password"]::-moz-placeholder {
        font-size: 14px;
    }
    input[type="password"]:-ms-input-placeholder {
        font-size: 14px;
    }

    input[type="email"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    input[type="email"]::-moz-placeholder {
        font-size: 14px;
    }
    input[type="email"]:-ms-input-placeholder {
        font-size: 14px;
    }

    textarea::placeholder {
        font-size: 14px;
    }
}

/********** INPUT **********/
input,
select {
    border: 1px #f2f2f2 solid;
}
input.base {
    font-size: 16px;
    height: 45px;
    padding: 0px 0px;
    border: 0px;
    border-bottom: 1px solid #f2f2f2;
}

input.w1 {
    width: 1%;
}
input.w2 {
    width: 2%;
}
input.w3 {
    width: 3%;
}
input.w4 {
    width: 4%;
}
input.w5 {
    width: 5%;
}
input.w6 {
    width: 6%;
}
input.w7 {
    width: 7%;
}
input.w8 {
    width: 8%;
}
input.w9 {
    width: 9%;
}
input.w10 {
    width: 10%;
}
input.w11 {
    width: 11%;
}
input.w12 {
    width: 12%;
}
input.w13 {
    width: 13%;
}
input.w14 {
    width: 14%;
}
input.w15 {
    width: 15%;
}
input.w16 {
    width: 16%;
}
input.w17 {
    width: 17%;
}
input.w18 {
    width: 18%;
}
input.w19 {
    width: 19%;
}
input.w20 {
    width: 20%;
}
input.w21 {
    width: 21%;
}
input.w22 {
    width: 22%;
}
input.w23 {
    width: 23%;
}
input.w24 {
    width: 24%;
}
input.w25 {
    width: 25%;
}
input.w26 {
    width: 26%;
}
input.w27 {
    width: 27%;
}
input.w28 {
    width: 28%;
}
input.w29 {
    width: 29%;
}
input.w30 {
    width: 30%;
}
input.w31 {
    width: 31%;
}
input.w32 {
    width: 32%;
}
input.w33 {
    width: 33%;
}
input.w34 {
    width: 34%;
}
input.w35 {
    width: 35%;
}
input.w36 {
    width: 36%;
}
input.w37 {
    width: 37%;
}
input.w38 {
    width: 38%;
}
input.w39 {
    width: 39%;
}
input.w40 {
    width: 40%;
}
input.w41 {
    width: 41%;
}
input.w42 {
    width: 42%;
}
input.w43 {
    width: 43%;
}
input.w44 {
    width: 44%;
}
input.w45 {
    width: 45%;
}
input.w46 {
    width: 46%;
}
input.w47 {
    width: 47%;
}
input.w48 {
    width: 48%;
}
input.w49 {
    width: 49%;
}
input.w49h {
    width: 49.5%;
}
input.w50 {
    width: 50%;
}
input.w51 {
    width: 51%;
}
input.w52 {
    width: 52%;
}
input.w53 {
    width: 53%;
}
input.w54 {
    width: 54%;
}
input.w55 {
    width: 55%;
}
input.w56 {
    width: 56%;
}
input.w57 {
    width: 57%;
}
input.w58 {
    width: 58%;
}
input.w59 {
    width: 59%;
}
input.w60 {
    width: 60%;
}
input.w61 {
    width: 61%;
}
input.w62 {
    width: 62%;
}
input.w63 {
    width: 63%;
}
input.w64 {
    width: 64%;
}
input.w65 {
    width: 65%;
}
input.w66 {
    width: 66%;
}
input.w67 {
    width: 67%;
}
input.w68 {
    width: 68%;
}
input.w69 {
    width: 69%;
}
input.w70 {
    width: 70%;
}
input.w71 {
    width: 71%;
}
input.w72 {
    width: 72%;
}
input.w73 {
    width: 73%;
}
input.w74 {
    width: 74%;
}
input.w75 {
    width: 75%;
}
input.w76 {
    width: 76%;
}
input.w77 {
    width: 77%;
}
input.w78 {
    width: 78%;
}
input.w79 {
    width: 79%;
}
input.w80 {
    width: 80%;
}
input.w81 {
    width: 81%;
}
input.w82 {
    width: 82%;
}
input.w83 {
    width: 83%;
}
input.w84 {
    width: 84%;
}
input.w85 {
    width: 85%;
}
input.w86 {
    width: 86%;
}
input.w87 {
    width: 87%;
}
input.w88 {
    width: 88%;
}
input.w89 {
    width: 89%;
}
input.w90 {
    width: 90%;
}
input.w91 {
    width: 91%;
}
input.w92 {
    width: 92%;
}
input.w93 {
    width: 93%;
}
input.w94 {
    width: 94%;
}
input.w95 {
    width: 95%;
}
input.w96 {
    width: 96%;
}
input.w97 {
    width: 97%;
}
input.w98 {
    width: 98%;
}
input.w99 {
    width: 99%;
}
input.w100 {
    width: 100%;
}

/* button */
button.w49h {
    width: 49.5%;
}

/********** select **********/
select.base {
    font-size: 16px;
    height: 45px;
    padding: 0px 0px;
    border: 0px;
    border-bottom: 1px solid #d6d6d6;
}
select.w1 {
    width: 1%;
}
select.w2 {
    width: 2%;
}
select.w3 {
    width: 3%;
}
select.w4 {
    width: 4%;
}
select.w5 {
    width: 5%;
}
select.w6 {
    width: 6%;
}
select.w7 {
    width: 7%;
}
select.w8 {
    width: 8%;
}
select.w9 {
    width: 9%;
}
select.w10 {
    width: 10%;
}
select.w11 {
    width: 11%;
}
select.w12 {
    width: 12%;
}
select.w13 {
    width: 13%;
}
select.w14 {
    width: 14%;
}
select.w15 {
    width: 15%;
}
select.w16 {
    width: 16%;
}
select.w17 {
    width: 17%;
}
select.w18 {
    width: 18%;
}
select.w19 {
    width: 19%;
}
select.w20 {
    width: 20%;
}
select.w21 {
    width: 21%;
}
select.w22 {
    width: 22%;
}
select.w23 {
    width: 23%;
}
select.w24 {
    width: 24%;
}
select.w25 {
    width: 25%;
}
select.w26 {
    width: 26%;
}
select.w27 {
    width: 27%;
}
select.w28 {
    width: 28%;
}
select.w29 {
    width: 29%;
}
select.w30 {
    width: 30%;
}
select.w31 {
    width: 31%;
}
select.w32 {
    width: 32%;
}
select.w33 {
    width: 33%;
}
select.w34 {
    width: 34%;
}
select.w35 {
    width: 35%;
}
select.w36 {
    width: 36%;
}
select.w37 {
    width: 37%;
}
select.w38 {
    width: 38%;
}
select.w39 {
    width: 39%;
}
select.w40 {
    width: 40%;
}
select.w41 {
    width: 41%;
}
select.w42 {
    width: 42%;
}
select.w43 {
    width: 43%;
}
select.w44 {
    width: 44%;
}
select.w45 {
    width: 45%;
}
select.w46 {
    width: 46%;
}
select.w47 {
    width: 47%;
}
select.w48 {
    width: 48%;
}
select.w49 {
    width: 49%;
}
select.w50 {
    width: 50%;
}
select.w51 {
    width: 51%;
}
select.w52 {
    width: 52%;
}
select.w53 {
    width: 53%;
}
select.w54 {
    width: 54%;
}
select.w55 {
    width: 55%;
}
select.w56 {
    width: 56%;
}
select.w57 {
    width: 57%;
}
select.w58 {
    width: 58%;
}
select.w59 {
    width: 59%;
}
select.w60 {
    width: 60%;
}
select.w61 {
    width: 61%;
}
select.w62 {
    width: 62%;
}
select.w63 {
    width: 63%;
}
select.w64 {
    width: 64%;
}
select.w65 {
    width: 65%;
}
select.w66 {
    width: 66%;
}
select.w67 {
    width: 67%;
}
select.w68 {
    width: 68%;
}
select.w69 {
    width: 69%;
}
select.w70 {
    width: 70%;
}
select.w71 {
    width: 71%;
}
select.w72 {
    width: 72%;
}
select.w73 {
    width: 73%;
}
select.w74 {
    width: 74%;
}
select.w75 {
    width: 75%;
}
select.w76 {
    width: 76%;
}
select.w77 {
    width: 77%;
}
select.w78 {
    width: 78%;
}
select.w79 {
    width: 79%;
}
select.w80 {
    width: 80%;
}
select.w81 {
    width: 81%;
}
select.w82 {
    width: 82%;
}
select.w83 {
    width: 83%;
}
select.w84 {
    width: 84%;
}
select.w85 {
    width: 85%;
}
select.w86 {
    width: 86%;
}
select.w87 {
    width: 87%;
}
select.w88 {
    width: 88%;
}
select.w89 {
    width: 89%;
}
select.w90 {
    width: 90%;
}
select.w91 {
    width: 91%;
}
select.w92 {
    width: 92%;
}
select.w93 {
    width: 93%;
}
select.w94 {
    width: 94%;
}
select.w95 {
    width: 95%;
}
select.w96 {
    width: 96%;
}
select.w97 {
    width: 97%;
}
select.w98 {
    width: 98%;
}
select.w99 {
    width: 99%;
}
select.w100 {
    width: 100%;
}

.left10 {
    float: left;
    width: 10%;
}
.left20 {
    float: left;
    width: 20%;
}
.left30 {
    float: left;
    width: 30%;
}
.left40 {
    float: left;
    width: 40%;
}
.left50 {
    float: left;
    width: 50%;
}

/********** textarea **********/

/********** 공간넣기 **********/
.space5 {
    float: left;
    width: 100%;
    height: 5px;
}
.space10 {
    float: left;
    width: 100%;
    height: 10px;
}
.space20 {
    float: left;
    width: 100%;
    height: 20px;
}
.space30 {
    float: left;
    width: 100%;
    height: 30px;
}
.space40 {
    float: left;
    width: 100%;
    height: 40px;
}
.space50 {
    float: left;
    width: 100%;
    height: 50px;
}
.space60 {
    float: left;
    width: 100%;
    height: 60px;
}
.space70 {
    float: left;
    width: 100%;
    height: 70px;
}
.space80 {
    float: left;
    width: 100%;
    height: 80px;
}
.space90 {
    float: left;
    width: 100%;
    height: 90px;
}
.space100 {
    float: left;
    width: 100%;
    height: 100px;
}
.space150 {
    float: left;
    width: 100%;
    height: 150px;
}
.space180 {
    float: left;
    width: 100%;
    height: 187px;
}

/********** TABLE **********/
table {
    border-collapse: collapse;
}

/*테이블 width값(col속성 웹접근성위해 추가)*/
.tbl_w1 {
    width: 1%;
}
.tbl_w2 {
    width: 2%;
}
.tbl_w3 {
    width: 3%;
}
.tbl_w4 {
    width: 4%;
}
.tbl_w5 {
    width: 5%;
}
.tbl_w6 {
    width: 6%;
}
.tbl_w7 {
    width: 7%;
}
.tbl_w8 {
    width: 8%;
}
.tbl_w9 {
    width: 9%;
}
.tbl_w10 {
    width: 10%;
}
.tbl_w11 {
    width: 11%;
}
.tbl_w12 {
    width: 12%;
}
.tbl_w13 {
    width: 13%;
}
.tbl_w14 {
    width: 14%;
}
.tbl_w15 {
    width: 15%;
}
.tbl_w16 {
    width: 16%;
}
.tbl_w17 {
    width: 17%;
}
.tbl_w18 {
    width: 18%;
}
.tbl_w19 {
    width: 19%;
}
.tbl_w20 {
    width: 20%;
}
.tbl_w21 {
    width: 21%;
}
.tbl_w22 {
    width: 22%;
}
.tbl_w23 {
    width: 23%;
}
.tbl_w24 {
    width: 24%;
}
.tbl_w25 {
    width: 25%;
}
.tbl_w26 {
    width: 26%;
}
.tbl_w27 {
    width: 27%;
}
.tbl_w28 {
    width: 28%;
}
.tbl_w29 {
    width: 29%;
}
.tbl_w30 {
    width: 30%;
}
.tbl_w31 {
    width: 31%;
}
.tbl_w32 {
    width: 32%;
}
.tbl_w33 {
    width: 33%;
}
.tbl_w34 {
    width: 34%;
}
.tbl_w35 {
    width: 35%;
}
.tbl_w36 {
    width: 36%;
}
.tbl_w37 {
    width: 37%;
}
.tbl_w38 {
    width: 38%;
}
.tbl_w39 {
    width: 39%;
}
.tbl_w40 {
    width: 40%;
}
.tbl_w41 {
    width: 41%;
}
.tbl_w42 {
    width: 42%;
}
.tbl_w43 {
    width: 43%;
}
.tbl_w44 {
    width: 44%;
}
.tbl_w45 {
    width: 45%;
}
.tbl_w46 {
    width: 46%;
}
.tbl_w47 {
    width: 47%;
}
.tbl_w48 {
    width: 48%;
}
.tbl_w49 {
    width: 49%;
}
.tbl_w50 {
    width: 50%;
}
.tbl_w51 {
    width: 51%;
}
.tbl_w52 {
    width: 52%;
}
.tbl_w53 {
    width: 53%;
}
.tbl_w54 {
    width: 54%;
}
.tbl_w55 {
    width: 55%;
}
.tbl_w56 {
    width: 56%;
}
.tbl_w57 {
    width: 57%;
}
.tbl_w58 {
    width: 58%;
}
.tbl_w59 {
    width: 59%;
}
.tbl_w60 {
    width: 60%;
}
.tbl_w61 {
    width: 61%;
}
.tbl_w62 {
    width: 62%;
}
.tbl_w63 {
    width: 63%;
}
.tbl_w64 {
    width: 64%;
}
.tbl_w65 {
    width: 65%;
}
.tbl_w66 {
    width: 66%;
}
.tbl_w67 {
    width: 67%;
}
.tbl_w68 {
    width: 68%;
}
.tbl_w69 {
    width: 69%;
}
.tbl_w70 {
    width: 70%;
}
.tbl_w71 {
    width: 71%;
}
.tbl_w72 {
    width: 72%;
}
.tbl_w73 {
    width: 73%;
}
.tbl_w74 {
    width: 74%;
}
.tbl_w75 {
    width: 75%;
}
.tbl_w76 {
    width: 76%;
}
.tbl_w77 {
    width: 77%;
}
.tbl_w78 {
    width: 78%;
}
.tbl_w79 {
    width: 79%;
}
.tbl_w80 {
    width: 80%;
}
.tbl_w81 {
    width: 81%;
}
.tbl_w82 {
    width: 82%;
}
.tbl_w83 {
    width: 83%;
}
.tbl_w84 {
    width: 84%;
}
.tbl_w85 {
    width: 85%;
}
.tbl_w86 {
    width: 86%;
}
.tbl_w87 {
    width: 87%;
}
.tbl_w88 {
    width: 88%;
}
.tbl_w89 {
    width: 89%;
}
.tbl_w90 {
    width: 90%;
}
.tbl_w91 {
    width: 91%;
}
.tbl_w92 {
    width: 92%;
}
.tbl_w93 {
    width: 93%;
}
.tbl_w94 {
    width: 94%;
}
.tbl_w95 {
    width: 95%;
}
.tbl_w96 {
    width: 96%;
}
.tbl_w97 {
    width: 97%;
}
.tbl_w98 {
    width: 98%;
}
.tbl_w99 {
    width: 99%;
}
.tbl_w100 {
    width: 100%;
}