@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css");
@import url(//fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
.nanumbrushscript * {
  font-family: 'Nanum Brush Script', cursive;
}

:root {
  font-size: 16px;
  --primary-color: #2d8cf0;
  --master-color: rgb(186, 158, 216);
  --main-color: #34da89;
  --warning-color: #ff9900;
  --desc-color: #808695;
  --title-color: var(--py-gray-800);
  --text-color: var(--py-gray-700);
}

* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', sans-serif, serif;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 16px;
}

html h2,
html h3,
html h4,
html h5,
html h6,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
}

html strong,
body strong {
  font-weight: 500;
}

html ul,
body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.text-primary {
  color: #2d8cf0 !important;
}

.master-color {
  color: #34da89;
}

.warning-color {
  color: #ff9900;
}

.bg-primary {
  background-color: #2d8cf0 !important;
}

.py-webeditor {
  max-width: 100%;
}

.py-shape .cross {
  background: red;
  height: 100px;
  position: relative;
  width: 20px;
}

.py-shape .cross::after {
  background: red;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 40px;
  width: 100px;
}

.papyposts-manager {
  position: relative;
}

.papyposts-manager .papyposts-manager-btn {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  font-size: 1.2rem;
  background-color: transparent;
  border: 0px;
  outline: 0px;
  padding: 5px;
  cursor: pointer;
  color: #f00;
  z-index: 888;
}

.py-ui {
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 1319px) {
  .py-ui .container {
    width: 100%;
  }
}

.py-ui .py-gotop.show {
  color: #fff;
}

.py-ui input.load-focus {
  width: 0px;
  height: 0px;
  outline: 0;
  border: 0;
}

.py-ui input.load-focus:focus {
  border: 0px;
}

.py-ui .card-tiny {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.8);
}

.py-ui .sns-login-container {
  display: flex;
  justify-content: center;
}

.py-ui .sns-login-container .btn-sns-login {
  display: inline-block;
  position: relative;
  min-width: 170px;
  padding: 5px 10px;
}

.py-ui .sns-login-container .btn-sns-login button {
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  padding: 5px 10px;
  padding-left: 30px;
  text-align: center;
  color: #fff;
}

.py-ui .sns-login-container .btn-sns-login button i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 1.4rem;
}

.py-ui .sns-login-container #google-singin button {
  background-color: #ff5a58;
}

.py-ui .sns-login-container #kakao-singin button {
  background-color: #feeb00;
  color: #444;
}

.py-ui .sns-login-container #navere-singin button {
  background-color: #19ce60;
}

@media screen and (max-width: 768px) {
  .py-ui .sns-login-container {
    flex-direction: column;
  }
}

.py-ui .py-header {
  height: 95px;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #ddd;
}

.py-ui .py-header a:focus {
  border: 0px;
}

.py-ui .py-header .bland {
  line-height: 1rem;
  padding: 0px;
  margin: 0px;
  width: 280px;
}

.py-ui .py-header .bland a {
  display: block;
  padding: 0px;
  margin: 0px;
}

.py-ui .py-header .nav-bar .nav-bg {
  border-radius: 0px 0px 30px 30px;
}

.py-ui .py-header.opend .nav-bg {
  height: 360px;
}

.py-ui .py-header.sticky {
  height: 60px;
  background-color: #fff;
}

.py-ui .py-header.sticky .nav-bar .nav-bg {
  top: 60px;
}

.py-ui .py-header.sticky ul.submenu li a {
  font-size: 1.0rem;
}

.py-ui .py-header.type-all ul.submenu {
  top: 70px;
}

@media screen and (max-width: 768px) {
  .py-ui .py-header {
    height: 60px;
  }
  .py-ui .py-header .bland-logo {
    width: 50px;
  }
  .py-ui .py-header .bland-logo .big-logo {
    max-height: 45px;
    display: none;
  }
  .py-ui .py-header .bland-logo .small-logo {
    max-height: 45px;
    display: block;
  }
  .py-ui .py-header.sticky {
    height: 50px !important;
  }
}

@media screen and (max-width: 1200px) {
  .py-ui .py-header .bland-logo .big-logo {
    max-height: 45px;
  }
  .py-ui .py-header .bland-logo .small-logo {
    max-height: 45px;
  }
}

