/*   Main   */
/* form */
/* line 3, ../scss/_form.scss */
select {
  width: 70px;
  /*padding: .58em .5em;  */
  padding-left: 5px;
  font-family: inherit;
  border: 1px solid #dde0e4;
  font-size: 9px;
  background: url(/img/renewmice/mobile/form/select.png) no-repeat right center #fff;
  background-size: contain;
  vertical-align: middle;
  height: 30px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../scss/_form.scss */
select::-ms-expand {
  display: none;
}


/* line 24, ../scss/_form.scss */
input[type="text"], input[type="password"], input[type="submit"] {
  height: 30px;
  border: 1px solid #dde0e4;
  width: 120px;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 9px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../scss/_form.scss */
input[type="button"] {
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  min-width: 130px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 50, ../scss/_form.scss */
input[type=file] {
  padding: 0;
  margin: 0px;
  border: 1px solid #dde0e4;
  line-height: 43px;
}

/* line 58, ../scss/_form.scss */
input[type=file]::-webkit-file-upload-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  color: #fff;
  border: 0;
  background: #515f68;
  line-height: 45px;
  height: 45px;
  margin: 0px;
  padding: 6px 11px;
}

/* line 72, ../scss/_form.scss */
input[type=file]::-ms-value {
  border: 0;
  height: 45px;
}

/* line 77, ../scss/_form.scss */
input[type=file]::-ms-browse {
  color: #fff;
  border: 0;
  background: #343f4e;
}

/* line 84, ../scss/_form.scss */
a.file {
  border: 1px solid #dde0e4;
  background: url(/img/renewmice/mobile/common/btn_file.png) no-repeat 10px center;
  line-height: 28px;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 10px;
  display: inline-block;
}

/* line 94, ../scss/_form.scss */
textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #dde0e4;
  color: #666;
  line-height: 22px;
  font-size: 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 107, ../scss/_form.scss */
.checks input[type="radio"], .checks input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 118, ../scss/_form.scss */
.checks input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  color: #666;
  margin-right: 5px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  background: url(/img/renewmice/mobile/form/radio.png) no-repeat left top;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 137, ../scss/_form.scss */
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  color: #666;
  height: 20px;
  line-height: 20px;
  text-align: left;
  background: url(/img/renewmice/mobile/form/checkbox.png) no-repeat left top;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 157, ../scss/_form.scss */
.checks input[type="radio"]:checked + label {
  background-position: left bottom;
}
/* line 161, ../scss/_form.scss */
.checks input[type="checkbox"]:checked + label {
  background-position: left bottom;
}

/* line 166, ../scss/_form.scss */
.fw {
  width: 100%;
}

/* table */
/* table */
/* line 16, ../scss/_table.scss */
.branch table {
  border-top: 2px solid #887c69;
  text-align: left;
  width: 100%;
}
/* line 20, ../scss/_table.scss */
.branch table th {
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
  padding: 5px 5px;
  color: #333;
  font-weight: 500;
  background: #f6f6f6;
  vertical-align: middle;
  line-height: 16px;
  font-size: 12px;
/*  padding: 9px 20px!important;*/
}
/* line 30, ../scss/_table.scss */
.branch table th button {
  line-height: 16px;
  background: #7c7c7c;
  color: #fff;
  min-width: 60px;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
  vertical-align: middle;
}
/* line 34, ../scss/_table.scss */
.branch table td {
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
/*  padding: 7px 20px!important;*/
  vertical-align: middle;
  line-height: 24px;
}
/* line 40, ../scss/_table.scss */
.branch table td .title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
/* line 16, ../scss/_table.scss */
table {
  border-top: 2px solid #887c69;
/*  text-align: center; */
  width: 100%;
}
/* line 20, ../scss/_table.scss */
table th {
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
  padding: 10px 10px;
  color: #333;
  font-weight: 500;
  background: #f6f6f6;
  vertical-align: middle;
  line-height: 17px;
  font-size: 11px;
}
/* line 30, ../scss/_table.scss */
table th:last-child {
  border-right: none;
}
/* line 34, ../scss/_table.scss */
table td {
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
 padding: 5px 5px;
  vertical-align: middle;
  line-height: 12px;
  font-size: 9px;
}
/* line 41, ../scss/_table.scss */
table td:last-child {
  border-right: none;
}
/* line 44, ../scss/_table.scss */
table td .btn-solid {
  background: #887c69;
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  font-size: 9px;
  line-height: 9px;
  word-break: keep-all;
  width: 90%;
  margin-bottom: 5px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 57, ../scss/_table.scss */
table td .btn-stroke {
  color: #887c69;
  padding: 8px 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  word-break: keep-all;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #887c69;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 121, ../scss/_table.scss */
table.center {
  text-align: center;
}

/* Layout */
/* line 3, ../scss/_layout.scss */
.container-full {
  width: 100%;
}

/* line 6, ../scss/_layout.scss */
.container {
 /* width: 1084px;*/
  margin: 0 auto;
}

/* line 11, ../scss/_layout.scss */
section {
  padding: 0 5px 5px;
}

/* ListStyle */
/* line 19, ../scss/_layout.scss */
.list-style01 {
  margin-top: 1px;
}
/* line 21, ../scss/_layout.scss */
.list-style01 > li {
  line-height: 24px;
  padding-left: 10px;
  text-align: left;
  background: url("/img/renewmice/mobile/common/bu_line.png") no-repeat 0 10px;
  font-size: 14px;
  font-weight: normal;
}

/* line 29, ../scss/_layout.scss */
.list-style02 {
  margin-top: 20px;
}
/* line 31, ../scss/_layout.scss */
.list-style02 > li {
  line-height: 35px;
  padding-left: 10px;
  text-align: left;
  background: url("/img/renewmice/mobile/common/bu_box.png") no-repeat 0 15px;
  font-size: 14px;
  color: #444;
  font-weight: 700;
}
/* line 36, ../scss/_layout.scss */
.list-style02 > li p {
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 45, ../scss/_layout.scss */
.list-style03 {
  margin-top: 20px;
}
/* line 47, ../scss/_layout.scss */
.list-style03 > li {
  font-size: 14px;
  list-style: decimal;
  margin-left: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 57, ../scss/_layout.scss */
.list-style04 {
  margin-top: 20px;
}
/* line 59, ../scss/_layout.scss */
.list-style04 > li {
  position: relative;
  padding-left: 25px;
  line-height: 24px;
  font-size: 14px;
}
/* line 64, ../scss/_layout.scss */
.list-style04 > li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

/* line 74, ../scss/_layout.scss */
.list-style05 {
  margin-top: 20px;
}
/* line 76, ../scss/_layout.scss */
.list-style05 > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 81, ../scss/_layout.scss */
.list-style05 > li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  padding-right: 10px;
  border-right: 1px solid #dde0e4;
}

/*  GNB  */
/* line 3, ../scss/_header_general.scss */
header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 10;
}
/* line 10, ../scss/_header_general.scss */
header .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: -100%;
  top: 0;
  display: none;
}
/* line 19, ../scss/_header_general.scss */
header .menu {
  background: #887c69;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -60px;
  background: url(/img/renewmice/mobile/common/mobile_menu.png) no-repeat center;
  background-size: 20px;
  display: block;
}

/* line 19, ../scss/_header_general.scss */
header .sono_logo {
  width: 120px;
  height: 60px;
  position: fixed;
  top: 50px;
  left:30px;
  background: url(/img/renewmice/mobile/common/sono.png) no-repeat center;
  background-size: 100px;
  display: block;
}

/* line 19, ../scss/_header_general.scss */
footer .bottom-menu {
  background: #887c69;
  width: 100%;
  height: 5%;
  position: absolute;
  bottom: 0;
  right:0%;
  background: url(/img/renewmice/mobile/common/menu_bottom.png) no-repeat center;
  background-size: 20px;
  display: block;
  z-index:1;
}

/* line 19, ../scss/_header_general.scss */
logo .sono_logo {
  width: 120px;
  height: 60px;
  position: fixed;
  top: 50px;
  left:30px;
  background: url(/img/renewmice/mobile/common/sono.png) no-repeat center;
  background-size: 100px;
  display: block;
}

/* line 19, ../scss/_header_general.scss */
menu .main_menu {
  background: #887c69;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 1px;
  right: 10px;
  background: url(/img/renewmice/mobile/common/mobile_menu.png) no-repeat center;
  background-size: 20px;
  display: block;
}

/* line 29, ../scss/_header_general.scss */
header .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  background: #ffffff4f;
  z-index: 10;
}
/* line 37, ../scss/_header_general.scss */
header .wrap .top {
  height: 40px;
  background: #333;
  font-size: 14px;
  text-indent: 20px;
  color: #fff;
  line-height: 40px;
  position: relative;
}

/* line 37, ../scss/_header_general.scss */
header .wrap .bottom {
  height: 50px;
  background: #eeeeee;  
  text-indent: 50px;
  line-height: 50px;
  position: relative;
}

/* line 45, ../scss/_header_general.scss */
header .wrap .bottom .tel {
  font-size: 14px;
  color: #666;
  line-height:50px;
  position: absolute;
  left: 20px;
  
}

/* line 45, ../scss/_header_general.scss */
header .wrap .bottom .tel2 {
  font-size: 12px;
  color: #666;
  line-height:50px;
}

/* line 45, ../scss/_header_general.scss */
header .wrap .bottom .telimg {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  background: url(/img/renewmice/mobile/common/call.png) no-repeat center;

}

/* line 45, ../scss/_header_general.scss */
header .wrap .top .home {
  font-size: 16px;
  color: #eeeeee;
  
}
/* line 45, ../scss/_header_general.scss */
header .wrap .top .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/img/renewmice/mobile/common/menu_close.png) no-repeat center;
  background-size: contain;
}
/* line 56, ../scss/_header_general.scss */
header .wrap ul > li {
  border-bottom: 1px solid #c8c7c6;
}
/* line 58, ../scss/_header_general.scss */
header .wrap ul > li > a {
  display: block;
  line-height: 50px;
  background: url(/img/renewmice/mobile/common/menu_plus.png) no-repeat right top #887c69;
  background-size: 60px;
  color: #fff;
  text-indent: 20px;
  font-size: 15px;
}
/* line 66, ../scss/_header_general.scss */
header .wrap ul > li > a.home {
  background: #887c69;
}
/* line 69, ../scss/_header_general.scss */
header .wrap ul > li > a.on {
  background-position: right bottom;
}
/* line 73, ../scss/_header_general.scss */
header .wrap ul > li ul {
  display: none;
}
/* line 75, ../scss/_header_general.scss */
header .wrap ul > li ul li {
  border: 1px solid #dde0e4;
}
/* line 77, ../scss/_header_general.scss */
header .wrap ul > li ul li a {
  background: url(/img/renewmice/mobile/common/menu_arrow.png) no-repeat top right #fff;
  background-size: 60px;
  font-size: 15px;
  color: #666;
}


