@charset "utf-8";
/* ----------------------------------------------------------
 globalnav css 모바일 상세 네비
 ----------------------------------------------------------*/
.main {
    background: #3263EC;
    height: 48px;
    width: 100%
}

#ac-globalnav .ac-search .search {
    margin-left: 30px;
    height: 45px;
}

#ac-globalnav .ac-search .search input {
    height: 45px;
    font-size: 18px;
    color: #999;
    font-family: initial;
}

.ac-watvlogo a {
    color: #fff;
    font-size: 9px;
    position: relative;
    top: 0;
    height: 48px;
    display: inline-block;
    line-height: 65px;
    left: 15px;
}

.ac-watvlogo a::before {
    content: '';
    display: inline-block;
    background: url(/images/mobile-logo@2x.png) center no-repeat;
    background-size: 68px;
    width: 68px;
    height: 17px;
    top: 10px;
    position: absolute;
}
.ac-watvlogo a:hover{text-decoration: none}
#menustate:checked ~ #ac-globalnav .ac-content .ac-watvlogo {
    display: none;
}

.ac-menuadmin {
    display: none;
    z-index: 99999;
    transition: all 0.3s ease;
}

#menustate:checked ~ #ac-globalnav .ac-content .ac-menuadmin {
    display: inline-block;
    z-index: 9999 !important;
}

.ac-logo {
    display: inline-block;
    font-size: 0;
    width: 160px;
    height: 48px;
}

.ac-logo a {
    display: block;
    font-size: 0;
    width: 160px;
    height: 48px;
}

#ac-globalnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 888;
    display: none;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    font-size: 17px;
    max-height: 44px;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 100);
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

/*#ac-globalnav {background: #2b2b2b;background: rgba(85, 85, 85, 0.5)}*/
#ac-globalnav.blocktransitions, #ac-globalnav.blocktransitions:before,
#ac-globalnav.blocktransitions:after, #ac-globalnav.blocktransitions * ,
#ac-globalnav.blocktransitions * :before, #ac-globalnav.blocktransitions * :after {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

#ac-globalnav .ac-search::before {
    content: '';
    display: inline-block;
    background: url(/images/main-search-ico@2x.png) left center no-repeat;
    background-size: 18px;
    width: 18px;
    height: 37px;
    margin-right: 10px;
    position: absolute;
    top: 3px
}

@media only screen and (max-width: 1044px) {
    #ac-globalnav {
        min-width: 320px
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav {
        display: block;
        max-height: none;
        -webkit-transition: background 0.35s linear, height 0.35s ease-in;
        transition: background 0.35s linear, height 0.35s ease-in
    }

    #menustate:checked ~ #ac-globalnav, #menustate:target ~ #ac-globalnav {
        height: 100%;
        -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms;
        transition: background 0.35s linear, height 0.35s ease-in 200ms;
    }

    #ac-globalnav.searchshow, #ac-globalnav.searchopen, #ac-globalnav.searchhide {
        position: fixed
    }
}

#menustate {
    display: none
}

#ac-gn-placeholder {
    height: 44px
}

@media only screen and (max-width: 5000px) {
    #ac-gn-placeholder {
        height: 48px
    }
}

.ac-nav-overlap #ac-gn-placeholder {
    display: none
}

@-webkit-keyframes ac-gn-curtain-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1
    }
}

@keyframes ac-gn-curtain-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1
    }
}

#ac-globalnav .ac-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-content {
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        height: 100%
    }
}

#ac-globalnav .ac-gn-menu {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 48px;
    overflow: hidden;
    background: #3263EC;
}

#ac-globalnav .ac-gn-menu .ac-admin {
    position: absolute;
    width: 48px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    text-align: center;
    z-index: 1
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-menu {
        display: block
    }

    #ac-globalnav .searchshow .ac-gn-menu, #ac-globalnav.searchopen .ac-gn-menu,
    #ac-globalnav .searchhide .ac-gn-menu {
        background: #000;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    #ac-globalnav .ac-gn-menu .ac-admin {
        display: block
    }

    #ac-globalnav .searchopen .ac-gn-menu .ac-admin {
        display: none
    }

    #ac-globalnav .ac-gn-menu .ac-gn-bag-small {
        display: block
    }
}

@-webkit-keyframes ac-gn-list-searchshow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(-100%) translateY(108px);
        transform: translateY(-100%) translateY(108px)
    }
}

@keyframes ac-gn-list-searchshow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(-100%) translateY(108px);
        transform: translateY(-100%) translateY(108px)
    }
}

#ac-globalnav .ac-gn-list {
    cursor: default;
    margin: 0 -10px;
    width: auto;
    height: 44px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#ac-globalnav .ac-gn-list:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-list {
        position: absolute;
        z-index: 2;
        top: 68px;
        right: 0;
        bottom: 50px;
        left: 0;
        margin: 0;
        padding: 0;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        -webkit-transition: visibility 0s linear 1s;
        transition: visibility 0s linear 1s
}

    #menustate:checked ~ #ac-globalnav .ac-gn-list, #menustate:target ~ #ac-globalnav .ac-gn-list {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    #ac-globalnav.searchshow .ac-gn-list {
        bottom: auto;
        -webkit-animation: ac-gn-list-searchshow 800ms both;
        animation: ac-gn-list-searchshow 800ms both
    }

    #ac-globalnav.searchopen .ac-gn-list {
        display: none
    }

    #ac-globalnav.searchhide .ac-gn-list {
        bottom: auto;
        -webkit-animation: ac-gn-list-searchshow 800ms reverse both;
        animation: ac-gn-list-searchshow 800ms reverse both
    }

    #ac-globalnav .ac-gn-list:after {
        display: none
    }
}

@-webkit-keyframes ac-gn-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@keyframes ac-gn-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@-webkit-keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}

@keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}

@-webkit-keyframes ac-gn-item-searchshow-small {
    0% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@keyframes ac-gn-item-searchshow-small {
    0% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@-webkit-keyframes ac-gn-search-placeholder-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0.4
    }
}

@keyframes ac-gn-search-placeholder-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0.4
    }
}

@-webkit-keyframes ac-gn-bag-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0
    }
}

@keyframes ac-gn-bag-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0
    }
}

#ac-globalnav .ac-gn-item {
    display: inline-block;
    position: relative;
    height: 44px;
    z-index: 1;
    vertical-align: top
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-item {
        width: 100%;
        height: 44px;
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-admin {
        display: block;
        background: #3263EC;
        height: 48px
    }
}

#ac-globalnav.searchshow .ac-gn-bag {
    -webkit-animation: ac-gn-bag-searchshow 300ms both;
    animation: ac-gn-bag-searchshow 300ms both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#ac-globalnav.searchopen .ac-gn-bag {
    visibility: hidden
}

#ac-globalnav.searchhide .ac-gn-bag {
    -webkit-animation: ac-gn-bag-searchshow 300ms reverse both;
    animation: ac-gn-bag-searchshow 300ms reverse both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-bag {
        right: 0;
        display: none;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1
    }
}

#ac-globalnav.searchshow .ac-gn-item-menu, #ac-globalnav.searchopen .ac-gn-item-menu,
#ac-globalnav.searchhide .ac-gn-item-menu {
    pointer-events: none
}

#ac-globalnav.searchshow .ac-gn-item-menu {
    -webkit-animation: ac-gn-item-searchshow 400ms both;
    animation: ac-gn-item-searchshow 400ms both;
    pointer-events: none
}



@media only screen and (max-width: 5000px) {
    #ac-globalnav.searchshow .ac-gn-item-menu {
        -webkit-animation: ac-gn-item-searchshow-small 100ms both;
        animation: ac-gn-item-searchshow-small 100ms both
    }

    #ac-globalnav.searchshow .ac-gn-item-menu:nth-child(n) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

/*
#ac-globalnav.searchopen .ac-gn-item-menu {
visibility: hidden
}

#ac-globalnav.searchhide .ac-gn-item-menu {
-webkit-animation: ac-gn-item-searchhide 400ms both;
animation: ac-gn-item-searchhide 400ms both
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(2) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(3) {
-webkit-animation-delay: 35ms;
animation-delay: 35ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(4) {
-webkit-animation-delay: 70ms;
animation-delay: 70ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(5) {
-webkit-animation-delay: 105ms;
animation-delay: 105ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(6) {
-webkit-animation-delay: 140ms;
animation-delay: 140ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(7) {
-webkit-animation-delay: 175ms;
animation-delay: 175ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(8) {
-webkit-animation-delay: 210ms;
animation-delay: 210ms
}

#ac-globalnav.searchhide .ac-gn-item-menu:nth-child(9) {
-webkit-animation-delay: 245ms;
animation-delay: 245ms
} */