.py-ui .py-header .nav-bar .nav-bg {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px;
  z-index: 999;
}

.py-ui .py-header .nav-bar ul.nav > li.nav-root {
  min-width: 150px;
}

.py-ui .py-header .nav-bar ul.nav > li > a {
  font-weight: 600;
  font-size: 1.1rem;
}

@media screen and (max-width: 1200px) {
  .py-ui .py-header .nav-bar ul.nav > li.nav-root {
    min-width: 130px;
  }
  .py-ui .py-header .nav-bar ul.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.py-ui .py-header ul.submenu {
  border: 0px;
  z-index: 9999;
}

.py-ui .py-header ul.submenu li a {
  color: #fff;
  font-size: 1.0rem;
}

.py-ui .py-header ul.right-nav {
  width: 250px;
  padding: 0px;
}

.py-ui .py-header ul.right-nav a {
  display: block;
}

.py-ui .py-header ul.right-nav .py-profile-dropmenu {
  min-width: 30px;
  margin-right: 0px;
}

.py-ui .py-header ul.right-nav .py-profile-dropmenu .menu {
  top: 60px;
}

.py-ui .py-header ul.right-nav .search-bar .search-input {
  top: auto;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .py-ui .py-header ul.right-nav .search-bar .search-input {
    bottom: 10px;
  }
}

.py-ui .py-sidebar .header {
  height: 150px;
  background-image: url(/gsports/ko/theme/sports210621/static/images/bg_slidebar.png);
  color: #fff;
}

.py-ui .py-sidebar .header a {
  color: #fff;
}

.py-ui .py-sidebar .header .logo {
  position: absolute;
  max-width: 180px;
  top: 10px;
  left: 10px;
}

.py-ui .py-sidebar .py-sidenav li.nav-root > a {
  font-size: 1.2rem;
}

.py-ui .py-sidebar .py-sidenav ul.submenu li a {
  font-size: 1.1rem !important;
}

.py-ui .py-sidebar .py-sidenav ul.submenu li a.active {
  color: #2d8cf0;
}

.py-ui .py-regist .card {
  padding: 30px 20px;
  width: 800px;
  flex-direction: row;
}

.py-ui footer {
  padding: 0px;
  color: #bdbdbd;
  background: #002a5c;
  position: relative;
  padding-top: 4.5rem;
  text-align: left;
  margin-top: 0px;
}

.py-ui footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #002a5c;
  opacity: 0.7;
}

.py-ui footer .container {
  position: relative;
  z-index: 2;
}

.py-ui footer .container .footer-menu {
  min-height: 200px;
}

.py-ui footer .container .footer-menu .col-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-ui footer .container .footer-menu .col-3:first-child {
  padding-left: 0px;
}

.py-ui footer .container .footer-menu .logo {
  margin-bottom: 15px;
}

.py-ui footer .container .footer-menu .logo img {
  max-width: 250px;
}

.py-ui footer .container .footer-menu .sns {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.py-ui footer .container .footer-menu .sns li {
  padding-top: 30px;
  padding-right: 20px;
}

.py-ui footer .container .footer-menu .sns li img {
  border-radius: 10px;
}

.py-ui footer .container .footer-menu h3 {
  color: #34da89;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.py-ui footer .container .footer-menu p.desc {
  padding-bottom: 20px;
}

.py-ui footer .container .footer-menu .menu-list {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-direction: column;
}

.py-ui footer .container .footer-menu .menu-list svg {
  color: #34da89;
  display: inline-block;
  min-width: 20px;
}

.py-ui footer .container .footer-menu .menu-list a {
  color: #bdbdbd;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.py-ui footer .container .copy-right {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #dee2e6;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
}

.py-ui footer .kind-link-combo {
  margin-top: 20px;
  width: 90%;
  position: relative;
}

.py-ui footer .kind-link-combo label {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 7px 10px;
  color: #032c5e;
  width: 100%;
  position: relative;
  font-size: 1.2rem;
}

.py-ui footer .kind-link-combo label::after {
  position: absolute;
  right: 10px;
  content: "\e944";
  font-size: 1.6rem;
  top: 7px;
  font-family: xeicon !important;
  transition: all 0.3s ease-in-out;
}

.py-ui footer .kind-link-combo ul {
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 43px;
  left: 0px;
  right: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.py-ui footer .kind-link-combo ul li:first-child {
  padding-top: 10px;
}

.py-ui footer .kind-link-combo ul li:last-child {
  padding-bottom: 10px;
}

.py-ui footer .kind-link-combo ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 1.1rem;
}

.py-ui footer .kind-link-combo input:checked ~ ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition-delay: 0s, 0s, 0.3s;
}