/* line 29, ../scss/_header_general.scss */
header .wrap2 {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ffffffa8;
  z-index: 10;
}
/* line 37, ../scss/_header_general.scss */
header .wrap2 .top {
  height: 40px;
  background: #333;
  font-size: 14px;
  text-indent: 20px;
  color: #fff;
  line-height: 40px;
  position: relative;
}

/* line 45, ../scss/_header_general.scss */
header .wrap2 .top .home {
  font-size: 14px;
  color: #eeeeee;
  
}
/* line 45, ../scss/_header_general.scss */
header .wrap2 .top .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/img/renewmice/mobile/common/menu_close.png) no-repeat center;
  background-size: contain;
}

/* line 45, ../scss/_header_general.scss */
header .wrap2 .top .close2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/img/renewmice/mobile/common/menu_close.png) no-repeat center;
  background-size: contain;
}
/* line 56, ../scss/_header_general.scss */
header .wrap2 ul > li {
  border-bottom: 1px solid #c8c7c6;
}
/* line 58, ../scss/_header_general.scss */
header .wrap2 ul > li > a {
  display: block;
  line-height: 19px;
  background: no-repeat right top #887c69;
  background-size: 60px;
  color: #fff;
  text-indent: 20px;
  font-size: 11px;
}
/* line 66, ../scss/_header_general.scss */
header .wrap2 ul > li > a.home {
  background: #887c69;
}
/* line 69, ../scss/_header_general.scss */
header .wrap2 ul > li > a.on {
  background-position: right bottom;
}