@media only screen and (max-width: 5000px) {
    #ac-globalnav.searchhide .ac-gn-item-menu {
        -webkit-animation: ac-gn-item-searchshow-small 100ms reverse both;
        animation: ac-gn-item-searchshow-small 100ms reverse both
    }

    #ac-globalnav.searchhide .ac-gn-item-menu:nth-child(n) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-item-menu {
        height: auto;
        padding: 0 48px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: scale(1.1) translateY(-24px);
        -ms-transform: scale(1.1) translateY(-24px);
        transform: scale(1.1) translateY(-24px);
        -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transition: opacity 0.35s ease-out, transform 0.35s ease-out;
        transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(1) {
        -webkit-transition-delay: 450ms, 450ms;
        transition-delay: 450ms, 450ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(2) {
        -webkit-transition-delay: 400ms, 400ms;
        transition-delay: 400ms, 400ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(3) {
        -webkit-transition-delay: 350ms, 350ms;
        transition-delay: 350ms, 350ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(4) {
        -webkit-transition-delay: 300ms, 300ms;
        transition-delay: 300ms, 300ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(5) {
        -webkit-transition-delay: 250ms, 250ms;
        transition-delay: 250ms, 250ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(6) {
        -webkit-transition-delay: 200ms, 200ms;
        transition-delay: 200ms, 200ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(7) {
        -webkit-transition-delay: 150ms, 150ms;
        transition-delay: 150ms, 150ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(8) {
        -webkit-transition-delay: 100ms, 100ms;
        transition-delay: 100ms, 100ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(9) {
        -webkit-transition-delay: 50ms, 50ms;
        transition-delay: 50ms, 50ms
    }

    #ac-globalnav .ac-gn-item-menu:nth-child(10) {
        margin-bottom: 80px;
        -webkit-transition-delay: 0ms, 0ms;
        transition-delay: 0ms, 0ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu, #menustate:target ~ #ac-globalnav .ac-gn-item-menu {
        opacity: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        pointer-events: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(1),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(1) {
        -webkit-transition-delay: 50m, 50ms;
        transition-delay: 50ms, 50ms;
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(2),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(2) {
        -webkit-transition-delay: 150ms, 150ms;
        transition-delay: 150ms, 150ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(3),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(3) {
        -webkit-transition-delay: 200ms, 200ms;
        transition-delay: 200ms, 200ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(4),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(4) {
        -webkit-transition-delay: 250ms, 250ms;
        transition-delay: 250ms, 250ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(5),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(5) {
        -webkit-transition-delay: 300ms, 300ms;
        transition-delay: 300ms, 300ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(6),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(6) {
        -webkit-transition-delay: 350ms, 350ms;
        transition-delay: 350ms, 350ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(7),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(7) {
        -webkit-transition-delay: 400ms, 400ms;
        transition-delay: 400ms, 400ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(8),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(8) {
        -webkit-transition-delay: 450ms, 450ms;
        transition-delay: 450ms, 450ms
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(9),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(9) {
        -webkit-transition-delay: 500ms, 500ms;
        transition-delay: 500ms, 500ms;
    }

    #menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(10),
    #menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(10) {
        margin-bottom: 80px;
        -webkit-transition-delay: 550ms, 550ms;
        transition-delay: 550ms, 550ms
    }
}

#ac-globalnav .ac-search {
    display: none
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-search {
        font-size: 14px;
        line-height: 3.14286;
        font-weight: 400;
        letter-spacing: -.01em;
        font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    #ac-globalnav .ac-search {
        font-size: 17px;
        line-height: 2.6;
        letter-spacing: -.021em;
        font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        color: #777;
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-search {
        border-bottom-color: silver
    }

    #ac-globalnav.searchshow .ac-gn-search, #ac-globalnav.searchopen .ac-gn-search,
    #ac-globalnav.searchhide .ac-gn-search {
        -webkit-animation: none;
        animation: none
    }

    #ac-globalnav .ac-search {
        /* margin-left: 0; */
        display: block;
        cursor: text
    }

    #ac-globalnav.searchshow .ac-search {
        -webkit-animation: ac-gn-search-placeholder-searchshow 800ms both;
        animation: ac-gn-search-placeholder-searchshow 800ms both
    }

    #ac-globalnav.searchhide .ac-search {
        -webkit-animation: ac-gn-search-placeholder-searchshow 800ms reverse both;
        animation: ac-gn-search-placeholder-searchshow 800ms reverse both
    }
}

#ac-globalnav .ac-gn-menuicon {
    right: 0;
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 48px;
    border-bottom: none
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-menuicon {
        display: block
    }
}

#ac-globalnav .ac-gn-menuicon-label {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
    right: 0;
}

#ac-globalnav .ac-gn-menuicon-label:hover, #ac-globalnav .ac-gn-menuicon-label:focus,
#ac-globalnav .ac-gn-menuicon-label:active {
    opacity: .65
}

#ac-globalnav.touch .ac-gn-menuicon-label {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99)
}

#menustate:checked ~ #ac-globalnav .ac-gn-menuicon-label,
#menustate:target ~ #ac-globalnav .ac-gn-menuicon-label {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#ac-globalnav .ac-bread {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#ac-globalnav .ac-bread-top {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4
}

#menustate:checked ~ #ac-globalnav .ac-bread-top,
#menustate:target ~ #ac-globalnav .ac-bread-top {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#ac-globalnav .ac-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#menustate:checked ~ #ac-globalnav .ac-bread-bottom,
#menustate:target ~ #ac-globalnav .ac-bread-bottom {
    -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ac-globalnav .ac-crust {
    display: block;
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 16px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s
}

#ac-globalnav .ac-crust-top {
    top: 23px;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    transition: -webkit-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

#menustate:checked ~ #ac-globalnav .ac-crust-top,
#menustate:target ~ #ac-globalnav .ac-crust-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0;
    transition-delay: 0
}

#ac-globalnav .ac-crust-bottom {
    bottom: 23px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

#menustate:checked ~ #ac-globalnav .ac-crust-bottom,
#menustate:target ~ #ac-globalnav .ac-crust-bottom {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#ac-globalnav .ac-gn-menuanchor {
    left: 0;
    color: #fff;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}

#ac-globalnav .ac-gn-menuanchor:focus {
    outline-offset: -8px;
    width: 48px;
    height: 48px
}

#ac-globalnav .ac-gn-menuanchor-close {
    display: none
}

#ac-globalnav .ac-gn-menuanchor-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

#menustate:checked ~ #ac-globalnav .ac-gn-menuanchor-open,
#menustate:target ~ #ac-globalnav .ac-gn-menuanchor-open {
    display: none
}

#menustate:checked ~ #ac-globalnav .ac-gn-menuanchor-close,
#menustate:target ~ #ac-globalnav .ac-gn-menuanchor-close {
    display: block
}

#ac-globalnav .ac-gn-bag-badge {
    border-radius: 6px;
    margin-top: -2px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #6bf;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-bag-badge {
        border-radius: 7px;
        margin-top: -3.5px;
        margin-left: -3.5px;
        width: 7px;
        height: 7px
    }
}

#ac-globalnav .ac-gn-bag.with-badge .ac-gn-bag-badge {
    display: block
}

#ac-globalnav .ac-gn-bagview, #ac-globalnav .ac-gn-notification {
    margin-right: -123px;
    right: 0;
    position: absolute;
    top: 48px;
    z-index: 1
}

@media only screen and (max-width: 1275px) {
    #ac-globalnav .ac-gn-bagview, #ac-globalnav .ac-gn-notification {
        margin-right: calc(512px - 50vw);
        right: 5px
    }
}

@media only screen and (max-width: 1024px) {
    #ac-globalnav .ac-gn-bagview, #ac-globalnav .ac-gn-notification {
        margin-right: 0
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-bagview, #ac-globalnav .ac-gn-notification {
        margin-right: 0;
        top: 52px
    }
}

#ac-globalnav .ac-gn-bagview-caret, #ac-globalnav .ac-gn-notification-caret {
    overflow: hidden;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-bagview-caret, #ac-globalnav .ac-gn-notification-caret {
        bottom: 100%
    }
}

@media only screen and (max-width: 419px) {
    #ac-globalnav .ac-gn-bagview-caret, #ac-globalnav .ac-gn-notification-caret {
        height: 9px;
        margin-bottom: 0
    }
}

#ac-globalnav .ac-gn-bagview-caret:after, #ac-globalnav .ac-gn-notification-caret:after {
    left: 50%;
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 0;
    -ms-transform-origin: 0% 0;
    transform-origin: 0% 0;
    z-index: 1
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-bagview-caret:after, #ac-globalnav .ac-gn-notification-caret:after {
        left: auto;
        right: 5px
    }
}

#ac-globalnav .ac-gn-bagview {
    font-size: 14px;
    line-height: 1.35722;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    display: none;
    width: 288px
}

#ac-globalnav.with-bagview .ac-gn-bagview {
    display: block
}

@media only screen and (max-width: 419px) {
    #ac-globalnav .ac-gn-bagview {
        border-radius: 0;
        border-width: 0 0 1px 0;
        top: 48px;
        left: 0;
        right: 0;
        width: 100%
    }
}

#ac-globalnav .ac-gn-bagview-content {
    margin: 0 auto;
    min-height: 90px;
    padding: 0 20px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 419px) {
    #ac-globalnav .ac-gn-bagview-content {
        padding: 0 48px
    }
}

#ac-globalnav .ac-gn-bagview-caret {
    display: none
}

#ac-globalnav.with-bagview .ac-gn-bagview-caret {
    display: block
}

#ac-globalnav.with-bagview .ac-gn-bagview-caret-small {
    display: none
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav.with-bagview .ac-gn-bagview-caret-small {
        display: block
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav.with-bagview .ac-gn-bagview-caret-large {
        display: none
    }
}

#ac-globalnav .ac-gn-bagview-caret:after {
    background: #fff;
    border-color: #d6d6d6
}

@media only screen and (max-width: 419px) {
    #ac-globalnav .ac-gn-bagview-caret:after {
        right: 11px;
        border-color: #fff
    }
}

#ac-globalnav .ac-gn-bag {
    z-index: 2
}

#ac-globalnav .ac-gn-bagview {
    font-size: 15px;
    line-height: 1.16667;
    font-weight: 400;
    letter-spacing: -.014em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #fff
}

#ac-globalnav .ac-gn-bagview-message {
    color: #888;
    padding: 35px 0;
    margin: 0;
    text-align: center
}

#ac-globalnav .ac-gn-bagview-linemessage {
    margin: -9px 0 0 0;
    color: #888;
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: .036em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: center
}

#ac-globalnav .ac-gn-bagview-linemessage-text {
    padding: 0 6px 0 6px;
    background: #fff
}

#ac-globalnav .ac-gn-bagview-linemessage:before {
    display: block;
    position: relative;
    top: 9px;
    margin-top: -1px;
    z-index: -10;
    border-bottom: 1px solid #e3e3e3;
    content: ""
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
        transform: rotate(0deg) translateZ(0)
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
        transform: rotate(0deg) translateZ(0)
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

#ac-globalnav .ac-gn-bagview-loader {
    background: no-repeat center / 40px url("../assets/ac-store/spinner.svg");
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/spinner.gif") no-repeat\0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite
}

#ac-globalnav .ac-gn-bagview _:-ms-input-placeholder, :root #ac-globalnav .ac-gn-bagview-loader {
    background: none, no-repeat center / 40px url("../assets/ac-store/spinner.svg")
}

#ac-globalnav .ac-gn-bagview-bag {
    list-style: none
}

#ac-globalnav .ac-gn-bagview-bagitem {
    border-bottom: 1px solid #e3e3e3
}

#ac-globalnav .ac-gn-bagview-bagitem-last {
    border-bottom-style: none
}

#ac-globalnav .ac-gn-bagview-bagitem-link {
    margin: 0;
    padding: 0;
    display: table;
    min-height: 92px;
    width: 100%;
    color: #333;
    text-decoration: none
}

#ac-globalnav .ac-gn-bagview-bagitem-column1, #ac-globalnav .ac-gn-bagview-bagitem-column2 {
    display: table-cell;
    vertical-align: middle;
    min-height: 70px
}

#ac-globalnav .ac-gn-bagview-bagitem-column1 {
    padding: 0 5px 0 0;
    width: 25%
}

#ac-globalnav .ac-gn-bagview-bagitem-column2 {
    padding: 19px 0;
    width: 75%
}

#ac-globalnav .ac-gn-bagview-bagitem-picture {
    max-width: 70px;
    height: auto
}

#ac-globalnav .ac-gn-bagview-bagitem-qty {
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: .036em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #888
}

#ac-globalnav .ac-gn-bagview-bagitem-qty:before {
    content: "\2715";
    font-size: 0.75em
}

#ac-globalnav .ac-gn-bagview-nav {
    margin-bottom: 2px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-bagview-nav {
        margin-bottom: 8px
    }
}

#ac-globalnav .ac-gn-bagview-nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#ac-globalnav .ac-gn-bagview-nav-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e3e3e3
}

