@charset "utf-8";

.wrap {}

.content,
.container {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width:660px) {
  .container {
    padding: 0 20px;
  }
}

/* 211019 p 추가 */
p {
  font-size: 12px;
  line-height: 1.4;
}

header {
  background: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
  position: fixed;
  width: 100%;
}

header .title {
  padding-top: 35px;
  position: relative;
  height: 90px;
  box-sizing: border-box;
}

header h1,
header h2 {
  display: inline-block;
}

header h1 {
  position: absolute;
  left: 30px;
}

header h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}

header .btn.btn-close {
  width: 20px;
  height: 20px;
  background: url(/img/btn-close.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 30px;
}

header .header-info {
  padding: 10px 20px 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000;
  box-sizing: border-box;
  min-height: 100px;
}

header .header-info p.header-info-txt {
  text-align: justify;
  word-break: break-all;
}

header .header-info-alert {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #ff3838;
  background-image: url(/img/ic-exclamationmark.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left 2px;
  padding-left: 25px;
}

@media (max-width:320px) {
  header .header-info-alert {
    padding-left: 18px;

  }
}

/*
@media (max-width:660px) {
    header .title {
        padding-top: 0;
    }

    header h1 {
        top: 20px;
        left: 20px;
    }

    header h1 img {
        height: 25px;
    }

    header h2 {
        top: 60px;

    }

    header .btn.btn-close {
        top: 18px;
        right: 20px;
    }
}
*/
.content {
  padding-top: 90px;
}

.content .container {
  padding: 0 20px;
  overflow-y: auto;
}

.txt01 {
  padding: 30px 0 35px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.23px;
}

.group-btn-01,
.group-btn-02 {
  padding: 15px 5px;
}

.group-btn-02 .btn {
  width: 48.5%;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.78px;
}

.group-btn-01 .btn {
  padding: 25px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.78px;
  width: 70%;
}

.content .container hr {
  height: 1px;
  background: #e9e9e9;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width:660px) {
  .txt01 {
    padding: 30px 0;
  }

  .group-btn-02 .btn {
    padding: 3vw 0;
  }

  .group-btn-01 .btn {
    padding: 3.78vw 0;
  }
}

.custom-radio,
.custom-check {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  min-height: 21px;  /* 211019 height -> min-height로 수정 */
}

.custom-check {
  display: inline-block;
}

input[type=radio].custom-radio-01 + label.custom-radio-label01 {
  background-image: url(/img/btn-radio.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  min-height: 21px;
  display: inline-block;
  line-height: 21px;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.2px;
}

input[type=radio].custom-radio-01:checked + label.custom-radio-label01 {
  background-image: url(/img/btn-radio-on.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;  /*211019 left top으로 수정 */
  color: #0d8bcc;
}

input[type=checkbox].custom-check-01 + label.custom-check-label01 {
  background-image: url(/img/btn-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  min-height: 20px;
  display: inline-block;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 15px;
  letter-spacing: 0.2px;
}

input[type=checkbox].custom-check-01:checked + label.custom-check-label01 {
  background-image: url(/img/btn-check-on.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;
  /*211019 left top으로 수정 */
  color: #0d8bcc;
}

h3 {
  margin-top: 25px;
  margin-bottom: 19.5px;
  font-size: 17px;
  letter-spacing: -1.5px;
  line-height: 1;
  color: #000;
  text-align: left;
}

.tbl01 {
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.tbl01 .col01 {
  width: 97px;
}

.tbl01 th,
.tbl01 td {
  border-bottom: 1px solid #e9e9e9;
}

.tbl01 th {
  box-sizing: border-box;
  background: #0d8bcc;
  color: #fff;
  text-align: left;
  padding: 13px 15px;
  font-size: 12px;
  line-height: 1.2;
}

/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tbl01 th {padding:13px 10px;}
}
*/

.tbl01 td {
  box-sizing: border-box;
  padding: 13px 30px;
  text-align: left;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
}

.rdo-list01 {
  border: 1px solid #e9e9e9;
  border-bottom: 0;
}

.rdo-list01 li {
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;

}

.sec-info h3 {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.34px;
  color: #000;
  margin-bottom: 0;
}

.txt-list01 li {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.34px;
  font-weight: 300;
}

.txt-list01 li p {
  display: inline-block;
  width: calc(100% - 12px);
}

.txt-list01 li:before {
  content: '·';
  display: inline-block;
  margin-right: 4px;
  height: 100%;
  vertical-align: top;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.row .col-6.hidden,
.custom-textarea.hidden {
  display: none;
}

.custom-radio01 {}

.custom-select-box {
  width: 50%;
  float: left;
  margin: -15px 0;
  padding: 15px;
  box-sizing: border-box;
  border-left: 1px solid #e9e9e9;
}

.custom-select-box .custom-select {
  height: 21px;
  border: none;
  font-size: 12px;
  line-height: 21px;
  padding-right: 15px;
  background-image: url(/img/btn-down-black.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px auto;
}

.custom-textarea {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px 0;
}

.custom-textarea .custom-textarea-01 {
  border: 0;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.42;
  text-align: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.custom-textarea-02 {
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 12px 15px;
  box-sizing: border-box;
}


@media (max-width:660px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .custom-select-box {
    margin: 10px 0 0;
    padding: 10px;
    border: 1px solid #e9e9e9;
  }

  .custom-select-box.select-date {
    border-right: 0;
  }

}

.txt02 {
  font-size: 12px;
  line-height: 1.42;
  color: #999;
}



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

.filebox label {
  display: inline-block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  color: #0d8bcc;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  width: 400px;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  border: 0;
  text-align: right;
}

@media (max-width:660px) {
  .filebox label {
    display: block;
  }

  .filebox .upload-name {
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
}

/* 개인정보 수집 이용안내 추가 */
header .text-center h2 {
  position: static;
  left: 0;
  transform: translateX(0);
}

.pop06 .privacy {
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin: 20px auto;
  overflow-y: auto;
}

.pop06 .privacy h3 {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.31px;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 5px;
  text-indent: -5px;
}

.pop06 .privacy p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.31px;
  padding-left: 10px;
  text-indent: -5px;
}

.pop06 .check-privacy {
  font-size: 13px;
  line-height: 26px;
}

/* 211215 추가 s. */
.pop06 .check-privacy p.text-left{
  padding-bottom: 10px;
  color: #333;
}
.pop06 .check-privacy p strong{
  font-weight: 500;
  color: #000;
}

@media (max-width: 610px){
  .pop06 .check-privacy .mobile-hide{
    display:none;
  }
}
/* 211215 추가 e. */

.pop06 .check-privacy a {
  padding-right: 5px;
  margin-bottom: 10px;
}

@media (max-width:660px) {
  .pop06 .privacy {
    padding: 10px;
    margin: 10px auto;
  }
}

/* 210826 추가 */
.pop-info210826 .body-info-txt {
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  padding: 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000;
  text-align: justify;
}

.pop-info210826 .body-info-txt h2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}

.pop05 h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: -1px;
}

.pop05 .proof-info {
  margin-bottom: 15px;
}

.pop05 .proof-info ul li {
  padding: 5px 0;
}

.pop05 .proof-info p,
.pop05 .proof-info ul li {
  font-size: 12px;
  line-height: 1.42;
}

/* 211019 .pop06 .sec01 추가 */
.pop06 .sec01 {
  margin-bottom: 15px;
}


input[type=radio].custom-radio-02 + label.custom-radio-label02 {
  background-image: url(/img/btn-check.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  min-height: 20px;
  display: inline-block;
  line-height: 1.42;
  font-size: 12px;
  color: #000;
  vertical-align: top;
  cursor: pointer;
  margin-left: 0;
  letter-spacing: 0.2px;
}

input[type=radio].custom-radio-02:checked + label.custom-radio-label02 {
  background-image: url(/img/btn-check-on.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 2px;
  color: #0d8bcc;
}



/* 220111 레이어 팝업 추가 */

.dp-none {
  display: none;
}

.dimmed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.pop-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 80vw;
  max-width: 350px;
  padding: 20px;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #fff;
  border-radius: 4px;
}
.pop-alert p{
  font-size: 13px;
  line-height: 1.4;
}
.pop-alert p strong{
  font-weight: 700;
}
.pop-alert p .underline{
  text-decoration: underline;
}
.pop-alert .btn{
  margin-top: 20px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
}

/* 220412 추가 */
.pop-alert img{
  display: block;
  max-width: 100%;
  margin: 4px auto;
}
@media (max-width: 400px){
  .pop-alert .mo-hide{
    display: none;
  }
}
/* 220420 추가 */
@media (max-width: 320px) {
  .pop-alert p {
    font-size: 12px;
  }

  .pop-alert img {
    max-width: 80%;
  }
}
