@charset "utf-8";

/* basic css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
dialog,
.language>ul>li:nth-child(1),
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: auto;
}

body {
  font-size: 18px;
  font-family: NotoSansCJKkr-Light, dotum, sans-serif;
  color: #4c4c4c;
  line-height: 1.6;
  letter-spacing: -1px;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

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

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

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

select,
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
  font-family: NotoSansCJKkr-Light, dotum, sans-serif;
}

input {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

label {
  cursor: pointer;
}

legend,
caption {
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 1px dotted;
}

img {
  vertical-align: top;
}

table {}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  top: -9999px;
}

input[type="text"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}

input:-ms-input-placeholder {
  color: #808080;
}

input::-webkit-input-placeholder {
  color: #808080;
}

input::-moz-placeholder {
  color: #808080;
}

input::-moz-placeholder {
  color: #808080;
}

textarea {}

html,
body {
  height: auto;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

/* layout*/

header {
  position: fixed;
  width: 100%;
  z-index: 8888;
  top: 0;
}

.navi {
  position: absolute;
  width: 100%;
  height: 100px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  border: none;
  background: none;
  transition: 0.3s;
  background: none;
  border: none;
  /*background: #fff; border-bottom: 1px solid #ddd; transition: background 0.5s, box-shadow 0.5s;*/
}

/*body.main .navi { background: none; border-bottom: 1px solid transparent; }
body.main .navi:before { content:''; position: absolute; left: 0; bottom: 0; width: calc(100% - 80px); height: 1px; background-color: #fff; }*/

#logo {
  width: 224px;
  height: 22px;
  transform: translateY(0px);
  position: fixed;
  top: 40px;
  margin: auto;
  left: 150px;
  z-index: 9888;
  transition: 0.3s;
}

#logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  background: url(../image/logo.png) center no-repeat;
  text-indent: -9999px;
  transition: 0.3s;
}

.navi.active {
  height: 100px;
  background-color: #092340;
  /*border-bottom: 1px solid #ddd;*/
}

.navi.active2 {
  background-color: #092340;
  /*border-bottom: 1px solid #ddd;*/
}

/*body.main .navi.active { background-color: #fff; border-bottom: 1px solid #ddd; }
body.main .navi.active2 { background-color: #fff; border-bottom: 1px solid #ddd; }*/

#logo a {
  background: url(../image/logo.png) center no-repeat;
}

#logo.active {
  top: 40px;
}

#logo.active a {
  background: url(../image/logo.png) center no-repeat;
}

#logo.active2 {}

#logo.active2 a {
  background: url(../image/logo.png) center no-repeat;
}

.gnb {
  position: absolute;
  left: 45%;
  transform: translate(-50%);
  z-index: 2;
  overflow: hidden;
  height: 100%;
  letter-spacing: 0;
  font-family: "Noto Sans KR", sans-serif;
  z-index: 99;
  transition: 0.3s;
}

.gnb>ul>li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 20px;
}

.navi .depth1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 100px;
  margin: 0px;
  padding: 0px 10px;
  transition: 0.3s;
}

.gnb>ul>li:hover>a {
  color: #99887a !important;
}

.gnb>ul>li>ul {
  display: block;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(20px);
}

.gnb>ul>li>ul>li {
  float: none;
  height: 30px;
  width: auto;
}

.gnb>ul>li>ul>li>a {
  font-size: 13px;
  color: #262626;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.gnb>ul>li>ul>li>a:hover {
  color: #99887a;
}

.gnb .line {
  position: absolute;
  display: block;
  bottom: 0px;
  height: 5px;
  width: 0%;
  background: #99887a;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -99;
  transition: 0.35s;
}