/* line 75, ../scss/_header_general.scss */
header .wrap2 ul > li ul li {
  border: 1px solid #dde0e4;
}
/* line 77, ../scss/_header_general.scss */
header .wrap2 ul > li ul li a {
  background: no-repeat top right #ffffff;
  background-size: 60px;
  font-size: 10px;
  color: #666;
}

/* Board */
/* line 3, ../scss/_board.scss */
.boardSearch-btn {
  line-height: 18px;
  background: #887c69;
  color: #fff;
  min-width: 60px;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
}

/* line 19, ../scss/_board.scss */
.board .search {
  border-top: 2px solid #887c69;
  border-bottom: 1px solid #dde0e4;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}
/* line 25, ../scss/_board.scss */
.board .search span {
  font-size: 16px;
  color: #454545;
  margin-right: 10px;
  line-height: 30px;
  vertical-align: middle;
}
/* line 32, ../scss/_board.scss */
.board .search button {
  padding: 0 13px;
  background: #3e4956;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: 400;
}
/* line 42, ../scss/_board.scss */
.board .list-top {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
/* line 46, ../scss/_board.scss */
.board .list-top strong {
  font-size: 12px;
  color: #887c69;
}
/* line 50, ../scss/_board.scss */
.board .list-top span {
  font-size: 12px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dde0e4;
}
/* line 57, ../scss/_board.scss */
.board .list {
  border-top: 2px solid #434446;
  margin-top: 20px;
}
/* line 60, ../scss/_board.scss */
.board .list li {
  border-bottom: 1px solid #dde0e4;
  padding: 15px;
}
/* line 63, ../scss/_board.scss */
.board .list li .title {
  font-weight: 700;
  color: #333;
}
/* line 66, ../scss/_board.scss */
.board .list li .title em {
  font-style: normal;
  color: #887c69;
  line-height: 19px;
}
/* line 72, ../scss/_board.scss */
.board .list li .date {
  margin-top: 2px;
}
/* line 75, ../scss/_board.scss */
.board .list li .state {
  line-height: 20px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  background: #887c69;
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 83, ../scss/_board.scss */
.board .list li .state.done {
  background: #3e4956;
}
/* line 88, ../scss/_board.scss */
.board .list a.block {
  display: block;
}
/* line 4, ../scss/_mixin.scss */
.board .list a.block:after {
  content: "";
  display: block;
  clear: both;
}
/* line 91, ../scss/_board.scss */
.board .list a.block .thumb {
  float: left;
  width: 105px;
}
/* line 94, ../scss/_board.scss */
.board .list a.block .thumb img {
  width: 100%;
}
/* line 98, ../scss/_board.scss */
.board .list a.block .text-wrap {
  float: left;
  width: calc(100% - 105px);
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 108, ../scss/_board.scss */
.view {
  border-top: 2px solid #887c69;
  margin-top: 10px;
}
/* line 111, ../scss/_board.scss */
.view .top {
  padding: 15px;
  border-bottom: 1px solid #dde0e4;
}
/* line 114, ../scss/_board.scss */
.view .top .title {
  font-weight: 700;
  color: #333;
}
/* line 118, ../scss/_board.scss */
.view .top .date, .view .top .branch {
  margin-top: 10px;
}
/* line 122, ../scss/_board.scss */
.view .view-wrap {
  padding: 5px;
  border-bottom: 1px solid #dde0e4;
}

/* line 128, ../scss/_board.scss */
.btn-wrap {
  text-align: center;
  margin-top: 20px;
}
/* line 131, ../scss/_board.scss */
.btn-wrap .btn-solid {
  width: calc((100% - 14px) / 2);
  background: #887c69;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 143, ../scss/_board.scss */
.btn-wrap .btn-stroke {
  width: calc((100% - 14px) / 2);
  border: 1px solid #887c69;
  font-size: 12px;
  color: #887c69;
  line-height: 28px;
  background: #fff;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 157, ../scss/_board.scss */
.faq {
  border-top: 2px solid #999;
  margin-top: 20px;
}
/* line 160, ../scss/_board.scss */
.faq li {
  border-bottom: 1px solid #dde0e4;
  padding: 20px 25px 20px 60px;
  font-size: 16px;
  line-height: 24px;
}
/* line 165, ../scss/_board.scss */
.faq li.q {
  background: url(/img/renewmice/mobile/board/faq_q.png) no-repeat 10px 15px;
  background-size: 40px;
  cursor: pointer;
  font-size: 12px;
  line-height: 17px;
}
/* line 172, ../scss/_board.scss */
.faq li.a {
  background: url(/img/renewmice/mobile/board/faq_a.png) #f1f1f1 no-repeat 10px 15px;
  background-size: 40px;
  display: none;
  font-size: 12px;
  line-height: 17px;
}
/* line 180, ../scss/_board.scss */
.faq.student li.a {
  background: url(/img/renewmice/mobile/board/faq_student_a.png) #f1f1f1 no-repeat 25px 15px;
}

/* paging */
/* line 188, ../scss/_board.scss */
#paging {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
/* line 192, ../scss/_board.scss */
#paging .wrap {
  border: 1px solid #dde0e4;
  display: inline-block;
}
/* line 196, ../scss/_board.scss */
#paging a {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  text-align: center;
  border-left: 1px solid #dde0e4;
  font-size: 10px;
}
/* line 206, ../scss/_board.scss */
#paging a:first-child {
  border-left: none;
}
/* line 209, ../scss/_board.scss */
#paging a.on {
  color: #fff;
  background: #887c69;
}
/* line 213, ../scss/_board.scss */
#paging a.ll {
  background: url(/img/renewmice/mobile/board/page_ll.png) no-repeat center center;
  border: 1px solid #dde0e4;
  margin-right: 5px;
  background-size: contain;
}
/* line 219, ../scss/_board.scss */
#paging a.l {
  background: url(/img/renewmice/mobile/board/page_l.png) no-repeat center center;
  border: 1px solid #dde0e4;
  margin-right: 10px;
  background-size: contain;
}
/* line 225, ../scss/_board.scss */
#paging a.r {
  background: url(/img/renewmice/mobile/board/page_r.png) no-repeat center center;
  border: 1px solid #dde0e4;
  margin-left: 10px;
  background-size: contain;
}
/* line 231, ../scss/_board.scss */
#paging a.rr {
  background: url(/img/renewmice/mobile/board/page_rr.png) no-repeat center center;
  border: 1px solid #dde0e4;
  margin-left: 5px;
  background-size: contain;
}

