@charset "utf-8";
/* 공통 영역 */
#page_description_area { height: 285px; }
#page_description_area .description-container .description { height: 285px; padding: 110px 0; text-align: center; }
#page_description_area .description-container .description h2 { line-height: 30px; }

/* 자소서 작성하기팁 중간페이지 */
#container .content .tips { padding: 100px 0; }
#container .content .tips ul { text-align: center; margin-bottom: 20px; }
#container .content .tips ul li { width: 180px; height: 240px; border-radius: 5px; overflow: hidden; margin-right: 25px; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1); transition: box-shadow .25s ease; display: inline-block; }
#container .content .tips ul li:hover { box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2); }
#container .content .tips ul li:last-child { margin-right: 0; }
#container .content .tips ul li a { display: block; height: 100%; }
#container .content .tips ul li a .top-area { height: 140px; padding: 30px 35px 0; background: #6c0efc; }
#container .content .tips ul li a .top-area .numb-mark { margin-top: 18px; }
#container .content .tips ul li.summary a .top-area { background: #dc2c72; }
#container .content .tips ul li.summary a .top-area .numb-mark { margin-top: 25px; }
#container .content .tips ul li a .top-area h3 { font-size: 14px; color: #fff; font-weight: bold; padding-top: 20px; border-top: 3px solid rgba(255,255,255,0.9); }
#container .content .tips ul li a .bottom-area { background: #fff; height: 100px; padding: 20px; text-align: center; }
#container .content .tips ul li a .bottom-area h4 { font-size: 16px; font-weight: bold; color: #555; margin-bottom: 10px; }
#container .content .tips ul li a .bottom-area p { color: #fff; font-size: 14px; font-weight: bold; width: 100px; border-radius: 2px; background: #6C0EFC; display: inline-block; height: 28px; line-height: 28px; }
#container .content .tips ul li.summary a .bottom-area p { background: #DC2C72; }
#container .content .tips ul li.sample a .top-area { background: #285BFF; }
#container .content .tips ul li.sample a .bottom-area p { background: #285BFF; }