hrml, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height:24px;
  font-family: Noto Sans KR, MalgunGothic;
  font-weight: 300;
  background-color: #f8f8f8;
}
ul, li {
  list-style:none;
  margin:0;
  padding-left:0;
}
.header ul,
.header li {
  display: inline-block;
}

.header {
  background-color: rgba(178,210,249,0.9);
  height: 55px;
  font-size: 17px;
  font-weight: 500;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header nav {
  display: flex;
    align-self: center;
}
.header .headerGrid {
  display: grid;
  grid-template-columns: 240px Auto;
  margin: 10px 20px 10px 10px;
}

.header .headerGrid > div {
  margin: auto 0;
}

.header .headerGrid .menu {
  margin: auto;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid rgba(0,0,0,0.5);
}

.header .menu a {
  line-height: 20px;
  text-decoration: none;
}
.header .menu a,
.header .menu a:visited,
.header .menu a:active {
  color: black;
}
.header .menu a:hover {
  color: #0075ed;
}
.systemCI {
  margin-bottom: -2px;
}

.contents {
  background-image: url("../images/bgSub_img.png");
  background-repeat: no-repeat;
  background-size:100%;
  min-height:600px;
  background-color:white;
}
.contents.page01 {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat-x;
  background-size:inherit;
}
.contents .pageGrid {
  margin: auto;
  width: 1350px;
  padding-top:90px;
  padding-bottom:120px;
  display: inherit;
  /*padding-right: 140px;*/
  padding-right: 40px;
}
.page01 .pageGrid {
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-rows: 750px 170px;
}

.mainImageArea {
  position: relative;
}
.mainImageArea img{
  position: absolute;
}
.mainImageArea H2{
  position: absolute;
    left:0;
  top:130px;
}
/*.headlineText {
  left:0;
  top:130px;
}*/
.mainImg {
  top:270px;
  left:0;
}
.downloadArea {
  align-items: center;
  margin : auto;
  /*margin-top:6px;*/
}
.downloadArea > div {
  display: flex;
  align-items: center;
}
.downloadArea .dnLine1 {
  /*border-bottom:1px solid rgba(0,0,0,0.4);*/
  padding-bottom:6px;
}
.downloadArea .dnLine2 {
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top:8px;
  color:#78a8d8;
  font-size:16px;
  font-weight:400;
  text-align:center;
  display:block;
}
.downloadArea .dnLine2 span {
  margin-right:10px;
}
.downloadArea .dnHeader {
  font-size: 24px;
  font-weight: bold;
  color: white;
  display: inline-block;
  margin-right: 12px;
}
.downloadBtn {
  display: inline-block;
}

.downloadBtn > .dnBtn_normal {
  display: initial;
}
.downloadBtn > .dnBtn_over {
  display: none;
}
.downloadBtn:hover > .dnBtn_normal {
  display: none;
}
.downloadBtn:hover > .dnBtn_over {
  display: initial;
}
.downloadArea.dn01 {
  grid-column: 1;
}
.downloadArea.dn02 {
  grid-column: 3;
}
.downloadRow {
  display: grid;
  grid-template-columns: auto 40px auto;
  grid-template-rows: 70px 60px;
  margin: 0 auto;
}
.footer {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  font-size:13px;
}
  .footer .footerContents {
    display: flex;
    align-items: center;
    margin:auto
  }
.footer p {
  margin:0;
  padding:0;
  color:#7a7a7a;
  line-height:1.4em;
}
.footerCI {
  display:inline-block;
  margin-right:14px;
}
.mgT_-5 {
  margin-top: -5px !important;
}
.mgT_0 {
  margin-top: 0px !important;
}
.mgT_5 {
  margin-top: 5px !important;
}
.mgT_10 {
  margin-top: 10px !important;
}
.mgT_15 {
  margin-top: 15px !important;
}
.mgT_20 {
  margin-top: 20px !important;
}
.mgT_30 {
  margin-top: 30px !important;
}
.mgT_40 {
  margin-top: 40px !important;
}
.mgT_60 {
  margin-top: 60px !important;
}

div {
  box-sizing: border-box;
}
/* page 2 */
h1 {
  line-height: 30px;
  margin: 0;
  padding: 0px;
}
h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2c67c0;
  line-height:45px;
  margin:0;
  padding-bottom:10px;
  padding-top:10px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 34px;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 8px;
}
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.label_1D {
  font-size: 18px;
  color: #1a7bd6;
  font-weight:500;
  margin:0;
  margin-bottom:6px;
}
.p2_layout {
}
.p2_layoutItem {
  display: grid;
  grid-template-columns: 210px 1fr;
  border-bottom: 1px solid #e3e3e3;
  margin-top:20px;
  padding-bottom:30px;
}

