@charset "UTF-8";

/*common css*/

#gnbBG {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    z-index: 1000;
}

body {
    overflow: auto;
}

.m_view {
    display: none;
}

.swiper-pagination {
    z-index: 5 !important;
}


/*서브 header*/

.visual .visual_title {
    text-align: center;
    margin-top: 125px;
}

.visual .visual_title p:first-child {
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 72px;
    color: #fff;
}

.visual .visual_title span {
    display: block;
    width: 169px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 22px auto 33px;
}

.visual .visual_title p:nth-child(3) {
    font-family: 'Noto Sans SC';
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
}

.visual_util{
    text-align: center;
}

.addthis_inline_share_toolbox {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}

.addthis_inline_share_toolbox a{
    font-family:Arial,sans-serif;
}

.copy_url{
    font-size:11px;
    font-weight:bold;
    font-family:Arial;
    line-height:20px;
    margin-left:1px;
    padding-top:1px;
    background:#fff;
    height:20px;
    border-radius:2px;
    width:50px !important;
    box-sizing:border-box;
    color:#fe6d4c;
    font-family:Arial,sans-serif;
}

.sub_section {
    padding: 100px 0;
    position: relative;
}

.sub_section_title {
    text-align: center;
    padding: 0 25px;
}

.sub_section_title h1 {
    /*font-family: 'Noto Sans SC';*/
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}

.sub_section_title p {
    /*font-family: 'Noto Sans SC';*/
    font-size: 24px;
    line-height: 1.3em;
    color: #bf8c28
}

.sub_section_title span {
    display: block;
    width: 168px;
    border-top: 1px solid #d9d9d9;
    margin: 30px auto;
}

.moveIcon {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -18px;
    cursor: pointer;
}

/*gnb css*/

#header {
    padding-top: 81px;
    _background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

#header .header_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
    z-index: 10;
}

#header .header_top:after {
    content: "";
    display: block;
    clear: both;
}

#header h1 {
    float: left;
    margin: 16px 0 0 30px;
}

#header h1 a {
    display: inline-block;
    background: url(../images/com/logo_w.png)no-repeat;
    background-size:contain;
    width: 330px;
    height: 36px;
    text-indent: -99999px;
    overflow: hidden;
}

#header .header_top_right {
    float: right;
}

#header .header_top_right nav, .header_top_right .util_menu {
    float: left;
}

#header .header_gnb:after, .header_gnb li ul:after {
    content: "";
    display: block;
    clear: both;
}

#header .header_gnb li, .header_gnb li ul li, .header_gnb li ul li span {
    float: left;
}

#header .header_gnb>li:last-child {
    margin-right: 0px;
}

#header .header_gnb>li>a {
    color: #fff;
    font: 18px 'NanumSquare';
    font-weight: 500;
    display: inline-block;
    padding: 29px 20px 30px;
    transition: all 0.5s;
}

#header .header_gnb>li>a.hover {
    background-color: #f37200;
    color: #fff;
}

.submenu_bg {
    display: none;
}


/*gnb sub menu*/

.header_gnb .submenu_bg {
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    height: 47px;
    _display: none;
    left: 0;
    border-top: 1px solid #f37200;
}

.header_gnb li>ul {
    transition: all 0.5s;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    color: #fff;
    position: absolute;
    top: 80px;
    z-index: 10;
    height: 47px;
    display: none;
}

.header_gnb li:nth-child(4)>ul {
    right: 440px;
}

.header_gnb li:nth-child(5)>ul {
    right: 253px;
}

.header_gnb li>ul li a {
    color: #fff;
    line-height: 44px;
    padding-bottom: 11px;
}

.header_gnb li>ul li a:hover, .header_gnb li>ul li a.active, .header_gnb li>ul li a.on.active {
    color: #ffcc3f !important;
    border-bottom: 2px solid #ffcc3f;
}

.header_gnb li>ul li a.on {
    color: #605f5f;
}

.header_gnb li>ul>span {
    display: block;
    float: left;
    color: #999;
    padding: 0 28px;
    line-height: 44px;
}

