.wide-layout {
    width: 1833px;
    height: 100%;
    margin: auto;
    position: relative;
}

.layout {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}


#header {
    width: 100%;
    height: 6rem;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5;
}

#logo {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#logo a {
    display: block;
}

/* #logo a img {
    max-width: 100%;
} */

.header-right {
    float: right;
    height: 100%;
}

.header-right::after {
    display: block;
    content: "";
    clear: both;
}

#gnb {
    float: left;
    padding-right: 1rem;
}

#gnb ul {
    display: table;
}

#gnb ul li {
    display: table-cell;
    padding: 0 2.5rem;
    box-sizing: border-box;
    line-height: 6rem;
    text-align: center;
}

#gnb ul li a {
    display: block;
    font-size: 1rem;
    font-family: 'SCDream';
    font-weight: 500;
}

.header-right .all-menu {
    display: none;
    float: left;
    width: 2.75rem;
    height: 2.75rem;
    position: relative;
    background: linear-gradient(135deg, #47a8dd, #477fe2);
    top: 50%;
    transform: translateY(-50%);
}

.header-right .all-menu i {
    display: block;
    text-align: center;
    line-height: 2.75rem;
    font-size: 1.1rem;
    color: #fff;
}

/* footer */

#footer {
    width: 100%;
    position: relative;
}

.footer1 {
    background: #23365c;
}

.footer1 ul li {
    display: inline-block;
    padding-right: 1.5rem;
}

.footer1 ul li a {
    display: block;
    padding: 1.3rem 0;
    color: #fff;
}

.footer2 {
    padding: 2.5rem 0;
    position: relative;
}

.footer2::after {
    display: block;
    content: "";
    clear: both;
}

.footer2 p {
    color: #333;
    opacity: 0.8;
}

.footer2 p:last-child {
    margin-bottom: 0;
}

.sns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sns li {
    display: inline-block;
    margin-left: .3rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    position: relative;
}

.sns li.blog {
    background: #54b02f;
}

.sns li.facebook {
    background: #314d8f;
}

.sns li.twitter {
    background: #10a5ea;
}

.sns li.youtube {
    background: #d71111;
}

.sns li a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.1rem;
    position: relative;
}

.sns li a img {
    width: .7rem;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%,-50%);
}



