@charset "UTF-8";
/*=================================================
                Reset
=================================================*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: keep-all; }

/*reset.css 에서 추가*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section {
  display: block; }

figcaption, figure, main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

ol, ul {
  list-style: none; }

/*reset.css 에서 추가*/
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

svg:not(:root) {
  overflow: hidden; }

input[type="text"], input[type="button"], input[type="password"], input[type="tel"], input[type="email"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

select {
  -webkit-appearance: none;
  border-radius: 0; }

button, input, optgroup, select, textarea {
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*custom 추가*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover, a:active, a:visited, a:focus {
  color: inherit;
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-style: none; }

body {
  overflow-x: hidden; }

/*=================================================
                Helpers
=================================================*/
/* 폰트 사이즈 */
.font-xs {
  font-size: 10px !important; }

.font-sm {
  font-size: 12px !important; }

.font-md {
  font-size: 15px !important; }

.font-lg {
  font-size: 18px !important; }

.font-xl {
  font-size: 24px !important; }

/* 폰트 두께 */
.font-100 {
  font-weight: 100 !important; }

.font-300 {
  font-weight: 300 !important; }

.font-400 {
  font-weight: 400 !important; }

.font-500 {
  font-weight: 500 !important; }

.font-600 {
  font-weight: 600 !important; }

.font-700 {
  font-weight: 700 !important; }

.font-900 {
  font-weight: 900 !important; }

/* 폰트관련 */
.caps {
  text-transform: uppercase; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* Margin & Padding */
.m0 {
  margin: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.p0 {
  padding: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

/* 정렬 */
.left-align {
  text-align: left !important; }

.right-align {
  text-align: right !important; }

.center-align {
  text-align: center !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

/* Float & Clear */
.clear {
  *zoom: 1; }

.clear:after {
  clear: both;
  content: "";
  display: block; }

.f_l {
  float: left; }

.f_r {
  float: right; }

.overflow-hidden {
  overflow: hidden; }

/* 긴글 처리 */
.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* 손가락 커서 */
.pointer {
  cursor: pointer !important; }

.disabled {
  cursor: default !important;
  pointer-events: none !important; }

/* 텍스트 단락 */
.keep-all {
  word-break: keep-all; }

.break-all {
  word-break: break-all; }

/* ie 테이블 내부 이미지 버그수정 */
[class*='ie'] .table-inside-img {
  /* For IE */
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important; }

/* Button */
.btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #ddd;
  border: none;
  outline: 0;
  color: inherit;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .3s ,color .3s;
  transition: background-color .3s ,color .3s; }

.btn:disabled {
  background-color: #ddd !important;
  color: #999 !important; }

/* Position */
.d-topmiddle {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.d-topleft {
  position: absolute;
  left: 0;
  top: 0; }

.d-topright {
  position: absolute;
  right: 0;
  top: 0; }

.d-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.d-left {
  position: absolute;
  top: 50%;
  left: 0%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.d-right {
  position: absolute;
  top: 50%;
  right: 0%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.d-bottommiddle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.d-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0; }

.d-bottomright {
  position: absolute;
  right: 0;
  bottom: 0; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

/* Circle */
.circle {
  border-radius: 50%; }

/* Display value */
.hide {
  display: none !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

@media screen and (min-width: 544px) {
  .sm-hide {
    display: none !important; }
  .sm-block {
    display: block !important; }
  .sm-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 768px) {
  .md-hide {
    display: none !important; }
  .md-block {
    display: block !important; }
  .md-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 992px) {
  .lg-hide {
    display: none !important; }
  .lg-block {
    display: block !important; }
  .lg-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 1200px) {
  .xl-hide {
    display: none !important; }
  .xl-block {
    display: block !important; }
  .xl-inline-block {
    display: inline-block !important; } }

/*transition_helper*/
.trs-prop-opacity {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.trs-prop-bg {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background; }

.trs-prop-color {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }

.trs-prop-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform; }

.trs-prop-border {
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border; }

.trs-du-03 {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.trs-du-06 {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.trs-du-09 {
  -webkit-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.trs-du-12 {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s; }

/*=================================================
                Grid
=================================================*/
.area {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

.area_fluid {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  display: block;
  margin-right: -1%;
  margin-left: -1%; }

.row:after {
  content: "";
  display: block;
  clear: both; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col, .col-xl-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1%;
  padding-left: 1%;
  float: left; }

@media (min-width: 544px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 1%;
    padding-left: 1%; } }

@media (min-width: 768px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 1%;
    padding-left: 1%; } }

@media (min-width: 992px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 1%;
    padding-left: 1%; } }

@media (min-width: 1200px) {
  .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 1%;
    padding-left: 1%; } }

.col {
  max-width: 100%; }

.col-auto {
  width: auto; }

.col-1 {
  width: 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  width: 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  width: 25%;
  max-width: 25%; }

.col-4 {
  width: 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  width: 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  width: 50%;
  max-width: 50%; }

.col-7 {
  width: 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  width: 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  width: 75%;
  max-width: 75%; }

.col-10 {
  width: 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  width: 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  width: 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 544px) {
  .col-sm {
    max-width: 100%; }
  .col-sm-auto {
    width: auto; }
  .col-sm-1 {
    width: 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    width: 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    width: 25%;
    max-width: 25%; }
  .col-sm-4 {
    width: 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    width: 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    width: 50%;
    max-width: 50%; }
  .col-sm-7 {
    width: 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    width: 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    width: 75%;
    max-width: 75%; }
  .col-sm-10 {
    width: 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    width: 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    width: 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.333333%; }
  .pull-sm-2 {
    right: 16.666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.333333%; }
  .pull-sm-5 {
    right: 41.666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.333333%; }
  .pull-sm-8 {
    right: 66.666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.333333%; }
  .pull-sm-11 {
    right: 91.666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.333333%; }
  .push-sm-2 {
    left: 16.666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.333333%; }
  .push-sm-5 {
    left: 41.666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.333333%; }
  .push-sm-8 {
    left: 66.666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.333333%; }
  .push-sm-11 {
    left: 91.666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%; }
  .col-md-auto {
    width: auto; }
  .col-md-1 {
    width: 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    width: 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    width: 25%;
    max-width: 25%; }
  .col-md-4 {
    width: 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    width: 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    width: 50%;
    max-width: 50%; }
  .col-md-7 {
    width: 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    width: 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    width: 75%;
    max-width: 75%; }
  .col-md-10 {
    width: 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    width: 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    width: 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.333333%; }
  .pull-md-2 {
    right: 16.666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.333333%; }
  .pull-md-5 {
    right: 41.666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.333333%; }
  .pull-md-8 {
    right: 66.666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.333333%; }
  .pull-md-11 {
    right: 91.666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.333333%; }
  .push-md-2 {
    left: 16.666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.333333%; }
  .push-md-5 {
    left: 41.666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.333333%; }
  .push-md-8 {
    left: 66.666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.333333%; }
  .push-md-11 {
    left: 91.666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%; }
  .col-lg-auto {
    width: auto; }
  .col-lg-1 {
    width: 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    width: 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    width: 25%;
    max-width: 25%; }
  .col-lg-4 {
    width: 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    width: 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    width: 50%;
    max-width: 50%; }
  .col-lg-7 {
    width: 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    width: 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    width: 75%;
    max-width: 75%; }
  .col-lg-10 {
    width: 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    width: 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    width: 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.333333%; }
  .pull-lg-2 {
    right: 16.666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.333333%; }
  .pull-lg-5 {
    right: 41.666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.333333%; }
  .pull-lg-8 {
    right: 66.666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.333333%; }
  .pull-lg-11 {
    right: 91.666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.333333%; }
  .push-lg-2 {
    left: 16.666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.333333%; }
  .push-lg-5 {
    left: 41.666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.333333%; }
  .push-lg-8 {
    left: 66.666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.333333%; }
  .push-lg-11 {
    left: 91.666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%; }
  .col-xl-auto {
    width: auto; }
  .col-xl-1 {
    width: 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    width: 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    width: 25%;
    max-width: 25%; }
  .col-xl-4 {
    width: 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    width: 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    width: 50%;
    max-width: 50%; }
  .col-xl-7 {
    width: 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    width: 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    width: 75%;
    max-width: 75%; }
  .col-xl-10 {
    width: 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    width: 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    width: 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.333333%; }
  .pull-xl-2 {
    right: 16.666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.333333%; }
  .pull-xl-5 {
    right: 41.666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.333333%; }
  .pull-xl-8 {
    right: 66.666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.333333%; }
  .pull-xl-11 {
    right: 91.666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.333333%; }
  .push-xl-2 {
    left: 16.666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.333333%; }
  .push-xl-5 {
    left: 41.666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.333333%; }
  .push-xl-8 {
    left: 66.666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.333333%; }
  .push-xl-11 {
    left: 91.666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/*=================================================
            플러그인 초기 셋팅
=================================================*/
/*편집기 이미지 컨텐츠 가로 조절*/
.ckeditor_content img {
  max-width: 100% !important;
  height: auto !important; }

/*편집기 유튜브 컨텐츠 가로 조절*/
.ckeditor_content [src*='https://www.youtube.com'] {
  max-width: 100% !important; }

/*편집기 이중스크롤 오류*/
.cke_screen_reader_only {
  height: 0px !important; }

/*
css 코딩 규칙
1. 5depth 이상은 되도록 넘어가지 않도록 한다.
2. css 네이밍은 의미를 갖고 있어야한다
3. css 속성 선언 순서
  1) 박스
     -position
     -display
     -float
     -width & height
     **-line-height**
     -margin & padding
     -overflow

  2) 테두리
    -border
    -outline

  3) 배경
    -background-color
    -background-image
    -background-repeat
    -background-position('%표기' , '특수한 경우에만 방향과 px을 사용한다')
    -background-size

  4) 텍스트
    -font-family
    -font-size
    -font-weight
    -letter-spacing
    -color

  5) 그 외(자유)
    나머지 알아서 작성하세요
*/
/*=================================================
            default-module
=================================================*/
/*=================================================
            default-img-list
=================================================*/
.default-img-list li {
  margin-bottom: 50px; }

/*리스트 간격한 만큼 부모에서 빼주기*/
.default-img-list {
  margin: 0 -5px; }

.default-img-list .no-content {
  height: 150px;
  line-height: 150px; }

/*리스트 간격조절*/
.default-img-list [class*='col-'] {
  padding: 0 5px; }

.default-img-list .image-wrap {
  overflow: hidden; }

.default-img-list .bg-img {
  padding-top: 64.9%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.default-img-list .text-wrap {
  padding: 15px 10px 10px;
  background-color: #fff;
  border: 1px solid #eee;
  word-break: keep-all; }

.default-img-list .text-wrap .title {
  height: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #333;
  overflow: hidden; }

.default-img-list .text-wrap .text {
  height: 90px;
  line-height: 1.78;
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.02em;
  word-break: keep-all;
  overflow: hidden; }

.default-img-list .text-wrap .date {
  font-size: 12px;
  color: #666;
  letter-spacing: 0.05em; }

@media screen and (min-width: 992px) {
  /*리스트 간격한 만큼 부모에서 빼주기*/
  .default-img-list {
    margin: 0 -1%; }
  /*리스트 간격조절*/
  .default-img-list [class*='col-'] {
    padding: 0 1%; }
  .default-img-list .text-wrap {
    padding: 20px 20px 17px; }
  .default-img-list .text-wrap .title {
    height: 50px;
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    overflow: hidden; }
  .default-img-list .text-wrap .text {
    height: 95px;
    line-height: 1.78;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    letter-spacing: -0.02em;
    overflow: hidden; } }

/*=================================================
        default-img-list.non-effect-list
=================================================*/
.default-img-list.non-effect-list .content-wrap {
  text-align: center; }

.default-img-list.non-effect-list .image-wrap {
  height: 95px; }

.default-img-list.non-effect-list .text-wrap {
  border: 0;
  text-align: center; }

.default-img-list.non-effect-list .text-wrap .title {
  height: auto;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

/*=================================================
       default-img-list.effect-list
=================================================*/
.default-img-list.effect-list .content-wrap {
  position: relative;
  display: block;
  padding: 50px 0;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
  text-align: center; }

.default-img-list.effect-list .image-wrap {
  height: 89px; }

.default-img-list.effect-list .text-wrap {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center; }

.default-img-list.effect-list .text-wrap .title {
  height: auto;
  line-height: 189px;
  margin-bottom: 0;
  color: #fff; }

.default-img-list.effect-list .bg-img {
  padding-top: 54%;
  background-image: url(/views/res/imgs/page/img_list_img02.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto; }

/*=================================================
       default-img-list.box-effect-list
=================================================*/
.default-img-list.box-effect-list .content-wrap {
  padding: 50px;
  border: 1px solid #ddd;
  text-align: center; }

.default-img-list.box-effect-list .image-wrap {
  height: 95px; }

.default-img-list.box-effect-list .text-wrap {
  padding: 0;
  border: 0;
  text-align: center; }

.default-img-list.box-effect-list .text-wrap .title {
  height: auto;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

/*=================================================
            default-rp-board
=================================================*/
.default-rp-board dd a {
  overflow: hidden; }

.default-rp-board.dd-middle dd .inner-table {
  display: table;
  width: 100%; }

.default-rp-board dd.no-comment {
  display: table;
  width: 100%; }

.default-rp-board dd.no-comment div {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 992px) {
  /*== 텍스트 게시판 기본스타일 start==*/
  /* 가로 사이즈 */
  .default-rp-board .w10 {
    width: 10%; }
  .default-rp-board .w15 {
    width: 15%; }
  .default-rp-board .w15 {
    width: 15%; }
  .default-rp-board .w20 {
    width: 20%; }
  .default-rp-board .w25 {
    width: 25%; }
  .default-rp-board .w30 {
    width: 30%; }
  .default-rp-board .w35 {
    width: 35%; }
  .default-rp-board .w40 {
    width: 40%; }
  .default-rp-board .w45 {
    width: 45%; }
  .default-rp-board .w50 {
    width: 50%; }
  .default-rp-board .w55 {
    width: 55%; }
  .default-rp-board .w60 {
    width: 60%; }
  .default-rp-board .w65 {
    width: 65%; }
  .default-rp-board .w70 {
    width: 70%; }
  .default-rp-board .w75 {
    width: 75%; }
  .default-rp-board .w80 {
    width: 80%; }
  .default-rp-board .w85 {
    width: 85%; }
  .default-rp-board .w90 {
    width: 90%; }
  .default-rp-board .w95 {
    width: 95%; }
  .default-rp-board .w100 {
    width: 100%; }
  /* 게시판 */
  .default-rp-board dt {
    display: block;
    overflow: hidden; }
  .default-rp-board dt > * {
    float: left; }
  .default-rp-board dd div {
    float: left; }
  .default-rp-board.dd-middle dd {
    display: table;
    width: 100%; }
  .default-rp-board.dd-middle dd div {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    line-height: normal;
    float: none; } }

/*=================================================
            default-jg-tab
=================================================*/
/* 탭 */
.default-jg-tab .tab-ul {
  position: relative;
  overflow: hidden;
  text-align: center; }

.default-jg-tab .tab-ul .nav-item {
  display: inline-block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: -0.02em; }

.default-jg-tab .tab-ul .nav-item.on {
  border-color: #1880cf;
  background-color: #1880cf;
  color: #fff; }

.default-jg-tab .tab-ul a {
  display: block;
  height: 100%; }

.default-jg-tab .tab-cont {
  display: none; }

.default-jg-tab .tab-cont.on {
  display: block; }

/* 탭 end */
.default-jg-tab .text-wrap p {
  line-height: 1.7;
  font-size: 14px;
  color: #222; }

/*=================================================
            default-write-form
=================================================*/
.default-write-form .form-wrap {
  display: table;
  width: 100%;
  line-height: 1.8;
  border-top: 1px solid #ddd;
  font-size: 12px; }

.default-write-form-title-wrap {
  margin-bottom: 8px;
  font-size: 12px;
  color: #555; }

.default-write-form-title-wrap .neces {
  position: relative;
  top: 3px;
  color: #de1c1c; }

.default-write-form .form-wrap:last-child {
  border-bottom: 1px solid #ddd; }

.default-write-form .form-wrap .form-title {
  display: table-cell;
  width: 100px;
  height: 50px;
  padding: 0 10px;
  background-color: #fafafa;
  color: #5c5c5c;
  text-align: left;
  vertical-align: middle; }

.default-write-form .form-wrap .form-body {
  display: table-cell;
  height: 50px;
  padding: 7px 10px 8px 10px;
  background-color: #fff;
  text-align: left;
  vertical-align: middle; }

.default-write-form .input-base {
  width: 100%;
  max-width: 300px;
  height: 35px;
  margin-right: 5px;
  padding: 6px 9px;
  border: 1px solid #ddd;
  font-size: 11px;
  letter-spacing: 0.05em; }

.default-write-form textarea.input-base {
  max-width: 100%;
  min-height: 65px;
  resize: none; }

.default-write-form .input-base::-webkit-input-placeholder {
  color: #c3c3c3; }

.default-write-form .login-popup-btn {
  width: 114px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  background-color: #eaeaea; }

.default-write-form .address_wrap .input-base:first-child {
  width: 146px; }

.default-write-form .address_wrap .input-base {
  display: block;
  clear: both;
  margin-bottom: 5px; }

.default-write-form .address_wrap .input-base:nth-child(4) {
  margin-bottom: 0; }

.default-write-form .phone-wrap .input-base,
.default-write-form .birthday-wrap .input-base {
  width: 70px;
  padding: 6px 5px;
  margin: 0;
  background-position: center right 5px;
  vertical-align: middle; }

.default-write-form .phone-wrap .input-base:first-of-type,
.default-write-form .birthday-wrap .input-base:first-of-type {
  margin-left: 0; }

.default-write-form .phone-wrap .input-base:last-child,
.default-write-form .birthday-wrap .input-base:last-child {
  margin-top: 5px;
  margin-left: 0; }

.neces-text {
  margin-bottom: 5px;
  float: right;
  font-family: 'Dotum', '돋움`', Arial, sans-serif;
  font-size: 11px;
  color: #c20000;
  vertical-align: middle; }

.neces {
  color: #c20000;
  vertical-align: middle; }

@media screen and (min-width: 410px) {
  .default-write-form .phone-wrap .input-base:last-child,
  .default-write-form .birthday-wrap .input-base:last-child {
    margin-top: 0; } }

@media screen and (min-width: 544px) {
  .default-write-form .form-wrap .form-body {
    padding-left: 30px;
    padding-right: 30px; }
  .default-write-form .phone-wrap .input-base,
  .default-write-form .birthday-wrap .input-base {
    width: 100px; } }

@media screen and (min-width: 992px) {
  .default-write-form .form-wrap {
    font-size: 12px; }
  .default-write-form .form-wrap .form-title {
    width: 180px;
    padding-left: 25px; }
  .default-write-form .form-wrap .form-body {
    font-size: 12px; }
  .agreement-container .agree-wrap {
    font-size: 12px; } }

/*=================================================
            default-order-info-wrap-pc
=================================================*/
@media screen and (min-width: 992px) {
  /*주문 테이블 pc 공통코드*/
  .default-order-info-wrap-pc {
    margin-bottom: 100px; }
  .default-order-table-pc-style1 {
    width: 100%;
    font-family: Dotum, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center; }
  .default-order-table-pc-style1 thead th {
    height: 50px;
    background-color: #f9f9f9;
    vertical-align: middle; }
  .default-order-table-pc-style1 tbody .goods-list-wrap {
    border-bottom: 1px solid #ddd; }
  .default-order-table-pc-style1 tbody .goods-list-wrap.active {
    background-color: #f7f7f7; }
  .default-order-table-pc-style1 tbody td {
    height: 86px;
    vertical-align: middle; }
  .default-order-table-pc-style1 tbody .goods-img img {
    max-width: 60px; }
  .default-order-table-pc-style1 tbody .goods-name {
    letter-spacing: -0.02em; }
  .default-order-table-pc-style1 tbody .goods-name-option {
    margin-top: 5px;
    color: #999; }
  /*주문 테이블 마이페이지*/
  .default-order-table-pc-style1 .goods-code:hover {
    color: #006cff; }
  /*주문 테이블 장바구니*/
  .default-order-table-pc-style1 .no-goods td {
    height: 86px;
    background-color: #fff;
    border-bottom: 1px solid #ddd; }
  .default-order-table-pc-style1 tbody .unavailable * {
    color: #ccc; }
  .default-order-table-pc-style1 tbody .goods-list-wrap .goods-unavailable-msg {
    margin-top: 5px;
    color: #d20000 !important; } }

/*=================================================
            default-order-table-m-style1
=================================================*/
/*주문 테이블 mobile 공통코드*/
.default-order-info-wrap-mobile {
  margin-bottom: 50px; }

.default-order-table-m-style1 li {
  margin: 10px 0;
  border-top: 1px solid #ddd;
  background-color: #fff; }

.default-order-table-m-style1 li.active {
  background-color: #f7f7f7; }

.default-order-table-m-style1 .goods-list-wrap {
  min-height: 88px;
  border-bottom: 1px solid #ddd;
  font-family: Dotum, sans-serif;
  font-size: 11px; }

/*주문 테이블 mobile 헤더영역*/
.default-order-table-m-style1 .goods-list-wrap-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 5px; }

.default-order-table-m-style1 .goods-list-wrap-header .title,
.default-order-table-m-style1 .goods-list-wrap-footer .title {
  display: inline-block;
  width: 80px; }

/*주문 테이블 mobile 바디영역*/
.default-order-table-m-style1 .goods-list-wrap-body {
  position: relative;
  padding: 15px 10px 15px 10px; }

.default-order-table-m-style1 .goods-list-wrap-body .goods-img {
  width: 60px;
  height: 66px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.default-order-table-m-style1 .goods-list-wrap-body .right-wrap {
  margin-left: 80px;
  color: #000;
  text-align: right; }

.default-order-table-m-style1 .goods-list-wrap-body .goods-name {
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px; }

.default-order-table-m-style1 .goods-list-wrap-body .goods-name-option {
  margin-top: 3px;
  color: #999; }

.default-order-table-m-style1 .goods-list-wrap-body .good-total-info-wrap {
  margin-top: 15px; }

.default-order-table-m-style1 .goods-list-wrap-body .goods-price {
  margin-top: 5px;
  font-family: "Noto Sans KR",sans-serif;
  font-weight: 500; }

/*주문 테이블 mobile 푸터영역*/
.default-order-table-m-style1 .goods-list-wrap-footer {
  min-height: 37px;
  padding: 5px 10px;
  border-top: 1px solid #e5e5e5; }

.default-order-table-m-style1 .goods-list-wrap-footer .goods-status {
  letter-spacing: -0.05em; }

/*주문 테이블 mobile 장바구니*/
.default-order-table-m-style1 .no-goods {
  padding: 15px 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  font-size: 12px; }

.default-order-table-m-style1 .unavailable * {
  color: #ccc !important; }

.default-order-table-m-style1 .goods-list-wrap-body .goods-unavailable-msg {
  margin-top: 5px;
  color: #d20000 !important; }

.bottom-price-postscript {
  color: #d20000 !important; }

/*=================================================
            default-contact-write-form
=================================================*/
.default-contact-form-title {
  margin-bottom: 25px;
  font-size: 20px; }

.default-contact-write-form .form-wrap {
  margin-bottom: 10px; }

.default-contact-write-form .input-default {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  outline: 0;
  font-size: 14px;
  color: #666; }

.default-contact-write-form .input-default::-webkit-input-placeholder,
.default-contact-write-form .input-default:-ms-input-placeholder {
  color: #666; }

.default-contact-write-form .input-textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  outline: 0;
  font-size: 14px;
  color: #666;
  resize: none; }

.default-contact-write-form .input-textarea::-webkit-input-placeholder,
.default-contact-write-form .input-textarea:-ms-input-placeholder {
  color: #666; }

/* 첨부파일 */
.default-contact-write-form .attach-wrap {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff; }

.default-contact-write-form .attach-wrap .file_name {
  width: calc(100% - 80px - 5px);
  height: 40px;
  padding-left: 10px;
  margin-right: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #999; }

.default-contact-write-form .attach-wrap input[type="file"] {
  /* 기존 파일 버튼 숨기기 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.default-contact-write-form .attach-wrap label {
  /* 새로운 파일 버튼 커스텀 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.05em;
  text-align: center; }

.default-contact-write-form .attach-wrap label:hover {
  cursor: pointer; }

/*=============================체크박스 커스텀============================*/
.default-contact-write-form .checkbox-btn-content {
  display: inline-block;
  margin: 0;
  font-size: 14px; }

.default-contact-write-form .checkbox-btn-content input[type=checkbox] {
  display: none; }

.default-contact-write-form .checkbox-btn-content label {
  position: relative;
  vertical-align: middle; }

.default-contact-write-form .checkbox-btn-content label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #bbb; }

.default-contact-write-form .checkbox-btn-content input[type=checkbox]:checked ~ label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #555; }

.default-contact-write-form .checkbox-btn-content .check-label {
  padding-left: 20px;
  vertical-align: text-top; }

/* 서브밋 버튼 */
.default-contact-write-form .contact-submit-btn {
  padding: 10px 25px 10px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px; }

.default-contact-write-form .contact-submit-btn span {
  vertical-align: middle; }

.default-contact-write-form .contact-submit-btn:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle; }

@media screen and (min-width: 992px) {
  .name-wrap {
    width: calc(100% - 50% - 5px);
    float: left;
    margin-right: 5px; }
  .select-wrap {
    width: calc(100% - 50% - 5px);
    float: left;
    margin-left: 5px; }
  .default-contact-write-form .attach-wrap .file_name {
    width: calc(100% - 100px - 5px); }
  .default-contact-write-form .attach-wrap label {
    width: 100px; } }

/*=================================================
        default-rating-stars(별점 리뷰)
=================================================*/
.default-rating-stars {
  border: none;
  float: left;
  margin-right: 5px; }

.default-rating-stars > input {
  display: none; }

.default-rating-stars > label:before {
  margin: 1px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"; }

.default-rating-stars > .half:before {
  font-size: 14px;
  content: "\f089";
  position: absolute; }

.default-rating-stars > label {
  color: #ddd;
  float: right; }

.default-rating-stars > input:checked ~ label,
.default-rating-stars:not(:checked) > label:hover,
.default-rating-stars:not(:checked) > label:hover ~ label {
  color: #ffd338; }

/* hover previous stars in list */
.default-rating-stars > input:checked + label:hover,
.default-rating-stars.rating-stars > input:checked ~ label:hover,
.default-rating-stars > label:hover ~ input:checked ~ label,
.default-rating-stars > input:checked ~ label:hover ~ label {
  color: #FFED85; }

.default-rating-stars.only-view {
  /*수정안되고 보이기만 하는 별점 예외처리*/
  pointer-events: none; }

/*=================================================
        default-jquery-ui-datepicker-style1
=================================================*/
/*제이쿼리 달력*/
@media screen and (max-width: 922px) {
  /* DatePicker Container */
  .ui-datepicker-bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 700; }
  .ui-datepicker {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 80%;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    z-index: 701 !important; } }

.ui-datepicker {
  /*달력크기*/
  width: 300px; }

.ui-datepicker table {
  /*달력바닥*/
  background-color: rgba(0, 0, 0, 0.07);
  margin: 0;
  padding-bottom: 2.5px; }

.ui-datepicker .ui-datepicker-header {
  /*달력헤더*/
  background-color: #fff;
  border: none;
  padding: .8em 0; }

.ui-datepicker .ui-datepicker-title select {
  /*달력헤더 셀렉터*/
  margin: 1px 2%;
  font-family: Roboto,sans-serif; }

.ui-datepicker-year,
.ui-datepicker-month {
  /*달력 셀렉터*/
  padding-left: 5px;
  background-image: url(/views/res/imgs/common/img_select_style1.png);
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #d2d2d2; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  /*달력헤더 화살표 위치*/
  top: 12px; }

.ui-datepicker-calendar thead tr {
  /*달력요일*/
  background-color: #fff; }

.ui-datepicker td {
  /*달력날짜부분*/
  padding: 2.5px 1px 0 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  /*달력날짜 선택부분*/
  text-align: center;
  color: #666666; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*달력화살표 마우스오버*/
  background-color: transparent;
  border: none; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #007fff; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  /*달력날짜 비활성화*/
  opacity: .25;
  filter: Alpha(Opacity=25); }

/*제이쿼리 달력 end*/
/*==================default?? or common?=======================================*/
/*=================================================
            default-img-list2
=================================================*/
/*리스트 간격한 만큼 부모에서 빼주기*/
.default-img-list2 {
  margin-left: -1.6%;
  margin-right: -1.6%;
  font-family: 'Dotum', '돋움`', Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 50px; }

.default-img-list2 .no-content {
  height: 150px;
  line-height: 150px; }

/*리스트 간격조절*/
.default-img-list2 [class*='col-'] {
  position: relative;
  padding-left: 1.6%;
  padding-right: 1.6%;
  margin-bottom: 6%; }

.default-img-list2 .image-wrap {
  overflow: hidden;
  border: 1px solid #eee; }

.default-img-list2 .image-wrap .img {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  /*-webkit-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;*/ }

/*리스트 hover 이펙트*/
/*.default-img-list2 .image-wrap:hover .img{
	opacity: .5;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}*/
/*리스트 이미지 비율*/
.default-img-list2 .image-wrap .rectangle {
  padding-top: 79.6%; }

.default-img-list2 .text-wrap {
  background-color: #fff; }

.default-img-list2 .text-wrap .title {
  padding: 8px 0 8px 0;
  font-size: 12px;
  color: #444; }

.default-img-list2 .text-wrap .bottom-text {
  font-size: 11px;
  color: #777; }

.default-img-list2 .text-wrap .writer {
  width: calc(100% - 60px);
  font-weight: bold; }

.default-img-list2 .text-wrap .writer span {
  font-weight: normal; }

.default-img-list2 .text-wrap .date {
  font-size: 10px;
  color: #aaa; }

/*=================================================
            default-board-view-style1
=================================================*/
.default-board-view-style1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #888; }

.default-board-view-style1 .title {
  height: 40px;
  line-height: 40px;
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-align: center; }

.default-board-view-style1 .board-content-wrap {
  padding: 10px;
  border-top: 1px solid #e1e1e1; }

.default-board-view-style1 .article-info {
  text-align: right; }

.default-board-view-style1 .article-info > * {
  display: inline-block; }

.default-board-view-style1 .article-info .writer:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: #e1e1e1; }

.default-board-view-style1 .article-info .views:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: #e1e1e1; }

.default-board-view-style1 .article-info b {
  margin-left: 5px;
  color: #333; }

.default-board-view-style1 .content {
  padding: 30px 10px 60px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  word-break: break-all; }

.default-board-view-style1 .content img {
  width: 100% !important;
  height: auto !important; }

.default-board-view-style1 .article-reply {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fafafa;
  font-family: 'Dotum', '돋움', Arial, sans-serif;
  color: #999; }

.default-board-view-style1 .article-reply > * {
  display: inline-block;
  margin-right: 5px; }

.default-board-view-style1 .article-reply .reply-title {
  margin-right: 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333; }

.default-board-view-style1 .article-reply .reply-content {
  display: block;
  margin-top: 10px;
  margin-right: 0;
  color: #777;
  letter-spacing: -0.08em;
  word-break: keep-all; }

.default-board-view-style1 .file {
  padding-top: 10px;
  padding-bottom: 10px; }

.default-board-view-style1 .content-title {
  display: inline-block;
  margin-right: 20px; }

.default-board-view-style1 .content-body {
  display: inline-block; }

.default-board-view-style1 .add-file {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 13px;
  font-weight: 300;
  color: #333; }

.default-board-view-style1 .add-file img {
  margin-right: 3px;
  vertical-align: middle; }

.default-board-view-style1 .board-content-wrap .board-content-input {
  width: 100%;
  max-width: 140px;
  height: 24px;
  line-height: 24;
  padding: 6px;
  margin: 5px 15px 0 0;
  border: 1px solid #ddd; }

.default-board-view-style1 .board-content-wrap .board-content-pw-text {
  margin-top: 5px;
  font-family: 'Dotum', '돋움', Arial, sans-serif;
  font-size: 11px;
  color: #888; }

@media screen and (min-width: 392px) {
  .default-board-view-style1 .board-content-wrap .board-content-pw-text {
    margin-top: 0; } }

@media screen and (min-width: 463px) {
  .default-board-view-style1 .board-content-wrap .board-content-input {
    margin-top: 0; } }

/*=================================================
            default-board-view-style2
=================================================*/
/*게시판 상세보기 스타일 2*/
.default-board-view-style2 {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  font-family: 'Dotum', '돋움', Arial, sans-serif;
  color: #555; }

.default-board-view-style2 .title-wrap {
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 11px; }

.default-board-view-style2 .title {
  margin-bottom: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  color: #222; }

.default-board-view-style2 .article-info > * {
  display: inline-block;
  font-size: 11px; }

.default-board-view-style2 .file {
  margin-top: 10px;
  font-family: 'Dotum', '돋움', Arial, sans-serif; }

.default-board-view-style2 .file i {
  font-size: 13px;
  margin-right: 5px; }

.default-board-view-style2 .file .file-download-name {
  font-size: 11px; }

.default-board-view-style2 .content {
  padding: 30px 0;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  word-break: break-all; }

.default-board-view-style2 .content img {
  width: 100% !important;
  height: auto !important; }

.file-down-btn {
  position: absolute;
  right: 15px;
  top: 21px; }

.file-down-btn button {
  border: 0;
  background-color: transparent;
  font-size: 11px;
  outline: 0; }

.file-down-btn button i {
  font-size: 16px;
  vertical-align: middle; }

.file-down-btn button:hover {
  color: #999; }

.file-down-btn .file-list {
  display: none;
  position: absolute;
  top: 21px;
  right: 0;
  border: 1px solid #eee; }

.file-down-btn .file-list a {
  display: block;
  padding: 5px 8px;
  font-size: 11px;
  white-space: nowrap;
  border-top: 1px solid #eee; }

.file-down-btn .file-list a:first-child {
  border-top: 0; }

.file-down-btn .file-list a i {
  margin-right: 3px;
  font-size: 12px;
  color: #999;
  vertical-align: middle; }

@media screen and (min-width: 768px) {
  /*게시판 상세보기 스타일 2*/
  .default-board-view-style2 {
    margin-top: -2px; }
  .default-board-view-style2 .title {
    font-size: 20px; }
  .default-board-view-style2 .file {
    margin-top: 0; }
  .default-board-view-style2 .content {
    padding: 45px 0; } }

/*=================================================
            default-board-view-style3
=================================================*/
/*게시판 상세보기 스타일 3*/
.default-board-view-style3 {
  color: #333;
  font-size: 14px; }

/*타이틀 영역*/
.default-board-view-style3 .title-wrap {
  padding: 0 15px;
  background-color: #fafafa;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #eee; }

.default-board-view-style3 .title-wrap > * {
  padding: 15px 0; }

.default-board-view-style3 .board-view-info > * {
  float: left; }

.default-board-view-style3 .board-view-info > *:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 1px 10px -2px 10px;
  background-color: #a8a8a8; }

.default-board-view-style3 .board-view-info > *:last-child:after {
  content: none; }

/*컨텐츠 영역*/
.default-board-view-style3 .board-content-wrap {
  padding: 50px 15px 100px 15px; }

/*파일첨부 영역*/
.default-board-view-style3 .board-file-wrap {
  padding: 0 15px;
  border-top: 1px solid #eee; }

.default-board-view-style3 .board-file-wrap .title {
  padding: 10px 0;
  float: left; }

.default-board-view-style3 .board-file-wrap .body {
  padding-left: 80px;
  word-break: break-all;
  color: #999; }

.default-board-view-style3 .board-file-wrap .body .add-file {
  margin: 10px 10px 10px 0;
  display: inline-block; }

/*이전글 다음글 링크 영역*/
.post-link-wrap {
  border-top: 1px solid #eee; }

.post-link-wrap [class*='-post-link'] {
  border-bottom: 1px solid #eee; }

.post-link-wrap .link-title {
  float: left;
  width: 80px;
  padding: 15px;
  background-color: #fafafa;
  text-align: center; }

.post-link-wrap .link-body {
  float: left;
  width: calc(100% - 80px);
  padding: 15px; }

.post-link-wrap .link-body .title {
  display: block;
  max-width: 100%; }

.post-link-wrap .link-body .date {
  display: block; }

.post-link-wrap .none-post {
  color: #999; }

@media screen and (min-width: 992px) {
  /*타이틀 영역*/
  .default-board-view-style3 .title-wrap > * {
    padding: 20px 0; }
  .default-board-view-style3 .title-wrap {
    padding: 0 30px; }
  .default-board-view-style3 .title-wrap .title {
    max-width: 80%; }
  .default-board-view-style3 .board-view-info > *:after {
    margin: 1px 30px -2px 30px; }
  /*컨텐츠 영역*/
  .default-board-view-style3 .board-content-wrap {
    padding: 60px 30px 120px 30px; }
  /*파일첨부 영역*/
  .default-board-view-style3 .board-file-wrap {
    padding: 0 25px; }
  .default-board-view-style3 .board-file-wrap .body {
    padding-left: 100px; }
  /*이전글 다음글 링크 영역*/
  .post-link-wrap .link-title {
    width: 100px;
    padding: 15px 30px;
    float: left;
    background-color: #fafafa; }
  .post-link-wrap .link-body {
    width: calc(100% - 100px);
    padding: 15px 30px 15px 20px; }
  .post-link-wrap .link-body .title {
    max-width: 80%; }
  .post-link-wrap .link-body .date {
    max-width: 20%; } }

/*=================================================
            default-board-view-style4
=================================================*/
/*게시판 상세보기 스타일 4*/
.default-board-view-style4 {
  margin-top: 42px;
  margin-bottom: 19px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.default-board-view-style4 .default-board-img .bg-img {
  /*height:555px;*/
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

.default-board-view-style4 .board-title-wrap {
  margin-top: 20px; }

.default-board-view-style4 .board-title-wrap .title {
  line-height: 1.66;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: -0.02em; }

.default-board-view-style4 .board-title-wrap .sub-title {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #777; }

.default-board-view-style4 .board-title-wrap::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background-color: #ddd; }

.default-board-view-style4 .board-comment-wrap .date {
  line-height: 1.63;
  font-family: 'Dotum', '돋움`', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: #000; }

.default-board-view-style4 .board-comment-wrap .comment-name {
  color: #006cff; }

.default-board-view-style4 .board-comment-wrap::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin: 30px 0 28px;
  background-color: #ddd; }

.default-board-view-style4 .board-content-wrap {
  width: 100%;
  margin-bottom: 10px; }

.default-board-view-style4 .board-content-wrap .comment-con {
  line-height: 1.28;
  font-size: 14px;
  color: #666; }

@media screen and (min-width: 768px) {
  .default-board-view-style4 .default-board-img .bg-img {
    padding-top: 63%;
    background-size: contain;
    background-color: #fafafa; } }

@media screen and (min-width: 992px) {
  .default-board-view-style4 .left-wrap {
    float: left;
    width: 555px; }
  .default-board-view-style4 .right-wrap {
    padding-left: 585px; }
  .default-board-view-style4 .default-board-img .bg-img {
    /*height:555px;*/
    padding-top: 100%;
    background-size: cover; }
  .default-board-view-style4 .board-content-wrap {
    margin-bottom: 15px; } }

/*=================================================
default-board-wirte-style1
=================================================*/
/*글쓰기 페이지*/
.default-board-wirte-style1 .write-header {
  margin-bottom: 20px;
  font-weight: 500; }

.default-board-wirte-style1 ul {
  border-top: 1px solid #e1e1e1; }

.default-board-wirte-style1 li {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  font-size: 14px; }

.default-board-wirte-style1 li:first-child {
  border-top: 0; }

.default-board-wirte-style1 li:last-child {
  border-bottom: 1px solid #e1e1e1; }

.default-board-wirte-style1 .write-title {
  display: table-cell;
  width: 100px;
  padding: 0 10px;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  vertical-align: middle; }

.default-board-wirte-style1 .content_input {
  display: table-cell;
  padding: 9px;
  vertical-align: middle; }

.default-board-wirte-style1 .text_edit .write-title {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 10px; }

.default-board-wirte-style1 .text_edit .content_input {
  display: block;
  width: auto;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px; }

.default-board-wirte-style1 .form_input {
  width: 100%;
  max-width: 390px;
  height: 32px;
  padding-left: 10px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  color: #818181; }

.default-board-wirte-style1 .fileinput .form_input {
  padding-left: 0;
  border: 0; }

.default-board-wirte-style1 .cke_contents.cke_reset {
  height: 300px !important; }

.default-board-wirte-style1 .add_files {
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden; }

.default-board-wirte-style1 .add_files .content_input {
  width: 100%; }

.default-board-wirte-style1 .file_exp {
  height: 32px;
  line-height: 32px;
  float: left; }

.default-board-wirte-style1 .custom .btn-file {
  float: right; }

.board-footer {
  margin-top: 10px;
  padding-top: 30px; }

.default-board-wirte-style1 .btm_btns {
  margin: 20px 0;
  text-align: center; }

/*첨부파일*/
.default-board-wirte-style1 .file-attach-wrap .write-title {
  height: 50px;
  line-height: 50px; }

.default-board-wirte-style1 .attach-wrap {
  max-width: 380px; }

.default-board-wirte-style1 .attach-wrap * {
  height: 33px;
  line-height: 32px;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle; }

.default-board-wirte-style1 .attach-wrap input[type="text"] {
  width: 100%;
  max-width: 300px;
  padding-left: 10px;
  border: 0;
  border: 1px solid #e1e1e1;
  color: #818181; }

.default-board-wirte-style1 .attach-wrap input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.default-board-wirte-style1 .attach-wrap label {
  display: inline-block;
  width: 80px;
  margin-top: 0;
  border: 1px solid #e1e1e1;
  color: #555;
  text-align: center; }

.default-board-wirte-style1 .stored-file-wrap .file-attached-list {
  display: inline-block;
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid #ddd; }

.default-board-wirte-style1 .stored-file-wrap .file-attached-list .file-name {
  word-break: break-all; }

.default-board-wirte-style1 .attach-wrap label:hover {
  cursor: pointer;
  /*커스텀 체크박스 2*/ }

.default-board-wirte-style1 li.secret-text {
  padding-top: 12px;
  padding-right: 10px;
  border-bottom: 0;
  color: #555; }

@media screen and (min-width: 992px) {
  /*글쓰기 페이지*/
  .default-board-wirte-style1 .write-header {
    margin-bottom: 30px;
    font-size: 18px; }
  .default-board-wirte-style1 .write-title {
    width: 120px;
    padding: 0 20px; }
  .default-board-wirte-style1 .write-pw {
    width: calc(100% - 555px);
    float: left;
    /*border-top: 0;*/ }
  .default-board-wirte-style1 .content_input {
    padding-right: 20px;
    padding-left: 20px; }
  .default-board-wirte-style1 .content_input .mail-text {
    display: inline-block;
    margin-left: 30px; }
  .default-board-wirte-style1 .mail-wrap .write-title {
    height: 50px;
    line-height: 50px; }
  .default-board-wirte-style1 .text_edit .write-title {
    width: 120px;
    height: 392px;
    line-height: 392px;
    padding-left: 30px; }
  .default-board-wirte-style1 .text_edit .content_input {
    display: inline-block;
    width: calc(100% - 130px);
    padding-right: 20px;
    padding-left: 20px;
    margin: 0; } }
