@charset "UTF-8";
/*-------------------------------------------------
title : login layout sheet
Author : Gahye Park
Create date :2024. 04. 15
-------------------------------------------------*/
/*-------------------------------------------------
title : login-variables style sheet
Author : Gahye Park
Create date :2021. 12. 06
-------------------------------------------------*/
/*-------------------------------------------------
title : login-mixin style sheet 
Author : Gahye Park
Create date :2021. 12. 06
-------------------------------------------------*/
/*-------------------------------------------------
title : login-variables style sheet
Author : Gahye Park
Create date :2021. 12. 06
-------------------------------------------------*/
@import "/fonts/pretendard/fonts.css";
@import "/fonts/line-awesome/line-awesome.min.css";
@import "/fonts/xeicon/xeicon.min.css";
/*************************************
    # dashboard 공통 변수 
************************************/
/* font family */
/* font color */
/* responsive */
#html {
  position: relative;
}

#sub_container {
  width: 100%;
}
#sub_container #contents {
  min-height: calc(100vh - 3.5rem);
  padding: 1.5rem;
  background: #F6F6F6;
  display: flex;
  margin-top: 3.5rem;
}
#sub_container .container {
  flex-grow: 1;
  background: #fff;
}
#sub_container .container .section {
  width: 100%;
  height: 100%;
}
#header .hdt-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  color: #fff;
  background: #32384F;
  height: 3.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

#header .hdt-link .ht-tit .logo {
  width: 6rem;
  height: 1.7rem;
  background: url(/images/sub/login_logo.svg) no-repeat center / 100%;
  margin-left: 1rem;
}