@charset "UTF-8";
body, html {
  display: flex;
  flex-direction: column;
  height: 100%;
  scroll-behavior: smooth;
  min-width: 1250px;
}
/* 메인 padding 값
 --------------------------------------------- */
/*-- .ptg-main .ptg-w1200 {
	position: relative;
	padding: 50px 0px 250px 0px;
} */
/*-- .ptg-main .data-category {
	padding-top: 50px;
}

.ptg-main .data-list {
	padding-bottom: 100px;
}

.ptg-main .data-list .no-data {
	display: flex;
    height: 180px;
    align-items: center;
}

.ptg-main .data-list .no-data h6 {
	margin: 0 auto;
} */
.ptg-main .ptg-w1200 .backspace-button {
  position: absolute;
  padding: 5px 10px;
}
.ptg-main .ptg-w1200 .backspace-button .ptg-button-outline-icon-label {
  color: #4e4e4e;
  font-size: 16px;
}
/* 페이지별 타이틀
 --------------------------------------------- */
.page-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #1b1b1b;
  font-weight: 700;
}
/* 마이페이지 네비게이션 (메뉴)
--------------------------------------------- */
.mypage-navigation {
  width: 100%;
  margin: 40px 0px;
}
.mypage-navigation ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.mypage-navigation ul li {
  flex: 1;
  text-align: center;
  font-size: 17px;
  color: #6d6c6c;
  cursor: pointer;
  border-left: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.mypage-navigation ul li a {
  display: block;
  width: 100%;
  padding: 20px 0px;
}
.mypage-navigation ul li:first-child {
  border-left: 0;
}
.mypage-navigation ul li:hover {
  box-shadow: 0px -2px 0px 0px #000;
  box-sizing: border-box;
}
.mypage-navigation ul li.active {
  box-shadow: 0px -2px 0px 0px #000;
  box-sizing: border-box;
}
/* 마이페이지 페이징
--------------------------------------------- */
.ptg-pagination {
  margin-top: 70px;
}
/* 최신 게시물 N 라벨
--------------------------------------------- */
.new-label {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  color: #0e4194;
  margin: 0px 5px;
  border-radius: 50%;
  border: 1px solid #97accd;
  box-sizing: border-box;
}
/* 로그인, 회원가입, 아이디 찾기, 비번찾기 레이아웃
--------------------------------------------- */
.user-auth-form {
  width: 100%;
  max-width: 520px;
  margin: 40px auto 0px;
  padding: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
/* 회사 소개 관련 공통 배너
--------------------------------------------- */
.info-banner {
  width: 100%;
  height: 400px;
}
.info-banner .background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-banner .banner-inner-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.info-banner .banner-inner-title .banner-icon {
  width: 43px;
}
.info-banner .banner-inner-title .banner-icon img {
  width: 100%;
}
.info-banner .banner-inner-title > h1 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin: 5px 0px 15px 0px;
}
.info-banner .banner-inner-title > h2 {
  color: #fff;
  font-size: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.562);
  padding: 10px 15px;
}
/* 회사 소개 관련 공통 페이지 타이틀
--------------------------------------------- */
.info-title {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 90px 0px;
  font-size: 40px;
  color: #1b1b1b;
  border-bottom: 1px solid #e7e7e7;
}
.info-title::before {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: 30px;
}
/* 메인 베너
--------------------------------------------------*/
.ptg-main .ptg-main-banner {
  width: 100%;
  height: 370px;
  background-image: url(../../images/cmmn/main-banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ptg-main .ptg-main-banner .ptg-w1200 {
  padding: 0;
  height: 100%;
}
.ptg-main-banner .main-search-list {
  flex-direction: column;
  justify-content: left;
  width: 750px;
  height: auto;
  padding-top: 130px;
  margin: 0 auto;
}
.ptg-main-banner .ptg-search-bar {
  justify-content: left;
}
.ptg-main-banner .ptg-search-bar .ptg-search-box {
  width: 750px;
  height: 60px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select {
  width: 130px;
  height: 50px;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select .ptg-select-result {
  border: 1px solid #206ae2;
  border-radius: 25px;
  background-color: #fff;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-input {
  width: 650px;
  margin: 0px 8px;
  border-radius: 25px;
  border: 0px;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-button {
  width: 47px;
}
.ptg-main-banner .recommend-keyword {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
}
.ptg-main-banner .recommend-keyword > p {
  width: 120px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.ptg-main-banner .recommend-keyword .hashtag-list {
  width: 85%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.ptg-main-banner .recommend-keyword .hashtag-list li {
  color: #fff;
  font-size: 15px;
  padding: 3px 15px;
  margin: 5px;
  border-radius: 25px;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select .ptg-select-result.active {
  border-radius: 25px 25px 0px 0px;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select .ptg-select-option-list.open {
  border-radius: 0px 0px 25px 25px;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select .ptg-select-option-list.open li:hover {
  border-radius: 25px;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select .ptg-select-result {
  border-radius: 25px;
}
.ptg-select-option-list {
  z-index: 40;
}
/* 검색 선택(통합검색, 중계검색) */
.search-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-toggle-container {
  width: 170px;
  position: relative;
  display: flex;
  margin-bottom: 27px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.search-toggle-radio {
  display: none;
}
.search-toggle-label {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: black;
  transition: color 0.3s;
}
.search-toggle-slider {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #009FE3;
  border-radius: 20px;
  top: 0;
  left: 0;
  transition: left 0.3s;
  z-index: 1;
}
#toggle2:checked ~ .search-toggle-slider {
  left: 50%;
}
.search-toggle-radio:checked + .search-toggle-label {
  color: white;
}
.search-toggle-wrapper .info-text {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}
.search-toggle-wrapper .info-text span {
  opacity: 50%;
  margin-left: 10px;
}
/**
 * 공통
 */
.none {
  display: none;
}
.mgt_30 {
  margin-top: 30px;
}
.mgt_60 {
  margin-top: 60px;
}
.align_c{
  text-align: center;
}
.pdtb_20 {
  padding: 20px 0px;
}
/**
 * Loading
 */
.bgLoading .img .tx {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.bgLoading {
  display: none;
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  margin: 74px 0 0 254px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.bgLoading .img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top: -37px;
	margin-left: -127px; */
  /* background-color: #2d2d2d;
	box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	margin: -40px 0 0 95px;
	padding: 6px 0 0;
	text-align: center;
	width: 80px;
	height: 74px; */
}