@charset "UTF-8";

a:link {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
    text-decoration: underline;
}
/******************************************** 
    이벤트 영역 속성 정의 시작
*********************************************/
#main_noticeSection{
    background-color: white;
    width:100%;
    padding: 0 0 50px 0;
    position: relative;
}
#main_noticeSection>h2.main-tit {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    color:rgb(145 0 0);
}
.main-info-notice{
    margin-top: 50px;
    border: 1px solid #e2e2e2;
    border-width: 1px 0;
}
.main-info-notice p {
    margin: 0;
    padding: 0;
}
.main-info-notice>.main-notice-wrap {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0 175px 0 95px;
}
.main-notice-wrap>p {
    height: 60px;
    line-height: 60px;
}
.main-notice-wrap>.main-tit {
    position: absolute;
    left: 0;
    top: 0;
    color: #222;
    font-weight: 400;
}
.main-info-notice>.main-notice-wrap>.main-link {
    position: relative;
    height: 60px;
    line-height: 60px;
}
.main-notice-wrap>.main-link:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #e2e2e2;
}
.main-notice-wrap>.main-link>a {
    overflow: hidden;
    display: inline-block;
    color: #222;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-info-notice>.main-notice-wrap>.main-link>a>strong {
    color: #01738b;
}
.main-notice-wrap>.main-date {
    position: absolute;
    right: 85px;
    top: 0;
    color: #666;
    font-family: 'Roboto';
}
.main-info-notice>.main-notice-wrap>.main-more {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    text-align: right;
    color: #222;
}
.main-notice-wrap>.main-more:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #e2e2e2;
}
.main-notice-wrap>.main-more .main-iconset {
    margin-top: -3px;
    margin-left: 5px;
    display:inline-block;
}
.main-ico-arr-right-gray {
    overflow: hidden;
    width: 7px;
    height: 12px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-arr-right-gray.png);
}
#main_noticeSection>.main-info-link {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}
.main-info-link>.main-table {
   display: table;
    width: 100%;
    table-layout: fixed;
}
.main-info-link>.main-table>.main-cell:first-child {
    width: 16.7%;
}
.main-info-link>.main-table>.main-cell {
    display: table-cell;
    width: 16.6%;
    text-align: center;
    vertical-align: middle;
}
.main-info-link>.main-table>.main-cell>a {
    display: inline-block;
    color: #222;
}
.main-table>.main-cell>a>span {
    display: block;
    margin: 0 auto;
    padding: 10px 0 0 0;
    line-height: 1.3;
}
.main-info-link>.main-table>.main-cell>a>i {
    display: block;
    margin: 0 auto;
}
.main-ico-main-customer {
    width: 46px;
    height: 46px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-main-customer.png);
}
.main-ico-main-faq {
    width: 50px;
    height: 46px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-main-faq.png);
}
.main-ico-main-qna {
    width: 43px;
    height: 43px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-main-qna.png);
}
.main-ico-main-group {
    width: 50px;
    height: 38px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-main-group.png);
}
.main-ico-main-lost {
    width: 51px;
    height: 39px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-main-lost.png);
}
.main-ico-main-boutique {
    width: 48px;
    height: 40px;
    background-image: url(https://img.megabox.co.kr/static/pc/images/common/ico/ico-main-boutique.png);
}
/******************************************** 
    이벤트 영역 속성 정의 끝
*********************************************/