.navi-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  left: 0;
  top: 180px;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.navi-bg .white-bg {
  width: 100%;
  height: 220px;
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.navi.active .navi-bg {
  top: 100px;
  transition: 0.3s;
}

.navi.active .gnb {}

.navi.active .gnb .depth1 {
  color: #fff;
  line-height: 100px;
  transition: 0.3s;
}

.navi.active2 .gnb .depth1 {
  color: #ffffff;
}

.right_navi {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 180px;
  right: 215px;
  z-index: 1000;
}

.language {
  float: right;
  height: 180px;
  letter-spacing: 0;
  z-index: 90;
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
}

.language>ul>li {
  float: left;
  position: relative;
}

.language>ul>li:nth-child(1) {
  width: 130px;
  height: 21px;
  margin-top: 81px;
  background: url(../image/tel2.png) center no-repeat;
  transition: 0.3s;
}

.language>ul>li:nth-child(1) img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.language:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 82px;
  width: 1px;
  height: 20px;
  background-color: #101f3a;
  opacity: 0.3;
  transition: 0.3s;
}

.sns_wrap {
  height: 180px;
  float: right;
  z-index: 90;
  margin-right: 55px;
}

.sns_wrap ul {
  height: 38px;
  margin-top: 73px;
}

.sns_wrap ul li {
  float: left;
  width: 36px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
}

.sns_wrap ul li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.sns_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.sns_box a {
  width: 100%;
  height: 100%;
  display: block;
}

.sns_txt {
  transform: translateX(36px);
}

.sns_txt.white {
  opacity: 1;
}

.sns_txt.color {
  opacity: 0;
}

.sns_img.white {
  opacity: 1;
}

.sns_img.color {
  opacity: 0;
}

.sns_wrap ul li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
}

.sns_wrap ul li:hover .sns_img {
  transform: translateX(-36px);
}

.sns_wrap ul li:hover .sns_txt {
  transform: translateX(0);
}

.sns_wrap ul li:hover:after {
  width: 100%;
}

.language>ul>li:nth-child(1) {
  background: url(../image/tel.png) center no-repeat;
}

.language:before {
  background-color: #fff;
}

.navi.active .language>ul>li:nth-child(1) {
  background: url(../image/tel.png) center no-repeat;
}

.navi.active .language:before {
  background-color: #101f3a;
}

.navi.active .sns_wrap ul li:after {
  background-color: #222;
}

.navi.active .sns_img.color {
  opacity: 1;
}

.navi.active .sns_img.white {
  opacity: 0;
}

.navi.active .sns_txt.color {
  opacity: 1;
}

.navi.active .sns_txt.white {
  opacity: 0;
}

.navi.active2 .language>ul>li:nth-child(1) {
  background: url(../image/tel.png) center no-repeat;
}

.navi.active2 .language:before {
  background-color: #101f3a;
}

.navi.active2 .sns_wrap ul li:after {
  background-color: #222;
}

.navi.active2 .sns_img.color {
  opacity: 1;
}

.navi.active2 .sns_img.white {
  opacity: 0;
}

.navi.active2 .sns_txt.color {
  opacity: 1;
}

.navi.active2 .sns_txt.white {
  opacity: 0;
}

/**/

.ham {
  z-index: 8888;
  position: fixed;
  right: 137px;
  top: 25px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  background-color: none;
}

.ham span {
  display: block;
  background: #070707;
  margin: auto;
  width: 25px;
  height: 2px;
  border-radius: 0px;
  transition: 0.25s;
}

.ham .bar1 {
  margin-top: 15px;
  margin-bottom: 7px;
}

.ham .bar2 {
  width: 14px;
  transform: translateX(6px);
}

.ham .bar3 {
  margin-top: 7px;
}

.ham h6 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
  margin-top: 14px;
  transform: translateX(1px);
}

.ham.active {
  border-right: none;
}

.ham.active .bar1 {
  transform: rotate(45deg);
  margin-top: 24px;
}

.ham.active .bar2 {
  opacity: 0;
}

.ham.active .bar3 {
  transform: rotate(-45deg);
  margin-top: -11px;
}

.ham.active:hover .bar1 {
  transform: rotate(45deg);
  margin-top: 24px;
}

.ham.active:hover .bar3 {
  transform: rotate(-45deg);
  margin-top: -11px;
}

.ham:hover .bar1 {
  transform: rotate(90deg);
  margin-top: 24px;
}