#ac-globalnav .ac-gn-bagview-nav-item:first-child {
    border-top-style: none
}

#ac-globalnav .ac-gn-bagview-nav-nobtn {
    border-top: 1px solid #e3e3e3
}

#ac-globalnav .ac-gn-bagview-nav-link {
    color: #0070c9;
    display: block;
    line-height: 43px;
    padding: 0 30px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#ac-globalnav .ac-gn-bagview-nav-link:hover {
    text-decoration: underline
}

#ac-globalnav.touch .ac-gn-bagview-nav-link:hover {
    text-decoration: none
}

#ac-globalnav .ac-gn-bagview-nav-link-bag {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/bag.png");
    background-image: none, url("../assets/ac-store/bag.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-view {
    background-image: url("../assets/ac-store/view.png");
    background-image: none, url("../assets/ac-store/view.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-favorites {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/favorites.png");
    background-image: none, url("../assets/ac-store/favorites.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-orders {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/orders.png");
    background-image: none, url("../assets/ac-store/orders.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-account {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/account.png");
    background-image: none, url("../assets/ac-store/account.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-signIn {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/signIn.png");
    background-image: none, url("../assets/ac-store/signIn.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-signOut {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/assets/ac-store/signIn.png");
    background-image: none, url("../assets/ac-store/signIn.svg");
    background-position: 1px center;
    background-repeat: no-repeat
}

#ac-globalnav .ac-gn-bagview-nav-link-bag {
    background-position: 3px 45%
}

#ac-globalnav .ac-gn-bagview-nav-link-orders {
    background-position: 2px center
}

#ac-globalnav .ac-gn-bagview-nav-link-favorites {
    background-position: 1px center
}

#ac-globalnav .ac-gn-bagview-button {
    font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #0070c9;
    background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: center;
    white-space: nowrap
}

#ac-globalnav .ac-gn-bagview-button:hover {
    background-color: #147bcd;
    background: -webkit-linear-gradient(#51a9ee, #147bcd);
    background: linear-gradient(#51a9ee, #147bcd);
    border-color: #1482d0;
    text-decoration: none
}

#ac-globalnav .ac-gn-bagview-button:focus {
    box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
    outline: none
}

#ac-globalnav .ac-gn-bagview-button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#ac-globalnav .ac-gn-bagview-button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    box-shadow: none
}

#ac-globalnav .ac-gn-bagview-button:active {
    background-color: #0067b9;
    background: -webkit-linear-gradient(#3d94d9, #0067b9);
    background: linear-gradient(#3d94d9, #0067b9);
    border-color: #006dbc;
    outline: none
}

#ac-globalnav .ac-gn-bagview-button:disabled, #ac-globalnav .ac-gn-bagview-button.disabled {
    background-color: #0070c9;
    background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    color: #fff;
    cursor: default;
    opacity: .3
}

#ac-globalnav .ac-gn-bagview-button-compact {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px
}

#ac-globalnav .ac-gn-bagview-button-block {
    box-sizing: border-box;
    display: block;
    width: 100%
}

#ac-globalnav .ac-gn-bagview-button-secondary {
    background-color: #e3e3e3;
    background: -webkit-linear-gradient(#fff, #e3e3e3);
    background: linear-gradient(#fff, #e3e3e3);
    border-color: #d6d6d6;
    color: #0070c9
}

#ac-globalnav .ac-gn-bagview-button-secondary:hover {
    background-color: #eee;
    background: -webkit-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    border-color: #d9d9d9
}

#ac-globalnav .ac-gn-bagview-button-secondary:active {
    background-color: #dcdcdc;
    background: -webkit-linear-gradient(#f7f7f7, #dcdcdc);
    background: linear-gradient(#f7f7f7, #dcdcdc);
    border-color: #d0d0d0
}

#ac-globalnav .ac-gn-bagview-button-secondary:disabled, #ac-globalnav .ac-gn-bagview-button-secondary.disabled {
    background-color: #e3e3e3;
    background: -webkit-linear-gradient(#fff, #e3e3e3);
    background: linear-gradient(#fff, #e3e3e3);
    border-color: #d6d6d6;
    color: #0070c9
}

#ac-globalnav .ac-gn-bagview-button {
    display: block;
    margin: 17px 0;
    text-decoration: none
}

#ac-globalnav .ac-gn-bagview-bag-one + .ac-gn-bagview-button {
    margin: 7px 0 17px 0
}

#ac-globalnav #ac-gn-bagview-content .ac-gn-bagview-button.ac-gn-bagview-button-checkout {
    display: block
}

#ac-globalnav .ac-gn-bagview-nav-item-preregistration {
    padding: 10px 0px !important;
    border-bottom: 1px solid #e3e3e3 !important;
    text-align: center !important
}

#ac-globalnav .ac-gn-bagview-nav-link-preregistration {
    padding: 0px 12px !important
}

#ac-globalnav li.prereg-promo-links-list {
    display: inline-block
}

@-webkit-keyframes ac-gn-searchview-searchhide {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0
    }
}

@keyframes ac-gn-searchview-searchhide {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ac-gn-searchview-searchshow-small {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1
    }
}

@keyframes ac-gn-searchview-searchshow-small {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ac-gn-searchview-close-left-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes ac-gn-searchview-close-left-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-webkit-keyframes ac-gn-searchview-close-left-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}

@keyframes ac-gn-searchview-close-left-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}

@-webkit-keyframes ac-gn-searchview-close-right-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes ac-gn-searchview-close-right-searchshow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes ac-gn-searchview-close-right-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}

@keyframes ac-gn-searchview-close-right-searchhide {
    0% {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 0.65, 1);
        transform: scale3d(1, 0.65, 1)
    }
}

@-webkit-keyframes ac-gn-searchview-close-searchshow-small {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ac-gn-searchview-close-searchshow-small {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ac-gn-searchview-close-searchhide-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes ac-gn-searchview-close-searchhide-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
        animation-timing-function: cubic-bezier(1, 0, 0, 1)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes ac-gn-searchview-close-left-searchshow-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}

@keyframes ac-gn-searchview-close-left-searchshow-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}

@-webkit-keyframes ac-gn-searchview-close-left-searchhide-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@keyframes ac-gn-searchview-close-left-searchhide-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@-webkit-keyframes ac-gn-searchview-close-right-searchshow-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@keyframes ac-gn-searchview-close-right-searchshow-small {
    0% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@-webkit-keyframes ac-gn-searchview-close-right-searchhide-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}

@keyframes ac-gn-searchview-close-right-searchhide-small {
    0% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    100% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
}

#ac-globalnav .ac-gn-searchview {
    display: none
}

#ac-globalnav.searchshow .ac-gn-searchview, #ac-globalnav.searchopen .ac-gn-searchview,
#ac-globalnav.searchhide .ac-gn-searchview {
    display: block
}

#ac-globalnav .ac-gn-searchview-content {
    position: absolute;
    top: 0;
    left: 16.66667%;
    width: 66.66667%;
    height: 100vh;
    z-index: 3;
    pointer-events: none
}

#ac-globalnav.searchhide .ac-gn-searchview-content {
    -webkit-animation: ac-gn-searchview-searchhide 200ms both;
    animation: ac-gn-searchview-searchhide 200ms both
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchview-content {
        top: 63px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    #ac-globalnav .ac-gn-searchview-content {
        opacity: 0
    }

    #ac-globalnav.searchshow .ac-gn-searchview-content, #ac-globalnav.searchopen .ac-gn-searchview-content,
    #ac-globalnav.searchhide .ac-gn-searchview-content {
        -webkit-animation: none;
        animation: none
    }

    #ac-globalnav.searchopen .ac-gn-searchview-content {
        opacity: 1
    }
}

#ac-globalnav .ac-gn-searchview-close {
    right: 9px;
    position: absolute;
    z-index: 3;
    width: 38px;
    height: 44px;
    top: 0;
    opacity: 1;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent
}

#ac-globalnav .ac-gn-searchview-close:-moz-focusring {
    outline: 1px dotted #fff
}

#ac-globalnav .ac-gn-searchview-close::-moz-focus-inner {
    border: 0
}

#ac-globalnav .ac-gn-searchview-close:hover, #ac-globalnav .ac-gn-searchview-close:active {
    opacity: .65
}

#ac-globalnav.touch .ac-gn-searchview-close:hover, #ac-globalnav.touch .ac-gn-searchview-close:active {
    opacity: 1
}

#ac-globalnav .ac-gn-searchview-close:focus {
    outline-offset: -7px
}

#ac-globalnav .ac-gn-searchview-close:focus:active {
    outline: none
}

#ac-globalnav.searchshow .ac-gn-searchview-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#ac-globalnav.searchhide .ac-gn-searchview-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchview-close {
        left: 50%;
        margin-left: -24px;
        width: 48px;
        height: 48px;
        z-index: 3;
        overflow: hidden
    }
}

#ac-globalnav .ac-gn-searchview-close-wrapper {
    display: block;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav.searchshow .ac-gn-searchview-close-wrapper {
        -webkit-animation: ac-gn-searchview-close-searchshow-small 600ms 150ms both;
        animation: ac-gn-searchview-close-searchshow-small 600ms 150ms both
    }

    #ac-globalnav.searchopen .ac-gn-searchview-close-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    #ac-globalnav.searchhide .ac-gn-searchview-close-wrapper {
        -webkit-animation: ac-gn-searchview-close-searchhide-small 600ms 200ms both;
        animation: ac-gn-searchview-close-searchhide-small 600ms 200ms both
    }
}

#ac-globalnav .ac-gn-searchview-close-left, #ac-globalnav .ac-gn-searchview-close-right {
    height: 18px;
    width: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 11px;
    z-index: 1
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchview-close-left, #ac-globalnav .ac-gn-searchview-close-right {
        top: 20px;
        height: 1px;
        width: 12px
    }
}

#ac-globalnav .ac-gn-searchview-close-left {
    right: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

#ac-globalnav.searchshow .ac-gn-searchview-close-left {
    -webkit-animation: ac-gn-searchview-close-left-searchshow 300ms both;
    animation: ac-gn-searchview-close-left-searchshow 300ms both
}

#ac-globalnav.searchopen .ac-gn-searchview-close-left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ac-globalnav.searchhide .ac-gn-searchview-close-left {
    -webkit-animation: ac-gn-searchview-close-left-searchhide 300ms both;
    animation: ac-gn-searchview-close-left-searchhide 300ms both
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchview-close-left {
        left: auto;
        right: 50%;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }

    #ac-globalnav.searchshow .ac-gn-searchview-close-left {
        -webkit-animation: ac-gn-searchview-close-left-searchshow-small 600ms 225ms both;
        animation: ac-gn-searchview-close-left-searchshow-small 600ms 225ms both
    }

    #ac-globalnav.searchopen .ac-gn-searchview-close-left {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }

    #ac-globalnav.searchhide .ac-gn-searchview-close-left {
        -webkit-animation: ac-gn-searchview-close-left-searchhide-small 600ms 150ms both;
        animation: ac-gn-searchview-close-left-searchhide-small 600ms 150ms both
    }
}

