@charset "utf-8";

/* CSS Document */

/* head */
.navbar {
    position: relative;
    min-height: 72px;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 1039;
}

#navbar {
    margin: 0;
    padding: 0;
}

.navbar .container {
    position: relative;
}

.navbar .container_m {
    position: relative;
}

.navbar .container_h {
    position: relative;
}

.navbar .container_g {
    position: relative;
}

.navbar .container_el {
    position: relative;
}

.navbar .container_mh {
    position: relative;
}

.navbar-header {
    width: 100%;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    z-index: 1000;
    letter-spacing: -0.01em;
    background: #3f568a;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    margin: 7px 0;
    background-color: #fff;
    width: 28px;
    height: 2px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #3f568a;
    color: #fff;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.login {
    position: absolute;
    top: 30px;
    right: 90px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 14;
}

.main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #38384f;
    z-index: 3000;
}

/* gnb */
.gnb {
    border-bottom: #ccc solid 1px;
    background: #fff;
}

.gnb .container {
    padding: 0;
}

.gnb ul.gnb_L {
    float: left;
    margin: 0;
    padding: 0;
}

.gnb ul.gnb_L li {
    float: left;
    list-style-type: none;
}

.gnb ul.gnb_L li a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.gnb ul.gnb_L li.sns01 a {
    background: url(../Images/spr_gnb.gif) no-repeat 0 0;
}

.gnb ul.gnb_L li.sns02 a {
    background: url(../Images/spr_gnb.gif) no-repeat -54px 0;
}

.gnb ul.gnb_L li.sns03 a {
    background: url(../Images/spr_gnb.gif) no-repeat -108px 0;
}

.gnb ul.gnb_L li.sns01 a:hover, .gnb ul.sns li.sns01 a:focus {
    background: url(../Images/spr_gnb.gif) no-repeat 0 -54px;
}

.gnb ul.gnb_L li.sns02 a:hover, .gnb ul.sns li.sns02 a:focus {
    background: url(../Images/spr_gnb.gif) no-repeat -54px -54px;
}

.gnb ul.gnb_L li.sns03 a:hover, .gnb ul.sns li.sns03 a:focus {
    background: url(../Images/spr_gnb.gif) no-repeat -108px -54px;
}

.gnb_R {
    clear: left;
}

.gnb .gnb_R li {
    display: inline-block;
}

.gnb .gnb_R li a {
    display: inline-block !important;
    padding: 8px;
    font-size: 13px;
    color: #666;
    background: url(../Images/spr_gnb.gif) no-repeat -162px 11px;
}

.gnb .gnb_R li:first-child a {
    background: none;
}

.navbar-brand > img {
    display: inline-block;
    width: 100%;
    max-width: 208px;
}

.navbar-nav {
    margin: 0;
}

.main-sidebar-wrapper {
}

.lnb-wrap {
    display: none;
}

.lnb_bg, .lnb .abar {
    display: none;
}

.lnb_cont.container {
    padding: 0;
}

.lnb_cont ul {
    margin: 0;
    padding: 0;
}

.lnb > li > a {
    display: block;
    padding: 18px 10px;
    font-family: 'hyundaimedium';
    font-size: 24px;
    border-bottom: #4c4c61 solid 1px;
}

.navbar-default .navbar-nav.lnb > li > a {
    color: #fff;
}

.navbar-default .lnb > .active > a, .navbar-default .lnb > .active > a:focus, .navbar-default .lnb > .active > a:hover, .navbar-default .lnb > li > a:focus, .navbar-default .lnb > li > a:hover {
    background-color: #585876;
    color: #fff;
}

.lnb li .depth2 {
    display: none;
    background: #fff;
}

.lnb li.active .depth2 {
    display: none;
}

.lnb li .depth2 li {
    list-style-type: none;
}

.lnb li .depth2 li a {
    display: block;
    padding: 4px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.lnb li .depth2 a:hover, .lnb li .depth2 a:focus {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #3f568a;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 2999;
    opacity: 0.5
}

.nav-fostrap {
    display: none;
}

/* menu_all */
#menu_all {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 100%;
    width: 230px;
    height: 100%;
    background: #3f568a;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#menu_all>ul {
    margin-top: 60px;
    border-top: #374c77 solid 1px;
}

#menu_all .dropdown li {
    list-style-type: none;
}

#menu_all .dropdown a {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-bottom: #273758 solid 1px;
    background: url(../Images/ico_add.gif) no-repeat 90% center;
}

#menu_all .dropdown a:hover, #menu_all .dropdown a:focus {
    text-decoration: none;
    background: #192e5b url(../Images/ico_over.gif) no-repeat 90% center;
    font-weight: 700;
}

#menu_all .dropdown.selected > a {
    background: #192e5b url(../Images/ico_over.gif) no-repeat 90% center;
    ; color: #3f568a;
    color: #fff;
}

#menu_all .dropdown li.selected > a:hover, #menu_all .dropdown li.selected > a:focus {
    text-decoration: none;
    font-weight: 600;
}

#menu_all .dropdown > .depth2 {
    display: none;
    background: #f6f6f6;
    padding: 0;
}

#menu_all .dropdown > .depth2 ul {
}

#menu_all .dropdown > .depth2 ul li a {
    color: #666;
    font-size: 14px;
    padding: 10px;
    border: none;
    background: none;
}

#menu_all .dropdown > .depth2 ul li.on a {
    text-decoration: none;
    color: #1c90c6;
    font-weight: 700;
}

#menu_all .dropdown > .depth2 ul li a:hover, #menu_all .dropdown > .depth2 ul li a:focus {
    background: #4b565d;
    color: #fff;
    font-weight: 400;
}

/* depth3 */
#menu_all .dropdown > .depth2 ul li ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

#menu_all .dropdown > .depth2 ul li ul li a {
    padding: 5px 0 5px 24px;
    font-weight: 600;
    background: #fff url('../images/side_bullet.gif') no-repeat 12px center;
}

#menu_all .dropdown > .depth2 ul li ul li a:hover, #menu_all .dropdown > .depth2 ul li ul li a:focus {
    background: #e0eff9 url('../images/side_bullet.gif') no-repeat 12px center;
    color: #3f568a;
}

/* depth4 */
#menu_all .dropdown > .depth2 ul li ul li ul li a {
    background: none;
    font-size: 13px;
    font-weight: 400;
    color: #3f568a;
}

#menu_all .dropdown > .depth2 ul li ul li ul li a:hover, #menu_all .dropdown > .depth2 ul li ul li ul li a:focus {
    background: none;
    text-decoration: underline;
}

.menu_all_closebox {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu_all_closebox a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 20px;
    background: #273758 url('../images/btn_close.png') no-repeat center;
}

.menu_all_closebox a:hover, .menu_all_closebox a:focus {
    background: #3f568a url('../images/btn_close.png') no-repeat center;
}

