@charset "utf-8";



/* 건너뛰기 */
#accessibility {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    z-index: 9999999;
}

#accessibility li {
    float: left
}

#accessibility a {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -50px;
    overflow: hidden;
    text-align: center
}

#accessibility a:focus,
#accessibility a:active {
    position: absolute;
    top: 0px;
    width: 200px;
    height: auto;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #0079c6;
    color: #0079c6;
    z-index: 2
}



/*-----------------------------------------------------------------------------------------------------------
공통css
-----------------------------------------------------------------------------------------------------------*/
body {}

#skipnavigation {
    display: none;
    visibility: hidden;
}

#wrapper {
    position: relative;
    width: 100%;
}

#header {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #fff;
    height: 99px;
    border-bottom: 1px solid #ddd
}

#header {
    transition: all 0.3s;
    -moz-transition: all 0.3s;/* Firefox 4 */
    -webkit-transition: all 0.3s;/* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}


#header h1.logo {
    position: absolute;
    top: 20px !important;
    left: 0;
    width: 280px;
    z-index: 200;
    height: 45px
}

#header h1.logo a {
    display: inline-block;
    width: 280px;
    height: 70px;
    text-indent: -999px;
    overflow: hidden;
    background: url('/img/common/logo.png') no-repeat  ;
}

#m_header {
    display: none
}

.top-link {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 100
}

.top-link ul {
    list-style: none;
}

.top-link li {
    display: inline;
    float: left;
    height: 40px;
    box-sizing: border-box
}

.top-link li a {
    display: block;
    padding: 8px 15px;
    color: #777;
    font-size: 0.93em
}

.top-link li a:hover {
    color: #3eb134
}

.top-link li a.b_plus {
    background: url(/img/common/homemenu.jpg) no-repeat;
    background-position: -55px 0px;
    width: 24px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    padding: 0 !important;
}

.top-link li a.b_miu {
    background: url(/img/common/homemenu.jpg) no-repeat;
    background-position: -80px 0px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    padding: 0 !important;
}

.top-link li a.b_100 {
    background: url(/img/common/homemenu.jpg) no-repeat;
    background-position: 0px 0px;
    width: 54px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    padding: 0 !important;
}

/*.top-link li a.home {
    background: url(/img/common/com_img.png) no-repeat;
    background-position: -1px -414px;
    width: 35px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    padding: 0 !important;
}

.top-link li a.sitemap {
    background: url(/img/common/com_img.png) no-repeat;
    background-position: -36px -414px;
    width: 33px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    padding: 0 !important;
}*/

#header.on {
    height: 91px;
    position: fixed;
    animation: all 1s;
    /*background:url(/img/main/main_bg.jpg) top;*/
    background: #fff;
    border-bottom: 1px solid #ddd
}

#header h1.on {
    top: 20px !important;
}

.top-link.on {
    display: none
}

/* PC Device */
@media all and (min-width:1025px) {

    /* head오버시 */
    #header.over {
        background: #fff;
        border-bottom: 0
    }

    #header.over .top-link li a {
        color: #777
    }


}


/* 테블릿 세로 해상도 */
@media all and (max-width:980px) {

    #wrapper {
        overflow: hidden
    }

    #header {
        display: none
    }

    #m_header {
        display: block
    }

    #m_header h1.m_logo {
        display: block;
        position: relative;
        padding: 20px 10px 15px 10px
    }

    #m_header h1.m_logo img {
        width: 100px;
    }


}

/* 모바일 해상도 */
@media all and (max-width:800px) {

    #wrapper {
        min-width: 100%;
        overflow: hidden
    }

}


/*-----------------------------------------------------------------------------------------------------------
PC메뉴
-----------------------------------------------------------------------------------------------------------*/


/* gnb */
#gnb {
    position: relative;
    width: 100%;
    height: 99px;
}

#gnb > ul {
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 0 0 350px;
}

#gnb > ul:after {
    display: block;
    clear: both;
    content: '';
}

#gnb > ul > li {
    position: relative;
    z-index: 120;
    float: left;
    /*width: 20%;*/
	padding: 0 4.9%;
}
#gnb > ul > li:last-child{
    padding: 5px 0 0 1%;
	text-align: right
}
#gnb > ul > li:last-child:before {
    position: absolute;
    content: '';
    background: none;
    right: 0;
    width: 3px;
    height: 15px;
    top: 0px;
}

#gnb > ul > li.on > a {
    color: #068ec5
}

