@charset "utf-8";
@import url("font.css");
@import url("reset.css");

/* common */
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}
.fl {
  display: block;
  float: left;
}
.fr {
  display: block;
  float: right;
}
.ofh {
  overflow: hidden;
}

/* header */
/* #wrap {
  overflow: hidden;
  min-width: 1200px;
} */

#header {
  width: 100%;
  height: 80px;
  /* min-width: 1200px; */
  border-bottom: 1px solid #dcdcdc;
}
#header .top_wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  min-width: 1100px;
}
#header .top_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  display: block;
  float: left;
  width: 228px;
  height: 27px;
  margin: 26px 0 0 0;
}
#header .nav_tab {
  float: left;
  padding-top: 25px;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
}
#header .nav_tab li {
  display: inline-block;
  margin-right: 60px;
  text-align: center;
}
#header .nav_tab li:last-child {
  margin-right: 0;
}
#header .nav_tab li a {
  display: block;
  position: relative;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: ;
  color: #000;
  font-family: "Noto Sans KR", sans-serif;
}
#header .account {
  position: absolute;
  top: 30px;
  right: 1px;
  font-size: 0;
}
#header .nav_tab li a:hover,
#header .nav_tab li a.on {
  color: #1b51a5;
}
#header .account li {
  float: left;
  vertical-align: top;
}
#header .account li a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
#header .account li span {
  font-family: "Noto Sans KR L", sans-serif;
  font-size: 13px;
  color: #666;
}
#header .account .login {
  display: block;
  padding-left: 20px;
  height: 20px;
  background: url(../images/common/login_icon.png) 0 0 no-repeat;
}
#header .account .join {
  display: block;
  height: 20px;
  margin-left: 10px;
}
#header .account .join:before {
  position: absolute;
  top: 4px;
  left: -9px;
  width: 1px;
  height: 12px;
  background: #a0a0a0;
  content: "";
}
/* #header .account .admin{display:block;width:21px;height:20px;background:url(../images/common/login_icon.png) 0 -41px no-repeat;} */
/* #header .account .sitemap{display:block;width:20px;height:20px;background:url(../images/common/login_icon.png) 0 -79px no-repeat;} */
#header .account .allmenu {
  margin-right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/login_icon.png) 0 -79px no-repeat;
}

/* footer */
#footer {
  position: relative;
  background: #f8f8f8;
  /* min-width: 1200px; */
}
#footer .footer_menu {
  width: 100%;
  height: 46px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#footer .fmenu_wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
#footer .fmenu_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.fmenu_wrap .fmenu {
  float: left;
  font-size: 0;
  line-height: 0;
}
.fmenu_wrap .fmenu li {
  display: inline-block;
  margin-right: 50px;
  text-align: center;
}
.fmenu_wrap .fmenu li a {
  display: block;
  position: relative;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: ;
  color: #666;
  font-family: "Noto Sans KR", sans-serif;
}
.fmenu_wrap .fmenu li .weight-bold,
.fmenu_wrap .fmenu li .color-blue {
    font-weight: bold;
    color: #164EB1;
}
#footer .address_wrap {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  width: 1200px;
}
.address_wrap .address {
  line-height: 22px;
  font-size: 13px;
  color: #999;
  font-family: "Noto Sans KR L", sans-serif;
}
.address_wrap .address .address_bar {
  display: inline-block;
  content: "";
  width: 14px;
}

/* content */
.content_wrap {
  width: 1200px;
  height: 100%;
  min-height: 700px;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
}

/* form */
input[type="text"]::-ms-clear {
  display: none;
}
::-webkit-input-placeholder {
  font-family: "Noto Sans KR L";
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  font-family: "Noto Sans KR L";
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  font-family: "Noto Sans KR L";
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  font-family: "Noto Sans KR L" !important;
  color: #999 !important;
  opacity: 1;
}
input[type="text"]:focus::-webkit-input-placeholder {
  visibility: hidden;
}
input[type="text"]:focus:-moz-placeholder {
  visibility: hidden;
}
input[type="text"]:focus::-moz-placeholder {
  visibility: hidden;
}
input[type="text"]:focus:-ms-input-placeholder {
  visibility: hidden;
}
.i_txt {
  width: 140px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #c2c4c6;
  background-color: #fff;
  font-family: "Noto Sans KR";
  vertical-align: middle;
  font-size: 16px;
  color: #666;
}
.i_txt:disabled,
select:disabled {
  border-color: #ddd;
  background-color: #f7f7f7;
  color: #666;
}
.i_txt:focus,
select:focus {
  border-color: #1a1a1a;
  outline: none;
}
select {
  width: 140px;
  height: 40px;
  padding: 0 40px 0 7px;
  border: 1px solid #c2c4c6;
  background: #fff url(../images/common/ico_sel_arrow.png) 100% 50% no-repeat;
  font-family: "Noto Sans KR";
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
textarea {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #535353;
  max-width: 100%;
  resize: none;
  box-shadow: 0 0 0 1px #c6c6c6;
  font-family: "Noto Sans KR";
  font-size: 15px;
  color: #666;
}
textarea:focus {
  box-shadow: 0 0 0 1px #1a1a1a;
  outline: none;
}
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder {
  color: #c2c4c6;
}

/* loading */
.loadingWrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.loadingBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.loadingImg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
}

