@charset "UTF-8";
/**
* --------------------------------
* Etc CSS
* --------------------------------
*/
.etc.country .country-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #111111;
}
.etc.country .country-area > div + div {
  margin-top: 60px;
}
.etc.country .country-area .tit.lv2 {
  display: inline-block;
  font-weight: 500;
  line-height: 42px;
  font-family: "Poppins", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.etc.country .country-area .asia ul, .etc.country .country-area .africa ul, .etc.country .country-area .america ul, .etc.country .country-area .europe ul {
  flex-direction: row;
}
.etc.country .country-area ul {
  margin-top: 20px;
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px 52px;
  background-color: #F8F8F8;
}
.etc.country .country-area ul li {
  width: 260px;
}
.etc.country .country-area ul li a {
  display: inline-block;
  position: relative;
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.etc.country .country-area ul li a .icon-flag {
  margin-right: 12px;
  width: 36px;
  height: 24px;
}
.etc.country .country-area ul li a > span {
  display: inline-block;
  padding: 1px 8px;
  margin: 1px 0 1px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.etc.error {
  display: flex;
  align-items: center;
}
.etc.error#contents {
  padding-bottom: 0;
}
.etc.error .title-area {
  padding-top: 115px;
  text-align: center;
}
.etc.error .title-area::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/icon.png");
  display: inline-block;
  background-position: 0 -250px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.etc.error .title-area::before {
  top: 0;
  transform: translate(-50%, 0);
  width: 96px;
  height: 84px;
}
.etc.error .title-area .tit {
  line-height: 48px;
  font-size: 32px;
  font-weight: 700;
}
.etc.error .title-area .tit-sub {
  margin-top: 32px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
}
.etc.error .title-area .btn-home {
  margin-top: 40px;
  padding: 0 44px;
}
.etc.notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1110px;
}
.etc.notice#contents {
  padding: 180px 20px 80px;
}
.etc.notice .title-area {
  padding-top: 115px;
}
.etc.notice .title-area > div {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", "Microsoft YaHei UI", sans-serif;
}
.etc.notice .title-area > div + div {
  margin-top: 100px;
}
.etc.notice .title-area::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/icon.png");
  display: inline-block;
  background-position: 0 -250px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.etc.notice .title-area::before {
  top: 0;
  transform: translate(-50%, 0);
  width: 96px;
  height: 84px;
}
.etc.notice .title-area .tit {
  line-height: 48px;
  font-size: 32px;
  font-weight: 700;
}
.etc.notice .title-area .tit-sub {
  margin-top: 32px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
}
.etc.notice .title-area .btn-home {
  margin-top: 40px;
  padding: 0 44px;
}

body:has(#contents.etc.notice) #wrap {
  zoom: normal;
  min-width: auto;
}
body:has(#contents.etc.notice) #header {
  min-width: auto;
}
body:has(#contents.etc.notice) #contents {
  min-width: auto;
  min-height: 100vh;
}

@media screen and (max-width: 1024px) {
  body:has(#contents.etc.notice) #header {
    height: 52px;
  }
  body:has(#contents.etc.notice) #header .logo {
    width: 130px;
  }
  body:has(#contents.etc.notice) #header .logo::after {
    width: 132px;
    height: 16px;
    background-image: url("https://www.dn-solutions.com/resources/m/images/common/logo.png");
    background-position: 0 -50px;
    background-size: 500px;
  }
  body:has(#contents.etc.notice) #contents {
    padding-top: 90px;
  }
  .etc.notice .title-area {
    padding-top: 81px;
  }
  .etc.notice .title-area::before {
    top: 0;
    transform: translate(-50%, 0);
    width: 66px;
    height: 58px;
    background-image: url("https://www.dn-solutions.com/resources/m/images/common/icon.png");
    background-position: -400px -250px;
    background-size: 500px;
  }
  .etc.notice .title-area .tit {
    line-height: 30px;
    font-size: 20px;
  }
  .etc.notice .title-area .tit-sub {
    margin-top: 16px;
    padding: 0 10px;
    line-height: 22px;
    font-size: 16px;
  }
  .etc.notice .onlyWeb {
    display: none;
  }
}
html:lang(zh) .etc.country .country-area .tit.lv2 {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) .etc.country .country-area .tit.lv2 {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(de) .etc.country .country-area .tit.lv2 {
  font-family: "Noto Sans", sans-serif;
}
/*# sourceMappingURL=scssMaps/etc.css.map */
