.popup{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center;width:95%;max-width:700px;background:#fff;padding:2em .5em;box-sizing:border-box;border:1px solid #c1c1c1;display:none;z-index:9999;max-height:90%;overflow:auto;}
.popup.active{display:block;}
.popup h2{font-size:18px;margin-bottom:1em;}
.popup p{font-size:1rem;line-height:1.5em;margin-bottom:1em;font-weight:300;}
.popup .btnbox{margin-top:1em;}

.popup .input.etc{border:0;}
.popup .input.etc input{width:70%;border:1px solid #c1c1c1;}
.popup .input.etc .btnbox{width:30%;margin-top:0;}
.popup .link-section{text-align:left;margin-top:2em;}
.popup .link-section .name span{display:block;font-weight:300;margin-bottom:.2em;}
.popup .link-section .name{margin-bottom:0;}


.popup .link-section .box > li .price{margin:0;text-align:right;}
.popup .link-section .box > li .price > div p{margin-bottom:0;}