﻿/* layout */
/* layout */
#wrap {
  display: flex !important;
  flex-direction: column;
  min-width: 1240px;
  height: 100%;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1240px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  z-index: 10
}

#header:after {
  content: "";
  clear: both;
  display: block;
}

#container {
  width: 100%;
  position: relative;
  padding-top: 80px;
  flex: 1;
}

#container:after {
  content: "";
  clear: both;
  display: block;
}

#contents {
  width: 1180px;
  position: relative;
  margin: 0 auto;
}

#contents:after {
  content: "";
  clear: both;
  display: block;
}

#footer2 {
  width: 100%;
  min-width: 1240px;
  background: #f0f0f0;
  color: #626366;
  text-align: center;
  line-height: 1.5;
  padding: 0px 0;
  margin-top: 20px;
  font-size: 12px;
  height: 80px
}

.footer-wrap {
  position: relative;
  background: #f0f0f0;
  color: #626366;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  padding: 0 0 20px 0;
}

.inner_bx {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  height: inherit;
}

/* header */
#header h1 {
  float: left;
}

#header .btn_sitemap {
  padding: 0 12px;
  height: 28px;
  border: 1px solid #506480;
  color: #007cb3;
  background-color: #fff; /*box-shadow:0px 1px 3px 1px rgba(0,0,0,0.1);*/
  border-radius: 50px;
  font-size: 13px;
}

#header .btn_sitemap:hover {
  background-color: #eaf8ff
}

.loginbx {
  float: right;
  display: flex;
  align-items: center;
  height: 60px;
}

.loginbx ul {
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 100%;
}

.loginbx ul li {
  margin-right: 10px;
}

.loginbx ul li input[type=text], .loginbx ul li input[type=password] {
  height: 26px;
  width: 110px
}

.loginbx ul li button {
  border: 1px solid #007cb3;
  color: #fff;
  background-color: #007cb3;
  border-radius: 50px;
  padding: 0 12px;
  height: 28px;
  font-size: 13px
}

.loginbx ul li button:hover {
  background-color: #009bf5
}

.logininfo span {
  color: #007cb3;
}

.header-logo {
  display: flex;
  padding-bottom: 0.22px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  /* gap: 10px; */
}

.header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 5px;
  margin-right: 5px;
}

.header-logo img {
  height: 32px;
  width: auto;
}

.header-logo-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.header-logo-img img {
  width: 57px;
  height: 8px;
  flex-shrink: 0;
}

.header-logo-img .system-text {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-logo-img .system-text .system-text1 {
  width: 74px;
  height: 15px;
}

.header-logo-img .system-text .system-text2 {
  width: 158px;
  height: 14px;
}

#gnb {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  flex: 1;
}

#gnb > ul {

}

#gnb > ul:after {
  content: "";
  clear: both;
  display: block;
}

#gnb > ul > li {
  float: left;
  position: relative;
  margin-right: 30px;
  padding-top: 23px;
  height: 60px;
}

#gnb > ul > li:last-child {
  background: none
}

#gnb > ul > li > a {
  display: block;
  line-height: 1;
  font-size: 18px;
  color: #333;
  text-align: center;
  position: relative;
}

#gnb > ul > li > a:hover, #gnb > ul > li.active > a {
  color: #006abe;
  text-decoration: underline;
}

#gnb > ul > li > a:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -15px;
  width: 1px;
  height: 18px;
  background-color: #ccc;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
}

#gnb > ul > li:last-child > a:after {
  width: 0px;
}

#gnb > ul > li .submenu {
  position: absolute;
  top: 60px;
  z-index: 98;
  display: none;
  width: 100%;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 3, 0.1);
}

#gnb > ul > li .submenu > ul:before {
  position: absolute;
  transform: rotate(45deg);
  left: 65px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #006abe;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
}

#gnb > ul > li .submenu > ul {
  background: #006abe;
  position: relative;
  padding: 10px 0
}

#gnb > ul > li .submenu > ul > li {
  text-align: center;
  padding: 0 10px;
}

#gnb > ul > li .submenu > ul > li a {
  display: block;
  color: #eee;
  line-height: 30px;
  font-size: 14px;
}

#gnb > ul > li .submenu > ul > li a:hover, #gnb > ul > li .submenu > ul > li a:focus {
  color: #fff;
  background: #063761;
  text-decoration: none
}

#gnb > ul > li:nth-child(5), #gnb > ul > li:nth-child(6), #gnb > ul > li:nth-child(7),
#gnb > ul > li:nth-child(8) {
  display: none
}

/*footer*/
.footer_menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.footer_menu a {
  display: block;
  margin: 0 15px;
  position: relative;
  line-height: 1
}

.footer_menu a b {
  color: #000
}

