@charset "UTF-8"; #wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1300px
}

.wrap {
    position: relative;
    width: 1420px;
    margin-right: auto;
    margin-left: auto
}

@media all and (max-width: 1420px) {
    #wrapper {
        min-width:1000px
    }

    .wrap {
        width: 1000px
    }
}

@media all and (max-width: 1000px) {
    #wrapper {
        min-width:0
    }

    .wrap {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-right: 3%;
        padding-left: 3%
    }
}

/* gnb */
.gnb {
    position: relative;
    z-index: 40
}

.gnb:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #eee;
    transform: translateX(-50%)
}

.gnb .link {
    position: absolute;
    right: 0;
    top: 42px
}

.gnb .link_item {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

.gnb .link_item:first-child {
    margin-left: 0;
    padding: 0 5px
}

.gnb .link_anchor,.gnb .link_button {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    color: #000;
    font-size: 0;
    line-height: 0;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center
}

.gnb .language {
    position: relative
}

.gnb .language_show {
    width: auto;
    padding-right: 14px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.025em;
    color: #1e2538;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/site/www/images/common/language_arrow.png)
}

.gnb .language_panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    width: 100%;
    padding: 7px 0;
    margin-top: 4px;
    border-radius: 10px;
    background-color: rgba(30, 37, 56, 0.5);
    text-align: center
}

.gnb .language_anchor {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #fff
}

.gnb .language.active .language_panel {
    display: block
}

.gnb .language_item:hover .language_anchor {
    font-weight: 600
}

.gnb .watch {
    position: relative
}

.gnb .watch .link_anchor {
    background-image: url(/site/www/images/common/watch_icon.png)
}

.gnb .sitemap {
    position: relative
}

.gnb .sitemap .link_anchor {
    background-image: url(/site/www/images/common/sitemap_icon.png)
}

@media all and (max-width: 1000px) {
    .gnb {
        height:60px
    }

    .gnb:before {
        background-color: transparent
    }

    .gnb .link {
        right: 3%;
        top: 18px;
        margin-right: 45px
    }

    .gnb .sitemap {
        display: none
    }
}

@media all and (max-width: 640px) {
    .gnb {
        height:90px
    }

    .gnb .link {
        top: 47px
    }

    .gnb .watch {
        display: none
    }
}

/* 로고 */
#header .logo {
    position: absolute;
    height: 110px;
    border-bottom-right-radius: 50px;
    background-color: #fff;
    padding: 21px 39px 24px 28px
}

#header .logo:before {
    display: initial;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    margin-right: -1px;
    background-color: #fff
}

#header .logo .logo_anchor {
    position: relative;
    z-index: 10
}

@media all and (max-width: 1420px) and (min-width:1001px) {
    #header .logo {
        padding-left:10px;
        padding-top: 30px
    }

    #header .logo img {
        width: 170px
    }
}

@media all and (max-width: 1000px) {
    #header .logo {
        top:12px;
        z-index: 10;
        height: auto;
        padding: 0;
        border-bottom-right-radius: 0
    }

    #header .logo img {
        width: 165px
    }
}

@media all and (max-width: 640px) {
    #header .logo {
        top:33px
    }
}

#header .search {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #f8fafe;
    background-image: url(/site/www/images/common/search_bg1.png);
    background-position: right 92px top;
    background-repeat: no-repeat;
    text-align: center
}

#header .search h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.035em;
    font-weight: 500;
    color: #1e2538
}

#header .search h2 img {
    vertical-align: bottom;
    margin-right: 7px
}

#header .search .search_inner {
    position: relative;
    background-image: url(/site/www/images/common/search_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 132px;
    padding-bottom: 96px
}

#header .search .search_input {
    width: 686px;
    height: 60px;
    padding: 15px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.07)
}

#header .search .search_submit {
    position: relative;
    width: 100px;
    height: 60px;
    background-color: #133e55;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.07)
}

#header .search .search_submit:after {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-left: 5px;
    background-image: url(/site/www/images/main/b_watch_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top
}

#header .search .search_close {
    position: absolute;
    right: 42px;
    top: 49px;
    width: 21px;
    height: 22px;
    background-image: url(/site/www/images/common/search_close.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0
}

.search_open #header .search {
    display: block;
    z-index: 50
}

