@import url("reset.css");
@import url("common.css");

html,
body {
  background-color: #f5f5f5;
  font-family: "Malgun Gothic";
  font-style: normal;
}

#wrapper {
  max-width: 1440px;
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(../../media/images/img_mainbg.png) no-repeat;
  background-size: 100%;
}

.nav-skip {
  position: absolute;
  top: -200px;
  left: 0;
  width: 300px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
  background: #333;
  text-align: center;
}

.box_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header {
  height: 100px;
  padding: 0px 36px;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

#header .ass_logo {
  width: auto;
  height: 28px;
  display: block;
}

#mainContent {
  padding: 80px 129px;
  align-items: center;
  gap: 64px;
}

#mainContent h1 {
  align-items: center;
  gap: 32px;
  color: #242424;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: -1.56px;
}

#mainContent .contents {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
  align-items: flex-start;
  gap: 48px;
}

#mainContent .contents .contents_sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

#mainContent .contents .contents_sub .sub_title {
  color: #000;
  padding: 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

#mainContent .contents .contents_sub .content_index .index_container {
  padding: 0 16px;
  margin: 8px 0;
}

#mainContent .contents .contents_sub .list:before {
  content: '-';
}

#mainContent .contents .contents_sub pre {
  color: #242424;
  margin-left: -123px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-align: justify;
}

.content_index {
  padding: 0 16px;
}

#footer {
  position: absolute;
  min-width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  left: 0;
  right: 0;
  background: #4E4E4E;
  gap: 4px;
  align-self: stretch;
}

#footer .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

#footer .contents .main {
  padding: 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#footer .contents .title {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

#footer .contents p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.42px;
  opacity: 0.6;
}

p {
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-align: justify;
}

.br {
  display: block;
  margin-bottom: 24px;
}
