@charset "UTF-8";

@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: #c7e5f5;
}

.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: 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"
}

.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  min-height: calc(100% - 96px);
  /* padding-bottom: 77px; */
}

.con_container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  height: auto;
  padding-bottom: 97px;
}

.con_container>nav {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

/* ul */
.con_container>nav .con_header {
  display: flex;
  /* height: 80px; */
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
  position: relative;
}

/* li */
.con_container>nav .con_header .con_button {
  color: #fff;
  border: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.con_container>nav .con_header .con_button a {
  color: #4e4e4e;
  position: relative;
  display: block;
  font-size: 22px;
  /* padding: 19px 0 19px; */
  padding: 14px 0;
  font-weight: 700;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.con_container>nav ul li:first-child::before,
.con_container>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: "";
}

.con_container>nav ul li:first-child::before {
  right: auto;
  left: 0;
}



.mid_btn {
  background-color: #1ca2e9;
}

.mid_btn>a {
  color: #ffffff !important;
}





/*****************************/
/* tabs */
/*****************************/

/* 콘텐츠 */
.con_container .con_content {
  margin: 0 auto;
  max-width: 1440px;
  height: 100%;
  text-align: center;
}

.tabs {
  /* position: relative; */
  overflow: hidden;
  margin: 20px auto 0;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
  width: 82%;
  margin: 0px auto 10px;
}

.tabs nav ul {
  /* position: relative; */
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 600px;
  padding: 10px 0;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}

.tabs nav ul li {}

.tabs nav ul li a {
  display: block;
  padding: 8px 18px;
  font-size: 0.875em;
  color: #ffffff;
  font-weight: 700;
  background-color: #a4a4a4;
  border-radius: 22px;
  -webkit-transition: color 0.15s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.15s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs nav ul li.tab-current a {
  background-color: #0096ff;
  color: #ffffff;
}

.tabs nav ul li a:hover {
  background-color: #0096ff;
}

/* Content */
.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.content-wrap section.content-current {
  display: block;
}

.content-wrap section .con_list {}

.content-wrap section .con_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.content-wrap section .con_list>ul>li {
  width: 100%;
  max-height: 376px;
  padding: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #a4a4a4;
  justify-content: space-around;
}

.content-wrap section .con_list>ul>li>img {
  width: 206px;
  height: auto;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}

.content-wrap section .con_list>ul>li .subject {
  width: 100%;
  height: 100%;
  line-height: 1.4;
}

.content-wrap section .con_list>ul>li .subject p {
  font-weight: 600;
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.content-wrap section .con_list>ul>li .sub_tit {
  background-color: #395A9B;
  color: #ffffff;
  border-radius: 20px;
  padding: 3px 7px;
  margin-right: 5px;
  margin-top: 1px;
  font-size: 0.7em;
}

.content-wrap section .con_list table {
  margin-top: 10px;
  width: 100%;
}

.content-wrap section .con_list table tr th {
  font-size: 0.65em;
  padding: 4px;
  text-align: center;
}

.content-wrap section .con_list table tr:nth-child(1) {
  border-top: 2px solid #000000;
  border-bottom: 1px solid gray;
}

.content-wrap section .con_list table tr {
  border-bottom: 1px solid #00000015;
  padding: 2px;
}

.content-wrap section .con_list table .file_name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.content-wrap section .con_list table .file_name {}

.content-wrap section .con_list table .file_icon {
  width: 15px;
  display: inline-block;
  margin-right: 5px;
  height: auto;
}

.content-wrap section .con_list table .first_file {
  margin-top: 5px;
}

.content-wrap section .con_list table tr td {
  font-size: 0.729em;
  font-weight: 400;
}

.content-wrap section .con_list table tr td a>.icon {
  font-size: 1em;
  margin-top: 2px;
}

.text_center {
  text-align: center;
}

.glass,
.down {
  width: 17px;
  padding-top: 3px;
}


/* coming soon */
.content-wrap section .con_list .soon {
  display: block;
  width: 100%;
}

.content-wrap section .con_list .soon h2 {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0 14px;
  border-bottom: 1px solid #000;
}

.content-wrap section .con_list .soon>div {
  width: 95%;
  height: 270px;
  margin: 10px auto 0;
  background-color: #8b8b8b;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  line-height: 1.3;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.content-wrap section .con_list .soon>div h4 {
  font-size: 1.875em;
  font-weight: 600;
  text-transform: uppercase;
}






















/* 푸터 */
.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;
  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;
}