@charset "UTF-8";
/* CSS Document */
/********* common_layout *********/
/*.container { position: relative; max-width: 1400px; margin: 0 auto; padding: 0 5px; z-index: 1}
#wrap {position:relative; z-index:1; min-height:100%;}
header { width:100%; height:90px; margin:0 auto; }
header .menu_wrap { width:1400px; height:auto; margin:0 auto; }
*/
.topwrap {
  width: 100%;
  height: auto;
  background: linear-gradient(-90deg, #115aa3, #4cb54e);
  z-index: 400;
  position: relative;
}

.topwrap .top {
  margin: 0 auto;
  width: 1400px;
  height: 35px;
  display: none;
}

.topwrap .top a.home {
  display: block;
  font-size: 1.3rem;
  color: #fff;
  width: 100px;
  text-align: center;
  background: #329546;
  line-height: 35px;
  transition: 0.2s;
}

.topwrap .top a.home:hover {
  background: rgba(37, 110, 52, 0.7);
  transition: 0.2s;
}

.topwrap .top .link {
  clear: both;
  margin-right: 8px;
}

.topwrap .top .link li {
  display: inline-block;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
}

.topwrap .top .link li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 4px;
  margin: 0 2px;
  height: 30px;
}

.topwrap .top .link li a:hover {
  border-bottom: 1px solid #fff;
}

.tpgroup_site_wrap {
  height: 35px;
  width: 200px;
  background: url(../../images/dgtp/tpgroup_bg.png) no-repeat 94% center rgba(0, 0, 0, 0.2);
}

.tpgroup_site_wrap .tpgroup_site {
  position: relative;
  float: left;
  display: block;
  height: 35px;
}

.tpgroup_site_wrap .tpgroup_site a {
  font-weight: 300;
  display: block;
  text-align: left;
  padding: 0 10px;
  line-height: 35px;
  text-decoration: none;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease-in-out;
}

.tpgroup_site_wrap ul {
  z-index: 3000;
  position: absolute;
  top: 35px;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease 0.1s;
}

.tpgroup_site_wrap .tpgroup_site:hover > ul {
  opacity: 1;
}

.tpgroup_site_wrap ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.25s ease 0.1s;
}

.tpgroup_site_wrap .tpgroup_site:hover > ul li {
  height: 35px;
  overflow: visible;
  padding: 0;
}

.tpgroup_site_wrap ul li a {
  width: 180px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #353539;
  text-align: center !important;
  background: rgba(38, 51, 64, 0.9);
}

.tpgroup_site_wrap ul li a:hover {
  background: rgb(31, 42, 54);
  color: #fff;
}

#tnb {
  width: 100%;
  border-bottom: 1px solid #eee;
}
#tnb ._warp {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
#tnb ._warp a {
  color: #000;
  line-height: 50px;
  position: relative;
  font-size: 1.32em;
  border: none;
  padding-right: 15px;
  padding-left: 13px;
}
#tnb ._warp a:focus, #tnb ._warp a:hover {
  color: #000;
}
#tnb ._warp a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #666;
  width: 1px;
  height: 10px;
}
#tnb ._warp a:last-child {
  padding-left: 12px;
  padding-right: 0;
}
#tnb ._warp a:last-child::after {
  display: none;
}

header {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 300;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.4s;
  transition: all 0.3s;
  border-bottom: 1px solid #eee;
}

header.fixed {
  position: fixed;
}

header .header_cont {
  width: 1260px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

header.lateral-menu-is-open { /* translate to show the lateral menu */
  transform: translateX(-260px);
}

header.is-fixed {
  position: fixed;
}

#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}

#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}

#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}

#cd-top-nav a {
  display: inline-block;
  padding: 0.5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

#cd-top-nav a.current {
  background-color: #242e30;
}

.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#cd-logo {
  float: left;
}

.navi {
  height: 100%;
  position: relative;
  float: right;
}

.navi .gnb {
  display: block;
  float: left;
  line-height: 75px;
}