.search_open #wrapper:before {
    display: block;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5)
}

@media all and (max-width: 1000px) {
    #header .search .search_inner {
        padding-left:30px;
        padding-right: 30px
    }

    #header .search .search_input {
        width: calc(100% - 105px)
    }

    #header .search .search_close {
        right: 25px
    }

    .search_open #header .lnb .menu_show {
        display: none
    }
}

@media all and (max-width: 800px) {
    #header .search h2 {
        font-size:25px;
        line-height: 30px
    }

    #header .search h2 img {
        width: 180px
    }

    #header .search .search_input,.search .search_submit {
        height: 50px
    }

    #header .search .search_submit {
        font-size: 18px
    }
}

@media all and (max-width: 640px) {
    #header .search {
        background-image:none
    }

    #header .search h2 {
        font-size: 20px;
        line-height: 24px
    }

    #header .search h2 img {
        width: 150px
    }
}

@media all and (min-width: 1001px) {
    .lnb {
        position:relative;
        height: 110px;
        font-size: 0;
        line-height: 0
    }

    .lnb .wrap {
        height: 100%
    }

    .lnb .menu {
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition-property: height;
        content: ''
    }

    #header:before {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        transition-property: visibility,opacity;
        transition-duration: 0.25s;
        transition-timing-function: linear
    }

    .lnb_open #header:before {
        visibility: visible;
        opacity: 1
    }

    .lnb .menu .depth2,.lnb .menu.after:after {
        height: calc(100% - 80px)
    }

    .lnb .menu.after:after {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100vw;
        border-top: 1px solid #f3f5f7;
        box-sizing: border-box;
        background-color: #fff;
        transition-property: border-top-width,border-bottom-width;
        content: ''
    }

    .lnb .menu_title {
        display: none
    }

    .lnb .menu .depth1 {
        text-align: center
    }

    .lnb .menu .depth1_title {
        display: none;
        position: absolute;
        left: 0;
        top: 173px;
        text-align: left
    }

    .lnb .menu .depth1_subject {
        display: block;
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.03em;
        font-weight: 600;
        color: #1e2538
    }

    .lnb .menu .depth1_slogan {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.05em;
        color: #555
    }

    .lnb .menu .depth1_list {
        padding-left: 288px;
        padding-right: 164px
    }

    .lnb .menu .depth1_item {
        position: initial;
        background-color: #fff;
        text-align: center;
        transition-property: none
    }

    .lnb .menu .depth1_text {
        display: block;
        position: relative;
        z-index: 20;
        padding: 41px 5px;
        text-align: center;
        color: #1e2538;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        transition-property: color;
        text-decoration: none
    }

    .lnb .menu .depth1_item.active .depth1_title {
        display: block
    }

    .lnb_open .lnb .menu .depth1:before {
        display: block;
        position: absolute;
        z-index: 11;
        left: 50%;
        top: 110px;
        width: 100vw;
        height: 1px;
        background-color: #dddfe1;
        transform: translateX(-50%)
    }

    .lnb .menu .depth1_item.active .depth1_text {
        background-color: #1e2538;
        color: #fff
    }

    .lnb .menu .depth2 {
        position: relative;
        overflow: visible;
        border-right: 1px solid #dddfe1;
        transition-property: visibility,opacity;
        box-sizing: border-box;
        text-align: left
    }

    .lnb .menu .depth1_item:first-child .depth2 {
        border-left: 1px solid #dddfe1
    }

    .lnb .menu .depth2_content {
        position: relative;
        padding-bottom: 55px
    }

    .lnb .menu .depth2_list {
        padding: 8px 0;
        min-height: 245px
    }

    .lnb .menu .depth2_item {
        display: block;
        padding: 8px;
        text-align: center
    }

    .lnb .menu .depth2_text {
        display: inline;
        position: relative;
        z-index: 20;
        color: #333;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: -0.04em;
        font-weight: 500;
        transition-property: padding-left,color,font-size,line-height;
        word-break: keep-all
    }

    .lnb_open .lnb .menu .depth2 {
        position: relative;
        visibility: visible;
        opacity: 1;
        z-index: 10
    }

    .lnb .menu .depth2_item:hover .depth2_text {
        color: #284b90;
        background-image: url(/site/www/images/common/depth2_before.png);
        background-position: left bottom;
        background-repeat: repeat-x
    }

    .lnb .menu .depth3 {
        display: none
    }

    .lnb .menu_header {
        display: none;
    }
}

