
img {
    max-width: 100%;
    vertical-align: top;
}

/* 메인 팝업 영역 */
.main-popup-sect{display:block; opacity:1; visibility:visible;}
.main-m-popup-sect{display:none; opacity:0; visibility:hidden;}
.main-popup-modal-item-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 0 0;
  opacity:1;
  visibility:visible;
  z-index: 11111;
  background: rgba(0,0,0,.4);
}
.main-popup-modal-item{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width:1000px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); 
  -moz-transform: translate(-50%, -50%); 
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 10% 0 0 0;
  opacity:1;
  visibility:visible;
   z-index: 11111;
}
.main-popup-slider-madal{position:absolute; top:50%; left:50%; width:100%; max-width:1000px; height:644px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); margin:0 auto; background:rgba(254, 254, 254, 0); z-index:-1;}
.main-popup-modal-slider{position:relative; width:100%; height:100%;}
.main-popup-modal-slider > .swiper-wrapper{transform:none;}
.main-popup-modal-slider > .swiper-wrapper > .swiper-slide{position:relative; width:auto; height:100%;}
.main-popup-modal-slider > .swiper-wrapper > .swiper-slide > a{display:block; width:100%; height:100%; cursor: pointer;}
.swiper-pagination.main-popup-pagination{position:relative; width:100%; max-width:1000px; height:35px; margin:0 auto;}
/*  head.php 에 스크립트에서 팝업 갯수 수정 */
.stp-wrap .swiper-pagination-bullet{ height: 35px; font-size:13px; border-radius:0; margin:0; padding:7px 0 0 0; border-right:1px solid #d9d9d9; box-sizing:border-box; color:#000; background-color: #fff; opacity: 1; vertical-align: middle; font-weight:300; line-height:1.5}
/*.stp-wrap .swiper-pagination-bullet:hover{color:#101442; font-weight:500;}*/
.stp-wrap .swiper-pagination-bullet:last-child{border-right:none;}
.stp-wrap .swiper-pagination-bullet-active{width: 25%; height: 35px; color:#fff; background:#101442; opacity:1; }

.stp-btn{position:relative; width:100%; max-width:1000px; height:34px; margin:0 auto; background:#000; display:block;}
.main-popup-today{position:relative; width:20%; height:100%; font-size:0.8rem;}
.main-popup-today .today-text{position:absolute; top:46%; left:0%; width:100%; color:#fff; transform:translateY(-50%); padding:0 0 0 10px; cursor:pointer; transition: 0.8s;}
.main-popup-today:hover .today-text.today-text1{opacity:0;}
.main-popup-today:hover .today-text.today-text2{opacity:1;}
.main-popup-today .today-text1{opacity:1;}
.main-popup-today .today-text2{opacity:0;}

.main-popup-close-modal-btn{
  position: absolute;
  top:7px;
  right:10px;
  width:20px;
  height:20px;
  cursor: pointer;
  transition:all 0.8s;
  transform:rotate(0deg);
  transform-origin:50% 50%;
  z-index:3;
}
.main-popup-close-modal-btn:hover{transform:rotate(180deg);}
.main-popup-close-modal-btn img {width:100% !important}
.main-popup-ctrls{width: 80px; height: 48px; background: url(../img/best-review-ctrls.png)0 0/200% no-repeat; position: absolute; top:46%; z-index:3;}
.main-popup-ctrls.prev{background-position: 0 0; left:calc(50% - 775px); }
.main-popup-ctrls.next{background-position: 100% 0; left:calc(50% + 695px);}

.main-popup-text{padding:3% 0 3% 4%;}
/* //메인 팝업 영역 */

/* 모바일 메인 팝업 영역 */
.main-m-popup-modal-item-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 0 0;
  opacity:0;
  visibility:hidden;
  z-index: 111;
  background: rgba(0,0,0,.4);
}
.main-m-popup-modal-item{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  max-width:800px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); 
  -moz-transform: translate(-50%, -50%); 
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 10% 0 0 0;
  opacity:0;
  visibility:hidden;
  z-index: 111;
}
/*.main-m-popup-slider-madal{position:absolute; top:50%; left:50%; width:100%; max-width:480px; height:auto; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); margin:0 auto; background:rgba(254, 254, 254, 0); z-index:3;}
.main-m-popup-modal-slider.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:1%}
.main-m-popup-modal-slider .swiper-pagination-bullet{width: 6px; height: 6px; background-color: #fff; opacity: 0.8; vertical-align: middle;}
.main-m-popup-modal-slider .swiper-pagination-bullet-active{width: 10px; height: 10px; background-color: #101442; opacity:1;}

.m-stp-btn{position:relative; width:100%; max-width:480px; height:40px; margin:0 auto; background:#212121; display:block;}
.main-m-popup-today{position:relative; width:40%; height:100%; font-size:10px;}
.main-m-popup-today .m-today-text{position:absolute; top:48%; left:0%; width:100%; color:#fff; transform:translateY(-50%); padding:0 0 0 10px; cursor:pointer; transition: 0.8s; font-size:10px;}
.main-m-popup-today:hover .today-text.m-today-text1{opacity:0;}
.main-m-popup-today:hover .today-text.m-today-text2{opacity:1;}
.main-m-popup-today .m-today-text1{opacity:1;}
.main-m-popup-today .m-today-text2{opacity:0;}
*/
.main-m-popup-close-modal-btn{
  position: absolute;
  top:10px;
  right:10px;
  width:20px;
  height:20px;
  cursor: pointer;
  transition:all 0.8s;
  transform:rotate(0deg);
  transform-origin:50% 50%;
  z-index:3;
}
.main-m-popup-close-modal-btn:hover{transform:rotate(180deg);}
/* //모바일 메인 팝업 영역 */


.main-m-popup-modal-item-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 0 0;
  opacity:0;
  visibility:hidden;
  z-index: 111;
  background: rgba(0,0,0,.4);
}
.main-m-popup-modal-item{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width:800px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); 
  -moz-transform: translate(-50%, -50%); 
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 10% 0 0 0;
  opacity:0;
  visibility:hidden;
  z-index: 111;
}
.main-m-popup-slider-madal {position:absolute; top:50%; left:50%; width:100%;  height:auto; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); margin:0 auto; background:rgba(254, 254, 254, 0); z-index:3;}
.main-m-popup-modal-slider.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:1%}
.main-m-popup-modal-slider .swiper-pagination-bullet{width: 6px; height: 6px; background-color: #fff; opacity: 0.8; vertical-align: middle;}
.main-m-popup-modal-slider .swiper-pagination-bullet-active{width: 10px; height: 10px; background-color: #006241; opacity:1;}
.main-m-popup-slider-madal .swiper-slide img {width: 100%}
.m-stp-btn{position:relative; width:100%;  height:40px; margin:0 auto; background:#212121; display:block;}
.main-m-popup-today{position:relative; width:40%; height:100%; font-size:1rem;}
.main-m-popup-today .m-today-text{position:absolute; top:48%; left:0%; width:100%; color:#fff; transform:translateY(-50%); padding:0 0 0 10px; cursor:pointer; transition: 0.8s;}
.main-m-popup-today:hover .today-text.m-today-text1{opacity:0;}
.main-m-popup-today:hover .today-text.m-today-text2{opacity:1;}
.main-m-popup-today .m-today-text1{opacity:1;}
.main-m-popup-today .m-today-text2{opacity:0;}

.main-m-popup-close-modal-btn{
  position: absolute;
  top:10px;
  right:10px;
  width:20px;
  height:20px;
  cursor: pointer;
  transition:all 0.8s;
  transform:rotate(0deg);
  transform-origin:50% 50%;
  z-index:3;
}
.main-m-popup-close-modal-btn:hover{transform:rotate(180deg);}
/* //모바일 메인 팝업 영역 */



@media (max-width:800px) {

  .main-popup-sect{display:none; visibility:hidden; opacity:0;}
  .main-m-popup-sect{display:block; visibility:visible; opacity:1;}
  .main-m-popup-modal-item-bg{visibility:visible; opacity:1;}
  .main-m-popup-modal-item{visibility:visible; opacity:1;}
  .pc-content,
  img.pc-content {display: none;}
  .mobile-content{display: block;}
}

















.counsel-popup-modal-item-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  display:none;
  z-index: 111;
  background: rgba(0,0,0,.35);
}
.counsel-popup-modal-item{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 385px;
  opacity:1;
  transform: translate(-50%, -50%);
  display:none;
  z-index: 111;
  border-top:12px solid #006241;
  border-top-left-radius:3% 2%;
  border-top-right-radius:3% 2%;
}


.counsel-popup-madal{position:relative; width:100%; max-width:365px; height:32rem; margin:0 auto; background:#fff; z-index:0;}
.counsel-popup-modal-text1{padding:13% 0 0 0;font-size: 2.3rem;}
.counsel-popup-modal-text2{}

.counsel-popup-info{width:75%; margin:0 auto;}
.counsel-popup__mh_name,
.counsel-popup__mh_hp{width: 100%; padding:8px 5px; height: 3.875em; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(../img/select-down-arrow.svg) no-repeat 97% 50% rgba(255, 255, 255, 0); background-size: 11px; font-size: 0.83rem; border: 1px solid #333;}
.counsel-popup__mh_name.counsel-popup__mh_name2,
.counsel-popup__mh_hp.counsel-popup__mh_hp2{width: 100%; padding:8px 5px; height: 3.875em; background:none; font-size: 1rem; border:none;}
.counsel-popup__mh_jijeom,
.counsel-popup__mh_subject{width: 50%; padding:8px 5px; height: 3.875em;}
/* .counsel-popup__mh_name{width: 50%;}
.counsel-popup__mh_hp{width: 50%;}
.counsel-popup__mh_jijeom{width: 50%;}
.counsel-popup__mh_subject{width: 50%;} */
.counsel-popup__mh_name input,.counsel-popup__mh_hp input,.counsel-popup__mh_jijeom select,.counsel-popup__mh_subject select,
.counsel-popup__mh_name label,.counsel-popup__mh_hp label,.counsel-popup__mh_jijeom label,.counsel-popup__mh_subject label{display: inline-block; font-size: 15px;}
.counsel-popup__mh_name label,.counsel-popup__mh_hp label,.counsel-popup__mh_jijeom label,.counsel-popup__mh_subject label{color: #fff;}
.counsel-popup__mh_name input,.counsel-popup__mh_hp input,.counsel-popup__mh_jijeom select,.counsel-popup__mh_subject select{border:0; border-radius: 10px; padding:8px; box-shadow: 2px 2px 10px rgba(55,55,55,.25); line-height: 1.5; width: 100%;height: 100%; font-size: 0.95rem;}

/* .counsel-popup__mh_name input{width: calc(100% - 2.5em); } */
/* .counsel-popup__mh_hp input{width: calc(100% - 4em); } */
.counsel-popup__mh_jijeom select{/*width: calc(100% - 6em);*/ background-color: #fff;}
.counsel-popup__mh_subject select{/*width: calc(100% - 6em);*/ background-color: #fff;}

/*
.counsel-popup__mh_jijeom, .counsel-popup__mh_hp{width:100%; padding:0 0 0 17%;}
.counsel-popup__mh_hp > label, .counsel-popup__mh_jijeom > label{width:20%; color: #000; text-align:center; font-weight:500;}
.counsel-popup__mh_hp > input, .counsel-popup__mh_jijeom > select{border-radius:4px; padding:8px; border:1px solid #7b7b7b; line-height: 1.5; width: 60%;}
*/


/* 媛쒖씤�뺣낫 �앹뾽 */
.counsel-popup-privacy_cont {
    position: relative;
    z-index: 5;
}
.counsel-popup-privacy_cont::after {
    content: '';
    clear: both;
    display: block;
}
.counsel-popup-hotspot {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top:3%;
    margin-left: 25%;
    transition: opacity 0.3s ease 0.1s;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    -ms-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
}
.counsel-popup-hotspot.counsel-popup-open {
    border-radius: 0 0;
    width: 330px;
    height: 280px;
    /* transition: all 0.3s ease, border-radius 0.1s ease; */
    position: absolute;
		bottom:-50px;
		left:-10%;
    background-color: #fff;
    color: #424242;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.counsel-popup-hotspot.counsel-popup-open .counsel-popup-icon {
    background-image: url('../img/icon_close.svg') !important;
    top: 0px !important;
    left: 280px !important;
    background: none;
    /* padding: 10px; */
    width: 50px;
    height: 50px;
    border:none;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.counsel-popup-hotspot.counsel-popup-open .counsel-popup-infoBtn {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #bbb;
    font-weight: 300;
    text-decoration: underline;
}
.counsel-popup-hotspot.counsel-popup-open .counsel-popup-content {
    opacity: 1;
    transition: opacity 0.2s ease 0.2s;
}
.counsel-popup-hotspot.counsel-popup-open .counsel-popup-content p::after {
    content: '';
    clear: both;
    display: block;
}
.counsel-popup-hotspot.counsel-popup-open .counsel-popup-content p:last-of-type {
    position: absolute;
    bottom: 20px;
    width: 290px;
    left: 20px;
}
.counsel-popup-hotspot .counsel-popup-icon {
		position: relative;
		width: 20px;
		height: 20px;
		text-align: center;
        border:1px solid gray;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		z-index: 10;
		transition: all 0s ease;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
}
.counsel-popup-hotspot .counsel-popup-icon.counsel-popup-checked {
	background-image: url('../img/icon_check.png');
}
.counsel-popup-hotspot .counsel-popup-icon::after {
    content: '媛쒖씤�뺣낫 �섏쭛/�댁슜 �숈쓽�섍린';
    font-size: 14px;
    color: #777;
    letter-spacing: -0.06em;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 20px;
    width: 230px;
    text-align: left;
    text-indent: 5px;
    font-weight: 400;
}
.counsel-popup-hotspot .aa::after  {
    color: #fff !important;
}
.counsel-popup-hotspot.counsel-popup-open .counsel-popup-icon::after {
    content: '';
    display: none;
}
.counsel-popup-hotspot .counsel-popup-content {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.1s ease 0s;
    padding: 40px 20px 20px;
}
.counsel-popup-hotspot .counsel-popup-content .counsel-popup-btn {
    padding: 10px 20px;
    line-height: 20px;
    background-color: white;
    color: black;
    text-decoration: none;
    box-shadow: 0px 0px 5px #422133;
}
.counsel-popup-hotspot.left-top .counsel-popup-icon {
    top: 0;
    left: 0;
}
.counsel-popup-hotspot.right-top .counsel-popup-icon {
    left: auto;
    top: 0;
    right: 0;
}
.counsel-popup-hotspot.left-bottom .counsel-popup-icon {
    left: 0;
    bottom: 0;
}
.counsel-popup-hotspot.right-bottom .counsel-popup-icon {
    bottom: 0;
    right: 0;
}
.counsel-popup-hotspot .counsel-popup-mgt10 { margin-top: 10px }

label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
}
input + label[class="circleLabelFT3"] {
    font-size: 12px;
    font-weight: 300;
    color: #a0a0a0;
    line-height: 1.4;
    float: left;
    padding-left: 25px;
}

input:checked + label[class="circleLabelFT3"] {
    color: #a0a0a0;
    font-weight: 300;
}

input + label[class="circleLabelFT3"]::before,
input:checked + label[class="circleLabelFT3"]::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 1px;
    left: 0;
}

input + label[class="circleLabelFT3"]::before         { background-color: #d8d8d8; }
input:checked + label[class="circleLabelFT3"]::before { background-color: #494949; }
.counsel-popup-hotspot.anti input:checked + label[class="circleLabelFT3"]::before { background-color: #ce3354; }

.counsel-popup-totalBoxFT {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
input[id="ft_total_agree3"] + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    margin-left: 5%;
}
input[id="ft_total_agree3"] + label::before,
input[id="ft_total_agree3"]:checked + label::before {
    content: '�꾩껜�좏깮';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
} 
input[id="ft_total_agree3"] + label::before {
    border: 1px solid #006241;
    color: #006241;
    line-height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
input[id="ft_total_agree3"]:checked + label::before {
    background-color: #006241;
    color: #fff;
}
input[id="ft_total_agree3"] + label:hover::before {
    border: 1px solid #006241;
    background-color: #006241;
    color: #fff;
}

/*  */
.counsel-popup-totalBoxFT.anti input[id="ft_total_agree3"] + label::before {
    border: 1px solid #ce3354;
    color: #ce3354;
    line-height: 48px;
}
.counsel-popup-totalBoxFT.anti input[id="ft_total_agree3"]:checked + label::before {
    background-color: #ce3354;
    color: #fff;
}
.counsel-popup-totalBoxFT.anti input[id="ft_total_agree3"] + label:hover::before {
    border: 1px solid #ce3354;
    background-color: #ce3354;
    color: #fff;
}

.counsel-popup-madal input[type=submit]{width:275px; height: 60px; border-radius: 10px; background-color: #006241; padding:8px; border:0; color: #fff; position: absolute; left:12%; bottom:40px; font-size: 16px; line-height: 1.6;}
*::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* input 湲곕낯 �ㅽ��� 珥덇린�� */
.agreeBox input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* �묎렐��(accessibility, a11y) 媛먯땄 */
.agreeBox input[type="checkbox"] {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
input[id='ft_total_agree3'],
input[id='ft_agreement3'],
input[id='ft_agreemk3_1'],
input[id='ft_agreemk3_2']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}


.counsel-popup-close-modal-btn{
  position: absolute;
  top: 145px;
  left: calc(50% - 22px);
  width: 34px;
  height: 34px;
  color: #565656;
  text-align: center;
  background-color: #006241;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 2rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer;
  z-index:1;
}
.counsel-popup-modal-item .counsel-popup-close-modal-btn{
  background-color: transparent;
  top: 0;
  left: 88%;
  margin:2% 0 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.counsel-popup-cross-line{width:30px; height: 1px; background-color:#565656; display:block;}
.counsel-popup-cross-line:first-child{ transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); margin-top: 21px;}
.counsel-popup-cross-line:last-child{ transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); margin-top: 0; }






.counsel-popup2-modal-item-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  display:none;
  z-index: 100;
  background: rgba(0,0,0,.35);
}
.counsel-popup2-modal-item{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 385px;
  opacity:1;
  transform: translate(-50%, -50%);
  display:none;
  z-index: 100;
  border-top:12px solid #006241;
  border-top-left-radius:3% 2%;
  border-top-right-radius:3% 2%;
}


.counsel-popup2-madal{position:relative; width:100%; max-width:365px; height:32rem; margin:0 auto; background:#fff; z-index:0;}
.counsel-popup2-modal-text1{padding:13% 0 0 0;}
.counsel-popup2-modal-text2{}

.counsel-popup2-info{width:75%; margin:0 auto;}
.counsel-popup2__mh_name,
.counsel-popup2__mh_hp{width: 100%; padding:8px 5px; height: 3.875em;}
.counsel-popup2__mh_jijeom,
.counsel-popup2__mh_subject{width: 50%; padding:8px 5px; height: 3.875em;}
/* .counsel-popup2__mh_name{width: 50%;}
.counsel-popup2__mh_hp{width: 50%;}
.counsel-popup2__mh_jijeom{width: 50%;}
.counsel-popup2__mh_subject{width: 50%;} */
.counsel-popup2__mh_name input,.counsel-popup2__mh_hp input,.counsel-popup2__mh_jijeom select,.counsel-popup2__mh_subject select,
.counsel-popup2__mh_name label,.counsel-popup2__mh_hp label,.counsel-popup2__mh_jijeom label,.counsel-popup2__mh_subject label{display: inline-block; font-size: 15px;}
.counsel-popup2__mh_name label,.counsel-popup2__mh_hp label,.counsel-popup2__mh_jijeom label,.counsel-popup2__mh_subject label{color: #fff;}
.counsel-popup2__mh_name input,.counsel-popup2__mh_hp input,.counsel-popup2__mh_jijeom select,.counsel-popup2__mh_subject select{border:0; border-radius: 10px; padding:8px; box-shadow: 2px 2px 10px rgba(55,55,55,.25); line-height: 1.5; width: 100%;height: 100%;}

/* .counsel-popup2__mh_name input{width: calc(100% - 2.5em); } */
/* .counsel-popup2__mh_hp input{width: calc(100% - 4em); } */
.counsel-popup2__mh_jijeom select{/*width: calc(100% - 6em);*/ background-color: #fff;}
.counsel-popup2__mh_subject select{/*width: calc(100% - 6em);*/ background-color: #fff;}

/*
.counsel-popup2__mh_jijeom, .counsel-popup2__mh_hp{width:100%; padding:0 0 0 17%;}
.counsel-popup2__mh_hp > label, .counsel-popup2__mh_jijeom > label{width:20%; color: #000; text-align:center; font-weight:500;}
.counsel-popup2__mh_hp > input, .counsel-popup2__mh_jijeom > select{border-radius:4px; padding:8px; border:1px solid #7b7b7b; line-height: 1.5; width: 60%;}
*/


/* 媛쒖씤�뺣낫 �앹뾽 */
.counsel-popup2-privacy_cont {
    position: relative;
    z-index: 5;
}
.counsel-popup2-privacy_cont::after {
    content: '';
    clear: both;
    display: block;
}
.counsel-popup2-hotspot {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top:3%;
    margin-left: 25%;
    transition: opacity 0.3s ease 0.1s;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    -ms-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
}
.counsel-popup2-hotspot.counsel-popup2-open {
    border-radius: 0 0;
    width: 330px;
    height: 280px;
    /* transition: all 0.3s ease, border-radius 0.1s ease; */
    position: absolute;
		bottom:-50px;
		left:-10%;
    background-color: #fff;
    color: #424242;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.counsel-popup2-hotspot.counsel-popup2-open .counsel-popup2-icon {
    background-image: url('../img/icon_close.svg') !important;
    top: -15px !important;
    left: 295px !important;
    background: #fff;
    /* padding: 10px; */
    width: 50px;
    height: 50px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.counsel-popup2-hotspot.counsel-popup2-open .counsel-popup2-infoBtn {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #bbb;
    font-weight: 300;
    text-decoration: underline;
}
.counsel-popup2-hotspot.counsel-popup2-open .counsel-popup2-content {
    opacity: 1;
    transition: opacity 0.2s ease 0.2s;
}
.counsel-popup2-hotspot.counsel-popup2-open .counsel-popup2-content p::after {
    content: '';
    clear: both;
    display: block;
}
.counsel-popup2-hotspot.counsel-popup2-open .counsel-popup2-content p:last-of-type {
    position: absolute;
    bottom: 20px;
    width: 290px;
    left: 20px;
}
.counsel-popup2-hotspot .counsel-popup2-icon {
		position: relative;
		width: 20px;
		height: 20px;
		text-align: center;
        border:1px solid gray;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		z-index: 10;
		transition: all 0s ease;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
}
.counsel-popup2-hotspot .counsel-popup2-icon.counsel-popup2-checked {
	background-image: url('../img/icon_check.png');
}
.counsel-popup2-hotspot .counsel-popup2-icon::after {
    content: '媛쒖씤�뺣낫 �섏쭛/�댁슜 �숈쓽�섍린';
    font-size: 14px;
    color: #777;
    letter-spacing: -0.06em;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 20px;
    width: 230px;
    text-align: left;
    text-indent: 5px;
    font-weight: 400;
}
.counsel-popup2-hotspot .aa::after  {
    color: #fff !important;
}
.counsel-popup2-hotspot.counsel-popup2-open .counsel-popup2-icon::after {
    content: '';
    display: none;
}
.counsel-popup2-hotspot .counsel-popup2-content {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.1s ease 0s;
    padding: 20px;
}
.counsel-popup2-hotspot .counsel-popup2-content .counsel-popup2-btn {
    padding: 10px 20px;
    line-height: 20px;
    background-color: white;
    color: black;
    text-decoration: none;
    box-shadow: 0px 0px 5px #422133;
}
.counsel-popup2-hotspot.left-top .counsel-popup2-icon {
    top: 0;
    left: 0;
}
.counsel-popup2-hotspot.right-top .counsel-popup2-icon {
    left: auto;
    top: 0;
    right: 0;
}
.counsel-popup2-hotspot.left-bottom .counsel-popup2-icon {
    left: 0;
    bottom: 0;
}
.counsel-popup2-hotspot.right-bottom .counsel-popup2-icon {
    bottom: 0;
    right: 0;
}
.counsel-popup2-hotspot .counsel-popup2-mgt10 { margin-top: 10px }

label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
}
input + label[class="circleLabelFT3_2"] {
    font-size: 12px;
    font-weight: 300;
    color: #a0a0a0;
    line-height: 1.4;
    float: left;
    padding-left: 25px;
}

input:checked + label[class="circleLabelFT3_2"] {
    color: #a0a0a0;
    font-weight: 300;
}

input + label[class="circleLabelFT3_2"]::before,
input:checked + label[class="circleLabelFT3_2"]::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 1px;
    left: 0;
}

input + label[class="circleLabelFT3_2"]::before         { background-color: #d8d8d8; }
input:checked + label[class="circleLabelFT3_2"]::before { background-color: #494949; }
.counsel-popup2-hotspot.anti input:checked + label[class="circleLabelFT3_2"]::before { background-color: #ce3354; }

.counsel-popup2-totalBoxFT {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
input[id="ft_total_agree3_2"] + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    margin-left: 5%;
}
input[id="ft_total_agree3_2"] + label::before,
input[id="ft_total_agree3_2"]:checked + label::before {
    content: '�꾩껜�좏깮';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
} 
input[id="ft_total_agree3_2"] + label::before {
    border: 1px solid #006241;
    color: #006241;
    line-height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
input[id="ft_total_agree3_2"]:checked + label::before {
    background-color: #006241;
    color: #fff;
}
input[id="ft_total_agree3_2"] + label:hover::before {
    border: 1px solid #006241;
    background-color: #006241;
    color: #fff;
}

/*  */
.counsel-popup2-totalBoxFT.anti input[id="ft_total_agree3_2"] + label::before {
    border: 1px solid #ce3354;
    color: #ce3354;
    line-height: 48px;
}
.counsel-popup2-totalBoxFT.anti input[id="ft_total_agree3_2"]:checked + label::before {
    background-color: #ce3354;
    color: #fff;
}
.counsel-popup2-totalBoxFT.anti input[id="ft_total_agree3_2"] + label:hover::before {
    border: 1px solid #ce3354;
    background-color: #ce3354;
    color: #fff;
}

.counsel-popup2-madal input[type=submit]{width:275px; height: 60px; border-radius: 10px; background-color: #006241; padding:8px; border:0; color: #fff; position: absolute; left:12%; bottom:40px; font-size: 16px; line-height: 1.6;}
*::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* input 湲곕낯 �ㅽ��� 珥덇린�� */
.agreeBox input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* �묎렐��(accessibility, a11y) 媛먯땄 */
.agreeBox input[type="checkbox"] {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
input[id='ft_total_agree3_2'],
input[id='counsel-popup2_agreement'],
input[id='counsel-popup2_agreemk1'],
input[id='counsel-popup2_agreemk2']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}


.counsel-popup2-close-modal-btn{
  position: absolute;
  top: 145px;
  left: calc(50% - 22px);
  width: 34px;
  height: 34px;
  color: #565656;
  text-align: center;
  background-color: #006241;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 2rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer;
  z-index:1;
}
.counsel-popup2-modal-item .counsel-popup2-close-modal-btn{
  background-color: transparent;
  top: 0;
  left: 88%;
  margin:2% 0 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.counsel-popup2-cross-line{width:30px; height: 1px; background-color:#565656; display:block;}
.counsel-popup2-cross-line:first-child{ transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); margin-top: 21px;}
.counsel-popup2-cross-line:last-child{ transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); margin-top: 0; }




/* 踰꾩쟾3 */
.counsel-popup3-modal-item-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:1;
  display:none;
  z-index: 100;
  background: rgba(0,0,0,.35);
}
.counsel-popup3-modal-item{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 385px;
  opacity:1;
  transform: translate(-50%, -50%);
  display:none;
  z-index: 100;
  border-top:12px solid #006241;
  border-top-left-radius:3% 2%;
  border-top-right-radius:3% 2%;
}


.counsel-popup3-madal{position:relative; width:100%; max-width:365px; height:32rem; margin:0 auto; background:#fff; z-index:0;}
.counsel-popup3-modal-text1{padding:13% 0 0 0;}
.counsel-popup3-modal-text2{}

.counsel-popup3-info{width:75%; margin:0 auto;}
.counsel-popup3__mh_name,
.counsel-popup3__mh_hp{width: 100%; padding:8px 5px; height: 3.875em;}
.counsel-popup3__mh_jijeom,
.counsel-popup3__mh_subject{width: 50%; padding:8px 5px; height: 3.875em;}
/* .counsel-popup3__mh_name{width: 50%;}
.counsel-popup3__mh_hp{width: 50%;}
.counsel-popup3__mh_jijeom{width: 50%;}
.counsel-popup3__mh_subject{width: 50%;} */
.counsel-popup3__mh_name input,.counsel-popup3__mh_hp input,.counsel-popup3__mh_jijeom select,.counsel-popup3__mh_subject select,
.counsel-popup3__mh_name label,.counsel-popup3__mh_hp label,.counsel-popup3__mh_jijeom label,.counsel-popup3__mh_subject label{display: inline-block; font-size: 15px;}
.counsel-popup3__mh_name label,.counsel-popup3__mh_hp label,.counsel-popup3__mh_jijeom label,.counsel-popup3__mh_subject label{color: #fff;}
.counsel-popup3__mh_name input,.counsel-popup3__mh_hp input,.counsel-popup3__mh_jijeom select,.counsel-popup3__mh_subject select{border:0; border-radius: 10px; padding:8px; box-shadow: 2px 2px 10px rgba(55,55,55,.25); line-height: 1.5; width: 100%;height: 100%;}

/* .counsel-popup3__mh_name input{width: calc(100% - 2.5em); } */
/* .counsel-popup3__mh_hp input{width: calc(100% - 4em); } */
.counsel-popup3__mh_jijeom select{/*width: calc(100% - 6em);*/ background-color: #fff;}
.counsel-popup3__mh_subject select{/*width: calc(100% - 6em);*/ background-color: #fff;}

/*
.counsel-popup3__mh_jijeom, .counsel-popup3__mh_hp{width:100%; padding:0 0 0 17%;}
.counsel-popup3__mh_hp > label, .counsel-popup3__mh_jijeom > label{width:20%; color: #000; text-align:center; font-weight:500;}
.counsel-popup3__mh_hp > input, .counsel-popup3__mh_jijeom > select{border-radius:4px; padding:8px; border:1px solid #7b7b7b; line-height: 1.5; width: 60%;}
*/


/* 媛쒖씤�뺣낫 �앹뾽 */
.counsel-popup3-privacy_cont {
    position: relative;
    z-index: 5;
}
.counsel-popup3-privacy_cont::after {
    content: '';
    clear: both;
    display: block;
}
.counsel-popup3-hotspot {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top:3%;
    margin-left: 25%;
    transition: opacity 0.3s ease 0.1s;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -moz-transition: opacity 0.3s ease 0.1s;
    -ms-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
}
.counsel-popup3-hotspot.counsel-popup3-open {
    border-radius: 0 0;
    width: 330px;
    height: 280px;
    /* transition: all 0.3s ease, border-radius 0.1s ease; */
    position: absolute;
		bottom:-50px;
		left:-10%;
    background-color: #fff;
    color: #424242;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.counsel-popup3-hotspot.counsel-popup3-open .counsel-popup3-icon {
    background-image: url('../img/icon_close.svg') !important;
    top: -15px !important;
    left: 295px !important;
    background: #fff;
    /* padding: 10px; */
    width: 50px;
    height: 50px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.counsel-popup3-hotspot.counsel-popup3-open .counsel-popup3-infoBtn {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #bbb;
    font-weight: 300;
    text-decoration: underline;
}
.counsel-popup3-hotspot.counsel-popup3-open .counsel-popup3-content {
    opacity: 1;
    transition: opacity 0.2s ease 0.2s;
}
.counsel-popup3-hotspot.counsel-popup3-open .counsel-popup3-content p::after {
    content: '';
    clear: both;
    display: block;
}
.counsel-popup3-hotspot.counsel-popup3-open .counsel-popup3-content p:last-of-type {
    position: absolute;
    bottom: 20px;
    width: 290px;
    left: 20px;
}
.counsel-popup3-hotspot .counsel-popup3-icon {
		position: relative;
		width: 20px;
		height: 20px;
		text-align: center;
        border:1px solid gray;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
		z-index: 10;
		transition: all 0s ease;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
}
.counsel-popup3-hotspot .counsel-popup3-icon.counsel-popup3-checked {
	background-image: url('../img/icon_check.png');
}
.counsel-popup3-hotspot .counsel-popup3-icon::after {
    content: '媛쒖씤�뺣낫 �섏쭛/�댁슜 �숈쓽�섍린';
    font-size: 14px;
    color: #777;
    letter-spacing: -0.06em;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 20px;
    width: 230px;
    text-align: left;
    text-indent: 5px;
    font-weight: 400;
}
.counsel-popup3-hotspot .aa::after  {
    color: #fff !important;
}
.counsel-popup3-hotspot.counsel-popup3-open .counsel-popup3-icon::after {
    content: '';
    display: none;
}
.counsel-popup3-hotspot .counsel-popup3-content {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.1s ease 0s;
    padding: 20px;
}
.counsel-popup3-hotspot .counsel-popup3-content .counsel-popup3-btn {
    padding: 10px 20px;
    line-height: 20px;
    background-color: white;
    color: black;
    text-decoration: none;
    box-shadow: 0px 0px 5px #422133;
}
.counsel-popup3-hotspot.left-top .counsel-popup3-icon {
    top: 0;
    left: 0;
}
.counsel-popup3-hotspot.right-top .counsel-popup3-icon {
    left: auto;
    top: 0;
    right: 0;
}
.counsel-popup3-hotspot.left-bottom .counsel-popup3-icon {
    left: 0;
    bottom: 0;
}
.counsel-popup3-hotspot.right-bottom .counsel-popup3-icon {
    bottom: 0;
    right: 0;
}
.counsel-popup3-hotspot .counsel-popup3-mgt10 { margin-top: 10px }

label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
}
input + label[class="circleLabelFT3_2"] {
    font-size: 12px;
    font-weight: 300;
    color: #a0a0a0;
    line-height: 1.4;
    float: left;
    padding-left: 25px;
}

input:checked + label[class="circleLabelFT3_3"] {
    color: #a0a0a0;
    font-weight: 300;
}

input + label[class="circleLabelFT3_3"]::before,
input:checked + label[class="circleLabelFT3_3"]::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 1px;
    left: 0;
}

input + label[class="circleLabelFT3_3"]::before         { background-color: #d8d8d8; }
input:checked + label[class="circleLabelFT3_3"]::before { background-color: #494949; }
.counsel-popup3-hotspot.anti input:checked + label[class="circleLabelFT3_3"]::before { background-color: #ce3354; }

.counsel-popup3-totalBoxFT {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
input[id="ft_total_agree3_3"] + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    margin-left: 5%;
}
input[id="ft_total_agree3_3"] + label::before,
input[id="ft_total_agree3_3"]:checked + label::before {
    content: '�꾩껜�좏깮';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
} 
input[id="ft_total_agree3_3"] + label::before {
    border: 1px solid #006241;
    color: #006241;
    line-height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
input[id="ft_total_agree3_3"]:checked + label::before {
    background-color: #006241;
    color: #fff;
}
input[id="ft_total_agree3_3"] + label:hover::before {
    border: 1px solid #006241;
    background-color: #006241;
    color: #fff;
}

/*  */
.counsel-popup3-totalBoxFT.anti input[id="ft_total_agree3_3"] + label::before {
    border: 1px solid #ce3354;
    color: #ce3354;
    line-height: 48px;
}
.counsel-popup3-totalBoxFT.anti input[id="ft_total_agree3_3"]:checked + label::before {
    background-color: #ce3354;
    color: #fff;
}
.counsel-popup3-totalBoxFT.anti input[id="ft_total_agree3_3"] + label:hover::before {
    border: 1px solid #ce3354;
    background-color: #ce3354;
    color: #fff;
}

.counsel-popup3-madal input[type=submit]{width:275px; height: 60px; border-radius: 10px; background-color: #006241; padding:8px; border:0; color: #fff; position: absolute; left:12%; bottom:40px; font-size: 16px; line-height: 1.6;}
*::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* input 湲곕낯 �ㅽ��� 珥덇린�� */
.agreeBox input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* �묎렐��(accessibility, a11y) 媛먯땄 */
.agreeBox input[type="checkbox"] {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
input[id='ft_total_agree3_3'],
input[id='counsel-popup3_agreement'],
input[id='counsel-popup3_agreemk1'],
input[id='counsel-popup3_agreemk2']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}


.counsel-popup3-close-modal-btn{
  position: absolute;
  top: 145px;
  left: calc(50% - 22px);
  width: 34px;
  height: 34px;
  color: #565656;
  text-align: center;
  background-color: #006241;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 2rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer;
  z-index:1;
}
.counsel-popup3-modal-item .counsel-popup3-close-modal-btn{
  background-color: transparent;
  top: 0;
  left: 88%;
  margin:2% 0 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.counsel-popup3-cross-line{width:30px; height: 1px; background-color:#565656; display:block;}
.counsel-popup3-cross-line:first-child{ transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); margin-top: 21px;}
.counsel-popup3-cross-line:last-child{ transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); margin-top: 0; }

@media (max-width:480px) {
    .counsel-popup-modal-item{
      width: 70%;
    }
    .counsel-popup-hotspot {
        margin-top: 4%;
        margin-left: 23%;
    }
    .counsel-popup-madal input[type=submit]{width: 75%;height: 50px;left: 12.5%;bottom: 35px;}
    .counsel-popup-hotspot.counsel-popup-open {
        left: -15%;
    }
}
@media (min-width:376px) and (max-width:434px) {
    .counsel-popup-modal-text1{font-size: 2.2rem;}
    .counsel-popup-modal-item{
      width: 73%;
    }
    .counsel-popup-hotspot {
        width: 18px;
        height: 18px;
        margin-top: 4%;
        margin-left: 19%;
    }
    .counsel-popup-hotspot .counsel-popup-icon {
		width: 18px;
		height: 18px;
    }
    .counsel-popup-hotspot.counsel-popup-open {
        left: -26%;
    }
    .counsel-popup-modal-item .counsel-popup-close-modal-btn{
      left: 86%;
    }
}
@media (max-width:376px) {
    .counsel-popup-modal-item{
      width: 80%;
    }
    .counsel-popup-hotspot {
        margin-left: 20%;
    }
    .counsel-popup-hotspot.counsel-popup-open {
        left: -25%;
    }
    .counsel-popup-modal-item .counsel-popup-close-modal-btn{
      left: 86%;
    }
}