@charset "UTF-8";

/* Skip Navigation */
#go_main a{
    z-index:0;
    position: absolute;
    left:0;
    top:-1px;
    width:1px;
    height:0;
    text-indent: -999px;;
    overflow:hidden;
}
#go_main a:active,
#go_main a:focus{
    z-index:9999;
    text-indent:0px;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:auto;
    padding:10px 0;
    text-align: center;
    color:#000;
}
#go_main a.go_main1{background:#fcffc4}
#go_main a.go_main2{background:#ffe5b4}
#go_main a.go_main3{background:#b4f0ff}

/* Site setting */
.site_wrap{
    position: relative;
    width:100%;
}

/* Header */
#header{
    position: relative;
    width:100%;
    height:146px;
}
.subvisual_1{ background:url(../../../../images/subpage/top_visual1.png) no-repeat top center #023578; }

/* header - top */
.pc #header .top{
    position: relative;
    overflow:hidden;
    margin:0 auto;
    width:1400px;
    height:100px;
}

#header .top h1.logo{
    position: absolute;
    top: 30px;
    left: 0;
    margin:0;
    padding:0;
}
#header .top h1.logo a{
    display: block;
    width: 323px;
    height: 28px;
    padding:0;
    text-indent: -9999px;
    background: url(../../../../images/subpage/logo.png) no-repeat center;
}
#header .top .user-set{
    position: relative;
    top:30px;
    display:block;
    float:right;
    color:#fff
}
#header .top .user-set li{
    display:inline-block;
    margin-left:5px;
}
#header .top .user-set li a{
    display:block;
    padding:6px 20px 5px;
    color:#45494e;
    font-size:1em;
    background:#fff;
    border-radius: 20px;
    -webkit-transition-property: color, border-color, background-color, box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out ;
    transition-property: color, border-color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out ;
}
#header .top .user-set li a:hover{
    background:#fffb93;
    color:#000;
}


#header .top .user-set li.lang a{
    background:url(../../../../images/subpage/icon_english.png) right 2px no-repeat;
    text-align:left;
    color:#fff;
    padding-left:4px;
    padding-right:25px;
    border-radius: 0;
}
#header .top .user-set li.lang a:hover{
    color:#fffb93;
}


.mobile_gnb_wrap{
    display:none;
}


/* GNB */
.pc #header .bottom{
    z-index: 1000;
    position: relative;
    margin:0 auto;
    width:1400px;
}

.pc #header .bottom .gnb{
    display:block;
    position: relative;
    width: 100%;
}
/* GNB - bottom 1depth */
.pc #header .bottom .gnb > li{
    display:block;
    float:left;
    padding-bottom:20px;
}
.pc #header .bottom .gnb > li > a{
    display:block;
    color:#fff;
    font-size:24px;
    padding:5px 45px;
    font-weight: 400;
    line-height: 26px;
}
.pc #header .bottom .gnb > li:first-child > a{
   padding-left:10px;
}

.pc #header .bottom .gnb > li > a:hover,
.pc #header .bottom .gnb > li > a:focus{
    color:#fffcad;
}



/* GNB - submenu */
.pc #header .bottom .gnb > li .submenu_lv2{
    display:none;
    z-index: 1000;
    position: absolute;
    left:0;
    top:46px;
    width:100%;
    padding-left:200px;
    color:#000;
    background:#fff;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
    min-height:100px;
}
.pc #header .bottom .gnb > li.active .submenu_lv2{
    display:block;
}
.pc #header .bottom .gnb > li .submenu_lv2:before{
    /*삼각형*/
    content :"";
    display:block;
    position: absolute;
    top:-26px;
    transform: translateX(-10px);
    border: 13px solid transparent;
    border-bottom-color:#fff;
}

/* GNB Sub menu 상단 삼각형 210729 */
.pc #header .bottom .gnb > li:nth-child(1) .submenu_lv2:before{  left: 5%;}
.pc #header .bottom .gnb > li:nth-child(2) .submenu_lv2:before{  left: 19%;}
.pc #header .bottom .gnb > li:nth-child(3) .submenu_lv2:before{  left: 33%;}
.pc #header .bottom .gnb > li:nth-child(4) .submenu_lv2:before{  left: 48.9%;}
.pc #header .bottom .gnb > li:nth-child(5) .submenu_lv2:before{  left: 65%;}
.pc #header .bottom .gnb > li:nth-child(6) .submenu_lv2:before{  left: 79.5%;}

.pc #header .bottom .gnb > li .submenu_lv2 > .submenu_tlt{
    position: absolute;
    left:0;
    top:0;
    width:200px;
    height:100%;
    background:#0456d4;
    text-align:right;
    padding:50px 20px 0 0;
}
.pc #header .bottom .gnb > li .submenu_lv2 > .submenu_tlt h1{
    display:inline-block;
    padding:0 3px 8px 3px;
    border-bottom:2px solid #488cf4;
    color:#e0f0ff;
    font-size:22px;
}

.pc #header .bottom .gnb > li .submenu_lv2 > ul{
    display:block;
    overflow:hidden;
    width:100%;
    margin-top:10px;
}