.py-ui footer .kind-link-combo input:checked ~ label::after {
  content: "\e941";
}

.py-ui footer .kind-link-combo input {
  position: absolute;
  left: -9999;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .py-ui footer .kind-link-combo {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .py-ui footer {
    padding-top: 1.5rem;
  }
  .py-ui footer .container .footer-menu .logo {
    text-align: center;
  }
  .py-ui footer .container .footer-menu .sns {
    justify-content: center;
  }
  .py-ui footer .container .footer-menu .sns li {
    padding-top: 0px;
    padding-right: 5px;
  }
  .py-ui footer .container .footer-menu h3 {
    margin-bottom: 10px;
  }
  .py-ui footer .container .footer-menu .menu-list.quick-link {
    flex-direction: row;
  }
  .py-ui footer .container .footer-menu .menu-list.quick-link a {
    padding: 5px;
  }
}

.news-notice {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .news-notice {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title span {
  color: #4a83fd;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-top: 28px;
  z-index: 1;
  font-weight: 600;
}

.section-title span::before {
  position: absolute;
  content: '';
  background: rgba(74, 131, 253, 0.09);
  width: 50px;
  height: 50px;
  left: -25px;
  top: 8px;
  z-index: -1;
}

.section-title span::after {
  position: absolute;
  content: '';
  background: rgba(74, 131, 253, 0.09);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  height: 24px;
  left: 9px;
  top: 0px;
  z-index: -1;
}

.section-title h2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  color: #276265;
}

@media screen and (max-width: 1024px) {
  .section-title {
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 1.4rem;
  }
}

.simple-header {
  text-align: center;
  padding: 18px 20px;
  border-bottom: 1px solid #d9d9d9;
}

.simple-header .bland img {
  max-height: 50px;
}

.sub-header {
  position: relative;
  height: 220px;
  background-color: #ecdccc;
  background-image: url(/gsports/ko/theme/sports210621/static/images/bg_sub3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.sub-header .container {
  z-index: 9;
  height: 100%;
  padding: 0px;
  padding-top: 70px;
  background-image: url(/gsports/ko/theme/sports210621/static/images/bg_sub4.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}

.sub-header .container h1 {
  color: #fff;
  text-align: left;
  padding-left: 40px;
  text-shadow: 2px 2px 2px #000;
}

.sub-header .container p.slogan {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  padding-left: 40px;
  text-shadow: 2px 2px 2px #000;
}

@media screen and (max-width: 540px) {
  .sub-header {
    height: auto;
  }
  .sub-header .container {
    padding: 20px 15px;
    background-position: center;
  }
  .sub-header .container h1 {
    text-align: center;
    padding-left: 0px;
  }
  .sub-header .container p.slogan {
    font-size: 1.2rem;
    text-align: center;
    padding-left: 0px;
  }
}

.breadcrumb-bar {
  background-color: #607d8b;
}

.breadcrumb-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-bar ul.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.breadcrumb-bar ul.breadcrumb > li {
  border-right: 1px solid #84939a;
  color: #fff;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  padding: 10px;
}

.breadcrumb-bar ul.breadcrumb > li.home {
  border-left: 1px solid #84939a;
  font-size: 1.6rem;
  line-height: 0;
}

.breadcrumb-bar ul.breadcrumb > li.home > a {
  line-height: 0;
  padding: 0px;
}

.breadcrumb-bar ul.breadcrumb > li > a {
  color: #fff;
}

.breadcrumb-bar ul.breadcrumb > li.active {
  position: relative;
  color: #fff;
  display: block;
  min-width: 200px;
}

.breadcrumb-bar ul.breadcrumb > li.active strong {
  font-weight: 400;
}

.breadcrumb-bar ul.breadcrumb > li .dropdown-button {
  border: 0px;
}

.breadcrumb-bar ul.breadcrumb > li .dropdown-button button::after {
  color: #fff;
}

.breadcrumb-bar ul.breadcrumb > li ul.dropdown-menu {
  max-height: 300px;
}

.breadcrumb-bar ul.breadcrumb > li ul.dropdown-menu li a {
  display: block;
  padding-top: 5px;
}

.breadcrumb-bar .sns-link-share {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

.breadcrumb-bar .sns-link-share a.print-icon {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  margin-right: 15px;
}

.breadcrumb-bar .sns-link-share .py-dropdown label {
  border: 0px;
}

.breadcrumb-bar .sns-link-share .py-dropdown label i {
  color: #fff;
  font-size: 28px;
}

.breadcrumb-bar .sns-link-share .py-dropdown label::after {
  color: #fff;
}

.breadcrumb-bar .sns-link-share .py-dropdown ul {
  border: 0px;
}

.breadcrumb-bar .sns-link-share .py-dropdown ul li a {
  color: #fff;
}

.breadcrumb-bar .sns-link-share .py-dropdown ul li a.sns-kakao-icon {
  color: #444;
}

@media screen and (max-width: 768px) {
  .breadcrumb-bar .sns-link-share .py-dropdown.response ul {
    top: 40px;
    padding: 10px;
    border: 1px solid #607d8b;
    border-radius: 0 0 10px 10px;
    background-color: #607d8b;
  }
}

@media screen and (max-width: 540px) {
  .breadcrumb-bar ul.breadcrumb > li.home, .breadcrumb-bar ul.breadcrumb > li.crumb {
    display: none;
  }
  .breadcrumb-bar ul.breadcrumb .py-dropdown-group {
    width: 100%;
  }
}

.papyboard-app .pyboard-calendar .tui-full-calendar-weekday-schedule-title {
  font-weight: 400;
}

.sub-body {
  min-height: 500px;
  padding: 50px 0px 100px 0px;
  position: relative;
  margin-top: 50px;
}

.sub-body [class~="col"],
.sub-body [class*="col-"],
.sub-body [class*="col_"] {
  padding: 0 1rem 1rem;
}

.sub-body.one-content {
  background-color: #f2f2f2;
}

.sub-body .response-scroll {
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
  position: relative;
}

.sub-body .bullet .bu-section {
  padding-bottom: 30px;
}

.sub-body .bullet .bu-section p,
.sub-body .bullet .bu-section div,
.sub-body .bullet .bu-section ul {
  margin-left: 10px;
}

.sub-body .bullet h3 {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #444;
}

.sub-body .bullet h3::before {
  content: '';
  position: absolute;
  border: 2px solid #2d8cf0;
  width: 20px;
  left: 0;
  top: 0;
}

.sub-body .bullet ul.bar-dot {
  display: block;
  padding-left: 20px;
  border-left: solid 6px #e0e0e0;
}

.sub-body .bullet ul.bar-dot li {
  padding: 5px 0px;
  position: relative;
}

.sub-body .bullet ul.bar-dot li::before {
  position: absolute;
  content: '';
  left: -30.5px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid #e0e0e0;
  border-radius: 50%;
}

.sub-body .bullet ul.bar-dot li::after {
  position: absolute;
  content: '';
  left: -27.5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid #34da89;
  border-radius: 50%;
  z-index: 1;
}

.sub-body .bullet table.table {
  width: 100%;
  table-layout: fixed;
  margin: 10px 0 0 0;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #333;
}

.sub-body .bullet table.table caption {
  width: 1px !important;
  height: 1px !important;
  margin-top: -1px;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.sub-body .bullet table.table thead tr th {
  padding: 10px 10px;
  vertical-align: middle;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}

.sub-body .bullet table.table thead tr th:first-child {
  border-left: 0px solid #ddd;
}

.sub-body .bullet table.table tbody tr td {
  padding: 10px 10px;
  vertical-align: middle;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.sub-body .bullet table.table tbody tr td:first-child {
  border-left: 0px solid #ddd;
}

.simple-box {
  background-color: #fcfcfc;
  border: 1px solid #d9d9d9;
  display: block;
}

.account-zone .login-box,
.account-zone .pwch-box {
  max-width: 640px;
  margin: 0 auto;
}

.account-zone .login-box .body,
.account-zone .pwch-box .body {
  padding: 30px 20px;
}

.account-zone .login-box .header,
.account-zone .pwch-box .header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.account-zone .login-box .header:after,
.account-zone .pwch-box .header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 82, 118, 0.85);
  z-index: 0;
}

.account-zone .login-box .header h1,
.account-zone .pwch-box .header h1 {
  z-index: 1;
  position: relative;
  color: #fff;
}

.account-zone .login-box .py-tabs li,
.account-zone .pwch-box .py-tabs li {
  width: 33.33%;
  text-align: center;
}

.account-zone .login-box .tab-pane,
.account-zone .pwch-box .tab-pane {
  padding: 30px 40px !important;
}

@media screen and (max-width: 540px) {
  .account-zone .login-box,
.account-zone .pwch-box {
    width: 100%;
  }
  .account-zone .login-box .py-tabs li a,
.account-zone .pwch-box .py-tabs li a {
    font-size: 0.8rem;
  }
  .account-zone .login-box .tab-pane,
.account-zone .pwch-box .tab-pane {
    padding: 20px 15px !important;
  }
}

.account-zone .regist-text {
  max-width: 640px;
  margin: 0 auto;
  text-align: right;
}

.account-zone .regist-text span {
  font-size: 1.2rem;
  color: #444;
}

.account-zone .regist-text a {
  padding: 5px 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 540px) {
  .account-zone .regist-text {
    width: 100%;
  }
}

.account-zone .ivu-form .ivu-form-item-label {
  font-size: 1.0rem;
}

.account-zone .regist-box {
  max-width: 640px;
  margin: 0 auto;
}

.account-zone .regist-box .header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.account-zone .regist-box .header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 82, 118, 0.85);
  z-index: 0;
}

.account-zone .regist-box .header h1 {
  z-index: 1;
  position: relative;
  color: #fff;
}

.account-zone .regist-box form {
  border: 0px;
}

@media screen and (max-width: 540px) {
  .account-zone .regist-box .form-regist {
    padding: 30px 10px;
  }
  .account-zone .regist-box .ivu-steps-vertical {
    width: 45px;
  }
  .account-zone .regist-box .ivu-steps-vertical .ivu-steps-item .ivu-steps-main .ivu-steps-title {
    display: none;
  }
}

#pg-greeting .py-profile .header {
  padding-top: 1rem;
}

#pg-greeting .py-profile .header .avatar-zone img {
  width: 170px;
  height: 200px;
}

#pg-greeting .py-profile .body {
  padding-top: 90px;
}

#pg-greeting .py-profile .body strong {
  font-size: 1.3rem;
}

