@charset "UTF-8";

@font-face {
  font-family: 'HakgyoansimAllimjangTTF-B';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1300px;
  font-family: 'Pretendard', 'Noto Sans KR', '맑은 고딕', '돋움,sans-serif';
  background-size: contain;
  /* Ensure the background image covers the entire body */
  background-attachment: fixed;
  background-image: url(../images/bg_03.png);
}

.hidden {
  display: block;
  font-size: 0;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 95px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#header .header_fix {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}


#header .header_fix .logo {
  display: flex;
  align-items: center;
  width: 150px;
  margin-right: 285px;
}

#header .header_fix .tsol_logo {
  width: 150px;
  height: auto;
  text-align: center;
}

.header_fix span {
  margin-top: 10px;
  font-size: 50px;
  font-weight: 900;
  color: #333;
  font-family: 'HakgyoansimAllimjangTTF-B';
}

.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  min-height: calc(100% - 96px);
  /* padding-bottom: 77px; */
}

.tab_container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  height: auto;
  padding-bottom: 140px;
}

.tab_container nav {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
}

/* ul */
.tab_container nav .tab_header {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
  position: relative;
}

/* li */
.tab_container nav .tab_header .tab_button {
  color: #fff;
  border: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;

}

.tab_container nav .tab_header .tab_button a {
  color: #4e4e4e;
  position: relative;
  display: block;
  font-size: 22px;
  padding: 19px 0 19px;
  font-weight: 700;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

nav ul li:first-child::before,
nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, 0.1);
  content: '';
}

nav ul li:first-child::before {
  right: auto;
  left: 0;
}


.high_btn {
  background-color: #FDE3E3;
  background-color: #EE8055;
}

.high_btn>a {
  color: #ffffff !important;
}


/* 콘텐츠 */
.tab_container .tab_content {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  text-align: center;
  padding: 38px 0 0px;
}

.tab_container .tab_content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 25px;
}

.tab_container .tab_content ul.grid_2 {
  padding: 30px 278px;
  grid-template-columns: repeat(2, 1fr);
}


.tab_container .tab_content ul li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tab_container .tab_content ul li div {
  width: 100%;
  background-color: #ffffff;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tab_container .tab_content ul li div strong {
  position: relative;
  z-index: 2;
  font-family: 'GmarketSansMedium';
  font-size: 1.25em;
  padding: 5px 0;
}

.tab_container .tab_content ul li div .wave {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 107px;
  width: 46px;
  height: auto;
}

.tab_container .tab_content ul li div p {
  font-family: 'GmarketSansMedium';
  font-size: 0.915em;
}

.tab_container .tab_content ul li div img.cover {
  width: 99px;
  height: auto;
  height: 137px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgb(193 193 193);
  margin: 10px 0 20px;
}

.tab_container .tab_content ul li a {
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 5px;
  width: 80%;
  padding: 5px 0;
  margin: 15px auto 0;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.tab_container .tab_content ul li a i {
  font-size: 1.18em;
}

.tab_container .tab_content ul li a:hover {
  color: #ffffff;
}

#tab3 ul li div {
  border: 2px solid #faa989
}

#tab3 a {
  background-color: #ffb29d;
}

#tab3 a:hover {
  background-color: #ffffff;
  border: 1px solid #faa989;
  color: #faa989;
}

/* 푸터 */
.footer {
  /* 하단 고정 */
  /* position: fixed;
  bottom: 0;
  transform: translateY(-100%);*/
  position: relative;
  transform: translateY(-100%);
  background-color: #ffffff;
  width: 100%;
  z-index: 200;
  box-sizing: border-box;
  border-top: 1px solid rgb(207, 207, 207);
}


.footer .foot {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 1200px;
  height: 100%;
  height: 75px;
  margin: 0 auto;
}

.footer .foot .foot_container {
  line-height: 1.2;
}

.footer .foot .foot_container .copyright {
  padding-top: 7px;
  font-weight: 400;
  color: #74777b;
  font-size: 14px;
}