/********************************************************/
/*
* begin : reset css
*/
@charset "utf-8";
@import url(../fonts/NotoSansKr/font.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,700);

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,
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Segoe, "Noto Sans KR", "맑은 고딕", "돋움", Dotum, AppleGothic,
    Sans-serif, Arial !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1 !important;
  color: #666 !important;
  letter-spacing: 0.2px;
}

ul,
ol,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

img {
  border: 0 none;
  font-size: 0;
  line-height: 0;
}

sup {
  position: relative;
  top: 2px;
  font-size: 11px;
  line-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

th,
td {
  vertical-align: middle;
  /* white-space: nowrap */
}

a {
  color: #333;
  text-decoration: none;
  line-height: 1;
}

a:hover,
a:focus,
a:active {
  color: #1e56b6 !important;
  text-decoration: none;
}

a:visited {
  color: #666;
}

*,
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

label {
  font-weight: 300;
}

button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

input,
select,
textarea {
  vertical-align: bottom;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* input */
input.ym-form,
select.ym-form,
textarea.ym-form {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  vertical-align: middle;
  font-family: "Noto Sans KR", Segoe UI, Roboto, Helvetica Neue, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  padding: 4px 10px 4px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fafafa;
  box-sizing: border-box;
}

input.ym-form:hover,
select.ym-form:hover,
textarea.ym-form:hover,
input.ym-form:focus,
select.ym-form:focus,
textarea.ym-form:focus {
  background: #fff;
  border: 1px solid #666;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input.ym-form.small,
select.ym-form.small,
textarea.ym-form.small {
  font-size: 12px;
  padding: 2px 5px 2px !important;
  min-width: 50px;
}

input.ym-form::placeholder {
  color: #a3a2a2;
  font-style: italic;
}

input[type="button"].ym-form,
input[type="reset"].ym-form,
input[type="submit"].ym-form {
  min-width: 20px;
  width: auto;
  height: 29px;
  line-height: 29px;
  padding: 0 15px;
  margin: 0;
  border: 0;
  background: #7d7d7d;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
}

input[type="checkbox"].ym-form {
  width: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

input[type="checkbox"].ym-form + label {
  position: relative;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin: 0 5px;
  padding: 0 0 2px 22px;
  line-height: 16px;
  height: 17px;
  vertical-align: inherit;
}

input[type="checkbox"].ym-form + label:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: content-box;
}

input[type="checkbox"].ym-form + label:hover:before {
  border: 1px solid #4c72dc;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="checkbox"]:checked.ym-form + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: #4c72dc url(../images/icon_chk.png) no-repeat center 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #4c72dc;
  border-radius: 2px;
  background-size: 12px auto;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: content-box;
}

input[type="checkbox"]:disabled.ym-form + label:before {
  cursor: not-allowed;
  border: 1px solid rgba(181, 181, 184, 0.3);
}

input[type="checkbox"]:disabled.ym-form + label {
  cursor: not-allowed;
  color: rgba(107, 109, 120, 0.3);
}

input[type="radio"] {
  width: 0;
  margin: 0;
  padding: 0;
}

input[type="radio"] + label {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin: 0 5px;
  padding: 0 0 0 22px;
  line-height: 16px;
  height: 17px;
  vertical-align: inherit;
}

input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 0.5s;
  box-sizing: content-box;
}

input[type="radio"] + label:hover:before {
  border: 1px solid #4c72dc;
  transition: all 0.5s;
}

input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #4c72dc;
  border-radius: 50%;
  background-size: 12px auto;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: content-box;
}

input[type="radio"]:checked + label:after {
  background: url(../images/icon_radio.png) no-repeat center 2px;
}

input[type="radio"]:disabled + label:before {
  cursor: not-allowed;
  border: 1px solid rgba(181, 181, 184, 0.3);
}

input[type="radio"]:disabled + label {
  cursor: not-allowed;
  color: rgba(107, 109, 120, 0.3);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 22px;
  height: 22px;
  background: transparent;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0px;
}

::-webkit-scrollbar-track {
  height: 30px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 5px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-resizer {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  height: 45px;
  width: 45px;
  background: rgba(155, 170, 205, 0.5);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  border: 7px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  height: 45px;
  width: 45px;
  background: rgba(155, 170, 205, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  border: 7px solid transparent;
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* align*/
.t-left {
  text-align: left;
}

.t-cneter {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

/*text*/
.text_red {
  color: red !important;
}

.text_blue {
  color: #2188ff !important;
}

.text_grin {
  color: #7dbf1f !important;
}

/* button */
.btn_area {
  overflow: hidden;
  padding: 15px 0;
}

.ym-btn {
  position: relative;
  display: inline-block;
  min-height: 30px;
  min-width: 60px;
  font-family: "Noto Sans KR", Segoe UI, Roboto, Helvetica Neue, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  padding: 5px 8px 6px;
  margin: 0 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.ym-btn:hover,
.ym-btn:active {
  box-shadow: 2px 2px 0px #ddd;
  -webkit-box-shadow: 2px 2px 0px #ddd;
}

.ym-btn img {
  margin-top: -4px;
}

.ym-btn.small {
  font-size: 12px;
  padding: 2px 4px;
  min-width: 15px;
  min-height: 25px;
  line-height: 15px;
}

.ym-btn.medium {
  font-size: 14px;
  padding: 4px 6px;
}

.ym-btn.big {
  font-size: 16px;
  padding: 6px 8px;
}

.ym-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ym-btn.blue {
  color: #1e56b6;
}

.ym-btn.fill-blue {
  color: #fff !important;
  background: #4c72dc;
}

.ym-btn.fill-blue:hover {
  color: #fff !important;
  background: #3e62c2;
}

.ym-btn.fill-gray {
  color: #333 !important;
  background: #f8f9f9;
  border: 1px solid #c5c2c2;
}

.ym-btn.line-blue {
  color: #3761d2 !important;
  background: #fff;
  border: 1px solid #3761d2;
}

.ym-btn.line-green {
  color: #01796f !important;
  background: #fff;
  border: 1px solid #01796f;
}

.ym-btn.line-dark {
  color: #000 !important;
  background: #fff;
  border: 1px solid #666;
}

.ym-btn.line-gray {
  color: #666 !important;
  background: #fff;
  border: 1px solid #ccc;
}

.ym-btn.line-gray:hover {
  color: #000 !important;
  border: 1px solid #333;
}

.ym-btn.line-red {
  color: red !important;
  background: #fff;
  border: 1px solid red;
}

.ym-btn.fill-red {
  color: #fff !important;
  background: red;
}

.ym-btn.fill-red:hover {
  color: #fff !important;
  background: red;
}

.ym-btn.none {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: auto;
}

.ym-btn.none:hover,
.ym-btn.none:active {
  box-shadow: 0px 0px 0px #ddd;
  -webkit-box-shadow: 0px 0px 0px #ddd;
}

.btn_add_rec {
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0 4px;
}

.W_100 {
  width: 100px;
}

/* table */
.ym-table-header {
  position: relative;
  min-height: 35px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  margin-top: 25px;
  padding: 0 0 8px;
  overflow: hidden;
}

.ym-table-header .th-title {
  float: left;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.3px;
}

.ym-table-header .th-right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #555;
  font-weight: 400;
}

.ym-table-header .th-right .th-cont {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  line-height: 28px;
  vertical-align: middle;
}

.ym-table-header .th-right .th-cont span {
  color: #325ed8;
}

.ym-table-list {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border-top: 1px solid #666;
}

.ym-table-list {
  font-size: 13px;
}

.ym-table-list label {
  font-size: 13px;
}

.ym-table-list th {
  color: #333;
  font-weight: 400;
  text-align: center;
  height: 30px;
  padding: 3px 10px 2px;
  background: #fafafa;
  border-left: 0px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.ym-table-list tr th:first-child {
  border-left: 0;
}

.ym-table-list td {
  font-weight: 400;
  text-align: center;
  color: #333;
  height: 30px;
  padding: 3px 6px 2px;
  background: #fff;
  border-left: 0px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.ym-table-list th.left_bar,
.ym-table-list td.left_bar {
  border-left: 1px solid #dadce0;
}

.ym-table-list th.right_bar,
.ym-table-list td.right_bar {
  border-right: 1px solid #dadce0;
}

.ym-table-list th.left,
.ym-table-list td.left {
  text-align: left;
}

.ym-table-list td:first-child {
  border-left: 0;
}

.ym-table-list tr:hover th,
.ym-table-list tr:hover td {
  background: #f5f8fc;
}

.ym-table-list tr.on td {
  background: #deeaf9;
}

.ym-table-read {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dadce0;
}

.ym-table-read {
  font-size: 12px;
}

.ym-table-read label {
  font-size: 13px;
}

.ym-table-read th {
  color: #000;
  font-weight: 500;
  text-align: center;
  height: 30px;
  padding: 3px 10px 2px;
  background: #fafafa;
  border-left: 0px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.ym-table-read tr th:first-child {
  border-left: 0;
}

.ym-table-read td {
  font-weight: 400;
  text-align: left;
  color: #333;
  height: 30px;
  padding: 5px 6px 5px;
  background: #fff;
  border-left: 0px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.ym-table-read td:first-child {
  border-left: 0;
}

.fixedHeader {
  position: sticky;
  top: 0;
  background: #313439;
  border-top: 1px solid black;
  border-bottom: 1px solid #ddd;
}

.fixedHeader::before {
  content: "";
  position: absolute;
  top: -1px;
  background: #ddd;
  display: block;
  height: 1px;
  left: -1px;
  width: 100%;
  z-index: 2;
  border-top: 1px solid black;
}

.fixedHeader::after {
  content: "";
  position: absolute;
  bottom: -1px;
  background: #ddd;
  display: block;
  height: 1px;
  left: -1px;
  width: 100%;
  z-index: 2;
}

/* ymp-paginate */
.ym-page-white {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.ym-page-white * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  font-size: 13px;
}

.ym-page-white a {
  color: #666;
  text-decoration: none;
  border: 0px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 24px;
}

.ym-page-white strong {
  color: #000;
  background: #fff;
  border: 1px solid #666;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-weight: normal;
}

.ym-page-white a:hover,
.paginate a:active {
  color: #000;
  background: #fff;
  border: 0px solid #000;
}

.ym-page-white a.first {
  margin-right: 5px;
}

.ym-page-white a.last {
  margin-left: 5px;
}

.ym-page-white .dir:hover,
.paginate .dir:active {
  background: #fff;
}

.ym-page-white .dir img {
  display: block;
  margin: 0;
  height: 100%;
}

.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;
}

.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;
}

.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;
}

.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;
}

/* padding */
.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;
}

.pr_0 {
  padding-right: 0px !important;
}

.pr_5 {
  padding-right: 5px !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;
}

.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;
}

.pl_0 {
  padding-left: 0px !important;
}

.pl_5 {
  padding-left: 5px !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;
}

/** 고정 px width 클레스 */
.wd_5px {
  width: 5px;
}

.wd_10px {
  width: 10px;
}

.wd_15px {
  width: 15px;
}

.wd_20px {
  width: 20px;
}

.wd_25px {
  width: 25px;
}

.wd_30px {
  width: 30px;
}

.wd_35px {
  width: 35px;
}

.wd_40px {
  width: 40px;
}

.wd_45px {
  width: 45px;
}

.wd_50px {
  width: 50px;
}

.wd_55px {
  width: 55px;
}

.wd_60px {
  width: 60px;
}

.wd_65px {
  width: 65px;
}

.wd_70px {
  width: 70px;
}

.wd_75px {
  width: 75px;
}

.wd_80px {
  width: 80px;
}

.wd_85px {
  width: 85px;
}

.wd_90px {
  width: 90px;
}

.wd_95px {
  width: 95px;
}

.wd_100px {
  width: 100px;
}

.wd_105px {
  width: 105px;
}

.wd_110px {
  width: 110px;
}

.wd_115px {
  width: 115px;
}

.wd_120px {
  width: 120px;
}

.wd_125px {
  width: 125px;
}

.wd_130px {
  width: 130px;
}

.wd_135px {
  width: 135px;
}

.wd_140px {
  width: 140px;
}

.wd_145px {
  width: 145px;
}

.wd_150px {
  width: 150px;
}

.wd_155px {
  width: 155px;
}

.wd_160px {
  width: 160px;
}

.wd_165px {
  width: 165px;
}

.wd_170px {
  width: 170px;
}

.wd_175px {
  width: 175px;
}

.wd_180px {
  width: 180px;
}

.wd_185px {
  width: 185px;
}

.wd_190px {
  width: 190px;
}

.wd_195px {
  width: 195px;
}

.wd_200px {
  width: 200px;
}

.wd_205px {
  width: 205px;
}

.wd_210px {
  width: 210px;
}

.wd_215px {
  width: 215px;
}

.wd_220px {
  width: 220px;
}

.wd_225px {
  width: 225px;
}

.wd_230px {
  width: 230px;
}

.wd_235px {
  width: 235px;
}

.wd_240px {
  width: 240px;
}

.wd_245px {
  width: 245px;
}

.wd_250px {
  width: 250px;
}

.wd_255px {
  width: 255px;
}

.wd_260px {
  width: 260px;
}

.wd_265px {
  width: 265px;
}

.wd_270px {
  width: 270px;
}

.wd_275px {
  width: 275px;
}

.wd_280px {
  width: 280px;
}

.wd_285px {
  width: 285px;
}

.wd_290px {
  width: 290px;
}

.wd_295px {
  width: 295px;
}

.wd_300px {
  width: 300px;
}

.wd_305px {
  width: 305px;
}

.wd_310px {
  width: 310px;
}

.wd_315px {
  width: 315px;
}

.wd_320px {
  width: 320px;
}

.wd_325px {
  width: 325px;
}

.wd_330px {
  width: 330px;
}

.wd_335px {
  width: 335px;
}

.wd_340px {
  width: 340px;
}

.wd_345px {
  width: 345px;
}

.wd_350px {
  width: 350px;
}

.wd_355px {
  width: 355px;
}

.wd_360px {
  width: 360px;
}

.wd_365px {
  width: 365px;
}

.wd_370px {
  width: 370px;
}

.wd_375px {
  width: 375px;
}

.wd_380px {
  width: 380px;
}

.wd_385px {
  width: 385px;
}

.wd_390px {
  width: 390px;
}

.wd_395px {
  width: 395px;
}

.wd_400px {
  width: 400px;
}

.wd_770px {
  width: 770px;
}

/***
  * 100px 단위 모달 정의 
  */
.modal-100 {
  width: 100px;
}

.modal-200 {
  width: 200px;
}

.modal-300 {
  width: 300px;
}

.modal-400 {
  width: 400px;
}

.modal-500 {
  width: 500px;
}

.modal-600 {
  width: 600px;
}

.modal-700 {
  width: 700px;
}

.modal-800 {
  width: 800px;
}

.modal-900 {
  width: 900px;
}

.modal-1000 {
  width: 1000px;
}

.modal-1100 {
  width: 1100px;
}

.modal-1200 {
  width: 1200px;
}

.modal-1300 {
  width: 1300px;
}

.modal-1400 {
  width: 1400px;
}

.modal-1500 {
  width: 1500px;
}

.modal-1600 {
  width: 1600px;
}

.modal-1700 {
  width: 1700px;
}

.modal-1800 {
  width: 1800px;
}
