@charset "UTF-8";

@font-face {
  font-family: 'Gyeonggi_Title_Medium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NanumBarunpen';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') format('woff');
  font-weight: normal;
  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;
}

@font-face {
  font-family: 'NanumSquareRound';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.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;
  background-attachment: fixed;
  background-color: #F6F3FF;
}

.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 rgb(207, 207, 207);
}

#header .header_fix {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
}

#header .header_fix .logo {
  display: flex;
  align-items: center;
  width: 150px;
}

#header .header_fix .tsol_logo {
  width: 150px;
  height: auto;
  text-align: center;
}


#header .header_fix .jihak_logo img {
  width: 55px;
  height: auto;
  margin-top: 5px;
}

.header_fix span {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-right: 88px;
  color: #333333;
  font-family: "Pretendard";
  font-family: 'Gyeonggi_Title_Medium';
  font-family: 'NanumBarunpen';

}

.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  /* min-height: calc(100% - 205px); */
  padding-bottom: 162px;
}

.main .jidan {
  width: 260px;
  height: auto;
  position: absolute;
  z-index: 3;
  right: 115px;
  bottom: 30px;
}

.con_list {
  width: 100%;
  max-width: 1200px;
  margin: 109px auto;
}

.con_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.con_list ul li {
  flex-direction: column;
  width: 100%;
  /* max-height: 420px; */
  height: auto;
  padding: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #efefef;
  box-shadow: 0 0 14px 5px #bbbbbb38;
  justify-content: center;
  gap: 20px;
}

.con_list ul li .text_box {
  display: flex;
  text-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.con_list ul li .text_box p {
  font-size: 25px;
  font-weight: bold;
  font-family: "GmarketSansMedium";
}

.con_list ul li .text_box p>strong {
  font-size: 25px;
  font-weight: bold;
  font-family: "GmarketSansMedium";
  display: inline;
  box-shadow: inset 0 -10px 0 #D3AFFF;
}

.con_list ul li .text_box .sub_tit {
  background: #5B33C7;
  background: #7441ff;
  color: #ffffff;
  border-radius: 20px;
  padding: 3px 7px;
  margin-right: 5px;
  /* margin-top: 1px; */
  font-size: 14px;
  margin: 5px 0;
  margin-bottom: 10px;
}

.con_list ul li img.cover {
  width: 206px;
  height: auto;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}

.con_list ul li .btn_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.con_list ul li .btn_box a {
  padding: 10px 20px;
  border-radius: 20px;
  /* border: 1px solid transparent; */
  color: #1c1c1c;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #e3d9ef;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.con_list ul li .btn_box a i {
  color: #000000;
  font-size: 18px;
}

.con_list ul li .btn_box a:hover {
  color: #ffffff;
  /* border: 1px solid #5B33C7; */
  background: #5B33C7;
}

.con_list ul li .btn_box a:hover i {
  color: #ffffff;
}




















/* 푸터 */
.footer {
  /* 하단 고정 */
  /* position: fixed;
bottom: 0;
transform: translateY(-100%);*/
  position: relative;
  transform: translateY(-100%);
  background-color: #ffffff;
  width: 100%;
  z-index: 2;
  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;
  max-width: 1200px;
}

.footer .foot .foot_container {
  line-height: 1.2;
}

.footer .foot .foot_container .copyright {
  padding-top: 7px;
  font-weight: 400;
  color: #74777b;
  font-size: 14px;
}