#pg-greeting .py-profile .body em {
  color: #888;
}

#pg-greeting .greeting-body {
  padding-left: 60px;
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  #pg-greeting .greeting-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#pg-purpose {
  padding: 0px 200px;
  display: block;
}

#pg-purpose .busin {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

#pg-purpose .busin .cy-text {
  position: relative;
  width: 200px;
  height: 120px;
  border: 20px solid #509dc4;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pg-purpose .busin .cy-text p {
  font-size: 1.6rem;
}

#pg-purpose .busin .cy-text i.ivu-icon-md-disc {
  text-align: center;
  display: block;
  font-size: 30px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  color: #509dc4;
  background-color: #fff;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
}

#pg-purpose .busin .text-desc {
  text-align: center;
  font-size: 1.1rem;
  display: block;
  width: 100%;
  padding: 0px 20px;
}

@media screen and (max-width: 960px) {
  #pg-purpose .busin .text-desc {
    padding: 0px 0px;
  }
}

#pg-purpose .busin .text-desc p {
  width: 100%;
  white-space: normal;
  text-align: center;
}

#pg-purpose .busin .mission-vision {
  display: flex;
  align-items: center;
}

#pg-purpose .busin .mission-vision .left-text strong,
#pg-purpose .busin .mission-vision .left-text em,
#pg-purpose .busin .mission-vision .center-text strong,
#pg-purpose .busin .mission-vision .center-text em,
#pg-purpose .busin .mission-vision .right-text strong,
#pg-purpose .busin .mission-vision .right-text em {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