#header .util_lang>li {
    position: relative;
    float: left;
}

#header .util_lang>li:nth-child(2)>a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'NanumSquare';
    font-size: 14px;
    background: url(../images/btn/btn_langarrow.png) center right no-repeat;
    margin-right: 12px;
}


/*#header .util_lang .language:before {position: absolute; top:50%; left:0; margin-top:-7px; width:1px; height: 14px; content:'';}*/

#header .util_lang .language {
    width: 74px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 16px;
    padding: 17px 0;
    _display: none;
}

#header .util_lang .lang-lst {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

#header .util_lang .lang-lst a {
    display: block;
    color: #555;
    font-family: 'NanumSquare';
    font-size: 14px;
    padding: 6px 0;
}

#header .util_lang .lang-lst a.over, .util_lang .lang-lst a:focus {
    color: rgba(25, 25, 25, 0.5);
    font-family: 'Noto Sans SC';
    font-size: 14px;
    padding: 6px 0;
}

#header .util_lang .language.active .arr-dot {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header .util_lang .language.active .lang-lst {
    display: block;
    padding: 10px 0;
    z-index: 15;
}

#header .util_lang>li:first-child {
    margin: 16px 0 16px 20px;
    padding: 17px 9px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#header .util_lang>li:first-child a {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'NanumSquare';
    font-size: 14px;
}

#header .util_lang>li:last-child>a {
    background: url(../images/btn/btn_login.png) center center no-repeat;
    display: inline-block;
    width: 81px;
    height: 80px;
    text-indent: -99999px;
    overflow: hidden;
}

#header .util_lang li>a.logout {
    background: url(../images/ico/icon_logout.png) center center no-repeat;
}

#header .util_lang li>.mypage {
    background: url(../images/ico/icon_mypage.png) center center no-repeat;
    display: inline-block;
    width: 74px;
    height: 44px;
    margin: 18px 0;
    text-indent: -99999px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#header .util_lang li>.mypage.on {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


/*gnb tansition*/

.header_gnb .submenu_bg.on {
    background-color: #fff;
}

#header h1 a.on {
    background: url(../images/com/logo_color.png) no-repeat;
    background-size:contain;
}

#cd-logo.on {
    background: url(../images/com/m_openlogo_color.png);
}

#header .header_top.on, header.on {
    background-color: #fff;
    border-bottom: 1px solid #f8981f;
    z-index: 10;
}

#header .header_gnb>li>a.on {
    color: #605f5f;
    font-weight: 500;
}

#header .header_gnb>li>a.on.hover, #header .header_gnb>li>a.on:focus {
    color: #fff;
}

.header_gnb li>ul li a.on {
    color: #605f5f;
}

#header .util_lang .language.on {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#header .util_lang>li:nth-child(2)>a.on {
    color: rgba(0, 0, 0, 0.5);
    background: url(../images/com/footer_family_down.png) center right no-repeat;
}

#header .util_lang>li:first-child.on {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#header .util_lang>li:first-child a.on {
    color: rgba(0, 0, 0, 0.5);
}

.util_lang.on {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


/*M gnb*/

.m_gnb {
    display: none;
}

.cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    background-color: #f5f4e9;
    z-index: 2;
    padding-top: 50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.cd-main-content.lateral-menu-is-open #cd-menu-trigger {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

header.is-fixed {
    position: fixed;
}

#cd-logo {
    background: url(../images/com/m_openlogo_w.png);
    width: 172px;
    height: 32px;
    text-indent: -99999px;
    overflow: hidden;
    z-index: 10;
    display: block;
    float: left;
    margin: 16px 0 0 20px;
}

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
}

#cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
}

#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}

#cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

#cd-top-nav a.current {
    background-color: #242e30;
}

.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }
}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 10000;
    width: 260px;
    background-color: #f8981f;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}

#cd-lateral-nav h1 {
    height: 80px;
    text-indent: -9999px;
    background: #353535 url(../images/com/m_DWlogo.png) no-repeat 20px center;
}

#cd-lateral-nav a.mm_close {
    background: url(../images/btn/btn_mm_remove_icon.png) no-repeat center center;
    position: absolute;
    height: 80px;
    right: 10px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

