/********** layout **********/

html,
body{
    height: 100%;
    /* overflow: hidden; */
}

.main-container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 메인페이지_전체 박스 서식 */
#wrap{
    width: 100%;
    min-height: calc(100vh - 7.25rem);
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 5.3125rem;
    z-index: 99999;
}

.header-bg{
  background-color: #ffffff;
}

.nav {
}

.visual {
}

.main {
}

.footer{
    width: 87.5rem;
    height: 7.25rem;
    background-color: #ffffff;
    margin: 0 auto;
}

.h60{
  height: 60px;
}

.w210{
  width: 210px;
}

.w403{
  width: 403px;
}

.w430{
  width: 430px;
}

.w500{
  width: 500px;
}

.w100 {
  width: 100%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 49.5%;
}

.w40 {
  width: 40%;
}

.w20 {
  width: 20%;
}

.m_content {
  width: 100%;
}