@charset "utf-8";
/* CSS Document */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*Noto*/

@font-face {
  font-family: "NotoKrL";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Light"), local("NotoSans-Light"), url("/css/client/fonts/notokr-light.eot");
  src: url("/css/client/fonts/notokr-light.eot?#iefix") format("embedded-opentype"), url("/css/client/fonts/notokr-light.woff") format("woff");
}

@font-face {
  font-family: "NotoKrR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url("/css/client/fonts/notokr-regular.eot");
  src: url("/css/client/fonts/notokr-regular.eot?#iefix") format("embedded-opentype"), url("/css/client/fonts/notokr-regular.woff") format("woff");
}

@font-face {
  font-family: "NotoKrM";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url("/css/client/fonts/notokr-medium.eot");
  src: url("/css/client/fonts/notokr-medium.eot?#iefix") format("embedded-opentype"), url("/css/client/fonts/notokr-medium.woff") format("woff");
}

@font-face {
  font-family: "NotoKrB";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("/css/client/fonts/notokr-bold.eot");
  src: url("/css/client/fonts/notokr-bold.eot?#iefix") format("embedded-opentype"), url("/css/client/fonts/notokr-bold.woff") format("woff");
}

/* reset */
* {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
videot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font-size: 12px;
  line-height: 1.3;
  font-family: "noto-kr", "Noto Sans KR", "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
  font-weight: normal;
  color: #666;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "NanumSquare", sans-serif;
}
ul,
ol,
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
br {
  letter-spacing: -0.05em;
}
p {
  letter-spacing: -0.05em;
}
hr {
  display: none;
}
address,
caption,
em,
var {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
a[href^="tel"] {
  font-style: normal;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
input,
textarea,
select {
  font-family: noto-kr;
  font-weight: 500;
  letter-spacing: -0.05em;
}
img {
  border: 0;
  vertical-align: top;
}
legend,
caption {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

.clear {
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  opacity: 0;
}

/*****LAYOUT*****/
.wrapper {
  width: 100%;
  height: 100%;
}
#mcontainer {
  width: 1240px;
  margin: 0 auto;
  padding-top: 60px;
  min-height: 600px;
  overflow: hidden;
}
#mcontainer .main_left {
  width: 300px;
  float: left;
}
#mcontainer .main_right {
  width: 860px;
  float: right;
}
#container {
  overflow: hidden;
}
#container #contents {
  width: 900px;
  float: right;
}

.login-bg {
  background-size: 80%;
  background: url("../../images/client/login-mobile-img.png") 100% 80% no-repeat;
}

/* ** header ** */
#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
#header .inner {
  height: 100%;
}
.main #header {
  background: #235fb0;
}
.main #header .inner {
  border-color: #1f559e;
}
#header .allbtn {
  position: absolute;
  right: 0px;
  top: 0px;
}
#header .btn_sitemap {
  display: inline-block;
  width: 28px;
  height: 23px;
  margin-top: 16px;
  background: url("../../images/client/icon_sitemap.png") center no-repeat;
}
.header-gnb .inner {
  width: 1200px;
  margin: 0 auto;
  font-family: "NotoKrM";
  font-size: 20px;
  color: #fff;
}
.header-gnb .inner .btn_sitemap {
  display: inline-block;
  width: 28px;
  height: 23px;
  margin-top: 24px;
  background: url("../../images/client/icon_sitemap.png") center no-repeat;
}
#header.header-culha {
  background: #235fb0;
}
#header.header-culha .supports {
  height: 70px;
}
#header.header-culha .supports .logo {
  padding-top: 18px;
}