#ac-globalnav .ac-gn-searchview-close-right {
    left: 12px;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

#ac-globalnav.searchshow .ac-gn-searchview-close-right {
    -webkit-animation: ac-gn-searchview-close-right-searchshow 300ms both;
    animation: ac-gn-searchview-close-right-searchshow 300ms both
}

#ac-globalnav.searchopen .ac-gn-searchview-close-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#ac-globalnav.searchhide .ac-gn-searchview-close-right {
    -webkit-animation: ac-gn-searchview-close-right-searchhide 300ms both;
    animation: ac-gn-searchview-close-right-searchhide 300ms both
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchview-close-right {
        left: 50%;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    #ac-globalnav.searchshow .ac-gn-searchview-close-right {
        -webkit-animation: ac-gn-searchview-close-right-searchshow-small 600ms 225ms both;
        animation: ac-gn-searchview-close-right-searchshow-small 600ms 225ms both
    }

    #ac-globalnav.searchopen .ac-gn-searchview-close-right {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    #ac-globalnav.searchhide .ac-gn-searchview-close-right {
        -webkit-animation: ac-gn-searchview-close-right-searchhide-small 600ms 150ms both;
        animation: ac-gn-searchview-close-right-searchhide-small 600ms 150ms both
    }
}

@-webkit-keyframes ac-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes ac-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes ac-gn-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}

@keyframes ac-gn-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ac-gn-searchinput-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ac-gn-searchinput-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#ac-globalnav input, #ac-globalnav button {
    border: none;
    background-color: transparent
}

#ac-globalnav .ac-gn-searchform {
    height: 44px;
    line-height: 44px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform {
        height: 44px;
        line-height: 44px;
        padding: 0 48px
    }
}

#ac-globalnav.searchshow .ac-gn-searchform {
    -webkit-animation: ac-gn-searchform-fade 400ms 400ms both;
    animation: ac-gn-searchform-fade 400ms 400ms both
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav.searchshow .ac-gn-searchform {
        -webkit-animation: none;
        animation: none
    }
}

#ac-globalnav .ac-gn-searchform-wrapper {
    padding-left: 40px;
    position: relative;
    z-index: 2
}

#ac-globalnav.searchshow .ac-gn-searchform-wrapper {
    -webkit-animation: ac-gn-searchform-slide 1s 400ms both;
    animation: ac-gn-searchform-slide 1s 400ms both
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav.searchshow .ac-gn-searchform-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-wrapper {
        background: #000;
        border-bottom: 1px solid #ccc;
        right: 200%;
        padding: 0 24px;
        height: 44px
    }

    #ac-globalnav.searchopen .ac-gn-searchform-wrapper {
        right: auto
    }
}

#ac-globalnav .ac-gn-searchform-input {
    font-size: 17px;
    line-height: 1.29412;
    letter-spacing: -.021em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #fff;
    outline: none;
    width: 100%;
    height: 1.29412em
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-input {
        font-size: 17px;
        line-height: 1.26471;
        letter-spacing: -.021em;
        font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
    }
}

.touch#ac-globalnav.searchshow .ac-gn-searchform-input {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px)
}

.touch#ac-globalnav.searchopen .ac-gn-searchform-input {
    -webkit-animation: ac-gn-searchinput-fade 200ms both;
    animation: ac-gn-searchinput-fade 200ms both
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-input {
        height: 1.26471em
    }

    .touch#ac-globalnav.searchshow .ac-gn-searchform-input {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .touch#ac-globalnav.searchopen .ac-gn-searchform-input {
        -webkit-animation: none;
        animation: none
    }
}

#ac-globalnav .ac-gn-searchform-input::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

#ac-globalnav .ac-gn-searchform-input::-moz-placeholder {
    color: #888;
    opacity: 1
}

#ac-globalnav .ac-gn-searchform-input:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

#ac-globalnav .ac-gn-searchform-input::placeholder {
    color: #888;
    opacity: 1
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-input::-webkit-input-placeholder {
        color: #666
    }

    #ac-globalnav .ac-gn-searchform-input::-moz-placeholder {
        color: #666
    }

    #ac-globalnav .ac-gn-searchform-input:-ms-input-placeholder {
        color: #666
    }

    #ac-globalnav .ac-gn-searchform-input::placeholder {
        color: #666
    }
}

#ac-globalnav .ac-gn-searchform-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

#ac-globalnav .ac-gn-searchform-submit {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 40px;
    height: 44px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/images/globalnav/search/image_large.svg");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#ac-globalnav .ac-gn-searchform-submit:-moz-focusring {
    outline: 1px dotted #fff
}

#ac-globalnav .ac-gn-searchform-submit::-moz-focus-inner {
    border: 0
}

#ac-globalnav.no-svg .ac-gn-searchform-submit {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/images/globalnav/search/image_large.png")
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-submit {
        background-repeat: no-repeat;
        background-image: url("/images/globalnav/search/image_small.svg")
    }

    #ac-globalnav.no-svg .ac-gn-searchform-submit {
        background-image: url("http://images.apple.com/ac/globalnav/3/en_US/images/globalnav/search/image_small.png")
    }
}

#ac-globalnav .ac-gn-searchform-submit:hover, #ac-globalnav .ac-gn-searchform-submit:active {
    opacity: .65
}

#ac-globalnav.touch .ac-gn-searchform-submit:hover, #ac-globalnav.touch .ac-gn-searchform-submit:active {
    opacity: 1
}

#ac-globalnav .ac-gn-searchform-submit:focus {
    outline-offset: -7px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-submit:focus {
        outline-offset: 0
    }
}

#ac-globalnav .ac-gn-searchform-submit[disabled] {
    opacity: 1;
    cursor: default
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-submit {
        width: 20px;
        background-position: 0 50%
    }
}

#ac-globalnav .ac-gn-searchform-reset {
    right: 0;
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer
}

#ac-globalnav .ac-gn-searchform-reset:-moz-focusring {
    outline: 1px dotted #fff
}

#ac-globalnav .ac-gn-searchform-reset::-moz-focus-inner {
    border: 0
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-reset {
        width: 22px;
        height: 42px;
        background-size: 22px 42px;
        background-repeat: no-repeat;
        background-image: url("/images/globalnav/search/icon_reset_small.svg")
    }

    #ac-globalnav.no-svg .ac-gn-searchform-reset {
        background-image: url("http://images.apple.com/ac/globalnav/3/en_US/images/globalnav/search/icon_reset_small.png")
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform-reset {
        cursor: default;
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchform.with-reset .ac-gn-searchform-reset {
        cursor: pointer;
        opacity: 1;
        pointer-events: auto
    }
}

@-webkit-keyframes ac-gn-searchresults-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1
    }
}

@keyframes ac-gn-searchresults-show {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes ac-gn-searchresults-items-show {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes ac-gn-searchresults-items-show {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

#ac-globalnav .ac-gn-searchresults {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    display: none;
    background: #fff;
    border-top: none;
    color: #888;
    max-height: calc(100% - 44px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults {
        font-size: 15px;
        line-height: 2.86667;
        letter-spacing: -.018em;
        font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
    }
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults {
        background: transparent;
        border: none;
        color: #999;
        max-height: none;
        padding: 44px 48px 48px;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1
    }
}

#ac-globalnav .ac-gn-searchresults.with-content {
    display: block
}

#ac-globalnav .ac-gn-searchresults.with-content-initial {
    -webkit-animation: ac-gn-searchresults-show 200ms both;
    animation: ac-gn-searchresults-show 200ms both
}

#ac-globalnav .ac-gn-searchresults-section {
    border-top: 1px solid #d6d6d6;
    margin: 0 40px;
    padding: 24px 0 18px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-section {
        border-color: #ccc;
        margin: 0;
        padding: 23px 0 40px
    }
}

#ac-globalnav .ac-gn-searchresults-section:first-child {
    border-top: none
}

#ac-globalnav .ac-gn-searchresults-header {
    font-size: 11px;
    line-height: 1;
    letter-spacing: .005em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #888
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-header {
        color: #999
    }
}

#ac-globalnav .ac-gn-searchresults-list {
    list-style: none;
    padding-top: 5px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-list {
        padding: 3px 30px 0
    }
}

@media only screen and (max-width: 419px) {
    #ac-globalnav .ac-gn-searchresults-list {
        padding: 4px 0
    }
}

#ac-globalnav .ac-gn-searchresults-item {
    margin: 6px -32px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-item {
        margin: 0;
        border-top: 1px solid #333
    }

    #ac-globalnav .ac-gn-searchresults-item:first-child {
        border-top: none
    }
}

#ac-globalnav .ac-gn-searchresults-link {
    color: #888;
    display: block;
    padding: 0 48px;
    text-decoration: none
}

#ac-globalnav .ac-gn-searchresults-link b {
    color: #333
}

#ac-globalnav .ac-gn-searchresults-link.current {
    background-color: #f2f2f2
}

#ac-globalnav .ac-gn-searchresults-link.current, #ac-globalnav .ac-gn-searchresults-link.current b {
    color: #0070c9
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-link {
        color: #999;
        padding: 0
    }

    #ac-globalnav .ac-gn-searchresults-link b {
        color: #fff
    }

    #ac-globalnav .ac-gn-searchresults-link.current {
        background-color: transparent
    }

    #ac-globalnav .ac-gn-searchresults-link.current, #ac-globalnav .ac-gn-searchresults-link.current b {
        color: #6bf
    }
}

#ac-globalnav .ac-gn-searchresults-link-suggestions {
    background-repeat: no-repeat;
    background-image: url("/images/globalnav/search/icon_suggested_large.svg");
    padding-left: 70px;
    background-position: 48px -1px
}

#ac-globalnav.no-svg .ac-gn-searchresults-link-suggestions {
    background-image: url("http://images.apple.com/ac/globalnav/3/en_US/images/globalnav/search/icon_suggested_large.png")
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-link-suggestions {
        background-repeat: no-repeat;
        background-image: url("../images/globalnav/search/icon_suggested_small.svg")
    }

    #ac-globalnav.no-svg .ac-gn-searchresults-link-suggestions {
        background-image: url("http://images.apple.com/ac/globalnav/3/en_US/images/globalnav/search/icon_suggested_small.png")
    }
}

#ac-globalnav .ac-gn-searchresults-link-suggestions.current {
    background-position: 48px -33px
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-link-suggestions {
        background-position: left 1px;
        padding-left: 26px
    }

    #ac-globalnav .ac-gn-searchresults-link-suggestions.current {
        background-position: left -41px
    }
}

