@charset "utf-8";
@import "https://static.mailplug.com/asset/public/css/reset.css";

:root {
  /* mailplug 메인 컬러 */
  --mp-color: #ff6412;
}

/* legacy */
.navbar-logo {
  display: block;
  width: 115px;
  height: 28px;
  background: url("https://static.mailplug.com/asset/public/img/01_mailplug_logo.svg")
    left top no-repeat;
  background-size: contain;
}

.mailplug_nav {
  z-index: 1040;
  display: block;
  padding: 26px 0;
  height: 90px;
  border-top: 1px solid #e0e0e0;
}

/* footer */
.footer_wrap {
  padding: 40px 0 40px;
  border-top: 1px solid #e0e0e0;
}

.footer_wrap .icon {
  background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
}

.footer_wrap .left_con {
  flex: 0 0 155px;
  max-width: 155px;
}

.footer-logo {
  display: inline-block;
  width: 115px;
  height: 28px;
  margin-top: 0;
  background: url("https://static.mailplug.com/asset/public/img/01_mailplug_logo.svg")
    left top no-repeat;
  background-size: contain;
}

.footer_wrap .center_con {
  flex: 1;
}

.footer_wrap .footer_link {
  display: flex;
  margin: 0 0 17px;
}

.footer_link li {
  position: relative;
  padding: 0 24px;
}

.footer_link li:first-child {
  padding-left: 0;
}

.footer_link li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 2px;
  height: 14px;
  background: #d4d4d4;
}

.footer_link li a {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 28px;
}

.footer_link li a b {
  font-weight: 500;
}

.footer_info li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.footer_wrap .row {
  margin-left: 0;
  margin-right: 0;
}

.footer_wrap .right_con {
  flex: 0 0 160px;
  max-width: 160px;
}

.footer_wrap.gw_footer .right_con {
  flex: 0 0 180px;
  max-width: 180px;
}

.family_site {
  display: absolute;
  position: relative;
  margin: 0 0 35px;
}

.family_site .current {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222;
  border-bottom: 1px solid #222;
}

.family_site ul {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  display: none;
  padding: 10px 10px;
  border: 1px solid #222;
  background: #fff;
  z-index: 1000;
}

.family_site ul li + li {
  border-top: 1px solid #e0e0e0;
}

.family_site ul li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #222 !important;
  font-weight: 400;
  line-height: 1;
}

.sns_li {
  display: flex;
  justify-content: flex-end;
}

.sns_li li + li {
  margin-left: 15px;
}

.sns_li .facebook:hover .icon {
  background-position: -1100px -500px;
}

.sns_li .blog:hover .icon {
  background-position: -900px -500px;
}

.footer_wrap .bottom_con {
  flex: 0 0 100%;
  width: 100%;
  padding-top: 46px;
}

.footer_cert {
  display: flex;
  justify-content: space-between;
}

.footer_cert .item {
  display: inline-flex;
}

.footer_cert .item p {
  padding-left: 9px;
  font-size: 12px;
  line-height: 1.58;
  color: #555;
}

/* 999px 이하 */
@media (max-width: 999px) {
  .footer_wrap .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_link {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer_link li:first-child {
    padding-left: 24px;
  }

  .footer_link li:first-child {
    display: none;
  }

  .footer_link li:nth-child(2):before {
    display: none;
  }

  .footer_wrap .footer_info {
    margin-bottom: 25px;
  }

  .footer_info li {
    padding: 0 30px;
    margin-right: 0;
  }

  .footer_info li.address {
    padding: 0 10px;
  }

  .sns_li {
    justify-content: center;
  }

  .footer_cert {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer_cert .item {
    display: block;
    flex: 0 0 250px;
    max-width: 33.333%;
    margin: 0 0 30px;
  }

  .footer_cert .clearfix {
    flex: 0 0 100%;
    width: 100%;
  }

  .footer_cert .item p {
    padding: 15px 0 0;
  }
}

/* icon */
.icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("https://static.mailplug.com/asset/public/img/sprite.png")
    no-repeat;
}

.icon.reverse {
  transform: rotateX(180deg);
}

.icon.i_chevron_down_small {
  width: 8px;
  height: 5px;
  background-position: -200px 0;
}

.icon.i_menu1 {
  width: 29px;
  height: 24px;
  background-position: -0px -100px;
}

.icon.i_menu2 {
  width: 28px;
  height: 27px;
  background-position: -100px -100px;
}

.icon.i_menu3 {
  width: 28px;
  height: 24px;
  background-position: -200px -100px;
}

.icon.i_menu4 {
  width: 29px;
  height: 24px;
  background-position: -400px -200px;
}

.icon.i_times {
  width: 14px;
  height: 14px;
  background-position: -300px -100px;
}

.icon.i_free_service1 {
  background-position: -400px 0;
}

.icon.i_free_service2 {
  background-position: -500px 0;
}

.icon.i_free_service3 {
  background-position: -600px 0;
}

.icon.i_free_service4 {
  background-position: -700px 0;
}

.icon.i_free_service5 {
  background-position: -800px 0;
}

.icon.i_free_service6 {
  background-position: -900px 0;
}

.icon.i_search {
  width: 20px;
  height: 20px;
  background-position: -300px 0px;
}

.icon.i_chevron_down_faq {
  width: 25px;
  height: 13px;
  background-position: -1000px -0px;
}

.icon.i_trans_process1 {
  height: 50px;
  background-position: -0px -700px;
}

.icon.i_trans_process2 {
  height: 61px;
  background-position: -100px -700px;
}

.icon.i_trans_process3 {
  height: 49px;
  background-position: -200px -700px;
}

.icon.i_trans_process4 {
  height: 61px;
  background-position: -300px -700px;
}

.icon.i_trans_process5 {
  height: 61px;
  background-position: -400px -700px;
}

.icon.i_search_domain {
  width: 15px;
  height: 15px;
  background-position: -600px -100px;
}

.icon.i_chevron_down_more {
  width: 17px;
  height: 9px;
  background-position: -700px -100px;
}

.icon.i_chevron_down_period {
  width: 10px;
  height: 6px;
  background-position: -800px -100px;
}

.icon.i_times_small {
  width: 10px;
  height: 11px;
  background-position: -900px -100px;
}

.icon.i_modal_close {
  width: 24px;
  height: 24px;
  background-position: 0 -200px;
}

.icon.i_chevron_down_mobile {
  width: 18px;
  height: 10px;
  background-position: -400px -100px;
}

.icon.i_chevron_left_big {
  width: 28px;
  height: 56px;
  background-position: -200px -300px;
}

.icon.i_chevron_right {
  width: 9px;
  height: 14px;
  background-position: -100px -300px;
}

.icon.i_chevron_right_mo {
  width: 10px;
  height: 18px;
  background-position: -500px -100px;
}

.icon.i_arrow_up_price {
  width: 24px;
  height: 24px;
  background-position: -1100px 0px;
}

.icon.i_cate_check {
  width: 12px;
  height: 9px;
  background-position: -700px -400px;
}

.icon.i_arrow_right_intro {
  width: 24px;
  height: 24px;
  background-position: -1000px -200px;
}

.icon.i_chevron_right_step {
  width: 6px;
  height: 10px;
  background-position: -400px -400px;
}

.icon.i_why_mailplug_icon1 {
  width: 50px;
  height: 46px;
  background-position: -94px -900px;
}

.icon.i_why_mailplug_icon2 {
  width: 50px;
  height: 46px;
  background-position: -195px -900px;
}

.icon.i_why_mailplug_icon3 {
  width: 50px;
  height: 46px;
  background-position: -398px -900px;
}

.icon.i_why_mailplug_icon4 {
  width: 50px;
  height: 46px;
  background-position: -595px -900px;
}

.icon.i_why_mailplug_icon5 {
  width: 50px;
  height: 46px;
  background-position: 3px -900px;
}

.icon.i_why_mailplug_icon6 {
  width: 50px;
  height: 46px;
  background-position: -292px -900px;
}

.icon.i_why_mailplug_icon7 {
  width: 50px;
  height: 46px;
  background-position: -492px -900px;
}

.icon.i_why_mailplug_icon8 {
  width: 50px;
  height: 46px;
  background-position: -694px -900px;
}

.icon.i_download_compare {
  width: 15px;
  height: 15px;
  background-position: -300px -800px;
}

.icon.icon.down_arrow {
  width: 15px;
  height: 8px;
  background-position: -100px -200px;
}

.icon.i_info_circle {
  width: 20px;
  height: 20px;
  background-position: -500px -400px;
}

.icon.i_li_check {
  width: 14px;
  height: 10px;
  background-position: -500px -300px;
}

.icon.i_eye {
  width: 22px;
  height: 18px;
  background-position: -200px -1000px;
}

.icon.i_eye.off {
  background-position: -100px -1000px;
}

.icon.i_auth_cellphone {
  width: 56px;
  height: 100px;
  background-position: -400px -1000px;
}

.icon.i_auth_ipin {
  width: 94px;
  height: 102px;
  background-position: -500px -1000px;
}

.icon.icon_quick_introduce {
  width: 23px;
  height: 26px;
  background-position: -600px -1000px;
}

.icon.icon_quick_chart {
  width: 26px;
  height: 24px;
  background-position: -700px -1000px;
}

.icon.icon_quick_process {
  width: 26px;
  height: 26px;
  background-position: -800px -1000px;
}

.icon.i_arrow_right {
  width: 18px;
  height: 14px;
  background-position: -1000px -300px;
}

.icon.i_blog {
  width: 40px;
  height: 40px;
  background-position: -800px -500px;
}

.icon.i_facebook {
  width: 40px;
  height: 40px;
  background-position: -1000px -500px;
}

.icon.i_price_detail {
  width: 14px;
  height: 18px;
  background-position: -1000px -800px;
}

/* common */
#body_layout {
  padding-top: 90px;
}