#gnb > ul > li > a {
    display: block;
    position: relative;
    height: 46px;
    /*padding:5px 0 10px 0;*/
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #323232
}

#gnb > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 120;
    top: 51px;
    left: 0;
    width: 100%;
    height: 212px;
    padding-top: 10px;
    border-right: 1px solid #f3f3f3;
    animation: all 1s;
}

#gnb > ul > li > ul:hover {
    background: #00aeef
}

#gnb > ul > li > ul:hover a {
    color: #fff;
}

#gnb > ul > li:first-child > ul {
    border-left: 1px solid #f3f3f3;
}

#gnb.open > ul > li > ul {
    display: block;
}

#gnb div.bg {
    display: none;
    position: absolute;
    z-index: 110;
    top: 100px;
    left: 0;
    width: 100%;
    height: 224px;
    /*border-top: 1px solid #ddd;*/
    background: url(/img/common/menu_ov_img.jpg) no-repeat center top #fcfcfc
}

#gnb.open div.bg {
    display: block;
}

#gnb.open > ul > li:first-child:before {
    display: block;
}

#gnb > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 6px;
    color: #727272;
    text-align: center;
    margin: 0 10px;
    border-radius: 30px;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-weight: 400;
}

#gnb > ul > li > ul:hover > li:hover > a:hover {
    display: block;
    position: relative;
    padding: 6px;
    color: #eb1459;
    text-align: center;
    background: #fff;
    margin: 0 10px;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 400;
}

#gnb.on > ul {
    padding: 40px 0 0 360px;
}

#gnb div.bg.on {
    top: 90px !important;
}

/* 테블릿 가로 해상도 */
@media all and (max-width:1259px) {
	
#gnb > ul > li {
 
	padding: 0px;
	width: 19%;
}
#gnb > ul > li:last-child {
 
	padding: 5px;
	width: 3%;
}
}


/* 테블릿 세로 해상도 */
@media all and (max-width:980px) {

    #gnb {
        display: none
    }

}

/* 모바일 해상도 */
@media all and (max-width:800px) {

    #gnb {
        display: none
    }

}

/*-----------------------------------------------------------------------------------------------------------
모바일
-----------------------------------------------------------------------------------------------------------*/


#mobileLnb {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    z-index: 800;
}

#mobileLnb .mLnbDiv {
    position: relative;
    width: 94%;
    height: 40px;
    margin: auto;
}

#mobileLnb .mLnbDiv a {
    display: block
}

#mobileLnb .mLnbDiv .home {
    width: 48px;
    height: 14px;
    padding: 13px 0;
    text-align: center;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

#mobileLnb .mLnbDiv .lnbOne {
    position: relative;
    width: 160px;
    padding: 12px 19px;
    float: left;
    border-right: 1px solid #ddd
}

#mobileLnb .mLnbDiv .lnbOne.on {
    color: #333;
}

#mobileLnb .mLnbDiv .lnbOne.cur {
    color: #4a4098;
}

#mobileLnb .mLnbDiv .lnbOne img {
    position: absolute;
    top: 19px;
    right: 19px;
}

#mobileLnb .mLnbDiv .lnbTwo {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 160px;
    border: 1px solid #ddd;
    padding: 15px 19px 5px;
    background: #fff
}

#mobileLnb .mLnbDiv .lnbTwo a {
    font-size: 13px;
    margin-bottom: 15px;
}

#mobileLnb .mLnbDiv .lnbTwo a:hover {
    color: #4a4098;
}

#mobileLnb .mLnbDiv .lnbTwo a.on {
    color: #4a4098;
}

.mobileMenu {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(/img/common/com_img.png);
    width: 32px;
    height: 31px;
    background-position: -331px -16px;
    z-index: 100
}

#gnbM {
    display: none;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    background: #f8f8f8;
    z-index: 100000;
}

#gnbM .mUtil {
    padding: 17px 15px;
    background: #f66d4b;
    font-size: 13px;
    letter-spacing: -1px
}

#gnbM .mUtil a {
    color: #fff;
}

#gnbM .mUtil span {
    margin: 0 6px;
    color: #ddf2e7
}

#gnbM .mobileMenuXbt {
    position: absolute;
    top: 18px;
    right: 10px;
}

#gnbM .mobileMenuXbt img {
    width: 15px
}

#gnbM .gnbDiv a {
    display: block
}

#gnbM .gnbDiv .one {
    padding: 14px 20px 10px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 400;
}

#gnbM .gnbDiv .one.on {
    color: #ed601b;
    border-bottom: 1px solid #666;
}

