@import url(http://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
/************
// reset //
************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: inherit;
}

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

img,
fieldset,
a {
  border: 0;
}

img {
  vertical-align: middle;
}

table,
thead,
tbody,
tfoot {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
  word-break: keep-all;
}

table th,
table td {
  word-break: keep-all;
}

ul {
  list-style: none;
  word-break: keep-all;
}

address,
em {
  font-style: normal;
}

input,
select,
textarea,
button,
form img {
  vertical-align: middle;
  letter-spacing: -0.5px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

button {
  border: 0;
  border-radius: 0;
}

a img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: 700 !important;
}

body {
  font-family: "Spoqa Han Sans", "Sans-serif";
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #1e211e;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /*    padding-top:60px; padding-bottom:134px; margin:0px; */
  padding-top: 60px;
  padding-bottom: 80px;
  margin: 0px;
  box-sizing: border-box;
}
#wrap.list {
  height: auto;
  background: #f8f8f8;
}
#wrap.view {
  height: auto;
}
#wrap.info {
  background: #f8f8f8;
}

#header,
.modal-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
#header h1.title,
.modal-header h1.title {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #1e211e;
  z-index: 10;
}
#header h1.logo,
.modal-header h1.logo {
  position: absolute;
  top: 10px;
  left: 18px;
  width: 80px;
  height: 40px;
}
#header h1.logo a,
.modal-header h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
#header ul.header-btn,
.modal-header ul.header-btn {
  position: absolute;
  top: 16px;
  height: 28px;
  z-index: 20;
}
#header ul.header-btn.right,
.modal-header ul.header-btn.right {
  right: 18px;
}
#header ul.header-btn.left,
.modal-header ul.header-btn.left {
  left: 18px;
}
#header ul.header-btn li,
.modal-header ul.header-btn li {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
}
#header ul.header-btn li + li,
.modal-header ul.header-btn li + li {
  margin-left: 12px;
}
#header ul.header-btn li a,
.modal-header ul.header-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#header ul.header-btn li a.btn-sch,
.modal-header ul.header-btn li a.btn-sch {
  background: url(../images/btn_sch.png) no-repeat;
  background-size: cover;
}
#header ul.header-btn li a.btn-filter,
.modal-header ul.header-btn li a.btn-filter {
  background: url(../images/btn_filter.png) no-repeat;
  background-size: cover;
}
#header ul.header-btn li a.btn-bookmark,
.modal-header ul.header-btn li a.btn-bookmark {
  background: url(../images/btn_bookmark.png) no-repeat;
  background-size: cover;
}
#header ul.header-btn li a.btn-bookmark.active,
.modal-header ul.header-btn li a.btn-bookmark.active {
  background: url(../images/btn_bookmark_on.png) no-repeat;
  background-size: cover;
}
#header ul.header-btn li a.btn-share,
.modal-header ul.header-btn li a.btn-share {
  background: url(../images/btn_share.png) no-repeat;
  background-size: cover;
}
#header ul.header-btn li a.btn-back,
.modal-header ul.header-btn li a.btn-back {
  background: url(../images/btn_back.png) no-repeat;
  background-size: cover;
}
#header.orem-view,
.modal-header.orem-view {
  position: absolute;
  box-shadow: none;
}
#header.orem-view h1.title,
.modal-header.orem-view h1.title {
  display: none;
}
#header.orem-view.orem-view--clone,
.modal-header.orem-view.orem-view--clone {
  position: fixed;
  transform: translateY(-100%);
  transition: all 300ms ease-in-out;
}
#header.orem-view.orem-view--clone h1.title,
.modal-header.orem-view.orem-view--clone h1.title {
  display: block;
}
#header.orem-view.orem-view--stick,
.modal-header.orem-view.orem-view--stick {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(0%);
}

