@charset "utf-8";

body{
  font-family: 'verdana', 'Malgun Gothic','맑은 고딕',Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif;
  font-size: 14px;
  color: #363636;
  letter-spacing: -0.05em;
  font-weight: 400;
}
input{
  font-family: 'verdana', 'Malgun Gothic','맑은 고딕',Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif;
  box-sizing: border-box;
}
@font-face {
  font-family: 'verdana';
  font-style: normal;
  font-weight: 400;
  src: local('※'),
  unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}

a{
  text-decoration: none;
  color: #666;
}
#wrapper{
  position:relative;
  min-width: 1440px;
  overflow:hidden;
}
/* header */
header{
  border-bottom:1px solid #ebebeb;
  background-color: #fff;
  box-sizing: border-box;
  height: 104px;
  position: relative;
  z-index:20;
  box-shadow: 0 3px 16px rgba(0 0 0 / 11%);
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
header h1{
  display: inline-block;
  position: relative;
  width:425px;
  height: 50px;
  line-height: 0;
  top:50%;
  transform: translateY(-50%);
}
header h1 > a{
  display: block;
  height: 100%;
  background: url('../images/logo-top.png') no-repeat;
  font-size: 0;
  line-height: 0;
}
header .gnb{
  display: flex;
  justify-content: space-between;
}
header .gnb .profile{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 335px;
}
header .profile .img-profile{
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid #76839a;
  background-color: #76839a;
  overflow: hidden;
  margin-right: 15px;
}
header .profile .img-profile img{
  width: 100%;
  height: 100%;
}
header .profile .text-profile .name-profile{
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 7px;
}
header .profile .text-profile .name-profile strong{
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 0.03em;
}
header .profile .text-profile .date-profile{
  font-size: 15px;
  color: #76839a;
}
header .profile .text-profile .date-profile strong{
  font-weight: 400;
  margin-right: 5px;
}
header .gnb .setting{
  display: flex;
  align-items: center;
  }

header .gnb .setting > li{
  margin-left: 10px;
}
header .gnb .setting > li > a{
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  border:1px solid #eaedf1;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
header .gnb .setting > li > a.set{
  background-image: url('../images/ico-set.png');
}
header .gnb .setting > li > a.out{
  background-image: url('../images/ico-out.png');
}

/* main */
#container{
  min-height: calc(100vh - 179px);
  background-color: #f0f1f3;
  display: flex;
}

/* SIDE */
#side{
  width: 313px;
}
#side .side-menu{
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(0 0 0 / 11%);
  z-index: 19;
  margin-bottom: 90px;
}

.side-depth1{
}
.side-depth1 li{
  font-size: 14px;
}
.side-depth1 > li + li{
  border-top: 1px solid #dde1e6;
}
.side-depth1 > li > a{
  display: block;
  padding: 15px 40px 15px 30px;
  line-height: 20px;
}
.side-depth1 > li > a:hover,
.side-depth1 > li > a:focus,
.side-depth1 > li.is-active > a{
  color: #606bc4;
  font-weight: 500;
}
.side-depth1 > li.has > a{
  position: relative;
}
.side-depth1 > li.has > a::before{
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url('../images/arrow-menu.png') no-repeat center;
}
.side-depth1 > li.has.is-active > a::before{
  transform: translateY(-50%) rotate(180deg);
}
.side-depth1 > li > .side-depth2{
  display: none;
}
.side-depth1 > li > .side-depth2 > li{
  border-top:1px solid #dde1e6;
}
.side-depth1 > li > .side-depth2 > li > a{
  display: block;
  line-height: 20px;
  padding: 10px 40px 10px 55px;
  background-color: #eaf1fe;
  color: #76839a;
}
.side-depth1 > li > .side-depth2 > li > a:hover,
.side-depth1 > li > .side-depth2 > li > a:focus,
.side-depth1 > li > .side-depth2 > li.is-active > a{
  background-color: #606bc4;
  color: #fff;
  font-weight: 500;
}

/* main */
.colgroup{
  width: calc(100% - 313px);
}
.sub-head{
  height: 140px;
  background-color: #fff;
  padding: 30px 40px 0;
  box-sizing: border-box;
  box-shadow: 3px 0 16px rgba(0 0 0 / 5%);;
}
.sub-head .sub-title{

}
.sub-head .sub-title > h2{
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 5px;
}
.sub-head .breadcrumbs{
}
.sub-head .breadcrumbs ol{
  display: flex;
}
.sub-head .breadcrumbs ol > li{
  font-size: 15px;
  line-height: 19px;
}
.sub-head .breadcrumbs ol > li > a{
  color: #76839a;
  position: relative;
  display: block;
  line-height: 19px;
}
.sub-head .breadcrumbs ol > li > a::after{
  content: '>';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.sub-head .breadcrumbs ol > li > strong{
  color: #76839a;
  font-weight: 400;
}

#contents{
  padding: 36px 36px 50px;
}
.contents-wrap{
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(0 0 0 / 5%);
  border-radius: 5px;
  padding: 30px 30px 40px;
  min-height: 300px;
}
.contents-wrap.contents-sorting{
  height: calc(98vh - 488px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer */
footer{
  height: 76px;
  background-color: #fff;
  box-sizing: border-box;
}
footer .copyright{
  font-size: 18px;
  line-height: 76px;
  font-weight: 400;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
  touch-action: none;
}

/* common */
.dimmed-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0 0 0 / 70%);
  z-index: 19;
}
.margin-top7 {
  margin-top: 7px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-bottom10{
  margin-bottom: 10px !important;
}
.margin-bottom20{
  margin-bottom: 20px !important;
}
.margin-left0{
  margin-left: 0 !important;
}
.margin-left10{
  margin-left: 10px !important;
}
/* button */
.button{
  display: inline-block;
  height: 28px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}
.button-gray{
  background-color: #999;
  color: #fff;
}
.button-black{
  background-color: #434343;
  color: #fff;
}
.button-grayblue{
  background-color: #76839a;
  color: #fff;
}
.button-white{
  background-color: #fff;
  color: #76839a;
  border: 1px solid #76839a;
  box-sizing: border-box;
}
/* text */
.point {
  color: #f15342;
}
.small-text{
  font-size: 12px;
}

input[type="text"]{
  width: 100%;
  height: 28px;
  border: 1px solid #dde1e6;
}
input[type="number"]{
  height: 28px;
  border: 1px solid #dde1e6;
  margin-top: 7px;
  margin-bottom: 7px;
}
input[type="file"]{
  height: 28px;
  background-color: #f0f0f0;
  border: 1px solid #dde1e6;
  line-height: 26px;
  padding:0 10px;
}
input[type="checkbox"],
input[type="radio"]{
  vertical-align: middle;
}
label{
  display: inline-block;
}
select{
  height: 28px;
  border: 1px solid #e6e7ea;
}
#button-top{
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: none;
  z-index: 9999;
  width: 62px;
  height: 62px;
  background: #707070 url('../images/btn-top.png') no-repeat center;
  border-radius: 5px;
}

.text-right{
  text-align: right !important;
}
.text-center{
  text-align: center !important;
}
.text-left{
  text-align: left !important;
}