.window {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overscroll-behavior: none; /* ¸ð¹ÙÀÏ ¹Ù¿î½º È¿°ú Á¦°Å */
}
.window .header {
  position: absolute; 
  height: 50px;
  width: 100%;
  background: #21252f;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 100;
}
.window .header .menu1_btns {
    width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}




.window .menu1_content {
	padding: 50px 0 0;
	text-align: justify;
	overflow: scroll;
	max-height: 100%;
	position: relative;
}
.window .menu1_content::-webkit-scrollbar {
	display: none;
}

/* »ùÇÃÄ«Æ® ¼ö·® */
.window .header .sample_pick_count {
	display: block;
}


/* ¡é¡é¡éÇì´õ ½ºÅ¸ÀÏ ¸®´º¾ó ¼öÁ¤ : 2024.09.05¡é¡é¡é */

.header#main_header.user {
    z-index: 101;
}
.fixedBottomMenuWrapper.user {
    z-index: 99;
}
.fixedBottomMenuWrapper.filter {
    z-index: 102;
}
.fixedBottomMenuWrapper.filter .bottomMenuListBox{
    bottom: -64px;
    transition: 0.3s;
}
#main_header .menu1_btns ul {
    height: 100%;
    padding: 0 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main_header .menu1_btns ul li:last-of-type{
    display: flex;
    align-items: center;
    gap: 10px;
}
#main_header .menu1_btns ul li:last-of-type button{
    cursor: pointer;
    font-size: var(--bodyFontSize);
}
/* ¡è¡è¡èÇì´õ ½ºÅ¸ÀÏ ¸®´º¾ó ¼öÁ¤ : ¿©±â±îÁö¡è¡è¡è */



/* ¸¶ÀÌÆäÀÌÁö , »ùÇÃ ¸Þ´º */
.my_menu_btn { 
    height: 46px;
    border-bottom: 1px solid #ededed;
    font-size: var(--bodyFontSize);
    font-family: "Pretendard";
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 14px;
}


/* ·Î±×ÀÎ */
.HeaderfixedLayer {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
/*
    ·Î±×ÀÎ ¸¶ÀÌÆäÀÌÁö °øÅë
*/
.menu_layers {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 102;
    /* top: 50px;*/
    left: 0;
    display: none;
}
.menu_layers:before {
    position: absolute;
    content: "";
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translateX(-50%);
    background: #ffffff;
}
.menu_layers_title {
    border-bottom: 1px solid #ededed;
}
.menu_layers_title, .menu_layers_title span {
    padding: 0 14px;
    position: relative;
    font-size: 16px;
    font-family: "Pretendard";
    font-weight: 300;
    text-align: center;
    line-height: 66px;
    padding: 0 14px;
}
.menu_layers_title img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); 
}
.menu_layers_content.active {
    /* max-height: calc(100svh - 117px); */
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.menu_layers_content.active::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* ·Î±×ÀÎ Àü¿ë */
#login_menu.rowMode, #my_menu.rowMode{
    max-height: calc(100svh - 50px);
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#login_menu.rowMode, #my_menu.rowMode::-webkit-scrollbar{
    display: none; /* Chrome, Safari, Opera*/
}
#login_menu form#loginForm > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#login_menu form#loginForm {
    position: relative;
}
#login_menu form#loginForm:after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 1px solid #ededed;
    top: 53.5px;
}
#login_menu.menu_layers form#loginForm > div input {
    margin-top: 0 !important;
    margin: 4px 0 !important;
    width: calc(100% - 28px) !important;
}
#login_menu form#loginForm > div > div {
    width: 100%;
    border: none !important;
    border-top: 1px solid #ededed !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#login_menu form#loginForm > div > div .row_a1 {
    height: 46px;
    border-bottom: 1px solid #ededed !important;
    padding: 0 14px;
    display: flex;
    align-items: center;
    font-family: "Pretendard";
}
#login_menu form#loginForm > div > div .row_a1 img {
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* ºñÈ¸¿ø ·Î±×ÀÎ */
#login_menu #guest_login_toggle_btn,  #login_menu #guest_login_toggle_btn > div {
    height: 46px; 
    background: #f9f7f7;
    font-family: "Pretendard";
    font-size: var(--bodyFontSize);
    text-align: center;
}
#login_menu #guest_login_toggle_btn > div {
    border-top: 1px solid #ededed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#login_menu #guest_login_toggle_btn > div #login_guest_switch {
    width: 34px;
    position: absolute;
    right: 10px;
    transition: 0.3s;
}
#login_menu #guest_login_toggle_btn > div #login_guest_switch.active {
    transform: rotate(-180deg);
    transition: 0.3s;
}
#login_menu #login_guest_form {
    background: #f9f7f7;
}
#login_menu #login_guest_form form {
    border-top: 1px solid #ededed !important;
    border-bottom: 1px solid #ededed !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#login_menu #login_guest_form input {
    width: calc(100% - 28px) !important;
    margin: 4px 0;
    background: #ffffff !important;
}
#login_menu #login_guest_form .btn_a51 {
    position: relative;
    margin-top: 20px !important;
}
#login_menu #login_guest_form .btn_a51:after {
    position: absolute;
    content: "";
    right: -14px;
    left: -14px;
    bottom: -24px;
    top: 0;
    background: #f9f7f7;
    z-index: -1;
}

