@charset "UTF-8";
/* font family */
/* font-weight */
/* font size */
/* line-height */
/* font color */
/* bg color */
/* box shadow */
/* padding & margin */
/* transition */
/* scale */
/* transform */
/* [overflow] */
/* [position] */
/* [flex component] */
/* [float] */
/* [display] */
/* [ir] */
/* [pointer] */
/* [text-align] */
/* [vertical-align] */
/* [line-height] */
/* [radius] */
/* [text-underline] */
/* [box] */
/* [button] */
/* [sprite image] */
/***************************************************
* [large size sprite]
***************************************************/
/***************************************************
* [large x-size sprite]
***************************************************/
/* [icon component] */
/* [mobile sprite image] */
/* [icon mobile] */
/* Noto Sans */
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans-light.woff2") format("woff2"), url("../fonts/NotoSans-light.woff") format("woff"), url("../fonts/NotoSans-light.eot"), url("../fonts/NotoSans-light.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.eot"), url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.eot"), url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Teko-Medium.woff") format("woff");
}

@font-face {
    font-family: 'ChosunGs';
    src: url("../fonts/ChosunGs.TTF") format('woff');
    font-weight: normal;
    font-style: normal;
}

@page {
  size: auto;
  margin: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  word-break: break-word;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: 500;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  letter-spacing: -0.06rem;
  background: #fff;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

caption, legend {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999rem;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

button,
a {
  font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button:disabled {
  background: #dedede;
  border: 1px solid #dedede;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

strong {
  font-weight: 700;
}

textarea {
  font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.06rem;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.7rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  resize: none;
}

textarea:focus {
  border: 1px solid #333;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: left;
}

th, td {
  padding: 1.4rem 2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  background-clip: padding-box;
  font-weight: 500;
  text-align: left;
}

th {
  background-color: #f1f1f1;
}

thead th,
thead td {
  text-align: center;
}

input, select {
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #909090;
}

input::-moz-placeholder {
  color: #909090;
}

input:-ms-input-placeholder {
  color: #909090;
}

input::-ms-input-placeholder {
  color: #909090;
}

input::placeholder {
  color: #909090;
}

input:-ms-input-placeholder {
  color: #909090 !important;
}

select {
  font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
  font-weight: 500;
  position: relative;
  min-width: 15rem;
  width: 100%;
  height: 4.8rem;
  padding: 0 2rem 0 12.5px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/icon_select.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  border: 1px solid #ddd;
  outline: none;
}

select:focus {
  border-color: #333;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="number"] {
  font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
  font-weight: 500;
  width: 100%;
  height: 4.8rem;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 12px 0 12px;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input[type="text"].size-small,
input[type="password"].size-small,
input[type="number"].size-small {
  max-width: 21rem;
  height: 3.2rem;
  padding: 0 1rem;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: #333;
}

input[readonly]:focus {
  border-color: #ddd;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled {
  background: #f1f1f1;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

input[type="radio"][disabled] + label,
input[type="checkbox"][disabled] + label {
  color: #aaa;
  cursor: not-allowed;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 9px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-color: #fff;
}

input[type="checkbox"] + label::before {
  background-position: 0 0;
}

input[type="radio"] + label::before {
  background-position: -24px 0;
}

input[type="checkbox"]:checked + label::before {
  background-position: 0 -24px;
}

input[type="checkbox"][disabled] + label::before {
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  opacity: 0.3;
}

input[type="checkbox"][disabled]:checked + label::before {
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
}

input[type="radio"]:checked + label::before {
  background-position: -24px -24px;
}

input[type="radio"][disabled] + label::before {
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  opacity: 0.3;
}

input[type="radio"][disabled]:checked + label::before {
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
}

/* grid common */
.grid-system-area .row > div {
  height: 3rem;
  line-height: 3rem;
  border: 1px #000 solid;
  background-color: #eee;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-system-area h4 {
  margin: 2rem 0;
}

.grid {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.grid .row .in-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

.grid .row .in-row + .in-row {
  margin-top: 0;
}

.grid *[class^="pc-"],
.grid *[class^="tablet-"],
.grid *[class^="mobile-"] {
  padding: 0 12px;
}

.grid:after,
.row:after {
  content: '';
  display: table;
  clear: both;
}

/* grid > pc */
.pc-1 {
  width: 8.3333%;
}

.pc-2 {
  width: 16.6666%;
}

.pc-3 {
  width: 25%;
}

.pc-4 {
  width: 33.3333%;
}

.pc-5 {
  width: 41.6666%;
}

.pc-6 {
  width: 50%;
}

.pc-7 {
  width: 58.3333%;
}

.pc-8 {
  width: 66.6666%;
}

.pc-9 {
  width: 75%;
}

.pc-10 {
  width: 83.3333%;
}

.pc-11 {
  width: 91.6666%;
}

.pc-12 {
  width: 100%;
}

/* 태블릿 이하 */
@media screen and (max-width: 1199px) {
  /* grid > tablet */
  .tablet-1 {
    width: 8.3333%;
  }
  .tablet-2 {
    width: 16.6666%;
  }
  .tablet-3 {
    width: 25%;
  }
  .tablet-4 {
    width: 33.3333%;
  }
  .tablet-5 {
    width: 41.6666%;
  }
  .tablet-6 {
    width: 50%;
  }
  .tablet-7 {
    width: 58.3333%;
  }
  .tablet-8 {
    width: 66.6666%;
  }
  .tablet-9 {
    width: 75%;
  }
  .tablet-10 {
    width: 83.3333%;
  }
  .tablet-11 {
    width: 91.6666%;
  }
  .tablet-12 {
    width: 100%;
  }
}

/* 모바일 이하 */
@media screen and (max-width: 767px) {
  /* grid > mobile */
  .mobile-1 {
    width: 8.3333%;
  }
  .mobile-2 {
    width: 16.6666%;
  }
  .mobile-3 {
    width: 25%;
  }
  .mobile-4 {
    width: 33.3333%;
  }
  .mobile-5 {
    width: 41.6666%;
  }
  .mobile-6 {
    width: 50%;
  }
  .mobile-7 {
    width: 58.3333%;
  }
  .mobile-8 {
    width: 66.6666%;
  }
  .mobile-9 {
    width: 75%;
  }
  .mobile-10 {
    width: 83.3333%;
  }
  .mobile-11 {
    width: 91.6666%;
  }
  .mobile-12 {
    width: 100%;
  }
}

.mobile input[type="text"],
.mobile input[type="password"],
.mobile input[type="number"] {
  height: 4.3rem;
  font-size: 13px;
  border-radius: 5px 5px;
}

.mobile select {
  height: 4.3rem;
  font-size: 13px;
  border-radius: 5px 5px;
}

/* [스프라이트 이미지] */
.sprite {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_sprite_24.png?v=20220922);
  background-repeat: no-repeat;
  background-size: 500px auto;
  vertical-align: middle !important;
}

.sprite-large {
  display: inline-block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_sprite_32.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  vertical-align: middle !important;
}

.sprite-x-large {
  display: inline-block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_sprite_50.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  vertical-align: middle !important;
}

.sprite-mobile {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  vertical-align: middle !important;
}

.icon-attachment {
  background-position: -120px 0;
}

.icon-prev {
  background-position: -72px -24px;
}

.icon-prev.disabled {
  background-position: -72px 0;
  cursor: not-allowed;
}

.icon-next {
  background-position: -96px -24px;
}

.icon-next.disabled {
  background-position: -96px 0;
  cursor: not-allowed;
}

.icon-regist {
  background-position: -48px 0;
}

.icon-regist-02 {
  background-position: -96px -48px;
  margin-right: 0.5rem;
}

.icon-download {
  background-position: -48px -24px;
}

.icon-tooltip {
  background-position: 0 -72px;
}

.icon-close {
  background-position: 0 -96px;
}

.icon-refresh {
  background-position: -144px 0;
}

.icon-listen {
  background-position: -120px -24px;
}

.icon-login {
  background-position: -168px -24px;
}

.icon-logout {
  background-position: -168px 0;
}

.icon-user {
  background-position: -144px -24px;
}

.icon-trash-can {
  background-position: -144px -192px;
}

.icon-complete {
  background-position: -48px -48px;
}

.icon-qna {
  background-position: -72px -48px;
}

.icon-message {
  background-position: -24px -48px;
}

.icon-voter-01 {
  background-position: -24px -72px;
}

a:hover .icon-voter-01,
.active .icon-voter-01 {
  background-position: -24px -96px;
}

.icon-voter-02 {
  background-position: -48px -72px;
}

a:hover .icon-voter-02,
.active .icon-voter-02 {
  background-position: -48px -96px;
}

.icon-voter-03 {
  background-position: -72px -72px;
}

a:hover .icon-voter-03,
.active .icon-voter-03 {
  background-position: -72px -96px;
}

.icon-voter-04 {
  background-position: -96px -72px;
}

a:hover .icon-voter-04,
.active .icon-voter-04 {
  background-position: -96px -96px;
}

.icon-voter-05 {
  background-position: 0 -120px;
}

a:hover .icon-voter-05,
.active .icon-voter-05 {
  background-position: 0 -144px;
}

.icon-voter-06 {
  background-position: -24px -120px;
}

a:hover .icon-voter-06,
.active .icon-voter-06 {
  background-position: -24px -144px;
}

.icon-voter-07 {
  background-position: -48px -120px;
}

a:hover .icon-voter-07,
.active .icon-voter-07 {
  background-position: -48px -144px;
}

.icon-voter-08 {
  background-position: -72px -120px;
}

a:hover .icon-voter-08,
.active .icon-voter-08 {
  background-position: -72px -144px;
}

.icon-voter-09 {
  background-position: -96px -120px;
}

a:hover .icon-voter-09,
.active .icon-voter-09 {
  background-position: -96px -144px;
}

.icon-voter-10 {
  background-position: -24px -120px;
}

a:hover .icon-voter-10,
.active .icon-voter-10 {
  background-position: -24px -144px;
}

.icon-document {
  background-position: -120px -48px;
}

.icon-reset {
  background-position: -120px -72px;
}

.icon-view {
  background-position: -144px -72px;
}

.icon-detail {
  background-position: -144px -48px;
}

.icon-arrow-up {
  background-position: -168px -48px;
}

a:hover .icon-arrow-up,
.active .icon-arrow-up {
  background-position: -168px -72px;
}

.icon-arrow-down {
  background-position: -192px -48px;
}

a:hover .icon-arrow-down,
.active .icon-arrow-down {
  background-position: -192px -72px;
}

.icon-arrow-detail {
  background-position: -192px 0;
}

.icon-arrow-detail.active {
  background-position: -192px -24px;
}

.icon-star {
  background-position: -144px -96px;
}

.icon-active-star {
  background-position: -144px -96px;
}

.sprite.icon-vote {
  background-position: -192px -96px;
}

.icon-vote-dark {
  background-position: -168px -96px;
}

.icon-change {
  background-position: -120px -120px;
}

.icon-use {
  background-position: -144px -120px;
}

.icon-swiper-prev {
  background-position: -216px -0;
}

a:hover .icon-swiper-prev,
button:hover .icon-swiper-prev {
  background-position: -216px -24px;
}

.icon-swiper-next {
  background-position: -216px -48px;
}

a:hover .icon-swiper-next,
button:hover .icon-swiper-next {
  background-position: -216px -72px;
}

.icon-next-step {
  background-position: -216px -96px;
}

.icon-prev-step {
  background-position: -288px -96px;
}

.icon-yes {
  background-position: -120px -144px;
}

.icon-no {
  background-position: -144px -144px;
}

.icon-absten-small {
  background-position: -216px -120px;
}

.icon-caution {
  background-position: -168px -120px;
}

.icon-no-result {
  background-position: -192px -120px;
}

.icon-lib-01 {
  background-position: 0 -168px;
}

a:hover .icon-lib-01,
.active .icon-lib-01 {
  background-position: 0 -192px;
}

.icon-lib-02 {
  background-position: -24px -168px;
}

a:hover .icon-lib-02,
.active .icon-lib-02 {
  background-position: -24px -192px;
}

.icon-upload {
  background-position: -117px -193px;
}

/***************************************************
* [large size sprite]
* @include sprite-large
***************************************************/
.icon-vote-00 {
  background-position: 0 0;
}

.icon-vote-01 {
  background-position: 0 -160px;
}

.icon-vote-02 {
  background-position: 0 -32px;
}

.icon-vote-03 {
  background-position: 0 -64px;
}

.icon-vote-04 {
  background-position: 0 -96px;
}

.icon-vote-05 {
  background-position: 0 -128px;
}

.img-default {
  background-position: -32px 0;
}

.icon-vote-op1 {
  background-position: 0 -128px;
  opacity: 1;
}

.icon-vote-op2 {
  background-position: 0 -128px;
  opacity: 0.8;
}

.icon-vote-op3 {
  background-position: 0 -128px;
  opacity: 0.6;
}

.icon-vote-op4 {
  background-position: 0 -128px;
  opacity: 0.4;
}

.icon-vote-op5 {
  background-position: 0 -128px;
  opacity: 0.15;
}

.sprite-large.icon-vote {
  background-position: -32px -32px;
}

.icon-human {
  background-position: -64px 0;
}

.icon-start {
  background-position: -64px -32px;
}

.icon-autostart {
  background-position: -64px -64px;
}

.icon-pause {
  background-position: -64px -96px;
}

.icon-restart {
  background-position: -64px -160px;
}

.icon-cancel {
  background-position: -64px -128px;
}

.icon-end {
  background-position: -64px -192px;
}

.icon-add {
  background-position: -32px -64px;
}

.icon-operation {
  background-position: -32px -96px;
}

.icon-apply-link {
  background-position: -96px 0;
}

/***************************************************
* [x-large size sprite]
* @include sprite-x-large
***************************************************/
.icon-x-01 {
  background-position: 0 0;
}

a:hover .icon-x-01,
.active .icon-x-01 {
  background-position: 0 -50px;
}

.icon-x-02 {
  background-position: -50px 0;
}

a:hover .icon-x-02,
.active .icon-x-02 {
  background-position: -50px -50px;
}

.icon-x-03 {
  background-position: -100px 0;
}

a:hover .icon-x-03,
.active .icon-x-03 {
  background-position: -100px -50px;
}

.icon-x-home-01 {
  background-position: -150px 0;
}

.icon-x-home-02 {
  background-position: -150px -50px;
}

.icon-x-home-03 {
  background-position: -150px -100px;
}

/***************************************************
* [mobile sprite]
* @include sprite-mobile-default
***************************************************/
.icon-mo-refresh {
  background-position: 0 -96px;
}

.icon-mo-logout {
  background-position: -24px 0;
}

.icon-mo-start {
  background-position: 0 -24px;
}

.icon-mo-end {
  background-position: -24px -24px;
}

.icon-mo-homepage {
  background-position: -48px -144px;
}

.icon-mo-download {
  background-position: -72px -144px;
}

.icon-mo-profile {
  background-position: -168px 0;
}

.icon-mo-vote-00 {
  background-position: -144px -48px;
}

.icon-mo-vote-01 {
  background-position: -48px -24px;
}

.icon-mo-vote-02 {
  background-position: -72px -24px;
}

.icon-mo-vote-op1 {
  background-position: -48px -24px;
  opacity: 1;
}

.icon-mo-vote-op2 {
  background-position: -48px -24px;
  opacity: 0.8;
}

.icon-mo-vote-op3 {
  background-position: -48px -24px;
  opacity: 0.6;
}

.icon-mo-vote-op4 {
  background-position: -48px -24px;
  opacity: 0.4;
}

.icon-mo-vote-op5 {
  background-position: -48px -24px;
  opacity: 0.15;
}

.icon-mo-close {
  background-position: -96px 0;
}

.skin-navition {
  position: relative;
}

.skin-navition a {
  position: absolute;
  left: 0;
  top: -5rem;
  width: 100%;
  line-height: 3rem;
  background: #333;
  color: #fff;
  text-align: center;
}

.skin-navition a:active, .skin-navition a:focus {
  top: 0;
  border: 1px dotted #feffad;
  cursor: pointer;
  z-index: 100;
}

/* [버튼] */
label.btn,
a.btn {
  line-height: 4.6rem;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

label.btn.btn-small,
a.btn.btn-small {
  line-height: 3rem;
}

label.btn.btn-large,
a.btn.btn-large {
  line-height: 5.4rem;
}

.btn {
  height: 4.8rem;
  padding: 0 1.9rem;
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  border-radius: 0.1rem;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  text-align: center;
}

.btn.btn-oper {
  width: 48rem;
  font-size: 22px;
  color: #00a3f7;
  line-height: 6rem;
  height: 6.4rem;
  background: #fff;
  border: 2px solid #00a3f7;
  border-radius: 5px 5px;
}

.btn.btn-oper span {
  margin-right: 0.4rem;
  margin-top: -0.4rem;
}

.btn:hover {
  opacity: 0.8;
}

.btn-small {
  height: 3.2rem;
  padding: 0 1.4rem;
}

.btn-large {
  height: 5.6rem;
  padding: 0 1.4rem;
}

.btn-xlarge {
  display: flex;
  align-items: center;
  height: 7rem;
  padding: 0 4rem;
  font-size: x-large;
}

.btn-blue {
  border: 1px solid #00a3f7;
  background-color: #00a3f7;
}

.btn-blue.btn-outline {
  color: #00a3f7;
}

.btn-orange.btn-outline {
  color: #ff981e;
}

.btn-navy.btn-outline {
  color: #05245d;
}

.btn-light-dark {
  border: 1px solid #383838;
  background-color: #383838;
}

.btn-dark-grey-01 {
  border: 1px solid #666;
  background-color: #666;
}

.btn-orange {
  border: 1px solid #ff981e;
  background-color: #ff981e;
}

.btn-navy {
  border: 1px solid #05245d;
  background-color: #05245d;
}

.btn-red {
  border: 1px solid #ff1e1e;
  background-color: #ff1e1e;
}

.btn-red.btn-outline {
  color: #ff1e1e;
}

.btn-light-green.btn-outline {
  color: #3EB489;
}

.btn-grey {
  border: 1px solid #909090;
  background-color: #909090;
}

.btn-yellow {
  border: 1px solid #909090;
  background-color: #feffad;
  color: #333;
}

.btn-light-grey {
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  color: #333;
}

.btn-light-green {
  border: 1px solid #3EB489;
  background-color: #3EB489;
}

.btn-dark-grey {
  border: 1px solid #ddd;
  background-color: #dedede;
  color: #333;
}

.btn-outline {
  background: #fff;
  color: #333;
}

.btn-light-sky {
  border: 1px solid #00a3f7;
  background: #eef4fa;
  color: #333;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4rem 4rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-wrap .btn {
  max-width: 34rem;
  width: 50%;
  text-align: center;
  margin-left: 1rem;
}

.btn-wrap .btn:nth-of-type(1) {
  margin-left: 0;
}

.btn-wrap.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}

.btn-wrap.in-box {
  border-top: 1px solid #ddd;
  padding: 1rem 0;
  margin-top: 1.5rem;
  justify-content : center;
}

.btn-save {
  border: 1px solid #333;
  background-color: #fff;
  background: #fff;
  color: #333;
  text-align: center;
  color: #333;
  padding: 0 1.6rem;
  white-space: nowrap;
}

.btn-delete {
  border: 1px solid #ff1e1e;
  background-color: #ff1e1e;
  background: #fff;
  color: #333;
  text-align: center;
  color: #ff1e1e;
  padding: 0 1.6rem;
  white-space: nowrap;
}

.btn-link {
  font-size: 13px;
  color: #1e70e8;
}

.btn-link:hover {
  text-decoration: underline;
}

a.btn-qna {
  width: 27rem;
  height: 6.4rem;
  line-height: 6rem;
  font-size: 15px;
  border: 1px solid #00a3f7;
  background-color: #00a3f7;
  background: #fff;
  color: #333;
  color: #00a3f7;
  border-width: 2px;
}

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

.regist-wrap table {
  margin-top: 1rem;
}

.regist-wrap .btn-wrap {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

[class*="btn-list"] {
  vertical-align: top;
}

[class*="btn-list"] span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class*="btn-list"] span:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
}

[class*="btn-list"] + p,
[class*="btn-list"] + .btn {
  margin-left: 1rem;
}

.btn-list-down span:before {
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -48px -24px;
}

.btn-list-regist span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-list-regist span:before {
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -48px 0;
}

.btn-etc {
  color: #333;
}

.btn-etc:hover {
  text-decoration: underline;
}

.excel-download {
  margin: 1rem 0;
}

.delete-booth button {
  width: 10.5rem;
  padding: 0;
  margin-left: 42.3rem;
}

.table-bottom {
  border-top: 1px solid #ddd;
  text-align: right;
  padding-top: 1rem;
  margin: 0.5rem 0 2rem;
}

.table-bottom button {
  width: 10.5rem;
  padding: 0;
  margin-right: 1rem;
}

/* [box] */
.box-wrap {
  background: #fcfcfc;
  border: 1px solid #efefef;
  padding: 2.6rem 0 1rem;
  margin-top: 3rem;
}

.box-wrap .box-inner {
  padding: 0 3rem;
}

.box-wrap .box-inner .box-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.box-wrap .box-inner .box-header .box-title {
  float: left;
  font-size: 17px;
}

.box-wrap .box-inner .box-header .box-title.pr-title {max-width: 76rem;}
.box-wrap .box-inner .box-header .btn {float: right; padding: 0 2.9rem;}
.box-wrap .box-inner .box-header .btn-small {  height:2.8rem;}
.box-wrap .box-inner .box-header .btn.active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  border: 2px solid #00a3f7;
  -webkit-box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
}
.spot .voter-inner .box-wrap li .btn.active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  border: 2px solid #00a3f7;
  -webkit-box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
}

.box-wrap .box-inner .box-header .box-title .color-blue {
  font-size: 18px;
  margin-left: 3rem;
}

.box-wrap .box-inner .box-header .box-title .color-red {
  font-size: 18px;
  margin-left: 0.5rem;
}

.box-wrap .box-inner .box-header p {
  float: right;
  color: #909090;
}

.box-wrap .box-inner .box-header p span {
  vertical-align: middle !important;
}

.box-wrap .box-inner .box-header p .group-type {
  line-height: 2.4rem;
  color: #333;
}

.box-wrap .box-inner .box-header .box-desc {
  text-align: center;
  font-size: 15px;
  padding-bottom: 2rem;
}

.box-wrap .box-inner .box-header + .box-contents.col-padding {
  padding-top: 2rem;
}

.box-wrap .box-inner .box-contents {
  padding: 0 2rem;
}

.box-wrap .box-inner .box-contents + .box-header {
  margin-top: 5.5rem;
}

.box-wrap .box-inner .box-contents.col-padding {
  padding: 0;
}

.box-wrap .box-inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4.5rem;
}

.box-wrap .box-inner .flex-box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6rem;
}

.box-wrap .box-inner .flex-box > div:nth-of-type(1) {
  margin-left: 0;
}

.box-wrap + .box-wrap {
  margin-top: 1rem;
}

.box-wrap.top-border {
  padding: 0;
  border: 0;
  background: #fff;
}

.box-wrap.top-border {
  margin-top: 10rem;
}

.box-wrap.top-border:first-child {
  margin-top: 3rem;
}

.box-wrap.top-border .box-inner .box-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.box-wrap.top-border .box-inner .box-header .position-right {
  position: absolute;
  top: -2.7rem;
  right: 3rem;
}

.box-wrap.non-padding {
  padding: 0 0;
}

.box-wrap.certification {
  padding: 1.5rem 0;
  border: 0;
  border-top: 1px solid #efefef;
}

.box-wrap.certification .box-inner {
  padding: 0;
}

.box-wrap.certification .box-inner .box-header {
  position: relative;
  border-bottom: 0;
  padding-bottom: 3rem;
  text-align: center;
}

.box-wrap.certification .box-inner .box-header .thumb {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  background: #eef4fa;
  margin: 0 auto;
  border-radius: 100% 100%;
  font-size: 0;
}

.box-wrap.certification .box-inner .box-header .thumb:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: -168px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box-wrap.certification .box-inner .box-header .box-title {
  float: none;
  font-size: 13px;
  padding-top: 2rem;
}

.box-wrap.certification .box-inner .box-contents {
  padding: 0;
}

.box-wrap.certification .box-inner .box-contents .input-form .btn {
  vertical-align: top !important;
  font-size: 12px;
  padding: 0 0.5rem;
}

.box-wrap.certification .box-inner .box-contents .flex-box .input-time {
  position: relative;
  margin-right: 1rem;
}

.box-wrap.certification .box-inner .box-contents .flex-box .input-time input {
  margin-top: 0;
}

.box-wrap.certification .box-inner .box-contents .flex-box .input-time .at {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-wrap.re-password {
  background: #fff;
}

.box-wrap.re-password .box-inner {
  padding: 0 4rem;
}

/* [table] */
table + table {
  margin-top: 2rem;
}

table.top-border {
  border-top: 1px solid #a1a1a1;
}

table.box-table {
  margin-top: 1.5rem;
  border-top: 0;
  border-left: 0;
}

table.box-table tbody tr th,
table.box-table tbody tr td {
  background-color: transparent;
  border: 0;
  padding: 1.5rem 0;
}

table.box-table tbody tr th.align-top,
table.box-table tbody tr td.align-top {
  vertical-align: top;
  padding-top: 2.7rem;
}

table.box-table tbody tr:nth-of-type(1) th,
table.box-table tbody tr:nth-of-type(1) td {
  border-top: 0;
  padding: 0 0 1.5rem;
}

table.box-table tbody tr:nth-of-type(1) th.align-top,
table.box-table tbody tr:nth-of-type(1) td.align-top {
  vertical-align: top;
}

table.box-table tbody tr.combine-tr th,
table.box-table tbody tr.combine-tr td {
  border-top: 0;
  padding: 0 0 1.5rem;
}

table.box-table tbody tr.combine-tr th.align-top,
table.box-table tbody tr.combine-tr td.align-top {
  vertical-align: top;
}

table.box-table tbody tr.combine-tr.hr-line th,
table.box-table tbody tr.combine-tr.hr-line td {
  vertical-align: bottom;
  padding-top: 1.5rem;
}

table.box-table .box-horizon tbody tr th {
  padding: 0.7rem 2rem;
}

table.box-table .box-horizon tbody tr td {
  padding: 0.7rem 1rem;
}

table.box-table + .box-table {
  margin-top: 1rem;
}

table.box-table:nth-child(2n) .box-horizon tbody tr th {
  background-color: #f2f2f2;
}

table .row + .row {
  margin-top: 1.4rem;
}

table.box-horizon tbody tr th,
table.box-horizon tbody tr td {
  height: 4.7rem;
  padding: 0.7rem 2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.box-horizon tbody tr:nth-of-type(1) th.align-top,
table.box-horizon tbody tr:nth-of-type(1) td.align-top {
  vertical-align: top;
}

table.box-horizon tbody tr th {
  background-color: #f1f1f1;
}

table.box-horizon tbody tr td {
  background-color: #fff;
}

table.box-horizon tbody tr td.bg-right-grey {
  background-color: #f2f2f2;
}

table.box-vertical thead tr th {
  background-color: #f1f1f1;
  height: 4.7rem;
}

table.box-vertical thead tr:nth-of-type(1) th {
  padding: 1.4rem 2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

table.box-vertical tbody tr th,
table.box-vertical tbody tr td {
  padding: 1.4rem 2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  background-color: #fff;
}

table.box-vertical tbody tr:nth-of-type(1) td {
  padding: 1.4rem 2rem;
}

table.box-vertical tbody tr.size-small td {
  padding: 0.6rem 2rem;
}

table tr {
  position: relative;
}

table tr td {
  position: relative;
  background-color: #fff;
}

table tr .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 101.6rem;
  height: 9.5rem;
  background: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

table tr .hover .btn-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

table tr .hover .btn-list a {
  margin-left: 1rem;
}

table tr .hover .btn-list a:nth-of-type(1) {
  margin-left: 0;
}

table tr:hover .hover {
  opacity: 1;
}

table.size-small {
  margin-bottom: 2rem;
}

table.size-small tr th,
table.size-small tr td {
  padding: 0.5rem 2rem;
  height: 4.8rem;
}

table.size-small + .in-box {
  margin-top: 0;
  padding-top: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0;
}

table .sort {
  position: relative;
  color: #333;
}

table .sort:after {
  content: '';
  display: inline-block;
  margin-left: 0.5rem;
}

table .sort.asc:after {
  content: '▲';
}

table .sort.desc:after {
  content: '▼';
}

.input-table {
  padding-top: 2rem;
}

.input-table .table-tit {
  padding-bottom: 0.5rem;
}

.input-table .left-info {
  float: left;
}

.input-table .right-info {
  float: right;
  color: #ff1e1e;
}

.ie table tr .hover {
  height: 9.6rem;
}

.hr-line {
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 1.5rem;
}

.vote-type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 43rem;
  padding: 6rem 5.6rem;
  margin-top: 3rem;
  background: #fcfcfc;
  border: 1px solid #ddd;
}

.vote-type-wrap .left {
  width: 67.7rem;
  padding-right: 6rem;
}

.vote-type-wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6rem;
  border-left: 1px solid #ddd;
}

.vote-type-wrap .right .tag {
  width: 7.2rem;
  line-height: 3rem;
  color: #909090;
  border: 1px solid #909090;
  font-size: 13px;
  border-radius: 20px 20px;
  text-align: center;
}

.vote-type-wrap .right .tag.blue {
  border-color: #00a3f7;
  color: #00a3f7;
}

.vote-type-wrap .right .tag.red {
  border-color: #ff1e1e;
  color: #ff1e1e;
}

.vote-type-wrap .right .tag-tit {
  font-size: 26px;
  font-weight: 700;
  padding-top: 1.3rem;
}

.vote-type-wrap .right .tag-desc {
  font-size: 17px;
  line-height: 2.6rem;
  padding-top: 2.5rem;
}

.vote-type-wrap .right .tag-ex {
  font-size: 17px;
  line-height: 2.6rem;
  padding-top: 2.5rem;
}

/* [기타] */
.clearfixed:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.m-left-auto {
  margin-left: auto;
}

.ir {
  display: inline-block;
  overflow: hidden;
  text-indent: -999rem;
}

.hidden {
  display: none;
}

.align-left {
  text-align: left;
}

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

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

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle{
  position: relative;
  top: 50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

.color-red {
  color: #ff1e1e;
}

.color-blue {
  color: #00a3f7;
}

.color-grey {
  color: #909090;
}

.color-yellow {
  color: #feffad;
}

.bg-color-yellow {
  background-color: #feffad !important;
}

.no-data {
  display: block;
  text-align: center;
  padding: 1rem 1rem;
}

.no-result {
  display: block;
  text-align: center;
  padding: 7rem 0;
}

.no-result .thumb {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  margin: 0 auto 2rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 100% 100%;
}

.no-result .thumb .icon-no-result {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.pd-0 {
  padding: 0 !important;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.ptb-302 {
  padding: 3rem 0 2rem;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.pt-0 {
  padding-top: 00rem !important;
}

.my-23 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.my-23 tbody td {
  background: #fff;
}

.w100p {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.w50p {
  width: 50% !important;
  min-width: 50% !important;
  max-width: 50% !important;
}

.mini-48 {
  width: 48px !important;
  margin: 0 5px !important;
  text-align: center;
  padding: 0 !important;
}

.w-48 {
  width: 48px !important;
}

.w-60 {
  width: 60px !important;
}

.w-90 {
  width: 90px !important;
}

.w-100 {
  width: 100px !important;
}

.w-110 {
  width: 110px !important;
}

.w-120 {
  width: 120px !important;
}

.w-130 {
  width: 130px !important;
  padding: 0 1rem;
}

.w-140 {
  width: 140px !important;
}

.w-150 {
  width: 150px !important;
}

.w-180 {
  width: 180px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-145 {
  width: 145px !important;
}

.w-400 {
  width: 400px !important;
}

.w-500 {
  width: 500px !important;
}

.w-600 {
  width: 600px !important;
}

.w-768 {
  width: 768px !important;
}

.w-900 {
  width: 900px !important;
}

.w-960 {
  width: 960px !important;
}

.w-1020 {
  width: 1020px !important;
}

.h-75 {
  height: 75px !important;
}

.h-100 {
  height: 100px !important;	
}

.font-15 {
  font-size: 15px;
}

.font-50 {
  font-size: 50px;
}

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100% !important;
  min-width: auto;
}

.mg-vertical {
  margin-top: 1rem;
}

.mg-vertical:first-child {
  margin-top: 0;
}

.post-wrap {
  margin-top: 1rem;
}

.post-wrap .post-inner {
  max-height: 30.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.post-wrap .post-inner .post-table {
  border-top: 0;
}

.post-wrap .post-inner .post-table tbody tr {
  cursor: pointer;
}

.post-wrap .pagination {
  margin-top: 2rem;
  padding-top: 2rem;
}

.sign-wrap {
  padding: 1rem 0;
}

.sign-wrap p {
  text-align: center;
  margin-top: 1rem;
}

.sign-wrap .sign-inner {
  margin-top: 1rem;
  text-align: right;
  white-space: nowrap;
}

.sign-wrap .sign-inner span {
  float: left;
}

.sign-wrap + .btn-wrap {
  border-top: 1px solid #333;
  margin-top: 1rem;
  padding-top: 4rem;
}

.cell-12 {
  width: 12rem !important;
  min-width: auto;
}

.form-box.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-box.full-input input[type="text"] {
  width: calc(100% - 8rem);
}

.form-box.full-input .btn {
  width: 7rem;
}

.form-box .captcha-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-box .captcha-wrap .captcha-input {
  width: 9.5rem;
  vertical-align: top !important;
}

.form-box .captcha-wrap .captcha-img {
  width: 13rem;
  margin-left: 1rem;
}

.form-box .captcha-wrap .captcha-time {
  color: #ff1e1e;
  margin-left: 1.5rem;
}

.form-box .captcha-wrap button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.5rem;
  font-size: 10px;
  color: #676767;
}

.form-box .captcha-wrap button span {
  display: block;
  margin: 0 auto;
}

.file-wrap {
  font-size: 0;
  margin-left: 1rem !important;
}

.file-wrap:first-child {
  margin-left: 0 !important;
}

.file-wrap .file-upload {
  width: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -999rem;
}

.file-wrap .file-name {
  margin-left: 1rem;
}

.file-wrap .delete-btn {
  height: 3.2rem;
  padding: 0 1.4rem;
  border: 1px solid #ff1e1e;
  background: #fff;
  color: #ff1e1e;
  line-height: 3rem;
  vertical-align: baseline;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.file-wrap + p {
  margin-left: 1rem;
}

.file-name {
  color: #333;
  font-size: 14px;
}

.sub-footer {
  /*
  margin-top: 2.5rem;
  margin-bottom: 0;
  */
  position: fixed;
  bottom : 0;
}

.sub-footer p {
  padding: 1.5rem 1.5rem;
  background: #f2f2f2;
  color: #333;
}

.input-block + .input-block {
  margin-top: 0.6rem;
}

.validator {
  color: #ff1e1e;
  padding: 0.7rem 0;
}

/* [컴포넌트] */
.com-box {
  padding: 2rem 0;
}

.com-box h2 {
  padding: 1rem 0;
  font-size: 26px;
}

.com-box h3 {
  padding: 2rem 0 1rem;
  font-size: 20px;
}

.com-box a {
  vertical-align: top;
}

/* [공통] */
.font-teko {
  font-family: 'Teko';
}

.mo-hide {
  display: none !important;
}

.wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.wrap.responsive .header-inner,
.wrap.responsive .contents-inner,
.wrap.responsive .footer-inner {
  width: 100%;
}

.wrap .contents {
  padding-bottom: 15rem;
  margin-top: 10.7rem;
}

.header-inner,
.contents-inner,
.footer-inner {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}

.header-inner.window-popup,
.contents-inner.window-popup,
.footer-inner.window-popup {
  width: 100%;
  padding: 0 0 5rem 0;
}

.header-inner.window-popup .apply-wrap,
.contents-inner.window-popup .apply-wrap,
.footer-inner.window-popup .apply-wrap {
  margin-top: 0;
  position: relative;
}

.header-inner.window-popup .apply-wrap .box-title,
.contents-inner.window-popup .apply-wrap .box-title,
.footer-inner.window-popup .apply-wrap .box-title {
  width: 100%;
}

.contents-inner {
  padding-top: 8rem;
}

.contents-inner.site {
  padding-top: 0;
}

.contents-inner.window-popup .box-wrap .box-inner .box-header {
  border-bottom: 2px solid #333;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents {
  padding: 0;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table {
  margin-top: 0;
  border-left: 1px solid #ddd;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody th {
  background: #f2f2f2;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody th,
.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody td {
  height: 4rem;
  padding: 0 2rem 0 2rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.contents-inner.window-popup .box-table.cost-type tbody tr th {
  background-color: #f1f1f1;
  padding: 1.5rem 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.contents-inner.window-popup .box-table.cost-type tbody tr td {
  padding: 1.5rem 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10.7rem;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  z-index: 10;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  background: #fff;
}

.header-inner {
  font-size: 0;
}

.header-inner .btn-logo {
  position: absolute;
  top: 3.7rem;
  left: 0;
  width: 13.8rem;
}

.header-inner .btn-logo img {
  display: block;
  width: 100%;
}

.header-inner .util-wrap {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  line-height: 10.7rem;
}

.header-inner .util-wrap a {
  display: none;
  margin-left: 35px;
  color: #333;
}

.header-inner .util-wrap a:hover {
  color: #0a265b;
}

.header-inner .util-wrap a.active {
  display: inline-block;
}

.header-inner .util-wrap a:nth-of-type(1) {
  margin-left: 0;
}

.header-inner .gnb-wrap {
  position: relative;
  width: 70rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.header-inner .gnb-wrap .nav-menu {
  display: none;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-inner .gnb-wrap .nav-menu::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 1.5rem;
  background: url(../images/icon-menu.png) center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-inner .gnb-wrap .ad-area {
  position: absolute;
  bottom: 2.5rem;
  left: -25.1rem;
}

.header-inner .gnb-wrap > ul {
  display: table;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
}

.header-inner .gnb-wrap > ul > li {
  display: table-cell;
}

.header-inner .gnb-wrap > ul > li > a {
  position: relative;
  display: block;
  height: 10.7rem;
  line-height: 10.7rem;
  color: #676767;
}

.header-inner .gnb-wrap > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  margin-left: 0;
  -webkit-transition: 0.4s width, 0.4s margin;
  transition: 0.4s width, 0.4s margin;
}

.header-inner .gnb-wrap > ul > li.active > a, .header-inner .gnb-wrap > ul > li:hover > a {
  color: #0a265b;
  font-weight: 700;
}

.header-inner .gnb-wrap > ul > li.active > a:after, .header-inner .gnb-wrap > ul > li:hover > a:after {
  width: 3.2rem;
  background: #0a265b;
}

.header-inner .gnb-wrap .sub-depth {
  font-size: 13px;
  padding: 2rem 0;
}

.header-inner .gnb-wrap .sub-depth li {
  padding: 0.2rem 0;
}

.header-inner .gnb-wrap .sub-depth li > a {
  display: block;
  line-height: 2.6rem;
  color: #676767;
}

.header-inner .gnb-wrap .sub-depth li > a:hover {
  color: #0a265b;
}

.header-inner .gnb-wrap .sub-depth li:hover > a, .header-inner .gnb-wrap .sub-depth li.active > a {
  color: #0a265b;
  font-weight: 700;
}

.main-visual {
  position: relative;
}

.main-visual .swiper-container .swiper-wrapper .swiper-slide {
  min-width: 120rem;
  font-size: 0;
}

.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-thumb {
  text-align: center;
}

.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text {
  position: absolute;
  top: 18.4rem;
  right: calc(50% - 60rem);
  width: 80rem;
  padding-left: 18rem;
}

.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit {
  font-size: 72px;
  font-weight: 700;
  color: #0a265b;
}

.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub {
  font-size: 16px;
  padding-left: 8rem;
  margin-top: 2.5rem;
  text-align: right;
}

.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4rem;
  border-top: 1px solid #a1a1a1;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  margin-left: 8rem;
  text-align: right;
}

.main-visual .swiper-container .custom-wrap {
  position: absolute;
  top: 31.2rem;
  left: 50%;
  width: 120rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.main-visual .swiper-container .custom-wrap > button {
  position: absolute;
  top: 50%;
  width: 4.8rem;
  height: 9.6rem;
  opacity: 1;
  cursor: pointer;
  pointer-events: visible;
  background-repeat: no-repeat;
  background-position: center 3.6rem;
  background-color: transparent;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-visual .swiper-container .custom-wrap > button:after {
  content: none;
}

.main-visual .swiper-container .custom-wrap > button:hover {
  background-color: #0a265b;
}

.main-visual .swiper-container .custom-wrap .button-prev {
  left: -7.2rem;
  background-image: url(../images/icon_arrow_prev.png);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.main-visual .swiper-container .custom-wrap .button-next {
  right: -7.2rem;
  background-image: url(../images/icon_arrow_next.png);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.main-visual .swiper-container .custom-wrap .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18rem;
  height: 1.6rem;
}

.main-visual .swiper-container .custom-wrap .swiper-pagination:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  opacity: 1;
  margin-left: 2rem;
  z-index: 1;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.6rem;
  height: 1.6rem;
}

.main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: #ff1e1e;
  border-radius: 100% 100%;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}

.main-visual .go-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120rem;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-visual .go-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #0a265b;
}

.main-visual .go-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 1.1rem;
  overflow: hidden;
}

.main-visual .go-link ul li {
  position: relative;
  width: 19.6rem;
  height: 13.4rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.main-visual .go-link ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 3.2rem;
  background-color: #fff;
  -webkit-transform: translateX(calc(-50% + 0.5px));
          transform: translateX(calc(-50% + 0.5px));
}

.main-visual .go-link ul li:after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 0;
  width: 100%;
  height: 1.1rem;
}

.main-visual .go-link ul li:nth-of-type(1) {
  background-color: #0b2451;
  background-image: url(../images/icon_go_link_01.png);
}

.main-visual .go-link ul li:nth-of-type(2) {
  background-color: #e64a52;
  background-image: url(../images/icon_go_link_02.png);
}

.main-visual .go-link ul li:nth-of-type(3) {
  background-color: #46a3e5;
  background-image: url(../images/icon_go_link_03.png);
}

.main-visual .go-link ul li:hover {
  height: 14.4rem;
}

.main-visual .go-link ul li a {
  display: block;
  height: 100%;
}

.main-visual .go-link ul li a span {
  display: inline-block;
  font-size: 17px;
  padding-top: 4rem;
  color: #fff;
}

.footer {
  letter-spacing: 0;
}

.footer .footer-top {
  color: #909090;
  background: #333;
}

.footer .footer-top .footer-inner {
  padding: 4rem 0 4.5rem;
}

.footer .footer-bottom {
  color: #909090;
  background: #383838;
}

.footer .footer-inner .btn-logo {
  width: 13.8rem;
  margin-top: -0.5rem;
}

.footer .footer-inner .btn-logo a {
  display: block;
}

.footer .footer-inner .btn-logo a img {
  display: block;
  width: 100%;
}

.footer .footer-inner .address-wrap {
  font-size: 13px;
  padding-top: 2.8rem;
}

.footer .footer-inner .address-wrap ul {
  display: inline-block;
}

.footer .footer-inner .address-wrap ul li {
  line-height: 2.2rem;
}

.footer .footer-inner .address-wrap ul li:nth-of-type(1) {
  color: #ccc;
}

.footer .footer-inner .address-wrap ul li:nth-of-type(2) span {
  margin-left: 2rem;
}

.footer .footer-inner .address-wrap ul li:nth-of-type(2) span:first-child {
  margin-left: 0;
}

.footer .footer-inner .address-wrap ul li a {
  color: #909090;
}

.footer .footer-inner .copyright {
  font-size: 12px;
  line-height: 5.6rem;
}

.footer .footer-inner .etc-link {
  position: absolute;
  top: 3.8rem;
  right: 0;
}

.footer .footer-inner .etc-link ul {
  display: table;
  width: 100%;
}

.footer .footer-inner .etc-link ul li {
  display: table-cell;
  padding-left: 9.5rem;
  font-size: 13px;
}

.footer .footer-inner .etc-link ul li:first-child {
  padding-left: 0;
}

.footer .footer-inner .etc-link ul li a {
  display: block;
  color: #909090;
}

.footer .footer-inner .etc-link ul li a:hover {
  color: #ccc;
}

.footer .footer-inner .etc-link ul li > a {
  color: #ccc;
  cursor: pointer;
}

.footer .footer-inner .etc-link ul li dl {
  padding-top: 2.5rem;
}

.footer .footer-inner .etc-link ul li dl dd {
  font-size: 12px;
  line-height: 2.5rem;
}

.footer .footer-inner .award-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .footer-inner .award-wrap a {
  display: inline-block;
  color: #909090;
  font-size: 10px;
  line-height: 1.2rem;
}

.footer .footer-inner .award-wrap a img {
  float: left;
  margin-top: -0.4rem;
}

.error-wrap {
  text-align: center;
  padding-top: 4rem;
}

.error-wrap .desc {
  font-size: 20px;
  line-height: 2.4rem;
  padding-top: 4.5rem;
}

.error-wrap .btn-wrap .btn-error {
  width: 21rem;
  line-height: 3.1rem;
  height: 3.5rem;
  background: #f05956;
  border-radius: 20px 20px;
  font-size: 17px;
}

.star-wrap {
  width: 5.6rem;
  height: 1.6rem;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/icon-star.png) center center no-repeat;
  background-position: 0 0;
}

.star-wrap.level-02 {
  background-position: 0 -16px;
}

.star-wrap.level-03 {
  background-position: 0 -32px;
}

.list-inner {
  padding-top: 6rem;
}

.list-title {
  padding-bottom: 1rem;
}

.top-tit {
  font-size: 42px;
  text-align: center;
}

h2.sub-tit {
  font-size: 26px;
}

.top-desc {
  font-size: 15px;
  text-align: center;
  padding-top: 0.5rem;
}

.group-type {
  display: inline-block;
  line-height: 3.2rem;
  vertical-align: top;
}

.group-type .group-type {
  display: block;
  margin-left: 3rem;
  line-height: 2.8rem;
}

.group-type.none-text {
  line-height: 0;
}

.group-type.none-text label span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999rem;
}

.group-type.none-text input[type="checkbox"] + label::before {
  content: '';
  margin: 0;
}

select.size-small {
  width: auto;
  height: 3.2rem;
  padding: 0 1.5rem;
  background: url(../images/icon_select.png) right 20px center #fff no-repeat;
}

select + input[type="text"],
select + input[type="password"],
select + input[type="number"] {
  margin-left: 1rem;
}

select.max-130 {
  max-width: 13rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.select-box .select-inner {
  position: relative;
  display: inline-block;
  min-width: 19.4rem;
  vertical-align: top;
  margin-top: 0.2rem;
}

.select-box .select-inner .selected {
  max-width: 30rem;
  height: 3.2rem;
  line-height: 3rem;
  border: 1px solid #ddd;
  padding: 0 4rem 0 2rem;
  background: url(../images/icon_select.png) right 20px center #f1f1f1 no-repeat;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.select-box .select-inner .select-list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  overflow: auto;
  z-index: 10;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}

.select-box .select-inner .select-list ul li {
  padding: 0 2rem 0.2rem;
  cursor: pointer;
  text-align: left;
}

.select-box .select-inner .select-list ul li:hover {
  background: #00a3f7;
  color: #fff;
}

.select-box .select-inner .select-list ul li.direct:hover input {
  border: 1px solid #333;
}

.select-box .select-inner .select-list ul li.direct.active input {
  border: 1px solid #333;
}

.select-box .select-inner .select-list ul li input {
  width: 100%;
  max-width: none;
}

.select-box .select-inner .select-list ul li.active {
  background: #00a3f7;
  color: #fff;
}

.select-box .select-inner .select-list .btn-confirm {
  width: 17.2rem;
  height: 3.2rem;
  margin: 0.8rem auto;
  background: #00a3f7;
  color: #fff;
  border: 1px solid #00a3f7;
}

.select-box.checked .selected {
  pointer-events: auto;
  background-color: #fff;
}

.datepicker-wrap input {
  background: url(../images/icon_calendar.png) right center #fff no-repeat;
  cursor: pointer;
}

.datepicker-wrap input.size-small {
  background: url(../images/icon_small_calendar.png) right center #fff no-repeat;
}

.datepicker-wrap em {
  margin: 0 5px;
}

.datepicker-wrap + select {
  margin-left: 1rem;
}

.box-str {
  background: #f2f2f2;
  border: 1px solid #909090;
  padding: 0 0.5rem;
  border-radius: 5px 5px;
  font-size: 12px;
  word-break: keep-all;
}

.form-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-box.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-box.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
  			align-items: flex-end;
}

.form-box input[type="password"],
.form-box input[type="text"] {
  width: auto;
}

.form-box input[type="password"] + a,
.form-box input[type="password"] + button,
.form-box input[type="password"] + select,
.form-box input[type="password"] + input[type="text"],
.form-box input[type="password"] + .tooltip,
.form-box input[type="text"] + a,
.form-box input[type="text"] + button,
.form-box input[type="text"] + select,
.form-box input[type="text"] + input[type="text"],
.form-box input[type="text"] + .tooltip {
  margin-left: 1rem;
}

.form-box button + .tooltip {
  margin-left: 1rem;
}

.form-box input[type="text"].w-small,
.form-box input[type="password"].w-small,
.form-box input[type="number"].w-small {
  width: 19.3rem;
}

.form-box input[type="text"].n-small,
.form-box input[type="number"].n-small {
  width: 6rem;
}

.form-box select {
  width: auto;
}

.form-box select + select,
.form-box select + a,
.form-box select + button,
.form-box select + input[type="text"] {
  margin-left: 1rem;
}

.form-box select.w-small {
  width: 8.4rem;
  min-width: auto;
  background-position: right 20px center;
}

.form-box .at {
  display: inline-block;
  margin: 0 1rem;
}

.form-box + .form-box {
  margin-top: 1rem;
}

.form-box + table {
  margin-top: 1.5rem;
}

.form-box .group-type {
  display: inline-block;
  margin-left: 1.5rem;
}

.form-box .group-type.m-left-auto {
  margin-left: auto;
}

.form-box .group-type:nth-of-type(1) {
  margin-left: 0;
}

.form-box .group-type + .tooltip {
  margin-left: 1rem;
}

.form-box > em {
  margin: 0 2.8rem;
}

.form-box p {
  line-height: 3.2rem;
}

.form-box label + input[type="text"] {
  margin-left: 1rem;
}

.form-box.phone-info select {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 11.5rem !important;
  border-right: 0;
}

.form-box.phone-info select:focus {
  border: 1px solid #333;
}

.form-box.phone-info select + input {
  margin-left: 0;
  border-left: 0;
}

.form-box.phone-info select + input:focus {
  border: 1px solid #333;
}

.form-box a + a {
  margin-left: 1rem;
}

.top-line {
  margin-top: 1.5rem;
  padding: 14.3rem 0;
  border-top: 1px solid #ddd;
}

.status-wrap {
  width: 92rem;
  margin: 3rem auto 0;
  padding-bottom: 1.5rem;
}

.status-wrap .status-bar {
  line-height: 10rem;
  color: #909090;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 5px 5px;
  font-size: 22px;
  text-align: center;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.status-wrap .status-desc {
  margin-top: 3rem;
}

.status-wrap .status-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status-wrap .status-desc ul li:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.status-wrap .status-desc ul li:nth-of-type(2) {
  width: 480px;
}

.status-wrap .status-desc ul li button {
  width: 100%;
  height: 6.4rem;
  font-size: 22px;
}

.status-wrap .status-desc ul li .vote-manual-start {
  background: #00a3f7;
  border: 2px solid #00a3f7;
}

.status-wrap .status-desc ul li .vote-auto-start {
  background: #e9f3fb;
  border: 2px solid #00a3f7;
  color: #0a265b;
}

.status-wrap .status-desc ul li .vote-pause {
  background: #ff1e1e;
  border: 2px solid #ff1e1e;
}

.status-wrap .status-desc ul li .vote-restart {
  background: #00a3f7;
  border: 2px solid #00a3f7;
}

.status-wrap .status-desc ul li .vote-cancel {
  background: #333;
  border: 2px solid #333;
}

.status-wrap .status-desc ul li .vote-end {
  background: #00a3f7;
  border: 2px solid #00a3f7;
}

.status-wrap.ing .status-bar {
  border: 2px solid #333;
  color: #333;
}

.status-wrap.pause .status-bar {
  border: 2px solid #333;
  color: #333;
}

.status-wrap.pause .status-desc {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status-wrap.pause .status-desc ul {
  display: block;
  margin-left: 6rem;
}

.status-wrap.pause .status-desc ul:nth-of-type(1) {
  margin-left: 0;
}

.status-wrap.pause .status-desc ul li {
  text-align: center;
  padding-top: 2.5rem;
}

.status-wrap.pause .status-desc ul li:nth-of-type(1) {
  width: auto;
}

.status-wrap.pause .status-desc ul li:nth-of-type(2) {
  width: auto;
}

.status-wrap.cancel .status-bar {
  border: 2px solid #333;
  color: #333;
}

.status-wrap.cancel .status-desc {
  text-align: center;
  padding-top: 2rem;
}

.status-wrap.end .status-bar {
  border: 2px solid #333;
  color: #333;
}

.status-ex {
  padding: 2.5rem 0 1.5rem;
}

.tabs-wrap .tabs-list ul, .user-info-tabs-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 768px) {
	.tabs-wrap .tabs-list ul {
	    flex-wrap: wrap;
   		margin-bottom: 1rem;
	}
}

.tabs-wrap .tabs-list ul li, .user-info-tabs-list ul li {
  width: 15rem;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: 0;
  line-height: 3.6em;
}

@media only screen and (max-width: 768px) {
	.tabs-wrap .tabs-list ul li {
	    flex-basis: 50%;
    	box-sizing: border-box;
	}
}

.user-info-tabs-list ul li {
  width: 15rem;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
 line-height: 3.6em;
 cursor: pointer;
}

.tabs-wrap .tabs-list ul li:first-child {
  border-left: 1px solid #ddd;
}

.tabs-wrap .tabs-list ul li a {
  display: block;
  font-size: 15px;
  line-height: 5.4rem;
  color: #909090;
}

.tabs-wrap .tabs-list ul li.active {
  background: #333;
  border-color: #333;
}

.tabs-wrap .tabs-list ul li.active a {
  color: #fff;
}

.tabs-wrap .tabs-list ul li:hover a {
  color: #333;
}

.tabs-wrap .tabs-list ul li:hover.active a {
  color: #fff;
}

.tabs-wrap .tabs-contents .tabs-inner {
  display: none;
}

.tabs-wrap .tabs-contents .tabs-inner.active {
  display: block;
}

.tabs-wrap.size-small .tabs-list ul li a {
  line-height: 3.6rem;
}

.tabs-wrap[class*='white-'] .tabs-list ul {
  position: relative;
}

.tabs-wrap[class*='white-'] .tabs-list ul li {
  background: #fff;
}

.tabs-wrap[class*='white-'] .tabs-list ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  z-index: 1;
}

.tabs-wrap[class*='white-'] .tabs-list ul li:hover {
  border-color: #ddd;
  cursor: pointer;
}

.tabs-wrap[class*='white-'] .tabs-list ul li:hover a {
  color: #333;
}

.tabs-wrap[class*='white-'] .tabs-list ul li.active {
  position: relative;
  border: 2px solid #333;
  border-bottom: 0;
}

.tabs-wrap[class*='white-'] .tabs-list ul li.active a {
  color: #333;
}

.tabs-wrap[class*='white-'] .tabs-list ul li.active:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: 2;
}

.tabs-wrap[class*='white-inline'] .tabs-list {
  display: inline-block;
}

.tabs-wrap.info-tabs {
  margin-top: 6rem;
}

.tabs-wrap.info-tabs .tabs-list ul {
  position: relative;
}

.tabs-wrap.info-tabs .tabs-list ul li {
  width: 27rem;
  background: #fff;
}

.tabs-wrap.info-tabs .tabs-list ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00a3f7;
  z-index: 1;
}

.tabs-wrap.info-tabs .tabs-list ul li a .sprite {
  margin-right: 1rem;
}

.tabs-wrap.info-tabs .tabs-list ul li:hover a {
  color: #00a3f7;
}

.tabs-wrap.info-tabs .tabs-list ul li.active {
  position: relative;
  border: 2px solid #00a3f7;
  border-bottom: 0;
}

.tabs-wrap.info-tabs .tabs-list ul li.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
}

.tabs-wrap.info-tabs .tabs-list ul li.active a {
  color: #00a3f7;
}

.accordion ul li {
  border-bottom: 1px solid #ddd;
}

.accordion ul li:nth-of-type(1) {
  border-top: 1px solid #ddd;
}

.accordion ul li .accordion-trigger {
  display: block;
  position: relative;
  width: 100%;
  line-height: 4.6rem;
  padding: 0 2rem;
  text-align: left;
}

.accordion ul li .accordion-trigger:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion ul li .accordion-content {
  display: none;
  padding: 1.4rem 2rem;
  border-top: 1px solid #ddd;
}

.accordion ul li.active .accordion-trigger:after {
  content: "-";
}

.accordion ul li.active .accordion-content {
  display: block;
}

.support-box {
  padding-top: 6rem;
}

.support-box .support-header {
  border-top: 2px solid #333;
  line-height: 5.1rem;
}

.support-box .support-header ul {
  border-bottom: 1px solid #000;
  display: table;
  width: 100%;
}

.support-box .support-header ul li {
  display: table-cell;
  font-size: 15px;
}

.support-box .support-header ul li.sup-tit {
  width: 72%;
  padding-left: 6rem;
}

.support-box .support-header ul li.sup-tit:nth-of-type(2) {
  padding-left: 10%;
}

.support-box .support-header ul li.sup-util {
  width: 14%;
  text-align: center;
}

.support-box .support-contents dl:first-child dt {
  border-color: #333;
}

.support-box .support-contents dl:last-child dt {
  border-bottom: 1px solid #ddd;
}

.support-box .support-contents dl:last-child dt.active {
  border-bottom: 0;
  border-top: 1px solid #000;
}

.support-box .support-contents dl dt {
  border-top: 1px solid #ddd;
}

.support-box .support-contents dl dt a {
  display: table;
  width: 100%;
  line-height: 5.3rem;
  color: #333;
}

.support-box .support-contents dl dt a:hover {
  background: #f2f2f2;
}

.support-box .support-contents dl dt a > div {
  display: table-cell;
}

.support-box .support-contents dl dt a .sup-tit {
  position: relative;
  width: 72%;
  padding-left: 6rem;
}

.support-box .support-contents dl dt a .sup-tit:nth-of-type(2) {
  padding-left: 0;
}

.support-box .support-contents dl dt a .sup-tit.notice:before {
  content: "중요";
  position: absolute;
  left: 10px;
  top: 50%;
  background: #ff1e1e;
  padding: 0 10px;
  line-height: 24px;
  color: #fff;
  margin-top: -12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 13px;
}

.support-box .support-contents dl dt a .sup-util {
  width: 14%;
  text-align: center;
}

.support-box .support-contents dl dt a .sup-util.inline-block {
	display: inline-block;
}

.support-box .support-contents dl dt.active {
  border-color: #333;
  background: #f2f2f2;
}

.support-box .support-contents dl dd {
  display: none;
  border-bottom: 1px solid #333;
}

.support-box .support-contents dl.complete .status {
  color: #00a3f7;
  border: 1px solid #00a3f7;
  background: #fff;
  font-weight: 500;
  border-radius: 20px 20px;
}
/*추가*/
.support-box .support-contents div.complete .status {
  color: #00a3f7;
  border: 1px solid #00a3f7;
  background: #fff;
  font-weight: 500;
  border-radius: 20px 20px;
}
.support-box .support-contents dl.complete .support-desc.question:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 17.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -72px -48px;
}

.support-box.faq-wrap {
  padding-top: 0;
}

.support-box.faq-wrap .support-header .sup-tit {
  width: 86%;
}

.support-box.faq-wrap .support-header .sup-util {
  width: 14%;
}

@media only screen and (max-width: 768px) {
	.support-box.faq-wrap .support-header .sup-util {
		display: none;
	}	
}

.support-box.faq-wrap .support-contents .sup-tit {
  width: 86%;
}

.support-box.faq-wrap .support-contents .sup-util {
  width: 14%;
  color: #909090;
}

@media only screen and (max-width: 768px) {
	.support-box.faq-wrap .support-contents .sup-util {
		display: none;
	}
	.support-box.faq-wrap .support-contents .sup-tit {
		padding-left: 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.support-box.faq-wrap .support-desc {
	  padding-left: 14%;
	}
}

.support-box.qna-wrap .align-center {
  margin-bottom: 3rem;
}

.support-box.qna-wrap .support-header .sup-tit {
  width: 58%;
}

.support-box.qna-wrap .support-header .sup-util {
  width: 14%;
}

.support-box.qna-wrap .support-contents .sup-tit {
  width: 58%;
  padding-left: 14%;
}

.support-box.qna-wrap .support-contents .status {
  position: relative;
  display: inline-block;
  width: 9rem;
  line-height: 3rem;
  color: #909090;
}

.support-box.qna-wrap .support-contents .status .icon-complete {
  margin-left: -5px;
  margin-right: -5px;
}

.support-box.qna-wrap .support-contents .support-desc {
  position: relative;
  padding-left: 21rem;
}

.support-box.qna-wrap .support-contents .support-desc.question:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  left: 14%;
  width: 3.2rem;
  height: 2.2rem;
  line-height: 1.8rem;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px;
}

.support-box.qna-wrap .support-contents .support-desc.answer {
  padding: 0.6rem 6rem 1.7rem 21rem;
}

.support-box.qna-wrap .support-contents .support-desc.answer:before {
  content: "A";
  position: absolute;
  top: 0.5rem;
  left: 14%;
  display: inline-block;
  width: 3.2rem;
  height: 2.2rem;
  line-height: 2rem;
  border: 1px solid #00a3f7;
  background: #00a3f7;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px;
}

.support-box .form-box {
  padding: 1.7rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support-desc {
  padding: 1.7rem 6rem;
}

@media only screen and (max-width: 768px) {
	.support-desc {
		padding: 1.7rem 1rem;
	}	
}

.attachments-desc {
  position: relative;
  padding: 1.7rem 0 5rem;
  margin: 0 6rem;
  border-top: 1px solid #ddd;
}

.attachments-desc .att-inner {
  max-width: 96rem;
}

.attachments-desc .att-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attachments-desc .att-inner ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.attachments-desc .att-inner ul li a {
  font-size: 13px;
  line-height: 2.4rem;
  color: #909090;
}

.attachments-desc .att-inner ul li a:hover {
  color: #333;
  text-decoration: underline;
}

.all-download {
  position: absolute;
  top: 2rem;
  right: 0;
}

.all-download a {
  display: block;
  color: #333;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .btn-tooltip {
  width: 2rem;
  height: 2rem;
  border: 1px solid #909090;
  text-align: center;
  border-radius: 100% 100%;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: 0 -72px;
  vertical-align: middle !important;
}

.tooltip .tooltip-inner {
  visibility: hidden;
  position: absolute;
  left: -0.5rem;
  bottom: 130%;
  min-width: 43rem;
  padding: 0 2em;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  opacity: 0;
  z-index: 6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.tooltip .tooltip-inner:after {
  content: "";
  position: absolute;
  left: 0.9rem;
  bottom: -1rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.tooltip .tooltip-inner .front-12 {
  z-index: 12;
}

.tooltip .tooltip-inner .tooltip-header {
  position: relative;
  line-height: 5rem;
  border-bottom: 1px solid #ddd;
}

.tooltip .tooltip-inner .tooltip-contents {
  padding: 1.2rem 0 1.4rem;
}

.tooltip:hover .tooltip-inner {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltip-desc dt {
  font-weight: bold;
}
.tooltip .tooltip-desc dd {
  padding-left: 10px;
  margin-bottom: 5px;
}

.count-wrap p {
  color: #909090;
}

.count-wrap p em {
  display: inline-block;
  color: #333;
  padding-top: 0.3rem;
}

.label-input label + input {
  margin-left: 1rem;
}

.label-input + a {
  margin-left: 1rem;
}

.label-input + a + a {
  margin-left: 1rem;
}

.checkbox-list,
.radio-list {
  display: none;
}

.checkbox-list.active,
.radio-list.active {
  display: block;
}

table tr.radio-list.active {
  display: table-row;
}

table.checkbox-list.active {
  display: table;
}

.table-list-wrap + .btn-wrap {
  padding-top: 2rem;
  margin: 4rem 0 2rem;
  border-top: 1px solid #333;
}

.pagination {
  text-align: center;
  margin-top: 5rem;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.pagination ul li span,
.pagination ul li a {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 14px;
  line-height: 2.4rem;
  color: #909090;
}

.pagination ul li:hover a,
.pagination ul li:hover span, .pagination ul li.current a,
.pagination ul li.current span {
  color: #333;
}

.pagination ul li:hover a:after,
.pagination ul li:hover span:after, .pagination ul li.current a:after,
.pagination ul li.current span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  display: block;
  width: 10px;
  height: 1px;
  background: #909090;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagination ul li.prev a, .pagination ul li.next a {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 2px;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  display: inline-block;
  overflow: hidden;
  text-indent: -999rem;
}

.pagination ul li.prev a:after, .pagination ul li.next a:after {
  content: none;
}

.pagination ul li.prev {
  margin-right: 1rem;
}

.pagination ul li.prev a {
  background-position: -72px -24px;
}

.pagination ul li.prev.disabled a {
  background-position: -72px 0;
}

.pagination ul li.next {
  margin-left: 1rem;
}

.pagination ul li.next a {
  background-position: -96px -24px;
}

.pagination ul li.next.disabled a {
  background-position: -96px 0;
}

.screen-setting {
  width: 1020px;
}

.screen-setting .tabs-inner {
  position: relative;
}

.screen-setting .btn-wrap {
  padding-top: 1rem;
}

.screen-setting .btn-wrap .btn {
  max-width: 23.8rem;
}

.swiper-container .swiper-wrapper .thumb {
  padding: 0 0;
}

.swiper-container .swiper-wrapper .thumb img {
  width: 100%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: #333;
}

.swiper-container[class*="tabs-"] .swiper-button-next,
.swiper-container[class*="tabs-"] .swiper-button-prev {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
}

.swiper-container[class*="tabs-"] .swiper-button-next:after,
.swiper-container[class*="tabs-"] .swiper-button-prev:after {
  content: none;
}

.swiper-container[class*="tabs-"] .swiper-button-prev {
  background-position: -216px -24px;
}

.swiper-container[class*="tabs-"] .swiper-button-next {
  background-position: -216px -72px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 48.6rem;
  background: url(../images/bg_sc_pc.png?v=202210211300) center center no-repeat;
  overflow: hidden;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner {
  position: relative;
  width: 64rem;
  height: 40.1rem;
  margin: 3rem auto 0;
  overflow: auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .pc-header {
  height: 3.3rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .pc-header img {
  width: 69px;
  height: 15px;
  margin-top: 1rem;
  margin-left: 3rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .util-wrap {
  position: absolute;
  right : 3rem;
  top: 0;
  display: inline-block;
  margin-top: 0.5rem;
}
.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .pc-header .util-wrap a {
  color: #333;
  font-size: 11px;
}
.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .pc-header .util-wrap .sprite.icon-logout {
  background-size: 312.5px;
  background-position: -105px 0;
  width: 15px;
  height: 15px;
  margin-right: 0.1rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .spot-header {
  height: 3.3rem;
  background-color: #00a3f7;
  color: #fff;
  text-align: center;
}
.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .spot-header .spot-header-title {
  padding-top: 0.5rem;
  font-size: 15px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .spot-header .util-wrap  {
  margin-top: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .spot-header .limit-time {
  height: 3.3rem;
  color: #fff;
  letter-spacing: 0;
  font-size: 11px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .spot-header .btn-time {
  height: 2.3rem;
  line-height: 2.1rem;
  background-color: #feffad;
  border: 0.5px solid #feffad;
  border-radius: 9px 9px;
  color: #333;
  text-align: center;
  font-size: 11px;
  width : 7rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding: 0;
}
/*
.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .spot-header .btn-time:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-size: 9px;
  background: url(../images/icon_time.png) center center no-repeat;
  margin: 0 0.3rem -0.2rem 0;
} */

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .preview-box-wrap {
  background: #fcfcfc;
  border: 0.5px solid #efefef;
  margin: 1.5rem 1rem 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .preview-box-wrap .btn-wrap {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .preview-box-wrap .btn-wrap a {
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .preview-box-wrap .btn-wrap a.btn {
  max-width: 15rem;
  line-height: 2.5rem;
  max-height: 3rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .sub-tit {
  font-size: 13px;
  /* line-height: 3.6rem; */
  line-height: inherit;
  padding: 0.5rem 2rem;
  border-bottom: 0.5px solid #ddd;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .sub-tit.spot {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 0.5px solid #333;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .abstent {
  display: inline-block;
  position: absolute;
  right: 3rem;
  height: 2rem;
  margin-top: 0.8rem;
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap {
  padding: 3rem 0 3rem;
  height: 29.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap::-webkit-scrollbar {
  display: none;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap ul li {
  cursor: pointer;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 {
  width: 32rem;
  margin: 0 auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 ul li:first-child {
  margin-top: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 ul li .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 ul li .name {
  position: relative;
  width: 20rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 ul li .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-01 ul li .score {
  width: 4.6rem;
  height: 2.3rem;
  line-height: 2.1rem;
  border: 1px solid #ddd;
  margin-right: 0.5rem;
  padding-right: 1rem;
  text-align: right;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 {
  width: 32rem;
  margin: 0 auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 ul:first-child {
  margin-top: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 ul .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 ul .name {
  position: relative;
  width: 20rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 ul .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-02 ul .score {
  width: 4.6rem;
  height: 2.3rem;
  line-height: 2.1rem;
  border: 1px solid #fff;
  margin-right: 0.5rem;
  text-align: right;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 {
  width: 32rem;
  margin: 0 auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul:first-child {
  margin-top: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul .name {
  position: relative;
  width: 24rem;
  line-height: 3.2rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul .name .sprite-large {
  margin-top: -0.2rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-03 ul .score {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.1rem;
  text-align: right;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 {
  width: 39rem;
  margin: 0 auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li {
  height: 3.6rem;
  line-height: 3.4rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value {
  margin: 0 auto;
  width: 20rem;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box {
  margin-top: 4rem;
  height: 48px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl {
  position: relative;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% - 1rem);
  height: 2px;
  background: #ccc;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd {
  position: relative;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  margin-left: 3.7rem;
  text-align: center;
  border-radius: 100% 100%;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(1) {
  background: #ff1e1e;
  margin-left: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(2) {
  background: #ff981e;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(3) {
  background: #ffc71e;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(4) {
  background: #5ddc7b;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(5) {
  background: #00a3f7;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd span {
  margin-top: 0.8rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-04 ul li .value-box dl dd .comment {
  position: absolute;
  left: 50%;
  bottom: -4rem;
  font-size: 12px;
  line-height: 1.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 {
  width: 32rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li {
  position: relative;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .name {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  width: 8.2rem;
  height: 11.9rem;
  padding-top: 9.5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .name:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 50%;
  width: 6.6rem;
  height: 8.4rem;
  background: #f1f1f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .name .sprite-large {
  position: absolute;
  left: 50%;
  top: 3.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .score {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .score > div {
  position: relative;
  width: 15rem;
  line-height: 3.6rem;
  border: 1px solid #ddd;
  margin-top: 0.5rem;
  background: #fff;
  padding: 0 1rem;
  border-radius: 10px 10px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .score > div:first-child {
  margin-top: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-05 ul li .score > div .sprite {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 {
  width: 32rem;
  margin: 0 auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul:first-child {
  margin-top: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul .name {
  position: relative;
  width: 24rem;
  line-height: 3.2rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul .name .sprite-large {
  margin-top: -0.2rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .item-wrap .type-06 ul .score {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.1rem;
  text-align: right;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .tit {
  width: 100%;
  font-size: 15px;
  line-height: 3.6rem;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 0.5px solid #333;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step {
  padding: 2rem 1rem 1rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap {
  width: 12rem;
  min-height: auto;
  padding: 0 0.5rem 0.8rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .card-num {
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .card-num:after {
  height: 5.2rem;
  margin-top: -2.6rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .card-photo {
  width: 100%;
  height: 10.4rem;
  margin-top: 0.8rem;
}

/*
.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .card-photo:after {
  background-color: #fff;
}
*/
.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .belong-name {
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .card-name {
  font-size: 14px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .aid-name {
  padding-top: 0.5rem;
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .icon-box {
  width: 4rem;
  height: 4rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .icon-box span {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .form-box {
  margin-top: 0.5rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .card-wrap .card-inner .card-rank {
  margin: 0.5rem auto 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select {
  margin-left: 2.4rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li {
  pointer-events: none;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select {
  height: 4.8rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-name {
  line-height: 4.6rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .icon-box {
  width: 4rem;
  height: 4rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .icon-box span {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-photo {
  width: 4rem;
  height: 4rem;
  margin: 0.25rem 0 0.25rem 0.5rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-photo img {
  width: 100%;
  height: 100%;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-name {
  margin-left: 0.5rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select i {
  line-height: 4.6rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select .form-box {
  margin: 0 auto;
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select .form-box .t-num {
  padding: 0 0.5rem;
  height: 3.6rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select .card-rank {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 12px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select .card-rank span {
  font-size: 18px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select .agenda-box {
  font-size: 13px;
  min-height: auto;
  max-height: 15rem;
  overflow: auto;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-02 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-02 .voter-select {
  margin: 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-02 .voter-select ul li {
  margin: 1rem 1rem 3rem;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-04 .voter-select ul li {
  width: 50%;
  margin: 0.6rem auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide {
  width: 100%;
  min-height: 48.6rem;
  background: url(../images/bg_sc_mc.png) center center no-repeat;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner {
  position: relative;
  width: 32.1rem;
  height: 40.8rem;
  margin: 3.3rem auto 0;
  
  overflow: auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header {
  height: 3.3rem;
  position: relative;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .gnb-wrap{
  position: static;
  width: auto;
  padding:  0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .gnb-wrap .nav-menu{
  display: block;
  position: absolute;
  left: 1.8rem ;
  top : 50%;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .gnb-wrap .nav-menu::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 1.5rem;
  background: url(../images/icon-menu.png) center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .btn-logo {
  position: absolute;
  width : 12rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .btn-logo img {
  display: block;
  width: 100%;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .util-wrap {
  line-height: normal;
  position: absolute;
  right : 0.8rem;
  /*top: 50%; */
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .util-wrap a {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  background: #eef4fa;
  border-radius: 100% 100%;
  color: #333;
  font-size: 0;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .util-wrap a.active {
  display: inline-block;
  font-size: 0;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .util-wrap .sprite.icon-logout {
  background-size: 375px;
  background-position: -126px 0;
  width: 18px;
  height: 18px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .tit {
  font-size: 14px;
  line-height: 3.6rem;
  margin-top: 6.6rem;
  color: #fff;
  text-align: center;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-flow-wrap {
  overflow: auto;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .sub-tit {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #05245d;
  position: relative;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .sub-tit .voter-header{
  /*height: 7.2rem; */
  background-color: #05245d;
  padding: 0.7rem 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .sub-tit .abstent {
  position: absolute;
  top : 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right : 0.8rem;
  height: 2rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .preview-box-wrap {
  height: 30.5rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .preview-box-wrap .btn-wrap {
  padding: 1rem 0.5rem 1rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .preview-box-wrap .btn-wrap a {
  font-size: 12px;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .preview-box-wrap .btn-wrap a.btn {
  max-width: 15rem;
  line-height: 2.5rem;
  max-height: 3rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap {
  padding: 2rem 0;
  height: 26.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap::-webkit-scrollbar {
  display: none;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap ul li {
  cursor: pointer;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.4rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 ul li:first-child {
  margin-top: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 ul li .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 ul li .name {
  position: relative;
  width: 8.3rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 ul li .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-01 ul li .score {
  width: 4.6rem;
  height: 2.3rem;
  line-height: 2.1rem;
  border: 1px solid #ddd;
  margin-right: 0.5rem;
  padding-right: 1rem;
  text-align: right;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 ul:first-child {
  margin-top: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 ul .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 ul .name {
  position: relative;
  width: 8.3rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 ul .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-02 ul .score {
  width: 4.6rem;
  height: 2.3rem;
  line-height: 2.1rem;
  border: 1px solid #fff;
  margin-right: 0.5rem;
  text-align: right;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul:first-child {
  margin-top: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul .name {
  position: relative;
  width: 13rem;
  line-height: 3.2rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul .name .sprite-large {
  margin-top: -0.2rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-03 ul .score {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.1rem;
  text-align: right;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li {
  height: 3.6rem;
  line-height: 3.4rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value {
  margin: 0 auto;
  width: 15rem;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box {
  margin-top: 2rem;
  height: 24px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl {
  position: relative;
  height: 24px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% - 1rem);
  height: 2px;
  background: #ccc;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.8rem;
  text-align: center;
  border-radius: 100% 100%;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(1) {
  background: #ff1e1e;
  margin-left: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(2) {
  background: #ff981e;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(3) {
  background: #ffc71e;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(4) {
  background: #5ddc7b;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:nth-of-type(5) {
  background: #00a3f7;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd span.sprite {
  vertical-align: top !important;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd .comment {
  position: absolute;
  bottom: -2rem;
  font-size: 11px;
  line-height: 1.8rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:first-child .comment {
  left: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-04 ul li .value-box dl dd:last-child .comment {
  right: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1rem 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li {
  position: relative;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .name {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  width: 8.2rem;
  height: 11.9rem;
  padding-top: 9.5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .name:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 50%;
  width: 6.6rem;
  height: 8.4rem;
  background: #f1f1f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .name .sprite-large {
  position: absolute;
  left: 50%;
  top: 3.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .score {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .score > div {
  position: relative;
  width: 10rem;
  line-height: 3.6rem;
  border: 1px solid #ddd;
  margin-top: 0.5rem;
  background: #fff;
  padding: 0 1rem;
  border-radius: 10px 10px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .score > div:first-child {
  margin-top: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-05 ul li .score > div .sprite {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.6rem;
  line-height: 3.4rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 0.5rem;
  font-size: 12px;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul:first-child {
  margin-top: 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul .num {
  width: 4rem;
  text-align: center;
  font-size: 15px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul .name {
  position: relative;
  width: 13rem;
  line-height: 3.2rem;
  padding-left: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul .name .sprite-large {
  margin-top: -0.2rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .item-wrap .type-06 ul .score {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.1rem;
  text-align: right;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step {
  display: block;
  /*height: 26.7rem; */
  padding: 0.5rem 0.5rem;
  overflow: hidden;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .card-wrap {
  width: 9.8rem;
  margin: 0 auto;
  min-height: auto;
  padding: 0 0.2rem 0.8rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .card-wrap .card-inner .card-num {
  font-size: 12px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .card-wrap .card-inner .card-num:after {
  height: 5.2rem;
  margin-top: -2.6rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .card-wrap .card-inner .card-photo {
  width: 100%;
  height: 10rem;
  margin-top: 0.8rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .card-wrap .card-inner .belong-name {
  font-size: 10px;
  padding-top: 0.3rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .card-wrap .card-inner .card-name {
  font-size: 13px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select {
  margin: 0.5rem 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select ul li {
  pointer-events: none;
  margin: 0.5rem auto 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-01 .voter-select ul li .action-select
{
  min-height: 3.2rem;
  height: 3.2rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-04 .voter-select ul li .action-select
{
  min-height: 4.5rem;
  height: 4.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select ul li .action-select .voter-name {
  font-size: 9px;
  line-height: 3rem;
  margin-left: 0.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select ul li .action-select .icon-box {
  width: 2.6rem;
  height: 2.6rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select .agenda-box {
  font-size: 12px;
  min-height: auto;
  margin-bottom: 0.5rem;
  max-height: 8.6rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-02 .voter-select ul li .card-wrap {
  width: 9.8rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-02 .voter-select ul li .icon-box {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0.5rem auto 0.5rem !important;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-02 .voter-select ul li .form-box {
  margin: 0.5rem auto;
  font-size: 12px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-02 .voter-select ul li .form-box .t-num {
  width: 4rem;
  height: 3.2rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-02 .voter-select ul li .card-rank {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 10px;
  margin: 0.5rem auto 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-02 .voter-select ul li .card-rank span {
  font-size: 12px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select i {
  font-size: 12px;
  line-height: 3rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .voter-photo {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.5rem 0 0 0.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .voter-photo img {
  width: 100%;
  height: 100%;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .form-box {
  margin: 0rem auto;
  font-size: 12px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .form-box .t-num {
  width: 3.2rem;
  height: 2.4rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .card-rank {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 10px;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .card-rank span {
  font-size: 12px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-04 .voter-select ul li {
  max-width: calc(22rem - 4rem);
  margin: 0.5rem 0 0 2.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select i {
  font-size: 12px;
  line-height: 3rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .form-box {
  margin: 0rem auto;
  font-size: 12px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .form-box .t-num {
  width: 3.2rem;
  height: 2.4rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .card-rank {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 10px;
  margin: 0 auto;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .card-rank span {
  font-size: 12px;
}


.swiper-container.tabs-03 .swiper-wrapper .swiper-slide {
  width: 100%;
  min-height: 48.6rem;
  background: url(../images/bg_sc_sms.png) center center no-repeat;
}

.swiper-container.tabs-03 .swiper-wrapper .swiper-slide .sms-inner {
  position: relative;
  width: 22rem;
  height: 33.8rem;
  margin: 0 auto;
}

.swiper-container.tabs-03 .swiper-wrapper .swiper-slide .sms-inner .tit {
  font-size: 14px;
  line-height: 3.6rem;
  margin-top: 6.6rem;
  color: #fff;
  text-align: center;
}

.swiper-container.tabs-03 .swiper-wrapper .swiper-slide .sms-inner .item-wrap {
  height: 33rem;
  padding: 2rem 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-container.tabs-03 .swiper-wrapper .swiper-slide .sms-inner .item-wrap::-webkit-scrollbar {
  display: none;
}


.swiper-container.tabs-03 .swiper-wrapper .swiper-slide .sms-inner .item-wrap .type-01 {
  line-height: 2.2rem;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1rem 1.3rem;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.layer-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 480px;
  max-width: 1200px;
  z-index: 14;
  border: 2px solid #333;
  padding: 0 28px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.layer-popup.active {
  display: block;
}

.layer-popup .layer-header {
  position: relative;
  /* line-height: 6.1rem; */
  line-height: 2.1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}

.layer-popup .layer-header .layer-title {
  font-size: 15px;
  padding-right: 2rem;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
}

.layer-popup .layer-header-card {
  text-align:center;
  border-bottom: 0;
}
.layer-popup .layer-header-card .layer-title {
	font-size:large;
	font-weight: bold;
}
.layer-popup .layer-header-card .layer-title .card-num {
  position: relative;
  display: inline-block;
  padding: 0.5rem 4rem 0;
}

.layer-popup .layer-header-card .layer-title .card-num span {
  position: relative;
  z-index: 2;
}

.layer-popup .layer-header-card .layer-title .card-num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 12.2rem;
  background-color: #f1f1f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100% 100%;
  margin-top: -5.6rem;
  z-index: 1;
}
.layer-contents .card-wrap .card-inner {text-align:center;}
/*.layer-contents .card-wrap .card-inner div {margin:0 auto;}*/
.layer-contents .card-wrap .belong-name {
    position: relative;
    display: inline-block;
    font-size: medium;
    z-index: 1;
}
.layer-contents .card-wrap .belong-name:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% + 0.6rem);
    height: 0.8rem;
    background: #f1f1f1;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.layer-contents .card-wrap .belong-name + .card-name {
    padding-top: 0.3rem;
}
.layer-contents .card-wrap .card-name {
    font-size: x-large;
    padding-top: 1rem;
	position:relative;
}
.layer-contents .card-wrap .card-name .icon-prev {
	position: absolute;
    left: 6rem;
}
.layer-contents .card-wrap .card-name .icon-next {
	position: absolute;
    right: 6rem;
}

.layer-popup .layer-header .layer-close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.layer-popup .layer-contents {
  padding: 24px 0 28px;
  max-height: 80rem;
  overflow: auto;
}

.layer-popup .layer-contents .layer-sub-title {
  font-size: 15px;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 2rem;
}

.layer-popup .layer-contents .layer-sub-title:nth-of-type(1) {
  margin-top: 0;
}

.layer-popup .layer-contents .layer-sub-title + table {
  margin-top: 1rem;
}

.layer-popup .layer-contents .layer-desc {
  padding: 1.2rem 0 0;
}

.layer-popup .layer-contents .layer-desc:first-child {
  padding-top: 0;
}

.layer-popup .layer-contents .layer-desc.scroll-inner {
  max-height: 50rem;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 2rem;
}

.layer-popup .layer-contents .layer-desc p {
  padding-top: 1.5rem;
}

.layer-popup .layer-contents .layer-desc p:nth-of-type(1) {
  padding-top: 0;
}

.layer-popup .layer-contents .layer-desc p + table {
  margin-top: 1.2rem;
}

.layer-popup .layer-contents .layer-desc p + .btn-wrap {
  padding-top: 2.2rem;
}

.layer-popup .layer-contents .layer-desc select {
  min-width: 7.7rem;
}

.layer-popup .layer-contents .layer-desc + .info-enter-wrap {
  margin-top: 2.4rem;
}

.layer-popup .layer-contents .layer-desc .complete-box {
  font-size: 0;
  padding: 1.5rem 3rem;
  border: 1px solid #d4e9f8;
  background-color: #eff9fe;
  margin-bottom: 1.5rem;
  text-align: center;
}

.layer-popup table th, .layer-popup table td {
  padding: 1.1rem 1.5rem;
}

.layer-popup.size-large {
  width: 1200px;
}

.layer-popup.size-medium {
  width: 1020px;
}

.layer-popup.size-common {
  width: 840px;
}

.layer-popup.size-small {
  width: 600px;
}

.layer-popup.qna-layer {
  min-width: 110rem;
  max-width: 110rem;
}

.layer-popup.qna-layer table .align-top {
  vertical-align: top !important;
}

.layer-popup.small-pd table tbody th,
.layer-popup.small-pd table tbody td {
  padding: 0.5rem 1.5rem;
}

.layer-popup.info-message .msg-box {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layer-popup.info-message .msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count textarea {
  height: 16rem;
  color: #909090;
}

.layer-popup.voter-layer .btn-wrap {
  padding: 4rem 0 0;
}

.layer-popup.voter-layer .btn-wrap .btn {
  padding: 0;
}

.layer-popup.voter-layer .icon-yes,
.layer-popup.voter-layer .icon-no {
  margin-top: -0.2rem;
}

.layer-popup.voter-layer .select-step {
  padding: 3rem 3rem 2rem;
}

.layer-popup.voter-layer .select-step.type-02 {
  padding-bottom: 1rem;
}

.layer-popup.voter-layer .select-step .voter-select.multiple-select {
  min-width: 75rem;
}

.layer-popup.voter-layer .select-step.type-04 .voter-select ul li {
  width: calc(100% - 6rem);
  margin: 1.2rem 0 0 auto;
}

.layer-popup.test-print {
  position: static;
  display: block;
  max-width: 72.7rem;
  margin: 0 auto 0;
  -webkit-transform: none;
          transform: none;
}

.layer-popup.test-print .logo-print {
  padding-top: 0.5rem;
  text-align: center;
}

.single-caution {
  margin: 3rem 0 1rem;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.caution-box {
  margin-top: 3rem;
  background: #fff6f6;
  font-size: 13px;
  padding: 1.3rem 1.5rem;
}

.caution-box .caution-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.caution-box .caution-header .caution-tit {
  line-height: 2.4rem;
}

.caution-box .caution-header .caution-tit img {
  vertical-align: middle;
}

.caution-box .caution-header .caution-tit span.sprite {
  vertical-align: top !important;
}

.caution-box .caution-contents {
  padding-top: 0.7rem;
}

.caution-box .caution-contents ul li {
  color: #ff1e1e;
  line-height: 2rem;
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.limit-info {
  font-size: 15px;
  padding-top: 1rem;
}

.title-wrap + .voter-wrap {
  margin-top: 3rem;
}

.site-wrap .site-divide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-wrap .site-divide .left {
  width: 91rem;
}

.site-wrap .site-divide .left .box-wrap:first-child {
  margin-top: 0;
}

.site-wrap .site-divide .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3rem;
}

.site-wrap .site-divide .right .btn-wrap {
  display: block;
  padding: 3rem 2rem;
}

.site-wrap .site-divide .right .btn-wrap button {
  width: 100%;
  margin: 0;
  height: 3.6rem;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.site-wrap .site-divide .right .btn-wrap button + button {
  margin-top: 1rem;
}

.site-wrap .booth-wrap {
  background: #f2f2f2;
  border: 1px solid #ddd;
}

.site-wrap .booth-wrap .booth-tit {
  text-align: center;
  line-height: 4.6rem;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.site-wrap .booth-wrap .booth-box {
  padding: 3rem 2rem 0;
}

.site-wrap .booth-wrap .booth-box .booth-card {
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1rem 1rem;
  margin-top: 2rem;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.site-wrap .booth-wrap .booth-box .booth-card:first-child {
  margin-top: 0;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-top span {
  width: calc(100% - 9rem);
}

.site-wrap .booth-wrap .booth-box .booth-card .card-bottom {
  text-align: center;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-bottom button {
  width: 100%;
  height: 3.6rem;
  margin-top: 1.2rem;
  border: 2px solid #05245d;
  color: #fff;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-bottom button.btn-send {
  background: #05245d;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-bottom button.btn-resend {
  background: #fff;
  color: #05245d;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-delete {
  position: absolute;
  top: -1.3rem;
  right: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  background: #ccc;
  border-radius: 100% 100%;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-delete:hover {
  background: #ff1e1e;
}

.site-wrap .booth-wrap .booth-box .booth-card .card-delete img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-wrap .booth-wrap .booth-box .booth-bottom {
  margin-top: 3rem;
  border-top: 1px solid #ddd;
}

.site-wrap .booth-wrap .booth-box .booth-bottom button {
  display: block;
  width: 100%;
  height: 3.6rem;
  margin-top: 1rem;
  border: 1px solid #ddd;
  background: #fff;
}

.site-wrap .booth-wrap .booth-box .booth-bottom button span {
  position: relative;
}

.site-wrap .booth-wrap .booth-box .booth-bottom .booth-add {
  background: #feffad;
}

.site-wrap .booth-wrap .booth-box .booth-bottom .booth-save:hover img {
  -webkit-animation: 2s spin infinite linear;
          animation: 2s spin infinite linear;
}

.site-bar {
  position: relative;
  min-height: 8rem;
  padding: 0 6rem;
  background-color: #00a3f7;
  color: #fff;
  text-align: center;
}

.site-bar::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #fff;
  z-index: 1;
}

.site-bar .site-top .site-tit {
  font-size: 32px;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.site-bar .site-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.site-bar .site-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-bar .site-bottom ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 27.5rem;
  font-size: 15px;
  line-height: 2.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.site-bar .site-bottom ul li:before {
  content: '';
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1rem;
  vertical-align: top !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-bar .site-bottom ul li:nth-of-type(1):before {
  background-image: url(../images/icon_site_01.png);
}

.site-bar .site-bottom ul li:nth-of-type(2):before {
  background-image: url(../images/icon_site_02.png);
}

.site-bar .site-bottom ul li:nth-of-type(3):before {
  background-image: url(../images/icon_site_03.png);
}

.site-bar .site-bottom ul li:nth-of-type(4):before {
  background-image: url(../images/icon_site_04.png);
}

.site-bar .right-area {
  position: absolute;
  top: 1.9rem;
  right: 1.3rem;
}

.site-bar .right-area .limit-time {
  font-size: 15px;
  color: #fff;
  margin-right: 0.8rem;
  letter-spacing: 0;
}

.site-bar .right-area .btn-time {
  width: 12.3rem;
  color: #333;
  background: #feffad;
  border: 1px solid #feffad;
  margin-right: 0.7rem;
  border-radius: 30px 30px;
}

.site-bar .right-area .btn-time::before {
  content: '';
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon_time.png) center center no-repeat;
  margin: 0 0.3rem -0.2rem 0;
}

.site-bar .right-area .btn-end {
  width: 12.3rem;
  color: #fff;
  background: #ff1e1e;
  border: 1px solid #ff1e1e;
  border-radius: 30px 30px;
}

.site-bar .right-area .btn-end::before {
  content: '';
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon_end.png) center center no-repeat;
  margin: 0 0.3rem -0.2rem 0;
}

.site-bar .refresh-area {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
}

.site-bar .refresh-area .btn-refresh {
  width: 4.8rem;
  height: 4.8rem;
  line-height: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  background: #00a3f7;
  padding: 0 0.5rem;
}

.site-bar + .title-wrap {
  margin-top: 4.5rem;
}

.site-bar + .site-wrap {
  margin-top: 6rem;
}

.info-enter-wrap {
  position: relative;
  min-height: 23rem;
}

.info-enter-wrap .enter-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 230px;
  border: 1px solid #ddd;
}

.info-enter-wrap .enter-photo .btn-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 14rem;
  font-size: 14px;
  line-height: inherit;
  color: #909090;
  background-color: #f1f1f1;
  border: 8px solid #fff;
  background-image: url(../images/icon_photo.png);
  background-position: center 35px;
  background-repeat: no-repeat;
}

.info-enter-wrap .enter-photo .img-photo {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.info-enter-wrap .enter-photo .img-photo.active {
  display: block;
}

.info-enter-wrap .enter-photo .img-photo.active + .photo-delete {
  display: block;
}

.info-enter-wrap .enter-photo .photo-delete {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  height: 3.2rem;
  padding: 0 1.4rem;
  border: 1px solid #ff1e1e;
  background-color: #ff1e1e;
  background: #fff;
  color: #333;
  color: #ff1e1e;
  line-height: 3rem;
}

.info-enter-wrap .enter-photo .file-wrap {
  margin: 0 !important;
}

.info-enter-wrap .enter-info {
  max-height: 64rem;
  margin-left: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.info-enter-wrap .enter-info .box-table:first-child {
  margin-top: 0;
}

.info-enter-wrap .enter-info .box-table .combine-tr .align-top {
  padding-top: 1.5rem;
}

.info-enter-wrap + .btn-wrap {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  margin: 3rem auto 0;
  text-align: center;
}

.info-enter-wrap + .btn-wrap .btn {
  max-width: 24rem;
}

.info-enter-wrap.pdf-upload .enter-info {
  margin-left: 0;
}

.floating-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 14.4rem;
  margin-left: 3rem;
  background: #fff;
  z-index: 5;
}

.floating-menu .floating-wrap ul {
  position: relative;
}

.floating-menu .floating-wrap ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 1px;
  height: calc(100% - 20px);
  background: #ddd;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.floating-menu .floating-wrap ul li .group-type {
  line-height: 2.4rem;
}

.floating-menu .floating-wrap ul li input[type="checkbox"][disabled] + label {
  position: relative;
  cursor: pointer;
  color: #909090;
}

.floating-menu .floating-wrap ul li input[type="checkbox"][disabled] + label::before {
  content: '';
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  background: #f2f2f2;
  border: 1px solid #dedede;
  border-radius: 100%;
  opacity: 1;
  z-index: 5;
}

.floating-menu .floating-wrap ul li input[type="checkbox"][disabled]:checked + label {
  color: #333;
}

.floating-menu .floating-wrap ul li input[type="checkbox"][disabled]:checked + label::before {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  border: 0;
  background: url(../images/icon_floatingmenu.png) no-repeat;
  background-size: 100% auto;
}

.floating-menu .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0 0;
}

.floating-menu .btn-wrap a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0.6rem 0 0;
}

.floating-menu .btn-wrap a:hover:nth-of-type(1) span:before {
  content: "";
  -webkit-animation: 2s spin infinite linear;
          animation: 2s spin infinite linear;
}

.floating-menu .btn-wrap a span {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
}

.floating-menu .btn-wrap a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.floating-menu .btn-wrap a:nth-of-type(1) span:before {
  content: "";
  background: url(../images/icon_save.png) no-repeat;
}

.floating-menu .btn-wrap a:nth-of-type(2) span:before {
  content: "";
  left: -2px;
  background: url(../images/icon_floatingmenu.png) no-repeat;
}

/* [로그인] */
.login-wrap {
  width: 69.4rem;
  margin: 4.5rem auto 0;
}

.login-wrap .tabs-wrap .tabs-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login-wrap .tabs-wrap .tabs-contents .tabs-desc {
  font-size: 15px;
  text-align: center;
}

.login-wrap .tabs-wrap .tabs-contents .tabs-inner {
  padding: 3.5rem 0;
}

.login-wrap .votebox-wrap {
  position: relative;
  height: 36rem;
  background: #f2f2f2;
  border: 1px solid #ddd;
}

.login-wrap .votebox-wrap .votebox-inner {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 33rem;
  height: 31rem;
  padding: 5.3rem 3.7rem 0;
  background: url(../images/bg_mobile.png) center center no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info {
  background: #fff;
  border-radius: 20px 20px;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info > div {
  padding: 0 1rem;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-tit {
  position: relative;
  line-height: 4.6rem;
  padding-left: 4rem;
  background: #333;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-tit::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -24px -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-desc {
  padding-top: 2rem;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-link {
  padding-top: 2.3rem;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-link a {
  color: #03a3f7;
  cursor: default;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-dan {
  font-size: 13px;
  white-space: nowrap;
  padding-top: 0.7rem;
  padding-bottom: 2rem;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-dan span {
  display: inline-block;
  background: #fff;
  color: #eb3522;
  padding: 0 0.5rem;
  vertical-align: middle !important;
}

.login-wrap .votebox-wrap .votebox-inner .votebox-info .votebox-link .pass-box {
  width: 6.4rem;
  background: #eb3522;
  color: #fff;
  padding-top: 0.5rem;
  text-align: center;
}

.login-wrap .votebox-wrap + .form-login {
  padding-top: 6rem;
}

.login-wrap .form-login {
  padding: 3.5rem 14.5rem;
}

.login-wrap .form-login:first-child {
  padding-top: 0.5rem;
}

.login-wrap .form-login .form-box {
  margin-top: 1rem;
}

.login-wrap .form-login input {
  margin-top: 1rem;
}

.login-wrap .form-login input:nth-of-type(1) {
  margin-top: 0;
}

.login-wrap .btn-wrap.w-full {
  padding: 3rem 0 0;
}

.login-wrap .btn-wrap.w-full .btn {
  width: 100%;
  max-width: 100%;
}

.login-wrap p {
  margin-top: 1rem;
}

.login-wrap p:nth-of-type(1) {
  margin-top: 0;
}

.login-wrap .download-area span {
  margin-right: 5rem;
}

.login-wrap .scene-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3.5rem 9rem;
}

.login-wrap .scene-download .scene-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  margin-left: 3.5rem;
  padding-bottom: 1rem;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.login-wrap .scene-download .scene-box:nth-of-type(1) {
  margin-left: 0;
  background-image: url(../images/icon_vote_01.png);
}

.login-wrap .scene-download .scene-box:nth-of-type(2) {
  background-image: url(../images/icon_vote_02.png);
}

.login-wrap .scene-download .scene-box:hover {
  background-color: #fff;
}

.login-wrap .scene-download .scene-box p {
  font-size: 17px;
  padding-top: 2.5rem;
}

.login-wrap .scene-download .scene-box button {
  width: calc(100% - 2rem);
  margin-top: 13rem;
  border-radius: 0.4rem;
}

/* [이용신청] */
.apply-wrap {
  width: calc(100% - 5rem);
  max-width: 94rem;
  margin: 4.5rem auto 0;
}

.apply-wrap .apply-step {
  position: relative;
}

.apply-wrap .apply-step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.apply-wrap .apply-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.apply-wrap .apply-step ul li {
  position: relative;
  width: 3.2rem;
  line-height: 2.8rem;
  margin-left: 3.8rem;
  border: 2px solid #333;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
  text-align: center;
}

.apply-wrap .apply-step ul li:first-child {
  margin-left: 0;
}

.apply-wrap .apply-step ul li.active {
  background: #eb3522;
  border-color: #eb3522;
  color: #fff;
}

.apply-wrap .apply-desc {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-top: 2.5rem;
}

.apply-wrap .apply-check {
  margin-top: 6rem;
  font-size: 15px;
}

.apply-wrap .apply-check .apply-box {
  font-size: 14px;
  margin-top: 3rem;
  padding: 2.4rem 3rem 2.6rem;
  border: 1px solid #ddd;
}

.apply-wrap .apply-check .apply-box .absolute-right {
  line-height: 3.2rem;
}

.apply-wrap .box-wrap {
  padding: 0;
  border: 0;
  background: #fff;
}

.apply-wrap .box-wrap .box-inner {
  padding: 0;
}

.apply-wrap .box-wrap .box-inner .box-header {
  padding-bottom: 0.5rem;
}

.apply-wrap .box-wrap .box-inner .box-contents {
  padding: 0 6rem;
}

.apply-wrap .box-wrap .box-inner .box-contents .form-box .group-type {
  margin-left: 1rem;
}

.apply-wrap .box-wrap .box-inner .box-contents .form-box .group-type:first-child {
  margin-left: 0;
}

.apply-wrap .box-wrap .box-inner .box-contents .form-box .datepicker-wrap input {
  width: 20rem;
}

.apply-wrap.info-wrap {
  width: auto;
}

.apply-wrap.info-wrap .box-wrap .box-inner {
  padding: 0 6rem;
}

.apply-wrap .box-horizon {
  margin-top: 1.5rem;
}

.select-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem 3rem 5rem;
}

.select-step .card-wrap + .voter-select {
  margin-left: 4.8rem;
}

.select-step .card-wrap {
  position: relative;
  width: 20.4rem;
  min-height: 24.2rem;
  padding: 0 2rem 1.6rem;
  border: 1px solid #ddd;
  margin-left: 1rem;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  border-radius: 5px 5px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.select-step .card-wrap:first-child {
  margin-left: 0;
}

.select-step .card-wrap .card-num {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0;
}

.select-step .card-wrap .card-num span {
  position: relative;
  z-index: 2;
}

.select-step .card-wrap .card-num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 7.2rem;
  background-color: #f1f1f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100% 100%;
  margin-top: -3.6rem;
  z-index: 1;
}

.select-step .card-wrap .card-photo {
  position: relative;
  width: 16.2rem;
  height: 20.8rem;
  margin-top: 1.6rem;
  overflow: hidden;
}

.select-step .card-wrap .card-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_card_photo.png) center center #f1f1f1 no-repeat;
  z-index: 1;
}

.select-step .card-wrap .card-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.select-step .card-wrap .belong-name {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 1;
}

.select-step .card-wrap .belong-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 0.6rem);
  height: 0.8rem;
  background: #f1f1f1;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.select-step .card-wrap .belong-name + .card-name {
  padding-top: 0.3rem;
}

.select-step .card-wrap .card-name {
  font-size: 18px;
  padding-top: 1rem;
}

.select-step .card-wrap .aid-name {
  font-size: 14px;
  color: #909090;
  padding-top: 1rem;
}

.select-step .voter-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select-step .voter-select .agenda-box {
  max-width: 65rem;
  min-height: 10rem;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  margin: 0 auto 1rem;
  font-size: 15px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.select-step .voter-select ul li {
  margin-top: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.select-step .voter-select ul li:first-child {
  margin-top: 0;
}

.select-step .voter-select ul li.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.select-step .voter-select ul li.active .action-select {
  border: 2px solid #00a3f7;
  -webkit-box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
}

.select-step .voter-select ul li.active .card-wrap {
  -webkit-box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.4rem 1.2rem 0.1rem rgba(0, 0, 0, 0.6);
}

.select-step .voter-select ul.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 65rem;
  margin: 0 auto;
}

.select-step .voter-select ul.half li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
  padding-left: 1rem;
}

.select-step .voter-select ul.half li:nth-of-type(1) {
  padding-left: 0;
}

.select-step .voter-select .icon-box {
  background: #f1f1f1;
}

.select-step .voter-select .icon-box.bg-red {
  background: #fce5e5;
}

.select-step .voter-select .icon-box.bg-orange {
  background: #fcf2e5;
}

.select-step .voter-select .icon-box.bg-yellow {
  background: #fcf7e5;
}

.select-step .voter-select .icon-box.bg-green {
  background: #ecf9ef;
}

.select-step .voter-select .icon-box.bg-blue {
  background: #e2f3fb;
}

.select-step .voter-select .action-select {
  position: relative;
  border: 1px solid #ddd;
  padding: 0 1.5rem;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.select-step .voter-select.ranking-select .card-rank {
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  background: grey;
  color: #fff;
  margin: 1.5rem auto 0.5rem;
  border-radius: 100% 100%;
  text-align: center;
}

.select-step .voter-select.ranking-select .card-rank span {
  font-size: 22px;
  vertical-align: top !important;
}

.select-step .voter-select.ranking-select .active .card-rank {
  background: #ff1e1e;
}

.select-step.type-01 .voter-select ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 65rem;
  margin: 1.2rem auto 0;
}

.select-step.type-01 .voter-select ul li:first-child {
  margin-top: 0;
}

.select-step.type-01 .voter-select ul li .action-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  height: 6.8rem;
}

.select-step.type-01 .voter-select ul li .action-select .voter-name {
  line-height: 6.6rem;
  vertical-align: top !important;
  margin-left: 1.5rem;
}

.select-step.type-01 .voter-select ul li .action-select .icon-box {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 0 !important;
}

.select-step.type-01 .voter-select ul li.active:nth-of-type(2) .icon-box {
  background: #fce5e5;
}

.select-step.type-01 .voter-select ul li.active:nth-of-type(2) .icon-box .icon-vote-00 {
  background-position: 0 -128px;
}

.select-step.type-01 .voter-select ul li.active:nth-of-type(1) .icon-box {
  /* background: #e2f3fb; */
  background: #fce5e5;
}

.select-step.type-01 .voter-select ul li.active:nth-of-type(1) .icon-box .icon-vote-00 {
  /* background-position: 0 -160px; */
  background-position: 0 -128px;
}

.select-step.type-02 {
  padding-bottom: 1rem;
}

.select-step.type-02 .voter-select ul {
  text-align: center;
}

.select-step.type-02 .voter-select ul li {
  display: inline-block;
  width: auto;
  margin: 0 1rem 4rem;
}

.select-step.type-02 .voter-select ul li:first-child {
  margin-top: 1.2rem;
}

.select-step.type-02 .voter-select ul li .icon-box {
  margin: 1.5rem auto 0.5rem !important;
}

.select-step.type-02 .voter-select ul li .form-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0.5rem;
}

.select-step.type-02 .voter-select ul li .form-box .t-num {
  width: 6rem;
  margin-right: 1rem;
  text-align: right;
  background: #fffbe2;
  border: 1px solid #909090;
}

.select-step.type-02 .voter-select ul li.active .card-wrap {
  border: 2px solid #00a3f7;
}

.select-step.type-02 .voter-select ul li.active .icon-box {
  background: #fce5e5;
}

.select-step.type-02 .voter-select ul li.active .icon-box .icon-vote-00 {
  background-position: 0 -128px;
}

.select-step.type-02 .voter-select ul li.active .form-box .t-num {
  background: #eef4fa;
  border: 1px solid #909090;
}

.select-step.type-03 .voter-select ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 65rem;
  margin: 1.2rem auto 0;
}

.select-step.type-03 .voter-select ul li .action-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  min-height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-step.type-03 .voter-select ul li .action-select .voter-photo {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  margin-left: 1rem;
  margin-top: 1rem;
  vertical-align: top;
}

.select-step.type-03 .voter-select ul li .action-select i {
  min-width: 30px;
  vertical-align: top !important;
}

.select-step.type-03 .voter-select ul li .action-select .voter-name {
  /*line-height: 6.6rem;*/
  vertical-align: top !important;
  margin-left: 1.5rem;
}

.select-step.type-03 .voter-select ul li .action-select .card-rank {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-step.type-03 .voter-select ul li .action-select .form-box {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}

.select-step.type-03 .voter-select ul li .action-select .form-box .t-num {
  width: 6rem;
  margin-right: 1rem;
  text-align: right;
  background: #fffbe2;
  border: 1px solid #909090;
}

.select-step.type-03 .voter-select ul li .icon-box {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0 !important;
}

.select-step.type-03 .voter-select ul li.active .icon-box {
  background: #fce5e5;
}

.select-step.type-03 .voter-select ul li.active .icon-box .icon-vote-00 {
  background-position: 0 -128px;
}

.select-step.type-03 .voter-select ul li.active .form-box .t-num {
  background: #eef4fa;
  border: 1px solid #00a3f7;
}

.select-step.type-04 .voter-select ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 65rem;
  margin: 1.2rem auto;
  z-index: 1;
}

.select-step.type-04 .voter-select ul li .action-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  height: 6.8rem;
  z-index: 1;
  border-radius: 10px 10px;
}

.select-step.type-04 .voter-select ul li .action-select .voter-name {
  line-height: 6.6rem;
  vertical-align: top !important;
  margin-left: 1.5rem;
}

.select-step.type-04 .voter-select ul li .action-select .icon-box {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0 !important;
}

.select-step.type-04 .voter-select ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 7rem;
  height: 100%;
  z-index: -1;
  background: #00a3f7;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
  border-radius: 10px 10px;
}

.select-step.type-04 .voter-select ul li.active {
  width: 100%;
  max-width: 65rem;
}

.select-step.type-04 .voter-select ul li.active .icon-box {
  background: #fce5e5;
}

.select-step.type-04 .voter-select ul li.active .icon-box .icon-vote-00 {
  background-position: 0 -128px;
}

.select-step.type-04 .voter-select ul li:nth-of-type(2):before {
  opacity: 0.8;
}

.select-step.type-04 .voter-select ul li:nth-of-type(3):before {
  opacity: 0.6;
}

.select-step.type-04 .voter-select ul li:nth-of-type(4):before {
  opacity: 0.4;
}

.select-step.type-04 .voter-select ul li:nth-of-type(5):before {
  opacity: 0.2;
}

.select-step.type-06 .voter-select ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 65rem;
  margin: 1.2rem auto 0;
}

.select-step.type-06 .voter-select ul li .action-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  min-height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-step.type-06 .voter-select ul li .action-select .voter-photo {
  display: inline-block;
  width: 36px;
  margin-right: 1rem;
  /*height: 4.8rem;*/
  /*margin-left: 1rem;*/
  /*margin-top: 1rem;*/
  vertical-align: top;
}

.select-step.type-06 .voter-select ul li .action-select i {
  min-width: 30px;
  vertical-align: top !important;
}

.select-step.type-06 .voter-select ul li .action-select .voter-name {
  /*line-height: 3.6rem;*/
  vertical-align: top !important;
  /*margin-left: 1.5rem;*/
}

.select-step.type-06 .voter-select ul li .action-select .card-rank {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-step.type-06 .voter-select ul li .action-select .form-box {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

.select-step.type-06 .voter-select ul li .action-select .form-box .t-num {
  width: 6rem;
  margin-right: 1rem;
  text-align: right;
  background: #fffbe2;
  border: 1px solid #909090;
}

.select-step.type-06 .voter-select ul li .icon-box {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 0 !important;
}

.select-step.type-06 .voter-select ul li.active .icon-box {
  background: #fce5e5;
}

.select-step.type-06 .voter-select ul li.active .icon-box .icon-vote-00 {
  background-position: 0 -128px;
}

.select-step.type-06 .voter-select ul li.active .form-box .t-num {
  background: #eef4fa;
  border: 1px solid #00a3f7;
}

/* [투표자 로그인 및 투표 정보] */
.voter-wrap .welcome-wrap {
  margin-top: 6rem;
  text-align: center;
}

.voter-wrap .welcome-wrap .welcome-user {
  font-size: 17px;
}

.voter-wrap .welcome-wrap .welcome-time {
  margin-top: 3rem !important;
  font-size: 22px;
  line-height: 5.3rem;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}

.voter-wrap .voter-desc {
  text-align: center;
  margin-top: 2.5rem !important;
  line-height: 2.2rem;
}

.voter-wrap .voter-card {
  width: 58rem;
  margin: 6rem auto;
}

.voter-wrap .voter-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voter-wrap .voter-card ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 12rem;
  border: 1px solid #ccc;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.voter-wrap .voter-card ul li:hover {
  background-color: #fff;
  border-color: #00a3f7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.voter-wrap .voter-card ul li .card-tit {
  font-size: 17px;
  padding: 1.5rem 0 0;
  text-align: left;
  margin-left: 11.5rem;
}

.voter-wrap .voter-card ul li .btn {
  display: block;
  width: 8rem;
  height: 3.5rem;
  line-height: 3.3rem;
  padding: 0 0.5rem;
  font-size: 13px;
  border-radius: 5px 5px;
  margin: 1rem 0 0 11.5rem;
}

.voter-wrap .voter-card ul li:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58rem;
  background-color: #fff;
  background-image: url(../images/img_voter_03.png);
  background-position: 3rem 2.5rem;
  border-width: 2px;
  border-color: #00a3f7;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.voter-wrap .voter-card ul li:nth-of-type(1) .card-tit {
  font-size: 19px;
  line-height: 4.8rem;
  padding-top: 2.5rem;
}

.voter-wrap .voter-card ul li:nth-of-type(1) .btn {
  position: absolute;
  top: 50%;
  right: 3.4rem;
  width: 26rem;
  height: 5rem;
  line-height: 4.8rem;
  font-size: 15px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.voter-wrap .voter-card ul li:nth-of-type(2) {
  background-image: url(../images/img_voter_01.png);
  background-position: 3rem 2.5rem;
  margin-right: 1rem;
}

.voter-wrap .voter-card ul li:nth-of-type(3) {
  background-image: url(../images/img_voter_02.png);
  background-position: 3rem 2.5rem;
  margin-left: 1rem;
}

.voter-wrap .voter-header {
  position: relative;
  padding: 0 6rem;
  background-color: #00a3f7;
  text-align: center;
  margin-top: 3rem !important;
}

.voter-wrap .voter-header:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 3rem;
  width: 15.2rem;
  height: 11.3rem;
  background: url(../images/img_voter_title.png) center center no-repeat;
  z-index: 2;
}

.voter-wrap .voter-header:after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #fff;
  z-index: 1;
}

.voter-wrap .voter-header h3 {
  font-size: 32px;
  color: #fff;
  padding: 1.7rem 0 1.7rem;
}

.voter-wrap .voter-header .voter-time {
  line-height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.voter-wrap .voter-header .voter-time > div {
  margin-left: 4.2rem;
}

.voter-wrap .voter-header .voter-time .voter-start span {
  font-size: 15px;
}

.voter-wrap .voter-header .voter-time .voter-start span:nth-of-type(1) {
  display: inline-block;
  line-height: 2.6rem;
  padding: 0 1.5rem;
  background: #ff1e1e;
  margin-right: 1rem;
  border-radius: 20px 20px;
}

.voter-wrap .voter-header .voter-time .voter-end span {
  font-size: 15px;
}

.voter-wrap .voter-header .voter-time .voter-end span:nth-of-type(1) {
  display: inline-block;
  line-height: 2.6rem;
  padding: 0 1.5rem;
  background: #333;
  margin-right: 1rem;
  border-radius: 20px 20px;
}

.voter-wrap .voter-sub-header {
  margin-top: 6rem !important;
  line-height: 5.4rem;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}

.voter-wrap .voter-sub-header h4 {
  text-align: center;
  font-size: 22px;
}

.voter-wrap .voter-tit {
  font-size: 22px;
  text-align: center;
  line-height: 5.4rem;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}

.voter-wrap .voter-inner {
  padding: 0 6rem;
}

.voter-wrap .voter-inner.none-inner {
  padding: 0;
}

.voter-wrap .voter-tabs {
  margin-top: 6rem !important;
}

.voter-wrap .voter-tabs .tabs-list ul, .user-info-tabs-list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voter-wrap .voter-tabs .tabs-list ul li, .user-info-tabs-list ul li {
  width: 27rem;
  background: #fff;
}

.voter-wrap .voter-tabs .tabs-list ul li a, .user-info-tabs-list ul li a {
  height: 100%;
  color: #909090;
}

.voter-wrap .voter-tabs .tabs-list ul li a .sprite {
  margin-right: 1rem;
}

.voter-wrap .voter-tabs .tabs-list ul li:hover, .voter-wrap .voter-tabs .tabs-list ul li.active, .user-info-tabs-list ul li.active, .user-info-tabs-list ul li:hover {
  border: 2px solid #00a3f7;
}

.voter-wrap .voter-tabs .tabs-list ul li:hover a, .voter-wrap .voter-tabs .tabs-list ul li.active a, .user-info-tabs-list ul li.active a, .user-info-tabs-list ul li:hover a {
  color: #00a3f7;
}

.voter-wrap .non-padding {
  position: relative;
}

.voter-wrap .tabs-wrap .graph-area.bg-white {
  margin-top: 3rem;
}

.voter-wrap .graph-area {
  position: relative;
  width: 100%;
  height: 54rem;
  overflow: auto;
}

.voter-wrap .graph-area.bg-white {
  background: #fff;
  border: 1px solid #ddd;
}

.voter-wrap .graph-area .graph-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voter-wrap .graph-area .graph-button {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}

.voter-wrap .graph-area .graph-button button + button {
  margin-left: 0.7rem;
}

.voter-wrap .graph-area .graph-swiper {
  height: 100%;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-prev {
  left: 0;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-prev:before {
  background-position: -72px -24px;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-next {
  right: 0;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-next:before {
  background-position: -96px -24px;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-prev,
.voter-wrap .graph-area .graph-swiper .swiper-button-next {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #efefef;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-prev span,
.voter-wrap .graph-area .graph-swiper .swiper-button-next span {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  width: 100%;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-prev:before,
.voter-wrap .graph-area .graph-swiper .swiper-button-next:before {
  content: '';
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  vertical-align: middle !important;
}

.voter-wrap .graph-area .graph-swiper .swiper-button-prev:after,
.voter-wrap .graph-area .graph-swiper .swiper-button-next:after {
  content: none;
}

.voter-wrap .voter-item {
  margin-top: 6rem;
}

.voter-wrap .voter-sort {
  font-size: 0;
}

.voter-wrap .voter-sort a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 2.4rem;
  color: #909090;
  padding: 0 3.1rem;
}

.voter-wrap .voter-sort a:nth-of-type(2) {
  padding-left: 2rem;
}

.voter-wrap .voter-sort a:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 1.6rem;
  background: #dedede;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.voter-wrap .voter-sort a:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: bottom !important;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -168px -48px;
}

.voter-wrap .voter-sort a.active {
  color: #333;
}

.voter-wrap .voter-sort a.active:after {
  content: "";
  background-position: -168px -72px;
}

.voter-wrap .voter-sort a.active.up:after {
  content: "";
  background-position: -192px -72px;
}

.voter-wrap .voter-box {
  margin-top: 2.5rem;
  padding: 3rem 3rem;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.voter-wrap .voter-box:hover {
  border-color: #333;
}

.voter-wrap .voter-box .voter-accordion .accordion-header {
  position: relative;
  padding-right: 8rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .info-box span:nth-of-type(1) {
  width: 9rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .info-box span.item-psnl-type {
  font-size: 18px;
  margin-right: 0.8rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .info-box span.item-nm {
  font-size: 18px;
  color: #00a3f7;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .state-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .state-box .turnout {
  width: 9rem;
  font-size: 18px;
  color: #ff1e1e;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .state-box .progress-bar {
  position: relative;
  width: 70rem;
  height: 3.2rem;
  background: #dedede;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .state-box .progress-bar .progress-start {
  position: absolute;
  top: 0;
  left: 1rem;
  color: #fff;
  line-height: 3.2rem;
  z-index: 2;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .state-box .progress-bar .progress-result {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#99cc33), to(#339999));
  background: linear-gradient(to right, #99cc33 0%, #339999 100%);
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .state-box .progress-bar .progress-end {
  position: absolute;
  top: 0;
  right: -12rem;
  line-height: 3.2rem;
  z-index: 2;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .btn-detail {
  position: absolute;
  bottom: 0;
  right: -3rem;
  width: 11rem;
  height: 7rem;
  padding-top: 1.2rem;
  color: #333;
  border-left: 1px solid #ddd;
  text-align: center;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .btn-detail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -192px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voter-wrap .voter-box .voter-accordion .accordion-content {
  display: none;
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner {
  /* margin-top: 60px;
  padding: 6rem 0 2rem;
  border-top: 1px solid #ddd; */
  margin-top: 20px;
  padding: 2rem 0 2rem;
  border-top: 1px solid #ddd;
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul {
  padding: 0 18.5rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li {
  margin-top: 1.2rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li:nth-of-type(1) {
  margin-top: 0;
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .form-box input[type="text"] {
  width: calc(100% - 6.8rem);
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li {
  width: 23rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-contents .tabs-inner {
  margin-top: 3rem;
}

.voter-wrap .voter-box .voter-accordion.active .btn-detail:before {
  background-position: -192px -24px;
}

.site .voter-wrap .voter-header {
  margin-top: 0 !important;
}

.site .voter-wrap .voter-header:before, .site .voter-wrap .voter-header:after {
  content: none;
}

.voter-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voter-info ul li {
  min-width: 28.4rem;
  margin-left: 2.1rem;
  margin-right: 2.1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.voter-info ul li.full {
  width: 100%;
}

.voter-info ul li .card-wrap {
  position: relative;
  width: 20.4rem;
  min-height: 24.2rem;
  margin: 0 auto;
  padding: 0 2rem 1.6rem;
  border: 1px solid #ddd;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px 5px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.voter-info ul li .card-wrap .card-num {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0;
}

.voter-info ul li .card-wrap .card-num span {
  position: relative;
  z-index: 2;
}

.voter-info ul li .card-wrap .card-num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 7.2rem;
  background-color: #f1f1f1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100% 100%;
  margin-top: -3.6rem;
  z-index: 1;
}

.voter-info ul li .card-wrap .card-photo {
  position: relative;
  width: 16.2rem;
  height: 20.8rem;
  margin-top: 1.6rem;
  overflow: hidden;
}

.voter-info ul li .card-wrap .card-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_card_photo.png) center center #f1f1f1 no-repeat;
  z-index: 1;
}

.voter-info ul li .card-wrap .card-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.voter-info ul li .card-wrap .belong-name {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 1;
  padding-top: 1.2rem;
}

.voter-info ul li .card-wrap .belong-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 0.6rem);
  height: 0.8rem;
  background: #f1f1f1;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voter-info ul li .card-wrap .belong-name + .card-name {
  padding-top: 0.3rem;
}

.voter-info ul li .card-wrap .card-name {
  font-size: 18px;
  padding-top: 1rem;
}

.voter-info ul li .card-wrap .aid-name {
  font-size: 14px;
  color: #909090;
  padding-top: 1rem;
}

.voter-info ul li .agenda-box {
  /* max-width: 65rem; */
  max-width: '100%';
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  margin: 1.5rem auto;
}

.voter-info ul li .btn-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1.5rem auto 0;
}

.voter-info ul li .btn-homepage a {
  width: 20rem;
  max-width: 20rem;
  display: block;
  line-height: 3.2rem;
  color: #333;
  border: 1px solid #ddd;
  background: #f1f1f1;
  border-radius: 20px 20px;
  margin: 0 1rem;
}

.voter-info ul li .btn-homepage a:before {
  content: '';
  display: inline-block;
  font-size: 0;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: top;
  margin: 0.4rem 0.5rem 0 0;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -48px -192px;
}

.voter-info ul li .btn-homepage a:nth-of-type(2):before {
  background-position: -72px -192px;
}

.voter-info ul li .promise-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
}

.voter-info ul li .promise-wrap > div {
  margin-left: 5rem;
  border-top: 1px solid #383838;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.voter-info ul li .promise-wrap > div:first-child {
  margin-left: 0;
}

.voter-info ul li .promise-wrap > div .promise-tit {
  margin-top: 0.7rem;
}

.voter-info ul li .promise-wrap > div .promise-desc {
  margin-top: 0.7rem;
}

.voter-info ul li .promise-wrap > div .promise-desc textarea {
  width: 100%;
  min-height: 13rem;
}

.msg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 1.5rem;
  padding: 3rem 0;
  letter-spacing: -0.04rem;
}

.msg-box .msg-view {
  position: relative;
  width: 33rem;
}

.msg-box .msg-view .msg-inner {
  position: relative;
  width: 100%;
  height: 65rem;
  background: url(../images/bg_mobile_all.png) center center no-repeat;
}

.msg-box .msg-view .msg-inner .msg-contents {
  padding: 0 4rem;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-number {
  padding-top: 6rem;
  text-align: center;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-type {
  margin-top: 1.2rem;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-type select {
  width: 100%;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc {
  margin-top: 3rem;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count textarea {
  height: 12rem;
  border: 0;
  background: transparent;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count textarea:focus {
  border: 1px solid #333;
  background: #fff;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc p {
  border-top: 1px solid #ddd;
  margin-top: 3rem !important;
  font-size: 12px;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc p em {
  color: #909090;
}

.msg-box .msg-view .msg-inner .msg-option {
  position: absolute;
  left: 50%;
  bottom: 4.2rem;
  width: 28.7rem;
  height: 23rem;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 30px 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner {
  padding: 3rem 2rem;
  text-align: center;
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table {
  margin-top: 0;
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table tr th,
.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table tr td {
  padding: 0.5rem 0;
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table tr.combine-tr th,
.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table tr.combine-tr td {
  padding-bottom: 1rem;
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table tr.combine-tr + tr th,
.msg-box .msg-view .msg-inner .msg-option .msg-option-inner table.box-table tr.combine-tr + tr td {
  padding-top: 1rem;
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner .form-box.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.msg-box .msg-view .msg-inner .msg-option .msg-option-inner .form-box.half select {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
}

.msg-box .msg-view .msg-inner .msg-option .remainder {
  display: inline-block;
  line-height: 3.2rem;
  background: #333;
  color: #fff;
  padding: 0 3.4rem;
  border-radius: 20px 20px;
}

.msg-box .msg-view .btn-wrap {
  padding-top: 3rem;
}

.msg-box .msg-example {
  width: calc(100% - 33rem);
  padding-top: 3.8rem;
  padding-left: 6rem;
}

.msg-box .msg-example .msg-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.msg-box .msg-example .msg-item li {
  width: calc(50% - 2.5rem);
  background: #fff;
  padding: 1.6rem 2rem 2rem;
  border: 1px solid #ddd;
  margin-bottom: 5.5rem;
}

.msg-box .msg-example .msg-item li:nth-of-type(odd) {
  margin-left: 0;
  margin-right: 2.5rem;
}

.msg-box .msg-example .msg-item li:nth-of-type(even) {
  margin-left: 2.5rem;
  margin-right: 0;
}

.msg-box .msg-example .msg-item li .example-top {
  font-size: 15px;
  text-align: center;
  color: #909090;
}

.msg-box .msg-example .msg-item li .example-top span {
  color: #333;
}

.msg-box .msg-example .msg-item li .example-box {
  height: 14rem;
  margin-top: 2rem;
  border: 1px solid #ddd;
  background: #fffbe2;
  padding: 1.6rem 2rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.msg-box .msg-example .msg-item li .example-box.disabled {
  background-color: #eff3f6;
}

.msg-box .msg-example .msg-item li .example-bottom {
  position: relative;
  margin-top: 1rem;
}

.msg-box .msg-example .msg-item li .example-bottom:after {
  content: "";
  display: inline-block;
  clear: both;
}

.msg-box .msg-example .msg-item li .example-bottom span {
  font-size: 12px;
  line-height: 3.2rem;
  color: #909090;
}

.msg-box .msg-example .msg-item li .example-bottom .btn {
  float: right;
}

.msg-box .msg-example .msg-item li.sms .example-box {
  background: #f2f2f2;
}

.msg-box .msg-example .msg-item li.sms .example-bottom span:before {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  vertical-align: top !important;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -72px -168px;
}

.msg-box .msg-example .msg-item li.kakao .example-box {
  background: #fffbc4;
}

.msg-box .msg-example .msg-item li.kakao .example-bottom span:before {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.3rem;
  margin-right: 0.5rem;
  vertical-align: top !important;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -48px -168px;
}

.msg-box .msg-example .msg-item li.direct .example-box {
  background: #eff9fe;
}

.msg-box.send-history {
  border-top: 0;
  margin-top: 0;
  padding: 0 0 0 5rem;
}

.msg-box.send-history .msg-view {
  width: 25.6rem;
}

.msg-box.send-history .msg-view .msg-inner {
  height: 48.5rem;
  background: url(../images/bg_small_mobile.png) center center no-repeat;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents {
  padding: 0 2.7rem;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents .msg-number {
  padding-top: 3.2rem;
  line-height: 3.8rem;
  color: #fff;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents .msg-type {
  margin-top: 0.7rem;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents .msg-desc {
  margin-top: 0.7rem;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents .msg-desc .msg-count textarea {
  height: 28.5rem;
  border: 1px solid #ccc;
  background: #fff;
}

.msg-box.send-history .msg-example {
  width: calc(100% - 25.6rem);
  padding-left: 4rem;
  padding-top: 0;
}

.msg-box.send-history .msg-example .msg-search input {
  width: calc(100% - 12.4rem);
}

.msg-box.send-history .msg-example .msg-search .btn {
  width: 11.4rem;
}

.msg-box.send-history .msg-example .msg-tabs .msg-tit {
  font-size: 15px;
  padding-top: 2.5rem;
}

.msg-box.send-history .msg-example .msg-tabs .tabs-wrap {
  margin-top: 1rem;
}

.msg-box.send-history .msg-example .msg-tabs .tabs-wrap .tabs-list ul {
  position: relative;
}

.msg-box.send-history .msg-example .msg-tabs .tabs-wrap .tabs-list ul:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

.msg-box.send-history .msg-example .msg-tabs .tabs-wrap .tabs-contents .tabs-inner {
  padding-top: 2rem;
}

.msg-box.send-history .msg-example .msg-tabs .pagination {
  margin-top: 2rem;
}

.msg-box.send-history .btn-wrap {
  padding-top: 2rem;
}

.msg-box .rtl-right {
  position: absolute;
  top: 8.3rem;
  right: -17.6rem;
  width: 14.4rem;
  height: 4.2rem;
  line-height: 4.2rem;
  background: #ff1e1e;
  color: #fff;
  text-align: center;
  font-size: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 1;
}

.msg-box .rtl-right .tb-rl {
  cursor: pointer;
}

.msg-box .rtl-right .tb-rl span.sprite {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.msg-box .rtl-right .tb-list {
  display: none;
  background: #f2f2f2;
  border: 3px solid #ccc;
  border-top: 0;
}

.msg-box .rtl-right .tb-list ul {
  padding: 2rem 0 3rem;
}

.msg-box .rtl-right .tb-list ul li {
  font-size: 0;
  line-height: 0;
  padding-top: 0.3rem;
}

.msg-box .rtl-right .tb-list ul li:nth-of-type(1) {
  padding-top: 0;
}

.msg-box .rtl-right .tb-list a {
  position: relative;
  display: inline-block;
  width: 15rem;
  font-size: 14px;
  color: #333;
  line-height: 3rem;
  text-align: left;
  padding-left: 7.2rem;
  border: 1px solid #a1a1a1;
}

.msg-box .rtl-right .tb-list a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
  height: 100%;
  color: #fff;
  background-color: #a1a1a1;
  text-align: center;
}

.msg-box .rtl-right .tb-list a span:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: top;
  margin-left: -0.5rem;
  margin-top: 0.4rem;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -144px -120px;
}

.msg-box .rtl-right .tb-list a:hover {
  border: 1px solid #ff1e1e;
}

.msg-box .rtl-right .tb-list a:hover span {
  background-color: #ff1e1e;
}

.msg-box .rtl-right.active {
  width: 20.5rem;
  right: -19.5rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.msg-box .rtl-right.active .tb-rl span.sprite {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.msg-box .rtl-right.active .tb-list {
  display: block;
}

.msg-box.send-mail .send-view {
  width: 100%;
}

.msg-box.send-mail .send-view .send-inner {
  position: relative;
}

.msg-box.send-mail .send-view .send-inner .send-desc {
  margin-top: 1rem;
}

.msg-box.send-mail .send-view .send-inner .send-desc textarea {
  min-height: 40rem;
  padding: 1.25rem;
}

.msg-box.send-mail .send-view .rtl-right {
  right: -18.5rem;
}

.msg-box.send-mail .send-view .rtl-right.active {
  right: -20.5rem;
}

.reservation-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -2rem;
}

.reservation-card ul li {
  width: calc(33.3% - 2rem);
  background: #fff;
  border: 1px solid #ddd;
  padding: 1.5rem 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  border-radius: 5px 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.reservation-card ul li:hover {
  border: 1px solid #333;
}

.reservation-card ul li .reservation-name {
  padding-left: 3.2rem;
}

.reservation-card ul li .reservation-type {
  padding-left: 3.2rem;
  padding-top: 0.5rem;
}

.reservation-card ul li .reservation-tit {
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  padding-top: 1rem;
  margin-top: 1rem;
}

.reservation-card ul li .reservation-desc {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px 5px;
  text-align: center;
  line-height: 2.2rem;
  margin-top: 1.5rem;
  padding: 1.5rem 0.5rem;
  min-height: 5rem;
}

.reservation-card + .btn-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

ul li .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2rem;
  border-radius: 100% 100%;
}

.detail-inner .type-01 .select-step.type-04 {
  padding: 0 3rem;
}

.detail-inner .type-01 .select-step.type-04 ul li {
  pointer-events: none;
}

/* [메인] */
.title-box .sub-tit {
  float: left;
  color: #0a265b;
  font-size: 26px;
  font-weight: 700;
}

.title-box .sub-tit .ing {
  display: inline-block;
  font-size: 16px;
  color: #ff1e1e;
  line-height: 3.6rem;
  vertical-align: top !important;
  margin-left: 0.3rem;
}

.title-box .sort-wrap {
  float: right;
  min-width: 14rem;
  line-height: 3.6rem;
  font-size: 0;
  text-align: right;
}

.title-box .sort-wrap a {
  position: relative;
  font-size: 14px;
  color: #909090;
  padding: 0 1.7rem;
}

.title-box .sort-wrap a.active {
  color: #333;
}

.title-box .sort-wrap a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #909090;
  margin-top: -6px;
}

.title-box .sort-wrap a:nth-of-type(1) {
  padding-left: 0;
}

.title-box .sort-wrap a:nth-of-type(1):before {
  content: none;
}

.title-box .sort-wrap a:nth-of-type(2) {
  padding-right: 0;
}

.section-01 {
  margin-top: 15rem;
}

.section-01 .ing-vote {
  margin-top: 3rem;
}

.section-01 .card-box {
  position: relative;
  padding: 3rem 3rem;
  border: 1px solid #ddd;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.section-01 .card-box .thumb {
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid #ddd;
  background: #f2f2f2;
  border-radius: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-01 .card-box .info-wrap {
  padding-left: 8.4rem;
  font-size: 0;
}

.section-01 .card-box .info-wrap .info-dday {
  display: inline-block;
  width: 4.8rem;
  line-height: 2.2rem;
  background: #dedede;
  font-size: 12px;
  border-radius: 20px 20px;
  text-align: center;
}

.section-01 .card-box .info-wrap .info-date {
  display: inline-block;
  line-height: 2.2rem;
  margin-left: 0.8rem;
  font-size: 14px;
}

.section-01 .card-box .info-wrap .info-tit {
  padding-top: 1rem;
  font-size: 17px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section-02[class^="section-"] {
  margin-top: 15rem;
}

.section-02:after {
  position: absolute;
  bottom: 0;
  left: 36rem;
  width: 120rem;
  height: 0.1rem;
  background: #e3e3e3;
}

.section-02 .right-contents {
  position: relative;
  margin-left: 18.75%;
}

.section-02 .pos-top {
  position: absolute;
  top: 0;
  left: 0;
}

.section-02 .tabs-wrap .tabs-list {
  position: absolute;
  top: 18.5rem;
  width: 19.5rem;
}

.section-02 .tabs-wrap .tabs-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-02 .tabs-wrap .tabs-list ul li {
  width: 100%;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.section-02 .tabs-wrap .tabs-list ul li a {
  line-height: 10.8rem;
  color: #909090;
}

.section-02 .tabs-wrap .tabs-list ul li.active a {
  color: #0a265b;
}

.section-02 .tabs-wrap .tabs-contents {
  margin-left: 30.6rem;
}

.section-02[class^="section-"] .swiper-container .custom-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  margin-left: 22rem;
  margin-top: 10rem;
}

.section-02 .swiper-slide {
  width: 58.8rem;
}

.section-02 .swiper-slide .thumb {
  padding: 8rem 9rem;
  background: #eef4fa;
}

.section-02 .swiper-slide .info-wrap {
  position: absolute;
  left: 4rem;
  bottom: -4.1rem;
  display: inline-block;
  width: 25.5rem;
  min-height: 21.8rem;
  color: #fff;
  background: #0a265b;
  border-radius: 10px 10px;
  padding: 2.5rem 2.5rem;
}

.section-02 .swiper-slide .info-wrap .info-tit {
  position: relative;
  font-size: 17px;
  font-weight: 700;
}

.section-02 .swiper-slide .info-wrap .info-tit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9.5rem;
  height: 0.1rem;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-02 .swiper-slide .info-wrap .info-desc {
  font-size: 15px;
}

.section-02 .swiper-slide .info-wrap .info-desc ul li {
  margin-top: 2rem;
  text-indent: -0.8rem;
  padding-left: 1rem;
}

.section-02 .swiper-slide .info-wrap .info-desc ul li:first-child {
  margin-top: 2.5rem;
}

.section-03 .thumb {
  margin-top: 0rem;
  font-size: 0;
}

.section-03 .thumb img {
  width: 100%;
}

.section-03 .info-wrap {
  margin-top: 0rem;
  padding: 5.5rem 6.6rem 0 10.2rem;
}

.section-03 .info-wrap .info-num {
  font-family: 'Teko';
  font-size: 48px;
  line-height: 3.1rem;
  color: #ff1e1e;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
}

.section-03 .info-wrap .info-tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 3.4rem;
  padding-top: 3.3rem;
}

.section-03 .info-wrap .info-desc {
  font-size: 17px;
  padding-top: 3.8rem;
  color: #676767;
}

.section-03[class^="section-"] .swiper-container .custom-wrap {
  padding-left: 0;
  margin-left: 0rem;
  margin-top: 0rem;
}


.section-04 .grid .row .in-row {
  margin-top: 10rem;
}

.section-04 .count-card {
  text-align: center;
  border-bottom: 3px solid #0a265b;
}

.section-04 .count-card .thumb {
  padding: 0 33.3%;
  font-size: 0;
}

.section-04 .count-card .thumb img {
  width: 100%;
}

.section-04 .count-card .count-tit {
  font-size: 17px;
  font-weight: 700;
  padding-top: 1.5rem;
}

.section-04 .count-card .count-desc {
  font-family: 'Teko';
  font-size: 64px;
  margin-top: 2rem;
  color: #0a265b;
}

.section-04 .count-card .count-desc .counter {
  color: #e64a52;
}

.section-04 .count-card .count-desc .counter-unit {
  position: relative;
  top: -3px;
  font-size: 40px;
  font-weight: 900;
}

.section-05 .grid .row .in-row {
  margin-top: 10rem;
}

.section-05 .info-wrap {
  padding-top: 7.5rem;
  padding-left: 10rem;
}

.section-05 .info-wrap .info-tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 3.4rem;
}

.section-05 .info-wrap .info-desc {
  font-size: 17px;
  padding-top: 3.8rem;
  color: #676767;
}

.section-05 .vod {
  margin-top: 6rem;
  padding-top: 3rem;
  padding-bottom: 2.7rem;
  border-top: 3px solid #0a265b;
  border-bottom: 1px solid #ddd;
}

.section-05 .vod .vod-inner {
  position: relative;
  margin: 0 auto;
}

.section-05 .vod .vod-inner .swiper-container {
  width: 79.2rem;
}

.section-05 .vod .vod-inner .swiper-slide a .vod-thumb {
  position: relative;
  font-size: 0;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.section-05 .vod .vod-inner .swiper-slide a .vod-thumb img {
  width: 100%;
}

.section-05 .vod .vod-inner .swiper-slide a .vod-thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-05 .vod .vod-inner .swiper-slide a .vod-tit {
  text-align: center;
  color: #333;
  padding-top: 1.5rem;
}

.section-05 .vod .vod-inner .swiper-slide a.active .vod-thumb:before {
  content: '';
  border: 3px solid #ff1e1e;
}

.section-05 .vod .vod-inner .custom-wrap {
  position: absolute;
  left: 50%;
  top: 7rem;
  width: 79.2rem;
  margin-top: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-05 .vod .vod-inner .custom-wrap .custom-button-prev {
  position: absolute;
  left: -4rem;
}

.section-05 .vod .vod-inner .custom-wrap .custom-button-next {
  position: absolute;
  right: -4rem;
}

.section-05 .vod .vod-inner .custom-wrap .swiper-pagination {
  visibility: hidden;
}

.section-05 .vod.dont-swiper .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-05 .vod.dont-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  margin-right: 2.4rem;
}

.section-05 .vod.dont-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}

.section-06 .tabs-wrap {
  border-bottom: 1px solid #ddd;
}

.section-06 .tabs-inner .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 9rem 10.2rem 3rem;
}

.section-06 .tabs-inner .card-wrap li {
  width: calc(50% - 1.2rem);
  margin-bottom: 6rem;
}

.section-06 .tabs-inner .card-wrap li:nth-of-type(odd) {
  margin-right: 1.2rem;
}

.section-06 .tabs-inner .card-wrap li:nth-of-type(even) {
  margin-left: 1.2rem;
}

.section-06 .tabs-inner .card-wrap li .list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-06 .tabs-inner .card-wrap li .list-card .thumb {
  position: relative;
  width: 12.8rem;
  height: 12.8rem;
  font-size: 0;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.section-06 .tabs-inner .card-wrap li .list-card .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-06 .tabs-inner .card-wrap li .list-card .info-wrap {
  width: calc(100% - 12.8rem);
  padding-left: 2.8rem;
}

.section-06 .tabs-inner .card-wrap li .list-card .info-wrap .info-tit {
  font-size: 17px;
}

.section-06 .tabs-inner .card-wrap li .list-card .info-wrap .info-desc {
  font-size: 15px;
  line-height: 2.2rem;
  padding-top: 2rem;
}

.section-07 .tabs-wrap {
  border-bottom: 1px solid #ddd;
}

.section-07 .tabs-inner {
  padding: 9rem 1rem 3rem;
}

.section-07 .tabs-inner .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
}

.section-07 .tabs-inner .card-wrap li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 40rem;
  margin-bottom: 6rem;
}

.section-07 .tabs-inner .card-wrap li:first-child:after {
  content: none;
}

.section-07 .tabs-inner .card-wrap li:after {
  content: '';
  position: absolute;
  top: 8.4rem;
  left: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -216px -72px;
}

.section-07 .tabs-inner .card-wrap li .list-card .thumb {
  font-size: 0;
  text-align: center;
}

.section-07 .tabs-inner .card-wrap li .list-card .thumb img{
  height: 130px; 
}

.section-07 .tabs-inner .card-wrap li .list-card .info-wrap {
  text-align: center;
}

.section-07 .tabs-inner .card-wrap li .list-card .info-wrap .info-tit {
  font-size: 17px;
  padding-top: 2.5rem;
}

.section-07 .tabs-inner .card-wrap li .list-card .info-wrap .info-desc {
  white-space: nowrap;
  font-size: 15px;
  padding-top: 1rem;
}

.section-08 .grid .row .in-row {
  margin-top: 10rem;
}

.section-08 .card-wrap {
  min-height: 45rem;
  margin-bottom: 2rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.section-08 .card-wrap .card-inner {
  padding: 4rem 3.5rem;
}

.section-08 .card-wrap .card-inner .card-top {
  padding-bottom: 0.4rem;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.section-08 .card-wrap .card-inner .card-top .card-tit {
  font-size: 22px;
  font-weight: 700;
}

.section-08 .card-wrap .card-inner .card-top .card-cost {
  font-size: 15px;
}

.section-08 .card-wrap .card-inner .card-top .card-cost .cost-krw {
  display: inline-block;
  width: 2.2rem;
  line-height: 2.2rem;
  font-size: 12px;
  color: #fff;
  background: #ff1e1e;
  vertical-align: top;
  margin-top: 1.5rem;
  border-radius: 100% 100%;
}

.section-08 .card-wrap .card-inner .card-top .card-cost .cost-num {
  font-family: 'Teko';
  font-size: 64px;
  color: #0a265b;
  line-height: 8.3rem;
}

.section-08 .card-wrap .card-inner .info-wrap {
  padding-top: 0.2rem;
}

.section-08 .card-wrap .card-inner .info-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-08 .card-wrap .card-inner .info-wrap ul li {
  width: 100%;
  font-size: 15px;
  padding-top: 1.7rem;
  text-indent: -1rem;
  padding-left: 1rem;
}

.section-08 .card-wrap .card-inner .info-wrap ul li.transparent {
  color: transparent;
}

.section-08 .card-wrap .card-inner .info-wrap.line-2 ul li:nth-of-type(even) {
  width: 40%;
}

.section-08 .card-wrap .card-inner .info-wrap.line-2 ul li:nth-of-type(odd) {
  width: 55%;
  padding-right: 5%;
}

.section-08 .apply-area {
  position: relative;
}

.section-08 .apply-area p {
  display: inline-block;
  color: #e46f57;
  line-height: 2.4rem;
}

.section-08 .apply-area .po-right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 2.4rem;
}

.section-08 .apply-area .btn-apply {
  display: inline-block;
  width: 18rem;
  height: auto;
  line-height: 6.4rem;
  border: 1px solid #00a3f7;
  background-color: #00a3f7;
  border-radius: 10px 10px;
  font-size: 18px;
  margin-left: 7rem;
}

section[class^="section-"] {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 1rem;
}

section[class^="section-"]:last-of-type {
  margin-bottom: 12rem;
}

section[class^="section-"] .section-tit {
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  color: #0a265b;
}

section[class^="section-"] .section-desc {
  margin-top: 2.5rem !important;
  font-size: 22px;
  text-align: center;
}

section[class^="section-"] .custom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
}

section[class^="section-"] .custom-wrap .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Teko';
  font-size: 0;
  width: auto;
  margin: 0 1rem;
}

section[class^="section-"] .custom-wrap .swiper-pagination .swiper-pagination-current {
  min-width: 2rem;
  font-size: 22px;
  color: #0a265b;
  padding-top: 0.4rem;
  line-height: 2.2rem;
}

section[class^="section-"] .custom-wrap .swiper-pagination .swiper-pagination-total {
  min-width: 2rem;
  font-size: 22px;
  color: #909090;
  padding-top: 0.4rem;
  line-height: 2.2rem;
}

section[class^="section-"] .custom-wrap .swiper-pagination .swiper-line {
  width: 0.1rem;
  height: 2.2rem;
  border-left: 1px solid #ddd;
  margin: 0 1.7rem;
}

section[class^="section-"] .custom-wrap .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  margin-left: 0.8rem;
}

section[class^="section-"] .custom-wrap .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

section[class^="section-"] .custom-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #0a265b;
}

section[class^="section-"] .tabs-wrap.navy-block {
  display: block;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list {
  position: relative;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list:after {
  content: '';
  position: absolute;
  left: 1px;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #0a265b;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul {
  position: relative;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul li {
  min-width: 29.4rem;
  border: 1px solid #fff;
  background: #f1f1f1;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul li a {
  font-size: 17px;
  line-height: 6.4rem;
  color: #333;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul li.active {
  background: #0a265b;
}

section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul li.active a {
  color: #fff;
}

section .is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .is-flex .is-inner:nth-of-type(odd) {
  padding-right: 12px;
  padding-left: 0;
}

section .is-flex .is-inner:nth-of-type(even) {
  padding-left: 12px;
  padding-right: 0;
}

.mobile .contents-inner {
  padding-top: 3rem;
  padding: 3rem 2rem 0;
}

.mobile .contents-inner.site {
  padding-top: 0;
}

.order-pc-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-pc-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-pc-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.navigation {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.1rem;
  background: #fff;
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
  z-index: 9;
}

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.navigation ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display : flex;
  border-left: 1px solid #ddd;
  text-align: center;
  justify-content: center;
}

.navigation ul li:first-child {
  border-left: 0;
}

.navigation ul li a {
  position: relative;
}

.navigation ul li a .icon-thumb {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto;
  font-size: 0;
  border-radius: 100% 100%;
  background-color: #eef4fa;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navigation ul li a .icon-thumb:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navigation ul li a.type-01 .icon-thumb:before {
  background-position: 0 -72px;
}

.navigation ul li a.type-02 .icon-thumb:before {
  background-position: -24px -72px;
}

.navigation ul li a.type-03 .icon-thumb:before {
  background-position: -48px -72px;
}

.navigation ul li a.type-04 .icon-thumb:before {
  background-position: -72px -72px;
}

.navigation ul li.active a .icon-thumb {
  background: #05245d;
}

.navigation ul li.active a.type-01 .icon-thumb:before {
  background-position: 0 -48px;
}

.navigation ul li.active a.type-02 .icon-thumb:before {
  background-position: -24px -48px;
}

.navigation ul li.active a.type-03 .icon-thumb:before {
  background-position: -48px -48px;
}

.navigation ul li.active a.type-04 .icon-thumb:before {
  background-position: -72px -48px;
}

.navigation ul li .navi-tit {
  font-size: 14px;
  color: #333;
  padding-top: 4rem;
}

@media screen and (max-width: 1199px) {
  .section-07 .tabs-inner .card-wrap {
    margin-left: 0;
  }
  .section-07 .tabs-inner .card-wrap li {
    padding-left: 0;
  }
  .section-07 .tabs-inner .card-wrap li:after {
    content: none;
  }
}

@media screen and (max-width: 1024px) {
  .custom-wrap .custom-button-next,
  .custom-wrap .custom-button-prev {
    visibility: hidden;
    display: none;
  }
  .mobile .contents {
    padding-bottom: 4.5rem;
    margin-top: 6.4rem;
  }
  .mobile .pc-hide {
    display: none !important;
  }
  .mobile .mo-hide {
    display: block !important;
  }
  .mobile .header-inner,
  .mobile .contents-inner,
  .mobile .footer-inner {
    width: 100%;
    height: 100%;
  }
  .mobile .header {
    height: 6.4rem !important;
    border-bottom: 1px solid #ddd;
  }
  .mobile .header:before {
    content: none;
  }
  .mobile .header .header-inner .btn-logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mobile .header .header-inner .util-wrap {
    line-height: normal;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile .header .header-inner .util-wrap.left{
    line-height: normal;
    position: absolute;
    left: 0.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile .header .header-inner .util-wrap a {
    width: 4.8rem;
    height: 4.8rem;
    text-align: center;
    line-height: 4.8rem;
    background: #eef4fa;
    border-radius: 100% 100%;
    font-size: 0;
    margin-left: 0;
  }
  .mobile .header .header-inner .util-wrap .btn-user {
    display: none;
  }
  .mobile .header .header-inner .gnb-wrap {
    position: static;
    width: auto;
    padding: 0;
  }
  .mobile .header .header-inner .gnb-wrap.active .mobile-menu {
    display: block;
    left: 0;
  }
  .mobile .header .header-inner .gnb-wrap.active .mobile-menu .mobile-dimmed {
    display: block;
  }
  .mobile .header .header-inner .gnb-wrap.active .mobile-menu .menu-inner ul li a {
    left: 0;
    opacity: 1;
  }
  .mobile .header .header-inner .gnb-wrap.active .ad-area {
    left: 0;
  }
  .mobile .header .header-inner .gnb-wrap.active .ad-area a {
    display: block;
  }
  .mobile .header .header-inner .gnb-wrap.active .ad-area a img {
    width: 100%;
  }
  .mobile .header .header-inner .gnb-wrap .ad-area {
    position: fixed;
    bottom: 0;
    width: 66.6%;
    z-index: 11;
    left: -100%;
    padding: 3.5rem 3.5rem;
    background: #eef4fa;
    -webkit-transition: 0.3s left;
    transition: 0.3s left;
  }
  .mobile .header .header-inner .gnb-wrap .ad-area a {
    display: none;
  }
  .mobile .header .header-inner .gnb-wrap .nav-menu {
    display: block;
  }
  .mobile .header .header-inner .gnb-wrap .depth-01 {
    display: none;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: 0.3s left;
    transition: 0.3s left;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .mobile-dimmed {
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner {
    position: relative;
    display: block;
    width: 66.6%;
    height: 100%;
    z-index: 11;
    background: #fff;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner .menu-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner .menu-close span {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/icon-gnb-close.png) no-repeat;
    background-size: auto 100%;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li {
    line-height: 5.3rem;
    border-bottom: 1px solid #ddd;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li a {
    position: relative;
    left: -15rem;
    opacity: 0;
    display: block;
    padding: 0 2rem 0 3rem;
    font-size: 16px;
    color: #333;
    -webkit-transition: left .4s ease 0s,opacity .6s linear 0s;
    transition: left .4s ease 0s,opacity .6s linear 0s;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li a:before {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(1) a:before {
    background-image: url(../images/icon-gnb-01.png);
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(2) a {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(2) a:before {
    background-image: url(../images/icon-gnb-02.png);
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(3) a {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(3) a:before {
    background-image: url(../images/icon-gnb-03.png);
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(4) a {
    -webkit-transition-delay: .45s;
            transition-delay: .45s;
  }
  
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-inner ul li:nth-of-type(4) a:before {
    background-image: url(../images/icon-gnb-04.png);
  }
  .mobile .header .header-inner .gnb-wrap .mobile-menu .menu-header {
    position: relative;
    height: 6.4rem;
    border-bottom: 1px solid #ddd;
  }
  .mobile .footer .footer-top .footer-inner {
    padding: 0 2rem 1.5rem;
  }
  .mobile .footer .footer-top .footer-inner .etc-link {
    position: static;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li {
    font-size: 10px;
    border-bottom: 1px solid #474747;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li > a {
    display: none;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl dd {
    position: relative;
    padding: 0 1rem;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl dd:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0.9rem;
    border-left: 1px solid #676767;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl dd a {
    line-height: 5rem;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl dd:first-child {
    padding-left: 0;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl dd:first-child a {
    color: #e46f57;
  }
  .mobile .footer .footer-top .footer-inner .etc-link ul li dl dd:first-child:before {
    content: none;
  }
  .mobile .footer .footer-top .footer-inner .btn-logo {
    margin-top: 2rem;
  }
  .mobile .footer .footer-top .footer-inner .btn-logo a img {
    width: 100%;
  }
  .mobile .footer .footer-top .footer-inner .address-wrap {
    font-size: 11px;
    padding-top: 1rem;
  }
  .mobile .footer .footer-top .footer-inner .address-wrap ul li {
    line-height: 1.8rem;
  }
  .mobile .footer .footer-bottom .footer-inner {
    padding: 0 2rem;
  }
  .mobile .footer .footer-bottom .footer-inner .copyright {
    font-size: 10px;
    line-height: 4rem;
  }
  .mobile .footer .footer-bottom .footer-inner .award-wrap {
    right: 2rem;
  }
  .mobile .footer .footer-bottom .footer-inner .award-wrap a img {
    width: 2.2rem;
    margin-top: 0.2rem;
  }
  .grid .row {
	margin-left: 0;
	margin-right: 0;
  }
  .button-prev,
  .button-next {
    display: none;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide {
    min-width: auto;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-thumb img {
    width: 100%;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text {
    position: static;
    width: 100%;
    padding: 0 2rem;
    margin-top: -7.3rem;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub {
    font-size: 14px;
    padding: 0 1.5rem;
    margin: -1rem 0 0 0;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc {
    font-size: 13px;
    padding: 1.2rem 1.5rem 0;
    margin: 0;
    border-top: 0;
    line-height: 1.8rem;
  }
  .main-visual .swiper-container .custom-wrap {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin: 2.5rem auto;
  }
  .main-visual .swiper-container .custom-wrap .swiper-pagination {
    width: 100%;
  }
  .main-visual .swiper-container .custom-wrap .swiper-pagination::before {
    content: none;
  }
  .main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet {
    background: #ddd;
    -webkit-transition: none;
    transition: none;
    margin-left: 0.8rem;
  }
  .main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet:before {
    content: none;
  }
  .main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.7rem;
    height: 0.7rem;
    background: #0a265b;
  }
  .main-visual .swiper-container .custom-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: none;
  }
  .main-visual .go-link {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 6.6rem);
    margin: 0 auto;
    padding-top: 3.5rem;
    border-top: 1px solid #ddd;
  }
  .main-visual .go-link:after {
    left: 50%;
    width: calc(100% - 2rem);
    height: 0.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-visual .go-link ul {
    padding: 0;
  }
  .main-visual .go-link ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 7.2rem;
    background-size: auto 2.7rem;
  }
  .main-visual .go-link ul li:hover {
    height: 7.2rem;
  }
  .main-visual .go-link ul li:before {
    height: 1.6rem;
  }
  .main-visual .go-link ul li a span {
    font-size: 12px;
    padding-top: 2rem;
  }
  .section-01 {
    display: none;
  }
  .section-02 .right-contents {
    margin: 0;
  }
  .section-02 .right-contents .pos-top {
    position: static;
  }
  .section-02 .tabs-wrap {
    margin-top: 2.5rem;
  }
  .section-02 .tabs-wrap .tabs-list {
    position: relative;
    top: auto;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  .section-02 .tabs-wrap .tabs-list:after {
    content: '';
    position: absolute;
    left: -0.1rem;
    bottom: -0.2rem;
    width: calc(100% + 0.2rem);
    height: 0.2rem;
    background: #0a265b;
  }
  .section-02 .tabs-wrap .tabs-list ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #f1f1f1;
    border: 1px solid #fff;
  }
  .section-02 .tabs-wrap .tabs-list ul li a {
    font-size: 14px;
    color: #333;
    line-height: 4.2rem;
  }
  .section-02 .tabs-wrap .tabs-list ul li a span {
    display: none;
  }
  .section-02 .tabs-wrap .tabs-list ul li.active {
    background: #0a265b;
  }
  .section-02 .tabs-wrap .tabs-list ul li.active a {
    color: #fff;
  }
  .section-02 .tabs-wrap .tabs-contents {
    margin: 3rem 0 0 2rem;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide {
    width: 61.7%;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide .thumb {
    padding: 3rem 3.2rem;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide .info-wrap {
    left: 50%;
    top: 86.5%;
    bottom: auto;
    width: 85.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-height: 97.9%;
    padding: 1.5rem 1.5rem;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide .info-wrap .info-tit {
    font-size: 14px;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide .info-wrap .info-tit:after {
    width: 35%;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide .info-wrap .info-desc ul li {
    font-size: 13px;
    margin-top: 1rem;
    text-indent: -0.5rem;
    padding-left: 1rem;
  }
  .section-02 .tabs-wrap .tabs-contents .swiper-slide .info-wrap .info-desc ul li:first-child {
    margin-top: 1.5rem;
  }
  .section-02[class^="section-"] {
    margin-top: 4rem;
  }
  .section-02[class^="section-"] .swiper-container .custom-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 45%;
  }
  .section-03[class^="section-"] {
    margin-bottom: 0;
  }
  .section-03 .in-row:nth-of-type(2) {
    margin-top: 0;
  }
  .section-03 .thumb {
    margin-top: 2.5rem;
    padding: 0 2rem;
  }
  .section-03 .info-wrap {
    padding: 1.2rem 3.5rem 0;
  }
  .section-03 .info-wrap .info-num {
    font-size: 34px;
    padding-bottom: 0.6rem;
  }
  .section-03 .info-wrap .info-tit {
    font-size: 24px;
    line-height: 2.8rem;
    padding-top: 1.1rem;
  }
  .section-03 .info-wrap .info-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9rem;
    padding-top: 2.3rem;
  }
  .section-05 .grid .row .in-row {
    margin-top: 3rem;
  }
  .section-05[class^="section-"] .tit-wrap {
    border-top: 0;
    padding-top: 2rem;
  }
  .section-05 .info-wrap {
    padding: 0.7rem 3.5rem 0;
  }
  .section-05 .info-wrap .info-tit {
    font-size: 14px;
    line-height: 1.8rem;
  }
  .section-05 .info-wrap .info-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ddd;
  }
  .section-05 .vod {
    margin-top: 3rem;
    margin-left: 2rem;
    padding: 0;
    border: 0;
  }
  .section-05 .vod .vod-inner .swiper-container {
    width: auto;
  }
  .section-05 .vod .vod-inner .swiper-container .swiper-slide {
    width: 35%;
  }
  .section-05 .vod .vod-inner .swiper-container .swiper-slide .vod-tit {
    text-align: left;
  }
  .section-05 .vod .vod-inner .custom-wrap {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 2rem;
  }
  .section-05 .vod .vod-inner .custom-wrap .swiper-pagination {
    position: static;
    visibility: visible;
  }
  .section-06[class^="section-"] {
    margin-bottom: 0;
  }
  .section-06 .grid .row .in-row {
    margin-top: 3rem;
  }
  .section-06 .tabs-wrap {
    border-bottom: 0;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3.5rem 0;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    padding: 3rem 0;
    border-top: 1px solid #ddd;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li:nth-of-type(1) {
    border-top: 0;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li:nth-of-type(2) {
    border-top: 0;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card {
    display: block;
    text-align: center;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .thumb {
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #eef4fa;
    border: 1px solid #eef4fa;
    border-radius: 100% 100%;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .info-wrap {
    padding: 0;
    width: 100%;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .info-wrap .info-tit {
    padding-top: 1.5rem;
  }
  .section-07[class^="section-"] {
    margin-top: 0;
  }
  .section-07 .tabs-wrap {
    border-bottom: 0;
  }
  section[class^="section-"] {
    margin-top: 3rem;
  }
  .section-09[class^="section-"] {
    margin-bottom: 12rem;
  }
  section[class^="section-"] .tit-wrap {
    margin: 0 3.5rem;
    padding-top: 5rem;
    border-top: 1px solid #ddd;
  }
  section[class^="section-"] .tit-wrap .section-tit {
    font-size: 42px;
  }
  section[class^="section-"] .tit-wrap .section-desc {
    font-size: 14px;
    margin-top: 1rem !important;
  }
  section[class^="section-"] .tabs-wrap.navy-block .tabs-list {
    top: auto;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul li {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section[class^="section-"] .tabs-wrap.navy-block .tabs-list ul li a {
    font-size: 14px;
    line-height: 4.2rem;
  }
  section[class^="section-"] .tabs-wrap.navy-block .tabs-list:after {
    content: '';
    left: -0.1rem;
    bottom: -0.2rem;
    width: calc(100% + 0.2rem);
    height: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .order-mc-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mc-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-mc-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-03 .info-wrap {
    margin-top: 0;
  }
  .section-04 .grid .row .in-row {
    margin-top: 3rem;
  }
  .section-04 .grid .row .in-row > div:nth-of-type(1) .count-card {
    border-top: 1px solid #ddd;
  }
  .section-04 .count-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 7rem);
    margin: 0 auto;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd;
  }
  .section-04 .count-card .thumb {
    width: 25%;
    padding: 0 0.3rem;
  }
  .section-04 .count-card .count-tit {
    width: 25%;
    font-size: 12px;
    line-height: 1.45rem;
    padding-top: 0;
  }
  .section-04 .count-card .count-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 32px;
    margin-top: 0;
    text-align: right;
  }
  .section-04 .count-card .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  .section-04 .count-card .count-desc .counter-unit {
    position: relative;
    top: -2px;
    font-size: 18px;
    font-weight: 700;
  }

  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .thumb {
    width: 8.4rem;
    height: 8.4rem;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .thumb img {
    width: 50%;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .info-wrap .info-tit {
    font-size: 14px;
    padding-top: 1.5rem;
  }
  .section-06 .tabs-wrap .tabs-inner .card-wrap li .list-card .info-wrap .info-desc {
    font-size: 12px;
    font-weight: 400;
    padding-top: 1rem;
    line-height: 1.4rem;
  }
  .section-07 {
    display: none;
  }
  .section-08[class^="section-"] {
    margin-top: 0;
  }
  .section-08 .grid .row .in-row {
    margin-top: 3rem;
  }
  .section-08 .card-wrap {
    width: calc(100% - 4rem);
    margin: 0 auto 1.5rem;
    min-height: auto;
  }
  .section-08 .card-wrap .card-inner {
    padding: 2.5rem 2.8rem;
  }
  .section-08 .card-wrap .card-inner .card-top .card-tit {
    font-size: 14px;
  }
  .section-08 .card-wrap .card-inner .card-top .card-cost {
    font-size: 12px;
  }
  .section-08 .card-wrap .card-inner .card-top .card-cost .cost-krw {
    width: 2rem;
    line-height: 2rem;
    font-size: 10px;
    margin-top: 0.7rem;
  }
  .section-08 .card-wrap .card-inner .card-top .card-cost .cost-num {
    font-size: 42px;
    line-height: 5.3rem;
  }
  .section-08 .card-wrap .card-inner .info-wrap ul li {
    font-size: 13px;
    padding-top: 1rem;
  }
  .section-08 .apply-area {
    font-size: 13px;
    padding: 0 2.7rem;
  }
  .section-08 .apply-area p {
    line-height: 1.8rem;
  }
  .section-08 .apply-area .po-right {
    position: static;
    text-align: left;
    line-height: 1.8rem;
    padding-top: 0.7rem;
  }
  .section-08 .apply-area .btn-apply {
    display: block;
    margin: 2.5rem auto 0;
    width: 14.4rem;
    line-height: 4.2rem;
    font-size: 14px;
  }
  .section-08 .apply-area .btn-apply span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  section[class^="section-"] .is-flex .is-inner {
    padding: 0;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (max-width: 1199px) {
  .grid {
    width: 100%;
  }
}

.mobile .wrap:not(.main) .contents {
  background: #fcfcfc;
}

.mobile .contents {
  min-height: calc(100vh - 6.4rem);
}

.mobile .top-desc {
  font-size: 14px;
  padding-top: 0;
}

.mobile .btn {
  height: 4.3rem;
  border-radius: 5px 5px;
}

.mobile a.btn {
  line-height: 4.3rem;
}

.mobile .login-wrap {
  width: 100%;
  margin: 3rem auto 0;
}

.mobile .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mobile .input-wrap .input-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
  margin-top: 0 !important;
}

.mobile .input-wrap .input-form:first-child {
  margin-left: 0;
}

.mobile .input-wrap + .input-form {
  margin-top: 1.5rem;
}

.mobile .input-form {
  position: relative;
}

.mobile .input-form + .input-form {
  margin-top: 1.5rem;
}

.mobile .input-form label {
  display: block;
  font-size: 12px;
  padding-left: 0.5rem;
  margin-bottom: 0.3rem;
}

.mobile .input-form .form-box select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
  background-position: right 1rem center;
}

.mobile .input-form .form-box em {
  margin: 0 1rem;
}

.mobile .form-login {
  padding: 0;
}

.mobile .form-login .input-form .captcha-time {
  position: absolute;
  bottom: 1.2rem;
  right: 1.5rem;
  color: #ff1e1e;
  font-size: 13px;
}

.mobile .form-login .form-box {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #ddd;
}

.mobile .form-login .form-box:first-child {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.mobile .form-login .form-box .captcha-wrap {
  position: relative;
}

.mobile .form-login .form-box .captcha-wrap .captcha-img {
  width: auto;
  margin-left: 0;
}

.mobile .form-login .form-box .captcha-wrap .button-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile .form-login .form-box .captcha-wrap button {
  width: 5.8rem;
  height: 5rem;
  border: 1px solid #ddd;
  background: #f2f2f2;
  margin-left: 0.7rem;
  border-radius: 10px 10px;
  font-size: 11px;
}

.mobile .validation-check {
  font-size: 12px;
  color: #ff1e1e;
  margin-top: 1rem;
}

.mobile .validation-check:nth-of-type(1) {
  margin-top: 1rem;
}

.mobile .footer {
  height: 22.2rem;
}

.mobile .layer-popup {
  min-width: 0;
  width: calc(100% - 2rem);
  max-height: 90%;
  border: 1px solid #333;
  padding: 0 15px;
  overflow: auto;
}

.mobile .layer-popup .layer-header {
  /* line-height: 4.7rem; */
  line-height: 2rem;
  padding: 1.35rem 0;
}

.mobile .layer-popup .layer-header .layer-title {
  font-size: 14px;
}

.mobile .layer-popup .layer-header .layer-close span {
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: -96px 0;
}

.mobile .layer-popup .layer-contents {
  padding: 3rem 0 3rem;
  overflow: hidden;
  max-height: none;
}

.mobile .layer-popup .layer-contents .layer-desc p {
  font-size: 13px;
}

.mobile .layer-popup .layer-contents .layer-desc.scroll-inner {
  max-height: 28rem;
}

.mobile .layer-popup .layer-contents .layer-desc .complete-box {
  border-radius: 5px 5px;
}

.mobile .layer-popup .layer-contents .layer-desc .complete-box img {
  width: 100%;
}

.mobile .layer-popup .layer-contents .btn-wrap {
  display: block;
  padding-top: 2rem;
}

.mobile .layer-popup .layer-contents .btn-wrap .btn {
  max-width: 100%;
  margin: 0;
  font-size: 13px;
}

.mobile .layer-popup .layer-contents .btn-wrap .btn + .btn {
  margin-top: 1.2rem;
}

.mobile .layer-popup .layer-contents .select-step {
  padding: 2rem 0 1rem;
}

.mobile .layer-popup .layer-contents .select-step .card-wrap {
  margin: 0 auto;
}

.mobile .layer-popup .layer-contents .select-step .card-wrap:first-child {
  margin: 0 auto;
}

.mobile .layer-popup .layer-contents .select-step .card-wrap + .voter-select {
  margin: 3rem 0 0;
}

.mobile .layer-popup .layer-contents .select-step .card-wrap .card-num,
.mobile .layer-popup .layer-contents .select-step .card-wrap .belong-name,
.mobile .layer-popup .layer-contents .select-step .card-wrap .card-name {
  font-size: 15px;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: -2rem 0;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li .icon-box {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1rem;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li .icon-box .sprite-large {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  vertical-align: middle !important;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li .icon-box .sprite-large.icon-vote-00 {
  background-position: -48px -24px;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li .action-select {
  height: 4.3rem;
  border-radius: 5px 5px;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li.active .action-select {
  border: 1px solid #00a3f7;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li .card-rank {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 12px;
}

.mobile .layer-popup .layer-contents .select-step .voter-select ul li .card-rank span {
  font-size: 18px;
}

.mobile .layer-popup .layer-contents .select-step.type-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0 0;
}

.mobile .layer-popup .layer-contents .select-step.type-01 .voter-select {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.mobile .layer-popup .layer-contents .select-step.type-01 .voter-select .agenda-box {
  font-size: 13px;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select ul li.active .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select ul li.active .card-wrap {
  border: 1px solid #00a3f7;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select ul li .form-box {
  font-size: 13px;
  color: #909090;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select.multiple-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select.multiple-select ul li {
  min-width: calc(50% - 1.5rem);
  margin: 0 0.5rem 1rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select.multiple-select ul li .card-wrap {
  width: 100%;
  padding: 0 1rem 0.8rem;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select.multiple-select ul li .card-wrap .card-num:after {
  height: 6.4rem;
  margin-top: -3.2rem;
}

.mobile .layer-popup .layer-contents .select-step.type-02 .voter-select.multiple-select ul li .card-wrap .card-photo {
  width: 100%;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select {
  height: 4.8rem;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select i {
  line-height: 4.4rem;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .voter-photo {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0.4rem;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .voter-photo img {
  width: 100%;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .voter-name {
  line-height: 4.4rem;
  margin-left: 1rem;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .form-box {
  width: auto;
  color: #909090;
}

.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .form-box .t-rank,
.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .form-box .t-num {
  width: 6rem;
  height: 3.6rem;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li {
  width: calc(100% - 4rem);
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li:before {
  left: -0.8rem;
  background-size: 2rem auto;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li.active {
  width: calc(100% - 3.2rem);
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li.active:before {
  left: -3.2rem;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li.active .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li .action-select {
  height: 4.8rem;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li .action-select .voter-name {
  line-height: 4.4rem;
  margin-left: 1rem;
}

.mobile .layer-popup .layer-contents .voter-select.multiple-select {
  min-width: 100%;
}

.mobile .btn-wrap {
  padding: 2rem 0 0;
}

.mobile .btn-wrap .btn {
  width: 100%;
  min-width: 0;
}

.mobile .voter-wrap .voter-header {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  background-color: transparent;
}

.mobile .voter-wrap .voter-header h3 {
  font-size: 14px;
  padding: 1.5rem 0;
  background-color: #05245d;
}

.mobile .voter-wrap .voter-header ul {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile .voter-wrap .voter-header ul li {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.mobile .voter-wrap .voter-header ul div.active {
  border: 1px solid #00a3f7;
  border-radius: 5px 5px;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mobile .voter-wrap .voter-header .voter-paragraph {
  font-size: 14px;
  margin-top: 3rem;
}

.mobile .voter-wrap .voter-header .voter-time {
  display: block;
  color: #333;
  margin-top: 1.2rem;
  line-height: 3rem;
  padding: 0 2rem;
}

.mobile .voter-wrap .voter-header .voter-time > div {
  margin-left: 0;
}

.mobile .voter-wrap .voter-header .voter-time .voter-start span {
  font-size: 14px;
}

.mobile .voter-wrap .voter-header .voter-time .voter-start span:nth-of-type(1) {
  background: #fff;
  border: 1px solid #00a3f7;
  color: #00a3f7;
  font-size: 13px;
  line-height: 2.8rem;
  padding: 0 1rem;
}

.mobile .voter-wrap .voter-header .voter-time .voter-start span:nth-of-type(1):before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  vertical-align: top !important;
  background-position: 0 -24px;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}

.mobile .voter-wrap .voter-header .voter-time .voter-end {
  margin-top: 1.1rem;
  padding-top: 1.0rem;
  border-top: 1px solid #ddd;
}

.mobile .voter-wrap .voter-header .voter-time .voter-end span {
  font-size: 14px;
}

.mobile .voter-wrap .voter-header .voter-time .voter-end span:nth-of-type(1) {
  background: #fff;
  border: 1px solid #ff1e1e;
  color: #ff1e1e;
  font-size: 13px;
  line-height: 2.8rem;
  padding: 0 1rem;
}

.mobile .voter-wrap .voter-header .voter-time .voter-end span:nth-of-type(1):before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  vertical-align: top !important;
  background-position: -24px -24px;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}

.mobile .voter-wrap .voter-inner {
  padding: 0;
}

.mobile .voter-wrap .voter-inner .graph-area {
  height: 36rem;
}

.mobile .voter-wrap .voter-inner .graph-area .graph-swiper {
  background: #f2f2f2;
}

.mobile .voter-wrap .voter-inner .graph-area .graph-swiper .swiper-button-prev,
.mobile .voter-wrap .voter-inner .graph-area .graph-swiper .swiper-button-next {
  width: 4rem;
  height: 4rem;
}

.mobile .voter-wrap .voter-inner .graph-area .graph-swiper .swiper-button-prev span,
.mobile .voter-wrap .voter-inner .graph-area .graph-swiper .swiper-button-next span {
  font-size: 10px;
  bottom: -1.5rem;
}

.mobile .voter-wrap .voter-inner .graph-area .graph-box {
  padding: 0 2rem;
  overflow: hidden;
}

.mobile .voter-wrap .voter-inner .voter-item {
  margin-top: 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box {
  background: #fff;
  padding: 1.2rem 1rem;
  border-radius: 5px 5px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header {
  padding: 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6rem;
  width: 1px;
  height: 100%;
  background: #ddd;
  z-index:9;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .info-box span:nth-of-type(1) {
  width: 6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .info-box span:nth-of-type(2) {
  width: calc(100% - 11.5rem);
  color: #333;
  font-size: 13px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  word-break: break-word;
  margin-left: 1.5rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .state-box {
  margin: 1rem 0 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .state-box .turnout {
  width: 6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .state-box .progress-bar {
  width: calc(100% - 11rem);
  height: 2.2rem;
  margin-left: 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .state-box .progress-bar .progress-start {
  line-height: 2.2rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .state-box .progress-bar .progress-end {
  right: 1.2rem;
  line-height: 2.2rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .btn-detail {
  top: 50%;
  bottom: auto;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .btn-detail:before {
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner {
  margin-top: 1.5rem;
  padding: 1.5rem 0 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ddd;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li:before {
  content: none;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li:after {
  content: none;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li.active {
  border-color: #00a3f7;
  background: #00a3f7;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li.active a {
  color: #fff;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-list ul li a {
  font-size: 13px;
  line-height: 3rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .tabs-wrap .tabs-contents .tabs-inner {
  margin-top: 3rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li {
  min-width: calc(100% - 3rem);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
  margin-top: 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  margin-top: 3rem;
  border-top: 2px dashed #919191;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .card-wrap .card-num {
  min-width: 6.4rem;
  padding: 0.5rem 1.5rem 0;
  font-size: 13px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .card-wrap .card-num:after {
  height: 6.4rem;
  margin-top: -3.2rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .btn-homepage {
  display: block;
  width: 100%;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .btn-homepage a {
  max-width: none;
  width: auto;
  font-size: 12px;
  background: #eff9fe;
  border: 1px solid #d4e9f8;
  border-radius: 10px 10px;
  margin: 0 auto;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .btn-homepage a:before {
  content: '';
  display: inline-block;
  font-size: 0;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: top;
  margin: 0.4rem 0.5rem 0 0;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: -48px -144px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .btn-homepage a:nth-of-type(2):before {
  content: '';
  background-position: -72px -144px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .btn-homepage a + a {
  margin-top: 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .promise-wrap > div {
  margin-left: 2.2rem;
  border-top: 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .promise-wrap > div:nth-of-type(1) {
  margin-left: 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .promise-wrap > div .promise-tit {
  text-align: left;
  padding-left: 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .promise-wrap > div .promise-desc {
  border-top: 1px solid #ddd;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-02 .voter-info ul li .promise-wrap > div .promise-desc textarea {
  min-height: 10rem;
  border: 0;
  padding: 0.7rem 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 .select-step.type-04 {
  padding: 0 1.5rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul {
  padding: 0;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li {
  width: 100%;
  margin: 1.2rem 0 0 auto;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li.active {
  width: calc(100% - 2rem);
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li.active .icon-box {
  background: #fce5e5;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li.active .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li:before {
  left: -0.8rem;
  background-size: 2rem auto;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li.active:before {
  left: -3.2rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .action-select {
  height: 4.8rem;
  border-radius: 5px 5px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .action-select .voter-name {
  line-height: 4.4rem;
  margin-left: 1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .action-select .icon-box {
  width: 3.6rem;
  height: 3.6rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .action-select .icon-box .sprite-large {
  display: inline-block;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/mobile_sprite_48.png);
  background-repeat: no-repeat;
  background-size: 250px auto;
  vertical-align: middle !important;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .action-select .icon-box .sprite-large.icon-vote-00 {
  background-position: -144px -48px;
}

.mobile .box-wrap.voter {
  margin: 0 -2rem;
  padding: 0;
  border: 0;
}

.mobile .box-wrap.voter .box-inner {
  padding: 0 0;
}

.mobile .box-wrap.voter .box-inner .box-header {
  padding: 0 2rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.mobile .box-wrap.voter .box-inner .box-header h4 {
  float: none;
  line-height: 4.7rem;
  font-size: 14px;
  text-align: center;
}

.mobile .box-wrap.voter .box-inner .box-contents {
  padding: 0 2rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step {
  display: block;
  padding: 1.5rem 0;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .card-wrap {
  margin: 0 auto;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .card-wrap:first-child {
  margin: 0 auto;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .card-wrap + .voter-select {
  margin: 3rem 0 0;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .card-wrap .card-num,
.mobile .box-wrap.voter .box-inner .box-contents .select-step .card-wrap .belong-name,
.mobile .box-wrap.voter .box-inner .box-contents .select-step .card-wrap .card-name {
  font-size: 13px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select .agenda-box {
  border-radius: 5px 5px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .icon-box {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .action-select {
  height: 4.8rem;
  border-radius: 5px 5px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .action-select .voter-name {
  line-height: 4.4rem;
  margin-left: 1rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li.active .action-select {
  border: 1px solid #00a3f7;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li.active:nth-of-type(1) .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li.active:nth-of-type(2) .icon-box .icon-mo-vote-00 {
  background-position: -72px -24px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .card-rank {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 12px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .card-rank span {
  font-size: 18px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li {
  width: 30%;
  margin: 0 0.5rem 2rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li .card-wrap {
  width: 100%;
  padding: 0 0.5rem 0.8rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li .card-wrap .card-num:after {
  height: 6.4rem;
  margin-top: -3.2rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li .card-wrap .card-photo {
  width: 100%;
  height: 10.4rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li.active .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li.active .card-wrap {
  border: 1px solid #00a3f7;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li .form-box {
  font-size: 13px;
  color: #909090;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select {
  height: auto;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select i {
  line-height: 4.4rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .voter-photo {
  position: relative;
  min-width: 3.6rem;
  height: 3.6rem;
  margin-top: 0.4rem;
  margin-left: 0rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .voter-photo img {
  width: 100%;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .voter-name {
  line-height: 4.4rem;
  margin-left: 1rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .form-box {
  width: auto;
  color: #909090;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .form-box .t-rank,
.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .form-box .t-num {
  width: 6rem;
  height: 3.6rem;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li.active .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-04 .voter-select ul li {
  margin: 1.2rem auto 0;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-04 .voter-select ul li.active .icon-box {
  background: #fce5e5;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-04 .voter-select ul li.active .icon-box .icon-mo-vote-00 {
  background-position: -48px -24px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-04 .voter-select ul li:before {
  left: -0.8rem;
  background-size: 2rem auto;
}

.mobile .box-wrap.voter .tabs-wrap .tabs-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ddd;
}

.mobile .box-wrap.voter .tabs-wrap .tabs-list ul li::before, .mobile .box-wrap.voter .tabs-wrap .tabs-list ul li:after {
  content: none;
}

.mobile .box-wrap.voter .tabs-wrap .tabs-list ul li a {
  line-height: 3rem;
  font-size: 13px;
}

.mobile .box-wrap.voter .tabs-wrap .tabs-list ul li.active {
  border-color: #05245d;
}

.mobile table.box-table {
  margin-top: 1rem;
}

.mobile table.box-table.result tbody tr th,
.mobile table.box-table.result tbody tr td {
  padding: 0 0 1rem;
}

.mobile table.box-horizon thead tr th {
  padding: 1.2rem 1rem;
}

.mobile table.box-horizon tbody tr th,
.mobile table.box-horizon tbody tr td {
  height: 4.3rem;
  padding: 0.7rem 0.5rem;
  font-size: 13px;
}

.mobile .verify-paragraph {margin-top: 2.5rem; margin-bottom: -0.5rem;}
.mobile textarea {font-size:13px; padding: 0.7rem 1.2rem;color:#1c1c1c;-webkit-text-fill-color: #1c1c1c; opacity: 1;}
.mobile .verify-desc {font-size:13px;}
.mobile .layer-popup .layer-contents .layer-sub-title {white-space:normal; padding:0 1rem;}

@media screen and (max-width: 359px) {
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit {
    font-size: 33px;
  }
}

@media all and (orientation: landscape) {
  .mobile .layer-popup {
    max-width: 64rem;
    max-height: 90%;
    overflow: auto;
  }
  .mobile .layer-popup .layer-contents {
    overflow: hidden;
  }
}

.wrap.site {
  overflow-x: auto;
}

.wrap.site .site-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap.site .site-contents .left {
  position: relative;
  width: 37.5%;
  height: 100%;
  overflow: hidden;
}

.wrap.site .site-contents .left .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap.site .site-contents .left .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.wrap.site .site-contents .left .txt-area {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap.site .site-contents .left .txt-area .txt-desc {
  font-size: 16px;
  color: #fff;
}

.wrap.site .site-contents .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wrap.site .site-contents .right .site-inner {
  width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.wrap.site .site-contents .right .site-inner .site-tit {
  font-size: 44px;
  color: #05245d;
  padding-top: 1.3rem;
  padding-bottom: 2rem;
}

.wrap.site .site-contents .right .site-inner .site-login {
  border-top: 3px solid #05245d;
  padding: 3rem 3rem;
}

.wrap.site .site-contents .right .site-inner .site-login .form-box {
  height: 7.2rem;
}

.wrap.site .site-contents .right .site-inner .site-login .form-box input[type="password"],
.wrap.site .site-contents .right .site-inner .site-login .form-box input[type="text"] {
  width: 100%;
  height: 100%;
  padding-left: 18rem;
  border: 2px solid #e3e3e3;
  font-size: 18px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.wrap.site .site-contents .right .site-inner .site-login .form-box input[type="password"]:focus,
.wrap.site .site-contents .right .site-inner .site-login .form-box input[type="text"]:focus {
  border-color: #333;
}

.wrap.site .site-contents .right .site-inner .site-login .form-box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10rem;
  line-height: 3.2rem;
  padding-left: 5rem;
  border-right: 1px solid #ddd;
  font-size: 18px;
  text-align: left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrap.site .site-contents .right .site-inner .site-login .form-box:before {
  content: '';
  position: absolute;
  left: 2.4rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
}

.wrap.site .site-contents .right .site-inner .site-login .form-box:nth-of-type(1):before {
  content: '';
  background-position: -144px -24px;
}

.wrap.site .site-contents .right .site-inner .site-login .form-box:nth-of-type(1):after {
  content: '아이디';
}

.wrap.site .site-contents .right .site-inner .site-login .form-box:nth-of-type(2):before {
  content: '';
  background-position: -168px -24px;
}

.wrap.site .site-contents .right .site-inner .site-login .form-box:nth-of-type(2):after {
  content: '비밀번호';
}

.wrap.site .site-contents .right .site-inner .site-login .form-box + .form-box {
  margin-top: 1.8rem;
}

.wrap.site .site-contents .right .site-inner .btn-wrap {
  border-top: 1px solid #ddd;
  padding: 3rem 3rem 0;
}

.wrap.site .site-contents .right .site-inner .btn-wrap .btn {
  width: 100%;
  max-width: none;
  height: 7.2rem;
  line-height: 7rem;
  font-size: 18px;
  border-radius: 5px 5px;
}

.wrap.site .site-contents .right .site-inner .txt-caution {
  font-size: 18px;
  color: #05245d;
  padding-top: 2.5rem;
}

.votelayerArea {
	min-width: 1000px;
}

.verify-wrap {
    width: calc(100% - 5rem);
    max-width: 94rem;
    margin: 4.5rem auto 0;
}


.verify-wrap .box-wrap {
  padding: 0;
  border: 0;
  border-top: 1px solid #ddd;
  background: #fff;
}

.verify-wrap .box-wrap .box-inner {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3.2rem 0 2rem;
  width: calc(100% - 5rem);
  max-width: 74rem;
  margin: 1.5rem auto 0;
}

.verify-wrap .box-wrap .box-inner .box-contents {
    padding: 0 6rem;
}

.verify-wrap .box-wrap .box-inner .box-contents .verify-desc {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 2.5rem;
}

.verify-wrap table th, .verify-wrap table td {
    padding: 1.1rem 1.5rem;
}
.verify-wrap .box-wrap .box-inner .box-contents .sign-wrap {
    padding: 0;
}


/*** 당선증 관리 ***/
.sub-title {
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
    line-height: 4rem;
    margin-bottom: 1rem;
}
.certel-wrap .left {
  width: 40%;
}
.certel-wrap .left .certel-list-wrap .certel-title {
	font-size: x-large;
    color: #fff;
    font-weight: bold;
    background: #333 !important;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certel-wrap {position:relative; padding: 6rem 5.6rem 8rem;}
.certel-wrap .form-confirm-btn {
    position: absolute;
    bottom: 1rem;
    right: 0;
    margin: 0.5rem 5.6rem 0.5rem 0;
}

.certel-list-wrap {
	position: relative;
	height: 100%;
	outline: 1px solid #efefef;
}

.certel-list-wrap .booth-wrap {height:100%;}
.certel-list-wrap .booth-wrap .booth-box {max-height: calc(882px - 13rem); overflow-y: auto; padding-top:2.2rem;}
.certel-list-wrap .booth-wrap .booth-box .booth-card {box-shadow:none; padding: 1.6rem 1.4rem;}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-top {text-align:left;}

.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button {color: #333; height: auto; display: inline-block; position: relative;}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button .voter-name {margin-left:1rem; font-size:medium; display: inline-block; word-break: keep-all;}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button .certel-state {position: absolute; right: 0.5rem; top: 0.2rem; font-size: 13px; color: #ff1e1e;}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button[type="button"]:hover {
	box-shadow: 0 0.4rem 0.8rem 0.1rem rgb(0 0 0 / 50%);
}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button.btn.cplt {
	background: #05245d;
	color:#fff;
}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button.btn.blank {
    border: 1px solid #ddd;
    background-color: #f2f2f2;
}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button.btn.now {
	border-color:#dfb226;
	background: #fff;
	color: #333;
}
.certel-list-wrap .booth-wrap .booth-box .booth-card .card-bottom button.btn.add {
	height: 3.2rem;
	width: 7rem;
    margin: 1.2rem 0 0 calc(100% - 7rem);
	color:#fff;
	background: #333;
	border: 1px solid #333;
}
.certel-list-wrap .booth-wrap .booth-bottom {text-align: center;
    line-height: 4.6rem;
	position: absolute;
    width: 100%;
	left:0;
    bottom: 0;
}
.certel-list-wrap .booth-wrap .booth-bottom div {
    border: 1px solid #ddd;
    background: #ededed;
	cursor: pointer;
}
.icon-issuance {
    background-image: url(../images/icon_iss.png);
    background-size: 24px auto;
}
.certel-wrap .black-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    color: #fff;
    opacity: 0.8;
    text-align: center;
    padding: 0;
    display: flex;
    font-size: xx-large;
}
.certel-wrap .black-block .block-title {
	/* cursor: pointer; */
    background-color: #000;
    width: 100%;
	padding-bottom: 37rem;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* .certel-wrap .black-block .block-title:hover {
    background-color: #fff;
    color: #333;
    font-weight: bold;
} */
	
.certel-wrap .right {position: relative; padding-left: 0; border-left: none; border: 1px solid #efefef; font-family: ChosunGs;}
.right .img-info .tooltip .tooltip-inner {
    padding: 0.6em 0.8em;
    min-width: 24rem;
    font-size: 13px;
    text-align: left;
    font-family: 'NotoSans';
}
	
.certel-wrap .img-desc {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 2rem;
	opacity: 0.7;
	width: 30%;
	height: 96px;	
	font-weight: bold;
	background-color: #edeae1;
    outline: rgb(223, 218, 201) solid 2px;
	font-family: 'NotoSans';
	text-align:center;
}
.certel-wrap .img-desc span { display:block;}

.vote-type-wrap .img-logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	background: white;
	padding: 0 3rem;
	cursor: pointer;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vote-type-wrap .img-title {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: xxx-large;
	/*     background: white; */
	padding: 0.5rem 2rem;
	font-weight: bold;
	letter-spacing: 2rem;
	width: 70%;
	text-align: center;
	min-height: 7rem;
}

.vote-type-wrap .img-docu-num {
	position: absolute;
	top: 14%;
	left: 10%;
	padding: 0.5rem 1rem;
}

.vote-type-wrap .img-info {
	position: absolute;
	top: 38%;
	right: 12%;
	width: 48%;
	height: 14%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background: #fff;
	font-size: medium;
	letter-spacing:.3px;
}
.vote-type-wrap .img-info .tooltip .btn-tooltip {position:absolute; top:5px; right:-24px;}
.vote-type-wrap .img-info .img-position {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5rem 1rem 0.25rem 1rem;
	font-weight: bold;
	text-align: right;
	min-height: 3rem;
	min-width: 6rem;
}

.vote-type-wrap .img-info .img-position input {
	height: fit-content;
	position: absolute;
	right: 0;
	z-index: 0;
	padding: 0 1rem;
	background: #efefef;
	border: 0;
	width: auto;
	text-align: right;
}

.vote-type-wrap .img-info .img-name {
	position: absolute;
	top: 30%;
	right: 0;
	padding: 0.5rem 1rem 0.25rem 1rem;
	font-weight: bold;
	letter-spacing:1px;
	font-size:larger;
}

.vote-type-wrap .img-info .img-period {
	position: absolute;
	top: 60%;
	right: 0;
	padding: 0.5rem 1rem 0.25rem 1rem;
	font-weight: bold;
	font-size:14px;
	text-align: right;
	min-height: 3rem;
	min-width: 6rem;
}

.right .title-block {
    padding: .2rem 0 .5rem 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: large;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right .logo-radio-block, .right .stamp-radio-block, .right .info-checkbox-block {
	position: absolute;
	top: 14%;
	left: 50%;
	z-index: 1;
	width: 50%;
	padding: 1% 2% 1.4%;
	height: auto;
	background-color: #fff;
	border: 2px solid #c89a0d;
	border-radius: 8px;
	text-align: center;
	transform: translate(-50%, 0%);
	font-family: NotoSans;
	box-shadow: 0 0.3rem 0.8rem 0.1rem rgb(0 0 0 / 25%);
}
.right .logo-radio-block:after, .right .stamp-radio-block:after, .right .info-checkbox-block:after {
	content: "";
	position: absolute;
	top: 0;
	right: 45%;
	border: 15px solid transparent;
	border-bottom-color: #c89a0d;
	border-top: 0;
	margin-left: -15px;
	margin-top: -15px;
}
.right .stamp-radio-block:after, .right .info-checkbox-block:after {right: 4%;}
.right .logo-radio-block {left: 50%;}
.right .stamp-radio-block {top: 88%; left: 55%;}
.right .info-checkbox-block {
	top: 53%;
	left:inherit;
	right: 10%;
	width: 48%;
	text-align: left;
	transform: none;
}
.right .logo-radio-block .logo-radio-wrap, .right .stamp-radio-block .stamp-radio-wrap {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 0;
}
.right .logo-radio-block .logo-file-input, .right .stamp-radio-block .stamp-file-input {
	display: flex;
    justify-content: end;
    align-items: end;
}
.right .logo-radio-block .logo-radio-wrap div label, .stamp-radio-block .stamp-radio-wrap div label {
    display: flex;
    align-items: center;}

.vote-type-wrap .info-checkbox-block .title-block img {
	cursor: pointer;
}

.vote-type-wrap .info-checkbox-block .info-checkbox-wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 1rem 0;
}
.vote-type-wrap .info-checkbox-block .info-checkbox-wrap div label {
	display: flex;
	align-items: center;
}

.vote-type-wrap .img-textarea {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, 0%);
	padding: 1rem 2rem;
	font-size: large;
	line-height:3rem;
}

.vote-type-wrap .img-date {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: medium;
	padding: 0.5rem 1rem
}

.vote-type-wrap .img-org {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 0.5rem 1rem;
	font-size: x-large;	
    width: 62%;
    text-align: center;
}

.vote-type-wrap .img-org span {
	margin: 0 1rem;
}

.vote-type-wrap .img-stamp-wrap {
	position: absolute;
	top: 82%;
    right: 29%;
	transform: translate(-50%, 0%);
	padding: 0.5rem 1rem;
	font-size: large;
	opacity: 0.8;
}

.vote-type-wrap .img-stamp-wrap .img-stamp {
	position: absolute;
	top: -2rem;
	right: 0;
	transform: translate(100%, -50%);
	background: white;
	cursor: pointer;
}

.vote-type-wrap .img-stamp-wrap .img-stamp-desc {
	position: absolute;
	top: -3rem;
	right: 0;
	width: 140px;
	height: 120px;
	transform: translate(100%, -50%);
	font-size: small;
	font-weight: bold;
	padding: 2.2rem 0 1rem;
	background: #edeae1;
    opacity: 0.7;
    outline: rgb(223, 218, 201) solid 2px;
    font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
    text-align: center;    
}
.vote-type-wrap .img-stamp-wrap .img-stamp-desc:hover {
	background-color:#dfdac9;
	cursor: pointer;
}

.vote-type-wrap .img-stamp-wrap .img-stamp-desc span {
	display:block;
}

.editable-block {
	cursor: text;
	background-color: #f9f8f3;
}

.editable-block:hover {
	outline: rgb(223, 218, 201) solid 2px;
}

.editable-block:focus-within {
	background-color: #edeae1;
	outline: rgb(206, 199, 182) solid 2px;
}

/*** // 당선증 관리 ***/

/***** pr *****/

.mobile .voter-header-pr {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
	margin-left: -2rem;
	margin-right: -2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: #05245d;
}
	
.mobile .voter-header-pr h3 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	  flex: 1;
	text-align:center;
	font-size: 14px;
	color:#fff;
	padding: 1.5rem 0;
}
.mobile .voter-header-pr .btn-pr {
	padding: 0 1rem;
	background-color: transparent;
    border: 0;
}
.icon-pr-prev {
  background-position: -264px -48px;
}

a:hover .icon-pr-prev,
button:hover .icon-pr-prev {
  opacity:.6;
}

.icon-pr-next {
  background-position: -264px -72px;
}

a:hover .icon-pr-next,
button:hover .icon-pr-next {
  opacity:.6;
}

.mobile .voter-wrap-pr .select-step .card-wrap {min-height: 21.4rem;}
.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-02 .voter-select ul li a {color:#333;}
.mobile .layer-popup .layer-header-card .layer-title .card-num {
    position: relative;
    display: inline-block;
    padding: 0.5rem 2.8rem 0;
}
.mobile .layer-popup .layer-header-card .layer-title .card-num:after {
    height: 9.8rem;
    margin-top: -5.2rem;
}
.mobile .layer-contents .card-wrap .belong-name {font-size:14px;}
.mobile .layer-contents .card-wrap .card-name {font-size:large;}
.mobile .layer-contents .card-wrap .card-name .icon-prev {
    left: 0;
}
.mobile .layer-contents .card-wrap .card-name .icon-next {
    right: 0;
}

/***** // pr *****/
/**투표 현황**/
.voter-current-wrap .voter-sub-header {
	border-bottom: 0;
	margin-top: 11rem !important;
}

.voter-make-box {
	margin-top: 4rem;
}

.voter-make-box .btn {
	max-width: 34rem;
	width: 50%;
	text-align: center;
	float: right;
}

.voter-current-wrap .voter-item {
	margin-top: -1.5rem;
}

.voter-wrap .voter-box .voter-current {
	position: relative;
}

.voter-wrap .voter-box .voter-current .current-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.voter-wrap .voter-box .voter-current .current-header .info-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 4;
}

.voter-wrap .voter-box .voter-current .current-header .info-box span {
	font-size: 18px;
	color: #00a3f7;
}

.voter-wrap .voter-box .voter-current .price-box {
	width: 24rem;
	text-align: right;
	position: absolute;
	right: 1.8rem;
	bottom: 4rem;
}

.voter-wrap .voter-box .voter-current .price-box span:nth-of-type(1) {
	text-decoration: line-through;
}

.voter-wrap .voter-box .voter-current .price-box span:nth-of-type(2) {
	color: #ff1e1e;
}

.voter-wrap .voter-box .voter-current .price-box span:nth-of-type(3) {
	display: inline-block;
	min-width: 10rem;
	font-size: 20px;
	font-weight: bold;
}

.voter-wrap .voter-box .voter-current .state-step ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-around;
	margin: 4rem auto 1.6rem 0;
	z-index: 1;
}

.voter-wrap .voter-box .voter-current.eres .state-step ul {
	width: 85%;
}

.voter-wrap .voter-box .voter-current .state-step ul li {
	position: relative;
	flex: 1;
	margin: 0 1.4rem 0;
	border-radius: 4.5rem;
	font-size: medium;
	text-align: center;
	background-color: #fff;
	border: 1px solid #777;
	justify-content: center;
	align-items: center;
	display: flex;
	min-height: 5rem;
}

.voter-wrap .voter-box .voter-current .state-step ul li:first-child {
	margin-left: 0;
}

.voter-wrap .voter-box .voter-current .state-step ul li:first-child::before {
	width: 0;
	height: 0;
}

.voter-wrap .voter-box .voter-current .state-step ul li .voter-name {
	display: inline-block;
    vertical-align: middle;
}

.voter-wrap .voter-box .voter-current .state-step ul li::before {
	content: '';
	position: absolute;
	top: 49%;
	left: -15rem;
	width: 15rem;
	border-top: solid 2px #999;
	height: 1px;
	z-index: -1;
	background: none;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active ~ li:not(.active), .voter-wrap .voter-box .voter-current .state-step.all-blank ul li {
	background-color: #f6f6f6;
	border: solid 1px #ddd;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active ~ li:not(.active) .voter-name, .voter-wrap .voter-box .voter-current .state-step.all-blank ul li .voter-name {
	opacity: 0.5;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active ~ li:not(.active)::before, .voter-wrap .voter-box .voter-current .state-step.all-blank ul li::before {
	border-top: dotted 2px #ddd;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active {
	font-size: 19px !important;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(1) {
	border: 3px solid #7f7f7f;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(1):hover {
	box-shadow: 2px 2px 2px 2px #7f7f7f88;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(2) {
	border: 3px solid #c00000;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(2):hover {
	box-shadow: 2px 2px 2px 2px #c0000088;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(3) {
	border: 3px solid #ffc000;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(3):hover {
	box-shadow: 2px 2px 2px 2px #ffc00088;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(4) {
	border: 3px solid #00b050;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(4):hover {
	box-shadow: 2px 2px 2px 2px #00b05088;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(5) {
	border: 3px solid #0e3571;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(5):hover {
	box-shadow: 2px 2px 2px 2px #0e357188;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(6) {
	border: 3px solid #7030a0;
}

.voter-wrap .voter-box .voter-current .state-step ul li.active:nth-child(6):hover {
	box-shadow: 2px 2px 2px 2px #7030a088;
}

.voter-wrap .voter-box .voter-current .info-defail ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 90%;
}

.voter-wrap .voter-box .voter-current .info-defail ul li {
	position: relative;
	flex: 1;
	line-height: 3rem;
	text-align: left;
}

.voter-wrap .voter-box .voter-current .info-defail ul li i {
	display: inline-block;
	width: 9rem;
}

.voter-wrap .voter-box .voter-current .info-defail ul li span {
	font-size: medium;
}

.voter-wrap .voter-box .voter-current .btn-delete {
	position: absolute;
	bottom: 0;
	right: 1.5rem;
	width: 10rem;
	height: 3.4rem;
	color: white;    
	line-height: 3.4rem;
	text-align: center;
	background-color: #c00000;
	border: 1px solid #c00000;
	border-radius: 5px;
	opacity: 0.8;
}

.voter-wrap .voter-box .voter-current .btn-delete:hover {
	opacity: 1;
}

/*** 알림 ***/
.noti-menu {
	display: inline-block;
	background: #fff;
	margin-right: 30px;
}

.noti-menu:before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-box-sizing: border-box; 
	box-sizing : border-box;
	vertical-align: middle;
	background-image : url(../images/icon_sprite_24.png); 
  	background-position: -264px 0;
	background-repeat : no-repeat;
	background-size : 500px auto;
	cursor: pointer;
}

.noti-menu.new-arrive:before {
  	background-position: -264px -24px;
}

.noti-menu .noti-wrap {
	padding: 0.2rem 2rem 2rem;
	background-color: #fff;
	max-height: 35rem;
	position: absolute;
	width: 43rem;
    top: 36px;
    left: 20px;
	overflow-y: auto;
	background: #fff;
	border: 2px solid #059fdb;
    border-radius: 4px;
    display: none;
}

.noti-menu .noti-wrap ul {
	position: relative;
}

.noti-menu .noti-wrap ul:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	width: 1px;
	height: calc(100% - 6px);
	background: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.noti-menu .noti-wrap ul li {
	margin: 2rem auto 0 3rem;
}

.noti-menu .noti-wrap ul li .noti-type {
	position: relative;
	line-height: 2.1rem;
}

.noti-menu .noti-wrap ul li .noti-type .noti-date {
	font-size: smaller;
	color: #aaa;
	margin-left: 2rem;
	font-weight: normal;
}

.noti-menu .noti-wrap ul li .noti-type .noti-desc {
	font-size: small;
	font-weight: normal;
	white-space: pre-line;
}

.noti-menu .noti-wrap ul li .noti-type:before {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: -2.4rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #00a5f9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

/*
	회원 투표 만들기 레이어
*/

.vote-make-button-list ul {
	height: 28rem;
	margin: 1rem 0 2rem;
	padding: 0 1.5rem;
}

.vote-make-button-list ul li {
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 20rem;
    height: 34rem;
    margin-bottom: 2rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 1rem;
}

.vote-make-button-list ul li > div {
	text-align: left;
	margin: 1rem 0.5rem;
	width: 20rem;
}

.vote-make-button-list ul li a {
	display: block;
	flex: 1;
	height: 20rem;
	width: 20rem;
    border: 1px solid #ccc;
    padding: 3rem 0;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
}


.vote-make-button-list ul li a:hover {
	background-color: #fff;
    border-color: #00a3f7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.vote-make-button-list ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vote-make-button-list ul li .card-tit {
	font-size: 23px;
    padding: 1.5rem 0;
    color : #000;
    text-align: center;
}

.vote-make-button-list ul li .desc {
	font-size: 13px;
    padding: 1.5rem 0;
    line-height: 15px;
}

.vote-make-button-list ul li .desc .dot {
	font-size: 20px;
	margin-right: 2px;
	line-height: 15px;
}

/*
	// 회원 투표 만들기 레이어
*/



 /**영상캠페인**/

.voter-wrap .white-block {
	/* margin-top: 6rem !important; */
	margin-top: 0 !important;
}
.cpbox-wrap {
    margin-top: 4rem;
}
.cpbox-inner {
	padding: 0;	
}
.cpbox-wrap .grid .row {margin-left: 0; margin-right: 0;}
.cpbox-wrap .grid .row .in-row {
	margin-top: 0;
	align-items: center;
}
.in-row.bg-navy {
	background-color: #002968;
	color:#fff !important;
}
.in-row.bg-gray {
	background-color: #D6D8DB;
}
.in-row.bg-light-gray {
	background-color: #EEEEEE;
}


.cpbox-wrap .thumb {    
	font-size: 0;
	text-align: center;
}
.cpbox-wrap .thumb img {
	
}
.cpbox-wrap .info-wrap .info-tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 6.8rem;
}
.cpbox-wrap .info-wrap .info-subtit {
  font-size: 32px;
  padding-top: 7.8rem;
}
.cpbox-wrap .info-wrap .info-desc {
	font-size: 15px;
	font-weight:normal;
	padding-top: 7.8rem;
}
.cpbox-wrap .tit-wrap {
	padding: 4.5rem 0 0 6rem;
}
.cpbox-wrap .tit-wrap .tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 6.8rem;
}
.cpbox-wrap .tit-wrap .desc {
	font-size: 15px;
	font-weight:normal;
}

.card-fix {position: relative;}
.card-h-330 {min-height: 330px !important;}
.card-h-370 {min-height: 370px !important;}
.card-h-410 {min-height: 410px !important;}
.card-h-510 {min-height: 510px !important;}
.card-h-680 {min-height: 680px !important;}
.cpbox-wrap .card-fix-01 {
    position: absolute;
    top: 4.5rem;
	left: 33%;
    z-index: 5;
}
.cpbox-wrap .card-fix-02 {
    position: absolute;
    top: 1.5rem;
	left: 8%;
    z-index: 1;
}
.cpbox-wrap .card-wrap-01 {
  margin-bottom: 2rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px 10px;
  -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
	width: 320px;
}
.cpbox-wrap .card-wrap-01 .card-inner {
	padding: 1.2rem 1.5rem;
}
.cpbox-wrap .card-wrap-01 .card-inner .card-tit {
	font-size: 40px;
	font-weight: 500;
}
.cpbox-wrap .card-wrap-01 .card-inner .card-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cpbox-wrap .card-wrap-01 .card-inner .card-desc ul li {
  font-size: 15px;
  padding-top: 1rem;
}
.cpbox-wrap .card-wrap-01 .card-inner .card-desc ul li:nth-of-type(even) {
  width: 81%;
}
.cpbox-wrap .card-wrap-01 .card-inner .card-desc ul li:nth-of-type(odd) {
  	width: 18%;
	padding-left: 0.4rem;
}

.cpbox-wrap .card-wrap-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	align-items: center;
}

.cpbox-wrap .card-wrap-02 ul li {	
	flex: 1;
	text-align: center;	
}
.cpbox-wrap .card-wrap-02 ul li .info-box {
	display: inline-block;
	padding: 1.4rem 2rem 1rem;
	margin: 1.2rem auto;
    width: auto;
	min-width: 20rem;
	font-size: 20px;
	background: #fff;	
	border: 1px solid #ddd;
	border-radius: 10px 10px;
	-webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
    		box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}
.cpbox-wrap .card-wrap-02 ul li .info-box span {
	display: inline-block;
    font-size: 0;
	vertical-align: middle !important;
	margin-top: -0.5rem;
    margin-right: 1.2rem;
	position: relative;
}
.info-01 {
    width:32px;
    height:41px;
    background-image: url(../images/icon_cp_01.png);
}
.info-01::before {
	content: '';
    position: absolute;
    top: -28px;
    left: 194px;
    width: 138px;
	height: 116px;
    background: url("../images/icon_cp_02.png") no-repeat center;
	background-size: 100% auto;
}
.info-01::after {
	content: '';
	position: absolute;
	width: 162px;
	height: 0px;
	left: 560px;
	top: 4px;
	border: 1px dashed #000000;
	transform: rotate(-9.8deg);
}
.info-02 {
    width: 144px;
    height: 30px;
    background: url("../images/logo_header.png") no-repeat center;
	background-size: 100% auto;	
}
.info-02::before {
	content: '';
	position: absolute;
	width: 194px;
	height: 0px;
	left: 163px;
	top: -50px;
	border: 1px dashed #000000;
	transform: rotate(-35.33deg);
}
.info-02::after {
	content: '';
	position: absolute;
	width: 168px;
	height: 0px;
	left: 176px;
	top: 45px;
	border: 1px dashed #000000;
	transform: rotate(19.79deg);
}
.info-03 {
    width: 44px;
    height: 44px;
    background-image: url("../images/icon_cp_03.png");
}

.cpbox-wrap .card-fix-03 {
    position: absolute;
    top: 1.5rem;
	left: 8%;
    z-index: 1;
}
.cpbox-wrap .card-wrap-03 {
	padding: 4rem 6rem 4rem 7rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.cpbox-wrap .card-wrap-03 ul{
	width: 12.8rem;
	padding-right: 1rem;
}
.cpbox-wrap .card-wrap-03 ul li{
	text-align: center;
	margin: 1rem 0;
			box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.cpbox-wrap .card-wrap-03 ul li:nth-child(1) {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	padding: 3.2rem 0;
	margin: 2rem 0;
	background: #002968;
}
.cpbox-wrap .card-wrap-03 ul li:nth-child(2) {
	font-size: 0;
	padding: 0;
	margin: 2rem 0;
	background: #48BD9D;
}
.info-04 {
    display: inline-block;
    width: 100%;
    height: 94px;
    background: url("../images/logo_white.png") no-repeat center;
	background-size: auto 64px;	
}
.cpbox-wrap .card-wrap-03 ul:last-child {
	flex: 1;
}
.cpbox-wrap .card-wrap-03 ul:last-child li {
	display: block;
	padding: .8rem 0 0;
    margin: 0 0 0 auto;		
    width: 838px;
    height: 240px;
    background: url(../images/icon_cp_04.png) no-repeat center 50px;
    background-size: 838px 158px;
			box-shadow: none;
	-webkit-box-shadow: none;
}
.cpbox-wrap .card-wrap-03 .info-wrap {
	position: relative;
	width: 100%;
    height: 100%;
}
.cpbox-wrap .card-wrap-03 .info-wrap > div {
	position: absolute; 
	min-width: 12rem;
	padding: 1rem 1.5rem;
	font-size: 16px;
	line-height: 2rem;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CED4D7;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-01 {	
	top: -2px;
	left: -40px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-02 {	
	top: -2px;
	left: 120px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-03 {	
	top: -2px;
	left: 266px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-04 {	
	top: -2px;
	left: 466px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-05 {	
	top: -2px;
	left: 596px;
}

.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-06 {	
	top: 46px;
	left: 117px;
	font-size: 14px;
    padding: 0.5rem 1.5rem;
    line-height: 1.8rem;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-07 {	
	top: 52px;
	left: 402px;
}

.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-08 {	
	top: 100px;
	left: 	300px;
	background: rgba(214, 216, 219, 1);
    padding: 0.2rem 0.5rem;
			box-shadow: none;
	-webkit-box-shadow: none;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-09 {	
	top: 100px;
	left: 638px;
	background: rgba(214, 216, 219, 1);
    padding: 0.2rem 0.5rem;
			box-shadow: none;
	-webkit-box-shadow: none;
}

.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-10 {	
	top: 186px;
	left: -17px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-11 {	
	top: 186px;
	left: 148px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-12 {	
	top: 186px;
	left: 454px;
}
.cpbox-wrap .card-wrap-03 .info-wrap .info-fix-13 {	
	top: 186px;
	left: 590px;
}

.cpbox-wrap .guide-wrap {padding: 0 7rem; line-height: 4rem;}
.cpbox-wrap .guide-wrap .guide-inner ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.cpbox-wrap .guide-wrap .guide-inner ul li {
  width: 50%;
}
.cpbox-wrap .guide-wrap .info-tit {font-size: 24px; font-weight: 700;}
.cpbox-wrap .guide-wrap .info-subtit {font-size: 20px; font-weight: 700; padding-left: 2.4rem; position: relative;}
.cpbox-wrap .guide-wrap .info-subtit::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 1.65rem;
	background-color: #333333;
	border-radius: 4px;
}
.cpbox-wrap .guide-wrap .info-desc {font-size: 20px; padding-left: 2.4rem;}
.cpbox-wrap .guide-wrap .info-subdesc {font-size: 15px; font-weight: 500; padding-left: 1.4rem; line-height: 2rem; position: relative;}
.cpbox-wrap .guide-wrap .info-subdesc::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 0.8rem;
	background-color: #333333;
	border-radius: 3px;
}
.cpbox-wrap .guide-wrap .info-tbl {padding: 0 2.5rem}
.cpbox-wrap .guide-wrap .info-tbl table {margin: 0 0 3rem; line-height: 2rem;}
.cpbox-wrap .guide-wrap .info-tbl table th {background-color: #D6D8DB; border-right: 1px solid #BBB;}
.cpbox-wrap .guide-wrap .info-tbl table td {text-align: center;}

.cpbox-wrap .card-wrap-04 {
    padding: 4rem 5.5rem;
}
.cpbox-wrap .card-wrap-04 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.cpbox-wrap .card-wrap-04 ul li {flex:1; position: relative;}
.cpbox-wrap .card-wrap-04 ul li:first-of-type .list-card.backoff::before {display: none;}
.cpbox-wrap .card-wrap-04 ul li .list-card.backoff::before{
	content: '';
    position: absolute;
    width: 80px;
    height: 24px;
    left: -4rem;
    top: 36%;
	background:url(../images/icon_cp_05.png) no-repeat right;
}
.cpbox-wrap .card-wrap-04 .list-card {margin: 0.5rem; padding: 2.8rem 2.5rem; min-height: 480px; background: #FFFFFF; border: 1px solid #737373;}
.cpbox-wrap .card-wrap-04 .list-card.backoff {background-color:transparent; border: none; margin: -1rem 0.5rem 0; padding: 0 3.8rem; min-height: 346px;}
.cpbox-wrap .card-wrap-04 .list-card .video {padding: 1.4rem 0 1.5rem;}
.cpbox-wrap .card-wrap-04 .list-card .thumb {height: 285px; overflow: hidden; margin-bottom: 1.6rem;}
.cpbox-wrap .card-wrap-04 .list-card .thumb img {width: 100%;}
.cpbox-wrap .card-wrap-04 .list-card .info-tit {font-size: 20px; font-weight: 400; text-align: center;}
.cpbox-wrap .card-wrap-04 .list-card .info-subtit {font-size: 16px; font-weight: 700; text-align: center;}
.cpbox-wrap .card-wrap-04 .list-card .info-desc {font-size: 13.5px; font-weight: 400; }
.cpbox-wrap .card-wrap-04 .list-card .info-desc p {padding-left: 1rem; position: relative;padding-top: 0;}
.cpbox-wrap .card-wrap-04 .list-card .info-desc p::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	top: 0.8rem;
	background-color: #333333;
	border-radius: 2px;
}

.cpbox-wrap .guide-wrap .info-map {
	position: relative;
    display: block;
    width: 100%;
    height: 440px;
	margin-bottom: 3rem;
    background: url(../images/icon_cp_06.png) no-repeat center;
}
.cpbox-wrap .guide-wrap .info-map > div {
	position: absolute; 
	padding: .6rem 1.2rem;
	font-size: 15px;
	line-height: 2rem;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CED4D7;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.cpbox-wrap .guide-wrap .info-map > div em {display: block; font-weight: 700;}
.cpbox-wrap .guide-wrap .info-map .info-fix-01 {	
	top:28px;
	left: 120px;
}
.cpbox-wrap .guide-wrap .info-map .info-fix-02 {	
	top: 92px;
	left: 125px;
}
.cpbox-wrap .guide-wrap .info-map .info-fix-03 {	
	top: 166px;
	left: 88px;
}
.cpbox-wrap .guide-wrap .info-map .info-fix-04 {	
	top: 252px;
	left: 72px;
}
.cpbox-wrap .guide-wrap .info-map .info-fix-05 {	
	top: 60px;
	left: 306px;
}
.cpbox-wrap .guide-wrap .info-map .info-fix-06 {	
	top: 176px;
	left: 340px;
}
.cpbox-wrap .guide-wrap .info-map .info-fix-07 {	
	top: 352px;
	left: 260px;
}
.layer-contents .cpbox-wrap {margin-top: 0;}
.layer-contents .cpbox-wrap .grid {width: 100%;}
.layer-contents .cpbox-wrap .tit-wrap {padding: 0;}
.layer-contents .cpbox-wrap .tit-wrap .tit {font-size: 17px; line-height: 4rem;}
.layer-contents .cpbox-wrap .info-wrap .info-subtit {font-weight: 700; padding-top: 0; line-height: 5rem;}
.layer-contents .cpbox-wrap .info-wrap .info-desc {padding-top: 3rem;}
.layer-contents .cpbox-wrap .thumb img {height: 540px;}
.layer-contents .cpbox-wrap .btn-wrap {padding: 8rem 8rem 0 0;}
.layer-contents .cpbox-wrap .btn-wrap .btn {height: 170px; line-height: 2.5rem; font-size: 20px; font-weight: 700; padding-top:1.2rem; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px;}
.layer-contents .cpbox-wrap .btn-wrap .btn img {display: block; margin: 0 auto; height: 90px;}

.layer-contents .cpbox-wrap .card-wrap-03 {padding: 1rem 2rem 2rem 3rem;}
.layer-contents .cpbox-wrap .card-wrap-03 ul li:nth-child(1) {padding: 3rem 0; margin: 1rem 0;}
.layer-contents .cpbox-wrap .card-wrap-03 ul li:nth-child(2) {margin: 1rem 0;}
.layer-contents .cpbox-wrap .card-wrap-03 ul:last-child li {padding: 0.8rem 0 0; height: 204px; margin: 0 0 0 auto; background: url(../images/icon_cp_04.png) no-repeat center 48px; background-size: 820px 150px;}
.layer-contents .cpbox-wrap .card-wrap-03 .info-wrap > div {font-size: 15px; line-height: 1.7rem;}
.layer-contents .info-04 {height: 90px;}
.layer-contents .cpbox-wrap .card-wrap-03 .info-wrap .info-fix-08, .layer-contents .cpbox-wrap .card-wrap-03 .info-wrap .info-fix-09 {top: 95px; background: rgba(255, 255, 255, 1); border: 0;}
.layer-contents .cpbox-wrap .card-wrap-03 .info-wrap .info-fix-10, .layer-contents .cpbox-wrap .card-wrap-03 .info-wrap .info-fix-11, .layer-contents .cpbox-wrap .card-wrap-03 .info-wrap .info-fix-12, .layer-contents .cpbox-wrap .card-wrap-03 .info-wrap .info-fix-13 {top: 150px;}

.layer-contents .cpbox-wrap .card-wrap-04 {padding: 1rem 2.5rem;}
.layer-contents .cpbox-wrap .card-wrap-04 .list-card {margin: 0.5rem 0.3rem; padding: 2.4rem 2rem;}
.layer-contents .cpbox-wrap .card-wrap-04 .list-card .info-subtit {font-size: 15px;}
.layer-contents .cpbox-wrap .card-wrap-04 .list-card.backoff {margin: 0 0.5rem; padding: 0 3.8rem; min-height: auto;}
.layer-contents .cpbox-wrap .card-wrap-04 .list-card .thumb {height: 190px; margin-bottom: .8rem;}
.layer-contents .cpbox-wrap .card-wrap-04 .list-card .thumb img {left: -5rem; top: 32%; width: 70%; height: auto;}
.layer-contents .cpbox-wrap .card-wrap-04 ul li .list-card.backoff::before {background-size: 70% auto;} 


/***** 컨설팅 ****/
.consult-wrap .cpbox-wrap .info-wrap {padding-left: 4rem;}
.consult-wrap .cpbox-wrap .info-wrap .info-desc {padding-top: 5.6rem;}
.consult-wrap .in-row.bg-line {border: 1px solid #ddd; border-top: 0;}
.consult-wrap .go-link {width: 100%;}
.consult-wrap .cpbox-wrap .go-link ul {display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%;}
.consult-wrap .cpbox-wrap .go-link ul li {flex: 1; padding: 3.6rem 2.8rem 3.5rem 3rem; border-left: 1px solid #ddd;}
.consult-wrap .cpbox-wrap .go-link ul li:first-of-type {border-left: 0; border-top: 0;}
.consult-wrap .cpbox-wrap .go-link .info-tit {font-size: 18px; font-weight: normal; min-height: 9.5rem;}
.consult-wrap .cpbox-wrap .go-link .info-tit span {display: block; font-size: 15px;}
.consult-wrap .cpbox-wrap .go-link a {display: block; height: 3.5rem; font-size: 12px; font-weight: bold; color: #134CCD; text-align: right; position: relative;}
.consult-wrap .cpbox-wrap .go-link a::after {content: ''; display: block; width: 2.1rem; height: 1rem; position: absolute; bottom: 0; right:0; background-image: url(../images/icon_consult-01.png); background-repeat: no-repeat;}
.consult-wrap .vote-type-wrap {min-height: 0;}
.consult-wrap .vote-type-wrap .left {width: 34rem;}
.consult-wrap .vote-type-wrap .left .tag-tit {font-size: 32px; font-weight: 900;}
.consult-wrap .vote-type-wrap .right .tag-desc {padding-top: 0;}
.consult-wrap .vote-type-wrap .right .tag-desc ul {padding: 2.4rem 0 3.6rem;}
.consult-wrap .vote-type-wrap .right .tag-desc ul li {padding-left: 1.8rem; word-break: keep-all; position: relative;}
.consult-wrap .vote-type-wrap .right .tag-desc ul li::after {content: ''; position: absolute; left:0; top: 8px; width: 6px; height: 6px; border-radius: 3px; background: #000;}
.consult-wrap .vote-type-wrap .right .tag-desc ul li span {font-size: 15px; display: inline-block;}
.consult-wrap .vote-type-wrap .right .tag.border {padding: 0.4rem 1.8rem; margin-right: 2rem; border-color: #ddd; background: #fff; color: #000;}
.consult-bottom {padding-top: 8rem; line-height: 6rem;}
.consult-tit {font-size: 32px; font-weight: 700;}
.consult-tit .consult-desc {display: block; font-size: 24px; font-weight:normal;}
.consult-bottom .btn-wrap .btn {max-width: 596px; height: auto; padding: 2rem 0; background-color: #002968; font-size: 32px; color: #fff;}
.consult-bottom .btn-wrap .customer {font-size: 38px; font-weight: bold;}
@media screen and (max-width: 1024px) {
  .top-tit {font-size: 30px; font-weight: 900;} 
  .consult-wrap .cpbox-wrap .grid .row .mo-hide {padding: 0;}
  .consult-wrap .cpbox-wrap .info-wrap {padding: 2.2rem 1rem 3rem 1rem;}
  .consult-wrap .cpbox-wrap .info-wrap .info-tit {font-size: 24px; line-height: 4rem;}
  .consult-wrap .cpbox-wrap .info-wrap .info-desc {padding-top: 2rem; font-size: 12px; word-break: keep-all;}
  .consult-wrap .thumb img {width: 100%;}
  .consult-wrap .cpbox-wrap .go-link ul {display: block;}
  .consult-wrap .cpbox-wrap .go-link ul li {flex:none !important; width: 100%; border-left: none; border-top: 1px solid #ddd; padding: 1.6rem 1.8rem 1.5rem 2rem;}
  .consult-wrap .cpbox-wrap .go-link .info-tit {font-size: 15px; min-height: 6.2rem;}
  .consult-wrap .cpbox-wrap .go-link .info-tit span {display: block; font-size: 13px;}
  .consult-wrap .cpbox-wrap .go-link a {margin-top: -3.6rem; height: 3.2rem; font-size: 11px;}
  .consult-wrap .vote-type-wrap {padding: 2rem 1.4rem; display: block; margin-top: 2rem;}
  .consult-wrap .vote-type-wrap .left {width: 100%; padding: 0;}
  .consult-wrap .vote-type-wrap .left .tag-tit {font-size: 22px;}
  .consult-wrap .vote-type-wrap .right {display: block; border-left: 0; padding-left:0; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid #ddd;}
  .consult-wrap .vote-type-wrap .right .tag-desc {font-size: 13px; line-height: 2rem; letter-spacing: -0.5px;}
  .consult-wrap .vote-type-wrap .right .tag-desc ul {padding: 1.4rem 0 1.8rem;}
  .consult-wrap .vote-type-wrap .right .tag-desc ul li {padding-left: 1.2rem;}
  .consult-wrap .vote-type-wrap .right .tag-desc ul li::after {top: 8px; width: 5px; height: 5px; border-radius: 2.5px;}
  .consult-wrap .vote-type-wrap .right .tag-desc ul li span {font-size: 12px;}
  .consult-wrap .vote-type-wrap .right .tag.border {padding: 0.3rem 1.6rem; margin-right: 1.2rem;}
  
  .consult-bottom {padding-top: 4rem; line-height: 4rem;}
  .consult-tit {font-size: 24px;}
  .consult-tit .consult-desc {font-size: 14px;}
  .consult-bottom .btn-wrap .btn {max-width: 80%; padding: 0.8rem 0; font-size: 22px; color: #fff;}
  .consult-bottom .btn-wrap .customer {font-size: 24px;}
}