#body_layout.modal-open {
  overflow: initial;
  padding-right: 0 !important;
}

.container {
  width: 1000px;
  max-width: 100%;
  padding: 0;
}

.center_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.visible_xs,
.visible_mo {
  display: none !important;
}

/* gnb */
#navbottom_sub_mobile,
#navbottom_mobile,
#nav_mobile {
  display: none;
}

.navbar-brand {
  z-index: 1020;
  position: relative;
  margin: 0 10px 0 0;
}

.mailplug_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.mailplug_nav #login_menu,
.mailplug_nav ul,
.mailplug_nav .container,
.mailplug_nav .container2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mailplug_nav ul li {
  padding: 0 10px 0 20px;
}

.mailplug_nav #login_menu ul li {
  padding: 0 5px;
}

.mailplug_nav #login_menu .login_personal li:last-child {
  padding-right: 0;
}

.mailplug_nav ul li.dropdown > a .icon {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -4px;
}

@media (min-width: 1000px) {
  .mailplug_nav ul li.dropdown > a:hover .icon {
    background-position: -700px -200px;
  }
}

.mailplug_nav ul li a {
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #222;
  position: relative;
}

.mailplug_nav ul li a .mecca2_gnb_icon {
  position: absolute;
  top: 3px;
  right: -24px;
}

.mailplug_nav ul li a:hover,
.mailplug_nav #nav_menu li a:hover {
  color: #ff6412;
}

.mailplug_nav #login_menu {
  flex: 1;
  justify-content: flex-end;
}

.mailplug_nav #login_menu li a {
  font-size: 16px;
}

.login_personal {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.navbottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  display: none;
}

