@charset "utf-8";

.more{display:block;overflow: hidden;position:absolute;top:0;right:0;width:50px;height:50px;border:0;font-size:0;}
.more:before,
.more:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.more:before {width: calc(100%/2);height: 1px;background: #b2b2b2;}
.more:after {width: 1px;height: calc(100%/2);background: #b2b2b2;}
button[data-control]{position:relative;display:inline-block;margin:0 -4px;width:25px;height:25px;vertical-align:middle;overflow: hidden;}
button[data-control]:before,
button[data-control]:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
button[data-control="prev"]:before,
button[data-control="next"]:before{width: calc(100%/2.5);height: calc(100%/2.5);border-width:2px;border-style: solid;border-color: #333;transform: rotate(45deg);}
button[data-control="prev"]:before{right: -5px;border-width: 0 0 2px 2px;}
button[data-control="next"]:before{left: -5px;border-width: 2px 2px 0 0;}
button[data-control="stop"]:before{width: 2px;height: calc(100%/2);box-shadow: -3px 0 #333, 3px 0 #333;}
button[data-control="play"]:before{right: -5px;width: 0;height: 0;border-width: 10px 0 10px 15px;border-style: solid;border-color: transparent transparent transparent #333;}

.layout{position:relative;margin:0 auto;width:100%;max-width:1240px;}
.clear:after,
.layout:after{display:block;visibility:hidden;clear:both;content:""}


.top_link {position:relative;z-index: 1021;height:44px;background-color: #505961;overflow: hidden;}
.modal-open .top_link {z-index:1;}
.top_link .layout {
    max-width: none;
    padding: 0 20px;
}
.top_link p {float:left;line-height: 47px;padding-left:47px;margin:0;background:url(/template/C1/images/icon.png)no-repeat left center;color:#fff;font-size: 13px;letter-spacing: -0.09em;}
.top_link ul {float:right;height:40px;margin:4px 0 0;}
.top_link ul > li {float:left;width: auto;text-align:center;padding: 0 12px;position: relative;}
.top_link ul > li:before{content:'';position:absolute;top: 15px;left:0;width:1px;height:10px;background-color:rgba(255,255,255,0.3);}
.top_link ul > li > a{display:block; width:100%; line-height:40px; color:#fff; font-size:14px;font-family:'score-dream-extrabold',"맑은고딕",'Malgun Gothic',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",AppleGothic,Dotum,arial;}
.top_link ul > li.n1:before,
.top_link ul > li.siteLink:before{display:none;}
.top_link ul > li.lang {position:relative;/* width: 100px; */}
.top_link ul > li.lang .clickOpen_lang {position:relative;}
.top_link ul > li.lang .clickOpen_lang > button {display:block;width:100%;line-height: 40px;color: #fff;font-size: 14px; text-align:center; transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;}
.top_link ul > li.lang .clickOpen_lang > button:after {display:inline-block; margin:0 0 0 5px;border-left:4px solid transparent;border-right: 4px solid transparent;border-top:4px solid #fff;content:''; vertical-align:middle;}
.top_link ul > li.lang .clickOpen_lang > div {display:none;position:absolute;top: 40px;z-index: 3;width:100%;}
.top_link ul > li.lang .clickOpen_lang.on > div {display:block;}
.top_link ul > li.lang .clickOpen_lang > div > button{display:block;width:100%;position:absolute;top:-40px;left:0;height: 40px;line-height: 40px;background: #323d47;color: #fff;font-size: 14px;}
.top_link ul > li.lang .clickOpen_lang > div > button:after {display:inline-block;margin:0 0 0 5px;border-left:4px solid transparent;border-right: 4px solid transparent;border-bottom: 4px solid #fff;content:'';vertical-align:middle;}
.top_link ul > li.lang .clickOpen_lang > div .inner {border-top:1px solid #fff;}
.top_link ul > li.lang .clickOpen_lang > div .inner span {display:block;}
.top_link ul > li.lang .clickOpen_lang > div .inner span a {display:block;width:100%;height: 40px;line-height: 40px;background: #323d47;color:#fff;border-bottom: 1px dashed #6a7179;font-size:14px;text-align: center;}
.top_link ul > li.lang .clickOpen_lang > div .inner span:last-child a {border:none;}
.top_link ul > li.lang .clickOpen_lang > div .inner span a:hover,
.top_link ul > li.lang .clickOpen_lang > div .inner span a:focus {background:#252C1f;}
.top_link ul > li.siteLink{/* width:231px; */position: relative;}
.top_link ul > li.siteLink > a{background-color: #244788;padding: 0 17px 0 17px;border-radius: 10px 10px 0 0;}
.top_link ul > li.siteLink > a svg{overflow:visible;position:absolute;top: -4px;left: 10px;width: 33px;height:57px;/* border:1px solid */}
.top_link ul > li.siteLink > a svg .st0{fill:#ED1C24;}
.top_link ul > li.siteLink > a svg .st1{fill:#1872c8;}
.top_link ul > li.siteLink > a svg .st2{fill:#00AB4E;}
.top_link ul > li.siteLink > a svg [class*="st"]{transform-origin: center center;-webkit-transform-origin: center center;}
.top_link ul > li.siteLink > a svg .st0{animation: 2.8s flyingEven linear infinite;animation-delay: 0.2s;}
.top_link ul > li.siteLink > a svg .st1{animation:2.8s flyingOdd linear infinite;animation-delay: 0.3s;}
.top_link ul > li.siteLink > a svg .st2{animation: 2.8s flyingEven linear infinite;animation-delay: 0.6s;}
@keyframes flyingEven {
	0% {
		transform: translate(5px, 5px) scale(1);
		opacity: 1;
		filter: blur(0px);
	}
	100% {
		transform: translate(0px, -10px) scale(1.5);
		opacity: 0;
		filter: blur(5px);
	}
}
@keyframes flyingOdd {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		filter: blur(0px);
	}
	100% {
		transform: translate(-5px, -5px) scale(1.5);
		opacity: 0;
		filter: blur(5px);
	}
}
@media screen and (max-width:1279px){
	.layout {max-width: none;padding:0 20px;}
    .top_link .layout {padding:0 20px;}
    .top_link ul > li{padding: 0 6px;}
    .top_link ul > li.lang .clickOpen_lang > button,
    .top_link ul > li > a{font-size: 13px;}
}
@media screen and (max-width:1023px){
	.top_link ul > li.lang{display:none;}
    .top_link ul > li > a{font-size: 12px;}
}
@media screen and (max-width:850px){
	.top_link p{font-size:12px;}	
}
@media screen and (max-width:767px){
	.top_link .layout{padding: 0;}
	.top_link p{border-bottom: 1px solid rgba(255,255,255,0.1);display: block;float: none;/* margin: 0 20px; */line-height: 35px;}
	.top_link {height:auto;/* background-color: #505961; */border-bottom: 1px solid rgba(255,255,255,0.1);}
	.top_link ul{display:block;float:none;}
	.top_link ul > li.siteLink{float:right}
}
@media screen and (max-width:580px){
.top_link p {line-height: 23px;padding: 14px 0 8px 47px;font-size: 12px;background-position: 3px 17px;}
.top_link ul > li.siteLink > a{font-size:12px;}
}
@media screen and (max-width:480px){
.top_link p {font-size:11px;background-position: 3px 17px;}
.top_link ul li{display:none;}
.top_link ul li.siteLink{display:block;height: 40px;width: 100%;}
.top_link ul > li.siteLink > a{font-size: 15px;height: 48px;}
}
@media screen and (max-width:380px){
.top_link p {font-size:11px;}
.top_link ul > li.siteLink > a{padding-left: 53px;line-height: 1.4;padding-top: 11px;text-align: center;padding-top: 9px;font-size:17px;}	
.top_link ul > li.siteLink > a svg{width:40px;}
}


#top_layout{display:block;position: absolute;z-index: 1020;width:100%;height: 91px;text-align:center;/* background: #fff; */}
#top_layout.on {z-index: 999;}
#top_layout .top_wrap {height: 100%;padding: 0 30px;}
#top_layout .top_wrap #logo {position: relative;z-index: 11;float: left;}
#top_layout .top_wrap #logo a {display:inline-block;line-height: 92px;font-size: 21px;font-weight: bold;color: #fff;font-family: 'score-dream-extrabold';}
#top_layout .top_wrap #logo a span {display: inline-block;position: relative;width: 87px;height: 57px;margin: 16px 40px 0 0;background: url(/template/B1/images/logo.png) no-repeat;background-image: url(/template/B1/images/logo.svg), none;background-size: cover;font-size: 0;vertical-align: top;}
#top_layout .top_wrap #logo a span:after {position:absolute;top: 22px;right: -20px;content:'';width:1px;height:20px;background:#ddd;}
#top_layout .top_wrap .utile_wrap {height:100%;float: right;}
#top_layout .top_wrap .utile_wrap li {float:left;position: relative;z-index: 11;}
#top_layout .top_wrap .utile_wrap li.form_wrap {position:relative;width: 315px;margin: 20px 10px 0 0;display: none;}
#top_layout .top_wrap .utile_wrap li.form_wrap input[type="text"]{width:100%;height: 52px;padding: 0 45px 0 25px;border-radius: 30px;border: 1px solid #ececec;font-size: 14px;line-height: 50px;color: #fff;background-color: transparent;}
#top_layout .top_wrap .utile_wrap li.form_wrap input[type="text"]::placeholder{color:#fff;font-weight:bold;font-size:16px;}


#top_layout .top_wrap .utile_wrap li.form_wrap .submit {position:absolute;right: 20px;top:0;height:100%;}
#top_layout .top_wrap .utile_wrap li.form_wrap .submit input[type="submit"]{width: 22px;height:100%;background:url(/template/B1/images/search.png)no-repeat center;font-size:0;}
#top_layout .top_wrap .utile_wrap li.pc {height:100%;}
#top_layout .top_wrap .utile_wrap li.pc a {display: block;width: 52px;height:100%;background:url(/template/B1/images/menu.png)no-repeat center;font-size: 0;}
#top_layout .top_wrap .utile_wrap li.mo {display:none;}
#top_layout .top_wrap .utile_wrap li.mo button {display: block;width: 52px;height:100%;background:url(/template/B1/images/menu.png)no-repeat center;font-size: 0;}
#top_layout.on + .gnb_bg {display: block;z-index: 99;}
#top_layout + .gnb_bg {display: none;position: fixed;top: 44px;left: 0;z-index: 2;width: 100%;height: 100%;background: #000;opacity: 0.5;content:'';transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
.modal-open #top_layout .top_wrap #logo{z-index:-1;}



#gnb_layout{display: block !important;overflow:hidden;position:absolute;top: 0;left: 0;width: 100%;min-height: 87px;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;}
#gnb_layout:after{top:92px}
#gnb_layout.open{}
#gnb_layout.open:after{position: absolute;top:87px;bottom: 0;right:0;width: 100%;height:auto;border-top: 1px solid #eee;background: #fff url(/template/A/images/gnb_bg2.jpg)no-repeat 99% bottom;content:"";}
#gnb_layout.open:before{display:block;position:absolute;top: 87px;left: 0;right: 50%;z-index: 1;width: auto;height:100%;margin-right: 365px;background: #f6f7f9;content:'';}
#gnb {position: absolute;top:0px;left: 0;width: 100%;height: 87px;z-index:2;}
#gnb_layout.action{position:relative;background-color:#fff;}
#gnb_layout .layout{position:relative;height: 100%;}
#gnb_layout .depth1_ul{display:inline-block;float: none;height:100%;z-index:14;}
#gnb_layout .depth1_ul:after {display: block; content: ''; clear: both;}
#gnb_layout .depth1_ul>li{display:inline-block;float:left;height:100%;margin: 0 -2px;vertical-align:top;}
#gnb_layout .depth1_ul>li>a{position:relative;display:block;height:100%;padding: 0 18px;text-align:center;}
#gnb_layout .depth1_ul>li>a:before{display: block;position: absolute;top: 50%;left: 1px;content:'';width: 1px;height: 10px;margin-top: -4px;background: #ddd;transform: rotate(30deg);}
#gnb_layout .depth1_ul>li:first-child>a:before{display:none;}
#gnb_layout .depth1_ul>li>a:after {display:block;position:absolute;left: 50%;bottom: 0;content:'';width: 0;height:4px;background-color:#ffa200;transition: all 0.3s;-webkit-transition: all 0.3s;}
#gnb_layout .depth1_ul>li>a.current:after {left:0; width:100%;}

#gnb_layout .depth1_ul>li>a.current{}
#gnb_layout .depth1_ul>li>a.current span {font-weight: 700;color: #eee;}
#gnb_layout .depth1_ul>li>a.current + .item{opacity: 1;display: block}
#gnb_layout .depth1_ul>li>a span{display: inline-block;height: 100%;line-height: 87px;font-size: 18px;font-weight: 700;color: #fff;vertical-align: middle;text-shadow: 2px 2px 1px rgba(0,0,0,.1);font-family: 'score-dream-extrabold';letter-spacing: -2px;}
#gnb_layout .depth1_ul>li>a[target="_blank"] span:after {display:inline-block;width:16px;height:12px;margin: -2px 0 0 5px;background: url(/template/A2/images/target.png) no-repeat;border: 0;transform: none;content:'';vertical-align:middle;}
#gnb_layout .depth1_ul>li>a span:before{display:block;opacity:0;position:absolute;left:50%;bottom: 0;content:'';margin-left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 7px solid #ffa200;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}
#gnb_layout .depth1_ul>li>a.current span:before {opacity:1;}
#gnb_layout .depth1_ul > li .item{display: block;position:absolute;top: 87px;left: 0;z-index: 100;width: 100%;min-height: 300px;margin: 50px 0;padding-left: 275px;text-align: left;}
#gnb_layout .depth1_ul > li .item .gnb-title {position:absolute;top:0;left: 0;height:100%;padding-right: 20px;width: 255px;text-align: left;}
#gnb_layout .depth1_ul > li .item .gnb-title:after {display:block;position:absolute;left: -37px;bottom:0;content:'';width:228px;height:186px;background:url(/template/B1/images/gnb_obj.png)no-repeat;}
#gnb_layout .depth1_ul > li .item .gnb-title strong{display:inline-block;position: relative;z-index: 1;margin: 0 0 40px;font-size: 23px;color: #282828;line-height: 1.3;font-family: 'score-dream-extrabold';}
#gnb_layout .depth1_ul > li .item .gnb-title strong:after {display:block;position:absolute;left:0;bottom: -24px;content:'';width:36px;height:1px;background:#282828;}
#gnb_layout .depth1_ul > li .item .gnb-title p{display:inline-block;position: relative;z-index: 1;width:100%;padding:0;margin:0;font-size:14px;color: #767676;line-height: 1.4;}
#gnb_layout .depth1_ul > li .item .gnb-depth {position:relative;height:100%;min-height: 243px;}
#gnb_layout .depth1_ul > li .item .depth2_ul{float:left;position: relative;top: 0;height: 100% !important;min-height: 243px;width: 100%;text-align:  left;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li{display: block;float: left;position:relative;width: calc(33.33% - 20px);padding: 0;margin: 0 0 30px 20px;text-align: left;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a{display:block;position: relative;padding: 10px 40px 10px 20px;border: 1px solid #d9d9d9;border-radius: 5px;vertical-align: top;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:before {display:block;position:absolute;content:'';top: 13px;right:15px;width: 21px;height: 20px;background: url(/template/B1/images/gnb_ico.png)no-repeat;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on:before,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:hover:before,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:focus:before {background-position:-21px 0;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a span {display: inline-block;color: #282828;font-size: 17px;font-family: 'score-dream-medium';vertical-align: top;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:hover,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:focus {border:1px solid #345aa0;box-shadow: 0 2px 0 #345aa0;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:hover span,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a:focus span,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on span {color: #345aa0;}
#gnb_layout .depth1_ul > li .depth2_ul > li > a[target="_blank"]:before {display:inline-block;top: 18px;width:16px;height:12px;border:none;background:url(/template/B1/images/target.png)no-repeat;content:'';vertical-align:middle;}
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a.on[target="_blank"]:before,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a[target="_blank"]:hover:before,
#gnb_layout .depth1_ul > li .item .depth2_ul > li > a[target="_blank"]:focus:before {background-position:0 0;}
#gnb_layout .depth3_ul {padding: 10px 20px 0;}
#gnb_layout .depth3_ul > li {position:relative; margin:5px 0; }
#gnb_layout .depth3_ul > li > a {display:block; position:relative; width:100%; padding-left:10px; }
#gnb_layout .depth3_ul > li > a:before{display:block; position:absolute; left:0; top:11px; content:''; width:3px; height:3px; background:#9f9fa0;}
#gnb_layout .depth3_ul > li > a:hover:before,
#gnb_layout .depth3_ul > li > a:focus:before {background:#345aa0;}
#gnb_layout .depth3_ul > li > a > span {display:inline-block;font-size: 14px;color: #7b7b7b;font-family: 'score-dream-medium';}
#gnb_layout .depth3_ul > li > a[target="_blank"] > span:after {display:inline-block;width:16px;height:12px;margin:-2px 0 0 5px;background:url(/template/B1/images/target.png)no-repeat;content:'';vertical-align:middle;}
#gnb_layout .depth3_ul > li > a:hover > span,
#gnb_layout .depth3_ul > li > a:focus > span {color:#345aa0; text-decoration:underline;}
#gnb .line{position:absolute;top:87px;left:0;width:100%;height:1px;background-color:rgba(255,255,255,0.2)}

#body_layout {display: block;width: 100%;}

@media screen and (max-width:1919px){
	#top_layout .top_wrap .utile_wrap li.form_wrap {width:215px;}
	#top_layout .top_wrap .utile_wrap li.form_wrap input[type="text"] {padding: 0 45px 0 20px;}
}

@media screen and (max-width:1400px){
	#top_layout {height:157px;}
	#top_layout .top_wrap .utile_wrap {height:92px;}
	#top_layout .top_wrap .utile_wrap li.form_wrap {width: 316px;position: absolute;right: 50%;margin-right: -158px;}

	#gnb_layout.open #gnb:before {display:none;}
	#gnb_layout {top:92px;min-height:65px;border-top: 1px solid rgba(255,255,255,.1);}
	#gnb_layout.open {}
	#gnb_layout:after{top:65px}
	#gnb_layout.open:after{top: 64px;}
	#gnb_layout.open:before{top: 65px;}
	#gnb {height: 65px;}
	#gnb_layout.open #gnb:before {top:65px;}
	#gnb_layout .depth1_ul > li .item{top: 65px;}
	#gnb_layout .depth1_ul > li .item .gnb-title:after {left:-10px;}
	#gnb_layout .depth1_ul>li>a span {line-height:65px;}
	#gnb_layout .depth1_ul>li>a span:before {bottom:7px;}
}


@media screen and (max-width:1279px){
	#top_layout .top_wrap {padding:0 20px;}
	#top_layout .top_wrap .utile_wrap {}
	#top_layout .top_wrap .utile_wrap li.form_wrap {position: relative;right:auto;margin: 20px 10px 0 0;}
	#top_link .linkwrap {display:none;}
	#gnb_layout.open:before {left:0;width:255px; margin:0;}
	#gnb_layout .depth1_ul > li .item {padding-left:255px;}
	#gnb_layout .depth1_ul > li .item .gnb-title {padding:0 20px;}
	#gnb_layout .depth1_ul > li .item .depth2_ul {width: calc(100% - 20px);}

}

@media screen and (max-width:1023px){

	#top_layout {height:92px;}
	#top_layout .top_wrap .utile_wrap li.form_wrap {width:215px;}
	#top_layout .top_wrap .utile_wrap li.pc {display:none;}
	#top_layout .top_wrap .utile_wrap li.mo {display:block;height: 100%;}
	#top_layout.on + .gnb_bg {display:none;}

	#gnb_layout{display: none !important;}
}
@media screen and (max-width:767px){
	#top_layout .top_wrap {padding:0 20px;}
	#top_layout .top_wrap #logo a {font-size:17px;}
	#top_layout .top_wrap #logo a span {width:61px;height:40px;margin: 26px 24px 0 0;background-size:61px 40px;}
	#top_layout .top_wrap #logo a span:after {top: 14px;right: -12px;height: 15px;}

}
@media screen and (max-width:580px){
	#top_layout {height:155px;}
	#top_layout .top_wrap .utile_wrap li.form_wrap {position:absolute;left: 20px;right: 20px;bottom: 15px;width: auto;margin: 0;display: none;}
}

/* mobile menu */
#mobile-menu{overflow: visible;padding:0 !important;}
#mobile-menu .modal-dialog {float:right;width: 300px;height: 100%;margin: 0;border-radius: 0;-webkit-transform: translate(25%,0);transform: translate(25%,0);padding: 0;}
#mobile-menu.in .modal-dialog,
#mobile-menu.show .modal-dialog {-webkit-transform:translate(0px,0);transform: translate(0px,0);}
#mobile-menu .modal-dialog .modal-content{height: 100%;padding: 0;border-radius: 0;background: #454a50;}
#mobile-menu .modal-dialog .modal-content .topUtile {background:#fff;}
#mobile-menu .modal-dialog .modal-content .topUtile .m_utile {}
#mobile-menu .modal-dialog .modal-content .topUtile .m_utile li {float:left; position:relative; width:33.33%;}
#mobile-menu .modal-dialog .modal-content .topUtile .m_utile li:after{display:block; position:absolute; right:0; top:16px; content:''; width:1px; height:16px; background:#d3d3d3;}
#mobile-menu .modal-dialog .modal-content .topUtile .m_utile li:last-child:after {display:none;}
#mobile-menu .modal-dialog .modal-content .topUtile .m_utile li a {display:block; line-height:48px; font-size:14px; color:#232323; text-align:center;}
#mobile-menu .modal-dialog .modal-content .modal-body {position: relative;height: calc(100% - 70px);padding: 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul {overflow-y: scroll;overflow-x: hidden;height:100%;background: #454a50;text-align:left;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li {position:relative;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a {display:block;border-bottom: 1px solid #676a6d;background: #454a50;color:#fff;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a:after {display:block;position:absolute;right: 18px;top: 25.5px;width: 10px;height: 10px;border-width:1px;border-style: solid;border-color: #7d8185;border-width: 1px 1px 0 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);content:'';}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov {background: #345aa0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a.ov:after {top: 23.5px;border-width:0 1px 1px 0;border-color: #fff;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul > li > a span {display:block;padding: 18px 45px 18px 25px;font-size: 17px;font-weight: 700;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul {display:block;width: 100%;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li {display:block;width: 100%;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a {display:block;width: 100%;position:relative;border-bottom:1px solid #d7d7d7;background:#fff;color:#222;font-size: 15px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a:before,
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a:after {content: '';position: absolute;top: 0;bottom: 0;margin: auto;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a:before {right: 16px;width: 16px;height: 1px;background: #c2c2c2;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a:after {right: 24px;width: 1px;height: 16px;background: #c2c2c2;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.ov {color: #053d6b;font-weight: 700;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a.ov:after {display:none;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul > li > a span {display:block;padding: 18px 45px 18px 25px;line-height:1.4;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul {display:none;padding:5px 0;background: #eceeef;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li {position:relative;margin: 12px 0;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li:after {display:block;position:absolute;left: 30px;top: 11px;width: 3px;height: 3px;border-radius: 50%;background: #9c9c9d;content:'';}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li > a {display:block;padding-left: 45px;}
#mobile-menu .modal-dialog .modal-content .modal-body .depth1_ul .depth2_ul .depth3_ul > li > a span {display:block;font-size: 14px;color: #000;}
#mobile-menu .mobile-close {position:absolute;top: -48px;left: -45px;}
#mobile-menu .mobile-close span {display:block; position:relative; width:53px; height:53px; font-size:0;}
#mobile-menu .mobile-close span:before,
#mobile-menu .mobile-close span:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
#mobile-menu .mobile-close span:before {width: calc(100%/2);height: 1px;background: #fff;}
#mobile-menu .mobile-close span:after {width: 1px;height: calc(100%/2);background: #fff;}
.modal-backdrop.in{opacity: .8;z-index: 12;}

.modal-open,
.modal-open #body_layout {overflow:hidden;height:100%;}

