@charset "UTF-8";

@font-face {
  font-family: 'SCoreDream';
  font-weight: 400;
  font-style: normal;
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.eot');
  src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamRegular.ttf') format("truetype");
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'SCoreDream';
  background-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.hidden {
  display: block;
  font-size: 0;
}

/**************
=====시작=====
***************/

#wrap {
  width: 100%;
  min-width: 1300px;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

header {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-color: #ffffff;
}

header .header_fix {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #000000;
  box-sizing: border-box;
}

h2 {
  font-size: 3em;
  text-align: center;
  font-weight: 600;
}

header .header_fix .logo {}

header .header_fix .logo .ts_logo {
  width: 150px;
  height: auto;
  margin: 35px;
}

.main {
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.contents_container {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 2px solid #e9e9e9;
  box-sizing: border-box;
  margin-top: 40px;
  border-radius: 30px;
}

.contents_container .list {
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
}

.contents_container .list .unit {
  font-size: 2em;
  padding: 30px 0 30px;
}

.contents_container .list a {
  display: flex;
  width: 100%;
  margin: 15px 15px;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #cbcbcb;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
}

.contents_container .list a:last-child {
  border-bottom: none;
}

.contents_container .list a p {
  font-size: 1.5em;
}

.contents_container .list a .page {
  font-weight: 600;
}

.contents_container .list a .page>span {
  border: 2px solid #000000;
  padding: 5px 20px;
  border-radius: 17px;
  margin-right: 10px;
  font-weight: 600;
}

.btn {
  width: 25px;
  margin-right: 10px;
}