.ham:hover .bar2 {
  opacity: 0;
}

.ham:hover .bar3 {
  transform: rotate(0);
  margin-top: -11px;
}

.ham span {
  background-color: #fff;
}

.ham.active span {
  background-color: #ffffff;
}

.ham.active2 span {
  background-color: #ffffff;
}

.ham.active3 span {
  background: #ffffff;
}

.ham.active4 span {
  background: #070707;
}

.ham.active2 {
  top: 25px;
}

/**/

/* .site_map {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7777;
  left: -100%;
  transition: background 0.5s 0.1s ease-in, left 0.4s 0s, opacity 0.3s 0s ease;
  opacity: 0;
  font-family: "Noto Sans KR", sans-serif;
}

.site_map.active {
  left: 0;
  background-color: #e1e3e6;
  opacity: 1;
} */

.site_left {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site_left>ul {
  max-width: 360px;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  z-index: 9;
}

.site_left>ul>li {
  font-size: 32px;
  margin: 35px 0;
  font-weight: 400;
  letter-spacing: -1.5px;
  color: #6a6a6a;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.site_left>ul>li>a {
  position: relative;
  transition: 0.3s;
  top: 85%;
}

.site_left>ul>li>a>span {
  position: absolute;
  width: 0;
  height: 0.1px;
  background-color: #0c0c0c;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  transition: 0.3s;
}

.site_left .gnb_dep2 {}

.site_left .gnb_dep2>li {
  color: #6a6a6a;
  font-weight: 400;
  letter-spacing: -0.5px;
  height: 0;
  position: relative;
  transition: 0.3s;
  opacity: 0;
}

.site_left .gnb_dep2>li:first-child {
  padding-top: 0px;
}

.site_left .gnb_dep2>li>a {
  font-size: 16px;
  line-height: 100%;
  transition: 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.site_left .gnb_dep2>li>a>span {
  position: absolute;
  width: 0;
  height: 0.5px;
  background-color: #0c0c0c;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  transition: 0.3s;
  display: none;
}

.site_left.active>ul>li:nth-child(1)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.3s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(2)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.35s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(3)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.4s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(4)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.45s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(5)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.5s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(6)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.55s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(7)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.6s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(8)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.65s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(9)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.7s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(10)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.75s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(11)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.8s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(12)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.85s ease, margin 0.3s;
}

.site_left.active>ul>li:nth-child(13)>a {
  transition: margin-right 0.5s 0s, top 0.4s 0.9s ease, margin 0.3s;
}

.site_left.active>ul>li>a {
  top: 0;
}

.site_left>ul>li.active .gnb_dep2>li {
  opacity: 1;
  height: 20px;
  padding: 5px 0;
}

.site_left>ul>li.active .gnb_dep2>li:first-child {
  padding-top: 25px;
}

.site_left>ul>li:hover {
  color: #0c0c0c;
}

.site_left>ul>li:hover a>span {
  width: 100%;
}

.site_left .gnb_dep2>li>a:hover {
  color: #0c0c0c;
}

.site_left .gnb_dep2>li>a:hover span {
  width: 100%;
}

.gnb_li_list.on a>span {
  width: 100%;
}

.site_right {
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  display: none;
}

.site_img {
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/sec01_img01.jpg) right -130px bottom no-repeat;
  opacity: 0;
  background-size: cover;
  animation: site_img 0.45s 0.3s both ease-out;
}

/**/

.top_bt {
  width: 38px;
  height: 38px;
  background-color: #fff;
  position: absolute;
  left: -19px;
  bottom: 125px;
  z-index: 99;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.top_bt:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg) translate(1.5px, 1px);
  z-index: 9;
}

/**/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top_bt {
    font-family: "gotham";
  }
}

@media all and (max-width: 1360px) {
  #logo {
    left: 10%;
  }

  .ham {
    right: calc(10% - 12.5px);
  }

  .right_navi {
    right: 15%;
  }

  /*	.language:before { display: none; }
	.sns_wrap { display: none; }*/
}

@media all and (min-width: 1930px) {}