/* ¸¶ÀÌÆäÀÌÁö Àü¿ë */
.my_page_btn_box {
     padding: 24px 14px;
     display: flex;
     gap: 16px;
}
.my_page_btn_box > div {
    height: 46px;
    box-sizing: border-box;
    font-family: "Pretendard";
    font-size: var(--bodyFontSize);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.my_page_btn_box > div:first-of-type {
    color: #caa893;
    border: 1px solid #caa893;
}
.my_page_btn_box > div:last-of-type {
    background: #caa893;
    color: #ffffff;
}

/*
    ÇÏ´Ü °íÁ¤ ¸Þ´º
*/
.bottomMenuListBox {
    width: 100%;
    height: 58px;
    background-color: #fcfbfb;
    border-top: 1px solid #ebebeb;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 1;
    transition: 0.3s;
}
.bottomMenuListBox.scrollDown {
    bottom: -58px;
    transition: 0.3s;
}
 .bottomMenuListBox.slideUp {
    bottom: 0;
    transition: 0.3s;
}
.bottomMenuList {
    display: flex;
    height: inherit;
}
.bottomMenuList > li {
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottomMenuList > li > div, .bottomMenuList > li > a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.bottomMenuList span { /* ÇÏ´Ü °íÁ¤ ¸Þ´ºÀÇ 1level ÀÌ¸§ */
    color: var(--basicFontColor);
    font-size: 10px;
    transition: 0.3s;
}
/*
    ÇÏ´Ü °íÁ¤¸Þ´º µð¹ÙÀÌ½º ºê¶ó¿ìÀú °¨Áö
    : ºê¶ó¿ìÀú º°·Î ÇÏ´Ü °íÁ¤¸Þ´ºÀÇ 1´Ü ¸Þ´º¿µ¿ª (¸Þ´º, Ã»Ã¸Àå, È¨, ÀÌº¥Æ®, ¹«·á»ùÇÃ) ¹è°æ»öÀÌ ¹Ù²î¾î¾ßÇÔ.
*/
.bottomMenuListBox.isSafari {
    background-color: transparent;
    backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px);
    position: relative;
    box-shadow: 0 20px 0 0 rgba(255, 254, 253, 0.75);
}
.bottomMenuListBox.isSafari:after {
    position: absolute;
    opacity: 0.75;
    content: '';
    background-color: #FFFEFD;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.bottomMenuListBox.isChrome {
    background-color: #FFFFFF;
    box-shadow: 0 20px 0 0 rgba(255, 255, 255, 1);
}
.bottomMenuListBox.isNaver {
    background-color: #FFFFFF;
    box-shadow: 0 20px 0 0 rgba(255, 255, 255, 1);
}
.bottomMenuListBox.isKakaoTalk {
    background-color: #F7F7F7;
    box-shadow: 0 20px 0 0 rgba(247, 247, 247, 1);
}


/* 
    ½Ã½ºÅÛ ´ÙÅ©¸ðµå ÀÏ¶§ : ÇÏ´Ü °íÁ¤ ¸Þ´º 1´Ü¸¸ ¹è°æ, »ö»ó, ¾ÆÀÌÄÜ º¯°æµÇ¾î¾ßÇÔ
*/
.bottomMenuListBox.darkTheme .bottomMenuList span {
    color: #dddddd;;
}
.bottomMenuListBox.darkTheme.isSafari {
    border-top: 1px solid #312F2C;
    background-color: transparent;
    backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px);
    position: relative;
    box-shadow: 0 20px 0 0 rgba(49, 47, 44, 0.8);
}
.bottomMenuListBox.darkTheme.isSafari:after {
    position: absolute;
    opacity: 0.80;
    content: '';
    background-color: #312F2C;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.bottomMenuListBox.darkTheme.isChrome {
    border-top: 1px solid #343739;
    background-color: #343739;
    box-shadow: 0 20px 0 0 rgba(52, 55, 57, 1);
}
.bottomMenuListBox.darkTheme.isNaver {
    border-top: 1px solid #222225;
    background-color: #222225;
    box-shadow: 0 20px 0 0 rgba(34, 34, 37, 1);
}
.bottomMenuListBox.darkTheme.isKakaoTalk {
    border-top: 1px solid #151515;
    background-color: #151515;
    box-shadow: 0 20px 0 0 rgba(21, 21, 21, 1);
}
/*
@media (prefers-color-scheme: dark) {
    .bottomMenuListBox .bottomMenuList span,
    .darkTheme .bottomMenuList > li[data-slide="free-sample"] .sample_pick_count {
        color: #dddddd;;
    } {
        color: #dddddd;
    }
    .bottomMenuListBox.isSafari {
        border-top: 1px solid #312F2C;
        background-color: transparent;
        backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px);
        position: relative;
    }
    .bottomMenuListBox.isSafari:after {
        position: absolute;
        opacity: 0.80;
        content: '';
        background-color: #312F2C;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }
    .bottomMenuListBox.isChrome {
        border-top: 1px solid #343739;
        background-color: #343739;
    }
    .bottomMenuListBox.isNaver {
        border-top: 1px solid #222225;
        background-color: #222225;
    }
    .bottomMenuListBox.isKakaoTalk {
        border-top: 1px solid #151515;
        background-color: #151515;
    }
}
*/

 /*
    ÇÏ´Ü °íÁ¤ ¸Þ´º : ½½¶óÀÌµå ¾÷ ¸Þ´º
 */