/* Sitemap */
.sitemapWrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.sitemapgBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sitemap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 10;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -1px;
}
.sitemap.mw1140 {
  width: 1200px;
  padding: 70px 20px;
}
.sitemap .pop_btn_close {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../images/common/login_icon.png) 0 -120px no-repeat;
}
.sitemap .pop_top {
  position: relative;
  padding-top: 28px;
  padding-bottom: 40px;
  font-size: 24px;
  color: #444;
  text-align: center;
}
.sitemap .pop_con {
  position: relative;
  padding: 0 40px;
}
.menu_all .list ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.menu_all .list li {
  display: table-cell;
  width: 189px;
  padding: 0 30px;
}
.menu_all .list li .tit {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #222;
  font-size: 20px;
  color: #222;
  font-family: "Noto Sans Kr", sans-serif;
}
.menu_all .list li dl {
  padding: 0 7px;
  margin-top: 18px;
}
.menu_all .list li dl dt {
  margin-bottom: 10px;
  color: #444;
  font-size: 16px;
}
.menu_all .list li dl dd {
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
  font-family: "Noto Sans Kr L", sans-serif;
}

/* floating */
#topBtn {
  position: absolute;
  bottom: 180px;
  left: 50%;
  margin-left: 600px;
  z-index: 3;
}
#topBtn .btn_up {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/ico_up.png) no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}

/* FamilySite */
#sub_bot_fam {
  position: relative;
  width: 100%;
}
#sub_bot_fam .wrap {
  position: absolute;
  right: 0;
  top: 8px;
  float: right;
  z-index: 4;
  font-family: "Noto Sans KR", "sans-serif";
  font-size: 13px;
  color: #999;
  font-weight: 300;
}
#sub_bot_fam .family_site {
  position: relative;
  width: 180px;
}
#sub_bot_fam .family_site .site_btn {
  position: relative;
  display: block;
  height: 28px;
  padding: 0 1em;
  border: 1px solid #d6d6d6;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  color: #999;
  text-align: left;
  text-decoration: none;
}
#sub_bot_fam .family_site .ctrl {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2px;
  border-color: #d6d6d6 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
}
#sub_bot_fam .family_site a.on .ctrl {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2px;
  border-color: transparent transparent #8a9198 transparent;
  border-width: 0 4px 4px 4px;
}
#sub_bot_fam .family_site ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
}
#sub_bot_fam .family_site ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  color: #999;
  font-family: "Noto Sans KR", "sans-serif";
  font-weight: 300;
  font-size: 13px;
}
#sub_bot_fam .family_site ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#sub_bot_fam .family_site ul li a:hover {
  text-decoration: none;
  color: #075cb4;
}
#sub_bot_fam .family_site a.on + ul {
  display: block;
}

/* SSO */
.sso_page {
  padding-top: 300px;
}
.sso_txt {
  text-align: center;
  font-size: 22px;
}

/* ERROR */
.error_page {
  margin: 0 auto;
  padding-top: 100px;
  width: 700px;
}
.error_page .error_top {
  border-bottom: 1px solid #d5d5d5;
}
.error_page .error_con {
  overflow: hidden;
  margin-top: 50px;
}
.error_con .img {
  float: right;
  width: 200px;
  height: 210px;
  background: url(../images/common/error_img.png) 0 50% no-repeat;
}
.error_con .info {
  float: left;
  width: 500px;
}
.error_con .info h2 {
  margin-bottom: 20px;
}
.error_con .info p {
  color: #666;
  margin-bottom: 20px;
}
.error_con .info a {
  text-decoration: underline;
}
.error_con .info a.btn {
  display: inline-block;
  width: 100px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  line-height: 40px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #666;
  vertical-align: top;
  text-decoration: none;
}
