@charset "UTF-8";
/**
	* Computes a CSS calc function that betweens a value from
	* A to B over viewport-width A to viewport-width B.
	* Requires a media query to cap the value at B.
	* vw 단위를 활용하여 미디어쿼리 분기의 중간 상태값을
	* 계산해주는 SASS 함수.
	* 간격이나 폰트사이즈에 적용하면 자연스러운
	* 반응형 사이즈 처리가 가능 함.
	* 참고사이트 http://dohoons.com/blog/1364
	*/
/**
	* Read the article: http://sassbreak.com/viewport-relative-headings-with-sass
	* px 를 vw 로 자동으로 바꿔 줌.
	* max-breakpoint 를 설정하면 미디어쿼리 브레이크 포인트가 됨.
	* 그래서 미디어쿼리 브레이크 포인트에 맞춰 px 가 vw 로 변환됨.
	* 100% 보다 더 크게 적용 하고 싶으면 return 부분을 수정하면됨.
	* 참고사이트 http://sassbreak.com/viewport-relative-headings-with-sass/
	*/
#wrap {
  width: 100%;
  height: 100%;
}

.inner {
  width: 1280px;
  min-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}

.container {
  width: 100%;
  min-width: 1280px;
}
.container .content-wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-type02 {
  margin-left: 5px;
}
.header .gnb .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-left: 70px;
}
.header .gnb .nav-item {
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
}
.header .gnb .nav-item.active {
  color: #f11975;
}
.header .download-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header .download-pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  gap: 6px;
}
.header .download-pdf .ic-download {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url(../../image/ic-download.png) no-repeat;
}

.footer {
  width: 100%;
  min-width: 1280px;
  background-color: #fcfcfc;
  margin: 0 auto;
}
.footer .ft-top {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.footer .ft-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .ft-top ul li {
  position: relative;
}
.footer .ft-top ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}
.footer .ft-top ul li:nth-child(2) a {
  padding-left: 35px;
}
.footer .ft-top ul li:nth-child(2)::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 4px;
  left: 18px;
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}
.footer .ft-bottom {
  padding: 40px 0;
}
.footer .ft-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
.footer .ft-bottom ul li {
  content: "";
  display: block;
  clear: both;
}
.footer .ft-bottom ul li img {
  display: block;
  float: left;
}
.footer .ft-bottom ul li span {
  float: left;
  display: block;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #8a909e;
  line-height: 1.5;
}
.footer .ft-copyright {
  margin: 20px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #8A909E;
  line-height: 1.5;
}

input[type=text], input[type=number] {
  width: 700px;
  height: 50px;
  padding: 10px 15px;
  border-radius: 7px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
  color: #bdbdbd;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #bdbdbd;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: #bdbdbd;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder {
  color: #bdbdbd;
}
input[type=text]::placeholder, input[type=number]::placeholder {
  color: #bdbdbd;
}

input[type=radio], input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
input[type=radio] + label, input[type=checkbox] + label {
  position: relative;
}
input[type=radio] + label::before, input[type=checkbox] + label::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  left: 0;
}

input[type=radio] + label {
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
}
input[type=radio] + label::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../image/input-radio.png) no-repeat;
  background-size: contain;
}
input[type=radio]:checked + label::before {
  background: url(../../image/input-radio-on.png) no-repeat;
  background-size: contain;
}

input[type=checkbox] + label {
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
}
input[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../image/input-checkbox.png) no-repeat;
  background-size: contain;
}
input[type=checkbox]:checked + label::before {
  background: url(../../image//input-checkbox-on.png) no-repeat;
  background-size: contain;
}

.input-box input {
  width: 560px;
}
.input-box button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 50px;
  margin-left: 10px;
  border-radius: 7px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.table-wrap {
  border-top: 2px solid #2b2b2b;
}
.table-wrap tr {
  border-bottom: 1px solid #e0e0e0;
}
.table-wrap th {
  font-size: 18px;
  font-weight: 600;
  padding: 0 15px;
}
.table-wrap th .essential {
  position: relative;
}
.table-wrap th .essential::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: -7px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #f11975;
}
.table-wrap th .msg {
  font-size: 15px;
  font-weight: 400;
  color: #9a9a9a;
}
.table-wrap td {
  padding: 15px 0;
  text-align: left;
}
.table-wrap td.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}
.table-wrap td.check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.table-title {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin: 80px 0 25px 0;
}

textarea {
  width: 100%;
  height: 250px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  resize: none;
}
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
textarea::-moz-placeholder {
  color: #bdbdbd;
}
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
textarea::placeholder {
  color: #bdbdbd;
}

.fc-p {
  color: #f11975;
}

.btn-wrap {
  text-align: center;
  padding: 40px 0 100px 0;
}
.btn-wrap button {
  width: 320px;
}

.btn-lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 30px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pop-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.pop-wrap .pop-inner {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 20px;
  width: 400px;
  max-height: 90vh;
}
.pop-wrap .pop-content {
  padding: 0 20px;
  margin-top: 60px;
}
.pop-wrap .pop-content .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.pop-wrap .pop-content .title em {
  font-weight: 700;
}
.pop-wrap .pop-content .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.pop-wrap .pop-content .input-wrap .label {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.pop-wrap .pop-content .input-wrap .label::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: -7px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #f11975;
}
.pop-wrap .pop-content .input-wrap input {
  width: 100%;
}
.pop-wrap .pop-content .check-box {
  margin-top: 10px;
}
.pop-wrap .pop-content .check-box label {
  font-size: 16px;
}
.pop-wrap .pop-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../../image/ic-pop-close.png) no-repeat;
}
.pop-wrap .pop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 10px;
}
.pop-wrap .pop-footer button, .pop-wrap .pop-footer a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 240326 css 추가 : start */
.header .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 210px);
}
.header .gnb .nav-item {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.header .gnb .nav-item:hover {
  color: #F11975;
}
.header .gnb .inquiry-btn a {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  border-radius: 50vh;
  background-color: #2B2B2B;
  padding: 0 20px;
}

/* 240326 css 추가 : end *//*# sourceMappingURL=common.css.map */