.icon.awesome-calendar {
  /*background-image : url('../images/icons/calendar-text.png');*/
  align-items: center;
  background-color: #ffffff;
  border: 1.8px solid #767676;
  border-radius: 50%;
  box-sizing: unset;

  display: flex;
  /*text-align: center;*/
  /*line-height: 24px;*/
  font-size: 10px;
  font-style: normal;
  height: 24px;
  justify-content: center;
  padding-right: 1px;
  width: 24px;
}

.icon.awesome-calendar.selected {
  background-color: #3a4c40;
  border: 1.8px solid #3a4c40;
  color: #ffffff;
}

.top-menu.pc a.headCal, .top-menu.mo a.headCal {
  transform: translate(-1.8px, -1.8px);
}

.top-menu.pc a.headCal:has(font),
.top-menu.mo a.headCal:has(font) {
  transform: translate(0, 0);
  width: auto;
}

.top-menu.pc a.headCal:has(font) i {
  border-radius: 2px;
  min-width: 24px;
  padding: 0 4px;
  width: auto;
}

.icon.feather-circle {
  background-image: url('../images/icons/ellipse.svg');
}

.icon.material-menu {
  background-image: url('../images/icons/menu-outline.svg');
}

.header-is-top .icon.search-gray {
  background-image: url('../images/icons/search-white.svg');
}

.icon.search-gray {
  background-image: url('../images/icons/search-outline.svg');
}

.icon.go-top {
  background-image: url('../images/icons/go-top.svg');
}

.icon.arrow-right {
  background-image: url('../images/icons/arrow-right.svg');
}

.icon.arrow-right-black {
  background-image: url('../images/icons/arrow-right-black.svg');
}

.icon.pin {
  background-image: url('../images/icons/pin.svg');
}

.icon.call {
  background-image: url('../images/icons/call.svg');
}

.icon.fax {
  background-image: url('../images/icons/fax.svg');
}

.icon.bus {
  background-image: url('../images/icons/bus.svg');
}

.icon.subway {
  background-image: url('../images/icons/subway.svg');
}

.icon.fix-talk {
  background-image: url('../images/icons/fix-kakao-off.svg');
}

.icon.fix-phone {
  background-image: url('../images/icons/fix-phone.svg');
}

.icon.fix-kakao {
  background-image: url('../images/icons/fix-kakao.svg');
}

.icon.fix-talktalk {
  background-image: url('../images/icons/fix-talktalk2.svg');
}

.icon.arrow-right-black {
  background-image: url('../images/icons/arrow-down.svg');
  transform: rotate(90deg);
}

.icon.arrow-up-black {
  background-image: url('../images/icons/arrow-down.svg');
  transform: rotate(360deg);
}

.icon.arrow-left {
  background-image: url('../images/icons/arrow-left.svg');
}

.icon.arrow-left-white {
  background-image: url('../images/icons/chevron-back-outline-green.svg');
  transition: 0.3s;
}

.icon.search-detail {
  background-image: url("../images/icons/search-outline.svg");
}

.icon.warning-red {
  background-image: url('../images/icons/warning-red.svg');
}

.icon.king {
  background-image: url('../images/icons/king.svg');
}

.icon.consultation {
  background-image: url('../images/icons/consultation.svg');
}

.icon.calendar-arrow-left-black {
  background-image: url('../images/icons/chevron-back-outline.svg');
}

.icon.calendar-arrow-right-black {
  background-image: url('../images/icons/chevron-forward-outline.svg');
}

.icon.warning-red {
  background-image: url('../images/icons/warning-red.svg');
}

.icon.close {
  background-image: url('../images/icons/close-outline.svg');
}

.icon.back {
  background-image: url('../images/icons/back.svg');
}

.icon.warning-black {
  background-image: url('../images/icons/warning-black.svg');
}

.icon.setting {
  background-image: url('../images/icons/setting.svg');
}

.icon.fix-kakao-pink {
  background-image: url('../images/icons/kakao-pink.svg');
}

.icon.translate {
  background-image: url('../images/icons/south-korea.png');
}

.icon.translate.lang-ko {
  background-image: url('../images/icons/south-korea.png');
}

.icon.translate.lang-cn {
  background-image: url('../images/icons/china.png');
}

.icon.translate.lang-ja {
  background-image: url('../images/icons/japan.png');
}

.icon.translate.lang-en {
  background-image: url('../images/icons/usa.png');
}

.icon.translate.lang-vi {
  background-image: url('../images/icons/vietnam.png');
}

.icon.translate.lang-th {
  background-image: url('../images/icons/thailand.png');
}

.icon.translate.lang-es {
  background-image: url('../images/icons/spain.png');
}

.icon.translate.lang-ar {
  background-image: url('../images/icons/arabic.png');
}


.icon.korea {
  background-image: url('../images/icons/south-korea.png');
}

.icon.china {
  background-image: url('../images/icons/china.png');
}

.icon.japan {
  background-image: url('../images/icons/japan.png');
}

.icon.english {
  background-image: url('../images/icons/usa.png');
}

.icon.vietnam {
  background-image: url('../images/icons/vietnam.png');
}

.icon.thailand {
  background-image: url('../images/icons/thailand.png');
}

.icon.spain {
  background-image: url('../images/icons/spain.png');
}

.icon.arabic {
  background-image: url('../images/icons/arabic.png');
}