.navbottom .container {
  align-items: initial;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.navbottom .lnb_wrap {
  background: #fff;
  width: 449px;
  position: relative;
  left: calc((100% - 790px) / 2);
}

.navbottom .lnb_wrap ul {
  flex-direction: column;
  padding: 23px 30px 20px;
  align-items: stretch;
}

.navbottom .lnb_wrap ul > li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.navbottom .lnb_wrap ul > li:last-child {
  border-bottom: 0;
}

.navbottom .lnb_wrap ul > li a {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.02em;
  padding: 20px 0 20px 36px;
  position: relative;
}

.navbottom .lnb_wrap ul > li a:hover {
}

.navbottom .lnb_wrap ul > li .tit {
  font-size: 18px;
  line-height: 32px;
  display: block;
  color: #222222;
  letter-spacing: -0.02em;
  /* font-weight: 500; */
  display: flex;
  align-items: center;
}

.navbottom .lnb_wrap ul > li a:hover .tit {
  color: #ff6412;
}

.navbottom .lnb_wrap ul > li a > .icon {
  position: absolute;
  left: 0;
  display: block;
  background: url("https://static.mailplug.com/asset/public/img/sprite.png")
    no-repeat;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon1 {
  background-position: 0px -100px;
  width: 25px;
  height: 25px;
  top: 22px;
  left: 3px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon2 {
  background-position: -100px -100px;
  width: 28px;
  height: 28px;
  top: 22px;
  left: 1px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon3 {
  background-position: -200px -100px;
  width: 22px;
  height: 30px;
  top: 23px;
  left: 4px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon4 {
  background-position: -250px -100px;
  width: 26px;
  height: 21px;
  top: 25px;
  left: 2px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon5 {
  background-position: -798px -600px;
  width: 30px;
  height: 30px;
  top: 19px;
  left: 1px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon6 {
  background-position: -900px -600px;
  width: 29px;
  height: 29px;
  top: 20px;
  left: 1px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon7 {
  background-position: -1000px -600px;
  width: 29px;
  height: 24px;
  top: 24px;
  left: 0px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon8 {
  background-image: url("https://static.mailplug.com/asset/public/img/sprite_2507.png");
  background-position: -799px -699px;
  width: 32px;
  height: 32px;
  top: 22px;
  left: -1px;
}

.navbottom .lnb_wrap ul > li a > .icon.lnb_icon9 {
  background-image: url("https://static.mailplug.com/asset/public/img/sprite_2507.png");
  background-position: -200px -1100px;
  width: 29px;
  height: 30px;
  top: 25px;
}

.navbottom .lnb_wrap ul > li a:hover > .icon.lnb_icon1 {
  background-position: 0px -150px;
}

.navbottom .lnb_wrap ul > li a:hover > .icon.lnb_icon2 {
  background-position: -100px -150px;
}

.navbottom .lnb_wrap ul > li a:hover > .icon.lnb_icon3 {
  background-position: -200px -150px;
}

.navbottom .lnb_wrap ul > li a:hover > .icon.lnb_icon4 {
  background-position: -250px -150px;
}

.navbottom .lnb_wrap ul > li a .tit .icon.i_chevron_right {
  background: url("https://static.mailplug.com/asset/public/img/sprite.png")
    no-repeat;
  background-position: -400px -400px;
  width: 6px;
  height: 11px;
  margin-bottom: 3px;
  margin-left: 9px;
  line-height: 32px;
}

.navbottom .lnb_wrap ul > li a:hover .tit .icon.i_chevron_right {
  background-position: -600px -400px;
}

.navbottom .lnb_wrap ul > li .des {
  display: block;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #9e9e9e;
  word-spacing: -0.1em;
}

/* .navbottom .left_con { position: relative; flex: 1; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
.navbottom .left_con:after { content: ''; display: block; width: 100%; height: 1px; background: #e0e0e0; position: absolute; left: 0; top: 70px; }
.navbottom .left_con .inner { padding: 0 30px 45px; }
.navbottom .left_con dt { display: flex; align-items: center; margin-bottom: 15px; height: 70px; font-size: 18px; letter-spacing: -0.03em; color: #222; font-weight: 400; }
.navbottom .left_con dt a{display: flex;align-items: center;}
.navbottom .left_con dt .icon { margin-right: 10px; }
.navbottom .left_con dt a:hover .i_menu1{background-position:-0px -150px;}
.navbottom .left_con dt a:hover .i_menu2{background-position:-100px -150px;}
.navbottom .left_con dt a:hover .i_menu3{background-position:-200px -150px;}
.navbottom .right_con { flex-basis: 315px; background: #f6f7f8; border-right: 1px solid #e0e0e0; }
.navbottom .right_con .inner { position: relative; min-height: 521px; padding: 86px 30px 0; }
.navbottom dd a { display: block; padding: 15px 0; font-size: 18px; letter-spacing: -0.03em; color: #222; }
.navbottom dd a strong { display: flex; align-items: center; margin-bottom: 12px; font-weight: 400; }
.navbottom dd a strong i{margin-right:10px;}
.navbottom dd a:hover strong .i_menu4{background-position:-400px -250px;}
.navbottom .left_con dt a:hover, .navbottom dd a:hover strong { color: #ff6412; }
.navbottom dd a span { font-size: 16px; color: #9e9e9e; }
.navbottom .right_con dd a span { line-height: 1.56; }
.navbottom .right_con .close { position: absolute; right: 30px; top: 27px; }
.navbottom .right_con .btn_wrap { margin-top: 30px; }
.navbottom .right_con .btn_wrap li { position: relative; padding: 0; }
.navbottom .right_con .btn_wrap li+li:before { content: ''; display: block; width: 1px; height: 24px; position: absolute; left: 0; top: -2px; background: #b3b3b3; } */
.navbar_backdrop {
  z-index: 1000;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.8s;
}

.nav_on .navbar_backdrop {
  position: fixed;
  opacity: 1;
  top: 90px;
}

/* table */
.table-bordered {
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.table-bordered tr th,
.table-bordered tr td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}

.table-bordered tr th {
  border-bottom: none;
  font-size: 20px;
  font-weight: 400;
}

/*modal*/
.mp_modal .modal-dialog {
  /* width:1000px; */
  width: 740px;
  max-width: 100%;
  margin: 44px auto 0;
  justify-content: center;
}

.mp_modal .modal-content {
  border: 0;
  border-radius: 0;
  margin: 0 30px;
}

.mp_modal .modal-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border: 0;
  padding: 0 0 20px;
}

.mp_modal .modal-header .close {
  padding: 0;
  float: none;
  opacity: 1;
  margin: 0 0 0 auto;
}

.mp_modal .modal-body {
  padding: 30px 40px;
  max-height: 80vh;
  overflow-y: auto;
}

#body_layout.modal-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  opacity: 0.8;
  background: #222;
}

.modal-backdrop.show {
  background: transparent;
}

.mp_modal .btn_white {
  background: #fff;
  border-color: #e0e0e0;
  color: #222;
}

.mp_modal .btn_white:hover {
  border-color: #ff6412;
}

.mp_modal .btn_orange {
  background: #ff6412;
  border-color: #ff6412;
  color: #fff;
}

.mp_modal .btn_orange:hover {
  color: #fff;
}

.mp_modal .modal_title {
  margin: -30px -40px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.mp_modal .modal_title h3 {
  margin: 0 0 15px;
  padding: 28px 0 0;
  line-height: 1;
  font-size: 24px;
  text-align: center;
}

.mp_modal .modal_title p {
  margin-bottom: 28px;
  font-size: 16px;
}

.mp_modal .modal_content {
  padding-top: 23px;
}

.mp_modal .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 23px;
  border-bottom: 1px solid #e0e0e0;
}

.mp_modal .form-group:last-of-type {
  border: 0;
}

.mp_modal .form-group.modal_top_info {
  border-bottom: 1px solid #e0e0e0;
}

.mp_modal .form-group h5 {
  margin: 0;
  font-size: 18px;
}

.mp_modal .form-group:not(.flex_group) h5 + * {
  margin-top: 20px;
}

.mp_modal .modal_top_info {
  text-align: center;
}

.mp_modal .modal_top_info ul {
  display: inline-block;
}

.mp_modal .li_dash li {
  position: relative;
  padding-left: 10px;
  line-height: 1.78;
  color: #555;
  font-size: 18px;
  text-align: left;
}

#urgency_counsel .modal_top_info ul {
  display: block;
}

#urgency_counsel .modal_top_info li {
  font-size: 16px;
  color: #222;
}

.mp_modal .li_dash li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.mp_modal .li_dash li span {
  font-size: inherit;
}

.mp_modal .flex_group {
  display: flex;
}

.mp_modal .flex_group h5 {
  flex: 0 0 150px;
}

.mp_modal .flex_group .content {
  flex: 1;
  max-width: calc(100% - 150px);
}

.mp_modal .flex_group .content .des {
  font-size: 16px;
  color: #616161;
  line-height: 22px;
}

.mp_modal .link_text {
  margin-left: 0;
  color: #222;
  text-decoration: underline;
}
.mp_modal .link_text:hover {
  text-decoration: underline !important;
}

.mp_modal .link_text.orange {
  color: #ff6412 !important;
}

.mp_modal #tooltip_box {
  transform: translateX(-20%);
}

.mp_modal .file_add_btn {
  display: block;
  margin-bottom: 15px;
  width: 146px;
  height: 68px;
  line-height: 66px;
  text-align: center;
  border: 1px solid #d4d4d4;
}

.mp_modal .file_add_btn:hover {
  border-color: #ff6412;
}

.mp_modal .file_add_btn i {
  position: relative;
  margin-right: 10px;
  font-style: normal;
  font-size: 27px;
  vertical-align: middle;
  font-weight: 100;
  top: -2px;
}

.mp_modal .file_add_btn span {
  font-size: 16px;
  color: #222;
}

.mp_modal .file {
  position: relative;
  padding-right: 15px;
}

.mp_modal .file span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #616161;
  line-height: 18px;
}

.mp_modal .file + .file {
  margin-top: 10px;
}

.mp_modal .file .delete_btn {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 29px;
  font-weight: 100;
}

.mp_modal .btn_group {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mp_modal .custom_input_label {
  position: relative;
  padding: 0 0 0 22px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
}

.mp_modal .btn_group .custom_input_label {
  display: inline-block;
  margin: 20px 0 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.mp_modal .quote_group {
  margin-bottom: 10px;
  text-align: center;
}

.mp_modal .quote_group p {
  font-size: 16px;
  line-height: 1.75;
  color: #616161;
}

.mp_modal .form-group .label_text,
.mp_modal .form-group .link_text {
  text-align: center;
  font-size: inherit;
}

.mp_modal .btn,
.mp_modal .form-control {
  padding: 0 15px;
  height: 60px;
  line-height: 58px;
  border-radius: 0;
  box-sizing: border-box;
}

.mp_modal .select_wrap {
  position: relative;
}

.mp_modal .select_wrap .icon {
  position: absolute;
  right: 20px;
  width: 25px;
  height: 7px;
  top: 16px;
  background-position: -100px -200px;
  vertical-align: text-bottom;
}

.mp_modal .custom_select {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  border-color: #e0e0e0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.mp_modal .form-control.narrow {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
}

.mp_modal .form-control {
  border: 1px solid #e0e0e0;
}

.mp_modal textarea.form-control {
  resize: none;
  height: 160px;
  padding: 10px;
  overflow-y: auto;
  line-height: 1.4;
}

.mp_modal .input_info,
.mp_modal .error_text {
  padding-top: 10px;
  font-size: 14px;
  color: #dc3545;
  font-weight: 400;
  line-height: 1px;
}

.mp_modal .input_info {
  color: #9e9e9e;
}

.mp_modal .custom_select:active,
.mp_modal .custom_select:focus,
.mp_modal .form-control:active,
.mp_modal .form-control:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #495057;
  background-color: #fff;
  border-color: #fff;
  outline: 1px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 18, 0.25);
}

.mp_modal .require_text {
  font-size: 14px;
  color: #9e9e9e;
}

.mp_modal .require_text.orange {
  color: #ff6412;
}

.mp_modal input[type="checkbox"],
.mp_modal input[type="radio"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0 -3px 0 0;
}

.mp_modal input[type="radio"] + .custom_input_label:before,
.mp_modal input[type="checkbox"] + .custom_input_label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #fff;
  border: 1px solid #9e9e9e;
  box-sizing: border-box;
  font-size: 9px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}

.mp_modal input[type="checkbox"] + .custom_input_label:before {
  content: "\2713";
  border-radius: 0;
}

.mp_modal input[type="checkbox"].unchecked + .custom_input_label:before {
  border-color: #dc3545;
}

.mp_modal input[type="checkbox"]:checked + label:before {
  border-color: #ff6412;
  background: #ff6412;
}

.mp_modal input[type="radio"]:checked + label:before {
  border: 5px solid #ff6412;
}

.mp_modal .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp_modal .btn_wrap .btn {
  margin: 0 7px;
  width: 150px;
}

.mp_modal .btn_wrap .btn:active,
.mp_modal .btn_wrap .btn:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 1px solid transparent;
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 18, 0.25);
}

