@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Galada');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');

.ContainerDiv {
  width: 100%;
  height: 100%;
  background-image: url('../../public/images/main_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
		background-attachment: fixed, fixed;
}

.TopDiv {
  height: 48px;
  width: 100%;
  background: rgba(57, 69, 75, 0.95);
  text-align: center;
  line-height: 45px;
  position: fixed;
  z-index: 10;
  top: 0;
}

.TopDiv .HomeBtn{
  color: #ffffff;
  font-size: 18px;
}

.TopDiv .Title1{
  font-family: 'Nanum Myeongjo', serif !important;
}

.TopDiv .Title2{
  font-family: 'Galada', cursive !important;
  letter-spacing:2px !important;
  padding-left:5px !important;
}

.TopDiv .Title3{
  display: none;
  font-size: 12px;
  color: #ffffff;
  vertical-align: top;
  margin-left: 5px;
}

.MainDiv {
  width: 100%;
  height: calc(100% - 48px);
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.25);
}

  .MainDiv .aptCategoryContainer {
    position: relative;
    height: 260px;
    width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    top: calc(50% - 160px );
    left: calc(50% - ((100%) / 2) + 15px);
    background: rgba(255,255,255,0.9);
  }

  .MainDiv .aptCategoryContainer .aptCategoryTitle {
		font-weight: 900;
		letter-spacing: -0.0325em;
    font-size: 25px;
    display: block;
    color: #39454b;
    margin-bottom: 25px;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
  }

  .MainDiv .aptCategoryContainer span {
    font-size: 14px;
    color: #39454b;
    line-height: 25px;
    font-family: 'Nanum Gothic', sans-serif;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  .aptCategorySelectBox {
    position: relative;
    border: 2px solid #e0e0e0;
    z-index: 1;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }

  .aptCategorySelectBox label {
    position: absolute;
    top: 1px;
    color: #555;
    height: 40px;
    border-radius: 10px;
    z-index: -1;
    font-size: 16px;
    width: calc(100% - 15px);
    line-height: 40px;
    padding-left: 15px;
    cursor: pointer;
  }


  .aptCategorySelectBox select {
    width: 100%;
    height: 40px;
    line-height: normal;
    font-family: inherit;
    padding: .8em, .5em;
    border: 0;
    opacity: 0;
    padding-left: 15px;
    filter: alpha(opacity=0);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor: pointer;
  }

  .aptCategorySelectBox select::-ms-expand {
    display: none;
  }

  .aptCategorySelectBox select option {
    font-size: 16px;
    color: #555555;
  }

  .aptCategoryContainer .buttonDiv{
    width: 100%;
    text-align: right;
  }

  .aptCategoryContainer .SubmitBtn {
    background-color: #98c593;
    color: #ffffff;
    width: 120px;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
  }

  .aptCategoryContainer .SubmitBtn:hover{
    background: #a8cea4;
  }



.BottomDiv {
  width: 100%;
  height: 150px;
  background: #39454b;
  color: rgba(185, 186, 187, 0.5);
  text-align: center;
}

.BottomDiv ul {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
}

.BottomDiv li {
  display: block;
  font-size: 14px;
  padding-left: 0;
  padding-top: 5px;
}

.BottomDiv .Right li{
  border-left: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width:768px){
  .TopDiv {
    height: 52px;
    text-align: left;
    line-height: 50px;
    padding-left: 30px;
  }

  .TopDiv .HomeBtn{
    font-size: 20px;
  }

  .TopDiv .Title3{
    display: inline;
    font-size: 12px;
    color: #ffffff;
    vertical-align: top;
    margin-left: 5px;
  }

  .MainDiv {
    width: 100%;
    height: calc(100% - 52px);
    margin-top: 52px;
    background: rgba(255, 255, 255, 0.25);
  }



    .MainDiv .aptCategoryContainer {
      position: relative;
      height: 350px;
      width: 480px;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 75px;
      padding-bottom: 75px;
      top: calc(50% - 250px);
      left: 0;
      background: rgba(255,255,255,0.9);
    }

    .MainDiv .aptCategoryContainer .aptCategoryTitle {
      font-weight: 900;
      letter-spacing: -0.0325em;
      font-size: 45px;
      display: block;
      color: #39454b;
      margin-bottom: 30px;
      font-family: 'Nanum Gothic', sans-serif;
    }

    .MainDiv .aptCategoryContainer span {
      font-size: 20px;
      color: #39454b;
      line-height: 35px;
      font-family: 'Nanum Gothic', sans-serif;
      display: block;
      margin-bottom: 20px;
    }

    .aptCategorySelectBox {
      position: relative;
      border: 2px solid #e0e0e0;
      z-index: 1;
      border-radius: 10px;
      display: block;
      width: 100%;
      height: 55px;
      margin-bottom: 20px;
    }

    .aptCategorySelectBox label {
      position: absolute;
      top: 1px;
      color: #555;
      height: 55px;
      border-radius: 10px;
      z-index: -1;
      font-size: 21px;
      width: calc(100% - 15px);
      line-height: 55px;
      padding-left: 15px;
      cursor: pointer;
    }


    .aptCategorySelectBox select {
      width: 100%;
      height: 55px;
      line-height: normal;
      font-family: inherit;
      padding: .8em, .5em;
      border: 0;
      opacity: 0;
      padding-left: 15px;
      filter: alpha(opacity=0);
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
      cursor: pointer;
    }

    .aptCategorySelectBox select::-ms-expand {
      display: none;
    }

    .aptCategorySelectBox select option {
      font-size: 21px;
      color: #555555;
    }

    .aptCategoryContainer .buttonDiv{
      width: 100%;
      text-align: right;
    }

    .aptCategoryContainer .SubmitBtn {
      background-color: #98c593;
      color: #ffffff;
      width: 155px;
      display: inline-block;
      text-align: center;
      height: 70px;
      line-height: 70px;
      border-radius: 40px;
      font-size: 20px;
      cursor: pointer;
    }

    .aptCategoryContainer .SubmitBtn:hover{
      background: #a8cea4;
    }



  .BottomDiv {
    width: 100%;
    height: 100px;
    background: #39454b;
    color: rgba(185, 186, 187, 0.5);
    text-align: center;
  }

  .BottomDiv ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
  }

  .BottomDiv li {
    display: inline-block;
    font-size: 18px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
  }

  .BottomDiv .Right li{
    border-left: 1px solid;
		border-left-color: rgba(185, 186, 187, 0.2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .BottomDiv .Right li:first-child {
    border-left: 0px;
  }
}

@media screen and (min-width: 1280px ){
  .TopDiv {
    height: 58px;
    text-align: left;
    line-height: 55px;
    padding-left: 40px;
  }

  .TopDiv .HomeBtn{
    font-size: 26px;
  }

  .TopDiv .Title3{
    display: inline;
    font-size: 14px;
    color: #ffffff;
    vertical-align: top;
    margin-left: 8px;
  }

  .MainDiv {
    position: relative;
    width: 100%;
    height: calc(100% - 58px);
    margin-top: 58px;
    background: rgba(150, 150, 150, 0.25);
  }




  .MainDiv .aptCategoryContainer {
    position: relative;
    height: 370px;
    width: 530px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
    top: calc(50% - 260px);
    left: 0;
    background: rgba(255,255,255,0.9);
  }

  .MainDiv .aptCategoryContainer .aptCategoryTitle {
    font-weight: 900;
    letter-spacing: -0.0325em;
    font-size: 45px;
    display: block;
    color: #39454b;
    margin-bottom: 30px;
    font-family: 'Nanum Gothic', sans-serif;
  }

  .MainDiv .aptCategoryContainer span {
    font-size: 20px;
    color: #39454b;
    line-height: 35px;
    font-family: 'Nanum Gothic', sans-serif;
    display: block;
    margin-bottom: 20px;
  }

  .aptCategorySelectBox {
    position: relative;
    border: 2px solid #e0e0e0;
    z-index: 1;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
  }

  .aptCategorySelectBox label {
    position: absolute;
    top: 1px;
    color: #555;
    height: 55px;
    border-radius: 10px;
    z-index: -1;
    font-size: 21px;
    width: calc(100% - 15px);
    line-height: 55px;
    padding-left: 15px;
    cursor: pointer;
  }


  .aptCategorySelectBox select {
    width: 100%;
    height: 55px;
    line-height: normal;
    font-family: inherit;
    padding: .8em, .5em;
    border: 0;
    opacity: 0;
    padding-left: 15px;
    filter: alpha(opacity=0);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor: pointer;
  }

  .aptCategorySelectBox select::-ms-expand {
    display: none;
  }

  .aptCategorySelectBox select option {
    font-size: 21px;
    color: #555555;
  }

  .aptCategoryContainer .buttonDiv{
    width: 100%;
    text-align: right;
  }

  .aptCategoryContainer .SubmitBtn {
    background-color: #98c593;
    color: #ffffff;
    width: 155px;
    display: inline-block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 40px;
    font-size: 20px;
    cursor: pointer;
  }

  .aptCategoryContainer .SubmitBtn:hover{
    background: #a8cea4;
  }



  .BottomDiv {
    width: 100%;
    height: 80px;
    background: #39454b;
    color: rgba(185, 186, 187, 0.5);
  }

  .BottomDiv ul {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
  }

  .BottomDiv li {
    display: inline-block;
    font-size: 20px;
    padding-top: 0;
  }

  .BottomDiv .Left {
    display: inline-block;
    float: left;
  }

  .BottomDiv .Right {
    display: inline-block;
    float: right;
  }

  .BottomDiv .Right li{
    border-left: 1px solid;
		border-left-color: rgba(185, 186, 187, 0.2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .BottomDiv .Right li:first-child {
    border-left: 0px;
  }
}