.bn_quick {
    display: block;
    margin: 0 10px 10px 0;
    padding: 15px 20px 0;
    font-size: 13px;
    line-height: 1.3;
    color: #999;
}

.submain .bn_quick {
    margin: 0 0 10px 0;
    padding: 15px 120px 15px 15px;
    border: #ccc solid 1px;
}

.bn_quick strong {
    display: inline-block;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}

.bn_quick .btn {
    border-radius: 0;
}

.bn_quick.bg1 {
    background: #fff url(../Images/spr_banner.jpg) no-repeat right center;
}

.bn_quick.bg2 {
    background: #fff url(../Images/spr_banner2.jpg) no-repeat right center;
}

.lnb_bg .lnb_bnwrap .bn_quick.bg1, .lnb_bg .lnb_bnwrap .bn_quick.bg2 {
    background-position: right bottom;
}

.subMain_tit {
    margin: 0 0 40px 0;
    padding: 0;
    color: #444;
    font-size: 46px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

/* main */
.maincont {
    position: relative;
}


/* visual */
.carousel-inner {
    background: #a1a2a9;
}

.item {
    -webkit-transition: all.3s;
    -moz-transition: all.3s;
    transition: all.3s;
}

.visual {
    min-height: 400px;
    background-image: url(../Images/mainvisual1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.visual_m {
    min-height: 400px;
    background-image: url(../Images/mainvisual1_m.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.visual_h {
    min-height: 400px;
    background-image: url(../Images/mainvisual1_h.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.visual_mh {
    min-height: 400px;
    background-image: url(../Images/mainvisual1_mh.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.visual#visual01 {
    background-image: url(../Images/mainvisual1.jpg);
}

.visual#visual02 {
    background-image: url(../Images/mainvisual2.jpg);
}

.visual#visual03 {
    background-image: url(../Images/mainvisual3.jpg);
}

.visual#visual04 {
    background-image: url(../Images/mainvisual4.jpg);
}

.visual#visual05 {
    background-image: url(../Images/mainvisual5.jpg);
}

.visual#visual06 {
    background-image: url(../Images/mainvisual6.jpg);
}

.visual_m#visual01 {
    background-image: url(../Images/mainvisual1_m.jpg);
}

.visual_m#visual02 {
    background-image: url(../Images/mainvisual2_m.jpg);
}

.visual_m#visual03 {
    background-image: url(../Images/mainvisual3_m.jpg);
}

.visual_m#visual04 {
    background-image: url(../Images/mainvisual4_m.jpg);
}

.visual_m#visual05 {
    background-image: url(../Images/mainvisual5_m.jpg);
}

.visual_m#visual06 {
    background-image: url(../Images/mainvisual6_m.jpg);
}

.visual_h#visual01 {
    background-image: url(../Images/mainvisual1_h.jpg);
}

.visual_h#visual02 {
    background-image: url(../Images/mainvisual2_h.jpg);
}

.visual_h#visual03 {
    background-image: url(../Images/mainvisual3_h.jpg);
}

.visual_h#visual04 {
    background-image: url(../Images/mainvisual4_h.jpg);
}

.visual_h#visual05 {
    background-image: url(../Images/mainvisual5_h.jpg);
}

.visual_h#visual06 {
    background-image: url(../Images/mainvisual6_h.jpg);
}

.visual_mh#visual01 {
    background-image: url(../Images/mainvisual1_mh.png);
}

.visual_mh#visual02 {
    background-image: url(../Images/mainvisual2_mh.png);
}

.visual_mh#visual03 {
    background-image: url(../Images/mainvisual3_mh.png);
}

.visual_mh#visual04 {
    background-image: url(../Images/mainvisual4_mh.png);
}

.visual_mh#visual05 {
    background-image: url(../Images/mainvisual5_mh.png);
}

.visual_mh#visual06 {
    background-image: url(../Images/mainvisual6_mh.png);
}

.item .container {
    position: relative;
}

.visual .txt {
    padding-top: 60px;
    color: #192231;
    text-shadow: 1px 1px 4px #fff;
    font-size: 45px;
    font-weight: 600;
    /* -webkit-transition: all.3s;
	-moz-transition: all.3s;
	transition: all.3s;	*/
}

.visual_m .txt {
    /*position: absolute;
    top: 60px;
    left: 20px; */
    padding-top: 60px;
    color: #192231;
    text-shadow: 1px 1px 4px #fff;
    font-size: 45px;
    font-weight: 600;
    /* -webkit-transition: all.3s;
	-moz-transition: all.3s;
	transition: all.3s;	*/
}

.visual_h .txt {
    /*position: absolute;
    top: 60px;
    left: 20px; */
    padding-top: 60px;
    color: #192231;
    text-shadow: 1px 1px 4px #fff;
    font-size: 45px;
    font-weight: 600;
    /* -webkit-transition: all.3s;
	-moz-transition: all.3s;
	transition: all.3s;	*/
}

.visual_mh .txt {
    /*position: absolute;
    top: 60px;
    left: 20px; */
    padding-top: 60px;
    color: #192231;
    text-shadow: 1px 1px 4px #fff;
    font-size: 45px;
    font-weight: 600;
    /* -webkit-transition: all.3s;
	-moz-transition: all.3s;
	transition: all.3s;	*/
}

.visual .txt img {
    width: 100%;
    max-width: 320px;
    height: 100%;
}

.visual_m .txt img {
    width: 100%;
    max-width: 320px;
    height: 100%;
}

.visual_h .txt img {
    width: 100%;
    max-width: 320px;
    height: 100%;
}

.visual_mh .txt img {
    width: 100%;
    max-width: 320px;
    height: 100%;
}

/* carousel */
#main_banner {
    position: relative;
    text-align: center;
}

.btnwrap {
    position: relative;
    bottom: 50px;
    left: 0;
    z-index: 15;
    width: auto;
    height: 30px;
    display: inline-block;
}

.carousel-indicators {
    position: relative;
    left: 0;
    top: 8px;
    bottom: 0;
    display: inline-block;
    * display: inline;
    zoom: 1; height: 31px;
    width: auto;
    margin-left: 10px;
    padding: 0;
    white-space: nowrap;
    z-index: 999;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 1px;
    background: url(../Images/bx-slide-nav-off.png) no-repeat 0 0;
}

.carousel-indicators a {
    display: inline-block;
    *display: inline;
    zoom: 1; width: 18px;
    height: 18px;
    margin: 1px;
    text-indent: -999px;
    *text-indent: 0;
    cursor: pointer;
    background: url(../Images/bx-slide-nav-off_2.png) no-repeat 0 0;
    /* background-color: #000 \9;
		background-color: rgba(0,0,0,0);
		border: 1px solid #333092;
		border-radius: 10px */
}

.carouselButtons {
    display: inline-block;
    *display: inline;
    zoom: 1; text-align: left;
}