.footer_menu a:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -15px;
  width: 1px;
  height: 14px;
  background-color: #333;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
}

.footer_menu a:last-child:after {
  width: 0;
}

.copybx {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0 10px
}

.copybx p {
  text-align: left;
  margin-left: 30px;
}

/*sub*/
.svisualbx {
  height: 130px;
}

.subimgbx {
  background: url(../images/bg_subimg.png) 0 0 no-repeat;
  background-size: cover;
  background-color: #333;
  margin: 0 auto;
  line-height: 130px;
}

.subimgbx h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  max-width: 1180px;
  margin: 0 auto;
}

/* LNB */
.aside {
  width: 240px;
  float: left;
  margin-top: 40px
}

.aside h2 {
  height: 125px;
  background-color: #052d63;
  margin-bottom: 15px;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  line-height: 125px;
  font-weight: 300
}

#asideMenu {
  border-top: 2px solid #133387
}

#asideMenu > li {
  border-bottom: 1px solid #d2d9e5
}

#asideMenu > li > a {
  display: block;
  font-size: 1rem;
  color: #0d3964;
  padding: 10px 0 9px 18px;
  /*  background: #fff url(../images/bg_lnb.gif) right center no-repeat */
  background: #fff;
}

#asideMenu > li > a:hover {
  color: #006abe
}

#asideMenu > li.on > a {
  /*  background: #006abe url(../images/bg_lnb_on.gif) right center no-repeat; */
  background: #006abe;
  color: #fff
}

#asideMenu > li > ul.depth2 {
  background: #f7f9fb;
  padding: 7px 0
}

#asideMenu > li > ul.depth2 > li > a {
  display: block;
  font-size: 13px;
  color: #333333;
  padding-left: 22px;
}

#asideMenu > li > ul.depth2 > li > a:hover, #asideMenu > li.on > ul.depth2 > li.on > a {
  display: block;
  color: #1565c4;
}

.cont {
  width: calc(100% - 300px);
  float: right;
  margin: 30px 0
}

.cont_tit {
  margin-bottom: 40px;
  border-bottom: 1px solid #d2d9e5;
  padding-bottom: 5px
}

.cont_tit:after {
  content: "";
  clear: both;
  display: block;
}

.cont_tit h3 {
  font-size: 28px;
  font-weight: 400;
  float: left;
  color: #111;
  padding-top: 7px;
  float: left
}

.p_navi {
  position: relative;
  color: #5e7588;
  float: right;
  margin-top: 25px
}

.p_navi a {
  text-decoration: none;
}

.p_navi img {
  vertical-align: top;
  margin-top: 4px
}

.p_navi span {
  background: url(../images/ico_arr.png) 8px center no-repeat;
  padding-left: 26px;
  display: inline-block
}

.p_navi strong {
  background: url(../images/ico_arr.png) 8px center no-repeat;
  color: #111;
  font-weight: normal;
  padding-left: 26px;
  display: inline-block
}

.subimg1 {
  background: url(../images/subimg1.png) right top no-repeat;
  background-size: 472px auto;
}

.subimg1 p:first-child {
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.2;
  padding-top: 50px
}

.subimg1 p:first-child b {
  color: #006abe;
  font-weight: 500
}

.subimg1 p:first-child span {
  color: #4b5888;
  font-weight: 500
}

.subimg1 p:nth-child(2) {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 40px
}

.subimg1 p:nth-child(3) {
  margin-bottom: 30px;
  letter-spacing: -1px;
}

.subimg1 p:nth-child(4) {
  margin-bottom: 30px;
  letter-spacing: -1px;
}

.ctab_menu {
  font-size: 16px;
  color: #535353;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #63769d
}

.ctab_menu li {
  float: left;
  padding: 0;
  min-width: 120px;
  margin-left: -1px
}

.ctab_menu li:first-child {
  margin-left: 0
}

.ctab_menu li a {
  color: #666;
  font-weight: 400;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border: 1px solid #c8d0da;
  border-bottom: none;
  padding: 0 25px
}

.ctab_menu li a:hover {
  color: #fff;
  background: #63769d;
}

.ctab_menu li.sel a {
  color: #fff;
  font-weight: 400;
  background: #63769d;
  margin-bottom: 0px;
  height: 40px;
  border: 1px solid #63769d;
  border-bottom: none
}

.ctab_menu:after {
  content: "";
  clear: both;
  display: block;
}

.tabcont {
  display: inline-block;
  overflow-y: auto;
  padding: 0px;
  width: 100%;
}

.ctab_wrap {
  margin: 20px 0 0
}

.stit {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  position: relative;
  text-indent: 10px;
  line-height: 1;
  margin: 10px 0
}

.stit:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 3px;
  height: 16px;
  background-color: #0189ef;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
}