.fixedLayer {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0;
    transition: 0.3s;
}
.fixedBottomMenuWrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
}
.fixedBottomMenuWrap {
    position: relative;
    bottom: 0;
    width: 100%;
}
.fixedBottomMenuWrapper.active .fixedLayer {
    display: block;
    opacity: 1;
    transition: 0.3s;
}
.bottomMenuSlideUp {
    width: 100%;
    max-height: calc(100svh - 50px);
    background-color: #ffffff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -100svh;
    transition: 0.3s;
    z-index: -1;
}
.bottomMenuSlideUp.slideUp {
    bottom: 0;
    transition: 0.3s;
}
.bottomMenuSlideUp.slideUp.zIndexUp {
    z-index: 1;
}
.bottomMenuSlideUp.slideUp.isHideFixedBottomMenu {
    bottom: -58px;
    transition: 0.3s;
}
.bottomMenuTitleBox { /* ½½¶óÀÌµå¾÷ ¸Þ´º Å¸ÀÌÆ² */
    height: 64px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}


/* ½½¶óÀÌµå ¸Þ´º ÃÖ»ó´Ü ³ëÄ¡¸ð¾ç --- À¸·Î º¯°æ */
.bottomMenuTitleBox.drag-handle {
    height: 20px;
    border-bottom: none;
    
}
.bottomMenuTitleBox.drag-handle .icon.iClose {
    top: 10px;
    right: 50%;
    transform: translate(50%, -50%);
    background: none;
    width: 40px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 5px;
}

.bottomMenuTitle {
    color: var(--basicFontColor);
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 300;
    line-height: 64px;
}
.bottomMenuContentBox > section { /* Ä«Å×°í¸®º° ·¡ÆÛ Å©±â */
    height: calc(100% - 64px);
    width: 100%;
    padding: 0;
    margin-bottom: 58px;
}


/* ÇÏ´Ü °íÁ¤ ¸Þ´º ¼­Ä¡¹Ù ·¡ÆÛ */
.bottomSearchBox {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 14px;
    position: fixed;
    bottom: -64px;
    opacity: 0;
    transition: 0.3s;
}
.bottomSearchBox.show {
    bottom: 58px;
    opacity: 1;
    transition: 0.3s;
}
.bottomSearchBox #bottomSearchForm label {
    display: none;
}
.bottomSearchBox #bottomSearchForm #bottomSearch {
    width: 100%;
    box-sizing: border-box;
    font-family: "Pretendard";
    font-size: var(--bodyFontSize);
    line-height: 35px;
    padding: 0 14px;
    border-color: #ededed;
    transition: 0.3s;
}
.bottomSearchBox #bottomSearchForm #bottomSearch:focus {
    outline-color: #ededed;
    transition: 0.3s;
}
.bottomSearchBox #bottomSearchForm #bottomSearch::placeholder {
    color: var(--eventDescColor);
    font-weight: 300;
}
.goSearch {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
}

/*
 ÇÏ´Ü °íÁ¤ ¸Þ´º Ä«Å×°í¸®
*/
#accordianCategory {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    margin-bottom: 128px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#accordianCategory::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* 
    ÇÏ´Ü °íÁ¤ ¸Þ´º ¾ÆÀÌÄÜ
*/

.bottomMenuListBox .icon {
    background-size: cover !important;
    display: inline-block;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}
.bottomMenuContentBox .icon {
    background-size: cover !important;
    display: inline-block;
    text-indent: -9999em;
    width: 18px;
    height: 18px;
}


