@media only screen and (max-width: 768px) {
  .container {
    width: 100% !important;
  }
}
/*header menu text color*/
/*header menu background color*/
div,
p {
  font-family: 'Gothic A1', sans-serif, 'Noto Sans KR', '나눔고딕', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 12pt;
  line-height: 160%;
  font-weight: 400;
  color: ##595959;
}
.no-padding {
  padding: 0px !important;
}
/* 원형 버튼 */
.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
  outline: 0 !important;
}
.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}
.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}
.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}
.btn-icon {
  position: relative;
  padding-left: 32px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.2em;
  text-align: center;
}
.btn-icon-sm {
  position: relative;
  padding-left: 28px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-icon-sm > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  line-height: 28px;
  font-size: 1.2em;
  text-align: center;
}
section#layout {
  width: 100%;
  height: 100%;
}
img {
  border: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  color: #5555dd;
}
html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Gothic A1', sans-serif, 'Noto Sans KR', '나눔고딕', '맑은 고딕', 'Malgun Gothic', sans-serif;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  color: #232323;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gothic A1', sans-serif, 'Noto Sans KR', '나눔고딕', '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  /* text-shadow: transparent 0px 0px 0px, rgba(0,0,0, 0.75) 1px 2px 1px;*/
  font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  line-height: 140%;
  -webkit-text-stroke: 0.1px rgba(0, 0, 0, 0.25);
  /*마치 맥의 폰트처럼 두께 라인을 살려준다. */
  -webkit-text-stroke-color: 0.1px rgba(0, 0, 0, 0.4);
  /*마치 맥의 폰트처럼 두께 라인을 살려준다. */
  color: #515151;
}
.wow {
  visibility: hidden;
}
h1 {
  font-size: 20pt;
}
.clearboth {
  clear: both;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
div#ajax_loader {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 100000;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  margin: auto auto;
  padding: 0px;
  text-align: center;
  overflow: auto;
}
div#ajax_loader > div.frame_loading {
  display: table-cell;
  margin: auto;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: white;
  vertical-align: middle;
}
div#ajax_loader > div.frame_loading > input {
  display: none;
  margin: 0px;
  padding: 0px;
  width: 0px;
  height: 0px;
}
.fa-rpadding-5 {
  padding-right: 5px;
}
.fa-rpadding-7 {
  padding-right: 5px;
}
.fa-rpadding-10 {
  padding-right: 5px;
}
/*.wow{visibility: hidden;}*/
label {
  font-weight: 400;
  font-size: 10pt;
}
.btn {
  font-weight: 400 !important;
}
strong {
  font-weight: 700 !important;
}
.row-small {
  width: 100%;
  margin: 0px -3px;
}
.row-small [class^="col-"],
.row-small [class*="col-"] {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.row-small:after {
  clear: both;
  display: block;
  content: " ";
}
