/* ========================================
   Main Page Styles
   ======================================== */

/* ----------------------------------------
   Main Visual Slider
   ---------------------------------------- */
.main-visual {
    position: relative;
    overflow: hidden;
}

.main-visual .swiper-slide {
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.main-visual__slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #bbb;
	/*background:url(/FileData/Banner/448/448_banner.jpg) repeat-x center top;*/
    position: relative;
}

.main-visual__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    /*background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);*/
    z-index: 1;
}

.main-visual__slide--1 {
    background: #aaa;
}

.main-visual__slide--2 {
    background: #b0b0b0;
}

.main-visual__slide--3 {
    background: #a5a5a5;
}

.main-visual__content {
    width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.main-visual__sub {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}

.main-visual__title {
    font-size: 65px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin-bottom: 16px;
}

.main-visual__info {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
}

.main-visual .swiper-pagination {
    bottom: 20px;
}

.main-visual .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.6);
    opacity: 1;
}

.main-visual .swiper-pagination-bullet-active {
    background: #3498db;
}







/* ¹öÆ° ¿øÇü ¸¸µé±â */
.main-visual .swiper-button-next,
.main-visual .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #176293;
    backdrop-filter: blur(4px);

    display: flex;
    align-items: center;
    justify-content: center;

    top: 50%;
    transform: translateY(-50%);
}

/* È­»ìÇ¥ ½ºÅ¸ÀÏ */
.main-visual .swiper-button-next::after,
.main-visual .swiper-button-prev::after {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

/* À§Ä¡ */
.main-visual .swiper-button-prev {
    left: 20px;
}

.main-visual .swiper-button-next {
    right: 20px;
}

/* hover È¿°ú */
.main-visual .swiper-button-next:hover,
.main-visual .swiper-button-prev:hover {
    background: #3498DB;
}







/* ----------------------------------------
   Quick Menu (Fixed Floating - Hidden)
   ---------------------------------------- */
.quick-menu {
    position: fixed;
    top: 200px;
    right: 0;
    width: 160px;
    background: #fff;
    box-shadow: -2px 0 12px rgba(0,0,0,0.1);
    border-radius: 8px 0 0 8px;
    z-index: 800;
    overflow: hidden;
    display: none;
}

.quick-menu__list {
    display: flex;
    flex-direction: column;
}

.quick-menu__item {
    border-bottom: 1px solid #f0f0f0;
}

.quick-menu__item:last-child {
    border-bottom: none;
}

.quick-menu__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.quick-menu__link:hover {
    background: #3498db;
    color: #fff;
}

.quick-menu__icon {
    width: 24px;
    height: 24px;
    background: #e8f4fd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.quick-menu__link:hover .quick-menu__icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* ----------------------------------------
   Quick Menu Bar (Horizontal)
   ---------------------------------------- */
.quick-menu-bar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    z-index: 100;
}

.quick-menu-bar .inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.quick-menu-bar__list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.quick-menu-bar__item {
    flex: 1;
    text-align: center;
}

.quick-menu-bar__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    border-radius: 4px;
}

.quick-menu-bar__link:hover {
    
	background: #3498db;
    color: #fff;
	
	
}

.quick-menu-bar__icon {
    width: 24px;
    height: 24px;
    background: #e8f4fd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    color: #3498db;
}

.quick-menu-bar__link:hover .quick-menu-bar__icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* ----------------------------------------
   Course Info + Consultation Section
   ---------------------------------------- */
.course-section {
    padding: 40px 0;
    background: #fff;
}

.course-section .inner {
    display: flex;
    gap: 20px;
}

.course-section__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Course Section Layout - 2 Row */
.course-section__top {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.course-section__bottom {
    display: flex;
    gap: 20px;
}

/* Course Schedule */
.course-schedule {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.course-card {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
}

.course-card__content {
    flex: 1;
}

.course-card__content02 {
   text-align:center;
   height:100%; 
   margin-right:10px;
}

.course-card__content02 h2 {
	font-size: 19px;
    font-weight: 800;
    color: #F04E00;
	padding-bottom: 12px;
	animation: blink 2.4s infinite ease-in-out;
}

.course-card__content02 h3 {
	font-size: 19px;
    font-weight: 800;
    color: #663300;
	padding-bottom: 12px;
}

.course-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border-color: #3498db;
}

.course-card__term {
    font-size: 15px;
    color: #666;
    margin-bottom: 4px;
}

.course-card__title {
    font-size: 25px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.course-card__sub {
    font-size: 23px;
    font-weight: 700;
    color: #333;
}

.course-card__date {
    font-size: 15px;
    color: #888;
    margin-bottom: 12px;
}

.course-card__btn {
    display: block;
    padding: 10px 20px;
     /* background: #3498db; */
	background: #256eef;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
    white-space: nowrap;
    transition: background 0.2s;
}

.course-card__btn:hover {
    background: #2274ac;
}

.course-card__btn--orange {
    background: #3498db;
}

.course-card__btn--orange:hover {
    background: #2274ac;
}

/* Course Tooltip */
.course-card__tooltip {
    position: absolute;
    bottom: calc(100% - 17px);
    left: 84%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 15px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 10;
}

.course-card__tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #e67e22;
}

.course-card:hover .course-card__tooltip {
    opacity: 1;
    visibility: visible;
}

/* Phone Info (Dark Box) */
.phone-info {
    flex: 1;
    display: flex;
    background: #1a1a1a;
    border-radius: 12px;
    padding: 24px 28px;
    color: #fff;
    gap: 20px;
}

.phone-info__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.phone-info__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #333;
    margin-bottom: 14px;
}