.pc #header .bottom .gnb > li .submenu_lv2 > ul > li{
    display:block;
    float:left;
    width:22.5%;
    margin:1%;
}

.pc #header .bottom .gnb > li .submenu_lv2 > ul > li:first-child{margin-left:2%;}
.pc #header .bottom .gnb > li .submenu_lv2 > ul > li:nth-child(4){margin-right:2%;}
.pc #header .bottom .gnb > li .submenu_lv2 > ul > li:nth-child(4n+1){
    clear:both;
    margin-left:2%;
}

.pc #header .bottom .gnb > li .submenu_lv2 > ul > li > a{
    display:block;
    color:#112e5b;
    font-weight: 700;
    font-size:16px;
    padding:13px 0;
    background:url(../../../../images/subpage/icon_gnb_2depth.png) 96% 13px no-repeat #e3f3ff;
    border:1px solid #b0d4f9;
    text-align:center;
    -webkit-transition-property: color, border-color, background-color, box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out ;
    transition-property: color, border-color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out ;
}

.pc #header .bottom .gnb > li .submenu_lv2 > ul > li > a:hover,
.pc #header .bottom .gnb > li .submenu_lv2 > ul > li > a:active,
.pc #header .bottom .gnb > li .submenu_lv2 > ul > li > a:focus{
    color:#fff;
    background:url(../../../../images/subpage/icon_gnb_2depth_on.png) 96% 13px no-repeat #0456d4;
}

/* submenu 3depth */
.pc #header .bottom .gnb > li .submenu_lv2 .submenu_lv3{
    display:block;
    width:100%;
    height:100%;
}
.pc #header .bottom .gnb > li .submenu_lv2 .submenu_lv3 ul{
    display:block;
    width:100%;
    height:100%;
    padding:10px 0;
}
.pc #header .bottom .gnb > li .submenu_lv2 .submenu_lv3 li{
    display:block;
    width:100%;
    margin:0;
    padding:5px 5px 5px 18px;
    text-align:left;
    background:url(../../../../images/subpage/icon_gnb_3depth.png) 5px 11px no-repeat;
}
.pc #header .bottom .gnb > li .submenu_lv2 .submenu_lv3 li a{
    display:block;
    width:100%;
    color:#1f1f20;
    font-size:16px;
    word-break: break-all;
    line-height: 1.3em;;
}

.pc #header .bottom .gnb > li .submenu_lv2 .submenu_lv3 li a:hover{
    color:#0456d4;
}



/* GNB - user-support */
#header .bottom .user-support{
    position: absolute;
    right:0;
    top:-12px;
}
#header .bottom .user-support .btn_util{
    padding:0;
    overflow:hidden;
    background: none;
    border:none;
    float:left;
    cursor: pointer;
}

/* Total search  */
#header .bottom .user-support .btn_totalsch{
    display: block;
    width:42px;
    height:42px;
    margin-right:25px;
    line-height: 28px;
    color:#fff;
    overflow:hidden;
    text-indent: -9999px;
    border-radius: 3px;
    background: url(../../../../images/subpage/icon_header_search.png) no-repeat center center;
}

#header .bottom .user-support .btn_totalsch:hover{
    background: url(../../../../images/subpage/icon_header_search_on.png) no-repeat center center #fff;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
}

/* All menu btn */
.pc_menu_link{
    display:block;
}
.mobile_menu{
    display:none;
}

#header .bottom .user-support .icon_allmenu{
    width:42px;
    height:42px;
    text-indent:-9999px;
    border-radius: 3px;
    background: url(../../../../images/subpage/icon_btn_allmenu.png) no-repeat center center;
}
#header .bottom .user-support .icon_allmenu:hover{
    background: url(../../../../images/subpage/icon_btn_allmenu_on.png) no-repeat center center #fff;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
}

/* EN btn 210723 */
#header .bottom .user-support .btn_englink{ display:none;}

@media screen and (max-width: 1024px) {
    #header .bottom .user-support .btn_englink{
        display:block;
        width:42px;
        height:42px;
        margin-right:10px;
        text-indent:-9999px;
        border-radius: 3px;
        border:3px solid #fff;
        background: url(../../../../images/subpage/icon_btn_eng.png) no-repeat center center;
    }
    #header .bottom .user-support .btn_englink:hover{
        background: url(../../../../images/subpage/icon_btn_engon.png) no-repeat center center #fff;
        box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
    }
}



/* Contents_wrap */
.pc .site_wrap .contents_wrap{
    position:relative;
    display:block;
    width:1400px;
    margin:0 auto;
    justify-content: space-between;
}

/* left right contents size*/
.pc .site_wrap .contents_wrap .left_contents{
    width:1140px;
}
.pc .site_wrap .contents_wrap .right_contents{
    position: absolute;
    right:0;
    top:0;
    width:220px;
}


/* left contents - Breadcrumbs */
.pc .breadcrumbs{
    position: relative;
    margin-top:60px;
    padding-bottom:20px;
}
.pc .breadcrumbs > h3{
    position: relative;
    display:inline-block;
    margin:0 27px 0 0 ;
    padding:0;
    font-size:32px;
    line-height:35px;
}