#pg-purpose .busin .mission-vision .left-text strong,
#pg-purpose .busin .mission-vision .center-text strong,
#pg-purpose .busin .mission-vision .right-text strong {
  color: #888;
}

#pg-purpose .busin .mission-vision .left-text {
  width: 180px;
  text-align: right;
  padding-right: 20px;
}

#pg-purpose .busin .mission-vision .center-text {
  text-align: right;
  padding: 20px;
  font-size: 32px;
}

#pg-purpose .busin .mission-vision .right-text {
  width: 180px;
  text-align: left;
  padding-left: 20px;
}

#pg-purpose .busin .mission-vision .item-1,
#pg-purpose .busin .mission-vision .item-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#pg-purpose .busin .mission-vision .item-1 p i,
#pg-purpose .busin .mission-vision .item-2 p i {
  font-size: 48px;
  color: #000;
}

#pg-purpose .busin .mission-vision .item-1 {
  border: 20px solid #40adb7;
}

#pg-purpose .busin .mission-vision .item-1 i.ivu-icon-md-disc {
  color: #40adb7;
}

#pg-purpose .busin .mission-vision .item-2 {
  border: 20px solid #f6a54f;
}

#pg-purpose .busin .mission-vision .item-2 i.ivu-icon-md-disc {
  color: #f6a54f;
}