.sstit {
  background: url(../images/ic_stit.gif) 0 3px no-repeat;
  padding-left: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}

.introduce1 {
  border: 1px solid #e0e1e3;
  padding: 20px;
}

.introduce1 {
  border: 1px solid #e0e1e3;
  padding: 20px;
}

.introduce1:after {
  content: "";
  clear: both;
  display: block;
}

.introduce1 > li {
  float: left;
  width: 250px;
}

.introduce1 > li:nth-child(2) {
  width: calc(100% - 500px);
  position: relative
}

.introduce1 > li > div {
  border: 1px solid #e0e1e3;
  border-radius: 3px;
  padding: 5px;
  width: 250px;
  margin: 0 auto;
  background: #fff
}

.introduce1 > li > div b {
  background: #446cb7;
  color: #fff;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 3px;
}

.introduce1 > li > div ul {
  margin: 5px 10px 0
}

.introduce1 > li > div li {
  position: relative;
  font-size: 0.813rem;
  text-indent: 5px;
}

.introduce1 > li > div li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #0070c0;
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
}

.introduce1 > li:nth-child(2) > div:first-child:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 25px;
  right: 0px;
  height: 1px;
  background-color: #c5c9d6;
  z-index: -1
}

.introduce2 li {
  border: 1px solid #e0e1e3;
  padding: 7px;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.introduce2 li b {
  background: #446cb7;
  color: #fff;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 30px;
  margin-right: 30px
}

.introduce3 {
  display: flex;
  align-items: center
}

.introduce3 li {
  border-radius: 30px;
  border: 1px solid #006abe;
  background: #f1f9ff;
  line-height: 1;
  color: #111;
  margin-right: 20px;
  padding: 10px 20px 10px 10px;
  position: relative;
}

.introduce3 li:last-child {
  margin-right: 0;
}

.introduce3 li:after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  background: url(../images/arrow2.gif) center center no-repeat;
  transform: translateY(-50%)
}

.introduce3 li:last-child:after {
  width: 0;
  background: none
}

.introduce3 li span {
  background: #446cb7;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
  margin-right: 7px
}

.w200 li {
  width: 200px;
}

.mwid180 li {
  min-width: 180px;
}

.photo_list li {
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
  float: left;
  margin-bottom: 20px
}

.photo_list li .imgbx {
  border: 1px solid #e0e1e3;
  padding: 5px;
}

.photo_list li .imgbx img {
  width: 100%;
  height: auto
}

.photo_list li span {
  display: block;
  text-align: center;
  padding: 5px 0
}

.photo_list li:nth-child(2n) {
  margin-right: 0;
}

.txtlst li {
  background: url(../images/ic_stit.gif) 0 3px no-repeat;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.txtlst li a {
  color: #006abe
}

.introduce4 {
  margin-bottom: 20px
}

.introduce4:after {
  content: "";
  clear: both;
  display: block;
}

.introduce4 li {
  width: 205px;
  border-radius: 30px;
  border: 1px solid #006abe;
  background: #f1f9ff;
  line-height: 1;
  color: #111;
  margin-right: 20px;
  padding: 10px 20px 10px 10px;
  position: relative;
  float: left
}

.introduce4 li:last-child {
  margin-right: 0;
}

.introduce4 li:after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  background: url(../images/arrow2.gif) center center no-repeat;
  transform: translateY(-50%)
}

.introduce4 li:last-child:after {
  top: 100%;
  left: 50%;
  background: url(../images/arrow4.gif) center center no-repeat;
  transform: translateY(0%) translateX(-50%)
}

.introduce4 li span {
  background: #446cb7;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
  margin-right: 7px
}

.introduce5 {
  margin-bottom: 20px
}

.introduce5:after {
  content: "";
  clear: both;
  display: block;
}

.introduce5 li {
  width: 205px;
  border-radius: 30px;
  border: 1px solid #006abe;
  min-width: 160px;
  background: #f1f9ff;
  line-height: 1;
  color: #111;
  margin-left: 20px;
  padding: 10px 20px 10px 10px;
  position: relative;
  float: right
}

.introduce5 li:last-child {
  margin-left: 0;
}

.introduce5 li:after {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  background: url(../images/arrow3.gif) center center no-repeat;
  transform: translateY(-50%)
}

.introduce5 li:last-child:after {
  top: 100%;
  left: 50%;
  background: url(../images/arrow4.gif) center center no-repeat;
  transform: translateY(0%) translateX(-50%)
}

.introduce5 li span {
  background: #446cb7;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
  margin-right: 7px
}

.bgnone:after {
  width: 0;
  background: none !important
}

.introduce6 {
  display: flex;
  align-items: flex-start;
}

.introduce6 li {
  margin-right: 30px;
  position: relative;
}

