﻿@charset "utf-8";

/* 
    css작성시 주의사항 : 
    해상도 1280을 해치지 않는 아이콘의 크기(px로 함)를 제외한 모든 사이즈는 rem단위로 지정한다.
    해상도에 따라 가로 스크롤이 생기지 않도록 본문을 보기 위함(우측 로그인 후의 화면 고려)
*/

@font-face {
  font-family: "paybooc";
  src: url("/common/assets/fonts/paybooc-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "paybooc";
  src: url("/common/assets/fonts/paybooc-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "paybooc";
  src: url("/common/assets/fonts/paybooc-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "paybooc";
  src: url("/common/assets/fonts/paybooc-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/assets/fonts/Pretendard-ExtraBold.woff2") format("woff2"),
    url("/common/assets/fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/assets/fonts/Pretendard-Bold.woff2") format("woff2"),
    url("/common/assets/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/assets/fonts/Pretendard-SemiBold.woff2") format("woff2"),
    url("/common/assets/fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/assets/fonts/Pretendard-Medium.woff2") format("woff2"),
    url("/common/assets/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/common/assets/fonts/Pretendard-Regular.woff2") format("woff2"),
    url("/common/assets/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
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,
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;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input,
button {
  font-family: "Pretendard", "paybooc", "sans-serif";
  font-weight: 400;
  color: #000;
}
button {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.footer img {
  max-width: unset;
}
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
select {
  font-family: "Pretendard";
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.block {
  display: block;
}
.normal {
  font-weight: 400;
}
html {
  font-size: 62.5%;
  line-height: 1.285;
}

/* 해상도 1768(배율 100%) */
@media screen and (max-width: 1768px) {
  html {
    font-size: 57.454427%;
  }
}
/* 해상도 1680(배율 100%) */
@media screen and (max-width: 1680px) {
  html {
    font-size: 54.6875%;
  }
}
/* 해상도 1600(배율 100%) */
@media screen and (max-width: 1600px) {
  html {
    font-size: 52.083333%;
  }
}
/* 해상도 1920(배율 125%) & 해상도 1536 */
@media screen and (max-width: 1536px) {
  html {
    font-size: 50%;
  }
}
/* 해상도 1440(배율 100%) */
@media screen and (max-width: 1440px) {
  html {
    font-size: 46.875%;
  }
}
/* 해상도 1400(배율 100%) */
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.572916%;
  }
}
/* 해상도 1366(배율 100%) */
@media screen and (max-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
/* 해상도 1360(배율 100%) */
/*
@media screen and (max-width: 1360px) {
  html {
    font-size: 44.270833%;
  }
}
*/
/* 해상도 1920(배율 150%) & 해상도 1280 */
/*
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.666666%;
  }
}
*/
.btn_top {
  z-index: 999;
  position: fixed;
  left: 50%;
  bottom: 6.3rem;
  margin-left: 54.6rem;
  width: 7rem;
  height: 7rem;
  background: url("/common/assets/images/allbaro2023/common/btn_top.png")
    no-repeat;
  background-size: 7rem 7rem;
  border: 0;
  cursor: pointer;
}
.btn_top:hover {
  background-image: url("/common/assets/images/allbaro2023/common/btn_topon.png");
}
p.rec,
.rec > li,
.dot > li,
.dash > li,
.ldot > li {
  position: relative;
  padding-left: 1.2rem;
}
[class^="tbl_type"] td span.dot:before,
.dot > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #2a2f2e;
  border-radius: 50%;
}
.dash > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.5rem;
  height: 2px;
  background-color: #2a2f2e;
}
.ldot > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #2a2f2e;
  border-radius: 50%;
}
.rec:before,
.rec > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #2a2f2e;
}
.tbl_scroll {
  overflow: scroll;
  width: 100%;
  height: 127.5rem;
}
[class^="tbl"] {
  width: 100%;
  font-size: 1.6rem;
}
[class^="tbl_type"] .em {
  text-align: center;
  background-color: #effad5;
  color: #438601;
}
[class^="tbl_type"] tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
[class^="tbl_type"] th {
  font-weight: 600;
}
[class^="tbl_type"] th,
[class^="tbl_type"] td {
  vertical-align: middle;
  padding: 1.9rem 1rem;
}
[class^="tbl_type"].list th {
  line-height: 1.9rem;
}
[class^="tbl_type"].list td {
  padding: 1.6rem 0.5rem;
}
[class^="tbl_type"] th + th {
  border-left: 1px solid #cfcfcf;
}
[class^="tbl_type"] td {
  border-right: 1px solid #cfcfcf;
}
[class^="tbl_type"] td:last-child {
  border-right-width: 0;
}
[class^="tbl_type"] td .em1 {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  color: #f6881f;
}
[class^="tbl_type"] td span.dot {
  position: relative;
  display: block;
  padding-left: 1rem;
}
[class^="tbl_type"] td.lline {
  border-left: 1px solid #cfcfcf;
}
/* 테이블 스타일 - thead 있는 경우 */
.tbl_type1 thead th,
.tbl_type1 tbody th {
  text-align: center;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e1e1e1;
}
.tbl_type1 thead th {
  border-top: 2px solid #292e2d;
}
.tbl_type1 tbody th {
  border-right: 1px solid #cfcfcf;
}
.tbl_type1 tbody td {
  text-align: center;
}
.tbl_type1 td.left {
  padding-left: 3rem;
}
.tbl_type1.list td.left {
  padding-left: 1.6rem;
}
.tbl_type1.list2 th {
  padding: 1.2rem 0.4rem;
  line-height: 1.9rem;
}
.tbl_type1.list2 td {
  padding: 0.4rem;
}
.tbl_type1.list3 td {
  padding: 1.2rem 0.4rem;
}
.tbl_type1.list3 td.left {
  padding: 1.2rem 1.6rem;
  line-height: 2.1rem;
}
.tbl_type1 td .fonts14 {
  display: block;
  font-size: 1.4rem;
}
[class^="tbl_type"] td .tle {
  font-weight: 600;
}
[class^="tbl_type"] td .tle + ul {
  margin-left: 1rem;
}
[class^="tbl_type"] td .tle + ul.none {
  margin-left: 0;
}
/* 테이블 스타일 - thead 없는 경우 */
.tbl_type2 tbody {
  border-top: 2px solid #292e2d;
}
.tbl_type2 tbody th {
  text-align: left;
  padding-left: 3rem;
  background-color: #f8f8f8;
}
.tbl_type2 tbody th.center {
  text-align: center;
  padding-left: 1rem;
}
.tbl_type2 tbody th + td {
  border-left: 1px solid #cfcfcf;
}
.tbl_type2 tbody td.pl30 {
  padding-left: 3rem;
}
.tbl_type2 tbody td.left {
  padding: 1rem 3rem;
}
.tbl_type2 tbody td.qna_con {
  padding: 2rem 2.6rem;
}
.tbl_view {
  margin-top: 5rem;
  border-top: 2px solid #2a2f2e;
}
.tbl_view .info_view1 {
  padding: 3.2rem 5rem;
}
.tbl_view.list_ico [class^="ico_"] {
  margin-bottom: 1.6rem;
  padding: 1.3rem 2.6rem 0 2.7rem;
  height: 4.4rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.tbl_view .info_base {
  display: flex;
  font-size: 1.7rem;
}
.tbl_view .info_base > li {
  position: relative;
}
.tbl_view .info_base > li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -0.3rem 1.4rem 0 1.5rem;
  width: 2px;
  height: 1.6rem;
  background-color: #2a2f2e;
}
.tbl_view .info_view2 {
  padding: 5rem;
  border-top: 1px solid #b0b0b0;
  font-size: 1.8rem;
}
.tbl_view .info_view3 {
  display: block;
/*   display: flex; */
  padding: 2.8rem 5rem;
  background-color: #f8f8f8;
  border-top: 1px solid #b0b0b0;
  word-break: keep-all;
}
.tbl_view .info_view3 .tit {
  width: 10.3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.tbl_view .info_view3 div {
  margin-bottom: -0.8rem;
  width: calc(100% - 10.3rem);
}
.tbl_view .info_view3 div > span {
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
}
.tbl_view .info_view3 .infile {
  padding-right: 3rem;
  width: 2rem;
  height: 2.1rem;
  background: url("/common/assets/images/allbaro2023/common/ico_download.png")
    no-repeat 100% 0;
  background-size: 2rem 2.1rem;
}
.tbl_view2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #b0b0b0;
}
.tbl_view2 > li {
  display: flex;
  align-items: center;
  padding: 1.9rem 0 1.8rem 0;
}
.tbl_view2 > li + li {
  border-top: 1px solid #b0b0b0;
}
.tbl_view2 .txt {
  position: relative;
  text-align: center;
  width: 15.3rem;
  font-size: 1.8rem;
  color: #747474;
  font-weight: 700;
}
.tbl_view2 .txt:before {
  content: "";
  position: absolute;
  right: 2.9rem;
  top: 50%;
  width: 1.4rem;
  height: 0.9rem;
  background: url("/common/assets/images/allbaro2023/common/ico_arw_updown.png")
    no-repeat;
  background-size: 1.4rem 1.8rem;
}
.tbl_view2 .txt.prev:before {
  margin-top: -0.5rem;
  background-position: 0 0;
}
.tbl_view2 .txt.next:before {
  margin-top: -0.6rem;
  background-position: 0 -0.9rem;
}
[class^="tbl_view"] + .btnbox {
  margin-top: 5rem;
}
/* 테이블 아래 페이징 */
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.2rem;
  font-size: 1.6rem;
  line-height: 0;
}
.paging em {
  color: #7eb547;
  font-weight: 600;
}
.paging .img {
  position: relative;
  vertical-align: middle;
}
.paging .img:before {
  content: "";
  display: inline-block;
  background: url("/common/assets/images/allbaro2023/common/ico_paging.png")
    no-repeat;
  background-size: 10.2rem 1.5rem;
}
.paging .first {
  margin-right: 1.6rem;
}
.paging .first:before {
  width: 1.5rem;
  height: 1.5rem;
  background-position: -2.9rem 0;
}
.paging .prev {
  margin-right: 1.1rem;
}
.paging .prev:before {
  width: 0.9rem;
  height: 1.5rem;
  background-position: 0 0;
}
.paging .next {
  margin-left: 0.9rem;
}
.paging .next:before {
  width: 0.9rem;
  height: 1.5rem;
  background-position: -5.7rem 0;
}
.paging .last {
  margin-left: 1.6rem;
}
.paging .last:before {
  width: 1.5rem;
  height: 1.5rem;
  background-position: -8.7rem 0;
}
.paging .num {
  margin: 0 0.5rem;
}

.abr-ic-search01 {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 30px;
    height: 30px;
    margin-bottom: -10px;
    background-image: url(/common/assets/images/allbaro2023/common/ab_spritesheet3.png");
    background-position: -282px -343px;
    background-repeat: no-repeat;
    cursor: pointer;
}


.layerUserPop > div button.oKclose + a {
	margin-left: 1.5rem;
	}
.layerUserPop .center button.oKclose {
	display: inline-block;
    padding: 1.5rem 5rem;
    border-radius: 1.6rem;
    border: 1px solid #4f9d00;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
    background-color: #4f9d00;
    color: #fff;
    }