#gnbM .gnbDiv .two {
    padding: 15px 20px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff
}

#gnbM .gnbDiv .two .twoD {
    font-size: 15px;
    color: #555;
    padding: 10px 7px;
    border-bottom: 1px solid #d9d9d9;
}

#gnbM .gnbDiv .two .twoD2 {
    font-size: 15px;
    color: #555;
    padding: 10px 7px;
    border-bottom: 1px solid #d9d9d9;
    background: #f3f3f3
}

#gnbM .gnbDiv .two .twoD3 {
    font-size: 15px;
    color: #555;
    padding: 10px 7px 10px 15px;
    border-bottom: 1px dotted #ccc;
    background: #fff
}

#gnbM .gnbDiv .two .thr {
    padding: 15px 15px 5px;
    border-bottom: 1px solid #d9d9d9;
    background: #f7f7f7
}

#gnbM .gnbDiv .two .thr .thrD {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px
}

.dimdBg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1000
}


.mNxt {
    display: none
}

.mobileSubmenu {
    display: none;
    position: absolute;
    top: 104px;
    left: 0;
    width: 94%;
    padding: 10px 3%;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    z-index: 999;
    border-top: 1px solid #ddd;
}

.mobileSubmenu a {
    display: block;
    padding: 10px 3%;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
}

.newTxt {
    font-size: 16px;
    color: #4a4098;
    font-weight: bold;
}




/* 테블릿 세로 해상도 */
@media all and (max-width:980px) {


    #mobileLnb {
        display: none
    }

    .mobileMenu {
        display: block
    }

    #gnbM {
        display: block
    }

    #mobileSub {
        display: block;
    }

    .mobileSubmenu {
        display: none;
    }



}

/* 모바일 해상도 */
@media all and (max-width:800px) {

    #mobileLnb {
        display: none;
    }

    .boxTxt .addInfoBt img {
        width: 100px;
    }

    .mHidden {
        display: none;
    }

}


/*-----------------------------------------------------------------------------------------------------------
하단
-----------------------------------------------------------------------------------------------------------*/

/*.footer_bg {
      background:url(/img/common/copy_bg.jpg)repeat-x top center #1e2832;
}
*/
#footer {
    width: 100%;
    z-index: 800;
    background:#1a1a1a;
    padding-bottom: 35px;
}

.footDiv {
    position: relative;
    width: 1260px;
    margin: auto;
}

/*.footDiv .select-box {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 162px;
}*/

.fUtil {
    text-align: left;
	margin-left: 25%;
	color: #d4d4d4;
	padding: 25px 0px 5px; 
}

 
.fUtil a {
    line-height: 47px;
	color: #d4d4d4!important; 
	 padding: 5px 20px ; 
	 
}

.fUtil a.type1 {
    color: #fad81e !important
}

.copyRight {
	margin-left: 25%;
    line-height: 170%;
    padding: 10px 0 0 15px;
    clear: both;
    text-align: left;
    font-size: 14px;
    color: #d4d4d4;
}

.copyRight span.bar {
   color: #d4d4d4!important; 
    padding: 0 12px;
    font-size: 12px
}

.copyRight a {
    font-size: 14px;
   color: #d4d4d4!important; 
}

.copyRight2 {margin-left: 25%;
    line-height: 170%;
    text-align: left;
    padding: 5px 0 10px 15px;
    padding-bottom: 20px;
    font-size: 14px;
	color: #d4d4d4!important; 
}

.m_copyRight {
    display: none
}
 
#footer .btn-top {
    width: 41px;
    height: 41px;
    overflow: hidden;
    background: url(/img/common/com_img.png);
    background-position: -255px -80px;
    display: block;
    position: fixed;
    bottom: 140px;
    right: -80px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10%;
    transition: right .3s ease;
    z-index: 100000;
    border: 0;
}

#footer .btn-top.on {
    right: 10px;
}


.c_logo {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.c_logo a {
    margin-right: 10px
}

.con_wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}



/* 테블릿 가로 해상도 */
@media all and (max-width:1199px) {

    .footDiv {
        margin: 0 auto;
        width: 100%;
        background: none;
        min-height: inherit;
    }

    .copyRight2 {
        color: #555;
        text-align: center;
    }

}