/* 웹전체메뉴 영역*/
#allmenu {
  position: absolute;
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  top: 61px;
  left: 0;
  z-index: 100;
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
}
#allmenu .wsize {
  position: relative;
  padding: 20px 0px 0px 0px;
  width: 1300px;
  margin: 0 auto;
}
#allmenu .wsize .m-close {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 9999;
}
#allmenu .slide-close {
  display: block;
  width: 26px;
  height: 12px;
  background: url("../../images/client/gnb-slide-up.png") center no-repeat;
  margin: 20px auto;
}
#allmenu .slide-close:hover {
  background: url("../../images/client/gnb-slide-up_on.png") center no-repeat;
}
#header .allMenu {
  text-align: left;
}
#header .allMenu .li {
  display: inline-block;
  position: relative;
  width: 16%;
  height: 100%;
  vertical-align: top;
  min-height: 300px;
  border-right: 1px solid #eee;
  padding: 0px 15px;
  box-sizing: border-box;
}
#header .allMenu .li:last-child {
  border-right: 0px;
}
#header .allMenu .li a {
  text-decoration: none;
}
#header .allMenu .li a.mm span {
  font-family: "NotoKrB";
  color: #000;
  font-size: 24px;
}
#header .allMenu .sub {
  position: relative;
  z-index: 6;
  height: 100%;
  padding: 24px 0px 20px 0px;
  min-height: 135px;
  text-align: left;
  box-sizing: border-box;
}
#header .allMenu .sub a {
  display: block;
}
#header .allMenu .sub a:hover {
  text-decoration: underline;
}
#header .allMenu .sub .sLi + .sLi {
  margin-top: 15px;
}
#header .allMenu .sm {
  font-size: 17px;
  color: #304e97;
  font-weight: 600;
  position: relative;
}
#header .allMenu .subUl {
  padding-left: 10px;
  position: relative;
}
#header .allMenu .subUl li {
  position: relative;
}
#header .allMenu .subUl a {
  padding: 15px 0px 0px 13px;
  font-size: 14px;
  font-weight: initial;
  color: #666;
}
#header .allMenu .subUl a:before {
  content: "";
  background: #4067cd;
  width: 3px;
  height: 3px;
  display: block;
  left: 0px;
  top: 22px;
  position: absolute;
  border-radius: 5px;
}

#gnb {
  position: absolute;
  top: 100px;
  z-index: 999;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  margin: 0px;
  float: left;
}
#gnb:after {
  display: block;
  content: "";
  clear: both;
}
#gnb .gnb_wrap {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
#gnb .gnb_wrap:after {
  display: block;
  content: "";
  clear: both;
}
#gnb .gnb_wrap > ul {
  width: 1000px;
  margin: 0 auto;
}
#wrap {
  padding-top: 100px;
  padding-bottom: 200px;
}
#wrap.main {
  padding-top: 0;
}
.header-gnb .supports {
  position: relative;
  width: 1300px;
  height: 90px;
  margin: 0 auto;
}
.header-gnb .supports .system_name {
  /*display:none;*/
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 42px;
  color: #2b50b0;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  background: #efefef;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 600;
  line-height: 35px;
}
.header-gnb .supports .logo {
  display: block;
  width: 185px;
  margin: 0 auto;
  padding-top: 23px;
  cursor: pointer;
  overflow: hidden;
}
.header-gnb .supports .btn_logout {
  position: absolute;
  top: 30px;
  right: 0px;
  display: block;
  width: 86px;
  height: 30px;
  border: 1px solid #cacaca;
  background-image: url(../../images/client/top_logout.png);
  background-repeat: no-repeat;
}

/* admin select */
.sel_admin_box_none {
  display: none;
}
.sel_admin_box {
  position: absolute;
  line-height: 17px;
  left: 0px;
  top: 27px;
  border: 1px solid #315ac3;
  padding: 8px 25px 8px 15px;
  border-radius: 25px;
}
.sel_admin_box .admin_tit {
  min-width: 180px;
  padding: 0px 14px 0px 0px;
  box-sizing: border-box;
  border-radius: 30.5px;
  font-size: 14px;
  line-height: 25px;
  font-family: "NotoKrR";
}
.sel_admin_box .admin_tit span {
  position: relative;
  display: block; /* padding-left:5px; */
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  padding-right: 5px;
}
.sel_admin_box .admin_tit span i {
  font-size: 13px;
  font-style: normal;
  padding: 3px 10px;
  border-radius: 15px;
  background: #aeaeae;
  color: #fff;
}
.sel_admin_box .admin_tit span:after {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../../images/client/sp_ico_01.png);
  background-repeat: no-repeat;
}
.sel_admin_box .admin_cont {
  z-index: 10;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  box-shadow: 0 5px 20px 0 rgba(12, 37, 75, 0.15);
  border-radius: 22.5px;
  background-color: #fff;
}
.sel_admin_box.active .admin_cont {
  display: block;
}
.sel_admin_box .admin_cont a {
  display: block;
  width: 100%;
  padding: 9px 22px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #315ac3;
  padding-right: 5px;
  position: relative;
  float: left;
}
.sel_admin_box .admin_cont a:hover {
  background-color: #f8f8f9;
  color: #000;
}