/* line 13, ../scss/style_general.scss */
html, body {
  height: 100%;
  width: 100%;
  position: fixed;
}

/* line 19, ../scss/style_general.scss */
.not_scroll {
  overflow: hidden;
}

/* line 26, ../scss/style_general.scss */
.mmain1 {
  width: 100%;
  height: 100%;
  background: url(/img/renewmice/mobile/gerneral/mmain1.jpg) no-repeat center;
  background-size: cover;
}

/* line 26, ../scss/style_general.scss */
.mmain2 {
  width: 100%;
  height: 100%;
  background: url(/img/renewmice/mobile/gerneral/mmain2.jpg) no-repeat center;
  background-size: cover;
}

/* line 26, ../scss/style_general.scss */
.mmain3 {
  width: 100%;
  height: 100%;
  background: url(/img/renewmice/mobile/gerneral/mmain3.jpg) no-repeat center;
  background-size: cover;
}

.mob_title1 {
  width:100%;
  height:100px;
  line-height: 65px;
  color: #fff;
  font-size:16px;
  position:fixed;
  top: 67%;
  background: #2b1e1878;
/*  background: url(/img/renewmice/mobile/common/arrow.png) no-repeat right center;*/
  text-align: center;
}

.mob_title2 {
  width:100%;
  height:100px;
  line-height: 77px;
  color: #fff;
  font-size:20px;
  position:fixed;
  top: 70%;  
  text-align: center;
  font-weight: bold;
}

/* line 33, ../scss/style_general.scss */
.select-site {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
}

/* line 38, ../scss/style_general.scss */
.select-site > a {
/*  border-bottom: 1px solid #fff; */
  line-height: 26px;
  color: #fff;
/*  background: url(/img/renewmice/mobile/common/arrow.png) no-repeat right center;*/
/*  background-size: 10px;*/
/*  display: block;*/
}
/* line 46, ../scss/style_general.scss */
.select-site ul {
  width: 100%;
  display: none;
}
/* line 50, ../scss/style_general.scss */
.select-site ul li a {
  display: block;
  line-height: 30px;
  background: #fff;
  text-align: center;
}
/* line 55, ../scss/style_general.scss */
.select-site ul li a.on {
  background: #887c69;
  color: #fff;
}




/* line 33, ../scss/style_general.scss */
.select-site2 {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 70%;
}

/* line 38, ../scss/style_general.scss */
.select-site2 > a {
/*  border-bottom: 1px solid #fff; */
  line-height: 26px;
  color: #fff;
  font-size:16px;
  text-decoration: underline;
/*  background: url(/img/renewmice/mobile/common/arrow.png) no-repeat right center;*/
/*  background-size: 10px;*/
/*  display: block;*/
}
/* line 46, ../scss/style_general.scss */
.select-site2 ul li {
  width: 100%;
  background: url(/img/renewmice/mobile/general/logo2.png) no-repeat center;
  background-size: 100px;
}
/* line 50, ../scss/style_general.scss */
.select-site2 ul li a {
  display: block;
  line-height: 30px;
  background: #fff;
  text-align: center;
}
/* line 55, ../scss/style_general.scss */
.select-site2 ul li a.on {
  background: #887c69;
  color: #fff;
}


/* line 67, ../scss/style_general.scss */
h2 {
  font-size: 11px;
  color: #111;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
}
/* line 74, ../scss/style_general.scss */
h2.left {
  text-align: left;
}

/* line 79, ../scss/style_general.scss */
h3 {
  font-size: 18px;
  color: #333;
}

/* line 84, ../scss/style_general.scss */
p {
  line-height: 17px;
  font-size: 11px;
}

/* line 89, ../scss/style_general.scss */
.mobile-top {
  height: 60px;
  position: relative;
  background: #333;
  text-align: center;
}
/* line 94, ../scss/style_general.scss */
.mobile-top .back {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/renewmice/mobile/common/btn_back.png) no-repeat center;
  background-size: contain;
}