.phone-info__title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.phone-info__numbers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phone-info__item {
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 6px;
    padding: 14px 20px;
}

.phone-info__label {
    font-size: 16px;
    color: #ccc;
    flex-shrink: 0;
    min-width: 150px;
}

.phone-info__number {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.phone-info__time {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.phone-info__side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    justify-content: center;
}

.phone-info__qr {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
}

.phone-info__kakao {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: transparent;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.phone-info__kakao:hover {
    color: #fff;
}

.phone-info__kakao-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fee500;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #3c1e1e;
}

.phone-info__kakao-text {
    font-size: 12px;
    line-height: 1.4;
    color: #aaa;
}

/* Consultation Form */
.consult-form {
    width: 300px;
    flex-shrink: 0;
}

.consult-form__title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    text-align: center;
}

.consult-form__fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.consult-form__row {
    display: flex;
    gap: 8px;
}

.consult-form__input {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: #f9fafb;
}

.consult-form__textarea {
    width: 100%;
    height: 80px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    resize: none;
    background: #f9fafb;
}

.consult-form__agree {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #888;
    margin-top: 4px;
}

.consult-form__agree a {
    color: #3498db;
    text-decoration: underline;
}

.consult-form__submit {
    width: 100%;
    padding: 10px;
    background: #2c3e50;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 38px;
    transition: background 0.2s;
	cursor: pointer; 
	text-align: center;
}

.consult-form__submit:hover {
    background: #34495e;
}

/* Consultation Form - Blue Variant */
.consult-form--blue {
     /* background: #3498db; */
	background: #256eef;
    padding: 24px;
    border-radius: 8px;
}

.consult-form--blue .consult-form__title {
    color: #fff;
}

.consult-form--blue .consult-form__input {
    background: #fff;
    border-color: transparent;
    color: #333;
}

.consult-form--blue .consult-form__textarea {
    background: #fff;
    border-color: transparent;
    color: #333;
}

.consult-form--blue .consult-form__agree {
    color: #fff;
}

.consult-form--blue .consult-form__agree a {
    color: #fff;
}

.consult-form--blue .consult-form__submit {
    background: #fff;
    color: #3498db;
}

.consult-form--blue .consult-form__submit:hover {
    background: #e8f4fd;
}