/* 네이버 아이디 로그인 안내 */
.link_modal {
  min-width: 420px;
}

.link_modal .modal_title h3 {
  padding: 30px 0 0 !important;
  margin: 0 0 24px !important;
}

.link_modal .modal-desc {
  margin-top: 30px;
  margin-bottom: 17px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.link_modal .modal_content {
  margin: 0 !important;
}

.link_modal .modal_content .user-radio-wrap {
  font-size: 14px;
}

.link_modal .modal_content .naver-id + .naver-id {
  margin-top: 15px;
}

/* 기본 원형 버튼 스타일 */
.link_modal input[type="radio"] + .custom_input_label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #fff;
  border: 1px solid #9e9e9e;
  box-sizing: border-box;
  border-radius: 50%;
}

/* 체크됐을 때 */
.link_modal input[type="radio"]:checked + .custom_input_label:before {
  border: 5px solid #ff6412;
}

.link_modal .modal_content .btn_group {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.link_modal .modal_content .btn_group .btn {
  flex: 1;
  font-size: 18px !important;
}

#mail_server_info tbody td,
#mail_server_info tbody th {
  font-size: 20px;
}

#mail_server_info th {
  background: #f7f7f7;
  font-weight: 500;
}

#popup_myservice h5 {
  font-size: 24px;
}

#popup_myservice .form-group:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

#popup_myservice .table-bordered {
  border-top: 2px solid #fff;
  border-bottom-width: 1px;
}

#urgency_counsel .form-group,
#popup_new_counsel .form-group {
  margin-bottom: 30px;
  padding-bottom: 0;
  border: 0;
}

#urgency_counsel .modal_top_info,
#popup_new_counsel .modal_top_info {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

#urgency_counsel .form-group h5,
#popup_new_counsel .form-group h5 {
  font-weight: 400;
}

#urgency_counsel .content,
#popup_new_counsel .content {
  margin-top: 15px;
}

#urgency_counsel .btn_group .custom_input_label,
#popup_new_counsel .btn_group .custom_input_label {
  margin-top: 0;
  font-size: 16px;
}

#popup_new_counsel .btn_group .custom_input_label {
  margin-bottom: 0;
}

#popup_new_counsel #agree_box {
  margin-bottom: 30px;
}

#popup_new_counsel #agree_box .error_text {
  margin: 0 auto;
  width: 282px;
  padding-left: 22px;
  max-width: 100%;
}

#urgency_counsel .form-group.btn_group,
#popup_new_counsel .form-group.btn_group {
  margin-bottom: 0;
}

#urgency_counsel .top_des {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.67;
}

#popup_email_auth .form-group {
  border: 0;
}

#urgency_counsel .form-group .label_text {
  margin-bottom: 0px;
  display: inline-block;
}

#popup_email_auth #timer_text {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 16px;
  color: #f50202;
}

#popup_email_auth #re_auth_btn {
  font-size: 16px;
}

#urgency_counsel input[type="radio"] + .custom_input_label:before {
  top: 4px;
}

#urgency_counsel input[type="checkbox"] + .custom_input_label:before {
  top: 6px;
}

#urgency_counsel .custom_input_label {
  line-height: 26px;
}

.form-group .label_text + .error_text {
  padding-top: 0;
}

/* 999px 이하px */
@media (max-width: 999px) {
  /* 공통영역 */
  .container {
    padding: 0 30px;
  }

  .visible_mo {
    display: block !important;
  }

  .hidden_mo {
    display: none !important;
  }

  .col-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .table tr td,
  .table tr th {
    white-space: nowrap;
  }

  /* //공통영역 */

  /* 상단 네비게이션 */
  .mailplug_nav {
    padding: 17px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 70px;
  }

  .mailplug_nav #nav_menu,
  .mailplug_nav #login_menu {
    display: none;
  }

  .mailplug_nav .container {
    justify-content: space-between;
  }

  #nav_mobile {
    display: flex;
    align-items: center;
  }

  #nav_mobile #service_btn {
    display: block;
    width: 148px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #ff6412;
  }

  #nav_mobile .nav_toggle {
    margin-left: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 28px;
  }

  #nav_mobile .nav_toggle span {
    margin: 4px 0;
    width: 28px;
    height: 2px;
    background: #000;
    transition: all 0.2s ease;
  }

  #nav_mobile .nav_toggle.on .b2 {
    opacity: 0;
  }

  #nav_mobile .nav_toggle.on .b1 {
    transform-origin: left center;
    transform: rotate(45deg);
    width: 29px;
  }

  #nav_mobile .nav_toggle.on .b3 {
    transform-origin: left center;
    transform: rotate(-45deg);
    width: 29px;
  }

  #navbottom_sub_mobile,
  #navbottom_mobile {
    z-index: 1010;
    display: block;
    position: fixed;
    left: 100%;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    padding-bottom: 100px;
    overflow-y: scroll;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.37, 0.02, 0.26, 0.99);
  }

  #navbottom_sub_mobile {
    z-index: 1020;
  }

  #navbottom_mobile::-webkit-scrollbar {
    width: 2px;
  }

  #navbottom_sub_mobile.on,
  #navbottom_mobile.on {
    left: 0;
  }

  #navbottom_sub_mobile .container,
  #navbottom_mobile .container {
    display: block;
  }

  #navbottom_sub_mobile .container {
    padding: 0 10px;
  }

  #navbottom_mobile ul {
    display: block;
  }

  #navbottom_mobile ul li {
    padding: 0;
  }

  #navbottom_mobile ul li a {
    line-height: 60px;
    display: block;
  }

  #navbottom_mobile ul li a .mecca2_gnb_icon {
    right: auto;
    margin-left: 6px;
    top: 20px;
  }

  #navbottom_mobile ul li a .icon.i_chevron_right_mo {
    float: right;
    margin-top: 21px;
  }

  #nav_menu_mobile > li {
    border-bottom: 1px solid #e0e0e0;
  }

  .login_member_mobile > li > a,
  #nav_menu_mobile > li > a {
    display: block;
    font-size: 18px;
    font-weight: 500;
  }

  .mailplug_nav ul li a:hover {
    color: #222;
  }

  #nav_menu_mobile > li.dropdown > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #nav_menu_mobile > li.dropdown .dropdown_menu {
    display: none;
  }

  #nav_menu_mobile .icon {
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon1 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: 1px -100px;
    width: 30px;
    height: 25px;
    top: 22px;
    left: 3px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon2 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -99px -100px;
    width: 30px;
    height: 28px;
    top: 22px;
    left: 1px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon3 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -196px -100px;
    width: 30px;
    height: 30px;
    top: 23px;
    left: 4px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon4 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -248px -100px;
    width: 30px;
    height: 21px;
    top: 25px;
    left: 2px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon5 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -799px -600px;
    width: 30px;
    height: 30px;
    top: 22px;
    left: 3px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon6 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -899px -600px;
    width: 30px;
    height: 29px;
    top: 22px;
    left: 1px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon7 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
    background-repeat: no-repeat;
    background-position: -999px -600px;
    width: 30px;
    height: 24px;
    top: 23px;
    left: 4px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon8 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite_2507.png");
    background-repeat: no-repeat;
    background-position: -799px -699px;
    width: 32px;
    height: 32px;
    top: 25px;
    left: 2px;
  }

  #navbottom_mobile ul li a > .icon.lnb_icon9 {
    background-image: url("https://static.mailplug.com/asset/public/img/sprite_2507.png");
    background-repeat: no-repeat;
    background-position: -200px -1100px;
    width: 30px;
    height: 30px;
  }

  .nav_sub_header {
    padding: 30px 0;
    background: #f7f7f7;
  }

  .nav_sub_header .d-flex {
    align-items: center;
  }

  .nav_sub_header .txt_box {
    padding-left: 40px;
  }

  .nav_sub_header h3 {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .nav_sub_header p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.75;
  }

  .nav_sub_header a.more_btn {
    display: inline-block;
    padding: 15px 20px;
    color: #222;
    font-size: 18px;
    border: 1px solid #d4d4d4;
    text-align: center;
    background: #fff;
  }

  .nav_sub_header a.more_btn .icon {
    margin-left: 3px;
    position: relative;
    top: 1px;
  }

  .nav_sub_content {
    padding-top: 20px;
  }

  .nav_sub_content .nav_sub_li {
    display: block;
  }

  .nav_sub_content .nav_sub_li li {
    border-bottom: 1px solid #e0e0e0;
  }

  .nav_sub_content .nav_sub_li li a {
    display: inline-block;
    padding: 20px 50px;
    color: #9e9e9e;
  }

  .nav_sub_content .nav_sub_li li a span {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    min-width: 110px;
    font-weight: 500;
  }

  .nav_on .navbar_backdrop {
    top: 70px;
  }

  /* //상단 네비게이션 */

  /* 하단 푸터 */
  .footer_wrap .container > .row > div {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .footer-logo {
    margin: 0px auto 15px;
  }

  .footer_wrap .link {
    margin-bottom: 20px;
    line-height: 1;
  }

  .footer_wrap .link li a,
  .footer_wrap .info li {
    font-size: 16px;
    color: #9c9c9c;
  }

  .footer_wrap .link li a {
    color: #222;
  }

  .footer_wrap .info,
  .footer_wrap .info li {
    line-height: 25px;
  }

  /* //하단 푸터 */
}

