@charset "UTF-8";

/* ** POPUP LAYER CONTENTS AREA ** */
.layerPop { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; color: #333333; }
.layerPop .layerPopBox { position: relative; background: #fff url("../../img/popBg.gif") repeat 0 0; width: 590px; border: #000 1px solid; border-top: #000 9px solid; margin: 0 auto; padding: 40px 30px; }
.layerPop .layerPopBox .popTit { font-size: 1.7em; font-weight: bold; padding: 0 0 23px 0; background: url("../../img/popTitBg.gif") repeat-x 0 bottom; margin-bottom: 17px; }
.layerPop .layerPopBox .popBtn { text-align: center; padding-top: 20px; }
.layerPop .popClose { position: absolute; top: 10px; right: 10px; }

.btn_right{ clear: both; text-align:right;padding:20px 0; }
.btn { border: none; background: #333; border-radius: 3px; color: #fff; display: inline-block; padding: 0 20px; height: 32px; line-height: 30px; text-align: center;}


/* 요금제비교 */
.comparisonLayer {  }
.comparisonLayer .layerPopBox { width: 504px; margin-top: 237px; }
.comparisonLayer p.rightText { text-align: right; padding-bottom: 10px; }
.comparisonLayer p.leftText { padding-top: 10px; padding-left: 10px; text-indent: -10px; }
.comparisonLayer table { border-top: #363636 2px solid; width: 100%; }
.comparisonLayer table th { border-bottom: #e8e8e8 1px solid; background-color: #f5f5f5; text-align: center; color: #333333; padding: 7px 0 9px 0; font-weight: normal; }
.comparisonLayer table td { border-bottom: #e8e8e8 1px solid; text-align: center; color: #646464; padding: 7px 0 9px 0; background-color: #fff; }
.comparisonLayer table td strong { color: #fa0026; }


/* 요금제비교 */
.noEmailLayer {  }
.noEmailLayer .layerPopBox { width: 444px; margin-top: 237px; }
.noEmailLayer p.rightText { text-align: right; padding-top: 10px; font-size: 1.1em; }
.noEmailLayer p.noEmailBox { border: #dcdcdc 1px solid; background: #fff url("../../img/icon_noEmail.png") no-repeat 13px 19px; padding: 15px 30px 15px 35px; font-size: 1.1em; line-height: 1.5; letter-spacing: -1px; }
.noEmailLayer p.noEmailBox span { color: #fa0026; }

