


#header_top {
    position:relative;
    height:36px;
    border-bottom:1px solid #e6e6e6;
}

#header_top .container {
    height:37px;
}

#header_top .header_top_item {
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
    height:37px;
    line-height: 33px;
    background-color:#ffffff;
    font-family: NanumBarunGothicBold;
    font-size: 13px;
    color:#747477;
    border-bottom:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    border-top:3px solid #ffffff;
    text-align: center;
    cursor: pointer;
    float:left;
}

#header_top .header_top_item.select {
    position:relative;
}

#header_top .header_top_item.select span > img {
    margin-left:10px;
}

#header_top .header_top_item.select select {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    opacity:0;
    cursor: pointer;
}

#header_top .search {
    display:block;
    cursor: pointer;
}

#header_top .header_top_item:hover {
    border-top:3px solid #002a57;
    color:#002a57;
    border-bottom:1px solid #ffffff;
}
#header_top .header_top_item.select{
    padding: 0;
    min-width: 130px;
}
#header_top .header_top_item.select .select_title{
    display: inline-block;
    padding: 0 20px;
}
#header_top .header_top_item:hover .language_select{
    color: #747477;
}
#header_top .header_top_item .language_select{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 101;
    background-color: white;
    width: 100%;
    height: 0;
    overflow-y: hidden;
}
#header_top .header_top_item .language_select.on{
    display: flex;
    height: auto;
    border: 1px solid #e6e6e6;
}
#header_top #google_translate_element .goog-te-gadget{
    position: relative;
    font-size: 0;
}
#header_top #google_translate_element .goog-te-gadget > span{
    display: none;
}
#header_top #google_translate_element .goog-te-gadget .goog-te-combo {
    font-family: NanumBarunGothicBold;
    border: none;
    background-color: white;
    font-size: 13px;
    line-height: 33px;
    color: #747477;
    text-align: center;
    opacity: 1;
}



#header {
    position:relative;
    height:79px;
    border-bottom:1px solid #e6e6e6;
}
#header .header_menu_button {
    position:absolute;
    left:0;
    top:0;
    margin-top:30px;
    margin-left:5%;
    cursor:pointer;
}

#header .header_logo_image {
    margin:0 auto;
    display:block;
    padding-top:17px;
    cursor:pointer;
}

#header .header_image_menu .image_button {
    display:block;
    padding-left:20px;
    padding-right:20px;
    float:left;
}

#header .quick_menu {
    position: absolute;
    right: 37px;
    top: 0;
    margin-top: 30px;
    margin-left: 5%;
    cursor: pointer;
    width: 28px;
    height: 19px;
}

#footer_top {
    line-height: 54px;
    background-color:#3e4046;
    color:#adadad;
    font-family: NanumBarunGothic;
    font-size:13px;
}

#footer_top .footer_link_select {
    height: 54px;
    position:relative;
    float:left;
    width:50%;
    box-sizing: border-box;
    border-left:1px solid #323338;
}

#footer_top .footer_link_select > span {
    margin-left:20px;
    float:left;
}

#footer_top .footer_link_select > img {
    margin-right:20px;
    margin-top:23px;
    float:right;
}

#footer_top .footer_link_select > select {
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height: 54px;
    cursor:pointer;
}

#footer_top .footer_link_select.last {
    border-right:none;
}

#footer_top .footer_link_right_section {
    height: 54px;
    border-top:1px solid #323338;
}

#footer {
    background-color:#2f3035;
}

#footer > .container {
    box-sizing: border-box;
    padding:20px;
}

#footer > .container div:first-child {
    height:46px;
}

#footer .sns_box {
    float:right;
    padding-top:10px;
}

#footer .sns_box a img {
    margin-left: 5px;
}

#footer .sns_box a:first-child img {
    margin-left: 0;
}

#footer .footer_text {
    color:#616369;
    font-family: NanumBarunGothic;
    font-size:14px;
    line-height:22px;
    margin-top:20px;
}




#pc_menu {
    top:117px;
    height:495px;
    border-bottom:1px solid #e6e6e6;
    background-color:#f7f8fb;
    position:absolute;
    width:100%;
    z-index:100;
    display:none;
}

#pc_menu > .container {
    position:relative;
    height:495px;
    box-sizing: border-box;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}

#pc_menu .menu_close_button {
    position:absolute;
    bottom:-1px;
    right:0;
    cursor:pointer;
}

