.privacy-info .row > div:nth-child(2){padding:14px 0px;}
.ui-list__column .inner .item div:nth-child(2) b{color:#fff;}
.title_h{margin:75px 0 10px;}
.title_h2{margin:75px 0 10px;font-size: 34px;color:#2678cc;line-height: 1;font-weight: bold;}
.title_h2 em{color: #08326e;font-weight: bold;}
.find-svg{position: relative;width: 200px;height: 200px;margin:0 auto 20px;}
.mobile > .col-sm-3{width:30%;}
.mobile > .col-sm-1{width:5%;}
.login_box > div{padding:0 !important; border-top:1px dotted #ddd !important; border-bottom:none !important}
#find-circles, #find-circles-shadow {
  width: 200px;
  height: 200px;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  animation: dash0 1.5s ease;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  transform: rotate(0deg);
}

@keyframes dash0 {
  0% {transform: rotate(0deg) scale(1)}
  35% {transform: rotate(10deg) scale(1.1)}
  50% {transform: rotate(10deg) scale(1.1)}  
  60% {transform: rotate(10deg) scale(1)}
  65% {transform: rotate(-5deg) scale(1)}
  80% {transform: rotate(5deg) scale(1)}
  100% {transform: rotate(0deg) scale(1)} 
}
.circles, .circles-shadow {
  position: absolute;  
  fill: none;
  stroke: #fff;  
  stroke-linecap: round;
  stroke-dashoffset: 820;
  stroke-dasharray: 820;
}
.circles-shadow {
  stroke: #2678cc;
}

@keyframes dash1 {
  from {stroke-dashoffset: -820;}
  to {stroke-dashoffset: 0;}
}

.el1 {
  top: 80px;
  left: 40px;
  stroke-width: 8;
  fill: #039be0;
  animation: dash1 2s ease;
  animation-fill-mode: forwards;
}
.el2 {
  top: 130px;
  left: 80px;
  stroke-width: 5;
  animation: dash1 2s ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.el3-box {
  top: 0px;
  position: absolute; 
  animation: dash2 1s ease;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
}
@keyframes dash2 {
  0% {top: 0}
  80% {top: -10px}
  100% {top: 30px;} 
}
.el3 {
  top: 0px;
  left: 46px;
  stroke-width: 10;
  transform: scale(0.8);
  z-index: -1;
  animation: dash1 2s ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards; 
}
.el4 {
  top: 155px;
  left: 95px;
  stroke-width: 6;
  animation: dash1 2s ease;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}



.confetti {
  position: absolute;
  animation: grow 1.4s cubic-bezier(0.42, 0, 0.275, 1.155) infinite;
}
.confetti:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px;
}
.confetti:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px;
}
.confetti:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px;
}
.confetti:nth-child(4) {
  width: 20px;
  height: 20px;
  left: 82px;
  top: -12px;
}
.confetti:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px;
}
.confetti:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px;
}
.confetti:nth-child(1) {
  animation-delay: 0.7s;
}
.confetti:nth-child(2) {
  animation-delay: 1.4s;
}
.confetti:nth-child(3) {
  animation-delay: 2.1s;
}
.confetti:nth-child(4) {
  animation-delay: 2.8s;
}
.confetti:nth-child(5) {
  animation-delay: 3.5s;
}
.confetti:nth-child(6) {
  animation-delay: 4.2s;
}

.checkmark {
  position: relative;
  padding: 30px;
  animation: checkmark 5.6s cubic-bezier(0.42, 0, 0.275, 1.155);
}

.checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  fill: #fff;
}