/* line 19, ../scss/_header_general.scss */
.mobile-top .sub_menu {
  background: #887c69;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 1px;
  right: 10px;
  background: url(/img/renewmice/mobile/common/mobile_menu.png) no-repeat center;
  background-size: 20px;
  display: block;
}

/* line 103, ../scss/style_general.scss */
.mobile-top .select {
  line-height: 60px;
  color: #fff;
  background: url(/img/renewmice/mobile/common/arrow.png) no-repeat right center;
  background-size: 12px;
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
}
/* line 112, ../scss/style_general.scss */
.mobile-top ul {
  width: 100%;
  position: absolute;
  top: 60px;
  display: none;
  z-index:9;
}
/* line 118, ../scss/style_general.scss */
.mobile-top ul li a {
  display: block;
  line-height: 50px;
  background: #f6f6f6;
  border-bottom: 1px solid #dde0e4;
  color: #333;
}
/* line 125, ../scss/style_general.scss */
.mobile-top ul li.on a {
  background: #887c69;
  color: #fff;
}

/* line 133, ../scss/style_general.scss */
.btn-solid {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background: #887c69;
  line-height: 30px;
}

/* line 145, ../scss/style_general.scss */
.guide .item {
  margin-top: 10px;
  border: 1px solid #dde0e4;
  text-align: center;
}
/* line 149, ../scss/style_general.scss */
.guide .item .top {
  padding: 20px;
  border-bottom: 1px solid #dde0e4;
}
/* line 152, ../scss/style_general.scss */
.guide .item .top .key {
  font-size: 12px;
  color: #887c69;
  font-weight: 700;
}
/* line 157, ../scss/style_general.scss */
.guide .item .top .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
}
/* line 164, ../scss/style_general.scss */
.guide .item .body {
  padding: 20px;
}
/* line 166, ../scss/style_general.scss */
.guide .item .body .title {
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  color: #333;
}

/* line 179, ../scss/style_general.scss */
.branch-wrap img {
  width: 100%;
}
/* line 182, ../scss/style_general.scss */
.branch-wrap .call {
  border: 1px solid #dde0e4;
  background: url(/img/renewmice/mobile/common/call.png) no-repeat 20px 50%;
  background-size: 20px;
  line-height: 50px;
  margin-top: 20px;
  padding-left: 60px;
}
/* line 189, ../scss/style_general.scss */
.branch-wrap .call em {
  color: #111;
  font-style: normal;
  padding-right: 10px;
}

/* line 197, ../scss/style_general.scss */
.faq-tab {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #dde0e4;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 4, ../scss/_mixin.scss */
.faq-tab:after {
  content: "";
  display: block;
  clear: both;
}
/* line 204, ../scss/style_general.scss */
.faq-tab li {
  width: calc(100% / 5);
  float: left;
  border-right: 1px solid #dde0e4;
  border-top: 1px solid #dde0e4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 210, ../scss/style_general.scss */
.faq-tab li:nth-child(5n) {
  border-right: none;
}
/* line 213, ../scss/style_general.scss */
.faq-tab li a {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
}
/* line 220, ../scss/style_general.scss */
.faq-tab li.on a {
  background: #887c69;
  color: #fff;
}
/* line 55, ../scss/_table.scss */
table td img {
  vertical-align: middle;
}


button.de_btn_on {
  width: 70px;
  height: 25px;
  line-height: 20px;
  color: #fff;
  min-width: 70px;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: middle;
  font: 300 10px 'Noto Sans KR';
  background: #95826e;
}

button.de_btn {
  width: 70px;
  height: 25px;
  line-height: 20px;
  background: #7c7c7c;
  color: #fff;
  min-width: 70px;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: middle;
  font: 300 10px 'Noto Sans KR';
}


.btn_area {
  padding: 20px;
  text-align: center;
}


p.sa_ttl {
  width: 100%;
  display: block;
  height: auto;
  margin: 10px 0 0px 0;
}

p.sa_ttl > .t1 {
  font: 500 15px 'Noto Sans KR', sans-serif;
  color: #333;
}
p.sa_ttl > .t2 {
  font: 300 15px 'Noto Sans KR', sans-serif;
  color: #3e4956
}

.pa_box {
  border: 1px solid #dee0e4;
  padding: 10px;
  margin-top: 10px;
}
.pa_box > h1 {
  font: 600 12px 'Noto Sans KR';
}
.pa_box > table {
  border-top: 2px solid #887c69;
  width: 100%;
  border-right: none;
}
.pa_box > table th {
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
  padding: 5px 5px;
  color: #333;
  font-weight: 500;
  background: #f6f6f6;
  vertical-align: middle;
  line-height: 18px;
  font: 500 9px 'Noto Sans KR';
}
.pa_box > table td {
  border-bottom: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
  padding: 5px 5px;
  vertical-align: middle;
  line-height: 24px;
  font: 300 9px 'Noto Sans KR';
}
.pa_box > table td .btn-solid {
  background: #887c69;
  color: #fff;
  line-height: 26px;
  padding: 0 10px;
  display: inline-block;
}
.pa_box > table td .title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.pa_box > table td button {
  line-height: 16px;
  background: #7c7c7c;
  color: #fff;
  min-width: 70px;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: middle;
}
.pa_box > table td button:hover {
  background: #95826e;
}
.pa_box > table td img {
  vertical-align: middle;
}
.pa_box > table th:last-child, .pa_box > table td:last-child {
  border-right: none;
}
#area_info li.area_ttl {
  width: 100%;
  text-align: center;
  padding: 5px 0 0 0px;
  font: 300 18px 'Noto Sans KR';
  color: #95826e;
  height: 40px;
/*  letter-spacing: -3px;*/
}
/* line 209, ../scss/style_general.scss */

.tab {
  border-top:none;
  display: table;
  width: 100%;
  border-bottom: 1px solid #dde0e4;
}

/* line 213, ../scss/style_general.scss */

.tab li {
  display: table-cell;
  width: 10%;
  border-right: 1px solid #dde0e4;
  padding: 10px 0;
}

/* line 217, ../scss/style_general.scss */
.tab li:last-child {
	border-right:none;
 /* border-right: 1px solid #dde0e4;*/
}
.tab li.list_line{
	 border-right: 1px solid #dde0e4;
}
/* line 220, ../scss/style_general.scss */


.tab li.on {
  background: #887c69;
}


.tab li.on a {
  color: #fff;
}

/* line 224, ../scss/style_general.scss */

.tab li a {
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  text-align: center;
  font-weight: 700;
padding: 2px 0;
}

/* line 236, ../scss/style_general.scss */
.multi-tab {
  border: 1px solid #dde0e4;
  display: table;
  width: 100%;
}
/* line 240, ../scss/style_general.scss */
.multi-tab .row {
  display: table-row;
}
/* line 242, ../scss/style_general.scss */
.multi-tab .row .cell {
  display: table-cell;
  width: 10%;
  border-right: 1px solid #dde0e4;
  border-bottom: 1px solid #dde0e4;
}
/* line 247, ../scss/style_general.scss */
.multi-tab .row .cell:last-child {
  border-right: none;
}
/* line 250, ../scss/style_general.scss */
.multi-tab .row .cell.on a {
  background: #887c69;
  color: #fff;
}
/* line 254, ../scss/style_general.scss */
.multi-tab .row .cell a {
  display: block;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  text-align: center;
  font-weight: 700;
}
/* line 265, ../scss/style_general.scss */
.multi-tab .row:last-child .cell {
  border-bottom: none;
}
/* line 272, ../scss/style_general.scss */
.gallery-tab {
  margin-top: 0px;
}
/* line 4, ../scss/_mixin.scss */
.gallery-tab:after {
  content: "";
  display: block;
  clear: both;
}
/* line 275, ../scss/style_general.scss */
.gallery-tab li {
  width: 50%;
  float: left;
}
/* line 278, ../scss/style_general.scss */
.gallery-tab li a {
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #dde0e4;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  display: block;
  line-height: 50px;
  text-align: center;
}
/* line 289, ../scss/style_general.scss */
.gallery-tab li.on a {
  background: #fff;
  color: #887c69;
  border-top: 2px solid #887c69;
  border-right: 2px solid #887c69;
  border-left: 2px solid #887c69;
  border-bottom: 1px solid #fff;
}
/* line 301, ../scss/style_general.scss */
.image-wrapper {
  margin-top: 1px;
  position: relative;
/*  height: 550px;*/
/*  width: 100%;*/
}
/* line 306, ../scss/style_general.scss */
.image-wrapper .owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 111px;
}
/* line 311, ../scss/style_general.scss */
.image-wrapper .owl-controls .owl-nav {
  background: url(/img/renewmice/g_branch/image_ui.png) no-repeat 0 0;
  margin: 0;
  height: 55px;
}
/* line 315, ../scss/style_general.scss */
.image-wrapper .owl-controls .owl-nav [class*='owl-'] {
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  opacity: 0;
  float: left;
}

