.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
    margin: 0 auto;
  }
}
.cover {
  position: relative;
  color: #fff;
  height: 200px;
  overflow: hidden;
}
.cover--home {
  background-color: white;
  background-size: cover;
  background-position: 100%;
}
@media (min-width: 992px) {
  .cover {
    top: -120px;
    height: 400px;
  }
  .cover--home {
    margin-bottom: -150px;
  }
}
.cover__sub-title {
  color: #707070;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .cover__sub-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cover__sub-title span {
  font-family: 'NotoKrL', sans-serif;
  font-size: 15px;
}
@media (min-width: 992px) {
  .cover__sub-title span {
    font-size: 16px;
  }
}
.cover__inner {
  width: 330px;
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cover__inner {
    width: auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.cover__content {
  font-size: 33px;
  color: #565656;
}
@media (min-width: 992px) {
  .cover__content {
    text-align: center;
    font-size: 55px;
  }
}
.cover__content span {
  font-family: 'NotoKrB', sans-serif;
  letter-spacing: -0.06em;
}
.cover__title {
  color: #ea5514;
}
.dimmed {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    z-index: 9997
}

.dimmed--active {
    display: block
}

.contact {
    padding: 20px
}

.contact h3 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center
}

.contact__item {
    margin-bottom: 20px
}

.contact__item--confirm {
    width: 100%;
    overflow: hidden
}

.contact__item--file {
    width: 100%;
    overflow: hidden
}

.contact__privacy {
    width: 250px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact__title {
    display: block;
    width: 180px;
    font-family: 'NotoKrB', sans-serif;
    margin-bottom: 10px
}

.contact__process {
    display: block;
    font-family: 'NotoKrB', sans-serif;
    margin-bottom: 10px;
    color: #ea6449;
}

.contact__essential {
    font-family: 'NotoKrB', sans-serif;
    color: #4392f4;
}

.education_item {
  margin-top: 20px;
}

.career_item {
  margin-top: 20px;
}

@media (min-width: 1200px) {
    .contact__title {
        margin-bottom: 0
    }

    .contact__privacy {
      margin-left: 180px;
    }
}

.contact__input {
    width: 100%;
    height: 44px;
    background-color: transparent;
    border: 0 none;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    text-indent: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.contact__input:hover,
.contact__input:focus {
    border-bottom: 1px solid #ea6449;
}

.contact__input--phone {
    width: calc(96% - 100px)
}

.contact__form {
    width: 100%
}

@media (min-width: 1200px) {
    .contact__form {
        width: 980px;
        margin: 0 auto
    }
}

.contact__form textarea {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
}

.contact__form textarea:hover,
.contact__form textarea:focus {
    border: 1px solid #ea6449;
}

@media (min-width: 1200px) {
    .contact__form textarea {
        margin-top: 0px
    }
}

.contact__footer {
    text-align: center;
    border-top: 1px solid #eaeaea
}

.contact__footer p {
    margin: 40px 0;
    font-family: 'NotoKrB', sans-serif;
    line-height: 20px;
}

.contact__footer button {
    border: none;
    background-color: #ea6449;
    color: #fff;
    padding: 20px;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    cursor: pointer
}

.contact__auth {
    box-sizing: border-box;
    float: right;
    border: none;
    background-color: #fff;
    color: #ea6449;
    width: 100px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ea6449;
}

.contact__button {
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    color: #ea6449;
    width: 100px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    border: 1px solid#ea6449;
}

input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

label {
    box-sizing: border-box;
    float: right;
    border: none;
    background-color: #fff;
    color: #ea6449;
    width: 100px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ea6449;
    line-height: 40px;
}

@media (min-width: 1200px) {
    .contact__auth {
        width: 120px;
        font-size: 16px
    }

    .contact__button {
        width: 120px;
        font-size: 16px
    }

    label {
        width: 120px;
        font-size: 16px;
    }
}

.contact__limit {
    padding-top: 10px;
    text-align: right
}

.contact ::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact ::-moz-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact :-ms-input-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact :-moz-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact textarea::-webkit-input-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact textarea::-moz-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact textarea:-ms-input-placeholder {
    color: #ddd;
    font-size: 16px
}

.contact textarea:-moz-placeholder {
    color: #ddd;
    font-size: 16px
}

input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    width: 20px;
    height: 20px;
    accent-color: #ea5514;
}

@media screen and (min-width:1200px) {
    .contact {
        padding: 0;
        margin-top: -70px
    }

    .contact__title {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        vertical-align: top
    }

    .contact__process {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        vertical-align: top
    }

    .contact__input {
        width: 796px;
        outline: none
    }

    .contact__form textarea {
        width: 796px;
        height: 200px;
        resize: none;
    }

    .contact__content {
        height: auto;
        line-height: 1
    }

    .contact__input--phone {
        width: 635px
    }

    .contact__input--education {
        width: 150px;
    }

    .contact__input--career {
        width: 150px;
    }

    .contact__item--confirm {
        width: 796px;
        display: inline-block
    }

    .contact__auth {
        margin-top: 0
    }

    .contact__footer button {
        width: 300px
    }
}

select {
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    padding-left: 15px;
    border: 1px solid #d7d7d7;
}

select {
    background: url(/code3/include/img/code3_common/SMH_dropdown.png) 98% 50% no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select:invalid {
    color: #000;
}

select::-ms-expand {
    display: none;
}

select {
    width: 150px;
    height: 40px;
    font-size: 16px;
}

