/*******************************
   Import Top
*******************************/
@import url("https://www.imbc.com/commons/css/base.css");
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

input[type="text"] {
  -webkit-appearance: none; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.btn-default {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

.btn-default::-moz-focus-inner {
  border: 0;
  padding: 0; }

.screen-out {
  overflow: hidden;
  position: absolute;
  left: -1000px;
  height: 0;
  padding: 1px 0 0 0;
  line-height: 0;
  font-size: 0; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

/* http://blog.ajcw.com/2011/02/styling-the-html5-placeholder/ */
.no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.aligned.center {
  text-align: center; }

/*******************************
   UI
*******************************/
.ui.body {
  font-size: 75%;
  line-height: 1.42857; }

.ui.body.disagree {
  text-align: center; }

.ui.wrap.disagree {
  overflow: hidden;
  position: relative;
  width: 988px;
  height: 387px;
  margin: 20px auto;
  padding: 1px;
  background-color: #ddd; }
  .ui.wrap.disagree .ui.row.disagree {
    overflow: hidden;
    width: 976px;
    height: 375px;
    border: 6px solid #e2eefa;
    background-color: #fff;
    color: #000;
    font-family: 'Nanum Gothic'; }
  .ui.wrap.disagree .ui.segment.title {
    height: 101px;
    line-height: 101px;
    letter-spacing: -1px;
    font-size: 28px;
    font-weight: bold; }
    .ui.wrap.disagree .ui.segment.title strong {
      color: #2262a6; }
  .ui.wrap.disagree .ui.dividing.metadata {
    overflow: hidden;
    width: 740px;
    margin: 0 auto 28px;
    letter-spacing: -1px;
    background: url("../img/bg-metadata.png") no-repeat; }
    .ui.wrap.disagree .ui.dividing.metadata .email {
      font-size: 22px; }
    .ui.wrap.disagree .ui.dividing.metadata .date {
      margin-bottom: 25px;
      font-size: 18px; }
    .ui.wrap.disagree .ui.dividing.metadata .description {
      line-height: 1.55;
      font-size: 14px; }
  .ui.wrap.disagree .ui.dividing.metadata.step1 {
    height: 170px; }
    .ui.wrap.disagree .ui.dividing.metadata.step1 .email {
      height: 88px;
      margin-bottom: 22px;
      line-height: 88px; }
  .ui.wrap.disagree .ui.dividing.metadata.step2 {
    height: 145px;
    padding-top: 25px; }
  .ui.wrap.disagree .ui.buttons {
    font-size: 0; }
  .ui.wrap.disagree .ui.button {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 18px; }
  .ui.wrap.disagree .ui.button.home {
    display: block;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    background: url("../img/bg-btn-home.png") no-repeat;
    color: #fff; }
  .ui.wrap.disagree .ui.button.yes {
    width: 110px;
    height: 50px;
    margin-right: 44px;
    color: #fff;
    background: url("../img/bg-btn-full.png") no-repeat; }
  .ui.wrap.disagree .ui.button.no {
    width: 110px;
    height: 50px;
    color: #000;
    background: url("../img/bg-btn-blank.png") no-repeat; }