#container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.orem-view-top {
  position: relative;
  width: 100%;
  height: 120px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 50;
}
.orem-view-top h1.orem-name {
  width: 100%;
  height: 30px;
  margin-top: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.orem-view-top span.orem-location {
  display: inline-block;
  position: relative;
  height: 22px;
  margin: 0 auto;
  padding: 0px 8px 0px 18px;
  border: 1px solid #1dbf58;
  line-height: 22px;
  border-radius: 20px;
}
.orem-view-top span.orem-location i {
  left: 2px;
}
.orem-view-top p.orem-info {
  position: relative;
  width: 100%;
  height: 18px;
  margin-top: 14px;
  color: #6b6b6b;
}
.orem-view-top p.orem-info span,
.orem-view-top p.orem-info a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
}
.orem-view-top p.orem-info span + span,
.orem-view-top p.orem-info span + a,
.orem-view-top p.orem-info a + span {
  margin-left: 14px;
}
.orem-view-top p.orem-info i {
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
}
.orem-view-top i {
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 14px;
}

.orem-gallery {
  position: relative;
  width: 100%;
  height: 140px;
  background: #f8f8f8;
  padding: 20px 0px !important;
  box-sizing: border-box;
}
.orem-gallery li {
  width: 134px;
  height: 100px;
  margin-left: 10px;
}
.orem-gallery li:first-child {
  margin-left: 20px;
}
.orem-gallery li img {
  width: 100%;
  height: 100%;
}

