@charset "UTF-8";
@import url(/webjars/font-awesome/4.7.0/css/font-awesome.min.css);
/*--- 사이즈 분기점 ---*/
/* 576px / 768px / 992px / 1200px / 1440px */
/* Mobile Device (가로폭 767px 이하) sm*/
/* Tablet (가로폭 768px 이상, 1023px 이하)md */
/* PC Desktop (가로폭 992 이상) lg */
/* PC Desktop (가로폭 1024 이상) xl */

/* H & H Green: #115F42 */

/*--- Font ---*/
@font-face{
  font-family: 'Operetta12';
  src:url(/font/Operetta12-Medium.otf) format("truetype");
  font-style:normal;
  font-weight:normal; }
@font-face{
  font-family: 'Operetta8';
  src:url(/font/Operetta8-Medium.otf) format("truetype");
  font-style:normal;
  font-weight:normal; }
@font-face{
  font-family: 'DinBold';
  src:url(/font/D-DIN-Bold.ttf) format("truetype");
  font-style:normal;
  font-weight:normal; }
@font-face{
  font-family: 'Din';
  src:url(/font/D-DIN.ttf) format("truetype");
  font-style:normal;
  font-weight:normal; }
  
/* Japanese */
@font-face{
  font-family: 'NotoSansJPNMedium';
  src:url(/font/NotoSans-JPN-Medium.otf) format("truetype");
  font-style:normal;
  font-weight:normal; }
@font-face{
  font-family: 'NotoSansJPN';
  src:url(/font/NotoSans-JPN-Regular.otf) format("truetype");
  font-style:normal;
  font-weight:normal; }

/* Korean */
@font-face{
  font-family: 'NanumSquareBold';
  src:url(/font/Nanum-Square-Bold.ttf) format("truetype");
  font-style:normal;
  font-weight:normal; }
@font-face{
  font-family: 'NanumSquare';
  src:url(/font/Nanum-Square.ttf) format("truetype");
  font-style:normal;
  font-weight:normal; }

/* Chinese */
@font-face{
  font-family: 'NotoSansCHNMedium';
  src:url(/font/NotoSans-CHN-Medium.otf) format("truetype");
  font-style:normal;
  font-weight:normal; }
@font-face{
  font-family: 'NotoSansCHN';
  src:url(/font/NotoSans-CHN-Regular.otf) format("truetype");
  font-style:normal;
  font-weight:normal; }

h1:lang(ja) {font-family:'NotoSansJPNMedium', sans-serif; }
h2:lang(ja), h3:lang(ja) {font-family:'NotoSansJPNMedium', sans-serif; }
h4:lang(ja), h5:lang(ja) {font-family:'NotoSansJPN', sans-serif; font-weight: bold; }
body:lang(ja), p:lang(ja), span:lang(ja), div:lang(ja) {font-family:'NotoSansJPN', sans-serif; }

h1:lang(ko)  {font-family:'NanumSquareBold', sans-serif; }
h2:lang(ko), h3:lang(ko) {font-family:'NanumSquareBold', sans-serif; }
h4:lang(ko), h5:lang(ko) {font-family:'NanumSquare', sans-serif; font-weight: bold; }
body:lang(ko), p:lang(ko), span:lang(ko), div:lang(ko) {font-family:'NanumSquare', sans-serif; }

h1:lang(zh) {font-family:'NotoSansCHNMedium', sans-serif; }
h2:lang(zh), h3:lang(zh) {font-family:'NotoSansCHNMedium', sans-serif; }
h4:lang(zh), h5:lang(zh) {font-family:'NotoSansCHN', sans-serif; font-weight: bold; }
body:lang(zh), p:lang(zh) ,span:lang(zh), div:lang(zh) {font-family:'NotoSansCHN', sans-serif; }

h1:lang(en) {font-family:'Operetta12', sans-serif; }
h2:lang(en), h3:lang(en) {font-family:'Operetta8', sans-serif; }
h4:lang(en), h5:lang(en) {font-family:'DinBold', sans-serif; }
body:lang(en), p:lang(en), span:lang(en), div:lang(en) {font-family:'Din', sans-serif; }