.carouselButtons button {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -18px;
}

.carouselButtons a {
    display: inline-block;
    *display: inline;
    zoom: 1; cursor: pointer;
    width: 20px;
    height: 20px;
}

.carouselButtons .pause {
    background: url(../Images/spr_btn.png) no-repeat -99px 0;
}

.carouselButtons .play {
    background: url(../Images/spr_btn.png) no-repeat -66px 0;
}

.carouselButtons .btn-default {
    color: #333092;
    background: none;
    border: none;
}

/* banner_carousel */
.bannerButtons {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    bottom: 20px;
    padding: 0;
    zoom: 1; width: 100%;
    height: 30px;
    text-align: center;
}

.buttonWrap {
    height: 30px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 15px;
}

.bannerButtons .carouselButtons {
    padding: 5px;
}

.bannerButtons .carousel-indicators {
    float: none;
    position: relative;
    left: 0;
    right: inherit;
    bottom: 0;
    top: 3px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    display: inline-block;
    * display: inline;
    zoom: 1; }

.bannerButtons .carousel-indicators .active {
    background: url(../Images/spr_btn.png) no-repeat -33px -34px;
}

.bannerButtons .carousel-indicators a {
    background: url(../Images/spr_btn.png) no-repeat 0 -34px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 40%;
    right: 10%;
    background: #000;
    padding: 25px 15px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    top: 40%;
    left: 10%;
    background: #000;
    padding: 25px 15px;
}

.intro_wrap .banner {
    background: #333;
    border: #ccc solid 1px;
    max-width: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-fluid, .thumbnail a > img, .thumbnail > img .intro_wrap .banner .carousel-inner > .item > a > img {
    line-height: 1;
}

#main_banner .carousel-inner > .item img {
    width: 100%;
}

/* inner_box */
.Main .intro_wrap {
    margin: 0;
}

.Main .intro_wrap .container {
    padding: 0;
}

.intro_wrap .mr_20 {
    margin-right: 0 !important;
}

.intro_wrap .row {
    margin: 0;
}

.intro_wrap div.col-sm-3 {
    padding: 0;
}

.intro_wrap .inner_box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.intro_wrap .txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    color: #fff;
    font-family: 'hyundai';
    font-size: 21px;
    font-weight: 700;
    background: #4462a5;
    opacity: 0.96;
}

.intro_wrap .inner_box.m_bx02 .txt {
    background: #27587c;
}

.intro_wrap .inner_box.m_bx03 .txt {
    background: #434343
}

.intro_wrap .inner_box.m_bx04 .txt {
    background: #334a78;
}