@media screen and (max-width: 960px) {
  #pg-purpose {
    padding: 0px 20px;
  }
  #pg-purpose .mission-vision {
    flex-direction: column;
  }
  #pg-purpose .mission-vision .center-text {
    padding: 0px !important;
  }
  #pg-purpose .mission-vision .left-text,
#pg-purpose .mission-vision .center-text,
#pg-purpose .mission-vision .right-text {
    text-align: center !important;
  }
  #pg-purpose .mission-vision .right-text {
    padding-top: 10px;
  }
}

#pg-organ .response-scroll {
  display: block;
  overflow: auto;
  width: 100%;
  position: relative;
}

#pg-organ .organ-chart {
  width: 800px;
  scroll-snap-align: center;
  border: 0px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  position: relative;
  margin: 0 auto;
}

#pg-organ .organ-chart .panel {
  display: block;
  width: 200px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #00bcd4;
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
}

#pg-organ .organ-chart .panel .hd {
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: #00bcd4;
}

#pg-organ .organ-chart .panel.org-1 {
  border-bottom: 2px solid #2d8cf0;
  margin-bottom: 60px;
}

#pg-organ .organ-chart .panel.org-1 .hd {
  background-color: #2d8cf0;
}

#pg-organ .organ-chart .panel.org-2::after {
  position: absolute;
  right: -100px;
  top: 50%;
  content: '';
  border: 1px solid #ccc;
  width: 100px;
  height: 1px;
}

#pg-organ .organ-chart .panel .bd {
  padding: 5px 10px;
  text-align: center;
}

#pg-organ .organ-chart .panel.up-line::before {
  position: absolute;
  left: 50%;
  top: -41px;
  content: '';
  border: 1px solid #ccc;
  width: 1px;
  height: 41px;
  z-index: -1;
}

#pg-organ .organ-chart .panel.up-line.org-1-2::before {
  top: -61px;
  height: 61px;
  z-index: -1;
}

#pg-organ .organ-chart .center-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#pg-organ .organ-chart .center-chart .panel {
  width: 300px;
}

#pg-organ .organ-chart .l-chart {
  display: block;
  width: 200px;
  position: absolute;
  left: 0px;
  top: 115px;
}

#pg-organ .organ-chart .l-chart .panel {
  display: block;
  width: 200px;
  border-bottom: 2px solid #9c27b0;
}

#pg-organ .organ-chart .l-chart .panel .hd {
  background-color: #9c27b0;
}

