/*모달팝업*/
.modalpopup{display:none;position:fixed;z-index:10;top:50px;background-color:#fff;z-index: 999 !important; border-radius:10px;}
.modalpopup.zip{width:550px;top:100px;margin:0 0 0 -275px;}
.modalpopup .close{position:absolute;right:0;top:0;width:35px;height:35px;background:#20252b url('../img/pop-close.png') center center no-repeat;}
.modalpopup.zip .close{background:#840F10 url('../img/pop-close.png') center center no-repeat;}
.modalpopup > .w{position:relative;border:3px solid #32415e;}
.modalpopup.zip > .w{border-color:#b41112;}
.modalpopup .tit{height:35px;line-height:35px;text-align:center;background-color:#32415e;color:#fff;font-size:16px;font-weight:bold; cursor: move;}
.modalpopup.zip .tit{background-color:#b41112;}
.modalpopup .bot{padding:10px 0 5px 0;text-align:right;background-color:#32415e;color:#ccc;font-size:11px;bottom: 0px; width: 100%;}
.modalpopup .bot label{margin-right:5px;}
.modalpopup .bot input{margin-top:0;}
.modalpopup .content{font-size:12px;}
.modalpopup.zip .content{padding:10px;}
.modalpopup.zip #zip1{}
.modalpopup.zip #zip2{display:none;}
.modalpopup ul.detailList{font-size:11px;}
.modalpopup ul.detailList > li{display:inline-block;height:28px;line-height:28px;margin-right:15px;}
.modalpopup ul.detailList > li img{vertical-align:middle;}
.modalpopup .scrollWrap{max-height:280px;overflow-y:scroll;-webkit-overflow-scrolling:touch;}
.modalpopup .zipTab{position:relative;overflow:hidden;font-size:13px;font-weight:bold;text-align:center;}
.modalpopup .zipTab li{float:left;width:120px}
.modalpopup .zipTab li.last{margin-right:0;}
.modalpopup .zipTab > li > a{display:block;height:34px;line-height:34px;border:1px solid #cdcdcd;border-right:none;background-color:#fff;}
.modalpopup .zipTab > li.last > a{border-right:1px solid #cdcdcd;}
.modalpopup .zipTab > li.active{position:relative;z-index:1;}
.modalpopup .zipTab > li.active > a{color:#fff;border-color:#b41112;background-color:#b41112;}
.modalpopup .solo{width:96%;max-width:360px;}
.modalpopup .zipMsg{margin-bottom:10px;padding:20px 10px;line-height:1.5em;background:#f7f7f7}
.modalpopup .ipw100{position:relative;padding-right:62px;}
.modalpopup .ipw100 input{width:100%;height:26px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.modalpopup .ipw100 > button{position:absolute;right:0;top:0;height:26px;}

.mPopup{display: none;position: absolute;left: 50%;top: 70px;width: 60%;z-index: 200;margin-bottom:200px; min-width:300px; transform:translateX(-50%)}
.mPopup img{width: 100%;}
.mPopup .mPopupContents > a{display: block;}
.mPopupBtn{margin-top: -1px;}
.mPopupBtn > ul{font-size: 0;}
.mPopupBtn > ul > li{display: inline-block;	width: 50%;}
.mPopupBtn > ul > li > a{font-size: 14px;color: #fff;display: block;text-align: center;	padding: 10px 0;background-color: #1a559e;}
.mPopupBtn > ul > li.n1 > a{border-bottom-left-radius: 15px;background: #1a559e url(../images/main/mPopupBtn_bg.png) right center no-repeat; background-size: 1px 25px;}
.mPopupBtn > ul > li.n2 > a{border-bottom-right-radius: 15px;}