.navi .gnb li {
  display: block;
  float: left;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.navi .gnb li:last-child {
  padding-right: 0;
}

.navi .gnb li a {
  display: block;
  color: #fff;
  letter-spacing: -0.75px;
  font-size: 20px;
}

.navi .gnb li a:hover {
  color: #3d3d3d;
  transition: all 0.25s;
}

header.on .navi .gnb li a {
  color: #333;
}

.subWrap {
  width: 100%;
  height: 470px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  z-index: 160;
  left: 0;
  top: 75px;
  border-top: 1px solid #eee;
  max-height: 0;
  transition: all 0.3s;
}

header:hover .subWrap {
  max-height: 470px;
}

.subWrap .subCont {
  width: 1260px;
  margin: 0 auto; /*background:url(/subwrap_bg.png) no-repeat left bottom;*/
}

.subWrap .subCont .subs:first-child {
  border-left: 1px solid #eee;
}

.subWrap .subCont .subs {
  float: left;
  width: 16.6665%;
  height: 470px;
  padding: 20px 0 0 0;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.subWrap .subCont .subs:hover {
  background: rgba(74, 93, 120, 0.1);
}

/* .subWrap .subCont .subs:hover .title { color:#fff; } */
/* .subWrap .subCont .subs:hover li a { color:#fff; } */
.subWrap .subCont .subs .title {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: -0.8px;
  text-align: center;
  display: block;
  padding: 8px 0 13px 0;
}

.subWrap .subCont .subs li {
  text-align: left;
  line-height: 2.2;
}

.subWrap .subCont .subs li a {
  display: block;
  padding-left: 18px;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
  font-weight: 300;
}

.subWrap .subCont .subs li a:hover {
  color: rgb(255, 255, 255);
  background: #E3152D;
}

.snb {
  width: 100%;
  float: left;
}

.menu-has-sub a img {
  display: block;
  float: right;
  margin: 13px 15px 0 0;
}

.menu-has-sub ul {
  display: none;
}

.menu-has-sub.active ul {
  display: block;
}

.menu a {
  color: #fff;
  display: block;
  font-size: 15px; /*border-bottom:1px solid rgba(255,255,255,0.3);*/
  transition: 0.2s;
  clear: both;
}

.menu a:hover {
  color: #fff;
  display: block;
}

.menu ul li a {
  color: #fff;
  background: rgba(227, 21, 45, 0.5);
  display: block;
  font-size: 1.4rem;
}

.menu ul li a:hover {
  color: #BFBFBF;
  background: rgba(106, 70, 150, 0.7);
  display: block;
  font-size: 1.4rem;
}

#cd-menu-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(-45deg, #F9AF26, #E3152D);
}

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  display: none;
  font-size: 1.6rem;
}

#cd-menu-trigger .cd-menu-icon { /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF; /* these are the upper and lower lines in the menu menu */
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}

#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  transform: translateX(80px);
}

#cd-lateral-nav .item-has-children > a::after {
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 1em;
  background: url("../../images/dgtp/menu_off.png") no-repeat center center;
  background-size: 9px 5px;
  transition-property: transform;
  transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
  transform: translateY(-50%) rotate(-180deg);
}

#cd-lateral-nav .util {
  width: 100%;
  padding: 0;
  clear: both;
}

#cd-lateral-nav .util li {
  float: left;
  padding: 0;
  width: 33.3333%;
}

#cd-lateral-nav .util li a {
  display: block;
  padding: 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  background: #304050;
}

#cd-lateral-nav .util li:last-child a {
  border-right: 0;
}

#cd-lateral-nav .myinfo {
  padding: 10px 20px;
  clear: both;
}

#cd-lateral-nav .myinfo li:first-child {
  float: left;
}

#cd-lateral-nav .myinfo li:last-child {
  float: right;
}

#cd-lateral-nav .myinfo li:first-child a {
  color: rgba(255, 255, 255, 0.8);
}

#cd-lateral-nav .myinfo li:last-child a {
  color: rgba(255, 255, 255, 0.4);
}

#cd-lateral-nav .myinfo li a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0;
  text-align: center;
}

#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
  clear: both;
}

#cd-lateral-nav .cd-navigation li a {
  padding: 6px 20px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cd-lateral-nav .sub-menu {
  padding: 7px 10px 14px 25px;
  display: none;
  background: #304050;
}

#cd-lateral-nav .sub-menu li a {
  background: url(../../images/dgtp/menu_bullet.png) no-repeat left center;
  padding: 0 0 0 7px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
}

#cd-lateral-nav a {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 16px 0 27px;
  color: #aab5b7;
  font-weight: 300;
  letter-spacing: -0.3px;
}