.pc .breadcrumbs > ul{
    position: relative;
    top:-5px;
    display:inline-block;
    margin:0;
    padding:0;
}
.pc .breadcrumbs > ul > li{
    position: relative;
    display:inline-block;
    color:#000000;
}

.pc .breadcrumbs > ul > li:before{
    position: relative;
    top:3px;
    content: ">";
    display:inline-block;
    width:15px;
    height:18px;
    line-height:18px;
    font-size:10px;
    text-align: center;
    color:#677482;
}

.pc .breadcrumbs > ul > li.home > a{
    display:block;
    width:18px;
    height:20px;
    text-indent:-9999px;
    background: url(../../../../images/subpage/icon_breadcrumbs.png) no-repeat bottom center;
}
.pc .breadcrumbs > ul > li.home:before{
    display:none;
}

.pc .breadcrumbs > ul > li.active a{
    position:relative;
    top:4px;
    color:#677482;
    font-size:16px;
    font-weight: 300;
}

.pc .breadcrumbs > ul > li > span{
    position:relative;
    top:4px;
    color:#000;
    font-size:16px;
}


/* right contents - Lnb */
.pc .right_contents > .lnb_wrap{
    position:relative;
    left:0;
    top:0;
    width:100%;
}


.pc .right_contents h2.lnb_title{
    position:relative;
    margin:0 ; 
    padding:0 0 6px 0;
    font-size:24px;
    line-height:24px;
    font-weight: 700;
    color:#000;
    border-bottom:1px solid #000;
}

.pc .right_contents .lnb{
    z-index:990;
    position:relative;

}
.pc .right_contents h2.lnb_title.scroll{
    position:fixed;
    width:220px;
    top:20px;
}


.pc .right_contents .lnb.scroll{
    position:fixed;
    width:220px;
    top:51px;
}

.pc .right_contents .lnb > li {
    display:block;
    margin-top:2px;
    background:#fff;
    border-bottom:1px solid #d2d8df;
}

.pc .right_contents .lnb > li > a{
    display:block;
    color:#000;
    margin:0 0 2px 0;
    padding:12px 10px;
    font-weight: 300;
    transition-property: background-color, color;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}
.pc .right_contents .lnb > li > a:hover{
    color:#000;
    background:url(../../../../images/subpage/icon_lnb_on.png) no-repeat 195px center #d9ebff;
    transition-property: background-color, color;
    transition-duration: 500ms;
    transition-timing-function: ease-out;}

.pc .right_contents .lnb > li.active > a{
    color:#fff;
    background:url(../../../../images/subpage/icon_lnb_on.png) no-repeat 195px center #06449c;
    transition-property: background-color, color;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}

.pc .right_contents .lnb > li.active > a:hover{
    color:#fff;
    background:url(../../../../images/subpage/icon_lnb_on.png) no-repeat 195px center  #06449c;
    transition-property: background-color, color;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}

/* lnb submenu */
.pc .right_contents .lnb > li .lnb_submenu{
    display:none;
    padding:0;
}

.pc .right_contents .lnb > li.active .lnb_submenu{
    display:block;
}

.pc .lnb_submenu > ul{
    display:block;
    width:100%;
    margin:5px 0;
    padding:0;
    background:#fff;
}

.pc .lnb_submenu > ul > li{
    display:block;
    width:100%;
    margin:1px 0;
    padding:0 5px;
    border:1px solid transparent;
    border-radius: 3px;
}
.pc .lnb_submenu > ul > li.active{
    border:1px solid #06449c;
}
.pc .lnb_submenu > ul > li.active > a{
    font-weight: 700;
    color:#06449c;
    background:url(../../../../images/subpage/lnb_bullet_on.png) left 11px no-repeat;
}


.pc .lnb_submenu > ul > li > a{
    display:block;
    padding:6px 4px 6px 12px;
    font-size:15px;
    color:#000;
    background:url(../../../../images/subpage/lnb_bullet.png) left 11px no-repeat;
}
.pc .lnb_submenu > ul > li > a:hover{
    color:#06449c;
    background:url(../../../../images/subpage/lnb_bullet_on.png) left 11px no-repeat;
}


/* footer_wrap */
.pc .footer_link{
    display:block;
    width:100%;
    margin-top:200px;
    border-top:1px solid #4c79c1;   
}
.pc .footer_link .site_link{
    position: relative;
    display:block;
    width:1400px;
    margin:0 auto;
}

.pc .footer_link .site_link > h4{
    position:absolute;
    display:block;
    width:110px;
    left:0;
    top:0;
    padding:20px 30px 20px 0;
    font-weight:700;
    color:#124495;
    background:url(../../../../images/subpage/icon_footer_help.png) no-repeat right center;

}

.pc .footer_link .site_link > ul{
    position: relative;
    padding-left:120px;
    overflow:hidden;
}
.pc .footer_link .site_link > ul li{
    float:left;
}

/* .pc .footer_link .site_link > ul li:not(:last-of-type)>a:after{
    content: "|";
} */


.pc .footer_link .site_link > ul li > a{
    display:block;
    padding:20px 5px;
    font-weight: 300;
    color:#000;
}

.pc .footer_link .site_link > ul li > a:hover{
    color:#124495;
    font-weight: 700;
}