/* ¾ÆÄÚµð¾ð ¸Þ´º°¡ ÀÖ´Â 2´Ü ¸Þ´º */
#accordianCategory .accordion {
    width: 100%;
    color: var(--basicFontColor);
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
    font-family: "Pretendard";
    font-size: var(--bodyFontSize);
    line-height: 46px;
    outline: none;
    padding: 0 14px;
    text-align: left;
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
#accordianCategory .accordion:after {
    transition: 0.3s;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--darkGray);
    border-bottom: 1px solid var(--darkGray);
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
}
#accordianCategory .accordion.active:after {
    transition: 0.3s;
    transform: translateY(-50%) rotate(-135deg);
}
#accordianCategory > div {
    border-top: 1px solid #ededed;
}
#accordianCategory > div:first-of-type {
    border-top: 0;
}


/*
 ÇÏ´Ü °íÁ¤ ¸Þ´º Ã»Ã¸Àå : product_list_filter_bundle.php¿¡¼­ ½ºÅ¸ÀÏ Á¦¾î
*/

/*
 ÇÏ´Ü °íÁ¤ ¸Þ´º »ùÇÃÄ«Æ®
*/
#accordianFreeSample {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
#accordianFreeSample div.sample_card_td_box {
    box-sizing: border-box;
}
#accordianFreeSample div.sample_card_td_box.focuser { /* ¸¶Áö¸· ¼±ÅÃ »ùÇÃ ÇÏÀÌ¶óÀÌÆ® */
    border: 2px solid var(--hlColor);
}
#sample_pick {
    color: var(--hlColor);
    font-weight: bold;
}
#sample_cards {
    padding: 22px 0;
    border-bottom: 1px solid #ededed;
}
#accordianFreeSample .btn_a51, #loginForm .btn_a51,  #login_guest_form .btn_a51 {
    height: 46px;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    text-align: center;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 300;
    margin: 20px 14px;
    line-height: 45px;
    border: none;
    border-radius: 0;
    background-color: var(--btnBgColorPrdOrder);
    padding: 0;
}
.bottomMenuList > li[data-slide="free-sample"] > div {
    position: relative;
}
.bottomMenuList > li[data-slide="free-sample"] .sample_pick_count {
    position: absolute;
    top: 50%;
    font-size: 8px;
    color: #ff7473;
    transform: translateY(-100%);
}

/* ¾ÆÄÚµð¾ð ¸Þ´º°¡ ¾ø´Â 1´Ü ¸Þ´º °øÅë */
.hyperLink {
    width: 100%;
    height: 49px;
    background-color: #ffffff;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    color: var(--basicFontColor);
    font-size: var(--bodyFontSize);
    padding: 0 14px;
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hyperLink a{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.hyperLink a > div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ½½¶óÀÌµå ¾÷ µÇ¾úÀ» ¶§ ¹è°æ ½ºÅ©·Ñ ¸·±â */
.no-scroll {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* 2level ½½¶óÀÌµå ¸Þ´º ¾ÆÀÌÄÜ */
.bottomMenuTitleBox .icon {
    width: 20px;
    height: 20px;
}
.bottomMenuTitleBox .icon.iClose {
    background: url("/m/img/icon_m_fixed_bottom_close") no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-14px, -50%);
    width: 20px;
    height: 20px;
    background-size: cover;
}
/* 3level ½½¶óÀÌµå ¸Þ´º */
.panel {
    width: 100%;
    display: none;
    background-color: #f9f7f7;
    overflow: hidden;
}
.panel ul{
    padding: 14px 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 10px;
}
.panel ul li {
    height: 30px;
    padding: 0 14px;
    background-color: #ffffff;
    outline: 1px solid #ededed;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel ul li.active {
    outline: 1px solid #777777;
}
.panel ul li a{
    display: inline-block;
    font-family: "Pretendard";
    font-size: var(--bodyFontSize);
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

/* º£³Ê ¹Ú½º : »ç¿ë ¾ÈÇÒ ¼ö µµ ÀÖÀ½, ÀÏ´Ü ½Ã¾È´ë·Î ³ëÃâÇÔ */
.bannerRow {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
    display: <?=$bannerRowDisplay?>;

}
.figureWrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
}
.figureWrap figure{
    width: calc(100% / 2 - 7.5px);
    height: 80px;
    margin: 0;
    position: relative;
}
.figureWrap figure a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.figureWrap figure:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
}
.figureWrap figure a img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.figureWrap figcaption{
    width: 100%;
    font-family: "Pretendard";
    font-size: var(--bodyFontSize);
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.figureWrap figure[data-banner="launge_b"] figcaption {
    letter-spacing: -1px;
}

/* »ö»ó °­Á¶ */
.hlPink {
    color: #ff7473;
}
.hlGreen {
    color: #55a488;
}