#cd-lateral-nav a.submenu-open {
  background: #44556e;
  color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

#cd-lateral-nav.lateral-menu-is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;
}

#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

/*#cd-lateral-nav .item-has-children > a::after { content: ''; display: block; height: 11px; width: 8px; position: absolute; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 1em; background: url("..../../images/dgtp/cd-arrow.svg") no-repeat center center; background-size: 8px 11px; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
#cd-lateral-nav .item-has-children > a.submenu-open::after { -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }*/
@media only screen and (max-width: 768px) {
  #cd-menu-trigger {
    height: 70px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    height: 70px;
    position: relative;
  }
  header .header_cont {
    width: initial;
  }
  #cd-logo {
    padding-top: 17px;
    padding-left: 7px;
  }
  #cd-logo-mo {
    margin: 5px 0 0 1% !important;
    display: block;
  }
  #tnb {
    display: none;
  }
  #cd-menu-trigger {
    display: block;
    height: 70px;
    line-height: 70px;
  }
  .main_banner_warp_warp p:last-child {
    font-size: 2rem;
  }
  .main_banner_warp {
    top: 0;
  }
  .main_banner_left {
    text-align: center;
    display: none;
  }
  .main_banner_warp_warp h2 {
    font-size: 2rem;
  }
  #cd-logo-mo {
    left: 0;
  }
  .navi, .activator {
    display: none;
  }
  .topwrap .top {
    width: 100%;
  }
  header.on .subWrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 20px 0 0 0;
  }
  #cd-top-nav {
    display: block;
  }
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 640px) {
  .topwrap {
    display: none;
  }
}
/* 사이트맵 */
.activator {
  position: absolute;
  right: 20px;
  top: 37px;
  display: none;
  margin: 0 0 0 0;
  height: 17px;
  width: 23px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.activator:hover {
  opacity: 0.7;
}

.activator.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #636363;
}

.activator.active .middle {
  opacity: 0;
  background: #636363;
}

.activator.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #636363;
}