.checkmark__back {
  animation: rotate 35s linear both infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes checkmark {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  10%, 50%, 90% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes spinOne {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinOne {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinTwo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinTwo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


@keyframes slide {
    0% { opacity:1; transform: translateX(3px); }  
   20% { opacity:1; transform: translateX(6px); }   
   80% { opacity:1; transform: translateX(-3px); }  
  100% { opacity:1; transform: translateX(3px); } 
}


.ui-member-card{padding: 30px;background: white;overflow: hidden;box-shadow:1px 1px 1px 0 rgba(0,0,0, 0.1);border-radius: 4px;border:1px solid #ddd;border-top: 3px solid #236dc7;}
#welcome{margin:0 auto 10px;;max-width:360px;}
.ui-member-card .ui-progress__bar{border-bottom:1px solid #d9d9d9;margin-bottom:20px;padding-bottom:20px;}
.member_ok p{text-align:center;color: #2678cc;font-weight: bold;font-size: 34px;}
.member_ok p span{display:block;font-size:16px;color:#888;font-weight:normal}


.ui-certification.ui-check{padding:30px 0}
.ui-certification.ui-check .item{width:33.33%;padding: 10px 15px;min-height:306px;}
.ui-certification.ui-check .item .list-box li{line-height:1.4}
.ui-certification.ui-check .item .list-box p.tel{padding-right:26px;}


@keyframes spinspin2 {
  0% {transform: rotate(0deg);}
  100% {transform:rotate(720deg);}
}



.tell_box > .col-sm-3{width:30%; padding:0;}
.tell_box > .col-sm-1{width:5%; padding:0;}
.wrap_identification .ui-list__column .inner .item{background-color:#fcfcfc;}
.reg-text-box{margin:20px 0 !important;}
.wrap_identification .certification__inner{padding:0px; border-top:none;}
.wrap_identification .ui-certification{padding:0px; border-top:none;}
.wrap_identification .ui-certification .item{width:100%; height:511px; padding:45px;}
.wrap_identification .ui-certification .item:first-child{border:1px solid #efefef}
.wrap_identification .ui-certification .item > h2{margin:15px 0 10px;}
.wrap_identification .ui-list__column .inner .item > p{height:34px;}
.wrap_identification .ui-certification .item .list-box{margin:0px; padding-top:35px; border-top:1px dotted #ccc}
.wrap_identification .ui-certification{border-bottom:none !important;}
.wrap_identification .btn-primary{position:relative;width:176px;height:43px; padding:12px 43px !important; background-color:#236dc7 !important; color:#fff !important;border-color:#236dc7!important}
.wrap_identification .btn-primary b{position:absolute; top:11px;left:8px;line-height:1.2;padding-bottom:2px;}
.wrap_identification .btn-primary:hover{background-color:#fff !important; color:#236dc7 !important;}
.wrap_identification .btn-default:hover{background-color:#236dc7 !important; color:#fff !important;}
.wrap_identification .ident_left{margin-left:12px;}
.wrap_identification .border_no{border-top:none !important;}
.wrap_identification .border_bno{border-bottom:none !important;}
.wrap_identification .border_dot{border-top:1px dotted #cccccc !important}
.id_find_inner{width:100% !important;}
.id_find_item{height:432px !important; padding:13px !important;}
.css_checkbox_bor{border:none !important;background-color:#fff !important;}
.clear{clear:both}
.border_no{border-top:none !important;}
.ui-list__column .inner .item > p{height:50px;margin:0;}
.privacy-info{padding:0;border:none;}
.privacy-info .row:after{background:none;}
.privacy-info .row > div:nth-child(1){padding:14px 0px;border-top:2px solid #e3e3e3; border-bottom:1px dotted #e3e3e3}
.privacy-info .findidform_box > div:nth-child(1){padding:0 !important; border-top:none !important; border-bottom:none !important}




.findidform_wrap_box{padding:0 !important; border-top:none !important}
.findidform_box{padding:10px 0 !important;border-top:1px dotted #ddd;}
.findidform_privacy_info{margin:0 !important;}
.findidform_wrap_find_box .list-box{padding-top:0 !important;}
.findidform_id_find_item{height:auto !important;padding:30px !important;}
.findidform_wrap_find_box .col-sm-2{margin-top:39px}
.findidform_wrap_find_box .list-box{border-top:none !important}
.findidform_wrap_find_box .find_margin_box{margin-top:36px;}
.findidform_wrap_find_box .find_mobile_center_box button{margin-top:60px;}
 
.findid_ul_box:after{display:block;content:"";clear:both}
.findid_ul_box li{width:auto;}
.findid_ul_box li:nth-child(n+2){margin-top:10px;}
.findid_ul_box .col-sm-4{width:auto}
.findid_ul_box .col-sm-8{padding-left:10px;}

.findidform_icon_m{margin-top:64px !important;}
.findidform_icon_btn{margin-top:87px !important;}

.find_height_box > .col-sm-12{height:237px !important}


.findidform_wrap_box .find_ph_btn{margin-top: 42px;}
.findidform_wrap_box .find_border_box{padding-bottom:4px;border-bottom:1px dotted #ddd;}
.findidform_wrap_box .find_i_pin_btn:hover b{color: #6b7c8e !important;}
.findidform_wrap_box .find_ipin_mt_box{margin-top:6px;}
.findidform_wrap_box .findid_flo li label{float:left;margin-right:15px;}
.findidform_wrap_box .findid_flo li:after{content:"";display:block;clear:both}
.findidform_wrap_box .findid_flo .find_name_box input{float:left;width:153px;}
.findidform_wrap_box .find_mobile_box input{float:left;width:82px;}
.findidform_wrap_box .find_mobile_box span{float:left;width:5px;margin:0 10px;}
.findidform_wrap_box .find_mobile_box select{float:left;width:90px;}
.findidform_wrap_box .findid_flo:after{content:"";display:block;clear:both;}
.findidform_wrap_box .findid_flo li:nth-child(n+2){margin-top:10px;}
.findidform_wrap_box .find_ph_box{margin-top:12px;}
.findidform_wrap_box .icon_uesr_find{display:inline-block;width: 80px;height: 51px;background: url(/images/prog/mem/find_ph_uesr_img.png) no-repeat;}
.findidform_wrap_box .icon_ipi_find{display:inline-block;width: 80px;height: 51px;background: url(/images/prog/mem/find_ipin_img.png) no-repeat;}
.findidform_wrap_box .icon_ph_find{display:inline-block;width: 80px;height: 51px;background: url(/images/prog/mem/ph_find_img.png) no-repeat;}
.findidform_wrap_box .find_wrap_box{background-color:#fcfcfc;border:1px solid #e1e1e1;}
.findidform_wrap_box .find_wrap_box:nth-child(n+2){margin-top:15px;}
.findidform_wrap_box .find_comm_box{padding-left:20px;}

.findidform_wrap_box .find_pw_box{margin-left:0;}


/* .ui-list__column-sejong .inner .item{height:320px !important} */

@media (max-width:640px){
  .ui-list__column-sejong .inner .item > p{height:auto}
}

@media (min-width:769px) and (max-width:1138px){
  .ui-list__column-sejong .inner .item{height:320px !important;}
  .sej-mobile-mt{margin-top:45px !important;}
}

@media (max-width:767px){
  .findidform_wrap_box .icon_uesr_find{display:none;}
  .findidform_wrap_box .icon_ipi_find{display:none;}
  .findidform_wrap_box .icon_ph_find{display:none;}
  .find_comm_box h2{text-align:center !important;}
  .findidform_wrap_box .find_ph_btn{margin:0;}
  .find_mobile_center_box{text-align:center !important;}
  .findidform_wrap_box .find_ipin_list dd:before, .find_ipin_list li:before, .txt_bul:before{top:13px;}
  .findidform_wrap_box .findid_flo .find_name_box input{width:100%;}
  .findidform_wrap_box .find_mobile_box{margin-left:0px;}
  .findidform_wrap_box .find_mobile_box input{width:27%;}
  .findidform_wrap_box .find_mobile_box span{width:auto;}
  .findidform_wrap_box .find_mobile_box select{width:27%;}
  .findidform_wrap_box .findid_flo li{width:100%;}
  .findidform_wrap_box .find_ipin_btn{padding:0;}
  .findidform_wrap_box .find_ph_box_btn {padding-right: 0;} 
  .findidform_wrap_box .find_mobile_mt{margin-top:15px;}
  .findidform_wrap_box .find_pw_pl_box{margin-left:0px;}
  .find_mobile_box label{width:100%;}
  .findidform_wrap_find_box .find_mobile_center_box button{margin-top:14px;}
  
  .wrap_identification .ui-certification .item{height:auto; padding:25px;}
}

@media (max-width:1024px){
  .findidform_wrap_box .find_mobile_center_box a{text-align:left} 
}



@media (max-width:1280px){
  .findidform_wrap_box .icon_uesr_find{display:none;}
  .findidform_wrap_box .icon_ipi_find{display:none;}
  .findidform_wrap_box .icon_ph_find{display:none;}
  .findidform_wrap_box .find_mobile_box{margin-left:0px;}
}






.ui-topbox.type1.ui-cert__box{background:none}
.ui-topbox.type1.ui-cert__box:after,
.ui-topbox.type1.ui-cert__box:before{display:none;}
.ui-topbox.type1.ui-cert__box .inner{border:none;}
.ui-topbox.type1.ui-cert__box .title_h2{padding:0;}
.ui-topbox.type1 .inner .txtwrap p.txt-h2{padding:0;}
.ui-topbox.type1.ui-cert__box .title_h2:before{display:none;}
.ui-topbox.type1.ui-cert__box .inner .txtwrap .txt-tip:before{top:3px;}