/* 테블릿 세로 해상도 */
@media all and (max-width:980px) {


    #footer {
        height: auto;
        clear: both;
       /* background: #f3f3f3;*/
        min-height: inherit;
		padding-bottom: 0px;
    }

    #footer:after {
        clear: both;
        display: block;
        content: '';
    }

    .footDiv {
        height: auto;
        width: 100%;
		 
    }

    .footDiv .select-box {
        display: none
    }

    .footDiv .linkBt {
        display: none
    }

    .footDiv .linkBt2 {
        display: none;
    }

    .copyRight {
        display: none
    }

    .copyRight2 {
        color: #555;
        text-align: center;
        font-size: 13px;
		margin-left: 0px;
    }

    .m_copyRight {
        display: block;
        padding-top: 10px;
        clear: both
    }

    .m_copyRight {
        color: #555;
        line-height: 170%;
        text-align: center;
        font-size: 13px
    }

    .m_copyRight p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .m_copyRight a {
        color: #555 !important
    }

    .m_copyRight span.bar {
        color: #666;
        margin: 0 7px;
        font-size: 10px
    }


    .fUtil {
        text-align: center;
        padding: 0px;
		margin-left: 0px;
    }

    .fUtil a {
        display: inline-block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #4c4c4c;
        border-right: 1px solid #4c4c4c;
        padding: 10px 0;
        background: #282828;
        height: auto;
        line-height: normal;
        text-align: center
    }

    .fUtil a {
        color: #fff !important;
        font-size: 13px;
    }

    .fUtil a.type1 {
        color: #FF0 !important;
        font-size: 13px;
    }

    .fUtil span.bar {
        display: none;
    }

    .c_logo {
        display: none;
    }

 
 
}



/*-----------------------------------------------------------------------------------------------------------
서브
-----------------------------------------------------------------------------------------------------------*/

/* 서브페이지 */
#cBody {
    position: relative;
}

/*	#subWrap	{width:1260px; margin:0 auto; overflow:hidden; background:url(/img/common/leftmenu_bg.jpg)repeat-y;}	
	#subWrap:after	{content:'';display:block;clear:both;height:0;visibility:hidden}*/
.subImg {
    position: absolute;
    width: 100%;
    height: 260px;
    z-index: -100;
    background: url(/img/common/sub_img_01.jpg) no-repeat center 100px;
}

.subH {
    width: 100%;
    height: 130px;
}
h2.h2_tt:before{ position:absolute; content:''; left:50%; transform: translateX(-50%);width:75px; height:3px; background:#fff; bottom:50px;}
h2.h2_tt {position:relative;
    /*position:relative; text-align:center; margin:200px auto 0;*/
    font-size: 26px;
    /*letter-spacing: -0.5px;*/
    color: #fff;
    text-align: center;
    font-weight: 500;
    /*font-family:'Godo';*/
    width: 120px;
	padding: 0 40px; 
    background: url(/img/common/title.jpg) no-repeat;
    height: 135px;
    line-height: 32px;
	margin-bottom: 3px;
	padding-top: 45px;
	word-break: keep-all;
    /*animation-name:fadeInDown; animation-duration:0.6s; animation-iteration-count:1;
		animation-direction:altemate; animation-timing-function:linear;
		  -webkit-animation-name: fadeInDown;*/
}

 
.subImg1 {}

.subWrap {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/img/common/leftmenu_bg.jpg)repeat-y;
}

.subWrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

#lnb {
    width: 200px;
    float: left;
}

#lnb div {
    width: 200px;
}

#lnb a.twoD {
    display: block;
    color: #656565;
    padding: 15px 0 15px 20px;
   /* border: 1px solid #ddd;*/
    border-top: none;
    box-sizing: border-box;
    line-height: 150%;
    background: #f4f5f7;
    transition: all 0.6s;
    font-weight: 400;
	margin-bottom: 1px;
    /*background: url() 190px 21px;*/
}

/*#lnb a.twoD{display:block; color:#434343; padding:12px 0 12px 13px;  font-size:17px; font-weight:400;border-bottom:1px solid #ddd;  border-left:1px solid #ddd; border-right:1px solid #ddd;box-sizing:border-box; line-height:28px; transition: all 0.6s; letter-spacing:-1px;  position:relative}*/
/*	#lnb a.twoD:before	{content:""; display:block; background:#ccc; width:12px; height:2px; position: absolute; top:24px; right:15px;}
	#lnb a.twoD:after	{content:""; display:block; background:#ccc; width:2px; height:12px; position: absolute; top:19px; right:20px; }*/
#lnb a.twoD:hover {
    color: #fff;
    background: #0b9bac;
   /* border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;*/
}