.activator span {
  background: #636363;
  border: none;
  height: 3px;
  width: 23px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.activator.on span {
  background-color: #fff;
}

header.on .activator.on span {
  background-color: #333;
}

.activator span:nth-of-type(2) {
  top: 7px;
}

.activator span:nth-of-type(3) {
  top: 14px;
}

/*.activator { width: 153px; height: 150px; position: absolute; top: 0px; left: 0px; background:red; z-index: 1; cursor: pointer; }*/
.sitemap_wrap {
  padding: 20px 50px;
  overflow: auto;
  z-index: 99999;
}

.topwrap .overlay {
  background: rgba(29, 40, 50, 0.9);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9990;
}

.box {
  position: fixed;
  top: -900px;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
  height: auto;
  background: rgb(255, 255, 255); /*border:1px solid rgba(255,255,255,0.3);*/
  z-index: 9999;
}

.box h3 {
  width: 100%;
  padding: 20px 0;
  background: #0664AF;
  font-size: 2.4rem;
  letter-spacing: -0.5px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.sitemap_cont {
  width: 1300px;
  padding: 20px 50px;
  margin: 0 auto;
  height: 700px;
  overflow: auto;
}

.box .menu_b {
  clear: both;
  height: auto;
  border-bottom: 1px dotted #969696;
  padding: 18px 0;
}

.box .menu_b h4.title {
  font-size: 26px;
  background: url(../../images/dgtp/sitemap_title_bg.png) no-repeat right 5px;
  letter-spacing: -1.5px;
  color: #0664AF;
  text-align: left;
  float: left;
  margin: 0 20px 0 0;
  height: auto;
  width: 190px;
}

.box .menu_b ul {
  display: block;
  float: left;
}

.box .menu_b h5 {
  display: inline-block;
  margin: 5px 10px 5px 20px;
  padding-left: 6px;
  background: url(../../images/dgtp/sitemap_bullet01.png) no-repeat left center;
}

.box .menu_b h5 a {
  display: block;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #787878;
  text-align: left;
  font-weight: 400;
}

.box .menu_b h5 a:hover {
  text-decoration: underline;
}

.box .menu_b ul li {
  display: inline-block;
  background: url(../../images/dgtp/sitemap_bullet03.png) no-repeat right center;
  margin: 0 4px 0 0;
  padding-right: 12px;
}

.box .menu_b ul li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  color: #a0a0a0;
  text-align: left;
}

.box .menu_b ul li a:hover {
  text-decoration: underline;
}

.box .menu_b ul li:last-child {
  background: none;
}

.box .last {
  border-bottom: 0;
}

.box .closebtn {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.box .closebtn a img {
  display: block;
  transition: all 0.1s linear;
}

.box .closebtn a img:hover {
  -webkit-animation: closeRotate 0.6s linear;
  -ms-animation: closeRotate 0.6s linear;
  -moz-animation: closeRotate 0.6s linear;
  -o-animation: closeRotate 0.6s linear;
}
/* header */
.main_logo {
  float: left;
  margin: 25px 30px 0 0;
}

footer {
  background-color: #333333;
  color: #fff;
}
footer .foot_top_wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  height: 81px;
}
footer .foot_top_wrap .link li {
  float: left;
  margin-right: 20px;
}
footer .foot_top_wrap .link li a {
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  font-weight: 500;
  display: block;
}
footer .foot_top_wrap .site_link {
  float: right;
}
footer .foot_top_wrap .site_link .sitelink_cont {
  position: relative;
}
footer .foot_top_wrap .site_link .sitelink_cont button {
  position: relative;
  top: 10px;
  width: 235px;
  line-height: 56px;
  padding-left: 20px;
  text-align: left;
  border-radius: 10px;
  font-size: 15px;
  background-color: #454955;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
footer .foot_top_wrap .site_link .sitelink_cont button img {
  position: absolute;
  width: 16px;
  right: 20px;
  top: 20px;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer {
  background: #454955;
  position: absolute;
  top: -310px;
  width: 100%;
  height: 300px;
  z-index: 99999;
  padding-bottom: 10px;
  overflow: auto;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer::-webkit-scrollbar-thumb {
  height: 30%; /* 스크롤바의 길이 */
  background: #E3152D; /* 스크롤바의 색상 */
  border-radius: 10px;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer::-webkit-scrollbar-track {
  background: rgba(33, 122, 244, 0.1); /*스크롤바 뒷 배경 색상*/
}
footer .foot_top_wrap .site_link .sitelink_cont .layer li {
  padding: 0px 10px;
  font-size: 14px;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer li a {
  color: #fff;
  display: block;
  padding: 15px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
footer .foot_top_wrap .site_link .sitelink_cont .layer li a:focus, footer .foot_top_wrap .site_link .sitelink_cont .layer li a::marker {
  color: #fff;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer .layer_top {
  height: 20px;
  width: 100%;
  height: 26px;
  background: none;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
}
footer .foot_top_wrap .site_link .sitelink_cont .layer .layer_top i {
  position: absolute;
  right: 7px;
  top: 6px;
}
footer .foot_bottom_wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
footer .foot_bottom_wrap .bottom {
  display: flex;
}
footer .foot_bottom_wrap .bottom .col_1 {
  width: 25%;
}
footer .foot_bottom_wrap .bottom .col_2 {
  width: 50%;
}
footer .foot_bottom_wrap .bottom .address {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
footer .foot_bottom_wrap .bottom .copyright {
  padding-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: 200;
}

@media (max-width: 1025px) {
  footer .foot_top_wrap .link {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  footer .foot_top_wrap .link li {
    display: inline-block;
    margin-right: 0;
    padding: 0 5px;
    float: none;
  }
  footer .foot_top_wrap .link li a {
    font-size: 14px;
    line-height: 30px;
  }
  footer .foot_top_wrap .site_link {
    float: none;
  }
  footer .foot_top_wrap .site_link .sitelink_cont {
    text-align: center;
  }
  footer .foot_top_wrap .site_link .sitelink_cont button {
    line-height: 40px;
  }
  footer .foot_top_wrap .site_link .sitelink_cont button img {
    top: 12px;
  }
  footer .foot_top_wrap .site_link .sitelink_cont .layer {
    width: 235px;
    left: 50%;
    margin-left: -116.5px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  footer .foot_top_wrap .site_link .sitelink_cont .layer .layer_top {
    left: 0;
  }
  footer .foot_bottom_wrap .bottom {
    flex-wrap: wrap;
    text-align: center;
  }
  footer .foot_bottom_wrap .bottom .col_1, footer .foot_bottom_wrap .bottom .col_2 {
    width: 100%;
  }
}