html, body {
  min-height: 100%;
}

#main, #sub {
  min-height: 100%;
}

#main .clickbanner {
  background: #ff7f00;
}
#main .clickbanner .tx {
  color: #fff;
}

.dpn {
  display: none !important;
}

.template {
  display: none !important;
}

#sub .subCt .formA .formList li .w70 {
  display: inline-block;
}

#sub .subCt img {
  max-width: 100%;
}

#main .shortList li .subj {
  position: absolute;
}

#main .shortList li .badge {
  position: absolute;
  color: #e5e4ff;
  font-size: 0.8em;
  padding: 0.2em;
  border: 1px solid #c8c5ee;
  border-radius: 0.5em;
  text-align: center;
  background: #766dfa;
  margin-top: 1.5em;
}

#main .shortList li aside {
  position: absolute;
  color: #c8c5ee;
  font-size: 0.7em;
  padding: 0.2em;
  border: 1px solid #c8c5ee;
  border-radius: 0.5em;
  text-align: center;
  background: transparent;
  margin-top: 1.5em;
}

#main .shortList li .ico {
  margin-top: 2.5em;
}

textarea {
  font-size: 13px;
}

#imageInput {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

#main .topInfo .arrow {
  width: 40px;
}

#sub .mypage .mySe .profile img, .profile > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

textarea.term {
  width: 100%;
  min-height: 200px;
  margin: 10px 0;
  border: 1px solid #efefef;
  padding: 2em;
  border-radius: 1em;
  box-sizing: border-box;
  line-height: 2em;
}

.termCont textarea.term {
  border: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 2em;
}

.termBox ~ .termBox {
  margin-top: 3em;
}

#main .noti {
  margin: 1em;
  padding: 0.5em;
  border-radius: 0.5em;
  width: auto;
}
#main .alert {
  background: #548a44;
  color: #fff;
  text-align: center;
  font-family: Noto Sans Kannada;
  padding: 0.5em 0 0.25em;
  margin: 1em 0;
}
#main .shortList li.sponsor .subj aside {
  float: right;
  font-size: 0.5rem;
  color: darkgrey;
  position: absolute;
}
#main .shortList li.sponsor .ico.num {
  text-align: right;
  display: block;
}
#main .shortList li.sponsor:first-of-type .subj aside {
  display: block;
}

#header .rtMenu {
  position: absolute;
  right: 10px;
  top: 20px;
}
#header .rtMenu li .language-selector-wrapper {
  width: 120px;
  height: 16px;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector {
  overflow: auto;
  width: 120px;
  margin: -5px 0 0;
  max-height: 200px;
  position: absolute;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector li {
  display: none;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector li a {
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 10px 5px 10px 10px;
  line-height: 16px;
  border-bottom: 1px solid transparent;
  position: relative;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector li a .ico-flag {
  position: absolute;
  right: 5px;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector li.active {
  display: block;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector li.active a {
  color: #158cd1;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector.hover li {
  background-color: #fff;
  display: block;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector.hover li a {
  border-bottom-color: #f4f4f4;
  color: #888;
}
#header .rtMenu li .language-selector-wrapper ul.language-selector.hover li a.active {
  color: #158cd1;
}

.ico-flag {
  background-size: contain;
  width: 24px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
}
.ico-flag.ico-flag-ko {
  background-image: url("https://unpkg.com/language-icons/icons/ko.svg");
}
.ico-flag.ico-flag-en {
  background-image: url("https://unpkg.com/language-icons/icons/en.svg");
}
.ico-flag.ico-flag-zh_CN {
  background-image: url("https://unpkg.com/language-icons/icons/zh.svg");
}
.ico-flag.ico-flag-zh_TW {
  background-image: url("https://unpkg.com/language-icons/icons/tw.svg");
}
.ico-flag.ico-flag-pt {
  background-image: url("https://unpkg.com/language-icons/icons/pt.svg");
}
.ico-flag.ico-flag-es {
  background-image: url("https://unpkg.com/language-icons/icons/es.svg");
}
.ico-flag.ico-flag-vi {
  background-image: url("https://unpkg.com/language-icons/icons/vi.svg");
}
.ico-flag.ico-flag-ja {
  background-image: url("https://unpkg.com/language-icons/icons/ja.svg");
}

.help-list-item dl {
  margin: 10px 0;
  font-size: 0.9em;
}
.help-list-item dl mark {
  font-weight: bold;
}

[data-copy-text] {
  cursor: pointer;
}
[data-copy-text]:after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: -2px;
  margin-left: 5px;
  background: url(../images/icons8-copy-48.png) no-repeat center right;
  background-size: cover;
}

[aria-hidden] {
  display: none;
}

/* IE */
select::-ms-expand {
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#login {
  margin: 50px auto;
}

#bottom .bottomList li .tx {
  font-size: 14px;
}

.popup .popCont {
  max-height: 95%;
  overflow: auto;
}

.text-danger {
  color: #ff0000;
}

#main .bringList li:nth-child(1) {
  background-color: #6015d1;
}
#main .bringList li:nth-child(2) {
  background-color: #e3934c;
}
#main .bringList li:nth-child(3) {
  background-color: #7ab1da;
}
#main .bringList li:nth-child(4) {
  background-color: #5875b7;
}
#main .bringList li:nth-child(5) {
  background-color: #e13fa8;
}

.brBox ul.radioList {
  margin-top: 0.5em;
}
.brBox ul.radioList li {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
  margin-bottom: 0.5em;
}

.formList li label span.search-btn {
  display: inline-block;
  float: Right;
  padding: 7px 10px;
  border-radius: 50px;
  background: #158bd1;
  color: #fff;
  font-size: 13px;
  margin-top: -6px;
}

/*# sourceMappingURL=dev.css.map */