/* ** header ** */
#header .inner {
  position: relative;
  height: 55px;
  z-index: 5;
  width: 100%;
  background: linear-gradient(105.47deg, #2267b2 -3.86%, #7741ff 106.44%); /*background:url('../../images/client/bg-gnb-header.jpg') left no-repeat;*/
}
#header .inner .row {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
#header .inner .row .icon_etc {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: auto;
  margin-left: auto;
}
#header .inner .row .icon_etc a {
  display: block;
  float: right;
  margin-top: 20px;
  width: 21px;
  height: 21px;
  margin-left: 38px;
  text-indent: -9999px;
}
#header .inner .row .icon_etc a.icon_etc01 {
  background: url("../../images/client/icon_etc_01.png") no-repeat;
}
#header .inner .row .icon_etc a.icon_etc02 {
  background: url("../../images/client/icon_etc_02.png") no-repeat;
}
#header .gnbMenuWrap ul {
  width: 100%;
  display: flex;
}
#header .gnbMenuWrap ul li {
  display: inline-flex;
  flex: 1;
}
#header.header-cement .gnbMenuWrap ul li {
  width: 17%;
}
#header .gnbMenuWrap .mm {
  display: inline-block;
  position: relative;
  color: #fff;
}
#header .gnbMenuWrap .mm.on {
  font-weight: normal;
}
#header .gnbMenuWrap .mm span {
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 55px;
  min-width: 71px;
}
#header .gnbMenuWrap .mm span.wdw {
  margin-right: 55px;
}

.wd1500 .cont_wrap {
  width: 1500px;
  margin: 0 auto;
  padding-top: 80px;
  min-height: 650px;
  overflow: auto;
}
/**  Left menu **/
.cont_wrap {
  width: 1300px;
  margin: 0 auto;
  padding-top: 80px;
  min-height: 650px;
  overflow: auto;
}
.cont_wrap nav.left_menu {
  width: 218px;
  float: left;
  margin-bottom: 50px;
}
.cont_wrap nav.left_menu .sub_title {
  width: 218px;
  height: 150px;
  letter-spacing: -0.9px;
  line-height: 150px;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: linear-gradient(358deg, #2267b2 -3.86%, #582acd 106.44%);
}
.cont_wrap nav.left_menu .sub-nav {
  width: 100%;
}
.cont_wrap nav.left_menu .sub-nav > li {
  border-top: 1px solid #bfbfbf;
}
.cont_wrap nav.left_menu .sub-nav > li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.cont_wrap nav.left_menu .sub-nav > li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-indent: 20px;
  color: #747474;
  padding: 22px 0px;
  background: url("../../images/client/icon_leftnav_off.png") 90% 18px no-repeat;
}
.cont_wrap nav.left_menu .sub-nav > li > a:hover {
  color: #315ac3;
}
.cont_wrap nav.left_menu .sub-nav > li > a.active {
  background: url("../../images/client/icon_leftnav_on.png") 90% 18px no-repeat;
}
.cont_wrap nav.left_menu .sub-nav li.on ul {
  display: block;
}
.cont_wrap nav.left_menu .sub-nav li ul {
  display: none;
}
.cont_wrap nav.left_menu .sub-nav li ul {
  width: 100%;
  background: #f8f8f8;
  border-top: 2px solid #6c6c6c;
  padding: 15px 0px;
}
.cont_wrap nav.left_menu .sub-nav li ul li {
  line-height: 28px;
  padding-left: 30px;
}
.cont_wrap nav.left_menu .sub-nav li ul li a {
  color: #747474;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.cont_wrap nav.left_menu .sub-nav li ul li a:hover {
  text-decoration: underline;
}
.cont_wrap nav.left_menu .sub-nav li ul li a.on {
  color: #315ac3;
}

/**  login  **/
.login-auth {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 105px;
  margin-bottom: 145px;
}
.login-auth h2 {
  color: #2b2b2b;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 65px;
}
.login-auth h2 b {
  font-weight: bold;
}
.login-auth .login {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e4e4e4;
  position: relative;
}

