@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans KR", "Montserrat", sans-serif;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.auto {
  width: 1280px;
  position: relative;
  margin: auto;
  height: 100%;
}

.eng {
  font-family: "Montserrat", sans-serif;
}

.noScroll{
  overflow:hidden;
}

.container:after,
.clearFix:after,
ul:after,
ol:after,
dl:after {
}

button {
  background: none;
  outline: none;
}

img {
  vertical-align: top;
}

#header {
  width: 100%;
  height: 133px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header .auto {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#header #logo {
  width: 114px;
  height: 133px;
  /* position: absolute;
  top: 0;
  left: 205px;
  z-index: 5; */
}

#header #logo.logo_pc {
  display: block;
}
#header #logo.logo_m {
  display: none;
}
#header .util.util_m {
  display: none;
}

#header #logo a {
  display: block;
  padding: 22px 0;
}

#header #logo a span {
  display: block;
  width: auto;
  height: 90px;
  overflow: hidden;
  background-size: contain;
  background-position: 50%;
  background-image: url("../images/layout/logo.png");
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
}

#header #gnb {
  /* position: relative;
  text-align: center;
  z-index:4; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

#header #gnb:before {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  right: 0;
  top: 133px;
  content: "";
  background-color: #f2f2f2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header #gnb .gnbList {
  /* display: flex;
  justify-content: center;
  font-size: 0; */
}

#header #gnb .gnbList > li {
  float: left;
}

#header #gnb .gnbList > li:hover .depth02 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#header #gnb .gnbList > li .depth01 {
  display: block;
  height: 133px;
  position: relative;
  margin: 0 50px;
  font-size: 2rem;
  line-height: 133px;
  font-weight: 500;
}

#header #gnb .gnbList > li .depth01:hover {
  color: #0f4c82;
}

/* #header #gnb .gnbList > li .depth01::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #0f4c82;
  left: 0;
  bottom: 0;
  transition: 0.25s ease;
} */

#header #gnb .gnbList > li .depth01:hover::before {
  width: 100%;
  transition: 0.25s ease;
}

#header #gnb .gnbList > li .depth02 {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header #gnb .gnbList > li .depth02 li {
  display: inline-block;
}

#header #gnb .gnbList > li .depth02 li a {
  display: block;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  font-size: 1.6rem;
}

#header .util {
  /* position:absolute;
    right: 205px;
    top:50%; */
  /* transform:translateY(-50%); */
  color: #666;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  /* z-index: 5; */
}
#header .util ul li {
  display: inline-block;
  position: relative;
  padding: 10px;
}

#header .util ul li:hover {
  color: #0f4c82;
}
#header .util > ul > li:first-child::before {
  position: absolute;
  content: "";
  right: 0;
  height: 9px;
  width: 1px;
  background: #666;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

#header .util .lang_tit {
  cursor: pointer;
}
#header .util .lang_box {
  display: none;
  text-align: center;
  position: absolute;
  top: 35px;
  left: -7px;
  width: 70px;
  box-sizing: border-box;
  background: #13469c;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#header .util .lang_box .lang_list li {
  padding: 5px 0;
  text-align: left;
}
#header .util .lang_box .lang_list li a {
  display: block;
  color: #fff;
}

#header .btnAll {
  display: none;
  width: 30px;
  height: 21px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10000;
  outline: none;
}

#header .btnAll span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#header .btnAll > span:nth-child(1) {
  top: 0;
}

#header .btnAll > span:nth-child(2) {
  top: 10px;
}

#header .btnAll > span:nth-child(3) {
  top: 20px;
}

#header .btnAll.on > span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#header .btnAll.on > span:nth-child(2) {
  top: 0;
  opacity: 0;
}

#header .btnAll.on > span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#header.scroll,
#header.on {
  color: #333;
  background-color: #fff;
  /* -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #d9d9d9;
}

#header.scroll #logo a span,
#header.on #logo a span {
  background-image: url("../images/layout/logo.png");
}

/* #header.scroll .util ul li select:hover,
#header.on .util ul li select:hover {
  border: 1px solid #0f4c82;
  background: #0f4c82;
  transition: 0.3s ease;
  color: #fff;
} */

#header.scroll .btnAll span,
#header.on .btnAll span {
  background-color: #000;
}

#header.on #gnb:before {
  opacity: 1;
  visibility: visible;
}

.btnTop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: -100px;
  z-index: 9;
  opacity: 0;
  visibility: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btnTop.fixed {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.blackCover {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8);
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table > .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.tab .tabMenu {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.tab .tabMenu li {
  display: inline-block;
  width: 130px;
  height: 45px;
  margin: 0 3px;
  border: 1px solid #d9d9d9;
  font-size: 1.6rem;
  color: #d9d9d9;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
}

.tab .tabMenu li:hover,
.tab .tabMenu li.on {
  color: #009edb;
  border-color: #009edb;
}

.tab .tabContents > li {
  display: none;
}

.tab .tabContents > li:first-child {
  display: block;
}

#header .fix_menu {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: 0.5s;
  transition: 0.5s; */
}
#header .fix_menu.on {
  opacity: 1;
  visibility: visible;
}
#header .fix_menu li {
  display: inline-block;
}
#header .fix_menu li a {
  display: block;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
}

#btnTop {
  display: block;
  width: 60px;
  height: 69px;
  right: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/layout/iconTop.jpg");
  transition: 0.3s all ease-out;
}
#btnTop.on {
  background-image: url("../../images/layout/iconTop_on.jpg");
}

/* footer */
#footer {
  position: relative;
  background: #262626;
  text-align: center;
}

#footer .addrWrap {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #bfbfbf;
  overflow: hidden;
  clear: both;
}
#footer .addrWrap .fLogo {
  margin-bottom: 10px;
  display: block;
}

#footer .addrWrap .f_contents {
  width: 100%;
}
#footer .addrWrap address {
  font-size: 1.5rem;
  color: #999999;
  line-height: 1.5;
  font-weight: 300;
  word-break: keep-all;
}
#footer .addrWrap address span {
  display: block;
  word-break: keep-all;
}
#footer .addrWrap address .copyright {
  font-size: 1.5rem;
  color: #b2b2b2;
  display: block;
  opacity: 0.6;
  margin-top: 10px;
}
#footer .addrWrap address a {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  background: #faa61a;
  font-size: 15px;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadCrumb {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  opacity: 0;
}
.breadCrumb ul li {
  display: inline-block;
  vertical-align: middle;
}
.breadCrumb ul li img {
  vertical-align: middle;
}
.breadCrumb ul li > img {
  padding: 0 10px;
}

.pc .gnbList .dep02_none ul {
  display: none;
}
#lnb.one ul {
  display: none;
}