.pc .footer_link .site_link > ul li > a.icon_linkopen{
    padding-right:20px;
    background:url(../../../../images/subpage/icon_footer_linkopen.png) no-repeat right 20px;
}


.pc .footer_link .site_link > ul li:last-child > a{
    position: relative;
    font-weight: 700;
    color:#124495;
}
.pc .footer_link .site_link > ul li:last-child > a:hover{
    color:#000;
}

/* .pc .footer_link .site_link > ul li:last-child > a:after{
    content: "|";
    position:absolute;
    left:0;
    top:20px;
    display:inline-block;
    font-weight: 300;
    color:#cdd3db;
} */
.pc .footer_link .site_link > ul li:not(:first-child) > a:before{
    content: "|";
    /* position:absolute; */
    left:0;
    margin-right: 10px;
    top:20px;
    display:inline-block;
    font-weight: 300;
    color:#cdd3db;
}


/* Footer wrap */
.pc .footer_wrap{
    display:block;
    background:#ecf0f9;
}
.pc .footer_wrap .footer_info{
    position: relative;
    display:block;
    width:1400px;
    margin:0 auto;
}

/* footer logo */
.pc .footer_wrap .footer_info > h5{
    position:absolute;
    left:0;
    top:25px;
    display:block;
    width:168px;
    height:50px;
    text-indent: -9999px;
    background:url(../../../../images/subpage/footer_logo.png) no-repeat left center;
}

/* footer site info */
.pc .footer_wrap .footer_info .site_info{
    position:relative;
    margin-left:205px;
    padding-top:40px;
    padding-bottom:40px;
}

.pc .footer_wrap .footer_info .site_info address{
    font-size:14px;
    font-weight: 300;
    font-style: normal;
    color:#000;
}
.pc .footer_wrap .footer_info .site_info > ul{
    margin-top:10px;
    font-size:14px;
    font-weight: 300;
    font-style: normal;
    color:#000;
}
.pc .footer_wrap .footer_info .site_info > ul li{
    padding:3px 0;
}

.pc .footer_wrap .footer_info .site_info > ul li:first-child{
    font-weight: 700;
    font-size:14px;
}
.pc .footer_wrap .footer_info .site_info > ul li span{
    color:#3e4044;
}

.pc .footer_wrap .footer_info .site_info > ul li span.tit{
    display:inline-block;
    width:100px;
    color:#000;
}

.pc .footer_wrap .footer_info .site_info .copyright{
    margin-top:30px;
    padding:4px 0;
    font-size:14px;
    color:#000;
}

.pc .footer_wrap .footer_info .site_info .personallaw{
    width:65%;
    margin-top:5px;
    font-size:12px;
    color:#000;
}

/* footer - siteapp */
.pc .contents_wrap .site_app{
   
}

.pc .footer_wrap .site_app > h6 {
    padding-left:35px;
    padding-top:13px;
    font-size:14px;
    background:url(../../../../images/subpage/icon_footer_mobileapp.png) left top no-repeat;
}

.pc .footer_wrap .site_app ul {
  position: relative;
    display:flex;
    width:275px;
    margin-top:20px;
}

.pc .footer_wrap .site_app ul li {
  position: relative;
    width:50%;
    padding-top:120px;
    padding-bottom:10px;
    padding-left:12px;
    padding-right:12px;
    text-align: center;
}
.pc .footer_wrap .site_app ul li.app1{
    background:url(../../../../images/subpage/qrcode_android.png) center 12px no-repeat #fff;
}

.pc .footer_wrap .site_app ul li.app2{
    background:url(../../../../images/subpage/qrcode_ios.png) center 12px no-repeat #fff;
}


.pc .footer_wrap .site_app ul li p{ 
    display:block;
    color:#000;
    padding:4px 3px;
}


/* Quick menu */
.pc .quickmenu_wrap{
    z-index:100;
    position: fixed;
    top:210px;
    right:30px;
}
.pc .quickmenu_wrap li{ 
    margin-bottom:14px;
}
.pc .quickmenu_wrap li:last-child{ margin-bottom:0;}
.pc .quickmenu_wrap a{
    display:block;
    width:120px;    
    padding:40px 0 12px 0;
    color:#333539;
    border-radius: 45px;
}

.pc .quickmenu_wrap a > b{
    display:block;
    font-family: "NanumSquareRound";
    font-weight:600;
    font-size:10px;
    line-height: 23px;
    text-align:center;
}
.pc .quickmenu_wrap a > span{
    display:block;
    font-family: "NanumSquareRound";
    text-align:center;
    font-size:13px;
    padding:4px 0;
}


.pc .quickmenu_wrap li.icon1 a{
    background:url(../../../../images/subpage/icon_quick_vms_on.png) center 12px no-repeat #d9ebff;;
    color:#124495;
}
.pc .quickmenu_wrap li.icon1 a:hover{
    background:url(../../../../images/subpage/icon_quick_vms_off.png) center 12px no-repeat #3977e9;;
    color:#fff;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
}

.pc .quickmenu_wrap li.icon1 a > b{ font-size:20px;}

.pc .quickmenu_wrap li.icon2 a{
    background:url(../../../../images/subpage/icon_quick_info_off.png) center 12px no-repeat #f0f2f6;;
    color:#45474b;
}