#lnb a.twoD.on,
#lnb a.twoD1.on {
    color: #fff;
    background: #0b9bac;
    /*border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;*/
    box-sizing: border-box;
    letter-spacing: -1px;
    position: relative
}

#lnb a.twoD.on:after,
#lnb a.twoD1.on:after,
#lnb a.twoD1.on:hover:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    /*height:2px; background:#fff;*/
    top: 26px;
    right: 10px;
    background: url('/img/common/leftmenu_on.png') no-repeat
}


#lnb a.twoD.onPic,
#lnb a.twoD1.onPic {
    color: #000;
    background: #f4f5f7;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    letter-spacing: -1px;
    position: relative
}

#lnb a.twoD.onPic:after,
#lnb a.twoD1.onPic:after,
#lnb a.twoD1.onPic:hover:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    /*height:2px; background:#fff;*/
    top: 24px;
    right: 10px;
    background: url('/img/common/leftmenu_on.png') no-repeat
}



#lnb a.dep_more {
    display: block;
    color: #656565;
    padding: 15px 0 15px 20px;
    border: 1px solid #eee;
    border-top: none;
    box-sizing: border-box;
    line-height: 110%;
    background: #fafafa;
    transition: all 0.6s;
    font-weight: 400;
/*    background: url() 190px 21px;*/
}



#subCon {
    position: relative;
    width: 998px;
    float: right;
    margin-top: 17px;
    padding-bottom: 40px
}

#subCon > h3 {
    font-size: 36px;
    /*font-family: 'NIXGONM-Vb';*/
    color: #1e2836;
    margin-top: 0px;
    font-weight: 700;
    /*letter-spacing: -0.5px;*/
}

.path {
    margin-top: 10px;
}

.path img {
    vertical-align: middle
}

.path span {
    font-size: 15px;
    padding-left: 14px;
    color: #4e4e4e;
    margin-left: 10px;
    background: url('/img/common/path_arrow.png') no-repeat 0 center
}

.path span.home {
    padding-left: 0px;
    margin-left: 0px;
    background: none;
}

.path span.home img {
    margin-top: -4px;
}

/* 제목 영역 */
.in-wrap {
    margin: 100px 0 40px;
    /*min-height:600px;*/
    clear: both
}

.mNxt {
    display: none
}

.mobileSubmenu {
    display: none;
    position: absolute;
    top: 104px;
    left: 0;
    width: 94%;
    padding: 10px 3%;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    z-index: 99
}

.mobileSubmenu a {
    display: block;
    padding: 10px 3%;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
}

.newTxt {
    font-size: 16px;
    color: #4a4098;
    font-weight: bold;
}

/*		
	
	
	@-webkit-keyframes fadeInDown {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	  }
	
	  to {
		opacity: 0.2;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }
	}
	
	@keyframes fadeInDown {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	  }
	
	  to {
		opacity: 0.2;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }
	}
	
	.fadeInDown {
	  -webkit-animation-name: fadeInDown;
	  animation-name: fadeInDown;
	}
*/
@media only screen and (min-width:1024px) {
    /* PC */
}

/* 테블릿 가로 해상도 */
@media all and (max-width:1199px) {

    /* 서브페이지 */
    .container_wrap {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        box-sizing: content-box;
    }

    .container_wrap:after {
        clear: both;
        content: "";
        display: block;
    }

    .con_wrap {
        max-width: none;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #container {
        padding-bottom: 20px;
        width: 100%;
        color: #333;
        line-height: 24px;
        font-size: 15px;
        overflow: hidden;
    }

    #mobileLnb {
        display: block
    }

}

/* 테블릿 세로 해상도 */
@media all and (max-width:980px) {


    /* 서브페이지 */
    .subImg {
        display: none
    }

    .subH {
        height: 0
    }

    .subWrap {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        border-top: 3px solid #fc8182;
        background: none
    }

    #lnb {
        display: none
    }

    .mNxt {
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 10
    }
.in-wrap {
    margin: 0px 0 40px;
    clear: both
}
    #subCon {
        position: relative;
        width: 100%;
        float: none;
        padding: 20px 10px;
        box-sizing: border-box;
        margin-top: 0px;
    }

    #subCon > h3 {
        font-size: 24px;
        color: #000;
        margin-top: 0px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px
    }

    .path {
        position: relative;
        top: 0px;
        right: 0px;
        left: 0;
        padding: 5px 0;
        margin: 0;
    }
	


}

/* 모바일 해상도 */
@media all and (max-width:800px) {}
