popup style
.pop-layer {
    background-color:#fff;
}
#layer-top {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:150px;
	overflow:hidden;
	background:#fff;
}
#layer-top > ul,
#layer-top > ul > li,
#layer-top > ul > li > div,
#layer-top > ul > li > div p
{
	height:100% !important;
}
#layer-top > ul > li > div p img
{
	width:100% !important;
	height:100% !important;
}
#layer-top .pop_layout_1200
{
	height:auto
}
#layer-top .popBExit
{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1;
}

.header {
	position: relative;
	z-index: 10;
}

.header .topWrap {
	background-color:#f4f4f4;
	border-bottom:1px solid #e5e5dd;
	text-align:right;
}

.header .topWrap .utilWrap {
	float:right;
}

.header .topWrap .utilWrap li {
	float:left;
	position:relative;
	color:#5b664a;
	font-size:14px;
	padding:10px 20px;
	background-color:#fff;
	border-left:1px solid #e5e5dd;
	height:38px;
	line-height:19px;
	text-align:center;
}

.header .topWrap .utilWrap li:last-child {
	border-right:1px solid #e5e5dd;
}

.header .topWrap .utilWrap li img {
	width:15px;
}

.header .topWrap .utilWrap li.search input {
	border:none;
	width:150px;
	font-size:14px;
	color:#000;
}

.header .topWrap .utilWrap li.search input::placeholder {
	font-size:12px;
	color:#888;
}

@media screen and (max-width: 1023px) {
	.header .topWrap .utilWrap {
		border-bottom:2px solid #305c46;
		overflow:hidden;
	}
	
	.header .topWrap .utilWrap li {
		width: 25%;
		border:0;
		border-left:1px solid #e5e5dd;
		
		padding:5px;
		font-size:14px;
		line-height:23px;
	}

	.header .topWrap .utilWrap li:first-child {
		width: 100%;
		display: block;
		border:0px;
		border-bottom:1px solid #e5e5dd;
	}

	.header .topWrap .utilWrap li:nth-child(2) {
		border-left:0;
		border-right:0;
	}

	.header .topWrap .utilWrap li:nth-child(3) {
		border-right:0;
	}
	
	.header .topWrap .utilWrap li:last-child {
		border-right:0;
	}
	
	.header .topWrap .utilWrap li.search input {
		width:218px;
		padding:7px;
	}
}

.header .bottomWrap {
	height:90px;
}

.header .bottomWrap .logo {
	float:left;
	padding:15px 0;
}

.header .bottomWrap .logo img {
	width:167px;
}

.header .bottomWrap .mainMenu {
	float:right;
}

.header .bottomWrap .mainMenu>li {
	float:left;
	margin-left:40px;
	position: relative;
}

.header .bottomWrap .mainMenu>li>a {
	display:block;
	line-height: 90px;
	color:#080808;
	font-size: 18px;
	font-weight: 600;
	font-family: 'aritaL';
	transition:all .3s;
}

.header .bottomWrap .mainMenu>li:hover>a,
.header .bottomWrap .mainMenu>li.active>a {
	color:#28523d;
}

.header .bottomWrap .mainMenu>li:not(.noSub):before {
	content:'';
	width:15px;
	height:10px;
	background:url(/assets/bsd03/image/common/img_submenu_arrow.png);
	background-size: 100% auto;
	position: absolute;
	top:100%;
	left:50%;
	margin-top:-22px;
	margin-left:-7.5px;
	opacity: 0;
	transition:all .3s;
}

.header .bottomWrap .mainMenu>li:hover:before {
	opacity: 1;
}

.header .bottomWrap .subMenu {
	position: absolute;
	top:100%;
	margin-top:-12px;
	border-radius:300px;
	border:1px solid #244233;
	background-color:#fff;
	padding:14px 10px 15px;
	box-shadow: 2.828px 2.828px 7.12px 0.88px rgba(4, 0, 0, 0.33);
	white-space: nowrap;
	display:none;
}

.header .bottomWrap .subMenu li {
	display:inline-block;
}

.header .bottomWrap .subMenu li:not(:last-child) {
	border-right:1px solid #dcdcdc;
}