/* 767px 이하px */
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .visible_xs {
    display: block !important;
  }

  #nav_mobile #service_btn {
    width: 135px;
    font-size: 16px;
  }

  #nav_mobile .nav_toggle {
    margin-left: 20px;
  }

  .nav_sub_header .txt_box {
    padding-left: 30px;
  }

  .footer_wrap .link {
    margin-bottom: 15px;
  }

  .footer_wrap .link li a,
  .footer_wrap .info li {
    font-size: 14px;
    line-height: 25px;
  }

  .nav_sub_header h3 {
    font-size: 20px;
  }

  .nav_sub_content .nav_sub_li li a span,
  .nav_sub_content .nav_sub_li li a,
  .nav_sub_header a.more_btn,
  .nav_sub_header p {
    font-size: 16px;
  }

  .nav_sub_content .nav_sub_li li a {
    padding: 15px 40px;
    line-height: 1.75;
  }

  .nav_sub_content .nav_sub_li li a span {
    margin-bottom: 5px;
  }

  .nav_sub_content {
    padding: 0;
  }
}

/* 고객센터 전화상담 팝업 */
.modal-content {
  color: #222;
}

@media screen and (max-width: 499px) {
  .custom_radio label .nowrap {
    white-space: pre-wrap;
  }
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  border-radius: 0;
}

.pop_pad {
  padding: 0;
}

.mp_point {
  font-size: 1.125rem;
}

.pop_header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.pop_header h2 {
  margin: 0 0 30px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.pop_header:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -40px;
  background: #e0e0e0;
  height: 1px;
  width: 40px;
}

.pop_header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -40px;
  background: #e0e0e0;
  height: 1px;
  width: 40px;
}

.pop_cont {
  width: 100%;
  padding: 20px 0;
}

.pop_cont .popup_table {
  width: 100%;
}

.pop_cont .popup_table th {
  display: block;
  padding: 0.875rem 0 0.875rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.pop_cont .popup_table th.service_tit {
  padding: 0 0 0.875rem;
}

.pop_cont .popup_table td {
  display: block;
  font-size: 1.25rem;
}

.pop_cont .popup_table td .check_box:first-child {
  margin-bottom: 1.25rem;
}

.pop_cont .popup_table td .check_box ul li {
  white-space: nowrap;
}

.pop_cont .popup_table td .check_box ul li:first-child {
  float: left;
  width: 55%;
  margin-right: 1.875rem;
}

.pop_cont label {
  margin-bottom: 0;
}

#popup_counsel_tel .privarcy_bottom {
  margin: 0;
}

/*  로딩이미지 시작 */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10000000;
}

#loader .overlay_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#loader .loading_logo .mailplug_logo {
  display: block;
  width: 182px;
  height: 46px;
  background: url("https://static.mailplug.com/asset/public/img/01_mailplug_logo.svg")
    left top no-repeat;
  background-size: contain;
}

#loader .spinner .lds-ellipsis div {
  background-color: #ff6412;
}

/*  로딩이미지 끝 */

/* swal alert  */
.swal2-icon.swal2-warning {
  border-color: #fd7e14 !important;
  color: #fd7e14 !important;
}

.swal2-styled.swal2-confirm {
  background: #ff6612 !important;
  box-shadow: none !important;
}

.swal2-loader {
  border-color: #ff6612 transparent #ff6612 transparent;
}

/* snb */
.sub_snb {
  border-bottom: 1px solid #e0e0e0;
}

.sub_snb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 70px;
}

#body_layout[data-responsive="pc"] .sub_snb ul {
  display: flex !important;
}

.sub_snb ul li {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
}

.sub_snb ul li.on {
  color: #ff6412;
}

/* 원격 지원 Modal */
.modal-dialog-centered {
  justify-content: center;
}

.pop_cont.remote_support {
  padding: 0;
}

.remote_support_wrap h2 {
  position: relative;
  padding: 0 0 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
}

.remote_support_wrap h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -40px;
  background: #d9d9d9;
  height: 1px;
  width: 40px;
}

.remote_support_wrap h2:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -40px;
  background: #d9d9d9;
  height: 1px;
  width: 40px;
}

.remote_support_wrap > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 40px -5px 7px;
}

.remote_support_wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 26px;
}

.remote_support_wrap .sub_title {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.remote_support_wrap .agree_box {
  margin: 5px 0 15px;
  padding: 26px 30px 33px;
  font-size: 16px;
  background-color: #f7f7f7;
}

.remote_support_wrap .agree_box span {
  font-size: 16px;
  font-weight: 500;
}

.remote_support_wrap label {
  width: fit-content !important;
  padding-left: 25px !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 20px;
}
.remote_support_wrap input[type="checkbox"] + .custom_input_label:before {
  width: 20px;
  height: 20px;
  padding-top: 3px;
  font-size: 20px;
}

.remote_support_wrap .error_text {
  line-height: 18px;
}

.remote_support_wrap input[type="email"] {
  padding: 0 12px;
}

.remote_support_wrap input[type="email"]::placeholder {
  color: rgba(73, 80, 87, 0.8) !important;
}

.remote_support_wrap .remote_btn-wrap {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.remote_support_wrap .remote_btn-wrap a,
.remote_support_wrap .remote_btn-wrap button {
  display: inline-block;
  width: 150px;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  border: 1px solid #d4d4d4;
  line-height: 60px;
}

.remote_support_wrap .remote_btn-wrap a {
  border: 0;
}

.icon.i_modal_close {
  background-image: url("https://static.mailplug.com/asset/public/img/sprite.png");
}

@media screen and (max-width: 999px) {
  .remote_support_wrap h2 {
    font-size: 20px;
  }

  .remote_support_wrap .sub_title {
    font-size: 16px;
  }

  .remote_support_wrap p {
    font-size: 14px;
    line-height: 24px;
  }

  .remote_support_wrap .agree_box,
  .remote_support_wrap .agree_box span,
  .remote_support_wrap label,
  .remote_support_wrap input[type="email"],
  .remote_support_wrap input[type="email"]::placeholder,
  .remote_support_wrap .remote_btn-wrap a,
  .remote_support_wrap .remote_btn-wrap button {
    font-size: 14px !important;
  }
}

/* swal con */
#body_layout .swal2-header span,
#body_layout .swal2-header {
  font-size: 16px;
}

/* 999px 이하 */
@media (max-width: 999px) {
  #body_layout {
    padding-top: 70px;
  }

  .sub_snb {
    position: relative;
    height: 60px;
    border-top: 1px solid #e0e0e0;
  }

  .sub_snb #active_menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    line-height: 60px;
  }

  .sub_snb #active_menu .menu_name {
    font-size: 20px;
  }

  .sub_snb ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    z-index: 1000;
    height: auto;
    border-bottom: 1px solid #e0e0e0;
  }

  .sub_snb ul li {
    margin: 30px;
  }

  .sub_snb ul li.on {
    color: initial;
  }
}

