@charset "UTF-8";

/* 웹폰트 */
@font-face {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: normal;
  src: url(../font/NotoSans-Regular.eot);
  src: local(☺),
    url(../font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans Bold';
  font-style: normal;
  font-weight: normal;
  src: url(../font/NotoSans-kr-bold.eot);
  src: local(☺),
    url(../font/NotoSans-kr-bold.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSans-kr-bold.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans Light';
  font-style: normal;
  font-weight: normal;
  src: url(../font/NotoSans-light.eot);
  src: local(☺),
    url(../font/NotoSans-light.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSans-Light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSans Medium';
  font-style: normal;
  font-weight: normal;
  src: url(../font/NotoSansKR-Mediumt.eot);
  src: local(☺),
    url(../font/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: normal;
  src: url(../font/RobotoMono-Regular.eot);
  src: local(☺),
    url(../font/RobotoMono-Regular.eot?#iefix) format('embedded-opentype'),
    url(../font/notokr-regular.woff) format('woff');
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
menu,
li {
  list-style: none;
}
ol,
ol li {
  list-style: decimal;
  list-style-position: inside;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
input::-ms-clear {
  display: none;
}
button {
  border: 0 none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
body {
  background: #fff;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  color: #111;
}
a {
  color: #111;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-weight: normal;
  font-style: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
::selection {
  background: #d2d8fb;
}
::-moz-selection {
  background: #d2d8fb;
}

/* global */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.show {
  display: block;
}
.hide {
  display: none;
}

/* common */
.ico_develop {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(../image/ico_develop.png) 0 0 no-repeat;
  vertical-align: top;
  text-indent: -9999px;
}
.emph_color {
  color: #1b39eb;
}
.opt_g {
  position: relative;
  width: 210px;
  height: 34px;
  background-color: #fff;
}
.opt_g .link_opt {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 7px 10px 7px 13px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.opt_g button.link_opt {
  width: 100%;
  text-align: left;
}
.opt_g > .link_opt {
  padding: 6px 42px 6px 13px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.opt_g .link_opt:hover {
  text-decoration: none;
}
.opt_g .link_opt .ico_arr {
  position: absolute;
  top: 15px;
  right: 13px;
  width: 8px;
  height: 5px;
}
.opt_g .list_opt {
  padding: 7px 0;
  background-color: #fff;
}
.opt_g .list_opt .link_opt:hover {
  background-color: #f3f3f3;
}
.opt_g .wrap_opt {
  display: none;
  overflow-x: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  max-height: 218px;
}
.opt_g.disabled {
  background-color: #f9f9f9;
}
.opt_g.disabled .link_opt {
  color: #ccc;
}
.opt_g.disabled .link_opt .ico_arr:after {
  border-top-color: #ccc;
}
.opt_open .wrap_opt {
  display: block;
  border: 1px solid #ddd;
  border-top: 0 none;
}
.opt_open .link_opt .ico_arr {
  transform: rotate(180deg);
}

/* aside */

#mAside {
  display: none;
}

/* content */
/* title */
.area_document h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #111;
  letter-spacing: -0.2px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.area_document h3 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e2e4ee;
  border-bottom: none;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0;

  font-weight: normal;
  color: #111;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.area_document h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #111;
  letter-spacing: -0.2px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  padding-top: 40px;
}
/* .area_document p + h4 {
  margin-top: 40px;
} */
.area_document h5 {
  display: block;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.area_document p + .tit_depth4 {
  margin-top: -9px;
}
.area_document p.styled_tit {
  margin-bottom: 18px;
}
.area_document .tit_info {
  position: relative;
  display: block;
  margin: 44px 0 23px;
  padding-left: 15px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
}
.area_document .tit_info span {
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  color: #314ffe;
}
.area_document p + .tit_info {
  margin-top: 38px;
}
.area_document .tit_info:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #314ffe;
}

/* link */
.area_document a {
  font-size: 16px;

  color: #2d50ff;
  letter-spacing: -0.2px;
  vertical-align: top;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.txt_code2 {
  display: inline-block;
  padding: 2px 5px 4px !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-family: 'RobotoMono Regular', consolas, monospace;
  background-color: rgba(45, 80, 255, 0.1);
  vertical-align: top !important;
}
/* table link */
.area_document table a {
  line-height: 24px;
  font-size: 14px;
}
/* desc div */
.area_document .desc_discrip {
  font-size: 14px;
  color: #707070;
  letter-spacing: -0.2px;
  padding-top: 8px !important;
  line-height: 22px;
}
.area_document .desc_discrip a {
  font-size: 14px;
  line-height: 22px;
}
.area_document p {
  color: #444;
  letter-spacing: -0.2px;
  line-height: 26px;
  white-space: pre-line;
  padding-top: 18px;
  font-size: 16px;
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
  word-break: keep-all;
}
/* .area_document p + p {
  margin-top: -4px;
} */
.area_document p strong,
.area_document table strong,
.area_document ul li strong,
.area_document ol li strong {
  font-weight: normal;
  color: #000;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.area_document h4 + p {
  padding-top: 12px;
}
.area_document h5 + p {
  margin-top: -6px;
}
.area_document .tit_info + p {
  margin-top: -6px;
}
.area_document ul + p {
  margin-top: 15px;
}
.area_document h3 + p {
  padding-top: 16px !important;
}
.area_document h2 + p {
  padding-top: 16px !important;
}
.area_document h3 + .tit_step {
  margin-top: 16px !important;
}
.area_document .tit_step + .inbox_step p {
  padding-top: 12px;
}
.area_document .tit_step + .inbox_step h4:first-child {
  padding-top: 12px !important;
}
.area_document .tit_step + .text_indent p {
  padding-top: 12px;
}
.area_document .tit_step + .text_indent h4:first-child {
  padding-top: 12px !important;
}
.area_document table + p {
  padding-top: 8px !important;
}
.area_document pre + p {
  padding-top: 18px !important;
}
.area_document .img_preveal {
  border: 1px solid #e2e4ee;
  margin-top: 18px;
  background-color: #f7f8f8;
  overflow: hidden;
}
.area_document .img {
  display: block;
  margin-top: 18px;
}
.img_preveal {
  display: inline-block;
  width: 100%;
  min-height: 188px;
  line-height: 188px;
  background-color: #f8f9f9;
  text-align: center;
  box-sizing: border-box;
}

/* blockquote */
.area_document blockquote {
  padding-left: 20px;
}

/* desc box */
/* .area_document div {
  padding: 14px 20px 17px;
  border-radius: 4px;
  font-family: 'NotoSans Light', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  line-height: 26px;
  background-color: #f3f5fe;
  word-break: keep-all;
} */
/* .area_document div strong {
  display: block;
  margin: -1px 0 4px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  font-weight: normal;
  font-size: 16px;
} */
.area_document div.type_caution {
  color: #d0021b;
  background-color: #fff4f4;
}

/* list */
.area_document > ul {
  padding-top: 18px !important;
  padding-left: 0px !important;
}
.area_document > ul > li {
  padding-left: 15px;
  padding-top: 9px;
  font-size: 16px;
  line-height: 26px;
  color: #111;
  letter-spacing: -0.23px;
  text-indent: -15px;
  box-sizing: border-box;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;;
}
.area_document .text_indent > ul {
  padding-top: 18px !important;
}



.area_document ul li:first-child {
  padding-top: 0;
}
.area_document ul li .link_normal {
  padding-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.23px;
  text-indent: 0;
}
.area_document .link_normal {
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
}
.area_document table .link_normal {
  padding-top: 0;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: -0.2px !important;
}

.area_document ul li a {
  padding-top: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.23px;
  text-indent: 0;
}

.area_document ul li {
  padding-top: 8px;
  color: #444;
  letter-spacing: -0.2px;
    text-indent: -16px;
    padding-left: 18px;
    font-family: 'NotoSans bold', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;;
}
.area_document ul li:first-child {
  padding-top: 0;
}
.area_document ul li:before {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  background-color: #444;
  box-sizing: border-box;
}

/* block */
pre {
  overflow-x: auto;
  margin-top: 14px !important;

  font-family: 'Roboto Mono', 'NotoSans Light', monospace, 'Malgun Gothic',
    '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 26px;
  background-color: #f8f9f9;
}
pre code {
  display: block;
  padding: 13px 19px;
  font-family: inherit;
}
pre + pre {
  margin-top: 26px;
}
pre .hljs {
  padding: 14px 20px;
  background-color: #01092b;
  font-family: 'RobotoMono Regular', consolas, monospace;
}

/* table */
table {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table th {
  padding: 8px 12px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.2px;
  background-color: #f8f9f9;
  text-align: left;
  vertical-align: middle;
}
table tr:last-child th {
  border-bottom: none;
}
table th:first-child {
  border-left: none;
}
table td {
  padding: 12px;
  border-top: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 24px;
  color: #111;
  letter-spacing: -0.2px;
  text-align: left;
  vertical-align: top;
  min-width: 50px;
}
table td:first-child {
  border-left: none;
}
table .txt_other1 {
  color: #aaa;
}
table .txt_emph {
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
table .tit_typeinfo.type_other .link_typeinfo {
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  text-decoration: none;
}
.type_aligntop td,
td.type_aligntop {
  vertical-align: top;
}
.type_alignmiddle td,
td.type_alignmiddle {
  vertical-align: middle;
}
.box_table {
  position: relative;
}
.box_table .set_btn {
  margin-top: 32px;
}
.box_table .tit_table + .set_btn {
  margin-top: 16px;
}
.box_table .set_btn.floating_type {
  top: 0;
  right: 0;
  margin-top: 0;
}
.box_table.type_table1 {
  margin-top: -1px;
}
.box_table.type_table1 table {
  margin-top: 0;
}
.box_table .tit_table {
  display: block;
  margin-top: 48px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #111;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  letter-spacing: -0.2px;
}
.box_table .tit_table + .box_choice {
  margin-top: 12px;
}
.box_table .list_normal {
  margin-top: 12px;
}
.txt_compulsory {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  color: #2d70ff;
  line-height: 24px;
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  letter-spacing: -0.2px;
  vertical-align: bottom;
}
.txt_choice {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  color: #444;
  line-height: 24px;
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  letter-spacing: -0.2px;
  vertical-align: bottom;
}
table {
  margin-top: 14px;
  border-color: #e2e4ee;
}
table th {
  padding: 14px 20px;
  border-color: #e2e4ee;
  font-weight: normal;
  color: #111;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  background-color: #f5f6f9;
}
table td {
  padding: 14px 20px;
  border-color: #e2e4ee;
  color: #444;
}

/* img */
.img_preveal .img_thumb {
  vertical-align: middle;
  margin: 0px !important;
}
.img_thumb {
  display: inline-block;
  vertical-align: top;
}
.area_document ol.list_imgstep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.area_document ol.list_imgstep li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6px;
  background-color: #f8f9f9;
  list-style: none;
}
.area_document ol.list_imgstep li:first-child {
  margin-left: 0;
}
.area_document ol.list_imgstep strong {
  display: block;
  height: 60px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 58px;
  background-color: #f3f5fe;
}
.area_document ol.list_imgstep img {
  display: block;
  max-width: 100%;
  margin: 25px auto;
}
.area_document ol.list_imgstep p {
  margin: 21px 0;
  padding: 0 30px;
  text-align: center;
  font-family: 'NotoSans Regular', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.area_document ol.list_imgstep img + p {
  margin-top: -4px;
}

/* blank */
.area_document .blank {
  display: block;
  width: 100%;
  height: 12px;
}

/* label */
.area_document ul em,
.area_document ul code,
.area_document ul var,
.area_document p em,
.area_document p code,
.area_document p var {
  display: inline-block;
  padding: 2px 5px 3px;
  font-size: 15px;
  line-height: 20px;
  color: #03166c;
  font-family: 'RobotoMono Regular', consolas, monospace;
  background-color: rgba(45, 80, 255, 0.1);
  vertical-align: top;
  text-indent: initial;
}

.area_document ul li code {
  text-indent: initial;
}

.area_document p em a,
.area_document p var a {
  color: #1b39eb;
}

.list_product {
  list-style: none;
}

.list_product li {
  list-style: none;
  float: left;
  position: relative;
  width: 278px;
  height: 320px;
  margin-top: 16px;
  padding: 40px 32px 32px;
  margin-left: 16px;
  background-color: #fff;
  box-sizing: border-box;
}

.list_product li:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}

.list_product strong {
  display: inline-block;
  position: relative;
  max-width: 150px;
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.44px;
}

.list_product a {
  display: block;
}

.area_document h4 {
  clear: both;
}

/* submain */
.section_subvisual {
  overflow: hidden;
  position: relative;
  height: 440px;
  background-color: #01092b;
}
.section_subvisual:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #031461;
  content: '';
}
.group_subhome {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
}
.group_subhome .tit_subhome {
  float: left;
  margin-top: 160px;
  -webkit-animation: tit_effect1 0.3s linear 0.1s forwards 1;
  -moz-animation: tit_effect1 0.3s linear 0.1s forwards 1;
  animation: tit_effect1 0.3s linear 0.1s forwards 1;
}
.group_subhome .box_subhome {
  float: right;
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-animation: tit_effect1 0.3s linear 0.3s forwards 1;
  -moz-animation: tit_effect1 0.3s linear 0.3s forwards 1;
  animation: tit_effect1 0.3s linear 0.3s forwards 1;
}
@keyframes tit_effect1 {
  0% {
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.group_subhome .inbox_subhome {
  position: absolute;
}
.group_subhome .bg_product1 {
  top: -58px;
  left: 101px;
}
.group_subhome .bg_document1 {
  top: 160px;
  left: 110px;
}
.group_subhome .bg_tool1 {
  top: 158px;
  left: 129px;
}
.section_subcont {
  padding-bottom: 180px;
  background-color: #f7f8f8;
}
.group_subcont {
  width: 1160px;
  margin: 123px auto 0;
}
.tit_submain {
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  color: #111;
  letter-spacing: -0.6px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.link_submain {
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #03166c;
  letter-spacing: -0.4px;
}
.link_submain .ico_developers {
  width: 11px;
  height: 10px;
  margin: 4px 0 0 5px;
  background-position: -180px -50px;
}

.box_document {
  margin: 22px -8px -8px;
}
.list_document {
  overflow: hidden;
}
.list_document li {
  float: left;
  width: 376px;
  margin: 8px;
}
.list_document .box_documentcont {
  position: relative;
  height: 330px;
  padding: 34px 32px 32px;
  background-color: #fff;
  box-sizing: border-box;
}
.list_document .tit_documentcont {
  display: inline-block;
  position: relative;
  width: 270px;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #111;
  letter-spacing: -0.4px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  vertical-align: top;
}
.list_document .tit_documentcont .link_g {
  display: inline-block;
  vertical-align: top;
}
.list_document .tit_documentcont .ico_developers {
  position: absolute;
  top: -12px;
  right: -54px;
  width: 54px;
  height: 54px;
  background-position: 0 -130px;
}
.list_document .desc_documentcont {
  position: absolute;
  bottom: 62px;
  left: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  letter-spacing: -0.4px;
}
.list_document .desc_documentcont .cover_documentcont {
  margin-top: 10px;
  font-size: 0;
  line-height: 20px;
}
.list_document .desc_documentcont .link_documentcont {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #2d50ff;
  letter-spacing: -0.4px;
  vertical-align: top;
}
.list_document .desc_documentcont .link_documentcont:hover {
  text-decoration: underline;
}
.group_subject {
  display: table;
  width: 100%;
  height: 200px;
  background-color: #03166c;
}
.area_subject {
  display: table-cell;
  position: relative;
  z-index: 1;
  padding-left: 82px;
  vertical-align: middle;
}
.area_subject .tit_subject {
  padding-top: 6px;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  color: #fff;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  letter-spacing: -0.2px;
}
.area_subject .desc_subject {
  padding-top: 5px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -0.42px;
}
.area_document {
  padding: 60px 82px 70px 82px;
}
.area_document .tit_document {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #111;
  letter-spacing: -0.2px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.tit_step {
  line-height: 28px;
  margin-top: 40px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 32px;
  font-weight: normal;
  font-size: 18px;
  color: #111;
  letter-spacing: -0.2px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.tit_step .ico_developers {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background: url(./image/ico_developers.png) 0 0 no-repeat;
  background-size: 300px 200px;
  text-indent: -9999px;
  vertical-align: top;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-position: -280px -70px;
}
.header-link {
  background: url(../image/anchor_03.png) 0 0 no-repeat;
  background-size: 24px 32px;
  display: inline-block;
  height: 32px;
  width: 24px;
  vertical-align: -webkit-baseline-middle;
}
p + .box_sign {
  margin-top: 14px;
}
.box_sign {
  margin-top: 18px;
  padding: 30px 32px;
  background-color: #f7f8f8;
}
.box_sign > strong {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #111;
  letter-spacing: -0.23px;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.box_sign .desc_sign {
  padding-top: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #444;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
}
.box_sign.type_error {
  background-color: #fff4f4;
}
.box_sign.type_error strong,
.box_sign.type_error .desc_sign {
  color: #d0021b;
}
.inbox_step {
  padding-left: 32px;
}
.inbox_step ul {
  padding-top: 18px !important;
}
.text_indent {
  padding-left: 32px;
}
.txt_code1 {
  display: inline-block;
  padding: 2px 5px 4px;
  font-size: 15px;
  line-height: 20px;
  color: #03166c;
  font-family: 'RobotoMono Regular', consolas, monospace;
  background-color: rgba(45, 80, 255, 0.1);
  vertical-align: top;
}
.txt_step {
  float: left;
  color: #03166c;
}
.area_document ol {
 
}
.area_document ol > li {
  position: relative;
  padding-top: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  letter-spacing: -0.2px;
  font-family: 'NotoSans DemiLight', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
}
.area_document ol li:first-child {

}

.area_document > h3:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: unset;
}
.tit_step ~ .indent {
  padding-left: 32px;
}
button.normal {
  display: inline-block;
  min-width: 172px;
  height: 40px;
  margin-right: 2px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-family: 'NotoSans Medium', 'Malgun Gothic', '맑은 고딕',
    'Apple SD Gothic Neo', '돋움', dotum, sans-serif;
  letter-spacing: -0.2px;
  background-color: #03166c;
  text-align: center;
  transition: background-color 0.25s;
  outline: none;
  padding: 1px 11px 0 11px;
  border: 0 none;
}
button.normal:hover {
  background-color: #000a48;
}
button.outlink {
  padding-right: 31px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
button.outlink span {
  width: 11px;
  height: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAYAAABfJS4tAAAAAXNSR0IArs4c6QAAAV5JREFUOBGtlLtKxEAUhjc3iSCCRUjIC1jaWLrYbmVnKVjZWFjsA9hotS8gVt5qS8VGBAvZSmttbJJAwlpuE5P4HcmG7GIsJhk4zJmZzDf//JOZXk+hRFG0H4ZhTtw3TdebBv7rN03zoSiKL2LAIod/fasEdhwn0jTtQIB5no+SJFlfhCuBBeL7/i3VBbGcpukN6k3yqiiDhWDb9hHKP4FuYslxRSXR6g2VnAPsM++JKAzD6Luu+yKcVooFgCXPqB6h2siy7DqO4xXp76QAXQqC4JUo2MG5QDVpdEKvQbBkp7UVNV6VsoO8arRJSiveSivOhNWJYnw9gbVBfOi6PhRw69+N/3cbxY+wcqBbnueNBdxK8WQyWQV6SejE6Qwq4FYFC65KX8eAu7nSWLALbI/LMbUsS+rvukolK3jNfF6139MHNuS1e69DJZ+TvzjY1ObqDlC4xvgdV3q2wNznP+u+oEmU4kBRAAAAAElFTkSuQmCC)
    0 0 no-repeat;
  background-size: 11px 9px;
  position: absolute;
  top: 16px;
  right: 12px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  vertical-align: top;
}
.box_sign span.deprecated {
  background: url(../image/icon_deprecated.png) 0 0 no-repeat;
  background-size: 22px 22px;
}
.box_sign span.warning {
  background: url(../image/icon_warning.png) 0 0 no-repeat;
  background-size: 22px 22px;
}
.box_sign span {
  margin-right: 7px;
  vertical-align: text-bottom;
  height: 22px;
  width: 22px;
  display: inline-block;
}

.hash-link {
  display: block;
  position: relative;
  top: -128px;
  visibility: hidden;
}

.heading-offset-anchor {
  display: block;
  position: relative;
  top: -187px;
  visibility: hidden;
}
h4 .heading-offset-anchor {
  top: -167px;
}
h5 .heading-offset-anchor {
  top: -145px;
}

.next-table-word-break-all + table {
  word-break: break-all;
}

.badge {
  display: inline-block;
  height: 20px;
  margin-right: 1px;
  padding: 0 8px;
  border: 1px solid #ddd;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  min-width: 59px;
}
.badge.type1 {
  border-color: rgba(45, 80, 255, 0.2);
  color: #03166c;
  background-color: rgba(190, 194, 255, 0.2);
}
.badge.type2 {
  border-color: #eeeeee;
  color: #707070;
}
.badge.type3 {
  border-color: #782ffe33;
  color: #782ffe99;
}
.badge.type4 {
  border-color: #e5e5e5;
  color: #707070;
}
h3 .badge {
  vertical-align: top;
  margin-top: 6px;
}
