@charset "utf-8";





/** 타이틀 */
.sub_title {padding: 4.706rem 0 0; overflow: hidden; box-sizing: border-box; background: url('../../../images/site/login/sub06_img_bg.png'); background-size: cover; background-position: center; position: relative; bottom: 5.353rem; height: 22.353rem;}
.sub_title > .container{height: 100%;}
.sub_title .inner {position: relative; width:100%; height: 100%; /* float:right; top: 60px; position: relative; */}
.sub_title .inner > .title_left_box{display: inline-block; vertical-align: top; padding-top: 3.529rem; position: absolute; left: 30px;}
.sub_title .inner > .title_right_box{position: absolute; right: 0; bottom: 0; vertical-align: top; margin-top: 1.376rem;}
.sub_title .inner > .title_right_box > img{display: block;}
.sub_title .inner .menu_path > li > a > img{vertical-align: text-top;}
.sub_title p {font-size:1.118rem; font-weight:bold;}
.sub_title p + ul {margin-top:0.471rem;}
.sub_title ul {overflow:hidden;}
.sub_title ul li {float:left; font-size:0.882rem;}
.sub_title ul.menu_path li + li::before {content:'>'; margin:0.882rem;}

.lgr_snb_nav{display: inline-block; vertical-align: middle; margin-top: -3px; margin-left: 30px;}
/** SNB */
.snb .top {line-height: normal; font-weight: bold; font-size: 2.824rem; color: #333; margin-top: 2.941rem;}
.snb ul[data-level="1"]{margin-top: 1.471rem;}
.snb ul[data-level="1"] > li + li:before{content: '/'; margin: 0 1.176rem; color: rgb(0,0,0,.5);}
.snb ul li a span {font-size:0.941rem; color: rgb(0,0,0,.5);}
.snb ul[data-level="1"] > li.nowMenu > a > span{color: #333; font-weight: 600;}
/** //SNB */
/** //타이틀 */

@media screen and (max-width: 375px) {
	.lgr_snb {
		display: none;
	}

	.lgr_snb ul {
		overflow: hidden;
		box-sizing: border-box;
	}

	.snb {
		display: none;
	}

	.sub_title .inner {
		display: none;
	}
}

@media screen and (min-width: 376px) and (max-width: 485px) {
	.lgr_snb{
		display: none;
	}

	.lgr_snb ul{
		overflow: hidden;
		box-sizing: border-box;
	}

	.snb{
		display: none;
	}

	.sub_title .inner{
		display: none;
	}
}