.header .bottomWrap .subMenu li a {
	display:block;
	padding:0 20px;
	color:#666666;
	font-size: 14px;
	font-family: 'aritaSB';
}

.header .bottomWrap .subMenu li a:hover {
	font-weight: bold;
	color:#000;
}

.header .bottomWrap .mainMenu>li:nth-child(1) .subMenu,
.header .bottomWrap .mainMenu>li:nth-child(2) .subMenu,
.header .bottomWrap .mainMenu>li:nth-child(3) .subMenu {
	left:0;
}

.header .bottomWrap .mainMenu>li:nth-child(4) .subMenu,
.header .bottomWrap .mainMenu>li:nth-child(5) .subMenu,
.header .bottomWrap .mainMenu>li:nth-child(6) .subMenu,
.header .bottomWrap .mainMenu>li:nth-child(7) .subMenu {
	right:-30px;
}

.footer {
	/* background-color:#514643; */
	padding:35px 20px 40px;
	position:relative;
	z-index:2;
}


.footer .rightWrap {
	float:right;
}

.footer .rightWrap .depth1>li {
	float:left;
	position:relative;
}

.footer .rightWrap .depth1>li>a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    padding: 13px 14px;
    width: 200px;
    border:1px solid rgba(255,255,255,.3);
}

.footer .rightWrap .depth1>li>a:before {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    transform-origin: 50% 50%;
    transition: all .3s;
    background: url(/assets/bsd03/image/common/img_footer_arrow.png);
}

.footer .rightWrap .depth1>li>a.active:before {
    transform: rotate(180deg);
}


.footer .rightWrap .depth2 {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: #82736f;
    display: none;
    z-index: 1;
}

.footer .rightWrap .depth2 a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 12px;
}

.footer .rightWrap .depth2 li:not(:last-child) a {
    border-bottom: 1px dashed rgba(255,255,255,.2);
}