.pc .quickmenu_wrap li.icon2 a:hover{
    background:url(../../../../images/subpage/icon_quick_info_on.png) center 12px no-repeat #3977e9;;
    color:#fff;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
}

.pc .quickmenu_wrap li.icon3 a{
    background:url(../../../../images/subpage/icon_quick_data_off.png) center 18px no-repeat #f0f2f6;;
    color:#45474b;
}

.pc .quickmenu_wrap li.icon3 a:hover{
    background:url(../../../../images/subpage/icon_quick_data_on.png) center 18px no-repeat #3977e9;;
    color:#fff;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
}

/* Total search Layer Popup */
.all_search_wrap{
    display:none;
    z-index: 2000;
    position:absolute;
    left:0;
    top:145px;
    width:100%;
    padding:40px 15px;
    background:#fff;
    /* border-top:6px solid #00254a; */
    border-bottom:2px solid #112e5b;
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.2);
}

.all_search_wrap .total_search_box {
    width:1400px;
    margin:0 auto;
    padding: 0 15px;
}
.all_search_wrap .total_search_box > .schform{
    position:relative;
    width:660px;
    margin:0 auto;
    padding-right:80px;
    padding-bottom:30px;
}
.all_search_wrap .total_search_box  > .schform > input{
    width:100%;
    padding:14px 15px;
    font-size:1.15em;
    border:3px solid #0456d4;
    border-radius: 12px;
}
.all_search_wrap .total_search_box > .schform > input:hover{
    border:3px solid #5abdff;
}
.all_search_wrap .total_search_box > .schform > input:focus{
    border:3px solid #5abdff;
    border-radius:12px;
    outline:none;
    box-shadow: .3em .3em .4em rgba(149, 179, 255, 0.63);
}

.all_search_wrap .total_search_box > .schform > a{
    position: absolute;
    display:block;
    right:0;
    top:0;
    width:58px;
    height:55px;
    border-radius: 12px;;
    box-shadow: .3em .3em .4em rgba(8, 78, 255, 0.63);
    background:#0456d4;
}
.all_search_wrap .total_search_box > .schform > a:hover{
    box-shadow: .3em .3em .4em rgba(11, 64, 196, 0.63);
    background:#043885;
}


.all_search_wrap .total_search_box > .schform > a > i.icon_totalsch{
    position: absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-indent: -9999px;
    text-align:left;
    overflow:hidden;
    background:url(../../../../images/subpage/icon_header_search.png) 13px 12px no-repeat ;
    ;
}

.all_search_wrap .total_search_box > .tag_list{
    position:relative;
    width:660px;
    margin:0 auto;
    padding:18px 80px 0 0;
    padding-right:80px;
}

.all_search_wrap .total_search_box > .tag_list > a{
    display:inline-block;
    font-size:1.0em;
    margin-bottom:8px;
    padding:8px 12px;
    color:#6c6d72 ;
    background:#f1f1f1;
    border:1px solid #f6f6f6;
    border-radius: 8px;
    margin-right:5px;
    -webkit-transition-property: color, border-color, background-color, box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out ;
    transition-property: color, border-color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out ;
}

.all_search_wrap .total_search_box > .tag_list > a:hover{
    background:#fff;
    border:1px solid #e1e3e6;
}


.btn_close_allschwrap{
    position: absolute;
    left:0;
    bottom:0;
    display:block;
    width:100%;
    text-align:center;
    line-height:20px;
    padding:6px 0;
    border-top:1px solid #ccc ;
    -webkit-transition-property: color, border-color, background-color, box-shadow;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out ;
    transition-property: color, border-color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out ;
}
.btn_close_allschwrap:hover,
.btn_close_allschwrap:focus{
    border-top:1px solid #0456d4 ;
    background:#0456d4;
    color:#fff;
    box-shadow: -0.3em -0.3em 0.4em rgb(8 78 255 / 25%);

}


/* page goTop  */
.pc .goTop{
    display:none;
    position: fixed;
    right:80px;
    bottom:50px;
}
.goTop > a{
    display:block;
    width:50px;
    height:50px;
    padding-top:26px;
    font-size:15px;
    color:#285dba;
    font-weight: 700;;
    background:url(../../../../images/subpage/icon_gototop.png) center 5px no-repeat #fff;
    border:1px solid #5a8fd5;
    border-radius: 50px;
    text-align: center;
    
}

.goTop > a:hover{
    box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
}


/* content_start */
.content_start{
    position: relative;
    width:100%;
}