#pc_menu .pc_menu_item_section {
    float:left;
    padding-left:20px;
    padding-top:20px;
    border-right:1px solid #e6e6e6;
    width:202px;
    height:476px;
}

#pc_menu .pc_menu_item_section.last {
    border-right:none;
}

#pc_menu .pc_menu_item_title {
    color:#002f87;
    font-family: NanumBarunGothicBold;
    font-size: 16px;
    margin-bottom:10px;
    cursor: pointer;
}

#pc_menu .pc_menu_item_list {
    color:#5c5c5c;
    font-family: NanumBarunGothic;
    font-size: 14px;
    line-height: 25px;
    margin-bottom:30px;
}

#pc_menu .pc_menu_item_list li {
    cursor:pointer;
    width: 100%;
    float: none;
}

#pc_menu .pc_menu_item_list li:hover {
    color:#002f87;
    text-decoration: underline;
    font-family: NanumBarunGothicBold;
}



#mobile_menu {
    top:0;
    left:0;
    height:100%;
    position:fixed;
    width:100%;
    z-index:1100;
    display:none;
}

#mobile_menu .mobile_menu_dim {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity: 0.7;
}

#mobile_menu .mobile_menu_item {
    height:70px;
    border-right:1px solid #d3dbea;
    border-bottom:1px solid #d3dbea;
    font-family: NanumBarunGothicBold;
    font-size:16px;
    line-height:70px;
    text-align:center;
    color:#2f3035;
    cursor: pointer;
}

#mobile_menu .mobile_menu_item.on {
    height:70px;
    border-right:none;
    background-color:#ffffff;
    color:#002f87;
}

#mobile_menu .mobile_menu_item_title {
    position: relative;
    font-size:15px;
    line-height:55px;
    font-family: NanumBarunGothicBold;
    color : #2f3035;
    border-bottom:1px solid #e6e6e6;
    padding: 0 25px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

#mobile_menu .mobile_menu_item_title.on {
    line-height:55px;
    color:#002f87;
    border-bottom:2px solid #33599f;
}

#mobile_menu .mobile_menu_content_section_wrapper {
    padding:10px;
}

#mobile_menu .mobile_menu_content_section_wrapper.quick {
    padding:0;
}

#mobile_menu .mobile_menu_content_section {
    padding-left:105px;
}

#mobile_menu .mobile_menu_item_list {
    background-color:#f0f3f8;
    border-bottom:1px solid #e6e6e6;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
}

#mobile_menu .mobile_menu_item_list.on {
    background-color:#f0f3f8;
    border-bottom:1px solid #e6e6e6;
    display:block;
}

#mobile_menu .mobile_menu_item_list.quick.on {
    border-bottom:none;
    display:block;
}

#mobile_menu .mobile_menu_item_list li {
    line-height:44px;
    font-family: NanumGothic;
    font-size:12px;
    width: 100%;
    cursor:pointer;
    float: none;
    display: block;
}

#mobile_menu .mobile_menu_item_list li:hover {
    color:#002f87;
    text-decoration: underline;
    font-family: NanumGothicBold;
}

#mobile_menu .mobile_menu_item_title .mobile_menu_item_flag {
    background-image:url("/res/service/img/common/768_tablet/opt_menu_down.png");
    width:15px;
    height:8px;
    position: absolute;
    top: 25px;
    right: 20px;
}

#mobile_menu .mobile_menu_item_title.on .mobile_menu_item_flag {
    background-image:url("/res/service/img/common/768_tablet/opt_menu_up.png");
}

#mobile_menu .mobile_menu_section {
    width:90%;
    height: 100%;
    position:absolute;
    background-color:#ffffff;
    /*overflow-y: scroll;*/
    opacity: 1;
}

#mobile_menu .mobile_menu_title_section {
    height: 56px;
    line-height: 56px;
    background-color:#002f87;
    border:1px solid #04296f;
}

#mobile_menu .mobile_menu_title_section div {
    color:#ffffff;
    font-family: NanumBarunGothicBold;
    font-size:16px;
    margin-left:20px;
    float:left;
}

#mobile_menu .mobile_menu_title_section img {
    float:right;
    margin-top:15px;
    margin-right:20px;
    cursor:pointer;
}

#mobile_menu .mobile_menu_item_section {
    width:105px;
    position:absolute;
    left:0;
    top:0;
    background-color:#e8ecf4;
    bottom:0;
}




