/*reset*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*reset*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
body,
td,
p,
input,
button,
textarea,
select,
a {
  font-family: "Pretendard", sans-serif;
  color: #191919;
}
table{border-spacing: 0; border-collapse: collapse;}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
dt,
em {
  font-weight: 600;
}
em,
i {
  font-style: normal;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/*common*/
html {
  font-size: 18px;
  min-width: 320px;
  overflow-y: scroll;
}
body {
  font-size: 1rem;
}

/*common*/
:root {
  --main-color: #5db433;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}
.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

.center {
  text-align: center;
}
.container {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 4%;
}

@keyframes wave_motion {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.adm {color:#333}

/*_pc*/

@media all and (min-width: 1201px) {
  ._mo {
    display: none !important;
  }

  /*header*/
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.5s;
  }
  .hsec1 {
    height: 100px;
    transition: 0.3s;
  }
  .hsec1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
  }
  .hsec1 h1 {
    flex: 1;
  }
  .hsec1 h1 a {
    display: block;
    width: 220px;
    height: 40px;
    background: url("/dblack/images/hd_logo.png") no-repeat;
    text-indent: -9999px;
  }

  .lnbG {
  }
  .lnbG .close {
    display: none;
  }
  .lnbG ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    gap: 100px;
  }
  .lnbG ul li {
    position: relative;
  }
  .lnbG ul li > a {
    display: block;
    position: relative;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition: 0.3s;
  }
  .lnbG ul li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--main-color);
    transition: 0.3s;
  }
  .lnbG ul li:hover > a:after {
    width: 100%;
  }
  .lnbG ul li:not(:hover) > a:after {
    left: auto;
    right: 0;
    width: 0;
  }
  .lnbG ul li.over .sub {
    visibility: visible;
    opacity: 1;
    top: 90px;
    transform: rotate(0) translateX(-50%);
  }
  .lnbG .sub {
    position: absolute;
    left: 50%;
    transform: rotate(5deg) translateX(-50%);
    transform-origin: 0 0;
    top: 110px;
    min-width: 180px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .lnbG .sub dl {
    text-align: center;
    padding: 20px 0;
    text-align: center;
  }
  .lnbG .sub dd {
    margin: 14px 0;
    padding: 0 30px;
  }
  .lnbG .sub dd > a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    font-weight: 600;
    transition: 0.3s;
  }
  .lnbG .sub dd > a:hover {
    color: #000;
  }

  .scroll .hsec1 {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .scroll .hsec1 h1 a {
    background-image: url("/dblack/images/hd_logo-b.png");
  }
  .scroll .lnbG ul li > a {
    color: #000;
  }
  .scroll .sitemap_open {
    background-image: url("/dblack/images/ico_toggle-b.png");
  }

  body.up #header {
    top: -100px;
  }
  body.down #heder {
    top: 0;
  }

  .gnu_page .hsec1 {
    background: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
  }
  .gnu_page .hsec1 h1 a {
    background-image: url("/dblack/images/hd_logo-b.png");
  }
  .gnu_page .lnbG ul li > a {
    color: #000;
  }
  .gnu_page .sitemap_open {
    background-image: url("/dblack/images/ico_toggle-b.png");
  }

  .sitemap_open {
    background: url("/dblack/images/ico_toggle.png") no-repeat;
    width: 24px;
    height: 20px;
    cursor: pointer;
  }

  /*sitemap_win*/
  .sitemap_win {
    position: fixed;
    left: 0;
    width: 100%;
    top: -100vh;
    height: 100vh;
    z-index: 100;
    background: #fff;
    overflow-y: auto;
    transition: 0.6s;
  }
  .sitemap_win:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 570px;
    height: 100vh;
    background: url("/dblack/images/sitemap_bg.jpg") no-repeat center / cover;
  }

  .sitemap_win .head_con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 140px;
  }
  .sitemap_win .head_con .close {
    background: url("/dblack/images/ico_close.png") no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .sitemap_win .menu_con {
    padding-left: 570px;
  }
  .sitemap_win .menu_con .menu {
    padding-left: 170px;
  }
  .sitemap_win .menu_con .menu li {
    display: flex;
    position: relative;
    margin: 80px 0;
    line-height: 50px;
    opacity: 0;
    transform: translateY(20px);
  }
  .sitemap_win .menu_con .menu li > a {
    display: inline-block;
    position: relative;
    font-size: 38px;
    font-weight: 800;
    padding: 0 5px;
  }
  .sitemap_win .menu_con .menu li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 23px;
    background: #aed999;
    transition: width 0.3s;
  }
  .sitemap_win .menu_con .menu li .sub {
    position: absolute;
    left: 260px;
    top: 0;
  }
  .sitemap_win .menu_con .menu li .sub dl {
    display: flex;
    gap: 50px;
  }
  .sitemap_win .menu_con .menu li .sub dd a {
    font-size: 22px;
    font-weight: 600;
    color: #999;
  }
  .sitemap_win .menu_con .menu li .sub dd a:hover {
    color: #000;
  }
  .sitemap_win .menu_con .menu li:hover > a:before {
    width: 100%;
  }

  .sitemap_win.on {
    top: 0;
  }
  .sitemap_win.on .menu_con .menu li {
    opacity: 1;
    transform: translateY(0);
  }
  .sitemap_win.on .menu_con .menu li:nth-child(1) {
    transition: 0.5s 0.5s;
  }
  .sitemap_win.on .menu_con .menu li:nth-child(2) {
    transition: 0.5s 0.7s;
  }
  .sitemap_win.on .menu_con .menu li:nth-child(3) {
    transition: 0.5s 0.9s;
  }
  .sitemap_win.on .menu_con .menu li:nth-child(4) {
    transition: 0.5s 1.1s;
  }
  .sitemap_win.off .menu_con .menu li {
    transition: 0.3s;
  }

  /*main*/
  #main {
    position: relative;
  }

  /*swiper*/
  .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    transition: 0.3s;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-next {
    width: 100px;
    height: 100px;
    background: url("/dblack/images/swiper_next.png") no-repeat center;
  }
  .swiper-button-prev {
    width: 100px;
    height: 100px;
    background: url("/dblack/images/swiper_prev.png") no-repeat center;
  }

  .quick_menu {
    visibility: hidden;
    position: fixed;
    z-index: 200;
    right: 30px;
    bottom: 30px;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
  }
  .quick_menu.on {
    visibility: visible;
    opacity: 1;
  }
  .quick_menu.footer {
    position: absolute;
    bottom: 0;
    top: -110px;
  }
  .quick_menu .top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #191919;
  }
  .quick_menu .top span {
    display: inline-block;
    background: url("/dblack/images/ico_quick_top.png") no-repeat center 0;
    padding-top: 25px;
  }

  /*footer*/
  #footer {
    position: relative;
    background: #191919;
  }
  .fsec1 {
    padding: 50px 0;
  }
  .fsec1 .container {
    display: flex;
    gap: 50px;
  }
  .fsec1 .logoG {
  }
  .fsec1 .companyG {
    flex: 1;
    font-size: 16px;
    color: #999;
    line-height: 2;
  }
  .fsec1 .companyG i {
    display: inline-block;
    border-left: 1px solid #666;
    height: 12px;
    margin: 0 10px;
  }
  .fsec1 .menuG {
    display: flex;
    gap: 50px;
  }
  .fsec1 .menuG a {
    font-size: 16px;
    color: #ccc;
  }
  .fsec1 .menuG a:hover {
    color: #fff;
  }

  .fsec2 {
    padding: 30px 4% 50px;
    border-top: 1px solid #474747;
    font-size: 14px;
    color: #555;
    text-align: right;
  }
	
	br.hidden {display: none}
}

