@charset "UTF-8";

body.fixed {
  height: 100vh;
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.dimm {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: .6;
  background: #000;
  -webkit-animation: fade .2s ease;
  animation: fade .2s ease;
  transform:translateZ(0);
}

body.fixed .dimm.show {
  display: block !important;
  opacity: 0.6;
}

.my-20 {
  margin: 20px 0;
}

.mb-40 {
  margin-bottom: 40px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
}


.popv2 {
  position: fixed !important;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: none;
  width: 640px;
  padding: 35px 38px 40px;
  border: 1px solid #EAEAEA;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.popv2.show {
  display: block;
  opacity: 1;
}

.popv2 .ly_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 22px;
  height: 21px;
  background: url("//images.jtbc.co.kr/ui_jtbc/comment/ico_comm.png") 0 -40px no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.popv2 .ly_head {
  padding: 0 0 18px 0;
  color: #2A2A2A;
  font-size: 22px;
  border-bottom: 2px solid #555555;
}

.popv2 .ly_head h3 {
  font-family: '맑은 고딕';
  font-size: 22px;
  letter-spacing: -1.65px;
}

.popv2 .ly_cont {
  padding-top: 25px;
}

.popv2 .ly_cont .txt_zone {
  margin-bottom: 12px;
  font-family: '맑은 고딕';
  font-size: 16px;
  letter-spacing: -1.2px;
  line-height: 24px;
  color: #5D6064;
}

.popv2 .ly_cont .bl_dot li {
  position: relative;
  padding-left: 8px;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 16px;
  color: #84888E;
}

.popv2 .ly_cont .bl_dot li::after {
  content: '\22C5';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

.popv2 .ly_cont .radio_group {
  padding: 25px 0 22px;
}

.popv2 .ly_cont .radio_group:first-child {
  padding-top: 0;
}

.popv2 .ly_cont .radio_group.border_bottom {
  border-bottom: 1px solid #F0F0F6;
}

.popv2 .ly_cont .radio_group b {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-family: 'Noto Sasn KR';
  font-weight: 500;
  letter-spacing: -1.2px;
  line-height: 24px;
  color: #2A2A2A;
}

.popv2 .ly_cont .radio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popv2 .ly_cont .radio_list.col-3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popv2 .ly_cont .radio_list.col-3 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.popv2 .ly_cont .radio_list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}

.popv2 .ly_cont .bx_textarea {
  margin-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popv2 .ly_cont .bx_textarea > textarea {
  padding: 10px 16px;
  width: 100%;
  height: 124px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans KR';
}

.popv2 .ly_cont .bx_textarea > textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  letter-spacing: -1px;
  color: #B9B9B9;
}

.popv2 .ly_cont .bx_textarea > textarea::-moz-placeholder {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  letter-spacing: -1px;
  color: #B9B9B9;
}

.popv2 .ly_cont .bx_textarea > textarea:-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  letter-spacing: -1px;
  color: #B9B9B9;
}

.popv2 .ly_cont .bx_textarea > textarea::-ms-input-placeholder {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  letter-spacing: -1px;
  color: #B9B9B9;
}

.popv2 .ly_cont .bx_textarea > textarea::placeholder {
  font-size: 14px;
  font-family: 'Noto Sans KR';
  letter-spacing: -1px;
  color: #B9B9B9;
}

.popv2 .ly_cont .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}

.popv2 .ly_cont .btn_area .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin: 0 3px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.75px;
  text-align: center;
  text-decoration: none;
  background: #00286E;
  color: #fff;
  cursor: pointer;
}

.popv2 .ly_cont .btn_area .btns:disabled, .popv2 .ly_cont .btn_area .btns.gray {
  border-color: #797D84;
  background: #797D84;
  color: #fff;
}

.popv2 .ly_cont .btn_area .btns.outline {
  background: #fff;
  border: 1px solid #00286E;
  color: #00286E;
}

.popv2 .ly_cont .btn_area .btns.outline:disabled, .popv2 .ly_cont .btn_area .btns.outline.gray {
  color: #2A2A2A;
  border: 1px solid #ccc;
}

.popv2 .ly_cont .btn_area .btns span {
  display: inline-block;
}

.popv2.pop_sm {
  width: auto;
  min-width: 296px;
  padding: 36px 25px;
}

.popv2.pop_sm .ly_close {
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(//images.jtbc.co.kr/ui_jtbc/comment/closex.png) no-repeat center/cover;
}

.popv2.pop_sm .ly_cont {
  padding-top: 5px;
}

.popv2.pop_sm .ly_cont .title {
  display: block;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.38px;
  line-height: 20px;
  color: #2a2a2a;
  text-align: center;
}

.popv2.pop_sm .ly_cont .txt_zone {
  min-height: auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1.35px;
  color: #1B2637;
  text-align: center;
}

.popv2.pop_sm .ly_cont .txt_zone.sm {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.35px;
  line-height: 20px;
}

.popv2.pop_sm .btn_area {
  margin-top: 24px;
}

.input_radio_v2 {
  position: relative;
  display: inline-block;
  margin: 0 21px 0 0;
}

.input_radio_v2 input {
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input_radio_v2 label {
  padding-left: 26px;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -.63px;
  line-height: 20px;
  color: #666;
}

.input_radio_v2 label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 4px;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
}

.input_radio_v2 label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.input_radio_v2 input:focus + label::before,
.input_radio_v2 input:checked + label::before {
  border-color: #E62D87;
}

.input_radio_v2 input:checked + label::after {
  background: #E62D87;
}

.input_radio_v2 input:disabled + label::before {
  border-color: #797D84;
}

.input_radio_v2 input:disabled + label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #797D84;
}

.input_radio_v2.news input:focus + label::before,
.input_radio_v2.news input:checked + label::before {
  border-color: #00286E;
}

.input_radio_v2.news input:checked + label::after {
  background: #00286E;
}
