













#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 > 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 .google_translate{
    padding: 0;
}
#header_top .google_translate #google_translate_element .goog-te-combo{
    margin: 0;
    height: 30px;
    outline: none;
    cursor: pointer;
}
#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:none;
    padding-left:20px;
    padding-right:20px;
    float:left;
}









#header .header_image_menu_item.pressed, #header .header_image_menu_item.hovering {
    color:#5980ce;
}

#header .header_image_menu_item.pressed .header_image_menu_item_flag,
#header .header_image_menu_item.hovering .header_image_menu_item_flag{
    background-color:#5980ce;
}

#header .header_image_menu_item {
    float:left;
    position:relative;
    padding-left:18px;
    padding-right:18px;
    height:80px;
    line-height: 80px;
    font-size:17px;
    font-family: notokr-medium;
    color:#2f3035;
}

#header .header_image_menu_item .header_image_menu_item_flag {
    position:absolute;
    bottom:0;
    height:3px;
    background-color:transparent;
    left:15px;
    right:15px;
}








#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;
    border-bottom:1px solid #e6e6e6;
    background-color:#f7f8fb;
    position:absolute;
    width:100%;
    z-index:100;
    display:none;
}

#pc_menu > .container {
    position:relative;
    box-sizing: content-box;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    overflow:auto;
    width: 1240px;
}

#pc_menu .menu_close_button {
    position:absolute;
    bottom:0px;
    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;
    padding-bottom:20px;
    box-sizing: border-box;
}

#pc_menu .pc_menu_item_section.last {
    border-right:none;
}

#pc_menu .pc_menu_item_title {
    color:#5980ce;
    font-family: NanumBarunGothicBold;
    font-size: 16px;
    line-height: 33px;
    cursor: pointer;
}

#pc_menu .pc_menu_item_list {
    color:#6c6c6c;
    font-family: NanumBarunGothic;
    font-size: 14px;
    line-height: 25px;
    margin-bottom:30px;
}

#pc_menu .pc_menu_item_list li {
    cursor:pointer;
    width: 100%;
}

#pc_menu .pc_menu_item_list li:hover {
    color:#5980ce;
    text-decoration: underline;
    font-family: NanumBarunGothicBold;
}



#mobile_menu {
    top:0;
    left:0;
    height:100%;
    position:fixed;
    width:100%;
    z-index:100;
    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:14px;
    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 {
    font-size:15px;
    line-height:55px;
    font-family: NanumBarunGothicBold;
    color : #2f3035;
    border-bottom:1px solid #e6e6e6;
    padding-left:20px;
    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:#ffffff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right: 30px;
}

#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 {
    width: 100%;
    cursor:pointer;
    float: none;
    display: block;
    font-family: NanumBarunGothicBold;
    font-size: 14px;
    line-height: 44px;
    border-bottom:1px solid #e6e6e6;
    padding-left: 15px;
}

#mobile_menu .mobile_menu_item_list li:hover {
    color:#4b74c6;
    border-bottom:1px solid #4b74c6;
    background-image:url("/res/service/img_department1/common/tablet/btn_arr_menu.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

#mobile_menu .mobile_menu_item_title .mobile_menu_item_flag {
    float:right;
    background-image:url("/res/service/img_department1/common/768_tablet/opt_menu_down.png");
    width:15px;
    height:8px;
    margin-top:25px;
    margin-right:20px;
}

#mobile_menu .mobile_menu_item_title.on .mobile_menu_item_flag {
    background-image:url("/res/service/img_department1/common/768_tablet/opt_menu_up.png");
}

#mobile_menu .mobile_menu_section {
    width:100%;
    position:absolute;
    background-color:#ffffff;
    height:100%;
    opacity: 1;
}

#mobile_menu .mobile_menu_title_section {
    height: 56px;
    line-height: 56px;
    background-color:#5980ce;
    box-sizing: border-box;
}

#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:17px;
    margin-right:20px;
    cursor:pointer;
}

#mobile_menu .mobile_menu_item_section {
    width:105px;
    position:absolute;
    left:0;
    top:0;
    background-color:#f5f8fc;
    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;
    left:0;
    top:0;
    background-color:#f5f8fc;
    bottom:0;
}

#quick_mobile .mobile_menu_item {
    height:70px;
    border-right:1px solid #d3dbea;
    border-bottom:1px solid #d3dbea;
    font-family: NanumBarunGothicBold;
    font-size:14px;
    line-height:70px;
    text-align:center;
    color:#2f3035;
    cursor: pointer;
    box-sizing: border-box;
}

#quick_mobile .mobile_menu_item.on {
    background-color: #ffffff;
}
#quick_mobile .mobile_menu_title_section img {
    float:right;
    margin-top:17px;
    margin-right:20px;
    cursor:pointer;
}

#quick_mobile .mobile_menu_section {
    position:absolute;
    background-color:#ffffff;
    width: 70%;
    height:100%;
    right: 0;
    opacity: 1;
}
#quick_mobile .mobile_menu_title_section {
    background-color:#5980ce;
    height: 56px;
    line-height: 76px;
}

#quick_mobile .mobile_menu_content_section {
    padding-left:105px;
}

#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: NanumBarunGothicBold;
    font-size: 14px;
    width: 100%;
    cursor:pointer;
    float: none;
    display: block;
}

#quick_mobile .mobile_menu_item_list li:hover {
    color:#5980ce;
}



.mobile_top_button {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
}



.pc_side_view {
    position:fixed;
    border:2px solid #40bbab;
    background-color:#f7f8fb;
    font-size: 14px;
    z-index : 100;
    display:none;
}