.login-auth02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 110px;
}
.login-auth02 h2 {
  color: #2b2b2b;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.login-auth02 h2 b {
  font-weight: bold;
}
.login-auth02 .login {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e4e4e4;
  position: relative;
}
.login-auth02 .login .login-item {
  margin-left: 50px;
}
.login-auth02 .login .hiBtnGrp {
  margin-left: 50px;
}
.login-auth02 .login-etc {
  width: 320px;
}
.login-auth02 .login-etc .info-search {
  padding-top: 110px;
}
.login .login-item {
  position: relative;
  font-size: 0px;
  margin-left: 95px;
  margin-bottom: 15px;
}
.login .login-item:first-child {
  margin-top: 90px;
}
.login .login-item .lzCheck input {
  width: 20px;
  height: 20px;
  border: 1px solid #c7c7c7;
}
.login .login-item .lzCheck input[type="checkbox" i] {
  background: #000;
}
.login .login-item .lzCheck i {
  display: inline-block;
  vertical-align: text-bottom;
  color: #4f4f4f;
  font-size: 14px;
  font-style: normal;
}
.login .login_input {
  display: inline-block;
  border: 1px solid #c7c7c7;
  height: 55px;
  width: 360px;
  box-sizing: border-box;
  text-indent: 15px;
  font-size: 15px;
}
.login .hiBtnGrp {
  margin-left: 95px;
  margin-bottom: 125px;
}
.login .hiBtnGrp button {
  height: 60px;
  text-align: center;
  font-size: 15px;
  margin: 0px;
  width: 360px;
  display: inline-block;
}
.login .hiBtnGrp button:first-child {
  margin-right: 10px;
}
.login .hiBtnGrp button.Btn-login,
.login .hiBtnGrp button.Btn-request {
  background: #304c8a;
  color: #fff;
  border: 0px;
  margin: 0px;
}
.login .hiBtnGrp button.Btn-join,
.login .hiBtnGrp button.Btn-idSearch {
  border: 1px solid #304c8a;
  color: #121212;
  background: #fff;
}
.login-etc {
  width: 370px;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  border-left: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 14px;
}
.login-etc .info-search {
  padding-top: 135px;
  padding-left: 38px;
}
.login-etc .info-search.info-id {
  padding-top: 95px;
  padding-left: 38px;
}
.login-etc .info-search .h3 {
  font-weight: bold;
  color: #363636;
  font-size: 15px;
  padding-bottom: 15px;
}
.login-etc .info-search ul {
  line-height: 30px;
  margin-top: 20px;
}
.login .login_links {
  padding: 90px 0px;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.login .login_links a {
  display: inline-block;
  padding-left: 50px;
  padding-right: 20px;
  color: #363636;
  margin-bottom: 10px;
  background: url("../../images/client/icon-login-link.png") right 5px no-repeat;
  margin-right: 35px;
}
.login .login_links a::after {
  display: block;
  content: "";
  clear: both;
  width: 100%;
  float: left;
}
.login .account_help {
  padding: 40px 0px 20px 0px;
}
.login .account_help li {
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
  padding: 8px 0px 25px 50px;
  width: 100%;
  clear: both;
  text-align: left;
  font-size: 15px;
}
.login .account_help li b {
  font-family: "NanumSquare", sans-serif;
  font-weight: normal;
  display: block;
}
.login .account_help li:first-child::after {
  position: absolute;
  bottom: 0px;
  left: 50px;
  content: "";
  width: 10px;
  height: 1px;
  background: #666;
  margin: 10px 0px;
  float: left;
}

/** 220425 추가 **/
.login-auth .login .login-notice {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 370px;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  border-left: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 14px;
  padding: 5px;
}
.login-auth .login .login-notice li {
  font-size: 13px;
  line-height: 25px;
}
.login-auth .login .login-notice .title {
  font-size: 16px;
  color: #304c8b;
}
.login-auth .login .login-notice .sub_title {
  font-size: 14px;
  color: #304c8b;
}
.login-auth .login .login-notice .text-box {
  width: 358px;
  height: 125px;
  border: 1px solid #cbcbcb;
  margin: 10px 0px 10px 0px;
  line-height: 23px;
  font-size: 13px;
}
.login-auth .login .login-notice .text-box .txt {
  padding: 5px;
}
.login-auth .login .login-notice .list {
  margin-bottom: 15px;
}
.login-auth .login .login-notice .route {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 30px;
}

/*****FOOTER*****/
footer {
  width: 100%;
  border-top: 1px solid #c7c7c7;
  padding: 0px 0px 25px 0px;
  text-align: center;
  color: #b1b1b1;
}
footer .f-logo-area {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
footer .f-logo-area a:first-child {
  border-right: 1px solid #c7c7c7;
}
footer .f-logo-area a {
  position: relative;
  height: 48px;
  box-sizing: border-box;
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px 0px;
}
footer .f-logo-area a.f-logo-hc img {
  display: block;
  position: absolute;
  right: 180px;
}
footer .f-logo-area a.f-logo-hhc img {
  display: block;
  position: absolute;
  left: 180px;
}
footer p {
  margin-top: 20px;
  text-align: center;
  color: #b1b1b1;
}