/* PC 1680 ~ 1281px 까지  --- START */
@media screen and (max-width: 1680px) {
    

    /* header - top */
    .pc #header .top{
        width:1200px;
    }
    /* GNB */
    .pc #header .bottom{
        width:1200px;
    }

    .pc #header .bottom .gnb > li > a{
        padding: 5px 20px;
    }
    /* GNB Sub menu 상단 삼각형 210729*/
    .pc #header .bottom .gnb > li:nth-child(1) .submenu_lv2:before{  left: 6%;}
    .pc #header .bottom .gnb > li:nth-child(2) .submenu_lv2:before{  left: 18%;}
    .pc #header .bottom .gnb > li:nth-child(3) .submenu_lv2:before{  left: 30%;}
    .pc #header .bottom .gnb > li:nth-child(4) .submenu_lv2:before{  left: 45%;}
    .pc #header .bottom .gnb > li:nth-child(5) .submenu_lv2:before{  left: 59%;}
    .pc #header .bottom .gnb > li:nth-child(6) .submenu_lv2:before{  left: 72%;}


    /* Contents_wrap */
    .pc .site_wrap .contents_wrap{
        width:1200px;
    }

    /* left right contents size*/
    .pc .site_wrap .contents_wrap .left_contents{
        width:950px;
    }

    /* lnb */
    .pc .right_contents .lnb > li > a{
        padding:10px 8px;
    }    

    /* footer_wrap */
    .pc .footer_link .site_link{
        width:1200px;
    }
    .pc .footer_wrap .footer_info{
        width:1200px;
    }



    /* left contents - Breadcrumbs */
    .pc .breadcrumbs{
        margin-top:40px;
    }
    
    .pc .breadcrumbs > h3{
        margin:0 25px 0 0 ;
        font-size:30px;
        line-height:32px;
    }




    /* page goTop  */
    .pc .goTop{
        right:10px;
    }    

    /* Total search Layer Popup */
    .all_search_wrap .total_search_box {
        width:1200px;
    }
    /* Quick menu */
    .pc .quickmenu_wrap{
        right:2px;
    }    


} /* @media screen PC 1680 ~ 1281px 까지  --- END */





/*  @media screen PC 1400 이하 퀵메뉴 없어짐 --- START */
@media screen and (max-width: 1400px) {

    /* Quick menu */
    .pc .quickmenu_wrap{
        display:none;
    }    

}/* @media screen PC 1400 이하 퀵메뉴 없어짐 --- END */




/* PC 1280 ~ 1024px 까지  --- START */
@media screen and (max-width: 1280px) {


    /* header - top */
    .pc #header .top{
        width:1000px;
    }
    /* GNB */
    .pc #header .bottom{
        width:1000px;
    }

    .pc #header .bottom .gnb > li .submenu_lv2{
        padding-left:160px;
    }
        
    .pc #header .bottom .gnb > li > a{
        font-size:20px;
        padding:5px 20px;
        line-height: 22px;
    }

    /* GNB Sub menu 상단 삼각형 */
    .pc #header .bottom .gnb > li:nth-child(1) .submenu_lv2:before{  left: 6%;}
    .pc #header .bottom .gnb > li:nth-child(2) .submenu_lv2:before{  left: 19%;}
    .pc #header .bottom .gnb > li:nth-child(3) .submenu_lv2:before{  left: 32%;}
    .pc #header .bottom .gnb > li:nth-child(4) .submenu_lv2:before{  left: 47%;}
    .pc #header .bottom .gnb > li:nth-child(5) .submenu_lv2:before{  left: 62%;}
    .pc #header .bottom .gnb > li:nth-child(6) .submenu_lv2:before{  left: 75%;}

    .pc #header .bottom .gnb > li .submenu_lv2 > .submenu_tlt{
        width:160px;
    }

    .pc #header .bottom .gnb > li .submenu_lv2 > .submenu_tlt h1{
        padding:0 3px 8px 3px;
        font-size:20px;
    }


    /* Contents_wrap */
    .pc .site_wrap .contents_wrap{
        width:1000px;
    }

    /* left right contents size*/
    .pc .site_wrap .contents_wrap .left_contents{
        width:760px;
    }

    .pc .site_wrap .contents_wrap .right_contents{
        width:190px;
    }


    /* left contents - Breadcrumbs */
    .pc .breadcrumbs{
        margin-top:20px;
    }
        
    .pc .breadcrumbs > h3{
        margin:0 0 5px 0 ;
        font-size:24px;
        line-height:28px;
    }
    
    /* LNB */

    .pc .right_contents h2.lnb_title.scroll{
        width:190px;
    }
    
    .pc .right_contents .lnb.scroll{
        width:190px;
    }

    .pc .right_contents .lnb > li > a:hover{
        background:url(../../../../images/subpage/icon_lnb_on.png) no-repeat 165px center #d9ebff;
    }
    
    .pc .right_contents .lnb > li.active > a{
        background:url(../../../../images/subpage/icon_lnb_on.png) no-repeat 165px center #06449c;
    }
    
    .pc .right_contents .lnb > li.active > a:hover{
        background:url(../../../../images/subpage/icon_lnb_on.png) no-repeat 165px center  #06449c;
    }
    

    

    /* footer_wrap */
    .pc .footer_link .site_link{
        width:1000px;
    }

    .pc .footer_link .site_link > h4{
        position:relative;
        display:block;
        text-align:center;
        width:100%;
        padding:12px 0 8px 0;
        border-bottom:1px solid #eee;
        background:url(../../../../images/subpage/icon_footer_help.png) no-repeat 98% center;
    }
    
    .pc .footer_link .site_link > ul{
        padding-left:0;
    }
    .pc .footer_link .site_link > ul > li{
        width:33.333%;
        text-align:center;
    }
    .pc .footer_link .site_link > ul li > a{
        display:block;
        padding:10px 8px;
        font-size:14px;
    }

    .pc .footer_link .site_link > ul li > a.icon_linkopen{
        padding-right:20px;
        background:url(../../../../images/subpage/icon_footer_linkopen.png) no-repeat 98% 10px;
    }
    
    
    .pc .footer_link .site_link > ul li:last-child > a{
        margin-left:0;
        padding-left:0;
    }

    .pc .footer_link .site_link > ul li:last-child > a:before{
        display:none;
    }
    
    

    .pc .footer_wrap .footer_info{
        width:1000px;
    }


    /* Total search Layer Popup */
    .all_search_wrap .total_search_box {
        width:1000px;
    }



}/* @media screen PC 1280 ~ 1024px 까지  --- END */