.pc_side_button {
    position:fixed;top:556px;
}
.pc_side_button > div {
    clear:both;
    display: inline-block;
    float:right;
    background-color: #ffffff;
}
.pc_side_button > div.top {
    clear:both;
    float:right;
}
.pc_side_button > div img {
    float:right;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.pc_side_button > div.top .top_button {
    float:right;
    cursor:pointer;
}



#quick_mobile {
    top:0;
    right:0;
    height:100%;
    position:fixed;
    width:100%;
    z-index:1100;
}

#quick_mobile .quick_dim {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity: 0.7;
}

#quick_mobile .quick_search_group {
    position: relative;
    height: 49px;
    border-bottom: 1px solid #e6e6e6;
}

#quick_mobile .quick_search_group input {
    width: 80%;
    padding: 0 25% 0 5%;
    height: 50px;
    line-height: 50px;
}

#quick_mobile .quick_search_group img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#quick_mobile .mobile_menu_item_section {
    width:105px;
    position:absolute;
    overflow-y:auto;
    left:0;
    top:0;
    background-color:#ffffff;
    bottom:0;
}

#quick_mobile .mobile_menu_item {
    height:70px;
    border-right:1px solid #d3dbea;
    border-bottom:1px solid #d3dbea;
    font-family: NanumBarunGothicBold;
    font-size:16px;
    line-height:70px;
    text-align:center;
    color:#2f3035;
    cursor: pointer;
}

#quick_mobile .mobile_menu_item.on {
    background-color: #f0f3f8;
}
#quick_mobile .mobile_menu_title_section img {
    float:right;
    margin-top:15px;
    margin-right:20px;
    cursor:pointer;
}

#quick_mobile .mobile_menu_section {
    position:absolute;
    background-color:#ffffff;
    width: 70%;
    height:100%;
    right: 0;
    opacity: 1;
    z-index:1100;
    /*overflow-y: scroll;*/
}
#quick_mobile .mobile_menu_title_section {
    background-color:#002f87;
    border:1px solid #04296f;
    height: 56px;
    line-height: 56px;
}

#quick_mobile .mobile_menu_content_section {
    padding-left:105px;
    overflow-y: scroll;
    height: 100%;
}

#quick_mobile .mobile_menu_item_list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#quick_mobile .mobile_menu_item_list li {
    line-height:44px;
    font-family: NanumGothic;
    font-size: 14px;
    width: 100%;
    cursor:pointer;
    float: none;
    display: block;
}

#quick_mobile .mobile_menu_item_list li:hover {
    color:#002f87;
    text-decoration: underline;
    font-family: NanumGothicBold;
}



.mobile_top_button {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    z-index: 100;
}






.footer_link_left_section a {
    cursor:pointer;
}


/* PC */
@media screen and (min-width:1201px) {

    .pc_hide {
        display:none;
    }

    .mobile_show {
        display:none;
    }

    .tablet_show {
        display:none;
    }

    .pc_show {
    }

    .container {
        width: 1120px;
        margin: 0 auto;
    }

    #header_banner .header_banner_option {
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 30px;
        text-align: right;
        z-index: 500;
    }
    #header_banner .header_banner_option img {
        vertical-align: middle;
    }
    #header_banner .header_banner_option > .btn_close_popup {
        margin-top: -3px;
        cursor:pointer;
    }
    #header_banner .header_banner_option > span {
        font-size: 15px;
        color: #4f5256;
    }
    #header_banner .header_banner_option > span img {
        margin-right: 5px;
        margin-top:-1px;
        cursor:pointer;
    }
    #header_banner {
        height: 150px;
        background-image: url("/res/service/img/common/bg_popup.png");
        background-position: center;
        background-repeat: no-repeat;
    }
    #header_banner .container {
        position: relative;
        height: 150px;
    }
    #header_banner .btn {
        position: absolute;
        cursor:pointer;
        z-index:1000;
    }
    #header_banner .btn.prev {
        left: 0;
        top: 50%;
        margin-top: -15px;
    }


    #header_banner .img {
        width:70px;
        height:90px;
        position:absolute;
        display:none;
        left: 260px;
        top: 34px;
    }

    #header_banner .header_banner_text.img_type .img {
        display:block;
    }


    #header_banner .btn.next {
        right: 0;
        top: 50%;
        margin-top: -15px;
    }
    #header_banner .header_banner_text {
        text-align: center;
        color: #000;
        position:absolute;
        width: 100%;
        height:150px;
        top: 0;
    }
    #header_banner .header_banner_text .tit {
        font-size: 26px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    #header_banner .header_banner_text .info {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        margin-top: 20px;
    }


    #header_banner .header_banner_text.img_type .tit {
        position: absolute;
        top: 5px;
        left: 352px;
        text-align: left;
    }

    #header_banner .header_banner_text.img_type .info {
        position: absolute;
        top: 74px;
        left: 355px;
        margin: 0;
        text-align: left;
    }
    #header_banner .header_banner_text.img_type .info div {
        margin: 0!important;
    }

    #header .quick_menu {
        display:none;
    }

    .header_top_item.left_item.first {
        border-left:1px solid #e6e6e6;
    }

    .header_logo_image {
        float:left;
        margin: 0;
    }

    .footer_quick_service_menu {
        padding-left:100px;
        line-height:67px;
    }

    .footer_link_section {
        height: 54px;
    }

    .footer_link_left_section {
        float:left;
    }

    .footer_link_left_section a {
        text-decoration: none;
        color: #adadad;
    }
    .footer_link_left_section a:hover {
        text-decoration: underline;
    }

    .footer_link_right_section {
        float:right;
        border-top:none;
    }

    .footer_link_select {
        background-color:#383a40;
        width:174px !important;
        border-left:1px solid #323338;
    }

    .footer_link_select.last {
        border-right:1px solid #323338;
    }
}





