@charset "UTF-8";
:root {
  --hadm-black: #05141f;
  --cool-gray-20: #cdd0d2;
}
body,
input,
select,
textarea,
button {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  letter-spacing: -0.02em;
}
html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
select {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.header-hmg-common {
  position: relative;
  min-width: 960px;
  width: 100%;
  background-color: #fff;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 0px 3px 5px rgba(108, 108, 108, 0.1);
  box-shadow: 0px 3px 5px rgba(108, 108, 108, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 101;
  font-size: 0;
}

.header-hmg-common .header-hmg-common__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 14px;
}

.header-hmg-common .header-hmg-common__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-hmg-common .header-hmg-common__section:first-child {
  min-width: 200px;
  margin-right: 30px;
  padding-right: 322px;
}

.header-hmg-common .header-hmg-common__section + .header-hmg-common__section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-hmg-common .header-hmg-common__section .header-hmg-common__section_inner {
  width: 100%;
}

.header-hmg-common .header-hmg-common__section .header-hmg-common__section_inner:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-hmg-common .header-hmg-common__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 100%;
  max-width: 970px;
  height: 32px;
}

.header-hmg-common .header-hmg-common__logo .header-hmg-common__lnk {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 910px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4px;
  color: #05141f;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-hmg-common .header-hmg-common__logo .header-hmg-common__lnk img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-hmg-common .header-hmg-common__logo .header-hmg-common__lnk + .header-hmg-common__ico-badge,
.header-hmg-common .header-hmg-common__logo .header-hmg-common__lnk + .header-hmg-common__partner {
  margin-left: 6px;
}

.header-hmg-common .header-hmg-common__logo + .header-hmg-common__dropdown-system {
  margin-left: 18px;
}

.header-hmg-common .header-hmg-common__partner {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #05141f;
}

.header-hmg-common .header-hmg-common__partner + .header-hmg-common__ico-badge {
  margin-left: 6px;
}

.header-hmg-common .header-hmg-common__ico-badge {
  display: inline-block;
  padding: 0 8px;
  height: 20px;
  border: 1px solid #ea0029;
  border-radius: 100px;
  font-size: 13px;
  line-height: 18px;
  color: #ea0029;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-hmg-common .header-hmg-common__login-state-btn,
.header-hmg-common .header-hmg-common__system-dropdown-btn,
.header-hmg-common .header-hmg-common__dropdown-btn,
.header-hmg-common .header-hmg-common__dropdown-btn-top {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.header-hmg-common .header-hmg-common__system-dropdown-btn {
  text-decoration: none;
  color: #05141f;
}

.header-hmg-common .chk_box {
  position: relative;
  display: inline-block;
}

.header-hmg-common .chk_box .inp_chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  letter-spacing: -0.02em;
}

.header-hmg-common .chk_box .inp_chk:checked + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%2305141F' stroke='%2305141F'/%3E%3Cpath d='M3.332 7.751L6.145 11l6.187-6' stroke='%23fff' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common .chk_box .inp_chk:checked:disabled + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23CDD0D2' stroke='%23CDD0D2'/%3E%3Cpath d='M3.332 7.751L6.145 11l6.187-6' stroke='%23fff' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common .chk_box .inp_chk:disabled {
  pointer-events: none;
}

.header-hmg-common .chk_box .inp_chk:disabled + .lbl {
  cursor: default;
}

.header-hmg-common .chk_box .inp_chk:disabled + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F2F4F6' d='M0 0h16v16H0z'/%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23F2F4F6' stroke='%23CDD0D2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common .chk_box .inp_chk.error + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23fff' stroke='%23EA0029'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common .chk_box .lbl {
  cursor: pointer;
}

.header-hmg-common .chk_box .lbl:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='%23fff'/%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' stroke='%2305141F' stroke-opacity='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common .header-hmg-common__tag {
  display: inline-block;
}

.header-hmg-common .header-hmg-common__tag .tooltip-hmg-common {
  display: none;
}

.header-hmg-common .header-hmg-common__tag .tooltip-hmg-common .tag_list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-hmg-common .header-hmg-common__has-tooltip-hover-event {
  position: relative;
}

.header-hmg-common .header-hmg-common__has-tooltip-hover-event[data-tooltip='true']:hover .tooltip-hmg-common,
.header-hmg-common .header-hmg-common__has-tooltip-hover-event[data-tooltip='true']:focus .tooltip-hmg-common {
  display: block;
}

.header-hmg-common .header-hmg-common__tag-label {
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  min-height: 20px;
  background: #dde7c4;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #5d7d2b;
  letter-spacing: -0.02px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.header-hmg-common .header-hmg-common__tag-label:hover,
.header-hmg-common .header-hmg-common__tag-label:focus {
  text-decoration: underline;
  text-underline-position: under;
}

.header-hmg-common .tag_list,
.header-hmg-common .tag_name {
  padding: 0;
  letter-spacing: -0.02em;
  list-style: none;
}

.header-hmg-common .header-hmg-common__login-state {
  display: inline-block;
  margin-right: 24px;
}

.header-hmg-common .header-hmg-common__login-state .header-hmg-common__login-state-btn {
  min-width: 158px;
  padding: 6px 14px 6px 10px;
  border-radius: 16px;
  background-color: #f1f5e8;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-hmg-common .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-time,
.header-hmg-common .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-txt {
  display: inline-block;
  line-height: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.header-hmg-common .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-time {
  font-size: 14px;
  color: #5d7d2b;
}

.header-hmg-common .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-time:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml, %3Csvg width='18' height='18' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.836 6.398a5.625 5.625 0 11-2.106-1.49' stroke='%235D7D2B' stroke-width='1.35'/%3E%3Cpath d='M8.537 1.91l2.796 2.796L8.537 7.5' stroke='%235D7D2B' stroke-width='1.35' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  vertical-align: middle;
  content: '';
}

.header-hmg-common .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-txt {
  position: relative;
  top: -1px;
  padding-left: 12px;
  font-size: 12px;
  color: #37434c;
  letter-spacing: -0.28px;
  text-decoration: underline;
  text-underline-position: under;
}

.header-hmg-common .header-hmg-common__login-state.header-hmg-common__login-state-notice .header-hmg-common__login-state-btn {
  background-color: #fef5f6;
}

.header-hmg-common .header-hmg-common__login-state.header-hmg-common__login-state-notice .header-hmg-common__login-state-time {
  color: #ea0029;
}

.header-hmg-common .header-hmg-common__login-state.header-hmg-common__login-state-notice .header-hmg-common__login-state-time:before {
  background-image: url("data:image/svg+xml, %3Csvg width='18' height='18' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.836 6.398a5.625 5.625 0 11-2.106-1.49' stroke='%23EA0029' stroke-width='1.35'/%3E%3Cpath d='M8.537 1.91l2.796 2.796L8.537 7.5' stroke='%23EA0029' stroke-width='1.35' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

.header-hmg-common + .container {
  margin-top: 58px;
}

.header-hmg-common .header-hmg-common__dropdown {
  display: inline-block;
  position: relative;
}

.header-hmg-common .header-hmg-common__dropdown.is_open .header-hmg-common__dropdown-btn-top:before {
  border-color: #05141f;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown.is_open .header-hmg-common__dropdown-btn-top:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-hmg-common .header-hmg-common__dropdown.is_open .header-hmg-common__dropdown-box {
  display: block;
}

.header-hmg-common .header-hmg-common__dropdown-system {
  margin-left: 4px;
}

.header-hmg-common .header-hmg-common__dropdown-system:before {
  position: absolute;
  left: -5px;
  top: 7px;
  width: 1px;
  height: 18px;
  margin-right: 4px;
  background-color: #cdd0d2;
  vertical-align: middle;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-btn-top {
  padding: 0 28px 0 8px;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-btn-top:after {
  top: 9px;
  right: 7px;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-btn-top-txt {
  overflow: hidden;
  max-width: 244px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-lst {
  overflow-y: auto;
  padding: 8px 10px;
  max-height: 254px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item {
  margin-top: 6px;
  padding: 6px 6px 6px 8px;
  border-radius: 4px;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:first-child {
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:first-child:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e7e9ec;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-system .single-mode .header-hmg-common__dropdown-item:first-child:after {
  display: none;
}

.header-hmg-common .header-hmg-common__dropdown-system .single-mode .header-hmg-common__dropdown-item:first-child .lbl {
  font-weight: normal;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:first-child .lbl {
  font-weight: 600;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:hover,
.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:focus {
  background-color: #f9fafb;
  border-radius: 4px;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  font-weight: 400;
}

.header-hmg-common
  .header-hmg-common__dropdown-system
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected.has_input_checked.header-hmg-common__dropdown-item--selected {
  font-weight: 400;
  background-color: transparent;
}

.header-hmg-common
  .header-hmg-common__dropdown-system
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected.has_input_checked.header-hmg-common__dropdown-item--selected:hover,
.header-hmg-common
  .header-hmg-common__dropdown-system
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected.has_input_checked.header-hmg-common__dropdown-item--selected:focus {
  background-color: #f9fafb;
  cursor: pointer;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__system-dropdown-btn {
  display: block;
  width: 100%;
  margin-top: -2px;
  padding: 10px 0 13px;
  border-top: 1px solid #f2f4f6;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-indent: -6px;
}

.header-hmg-common .header-hmg-common__dropdown-system .header-hmg-common__system-dropdown-btn:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 6px 0 0;
  background-image: url("data:image/svg+xml, %3Csvg width='13' height='14' fill='rgb%280%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.5h10M6.5 11.5v-10' stroke='rgb%280%2C0%2C0%29' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  vertical-align: middle;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting {
  margin-right: 16px;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top {
  min-width: 66px;
  border-bottom: 1px solid #ccd0d3;
  border-radius: 0;
  line-height: 22px;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 4px 0 0;
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7.998A5.5 5.5 0 018 13.497a5.5 5.5 0 01-5.5-5.499m11 0A5.5 5.5 0 008 2.5m5.5 5.498h-11m0 0A5.5 5.5 0 018 2.5m0 0v11m0-11s2.75 1.1 2.75 5.5S8 13.5 8 13.5m0-11S5.25 3.6 5.25 8 8 13.5 8 13.5' stroke='%2305141F' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: middle;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:after {
  top: 8px;
  right: 3px;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:hover:not([disabled]),
.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:active:not([disabled]) {
  background-color: transparent;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-box {
  width: 100px;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-lst {
  padding: 7px 8px 5px 8px;
  border: none;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item {
  display: block;
  margin-top: 6px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #05141f;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item:first-child {
  margin-top: 0;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item:hover,
.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item:focus {
  background-color: #f9fafb;
  border-radius: 4px;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  border-radius: 4px;
  background-color: #f2f4f6;
  font-weight: 600;
}

.header-hmg-common
  .header-hmg-common__dropdown-lang-setting
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:hover,
.header-hmg-common
  .header-hmg-common__dropdown-lang-setting
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:focus {
  background-color: #f2f4f6;
  border-radius: 4px;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top {
  padding: 6px;
  min-width: 114px;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top:after {
  display: inline-block;
  position: static;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.435 1.667H8.567L7.733 3.57 5.581 4.817l-2.063-.23L2.084 7.08l1.228 1.673v2.493L2.084 12.92l1.434 2.493 2.063-.23 2.152 1.247.834 1.903h2.868l.833-1.903 2.153-1.248 2.062.231 1.434-2.493-1.228-1.674V8.753l1.228-1.673-1.434-2.493-2.062.23-2.153-1.247-.833-1.903z' stroke='%2305141F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12.5 10a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z' stroke='%2305141F' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  vertical-align: middle;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top:hover:not([disabled]),
.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top:active:not([disabled]) {
  background-color: transparent;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-txt {
  line-height: 20px;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-txt:before {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background-color: #cdd0d2;
  vertical-align: middle;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-txt:first-child:before {
  display: none;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-box {
  left: auto;
  width: 114px;
  padding: 6px;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-lst {
  padding: 0;
}

.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-item {
  padding: 0;
}

.header-hmg-common .header-hmg-common__dropdown .lbl {
  font-size: 14px;
  line-height: 20px;
}

.header-hmg-common .header-hmg-common__dropdown .lbl:before {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top {
  display: block;
  position: relative;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #05141f;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top:after {
  position: absolute;
  top: 11px;
  right: 14px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml, %3Csvg width='14' height='14' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.676 4.164L7 9.834l-5.676-5.67' stroke='%2305141F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-btn-top:hover:not([disabled]),
.header-hmg-common .header-hmg-common__dropdown-btn-top:active:not([disabled]) {
  background-color: #e6e7e9;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top:disabled {
  background-color: rgba(5, 20, 31, 0.02);
  color: #cdd0d2;
  pointer-events: none;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top:disabled:after {
  background-image: url("data:image/svg+xml, %3Csvg width='14' height='14' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.676 4.164L7 9.834l-5.676-5.67' stroke='%23CDD0D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top.readonly {
  background-color: rgba(5, 20, 31, 0.02);
  color: #05141f;
  pointer-events: none;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top.readonly:after {
  background-image: url("data:image/svg+xml, %3Csvg width='14' height='14' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.676 4.164L7 9.834l-5.676-5.67' stroke='%23CDD0D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top.readonly:hover,
.header-hmg-common .header-hmg-common__dropdown-btn-top.readonly:active {
  background-color: rgba(5, 20, 31, 0.02);
  cursor: default;
}

.header-hmg-common .header-hmg-common__dropdown-btn-top.readonly:hover:before,
.header-hmg-common .header-hmg-common__dropdown-btn-top.readonly:active:before {
  border: 1px solid rgba(5, 20, 31, 0.2);
}

.header-hmg-common .header-hmg-common__dropdown-btn-top-txt {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.02em;
  vertical-align: middle;
}

.header-hmg-common .header-hmg-common__dropdown-box {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 36px;
  right: 0;
  border: 1px solid #05141f;
  border-radius: 4px;
  background-color: #fff;
  color: #05141f;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.header-hmg-common .header-hmg-common__dropdown-box.check .header-hmg-common__dropdown-item:first-child {
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
}

.header-hmg-common .header-hmg-common__dropdown-box.check .header-hmg-common__dropdown-item:first-child:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e7e9ec;
  content: '';
}

.header-hmg-common .header-hmg-common__dropdown-box.check .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  font-weight: 400;
  background-color: transparent;
}

.header-hmg-common .header-hmg-common__dropdown-lst {
  overflow-y: auto;
  max-height: 200px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

.header-hmg-common .header-hmg-common__dropdown-item {
  padding: 6px 4px;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}

.header-hmg-common .header-hmg-common__dropdown-item:not(:first-child) {
  margin-top: 6px;
}

.header-hmg-common .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--highlighted,
.header-hmg-common .header-hmg-common__dropdown-item:hover,
.header-hmg-common .header-hmg-common__dropdown-item:focus {
  background-color: #f9fafb;
  border-radius: 4px;
  cursor: pointer;
}

.header-hmg-common .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  border-radius: 4px;
  background-color: #f2f4f6;
  font-weight: 600;
}

.header-hmg-common .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:hover,
.header-hmg-common .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:focus {
  background-color: #f2f4f6;
  cursor: pointer;
}

.header-hmg-common .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--disabled {
  color: #cdd0d2;
}

.header-hmg-common .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--disabled:hover {
  background-color: #fff;
  cursor: default;
}

.header-hmg-common .header-hmg-common__dropdown-lnk {
  display: block;
  padding: 6px 4px;
  font-size: 14px;
  line-height: 20px;
  color: #05141f;
}

.header-hmg-common .header-hmg-common__dropdown-lnk,
.header-hmg-common .header-hmg-common__dropdown-lnk:focus,
.header-hmg-common .header-hmg-common__dropdown-lnk:active,
.header-hmg-common .header-hmg-common__dropdown-lnk:hover {
  text-decoration: none;
  color: #05141f;
}

.header-hmg-common .header-hmg-common__dropdown-lnk:hover,
.header-hmg-common .header-hmg-common__dropdown-lnk:focus {
  background-color: #f9fafb;
  border-radius: 4px;
}

.header-hmg-common .header-hmg-common__dropdown-lnk.header-hmg-common__dropdown-lnk--selected {
  border-radius: 4px;
  background-color: #f2f4f6;
  font-weight: 600;
}

.header-hmg-common .header-hmg-common__dropdown-lnk.header-hmg-common__dropdown-lnk--selected:hover,
.header-hmg-common .header-hmg-common__dropdown-lnk.header-hmg-common__dropdown-lnk--selected:focus {
  background-color: #f2f4f6;
  border-radius: 4px;
}

.header-hmg-common.theme_hyundai {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}

.header-hmg-common.theme_hyundai .header-hmg-common__lnk {
  color: #202a48;
  font-weight: 500;
}

.header-hmg-common.theme_hyundai .header-hmg-common__partner {
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__ico-badge {
  border: 1px solid #f13e3e;
  color: #f13e3e;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state-btn,
.header-hmg-common.theme_hyundai .header-hmg-common__system-dropdown-btn,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}

.header-hmg-common.theme_hyundai .header-hmg-common__system-dropdown-btn {
  color: #202a48;
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk:checked + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23202A48' stroke='%23202A48'/%3E%3Cpath d='M3.332 7.751L6.145 11l6.187-6' stroke='%23fff' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk:checked:disabled + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23CBD3E1' stroke='%23CBD3E1'/%3E%3Cpath d='M3.332 7.751L6.145 11l6.187-6' stroke='%23fff' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk:disabled {
  pointer-events: none;
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk:disabled + .lbl {
  cursor: default;
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk:disabled + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23F1F2F3' stroke='%23CBD3E1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common.theme_hyundai .chk_box .inp_chk.error + .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23fff' stroke='%23F13E3E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common.theme_hyundai .chk_box .lbl {
  cursor: pointer;
}

.header-hmg-common.theme_hyundai .chk_box .lbl:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='1.5' fill='%23fff' stroke='%23818FAA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  content: '';
}

.header-hmg-common.theme_hyundai .header-hmg-common__tag-label {
  background: #ddecff;
  font-weight: 500;
  color: #4380f8;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state {
  right: 278px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state .header-hmg-common__login-state-btn {
  background-color: #ecf6ff;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-time,
.header-hmg-common.theme_hyundai .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-txt {
  font-weight: 500;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-time {
  color: #4380f8;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__login-state
  .header-hmg-common__login-state-btn
  .header-hmg-common__login-state-time:before {
  background-image: url("data:image/svg+xml, %3Csvg width='18' height='18' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.836 6.398a5.625 5.625 0 11-2.106-1.49' stroke='%234380F8' stroke-width='1.35'/%3E%3Cpath d='M8.537 1.91l2.796 2.796L8.537 7.5' stroke='%234380F8' stroke-width='1.35' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state .header-hmg-common__login-state-btn .header-hmg-common__login-state-txt {
  color: #37466c;
}

.header-hmg-common.theme_hyundai .header-hmg-common__login-state.header-hmg-common__login-state-notice .header-hmg-common__login-state-btn {
  background-color: #fef5f5;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__login-state.header-hmg-common__login-state-notice
  .header-hmg-common__login-state-time {
  color: #f13e3e;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__login-state.header-hmg-common__login-state-notice
  .header-hmg-common__login-state-time:before {
  background-image: url("data:image/svg+xml, %3Csvg width='18' height='18' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.836 6.398a5.625 5.625 0 11-2.106-1.49' stroke='%23F13E3E' stroke-width='1.35'/%3E%3Cpath d='M8.537 1.91l2.796 2.796L8.537 7.5' stroke='%23F13E3E' stroke-width='1.35' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown.is_open .header-hmg-common__dropdown-btn-top:before {
  border-color: #202a48;
  content: '';
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system:before {
  background-color: #cbd3e1;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:first-child:after {
  border-bottom: 1px dashed #e0e5ed;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:first-child .lbl {
  font-weight: 500;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system .header-hmg-common__dropdown-item:focus {
  background-color: #f8f9fc;
  border-radius: 4px;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-system
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  border-radius: 4px;
  background-color: #f0f3f8;
  font-weight: 500;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-system
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:hover,
.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-system
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:focus {
  background-color: #f0f3f8;
  border-radius: 4px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system .header-hmg-common__system-dropdown-btn {
  border-top: 1px solid #f0f3f8;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-system .header-hmg-common__system-dropdown-btn:before {
  background-image: url("data:image/svg+xml, %3Csvg width='13' height='14' fill='rgb%280%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6.5h10M6.5 11.5v-10' stroke='%23202A48' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top {
  border-bottom: 1px solid #ccd0d3;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7.998A5.5 5.5 0 018 13.497a5.5 5.5 0 01-5.5-5.499m11 0A5.5 5.5 0 008 2.5m5.5 5.498h-11m0 0A5.5 5.5 0 018 2.5m0 0v11m0-11s2.75 1.1 2.75 5.5S8 13.5 8 13.5m0-11S5.25 3.6 5.25 8 8 13.5 8 13.5' stroke='%23202A48' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px px;
  background-size: 16px px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:hover:not([disabled]),
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top:active:not([disabled]) {
  background-color: transparent;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item {
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-item:focus {
  background-color: #f8f9fc;
  border-radius: 4px;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-lang-setting
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  border-radius: 4px;
  background-color: #f0f3f8;
  font-weight: 500;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-lang-setting
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:hover,
.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-lang-setting
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:focus {
  background-color: #f0f3f8;
  border-radius: 4px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top:after {
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.435 1.667H8.567L7.733 3.57 5.581 4.817l-2.063-.23L2.084 7.08l1.228 1.673v2.493L2.084 12.92l1.434 2.493 2.063-.23 2.152 1.247.834 1.903h2.868l.833-1.903 2.153-1.248 2.062.231 1.434-2.493-1.228-1.674V8.753l1.228-1.673-1.434-2.493-2.062.23-2.153-1.247-.833-1.903z' stroke='%2305141F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12.5 10a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z' stroke='%2305141F' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top:hover:not([disabled]),
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-top:active:not([disabled]) {
  background-color: transparent;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-txt:before {
  background-color: #cbd3e1;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top {
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top:after {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.5L8 10l4.5-4.5' stroke='%23202A48' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top:hover:not([disabled]),
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top:active:not([disabled]) {
  background-color: #e0e5ed;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top:disabled {
  background-color: rgba(32, 42, 72, 0.02);
  color: #cbd3e1;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top:disabled:after {
  background-image: url("data:image/svg+xml, %3Csvg width='14' height='14' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.676 4.164L7 9.834l-5.676-5.67' stroke='%23CFCFD2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top.readonly {
  background-color: rgba(5, 20, 31, 0.02);
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top.readonly:after {
  background-image: url("data:image/svg+xml, %3Csvg width='14' height='14' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.676 4.164L7 9.834l-5.676-5.67' stroke='%23CFCFD2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top.readonly:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top.readonly:active {
  background-color: rgba(5, 20, 31, 0.02);
  cursor: default;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top.readonly:hover:before,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-btn-top.readonly:active:before {
  border: 1px solid rgba(5, 20, 31, 0.2);
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-box {
  border: 1px solid #202a48;
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-box.check .header-hmg-common__dropdown-item:first-child:after {
  border-bottom: 1px dashed #e0e5ed;
}

.header-hmg-common.theme_hyundai
  .header-hmg-common__dropdown-box.check
  .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  font-weight: 400;
  background-color: transparent;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--highlighted,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item:focus {
  background-color: #f8f9fc;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected {
  background-color: #f0f3f8;
  font-weight: 500;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--selected:focus {
  background-color: #f0f3f8;
  cursor: pointer;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--disabled {
  color: #cbd3e1;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-item.header-hmg-common__dropdown-item--disabled:hover {
  background-color: #fff;
  cursor: default;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk {
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk:focus,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk:active,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk:hover {
  text-decoration: none;
  color: #202a48;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk:focus {
  background-color: #f9fafb;
  border-radius: 4px;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk.header-hmg-common__dropdown-lnk--selected {
  border-radius: 4px;
  background-color: #f0f3f8;
  font-weight: 500;
}

.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk.header-hmg-common__dropdown-lnk--selected:hover,
.header-hmg-common.theme_hyundai .header-hmg-common__dropdown-lnk.header-hmg-common__dropdown-lnk--selected:focus {
  background-color: #f8f9fc;
  border-radius: 4px;
}

/* lnb */

.lnb-hmg-common {
  width: 284px;
  height: 100%;
  background-color: #f9fafb;
  border-right: 1px solid #f2f4f6;
  color: #05141f;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  letter-spacing: -0.02em;
  z-index: 100;
}

.lnb-hmg-common .lnb_tit {
  padding: 10px 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.lnb-hmg-common .lnb_dropdown {
  margin-bottom: 36px;
}

.lnb-hmg-common .lnb_dropdown::after {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #e6e7e9;
  content: '';
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_btn_top {
  height: 44px;
  font-weight: 600;
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_btn_top:before {
  border-color: #05141f;
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_btn_top:after {
  top: 15px;
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_box {
  top: 48px;
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_lst {
  padding: 8px;
  max-height: 172px;
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_item {
  padding: 8px 6px 8px 8px;
}

.lnb-hmg-common .lnb_dropdown .dropdown-hmg-common_item:not(:first-child) {
  margin-top: 4px;
}

.lnb-hmg-common .lnb-hmg-common__inner {
  overflow-y: auto;
  padding: 24px 20px 100px;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.lnb-hmg-common .lnb-hmg-common__bottom {
  position: relative;
  padding: 8px 20px 24px;
  border-top: 1px solid #e6e7e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb-hmg-common .lnb-hmg-common__bottom:before {
  position: absolute;
  left: 0;
  top: -49px;
  right: 17px;
  height: 48px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(29.13%, #f9fafb), color-stop(95.19%, rgba(249, 250, 251, 0)));
  background: linear-gradient(0deg, #f9fafb 29.13%, rgba(249, 250, 251, 0) 95.19%);
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__tit {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  text-indent: -9999px;
}

.lnb-hmg-common .lnb-hmg-common__tit:not(:first-of-type) {
  margin-top: 10px;
}

.lnb-hmg-common .lnb-hmg-common__tit:not(:first-of-type):before {
  display: block;
  height: 1px;
  margin-bottom: 20px;
  background-color: #e6e8e9;
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__tit:first-of-type {
  position: relative;
  padding-left: 32px;
}

.lnb-hmg-common .lnb-hmg-common__tit:first-of-type:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%2337434C'/%3E%3Cpath d='M17.5 13h-11V6h11v7z' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 15.5h-9M15.5 18h-7' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  vertical-align: middle;
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__menu-lst {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lnb-hmg-common > .lnb-hmg-common__menu-lst > .lnb-hmg-common__menu-item {
  padding-bottom: 8px;
}

.lnb-hmg-common .lnb-hmg-common__menu-item {
  position: relative;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--selected > .lnb-hmg-common__menu-box {
  background-color: #eaeef0;
  border-radius: 4px;
  font-weight: 600;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled > .lnb-hmg-common__menu-box:hover {
  background: none;
  border: none;
  font-weight: 400;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled > .lnb-hmg-common__menu-box .lnb-hmg-common__menu-btn {
  color: #cdd0d2;
  cursor: default;
}

.lnb-hmg-common
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-btn:before {
  background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.568 1.135L8.428 6l-4.86 4.865' stroke='%23CDD0D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled > .lnb-hmg-common__menu-box .lnb-hmg-common__menu-lnk {
  color: #cdd0d2;
  cursor: default;
}

.lnb-hmg-common
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-lnk:before {
  background-color: #cdd0d2;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off > .lnb-hmg-common__menu-box .lnb-hmg-common__menu-btn {
  color: #cdd0d2;
  cursor: default;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off > .lnb-hmg-common__menu-box .lnb-hmg-common__menu-btn:before {
  background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.568 1.135L8.428 6l-4.86 4.865' stroke='%23CDD0D2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off > .lnb-hmg-common__menu-box .lnb-hmg-common__menu-lnk {
  color: #cdd0d2;
}

.lnb-hmg-common .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off > .lnb-hmg-common__menu-box .lnb-hmg-common__menu-lnk:before {
  background-color: #cdd0d2;
}

.lnb-hmg-common .lnb-hmg-common__menu-btn {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.lnb-hmg-common .lnb-hmg-common__menu-lnk,
.lnb-hmg-common .lnb-hmg-common__menu-lnk:focus,
.lnb-hmg-common .lnb-hmg-common__menu-lnk:active,
.lnb-hmg-common .lnb-hmg-common__menu-lnk:hover {
  text-decoration: none;
  color: #05141f;
  cursor: pointer;
}

.lnb-hmg-common .lnb-hmg-common__menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lnb-hmg-common .lnb-hmg-common__menu-box:hover,
.lnb-hmg-common .lnb-hmg-common__menu-box:focus {
  background-color: #f2f4f6;
  border-radius: 4px;
}

.lnb-hmg-common .lnb-hmg-common__menu-btn {
  display: inline-block;
  padding: 12px 8px 12px 4px;
  font-size: 0;
}

.lnb-hmg-common .lnb-hmg-common__menu-btn:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.568 1.135L8.428 6l-4.86 4.865' stroke='%2305141F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  vertical-align: middle;
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__menu-btn + .lnb-hmg-common__menu-lnk {
  padding-left: 0;
}

.lnb-hmg-common .lnb-hmg-common__menu-btn + .lnb-hmg-common__menu-lnk:before {
  display: none;
}

.lnb-hmg-common .lnb-hmg-common__menu-lnk {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 10px 7px 10px 10px;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #05141f;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lnb-hmg-common .lnb-hmg-common__menu-lnk:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 4px 8px 4px 4px;
  border-radius: 50%;
  background-color: #05141f;
  vertical-align: middle;
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__menu-lnk.lnb-hmg-common__menu-first {
  font-weight: 600;
}

.lnb-hmg-common .lnb-hmg-common__menu-btn.lnb-hmg-common__menu--open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lnb-hmg-common .lnb-hmg-common__error {
  text-align: center;
}

.lnb-hmg-common .lnb-hmg-common__error .lnb-hmg-common__error-txt {
  margin: 0;
  padding: 90px 0 0;
  font-size: 16px;
  color: #b4b9bc;
  line-height: 22px;
  vertical-align: top;
}

.lnb-hmg-common .lnb-hmg-common__error .lnb-hmg-common__error-txt:before {
  display: block;
  margin: 0 auto 20px;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml, %3Csvg width='70' height='70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1288_21432)'%3E%3Cpath d='M68.5 35c0 18.502-14.998 33.5-33.5 33.5C16.498 68.5 1.5 53.502 1.5 35 1.5 16.498 16.498 1.5 35 1.5c18.502 0 33.5 14.998 33.5 33.5z' stroke='%23CDD0D2' stroke-width='3'/%3E%3Cpath d='M35.25 21.002v17.633' stroke='%23CDD0D2' stroke-width='3' stroke-linecap='square'/%3E%3Ccircle cx='35.242' cy='47.121' r='2.75' transform='rotate(-180 35.242 47.121)' fill='%23CDD0D2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1288_21432'%3E%3Cpath fill='%23fff' d='M0 0h70v70H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__system-setting-link {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.32px;
  color: #05141f;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lnb-hmg-common .lnb-hmg-common__system-setting-link:before,
.lnb-hmg-common .lnb-hmg-common__system-setting-link:after {
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
  content: '';
}

.lnb-hmg-common .lnb-hmg-common__system-setting-link:before {
  margin-right: 4px;
  margin-top: -1px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.435 1.667H8.567L7.733 3.57 5.581 4.817l-2.063-.23L2.084 7.08l1.228 1.673v2.493L2.084 12.92l1.434 2.493 2.063-.23 2.152 1.247.834 1.903h2.868l.833-1.903 2.153-1.248 2.062.231 1.434-2.493-1.228-1.674V8.753l1.228-1.673-1.434-2.493-2.062.23-2.153-1.247-.833-1.903z' stroke='%2305141F' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12.5 10a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z' stroke='%2305141F' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.lnb-hmg-common .lnb-hmg-common__system-setting-link:after {
  display: none;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 18 18' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cg id='XMLID_00000026854413076062807340000003198201307530786689_'%3E%3Cpath class='st0' d='M9.1 11c.8 0 1.4.6 1.4 1.4 0 .8-.6 1.4-1.4 1.4-.8 0-1.4-.6-1.4-1.4 0-.8.6-1.4 1.4-1.4zM8.1 4.1h1.8v5.5H8.1z'/%3E%3Cpath d='M9.1 11c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4.8 0 1.4-.6 1.4-1.4-.1-.8-.7-1.4-1.4-1.4zm.9-1.4V4.1H8.1v5.5H10zM9 0c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9z' fill='%23ea0029'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

.lnb-hmg-common .lnb-hmg-common__system-setting-link.lnb-hmg-common__system-setting--error:after {
  display: inline-block;
}

.lnb-hmg-common.theme_hyundai {
  background-color: #f8f9fc;
  border-right: 1px solid #f0f3f8;
  color: #202a48;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__tit {
  font-weight: 500;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__tit:not(:first-of-type):before {
  background-color: #e0e5ed;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__tit:first-of-type:before {
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%2337466C'/%3E%3Cpath d='M17.5 13h-11V6h11v7z' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M16.5 15.5h-9M15.5 18h-7' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  content: '';
}

.lnb-hmg-common.theme_hyundai .lnb_tit {
  font-weight: 500;
}

.lnb-hmg-common.theme_hyundai .lnb_dropdown {
  margin-bottom: 34px;
}

.lnb-hmg-common.theme_hyundai .lnb_dropdown::after {
  bottom: -18px;
  background-color: #e0e5ed;
}

.lnb-hmg-common.theme_hyundai .lnb_dropdown .dropdown-hmg-common_btn_top {
  font-weight: 500;
}

.lnb-hmg-common.theme_hyundai .lnb_dropdown .dropdown-hmg-common_btn_top:before {
  border-color: #202a48;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--selected > .lnb-hmg-common__menu-box {
  background-color: #e9f0f8;
  font-weight: 500;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-btn {
  color: #cbd3e1;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-btn:before {
  background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.568 1.135L8.428 6l-4.86 4.865' stroke='%23CBD3E1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-lnk {
  color: #cbd3e1;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--disabled
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-lnk:before {
  background-color: #cbd3e1;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-btn {
  color: #cbd3e1;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-btn:before {
  background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.568 1.135L8.428 6l-4.86 4.865' stroke='%23CBD3E1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-lnk {
  color: #cbd3e1;
}

.lnb-hmg-common.theme_hyundai
  .lnb-hmg-common__menu-item.lnb-hmg-common__menu-item--off
  > .lnb-hmg-common__menu-box
  .lnb-hmg-common__menu-lnk:before {
  background-color: #cbd3e1;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk,
.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk:focus,
.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk:active,
.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk:hover {
  color: #202a48;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-box:hover,
.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-box:focus {
  background-color: #f0f3f8;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-btn:before {
  background-image: url("data:image/svg+xml, %3Csvg width='12' height='12' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.568 1.135L8.428 6l-4.86 4.865' stroke='%23202A48' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-btn + .lnb-hmg-common__menu-lnk {
  padding-left: 0;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-btn + .lnb-hmg-common__menu-lnk:before {
  display: none;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  color: #202a48;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk:before {
  display: inline-block;
  background-color: #202a48;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__menu-lnk.lnb-hmg-common__menu-first {
  font-weight: 500;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__error .lnb-hmg-common__error-txt {
  color: #b5c0d3;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__error .lnb-hmg-common__error-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg width='70' height='70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2096_43772)'%3E%3Cpath d='M69 35c0 18.778-15.222 34-34 34S1 53.778 1 35 16.222 1 35 1s34 15.222 34 34z' stroke='%23CBD3E1' stroke-width='2'/%3E%3Cpath d='M35.25 21.002v17.633' stroke='%23CBD3E1' stroke-width='3' stroke-linecap='square'/%3E%3Ccircle cx='35.242' cy='47.121' r='2.75' transform='rotate(-180 35.242 47.121)' fill='%23CBD3E1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2096_43772'%3E%3Cpath fill='%23fff' d='M0 0h70v70H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__system-setting-link {
  color: #202a48;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__system-setting-link:before {
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.434 1.666H8.566l-.833 1.903L5.58 4.817l-2.062-.23-1.434 2.492 1.228 1.674v2.493l-1.228 1.673 1.433 2.494 2.063-.231 2.153 1.248.833 1.903h2.868l.834-1.903 2.152-1.248 2.063.23 1.434-2.493-1.228-1.673V8.753l1.228-1.674-1.434-2.493-2.063.23-2.152-1.247-.834-1.903z' stroke='%23202A48' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12.5 10a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z' stroke='%23202A48' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.lnb-hmg-common.theme_hyundai .lnb-hmg-common__system-setting-link:after {
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 18 18' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cg id='XMLID_00000067928637106289903780000012785989056192123271_'%3E%3Cpath class='st0' d='M9.1 11c.8 0 1.4.6 1.4 1.4 0 .8-.6 1.4-1.4 1.4-.8 0-1.4-.6-1.4-1.4 0-.8.6-1.4 1.4-1.4zM8.1 4.1h1.8v5.5H8.1z'/%3E%3Cpath d='M9.1 11c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4.8 0 1.4-.6 1.4-1.4-.1-.8-.7-1.4-1.4-1.4zm.9-1.4V4.1H8.1v5.5H10zM9 0c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9z' fill='%23f13e3e'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

/* banner */

.banner-hmg-common {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 960px;
  -webkit-box-shadow: 0px 2px 4px rgba(5, 20, 31, 0.15);
  box-shadow: 0px 2px 4px rgba(5, 20, 31, 0.15);
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  z-index: 102;
}

.banner-hmg-common.is_open {
  display: block;
}

.banner-hmg-common.is_open ~ .header-hmg-common__inner {
  padding-top: 60px;
}

.banner-hmg-common.is_open ~ .header-hmg-common__inner .header-hmg-common__login-area {
  top: 48px;
}

.banner-hmg-common .banner-hmg-common__cont {
  padding-right: 60px;
  width: 100%;
  height: 48px;
  background-color: #f1f5e8;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-hmg-common .banner-hmg-common__ico-notice {
  font-size: 14px;
  color: #05141f;
  line-height: 20px;
  font-weight: 600;
}

.banner-hmg-common .banner-hmg-common__ico-notice:before {
  display: inline-block;
  margin-top: -1px;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.015 15.1h.75-.75zm-3.438 1.52l-.547.513.547-.513zM7.99 15.1h-.75l.001.043.75-.042zm3.275 0c0 .387-.144.748-.387 1.007l1.095 1.026a2.973 2.973 0 00.792-2.032h-1.5zm-.387 1.007a1.203 1.203 0 01-.877.393V18c.75 0 1.458-.318 1.972-.867l-1.095-1.026zm-.877.393c-.32 0-.636-.135-.877-.393L8.03 17.133A2.703 2.703 0 0010 18v-1.5zm2.764-1.4v-.711h-1.5v.712h1.5zm-3.641 1.007c-.196-.208-.362-.644-.385-1.048l-1.498.084c.036.643.285 1.453.789 1.99l1.094-1.026zm-.384-1.006v-.712h-1.5v.712h1.5z' fill='%2305141F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.75c-2.809 0-4.89 2.074-4.89 4.89 0 .363.002.723.004 1.075.004.901.008 1.75-.018 2.473-.018.505-.051.973-.114 1.375-.041.261-.1.53-.192.773h10.421a3.928 3.928 0 01-.191-.773c-.063-.402-.096-.87-.115-1.375-.026-.723-.022-1.573-.017-2.476.001-.35.003-.71.003-1.072 0-2.816-2.08-4.89-4.89-4.89zM3.61 8.64c0-3.645 2.754-6.39 6.39-6.39 3.637 0 6.391 2.745 6.391 6.39 0 .384-.002.755-.003 1.113-.005.888-.009 1.69.016 2.38.018.481.048.882.098 1.198.052.332.115.5.153.564.163.272.328.558.475.882a.75.75 0 01-.683 1.06H3.555a.75.75 0 01-.683-1.06 8.63 8.63 0 01.474-.882c.04-.064.102-.232.154-.564.05-.316.08-.717.097-1.197.025-.69.021-1.491.017-2.379-.002-.358-.004-.73-.004-1.115z' fill='%2305141F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  vertical-align: middle;
  content: '';
}

.banner-hmg-common .banner-hmg-common__ico-notice:after {
  display: inline-block;
  margin: 0 16px;
  width: 1px;
  height: 14px;
  background-color: #b4b9bc;
  vertical-align: middle;
  content: '';
}

.banner-hmg-common .banner-hmg-common__link {
  padding-left: 10px;
  font-size: 14px;
  color: #5d7d2b;
  line-height: 20px;
  text-decoration: underline;
  text-underline-position: under;
}

.banner-hmg-common .banner-hmg-common__btn--close {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  letter-spacing: -0.02em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
}

.banner-hmg-common .banner-hmg-common__btn--close:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l10 10M13 3L3 13' stroke='%2305141F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  vertical-align: middle;
  content: '';
}

.banner-hmg-common .blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  text-indent: -9999px;
}

.banner-hmg-common.theme_hyundai {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
  -webkit-box-shadow: 0px 2px 4px rgba(32, 42, 72, 0.15);
  box-shadow: 0px 2px 4px rgba(32, 42, 72, 0.15);
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__cont {
  background-color: #ecf6ff;
  color: #202a48;
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__ico-notice {
  color: #202a48;
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__ico-notice:before {
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.015 15.1h.75-.75zm-3.438 1.52l-.547.513.547-.513zM7.99 15.1h-.75l.001.043.75-.042zm3.275 0c0 .387-.144.748-.387 1.007l1.095 1.026a2.973 2.973 0 00.792-2.032h-1.5zm-.387 1.007a1.203 1.203 0 01-.877.393V18c.75 0 1.458-.318 1.972-.867l-1.095-1.026zm-.877.393c-.32 0-.636-.135-.877-.393L8.03 17.133A2.703 2.703 0 0010 18v-1.5zm2.764-1.4v-.711h-1.5v.712h1.5zm-3.641 1.007c-.196-.208-.362-.644-.385-1.048l-1.498.084c.036.643.285 1.453.789 1.99l1.094-1.026zm-.384-1.006v-.712h-1.5v.712h1.5z' fill='%23202A48'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.75c-2.809 0-4.89 2.074-4.89 4.89 0 .363.002.723.004 1.075.004.901.008 1.75-.018 2.473-.018.505-.051.973-.114 1.375-.041.261-.1.53-.192.773h10.421a3.928 3.928 0 01-.191-.773c-.063-.402-.096-.87-.115-1.375-.026-.723-.022-1.573-.017-2.476.001-.35.003-.71.003-1.072 0-2.816-2.08-4.89-4.89-4.89zM3.61 8.64c0-3.645 2.754-6.39 6.39-6.39 3.637 0 6.391 2.745 6.391 6.39 0 .384-.002.755-.003 1.113-.005.888-.009 1.69.016 2.38.018.481.048.882.098 1.198.052.332.115.5.153.564.163.272.328.558.475.882a.75.75 0 01-.683 1.06H3.555a.75.75 0 01-.683-1.06 8.63 8.63 0 01.474-.882c.04-.064.102-.232.154-.564.05-.316.08-.717.097-1.197.025-.69.021-1.491.017-2.379-.002-.358-.004-.73-.004-1.115z' fill='%23202A48'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  content: '';
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__ico-notice:after {
  background-color: #b5c0d3;
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__link {
  color: #4380f8;
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__btn--close {
  font-family: 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}

.banner-hmg-common.theme_hyundai .banner-hmg-common__btn--close:before {
  background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l10 10M13 3L3 13' stroke='%23202A48' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.tooltip-hmg-common {
  position: absolute;
  max-width: 270px;
  min-width: 40px;
  border: 1px solid rgba(5, 20, 31, 0.2);
  border-radius: 4px;
  padding: 10px 14px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-hmg-common.tooltip-hmg-common_lnb {
  max-width: 302px;
}

.tooltip-hmg-common.tooltip-hmg-common_tag {
  max-width: 360px;
  min-width: 95px;
  min-height: 57px;
  padding: 8px 12px;
}

.tooltip-hmg-common.tooltip-hmg-common_tag:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
}

.tooltip-hmg-common .tooltip-hmg-common_tag_box strong {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 13px;
  color: #82898f;
}

.tooltip-hmg-common .tooltip-hmg-common_tag_box .scroll_wrap {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 120px;
}

.tooltip-hmg-common .tooltip-hmg-common_tag_box .tag_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  font-size: 0;
  gap: 6px;
  margin-top: 6px;
}

.tooltip-hmg-common .tooltip-hmg-common_tag_box .tag_name {
  padding: 3px 6px;
  background: #e6e7e9;
  border-radius: 4px;
  font-size: 10px;
  color: #05141f;
  font-weight: 400;
  line-height: 14px;
}

.tooltip-hmg-common_guide {
  display: inline-block;
  padding: 7px 0 7px 4px;
  vertical-align: middle;
}

.tooltip-hmg-common_guide .tooltip-hmg-common {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  z-index: 1;
  word-break: keep-all;
}

.tag_label {
  display: inline-block;
  padding: 0 6px;
  min-height: 20px;
  background: #dde7c4;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #5d7d2b;
  letter-spacing: -0.02px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.tag_label:hover,
.tag_label:focus {
  text-decoration: underline;
  text-underline-position: under;
}

.tooltip-hmg-common_wrap .tooltip-hmg-common {
  display: none;
}

.has_tooltip_hover_event {
  position: relative;
}

.has_tooltip_hover_event[data-tooltip='true']:hover .tooltip-hmg-common,
.has_tooltip_hover_event[data-tooltip='true']:focus .tooltip-hmg-common {
  display: block;
}

.theme_hyundai .tooltip-hmg-common {
  border: 1px solid #cbd3e1;
  color: #202a48;
}

.theme_hyundai .tooltip-hmg-common.tooltip-hmg-common_tag .tooltip-hmg-common_tag_box strong {
  color: #818faa;
}

.theme_hyundai .tooltip-hmg-common.tooltip-hmg-common_tag .tooltip-hmg-common_tag_box .tag_name {
  background: #e0e5ed;
  color: #202a48;
}

.theme_hyundai .tag_label {
  background: #ddecff;
  font-weight: 500;
  color: #4380f8;
}

/* custom */
.dropdown-hmg-common {
  position: relative;
}

.dropdown-hmg-common_btn_top {
  display: block;
  position: relative;
  width: 100%;
  height: 38px;
  padding: 0 42px 0 14px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #05141f;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-hmg-common_btn_top:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(5, 20, 31, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}

.dropdown-hmg-common_btn_top:after {
  position: absolute;
  top: 11px;
  right: 14px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml, %3Csvg width='14' height='14' fill='rgba%280%2C0%2C0%2C0%29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.676 4.164L7 9.834l-5.676-5.67' stroke='%2305141F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  content: '';
}

.dropdown-hmg-common_btn_top:hover:not([disabled]):before,
.dropdown-hmg-common_btn_top:active:not([disabled]):before {
  border: 2px solid #05141f;
  content: '';
}

.dropdown-hmg-common.is_open .dropdown-hmg-common_btn_top:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-hmg-common.is_open .dropdown-hmg-common_box {
  display: block;
}

.dropdown-hmg-common_box {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 42px;
  right: 0;
  border: 1px solid #05141f;
  border-radius: 4px;
  background-color: #fff;
  color: #05141f;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.dropdown-hmg-common_lst {
  overflow-y: auto;
  max-height: 200px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-hmg-common_item {
  padding: 6px 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.dropdown-hmg-common_item.dropdown-hmg-common_item--selected {
  border-radius: 4px;
  background-color: #f2f4f6;
  font-weight: 600;
}

.dropdown-hmg-common_item:not(:first-child) {
  margin-top: 6px;
}

.dropdown-hmg-common_item.dropdown-hmg-common_item--disabled {
  color: #cdd0d2;
}
.dropdown-hmg-common_item:not(:first-child) {
  margin-top: 6px;
}

.dropdown-hmg-common_item.dropdown-hmg-common_item--highlighted,
.dropdown-hmg-common_item:hover,
.dropdown-hmg-common_item:focus {
  background-color: #f9fafb;
  border-radius: 4px;
  cursor: pointer;
}

.header-hmg-common .header-hmg-common__dropdown-lang-setting .header-hmg-common__dropdown-btn-top {
  padding-right: 22px;
}
.header-hmg-common .header-hmg-common__dropdown.header-hmg-common__dropdown-system .header-hmg-common__dropdown-box {
  min-width: 280px;
}
.header-hmg-common .header-hmg-common__dropdown.header-hmg-common__dropdown-user .header-hmg-common__dropdown-box {
  min-width: 120px;
}
.header-hmg-common .header-hmg-common__dropdown-user .header-hmg-common__dropdown-btn-txt {
  margin-right: 3px;
}
.tooltip-hmg-common {
  z-index: 1000;
}
.banner-hmg-common,
.header-hmg-common {
  min-width: 1280px;
}
@media (max-width: 1279px) {
  .lnb-hmg-common .lnb-hmg-common__bottom {
    padding-bottom: 9px;
  }
}

.header-hmg-common button,
.lnb-hmg-common button {
  line-height: 20px;
}
.dropdown-hmg-common_item {
  display: block;
  color: #05141f;
}
.header-hmg-common .header-hmg-common__logo {
  font-weight: bold;
}

.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.lnb-hmg-common--open {
  width: 60px !important;
  min-width: 0 !important;
}
.lnb-hmg-common__back {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  margin-right: 5px;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.lnb-hmg-common__back:hover {
  opacity: 0.5;
}
.lnb-hmg-common--open .lnb-hmg-common__back {
  margin-right: 10px;
}
.lnb-hmg-common__back.lnb-hmg-common__back--single {
  margin-top: 22px;
}
.lnb-hmg-common__back.lnb-hmg-common__back--global {
  margin-top: 24px;
}
.lnb-hmg-common__menu-item--off > .lnb-hmg-common__menu-box {
  background: #f0f3f8;
}