/* Tablet 1024px ~ 768 이하 */
@media screen and (max-width: 1024px) {

    /* Header */
    #header{
        position: relative;
        width:100%;
        height:80px;
    }
    .subvisual_1{ background:url(../../../../images/subpage/top_visual1.png) no-repeat top center #023578; }

    /* header - top */
    .pc #header .top{
        z-index:800;
        width:100%;
        height:80px;
    }

    #header .top h1.logo{
        top: 14px;
        left:15px;
    }
    #header .top h1.logo a{
        width: 155px;
        height: 46px;
        background: url(../../../../images/subpage/m_logo.png) no-repeat left center;
        background-size:contain;
    }
    #header .top .user-set{
        display:none;
    }

    /* GNB */
    .pc #header .bottom{
        z-index: 1000;
        position:absolute;
        right:10px;
        top:17px;
        width:100%;
    }

    .pc #header .bottom .gnb{
        display:none;
    }    

    /* GNB - user-support */
    #header .bottom .user-support{
        position:absolute;
        right:0px;
        top:0px;
    }

    #header .bottom .user-support .btn_totalsch{
        margin-right:10px;
    }
    
    /* Contents_wrap */
    .pc .site_wrap .contents_wrap{
        width:100%;
        padding: 0 15px;
    }

    /* left right contents size*/
    .pc .site_wrap .contents_wrap .left_contents{
        width:100%;
    }

    .pc .site_wrap .contents_wrap .right_contents{
        display:none;
    }

    /* footer_wrap */

    .pc .footer_link{
        margin-top:40px;
    }

    /* footer logo */
    .pc .footer_wrap .footer_info > h5{
        position:relative;
        top:0;
        display:block;
        padding:5px 0;
        width:100%;
        background:url(../../../../images/subpage/m_footer_logo.png) no-repeat center center;
    }


    
    .pc .footer_link .site_link{
        width:100%;
    }
    
    .pc .footer_wrap .footer_info{

        width:100%;
    }

    .pc .footer_wrap .footer_info .site_info{
        margin:inherit;
        padding:12px 15px;
    }

    /* footer site info */
    .pc .footer_wrap .footer_info .site_info address{
        line-height: 20px;
    }
    .pc .footer_wrap .footer_info .site_info .copyright{
        margin-top:10px;
        font-size:13px;
        word-break: break-all;
    }

    .pc .footer_wrap .footer_info .site_info .personallaw{
        width:100%;
    }


/* footer - siteapp */
.pc .footer_wrap .site_app {
  position: absolute;
  right: 0;
  top: 25px;
}