/* Tablet */
@media screen and (min-width:768px) and (max-width:1200px) {

    .tablet_hide {
        display:none;
    }

    .mobile_show {
        display:none;
    }

    .tablet_show {
    }

    .pc_show {
        display:none;
    }

    #header_banner .header_banner_option {
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 30px;
        text-align: right;
        z-index: 500;
    }
    #header_banner .header_banner_option img {
        vertical-align: middle;
    }
    #header_banner .header_banner_option > .btn_close_popup {
        margin-top: -3px;
        cursor:pointer;
    }
    #header_banner .header_banner_option > span {
        font-size: 15px;
        color: #4f5256;
    }
    #header_banner .header_banner_option > span img {
        margin-right: 5px;
        margin-top:-1px;
        cursor:pointer;
    }

    #header_banner {
        height: 150px;
        background-image: url("/res/service/img/common/bg_popup.png");
        background-position: center;
        background-repeat: no-repeat;
    }
    #header_banner .container {
        position: relative;
        height: 150px;
    }
    #header_banner .btn {
        position: absolute;
        cursor:pointer;
        z-index:1000;
    }
    #header_banner .btn.prev {
        left: 0;
        top: 50%;
        margin-top: -15px;
    }


    #header_banner .img {
        width:70px;
        height:90px;
        position:absolute;
        display:none;
        left: 17%;
        top: 34px;
    }

    #header_banner .header_banner_text.img_type .img {
        display:block;
    }


    #header_banner .btn.next {
        right: 0;
        top: 50%;
        margin-top: -15px;
    }
    #header_banner .header_banner_text {
        text-align: center;
        color: #000;
        position:absolute;
        width: 100%;
        height:150px;
        top: 0;
    }
    #header_banner .header_banner_text .tit {
        font-size: 26px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    #header_banner .header_banner_text .info {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
    }
    #header_banner .header_banner_text .info div{
        margin: 0!important;
    }


    #header_banner .header_banner_text.img_type .tit {
        position: absolute;
        top: 5px;
        left: 30%;
        text-align: left;
    }

    #header_banner .header_banner_text.img_type .info {
        position: absolute;
        top: 74px;
        left: 30%;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
    }

    #header .quick_menu {
        display:none;
    }

    .footer_quick_service_menu {
        line-height:30px;
        padding-top:20px;
        padding-bottom:20px;
    }

    .footer_link_left_section {
        text-align:center;
    }
    .footer_link_left_section a {
        text-decoration: none;
        color: #adadad;
    }
    .footer_link_left_section a:hover {
        text-decoration: underline;
    }

    .footer_link_section {
        height: 108px;
    }
}