@media all and (max-width: 1420px) and (min-width:1001px) {
    .lnb .menu .depth1_list {
        padding-left:222px;
        padding-right: 140px
    }

    .lnb .menu .depth1_text {
        font-size: 20px
    }

    .lnb .menu .depth2_text {
        font-size: 15px
    }
}

@media all and (max-width: 1000px) {
    .lnb .menu {
        visibility:hidden;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: -100%;
        z-index: 40;
        width: 50%;
        height: 100%;
        background-color: transparent;
        transition-property: visibility,right;
        transition-duration: 0.25s;
        transition-timing-function: linear
    }

    .lnb .wrap {
        min-height: 100vh;
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 98px;
        margin-left: 40px;
        background-color: #fff
    }

    .lnb .menu_show {
        z-index: 41;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 25px;
        right: 3%;
        margin-top: auto;
        margin-bottom: auto
    }

    .lnb .menu_show .menu_btn {
        position: relative;
        width: inherit;
        height: inherit
    }

    .lnb .menu_show .menu_btn:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 22px;
        height: 22px;
        margin: auto;
        background-image: url(/site/www/images/common/sitemap_icon.png)
    }

    .lnb_show .lnb .menu_show {
        z-index: 40
    }

    .lnb .menu_hide {
        position: absolute;
        z-index: 41;
        top: 36px;
        right: 100%;
        width: 20px;
        height: 20px
    }

    .lnb .menu_hide .menu_btn {
        display: block;
        position: relative;
        width: inherit;
        height: inherit
    }

    .lnb .menu_hide .menu_btn:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite/mobilemenu_sprite.png);
        background-size: 100% 695%;
        background-position: left 0
    }

    .lnb_show .menu_hide {
        right: 15px
    }

    .lnb .menu_header {
        display: block;
        z-index: 41;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 98px;
        border-bottom-left-radius: 30px;
        background-color: #1e2538;
        text-align: right
    }

    #header .lnb .logo {
        background-color: transparent;
        top: 18px;
        left: 55px
    }

    #header .lnb .logo:before {
        display: none
    }

    #header .lnb .logo img {
        width: auto
    }

    .lnb .link {
        position: relative;
        padding: 27px 0 0;
        font-size: 0;
        line-height: 0;
        margin-right: 54px
    }

    .lnb .link_item {
        display: inline-block;
        margin-left: 10px;
        padding: 8px;
        vertical-align: top
    }

    .lnb .link_item:first-child {
        margin-left: 0
    }

    .lnb .link_anchor,.lnb .link_button {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -0.03em;
        font-weight: 200
    }

    .lnb .language {
        position: relative
    }

    .lnb .language_panel {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 30;
        width: 100%;
        padding: 15px 10px;
        background-color: rgba(117, 119, 127, 0.5);
        border-radius: 10px;
        text-align: center
    }

    .lnb .language_anchor {
        font-size: 16px;
        line-height: 18px;
        color: #fff
    }

    .lnb .language.active .language_panel {
        display: block
    }

    .lnb .language_item+.language_item {
        margin-top: 10px
    }

    .lnb .site {
        position: relative;
        padding: 14px 20px;
        background-color: #eee
    }

    .lnb .site_item {
        display: inline-block;
        position: relative;
        margin-left: 11px;
        padding-left: 14px
    }

    .lnb .site_item:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 3px;
        margin-top: auto;
        margin-bottom: auto;
        background-color: #000
    }

    .lnb .site_anchor {
        display: block;
        position: relative;
        color: #000;
        font-size: 15px;
        line-height: 17px;
        letter-spacing: -0.03em
    }

    .lnb .site_item:first-child {
        margin-left: 0;
        padding-left: 0
    }

    .lnb .site_item:first-child:before {
        display: none
    }

    .lnb .menu .depth1 {
        height: inherit;
        z-index: 10
    }

    .lnb .menu .depth1_list {
        position: relative;
        min-height: 100%;
        margin-top: 19px
    }

    .lnb .menu .depth1_item {
        border-bottom: 1px solid #40434b
    }

    .lnb .menu .depth1_text {
        display: block;
        position: relative;
        padding-top: 16px;
        padding-right: 35px;
        padding-bottom: 16px;
        color: #40434b;
        font-size: 17px;
        line-height: 20px;
        text-decoration: none;
        transition-property: font-weight
    }

    .lnb .menu .depth1_text:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto
    }

    .lnb .menu .depth1_text[target='_blank']:after {
        width: 15px;
        height: 15px;
        background-color: #000;
        transition: none
    }

    .lnb .menu .depth1_item.has .depth1_text:after {
        right: 26px;
        width: 6px;
        height: 11px;
        background-image: url(../images/sprite/mobilemenu_sprite.png);
        background-size: 333.33333% 1263.63636%;
        background-position: left 40.625%;
        transition: none
    }

    .lnb .menu .depth1_item.active .depth1_text {
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        color: #1e2538
    }

    .lnb .menu .depth1_item.has.active .depth1_text:after {
        transform: rotate(90deg)
    }

    .lnb .menu .depth2 {
        transition-property: visibility,opacity
    }

    .lnb .menu .depth2_list {
        transition-property: padding-top,padding-bottom,border-top-width;
        border: 0 solid #000
    }

    .lnb .menu .depth2_item {
        transition-property: border-bottom-color
    }

    .lnb .menu .depth2_text {
        display: block;
        position: relative;
        padding-right: 40px;
        padding-left: 0;
        color: #555;
        letter-spacing: -0.03em;
        text-decoration: none;
        box-sizing: border-box;
        transition-property: padding-top,padding-bottom,color
    }

    .lnb .menu .depth2_text:after {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transition: none
    }

    .lnb .menu .depth2_item.has .depth2_text:after {
        right: 18px;
        width: 16px;
        height: 16px;
        background-image: url(../images/sprite/mobilemenu_sprite.png);
        background-size: 125% 868.75%;
        background-position: left 76.42276%
    }

    .lnb_show .lnb .menu .depth1_item.active .depth2 {
        visibility: visible;
        opacity: 1
    }

    .lnb .menu .depth1_item.active .depth2 {
        right: 0;
        z-index: 20
    }

    .lnb .menu .depth1_item.active .depth2_list {
        padding-top: 4px;
        padding-bottom: 26px;
        border-top-width: 2px
    }

    .lnb .menu .depth1_item.active .depth2_item {
        margin-top: 13px
    }

    .lnb .menu .depth1_item.active .depth2_text {
        color: #555;
        font-size: 17px;
        line-height: 20px
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth2_text {
        color: #1e2538;
        font-weight: 500
    }

    .lnb .menu .depth1_item.active .depth2_text:before {
        width: 5px;
        height: 5px
    }

    .lnb .menu .depth1_item.active .depth2_text:after {
        visibility: visible;
        opacity: 1
    }

    .lnb .menu .depth1_item.active .depth2_text[target='_blank']:after {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-left: 7px;
        width: 11px;
        height: 11px;
        background-image: url(../images/sprite/mobilemenu_sprite.png);
        background-size: 181.81818% 1263.63636%;
        background-position: left 57.03125%
    }

    .lnb .menu .depth1_item.active .depth2_item.has.active .depth2_text:after {
        width: 18px;
        height: 19px;
        background-image: url(../images/sprite/mobilemenu_sprite.png);
        background-size: 111.11111% 731.57895%;
        background-position: left 100%
    }

    .lnb .menu .depth3 {
        transition-property: visibility,opacity,padding-top,padding-bottom
    }

    .lnb .menu .depth3_list {
        padding-left: 15px;
        padding-right: 15px;
        transition-property: padding-top,padding-bottom
    }

    .lnb .menu .depth3_item {
        padding-left: 10px
    }

    .lnb .menu .depth3_item:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: #555;
        border-radius: 50%;
        transition: none
    }

    .lnb .menu .depth3_text {
        display: block;
        padding-right: 25px;
        color: #000;
        letter-spacing: -0.03em;
        text-decoration: none;
        transition-property: color,font-weight
    }

    .lnb .menu .depth3_text:after {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transition: none
    }

    .lnb .menu .depth3_text[target='_blank']:after {
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background-color: #000
    }

    .lnb_show .lnb .menu .depth1_item.active .depth2_item.active .depth3 {
        visibility: visible;
        opacity: 1
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_list {
        padding-top: 4px;
        padding-bottom: 14px;
        padding-left: 20px;
        margin-top: 12px;
        background-color: #e5effc;
        border-radius: 10px
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_item {
        margin-top: 9px
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_item:before {
        top: 10px;
        width: 4px;
        height: 4px
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_text {
        color: #555;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.03em
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_text:after {
        visibility: visible;
        opacity: 1
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_text[target='_blank']:after {
        display: inline-block;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 12px;
        height: 12px;
        margin-left: 7px
    }

    .lnb .menu .depth1_item.active .depth2_item.active .depth3_item.active .depth3_text {
        color: #1e2538
    }
}

@media all and (max-width: 640px) {
    .lnb .menu_show {
        top:auto;
        bottom: 17px
    }

    .lnb .menu {
        width: 360px
    }
}

@media all and (max-width: 400px) {
    .lnb .menu {
        width:100%
    }
}

/* 하단 배너 */
#footer .banner {
    position: relative;
    border-width: 0
}

#footer .banner:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%)
}

#footer .banner_inner {
    position: relative
}

#footer .banner_list {
    padding-left: 140px
}

#footer .banner_item {
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px
}