.intro_wrap .txt:before {
    content: '';
    display: block;
    margin: 0 auto 14px;
    width: 80px;
    height: 80px;
    background-image: url(../Images/main_spr_ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.intro_wrap .inner_box.m_bx02 .txt:before {
    background-position: -150px 0;
}

.intro_wrap .inner_box.m_bx03 .txt:before {
    background-position: -300px 0;
}

.intro_wrap .inner_box.m_bx04 .txt:before {
    background-position: -450px 0;
}

/* Side push (animate transforms) */
.ib_caption {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px 15px;
    background: #3f568a;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ib_caption:hover, .ib_caption:focus {
    opacity: 1;
}

.ib_caption p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
}

.ib_caption strong {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'hyundai';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.ib_caption a.btn {
    margin-top: 20px;
}

.ib_caption a.btn.btn-primary {
    background-color: #314470;
    border-color: #2a3b62;
}

/* quickmenu */
.quickmenu {
    display: none;
}

/*sub */
.subwrap .container {
    padding: 0 10px;
}

.subwrap .subtop {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

/* .subtop-01 {

    background-color: #888;
    background-image:url(../Images/subvisual-img01.jpg);
}
.subtop-02 {
    background-color: #888;
    background-image:url(../Images/subvisual-img02.jpg);
}
.subtop-03 {
    background-color: #888;
    background-image:url(../Images/subvisual-img03.jpg);
}
.subtop-04 {
    background-color: #888;
    background-image:url(../Images/subvisual-img05.jpg);
} */
.style01 .page-navi {
    background: #3f568a;
}

.subtop-02 .page-navi {
    background: #3f568a;
}

.subwrap:after {
    content: '';
    display: block;
    clear: both;
}

.subwrap .subtop .container {
    position: relative;
}

.snb_tit {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 2.125rem 0;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    background: #d2ddf1 url(../images/subvisual-img01.jpg) no-repeat center;
}

.snb_tit span {
    display: block;
    margin: 0.5rem 0 0 0;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 400;
    color: #666;
}

.snb_tit a {
    position: absolute;
    top: 40px;
    font-size: 30px;
    color: #fff;
}

.snb_tit a:hover, .snb_tit a:focus {
    color: #3982bc
}

.snb_tit a.glyphicon-menu-left {
    left: 15px;
}

.snb_tit a.glyphicon-menu-right {
    right: 15px;
}

/* page-Navi */
.page-navi {
    /* background: #fafafa url(../images/navi_menu_bg.gif) repeat 0 0; */
}

.page-navi {
    background: #7b8391;
}

.page-navi .navi-menu {
}

.navi-menu li {
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.nav-pills>li+li {
    margin-left: 0;
}

.navi-menu li a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0.625rem 3rem 0.625rem 1rem;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}

.navi-menu li a:after {
    content: '\e313';
    display: block;
    font-family: 'material-Icons';
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: middle;
    font-size: 18px;
}

.navi-menu li a:hover, .navi-menu li a:focus, .navi-menu li.open a {
    background: #6b727f;
    text-decoration: none;
}

.navi-menu li.home a {
    padding: 0.625rem;
}
.navi-menu li.home a:hover, .navi-menu li.home a:focus {
    border:none;
}
.navi-menu li.home a i {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
	line-height: 1em;
}

.navi-menu li.home a:after {
    display: none
}

.navi-menu li ul li {
    /* border: none; */
    height: auto;
}

.navi-menu li ul li a,.navi-menu li.open ul li a {
    color: #666;
    padding: 8px 3rem 8px 1rem;
    border-bottom: 1px solid #ddd;
}
.navi-menu li ul li a:after {
    top:9px;
}
.navi-menu li ul li a:hover, .navi-menu li ul li a:focus {
    background:#e6e6e6
}

.navi-menu .dropdown-menu {
    width: 100%;
    padding: 0;
}


.page-setup {
    margin-top: 4px;
    display: none;
}

.page-setup dl dt {
    float: left;
    color: #777;
    font-weight: 400;
    margin-top: 5px;
}

.page-setup dl dd {
    float: left;
    margin-left: 8px;
}

.page-setup dl dd button {
    width: 31px;
    height: 31px;
    white-space: nowrap;
    text-indent: -9999999px;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../images/sp_icon.png);
    background-repeat: no-repeat;
}

.page-setup dl dd button:hover, .page-setup dl dd button:focus {
    border-color: #999;
}

.page-setup dl dd .ps_big {
    background-position: -1px -37px;
}

.page-setup dl dd .ps_sm {
    background-position: -36px -38px;
}

.page-setup dl dd .print {
    background-position: -71px -37px;
}

/* snbwrap */
.snb {
    display: none;
}

.contwrap {
    width: 100%;
    padding: 0;
    min-height: 760px;
}

.contwrap .cont-top {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.contwrap .cont-top .contTit {
    position: relative;
    margin: 0;
    padding: 30px 0 10px;
    color: #000;
    font-family: 'hyundailight';
    font-size: 25px;
    line-height: 1.5;
    text-align: left;
}

.contwrap .cont-top .contTit:before {
    display: none;
    content: "";
    width: 3px;
    height: 20px;
    background: #3f568a;
    position: absolute;
    top: 38px;
    left: 0;
}

.contwrap .cont-top .ss-navi {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
}

.contwrap .cont-top .ss-navi ul {
    margin: 0 0 10px 0;
}

.contwrap .cont-top .ss-navi ul li {
    list-style-type: none;
    background: none;
    display: inline-block;
    padding: 0;
    font-size: 0.875rem;
    color: #666;
    letter-spacing: 0.03rem;
    vertical-align: middle;
}

.contwrap .cont-top .ss-navi ul li .material-icons {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666;
}

.sub_wide .contwrap {
    font-size: 16px;
}

.sub_wide .contwrap .cont-top .contTit {
    text-align: center;
    font-size: 40px;
    padding: 76px 0 30px 0;
}

.sub_wide .contwrap .cont-top .contTit span {
    display: inline-block;
}

.sub_wide .contwrap .cont-top .contTit:before {
    content: "";
    width: 86px;
    height: 2px;
    background: #646464;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -43px;
}

.history {
    margin: 10px 0 0 0;
    padding: 0;
    color: #666;
}

.history span {
    padding: 0 4px;
}

.history .home {
    display: inline-block;
    width: 17px;
    height: 17px;
    text-indent: -100000px;
    background: url(../Images/spr_etc.png) no-repeat 0 0;
}

.subcont {
    margin: 0;
    padding: 0 0 50px 0;
    overflow: hidden;
    line-height: 1.5;
}

.sub_wide .subcont {
    margin-bottom: 0;
}
.sub_wide .subcont .container {
    padding:0;
}

.pagecont {
    padding: 40px 0 0 0;
    text-align: left;
}


.pagecont .container {
    padding: 0;
}

.pagecont .SubTitle {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    font-size: 27px;
    text-align: center;
    background: none;
}
.sub_wide .pagecont .SubTitle {
    text-align:center;
    background: url('../images/bullet01.png') no-repeat center top;
    word-break: keep-all;
}
.sub_wide .pagecont .SubTitle:after {
    display:none;
}
.pagecont .SmallTitle {
    font-size: 19px;
    line-height: 1.4;
    background: none;
    padding: 0;
}
.pagecont .sTitle {
    font-size:16px
}
.pagecont .text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
    word-break: break-all;
}


/* footer */
.footer {
    margin: 0;
    padding: 20px 0;
    background: #34373e;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.footer .container {
    position: relative;
}

.footer .container_m {
    position: relative;
}

.footer .container_h {
    position: relative;
}
.footer .container_g {
    position: relative;
}
.footer .container_el {
    position: relative;
}
.footer .container_mh {
    position: relative;
}

.footer .top {
    display: none;
}

p .footer .copyright {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    line-height: 1.5;
}

.footer address {
    margin-bottom: 10px;
}

.footer .FamilySite {
    display: inline-block;
    margin-bottom: 10px;
}

.footer .FamilySite select {
    border-radius: 0;
    width: 180px;
    padding: 4px 12px;
    height: 31px;
    font-size: 11px;
}

.footer .FamilySite .form-control {
    display: inline-block;
}

.footer .FamilySite a.btn_golink {
    display: inline-block;
    padding: 8px 10px;
    background: #2b2f32;
    color: #ccc;
    font-size: 11px;
    cursor: pointer;
}

.footer .FamilySite a.btn_golink:hover, .footer .FamilySite a.btn_golink:focus {
    background: #3f568a;
}

.footer .policy {
    text-align: center;
}

.footer .policy a {
    display: inline-block;
    margin-right: 4px;
    padding: 8px;
    background: #484e5b;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.footer .policy a:hover, .footer .policy a:focus {
    background: #3f568a;
}

/****************************** mypage-new ******************************/
.mypage{padding:20px 0;background:#eaeaea}
    .mypage .page-navi{display:none}
    .mypage .inner_box{position:relative;margin-bottom:12px;background:#fff}
    .mypage .inner_box.bx2_3,.mypage .inner_box.bx3_3{background:0 0}

    .mypage .top_line .inner_box{padding:20px 20px 20px 130px}
    .mypage .top_line .inner_box:before{
    content:'';
    display:block;
    position:absolute;
    top: 50%;
    left:40px;
    width:60px;
    height:60px;
    margin-top: -30px;
    background-image:url(../Images/mypage_topico.png);
    background-position: 0 0;
    background-repeat:no-repeat;
    border-radius:50%;
    }
    .mypage .top_line .inner_box.bx1_2:before{background-image:url(../Images/mypage_topico.png);background-position:-200px 0;}
    .mypage .top_line .inner_box.bx1_3:before{background-image:url(../Images/mypage_topico.png);background-position:-100px 0;}
    .mypage .top_line .inner_box.bx1_4:before{background-image:url(../Images/mypage_topico.png);background-position:-300px 0;}
    .mypage .top_line .inner_box.bx1_5:before{background-image:url(../Images/mypage_topico.png);background-position:-400px 0}
    .mypage .top_line .inner_box.bg1:before {background-color:#3f568a}
    .mypage .top_line .inner_box.bg2:before {background-color:#979797}
    .mypage .top_line .inner_box.bg3:before {background-color:#30a6a6}
    .mypage .top_line .inner_box.bg4:before {background-color:#f3787a;}
    .mypage .top_line .inner_box.bg5:before {background-color:#fec106} 
    
    .mypage .inner_top, .mypage .bt_line .inner_top {padding: 9px 16px;border-bottom: #e2e2e2 solid 1px;height: 48px;}
    .mypage .inner_top .calendar {vertical-align:middle;line-height: 25px;}
    .mypage .inner_top .calendar span {vertical-align: middle;padding: 0 4px;}
    .mypage .inner_top .calendar .btn {padding: 0;height: auto;}
    .mypage .inner_box .tit{margin:0;color:#333;font-size:18px;font-weight:600}
    .mypage .inner_box .s_tit{display: block;margin:0;color: #888;font-weight:600;font-size: 14px;}
    .mypage .top_line .inner_box .info{display:inline-block;height: 33px;font-size:22px;color:#333;vertical-align:middle;}
    .mypage .top_line .inner_box .info small{font-size:16px}
    .mypage .inner_box .more{display: inline-block;padding: 6px 12px;position:absolute;top: 0;right: 0;font-size: 20px;color: #888;}
    .mypage .inner_box .more img {display: inline-block;vertical-align: middle;}
    .mypage .inner_box .more span{color:#666}
    .mypage .inner_box .more:focus span,.mypage .inner_box .more:hover span{color:#266898}
    .mypage .inner_body {padding: 16px;}
    .mypage .inner_body .input-group {margin-bottom: 0.625rem;}

   

/* profile */
.profile {position: relative;}
    .profile .photo {position: absolute;top: 30px;left: 20px;width: 90px;height: 90px;overflow: hidden;-webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px;}
    .profile .photo img {height: 100%;width: 100%;}
    .profile .myinfo {position: relative; margin: 0;padding: 0 0 0 130px;font-size: 13px;}
    .profile .myinfo .name {color: #333;font-size: 30px;font-weight: 600;text-align: left;}
    .profile .myinfo .id {margin-left: 8px;font-size: 13px;color: #555;}
    .profile .myinfo .txt {display: block;height: 19px;margin: 0 0 4px 0;padding: 0 0 0 24px;color: #888;}
    .profile .myinfo .txt.mail {background: url(../Images/mypage_ico_mail.gif) no-repeat left center;}
    .profile .myinfo .txt.tel {background: url(../Images/mypage_ico_tel.gif) no-repeat left center;}
    .dept {width: 100%;height: 46px;margin: 0;padding: 10px 0;border-top: #dcdcdc solid 1px;border-bottom: #dcdcdc solid 1px;text-align: center;}
    .dept .team {padding: 0 10px;color: #555; font-size: 15px;font-weight: 600;text-align: center;}
    .dept .job {position:relative;display: inline-block;margin: 0;padding: 0 10px;color: #555;font-size: 15px;font-weight: 600;}
    .dept .job:before {content:'';display: block;position:absolute;top: 6px;left: 0;width: 1px;height: 14px;background: #ccc;}
    .bs-tooltip .tooltip {float: left;display: inline-block;position: relative;opacity: 1;margin-right: 10px;}
    .tooltip-inner {font-size: 12px;background: #445259}
    .tooltip.left .tooltip-arrow {border-left-color: #445259}
 
/* my_level */  
.my_level {height: 419px;}
     .level_box_wrap .level_box {margin: 0 0 30px 0;}
     .level_box_wrap .level_box .s_tit {margin-bottom: 8px;}
     .level_box_wrap .progress {position: relative;height: 8px;margin-bottom: 16px;overflow: inherit;}
     .level_box_wrap .progress-bar {background-color: #3f568a;border-radius: 5px;}
     .level_box_wrap .progress-bar.bar-bg2 {background-color: #30a6a6;}
     .level_box_wrap .progress-bar.bar-bg3 {background-color: #aeaeae;}
     .level_box_wrap .progress-bar.bar-bg4 {background-color: #f3787a;}
     .level_box_wrap .progress-bar.bar-bg5 {background-color: #fec106;}
     .level_box_wrap .bar-level {position: absolute;top: 8px;left:0;width: 100%;margin: 0;}
     .level_box_wrap .bar-level:before {content:'';display:block;padding-top: 3px;}
     .level_box_wrap .bar-level:after {content:'';display:block;position: absolute;top: -11px;left: -3px;width: 14px;height: 14px;background:url(../images/progress-bar-dot.png) no-repeat 0 0;}
     /*
     .level_box_wrap .bar-level .col {position:relative;padding: 3px 0;text-align: right;}
     .level_box_wrap .bar-level .col:after {content:'';display:block;position:absolute;top: -11px;right: 5px;width:14px;height:14px;background:url(../images/progress-bar-dot.png) no-repeat 0 0;}
     .level_box_wrap .bar-level .col.level5:after {right:0;}
    */
         /* ie 10 */
     .level_box_wrap .bar-level .level {position:absolute;top:0;}
     .level_box_wrap .bar-level .level::before {content:'';display:block;position: absolute;top: -11px;left: -3px;width: 14px;height: 14px;background:url(../images/progress-bar-dot.png) no-repeat 0 0;}
     .level_box_wrap .bar-level .level.level2 {left:25%}
     .level_box_wrap .bar-level .level.level3 {left:50%}
     .level_box_wrap .bar-level .level.level4 {left:75%}
     .level_box_wrap .bar-level .level.level5 {left:100%}

/* my_level-style2 */  
     .level_box_wrap.style2 {height: 216px;}
     .level_box_wrap.style2 .level_box {margin-bottom: 0;}
     .level_box_wrap .progress {margin-bottom:10px}
     .level_box_wrap.style2 .level_box .s_tit {margin: 0;}
     .level_box_wrap.style2 .level_box .num {display: inline-block;margin-bottom: 0;font-size: 14px;color:#666;vertical-align: middle;}

/* level-info */
    .level-info {margin-bottom: 20px;font-size: 14px;}
    .level-info .num {position:relative;display: block;font-size: 24px;vertical-align: middle;text-align: right;color: #3f568a;}
    .level-info .num img {margin: 0 4px 0 0;vertical-align: middle;}

/* timeline */
.timeline {}
     .timeline-list ul {height: 350px;margin:0;padding: 15px;overflow-y: auto;}
     .timeline-list ul li {position: relative;margin: 0;padding: 0 0 0 20px;background: url(../images/border-dot-v.gif) repeat-y 6px 0;}
     .mypage .inner_box .timeline-list ul li .tit {position:relative;padding: 0 0 20px 0;font-size: 15px;color: #555;}
     .timeline-list ul li:last-child .tit {padding-bottom:0;}
     .timeline-list ul li:after {content: '';display: block;position: absolute;top: 4px;left: 0;width: 14px;height: 14px;border: #d2d3d2 solid 3px;border-radius: 14px;background: #f9f9f9;}
     .timeline-list ul li .tit span {display:block;margin-top: 3px;color: #888;font-size: 13px;font-weight:400;letter-spacing: -0.05rem;}
     .timeline-list ul li .status {position: absolute;top: 0;right: 0;display: inline-block;width: 3.375rem;height: 3.375rem;padding: 16px 0;background: #c4e5e5;border-radius: 50%;color: #239b9a;font-size: 13px;font-weight: 600;text-align: center;}
     .timeline-list ul li .status.st_ing {box-sizing: border-box;color: #d9534f;background: #fcdedd;}
     /* .timeline-list ul li .status.st_end {background: #ffe9a6;color: #666;} */

     .timeline-list.style2 ul li .status {background:#ccdff0; color:#555}
     .timeline-list.style2 ul li .status.st_ing {background:#fdb7b5}



/* level-list-wrap */
.dept_level {}
.dept_level .chart-img {height: 238px;margin: 0 0 20px 0;}
.level-list-wrap {}
    .level-list-wrap .card-header {font-size:13px;}   
    .level-list-wrap .level-list {height: 268px;margin: 0;padding:10px;overflow-y: scroll;}
    .level-list-wrap .level-list ul {margin-bottom:0;}
    .level-list-wrap .level-list ul li {padding:4px 0;border-bottom:1px dashed #ccc;font-size:15px;}

    .level-list-wrap .level-list.style2 {height: 183px;}

/* board */
.mypage .inner_box.board {position: relative;}
.mypage .board .inner_body {color: #fff;padding: 10px 16px;overflow: hidden;}
.mypage .board ul {margin-bottom:0;}
.mypage .board .more:hover, .mypage .board .more:focus {color: #3f568a;}
.mypage .board li {margin: 0 0 6px 0;padding:0;}
.mypage .board li a.tit{display: inline-block;width: 70%;height: 22px;padding-left: 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 15px;font-weight:400;vertical-align:middle;/* color:#fff; */background: url(../images/bullet03.gif) no-repeat 0 11px;}
.mypage .board li a:focus,.mypage .board li a:hover{font-weight:600;text-decoration:none;color:#486dc0}
.mypage .board li span.date{display:inline-block;width: 30%;padding-left: 10px;font-size:14px;text-align:right;color: #888;}


/****************************** bill ******************************/
.bill {
    border: 4px solid #3d5487;
    background:#fff;
}

.bill-header {
    padding: 0 10px;
    background:#3f568a;
}
.bill .bill-title {
    position: relative;
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    *clear: both;
    text-align: left;
}
.bill .bill-header-title {
    margin-bottom: 0.625rem;
    color:#3f568a;
    font-size: 18px;
}
.bill .sTitle {
    padding-left: 0.625rem;
    background: url(../images/bullet03.gif) no-repeat 0 8px;
    font-weight: 600;
    color:#000;
    font-size: 0.9375rem;
}
.bill .ssTitle {
    margin: 0 0 0.625rem 0;
    font-weight: 600;
    color:#28a745;
    font-size: 15px;
}
.bill .code {
    margin:10px 0;
    font-size: 13px;
    font-weight:600;
    color:#fff
}
.bill .code strong {
    color: #a0db2a;
}
.bill-item {
    padding: 1rem;
    color: #666;
}
.bill .icon-list ul {
    position:relative;
    margin-right: 1rem;
    padding-left:1.25rem;
}

.bill .icon-list ul li {
    padding-left:13px;
    background: url(../images/bullet03.gif) no-repeat 0 7px;
}

.bill .icon-title {
    position: relative;
    display: inline-block;
    padding: 0 0 0 60px;
    line-height: 70px;
    margin: 0;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    color: #333;
    vertical-align: middle;
}

.bill .icon-title .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 0;
    font-size: 0;
    margin: 0 0 5px 0;
    padding: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.bill .icon-title .icon.icon01 {
    background-image: url('../images/bill-icon01.png');
}
.bill .icon-title .icon.icon02 {
    background-image: url('../images/bill-icon02.png');
}
.bill .icon-title .icon.icon03 {
    background-image: url('../images/bill-icon03.png');
}
.bill .list {}
.bill .list span {
    float:left;
    margin-bottom: 0.25rem;
    padding-left: 0.625rem;
    background: url(../images/bullet03.gif) no-repeat 0 8px;
    font-weight: 600;
    color:#000;
}
.bill .list p {
    padding-left: 6.875rem;
}
.bill .tb-lst .table {
    font-size:14px;
    border-top: 1px solid #243352;
}

.bill .tb-lst .table.tr-border tr {border-top:1px solid #3f568a}
.bill .tb-lst .table.tr-border tr:first-child {border-top:0;}
.bill .tb-lst .table>thead>tr>th {
    font-weight:600;
}
.bill .tb-lst table tbody tr td {
    line-height:20px;
}
.bill .process .card {
    position:relative;
}

.bill .process .card .card-header {
    font-weight:600;
    font-size: 1rem;
    text-align:center;
    color:#000;
}
.bill .process .card .card-header .num {
    float:left;
    color:#ababab;
}

.bill .process ol {padding-left: 1.3rem;}
.bill .list.style02 li span {padding:0 10px;color:#3f568a;background:none;}

@media (max-width: 374px) {
    .level-info .num {font-size:20px}
    .level-info .num img {position:absolute;top:6px;left:-2px;}
}

@media (min-width: 481px) and (max-width:1040px) {
    .lnb_bg .lnb_bnwrap .bn_quick.bg1, .lnb_bg .lnb_bnwrap .bn_quick.bg2 {
        background-image: none;
    }
}
@media (max-width: 767px) {
    .sub_wide .pagecont ul li {font-size: 15px;}
    .bill .tb-lst.tr-border table tbody tr {border-top: 1px solid #333;}
    .bill .tb-lst .table .m-tit-inline {display:inline-table;width: 100%;height: 36px;line-height: 36px;}

}


@media (min-width: 768px) {
    .navbar-header .navbar-toggle {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }

    .navbar-fostrap {
        position: absolute;
    }

    /* gnb */
    .gnb {
        height: 40px;
    }

    .gnb_R {
        clear: inherit;
        float: right;
    }

    .gnb .gnb_R li:first-child a {
        border-left: #ccc solid 1px;
    }

    .gnb .gnb_R li a {
        width: 100px;
        padding: 10px 0;
        text-align: center;
        background: none;
        border-right: #ccc solid 1px;
    }

    .gnb .gnb_R li a:hover, .gnb .gnb_R li a:focus {
        padding: 9px 15px 10px;
        background: #f2f2f2;
        font-weight: 600;
    }

    .main-sidebar-wrapper {
        display: inline-block;
        width: 100%;
    }

    .main-sidebar {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 2000;
    }

    .lnb_cont ul {
        width: 100%;
        display: table;
    }

    .navbar-default .navbar-nav.lnb > li {
        display: table-cell;
        text-align: center;
    }

    .navbar-default .navbar-nav.lnb > li > a {
        padding: 10px 0;
        color: #1b1b1b;
        font-size: 18px;
        border-bottom: none;
    }

    .navbar-default .navbar-nav.lnb > li.active > a, .navbar-default .navbar-nav.lnb > li.active > a:focus, .navbar-default .navbar-nav.lnb > li.active > a:hover, .navbar-default .navbar-nav.lnb > li > a:hover, .navbar-default .navbar-nav.lnb > li > a:focus {
        display: block;
        background-color: inherit;
        *background: none;
        color: #000;
    }

    .lnb-wrap {
        display: block;
        padding: 0;
        height: 100%;
    }

    .lnb_bg {
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        height: 244px;
        background: #fff;
        border-bottom: #ddd solid 1px;
        border-top: #ddd solid 1px;
        z-index: 998;
    }

    .lnb_bg .lnb_cont {
        display: none;
    }

    .lnb .abar {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 3px;
        background: #3f568a;
        z-index: 200;
    }

    .lnb li .depth2 {
        display: none;
        position: absolute;
        top: 46px;
        left: 0;
        width: 100%;
        height: 242px;
        z-index: 999;
        padding-top: 6px;
    }

    .lnb li.active .depth2, .lnb li:hover .depth2, .lnb li:focus .depth2 {
        background: #f5f5f5;
    }

    .lnb li .depth2 a:hover, .lnb li .depth2 a:focus {
        text-decoration: none;
    }

    .lnb li .depth2 ul {
        margin-top: 10px;
    }

    .navbar-header .container {
        position: relative;
    }
   
    .pagecont {    
        padding: 80px 0 0 0;}
    .pagecont .SubTitle {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .pagecont .container, .contwrap .cont-top {
        padding: 0
    }

    .history {
        display: none;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .sub_wide .snb {
        display: none;
    }

    .sub_wide > .container, .sub_wide > .container  > .contwrap {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        line-height: 1.3em;
    }

    .footer {
        padding: 30px 0;
        text-align: left;
        font-size: 13px;
    }

    .footer .container {
        position: relative;
        padding: 0 15px;
    }
    
    .footer .container_m {
        position: relative;
        padding: 0 15px;
    }
    
    .footer .container_h {
        position: relative;
        padding: 0 15px;
    }
    .footer .container_g {
        position: relative;
        padding: 0 15px;
    }
    .footer .container_el {
        position: relative;
        padding: 0 15px;
    }
    .footer .container_mh {
        position: relative;
        padding: 0 15px;
    }
    .footer .container:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .footer .container_m:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .footer .container_h:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .footer .container_g:after {
        content: '';
        display: block;
        clear: both;
    }
    .footer .container_el:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .footer .container_mh:after {
        content: '';
        display: block;
        clear: both;
    }

    .footer .copyright {
        float: left;
        max-width: 430px;
    }

    .footer .policy {
        float: right;
    }

    .footer .FamilySite {
        float: right;
    }

    /* bill */
    .bill .icon-list ul:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:100%;
    min-height:100px;
    background:#eaeaea
    }
    .bill .icon-title {
        position: absolute;
        top: 0;
        left: 0.625rem;
        padding-left: 0;
        line-height: normal;
    }
    .bill .icon-title .icon {
        display: block;
        width: 70px;
        height: 70px;
        -webkit-transform: scale(1);
        transform: scale(1);
        position: relative;
        top: auto;
        left: auto;
    }    
    .bill .icon-list ul {
        position:relative;
        margin-right: 1rem;
        margin-left: 5rem;
        padding-left:1.25rem;
        min-height:100px;
    }
    .bill .process .card .card-body {
        min-height: 230px;
    }
   
    .bill .process .card:after {
        content: '';
        position: absolute;
        display: none;
        top: 45%;
        right: -36px;
        width: 35px;
        height: 20px;
        margin-left: -16px;
        background: url(../images/arr4.png) no-repeat center;
    }
    .bill .process .card.last:after {
        display:none;
    }
    .bill .process.min-h-lg .card-body {
        min-height: 326px !important;
    }

    /* mypage-new */
    .mypage .top_line .inner_box:before {left:30px;}
    .mypage .top_line .inner_box {padding: 20px 10px 20px 110px;}

    .timeline-list ul li .tit span {letter-spacing:0;}
    .level-info {font-size:15px;}

    .mypage .inner1-2 {height: 420px;}
    .mypage .inner2-1 {height: 398px;}
    .mypage .inner2-2 {height: 227px;}


    /* mypage-admin */
    .mypage.mypage-admin .inner2-1{height: 360px;}
    .mypage.mypage-admin .inner2-2 {height: 330px;}


    /* mypage-staff */
     .mypage.mypage-staff .level-list-wrap .level-list.style2 {height: 142px;}
     .mypage.mypage-staff .level-list-wrap .level-list {height: 264px;}
     
     .mypage.mypage-staff .inner2-1 {height: 356px;}
     .mypage.mypage-staff .inner2-2, .mypage.mypage-staff .inner3-2 {height:370px}
     
   
}
 

@media (min-width: 992px) {
    .navbar-default .navbar-nav.lnb > li {
        width: auto;
        text-align: center;
    }

    .navbar-default .navbar-nav.lnb > li > a {
        padding: 29px 20px 20px;
    }

    .visual {
        min-height: 815px;
    }

    .visual .txt img {
        max-width: 417px;
    }

    .visual .txt {
        padding-top: 80px;
    }

    .visual_m {
        min-height: 815px;
    }

    .visual_m .txt img {
        max-width: 417px;
    }

    .visual_m .txt {
        top: 80px;
    }
    
    .visual_h {
        min-height: 815px;
    }

    .visual_h .txt img {
        max-width: 417px;
    }

    .visual_h .txt {
        top: 80px;
    }
    
    .visual_mh {
        min-height: 815px;
    }

    .visual_mh .txt img {
        max-width: 417px;
    }

    .visual_mh .txt {
        top: 80px;
    }

    .bannerButtons {
        bottom: 260px;
    }

    .Main .intro_wrap {
        position: absolute;
        bottom: 40px;
        width: 970px;
        left: 50%;
        margin-left: -485px;
    }

    .lnb_bg {
        top: 75px;
    }

    .lnb_bg .lnb_cont {
        display: block;
        width: 1200px;
        margin: 0 auto;
    }

    .lnb_bg .lnb_bnwrap {
        width: 280px;
    }

    .lnb li .depth2 {
        top: 75px;
    }

    .lnb_cont.container {
        padding-right: 140px;
    }

    .main-sidebar-wrapper {
        width: auto;
    }

    .navi-menu li.home {
        min-width: auto;
    }

    .navi-menu li.home a:after {
        display: none;
    }

    .navi-menu li {
    }

    .navi-menu li:first-child {
    }

    .snb {
        float: left;
        width: 15%;
        display: block;
    }

    .snb-tit {
        padding: 30px 10px 10px;
        color: #3f568a;
        font-family: "hyundaimedium";
        font-size: 28px;
        text-align: left;
        line-height: 1.5em;
    }

    .snb-tit>span {
        font-size: 15px;
        line-height: 1.2em;
        margin-bottom: 10px;
        display: block;
        color: #b1bfe3;
    }

    .side-bar .dropdown {
        padding: 0;
    }

    .side-bar .dropdown li {
        list-style-type: none;
    }

    .side-bar .dropdown li:first-child a .glyphicon {
        margin-right: 7px;
    }

    .side-bar .dropdown li a {
        display: block;
        width: 100%;
        padding: 10px;
        font-weight: 600;
        color: #333;
        border-bottom: none;
        background: url(../Images/ico_add.gif) no-repeat 90% center;
    }

    .side-bar.system-menu-only .dropdown li a {
        background: none;
    }

    .side-bar .dropdown li a:hover, .side-bar .dropdown li a:focus {
        text-decoration: none;
        color: #456796;
    }

    .side-bar .dropdown li.selected > a {
        background: #3f568a url(../Images/ico_over.gif) no-repeat 90% center;
        color: #fff;
    }

    .side-bar .dropdown li.selected > a:hover, .side-bar .dropdown li.selected > a:focus {
        text-decoration: none;
        font-weight: 600;
    }

    .side-bar .dropdown li > ul {
        background: #f6f6f6;
        padding: 15px 7%;
    }

    .side-bar .dropdown li > ul li {
        border: none;
    }

    .side-bar .dropdown li > ul li a {
        color: #666;
        font-size: 13px;
        padding: 3px 10px;
        border: none;
        background: url('../images/side_bullet.gif') no-repeat left center;
    }

    .side-bar .dropdown li > ul li.on a {
        text-decoration: none;
        color: #3f568a;
        font-weight: 700;
    }

    .side-bar .dropdown li > ul li a:hover, .dropdown li > ul li a:focus {
        text-decoration: underline;
        color: #3f568a;
        font-weight: 400;
    }

    .contwrap {
        float: left;
        width: 81%;
        margin-left: 4%;
        padding: 0;
    }
     .pagecont .text {
         font-size:18px
         }
    .footer .copyright {
        max-width: none;
    }

    .ib_caption {
        padding: 30px;
    }

    .ib_caption strong {
        font-size: 22px;
    }


    /* mypage-new */
    .mypage .top_line .inner_box {padding: 30px 20px 30px 110px;}
    .mypage .top_line .inner_box:before {left: 30px;}
    .mypage.mypage_adm .top_line .col-md-3 {width: 20%;}
    .mypage.mypage_adm .top_line .inner_box {padding: 36px 20px 20px 90px;}
    .mypage.mypage_adm .top_line .inner_box .info {font-size: 30px;}
    
    .mypage .board .inner_body {height: 180px;overflow:hidden;}
    .level-info .num {font-size: 20px;}  

    
}

@media (min-width: 1024px) {
   .footer .container{background:url(../Images/logo_footer.png) no-repeat 15px 0}
   .footer .container_m{background:url(../Images/logo_footer_m.png) no-repeat 15px 0}
   .footer .container_h{background:url(../Images/logo_footer_h.png) no-repeat 15px 0}
   .footer .container_g{background:url(../Images/logo_footer_g.png) no-repeat 15px 0}
   .footer .container_el{background:url(../Images/logo_footer_el.png) no-repeat 15px 0}
   .footer .container_mh{background:url(../Images/logo_footer_mh.png) no-repeat 15px 0}
   .footer .copyright{padding-left:220px}
   .footer .FamilySite{margin-left:20px}
}

@media (min-width: 1200px) {
    .container{max-width:1170px}
    .container_m{max-width:1170px}
    .container_h{max-width:1170px}
    .container_g{max-width:1170px}
    .container_el{max-width:1170px}
    .container_mh{max-width:1170px}
    .Main .intro_wrap{position:absolute;bottom:100px;width:1170px;left:50%;margin-left:-585px}
    .lnb_cont.container{padding-right:170px}
    .bannerButtons{bottom:330px}
    .bill .process .card .card-body{min-height:160px}

    /* mypage-new */
    .mypage.mypage_adm .top_line .inner_box {padding: 36px 20px 20px 110px;}
    .level-info .num {font-size: 28px;}
    .box-lg {height: 710px;}
    .box-sm {height: 338px;}
   .level-info .num.num-mark:before {top:14px}

    /* mypage-admin */
    .mypage.mypage-admin .inner3-2 {height: 330px;}
    
    /* mypage-staff */
    .mypage.mypage-staff .inner1-1 {height: 738px;}
}

@media (min-width: 1400px) {
    .container {max-width: 1230px;}
    .container_m {max-width: 1230px;}
    .container_h {max-width: 1230px;}
    .container_g {max-width: 1230px;}
    .container_el {max-width: 1230px;}
    .container_mh {max-width: 1230px;}
}

@media (min-width: 1495px) {
    .quickmenu {
        display: block;
        position: fixed;
        top: 128px;
        right: 0;
        /* width: 150px; */
        background: #38384f;
        text-align: center;
        z-index: 9999;
    }

    .quickmenu li a:hover, .quickmenu li a:focus {
        color: #ad3b3b;
        background: #f2f2f2;
    }

    .quickmenu strong {
        display: block;
        padding: 10px 0;
        background: #ad3b3b;
        color: #fff;
    }

    .quickmenu ul {
        margin: 0;
        padding: 0;
        border-left: #ccc solid 1px;
    }

    .quickmenu ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .quickmenu ul li a {
        display: block;
        position: relative;
        padding: 30px 24px;
        font-weight: 600;
        font-size: 14px;
        color: #333;
        background: #fff;
    }

    .quickmenu ul li a:hover, .quickmenu ul li a:focus {
        color: #ad3b3b;
    }

    .quickmenu ul li a span {
        display: block;
        width: 50px;
        height: 46px;
        margin: 0 auto 5px;
    }

    .quickmenu ul li.bg1 a span {
        background: url(../Images/spr_quickmenu.png) no-repeat 0 0;
    }

    .quickmenu ul li.bg2 a span {
        background: url(../Images/spr_quickmenu.png) no-repeat -66px 0;
    }

    .quickmenu ul li.bg3 a span {
        background: url(../Images/spr_quickmenu.png) no-repeat -132px 0;
    }

    .quickmenu ul li.bg4 a span {
        background: url(../Images/spr_quickmenu.png) no-repeat -198px 0;
    }

    .quickmenu ul li.bg5 a span {
        background: url(../Images/spr_quickmenu.png) no-repeat -216px 0;
    }

    .quickmenu .top a {
        display: block;
        padding: 4px 0 4px 10px;
        color: #fff;
        background: url(../Images/top_w.png) no-repeat 40px center;
    }

    .quickmenu .top a:hover, .quickmenu .top a:focus {
        background: #516590 url(../Images/top_w.png) no-repeat 40px center;
    }

    .quick_counsel {
        text-align: left;
    }

    .quick_counsel .form-inline .form-control {
        width: 100%;
    }

    .quick_counsel .alert {
        margin-bottom: 10px;
    }

    .quick_counsel .modal-dialog {
        width: 400px;
    }

    .quick_counsel .modal-body {
        background: #f5f5f5
    }
}