#ac-globalnav .ac-gn-searchresults-link-defaultlinks {
    color: #333
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-link-defaultlinks {
        color: #ccc
    }
}

#ac-globalnav .ac-gn-searchresults-animated {
    -webkit-animation: ac-gn-searchresults-items-show 400ms both;
    animation: ac-gn-searchresults-items-show 400ms both
}

#ac-globalnav.searchhide .ac-gn-searchresults-animated {
    -webkit-animation: none;
    animation: none
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-animated {
        -webkit-animation: none;
        animation: none
    }
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(1) {
    -webkit-animation-delay: 20ms;
    animation-delay: 20ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(2) {
    -webkit-animation-delay: 40ms;
    animation-delay: 40ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(3) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(4) {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(5) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(6) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(7) {
    -webkit-animation-delay: 140ms;
    animation-delay: 140ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(8) {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(9) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms
}

#ac-globalnav .ac-gn-searchresults-animated:nth-child(10) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

#ac-globalnav .ac-gn-searchresults-animated.ac-gn-searchresults-header {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#ac-globalnav .ac-gn-searchresults-noresults {
    display: block;
    padding: 0 32px;
    color: #888;
    line-height: 1.25;
    white-space: normal
}

@media only screen and (max-width: 5000px) {
    #ac-globalnav .ac-gn-searchresults-noresults {
        color: #ccc;
        padding: 0
    }
}

html.ac-gn-segmentbar-visible {
    margin-top: 40px !important
}

@media only screen and (max-width: 5000px) {
    html.ac-gn-segmentbar-visible {
        margin-top: 44px !important
    }
}

html.ac-gn-segmentbar-visible body {
    border-top: 1px solid transparent;
    margin-top: -1px;
    position: relative
}

#ac-gn-segmentbar {
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .005em;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #444;
    display: none;
    position: absolute;
    top: -40px;
    left: 0;
    min-width: 1024px;
    width: 100%;
    height: 40px;
    z-index: 9998
}

@media only screen and (max-width: 1023px) {
    #ac-gn-segmentbar {
        min-width: 320px
    }
}

@media only screen and (max-width: 5000px) {
    #ac-gn-segmentbar {
        top: -44px;
        height: 44px
    }
}

html.ac-gn-segmentbar-visible #ac-gn-segmentbar {
    display: block
}

#ac-gn-segmentbar .ac-gn-segmentbar-content {
    list-style: none;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    white-space: nowrap
}

@media only screen and (max-width: 5000px) {
    #ac-gn-segmentbar .ac-gn-segmentbar-content {
        padding: 0 16px
    }
}

#ac-gn-segmentbar .ac-gn-segmentbar-item {
    border-left: 1px solid #666;
    float: left;
    height: 11px;
    margin-top: 15px
}

@media only screen and (max-width: 5000px) {
    #ac-gn-segmentbar .ac-gn-segmentbar-item {
        margin-top: 16.5px
    }
}

#ac-gn-segmentbar .ac-gn-segmentbar-item:first-child {
    border-left: none;
    margin-left: -11px;
    max-width: 60%
}

#ac-gn-segmentbar .ac-gn-segmentbar-link {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 40px;
    margin-top: -15px;
    outline-offset: -11px;
    overflow: hidden;
    padding: 0 11px;
    text-decoration: none;
    text-overflow: ellipsis
}

@media only screen and (max-width: 5000px) {
    #ac-gn-segmentbar .ac-gn-segmentbar-link {
        line-height: 44px;
        margin-top: -16.5px
    }
}

#ac-gn-segmentbar .ac-gn-segmentbar-link:hover {
    color: #6bf;
    text-decoration: none
}

html.ac-gn-noscroll {
    margin-top: 0 !important
}

html.ac-gn-noscroll, html.ac-gn-noscroll body {
    overflow: hidden !important;
    height: 100% !important
}

html.ac-gn-noscroll-long {
    overflow-y: scroll !important
}

#submenu-button1, #submenu-button2, #submenu-button3, #submenu-button4 {
    display: none
}

.submenu-btn {
    display: inline-block;
    height: 45px;
    width: 60px;
    font-size: 0;
    background: url(/images/main-ico-arrow-up@2x_.png) right center no-repeat;
    background-size: 14px;
    position: absolute;
    top: 0;
    right: 48px;
}

#submenu-button1:checked ~ .opensub1, #submenu-button2:checked ~ .opensub2,
#submenu-button3:checked ~ .opensub3, #submenu-button4:checked ~ .opensub4 {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    -webkit-animation: ac-gn-bag-searchshow 300ms reverse both;
    animation: ac-gn-bag-searchshow 300ms reverse both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#ac-globalnav .opensub1, #ac-globalnav .opensub2, #ac-globalnav .opensub3,
#ac-globalnav .opensub4
{
    display: none
}

#ac-globalnav .opensub1 li, #ac-globalnav .opensub2 li, #ac-globalnav .opensub3 li,
#ac-globalnav .opensub4 li {
    margin: 0;
    padding: 5px 0
}

#ac-globalnav .opensub1 li a, #ac-globalnav .opensub2 li a, #ac-globalnav .opensub3 li a,
#ac-globalnav .opensub4 li a {
    height: 20px;
    line-height: 1.5;
    border: 0;
    color: #555;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

#ac-globalnav .opensub1 li a:hover {
    opacity: .65;
    text-decoration: none;
}

#ac-globalnav .opensub1 :nth-child(2) {
    margin: 0 !important;
}

#ac-globalnav a.ac-link {
    color: #333;
    display: block;
    /* height: 45px; */
    line-height: 2.7;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-family: inherit;
    padding-right: 30px
}

#ac-globalnav a.login-top {
    border: 0;
    color: #fff;
    font-size: 12px;
    height: 48px;
    line-height: 4;
    padding-left: 15px;
    display: inline-block;
    text-transform: uppercase;
    float: left;
    padding-right:0;
}

#ac-globalnav a.login-top::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(/images/main-login-ico@2x.png);
    background-size: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

#ac-globalnav a.join-top {
    color: #fff;
    font-size: 12px;
    height: 48px;
    line-height: 4;
    padding: 0;
    display: inline-block;
    border: 0;
    text-transform: uppercase;
    margin-left: 10px;
    /*! float: left; */
    position: relative;
    top: 0;
}

#ac-globalnav a.join-top::before {
    content: '';
    display: inline-block ;
    width: 1px;
    height: 10px;
    background: #fff;
    margin-right: 11px;
    opacity: 0.4
}

#ac-globalnav a.ac-link:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------------
 chapternav 상세 타이틀 네비
 ---------------------------------------------------------------------*/

.chapternav {
	display: none;
}

@supports (backdrop-filter: initial) {
    .chapternav {
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242, 242, 242, 0.6)
    }
}

.ac-nav-overlap .chapternav, .chapternav-overlap .chapternav {
    position: absolute;
    top: 0;
    left: 0
}

.ac-nav-overlap .chapternav {
    margin-top: 44px
}

@media only screen and (max-width: 5000px) {

.chapternav {
	display: block;
    background: #fff;
    overflow: hidden;
    padding: 0;
    padding-top: 11px;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 26px;
    z-index: 1;
    -webkit-box-shadow: inset -43px -44px 0px -43px rgba(0,0,0,0.09);
    -moz-box-shadow: inset -43px -44px 0px -43px rgba(0,0,0,0.09);
    box-shadow: inset -43px -44px 0px -43px rgba(0,0,0,0.09);
}


    .ac-nav-overlap .chapternav {
        margin-top: 48px
    }
}

.theme-dark .chapternav, .chapternav.theme-dark {
    background: rgba(51, 51, 51, 0.7)
}

@supports (backdrop-filter: initial) {
    .theme-dark .chapternav, .chapternav.theme-dark {
        background: rgba(51, 51, 51, 0.6)
    }
}

.chapternav-wrapper {
    position: relative;
    height: 100%;
    z-index: 1
}

.chapternav-items {
    list-style: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    white-space: nowrap;
    height: 70px;
    text-align: center;
}

.mediaTab li{    display: inline-block;
    vertical-align: top;
    margin: 0 -.11765em;
    padding: 0 10px;
    position: relative;}
.mediaTab .thisOn a{color: #333}
.mediaTab .thisOn a::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #333;
    left: 0;
    position: absolute;
    bottom: -10px}

@media only screen and (orientation: landscape) {
    .chapternav-items {
        padding-bottom: 49px
    }
}

html.touch .chapternav-items {
    margin: 0;
    padding-left: 34px;
    padding-right: 34px
}

.chapternav-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -.11765em;
    padding: 0 10px;
    position: relative;
}