.hh-f-green {
	color: #115F42 !important; }
.hh-f-white {
	color: #ffffff !important; }
.hh-f-required, .hh-f-warning  {
	color: #dc3545 !important; }
.hh-f-xs {
	font-size: 0.5rem;}
.hh-f-sm {
	font-size: 1rem;}
.hh-f-md {
	font-size: 1.5rem;}
.hh-f-lg {
	font-size: 2rem;}

html {
  height: 100%;
  margin: 0; }
body {
	display:flex;
	flex-direction:column;
	height: 100%; 
	margin: 0;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.1rem;
  font-family: 'Din', sans-serif;  }
.wrapper-container {
	flex: 1; }
::-moz-selection {
  background: #000;
  color: #fff; }
::selection {
  background: #000;
  color: #fff; }
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  cursor:pointer;
  color: #000000; 
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #115F42; }
  a.a_underline {
    text-decoration: underline; }
h1, h2, h3, h4, h5 {
  font-family: 'Operetta12', sans-serif;
  color: #000000; }
ul, ol{
  padding-left: 25px;
  margin:0; }
label {
  font-size: 1.1rem ; }
body, input, select, textarea {
  font-family: 'Din', sans-serif; }
button, input[type='button'] {
  color: #FFFFFF;
  background: #115F42;
  font-family: 'Din';
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  padding: 0.4rem 0.9rem;;
  line-height: 1.42857143;
  border-radius: 0.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1rem; }
  @media (max-width: 768px) {
    button, input[type='button'] {
      padding: 0.3rem 0.8rem;
      font-size: 1rem; }}
      
input[type="number"].no-arrow {
  -moz-appearance: textfield; }
input[type="number"].no-arrow::-webkit-inner-spin-button {
  display: none; }
input[type="number"].no-arrow::-webkit-outer-spin-button,
input[type="number"].no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

hr.green {
  background-color: #115F42;}
.hh-required:after{
  content:" *";
  color: #dc3545;
  font-size:1rem; }

.hh-fw-bold:lang(ja), .hh-fw-bold:lang(zh) {
	font-weight: 900; }
.hh-fw-bold:lang(ko) {
	font-family: 'NanumSquareBold'; }
.hh-fw-bold:lang(en) {
	font-family: 'DinBold'; }

/* Window Size */  
.inner  {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;  }
  .inner {
  width: calc( 100% - 6rem ); }
  @media all and (min-width:768px) and (max-width:1023px) {
  .inner {
    width: calc( 100% - 6rem ); }}
  @media all and (min-width:480px) and (max-width:767px) { 
  .inner {
    width: calc( 100% - 4rem ); }}
  @media all and (max-width:479px) {
  .inner {
    width: calc( 100% - 1rem ); }}
    
.inner .row {
	margin: 0; }
  
a.hh-button {
	text-transform: capitalize;
	padding: 0.5rem 0.7rem;
	text-decoration: none;
	border-radius: 0.2rem; }
.hh-button {
  display: flex;
  height: fit-content;
  justify-content: space-between;
  align-items: baseline;
  margin-right: 0.5rem;
  text-transform: uppercase;
  text-align-last: start; }
  .hh-button.dropdown-icon-none.dropdown-toggle::after {
    display: none; }
.hh-button:focus {
  outline: none; }
.hh-button.wide {
	min-width: 8rem; }
	@media (max-width: 992px) {
    .hh-button.wide {
      min-width: 5.8rem; }}
.hh-button.white {
  color: #115F42;
  background: #FFFFFF; }
.hh-button.green {
  color: #FFFFFF;
  background: #115F42; }
.hh-button.grey {
  color: #000000;
  background: #cccccc; }
  .hh-button i {
    float: right; }
.hh-button.text-center {
	text-align-last: center;
	justify-content: center; }

/* Language Item */
.language-item {
  font-family: 'Din' !important; }
.language-item.on {
  font-family: 'DinBold' !important; }
  
/* Tinymice */
#tinymce p {
  margin: 0; }
.hh-button.is-presentative {
	position: absolute;
	top:1.5rem;
	left: 0.5rem;
	-webkit-user-modify: read-only;
	font-size: 0.9rem;
	padding: 0.3rem; }
.mce-content-body {
	padding: 1rem;
	font-family: 'Din', sans-serif !important; }
.hh-content .hh-paragragh {
  padding-top: 0;
  font-size: 1.1rem; }
  .hh-content .hh-paragragh p, .hh-content .hh-paragragh span {
    margin-bottom: 1rem; }
    .hh-content .hh-paragragh p img, .hh-content .hh-paragragh span img {
      max-width: 100%;
      height: auto; }
    .hh-content .hh-paragragh a {
      text-decoration: underline; }
    .hh-content .hh-paragragh ul, .hh-content .hh-paragragh ol {
      margin-bottom: 1rem;}

/* Custom file input */
.hh-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.hh-file-input + label {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden; }
.hh-file-input:focus + label,
.hh-file-input.has-focus + label,
.hh-file-input + label:hover {
  border-color: #ced4da; }
.hh-file-input + label .hh-file-button {
  display: inline-block;
  height: 100%;
  color: #495057;
  background-color: #e9ecef;
  padding: 0.375rem 0.75rem;
  float: right; }
.hh-file-input + label .hh-file-name {
  height: calc(1.5em + 0.75rem + 2px);
  display: inline-block;
  color: #495057;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  width: calc(100% - 110px);
  text-align: left; }

/*--- Customize Bootstrap ---*/
/* Window Size */
/* .container { */
/*   width: 96%; } */
/* /*   max-width: 1140px; } */ */
/*   @media all and (min-width: 576px) { */
/*    .container { */
/* /*      max-width: 540px; */ */
/*      max-width: calc( 100% - 6rem ); */
/*      width: calc( 100% - 6rem ); }} */
/*   @media all and (min-width: 768px) { */
/*    .container { */
/* /*      max-width: 720px; */ */
/*      max-width: calc( 100% - 6rem ); */
/*      width: calc( 100% - 6rem ); } } */
/*   @media all and (min-width: 992px) { */
/*    .container { */
/*      max-width: 900px;} } */
/*   @media all and (min-width: 1200px) { */
/*    .container { */
/*      max-width: 1140px;} } */
/*   @media all and (min-width: 1440px) { */
/*    .container { */
/*      max-width: 1440px;} } */
     
/* carousel */
.carousel-indicators {
    margin-bottom: 0; }
  .carousel-indicators li {
    background-color: #115f42; }
.carousel-inner {
 padding: 0 3rem; }
 @media (max-width: 991.98px) {
  .carousel-inner {
    padding: 0 3rem 1.5rem 3rem; } }
  .carousel-inner .carousel-item .carousel-image {
    width: 40%; }
    @media (max-width: 991.98px) {
      .carousel-inner .carousel-item .carousel-image {
        width: 100%; } }
    .carousel-inner .carousel-item .carousel-image .carousel-image-ratio {
      position: relative;
      padding-top: 75%;
      overflow: hidden; }
      .carousel-inner .carousel-item .carousel-image .carousel-image-ratio img {
        position: absolute;
        top: 0; 
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        
  .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 60%;
    left: 40%;
    bottom: 0;
    top: 0;
    text-align: left;
    padding: 1em;
    bottom: 13.5rem; }
    @media (max-width: 1199.98px) {
      .carousel-inner .carousel-item .carousel-caption {
        padding: 0 1rem } }
    @media (max-width: 991.98px) {
      .carousel-inner .carousel-item .carousel-caption {
        position: relative;
        left: 0%;
        width: 100%;
        font-size: 1.5rem;
        padding: 0.5rem; } }
    .carousel-inner .carousel-item .carousel-caption .carousel-caption-title {
      height: 1.5em;
      line-height: 1.5em;
      -webkit-line-clamp: 1;
      margin-bottom: 0.25rem;
      width: 100%;  }
      @media (max-width: 1199.98px) {
        .carousel-inner .carousel-item .carousel-caption .carousel-caption-title {
          font-size: 1.5rem;
          -webkit-line-clamp: 1; } }
      @media (max-width: 991.98px) {
        .carousel-inner .carousel-item .carousel-caption .carousel-caption-title {
          height: 2rem;
          height: 4rem; 
          -webkit-line-clamp: 2; } }
    .carousel-inner .carousel-item .carousel-caption .carousel-caption-contents {
      height: 5.4em;
      line-height: 1.8em;
      font-size: 1.1rem;
      -webkit-line-clamp: 3;
      color: #000000;
      margin-bottom: 1rem;  }
      @media (max-width: 1199.98px) {
        .carousel-inner .carousel-item .carousel-caption .carousel-caption-contents {
          margin-bottom: 0.5rem; } }
      @media (max-width: 991.98px) {
        .carousel-inner .carousel-item .carousel-caption .carousel-caption-contents {
          display: none; } }
    .carousel-inner .carousel-item .carousel-caption .carousel-caption-btn {
      display: block;  }
      @media (max-width: 991.98px) {
        .carousel-inner .carousel-item .carousel-caption .carousel-caption-btn {
          display: none; } }
.carousel-control-prev, .carousel-control-next {
  width: 5%;
  opacity: 1;
  transition: none; }
  .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  }
  .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  }
/* Pagination */
.pagination {
  padding: 1rem 0 2rem 0; }
  .pagination .page-item .page-link {
    border: none;
    color: #115F42;
    font-size: 1.3rem;
    padding: 0.5rem 1.3rem; }
  .pagination .page-item.active .page-link {
    background: #FFFFFF;
    font-family: 'DinBold'; }
  .pagination .page-item .page-link:hover {
    background: #FFFFFF;
    color: #115F42;
    text-decoration: underline;
    text-decoration-color: #115F42; }
  .pagination .page-item .page-link:focus {
    box-shadow: none; }
.form-control:focus, input[type="file"]:focus{ 
  border-color: #115F42;
  outline: 0;
  box-shadow:inset 0 0 0 0.1rem rgba(16, 98, 69, 0.4); }


/* Dropdown */
.dropdown-menu {
  min-width: 8rem; }
.dropdown .dropdown-item {
	cursor: pointer; }
.dropdown-menu .inner {
	width: auto;
	overflow-y: auto; }
.dropdown-menu .dropdown-item:hover {
  color: #115F42; }
  
  
  
/* form */
.form-row {
  margin-bottom: 1rem; }
.form-row.margin-0 { 
  margin:0; }
.form-row.margin-bottom-0 { 
  margin-bottom:0; }
/* Date and time picker */
.input-group-text a{
	color: #495057; }
.datetimepicker {
  font-size: 1rem; }
.datetimepicker td {
	width: 2rem;
	height: 2rem; }
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #115F42;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
	background-image: -webkit-linear-gradient(top,#115F42, #115F42);}
.nav-link {
	cursor: pointer; }
	
/* Bootstrap-select Override*/
.dropdown-header {
	font-size: 1rem; }
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 5px auto #115F42!important; }
	
/* 	text-transform: capitalize; } */
/* button.ms-choice span { */
/* 	text-transform: capitalize; */
/* 	width: 90%; } */
/* .ms-choice>div.icon-close { */
/* 	line-height: 100%;  */
/* 	font-size: 1.5rem; } */

/*--- Tab menu ---*/
.hh-content .tab_menu {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
/*   max-width: 1240px; */
  width: 100%;
/*   margin: 0 auto; */
  justify-content: space-between; }

.hh-content .tab_menu li.on {
  background-color: #115F42;
  color: #FFFFFF; }

.hh-content .tab_menu li {
  width: calc(100%/2);
  text-align: center;
  border: 1px solid #ced4da;
  border-right: 0px;
  height: 2.8rem;
  line-height: 2.8rem;
  cursor: pointer;
  color: #115F42; }

.hh-content .tab_menu li:last-child {
  border: 1px solid #ced4da; }

.hh-content .tab-body {
  display: none; }
.hh-content .tab-body.on {
  display: flex;
  width: 100%;  }
  
/*--- Common Style ---*/
.hh-ellipsis {
  line-height: 2rem;
  height: 2rem;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-line;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  margin: 0 0 0.2rem 0; }
.hh-item-heading {
  font-family: DinBold; }
     
/* Content Head */
.hh-page-head {
  height: 12rem;
  background: #115f42;
  color: #FFFFFF; }
.hh-page-head:before {
  content: '';
  background-image: url('/images/common/title_pattern.png');
  background-repeat: repeat;
  background-size: 3rem 6rem;
  height: inherit;
  width: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 1; }
/*   @media (max-width: 575.98px) { */
/* 		.hh-page-head:before { */
/*       background-image: none; }} */
  .hh-page-head .container {
	  height: inherit; }
  .hh-page-head .breadcrumb-wrapper {
    position: absolute;
    margin: 0; }
  .hh-page-head nav {
    z-index: 2;
    display:block;
    font-size: 1.1rem;  }
    @media (max-width: 768px) {
		  .hh-page-head nav {
		    display: none; }}
    @media (max-width: 576px) {
		  .hh-page-head nav {
		    display: none; }}
  .hh-page-head .hh-page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem; }
      .hh-page-head .hh-page-breadcrumb .hh-breadcrumb-item {
        padding-left: 0.5rem; }
      .hh-page-head .hh-page-breadcrumb .hh-breadcrumb-item:first-child {
        padding-left: 0; }
      .hh-page-head .hh-page-breadcrumb .hh-breadcrumb-item.active {
        font-family: 'DinBold'; }
        .hh-page-head .hh-page-breadcrumb .hh-breadcrumb-item a {
          color: #FFFFFF; }
        .hh-page-head .hh-page-breadcrumb .hh-breadcrumb-item a:hover {
          text-decoration: none; }
      .hh-breadcrumb-item + .hh-breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #FFFFFF;
        content: ">"; }
  .hh-page-head .page-heading-wrapper {
    height: inherit;
    width: 100%; }
	  .hh-page-head .page-heading-wrapper .hh-page-heading {
	    font-size: 4rem;
	    color: #FFFFFF;
	    text-align: center;
	    margin: 0 auto;
      height: fit-content;
	    z-index: 2;
	    width: 100%;
      white-space: break-spaces; }
	  .hh-page-head .page-heading-wrapper .hh-page-heading:lang(en) {
	    font-family: Operetta8;}
	  .hh-page-head .page-heading-wrapper .hh-page-heading:lang(ja) {
	    font-family: NotoSansJPNMedium;}
	  .hh-page-head .page-heading-wrapper .hh-page-heading:lang(ko) {
	    font-family: NanumSquareBold;}
	  .hh-page-head .page-heading-wrapper .hh-page-heading:lang(zh) {
	    font-family: NotoSansCHNMedium;}
	  .hh-page-head .page-heading-wrapper .hh-page-heading.medium-font {
	    font-size: 3rem;}
	  .hh-page-head .page-heading-wrapper .hh-page-heading.small-font {
	    font-size: 2.5rem;}
	    @media (max-width: 992px) {
			  .hh-page-head .page-heading-wrapper .hh-page-heading {
			    font-size: 2.5rem;}}
	    @media (max-width: 575.98px) {
			  .hh-page-head .page-heading-wrapper .hh-page-heading {
			    font-size: 2.3rem; }}

/* Content */
.hh-content {
  padding: 2rem;}
  @media (max-width: 991.98px) {
    .hh-content {
      padding: 0.5rem 0rem;} }
  .hh-content .hh-section {
    padding-bottom: 1.5rem;
    font-size: 1.1rem; }
    @media (max-width: 991.98px) {
      .hh-content .hh-section {
      padding-bottom: 3rem 0; } }
  .hh-content .hh-section-head .hh-section-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #115f42;
    margin: 1rem 0 0.5rem 0; }
  .hh-content .hh-section-head .hh-section-heading:lang(en) {
    font-family: 'Operetta12'; }
  .hh-content .hh-section-head .hh-section-heading:lang(ja) {
    font-family: 'NotoSansJPNMedium'; }
  .hh-content .hh-section-head .hh-section-heading:lang(ko) {
    font-family: 'NanumSquareBold'; }
  .hh-content .hh-section-head .hh-section-heading:lang(zh) {
    font-family: 'NotoSansCHNMedium'; }
    @media (max-width: 576px) {
	  .hh-content .hh-section-head .hh-section-heading {
        font-size: 1.8rem; }}
.hh-content.bg-light {
  background-color: #f6f5f5 !important; }
  .hh-content .hh-section-head {
    display: flex;
    width: 100%;
    align-items: baseline; }
  .hh-content .hh-section-head .hh-section-more {
    color: #115f42;
    text-align: right;
    margin-right: 0.5rem;
    cursor: pointer;
    text-transform: uppercase; }
    .hh-content .hh-section-head .hh-section-more a {
      color: #115f42;
      margin-top: 1rem;
      font-family: 'Din', sans-serif;
      font-size: 1.1rem; }
  .hh-content .hh-box {
    display: block;
    background: #FFFFFF;
    padding: 1.7rem;
    margin: 1rem 0;
    border: 1px solid #FFFFFF;
    color: #000000;
    cursor: pointer; }
  .hh-content .hh-box:hover {
    background: #FFFFFF;
    padding: 1.7rem;
    margin: 1rem 0;
    border: 1px solid #115f42;
    color: #115f42; }
    .hh-content .hh-box .hh-box-hr.green {
      width: 2rem;
      border: 2px solid #115F42;
      background: #115F42;
      margin: 0 0 0.5rem 0; }
    .hh-content .hh-box .hh-box-categories {
     margin: 0;
     padding: 0; }
    .hh-content .hh-box .hh-box-title {
      width: 100%;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      height: 2rem;
      line-height: 2rem;
      -webkit-line-clamp: 1; }
    .hh-content .hh-box .hh-box-content {
      font-size: 1.1rem;
      height: 9rem;
      line-height: 1.5rem;
      -webkit-line-clamp: 6; 
      margin-bottom: 0.5rem;
      width: -webkit-fill-available; }
    .hh-content .hh-box .hh-box-date {
      font-size: 0.8rem;
      padding:0;
      margin: 0; }
    .hh-content .hh-pre-line {
     white-space: pre-line; }
/* Person box */
.hh-person-box {
  margin: 0.3rem 0.3rem 2rem 0.3rem; }    
.hh-person-box.pointer {
	cursor: pointer;  }
.hh-person-box[data-isviewpage="0"] {
	cursor: default;}
.hh-person-box:hover {
  -webkit-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.1); 
  box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.1); }     
  .hh-person-box .hh-person-img {
    position: relative; }
  .hh-person-box .hh-person-img img {
    width: 100%; }
  .hh-person-box .hh-person-img a {
    position: absolute;
    right: 5%;
    bottom: 5%; 
    color: #FFFFFF; } 
    @media (max-width: 1199.98px) {
    .hh-person-box .hh-person-img a {
      font-size: 0.9rem; }}  
    @media (max-width: 992px) {
    .hh-person-box .hh-person-img a {
      font-size: 1.3rem; }}  
    @media (max-width: 767.98px) {
    .hh-person-box .hh-person-img a {
      font-size: 2rem; }}  
    @media (max-width: 575.98px) {
    .hh-person-box .hh-person-img a {
      font-size: 1.5rem; }}
  .hh-person-box .hh-person-img a:hover {
   color: #115f42; }
  .hh-person-box .hh-person-inform {
    height: 5rem;
    padding: 0.5rem; }
    .hh-person-box .hh-person-inform .hh-person-name {
    	text-transform: capitalize;
      font-size: 1.5rem;
      color: #000000;
      margin: 0; }
    .hh-person-box .hh-person-inform .hh-person-position {
      font-size: 1.2rem;
      color: #949494;
      margin-bottom: 0.5rem; }

/* Start list */
.hh-list {
  width: 100%;
  list-style: none; }
  .hh-list .no-padding-margin {
   padding: 0;
   margin: 0; }
  .hh-list .no-result {
   text-align: center; }
  .hh-list .hh-list-item {
    padding: 1rem 0;
    border-bottom: 0.0625rem solid #115F42; }
  .hh-list .hh-list-item:hover {
    cursor: pointer; }
  .hh-list .hh-list-item:last-child {
    border: none; }
  .hh-list .hh-list-item .hh-item-category {
    font-family: 'Din', sans-serif;
    font-size: 1.1rem;
    margin: 0; }
  .hh-list .hh-list-item .hh-item-heading {
    font-size: 1.3rem;
    width: 80%;
    height: 2rem;
    line-height: 2rem;
    -webkit-line-clamp: 1; 
    margin: 0; }
    @media (max-width: 991.98px) {
      .hh-list .hh-list-item .hh-item-heading {
        width: 95%;
        white-space: pre-line;
        height: 4rem;
        line-height: 2rem;
        -webkit-line-clamp: 2; } }
  .hh-list .hh-list-item .hh-item-date {
    font-family: 'Din', sans-serif;
    font-size: 1.1rem;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0; }
      @media (max-width: 991.98px) {
        .hh-list .hh-list-item .hh-item-date {
          float: none; } }
          
.hh-content .row.hh-section li .list-item {
  font-size: 1.1rem;}
.hh-content .row.hh-section li .list-item:lang(en) {
  font-family: Din; }
.hh-content .row.hh-section li .list-item:lang(ja) {
  font-family: NotoSansJPN; }
.hh-content .row.hh-section li .list-item:lang(ko) {
  font-family: NanumSquare; }
.hh-content .row.hh-section li .list-item:lang(zh) {
  font-family: NotoSansCHN; }
 /* End list */         
          
.hh-inline {
  display: inline-block; }
  .hh-strong {
  font-weight: bold; }     

/* time picker */
.input-group [data-toggle="hh-timepicker"] {
  cursor: pointer;}
.hh-timepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
  left: 6px; }
.hh-timepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
	top: -6px;
	left: 7px; }    
.hh-timepicker-dropdown .row {
  margin: 0;
  padding: 0 0.5rem; }
.hh-timepicker-dropdown .dropdown-item {
	width: 4rem;
	padding: 0.25rem 0.5rem;
  text-align: center; }
.hh-timepicker-dropdown .dropdown-item:hover, .hh-timepicker-dropdown .dropdown-item:active {
  background-color: #f8f9fa;
	cursor: pointer; }
.hh-timepicker-dropdown .dropdown-item.disabled {
  color: #959ca6; }
.hh-timepicker-dropdown .dropdown-item.disabled:hover {
	background: #FFFFFF; }

.hh-circular-icon	{
	margin: 0 auto;
	width: 2rem;
	height: 2rem;
  line-height: 2rem;
  vertical-align: middle;
	background: #115F42;
	border-radius: 1rem;
	text-align: center;
	color: #FFFFFF; }
.hh-circular-icon.gray {
	background: #ced4da;
	color: #115F42; }
.hh-circular-icon.gray:hover {
	background: #cc9d64;
	color: #FFFFFF; }

/* Tooltip */
.hh-tooltip {
  position: relative;
  display: inline-block;
  -ms-transform: translateY(-50%);
  transform: translateY(15%); }
.hh-tooltip .hh-tooltiptext {
  visibility: hidden;
  background-color: #FFFFFF;
  color: #555555;
  padding: 0rem 1rem;
  position: absolute;
  z-index: 1;
  width: inherit;
  min-width: 200%;
  line-height:2rem;
  height: auto;
  -webkit-line-clamp: 3;
  bottom: 84%;
  left: 8%;
  font-size: 1rem; }
.hh-tooltip:hover .hh-tooltiptext {
  visibility: visible; }

/* For careers */
.hh-content.careers-steps {
  padding: 2rem 0;
  margin: 0; }
.hh-content.careers-contents {
  padding-top: 0; }
.hh-content.careers-contents .heading {
  font-family: 'Operetta12';
  font-size: 1.5rem;
  font-weight: bold;
  color: #115f42;
  margin: 1rem 0 0.5rem 0; }
.hh-content.careers-steps ul.hh-step {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center; }
.hh-content.careers-steps ul.hh-step li {
  flex: 1;
  font-size: 18px;
  color: #222;
  font-weight: normal;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 14px;
  border: 1px solid #d4d4d4;
  border-left: none;
  position: relative; }
.hh-content.careers-steps ul.hh-step li:first-child {
  border-left: 1px solid #d4d4d4; }
 .hh-content.careers-steps ul.hh-step li.on {
  background: #333;
  border: 1px solid #333;
  color: #fff; }
.hh-content.careers-steps ul.hh-step li span {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  display: block; } 	
	