@charset "utf-8";

/* 뉴스레터 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 신청 및 해지 */
.INFO_NL_application {margin-top:20px; padding:25px; border:#ddd 1px solid;}
.INFO_NL_application .appArea {width:100%; margin-bottom:30px; overflow:hidden;}
.INFO_NL_application .appArea .appLeft {float:left; width:410px; background:#f8f9fb; border:#ddd 1px solid;}
.INFO_NL_application .appArea .appRight {float:right; width:410px; background:#f8f9fb; border:#ddd 1px solid;}
.INFO_NL_application .appArea p {padding:30px 30px 15px 30px; border-bottom:#ddd 1px dashed;}
.INFO_NL_application .appArea dl {padding:25px 30px 25px 30px; overflow:hidden;}
.INFO_NL_application .appArea dl dt {float:left; width:70%;}
.INFO_NL_application .appArea dl dt input {width:95%; height:22px; padding:0 5px 0 5px; border:#ddd 2px solid; font-size:14px; font-weight:bold;}
.INFO_NL_application .appArea dl dd {float:right; width:25%;}

/* 이벤트 - 설문 */
.INFO_NL_surveyList {margin-top:20px; border-top:#838383 1px dashed; overflow:hidden;}
.INFO_NL_surveyList table {width:100%; table-layout:fixed; margin-top:20px; border-top:#e4e4e4 1px solid; border-left:#e4e4e4 1px solid;}
.INFO_NL_surveyList table th {padding:8px 10px 7px 15px; background:#f0f3f5; color:#0b2e47; text-align:left; font-weight:bold; border-right:#e3e3e3 1px solid; border-bottom:1px solid #e3e3e3;}
.INFO_NL_surveyList table td {padding:8px 10px 7px 15px; background:#fff; color:#0969b3; font-weight:bold; border-right:#e3e3e3 1px solid; border-bottom:1px solid #e3e3e3;}
.INFO_NL_surveyList table td dl {width:100%; margin-top:10px; overflow:hidden;}
.INFO_NL_surveyList table td dl dt {color:#0b2e47; font-weight:normal;}
.INFO_NL_surveyList table td dl dt span {color:#e74c00; font-weight:bold;}
.INFO_NL_surveyList table td dl dd {width:100%; margin:10px 0 20px 0; background:#f9f9f9;}
.INFO_NL_surveyList table td dl dd p {height:20px; padding-left:20px; font-family:verdana; color:#2a5210; background:#70b445;}