/* 767px 이하 */
@media (max-width: 767px) {
  .sub_snb ul li {
    margin: 30px 15px;
  }

  .mp_modal .modal-content {
    margin: 0 5px;
  }

  #urgency_counsel .form-group #agree_box .label_text,
  .form-group #agree_box .label_text {
    font-size: 14px;
  }
}

/* 그룹웨어 홈페이지 */
/* header-nav */
.gw_pc {
  display: block;
}

.gw_res {
  display: none;
}

.gw_mo {
  display: none;
}

.container2 {
  width: 1500px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.mailplug_nav.gw_nav {
  height: 80px;
  padding: 0px 0 20px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #fff;
  /* transition: all .3s ease; */
  top: 0;
}

.mailplug_nav.gw_nav.isSubMenu {
  border-bottom: 1px solid rgba(224, 224, 224);
}

.isBanner .mailplug_nav.gw_nav {
  /* top: 79px; */
}

/* .isSub .mailplug_nav.gw_nav{border-bottom: 1px solid rgb(224, 224, 224);} */
.mailplug_nav.gw_nav .navbar-logo {
  height: 55px;
  width: 115px;
  background-image: url("https://static.mailplug.com/asset/bizmail/img/gw-logo.svg");
  background-size: 115px auto;
  margin-top: 7px;
}

.mailplug_nav.gw_nav #nav_menu {
  padding-left: 90px;
  margin-top: -2px;
}

.mailplug_nav.gw_nav #nav_menu ul li {
  /* padding: 0 30px 0 40px; */
  /* padding: 45px 30px 35px 40px; */
  padding: 0;
}

/* .mailplug_nav.gw_nav #nav_menu>ul>li:nth-child(1), */
.mailplug_nav.gw_nav #nav_menu > ul > li:nth-child(2) {
  width: 160px;
}

.mailplug_nav.gw_nav #nav_menu > ul > li:nth-child(1),
.mailplug_nav.gw_nav #nav_menu > ul > li:nth-child(4),
.mailplug_nav.gw_nav #nav_menu > ul > li:nth-child(5) {
  width: 143px;
}

.mailplug_nav.gw_nav #nav_menu > ul > li:nth-child(3) {
  width: 121px;
}

.mailplug_nav.gw_nav #nav_menu ul li a {
  font-size: 20px;
  color: #000;
  position: relative;
  padding: 30px 30px 30px 40px;
  display: block;
}

.mailplug_nav.gw_nav #nav_menu ul li a .icon.icon_arrow {
  position: absolute;
  top: 54px;
  right: 16px;
  background-position: -200px 0px;
  width: 8px;
  height: 4px;
}

.mailplug_nav.gw_nav #nav_menu ul li.focus a .icon.icon_arrow,
.mailplug_nav.gw_nav #nav_menu ul li.hovered a .icon.icon_arrow {
  background-position: -700px -200px;
}

.mailplug_nav.gw_nav #nav_menu ul li a .mecca2_gnb_icon {
  top: 31px;
  right: 4px;
}

.mailplug_nav.gw_nav #nav_menu ul li:hover > a,
.mailplug_nav.gw_nav #nav_menu ul li > a:hover,
.mailplug_nav.gw_nav #nav_menu ul li.focus > a,
.mailplug_nav.gw_nav #nav_menu ul li.on > a {
  color: #ff6412;
  font-weight: bold;
}

.mailplug_nav.gw_nav #nav_menu > ul > li > a::after {
  content: "";
  display: none;
  width: calc(100% - 70px);
  height: 2px;
  background: #ff6412;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}

.mailplug_nav.gw_nav #nav_menu ul li.on > a::after,
.mailplug_nav.gw_nav #nav_menu ul li.focus > a::after {
  display: block;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0;
  text-align: center;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  display: none;
  background: #fff;
  /* border-top: 1px solid #e0e0e0; */
  /* z-index: 1; */
}

.mailplug_nav.gw_nav #nav_menu ul li.focus > .menu_dropdown {
  display: block;
}

.mailplug_nav.gw_nav #nav_menu ul li.hovered > .menu_dropdown {
  display: block;
}

