.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}
/* button */
.btn {
  display: inline-block;
  text-align: center;
  position: relative;
}
.btn.btn-small {
  padding: 10px;
  font-size: 15px;
}
.btn.btn-medium {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
}
.btn.btn-ico-default {
  font-size: 13px;
  padding: 10px 45px 10px 15px;
  text-align: left;
}
.btn.btn-type01 {
  color: #9e1c4e;
  border: 1px solid #9e1c4e;
}
.btn.btn-type02 {
  color: #666;
  border: 1px solid #909090;
}
.btn.btn-type03 {
  color: #fff;
  border: 1px solid #9e1c4e;
  background: #9e1c4e;
}
.btn.btn-type04 {
  color: #fff;
  border: 1px solid #5c626b;
  background: #5c626b;
}
.btn.btn-go {
  color: #666;
  border: 1px solid #999;
  background-color: #fff;
}
.btn.btn-go i {
  display: inline-block;
  background: url('/m/en/images/common/sp_btn_ico.png') no-repeat;
  width: 19px;
  height: 8px;
  background-position: 0px -7px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -4px;
}
.btn.btn-go:hover {
  border-color: #b6275e;
  color: #b6275e;
}
.btn.btn-go:hover i {
  background-position: 1px -64px;
}
.btn.btn-go2 {
  color: #fff;
  border: 1px solid #9e1c4e;
  background-color: #9e1c4e;
}
.btn.btn-go2 i {
  display: inline-block;
  background: url('/m/en/images/common/sp_btn_ico.png') no-repeat;
  width: 19px;
  height: 8px;
  background-position: 0px -7px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -4px;
}
.btn.btn-go2:hover {
  border-color: #9e1c4e;
  color: #fff;
}
.btn.btn-go2:hover i {
  background-position: 1px -64px;
}
.btn.btn-view {
  color: #666;
  border: 1px solid #999;
  background-color: #fff;
}
.btn.btn-view i {
  display: inline-block;
  background: url('/m/en/images/common/sp_btn_ico.png') no-repeat;
  width: 20px;
  height: 20px;
  background-position: -118px 0px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -10px;
}
.btn.btn-view:hover {
  border-color: #b6275e;
  color: #b6275e;
}
.btn.btn-view:hover i {
  background-position: -117px -57px;
}
.btn.btn-dwn {
  color: #666;
  border: 1px solid #999;
  background-color: #fff;
}
.btn.btn-dwn i {
  display: inline-block;
  background: url('/m/en/images/common/sp_btn_ico.png') no-repeat;
  width: 20px;
  height: 20px;
  background-position: -80px 0px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -10px;
}
.btn.btn-dwn:hover {
  border-color: #b6275e;
  color: #b6275e;
}
.btn.btn-dwn:hover i {
  background-position: -79px -57px;
}
select {
  background: #fff;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/m/en/images/common/select_icon01.png') no-repeat 95% 50%;
}
select::-ms-expand {
  display: none;
}
/* paginations */
#pagination {
  text-align: center;
  margin: 30px 0;
}
#pagination ul {
  display: inline-block;
  overflow: hidden;
}
#pagination ul li {
  float: left;
  margin: 0 3px;
}
#pagination ul li a {
  display: block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #373737;
  color: #373737;
  box-sizing: border-box;
  font-size: 15px;
}
#pagination ul li:hover a,
#pagination ul li.on a {
  background: #373737;
  color: #fff;
}
#pagination ul li.first a {
  background: url('/m/en/images/common/page_first.png') 50% 50% no-repeat;
  border: 1px solid #dedede;
  height: 27px;
}
#pagination ul li.prev a {
  background: url('/m/en/images/common/page_prev.png') 50% 50% no-repeat;
  border: 1px solid #dedede;
  height: 27px;
}
#pagination ul li.next a {
  background: url('/m/en/images/common/page_next.png') 50% 50% no-repeat;
  border: 1px solid #dedede;
  height: 27px;
}
#pagination ul li.end a {
  background: url('/m/en/images/common/page_end.png') 50% 50% no-repeat;
  border: 1px solid #dedede;
  height: 27px;
}
/* text-color */
.t-color01 {
  color: #b6275e !important;
}
.t-color02 {
  color: #f74f47 !important;
}
.t-color03 {
  color: #4d9eef !important;
}
.t-color04 {
  color: #222 !important;
}
/* text-align */
.t-align-left {
  text-align: left !important;
}
.t-align-right {
  text-align: right !important;
}
.t-align-center {
  text-align: center !important;
}
/* icon */
.sp-icon {
  background: url('/m/en/images/common/sp_icon01.png') no-repeat;
  background-size: 22px 22px;
  background-position: 0px 1px;
}
.icon-notice01 {
  background: url('/m/en/images/common/icon_noti01.png') no-repeat;
  padding-left: 30px;
}
.icon-notice02 {
  background: url('/m/en/images/common/icon_noti02.png') no-repeat;
  padding-left: 30px;
}
.icon-notice03 {
  background: url('/m/en/images/common/icon_noti03.png') no-repeat;
  padding-left: 30px;
}
/* table */
.b-top {
  position: relative;
  padding: 15px 0 5px;
  overflow: hidden;
}
.b-top legend {
  display: block;
}
.b-top .search {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.b-top .search select {
  width: 95px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
}
.b-top .search .input {
  display: inline-block;
  border-bottom: 1px solid #000;
  height: 36px;
  margin-left: 5px;
  width: 200px;
  position: relative;
}
.b-top .search .input input {
  width: 175px;
  height: 32px;
  display: inline-block;
}
.b-top .search .input a {
  position: absolute;
  right: 0;
  top: 8px;
}
legend {
  font-size: .8rem;
  color: #222;
}
legend strong {
  font-size: 1rem;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.basic {
  border-top: 1px solid #333;
}
table.basic thead tr th {
  font-size: .8rem;
  padding: 10px;
  text-align: center;
  color: #333;
  background: #f4f5f8;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-weight: 500;
}
table.basic thead tr th:last-child {
  border-right: none;
}
table.basic tbody tr th {
  font-size: .8rem;
  padding: 10px;
  text-align: center;
  color: #333;
  background: #f4f5f8;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-weight: 400;
}
table.basic tbody tr td {
  font-size: .8rem;
  padding: 10px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-weight: 400;
}
table.basic tbody tr td:last-child {
  border-right: none;
}
table.board-type01 {
  border-top: 2px solid #000;
}
table.board-type01 thead tr th {
  font-size: .8rem;
  padding: 10px;
  text-align: center;
  color: #111;
  border-bottom: 1px solid #777;
  font-weight: 500;
}
table.board-type01 thead tr th:last-child {
  border-right: none;
}
table.board-type01 tbody tr th {
  font-size: .8rem;
  padding: 10px;
  text-align: center;
  color: #333;
  background: #f4f5f8;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-weight: 400;
}
table.board-type01 tbody tr td {
  font-size: .8rem;
  padding: 10px;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
table.board-type01 tbody tr td.subject {
  text-align: left;
}
table.board-type01 tbody tr td.subject a {
  max-width: 98%;
  color: #444;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.board-type01 tbody tr td a {
  max-width: 98%;
  color: #444;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.board-type01 tbody tr td a.file {
  background: url('/m/en/images/common/file_icon01.png') 100% 50% no-repeat;
  padding-right: 20px;
}
table.board-type01 tbody tr td:last-child {
  border-right: none;
}
table.board-type01 tbody tr:hover {
  background: #f6f6f6;
}
table.board-type01 tbody tr:hover td a {
  color: #9e1c4e;
  text-decoration: underline;
}
table.form-type01 tbody tr td {
  font-size: .8rem;
  padding: 10px;
  color: #444;
}
table.form-type01 tbody tr td input[type="text"],
table.form-type01 tbody tr td input[type="password"],
table.form-type01 tbody tr td input[type="number"] {
  display: inline-block;
  border: 1px solid #d6d6d6;
  background: #f2f2f2;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
}
table.form-type01 tbody tr td input[type="text"].input-t-type01 {
  background: #fff;
}
table.form-type01 tbody tr td select {
  border: 1px solid #999;
  width: 150px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  color: #767676;
  font-weight: 300;
}
table.form-type01 tbody tr td textarea {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  background: #fff;
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
}
table.form-type01 tbody tr td .file-box {
  position: relative;
  padding: 5px 0;
}
table.form-type01 tbody tr td .file-box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
table.form-type01 tbody tr td .file-box label {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  color: #666;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #999;
  font-size: 15px;
  line-height: 38px;
  vertical-align: top;
  font-weight: 400;
}
table.form-type01 tbody tr td .file-box .upload-name {
  display: inline-block;
  border: 1px solid #d6d6d6;
  background: #f2f2f2;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  width: 470px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
table.form-type01 tbody tr td .file-box .add-btn {
  display: inline-block;
  text-align: center;
  background: #aeaeae;
  color: #fff;
  vertical-align: top;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 100;
}
table.form-type01 tbody tr td .file-box .remove-btn {
  display: inline-block;
  text-align: center;
  background: #aeaeae;
  color: #fff;
  vertical-align: top;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 25px;
  font-size: 50px;
  font-weight: 100;
}
table.layout-fix {
  table-layout: fixed;
}
.form-field dl dt {
  font-size: .9rem;
  padding: 10px;
  text-align: left;
  color: #444;
  font-weight: 400;
}
.form-field dl dd {
  font-size: .8rem;
  padding: 10px 10px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  color: #444;
}
.form-field dl dd input[type="text"],
.form-field dl dd input[type="password"],
.form-field dl dd input[type="number"] {
  display: inline-block;
  border: 1px solid #d6d6d6;
  background: #f2f2f2;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
}
.form-field dl dd input[type="text"].input-t-type01 {
  background: #fff;
}
.form-field dl dd select {
  border: 1px solid #999;
  width: 150px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  color: #767676;
  font-weight: 300;
}
.form-field dl dd textarea {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  width: 100%;
  height: 320px;
  background: #fff;
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
}
.form-field dl dd .file-box {
  position: relative;
  padding: 5px 0;
}
.form-field dl dd .file-box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-field dl dd .file-box label {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  color: #666;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #999;
  font-size: 15px;
  line-height: 38px;
  vertical-align: top;
  font-weight: 400;
}
.form-field dl dd .file-box .upload-name {
  display: inline-block;
  border: 1px solid #d6d6d6;
  background: #f2f2f2;
  box-sizing: border-box;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  width: calc(100% - 133px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-field dl dd .file-box .add-btn {
  display: inline-block;
  text-align: center;
  background: #aeaeae;
  color: #fff;
  vertical-align: top;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 100;
}
.form-field dl dd .file-box .remove-btn {
  display: inline-block;
  text-align: center;
  background: #aeaeae;
  color: #fff;
  vertical-align: top;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 25px;
  font-size: 50px;
  font-weight: 100;
}
/* 게시판 뷰 */
.board-view .board-top {
  border-top: 2px solid #000;
}
.board-view .board-top .subject {
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #999;
}
.board-view .board-top .subject h2 {
  font-size: 1.1rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 5px;
}
.board-view .board-top .subject p span {
  font-size: 14px;
  color: #666;
  display: inline-block;
}
.board-view .board-top .subject p span.col2 {
  float: right;
}
.board-view .board-top .file {
  border-bottom: 1px solid #d6d6d6;
}
.board-view .board-top .file span {
  display: table-cell;
  padding: 20px;
  font-size: .9rem;
  color: #555;
}
.board-view .board-top .file span:first-child {
  width: 60px;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  font-weight: 600;
}
.board-view .board-content {
  padding: 20px;
  border-bottom: 1px solid #bbb;
}
.board-view .board-content .txt {
  height: 150px;
}
.board-view .board-bottom {
  border-bottom: 1px solid #bbb;
}
.board-view .board-bottom > div {
  display: table-cell;
  width: 600px;
  padding: 20px;
  position: relative;
}
.board-view .board-bottom > div.prev {
  background: url('/m/en/images/common/arrow_icon21.png') 0% 50% no-repeat;
}
.board-view .board-bottom > div.prev:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 59px;
  background: #bbb;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -29px;
}
.board-view .board-bottom > div.next {
  background: url('/m/en/images/common/arrow_icon22.png') 100% 50% no-repeat;
  text-align: right;
}
.board-view .board-bottom > div a {
  display: block;
  font-size: 15px;
  color: #555;
}
.board-view .board-bottom > div a strong {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.board-view .board-bottom > div a:hover {
  color: #9e1c4e;
  text-decoration: underline;
}
.board-view .board-bottom > div a:hover strong {
  text-decoration: none;
}
/* chk, radio */
.cked {
  display: inline-block;
  margin: 0 5px;
}
.cked input[type="checkbox"] {
  display: none;
}
.cked input[type="checkbox"] + label {
  color: #444;
  font-weight: 400;
}
.cked input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  background: url('/m/en/images/common/sp_chk_ico.png') no-repeat;
  background-position: -76px 0px;
  cursor: pointer;
}
.cked input[type="checkbox"]:checked + label span {
  background: url('/m/en/images/common/sp_chk_ico.png') no-repeat;
  background-position: -108px 0px;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + label {
  color: #f2f2f2;
}
.radio input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.tab-type01 ul {
  overflow: hidden;
}
.tab-type01 ul li {
  float: left;
  position: relative;
  margin-left: -1px;
}
.tab-type01 ul li a {
  display: block;
  text-align: center;
  font-size: .9rem;
  color: #999;
  border: 1px solid #ababab;
  line-height: 40px;
  font-weight: 300;
}
.tab-type01 ul li:first-child {
  margin-left: 0;
}
.tab-type01 ul li.on a {
  color: #9e1c4e;
  border: 1px solid #9e1c4e;
  position: relative;
  z-index: 99;
}
.tab-type01 ul.type01 li {
  width: 20%;
}
.tab-type01 ul.type02 li {
  width: 33.3333%;
}
.tab-type01 ul.type02 li:nth-child(4),
.tab-type01 ul.type02 li:nth-child(5),
.tab-type01 ul.type02 li:nth-child(6) {
  top: -1px;
}
.tab-type01 ul.type02 li:nth-child(7),
.tab-type01 ul.type02 li:nth-child(8),
.tab-type01 ul.type02 li:nth-child(9) {
  top: -2px;
}
.tab-type01 ul.type02 li:nth-child(4),
.tab-type01 ul.type02 li:nth-child(7) {
  margin-left: 0;
}
.tab-type01 ul.type03 li {
  width: 14.28%;
}
.tab-type01 ul.type04 li {
  width: 16.6666%;
}
.tab-type01 ul.type05 li {
  width: 50%;
}
.tab-type01 ul.type05 li:nth-child(3),
.tab-type01 ul.type05 li:nth-child(5),
.tab-type01 ul.type05 li:nth-child(7) {
  top: -1px;
  margin-left: 0;
}
.tab-type01 ul.type05 li:nth-child(4) {
  top: -1px;
}
.tab-type01 ul.type05 li:nth-child(5),
.tab-type01 ul.type05 li:nth-child(6) {
  top: -2px;
}
.tab-type01-contents {
  padding-top: 20px;
}
.tab-type02-contents {
  padding-top: 45px;
}
.tab-type02 {
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  height: 31px;
}
.tab-type02 ul {
  display: inline-block;
  overflow: hidden;
}
.tab-type02 ul li {
  float: left;
  margin: 0 10px;
}
.tab-type02 ul li a {
  font-size: .9rem;
  color: #666;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 300;
  box-sizing: border-box;
}
.tab-type02 ul li.on a {
  color: #333;
  font-weight: 400;
  border-bottom: 2px solid #000;
}
.page-title {
  padding: 0px 0 20px;
  color: #111;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
}
.tit {
  font-size: 1.3rem;
  color: #000;
  position: relative;
  padding-bottom: 25px;
  font-weight: 300;
}
.tit.type01:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tit02 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.heading {
  font-size: 1rem;
  color: #000;
  text-align: center;
  font-weight: 300;
}
.ul-type01 li {
  font-size: .9rem;
  color: #555;
  line-height: 25px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
  text-align: justify;
}
.ul-type01 li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #51636c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.ul-type02 li {
  font-size: .9rem;
  color: #555;
  line-height: 25px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
  text-align: justify;
}
.ul-type02 li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background: #51636c;
  position: absolute;
  left: 0;
  top: 11px;
}
.ol-type01 {
  overflow: hidden;
  counter-reset: counter;
  list-style-type: none;
}
.ol-type01 li {
  box-sizing: border-box;
  position: relative;
  counter-increment: counter;
  padding-left: 50px;
  font-size: .9rem;
  color: #444;
  margin-bottom: 25px;
}
.ol-type01 li:before {
  content: counter(counter, decimal-leading-zero);
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #9a9a9a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
}
.ol-type01 li strong {
  display: block;
  font-size: 18px;
  color: #111;
  font-weight: 500;
  margin-bottom: 5px;
}
.ol-type01.item-1 li {
  float: left;
  width: 100%;
  padding-top: 8px;
}
.ol-type01.item-4 li {
  float: left;
  width: 25%;
  padding-top: 8px;
}
.toggle-type01 {
  border-top: 1px solid #333;
}
.toggle-type01 dt {
  background: url('/m/en/images/common/arrow_icon19.png') 98% 50% no-repeat;
  border-bottom: 1px solid #d9d9d9;
  color: #444;
  font-size: 1rem;
  padding: 15px 35px 15px 20px;
}
.toggle-type01 dt:hover {
  cursor: pointer;
}
.toggle-type01 dt.on {
  background: url('/m/en/images/common/arrow_icon20.png') 98% 50% no-repeat;
  background-color: #e2e3e8;
  color: #111;
  font-weight: 500;
}
.toggle-type01 dd {
  background: #f4f5f8;
  padding: 25px 20px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 25px;
  display: none;
  font-size: .9rem;
}
.toggle-type01 dd ul li {
  color: #333;
  font-size: .9rem;
  margin: 3px 0;
}
.layer-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.layer-popup .popup {
  width: 90%;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 5%;
  left: 5%;
}
.layer-popup .popup .pop-top {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  height: 47px;
}
.layer-popup .popup .pop-top h3 {
  font-size: 1.2rem;
  font-weight: 400;
}
.layer-popup .popup .pop-top a {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  width: 20px;
}
.layer-popup .popup .pop-top a img {
  width: 100%;
}
.layer-popup .popup .pop-contents {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  height: calc(100% - 47px);
}
.business-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.business-popup .popup {
  width: 90%;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 5%;
  left: 5%;
}
.business-popup .popup .pop-top {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  height: 47px;
}
.business-popup .popup .pop-top h3 {
  font-size: 1.2rem;
  font-weight: 400;
}
.business-popup .popup .pop-top a {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  width: 20px;
}
.business-popup .popup .pop-top a img {
  width: 100%;
}
.business-popup .popup .pop-contents {
  box-sizing: border-box;
  padding: 20px;
  height: calc(100% - 47px);
  overflow-y: auto;
}
.business-popup .popup .pop-contents ul {
  margin-top: 10px;
}
.business-popup .popup .pop-contents ul li {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: .9rem;
}
.business-popup .popup .pop-contents ul li:before {
  background: #fff;
}
.business-popup .popup .pop-contents ul li span {
  display: table-cell;
}
.business-popup .popup .pop-contents ul li span:first-child {
  width: 70px;
  position: relative;
  font-weight: 600;
}
.business-popup .popup .pop-contents ul li span:first-child:after {
  content: ":";
  position: absolute;
  right: 0;
}
.business-popup .popup .pop-contents ul li span:last-child {
  padding-left: 10px;
}
body {
  overflow: inherit;
}
body.popup-active {
  overflow: hidden;
}