.introduce6 li:after {
  position: absolute;
  top: 17px;
  right: -30px;
  width: 30px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  background: url(../images/arrow5.gif) center center no-repeat;
}

.introduce6 li:last-child {
  margin-right: 0
}

.introduce6 li:last-child:after {
  width: 0;
  background: none
}

.introduce6 li span {
  font-size: 12px
}

.introduce6 li p {
  border-radius: 30px;
  line-height: 1;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px
}

.introduce6 li .c1 {
  border: 4px solid #abdbff;
  background: #0189ef;
}

.introduce6 li .c2 {
  border: 4px solid #ffc7c4;
  background: #f84b40;
}

.introduce6 li .c3 {
  border: 1px solid #e0e1e3;
  background: #fff;
  display: block;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
  padding: 5px;
  margin-top: 10px;
  text-align: center
}

.posi1 {
  position: absolute;
  right: -20px;
  bottom: -25px
}

.posi1:before {
  position: absolute;
  bottom: 5px;
  left: -33px;
  width: 30px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  background: url(../images/arrow6.gif) center center no-repeat;
}

.posi1:after {
  position: absolute;
  width: 2px;
  height: 30px;
  background: #999999;
  top: -30px;
  right: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
}

.posi2 {
  position: absolute;
  right: -25px;
  top: 30px
}

.f12 {
  font-size: 12px
}

.w200 li {
  width: 200px;
}

.photo_list li {
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
  float: left;
  margin-bottom: 20px
}

.photo_list li .imgbx {
  border: 1px solid #e0e1e3;
  padding: 5px;
}

.photo_list li .imgbx img {
  width: 100%;
  height: auto
}

.photo_list li span {
  display: block;
  text-align: center;
  padding: 5px 0
}

.photo_list li:nth-child(2n) {
  margin-right: 0;
}

/*button*/
button {
  color: #fff;
  margin: 0;
  padding: 0 12px 0;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  min-height: 36px;
  font-size: 0.875rem;
  border: 0px;
}

button:hover {
  color: #fff;
  text-decoration: none;
}

button > span {
  display: none
}

.btn_blue {
  background: #115d9d;
  min-width: 60px;
  color: #fff;
  border: 1px solid #115d9d;
}

.btn_blue:hover {
  background: #063761;
  color: #fff;
  border: 1px solid #063761;
}

.graylinebx {
  border: 1px solid #e0e1e3;
  padding: 15px;
}


/*table*/
.tblist {
  width: 100%;
  border-top: 1px solid #333
}

.tblist thead th {
  padding: 3px 5px 3px;
  color: #111;
  font-weight: 500;
  border-right: 1px solid #e0e1e3;
  border-bottom: 1px solid #c5c9d6;
  background-color: #f4f5f9;
}

.tblist tbody td {
  padding: 7px 5px 7px;
  color: #333;
  text-align: center;
  border-right: 1px solid #e0e1e3;
  border-bottom: 1px solid #e0e1e3;
}

.tblist thead th:last-child, .tblist tbody td:last-child {
  border-right: none;
}

.tblist tbody td.tl {
  padding-left: 12px;
}

.tblist tbody th {
  padding: 7px 5px 6px;
  color: #222;
  font-weight: 500;
  border-right: 1px solid #e0e1e3;
  border-bottom: 1px solid #e0e1e3;
  background-color: #f4f5f9;
}

.tblist a:hover {
  color: #0189ef
}

.tblist b {
  color: #0064b0
}

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

.sitemap > li {
  width: 23%;
}

.sitemap h4 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #00457b;
  margin-bottom: 10px
}

.sitemap h4 span {
  border-radius: 0 10px 10px 10px;
  background: #EAF0FF;
  display: block;
  line-height: 55px;
  margin-bottom: 5px
}

.sitemap ul {
  border: 1px solid #c5c9d6;
  border-top: 2px solid #006abe;
  padding: 15px;
  height: 280px
}

.sitemap ul li {
  margin: 10px;
  position: relative
}

.sitemap ul li:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 3px;
  height: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  background: #446cb7;
}

.sitemap ul a {
  color: #111;
  font-size: 18px;
  padding-left: 10px
}

.sitemap ul a:hover {
  color: #446cb7 !important
}

/* 새 창으로 열리는 항목. '바로가기' 를 글자로 두면 칸 폭을 넘어 두 줄이 되므로
   뜻을 아이콘으로 옮기고 글자는 숨김 텍스트로만 남긴다 */
.sitemap ul a.link-newwin::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  vertical-align: -1px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014%2014'%3E%3Cg%20fill='none'%20stroke='%23446cb7'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M6.5%202.5H2.5v9h9V7.5'/%3E%3Cpath%20d='M9%202.5h3v3'/%3E%3Cpath%20d='M12%202.5L6.8%207.7'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