.chapternav-item a:active{color: #333}
.chapternav-item a.active{color: #333}
.chapternav-item a.active::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #333;
    left: 0;
    position: absolute;
    bottom: -10px;
    /* z-index: 9999; */
}

.chapternav-item:first-child {
    margin-left: 0;
}

.chapternav-item:last-child {
    margin-right: 0;
    padding-right: 0
}

.chapternav-icon {
    background: center bottom no-repeat;
    display: block;
    margin: 0 auto 6px;
    height: 54px
}


.chapternav-link:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", "Meiryo", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(zh-MO) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-link:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new {
    font-size: 9px;
    line-height: 1.22226;
    font-weight: 400;
    letter-spacing: .017em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #e85d00;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.chapternav-new:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", "Meiryo", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(th) {
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(zh-MO) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-new:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.theme-dark .chapternav-new {
    color: #f46c0e
}

.chapternav-link {
    color: #a6a6a6;
    display: block;
    margin-top: 3px;
    padding: 0;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    font-family: inherit;
    text-transform: uppercase;
    height: 25px;
}

.chapternav-link:hover {
    text-decoration: none;
}

.chapternav-link:focus {
    outline-offset: 0
}

.chapternav-link.current {
    color: #333;
    cursor: default;
    opacity: .6
}

.theme-dark .chapternav-link {
    color: #fff
}

.theme-dark .chapternav-link:hover {
    color: #6bf
}

.theme-dark .chapternav-link.current {
    color: #fff
}

@-webkit-keyframes chapternav-slidein {
    0% {
        opacity: 0
    }

    1% {
        -webkit-transform: translateX(160px);
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes chapternav-slidein {
    0% {
        opacity: 0
    }

    1% {
        -webkit-transform: translateX(160px);
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.chapternav-item {
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards
}

html.touch .chapternav-paddles {
    display: none
}

.chapternav-paddle {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border: 0 solid rgba(51, 51, 51, 0.2);
    color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 33px;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out
}

.chapternav-paddle:lang(ar) {
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(ja) {
    font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", "Meiryo", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(ko) {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(th) {
    font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(zh-MO) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.chapternav-paddle:after {
    opacity: .8;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear
}

.chapternav-paddle:disabled {
    opacity: 0
}

.chapternav-paddle:hover:after {
    opacity: 1
}

.chapternav-paddle:focus {
    outline: none
}

.chapternav-paddle:focus:after {
    outline: 3px solid #c1e0fe;
    outline: 3px solid rgba(131, 192, 253, 0.5);
    outline-offset: 4px;
    opacity: 1
}

.chapternav-paddle:focus:after[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.chapternav-paddle:focus:after[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: none
}

.chapternav-paddle:active {
    outline: none
}

.chapternav-paddle:active:after {
    outline: none;
    opacity: 1
}

.theme-dark .chapternav-paddle {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

.chapternav-paddle-left {
    border-right-width: 1px;
    left: 0
}

.chapternav-paddle-left:before, .chapternav-paddle-left:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.chapternav-paddle-left:before, .chapternav-paddle-left:after {
    text-decoration: none
}

.chapternav-paddle-left:before {
    display: none
}

.chapternav-paddle-left:before, .chapternav-paddle-left:after {
    content: "Ã¯ÂÅ¡"
}

.chapternav-paddle-left:after {
    margin-left: 8px
}

.chapternav-paddle-right {
    border-left-width: 1px;
    right: 0
}

.chapternav-paddle-right:before, .chapternav-paddle-right:after {
    font-family: "SF Pro Icons";
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: ''
}

.chapternav-paddle-right:before, .chapternav-paddle-right:after {
    text-decoration: none
}

.chapternav-paddle-right:before {
    display: none
}

.chapternav-paddle-right:before, .chapternav-paddle-right:after {
    content: "Ã¯Ââ€º"
}

.chapternav-paddle-right:after {
    margin-right: 8px
}



.chapternav-item-ipad-pro .chapternav-icon {
    background-size: 38px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadpro_light_large.svg");
    width: 38px
}

html.no-svg .chapternav-item-ipad-pro .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadpro_light_large.png")
}

.theme-dark .chapternav-item-ipad-pro .chapternav-icon {
    background-size: 38px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadpro_dark_large.svg");
    width: 38px
}

html.no-svg .theme-dark .chapternav-item-ipad-pro .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadpro_dark_large.png")
}

.chapternav-item-ipad-air-2 .chapternav-icon {
    background-size: 26px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadair_large.svg");
    width: 26px
}

html.no-svg .chapternav-item-ipad-air-2 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadair_large.png")
}

.theme-dark .chapternav-item-ipad-air-2 .chapternav-icon {
    background-size: 26px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadair_dark_large.svg");
    width: 26px
}

html.no-svg .theme-dark .chapternav-item-ipad-air-2 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadair_dark_large.png")
}

.chapternav-item-ipad-air .chapternav-icon {
    background-size: 26px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadair_large.svg");
    width: 26px
}

html.no-svg .chapternav-item-ipad-air .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadair_large.png")
}

.theme-dark .chapternav-item-ipad-air .chapternav-icon {
    background-size: 26px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadair_dark_large.svg");
    width: 26px
}

html.no-svg .theme-dark .chapternav-item-ipad-air .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadair_dark_large.png")
}

.chapternav-item-ipad-mini-4 .chapternav-icon {
    background-size: 21px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadmini_large.svg");
    width: 21px
}

html.no-svg .chapternav-item-ipad-mini-4 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadmini_large.png")
}

.theme-dark .chapternav-item-ipad-mini-4 .chapternav-icon {
    background-size: 21px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadmini_dark_large.svg");
    width: 21px
}

html.no-svg .theme-dark .chapternav-item-ipad-mini-4 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadmini_dark_large.png")
}

.chapternav-item-ipad-mini-3 .chapternav-icon {
    background-size: 21px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadmini_large.svg");
    width: 21px
}

html.no-svg .chapternav-item-ipad-mini-3 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadmini_large.png")
}

.theme-dark .chapternav-item-ipad-mini-3 .chapternav-icon {
    background-size: 21px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadmini_dark_large.svg");
    width: 21px
}

html.no-svg .theme-dark .chapternav-item-ipad-mini-3 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadmini_dark_large.png")
}

.chapternav-item-ipad-mini-2 .chapternav-icon {
    background-size: 21px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadmini_large.svg");
    width: 21px
}

html.no-svg .chapternav-item-ipad-mini-2 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadmini_large.png")
}

.theme-dark .chapternav-item-ipad-mini-2 .chapternav-icon {
    background-size: 21px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipadmini_dark_large.svg");
    width: 21px
}

html.no-svg .theme-dark .chapternav-item-ipad-mini-2 .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipadmini_dark_large.png")
}

.chapternav-item-ios .chapternav-icon {
    background-size: 40px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipad_ios10_large.svg");
    width: 40px
}

html.no-svg .chapternav-item-ios .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipad_ios10_large.png")
}

.theme-dark .chapternav-item-ios .chapternav-icon {
    background-size: 40px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipad_ios10_dark_large.svg");
    width: 40px
}

html.no-svg .theme-dark .chapternav-item-ios .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipad_ios10_dark_large.png")
}

.chapternav-item-accessories .chapternav-icon {
    background-size: 33px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipad_acc_large.svg");
    width: 33px
}

html.no-svg .chapternav-item-accessories .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipad_acc_large.png")
}

.theme-dark .chapternav-item-accessories .chapternav-icon {
    background-size: 33px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipad_acc_dark_large.svg");
    width: 33px
}

html.no-svg .theme-dark .chapternav-item-accessories .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipad_acc_dark_large.png")
}

.chapternav-item-compare .chapternav-icon {
    background-size: 45px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipad_comp_large.svg");
    width: 45px
}

html.no-svg .chapternav-item-compare .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipad_comp_large.png")
}

.theme-dark .chapternav-item-compare .chapternav-icon {
    background-size: 45px 54px;
    background-repeat: no-repeat;
    background-image: url("/v/ipad/home/y/images/home/familybrowser/ipad_comp_dark_large.svg");
    width: 45px
}

html.no-svg .theme-dark .chapternav-item-compare .chapternav-icon {
    background-image: url("https://www.apple.com/v/ipad/home/y/images/home/familybrowser/ipad_comp_dark_large.png")
}

.chapternav-item-ipad-pro .chapternav-icon {
    width: 38px
}

.chapternav-item-ipad-air-2 .chapternav-icon, .chapternav-item-ipad-air .chapternav-icon {
    width: 26px
}

.chapternav-item-ipad-mini-4 .chapternav-icon, .chapternav-item-ipad-mini-3 .chapternav-icon,
.chapternav-item-ipad-mini-2 .chapternav-icon {
    width: 21px
}

.chapternav-item-ios .chapternav-icon {
    width: 40px
}

.chapternav-item-accessories .chapternav-icon {
    width: 33px
}

.chapternav-item-compare .chapternav-icon {
    width: 45px
}

html.ie div:focus, html.ie .chapternav-wrapper:focus {
    outline: none
}