.mailplug_nav.gw_nav #nav_menu ul li.hovered > .menu_dropdown {
  z-index: 2;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav {
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  /* gap: 70px; */
  padding-left: 250px;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav > li {
  padding: 0 0 0 5px;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav li + li {
  margin-left: 65px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(1)
  > .menu_dropdown
  .nav
  > li:nth-child(1),
.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(1)
  > .menu_dropdown
  .nav
  > li:nth-child(2) {
  width: 69px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(2)
  > .menu_dropdown
  .nav
  > li:nth-child(1) {
  width: 77px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(2)
  > .menu_dropdown
  .nav
  > li:nth-child(2) {
  width: 89px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(2)
  > .menu_dropdown
  .nav
  > li:nth-child(3) {
  width: 92px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(2)
  > .menu_dropdown
  .nav
  > li:nth-child(4) {
  width: 92px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(3)
  > .menu_dropdown
  .nav
  > li:nth-child(1) {
  width: 37px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(3)
  > .menu_dropdown
  .nav
  > li:nth-child(2) {
  width: 108px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(3)
  > .menu_dropdown
  .nav
  > li:nth-child(3) {
  width: 123px;
}

.mailplug_nav.gw_nav
  #nav_menu
  ul
  li:nth-child(3)
  > .menu_dropdown
  .nav
  > li:nth-child(4) {
  width: 108px;
}

.mailplug_nav.gw_nav #nav_menu .features ul li {
  width: auto !important;
}

.mailplug_nav.gw_nav #nav_menu .features ul li ~ li {
  margin-left: 75px !important;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav > li a {
  font-size: 18px;
  padding: 0;
  color: #222;
  cursor: pointer;
  line-height: 60px;
  /* border-bottom: 2px solid transparent; */
  display: inline-block;
  /* margin-bottom: -1px; */
  letter-spacing: 0;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav > li a:hover {
  color: #ff6412;
}

.mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav > li.focus a {
  color: #ff6412;
}

/* header-menu */
.container2 #hb_menu {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.container2 #hb_menu .navbar_backdrop {
  top: 0;
  z-index: 1100;
  animation-name: dimmed;
  animation-duration: 0.8s;
}

@keyframes dimmed {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.container2 #hb_menu .btn_menu {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("https://static.mailplug.com/asset/bizmail/img/sprite-gw.png")
    no-repeat 18px 18px;
}

.container2 #hb_menu .hb_wrap {
  position: fixed;
  top: -1px;
  right: -100%;
  width: 600px;
  background: #fff;
  z-index: 1101;
  transition: all 0.8s;
  bottom: 0px;
}

.container2 #hb_menu.nav_on .hb_wrap {
  right: 0;
}

.container2 #hb_menu .hb_wrap .hb_inner {
  padding: 35px 0 0 60px;
  height: 100%;
}

.container2 #hb_menu .hb_wrap .hb_inner .btn_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-right: 60px;
}

.container2 #hb_menu .hb_wrap .hb_inner .btn_wrap .navbar-logo {
  width: 90px;
  height: 37px;
  background-size: contain;
  margin-top: 1px;
}

.container2 #hb_menu .hb_wrap .hb_inner .btn_wrap .btn_close {
  display: iline-block;
  width: 30px;
  height: 30px;
  background: url("https://static.mailplug.com/asset/bizmail/img/sprite-gw.png")
    no-repeat -96px 4px;
  margin-top: 1px;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 142px);
  margin-right: calc((100vw - 1500px) / 2);
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap {
  display: flex;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap ul {
  display: block;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap li {
  line-height: 1.25;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu {
  position: relative;
  margin-right: 110px;
  font-size: 32px;
  font-weight: #9e9e9e;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu li {
  width: 222px;
  padding: 0;
  font-weight: 500;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu li ~ li {
  margin-top: 50px;
}

/* .container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu > li:hover > a, */
.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu > li.focus > a {
  position: relative;
  color: #222;
  font-weight: 700;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  > li.focus
  > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 3px;
  background-color: #ff6412;
  z-index: -1;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu a {
  font-size: 28px;
  color: #9e9e9e;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  .gw_icon.icon_arrow {
  width: 12px;
  height: 20px;
  background-position: -400px -1300px;
  margin-left: 6px;
  opacity: 0;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  .focus
  .gw_icon.icon_arrow,
.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  .hovered
  .gw_icon.icon_arrow {
  background-position: -300px -1300px;
  opacity: 1;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  a
  .mecca2_gnb_icon {
  top: 11px;
  right: -24px;
}

.container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu li .sub_menu {
  display: none;
  position: absolute;
  right: -100%;
  top: -7px;
  bottom: 0;
  background: #fff;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  li.focus
  > .sub_menu {
  display: block;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  li.hovered
  > .sub_menu {
  display: block;
  z-index: 11;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  li
  .sub_menu
  li
  ~ li {
  margin-top: 25px;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  li
  .sub_menu
  li
  a {
  font-size: 18px;
  color: #222;
}

.container2
  #hb_menu
  .hb_wrap
  .hb_inner
  .menu_wrap
  .main_menu
  li
  .sub_menu
  li
  a:hover {
  color: #ff6412;
  font-weight: 700;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_footer {
  margin-bottom: 16px;
  line-height: 1.25;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_footer li {
  padding: 0;
  line-height: 46px;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_footer li ~ li {
  padding-left: 30px;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_footer li a {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_footer li.chat a {
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 46px;
  background: #ff6412;
  border-radius: 22px;
}

/* 햄버거메뉴 스크롤바 */
.container2 #hb_menu .hb_wrap .hb_inner .hb_bottom::-webkit-scrollbar {
  background: none;
  width: 5px;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_bottom::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  width: 5px;
  border-radius: 0px;
}

.container2 #hb_menu .hb_wrap .hb_inner .hb_bottom::-webkit-scrollbar-track {
  background: #ececec;
}

/* footer */
.footer_wrap.gw_footer {
  padding: 40px 0;
}

.footer_wrap.gw_footer .footer_link li {
  padding: 0 30px;
}

.footer_wrap.gw_footer .footer_link li:first-child {
  padding-left: 0;
}

.footer_wrap.gw_footer .footer_info li {
  margin-right: 30px;
  font-size: 16px;
}

.footer_wrap.gw_footer .bottom_con .footer_cert {
  justify-content: flex-start;
  margin-left: 155px;
}

.footer_wrap.gw_footer .bottom_con .footer_cert .item ~ .item {
  margin-left: 40px;
}

.footer_wrap.gw_footer .bottom_con .footer_cert .item p {
  padding-left: 7px;
}

.sitemap_wrap {
  padding: 0 15px;
  border-top: 1px solid #e0e0e0;
}

.sitemap_wrap .container {
  padding: 80px 0 120px;
  max-width: 1500px;
  width: 100%;
}

.sitemap_wrap .sitemap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.sitemap_wrap .sitemap .item .tit {
  margin-bottom: 29px;
}

.sitemap_wrap .sitemap .item .tit .text {
  font-size: 16px;
  color: #555;
}

.sitemap_wrap .sitemap .item .tit .icon {
  display: none;
  width: 16px;
  height: 9px;
  background: url("https://static.mailplug.com/asset/bizmail/img/sprite-gw.png")
    no-repeat -501px -500px;
}

.sitemap_wrap .sitemap .item .li-link > li {
  margin-top: 18px;
}

.sitemap_wrap .sitemap .item .li-link > li:first-child {
  margin: 0;
}

.sitemap_wrap .sitemap .item .li-link > li a {
  font-size: 16px;
  color: #222;
}

.sitemap_wrap .sitemap .item .li-link > li a:hover,
.sitemap_wrap .sitemap .item .li-link > li a:focus {
  color: #ff6412;
}

.sitemap_wrap .sitemap .item .li-link > li a .icon {
  background: url("https://static.mailplug.com/asset/bizmail/img/sprite-gw.png")
    no-repeat -1px -700px;
  width: 13px;
  height: 13px;
  margin-left: 9px;
}

.sitemap_wrap .sitemap .item .li-link > li a .badge {
  font-size: 16px;
  color: #ff6412;
  font-weight: 500;
  line-height: 29px;
  width: 83px;
  border-radius: 50px;
  background: #ffefe7;
  margin-left: 15px;
}

.sitemap_wrap .sitemap .item .li-link > li:nth-child(2) a .icon {
  margin-left: 3px;
}

.sitemap_wrap .sitemap .item .li-link > li:nth-child(3) a .icon {
  margin-left: 4px;
}

/* voucher 2023 banner */
#voucher_banner {
  background: #ffefe7;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#voucher_banner.gw_voucher {
  /* position: static; */
  position: fixed;
}

.isBanner #voucher_banner.gw_voucher {
  /* position: fixed; */
}

#voucher_banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  padding: 13px 0;
  position: relative;
}

#voucher_banner a:hover {
  text-decoration: none;
}

#voucher_banner a .img-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

#voucher_banner a .img-box span {
  font-size: 16px;
  font-weight: bold;
  color: #1f2328;
}

#voucher_banner a .img-box span.mp-color {
  color: #ff6412;
}

#retry * {
  font-family: "Noto Sans KR", "Malgun Gothic", "Dotum", "Arial", sans-serif !important;
  letter-spacing: -0.03em !important;
  word-break: keep-all;
}

#retry .se1 {
  padding: 90px 0 278px;
}

#retry .se1 .container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}

#retry img[alt="mailplug"] {
  display: block;
  width: 200px;
  margin: 0 auto 40px;
}

#retry .quote {
  margin: 0px 0 40px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
}

#retry .box {
  padding: 43px 0;
  background: #f7f7f7;
  text-align: center;
  margin: 0 auto 40px;
  border-radius: 3px;
}

#retry .box .small_quote {
  font-size: 20px;
  line-height: 1.5;
  color: #9e9e9e;
}

#retry .box .small_quote .emp {
  color: var(--mp-color);
  font-weight: 700;
  font-size: inherit;
}

#retry .btn_wrap {
  text-align: center;
}

#retry .btn_wrap .btn {
  border-radius: 6px;
  background: var(--mp-color);
  color: #fff;
  border: 0;
  width: 200px;
  line-height: 70px;
  font-size: 18px;
  padding: 0;
}

/* 그룹웨어 홈페이지 반응형 */
/* 1499px */
@media screen and (max-width: 1499px) {
  .gw_pc {
    display: none;
  }

  .gw_res {
    display: block;
  }

  .container2 {
    padding: 0;
  }

  .mailplug_nav.gw_nav {
    height: 70px;
    padding: 5px 20px 11px;
    border-bottom: 1px solid #fff;
  }

  .mailplug_nav.gw_nav #nav_menu {
    display: none;
  }

  .mailplug_nav.gw_nav .navbar-logo {
    width: 90px;
    height: 37px;
    background-size: contain;
  }

  #voucher_banner {
    background: #ffefe7;
  }

  #voucher_banner a .img-box {
    justify-content: flex-start;
    gap: 13px;
    width: auto;
    margin-right: 0;
  }

  #voucher_banner a .close_today {
    top: 10px;
  }

  /* 햄버거 메뉴 */
  .container2 #hb_menu .hb_wrap {
    width: 400px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner {
    padding: 0;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .btn_wrap {
    padding: 23px 20px 0px 21px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .btn_wrap .navbar-logo {
    width: 90px;
    height: 37px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .hb_bottom {
    height: calc(100vh - 100px);
    margin-right: 30px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .menu_wrap {
    padding: 23px 21px 0 21px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu li {
    width: 185px;
    padding: 0;
    padding-right: 15px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu li ~ li {
    margin-top: 50px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu,
  .container2 #hb_menu .hb_wrap .hb_inner .menu_wrap .main_menu a {
    font-size: 24px;
  }

  .container2
    #hb_menu
    .hb_wrap
    .hb_inner
    .menu_wrap
    .main_menu
    .gw_icon.icon_arrow {
    display: none;
  }

  .mailplug_nav.gw_nav #nav_menu ul li a,
  .container2 #hb_menu .hb_wrap .hb_inner .hb_footer li a,
  .container2
    #hb_menu
    .hb_wrap
    .hb_inner
    .menu_wrap
    .main_menu
    li
    .sub_menu
    li
    a {
    font-size: 16px;
  }

  .mailplug_nav.gw_nav #nav_menu ul li > .menu_dropdown .nav > li a {
    font-size: 14px;
  }

  .container2 #hb_menu .hb_wrap .hb_inner .hb_footer {
    padding-left: 21px;
  }

  .container2
    #hb_menu
    .hb_wrap
    .hb_inner
    .menu_wrap
    .main_menu
    a
    .mecca2_gnb_icon {
    top: 6px;
  }

  /* footer */
  .footer_wrap.gw_footer {
    padding: 30px 0;
  }

  /* .footer_wrap.gw_footer .row{flex-direction: column;align-items: center;} */
  .footer_wrap.gw_footer .row > div {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
    text-align: center;
  }

  .footer_wrap.gw_footer .row .right_con,
  .footer_wrap.gw_footer .row .left_con {
    flex: 0 0 155px;
    flex-basis: 100%;
  }

  .footer_wrap.gw_footer .row .left_con .footer-logo {
    margin: 0;
  }

  .footer_wrap.gw_footer .row .footer_link {
    justify-content: center;
    margin: 30px 0;
  }

  .footer_wrap.gw_footer .row .footer_link .gw_pc + li::before {
    display: none;
  }

  .footer_wrap.gw_footer .row .footer_info {
    margin-bottom: 25px;
    text-align: center;
  }

  .footer_wrap.gw_footer .footer_link li a,
  .footer_wrap.gw_footer .footer_info li {
    font-size: 14px;
  }

  .footer_wrap.gw_footer .row .footer_info li {
    padding: 0 30px;
    margin: 0;
  }

  .footer_wrap.gw_footer .row .footer_info .address {
    padding: 0 10px;
  }

  .footer_wrap.gw_footer .row .right_con .sns_li {
    justify-content: center;
    margin-top: 25px;
  }

  .footer_wrap.gw_footer .row .bottom_con .footer_cert {
    justify-content: center;
    flex-wrap: wrap;
    width: 480px;
    margin: 0 auto;
  }

  .footer_wrap.gw_footer .row .bottom_con .footer_cert .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    margin: 40px 0 0;
  }

  .footer_wrap.gw_footer .row .bottom_con .footer_cert .item p {
    margin-top: 15px;
    padding: 0;
    text-align: center;
  }

  .sitemap_wrap {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sitemap_wrap .container {
    max-width: 800px;
    padding: 0;
  }

  .sitemap_wrap .sitemap {
    display: block;
  }

  .sitemap_wrap .sitemap .item {
    border-bottom: 1px solid #e0e0e0;
  }

  .sitemap_wrap .sitemap .item.on {
  }

  .sitemap_wrap .sitemap .item .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    margin: 0;
    cursor: pointer;
  }

  .sitemap_wrap .sitemap .item .tit .text {
    color: #222;
    font-size: 0.875rem;
    font-size: 14px;
  }

  .sitemap_wrap .sitemap .item .tit .icon {
    display: block;
  }

  .sitemap_wrap .sitemap .item.on .tit .icon {
    background: url("https://static.mailplug.com/asset/bizmail/img/sprite-gw.png")
      no-repeat -501px -600px;
  }

  .sitemap_wrap .sitemap .item .li-link {
    display: none;
  }

  .sitemap_wrap .sitemap .item.on .li-link {
    display: flex;
    gap: 10px 40px;
    padding-bottom: 19px;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .sitemap_wrap .sitemap .item .li-link > li {
    margin: 0;
  }

  .sitemap_wrap .sitemap .item .li-link > li.br {
    display: block;
  }

  .sitemap_wrap .sitemap .item .li-link > li a {
    color: #555;
    font-size: 14px;
    position: relative;
  }

  .sitemap_wrap .sitemap .item .li-link > li a .badge {
    font-size: 14px;
    position: absolute;
    top: -3px;
    margin-left: 5px;
    line-height: 1;
    padding: 4px 9px;
    width: 67px;
  }

  #voucher_banner a .img-box img {
    max-width: min(90vw, 510px);
  }
}

/* 1000px */
@media screen and (max-width: 1000px) {
  #retry {
  }

  #retry .se1 {
    padding-top: 50px;
  }

  #retry .se1 .container {
  }

  #retry img[alt="mailplug"] {
  }

  #retry .quote {
    font-size: 28px;
  }

  #retry .box {
    padding: 21px 10px;
  }

  #retry .btn_wrap {
  }

  #retry .btn_wrap .btn {
  }
}

