@charset "UTF-8";


body, html {
	display: flex;
    flex-direction: column;
    height: 100%;
    scroll-behavior: smooth;
    min-width: 1200px;
}

/* 메인 padding 값
 --------------------------------------------- */
.ptg-main.ptg-msMain .ptg-w1200 {
  position: relative;
  padding: 50px 0px 100px 0px;
}
.ptg-main.ptg-msMain .ptg-w1200 .backspace-button {
  position: absolute;
  padding: 5px 10px;
}
.ptg-main.ptg-msMain .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;
}

/* 마이페이지 네비게이션 (메뉴)
--------------------------------------------- */
.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;
  opacity: 0.5;
}
.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-msMain .ptg-main-banner {
  width: 100%;
  height: 200px;
  background-image: url(../images/common/main-banner-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ptg-main.ptg-msMain .ptg-main-banner .ptg-w1200 {
  padding: 0;
  height: 100%;
}

.ptg-main-banner .main-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 710px;
  height: 100%;
}
.ptg-main-banner .ptg-search-bar {
  justify-content: center;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-select {
  width: 130px;
}
.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: 530px;
  margin: 0px 8px;
  border-radius: 25px;
  border: 1px solid #206ae2;
}
.ptg-main-banner .ptg-search-bar .ptg-search-bar-button {
  width: 47px;
}
.ptg-main-banner .recommend-keyword {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.ptg-main-banner .recommend-keyword > p {
	width: 10%;
	text-align:center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.ptg-main-banner .recommend-keyword .hashtag-list {
	width: 85%;
  display: flex;
  justify-content: center;
  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;
}
