.popover-modal:after,.popover-modal:before{display:inline-block;content:""}
.popover-wrapper{position:relative}
.popover-modal{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);-moz-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);-webkit-transition:all 240ms cubic-bezier(.34,1.61,.7,1);-o-transition:all 240ms cubic-bezier(.34,1.61,.7,1);transition:all 240ms cubic-bezier(.34,1.61,.7,1);-webkit-transform:scale(0);transform:scale(0);transform-origin:29px -10px;opacity:0;position:absolute;z-index:1000;width: 335px;margin-top: 44px;border-radius:20px;border: 1px solid #ffffff14;background-color: #ffffff;padding: 10px;}

.popover-modal.example-popover-3 {}
.popover-wrapper.open .popover-modal{-webkit-transform:scale(1);transform:scale(1);opacity:1}
.popover-wrapper.open .btn-dropdown{outline:0}.popover-modal:before{position:absolute;top:-16px;/* left: 6px; *//* border: 64px solid white; */border-bottom-color:#aab2bd;content: "";position: absolute;top: 9px;/* border-bottom-right-radius: 30px; *//* left: 102%; */margin-top: -28px;/* border-width: 21px; *//* border-style: solid; *//* border-color: white #99999903 transparent #fff; */background-image: url(../img/right_arrow.png);background-size: contain;width: 23px;z-index: -1;height: 23px;background-repeat: no-repeat;background-position: center right;}
.popover-modal:after{position:absolute;top:-14px;left:17px;/* border: 12px solid transparent; *//* border-bottom-color:#fff; */content: "";position: absolute;top: 34%;left: 45%;/* margin-top: -61px; */border-width: 0px;border-style: solid;/* border-color: transparent transparent transparent #fff; */width: 21px;border-radius: 30px;/* height: 30px; */background-image: url(../img/right_arrow.png);background-size: contain;/* background-position: center center; */width: 82px;content: " ";/* background-image: url(/img/border-left3.png); */position: absolute;left: -16px;top: -6px;}
.popover-modal .popover-body{margin:0;padding: 4px 10px;}.popover-modal .popover-body.popover-body-padded{padding:8px}.popover-modal .popover-header{padding: 15px 8px 0px 8px;line-height: 13px;border-bottom: 1px solid #ffffff;font-family: 'Nanum Gothic', sans-serif;font-size: 20px;color: #689eb8;font-weight: 600;background-color: #fff;}
.closepopover{
	color: #ffffff;text-decoration:none;line-height: 13px;
    font-weight: 600;
    background-color: #c94b5a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 14px;}
.popover-modal .popover-header a:hover{color:#000}.popover-modal .popover-header .popover-close-btn{float:right}
.popover-wrapper.right .popover-modal{transform-origin: 320px -42px;margin-left: -305px;}
.popover-wrapper.right .popover-modal:before{left:auto;right: 6px;transform: rotate(-90deg);}
.popover-wrapper.right .popover-modal:after{left:auto;right: -22px;}