#footer .banner_item span {
    display: none
}

#footer .banner_anchor {
    color: #555;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.03em
}

#footer .banner_anchor:hover {
    text-decoration: underline
}

#footer .banner_control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0;
    line-height: 0
}

#footer .banner_control .slick-arrow {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 5px
}

#footer .banner_control .banner_prev {
    margin-left: 0
}

#footer .banner_control .slick-arrow:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/sprite/banner_sprite.png);
}

#footer .banner_control .banner_prev:before {
    width: 10px;
    height: 14px;
    background-position: left top
}

#footer .banner_control .banner_next:before {
    width: 10px;
    height: 14px;
    background-position: left top;
    transform: rotate(180deg)
}

#footer .banner_control .banner_auto:before {
    width: 7px;
    height: 12px;
    background-position: right 54.54545%
}

#footer .banner_control .slick-pause:before {
    background-position: left 54.54545%
}

#footer .banner_more {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    vertical-align: top
}

#footer .banner_more:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 10px;
    background-image: url(../images/sprite/banner_sprite.png);
    background-size: 100% 560%;
    background-position: left 100%
}

/* 하단 정보 */
#footer {
    background-color: #f5f7fa;
    font-size: 16px;
    line-height: 32px
}

#footer .footer_content {
    position: relative;
    padding: 40px 0
}

