@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
html {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.625em;
}
body {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
}
a {
  text-decoration: none;
  color: #333;
}
button {
  border: none;
  background-color: transparent;
}
img {
	outline-color: #fff;
}
/* :focus {outline: none;border:0} */

/* a:focus {outline: 2px dotted #000;}
웹접근성
 a.using-mouse:focus {outline: none;} 
 button:focus {outline: 2px dotted #000;}
 button.using-mouse:focus {outline: none;} */ 
 
i {
  font-style: normal;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.float-none {
  float: none !important;
}
.blind {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-none {
  cursor: none;
}
.cursor-default {
  cursor: default;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.pos-s {
  position: static;
}
.btn {
  cursor: pointer;
}
.mw-wrap .inner {
  width: 1200px;
  margin: 0 auto;
}
.mw-container {
  padding-top: 80px;
}
/* header */

.pc {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #1e3662;
  z-index: 3;
}
.header .inner {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 210px;
  height: 60px;
  transform: translateY(-50%);
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/main/logo-w.png) no-repeat center;
}
.logo a:focus {
outline-color: #fff;
}
.gnb {
  position: absolute;
  top: 31px;
  left: 270px;
}
.gnb a {
  transition: 0.4s;
}
.gnb a:hover,
.gnb a:active,
.gnb a:focus font {
  color: #26b19f;
}
.dp1-li {
  position: relative;
  display: inline-block;
  height: 50px;
}
.dp1-li:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -2px;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) rotate(35deg);
}
.dp1-li:last-child:after {
  content: none;
}
.dp1-link {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 1.8rem;
}
.dp1-link:focus {
  outline-color: #fff;
}
.dp2-ul {
  position: fixed;
  top: 80px;
  left: 0;
  display: none;
  justify-content: center;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.05);
  opacity: 1;
  transition: 0.4s;
  z-index: 1;
}
.dp2-ul > ul {
  display: flex;
  margin-inline: auto;
  width: min(1200px, 100%);
  height: 100%;
}
.dp2-ul > ul a:focus {
  outline-offset: 0px;
}
.dp2-li {
  flex: 0 0 240px;
  max-width: 240px;
  padding: 30px 0;
}
.dp2 {
  height: 100%;
  padding: 20px;
  border-right: 1px solid #d5d5d5;
}
.dp2-li:last-child .dp2 {
  border-right: none;
}
.dp2-title .tx01 {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 2.4rem;
}
.dp2-title .tx02 {
  word-break: keep-all;
  line-height: 1.4;
  font-size: 1.5rem;
}
.dp2-link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.7;
}
.dp3-ul {
  margin-top: 10px;
}
.dp3-li {
  position: relative;
}
.dp3-li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
}
.dp3-link {
  padding: 5px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.info {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.info-li {
  display: inline-block;
  vertical-align: middle;
  line-height: 14.5px;
}
.info-link {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 1.4rem;
}
.info-link:focus {
  outline-color: #fff;
}
.info-link span {
  display: block;
  line-height: 35px;
}
.info .search {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/main/search-w.png) no-repeat center;
}
.info .login {
  position: relative;
}
.info .login:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: translateY(-50%);
}
.sitemap-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 23px;
  height: 18px;
  transform: translateY(-50%);
  min-width: auto;
  padding: inherit;
  background: none;
}
.sitemap-btn:focus {
  outline-color: #fff;
}
.sitemap-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.sitemap-btn .line:first-child {
  top: 0;
}
.sitemap-btn .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.sitemap-btn .line:last-child {
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .dp2-ul {
    justify-content: flex-start;
  }
}
/* sitemap */
.snb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.snb .inner {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1000px;
  height: 70vh;
  background: #fff;
  transform: translateX(-50%);
  overflow-y: auto;
}
.snb-top {
  position: relative;
  width: 100%;
  height: 60px;
  background: #2471c8;
}
.snb-top .title {
  padding-left: 20px;
  font-size: 2rem;
  line-height: 60px;
  color: #fff;
}
.snb-top .close-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  min-width: auto;
  padding: inherit;
  background: none;
}
.snb-top .close-btn:before,
.snb-top .close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.snb-top .close-btn:before {
  transform: translateY(-50%) rotate(45deg);
}
.snb-top .close-btn:after {
  transform: translateY(-50%) rotate(-45deg);
}
.sdp01-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.sdp01-li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 10px;
}
.sdp01-li a {
  display: block;
}
.sdp01-link {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
}
.sdp02-link {
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #666;
}
.sdp03-ul {
  margin: 5px;
}
.sdp03-link {
  position: relative;
  padding: 5px 10px 5px 30px;
  font-size: 1.4rem;
  line-height: 1.1;
}
.sdp03-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666;
  transform: translateY(-50%);
}

/* footer */
.fl-ul {
  padding: 0 0 20px 0;
}
.fl-li {
  display: inline-block;
}
.fl-link {
  display: block;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.4s;
}
.fl-link:hover,
.fl-link:active,
.fl-link:focus {
  color: #0540aa;
}
.fl-link.on {
  position: relative;
  padding-left: 35px;
  color: #0540aa;
}
.fl-link.on:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/main/cheack-circle.png) no-repeat center;
  transform: translateY(-50%);
}

.se-ft .inner {
  position: relative;
  padding: 10px 0 20px 100px;
  border-top: 1px solid #ededed;
}
.se-ft .watermark {
  position: absolute;
  top: 21px;
  left: 0;
}
.se-ft .fnb-ul {
  padding: 10px 0;
}
.se-ft .fnb-li {
  display: inline-block;
  font-size: 1.4rem;
}
.se-ft .fnb-link {
  position: relative;
  display: block;
  padding-right: 30px;
}
.se-ft .fnb-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 1px;
  height: 12px;
  background: #666;
  transform: translateY(-50%);
}
.se-ft .fnb-li:last-child .fnb-link:after {
  content: none;
}
.se-ft .add-li {
  display: inline-block;
  padding-right: 5px;
  color: #747474;
  font-size: 1.3rem;
}
.se-ft .add-li:after {
  content: "/";
  padding-left: 7px;
}
.se-ft .add-li:last-child {
  display: block;
}
.se-ft .add-li:last-child:after {
  content: none;
}
.se-ft .family-site {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.fs-li {
  position: relative;
  width: 280px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
}
.fs-title {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  line-height: 40px;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: left;
}
.fs-title i {
  color: #000;
}
.fs2-ul {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.fs2-ul.active {
  display: block;
}
.fs2-link {
  display: block;
  padding: 0 20px;
  margin: 1px 0;
  background: #f5f5f5;
  font-size: 1.4rem;
  line-height: 40px;
  transition: 0.4s;
}
.fs2-link:hover,
.fs2-link:active,
.fs2-link:focus {
  color: #26b19f;
}
/* .fs-title:hover+.fs2-ul, .fs-title:active+.fs2-ul, .fs-title:focus+.fs2-ul {display: block;}
.fs-li:hover .fs2-ul, .fs-li:active .fs2-ul, .fs-li:focus .fs2-ul {display: block;} */