@keyframes chapternav-slidein {
    0% {
        opacity: 0
    }

    1% {
        -webkit-transform: translateX(160px);
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.chapternav-item {
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards
}


/* CSS Document */

/* 기본 CSS */
html { height:100%;}
/*body { font:12px "Arial"; margin:0px; height:100%;}*/
body {margin:0px; height:100%; font-family:"Open Sans", Open Sans, "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo",Arial,Sans-Serif !important}
body,input,select,textarea,header,footer,ul,a,input,div,select,form {-webkit-text-size-adjust:none;}
* { margin:0;padding:0;}
hr { display:none;}
div { text-align:left;}
h1,h2,h3,h4,h5 { margin:0;padding:0;}
h1 img,h2 img,h3 img,h4 img,h5 img { vertical-align:top;}
img { border:0px; margin:0; vertical-align:middle;}
input { vertical-align:middle;}
select { vertical-align:middle;}
form { margin:0; border:0;}
fieldset { margin:0; border:0;}
legend { display:none;}
ul { list-style: none;}
a { text-decoration:none;}
a:hover { text-decoration:underline;}
br { letter-spacing:0;}
em{font-style: normal}

*html .png24 { tmp:expression(setPng24(this));}

body.bgMobile { }

@media all and (min-width:431px) {
.title .topCopy { margin:0 7px 0 0 !important;}
}

#header { width:100%; height:46px; background-image:url(images/bg_header.png); background-repeat:repeat-x; background-size:25px; color: #3d3f44; position:relative;}
#header h1 { position:absolute; top:12px; left:10px;}
#header h1 img { width:86px;}
#header .logo { position:absolute; top:18px; right:10px;}
#header .logo img { width:180px;}

#footer { clear:both; padding:10px; color:#999;}
#footer .copy { padding-top:10px; font-size:12px; color: #7e818d; text-align:center; }

.title { width:100%; height:auto; background:#e6eaf1 url(images/bg_title.gif) 0 0 repeat-x; background-size:auto 34px; position:relative; border-bottom:#5d7189 1px solid; display:table; }
.title h3 { float:left; padding:10px 0 4px 10px; color:#2d394a; font-size:18px; text-shadow: #ffffff 0 1px 0; }
.title h3 a { color:#2d394a !important; text-decoration:none;}
.title .topCopy { float:right; display:block; padding:8px 0 5px 0; margin:0 7px 0 0;}
.title .topCopy .btnLang { display:inline-block; background:#ffffff url(images/ico_arrow.gif) right 50% no-repeat; background-size:12px auto; border:solid 1px #8d94a0; border-radius:4px; color:#424953; padding:5px 18px 5px 7px; cursor:pointer;}

/* .mediaTab { border-bottom:solid 1px #2d2f34;}
.mediaTab ul { width:100%; display:table;}
.mediaTab li { float:left; width:33%; text-align:center; background:#333a47;}
.mediaTab li a { display:block; font-size:15px; color:#ffffff; font-weight:bold; text-shadow:0 -1px 0 #171d27; padding:10px 0 10px 0; border-left:solid 1px #0e131c; background:url(images/bg_tab.gif) 0 0 repeat-y; }
.mediaTab li a:hover { text-decoration:none;}
.mediaTab li.thisOn { background:#ffffff;}
.mediaTab li.thisOn a { color:#323336; text-shadow:none;}
.mediaTab li:first-child { width:34%;}
.mediaTab li:first-child a { border-left:none; background:none;} */

.warningBox { clear:both; background:#f6f6f6;  padding:9px 10px 9px 10px;max-width: 640px;margin-left: auto;margin-right: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 0;}
.warningBox table {}
.warningBox table td { font-size:12px; color:#333333; line-height:1.3;  text-align:left;}
.warningBox table td .icon {}
.warningBox table td img { width:17px; padding-top:2px;}
.warningBox table td span.colorText{ color:#ec032f;}
.warningBox table td .point { color:#EC2031;}

.langSelect {
    background: #fff;
    /* border-bottom: solid 1px #e6e6e6; */
    display: block;
    /*!  */
    padding: 0 15px;
    max-width: 640px;
    position: relative;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
.langSelect .langBtn {cursor:pointer; display:inline-block; font-size:12px; padding:7px 8px 7px 8px; margin:8px 15px 8px 0; letter-spacing:-1px;
/*!  */
position: relative;
right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.langSelect .btnKr{
    background: 0;
    border: solid 1px #e3e3e3;
    color: #777;
    margin: 10px 0 0
}
.langSelect .btnSel{
    background: #333;
    color: #fff;
    margin: 10px 0 0;
}


.sermonTable {}
.sermonTable tr { cursor:pointer;padding: 12px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: table;position: relative;height: 50px;background: #fff;width: 100%;border-top: solid 1px #e6e6e6;}
.sermonTable tr:first-child{border:0}
.sermonTable tr.thisOver th { border-top:solid 1px #033f8b; background:#0c5fc5 url(images/bg_list_over.gif) 0 0 repeat-x; background-size:auto 60px; color:#ffffff;}
.sermonTable tr.thisOver td { border-top:solid 1px #033f8b; background:#0c5fc5 url(images/bg_list_over.gif) 0 0 repeat-x; background-size:auto 60px; color:#ffffff;}
.sermonTable tr.thisOver td .subject a { color:#ffffff !important;}
.sermonTable tr.thisOver td.time { color:#ffffff;}
.sermonTable th { border-top:solid 1px #e6e6e6; font-size:0; color:#629bf2; text-align:center; background:#FFFFFF;display: none;}
.sermonTable td { /*!  */ background:#FFFFFF; /*! padding:0; */display: table-cell;vertical-align: middle;width: 100%;padding-right: 80px;}
.sermonTable td.time { text-align:right; font-size:12px; color:#999; padding:0;position: absolute;z-index: 1;right: 0;top: 50%;border: 0;background: 0;margin-top: -9px;width: 80px;}
.sermonTable td.time img { height:12px;padding-bottom: 2px;}
.sermonTable td .timeText { display:inline-block; padding:0;margin-right: 2px;}
.sermonTable .time br{ display:none}

.sermonTable td .subject { font-size:15px; color:#000000; padding:0; }
.sermonTable td .titKr {display:none; color:#2D82D7; padding-top:2px; letter-spacing:-0.01em;font-size: 13px;}
.sermonTable td .icoV { display:inline-block; width:45px; text-align:center; background:#f75162; color:#ffffff; border:solid 1px #dc2c3e; padding:1px 0 0 0; text-shadow:0 -1px 0 #d24553; text-transform:uppercase; font-size:10px; font-family:'Myriad Pro'; margin:0 0 4px 0;}
.sermonTable td .icoA { display:inline-block; width:45px; text-align:center; background:#19bcb5; color:#ffffff; border:solid 1px #079e98; padding:1px 0 0 0; text-shadow:0 -1px 0 #15a09a; text-transform:uppercase; font-size:10px; font-family:'Myriad Pro'; margin:0 0 4px 0;}

.sermonTable th.on { background-color:#0d68da; background:-webkit-gradient(linear,0 0,0 100%,from(#0d72f3),to(#0c5fc5)); border-bottom:#033f8b 1px solid; border-top:#033f8b 1px solid; color:#ffffff; }
.sermonTable td.on { background-color:#0d68da; background:-webkit-gradient(linear,0 0,0 100%,from(#0d72f3),to(#0c5fc5)); border-bottom:#033f8b 1px solid; border-top:#033f8b 1px solid; color:#ffffff;}
.sermonTable td.on .subject a { color:#ffffff;}

.sermonTable th.fir { border-top:none !important;}
.sermonTable td.fir { border-top:none !important;}
.sermonTable th a { text-decoration:none;}
.sermonTable td a { text-decoration:none;}
.sermonTable td .subject a { text-decoration:none; color:#333;}

.paginate {max-width: 640px; margin: 0 auto; overflow:hidden; position:relative; height:43px;  background:#fff; background-repeat:repeat-x; background-size:5px; border-bottom:#e6e6e6 1px solid; border-top:#e6e6e6 1px solid; line-height:43px; text-align:center;}
.pageA .im {margin-top:12px; vertical-align:top;}
.pageA img { width:12px;}
.pageApv {left:0; }
.pageA .pre{left: 15px;background: url(/images/pagin_arrow_l@2x.png)no-repeat;background-size: 8px;width: 8px;height: 15px;top: 50%;margin-top: -7px;position: absolute;}
.pageA .next{right: 15px;background: url(/images/pagin_arrow_r@2x.png)no-repeat;background-size: 8px;width: 8px;height: 15px;top: 50%;margin-top: -7px;position: absolute;}
.pageAnx {right:0; }
.pageNum {font-size:16px; color:#999;}
.pageNum .pagePre { font-style:normal; font-weight:600; color:#2D82D7;}

.loginAll {}
.loginBtn { margin:12px 0 0 0; text-align:center; }

.loginBtn a { display:inline-block; text-shadow:#ffffff 0 -1px 0; font-size:14px; border:1px solid #9a9a9a; border-radius:4px; background:#f3f3f3 url(images/btn_login.gif) 0 0 repeat-x; background-size:auto 26px; cursor:pointer; color:#444444; text-decoration:none !important; line-height:25px; padding:0 15px 0 15px; margin:0 2px 0 2px;}
.loginBtnCon { text-align:center;}

/* content */
.viewCon {
    padding: 0;
    margin: 0;
    border-bottom: #e6e6e6 1px solid;
    background-color: #ffffff;
}
.viewCon dl {
    line-height: 1.2;
    margin: 0;
}
.viewCon dt {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    padding: 21px 0 10px 0;
    letter-spacing: -0.03em;
}
.viewCon dd.time {
    font-family: initial;
    font-size: 12px;
    color: #777;
    padding: 0 0 10px 0;
    border-bottom: #e6e6e6 1px solid;
}
.viewCon dd.time .color {
    color: #2D82D7;
}
.viewCon dd.con {
    font-size: 14px;
    color: #777;
    padding: 20px 0 30px 0;
    line-height: 1.5
}
.viewCon dd .point { color:#6f8cd8;}
.viewCon dd .ddEng { font-size:15px;}
.viewCon .btn { height:72px; text-align:center;}

.tapeLinkBtn {
    clear: both;
    width: 100%;
    padding: 10px 0 38px 0;
    border-bottom: #e6e6e6 1px solid;
}
.tapeLinkBtn span {
    display: inline-block;
    height: auto;
    font-weight: 600;
    background: 0;
    border: solid 1px #e6e6e6;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    margin-right: -1px;
}
.tapeLinkBtn span em {
    background: url(images/ico_video.gif) 12px 11px no-repeat;
    background-size: auto 15px;
    font-style: normal;
    color: #1775ed;
    display: block;
    padding: 10px 10px 10px 32px;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}
.tapeLinkBtn span.on {
    background: #0060cc;
    border: 1px solid #0060cc;
}
.tapeLinkBtn span.on em {
    background: url(images/ico_video_on.gif) 8px 11px no-repeat;
    background-size: auto 15px;
    color: #ffffff;
}
.tapeLinkBtn span.left {
    /* border-radius: 5px 0 0 5px; */
}
.tapeLinkBtn span.right {}
.tapeLinkBtn span.btnAudio {
    border-radius: 0;
}
.tapeLinkBtn span.btnAudio em {
    background: url(images/ico_audio.gif) 10px 13px no-repeat;
    background-size: 14px;
}
.tapeLinkBtn span.btnAudio.on { }
.tapeLinkBtn span.btnAudio.on em {
    background: url(images/ico_audio_on.gif) 10px 13px no-repeat;
    background-size: 14px;
}
.tapeLinkBtn .btnCen {
    text-align: l;
    font-size: 0;
    text-align: center
}

.tapeLinkBtn .btnCom { clear:both; width:100%; margin:15px auto 15px auto; border-top:solid 1px #dddddd; padding:15px 0 0 0;}
.tapeLinkBtn .btnCom a:hover { text-decoration:none;}
.tapeLinkBtn .btnCom .btnCheck { max-width:320px;margin: 0 auto; display:block; border:solid 1px #848ba1; border-radius:5px; color:#6b7482; font-size:16px; font-weight:bold; text-shadow:0 1px 0 #ffffff; text-align:center; line-height:40px; background:#f1f3f6 url(images/btn_completed_not.gif) 0 0 repeat-x; background-size:auto 40px; box-shadow:0 1px 0 #f6f6f6;}
.tapeLinkBtn .btnCom .btnCheck img { height:20px;}
.tapeLinkBtn .btnCom .btnCheckOn {max-width:320px;margin: 0 auto; display:block; border:solid 1px #e06900; border-radius:5px; color:#ffffff; font-size:16px; font-weight:bold; text-align:center; line-height:40px; background:#ffa421 url(images/btn_completed.gif) 0 0 repeat-x; background-size:auto 40px; box-shadow:0 1px 0 #f6f6f6;}
.tapeLinkBtn .btnCom .btnCheckOn img { height:20px;}

.difSermon {
    clear: both;
    border-bottom: #e6e6e6 1px solid;
    padding: 0;
}
.difSermon .difInfo  { text-align:center;}

.difTable { font-size:14px;}
.difTable th {
    padding: 10px 0;
    font-weight: normal;
    color: #5d6267;
    font-size: 12px
}
.difTable td.partLine { color:#c0c2cb; font-size:12px;}
.difTable td a {
    color: #333333;
    text-decoration: none;
    padding: 10px 0;
    display: block
}
/*.difTable td  { width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;} */
.difTable th.lineCen {
    border-bottom: #e9e9e9 1px solid;
    padding: 0;
}
.difTable td.lineCen {
    border-bottom: #e9e9e9 1px solid;
}

.listBtnAll { height:70px;}

.listBtn {
    float: right;
    margin: 12px 0;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    background: 0;
    cursor: pointer;
}
.listBtn a {
    color: #777;
    text-decoration: none;
    line-height: 25px;
    width: auto;
    display: block;
    padding: 0 10px
}
.btnCon { text-align:center;}

.viewArea {
    background: #000000;
    text-align: center;
    font-size: 0
}


#play_view {
    background: #fbfbfb;
    border-top: solid 1px #ecedf2;
    border-bottom: solid 1px #ecedf2;
    margin: 0 1px 0 1px;
    /* padding: 15px 15px 0 15px; */
}
#play_view .btnClose { text-align:center; }
#play_view .btnClose img { padding:10px;}

#login { padding:5px 0 5px 0; font-size:12px; color: #9f9fa9; font-weight:bold; text-align:center;font-family:NanumGothic;}

.viewCon dd.con a{
	    display:inline-block;
    font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'Apple SD Gothic Neo',Helvetica,Sans-serif !important;
    font-size:14px;
	padding:0 8px;
    border-radius:3px;
    background-color: #e62117;
    color:#fff;
    text-align:center;
    text-decoration:none;
    line-height:30px;
    letter-spacing:0;
	margin:20px 0;

}
.viewCon dd.con a strong{font-weight:bold}
.viewCon dd.con a .youtube_ico {
    background: url(images/youtube.gif) 0 0 no-repeat;
    background-size: 16px;
    width: 16px;
    height: 12px;
    display: inline-block;
    vertical-align:top;
    margin: 9px 3px 5px 0;}




/*--------------------------------------------------------------
 jiyoen css
 --------------------------------------------------------------*/


.logo a {font-size:0}

.Togglebtn {display:none}

.mmenu-ico {display:none}

#m-lang {display:none}

#nav-Menu {display:none}




/*header*/


#demos {display: inline-block;}

#headerWrap {position:relative; background:#F2F2F2; height:48px; transition:all 0.5s ease; z-index:88}
#headerWrap .in {height:48px; min-width:100%; background:0}
#headerWrap .in .header {width:100%}
#headerWrap .header .logo {top:29px; left:15px}
/*#headerWrap .header .logo a {color:#fff; font-size:8px; position:relative; top:-1px}*/
/*#headerWrap .header .logo a::before {content:''; display:inline-block; background:url(/images/mobile-logo@2x.png) center no-repeat; background-size:68px; width:68px; height:17px; top:-18px; position:absolute}*/
#headerWrap .header .logo img {display:none}

.header .search {display:none}
.indexArea {min-width:100%; overflow:hidden}
.indexArea .in {width:100%}

/*content*/
.indexLeft {width:100% !important; float:none !important}
.indexRight {width:100% !important; float:none !important}


/*-----해더 버튼-------*/
.Togglebtn {display:inline-block; padding:24px 15px; background:url(/images/mlang-ico2x.png) center no-repeat; cursor:pointer; background-size:18px; font-size:0; position:fixed; top:0; right:42px; z-index:999}
.Togglebtn:hover{opacity:0.8}


.closer {position:fixed; display:none; width:100%; height:100%; top:0; bottom:0; left:0; right:0; background:rgba(0, 0, 0, 0)}

.lan {display: none;width: 100px;top: 0;right: 10px;padding: 5px 0;margin-top: 40px;text-align: left;border-radius: 2px;position: absolute;z-index: 9999;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);background: #fff;font-weight: normal;-webkit-transition: all 0.1s ease-in;transition: all 0.1s ease-in
}
.lan div{position: initial;z-index: initial;width: 100%;text-align: left;max-width: 320px;background: #fff;
}
.lan div span a{color:#333; padding:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.lan span:hover {background:#e5e5e5}
.lan a:hover {color:#333}
.lan span {display:block; padding:0 15px}
.lan span a {display:block; color:#333; line-height:38px; font-size:13px; font-family:'Open Sans', Open Sans, "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif}

.closer {position:fixed; display:none; width:100%; height:100%; top:0; bottom:0; left:0; right:0; background:rgba(0, 0, 0, 0); z-index:998}

/*언어선택눌렀을때*/
#m-lang:checked ~ .lan {display: block;height: auto;position: fixed;overflow: hidden;overflow-y: auto;
}
#m-lang:checked ~ .closer {}
#m-lang:checked ~ .lan .btn {display:none; opacity:0}

/*로그인메뉴감추기*/
#ac-gn-menustate {display:none}

/*네비*/
.navArea {opacity:0; position:relative; overflow:hidden; top:0; left:0; bottom:0; transform:translateY(-1000px); transition:transform 0.5s}
.navArea .nav {background:#fff; display:inline-block; width:100%; padding:10px 10px}
.navArea ul.navi {border:0; background:0; display:table; width:100%}
.navArea ul.navi li {border:0; background:0; display:block; float:none; border-bottom:1px solid #E6E6E6; height:48px}
.navArea ul.navi li a {color:#333; text-align:left; width:100%; padding:0; height:100%; line-height:3.9}
.navArea ul.navi li a:hover {background:none}
.navArea ul.navi li ul {display:block !important; position:relative}
.navArea ul.navi li ul li {}

.bgMobile .mwLogin{display: none}
.bgMobile #headerWrap{display: none}
.bgMobile #chapternav{margin-top: 48px}
.bgMobile #chapternav.sub{margin-top:0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.bgMobile #chapternav.sub .thisOn a{color:#2D82D7;/*!  */}
.bgMobile #chapternav.sub .thisOn a::after{display: none;}
.bgMobile #ifmSign{display: none}
.bgMobile #chapternav{display: block;max-width: 640px;margin-left: auto;margin-right: auto;}
.bgMobile .chapternav {display: block; background: #fff; overflow: hidden; padding: 0; padding-top: 11px; padding-bottom: 12px; position: relative; text-align: center; width: 100%; height: 26px; z-index: 1; -webkit-box-shadow: inset -43px -44px 0px -43px rgba(0,0,0,0.09); -moz-box-shadow: inset -43px -44px 0px -43px rgba(0,0,0,0.09); box-shadow: inset -43px -44px 0px -43px rgba(0,0,0,0.09)}
.bgMobile .listWrap2{margin-left: auto; margin-right: auto; max-width: 640px; padding: 0 15px 20px}


.pageTitle{max-width: 640px; margin: 0 auto; height: 50px; display: block; background: #fff; border-bottom: 1px solid #e6e6e6; padding: 0 15px;position: relative;overflow: hidden;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.pageTitle h2{text-align: left; font-size: 14px; font-family: inherit; color: #2D82D7; font-style: normal; font-weight: normal; padding: 0; text-shadow: none; letter-spacing: 0; height: auto; border: 0}
.pageTitle h2 a{color: #2D82D7; font-style: normal}
.sermonCont{background: #fff; padding: 20px 0}
.pageTitle .btnArea{width: auto; top: 10px; font-family: inherit; margin-right: 15px}
.pageTitle .btnArea a{width: auto; color: #666; border: solid 1px #e6e6e6; padding: 6px 10px; display: inline-block; margin: 0 0 0 -1px; text-align: center; background: 0}
  .pageTitle .btnArea a:hover{color: #666; border: solid 1px #e6e6e6; }
.sermonCont h2 {font-size: 16px; color: #000; font-family: inherit; font-weight: 600; padding: 15px 0; letter-spacing: -1px; text-shadow: none;border-bottom: 1px solid #333;margin: 0 15px;}
.sermonCont h2::before{content: ''; display: inline-block; width: 18px; height: 16px; background: url(/images/truth-ico-bible@2x.png); background-size: 18px; margin-right: 6px; position: relative; top: 2px}

.pageTitle .langBtn{font-size: 12px; cursor:pointer;display:block;position:absolute;right:48px;top:10px;height:31px;padding:0 10px;cursor:pointer;letter-spacing:-1px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;line-height: 2.5;}
.pageTitle .btnKr{border:1px solid #e6e6e6;background-color:#fff;color:#777;font-family: inherit;}
.pageTitle .btnSel{border:0;background-color:#333;color:#fff;}
.pageTitle .search{position:relative;right:0;top:0;width:100%;height:31px;background:#fff;padding: 0 34px 0 15px;text-align:right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #e6e6e6;}
.pageTitle .search .searchText{width:100%;font-size:13px;font-family:inherit;color:#777;font-style:normal;background-color:transparent;border:0;height: 31px;top: 0;}
.pageTitle .search .btn{display: inline-block; border:0; background: url(/images/ico-listsearch@2x.png) center no-repeat;background-size: 16px;position: absolute;font-size: 0;width: 34px;height: 31px;right: 1px;top: -1px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}


#pagesearch {display:none}
.listsearchbtn {display:inline-block;   background: url(/images/ico-listsearch@2x.png) center no-repeat; background-size: 16px;   position: absolute;   font-size: 0;   width: 34px;   height: 31px;   right: 15px;   top: 10px; border: 1px solid #e6e6e6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.searchcloser {position:fixed;   display:none;   width:100%;   height:100%;   top:0;   bottom:0;   left:0;   right:0;   background:rgba(0,0,0,0.0); }
.searchcloserbtn {position: absolute;   display: block;   width:39px;   height:31px;   top:10px;   bottom:0;   right: 2px;  background:url(/images/ico-listsearch-cloce@2x.png)center no-repeat; background-size: 12px;}
#pagesearch:checked ~ .offcanvas {transform:translateX(0);}
#pagesearch:checked ~ .searchcloser {display:block; font-size:30px}
#pagesearch:checked ~ .searchcloserbtn {display:block; font-size:30px}
.offcanvas {position:absolute;   display:inline-block;   width:100%;   top:0;   left:0;   bottom:0;   transform:translateX(100%);   transition:transform 0.5s ease-out; background: #fff;   z-index: 99;   padding: 9px 41px 0 15px;   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box; }
.closer_ico {position:absolute;   width:20px;   height:20px;   margin-right:-30px;   background:rgba(0,0,0,0.3); }

.result_not{clear:both;padding: 20px 15px; margin: 0; background: 0; height: auto; max-width: 640px; margin: 0 auto;}
.result_not h4{border-bottom:solid 1px #dfdfdf;font-size:16px;color:#444;font-weight:normal;padding:0 0 15px 0}
.result_not h4 .key{color:#f72300;font-style:italic}
.result_not h5{font-size:18px;color:#333;font-weight:normal;padding:11px 0 13px 0}
.result_not ul{padding:0 0 0 15px}
.result_not li{font-size:14px;color:#666;padding:0 0 8px 0;list-style: disc}


/* footer */
.footer-link {display:block;	margin-top: 5px}
.footer-link li {display:inline-block}
.footer-link li::after {content:'';	display:inline-block;	width:10px;	height:10px;	border-right:1px solid #D8D8D8;	margin-right:5px;	top:2px;	position:relative}
.footer-link li:last-child::after {display:none}
.footer-link li a {font-size:11px; color:#666}

#footer {
    clear: both;
    margin: 0 auto;
    height: auto;
    border: 0;
    background: 0;
    text-align: left;
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 640px;
    padding: 0 0 20px
}
#footer .copy {height:100%;	padding:15px 0 10px 0;	text-align:left;	background:0;	overflow:hidden}
#footer .copy img {display:none}
#footer .copy p {font-size:11px;	color:#a8a8a8;	padding:6px 0 0 0}

#footer .nav {display:none}
#footer .nav .bar {color:#d9dade; font-size:9px}
#footer .btnTop {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    top: 110px;
}
#footer .btnTop a::before {content:'';	display:inline-block;	background:url(/images/m-arrowup@2x.png) center no-repeat;	background-size:12px;	width:40px;	height:40px;	opacity:0.8}
#footer .btnTop img {display:none}
#footer .copy p.address {font-size:10px;	color:#a8a8a8;	padding:16px 0 0 0; line-height:1.5}
#footer .copy span.btEmail {padding:0 0 0 6px}

@media(max-width:640px) {
#footer {padding: 0 15px; padding-bottom: 30px}
}