/*팝업 */
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.modal_content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  /*height: 350px;*/
  background-color: #fff;
  overflow: hidden;
}


.modal2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.modal_content2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1084px;
  height: 610px;
  background-color: #fff;
  overflow: hidden;
}

/* line 854, ../scss/style_general.scss */
.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
/* line 863, ../scss/style_general.scss */
/*
.modal-wrap .modal {
  width: 1084px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -542px;
  margin-top: -400px;
}
*/
/* line 870, ../scss/style_general.scss */
.modal-wrap .modal > .top {
  width: 100%;
  position: relative;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  background: #2e394b;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
/* line 883, ../scss/style_general.scss */
.modal-wrap .modal .top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/img/renewmice/common/btn_modal_close.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 893, ../scss/style_general.scss */
/*
.modal-wrap .modal .body {
  background: #fff;
  padding: 40px;
  position: relative;
}
*/
/* line 4, ../scss/_mixin.scss */
.modal-wrap .modal .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 898, ../scss/style_general.scss */
.modal-wrap .modal .body .image-wrapper {
  width: 1004px;
  height: 510px;
  position: relative;
}
/* line 903, ../scss/style_general.scss */
.modal-wrap .modal .body .image {
  display: block;
  margin-top: 40px;
  position: relative;
}
.modal-wrap .modal .body .image img {
  width: 100%;
}
/* line 907, ../scss/style_general.scss */
.modal-wrap .modal .body .image .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/renewmice/g_branch/modal_ico.png) no-repeat center rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s ease-out;
}
/* line 917, ../scss/style_general.scss */
.modal-wrap .modal .body .image:hover .ico {
  opacity: 1;
}

/* line 907, ../scss/style_general.scss */
.modal .modal_content .body .image .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/renewmice/g_branch/modal_ico.png) no-repeat center rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s ease-out;
}
/* line 917, ../scss/style_general.scss */
.modal .modal_content .body .image:hover .ico {
  opacity: 1;
}