/* 999px */
@media screen and (max-width: 999px) {
  .family_site {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 35px;
  }

  .family_site .current,
  .family_site ul li a {
    /* font-size: 14px; */
    text-align: left;
  }

  #retry .box .small_quote {
    font-size: 18px;
  }
}

@media (max-width: 1499px) {
  .footer_wrap.gw_footer .family_site .current,
  .footer_wrap.gw_footer .family_site ul li a {
    font-size: 14px;
  }
}

@media (min-width: 1000px) and (max-width: 1499px) {
  .footer_wrap.gw_footer .family_site {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 35px;
  }
}

/* 799px */
@media screen and (max-width: 799px) {
  .container2 #hb_menu .hb_wrap {
    width: 400px;
  }

  .sitemap_wrap {
    padding: 0;
  }

  .sitemap_wrap .item {
    padding: 0 15px;
  }

  #voucher_banner .gw_res {
    display: none;
  }

  #voucher_banner .gw_mo {
    display: block;
  }

  #voucher_banner a .img-box {
    gap: 15px;
  }

  #voucher_banner a .close_today {
    top: 8px;
    right: 10px;
  }

  #voucher_banner a .close_today span.text {
    display: none;
  }

  #voucher_banner a .close_today span.close_btn {
    font-size: 20px;
    padding-top: 3px;
  }
}

/* 햄버거 메뉴 스크롤 */
@media (max-height: 890px) {
  .container2 #hb_menu .hb_wrap .hb_inner {
    overflow-y: auto;
  }
}

/* @media (max-width: 1499px) and (max-height: 573px) {
   .container2 #hb_menu .hb_wrap .hb_inner .hb_bottom{overflow-y: scroll;overflow-x: hidden;}
} */
/* 499px */
@media (max-width: 499px) {
  .footer_wrap.gw_footer .row .bottom_con .footer_cert {
    width: 100%;
  }

  .container2 #hb_menu .hb_wrap {
    width: 100%;
  }

  #voucher_banner a {
    position: relative;
  }

  #voucher_banner a .close_today {
    top: 8px;
    right: 8px;
  }

  #voucher_banner a .close_today .text {
    display: none;
  }

  #voucher_banner a .close_today span.close_btn {
    margin: 0;
  }
}