#pg-organ .organ-chart .l-chart .panel.lp-1::after {
  position: absolute;
  content: '';
  border: 1px solid #ccc;
  width: 52px;
  height: 1px;
  top: 50%;
  right: -52px;
  z-index: -1;
}

#pg-organ .organ-chart .l-chart .panel.lp-2::before, #pg-organ .organ-chart .l-chart .panel.lp-3::before, #pg-organ .organ-chart .l-chart .panel.lp-4::before {
  position: absolute;
  left: 50%;
  top: -41px;
  content: '';
  border: 1px solid #ccc;
  width: 1px;
  height: 41px;
  z-index: -1;
}

#pg-organ .organ-chart .r-chart-kamsa {
  display: block;
  width: 200px;
  position: absolute;
  right: 0px;
  top: 60px;
}

#pg-organ .organ-chart .r-chart-kamsa .panel {
  width: 100%;
  border-bottom: 2px solid #ff9800;
  z-index: 2;
}

#pg-organ .organ-chart .r-chart-kamsa .panel .hd {
  background-color: #ff9800;
}

#pg-organ .organ-chart .r-chart-kamsa .panel::before {
  position: absolute;
  content: '';
  border: 1px solid #ccc;
  width: 200px;
  height: 1px;
  top: 50%;
  left: -200px;
  z-index: -1;
}

#pg-organ .organ-chart .r-chart {
  display: block;
  width: 200px;
  position: absolute;
  right: 0px;
  top: 220px;
  border-top: 2px solid #ff9800;
  border-bottom: 2px solid #ff9800;
  background: #fff;
}

#pg-organ .organ-chart .r-chart li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
}

#pg-executive section.card,
#pg-employee section.card {
  display: flex;
  flex-direction: row;
  padding: 10px;
  min-height: 170px;
}

#pg-executive section.card .avatar,
#pg-employee section.card .avatar {
  position: relative;
  width: 110px;
  min-width: 110px;
}

#pg-executive section.card .avatar .img-center,
#pg-employee section.card .avatar .img-center {
  text-align: center;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
}

#pg-executive section.card .avatar .img-center img,
#pg-employee section.card .avatar .img-center img {
  width: 100px;
  display: block;
  margin: auto;
}

#pg-executive section.card .body,
#pg-employee section.card .body {
  padding: 10px 10px 10px 20px;
}

.guide-content h2 {
  font-size: 2rem;
  font-weight: 400;
}

.guide-content .card {
  margin-top: 50px;
}

.guide-content .card .list-menu p {
  line-height: 1.5rem;
}

.guide-content .card > .body {
  padding-bottom: 50px;
}

.guide-content .card > .body p {
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.guide-content .card > .body h3::before {
  border: 0;
}

.guide-content .list-menu {
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 2px solid #2d8cf0;
  display: block;
  padding: 20px 20px;
  line-height: 2;
}

.guide-content .list-menu ol {
  margin-top: 20px;
  padding-left: 30px;
}

.guide-content .list-menu ol li a {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.guide-content .list-menu ol li a:hover {
  color: #2d8cf0;
}

.guide-content .content-body {
  line-height: 2;
  padding: 0 10px;
}

.guide-content .content-body dl dt {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 15px;
}

.guide-content .content-body dl ol {
  padding-left: 30px;
  padding-top: 5px;
  line-height: 1.5;
}

.guide-content .content-body table.table {
  margin-top: 10px;
}

.guide-content .content-body table.table thead tr th {
  border-left: 1px solid #ddd !important;
  text-align: center;
  padding: 5px;
}

.guide-content .content-body table.table thead tr th:last-child {
  border-right: 1px solid #ddd !important;
}

.guide-content .content-body table.table tbody tr th {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.guide-content .content-body table.table tbody tr td {
  padding: 5px;
}

.guide-content .content-body table.table tbody tr td:last-child {
  border-right: 1px solid #ddd !important;
}

#totalsearch {
  background-color: #fff;
}

#totalsearch .py-searchbox {
  margin: 0 auto;
}

#totalsearch .search-result h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

#totalsearch .search-result article {
  margin-bottom: 20px;
}

#totalsearch .search-result article .title-link {
  padding: 5px 0px;
}

