/*header*/
#header {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 984px;
  background: url(../img/header-bg.png);
  height: 97px;
}

.header {
  position: relative;
  width: 100%;
  height: 97px;
  min-width: 984px;
  background: url(../img/header-bg.png);
}

.header .header__wrap {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__wrap #logo {
  display: inline-block;
}

.header .header__wrap #logo a {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-top: 14px;
  vertical-align: middle;
  background: url(../img/header-logo-.png) center/cover;
}

.header .header__wrap .menu {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.header .header__wrap .menu p {
  margin-top: 10px;
}

.header .header__wrap .menu p span {
  font-size: 12px;
  font-weight: 400;
  font-family: "NanumSquare", Sans-serif;
  color: #828282;
}

.header .header__wrap .menu p span.active a {
  font-weight: 700;
  color: #000000;
}

.header .header__wrap .menu p span:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 8px;
  display: inline-block;
  background-color: #bfbfbf;
  margin: 0px 8px 0px;
}

.header .header__wrap .menu p span a {
  color: #828282;
}

.header .header__wrap .menu ul {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__wrap .menu ul li {
  display: inline-block;
  margin-left: 84px;
}

.header .header__wrap .menu ul li.active a {
  color: #0649c0;
}

.header .header__wrap .menu ul li.active a span {
  color: #0649c0;
}

.header .header__wrap .menu ul li:first-child {
  margin-left: 0px;
}

.header .header__wrap .menu ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #474747;
}

.header .header__wrap .menu ul li a:hover {
  color: #0649c0;
}

/*container*/
#container {
  min-height: calc(100vh - 159px);
}

.container {

}

.container.main-bg {
  /*main*/
  width: 100%;
  height: 100%;
  min-width: 984px;
  background-repeat: no-repeat;
}

.container.main-bg .main {
  position: relative;
  height: 100%;
  height: calc(100vh - 159px);
  min-height: 761px;
}

.container.main-bg .main .content_top {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(100vh - 271px);
  height: 100%;
  display: inline-block;
  background: url(../img/main_visual-bg.png) center/cover;
}

.content__box{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.content__textBox{
  width: 100%;
  text-align: center;
}
.content__tit{
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  color: #282828;
}

.content__sub{
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  color: #282828;
}

.content__text{
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #282828;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  -webkit-font-smoothing: antialiased;
  transform: rotate(0.03deg);
  margin-top: 11px;
}

.container.main-bg .main .content_bottom {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-width: 984px;
  margin: 0 auto;
  bottom: 0;
  min-height: 113px;
  background: #161919;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #393939;
}

.container.main-bg .main .content_bottom__wrap {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}

.container.main-bg .main .content_bottom__wrap h1 {
  color: #dddddd;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.container.main-bg .main .content_bottom__wrap h3 {
  color: #7ecdff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

#footer {
  width: 100%;
  min-width: 984px;
  height: 62px;
  text-align: center;
}

.footer {
  width: 100%;
  height: 62px;
  min-width: 984px;
  text-align: center;
}

.footer .footer__wrap {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}

.footer .footer__wrap #copy {
  color: #c9c9c9;
  font-size: 12px;
  font-weight: 700;
  line-height: 62px;
  vertical-align: middle;
}

@media all and (max-height: 920px) {
  .container.main-bg .main .content_top p {
    padding: 37px 0 10px;
  }
}

.info{}

.info__img{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.info__tit{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.info__text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6c6c6c;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  transform: rotate(0.03deg);
  white-space: pre-line;
}

.info__text span{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.box_list{
  margin-top: 20px;
  counter-reset: number 0;
}

.box_list li{
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6c6c6c;
  letter-spacing: -1px;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  transform: rotate(0.03deg);
  white-space: pre-line;
}

.box_list li::before{
  display: block;
  content: '';
  min-width: 27px;
  counter-increment: number 1;
  content: counter(number)".";
}

.historyBox{
  display: flex;
  justify-content: space-between;
}

.historyBox img{
  margin-right: 28px;
}

.overTit{
  font-size: 40px;
  line-height: 28px;
  color: #36b1ff;
  margin-top: 80px;
  font-family: 'MonotypeCorsiva';
  letter-spacing: -1.3px;
}

.tblText{
  padding:10px;
}

.tblText__text{
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.tblText__text + .tblText__text2{
  margin-top: 7px;
}

.tblText__text2{
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-left: 11px;
}

.tblText__text3{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.tblText__blue{
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  padding-left: 11px;
  color: #3059a2;
}

.tblText__text4{
  display: flex;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-left: 11px;
}

.tblText__text4::before{
  content: "-";
  display: block;
  margin-right: 4px;
}