/* modal popup 繞벿살탮占쎄텢占쎈퉲占쎈쳳�뙴占� �뛾�룇裕뉑틦占�?占쎈쐻占쎈윥餓ο옙 占쎈퉲�뀎洹μ굲?  */
/* �뇦爰ル봿�쓤?占쎈쐻占쎈윪�뙼占� 嶺뚯쉻�삕?占쎈쐻占쎈윪�땻占�??*/
/* line 863, ../scss/style_general.scss */
.modal-wrap .modal3 {
  width: 1084px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -542px;
  margin-top: -400px;
}
/* line 870, ../scss/style_general.scss */
.modal-wrap .modal3 .top3 {
  width: 100%;
  position: relative;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  background: #2e394b;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
/* line 883, ../scss/style_general.scss */
.modal-wrap .modal3 .top3 a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/img/renewmice/common/btn_modal_close.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 893, ../scss/style_general.scss */
.modal-wrap .modal3 .body {
  background: #fff;
  padding: 40px;
  position: relative;
}
/* line 4, ../scss/_mixin.scss */
.modal-wrap .modal3 .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 898, ../scss/style_general.scss */
.modal-wrap .modal3 .body .image-wrapper {
  width: 1004px;
  height: 510px;
  position: relative;
}
/* line 903, ../scss/style_general.scss */
.modal-wrap .modal3 .body .image {
  display: block;
  margin-top: 40px;
  position: relative;
}
.modal-wrap .modal3 .body .image img {
  width: 100%;
}
/* line 907, ../scss/style_general.scss */
.modal-wrap .modal3 .body .image .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/renewmice/g_branch/modal_ico.png) no-repeat center rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s ease-out;
}
/* line 917, ../scss/style_general.scss */
.modal-wrap .modal3 .body .image:hover .ico {
  opacity: 1;
}


/* ?占쎈쐻占쎈윥占쎈펺嶺뚮∥��占쎈� 嶺뚯쉻�삕??占쎈쐻占쎈짗占쎌굲占쎈쐻�뜝占�?�뵓怨뚯뫓占쎈괏 */
/* line 863, ../scss/style_general.scss */
.modal-wrap .modal4 {
  width: 1084px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -542px;
  margin-top: -400px;
}
/* line 870, ../scss/style_general.scss */
.modal-wrap .modal4 .top4 {
  width: 100%;
  position: relative;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  background: #2e394b;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
/* line 883, ../scss/style_general.scss */
.modal-wrap .modal4 .top4 a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/img/renewmice/common/btn_modal_close.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 893, ../scss/style_general.scss */
.modal-wrap .modal4 .body {
  background: #fff;
  padding: 40px;
  position: relative;
}
/* line 4, ../scss/_mixin.scss */
.modal-wrap .modal4 .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 898, ../scss/style_general.scss */
.modal-wrap .modal4 .body .image-wrapper {
  width: 1004px;
  height: 510px;
  position: relative;
}
/* line 903, ../scss/style_general.scss */
.modal-wrap .modal4 .body .image {
  display: block;
  margin-top: 40px;
  position: relative;
}
.modal-wrap .modal4 .body .image img {
  width: 100%;
}
/* line 907, ../scss/style_general.scss */
.modal-wrap .modal4 .body .image .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/renewmice/g_branch/modal_ico.png) no-repeat center rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s ease-out;
}
/* line 917, ../scss/style_general.scss */
.modal-wrap .modal3 .body .image:hover .ico {
  opacity: 1;
}




/* line 922, ../scss/style_general.scss */
/*
.modal-wrap .modal.payment-modal {
  width: 592px;
  margin-left: -296px;
}
*/
/* line 925, ../scss/style_general.scss */
.modal-wrap .modal.payment-modal .btn-solid {
  display: inline-block;
  padding: 0 20px;
  background: #887c69;
  color: #fff;
  line-height: 30px;
  margin-left: 10px;
}


/* line 863, ../scss/style_general.scss */
.modal-wrap .modal {
  width: 1084px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -542px;
  margin-top: -400px;
}
/* line 870, ../scss/style_general.scss */
.modal-wrap .modal .top {
  width: 100%;
  position: relative;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  background: #2e394b;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
/* line 883, ../scss/style_general.scss */
.modal-wrap .modal .top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/img/renewmice/common/btn_modal_close.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 893, ../scss/style_general.scss */
.modal-wrap .modal .body {
  background: #fff;
  padding: 40px;
  position: relative;
}
/* line 4, ../scss/_mixin.scss */
.modal-wrap .modal .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 898, ../scss/style_general.scss */
.modal-wrap .modal .body .image-wrapper {
  width: 1004px;
  height: 510px;
  position: relative;
}
/* line 903, ../scss/style_general.scss */
.modal-wrap .modal .body .image {
  display: block;
  margin-top: 40px;
  position: relative;
}
.modal-wrap .modal .body .image img {
  width: 100%;
}
/* line 907, ../scss/style_general.scss */
.modal-wrap .modal .body .image .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/renewmice/g_branch/modal_ico.png) no-repeat center rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s ease-out;
}
/* line 917, ../scss/style_general.scss */
.modal-wrap .modal .body .image:hover .ico {
  opacity: 1;
}
/* line 922, ../scss/style_general.scss */
.modal-wrap .modal.payment-modal {
  width: 592px;
  margin-left: -296px;
}
/* line 925, ../scss/style_general.scss */
.modal-wrap .modal.payment-modal .btn-solid {
  display: inline-block;
  padding: 0 20px;
  background: #887c69;
  color: #fff;
  line-height: 30px;
  margin-left: 10px;
}

/* line 863, ../scss/style_general.scss */
.modal-wrap .modal9 {
  width: 1084px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -542px;
  margin-top: -400px;
}

/* line 870, ../scss/style_general.scss */
.modal-wrap .modal9 .top {
  width: 100%;
  position: relative;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  background: #2e394b;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 60px;
}

/* line 922, ../scss/style_general.scss */
.modal-wrap .modal9.payment-modal {
  width: 592px;
  margin-left: -296px;
}

/* line 925, ../scss/style_general.scss */
.modal-wrap .modal9.payment-modal .btn-solid {
  display: inline-block;
  padding: 0 20px;
  background: #887c69;
  color: #fff;
  line-height: 30px;
  margin-left: 10px;
}