.p2_layoutItem > div:first-child img {
  display:flex;
  margin:auto;
}
.p2_layoutItem > div:last-child {
  padding-top:20px;
}
.p2_layout .p2_layoutItem:last-child {
  border-bottom: none;
}
.textB{
  font-weight:600;
}
.borderBox {
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  padding: 30px 40px;
  width: 1140px;
  border-radius: 10px;
}
.borderBox_s {
  border: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  padding: 30px 30px;
  text-align: center;
  width: 920px;
  border-radius:10px;
}
.page02 .borderBox_s img+img{
  margin:0 20px;
}

.inLabel_1D {
  color: #2965b6;
  font-size:24px;
  font-weight:600;
  display:inline-block;
}
.inLabel_2D {
  color: black;
  font-size: 21px;
  font-weight: 600;
  display: inline-block;
}
.inLabel_3D {
  color: black;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.p4_layoutItem {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-top: 1px solid rgba(255,255,255,1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-top:20px;
  padding-bottom:20px;
}
.p4_layoutItem:first-child {
  border-top: none;
}
.p4_layoutItem:last-child {
  border-bottom: none;
}
.p4_downloadItem {
  display: grid;
  grid-template-columns: 145px 1fr;
  margin-top:10px;
}
.p4_downloadItem > label {
  display: flex;
  align-self: center;
}
.p4_downloadItem .downloadBtn {
  margin:2px;
}
.packageImg {
  text-align: center;
}
.downloadBtn.smallBtn {
  width:177px;
}
.downloadBtn.smallBtn img{
  width:100%;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #e4e4e4;
}
table caption {
  position: absolute;
  border:0;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
}
.page05 table {
  width: 1140px;
}
th, td {
  padding: 12px 20px;
  text-align: left;
  vertical-align: middle;
}
th {
  height: 45px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid #565656;
  font-weight: 600;
  color: #3e3e3e;
  position: relative;
}
th::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 26px;
  background: #cfcfcf;
  position: absolute;
  top: 11px;
  right: 0;
}
th:last-child::after {
  width: 0px;
}
td {
  height: 56px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}
.p5_table-col01 {
  width:190px;
}
.p5_table-col02 {
  width: 450px;
}
.p5_table-col02 {
}
.table_tdMultiContents {
  display: grid;
  grid-template-columns: 194px 1fr;
  align-items: center;
  margin-bottom: -1px;
}
.move2Top{
  position:fixed;
  right:20px;
  bottom:50px;
  display:inline-block;
  width:56px;
  height:56px;
}
.move2Top a {
  width: 56px;
  height: 56px;
  display:inline-block;
}
.move2Top img {
  opacity:0.80;
}
.move2Top:hover img {
  opacity:1;
}
.downloadMsgBox {
  grid-column: 1 / -1;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  width: 740px;
  height: 38px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.20);
  border:1px solid rgba(0,0,0,0.25);
  border-radius: 19px;
  padding-top: 6px;
  margin-top: 20px;
}
div.skip_btn a {
  position: fixed;
  padding-left: 44px;
  background-image: url(../images/icon_skip.png);
  background-position: left 20px top 15px;
  background-repeat: no-repeat;
  top: -60px;
  left: 0;
  width: calc(100vw - 66px);
  height: 46px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(0,24,77,.85);
  z-index: 9999;
  font-weight: 500;
  text-decoration: none;
  margin: 5px;
}
div.skip_btn a:hover {
  text-decoration: underline;
}
div.skip_btn a:focus {
  top: 0;
}
.sr-only {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  font-size: 1px;
  clip-path: rect(1px 1px 1px 1px)
}
.eventText {
  font-weight: 400;
  margin-top: 5px;
  color: #2c67c0;
}
.footerWAMark {
  width:100px;
  margin-top:-5px;
}
.footer .footerContents > div {
  margin-right: 60px;
}
.footer {
  padding-top:36px;
  font-size:14px;
}