#totalsearch .search-result article .title-link a {
  color: #0c43b7;
  font-size: 1.1rem;
}

#totalsearch .search-result article .title-link a:visited {
  color: #b3209b;
}

.papyboard-app .py-searchbox select {
  background-color: transparent !important;
}

.papyboard-app .list-collapsible .title-info {
  line-height: 1.6rem;
}

#intro-rule .list-collapsible .item label.title {
  display: flex;
  flex-direction: row;
  justify-content: start;
  text-align: left;
  align-items: flex-start;
}

#intro-rule .list-collapsible .item label.title .title-info p {
  text-align: left;
}

#intro-rule .list-collapsible .item label.title .title-info p.i {
  display: none;
}

@media screen and (max-width: 768px) {
  #intro-rule .list-collapsible .item label.title {
    flex-direction: column;
  }
}

.rule-posts-table td.title {
  position: relative;
}

.rule-posts-table td.title a.modify-btn {
  position: absolute;
  right: 10px;
  color: #f00;
}

.popup_layout {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
}

.popup_layout.popup_01 {
  height: 420px;
  background-image: url("/static/images/bg/popup_bg_01.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.popup_layout.popup_01 .contain {
  padding: 50px;
}

.popup_layout.popup_01 .contain h3 {
  margin-top: 20px;
  text-align: center;
  color: var(--primary-color);
  font-size: 1.6em;
  margin-bottom: 50px;
}

.popup_layout.popup_01 .contain p {
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.popup_layout.popup_01 .contain p.ftext {
  margin-top: 20px;
  font-size: 1.2em;
}

@media screen and (max-width: 400px) {
  .popup_layout.popup_01 {
    height: 370px;
  }
  .popup_layout.popup_01 .contain {
    padding: 50px;
  }
  .popup_layout.popup_01 .contain h3 {
    margin-top: 20px;
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  .popup_layout.popup_01 .contain p.ftext {
    margin-top: 10px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 560px) {
  .papyposts-gallery .pymo-posts-list ul li {
    padding: 0 0.5rem 0.5rem;
  }
}

.papyposts-vod .py-img-cover {
  height: 230px;
}

.papyposts-vod .card-body {
  height: 150px;
}

.papyposts-vod .prestr {
  position: absolute;
  right: 15px;
  top: 12px;
  border: 1px solid var(--py-info-color);
  border-radius: 25px;
  font-size: .85rem;
  padding: 4px 10px;
  line-height: 1;
}

.table {
  border-collapse: collapse;
}

.table tbody tr td,
.table tbody tr th,
.table thead tr td,
.table thead tr th {
  border: 1px solid var(--py-gray-400);
}

#write-group-posts-app .py-modal .body {
  height: 500px;
}

.article-header ul .field-M_HIT {
  display: none;
}

.menu-items > .item:first-child {
  display: none !important;
}

#emblem .t-container h3.menutitle {
  color: #232323;
  margin-bottom: 10px;
  margin-top: 0 !important;
  font-size: 3rem;
  text-align: center;
  padding: 40px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

#emblem .content h4 {
  position: relative;
  font-size: 2rem;
  color: #000;
  padding: 25px 0 10px 0;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}

#emblem .content h4::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #000;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}

#emblem .content .img_box {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

#emblem .content .img_box img {
  width: 400px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
  /* 크롬, 사파리용 */
  image-rendering: crisp-edges;
  /* 파이어폭스용 */
  backface-visibility: hidden;
  /* 이미지 렌더링 개선 */
  transform: translateZ(0);
  /* 하드웨어 가속 활성화 */
}

#emblem .content .img_box img:hover {
  transform: scale(1.02) translateZ(0);
}

#emblem .content .btn_set {
  padding: 25px 0;
  text-align: center;
  overflow: hidden;
}

#emblem .content .btn_set a.btn_con {
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #3657c4, #4a6fd7);
  color: #fff !important;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(54, 87, 196, 0.3);
}

#emblem .content .btn_set a.btn_con i.fas,
#emblem .content .btn_set a.btn_con i.far {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

#emblem .content .btn_set a.btn_con:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(54, 87, 196, 0.4);
}

#emblem .content .btn_set a.btn_con::after {
  display: none;
}