#cd-lateral-nav .sub-menu {
    display: none;
    background: #e19000;
}

#cd-lateral-nav .sub-menu a {
    font-size: 16px;
    padding: 20px 15px;
    margin: 0 20px;
    line-height: 20px;
}

#cd-lateral-nav .sub-menu li:last-child a {
    padding: 20px 35px;
    margin: 0;
}

#cd-lateral-nav a {
    display: block;
    line-height: 3.35em;
    font-family: 'Noto Sans SC';
    font-size: 16px;
    border-bottom: 1px solid #f6b033;
    padding: 0 25px;
    color: #fff;
}

#cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
    color: #fff;
}

#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
}


/* style menu items which have a submenu  */

#cd-lateral-nav .item-has-children>a {
    position: relative;
    margin: 0;
    padding: 0 25px;
    font-family:'NanumSquare';
    /* this is the right arrow to show that the item has a submenu  */
}

#cd-lateral-nav .item-has-children>a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background: url("../images/com/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children>a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.mm_util {
    margin-top: 50px;
}

#cd-lateral-nav .mm_btn>a {
    width: 86%;
    height: 50px;
    background: #f37200;
    border-radius: 3px;
    border: none;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 3em;
}

#cd-lateral-nav .mm_btn>a.m_mypage {
    background-color: #ad5000;
}

#cd-lateral-nav .mm_btn>a:last-child {
    background: #f6ab27;
    border-radius: 3px;
    border: none;
    padding: 0;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 3em;
}

#cd-lateral-nav .mm_lang {
    padding-left: 25px;
    border-top: 1px solid #f7ba4d;
}

#cd-lateral-nav .mm_lang>a {
    float: left;
    border: none;
    font-size: 14px;
    width: 70px;
    text-align: center;
    line-height: 3em;
    height: 32px;
    margin: 15px 0;
    padding: 0;
    line-height: 2.2em;
}

#cd-lateral-nav .mm_lang>span {
    border-left: 1px solid #f7ba4d;
    display: block;
    float: left;
    height: 12px;
    margin-top: 25px;
}

#cd-lateral-nav .mm_lang:after {
    content: "";
    display: block;
    clear: both;
}

.mm_lang_on {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

#cd-menu-trigger {
    position: absolute;
    right: 15px;
    top: 0;
    width: 65px;
    z-index: 1200!important;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    font-size: 14px;
    font-family: 'NanumSquare';
    text-transform: uppercase;
    color: #F8981f;
    font-weight: 600;
    margin-top: 7px;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 23px;
    height: 3px;
    background-color: #F8981f;
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 7px;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 7px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #f8981f;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        width: 84px;
        padding-left: 3em;
    }
    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px;
    }
    #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/*footer css*/

#footer {
    background: #363636;
    text-align: center;
    color: #fff;
    height: 100%;
}

#footer h1 {
    padding: 60px 0 46px;
}

#footer h1 img {
    width: 90%;
    max-width: 563px;
}

#footer h1~div {
    border: 1px solid #404040;
    border-left: none;
    border-right: none;
    width: 1220px;
    margin: 0 auto;
    height: 51px;
    padding: 9px 0;
    background: #303030;
}

#footer h1~div:after {
    content: "";
    display: block;
    clear: both;
}

#footer .footer_menu {
    float: left;
    padding: 9px 0 0 20px;
}

#footer .footer_menu ul li {
    display: inline;
}

#footer .footer_menu ul li a, #footer div>span {
    color: #a4a7b8;
    font-size: 12px
}

#footer .footer_menu ul span {
    color: #5a5d6b;
    margin: 0 16px;
}

#footer .footer_family_site {
    float: right;
    border-left: 1px solid #373738;
    height: 30px;
    width: 160px;
    text-align: left;
    position: relative;
}

#footer .footer_family_site span {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 30px 10px 34px;
    display: inline-block;
    background: url(../images/com/footer_family_up.png) right no-repeat;
    cursor: pointer;
}

