﻿@charset "UTF-8";

/* 메가클럽 20200604 */
.megaClub_section .topImg { position:relative;}
.megaClub_section .topImg:before { position:absolute; left:calc(50% - 20px); top:-15px; content:""; width:40px; height:3px; background:#01389b; }
.megaClub_section img { vertical-align:top; }
.megaClub_section .coupon { background:#d6ecfd; padding:12px 15px 60px; }
.megaClub_section .coupon input { width:100%; height:50px; box-sizing:border-box; border:1px solid #7d7d7d; font-size:16px; padding-left:20px; }
.megaClub_section .coupon button { margin-top:10px; width:100%; height:50px; background:#333; color:#fff; vertical-align:middle; font-size:18px; border-radius:5px; }
.megaClub_section .coupon dl {  margin:25px 5px 0; }
.megaClub_section .coupon dt { margin-bottom:5px; font-size:15px; font-weight:bold; color:#000; }
.megaClub_section .coupon dd { position:relative; font-size:13px; padding-left:10px; color:#000;}
.megaClub_section .coupon dd:before { position:absolute; left:0; top:0; content:"- " }
.megaClub_section .coupon.consulting { background:#b5dafb; }
.megaClub_section .coupon.allPackage { background:#a0d1fa; }
.megaClub_section .coupon.exam { background:#88c4f9; }
