@charset "utf-8";

div#ContentsArea div#ContentsLayout.SingleWide:first-child {
  padding-top: 0;
}

div#MainContent #MainContentBody > .Section > p {
    margin-bottom: 0;
}

.layout-header.of-primary {
    margin-bottom: 0;
}

div#MainContent #LpKakaoChannel .LpKakaoChannelImage {
  margin-bottom: 0;
}
.LpKakaoChannelMain{
    height: 436px;
}
.LpKakaoChannelMain::after,
.LpKakaoChannelMain::before {
    display: block;
    position: absolute;
    top: 0;
    width: 300%;
    height: 436px;
    background: #ffea39;
    content: '';
}

.LpKakaoChannelMain::after {
    left: 100%;
}

.LpKakaoChannelMain::before {
    right: 100%;
}

div#Container {
    overflow: hidden;
}