/* line 883, ../scss/style_general.scss */
.modal-wrap .modal9 .top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/img/newmice/common/btn_modal_close.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 893, ../scss/style_general.scss */
.modal-wrap .modal9 .body {
  background: #fff;
  padding: 40px;
  position: relative;
}
/* line 4, ../scss/_mixin.scss */
.modal-wrap .modal9 .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 898, ../scss/style_general.scss */
.modal-wrap .modal9 .body .image-wrapper {
  width: 1004px;
  height: 510px;
  position: relative;
}
/* line 903, ../scss/style_general.scss */
.modal-wrap .modal9 .body .image {
  display: block;
  margin-top: 40px;
  position: relative;
}
.modal-wrap .modal9 .body .image img {
  width: 100%;
}
/* line 907, ../scss/style_general.scss */
.modal-wrap .modal9 .body .image .ico {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/newmice/g_branch/modal_ico.png) no-repeat center rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s ease-out;
}
/* line 917, ../scss/style_general.scss */
.modal-wrap .modal9 .body .image:hover .ico {
  opacity: 1;
}

.pop_top {
  width: 100%;
  position: relative;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
  font-weight: 700;
  background: #2e394b;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.pop_top > a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(/img/renewmice/g_branch/btn_modal_close.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 35px;
}
.pop_top > span {
  color: #fff;
  font: 500 18px;
  font-size: 14px;
}
.gallery-tab2 {
  margin: 1px auto;
  width: 100%;
  height: 33px;
  overflow: hidden;
}
.gallery-tab2:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-tab2 li {
  width: 50%;
  float: left;
}
.gallery-tab2 li a {
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #dde0e4;
  border-left: 2px solid #dde0e4;
  border-right: 2px solid #dde0e4;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  display: block;
  line-height: 30px;
  text-align: center;
}
.gallery-tab2 li.on a {
  background: #fff;
  color: #887c69;
  border-top: 2px solid #887c69;
  border-right: 2px solid #887c69;
  border-left: 2px solid #887c69;
  border-bottom: 1px solid #fff;
}

#owl-popgall {
  margin-top: 20px;
  position: relative;
  height: 550px;
  width: 1084px !important;
}
#owl-popgall .owl-controls {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 1084px;
  height: 55px;
}
#owl-popgall .owl-controls .owl-nav {
  /*  margin: 0;*/
  height: 55px;
  margin: 20px 0;
  width: 55px;
}
#owl-popgall .owl-controls .owl-nav [class*='owl-'] {
  /*
  margin: 0;
  padding: 0;
 width:100%;
  height: 55px;
 opacity:0;
*/
}
.owl-prev {
  position: absolute;
  float: left;
  width: 55px;
  height: 55px;
  background: url(/img/renewmice/g_branch/image_ui.png) no-repeat 0 0;
  opacity: 1;
}
.owl-next {
  display: block;
  position: absolute;
  right: 0;
  float: right;
  width: 55px;
  height: 55px;
  background: url(/img/renewmice/g_branch/image_ui.png) no-repeat -56px 0;
}
.info_box {
  padding: 10px;
  border: 1px solid #ededed;
  background: #fcfcfc;
	margin: 10px 0 0 0;
}
.list00 > li {
  line-height: 24px;
  padding-left: 10px;
  text-align: left;
  font: 300 12px 'Noto Sans KR', sans-serif;
}

.list01 > li {
  line-height: 24px;
  padding-left: 10px;
  text-align: center;
	width:100%;
}
/* line 668, ../scss/style_general.scss */
.payment-tab {
  height: 50px;
  background: url(/img/renewmice/g_payment/payment_tab.png) no-repeat 0 0;
}
/* line 671, ../scss/style_general.scss */
.payment-tab.two {
  background-position: 0 -50px;
}
/* line 674, ../scss/style_general.scss */
.payment-tab.three {
  background-position: 0 -100px;
}
/* line 677, ../scss/style_general.scss */
.payment-tab.four {
  background-position: 0 -150px;
}
/* line 682, ../scss/style_general.scss */
.payment-tab2 {
  height: 50px;
  background: url(/img/renewmice/g_payment/payment_tab2.png) no-repeat 0 0;
}
/* line 685, ../scss/style_general.scss */
.payment-tab2.two {
  background-position: 0 -50px;
}
/* line 688, ../scss/style_general.scss */
.payment-tab2.three {
  background-position: 0 -100px;
}
/* line 691, ../scss/style_general.scss */
.payment-tab2.four {
  background-position: 0 -150px;
}
/* line 694, ../scss/style_general.scss */
.payment-tab2.five {
  background-position: 0 -200px;
}
.pager {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
/* line 323, ../scss/_board.scss */
.pager a {
  display: inline-block;
  width: 26px;
  line-height: 26px;
  vertical-align: middle;
}

/* line 323, ../scss/_board.scss */
.pager a.current {
  color: #fff;
  background: #6c7481;
}

/* line 329, ../scss/_board.scss */
.pager img {
  vertical-align: middle;
}

#faq_tab {
  border: 1px solid #dde0e4;
  display: table;
  width: 100%;
}

ul.tab {
  background: #fcfcfc;
  overflow: hidden;
  width: 100%;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
ul.tab li {
/*  float: left;*/
  text-align: center;
  box-sizing: border-box;
/*  display: inline-block;*/
  padding: 10px 0;
  cursor: pointer;
  margin: 0;
  width: 155px;
  border-right: 1px solid #eee;
  font: 400 17px 'Noto Sans KR', sans-serif;
  color: #666666;
  background: #fcfcfc;
}
ul.tab li:first-child {
  width: 157px;
  border-left: 1px solid #eee;
}
ul.tab > li.on {
  background-color: #95826e;
  color: #fff;
}