.orem-section {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.orem-section h2.title {
  width: 100%;
  height: 48px;
  padding: 0px 18px;
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
  box-sizing: border-box;
}
.orem-section h2.title em {
  padding-left: 5px;
  color: #1dbf58;
}
.orem-section .section-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 18px;
  box-sizing: border-box;
}
.orem-section .section-box .inner {
  position: relative;
  width: 100%;
  height: auto;
}
.orem-section .section-box .inner .orem-addr {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0px;
}
.orem-section .section-box .inner .orem-addr span {
  display: block;
  width: 70%;
  font-size: 16px;
  color: #6b6b6b;
  line-height: 150%;
}
.orem-section .section-box .inner .orem-addr a.go-kakaomap {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30%;
  font-weight: 700;
  color: #1dbf58;
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  transform: translateY(-50%);
}
.orem-section .section-box .inner a.btn-mygps-view {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/ico_mygps.png) no-repeat center #1dbf58;
  background-size: 15px 15px;
  border-radius: 20px;
  text-indent: -9999px;
  z-index: 2;
}
.orem-section .section-box .inner a.btn-mygps-view:active {
  background-color: #12933d;
}
.orem-section .section-box .inner .map-area {
  width: 100%;
  height: 138px;
  background: #f8f8f8;
}
.orem-section .section-dictionary {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 20px 0px !important;
  box-sizing: border-box;
}
.orem-section .section-dictionary li {
  width: 134px;
  height: 195px;
  margin-left: 10px;
}
.orem-section .section-dictionary li:first-child {
  margin-left: 20px;
}
.orem-section .section-dictionary li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.orem-section .section-dictionary li a:active {
  background: #eee;
}
.orem-section .section-dictionary .dict-img {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.orem-section .section-dictionary .dict-img img {
  width: 100%;
  min-height: 80px;
}
.orem-section .section-dictionary h3.dict-title {
  padding: 10px 10px 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orem-section .section-dictionary .dict-detail {
  padding: 0px 10px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.4;
}
.orem-section .section-blog {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 18px;
  box-sizing: border-box;
}
.orem-section .section-blog ul.bloglist li {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0px;
}
.orem-section .section-blog ul.bloglist li + li {
  border-top: 1px solid #cccccc;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo {
  position: relative;
  width: 100%;
  height: 45px;
  padding-right: 30%;
  margin-bottom: 5px;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.title {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.name {
  position: relative;
  margin-top: 3px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.name::before {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 10px;
  height: 12px;
  background: url(../images/ico_user.png) no-repeat;
  background-size: cover;
  content: "";
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.date {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 100%;
  text-align: right;
  color: #6b6b6b;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.apiname {
  display: block;
  position: absolute;
  top: 26px;
  right: 0px;
  width: 40px;
  height: 14px;
  text-indent: -9999px;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.apiname.kakao {
  background: url(../images/logo_kakao.png) no-repeat;
  background-size: cover;
}
.orem-section .section-blog ul.bloglist li h3.bloginfo p.apiname.naver {
  background: url(../images/logo_naver.png) no-repeat;
  background-size: cover;
}
.orem-section .section-blog ul.bloglist li span {
  display: -webkit-box;
  width: 100%;
  height: auto;
  max-height: 55px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.4;
}
.orem-section .section-blog ul.bloglist li span b {
  background: #bce8bc;
  color: #1e211e;
  font-weight: 400;
}

ul.orem-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
ul.orem-list li {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 18px;
}

ul.orem-list .btn-del {
  display: none;
  position: absolute;
  top: 10px;
  right: 50%;
  width: 20px;
  height: 20px;
  margin-right: -42%;
  background: url(../images/btn_del.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  z-index: 1000;
}
ul.orem-list.bookmark .btn-del {
  display: block;
}

a.orem-info-box {
  display: flex;
  align-items: stretch;
  height: auto;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 100;
}
a.orem-info-box .thumb {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  height: 98px;
  background: #f8f8f8;
  overflow: hidden;
}
a.orem-info-box .thumb .thumbnum {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  background: #1e211e;
  opacity: 0.8;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}
a.orem-info-box .thumb img {
  width: 100%;
  height: 100%;
}
a.orem-info-box .info {
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px;
  box-sizing: border-box;
}
a.orem-info-box .info p.orem-name {
  width: 100%;
  height: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #1e211e;
  line-height: 16px;
}
a.orem-info-box .info p.orem-addr {
  width: 100%;
  height: 28px;
  margin-top: 4px;
  font-size: 12px;
  color: #6b6b6b;
  line-height: 14px;
}
a.orem-info-box .info p.orem-info {
  position: relative;
  width: 100%;
  height: 16px;
  margin-top: 4px;
  color: #6b6b6b;
}
a.orem-info-box .info p.orem-info span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-left: 14px;
  font-size: 12px;
  line-height: 16px;
}
a.orem-info-box .info p.orem-info span.orem-location {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 16px;
  padding: 0px 6px 0px 14px;
  border: 1px solid #1dbf58;
  border-radius: 8px;
}
a.orem-info-box .info p.orem-info span.orem-location i {
  left: 2px;
}
a.orem-info-box .info p.orem-info span + span {
  margin-left: 4px;
}
a.orem-info-box .info p.orem-info i {
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 12px;
  height: 12px;
}

i.ico-hit {
  background: url(../images/ico_hits.png) no-repeat;
  background-size: cover;
}

i.ico-like {
  background: url(../images/ico_like.png) no-repeat;
  background-size: cover;
}
i.ico-like.active {
  background: url(../images/ico_like_on.png) no-repeat;
  background-size: cover;
}

i.ico-bookmark {
  background: url(../images/ico_bookmark.png) no-repeat;
  background-size: cover;
}

i.ico-loca {
  background: url(../images/ico_loca.png) no-repeat;
  background-size: cover;
}

.map-area {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}

.btn-mygps {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 100px;
  height: 46px;
  margin-left: -50px;
  background: #1dbf58;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  z-index: 100;
}
.btn-mygps::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/ico_mygps.png) no-repeat;
  background-size: cover;
  margin-right: 6px;
  content: "";
}
.btn-mygps:active {
  background: #12933d;
}

#footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 134px;
  z-index: 100;
}
#footer .adbox {
  width: 100%;
  height: 80px;
  background: #434743;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
}
#footer ul.bottom-bar {
  display: block;
  width: 100%;
  height: 54px;
  background: #fff;
}
#footer ul.bottom-bar li {
  display: block;
  float: left;
  width: 25%;
  height: 100%;
}
#footer ul.bottom-bar li a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer ul.bottom-bar li a p {
  width: 100%;
  height: 12px;
  text-align: center;
  font-size: 10px;
  color: #1e211e;
  line-height: 12px;
}
#footer ul.bottom-bar li .bottom-btn-img {
  display: block;
  width: 26px;
  height: 26px;
  margin: 6px auto 4px;
}
#footer ul.bottom-bar li .bottom-btn-img.map {
  background: url(../images/bottom_ico_location_off.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li .bottom-btn-img.list {
  background: url(../images/bottom_ico_list_off.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li .bottom-btn-img.bookmark {
  background: url(../images/bottom_ico_bookmark_off.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li .bottom-btn-img.info {
  background: url(../images/bottom_ico_info_off.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li.active p {
  font-weight: 700;
}
#footer ul.bottom-bar li.active .map {
  background: url(../images/bottom_ico_location_on.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li.active .list {
  background: url(../images/bottom_ico_list_on.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li.active .bookmark {
  background: url(../images/bottom_ico_bookmark_on.png) no-repeat;
  background-size: cover;
}
#footer ul.bottom-bar li.active .info {
  background: url(../images/bottom_ico_info_on.png) no-repeat;
  background-size: cover;
}

.modal-sch {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  background: #f8f8f8;
  box-sizing: border-box;
  z-index: 1000;
}
.modal-sch .sch-section {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.modal-sch .sch-section h2.title {
  width: 100%;
  height: 48px;
  padding: 0px 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
  box-sizing: border-box;
}
.modal-sch .sch-section h2.title em {
  padding-left: 5px;
  color: #1dbf58;
}
.modal-sch .sch-section h2.title small {
  position: absolute;
  right: 18px;
  height: 100%;
  text-align: right;
  font-weight: 400;
  color: #6b6b6b;
}
.modal-sch .sch-section .section-box {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.modal-sch .sch-section .section-box .schform {
  position: relative;
  padding: 10px 18px 15px;
  border-bottom: 1px solid #cccccc;
}
.modal-sch .sch-section .section-box .schform input[type="search"] {
  width: 100%;
  height: 30px;
  font-size: 14px;
  outline: none;
  border: 0px;
  border-radius: 0px;
  background: #f8f8f8;
}
.modal-sch .sch-section .section-box .schform input[type="search"]:focus + a.schbtn {
  background: url(../images/btn_sch_on.png) no-repeat;
  background-size: cover;
}
.modal-sch .sch-section .section-box .schform input[type="search"]::-ms-clear {
  display: none;
}
.modal-sch .sch-section .section-box .schform a.schbtn {
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 30px;
  height: 30px;
  background: url(../images/btn_sch.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.modal-sch .sch-section .section-box .schmap {
  width: 100%;
  height: 170px;
}
.modal-sch .sch-section .section-box .schmap.map1 {
  background: url(../images/schmap_1.png) no-repeat center;
  background-size: 280px 164px;
}
.modal-sch .sch-section .section-box .schmap.map2 {
  background: url(../images/schmap_2.png) no-repeat center;
  background-size: 280px 164px;
}
.modal-sch .sch-section .section-box .schmap.map3 {
  background: url(../images/schmap_3.png) no-repeat center;
  background-size: 280px 164px;
}
.modal-sch .sch-section .section-box .schmap.map4 {
  background: url(../images/schmap_4.png) no-repeat center;
  background-size: 280px 164px;
}
.modal-sch .sch-section .section-box .schmap-btn {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.modal-sch .sch-section .section-box .schmap-btn label {
  float: left;
  display: block;
  width: 50%;
  height: auto;
}
.modal-sch .sch-section .section-box .schmap-btn label:active span.map-checkbtn {
  background: #f8f8f8;
}
.modal-sch .sch-section .section-box .schmap-btn input.map-checkbox {
  display: none;
  width: 1px;
  height: 1px;
}
.modal-sch .sch-section .section-box .schmap-btn input.map-checkbox:checked + span {
  border: 2px solid #1dbf58;
  color: #1e211e;
  font-weight: 700;
}
.modal-sch .sch-section .section-box .schmap-btn span.map-checkbtn {
  display: block;
  width: 90%;
  height: 40px;
  margin: 2px auto;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #cccccc;
  border: 2px solid #cccccc;
}
.modal-sch .modal-bottom-btn {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #1dbf58;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
}
.modal-sch .modal-bottom-btn:active {
  background: #12933d;
}

.app-info {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 18px 130px;
}
.app-info .infologo {
  width: 123px;
  height: 100px;
  margin: 0 auto;
  background: url("../images/infologo.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.app-info dl {
  padding-top: 20px;
}
.app-info dl dt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #1e211e;
}
.app-info dl dt a {
  color: #1dbf58;
  font-weight: 700;
  text-decoration: underline;
}
.app-info dl dd {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  line-height: 1.4;
  font-size: 14px;
  color: #6b6b6b;
}
.app-info dl dd + dt {
  margin-top: 5px;
}

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