/* Side Banners (inside course-section__top) */
.side-banners {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.side-banner {
    padding: 16px;
    background: #f0f4f8;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #555;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.side-banner:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.side-banner__icon {
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999;
}

.side-banner__title {
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.side-banner__desc {
    font-size: 14px;
    color: #888;
}


.side-banner02 {
    padding: 16px;
    background: #FF9900;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.side-banner02__icon {
    width: 50px;
    height: 50px;
    background: #EA8C00;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFF;
}

.side-banner02__title {
    font-weight: 700;
    color: #FFF;
    margin-bottom: 4px;
}

.side-banner02__desc {
    font-size: 14px;
    color: #FCFCFC;
}


.side-banner03 {
    padding: 16px;
    background: #6A6AFF;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}


/* ----------------------------------------
   Notice Section
   ---------------------------------------- */
.notice-section {
    padding: 40px 0;
    background: #fff;
}

.notice-section .inner {
    display: flex;
    gap: 30px;
}

.notice-board {
    flex: 1;
}

.notice-board__title {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 16px;
}

.notice-board__tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #2c3e50;
    margin-bottom: 16px;
}

.notice-board__tab {
    padding: 8px 20px;
    font-size: 18px;
    color: #888;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
    border-radius: 4px 4px 0 0;
}

.notice-board__tab.is-active {
    color: #fff;
    background: #2c3e50;
    font-weight: 700;
}

.notice-board__list {
    display: flex;
    flex-direction: column;
}

.notice-board__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.notice-board__item-badge {
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    flex-shrink: 0;
}

.notice-board__item-badge--info {
    background: #e8f4fd;
    color: #2980b9;
}

.notice-board__item-badge--notice {
    background: #fdf2e8;
    color: #e67e22;
}

.notice-board__item-title {
    flex: 1;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-board__item-title a:hover {
    color: #3498db;
}

.notice-board__item-date {
    font-size: 15px;
    color: #999;
    flex-shrink: 0;
    margin-left: 16px;
}

/* ----------------------------------------
   Scholarship Review Section
   ---------------------------------------- */
.review-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.review-section .inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.review-section__info {
    width: 280px;
    flex-shrink: 0;
}

.review-section__title {
    font-size: 35px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 12px;
}

.review-section__desc {
    font-size: 18px;
    color: #888;
    margin-bottom: 20px;
}

.review-section__nav {
    display: flex;
    gap: 8px;
}

.review-section__nav-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    transition: border-color 0.2s, color 0.2s;
}

.review-section__nav-btn:hover {
    border-color: #3498db;
    color: #3498db;
}

.review-slider {
    flex: 1;
    overflow: hidden;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.review-card__thumb {
    width: 100%;
    height: 180px;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
}

.review-card__content {
    padding: 16px;
}

.review-card__text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
}

.review-card__author {
    font-size: 15px;
    color: #999;
}

/* ----------------------------------------
   Soongsil Special Section
   ---------------------------------------- */
.special-section {
    padding: 60px 0;
    background: #fff;
}

.special-section__header {
    text-align: center;
    margin-bottom: 32px;
}

.special-section__title {
    font-size: 35px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.special-section__badges {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.special-section__badge {
    padding: 3px 24px;
    background: #3498db;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;

	display: inline-flex;     /* Ãß°¡ */
    align-items: center;      /* ¼¼·Î Áß¾Ó */
    gap: 6px;                 /* 70%¿Í ÅØ½ºÆ® °£°Ý */

}

.special-section__badge_bold {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
	cursor: pointer;

}

.special-slider {
    width: 1300px;
    margin: 0 auto;
}
.special-slider .swiper{
    overflow:unset;
}

.special-card {
    background: #f8f9fa;
    border: 2px solid #e8ecf0;
    border-radius: 12px;
    padding: 30px 24px;
    min-height: 200px;
    transition: box-shadow 0.3s ease, border-color 0.3s;
}

.special-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #3498db;
}

.special-card__icon {
    width: 48px;
    height: 48px;
    background: #e8f4fd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 16px;
    color: #3498db;
}

.special-card__title {
    font-size: 23px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.special-card__desc {
    font-size: 16px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 16px;
}

.special-card__tag {
    display: inline-block;
    padding: 4px 12px;
    background: #e8f4fd;
    color: #3498db;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
}

.special-section .swiper-pagination {
    position: relative;
    margin-top: 24px;
}

/* ----------------------------------------
   Support Icons Section
   ---------------------------------------- */
.support-section {
    padding: 40px 0;
    background: #fff;
}

.support-section__list {
    display: flex;
    justify-content: center;
    gap: 0;
}

.support-item {
    flex: 1;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, border-color 0.3s;
    border-radius: 8px;
    border: 2px solid transparent;
}

.support-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #3498db;
}

.support-item__icon {
    width: 56px;
    height: 56px;
    background: #f0f4f8;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.support-item__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* ----------------------------------------
   News/Promotions Section
   ---------------------------------------- */
.news-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.news-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-section__title {
    font-size: 23px;
    font-weight: 700;
    color: #333;
}

.news-section__tabs {
    display: flex;
    gap: 8px;
}

.news-section__tab {
    padding: 4px 12px;
    font-size: 16px;
    color: #888;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
}

.news-section__tab.is-active {
    background: #2c3e50;
    color: #fff;
}

.news-slider .swiper-slide {
    height: auto;
}

.news-card {
    width: 100%;
    height: 280px;
    background: #e0e0e0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #999;
    border: 2px solid transparent;
    transition: box-shadow 0.3s ease, border-color 0.3s;
}

.news-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-color: #3498db;
}

.news-section .swiper-pagination {
    position: relative;
    margin-top: 16px;
}

/* ----------------------------------------
   Partner Logos Section
   ---------------------------------------- */
.partner-section {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #fff;
}

.partner-section .inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.partner-logos {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.partner-logos__track {
    display: flex;
    gap: 30px;
	align-items: center;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-logo {
	/*width: 160px; */
    /*background: #f5f5f5;*/
	background: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999;
    flex-shrink: 0;
}

.partner-logo > img {
	height: 100%;
    width: auto;
    display: block;
    
}

.partner-section__selects {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
}

.partner-section__select-wrap {
    display: flex;
    gap: 6px;
    align-items: center;
}

.partner-section__select {
    width: 160px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 15px;
    color: #666;
    background: #fff;
    appearance: auto;
}

.partner-section__go {
    padding: 4px 12px;
    background: #eee;
    border-radius: 4px;
    font-size: 15px;
    color: #666;
    transition: background 0.2s;
}

.partner-section__go:hover {
    background: #ddd;
}

/* ----------------------------------------
   Section Spacing (for body padding)
   ---------------------------------------- */
body {
    padding-bottom: 70px;	
	min-width: 1300px;
}


.noticeicon img {	
	padding:0 3px 3px 0;
}