@media all and (max-width: 1370px) {
	br.hidden {display: block}
 ._mo {
    display: block !important;
  }
	i._pc {display: none !important}
	div.top {margin-bottom: 15px}
}


/*tablet*/
@media all and (max-width: 1680px) and (min-width: 1201px) {
}

/*_mobile*/
@media all and (max-width: 1200px) {
  html {
    font-size: 14px;
  }

  ._pc {
    display: none !important;
  }

  /*header*/
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 0.5s;
  }
  .hsec1 {
    height: 70px;
    transition: 0.3s;
  }
  .hsec1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .hsec1 h1 a {
    display: block;
    width: 150px;
    height: 80px;
    background: url("/dblack/images/hd_logo.png") no-repeat center / 150px;
    text-indent: -9999px;
  }

  .lnbG {
    display: none;
  }
  .lnbG ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    gap: 100px;
  }
  .lnbG ul li {
    position: relative;
  }
  .lnbG ul li > a {
    display: block;
    position: relative;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition: 0.3s;
  }
  .lnbG ul li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--main-color);
    transition: 0.3s;
  }
  .lnbG ul li:hover > a:after {
    width: 100%;
  }
  .lnbG ul li:not(:hover) > a:after {
    left: auto;
    right: 0;
    width: 0;
  }
  .lnbG ul li.over .sub {
    visibility: visible;
    opacity: 1;
    top: 90px;
    transform: rotate(0) translateX(-50%);
  }
  .lnbG .sub {
    position: absolute;
    left: 50%;
    transform: rotate(5deg) translateX(-50%);
    transform-origin: 0 0;
    top: 110px;
    min-width: 180px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .lnbG .sub dl {
    text-align: center;
    padding: 20px 0;
    text-align: center;
  }
  .lnbG .sub dd {
    margin: 14px 0;
    padding: 0 30px;
  }
  .lnbG .sub dd > a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    font-weight: 600;
    transition: 0.3s;
  }
  .lnbG .sub dd > a:hover {
    color: #000;
  }

  .scroll .hsec1 {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .scroll .hsec1 h1 a {
    background-image: url("/dblack/images/hd_logo-b.png");
  }
  .scroll .lnbG ul li > a {
    color: #000;
  }
  .scroll .sitemap_open {
    background-image: url("/dblack/images/ico_toggle-b.png");
  }

  body.up #header {
    top: -100px;
  }
  body.down #heder {
    top: 0;
  }

  .gnu_page .hsec1 {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
  }
  .gnu_page .hsec1 h1 a {
    background-image: url("/dblack/images/hd_logo-b.png");
  }
  .gnu_page .lnbG ul li > a {
    color: #000;
  }
  .gnu_page .sitemap_open {
    background-image: url("/dblack/images/ico_toggle-b.png");
  }

  .sitemap_open {
    background: url("/dblack/images/ico_toggle.png") no-repeat;
    width: 24px;
    height: 20px;
    cursor: pointer;
  }

  /*sitemap_win*/
  .sitemap_win {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 300;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    transition: 0.6s;
  }
  .sitemap_win .head_con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
  }
  .sitemap_win .head_con .logo {
    width: 150px;
  }
  .sitemap_win .head_con .close {
    background: url("/dblack/images/ico_close_w.png") no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .sitemap_win .menu_con {
    position: relative;
    transform: rotate(5deg);
    transform-origin: 0 0;
    top: 20px;
    opacity: 0;
    padding: 30px 30px;
    border-radius: 10px;
    background: #fff;
    margin: 0 20px;
    transition: 0.3s;
  }
  .sitemap_win .menu_con .menu {
  }
  .sitemap_win .menu_con .menu li {
    position: relative;
    margin: 20px 0;
    line-height: 50px;
    opacity: 0;
    transform: translateY(20px);
  }
  .sitemap_win .menu_con .menu li.be > a {
    background: url("/dblack/images/ico_sitemap_arrow-bottom.png") no-repeat
      100% center / 16px;
  }
  .sitemap_win .menu_con .menu li.be.on > a {
    color: var(--main-color);
    background: url("/dblack/images/ico_sitemap_arrow-top.png") no-repeat 100%
      center / 16px;
  }
  .sitemap_win .menu_con .menu li.qna > a {
    background: url("/dblack/images/ico_sitemap_exe.png") no-repeat 100% center /
      16px;
  }
  .sitemap_win .menu_con .menu li > a {
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 800;
  }
  .sitemap_win .menu_con .menu li .sub {
    display: none;
  }
  .sitemap_win .menu_con .menu li .sub dl {
    line-height: 40px;
  }
  .sitemap_win .menu_con .menu li .sub dd a {
    font-size: 18px;
    font-weight: 600;
    color: #777;
  }
  .sitemap_win .menu_con .menu li .sub dd a:hover {
    color: #000;
  }

  .sitemap_win.on {
    visibility: visible;
    opacity: 1;
  }
  .sitemap_win.on .menu_con {
    opacity: 1;
    top: 0px;
    transform: rotate(0);
  }
  .sitemap_win.on .menu_con .menu li {
    opacity: 1;
    transform: translateY(0);
  }
  .sitemap_win.on .menu_con .menu li:nth-child(1) {
    transition: 0.5s 0.5s;
  }
  .sitemap_win.on .menu_con .menu li:nth-child(2) {
    transition: 0.5s 0.7s;
  }
  .sitemap_win.on .menu_con .menu li:nth-child(3) {
    transition: 0.5s 0.9s;
  }
  .sitemap_win.on .menu_con .menu li:nth-child(4) {
    transition: 0.5s 1.1s;
  }
  .sitemap_win.off .menu_con .menu li {
    transition: 0.3s;
  }

  body.sitemap #header {
    display: none;
  }
  body.sitemap .sitemap_bg {
    position: fixed;
    z-index: 290;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  /*main*/
  #main {
  }

  /*swiper*/
  .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    transition: 0.3s;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-next {
    width: 100px;
    height: 100px;
    background: url("/dblack/images/swiper_next.png") no-repeat center;
  }
  .swiper-button-prev {
    width: 100px;
    height: 100px;
    background: url("/dblack/images/swiper_prev.png") no-repeat center;
  }

  .quick_menu {
    visibility: hidden;
    position: fixed;
    z-index: 200;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
  }
  .quick_menu.on {
    visibility: visible;
    opacity: 1;
  }
  .quick_menu.footer {
    position: absolute;
    bottom: 0;
    top: -60px;
  }
  .quick_menu .top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #191919;
  }
  .quick_menu .top span {
    display: inline-block;
    background: url("/dblack/images/ico_quick_top.png") no-repeat center 0 /10px;
    padding-top: 15px;
  }

  /*footer*/
  #footer {
    position: relative;
    background: #191919;
    padding: 30px 0;
  }
  .fsec1 {
  }
  .fsec1 .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .fsec1 .logoG {
    max-width: 150px;
  }

  .fsec1 .companyG {
    order: 1;
    flex: 1;
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    border-top: 1px solid #474747;
    padding: 20px 0;
  }
  .fsec1 .companyG i {
    display: inline-block;
    border-left: 1px solid #666;
    height: 12px;
    margin: 0 10px;
  }

  .fsec1 .menuG {
    order: 0;
    display: flex;
    gap: 30px;
    margin-top: 20px;
  }
  .fsec1 .menuG a {
    font-size: 12px;
    color: #ccc;
  }
  .fsec1 .menuG a:hover {
    color: #fff;
  }

  .fsec2 {
    font-size: 11px;
    color: #555;
  }
}