.side1 {
    top:556px;
    width:231px;
    height:113px;
}
.side2 {
    top:556px;
    width:270px;
    height:275px;
}
.side3 {
    top:556px;
    width:251px;
    height:155px;
}
.side4 {
    top:556px;
    width:271px;
    height:190px;
}
.side5 {
    top:556px;
    width:350px;
    height:230px;
}

.pc_side_view span {
    position:absolute;
    cursor:pointer;
}
.side1 span.item1 {left:38px;top:30px;}
.side1 span.item2 {left:127px;top:30px;}
.side1 span.item3 {left:38px;top:70px;}
.side1 span.item4 {left:127px;top:70px;}

.side2 span.item1 {left:25px;top:30px;}
.side2 span.item2 {left:155px;top:30px;}
.side2 span.item3 {left:25px;top:70px;}
.side2 span.item4 {left:155px;top:70px;}
.side2 span.item5 {left:25px;top:110px;}
.side2 span.item6 {left:155px;top:110px;}
.side2 span.item7 {left:25px;top:150px;}
.side2 span.item8 {left:155px;top:150px;}
.side2 span.item9 {left:25px;top:190px;}
.side2 span.item10 {left:155px;top:190px;}
.side2 span.item11 {left:25px;top:230px;}

.side3 span.item1 {left:25px;top:30px;}
.side3 span.item2 {left:127px;top:30px;}
.side3 span.item3 {left:25px;top:70px;}
.side3 span.item4 {left:127px;top:70px;}
.side3 span.item5 {left:25px;top:110px;}
.side3 span.item6 {left:127px;top:110px;}

.side4 span.item1 {left:25px;top:30px;}
.side4 span.item2 {left:147px;top:30px;}
.side4 span.item3 {left:25px;top:70px;}
.side4 span.item4 {left:147px;top:70px;}
.side4 span.item5 {left:25px;top:110px;}
.side4 span.item6 {left:147px;top:110px;}
.side4 span.item7 {left:25px;top:150px;}
.side4 span.item8 {left:147px;top:150px;}

.side5 span.item1 {left:25px;top:30px;}
.side5 span.item2 {left:190px;top:30px;}
.side5 span.item3 {left:25px;top:70px;}
.side5 span.item4 {left:190px;top:70px;}
.side5 span.item5 {left:25px;top:110px;}
.side5 span.item6 {left:190px;top:110px;}
.side5 span.item7 {left:25px;top:150px;}
.side5 span.item8 {left:190px;top:150px;}
.side5 span.item9 {left:25px;top:190px;}
.side5 span.item10 {left:190px;top:190px;}


.pc_side_view span:hover {
    text-decoration: underline;
    color:#002f87;
    font-family: NanumGothicBold;
}


.footer_link_left_section a {
    cursor:pointer;
}


.hide {
    display: none;
}

/* 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;
    }

    .i18n_btn_wrapper {

    }

    .i18n_btn_wrapper .i18n_btn {
        border: none;
        background-color: #e5e5e5;
        border-radius: 3px;
        font-size: 13px;
        width: 80px;
        height: 25px;
        margin-top: 5px;
        font-family: 'NanumGothicBold', sans-serif;
        cursor: pointer;
        margin-right: 5px;
    }

    .i18n_btn_wrapper .i18n_btn.active {
        background-color: #004daf;
        color: white;
    }


    #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_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) {
    .i18n_btn_wrapper {
        margin-left: 20px;
    }

    .i18n_btn_wrapper .i18n_btn {
        border: none;
        background-color: #e5e5e5;
        border-radius: 3px;
        font-size: 13px;
        width: 80px;
        height: 25px;
        margin-top: 5px;
        font-family: 'NanumGothicBold', sans-serif;
        cursor: pointer;
        margin-right: 5px;
    }

    .i18n_btn_wrapper .i18n_btn.active {
        background-color: #004daf;
        color: white;
    }


    .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;
    }

    .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;
        z-index: 99;
    }
    #header_banner .btn {
        position: absolute;
        cursor:pointer;
        z-index:999;
    }
    #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 {
        box-sizing: border-box;
        width: 100vw;
        text-align: center;
        color: #000;
        padding: 12px 20px;
        height:88px;
    }
    #header_banner .header_banner_text .tit {
        font-size: 15px;
        width: 100%;
        padding-top: 0;
        margin-bottom: 8px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 20px;
        /* float: left; */
    }
    #header_banner .header_banner_text .info {
        /*display: none;*/
        text-align:center;
        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;
    }

    .i18n_mobile_toggle {
        position: absolute;
        z-index: 10;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        background-color: white;
        border: 1px solid #e5e5e5;
        font-family: notokr-medium, sans-serif;
    }

    .i18n_btn_wrapper {
        display: none !important;
    }

    .i18n_btn_wrapper.active {
        display: block !important;
        position: absolute;
        z-index: 10;
        padding: 5px 10px 10px 10px;
        border: 1px solid #e5e5e5;
        background-color: white;
        right: 27px;
        top: calc(50% + 23px);
    }

    .i18n_btn_wrapper.active::before {
        content: "";
        border-top:0 solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e5e5e5;
        position:absolute;
        top:-10px;
        left:50%;
        transform: translateX(-50%);
    }

    .i18n_btn_wrapper.active::after {
        content: "";
        border-top:0 solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid white;
        position:absolute;
        top:-8px;
        left:50%;
        transform: translateX(-50%);
    }

    .i18n_btn_wrapper.active .i18n_btn {
        display: block;
        border: none;
        background-color: #e5e5e5;
        border-radius: 3px;
        font-size: 13px;
        width: 80px;
        height: 25px;
        margin-top: 5px;
        font-family: 'NanumGothicBold', sans-serif;
        cursor: pointer;
        margin-right: 5px;
    }

    .i18n_btn_wrapper .i18n_btn.active {
        background-color: #004daf;
        color: white;
    }


    .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;
    }
}