#footer .footer_content:before {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px
}

#footer .logo {
    display: inline-block;
    left: auto;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 0;
    object-fit: cover
}

#footer .info {
    display: inline-block;
    margin-left: 38px;
    vertical-align: middle;
    color: #92939a;
    /* font-size:15px; */
    /* line-height:33px; */
}

#footer .info .link_list {
    margin-left: -19px
}

#footer .info .link_list .link_item {
    display: inline-block;
    margin-left: 17px;
    font-size: 15px;
    letter-spacing: -0.05em
}

#footer .info .link_list .link_item:first-child a {
    color: #137daa;
}

#footer .info .info_tel li {
    display: inline-block
}

#footer .info .info_tel li+li {
    margin-left: 10px
}

#footer .wa {
    position: absolute;
    text-align: right;
    top: 76px;
    right: 0
}

#footer .wa_anchor+.wa_anchor {
    margin-left: 20px
}

#footer .sns {
    display: inline-block;
    position: absolute;
    top: 80px;
    right: 216px;
    vertical-align: top;
    margin-left: 66px
}

#footer .sns_item {
    display: inline-block;
    padding: 0 2px;
    vertical-align: top
}

#footer .sns_item+.sns_item {
    margin-left: 5px
}

#footer .sns_item a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0
}

#footer .sns_item a:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#footer .sns_item.intra a {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em
}

#footer .sns_item.blog a:before {
    width: 15px;
    height: 20px;
    background-image: url(../images/sprite/sns_sprite.png);
    background-size: 146.66667% 390%;
    background-position: left 0
}

#footer .sns_item.youtube a:before {
    width: 22px;
    height: 16px;
    background-image: url(../images/sprite/sns_sprite.png);
    background-size: 100% 487.5%;
    background-position: left 100%
}