.footer .leftWrap p {
    font-size: 12px;
    font-family: "Verdana", "Malgun Gothic";
    color:rgba(255,255,255,.6);
    line-height: 1.8;
}
.noContents {
	max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.noContents h3 {
	font-family: 'aritaL';
	font-size: 30px;
	font-weight: 600;
	color: #ccc;
}

.noContents p {
	margin-top: 20px;
	font-family: 'aritaL';
	font-size: 24px;
	font-weight: 400;
	color: #ccc;
}

@media screen and (max-width:1200px) {
	.sectionWrap .layout_1200 {
		padding:0 60px;
		width:100%;
	}

	.section1Wrap .layout_1200, .section2Wrap .layout_1200 {
		padding:0 60px;
		width:100%;
	}

	.layout_1200 {
		padding:0 40px;
		width:100%;
	}

	.header .bottomWrap .mainMenu>li>a {
		font-size: 16px;
	}

	.header .bottomWrap .mainMenu>li {
		margin-left:30px;
	}
}
/* 1200-end */

@media screen and (max-width:1023px) {
	.util01 { padding: 0px !important; }
	.header .topWrap a {
		font-size: 12px;
		padding:8px 12px;
	}
	
	.layout_1200 {
		padding:0 40px;
	}

	.sectionWrap .layout_1200 {
		padding: 0 40px;
	}

	.section1Wrap .layout_1200, .section2Wrap .layout_1200 {
        padding: 0 40px;
	}
	
	.section1Wrap.section1WrapEtc .layout_1200, .section2Wrap.section2WrapEtc .layout_1200 {
		padding: 0 20px;
	}

	.header .bottomWrap .logo img {
		width:126px;
	}

	.header .bottomWrap .mainMenuWrap {
		position: fixed;
		top:79px;
		right:0;
		transition:all .5s;
		width:0;
		background-color:#fff;
		z-index: 1000;
		height:calc(100vh - 32px);
		overflow:hidden;
	}

	.header .bottomWrap .mainMenuWrap.active {
		width:280px;
	}

	.header .bottomWrap .mainMenu {
		float:none;
		width:280px;
	}

	.header .bottomWrap .mainMenu>li {
		float:none;
		width:100%;
		margin:0;
	}

	.header .bottomWrap .mainMenu>li>a {
		line-height: 1;
		border-bottom:1px solid #ddd;
		padding:13px 20px;
		position: relative;
		font-size: 15px;
	}

	.header .bottomWrap .subMenu li a {
		font-family: 'aritaSR';
	}

	.header .bottomWrap .mainMenu>li:not(.noSub)>a:before {
		content:'';
		width:14px;
		height:2px;
		background:#ccc !important;
		opacity: 1;
		position: absolute;
		right:15px;
		left:auto;
		top:50%;
		margin:0;
		margin-top:-2px;
	}

	.header .bottomWrap .mainMenu>li:not(.noSub)>a:after {
		content: '';
		width: 2px;
		height: 14.4px;
		background-color: #ccc;
		position: absolute;
		right: 21px;
		top: 50%;
		margin-top:-8px;
	}

	.header .bottomWrap .mainMenu>li:not(.noSub)>a.active:after {
		display:none;
	}

	.header .bottomWrap .mainMenu>li:not(.noSub):before {
		display:none;
	}

	.header .bottomWrap .subMenu {
		position: static;
		margin:0;
		background-color:#ddd;
		display:none;
		border-radius:0;
		box-shadow: none;
		border:none;
	}

	.header .bottomWrap .subMenu li {
		display:block;
		margin-bottom:10px;
	}

	.header .bottomWrap .subMenu li:last-child {
		margin:0;
	}

	.header .topWrap {
		position: fixed;
		top:0;
		right:0;
		width:0;
		z-index: 1000;
		text-align:center;
		overflow:hidden;
		transition:all .5s;
	}

	.header .topWrap.active {
		width:280px;
	}

	.header .topWrap .layout_1200 {
		width:281px;
	}

	.header .topWrap a {
		background-color:transparent;
		border:none !important;
		padding:10px 3px;
		position: relative;
	}

	.header .topWrap .search {
		display:none;
	}

	.header .topWrap a:not(:last-child):after {
		content:'·';
		position: absolute;
		right:0;
	}

	.header .bottomWrap {
		height:auto;
		position:relative;
	}

	.header .bottomWrap .logo {
		margin-left: -28px;
		padding:10px 0;
	}

	.header .bottomWrap .search {
		display:block;
		float:right;
		margin-top:24px;
		margin-right:22px;
		width:22px;
		height:22px;
	}

	.header .bottomWrap .search img {
		width:20px;
	}

	.header .bottomWrap .toggleBtn {
		display:block !important;
		width:25px;
		height:20px;
		position: absolute;
		top:24px;
		transition:all .5s;
		right:24px;
		text-indent: -9999px;
		z-index: 400;
	}

	.header .bottomWrap .toggleBtn span {
		display:block;
		width:100%;
		height:3px;
		background-color:#000;
		position: absolute;
		top:50%;
		left:0;
		margin-top:-1.5px;
		border-radius:300px;
	}

	.header .bottomWrap .toggleBtn:before,
	.header .bottomWrap .toggleBtn:after {
		content:'';
		width:100%;
		height:3px;
		background-color:#000;
		position: absolute;
		border-radius:300px;
		transition:all .5s;
		left:0;
		transform-origin: 0 0;
	}

	.header .bottomWrap .toggleBtn:before {
		top:0;
	}

	.header .bottomWrap .toggleBtn:after {
		bottom:0;
	}

	.header .bottomWrap .menuBackDrop {
		position: fixed;
		top:0;
		left:0;
		width:100vw;
		height:100vh;
		background-color:rgba(0, 0, 0, 0.3);
		z-index: 100;
		display:none;
	}

	.header .bottomWrap .toggleBtn.active {
		right:290px;
		position: fixed;
	}

	.header .bottomWrap .toggleBtn.active span {
		opacity: 0;
	}

	.header .bottomWrap .toggleBtn.active:before {
		left:2px;
		transform:rotate(45deg);
	}

	.header .bottomWrap .toggleBtn.active:after {
		transform: rotate(-45deg);
	}

	.header .bottomWrap .toggleBtn.active:before,
	.header .bottomWrap .toggleBtn.active:after {
		background:#fff;
	}
}
/* 1023-end */

@media screen and (max-width:767px) {
	.header .bottomWrap .logo img {
		width:100px;
	}

	.header .bottomWrap .toggleBtn span,
	.header .bottomWrap .toggleBtn:before,
	.header .bottomWrap .toggleBtn:after {
		height:2px;
	}

	.header .bottomWrap .toggleBtn {
		width: 22px;
		height: 16px;
		top: 16px;
		right: 16px;
	}

	.header .bottomWrap .toggleBtn span {
		margin-top:-1px;
	}

	.header .bottomWrap .toggleBtn.active:before {
		left:1px;
		top:-1px;
	}

	.header .bottomWrap .toggleBtn.active {
		right:285px;
	}

	.header .bottomWrap .logo {
		padding:5px 0;
	}

	.footer {
		padding:20px 15px;
	}

	.footer .rightWrap {
		float:none;
	}
	
	.footer .leftWrap {
		margin-top:20px;
	}

	.footer p {
		font-size: 13px;
		word-break: keep-all;
	}

	.sectionWrap .layout_1200 {
		padding: 0 20px;
	}

	.section1Wrap .layout_1200 {
        padding: 0 20px;
	}

	.sub_contents.layout_1200 {
		padding:0 20px;
	}
}
/* 767-end */

/* 페이지오류*/

.noRouteWrap {
    margin:30px auto 55px;
    max-width:720px;
}

.noRouteWrap img {
    width:283px;
    display:block;
    margin:0 auto;
}

.noRouteWrap .tit {
    font-family:'aritaM';
    text-align:center;
    font-size:28px;
    line-height:1.45;
    letter-spacing:-0.06em;
    margin-top:30px;

}

.noRouteWrap .tit span.bold {
    font-weight:600;
}

.noRouteWrap .explanation {
    font-size:16px;
    color:#666;
    text-align:center;
    margin-top:20px;
    letter-spacing:-0.08em;
    line-height:1.5;
}

*.noRouteWrap .btnWrap a:before, *.noRouteWrap .btnWrap a:after {
    z-index: -1;
}

.noRouteWrap .btnWrap a {
    width:180px;
    height:60px;    
    display:block;
    margin: 50px auto 0;
    line-height:60px;
    text-align:center;
    color:#474747;

    font-family:'aritaM';
    font-size:18px;
    letter-spacing:-0.06em;
    border-radius:5px;
    border:1px solid #474747;
    position: relative;
    overflow: hidden;
    z-index:1;
  }
  .noRouteWrap .btnWrap a:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #333;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            transition: 0.4s ease-in-out;    
  }
  .noRouteWrap .btnWrap a:hover {
    color: #fff;   
    z-index:10;
    transition: 0.5s ease-in-out;
  }
  .noRouteWrap .btnWrap a:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }


  .btnAdmin {
	display: inline-block;
    margin-left: 15px;
    border: 1px solid #b39c95;
    line-height: 18px;
    font-size: 13px;
    border-radius: 3px;
    padding: 0 8px;
    background: rgb(60 48 45);
    color: #fff !important;
    box-shadow: 1px 2px 0px rgba(0,0,0,0.2);
}


@media screen and (max-width:1023px)
{
    .noRouteWrap img {
        width:270px;
    }

    .noRouteWrap .tit {
        font-size:26px;
    }

    .noRouteWrap .btnWrap a {
        width:170px;
        height:50px;
        line-height:50px;
        font-size:16px;
    }
}

@media screen and (max-width:500px)
{
    .noRouteWrap {
		margin:34px auto 60px;
		padding:0 15px;
    }
    .noRouteWrap img {
        width:190px;
    }

    .noRouteWrap .tit {
        font-size:22px;
    }

    .noRouteWrap .explanation {
        font-size:15px;
        word-break:keep-all;
    }

    .noRouteWrap .explanation br {
        display:none;
    }

    .noRouteWrap .btnWrap a {
        width:150px;
        height:45px;
        line-height:45px;
        margin:30px auto 0;
	}
	
	br.hide {
		display: block !important;
	}

	span.mhide { display: none; }
}

@media screen and (max-width:320px)
{
    .noRouteWrap {
        margin:14px auto 45px;
    }

    .noRouteWrap img {
        width:180px;
    }
    .noRouteWrap .tit {
        font-size:19px;
    }
    .noRouteWrap .explanation {
        font-size:13px;
    }
}