#footer .footer_family_site span.on {
    background: url(../images/com/footer_family_down.png) right no-repeat;
}

#footer .footer_family_site ul {
    display: none;
    position: absolute;
    right: 0;
    bottom: 39px;
    width: 100%;
    background: #303030;
    border: 1px solid #404040;
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

#footer .footer_family_site ul li a {
    display: block;
    padding: 5px 34px;
    color: #a4a7b8;
    font-size: 12px;
}

#footer .footer_family_site ul li a:hover {
    color: #fff;
}

#footer address {
    padding: 25px 25px 30px;
    color: #a4a7b8;
    font-size: 12px;
}

#footer address>p>span {
    margin: 0 16px 0 10px;
}

#footer address>p {
    margin-bottom: 18px;
    line-height: 1.5em;
}

#footer address p+span {
    color: #626471;
}


/*button*/

#container .more_circle {
    width: 77px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    color: #acacac;
    border: 1px solid #cccccc;
    border-radius: 50%;
    font: 16px 'NBG';
    text-align: center;
    padding: 29px 0;
    margin: 0 auto;
}

#container .more_circle:hover {
    background: #7f7b7a;
    color: #fff;
    border: none;
}

#header .subMove_next {
    position: absolute;
    right: 0;
    top: 391px;
    background: url(../images/btn/btn_next.png) no-repeat;
    text-indent: -99999px;
    display: inline-block;
    height: 60px;
    width: 50px;
}

#header .subMove_pre {
    position: absolute;
    left: 0;
    top: 391px;
    background: url(../images/btn/btn_pre.png) no-repeat;
    text-indent: -99999px;
    display: inline-block;
    height: 60px;
    width: 50px;
}


/*미디어 쿼리*/

@media screen and (max-width:1500px) {
    #header .header_top {
        display: none;
    }
    .m_gnb {
        display: block;
    }
}

@media screen and (max-width:1400px) {
    #header .header_gnb>li>a {
        padding: 31px 15px 30px;
    }
}

@media only screen and (max-width: 1260px) {
    #header .util_lang>li:last-child>a {
        width: 60px;
    }
    #footer h1~div {
        width: 90%;
    }
    .visual .visual_title p:nth-child(3) {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .sub_section_title h1 {
        font-size: 34px;
    }
    #cd-menu-trigger {
        top: 30px;
    }
    #cd-lateral-nav a.mm_close, #cd-lateral-nav h1, header {
        height: 60px;
    }
    #cd-menu-trigger {
        right: 0;
    }
    .w_view {
        display: none !important;
    }
    .m_view {
        display: block;
    }
    .visual .visual_title {
        margin-top: 70px;
    }
    .visual .visual_title p:first-child {
        font-size: 50px;
    }
    .visual .visual_title p:nth-child(3) {
        font-size: 18px;
        padding: 0 20px;
    }
    .sub_section {
        padding: 70px 0;
    }
    .sub_section_title p {
        font-size: 18px;
        line-height: 25px;
    }
    #footer h1+div {
        background: none;
        border: none;
    }
    #footer .footer_menu, #footer .footer_family_site {
        float: none;
        border: 1px solid #404040;
        border-left: none;
        border-right: none;
        padding: 18px 0;
        margin: 5px 0;
        background: #303030;
        height: 51px;
    }
    #footer .footer_menu ul span {
        margin: 0;
    }
    #footer .footer_family_site {
        width: 100%;
        text-align: center;
        display: block;
    }
    #footer .footer_family_site span {
        position: absolute;
        top: 9px;
        left: 50%;
        margin-left: -71px;
    }
    #footer .footer_family_site ul {
        bottom: 49px;
        right: -1px;
    }
    #footer address {
        padding: 90px 0 30px;
        width: 90%;
        margin: auto;
    }
    #footer h1 {
        padding: 35px 0 20px;
    }
}

@media screen and (max-width:599px) {
    #header .subMove_next {
        display: none;
    }
    #header .subMove_pre {
        display: none;
    }
    #footer address p+span:last-child {
        display: block;
        width: 280px;
        margin: 0 auto;
    }
}