#footer .sns_item.facebook a:before {
    width: 12px;
    height: 22px;
    background-image: url(../images/sprite/sns_sprite.png);
    background-size: 183.33333% 354.54545%;
    background-position: left 53.57143%
}

/* 하단 관련사이트 */
#footer .site {
    display: inline-block;
    float: right;
    font-size: 0;
    line-height: 0
}

#footer .site_item {
    display: inline-block;
    width: 215px;
    position: relative;
    margin-left: 9px
}

#footer .site_item:first-child:before {
    display: none
}

#footer .site_show {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    border: 1px solid #92939a;
    background-color: #fff;
    text-align: left;
    color: #92939a;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.03em
}

#footer a.site_show {
    padding-left: 0;
    text-align: center
}

#footer button.site_show:before {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 9px;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(/site/www/images/common/footer_site_arrow.png)
}

#footer .site_item.taeguk .site_show span {
    position: relative;
    padding-left: 40px;
    box-sizing: border-box
}

#footer .site_item.taeguk .site_show span:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 25px;
    background-image: url(/site/www/images/common/taeguk_mark.jpg)
}

#footer .site_panel {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #92939a
}

#footer .site_title {
    color: #92939a;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em
}

#footer .site_ul {
    padding: 2px 0
}

#footer .site_li {
    padding: 2px 18px
}

#footer .site_anchor {
    color: #92939a;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em
}

#footer .site_item.active .site_show {
    border-top: 0
}

#footer .site_item.active .site_panel {
    display: block;
    border-bottom: 0;
    max-height: 260px;
    overflow-y: scroll
}

#footer .site_li:hover .site_anchor {
    color: #555
}

@media all and (max-width: 1430px) {
    #footer .banner_list {
        padding-left:100px
    }

    #footer .banner_control {
        left: 0
    }

    #footer .footer_content {
        text-align: center
    }

    #footer .logo {
        margin-left: 0
    }

    #footer .info {
        display: block;
        margin-left: 0;
        margin-top: 30px
    }

    #footer .sns {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px
    }

    #footer .site {
        float: none;
        display: inline-block;
        position: relative
    }

    #footer .wa {
        text-align: center;
        margin-top: 15px
    }
}

@media (max-width: 1430px) and (min-width: 1001px) {
    #footer .site .site_item {
        display: inline-block;
    }

    #footer .site .site_item+.site_item {
        margin-top: 0
    }

    #footer .sns {
        display: block;
        position: unset;
        text-align: center
    }

    #footer .wa {
        position: unset
    }
}

@media all and (max-width: 1000px) {
    #footer .footer_content {
        text-align:center
    }

    #footer .info {
        display: block;
        margin-left: 0;
        margin-top: 30px
    }

    #footer .sns {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px
    }

    #footer .site {
        display: block;
        float: none
    }

    #footer .site .site_item.design,#footer .site .site_item.taeguk {
        display: none
    }

    #footer .wa {
        display: none
    }
}

@media all and (max-width: 640px) {
    #footer .logo {
        margin-left:0;
        width: 86px
    }

    #footer .info {
        margin-top: 20px;
        font-size: 15px;
        line-height: 25px
    }

    #footer .sns_item.intra a {
        font-size: 15px
    }
}

/* up 버튼 */
#footer .up {
    position: fixed;
    bottom: 97px;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#footer .up .up_button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #02a1e4;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

#footer .up .up_button:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background: url(/site/www/images/sub/up_arrow.png) no-repeat center center;
}

.unfixed_header #footer .up {
    display: none
}

.up_off #footer .up {
    position: absolute;
    bottom: auto;
    top: -35px
}

@media all and (max-width: 1420px) {
    #footer .up {
        bottom:87px
    }

    #footer .up .up_button {
        width: 45px;
        height: 45px
    }

    #footer .up .up_button:before {
        width: 45px;
        height: 45px
    }

    .up_off #footer .up {
        top: calc(100% - 60px);
    }
}

@media all and (max-width: 640px) {
    #footer .up {
        bottom:50px
    }

    #footer .up .up_button {
        width: 40px;
        height: 40px
    }

    #footer .up .up_button:before {
        top: 12px;
        left: 13px;
        width: 13px;
        height: 16px;
        background-size: 13px 16px
    }

    .up_off #footer .up {
        top: calc(100% - 45px);
    }
}
