@charset "UTF-8";

@font-face {
    font-family: 'NEXON Lv1 Gothic Low OTF';
    src: url('../fonts/NEXON Lv1 Gothic Low OTF Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv1 Gothic Low OTF';
    src: url('../fonts/NEXON Lv1 Gothic Low OTF.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv1 Gothic Low OTF';
    src: url('../fonts/NEXON Lv1 Gothic Low OTF Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html, body { height:100%; }
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color:#2c2525;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #FFF;
}
body * { text-shadow: none; }
* {
  font-family: 'NEXON Lv1 Gothic Low OTF', 'Noto Sans KR', "맑은 고딕", 'Malgun Gothic',  "나눔고딕", 'Nanum Gothic', Helvetica, Arial, sans-serif;
  outline:none;
  padding:0;margin:0;
  border:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
h1,h2,h3,h4,h5 { font-weight: normal; }
img { vertical-align: bottom; border:0; }
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.radio,
.checkbox { position: relative; cursor: pointer; }
.radio input { display:none; }
.radio span,
.checkbox span { display:inline-block; }
.radio span:before {
  position: relative;
  content: "";
  display:inline-block;
  vertical-align:middl;
  width:14px;
  height:14px;
  background: transparent url('../images/common/radio-btn.png') no-repeat center center /cover;
  margin-right: 7px;
}
.radio input:checked + span:before { background-image: url('../images/common/radio-btn-on.png'); }


textarea { 
    display:block; width:100%;
    -webkit-appearance:none; 
}
a { color: inherit; text-decoration: none; }
table {
    border-spacing: 0;
    border-collapse: collapse !important;
    background-color: transparent;
}
hr { display:block;width:100%;height:1px; border-top:1px dashed #ddd; margin:30px 0; }
#wrapper{ 
  position:relative;
  width:100%;
  max-width:1920px;
  min-width: 1400px;
  margin: 0 auto;
  box-shadow: 0px 5px 10px 6px rgba(0,0,0,.2);
}
.container {
  position:relative;
  width:1360px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.row { margin:0 -30px; }
/* button */
.btn {
  display: inline-block;
  padding: 12px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn-normal {
  color: #000;
  background-color: #d1cfcf;
  border-color: #d1cfcf;
}
.btn-logout {
  color: #fff;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-parimary {
  color: #fff;
  background-color: #33cbcc;
  border-color: #33cbcc;
}
.btn-parimary:focus,
.btn-parimary.focus {
  color: #fff;
  background-color: #33cbcc;
  border-color: #33cbcc;
}
.btn-parimary:hover {
  color: #fff;
  background-color: #33cbcc;
  border-color: #33cbcc;
}
.btn-parimary:active,
.btn-parimary.active {
  color: #fff;
  background-color: #33cbcc;
  border-color: #33cbcc;
}
.btn-block { display:block; width:100%; }
.btn-group {  }
.btn-group .btn { display:inline-block; }

/* form style */
.form-class {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #adadad;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.form-class { height:auto; resize:none; }
.form-class.inline { display:inline-block; }
.form-group {  }
.form-group .form-class {  }

.flex-group { display:flex; align-items:center; }
.flex-group.inline { display:inline-flex; }

.panel {}
.panel-head {}
.panel-body {}
.panel-foot { }

.list-group {  }
.list-group .list-group-item { display:block; padding:15px 0; }
.list-group .list-group-item ~ .list-group-item { border-top:1px dashed #dfdfdf; }

.head-title { font-size:40px;font-weight:700;color:#2c2525;margin-bottom:30px; }
.sub-title {  }
.cont-title { font-size:32px; font-weight:700; color:#2c2525; margin-bottom:30px; }
.info-title {  }

.sub-cont-box { padding:80px 0; }

.board-table {}


.label { display:inline-block; font-size:16px; height:26px; line-height:1.8; padding:0 15px; border-radius:50px; }
.label-default { color:#fff;background-color:#2c2525; }
.label-blue { color:#fff;background-color:#1779ff; }
.label-purple { color:#fff;background-color:#831ef5; }
.label-green { color:#fff;background-color:#13c678; }
.label-yellow { color:#fff;background-color:#ffb400; }
.label-orange { color:#fff;background-color:#ff8b0e; }
.label-red { color:#fff;background-color:#ff0e36; }
.label-pink { color:#fff;background-color:#ff4eaa; }
.label-border { border:2px solid transparent; border-radius: 50px; }
.voe-label { position: absolute; top:0;left:10px; display:inline-flex; font-size:16px;line-height:1.1; align-items: center;justify-content:center; width: 50px; height:39px; z-index:2; padding-top:8px; }
.voe-label:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 15px;
  top: 24px;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 10px solid skyblue;
  border-right: 10px solid transparent;
  transform: rotate(90deg);
  z-index: 1;
}
.voe-label.label-blue:after{ border-left-color:#1779ff; }
.voe-label.label-pink:after{ border-left-color:#ff4eaa; }
.voe-label.label-orange:after{ border-left-color:#ff8b0e; }
.voe-label.label-red:after{ border-left-color:#ff0e36; }

.ic { display:inline-block; vertical-align:middle; background:transparent url() no-repeat center center; }
.ic-date { background-image: url(../images/board/ic-date.png); width:14px; height:14px; }
.ic-view { background-image: url(../images/board/ic-view.png); width:20px; height:11px; }
.ic-commt { background-image: url(../images/board/ic-commt.png); width:32px; height:24px; }
.ic-declare { background-image: url(../images/board/ic-declare.png); width:18px; height:22px; }
.ic-heart { background-image: url(../images/board/ic-heart.png); width:15px; height:13px; }
.ic-heart-fill { background-image: url(../images/board/ic-heart-fill.png); width:15px; height:13px; }
.ic-vote { background-image: url(../images/board/ic-heart-fill-gray.png); width:13px; height:11px; }
.ic-new { background-image: url(../images/board/ic-new.png); width:16px; height:16px; }
.ic-google { background-image: url(../images/common/ic-google.png); width:17px; height:17px; }
.ic-apple { background-image: url(../images/common/ic-apple.png); width:17px; height:17px; }

.ic-btn { display:inline-block; vertical-align:middle; background:transparent url() no-repeat center center; }
.ic-btn-mark { background-image: url(../images/common/ic-btn-mark.png); width:52px; height:52px; }
.ic-btn-share { background-image: url(../images/common/ic-btn-share.png); width:52px; height:52px; }
.ic-btn-apple { background-image: url(../images/common/ic-btn-apple.png); width:61px; height:61px; }
.ic-btn-google { background-image: url(../images/common/ic-btn-google.png); width:61px; height:61px; }

.ic-share-kakao { background-image: url(../images/common/share-btn-kakao.png); width:75px; height:75px; }
.ic-share-meta { background-image: url(../images/common/share-btn-meta.png); width:75px; height:75px; }
.ic-share-twx { background-image: url(../images/common/share-btn-twx.png); width:75px; height:75px; }
.ic-share-link { background-image: url(../images/common/share-btn-link.png); width:75px; height:75px; }

.grade-green { color:#12cc04; }


/* placeholder style */
input::-webkit-input-placeholder {
  color: #afafaf;
  font-style: noraml;
}
input:-ms-input-placeholder {
  color: #afafaf;
  font-style: noraml;
}
textarea::-webkit-input-placeholder {
  color: #afafaf;
  font-style: noraml;
}
textarea:-ms-input-placeholder {
  color: #afafaf;
  font-style: noraml;
}

div::-webkit-scrollbar {
    width: 8px;
    position: relative;
  }
div::-webkit-scrollbar-thumb {
    background-color: #0099ff;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
div::-webkit-scrollbar-track {
    background-color: rgba(128,128,128,.3);
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px #fff;
}