/* Total search Layer Popup */
    .all_search_wrap{
        top:80px;
        width:100%;
        padding:18px 15px 40px 15px;
        background:#fff;
        /* border-top:6px solid #00254a; */
        border-bottom:2px solid #112e5b;
        box-shadow: .2em .2em .4em rgba(19, 26, 43, 0.5);
    }    
    .all_search_wrap .total_search_box {
        width:100%;
    }
    .all_search_wrap .total_search_box > .schform{
        width:100%;
        padding-right:60px;
    }
    .all_search_wrap .total_search_box  > .schform > input{
        width:100%;
        padding:10px 12px;
        font-size:1.0em;
    }
    
    .all_search_wrap .total_search_box > .schform > a{
        width:50px;
        height:43px;
    }

    .all_search_wrap .total_search_box > .schform > a > i.icon_totalsch{
        background:url(../../../../images/subpage/m_icon_header_search.png) 13px 8px no-repeat ;
    }
    
    .all_search_wrap .total_search_box > .tag_list{
        width:100%;
        margin:0 auto;
        padding:16px 60px 0 0;
    }
    
    .all_search_wrap .total_search_box > .tag_list > a{
        font-size:14px;
        padding:6px 8px;
    }
    
    /* mobile gnb */
    .pc_menu_link{
        display:none;
    }
    .mobile_menu{
        display:block;
    }
        
    .mobile_gnb_wrap{
        z-index:3000;
        position: fixed;
        right:0;
        top:0;
        width:100%;
        height:100%;
    }

    .mobile_gnb{
        position:fixed;
        z-index:3100;
        right:0;
        top:0;
        width:80%;
        height:100%;
        background:#fff;
        box-shadow: -0.2em -0.2em .4em rgba(19, 26, 43, 0.5);
    }
    .mobile_gnb_bg{
        z-index:2200;
        position: fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(19, 26, 43, 0.5);
    }
    
    /* mobile gnb header */
    .gnb_header{
        position: relative;
        width:100%;
        background: #06449c;
        color:#fff;
        padding-top:15px;
    }

    .gnb_header .login_msg{
        display:block;
        padding:20px 15px;
    }

    .gnb_header .btn_mobile_gnb_close{
        position:absolute;
        right:15px;
        top:20px;
        display:block;
        width:38px;
        height:38px;
        text-align:left;
        text-indent:-9999px;
        overflow:hidden;
        background:url('../../../../images/subpage/icon_mobile_gnb_close.png') center center no-repeat;
    }

    .gnb_header .user_set{
        display:block;
        overflow:hidden;
        margin-top:8px;
        border-top:1px solid #5b8cd2;
    }
    .gnb_header .user_set > li{
        display:block;
        float:left;
        width:50%;
        text-align:center;
    }
    .gnb_header .user_set > li > a{
        display:block;
        width:100%;
        color:#fff;
        padding:12px 0;
    }
    .gnb_header .user_set > li:first-child{
        border-right:1px solid #5b8cd2;
    }

    /* mobile gnb body */
    .gnb_body{
        position:relative;
        width:100%;
        height:calc(100% - 161px);
        overflow-y:scroll;
        background:#fff;
    }
    .gnb_body .m_gnb_wrap{
        position:relative;
    }
    .gnb_body .m_gnb_wrap > li{
        position: relative;
        display:block;
        width:100%;
        background:#fff;
    }

    .gnb_body .m_gnb_wrap > li > a{
        display:block;
        font-size:16px;
        color:#3a3a4a;
        padding:20px 20px 20px 15px;
        border-top:1px solid #e1e3e6;
        background:url(../../../../images/subpage/arrow-gray.png) 97% center no-repeat;
    }
    .gnb_body .m_gnb_wrap > li > a:hover{
        color:#0456d4;
    }
    .gnb_body .m_gnb_wrap > li.active > a{
        background:url(../../../../images/subpage/arrow-blue-on.png) 97% center no-repeat;
    }

    .gnb_body .m_gnb_wrap > li:first-child > a{
        border-top:0px;
    }
    
    .gnb_body .m_gnb_wrap > li:last-child > a{
        border-bottom:1px solid #e1e3e6;
    }
    
    .gnb_body .m_gnb_wrap > li > ul.m_gnb_lv2{
        position: relative;
        display:none;
        background:#f6f6f6;
    }
    .gnb_body .m_gnb_wrap > li.active > ul.m_gnb_lv2{
        border-top:1px solid #e1e3e6;
    }
    .gnb_body .m_gnb_wrap > li.active:last-child > ul.m_gnb_lv2{
        border-top:0px;
    }
    .gnb_body .m_gnb_wrap > li > ul.m_gnb_lv2 > li{
        display:block;
        width:100%;
        padding-left:25px;
        background:url(../../../../images/subpage/m-bg-2depth.png) 15px 15px no-repeat;
        background-size:6px 6px;
    }
    .gnb_body .m_gnb_wrap > li > ul.m_gnb_lv2 > li > a{
        display:block;
        padding:15px 0 15px 5px;
        font-size:15px;
        color:#3a3a4a;
    }
    .gnb_body .m_gnb_wrap > li > ul.m_gnb_lv2 > li > a:hover{
        color:#0456d4
    }


    .gnb_body .m_gnb_wrap > li > ul.m_gnb_lv2 > li > ul.m_gnb_lv3{
        display:block;
    }
    .gnb_body .m_gnb_wrap > li > ul.m_gnb_lv2 > li > ul.m_gnb_lv3 > li {
        display:block;
        width:100%;
        padding-left:20px;
        padding-top:8px;
        padding-bottom:8px;
        background:url(../../../../images/subpage/m-bg-3depth.png) 15px 15px no-repeat;
        background-size:5px 1px;
    }
    .gnb_body .m_gnb_wrap > li ul.m_gnb_lv3 > li > a{
        display:block;
        padding:0 0 0 5px;
        font-size:14px;
        color:#3a3a4a;
    }

    .gnb_body .m_gnb_wrap > li ul.m_gnb_lv3 > li > a:hover{
        color:#0456d4
    }

    /* mobile gnb footer */
    .gnb_footer{
        position: absolute;
        left:0;
        bottom:0;
        background:#fff;
        width:100%;
    }

    .gnb_footer .bottom_set{
        display:block;
        width:100%;
        overflow:hidden;
        border-top:1px solid #e1e3e6;
        background:#f6f6f6;
    }
    .gnb_footer .bottom_set > li{
        display:block;
        float:left;
        width:33.3333%;
        text-align:center;
    }
    .gnb_footer .bottom_set > li > a{
        display:block;
        width:100%;
        color:#6c6d73;
        padding:12px 0;
        font-size:14px;
    }

    .gnb_footer .bottom_set > li > a:hover{
        color:#1f1f20;
    }

}
/* Mobile 768px ~ 이하 */
@media screen and (max-width: 768px) {

    /* footer_wrap */
    .pc .footer_link .site_link > ul > li{
        width:50%;
    }

}

/* carousel */
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}