/* Mobile */
@media screen and (max-width:767px) {

    .mobile_hide {
        display:none;
    }

    .mobile_show {
    }

    .tablet_show {
        display:none;
    }

    .pc_show {
        display:none;
    }

    .container {
        width :100%;
    }

    #header_banner .header_banner_option {
        position:absolute;
        /*top:0;*/
        left:0;
        right:0;
        bottom:0;
        padding: 0 30px;
        line-height: 30px;
        text-align: right;
        z-index: 500;
    }
    #header_banner .header_banner_option img {
        vertical-align: middle;
    }
    #header_banner .header_banner_option > .btn_close_popup {
        margin-top: -3px;
        cursor:pointer;
    }
    #header_banner .header_banner_option > span {
        font-size: 15px;
        color: #4f5256;
    }
    #header_banner .header_banner_option > span img {
        margin-right: 5px;
        margin-top:-1px;
        cursor:pointer;
    }

    #header_banner {
        height: 112px;
        background-image: url("/res/service/img/common/bg_popup.png");
        background-position: center;
        background-repeat: no-repeat;
    }
    #header_banner .container {
        position: relative;
        height: 112px;
    }
    #header_banner .btn {
        position: absolute;
        cursor:pointer;
        z-index:1000;
    }
    #header_banner .btn.prev {
        left: 0;
        top: 50%;
        margin-top: -15px;
    }


    #header_banner .img {
        width:70px;
        height:90px;
        display:none;
    }

    #header_banner .header_banner_text.img_type .img {
        display: none;
        float: left;
    }

    #header_banner .btn.next {
        right: 0;
        top: 50%;
        margin-top: -15px;
    }


    #header_banner .header_banner_text .img {
        display:none;
    }

    #header_banner .header_banner_text {
        text-align: center;
        color: #000;
        padding: 12px 20px;
        height:88px;
    }
    #header_banner .header_banner_text .tit {
        font-size: 15px;
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

        line-height: 24px;
        /* float: left; */
    }
    #header_banner .header_banner_text .info {
        /*display: none;*/
        text-align:left;
        position: relative;
        width: 100%;
        overflow:hidden;

        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #header_banner .header_banner_text .info p {
        width: 100%;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }


    .header_top_item {
        width:30%;
    }

    .header_top_item.left_item.last {
        border-right:none;
        width:40%;
    }

    .top_header_left_section {
        width:100%;
    }

    #header {
        height: 53px;
        border-bottom: 1px solid #e6e6e6;
    }
    #header .header_logo_image {
        height: 23px;
        padding-top: 14px;
    }
    #header .header_menu_button {
        width: 15px;
        margin-top: 21px;
    }
    #header .quick_menu {
        right: 5%;
        width: 16px;
        margin-top: 20px;
    }
    #header .quick_menu img {
        width: 15px;
    }

    .footer_quick_service_select_menu {
        height:44px;
        line-height:44px;
        color:#1e4795;
        font-family: NanumBarunGothicBold;
        font-size:16px;
    }

    .footer_link_left_section {
        line-height:24px;
        padding:15px;
    }
    .footer_link_left_section a {
        text-decoration: none;
        color: #adadad;
    }
    .footer_link_left_section a:hover {
        text-decoration: underline;
    }

    .mobile_menu_section {
        width:90%;
    }

    .mobile_menu_title_section {
        height:56px;
        line-height:56px
    }

    .mobile_menu_content_section {
        padding-left:105px;
    }

    .mobile_menu_item_section {
        width:105px;
    }

    .mobile_menu_content_section_wrapper {
        padding:10px;
    }

    .mobile_menu_item_title {
        font-size:13px;
    }

    .mobile_menu_item_list li {
        font-size:12px;
    }
}






@media screen and (min-width:1200px) {
    .pc_side_button {
        display:block;
    }

    .mobile_top_button {
        display:none;
    }

    .pc_side_view {
        display: none;
    }
}





@media screen and (max-width:1200px) {
    .pc_side_button {
        display:none;
    }

    .mobile_top_button {
        display:block;
    }

    .pc_side_view {
        display:none;
    }
}





#header .header_image_menu_item.pressed, #header .header_image_menu_item.hovering {
    color:#002f87;
}

#header .header_image_menu_item.pressed .header_image_menu_item_flag,
#header .header_image_menu_item.hovering .header_image_menu_item_flag{
    background-color:#002f87;
}

#header .header_image_menu_item {
    float:left;
    position:relative;
    padding-left:20px;
    padding-right:20px;
    height:80px;
    max-width:200px;
    line-height: 80px;
    font-size:17px;
    font-family: notokr-medium;
    color:#2f3035;
    vertical-align: middle;
    text-align: center;
}

#header .header_image_menu_item_text {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}



#header .header_image_menu_item .header_image_menu_item_flag {
    position:absolute;
    bottom:0;
    height:3px;
    background-color:transparent;
    left:15px;
    right:15px;
}




