@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");

:where(*), :where(*::before), :where(*::after) {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; margin: 0;padding: 0;box-sizing: border-box;}

:root{--brand-color:#0054A7; --brand-color2: #1A80DF; }

*, ::after, ::before {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing: border-box;}

html, body {height: 100%; font-family: 'Pretendard GOV', sans-serif; line-height: 1.5; letter-spacing: -0.3px; color: #222; min-width: 378px; scroll-behavior: smooth; overflow-x: clip; -webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;text-rendering:optimizeLegibility;}

article, aside, footer, header, nav, section {display: block;}

h1, h2, h3, h4, h5, h6, strong {font-weight: 700;}

p {margin-bottom: 0; font-size: 16px;}

a {text-decoration: none; color: inherit; display: flex; align-items: center;}

ul, ol, li {list-style: none; padding: 0;}

img, video {max-width: 100%; height: auto; vertical-align: top;}

.inner {max-width: 1280px; width: 100%; display: flex; margin: 0 auto; align-items: center; box-sizing: border-box;}
.section_area {padding: 100px 0;}

button {display: flex; align-items: center; border: none; background: none; font-size: 16px; cursor: pointer;}

.pc_br {display: block;}
.mobile_br {display: none;}

/*table*/
table {border-collapse: collapse; border-spacing: 0;}
table th, table td {box-sizing:border-box;}

.table.detail {width: 100%; table-layout: fixed; font-size: 16px; color: #222; border-collapse:collapse;}
.table.detail thead th {background: #EBF4F9; color: #000; font-size: 18px; font-weight: 700; text-align: center; padding: 10px; border-right: 1px solid #ccc; border-top: 2px solid #007CC3;}
.table.detail thead th:last-child {border-right: none;}

.table.detail th, .table.detail td {text-align: center; vertical-align: middle; word-break: keep-all;}
.table.detail th {padding: 15px 0; border: 1px solid #ccc; border-left: none; font-weight: 700;}
.table.detail td {padding: 15px 20px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; font-weight: 300; background: #fff;}
.table.detail td:last-child {border-right: none;}
.table.detail tbody th {background: #F9FCFF;}
.table.detail img {height: auto; display: block; margin: 0 auto;}

.table.detail th, .table.detail td {width: auto;}

/*side button*/
.quick-bar {display:flex; flex-direction:column; align-items:flex-end; position:fixed; top:15%; right: 50px; z-index:3;}
.quick-bar .quick-btn {list-style:none; margin-bottom:10px;}
.quick-bar .quick-btn a {display:flex; align-items:center; justify-content:flex-start; width:60px; height:60px; border-radius:999px; color:#fff; overflow:hidden; transition:width .3s ease, padding .3s ease;}
.quick-bar .quick-btn a i {flex:0 0 60px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-right: -8px;}
.quick-bar .quick-btn a span {display:block; font-size:18px; max-width:0; opacity:0; white-space:nowrap; overflow:hidden; transition:max-width .3s ease, opacity .2s ease .1s;}
.quick-bar .quick-btn a:hover {width:140px;}
.quick-bar .quick-btn a:hover span {max-width:90px; opacity:1;}
.quick-bar .quick-btn.black a {background:#222;}
.quick-bar .quick-btn.blue a {background:var(--brand-color);}

/*top button*/
.top_btn {position: fixed; bottom: 50px; right: 50px; background: var(--brand-color); width: 60px; height: 60px; color: #fff; font-size: 24px; display: flex; align-items: center; text-align: center; justify-content: center; align-items: center; border-radius: 50px; z-index: 5000; transition: .3s ease; cursor: pointer; opacity: 0; visibility: hidden; transition: 0.3s ease;}
.top_btn:hover {background: #2791fa;}

@media (max-width: 1024px) {
  .table.detail {font-size: 14px; overflow-x: auto; display: block; white-space: nowrap;}
}

@media screen and (max-width: 1199px) {
  .inner {padding: 0 20px;}
}
@media screen and (max-width: 768px) {
  .pc_br {display:none;}
  .mobile_br {display:block;}

  .top_btn {right: 20px;}
  .quick-bar {top: auto; bottom: 110px; right: 20px;}
}
